01J94JKB5883RX18S37SEH6SGX: 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: 01J94JKX1Z74QPWPXJ5SB4GQRX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-01T17:40:01.579Zjob assigned to worker 01J94JM0KZD6EK3CADSG5FR37P (queued for 1 m 2 s)
 
22024-10-01T17:40:08.514Zstarting task 0: "setup"
32024-10-01T17:40:08.523Z++ uname -s
42024-10-01T17:40:08.526Z+ kern=SunOS
52024-10-01T17:40:08.526Z+ case "$kern" in
62024-10-01T17:40:08.526Z+ groupadd -g 12345 build
72024-10-01T17:40:08.528Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-01T17:40:10.539Z+ zfs create -o mountpoint=/work rpool/work
92024-10-01T17:40:10.651Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-01T17:40:10.654Z+ home_fs=zfs
112024-10-01T17:40:10.654Z+ [[ zfs == autofs ]]
122024-10-01T17:40:10.654Z+ mkdir -p /home/build
132024-10-01T17:40:10.656Z+ chown build:build /home/build /work
142024-10-01T17:40:11.657Z+ chmod 0700 /home/build /work
152024-10-01T17:40:11.660Zprocess exited: duration 3147 ms, exit code 0
 
162024-10-01T17:40:11.666Zstarting task 1: "rust-toolchain"
172024-10-01T17:40:11.672Z+ printf ' * toolchain channel = "%s"
182024-10-01T17:40:11.672Z' 1.80.1
192024-10-01T17:40:11.672Z * toolchain channel = "1.80.1"
202024-10-01T17:40:11.672Z * toolchain profile = "default"
212024-10-01T17:40:11.672Z+ printf ' * toolchain profile = "%s"
222024-10-01T17:40:11.672Z' default
232024-10-01T17:40:11.675Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-01T17:40:11.675Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-01T17:40:11.790Zinfo: downloading installer
262024-10-01T17:40:13.006Zinfo: profile set to 'default'
272024-10-01T17:40:13.006Zinfo: default host triple is x86_64-unknown-illumos
282024-10-01T17:40:13.009Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-01T17:40:13.159Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-01T17:40:13.159Zinfo: downloading component 'cargo'
312024-10-01T17:40:14.014Zinfo: downloading component 'clippy'
322024-10-01T17:40:14.314Zinfo: downloading component 'rust-docs'
332024-10-01T17:40:15.489Zinfo: downloading component 'rust-std'
342024-10-01T17:40:17.135Zinfo: downloading component 'rustc'
352024-10-01T17:40:21.750Zinfo: downloading component 'rustfmt'
362024-10-01T17:40:22.002Zinfo: installing component 'cargo'
372024-10-01T17:40:22.831Zinfo: installing component 'clippy'
382024-10-01T17:40:23.207Zinfo: installing component 'rust-docs'
392024-10-01T17:40:24.845Zinfo: installing component 'rust-std'
402024-10-01T17:40:26.521Zinfo: installing component 'rustc'
412024-10-01T17:40:30.867Zinfo: installing component 'rustfmt'
422024-10-01T17:40:31.216Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-01T17:40:31.216Z
442024-10-01T17:40:31.466Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-01T17:40:31.466Z
462024-10-01T17:40:31.471Z
472024-10-01T17:40:31.471ZRust is installed now. Great!
482024-10-01T17:40:31.471Z
492024-10-01T17:40:31.471ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-01T17:40:31.471Zenvironment variable. This has not been done automatically.
512024-10-01T17:40:31.471Z
522024-10-01T17:40:31.471ZTo configure your current shell, you need to source
532024-10-01T17:40:31.471Zthe corresponding env file under $HOME/.cargo.
542024-10-01T17:40:31.471Z
552024-10-01T17:40:31.471ZThis is usually done by running one of the following (note the leading DOT):
562024-10-01T17:40:31.471Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-01T17:40:31.471Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-01T17:40:31.517Z+ rustc --version
592024-10-01T17:40:31.579Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-01T17:40:31.584Zprocess exited: duration 19911 ms, exit code 0
 
612024-10-01T17:40:31.595Zstarting task 2: "authentication"
622024-10-01T17:40:31.618Zprocess exited: duration 23 ms, exit code 0
 
632024-10-01T17:40:31.627Zstarting task 3: "clone repository"
642024-10-01T17:40:31.632Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-01T17:40:31.636Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-01T17:40:31.682ZCloning into '/work/oxidecomputer/omicron'...
672024-10-01T17:40:38.774Z+ cd /work/oxidecomputer/omicron
682024-10-01T17:40:38.774Z+ git fetch origin ef41f66165845481bd9cebbdb5b33d041d083ad8
692024-10-01T17:40:39.113ZFrom https://github.com/oxidecomputer/omicron
702024-10-01T17:40:39.113Z * branch ef41f66165845481bd9cebbdb5b33d041d083ad8 -> FETCH_HEAD
712024-10-01T17:40:39.123Z+ [[ -n eliza/dude-wheres-my-instance ]]
722024-10-01T17:40:39.126Z++ git branch --show-current
732024-10-01T17:40:39.128Z+ current=main
742024-10-01T17:40:39.128Z+ [[ main != eliza/dude-wheres-my-instance ]]
752024-10-01T17:40:39.128Z+ git branch -f eliza/dude-wheres-my-instance ef41f66165845481bd9cebbdb5b33d041d083ad8
762024-10-01T17:40:39.131Z+ git checkout -f eliza/dude-wheres-my-instance
772024-10-01T17:40:39.275ZSwitched to branch 'eliza/dude-wheres-my-instance'
782024-10-01T17:40:39.278Z+ git reset --hard ef41f66165845481bd9cebbdb5b33d041d083ad8
792024-10-01T17:40:39.420ZHEAD is now at ef41f6616 Merge branch 'main' into eliza/dude-wheres-my-instance
802024-10-01T17:40:39.423Zprocess exited: duration 7794 ms, exit code 0
 
812024-10-01T17:40:39.430Zstarting task 4: "build"
822024-10-01T17:40:39.434Z+ cargo --version
832024-10-01T17:40:39.489Zcargo 1.80.1 (376290515 2024-07-16)
842024-10-01T17:40:39.491Z+ rustc --version
852024-10-01T17:40:39.550Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-10-01T17:40:39.554Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-10-01T17:40:51.452Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-10-01T17:40:54.241Z Startup: Caching catalogs ... Done
892024-10-01T17:40:58.365ZPlanning: Solver setup ... Done (3.488s)
902024-10-01T17:40:58.425ZPlanning: Running solver ... Done (0.060s)
912024-10-01T17:40:58.487ZPlanning: Finding local manifests ... Done (0.004s)
922024-10-01T17:40:58.526ZPlanning: Fetching manifests: 0/5 0% complete
932024-10-01T17:40:59.211ZPlanning: Fetching manifests: 5/5 100% complete
942024-10-01T17:40:59.314ZPlanning: Package planning ... Done (0.103s)
952024-10-01T17:40:59.370ZPlanning: Merging actions ... Done (0.056s)
962024-10-01T17:40:59.570ZPlanning: Checking for conflicting actions ... Done (0.200s)
972024-10-01T17:41:01.414ZPlanning: Consolidating action changes ... Done (1.842s)
982024-10-01T17:41:01.987ZPlanning: Evaluating mediators ... Done (0.573s)
992024-10-01T17:41:02.071ZPlanning: Planning completed in 7.75 seconds
1002024-10-01T17:41:02.087Z Packages to install: 4
1012024-10-01T17:41:02.087Z Packages to update: 1
1022024-10-01T17:41:02.090Z Mediators to change: 2
1032024-10-01T17:41:02.090Z Services to change: 1
1042024-10-01T17:41:02.090Z Estimated space available: 155.71 GB
1052024-10-01T17:41:02.090ZEstimated space to be consumed: 1.56 GB
1062024-10-01T17:41:02.090Z Create boot environment: No
1072024-10-01T17:41:02.090ZCreate backup boot environment: Yes
1082024-10-01T17:41:02.090Z Rebuild boot archive: No
1092024-10-01T17:41:02.090Z
1102024-10-01T17:41:02.090ZChanged mediators:
1112024-10-01T17:41:02.090Z mediator clang:
1122024-10-01T17:41:02.090Z version: None -> 15 (system default)
1132024-10-01T17:41:02.091Z
1142024-10-01T17:41:02.091Z mediator llvm:
1152024-10-01T17:41:02.091Z version: 14 (system default) -> 15 (system default)
1162024-10-01T17:41:02.091Z
1172024-10-01T17:41:02.091ZChanged packages:
1182024-10-01T17:41:02.091Zhelios-dev
1192024-10-01T17:41:02.091Z developer/build-essential
1202024-10-01T17:41:02.091Z None -> 11-2.0
1212024-10-01T17:41:02.091Z library/libxmlsec1
1222024-10-01T17:41:02.091Z None -> 1.2.35-2.0
1232024-10-01T17:41:02.091Z ooce/developer/clang-15
1242024-10-01T17:41:02.091Z None -> 15.0.7-2.0
1252024-10-01T17:41:02.091Z ooce/developer/llvm-15
1262024-10-01T17:41:02.091Z None -> 15.0.7-2.0
1272024-10-01T17:41:02.091Z package/pkg
1282024-10-01T17:41:02.091Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-10-01T17:41:02.091Z
1302024-10-01T17:41:02.091ZServices:
1312024-10-01T17:41:02.091Z restart_fmri:
1322024-10-01T17:41:02.091Z svc:/system/update-man-index:default
1332024-10-01T17:41:02.091Z
1342024-10-01T17:41:02.091ZEditable files to change:
1352024-10-01T17:41:02.091Z Update:
1362024-10-01T17:41:02.091Z usr/share/lib/pkg/web/config.shtml
1372024-10-01T17:41:02.169Z
1382024-10-01T17:41:02.169ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-10-01T17:41:07.170ZDownload: 310/4281 items 16.2/220.6MB 7% complete (3.1M/s)
1402024-10-01T17:41:12.461ZDownload: 1197/4281 items 75.2/220.6MB 34% complete (7.5M/s)
1412024-10-01T17:41:17.916ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (11.2M/s)
1422024-10-01T17:41:22.917ZDownload: 3243/4281 items 186.5/220.6MB 84% complete (10.3M/s)
1432024-10-01T17:41:30.704ZDownload: 3245/4281 items 202.9/220.6MB 91% complete (11.7M/s)
1442024-10-01T17:41:38.335ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (3.8M/s)
1452024-10-01T17:41:38.493ZDownload: Completed 220.60 MB in 36.27 seconds (6.1M/s)
1462024-10-01T17:41:40.368Z Actions: 1/5063 actions (Removing old actions)
1472024-10-01T17:41:40.387Z Actions: 194/5063 actions (Installing new actions)
1482024-10-01T17:41:45.060Z Actions: 4226/5063 actions (Updating modified actions)
1492024-10-01T17:41:45.374Z Actions: Completed 5063 actions in 5.01 seconds.
1502024-10-01T17:41:45.555Z Done (0.173s)
1512024-10-01T17:41:45.557Z Done (0.000s)
1522024-10-01T17:41:45.998Z Done (0.441s)
1532024-10-01T17:41:50.418Z Done (4.229s)
1542024-10-01T17:41:50.510Z Done (0.017s)
1552024-10-01T17:41:50.514Z Done (0.000s)
1562024-10-01T17:41:50.655Z Done (0.000s)
1572024-10-01T17:41:51.289ZPlanning: Evaluating mediator changes ... Done
1582024-10-01T17:41:51.448ZPlanning: Checking for conflicting actions ... Done
1592024-10-01T17:41:51.452ZPlanning: Consolidating action changes ... Done
1602024-10-01T17:41:51.715ZPlanning: Evaluating mediators ... Done
1612024-10-01T17:41:51.719ZPlanning: Planning completed in 0.43 seconds
1622024-10-01T17:41:51.754Z Mediators to change: 2
1632024-10-01T17:41:51.754Z Create boot environment: No
1642024-10-01T17:41:51.757ZCreate backup boot environment: No
1652024-10-01T17:41:51.818Z Done
1662024-10-01T17:41:51.818Z Done
1672024-10-01T17:41:52.080Z Done
1682024-10-01T17:41:55.643Z Done
1692024-10-01T17:41:55.733Z Done
1702024-10-01T17:41:55.736Z Done
1712024-10-01T17:41:55.840Z Done
1722024-10-01T17:41:56.449ZPlanning: Evaluating mediator changes ... Done
1732024-10-01T17:41:56.452ZPlanning: Merging actions ... Done
1742024-10-01T17:41:56.643ZPlanning: Checking for conflicting actions ... Done
1752024-10-01T17:41:56.646ZPlanning: Consolidating action changes ... Done
1762024-10-01T17:41:56.911ZPlanning: Evaluating mediators ... Done
1772024-10-01T17:41:56.965ZPlanning: Planning completed in 0.76 seconds
1782024-10-01T17:41:57.007Z Packages to change: 1
1792024-10-01T17:41:57.007Z Mediators to change: 1
1802024-10-01T17:41:57.010Z Services to change: 1
1812024-10-01T17:41:57.010Z Create boot environment: No
1822024-10-01T17:41:57.010ZCreate backup boot environment: Yes
1832024-10-01T17:41:58.906Z Actions: 1/6 actions (Updating modified actions)
1842024-10-01T17:41:58.909Z Actions: Completed 6 actions in 0.00 seconds.
1852024-10-01T17:41:58.909Z Done
1862024-10-01T17:41:58.909Z Done
1872024-10-01T17:41:58.999Z Done
1882024-10-01T17:42:02.609Z Done
1892024-10-01T17:42:02.702Z Done
1902024-10-01T17:42:02.704Z Done
1912024-10-01T17:42:02.814Z Done
1922024-10-01T17:42:03.247ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932024-10-01T17:42:03.247Zclang system 15 system
1942024-10-01T17:42:03.247Zcsh system system illumos
1952024-10-01T17:42:03.247Zctags system system illumos
1962024-10-01T17:42:03.247Zgcc vendor 12 vendor
1972024-10-01T17:42:03.247Zgcc system 10 system
1982024-10-01T17:42:03.247Zgcc system 7 system
1992024-10-01T17:42:03.248Zgo system 1.20 system
2002024-10-01T17:42:03.248Zgo system 1.19 system
2012024-10-01T17:42:03.248Zllvm system 15 system
2022024-10-01T17:42:03.248Zllvm system 14 system
2032024-10-01T17:42:03.248Zmariadb system 10.6 system
2042024-10-01T17:42:03.248Zmta vendor vendor dma
2052024-10-01T17:42:03.248Zopenjdk system 17 system
2062024-10-01T17:42:03.248Zopenjdk system 11 system
2072024-10-01T17:42:03.248Zopenjdk system 1.8 system
2082024-10-01T17:42:03.248Zopenssl vendor 3 vendor
2092024-10-01T17:42:03.248Zperl system 5.36 system
2102024-10-01T17:42:03.248Zpostgresql system 15 system
2112024-10-01T17:42:03.248Zpostgresql system 13 system
2122024-10-01T17:42:03.248Zpython vendor 3 vendor
2132024-10-01T17:42:03.248Zpython system 2 system
2142024-10-01T17:42:03.248Zpython3 system 3.11 system
2152024-10-01T17:42:03.248Zruby system 3.0 system
2162024-10-01T17:42:03.248Zwords vendor vendor american-english
2172024-10-01T17:42:03.248Zwords system system australian-english
2182024-10-01T17:42:03.248Zwords system system british-english
2192024-10-01T17:42:03.248Zwords system system canadian-english
2202024-10-01T17:42:03.248Zwords system system french
2212024-10-01T17:42:03.248Zwords system system italian
2222024-10-01T17:42:03.248Zwords system system ngerman
2232024-10-01T17:42:03.248Zwords system system ogerman
2242024-10-01T17:42:03.249Zwords system system spanish
2252024-10-01T17:42:03.582ZPUBLISHER TYPE STATUS P LOCATION
2262024-10-01T17:42:03.583Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2272024-10-01T17:42:05.604ZFMRI IFO
2282024-10-01T17:42:05.605Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2292024-10-01T17:42:05.605Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2302024-10-01T17:42:05.605Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2312024-10-01T17:42:05.605Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2322024-10-01T17:42:05.605Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2332024-10-01T17:42:05.605Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2342024-10-01T17:42:05.605Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2352024-10-01T17:42:05.605Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2362024-10-01T17:42:05.605Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2372024-10-01T17:42:05.605Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2382024-10-01T17:42:05.605Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2392024-10-01T17:42:05.605Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2402024-10-01T17:42:05.605Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2412024-10-01T17:42:06.259Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422024-10-01T17:42:06.546Z Updating crates.io index
2432024-10-01T17:42:06.548Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2442024-10-01T17:42:07.318Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2452024-10-01T17:42:07.593Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462024-10-01T17:42:07.877Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472024-10-01T17:42:08.127Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482024-10-01T17:42:08.980Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492024-10-01T17:42:11.162Z Updating git repository `https://github.com/oxidecomputer/opte`
2502024-10-01T17:42:12.109Z Updating git repository `https://github.com/oxidecomputer/falcon`
2512024-10-01T17:42:12.836Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522024-10-01T17:42:13.108Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532024-10-01T17:42:13.380Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2542024-10-01T17:42:13.938Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2552024-10-01T17:42:14.248Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2562024-10-01T17:42:14.531Z Updating git repository `https://github.com/oxidecomputer/qorb`
2572024-10-01T17:42:14.851Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2582024-10-01T17:42:15.203Z Updating git repository `https://github.com/oxidecomputer/tofino`
2592024-10-01T17:42:15.471Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602024-10-01T17:42:15.735Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612024-10-01T17:42:15.986Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622024-10-01T17:42:16.285Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632024-10-01T17:42:16.552Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642024-10-01T17:42:16.953Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2652024-10-01T17:42:17.282Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2662024-10-01T17:42:17.600Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672024-10-01T17:42:18.034Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2682024-10-01T17:42:18.295Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2692024-10-01T17:42:18.713Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702024-10-01T17:42:19.124Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2712024-10-01T17:42:19.436Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2722024-10-01T17:42:19.691Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2732024-10-01T17:42:20.737Z Locking 1 package to latest compatible version
2742024-10-01T17:42:20.783Z Adding propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
2752024-10-01T17:42:20.846Z Downloading crates ...
2762024-10-01T17:42:20.932Z Downloaded equivalent v1.0.1
2772024-10-01T17:42:20.935Z Downloaded scroll_derive v0.12.0
2782024-10-01T17:42:20.938Z Downloaded anstyle-query v1.0.3
2792024-10-01T17:42:20.941Z Downloaded autocfg v1.3.0
2802024-10-01T17:42:20.941Z Downloaded usdt-macro v0.5.0
2812024-10-01T17:42:20.946Z Downloaded heck v0.4.1
2822024-10-01T17:42:20.949Z Downloaded memmap v0.7.0
2832024-10-01T17:42:20.951Z Downloaded fs-err v2.11.0
2842024-10-01T17:42:20.951Z Downloaded tabled_derive v0.7.0
2852024-10-01T17:42:20.954Z Downloaded proc-macro-error-attr v1.0.4
2862024-10-01T17:42:20.954Z Downloaded macaddr v1.0.1
2872024-10-01T17:42:20.956Z Downloaded pretty-hex v0.4.1
2882024-10-01T17:42:20.956Z Downloaded crypto-common v0.1.6
2892024-10-01T17:42:20.956Z Downloaded cargo-platform v0.1.8
2902024-10-01T17:42:20.959Z Downloaded thiserror v1.0.64
2912024-10-01T17:42:20.962Z Downloaded colorchoice v1.0.1
2922024-10-01T17:42:20.965Z Downloaded terminal_size v0.3.0
2932024-10-01T17:42:20.965Z Downloaded camino-tempfile v1.1.1
2942024-10-01T17:42:20.968Z Downloaded thread-id v4.2.1
2952024-10-01T17:42:20.968Z Downloaded fastrand v2.1.0
2962024-10-01T17:42:20.971Z Downloaded version_check v0.9.5
2972024-10-01T17:42:20.971Z Downloaded toml_datetime v0.6.8
2982024-10-01T17:42:20.973Z Downloaded dof v0.3.0
2992024-10-01T17:42:20.974Z Downloaded anstyle-parse v0.2.4
3002024-10-01T17:42:20.976Z Downloaded block-buffer v0.10.4
3012024-10-01T17:42:20.976Z Downloaded quote v1.0.37
3022024-10-01T17:42:20.979Z Downloaded cpufeatures v0.2.12
3032024-10-01T17:42:20.979Z Downloaded strsim v0.11.1
3042024-10-01T17:42:20.982Z Downloaded cargo_metadata v0.18.1
3052024-10-01T17:42:20.982Z Downloaded bytecount v0.6.8
3062024-10-01T17:42:20.985Z Downloaded cargo_toml v0.20.5
3072024-10-01T17:42:20.985Z Downloaded anstyle v1.0.8
3082024-10-01T17:42:20.987Z Downloaded clap_derive v4.5.18
3092024-10-01T17:42:20.990Z Downloaded camino v1.1.9
3102024-10-01T17:42:20.990Z Downloaded sha2 v0.10.8
3112024-10-01T17:42:20.992Z Downloaded anstream v0.6.14
3122024-10-01T17:42:20.995Z Downloaded is_terminal_polyfill v1.70.0
3132024-10-01T17:42:20.997Z Downloaded dtrace-parser v0.2.0
3142024-10-01T17:42:20.999Z Downloaded swrite v0.1.0
3152024-10-01T17:42:21.002Z Downloaded usdt-attr-macro v0.5.0
3162024-10-01T17:42:21.004Z Downloaded byteorder v1.5.0
3172024-10-01T17:42:21.004Z Downloaded pest_derive v2.7.10
3182024-10-01T17:42:21.009Z Downloaded plain v0.2.3
3192024-10-01T17:42:21.011Z Downloaded pest_generator v2.7.10
3202024-10-01T17:42:21.011Z Downloaded generic-array v0.14.7
3212024-10-01T17:42:21.014Z Downloaded pest_meta v2.7.10
3222024-10-01T17:42:21.017Z Downloaded heck v0.5.0
3232024-10-01T17:42:21.017Z Downloaded digest v0.10.7
3242024-10-01T17:42:21.019Z Downloaded clap_lex v0.7.0
3252024-10-01T17:42:21.019Z Downloaded cfg-if v1.0.0
3262024-10-01T17:42:21.019Z Downloaded errno v0.3.9
3272024-10-01T17:42:21.022Z Downloaded unicode-ident v1.0.13
3282024-10-01T17:42:21.025Z Downloaded serde_spanned v0.6.7
3292024-10-01T17:42:21.028Z Downloaded thiserror-impl v1.0.64
3302024-10-01T17:42:21.030Z Downloaded usdt v0.5.0
3312024-10-01T17:42:21.033Z Downloaded smawk v0.3.2
3322024-10-01T17:42:21.035Z Downloaded serde_tokenstream v0.2.2
3332024-10-01T17:42:21.035Z Downloaded bitflags v2.6.0
3342024-10-01T17:42:21.039Z Downloaded anyhow v1.0.89
3352024-10-01T17:42:21.042Z Downloaded utf8parse v0.2.1
3362024-10-01T17:42:21.044Z Downloaded usdt-impl v0.5.0
3372024-10-01T17:42:21.044Z Downloaded proc-macro-error v1.0.4
3382024-10-01T17:42:21.047Z Downloaded ryu v1.0.18
3392024-10-01T17:42:21.050Z Downloaded ucd-trie v0.1.6
3402024-10-01T17:42:21.053Z Downloaded clap v4.5.18
3412024-10-01T17:42:21.059Z Downloaded semver v1.0.23
3422024-10-01T17:42:21.062Z Downloaded tempfile v3.10.1
3432024-10-01T17:42:21.065Z Downloaded zerocopy-derive v0.7.34
3442024-10-01T17:42:21.068Z Downloaded serde_derive v1.0.210
3452024-10-01T17:42:21.071Z Downloaded scroll v0.12.0
3462024-10-01T17:42:21.073Z Downloaded once_cell v1.19.0
3472024-10-01T17:42:21.076Z Downloaded itoa v1.0.11
3482024-10-01T17:42:21.076Z Downloaded proc-macro2 v1.0.86
3492024-10-01T17:42:21.079Z Downloaded toml v0.8.19
3502024-10-01T17:42:21.084Z Downloaded papergrid v0.11.0
3512024-10-01T17:42:21.086Z Downloaded log v0.4.22
3522024-10-01T17:42:21.088Z Downloaded indexmap v2.5.0
3532024-10-01T17:42:21.091Z Downloaded serde v1.0.210
3542024-10-01T17:42:21.094Z Downloaded fnv v1.0.7
3552024-10-01T17:42:21.096Z Downloaded unicode-linebreak v0.1.5
3562024-10-01T17:42:21.101Z Downloaded typenum v1.17.0
3572024-10-01T17:42:21.103Z Downloaded toml_edit v0.22.22
3582024-10-01T17:42:21.123Z Downloaded textwrap v0.16.1
3592024-10-01T17:42:21.126Z Downloaded memchr v2.7.2
3602024-10-01T17:42:21.130Z Downloaded serde_json v1.0.128
3612024-10-01T17:42:21.137Z Downloaded pest v2.7.10
3622024-10-01T17:42:21.144Z Downloaded zerocopy v0.7.34
3632024-10-01T17:42:21.159Z Downloaded hashbrown v0.14.5
3642024-10-01T17:42:21.164Z Downloaded goblin v0.8.2
3652024-10-01T17:42:21.169Z Downloaded clap_builder v4.5.18
3662024-10-01T17:42:21.176Z Downloaded winnow v0.6.18
3672024-10-01T17:42:21.184Z Downloaded tabled v0.15.0
3682024-10-01T17:42:21.198Z Downloaded syn v2.0.79
3692024-10-01T17:42:21.208Z Downloaded syn v1.0.109
3702024-10-01T17:42:21.218Z Downloaded rustix v0.38.34
3712024-10-01T17:42:21.238Z Downloaded unicode-width v0.1.13
3722024-10-01T17:42:21.252Z Downloaded libc v0.2.159
3732024-10-01T17:42:21.554Z Compiling proc-macro2 v1.0.86
3742024-10-01T17:42:21.554Z Compiling unicode-ident v1.0.13
3752024-10-01T17:42:21.558Z Compiling version_check v0.9.5
3762024-10-01T17:42:21.558Z Compiling serde v1.0.210
3772024-10-01T17:42:21.558Z Compiling thiserror v1.0.64
3782024-10-01T17:42:21.558Z Compiling memchr v2.7.2
3792024-10-01T17:42:21.558Z Compiling libc v0.2.159
3802024-10-01T17:42:21.558Z Compiling itoa v1.0.11
3812024-10-01T17:42:21.798Z Compiling ucd-trie v0.1.6
3822024-10-01T17:42:21.824Z Compiling ryu v1.0.18
3832024-10-01T17:42:22.375Z Compiling once_cell v1.19.0
3842024-10-01T17:42:22.404Z Compiling byteorder v1.5.0
3852024-10-01T17:42:22.427Z Compiling rustix v0.38.34
3862024-10-01T17:42:22.451Z Compiling serde_json v1.0.128
3872024-10-01T17:42:22.863Z Compiling bitflags v2.6.0
3882024-10-01T17:42:22.922Z Compiling usdt-impl v0.5.0
3892024-10-01T17:42:23.222Z Compiling proc-macro-error-attr v1.0.4
3902024-10-01T17:42:23.283Z Compiling syn v1.0.109
3912024-10-01T17:42:23.347Z Compiling quote v1.0.37
3922024-10-01T17:42:23.475Z Compiling proc-macro-error v1.0.4
3932024-10-01T17:42:23.566Z Compiling equivalent v1.0.1
3942024-10-01T17:42:23.616Z Compiling utf8parse v0.2.1
3952024-10-01T17:42:23.692Z Compiling camino v1.1.9
3962024-10-01T17:42:23.780Z Compiling syn v2.0.79
3972024-10-01T17:42:23.780Z Compiling log v0.4.22
3982024-10-01T17:42:23.944Z Compiling errno v0.3.9
3992024-10-01T17:42:24.145Z Compiling hashbrown v0.14.5
4002024-10-01T17:42:24.175Z Compiling plain v0.2.3
4012024-10-01T17:42:24.437Z Compiling thread-id v4.2.1
4022024-10-01T17:42:24.471Z Compiling anstyle-parse v0.2.4
4032024-10-01T17:42:24.557Z Compiling winnow v0.6.18
4042024-10-01T17:42:24.821Z Compiling unicode-width v0.1.13
4052024-10-01T17:42:24.880Z Compiling is_terminal_polyfill v1.70.0
4062024-10-01T17:42:25.002Z Compiling anstyle v1.0.8
4072024-10-01T17:42:25.066Z Compiling anstyle-query v1.0.3
4082024-10-01T17:42:25.148Z Compiling semver v1.0.23
4092024-10-01T17:42:25.219Z Compiling colorchoice v1.0.1
4102024-10-01T17:42:25.392Z Compiling indexmap v2.5.0
4112024-10-01T17:42:25.493Z Compiling autocfg v1.3.0
4122024-10-01T17:42:25.498Z Compiling pretty-hex v0.4.1
4132024-10-01T17:42:25.794Z Compiling anstream v0.6.14
4142024-10-01T17:42:26.250Z Compiling terminal_size v0.3.0
4152024-10-01T17:42:26.276Z Compiling fs-err v2.11.0
4162024-10-01T17:42:26.581Z Compiling fnv v1.0.7
4172024-10-01T17:42:26.605Z Compiling cfg-if v1.0.0
4182024-10-01T17:42:26.668Z Compiling heck v0.5.0
4192024-10-01T17:42:26.697Z Compiling bytecount v0.6.8
4202024-10-01T17:42:26.718Z Compiling fastrand v2.1.0
4212024-10-01T17:42:26.747Z Compiling anyhow v1.0.89
4222024-10-01T17:42:26.908Z Compiling clap_lex v0.7.0
4232024-10-01T17:42:27.180Z Compiling strsim v0.11.1
4242024-10-01T17:42:27.277Z Compiling heck v0.4.1
4252024-10-01T17:42:27.427Z Compiling tempfile v3.10.1
4262024-10-01T17:42:27.566Z Compiling clap_builder v4.5.18
4272024-10-01T17:42:27.719Z Compiling papergrid v0.11.0
4282024-10-01T17:42:27.931Z Compiling memmap v0.7.0
4292024-10-01T17:42:28.126Z Compiling unicode-linebreak v0.1.5
4302024-10-01T17:42:28.310Z Compiling smawk v0.3.2
4312024-10-01T17:42:28.529Z Compiling textwrap v0.16.1
4322024-10-01T17:42:28.599Z Compiling swrite v0.1.0
4332024-10-01T17:42:29.864Z Compiling tabled_derive v0.7.0
4342024-10-01T17:42:31.581Z Compiling tabled v0.15.0
4352024-10-01T17:42:32.678Z Compiling serde_derive v1.0.210
4362024-10-01T17:42:32.678Z Compiling thiserror-impl v1.0.64
4372024-10-01T17:42:32.680Z Compiling zerocopy-derive v0.7.34
4382024-10-01T17:42:32.681Z Compiling scroll_derive v0.12.0
4392024-10-01T17:42:32.722Z Compiling clap_derive v4.5.18
4402024-10-01T17:42:34.232Z Compiling scroll v0.12.0
4412024-10-01T17:42:34.734Z Compiling goblin v0.8.2
4422024-10-01T17:42:34.781Z Compiling zerocopy v0.7.34
4432024-10-01T17:42:35.434Z Compiling pest v2.7.10
4442024-10-01T17:42:36.483Z Compiling clap v4.5.18
4452024-10-01T17:42:37.725Z Compiling pest_meta v2.7.10
4462024-10-01T17:42:38.594Z Compiling pest_generator v2.7.10
4472024-10-01T17:42:40.309Z Compiling pest_derive v2.7.10
4482024-10-01T17:42:41.038Z Compiling dtrace-parser v0.2.0
4492024-10-01T17:42:42.945Z Compiling toml_datetime v0.6.8
4502024-10-01T17:42:42.945Z Compiling serde_spanned v0.6.7
4512024-10-01T17:42:42.947Z Compiling cargo-platform v0.1.8
4522024-10-01T17:42:43.339Z Compiling serde_tokenstream v0.2.2
4532024-10-01T17:42:43.424Z Compiling toml_edit v0.22.22
4542024-10-01T17:42:43.498Z Compiling macaddr v1.0.1
4552024-10-01T17:42:43.637Z Compiling camino-tempfile v1.1.1
4562024-10-01T17:42:44.388Z Compiling dof v0.3.0
4572024-10-01T17:42:44.388Z Compiling cargo_metadata v0.18.1
4582024-10-01T17:42:46.219Z Compiling toml v0.8.19
4592024-10-01T17:42:46.502Z Compiling usdt-attr-macro v0.5.0
4602024-10-01T17:42:46.504Z Compiling usdt-macro v0.5.0
4612024-10-01T17:42:47.068Z Compiling cargo_toml v0.20.5
4622024-10-01T17:42:47.912Z Compiling usdt v0.5.0
4632024-10-01T17:42:51.011Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4642024-10-01T17:42:55.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.29s
4652024-10-01T17:42:55.591Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4662024-10-01T17:42:55.794Z Updating git repository `https://github.com/oxidecomputer/propolis`
4672024-10-01T17:42:56.179Z Downloading crates ...
4682024-10-01T17:42:56.293Z Downloaded adler v1.0.2
4692024-10-01T17:42:56.296Z Downloaded bcrypt-pbkdf v0.10.0
4702024-10-01T17:42:56.299Z Downloaded ascii-canvas v3.0.0
4712024-10-01T17:42:56.302Z Downloaded async-stream v0.3.5
4722024-10-01T17:42:56.307Z Downloaded atomicwrites v0.4.4
4732024-10-01T17:42:56.317Z Downloaded crunchy v0.2.2
4742024-10-01T17:42:56.319Z Downloaded ciborium-io v0.2.2
4752024-10-01T17:42:56.323Z Downloaded cstr-argument v0.1.2
4762024-10-01T17:42:56.326Z Downloaded adler2 v2.0.0
4772024-10-01T17:42:56.329Z Downloaded bit-vec v0.6.3
4782024-10-01T17:42:56.332Z Downloaded cexpr v0.6.0
4792024-10-01T17:42:56.334Z Downloaded cbc v0.1.2
4802024-10-01T17:42:56.337Z Downloaded bitfield-struct v0.6.1
4812024-10-01T17:42:56.337Z Downloaded hyper-tls v0.6.0
4822024-10-01T17:42:56.339Z Downloaded hyper-staticfile v0.10.1
4832024-10-01T17:42:56.342Z Downloaded cobs v0.2.3
4842024-10-01T17:42:56.342Z Downloaded hyper-rustls v0.27.3
4852024-10-01T17:42:56.346Z Downloaded data-encoding v2.6.0
4862024-10-01T17:42:56.349Z Downloaded ident_case v1.0.1
4872024-10-01T17:42:56.351Z Downloaded block-padding v0.3.3
4882024-10-01T17:42:56.351Z Downloaded curve25519-dalek-derive v0.1.1
4892024-10-01T17:42:56.353Z Downloaded crc-catalog v2.4.0
4902024-10-01T17:42:56.353Z Downloaded newline-converter v0.3.0
4912024-10-01T17:42:56.356Z Downloaded newtype_derive v0.1.6
4922024-10-01T17:42:56.356Z Downloaded md5 v0.7.0
4932024-10-01T17:42:56.359Z Downloaded console v0.15.8
4942024-10-01T17:42:56.361Z Downloaded base64ct v1.6.0
4952024-10-01T17:42:56.363Z Downloaded base16ct v0.2.0
4962024-10-01T17:42:56.366Z Downloaded number_prefix v0.4.0
4972024-10-01T17:42:56.366Z Downloaded bitflags v1.3.2
4982024-10-01T17:42:56.369Z Downloaded argon2 v0.5.3
4992024-10-01T17:42:56.371Z Downloaded match_cfg v0.1.0
5002024-10-01T17:42:56.374Z Downloaded is_ci v1.2.0
5012024-10-01T17:42:56.374Z Downloaded ahash v0.8.11
5022024-10-01T17:42:56.376Z Downloaded addr2line v0.21.0
5032024-10-01T17:42:56.379Z Downloaded managed v0.8.0
5042024-10-01T17:42:56.381Z Downloaded maybe-uninit v2.0.0
5052024-10-01T17:42:56.399Z Downloaded allocator-api2 v0.2.18
5062024-10-01T17:42:56.399Z Downloaded memoffset v0.9.1
5072024-10-01T17:42:56.399Z Downloaded mockall v0.13.0
5082024-10-01T17:42:56.399Z Downloaded num-derive v0.4.2
5092024-10-01T17:42:56.399Z Downloaded assert_matches v1.5.0
5102024-10-01T17:42:56.399Z Downloaded num_enum_derive v0.5.11
5112024-10-01T17:42:56.399Z Downloaded debug-ignore v1.0.5
5122024-10-01T17:42:56.399Z Downloaded darling_macro v0.20.9
5132024-10-01T17:42:56.402Z Downloaded num-iter v0.1.45
5142024-10-01T17:42:56.402Z Downloaded cfg_aliases v0.2.1
5152024-10-01T17:42:56.402Z Downloaded cfg_aliases v0.1.1
5162024-10-01T17:42:56.402Z Downloaded crucible-workspace-hack v0.1.0
5172024-10-01T17:42:56.402Z Downloaded linear-map v1.2.0
5182024-10-01T17:42:56.405Z Downloaded indoc v1.0.9
5192024-10-01T17:42:56.408Z Downloaded aead v0.5.2
5202024-10-01T17:42:56.408Z Downloaded atomic-waker v1.1.2
5212024-10-01T17:42:56.411Z Downloaded http-body v1.0.0
5222024-10-01T17:42:56.411Z Downloaded multer v3.1.0
5232024-10-01T17:42:56.413Z Downloaded native-tls v0.2.11
5242024-10-01T17:42:56.416Z Downloaded jobserver v0.1.32
5252024-10-01T17:42:56.418Z Downloaded crossbeam-utils v0.8.19
5262024-10-01T17:42:56.421Z Downloaded russh-cryptovec v0.7.2
5272024-10-01T17:42:56.423Z Downloaded matches v0.1.10
5282024-10-01T17:42:56.423Z Downloaded array-init v0.0.4
5292024-10-01T17:42:56.426Z Downloaded is-terminal v0.4.12
5302024-10-01T17:42:56.426Z Downloaded cookie v0.18.1
5312024-10-01T17:42:56.429Z Downloaded new_debug_unreachable v1.0.6
5322024-10-01T17:42:56.431Z Downloaded bit-set v0.5.3
5332024-10-01T17:42:56.431Z Downloaded bb8 v0.8.5
5342024-10-01T17:42:56.434Z Downloaded ctr v0.9.2
5352024-10-01T17:42:56.434Z Downloaded crossbeam-deque v0.8.5
5362024-10-01T17:42:56.436Z Downloaded lock_api v0.4.12
5372024-10-01T17:42:56.439Z Downloaded serde_urlencoded v0.7.1
5382024-10-01T17:42:56.441Z Downloaded num-complex v0.4.6
5392024-10-01T17:42:56.441Z Downloaded nu-ansi-term v0.50.0
5402024-10-01T17:42:56.444Z Downloaded libloading v0.8.3
5412024-10-01T17:42:56.447Z Downloaded indexmap v1.9.3
5422024-10-01T17:42:56.450Z Downloaded base64 v0.21.7
5432024-10-01T17:42:56.454Z Downloaded blake2 v0.10.6
5442024-10-01T17:42:56.457Z Downloaded tinyvec_macros v0.1.1
5452024-10-01T17:42:56.459Z Downloaded num_threads v0.1.7
5462024-10-01T17:42:56.462Z Downloaded salsa20 v0.10.2
5472024-10-01T17:42:56.462Z Downloaded num-conv v0.1.0
5482024-10-01T17:42:56.464Z Downloaded hostname v0.3.1
5492024-10-01T17:42:56.464Z Downloaded normalize-line-endings v0.3.0
5502024-10-01T17:42:56.467Z Downloaded nodrop v0.1.14
5512024-10-01T17:42:56.467Z Downloaded bytes v1.7.2
5522024-10-01T17:42:56.470Z Downloaded siphasher v0.3.11
5532024-10-01T17:42:56.473Z Downloaded waitgroup v0.1.2
5542024-10-01T17:42:56.475Z Downloaded downcast v0.11.0
5552024-10-01T17:42:56.475Z Downloaded hubpack v0.1.2
5562024-10-01T17:42:56.478Z Downloaded stable_deref_trait v1.2.0
5572024-10-01T17:42:56.478Z Downloaded tap v1.0.1
5582024-10-01T17:42:56.480Z Downloaded slog-dtrace v0.3.0
5592024-10-01T17:42:56.481Z Downloaded impl-trait-for-tuples v0.2.2
5602024-10-01T17:42:56.483Z Downloaded lazycell v1.3.0
5612024-10-01T17:42:56.485Z Downloaded endian-type v0.1.2
5622024-10-01T17:42:56.485Z Downloaded dyn-clone v1.0.17
5632024-10-01T17:42:56.487Z Downloaded crc32fast v1.4.0
5642024-10-01T17:42:56.490Z Downloaded shlex v1.3.0
5652024-10-01T17:42:56.492Z Downloaded darling v0.20.9
5662024-10-01T17:42:56.495Z Downloaded nibble_vec v0.1.0
5672024-10-01T17:42:56.497Z Downloaded tls_codec_derive v0.4.1
5682024-10-01T17:42:56.500Z Downloaded slog-scope v4.4.0
5692024-10-01T17:42:56.500Z Downloaded const_format_proc_macros v0.2.33
5702024-10-01T17:42:56.504Z Downloaded arrayvec v0.7.4
5712024-10-01T17:42:56.507Z Downloaded arc-swap v1.7.1
5722024-10-01T17:42:56.509Z Downloaded cookie_store v0.21.0
5732024-10-01T17:42:56.512Z Downloaded foreign-types-macros v0.2.3
5742024-10-01T17:42:56.514Z Downloaded unicode-truncate v1.0.0
5752024-10-01T17:42:56.516Z Downloaded num-integer v0.1.46
5762024-10-01T17:42:56.516Z Downloaded olpc-cjson v0.1.3
5772024-10-01T17:42:56.518Z Downloaded typify-macro v0.2.0
5782024-10-01T17:42:56.519Z Downloaded unicode-xid v0.2.4
5792024-10-01T17:42:56.521Z Downloaded thread_local v1.1.8
5802024-10-01T17:42:56.523Z Downloaded slog-json v2.6.1
5812024-10-01T17:42:56.525Z Downloaded sct v0.7.1
5822024-10-01T17:42:56.528Z Downloaded fallible-iterator v0.3.0
5832024-10-01T17:42:56.530Z Downloaded memmap2 v0.9.4
5842024-10-01T17:42:56.533Z Downloaded crossbeam-epoch v0.9.18
5852024-10-01T17:42:56.535Z Downloaded const-oid v0.9.6
5862024-10-01T17:42:56.538Z Downloaded keccak v0.1.5
5872024-10-01T17:42:56.541Z Downloaded clang-sys v1.7.0
5882024-10-01T17:42:56.544Z Downloaded iana-time-zone v0.1.60
5892024-10-01T17:42:56.546Z Downloaded deranged v0.3.11
5902024-10-01T17:42:56.549Z Downloaded base64 v0.13.1
5912024-10-01T17:42:56.551Z Downloaded sync_wrapper v1.0.1
5922024-10-01T17:42:56.554Z Downloaded crc-any v2.5.0
5932024-10-01T17:42:56.558Z Downloaded http-body-util v0.1.2
5942024-10-01T17:42:56.558Z Downloaded home v0.5.9
5952024-10-01T17:42:56.561Z Downloaded hyper-util v0.1.9
5962024-10-01T17:42:56.563Z Downloaded packed_struct_codegen v0.10.1
5972024-10-01T17:42:56.565Z Downloaded try-lock v0.2.5
5982024-10-01T17:42:56.568Z Downloaded termtree v0.4.1
5992024-10-01T17:42:56.568Z Downloaded scrypt v0.11.0
6002024-10-01T17:42:56.571Z Downloaded rustfmt-wrapper v0.2.1
6012024-10-01T17:42:56.571Z Downloaded rustc_version v0.4.0
6022024-10-01T17:42:56.574Z Downloaded num-rational v0.4.2
6032024-10-01T17:42:56.574Z Downloaded humantime v2.1.0
6042024-10-01T17:42:56.576Z Downloaded quick-error v1.2.3
6052024-10-01T17:42:56.578Z Downloaded strum_macros v0.26.4
6062024-10-01T17:42:56.581Z Downloaded funty v2.0.0
6072024-10-01T17:42:56.581Z Downloaded float-ord v0.3.2
6082024-10-01T17:42:56.583Z Downloaded packed_struct v0.10.1
6092024-10-01T17:42:56.585Z Downloaded signal-hook-mio v0.2.4
6102024-10-01T17:42:56.585Z Downloaded const_format v0.2.33
6112024-10-01T17:42:56.591Z Downloaded ssh-cipher v0.2.0
6122024-10-01T17:42:56.593Z Downloaded tinyvec v1.6.0
6132024-10-01T17:42:56.596Z Downloaded ron v0.8.1
6142024-10-01T17:42:56.602Z Downloaded progenitor-client v0.8.0
6152024-10-01T17:42:56.605Z Downloaded opaque-debug v0.3.1
6162024-10-01T17:42:56.605Z Downloaded path-slash v0.1.5
6172024-10-01T17:42:56.608Z Downloaded tokio-macros v2.4.0
6182024-10-01T17:42:56.608Z Downloaded postgres-protocol v0.6.7
6192024-10-01T17:42:56.611Z Downloaded hyper v1.4.1
6202024-10-01T17:42:56.617Z Downloaded fxhash v0.2.1
6212024-10-01T17:42:56.620Z Downloaded utf-8 v0.7.6
6222024-10-01T17:42:56.620Z Downloaded untrusted v0.9.0
6232024-10-01T17:42:56.622Z Downloaded tui-tree-widget v0.22.0
6242024-10-01T17:42:56.625Z Downloaded sec1 v0.7.3
6252024-10-01T17:42:56.628Z Downloaded dropshot_endpoint v0.10.1
6262024-10-01T17:42:56.628Z Downloaded untrusted v0.7.1
6272024-10-01T17:42:56.634Z Downloaded crypto-bigint v0.5.5
6282024-10-01T17:42:56.637Z Downloaded stringprep v0.1.4
6292024-10-01T17:42:56.640Z Downloaded futures-sink v0.3.30
6302024-10-01T17:42:56.640Z Downloaded parking_lot_core v0.8.6
6312024-10-01T17:42:56.642Z Downloaded predicates-tree v1.0.9
6322024-10-01T17:42:56.645Z Downloaded paste v1.0.15
6332024-10-01T17:42:56.648Z Downloaded parking_lot v0.11.2
6342024-10-01T17:42:56.650Z Downloaded toolchain_find v0.4.0
6352024-10-01T17:42:56.654Z Downloaded aes v0.8.4
6362024-10-01T17:42:56.665Z Downloaded gethostname v0.5.0
6372024-10-01T17:42:56.669Z Downloaded openssl-probe v0.1.5
6382024-10-01T17:42:56.671Z Downloaded structmeta v0.2.0
6392024-10-01T17:42:56.671Z Downloaded strip-ansi-escapes v0.2.0
6402024-10-01T17:42:56.671Z Downloaded sha1 v0.10.6
6412024-10-01T17:42:56.674Z Downloaded serde_repr v0.1.19
6422024-10-01T17:42:56.676Z Downloaded rusty-fork v0.3.0
6432024-10-01T17:42:56.678Z Downloaded tower-service v0.3.2
6442024-10-01T17:42:56.678Z Downloaded ed25519 v2.2.3
6452024-10-01T17:42:56.681Z Downloaded futures-task v0.3.30
6462024-10-01T17:42:56.683Z Downloaded password-hash v0.4.2
6472024-10-01T17:42:56.685Z Downloaded highway v1.2.0
6482024-10-01T17:42:56.688Z Downloaded pbkdf2 v0.11.0
6492024-10-01T17:42:56.691Z Downloaded serde_with_macros v3.9.0
6502024-10-01T17:42:56.694Z Downloaded mio v1.0.2
6512024-10-01T17:42:56.697Z Downloaded slog-term v2.9.1
6522024-10-01T17:42:56.700Z Downloaded structmeta v0.3.0
6532024-10-01T17:42:56.702Z Downloaded precomputed-hash v0.1.1
6542024-10-01T17:42:56.702Z Downloaded omicron-zone-package v0.11.1
6552024-10-01T17:42:56.705Z Downloaded poly1305 v0.8.0
6562024-10-01T17:42:56.708Z Downloaded hickory-server v0.24.1
6572024-10-01T17:42:56.714Z Downloaded derive_builder_macro v0.20.0
6582024-10-01T17:42:56.716Z Downloaded futures-io v0.3.30
6592024-10-01T17:42:56.718Z Downloaded futures-executor v0.3.30
6602024-10-01T17:42:56.718Z Downloaded futures-core v0.3.30
6612024-10-01T17:42:56.721Z Downloaded fd-lock v4.0.2
6622024-10-01T17:42:56.723Z Downloaded env_filter v0.1.2
6632024-10-01T17:42:56.726Z Downloaded dropshot_endpoint v0.12.0
6642024-10-01T17:42:56.728Z Downloaded spki v0.7.3
6652024-10-01T17:42:56.732Z Downloaded cc v1.0.97
6662024-10-01T17:42:56.735Z Downloaded vte v0.11.1
6672024-10-01T17:42:56.735Z Downloaded vergen v8.3.2
6682024-10-01T17:42:56.737Z Downloaded password-hash v0.5.0
6692024-10-01T17:42:56.740Z Downloaded value-bag v1.9.0
6702024-10-01T17:42:56.743Z Downloaded hex-literal v0.4.1
6712024-10-01T17:42:56.745Z Downloaded headers-core v0.3.0
6722024-10-01T17:42:56.745Z Downloaded flagset v0.4.5
6732024-10-01T17:42:56.748Z Downloaded ppv-lite86 v0.2.17
6742024-10-01T17:42:56.748Z Downloaded percent-encoding v2.3.1
6752024-10-01T17:42:56.751Z Downloaded parse-size v1.0.0
6762024-10-01T17:42:56.751Z Downloaded zeroize_derive v1.4.2
6772024-10-01T17:42:56.753Z Downloaded defmt v0.3.8
6782024-10-01T17:42:56.756Z Downloaded tokio-rustls v0.26.0
6792024-10-01T17:42:56.758Z Downloaded rand_core v0.6.4
6802024-10-01T17:42:56.761Z Downloaded foreign-types v0.5.0
6812024-10-01T17:42:56.761Z Downloaded zone v0.1.8
6822024-10-01T17:42:56.764Z Downloaded phf_shared v0.10.0
6832024-10-01T17:42:56.764Z Downloaded tabwriter v1.4.0
6842024-10-01T17:42:56.764Z Downloaded vsss-rs v3.3.4
6852024-10-01T17:42:56.767Z Downloaded parking_lot v0.12.2
6862024-10-01T17:42:56.770Z Downloaded spin v0.9.8
6872024-10-01T17:42:56.772Z Downloaded flume v0.11.0
6882024-10-01T17:42:56.776Z Downloaded strum v0.26.3
6892024-10-01T17:42:56.779Z Downloaded russh v0.45.0
6902024-10-01T17:42:56.785Z Downloaded sigpipe v0.1.3
6912024-10-01T17:42:56.788Z Downloaded either v1.13.0
6922024-10-01T17:42:56.788Z Downloaded spin v0.5.2
6932024-10-01T17:42:56.790Z Downloaded smf v0.2.3
6942024-10-01T17:42:56.790Z Downloaded scheduled-thread-pool v0.2.7
6952024-10-01T17:42:56.793Z Downloaded same-file v1.0.6
6962024-10-01T17:42:56.793Z Downloaded rustversion v1.0.17
6972024-10-01T17:42:56.795Z Downloaded toml v0.7.8
6982024-10-01T17:42:56.800Z Downloaded rand_xorshift v0.3.0
6992024-10-01T17:42:56.803Z Downloaded vte_generate_state_changes v0.1.1
7002024-10-01T17:42:56.803Z Downloaded subtle v2.5.0
7012024-10-01T17:42:56.803Z Downloaded rand_seeder v0.3.0
7022024-10-01T17:42:56.805Z Downloaded rand_chacha v0.3.1
7032024-10-01T17:42:56.805Z Downloaded parse-display v0.10.0
7042024-10-01T17:42:56.808Z Downloaded parking_lot_core v0.9.10
7052024-10-01T17:42:56.810Z Downloaded crossterm v0.27.0
7062024-10-01T17:42:56.817Z Downloaded pretty-hex v0.2.1
7072024-10-01T17:42:56.821Z Downloaded itertools v0.12.1
7082024-10-01T17:42:56.825Z Downloaded fatfs v0.3.6
7092024-10-01T17:42:56.828Z Downloaded hex v0.4.3
7102024-10-01T17:42:56.830Z Downloaded heapless v0.7.17
7112024-10-01T17:42:56.833Z Downloaded dhcproto-macros v0.1.0
7122024-10-01T17:42:56.836Z Downloaded zone_cfg_derive v0.3.0
7132024-10-01T17:42:56.836Z Downloaded ssh-encoding v0.2.0
7142024-10-01T17:42:56.839Z Downloaded sqlparser_derive v0.2.2
7152024-10-01T17:42:56.839Z Downloaded polyval v0.6.2
7162024-10-01T17:42:56.841Z Downloaded strum_macros v0.24.3
7172024-10-01T17:42:56.844Z Downloaded structmeta-derive v0.2.0
7182024-10-01T17:42:56.844Z Downloaded serde_path_to_error v0.1.16
7192024-10-01T17:42:56.847Z Downloaded mio v0.8.11
7202024-10-01T17:42:56.851Z Downloaded test-strategy v0.3.1
7212024-10-01T17:42:56.854Z Downloaded pkg-config v0.3.30
7222024-10-01T17:42:56.857Z Downloaded zone_cfg_derive v0.1.2
7232024-10-01T17:42:56.860Z Downloaded rustc-hash v2.0.0
7242024-10-01T17:42:56.860Z Downloaded psl-types v2.0.11
7252024-10-01T17:42:56.860Z Downloaded progenitor-macro v0.8.0
7262024-10-01T17:42:56.863Z Downloaded socket2 v0.4.10
7272024-10-01T17:42:56.863Z Downloaded termcolor v1.4.1
7282024-10-01T17:42:56.866Z Downloaded time-core v0.1.2
7292024-10-01T17:42:56.866Z Downloaded foreign-types-shared v0.3.1
7302024-10-01T17:42:56.868Z Downloaded foreign-types-shared v0.1.1
7312024-10-01T17:42:56.868Z Downloaded primeorder v0.13.6
7322024-10-01T17:42:56.868Z Downloaded pin-project-lite v0.2.14
7332024-10-01T17:42:56.873Z Downloaded pin-project-internal v1.1.5
7342024-10-01T17:42:56.876Z Downloaded serde-big-array v0.5.1
7352024-10-01T17:42:56.879Z Downloaded universal-hash v0.5.1
7362024-10-01T17:42:56.879Z Downloaded rayon-core v1.12.1
7372024-10-01T17:42:56.882Z Downloaded hickory-resolver v0.24.1
7382024-10-01T17:42:56.887Z Downloaded hashbrown v0.13.2
7392024-10-01T17:42:56.892Z Downloaded rcgen v0.12.1
7402024-10-01T17:42:56.895Z Downloaded ref-cast-impl v1.0.23
7412024-10-01T17:42:56.897Z Downloaded oso-derive v0.27.3
7422024-10-01T17:42:56.897Z Downloaded pkcs8 v0.10.2
7432024-10-01T17:42:56.901Z Downloaded proc-macro-crate v1.3.1
7442024-10-01T17:42:56.904Z Downloaded postcard v1.0.8
7452024-10-01T17:42:56.906Z Downloaded predicates-core v1.0.6
7462024-10-01T17:42:56.906Z Downloaded rustc_version v0.1.7
7472024-10-01T17:42:56.906Z Downloaded typify v0.2.0
7482024-10-01T17:42:56.909Z Downloaded aes-gcm v0.10.3
7492024-10-01T17:42:56.913Z Downloaded http-body v0.4.6
7502024-10-01T17:42:56.916Z Downloaded display-error-chain v0.2.1
7512024-10-01T17:42:56.919Z Downloaded unicase v2.7.0
7522024-10-01T17:42:56.919Z Downloaded itertools v0.10.5
7532024-10-01T17:42:56.924Z Downloaded zeroize v1.8.1
7542024-10-01T17:42:56.927Z Downloaded http-range v0.1.5
7552024-10-01T17:42:56.929Z Downloaded serde_plain v1.0.2
7562024-10-01T17:42:56.929Z Downloaded thiserror-no-std v2.0.2
7572024-10-01T17:42:56.932Z Downloaded enum-as-inner v0.6.0
7582024-10-01T17:42:56.935Z Downloaded semver v0.1.20
7592024-10-01T17:42:56.938Z Downloaded unicode-bidi v0.3.15
7602024-10-01T17:42:56.938Z Downloaded peg-runtime v0.8.3
7612024-10-01T17:42:56.941Z Downloaded enum-as-inner v0.5.1
7622024-10-01T17:42:56.941Z Downloaded diesel_table_macro_syntax v0.2.0
7632024-10-01T17:42:56.944Z Downloaded derive_more v0.99.18
7642024-10-01T17:42:56.947Z Downloaded rustls-pemfile v1.0.4
7652024-10-01T17:42:56.949Z Downloaded tokio-stream v0.1.16
7662024-10-01T17:42:56.954Z Downloaded futures-channel v0.3.30
7672024-10-01T17:42:56.956Z Downloaded peg v0.8.4
7682024-10-01T17:42:56.959Z Downloaded pbkdf2 v0.12.2
7692024-10-01T17:42:56.962Z Downloaded want v0.3.1
7702024-10-01T17:42:56.962Z Downloaded getrandom v0.2.14
7712024-10-01T17:42:56.965Z Downloaded dhcproto v0.12.0
7722024-10-01T17:42:56.968Z Downloaded des v0.8.1
7732024-10-01T17:42:56.971Z Downloaded supports-color v3.0.1
7742024-10-01T17:42:56.973Z Downloaded string_cache v0.8.7
7752024-10-01T17:42:56.974Z Downloaded secrecy v0.8.0
7762024-10-01T17:42:56.976Z Downloaded samael v0.0.17
7772024-10-01T17:42:56.980Z Downloaded form_urlencoded v1.2.1
7782024-10-01T17:42:56.982Z Downloaded quinn-udp v0.5.5
7792024-10-01T17:42:56.984Z Downloaded serde_derive_internals v0.29.1
7802024-10-01T17:42:56.985Z Downloaded num-bigint-dig v0.8.4
7812024-10-01T17:42:56.989Z Downloaded thiserror-impl-no-std v2.0.2
7822024-10-01T17:42:56.992Z Downloaded openssl-macros v0.1.1
7832024-10-01T17:42:56.992Z Downloaded slab v0.4.9
7842024-10-01T17:42:56.994Z Downloaded blake3 v1.5.1
7852024-10-01T17:42:57.000Z Downloaded embedded-io v0.4.0
7862024-10-01T17:42:57.003Z Downloaded hash32 v0.3.1
7872024-10-01T17:42:57.003Z Downloaded hickory-client v0.24.1
7882024-10-01T17:42:57.006Z Downloaded prettyplease v0.2.22
7892024-10-01T17:42:57.010Z Downloaded rand v0.8.5
7902024-10-01T17:42:57.013Z Downloaded hash32 v0.2.1
7912024-10-01T17:42:57.016Z Downloaded unarray v0.1.4
7922024-10-01T17:42:57.021Z Downloaded ena v0.14.3
7932024-10-01T17:42:57.021Z Downloaded predicates v3.1.2
7942024-10-01T17:42:57.023Z Downloaded which v4.4.2
7952024-10-01T17:42:57.024Z Downloaded signal-hook v0.3.17
7962024-10-01T17:42:57.027Z Downloaded peg-macros v0.8.4
7972024-10-01T17:42:57.032Z Downloaded schemars_derive v0.8.21
7982024-10-01T17:42:57.032Z Downloaded scopeguard v1.2.0
7992024-10-01T17:42:57.035Z Downloaded sqlformat v0.2.6
8002024-10-01T17:42:57.035Z Downloaded snafu-derive v0.8.2
8012024-10-01T17:42:57.035Z Downloaded rustc-hash v1.1.0
8022024-10-01T17:42:57.035Z Downloaded itertools v0.13.0
8032024-10-01T17:42:57.042Z Downloaded snafu v0.8.2
8042024-10-01T17:42:57.047Z Downloaded rfc6979 v0.4.0
8052024-10-01T17:42:57.050Z Downloaded walkdir v2.5.0
8062024-10-01T17:42:57.052Z Downloaded fixedbitset v0.4.2
8072024-10-01T17:42:57.052Z Downloaded fragile v2.0.0
8082024-10-01T17:42:57.055Z Downloaded fallible-iterator v0.2.0
8092024-10-01T17:42:57.057Z Downloaded r2d2 v0.8.10
8102024-10-01T17:42:57.057Z Downloaded http v1.1.0
8112024-10-01T17:42:57.061Z Downloaded aho-corasick v1.1.3
8122024-10-01T17:42:57.066Z Downloaded env_logger v0.11.5
8132024-10-01T17:42:57.069Z Downloaded tiny-keccak v2.0.2
8142024-10-01T17:42:57.071Z Downloaded pem v3.0.4
8152024-10-01T17:42:57.074Z Downloaded tokio-tungstenite v0.21.0
8162024-10-01T17:42:57.076Z Downloaded env_logger v0.10.2
8172024-10-01T17:42:57.079Z Downloaded ed25519-dalek v2.1.1
8182024-10-01T17:42:57.081Z Downloaded tokio-rustls v0.25.0
8192024-10-01T17:42:57.084Z Downloaded slog v2.7.0
8202024-10-01T17:42:57.086Z Downloaded rustls-pki-types v1.7.0
8212024-10-01T17:42:57.089Z Downloaded rustls-pemfile v2.1.3
8222024-10-01T17:42:57.093Z Downloaded der v0.7.9
8232024-10-01T17:42:57.096Z Downloaded flate2 v1.0.34
8242024-10-01T17:42:57.101Z Downloaded rustc-demangle v0.1.24
8252024-10-01T17:42:57.104Z Downloaded unicode-normalization v0.1.23
8262024-10-01T17:42:57.107Z Downloaded serde_with v3.9.0
8272024-10-01T17:42:57.116Z Downloaded bitvec v1.0.1
8282024-10-01T17:42:57.131Z Downloaded oso v0.27.3
8292024-10-01T17:42:57.135Z Downloaded russh-keys v0.45.0
8302024-10-01T17:42:57.137Z Downloaded diff v0.1.13
8312024-10-01T17:42:57.140Z Downloaded p256 v0.13.2
8322024-10-01T17:42:57.144Z Downloaded tungstenite v0.21.0
8332024-10-01T17:42:57.147Z Downloaded zip v0.6.6
8342024-10-01T17:42:57.151Z Downloaded tokio-tungstenite v0.23.1
8352024-10-01T17:42:57.154Z Downloaded futures-util v0.3.30
8362024-10-01T17:42:57.166Z Downloaded lalrpop v0.19.12
8372024-10-01T17:42:57.177Z Downloaded ron v0.7.1
8382024-10-01T17:42:57.182Z Downloaded quick-xml v0.33.0
8392024-10-01T17:42:57.188Z Downloaded hashbrown v0.12.3
8402024-10-01T17:42:57.194Z Downloaded tough v0.17.1
8412024-10-01T17:42:57.201Z Downloaded reqwest v0.11.27
8422024-10-01T17:42:57.209Z Downloaded git2 v0.19.0
8432024-10-01T17:42:57.218Z Downloaded typed-path v0.7.1
8442024-10-01T17:42:57.224Z Downloaded p384 v0.13.0
8452024-10-01T17:42:57.230Z Downloaded tungstenite v0.23.0
8462024-10-01T17:42:57.233Z Downloaded steno v0.4.1
8472024-10-01T17:42:57.238Z Downloaded gimli v0.28.1
8482024-10-01T17:42:57.246Z Downloaded hkdf v0.12.4
8492024-10-01T17:42:57.249Z Downloaded rusqlite v0.32.1
8502024-10-01T17:42:57.256Z Downloaded curve25519-dalek v4.1.3
8512024-10-01T17:42:57.264Z Downloaded expectorate v1.1.0
8522024-10-01T17:42:57.267Z Downloaded ssh-key v0.6.6
8532024-10-01T17:42:57.274Z Downloaded portable-atomic v1.6.0
8542024-10-01T17:42:57.280Z Downloaded rustls-webpki v0.102.4
8552024-10-01T17:42:57.298Z Downloaded time v0.3.36
8562024-10-01T17:42:57.304Z Downloaded hyper v0.14.30
8572024-10-01T17:42:57.312Z Downloaded idna v0.3.0
8582024-10-01T17:42:57.319Z Downloaded polar-core v0.27.3
8592024-10-01T17:42:57.328Z Downloaded reqwest v0.12.7
8602024-10-01T17:42:57.337Z Downloaded tokio-util v0.7.12
8612024-10-01T17:42:57.343Z Downloaded quinn-proto v0.11.8
8622024-10-01T17:42:57.350Z Downloaded nix v0.27.1
8632024-10-01T17:42:57.361Z Downloaded regex v1.10.6
8642024-10-01T17:42:57.374Z Downloaded radix_trie v0.2.1
8652024-10-01T17:42:57.379Z Downloaded webpki-roots v0.26.3
8662024-10-01T17:42:57.383Z Downloaded hickory-proto v0.24.1
8672024-10-01T17:42:57.399Z Downloaded openssl v0.10.66
8682024-10-01T17:42:57.409Z Downloaded regex-syntax v0.6.29
8692024-10-01T17:42:57.416Z Downloaded idna v0.4.0
8702024-10-01T17:42:57.424Z Downloaded idna v0.2.3
8712024-10-01T17:42:57.430Z Downloaded diesel v2.2.4
8722024-10-01T17:42:57.449Z Downloaded nix v0.29.0
8732024-10-01T17:42:57.461Z Downloaded sqlparser v0.45.0
8742024-10-01T17:42:57.466Z Downloaded bzip2-sys v0.1.11+1.0.8
8752024-10-01T17:42:57.479Z Downloaded trust-dns-proto v0.22.0
8762024-10-01T17:42:57.490Z Downloaded nix v0.28.0
8772024-10-01T17:42:57.502Z Downloaded regress v0.10.1
8782024-10-01T17:42:57.510Z Downloaded regex-syntax v0.8.4
8792024-10-01T17:42:57.519Z Downloaded ratatui v0.28.0
8802024-10-01T17:42:57.539Z Downloaded dropshot v0.10.1
8812024-10-01T17:42:57.549Z Downloaded smoltcp v0.9.1
8822024-10-01T17:42:57.559Z Downloaded sha3 v0.10.8
8832024-10-01T17:42:57.564Z Downloaded csv v1.3.0
8842024-10-01T17:42:57.583Z Downloaded regex-automata v0.4.6
8852024-10-01T17:42:57.600Z Downloaded dropshot v0.12.0
8862024-10-01T17:42:57.619Z Downloaded petgraph v0.6.5
8872024-10-01T17:42:57.638Z Downloaded regress v0.9.1
8882024-10-01T17:42:57.645Z Downloaded rustls v0.23.10
8892024-10-01T17:42:57.661Z Downloaded tokio v1.39.3
8902024-10-01T17:42:57.698Z Downloaded openapiv3 v2.0.0
8912024-10-01T17:42:57.710Z Downloaded reedline v0.33.0
8922024-10-01T17:42:57.717Z Downloaded vcpkg v0.2.15
8932024-10-01T17:42:57.780Z Downloaded smoltcp v0.11.0
8942024-10-01T17:42:57.797Z Downloaded h2 v0.3.26
8952024-10-01T17:42:57.805Z Downloaded typify-impl v0.2.0
8962024-10-01T17:42:57.827Z Downloaded sled v0.34.7
8972024-10-01T17:42:57.835Z Downloaded zerocopy-derive v0.6.6
8982024-10-01T17:42:57.845Z Downloaded object v0.30.4
8992024-10-01T17:42:57.855Z Downloaded rustls v0.22.4
9002024-10-01T17:42:57.868Z Downloaded object v0.32.2
9012024-10-01T17:42:57.878Z Downloaded idna v0.5.0
9022024-10-01T17:42:57.884Z Downloaded bstr v1.9.1
9032024-10-01T17:42:57.895Z Downloaded proptest v1.5.0
9042024-10-01T17:42:57.904Z Downloaded lzma-sys v0.1.20
9052024-10-01T17:42:57.933Z Downloaded rayon v1.10.0
9062024-10-01T17:42:57.942Z Downloaded finl_unicode v1.2.0
9072024-10-01T17:42:57.954Z Downloaded rustls v0.21.12
9082024-10-01T17:42:57.965Z Downloaded h2 v0.4.6
9092024-10-01T17:42:57.972Z Downloaded diesel_derives v2.2.2
9102024-10-01T17:42:57.977Z Downloaded x509-cert v0.2.5
9112024-10-01T17:42:57.981Z Downloaded winnow v0.5.40
9122024-10-01T17:42:57.990Z Downloaded salty v0.3.0
9132024-10-01T17:42:57.997Z Downloaded http v0.2.12
9142024-10-01T17:42:58.001Z Downloaded time-macros v0.2.18
9152024-10-01T17:42:58.004Z Downloaded openssl-sys v0.9.103
9162024-10-01T17:42:58.007Z Downloaded owo-colors v4.1.0
9172024-10-01T17:42:58.010Z Downloaded half v2.4.1
9182024-10-01T17:42:58.012Z Downloaded rustyline v14.0.0
9192024-10-01T17:42:58.017Z Downloaded heapless v0.8.0
9202024-10-01T17:42:58.021Z Downloaded progenitor-impl v0.8.0
9212024-10-01T17:42:58.024Z Downloaded radium v0.7.0
9222024-10-01T17:42:58.024Z Downloaded hmac v0.12.1
9232024-10-01T17:42:58.026Z Downloaded similar v2.6.0
9242024-10-01T17:42:58.030Z Downloaded twox-hash v1.6.3
9252024-10-01T17:42:58.032Z Downloaded elliptic-curve v0.13.8
9262024-10-01T17:42:58.035Z Downloaded rustls-webpki v0.101.7
9272024-10-01T17:42:58.048Z Downloaded subprocess v0.2.9
9282024-10-01T17:42:58.050Z Downloaded tracing v0.1.40
9292024-10-01T17:42:58.054Z Downloaded tokio-postgres v0.7.12
9302024-10-01T17:42:58.059Z Downloaded libm v0.2.8
9312024-10-01T17:42:58.066Z Downloaded chrono v0.4.38
9322024-10-01T17:42:58.073Z Downloaded bindgen v0.69.4
9332024-10-01T17:42:58.080Z Downloaded headers v0.4.0
9342024-10-01T17:42:58.086Z Downloaded toml_edit v0.19.15
9352024-10-01T17:42:58.102Z Downloaded parse-display-derive v0.10.0
9362024-10-01T17:42:58.105Z Downloaded p521 v0.13.3
9372024-10-01T17:42:58.108Z Downloaded rsa v0.9.6
9382024-10-01T17:42:58.112Z Downloaded signal-hook-tokio v0.3.1
9392024-10-01T17:42:58.114Z Downloaded zone v0.3.0
9402024-10-01T17:42:58.114Z Downloaded pin-project v1.1.5
9412024-10-01T17:42:58.125Z Downloaded globset v0.4.14
9422024-10-01T17:42:58.127Z Downloaded socket2 v0.5.7
9432024-10-01T17:42:58.130Z Downloaded publicsuffix v2.2.3
9442024-10-01T17:42:58.132Z Downloaded hostname v0.4.0
9452024-10-01T17:42:58.132Z Downloaded group v0.13.0
9462024-10-01T17:42:58.135Z Downloaded glob v0.3.1
9472024-10-01T17:42:58.137Z Downloaded ghash v0.5.1
9482024-10-01T17:42:58.137Z Downloaded signature v2.2.0
9492024-10-01T17:42:58.140Z Downloaded wyz v0.5.1
9502024-10-01T17:42:58.140Z Downloaded serde_yaml v0.9.34+deprecated
9512024-10-01T17:42:58.143Z Downloaded nom v7.1.3
9522024-10-01T17:42:58.149Z Downloaded whoami v1.5.2
9532024-10-01T17:42:58.151Z Downloaded term v0.7.0
9542024-10-01T17:42:58.154Z Downloaded minimal-lexical v0.2.1
9552024-10-01T17:42:58.159Z Downloaded pin-utils v0.1.0
9562024-10-01T17:42:58.161Z Downloaded der_derive v0.7.2
9572024-10-01T17:42:58.164Z Downloaded heck v0.3.3
9582024-10-01T17:42:58.164Z Downloaded url v2.5.2
9592024-10-01T17:42:58.166Z Downloaded phf_shared v0.11.2
9602024-10-01T17:42:58.169Z Downloaded pem-rfc7468 v0.7.0
9612024-10-01T17:42:58.171Z Downloaded uzers v0.11.3
9622024-10-01T17:42:58.171Z Downloaded tokio-rustls v0.24.1
9632024-10-01T17:42:58.174Z Downloaded pkcs5 v0.7.1
9642024-10-01T17:42:58.178Z Downloaded unicode_categories v0.1.1
9652024-10-01T17:42:58.180Z Downloaded encoding_rs v0.8.34
9662024-10-01T17:42:58.202Z Downloaded unsafe-libyaml v0.2.11
9672024-10-01T17:42:58.205Z Downloaded quinn v0.11.5
9682024-10-01T17:42:58.209Z Downloaded rtoolbox v0.0.2
9692024-10-01T17:42:58.211Z Downloaded libxml v0.3.3
9702024-10-01T17:42:58.216Z Downloaded powerfmt v0.2.0
9712024-10-01T17:42:58.219Z Downloaded phf v0.11.2
9722024-10-01T17:42:58.221Z Downloaded unicode-segmentation v1.11.0
9732024-10-01T17:42:58.223Z Downloaded futures-macro v0.3.30
9742024-10-01T17:42:58.226Z Downloaded filetime v0.2.25
9752024-10-01T17:42:58.226Z Downloaded dirs-sys-next v0.1.2
9762024-10-01T17:42:58.228Z Downloaded defmt-parser v0.3.4
9772024-10-01T17:42:58.228Z Downloaded httparse v1.8.0
9782024-10-01T17:42:58.231Z Downloaded derive-where v1.2.7
9792024-10-01T17:42:58.233Z Downloaded uuid v1.10.0
9802024-10-01T17:42:58.236Z Downloaded dirs-next v2.0.0
9812024-10-01T17:42:58.239Z Downloaded difflib v0.4.0
9822024-10-01T17:42:58.239Z Downloaded defmt-macros v0.3.9
9832024-10-01T17:42:58.242Z Downloaded resolv-conf v0.7.0
9842024-10-01T17:42:58.244Z Downloaded take_mut v0.2.2
9852024-10-01T17:42:58.244Z Downloaded sync_wrapper v0.1.2
9862024-10-01T17:42:58.247Z Downloaded topological-sort v0.2.2
9872024-10-01T17:42:58.247Z Downloaded rpassword v7.3.1
9882024-10-01T17:42:58.247Z Downloaded ecdsa v0.16.9
9892024-10-01T17:42:58.250Z Downloaded tracing-attributes v0.1.27
9902024-10-01T17:42:58.252Z Downloaded tar v0.4.42
9912024-10-01T17:42:58.255Z Downloaded num-bigint v0.4.5
9922024-10-01T17:42:58.259Z Downloaded hubpack_derive v0.1.1
9932024-10-01T17:42:58.262Z Downloaded httpdate v1.0.3
9942024-10-01T17:42:58.262Z Downloaded smallvec v1.13.2
9952024-10-01T17:42:58.264Z Downloaded zerocopy v0.6.6
9962024-10-01T17:42:58.267Z Downloaded ff v0.13.0
9972024-10-01T17:42:58.269Z Downloaded postgres-types v0.2.8
9982024-10-01T17:42:58.272Z Downloaded derive_builder v0.20.0
9992024-10-01T17:42:58.275Z Downloaded indicatif v0.17.8
10002024-10-01T17:42:58.279Z Downloaded tokio-native-tls v0.3.1
10012024-10-01T17:42:58.281Z Downloaded termios v0.3.3
10022024-10-01T17:42:58.284Z Downloaded pkcs1 v0.7.5
10032024-10-01T17:42:58.286Z Downloaded yasna v0.5.2
10042024-10-01T17:42:58.286Z Downloaded tracing-core v0.1.32
10052024-10-01T17:42:58.289Z Downloaded crossterm v0.28.1
10062024-10-01T17:42:58.296Z Downloaded smallvec v0.6.14
10072024-10-01T17:42:58.298Z Downloaded futures v0.3.30
10082024-10-01T17:42:58.303Z Downloaded hashlink v0.9.1
10092024-10-01T17:42:58.305Z Downloaded foreign-types v0.3.2
10102024-10-01T17:42:58.305Z Downloaded structmeta-derive v0.3.0
10112024-10-01T17:42:58.308Z Downloaded ref-cast v1.0.23
10122024-10-01T17:42:58.310Z Downloaded progenitor v0.8.0
10132024-10-01T17:42:58.310Z Downloaded derive_builder_core v0.20.0
10142024-10-01T17:42:58.312Z Downloaded schemars v0.8.21
10152024-10-01T17:42:58.323Z Downloaded miniz_oxide v0.7.2
10162024-10-01T17:42:58.325Z Downloaded chacha20poly1305 v0.10.1
10172024-10-01T17:42:58.327Z Downloaded libgit2-sys v0.17.0+1.8.1
10182024-10-01T17:42:58.388Z Downloaded mockall_derive v0.13.0
10192024-10-01T17:42:58.391Z Downloaded backtrace v0.3.71
10202024-10-01T17:42:58.398Z Downloaded slog-async v2.8.0
10212024-10-01T17:42:58.400Z Downloaded signal-hook-registry v1.4.2
10222024-10-01T17:42:58.400Z Downloaded num-traits v0.2.19
10232024-10-01T17:42:58.403Z Downloaded crossbeam-channel v0.5.12
10242024-10-01T17:42:58.406Z Downloaded float-cmp v0.9.0
10252024-10-01T17:42:58.408Z Downloaded fallible-streaming-iterator v0.1.9
10262024-10-01T17:42:58.408Z Downloaded dsl_auto_type v0.1.2
10272024-10-01T17:42:58.410Z Downloaded tls_codec v0.4.1
10282024-10-01T17:42:58.413Z Downloaded base64 v0.22.1
10292024-10-01T17:42:58.415Z Downloaded xz2 v0.1.7
10302024-10-01T17:42:58.418Z Downloaded xattr v1.3.1
10312024-10-01T17:42:58.420Z Downloaded wait-timeout v0.2.0
10322024-10-01T17:42:58.420Z Downloaded darling_core v0.20.9
10332024-10-01T17:42:58.425Z Downloaded strum_macros v0.25.3
10342024-10-01T17:42:58.428Z Downloaded num_enum v0.5.11
10352024-10-01T17:42:58.433Z Downloaded num v0.4.3
10362024-10-01T17:42:58.435Z Downloaded cancel-safe-futures v0.1.5
10372024-10-01T17:42:58.437Z Downloaded nanorand v0.7.0
10382024-10-01T17:42:58.440Z Downloaded linked-hash-map v0.5.6
10392024-10-01T17:42:58.442Z Downloaded libsw v3.3.1
10402024-10-01T17:42:58.445Z Downloaded bzip2 v0.4.4
10412024-10-01T17:42:58.445Z Downloaded miniz_oxide v0.8.0
10422024-10-01T17:42:58.447Z Downloaded ciborium v0.2.2
10432024-10-01T17:42:58.450Z Downloaded colored v2.1.0
10442024-10-01T17:42:58.452Z Downloaded ciborium-ll v0.2.2
10452024-10-01T17:42:58.455Z Downloaded internet-checksum v0.2.1
10462024-10-01T17:42:58.455Z Downloaded slog-stdlog v4.1.1
10472024-10-01T17:42:58.457Z Downloaded slog-envlogger v2.2.0
10482024-10-01T17:42:58.457Z Downloaded slog-bunyan v2.5.0
10492024-10-01T17:42:58.461Z Downloaded shell-words v1.1.0
10502024-10-01T17:42:58.461Z Downloaded serde-hex v0.1.0
10512024-10-01T17:42:58.464Z Downloaded mime v0.3.17
10522024-10-01T17:42:58.464Z Downloaded md-5 v0.10.6
10532024-10-01T17:42:58.464Z Downloaded lru v0.12.3
10542024-10-01T17:42:58.467Z Downloaded lalrpop-util v0.19.12
10552024-10-01T17:42:58.467Z Downloaded ipnetwork v0.20.0
10562024-10-01T17:42:58.469Z Downloaded instability v0.3.2
10572024-10-01T17:42:58.469Z Downloaded compact_str v0.8.0
10582024-10-01T17:42:58.472Z Downloaded static_assertions v1.1.0
10592024-10-01T17:42:58.474Z Downloaded newtype-uuid v1.1.0
10602024-10-01T17:42:58.474Z Downloaded maplit v1.0.2
10612024-10-01T17:42:58.477Z Downloaded multimap v0.10.0
10622024-10-01T17:42:58.477Z Downloaded bcs v0.1.6
10632024-10-01T17:42:58.479Z Downloaded blowfish v0.9.1
10642024-10-01T17:42:58.482Z Downloaded convert_case v0.4.0
10652024-10-01T17:42:58.482Z Downloaded castaway v0.2.3
10662024-10-01T17:42:58.484Z Downloaded buf-list v1.0.3
10672024-10-01T17:42:58.486Z Downloaded libefi-sys v0.1.0
10682024-10-01T17:42:58.486Z Downloaded constant_time_eq v0.3.0
10692024-10-01T17:42:58.489Z Downloaded bitfield v0.14.0
10702024-10-01T17:42:58.489Z Downloaded async-recursion v1.1.1
10712024-10-01T17:42:58.492Z Downloaded mime_guess v2.0.4
10722024-10-01T17:42:58.494Z Downloaded ipnet v2.10.0
10732024-10-01T17:42:58.497Z Downloaded kstat-rs v0.2.4
10742024-10-01T17:42:58.500Z Downloaded indent_write v2.2.0
10752024-10-01T17:42:58.500Z Downloaded lru-cache v0.1.2
10762024-10-01T17:42:58.502Z Downloaded lazy_static v1.5.0
10772024-10-01T17:42:58.502Z Downloaded chacha20 v0.9.1
10782024-10-01T17:42:58.505Z Downloaded inout v0.1.3
10792024-10-01T17:42:58.507Z Downloaded csv-core v0.1.11
10802024-10-01T17:42:58.507Z Downloaded async-bb8-diesel v0.2.1
10812024-10-01T17:42:58.510Z Downloaded atty v0.2.14
10822024-10-01T17:42:58.513Z Downloaded async-stream-impl v0.3.5
10832024-10-01T17:42:58.513Z Downloaded backoff v0.4.0
10842024-10-01T17:42:58.515Z Downloaded async-trait v0.1.83
10852024-10-01T17:42:58.517Z Downloaded arrayref v0.3.7
10862024-10-01T17:42:58.520Z Downloaded instant v0.1.12
10872024-10-01T17:42:58.522Z Downloaded crc v3.2.1
10882024-10-01T17:42:58.524Z Downloaded cipher v0.4.4
10892024-10-01T17:42:58.524Z Downloaded cassowary v0.3.0
10902024-10-01T17:42:58.930Z Downloaded libz-sys v1.1.16
10912024-10-01T17:42:59.052Z Downloaded ring v0.17.8
10922024-10-01T17:42:59.198Z Downloaded libsqlite3-sys v0.30.1
10932024-10-01T17:42:59.283Z Downloaded ring v0.16.20
10942024-10-01T17:42:59.458Z Compiling serde v1.0.210
10952024-10-01T17:42:59.461Z Compiling typenum v1.17.0
10962024-10-01T17:42:59.461Z Compiling generic-array v0.14.7
10972024-10-01T17:42:59.461Z Compiling lock_api v0.4.12
10982024-10-01T17:42:59.461Z Compiling scopeguard v1.2.0
10992024-10-01T17:42:59.616Z Compiling value-bag v1.9.0
11002024-10-01T17:42:59.644Z Compiling syn v2.0.79
11012024-10-01T17:42:59.650Z Compiling getrandom v0.2.14
11022024-10-01T17:42:59.771Z Compiling subtle v2.5.0
11032024-10-01T17:42:59.935Z Compiling rand_core v0.6.4
11042024-10-01T17:43:00.096Z Compiling log v0.4.22
11052024-10-01T17:43:00.173Z Compiling const-oid v0.9.6
11062024-10-01T17:43:00.195Z Compiling jobserver v0.1.32
11072024-10-01T17:43:00.261Z Compiling pin-project-lite v0.2.14
11082024-10-01T17:43:00.412Z Compiling smallvec v1.13.2
11092024-10-01T17:43:00.475Z Compiling parking_lot_core v0.9.10
11102024-10-01T17:43:00.681Z Compiling cc v1.0.97
11112024-10-01T17:43:00.831Z Compiling signal-hook-registry v1.4.2
11122024-10-01T17:43:00.989Z Compiling futures-core v0.3.30
11132024-10-01T17:43:01.117Z Compiling mio v1.0.2
11142024-10-01T17:43:01.232Z Compiling ahash v0.8.11
11152024-10-01T17:43:01.576Z Compiling parking_lot v0.12.2
11162024-10-01T17:43:01.596Z Compiling cpufeatures v0.2.12
11172024-10-01T17:43:01.656Z Compiling futures-sink v0.3.30
11182024-10-01T17:43:01.770Z Compiling socket2 v0.5.7
11192024-10-01T17:43:01.810Z Compiling slab v0.4.9
11202024-10-01T17:43:02.126Z Compiling allocator-api2 v0.2.18
11212024-10-01T17:43:02.304Z Compiling spin v0.9.8
11222024-10-01T17:43:02.355Z Compiling tinyvec_macros v0.1.1
11232024-10-01T17:43:02.448Z Compiling tinyvec v1.6.0
11242024-10-01T17:43:02.488Z Compiling futures-channel v0.3.30
11252024-10-01T17:43:02.561Z Compiling serde_json v1.0.128
11262024-10-01T17:43:02.717Z Compiling libm v0.2.8
11272024-10-01T17:43:02.767Z Compiling futures-io v0.3.30
11282024-10-01T17:43:02.968Z Compiling pin-utils v0.1.0
11292024-10-01T17:43:02.997Z Compiling base64ct v1.6.0
11302024-10-01T17:43:03.017Z Compiling futures-task v0.3.30
11312024-10-01T17:43:03.115Z Compiling num-traits v0.2.19
11322024-10-01T17:43:03.139Z Compiling flagset v0.4.5
11332024-10-01T17:43:03.158Z Compiling unicode-bidi v0.3.15
11342024-10-01T17:43:03.363Z Compiling tracing-core v0.1.32
11352024-10-01T17:43:03.603Z Compiling pem-rfc7468 v0.7.0
11362024-10-01T17:43:03.652Z Compiling vcpkg v0.2.15
11372024-10-01T17:43:04.090Z Compiling unicode-normalization v0.1.23
11382024-10-01T17:43:04.758Z Compiling pkg-config v0.3.30
11392024-10-01T17:43:04.783Z Compiling crossbeam-utils v0.8.19
11402024-10-01T17:43:04.853Z Compiling ppv-lite86 v0.2.17
11412024-10-01T17:43:04.899Z Compiling ring v0.17.8
11422024-10-01T17:43:05.239Z Compiling httparse v1.8.0
11432024-10-01T17:43:05.475Z Compiling percent-encoding v2.3.1
11442024-10-01T17:43:05.636Z Compiling rand_chacha v0.3.1
11452024-10-01T17:43:05.844Z Compiling rustls-pki-types v1.7.0
11462024-10-01T17:43:05.853Z Compiling try-lock v0.2.5
11472024-10-01T17:43:06.020Z Compiling rustix v0.38.34
11482024-10-01T17:43:06.255Z Compiling openssl-sys v0.9.103
11492024-10-01T17:43:06.375Z Compiling rand v0.8.5
11502024-10-01T17:43:06.706Z Compiling want v0.3.1
11512024-10-01T17:43:06.982Z Compiling httpdate v1.0.3
11522024-10-01T17:43:06.998Z Compiling untrusted v0.9.0
11532024-10-01T17:43:07.308Z Compiling num-conv v0.1.0
11542024-10-01T17:43:07.415Z Compiling atomic-waker v1.1.2
11552024-10-01T17:43:07.445Z Compiling rustversion v1.0.17
11562024-10-01T17:43:07.473Z Compiling foreign-types-shared v0.1.1
11572024-10-01T17:43:07.582Z Compiling openssl v0.10.66
11582024-10-01T17:43:07.605Z Compiling time-core v0.1.2
11592024-10-01T17:43:07.625Z Compiling powerfmt v0.2.0
11602024-10-01T17:43:07.791Z Compiling time-macros v0.2.18
11612024-10-01T17:43:07.850Z Compiling foreign-types v0.3.2
11622024-10-01T17:43:07.948Z Compiling deranged v0.3.11
11632024-10-01T17:43:08.083Z Compiling form_urlencoded v1.2.1
11642024-10-01T17:43:08.217Z Compiling aho-corasick v1.1.3
11652024-10-01T17:43:08.333Z Compiling rustls v0.23.10
11662024-10-01T17:43:08.385Z Compiling siphasher v0.3.11
11672024-10-01T17:43:08.625Z Compiling base64 v0.22.1
11682024-10-01T17:43:08.750Z Compiling syn v1.0.109
11692024-10-01T17:43:09.331Z Compiling tower-service v0.3.2
11702024-10-01T17:43:09.361Z Compiling regex-syntax v0.8.4
11712024-10-01T17:43:09.415Z Compiling native-tls v0.2.11
11722024-10-01T17:43:09.458Z Compiling num_threads v0.1.7
11732024-10-01T17:43:09.787Z Compiling crossbeam-epoch v0.9.18
11742024-10-01T17:43:09.829Z Compiling idna v0.5.0
11752024-10-01T17:43:10.526Z Compiling lazy_static v1.5.0
11762024-10-01T17:43:10.656Z Compiling cookie v0.18.1
11772024-10-01T17:43:10.943Z Compiling finl_unicode v1.2.0
11782024-10-01T17:43:10.990Z Compiling rayon-core v1.12.1
11792024-10-01T17:43:11.035Z Compiling time v0.3.36
11802024-10-01T17:43:11.268Z Compiling either v1.13.0
11812024-10-01T17:43:11.348Z Compiling slog v2.7.0
11822024-10-01T17:43:11.500Z Compiling openssl-probe v0.1.5
11832024-10-01T17:43:11.714Z Compiling iana-time-zone v0.1.60
11842024-10-01T17:43:11.863Z Compiling stringprep v0.1.4
11852024-10-01T17:43:12.058Z Compiling url v2.5.2
11862024-10-01T17:43:12.192Z Compiling crossbeam-deque v0.8.5
11872024-10-01T17:43:13.145Z Compiling regex-automata v0.4.6
11882024-10-01T17:43:13.708Z Compiling rustls-webpki v0.102.4
11892024-10-01T17:43:13.953Z Compiling num-integer v0.1.46
11902024-10-01T17:43:14.040Z Compiling serde_derive v1.0.210
11912024-10-01T17:43:14.757Z Compiling zeroize_derive v1.4.2
11922024-10-01T17:43:15.457Z Compiling zerocopy-derive v0.7.34
11932024-10-01T17:43:15.825Z Compiling tokio-macros v2.4.0
11942024-10-01T17:43:15.917Z Compiling futures-macro v0.3.30
11952024-10-01T17:43:16.383Z Compiling zeroize v1.8.1
11962024-10-01T17:43:16.406Z Compiling der_derive v0.7.2
11972024-10-01T17:43:17.500Z Compiling thiserror-impl v1.0.64
11982024-10-01T17:43:17.782Z Compiling zerocopy v0.7.34
11992024-10-01T17:43:17.987Z Compiling futures-util v0.3.30
12002024-10-01T17:43:18.251Z Compiling crypto-common v0.1.6
12012024-10-01T17:43:18.491Z Compiling block-buffer v0.10.4
12022024-10-01T17:43:18.753Z Compiling digest v0.10.7
12032024-10-01T17:43:18.983Z Compiling block-padding v0.3.3
12042024-10-01T17:43:19.238Z Compiling hmac v0.12.1
12052024-10-01T17:43:19.259Z Compiling inout v0.1.3
12062024-10-01T17:43:19.498Z Compiling cipher v0.4.4
12072024-10-01T17:43:19.541Z Compiling sha2 v0.10.8
12082024-10-01T17:43:20.019Z Compiling hashbrown v0.14.5
12092024-10-01T17:43:20.063Z Compiling der v0.7.9
12102024-10-01T17:43:20.864Z Compiling thiserror v1.0.64
12112024-10-01T17:43:21.017Z Compiling salsa20 v0.10.2
12122024-10-01T17:43:21.248Z Compiling pbkdf2 v0.12.2
12132024-10-01T17:43:21.433Z Compiling tracing-attributes v0.1.27
12142024-10-01T17:43:21.475Z Compiling scrypt v0.11.0
12152024-10-01T17:43:22.026Z Compiling aes v0.8.4
12162024-10-01T17:43:23.129Z Compiling spki v0.7.3
12172024-10-01T17:43:23.468Z Compiling cbc v0.1.2
12182024-10-01T17:43:23.517Z Compiling pest v2.7.10
12192024-10-01T17:43:23.708Z Compiling pkcs5 v0.7.1
12202024-10-01T17:43:24.153Z Compiling scroll_derive v0.12.0
12212024-10-01T17:43:24.867Z Compiling pkcs8 v0.10.2
12222024-10-01T17:43:24.912Z Compiling openssl-macros v0.1.1
12232024-10-01T17:43:25.375Z Compiling tracing v0.1.40
12242024-10-01T17:43:25.621Z Compiling signature v2.2.0
12252024-10-01T17:43:25.691Z Compiling scroll v0.12.0
12262024-10-01T17:43:25.709Z Compiling md-5 v0.10.6
12272024-10-01T17:43:25.909Z Compiling idna v0.3.0
12282024-10-01T17:43:25.974Z Compiling backtrace v0.3.71
12292024-10-01T17:43:26.018Z Compiling ff v0.13.0
12302024-10-01T17:43:26.238Z Compiling pest_meta v2.7.10
12312024-10-01T17:43:26.260Z Compiling goblin v0.8.2
12322024-10-01T17:43:26.463Z Compiling hash32 v0.2.1
12332024-10-01T17:43:26.562Z Compiling gimli v0.28.1
12342024-10-01T17:43:26.808Z Compiling fallible-iterator v0.2.0
12352024-10-01T17:43:26.864Z Compiling psl-types v2.0.11
12362024-10-01T17:43:27.055Z Compiling smoltcp v0.9.1
12372024-10-01T17:43:27.513Z Compiling pest_generator v2.7.10
12382024-10-01T17:43:27.516Z Compiling crc32fast v1.4.0
12392024-10-01T17:43:27.866Z Compiling base16ct v0.2.0
12402024-10-01T17:43:28.115Z Compiling adler v1.0.2
12412024-10-01T17:43:28.289Z Compiling stable_deref_trait v1.2.0
12422024-10-01T17:43:28.320Z Compiling signal-hook v0.3.17
12432024-10-01T17:43:28.356Z Compiling portable-atomic v1.6.0
12442024-10-01T17:43:28.610Z Compiling bytes v1.7.2
12452024-10-01T17:43:28.776Z Compiling indexmap v2.5.0
12462024-10-01T17:43:29.421Z Compiling bitflags v2.6.0
12472024-10-01T17:43:29.628Z Compiling tokio v1.39.3
12482024-10-01T17:43:29.895Z Compiling semver v1.0.23
12492024-10-01T17:43:30.231Z Compiling http v1.1.0
12502024-10-01T17:43:30.638Z Compiling rustc_version v0.4.0
12512024-10-01T17:43:31.376Z Compiling pest_derive v2.7.10
12522024-10-01T17:43:31.623Z Compiling heapless v0.7.17
12532024-10-01T17:43:32.075Z Compiling http-body v1.0.0
12542024-10-01T17:43:32.193Z Compiling dtrace-parser v0.2.0
12552024-10-01T17:43:32.312Z Compiling dof v0.3.0
12562024-10-01T17:43:32.990Z Compiling uuid v1.10.0
12572024-10-01T17:43:34.428Z Compiling usdt-impl v0.5.0
12582024-10-01T17:43:34.564Z Compiling curve25519-dalek v4.1.3
12592024-10-01T17:43:34.627Z Compiling http v0.2.12
12602024-10-01T17:43:35.216Z Compiling toml_datetime v0.6.8
12612024-10-01T17:43:35.735Z Compiling chrono v0.4.38
12622024-10-01T17:43:36.072Z Compiling serde_tokenstream v0.2.2
12632024-10-01T17:43:36.720Z Compiling serde_spanned v0.6.7
12642024-10-01T17:43:36.760Z Compiling num-bigint-dig v0.8.4
12652024-10-01T17:43:36.956Z Compiling terminal_size v0.3.0
12662024-10-01T17:43:37.093Z Compiling http-body-util v0.1.2
12672024-10-01T17:43:37.129Z Compiling addr2line v0.21.0
12682024-10-01T17:43:37.164Z Compiling postgres-protocol v0.6.7
12692024-10-01T17:43:37.721Z Compiling miniz_oxide v0.7.2
12702024-10-01T17:43:37.788Z Compiling tokio-util v0.7.12
12712024-10-01T17:43:38.316Z Compiling tokio-rustls v0.26.0
12722024-10-01T17:43:38.560Z Compiling sec1 v0.7.3
12732024-10-01T17:43:38.640Z Compiling publicsuffix v2.2.3
12742024-10-01T17:43:38.794Z Compiling h2 v0.4.6
12752024-10-01T17:43:38.889Z Compiling hubpack_derive v0.1.1
12762024-10-01T17:43:39.258Z Compiling group v0.13.0
12772024-10-01T17:43:39.522Z Compiling tokio-native-tls v0.3.1
12782024-10-01T17:43:39.592Z Compiling hkdf v0.12.4
12792024-10-01T17:43:39.735Z Compiling crypto-bigint v0.5.5
12802024-10-01T17:43:39.799Z Compiling num-iter v0.1.45
12812024-10-01T17:43:39.824Z Compiling curve25519-dalek-derive v0.1.1
12822024-10-01T17:43:39.860Z Compiling zerocopy-derive v0.6.6
12832024-10-01T17:43:39.978Z Compiling async-trait v0.1.83
12842024-10-01T17:43:41.689Z Compiling phf_shared v0.11.2
12852024-10-01T17:43:42.039Z Compiling serde_derive_internals v0.29.1
12862024-10-01T17:43:42.078Z Compiling webpki-roots v0.26.3
12872024-10-01T17:43:42.255Z Compiling object v0.32.2
12882024-10-01T17:43:42.288Z Compiling fs-err v2.11.0
12892024-10-01T17:43:42.600Z Compiling winnow v0.5.40
12902024-10-01T17:43:42.942Z Compiling adler2 v2.0.0
12912024-10-01T17:43:42.987Z Compiling ipnet v2.10.0
12922024-10-01T17:43:43.162Z Compiling rustc-demangle v0.1.24
12932024-10-01T17:43:44.179Z Compiling bitflags v1.3.2
12942024-10-01T17:43:44.231Z Compiling anyhow v1.0.89
12952024-10-01T17:43:44.299Z Compiling managed v0.8.0
12962024-10-01T17:43:44.767Z Compiling schemars v0.8.21
12972024-10-01T17:43:44.892Z Compiling schemars_derive v0.8.21
12982024-10-01T17:43:45.109Z Compiling console v0.15.8
12992024-10-01T17:43:45.169Z Compiling miniz_oxide v0.8.0
13002024-10-01T17:43:45.815Z Compiling clap_builder v4.5.18
13012024-10-01T17:43:46.586Z Compiling hyper v1.4.1
13022024-10-01T17:43:46.632Z Compiling toml_edit v0.19.15
13032024-10-01T17:43:46.711Z Compiling elliptic-curve v0.13.8
13042024-10-01T17:43:47.114Z Compiling zerocopy v0.6.6
13052024-10-01T17:43:47.575Z Compiling rayon v1.10.0
13062024-10-01T17:43:48.008Z Compiling phf v0.11.2
13072024-10-01T17:43:48.313Z Compiling cookie_store v0.21.0
13082024-10-01T17:43:49.605Z Compiling hyper-util v0.1.9
13092024-10-01T17:43:50.989Z Compiling hubpack v0.1.2
13102024-10-01T17:43:51.464Z Compiling h2 v0.3.26
13112024-10-01T17:43:52.427Z Compiling hyper-tls v0.6.0
13122024-10-01T17:43:52.847Z Compiling hyper-rustls v0.27.3
13132024-10-01T17:43:53.216Z Compiling postgres-types v0.2.8
13142024-10-01T17:43:54.217Z Compiling usdt-attr-macro v0.5.0
13152024-10-01T17:43:54.690Z Compiling usdt-macro v0.5.0
13162024-10-01T17:43:54.829Z Compiling http-body v0.4.6
13172024-10-01T17:43:54.918Z Compiling serde_urlencoded v0.7.1
13182024-10-01T17:43:55.239Z Compiling serde-big-array v0.5.1
13192024-10-01T17:43:55.305Z Compiling ed25519 v2.2.3
13202024-10-01T17:43:55.459Z Compiling pkcs1 v0.7.5
13212024-10-01T17:43:55.480Z Compiling futures-executor v0.3.30
13222024-10-01T17:43:55.927Z Compiling rfc6979 v0.4.0
13232024-10-01T17:43:56.053Z Compiling regex v1.10.6
13242024-10-01T17:43:56.119Z Compiling bstr v1.9.1
13252024-10-01T17:43:56.219Z Compiling enum-as-inner v0.6.0
13262024-10-01T17:43:56.343Z Compiling clap_derive v4.5.18
13272024-10-01T17:43:56.474Z Compiling serde_repr v0.1.19
13282024-10-01T17:43:57.146Z Compiling strum_macros v0.25.3
13292024-10-01T17:43:57.345Z Compiling rustls-pemfile v2.1.3
13302024-10-01T17:43:57.378Z Compiling phf_shared v0.10.0
13312024-10-01T17:43:57.693Z Compiling float-cmp v0.9.0
13322024-10-01T17:43:57.790Z Compiling idna v0.4.0
13332024-10-01T17:43:57.826Z Compiling sync_wrapper v1.0.1
13342024-10-01T17:43:57.891Z Compiling mio v0.8.11
13352024-10-01T17:43:57.963Z Compiling socket2 v0.4.10
13362024-10-01T17:43:57.984Z Compiling encoding_rs v0.8.34
13372024-10-01T17:43:58.852Z Compiling unicode-segmentation v1.11.0
13382024-10-01T17:43:59.140Z Compiling new_debug_unreachable v1.0.6
13392024-10-01T17:43:59.246Z Compiling bit-vec v0.6.3
13402024-10-01T17:43:59.375Z Compiling dyn-clone v1.0.17
13412024-10-01T17:43:59.600Z Compiling minimal-lexical v0.2.1
13422024-10-01T17:43:59.714Z Compiling normalize-line-endings v0.3.0
13432024-10-01T17:43:59.735Z Compiling difflib v0.4.0
13442024-10-01T17:43:59.843Z Compiling number_prefix v0.4.0
13452024-10-01T17:44:00.081Z Compiling precomputed-hash v0.1.1
13462024-10-01T17:44:00.135Z Compiling mime v0.3.17
13472024-10-01T17:44:00.196Z Compiling whoami v1.5.2
13482024-10-01T17:44:00.736Z Compiling data-encoding v2.6.0
13492024-10-01T17:44:00.847Z Compiling fixedbitset v0.4.2
13502024-10-01T17:44:01.269Z Compiling predicates-core v1.0.6
13512024-10-01T17:44:01.303Z Compiling static_assertions v1.1.0
13522024-10-01T17:44:01.323Z Compiling petgraph v0.6.5
13532024-10-01T17:44:01.408Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13542024-10-01T17:44:01.435Z Compiling clap v4.5.18
13552024-10-01T17:44:01.554Z Compiling predicates v3.1.2
13562024-10-01T17:44:01.639Z Compiling hickory-proto v0.24.1
13572024-10-01T17:44:02.159Z Compiling tokio-postgres v0.7.12
13582024-10-01T17:44:02.447Z Compiling reqwest v0.12.7
13592024-10-01T17:44:03.105Z Compiling string_cache v0.8.7
13602024-10-01T17:44:03.376Z Compiling indicatif v0.17.8
13612024-10-01T17:44:03.584Z Compiling nom v7.1.3
13622024-10-01T17:44:04.702Z Compiling bit-set v0.5.3
13632024-10-01T17:44:04.999Z Compiling similar v2.6.0
13642024-10-01T17:44:05.624Z Compiling toml_edit v0.22.22
13652024-10-01T17:44:07.344Z Compiling signal-hook-mio v0.2.4
13662024-10-01T17:44:07.472Z Compiling hyper v0.14.30
13672024-10-01T17:44:07.528Z Compiling usdt v0.5.0
13682024-10-01T17:44:07.918Z Compiling ecdsa v0.16.9
13692024-10-01T17:44:08.089Z Compiling rsa v0.9.6
13702024-10-01T17:44:08.359Z Compiling futures v0.3.30
13712024-10-01T17:44:08.474Z Compiling ed25519-dalek v2.1.1
13722024-10-01T17:44:08.794Z Compiling flate2 v1.0.34
13732024-10-01T17:44:09.752Z Compiling toml v0.7.8
13742024-10-01T17:44:10.073Z Compiling tokio-stream v0.1.16
13752024-10-01T17:44:10.630Z Compiling openapiv3 v2.0.0
13762024-10-01T17:44:11.164Z Compiling hex v0.4.3
13772024-10-01T17:44:11.495Z Compiling x509-cert v0.2.5
13782024-10-01T17:44:11.784Z Compiling sha1 v0.10.6
13792024-10-01T17:44:12.061Z Compiling itertools v0.12.1
13802024-10-01T17:44:12.219Z Compiling itertools v0.10.5
13812024-10-01T17:44:14.137Z Compiling dirs-sys-next v0.1.2
13822024-10-01T17:44:14.808Z Compiling peg-runtime v0.8.3
13832024-10-01T17:44:15.075Z Compiling lalrpop-util v0.19.12
13842024-10-01T17:44:15.094Z Compiling unicode-xid v0.2.4
13852024-10-01T17:44:15.153Z Compiling dirs-next v2.0.0
13862024-10-01T17:44:15.207Z Compiling thread_local v1.1.8
13872024-10-01T17:44:15.265Z Compiling slog-async v2.8.0
13882024-10-01T17:44:15.351Z Compiling term v0.7.0
13892024-10-01T17:44:15.427Z Compiling xattr v1.3.1
13902024-10-01T17:44:15.427Z Compiling strum_macros v0.26.4
13912024-10-01T17:44:15.725Z Compiling crossbeam-channel v0.5.12
13922024-10-01T17:44:15.776Z Compiling filetime v0.2.25
13932024-10-01T17:44:15.879Z Compiling is-terminal v0.4.12
13942024-10-01T17:44:16.009Z Compiling take_mut v0.2.2
13952024-10-01T17:44:16.096Z Compiling slog-term v2.9.1
13962024-10-01T17:44:16.178Z Compiling tar v0.4.42
13972024-10-01T17:44:16.257Z Compiling camino v1.1.9
13982024-10-01T17:44:17.277Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13992024-10-01T17:44:18.544Z Compiling strum v0.26.3
14002024-10-01T17:44:18.626Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14012024-10-01T17:44:24.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
14022024-10-01T17:44:24.369Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14032024-10-01T17:44:24.420ZOct 01 17:44:22.762 INFO Starting download, target: Clickhouse
14042024-10-01T17:44:24.420ZOct 01 17:44:22.762 INFO Starting download, target: Cockroach
14052024-10-01T17:44:24.421ZOct 01 17:44:22.762 INFO Starting download, target: Console
14062024-10-01T17:44:24.421ZOct 01 17:44:22.762 INFO Starting download, target: DendriteOpenapi
14072024-10-01T17:44:24.425ZOct 01 17:44:22.762 INFO Starting download, target: DendriteStub
14082024-10-01T17:44:24.425ZOct 01 17:44:22.762 INFO Starting download, target: MaghemiteMgd
14092024-10-01T17:44:24.425ZOct 01 17:44:22.762 INFO Starting download, target: TransceiverControl
14102024-10-01T17:44:24.425ZOct 01 17:44:22.763 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14112024-10-01T17:44:24.425ZOct 01 17:44:22.763 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi
14122024-10-01T17:44:24.426ZOct 01 17:44:22.763 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14132024-10-01T17:44:24.426ZOct 01 17:44:22.763 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14142024-10-01T17:44:24.426ZOct 01 17:44:22.763 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14152024-10-01T17:44:24.426ZOct 01 17:44:22.763 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14162024-10-01T17:44:24.426ZOct 01 17:44:22.763 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14172024-10-01T17:44:24.569ZOct 01 17:44:22.911 INFO Download complete, target: DendriteOpenapi
14182024-10-01T17:44:24.660ZOct 01 17:44:23.003 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14192024-10-01T17:44:24.991ZOct 01 17:44:23.326 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14202024-10-01T17:44:25.103ZOct 01 17:44:23.444 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14212024-10-01T17:44:25.242ZOct 01 17:44:23.583 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14222024-10-01T17:44:25.358ZOct 01 17:44:23.701 INFO Download complete, target: Console
14232024-10-01T17:44:25.441ZOct 01 17:44:23.785 INFO Download complete, target: TransceiverControl
14242024-10-01T17:44:25.755ZOct 01 17:44:24.098 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14252024-10-01T17:44:25.755ZOct 01 17:44:24.098 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14262024-10-01T17:44:26.918ZOct 01 17:44:25.259 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14272024-10-01T17:44:28.158ZOct 01 17:44:26.497 INFO Download complete, target: DendriteStub
14282024-10-01T17:44:28.484ZOct 01 17:44:26.827 INFO Download complete, target: MaghemiteMgd
14292024-10-01T17:44:33.946ZOct 01 17:44:32.288 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14302024-10-01T17:44:34.225ZOct 01 17:44:32.567 INFO Checking that binary works, target: Cockroach
14312024-10-01T17:44:34.388ZOct 01 17:44:32.730 INFO Download complete, target: Cockroach
14322024-10-01T17:44:40.695ZOct 01 17:44:39.036 INFO Checking that binary works, target: Clickhouse
14332024-10-01T17:44:40.849ZOct 01 17:44:39.190 INFO Download complete, target: Clickhouse
14342024-10-01T17:44:40.856ZAll prerequisites installed successfully
14352024-10-01T17:44:40.859Z
14362024-10-01T17:44:40.859Zreal 4:01.259832404
14372024-10-01T17:44:40.859Zuser 12:23.224070505
14382024-10-01T17:44:40.859Zsys 2:36.857619938
14392024-10-01T17:44:40.859Ztrap 0.442460511
14402024-10-01T17:44:40.859Ztflt 1.680054173
14412024-10-01T17:44:40.859Zdflt 1.812865776
14422024-10-01T17:44:40.859Zkflt 0.025796198
14432024-10-01T17:44:40.859Zlock 24:58.615216602
14442024-10-01T17:44:40.859Zslp 47:47.279472842
14452024-10-01T17:44:40.859Zlat 45.674122485
14462024-10-01T17:44:40.859Zstop 1:59.928257275
14472024-10-01T17:44:40.859Z+ source ./tools/include/force-git-over-https.sh
14482024-10-01T17:44:40.859Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14492024-10-01T17:44:40.859Z++ (( i = 0 ))
14502024-10-01T17:44:40.859Z++ (( i < 5 ))
14512024-10-01T17:44:40.860Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14522024-10-01T17:44:40.864Z++ (( i++ ))
14532024-10-01T17:44:40.864Z++ (( i < 5 ))
14542024-10-01T17:44:40.864Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14552024-10-01T17:44:40.866Z++ (( i++ ))
14562024-10-01T17:44:40.866Z++ (( i < 5 ))
14572024-10-01T17:44:40.866Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14582024-10-01T17:44:40.869Z++ (( i++ ))
14592024-10-01T17:44:40.869Z++ (( i < 5 ))
14602024-10-01T17:44:40.869Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14612024-10-01T17:44:40.872Z++ (( i++ ))
14622024-10-01T17:44:40.872Z++ (( i < 5 ))
14632024-10-01T17:44:40.872Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14642024-10-01T17:44:40.875Z++ (( i++ ))
14652024-10-01T17:44:40.875Z++ (( i < 5 ))
14662024-10-01T17:44:40.875Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14672024-10-01T17:44:40.875Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14682024-10-01T17:44:40.875Z+ rc=0
14692024-10-01T17:44:40.875Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14702024-10-01T17:45:03.923Z+ case $rc in
14712024-10-01T17:45:03.923Z+ pfexec zfs create -p rpool/images/build/host
14722024-10-01T17:45:04.054Z+ pfexec zfs create -p rpool/images/build/recovery
14732024-10-01T17:45:04.104Z+ cargo xtask releng --output-dir /work
14742024-10-01T17:45:04.296Z Updating git repository `https://github.com/oxidecomputer/propolis`
14752024-10-01T17:45:04.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
14762024-10-01T17:45:04.695Z Running `target/debug/xtask releng --output-dir /work`
14772024-10-01T17:45:04.864Z Updating git repository `https://github.com/oxidecomputer/propolis`
14782024-10-01T17:45:05.634Z Compiling proc-macro2 v1.0.86
14792024-10-01T17:45:05.634Z Compiling unicode-ident v1.0.13
14802024-10-01T17:45:05.637Z Compiling libc v0.2.159
14812024-10-01T17:45:05.637Z Compiling serde v1.0.210
14822024-10-01T17:45:05.637Z Compiling version_check v0.9.5
14832024-10-01T17:45:05.637Z Compiling autocfg v1.3.0
14842024-10-01T17:45:05.637Z Compiling cfg-if v1.0.0
14852024-10-01T17:45:05.637Z Compiling once_cell v1.19.0
14862024-10-01T17:45:06.007Z Compiling typenum v1.17.0
14872024-10-01T17:45:06.084Z Compiling memchr v2.7.2
14882024-10-01T17:45:06.384Z Compiling generic-array v0.14.7
14892024-10-01T17:45:06.504Z Compiling lock_api v0.4.12
14902024-10-01T17:45:06.697Z Compiling ahash v0.8.11
14912024-10-01T17:45:06.838Z Compiling parking_lot_core v0.9.10
14922024-10-01T17:45:06.979Z Compiling serde_json v1.0.128
14932024-10-01T17:45:07.074Z Compiling byteorder v1.5.0
14942024-10-01T17:45:07.308Z Compiling libm v0.2.8
14952024-10-01T17:45:07.554Z Compiling quote v1.0.37
14962024-10-01T17:45:07.671Z Compiling num-traits v0.2.19
14972024-10-01T17:45:07.716Z Compiling value-bag v1.9.0
14982024-10-01T17:45:07.767Z Compiling itoa v1.0.11
14992024-10-01T17:45:08.004Z Compiling syn v2.0.79
15002024-10-01T17:45:08.024Z Compiling getrandom v0.2.14
15012024-10-01T17:45:08.119Z Compiling jobserver v0.1.32
15022024-10-01T17:45:08.377Z Compiling log v0.4.22
15032024-10-01T17:45:08.484Z Compiling cc v1.0.97
15042024-10-01T17:45:08.651Z Compiling slab v0.4.9
15052024-10-01T17:45:08.906Z Compiling scopeguard v1.2.0
15062024-10-01T17:45:09.049Z Compiling thiserror v1.0.64
15072024-10-01T17:45:09.289Z Compiling rand_core v0.6.4
15082024-10-01T17:45:09.573Z Compiling subtle v2.5.0
15092024-10-01T17:45:09.734Z Compiling semver v1.0.23
15102024-10-01T17:45:10.026Z Compiling pkg-config v0.3.30
15112024-10-01T17:45:10.328Z Compiling pin-project-lite v0.2.14
15122024-10-01T17:45:10.355Z Compiling smallvec v1.13.2
15132024-10-01T17:45:10.645Z Compiling allocator-api2 v0.2.18
15142024-10-01T17:45:10.700Z Compiling const-oid v0.9.6
15152024-10-01T17:45:11.053Z Compiling ryu v1.0.18
15162024-10-01T17:45:11.226Z Compiling futures-core v0.3.30
15172024-10-01T17:45:11.424Z Compiling httparse v1.8.0
15182024-10-01T17:45:11.863Z Compiling signal-hook-registry v1.4.2
15192024-10-01T17:45:12.021Z Compiling ring v0.17.8
15202024-10-01T17:45:12.058Z Compiling vcpkg v0.2.15
15212024-10-01T17:45:12.455Z Compiling parking_lot v0.12.2
15222024-10-01T17:45:12.479Z Compiling mio v1.0.2
15232024-10-01T17:45:12.766Z Compiling fnv v1.0.7
15242024-10-01T17:45:13.047Z Compiling socket2 v0.5.7
15252024-10-01T17:45:13.627Z Compiling spin v0.9.8
15262024-10-01T17:45:13.849Z Compiling openssl-sys v0.9.103
15272024-10-01T17:45:14.368Z Compiling futures-sink v0.3.30
15282024-10-01T17:45:14.517Z Compiling crossbeam-utils v0.8.19
15292024-10-01T17:45:14.779Z Compiling rustix v0.38.34
15302024-10-01T17:45:14.845Z Compiling equivalent v1.0.1
15312024-10-01T17:45:14.907Z Compiling schemars v0.8.21
15322024-10-01T17:45:15.087Z Compiling heck v0.5.0
15332024-10-01T17:45:15.799Z Compiling serde_derive_internals v0.29.1
15342024-10-01T17:45:16.226Z Compiling num-conv v0.1.0
15352024-10-01T17:45:16.446Z Compiling cpufeatures v0.2.12
15362024-10-01T17:45:16.558Z Compiling time-core v0.1.2
15372024-10-01T17:45:16.638Z Compiling futures-channel v0.3.30
15382024-10-01T17:45:16.788Z Compiling time-macros v0.2.18
15392024-10-01T17:45:16.821Z Compiling pin-utils v0.1.0
15402024-10-01T17:45:16.984Z Compiling tinyvec_macros v0.1.1
15412024-10-01T17:45:17.118Z Compiling futures-task v0.3.30
15422024-10-01T17:45:17.193Z Compiling openssl v0.10.66
15432024-10-01T17:45:17.218Z Compiling futures-io v0.3.30
15442024-10-01T17:45:17.347Z Compiling tinyvec v1.6.0
15452024-10-01T17:45:17.690Z Compiling rustls v0.23.10
15462024-10-01T17:45:17.752Z Compiling native-tls v0.2.11
15472024-10-01T17:45:18.165Z Compiling iana-time-zone v0.1.60
15482024-10-01T17:45:18.309Z Compiling ucd-trie v0.1.6
15492024-10-01T17:45:18.473Z Compiling unicode-bidi v0.3.15
15502024-10-01T17:45:18.539Z Compiling base64ct v1.6.0
15512024-10-01T17:45:19.132Z Compiling unicode-normalization v0.1.23
15522024-10-01T17:45:19.189Z Compiling pem-rfc7468 v0.7.0
15532024-10-01T17:45:19.234Z Compiling tracing-core v0.1.32
15542024-10-01T17:45:19.843Z Compiling cookie v0.18.1
15552024-10-01T17:45:19.961Z Compiling slog v2.7.0
15562024-10-01T17:45:20.270Z Compiling flagset v0.4.5
15572024-10-01T17:45:20.549Z Compiling syn v1.0.109
15582024-10-01T17:45:20.567Z Compiling aho-corasick v1.1.3
15592024-10-01T17:45:21.272Z Compiling regex-syntax v0.8.4
15602024-10-01T17:45:21.396Z Compiling serde_derive v1.0.210
15612024-10-01T17:45:21.526Z Compiling zeroize_derive v1.4.2
15622024-10-01T17:45:21.567Z Compiling zerocopy-derive v0.7.34
15632024-10-01T17:45:21.570Z Compiling tokio-macros v2.4.0
15642024-10-01T17:45:21.914Z Compiling futures-macro v0.3.30
15652024-10-01T17:45:23.169Z Compiling thiserror-impl v1.0.64
15662024-10-01T17:45:23.253Z Compiling zeroize v1.8.1
15672024-10-01T17:45:23.850Z Compiling zerocopy v0.7.34
15682024-10-01T17:45:25.626Z Compiling crypto-common v0.1.6
15692024-10-01T17:45:25.629Z Compiling tracing-attributes v0.1.27
15702024-10-01T17:45:26.096Z Compiling der_derive v0.7.2
15712024-10-01T17:45:26.558Z Compiling hashbrown v0.14.5
15722024-10-01T17:45:27.093Z Compiling block-buffer v0.10.4
15732024-10-01T17:45:27.443Z Compiling digest v0.10.7
15742024-10-01T17:45:27.838Z Compiling schemars_derive v0.8.21
15752024-10-01T17:45:28.052Z Compiling hmac v0.12.1
15762024-10-01T17:45:28.274Z Compiling block-padding v0.3.3
15772024-10-01T17:45:28.377Z Compiling futures-util v0.3.30
15782024-10-01T17:45:28.523Z Compiling inout v0.1.3
15792024-10-01T17:45:28.570Z Compiling openssl-macros v0.1.1
15802024-10-01T17:45:28.802Z Compiling cipher v0.4.4
15812024-10-01T17:45:29.075Z Compiling sha2 v0.10.8
15822024-10-01T17:45:29.334Z Compiling scroll_derive v0.12.0
15832024-10-01T17:45:29.866Z Compiling pest v2.7.10
15842024-10-01T17:45:30.990Z Compiling tracing v0.1.40
15852024-10-01T17:45:31.273Z Compiling der v0.7.9
15862024-10-01T17:45:32.700Z Compiling pest_meta v2.7.10
15872024-10-01T17:45:32.783Z Compiling salsa20 v0.10.2
15882024-10-01T17:45:33.045Z Compiling pbkdf2 v0.12.2
15892024-10-01T17:45:33.277Z Compiling regex-automata v0.4.6
15902024-10-01T17:45:34.570Z Compiling pest_generator v2.7.10
15912024-10-01T17:45:35.922Z Compiling bytes v1.7.2
15922024-10-01T17:45:36.550Z Compiling bitflags v2.6.0
15932024-10-01T17:45:36.882Z Compiling indexmap v2.5.0
15942024-10-01T17:45:37.092Z Compiling tokio v1.39.3
15952024-10-01T17:45:37.465Z Compiling rustc_version v0.4.0
15962024-10-01T17:45:38.213Z Compiling serde_tokenstream v0.2.2
15972024-10-01T17:45:38.855Z Compiling uuid v1.10.0
15982024-10-01T17:45:38.858Z Compiling http v1.1.0
15992024-10-01T17:45:38.954Z Compiling chrono v0.4.38
16002024-10-01T17:45:42.159Z Compiling spki v0.7.3
16012024-10-01T17:45:44.117Z Compiling percent-encoding v2.3.1
16022024-10-01T17:45:44.427Z Compiling dyn-clone v1.0.17
16032024-10-01T17:45:44.744Z Compiling crc32fast v1.4.0
16042024-10-01T17:45:44.767Z Compiling rayon-core v1.12.1
16052024-10-01T17:45:46.078Z Compiling pest_derive v2.7.10
16062024-10-01T17:45:46.868Z Compiling tokio-util v0.7.12
16072024-10-01T17:45:48.610Z Compiling scrypt v0.11.0
16082024-10-01T17:45:48.687Z Compiling cbc v0.1.2
16092024-10-01T17:45:48.730Z Compiling aes v0.8.4
16102024-10-01T17:45:48.968Z Compiling usdt-impl v0.5.0
16112024-10-01T17:45:49.244Z Compiling untrusted v0.9.0
16122024-10-01T17:45:49.287Z Compiling rustls-pki-types v1.7.0
16132024-10-01T17:45:49.465Z Compiling try-lock v0.2.5
16142024-10-01T17:45:49.490Z Compiling heck v0.4.1
16152024-10-01T17:45:49.657Z Compiling want v0.3.1
16162024-10-01T17:45:50.018Z Compiling pkcs5 v0.7.1
16172024-10-01T17:45:50.127Z Compiling heapless v0.7.17
16182024-10-01T17:45:50.844Z Compiling scroll v0.12.0
16192024-10-01T17:45:50.883Z Compiling zerocopy-derive v0.6.6
16202024-10-01T17:45:51.497Z Compiling backtrace v0.3.71
16212024-10-01T17:45:51.557Z Compiling errno v0.3.9
16222024-10-01T17:45:52.088Z Compiling powerfmt v0.2.0
16232024-10-01T17:45:52.131Z Compiling plain v0.2.3
16242024-10-01T17:45:52.216Z Compiling httpdate v1.0.3
16252024-10-01T17:45:52.309Z Compiling num-bigint-dig v0.8.4
16262024-10-01T17:45:52.632Z Compiling ppv-lite86 v0.2.17
16272024-10-01T17:45:52.663Z Compiling deranged v0.3.11
16282024-10-01T17:45:53.024Z Compiling goblin v0.8.2
16292024-10-01T17:45:53.537Z Compiling rand_chacha v0.3.1
16302024-10-01T17:45:54.583Z Compiling pkcs8 v0.10.2
16312024-10-01T17:45:55.425Z Compiling form_urlencoded v1.2.1
16322024-10-01T17:45:55.465Z Compiling regex v1.10.6
16332024-10-01T17:45:56.654Z Compiling async-trait v0.1.83
16342024-10-01T17:45:57.107Z Compiling rustversion v1.0.17
16352024-10-01T17:45:57.507Z Compiling base64 v0.22.1
16362024-10-01T17:45:57.896Z Compiling pretty-hex v0.4.1
16372024-10-01T17:45:58.165Z Compiling atomic-waker v1.1.2
16382024-10-01T17:45:58.375Z Compiling tower-service v0.3.2
16392024-10-01T17:45:58.635Z Compiling strsim v0.11.1
16402024-10-01T17:45:58.671Z Compiling num_threads v0.1.7
16412024-10-01T17:45:58.818Z Compiling time v0.3.36
16422024-10-01T17:45:59.226Z Compiling dof v0.3.0
16432024-10-01T17:46:00.434Z Compiling rand v0.8.5
16442024-10-01T17:46:00.696Z Compiling rustls-webpki v0.102.4
16452024-10-01T17:46:01.453Z Compiling dtrace-parser v0.2.0
16462024-10-01T17:46:02.050Z Compiling http-body v1.0.0
16472024-10-01T17:46:02.315Z Compiling curve25519-dalek v4.1.3
16482024-10-01T17:46:02.735Z Compiling thread-id v4.2.1
16492024-10-01T17:46:02.856Z Compiling portable-atomic v1.6.0
16502024-10-01T17:46:03.165Z Compiling anyhow v1.0.89
16512024-10-01T17:46:03.814Z Compiling foreign-types-shared v0.1.1
16522024-10-01T17:46:03.867Z Compiling smoltcp v0.9.1
16532024-10-01T17:46:04.788Z Compiling signal-hook v0.3.17
16542024-10-01T17:46:05.041Z Compiling foreign-types v0.3.2
16552024-10-01T17:46:05.147Z Compiling h2 v0.4.6
16562024-10-01T17:46:12.672Z Compiling clap_derive v4.5.18
16572024-10-01T17:46:14.046Z Compiling idna v0.5.0
16582024-10-01T17:46:16.685Z Compiling siphasher v0.3.11
16592024-10-01T17:46:17.465Z Compiling url v2.5.2
16602024-10-01T17:46:17.837Z Compiling hyper v1.4.1
16612024-10-01T17:46:19.379Z Compiling crossbeam-epoch v0.9.18
16622024-10-01T17:46:24.222Z Compiling hubpack_derive v0.1.1
16632024-10-01T17:46:24.867Z Compiling openapiv3 v2.0.0
16642024-10-01T17:46:25.042Z Compiling signature v2.2.0
16652024-10-01T17:46:25.195Z Compiling curve25519-dalek-derive v0.1.1
16662024-10-01T17:46:25.497Z Compiling lazy_static v1.5.0
16672024-10-01T17:46:26.454Z Compiling fs-err v2.11.0
16682024-10-01T17:46:26.703Z Compiling encoding_rs v0.8.34
16692024-10-01T17:46:26.794Z Compiling openssl-probe v0.1.5
16702024-10-01T17:46:27.051Z Compiling mime v0.3.17
16712024-10-01T17:46:27.123Z Compiling anstyle v1.0.8
16722024-10-01T17:46:27.246Z Compiling utf8parse v0.2.1
16732024-10-01T17:46:27.452Z Compiling finl_unicode v1.2.0
16742024-10-01T17:46:27.743Z Compiling either v1.13.0
16752024-10-01T17:46:28.136Z Compiling stringprep v0.1.4
16762024-10-01T17:46:28.272Z Compiling anstyle-parse v0.2.4
16772024-10-01T17:46:31.802Z Compiling hyper-util v0.1.9
16782024-10-01T17:46:35.326Z Compiling crossbeam-deque v0.8.5
16792024-10-01T17:46:35.695Z Compiling usdt-attr-macro v0.5.0
16802024-10-01T17:46:37.013Z Compiling usdt-macro v0.5.0
16812024-10-01T17:46:37.519Z Compiling serde_urlencoded v0.7.1
16822024-10-01T17:46:40.895Z Compiling http v0.2.12
16832024-10-01T17:46:40.918Z Compiling serde_spanned v0.6.7
16842024-10-01T17:46:40.918Z Compiling toml_datetime v0.6.8
16852024-10-01T17:46:40.918Z Compiling regress v0.10.1
16862024-10-01T17:46:40.918Z Compiling md-5 v0.10.6
16872024-10-01T17:46:40.918Z Compiling idna v0.3.0
16882024-10-01T17:46:40.918Z Compiling num-integer v0.1.46
16892024-10-01T17:46:40.918Z Compiling ff v0.13.0
16902024-10-01T17:46:40.918Z Compiling hash32 v0.2.1
16912024-10-01T17:46:40.922Z Compiling is_terminal_polyfill v1.70.0
16922024-10-01T17:46:40.976Z Compiling adler v1.0.2
16932024-10-01T17:46:41.039Z Compiling fallible-iterator v0.2.0
16942024-10-01T17:46:41.154Z Compiling base16ct v0.2.0
16952024-10-01T17:46:41.228Z Compiling anstyle-query v1.0.3
16962024-10-01T17:46:41.489Z Compiling stable_deref_trait v1.2.0
16972024-10-01T17:46:41.559Z Compiling psl-types v2.0.11
16982024-10-01T17:46:41.660Z Compiling colorchoice v1.0.1
16992024-10-01T17:46:41.792Z Compiling ipnet v2.10.0
17002024-10-01T17:46:41.950Z Compiling gimli v0.28.1
17012024-10-01T17:46:43.813Z Compiling typify-impl v0.2.0
17022024-10-01T17:46:43.997Z Compiling postgres-protocol v0.6.7
17032024-10-01T17:46:44.066Z Compiling anstream v0.6.14
17042024-10-01T17:46:44.667Z Compiling publicsuffix v2.2.3
17052024-10-01T17:46:44.932Z Compiling sec1 v0.7.3
17062024-10-01T17:46:45.289Z Compiling miniz_oxide v0.7.2
17072024-10-01T17:46:45.525Z Compiling group v0.13.0
17082024-10-01T17:46:45.977Z Compiling num-iter v0.1.45
17092024-10-01T17:46:47.058Z Compiling addr2line v0.21.0
17102024-10-01T17:46:47.314Z Compiling tokio-rustls v0.26.0
17112024-10-01T17:46:47.728Z Compiling terminal_size v0.3.0
17122024-10-01T17:46:47.768Z Compiling tokio-native-tls v0.3.1
17132024-10-01T17:46:47.944Z Compiling phf_shared v0.11.2
17142024-10-01T17:46:48.064Z Compiling strum_macros v0.25.3
17152024-10-01T17:46:48.399Z Compiling http-body-util v0.1.2
17162024-10-01T17:46:48.636Z Compiling webpki-roots v0.26.3
17172024-10-01T17:46:48.920Z Compiling enum-as-inner v0.6.0
17182024-10-01T17:46:49.295Z Compiling hkdf v0.12.4
17192024-10-01T17:46:49.547Z Compiling crypto-bigint v0.5.5
17202024-10-01T17:46:49.776Z Compiling serde_repr v0.1.19
17212024-10-01T17:46:50.890Z Compiling object v0.32.2
17222024-10-01T17:46:52.260Z Compiling rustc-demangle v0.1.24
17232024-10-01T17:46:53.119Z Compiling winnow v0.5.40
17242024-10-01T17:46:53.139Z Compiling managed v0.8.0
17252024-10-01T17:46:53.323Z Compiling adler2 v2.0.0
17262024-10-01T17:46:53.710Z Compiling bitflags v1.3.2
17272024-10-01T17:46:53.832Z Compiling unicode-width v0.1.13
17282024-10-01T17:46:54.388Z Compiling clap_lex v0.7.0
17292024-10-01T17:46:54.859Z Compiling clap_builder v4.5.18
17302024-10-01T17:46:54.952Z Compiling console v0.15.8
17312024-10-01T17:46:56.089Z Compiling typify-macro v0.2.0
17322024-10-01T17:46:56.653Z Compiling miniz_oxide v0.8.0
17332024-10-01T17:46:57.076Z Compiling toml_edit v0.19.15
17342024-10-01T17:46:57.692Z Compiling elliptic-curve v0.13.8
17352024-10-01T17:46:59.922Z Compiling hyper-tls v0.6.0
17362024-10-01T17:47:00.317Z Compiling hyper-rustls v0.27.3
17372024-10-01T17:47:01.795Z Compiling phf v0.11.2
17382024-10-01T17:47:01.968Z Compiling rayon v1.10.0
17392024-10-01T17:47:02.097Z Compiling cookie_store v0.21.0
17402024-10-01T17:47:02.142Z Compiling postgres-types v0.2.8
17412024-10-01T17:47:02.591Z Compiling http-body v0.4.6
17422024-10-01T17:47:03.077Z Compiling h2 v0.3.26
17432024-10-01T17:47:03.494Z Compiling ed25519 v2.2.3
17442024-10-01T17:47:03.523Z Compiling hubpack v0.1.2
17452024-10-01T17:47:03.607Z Compiling rustls-pemfile v2.1.3
17462024-10-01T17:47:03.915Z Compiling phf_shared v0.10.0
17472024-10-01T17:47:04.286Z Compiling pkcs1 v0.7.5
17482024-10-01T17:47:04.472Z Compiling zerocopy v0.6.6
17492024-10-01T17:47:05.214Z Compiling bstr v1.9.1
17502024-10-01T17:47:05.235Z Compiling futures-executor v0.3.30
17512024-10-01T17:47:05.254Z Compiling serde-big-array v0.5.1
17522024-10-01T17:47:05.503Z Compiling rfc6979 v0.4.0
17532024-10-01T17:47:05.629Z Compiling idna v0.4.0
17542024-10-01T17:47:05.776Z Compiling float-cmp v0.9.0
17552024-10-01T17:47:05.796Z Compiling sync_wrapper v1.0.1
17562024-10-01T17:47:06.014Z Compiling mio v0.8.11
17572024-10-01T17:47:06.096Z Compiling memmap v0.7.0
17582024-10-01T17:47:06.434Z Compiling socket2 v0.4.10
17592024-10-01T17:47:06.926Z Compiling number_prefix v0.4.0
17602024-10-01T17:47:07.017Z Compiling new_debug_unreachable v1.0.6
17612024-10-01T17:47:07.110Z Compiling unicode-segmentation v1.11.0
17622024-10-01T17:47:07.130Z Compiling static_assertions v1.1.0
17632024-10-01T17:47:07.208Z Compiling predicates-core v1.0.6
17642024-10-01T17:47:07.363Z Compiling data-encoding v2.6.0
17652024-10-01T17:47:07.525Z Compiling minimal-lexical v0.2.1
17662024-10-01T17:47:07.761Z Compiling whoami v1.5.2
17672024-10-01T17:47:07.851Z Compiling difflib v0.4.0
17682024-10-01T17:47:08.011Z Compiling winnow v0.6.18
17692024-10-01T17:47:08.331Z Compiling fixedbitset v0.4.2
17702024-10-01T17:47:08.758Z Compiling bit-vec v0.6.3
17712024-10-01T17:47:09.078Z Compiling normalize-line-endings v0.3.0
17722024-10-01T17:47:09.190Z Compiling precomputed-hash v0.1.1
17732024-10-01T17:47:09.194Z Compiling predicates v3.1.2
17742024-10-01T17:47:09.339Z Compiling string_cache v0.8.7
17752024-10-01T17:47:09.754Z Compiling bit-set v0.5.3
17762024-10-01T17:47:10.054Z Compiling hyper v0.14.30
17772024-10-01T17:47:10.201Z Compiling reqwest v0.12.7
17782024-10-01T17:47:10.302Z Compiling petgraph v0.6.5
17792024-10-01T17:47:10.673Z Compiling hickory-proto v0.24.1
17802024-10-01T17:47:11.738Z Compiling toml_edit v0.22.22
17812024-10-01T17:47:12.763Z Compiling tokio-postgres v0.7.12
17822024-10-01T17:47:14.300Z Compiling nom v7.1.3
17832024-10-01T17:47:17.965Z Compiling similar v2.6.0
17842024-10-01T17:47:17.990Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
17852024-10-01T17:47:18.911Z Compiling indicatif v0.17.8
17862024-10-01T17:47:19.487Z Compiling signal-hook-mio v0.2.4
17872024-10-01T17:47:19.677Z Compiling usdt v0.5.0
17882024-10-01T17:47:19.943Z Compiling ecdsa v0.16.9
17892024-10-01T17:47:20.153Z Compiling futures v0.3.30
17902024-10-01T17:47:20.611Z Compiling rsa v0.9.6
17912024-10-01T17:47:20.810Z Compiling ed25519-dalek v2.1.1
17922024-10-01T17:47:21.505Z Compiling toml v0.7.8
17932024-10-01T17:47:21.780Z Compiling flate2 v1.0.34
17942024-10-01T17:47:21.910Z Compiling clap v4.5.18
17952024-10-01T17:47:22.051Z Compiling itertools v0.12.1
17962024-10-01T17:47:22.202Z Compiling itertools v0.10.5
17972024-10-01T17:47:24.257Z Compiling tokio-stream v0.1.16
17982024-10-01T17:47:24.908Z Compiling x509-cert v0.2.5
17992024-10-01T17:47:25.110Z Compiling hex v0.4.3
18002024-10-01T17:47:25.836Z Compiling sha1 v0.10.6
18012024-10-01T17:47:26.990Z Compiling peg-runtime v0.8.3
18022024-10-01T17:47:27.395Z Compiling lalrpop-util v0.19.12
18032024-10-01T17:47:27.470Z Compiling camino v1.1.9
18042024-10-01T17:47:27.961Z Compiling unicode-xid v0.2.4
18052024-10-01T17:47:28.044Z Compiling radium v0.7.0
18062024-10-01T17:47:29.298Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18072024-10-01T17:47:33.509Z Compiling is-terminal v0.4.12
18082024-10-01T17:47:33.648Z Compiling tap v1.0.1
18092024-10-01T17:47:35.198Z Compiling maybe-uninit v2.0.0
18102024-10-01T17:47:36.219Z Compiling ident_case v1.0.1
18112024-10-01T17:47:42.148Z Compiling darling_core v0.20.9
18122024-10-01T17:47:42.857Z Compiling wyz v0.5.1
18132024-10-01T17:47:53.733Z Compiling typify v0.2.0
18142024-10-01T17:47:55.053Z Compiling bzip2-sys v0.1.11+1.0.8
18152024-10-01T17:47:57.359Z Compiling dirs-sys-next v0.1.2
18162024-10-01T17:47:58.391Z Compiling base64 v0.21.7
18172024-10-01T17:47:59.083Z Compiling rustls v0.22.4
18182024-10-01T17:47:59.410Z Compiling unsafe-libyaml v0.2.11
18192024-10-01T17:47:59.499Z Compiling packed_struct v0.10.1
18202024-10-01T17:47:59.934Z Compiling funty v2.0.0
18212024-10-01T17:48:00.293Z Compiling paste v1.0.15
18222024-10-01T17:48:00.858Z Compiling serde_yaml v0.9.34+deprecated
18232024-10-01T17:48:01.132Z Compiling bitvec v1.0.1
18242024-10-01T17:48:06.684Z Compiling dirs-next v2.0.0
18252024-10-01T17:48:12.935Z Compiling progenitor-impl v0.8.0
18262024-10-01T17:48:13.419Z Compiling darling_macro v0.20.9
18272024-10-01T17:48:14.610Z Compiling packed_struct_codegen v0.10.1
18282024-10-01T17:48:17.180Z Compiling structmeta-derive v0.3.0
18292024-10-01T17:48:19.462Z Compiling thread_local v1.1.8
18302024-10-01T17:48:19.898Z Compiling indexmap v1.9.3
18312024-10-01T17:48:20.141Z Compiling multer v3.1.0
18322024-10-01T17:48:20.225Z Compiling nodrop v0.1.14
18332024-10-01T17:48:20.362Z Compiling fastrand v2.1.0
18342024-10-01T17:48:20.585Z Compiling slog-async v2.8.0
18352024-10-01T17:48:20.670Z Compiling match_cfg v0.1.0
18362024-10-01T17:48:20.786Z Compiling crc-catalog v2.4.0
18372024-10-01T17:48:20.902Z Compiling hostname v0.3.1
18382024-10-01T17:48:20.941Z Compiling crc v3.2.1
18392024-10-01T17:48:20.984Z Compiling tempfile v3.10.1
18402024-10-01T17:48:21.269Z Compiling array-init v0.0.4
18412024-10-01T17:48:22.633Z Compiling structmeta v0.3.0
18422024-10-01T17:48:22.898Z Compiling progenitor-macro v0.8.0
18432024-10-01T17:48:24.040Z Compiling darling v0.20.9
18442024-10-01T17:48:24.203Z Compiling smallvec v0.6.14
18452024-10-01T17:48:26.153Z Compiling term v0.7.0
18462024-10-01T17:48:29.153Z Compiling progenitor-client v0.8.0
18472024-10-01T17:48:30.673Z Compiling slog-json v2.6.1
18482024-10-01T17:48:31.093Z Compiling crossbeam-channel v0.5.12
18492024-10-01T17:48:31.776Z Compiling pin-project-internal v1.1.5
18502024-10-01T17:48:32.159Z Compiling async-stream-impl v0.3.5
18512024-10-01T17:48:33.400Z Compiling dropshot v0.12.0
18522024-10-01T17:48:33.732Z Compiling same-file v1.0.6
18532024-10-01T17:48:36.304Z Compiling bitfield v0.14.0
18542024-10-01T17:48:36.602Z Compiling termcolor v1.4.1
18552024-10-01T17:48:36.819Z Compiling take_mut v0.2.2
18562024-10-01T17:48:37.710Z Compiling hashbrown v0.12.3
18572024-10-01T17:48:38.725Z Compiling progenitor v0.8.0
18582024-10-01T17:48:40.099Z Compiling env_logger v0.10.2
18592024-10-01T17:48:45.014Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18602024-10-01T17:48:48.167Z Compiling pin-project v1.1.5
18612024-10-01T17:48:51.826Z Compiling walkdir v2.5.0
18622024-10-01T17:48:52.967Z Compiling async-stream v0.3.5
18632024-10-01T17:48:53.261Z Compiling tokio-rustls v0.25.0
18642024-10-01T17:48:53.731Z Compiling slog-bunyan v2.5.0
18652024-10-01T17:48:54.350Z Compiling slog-term v2.9.1
18662024-10-01T17:48:54.431Z Compiling bzip2 v0.4.4
18672024-10-01T17:48:54.742Z Compiling serde-hex v0.1.0
18682024-10-01T17:48:54.893Z Compiling serde_with_macros v3.9.0
18692024-10-01T17:48:55.181Z Compiling parse-display-derive v0.10.0
18702024-10-01T17:48:56.935Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18712024-10-01T17:48:57.277Z Compiling toml v0.8.19
18722024-10-01T17:48:57.501Z Compiling ron v0.8.1
18732024-10-01T17:48:59.843Z Compiling newtype-uuid v1.1.0
18742024-10-01T17:49:00.203Z Compiling ipnetwork v0.20.0
18752024-10-01T17:49:02.820Z Compiling strum_macros v0.26.4
18762024-10-01T17:49:02.867Z Compiling xattr v1.3.1
18772024-10-01T17:49:03.209Z Compiling waitgroup v0.1.2
18782024-10-01T17:49:03.468Z Compiling snafu-derive v0.8.2
18792024-10-01T17:49:03.916Z Compiling dropshot_endpoint v0.12.0
18802024-10-01T17:49:04.053Z Compiling serde_path_to_error v0.1.16
18812024-10-01T17:49:04.879Z Compiling hashbrown v0.13.2
18822024-10-01T17:49:04.913Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18832024-10-01T17:49:05.065Z Compiling blake3 v1.5.1
18842024-10-01T17:49:05.643Z Compiling ring v0.16.20
18852024-10-01T17:49:05.661Z Compiling filetime v0.2.25
18862024-10-01T17:49:06.019Z Compiling hostname v0.4.0
18872024-10-01T17:49:06.255Z Compiling instant v0.1.12
18882024-10-01T17:49:06.304Z Compiling debug-ignore v1.0.5
18892024-10-01T17:49:06.463Z Compiling sync_wrapper v0.1.2
18902024-10-01T17:49:06.637Z Compiling buf-list v1.0.3
18912024-10-01T17:49:07.062Z Compiling crc-any v2.5.0
18922024-10-01T17:49:07.249Z Compiling strum v0.26.3
18932024-10-01T17:49:07.443Z Compiling reqwest v0.11.27
18942024-10-01T17:49:07.463Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18952024-10-01T17:49:07.973Z Compiling backoff v0.4.0
18962024-10-01T17:49:08.218Z Compiling snafu v0.8.2
18972024-10-01T17:49:08.362Z Compiling object v0.30.4
18982024-10-01T17:49:09.507Z Compiling tar v0.4.42
18992024-10-01T17:49:12.611Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19002024-10-01T17:49:12.828Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19012024-10-01T17:49:13.299Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19022024-10-01T17:49:13.861Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19032024-10-01T17:49:14.917Z Compiling parse-display v0.10.0
19042024-10-01T17:49:15.551Z Compiling serde_with v3.9.0
19052024-10-01T17:49:16.673Z Compiling zip v0.6.6
19062024-10-01T17:49:16.880Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19072024-10-01T17:49:17.602Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
19082024-10-01T17:49:19.302Z Compiling camino-tempfile v1.1.1
19092024-10-01T17:49:19.864Z Compiling globset v0.4.14
19102024-10-01T17:49:20.077Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19112024-10-01T17:49:20.266Z Compiling pem v3.0.4
19122024-10-01T17:49:21.352Z Compiling olpc-cjson v0.1.3
19132024-10-01T17:49:21.696Z Compiling serde_plain v1.0.2
19142024-10-01T17:49:21.810Z Compiling macaddr v1.0.1
19152024-10-01T17:49:22.219Z Compiling regress v0.9.1
19162024-10-01T17:49:22.470Z Compiling async-recursion v1.1.1
19172024-10-01T17:49:23.900Z Compiling memmap2 v0.9.4
19182024-10-01T17:49:24.485Z Compiling arrayvec v0.7.4
19192024-10-01T17:49:24.855Z Compiling constant_time_eq v0.3.0
19202024-10-01T17:49:24.935Z Compiling arrayref v0.3.7
19212024-10-01T17:49:25.040Z Compiling spin v0.5.2
19222024-10-01T17:49:25.060Z Compiling untrusted v0.7.1
19232024-10-01T17:49:25.352Z Compiling path-slash v0.1.5
19242024-10-01T17:49:25.367Z Compiling typed-path v0.7.1
19252024-10-01T17:49:25.516Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19262024-10-01T17:49:27.470Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19272024-10-01T17:49:28.272Z Compiling tough v0.17.1
19282024-10-01T17:49:35.601Z Compiling itertools v0.13.0
19292024-10-01T17:49:35.753Z Compiling cargo-platform v0.1.8
19302024-10-01T17:49:36.870Z Compiling topological-sort v0.2.2
19312024-10-01T17:49:37.154Z Compiling parse-size v1.0.0
19322024-10-01T17:49:37.464Z Compiling omicron-zone-package v0.11.1
19332024-10-01T17:49:38.179Z Compiling cargo_metadata v0.18.1
19342024-10-01T17:49:38.223Z Compiling shell-words v1.1.0
19352024-10-01T17:49:40.448Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19362024-10-01T17:49:56.157Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
19372024-10-01T17:50:10.941Z Finished `release` profile [optimized] target(s) in 5m 06s
19382024-10-01T17:50:11.095Z Running `target/release/omicron-releng --output-dir /work`
19392024-10-01T17:50:11.139ZOct 01 17:50:09.422 DEBG changing working directory to /work/oxidecomputer/omicron
19402024-10-01T17:50:11.236ZOct 01 17:50:09.519 DEBG running: git rev-parse HEAD
19412024-10-01T17:50:11.242ZOct 01 17:50:09.526 DEBG process exited with exit status: 0 (6.593195ms)
19422024-10-01T17:50:11.243ZOct 01 17:50:09.526 INFO version: 11.0.0-0.ci+gitef41f661658
19432024-10-01T17:50:11.282ZOct 01 17:50:09.565 INFO cloning helios to /work/oxidecomputer/helios
19442024-10-01T17:50:11.282ZOct 01 17:50:09.565 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
19452024-10-01T17:50:11.288ZCloning into '/work/oxidecomputer/helios'...
19462024-10-01T17:50:11.813ZOct 01 17:50:10.096 DEBG process exited with exit status: 0 (530.574995ms)
19472024-10-01T17:50:11.813ZOct 01 17:50:10.096 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
19482024-10-01T17:50:11.821Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
19492024-10-01T17:50:11.821Z# branch.head master
19502024-10-01T17:50:11.821Z# branch.upstream origin/master
19512024-10-01T17:50:11.821Z# branch.ab +0 -0
19522024-10-01T17:50:11.824ZOct 01 17:50:10.105 DEBG process exited with exit status: 0 (8.40839ms)
19532024-10-01T17:50:11.824ZOct 01 17:50:10.105 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
19542024-10-01T17:50:12.724ZOct 01 17:50:10.867 DEBG process exited with exit status: 0 (762.566791ms)
19552024-10-01T17:50:12.724ZOct 01 17:50:10.867 DEBG running: zfs list rpool/images/build/host
19562024-10-01T17:50:12.727ZNAME USED AVAIL REFER MOUNTPOINT
19572024-10-01T17:50:12.727Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
19582024-10-01T17:50:12.727ZOct 01 17:50:10.875 DEBG process exited with exit status: 0 (7.472378ms)
19592024-10-01T17:50:12.727ZOct 01 17:50:10.875 DEBG running: zfs list rpool/images/build/recovery
19602024-10-01T17:50:12.727ZNAME USED AVAIL REFER MOUNTPOINT
19612024-10-01T17:50:12.727Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
19622024-10-01T17:50:12.727ZOct 01 17:50:10.881 DEBG process exited with exit status: 0 (6.315899ms)
19632024-10-01T17:50:12.727ZOct 01 17:50:10.882 INFO [hubris-staging] running task
19642024-10-01T17:50:12.727ZOct 01 17:50:10.883 INFO [hubris-production] running task
19652024-10-01T17:50:12.727ZOct 01 17:50:10.883 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
19662024-10-01T17:50:12.727ZOct 01 17:50:10.886 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19672024-10-01T17:50:12.727Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19682024-10-01T17:50:12.757Z[ omicron-package] Updating git repository `https://github.com/oxidecomputer/propolis`
19692024-10-01T17:50:13.133Z[ omicron-package] Blocking waiting for file lock on package cache
19702024-10-01T17:50:13.702Z[ omicron-package] Blocking waiting for file lock on package cache
19712024-10-01T17:50:13.981Z[ omicron-package] Blocking waiting for file lock on package cache
19722024-10-01T17:50:14.219ZOct 01 17:50:12.502 INFO [hubris-production] task succeeded (1.619322617s)
19732024-10-01T17:50:14.782Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19742024-10-01T17:50:14.801Z[ omicron-package] Compiling heapless v0.8.0
19752024-10-01T17:50:14.811Z[ omicron-package] Compiling hash32 v0.3.1
19762024-10-01T17:50:14.814Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19772024-10-01T17:50:14.814Z[ omicron-package] Compiling smoltcp v0.11.0
19782024-10-01T17:50:14.814Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19792024-10-01T17:50:14.814Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19802024-10-01T17:50:14.814Z[ omicron-package] Compiling cobs v0.2.3
19812024-10-01T17:50:15.814Z[ omicron-package] Compiling embedded-io v0.4.0
19822024-10-01T17:50:15.925Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19832024-10-01T17:50:16.341Z[ omicron-package] Compiling proc-macro-error v1.0.4
19842024-10-01T17:50:16.341Z[ omicron-package] Compiling postcard v1.0.8
19852024-10-01T17:50:16.392Z[ omicron-package] Compiling num_enum_derive v0.5.11
19862024-10-01T17:50:16.807Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19872024-10-01T17:50:16.896Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19882024-10-01T17:50:16.964Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19892024-10-01T17:50:17.811Z[ omicron-package] Compiling tabwriter v1.4.0
19902024-10-01T17:50:17.976Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19912024-10-01T17:50:18.242Z[ omicron-package] Compiling cstr-argument v0.1.2
19922024-10-01T17:50:18.426Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19932024-10-01T17:50:18.613Z[ omicron-package] Compiling pretty-hex v0.2.1
19942024-10-01T17:50:18.819Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19952024-10-01T17:50:19.389Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19962024-10-01T17:50:19.594Z[ omicron-package] Compiling foreign-types v0.5.0
19972024-10-01T17:50:19.987Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19982024-10-01T17:50:19.989Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19992024-10-01T17:50:20.115Z[ omicron-package] Compiling colored v2.1.0
20002024-10-01T17:50:20.250Z[ omicron-package] Compiling num_enum v0.5.11
20012024-10-01T17:50:20.451Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20022024-10-01T17:50:20.770Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
20032024-10-01T17:50:20.818Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
20042024-10-01T17:50:20.871Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20052024-10-01T17:50:21.009Z[ omicron-package] Compiling sigpipe v0.1.3
20062024-10-01T17:50:21.400Z[ omicron-package] Compiling num-derive v0.4.2
20072024-10-01T17:50:21.483Z[ omicron-package] Compiling libefi-sys v0.1.0
20082024-10-01T17:50:21.822Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20092024-10-01T17:50:21.961Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
20102024-10-01T17:50:22.227Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20112024-10-01T17:50:22.632Z[ omicron-package] Compiling smf v0.2.3
20122024-10-01T17:50:22.961Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20132024-10-01T17:50:23.062Z[ omicron-package] Compiling bitfield-struct v0.6.1
20142024-10-01T17:50:23.852Z[ omicron-package] Compiling zone v0.3.0
20152024-10-01T17:50:24.257ZOct 01 17:50:22.537 INFO [hubris-staging] task succeeded (11.655062494s)
20162024-10-01T17:50:25.859Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20172024-10-01T17:50:25.947Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
20182024-10-01T17:50:26.311Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20192024-10-01T17:50:27.407Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20202024-10-01T17:50:27.637Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20212024-10-01T17:50:27.854Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20222024-10-01T17:50:28.614Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20232024-10-01T17:50:29.015Z[ omicron-package] Compiling gethostname v0.5.0
20242024-10-01T17:50:30.454Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20252024-10-01T17:50:32.840Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20262024-10-01T17:50:35.511Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20272024-10-01T17:50:36.146Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20282024-10-01T17:50:37.890Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20292024-10-01T17:50:54.096Z[ helios-setup] Oct 01 17:50:52.371 INFO helios repository root is: /work/oxidecomputer/helios
20302024-10-01T17:50:54.098Z[ helios-setup] Oct 01 17:50:52.373 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20312024-10-01T17:50:54.098Z[ helios-setup] Oct 01 17:50:52.374 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20322024-10-01T17:50:54.098Z[ helios-setup] Oct 01 17:50:52.374 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
20332024-10-01T17:50:54.099Z[ helios-setup] Oct 01 17:50:52.374 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20342024-10-01T17:50:54.103Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20352024-10-01T17:50:54.939Z[ helios-setup] Oct 01 17:50:53.214 INFO clone ok!, project: bootserver
20362024-10-01T17:50:54.942Z[ helios-setup] Oct 01 17:50:53.215 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
20372024-10-01T17:50:54.942Z[ helios-setup] Oct 01 17:50:53.215 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20382024-10-01T17:50:54.944Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20392024-10-01T17:50:55.728Z[ helios-setup] Oct 01 17:50:54.003 INFO clone ok!, project: phbl
20402024-10-01T17:50:55.731Z[ helios-setup] Oct 01 17:50:54.003 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
20412024-10-01T17:50:55.731Z[ helios-setup] Oct 01 17:50:54.003 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20422024-10-01T17:50:55.733Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20432024-10-01T17:50:56.293Z[ helios-setup] Oct 01 17:50:54.536 INFO clone ok!, project: image-builder
20442024-10-01T17:50:56.302Z[ helios-setup] Oct 01 17:50:54.536 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
20452024-10-01T17:50:56.302Z[ helios-setup] Oct 01 17:50:54.536 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
20462024-10-01T17:50:56.302Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
20472024-10-01T17:50:57.554Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.93s
20482024-10-01T17:50:57.792Z[ omicron-package]
20492024-10-01T17:50:57.792Z[ omicron-package] real 45.140923445
20502024-10-01T17:50:57.795Z[ omicron-package] user 2:36.062412344
20512024-10-01T17:50:57.795Z[ omicron-package] sys 20.423947953
20522024-10-01T17:50:57.795Z[ omicron-package] trap 0.172971892
20532024-10-01T17:50:57.795Z[ omicron-package] tflt 0.475053582
20542024-10-01T17:50:57.795Z[ omicron-package] dflt 0.557586034
20552024-10-01T17:50:57.795Z[ omicron-package] kflt 0.000333996
20562024-10-01T17:50:57.795Z[ omicron-package] lock 5:30.564759409
20572024-10-01T17:50:57.795Z[ omicron-package] slp 8:27.903850996
20582024-10-01T17:50:57.795Z[ omicron-package] lat 1:33.485957357
20592024-10-01T17:50:57.795Z[ omicron-package] stop 52.813285816
20602024-10-01T17:50:57.795ZOct 01 17:50:56.067 INFO [omicron-package] process exited with exit status: 0 (45.183867119s)
20612024-10-01T17:50:57.795ZOct 01 17:50:56.067 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
20622024-10-01T17:50:57.878ZOct 01 17:50:56.153 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20632024-10-01T17:50:57.889Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20642024-10-01T17:50:57.891Z[ host-target] Created new build target 'host' and set it as active
20652024-10-01T17:50:57.891ZOct 01 17:50:56.166 INFO [host-target] process exited with exit status: 0 (98.924501ms)
20662024-10-01T17:50:57.891ZOct 01 17:50:56.166 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20672024-10-01T17:50:57.898Z[ recovery-target] Created new build target 'recovery' and set it as active
20682024-10-01T17:50:57.898Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20692024-10-01T17:50:57.901ZOct 01 17:50:56.176 INFO [recovery-target] process exited with exit status: 0 (23.070191ms)
20702024-10-01T17:50:57.909Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20712024-10-01T17:50:58.206Z[ host-package] Updating git repository `https://github.com/oxidecomputer/propolis`
20722024-10-01T17:50:59.165Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20732024-10-01T17:50:59.168Z[ host-package] Compiling convert_case v0.4.0
20742024-10-01T17:50:59.168Z[ host-package] Compiling camino v1.1.9
20752024-10-01T17:50:59.168Z[ host-package] Compiling newline-converter v0.3.0
20762024-10-01T17:50:59.168Z[ host-package] Compiling password-hash v0.5.0
20772024-10-01T17:50:59.168Z[ host-package] Compiling blake2 v0.10.6
20782024-10-01T17:50:59.313Z[ host-package] Compiling cancel-safe-futures v0.1.5
20792024-10-01T17:50:59.391Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20802024-10-01T17:50:59.540Z[ host-package] Compiling expectorate v1.1.0
20812024-10-01T17:50:59.562Z[ host-package] Compiling owo-colors v4.1.0
20822024-10-01T17:50:59.948Z[ host-package] Compiling derive-where v1.2.7
20832024-10-01T17:50:59.955Z[ host-package] Compiling argon2 v0.5.3
20842024-10-01T17:51:00.074Z[ host-package] Compiling derive_more v0.99.18
20852024-10-01T17:51:00.435Z[ host-package] Compiling libsw v3.3.1
20862024-10-01T17:51:00.601Z[ host-package] Compiling linear-map v1.2.0
20872024-10-01T17:51:00.669Z[ host-package] Compiling swrite v0.1.0
20882024-10-01T17:51:00.779Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20892024-10-01T17:51:00.848Z[ helios-setup] Oct 01 17:50:59.122 INFO clone ok!, project: amd-firmware
20902024-10-01T17:51:00.851Z[ helios-setup] Oct 01 17:50:59.122 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
20912024-10-01T17:51:00.851Z[ helios-setup] Oct 01 17:50:59.123 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20922024-10-01T17:51:00.853Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20932024-10-01T17:51:00.901Z[ host-package] Compiling indent_write v2.2.0
20942024-10-01T17:51:01.084Z[ host-package] Compiling toml v0.8.19
20952024-10-01T17:51:01.140Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20962024-10-01T17:51:01.455Z[ host-package] Compiling progenitor-client v0.8.0
20972024-10-01T17:51:01.606Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20982024-10-01T17:51:01.929Z[ host-package] Compiling progenitor v0.8.0
20992024-10-01T17:51:02.075Z[ helios-setup] Oct 01 17:51:00.349 INFO clone ok!, project: chelsio-t6-roms
21002024-10-01T17:51:02.075Z[ helios-setup] Oct 01 17:51:00.349 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
21012024-10-01T17:51:02.075Z[ helios-setup] Oct 01 17:51:00.349 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21022024-10-01T17:51:02.080Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21032024-10-01T17:51:02.185Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21042024-10-01T17:51:02.540Z[ host-package] Compiling num-rational v0.4.2
21052024-10-01T17:51:02.639Z[ host-package] Compiling num-complex v0.4.6
21062024-10-01T17:51:02.998Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21072024-10-01T17:51:03.178Z[ helios-setup] Oct 01 17:51:01.452 INFO clone ok!, project: pilot
21082024-10-01T17:51:03.181Z[ helios-setup] Oct 01 17:51:01.452 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
21092024-10-01T17:51:03.181Z[ helios-setup] Oct 01 17:51:01.452 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
21102024-10-01T17:51:03.183Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21112024-10-01T17:51:03.304Z[ host-package] Compiling dirs-sys-next v0.1.2
21122024-10-01T17:51:03.814Z[ host-package] Compiling dirs-next v2.0.0
21132024-10-01T17:51:04.034Z[ host-package] Compiling num v0.4.3
21142024-10-01T17:51:04.100Z[ host-package] Compiling float-ord v0.3.2
21152024-10-01T17:51:04.242Z[ host-package] Compiling term v0.7.0
21162024-10-01T17:51:04.363Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21172024-10-01T17:51:04.419Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21182024-10-01T17:51:04.431Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21192024-10-01T17:51:05.193Z[ host-package] Compiling atomicwrites v0.4.4
21202024-10-01T17:51:05.585Z[ host-package] Compiling prettyplease v0.2.22
21212024-10-01T17:51:05.753Z[ host-package] Compiling semver v0.1.20
21222024-10-01T17:51:05.922Z[ host-package] Compiling is-terminal v0.4.12
21232024-10-01T17:51:06.077Z[ host-package] Compiling utf-8 v0.7.6
21242024-10-01T17:51:06.359Z[ host-package] Compiling rustc_version v0.1.7
21252024-10-01T17:51:06.504Z[ host-package] Compiling highway v1.2.0
21262024-10-01T17:51:06.790Z[ host-package] Compiling newtype_derive v0.1.6
21272024-10-01T17:51:07.070Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21282024-10-01T17:51:07.274Z[ host-package] Compiling humantime v2.1.0
21292024-10-01T17:51:08.153Z[ host-package] Compiling linked-hash-map v0.5.6
21302024-10-01T17:51:08.179Z[ host-package] Compiling home v0.5.9
21312024-10-01T17:51:08.248Z[ host-package] Compiling steno v0.4.1
21322024-10-01T17:51:08.448Z[ host-package] Compiling quick-error v1.2.3
21332024-10-01T17:51:08.611Z[ host-package] Compiling lru-cache v0.1.2
21342024-10-01T17:51:08.652Z[ host-package] Compiling resolv-conf v0.7.0
21352024-10-01T17:51:09.253Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21362024-10-01T17:51:10.682Z[ host-package] Compiling rustls v0.22.4
21372024-10-01T17:51:10.734Z[ host-package] Compiling thread_local v1.1.8
21382024-10-01T17:51:11.261Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
21392024-10-01T17:51:11.274Z[ helios-setup] Oct 01 17:51:09.546 INFO clone ok!, project: amd-host-image-builder
21402024-10-01T17:51:11.279Z[ helios-setup] Oct 01 17:51:09.547 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-10-01T17:51:11.279Z[ helios-setup] Oct 01 17:51:09.547 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21422024-10-01T17:51:11.282Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21432024-10-01T17:51:11.388Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21442024-10-01T17:51:11.745Z[ host-package] Compiling match_cfg v0.1.0
21452024-10-01T17:51:11.899Z[ host-package] Compiling hostname v0.3.1
21462024-10-01T17:51:12.132Z[ helios-setup] Oct 01 17:51:10.403 INFO clone ok!, project: pinprick
21472024-10-01T17:51:12.134Z[ helios-setup] Oct 01 17:51:10.403 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21482024-10-01T17:51:12.134Z[ helios-setup] Oct 01 17:51:10.403 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
21492024-10-01T17:51:12.147Z[ host-package] Compiling hickory-resolver v0.24.1
21502024-10-01T17:51:13.065Z[ helios-setup] Oct 01 17:51:11.337 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
21512024-10-01T17:51:13.612Z[ helios-setup] Oct 01 17:51:11.883 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
21522024-10-01T17:51:13.612Z[ helios-setup] Oct 01 17:51:11.883 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
21532024-10-01T17:51:14.172Z[ helios-setup] Oct 01 17:51:12.443 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
21542024-10-01T17:51:14.731Z[ helios-setup] Oct 01 17:51:13.003 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
21552024-10-01T17:51:14.731Z[ helios-setup] Oct 01 17:51:13.003 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
21562024-10-01T17:51:15.296Z[ helios-setup] Oct 01 17:51:13.567 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21572024-10-01T17:51:15.877Z[ helios-setup] Oct 01 17:51:14.147 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21582024-10-01T17:51:15.877Z[ helios-setup] Oct 01 17:51:14.147 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21592024-10-01T17:51:15.880Z[ helios-setup] Oct 01 17:51:14.147 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21602024-10-01T17:51:15.880Z[ helios-setup] Oct 01 17:51:14.148 INFO ok!
21612024-10-01T17:51:15.880Z[ helios-setup] Oct 01 17:51:14.148 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21622024-10-01T17:51:15.880Z[ helios-setup] Oct 01 17:51:14.148 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21632024-10-01T17:51:15.880Z[ helios-setup] Oct 01 17:51:14.148 INFO ok!
21642024-10-01T17:51:15.880Z[ helios-setup] Oct 01 17:51:14.148 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21652024-10-01T17:51:15.880Z[ helios-setup] Oct 01 17:51:14.148 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21662024-10-01T17:51:15.880Z[ helios-setup] Oct 01 17:51:14.148 INFO ok!
21672024-10-01T17:51:15.880Z[ helios-setup] Oct 01 17:51:14.148 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
21682024-10-01T17:51:15.880Z[ helios-setup] Oct 01 17:51:14.148 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
21692024-10-01T17:51:16.193Z[ helios-setup] Oct 01 17:51:14.464 INFO E| Downloading crates ...
21702024-10-01T17:51:16.400Z[ helios-setup] Oct 01 17:51:14.669 INFO E| Downloaded digest v0.10.3
21712024-10-01T17:51:16.403Z[ helios-setup] Oct 01 17:51:14.672 INFO E| Downloaded unicode-width v0.1.10
21722024-10-01T17:51:16.403Z[ helios-setup] Oct 01 17:51:14.674 INFO E| Downloaded cpufeatures v0.2.5
21732024-10-01T17:51:16.406Z[ helios-setup] Oct 01 17:51:14.676 INFO E| Downloaded typenum v1.15.0
21742024-10-01T17:51:16.409Z[ helios-setup] Oct 01 17:51:14.680 INFO E| Downloaded sha2 v0.10.5
21752024-10-01T17:51:16.412Z[ helios-setup] Oct 01 17:51:14.683 INFO E| Downloaded miniz_oxide v0.6.2
21762024-10-01T17:51:16.415Z[ helios-setup] Oct 01 17:51:14.687 INFO E| Downloaded flate2 v1.0.25
21772024-10-01T17:51:16.423Z[ helios-setup] Oct 01 17:51:14.694 INFO E| Downloaded bytes v1.2.1
21782024-10-01T17:51:16.427Z[ helios-setup] Oct 01 17:51:14.699 INFO E| Downloaded generic-array v0.14.6
21792024-10-01T17:51:16.430Z[ helios-setup] Oct 01 17:51:14.701 INFO E| Downloaded block-buffer v0.10.3
21802024-10-01T17:51:16.433Z[ helios-setup] Oct 01 17:51:14.702 INFO E| Downloaded anyhow v1.0.62
21812024-10-01T17:51:16.553Z[ helios-setup] Oct 01 17:51:14.822 INFO E| Compiling typenum v1.15.0
21822024-10-01T17:51:16.553Z[ helios-setup] Oct 01 17:51:14.823 INFO E| Compiling version_check v0.9.4
21832024-10-01T17:51:16.553Z[ helios-setup] Oct 01 17:51:14.823 INFO E| Compiling crc32fast v1.3.2
21842024-10-01T17:51:16.556Z[ helios-setup] Oct 01 17:51:14.823 INFO E| Compiling cfg-if v1.0.0
21852024-10-01T17:51:16.556Z[ helios-setup] Oct 01 17:51:14.823 INFO E| Compiling anyhow v1.0.62
21862024-10-01T17:51:16.556Z[ helios-setup] Oct 01 17:51:14.823 INFO E| Compiling adler v1.0.2
21872024-10-01T17:51:16.557Z[ helios-setup] Oct 01 17:51:14.823 INFO E| Compiling unicode-width v0.1.10
21882024-10-01T17:51:16.557Z[ helios-setup] Oct 01 17:51:14.823 INFO E| Compiling cpufeatures v0.2.5
21892024-10-01T17:51:16.835Z[ helios-setup] Oct 01 17:51:15.106 INFO E| Compiling bytes v1.2.1
21902024-10-01T17:51:16.960Z[ helios-setup] Oct 01 17:51:15.230 INFO E| Compiling bitflags v1.3.2
21912024-10-01T17:51:17.112Z[ helios-setup] Oct 01 17:51:15.383 INFO E| Compiling miniz_oxide v0.6.2
21922024-10-01T17:51:17.407Z[ helios-setup] Oct 01 17:51:15.673 INFO E| Compiling getopts v0.2.21
21932024-10-01T17:51:17.435Z[ host-package] Compiling multer v3.1.0
21942024-10-01T17:51:17.544Z[ helios-setup] Oct 01 17:51:15.808 INFO E| Compiling generic-array v0.14.6
21952024-10-01T17:51:17.562Z[ host-package] Compiling slog-async v2.8.0
21962024-10-01T17:51:17.831Z[ host-package] Compiling slog-json v2.6.1
21972024-10-01T17:51:18.653Z[ host-package] Compiling crossbeam-channel v0.5.12
21982024-10-01T17:51:19.276Z[ helios-setup] Oct 01 17:51:17.547 INFO E| Compiling flate2 v1.0.25
21992024-10-01T17:51:20.266Z[ host-package] Compiling take_mut v0.2.2
22002024-10-01T17:51:20.750Z[ host-package] Compiling slog-bunyan v2.5.0
22012024-10-01T17:51:22.034Z[ host-package] Compiling tokio-rustls v0.25.0
22022024-10-01T17:51:22.151Z[ host-package] Compiling slog-term v2.9.1
22032024-10-01T17:51:22.563Z[ host-package] Compiling dropshot v0.12.0
22042024-10-01T17:51:22.717Z[ host-package] Compiling async-stream v0.3.5
22052024-10-01T17:51:23.122Z[ host-package] Compiling waitgroup v0.1.2
22062024-10-01T17:51:23.132Z[ helios-setup] Oct 01 17:51:21.403 INFO E| Compiling block-buffer v0.10.3
22072024-10-01T17:51:23.132Z[ helios-setup] Oct 01 17:51:21.403 INFO E| Compiling crypto-common v0.1.6
22082024-10-01T17:51:23.330Z[ helios-setup] Oct 01 17:51:21.600 INFO E| Compiling digest v0.10.3
22092024-10-01T17:51:23.385Z[ host-package] Compiling ipnetwork v0.20.0
22102024-10-01T17:51:23.476Z[ host-package] Compiling newtype-uuid v1.1.0
22112024-10-01T17:51:23.664Z[ host-package] Compiling serde_path_to_error v0.1.16
22122024-10-01T17:51:23.708Z[ helios-setup] Oct 01 17:51:21.978 INFO E| Compiling sha2 v0.10.5
22132024-10-01T17:51:23.880Z[ host-package] Compiling hostname v0.4.0
22142024-10-01T17:51:24.198Z[ host-package] Compiling instant v0.1.12
22152024-10-01T17:51:24.278Z[ host-package] Compiling debug-ignore v1.0.5
22162024-10-01T17:51:24.290Z[ helios-setup] Oct 01 17:51:22.561 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
22172024-10-01T17:51:24.471Z[ host-package] Compiling backoff v0.4.0
22182024-10-01T17:51:24.497Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22192024-10-01T17:51:24.989Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22202024-10-01T17:51:25.418Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
22212024-10-01T17:51:25.585Z[ host-package] Compiling parse-display v0.10.0
22222024-10-01T17:51:26.584Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232024-10-01T17:51:26.857Z[ host-package] Compiling strum v0.26.3
22242024-10-01T17:51:27.194Z[ host-package] Compiling serde_with v3.9.0
22252024-10-01T17:51:29.703Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22262024-10-01T17:51:29.800Z[ helios-setup] Oct 01 17:51:28.068 INFO E| Finished `release` profile [optimized] target(s) in 13.82s
22272024-10-01T17:51:29.814Z[ helios-setup] Oct 01 17:51:28.083 INFO building project "bootserver" ok (13 seconds)
22282024-10-01T17:51:29.814Z[ helios-setup] Oct 01 17:51:28.083 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
22292024-10-01T17:51:29.814Z[ helios-setup] Oct 01 17:51:28.083 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
22302024-10-01T17:51:30.089Z[ helios-setup] Oct 01 17:51:28.358 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
22312024-10-01T17:51:30.580Z[ helios-setup] Oct 01 17:51:28.848 INFO E| From https://github.com/jclulow/rust-jmclib
22322024-10-01T17:51:30.580Z[ helios-setup] Oct 01 17:51:28.848 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
22332024-10-01T17:51:30.619Z[ helios-setup] Oct 01 17:51:28.888 INFO E| Updating crates.io index
22342024-10-01T17:51:30.865Z[ helios-setup] Oct 01 17:51:29.134 INFO E| Downloading crates ...
22352024-10-01T17:51:30.927Z[ helios-setup] Oct 01 17:51:29.196 INFO E| Downloaded opaque-debug v0.3.0
22362024-10-01T17:51:30.930Z[ helios-setup] Oct 01 17:51:29.198 INFO E| Downloaded itoa v1.0.9
22372024-10-01T17:51:30.933Z[ helios-setup] Oct 01 17:51:29.200 INFO E| Downloaded block-buffer v0.9.0
22382024-10-01T17:51:30.933Z[ helios-setup] Oct 01 17:51:29.201 INFO E| Downloaded bitflags v2.3.3
22392024-10-01T17:51:30.944Z[ helios-setup] Oct 01 17:51:29.213 INFO E| Downloaded digest v0.9.0
22402024-10-01T17:51:30.951Z[ helios-setup] Oct 01 17:51:29.220 INFO E| Downloaded libdevinfo-sys v1.0.0
22412024-10-01T17:51:30.954Z[ helios-setup] Oct 01 17:51:29.221 INFO E| Downloaded fastrand v2.0.0
22422024-10-01T17:51:30.971Z[ helios-setup] Oct 01 17:51:29.240 INFO E| Downloaded walkdir v2.3.3
22432024-10-01T17:51:30.975Z[ helios-setup] Oct 01 17:51:29.243 INFO E| Downloaded sha-1 v0.9.8
22442024-10-01T17:51:30.978Z[ helios-setup] Oct 01 17:51:29.247 INFO E| Downloaded md-5 v0.9.1
22452024-10-01T17:51:30.981Z[ helios-setup] Oct 01 17:51:29.249 INFO E| Downloaded uuid v0.8.2
22462024-10-01T17:51:30.987Z[ helios-setup] Oct 01 17:51:29.256 INFO E| Downloaded tempfile v3.7.0
22472024-10-01T17:51:30.991Z[ helios-setup] Oct 01 17:51:29.260 INFO E| Downloaded unicode-ident v1.0.11
22482024-10-01T17:51:30.996Z[ helios-setup] Oct 01 17:51:29.264 INFO E| Downloaded toml v0.5.11
22492024-10-01T17:51:31.002Z[ helios-setup] Oct 01 17:51:29.269 INFO E| Downloaded ryu v1.0.15
22502024-10-01T17:51:31.007Z[ helios-setup] Oct 01 17:51:29.275 INFO E| Downloaded typenum v1.16.0
22512024-10-01T17:51:31.011Z[ helios-setup] Oct 01 17:51:29.279 INFO E| Downloaded serde v1.0.193
22522024-10-01T17:51:31.016Z[ helios-setup] Oct 01 17:51:29.285 INFO E| Downloaded serde_derive v1.0.193
22532024-10-01T17:51:31.023Z[ helios-setup] Oct 01 17:51:29.290 INFO E| Downloaded serde_json v1.0.103
22542024-10-01T17:51:31.034Z[ helios-setup] Oct 01 17:51:29.303 INFO E| Downloaded quote v1.0.31
22552024-10-01T17:51:31.038Z[ helios-setup] Oct 01 17:51:29.307 INFO E| Downloaded syn v2.0.32
22562024-10-01T17:51:31.057Z[ helios-setup] Oct 01 17:51:29.326 INFO E| Downloaded proc-macro2 v1.0.66
22572024-10-01T17:51:31.061Z[ helios-setup] Oct 01 17:51:29.330 INFO E| Downloaded rustix v0.38.4
22582024-10-01T17:51:31.099Z[ helios-setup] Oct 01 17:51:29.367 INFO E| Downloaded getrandom v0.2.10
22592024-10-01T17:51:31.104Z[ helios-setup] Oct 01 17:51:29.372 INFO E| Downloaded libc v0.2.147
22602024-10-01T17:51:31.147Z[ helios-setup] Oct 01 17:51:29.415 INFO E| Downloaded once_cell v1.18.0
22612024-10-01T17:51:31.151Z[ helios-setup] Oct 01 17:51:29.419 INFO E| Downloaded errno v0.3.1
22622024-10-01T17:51:31.155Z[ helios-setup] Oct 01 17:51:29.422 INFO E| Downloaded cpufeatures v0.2.9
22632024-10-01T17:51:31.155Z[ helios-setup] Oct 01 17:51:29.424 INFO E| Downloaded anyhow v1.0.72
22642024-10-01T17:51:31.363Z[ helios-setup] Oct 01 17:51:29.632 INFO E| Compiling libc v0.2.147
22652024-10-01T17:51:31.363Z[ helios-setup] Oct 01 17:51:29.632 INFO E| Compiling proc-macro2 v1.0.66
22662024-10-01T17:51:31.363Z[ helios-setup] Oct 01 17:51:29.632 INFO E| Compiling cfg-if v1.0.0
22672024-10-01T17:51:31.366Z[ helios-setup] Oct 01 17:51:29.632 INFO E| Compiling unicode-ident v1.0.11
22682024-10-01T17:51:31.366Z[ helios-setup] Oct 01 17:51:29.632 INFO E| Compiling typenum v1.16.0
22692024-10-01T17:51:31.366Z[ helios-setup] Oct 01 17:51:29.632 INFO E| Compiling version_check v0.9.4
22702024-10-01T17:51:31.366Z[ helios-setup] Oct 01 17:51:29.632 INFO E| Compiling serde v1.0.193
22712024-10-01T17:51:31.366Z[ helios-setup] Oct 01 17:51:29.632 INFO E| Compiling num-conv v0.1.0
22722024-10-01T17:51:31.966Z[ helios-setup] Oct 01 17:51:30.231 INFO E| Compiling time-core v0.1.2
22732024-10-01T17:51:32.266Z[ helios-setup] Oct 01 17:51:30.535 INFO E| Compiling rustix v0.38.4
22742024-10-01T17:51:32.289Z[ helios-setup] Oct 01 17:51:30.558 INFO E| Compiling slog v2.7.0
22752024-10-01T17:51:32.419Z[ host-package] Compiling regress v0.9.1
22762024-10-01T17:51:32.644Z[ helios-setup] Oct 01 17:51:30.912 INFO E| Compiling itoa v1.0.9
22772024-10-01T17:51:32.923Z[ helios-setup] Oct 01 17:51:31.192 INFO E| Compiling powerfmt v0.2.0
22782024-10-01T17:51:32.988Z[ helios-setup] Oct 01 17:51:31.257 INFO E| Compiling generic-array v0.14.7
22792024-10-01T17:51:33.049Z[ helios-setup] Oct 01 17:51:31.317 INFO E| Compiling time-macros v0.2.18
22802024-10-01T17:51:33.633Z[ helios-setup] Oct 01 17:51:31.899 INFO E| Compiling deranged v0.3.11
22812024-10-01T17:51:33.805Z[ helios-setup] Oct 01 17:51:32.073 INFO E| Compiling num_threads v0.1.6
22822024-10-01T17:51:33.861Z[ helios-setup] Oct 01 17:51:32.130 INFO E| Compiling once_cell v1.18.0
22832024-10-01T17:51:33.978Z[ helios-setup] Oct 01 17:51:32.246 INFO E| Compiling bitflags v2.3.3
22842024-10-01T17:51:34.102Z[ host-package] Compiling macaddr v1.0.1
22852024-10-01T17:51:34.947Z[ helios-setup] Oct 01 17:51:33.215 INFO E| Compiling quote v1.0.31
22862024-10-01T17:51:34.973Z[ helios-setup] Oct 01 17:51:33.240 INFO E| Compiling dirs-sys-next v0.1.2
22872024-10-01T17:51:35.163Z[ host-package] Compiling slog-dtrace v0.3.0
22882024-10-01T17:51:35.563Z[ helios-setup] Oct 01 17:51:33.831 INFO E| Compiling syn v2.0.32
22892024-10-01T17:51:35.859Z[ helios-setup] Oct 01 17:51:34.127 INFO E| Compiling dirs-next v2.0.0
22902024-10-01T17:51:36.195Z[ helios-setup] Oct 01 17:51:34.462 INFO E| Compiling errno v0.3.1
22912024-10-01T17:51:36.224Z[ helios-setup] Oct 01 17:51:34.492 INFO E| Compiling term v0.7.0
22922024-10-01T17:51:36.256Z[ helios-setup] Oct 01 17:51:34.522 INFO E| Compiling atty v0.2.14
22932024-10-01T17:51:36.427Z[ helios-setup] Oct 01 17:51:34.694 INFO E| Compiling thread_local v1.1.7
22942024-10-01T17:51:36.714Z[ helios-setup] Oct 01 17:51:34.981 INFO E| Compiling serde_json v1.0.103
22952024-10-01T17:51:36.942Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22962024-10-01T17:51:37.365Z[ host-package] Compiling display-error-chain v0.2.1
22972024-10-01T17:51:37.368Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22982024-10-01T17:51:37.666Z[ helios-setup] Oct 01 17:51:35.933 INFO E| Compiling opaque-debug v0.3.0
22992024-10-01T17:51:37.809Z[ helios-setup] Oct 01 17:51:36.072 INFO E| Compiling fastrand v2.0.0
23002024-10-01T17:51:37.860Z[ host-package] Compiling half v2.4.1
23012024-10-01T17:51:37.864Z[ helios-setup] Oct 01 17:51:36.132 INFO E| Compiling anyhow v1.0.72
23022024-10-01T17:51:38.195Z[ helios-setup] Oct 01 17:51:36.461 INFO E| Compiling getrandom v0.2.10
23032024-10-01T17:51:38.864Z[ helios-setup] Oct 01 17:51:37.131 INFO E| Compiling block-buffer v0.9.0
23042024-10-01T17:51:38.945Z[ helios-setup] Oct 01 17:51:37.212 INFO E| Compiling digest v0.9.0
23052024-10-01T17:51:38.995Z[ helios-setup] Oct 01 17:51:37.262 INFO E| Compiling time v0.3.36
23062024-10-01T17:51:39.115Z[ helios-setup] Oct 01 17:51:37.382 INFO E| Compiling cpufeatures v0.2.9
23072024-10-01T17:51:39.236Z[ helios-setup] Oct 01 17:51:37.502 INFO E| Compiling unicode-width v0.1.10
23082024-10-01T17:51:39.245Z[ helios-setup] Oct 01 17:51:37.509 INFO E| Compiling same-file v1.0.6
23092024-10-01T17:51:39.343Z[ helios-setup] Oct 01 17:51:37.609 INFO E| Compiling ryu v1.0.15
23102024-10-01T17:51:39.468Z[ host-package] Compiling ciborium-io v0.2.2
23112024-10-01T17:51:39.535Z[ host-package] Compiling tungstenite v0.21.0
23122024-10-01T17:51:39.673Z[ helios-setup] Oct 01 17:51:37.939 INFO E| Compiling tempfile v3.7.0
23132024-10-01T17:51:39.721Z[ helios-setup] Oct 01 17:51:37.988 INFO E| Compiling walkdir v2.3.3
23142024-10-01T17:51:39.749Z[ helios-setup] Oct 01 17:51:38.015 INFO E| Compiling getopts v0.2.21
23152024-10-01T17:51:39.827Z[ host-package] Compiling ciborium-ll v0.2.2
23162024-10-01T17:51:39.977Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23172024-10-01T17:51:40.017Z[ helios-setup] Oct 01 17:51:38.284 INFO E| Compiling md-5 v0.9.1
23182024-10-01T17:51:40.773Z[ helios-setup] Oct 01 17:51:39.038 INFO E| Compiling sha-1 v0.9.8
23192024-10-01T17:51:40.868Z[ helios-setup] Oct 01 17:51:39.135 INFO E| Compiling glob v0.3.1
23202024-10-01T17:51:41.102Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23212024-10-01T17:51:41.158Z[ helios-setup] Oct 01 17:51:39.425 INFO E| Compiling libdevinfo-sys v1.0.0
23222024-10-01T17:51:42.092Z[ host-package] Compiling tokio-tungstenite v0.21.0
23232024-10-01T17:51:42.613Z[ helios-setup] Oct 01 17:51:40.876 INFO E| Compiling slog-term v2.9.0
23242024-10-01T17:51:42.872Z[ host-package] Compiling ciborium v0.2.2
23252024-10-01T17:51:44.946Z[ helios-setup] Oct 01 17:51:43.212 INFO E| Compiling serde_derive v1.0.193
23262024-10-01T17:51:45.410Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23272024-10-01T17:51:45.877Z[ host-package] Compiling same-file v1.0.6
23282024-10-01T17:51:46.143Z[ host-package] Compiling fastrand v2.1.0
23292024-10-01T17:51:46.744Z[ host-package] Compiling tempfile v3.10.1
23302024-10-01T17:51:46.772Z[ host-package] Compiling walkdir v2.5.0
23312024-10-01T17:51:47.557Z[ host-package] Compiling ring v0.16.20
23322024-10-01T17:51:47.594Z[ host-package] Compiling blake3 v1.5.1
23332024-10-01T17:51:48.208Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23342024-10-01T17:51:50.998Z[ host-package] Compiling xattr v1.3.1
23352024-10-01T17:51:51.416Z[ host-package] Compiling filetime v0.2.25
23362024-10-01T17:51:51.859Z[ host-package] Compiling memmap2 v0.9.4
23372024-10-01T17:51:52.469Z[ host-package] Compiling arrayvec v0.7.4
23382024-10-01T17:51:52.980Z[ host-package] Compiling keccak v0.1.5
23392024-10-01T17:51:53.117Z[ host-package] Compiling arrayref v0.3.7
23402024-10-01T17:51:53.259Z[ host-package] Compiling untrusted v0.7.1
23412024-10-01T17:51:53.519Z[ host-package] Compiling constant_time_eq v0.3.0
23422024-10-01T17:51:53.824Z[ host-package] Compiling spin v0.5.2
23432024-10-01T17:51:55.276Z[ host-package] Compiling sha3 v0.10.8
23442024-10-01T17:52:01.280Z[ host-package] Compiling tar v0.4.42
23452024-10-01T17:52:01.388Z[ host-package] Compiling camino-tempfile v1.1.1
23462024-10-01T17:52:01.388Z[ helios-setup] Oct 01 17:51:57.541 INFO E| Compiling toml v0.5.11
23472024-10-01T17:52:01.388Z[ helios-setup] Oct 01 17:51:57.541 INFO E| Compiling uuid v0.8.2
23482024-10-01T17:52:01.388Z[ host-package] Compiling toolchain_find v0.4.0
23492024-10-01T17:52:01.388Z[ host-package] Compiling nibble_vec v0.1.0
23502024-10-01T17:52:01.388Z[ host-package] Compiling glob v0.3.1
23512024-10-01T17:52:01.388Z[ host-package] Compiling endian-type v0.1.2
23522024-10-01T17:52:01.429Z[ helios-setup] Oct 01 17:51:59.647 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
23532024-10-01T17:52:01.882Z[ host-package] Compiling topological-sort v0.2.2
23542024-10-01T17:52:02.196Z[ host-package] Compiling crunchy v0.2.2
23552024-10-01T17:52:02.779Z[ host-package] Compiling maplit v1.0.2
23562024-10-01T17:52:03.059Z[ host-package] Compiling omicron-zone-package v0.11.1
23572024-10-01T17:52:03.182Z[ host-package] Compiling clang-sys v1.7.0
23582024-10-01T17:52:03.901Z[ host-package] Compiling radix_trie v0.2.1
23592024-10-01T17:52:04.238Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23602024-10-01T17:52:05.082Z[ host-package] Compiling tiny-keccak v2.0.2
23612024-10-01T17:52:05.203Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23622024-10-01T17:52:05.252Z[ host-package] Compiling dsl_auto_type v0.1.2
23632024-10-01T17:52:05.328Z[ helios-setup] Oct 01 17:52:03.591 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
23642024-10-01T17:52:05.534Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23652024-10-01T17:52:05.885Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23662024-10-01T17:52:06.381Z[ host-package] Compiling secrecy v0.8.0
23672024-10-01T17:52:06.765Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23682024-10-01T17:52:06.966Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23692024-10-01T17:52:07.225Z[ host-package] Compiling arc-swap v1.7.1
23702024-10-01T17:52:07.283Z[ host-package] Compiling diesel_derives v2.2.2
23712024-10-01T17:52:07.539Z[ host-package] Compiling r2d2 v0.8.10
23722024-10-01T17:52:07.962Z[ host-package] Compiling slog-scope v4.4.0
23732024-10-01T17:52:08.652Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
23742024-10-01T17:52:08.975Z[ host-package] Compiling ascii-canvas v3.0.0
23752024-10-01T17:52:09.069Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23762024-10-01T17:52:09.543Z[ host-package] Compiling universal-hash v0.5.1
23772024-10-01T17:52:09.808Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23782024-10-01T17:52:10.747Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23792024-10-01T17:52:11.231Z[ host-package] Compiling ena v0.14.3
23802024-10-01T17:52:11.798Z[ host-package] Compiling libloading v0.8.3
23812024-10-01T17:52:12.238Z[ host-package] Compiling diff v0.1.13
23822024-10-01T17:52:12.872Z[ host-package] Compiling opaque-debug v0.3.1
23832024-10-01T17:52:12.905Z[ host-package] Compiling bindgen v0.69.4
23842024-10-01T17:52:13.006Z[ host-package] Compiling regex-syntax v0.6.29
23852024-10-01T17:52:13.805Z[ host-package] Compiling poly1305 v0.8.0
23862024-10-01T17:52:15.777Z[ host-package] Compiling thiserror-no-std v2.0.2
23872024-10-01T17:52:19.102Z[ helios-setup] Oct 01 17:52:17.362 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.19s
23882024-10-01T17:52:19.135Z[ helios-setup] Oct 01 17:52:17.395 INFO building project "image-builder" ok (49 seconds)
23892024-10-01T17:52:19.136Z[ helios-setup] Oct 01 17:52:17.396 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
23902024-10-01T17:52:19.138Z[ helios-setup] Oct 01 17:52:17.396 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
23912024-10-01T17:52:19.598Z[ helios-setup] Oct 01 17:52:17.857 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
23922024-10-01T17:52:20.037Z[ host-package] Compiling lalrpop v0.19.12
23932024-10-01T17:52:20.363Z[ host-package] Compiling diesel v2.2.4
23942024-10-01T17:52:20.860Z[ helios-setup] Oct 01 17:52:19.120 INFO E| From https://github.com/oxidecomputer/progenitor
23952024-10-01T17:52:20.863Z[ helios-setup] Oct 01 17:52:19.120 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
23962024-10-01T17:52:20.893Z[ helios-setup] Oct 01 17:52:19.153 INFO E| * [new tag] v0.1.1 -> v0.1.1
23972024-10-01T17:52:20.893Z[ helios-setup] Oct 01 17:52:19.153 INFO E| * [new tag] v0.2.0 -> v0.2.0
23982024-10-01T17:52:20.999Z[ helios-setup] Oct 01 17:52:19.259 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
23992024-10-01T17:52:21.612Z[ helios-setup] Oct 01 17:52:19.866 INFO E| From https://github.com/jclulow/hiercmd
24002024-10-01T17:52:21.612Z[ helios-setup] Oct 01 17:52:19.866 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24012024-10-01T17:52:21.644Z[ helios-setup] Oct 01 17:52:19.903 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24022024-10-01T17:52:22.159Z[ helios-setup] Oct 01 17:52:20.417 INFO E| From https://github.com/jclulow/network-interface
24032024-10-01T17:52:22.159Z[ helios-setup] Oct 01 17:52:20.417 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24042024-10-01T17:52:22.176Z[ helios-setup] Oct 01 17:52:20.436 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24052024-10-01T17:52:22.758Z[ helios-setup] Oct 01 17:52:21.018 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24062024-10-01T17:52:22.758Z[ helios-setup] Oct 01 17:52:21.018 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24072024-10-01T17:52:22.793Z[ helios-setup] Oct 01 17:52:21.053 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24082024-10-01T17:52:23.831Z[ helios-setup] Oct 01 17:52:22.090 INFO E| From https://github.com/oxidecomputer/facade
24092024-10-01T17:52:23.831Z[ helios-setup] Oct 01 17:52:22.090 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24102024-10-01T17:52:23.892Z[ helios-setup] Oct 01 17:52:22.151 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
24112024-10-01T17:52:24.945Z[ helios-setup] Oct 01 17:52:23.205 INFO E| From https://github.com/oxidecomputer/dropshot
24122024-10-01T17:52:24.946Z[ helios-setup] Oct 01 17:52:23.205 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
24132024-10-01T17:52:24.981Z[ helios-setup] Oct 01 17:52:23.240 INFO E| * [new tag] v0.3.0 -> v0.3.0
24142024-10-01T17:52:24.981Z[ helios-setup] Oct 01 17:52:23.240 INFO E| * [new tag] v0.4.0 -> v0.4.0
24152024-10-01T17:52:24.985Z[ helios-setup] Oct 01 17:52:23.241 INFO E| * [new tag] v0.5.0 -> v0.5.0
24162024-10-01T17:52:24.985Z[ helios-setup] Oct 01 17:52:23.241 INFO E| * [new tag] v0.5.1 -> v0.5.1
24172024-10-01T17:52:24.985Z[ helios-setup] Oct 01 17:52:23.241 INFO E| * [new tag] v0.6.0 -> v0.6.0
24182024-10-01T17:52:24.985Z[ helios-setup] Oct 01 17:52:23.241 INFO E| * [new tag] v0.7.0 -> v0.7.0
24192024-10-01T17:52:24.985Z[ helios-setup] Oct 01 17:52:23.241 INFO E| * [new tag] v0.8.0 -> v0.8.0
24202024-10-01T17:52:24.985Z[ helios-setup] Oct 01 17:52:23.241 INFO E| * [new tag] v0.9.0 -> v0.9.0
24212024-10-01T17:52:25.030Z[ helios-setup] Oct 01 17:52:23.289 INFO E| Updating crates.io index
24222024-10-01T17:52:25.059Z[ helios-setup] Oct 01 17:52:23.319 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
24232024-10-01T17:52:26.236Z[ helios-setup] Oct 01 17:52:24.494 INFO E| From https://github.com/oxidecomputer/typify
24242024-10-01T17:52:26.236Z[ helios-setup] Oct 01 17:52:24.494 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
24252024-10-01T17:52:26.268Z[ helios-setup] Oct 01 17:52:24.526 INFO E| * [new tag] v0.0.10 -> v0.0.10
24262024-10-01T17:52:26.268Z[ helios-setup] Oct 01 17:52:24.526 INFO E| * [new tag] v0.0.11 -> v0.0.11
24272024-10-01T17:52:26.272Z[ helios-setup] Oct 01 17:52:24.526 INFO E| * [new tag] v0.0.4 -> v0.0.4
24282024-10-01T17:52:26.272Z[ helios-setup] Oct 01 17:52:24.526 INFO E| * [new tag] v0.0.5 -> v0.0.5
24292024-10-01T17:52:26.272Z[ helios-setup] Oct 01 17:52:24.526 INFO E| * [new tag] v0.0.7 -> v0.0.7
24302024-10-01T17:52:26.272Z[ helios-setup] Oct 01 17:52:24.526 INFO E| * [new tag] v0.0.8 -> v0.0.8
24312024-10-01T17:52:26.272Z[ helios-setup] Oct 01 17:52:24.526 INFO E| * [new tag] v0.0.9 -> v0.0.9
24322024-10-01T17:52:26.891Z[ helios-setup] Oct 01 17:52:25.147 INFO E| Downloading crates ...
24332024-10-01T17:52:27.175Z[ helios-setup] Oct 01 17:52:25.338 INFO E| Downloaded anstyle-parse v0.1.1
24342024-10-01T17:52:27.175Z[ helios-setup] Oct 01 17:52:25.344 INFO E| Downloaded ahash v0.8.3
24352024-10-01T17:52:27.175Z[ helios-setup] Oct 01 17:52:25.353 INFO E| Downloaded const-random-macro v0.1.15
24362024-10-01T17:52:27.175Z[ host-package] Compiling slog-stdlog v4.1.1
24372024-10-01T17:52:27.175Z[ helios-setup] Oct 01 17:52:25.365 INFO E| Downloaded project-root v0.2.2
24382024-10-01T17:52:27.175Z[ helios-setup] Oct 01 17:52:25.367 INFO E| Downloaded crossbeam-deque v0.8.2
24392024-10-01T17:52:27.175Z[ helios-setup] Oct 01 17:52:25.371 INFO E| Downloaded serde_spanned v0.6.1
24402024-10-01T17:52:27.175Z[ helios-setup] Oct 01 17:52:25.373 INFO E| Downloaded concolor-override v1.0.0
24412024-10-01T17:52:27.175Z[ helios-setup] Oct 01 17:52:25.375 INFO E| Downloaded serde_tokenstream v0.2.0
24422024-10-01T17:52:27.175Z[ helios-setup] Oct 01 17:52:25.382 INFO E| Downloaded const-random v0.1.15
24432024-10-01T17:52:27.175Z[ helios-setup] Oct 01 17:52:25.385 INFO E| Downloaded smawk v0.3.1
24442024-10-01T17:52:27.185Z[ helios-setup] Oct 01 17:52:25.444 INFO E| Downloaded dyn-clone v1.0.11
24452024-10-01T17:52:27.191Z[ helios-setup] Oct 01 17:52:25.449 INFO E| Downloaded want v0.3.0
24462024-10-01T17:52:27.194Z[ helios-setup] Oct 01 17:52:25.451 INFO E| Downloaded toolchain_find v0.2.0
24472024-10-01T17:52:27.197Z[ helios-setup] Oct 01 17:52:25.453 INFO E| Downloaded rustls-pemfile v1.0.2
24482024-10-01T17:52:27.200Z[ helios-setup] Oct 01 17:52:25.457 INFO E| Downloaded rustfmt-wrapper v0.2.0
24492024-10-01T17:52:27.204Z[ helios-setup] Oct 01 17:52:25.459 INFO E| Downloaded try-lock v0.2.4
24502024-10-01T17:52:27.204Z[ helios-setup] Oct 01 17:52:25.461 INFO E| Downloaded either v1.8.0
24512024-10-01T17:52:27.207Z[ helios-setup] Oct 01 17:52:25.464 INFO E| Downloaded terminal_size v0.2.6
24522024-10-01T17:52:27.210Z[ helios-setup] Oct 01 17:52:25.467 INFO E| Downloaded thiserror-impl v1.0.38
24532024-10-01T17:52:27.212Z[ helios-setup] Oct 01 17:52:25.470 INFO E| Downloaded semver-parser v0.10.2
24542024-10-01T17:52:27.215Z[ helios-setup] Oct 01 17:52:25.473 INFO E| Downloaded thiserror v1.0.38
24552024-10-01T17:52:27.223Z[ helios-setup] Oct 01 17:52:25.482 INFO E| Downloaded toml_datetime v0.6.1
24562024-10-01T17:52:27.226Z[ helios-setup] Oct 01 17:52:25.484 INFO E| Downloaded tokio-macros v2.0.0
24572024-10-01T17:52:27.229Z[ helios-setup] Oct 01 17:52:25.486 INFO E| Downloaded slog-bunyan v2.4.0
24582024-10-01T17:52:27.233Z[ helios-setup] Oct 01 17:52:25.490 INFO E| Downloaded signal-hook-registry v1.4.0
24592024-10-01T17:52:27.233Z[ helios-setup] Oct 01 17:52:25.492 INFO E| Downloaded sha1 v0.10.5
24602024-10-01T17:52:27.237Z[ helios-setup] Oct 01 17:52:25.495 INFO E| Downloaded proc-macro-crate v1.2.1
24612024-10-01T17:52:27.240Z[ helios-setup] Oct 01 17:52:25.498 INFO E| Downloaded pin-project-lite v0.2.9
24622024-10-01T17:52:27.250Z[ helios-setup] Oct 01 17:52:25.508 INFO E| Downloaded httpdate v1.0.2
24632024-10-01T17:52:27.254Z[ helios-setup] Oct 01 17:52:25.510 INFO E| Downloaded tempfile v3.5.0
24642024-10-01T17:52:27.257Z[ helios-setup] Oct 01 17:52:25.516 INFO E| Downloaded once_cell v1.17.0
24652024-10-01T17:52:27.261Z[ helios-setup] Oct 01 17:52:25.520 INFO E| Downloaded tokio-rustls v0.24.0
24662024-10-01T17:52:27.265Z[ helios-setup] Oct 01 17:52:25.524 INFO E| Downloaded serde_derive_internals v0.26.0
24672024-10-01T17:52:27.269Z[ helios-setup] Oct 01 17:52:25.528 INFO E| Downloaded num_cpus v1.15.0
24682024-10-01T17:52:27.275Z[ helios-setup] Oct 01 17:52:25.533 INFO E| Downloaded serde_derive v1.0.204
24692024-10-01T17:52:27.279Z[ helios-setup] Oct 01 17:52:25.538 INFO E| Downloaded time v0.1.45
24702024-10-01T17:52:27.282Z[ helios-setup] Oct 01 17:52:25.541 INFO E| Downloaded textwrap v0.16.0
24712024-10-01T17:52:27.287Z[ helios-setup] Oct 01 17:52:25.546 INFO E| Downloaded uuid v1.3.0
24722024-10-01T17:52:27.295Z[ helios-setup] Oct 01 17:52:25.554 INFO E| Downloaded tungstenite v0.18.0
24732024-10-01T17:52:27.301Z[ helios-setup] Oct 01 17:52:25.560 INFO E| Downloaded unsafe-libyaml v0.2.8
24742024-10-01T17:52:27.335Z[ helios-setup] Oct 01 17:52:25.593 INFO E| Downloaded unicode-linebreak v0.1.4
24752024-10-01T17:52:27.338Z[ helios-setup] Oct 01 17:52:25.596 INFO E| Downloaded serde v1.0.204
24762024-10-01T17:52:27.343Z[ helios-setup] Oct 01 17:52:25.602 INFO E| Downloaded url v2.3.1
24772024-10-01T17:52:27.348Z[ helios-setup] Oct 01 17:52:25.606 INFO E| Downloaded parking_lot_core v0.9.6
24782024-10-01T17:52:27.351Z[ helios-setup] Oct 01 17:52:25.610 INFO E| Downloaded unicode-normalization v0.1.22
24792024-10-01T17:52:27.357Z[ helios-setup] Oct 01 17:52:25.616 INFO E| Downloaded winnow v0.4.1
24802024-10-01T17:52:27.371Z[ helios-setup] Oct 01 17:52:25.629 INFO E| Downloaded serde_json v1.0.95
24812024-10-01T17:52:27.383Z[ helios-setup] Oct 01 17:52:25.641 INFO E| Downloaded syn v2.0.72
24822024-10-01T17:52:27.399Z[ helios-setup] Oct 01 17:52:25.658 INFO E| Downloaded sct v0.7.0
24832024-10-01T17:52:27.403Z[ helios-setup] Oct 01 17:52:25.662 INFO E| Downloaded schemars v0.8.12
24842024-10-01T17:52:27.440Z[ helios-setup] Oct 01 17:52:25.699 INFO E| Downloaded tokio v1.27.0
24852024-10-01T17:52:27.487Z[ helios-setup] Oct 01 17:52:25.746 INFO E| Downloaded rustls-webpki v0.100.1
24862024-10-01T17:52:27.496Z[ helios-setup] Oct 01 17:52:25.755 INFO E| Downloaded crossbeam-channel v0.5.6
24872024-10-01T17:52:27.503Z[ helios-setup] Oct 01 17:52:25.762 INFO E| Downloaded rayon-core v1.10.2
24882024-10-01T17:52:27.509Z[ helios-setup] Oct 01 17:52:25.768 INFO E| Downloaded parking_lot v0.12.1
24892024-10-01T17:52:27.513Z[ helios-setup] Oct 01 17:52:25.772 INFO E| Downloaded pest v2.5.7
24902024-10-01T17:52:27.527Z[ helios-setup] Oct 01 17:52:25.779 INFO E| Downloaded http v0.2.9
24912024-10-01T17:52:27.530Z[ helios-setup] Oct 01 17:52:25.785 INFO E| Downloaded mio v0.8.5
24922024-10-01T17:52:27.535Z[ helios-setup] Oct 01 17:52:25.793 INFO E| Downloaded aho-corasick v0.7.20
24932024-10-01T17:52:27.541Z[ helios-setup] Oct 01 17:52:25.800 INFO E| Downloaded num-traits v0.2.15
24942024-10-01T17:52:27.558Z[ helios-setup] Oct 01 17:52:25.817 INFO E| Downloaded futures-executor v0.3.28
24952024-10-01T17:52:27.561Z[ helios-setup] Oct 01 17:52:25.819 INFO E| Downloaded clap_builder v4.2.1
24962024-10-01T17:52:27.570Z[ helios-setup] Oct 01 17:52:25.829 INFO E| Downloaded futures v0.3.28
24972024-10-01T17:52:27.577Z[ helios-setup] Oct 01 17:52:25.836 INFO E| Downloaded rayon v1.6.1
24982024-10-01T17:52:27.588Z[ helios-setup] Oct 01 17:52:25.847 INFO E| Downloaded clap v4.2.1
24992024-10-01T17:52:27.600Z[ helios-setup] Oct 01 17:52:25.859 INFO E| Downloaded git2 v0.16.1
25002024-10-01T17:52:27.611Z[ helios-setup] Oct 01 17:52:25.870 INFO E| Downloaded chrono v0.4.24
25012024-10-01T17:52:27.620Z[ helios-setup] Oct 01 17:52:25.879 INFO E| Downloaded reqwest v0.11.16
25022024-10-01T17:52:27.633Z[ helios-setup] Oct 01 17:52:25.892 INFO E| Downloaded hyper v0.14.25
25032024-10-01T17:52:27.645Z[ helios-setup] Oct 01 17:52:25.904 INFO E| Downloaded regress v0.5.0
25042024-10-01T17:52:27.659Z[ helios-setup] Oct 01 17:52:25.918 INFO E| Downloaded regex v1.7.3
25052024-10-01T17:52:27.671Z[ helios-setup] Oct 01 17:52:25.930 INFO E| Downloaded rustls v0.21.0
25062024-10-01T17:52:27.689Z[ helios-setup] Oct 01 17:52:25.948 INFO E| Downloaded h2 v0.3.16
25072024-10-01T17:52:27.699Z[ helios-setup] Oct 01 17:52:25.958 INFO E| Downloaded rustix v0.37.3
25082024-10-01T17:52:27.729Z[ helios-setup] Oct 01 17:52:25.988 INFO E| Downloaded rhai v1.14.0
25092024-10-01T17:52:27.750Z[ helios-setup] Oct 01 17:52:26.006 INFO E| Downloaded openapiv3 v1.0.2
25102024-10-01T17:52:27.767Z[ helios-setup] Oct 01 17:52:26.026 INFO E| Downloaded futures-util v0.3.28
25112024-10-01T17:52:27.788Z[ helios-setup] Oct 01 17:52:26.046 INFO E| Downloaded cc v1.0.78
25122024-10-01T17:52:27.793Z[ helios-setup] Oct 01 17:52:26.052 INFO E| Downloaded bytes v1.4.0
25132024-10-01T17:52:27.799Z[ helios-setup] Oct 01 17:52:26.058 INFO E| Downloaded syn v1.0.107
25142024-10-01T17:52:27.819Z[ helios-setup] Oct 01 17:52:26.076 INFO E| Downloaded rhai_codegen v1.5.0
25152024-10-01T17:52:27.830Z[ helios-setup] Oct 01 17:52:26.089 INFO E| Downloaded log v0.4.17
25162024-10-01T17:52:27.833Z[ helios-setup] Oct 01 17:52:26.093 INFO E| Downloaded getrandom v0.2.8
25172024-10-01T17:52:27.841Z[ helios-setup] Oct 01 17:52:26.097 INFO E| Downloaded num-integer v0.1.45
25182024-10-01T17:52:27.841Z[ helios-setup] Oct 01 17:52:26.099 INFO E| Downloaded libc v0.2.139
25192024-10-01T17:52:27.899Z[ helios-setup] Oct 01 17:52:26.156 INFO E| Downloaded memchr v2.5.0
25202024-10-01T17:52:27.903Z[ helios-setup] Oct 01 17:52:26.162 INFO E| Downloaded tracing v0.1.37
25212024-10-01T17:52:27.911Z[ helios-setup] Oct 01 17:52:26.170 INFO E| Downloaded toml_edit v0.19.8
25222024-10-01T17:52:27.939Z[ helios-setup] Oct 01 17:52:26.195 INFO E| Downloaded tokio-util v0.7.7
25232024-10-01T17:52:27.950Z[ helios-setup] Oct 01 17:52:26.204 INFO E| Downloaded serde_path_to_error v0.1.11
25242024-10-01T17:52:27.953Z[ helios-setup] Oct 01 17:52:26.207 INFO E| Downloaded quote v1.0.36
25252024-10-01T17:52:27.953Z[ helios-setup] Oct 01 17:52:26.211 INFO E| Downloaded jobserver v0.1.26
25262024-10-01T17:52:27.955Z[ helios-setup] Oct 01 17:52:26.214 INFO E| Downloaded crossbeam-epoch v0.9.13
25272024-10-01T17:52:27.959Z[ helios-setup] Oct 01 17:52:26.218 INFO E| Downloaded clap_derive v4.2.0
25282024-10-01T17:52:27.964Z[ helios-setup] Oct 01 17:52:26.222 INFO E| Downloaded anyhow v1.0.68
25292024-10-01T17:52:27.970Z[ helios-setup] Oct 01 17:52:26.229 INFO E| Downloaded unicode-ident v1.0.8
25302024-10-01T17:52:27.975Z[ helios-setup] Oct 01 17:52:26.234 INFO E| Downloaded tracing-core v0.1.30
25312024-10-01T17:52:27.979Z[ helios-setup] Oct 01 17:52:26.238 INFO E| Downloaded scopeguard v1.1.0
25322024-10-01T17:52:27.983Z[ helios-setup] Oct 01 17:52:26.240 INFO E| Downloaded num_enum_derive v0.5.7
25332024-10-01T17:52:27.985Z[ helios-setup] Oct 01 17:52:26.242 INFO E| Downloaded is-terminal v0.4.7
25342024-10-01T17:52:27.985Z[ helios-setup] Oct 01 17:52:26.244 INFO E| Downloaded iana-time-zone v0.1.56
25352024-10-01T17:52:27.990Z[ helios-setup] Oct 01 17:52:26.248 INFO E| Downloaded futures-io v0.3.28
25362024-10-01T17:52:27.992Z[ helios-setup] Oct 01 17:52:26.250 INFO E| Downloaded futures-core v0.3.28
25372024-10-01T17:52:27.995Z[ helios-setup] Oct 01 17:52:26.252 INFO E| Downloaded fastrand v1.9.0
25382024-10-01T17:52:27.995Z[ helios-setup] Oct 01 17:52:26.253 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
25392024-10-01T17:52:28.000Z[ helios-setup] Oct 01 17:52:26.258 INFO E| Downloaded pkg-config v0.3.26
25402024-10-01T17:52:28.003Z[ helios-setup] Oct 01 17:52:26.261 INFO E| Downloaded memoffset v0.7.1
25412024-10-01T17:52:28.008Z[ helios-setup] Oct 01 17:52:26.262 INFO E| Downloaded futures-sink v0.3.28
25422024-10-01T17:52:28.008Z[ helios-setup] Oct 01 17:52:26.264 INFO E| Downloaded ucd-trie v0.1.5
25432024-10-01T17:52:28.012Z[ helios-setup] Oct 01 17:52:26.267 INFO E| Downloaded toml v0.7.3
25442024-10-01T17:52:28.018Z[ helios-setup] Oct 01 17:52:26.272 INFO E| Downloaded percent-encoding v2.2.0
25452024-10-01T17:52:28.018Z[ helios-setup] Oct 01 17:52:26.273 INFO E| Downloaded base64 v0.21.0
25462024-10-01T17:52:28.021Z[ helios-setup] Oct 01 17:52:26.279 INFO E| Downloaded socket2 v0.4.9
25472024-10-01T17:52:28.024Z[ helios-setup] Oct 01 17:52:26.282 INFO E| Downloaded ryu v1.0.13
25482024-10-01T17:52:28.028Z[ helios-setup] Oct 01 17:52:26.287 INFO E| Downloaded io-lifetimes v1.0.10
25492024-10-01T17:52:28.036Z[ helios-setup] Oct 01 17:52:26.290 INFO E| Downloaded encoding_rs v0.8.32
25502024-10-01T17:52:28.099Z[ helios-setup] Oct 01 17:52:26.357 INFO E| Downloaded semver v1.0.17
25512024-10-01T17:52:28.102Z[ helios-setup] Oct 01 17:52:26.362 INFO E| Downloaded unicode-bidi v0.3.13
25522024-10-01T17:52:28.106Z[ helios-setup] Oct 01 17:52:26.365 INFO E| Downloaded schemars_derive v0.8.12
25532024-10-01T17:52:28.110Z[ helios-setup] Oct 01 17:52:26.369 INFO E| Downloaded tokio-tungstenite v0.18.0
25542024-10-01T17:52:28.115Z[ helios-setup] Oct 01 17:52:26.372 INFO E| Downloaded smartstring v1.0.1
25552024-10-01T17:52:28.120Z[ helios-setup] Oct 01 17:52:26.377 INFO E| Downloaded serde_yaml v0.9.21
25562024-10-01T17:52:28.124Z[ helios-setup] Oct 01 17:52:26.383 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
25572024-10-01T17:52:28.218Z[ helios-setup] Oct 01 17:52:26.476 INFO E| Downloaded ipnet v2.7.2
25582024-10-01T17:52:28.220Z[ helios-setup] Oct 01 17:52:26.479 INFO E| Downloaded crossbeam-utils v0.8.14
25592024-10-01T17:52:28.224Z[ helios-setup] Oct 01 17:52:26.483 INFO E| Downloaded bincode v1.3.3
25602024-10-01T17:52:28.228Z[ helios-setup] Oct 01 17:52:26.487 INFO E| Downloaded ahash v0.7.6
25612024-10-01T17:52:28.232Z[ helios-setup] Oct 01 17:52:26.491 INFO E| Downloaded autocfg v1.1.0
25622024-10-01T17:52:28.234Z[ helios-setup] Oct 01 17:52:26.493 INFO E| Downloaded futures-channel v0.3.28
25632024-10-01T17:52:28.238Z[ helios-setup] Oct 01 17:52:26.497 INFO E| Downloaded lock_api v0.4.9
25642024-10-01T17:52:28.241Z[ helios-setup] Oct 01 17:52:26.499 INFO E| Downloaded strsim v0.10.0
25652024-10-01T17:52:28.243Z[ helios-setup] Oct 01 17:52:26.501 INFO E| Downloaded sha2 v0.10.6
25662024-10-01T17:52:28.247Z[ helios-setup] Oct 01 17:52:26.506 INFO E| Downloaded semver v0.11.0
25672024-10-01T17:52:28.250Z[ helios-setup] Oct 01 17:52:26.508 INFO E| Downloaded slab v0.4.7
25682024-10-01T17:52:28.253Z[ helios-setup] Oct 01 17:52:26.511 INFO E| Downloaded cargo-lock v8.0.3
25692024-10-01T17:52:28.260Z[ helios-setup] Oct 01 17:52:26.516 INFO E| Downloaded camino v1.1.4
25702024-10-01T17:52:28.265Z[ helios-setup] Oct 01 17:52:26.519 INFO E| Downloaded async-trait v0.1.68
25712024-10-01T17:52:28.268Z[ helios-setup] Oct 01 17:52:26.525 INFO E| Downloaded slog-async v2.7.0
25722024-10-01T17:52:28.271Z[ helios-setup] Oct 01 17:52:26.528 INFO E| Downloaded libz-sys v1.1.8
25732024-10-01T17:52:28.358Z[ helios-setup] Oct 01 17:52:26.617 INFO E| Downloaded byteorder v1.4.3
25742024-10-01T17:52:28.361Z[ helios-setup] Oct 01 17:52:26.620 INFO E| Downloaded digest v0.10.6
25752024-10-01T17:52:28.364Z[ helios-setup] Oct 01 17:52:26.623 INFO E| Downloaded num_enum v0.5.7
25762024-10-01T17:52:28.370Z[ helios-setup] Oct 01 17:52:26.629 INFO E| Downloaded lazy_static v1.4.0
25772024-10-01T17:52:28.373Z[ helios-setup] Oct 01 17:52:26.631 INFO E| Downloaded itoa v1.0.6
25782024-10-01T17:52:28.376Z[ helios-setup] Oct 01 17:52:26.633 INFO E| Downloaded home v0.5.4
25792024-10-01T17:52:28.376Z[ helios-setup] Oct 01 17:52:26.635 INFO E| Downloaded futures-task v0.3.28
25802024-10-01T17:52:28.379Z[ helios-setup] Oct 01 17:52:26.637 INFO E| Downloaded futures-macro v0.3.28
25812024-10-01T17:52:28.381Z[ helios-setup] Oct 01 17:52:26.639 INFO E| Downloaded paste v1.0.12
25822024-10-01T17:52:28.385Z[ helios-setup] Oct 01 17:52:26.644 INFO E| Downloaded http-body v0.4.5
25832024-10-01T17:52:28.388Z[ helios-setup] Oct 01 17:52:26.646 INFO E| Downloaded form_urlencoded v1.1.0
25842024-10-01T17:52:28.388Z[ helios-setup] Oct 01 17:52:26.647 INFO E| Downloaded concolor-query v0.3.3
25852024-10-01T17:52:28.393Z[ helios-setup] Oct 01 17:52:26.649 INFO E| Downloaded clap_lex v0.4.1
25862024-10-01T17:52:28.393Z[ helios-setup] Oct 01 17:52:26.650 INFO E| Downloaded built v0.6.0
25872024-10-01T17:52:28.397Z[ helios-setup] Oct 01 17:52:26.652 INFO E| Downloaded smallvec v1.10.0
25882024-10-01T17:52:28.397Z[ helios-setup] Oct 01 17:52:26.654 INFO E| Downloaded anstyle v0.3.5
25892024-10-01T17:52:28.400Z[ helios-setup] Oct 01 17:52:26.657 INFO E| Downloaded anstream v0.2.6
25902024-10-01T17:52:28.719Z[ helios-setup] Oct 01 17:52:26.977 INFO E| Compiling proc-macro2 v1.0.86
25912024-10-01T17:52:28.719Z[ helios-setup] Oct 01 17:52:26.977 INFO E| Compiling libc v0.2.139
25922024-10-01T17:52:28.719Z[ helios-setup] Oct 01 17:52:26.978 INFO E| Compiling unicode-ident v1.0.8
25932024-10-01T17:52:28.723Z[ helios-setup] Oct 01 17:52:26.978 INFO E| Compiling autocfg v1.1.0
25942024-10-01T17:52:28.723Z[ helios-setup] Oct 01 17:52:26.978 INFO E| Compiling cfg-if v1.0.0
25952024-10-01T17:52:28.723Z[ helios-setup] Oct 01 17:52:26.978 INFO E| Compiling version_check v0.9.4
25962024-10-01T17:52:28.723Z[ helios-setup] Oct 01 17:52:26.978 INFO E| Compiling serde v1.0.204
25972024-10-01T17:52:28.723Z[ helios-setup] Oct 01 17:52:26.978 INFO E| Compiling syn v1.0.107
25982024-10-01T17:52:28.820Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25992024-10-01T17:52:29.146Z[ helios-setup] Oct 01 17:52:27.404 INFO E| Compiling memchr v2.5.0
26002024-10-01T17:52:29.611Z[ helios-setup] Oct 01 17:52:27.870 INFO E| Compiling once_cell v1.17.0
26012024-10-01T17:52:30.133Z[ helios-setup] Oct 01 17:52:28.392 INFO E| Compiling log v0.4.17
26022024-10-01T17:52:30.228Z[ host-package] Compiling which v4.4.2
26032024-10-01T17:52:30.271Z[ helios-setup] Oct 01 17:52:28.530 INFO E| Compiling thiserror v1.0.38
26042024-10-01T17:52:30.812Z[ host-package] Compiling tungstenite v0.23.0
26052024-10-01T17:52:30.904Z[ helios-setup] Oct 01 17:52:29.161 INFO E| Compiling itoa v1.0.6
26062024-10-01T17:52:30.945Z[ helios-setup] Oct 01 17:52:29.204 INFO E| Compiling serde_json v1.0.95
26072024-10-01T17:52:31.129Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26082024-10-01T17:52:31.729Z[ helios-setup] Oct 01 17:52:29.920 INFO E| Compiling quote v1.0.36
26092024-10-01T17:52:32.045Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26102024-10-01T17:52:32.301Z[ helios-setup] Oct 01 17:52:30.559 INFO E| Compiling indexmap v1.9.3
26112024-10-01T17:52:32.404Z[ helios-setup] Oct 01 17:52:30.662 INFO E| Compiling syn v2.0.72
26122024-10-01T17:52:32.530Z[ host-package] Compiling chacha20 v0.9.1
26132024-10-01T17:52:32.882Z[ helios-setup] Oct 01 17:52:31.140 INFO E| Compiling pin-project-lite v0.2.9
26142024-10-01T17:52:32.938Z[ helios-setup] Oct 01 17:52:31.196 INFO E| Compiling scopeguard v1.1.0
26152024-10-01T17:52:33.163Z[ helios-setup] Oct 01 17:52:31.421 INFO E| Compiling num-integer v0.1.45
26162024-10-01T17:52:33.267Z[ helios-setup] Oct 01 17:52:31.525 INFO E| Compiling jobserver v0.1.26
26172024-10-01T17:52:33.454Z[ helios-setup] Oct 01 17:52:31.712 INFO E| Compiling getrandom v0.2.8
26182024-10-01T17:52:33.718Z[ host-package] Compiling cexpr v0.6.0
26192024-10-01T17:52:33.996Z[ helios-setup] Oct 01 17:52:32.254 INFO E| Compiling cc v1.0.78
26202024-10-01T17:52:34.114Z[ helios-setup] Oct 01 17:52:32.372 INFO E| Compiling futures-core v0.3.28
26212024-10-01T17:52:34.683Z[ helios-setup] Oct 01 17:52:32.940 INFO E| Compiling bytes v1.4.0
26222024-10-01T17:52:34.973Z[ helios-setup] Oct 01 17:52:33.230 INFO E| Compiling ryu v1.0.13
26232024-10-01T17:52:35.958Z[ helios-setup] Oct 01 17:52:34.216 INFO E| Compiling lock_api v0.4.9
26242024-10-01T17:52:36.159Z[ helios-setup] Oct 01 17:52:34.416 INFO E| Compiling typenum v1.16.0
26252024-10-01T17:52:36.252Z[ helios-setup] Oct 01 17:52:34.510 INFO E| Compiling bitflags v1.3.2
26262024-10-01T17:52:36.416Z[ host-package] Compiling aead v0.5.2
26272024-10-01T17:52:36.462Z[ helios-setup] Oct 01 17:52:34.719 INFO E| Compiling parking_lot_core v0.9.6
26282024-10-01T17:52:37.076Z[ helios-setup] Oct 01 17:52:35.333 INFO E| Compiling num_cpus v1.15.0
26292024-10-01T17:52:37.286Z[ host-package] Compiling rustc-hash v1.1.0
26302024-10-01T17:52:37.644Z[ helios-setup] Oct 01 17:52:35.902 INFO E| Compiling generic-array v0.14.6
26312024-10-01T17:52:37.817Z[ helios-setup] Oct 01 17:52:36.074 INFO E| Compiling slab v0.4.7
26322024-10-01T17:52:37.822Z[ host-package] Compiling shlex v1.3.0
26332024-10-01T17:52:37.898Z[ helios-setup] Oct 01 17:52:36.155 INFO E| Compiling futures-sink v0.3.28
26342024-10-01T17:52:37.911Z[ helios-setup] Oct 01 17:52:36.168 INFO E| Compiling futures-channel v0.3.28
26352024-10-01T17:52:38.138Z[ helios-setup] Oct 01 17:52:36.395 INFO E| Compiling futures-task v0.3.28
26362024-10-01T17:52:38.737Z[ host-package] Compiling ref-cast v1.0.23
26372024-10-01T17:52:38.837Z[ helios-setup] Oct 01 17:52:37.094 INFO E| Compiling tokio v1.27.0
26382024-10-01T17:52:38.936Z[ helios-setup] Oct 01 17:52:37.193 INFO E| Compiling schemars v0.8.12
26392024-10-01T17:52:39.103Z[ helios-setup] Oct 01 17:52:37.360 INFO E| Compiling futures-util v0.3.28
26402024-10-01T17:52:39.907Z[ host-package] Compiling lazycell v1.3.0
26412024-10-01T17:52:40.128Z[ helios-setup] Oct 01 17:52:38.385 INFO E| Compiling mio v0.8.5
26422024-10-01T17:52:40.242Z[ helios-setup] Oct 01 17:52:38.499 INFO E| Compiling socket2 v0.4.9
26432024-10-01T17:52:40.246Z[ helios-setup] Oct 01 17:52:38.500 INFO E| Compiling signal-hook-registry v1.4.0
26442024-10-01T17:52:40.631Z[ helios-setup] Oct 01 17:52:38.887 INFO E| Compiling ahash v0.7.6
26452024-10-01T17:52:40.768Z[ helios-setup] Oct 01 17:52:39.024 INFO E| Compiling num-traits v0.2.15
26462024-10-01T17:52:40.897Z[ host-package] Compiling chacha20poly1305 v0.10.1
26472024-10-01T17:52:41.537Z[ helios-setup] Oct 01 17:52:39.793 INFO E| Compiling crunchy v0.2.2
26482024-10-01T17:52:41.866Z[ host-package] Compiling tokio-tungstenite v0.23.1
26492024-10-01T17:52:41.978Z[ helios-setup] Oct 01 17:52:40.235 INFO E| Compiling pin-utils v0.1.0
26502024-10-01T17:52:42.227Z[ helios-setup] Oct 01 17:52:40.483 INFO E| Compiling futures-io v0.3.28
26512024-10-01T17:52:42.702Z[ host-package] Compiling slog-envlogger v2.2.0
26522024-10-01T17:52:42.785Z[ helios-setup] Oct 01 17:52:41.041 INFO E| Compiling io-lifetimes v1.0.10
26532024-10-01T17:52:43.292Z[ host-package] Compiling vsss-rs v3.3.4
26542024-10-01T17:52:43.316Z[ helios-setup] Oct 01 17:52:41.572 INFO E| Compiling serde_derive_internals v0.26.0
26552024-10-01T17:52:43.914Z[ helios-setup] Oct 01 17:52:42.170 INFO E| Compiling ahash v0.8.3
26562024-10-01T17:52:44.385Z[ helios-setup] Oct 01 17:52:42.641 INFO E| Compiling tiny-keccak v2.0.2
26572024-10-01T17:52:44.910Z[ helios-setup] Oct 01 17:52:43.166 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
26582024-10-01T17:52:44.925Z[ helios-setup] Oct 01 17:52:43.177 INFO E| Compiling rustix v0.37.3
26592024-10-01T17:52:45.362Z[ helios-setup] Oct 01 17:52:43.618 INFO E| Compiling hashbrown v0.12.3
26602024-10-01T17:52:45.819Z[ helios-setup] Oct 01 17:52:44.074 INFO E| Compiling block-buffer v0.10.3
26612024-10-01T17:52:46.330Z[ helios-setup] Oct 01 17:52:44.586 INFO E| Compiling crypto-common v0.1.6
26622024-10-01T17:52:46.681Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632024-10-01T17:52:47.150Z[ host-package] Compiling derive_builder_core v0.20.0
26642024-10-01T17:52:47.343Z[ helios-setup] Oct 01 17:52:45.597 INFO E| Compiling errno v0.3.1
26652024-10-01T17:52:47.843Z[ helios-setup] Oct 01 17:52:46.098 INFO E| Compiling crossbeam-utils v0.8.14
26662024-10-01T17:52:47.906Z[ helios-setup] Oct 01 17:52:46.161 INFO E| Compiling fnv v1.0.7
26672024-10-01T17:52:47.917Z[ helios-setup] Oct 01 17:52:46.172 INFO E| Compiling slog v2.7.0
26682024-10-01T17:52:48.094Z[ helios-setup] Oct 01 17:52:46.349 INFO E| Compiling pkg-config v0.3.26
26692024-10-01T17:52:48.228Z[ helios-setup] Oct 01 17:52:46.482 INFO E| Compiling http v0.2.9
26702024-10-01T17:52:51.446Z[ host-package] Compiling headers-core v0.3.0
26712024-10-01T17:52:51.690Z[ helios-setup] Oct 01 17:52:49.945 INFO E| Compiling digest v0.10.6
26722024-10-01T17:52:51.744Z[ host-package] Compiling fxhash v0.2.1
26732024-10-01T17:52:51.898Z[ host-package] Compiling libxml v0.3.3
26742024-10-01T17:52:51.996Z[ helios-setup] Oct 01 17:52:50.251 INFO E| Compiling aho-corasick v0.7.20
26752024-10-01T17:52:52.076Z[ helios-setup] Oct 01 17:52:50.323 INFO E| Compiling regex-syntax v0.6.29
26762024-10-01T17:52:52.246Z[ host-package] Compiling ref-cast-impl v1.0.23
26772024-10-01T17:52:52.806Z[ helios-setup] Oct 01 17:52:51.060 INFO E| Compiling heck v0.4.1
26782024-10-01T17:52:53.190Z[ host-package] Compiling headers v0.4.0
26792024-10-01T17:52:53.276Z[ helios-setup] Oct 01 17:52:51.531 INFO E| Compiling thiserror-impl v1.0.38
26802024-10-01T17:52:53.700Z[ helios-setup] Oct 01 17:52:51.954 INFO E| Compiling schemars_derive v0.8.12
26812024-10-01T17:52:53.769Z[ helios-setup] Oct 01 17:52:52.024 INFO E| Compiling cpufeatures v0.2.5
26822024-10-01T17:52:53.948Z[ helios-setup] Oct 01 17:52:52.202 INFO E| Compiling anyhow v1.0.68
26832024-10-01T17:52:54.892Z[ host-package] Compiling derive_builder_macro v0.20.0
26842024-10-01T17:52:55.296Z[ helios-setup] Oct 01 17:52:53.550 INFO E| Compiling tinyvec_macros v0.1.1
26852024-10-01T17:52:55.506Z[ helios-setup] Oct 01 17:52:53.760 INFO E| Compiling percent-encoding v2.2.0
26862024-10-01T17:52:55.970Z[ helios-setup] Oct 01 17:52:54.224 INFO E| Compiling httparse v1.8.0
26872024-10-01T17:52:56.225Z[ helios-setup] Oct 01 17:52:54.479 INFO E| Compiling unicode-width v0.1.10
26882024-10-01T17:52:56.717Z[ helios-setup] Oct 01 17:52:54.971 INFO E| Compiling form_urlencoded v1.1.0
26892024-10-01T17:52:56.813Z[ helios-setup] Oct 01 17:52:55.066 INFO E| Compiling tinyvec v1.6.0
26902024-10-01T17:52:56.816Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26912024-10-01T17:52:56.958Z[ helios-setup] Oct 01 17:52:55.212 INFO E| Compiling serde_derive v1.0.204
26922024-10-01T17:52:56.985Z[ helios-setup] Oct 01 17:52:55.239 INFO E| Compiling tokio-macros v2.0.0
26932024-10-01T17:52:57.173Z[ helios-setup] Oct 01 17:52:55.426 INFO E| Compiling futures-macro v0.3.28
26942024-10-01T17:52:59.310Z[ helios-setup] Oct 01 17:52:57.563 INFO E| Compiling regex v1.7.3
26952024-10-01T17:53:00.001Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26962024-10-01T17:53:00.222Z[ helios-setup] Oct 01 17:52:58.475 INFO E| Compiling const-random-macro v0.1.15
26972024-10-01T17:53:00.415Z[ helios-setup] Oct 01 17:52:58.667 INFO E| Compiling hashbrown v0.13.2
26982024-10-01T17:53:00.708Z[ helios-setup] Oct 01 17:52:58.961 INFO E| Compiling chrono v0.4.24
26992024-10-01T17:53:01.101Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27002024-10-01T17:53:02.248Z[ helios-setup] Oct 01 17:53:00.501 INFO E| Compiling libz-sys v1.1.8
27012024-10-01T17:53:03.306Z[ host-package] Compiling strum_macros v0.24.3
27022024-10-01T17:53:03.822Z[ host-package] Compiling polar-core v0.27.3
27032024-10-01T17:53:04.514Z[ helios-setup] Oct 01 17:53:02.766 INFO E| Compiling dyn-clone v1.0.11
27042024-10-01T17:53:04.616Z[ helios-setup] Oct 01 17:53:02.869 INFO E| Compiling uuid v1.3.0
27052024-10-01T17:53:05.170Z[ helios-setup] Oct 01 17:53:03.422 INFO E| Compiling regress v0.5.0
27062024-10-01T17:53:05.483Z[ helios-setup] Oct 01 17:53:03.736 INFO E| Compiling const-random v0.1.15
27072024-10-01T17:53:05.874Z[ helios-setup] Oct 01 17:53:04.126 INFO E| Compiling unicode-normalization v0.1.22
27082024-10-01T17:53:07.230Z[ host-package] Compiling samael v0.0.17
27092024-10-01T17:53:08.366Z[ helios-setup] Oct 01 17:53:06.618 INFO E| Compiling getopts v0.2.21
27102024-10-01T17:53:08.610Z[ helios-setup] Oct 01 17:53:06.862 INFO E| Compiling tracing-core v0.1.30
27112024-10-01T17:53:09.003Z[ helios-setup] Oct 01 17:53:07.254 INFO E| Compiling memoffset v0.7.1
27122024-10-01T17:53:09.208Z[ host-package] Compiling kstat-rs v0.2.4
27132024-10-01T17:53:09.453Z[ helios-setup] Oct 01 17:53:07.704 INFO E| Compiling ucd-trie v0.1.5
27142024-10-01T17:53:09.755Z[ helios-setup] Oct 01 17:53:08.005 INFO E| Compiling time-core v0.1.2
27152024-10-01T17:53:10.094Z[ helios-setup] Oct 01 17:53:08.345 INFO E| Compiling powerfmt v0.2.0
27162024-10-01T17:53:10.224Z[ helios-setup] Oct 01 17:53:08.442 INFO E| Compiling unicode-bidi v0.3.13
27172024-10-01T17:53:10.652Z[ host-package] Compiling unicase v2.7.0
27182024-10-01T17:53:11.056Z[ helios-setup] Oct 01 17:53:09.307 INFO E| Compiling num-conv v0.1.0
27192024-10-01T17:53:11.059Z[ host-package] Compiling dropshot v0.10.1
27202024-10-01T17:53:11.371Z[ host-package] Compiling indoc v1.0.9
27212024-10-01T17:53:12.552Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27222024-10-01T17:53:13.251Z[ helios-setup] Oct 01 17:53:11.502 INFO E| Compiling idna v0.3.0
27232024-10-01T17:53:13.438Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27242024-10-01T17:53:14.231Z[ helios-setup] Oct 01 17:53:12.482 INFO E| Compiling time-macros v0.2.18
27252024-10-01T17:53:17.050Z[ helios-setup] Oct 01 17:53:15.300 INFO E| Compiling deranged v0.3.11
27262024-10-01T17:53:17.501Z[ helios-setup] Oct 01 17:53:15.751 INFO E| Compiling tracing v0.1.37
27272024-10-01T17:53:17.574Z[ helios-setup] Oct 01 17:53:15.825 INFO E| Compiling pest v2.5.7
27282024-10-01T17:53:20.149Z[ host-package] Compiling derive_builder v0.20.0
27292024-10-01T17:53:20.467Z[ helios-setup] Oct 01 17:53:18.717 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
27302024-10-01T17:53:21.192Z[ helios-setup] Oct 01 17:53:19.441 INFO E| Compiling time v0.1.45
27312024-10-01T17:53:21.775Z[ helios-setup] Oct 01 17:53:20.024 INFO E| Compiling crossbeam-epoch v0.9.13
27322024-10-01T17:53:22.787Z[ helios-setup] Oct 01 17:53:21.036 INFO E| Compiling num_threads v0.1.6
27332024-10-01T17:53:23.037Z[ helios-setup] Oct 01 17:53:21.286 INFO E| Compiling iana-time-zone v0.1.56
27342024-10-01T17:53:23.081Z[ helios-setup] Oct 01 17:53:21.330 INFO E| Compiling semver v1.0.17
27352024-10-01T17:53:23.638Z[ helios-setup] Oct 01 17:53:21.886 INFO E| Compiling time v0.3.36
27362024-10-01T17:53:24.491Z[ helios-setup] Oct 01 17:53:22.738 INFO E| Compiling toml v0.5.11
27372024-10-01T17:53:24.627Z[ helios-setup] Oct 01 17:53:22.875 INFO E| Compiling smallvec v1.10.0
27382024-10-01T17:53:25.671Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27392024-10-01T17:53:27.445Z[ helios-setup] Oct 01 17:53:25.676 INFO E| Compiling parking_lot v0.12.1
27402024-10-01T17:53:27.591Z[ helios-setup] Oct 01 17:53:25.835 INFO E| Compiling serde_tokenstream v0.2.0
27412024-10-01T17:53:30.265Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27422024-10-01T17:53:30.369Z[ host-package] Compiling crossterm v0.28.1
27432024-10-01T17:53:31.474Z[ helios-setup] Oct 01 17:53:29.722 INFO E| Compiling semver-parser v0.10.2
27442024-10-01T17:53:31.540Z[ host-package] Compiling oso-derive v0.27.3
27452024-10-01T17:53:31.894Z[ helios-setup] Oct 01 17:53:30.142 INFO E| Compiling url v2.3.1
27462024-10-01T17:53:33.979Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27472024-10-01T17:53:34.675Z[ helios-setup] Oct 01 17:53:32.922 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27482024-10-01T17:53:37.067Z[ helios-setup] Oct 01 17:53:35.314 INFO E| Compiling crossbeam-channel v0.5.6
27492024-10-01T17:53:37.405Z[ helios-setup] Oct 01 17:53:35.651 INFO E| Compiling dirs-sys-next v0.1.2
27502024-10-01T17:53:37.826Z[ host-package] Compiling dropshot_endpoint v0.10.1
27512024-10-01T17:53:40.835Z[ helios-setup] Oct 01 17:53:39.081 INFO E| Compiling same-file v1.0.6
27522024-10-01T17:53:41.013Z[ helios-setup] Oct 01 17:53:39.259 INFO E| Compiling try-lock v0.2.4
27532024-10-01T17:53:41.016Z[ helios-setup] Oct 01 17:53:39.260 INFO E| Compiling crc32fast v1.3.2
27542024-10-01T17:53:41.484Z[ helios-setup] Oct 01 17:53:39.730 INFO E| Compiling want v0.3.0
27552024-10-01T17:53:41.888Z[ helios-setup] Oct 01 17:53:40.134 INFO E| Compiling walkdir v2.3.3
27562024-10-01T17:53:44.783Z[ helios-setup] Oct 01 17:53:43.028 INFO E| Compiling dirs-next v2.0.0
27572024-10-01T17:53:44.969Z[ helios-setup] Oct 01 17:53:43.213 INFO E| Compiling semver v0.11.0
27582024-10-01T17:53:46.156Z[ helios-setup] Oct 01 17:53:44.398 INFO E| Compiling proc-macro-crate v1.2.1
27592024-10-01T17:53:46.273Z[ host-package] Compiling libz-sys v1.1.16
27602024-10-01T17:53:47.584Z[ host-package] Compiling quick-xml v0.33.0
27612024-10-01T17:53:47.652Z[ helios-setup] Oct 01 17:53:45.891 INFO E| Compiling tokio-util v0.7.7
27622024-10-01T17:53:47.677Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
27632024-10-01T17:53:47.804Z[ host-package] Compiling cfg_aliases v0.1.1
27642024-10-01T17:53:47.950Z[ helios-setup] Oct 01 17:53:46.189 INFO E| Compiling futures-executor v0.3.28
27652024-10-01T17:53:48.348Z[ host-package] Compiling parking_lot_core v0.8.6
27662024-10-01T17:53:48.488Z[ host-package] Compiling nix v0.28.0
27672024-10-01T17:53:50.176Z[ helios-setup] Oct 01 17:53:48.419 INFO E| Compiling h2 v0.3.16
27682024-10-01T17:53:50.693Z[ helios-setup] Oct 01 17:53:48.937 INFO E| Compiling http-body v0.4.5
27692024-10-01T17:53:50.858Z[ host-package] Compiling oso v0.27.3
27702024-10-01T17:53:51.753Z[ helios-setup] Oct 01 17:53:49.997 INFO E| Compiling ring v0.16.20
27712024-10-01T17:53:51.891Z[ helios-setup] Oct 01 17:53:50.135 INFO E| Compiling rand_core v0.6.4
27722024-10-01T17:53:52.010Z[ helios-setup] Oct 01 17:53:50.254 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27732024-10-01T17:53:53.038Z[ helios-setup] Oct 01 17:53:51.281 INFO E| Compiling thread_local v1.1.7
27742024-10-01T17:53:53.896Z[ helios-setup] Oct 01 17:53:52.138 INFO E| Compiling home v0.5.4
27752024-10-01T17:53:54.632Z[ helios-setup] Oct 01 17:53:52.875 INFO E| Compiling utf8parse v0.2.1
27762024-10-01T17:53:54.869Z[ helios-setup] Oct 01 17:53:53.112 INFO E| Compiling rayon-core v1.10.2
27772024-10-01T17:53:55.190Z[ helios-setup] Oct 01 17:53:53.433 INFO E| Compiling ppv-lite86 v0.2.17
27782024-10-01T17:53:55.722Z[ helios-setup] Oct 01 17:53:53.965 INFO E| Compiling lazy_static v1.4.0
27792024-10-01T17:53:56.171Z[ helios-setup] Oct 01 17:53:54.414 INFO E| Compiling tower-service v0.3.2
27802024-10-01T17:53:56.696Z[ helios-setup] Oct 01 17:53:54.939 INFO E| Compiling adler v1.0.2
27812024-10-01T17:53:56.852Z[ helios-setup] Oct 01 17:53:55.095 INFO E| Compiling base64 v0.21.0
27822024-10-01T17:53:56.862Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27832024-10-01T17:53:57.192Z[ helios-setup] Oct 01 17:53:55.435 INFO E| Compiling fastrand v1.9.0
27842024-10-01T17:53:57.369Z[ helios-setup] Oct 01 17:53:55.612 INFO E| Compiling httpdate v1.0.2
27852024-10-01T17:53:59.294Z[ helios-setup] Oct 01 17:53:57.537 INFO E| Compiling tempfile v3.5.0
27862024-10-01T17:54:00.451Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27872024-10-01T17:54:00.622Z[ helios-setup] Oct 01 17:53:58.865 INFO E| Compiling miniz_oxide v0.6.2
27882024-10-01T17:54:00.914Z[ helios-setup] Oct 01 17:53:59.157 INFO E| Compiling rand_chacha v0.3.1
27892024-10-01T17:54:01.970Z[ helios-setup] Oct 01 17:54:00.213 INFO E| Compiling hyper v0.14.25
27902024-10-01T17:54:04.423Z[ helios-setup] Oct 01 17:54:02.665 INFO E| Compiling toolchain_find v0.2.0
27912024-10-01T17:54:04.858Z[ helios-setup] Oct 01 17:54:03.100 INFO E| Compiling anstyle-parse v0.1.1
27922024-10-01T17:54:10.990Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27932024-10-01T17:54:11.921Z[ host-package] Compiling bb8 v0.8.5
27942024-10-01T17:54:13.922Z[ host-package] Compiling const_format_proc_macros v0.2.33
27952024-10-01T17:54:17.987Z[ host-package] Compiling vte_generate_state_changes v0.1.1
27962024-10-01T17:54:19.964Z[ host-package] Compiling vte v0.11.1
27972024-10-01T17:54:21.235Z[ helios-setup] Oct 01 17:54:19.473 INFO E| Compiling futures v0.3.28
27982024-10-01T17:54:21.561Z[ helios-setup] Oct 01 17:54:19.800 INFO E| Compiling num_enum_derive v0.5.7
27992024-10-01T17:54:21.656Z[ helios-setup] Oct 01 17:54:19.895 INFO E| Compiling cargo-lock v8.0.3
28002024-10-01T17:54:23.053Z[ host-package] Compiling const_format v0.2.33
28012024-10-01T17:54:25.393Z[ helios-setup] Oct 01 17:54:23.631 INFO E| Compiling crossbeam-deque v0.8.2
28022024-10-01T17:54:25.509Z[ helios-setup] Oct 01 17:54:23.748 INFO E| Compiling term v0.7.0
28032024-10-01T17:54:25.722Z[ host-package] Compiling async-bb8-diesel v0.2.1
28042024-10-01T17:54:26.478Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
28052024-10-01T17:54:27.956Z[ helios-setup] Oct 01 17:54:26.193 INFO E| Compiling serde_urlencoded v0.7.1
28062024-10-01T17:54:28.912Z[ helios-setup] Oct 01 17:54:27.149 INFO E| Compiling sha2 v0.10.6
28072024-10-01T17:54:29.028Z[ helios-setup] Oct 01 17:54:27.265 INFO E| Compiling sha1 v0.10.5
28082024-10-01T17:54:29.926Z[ helios-setup] Oct 01 17:54:28.163 INFO E| Compiling is-terminal v0.4.7
28092024-10-01T17:54:30.589Z[ helios-setup] Oct 01 17:54:28.826 INFO E| Compiling atty v0.2.14
28102024-10-01T17:54:30.872Z[ host-package] Compiling fd-lock v4.0.2
28112024-10-01T17:54:30.891Z[ helios-setup] Oct 01 17:54:29.128 INFO E| Compiling concolor-override v1.0.0
28122024-10-01T17:54:31.070Z[ helios-setup] Oct 01 17:54:29.307 INFO E| Compiling anstyle v0.3.5
28132024-10-01T17:54:31.430Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28142024-10-01T17:54:31.642Z[ helios-setup] Oct 01 17:54:29.879 INFO E| Compiling concolor-query v0.3.3
28152024-10-01T17:54:32.909Z[ helios-setup] Oct 01 17:54:31.146 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
28162024-10-01T17:54:32.974Z[ host-package] Compiling atty v0.2.14
28172024-10-01T17:54:33.257Z[ host-package] Compiling salty v0.3.0
28182024-10-01T17:54:34.166Z[ host-package] Compiling bytecount v0.6.8
28192024-10-01T17:54:34.270Z[ helios-setup] Oct 01 17:54:32.507 INFO E| Compiling anstream v0.2.6
28202024-10-01T17:54:34.964Z[ host-package] Compiling papergrid v0.11.0
28212024-10-01T17:54:36.036Z[ helios-setup] Oct 01 17:54:34.273 INFO E| Compiling slog-term v2.9.0
28222024-10-01T17:54:36.886Z[ helios-setup] Oct 01 17:54:35.123 INFO E| Compiling flate2 v1.0.25
28232024-10-01T17:54:37.259Z[ helios-setup] Oct 01 17:54:35.495 INFO E| Compiling num_enum v0.5.7
28242024-10-01T17:54:37.806Z[ helios-setup] Oct 01 17:54:36.042 INFO E| Compiling rustfmt-wrapper v0.2.0
28252024-10-01T17:54:39.086Z[ helios-setup] Oct 01 17:54:37.322 INFO E| Compiling rand v0.8.5
28262024-10-01T17:54:39.690Z[ helios-setup] Oct 01 17:54:37.926 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28272024-10-01T17:54:39.947Z[ helios-setup] Oct 01 17:54:38.183 INFO E| Compiling openapiv3 v1.0.2
28282024-10-01T17:54:42.164Z[ helios-setup] Oct 01 17:54:40.399 INFO E| Compiling encoding_rs v0.8.32
28292024-10-01T17:54:43.432Z[ helios-setup] Oct 01 17:54:41.667 INFO E| Compiling project-root v0.2.2
28302024-10-01T17:54:44.131Z[ helios-setup] Oct 01 17:54:42.366 INFO E| Compiling either v1.8.0
28312024-10-01T17:54:44.797Z[ helios-setup] Oct 01 17:54:43.031 INFO E| Compiling spin v0.5.2
28322024-10-01T17:54:45.445Z[ helios-setup] Oct 01 17:54:43.679 INFO E| Compiling utf-8 v0.7.6
28332024-10-01T17:54:46.061Z[ helios-setup] Oct 01 17:54:44.294 INFO E| Compiling ipnet v2.7.2
28342024-10-01T17:54:46.286Z[ helios-setup] Oct 01 17:54:44.520 INFO E| Compiling untrusted v0.7.1
28352024-10-01T17:54:46.895Z[ helios-setup] Oct 01 17:54:45.129 INFO E| Compiling strsim v0.10.0
28362024-10-01T17:54:48.966Z[ helios-setup] Oct 01 17:54:47.199 INFO E| Compiling unsafe-libyaml v0.2.8
28372024-10-01T17:54:50.731Z[ helios-setup] Oct 01 17:54:48.961 INFO E| Compiling clap_lex v0.4.1
28382024-10-01T17:54:51.076Z[ helios-setup] Oct 01 17:54:49.308 INFO E| Compiling byteorder v1.4.3
28392024-10-01T17:54:52.206Z[ helios-setup] Oct 01 17:54:50.438 INFO E| Compiling base64 v0.13.1
28402024-10-01T17:54:52.224Z[ helios-setup] Oct 01 17:54:50.456 INFO E| Compiling mime v0.3.17
28412024-10-01T17:54:52.431Z[ helios-setup] Oct 01 17:54:50.661 INFO E| Compiling serde_yaml v0.9.21
28422024-10-01T17:54:52.941Z[ helios-setup] Oct 01 17:54:51.174 INFO E| Compiling tungstenite v0.18.0
28432024-10-01T17:54:53.444Z[ helios-setup] Oct 01 17:54:51.678 INFO E| Compiling reqwest v0.11.16
28442024-10-01T17:54:54.646Z[ helios-setup] Oct 01 17:54:52.879 INFO E| Compiling clap_builder v4.2.1
28452024-10-01T17:54:54.721Z[ helios-setup] Oct 01 17:54:52.954 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28462024-10-01T17:54:59.530Z[ host-package] Compiling parking_lot v0.11.2
28472024-10-01T17:54:59.724Z[ helios-setup] Oct 01 17:54:57.956 INFO E| Compiling rayon v1.6.1
28482024-10-01T17:55:03.373Z[ helios-setup] Oct 01 17:55:01.604 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
28492024-10-01T17:55:03.491Z[ helios-setup] Oct 01 17:55:01.722 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
28502024-10-01T17:55:06.064Z[ helios-setup] Oct 01 17:55:04.296 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
28512024-10-01T17:55:07.371Z[ helios-setup] Oct 01 17:55:05.602 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
28522024-10-01T17:55:08.049Z[ helios-setup] Oct 01 17:55:06.280 INFO E| Compiling clap_derive v4.2.0
28532024-10-01T17:55:10.740Z[ helios-setup] Oct 01 17:55:08.971 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
28542024-10-01T17:55:15.376Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28552024-10-01T17:55:17.323Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
28562024-10-01T17:55:17.687Z[ helios-setup] Oct 01 17:55:15.916 INFO E| Compiling clap v4.2.1
28572024-10-01T17:55:19.369Z[ helios-setup] Oct 01 17:55:17.598 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28582024-10-01T17:55:22.809Z[ host-package] Compiling tabled_derive v0.7.0
28592024-10-01T17:55:26.243Z[ host-package] Compiling crossterm v0.27.0
28602024-10-01T17:55:27.848Z[ host-package] Compiling peg-macros v0.8.4
28612024-10-01T17:55:34.978Z[ host-package] Compiling sqlparser_derive v0.2.2
28622024-10-01T17:55:35.928Z[ helios-setup] Oct 01 17:55:34.154 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28632024-10-01T17:55:36.700Z[ host-package] Compiling nu-ansi-term v0.50.0
28642024-10-01T17:55:36.913Z[ host-package] Compiling unicode_categories v0.1.1
28652024-10-01T17:55:37.245Z[ host-package] Compiling sqlparser v0.45.0
28662024-10-01T17:55:37.913Z[ host-package] Compiling sqlformat v0.2.6
28672024-10-01T17:55:39.091Z[ host-package] Compiling reedline v0.33.0
28682024-10-01T17:55:39.152Z[ host-package] Compiling rustyline v14.0.0
28692024-10-01T17:55:39.441Z[ helios-setup] Oct 01 17:55:37.667 INFO E| Compiling tokio-tungstenite v0.18.0
28702024-10-01T17:55:40.131Z[ host-package] Compiling peg v0.8.4
28712024-10-01T17:55:40.576Z[ host-package] Compiling tabled v0.15.0
28722024-10-01T17:55:40.718Z[ helios-setup] Oct 01 17:55:38.943 INFO E| Compiling smartstring v1.0.1
28732024-10-01T17:55:41.708Z[ helios-setup] Oct 01 17:55:39.807 INFO E| Compiling rustls v0.21.0
28742024-10-01T17:55:43.399Z[ helios-setup] Oct 01 17:55:41.624 INFO E| Compiling toml_datetime v0.6.1
28752024-10-01T17:55:45.179Z[ helios-setup] Oct 01 17:55:43.403 INFO E| Compiling serde_spanned v0.6.1
28762024-10-01T17:55:45.905Z[ helios-setup] Oct 01 17:55:44.129 INFO E| Compiling paste v1.0.12
28772024-10-01T17:55:46.871Z[ helios-setup] Oct 01 17:55:45.094 INFO E| Compiling match_cfg v0.1.0
28782024-10-01T17:55:47.295Z[ helios-setup] Oct 01 17:55:45.518 INFO E| Compiling async-trait v0.1.68
28792024-10-01T17:55:47.427Z[ helios-setup] Oct 01 17:55:45.651 INFO E| Compiling winnow v0.4.1
28802024-10-01T17:55:48.688Z[ helios-setup] Oct 01 17:55:46.912 INFO E| Compiling camino v1.1.4
28812024-10-01T17:55:50.033Z[ helios-setup] Oct 01 17:55:48.256 INFO E| Compiling slog-async v2.7.0
28822024-10-01T17:55:51.411Z[ helios-setup] Oct 01 17:55:49.635 INFO E| Compiling static_assertions v1.1.0
28832024-10-01T17:55:53.678Z[ helios-setup] Oct 01 17:55:51.901 INFO E| Compiling hostname v0.3.1
28842024-10-01T17:55:53.778Z[ helios-setup] Oct 01 17:55:52.001 INFO E| Compiling toml_edit v0.19.8
28852024-10-01T17:55:54.088Z[ helios-setup] Oct 01 17:55:52.311 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
28862024-10-01T17:55:54.934Z[ helios-setup] Oct 01 17:55:53.153 INFO E| Compiling slog-json v2.6.1
28872024-10-01T17:55:56.001Z[ helios-setup] Oct 01 17:55:54.223 INFO E| Compiling unicode-linebreak v0.1.4
28882024-10-01T17:55:57.235Z[ helios-setup] Oct 01 17:55:55.457 INFO E| Compiling async-stream-impl v0.3.5
28892024-10-01T17:56:00.213Z[ helios-setup] Oct 01 17:55:58.435 INFO E| Compiling rhai_codegen v1.5.0
28902024-10-01T17:56:00.712Z[ host-package] Compiling sled v0.34.7
28912024-10-01T17:56:01.061Z[ host-package] Compiling mime_guess v2.0.4
28922024-10-01T17:56:01.343Z[ helios-setup] Oct 01 17:55:59.564 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28932024-10-01T17:56:02.416Z[ helios-setup] Oct 01 17:56:00.637 INFO E| Compiling take_mut v0.2.2
28942024-10-01T17:56:04.501Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28952024-10-01T17:56:05.301Z[ helios-setup] Oct 01 17:56:03.522 INFO E| Compiling rhai v1.14.0
28962024-10-01T17:56:07.740Z[ host-package] Compiling hickory-client v0.24.1
28972024-10-01T17:56:08.297Z[ helios-setup] Oct 01 17:56:06.517 INFO E| Compiling toml v0.7.3
28982024-10-01T17:56:08.524Z[ helios-setup] Oct 01 17:56:06.744 INFO E| Compiling async-stream v0.3.5
28992024-10-01T17:56:08.684Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
29002024-10-01T17:56:08.720Z[ helios-setup] Oct 01 17:56:06.940 INFO E| Compiling slog-bunyan v2.4.0
29012024-10-01T17:56:11.968Z[ helios-setup] Oct 01 17:56:10.185 INFO E| Compiling rustls-pemfile v1.0.2
29022024-10-01T17:56:12.170Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29032024-10-01T17:56:13.351Z[ helios-setup] Oct 01 17:56:11.566 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29042024-10-01T17:56:14.821Z[ helios-setup] Oct 01 17:56:13.040 INFO E| Compiling bincode v1.3.3
29052024-10-01T17:56:14.876Z[ helios-setup] Oct 01 17:56:13.095 INFO E| Compiling serde_path_to_error v0.1.11
29062024-10-01T17:56:16.611Z[ helios-setup] Oct 01 17:56:14.827 INFO E| Compiling terminal_size v0.2.6
29072024-10-01T17:56:17.051Z[ helios-setup] Oct 01 17:56:15.269 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
29082024-10-01T17:56:17.113Z[ helios-setup] Oct 01 17:56:15.330 INFO E| Compiling smawk v0.3.1
29092024-10-01T17:56:17.278Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29102024-10-01T17:56:17.667Z[ helios-setup] Oct 01 17:56:15.885 INFO E| Compiling textwrap v0.16.0
29112024-10-01T17:56:20.700Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
29122024-10-01T17:56:22.276Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29132024-10-01T17:56:24.226Z[ host-package] Compiling hickory-server v0.24.1
29142024-10-01T17:56:24.343Z[ host-package] Compiling primeorder v0.13.6
29152024-10-01T17:56:25.065Z[ helios-setup] Oct 01 17:56:23.267 INFO E| Compiling rustls-webpki v0.100.1
29162024-10-01T17:56:25.249Z[ helios-setup] Oct 01 17:56:23.464 INFO E| Compiling sct v0.7.0
29172024-10-01T17:56:26.597Z[ host-package] Compiling bcs v0.1.6
29182024-10-01T17:56:28.064Z[ host-package] Compiling vergen v8.3.2
29192024-10-01T17:56:32.262Z[ host-package] Compiling env_filter v0.1.2
29202024-10-01T17:56:32.262Z[ host-package] Compiling cargo-platform v0.1.8
29212024-10-01T17:56:32.641Z[ host-package] Compiling nanorand v0.7.0
29222024-10-01T17:56:34.367Z[ host-package] Compiling memoffset v0.9.1
29232024-10-01T17:56:35.099Z[ host-package] Compiling flume v0.11.0
29242024-10-01T17:56:35.312Z[ host-package] Compiling cargo_metadata v0.18.1
29252024-10-01T17:56:35.441Z[ helios-setup] Oct 01 17:56:33.656 INFO E| Compiling git2 v0.16.1
29262024-10-01T17:56:35.536Z[ helios-setup] Oct 01 17:56:33.752 INFO E| Compiling tokio-rustls v0.24.0
29272024-10-01T17:56:36.480Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29282024-10-01T17:56:36.852Z[ host-package] Compiling env_logger v0.11.5
29292024-10-01T17:56:39.220Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29302024-10-01T17:56:41.481Z[ host-package] Compiling p384 v0.13.0
29312024-10-01T17:56:47.546Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29322024-10-01T17:56:48.286Z[ helios-setup] Oct 01 17:56:46.500 INFO E| Compiling built v0.6.0
29332024-10-01T17:56:50.549Z[ helios-setup] Oct 01 17:56:48.762 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29342024-10-01T17:56:52.521Z[ helios-setup] Oct 01 17:56:50.732 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
29352024-10-01T17:56:52.596Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29362024-10-01T17:56:53.463Z[ helios-setup] Oct 01 17:56:51.675 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
29372024-10-01T17:57:07.109Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29382024-10-01T17:57:09.235Z[ host-package] Compiling git2 v0.19.0
29392024-10-01T17:57:11.978Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29402024-10-01T17:57:14.702Z[ host-package] Compiling libsqlite3-sys v0.30.1
29412024-10-01T17:57:15.405Z[ host-package] Compiling lzma-sys v0.1.20
29422024-10-01T17:57:15.923Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29432024-10-01T17:57:16.359Z[ host-package] Compiling cfg_aliases v0.2.1
29442024-10-01T17:57:16.388Z[ host-package] Compiling rustls v0.21.12
29452024-10-01T17:57:16.532Z[ host-package] Compiling nix v0.29.0
29462024-10-01T17:57:18.920Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29472024-10-01T17:57:19.752Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29482024-10-01T17:57:21.434Z[ helios-setup] Oct 01 17:57:19.641 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
29492024-10-01T17:57:21.604Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29502024-10-01T17:57:22.717Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29512024-10-01T17:57:23.160Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29522024-10-01T17:57:23.926Z[ helios-setup] Oct 01 17:57:22.133 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
29532024-10-01T17:57:26.024Z[ host-package] Compiling rustls-webpki v0.101.7
29542024-10-01T17:57:29.232Z[ host-package] Compiling sct v0.7.1
29552024-10-01T17:57:30.268Z[ host-package] Compiling heck v0.3.3
29562024-10-01T17:57:31.290Z[ host-package] Compiling castaway v0.2.3
29572024-10-01T17:57:31.943Z[ host-package] Compiling rand_seeder v0.3.0
29582024-10-01T17:57:32.879Z[ host-package] Compiling csv-core v0.1.11
29592024-10-01T17:57:33.178Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29602024-10-01T17:57:34.151Z[ host-package] Compiling http-range v0.1.5
29612024-10-01T17:57:34.696Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29622024-10-01T17:57:35.621Z[ host-package] Compiling hyper-staticfile v0.10.1
29632024-10-01T17:57:38.437Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29642024-10-01T17:57:38.907Z[ host-package] Compiling csv v1.3.0
29652024-10-01T17:57:40.285Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29662024-10-01T17:57:40.922Z[ host-package] Compiling compact_str v0.8.0
29672024-10-01T17:57:42.346Z[ host-package] Compiling zone_cfg_derive v0.1.2
29682024-10-01T17:57:46.521Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29692024-10-01T17:57:46.665Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29702024-10-01T17:57:49.575Z[ host-package] Compiling nix v0.27.1
29712024-10-01T17:57:56.330Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29722024-10-01T17:58:02.173Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29732024-10-01T17:58:03.087Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29742024-10-01T17:58:06.755Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29752024-10-01T17:58:07.667Z[ helios-setup] Oct 01 17:58:05.866 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
29762024-10-01T17:58:09.092Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29772024-10-01T17:58:09.675Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29782024-10-01T17:58:10.176Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29792024-10-01T17:58:10.629Z[ host-package] Compiling unicode-truncate v1.0.0
29802024-10-01T17:58:10.982Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29812024-10-01T17:58:11.457Z[ host-package] Compiling hashlink v0.9.1
29822024-10-01T17:58:12.063Z[ host-package] Compiling lru v0.12.3
29832024-10-01T17:58:12.394Z[ host-package] Compiling instability v0.3.2
29842024-10-01T17:58:12.482Z[ host-package] Compiling base64 v0.13.1
29852024-10-01T17:58:13.410Z[ host-package] Compiling cassowary v0.3.0
29862024-10-01T17:58:13.568Z[ host-package] Compiling fallible-iterator v0.3.0
29872024-10-01T17:58:14.452Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29882024-10-01T17:58:14.779Z[ host-package] Compiling rusqlite v0.32.1
29892024-10-01T17:58:14.830Z[ host-package] Compiling ratatui v0.28.0
29902024-10-01T17:58:17.456Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29912024-10-01T17:58:21.152Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29922024-10-01T17:58:21.730Z[ host-package] Compiling ron v0.7.1
29932024-10-01T17:58:23.179Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29942024-10-01T17:58:24.391Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29952024-10-01T17:58:28.325Z[ host-package] Compiling xz2 v0.1.7
29962024-10-01T17:58:29.476Z[ host-package] Compiling tokio-rustls v0.24.1
29972024-10-01T17:58:30.462Z[ host-package] Compiling zone v0.1.8
29982024-10-01T17:58:35.973Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29992024-10-01T17:58:54.727Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30002024-10-01T17:58:55.103Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30012024-10-01T17:58:57.668Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30022024-10-01T17:59:03.887Z[ host-package] Compiling rustls-pemfile v1.0.4
30032024-10-01T17:59:05.449Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30042024-10-01T17:59:05.946Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30052024-10-01T17:59:08.208Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30062024-10-01T17:59:08.558Z[ host-package] Compiling signal-hook-tokio v0.3.1
30072024-10-01T17:59:08.926Z[ host-package] Compiling twox-hash v1.6.3
30082024-10-01T17:59:08.973Z[ host-package] Compiling yasna v0.5.2
30092024-10-01T17:59:10.276Z[ host-package] Compiling smawk v0.3.2
30102024-10-01T17:59:10.567Z[ host-package] Compiling unicode-linebreak v0.1.5
30112024-10-01T17:59:11.200Z[ host-package] Compiling is_ci v1.2.0
30122024-10-01T17:59:11.647Z[ host-package] Compiling supports-color v3.0.1
30132024-10-01T17:59:12.117Z[ host-package] Compiling textwrap v0.16.1
30142024-10-01T17:59:12.144Z[ host-package] Compiling rcgen v0.12.1
30152024-10-01T17:59:12.577Z[ helios-setup] Oct 01 17:59:10.765 INFO E| Finished `release` profile [optimized] target(s) in 6m 53s
30162024-10-01T17:59:12.704Z[ helios-setup] Oct 01 17:59:10.892 INFO building project "pilot" ok (413 seconds)
30172024-10-01T17:59:12.707Z[ helios-setup] Oct 01 17:59:10.892 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
30182024-10-01T17:59:12.707Z[ helios-setup] Oct 01 17:59:10.892 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
30192024-10-01T17:59:12.714Z[ helios-setup] Oct 01 17:59:10.902 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
30202024-10-01T17:59:12.910Z[ helios-setup] Oct 01 17:59:11.096 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
30212024-10-01T17:59:12.910Z[ helios-setup] Oct 01 17:59:11.096 INFO E| info: downloading component 'cargo'
30222024-10-01T17:59:13.894Z[ helios-setup] Oct 01 17:59:12.082 INFO E| info: downloading component 'clippy'
30232024-10-01T17:59:14.105Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30242024-10-01T17:59:14.152Z[ helios-setup] Oct 01 17:59:12.340 INFO E| info: downloading component 'rust-docs'
30252024-10-01T17:59:15.210Z[ helios-setup] Oct 01 17:59:13.397 INFO E| info: downloading component 'rust-src'
30262024-10-01T17:59:15.396Z[ helios-setup] Oct 01 17:59:13.584 INFO E| info: downloading component 'rust-std'
30272024-10-01T17:59:16.034Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30282024-10-01T17:59:17.351Z[ helios-setup] Oct 01 17:59:15.538 INFO E| info: downloading component 'rustc'
30292024-10-01T17:59:22.008Z[ helios-setup] Oct 01 17:59:20.194 INFO E| info: downloading component 'rustfmt'
30302024-10-01T17:59:22.353Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
30312024-10-01T17:59:23.015Z[ helios-setup] Oct 01 17:59:21.201 INFO E| info: installing component 'cargo'
30322024-10-01T17:59:24.457Z[ helios-setup] Oct 01 17:59:22.643 INFO E| info: installing component 'clippy'
30332024-10-01T17:59:24.822Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30342024-10-01T17:59:24.919Z[ helios-setup] Oct 01 17:59:23.105 INFO E| info: installing component 'rust-docs'
30352024-10-01T17:59:31.575Z[ helios-setup] Oct 01 17:59:29.759 INFO E| info: installing component 'rust-src'
30362024-10-01T17:59:32.345Z[ helios-setup] Oct 01 17:59:30.530 INFO E| info: installing component 'rust-std'
30372024-10-01T17:59:32.548Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30382024-10-01T17:59:35.281Z[ helios-setup] Oct 01 17:59:33.465 INFO E| info: installing component 'rustc'
30392024-10-01T17:59:38.531Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30402024-10-01T17:59:39.083Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30412024-10-01T17:59:39.988Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30422024-10-01T17:59:41.604Z[ helios-setup] Oct 01 17:59:39.787 INFO E| info: installing component 'rustfmt'
30432024-10-01T17:59:42.501Z[ helios-setup] Oct 01 17:59:40.684 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
30442024-10-01T17:59:43.526Z[ helios-setup] Oct 01 17:59:41.708 INFO E| From https://github.com/oxidecomputer/amd-apcb
30452024-10-01T17:59:43.526Z[ helios-setup] Oct 01 17:59:41.708 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
30462024-10-01T17:59:43.528Z[ helios-setup] Oct 01 17:59:41.708 INFO E| * [new tag] v0.3.3 -> v0.3.3
30472024-10-01T17:59:43.560Z[ helios-setup] Oct 01 17:59:41.742 INFO E| * [new tag] v0.1.3 -> v0.1.3
30482024-10-01T17:59:43.560Z[ helios-setup] Oct 01 17:59:41.742 INFO E| * [new tag] v0.1.4 -> v0.1.4
30492024-10-01T17:59:43.560Z[ helios-setup] Oct 01 17:59:41.743 INFO E| * [new tag] v0.1.5 -> v0.1.5
30502024-10-01T17:59:43.562Z[ helios-setup] Oct 01 17:59:41.743 INFO E| * [new tag] v0.2.0 -> v0.2.0
30512024-10-01T17:59:43.562Z[ helios-setup] Oct 01 17:59:41.743 INFO E| * [new tag] v0.3.0 -> v0.3.0
30522024-10-01T17:59:43.562Z[ helios-setup] Oct 01 17:59:41.743 INFO E| * [new tag] v0.3.1 -> v0.3.1
30532024-10-01T17:59:43.562Z[ helios-setup] Oct 01 17:59:41.743 INFO E| * [new tag] v0.3.2 -> v0.3.2
30542024-10-01T17:59:43.605Z[ helios-setup] Oct 01 17:59:41.788 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
30552024-10-01T17:59:44.460Z[ helios-setup] Oct 01 17:59:42.642 INFO E| From https://github.com/oxidecomputer/amd-efs
30562024-10-01T17:59:44.460Z[ helios-setup] Oct 01 17:59:42.642 INFO E| * [new branch] empty -> origin/empty
30572024-10-01T17:59:44.462Z[ helios-setup] Oct 01 17:59:42.642 INFO E| * [new branch] issue-99 -> origin/issue-99
30582024-10-01T17:59:44.462Z[ helios-setup] Oct 01 17:59:42.643 INFO E| * [new branch] main -> origin/main
30592024-10-01T17:59:44.462Z[ helios-setup] Oct 01 17:59:42.643 INFO E| * [new branch] review -> origin/review
30602024-10-01T17:59:44.462Z[ helios-setup] Oct 01 17:59:42.643 INFO E| * [new ref] -> origin/HEAD
30612024-10-01T17:59:44.462Z[ helios-setup] Oct 01 17:59:42.643 INFO E| * [new tag] v0.2.0 -> v0.2.0
30622024-10-01T17:59:44.462Z[ helios-setup] Oct 01 17:59:42.643 INFO E| * [new tag] v0.2.1 -> v0.2.1
30632024-10-01T17:59:44.462Z[ helios-setup] Oct 01 17:59:42.643 INFO E| * [new tag] v0.2.2 -> v0.2.2
30642024-10-01T17:59:44.462Z[ helios-setup] Oct 01 17:59:42.644 INFO E| * [new tag] v0.2.3 -> v0.2.3
30652024-10-01T17:59:44.462Z[ helios-setup] Oct 01 17:59:42.644 INFO E| * [new tag] v0.2.4 -> v0.2.4
30662024-10-01T17:59:44.462Z[ helios-setup] Oct 01 17:59:42.644 INFO E| * [new tag] v0.2.5 -> v0.2.5
30672024-10-01T17:59:44.462Z[ helios-setup] Oct 01 17:59:42.644 INFO E| * [new tag] v0.2.6 -> v0.2.6
30682024-10-01T17:59:44.462Z[ helios-setup] Oct 01 17:59:42.644 INFO E| * [new tag] v0.2.7 -> v0.2.7
30692024-10-01T17:59:44.462Z[ helios-setup] Oct 01 17:59:42.644 INFO E| * [new tag] v0.3.0 -> v0.3.0
30702024-10-01T17:59:44.462Z[ helios-setup] Oct 01 17:59:42.644 INFO E| * [new tag] v0.3.1 -> v0.3.1
30712024-10-01T17:59:44.462Z[ helios-setup] Oct 01 17:59:42.645 INFO E| * [new tag] v0.4.0 -> v0.4.0
30722024-10-01T17:59:44.487Z[ helios-setup] Oct 01 17:59:42.670 INFO E| Updating crates.io index
30732024-10-01T17:59:44.920Z[ helios-setup] Oct 01 17:59:43.102 INFO E| Downloading crates ...
30742024-10-01T17:59:45.030Z[ helios-setup] Oct 01 17:59:43.212 INFO E| Downloaded fletcher v0.1.0
30752024-10-01T17:59:45.032Z[ helios-setup] Oct 01 17:59:43.215 INFO E| Downloaded unic-ucd-version v0.9.0
30762024-10-01T17:59:45.035Z[ helios-setup] Oct 01 17:59:43.216 INFO E| Downloaded unic-char-range v0.9.0
30772024-10-01T17:59:45.037Z[ helios-setup] Oct 01 17:59:43.219 INFO E| Downloaded memoffset v0.5.6
30782024-10-01T17:59:45.040Z[ helios-setup] Oct 01 17:59:43.221 INFO E| Downloaded unic-char-property v0.9.0
30792024-10-01T17:59:45.042Z[ helios-setup] Oct 01 17:59:43.223 INFO E| Downloaded scroll_derive v0.10.5
30802024-10-01T17:59:45.042Z[ helios-setup] Oct 01 17:59:43.225 INFO E| Downloaded parse_int v0.6.0
30812024-10-01T17:59:45.045Z[ helios-setup] Oct 01 17:59:43.226 INFO E| Downloaded cfg-if v0.1.10
30822024-10-01T17:59:45.047Z[ helios-setup] Oct 01 17:59:43.228 INFO E| Downloaded thiserror-impl v1.0.63
30832024-10-01T17:59:45.049Z[ helios-setup] Oct 01 17:59:43.230 INFO E| Downloaded four-cc v0.3.0
30842024-10-01T17:59:45.070Z[ helios-setup] Oct 01 17:59:43.252 INFO E| Downloaded vec_map v0.8.2
30852024-10-01T17:59:45.072Z[ helios-setup] Oct 01 17:59:43.254 INFO E| Downloaded textwrap v0.11.0
30862024-10-01T17:59:45.074Z[ helios-setup] Oct 01 17:59:43.257 INFO E| Downloaded structopt-derive v0.4.18
30872024-10-01T17:59:45.077Z[ helios-setup] Oct 01 17:59:43.259 INFO E| Downloaded thiserror v1.0.63
30882024-10-01T17:59:45.085Z[ helios-setup] Oct 01 17:59:43.268 INFO E| Downloaded unic-ucd-ident v0.9.0
30892024-10-01T17:59:45.088Z[ helios-setup] Oct 01 17:59:43.271 INFO E| Downloaded structopt v0.3.26
30902024-10-01T17:59:45.101Z[ helios-setup] Oct 01 17:59:43.284 INFO E| Downloaded pest_meta v2.7.11
30912024-10-01T17:59:45.104Z[ helios-setup] Oct 01 17:59:43.287 INFO E| Downloaded rustc_version v0.2.3
30922024-10-01T17:59:45.107Z[ helios-setup] Oct 01 17:59:43.288 INFO E| Downloaded pre-proc-macro v0.2.1
30932024-10-01T17:59:45.109Z[ helios-setup] Oct 01 17:59:43.291 INFO E| Downloaded pest_derive v2.7.11
30942024-10-01T17:59:45.113Z[ helios-setup] Oct 01 17:59:43.295 INFO E| Downloaded modular-bitfield v0.11.2
30952024-10-01T17:59:45.131Z[ helios-setup] Oct 01 17:59:43.314 INFO E| Downloaded serde_json v1.0.120
30962024-10-01T17:59:45.143Z[ helios-setup] Oct 01 17:59:43.326 INFO E| Downloaded clap v2.34.0
30972024-10-01T17:59:45.154Z[ helios-setup] Oct 01 17:59:43.336 INFO E| Downloaded syn v2.0.71
30982024-10-01T17:59:45.171Z[ helios-setup] Oct 01 17:59:43.353 INFO E| Downloaded pest v2.7.11
30992024-10-01T17:59:45.179Z[ helios-setup] Oct 01 17:59:43.361 INFO E| Downloaded libc v0.2.155
31002024-10-01T17:59:45.220Z[ helios-setup] Oct 01 17:59:43.402 INFO E| Downloaded goblin v0.4.3
31012024-10-01T17:59:45.228Z[ helios-setup] Oct 01 17:59:43.411 INFO E| Downloaded strum_macros v0.23.1
31022024-10-01T17:59:45.234Z[ helios-setup] Oct 01 17:59:43.414 INFO E| Downloaded scroll v0.10.2
31032024-10-01T17:59:45.237Z[ helios-setup] Oct 01 17:59:43.417 INFO E| Downloaded bytesize v1.3.0
31042024-10-01T17:59:45.237Z[ helios-setup] Oct 01 17:59:43.419 INFO E| Downloaded strsim v0.8.0
31052024-10-01T17:59:45.239Z[ helios-setup] Oct 01 17:59:43.421 INFO E| Downloaded semver-parser v0.7.0
31062024-10-01T17:59:45.242Z[ helios-setup] Oct 01 17:59:43.422 INFO E| Downloaded semver v0.9.0
31072024-10-01T17:59:45.242Z[ helios-setup] Oct 01 17:59:43.424 INFO E| Downloaded proc-macro-crate v0.1.5
31082024-10-01T17:59:45.244Z[ helios-setup] Oct 01 17:59:43.426 INFO E| Downloaded pre v0.2.1
31092024-10-01T17:59:45.246Z[ helios-setup] Oct 01 17:59:43.427 INFO E| Downloaded pest_generator v2.7.11
31102024-10-01T17:59:45.249Z[ helios-setup] Oct 01 17:59:43.429 INFO E| Downloaded num-derive v0.3.3
31112024-10-01T17:59:45.251Z[ helios-setup] Oct 01 17:59:43.432 INFO E| Downloaded modular-bitfield-impl v0.11.2
31122024-10-01T17:59:45.253Z[ helios-setup] Oct 01 17:59:43.434 INFO E| Downloaded ansi_term v0.12.1
31132024-10-01T17:59:45.256Z[ helios-setup] Oct 01 17:59:43.437 INFO E| Downloaded unic-common v0.9.0
31142024-10-01T17:59:45.256Z[ helios-setup] Oct 01 17:59:43.438 INFO E| Downloaded strum v0.23.0
31152024-10-01T17:59:45.369Z[ helios-setup] Oct 01 17:59:43.551 INFO E| Compiling proc-macro2 v1.0.86
31162024-10-01T17:59:45.371Z[ helios-setup] Oct 01 17:59:43.551 INFO E| Compiling unicode-ident v1.0.12
31172024-10-01T17:59:45.371Z[ helios-setup] Oct 01 17:59:43.552 INFO E| Compiling syn v1.0.109
31182024-10-01T17:59:45.371Z[ helios-setup] Oct 01 17:59:43.552 INFO E| Compiling version_check v0.9.4
31192024-10-01T17:59:45.371Z[ helios-setup] Oct 01 17:59:43.552 INFO E| Compiling semver-parser v0.7.0
31202024-10-01T17:59:45.371Z[ helios-setup] Oct 01 17:59:43.552 INFO E| Compiling thiserror v1.0.63
31212024-10-01T17:59:45.371Z[ helios-setup] Oct 01 17:59:43.552 INFO E| Compiling autocfg v1.3.0
31222024-10-01T17:59:45.371Z[ helios-setup] Oct 01 17:59:43.552 INFO E| Compiling serde v1.0.204
31232024-10-01T17:59:46.006Z[ helios-setup] Oct 01 17:59:44.188 INFO E| Compiling semver v0.9.0
31242024-10-01T17:59:46.553Z[ helios-setup] Oct 01 17:59:44.735 INFO E| Compiling rustc_version v0.2.3
31252024-10-01T17:59:47.135Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31262024-10-01T17:59:47.161Z[ helios-setup] Oct 01 17:59:45.343 INFO E| Compiling serde_json v1.0.120
31272024-10-01T17:59:47.175Z[ helios-setup] Oct 01 17:59:45.357 INFO E| Compiling schemars v0.8.21
31282024-10-01T17:59:47.236Z[ helios-setup] Oct 01 17:59:45.418 INFO E| Compiling ryu v1.0.18
31292024-10-01T17:59:47.271Z[ helios-setup] Oct 01 17:59:45.453 INFO E| Compiling proc-macro-error-attr v1.0.4
31302024-10-01T17:59:47.336Z[ helios-setup] Oct 01 17:59:45.517 INFO E| Compiling proc-macro-error v1.0.4
31312024-10-01T17:59:47.549Z[ helios-setup] Oct 01 17:59:45.731 INFO E| Compiling num-traits v0.2.19
31322024-10-01T17:59:47.858Z[ helios-setup] Oct 01 17:59:46.040 INFO E| Compiling unicode-segmentation v1.11.0
31332024-10-01T17:59:47.945Z[ helios-setup] Oct 01 17:59:46.127 INFO E| Compiling itoa v1.0.11
31342024-10-01T17:59:48.139Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31352024-10-01T17:59:48.158Z[ helios-setup] Oct 01 17:59:46.337 INFO E| Compiling memoffset v0.5.6
31362024-10-01T17:59:48.261Z[ helios-setup] Oct 01 17:59:46.443 INFO E| Compiling pre-proc-macro v0.2.1
31372024-10-01T17:59:48.284Z[ helios-setup] Oct 01 17:59:46.466 INFO E| Compiling memchr v2.7.4
31382024-10-01T17:59:48.493Z[ helios-setup] Oct 01 17:59:46.675 INFO E| Compiling dyn-clone v1.0.17
31392024-10-01T17:59:48.859Z[ helios-setup] Oct 01 17:59:47.041 INFO E| Compiling rustversion v1.0.17
31402024-10-01T17:59:48.887Z[ helios-setup] Oct 01 17:59:47.069 INFO E| Compiling paste v1.0.15
31412024-10-01T17:59:49.097Z[ helios-setup] Oct 01 17:59:47.278 INFO E| Compiling heck v0.3.3
31422024-10-01T17:59:49.115Z[ helios-setup] Oct 01 17:59:47.297 INFO E| Compiling ucd-trie v0.1.6
31432024-10-01T17:59:49.272Z[ helios-setup] Oct 01 17:59:47.454 INFO E| Compiling lazy_static v1.5.0
31442024-10-01T17:59:49.713Z[ helios-setup] Oct 01 17:59:47.895 INFO E| Compiling quote v1.0.36
31452024-10-01T17:59:49.816Z[ helios-setup] Oct 01 17:59:47.998 INFO E| Compiling libc v0.2.155
31462024-10-01T17:59:50.605Z[ helios-setup] Oct 01 17:59:48.787 INFO E| Compiling syn v2.0.71
31472024-10-01T17:59:51.143Z[ helios-setup] Oct 01 17:59:49.324 INFO E| Compiling pre v0.2.1
31482024-10-01T17:59:51.615Z[ helios-setup] Oct 01 17:59:49.796 INFO E| Compiling static_assertions v1.1.0
31492024-10-01T17:59:51.710Z[ helios-setup] Oct 01 17:59:49.892 INFO E| Compiling byteorder v1.5.0
31502024-10-01T17:59:51.948Z[ helios-setup] Oct 01 17:59:50.129 INFO E| Compiling cfg-if v0.1.10
31512024-10-01T17:59:52.058Z[ helios-setup] Oct 01 17:59:50.240 INFO E| Compiling once_cell v1.19.0
31522024-10-01T17:59:52.873Z[ helios-setup] Oct 01 17:59:51.054 INFO E| Compiling unicode-width v0.1.13
31532024-10-01T17:59:53.414Z[ helios-setup] Oct 01 17:59:51.595 INFO E| Compiling textwrap v0.11.0
31542024-10-01T17:59:53.900Z[ helios-setup] Oct 01 17:59:52.081 INFO E| Compiling atty v0.2.14
31552024-10-01T17:59:54.205Z[ helios-setup] Oct 01 17:59:52.386 INFO E| Compiling parse_int v0.6.0
31562024-10-01T17:59:54.510Z[ helios-setup] Oct 01 17:59:52.689 INFO E| Compiling strum v0.23.0
31572024-10-01T17:59:54.596Z[ helios-setup] Oct 01 17:59:52.776 INFO E| Compiling bitflags v1.3.2
31582024-10-01T17:59:54.621Z[ helios-setup] Oct 01 17:59:52.801 INFO E| Compiling strsim v0.8.0
31592024-10-01T17:59:54.685Z[ helios-setup] Oct 01 17:59:52.866 INFO E| Compiling unic-common v0.9.0
31602024-10-01T17:59:54.725Z[ helios-setup] Oct 01 17:59:52.905 INFO E| Compiling fletcher v0.1.0
31612024-10-01T17:59:54.962Z[ helios-setup] Oct 01 17:59:53.143 INFO E| Compiling ansi_term v0.12.1
31622024-10-01T17:59:54.992Z[ helios-setup] Oct 01 17:59:53.173 INFO E| Compiling vec_map v0.8.2
31632024-10-01T17:59:55.215Z[ helios-setup] Oct 01 17:59:53.395 INFO E| Compiling unic-char-range v0.9.0
31642024-10-01T17:59:55.595Z[ helios-setup] Oct 01 17:59:53.776 INFO E| Compiling clap v2.34.0
31652024-10-01T17:59:55.787Z[ helios-setup] Oct 01 17:59:53.967 INFO E| Compiling unic-char-property v0.9.0
31662024-10-01T17:59:55.943Z[ helios-setup] Oct 01 17:59:54.124 INFO E| Compiling unic-ucd-version v0.9.0
31672024-10-01T17:59:56.069Z[ helios-setup] Oct 01 17:59:54.250 INFO E| Compiling plain v0.2.3
31682024-10-01T17:59:56.069Z[ helios-setup] Oct 01 17:59:54.250 INFO E| Compiling log v0.4.22
31692024-10-01T17:59:56.288Z[ helios-setup] Oct 01 17:59:54.468 INFO E| Compiling unic-ucd-ident v0.9.0
31702024-10-01T17:59:56.358Z[ helios-setup] Oct 01 17:59:54.539 INFO E| Compiling bytesize v1.3.0
31712024-10-01T17:59:58.793Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31722024-10-01T17:59:58.930Z[ helios-setup] Oct 01 17:59:57.110 INFO E| Compiling serde_derive_internals v0.29.1
31732024-10-01T17:59:59.843Z[ helios-setup] Oct 01 17:59:58.023 INFO E| Compiling toml v0.5.11
31742024-10-01T18:00:00.006Z[ host-package] Compiling fatfs v0.3.6
31752024-10-01T18:00:02.903Z[ helios-setup] Oct 01 18:00:01.082 INFO E| Compiling proc-macro-crate v0.1.5
31762024-10-01T18:00:04.931Z[ helios-setup] Oct 01 18:00:03.110 INFO E| Compiling thiserror-impl v1.0.63
31772024-10-01T18:00:04.948Z[ helios-setup] Oct 01 18:00:03.127 INFO E| Compiling serde_derive v1.0.204
31782024-10-01T18:00:04.989Z[ host-package] Compiling subprocess v0.2.9
31792024-10-01T18:00:05.193Z[ helios-setup] Oct 01 18:00:03.371 INFO E| Compiling schemars_derive v0.8.21
31802024-10-01T18:00:06.391Z[ helios-setup] Oct 01 18:00:04.570 INFO E| Compiling zerocopy-derive v0.6.6
31812024-10-01T18:00:09.924Z[ host-package] Compiling rtoolbox v0.0.2
31822024-10-01T18:00:10.402Z[ helios-setup] Oct 01 18:00:08.577 INFO E| Compiling zerocopy v0.6.6
31832024-10-01T18:00:10.618Z[ helios-setup] Oct 01 18:00:08.796 INFO E| Compiling pest v2.7.11
31842024-10-01T18:00:10.621Z[ host-package] Compiling assert_matches v1.5.0
31852024-10-01T18:00:10.957Z[ host-package] Compiling rpassword v7.3.1
31862024-10-01T18:00:11.410Z[ helios-setup] Oct 01 18:00:09.588 INFO E| Compiling modular-bitfield-impl v0.11.2
31872024-10-01T18:00:11.453Z[ helios-setup] Oct 01 18:00:09.631 INFO E| Compiling num-derive v0.3.3
31882024-10-01T18:00:11.948Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31892024-10-01T18:00:12.141Z[ helios-setup] Oct 01 18:00:10.319 INFO E| Compiling scroll_derive v0.10.5
31902024-10-01T18:00:13.092Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31912024-10-01T18:00:14.003Z[ helios-setup] Oct 01 18:00:12.180 INFO E| Compiling strum_macros v0.23.1
31922024-10-01T18:00:15.187Z[ helios-setup] Oct 01 18:00:13.363 INFO E| Compiling structopt-derive v0.4.18
31932024-10-01T18:00:15.304Z[ helios-setup] Oct 01 18:00:13.481 INFO E| Compiling scroll v0.10.2
31942024-10-01T18:00:15.659Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952024-10-01T18:00:16.293Z[ helios-setup] Oct 01 18:00:14.470 INFO E| Compiling pest_meta v2.7.11
31962024-10-01T18:00:16.483Z[ helios-setup] Oct 01 18:00:14.660 INFO E| Compiling goblin v0.4.3
31972024-10-01T18:00:16.836Z[ helios-setup] Oct 01 18:00:15.013 INFO E| Compiling modular-bitfield v0.11.2
31982024-10-01T18:00:18.930Z[ helios-setup] Oct 01 18:00:17.107 INFO E| Compiling pest_generator v2.7.11
31992024-10-01T18:00:20.836Z[ helios-setup] Oct 01 18:00:19.011 INFO E| Compiling structopt v0.3.26
32002024-10-01T18:00:22.966Z[ helios-setup] Oct 01 18:00:21.142 INFO E| Compiling pest_derive v2.7.11
32012024-10-01T18:00:25.084Z[ host-package] Compiling tui-tree-widget v0.22.0
32022024-10-01T18:00:25.914Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32032024-10-01T18:00:26.361Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32042024-10-01T18:00:27.855Z[ helios-setup] Oct 01 18:00:26.029 INFO E| Compiling json5 v0.4.1
32052024-10-01T18:00:33.401Z[ helios-setup] Oct 01 18:00:31.575 INFO E| Compiling four-cc v0.3.0
32062024-10-01T18:00:33.401Z[ helios-setup] Oct 01 18:00:31.575 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
32072024-10-01T18:00:33.641Z[ helios-setup] Oct 01 18:00:31.815 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
32082024-10-01T18:00:34.135Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32092024-10-01T18:00:43.739Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32102024-10-01T18:00:44.048Z[ host-package] Compiling uzers v0.11.3
32112024-10-01T18:00:44.169Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32122024-10-01T18:00:47.075Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32132024-10-01T18:00:49.744Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32142024-10-01T18:00:53.471Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32152024-10-01T18:01:16.585Z[ helios-setup] Oct 01 18:01:14.751 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
32162024-10-01T18:01:30.840Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32172024-10-01T18:01:34.733Z[ helios-setup] Oct 01 18:01:32.896 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
32182024-10-01T18:01:44.357Z[ host-package] Compiling multimap v0.10.0
32192024-10-01T18:02:28.528Z[ helios-setup] Oct 01 18:02:26.681 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 46s
32202024-10-01T18:02:28.564Z[ helios-setup] Oct 01 18:02:26.718 INFO building project "amd-host-image-builder" ok (195 seconds)
32212024-10-01T18:02:28.571Z[ helios-setup] Oct 01 18:02:26.718 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32222024-10-01T18:02:28.571Z[ helios-setup] Oct 01 18:02:26.718 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32232024-10-01T18:02:29.036Z[ helios-setup] Oct 01 18:02:27.190 INFO E| Compiling adler v1.0.2
32242024-10-01T18:02:29.173Z[ helios-setup] Oct 01 18:02:27.327 INFO E| Compiling miniz_oxide v0.7.2
32252024-10-01T18:02:32.272Z[ helios-setup] Oct 01 18:02:30.425 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32262024-10-01T18:02:33.177Z[ helios-setup] Oct 01 18:02:31.330 INFO E| Finished `release` profile [optimized] target(s) in 4.52s
32272024-10-01T18:02:33.185Z[ helios-setup] Oct 01 18:02:31.339 INFO building project "pinprick" ok (4 seconds)
32282024-10-01T18:02:33.188Z[ helios-setup] rm -f helios-build
32292024-10-01T18:02:33.191Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
32302024-10-01T18:02:33.194Z[ helios-setup]
32312024-10-01T18:02:33.196Z[ helios-setup] Setup complete! ./helios-build is now available.
32322024-10-01T18:02:33.199Z[ helios-setup]
32332024-10-01T18:02:33.201Z[ helios-setup]
32342024-10-01T18:02:33.201ZOct 01 18:02:31.352 INFO [helios-setup] process exited with exit status: 0 (740.46623071s)
32352024-10-01T18:02:33.201Z[ helios-setup] real 12:20.460224943
32362024-10-01T18:02:33.201Z[ helios-setup] user 29:03.161559398
32372024-10-01T18:02:33.201Z[ helios-setup] sys 3:34.342819235
32382024-10-01T18:02:33.201Z[ helios-setup] trap 1.797200574
32392024-10-01T18:02:33.201Z[ helios-setup] tflt 8.091550071
32402024-10-01T18:02:33.201Z[ helios-setup] dflt 38.480423239
32412024-10-01T18:02:33.202Z[ helios-setup] kflt 0.058046526
32422024-10-01T18:02:33.202Z[ helios-setup] lock 2:10:10.270446044
32432024-10-01T18:02:33.202Z[ helios-setup] slp 3:45:22.279527882
32442024-10-01T18:02:33.202Z[ helios-setup] lat 33:11.241041993
32452024-10-01T18:02:33.202Z[ helios-setup] stop 4:26.325715499
32462024-10-01T18:02:33.202ZOct 01 18:02:31.354 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
32472024-10-01T18:02:33.229Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
32482024-10-01T18:02:33.471Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
32492024-10-01T18:02:33.471Z[ phbl-toolchain] info: downloading component 'cargo'
32502024-10-01T18:02:35.346Z[ phbl-toolchain] info: downloading component 'clippy'
32512024-10-01T18:02:36.208Z[ phbl-toolchain] info: downloading component 'llvm-tools'
32522024-10-01T18:02:41.002Z[ phbl-toolchain] info: downloading component 'miri'
32532024-10-01T18:02:41.188Z[ phbl-toolchain] info: downloading component 'rust-docs'
32542024-10-01T18:02:42.722Z[ phbl-toolchain] info: downloading component 'rust-src'
32552024-10-01T18:02:43.047Z[ phbl-toolchain] info: downloading component 'rust-std'
32562024-10-01T18:02:45.188Z[ phbl-toolchain] info: downloading component 'rustc'
32572024-10-01T18:02:54.802Z[ phbl-toolchain] info: downloading component 'rustfmt'
32582024-10-01T18:02:55.119Z[ phbl-toolchain] info: installing component 'cargo'
32592024-10-01T18:02:56.457Z[ phbl-toolchain] info: installing component 'clippy'
32602024-10-01T18:02:57.026Z[ phbl-toolchain] info: installing component 'llvm-tools'
32612024-10-01T18:03:02.805Z[ phbl-toolchain] info: installing component 'miri'
32622024-10-01T18:03:03.235Z[ phbl-toolchain] info: installing component 'rust-docs'
32632024-10-01T18:03:10.771Z[ phbl-toolchain] info: installing component 'rust-src'
32642024-10-01T18:03:11.609Z[ phbl-toolchain] info: installing component 'rust-std'
32652024-10-01T18:03:13.969Z[ phbl-toolchain] info: installing component 'rustc'
32662024-10-01T18:03:23.716Z[ phbl-toolchain] info: installing component 'rustfmt'
32672024-10-01T18:03:24.661Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
32682024-10-01T18:03:24.663ZOct 01 18:03:22.807 INFO [phbl-toolchain] process exited with exit status: 0 (51.453549999s)
32692024-10-01T18:03:55.676Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32702024-10-01T18:04:04.631Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32712024-10-01T18:10:29.948Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 31s
32722024-10-01T18:11:31.275ZOct 01 18:11:29.334 INFO [host-package] process exited with exit status: 0 (1233.167876053s)
32732024-10-01T18:11:31.275ZOct 01 18:11:29.334 INFO [host-stamp] running task
32742024-10-01T18:11:31.277ZOct 01 18:11:29.335 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
32752024-10-01T18:11:31.297ZOct 01 18:11:29.344 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+gitef41f661658
32762024-10-01T18:11:31.300ZOct 01 18:11:29.352 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+gitef41f661658
32772024-10-01T18:11:31.300Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
32782024-10-01T18:11:31.302ZOct 01 18:11:29.361 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+gitef41f661658
32792024-10-01T18:11:31.303Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32802024-10-01T18:11:31.317Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32812024-10-01T18:11:31.319ZOct 01 18:11:29.376 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+gitef41f661658
32822024-10-01T18:11:31.329Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32832024-10-01T18:11:31.332Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32842024-10-01T18:11:31.332ZOct 01 18:11:29.392 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+gitef41f661658
32852024-10-01T18:11:31.350Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32862024-10-01T18:11:31.353ZOct 01 18:11:29.410 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+gitef41f661658
32872024-10-01T18:11:31.365Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32882024-10-01T18:11:31.369Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32892024-10-01T18:11:31.371ZOct 01 18:11:29.428 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+gitef41f661658
32902024-10-01T18:11:31.389Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32912024-10-01T18:11:31.389ZOct 01 18:11:29.448 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+gitef41f661658
32922024-10-01T18:11:31.404Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32932024-10-01T18:11:31.407Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32942024-10-01T18:11:31.407ZOct 01 18:11:29.466 INFO [stamp-oxlog] process exited with exit status: 0 (113.680716ms)
32952024-10-01T18:11:31.407ZOct 01 18:11:29.466 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (74.277137ms)
32962024-10-01T18:11:31.409ZOct 01 18:11:29.467 INFO [stamp-overlay] process exited with exit status: 0 (38.011696ms)
32972024-10-01T18:11:31.416Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32982024-10-01T18:11:31.487Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32992024-10-01T18:11:31.491ZOct 01 18:11:29.550 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (140.210525ms)
33002024-10-01T18:11:31.613Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33012024-10-01T18:11:31.617ZOct 01 18:11:29.676 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (227.845666ms)
33022024-10-01T18:11:31.646Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33032024-10-01T18:11:31.650ZOct 01 18:11:29.709 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (364.601263ms)
33042024-10-01T18:11:31.709Z[recovery-package] Updating git repository `https://github.com/oxidecomputer/propolis`
33052024-10-01T18:11:32.422Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33062024-10-01T18:11:32.425ZOct 01 18:11:30.484 INFO [stamp-propolis-server] process exited with exit status: 0 (1.122941347s)
33072024-10-01T18:11:32.664Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33082024-10-01T18:11:35.044Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33092024-10-01T18:11:41.645Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33102024-10-01T18:11:41.648ZOct 01 18:11:39.705 INFO [stamp-switch-asic] process exited with exit status: 0 (10.329360626s)
33112024-10-01T18:11:41.650ZOct 01 18:11:39.705 INFO [host-stamp] task succeeded (10.371109926s)
33122024-10-01T18:11:41.650ZOct 01 18:11:39.705 INFO [host-proto] running task
33132024-10-01T18:11:42.035ZOct 01 18:11:40.091 INFO [host-proto] task succeeded (385.863767ms)
33142024-10-01T18:11:42.035ZOct 01 18:11:40.091 INFO [host-profile] running task
33152024-10-01T18:11:42.037ZOct 01 18:11:40.092 INFO [host-profile] task succeeded (328.109µs)
33162024-10-01T18:11:42.037ZOct 01 18:11:40.092 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/.tmpsSQlbn/proto/host/root -N 'ci ef41f66/${os_short_commit} 2024-10-01 17:50' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33172024-10-01T18:11:42.056Z[ host-image] Oct 01 18:11:40.113 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33182024-10-01T18:11:42.056Z[ host-image] Oct 01 18:11:40.114 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33192024-10-01T18:11:42.074Z[ host-image] Oct 01 18:11:40.131 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpsSQlbn/proto/host/root"
33202024-10-01T18:11:42.074Z[ host-image] Oct 01 18:11:40.131 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33212024-10-01T18:11:42.076Z[ host-image] Oct 01 18:11:40.131 INFO image builder template: ramdisk-01-os...
33222024-10-01T18:11:42.076Z[ host-image] Oct 01 18:11:40.131 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/.tmpsSQlbn/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
33232024-10-01T18:11:42.094Z[ host-image] Oct 01 18:11:40.151 INFO O| Oct 01 18:11:40.151 INFO CREATE DATASET: rpool/images/build/host/output
33242024-10-01T18:11:42.293Z[ host-image] Oct 01 18:11:40.348 INFO O| Oct 01 18:11:40.348 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33252024-10-01T18:11:42.296Z[ host-image] Oct 01 18:11:40.353 INFO O| Oct 01 18:11:40.353 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33262024-10-01T18:11:42.451Z[ host-image] Oct 01 18:11:40.508 INFO O| Oct 01 18:11:40.508 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33272024-10-01T18:11:42.502Z[ host-image] Oct 01 18:11:40.559 INFO O| Oct 01 18:11:40.559 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33282024-10-01T18:11:42.502Z[ host-image] Oct 01 18:11:40.559 INFO O| Oct 01 18:11:40.559 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
33292024-10-01T18:11:42.504Z[ host-image] Oct 01 18:11:40.559 INFO O| Oct 01 18:11:40.559 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
33302024-10-01T18:11:42.504Z[ host-image] Oct 01 18:11:40.559 INFO O| Oct 01 18:11:40.559 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
33312024-10-01T18:11:42.511Z[ host-image] Oct 01 18:11:40.568 INFO O| Oct 01 18:11:40.568 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
33322024-10-01T18:11:42.669Z[ host-image] Oct 01 18:11:40.726 INFO O| Oct 01 18:11:40.726 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33332024-10-01T18:11:42.680Z[ host-image] Oct 01 18:11:40.737 INFO O| Oct 01 18:11:40.737 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
33342024-10-01T18:11:43.066Z[ host-image] Oct 01 18:11:41.122 INFO O| Oct 01 18:11:41.122 INFO O| Caching catalogs ... Done
33352024-10-01T18:11:43.165Z[ host-image] Oct 01 18:11:41.221 INFO O| Oct 01 18:11:41.221 INFO STEP 0 (pkg_image_create) COMPLETE
33362024-10-01T18:11:43.165Z[ host-image] Oct 01 18:11:41.221 INFO O| Oct 01 18:11:41.221 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33372024-10-01T18:11:43.168Z[ host-image] Oct 01 18:11:41.221 INFO O| Oct 01 18:11:41.221 INFO skip step because feature "repo_redist" is not enabled
33382024-10-01T18:11:43.168Z[ host-image] Oct 01 18:11:41.221 INFO O| Oct 01 18:11:41.221 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33392024-10-01T18:11:43.178Z[ host-image] Oct 01 18:11:41.235 INFO O| Oct 01 18:11:41.235 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"]
33402024-10-01T18:11:43.572Z[ host-image] Oct 01 18:11:41.628 INFO O| Oct 01 18:11:41.628 INFO STEP 2 (pkg_set_publisher) COMPLETE
33412024-10-01T18:11:43.572Z[ host-image] Oct 01 18:11:41.629 INFO O| Oct 01 18:11:41.628 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33422024-10-01T18:11:43.588Z[ host-image] Oct 01 18:11:41.645 INFO O| Oct 01 18:11:41.645 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"]
33432024-10-01T18:11:44.134Z[ host-image] Oct 01 18:11:42.190 INFO O| Oct 01 18:11:42.190 INFO STEP 3 (pkg_set_publisher) COMPLETE
33442024-10-01T18:11:44.137Z[ host-image] Oct 01 18:11:42.190 INFO O| Oct 01 18:11:42.190 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33452024-10-01T18:11:44.137Z[ host-image] Oct 01 18:11:42.190 INFO O| Oct 01 18:11:42.190 INFO skip step because feature "repo_redist" is not enabled
33462024-10-01T18:11:44.137Z[ host-image] Oct 01 18:11:42.190 INFO O| Oct 01 18:11:42.190 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33472024-10-01T18:11:44.683Z[ host-image] Oct 01 18:11:42.739 INFO O| Oct 01 18:11:42.738 INFO variant opensolaris.zone is already global
33482024-10-01T18:11:44.683Z[ host-image] Oct 01 18:11:42.739 INFO O| Oct 01 18:11:42.739 INFO STEP 5 (pkg_change_variant) COMPLETE
33492024-10-01T18:11:44.686Z[ host-image] Oct 01 18:11:42.739 INFO O| Oct 01 18:11:42.739 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33502024-10-01T18:11:45.150Z[ host-image] Oct 01 18:11:43.206 INFO O| Oct 01 18:11:43.206 INFO variant opensolaris.imagetype is full; changing to partial
33512024-10-01T18:11:45.150Z[ host-image] Oct 01 18:11:43.206 INFO O| Oct 01 18:11:43.206 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33522024-10-01T18:11:53.512Z[ host-image] Oct 01 18:11:51.567 INFO O| Oct 01 18:11:51.567 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33532024-10-01T18:11:54.051Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.51s
33542024-10-01T18:11:55.882ZOct 01 18:11:53.937 INFO [recovery-package] process exited with exit status: 0 (24.601791365s)
33552024-10-01T18:11:55.882ZOct 01 18:11:53.937 INFO [recovery-stamp] running task
33562024-10-01T18:11:55.885ZOct 01 18:11:53.937 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33572024-10-01T18:11:55.885ZOct 01 18:11:53.937 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 11.0.0-0.ci+gitef41f661658
33582024-10-01T18:11:55.908ZOct 01 18:11:53.962 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+gitef41f661658
33592024-10-01T18:11:55.920Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33602024-10-01T18:11:55.939Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33612024-10-01T18:11:56.001Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33622024-10-01T18:11:56.005ZOct 01 18:11:54.059 INFO [stamp-installinator] process exited with exit status: 0 (122.324ms)
33632024-10-01T18:11:56.060Z[verify-libraries] Updating git repository `https://github.com/oxidecomputer/propolis`
33642024-10-01T18:11:56.064Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33652024-10-01T18:11:56.067ZOct 01 18:11:54.119 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (156.913955ms)
33662024-10-01T18:11:56.067ZOct 01 18:11:54.119 INFO [recovery-stamp] task succeeded (182.723595ms)
33672024-10-01T18:11:56.067ZOct 01 18:11:54.120 INFO [recovery-proto] running task
33682024-10-01T18:11:56.067ZOct 01 18:11:54.120 INFO [tuf-stamp] running task
33692024-10-01T18:11:56.067ZOct 01 18:11:54.120 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+gitef41f661658
33702024-10-01T18:11:56.083ZOct 01 18:11:54.138 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+gitef41f661658
33712024-10-01T18:11:56.097Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33722024-10-01T18:11:56.099ZOct 01 18:11:54.151 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+gitef41f661658
33732024-10-01T18:11:56.113Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33742024-10-01T18:11:56.116ZOct 01 18:11:54.168 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+gitef41f661658
33752024-10-01T18:11:56.125Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33762024-10-01T18:11:56.132ZOct 01 18:11:54.186 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+gitef41f661658
33772024-10-01T18:11:56.156Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33782024-10-01T18:11:56.160ZOct 01 18:11:54.212 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+gitef41f661658
33792024-10-01T18:11:56.178Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33802024-10-01T18:11:56.181ZOct 01 18:11:54.232 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+gitef41f661658
33812024-10-01T18:11:56.219Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33822024-10-01T18:11:56.223ZOct 01 18:11:54.274 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+gitef41f661658
33832024-10-01T18:11:56.281Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33842024-10-01T18:11:56.284ZOct 01 18:11:54.336 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+gitef41f661658
33852024-10-01T18:11:56.398Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33862024-10-01T18:11:56.400ZOct 01 18:11:54.452 INFO [recovery-proto] task succeeded (332.639877ms)
33872024-10-01T18:11:56.400ZOct 01 18:11:54.453 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/.tmpsSQlbn/proto/recovery/root -N 'recovery ef41f66/${os_short_commit} 2024-10-01 17:50' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33882024-10-01T18:11:56.411Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33892024-10-01T18:11:56.424Z[ recovery-image] Oct 01 18:11:54.479 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33902024-10-01T18:11:56.425Z[ recovery-image] Oct 01 18:11:54.479 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33912024-10-01T18:11:56.441Z[ recovery-image] Oct 01 18:11:54.495 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpsSQlbn/proto/recovery/root"
33922024-10-01T18:11:56.441Z[ recovery-image] Oct 01 18:11:54.495 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33932024-10-01T18:11:56.444Z[ recovery-image] Oct 01 18:11:54.495 INFO image builder template: ramdisk-01-os...
33942024-10-01T18:11:56.444Z[ recovery-image] Oct 01 18:11:54.495 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/.tmpsSQlbn/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
33952024-10-01T18:11:56.465ZOct 01 18:11:54.520 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+gitef41f661658
33962024-10-01T18:11:56.498Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33972024-10-01T18:11:56.502ZOct 01 18:11:54.553 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+gitef41f661658
33982024-10-01T18:11:56.530Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33992024-10-01T18:11:56.530ZOct 01 18:11:54.584 INFO [stamp-probe] process exited with exit status: 0 (310.572169ms)
34002024-10-01T18:11:56.533Z[ recovery-image] Oct 01 18:11:54.586 INFO O| Oct 01 18:11:54.585 INFO CREATE DATASET: rpool/images/build/recovery/output
34012024-10-01T18:11:56.559Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34022024-10-01T18:11:56.771Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34032024-10-01T18:11:56.833Z[ host-image] Oct 01 18:11:54.887 INFO O| Oct 01 18:11:54.887 INFO O| Startup: Caching catalogs ... Done
34042024-10-01T18:11:56.923ZOct 01 18:11:54.978 INFO [stamp-ntp] process exited with exit status: 0 (745.387597ms)
34052024-10-01T18:11:56.926Z[ recovery-image] Oct 01 18:11:54.980 INFO O| Oct 01 18:11:54.979 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34062024-10-01T18:11:56.943Z[ host-image] Oct 01 18:11:54.998 INFO O| Oct 01 18:11:54.997 INFO O| Planning: Planning completed in 0.00 seconds
34072024-10-01T18:11:56.946Z[ host-image] Oct 01 18:11:54.998 INFO O| Oct 01 18:11:54.998 INFO O| Planning: Consolidating action changes ... Done
34082024-10-01T18:11:56.946Z[ recovery-image] Oct 01 18:11:54.999 INFO O| Oct 01 18:11:54.995 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34092024-10-01T18:11:56.946Z[ host-image] Oct 01 18:11:54.999 INFO O| Oct 01 18:11:54.999 INFO O| Planning: Evaluating mediators ... Done
34102024-10-01T18:11:56.946Z[ host-image] Oct 01 18:11:54.999 INFO O| Oct 01 18:11:54.999 INFO O| Planning: Planning completed in 0.00 seconds
34112024-10-01T18:11:56.946Z[ host-image] Oct 01 18:11:55.000 INFO O| Oct 01 18:11:55.000 INFO O| Variants/Facets to change: 1
34122024-10-01T18:11:57.120Z[ host-image] Oct 01 18:11:55.174 INFO O| Oct 01 18:11:55.174 INFO O| Done
34132024-10-01T18:11:57.120Z[ host-image] Oct 01 18:11:55.174 INFO O| Oct 01 18:11:55.174 INFO O| Done
34142024-10-01T18:11:57.323Z[ recovery-image] Oct 01 18:11:55.377 INFO O| Oct 01 18:11:55.377 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34152024-10-01T18:11:57.422Z[ recovery-image] Oct 01 18:11:55.476 INFO O| Oct 01 18:11:55.476 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34162024-10-01T18:11:57.422Z[ recovery-image] Oct 01 18:11:55.476 INFO O| Oct 01 18:11:55.476 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34172024-10-01T18:11:57.424Z[ recovery-image] Oct 01 18:11:55.476 INFO O| Oct 01 18:11:55.476 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34182024-10-01T18:11:57.424Z[ recovery-image] Oct 01 18:11:55.477 INFO O| Oct 01 18:11:55.476 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34192024-10-01T18:11:57.434Z[ recovery-image] Oct 01 18:11:55.489 INFO O| Oct 01 18:11:55.489 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34202024-10-01T18:11:57.526Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34212024-10-01T18:11:57.531ZOct 01 18:11:55.586 INFO [stamp-internal-dns] process exited with exit status: 0 (1.417596343s)
34222024-10-01T18:11:57.535Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34232024-10-01T18:11:57.576ZOct 01 18:11:55.630 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.443823028s)
34242024-10-01T18:11:57.643Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
34252024-10-01T18:11:57.681Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34262024-10-01T18:11:57.772Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34272024-10-01T18:11:57.780Z[ recovery-image] Oct 01 18:11:55.827 INFO O| Oct 01 18:11:55.827 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34282024-10-01T18:11:57.787ZOct 01 18:11:55.836 INFO [stamp-external-dns] process exited with exit status: 0 (1.314941897s)
34292024-10-01T18:11:57.792Z[ recovery-image] Oct 01 18:11:55.843 INFO O| Oct 01 18:11:55.843 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
34302024-10-01T18:11:57.851Z[ host-image] Oct 01 18:11:55.904 INFO O| Oct 01 18:11:55.904 INFO O| Done
34312024-10-01T18:11:57.916Z[ host-image] Oct 01 18:11:55.970 INFO O| Oct 01 18:11:55.970 INFO O| Done
34322024-10-01T18:11:57.919Z[ host-image] Oct 01 18:11:55.971 INFO O| Oct 01 18:11:55.971 INFO O| Done
34332024-10-01T18:11:57.919Z[ host-image] Oct 01 18:11:55.972 INFO O| Oct 01 18:11:55.972 INFO O| Done
34342024-10-01T18:11:57.919Z[ host-image] Oct 01 18:11:55.973 INFO O| Oct 01 18:11:55.973 INFO O| Done
34352024-10-01T18:11:58.113Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
34362024-10-01T18:11:58.127ZOct 01 18:11:56.181 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.845371744s)
34372024-10-01T18:11:58.197Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
34382024-10-01T18:11:58.202ZOct 01 18:11:56.256 INFO [stamp-oximeter] process exited with exit status: 0 (2.10452624s)
34392024-10-01T18:11:58.311Z[ recovery-image] Oct 01 18:11:56.365 INFO O| Oct 01 18:11:56.365 INFO O| Caching catalogs ... Done
34402024-10-01T18:11:58.416Z[ host-image] Oct 01 18:11:56.471 INFO O| Oct 01 18:11:56.471 INFO STEP 6 (pkg_change_variant) COMPLETE
34412024-10-01T18:11:58.416Z[ host-image] Oct 01 18:11:56.471 INFO O| Oct 01 18:11:56.471 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34422024-10-01T18:11:58.419Z[ host-image] Oct 01 18:11:56.471 INFO O| Oct 01 18:11:56.471 INFO skip step because feature "debug_variant" is not enabled
34432024-10-01T18:11:58.419Z[ host-image] Oct 01 18:11:56.471 INFO O| Oct 01 18:11:56.471 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34442024-10-01T18:11:58.424Z[ recovery-image] Oct 01 18:11:56.478 INFO O| Oct 01 18:11:56.478 INFO STEP 0 (pkg_image_create) COMPLETE
34452024-10-01T18:11:58.424Z[ recovery-image] Oct 01 18:11:56.478 INFO O| Oct 01 18:11:56.478 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34462024-10-01T18:11:58.426Z[ recovery-image] Oct 01 18:11:56.478 INFO O| Oct 01 18:11:56.478 INFO skip step because feature "repo_redist" is not enabled
34472024-10-01T18:11:58.426Z[ recovery-image] Oct 01 18:11:56.478 INFO O| Oct 01 18:11:56.478 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34482024-10-01T18:11:58.439Z[ recovery-image] Oct 01 18:11:56.493 INFO O| Oct 01 18:11:56.493 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"]
34492024-10-01T18:11:58.911Z[ host-image] Oct 01 18:11:56.965 INFO O| Oct 01 18:11:56.965 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34502024-10-01T18:11:58.950Z[ recovery-image] Oct 01 18:11:57.004 INFO O| Oct 01 18:11:57.004 INFO STEP 2 (pkg_set_publisher) COMPLETE
34512024-10-01T18:11:58.952Z[ recovery-image] Oct 01 18:11:57.004 INFO O| Oct 01 18:11:57.004 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34522024-10-01T18:11:58.964Z[ recovery-image] Oct 01 18:11:57.019 INFO O| Oct 01 18:11:57.018 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"]
34532024-10-01T18:11:59.393Z[ recovery-image] Oct 01 18:11:57.447 INFO O| Oct 01 18:11:57.447 INFO STEP 3 (pkg_set_publisher) COMPLETE
34542024-10-01T18:11:59.393Z[ recovery-image] Oct 01 18:11:57.447 INFO O| Oct 01 18:11:57.447 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34552024-10-01T18:11:59.393Z[ recovery-image] Oct 01 18:11:57.447 INFO O| Oct 01 18:11:57.447 INFO skip step because feature "repo_redist" is not enabled
34562024-10-01T18:11:59.395Z[ recovery-image] Oct 01 18:11:57.447 INFO O| Oct 01 18:11:57.447 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34572024-10-01T18:11:59.544Z[ host-image] Oct 01 18:11:57.598 INFO O| Oct 01 18:11:57.598 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34582024-10-01T18:11:59.547Z[ host-image] Oct 01 18:11:57.599 INFO O| Oct 01 18:11:57.599 INFO O| Planning: Planning completed in 0.00 seconds
34592024-10-01T18:11:59.547Z[ host-image] Oct 01 18:11:57.600 INFO O| Oct 01 18:11:57.600 INFO O| Planning: Consolidating action changes ... Done
34602024-10-01T18:11:59.547Z[ host-image] Oct 01 18:11:57.600 INFO O| Oct 01 18:11:57.600 INFO O| Planning: Evaluating mediators ... Done
34612024-10-01T18:11:59.547Z[ host-image] Oct 01 18:11:57.601 INFO O| Oct 01 18:11:57.601 INFO O| Planning: Planning completed in 0.00 seconds
34622024-10-01T18:11:59.547Z[ host-image] Oct 01 18:11:57.601 INFO O| Oct 01 18:11:57.601 INFO O| Variants/Facets to change: 1
34632024-10-01T18:11:59.570Z[ host-image] Oct 01 18:11:57.624 INFO O| Oct 01 18:11:57.624 INFO O| Done
34642024-10-01T18:11:59.570Z[ host-image] Oct 01 18:11:57.624 INFO O| Oct 01 18:11:57.624 INFO O| Done
34652024-10-01T18:11:59.848Z[ recovery-image] Oct 01 18:11:57.902 INFO O| Oct 01 18:11:57.902 INFO variant opensolaris.zone is already global
34662024-10-01T18:11:59.848Z[ recovery-image] Oct 01 18:11:57.902 INFO O| Oct 01 18:11:57.902 INFO STEP 5 (pkg_change_variant) COMPLETE
34672024-10-01T18:11:59.848Z[ recovery-image] Oct 01 18:11:57.902 INFO O| Oct 01 18:11:57.902 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34682024-10-01T18:12:00.000Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
34692024-10-01T18:12:00.004ZOct 01 18:11:58.058 INFO [stamp-nexus] process exited with exit status: 0 (3.920228987s)
34702024-10-01T18:12:00.084Z[ host-image] Oct 01 18:11:58.138 INFO O| Oct 01 18:11:58.138 INFO O| Done
34712024-10-01T18:12:00.125Z[ host-image] Oct 01 18:11:58.179 INFO O| Oct 01 18:11:58.178 INFO O| Done
34722024-10-01T18:12:00.127Z[ host-image] Oct 01 18:11:58.179 INFO O| Oct 01 18:11:58.179 INFO O| Done
34732024-10-01T18:12:00.127Z[ host-image] Oct 01 18:11:58.179 INFO O| Oct 01 18:11:58.179 INFO O| Done
34742024-10-01T18:12:00.127Z[ host-image] Oct 01 18:11:58.181 INFO O| Oct 01 18:11:58.181 INFO O| Done
34752024-10-01T18:12:00.181Z[ host-image] Oct 01 18:11:58.235 INFO O| Oct 01 18:11:58.235 INFO STEP 8 (pkg_change_facet) COMPLETE
34762024-10-01T18:12:00.181Z[ host-image] Oct 01 18:11:58.235 INFO O| Oct 01 18:11:58.235 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34772024-10-01T18:12:00.181Z[ host-image] Oct 01 18:11:58.235 INFO O| Oct 01 18:11:58.235 INFO skip step because feature "recovery" is not enabled
34782024-10-01T18:12:00.184Z[ host-image] Oct 01 18:11:58.235 INFO O| Oct 01 18:11:58.235 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34792024-10-01T18:12:00.184Z[ host-image] Oct 01 18:11:58.235 INFO O| Oct 01 18:11:58.235 INFO skip step because feature "recovery" is not enabled
34802024-10-01T18:12:00.184Z[ host-image] Oct 01 18:11:58.235 INFO O| Oct 01 18:11:58.235 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34812024-10-01T18:12:00.193Z[ host-image] Oct 01 18:11:58.247 INFO O| Oct 01 18:11:58.247 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"]
34822024-10-01T18:12:00.338Z[ recovery-image] Oct 01 18:11:58.391 INFO O| Oct 01 18:11:58.391 INFO variant opensolaris.imagetype is full; changing to partial
34832024-10-01T18:12:00.338Z[ recovery-image] Oct 01 18:11:58.391 INFO O| Oct 01 18:11:58.391 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34842024-10-01T18:12:00.549Z[verify-libraries] Updating git repository `https://github.com/oxidecomputer/propolis`
34852024-10-01T18:12:00.806Z[ host-image] Oct 01 18:11:58.860 INFO O| Oct 01 18:11:58.860 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34862024-10-01T18:12:01.573Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34872024-10-01T18:12:01.577ZOct 01 18:11:59.631 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.419160721s)
34882024-10-01T18:12:01.950Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34892024-10-01T18:12:02.094Z[verify-libraries] Compiling polyval v0.6.2
34902024-10-01T18:12:02.112Z[verify-libraries] Compiling ctr v0.9.2
34912024-10-01T18:12:02.134Z[verify-libraries] Compiling ssh-encoding v0.2.0
34922024-10-01T18:12:02.134Z[verify-libraries] Compiling blowfish v0.9.1
34932024-10-01T18:12:02.197Z[verify-libraries] Compiling password-hash v0.4.2
34942024-10-01T18:12:02.197Z[verify-libraries] Compiling matches v0.1.10
34952024-10-01T18:12:02.414Z[verify-libraries] Compiling p521 v0.13.3
34962024-10-01T18:12:02.561Z[verify-libraries] Compiling ghash v0.5.1
34972024-10-01T18:12:02.721Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34982024-10-01T18:12:02.920Z[verify-libraries] Compiling pbkdf2 v0.11.0
34992024-10-01T18:12:03.033Z[verify-libraries] Compiling aes-gcm v0.10.3
35002024-10-01T18:12:03.134Z[verify-libraries] Compiling idna v0.2.3
35012024-10-01T18:12:03.541Z[verify-libraries] Compiling ssh-cipher v0.2.0
35022024-10-01T18:12:03.667Z[verify-libraries] Compiling p256 v0.13.2
35032024-10-01T18:12:04.048Z[verify-libraries] Compiling enum-as-inner v0.5.1
35042024-10-01T18:12:04.048Z[verify-libraries] Compiling russh-cryptovec v0.7.2
35052024-10-01T18:12:04.745Z[verify-libraries] Compiling ssh-key v0.6.6
35062024-10-01T18:12:04.803Z[verify-libraries] Compiling md5 v0.7.0
35072024-10-01T18:12:05.559Z[verify-libraries] Compiling num-bigint v0.4.5
35082024-10-01T18:12:05.760Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35092024-10-01T18:12:06.142Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35102024-10-01T18:12:06.187ZOct 01 18:12:04.240 INFO [stamp-clickhouse] process exited with exit status: 0 (10.119452445s)
35112024-10-01T18:12:07.296Z[verify-libraries] Compiling des v0.8.1
35122024-10-01T18:12:07.351Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35132024-10-01T18:12:07.408ZOct 01 18:12:05.460 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.907042561s)
35142024-10-01T18:12:07.408ZOct 01 18:12:05.460 INFO [tuf-stamp] task succeeded (11.340724327s)
35152024-10-01T18:12:07.493Z[verify-libraries] Compiling hex-literal v0.4.1
35162024-10-01T18:12:07.830Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35172024-10-01T18:12:08.093Z[ recovery-image] Oct 01 18:12:06.146 INFO O| Oct 01 18:12:06.146 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35182024-10-01T18:12:08.187Z[verify-libraries] Compiling russh-keys v0.45.0
35192024-10-01T18:12:08.905Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35202024-10-01T18:12:09.511Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35212024-10-01T18:12:10.214Z[verify-libraries] Compiling internet-checksum v0.2.1
35222024-10-01T18:12:10.550Z[verify-libraries] Compiling russh v0.45.0
35232024-10-01T18:12:14.582Z[ recovery-image] Oct 01 18:12:12.633 INFO O| Oct 01 18:12:12.633 INFO O| Startup: Caching catalogs ... Done
35242024-10-01T18:12:14.661Z[ recovery-image] Oct 01 18:12:12.713 INFO O| Oct 01 18:12:12.713 INFO O| Planning: Planning completed in 0.00 seconds
35252024-10-01T18:12:14.665Z[ recovery-image] Oct 01 18:12:12.714 INFO O| Oct 01 18:12:12.714 INFO O| Planning: Consolidating action changes ... Done
35262024-10-01T18:12:14.665Z[ recovery-image] Oct 01 18:12:12.714 INFO O| Oct 01 18:12:12.714 INFO O| Planning: Evaluating mediators ... Done
35272024-10-01T18:12:14.665Z[ recovery-image] Oct 01 18:12:12.715 INFO O| Oct 01 18:12:12.715 INFO O| Planning: Planning completed in 0.00 seconds
35282024-10-01T18:12:14.665Z[ recovery-image] Oct 01 18:12:12.715 INFO O| Oct 01 18:12:12.715 INFO O| Variants/Facets to change: 1
35292024-10-01T18:12:14.755Z[ recovery-image] Oct 01 18:12:12.806 INFO O| Oct 01 18:12:12.806 INFO O| Done
35302024-10-01T18:12:14.764Z[ recovery-image] Oct 01 18:12:12.806 INFO O| Oct 01 18:12:12.806 INFO O| Done
35312024-10-01T18:12:15.411Z[ recovery-image] Oct 01 18:12:13.462 INFO O| Oct 01 18:12:13.462 INFO O| Done
35322024-10-01T18:12:15.483Z[ recovery-image] Oct 01 18:12:13.535 INFO O| Oct 01 18:12:13.534 INFO O| Done
35332024-10-01T18:12:15.486Z[ recovery-image] Oct 01 18:12:13.536 INFO O| Oct 01 18:12:13.536 INFO O| Done
35342024-10-01T18:12:15.486Z[ recovery-image] Oct 01 18:12:13.536 INFO O| Oct 01 18:12:13.536 INFO O| Done
35352024-10-01T18:12:15.488Z[ recovery-image] Oct 01 18:12:13.538 INFO O| Oct 01 18:12:13.538 INFO O| Done
35362024-10-01T18:12:15.491Z[verify-libraries] Compiling dhcproto v0.12.0
35372024-10-01T18:12:16.103Z[ recovery-image] Oct 01 18:12:14.154 INFO O| Oct 01 18:12:14.153 INFO STEP 6 (pkg_change_variant) COMPLETE
35382024-10-01T18:12:16.103Z[ recovery-image] Oct 01 18:12:14.154 INFO O| Oct 01 18:12:14.154 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35392024-10-01T18:12:16.105Z[ recovery-image] Oct 01 18:12:14.154 INFO O| Oct 01 18:12:14.154 INFO skip step because feature "debug_variant" is not enabled
35402024-10-01T18:12:16.105Z[ recovery-image] Oct 01 18:12:14.154 INFO O| Oct 01 18:12:14.154 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35412024-10-01T18:12:16.590Z[verify-libraries] Compiling heck v0.4.1
35422024-10-01T18:12:16.875Z[ recovery-image] Oct 01 18:12:14.926 INFO O| Oct 01 18:12:14.926 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35432024-10-01T18:12:17.977Z[ recovery-image] Oct 01 18:12:16.027 INFO O| Oct 01 18:12:16.027 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35442024-10-01T18:12:17.979Z[ recovery-image] Oct 01 18:12:16.029 INFO O| Oct 01 18:12:16.029 INFO O| Planning: Planning completed in 0.00 seconds
35452024-10-01T18:12:17.979Z[ recovery-image] Oct 01 18:12:16.030 INFO O| Oct 01 18:12:16.030 INFO O| Planning: Consolidating action changes ... Done
35462024-10-01T18:12:17.979Z[ recovery-image] Oct 01 18:12:16.030 INFO O| Oct 01 18:12:16.030 INFO O| Planning: Evaluating mediators ... Done
35472024-10-01T18:12:17.982Z[ recovery-image] Oct 01 18:12:16.030 INFO O| Oct 01 18:12:16.030 INFO O| Planning: Planning completed in 0.00 seconds
35482024-10-01T18:12:17.982Z[ recovery-image] Oct 01 18:12:16.031 INFO O| Oct 01 18:12:16.031 INFO O| Variants/Facets to change: 1
35492024-10-01T18:12:18.061Z[ recovery-image] Oct 01 18:12:16.112 INFO O| Oct 01 18:12:16.112 INFO O| Done
35502024-10-01T18:12:18.061Z[ recovery-image] Oct 01 18:12:16.112 INFO O| Oct 01 18:12:16.112 INFO O| Done
35512024-10-01T18:12:18.218Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35522024-10-01T18:12:18.743Z[ recovery-image] Oct 01 18:12:16.793 INFO O| Oct 01 18:12:16.793 INFO O| Done
35532024-10-01T18:12:18.812Z[ recovery-image] Oct 01 18:12:16.863 INFO O| Oct 01 18:12:16.863 INFO O| Done
35542024-10-01T18:12:18.816Z[ recovery-image] Oct 01 18:12:16.864 INFO O| Oct 01 18:12:16.864 INFO O| Done
35552024-10-01T18:12:18.816Z[ recovery-image] Oct 01 18:12:16.864 INFO O| Oct 01 18:12:16.864 INFO O| Done
35562024-10-01T18:12:18.816Z[ recovery-image] Oct 01 18:12:16.866 INFO O| Oct 01 18:12:16.866 INFO O| Done
35572024-10-01T18:12:18.917Z[ recovery-image] Oct 01 18:12:16.968 INFO O| Oct 01 18:12:16.967 INFO STEP 8 (pkg_change_facet) COMPLETE
35582024-10-01T18:12:18.917Z[ recovery-image] Oct 01 18:12:16.968 INFO O| Oct 01 18:12:16.968 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35592024-10-01T18:12:19.741Z[ recovery-image] Oct 01 18:12:17.792 INFO O| Oct 01 18:12:17.792 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
35602024-10-01T18:12:20.722Z[ recovery-image] Oct 01 18:12:18.772 INFO O| Oct 01 18:12:18.772 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35612024-10-01T18:12:20.724Z[ recovery-image] Oct 01 18:12:18.774 INFO O| Oct 01 18:12:18.774 INFO O| Planning: Planning completed in 0.00 seconds
35622024-10-01T18:12:20.727Z[ recovery-image] Oct 01 18:12:18.775 INFO O| Oct 01 18:12:18.775 INFO O| Planning: Consolidating action changes ... Done
35632024-10-01T18:12:20.727Z[ recovery-image] Oct 01 18:12:18.775 INFO O| Oct 01 18:12:18.775 INFO O| Planning: Evaluating mediators ... Done
35642024-10-01T18:12:20.727Z[ recovery-image] Oct 01 18:12:18.776 INFO O| Oct 01 18:12:18.776 INFO O| Planning: Planning completed in 0.00 seconds
35652024-10-01T18:12:20.727Z[ recovery-image] Oct 01 18:12:18.776 INFO O| Oct 01 18:12:18.776 INFO O| Variants/Facets to change: 1
35662024-10-01T18:12:20.839Z[ recovery-image] Oct 01 18:12:18.889 INFO O| Oct 01 18:12:18.889 INFO O| Done
35672024-10-01T18:12:20.839Z[ recovery-image] Oct 01 18:12:18.889 INFO O| Oct 01 18:12:18.889 INFO O| Done
35682024-10-01T18:12:21.593Z[ recovery-image] Oct 01 18:12:19.643 INFO O| Oct 01 18:12:19.643 INFO O| Done
35692024-10-01T18:12:21.707Z[ recovery-image] Oct 01 18:12:19.756 INFO O| Oct 01 18:12:19.756 INFO O| Done
35702024-10-01T18:12:21.709Z[ recovery-image] Oct 01 18:12:19.758 INFO O| Oct 01 18:12:19.758 INFO O| Done
35712024-10-01T18:12:21.709Z[ recovery-image] Oct 01 18:12:19.758 INFO O| Oct 01 18:12:19.758 INFO O| Done
35722024-10-01T18:12:21.711Z[ recovery-image] Oct 01 18:12:19.760 INFO O| Oct 01 18:12:19.760 INFO O| Done
35732024-10-01T18:12:21.819Z[ recovery-image] Oct 01 18:12:19.869 INFO O| Oct 01 18:12:19.869 INFO STEP 9 (pkg_change_facet) COMPLETE
35742024-10-01T18:12:21.819Z[ recovery-image] Oct 01 18:12:19.869 INFO O| Oct 01 18:12:19.869 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35752024-10-01T18:12:22.562Z[ recovery-image] Oct 01 18:12:20.612 INFO O| Oct 01 18:12:20.612 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
35762024-10-01T18:12:23.581Z[ recovery-image] Oct 01 18:12:21.631 INFO O| Oct 01 18:12:21.631 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35772024-10-01T18:12:23.584Z[ recovery-image] Oct 01 18:12:21.633 INFO O| Oct 01 18:12:21.633 INFO O| Planning: Planning completed in 0.00 seconds
35782024-10-01T18:12:23.587Z[ recovery-image] Oct 01 18:12:21.634 INFO O| Oct 01 18:12:21.634 INFO O| Planning: Consolidating action changes ... Done
35792024-10-01T18:12:23.587Z[ recovery-image] Oct 01 18:12:21.634 INFO O| Oct 01 18:12:21.634 INFO O| Planning: Evaluating mediators ... Done
35802024-10-01T18:12:23.587Z[ recovery-image] Oct 01 18:12:21.635 INFO O| Oct 01 18:12:21.635 INFO O| Planning: Planning completed in 0.00 seconds
35812024-10-01T18:12:23.587Z[ recovery-image] Oct 01 18:12:21.635 INFO O| Oct 01 18:12:21.635 INFO O| Variants/Facets to change: 1
35822024-10-01T18:12:23.698Z[ recovery-image] Oct 01 18:12:21.748 INFO O| Oct 01 18:12:21.748 INFO O| Done
35832024-10-01T18:12:23.698Z[ recovery-image] Oct 01 18:12:21.748 INFO O| Oct 01 18:12:21.748 INFO O| Done
35842024-10-01T18:12:24.337Z[ recovery-image] Oct 01 18:12:22.387 INFO O| Oct 01 18:12:22.387 INFO O| Done
35852024-10-01T18:12:24.402Z[ recovery-image] Oct 01 18:12:22.451 INFO O| Oct 01 18:12:22.451 INFO O| Done
35862024-10-01T18:12:24.404Z[ recovery-image] Oct 01 18:12:22.452 INFO O| Oct 01 18:12:22.452 INFO O| Done
35872024-10-01T18:12:24.404Z[ recovery-image] Oct 01 18:12:22.452 INFO O| Oct 01 18:12:22.452 INFO O| Done
35882024-10-01T18:12:24.406Z[ recovery-image] Oct 01 18:12:22.454 INFO O| Oct 01 18:12:22.454 INFO O| Done
35892024-10-01T18:12:24.529Z[ recovery-image] Oct 01 18:12:22.579 INFO O| Oct 01 18:12:22.579 INFO STEP 10 (pkg_change_facet) COMPLETE
35902024-10-01T18:12:24.529Z[ recovery-image] Oct 01 18:12:22.579 INFO O| Oct 01 18:12:22.579 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35912024-10-01T18:12:24.550Z[ recovery-image] Oct 01 18:12:22.599 INFO O| Oct 01 18:12:22.599 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"]
35922024-10-01T18:12:25.613Z[ recovery-image] Oct 01 18:12:23.662 INFO O| Oct 01 18:12:23.662 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35932024-10-01T18:12:27.152Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35942024-10-01T18:12:27.200Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35952024-10-01T18:12:27.311Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35962024-10-01T18:12:27.744Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35972024-10-01T18:12:27.841Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35982024-10-01T18:12:28.534Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35992024-10-01T18:12:28.624Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36002024-10-01T18:12:29.979Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36012024-10-01T18:12:34.404Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36022024-10-01T18:12:37.118Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36032024-10-01T18:12:39.251Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36042024-10-01T18:12:40.927Z[ host-image] Oct 01 18:12:38.974 INFO O| Oct 01 18:12:38.974 INFO O| Planning: Solver setup ... Done
36052024-10-01T18:12:45.909Z[verify-libraries] Compiling termios v0.3.3
36062024-10-01T18:12:46.331Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36072024-10-01T18:12:59.212Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36082024-10-01T18:13:06.237Z[ recovery-image] Oct 01 18:13:04.280 INFO O| Oct 01 18:13:04.279 INFO O| Planning: Solver setup ... Done
36092024-10-01T18:13:18.520Z[ host-image] Oct 01 18:13:16.560 INFO O| Oct 01 18:13:16.559 INFO O| Planning: Running solver ... Done
36102024-10-01T18:13:18.921Z[ host-image] Oct 01 18:13:16.961 INFO O| Oct 01 18:13:16.961 INFO O| Planning: Finding local manifests ... Done
36112024-10-01T18:13:18.936Z[ host-image] Oct 01 18:13:16.976 INFO O| Oct 01 18:13:16.976 INFO O| Planning: Fetching manifests: 0/124 0% complete
36122024-10-01T18:13:23.787Z[ host-image] Oct 01 18:13:21.826 INFO O| Oct 01 18:13:21.826 INFO O| Planning: Fetching manifests: 124/124 100% complete
36132024-10-01T18:13:25.048Z[ host-image] Oct 01 18:13:23.087 INFO O| Oct 01 18:13:23.087 INFO O| Planning: Package planning ... Done
36142024-10-01T18:13:26.619Z[ host-image] Oct 01 18:13:24.657 INFO O| Oct 01 18:13:24.657 INFO O| Planning: Merging actions ... Done
36152024-10-01T18:13:27.138Z[ host-image] Oct 01 18:13:25.176 INFO O| Oct 01 18:13:25.176 INFO O| Planning: Checking for conflicting actions ... Done
36162024-10-01T18:13:27.482Z[ host-image] Oct 01 18:13:25.521 INFO O| Oct 01 18:13:25.521 INFO O| Planning: Consolidating action changes ... Done
36172024-10-01T18:13:28.011Z[ host-image] Oct 01 18:13:26.049 INFO O| Oct 01 18:13:26.049 INFO O| Planning: Evaluating mediators ... Done
36182024-10-01T18:13:34.534Z[ host-image] Oct 01 18:13:32.571 INFO O| Oct 01 18:13:32.571 INFO O| Planning: Planning completed in 93.71 seconds
36192024-10-01T18:13:34.541Z[ host-image] Oct 01 18:13:32.578 INFO O| Oct 01 18:13:32.578 INFO O| Packages to install: 124
36202024-10-01T18:13:34.543Z[ host-image] Oct 01 18:13:32.578 INFO O| Oct 01 18:13:32.578 INFO O| Mediators to change: 4
36212024-10-01T18:13:34.543Z[ host-image] Oct 01 18:13:32.578 INFO O| Oct 01 18:13:32.578 INFO O| Services to change: 6
36222024-10-01T18:13:34.661Z[ host-image] Oct 01 18:13:32.698 INFO O| Oct 01 18:13:32.698 INFO O| Download: 0/22734 items 0.0/196.5MB 0% complete
36232024-10-01T18:13:39.678Z[ host-image] Oct 01 18:13:37.706 INFO O| Oct 01 18:13:37.706 INFO O| Download: 1259/22734 items 7.3/196.5MB 3% complete (1.5M/s)
36242024-10-01T18:13:43.798Z[ recovery-image] Oct 01 18:13:41.827 INFO O| Oct 01 18:13:41.827 INFO O| Planning: Running solver ... Done
36252024-10-01T18:13:44.146Z[ recovery-image] Oct 01 18:13:42.182 INFO O| Oct 01 18:13:42.181 INFO O| Planning: Finding local manifests ... Done
36262024-10-01T18:13:44.160Z[ recovery-image] Oct 01 18:13:42.196 INFO O| Oct 01 18:13:42.196 INFO O| Planning: Fetching manifests: 0/124 0% complete
36272024-10-01T18:13:44.954Z[ host-image] Oct 01 18:13:42.989 INFO O| Oct 01 18:13:42.989 INFO O| Download: 1800/22734 items 15.9/196.5MB 8% complete (1.5M/s)
36282024-10-01T18:13:48.582Z[ recovery-image] Oct 01 18:13:46.617 INFO O| Oct 01 18:13:46.617 INFO O| Planning: Fetching manifests: 124/124 100% complete
36292024-10-01T18:13:49.687Z[ recovery-image] Oct 01 18:13:47.721 INFO O| Oct 01 18:13:47.721 INFO O| Planning: Package planning ... Done
36302024-10-01T18:13:50.164Z[ host-image] Oct 01 18:13:48.144 INFO O| Oct 01 18:13:48.144 INFO O| Download: 2353/22734 items 27.6/196.5MB 14% complete (2.0M/s)
36312024-10-01T18:13:50.350Z[ recovery-image] Oct 01 18:13:48.384 INFO O| Oct 01 18:13:48.384 INFO O| Planning: Merging actions ... Done
36322024-10-01T18:13:50.526Z[ recovery-image] Oct 01 18:13:48.560 INFO O| Oct 01 18:13:48.560 INFO O| Planning: Checking for conflicting actions ... Done
36332024-10-01T18:13:50.721Z[ recovery-image] Oct 01 18:13:48.756 INFO O| Oct 01 18:13:48.756 INFO O| Planning: Consolidating action changes ... Done
36342024-10-01T18:13:51.069Z[ recovery-image] Oct 01 18:13:49.104 INFO O| Oct 01 18:13:49.104 INFO O| Planning: Evaluating mediators ... Done
36352024-10-01T18:13:55.112Z[ host-image] Oct 01 18:13:53.146 INFO O| Oct 01 18:13:53.146 INFO O| Download: 3540/22734 items 35.7/196.5MB 18% complete (1.9M/s)
36362024-10-01T18:13:57.088Z[ recovery-image] Oct 01 18:13:55.122 INFO O| Oct 01 18:13:55.121 INFO O| Planning: Planning completed in 91.46 seconds
36372024-10-01T18:13:57.095Z[ recovery-image] Oct 01 18:13:55.128 INFO O| Oct 01 18:13:55.128 INFO O| Packages to install: 124
36382024-10-01T18:13:57.095Z[ recovery-image] Oct 01 18:13:55.128 INFO O| Oct 01 18:13:55.128 INFO O| Mediators to change: 4
36392024-10-01T18:13:57.097Z[ recovery-image] Oct 01 18:13:55.128 INFO O| Oct 01 18:13:55.128 INFO O| Services to change: 5
36402024-10-01T18:13:57.194Z[ recovery-image] Oct 01 18:13:55.227 INFO O| Oct 01 18:13:55.227 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete
36412024-10-01T18:13:57.907Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36422024-10-01T18:13:58.000Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36432024-10-01T18:14:00.113Z[ host-image] Oct 01 18:13:58.146 INFO O| Oct 01 18:13:58.146 INFO O| Download: 4545/22734 items 42.4/196.5MB 21% complete (1.5M/s)
36442024-10-01T18:14:02.240Z[ recovery-image] Oct 01 18:14:00.272 INFO O| Oct 01 18:14:00.272 INFO O| Download: 1003/15836 items 7.7/173.3MB 4% complete (1.6M/s)
36452024-10-01T18:14:04.304Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36462024-10-01T18:14:05.114Z[ host-image] Oct 01 18:14:03.146 INFO O| Oct 01 18:14:03.146 INFO O| Download: 5222/22734 items 46.0/196.5MB 23% complete (1.0M/s)
36472024-10-01T18:14:07.498Z[ recovery-image] Oct 01 18:14:05.529 INFO O| Oct 01 18:14:05.529 INFO O| Download: 1098/15836 items 9.2/173.3MB 5% complete (1.3M/s)
36482024-10-01T18:14:10.116Z[ host-image] Oct 01 18:14:08.147 INFO O| Oct 01 18:14:08.147 INFO O| Download: 6486/22734 items 46.7/196.5MB 23% complete (445k/s)
36492024-10-01T18:14:12.628Z[ recovery-image] Oct 01 18:14:10.659 INFO O| Oct 01 18:14:10.659 INFO O| Download: 1311/15836 items 20.0/173.3MB 11% complete (1.1M/s)
36502024-10-01T18:14:15.439Z[ host-image] Oct 01 18:14:13.469 INFO O| Oct 01 18:14:13.469 INFO O| Download: 6993/22734 items 50.6/196.5MB 25% complete (453k/s)
36512024-10-01T18:14:17.648Z[ recovery-image] Oct 01 18:14:15.678 INFO O| Oct 01 18:14:15.677 INFO O| Download: 1665/15836 items 25.7/173.3MB 14% complete (1.7M/s)
36522024-10-01T18:14:21.906Z[ host-image] Oct 01 18:14:19.935 INFO O| Oct 01 18:14:19.934 INFO O| Download: 7959/22734 items 59.6/196.5MB 30% complete (1.3M/s)
36532024-10-01T18:14:23.399Z[ recovery-image] Oct 01 18:14:21.428 INFO O| Oct 01 18:14:21.427 INFO O| Download: 2680/15836 items 33.1/173.3MB 19% complete (1.4M/s)
36542024-10-01T18:14:27.085Z[ host-image] Oct 01 18:14:25.113 INFO O| Oct 01 18:14:25.113 INFO O| Download: 8285/22734 items 66.8/196.5MB 33% complete (982k/s)
36552024-10-01T18:14:28.648Z[ recovery-image] Oct 01 18:14:26.676 INFO O| Oct 01 18:14:26.676 INFO O| Download: 3680/15836 items 40.1/173.3MB 23% complete (1.4M/s)
36562024-10-01T18:14:32.089Z[ host-image] Oct 01 18:14:30.117 INFO O| Oct 01 18:14:30.117 INFO O| Download: 9196/22734 items 76.6/196.5MB 38% complete (1.6M/s)
36572024-10-01T18:14:33.653Z[ recovery-image] Oct 01 18:14:31.680 INFO O| Oct 01 18:14:31.680 INFO O| Download: 4469/15836 items 42.8/173.3MB 24% complete (995k/s)
36582024-10-01T18:14:37.106Z[ host-image] Oct 01 18:14:35.133 INFO O| Oct 01 18:14:35.133 INFO O| Download: 9900/22734 items 83.7/196.5MB 42% complete (1.7M/s)
36592024-10-01T18:14:38.661Z[ recovery-image] Oct 01 18:14:36.687 INFO O| Oct 01 18:14:36.687 INFO O| Download: 5355/15836 items 43.3/173.3MB 24% complete (335k/s)
36602024-10-01T18:14:42.086Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36612024-10-01T18:14:42.108Z[ host-image] Oct 01 18:14:40.133 INFO O| Oct 01 18:14:40.133 INFO O| Download: 10417/22734 items 88.0/196.5MB 44% complete (1.1M/s)
36622024-10-01T18:14:43.671Z[ recovery-image] Oct 01 18:14:41.696 INFO O| Oct 01 18:14:41.696 INFO O| Download: 5989/15836 items 54.1/173.3MB 31% complete (1.1M/s)
36632024-10-01T18:14:46.958Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36642024-10-01T18:14:47.109Z[ host-image] Oct 01 18:14:45.133 INFO O| Oct 01 18:14:45.133 INFO O| Download: 11097/22734 items 92.0/196.5MB 46% complete (858k/s)
36652024-10-01T18:14:48.695Z[ recovery-image] Oct 01 18:14:46.720 INFO O| Oct 01 18:14:46.720 INFO O| Download: 6411/15836 items 63.2/173.3MB 36% complete (1.9M/s)
36662024-10-01T18:14:52.115Z[ host-image] Oct 01 18:14:50.139 INFO O| Oct 01 18:14:50.139 INFO O| Download: 11597/22734 items 96.3/196.5MB 48% complete (845k/s)
36672024-10-01T18:14:52.225Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
36682024-10-01T18:14:53.744Z[ recovery-image] Oct 01 18:14:51.767 INFO O| Oct 01 18:14:51.767 INFO O| Download: 7286/15836 items 73.4/173.3MB 42% complete (1.9M/s)
36692024-10-01T18:14:55.088Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
36702024-10-01T18:14:57.416Z[ host-image] Oct 01 18:14:55.439 INFO O| Oct 01 18:14:55.439 INFO O| Download: 12172/22734 items 108.5/196.5MB 55% complete (1.6M/s)
36712024-10-01T18:14:59.169Z[ recovery-image] Oct 01 18:14:57.192 INFO O| Oct 01 18:14:57.191 INFO O| Download: 7922/15836 items 77.4/173.3MB 44% complete (1.5M/s)
36722024-10-01T18:15:02.420Z[ host-image] Oct 01 18:15:00.442 INFO O| Oct 01 18:15:00.442 INFO O| Download: 13203/22734 items 109.9/196.5MB 55% complete (1.4M/s)
36732024-10-01T18:15:04.930Z[ recovery-image] Oct 01 18:15:02.951 INFO O| Oct 01 18:15:02.951 INFO O| Download: 8660/15836 items 81.5/173.3MB 47% complete (755k/s)
36742024-10-01T18:15:07.444Z[ host-image] Oct 01 18:15:05.465 INFO O| Oct 01 18:15:05.464 INFO O| Download: 14223/22734 items 110.6/196.5MB 56% complete (215k/s)
36752024-10-01T18:15:09.937Z[ recovery-image] Oct 01 18:15:07.957 INFO O| Oct 01 18:15:07.957 INFO O| Download: 8843/15836 items 91.9/173.3MB 53% complete (1.4M/s)
36762024-10-01T18:15:12.452Z[ host-image] Oct 01 18:15:10.472 INFO O| Oct 01 18:15:10.472 INFO O| Download: 14784/22734 items 120.2/196.5MB 61% complete (1.0M/s)
36772024-10-01T18:15:14.950Z[ recovery-image] Oct 01 18:15:12.970 INFO O| Oct 01 18:15:12.970 INFO O| Download: 9690/15836 items 93.0/173.3MB 53% complete (1.2M/s)
36782024-10-01T18:15:17.455Z[ host-image] Oct 01 18:15:15.474 INFO O| Oct 01 18:15:15.474 INFO O| Download: 15675/22734 items 125.7/196.5MB 63% complete (1.5M/s)
36792024-10-01T18:15:20.183Z[ recovery-image] Oct 01 18:15:18.202 INFO O| Oct 01 18:15:18.202 INFO O| Download: 10550/15836 items 93.4/173.3MB 53% complete (160k/s)
36802024-10-01T18:15:22.457Z[ host-image] Oct 01 18:15:20.475 INFO O| Oct 01 18:15:20.475 INFO O| Download: 16550/22734 items 138.6/196.5MB 70% complete (1.8M/s)
36812024-10-01T18:15:25.185Z[ recovery-image] Oct 01 18:15:23.203 INFO O| Oct 01 18:15:23.202 INFO O| Download: 11098/15836 items 99.6/173.3MB 57% complete (652k/s)
36822024-10-01T18:15:27.458Z[ host-image] Oct 01 18:15:25.476 INFO O| Oct 01 18:15:25.475 INFO O| Download: 17353/22734 items 148.5/196.5MB 75% complete (2.3M/s)
36832024-10-01T18:15:30.188Z[ recovery-image] Oct 01 18:15:28.205 INFO O| Oct 01 18:15:28.205 INFO O| Download: 11660/15836 items 116.9/173.3MB 67% complete (2.3M/s)
36842024-10-01T18:15:32.460Z[ host-image] Oct 01 18:15:30.476 INFO O| Oct 01 18:15:30.476 INFO O| Download: 18093/22734 items 159.8/196.5MB 81% complete (2.1M/s)
36852024-10-01T18:15:35.193Z[ recovery-image] Oct 01 18:15:33.205 INFO O| Oct 01 18:15:33.205 INFO O| Download: 12113/15836 items 137.9/173.3MB 79% complete (3.9M/s)
36862024-10-01T18:15:37.780Z[ host-image] Oct 01 18:15:35.796 INFO O| Oct 01 18:15:35.796 INFO O| Download: 18948/22734 items 163.4/196.5MB 83% complete (1.9M/s)
36872024-10-01T18:15:40.193Z[ recovery-image] Oct 01 18:15:38.209 INFO O| Oct 01 18:15:38.208 INFO O| Download: 13067/15836 items 141.7/173.3MB 81% complete (2.7M/s)
36882024-10-01T18:15:42.804Z[ host-image] Oct 01 18:15:40.818 INFO O| Oct 01 18:15:40.818 INFO O| Download: 19915/22734 items 166.5/196.5MB 84% complete (632k/s)
36892024-10-01T18:15:45.520Z[ recovery-image] Oct 01 18:15:43.533 INFO O| Oct 01 18:15:43.533 INFO O| Download: 14031/15836 items 145.0/173.3MB 83% complete (799k/s)
36902024-10-01T18:15:47.986Z[ host-image] Oct 01 18:15:45.999 INFO O| Oct 01 18:15:45.999 INFO O| Download: 20598/22734 items 169.5/196.5MB 86% complete (673k/s)
36912024-10-01T18:15:50.525Z[ recovery-image] Oct 01 18:15:48.538 INFO O| Oct 01 18:15:48.538 INFO O| Download: 14751/15836 items 153.4/173.3MB 88% complete (1.1M/s)
36922024-10-01T18:15:53.145Z[ host-image] Oct 01 18:15:51.158 INFO O| Oct 01 18:15:51.158 INFO O| Download: 20947/22734 items 175.8/196.5MB 89% complete (973k/s)
36932024-10-01T18:15:55.530Z[ recovery-image] Oct 01 18:15:53.543 INFO O| Oct 01 18:15:53.543 INFO O| Download: 15507/15836 items 165.8/173.3MB 95% complete (2.1M/s)
36942024-10-01T18:15:58.149Z[ host-image] Oct 01 18:15:56.161 INFO O| Oct 01 18:15:56.161 INFO O| Download: 21796/22734 items 187.4/196.5MB 95% complete (1.8M/s)
36952024-10-01T18:16:01.286Z[ recovery-image] Oct 01 18:15:59.297 INFO O| Oct 01 18:15:59.297 INFO O| Download: 15831/15836 items 173.3/173.3MB 99% complete (2.0M/s)
36962024-10-01T18:16:01.301Z[ recovery-image] Oct 01 18:15:59.312 INFO O| Oct 01 18:15:59.312 INFO O| Download: Completed 173.28 MB in 124.09 seconds (1.4M/s)
36972024-10-01T18:16:02.408Z[ recovery-image] Oct 01 18:16:00.419 INFO O| Oct 01 18:16:00.419 INFO O| Actions: 1/24972 actions (Installing new actions)
36982024-10-01T18:16:03.152Z[ host-image] Oct 01 18:16:01.163 INFO O| Oct 01 18:16:01.163 INFO O| Download: 22329/22734 items 195.6/196.5MB 99% complete (2.0M/s)
36992024-10-01T18:16:05.000Z[ host-image] Oct 01 18:16:03.011 INFO O| Oct 01 18:16:03.011 INFO O| Download: Completed 196.51 MB in 150.31 seconds (1.3M/s)
37002024-10-01T18:16:06.636Z[ host-image] Oct 01 18:16:04.646 INFO O| Oct 01 18:16:04.646 INFO O| Actions: 1/49270 actions (Installing new actions)
37012024-10-01T18:16:07.411Z[ recovery-image] Oct 01 18:16:05.419 INFO O| Oct 01 18:16:05.419 INFO O| Actions: 8821/24972 actions (Installing new actions)
37022024-10-01T18:16:11.637Z[ host-image] Oct 01 18:16:09.647 INFO O| Oct 01 18:16:09.647 INFO O| Actions: 8720/49270 actions (Installing new actions)
37032024-10-01T18:16:12.410Z[ recovery-image] Oct 01 18:16:10.420 INFO O| Oct 01 18:16:10.419 INFO O| Actions: 14638/24972 actions (Installing new actions)
37042024-10-01T18:16:16.639Z[ host-image] Oct 01 18:16:14.647 INFO O| Oct 01 18:16:14.647 INFO O| Actions: 14626/49270 actions (Installing new actions)
37052024-10-01T18:16:20.358Z[ recovery-image] Oct 01 18:16:18.366 INFO O| Oct 01 18:16:18.366 INFO O| Actions: 24419/24972 actions (Installing new actions)
37062024-10-01T18:16:21.639Z[ host-image] Oct 01 18:16:19.647 INFO O| Oct 01 18:16:19.647 INFO O| Actions: 22599/49270 actions (Installing new actions)
37072024-10-01T18:16:25.359Z[ recovery-image] Oct 01 18:16:23.367 INFO O| Oct 01 18:16:23.367 INFO O| Actions: 24970/24972 actions (Installing new actions)
37082024-10-01T18:16:25.366Z[ recovery-image] Oct 01 18:16:23.374 INFO O| Oct 01 18:16:23.374 INFO O| Actions: Completed 24972 actions in 22.95 seconds.
37092024-10-01T18:16:25.930Z[ recovery-image] Oct 01 18:16:23.937 INFO O| Oct 01 18:16:23.937 INFO O| Done
37102024-10-01T18:16:25.930Z[ recovery-image] Oct 01 18:16:23.937 INFO O| Oct 01 18:16:23.937 INFO O| Done
37112024-10-01T18:16:27.406Z[ recovery-image] Oct 01 18:16:25.413 INFO O| Oct 01 18:16:25.413 INFO O| Done
37122024-10-01T18:16:27.590Z[ host-image] Oct 01 18:16:25.596 INFO O| Oct 01 18:16:25.596 INFO O| Actions: 48717/49270 actions (Installing new actions)
37132024-10-01T18:16:29.204Z[ recovery-image] Oct 01 18:16:27.210 INFO O| Oct 01 18:16:27.209 INFO O| Done
37142024-10-01T18:16:29.225Z[ recovery-image] Oct 01 18:16:27.232 INFO O| Oct 01 18:16:27.232 INFO O| Done
37152024-10-01T18:16:31.382Z[ host-image] Oct 01 18:16:29.388 INFO O| Oct 01 18:16:29.388 INFO O| Actions: Completed 49270 actions in 24.74 seconds.
37162024-10-01T18:16:32.225Z[ host-image] Oct 01 18:16:30.225 INFO O| Oct 01 18:16:30.225 INFO O| Done
37172024-10-01T18:16:32.241Z[ host-image] Oct 01 18:16:30.225 INFO O| Oct 01 18:16:30.225 INFO O| Done
37182024-10-01T18:16:33.514Z[ host-image] Oct 01 18:16:31.520 INFO O| Oct 01 18:16:31.520 INFO O| Done
37192024-10-01T18:16:34.114Z[ recovery-image] Oct 01 18:16:32.118 INFO O| Oct 01 18:16:32.118 INFO O| Done
37202024-10-01T18:16:34.872Z[ recovery-image] Oct 01 18:16:32.878 INFO O| Oct 01 18:16:32.878 INFO O| Done
37212024-10-01T18:16:35.236Z[ recovery-image] Oct 01 18:16:33.242 INFO O| Oct 01 18:16:33.241 INFO STEP 11 (pkg_install) COMPLETE
37222024-10-01T18:16:35.236Z[ recovery-image] Oct 01 18:16:33.242 INFO O| Oct 01 18:16:33.241 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37232024-10-01T18:16:35.239Z[ recovery-image] Oct 01 18:16:33.242 INFO O| Oct 01 18:16:33.242 INFO skip step because feature "recovery" is enabled
37242024-10-01T18:16:35.239Z[ recovery-image] Oct 01 18:16:33.242 INFO O| Oct 01 18:16:33.242 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37252024-10-01T18:16:35.239Z[ recovery-image] Oct 01 18:16:33.242 INFO O| Oct 01 18:16:33.242 INFO skip step because feature "omicron1" is not enabled
37262024-10-01T18:16:35.239Z[ recovery-image] Oct 01 18:16:33.242 INFO O| Oct 01 18:16:33.242 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37272024-10-01T18:16:35.256Z[ recovery-image] Oct 01 18:16:33.262 INFO O| Oct 01 18:16:33.262 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37282024-10-01T18:16:36.380Z[ host-image] Oct 01 18:16:34.385 INFO O| Oct 01 18:16:34.385 INFO O| Done
37292024-10-01T18:16:36.384Z[ recovery-image] Oct 01 18:16:34.390 INFO O| Oct 01 18:16:34.390 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37302024-10-01T18:16:36.442Z[ host-image] Oct 01 18:16:34.443 INFO O| Oct 01 18:16:34.443 INFO O| Done
37312024-10-01T18:16:40.457Z[ recovery-image] Oct 01 18:16:38.461 INFO O| Oct 01 18:16:38.461 INFO O| Planning: Solver setup ... Done
37322024-10-01T18:16:40.473Z[ recovery-image] Oct 01 18:16:38.478 INFO O| Oct 01 18:16:38.478 INFO O| Planning: Running solver ... Done
37332024-10-01T18:16:40.538Z[ recovery-image] Oct 01 18:16:38.543 INFO O| Oct 01 18:16:38.542 INFO O| Planning: Finding local manifests ... Done
37342024-10-01T18:16:40.538Z[ recovery-image] Oct 01 18:16:38.543 INFO O| Oct 01 18:16:38.543 INFO O| Planning: Fetching manifests: 0/1 0% complete
37352024-10-01T18:16:40.660Z[ recovery-image] Oct 01 18:16:38.665 INFO O| Oct 01 18:16:38.664 INFO O| Planning: Fetching manifests: 1/1 100% complete
37362024-10-01T18:16:40.693Z[ recovery-image] Oct 01 18:16:38.698 INFO O| Oct 01 18:16:38.697 INFO O| Planning: Package planning ... Done
37372024-10-01T18:16:40.693Z[ recovery-image] Oct 01 18:16:38.698 INFO O| Oct 01 18:16:38.698 INFO O| Planning: Merging actions ... Done
37382024-10-01T18:16:40.744Z[ recovery-image] Oct 01 18:16:38.749 INFO O| Oct 01 18:16:38.749 INFO O| Planning: Checking for conflicting actions ... Done
37392024-10-01T18:16:40.747Z[ recovery-image] Oct 01 18:16:38.750 INFO O| Oct 01 18:16:38.750 INFO O| Planning: Consolidating action changes ... Done
37402024-10-01T18:16:41.055Z[ recovery-image] Oct 01 18:16:39.060 INFO O| Oct 01 18:16:39.060 INFO O| Planning: Evaluating mediators ... Done
37412024-10-01T18:16:41.058Z[ recovery-image] Oct 01 18:16:39.061 INFO O| Oct 01 18:16:39.061 INFO O| Planning: Planning completed in 4.67 seconds
37422024-10-01T18:16:41.060Z[ recovery-image] Oct 01 18:16:39.063 INFO O| Oct 01 18:16:39.063 INFO O| Packages to install: 1
37432024-10-01T18:16:41.086Z[ recovery-image] Oct 01 18:16:39.091 INFO O| Oct 01 18:16:39.091 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
37442024-10-01T18:16:43.447Z[ recovery-image] Oct 01 18:16:41.432 INFO O| Oct 01 18:16:41.432 INFO O| Download: Completed 20.80 MB in 2.34 seconds (8.9M/s)
37452024-10-01T18:16:43.584Z[ recovery-image] Oct 01 18:16:41.547 INFO O| Oct 01 18:16:41.547 INFO O| Actions: 1/22 actions (Installing new actions)
37462024-10-01T18:16:44.637Z[ recovery-image] Oct 01 18:16:42.641 INFO O| Oct 01 18:16:42.641 INFO O| Actions: Completed 22 actions in 1.09 seconds.
37472024-10-01T18:16:44.874Z[ host-image] Oct 01 18:16:42.878 INFO O| Oct 01 18:16:42.878 INFO O| Done
37482024-10-01T18:16:45.149Z[ recovery-image] Oct 01 18:16:43.153 INFO O| Oct 01 18:16:43.153 INFO O| Done
37492024-10-01T18:16:45.149Z[ recovery-image] Oct 01 18:16:43.153 INFO O| Oct 01 18:16:43.153 INFO O| Done
37502024-10-01T18:16:45.812Z[ host-image] Oct 01 18:16:43.815 INFO O| Oct 01 18:16:43.814 INFO O| Done
37512024-10-01T18:16:46.007Z[ recovery-image] Oct 01 18:16:44.010 INFO O| Oct 01 18:16:44.010 INFO O| Done
37522024-10-01T18:16:46.150Z[ host-image] Oct 01 18:16:44.154 INFO O| Oct 01 18:16:44.154 INFO STEP 11 (pkg_install) COMPLETE
37532024-10-01T18:16:46.150Z[ host-image] Oct 01 18:16:44.154 INFO O| Oct 01 18:16:44.154 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37542024-10-01T18:16:46.169Z[ host-image] Oct 01 18:16:44.172 INFO O| Oct 01 18:16:44.172 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
37552024-10-01T18:16:47.379Z[ host-image] Oct 01 18:16:45.383 INFO O| Oct 01 18:16:45.383 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37562024-10-01T18:16:48.098Z[ recovery-image] Oct 01 18:16:46.097 INFO O| Oct 01 18:16:46.097 INFO O| Done
37572024-10-01T18:16:48.119Z[ recovery-image] Oct 01 18:16:46.122 INFO O| Oct 01 18:16:46.122 INFO O| Done
37582024-10-01T18:16:48.121Z[ recovery-image] Oct 01 18:16:46.122 INFO O| Oct 01 18:16:46.122 INFO O| Done
37592024-10-01T18:16:48.137Z[ recovery-image] Oct 01 18:16:46.140 INFO O| Oct 01 18:16:46.140 INFO O| Done
37602024-10-01T18:16:48.394Z[ recovery-image] Oct 01 18:16:46.398 INFO O| Oct 01 18:16:46.398 INFO STEP 14 (pkg_install) COMPLETE
37612024-10-01T18:16:48.394Z[ recovery-image] Oct 01 18:16:46.398 INFO O| Oct 01 18:16:46.398 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37622024-10-01T18:16:48.397Z[ recovery-image] Oct 01 18:16:46.398 INFO O| Oct 01 18:16:46.398 INFO skip step because feature "mfg" is not enabled
37632024-10-01T18:16:48.397Z[ recovery-image] Oct 01 18:16:46.398 INFO O| Oct 01 18:16:46.398 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37642024-10-01T18:16:48.397Z[ recovery-image] Oct 01 18:16:46.398 INFO O| Oct 01 18:16:46.398 INFO skip step because feature "compliance" is not enabled
37652024-10-01T18:16:48.397Z[ recovery-image] Oct 01 18:16:46.398 INFO O| Oct 01 18:16:46.398 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37662024-10-01T18:16:48.397Z[ recovery-image] Oct 01 18:16:46.398 INFO O| Oct 01 18:16:46.398 INFO skip step because feature "stress" is not enabled
37672024-10-01T18:16:48.397Z[ recovery-image] Oct 01 18:16:46.398 INFO O| Oct 01 18:16:46.398 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37682024-10-01T18:16:48.397Z[ recovery-image] Oct 01 18:16:46.398 INFO O| Oct 01 18:16:46.398 INFO skip step because feature "nfs" is not enabled
37692024-10-01T18:16:48.397Z[ recovery-image] Oct 01 18:16:46.398 INFO O| Oct 01 18:16:46.398 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37702024-10-01T18:16:48.403Z[ recovery-image] Oct 01 18:16:46.398 INFO O| Oct 01 18:16:46.398 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37712024-10-01T18:16:48.479Z[ recovery-image] Oct 01 18:16:46.482 INFO O| Oct 01 18:16:46.482 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37722024-10-01T18:16:48.571Z[ recovery-image] Oct 01 18:16:46.574 INFO O| Oct 01 18:16:46.574 INFO completed processing gimlet/ramdisk-01-os
37732024-10-01T18:16:48.574Z[ recovery-image] Oct 01 18:16:46.578 INFO image builder template: ramdisk-02-trim...
37742024-10-01T18:16:48.574Z[ recovery-image] Oct 01 18:16:46.578 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/.tmpsSQlbn/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
37752024-10-01T18:16:48.616Z[ recovery-image] Oct 01 18:16:46.619 INFO O| Oct 01 18:16:46.619 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37762024-10-01T18:16:48.624Z[ recovery-image] Oct 01 18:16:46.627 INFO O| Oct 01 18:16:46.627 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37772024-10-01T18:16:48.739Z[ recovery-image] Oct 01 18:16:46.742 INFO O| Oct 01 18:16:46.742 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
37782024-10-01T18:16:48.825Z[ recovery-image] Oct 01 18:16:46.828 INFO O| Oct 01 18:16:46.828 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37792024-10-01T18:16:48.827Z[ recovery-image] Oct 01 18:16:46.829 INFO O| Oct 01 18:16:46.828 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37802024-10-01T18:16:48.835Z[ recovery-image] Oct 01 18:16:46.839 INFO O| Oct 01 18:16:46.839 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37812024-10-01T18:16:48.865Z[ recovery-image] Oct 01 18:16:46.868 INFO O| Oct 01 18:16:46.868 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37822024-10-01T18:16:48.891Z[ recovery-image] Oct 01 18:16:46.894 INFO O| Oct 01 18:16:46.894 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37832024-10-01T18:16:49.324Z[ recovery-image] Oct 01 18:16:47.327 INFO O| Oct 01 18:16:47.327 INFO rolled back to input snapshot; work may begin
37842024-10-01T18:16:49.324Z[ recovery-image] Oct 01 18:16:47.327 INFO O| Oct 01 18:16:47.327 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37852024-10-01T18:16:49.332Z[ recovery-image] Oct 01 18:16:47.335 INFO O| Oct 01 18:16:47.335 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37862024-10-01T18:16:49.349Z[ recovery-image] Oct 01 18:16:47.353 INFO O| Oct 01 18:16:47.352 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37872024-10-01T18:16:49.441Z[ recovery-image] Oct 01 18:16:47.444 INFO O| Oct 01 18:16:47.444 INFO STEP 0 (remove_files) COMPLETE
37882024-10-01T18:16:49.441Z[ recovery-image] Oct 01 18:16:47.444 INFO O| Oct 01 18:16:47.444 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37892024-10-01T18:16:49.502Z[ recovery-image] Oct 01 18:16:47.505 INFO O| Oct 01 18:16:47.505 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37902024-10-01T18:16:49.505Z[ recovery-image] Oct 01 18:16:47.508 INFO O| Oct 01 18:16:47.507 INFO STEP 1 (remove_files) COMPLETE
37912024-10-01T18:16:49.505Z[ recovery-image] Oct 01 18:16:47.508 INFO O| Oct 01 18:16:47.508 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37922024-10-01T18:16:49.524Z[ recovery-image] Oct 01 18:16:47.526 INFO O| Oct 01 18:16:47.526 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37932024-10-01T18:16:49.567Z[ recovery-image] Oct 01 18:16:47.570 INFO O| Oct 01 18:16:47.570 INFO STEP 2 (remove_files) COMPLETE
37942024-10-01T18:16:49.567Z[ recovery-image] Oct 01 18:16:47.570 INFO O| Oct 01 18:16:47.570 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37952024-10-01T18:16:49.605Z[ recovery-image] Oct 01 18:16:47.609 INFO O| Oct 01 18:16:47.608 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37962024-10-01T18:16:49.608Z[ recovery-image] Oct 01 18:16:47.611 INFO O| Oct 01 18:16:47.611 INFO STEP 3 (remove_files) COMPLETE
37972024-10-01T18:16:49.610Z[ recovery-image] Oct 01 18:16:47.611 INFO O| Oct 01 18:16:47.611 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37982024-10-01T18:16:49.652Z[ recovery-image] Oct 01 18:16:47.655 INFO O| Oct 01 18:16:47.655 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37992024-10-01T18:16:49.829Z[ recovery-image] Oct 01 18:16:47.661 INFO O| Oct 01 18:16:47.661 INFO STEP 4 (remove_files) COMPLETE
38002024-10-01T18:16:49.829Z[ recovery-image] Oct 01 18:16:47.661 INFO O| Oct 01 18:16:47.661 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38012024-10-01T18:16:49.831Z[ recovery-image] Oct 01 18:16:47.681 INFO O| Oct 01 18:16:47.681 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38022024-10-01T18:16:49.831Z[ recovery-image] Oct 01 18:16:47.681 INFO O| Oct 01 18:16:47.681 INFO STEP 5 (remove_files) COMPLETE
38032024-10-01T18:16:49.831Z[ recovery-image] Oct 01 18:16:47.681 INFO O| Oct 01 18:16:47.681 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38042024-10-01T18:16:49.831Z[ recovery-image] Oct 01 18:16:47.709 INFO O| Oct 01 18:16:47.709 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38052024-10-01T18:16:49.831Z[ recovery-image] Oct 01 18:16:47.726 INFO O| Oct 01 18:16:47.726 INFO STEP 6 (remove_files) COMPLETE
38062024-10-01T18:16:49.831Z[ recovery-image] Oct 01 18:16:47.726 INFO O| Oct 01 18:16:47.726 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38072024-10-01T18:16:49.831Z[ recovery-image] Oct 01 18:16:47.726 INFO O| Oct 01 18:16:47.726 INFO skip step because feature "recovery" is enabled
38082024-10-01T18:16:49.831Z[ recovery-image] Oct 01 18:16:47.726 INFO O| Oct 01 18:16:47.726 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38092024-10-01T18:16:49.831Z[ recovery-image] Oct 01 18:16:47.726 INFO O| Oct 01 18:16:47.726 INFO skip step because feature "recovery" is enabled
38102024-10-01T18:16:49.832Z[ recovery-image] Oct 01 18:16:47.726 INFO O| Oct 01 18:16:47.726 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38112024-10-01T18:16:49.832Z[ recovery-image] Oct 01 18:16:47.727 INFO O| Oct 01 18:16:47.726 INFO skip step because feature "recovery" is enabled
38122024-10-01T18:16:49.832Z[ recovery-image] Oct 01 18:16:47.727 INFO O| Oct 01 18:16:47.727 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38132024-10-01T18:16:49.832Z[ recovery-image] Oct 01 18:16:47.800 INFO O| Oct 01 18:16:47.800 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38142024-10-01T18:16:49.832Z[ recovery-image] Oct 01 18:16:47.806 INFO O| Oct 01 18:16:47.806 INFO STEP 10 (remove_files) COMPLETE
38152024-10-01T18:16:49.832Z[ recovery-image] Oct 01 18:16:47.806 INFO O| Oct 01 18:16:47.806 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38162024-10-01T18:16:49.863Z[ recovery-image] Oct 01 18:16:47.866 INFO O| Oct 01 18:16:47.866 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38172024-10-01T18:16:49.866Z[ recovery-image] Oct 01 18:16:47.868 INFO O| Oct 01 18:16:47.868 INFO STEP 11 (remove_files) COMPLETE
38182024-10-01T18:16:49.866Z[ recovery-image] Oct 01 18:16:47.868 INFO O| Oct 01 18:16:47.868 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38192024-10-01T18:16:49.891Z[ recovery-image] Oct 01 18:16:47.894 INFO O| Oct 01 18:16:47.894 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38202024-10-01T18:16:49.894Z[ recovery-image] Oct 01 18:16:47.897 INFO O| Oct 01 18:16:47.897 INFO STEP 12 (remove_files) COMPLETE
38212024-10-01T18:16:49.894Z[ recovery-image] Oct 01 18:16:47.897 INFO O| Oct 01 18:16:47.897 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38222024-10-01T18:16:49.953Z[ recovery-image] Oct 01 18:16:47.956 INFO O| Oct 01 18:16:47.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38232024-10-01T18:16:50.255Z[ recovery-image] Oct 01 18:16:48.257 INFO O| Oct 01 18:16:48.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38242024-10-01T18:16:50.288Z[ recovery-image] Oct 01 18:16:48.291 INFO O| Oct 01 18:16:48.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38252024-10-01T18:16:50.308Z[ recovery-image] Oct 01 18:16:48.311 INFO O| Oct 01 18:16:48.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38262024-10-01T18:16:50.311Z[ recovery-image] Oct 01 18:16:48.313 INFO O| Oct 01 18:16:48.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38272024-10-01T18:16:50.387Z[ recovery-image] Oct 01 18:16:48.391 INFO O| Oct 01 18:16:48.390 INFO STEP 13 (remove_files) COMPLETE
38282024-10-01T18:16:50.388Z[ recovery-image] Oct 01 18:16:48.391 INFO O| Oct 01 18:16:48.390 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38292024-10-01T18:16:50.437Z[ recovery-image] Oct 01 18:16:48.440 INFO O| Oct 01 18:16:48.440 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38302024-10-01T18:16:50.439Z[ recovery-image] Oct 01 18:16:48.442 INFO O| Oct 01 18:16:48.442 INFO STEP 14 (remove_files) COMPLETE
38312024-10-01T18:16:50.439Z[ recovery-image] Oct 01 18:16:48.442 INFO O| Oct 01 18:16:48.442 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38322024-10-01T18:16:50.458Z[ recovery-image] Oct 01 18:16:48.461 INFO O| Oct 01 18:16:48.461 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
38332024-10-01T18:16:50.467Z[ recovery-image] Oct 01 18:16:48.470 INFO O| Oct 01 18:16:48.470 INFO STEP 15 (remove_files) COMPLETE
38342024-10-01T18:16:50.467Z[ recovery-image] Oct 01 18:16:48.470 INFO O| Oct 01 18:16:48.470 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38352024-10-01T18:16:50.487Z[ recovery-image] Oct 01 18:16:48.490 INFO O| Oct 01 18:16:48.490 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
38362024-10-01T18:16:50.490Z[ recovery-image] Oct 01 18:16:48.490 INFO O| Oct 01 18:16:48.490 INFO STEP 16 (remove_files) COMPLETE
38372024-10-01T18:16:50.490Z[ recovery-image] Oct 01 18:16:48.490 INFO O| Oct 01 18:16:48.490 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38382024-10-01T18:16:50.520Z[ recovery-image] Oct 01 18:16:48.523 INFO O| Oct 01 18:16:48.523 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
38392024-10-01T18:16:50.522Z[ recovery-image] Oct 01 18:16:48.525 INFO O| Oct 01 18:16:48.525 INFO STEP 17 (remove_files) COMPLETE
38402024-10-01T18:16:50.523Z[ recovery-image] Oct 01 18:16:48.525 INFO O| Oct 01 18:16:48.525 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38412024-10-01T18:16:50.541Z[ recovery-image] Oct 01 18:16:48.544 INFO O| Oct 01 18:16:48.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
38422024-10-01T18:16:50.544Z[ recovery-image] Oct 01 18:16:48.545 INFO O| Oct 01 18:16:48.545 INFO STEP 18 (remove_files) COMPLETE
38432024-10-01T18:16:50.544Z[ recovery-image] Oct 01 18:16:48.545 INFO O| Oct 01 18:16:48.545 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38442024-10-01T18:16:50.573Z[ recovery-image] Oct 01 18:16:48.576 INFO O| Oct 01 18:16:48.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
38452024-10-01T18:16:50.573Z[ recovery-image] Oct 01 18:16:48.576 INFO O| Oct 01 18:16:48.576 INFO STEP 19 (remove_files) COMPLETE
38462024-10-01T18:16:50.573Z[ recovery-image] Oct 01 18:16:48.576 INFO O| Oct 01 18:16:48.576 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38472024-10-01T18:16:50.600Z[ recovery-image] Oct 01 18:16:48.603 INFO O| Oct 01 18:16:48.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
38482024-10-01T18:16:50.600Z[ recovery-image] Oct 01 18:16:48.603 INFO O| Oct 01 18:16:48.603 INFO STEP 20 (remove_files) COMPLETE
38492024-10-01T18:16:50.600Z[ recovery-image] Oct 01 18:16:48.603 INFO O| Oct 01 18:16:48.603 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38502024-10-01T18:16:50.619Z[ recovery-image] Oct 01 18:16:48.622 INFO O| Oct 01 18:16:48.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
38512024-10-01T18:16:50.619Z[ recovery-image] Oct 01 18:16:48.622 INFO O| Oct 01 18:16:48.622 INFO STEP 21 (remove_files) COMPLETE
38522024-10-01T18:16:50.622Z[ recovery-image] Oct 01 18:16:48.623 INFO O| Oct 01 18:16:48.622 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38532024-10-01T18:16:50.638Z[ recovery-image] Oct 01 18:16:48.641 INFO O| Oct 01 18:16:48.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
38542024-10-01T18:16:50.638Z[ recovery-image] Oct 01 18:16:48.641 INFO O| Oct 01 18:16:48.641 INFO STEP 22 (remove_files) COMPLETE
38552024-10-01T18:16:50.640Z[ recovery-image] Oct 01 18:16:48.641 INFO O| Oct 01 18:16:48.641 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38562024-10-01T18:16:50.676Z[ recovery-image] Oct 01 18:16:48.679 INFO O| Oct 01 18:16:48.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
38572024-10-01T18:16:50.676Z[ recovery-image] Oct 01 18:16:48.679 INFO O| Oct 01 18:16:48.679 INFO STEP 23 (remove_files) COMPLETE
38582024-10-01T18:16:50.679Z[ recovery-image] Oct 01 18:16:48.679 INFO O| Oct 01 18:16:48.679 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38592024-10-01T18:16:50.711Z[ recovery-image] Oct 01 18:16:48.714 INFO O| Oct 01 18:16:48.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
38602024-10-01T18:16:50.711Z[ recovery-image] Oct 01 18:16:48.714 INFO O| Oct 01 18:16:48.714 INFO STEP 24 (remove_files) COMPLETE
38612024-10-01T18:16:50.714Z[ recovery-image] Oct 01 18:16:48.715 INFO O| Oct 01 18:16:48.714 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38622024-10-01T18:16:50.764Z[ recovery-image] Oct 01 18:16:48.767 INFO O| Oct 01 18:16:48.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
38632024-10-01T18:16:50.764Z[ recovery-image] Oct 01 18:16:48.767 INFO O| Oct 01 18:16:48.767 INFO STEP 25 (remove_files) COMPLETE
38642024-10-01T18:16:50.764Z[ recovery-image] Oct 01 18:16:48.767 INFO O| Oct 01 18:16:48.767 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38652024-10-01T18:16:50.782Z[ recovery-image] Oct 01 18:16:48.785 INFO O| Oct 01 18:16:48.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
38662024-10-01T18:16:50.782Z[ recovery-image] Oct 01 18:16:48.785 INFO O| Oct 01 18:16:48.785 INFO STEP 26 (remove_files) COMPLETE
38672024-10-01T18:16:50.782Z[ recovery-image] Oct 01 18:16:48.785 INFO O| Oct 01 18:16:48.785 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38682024-10-01T18:16:50.802Z[ recovery-image] Oct 01 18:16:48.805 INFO O| Oct 01 18:16:48.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
38692024-10-01T18:16:50.802Z[ recovery-image] Oct 01 18:16:48.805 INFO O| Oct 01 18:16:48.805 INFO STEP 27 (remove_files) COMPLETE
38702024-10-01T18:16:50.802Z[ recovery-image] Oct 01 18:16:48.805 INFO O| Oct 01 18:16:48.805 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38712024-10-01T18:16:50.865Z[ recovery-image] Oct 01 18:16:48.868 INFO O| Oct 01 18:16:48.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
38722024-10-01T18:16:50.865Z[ recovery-image] Oct 01 18:16:48.868 INFO O| Oct 01 18:16:48.868 INFO STEP 28 (remove_files) COMPLETE
38732024-10-01T18:16:50.868Z[ recovery-image] Oct 01 18:16:48.868 INFO O| Oct 01 18:16:48.868 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38742024-10-01T18:16:50.884Z[ recovery-image] Oct 01 18:16:48.887 INFO O| Oct 01 18:16:48.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
38752024-10-01T18:16:50.884Z[ recovery-image] Oct 01 18:16:48.887 INFO O| Oct 01 18:16:48.887 INFO STEP 29 (remove_files) COMPLETE
38762024-10-01T18:16:50.884Z[ recovery-image] Oct 01 18:16:48.887 INFO O| Oct 01 18:16:48.887 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38772024-10-01T18:16:50.905Z[ recovery-image] Oct 01 18:16:48.907 INFO O| Oct 01 18:16:48.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
38782024-10-01T18:16:50.905Z[ recovery-image] Oct 01 18:16:48.908 INFO O| Oct 01 18:16:48.907 INFO STEP 30 (remove_files) COMPLETE
38792024-10-01T18:16:50.905Z[ recovery-image] Oct 01 18:16:48.908 INFO O| Oct 01 18:16:48.907 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38802024-10-01T18:16:50.939Z[ recovery-image] Oct 01 18:16:48.942 INFO O| Oct 01 18:16:48.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
38812024-10-01T18:16:50.942Z[ recovery-image] Oct 01 18:16:48.943 INFO O| Oct 01 18:16:48.942 INFO STEP 31 (remove_files) COMPLETE
38822024-10-01T18:16:50.942Z[ recovery-image] Oct 01 18:16:48.943 INFO O| Oct 01 18:16:48.943 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38832024-10-01T18:16:50.962Z[ recovery-image] Oct 01 18:16:48.965 INFO O| Oct 01 18:16:48.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38842024-10-01T18:16:50.965Z[ recovery-image] Oct 01 18:16:48.965 INFO O| Oct 01 18:16:48.965 INFO STEP 32 (remove_files) COMPLETE
38852024-10-01T18:16:50.965Z[ recovery-image] Oct 01 18:16:48.966 INFO O| Oct 01 18:16:48.965 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38862024-10-01T18:16:50.998Z[ recovery-image] Oct 01 18:16:49.001 INFO O| Oct 01 18:16:49.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38872024-10-01T18:16:51.001Z[ recovery-image] Oct 01 18:16:49.002 INFO O| Oct 01 18:16:49.001 INFO STEP 33 (remove_files) COMPLETE
38882024-10-01T18:16:51.001Z[ recovery-image] Oct 01 18:16:49.002 INFO O| Oct 01 18:16:49.002 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38892024-10-01T18:16:51.022Z[ recovery-image] Oct 01 18:16:49.025 INFO O| Oct 01 18:16:49.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38902024-10-01T18:16:51.025Z[ recovery-image] Oct 01 18:16:49.025 INFO O| Oct 01 18:16:49.025 INFO STEP 34 (remove_files) COMPLETE
38912024-10-01T18:16:51.025Z[ recovery-image] Oct 01 18:16:49.025 INFO O| Oct 01 18:16:49.025 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38922024-10-01T18:16:51.041Z[ recovery-image] Oct 01 18:16:49.044 INFO O| Oct 01 18:16:49.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38932024-10-01T18:16:51.044Z[ recovery-image] Oct 01 18:16:49.044 INFO O| Oct 01 18:16:49.044 INFO STEP 35 (remove_files) COMPLETE
38942024-10-01T18:16:51.044Z[ recovery-image] Oct 01 18:16:49.044 INFO O| Oct 01 18:16:49.044 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38952024-10-01T18:16:51.058Z[ recovery-image] Oct 01 18:16:49.061 INFO O| Oct 01 18:16:49.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38962024-10-01T18:16:51.058Z[ recovery-image] Oct 01 18:16:49.061 INFO O| Oct 01 18:16:49.061 INFO STEP 36 (remove_files) COMPLETE
38972024-10-01T18:16:51.061Z[ recovery-image] Oct 01 18:16:49.061 INFO O| Oct 01 18:16:49.061 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38982024-10-01T18:16:51.118Z[ recovery-image] Oct 01 18:16:49.121 INFO O| Oct 01 18:16:49.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38992024-10-01T18:16:51.118Z[ recovery-image] Oct 01 18:16:49.121 INFO O| Oct 01 18:16:49.121 INFO STEP 37 (remove_files) COMPLETE
39002024-10-01T18:16:51.118Z[ recovery-image] Oct 01 18:16:49.121 INFO O| Oct 01 18:16:49.121 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39012024-10-01T18:16:51.137Z[ recovery-image] Oct 01 18:16:49.140 INFO O| Oct 01 18:16:49.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39022024-10-01T18:16:51.137Z[ recovery-image] Oct 01 18:16:49.140 INFO O| Oct 01 18:16:49.140 INFO STEP 38 (remove_files) COMPLETE
39032024-10-01T18:16:51.139Z[ recovery-image] Oct 01 18:16:49.140 INFO O| Oct 01 18:16:49.140 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39042024-10-01T18:16:51.153Z[ host-image] Oct 01 18:16:49.157 INFO O| Oct 01 18:16:49.156 INFO O| Planning: Solver setup ... Done
39052024-10-01T18:16:51.160Z[ host-image] Oct 01 18:16:49.164 INFO O| Oct 01 18:16:49.163 INFO O| Planning: Running solver ... Done
39062024-10-01T18:16:51.175Z[ recovery-image] Oct 01 18:16:49.178 INFO O| Oct 01 18:16:49.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39072024-10-01T18:16:51.175Z[ recovery-image] Oct 01 18:16:49.178 INFO O| Oct 01 18:16:49.178 INFO STEP 39 (remove_files) COMPLETE
39082024-10-01T18:16:51.175Z[ recovery-image] Oct 01 18:16:49.178 INFO O| Oct 01 18:16:49.178 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39092024-10-01T18:16:51.234Z[ recovery-image] Oct 01 18:16:49.236 INFO O| Oct 01 18:16:49.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39102024-10-01T18:16:51.234Z[ recovery-image] Oct 01 18:16:49.236 INFO O| Oct 01 18:16:49.236 INFO STEP 40 (remove_files) COMPLETE
39112024-10-01T18:16:51.234Z[ recovery-image] Oct 01 18:16:49.236 INFO O| Oct 01 18:16:49.236 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39122024-10-01T18:16:51.253Z[ recovery-image] Oct 01 18:16:49.255 INFO O| Oct 01 18:16:49.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39132024-10-01T18:16:51.256Z[ recovery-image] Oct 01 18:16:49.256 INFO O| Oct 01 18:16:49.256 INFO STEP 41 (remove_files) COMPLETE
39142024-10-01T18:16:51.256Z[ host-image] Oct 01 18:16:49.255 INFO O| Oct 01 18:16:49.255 INFO O| Planning: Finding local manifests ... Done
39152024-10-01T18:16:51.256Z[ recovery-image] Oct 01 18:16:49.256 INFO O| Oct 01 18:16:49.256 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39162024-10-01T18:16:51.256Z[ host-image] Oct 01 18:16:49.257 INFO O| Oct 01 18:16:49.257 INFO O| Planning: Fetching manifests: 0/4 0% complete
39172024-10-01T18:16:51.274Z[ recovery-image] Oct 01 18:16:49.277 INFO O| Oct 01 18:16:49.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39182024-10-01T18:16:51.274Z[ recovery-image] Oct 01 18:16:49.277 INFO O| Oct 01 18:16:49.277 INFO STEP 42 (remove_files) COMPLETE
39192024-10-01T18:16:51.274Z[ recovery-image] Oct 01 18:16:49.277 INFO O| Oct 01 18:16:49.277 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39202024-10-01T18:16:51.293Z[ recovery-image] Oct 01 18:16:49.295 INFO O| Oct 01 18:16:49.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39212024-10-01T18:16:51.293Z[ recovery-image] Oct 01 18:16:49.295 INFO O| Oct 01 18:16:49.295 INFO STEP 43 (remove_files) COMPLETE
39222024-10-01T18:16:51.295Z[ recovery-image] Oct 01 18:16:49.295 INFO O| Oct 01 18:16:49.295 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39232024-10-01T18:16:51.310Z[ recovery-image] Oct 01 18:16:49.313 INFO O| Oct 01 18:16:49.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39242024-10-01T18:16:51.310Z[ recovery-image] Oct 01 18:16:49.313 INFO O| Oct 01 18:16:49.313 INFO STEP 44 (remove_files) COMPLETE
39252024-10-01T18:16:51.311Z[ recovery-image] Oct 01 18:16:49.314 INFO O| Oct 01 18:16:49.313 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39262024-10-01T18:16:51.327Z[ recovery-image] Oct 01 18:16:49.330 INFO O| Oct 01 18:16:49.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39272024-10-01T18:16:51.327Z[ recovery-image] Oct 01 18:16:49.330 INFO O| Oct 01 18:16:49.330 INFO STEP 45 (remove_files) COMPLETE
39282024-10-01T18:16:51.330Z[ recovery-image] Oct 01 18:16:49.330 INFO O| Oct 01 18:16:49.330 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39292024-10-01T18:16:51.362Z[ recovery-image] Oct 01 18:16:49.364 INFO O| Oct 01 18:16:49.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39302024-10-01T18:16:51.362Z[ recovery-image] Oct 01 18:16:49.364 INFO O| Oct 01 18:16:49.364 INFO STEP 46 (remove_files) COMPLETE
39312024-10-01T18:16:51.365Z[ recovery-image] Oct 01 18:16:49.364 INFO O| Oct 01 18:16:49.364 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39322024-10-01T18:16:51.396Z[ recovery-image] Oct 01 18:16:49.399 INFO O| Oct 01 18:16:49.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39332024-10-01T18:16:51.396Z[ recovery-image] Oct 01 18:16:49.399 INFO O| Oct 01 18:16:49.399 INFO STEP 47 (remove_files) COMPLETE
39342024-10-01T18:16:51.399Z[ recovery-image] Oct 01 18:16:49.399 INFO O| Oct 01 18:16:49.399 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39352024-10-01T18:16:51.416Z[ recovery-image] Oct 01 18:16:49.419 INFO O| Oct 01 18:16:49.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
39362024-10-01T18:16:51.416Z[ recovery-image] Oct 01 18:16:49.419 INFO O| Oct 01 18:16:49.419 INFO STEP 48 (remove_files) COMPLETE
39372024-10-01T18:16:51.419Z[ recovery-image] Oct 01 18:16:49.419 INFO O| Oct 01 18:16:49.419 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39382024-10-01T18:16:51.448Z[ recovery-image] Oct 01 18:16:49.451 INFO O| Oct 01 18:16:49.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
39392024-10-01T18:16:51.448Z[ recovery-image] Oct 01 18:16:49.451 INFO O| Oct 01 18:16:49.451 INFO STEP 49 (remove_files) COMPLETE
39402024-10-01T18:16:51.451Z[ recovery-image] Oct 01 18:16:49.451 INFO O| Oct 01 18:16:49.451 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39412024-10-01T18:16:51.465Z[ recovery-image] Oct 01 18:16:49.468 INFO O| Oct 01 18:16:49.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
39422024-10-01T18:16:51.465Z[ recovery-image] Oct 01 18:16:49.468 INFO O| Oct 01 18:16:49.468 INFO STEP 50 (remove_files) COMPLETE
39432024-10-01T18:16:51.465Z[ recovery-image] Oct 01 18:16:49.468 INFO O| Oct 01 18:16:49.468 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39442024-10-01T18:16:51.488Z[ recovery-image] Oct 01 18:16:49.490 INFO O| Oct 01 18:16:49.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
39452024-10-01T18:16:51.488Z[ recovery-image] Oct 01 18:16:49.491 INFO O| Oct 01 18:16:49.490 INFO STEP 51 (remove_files) COMPLETE
39462024-10-01T18:16:51.490Z[ recovery-image] Oct 01 18:16:49.491 INFO O| Oct 01 18:16:49.491 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39472024-10-01T18:16:51.509Z[ host-image] Oct 01 18:16:49.512 INFO O| Oct 01 18:16:49.512 INFO O| Planning: Fetching manifests: 4/4 100% complete
39482024-10-01T18:16:51.532Z[ recovery-image] Oct 01 18:16:49.534 INFO O| Oct 01 18:16:49.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
39492024-10-01T18:16:51.532Z[ recovery-image] Oct 01 18:16:49.535 INFO O| Oct 01 18:16:49.535 INFO STEP 52 (remove_files) COMPLETE
39502024-10-01T18:16:51.532Z[ recovery-image] Oct 01 18:16:49.535 INFO O| Oct 01 18:16:49.535 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39512024-10-01T18:16:51.571Z[ recovery-image] Oct 01 18:16:49.574 INFO O| Oct 01 18:16:49.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
39522024-10-01T18:16:51.571Z[ recovery-image] Oct 01 18:16:49.574 INFO O| Oct 01 18:16:49.574 INFO STEP 53 (remove_files) COMPLETE
39532024-10-01T18:16:51.571Z[ recovery-image] Oct 01 18:16:49.574 INFO O| Oct 01 18:16:49.574 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39542024-10-01T18:16:51.591Z[ host-image] Oct 01 18:16:49.594 INFO O| Oct 01 18:16:49.593 INFO O| Planning: Package planning ... Done
39552024-10-01T18:16:51.594Z[ recovery-image] Oct 01 18:16:49.594 INFO O| Oct 01 18:16:49.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
39562024-10-01T18:16:51.594Z[ recovery-image] Oct 01 18:16:49.594 INFO O| Oct 01 18:16:49.594 INFO STEP 54 (remove_files) COMPLETE
39572024-10-01T18:16:51.594Z[ recovery-image] Oct 01 18:16:49.595 INFO O| Oct 01 18:16:49.594 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39582024-10-01T18:16:51.596Z[ host-image] Oct 01 18:16:49.599 INFO O| Oct 01 18:16:49.598 INFO O| Planning: Merging actions ... Done
39592024-10-01T18:16:51.611Z[ recovery-image] Oct 01 18:16:49.614 INFO O| Oct 01 18:16:49.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
39602024-10-01T18:16:51.611Z[ recovery-image] Oct 01 18:16:49.614 INFO O| Oct 01 18:16:49.614 INFO STEP 55 (remove_files) COMPLETE
39612024-10-01T18:16:51.614Z[ recovery-image] Oct 01 18:16:49.614 INFO O| Oct 01 18:16:49.614 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39622024-10-01T18:16:51.632Z[ recovery-image] Oct 01 18:16:49.634 INFO O| Oct 01 18:16:49.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
39632024-10-01T18:16:51.632Z[ recovery-image] Oct 01 18:16:49.635 INFO O| Oct 01 18:16:49.635 INFO STEP 56 (remove_files) COMPLETE
39642024-10-01T18:16:51.632Z[ recovery-image] Oct 01 18:16:49.635 INFO O| Oct 01 18:16:49.635 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39652024-10-01T18:16:51.650Z[ recovery-image] Oct 01 18:16:49.653 INFO O| Oct 01 18:16:49.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
39662024-10-01T18:16:51.650Z[ recovery-image] Oct 01 18:16:49.653 INFO O| Oct 01 18:16:49.653 INFO STEP 57 (remove_files) COMPLETE
39672024-10-01T18:16:51.650Z[ recovery-image] Oct 01 18:16:49.653 INFO O| Oct 01 18:16:49.653 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39682024-10-01T18:16:51.670Z[ recovery-image] Oct 01 18:16:49.673 INFO O| Oct 01 18:16:49.673 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
39692024-10-01T18:16:51.670Z[ recovery-image] Oct 01 18:16:49.673 INFO O| Oct 01 18:16:49.673 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
39702024-10-01T18:16:51.673Z[ recovery-image] Oct 01 18:16:49.673 INFO O| Oct 01 18:16:49.673 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39712024-10-01T18:16:51.673Z[ recovery-image] Oct 01 18:16:49.674 INFO O| Oct 01 18:16:49.674 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39722024-10-01T18:16:51.673Z[ recovery-image] Oct 01 18:16:49.674 INFO O| Oct 01 18:16:49.674 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39732024-10-01T18:16:51.673Z[ recovery-image] Oct 01 18:16:49.674 INFO O| Oct 01 18:16:49.674 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39742024-10-01T18:16:51.673Z[ recovery-image] Oct 01 18:16:49.674 INFO O| Oct 01 18:16:49.674 INFO ok!
39752024-10-01T18:16:51.673Z[ recovery-image] Oct 01 18:16:49.674 INFO O| Oct 01 18:16:49.674 INFO STEP 58 (ensure_file) COMPLETE
39762024-10-01T18:16:51.673Z[ recovery-image] Oct 01 18:16:49.674 INFO O| Oct 01 18:16:49.674 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39772024-10-01T18:16:51.708Z[ recovery-image] Oct 01 18:16:49.711 INFO O| Oct 01 18:16:49.710 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
39782024-10-01T18:16:51.708Z[ recovery-image] Oct 01 18:16:49.711 INFO O| Oct 01 18:16:49.711 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
39792024-10-01T18:16:51.710Z[ recovery-image] Oct 01 18:16:49.711 INFO O| Oct 01 18:16:49.711 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39802024-10-01T18:16:51.710Z[ recovery-image] Oct 01 18:16:49.711 INFO O| Oct 01 18:16:49.711 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39812024-10-01T18:16:51.710Z[ recovery-image] Oct 01 18:16:49.711 INFO O| Oct 01 18:16:49.711 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39822024-10-01T18:16:51.710Z[ recovery-image] Oct 01 18:16:49.711 INFO O| Oct 01 18:16:49.711 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39832024-10-01T18:16:51.710Z[ recovery-image] Oct 01 18:16:49.711 INFO O| Oct 01 18:16:49.711 INFO ok!
39842024-10-01T18:16:51.710Z[ recovery-image] Oct 01 18:16:49.711 INFO O| Oct 01 18:16:49.711 INFO STEP 59 (ensure_file) COMPLETE
39852024-10-01T18:16:51.711Z[ recovery-image] Oct 01 18:16:49.711 INFO O| Oct 01 18:16:49.711 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39862024-10-01T18:16:51.749Z[ host-image] Oct 01 18:16:49.752 INFO O| Oct 01 18:16:49.751 INFO O| Planning: Checking for conflicting actions ... Done
39872024-10-01T18:16:51.751Z[ host-image] Oct 01 18:16:49.753 INFO O| Oct 01 18:16:49.753 INFO O| Planning: Consolidating action changes ... Done
39882024-10-01T18:16:51.775Z[ recovery-image] Oct 01 18:16:49.778 INFO O| Oct 01 18:16:49.778 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
39892024-10-01T18:16:51.775Z[ recovery-image] Oct 01 18:16:49.778 INFO O| Oct 01 18:16:49.778 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
39902024-10-01T18:16:51.777Z[ recovery-image] Oct 01 18:16:49.778 INFO O| Oct 01 18:16:49.778 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39912024-10-01T18:16:51.777Z[ recovery-image] Oct 01 18:16:49.778 INFO O| Oct 01 18:16:49.778 INFO ok!
39922024-10-01T18:16:51.777Z[ recovery-image] Oct 01 18:16:49.778 INFO O| Oct 01 18:16:49.778 INFO STEP 60 (ensure_file) COMPLETE
39932024-10-01T18:16:51.777Z[ recovery-image] Oct 01 18:16:49.778 INFO O| Oct 01 18:16:49.778 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39942024-10-01T18:16:51.794Z[ recovery-image] Oct 01 18:16:49.797 INFO O| Oct 01 18:16:49.797 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39952024-10-01T18:16:51.794Z[ recovery-image] Oct 01 18:16:49.797 INFO O| Oct 01 18:16:49.797 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39962024-10-01T18:16:51.798Z[ recovery-image] Oct 01 18:16:49.797 INFO O| Oct 01 18:16:49.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39972024-10-01T18:16:51.798Z[ recovery-image] Oct 01 18:16:49.797 INFO O| Oct 01 18:16:49.797 INFO ok!
39982024-10-01T18:16:51.798Z[ recovery-image] Oct 01 18:16:49.797 INFO O| Oct 01 18:16:49.797 INFO STEP 61 (ensure_file) COMPLETE
39992024-10-01T18:16:51.798Z[ recovery-image] Oct 01 18:16:49.797 INFO O| Oct 01 18:16:49.797 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40002024-10-01T18:16:51.844Z[ recovery-image] Oct 01 18:16:49.847 INFO O| Oct 01 18:16:49.847 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40012024-10-01T18:16:51.844Z[ recovery-image] Oct 01 18:16:49.847 INFO O| Oct 01 18:16:49.847 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40022024-10-01T18:16:51.849Z[ recovery-image] Oct 01 18:16:49.847 INFO O| Oct 01 18:16:49.847 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40032024-10-01T18:16:51.849Z[ recovery-image] Oct 01 18:16:49.847 INFO O| Oct 01 18:16:49.847 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40042024-10-01T18:16:51.849Z[ recovery-image] Oct 01 18:16:49.848 INFO O| Oct 01 18:16:49.847 INFO ok!
40052024-10-01T18:16:51.849Z[ recovery-image] Oct 01 18:16:49.848 INFO O| Oct 01 18:16:49.848 INFO STEP 62 (ensure_file) COMPLETE
40062024-10-01T18:16:51.849Z[ recovery-image] Oct 01 18:16:49.848 INFO O| Oct 01 18:16:49.848 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40072024-10-01T18:16:51.866Z[ recovery-image] Oct 01 18:16:49.869 INFO O| Oct 01 18:16:49.869 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40082024-10-01T18:16:51.867Z[ recovery-image] Oct 01 18:16:49.869 INFO O| Oct 01 18:16:49.869 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40092024-10-01T18:16:51.869Z[ recovery-image] Oct 01 18:16:49.869 INFO O| Oct 01 18:16:49.869 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40102024-10-01T18:16:51.869Z[ recovery-image] Oct 01 18:16:49.869 INFO O| Oct 01 18:16:49.869 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40112024-10-01T18:16:51.869Z[ recovery-image] Oct 01 18:16:49.869 INFO O| Oct 01 18:16:49.869 INFO ok!
40122024-10-01T18:16:51.869Z[ recovery-image] Oct 01 18:16:49.870 INFO O| Oct 01 18:16:49.869 INFO STEP 63 (ensure_file) COMPLETE
40132024-10-01T18:16:51.869Z[ recovery-image] Oct 01 18:16:49.870 INFO O| Oct 01 18:16:49.870 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40142024-10-01T18:16:51.888Z[ recovery-image] Oct 01 18:16:49.890 INFO O| Oct 01 18:16:49.890 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40152024-10-01T18:16:51.888Z[ recovery-image] Oct 01 18:16:49.890 INFO O| Oct 01 18:16:49.890 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40162024-10-01T18:16:51.888Z[ recovery-image] Oct 01 18:16:49.890 INFO O| Oct 01 18:16:49.890 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40172024-10-01T18:16:51.888Z[ recovery-image] Oct 01 18:16:49.890 INFO O| Oct 01 18:16:49.890 INFO ok!
40182024-10-01T18:16:51.888Z[ recovery-image] Oct 01 18:16:49.890 INFO O| Oct 01 18:16:49.890 INFO STEP 64 (assemble_files) COMPLETE
40192024-10-01T18:16:51.888Z[ recovery-image] Oct 01 18:16:49.890 INFO O| Oct 01 18:16:49.890 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40202024-10-01T18:16:51.908Z[ recovery-image] Oct 01 18:16:49.911 INFO O| Oct 01 18:16:49.911 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40212024-10-01T18:16:51.908Z[ recovery-image] Oct 01 18:16:49.911 INFO O| Oct 01 18:16:49.911 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40222024-10-01T18:16:51.911Z[ recovery-image] Oct 01 18:16:49.911 INFO O| Oct 01 18:16:49.911 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40232024-10-01T18:16:51.911Z[ recovery-image] Oct 01 18:16:49.911 INFO O| Oct 01 18:16:49.911 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40242024-10-01T18:16:51.911Z[ recovery-image] Oct 01 18:16:49.911 INFO O| Oct 01 18:16:49.911 INFO ok!
40252024-10-01T18:16:51.911Z[ recovery-image] Oct 01 18:16:49.911 INFO O| Oct 01 18:16:49.911 INFO STEP 65 (ensure_file) COMPLETE
40262024-10-01T18:16:51.911Z[ recovery-image] Oct 01 18:16:49.911 INFO O| Oct 01 18:16:49.911 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40272024-10-01T18:16:51.911Z[ recovery-image] Oct 01 18:16:49.911 INFO O| Oct 01 18:16:49.911 INFO skip step because feature "omicron1" is not enabled
40282024-10-01T18:16:51.911Z[ recovery-image] Oct 01 18:16:49.911 INFO O| Oct 01 18:16:49.911 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40292024-10-01T18:16:51.911Z[ recovery-image] Oct 01 18:16:49.911 INFO O| Oct 01 18:16:49.911 INFO skip step because feature "omicron1" is not enabled
40302024-10-01T18:16:51.911Z[ recovery-image] Oct 01 18:16:49.911 INFO O| Oct 01 18:16:49.911 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40312024-10-01T18:16:51.911Z[ recovery-image] Oct 01 18:16:49.911 INFO O| Oct 01 18:16:49.911 INFO skip step because feature "omicron1" is not enabled
40322024-10-01T18:16:51.911Z[ recovery-image] Oct 01 18:16:49.911 INFO O| Oct 01 18:16:49.911 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40332024-10-01T18:16:51.941Z[ recovery-image] Oct 01 18:16:49.944 INFO O| Oct 01 18:16:49.944 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40342024-10-01T18:16:51.944Z[ recovery-image] Oct 01 18:16:49.944 INFO O| Oct 01 18:16:49.944 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40352024-10-01T18:16:52.268Z[ host-image] Oct 01 18:16:50.270 INFO O| Oct 01 18:16:50.270 INFO O| Planning: Evaluating mediators ... Done
40362024-10-01T18:16:52.270Z[ host-image] Oct 01 18:16:50.272 INFO O| Oct 01 18:16:50.272 INFO O| Planning: Planning completed in 4.89 seconds
40372024-10-01T18:16:52.273Z[ host-image] Oct 01 18:16:50.275 INFO O| Oct 01 18:16:50.275 INFO O| Packages to install: 4
40382024-10-01T18:16:52.273Z[ host-image] Oct 01 18:16:50.275 INFO O| Oct 01 18:16:50.275 INFO O| Services to change: 2
40392024-10-01T18:16:52.293Z[ host-image] Oct 01 18:16:50.296 INFO O| Oct 01 18:16:50.295 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
40402024-10-01T18:16:53.438Z[ host-image] Oct 01 18:16:51.440 INFO O| Oct 01 18:16:51.440 INFO O| Download: Completed 1.39 MB in 1.14 seconds (1.2M/s)
40412024-10-01T18:16:53.485Z[ host-image] Oct 01 18:16:51.487 INFO O| Oct 01 18:16:51.487 INFO O| Actions: 1/238 actions (Installing new actions)
40422024-10-01T18:16:53.957Z[ host-image] Oct 01 18:16:51.959 INFO O| Oct 01 18:16:51.959 INFO O| Actions: Completed 238 actions in 0.47 seconds.
40432024-10-01T18:16:54.656Z[ host-image] Oct 01 18:16:52.658 INFO O| Oct 01 18:16:52.658 INFO O| Done
40442024-10-01T18:16:54.656Z[ host-image] Oct 01 18:16:52.658 INFO O| Oct 01 18:16:52.658 INFO O| Done
40452024-10-01T18:16:55.032Z[ recovery-image] Oct 01 18:16:53.034 INFO O| Oct 01 18:16:53.034 INFO STEP 69 (pack_tar) COMPLETE
40462024-10-01T18:16:55.032Z[ recovery-image] Oct 01 18:16:53.034 INFO O| Oct 01 18:16:53.034 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40472024-10-01T18:16:55.032Z[ recovery-image] Oct 01 18:16:53.034 INFO O| Oct 01 18:16:53.034 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40482024-10-01T18:16:55.212Z[ recovery-image] Oct 01 18:16:53.214 INFO O| Oct 01 18:16:53.214 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40492024-10-01T18:16:55.323Z[ recovery-image] Oct 01 18:16:53.325 INFO O| Oct 01 18:16:53.325 INFO completed processing gimlet/ramdisk-02-trim
40502024-10-01T18:16:55.326Z[ recovery-image] Oct 01 18:16:53.328 INFO image builder template: ramdisk-03-recovery-trim...
40512024-10-01T18:16:55.326Z[ recovery-image] Oct 01 18:16:53.328 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/.tmpsSQlbn/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
40522024-10-01T18:16:55.513Z[ recovery-image] Oct 01 18:16:53.515 INFO O| Oct 01 18:16:53.515 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40532024-10-01T18:16:55.521Z[ recovery-image] Oct 01 18:16:53.523 INFO O| Oct 01 18:16:53.523 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40542024-10-01T18:16:55.596Z[ recovery-image] Oct 01 18:16:53.598 INFO O| Oct 01 18:16:53.598 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
40552024-10-01T18:16:55.670Z[ host-image] Oct 01 18:16:53.672 INFO O| Oct 01 18:16:53.672 INFO O| Done
40562024-10-01T18:16:55.690Z[ recovery-image] Oct 01 18:16:53.692 INFO O| Oct 01 18:16:53.692 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40572024-10-01T18:16:55.693Z[ recovery-image] Oct 01 18:16:53.692 INFO O| Oct 01 18:16:53.692 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40582024-10-01T18:16:55.707Z[ recovery-image] Oct 01 18:16:53.708 INFO O| Oct 01 18:16:53.708 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
40592024-10-01T18:16:55.715Z[ recovery-image] Oct 01 18:16:53.717 INFO O| Oct 01 18:16:53.717 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40602024-10-01T18:16:55.725Z[ recovery-image] Oct 01 18:16:53.726 INFO O| Oct 01 18:16:53.726 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40612024-10-01T18:16:56.100Z[ recovery-image] Oct 01 18:16:54.102 INFO O| Oct 01 18:16:54.102 INFO rolled back to input snapshot; work may begin
40622024-10-01T18:16:56.100Z[ recovery-image] Oct 01 18:16:54.102 INFO O| Oct 01 18:16:54.102 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40632024-10-01T18:16:56.111Z[ recovery-image] Oct 01 18:16:54.113 INFO O| Oct 01 18:16:54.112 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40642024-10-01T18:16:56.140Z[ recovery-image] Oct 01 18:16:54.142 INFO O| Oct 01 18:16:54.141 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
40652024-10-01T18:16:56.147Z[ recovery-image] Oct 01 18:16:54.149 INFO O| Oct 01 18:16:54.149 INFO STEP 0 (remove_files) COMPLETE
40662024-10-01T18:16:56.147Z[ recovery-image] Oct 01 18:16:54.149 INFO O| Oct 01 18:16:54.149 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40672024-10-01T18:16:56.185Z[ recovery-image] Oct 01 18:16:54.187 INFO O| Oct 01 18:16:54.187 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
40682024-10-01T18:16:56.651Z[ recovery-image] Oct 01 18:16:54.652 INFO O| Oct 01 18:16:54.652 INFO STEP 1 (remove_files) COMPLETE
40692024-10-01T18:16:56.651Z[ recovery-image] Oct 01 18:16:54.652 INFO O| Oct 01 18:16:54.652 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40702024-10-01T18:16:56.686Z[ recovery-image] Oct 01 18:16:54.688 INFO O| Oct 01 18:16:54.688 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
40712024-10-01T18:16:56.747Z[ recovery-image] Oct 01 18:16:54.749 INFO O| Oct 01 18:16:54.748 INFO STEP 2 (remove_files) COMPLETE
40722024-10-01T18:16:56.747Z[ recovery-image] Oct 01 18:16:54.749 INFO O| Oct 01 18:16:54.748 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40732024-10-01T18:16:56.794Z[ recovery-image] Oct 01 18:16:54.796 INFO O| Oct 01 18:16:54.796 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
40742024-10-01T18:16:56.997Z[ recovery-image] Oct 01 18:16:54.999 INFO O| Oct 01 18:16:54.999 INFO STEP 3 (remove_files) COMPLETE
40752024-10-01T18:16:56.997Z[ recovery-image] Oct 01 18:16:54.999 INFO O| Oct 01 18:16:54.999 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40762024-10-01T18:16:57.020Z[ recovery-image] Oct 01 18:16:55.022 INFO O| Oct 01 18:16:55.021 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
40772024-10-01T18:16:57.125Z[ recovery-image] Oct 01 18:16:55.127 INFO O| Oct 01 18:16:55.126 INFO STEP 4 (remove_files) COMPLETE
40782024-10-01T18:16:57.125Z[ recovery-image] Oct 01 18:16:55.127 INFO O| Oct 01 18:16:55.126 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40792024-10-01T18:16:57.176Z[ recovery-image] Oct 01 18:16:55.178 INFO O| Oct 01 18:16:55.178 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
40802024-10-01T18:16:57.182Z[ recovery-image] Oct 01 18:16:55.183 INFO O| Oct 01 18:16:55.183 INFO STEP 5 (remove_files) COMPLETE
40812024-10-01T18:16:57.182Z[ recovery-image] Oct 01 18:16:55.183 INFO O| Oct 01 18:16:55.183 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40822024-10-01T18:16:57.224Z[ recovery-image] Oct 01 18:16:55.226 INFO O| Oct 01 18:16:55.226 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40832024-10-01T18:16:57.272Z[ recovery-image] Oct 01 18:16:55.274 INFO O| Oct 01 18:16:55.274 INFO STEP 6 (remove_files) COMPLETE
40842024-10-01T18:16:57.272Z[ recovery-image] Oct 01 18:16:55.274 INFO O| Oct 01 18:16:55.274 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40852024-10-01T18:16:57.293Z[ recovery-image] Oct 01 18:16:55.294 INFO O| Oct 01 18:16:55.294 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
40862024-10-01T18:16:57.298Z[ recovery-image] Oct 01 18:16:55.301 INFO O| Oct 01 18:16:55.300 INFO STEP 7 (remove_files) COMPLETE
40872024-10-01T18:16:57.302Z[ recovery-image] Oct 01 18:16:55.301 INFO O| Oct 01 18:16:55.300 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40882024-10-01T18:16:57.354Z[ recovery-image] Oct 01 18:16:55.356 INFO O| Oct 01 18:16:55.356 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40892024-10-01T18:16:57.422Z[ recovery-image] Oct 01 18:16:55.424 INFO O| Oct 01 18:16:55.424 INFO STEP 8 (remove_files) COMPLETE
40902024-10-01T18:16:57.422Z[ recovery-image] Oct 01 18:16:55.424 INFO O| Oct 01 18:16:55.424 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40912024-10-01T18:16:57.476Z[ recovery-image] Oct 01 18:16:55.477 INFO O| Oct 01 18:16:55.477 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40922024-10-01T18:16:57.479Z[ recovery-image] Oct 01 18:16:55.478 INFO O| Oct 01 18:16:55.478 INFO STEP 9 (remove_files) COMPLETE
40932024-10-01T18:16:57.479Z[ recovery-image] Oct 01 18:16:55.478 INFO O| Oct 01 18:16:55.478 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40942024-10-01T18:16:57.496Z[ recovery-image] Oct 01 18:16:55.498 INFO O| Oct 01 18:16:55.498 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40952024-10-01T18:16:57.510Z[ recovery-image] Oct 01 18:16:55.512 INFO O| Oct 01 18:16:55.512 INFO STEP 10 (remove_files) COMPLETE
40962024-10-01T18:16:57.510Z[ recovery-image] Oct 01 18:16:55.512 INFO O| Oct 01 18:16:55.512 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40972024-10-01T18:16:57.530Z[ recovery-image] Oct 01 18:16:55.532 INFO O| Oct 01 18:16:55.532 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40982024-10-01T18:16:58.118Z[ host-image] Oct 01 18:16:56.120 INFO O| Oct 01 18:16:56.120 INFO O| Done
40992024-10-01T18:16:58.122Z[ recovery-image] Oct 01 18:16:56.121 INFO O| Oct 01 18:16:56.121 INFO STEP 11 (remove_files) COMPLETE
41002024-10-01T18:16:58.122Z[ recovery-image] Oct 01 18:16:56.121 INFO O| Oct 01 18:16:56.121 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41012024-10-01T18:16:58.141Z[ recovery-image] Oct 01 18:16:56.143 INFO O| Oct 01 18:16:56.143 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41022024-10-01T18:16:58.144Z[ recovery-image] Oct 01 18:16:56.146 INFO O| Oct 01 18:16:56.146 INFO STEP 12 (remove_files) COMPLETE
41032024-10-01T18:16:58.167Z[ recovery-image] Oct 01 18:16:56.146 INFO O| Oct 01 18:16:56.146 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41042024-10-01T18:16:58.167Z[ host-image] Oct 01 18:16:56.167 INFO O| Oct 01 18:16:56.167 INFO O| Done
41052024-10-01T18:16:58.167Z[ host-image] Oct 01 18:16:56.168 INFO O| Oct 01 18:16:56.168 INFO O| Done
41062024-10-01T18:16:58.195Z[ recovery-image] Oct 01 18:16:56.197 INFO O| Oct 01 18:16:56.196 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41072024-10-01T18:16:58.198Z[ host-image] Oct 01 18:16:56.199 INFO O| Oct 01 18:16:56.199 INFO O| Done
41082024-10-01T18:16:58.209Z[ recovery-image] Oct 01 18:16:56.210 INFO O| Oct 01 18:16:56.210 INFO STEP 13 (remove_files) COMPLETE
41092024-10-01T18:16:58.209Z[ recovery-image] Oct 01 18:16:56.210 INFO O| Oct 01 18:16:56.210 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-10-01T18:16:58.229Z[ recovery-image] Oct 01 18:16:56.231 INFO O| Oct 01 18:16:56.231 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41112024-10-01T18:16:58.232Z[ recovery-image] Oct 01 18:16:56.233 INFO O| Oct 01 18:16:56.233 INFO STEP 14 (remove_files) COMPLETE
41122024-10-01T18:16:58.232Z[ recovery-image] Oct 01 18:16:56.233 INFO O| Oct 01 18:16:56.233 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-10-01T18:16:58.252Z[ recovery-image] Oct 01 18:16:56.254 INFO O| Oct 01 18:16:56.254 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41142024-10-01T18:16:58.255Z[ recovery-image] Oct 01 18:16:56.255 INFO O| Oct 01 18:16:56.255 INFO STEP 15 (remove_files) COMPLETE
41152024-10-01T18:16:58.255Z[ recovery-image] Oct 01 18:16:56.255 INFO O| Oct 01 18:16:56.255 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-10-01T18:16:58.274Z[ recovery-image] Oct 01 18:16:56.276 INFO O| Oct 01 18:16:56.275 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41172024-10-01T18:16:58.286Z[ recovery-image] Oct 01 18:16:56.288 INFO O| Oct 01 18:16:56.288 INFO STEP 16 (remove_files) COMPLETE
41182024-10-01T18:16:58.289Z[ recovery-image] Oct 01 18:16:56.288 INFO O| Oct 01 18:16:56.288 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-10-01T18:16:58.308Z[ recovery-image] Oct 01 18:16:56.310 INFO O| Oct 01 18:16:56.309 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41202024-10-01T18:16:58.310Z[ recovery-image] Oct 01 18:16:56.310 INFO O| Oct 01 18:16:56.310 INFO STEP 17 (remove_files) COMPLETE
41212024-10-01T18:16:58.310Z[ recovery-image] Oct 01 18:16:56.310 INFO O| Oct 01 18:16:56.310 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-10-01T18:16:58.328Z[ recovery-image] Oct 01 18:16:56.330 INFO O| Oct 01 18:16:56.330 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41232024-10-01T18:16:58.331Z[ recovery-image] Oct 01 18:16:56.330 INFO O| Oct 01 18:16:56.330 INFO STEP 18 (remove_files) COMPLETE
41242024-10-01T18:16:58.331Z[ recovery-image] Oct 01 18:16:56.331 INFO O| Oct 01 18:16:56.331 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-10-01T18:16:58.347Z[ recovery-image] Oct 01 18:16:56.349 INFO O| Oct 01 18:16:56.349 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41262024-10-01T18:16:58.380Z[ host-image] Oct 01 18:16:56.382 INFO O| Oct 01 18:16:56.382 INFO STEP 12 (pkg_install) COMPLETE
41272024-10-01T18:16:58.380Z[ host-image] Oct 01 18:16:56.382 INFO O| Oct 01 18:16:56.382 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41282024-10-01T18:16:58.398Z[ host-image] Oct 01 18:16:56.400 INFO O| Oct 01 18:16:56.400 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41292024-10-01T18:16:58.460Z[ recovery-image] Oct 01 18:16:56.461 INFO O| Oct 01 18:16:56.461 INFO STEP 19 (remove_files) COMPLETE
41302024-10-01T18:16:58.460Z[ recovery-image] Oct 01 18:16:56.462 INFO O| Oct 01 18:16:56.461 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-10-01T18:16:58.480Z[ recovery-image] Oct 01 18:16:56.481 INFO O| Oct 01 18:16:56.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41322024-10-01T18:16:58.491Z[ recovery-image] Oct 01 18:16:56.493 INFO O| Oct 01 18:16:56.493 INFO STEP 20 (remove_files) COMPLETE
41332024-10-01T18:16:58.491Z[ recovery-image] Oct 01 18:16:56.493 INFO O| Oct 01 18:16:56.493 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-10-01T18:16:58.523Z[ recovery-image] Oct 01 18:16:56.525 INFO O| Oct 01 18:16:56.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41352024-10-01T18:16:58.547Z[ recovery-image] Oct 01 18:16:56.549 INFO O| Oct 01 18:16:56.549 INFO STEP 21 (remove_files) COMPLETE
41362024-10-01T18:16:58.547Z[ recovery-image] Oct 01 18:16:56.549 INFO O| Oct 01 18:16:56.549 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-10-01T18:16:58.653Z[ recovery-image] Oct 01 18:16:56.580 INFO O| Oct 01 18:16:56.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41382024-10-01T18:16:58.661Z[ recovery-image] Oct 01 18:16:56.580 INFO O| Oct 01 18:16:56.580 INFO STEP 22 (remove_files) COMPLETE
41392024-10-01T18:16:58.661Z[ recovery-image] Oct 01 18:16:56.580 INFO O| Oct 01 18:16:56.580 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-10-01T18:16:58.661Z[ recovery-image] Oct 01 18:16:56.600 INFO O| Oct 01 18:16:56.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41412024-10-01T18:16:58.661Z[ recovery-image] Oct 01 18:16:56.600 INFO O| Oct 01 18:16:56.600 INFO STEP 23 (remove_files) COMPLETE
41422024-10-01T18:16:58.661Z[ recovery-image] Oct 01 18:16:56.600 INFO O| Oct 01 18:16:56.600 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-10-01T18:16:58.661Z[ recovery-image] Oct 01 18:16:56.631 INFO O| Oct 01 18:16:56.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41442024-10-01T18:16:58.661Z[ recovery-image] Oct 01 18:16:56.631 INFO O| Oct 01 18:16:56.631 INFO STEP 24 (remove_files) COMPLETE
41452024-10-01T18:16:58.661Z[ recovery-image] Oct 01 18:16:56.632 INFO O| Oct 01 18:16:56.631 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-10-01T18:16:58.709Z[ recovery-image] Oct 01 18:16:56.691 INFO O| Oct 01 18:16:56.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41472024-10-01T18:16:58.709Z[ recovery-image] Oct 01 18:16:56.692 INFO O| Oct 01 18:16:56.692 INFO STEP 25 (remove_files) COMPLETE
41482024-10-01T18:16:58.709Z[ recovery-image] Oct 01 18:16:56.692 INFO O| Oct 01 18:16:56.692 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-10-01T18:16:58.712Z[ recovery-image] Oct 01 18:16:56.712 INFO O| Oct 01 18:16:56.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
41502024-10-01T18:16:58.712Z[ recovery-image] Oct 01 18:16:56.712 INFO O| Oct 01 18:16:56.712 INFO STEP 26 (remove_files) COMPLETE
41512024-10-01T18:16:58.712Z[ recovery-image] Oct 01 18:16:56.712 INFO O| Oct 01 18:16:56.712 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-10-01T18:16:58.730Z[ recovery-image] Oct 01 18:16:56.732 INFO O| Oct 01 18:16:56.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
41532024-10-01T18:16:58.733Z[ recovery-image] Oct 01 18:16:56.732 INFO O| Oct 01 18:16:56.732 INFO STEP 27 (remove_files) COMPLETE
41542024-10-01T18:16:58.733Z[ recovery-image] Oct 01 18:16:56.732 INFO O| Oct 01 18:16:56.732 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-10-01T18:16:58.760Z[ recovery-image] Oct 01 18:16:56.753 INFO O| Oct 01 18:16:56.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
41562024-10-01T18:16:58.760Z[ recovery-image] Oct 01 18:16:56.753 INFO O| Oct 01 18:16:56.753 INFO STEP 28 (remove_files) COMPLETE
41572024-10-01T18:16:58.760Z[ recovery-image] Oct 01 18:16:56.753 INFO O| Oct 01 18:16:56.753 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-10-01T18:16:58.770Z[ recovery-image] Oct 01 18:16:56.771 INFO O| Oct 01 18:16:56.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
41592024-10-01T18:16:58.770Z[ recovery-image] Oct 01 18:16:56.771 INFO O| Oct 01 18:16:56.771 INFO STEP 29 (remove_files) COMPLETE
41602024-10-01T18:16:58.770Z[ recovery-image] Oct 01 18:16:56.771 INFO O| Oct 01 18:16:56.771 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-10-01T18:16:58.795Z[ recovery-image] Oct 01 18:16:56.794 INFO O| Oct 01 18:16:56.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
41622024-10-01T18:16:58.796Z[ recovery-image] Oct 01 18:16:56.794 INFO O| Oct 01 18:16:56.794 INFO STEP 30 (remove_files) COMPLETE
41632024-10-01T18:16:58.798Z[ recovery-image] Oct 01 18:16:56.794 INFO O| Oct 01 18:16:56.794 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-10-01T18:16:58.827Z[ recovery-image] Oct 01 18:16:56.829 INFO O| Oct 01 18:16:56.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
41652024-10-01T18:16:58.827Z[ recovery-image] Oct 01 18:16:56.829 INFO O| Oct 01 18:16:56.813 INFO STEP 31 (remove_files) COMPLETE
41662024-10-01T18:16:58.830Z[ recovery-image] Oct 01 18:16:56.829 INFO O| Oct 01 18:16:56.813 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-10-01T18:16:58.853Z[ recovery-image] Oct 01 18:16:56.840 INFO O| Oct 01 18:16:56.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
41682024-10-01T18:16:58.857Z[ recovery-image] Oct 01 18:16:56.857 INFO O| Oct 01 18:16:56.857 INFO STEP 32 (remove_files) COMPLETE
41692024-10-01T18:16:58.857Z[ recovery-image] Oct 01 18:16:56.857 INFO O| Oct 01 18:16:56.857 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-10-01T18:16:58.898Z[ recovery-image] Oct 01 18:16:56.899 INFO O| Oct 01 18:16:56.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
41712024-10-01T18:16:58.907Z[ recovery-image] Oct 01 18:16:56.903 INFO O| Oct 01 18:16:56.903 INFO STEP 33 (remove_files) COMPLETE
41722024-10-01T18:16:58.907Z[ recovery-image] Oct 01 18:16:56.903 INFO O| Oct 01 18:16:56.903 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-10-01T18:16:58.922Z[ recovery-image] Oct 01 18:16:56.923 INFO O| Oct 01 18:16:56.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
41742024-10-01T18:16:58.922Z[ recovery-image] Oct 01 18:16:56.923 INFO O| Oct 01 18:16:56.923 INFO STEP 34 (remove_files) COMPLETE
41752024-10-01T18:16:58.922Z[ recovery-image] Oct 01 18:16:56.923 INFO O| Oct 01 18:16:56.923 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-10-01T18:16:58.946Z[ recovery-image] Oct 01 18:16:56.947 INFO O| Oct 01 18:16:56.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
41772024-10-01T18:16:58.946Z[ recovery-image] Oct 01 18:16:56.947 INFO O| Oct 01 18:16:56.947 INFO STEP 35 (remove_files) COMPLETE
41782024-10-01T18:16:58.948Z[ recovery-image] Oct 01 18:16:56.948 INFO O| Oct 01 18:16:56.947 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-10-01T18:16:58.965Z[ recovery-image] Oct 01 18:16:56.965 INFO O| Oct 01 18:16:56.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
41802024-10-01T18:16:58.965Z[ recovery-image] Oct 01 18:16:56.965 INFO O| Oct 01 18:16:56.965 INFO STEP 36 (remove_files) COMPLETE
41812024-10-01T18:16:58.967Z[ recovery-image] Oct 01 18:16:56.966 INFO O| Oct 01 18:16:56.965 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-10-01T18:16:58.997Z[ recovery-image] Oct 01 18:16:56.999 INFO O| Oct 01 18:16:56.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
41832024-10-01T18:16:59.000Z[ recovery-image] Oct 01 18:16:56.999 INFO O| Oct 01 18:16:56.999 INFO STEP 37 (remove_files) COMPLETE
41842024-10-01T18:16:59.000Z[ recovery-image] Oct 01 18:16:56.999 INFO O| Oct 01 18:16:56.999 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-10-01T18:16:59.019Z[ recovery-image] Oct 01 18:16:57.021 INFO O| Oct 01 18:16:57.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
41862024-10-01T18:16:59.022Z[ recovery-image] Oct 01 18:16:57.021 INFO O| Oct 01 18:16:57.021 INFO STEP 38 (remove_files) COMPLETE
41872024-10-01T18:16:59.022Z[ recovery-image] Oct 01 18:16:57.021 INFO O| Oct 01 18:16:57.021 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-10-01T18:16:59.046Z[ recovery-image] Oct 01 18:16:57.048 INFO O| Oct 01 18:16:57.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41892024-10-01T18:16:59.049Z[ recovery-image] Oct 01 18:16:57.048 INFO O| Oct 01 18:16:57.048 INFO STEP 39 (remove_files) COMPLETE
41902024-10-01T18:16:59.049Z[ recovery-image] Oct 01 18:16:57.048 INFO O| Oct 01 18:16:57.048 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-10-01T18:16:59.088Z[ recovery-image] Oct 01 18:16:57.090 INFO O| Oct 01 18:16:57.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41922024-10-01T18:16:59.088Z[ recovery-image] Oct 01 18:16:57.090 INFO O| Oct 01 18:16:57.090 INFO STEP 40 (remove_files) COMPLETE
41932024-10-01T18:16:59.091Z[ recovery-image] Oct 01 18:16:57.090 INFO O| Oct 01 18:16:57.090 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-10-01T18:16:59.109Z[ recovery-image] Oct 01 18:16:57.111 INFO O| Oct 01 18:16:57.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41952024-10-01T18:16:59.109Z[ recovery-image] Oct 01 18:16:57.111 INFO O| Oct 01 18:16:57.111 INFO STEP 41 (remove_files) COMPLETE
41962024-10-01T18:16:59.109Z[ recovery-image] Oct 01 18:16:57.111 INFO O| Oct 01 18:16:57.111 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-10-01T18:16:59.149Z[ recovery-image] Oct 01 18:16:57.151 INFO O| Oct 01 18:16:57.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41982024-10-01T18:16:59.149Z[ recovery-image] Oct 01 18:16:57.151 INFO O| Oct 01 18:16:57.151 INFO STEP 42 (remove_files) COMPLETE
41992024-10-01T18:16:59.149Z[ recovery-image] Oct 01 18:16:57.151 INFO O| Oct 01 18:16:57.151 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-10-01T18:16:59.179Z[ recovery-image] Oct 01 18:16:57.181 INFO O| Oct 01 18:16:57.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42012024-10-01T18:16:59.182Z[ recovery-image] Oct 01 18:16:57.181 INFO O| Oct 01 18:16:57.181 INFO STEP 43 (remove_files) COMPLETE
42022024-10-01T18:16:59.182Z[ recovery-image] Oct 01 18:16:57.181 INFO O| Oct 01 18:16:57.181 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-10-01T18:16:59.215Z[ recovery-image] Oct 01 18:16:57.216 INFO O| Oct 01 18:16:57.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42042024-10-01T18:16:59.215Z[ recovery-image] Oct 01 18:16:57.217 INFO O| Oct 01 18:16:57.216 INFO STEP 44 (remove_files) COMPLETE
42052024-10-01T18:16:59.215Z[ recovery-image] Oct 01 18:16:57.217 INFO O| Oct 01 18:16:57.217 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-10-01T18:16:59.234Z[ recovery-image] Oct 01 18:16:57.236 INFO O| Oct 01 18:16:57.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42072024-10-01T18:16:59.237Z[ recovery-image] Oct 01 18:16:57.236 INFO O| Oct 01 18:16:57.236 INFO STEP 45 (remove_files) COMPLETE
42082024-10-01T18:16:59.237Z[ recovery-image] Oct 01 18:16:57.236 INFO O| Oct 01 18:16:57.236 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-10-01T18:16:59.237Z[ host-image] Oct 01 18:16:57.238 INFO O| Oct 01 18:16:57.238 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42102024-10-01T18:16:59.252Z[ recovery-image] Oct 01 18:16:57.254 INFO O| Oct 01 18:16:57.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42112024-10-01T18:16:59.252Z[ recovery-image] Oct 01 18:16:57.254 INFO O| Oct 01 18:16:57.254 INFO STEP 46 (remove_files) COMPLETE
42122024-10-01T18:16:59.255Z[ recovery-image] Oct 01 18:16:57.254 INFO O| Oct 01 18:16:57.254 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-10-01T18:16:59.272Z[ recovery-image] Oct 01 18:16:57.272 INFO O| Oct 01 18:16:57.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42142024-10-01T18:16:59.285Z[ recovery-image] Oct 01 18:16:57.287 INFO O| Oct 01 18:16:57.287 INFO STEP 47 (remove_files) COMPLETE
42152024-10-01T18:16:59.285Z[ recovery-image] Oct 01 18:16:57.287 INFO O| Oct 01 18:16:57.287 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-10-01T18:16:59.341Z[ recovery-image] Oct 01 18:16:57.342 INFO O| Oct 01 18:16:57.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42172024-10-01T18:16:59.341Z[ recovery-image] Oct 01 18:16:57.343 INFO O| Oct 01 18:16:57.342 INFO STEP 48 (remove_files) COMPLETE
42182024-10-01T18:16:59.341Z[ recovery-image] Oct 01 18:16:57.343 INFO O| Oct 01 18:16:57.342 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-10-01T18:16:59.362Z[ recovery-image] Oct 01 18:16:57.363 INFO O| Oct 01 18:16:57.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42202024-10-01T18:16:59.362Z[ recovery-image] Oct 01 18:16:57.363 INFO O| Oct 01 18:16:57.363 INFO STEP 49 (remove_files) COMPLETE
42212024-10-01T18:16:59.362Z[ recovery-image] Oct 01 18:16:57.363 INFO O| Oct 01 18:16:57.363 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-10-01T18:16:59.402Z[ recovery-image] Oct 01 18:16:57.402 INFO O| Oct 01 18:16:57.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42232024-10-01T18:16:59.402Z[ recovery-image] Oct 01 18:16:57.402 INFO O| Oct 01 18:16:57.402 INFO STEP 50 (remove_files) COMPLETE
42242024-10-01T18:16:59.402Z[ recovery-image] Oct 01 18:16:57.402 INFO O| Oct 01 18:16:57.402 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-10-01T18:16:59.424Z[ recovery-image] Oct 01 18:16:57.425 INFO O| Oct 01 18:16:57.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42262024-10-01T18:16:59.430Z[ recovery-image] Oct 01 18:16:57.431 INFO O| Oct 01 18:16:57.431 INFO STEP 51 (remove_files) COMPLETE
42272024-10-01T18:16:59.430Z[ recovery-image] Oct 01 18:16:57.431 INFO O| Oct 01 18:16:57.431 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-10-01T18:16:59.452Z[ recovery-image] Oct 01 18:16:57.453 INFO O| Oct 01 18:16:57.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42292024-10-01T18:16:59.454Z[ recovery-image] Oct 01 18:16:57.453 INFO O| Oct 01 18:16:57.453 INFO STEP 52 (remove_files) COMPLETE
42302024-10-01T18:16:59.454Z[ recovery-image] Oct 01 18:16:57.453 INFO O| Oct 01 18:16:57.453 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-10-01T18:16:59.479Z[ recovery-image] Oct 01 18:16:57.480 INFO O| Oct 01 18:16:57.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42322024-10-01T18:16:59.479Z[ recovery-image] Oct 01 18:16:57.480 INFO O| Oct 01 18:16:57.480 INFO STEP 53 (remove_files) COMPLETE
42332024-10-01T18:16:59.479Z[ recovery-image] Oct 01 18:16:57.480 INFO O| Oct 01 18:16:57.480 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-10-01T18:16:59.498Z[ recovery-image] Oct 01 18:16:57.500 INFO O| Oct 01 18:16:57.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42352024-10-01T18:16:59.498Z[ recovery-image] Oct 01 18:16:57.500 INFO O| Oct 01 18:16:57.500 INFO STEP 54 (remove_files) COMPLETE
42362024-10-01T18:16:59.498Z[ recovery-image] Oct 01 18:16:57.500 INFO O| Oct 01 18:16:57.500 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-10-01T18:16:59.518Z[ recovery-image] Oct 01 18:16:57.520 INFO O| Oct 01 18:16:57.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42382024-10-01T18:16:59.518Z[ recovery-image] Oct 01 18:16:57.520 INFO O| Oct 01 18:16:57.520 INFO STEP 55 (remove_files) COMPLETE
42392024-10-01T18:16:59.521Z[ recovery-image] Oct 01 18:16:57.520 INFO O| Oct 01 18:16:57.520 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-10-01T18:16:59.537Z[ recovery-image] Oct 01 18:16:57.538 INFO O| Oct 01 18:16:57.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42412024-10-01T18:16:59.537Z[ recovery-image] Oct 01 18:16:57.538 INFO O| Oct 01 18:16:57.538 INFO STEP 56 (remove_files) COMPLETE
42422024-10-01T18:16:59.537Z[ recovery-image] Oct 01 18:16:57.538 INFO O| Oct 01 18:16:57.538 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-10-01T18:16:59.558Z[ recovery-image] Oct 01 18:16:57.559 INFO O| Oct 01 18:16:57.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42442024-10-01T18:16:59.558Z[ recovery-image] Oct 01 18:16:57.559 INFO O| Oct 01 18:16:57.559 INFO STEP 57 (remove_files) COMPLETE
42452024-10-01T18:16:59.560Z[ recovery-image] Oct 01 18:16:57.559 INFO O| Oct 01 18:16:57.559 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-10-01T18:16:59.585Z[ recovery-image] Oct 01 18:16:57.586 INFO O| Oct 01 18:16:57.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42472024-10-01T18:16:59.585Z[ recovery-image] Oct 01 18:16:57.586 INFO O| Oct 01 18:16:57.586 INFO STEP 58 (remove_files) COMPLETE
42482024-10-01T18:16:59.588Z[ recovery-image] Oct 01 18:16:57.587 INFO O| Oct 01 18:16:57.586 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-10-01T18:16:59.623Z[ recovery-image] Oct 01 18:16:57.624 INFO O| Oct 01 18:16:57.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
42502024-10-01T18:16:59.623Z[ recovery-image] Oct 01 18:16:57.624 INFO O| Oct 01 18:16:57.624 INFO STEP 59 (remove_files) COMPLETE
42512024-10-01T18:16:59.625Z[ recovery-image] Oct 01 18:16:57.624 INFO O| Oct 01 18:16:57.624 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-10-01T18:16:59.642Z[ recovery-image] Oct 01 18:16:57.644 INFO O| Oct 01 18:16:57.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
42532024-10-01T18:16:59.642Z[ recovery-image] Oct 01 18:16:57.644 INFO O| Oct 01 18:16:57.644 INFO STEP 60 (remove_files) COMPLETE
42542024-10-01T18:16:59.642Z[ recovery-image] Oct 01 18:16:57.644 INFO O| Oct 01 18:16:57.644 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-10-01T18:16:59.686Z[ recovery-image] Oct 01 18:16:57.688 INFO O| Oct 01 18:16:57.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
42562024-10-01T18:16:59.686Z[ recovery-image] Oct 01 18:16:57.688 INFO O| Oct 01 18:16:57.688 INFO STEP 61 (remove_files) COMPLETE
42572024-10-01T18:16:59.689Z[ recovery-image] Oct 01 18:16:57.688 INFO O| Oct 01 18:16:57.688 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-10-01T18:16:59.705Z[ recovery-image] Oct 01 18:16:57.707 INFO O| Oct 01 18:16:57.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
42592024-10-01T18:16:59.705Z[ recovery-image] Oct 01 18:16:57.707 INFO O| Oct 01 18:16:57.707 INFO STEP 62 (remove_files) COMPLETE
42602024-10-01T18:16:59.705Z[ recovery-image] Oct 01 18:16:57.707 INFO O| Oct 01 18:16:57.707 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-10-01T18:16:59.749Z[ recovery-image] Oct 01 18:16:57.748 INFO O| Oct 01 18:16:57.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
42622024-10-01T18:16:59.752Z[ recovery-image] Oct 01 18:16:57.748 INFO O| Oct 01 18:16:57.748 INFO STEP 63 (remove_files) COMPLETE
42632024-10-01T18:16:59.752Z[ recovery-image] Oct 01 18:16:57.748 INFO O| Oct 01 18:16:57.748 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-10-01T18:16:59.768Z[ recovery-image] Oct 01 18:16:57.769 INFO O| Oct 01 18:16:57.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
42652024-10-01T18:16:59.768Z[ recovery-image] Oct 01 18:16:57.770 INFO O| Oct 01 18:16:57.770 INFO STEP 64 (remove_files) COMPLETE
42662024-10-01T18:16:59.768Z[ recovery-image] Oct 01 18:16:57.770 INFO O| Oct 01 18:16:57.770 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-10-01T18:16:59.823Z[ recovery-image] Oct 01 18:16:57.824 INFO O| Oct 01 18:16:57.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
42682024-10-01T18:16:59.825Z[ recovery-image] Oct 01 18:16:57.824 INFO O| Oct 01 18:16:57.824 INFO STEP 65 (remove_files) COMPLETE
42692024-10-01T18:16:59.825Z[ recovery-image] Oct 01 18:16:57.825 INFO O| Oct 01 18:16:57.824 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-10-01T18:16:59.843Z[ recovery-image] Oct 01 18:16:57.845 INFO O| Oct 01 18:16:57.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
42712024-10-01T18:16:59.846Z[ recovery-image] Oct 01 18:16:57.845 INFO O| Oct 01 18:16:57.845 INFO STEP 66 (remove_files) COMPLETE
42722024-10-01T18:16:59.846Z[ recovery-image] Oct 01 18:16:57.845 INFO O| Oct 01 18:16:57.845 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-10-01T18:16:59.865Z[ recovery-image] Oct 01 18:16:57.866 INFO O| Oct 01 18:16:57.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
42742024-10-01T18:16:59.865Z[ recovery-image] Oct 01 18:16:57.866 INFO O| Oct 01 18:16:57.866 INFO STEP 67 (remove_files) COMPLETE
42752024-10-01T18:16:59.865Z[ recovery-image] Oct 01 18:16:57.866 INFO O| Oct 01 18:16:57.866 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-10-01T18:16:59.884Z[ recovery-image] Oct 01 18:16:57.886 INFO O| Oct 01 18:16:57.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
42772024-10-01T18:16:59.884Z[ recovery-image] Oct 01 18:16:57.886 INFO O| Oct 01 18:16:57.886 INFO STEP 68 (remove_files) COMPLETE
42782024-10-01T18:16:59.887Z[ recovery-image] Oct 01 18:16:57.886 INFO O| Oct 01 18:16:57.886 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-10-01T18:16:59.902Z[ recovery-image] Oct 01 18:16:57.903 INFO O| Oct 01 18:16:57.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
42802024-10-01T18:16:59.902Z[ recovery-image] Oct 01 18:16:57.903 INFO O| Oct 01 18:16:57.903 INFO STEP 69 (remove_files) COMPLETE
42812024-10-01T18:16:59.902Z[ recovery-image] Oct 01 18:16:57.903 INFO O| Oct 01 18:16:57.903 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-10-01T18:16:59.919Z[ recovery-image] Oct 01 18:16:57.920 INFO O| Oct 01 18:16:57.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
42832024-10-01T18:16:59.919Z[ recovery-image] Oct 01 18:16:57.920 INFO O| Oct 01 18:16:57.920 INFO STEP 70 (remove_files) COMPLETE
42842024-10-01T18:16:59.919Z[ recovery-image] Oct 01 18:16:57.920 INFO O| Oct 01 18:16:57.920 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-10-01T18:16:59.938Z[ recovery-image] Oct 01 18:16:57.940 INFO O| Oct 01 18:16:57.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
42862024-10-01T18:16:59.938Z[ recovery-image] Oct 01 18:16:57.940 INFO O| Oct 01 18:16:57.940 INFO STEP 71 (remove_files) COMPLETE
42872024-10-01T18:16:59.938Z[ recovery-image] Oct 01 18:16:57.940 INFO O| Oct 01 18:16:57.940 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-10-01T18:16:59.958Z[ recovery-image] Oct 01 18:16:57.959 INFO O| Oct 01 18:16:57.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42892024-10-01T18:16:59.958Z[ recovery-image] Oct 01 18:16:57.959 INFO O| Oct 01 18:16:57.959 INFO STEP 72 (remove_files) COMPLETE
42902024-10-01T18:16:59.961Z[ recovery-image] Oct 01 18:16:57.959 INFO O| Oct 01 18:16:57.959 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-10-01T18:16:59.979Z[ recovery-image] Oct 01 18:16:57.979 INFO O| Oct 01 18:16:57.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42922024-10-01T18:16:59.979Z[ recovery-image] Oct 01 18:16:57.979 INFO O| Oct 01 18:16:57.979 INFO STEP 73 (remove_files) COMPLETE
42932024-10-01T18:16:59.982Z[ recovery-image] Oct 01 18:16:57.979 INFO O| Oct 01 18:16:57.979 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-10-01T18:16:59.996Z[ recovery-image] Oct 01 18:16:57.997 INFO O| Oct 01 18:16:57.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42952024-10-01T18:16:59.996Z[ recovery-image] Oct 01 18:16:57.997 INFO O| Oct 01 18:16:57.997 INFO STEP 74 (remove_files) COMPLETE
42962024-10-01T18:16:59.998Z[ recovery-image] Oct 01 18:16:57.998 INFO O| Oct 01 18:16:57.997 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-10-01T18:17:00.017Z[ recovery-image] Oct 01 18:16:58.018 INFO O| Oct 01 18:16:58.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42982024-10-01T18:17:00.017Z[ recovery-image] Oct 01 18:16:58.019 INFO O| Oct 01 18:16:58.018 INFO STEP 75 (remove_files) COMPLETE
42992024-10-01T18:17:00.020Z[ recovery-image] Oct 01 18:16:58.019 INFO O| Oct 01 18:16:58.019 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-10-01T18:17:00.035Z[ recovery-image] Oct 01 18:16:58.036 INFO O| Oct 01 18:16:58.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43012024-10-01T18:17:00.035Z[ recovery-image] Oct 01 18:16:58.036 INFO O| Oct 01 18:16:58.036 INFO STEP 76 (remove_files) COMPLETE
43022024-10-01T18:17:00.038Z[ recovery-image] Oct 01 18:16:58.037 INFO O| Oct 01 18:16:58.036 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-10-01T18:17:00.052Z[ recovery-image] Oct 01 18:16:58.054 INFO O| Oct 01 18:16:58.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43042024-10-01T18:17:00.052Z[ recovery-image] Oct 01 18:16:58.054 INFO O| Oct 01 18:16:58.054 INFO STEP 77 (remove_files) COMPLETE
43052024-10-01T18:17:00.055Z[ recovery-image] Oct 01 18:16:58.054 INFO O| Oct 01 18:16:58.054 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-10-01T18:17:00.071Z[ recovery-image] Oct 01 18:16:58.072 INFO O| Oct 01 18:16:58.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43072024-10-01T18:17:00.071Z[ recovery-image] Oct 01 18:16:58.072 INFO O| Oct 01 18:16:58.072 INFO STEP 78 (remove_files) COMPLETE
43082024-10-01T18:17:00.073Z[ recovery-image] Oct 01 18:16:58.072 INFO O| Oct 01 18:16:58.072 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-10-01T18:17:00.092Z[ recovery-image] Oct 01 18:16:58.093 INFO O| Oct 01 18:16:58.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43102024-10-01T18:17:00.096Z[ recovery-image] Oct 01 18:16:58.098 INFO O| Oct 01 18:16:58.098 INFO STEP 79 (remove_files) COMPLETE
43112024-10-01T18:17:00.096Z[ recovery-image] Oct 01 18:16:58.098 INFO O| Oct 01 18:16:58.098 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-10-01T18:17:00.130Z[ recovery-image] Oct 01 18:16:58.131 INFO O| Oct 01 18:16:58.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43132024-10-01T18:17:00.134Z[ recovery-image] Oct 01 18:16:58.132 INFO O| Oct 01 18:16:58.132 INFO STEP 80 (remove_files) COMPLETE
43142024-10-01T18:17:00.134Z[ recovery-image] Oct 01 18:16:58.132 INFO O| Oct 01 18:16:58.132 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-10-01T18:17:00.154Z[ recovery-image] Oct 01 18:16:58.155 INFO O| Oct 01 18:16:58.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43162024-10-01T18:17:00.154Z[ recovery-image] Oct 01 18:16:58.155 INFO O| Oct 01 18:16:58.155 INFO STEP 81 (remove_files) COMPLETE
43172024-10-01T18:17:00.154Z[ recovery-image] Oct 01 18:16:58.155 INFO O| Oct 01 18:16:58.155 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-10-01T18:17:00.195Z[ recovery-image] Oct 01 18:16:58.197 INFO O| Oct 01 18:16:58.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43192024-10-01T18:17:00.195Z[ recovery-image] Oct 01 18:16:58.197 INFO O| Oct 01 18:16:58.197 INFO STEP 82 (remove_files) COMPLETE
43202024-10-01T18:17:00.199Z[ recovery-image] Oct 01 18:16:58.197 INFO O| Oct 01 18:16:58.197 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-10-01T18:17:00.217Z[ recovery-image] Oct 01 18:16:58.219 INFO O| Oct 01 18:16:58.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43222024-10-01T18:17:00.217Z[ recovery-image] Oct 01 18:16:58.219 INFO O| Oct 01 18:16:58.219 INFO STEP 83 (remove_files) COMPLETE
43232024-10-01T18:17:00.217Z[ recovery-image] Oct 01 18:16:58.219 INFO O| Oct 01 18:16:58.219 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-10-01T18:17:00.238Z[ recovery-image] Oct 01 18:16:58.239 INFO O| Oct 01 18:16:58.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43252024-10-01T18:17:00.238Z[ recovery-image] Oct 01 18:16:58.239 INFO O| Oct 01 18:16:58.239 INFO STEP 84 (remove_files) COMPLETE
43262024-10-01T18:17:00.238Z[ recovery-image] Oct 01 18:16:58.239 INFO O| Oct 01 18:16:58.239 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-10-01T18:17:00.256Z[ recovery-image] Oct 01 18:16:58.258 INFO O| Oct 01 18:16:58.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43282024-10-01T18:17:00.280Z[ recovery-image] Oct 01 18:16:58.281 INFO O| Oct 01 18:16:58.281 INFO STEP 85 (remove_files) COMPLETE
43292024-10-01T18:17:00.280Z[ recovery-image] Oct 01 18:16:58.281 INFO O| Oct 01 18:16:58.281 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-10-01T18:17:00.303Z[ recovery-image] Oct 01 18:16:58.304 INFO O| Oct 01 18:16:58.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43312024-10-01T18:17:00.303Z[ recovery-image] Oct 01 18:16:58.304 INFO O| Oct 01 18:16:58.304 INFO STEP 86 (remove_files) COMPLETE
43322024-10-01T18:17:00.303Z[ recovery-image] Oct 01 18:16:58.304 INFO O| Oct 01 18:16:58.304 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-10-01T18:17:00.321Z[ recovery-image] Oct 01 18:16:58.322 INFO O| Oct 01 18:16:58.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
43342024-10-01T18:17:00.321Z[ recovery-image] Oct 01 18:16:58.322 INFO O| Oct 01 18:16:58.322 INFO STEP 87 (remove_files) COMPLETE
43352024-10-01T18:17:00.321Z[ recovery-image] Oct 01 18:16:58.322 INFO O| Oct 01 18:16:58.322 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-10-01T18:17:00.360Z[ recovery-image] Oct 01 18:16:58.361 INFO O| Oct 01 18:16:58.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43372024-10-01T18:17:00.360Z[ recovery-image] Oct 01 18:16:58.361 INFO O| Oct 01 18:16:58.361 INFO STEP 88 (remove_files) COMPLETE
43382024-10-01T18:17:00.363Z[ recovery-image] Oct 01 18:16:58.361 INFO O| Oct 01 18:16:58.361 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-10-01T18:17:00.379Z[ recovery-image] Oct 01 18:16:58.380 INFO O| Oct 01 18:16:58.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43402024-10-01T18:17:00.382Z[ recovery-image] Oct 01 18:16:58.383 INFO O| Oct 01 18:16:58.383 INFO STEP 89 (remove_files) COMPLETE
43412024-10-01T18:17:00.382Z[ recovery-image] Oct 01 18:16:58.383 INFO O| Oct 01 18:16:58.383 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-10-01T18:17:00.424Z[ recovery-image] Oct 01 18:16:58.426 INFO O| Oct 01 18:16:58.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43432024-10-01T18:17:00.445Z[ recovery-image] Oct 01 18:16:58.447 INFO O| Oct 01 18:16:58.447 INFO STEP 90 (remove_files) COMPLETE
43442024-10-01T18:17:00.445Z[ recovery-image] Oct 01 18:16:58.447 INFO O| Oct 01 18:16:58.447 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-10-01T18:17:00.466Z[ recovery-image] Oct 01 18:16:58.467 INFO O| Oct 01 18:16:58.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43462024-10-01T18:17:00.468Z[ recovery-image] Oct 01 18:16:58.467 INFO O| Oct 01 18:16:58.467 INFO STEP 91 (remove_files) COMPLETE
43472024-10-01T18:17:00.468Z[ recovery-image] Oct 01 18:16:58.467 INFO O| Oct 01 18:16:58.467 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-10-01T18:17:00.484Z[ recovery-image] Oct 01 18:16:58.485 INFO O| Oct 01 18:16:58.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
43492024-10-01T18:17:00.500Z[ recovery-image] Oct 01 18:16:58.500 INFO O| Oct 01 18:16:58.500 INFO STEP 92 (remove_files) COMPLETE
43502024-10-01T18:17:00.500Z[ recovery-image] Oct 01 18:16:58.500 INFO O| Oct 01 18:16:58.500 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-10-01T18:17:00.521Z[ recovery-image] Oct 01 18:16:58.522 INFO O| Oct 01 18:16:58.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
43522024-10-01T18:17:00.523Z[ recovery-image] Oct 01 18:16:58.522 INFO O| Oct 01 18:16:58.522 INFO STEP 93 (remove_files) COMPLETE
43532024-10-01T18:17:00.524Z[ recovery-image] Oct 01 18:16:58.523 INFO O| Oct 01 18:16:58.522 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-10-01T18:17:00.542Z[ recovery-image] Oct 01 18:16:58.543 INFO O| Oct 01 18:16:58.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
43552024-10-01T18:17:00.544Z[ recovery-image] Oct 01 18:16:58.543 INFO O| Oct 01 18:16:58.543 INFO STEP 94 (remove_files) COMPLETE
43562024-10-01T18:17:00.544Z[ recovery-image] Oct 01 18:16:58.544 INFO O| Oct 01 18:16:58.543 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-10-01T18:17:00.564Z[ recovery-image] Oct 01 18:16:58.565 INFO O| Oct 01 18:16:58.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
43582024-10-01T18:17:00.567Z[ recovery-image] Oct 01 18:16:58.566 INFO O| Oct 01 18:16:58.566 INFO STEP 95 (remove_files) COMPLETE
43592024-10-01T18:17:00.567Z[ recovery-image] Oct 01 18:16:58.566 INFO O| Oct 01 18:16:58.566 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-10-01T18:17:00.587Z[ recovery-image] Oct 01 18:16:58.587 INFO O| Oct 01 18:16:58.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
43612024-10-01T18:17:00.590Z[ recovery-image] Oct 01 18:16:58.587 INFO O| Oct 01 18:16:58.587 INFO STEP 96 (remove_files) COMPLETE
43622024-10-01T18:17:00.590Z[ recovery-image] Oct 01 18:16:58.587 INFO O| Oct 01 18:16:58.587 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-10-01T18:17:00.607Z[ recovery-image] Oct 01 18:16:58.608 INFO O| Oct 01 18:16:58.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
43642024-10-01T18:17:00.610Z[ recovery-image] Oct 01 18:16:58.608 INFO O| Oct 01 18:16:58.608 INFO STEP 97 (remove_files) COMPLETE
43652024-10-01T18:17:00.610Z[ recovery-image] Oct 01 18:16:58.608 INFO O| Oct 01 18:16:58.608 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-10-01T18:17:00.627Z[ recovery-image] Oct 01 18:16:58.628 INFO O| Oct 01 18:16:58.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
43672024-10-01T18:17:00.630Z[ recovery-image] Oct 01 18:16:58.629 INFO O| Oct 01 18:16:58.629 INFO STEP 98 (remove_files) COMPLETE
43682024-10-01T18:17:00.630Z[ recovery-image] Oct 01 18:16:58.629 INFO O| Oct 01 18:16:58.629 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-10-01T18:17:00.647Z[ recovery-image] Oct 01 18:16:58.648 INFO O| Oct 01 18:16:58.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
43702024-10-01T18:17:00.650Z[ recovery-image] Oct 01 18:16:58.649 INFO O| Oct 01 18:16:58.648 INFO STEP 99 (remove_files) COMPLETE
43712024-10-01T18:17:00.650Z[ recovery-image] Oct 01 18:16:58.649 INFO O| Oct 01 18:16:58.649 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-10-01T18:17:00.668Z[ recovery-image] Oct 01 18:16:58.670 INFO O| Oct 01 18:16:58.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
43732024-10-01T18:17:00.671Z[ recovery-image] Oct 01 18:16:58.670 INFO O| Oct 01 18:16:58.670 INFO STEP 100 (remove_files) COMPLETE
43742024-10-01T18:17:00.671Z[ recovery-image] Oct 01 18:16:58.670 INFO O| Oct 01 18:16:58.670 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-10-01T18:17:00.717Z[ recovery-image] Oct 01 18:16:58.718 INFO O| Oct 01 18:16:58.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
43762024-10-01T18:17:00.717Z[ recovery-image] Oct 01 18:16:58.718 INFO O| Oct 01 18:16:58.718 INFO STEP 101 (remove_files) COMPLETE
43772024-10-01T18:17:00.717Z[ recovery-image] Oct 01 18:16:58.718 INFO O| Oct 01 18:16:58.718 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-10-01T18:17:00.755Z[ recovery-image] Oct 01 18:16:58.757 INFO O| Oct 01 18:16:58.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
43792024-10-01T18:17:00.758Z[ recovery-image] Oct 01 18:16:58.757 INFO O| Oct 01 18:16:58.757 INFO STEP 102 (remove_files) COMPLETE
43802024-10-01T18:17:00.758Z[ recovery-image] Oct 01 18:16:58.757 INFO O| Oct 01 18:16:58.757 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-10-01T18:17:00.797Z[ recovery-image] Oct 01 18:16:58.799 INFO O| Oct 01 18:16:58.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
43822024-10-01T18:17:00.800Z[ recovery-image] Oct 01 18:16:58.799 INFO O| Oct 01 18:16:58.799 INFO STEP 103 (remove_files) COMPLETE
43832024-10-01T18:17:00.800Z[ recovery-image] Oct 01 18:16:58.799 INFO O| Oct 01 18:16:58.799 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-10-01T18:17:00.817Z[ recovery-image] Oct 01 18:16:58.819 INFO O| Oct 01 18:16:58.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
43852024-10-01T18:17:00.818Z[ recovery-image] Oct 01 18:16:58.819 INFO O| Oct 01 18:16:58.819 INFO STEP 104 (remove_files) COMPLETE
43862024-10-01T18:17:00.820Z[ recovery-image] Oct 01 18:16:58.819 INFO O| Oct 01 18:16:58.819 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-10-01T18:17:00.838Z[ recovery-image] Oct 01 18:16:58.840 INFO O| Oct 01 18:16:58.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43882024-10-01T18:17:00.841Z[ recovery-image] Oct 01 18:16:58.842 INFO O| Oct 01 18:16:58.842 INFO STEP 105 (remove_files) COMPLETE
43892024-10-01T18:17:00.841Z[ recovery-image] Oct 01 18:16:58.842 INFO O| Oct 01 18:16:58.842 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-10-01T18:17:00.860Z[ recovery-image] Oct 01 18:16:58.862 INFO O| Oct 01 18:16:58.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43912024-10-01T18:17:00.860Z[ recovery-image] Oct 01 18:16:58.862 INFO O| Oct 01 18:16:58.862 INFO STEP 106 (remove_files) COMPLETE
43922024-10-01T18:17:00.874Z[ recovery-image] Oct 01 18:16:58.862 INFO O| Oct 01 18:16:58.862 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-10-01T18:17:00.879Z[ recovery-image] Oct 01 18:16:58.881 INFO O| Oct 01 18:16:58.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43942024-10-01T18:17:00.882Z[ recovery-image] Oct 01 18:16:58.881 INFO O| Oct 01 18:16:58.881 INFO STEP 107 (remove_files) COMPLETE
43952024-10-01T18:17:00.882Z[ recovery-image] Oct 01 18:16:58.881 INFO O| Oct 01 18:16:58.881 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-10-01T18:17:00.898Z[ recovery-image] Oct 01 18:16:58.899 INFO O| Oct 01 18:16:58.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43972024-10-01T18:17:00.898Z[ recovery-image] Oct 01 18:16:58.899 INFO O| Oct 01 18:16:58.899 INFO STEP 108 (remove_files) COMPLETE
43982024-10-01T18:17:00.900Z[ recovery-image] Oct 01 18:16:58.899 INFO O| Oct 01 18:16:58.899 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-10-01T18:17:00.917Z[ recovery-image] Oct 01 18:16:58.918 INFO O| Oct 01 18:16:58.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44002024-10-01T18:17:00.917Z[ recovery-image] Oct 01 18:16:58.918 INFO O| Oct 01 18:16:58.918 INFO STEP 109 (remove_files) COMPLETE
44012024-10-01T18:17:00.917Z[ recovery-image] Oct 01 18:16:58.918 INFO O| Oct 01 18:16:58.918 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-10-01T18:17:00.964Z[ recovery-image] Oct 01 18:16:58.965 INFO O| Oct 01 18:16:58.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44032024-10-01T18:17:00.964Z[ recovery-image] Oct 01 18:16:58.965 INFO O| Oct 01 18:16:58.965 INFO STEP 110 (remove_files) COMPLETE
44042024-10-01T18:17:00.967Z[ recovery-image] Oct 01 18:16:58.965 INFO O| Oct 01 18:16:58.965 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-10-01T18:17:01.034Z[ recovery-image] Oct 01 18:16:59.035 INFO O| Oct 01 18:16:59.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44062024-10-01T18:17:01.037Z[ recovery-image] Oct 01 18:16:59.036 INFO O| Oct 01 18:16:59.035 INFO STEP 111 (remove_files) COMPLETE
44072024-10-01T18:17:01.037Z[ recovery-image] Oct 01 18:16:59.036 INFO O| Oct 01 18:16:59.036 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-10-01T18:17:01.054Z[ recovery-image] Oct 01 18:16:59.055 INFO O| Oct 01 18:16:59.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44092024-10-01T18:17:01.054Z[ recovery-image] Oct 01 18:16:59.055 INFO O| Oct 01 18:16:59.055 INFO STEP 112 (remove_files) COMPLETE
44102024-10-01T18:17:01.057Z[ recovery-image] Oct 01 18:16:59.056 INFO O| Oct 01 18:16:59.056 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-10-01T18:17:01.076Z[ recovery-image] Oct 01 18:16:59.077 INFO O| Oct 01 18:16:59.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44122024-10-01T18:17:01.076Z[ recovery-image] Oct 01 18:16:59.077 INFO O| Oct 01 18:16:59.077 INFO STEP 113 (remove_files) COMPLETE
44132024-10-01T18:17:01.079Z[ recovery-image] Oct 01 18:16:59.077 INFO O| Oct 01 18:16:59.077 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-10-01T18:17:01.096Z[ recovery-image] Oct 01 18:16:59.097 INFO O| Oct 01 18:16:59.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44152024-10-01T18:17:01.096Z[ recovery-image] Oct 01 18:16:59.097 INFO O| Oct 01 18:16:59.097 INFO STEP 114 (remove_files) COMPLETE
44162024-10-01T18:17:01.098Z[ recovery-image] Oct 01 18:16:59.097 INFO O| Oct 01 18:16:59.097 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-10-01T18:17:01.123Z[ recovery-image] Oct 01 18:16:59.124 INFO O| Oct 01 18:16:59.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44182024-10-01T18:17:01.123Z[ recovery-image] Oct 01 18:16:59.124 INFO O| Oct 01 18:16:59.124 INFO STEP 115 (remove_files) COMPLETE
44192024-10-01T18:17:01.123Z[ recovery-image] Oct 01 18:16:59.124 INFO O| Oct 01 18:16:59.124 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-10-01T18:17:01.146Z[ recovery-image] Oct 01 18:16:59.147 INFO O| Oct 01 18:16:59.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44212024-10-01T18:17:01.146Z[ recovery-image] Oct 01 18:16:59.147 INFO O| Oct 01 18:16:59.147 INFO STEP 116 (remove_files) COMPLETE
44222024-10-01T18:17:01.146Z[ recovery-image] Oct 01 18:16:59.147 INFO O| Oct 01 18:16:59.147 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-10-01T18:17:01.175Z[ recovery-image] Oct 01 18:16:59.176 INFO O| Oct 01 18:16:59.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44242024-10-01T18:17:01.177Z[ recovery-image] Oct 01 18:16:59.176 INFO O| Oct 01 18:16:59.176 INFO STEP 117 (remove_files) COMPLETE
44252024-10-01T18:17:01.177Z[ recovery-image] Oct 01 18:16:59.177 INFO O| Oct 01 18:16:59.176 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-10-01T18:17:02.082Z[ host-image] Oct 01 18:17:00.083 INFO O| Oct 01 18:17:00.083 INFO O| Planning: Solver setup ... Done
44272024-10-01T18:17:02.089Z[ host-image] Oct 01 18:17:00.090 INFO O| Oct 01 18:17:00.090 INFO O| Planning: Running solver ... Done
44282024-10-01T18:17:02.120Z[ recovery-image] Oct 01 18:17:00.122 INFO O| Oct 01 18:17:00.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44292024-10-01T18:17:02.121Z[ recovery-image] Oct 01 18:17:00.122 INFO O| Oct 01 18:17:00.122 INFO STEP 118 (remove_files) COMPLETE
44302024-10-01T18:17:02.123Z[ recovery-image] Oct 01 18:17:00.122 INFO O| Oct 01 18:17:00.122 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-10-01T18:17:02.140Z[ recovery-image] Oct 01 18:17:00.141 INFO O| Oct 01 18:17:00.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44322024-10-01T18:17:02.140Z[ recovery-image] Oct 01 18:17:00.141 INFO O| Oct 01 18:17:00.141 INFO STEP 119 (remove_files) COMPLETE
44332024-10-01T18:17:02.140Z[ recovery-image] Oct 01 18:17:00.141 INFO O| Oct 01 18:17:00.141 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-10-01T18:17:02.184Z[ recovery-image] Oct 01 18:17:00.185 INFO O| Oct 01 18:17:00.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
44352024-10-01T18:17:02.187Z[ host-image] Oct 01 18:17:00.187 INFO O| Oct 01 18:17:00.187 INFO O| Planning: Finding local manifests ... Done
44362024-10-01T18:17:02.190Z[ host-image] Oct 01 18:17:00.189 INFO O| Oct 01 18:17:00.189 INFO O| Planning: Fetching manifests: 0/6 0% complete
44372024-10-01T18:17:02.206Z[ recovery-image] Oct 01 18:17:00.207 INFO O| Oct 01 18:17:00.207 INFO STEP 120 (remove_files) COMPLETE
44382024-10-01T18:17:02.206Z[ recovery-image] Oct 01 18:17:00.207 INFO O| Oct 01 18:17:00.207 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-10-01T18:17:02.261Z[ recovery-image] Oct 01 18:17:00.262 INFO O| Oct 01 18:17:00.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
44402024-10-01T18:17:02.264Z[ recovery-image] Oct 01 18:17:00.262 INFO O| Oct 01 18:17:00.262 INFO STEP 121 (remove_files) COMPLETE
44412024-10-01T18:17:02.264Z[ recovery-image] Oct 01 18:17:00.263 INFO O| Oct 01 18:17:00.262 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-10-01T18:17:02.286Z[ recovery-image] Oct 01 18:17:00.287 INFO O| Oct 01 18:17:00.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44432024-10-01T18:17:02.289Z[ recovery-image] Oct 01 18:17:00.287 INFO O| Oct 01 18:17:00.287 INFO STEP 122 (remove_files) COMPLETE
44442024-10-01T18:17:02.289Z[ recovery-image] Oct 01 18:17:00.287 INFO O| Oct 01 18:17:00.287 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-10-01T18:17:02.351Z[ recovery-image] Oct 01 18:17:00.352 INFO O| Oct 01 18:17:00.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
44462024-10-01T18:17:02.351Z[ recovery-image] Oct 01 18:17:00.352 INFO O| Oct 01 18:17:00.352 INFO STEP 123 (remove_files) COMPLETE
44472024-10-01T18:17:02.351Z[ recovery-image] Oct 01 18:17:00.352 INFO O| Oct 01 18:17:00.352 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-10-01T18:17:02.375Z[ recovery-image] Oct 01 18:17:00.376 INFO O| Oct 01 18:17:00.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
44492024-10-01T18:17:02.375Z[ recovery-image] Oct 01 18:17:00.376 INFO O| Oct 01 18:17:00.376 INFO STEP 124 (remove_files) COMPLETE
44502024-10-01T18:17:02.375Z[ recovery-image] Oct 01 18:17:00.376 INFO O| Oct 01 18:17:00.376 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-10-01T18:17:02.498Z[ recovery-image] Oct 01 18:17:00.499 INFO O| Oct 01 18:17:00.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
44522024-10-01T18:17:02.519Z[ recovery-image] Oct 01 18:17:00.520 INFO O| Oct 01 18:17:00.520 INFO STEP 125 (remove_files) COMPLETE
44532024-10-01T18:17:02.519Z[ recovery-image] Oct 01 18:17:00.520 INFO O| Oct 01 18:17:00.520 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-10-01T18:17:02.566Z[ host-image] Oct 01 18:17:00.567 INFO O| Oct 01 18:17:00.567 INFO O| Planning: Fetching manifests: 6/6 100% complete
44552024-10-01T18:17:02.637Z[ host-image] Oct 01 18:17:00.638 INFO O| Oct 01 18:17:00.638 INFO O| Planning: Package planning ... Done
44562024-10-01T18:17:02.675Z[ host-image] Oct 01 18:17:00.676 INFO O| Oct 01 18:17:00.676 INFO O| Planning: Merging actions ... Done
44572024-10-01T18:17:02.698Z[ recovery-image] Oct 01 18:17:00.677 INFO O| Oct 01 18:17:00.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
44582024-10-01T18:17:02.698Z[ recovery-image] Oct 01 18:17:00.677 INFO O| Oct 01 18:17:00.667 INFO STEP 126 (remove_files) COMPLETE
44592024-10-01T18:17:02.701Z[ recovery-image] Oct 01 18:17:00.677 INFO O| Oct 01 18:17:00.667 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-10-01T18:17:02.726Z[ recovery-image] Oct 01 18:17:00.727 INFO O| Oct 01 18:17:00.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
44612024-10-01T18:17:02.729Z[ recovery-image] Oct 01 18:17:00.727 INFO O| Oct 01 18:17:00.727 INFO STEP 127 (remove_files) COMPLETE
44622024-10-01T18:17:02.729Z[ recovery-image] Oct 01 18:17:00.727 INFO O| Oct 01 18:17:00.727 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-10-01T18:17:02.749Z[ recovery-image] Oct 01 18:17:00.747 INFO O| Oct 01 18:17:00.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
44642024-10-01T18:17:02.749Z[ recovery-image] Oct 01 18:17:00.747 INFO O| Oct 01 18:17:00.747 INFO STEP 128 (remove_files) COMPLETE
44652024-10-01T18:17:02.749Z[ recovery-image] Oct 01 18:17:00.747 INFO O| Oct 01 18:17:00.747 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-10-01T18:17:02.766Z[ recovery-image] Oct 01 18:17:00.767 INFO O| Oct 01 18:17:00.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
44672024-10-01T18:17:02.769Z[ recovery-image] Oct 01 18:17:00.767 INFO O| Oct 01 18:17:00.767 INFO STEP 129 (remove_files) COMPLETE
44682024-10-01T18:17:02.769Z[ recovery-image] Oct 01 18:17:00.767 INFO O| Oct 01 18:17:00.767 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-10-01T18:17:02.807Z[ recovery-image] Oct 01 18:17:00.808 INFO O| Oct 01 18:17:00.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
44702024-10-01T18:17:02.807Z[ recovery-image] Oct 01 18:17:00.808 INFO O| Oct 01 18:17:00.808 INFO STEP 130 (remove_files) COMPLETE
44712024-10-01T18:17:02.807Z[ recovery-image] Oct 01 18:17:00.808 INFO O| Oct 01 18:17:00.808 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-10-01T18:17:02.826Z[ recovery-image] Oct 01 18:17:00.827 INFO O| Oct 01 18:17:00.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
44732024-10-01T18:17:02.826Z[ recovery-image] Oct 01 18:17:00.827 INFO O| Oct 01 18:17:00.827 INFO STEP 131 (remove_files) COMPLETE
44742024-10-01T18:17:02.826Z[ recovery-image] Oct 01 18:17:00.827 INFO O| Oct 01 18:17:00.827 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-10-01T18:17:02.863Z[ recovery-image] Oct 01 18:17:00.863 INFO O| Oct 01 18:17:00.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
44762024-10-01T18:17:02.865Z[ recovery-image] Oct 01 18:17:00.863 INFO O| Oct 01 18:17:00.863 INFO STEP 132 (remove_files) COMPLETE
44772024-10-01T18:17:02.865Z[ recovery-image] Oct 01 18:17:00.864 INFO O| Oct 01 18:17:00.864 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-10-01T18:17:02.887Z[ host-image] Oct 01 18:17:00.886 INFO O| Oct 01 18:17:00.886 INFO O| Planning: Checking for conflicting actions ... Done
44792024-10-01T18:17:02.892Z[ host-image] Oct 01 18:17:00.893 INFO O| Oct 01 18:17:00.893 INFO O| Planning: Consolidating action changes ... Done
44802024-10-01T18:17:02.908Z[ recovery-image] Oct 01 18:17:00.909 INFO O| Oct 01 18:17:00.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
44812024-10-01T18:17:02.908Z[ recovery-image] Oct 01 18:17:00.909 INFO O| Oct 01 18:17:00.909 INFO STEP 133 (remove_files) COMPLETE
44822024-10-01T18:17:02.911Z[ recovery-image] Oct 01 18:17:00.909 INFO O| Oct 01 18:17:00.909 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-10-01T18:17:02.941Z[ recovery-image] Oct 01 18:17:00.942 INFO O| Oct 01 18:17:00.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
44842024-10-01T18:17:02.944Z[ recovery-image] Oct 01 18:17:00.942 INFO O| Oct 01 18:17:00.942 INFO STEP 134 (remove_files) COMPLETE
44852024-10-01T18:17:02.944Z[ recovery-image] Oct 01 18:17:00.942 INFO O| Oct 01 18:17:00.942 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-10-01T18:17:03.002Z[ recovery-image] Oct 01 18:17:01.002 INFO O| Oct 01 18:17:01.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
44872024-10-01T18:17:03.002Z[ recovery-image] Oct 01 18:17:01.002 INFO O| Oct 01 18:17:01.002 INFO STEP 135 (remove_files) COMPLETE
44882024-10-01T18:17:03.002Z[ recovery-image] Oct 01 18:17:01.002 INFO O| Oct 01 18:17:01.002 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-10-01T18:17:03.053Z[ recovery-image] Oct 01 18:17:01.053 INFO O| Oct 01 18:17:01.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
44902024-10-01T18:17:03.053Z[ recovery-image] Oct 01 18:17:01.053 INFO O| Oct 01 18:17:01.053 INFO STEP 136 (remove_files) COMPLETE
44912024-10-01T18:17:03.053Z[ recovery-image] Oct 01 18:17:01.053 INFO O| Oct 01 18:17:01.053 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-10-01T18:17:03.071Z[ recovery-image] Oct 01 18:17:01.072 INFO O| Oct 01 18:17:01.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
44932024-10-01T18:17:03.071Z[ recovery-image] Oct 01 18:17:01.072 INFO O| Oct 01 18:17:01.072 INFO STEP 137 (remove_files) COMPLETE
44942024-10-01T18:17:03.074Z[ recovery-image] Oct 01 18:17:01.072 INFO O| Oct 01 18:17:01.072 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-10-01T18:17:03.092Z[ recovery-image] Oct 01 18:17:01.092 INFO O| Oct 01 18:17:01.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44962024-10-01T18:17:03.092Z[ recovery-image] Oct 01 18:17:01.092 INFO O| Oct 01 18:17:01.092 INFO STEP 138 (remove_files) COMPLETE
44972024-10-01T18:17:03.092Z[ recovery-image] Oct 01 18:17:01.092 INFO O| Oct 01 18:17:01.092 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-10-01T18:17:03.183Z[ recovery-image] Oct 01 18:17:01.183 INFO O| Oct 01 18:17:01.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44992024-10-01T18:17:03.183Z[ recovery-image] Oct 01 18:17:01.184 INFO O| Oct 01 18:17:01.184 INFO STEP 139 (remove_files) COMPLETE
45002024-10-01T18:17:03.185Z[ recovery-image] Oct 01 18:17:01.184 INFO O| Oct 01 18:17:01.184 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-10-01T18:17:03.222Z[ recovery-image] Oct 01 18:17:01.223 INFO O| Oct 01 18:17:01.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45022024-10-01T18:17:03.225Z[ recovery-image] Oct 01 18:17:01.223 INFO O| Oct 01 18:17:01.223 INFO STEP 140 (remove_files) COMPLETE
45032024-10-01T18:17:03.225Z[ recovery-image] Oct 01 18:17:01.223 INFO O| Oct 01 18:17:01.223 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-10-01T18:17:03.241Z[ recovery-image] Oct 01 18:17:01.242 INFO O| Oct 01 18:17:01.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45052024-10-01T18:17:03.244Z[ recovery-image] Oct 01 18:17:01.242 INFO O| Oct 01 18:17:01.242 INFO STEP 141 (remove_files) COMPLETE
45062024-10-01T18:17:03.244Z[ recovery-image] Oct 01 18:17:01.242 INFO O| Oct 01 18:17:01.242 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-10-01T18:17:03.261Z[ recovery-image] Oct 01 18:17:01.261 INFO O| Oct 01 18:17:01.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45082024-10-01T18:17:03.264Z[ recovery-image] Oct 01 18:17:01.261 INFO O| Oct 01 18:17:01.261 INFO STEP 142 (remove_files) COMPLETE
45092024-10-01T18:17:03.264Z[ recovery-image] Oct 01 18:17:01.261 INFO O| Oct 01 18:17:01.261 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-10-01T18:17:03.279Z[ recovery-image] Oct 01 18:17:01.280 INFO O| Oct 01 18:17:01.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45112024-10-01T18:17:03.282Z[ recovery-image] Oct 01 18:17:01.282 INFO O| Oct 01 18:17:01.282 INFO STEP 143 (remove_files) COMPLETE
45122024-10-01T18:17:03.282Z[ recovery-image] Oct 01 18:17:01.282 INFO O| Oct 01 18:17:01.282 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-10-01T18:17:03.316Z[ recovery-image] Oct 01 18:17:01.317 INFO O| Oct 01 18:17:01.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45142024-10-01T18:17:03.319Z[ recovery-image] Oct 01 18:17:01.317 INFO O| Oct 01 18:17:01.317 INFO STEP 144 (remove_files) COMPLETE
45152024-10-01T18:17:03.319Z[ recovery-image] Oct 01 18:17:01.317 INFO O| Oct 01 18:17:01.317 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-10-01T18:17:03.363Z[ recovery-image] Oct 01 18:17:01.364 INFO O| Oct 01 18:17:01.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45172024-10-01T18:17:03.366Z[ recovery-image] Oct 01 18:17:01.364 INFO O| Oct 01 18:17:01.364 INFO STEP 145 (remove_files) COMPLETE
45182024-10-01T18:17:03.366Z[ recovery-image] Oct 01 18:17:01.364 INFO O| Oct 01 18:17:01.364 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-10-01T18:17:03.400Z[ recovery-image] Oct 01 18:17:01.401 INFO O| Oct 01 18:17:01.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45202024-10-01T18:17:03.403Z[ recovery-image] Oct 01 18:17:01.401 INFO O| Oct 01 18:17:01.401 INFO STEP 146 (remove_files) COMPLETE
45212024-10-01T18:17:03.403Z[ recovery-image] Oct 01 18:17:01.401 INFO O| Oct 01 18:17:01.401 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-10-01T18:17:03.419Z[ recovery-image] Oct 01 18:17:01.420 INFO O| Oct 01 18:17:01.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45232024-10-01T18:17:03.422Z[ recovery-image] Oct 01 18:17:01.420 INFO O| Oct 01 18:17:01.420 INFO STEP 147 (remove_files) COMPLETE
45242024-10-01T18:17:03.422Z[ recovery-image] Oct 01 18:17:01.420 INFO O| Oct 01 18:17:01.420 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-10-01T18:17:03.434Z[ host-image] Oct 01 18:17:01.435 INFO O| Oct 01 18:17:01.434 INFO O| Planning: Evaluating mediators ... Done
45262024-10-01T18:17:03.439Z[ host-image] Oct 01 18:17:01.440 INFO O| Oct 01 18:17:01.440 INFO O| Planning: Planning completed in 4.20 seconds
45272024-10-01T18:17:03.442Z[ recovery-image] Oct 01 18:17:01.441 INFO O| Oct 01 18:17:01.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45282024-10-01T18:17:03.442Z[ recovery-image] Oct 01 18:17:01.441 INFO O| Oct 01 18:17:01.441 INFO STEP 148 (remove_files) COMPLETE
45292024-10-01T18:17:03.442Z[ recovery-image] Oct 01 18:17:01.441 INFO O| Oct 01 18:17:01.441 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-10-01T18:17:03.442Z[ host-image] Oct 01 18:17:01.443 INFO O| Oct 01 18:17:01.443 INFO O| Packages to install: 6
45312024-10-01T18:17:03.442Z[ host-image] Oct 01 18:17:01.443 INFO O| Oct 01 18:17:01.443 INFO O| Mediators to change: 1
45322024-10-01T18:17:03.445Z[ host-image] Oct 01 18:17:01.444 INFO O| Oct 01 18:17:01.443 INFO O| Services to change: 1
45332024-10-01T18:17:03.460Z[ recovery-image] Oct 01 18:17:01.461 INFO O| Oct 01 18:17:01.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45342024-10-01T18:17:03.463Z[ recovery-image] Oct 01 18:17:01.461 INFO O| Oct 01 18:17:01.461 INFO STEP 149 (remove_files) COMPLETE
45352024-10-01T18:17:03.463Z[ recovery-image] Oct 01 18:17:01.461 INFO O| Oct 01 18:17:01.461 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-10-01T18:17:03.466Z[ host-image] Oct 01 18:17:01.466 INFO O| Oct 01 18:17:01.466 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
45372024-10-01T18:17:03.503Z[ recovery-image] Oct 01 18:17:01.503 INFO O| Oct 01 18:17:01.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45382024-10-01T18:17:03.503Z[ recovery-image] Oct 01 18:17:01.503 INFO O| Oct 01 18:17:01.503 INFO STEP 150 (remove_files) COMPLETE
45392024-10-01T18:17:03.503Z[ recovery-image] Oct 01 18:17:01.503 INFO O| Oct 01 18:17:01.503 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-10-01T18:17:03.525Z[ recovery-image] Oct 01 18:17:01.526 INFO O| Oct 01 18:17:01.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45412024-10-01T18:17:03.528Z[ recovery-image] Oct 01 18:17:01.527 INFO O| Oct 01 18:17:01.526 INFO STEP 151 (remove_files) COMPLETE
45422024-10-01T18:17:03.528Z[ recovery-image] Oct 01 18:17:01.527 INFO O| Oct 01 18:17:01.526 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-10-01T18:17:03.560Z[ recovery-image] Oct 01 18:17:01.559 INFO O| Oct 01 18:17:01.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45442024-10-01T18:17:03.560Z[ recovery-image] Oct 01 18:17:01.559 INFO O| Oct 01 18:17:01.559 INFO STEP 152 (remove_files) COMPLETE
45452024-10-01T18:17:03.560Z[ recovery-image] Oct 01 18:17:01.559 INFO O| Oct 01 18:17:01.559 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-10-01T18:17:03.578Z[ recovery-image] Oct 01 18:17:01.579 INFO O| Oct 01 18:17:01.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
45472024-10-01T18:17:03.578Z[ recovery-image] Oct 01 18:17:01.579 INFO O| Oct 01 18:17:01.579 INFO STEP 153 (remove_files) COMPLETE
45482024-10-01T18:17:03.581Z[ recovery-image] Oct 01 18:17:01.579 INFO O| Oct 01 18:17:01.579 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-10-01T18:17:03.608Z[ recovery-image] Oct 01 18:17:01.608 INFO O| Oct 01 18:17:01.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
45502024-10-01T18:17:03.610Z[ recovery-image] Oct 01 18:17:01.608 INFO O| Oct 01 18:17:01.608 INFO STEP 154 (remove_files) COMPLETE
45512024-10-01T18:17:03.610Z[ recovery-image] Oct 01 18:17:01.608 INFO O| Oct 01 18:17:01.608 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-10-01T18:17:03.626Z[ recovery-image] Oct 01 18:17:01.627 INFO O| Oct 01 18:17:01.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45532024-10-01T18:17:03.629Z[ recovery-image] Oct 01 18:17:01.627 INFO O| Oct 01 18:17:01.627 INFO STEP 155 (remove_files) COMPLETE
45542024-10-01T18:17:03.629Z[ recovery-image] Oct 01 18:17:01.627 INFO O| Oct 01 18:17:01.627 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-10-01T18:17:03.647Z[ recovery-image] Oct 01 18:17:01.648 INFO O| Oct 01 18:17:01.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
45562024-10-01T18:17:03.647Z[ recovery-image] Oct 01 18:17:01.648 INFO O| Oct 01 18:17:01.648 INFO STEP 156 (remove_files) COMPLETE
45572024-10-01T18:17:03.647Z[ recovery-image] Oct 01 18:17:01.648 INFO O| Oct 01 18:17:01.648 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-10-01T18:17:03.667Z[ recovery-image] Oct 01 18:17:01.668 INFO O| Oct 01 18:17:01.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
45592024-10-01T18:17:03.667Z[ recovery-image] Oct 01 18:17:01.668 INFO O| Oct 01 18:17:01.668 INFO STEP 157 (remove_files) COMPLETE
45602024-10-01T18:17:03.670Z[ recovery-image] Oct 01 18:17:01.668 INFO O| Oct 01 18:17:01.668 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-10-01T18:17:03.708Z[ recovery-image] Oct 01 18:17:01.708 INFO O| Oct 01 18:17:01.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
45622024-10-01T18:17:03.708Z[ recovery-image] Oct 01 18:17:01.708 INFO O| Oct 01 18:17:01.708 INFO STEP 158 (remove_files) COMPLETE
45632024-10-01T18:17:03.712Z[ recovery-image] Oct 01 18:17:01.709 INFO O| Oct 01 18:17:01.708 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-10-01T18:17:03.726Z[ recovery-image] Oct 01 18:17:01.727 INFO O| Oct 01 18:17:01.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
45652024-10-01T18:17:03.726Z[ recovery-image] Oct 01 18:17:01.727 INFO O| Oct 01 18:17:01.727 INFO STEP 159 (remove_files) COMPLETE
45662024-10-01T18:17:03.726Z[ recovery-image] Oct 01 18:17:01.727 INFO O| Oct 01 18:17:01.727 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-10-01T18:17:03.748Z[ recovery-image] Oct 01 18:17:01.747 INFO O| Oct 01 18:17:01.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
45682024-10-01T18:17:03.748Z[ recovery-image] Oct 01 18:17:01.747 INFO O| Oct 01 18:17:01.747 INFO STEP 160 (remove_files) COMPLETE
45692024-10-01T18:17:03.748Z[ recovery-image] Oct 01 18:17:01.748 INFO O| Oct 01 18:17:01.747 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-10-01T18:17:03.770Z[ recovery-image] Oct 01 18:17:01.771 INFO O| Oct 01 18:17:01.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
45712024-10-01T18:17:03.770Z[ recovery-image] Oct 01 18:17:01.771 INFO O| Oct 01 18:17:01.771 INFO STEP 161 (remove_files) COMPLETE
45722024-10-01T18:17:03.773Z[ recovery-image] Oct 01 18:17:01.771 INFO O| Oct 01 18:17:01.771 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-10-01T18:17:03.796Z[ recovery-image] Oct 01 18:17:01.797 INFO O| Oct 01 18:17:01.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
45742024-10-01T18:17:03.796Z[ recovery-image] Oct 01 18:17:01.797 INFO O| Oct 01 18:17:01.797 INFO STEP 162 (remove_files) COMPLETE
45752024-10-01T18:17:03.799Z[ recovery-image] Oct 01 18:17:01.797 INFO O| Oct 01 18:17:01.797 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-10-01T18:17:03.817Z[ recovery-image] Oct 01 18:17:01.818 INFO O| Oct 01 18:17:01.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
45772024-10-01T18:17:03.817Z[ recovery-image] Oct 01 18:17:01.818 INFO O| Oct 01 18:17:01.818 INFO STEP 163 (remove_files) COMPLETE
45782024-10-01T18:17:03.820Z[ recovery-image] Oct 01 18:17:01.818 INFO O| Oct 01 18:17:01.818 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-10-01T18:17:03.837Z[ recovery-image] Oct 01 18:17:01.837 INFO O| Oct 01 18:17:01.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
45802024-10-01T18:17:03.837Z[ recovery-image] Oct 01 18:17:01.838 INFO O| Oct 01 18:17:01.838 INFO STEP 164 (remove_files) COMPLETE
45812024-10-01T18:17:03.837Z[ recovery-image] Oct 01 18:17:01.838 INFO O| Oct 01 18:17:01.838 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-10-01T18:17:03.857Z[ recovery-image] Oct 01 18:17:01.858 INFO O| Oct 01 18:17:01.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
45832024-10-01T18:17:03.857Z[ recovery-image] Oct 01 18:17:01.858 INFO O| Oct 01 18:17:01.858 INFO STEP 165 (remove_files) COMPLETE
45842024-10-01T18:17:03.860Z[ recovery-image] Oct 01 18:17:01.858 INFO O| Oct 01 18:17:01.858 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-10-01T18:17:03.892Z[ recovery-image] Oct 01 18:17:01.892 INFO O| Oct 01 18:17:01.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
45862024-10-01T18:17:03.915Z[ recovery-image] Oct 01 18:17:01.916 INFO O| Oct 01 18:17:01.916 INFO STEP 166 (remove_files) COMPLETE
45872024-10-01T18:17:03.915Z[ recovery-image] Oct 01 18:17:01.916 INFO O| Oct 01 18:17:01.916 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-10-01T18:17:03.945Z[ recovery-image] Oct 01 18:17:01.946 INFO O| Oct 01 18:17:01.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
45892024-10-01T18:17:03.945Z[ recovery-image] Oct 01 18:17:01.946 INFO O| Oct 01 18:17:01.946 INFO STEP 167 (remove_files) COMPLETE
45902024-10-01T18:17:03.945Z[ recovery-image] Oct 01 18:17:01.946 INFO O| Oct 01 18:17:01.946 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-10-01T18:17:03.966Z[ recovery-image] Oct 01 18:17:01.966 INFO O| Oct 01 18:17:01.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
45922024-10-01T18:17:03.966Z[ recovery-image] Oct 01 18:17:01.967 INFO O| Oct 01 18:17:01.967 INFO STEP 168 (remove_files) COMPLETE
45932024-10-01T18:17:03.968Z[ recovery-image] Oct 01 18:17:01.967 INFO O| Oct 01 18:17:01.967 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-10-01T18:17:03.987Z[ recovery-image] Oct 01 18:17:01.988 INFO O| Oct 01 18:17:01.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
45952024-10-01T18:17:03.988Z[ recovery-image] Oct 01 18:17:01.988 INFO O| Oct 01 18:17:01.988 INFO STEP 169 (remove_files) COMPLETE
45962024-10-01T18:17:03.990Z[ recovery-image] Oct 01 18:17:01.988 INFO O| Oct 01 18:17:01.988 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-10-01T18:17:04.010Z[ recovery-image] Oct 01 18:17:02.010 INFO O| Oct 01 18:17:02.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
45982024-10-01T18:17:04.010Z[ recovery-image] Oct 01 18:17:02.010 INFO O| Oct 01 18:17:02.010 INFO STEP 170 (remove_files) COMPLETE
45992024-10-01T18:17:04.010Z[ recovery-image] Oct 01 18:17:02.010 INFO O| Oct 01 18:17:02.010 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-10-01T18:17:04.031Z[ recovery-image] Oct 01 18:17:02.032 INFO O| Oct 01 18:17:02.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46012024-10-01T18:17:04.031Z[ recovery-image] Oct 01 18:17:02.032 INFO O| Oct 01 18:17:02.032 INFO STEP 171 (remove_files) COMPLETE
46022024-10-01T18:17:04.031Z[ recovery-image] Oct 01 18:17:02.032 INFO O| Oct 01 18:17:02.032 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-10-01T18:17:04.050Z[ recovery-image] Oct 01 18:17:02.051 INFO O| Oct 01 18:17:02.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46042024-10-01T18:17:04.050Z[ recovery-image] Oct 01 18:17:02.051 INFO O| Oct 01 18:17:02.051 INFO STEP 172 (remove_files) COMPLETE
46052024-10-01T18:17:04.050Z[ recovery-image] Oct 01 18:17:02.051 INFO O| Oct 01 18:17:02.051 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-10-01T18:17:04.070Z[ recovery-image] Oct 01 18:17:02.070 INFO O| Oct 01 18:17:02.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46072024-10-01T18:17:04.070Z[ recovery-image] Oct 01 18:17:02.071 INFO O| Oct 01 18:17:02.071 INFO STEP 173 (remove_files) COMPLETE
46082024-10-01T18:17:04.072Z[ recovery-image] Oct 01 18:17:02.071 INFO O| Oct 01 18:17:02.071 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-10-01T18:17:04.089Z[ recovery-image] Oct 01 18:17:02.090 INFO O| Oct 01 18:17:02.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46102024-10-01T18:17:04.089Z[ recovery-image] Oct 01 18:17:02.090 INFO O| Oct 01 18:17:02.090 INFO STEP 174 (remove_files) COMPLETE
46112024-10-01T18:17:04.089Z[ recovery-image] Oct 01 18:17:02.090 INFO O| Oct 01 18:17:02.090 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-10-01T18:17:04.108Z[ recovery-image] Oct 01 18:17:02.109 INFO O| Oct 01 18:17:02.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46132024-10-01T18:17:04.108Z[ recovery-image] Oct 01 18:17:02.109 INFO O| Oct 01 18:17:02.109 INFO STEP 175 (remove_files) COMPLETE
46142024-10-01T18:17:04.108Z[ recovery-image] Oct 01 18:17:02.109 INFO O| Oct 01 18:17:02.109 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-10-01T18:17:04.140Z[ recovery-image] Oct 01 18:17:02.140 INFO O| Oct 01 18:17:02.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46162024-10-01T18:17:04.140Z[ recovery-image] Oct 01 18:17:02.141 INFO O| Oct 01 18:17:02.141 INFO STEP 176 (remove_files) COMPLETE
46172024-10-01T18:17:04.142Z[ recovery-image] Oct 01 18:17:02.141 INFO O| Oct 01 18:17:02.141 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-10-01T18:17:04.161Z[ recovery-image] Oct 01 18:17:02.162 INFO O| Oct 01 18:17:02.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46192024-10-01T18:17:04.161Z[ recovery-image] Oct 01 18:17:02.162 INFO O| Oct 01 18:17:02.162 INFO STEP 177 (remove_files) COMPLETE
46202024-10-01T18:17:04.161Z[ recovery-image] Oct 01 18:17:02.162 INFO O| Oct 01 18:17:02.162 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-10-01T18:17:04.200Z[ recovery-image] Oct 01 18:17:02.201 INFO O| Oct 01 18:17:02.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46222024-10-01T18:17:04.203Z[ recovery-image] Oct 01 18:17:02.201 INFO O| Oct 01 18:17:02.201 INFO STEP 178 (remove_files) COMPLETE
46232024-10-01T18:17:04.203Z[ recovery-image] Oct 01 18:17:02.201 INFO O| Oct 01 18:17:02.201 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-10-01T18:17:04.235Z[ recovery-image] Oct 01 18:17:02.235 INFO O| Oct 01 18:17:02.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46252024-10-01T18:17:04.235Z[ recovery-image] Oct 01 18:17:02.235 INFO O| Oct 01 18:17:02.235 INFO STEP 179 (remove_files) COMPLETE
46262024-10-01T18:17:04.235Z[ recovery-image] Oct 01 18:17:02.235 INFO O| Oct 01 18:17:02.235 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-10-01T18:17:04.252Z[ recovery-image] Oct 01 18:17:02.253 INFO O| Oct 01 18:17:02.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46282024-10-01T18:17:04.252Z[ recovery-image] Oct 01 18:17:02.253 INFO O| Oct 01 18:17:02.253 INFO STEP 180 (remove_files) COMPLETE
46292024-10-01T18:17:04.254Z[ recovery-image] Oct 01 18:17:02.253 INFO O| Oct 01 18:17:02.253 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-10-01T18:17:04.274Z[ recovery-image] Oct 01 18:17:02.275 INFO O| Oct 01 18:17:02.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46312024-10-01T18:17:04.277Z[ recovery-image] Oct 01 18:17:02.275 INFO O| Oct 01 18:17:02.275 INFO STEP 181 (remove_files) COMPLETE
46322024-10-01T18:17:04.277Z[ recovery-image] Oct 01 18:17:02.275 INFO O| Oct 01 18:17:02.275 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-10-01T18:17:04.303Z[ recovery-image] Oct 01 18:17:02.304 INFO O| Oct 01 18:17:02.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46342024-10-01T18:17:04.303Z[ recovery-image] Oct 01 18:17:02.304 INFO O| Oct 01 18:17:02.304 INFO STEP 182 (remove_files) COMPLETE
46352024-10-01T18:17:04.306Z[ recovery-image] Oct 01 18:17:02.304 INFO O| Oct 01 18:17:02.304 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-10-01T18:17:04.322Z[ recovery-image] Oct 01 18:17:02.323 INFO O| Oct 01 18:17:02.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46372024-10-01T18:17:04.322Z[ recovery-image] Oct 01 18:17:02.323 INFO O| Oct 01 18:17:02.323 INFO STEP 183 (remove_files) COMPLETE
46382024-10-01T18:17:04.322Z[ recovery-image] Oct 01 18:17:02.323 INFO O| Oct 01 18:17:02.323 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-10-01T18:17:04.357Z[ recovery-image] Oct 01 18:17:02.357 INFO O| Oct 01 18:17:02.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
46402024-10-01T18:17:04.357Z[ recovery-image] Oct 01 18:17:02.357 INFO O| Oct 01 18:17:02.357 INFO STEP 184 (remove_files) COMPLETE
46412024-10-01T18:17:04.357Z[ recovery-image] Oct 01 18:17:02.357 INFO O| Oct 01 18:17:02.357 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-10-01T18:17:04.375Z[ recovery-image] Oct 01 18:17:02.376 INFO O| Oct 01 18:17:02.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
46432024-10-01T18:17:04.375Z[ recovery-image] Oct 01 18:17:02.376 INFO O| Oct 01 18:17:02.376 INFO STEP 185 (remove_files) COMPLETE
46442024-10-01T18:17:04.375Z[ recovery-image] Oct 01 18:17:02.376 INFO O| Oct 01 18:17:02.376 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-10-01T18:17:04.394Z[ recovery-image] Oct 01 18:17:02.395 INFO O| Oct 01 18:17:02.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
46462024-10-01T18:17:04.394Z[ recovery-image] Oct 01 18:17:02.395 INFO O| Oct 01 18:17:02.395 INFO STEP 186 (remove_files) COMPLETE
46472024-10-01T18:17:04.397Z[ recovery-image] Oct 01 18:17:02.395 INFO O| Oct 01 18:17:02.395 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-10-01T18:17:04.413Z[ recovery-image] Oct 01 18:17:02.413 INFO O| Oct 01 18:17:02.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
46492024-10-01T18:17:04.432Z[ recovery-image] Oct 01 18:17:02.433 INFO O| Oct 01 18:17:02.433 INFO STEP 187 (remove_files) COMPLETE
46502024-10-01T18:17:04.432Z[ recovery-image] Oct 01 18:17:02.433 INFO O| Oct 01 18:17:02.433 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-10-01T18:17:04.452Z[ recovery-image] Oct 01 18:17:02.452 INFO O| Oct 01 18:17:02.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
46522024-10-01T18:17:04.452Z[ recovery-image] Oct 01 18:17:02.452 INFO O| Oct 01 18:17:02.452 INFO STEP 188 (remove_files) COMPLETE
46532024-10-01T18:17:04.454Z[ recovery-image] Oct 01 18:17:02.452 INFO O| Oct 01 18:17:02.452 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-10-01T18:17:04.470Z[ recovery-image] Oct 01 18:17:02.471 INFO O| Oct 01 18:17:02.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
46552024-10-01T18:17:04.470Z[ recovery-image] Oct 01 18:17:02.471 INFO O| Oct 01 18:17:02.471 INFO STEP 189 (remove_files) COMPLETE
46562024-10-01T18:17:04.470Z[ recovery-image] Oct 01 18:17:02.471 INFO O| Oct 01 18:17:02.471 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-10-01T18:17:04.502Z[ recovery-image] Oct 01 18:17:02.502 INFO O| Oct 01 18:17:02.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
46582024-10-01T18:17:04.502Z[ recovery-image] Oct 01 18:17:02.503 INFO O| Oct 01 18:17:02.502 INFO STEP 190 (remove_files) COMPLETE
46592024-10-01T18:17:04.502Z[ recovery-image] Oct 01 18:17:02.503 INFO O| Oct 01 18:17:02.503 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-10-01T18:17:04.534Z[ recovery-image] Oct 01 18:17:02.534 INFO O| Oct 01 18:17:02.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
46612024-10-01T18:17:04.534Z[ recovery-image] Oct 01 18:17:02.534 INFO O| Oct 01 18:17:02.534 INFO STEP 191 (remove_files) COMPLETE
46622024-10-01T18:17:04.534Z[ recovery-image] Oct 01 18:17:02.534 INFO O| Oct 01 18:17:02.534 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-10-01T18:17:04.552Z[ recovery-image] Oct 01 18:17:02.553 INFO O| Oct 01 18:17:02.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
46642024-10-01T18:17:04.553Z[ recovery-image] Oct 01 18:17:02.553 INFO O| Oct 01 18:17:02.553 INFO STEP 192 (remove_files) COMPLETE
46652024-10-01T18:17:04.555Z[ recovery-image] Oct 01 18:17:02.553 INFO O| Oct 01 18:17:02.553 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-10-01T18:17:04.572Z[ recovery-image] Oct 01 18:17:02.571 INFO O| Oct 01 18:17:02.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
46672024-10-01T18:17:04.572Z[ recovery-image] Oct 01 18:17:02.572 INFO O| Oct 01 18:17:02.572 INFO STEP 193 (remove_files) COMPLETE
46682024-10-01T18:17:04.572Z[ recovery-image] Oct 01 18:17:02.572 INFO O| Oct 01 18:17:02.572 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-10-01T18:17:04.612Z[ recovery-image] Oct 01 18:17:02.612 INFO O| Oct 01 18:17:02.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
46702024-10-01T18:17:04.612Z[ recovery-image] Oct 01 18:17:02.612 INFO O| Oct 01 18:17:02.612 INFO STEP 194 (remove_files) COMPLETE
46712024-10-01T18:17:04.612Z[ recovery-image] Oct 01 18:17:02.612 INFO O| Oct 01 18:17:02.612 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-10-01T18:17:04.631Z[ recovery-image] Oct 01 18:17:02.632 INFO O| Oct 01 18:17:02.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
46732024-10-01T18:17:04.631Z[ recovery-image] Oct 01 18:17:02.632 INFO O| Oct 01 18:17:02.632 INFO STEP 195 (remove_files) COMPLETE
46742024-10-01T18:17:04.631Z[ recovery-image] Oct 01 18:17:02.632 INFO O| Oct 01 18:17:02.632 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-10-01T18:17:04.666Z[ recovery-image] Oct 01 18:17:02.667 INFO O| Oct 01 18:17:02.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
46762024-10-01T18:17:04.666Z[ recovery-image] Oct 01 18:17:02.667 INFO O| Oct 01 18:17:02.667 INFO STEP 196 (remove_files) COMPLETE
46772024-10-01T18:17:04.669Z[ recovery-image] Oct 01 18:17:02.667 INFO O| Oct 01 18:17:02.667 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-10-01T18:17:04.709Z[ recovery-image] Oct 01 18:17:02.710 INFO O| Oct 01 18:17:02.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
46792024-10-01T18:17:04.709Z[ recovery-image] Oct 01 18:17:02.710 INFO O| Oct 01 18:17:02.710 INFO STEP 197 (remove_files) COMPLETE
46802024-10-01T18:17:04.709Z[ recovery-image] Oct 01 18:17:02.710 INFO O| Oct 01 18:17:02.710 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-10-01T18:17:04.769Z[ recovery-image] Oct 01 18:17:02.770 INFO O| Oct 01 18:17:02.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
46822024-10-01T18:17:04.772Z[ recovery-image] Oct 01 18:17:02.770 INFO O| Oct 01 18:17:02.770 INFO STEP 198 (remove_files) COMPLETE
46832024-10-01T18:17:04.772Z[ recovery-image] Oct 01 18:17:02.770 INFO O| Oct 01 18:17:02.770 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-10-01T18:17:04.787Z[ recovery-image] Oct 01 18:17:02.787 INFO O| Oct 01 18:17:02.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
46852024-10-01T18:17:04.789Z[ recovery-image] Oct 01 18:17:02.788 INFO O| Oct 01 18:17:02.788 INFO STEP 199 (remove_files) COMPLETE
46862024-10-01T18:17:04.789Z[ recovery-image] Oct 01 18:17:02.788 INFO O| Oct 01 18:17:02.788 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-10-01T18:17:04.805Z[ recovery-image] Oct 01 18:17:02.806 INFO O| Oct 01 18:17:02.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
46882024-10-01T18:17:04.807Z[ recovery-image] Oct 01 18:17:02.806 INFO O| Oct 01 18:17:02.806 INFO STEP 200 (remove_files) COMPLETE
46892024-10-01T18:17:04.807Z[ recovery-image] Oct 01 18:17:02.806 INFO O| Oct 01 18:17:02.806 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-10-01T18:17:04.824Z[ recovery-image] Oct 01 18:17:02.824 INFO O| Oct 01 18:17:02.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
46912024-10-01T18:17:04.826Z[ recovery-image] Oct 01 18:17:02.824 INFO O| Oct 01 18:17:02.824 INFO STEP 201 (remove_files) COMPLETE
46922024-10-01T18:17:04.826Z[ recovery-image] Oct 01 18:17:02.825 INFO O| Oct 01 18:17:02.825 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-10-01T18:17:04.843Z[ recovery-image] Oct 01 18:17:02.844 INFO O| Oct 01 18:17:02.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
46942024-10-01T18:17:04.846Z[ recovery-image] Oct 01 18:17:02.844 INFO O| Oct 01 18:17:02.844 INFO STEP 202 (remove_files) COMPLETE
46952024-10-01T18:17:04.846Z[ recovery-image] Oct 01 18:17:02.844 INFO O| Oct 01 18:17:02.844 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-10-01T18:17:04.862Z[ recovery-image] Oct 01 18:17:02.863 INFO O| Oct 01 18:17:02.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
46972024-10-01T18:17:04.865Z[ recovery-image] Oct 01 18:17:02.863 INFO O| Oct 01 18:17:02.863 INFO STEP 203 (remove_files) COMPLETE
46982024-10-01T18:17:04.865Z[ recovery-image] Oct 01 18:17:02.863 INFO O| Oct 01 18:17:02.863 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-10-01T18:17:04.881Z[ recovery-image] Oct 01 18:17:02.882 INFO O| Oct 01 18:17:02.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47002024-10-01T18:17:04.884Z[ recovery-image] Oct 01 18:17:02.882 INFO O| Oct 01 18:17:02.882 INFO STEP 204 (remove_files) COMPLETE
47012024-10-01T18:17:04.884Z[ recovery-image] Oct 01 18:17:02.882 INFO O| Oct 01 18:17:02.882 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-10-01T18:17:04.901Z[ recovery-image] Oct 01 18:17:02.902 INFO O| Oct 01 18:17:02.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47032024-10-01T18:17:04.901Z[ recovery-image] Oct 01 18:17:02.902 INFO O| Oct 01 18:17:02.902 INFO STEP 205 (remove_files) COMPLETE
47042024-10-01T18:17:04.901Z[ recovery-image] Oct 01 18:17:02.902 INFO O| Oct 01 18:17:02.902 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-10-01T18:17:04.921Z[ recovery-image] Oct 01 18:17:02.922 INFO O| Oct 01 18:17:02.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47062024-10-01T18:17:04.921Z[ recovery-image] Oct 01 18:17:02.922 INFO O| Oct 01 18:17:02.922 INFO STEP 206 (remove_files) COMPLETE
47072024-10-01T18:17:04.924Z[ recovery-image] Oct 01 18:17:02.922 INFO O| Oct 01 18:17:02.922 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-10-01T18:17:04.941Z[ recovery-image] Oct 01 18:17:02.941 INFO O| Oct 01 18:17:02.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47092024-10-01T18:17:04.941Z[ recovery-image] Oct 01 18:17:02.941 INFO O| Oct 01 18:17:02.941 INFO STEP 207 (remove_files) COMPLETE
47102024-10-01T18:17:04.941Z[ recovery-image] Oct 01 18:17:02.941 INFO O| Oct 01 18:17:02.941 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-10-01T18:17:04.960Z[ recovery-image] Oct 01 18:17:02.960 INFO O| Oct 01 18:17:02.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47122024-10-01T18:17:04.960Z[ recovery-image] Oct 01 18:17:02.960 INFO O| Oct 01 18:17:02.960 INFO STEP 208 (remove_files) COMPLETE
47132024-10-01T18:17:04.960Z[ recovery-image] Oct 01 18:17:02.960 INFO O| Oct 01 18:17:02.960 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-10-01T18:17:04.978Z[ recovery-image] Oct 01 18:17:02.978 INFO O| Oct 01 18:17:02.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47152024-10-01T18:17:04.978Z[ recovery-image] Oct 01 18:17:02.978 INFO O| Oct 01 18:17:02.978 INFO STEP 209 (remove_files) COMPLETE
47162024-10-01T18:17:04.982Z[ recovery-image] Oct 01 18:17:02.978 INFO O| Oct 01 18:17:02.978 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-10-01T18:17:04.998Z[ recovery-image] Oct 01 18:17:02.998 INFO O| Oct 01 18:17:02.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47182024-10-01T18:17:04.998Z[ recovery-image] Oct 01 18:17:02.998 INFO O| Oct 01 18:17:02.998 INFO STEP 210 (remove_files) COMPLETE
47192024-10-01T18:17:04.998Z[ recovery-image] Oct 01 18:17:02.998 INFO O| Oct 01 18:17:02.998 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-10-01T18:17:05.019Z[ recovery-image] Oct 01 18:17:03.018 INFO O| Oct 01 18:17:03.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47212024-10-01T18:17:05.019Z[ recovery-image] Oct 01 18:17:03.019 INFO O| Oct 01 18:17:03.019 INFO STEP 211 (remove_files) COMPLETE
47222024-10-01T18:17:05.019Z[ recovery-image] Oct 01 18:17:03.019 INFO O| Oct 01 18:17:03.019 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-10-01T18:17:05.052Z[ recovery-image] Oct 01 18:17:03.053 INFO O| Oct 01 18:17:03.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47242024-10-01T18:17:05.052Z[ recovery-image] Oct 01 18:17:03.053 INFO O| Oct 01 18:17:03.053 INFO STEP 212 (remove_files) COMPLETE
47252024-10-01T18:17:05.055Z[ recovery-image] Oct 01 18:17:03.053 INFO O| Oct 01 18:17:03.053 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-10-01T18:17:05.110Z[ recovery-image] Oct 01 18:17:03.111 INFO O| Oct 01 18:17:03.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47272024-10-01T18:17:05.110Z[ recovery-image] Oct 01 18:17:03.111 INFO O| Oct 01 18:17:03.111 INFO STEP 213 (remove_files) COMPLETE
47282024-10-01T18:17:05.113Z[ recovery-image] Oct 01 18:17:03.111 INFO O| Oct 01 18:17:03.111 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-10-01T18:17:05.131Z[ recovery-image] Oct 01 18:17:03.130 INFO O| Oct 01 18:17:03.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47302024-10-01T18:17:05.131Z[ recovery-image] Oct 01 18:17:03.130 INFO O| Oct 01 18:17:03.127 INFO STEP 214 (remove_files) COMPLETE
47312024-10-01T18:17:05.135Z[ recovery-image] Oct 01 18:17:03.130 INFO O| Oct 01 18:17:03.127 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-10-01T18:17:05.166Z[ recovery-image] Oct 01 18:17:03.167 INFO O| Oct 01 18:17:03.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
47332024-10-01T18:17:05.166Z[ recovery-image] Oct 01 18:17:03.167 INFO O| Oct 01 18:17:03.167 INFO STEP 215 (remove_files) COMPLETE
47342024-10-01T18:17:05.169Z[ recovery-image] Oct 01 18:17:03.167 INFO O| Oct 01 18:17:03.167 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-10-01T18:17:05.253Z[ recovery-image] Oct 01 18:17:03.252 INFO O| Oct 01 18:17:03.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
47362024-10-01T18:17:05.253Z[ recovery-image] Oct 01 18:17:03.253 INFO O| Oct 01 18:17:03.249 INFO STEP 216 (remove_files) COMPLETE
47372024-10-01T18:17:05.253Z[ recovery-image] Oct 01 18:17:03.253 INFO O| Oct 01 18:17:03.249 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-10-01T18:17:05.277Z[ recovery-image] Oct 01 18:17:03.278 INFO O| Oct 01 18:17:03.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
47392024-10-01T18:17:05.277Z[ recovery-image] Oct 01 18:17:03.278 INFO O| Oct 01 18:17:03.277 INFO STEP 217 (remove_files) COMPLETE
47402024-10-01T18:17:05.277Z[ recovery-image] Oct 01 18:17:03.278 INFO O| Oct 01 18:17:03.277 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-10-01T18:17:05.298Z[ recovery-image] Oct 01 18:17:03.298 INFO O| Oct 01 18:17:03.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
47422024-10-01T18:17:05.300Z[ recovery-image] Oct 01 18:17:03.298 INFO O| Oct 01 18:17:03.298 INFO STEP 218 (remove_files) COMPLETE
47432024-10-01T18:17:05.300Z[ recovery-image] Oct 01 18:17:03.298 INFO O| Oct 01 18:17:03.298 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-10-01T18:17:05.318Z[ recovery-image] Oct 01 18:17:03.318 INFO O| Oct 01 18:17:03.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
47452024-10-01T18:17:05.318Z[ recovery-image] Oct 01 18:17:03.318 INFO O| Oct 01 18:17:03.318 INFO STEP 219 (remove_files) COMPLETE
47462024-10-01T18:17:05.320Z[ recovery-image] Oct 01 18:17:03.318 INFO O| Oct 01 18:17:03.318 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-10-01T18:17:05.337Z[ recovery-image] Oct 01 18:17:03.338 INFO O| Oct 01 18:17:03.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
47482024-10-01T18:17:05.337Z[ recovery-image] Oct 01 18:17:03.338 INFO O| Oct 01 18:17:03.338 INFO STEP 220 (remove_files) COMPLETE
47492024-10-01T18:17:05.337Z[ recovery-image] Oct 01 18:17:03.338 INFO O| Oct 01 18:17:03.338 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-10-01T18:17:05.356Z[ recovery-image] Oct 01 18:17:03.356 INFO O| Oct 01 18:17:03.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
47512024-10-01T18:17:05.356Z[ recovery-image] Oct 01 18:17:03.356 INFO O| Oct 01 18:17:03.356 INFO STEP 221 (remove_files) COMPLETE
47522024-10-01T18:17:05.358Z[ recovery-image] Oct 01 18:17:03.356 INFO O| Oct 01 18:17:03.356 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-10-01T18:17:05.380Z[ recovery-image] Oct 01 18:17:03.381 INFO O| Oct 01 18:17:03.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
47542024-10-01T18:17:05.380Z[ recovery-image] Oct 01 18:17:03.381 INFO O| Oct 01 18:17:03.381 INFO STEP 222 (remove_files) COMPLETE
47552024-10-01T18:17:05.380Z[ recovery-image] Oct 01 18:17:03.381 INFO O| Oct 01 18:17:03.381 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-10-01T18:17:05.406Z[ recovery-image] Oct 01 18:17:03.407 INFO O| Oct 01 18:17:03.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
47572024-10-01T18:17:05.406Z[ recovery-image] Oct 01 18:17:03.407 INFO O| Oct 01 18:17:03.407 INFO STEP 223 (remove_files) COMPLETE
47582024-10-01T18:17:05.406Z[ recovery-image] Oct 01 18:17:03.407 INFO O| Oct 01 18:17:03.407 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-10-01T18:17:05.429Z[ recovery-image] Oct 01 18:17:03.429 INFO O| Oct 01 18:17:03.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
47602024-10-01T18:17:05.429Z[ recovery-image] Oct 01 18:17:03.429 INFO O| Oct 01 18:17:03.429 INFO STEP 224 (remove_files) COMPLETE
47612024-10-01T18:17:05.429Z[ recovery-image] Oct 01 18:17:03.429 INFO O| Oct 01 18:17:03.429 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-10-01T18:17:05.446Z[ recovery-image] Oct 01 18:17:03.447 INFO O| Oct 01 18:17:03.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
47632024-10-01T18:17:05.448Z[ recovery-image] Oct 01 18:17:03.447 INFO O| Oct 01 18:17:03.447 INFO STEP 225 (remove_files) COMPLETE
47642024-10-01T18:17:05.448Z[ recovery-image] Oct 01 18:17:03.447 INFO O| Oct 01 18:17:03.447 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-10-01T18:17:05.464Z[ recovery-image] Oct 01 18:17:03.464 INFO O| Oct 01 18:17:03.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
47662024-10-01T18:17:05.464Z[ recovery-image] Oct 01 18:17:03.464 INFO O| Oct 01 18:17:03.464 INFO STEP 226 (remove_files) COMPLETE
47672024-10-01T18:17:05.466Z[ recovery-image] Oct 01 18:17:03.465 INFO O| Oct 01 18:17:03.464 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-10-01T18:17:05.481Z[ recovery-image] Oct 01 18:17:03.482 INFO O| Oct 01 18:17:03.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
47692024-10-01T18:17:05.481Z[ recovery-image] Oct 01 18:17:03.482 INFO O| Oct 01 18:17:03.482 INFO STEP 227 (remove_files) COMPLETE
47702024-10-01T18:17:05.484Z[ recovery-image] Oct 01 18:17:03.482 INFO O| Oct 01 18:17:03.482 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-10-01T18:17:05.496Z[ recovery-image] Oct 01 18:17:03.497 INFO O| Oct 01 18:17:03.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
47722024-10-01T18:17:05.496Z[ recovery-image] Oct 01 18:17:03.497 INFO O| Oct 01 18:17:03.497 INFO STEP 228 (remove_files) COMPLETE
47732024-10-01T18:17:05.496Z[ recovery-image] Oct 01 18:17:03.497 INFO O| Oct 01 18:17:03.497 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-10-01T18:17:05.521Z[ recovery-image] Oct 01 18:17:03.514 INFO O| Oct 01 18:17:03.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
47752024-10-01T18:17:05.521Z[ recovery-image] Oct 01 18:17:03.514 INFO O| Oct 01 18:17:03.514 INFO STEP 229 (remove_files) COMPLETE
47762024-10-01T18:17:05.521Z[ recovery-image] Oct 01 18:17:03.514 INFO O| Oct 01 18:17:03.514 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-10-01T18:17:05.531Z[ recovery-image] Oct 01 18:17:03.531 INFO O| Oct 01 18:17:03.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
47782024-10-01T18:17:05.531Z[ recovery-image] Oct 01 18:17:03.531 INFO O| Oct 01 18:17:03.531 INFO STEP 230 (remove_files) COMPLETE
47792024-10-01T18:17:05.531Z[ recovery-image] Oct 01 18:17:03.531 INFO O| Oct 01 18:17:03.531 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-10-01T18:17:05.548Z[ recovery-image] Oct 01 18:17:03.549 INFO O| Oct 01 18:17:03.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
47812024-10-01T18:17:05.548Z[ recovery-image] Oct 01 18:17:03.549 INFO O| Oct 01 18:17:03.549 INFO STEP 231 (remove_files) COMPLETE
47822024-10-01T18:17:05.548Z[ recovery-image] Oct 01 18:17:03.549 INFO O| Oct 01 18:17:03.549 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-10-01T18:17:05.565Z[ recovery-image] Oct 01 18:17:03.565 INFO O| Oct 01 18:17:03.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
47842024-10-01T18:17:05.568Z[ recovery-image] Oct 01 18:17:03.566 INFO O| Oct 01 18:17:03.566 INFO STEP 232 (remove_files) COMPLETE
47852024-10-01T18:17:05.568Z[ recovery-image] Oct 01 18:17:03.566 INFO O| Oct 01 18:17:03.566 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-10-01T18:17:05.582Z[ recovery-image] Oct 01 18:17:03.583 INFO O| Oct 01 18:17:03.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
47872024-10-01T18:17:05.582Z[ recovery-image] Oct 01 18:17:03.583 INFO O| Oct 01 18:17:03.583 INFO STEP 233 (remove_files) COMPLETE
47882024-10-01T18:17:05.585Z[ recovery-image] Oct 01 18:17:03.583 INFO O| Oct 01 18:17:03.583 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-10-01T18:17:05.598Z[ recovery-image] Oct 01 18:17:03.598 INFO O| Oct 01 18:17:03.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
47902024-10-01T18:17:05.598Z[ recovery-image] Oct 01 18:17:03.599 INFO O| Oct 01 18:17:03.599 INFO STEP 234 (remove_files) COMPLETE
47912024-10-01T18:17:05.598Z[ recovery-image] Oct 01 18:17:03.599 INFO O| Oct 01 18:17:03.599 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-10-01T18:17:05.613Z[ recovery-image] Oct 01 18:17:03.613 INFO O| Oct 01 18:17:03.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
47932024-10-01T18:17:05.613Z[ recovery-image] Oct 01 18:17:03.614 INFO O| Oct 01 18:17:03.614 INFO STEP 235 (remove_files) COMPLETE
47942024-10-01T18:17:05.615Z[ recovery-image] Oct 01 18:17:03.614 INFO O| Oct 01 18:17:03.614 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-10-01T18:17:05.629Z[ recovery-image] Oct 01 18:17:03.629 INFO O| Oct 01 18:17:03.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
47962024-10-01T18:17:05.629Z[ recovery-image] Oct 01 18:17:03.630 INFO O| Oct 01 18:17:03.629 INFO STEP 236 (remove_files) COMPLETE
47972024-10-01T18:17:05.631Z[ recovery-image] Oct 01 18:17:03.630 INFO O| Oct 01 18:17:03.629 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-10-01T18:17:05.647Z[ recovery-image] Oct 01 18:17:03.647 INFO O| Oct 01 18:17:03.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47992024-10-01T18:17:05.647Z[ recovery-image] Oct 01 18:17:03.647 INFO O| Oct 01 18:17:03.647 INFO STEP 237 (remove_files) COMPLETE
48002024-10-01T18:17:05.647Z[ recovery-image] Oct 01 18:17:03.647 INFO O| Oct 01 18:17:03.647 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-10-01T18:17:05.667Z[ recovery-image] Oct 01 18:17:03.666 INFO O| Oct 01 18:17:03.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48022024-10-01T18:17:05.667Z[ recovery-image] Oct 01 18:17:03.666 INFO O| Oct 01 18:17:03.666 INFO STEP 238 (remove_files) COMPLETE
48032024-10-01T18:17:05.667Z[ recovery-image] Oct 01 18:17:03.666 INFO O| Oct 01 18:17:03.666 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-10-01T18:17:05.683Z[ recovery-image] Oct 01 18:17:03.684 INFO O| Oct 01 18:17:03.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48052024-10-01T18:17:05.683Z[ recovery-image] Oct 01 18:17:03.684 INFO O| Oct 01 18:17:03.684 INFO STEP 239 (remove_files) COMPLETE
48062024-10-01T18:17:05.686Z[ recovery-image] Oct 01 18:17:03.684 INFO O| Oct 01 18:17:03.684 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-10-01T18:17:05.708Z[ recovery-image] Oct 01 18:17:03.708 INFO O| Oct 01 18:17:03.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48082024-10-01T18:17:05.708Z[ recovery-image] Oct 01 18:17:03.708 INFO O| Oct 01 18:17:03.708 INFO STEP 240 (remove_files) COMPLETE
48092024-10-01T18:17:05.710Z[ recovery-image] Oct 01 18:17:03.708 INFO O| Oct 01 18:17:03.708 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-10-01T18:17:05.732Z[ recovery-image] Oct 01 18:17:03.731 INFO O| Oct 01 18:17:03.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48112024-10-01T18:17:05.732Z[ recovery-image] Oct 01 18:17:03.731 INFO O| Oct 01 18:17:03.731 INFO STEP 241 (remove_files) COMPLETE
48122024-10-01T18:17:05.743Z[ recovery-image] Oct 01 18:17:03.732 INFO O| Oct 01 18:17:03.731 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-10-01T18:17:05.754Z[ recovery-image] Oct 01 18:17:03.754 INFO O| Oct 01 18:17:03.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48142024-10-01T18:17:05.754Z[ recovery-image] Oct 01 18:17:03.754 INFO O| Oct 01 18:17:03.754 INFO STEP 242 (remove_files) COMPLETE
48152024-10-01T18:17:05.754Z[ recovery-image] Oct 01 18:17:03.754 INFO O| Oct 01 18:17:03.754 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-10-01T18:17:05.774Z[ recovery-image] Oct 01 18:17:03.774 INFO O| Oct 01 18:17:03.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48172024-10-01T18:17:05.774Z[ recovery-image] Oct 01 18:17:03.774 INFO O| Oct 01 18:17:03.774 INFO STEP 243 (remove_files) COMPLETE
48182024-10-01T18:17:05.774Z[ recovery-image] Oct 01 18:17:03.774 INFO O| Oct 01 18:17:03.774 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-10-01T18:17:05.788Z[ recovery-image] Oct 01 18:17:03.788 INFO O| Oct 01 18:17:03.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48202024-10-01T18:17:05.790Z[ recovery-image] Oct 01 18:17:03.789 INFO O| Oct 01 18:17:03.788 INFO STEP 244 (remove_files) COMPLETE
48212024-10-01T18:17:05.790Z[ recovery-image] Oct 01 18:17:03.789 INFO O| Oct 01 18:17:03.788 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-10-01T18:17:05.806Z[ recovery-image] Oct 01 18:17:03.806 INFO O| Oct 01 18:17:03.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48232024-10-01T18:17:05.808Z[ recovery-image] Oct 01 18:17:03.806 INFO O| Oct 01 18:17:03.806 INFO STEP 245 (remove_files) COMPLETE
48242024-10-01T18:17:05.808Z[ recovery-image] Oct 01 18:17:03.806 INFO O| Oct 01 18:17:03.806 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-10-01T18:17:05.825Z[ recovery-image] Oct 01 18:17:03.825 INFO O| Oct 01 18:17:03.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48262024-10-01T18:17:05.825Z[ recovery-image] Oct 01 18:17:03.825 INFO O| Oct 01 18:17:03.825 INFO STEP 246 (remove_files) COMPLETE
48272024-10-01T18:17:05.825Z[ recovery-image] Oct 01 18:17:03.825 INFO O| Oct 01 18:17:03.825 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-10-01T18:17:05.843Z[ recovery-image] Oct 01 18:17:03.842 INFO O| Oct 01 18:17:03.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48292024-10-01T18:17:05.843Z[ recovery-image] Oct 01 18:17:03.842 INFO O| Oct 01 18:17:03.842 INFO STEP 247 (remove_files) COMPLETE
48302024-10-01T18:17:05.843Z[ recovery-image] Oct 01 18:17:03.842 INFO O| Oct 01 18:17:03.842 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-10-01T18:17:05.860Z[ recovery-image] Oct 01 18:17:03.860 INFO O| Oct 01 18:17:03.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48322024-10-01T18:17:05.860Z[ recovery-image] Oct 01 18:17:03.860 INFO O| Oct 01 18:17:03.860 INFO STEP 248 (remove_files) COMPLETE
48332024-10-01T18:17:05.860Z[ recovery-image] Oct 01 18:17:03.860 INFO O| Oct 01 18:17:03.860 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-10-01T18:17:05.879Z[ recovery-image] Oct 01 18:17:03.880 INFO O| Oct 01 18:17:03.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
48352024-10-01T18:17:05.879Z[ recovery-image] Oct 01 18:17:03.880 INFO O| Oct 01 18:17:03.880 INFO STEP 249 (remove_files) COMPLETE
48362024-10-01T18:17:05.879Z[ recovery-image] Oct 01 18:17:03.880 INFO O| Oct 01 18:17:03.880 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-10-01T18:17:05.898Z[ recovery-image] Oct 01 18:17:03.896 INFO O| Oct 01 18:17:03.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
48382024-10-01T18:17:05.898Z[ recovery-image] Oct 01 18:17:03.896 INFO O| Oct 01 18:17:03.896 INFO STEP 250 (remove_files) COMPLETE
48392024-10-01T18:17:05.898Z[ recovery-image] Oct 01 18:17:03.897 INFO O| Oct 01 18:17:03.896 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-10-01T18:17:05.912Z[ recovery-image] Oct 01 18:17:03.912 INFO O| Oct 01 18:17:03.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
48412024-10-01T18:17:05.912Z[ recovery-image] Oct 01 18:17:03.912 INFO O| Oct 01 18:17:03.912 INFO STEP 251 (remove_files) COMPLETE
48422024-10-01T18:17:05.912Z[ recovery-image] Oct 01 18:17:03.912 INFO O| Oct 01 18:17:03.912 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-10-01T18:17:05.927Z[ recovery-image] Oct 01 18:17:03.927 INFO O| Oct 01 18:17:03.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48442024-10-01T18:17:05.927Z[ recovery-image] Oct 01 18:17:03.927 INFO O| Oct 01 18:17:03.927 INFO STEP 252 (remove_files) COMPLETE
48452024-10-01T18:17:05.927Z[ recovery-image] Oct 01 18:17:03.928 INFO O| Oct 01 18:17:03.927 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-10-01T18:17:05.945Z[ recovery-image] Oct 01 18:17:03.945 INFO O| Oct 01 18:17:03.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48472024-10-01T18:17:05.945Z[ recovery-image] Oct 01 18:17:03.945 INFO O| Oct 01 18:17:03.945 INFO STEP 253 (remove_files) COMPLETE
48482024-10-01T18:17:05.945Z[ recovery-image] Oct 01 18:17:03.945 INFO O| Oct 01 18:17:03.945 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-10-01T18:17:06.001Z[ recovery-image] Oct 01 18:17:04.001 INFO O| Oct 01 18:17:04.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
48502024-10-01T18:17:06.001Z[ recovery-image] Oct 01 18:17:04.001 INFO O| Oct 01 18:17:04.001 INFO STEP 254 (remove_files) COMPLETE
48512024-10-01T18:17:06.004Z[ recovery-image] Oct 01 18:17:04.001 INFO O| Oct 01 18:17:04.001 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-10-01T18:17:06.021Z[ recovery-image] Oct 01 18:17:04.021 INFO O| Oct 01 18:17:04.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
48532024-10-01T18:17:06.023Z[ recovery-image] Oct 01 18:17:04.024 INFO O| Oct 01 18:17:04.024 INFO STEP 255 (remove_files) COMPLETE
48542024-10-01T18:17:06.026Z[ recovery-image] Oct 01 18:17:04.024 INFO O| Oct 01 18:17:04.024 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-10-01T18:17:06.049Z[ recovery-image] Oct 01 18:17:04.049 INFO O| Oct 01 18:17:04.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
48562024-10-01T18:17:06.049Z[ recovery-image] Oct 01 18:17:04.049 INFO O| Oct 01 18:17:04.049 INFO STEP 256 (remove_files) COMPLETE
48572024-10-01T18:17:06.051Z[ recovery-image] Oct 01 18:17:04.049 INFO O| Oct 01 18:17:04.049 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-10-01T18:17:06.071Z[ recovery-image] Oct 01 18:17:04.071 INFO O| Oct 01 18:17:04.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
48592024-10-01T18:17:06.074Z[ recovery-image] Oct 01 18:17:04.072 INFO O| Oct 01 18:17:04.072 INFO STEP 257 (remove_files) COMPLETE
48602024-10-01T18:17:06.074Z[ recovery-image] Oct 01 18:17:04.072 INFO O| Oct 01 18:17:04.072 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-10-01T18:17:06.092Z[ recovery-image] Oct 01 18:17:04.092 INFO O| Oct 01 18:17:04.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
48622024-10-01T18:17:06.092Z[ recovery-image] Oct 01 18:17:04.093 INFO O| Oct 01 18:17:04.092 INFO STEP 258 (remove_files) COMPLETE
48632024-10-01T18:17:06.095Z[ recovery-image] Oct 01 18:17:04.093 INFO O| Oct 01 18:17:04.093 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-10-01T18:17:06.112Z[ recovery-image] Oct 01 18:17:04.112 INFO O| Oct 01 18:17:04.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
48652024-10-01T18:17:06.116Z[ recovery-image] Oct 01 18:17:04.112 INFO O| Oct 01 18:17:04.112 INFO STEP 259 (remove_files) COMPLETE
48662024-10-01T18:17:06.116Z[ recovery-image] Oct 01 18:17:04.112 INFO O| Oct 01 18:17:04.112 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-10-01T18:17:06.128Z[ recovery-image] Oct 01 18:17:04.128 INFO O| Oct 01 18:17:04.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
48682024-10-01T18:17:06.128Z[ recovery-image] Oct 01 18:17:04.128 INFO O| Oct 01 18:17:04.128 INFO STEP 260 (remove_files) COMPLETE
48692024-10-01T18:17:06.130Z[ recovery-image] Oct 01 18:17:04.128 INFO O| Oct 01 18:17:04.128 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-10-01T18:17:06.145Z[ recovery-image] Oct 01 18:17:04.146 INFO O| Oct 01 18:17:04.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
48712024-10-01T18:17:06.145Z[ recovery-image] Oct 01 18:17:04.146 INFO O| Oct 01 18:17:04.146 INFO STEP 261 (remove_files) COMPLETE
48722024-10-01T18:17:06.148Z[ recovery-image] Oct 01 18:17:04.146 INFO O| Oct 01 18:17:04.146 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-10-01T18:17:06.163Z[ recovery-image] Oct 01 18:17:04.164 INFO O| Oct 01 18:17:04.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
48742024-10-01T18:17:06.163Z[ recovery-image] Oct 01 18:17:04.164 INFO O| Oct 01 18:17:04.164 INFO STEP 262 (remove_files) COMPLETE
48752024-10-01T18:17:06.163Z[ recovery-image] Oct 01 18:17:04.164 INFO O| Oct 01 18:17:04.164 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-10-01T18:17:06.181Z[ recovery-image] Oct 01 18:17:04.182 INFO O| Oct 01 18:17:04.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
48772024-10-01T18:17:06.182Z[ recovery-image] Oct 01 18:17:04.182 INFO O| Oct 01 18:17:04.182 INFO STEP 263 (remove_files) COMPLETE
48782024-10-01T18:17:06.185Z[ recovery-image] Oct 01 18:17:04.182 INFO O| Oct 01 18:17:04.182 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-10-01T18:17:06.200Z[ recovery-image] Oct 01 18:17:04.200 INFO O| Oct 01 18:17:04.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
48802024-10-01T18:17:06.200Z[ recovery-image] Oct 01 18:17:04.201 INFO O| Oct 01 18:17:04.200 INFO STEP 264 (remove_files) COMPLETE
48812024-10-01T18:17:06.203Z[ recovery-image] Oct 01 18:17:04.201 INFO O| Oct 01 18:17:04.200 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-10-01T18:17:06.219Z[ recovery-image] Oct 01 18:17:04.220 INFO O| Oct 01 18:17:04.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
48832024-10-01T18:17:06.219Z[ recovery-image] Oct 01 18:17:04.220 INFO O| Oct 01 18:17:04.220 INFO STEP 265 (remove_files) COMPLETE
48842024-10-01T18:17:06.222Z[ recovery-image] Oct 01 18:17:04.220 INFO O| Oct 01 18:17:04.220 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-10-01T18:17:06.236Z[ recovery-image] Oct 01 18:17:04.236 INFO O| Oct 01 18:17:04.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
48862024-10-01T18:17:06.236Z[ recovery-image] Oct 01 18:17:04.236 INFO O| Oct 01 18:17:04.236 INFO STEP 266 (remove_files) COMPLETE
48872024-10-01T18:17:06.238Z[ recovery-image] Oct 01 18:17:04.236 INFO O| Oct 01 18:17:04.236 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-10-01T18:17:06.252Z[ recovery-image] Oct 01 18:17:04.252 INFO O| Oct 01 18:17:04.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
48892024-10-01T18:17:06.252Z[ recovery-image] Oct 01 18:17:04.252 INFO O| Oct 01 18:17:04.252 INFO STEP 267 (remove_files) COMPLETE
48902024-10-01T18:17:06.254Z[ recovery-image] Oct 01 18:17:04.252 INFO O| Oct 01 18:17:04.252 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-10-01T18:17:06.270Z[ recovery-image] Oct 01 18:17:04.270 INFO O| Oct 01 18:17:04.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
48922024-10-01T18:17:06.270Z[ recovery-image] Oct 01 18:17:04.270 INFO O| Oct 01 18:17:04.270 INFO STEP 268 (remove_files) COMPLETE
48932024-10-01T18:17:06.272Z[ recovery-image] Oct 01 18:17:04.270 INFO O| Oct 01 18:17:04.270 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-10-01T18:17:06.288Z[ recovery-image] Oct 01 18:17:04.289 INFO O| Oct 01 18:17:04.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48952024-10-01T18:17:06.288Z[ recovery-image] Oct 01 18:17:04.289 INFO O| Oct 01 18:17:04.289 INFO STEP 269 (remove_files) COMPLETE
48962024-10-01T18:17:06.291Z[ recovery-image] Oct 01 18:17:04.289 INFO O| Oct 01 18:17:04.289 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-10-01T18:17:06.306Z[ recovery-image] Oct 01 18:17:04.307 INFO O| Oct 01 18:17:04.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48982024-10-01T18:17:06.309Z[ recovery-image] Oct 01 18:17:04.307 INFO O| Oct 01 18:17:04.307 INFO STEP 270 (remove_files) COMPLETE
48992024-10-01T18:17:06.309Z[ recovery-image] Oct 01 18:17:04.307 INFO O| Oct 01 18:17:04.307 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-10-01T18:17:06.325Z[ recovery-image] Oct 01 18:17:04.325 INFO O| Oct 01 18:17:04.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49012024-10-01T18:17:06.325Z[ recovery-image] Oct 01 18:17:04.325 INFO O| Oct 01 18:17:04.325 INFO STEP 271 (remove_files) COMPLETE
49022024-10-01T18:17:06.328Z[ recovery-image] Oct 01 18:17:04.325 INFO O| Oct 01 18:17:04.325 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-10-01T18:17:06.342Z[ recovery-image] Oct 01 18:17:04.342 INFO O| Oct 01 18:17:04.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49042024-10-01T18:17:06.342Z[ recovery-image] Oct 01 18:17:04.343 INFO O| Oct 01 18:17:04.342 INFO STEP 272 (remove_files) COMPLETE
49052024-10-01T18:17:06.342Z[ recovery-image] Oct 01 18:17:04.343 INFO O| Oct 01 18:17:04.342 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-10-01T18:17:06.362Z[ recovery-image] Oct 01 18:17:04.363 INFO O| Oct 01 18:17:04.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49072024-10-01T18:17:06.362Z[ recovery-image] Oct 01 18:17:04.363 INFO O| Oct 01 18:17:04.363 INFO STEP 273 (remove_files) COMPLETE
49082024-10-01T18:17:06.362Z[ recovery-image] Oct 01 18:17:04.363 INFO O| Oct 01 18:17:04.363 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-10-01T18:17:06.380Z[ recovery-image] Oct 01 18:17:04.380 INFO O| Oct 01 18:17:04.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49102024-10-01T18:17:06.380Z[ recovery-image] Oct 01 18:17:04.380 INFO O| Oct 01 18:17:04.380 INFO STEP 274 (remove_files) COMPLETE
49112024-10-01T18:17:06.380Z[ recovery-image] Oct 01 18:17:04.380 INFO O| Oct 01 18:17:04.380 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-10-01T18:17:06.396Z[ recovery-image] Oct 01 18:17:04.396 INFO O| Oct 01 18:17:04.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49132024-10-01T18:17:06.398Z[ recovery-image] Oct 01 18:17:04.396 INFO O| Oct 01 18:17:04.396 INFO STEP 275 (remove_files) COMPLETE
49142024-10-01T18:17:06.398Z[ recovery-image] Oct 01 18:17:04.396 INFO O| Oct 01 18:17:04.396 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-10-01T18:17:06.413Z[ recovery-image] Oct 01 18:17:04.413 INFO O| Oct 01 18:17:04.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49162024-10-01T18:17:06.413Z[ recovery-image] Oct 01 18:17:04.413 INFO O| Oct 01 18:17:04.413 INFO STEP 276 (remove_files) COMPLETE
49172024-10-01T18:17:06.417Z[ recovery-image] Oct 01 18:17:04.413 INFO O| Oct 01 18:17:04.413 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-10-01T18:17:06.432Z[ recovery-image] Oct 01 18:17:04.432 INFO O| Oct 01 18:17:04.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49192024-10-01T18:17:06.432Z[ recovery-image] Oct 01 18:17:04.432 INFO O| Oct 01 18:17:04.432 INFO STEP 277 (remove_files) COMPLETE
49202024-10-01T18:17:06.434Z[ recovery-image] Oct 01 18:17:04.432 INFO O| Oct 01 18:17:04.432 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-10-01T18:17:06.448Z[ recovery-image] Oct 01 18:17:04.449 INFO O| Oct 01 18:17:04.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49222024-10-01T18:17:06.448Z[ recovery-image] Oct 01 18:17:04.449 INFO O| Oct 01 18:17:04.449 INFO STEP 278 (remove_files) COMPLETE
49232024-10-01T18:17:06.448Z[ recovery-image] Oct 01 18:17:04.449 INFO O| Oct 01 18:17:04.449 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-10-01T18:17:06.467Z[ recovery-image] Oct 01 18:17:04.466 INFO O| Oct 01 18:17:04.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49252024-10-01T18:17:06.467Z[ recovery-image] Oct 01 18:17:04.466 INFO O| Oct 01 18:17:04.466 INFO STEP 279 (remove_files) COMPLETE
49262024-10-01T18:17:06.467Z[ recovery-image] Oct 01 18:17:04.467 INFO O| Oct 01 18:17:04.466 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-10-01T18:17:06.485Z[ recovery-image] Oct 01 18:17:04.485 INFO O| Oct 01 18:17:04.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49282024-10-01T18:17:06.485Z[ recovery-image] Oct 01 18:17:04.485 INFO O| Oct 01 18:17:04.485 INFO STEP 280 (remove_files) COMPLETE
49292024-10-01T18:17:06.487Z[ recovery-image] Oct 01 18:17:04.485 INFO O| Oct 01 18:17:04.485 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-10-01T18:17:06.504Z[ recovery-image] Oct 01 18:17:04.504 INFO O| Oct 01 18:17:04.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49312024-10-01T18:17:06.506Z[ recovery-image] Oct 01 18:17:04.505 INFO O| Oct 01 18:17:04.504 INFO STEP 281 (remove_files) COMPLETE
49322024-10-01T18:17:06.506Z[ recovery-image] Oct 01 18:17:04.505 INFO O| Oct 01 18:17:04.504 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-10-01T18:17:06.518Z[ recovery-image] Oct 01 18:17:04.519 INFO O| Oct 01 18:17:04.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
49342024-10-01T18:17:06.518Z[ recovery-image] Oct 01 18:17:04.519 INFO O| Oct 01 18:17:04.519 INFO STEP 282 (remove_files) COMPLETE
49352024-10-01T18:17:06.521Z[ recovery-image] Oct 01 18:17:04.519 INFO O| Oct 01 18:17:04.519 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-10-01T18:17:06.537Z[ recovery-image] Oct 01 18:17:04.537 INFO O| Oct 01 18:17:04.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
49372024-10-01T18:17:06.537Z[ recovery-image] Oct 01 18:17:04.537 INFO O| Oct 01 18:17:04.537 INFO STEP 283 (remove_files) COMPLETE
49382024-10-01T18:17:06.541Z[ recovery-image] Oct 01 18:17:04.537 INFO O| Oct 01 18:17:04.537 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-10-01T18:17:06.552Z[ recovery-image] Oct 01 18:17:04.552 INFO O| Oct 01 18:17:04.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
49402024-10-01T18:17:06.552Z[ recovery-image] Oct 01 18:17:04.552 INFO O| Oct 01 18:17:04.552 INFO STEP 284 (remove_files) COMPLETE
49412024-10-01T18:17:06.552Z[ recovery-image] Oct 01 18:17:04.552 INFO O| Oct 01 18:17:04.552 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-10-01T18:17:06.567Z[ recovery-image] Oct 01 18:17:04.567 INFO O| Oct 01 18:17:04.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49432024-10-01T18:17:06.568Z[ recovery-image] Oct 01 18:17:04.567 INFO O| Oct 01 18:17:04.567 INFO STEP 285 (remove_files) COMPLETE
49442024-10-01T18:17:06.570Z[ recovery-image] Oct 01 18:17:04.567 INFO O| Oct 01 18:17:04.567 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-10-01T18:17:06.582Z[ recovery-image] Oct 01 18:17:04.582 INFO O| Oct 01 18:17:04.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49462024-10-01T18:17:06.582Z[ recovery-image] Oct 01 18:17:04.582 INFO O| Oct 01 18:17:04.582 INFO STEP 286 (remove_files) COMPLETE
49472024-10-01T18:17:06.585Z[ recovery-image] Oct 01 18:17:04.582 INFO O| Oct 01 18:17:04.582 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-10-01T18:17:06.600Z[ recovery-image] Oct 01 18:17:04.600 INFO O| Oct 01 18:17:04.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
49492024-10-01T18:17:06.600Z[ recovery-image] Oct 01 18:17:04.600 INFO O| Oct 01 18:17:04.600 INFO STEP 287 (remove_files) COMPLETE
49502024-10-01T18:17:06.603Z[ recovery-image] Oct 01 18:17:04.600 INFO O| Oct 01 18:17:04.600 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-10-01T18:17:06.618Z[ recovery-image] Oct 01 18:17:04.618 INFO O| Oct 01 18:17:04.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
49522024-10-01T18:17:06.618Z[ recovery-image] Oct 01 18:17:04.619 INFO O| Oct 01 18:17:04.619 INFO STEP 288 (remove_files) COMPLETE
49532024-10-01T18:17:06.622Z[ recovery-image] Oct 01 18:17:04.619 INFO O| Oct 01 18:17:04.619 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-10-01T18:17:06.637Z[ recovery-image] Oct 01 18:17:04.637 INFO O| Oct 01 18:17:04.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
49552024-10-01T18:17:06.640Z[ recovery-image] Oct 01 18:17:04.637 INFO O| Oct 01 18:17:04.637 INFO STEP 289 (remove_files) COMPLETE
49562024-10-01T18:17:06.640Z[ recovery-image] Oct 01 18:17:04.637 INFO O| Oct 01 18:17:04.637 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-10-01T18:17:06.650Z[ recovery-image] Oct 01 18:17:04.650 INFO O| Oct 01 18:17:04.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
49582024-10-01T18:17:06.650Z[ recovery-image] Oct 01 18:17:04.650 INFO O| Oct 01 18:17:04.650 INFO STEP 290 (remove_files) COMPLETE
49592024-10-01T18:17:06.650Z[ recovery-image] Oct 01 18:17:04.650 INFO O| Oct 01 18:17:04.650 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-10-01T18:17:06.662Z[ recovery-image] Oct 01 18:17:04.663 INFO O| Oct 01 18:17:04.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
49612024-10-01T18:17:06.662Z[ recovery-image] Oct 01 18:17:04.663 INFO O| Oct 01 18:17:04.663 INFO STEP 291 (remove_files) COMPLETE
49622024-10-01T18:17:06.665Z[ recovery-image] Oct 01 18:17:04.663 INFO O| Oct 01 18:17:04.663 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-10-01T18:17:06.676Z[ recovery-image] Oct 01 18:17:04.676 INFO O| Oct 01 18:17:04.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
49642024-10-01T18:17:06.676Z[ recovery-image] Oct 01 18:17:04.676 INFO O| Oct 01 18:17:04.676 INFO STEP 292 (remove_files) COMPLETE
49652024-10-01T18:17:06.676Z[ recovery-image] Oct 01 18:17:04.676 INFO O| Oct 01 18:17:04.676 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-10-01T18:17:06.692Z[ recovery-image] Oct 01 18:17:04.692 INFO O| Oct 01 18:17:04.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
49672024-10-01T18:17:06.695Z[ recovery-image] Oct 01 18:17:04.692 INFO O| Oct 01 18:17:04.692 INFO STEP 293 (remove_files) COMPLETE
49682024-10-01T18:17:06.695Z[ recovery-image] Oct 01 18:17:04.693 INFO O| Oct 01 18:17:04.692 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-10-01T18:17:06.710Z[ recovery-image] Oct 01 18:17:04.710 INFO O| Oct 01 18:17:04.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
49702024-10-01T18:17:06.710Z[ recovery-image] Oct 01 18:17:04.710 INFO O| Oct 01 18:17:04.710 INFO STEP 294 (remove_files) COMPLETE
49712024-10-01T18:17:06.712Z[ recovery-image] Oct 01 18:17:04.710 INFO O| Oct 01 18:17:04.710 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-10-01T18:17:06.727Z[ recovery-image] Oct 01 18:17:04.728 INFO O| Oct 01 18:17:04.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
49732024-10-01T18:17:06.727Z[ recovery-image] Oct 01 18:17:04.728 INFO O| Oct 01 18:17:04.728 INFO STEP 295 (remove_files) COMPLETE
49742024-10-01T18:17:06.727Z[ recovery-image] Oct 01 18:17:04.728 INFO O| Oct 01 18:17:04.728 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-10-01T18:17:06.745Z[ recovery-image] Oct 01 18:17:04.745 INFO O| Oct 01 18:17:04.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
49762024-10-01T18:17:06.750Z[ recovery-image] Oct 01 18:17:04.746 INFO O| Oct 01 18:17:04.746 INFO STEP 296 (remove_files) COMPLETE
49772024-10-01T18:17:06.750Z[ recovery-image] Oct 01 18:17:04.746 INFO O| Oct 01 18:17:04.746 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-10-01T18:17:06.763Z[ recovery-image] Oct 01 18:17:04.763 INFO O| Oct 01 18:17:04.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
49792024-10-01T18:17:06.763Z[ recovery-image] Oct 01 18:17:04.763 INFO O| Oct 01 18:17:04.763 INFO STEP 297 (remove_files) COMPLETE
49802024-10-01T18:17:06.763Z[ recovery-image] Oct 01 18:17:04.763 INFO O| Oct 01 18:17:04.763 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-10-01T18:17:06.780Z[ recovery-image] Oct 01 18:17:04.780 INFO O| Oct 01 18:17:04.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
49822024-10-01T18:17:06.780Z[ recovery-image] Oct 01 18:17:04.780 INFO O| Oct 01 18:17:04.780 INFO STEP 298 (remove_files) COMPLETE
49832024-10-01T18:17:06.782Z[ recovery-image] Oct 01 18:17:04.780 INFO O| Oct 01 18:17:04.780 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-10-01T18:17:06.795Z[ recovery-image] Oct 01 18:17:04.796 INFO O| Oct 01 18:17:04.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49852024-10-01T18:17:06.795Z[ recovery-image] Oct 01 18:17:04.796 INFO O| Oct 01 18:17:04.796 INFO STEP 299 (remove_files) COMPLETE
49862024-10-01T18:17:06.795Z[ recovery-image] Oct 01 18:17:04.796 INFO O| Oct 01 18:17:04.796 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-10-01T18:17:06.809Z[ recovery-image] Oct 01 18:17:04.809 INFO O| Oct 01 18:17:04.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49882024-10-01T18:17:06.809Z[ recovery-image] Oct 01 18:17:04.809 INFO O| Oct 01 18:17:04.809 INFO STEP 300 (remove_files) COMPLETE
49892024-10-01T18:17:06.817Z[ recovery-image] Oct 01 18:17:04.809 INFO O| Oct 01 18:17:04.809 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-10-01T18:17:06.828Z[ recovery-image] Oct 01 18:17:04.828 INFO O| Oct 01 18:17:04.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49912024-10-01T18:17:06.828Z[ recovery-image] Oct 01 18:17:04.828 INFO O| Oct 01 18:17:04.828 INFO STEP 301 (remove_files) COMPLETE
49922024-10-01T18:17:06.833Z[ recovery-image] Oct 01 18:17:04.828 INFO O| Oct 01 18:17:04.828 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-10-01T18:17:06.841Z[ recovery-image] Oct 01 18:17:04.841 INFO O| Oct 01 18:17:04.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49942024-10-01T18:17:06.841Z[ recovery-image] Oct 01 18:17:04.841 INFO O| Oct 01 18:17:04.841 INFO STEP 302 (remove_files) COMPLETE
49952024-10-01T18:17:06.841Z[ recovery-image] Oct 01 18:17:04.841 INFO O| Oct 01 18:17:04.841 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-10-01T18:17:06.859Z[ recovery-image] Oct 01 18:17:04.859 INFO O| Oct 01 18:17:04.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49972024-10-01T18:17:06.859Z[ recovery-image] Oct 01 18:17:04.859 INFO O| Oct 01 18:17:04.859 INFO STEP 303 (remove_files) COMPLETE
49982024-10-01T18:17:06.859Z[ recovery-image] Oct 01 18:17:04.860 INFO O| Oct 01 18:17:04.859 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-10-01T18:17:06.878Z[ recovery-image] Oct 01 18:17:04.878 INFO O| Oct 01 18:17:04.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50002024-10-01T18:17:06.878Z[ recovery-image] Oct 01 18:17:04.878 INFO O| Oct 01 18:17:04.878 INFO STEP 304 (remove_files) COMPLETE
50012024-10-01T18:17:06.882Z[ recovery-image] Oct 01 18:17:04.878 INFO O| Oct 01 18:17:04.878 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-10-01T18:17:06.897Z[ recovery-image] Oct 01 18:17:04.897 INFO O| Oct 01 18:17:04.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50032024-10-01T18:17:06.898Z[ recovery-image] Oct 01 18:17:04.897 INFO O| Oct 01 18:17:04.897 INFO STEP 305 (remove_files) COMPLETE
50042024-10-01T18:17:06.903Z[ recovery-image] Oct 01 18:17:04.897 INFO O| Oct 01 18:17:04.897 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-10-01T18:17:06.916Z[ recovery-image] Oct 01 18:17:04.915 INFO O| Oct 01 18:17:04.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50062024-10-01T18:17:06.919Z[ recovery-image] Oct 01 18:17:04.916 INFO O| Oct 01 18:17:04.916 INFO STEP 306 (remove_files) COMPLETE
50072024-10-01T18:17:06.920Z[ recovery-image] Oct 01 18:17:04.916 INFO O| Oct 01 18:17:04.916 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-10-01T18:17:06.935Z[ recovery-image] Oct 01 18:17:04.934 INFO O| Oct 01 18:17:04.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50092024-10-01T18:17:06.935Z[ recovery-image] Oct 01 18:17:04.934 INFO O| Oct 01 18:17:04.934 INFO STEP 307 (remove_files) COMPLETE
50102024-10-01T18:17:06.938Z[ recovery-image] Oct 01 18:17:04.934 INFO O| Oct 01 18:17:04.934 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-10-01T18:17:06.951Z[ recovery-image] Oct 01 18:17:04.950 INFO O| Oct 01 18:17:04.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50122024-10-01T18:17:06.959Z[ recovery-image] Oct 01 18:17:04.950 INFO O| Oct 01 18:17:04.950 INFO STEP 308 (remove_files) COMPLETE
50132024-10-01T18:17:06.959Z[ recovery-image] Oct 01 18:17:04.950 INFO O| Oct 01 18:17:04.950 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-10-01T18:17:06.968Z[ recovery-image] Oct 01 18:17:04.963 INFO O| Oct 01 18:17:04.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50152024-10-01T18:17:06.979Z[ recovery-image] Oct 01 18:17:04.963 INFO O| Oct 01 18:17:04.963 INFO STEP 309 (remove_files) COMPLETE
50162024-10-01T18:17:06.979Z[ recovery-image] Oct 01 18:17:04.964 INFO O| Oct 01 18:17:04.963 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-10-01T18:17:06.988Z[ recovery-image] Oct 01 18:17:04.976 INFO O| Oct 01 18:17:04.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50182024-10-01T18:17:06.988Z[ recovery-image] Oct 01 18:17:04.976 INFO O| Oct 01 18:17:04.976 INFO STEP 310 (remove_files) COMPLETE
50192024-10-01T18:17:06.988Z[ recovery-image] Oct 01 18:17:04.976 INFO O| Oct 01 18:17:04.976 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-10-01T18:17:06.995Z[ recovery-image] Oct 01 18:17:04.994 INFO O| Oct 01 18:17:04.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50212024-10-01T18:17:06.995Z[ recovery-image] Oct 01 18:17:04.994 INFO O| Oct 01 18:17:04.994 INFO STEP 311 (remove_files) COMPLETE
50222024-10-01T18:17:06.995Z[ recovery-image] Oct 01 18:17:04.994 INFO O| Oct 01 18:17:04.994 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-10-01T18:17:07.010Z[ recovery-image] Oct 01 18:17:05.010 INFO O| Oct 01 18:17:05.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50242024-10-01T18:17:07.010Z[ recovery-image] Oct 01 18:17:05.010 INFO O| Oct 01 18:17:05.010 INFO STEP 312 (remove_files) COMPLETE
50252024-10-01T18:17:07.010Z[ recovery-image] Oct 01 18:17:05.010 INFO O| Oct 01 18:17:05.010 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-10-01T18:17:07.029Z[ recovery-image] Oct 01 18:17:05.028 INFO O| Oct 01 18:17:05.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50272024-10-01T18:17:07.029Z[ recovery-image] Oct 01 18:17:05.028 INFO O| Oct 01 18:17:05.028 INFO STEP 313 (remove_files) COMPLETE
50282024-10-01T18:17:07.034Z[ recovery-image] Oct 01 18:17:05.028 INFO O| Oct 01 18:17:05.028 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-10-01T18:17:07.047Z[ recovery-image] Oct 01 18:17:05.046 INFO O| Oct 01 18:17:05.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
50302024-10-01T18:17:07.057Z[ recovery-image] Oct 01 18:17:05.047 INFO O| Oct 01 18:17:05.047 INFO STEP 314 (remove_files) COMPLETE
50312024-10-01T18:17:07.058Z[ recovery-image] Oct 01 18:17:05.047 INFO O| Oct 01 18:17:05.047 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-10-01T18:17:07.063Z[ recovery-image] Oct 01 18:17:05.063 INFO O| Oct 01 18:17:05.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
50332024-10-01T18:17:07.063Z[ recovery-image] Oct 01 18:17:05.063 INFO O| Oct 01 18:17:05.063 INFO STEP 315 (remove_files) COMPLETE
50342024-10-01T18:17:07.064Z[ recovery-image] Oct 01 18:17:05.063 INFO O| Oct 01 18:17:05.063 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-10-01T18:17:07.076Z[ recovery-image] Oct 01 18:17:05.076 INFO O| Oct 01 18:17:05.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
50362024-10-01T18:17:07.076Z[ recovery-image] Oct 01 18:17:05.076 INFO O| Oct 01 18:17:05.076 INFO STEP 316 (remove_files) COMPLETE
50372024-10-01T18:17:07.079Z[ recovery-image] Oct 01 18:17:05.076 INFO O| Oct 01 18:17:05.076 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-10-01T18:17:07.095Z[ recovery-image] Oct 01 18:17:05.094 INFO O| Oct 01 18:17:05.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
50392024-10-01T18:17:07.095Z[ recovery-image] Oct 01 18:17:05.094 INFO O| Oct 01 18:17:05.094 INFO STEP 317 (remove_files) COMPLETE
50402024-10-01T18:17:07.095Z[ recovery-image] Oct 01 18:17:05.094 INFO O| Oct 01 18:17:05.094 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-10-01T18:17:07.113Z[ recovery-image] Oct 01 18:17:05.112 INFO O| Oct 01 18:17:05.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
50422024-10-01T18:17:07.113Z[ recovery-image] Oct 01 18:17:05.112 INFO O| Oct 01 18:17:05.112 INFO STEP 318 (remove_files) COMPLETE
50432024-10-01T18:17:07.113Z[ recovery-image] Oct 01 18:17:05.112 INFO O| Oct 01 18:17:05.112 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-10-01T18:17:07.132Z[ recovery-image] Oct 01 18:17:05.132 INFO O| Oct 01 18:17:05.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
50452024-10-01T18:17:07.134Z[ recovery-image] Oct 01 18:17:05.132 INFO O| Oct 01 18:17:05.132 INFO STEP 319 (remove_files) COMPLETE
50462024-10-01T18:17:07.134Z[ recovery-image] Oct 01 18:17:05.132 INFO O| Oct 01 18:17:05.132 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-10-01T18:17:07.151Z[ recovery-image] Oct 01 18:17:05.151 INFO O| Oct 01 18:17:05.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
50482024-10-01T18:17:07.151Z[ recovery-image] Oct 01 18:17:05.151 INFO O| Oct 01 18:17:05.151 INFO STEP 320 (remove_files) COMPLETE
50492024-10-01T18:17:07.154Z[ recovery-image] Oct 01 18:17:05.151 INFO O| Oct 01 18:17:05.151 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-10-01T18:17:07.169Z[ recovery-image] Oct 01 18:17:05.169 INFO O| Oct 01 18:17:05.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
50512024-10-01T18:17:07.169Z[ recovery-image] Oct 01 18:17:05.169 INFO O| Oct 01 18:17:05.169 INFO STEP 321 (remove_files) COMPLETE
50522024-10-01T18:17:07.172Z[ recovery-image] Oct 01 18:17:05.169 INFO O| Oct 01 18:17:05.169 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-10-01T18:17:07.188Z[ recovery-image] Oct 01 18:17:05.187 INFO O| Oct 01 18:17:05.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
50542024-10-01T18:17:07.188Z[ recovery-image] Oct 01 18:17:05.187 INFO O| Oct 01 18:17:05.187 INFO STEP 322 (remove_files) COMPLETE
50552024-10-01T18:17:07.188Z[ recovery-image] Oct 01 18:17:05.187 INFO O| Oct 01 18:17:05.187 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-10-01T18:17:07.202Z[ recovery-image] Oct 01 18:17:05.202 INFO O| Oct 01 18:17:05.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
50572024-10-01T18:17:07.202Z[ recovery-image] Oct 01 18:17:05.202 INFO O| Oct 01 18:17:05.202 INFO STEP 323 (remove_files) COMPLETE
50582024-10-01T18:17:07.202Z[ recovery-image] Oct 01 18:17:05.202 INFO O| Oct 01 18:17:05.202 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-10-01T18:17:07.221Z[ recovery-image] Oct 01 18:17:05.221 INFO O| Oct 01 18:17:05.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
50602024-10-01T18:17:07.221Z[ recovery-image] Oct 01 18:17:05.221 INFO O| Oct 01 18:17:05.221 INFO STEP 324 (remove_files) COMPLETE
50612024-10-01T18:17:07.224Z[ recovery-image] Oct 01 18:17:05.222 INFO O| Oct 01 18:17:05.221 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-10-01T18:17:07.240Z[ recovery-image] Oct 01 18:17:05.237 INFO O| Oct 01 18:17:05.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
50632024-10-01T18:17:07.240Z[ recovery-image] Oct 01 18:17:05.238 INFO O| Oct 01 18:17:05.238 INFO STEP 325 (remove_files) COMPLETE
50642024-10-01T18:17:07.240Z[ recovery-image] Oct 01 18:17:05.238 INFO O| Oct 01 18:17:05.238 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-10-01T18:17:07.256Z[ recovery-image] Oct 01 18:17:05.253 INFO O| Oct 01 18:17:05.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
50662024-10-01T18:17:07.261Z[ recovery-image] Oct 01 18:17:05.253 INFO O| Oct 01 18:17:05.253 INFO STEP 326 (remove_files) COMPLETE
50672024-10-01T18:17:07.262Z[ recovery-image] Oct 01 18:17:05.253 INFO O| Oct 01 18:17:05.253 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-10-01T18:17:07.273Z[ recovery-image] Oct 01 18:17:05.265 INFO O| Oct 01 18:17:05.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
50692024-10-01T18:17:07.273Z[ recovery-image] Oct 01 18:17:05.265 INFO O| Oct 01 18:17:05.265 INFO STEP 327 (remove_files) COMPLETE
50702024-10-01T18:17:07.273Z[ recovery-image] Oct 01 18:17:05.265 INFO O| Oct 01 18:17:05.265 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-10-01T18:17:07.281Z[ recovery-image] Oct 01 18:17:05.281 INFO O| Oct 01 18:17:05.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
50722024-10-01T18:17:07.281Z[ recovery-image] Oct 01 18:17:05.281 INFO O| Oct 01 18:17:05.281 INFO STEP 328 (remove_files) COMPLETE
50732024-10-01T18:17:07.289Z[ recovery-image] Oct 01 18:17:05.281 INFO O| Oct 01 18:17:05.281 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-10-01T18:17:07.301Z[ recovery-image] Oct 01 18:17:05.298 INFO O| Oct 01 18:17:05.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
50752024-10-01T18:17:07.301Z[ recovery-image] Oct 01 18:17:05.298 INFO O| Oct 01 18:17:05.298 INFO STEP 329 (remove_files) COMPLETE
50762024-10-01T18:17:07.311Z[ recovery-image] Oct 01 18:17:05.298 INFO O| Oct 01 18:17:05.298 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-10-01T18:17:07.317Z[ recovery-image] Oct 01 18:17:05.312 INFO O| Oct 01 18:17:05.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
50782024-10-01T18:17:07.317Z[ recovery-image] Oct 01 18:17:05.312 INFO O| Oct 01 18:17:05.312 INFO STEP 330 (remove_files) COMPLETE
50792024-10-01T18:17:07.317Z[ recovery-image] Oct 01 18:17:05.312 INFO O| Oct 01 18:17:05.312 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-10-01T18:17:07.332Z[ recovery-image] Oct 01 18:17:05.331 INFO O| Oct 01 18:17:05.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
50812024-10-01T18:17:07.333Z[ recovery-image] Oct 01 18:17:05.331 INFO O| Oct 01 18:17:05.331 INFO STEP 331 (remove_files) COMPLETE
50822024-10-01T18:17:07.333Z[ recovery-image] Oct 01 18:17:05.331 INFO O| Oct 01 18:17:05.331 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-10-01T18:17:07.350Z[ recovery-image] Oct 01 18:17:05.350 INFO O| Oct 01 18:17:05.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50842024-10-01T18:17:07.350Z[ recovery-image] Oct 01 18:17:05.350 INFO O| Oct 01 18:17:05.350 INFO STEP 332 (remove_files) COMPLETE
50852024-10-01T18:17:07.350Z[ recovery-image] Oct 01 18:17:05.350 INFO O| Oct 01 18:17:05.350 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-10-01T18:17:07.366Z[ recovery-image] Oct 01 18:17:05.367 INFO O| Oct 01 18:17:05.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50872024-10-01T18:17:07.369Z[ recovery-image] Oct 01 18:17:05.367 INFO O| Oct 01 18:17:05.367 INFO STEP 333 (remove_files) COMPLETE
50882024-10-01T18:17:07.369Z[ recovery-image] Oct 01 18:17:05.367 INFO O| Oct 01 18:17:05.367 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-10-01T18:17:07.384Z[ recovery-image] Oct 01 18:17:05.384 INFO O| Oct 01 18:17:05.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50902024-10-01T18:17:07.384Z[ recovery-image] Oct 01 18:17:05.384 INFO O| Oct 01 18:17:05.384 INFO STEP 334 (remove_files) COMPLETE
50912024-10-01T18:17:07.388Z[ recovery-image] Oct 01 18:17:05.384 INFO O| Oct 01 18:17:05.384 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-10-01T18:17:07.404Z[ recovery-image] Oct 01 18:17:05.404 INFO O| Oct 01 18:17:05.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50932024-10-01T18:17:07.404Z[ recovery-image] Oct 01 18:17:05.404 INFO O| Oct 01 18:17:05.404 INFO STEP 335 (remove_files) COMPLETE
50942024-10-01T18:17:07.407Z[ recovery-image] Oct 01 18:17:05.404 INFO O| Oct 01 18:17:05.404 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-10-01T18:17:07.422Z[ recovery-image] Oct 01 18:17:05.422 INFO O| Oct 01 18:17:05.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50962024-10-01T18:17:07.422Z[ recovery-image] Oct 01 18:17:05.422 INFO O| Oct 01 18:17:05.422 INFO STEP 336 (remove_files) COMPLETE
50972024-10-01T18:17:07.422Z[ recovery-image] Oct 01 18:17:05.422 INFO O| Oct 01 18:17:05.422 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-10-01T18:17:07.436Z[ recovery-image] Oct 01 18:17:05.437 INFO O| Oct 01 18:17:05.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50992024-10-01T18:17:07.437Z[ recovery-image] Oct 01 18:17:05.437 INFO O| Oct 01 18:17:05.437 INFO STEP 337 (remove_files) COMPLETE
51002024-10-01T18:17:07.439Z[ recovery-image] Oct 01 18:17:05.437 INFO O| Oct 01 18:17:05.437 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-10-01T18:17:07.452Z[ recovery-image] Oct 01 18:17:05.448 INFO O| Oct 01 18:17:05.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51022024-10-01T18:17:07.452Z[ recovery-image] Oct 01 18:17:05.448 INFO O| Oct 01 18:17:05.448 INFO STEP 338 (remove_files) COMPLETE
51032024-10-01T18:17:07.452Z[ recovery-image] Oct 01 18:17:05.448 INFO O| Oct 01 18:17:05.448 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-10-01T18:17:07.463Z[ recovery-image] Oct 01 18:17:05.463 INFO O| Oct 01 18:17:05.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51052024-10-01T18:17:07.463Z[ recovery-image] Oct 01 18:17:05.463 INFO O| Oct 01 18:17:05.463 INFO STEP 339 (remove_files) COMPLETE
51062024-10-01T18:17:07.466Z[ recovery-image] Oct 01 18:17:05.463 INFO O| Oct 01 18:17:05.463 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-10-01T18:17:07.482Z[ recovery-image] Oct 01 18:17:05.479 INFO O| Oct 01 18:17:05.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51082024-10-01T18:17:07.482Z[ recovery-image] Oct 01 18:17:05.479 INFO O| Oct 01 18:17:05.479 INFO STEP 340 (remove_files) COMPLETE
51092024-10-01T18:17:07.486Z[ recovery-image] Oct 01 18:17:05.479 INFO O| Oct 01 18:17:05.479 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-10-01T18:17:07.493Z[ recovery-image] Oct 01 18:17:05.493 INFO O| Oct 01 18:17:05.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51112024-10-01T18:17:07.493Z[ recovery-image] Oct 01 18:17:05.494 INFO O| Oct 01 18:17:05.494 INFO STEP 341 (remove_files) COMPLETE
51122024-10-01T18:17:07.493Z[ recovery-image] Oct 01 18:17:05.494 INFO O| Oct 01 18:17:05.494 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-10-01T18:17:07.506Z[ recovery-image] Oct 01 18:17:05.506 INFO O| Oct 01 18:17:05.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51142024-10-01T18:17:07.506Z[ recovery-image] Oct 01 18:17:05.506 INFO O| Oct 01 18:17:05.506 INFO STEP 342 (remove_files) COMPLETE
51152024-10-01T18:17:07.506Z[ recovery-image] Oct 01 18:17:05.506 INFO O| Oct 01 18:17:05.506 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-10-01T18:17:07.520Z[ recovery-image] Oct 01 18:17:05.518 INFO O| Oct 01 18:17:05.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51172024-10-01T18:17:07.520Z[ recovery-image] Oct 01 18:17:05.518 INFO O| Oct 01 18:17:05.518 INFO STEP 343 (remove_files) COMPLETE
51182024-10-01T18:17:07.524Z[ recovery-image] Oct 01 18:17:05.518 INFO O| Oct 01 18:17:05.518 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-10-01T18:17:07.530Z[ recovery-image] Oct 01 18:17:05.530 INFO O| Oct 01 18:17:05.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51202024-10-01T18:17:07.530Z[ recovery-image] Oct 01 18:17:05.530 INFO O| Oct 01 18:17:05.530 INFO STEP 344 (remove_files) COMPLETE
51212024-10-01T18:17:07.534Z[ recovery-image] Oct 01 18:17:05.530 INFO O| Oct 01 18:17:05.530 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-10-01T18:17:07.546Z[ recovery-image] Oct 01 18:17:05.545 INFO O| Oct 01 18:17:05.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51232024-10-01T18:17:07.546Z[ recovery-image] Oct 01 18:17:05.546 INFO O| Oct 01 18:17:05.545 INFO STEP 345 (remove_files) COMPLETE
51242024-10-01T18:17:07.550Z[ recovery-image] Oct 01 18:17:05.546 INFO O| Oct 01 18:17:05.546 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-10-01T18:17:07.562Z[ recovery-image] Oct 01 18:17:05.562 INFO O| Oct 01 18:17:05.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51262024-10-01T18:17:07.562Z[ recovery-image] Oct 01 18:17:05.562 INFO O| Oct 01 18:17:05.562 INFO STEP 346 (remove_files) COMPLETE
51272024-10-01T18:17:07.565Z[ recovery-image] Oct 01 18:17:05.562 INFO O| Oct 01 18:17:05.562 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-10-01T18:17:07.580Z[ recovery-image] Oct 01 18:17:05.579 INFO O| Oct 01 18:17:05.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51292024-10-01T18:17:07.586Z[ recovery-image] Oct 01 18:17:05.579 INFO O| Oct 01 18:17:05.579 INFO STEP 347 (remove_files) COMPLETE
51302024-10-01T18:17:07.586Z[ recovery-image] Oct 01 18:17:05.579 INFO O| Oct 01 18:17:05.579 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-10-01T18:17:07.596Z[ recovery-image] Oct 01 18:17:05.594 INFO O| Oct 01 18:17:05.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
51322024-10-01T18:17:07.596Z[ recovery-image] Oct 01 18:17:05.594 INFO O| Oct 01 18:17:05.594 INFO STEP 348 (remove_files) COMPLETE
51332024-10-01T18:17:07.601Z[ recovery-image] Oct 01 18:17:05.594 INFO O| Oct 01 18:17:05.594 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-10-01T18:17:07.609Z[ recovery-image] Oct 01 18:17:05.608 INFO O| Oct 01 18:17:05.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
51352024-10-01T18:17:07.609Z[ recovery-image] Oct 01 18:17:05.608 INFO O| Oct 01 18:17:05.608 INFO STEP 349 (remove_files) COMPLETE
51362024-10-01T18:17:07.609Z[ recovery-image] Oct 01 18:17:05.608 INFO O| Oct 01 18:17:05.608 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-10-01T18:17:07.628Z[ recovery-image] Oct 01 18:17:05.624 INFO O| Oct 01 18:17:05.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
51382024-10-01T18:17:07.628Z[ recovery-image] Oct 01 18:17:05.624 INFO O| Oct 01 18:17:05.624 INFO STEP 350 (remove_files) COMPLETE
51392024-10-01T18:17:07.632Z[ recovery-image] Oct 01 18:17:05.624 INFO O| Oct 01 18:17:05.624 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-10-01T18:17:07.641Z[ recovery-image] Oct 01 18:17:05.640 INFO O| Oct 01 18:17:05.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
51412024-10-01T18:17:07.641Z[ recovery-image] Oct 01 18:17:05.641 INFO O| Oct 01 18:17:05.641 INFO STEP 351 (remove_files) COMPLETE
51422024-10-01T18:17:07.641Z[ recovery-image] Oct 01 18:17:05.641 INFO O| Oct 01 18:17:05.641 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-10-01T18:17:07.659Z[ recovery-image] Oct 01 18:17:05.658 INFO O| Oct 01 18:17:05.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
51442024-10-01T18:17:07.659Z[ recovery-image] Oct 01 18:17:05.658 INFO O| Oct 01 18:17:05.658 INFO STEP 352 (remove_files) COMPLETE
51452024-10-01T18:17:07.659Z[ recovery-image] Oct 01 18:17:05.658 INFO O| Oct 01 18:17:05.658 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-10-01T18:17:07.676Z[ recovery-image] Oct 01 18:17:05.675 INFO O| Oct 01 18:17:05.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
51472024-10-01T18:17:07.676Z[ recovery-image] Oct 01 18:17:05.675 INFO O| Oct 01 18:17:05.675 INFO STEP 353 (remove_files) COMPLETE
51482024-10-01T18:17:07.676Z[ recovery-image] Oct 01 18:17:05.675 INFO O| Oct 01 18:17:05.675 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-10-01T18:17:07.688Z[ recovery-image] Oct 01 18:17:05.687 INFO O| Oct 01 18:17:05.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
51502024-10-01T18:17:07.689Z[ recovery-image] Oct 01 18:17:05.687 INFO O| Oct 01 18:17:05.687 INFO STEP 354 (remove_files) COMPLETE
51512024-10-01T18:17:07.693Z[ recovery-image] Oct 01 18:17:05.687 INFO O| Oct 01 18:17:05.687 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-10-01T18:17:07.703Z[ recovery-image] Oct 01 18:17:05.702 INFO O| Oct 01 18:17:05.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
51532024-10-01T18:17:07.709Z[ recovery-image] Oct 01 18:17:05.702 INFO O| Oct 01 18:17:05.702 INFO STEP 355 (remove_files) COMPLETE
51542024-10-01T18:17:07.709Z[ recovery-image] Oct 01 18:17:05.702 INFO O| Oct 01 18:17:05.702 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-10-01T18:17:07.720Z[ recovery-image] Oct 01 18:17:05.718 INFO O| Oct 01 18:17:05.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
51562024-10-01T18:17:07.720Z[ recovery-image] Oct 01 18:17:05.718 INFO O| Oct 01 18:17:05.718 INFO STEP 356 (remove_files) COMPLETE
51572024-10-01T18:17:07.724Z[ recovery-image] Oct 01 18:17:05.718 INFO O| Oct 01 18:17:05.718 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-10-01T18:17:07.733Z[ recovery-image] Oct 01 18:17:05.729 INFO O| Oct 01 18:17:05.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
51592024-10-01T18:17:07.733Z[ recovery-image] Oct 01 18:17:05.729 INFO O| Oct 01 18:17:05.729 INFO STEP 357 (remove_files) COMPLETE
51602024-10-01T18:17:07.733Z[ recovery-image] Oct 01 18:17:05.729 INFO O| Oct 01 18:17:05.729 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-10-01T18:17:07.741Z[ recovery-image] Oct 01 18:17:05.740 INFO O| Oct 01 18:17:05.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
51622024-10-01T18:17:07.741Z[ recovery-image] Oct 01 18:17:05.740 INFO O| Oct 01 18:17:05.740 INFO STEP 358 (remove_files) COMPLETE
51632024-10-01T18:17:07.741Z[ recovery-image] Oct 01 18:17:05.740 INFO O| Oct 01 18:17:05.740 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-10-01T18:17:07.751Z[ recovery-image] Oct 01 18:17:05.751 INFO O| Oct 01 18:17:05.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
51652024-10-01T18:17:07.752Z[ recovery-image] Oct 01 18:17:05.751 INFO O| Oct 01 18:17:05.751 INFO STEP 359 (remove_files) COMPLETE
51662024-10-01T18:17:07.756Z[ recovery-image] Oct 01 18:17:05.751 INFO O| Oct 01 18:17:05.751 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-10-01T18:17:07.762Z[ recovery-image] Oct 01 18:17:05.762 INFO O| Oct 01 18:17:05.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
51682024-10-01T18:17:07.763Z[ recovery-image] Oct 01 18:17:05.762 INFO O| Oct 01 18:17:05.762 INFO STEP 360 (remove_files) COMPLETE
51692024-10-01T18:17:07.763Z[ recovery-image] Oct 01 18:17:05.762 INFO O| Oct 01 18:17:05.762 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-10-01T18:17:07.781Z[ recovery-image] Oct 01 18:17:05.778 INFO O| Oct 01 18:17:05.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
51712024-10-01T18:17:07.782Z[ recovery-image] Oct 01 18:17:05.778 INFO O| Oct 01 18:17:05.778 INFO STEP 361 (remove_files) COMPLETE
51722024-10-01T18:17:07.782Z[ recovery-image] Oct 01 18:17:05.778 INFO O| Oct 01 18:17:05.778 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-10-01T18:17:07.799Z[ recovery-image] Oct 01 18:17:05.788 INFO O| Oct 01 18:17:05.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
51742024-10-01T18:17:07.800Z[ recovery-image] Oct 01 18:17:05.788 INFO O| Oct 01 18:17:05.788 INFO STEP 362 (remove_files) COMPLETE
51752024-10-01T18:17:07.800Z[ recovery-image] Oct 01 18:17:05.789 INFO O| Oct 01 18:17:05.788 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-10-01T18:17:07.804Z[ recovery-image] Oct 01 18:17:05.799 INFO O| Oct 01 18:17:05.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
51772024-10-01T18:17:07.804Z[ recovery-image] Oct 01 18:17:05.799 INFO O| Oct 01 18:17:05.799 INFO STEP 363 (remove_files) COMPLETE
51782024-10-01T18:17:07.804Z[ recovery-image] Oct 01 18:17:05.799 INFO O| Oct 01 18:17:05.799 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-10-01T18:17:07.816Z[ recovery-image] Oct 01 18:17:05.814 INFO O| Oct 01 18:17:05.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
51802024-10-01T18:17:07.816Z[ recovery-image] Oct 01 18:17:05.814 INFO O| Oct 01 18:17:05.814 INFO STEP 364 (remove_files) COMPLETE
51812024-10-01T18:17:07.826Z[ recovery-image] Oct 01 18:17:05.814 INFO O| Oct 01 18:17:05.814 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-10-01T18:17:07.839Z[ recovery-image] Oct 01 18:17:05.825 INFO O| Oct 01 18:17:05.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
51832024-10-01T18:17:07.840Z[ recovery-image] Oct 01 18:17:05.825 INFO O| Oct 01 18:17:05.825 INFO STEP 365 (remove_files) COMPLETE
51842024-10-01T18:17:07.840Z[ recovery-image] Oct 01 18:17:05.825 INFO O| Oct 01 18:17:05.825 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-10-01T18:17:07.870Z[ recovery-image] Oct 01 18:17:05.835 INFO O| Oct 01 18:17:05.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51862024-10-01T18:17:07.870Z[ recovery-image] Oct 01 18:17:05.835 INFO O| Oct 01 18:17:05.835 INFO STEP 366 (remove_files) COMPLETE
51872024-10-01T18:17:07.870Z[ recovery-image] Oct 01 18:17:05.835 INFO O| Oct 01 18:17:05.835 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-10-01T18:17:07.943Z[ recovery-image] Oct 01 18:17:05.850 INFO O| Oct 01 18:17:05.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51892024-10-01T18:17:07.943Z[ recovery-image] Oct 01 18:17:05.850 INFO O| Oct 01 18:17:05.850 INFO STEP 367 (remove_files) COMPLETE
51902024-10-01T18:17:07.943Z[ recovery-image] Oct 01 18:17:05.850 INFO O| Oct 01 18:17:05.850 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-10-01T18:17:07.943Z[ recovery-image] Oct 01 18:17:05.865 INFO O| Oct 01 18:17:05.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51922024-10-01T18:17:07.943Z[ recovery-image] Oct 01 18:17:05.865 INFO O| Oct 01 18:17:05.865 INFO STEP 368 (remove_files) COMPLETE
51932024-10-01T18:17:07.944Z[ recovery-image] Oct 01 18:17:05.865 INFO O| Oct 01 18:17:05.865 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-10-01T18:17:07.944Z[ recovery-image] Oct 01 18:17:05.876 INFO O| Oct 01 18:17:05.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51952024-10-01T18:17:07.944Z[ recovery-image] Oct 01 18:17:05.876 INFO O| Oct 01 18:17:05.876 INFO STEP 369 (remove_files) COMPLETE
51962024-10-01T18:17:07.944Z[ recovery-image] Oct 01 18:17:05.876 INFO O| Oct 01 18:17:05.876 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-10-01T18:17:07.944Z[ recovery-image] Oct 01 18:17:05.887 INFO O| Oct 01 18:17:05.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51982024-10-01T18:17:07.944Z[ recovery-image] Oct 01 18:17:05.887 INFO O| Oct 01 18:17:05.887 INFO STEP 370 (remove_files) COMPLETE
51992024-10-01T18:17:07.944Z[ recovery-image] Oct 01 18:17:05.887 INFO O| Oct 01 18:17:05.887 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-10-01T18:17:08.020Z[ recovery-image] Oct 01 18:17:05.897 INFO O| Oct 01 18:17:05.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52012024-10-01T18:17:08.020Z[ recovery-image] Oct 01 18:17:05.897 INFO O| Oct 01 18:17:05.897 INFO STEP 371 (remove_files) COMPLETE
52022024-10-01T18:17:08.020Z[ recovery-image] Oct 01 18:17:05.897 INFO O| Oct 01 18:17:05.897 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-10-01T18:17:08.020Z[ recovery-image] Oct 01 18:17:05.913 INFO O| Oct 01 18:17:05.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52042024-10-01T18:17:08.020Z[ recovery-image] Oct 01 18:17:05.913 INFO O| Oct 01 18:17:05.913 INFO STEP 372 (remove_files) COMPLETE
52052024-10-01T18:17:08.020Z[ recovery-image] Oct 01 18:17:05.913 INFO O| Oct 01 18:17:05.913 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-10-01T18:17:08.020Z[ recovery-image] Oct 01 18:17:05.928 INFO O| Oct 01 18:17:05.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52072024-10-01T18:17:08.020Z[ recovery-image] Oct 01 18:17:05.928 INFO O| Oct 01 18:17:05.928 INFO STEP 373 (remove_files) COMPLETE
52082024-10-01T18:17:08.020Z[ recovery-image] Oct 01 18:17:05.928 INFO O| Oct 01 18:17:05.928 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-10-01T18:17:08.020Z[ recovery-image] Oct 01 18:17:05.939 INFO O| Oct 01 18:17:05.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52102024-10-01T18:17:08.020Z[ recovery-image] Oct 01 18:17:05.939 INFO O| Oct 01 18:17:05.939 INFO STEP 374 (remove_files) COMPLETE
52112024-10-01T18:17:08.021Z[ recovery-image] Oct 01 18:17:05.939 INFO O| Oct 01 18:17:05.939 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-10-01T18:17:08.021Z[ recovery-image] Oct 01 18:17:05.953 INFO O| Oct 01 18:17:05.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52132024-10-01T18:17:08.021Z[ recovery-image] Oct 01 18:17:05.953 INFO O| Oct 01 18:17:05.953 INFO STEP 375 (remove_files) COMPLETE
52142024-10-01T18:17:08.021Z[ recovery-image] Oct 01 18:17:05.953 INFO O| Oct 01 18:17:05.953 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-10-01T18:17:08.021Z[ recovery-image] Oct 01 18:17:05.965 INFO O| Oct 01 18:17:05.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52162024-10-01T18:17:08.021Z[ recovery-image] Oct 01 18:17:05.965 INFO O| Oct 01 18:17:05.965 INFO STEP 376 (remove_files) COMPLETE
52172024-10-01T18:17:08.021Z[ recovery-image] Oct 01 18:17:05.965 INFO O| Oct 01 18:17:05.965 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-10-01T18:17:08.021Z[ recovery-image] Oct 01 18:17:05.976 INFO O| Oct 01 18:17:05.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52192024-10-01T18:17:08.021Z[ recovery-image] Oct 01 18:17:05.976 INFO O| Oct 01 18:17:05.976 INFO STEP 377 (remove_files) COMPLETE
52202024-10-01T18:17:08.021Z[ recovery-image] Oct 01 18:17:05.976 INFO O| Oct 01 18:17:05.976 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-10-01T18:17:08.054Z[ recovery-image] Oct 01 18:17:05.988 INFO O| Oct 01 18:17:05.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52222024-10-01T18:17:08.054Z[ recovery-image] Oct 01 18:17:05.988 INFO O| Oct 01 18:17:05.988 INFO STEP 378 (remove_files) COMPLETE
52232024-10-01T18:17:08.054Z[ recovery-image] Oct 01 18:17:05.988 INFO O| Oct 01 18:17:05.988 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-10-01T18:17:08.054Z[ recovery-image] Oct 01 18:17:06.001 INFO O| Oct 01 18:17:06.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52252024-10-01T18:17:08.054Z[ recovery-image] Oct 01 18:17:06.001 INFO O| Oct 01 18:17:06.001 INFO STEP 379 (remove_files) COMPLETE
52262024-10-01T18:17:08.054Z[ recovery-image] Oct 01 18:17:06.001 INFO O| Oct 01 18:17:06.001 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-10-01T18:17:08.054Z[ recovery-image] Oct 01 18:17:06.016 INFO O| Oct 01 18:17:06.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52282024-10-01T18:17:08.054Z[ recovery-image] Oct 01 18:17:06.016 INFO O| Oct 01 18:17:06.016 INFO STEP 380 (remove_files) COMPLETE
52292024-10-01T18:17:08.054Z[ recovery-image] Oct 01 18:17:06.016 INFO O| Oct 01 18:17:06.016 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-10-01T18:17:08.054Z[ recovery-image] Oct 01 18:17:06.028 INFO O| Oct 01 18:17:06.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
52312024-10-01T18:17:08.054Z[ recovery-image] Oct 01 18:17:06.028 INFO O| Oct 01 18:17:06.028 INFO STEP 381 (remove_files) COMPLETE
52322024-10-01T18:17:08.054Z[ recovery-image] Oct 01 18:17:06.028 INFO O| Oct 01 18:17:06.028 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-10-01T18:17:08.071Z[ recovery-image] Oct 01 18:17:06.044 INFO O| Oct 01 18:17:06.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
52342024-10-01T18:17:08.071Z[ recovery-image] Oct 01 18:17:06.044 INFO O| Oct 01 18:17:06.044 INFO STEP 382 (remove_files) COMPLETE
52352024-10-01T18:17:08.071Z[ recovery-image] Oct 01 18:17:06.044 INFO O| Oct 01 18:17:06.044 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-10-01T18:17:08.071Z[ recovery-image] Oct 01 18:17:06.060 INFO O| Oct 01 18:17:06.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
52372024-10-01T18:17:08.072Z[ recovery-image] Oct 01 18:17:06.060 INFO O| Oct 01 18:17:06.060 INFO STEP 383 (remove_files) COMPLETE
52382024-10-01T18:17:08.072Z[ recovery-image] Oct 01 18:17:06.060 INFO O| Oct 01 18:17:06.060 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-10-01T18:17:08.080Z[ recovery-image] Oct 01 18:17:06.071 INFO O| Oct 01 18:17:06.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
52402024-10-01T18:17:08.080Z[ recovery-image] Oct 01 18:17:06.071 INFO O| Oct 01 18:17:06.071 INFO STEP 384 (remove_files) COMPLETE
52412024-10-01T18:17:08.081Z[ recovery-image] Oct 01 18:17:06.071 INFO O| Oct 01 18:17:06.071 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-10-01T18:17:08.095Z[ recovery-image] Oct 01 18:17:06.085 INFO O| Oct 01 18:17:06.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
52432024-10-01T18:17:08.095Z[ recovery-image] Oct 01 18:17:06.085 INFO O| Oct 01 18:17:06.085 INFO STEP 385 (remove_files) COMPLETE
52442024-10-01T18:17:08.106Z[ recovery-image] Oct 01 18:17:06.085 INFO O| Oct 01 18:17:06.085 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-10-01T18:17:08.106Z[ recovery-image] Oct 01 18:17:06.096 INFO O| Oct 01 18:17:06.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
52462024-10-01T18:17:08.106Z[ recovery-image] Oct 01 18:17:06.096 INFO O| Oct 01 18:17:06.096 INFO STEP 386 (remove_files) COMPLETE
52472024-10-01T18:17:08.106Z[ recovery-image] Oct 01 18:17:06.096 INFO O| Oct 01 18:17:06.096 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-10-01T18:17:08.112Z[ recovery-image] Oct 01 18:17:06.108 INFO O| Oct 01 18:17:06.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
52492024-10-01T18:17:08.112Z[ recovery-image] Oct 01 18:17:06.108 INFO O| Oct 01 18:17:06.108 INFO STEP 387 (remove_files) COMPLETE
52502024-10-01T18:17:08.112Z[ recovery-image] Oct 01 18:17:06.108 INFO O| Oct 01 18:17:06.108 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-10-01T18:17:08.133Z[ recovery-image] Oct 01 18:17:06.120 INFO O| Oct 01 18:17:06.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
52522024-10-01T18:17:08.133Z[ recovery-image] Oct 01 18:17:06.120 INFO O| Oct 01 18:17:06.120 INFO STEP 388 (remove_files) COMPLETE
52532024-10-01T18:17:08.177Z[ recovery-image] Oct 01 18:17:06.120 INFO O| Oct 01 18:17:06.120 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-10-01T18:17:08.178Z[ recovery-image] Oct 01 18:17:06.132 INFO O| Oct 01 18:17:06.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
52552024-10-01T18:17:08.179Z[ recovery-image] Oct 01 18:17:06.132 INFO O| Oct 01 18:17:06.132 INFO STEP 389 (remove_files) COMPLETE
52562024-10-01T18:17:08.179Z[ recovery-image] Oct 01 18:17:06.132 INFO O| Oct 01 18:17:06.132 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-10-01T18:17:08.183Z[ recovery-image] Oct 01 18:17:06.143 INFO O| Oct 01 18:17:06.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
52582024-10-01T18:17:08.184Z[ recovery-image] Oct 01 18:17:06.143 INFO O| Oct 01 18:17:06.143 INFO STEP 390 (remove_files) COMPLETE
52592024-10-01T18:17:08.185Z[ recovery-image] Oct 01 18:17:06.143 INFO O| Oct 01 18:17:06.143 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-10-01T18:17:08.253Z[ recovery-image] Oct 01 18:17:06.159 INFO O| Oct 01 18:17:06.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
52612024-10-01T18:17:08.253Z[ recovery-image] Oct 01 18:17:06.159 INFO O| Oct 01 18:17:06.159 INFO STEP 391 (remove_files) COMPLETE
52622024-10-01T18:17:08.253Z[ recovery-image] Oct 01 18:17:06.159 INFO O| Oct 01 18:17:06.159 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-10-01T18:17:08.253Z[ recovery-image] Oct 01 18:17:06.170 INFO O| Oct 01 18:17:06.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
52642024-10-01T18:17:08.253Z[ recovery-image] Oct 01 18:17:06.170 INFO O| Oct 01 18:17:06.170 INFO STEP 392 (remove_files) COMPLETE
52652024-10-01T18:17:08.254Z[ recovery-image] Oct 01 18:17:06.170 INFO O| Oct 01 18:17:06.170 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-10-01T18:17:08.254Z[ recovery-image] Oct 01 18:17:06.185 INFO O| Oct 01 18:17:06.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
52672024-10-01T18:17:08.254Z[ recovery-image] Oct 01 18:17:06.185 INFO O| Oct 01 18:17:06.185 INFO STEP 393 (remove_files) COMPLETE
52682024-10-01T18:17:08.254Z[ recovery-image] Oct 01 18:17:06.185 INFO O| Oct 01 18:17:06.185 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-10-01T18:17:08.254Z[ recovery-image] Oct 01 18:17:06.199 INFO O| Oct 01 18:17:06.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
52702024-10-01T18:17:08.254Z[ recovery-image] Oct 01 18:17:06.199 INFO O| Oct 01 18:17:06.199 INFO STEP 394 (remove_files) COMPLETE
52712024-10-01T18:17:08.254Z[ recovery-image] Oct 01 18:17:06.199 INFO O| Oct 01 18:17:06.199 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-10-01T18:17:08.254Z[ recovery-image] Oct 01 18:17:06.212 INFO O| Oct 01 18:17:06.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
52732024-10-01T18:17:08.255Z[ recovery-image] Oct 01 18:17:06.212 INFO O| Oct 01 18:17:06.212 INFO STEP 395 (remove_files) COMPLETE
52742024-10-01T18:17:08.255Z[ recovery-image] Oct 01 18:17:06.212 INFO O| Oct 01 18:17:06.212 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-10-01T18:17:08.255Z[ recovery-image] Oct 01 18:17:06.226 INFO O| Oct 01 18:17:06.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
52762024-10-01T18:17:08.255Z[ recovery-image] Oct 01 18:17:06.226 INFO O| Oct 01 18:17:06.226 INFO STEP 396 (remove_files) COMPLETE
52772024-10-01T18:17:08.255Z[ recovery-image] Oct 01 18:17:06.226 INFO O| Oct 01 18:17:06.226 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-10-01T18:17:08.281Z[ recovery-image] Oct 01 18:17:06.240 INFO O| Oct 01 18:17:06.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
52792024-10-01T18:17:08.281Z[ recovery-image] Oct 01 18:17:06.240 INFO O| Oct 01 18:17:06.240 INFO STEP 397 (remove_files) COMPLETE
52802024-10-01T18:17:08.281Z[ recovery-image] Oct 01 18:17:06.240 INFO O| Oct 01 18:17:06.240 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-10-01T18:17:08.281Z[ recovery-image] Oct 01 18:17:06.251 INFO O| Oct 01 18:17:06.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
52822024-10-01T18:17:08.282Z[ recovery-image] Oct 01 18:17:06.251 INFO O| Oct 01 18:17:06.251 INFO STEP 398 (remove_files) COMPLETE
52832024-10-01T18:17:08.282Z[ recovery-image] Oct 01 18:17:06.251 INFO O| Oct 01 18:17:06.251 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-10-01T18:17:08.282Z[ recovery-image] Oct 01 18:17:06.263 INFO O| Oct 01 18:17:06.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52852024-10-01T18:17:08.282Z[ recovery-image] Oct 01 18:17:06.263 INFO O| Oct 01 18:17:06.263 INFO STEP 399 (remove_files) COMPLETE
52862024-10-01T18:17:08.282Z[ recovery-image] Oct 01 18:17:06.263 INFO O| Oct 01 18:17:06.263 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-10-01T18:17:08.295Z[ recovery-image] Oct 01 18:17:06.275 INFO O| Oct 01 18:17:06.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52882024-10-01T18:17:08.295Z[ recovery-image] Oct 01 18:17:06.275 INFO O| Oct 01 18:17:06.275 INFO STEP 400 (remove_files) COMPLETE
52892024-10-01T18:17:08.296Z[ recovery-image] Oct 01 18:17:06.275 INFO O| Oct 01 18:17:06.275 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-10-01T18:17:08.309Z[ recovery-image] Oct 01 18:17:06.288 INFO O| Oct 01 18:17:06.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52912024-10-01T18:17:08.309Z[ recovery-image] Oct 01 18:17:06.288 INFO O| Oct 01 18:17:06.288 INFO STEP 401 (remove_files) COMPLETE
52922024-10-01T18:17:08.310Z[ recovery-image] Oct 01 18:17:06.288 INFO O| Oct 01 18:17:06.288 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-10-01T18:17:08.310Z[ recovery-image] Oct 01 18:17:06.299 INFO O| Oct 01 18:17:06.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52942024-10-01T18:17:08.310Z[ recovery-image] Oct 01 18:17:06.299 INFO O| Oct 01 18:17:06.299 INFO STEP 402 (remove_files) COMPLETE
52952024-10-01T18:17:08.310Z[ recovery-image] Oct 01 18:17:06.299 INFO O| Oct 01 18:17:06.299 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-10-01T18:17:08.327Z[ recovery-image] Oct 01 18:17:06.310 INFO O| Oct 01 18:17:06.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52972024-10-01T18:17:08.327Z[ recovery-image] Oct 01 18:17:06.310 INFO O| Oct 01 18:17:06.310 INFO STEP 403 (remove_files) COMPLETE
52982024-10-01T18:17:08.327Z[ recovery-image] Oct 01 18:17:06.310 INFO O| Oct 01 18:17:06.310 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-10-01T18:17:08.353Z[ recovery-image] Oct 01 18:17:06.320 INFO O| Oct 01 18:17:06.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53002024-10-01T18:17:08.353Z[ recovery-image] Oct 01 18:17:06.320 INFO O| Oct 01 18:17:06.320 INFO STEP 404 (remove_files) COMPLETE
53012024-10-01T18:17:08.353Z[ recovery-image] Oct 01 18:17:06.320 INFO O| Oct 01 18:17:06.320 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-10-01T18:17:08.353Z[ recovery-image] Oct 01 18:17:06.331 INFO O| Oct 01 18:17:06.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53032024-10-01T18:17:08.353Z[ recovery-image] Oct 01 18:17:06.331 INFO O| Oct 01 18:17:06.331 INFO STEP 405 (remove_files) COMPLETE
53042024-10-01T18:17:08.353Z[ recovery-image] Oct 01 18:17:06.331 INFO O| Oct 01 18:17:06.331 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-10-01T18:17:08.357Z[ recovery-image] Oct 01 18:17:06.342 INFO O| Oct 01 18:17:06.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53062024-10-01T18:17:08.357Z[ recovery-image] Oct 01 18:17:06.342 INFO O| Oct 01 18:17:06.342 INFO STEP 406 (remove_files) COMPLETE
53072024-10-01T18:17:08.357Z[ recovery-image] Oct 01 18:17:06.342 INFO O| Oct 01 18:17:06.342 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-10-01T18:17:08.357Z[ recovery-image] Oct 01 18:17:06.353 INFO O| Oct 01 18:17:06.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53092024-10-01T18:17:08.357Z[ recovery-image] Oct 01 18:17:06.353 INFO O| Oct 01 18:17:06.353 INFO STEP 407 (remove_files) COMPLETE
53102024-10-01T18:17:08.358Z[ recovery-image] Oct 01 18:17:06.353 INFO O| Oct 01 18:17:06.353 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-10-01T18:17:08.367Z[ recovery-image] Oct 01 18:17:06.364 INFO O| Oct 01 18:17:06.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53122024-10-01T18:17:08.367Z[ recovery-image] Oct 01 18:17:06.364 INFO O| Oct 01 18:17:06.364 INFO STEP 408 (remove_files) COMPLETE
53132024-10-01T18:17:08.373Z[ recovery-image] Oct 01 18:17:06.364 INFO O| Oct 01 18:17:06.364 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-10-01T18:17:08.377Z[ recovery-image] Oct 01 18:17:06.374 INFO O| Oct 01 18:17:06.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53152024-10-01T18:17:08.377Z[ recovery-image] Oct 01 18:17:06.374 INFO O| Oct 01 18:17:06.374 INFO STEP 409 (remove_files) COMPLETE
53162024-10-01T18:17:08.377Z[ recovery-image] Oct 01 18:17:06.374 INFO O| Oct 01 18:17:06.374 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-10-01T18:17:08.386Z[ recovery-image] Oct 01 18:17:06.385 INFO O| Oct 01 18:17:06.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53182024-10-01T18:17:08.387Z[ recovery-image] Oct 01 18:17:06.385 INFO O| Oct 01 18:17:06.385 INFO STEP 410 (remove_files) COMPLETE
53192024-10-01T18:17:08.387Z[ recovery-image] Oct 01 18:17:06.385 INFO O| Oct 01 18:17:06.385 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-10-01T18:17:08.396Z[ recovery-image] Oct 01 18:17:06.396 INFO O| Oct 01 18:17:06.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53212024-10-01T18:17:08.410Z[ recovery-image] Oct 01 18:17:06.396 INFO O| Oct 01 18:17:06.396 INFO STEP 411 (remove_files) COMPLETE
53222024-10-01T18:17:08.410Z[ recovery-image] Oct 01 18:17:06.396 INFO O| Oct 01 18:17:06.396 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-10-01T18:17:08.417Z[ recovery-image] Oct 01 18:17:06.407 INFO O| Oct 01 18:17:06.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53242024-10-01T18:17:08.417Z[ recovery-image] Oct 01 18:17:06.407 INFO O| Oct 01 18:17:06.407 INFO STEP 412 (remove_files) COMPLETE
53252024-10-01T18:17:08.417Z[ recovery-image] Oct 01 18:17:06.407 INFO O| Oct 01 18:17:06.407 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-10-01T18:17:08.428Z[ recovery-image] Oct 01 18:17:06.420 INFO O| Oct 01 18:17:06.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53272024-10-01T18:17:08.428Z[ recovery-image] Oct 01 18:17:06.420 INFO O| Oct 01 18:17:06.420 INFO STEP 413 (remove_files) COMPLETE
53282024-10-01T18:17:08.428Z[ recovery-image] Oct 01 18:17:06.420 INFO O| Oct 01 18:17:06.420 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-10-01T18:17:08.436Z[ recovery-image] Oct 01 18:17:06.432 INFO O| Oct 01 18:17:06.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
53302024-10-01T18:17:08.436Z[ recovery-image] Oct 01 18:17:06.432 INFO O| Oct 01 18:17:06.432 INFO STEP 414 (remove_files) COMPLETE
53312024-10-01T18:17:08.436Z[ recovery-image] Oct 01 18:17:06.432 INFO O| Oct 01 18:17:06.432 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-10-01T18:17:08.448Z[ recovery-image] Oct 01 18:17:06.446 INFO O| Oct 01 18:17:06.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
53332024-10-01T18:17:08.448Z[ recovery-image] Oct 01 18:17:06.446 INFO O| Oct 01 18:17:06.446 INFO STEP 415 (remove_files) COMPLETE
53342024-10-01T18:17:08.451Z[ recovery-image] Oct 01 18:17:06.446 INFO O| Oct 01 18:17:06.446 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-10-01T18:17:08.459Z[ recovery-image] Oct 01 18:17:06.459 INFO O| Oct 01 18:17:06.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
53362024-10-01T18:17:08.464Z[ recovery-image] Oct 01 18:17:06.459 INFO O| Oct 01 18:17:06.459 INFO STEP 416 (remove_files) COMPLETE
53372024-10-01T18:17:08.464Z[ recovery-image] Oct 01 18:17:06.459 INFO O| Oct 01 18:17:06.459 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-10-01T18:17:08.472Z[ recovery-image] Oct 01 18:17:06.470 INFO O| Oct 01 18:17:06.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
53392024-10-01T18:17:08.472Z[ recovery-image] Oct 01 18:17:06.470 INFO O| Oct 01 18:17:06.470 INFO STEP 417 (remove_files) COMPLETE
53402024-10-01T18:17:08.477Z[ recovery-image] Oct 01 18:17:06.470 INFO O| Oct 01 18:17:06.470 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-10-01T18:17:08.484Z[ recovery-image] Oct 01 18:17:06.483 INFO O| Oct 01 18:17:06.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
53422024-10-01T18:17:08.487Z[ recovery-image] Oct 01 18:17:06.483 INFO O| Oct 01 18:17:06.483 INFO STEP 418 (remove_files) COMPLETE
53432024-10-01T18:17:08.487Z[ recovery-image] Oct 01 18:17:06.483 INFO O| Oct 01 18:17:06.483 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-10-01T18:17:08.495Z[ recovery-image] Oct 01 18:17:06.494 INFO O| Oct 01 18:17:06.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
53452024-10-01T18:17:08.499Z[ recovery-image] Oct 01 18:17:06.495 INFO O| Oct 01 18:17:06.495 INFO STEP 419 (remove_files) COMPLETE
53462024-10-01T18:17:08.499Z[ recovery-image] Oct 01 18:17:06.495 INFO O| Oct 01 18:17:06.495 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-10-01T18:17:08.508Z[ host-image] Oct 01 18:17:06.505 INFO O| Oct 01 18:17:06.505 INFO O| Download: 1115/1140 items 6.6/8.4MB 78% complete (1.5M/s)
53482024-10-01T18:17:08.508Z[ recovery-image] Oct 01 18:17:06.505 INFO O| Oct 01 18:17:06.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
53492024-10-01T18:17:08.512Z[ recovery-image] Oct 01 18:17:06.506 INFO O| Oct 01 18:17:06.506 INFO STEP 420 (remove_files) COMPLETE
53502024-10-01T18:17:08.512Z[ recovery-image] Oct 01 18:17:06.506 INFO O| Oct 01 18:17:06.506 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-10-01T18:17:08.516Z[ recovery-image] Oct 01 18:17:06.516 INFO O| Oct 01 18:17:06.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
53522024-10-01T18:17:08.517Z[ recovery-image] Oct 01 18:17:06.516 INFO O| Oct 01 18:17:06.516 INFO STEP 421 (remove_files) COMPLETE
53532024-10-01T18:17:08.520Z[ recovery-image] Oct 01 18:17:06.516 INFO O| Oct 01 18:17:06.516 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-10-01T18:17:08.527Z[ recovery-image] Oct 01 18:17:06.527 INFO O| Oct 01 18:17:06.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
53552024-10-01T18:17:08.527Z[ recovery-image] Oct 01 18:17:06.527 INFO O| Oct 01 18:17:06.527 INFO STEP 422 (remove_files) COMPLETE
53562024-10-01T18:17:08.527Z[ recovery-image] Oct 01 18:17:06.527 INFO O| Oct 01 18:17:06.527 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-10-01T18:17:08.540Z[ recovery-image] Oct 01 18:17:06.537 INFO O| Oct 01 18:17:06.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
53582024-10-01T18:17:08.540Z[ recovery-image] Oct 01 18:17:06.537 INFO O| Oct 01 18:17:06.537 INFO STEP 423 (remove_files) COMPLETE
53592024-10-01T18:17:08.540Z[ recovery-image] Oct 01 18:17:06.537 INFO O| Oct 01 18:17:06.537 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-10-01T18:17:08.548Z[ recovery-image] Oct 01 18:17:06.548 INFO O| Oct 01 18:17:06.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
53612024-10-01T18:17:08.551Z[ recovery-image] Oct 01 18:17:06.549 INFO O| Oct 01 18:17:06.549 INFO STEP 424 (remove_files) COMPLETE
53622024-10-01T18:17:08.551Z[ recovery-image] Oct 01 18:17:06.549 INFO O| Oct 01 18:17:06.549 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-10-01T18:17:08.561Z[ recovery-image] Oct 01 18:17:06.561 INFO O| Oct 01 18:17:06.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
53642024-10-01T18:17:08.561Z[ recovery-image] Oct 01 18:17:06.561 INFO O| Oct 01 18:17:06.561 INFO STEP 425 (remove_files) COMPLETE
53652024-10-01T18:17:08.568Z[ recovery-image] Oct 01 18:17:06.561 INFO O| Oct 01 18:17:06.561 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-10-01T18:17:08.572Z[ recovery-image] Oct 01 18:17:06.572 INFO O| Oct 01 18:17:06.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
53672024-10-01T18:17:08.579Z[ recovery-image] Oct 01 18:17:06.572 INFO O| Oct 01 18:17:06.572 INFO STEP 426 (remove_files) COMPLETE
53682024-10-01T18:17:08.579Z[ recovery-image] Oct 01 18:17:06.572 INFO O| Oct 01 18:17:06.572 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-10-01T18:17:08.585Z[ recovery-image] Oct 01 18:17:06.584 INFO O| Oct 01 18:17:06.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
53702024-10-01T18:17:08.585Z[ recovery-image] Oct 01 18:17:06.585 INFO O| Oct 01 18:17:06.585 INFO STEP 427 (remove_files) COMPLETE
53712024-10-01T18:17:08.588Z[ recovery-image] Oct 01 18:17:06.585 INFO O| Oct 01 18:17:06.585 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-10-01T18:17:08.595Z[ recovery-image] Oct 01 18:17:06.595 INFO O| Oct 01 18:17:06.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
53732024-10-01T18:17:08.595Z[ recovery-image] Oct 01 18:17:06.595 INFO O| Oct 01 18:17:06.595 INFO STEP 428 (remove_files) COMPLETE
53742024-10-01T18:17:08.599Z[ recovery-image] Oct 01 18:17:06.595 INFO O| Oct 01 18:17:06.595 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-10-01T18:17:08.606Z[ recovery-image] Oct 01 18:17:06.605 INFO O| Oct 01 18:17:06.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
53762024-10-01T18:17:08.607Z[ recovery-image] Oct 01 18:17:06.605 INFO O| Oct 01 18:17:06.605 INFO STEP 429 (remove_files) COMPLETE
53772024-10-01T18:17:08.609Z[ recovery-image] Oct 01 18:17:06.605 INFO O| Oct 01 18:17:06.605 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-10-01T18:17:08.616Z[ recovery-image] Oct 01 18:17:06.616 INFO O| Oct 01 18:17:06.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
53792024-10-01T18:17:08.616Z[ recovery-image] Oct 01 18:17:06.616 INFO O| Oct 01 18:17:06.616 INFO STEP 430 (remove_files) COMPLETE
53802024-10-01T18:17:08.616Z[ recovery-image] Oct 01 18:17:06.616 INFO O| Oct 01 18:17:06.616 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-10-01T18:17:08.633Z[ recovery-image] Oct 01 18:17:06.627 INFO O| Oct 01 18:17:06.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
53822024-10-01T18:17:08.633Z[ recovery-image] Oct 01 18:17:06.627 INFO O| Oct 01 18:17:06.627 INFO STEP 431 (remove_files) COMPLETE
53832024-10-01T18:17:08.636Z[ recovery-image] Oct 01 18:17:06.627 INFO O| Oct 01 18:17:06.627 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-10-01T18:17:08.639Z[ recovery-image] Oct 01 18:17:06.639 INFO O| Oct 01 18:17:06.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53852024-10-01T18:17:08.639Z[ recovery-image] Oct 01 18:17:06.639 INFO O| Oct 01 18:17:06.639 INFO STEP 432 (remove_files) COMPLETE
53862024-10-01T18:17:08.642Z[ recovery-image] Oct 01 18:17:06.639 INFO O| Oct 01 18:17:06.639 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-10-01T18:17:08.650Z[ recovery-image] Oct 01 18:17:06.650 INFO O| Oct 01 18:17:06.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53882024-10-01T18:17:08.650Z[ recovery-image] Oct 01 18:17:06.650 INFO O| Oct 01 18:17:06.650 INFO STEP 433 (remove_files) COMPLETE
53892024-10-01T18:17:08.650Z[ recovery-image] Oct 01 18:17:06.650 INFO O| Oct 01 18:17:06.650 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-10-01T18:17:08.662Z[ recovery-image] Oct 01 18:17:06.660 INFO O| Oct 01 18:17:06.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53912024-10-01T18:17:08.662Z[ recovery-image] Oct 01 18:17:06.660 INFO O| Oct 01 18:17:06.660 INFO STEP 434 (remove_files) COMPLETE
53922024-10-01T18:17:08.665Z[ recovery-image] Oct 01 18:17:06.660 INFO O| Oct 01 18:17:06.660 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-10-01T18:17:08.678Z[ recovery-image] Oct 01 18:17:06.674 INFO O| Oct 01 18:17:06.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53942024-10-01T18:17:08.678Z[ recovery-image] Oct 01 18:17:06.674 INFO O| Oct 01 18:17:06.674 INFO STEP 435 (remove_files) COMPLETE
53952024-10-01T18:17:08.682Z[ recovery-image] Oct 01 18:17:06.674 INFO O| Oct 01 18:17:06.674 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-10-01T18:17:08.691Z[ recovery-image] Oct 01 18:17:06.691 INFO O| Oct 01 18:17:06.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53972024-10-01T18:17:08.691Z[ recovery-image] Oct 01 18:17:06.691 INFO O| Oct 01 18:17:06.691 INFO STEP 436 (remove_files) COMPLETE
53982024-10-01T18:17:08.695Z[ recovery-image] Oct 01 18:17:06.691 INFO O| Oct 01 18:17:06.691 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-10-01T18:17:08.710Z[ recovery-image] Oct 01 18:17:06.709 INFO O| Oct 01 18:17:06.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54002024-10-01T18:17:08.711Z[ recovery-image] Oct 01 18:17:06.709 INFO O| Oct 01 18:17:06.709 INFO STEP 437 (remove_files) COMPLETE
54012024-10-01T18:17:08.711Z[ recovery-image] Oct 01 18:17:06.709 INFO O| Oct 01 18:17:06.709 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-10-01T18:17:08.731Z[ recovery-image] Oct 01 18:17:06.727 INFO O| Oct 01 18:17:06.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54032024-10-01T18:17:08.731Z[ recovery-image] Oct 01 18:17:06.727 INFO O| Oct 01 18:17:06.727 INFO STEP 438 (remove_files) COMPLETE
54042024-10-01T18:17:08.731Z[ recovery-image] Oct 01 18:17:06.727 INFO O| Oct 01 18:17:06.727 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-10-01T18:17:08.766Z[ recovery-image] Oct 01 18:17:06.745 INFO O| Oct 01 18:17:06.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54062024-10-01T18:17:08.766Z[ recovery-image] Oct 01 18:17:06.746 INFO O| Oct 01 18:17:06.746 INFO STEP 439 (remove_files) COMPLETE
54072024-10-01T18:17:08.766Z[ recovery-image] Oct 01 18:17:06.746 INFO O| Oct 01 18:17:06.746 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-10-01T18:17:08.781Z[ recovery-image] Oct 01 18:17:06.764 INFO O| Oct 01 18:17:06.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54092024-10-01T18:17:08.781Z[ recovery-image] Oct 01 18:17:06.764 INFO O| Oct 01 18:17:06.764 INFO STEP 440 (remove_files) COMPLETE
54102024-10-01T18:17:08.781Z[ recovery-image] Oct 01 18:17:06.764 INFO O| Oct 01 18:17:06.764 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-10-01T18:17:08.793Z[ recovery-image] Oct 01 18:17:06.780 INFO O| Oct 01 18:17:06.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54122024-10-01T18:17:08.793Z[ recovery-image] Oct 01 18:17:06.781 INFO O| Oct 01 18:17:06.780 INFO STEP 441 (remove_files) COMPLETE
54132024-10-01T18:17:08.793Z[ recovery-image] Oct 01 18:17:06.781 INFO O| Oct 01 18:17:06.781 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-10-01T18:17:08.810Z[ recovery-image] Oct 01 18:17:06.798 INFO O| Oct 01 18:17:06.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54152024-10-01T18:17:08.810Z[ recovery-image] Oct 01 18:17:06.799 INFO O| Oct 01 18:17:06.799 INFO STEP 442 (remove_files) COMPLETE
54162024-10-01T18:17:08.810Z[ recovery-image] Oct 01 18:17:06.799 INFO O| Oct 01 18:17:06.799 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-10-01T18:17:08.834Z[ recovery-image] Oct 01 18:17:06.827 INFO O| Oct 01 18:17:06.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54182024-10-01T18:17:08.834Z[ recovery-image] Oct 01 18:17:06.827 INFO O| Oct 01 18:17:06.827 INFO STEP 443 (remove_files) COMPLETE
54192024-10-01T18:17:08.834Z[ recovery-image] Oct 01 18:17:06.827 INFO O| Oct 01 18:17:06.827 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-10-01T18:17:08.877Z[ recovery-image] Oct 01 18:17:06.865 INFO O| Oct 01 18:17:06.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54212024-10-01T18:17:08.877Z[ recovery-image] Oct 01 18:17:06.865 INFO O| Oct 01 18:17:06.865 INFO STEP 444 (remove_files) COMPLETE
54222024-10-01T18:17:08.877Z[ recovery-image] Oct 01 18:17:06.865 INFO O| Oct 01 18:17:06.865 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-10-01T18:17:08.889Z[ recovery-image] Oct 01 18:17:06.884 INFO O| Oct 01 18:17:06.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54242024-10-01T18:17:08.890Z[ recovery-image] Oct 01 18:17:06.884 INFO O| Oct 01 18:17:06.884 INFO STEP 445 (remove_files) COMPLETE
54252024-10-01T18:17:08.890Z[ recovery-image] Oct 01 18:17:06.884 INFO O| Oct 01 18:17:06.884 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-10-01T18:17:08.907Z[ recovery-image] Oct 01 18:17:06.901 INFO O| Oct 01 18:17:06.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54272024-10-01T18:17:08.907Z[ recovery-image] Oct 01 18:17:06.901 INFO O| Oct 01 18:17:06.901 INFO STEP 446 (remove_files) COMPLETE
54282024-10-01T18:17:08.936Z[ recovery-image] Oct 01 18:17:06.901 INFO O| Oct 01 18:17:06.901 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-10-01T18:17:08.937Z[ recovery-image] Oct 01 18:17:06.919 INFO O| Oct 01 18:17:06.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54302024-10-01T18:17:08.937Z[ recovery-image] Oct 01 18:17:06.919 INFO O| Oct 01 18:17:06.919 INFO STEP 447 (remove_files) COMPLETE
54312024-10-01T18:17:08.960Z[ recovery-image] Oct 01 18:17:06.919 INFO O| Oct 01 18:17:06.919 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-10-01T18:17:08.960Z[ recovery-image] Oct 01 18:17:06.937 INFO O| Oct 01 18:17:06.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
54332024-10-01T18:17:08.960Z[ recovery-image] Oct 01 18:17:06.937 INFO O| Oct 01 18:17:06.937 INFO STEP 448 (remove_files) COMPLETE
54342024-10-01T18:17:08.960Z[ recovery-image] Oct 01 18:17:06.937 INFO O| Oct 01 18:17:06.937 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-10-01T18:17:08.966Z[ recovery-image] Oct 01 18:17:06.956 INFO O| Oct 01 18:17:06.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
54362024-10-01T18:17:08.966Z[ recovery-image] Oct 01 18:17:06.956 INFO O| Oct 01 18:17:06.956 INFO STEP 449 (remove_files) COMPLETE
54372024-10-01T18:17:08.966Z[ recovery-image] Oct 01 18:17:06.956 INFO O| Oct 01 18:17:06.956 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-10-01T18:17:08.975Z[ recovery-image] Oct 01 18:17:06.974 INFO O| Oct 01 18:17:06.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
54392024-10-01T18:17:08.975Z[ recovery-image] Oct 01 18:17:06.974 INFO O| Oct 01 18:17:06.974 INFO STEP 450 (remove_files) COMPLETE
54402024-10-01T18:17:08.975Z[ recovery-image] Oct 01 18:17:06.975 INFO O| Oct 01 18:17:06.974 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-10-01T18:17:08.995Z[ recovery-image] Oct 01 18:17:06.993 INFO O| Oct 01 18:17:06.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
54422024-10-01T18:17:08.995Z[ recovery-image] Oct 01 18:17:06.993 INFO O| Oct 01 18:17:06.993 INFO STEP 451 (remove_files) COMPLETE
54432024-10-01T18:17:08.995Z[ recovery-image] Oct 01 18:17:06.993 INFO O| Oct 01 18:17:06.993 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-10-01T18:17:09.024Z[ recovery-image] Oct 01 18:17:07.016 INFO O| Oct 01 18:17:07.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
54452024-10-01T18:17:09.024Z[ recovery-image] Oct 01 18:17:07.016 INFO O| Oct 01 18:17:07.016 INFO STEP 452 (remove_files) COMPLETE
54462024-10-01T18:17:09.024Z[ recovery-image] Oct 01 18:17:07.016 INFO O| Oct 01 18:17:07.016 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-10-01T18:17:09.039Z[ recovery-image] Oct 01 18:17:07.034 INFO O| Oct 01 18:17:07.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
54482024-10-01T18:17:09.039Z[ recovery-image] Oct 01 18:17:07.034 INFO O| Oct 01 18:17:07.034 INFO STEP 453 (remove_files) COMPLETE
54492024-10-01T18:17:09.039Z[ recovery-image] Oct 01 18:17:07.034 INFO O| Oct 01 18:17:07.034 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-10-01T18:17:09.052Z[ recovery-image] Oct 01 18:17:07.051 INFO O| Oct 01 18:17:07.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
54512024-10-01T18:17:09.052Z[ recovery-image] Oct 01 18:17:07.051 INFO O| Oct 01 18:17:07.051 INFO STEP 454 (remove_files) COMPLETE
54522024-10-01T18:17:09.053Z[ recovery-image] Oct 01 18:17:07.051 INFO O| Oct 01 18:17:07.051 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-10-01T18:17:09.078Z[ recovery-image] Oct 01 18:17:07.068 INFO O| Oct 01 18:17:07.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
54542024-10-01T18:17:09.078Z[ recovery-image] Oct 01 18:17:07.068 INFO O| Oct 01 18:17:07.068 INFO STEP 455 (remove_files) COMPLETE
54552024-10-01T18:17:09.078Z[ recovery-image] Oct 01 18:17:07.068 INFO O| Oct 01 18:17:07.068 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-10-01T18:17:09.111Z[ recovery-image] Oct 01 18:17:07.110 INFO O| Oct 01 18:17:07.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
54572024-10-01T18:17:09.111Z[ recovery-image] Oct 01 18:17:07.110 INFO O| Oct 01 18:17:07.110 INFO STEP 456 (remove_files) COMPLETE
54582024-10-01T18:17:09.114Z[ recovery-image] Oct 01 18:17:07.110 INFO O| Oct 01 18:17:07.110 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-10-01T18:17:09.130Z[ recovery-image] Oct 01 18:17:07.128 INFO O| Oct 01 18:17:07.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
54602024-10-01T18:17:09.131Z[ recovery-image] Oct 01 18:17:07.128 INFO O| Oct 01 18:17:07.128 INFO STEP 457 (remove_files) COMPLETE
54612024-10-01T18:17:09.131Z[ recovery-image] Oct 01 18:17:07.128 INFO O| Oct 01 18:17:07.128 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-10-01T18:17:09.148Z[ recovery-image] Oct 01 18:17:07.147 INFO O| Oct 01 18:17:07.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
54632024-10-01T18:17:09.149Z[ recovery-image] Oct 01 18:17:07.147 INFO O| Oct 01 18:17:07.147 INFO STEP 458 (remove_files) COMPLETE
54642024-10-01T18:17:09.149Z[ recovery-image] Oct 01 18:17:07.147 INFO O| Oct 01 18:17:07.147 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-10-01T18:17:09.201Z[ recovery-image] Oct 01 18:17:07.187 INFO O| Oct 01 18:17:07.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
54662024-10-01T18:17:09.214Z[ recovery-image] Oct 01 18:17:07.187 INFO O| Oct 01 18:17:07.187 INFO STEP 459 (remove_files) COMPLETE
54672024-10-01T18:17:09.214Z[ recovery-image] Oct 01 18:17:07.187 INFO O| Oct 01 18:17:07.187 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-10-01T18:17:09.227Z[ recovery-image] Oct 01 18:17:07.226 INFO O| Oct 01 18:17:07.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
54692024-10-01T18:17:09.227Z[ recovery-image] Oct 01 18:17:07.226 INFO O| Oct 01 18:17:07.226 INFO STEP 460 (remove_files) COMPLETE
54702024-10-01T18:17:09.227Z[ recovery-image] Oct 01 18:17:07.226 INFO O| Oct 01 18:17:07.226 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-10-01T18:17:09.248Z[ recovery-image] Oct 01 18:17:07.248 INFO O| Oct 01 18:17:07.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
54722024-10-01T18:17:09.249Z[ recovery-image] Oct 01 18:17:07.248 INFO O| Oct 01 18:17:07.248 INFO STEP 461 (remove_files) COMPLETE
54732024-10-01T18:17:09.256Z[ recovery-image] Oct 01 18:17:07.248 INFO O| Oct 01 18:17:07.248 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-10-01T18:17:09.280Z[ recovery-image] Oct 01 18:17:07.268 INFO O| Oct 01 18:17:07.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
54752024-10-01T18:17:09.280Z[ recovery-image] Oct 01 18:17:07.268 INFO O| Oct 01 18:17:07.268 INFO STEP 462 (remove_files) COMPLETE
54762024-10-01T18:17:09.284Z[ recovery-image] Oct 01 18:17:07.268 INFO O| Oct 01 18:17:07.268 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-10-01T18:17:09.288Z[ recovery-image] Oct 01 18:17:07.287 INFO O| Oct 01 18:17:07.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
54782024-10-01T18:17:09.288Z[ recovery-image] Oct 01 18:17:07.287 INFO O| Oct 01 18:17:07.287 INFO STEP 463 (remove_files) COMPLETE
54792024-10-01T18:17:09.297Z[ recovery-image] Oct 01 18:17:07.287 INFO O| Oct 01 18:17:07.287 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-10-01T18:17:09.307Z[ recovery-image] Oct 01 18:17:07.307 INFO O| Oct 01 18:17:07.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
54812024-10-01T18:17:09.307Z[ recovery-image] Oct 01 18:17:07.307 INFO O| Oct 01 18:17:07.307 INFO STEP 464 (remove_files) COMPLETE
54822024-10-01T18:17:09.310Z[ recovery-image] Oct 01 18:17:07.307 INFO O| Oct 01 18:17:07.307 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-10-01T18:17:09.327Z[ recovery-image] Oct 01 18:17:07.327 INFO O| Oct 01 18:17:07.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54842024-10-01T18:17:09.345Z[ recovery-image] Oct 01 18:17:07.345 INFO O| Oct 01 18:17:07.345 INFO STEP 465 (remove_files) COMPLETE
54852024-10-01T18:17:09.345Z[ recovery-image] Oct 01 18:17:07.345 INFO O| Oct 01 18:17:07.345 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-10-01T18:17:09.402Z[ recovery-image] Oct 01 18:17:07.402 INFO O| Oct 01 18:17:07.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54872024-10-01T18:17:09.402Z[ recovery-image] Oct 01 18:17:07.402 INFO O| Oct 01 18:17:07.402 INFO STEP 466 (remove_files) COMPLETE
54882024-10-01T18:17:09.402Z[ recovery-image] Oct 01 18:17:07.402 INFO O| Oct 01 18:17:07.402 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-10-01T18:17:09.422Z[ recovery-image] Oct 01 18:17:07.421 INFO O| Oct 01 18:17:07.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54902024-10-01T18:17:09.422Z[ recovery-image] Oct 01 18:17:07.421 INFO O| Oct 01 18:17:07.421 INFO STEP 467 (remove_files) COMPLETE
54912024-10-01T18:17:09.426Z[ recovery-image] Oct 01 18:17:07.421 INFO O| Oct 01 18:17:07.421 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-10-01T18:17:09.439Z[ recovery-image] Oct 01 18:17:07.439 INFO O| Oct 01 18:17:07.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54932024-10-01T18:17:09.439Z[ recovery-image] Oct 01 18:17:07.439 INFO O| Oct 01 18:17:07.439 INFO STEP 468 (remove_files) COMPLETE
54942024-10-01T18:17:09.439Z[ recovery-image] Oct 01 18:17:07.439 INFO O| Oct 01 18:17:07.439 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-10-01T18:17:09.458Z[ recovery-image] Oct 01 18:17:07.456 INFO O| Oct 01 18:17:07.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54962024-10-01T18:17:09.458Z[ recovery-image] Oct 01 18:17:07.456 INFO O| Oct 01 18:17:07.456 INFO STEP 469 (remove_files) COMPLETE
54972024-10-01T18:17:09.458Z[ recovery-image] Oct 01 18:17:07.456 INFO O| Oct 01 18:17:07.456 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-10-01T18:17:09.474Z[ recovery-image] Oct 01 18:17:07.473 INFO O| Oct 01 18:17:07.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54992024-10-01T18:17:09.474Z[ recovery-image] Oct 01 18:17:07.473 INFO O| Oct 01 18:17:07.473 INFO STEP 470 (remove_files) COMPLETE
55002024-10-01T18:17:09.476Z[ recovery-image] Oct 01 18:17:07.473 INFO O| Oct 01 18:17:07.473 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-10-01T18:17:09.512Z[ recovery-image] Oct 01 18:17:07.511 INFO O| Oct 01 18:17:07.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55022024-10-01T18:17:09.512Z[ recovery-image] Oct 01 18:17:07.511 INFO O| Oct 01 18:17:07.511 INFO STEP 471 (remove_files) COMPLETE
55032024-10-01T18:17:09.514Z[ recovery-image] Oct 01 18:17:07.511 INFO O| Oct 01 18:17:07.511 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-10-01T18:17:09.532Z[ recovery-image] Oct 01 18:17:07.532 INFO O| Oct 01 18:17:07.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55052024-10-01T18:17:09.532Z[ recovery-image] Oct 01 18:17:07.532 INFO O| Oct 01 18:17:07.532 INFO STEP 472 (remove_files) COMPLETE
55062024-10-01T18:17:09.535Z[ recovery-image] Oct 01 18:17:07.532 INFO O| Oct 01 18:17:07.532 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-10-01T18:17:09.552Z[ recovery-image] Oct 01 18:17:07.551 INFO O| Oct 01 18:17:07.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55082024-10-01T18:17:09.552Z[ recovery-image] Oct 01 18:17:07.551 INFO O| Oct 01 18:17:07.551 INFO STEP 473 (remove_files) COMPLETE
55092024-10-01T18:17:09.554Z[ recovery-image] Oct 01 18:17:07.551 INFO O| Oct 01 18:17:07.551 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-10-01T18:17:09.568Z[ recovery-image] Oct 01 18:17:07.567 INFO O| Oct 01 18:17:07.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55112024-10-01T18:17:09.572Z[ recovery-image] Oct 01 18:17:07.567 INFO O| Oct 01 18:17:07.567 INFO STEP 474 (remove_files) COMPLETE
55122024-10-01T18:17:09.573Z[ recovery-image] Oct 01 18:17:07.567 INFO O| Oct 01 18:17:07.567 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-10-01T18:17:09.585Z[ recovery-image] Oct 01 18:17:07.584 INFO O| Oct 01 18:17:07.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55142024-10-01T18:17:09.585Z[ recovery-image] Oct 01 18:17:07.585 INFO O| Oct 01 18:17:07.585 INFO STEP 475 (remove_files) COMPLETE
55152024-10-01T18:17:09.585Z[ recovery-image] Oct 01 18:17:07.585 INFO O| Oct 01 18:17:07.585 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-10-01T18:17:09.604Z[ recovery-image] Oct 01 18:17:07.603 INFO O| Oct 01 18:17:07.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55172024-10-01T18:17:09.604Z[ recovery-image] Oct 01 18:17:07.603 INFO O| Oct 01 18:17:07.603 INFO STEP 476 (remove_files) COMPLETE
55182024-10-01T18:17:09.606Z[ recovery-image] Oct 01 18:17:07.603 INFO O| Oct 01 18:17:07.603 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-10-01T18:17:09.639Z[ recovery-image] Oct 01 18:17:07.638 INFO O| Oct 01 18:17:07.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55202024-10-01T18:17:09.641Z[ recovery-image] Oct 01 18:17:07.639 INFO O| Oct 01 18:17:07.638 INFO STEP 477 (remove_files) COMPLETE
55212024-10-01T18:17:09.641Z[ recovery-image] Oct 01 18:17:07.639 INFO O| Oct 01 18:17:07.638 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-10-01T18:17:09.660Z[ recovery-image] Oct 01 18:17:07.660 INFO O| Oct 01 18:17:07.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55232024-10-01T18:17:09.660Z[ recovery-image] Oct 01 18:17:07.660 INFO O| Oct 01 18:17:07.660 INFO STEP 478 (remove_files) COMPLETE
55242024-10-01T18:17:09.663Z[ recovery-image] Oct 01 18:17:07.660 INFO O| Oct 01 18:17:07.660 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-10-01T18:17:09.677Z[ recovery-image] Oct 01 18:17:07.677 INFO O| Oct 01 18:17:07.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55262024-10-01T18:17:09.677Z[ recovery-image] Oct 01 18:17:07.677 INFO O| Oct 01 18:17:07.677 INFO STEP 479 (remove_files) COMPLETE
55272024-10-01T18:17:09.677Z[ recovery-image] Oct 01 18:17:07.677 INFO O| Oct 01 18:17:07.677 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-10-01T18:17:09.694Z[ recovery-image] Oct 01 18:17:07.693 INFO O| Oct 01 18:17:07.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55292024-10-01T18:17:09.694Z[ recovery-image] Oct 01 18:17:07.694 INFO O| Oct 01 18:17:07.694 INFO STEP 480 (remove_files) COMPLETE
55302024-10-01T18:17:09.694Z[ recovery-image] Oct 01 18:17:07.694 INFO O| Oct 01 18:17:07.694 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-10-01T18:17:09.709Z[ recovery-image] Oct 01 18:17:07.709 INFO O| Oct 01 18:17:07.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55322024-10-01T18:17:09.710Z[ recovery-image] Oct 01 18:17:07.709 INFO O| Oct 01 18:17:07.709 INFO STEP 481 (remove_files) COMPLETE
55332024-10-01T18:17:09.710Z[ recovery-image] Oct 01 18:17:07.709 INFO O| Oct 01 18:17:07.709 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-10-01T18:17:09.726Z[ recovery-image] Oct 01 18:17:07.725 INFO O| Oct 01 18:17:07.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
55352024-10-01T18:17:09.742Z[ recovery-image] Oct 01 18:17:07.741 INFO O| Oct 01 18:17:07.741 INFO STEP 482 (remove_files) COMPLETE
55362024-10-01T18:17:09.742Z[ recovery-image] Oct 01 18:17:07.741 INFO O| Oct 01 18:17:07.741 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-10-01T18:17:09.772Z[ recovery-image] Oct 01 18:17:07.771 INFO O| Oct 01 18:17:07.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
55382024-10-01T18:17:09.772Z[ recovery-image] Oct 01 18:17:07.771 INFO O| Oct 01 18:17:07.771 INFO STEP 483 (remove_files) COMPLETE
55392024-10-01T18:17:09.774Z[ recovery-image] Oct 01 18:17:07.772 INFO O| Oct 01 18:17:07.771 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-10-01T18:17:09.826Z[ recovery-image] Oct 01 18:17:07.826 INFO O| Oct 01 18:17:07.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
55412024-10-01T18:17:09.837Z[ recovery-image] Oct 01 18:17:07.836 INFO O| Oct 01 18:17:07.836 INFO STEP 484 (remove_files) COMPLETE
55422024-10-01T18:17:09.837Z[ recovery-image] Oct 01 18:17:07.836 INFO O| Oct 01 18:17:07.836 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-10-01T18:17:09.894Z[ recovery-image] Oct 01 18:17:07.893 INFO O| Oct 01 18:17:07.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
55442024-10-01T18:17:09.894Z[ recovery-image] Oct 01 18:17:07.893 INFO O| Oct 01 18:17:07.893 INFO STEP 485 (remove_files) COMPLETE
55452024-10-01T18:17:09.894Z[ recovery-image] Oct 01 18:17:07.893 INFO O| Oct 01 18:17:07.893 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-10-01T18:17:09.911Z[ recovery-image] Oct 01 18:17:07.911 INFO O| Oct 01 18:17:07.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
55472024-10-01T18:17:09.911Z[ recovery-image] Oct 01 18:17:07.911 INFO O| Oct 01 18:17:07.911 INFO STEP 486 (remove_files) COMPLETE
55482024-10-01T18:17:09.914Z[ recovery-image] Oct 01 18:17:07.911 INFO O| Oct 01 18:17:07.911 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-10-01T18:17:09.929Z[ recovery-image] Oct 01 18:17:07.928 INFO O| Oct 01 18:17:07.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
55502024-10-01T18:17:09.929Z[ recovery-image] Oct 01 18:17:07.928 INFO O| Oct 01 18:17:07.928 INFO STEP 487 (remove_files) COMPLETE
55512024-10-01T18:17:09.929Z[ recovery-image] Oct 01 18:17:07.928 INFO O| Oct 01 18:17:07.928 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-10-01T18:17:09.946Z[ recovery-image] Oct 01 18:17:07.946 INFO O| Oct 01 18:17:07.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
55532024-10-01T18:17:09.950Z[ recovery-image] Oct 01 18:17:07.946 INFO O| Oct 01 18:17:07.946 INFO STEP 488 (remove_files) COMPLETE
55542024-10-01T18:17:09.950Z[ recovery-image] Oct 01 18:17:07.946 INFO O| Oct 01 18:17:07.946 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-10-01T18:17:09.971Z[ recovery-image] Oct 01 18:17:07.970 INFO O| Oct 01 18:17:07.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
55562024-10-01T18:17:09.971Z[ recovery-image] Oct 01 18:17:07.970 INFO O| Oct 01 18:17:07.970 INFO STEP 489 (remove_files) COMPLETE
55572024-10-01T18:17:09.974Z[ recovery-image] Oct 01 18:17:07.970 INFO O| Oct 01 18:17:07.970 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-10-01T18:17:10.028Z[ recovery-image] Oct 01 18:17:08.027 INFO O| Oct 01 18:17:08.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
55592024-10-01T18:17:10.028Z[ recovery-image] Oct 01 18:17:08.028 INFO O| Oct 01 18:17:08.028 INFO STEP 490 (remove_files) COMPLETE
55602024-10-01T18:17:10.028Z[ recovery-image] Oct 01 18:17:08.028 INFO O| Oct 01 18:17:08.028 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-10-01T18:17:10.044Z[ recovery-image] Oct 01 18:17:08.043 INFO O| Oct 01 18:17:08.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
55622024-10-01T18:17:10.044Z[ recovery-image] Oct 01 18:17:08.044 INFO O| Oct 01 18:17:08.044 INFO STEP 491 (remove_files) COMPLETE
55632024-10-01T18:17:10.044Z[ recovery-image] Oct 01 18:17:08.044 INFO O| Oct 01 18:17:08.044 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-10-01T18:17:10.060Z[ recovery-image] Oct 01 18:17:08.060 INFO O| Oct 01 18:17:08.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
55652024-10-01T18:17:10.060Z[ recovery-image] Oct 01 18:17:08.060 INFO O| Oct 01 18:17:08.060 INFO STEP 492 (remove_files) COMPLETE
55662024-10-01T18:17:10.060Z[ recovery-image] Oct 01 18:17:08.060 INFO O| Oct 01 18:17:08.060 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-10-01T18:17:10.077Z[ recovery-image] Oct 01 18:17:08.077 INFO O| Oct 01 18:17:08.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
55682024-10-01T18:17:10.077Z[ recovery-image] Oct 01 18:17:08.077 INFO O| Oct 01 18:17:08.077 INFO STEP 493 (remove_files) COMPLETE
55692024-10-01T18:17:10.080Z[ recovery-image] Oct 01 18:17:08.077 INFO O| Oct 01 18:17:08.077 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-10-01T18:17:10.097Z[ recovery-image] Oct 01 18:17:08.095 INFO O| Oct 01 18:17:08.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
55712024-10-01T18:17:10.097Z[ recovery-image] Oct 01 18:17:08.095 INFO O| Oct 01 18:17:08.095 INFO STEP 494 (remove_files) COMPLETE
55722024-10-01T18:17:10.101Z[ recovery-image] Oct 01 18:17:08.095 INFO O| Oct 01 18:17:08.095 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-10-01T18:17:10.113Z[ recovery-image] Oct 01 18:17:08.113 INFO O| Oct 01 18:17:08.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
55742024-10-01T18:17:10.113Z[ recovery-image] Oct 01 18:17:08.113 INFO O| Oct 01 18:17:08.113 INFO STEP 495 (remove_files) COMPLETE
55752024-10-01T18:17:10.113Z[ recovery-image] Oct 01 18:17:08.113 INFO O| Oct 01 18:17:08.113 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-10-01T18:17:10.131Z[ recovery-image] Oct 01 18:17:08.130 INFO O| Oct 01 18:17:08.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
55772024-10-01T18:17:10.134Z[ recovery-image] Oct 01 18:17:08.131 INFO O| Oct 01 18:17:08.130 INFO STEP 496 (remove_files) COMPLETE
55782024-10-01T18:17:10.134Z[ recovery-image] Oct 01 18:17:08.131 INFO O| Oct 01 18:17:08.131 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-10-01T18:17:10.161Z[ recovery-image] Oct 01 18:17:08.158 INFO O| Oct 01 18:17:08.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
55802024-10-01T18:17:10.164Z[ recovery-image] Oct 01 18:17:08.159 INFO O| Oct 01 18:17:08.159 INFO STEP 497 (remove_files) COMPLETE
55812024-10-01T18:17:10.164Z[ recovery-image] Oct 01 18:17:08.159 INFO O| Oct 01 18:17:08.159 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-10-01T18:17:10.225Z[ recovery-image] Oct 01 18:17:08.217 INFO O| Oct 01 18:17:08.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55832024-10-01T18:17:10.228Z[ recovery-image] Oct 01 18:17:08.217 INFO O| Oct 01 18:17:08.217 INFO STEP 498 (remove_files) COMPLETE
55842024-10-01T18:17:10.228Z[ recovery-image] Oct 01 18:17:08.217 INFO O| Oct 01 18:17:08.217 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-10-01T18:17:10.235Z[ recovery-image] Oct 01 18:17:08.235 INFO O| Oct 01 18:17:08.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55862024-10-01T18:17:10.235Z[ recovery-image] Oct 01 18:17:08.235 INFO O| Oct 01 18:17:08.235 INFO STEP 499 (remove_files) COMPLETE
55872024-10-01T18:17:10.235Z[ recovery-image] Oct 01 18:17:08.235 INFO O| Oct 01 18:17:08.235 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-10-01T18:17:10.252Z[ recovery-image] Oct 01 18:17:08.252 INFO O| Oct 01 18:17:08.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55892024-10-01T18:17:10.252Z[ recovery-image] Oct 01 18:17:08.252 INFO O| Oct 01 18:17:08.252 INFO STEP 500 (remove_files) COMPLETE
55902024-10-01T18:17:10.255Z[ recovery-image] Oct 01 18:17:08.252 INFO O| Oct 01 18:17:08.252 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-10-01T18:17:10.269Z[ recovery-image] Oct 01 18:17:08.269 INFO O| Oct 01 18:17:08.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55922024-10-01T18:17:10.270Z[ recovery-image] Oct 01 18:17:08.269 INFO O| Oct 01 18:17:08.269 INFO STEP 501 (remove_files) COMPLETE
55932024-10-01T18:17:10.272Z[ recovery-image] Oct 01 18:17:08.269 INFO O| Oct 01 18:17:08.269 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-10-01T18:17:10.294Z[ recovery-image] Oct 01 18:17:08.287 INFO O| Oct 01 18:17:08.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55952024-10-01T18:17:10.294Z[ recovery-image] Oct 01 18:17:08.287 INFO O| Oct 01 18:17:08.287 INFO STEP 502 (remove_files) COMPLETE
55962024-10-01T18:17:10.297Z[ recovery-image] Oct 01 18:17:08.287 INFO O| Oct 01 18:17:08.287 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-10-01T18:17:10.305Z[ recovery-image] Oct 01 18:17:08.305 INFO O| Oct 01 18:17:08.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55982024-10-01T18:17:10.305Z[ recovery-image] Oct 01 18:17:08.305 INFO O| Oct 01 18:17:08.305 INFO STEP 503 (remove_files) COMPLETE
55992024-10-01T18:17:10.308Z[ recovery-image] Oct 01 18:17:08.305 INFO O| Oct 01 18:17:08.305 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-10-01T18:17:10.324Z[ recovery-image] Oct 01 18:17:08.322 INFO O| Oct 01 18:17:08.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56012024-10-01T18:17:10.324Z[ recovery-image] Oct 01 18:17:08.322 INFO O| Oct 01 18:17:08.322 INFO STEP 504 (remove_files) COMPLETE
56022024-10-01T18:17:10.324Z[ recovery-image] Oct 01 18:17:08.322 INFO O| Oct 01 18:17:08.322 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-10-01T18:17:10.359Z[ recovery-image] Oct 01 18:17:08.359 INFO O| Oct 01 18:17:08.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56042024-10-01T18:17:10.363Z[ recovery-image] Oct 01 18:17:08.359 INFO O| Oct 01 18:17:08.359 INFO STEP 505 (remove_files) COMPLETE
56052024-10-01T18:17:10.363Z[ recovery-image] Oct 01 18:17:08.359 INFO O| Oct 01 18:17:08.359 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-10-01T18:17:10.363Z[ host-image] Oct 01 18:17:08.360 INFO O| Oct 01 18:17:08.360 INFO O| Download: Completed 8.42 MB in 6.89 seconds (1.2M/s)
56072024-10-01T18:17:10.405Z[ recovery-image] Oct 01 18:17:08.404 INFO O| Oct 01 18:17:08.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56082024-10-01T18:17:10.409Z[ recovery-image] Oct 01 18:17:08.405 INFO O| Oct 01 18:17:08.405 INFO STEP 506 (remove_files) COMPLETE
56092024-10-01T18:17:10.409Z[ recovery-image] Oct 01 18:17:08.405 INFO O| Oct 01 18:17:08.405 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-10-01T18:17:10.424Z[ recovery-image] Oct 01 18:17:08.423 INFO O| Oct 01 18:17:08.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56112024-10-01T18:17:10.426Z[ recovery-image] Oct 01 18:17:08.423 INFO O| Oct 01 18:17:08.423 INFO STEP 507 (remove_files) COMPLETE
56122024-10-01T18:17:10.426Z[ recovery-image] Oct 01 18:17:08.423 INFO O| Oct 01 18:17:08.423 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-10-01T18:17:10.442Z[ recovery-image] Oct 01 18:17:08.441 INFO O| Oct 01 18:17:08.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56142024-10-01T18:17:10.442Z[ recovery-image] Oct 01 18:17:08.441 INFO O| Oct 01 18:17:08.441 INFO STEP 508 (remove_files) COMPLETE
56152024-10-01T18:17:10.445Z[ recovery-image] Oct 01 18:17:08.442 INFO O| Oct 01 18:17:08.441 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-10-01T18:17:10.457Z[ host-image] Oct 01 18:17:08.456 INFO O| Oct 01 18:17:08.456 INFO O| Actions: 1/1361 actions (Installing new actions)
56172024-10-01T18:17:10.460Z[ recovery-image] Oct 01 18:17:08.460 INFO O| Oct 01 18:17:08.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56182024-10-01T18:17:10.484Z[ recovery-image] Oct 01 18:17:08.484 INFO O| Oct 01 18:17:08.484 INFO STEP 509 (remove_files) COMPLETE
56192024-10-01T18:17:10.484Z[ recovery-image] Oct 01 18:17:08.484 INFO O| Oct 01 18:17:08.484 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-10-01T18:17:10.504Z[ recovery-image] Oct 01 18:17:08.504 INFO O| Oct 01 18:17:08.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56212024-10-01T18:17:10.504Z[ recovery-image] Oct 01 18:17:08.504 INFO O| Oct 01 18:17:08.504 INFO STEP 510 (remove_files) COMPLETE
56222024-10-01T18:17:10.507Z[ recovery-image] Oct 01 18:17:08.504 INFO O| Oct 01 18:17:08.504 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-10-01T18:17:10.522Z[ recovery-image] Oct 01 18:17:08.521 INFO O| Oct 01 18:17:08.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56242024-10-01T18:17:10.525Z[ recovery-image] Oct 01 18:17:08.522 INFO O| Oct 01 18:17:08.522 INFO STEP 511 (remove_files) COMPLETE
56252024-10-01T18:17:10.525Z[ recovery-image] Oct 01 18:17:08.522 INFO O| Oct 01 18:17:08.522 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-10-01T18:17:10.561Z[ recovery-image] Oct 01 18:17:08.558 INFO O| Oct 01 18:17:08.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56272024-10-01T18:17:10.561Z[ recovery-image] Oct 01 18:17:08.559 INFO O| Oct 01 18:17:08.559 INFO STEP 512 (remove_files) COMPLETE
56282024-10-01T18:17:10.561Z[ recovery-image] Oct 01 18:17:08.559 INFO O| Oct 01 18:17:08.559 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-10-01T18:17:10.579Z[ recovery-image] Oct 01 18:17:08.577 INFO O| Oct 01 18:17:08.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56302024-10-01T18:17:10.579Z[ recovery-image] Oct 01 18:17:08.577 INFO O| Oct 01 18:17:08.577 INFO STEP 513 (remove_files) COMPLETE
56312024-10-01T18:17:10.579Z[ recovery-image] Oct 01 18:17:08.577 INFO O| Oct 01 18:17:08.577 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-10-01T18:17:10.620Z[ recovery-image] Oct 01 18:17:08.620 INFO O| Oct 01 18:17:08.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
56332024-10-01T18:17:10.620Z[ recovery-image] Oct 01 18:17:08.620 INFO O| Oct 01 18:17:08.620 INFO STEP 514 (remove_files) COMPLETE
56342024-10-01T18:17:10.621Z[ recovery-image] Oct 01 18:17:08.620 INFO O| Oct 01 18:17:08.620 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-10-01T18:17:10.640Z[ recovery-image] Oct 01 18:17:08.639 INFO O| Oct 01 18:17:08.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
56362024-10-01T18:17:10.640Z[ recovery-image] Oct 01 18:17:08.639 INFO O| Oct 01 18:17:08.639 INFO STEP 515 (remove_files) COMPLETE
56372024-10-01T18:17:10.643Z[ recovery-image] Oct 01 18:17:08.639 INFO O| Oct 01 18:17:08.639 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-10-01T18:17:10.668Z[ recovery-image] Oct 01 18:17:08.667 INFO O| Oct 01 18:17:08.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
56392024-10-01T18:17:10.670Z[ recovery-image] Oct 01 18:17:08.667 INFO O| Oct 01 18:17:08.667 INFO STEP 516 (remove_files) COMPLETE
56402024-10-01T18:17:10.670Z[ recovery-image] Oct 01 18:17:08.667 INFO O| Oct 01 18:17:08.667 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-10-01T18:17:10.697Z[ recovery-image] Oct 01 18:17:08.695 INFO O| Oct 01 18:17:08.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
56422024-10-01T18:17:10.697Z[ recovery-image] Oct 01 18:17:08.695 INFO O| Oct 01 18:17:08.695 INFO STEP 517 (remove_files) COMPLETE
56432024-10-01T18:17:10.697Z[ recovery-image] Oct 01 18:17:08.695 INFO O| Oct 01 18:17:08.695 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-10-01T18:17:10.728Z[ recovery-image] Oct 01 18:17:08.727 INFO O| Oct 01 18:17:08.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
56452024-10-01T18:17:10.728Z[ recovery-image] Oct 01 18:17:08.727 INFO O| Oct 01 18:17:08.727 INFO STEP 518 (remove_files) COMPLETE
56462024-10-01T18:17:10.728Z[ recovery-image] Oct 01 18:17:08.727 INFO O| Oct 01 18:17:08.727 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-10-01T18:17:10.748Z[ recovery-image] Oct 01 18:17:08.746 INFO O| Oct 01 18:17:08.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
56482024-10-01T18:17:10.748Z[ recovery-image] Oct 01 18:17:08.746 INFO O| Oct 01 18:17:08.746 INFO STEP 519 (remove_files) COMPLETE
56492024-10-01T18:17:10.748Z[ recovery-image] Oct 01 18:17:08.746 INFO O| Oct 01 18:17:08.746 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-10-01T18:17:10.784Z[ recovery-image] Oct 01 18:17:08.783 INFO O| Oct 01 18:17:08.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
56512024-10-01T18:17:10.787Z[ recovery-image] Oct 01 18:17:08.784 INFO O| Oct 01 18:17:08.783 INFO STEP 520 (remove_files) COMPLETE
56522024-10-01T18:17:10.787Z[ recovery-image] Oct 01 18:17:08.784 INFO O| Oct 01 18:17:08.784 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-10-01T18:17:10.804Z[ recovery-image] Oct 01 18:17:08.803 INFO O| Oct 01 18:17:08.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
56542024-10-01T18:17:10.806Z[ recovery-image] Oct 01 18:17:08.803 INFO O| Oct 01 18:17:08.803 INFO STEP 521 (remove_files) COMPLETE
56552024-10-01T18:17:10.806Z[ recovery-image] Oct 01 18:17:08.803 INFO O| Oct 01 18:17:08.803 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-10-01T18:17:10.826Z[ recovery-image] Oct 01 18:17:08.824 INFO O| Oct 01 18:17:08.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
56572024-10-01T18:17:10.826Z[ recovery-image] Oct 01 18:17:08.824 INFO O| Oct 01 18:17:08.824 INFO STEP 522 (remove_files) COMPLETE
56582024-10-01T18:17:10.826Z[ recovery-image] Oct 01 18:17:08.824 INFO O| Oct 01 18:17:08.824 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-10-01T18:17:10.909Z[ recovery-image] Oct 01 18:17:08.908 INFO O| Oct 01 18:17:08.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
56602024-10-01T18:17:10.909Z[ recovery-image] Oct 01 18:17:08.908 INFO O| Oct 01 18:17:08.908 INFO STEP 523 (remove_files) COMPLETE
56612024-10-01T18:17:10.909Z[ recovery-image] Oct 01 18:17:08.908 INFO O| Oct 01 18:17:08.908 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-10-01T18:17:10.963Z[ recovery-image] Oct 01 18:17:08.962 INFO O| Oct 01 18:17:08.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
56632024-10-01T18:17:10.966Z[ recovery-image] Oct 01 18:17:08.962 INFO O| Oct 01 18:17:08.962 INFO STEP 524 (remove_files) COMPLETE
56642024-10-01T18:17:10.966Z[ recovery-image] Oct 01 18:17:08.962 INFO O| Oct 01 18:17:08.962 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-10-01T18:17:11.087Z[ recovery-image] Oct 01 18:17:09.086 INFO O| Oct 01 18:17:09.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
56662024-10-01T18:17:11.087Z[ recovery-image] Oct 01 18:17:09.086 INFO O| Oct 01 18:17:09.086 INFO STEP 525 (remove_files) COMPLETE
56672024-10-01T18:17:11.087Z[ recovery-image] Oct 01 18:17:09.086 INFO O| Oct 01 18:17:09.086 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-10-01T18:17:11.125Z[ recovery-image] Oct 01 18:17:09.124 INFO O| Oct 01 18:17:09.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
56692024-10-01T18:17:11.128Z[ recovery-image] Oct 01 18:17:09.125 INFO O| Oct 01 18:17:09.125 INFO STEP 526 (remove_files) COMPLETE
56702024-10-01T18:17:11.128Z[ recovery-image] Oct 01 18:17:09.125 INFO O| Oct 01 18:17:09.125 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-10-01T18:17:11.144Z[ recovery-image] Oct 01 18:17:09.143 INFO O| Oct 01 18:17:09.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
56722024-10-01T18:17:11.144Z[ recovery-image] Oct 01 18:17:09.143 INFO O| Oct 01 18:17:09.143 INFO STEP 527 (remove_files) COMPLETE
56732024-10-01T18:17:11.144Z[ recovery-image] Oct 01 18:17:09.143 INFO O| Oct 01 18:17:09.143 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-10-01T18:17:11.220Z[ recovery-image] Oct 01 18:17:09.218 INFO O| Oct 01 18:17:09.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
56752024-10-01T18:17:11.220Z[ recovery-image] Oct 01 18:17:09.218 INFO O| Oct 01 18:17:09.218 INFO STEP 528 (remove_files) COMPLETE
56762024-10-01T18:17:11.220Z[ recovery-image] Oct 01 18:17:09.218 INFO O| Oct 01 18:17:09.218 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-10-01T18:17:11.239Z[ recovery-image] Oct 01 18:17:09.239 INFO O| Oct 01 18:17:09.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
56782024-10-01T18:17:11.239Z[ recovery-image] Oct 01 18:17:09.239 INFO O| Oct 01 18:17:09.239 INFO STEP 529 (remove_files) COMPLETE
56792024-10-01T18:17:11.239Z[ recovery-image] Oct 01 18:17:09.239 INFO O| Oct 01 18:17:09.239 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-10-01T18:17:11.259Z[ recovery-image] Oct 01 18:17:09.257 INFO O| Oct 01 18:17:09.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56812024-10-01T18:17:11.259Z[ recovery-image] Oct 01 18:17:09.257 INFO O| Oct 01 18:17:09.257 INFO STEP 530 (remove_files) COMPLETE
56822024-10-01T18:17:11.259Z[ recovery-image] Oct 01 18:17:09.258 INFO O| Oct 01 18:17:09.257 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-10-01T18:17:11.277Z[ recovery-image] Oct 01 18:17:09.276 INFO O| Oct 01 18:17:09.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56842024-10-01T18:17:11.277Z[ recovery-image] Oct 01 18:17:09.276 INFO O| Oct 01 18:17:09.276 INFO STEP 531 (remove_files) COMPLETE
56852024-10-01T18:17:11.277Z[ recovery-image] Oct 01 18:17:09.276 INFO O| Oct 01 18:17:09.276 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-10-01T18:17:11.287Z[ host-image] Oct 01 18:17:09.286 INFO O| Oct 01 18:17:09.286 INFO O| Actions: Completed 1361 actions in 0.83 seconds.
56872024-10-01T18:17:11.297Z[ recovery-image] Oct 01 18:17:09.293 INFO O| Oct 01 18:17:09.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56882024-10-01T18:17:11.297Z[ recovery-image] Oct 01 18:17:09.294 INFO O| Oct 01 18:17:09.294 INFO STEP 532 (remove_files) COMPLETE
56892024-10-01T18:17:11.297Z[ recovery-image] Oct 01 18:17:09.294 INFO O| Oct 01 18:17:09.294 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-10-01T18:17:11.312Z[ recovery-image] Oct 01 18:17:09.312 INFO O| Oct 01 18:17:09.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56912024-10-01T18:17:11.317Z[ recovery-image] Oct 01 18:17:09.312 INFO O| Oct 01 18:17:09.312 INFO STEP 533 (remove_files) COMPLETE
56922024-10-01T18:17:11.317Z[ recovery-image] Oct 01 18:17:09.312 INFO O| Oct 01 18:17:09.312 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-10-01T18:17:11.349Z[ recovery-image] Oct 01 18:17:09.348 INFO O| Oct 01 18:17:09.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56942024-10-01T18:17:11.351Z[ recovery-image] Oct 01 18:17:09.348 INFO O| Oct 01 18:17:09.348 INFO STEP 534 (remove_files) COMPLETE
56952024-10-01T18:17:11.351Z[ recovery-image] Oct 01 18:17:09.348 INFO O| Oct 01 18:17:09.348 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-10-01T18:17:11.367Z[ recovery-image] Oct 01 18:17:09.366 INFO O| Oct 01 18:17:09.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56972024-10-01T18:17:11.367Z[ recovery-image] Oct 01 18:17:09.366 INFO O| Oct 01 18:17:09.366 INFO STEP 535 (remove_files) COMPLETE
56982024-10-01T18:17:11.367Z[ recovery-image] Oct 01 18:17:09.366 INFO O| Oct 01 18:17:09.366 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-10-01T18:17:11.393Z[ recovery-image] Oct 01 18:17:09.392 INFO O| Oct 01 18:17:09.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57002024-10-01T18:17:11.396Z[ recovery-image] Oct 01 18:17:09.392 INFO O| Oct 01 18:17:09.392 INFO STEP 536 (remove_files) COMPLETE
57012024-10-01T18:17:11.396Z[ recovery-image] Oct 01 18:17:09.392 INFO O| Oct 01 18:17:09.392 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-10-01T18:17:11.424Z[ recovery-image] Oct 01 18:17:09.423 INFO O| Oct 01 18:17:09.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57032024-10-01T18:17:11.424Z[ recovery-image] Oct 01 18:17:09.423 INFO O| Oct 01 18:17:09.423 INFO STEP 537 (remove_files) COMPLETE
57042024-10-01T18:17:11.424Z[ recovery-image] Oct 01 18:17:09.423 INFO O| Oct 01 18:17:09.423 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-10-01T18:17:11.531Z[ recovery-image] Oct 01 18:17:09.530 INFO O| Oct 01 18:17:09.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57062024-10-01T18:17:11.533Z[ recovery-image] Oct 01 18:17:09.530 INFO O| Oct 01 18:17:09.530 INFO STEP 538 (remove_files) COMPLETE
57072024-10-01T18:17:11.533Z[ recovery-image] Oct 01 18:17:09.530 INFO O| Oct 01 18:17:09.530 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-10-01T18:17:11.553Z[ recovery-image] Oct 01 18:17:09.552 INFO O| Oct 01 18:17:09.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57092024-10-01T18:17:11.555Z[ recovery-image] Oct 01 18:17:09.552 INFO O| Oct 01 18:17:09.552 INFO STEP 539 (remove_files) COMPLETE
57102024-10-01T18:17:11.555Z[ recovery-image] Oct 01 18:17:09.552 INFO O| Oct 01 18:17:09.552 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-10-01T18:17:11.574Z[ recovery-image] Oct 01 18:17:09.573 INFO O| Oct 01 18:17:09.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57122024-10-01T18:17:11.577Z[ recovery-image] Oct 01 18:17:09.573 INFO O| Oct 01 18:17:09.573 INFO STEP 540 (remove_files) COMPLETE
57132024-10-01T18:17:11.577Z[ recovery-image] Oct 01 18:17:09.574 INFO O| Oct 01 18:17:09.574 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-10-01T18:17:11.616Z[ recovery-image] Oct 01 18:17:09.615 INFO O| Oct 01 18:17:09.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57152024-10-01T18:17:11.616Z[ recovery-image] Oct 01 18:17:09.616 INFO O| Oct 01 18:17:09.616 INFO STEP 541 (remove_files) COMPLETE
57162024-10-01T18:17:11.616Z[ recovery-image] Oct 01 18:17:09.616 INFO O| Oct 01 18:17:09.616 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-10-01T18:17:11.659Z[ recovery-image] Oct 01 18:17:09.658 INFO O| Oct 01 18:17:09.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57182024-10-01T18:17:11.659Z[ recovery-image] Oct 01 18:17:09.658 INFO O| Oct 01 18:17:09.658 INFO STEP 542 (remove_files) COMPLETE
57192024-10-01T18:17:11.659Z[ recovery-image] Oct 01 18:17:09.658 INFO O| Oct 01 18:17:09.658 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-10-01T18:17:11.678Z[ recovery-image] Oct 01 18:17:09.677 INFO O| Oct 01 18:17:09.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57212024-10-01T18:17:11.678Z[ recovery-image] Oct 01 18:17:09.677 INFO O| Oct 01 18:17:09.677 INFO STEP 543 (remove_files) COMPLETE
57222024-10-01T18:17:11.678Z[ recovery-image] Oct 01 18:17:09.677 INFO O| Oct 01 18:17:09.677 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-10-01T18:17:11.695Z[ recovery-image] Oct 01 18:17:09.694 INFO O| Oct 01 18:17:09.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57242024-10-01T18:17:11.715Z[ recovery-image] Oct 01 18:17:09.714 INFO O| Oct 01 18:17:09.714 INFO STEP 544 (remove_files) COMPLETE
57252024-10-01T18:17:11.715Z[ recovery-image] Oct 01 18:17:09.714 INFO O| Oct 01 18:17:09.714 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-10-01T18:17:11.733Z[ recovery-image] Oct 01 18:17:09.732 INFO O| Oct 01 18:17:09.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57272024-10-01T18:17:11.733Z[ recovery-image] Oct 01 18:17:09.732 INFO O| Oct 01 18:17:09.732 INFO STEP 545 (remove_files) COMPLETE
57282024-10-01T18:17:11.733Z[ recovery-image] Oct 01 18:17:09.732 INFO O| Oct 01 18:17:09.732 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-10-01T18:17:11.762Z[ host-image] Oct 01 18:17:09.757 INFO O| Oct 01 18:17:09.757 INFO O| Done
57302024-10-01T18:17:11.762Z[ host-image] Oct 01 18:17:09.758 INFO O| Oct 01 18:17:09.757 INFO O| Done
57312024-10-01T18:17:11.765Z[ recovery-image] Oct 01 18:17:09.758 INFO O| Oct 01 18:17:09.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57322024-10-01T18:17:11.765Z[ recovery-image] Oct 01 18:17:09.759 INFO O| Oct 01 18:17:09.759 INFO STEP 546 (remove_files) COMPLETE
57332024-10-01T18:17:11.765Z[ recovery-image] Oct 01 18:17:09.759 INFO O| Oct 01 18:17:09.759 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-10-01T18:17:11.780Z[ recovery-image] Oct 01 18:17:09.778 INFO O| Oct 01 18:17:09.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
57352024-10-01T18:17:11.780Z[ recovery-image] Oct 01 18:17:09.778 INFO O| Oct 01 18:17:09.778 INFO STEP 547 (remove_files) COMPLETE
57362024-10-01T18:17:11.780Z[ recovery-image] Oct 01 18:17:09.778 INFO O| Oct 01 18:17:09.778 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-10-01T18:17:11.810Z[ recovery-image] Oct 01 18:17:09.809 INFO O| Oct 01 18:17:09.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
57382024-10-01T18:17:11.813Z[ recovery-image] Oct 01 18:17:09.810 INFO O| Oct 01 18:17:09.809 INFO STEP 548 (remove_files) COMPLETE
57392024-10-01T18:17:11.813Z[ recovery-image] Oct 01 18:17:09.810 INFO O| Oct 01 18:17:09.809 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-10-01T18:17:11.829Z[ recovery-image] Oct 01 18:17:09.828 INFO O| Oct 01 18:17:09.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
57412024-10-01T18:17:11.829Z[ recovery-image] Oct 01 18:17:09.828 INFO O| Oct 01 18:17:09.828 INFO STEP 549 (remove_files) COMPLETE
57422024-10-01T18:17:11.829Z[ recovery-image] Oct 01 18:17:09.828 INFO O| Oct 01 18:17:09.828 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-10-01T18:17:11.845Z[ recovery-image] Oct 01 18:17:09.844 INFO O| Oct 01 18:17:09.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
57442024-10-01T18:17:11.845Z[ recovery-image] Oct 01 18:17:09.844 INFO O| Oct 01 18:17:09.844 INFO STEP 550 (remove_files) COMPLETE
57452024-10-01T18:17:11.845Z[ recovery-image] Oct 01 18:17:09.844 INFO O| Oct 01 18:17:09.844 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-10-01T18:17:11.861Z[ recovery-image] Oct 01 18:17:09.860 INFO O| Oct 01 18:17:09.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
57472024-10-01T18:17:11.861Z[ recovery-image] Oct 01 18:17:09.860 INFO O| Oct 01 18:17:09.860 INFO STEP 551 (remove_files) COMPLETE
57482024-10-01T18:17:11.863Z[ recovery-image] Oct 01 18:17:09.860 INFO O| Oct 01 18:17:09.860 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-10-01T18:17:11.878Z[ recovery-image] Oct 01 18:17:09.876 INFO O| Oct 01 18:17:09.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
57502024-10-01T18:17:11.878Z[ recovery-image] Oct 01 18:17:09.876 INFO O| Oct 01 18:17:09.876 INFO STEP 552 (remove_files) COMPLETE
57512024-10-01T18:17:11.878Z[ recovery-image] Oct 01 18:17:09.876 INFO O| Oct 01 18:17:09.876 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-10-01T18:17:11.894Z[ recovery-image] Oct 01 18:17:09.893 INFO O| Oct 01 18:17:09.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
57532024-10-01T18:17:11.894Z[ recovery-image] Oct 01 18:17:09.893 INFO O| Oct 01 18:17:09.893 INFO STEP 553 (remove_files) COMPLETE
57542024-10-01T18:17:11.896Z[ recovery-image] Oct 01 18:17:09.893 INFO O| Oct 01 18:17:09.893 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-10-01T18:17:11.913Z[ recovery-image] Oct 01 18:17:09.912 INFO O| Oct 01 18:17:09.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
57562024-10-01T18:17:11.934Z[ recovery-image] Oct 01 18:17:09.934 INFO O| Oct 01 18:17:09.934 INFO STEP 554 (remove_files) COMPLETE
57572024-10-01T18:17:11.934Z[ recovery-image] Oct 01 18:17:09.934 INFO O| Oct 01 18:17:09.934 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-10-01T18:17:11.984Z[ recovery-image] Oct 01 18:17:09.983 INFO O| Oct 01 18:17:09.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
57592024-10-01T18:17:11.984Z[ recovery-image] Oct 01 18:17:09.983 INFO O| Oct 01 18:17:09.983 INFO STEP 555 (remove_files) COMPLETE
57602024-10-01T18:17:11.988Z[ recovery-image] Oct 01 18:17:09.983 INFO O| Oct 01 18:17:09.983 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-10-01T18:17:12.023Z[ recovery-image] Oct 01 18:17:10.022 INFO O| Oct 01 18:17:10.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
57622024-10-01T18:17:12.047Z[ recovery-image] Oct 01 18:17:10.046 INFO O| Oct 01 18:17:10.046 INFO STEP 556 (remove_files) COMPLETE
57632024-10-01T18:17:12.047Z[ recovery-image] Oct 01 18:17:10.046 INFO O| Oct 01 18:17:10.046 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-10-01T18:17:12.083Z[ recovery-image] Oct 01 18:17:10.082 INFO O| Oct 01 18:17:10.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
57652024-10-01T18:17:12.083Z[ recovery-image] Oct 01 18:17:10.082 INFO O| Oct 01 18:17:10.082 INFO STEP 557 (remove_files) COMPLETE
57662024-10-01T18:17:12.083Z[ recovery-image] Oct 01 18:17:10.082 INFO O| Oct 01 18:17:10.082 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-10-01T18:17:12.120Z[ recovery-image] Oct 01 18:17:10.119 INFO O| Oct 01 18:17:10.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
57682024-10-01T18:17:12.120Z[ recovery-image] Oct 01 18:17:10.119 INFO O| Oct 01 18:17:10.119 INFO STEP 558 (remove_files) COMPLETE
57692024-10-01T18:17:12.120Z[ recovery-image] Oct 01 18:17:10.119 INFO O| Oct 01 18:17:10.119 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-10-01T18:17:12.138Z[ recovery-image] Oct 01 18:17:10.137 INFO O| Oct 01 18:17:10.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
57712024-10-01T18:17:12.138Z[ recovery-image] Oct 01 18:17:10.137 INFO O| Oct 01 18:17:10.137 INFO STEP 559 (remove_files) COMPLETE
57722024-10-01T18:17:12.138Z[ recovery-image] Oct 01 18:17:10.137 INFO O| Oct 01 18:17:10.137 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-10-01T18:17:12.191Z[ recovery-image] Oct 01 18:17:10.190 INFO O| Oct 01 18:17:10.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
57742024-10-01T18:17:12.191Z[ recovery-image] Oct 01 18:17:10.190 INFO O| Oct 01 18:17:10.190 INFO STEP 560 (remove_files) COMPLETE
57752024-10-01T18:17:12.194Z[ recovery-image] Oct 01 18:17:10.190 INFO O| Oct 01 18:17:10.190 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-10-01T18:17:12.212Z[ recovery-image] Oct 01 18:17:10.211 INFO O| Oct 01 18:17:10.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
57772024-10-01T18:17:12.212Z[ recovery-image] Oct 01 18:17:10.212 INFO O| Oct 01 18:17:10.211 INFO STEP 561 (remove_files) COMPLETE
57782024-10-01T18:17:12.215Z[ recovery-image] Oct 01 18:17:10.212 INFO O| Oct 01 18:17:10.211 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-10-01T18:17:12.240Z[ recovery-image] Oct 01 18:17:10.239 INFO O| Oct 01 18:17:10.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
57802024-10-01T18:17:12.243Z[ recovery-image] Oct 01 18:17:10.240 INFO O| Oct 01 18:17:10.240 INFO STEP 562 (remove_files) COMPLETE
57812024-10-01T18:17:12.243Z[ recovery-image] Oct 01 18:17:10.240 INFO O| Oct 01 18:17:10.240 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-10-01T18:17:12.259Z[ recovery-image] Oct 01 18:17:10.258 INFO O| Oct 01 18:17:10.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
57832024-10-01T18:17:12.261Z[ recovery-image] Oct 01 18:17:10.258 INFO O| Oct 01 18:17:10.258 INFO STEP 563 (remove_files) COMPLETE
57842024-10-01T18:17:12.261Z[ recovery-image] Oct 01 18:17:10.259 INFO O| Oct 01 18:17:10.259 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-10-01T18:17:12.288Z[ recovery-image] Oct 01 18:17:10.285 INFO O| Oct 01 18:17:10.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57862024-10-01T18:17:12.292Z[ recovery-image] Oct 01 18:17:10.286 INFO O| Oct 01 18:17:10.285 INFO STEP 564 (remove_files) COMPLETE
57872024-10-01T18:17:12.292Z[ recovery-image] Oct 01 18:17:10.286 INFO O| Oct 01 18:17:10.285 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-10-01T18:17:12.306Z[ recovery-image] Oct 01 18:17:10.305 INFO O| Oct 01 18:17:10.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57892024-10-01T18:17:12.307Z[ recovery-image] Oct 01 18:17:10.305 INFO O| Oct 01 18:17:10.305 INFO STEP 565 (remove_files) COMPLETE
57902024-10-01T18:17:12.307Z[ recovery-image] Oct 01 18:17:10.305 INFO O| Oct 01 18:17:10.305 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-10-01T18:17:12.380Z[ recovery-image] Oct 01 18:17:10.376 INFO O| Oct 01 18:17:10.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57922024-10-01T18:17:12.380Z[ recovery-image] Oct 01 18:17:10.376 INFO O| Oct 01 18:17:10.376 INFO STEP 566 (remove_files) COMPLETE
57932024-10-01T18:17:12.380Z[ recovery-image] Oct 01 18:17:10.376 INFO O| Oct 01 18:17:10.376 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-10-01T18:17:12.445Z[ recovery-image] Oct 01 18:17:10.443 INFO O| Oct 01 18:17:10.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57952024-10-01T18:17:12.450Z[ recovery-image] Oct 01 18:17:10.443 INFO O| Oct 01 18:17:10.443 INFO STEP 567 (remove_files) COMPLETE
57962024-10-01T18:17:12.450Z[ recovery-image] Oct 01 18:17:10.444 INFO O| Oct 01 18:17:10.444 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-10-01T18:17:12.465Z[ recovery-image] Oct 01 18:17:10.464 INFO O| Oct 01 18:17:10.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57982024-10-01T18:17:12.465Z[ recovery-image] Oct 01 18:17:10.464 INFO O| Oct 01 18:17:10.464 INFO STEP 568 (remove_files) COMPLETE
57992024-10-01T18:17:12.467Z[ recovery-image] Oct 01 18:17:10.464 INFO O| Oct 01 18:17:10.464 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-10-01T18:17:12.485Z[ recovery-image] Oct 01 18:17:10.484 INFO O| Oct 01 18:17:10.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58012024-10-01T18:17:12.485Z[ recovery-image] Oct 01 18:17:10.484 INFO O| Oct 01 18:17:10.484 INFO STEP 569 (remove_files) COMPLETE
58022024-10-01T18:17:12.488Z[ recovery-image] Oct 01 18:17:10.484 INFO O| Oct 01 18:17:10.484 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-10-01T18:17:12.521Z[ recovery-image] Oct 01 18:17:10.520 INFO O| Oct 01 18:17:10.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58042024-10-01T18:17:12.521Z[ recovery-image] Oct 01 18:17:10.520 INFO O| Oct 01 18:17:10.520 INFO STEP 570 (remove_files) COMPLETE
58052024-10-01T18:17:12.521Z[ recovery-image] Oct 01 18:17:10.520 INFO O| Oct 01 18:17:10.520 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-10-01T18:17:12.563Z[ recovery-image] Oct 01 18:17:10.561 INFO O| Oct 01 18:17:10.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58072024-10-01T18:17:12.563Z[ recovery-image] Oct 01 18:17:10.561 INFO O| Oct 01 18:17:10.561 INFO STEP 571 (remove_files) COMPLETE
58082024-10-01T18:17:12.563Z[ recovery-image] Oct 01 18:17:10.561 INFO O| Oct 01 18:17:10.561 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-10-01T18:17:12.580Z[ recovery-image] Oct 01 18:17:10.580 INFO O| Oct 01 18:17:10.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58102024-10-01T18:17:12.581Z[ recovery-image] Oct 01 18:17:10.580 INFO O| Oct 01 18:17:10.580 INFO STEP 572 (remove_files) COMPLETE
58112024-10-01T18:17:12.584Z[ recovery-image] Oct 01 18:17:10.580 INFO O| Oct 01 18:17:10.580 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-10-01T18:17:12.597Z[ recovery-image] Oct 01 18:17:10.596 INFO O| Oct 01 18:17:10.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58132024-10-01T18:17:12.597Z[ recovery-image] Oct 01 18:17:10.596 INFO O| Oct 01 18:17:10.596 INFO STEP 573 (remove_files) COMPLETE
58142024-10-01T18:17:12.597Z[ recovery-image] Oct 01 18:17:10.596 INFO O| Oct 01 18:17:10.596 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-10-01T18:17:12.619Z[ recovery-image] Oct 01 18:17:10.617 INFO O| Oct 01 18:17:10.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58162024-10-01T18:17:12.620Z[ recovery-image] Oct 01 18:17:10.617 INFO O| Oct 01 18:17:10.617 INFO STEP 574 (remove_files) COMPLETE
58172024-10-01T18:17:12.620Z[ recovery-image] Oct 01 18:17:10.617 INFO O| Oct 01 18:17:10.617 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-10-01T18:17:12.639Z[ recovery-image] Oct 01 18:17:10.637 INFO O| Oct 01 18:17:10.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58192024-10-01T18:17:12.639Z[ recovery-image] Oct 01 18:17:10.637 INFO O| Oct 01 18:17:10.637 INFO STEP 575 (remove_files) COMPLETE
58202024-10-01T18:17:12.639Z[ recovery-image] Oct 01 18:17:10.637 INFO O| Oct 01 18:17:10.637 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-10-01T18:17:12.664Z[ recovery-image] Oct 01 18:17:10.662 INFO O| Oct 01 18:17:10.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58222024-10-01T18:17:12.665Z[ recovery-image] Oct 01 18:17:10.662 INFO O| Oct 01 18:17:10.662 INFO STEP 576 (remove_files) COMPLETE
58232024-10-01T18:17:12.665Z[ recovery-image] Oct 01 18:17:10.662 INFO O| Oct 01 18:17:10.662 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-10-01T18:17:12.687Z[ recovery-image] Oct 01 18:17:10.685 INFO O| Oct 01 18:17:10.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58252024-10-01T18:17:12.688Z[ recovery-image] Oct 01 18:17:10.685 INFO O| Oct 01 18:17:10.685 INFO STEP 577 (remove_files) COMPLETE
58262024-10-01T18:17:12.694Z[ recovery-image] Oct 01 18:17:10.685 INFO O| Oct 01 18:17:10.685 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-10-01T18:17:12.710Z[ recovery-image] Oct 01 18:17:10.705 INFO O| Oct 01 18:17:10.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58282024-10-01T18:17:12.711Z[ recovery-image] Oct 01 18:17:10.705 INFO O| Oct 01 18:17:10.705 INFO STEP 578 (remove_files) COMPLETE
58292024-10-01T18:17:12.716Z[ recovery-image] Oct 01 18:17:10.705 INFO O| Oct 01 18:17:10.705 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-10-01T18:17:12.727Z[ recovery-image] Oct 01 18:17:10.724 INFO O| Oct 01 18:17:10.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58312024-10-01T18:17:12.727Z[ recovery-image] Oct 01 18:17:10.724 INFO O| Oct 01 18:17:10.724 INFO STEP 579 (remove_files) COMPLETE
58322024-10-01T18:17:12.727Z[ recovery-image] Oct 01 18:17:10.724 INFO O| Oct 01 18:17:10.724 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-10-01T18:17:12.744Z[ recovery-image] Oct 01 18:17:10.743 INFO O| Oct 01 18:17:10.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
58342024-10-01T18:17:12.744Z[ recovery-image] Oct 01 18:17:10.743 INFO O| Oct 01 18:17:10.743 INFO STEP 580 (remove_files) COMPLETE
58352024-10-01T18:17:12.744Z[ recovery-image] Oct 01 18:17:10.743 INFO O| Oct 01 18:17:10.743 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-10-01T18:17:12.770Z[ recovery-image] Oct 01 18:17:10.769 INFO O| Oct 01 18:17:10.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
58372024-10-01T18:17:12.773Z[ recovery-image] Oct 01 18:17:10.769 INFO O| Oct 01 18:17:10.769 INFO STEP 581 (remove_files) COMPLETE
58382024-10-01T18:17:12.773Z[ recovery-image] Oct 01 18:17:10.770 INFO O| Oct 01 18:17:10.770 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-10-01T18:17:12.791Z[ recovery-image] Oct 01 18:17:10.790 INFO O| Oct 01 18:17:10.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
58402024-10-01T18:17:12.795Z[ recovery-image] Oct 01 18:17:10.790 INFO O| Oct 01 18:17:10.790 INFO STEP 582 (remove_files) COMPLETE
58412024-10-01T18:17:12.795Z[ recovery-image] Oct 01 18:17:10.790 INFO O| Oct 01 18:17:10.790 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-10-01T18:17:12.799Z[ host-image] Oct 01 18:17:10.794 INFO O| Oct 01 18:17:10.794 INFO O| Done
58432024-10-01T18:17:12.811Z[ recovery-image] Oct 01 18:17:10.810 INFO O| Oct 01 18:17:10.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
58442024-10-01T18:17:12.814Z[ recovery-image] Oct 01 18:17:10.810 INFO O| Oct 01 18:17:10.810 INFO STEP 583 (remove_files) COMPLETE
58452024-10-01T18:17:12.814Z[ recovery-image] Oct 01 18:17:10.811 INFO O| Oct 01 18:17:10.811 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-10-01T18:17:12.870Z[ recovery-image] Oct 01 18:17:10.868 INFO O| Oct 01 18:17:10.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
58472024-10-01T18:17:12.870Z[ recovery-image] Oct 01 18:17:10.868 INFO O| Oct 01 18:17:10.868 INFO STEP 584 (remove_files) COMPLETE
58482024-10-01T18:17:12.870Z[ recovery-image] Oct 01 18:17:10.868 INFO O| Oct 01 18:17:10.868 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-10-01T18:17:12.886Z[ recovery-image] Oct 01 18:17:10.885 INFO O| Oct 01 18:17:10.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
58502024-10-01T18:17:12.890Z[ recovery-image] Oct 01 18:17:10.885 INFO O| Oct 01 18:17:10.885 INFO STEP 585 (remove_files) COMPLETE
58512024-10-01T18:17:12.890Z[ recovery-image] Oct 01 18:17:10.885 INFO O| Oct 01 18:17:10.885 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-10-01T18:17:12.923Z[ recovery-image] Oct 01 18:17:10.921 INFO O| Oct 01 18:17:10.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
58532024-10-01T18:17:12.926Z[ recovery-image] Oct 01 18:17:10.921 INFO O| Oct 01 18:17:10.921 INFO STEP 586 (remove_files) COMPLETE
58542024-10-01T18:17:12.926Z[ recovery-image] Oct 01 18:17:10.921 INFO O| Oct 01 18:17:10.921 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-10-01T18:17:12.947Z[ recovery-image] Oct 01 18:17:10.946 INFO O| Oct 01 18:17:10.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
58562024-10-01T18:17:12.969Z[ recovery-image] Oct 01 18:17:10.968 INFO O| Oct 01 18:17:10.968 INFO STEP 587 (remove_files) COMPLETE
58572024-10-01T18:17:12.969Z[ recovery-image] Oct 01 18:17:10.968 INFO O| Oct 01 18:17:10.968 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-10-01T18:17:13.029Z[ recovery-image] Oct 01 18:17:11.027 INFO O| Oct 01 18:17:11.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
58592024-10-01T18:17:13.029Z[ recovery-image] Oct 01 18:17:11.027 INFO O| Oct 01 18:17:11.027 INFO STEP 588 (remove_files) COMPLETE
58602024-10-01T18:17:13.029Z[ recovery-image] Oct 01 18:17:11.027 INFO O| Oct 01 18:17:11.027 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-10-01T18:17:13.047Z[ recovery-image] Oct 01 18:17:11.046 INFO O| Oct 01 18:17:11.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
58622024-10-01T18:17:13.047Z[ recovery-image] Oct 01 18:17:11.046 INFO O| Oct 01 18:17:11.046 INFO STEP 589 (remove_files) COMPLETE
58632024-10-01T18:17:13.047Z[ recovery-image] Oct 01 18:17:11.046 INFO O| Oct 01 18:17:11.046 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-10-01T18:17:13.122Z[ recovery-image] Oct 01 18:17:11.121 INFO O| Oct 01 18:17:11.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
58652024-10-01T18:17:13.122Z[ recovery-image] Oct 01 18:17:11.121 INFO O| Oct 01 18:17:11.121 INFO STEP 590 (remove_files) COMPLETE
58662024-10-01T18:17:13.122Z[ recovery-image] Oct 01 18:17:11.121 INFO O| Oct 01 18:17:11.121 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-10-01T18:17:13.140Z[ recovery-image] Oct 01 18:17:11.139 INFO O| Oct 01 18:17:11.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
58682024-10-01T18:17:13.140Z[ recovery-image] Oct 01 18:17:11.140 INFO O| Oct 01 18:17:11.139 INFO STEP 591 (remove_files) COMPLETE
58692024-10-01T18:17:13.144Z[ recovery-image] Oct 01 18:17:11.140 INFO O| Oct 01 18:17:11.139 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-10-01T18:17:13.179Z[ recovery-image] Oct 01 18:17:11.177 INFO O| Oct 01 18:17:11.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
58712024-10-01T18:17:13.179Z[ recovery-image] Oct 01 18:17:11.177 INFO O| Oct 01 18:17:11.177 INFO STEP 592 (remove_files) COMPLETE
58722024-10-01T18:17:13.179Z[ recovery-image] Oct 01 18:17:11.177 INFO O| Oct 01 18:17:11.177 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-10-01T18:17:13.254Z[ recovery-image] Oct 01 18:17:11.248 INFO O| Oct 01 18:17:11.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
58742024-10-01T18:17:13.254Z[ recovery-image] Oct 01 18:17:11.248 INFO O| Oct 01 18:17:11.248 INFO STEP 593 (remove_files) COMPLETE
58752024-10-01T18:17:13.267Z[ recovery-image] Oct 01 18:17:11.248 INFO O| Oct 01 18:17:11.248 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-10-01T18:17:13.282Z[ recovery-image] Oct 01 18:17:11.268 INFO O| Oct 01 18:17:11.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
58772024-10-01T18:17:13.282Z[ recovery-image] Oct 01 18:17:11.268 INFO O| Oct 01 18:17:11.268 INFO STEP 594 (remove_files) COMPLETE
58782024-10-01T18:17:13.282Z[ recovery-image] Oct 01 18:17:11.268 INFO O| Oct 01 18:17:11.268 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-10-01T18:17:13.288Z[ recovery-image] Oct 01 18:17:11.287 INFO O| Oct 01 18:17:11.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
58802024-10-01T18:17:13.288Z[ recovery-image] Oct 01 18:17:11.287 INFO O| Oct 01 18:17:11.287 INFO STEP 595 (remove_files) COMPLETE
58812024-10-01T18:17:13.288Z[ recovery-image] Oct 01 18:17:11.287 INFO O| Oct 01 18:17:11.287 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-10-01T18:17:13.326Z[ recovery-image] Oct 01 18:17:11.324 INFO O| Oct 01 18:17:11.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
58832024-10-01T18:17:13.345Z[ recovery-image] Oct 01 18:17:11.344 INFO O| Oct 01 18:17:11.344 INFO STEP 596 (remove_files) COMPLETE
58842024-10-01T18:17:13.345Z[ recovery-image] Oct 01 18:17:11.344 INFO O| Oct 01 18:17:11.344 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-10-01T18:17:13.377Z[ recovery-image] Oct 01 18:17:11.375 INFO O| Oct 01 18:17:11.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58862024-10-01T18:17:13.377Z[ recovery-image] Oct 01 18:17:11.375 INFO O| Oct 01 18:17:11.375 INFO STEP 597 (remove_files) COMPLETE
58872024-10-01T18:17:13.377Z[ recovery-image] Oct 01 18:17:11.375 INFO O| Oct 01 18:17:11.375 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-10-01T18:17:13.413Z[ recovery-image] Oct 01 18:17:11.409 INFO O| Oct 01 18:17:11.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58892024-10-01T18:17:13.413Z[ recovery-image] Oct 01 18:17:11.409 INFO O| Oct 01 18:17:11.409 INFO STEP 598 (remove_files) COMPLETE
58902024-10-01T18:17:13.413Z[ recovery-image] Oct 01 18:17:11.409 INFO O| Oct 01 18:17:11.409 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-10-01T18:17:13.448Z[ recovery-image] Oct 01 18:17:11.439 INFO O| Oct 01 18:17:11.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58922024-10-01T18:17:13.458Z[ recovery-image] Oct 01 18:17:11.439 INFO O| Oct 01 18:17:11.439 INFO STEP 599 (remove_files) COMPLETE
58932024-10-01T18:17:13.458Z[ recovery-image] Oct 01 18:17:11.439 INFO O| Oct 01 18:17:11.439 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-10-01T18:17:13.467Z[ recovery-image] Oct 01 18:17:11.458 INFO O| Oct 01 18:17:11.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58952024-10-01T18:17:13.467Z[ recovery-image] Oct 01 18:17:11.459 INFO O| Oct 01 18:17:11.459 INFO STEP 600 (remove_files) COMPLETE
58962024-10-01T18:17:13.467Z[ recovery-image] Oct 01 18:17:11.459 INFO O| Oct 01 18:17:11.459 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-10-01T18:17:13.479Z[ recovery-image] Oct 01 18:17:11.477 INFO O| Oct 01 18:17:11.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58982024-10-01T18:17:13.483Z[ recovery-image] Oct 01 18:17:11.477 INFO O| Oct 01 18:17:11.477 INFO STEP 601 (remove_files) COMPLETE
58992024-10-01T18:17:13.483Z[ recovery-image] Oct 01 18:17:11.477 INFO O| Oct 01 18:17:11.477 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-10-01T18:17:13.494Z[ recovery-image] Oct 01 18:17:11.493 INFO O| Oct 01 18:17:11.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59012024-10-01T18:17:13.498Z[ recovery-image] Oct 01 18:17:11.493 INFO O| Oct 01 18:17:11.493 INFO STEP 602 (remove_files) COMPLETE
59022024-10-01T18:17:13.498Z[ recovery-image] Oct 01 18:17:11.493 INFO O| Oct 01 18:17:11.493 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-10-01T18:17:13.516Z[ recovery-image] Oct 01 18:17:11.509 INFO O| Oct 01 18:17:11.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59042024-10-01T18:17:13.521Z[ recovery-image] Oct 01 18:17:11.509 INFO O| Oct 01 18:17:11.509 INFO STEP 603 (remove_files) COMPLETE
59052024-10-01T18:17:13.521Z[ recovery-image] Oct 01 18:17:11.509 INFO O| Oct 01 18:17:11.509 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-10-01T18:17:13.530Z[ recovery-image] Oct 01 18:17:11.527 INFO O| Oct 01 18:17:11.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59072024-10-01T18:17:13.530Z[ recovery-image] Oct 01 18:17:11.527 INFO O| Oct 01 18:17:11.527 INFO STEP 604 (remove_files) COMPLETE
59082024-10-01T18:17:13.533Z[ recovery-image] Oct 01 18:17:11.527 INFO O| Oct 01 18:17:11.527 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-10-01T18:17:13.549Z[ recovery-image] Oct 01 18:17:11.548 INFO O| Oct 01 18:17:11.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59102024-10-01T18:17:13.550Z[ recovery-image] Oct 01 18:17:11.548 INFO O| Oct 01 18:17:11.548 INFO STEP 605 (remove_files) COMPLETE
59112024-10-01T18:17:13.552Z[ recovery-image] Oct 01 18:17:11.549 INFO O| Oct 01 18:17:11.548 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-10-01T18:17:13.569Z[ recovery-image] Oct 01 18:17:11.568 INFO O| Oct 01 18:17:11.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59132024-10-01T18:17:13.569Z[ recovery-image] Oct 01 18:17:11.568 INFO O| Oct 01 18:17:11.568 INFO STEP 606 (remove_files) COMPLETE
59142024-10-01T18:17:13.572Z[ recovery-image] Oct 01 18:17:11.568 INFO O| Oct 01 18:17:11.568 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-10-01T18:17:13.608Z[ recovery-image] Oct 01 18:17:11.607 INFO O| Oct 01 18:17:11.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59162024-10-01T18:17:13.608Z[ recovery-image] Oct 01 18:17:11.607 INFO O| Oct 01 18:17:11.607 INFO STEP 607 (remove_files) COMPLETE
59172024-10-01T18:17:13.608Z[ recovery-image] Oct 01 18:17:11.607 INFO O| Oct 01 18:17:11.607 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-10-01T18:17:13.629Z[ recovery-image] Oct 01 18:17:11.628 INFO O| Oct 01 18:17:11.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59192024-10-01T18:17:13.629Z[ recovery-image] Oct 01 18:17:11.629 INFO O| Oct 01 18:17:11.628 INFO STEP 608 (remove_files) COMPLETE
59202024-10-01T18:17:13.630Z[ recovery-image] Oct 01 18:17:11.629 INFO O| Oct 01 18:17:11.629 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-10-01T18:17:13.648Z[ recovery-image] Oct 01 18:17:11.647 INFO O| Oct 01 18:17:11.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59222024-10-01T18:17:13.648Z[ recovery-image] Oct 01 18:17:11.647 INFO O| Oct 01 18:17:11.647 INFO STEP 609 (remove_files) COMPLETE
59232024-10-01T18:17:13.648Z[ recovery-image] Oct 01 18:17:11.647 INFO O| Oct 01 18:17:11.647 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-10-01T18:17:13.679Z[ recovery-image] Oct 01 18:17:11.675 INFO O| Oct 01 18:17:11.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59252024-10-01T18:17:13.679Z[ recovery-image] Oct 01 18:17:11.675 INFO O| Oct 01 18:17:11.675 INFO STEP 610 (remove_files) COMPLETE
59262024-10-01T18:17:13.679Z[ recovery-image] Oct 01 18:17:11.675 INFO O| Oct 01 18:17:11.675 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-10-01T18:17:13.735Z[ recovery-image] Oct 01 18:17:11.732 INFO O| Oct 01 18:17:11.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59282024-10-01T18:17:13.739Z[ recovery-image] Oct 01 18:17:11.732 INFO O| Oct 01 18:17:11.732 INFO STEP 611 (remove_files) COMPLETE
59292024-10-01T18:17:13.739Z[ recovery-image] Oct 01 18:17:11.732 INFO O| Oct 01 18:17:11.732 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-10-01T18:17:13.758Z[ recovery-image] Oct 01 18:17:11.756 INFO O| Oct 01 18:17:11.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59312024-10-01T18:17:13.758Z[ recovery-image] Oct 01 18:17:11.756 INFO O| Oct 01 18:17:11.756 INFO STEP 612 (remove_files) COMPLETE
59322024-10-01T18:17:13.758Z[ recovery-image] Oct 01 18:17:11.756 INFO O| Oct 01 18:17:11.756 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-10-01T18:17:13.778Z[ recovery-image] Oct 01 18:17:11.776 INFO O| Oct 01 18:17:11.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59342024-10-01T18:17:13.778Z[ recovery-image] Oct 01 18:17:11.776 INFO O| Oct 01 18:17:11.776 INFO STEP 613 (remove_files) COMPLETE
59352024-10-01T18:17:13.778Z[ recovery-image] Oct 01 18:17:11.777 INFO O| Oct 01 18:17:11.776 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-10-01T18:17:13.796Z[ recovery-image] Oct 01 18:17:11.795 INFO O| Oct 01 18:17:11.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59372024-10-01T18:17:13.796Z[ recovery-image] Oct 01 18:17:11.795 INFO O| Oct 01 18:17:11.795 INFO STEP 614 (remove_files) COMPLETE
59382024-10-01T18:17:13.796Z[ recovery-image] Oct 01 18:17:11.795 INFO O| Oct 01 18:17:11.795 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-10-01T18:17:13.834Z[ recovery-image] Oct 01 18:17:11.832 INFO O| Oct 01 18:17:11.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
59402024-10-01T18:17:13.834Z[ recovery-image] Oct 01 18:17:11.832 INFO O| Oct 01 18:17:11.832 INFO STEP 615 (remove_files) COMPLETE
59412024-10-01T18:17:13.837Z[ recovery-image] Oct 01 18:17:11.832 INFO O| Oct 01 18:17:11.832 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-10-01T18:17:13.894Z[ recovery-image] Oct 01 18:17:11.893 INFO O| Oct 01 18:17:11.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
59432024-10-01T18:17:13.894Z[ recovery-image] Oct 01 18:17:11.893 INFO O| Oct 01 18:17:11.893 INFO STEP 616 (remove_files) COMPLETE
59442024-10-01T18:17:13.897Z[ recovery-image] Oct 01 18:17:11.893 INFO O| Oct 01 18:17:11.893 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-10-01T18:17:13.934Z[ recovery-image] Oct 01 18:17:11.933 INFO O| Oct 01 18:17:11.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
59462024-10-01T18:17:13.934Z[ recovery-image] Oct 01 18:17:11.934 INFO O| Oct 01 18:17:11.933 INFO STEP 617 (remove_files) COMPLETE
59472024-10-01T18:17:13.937Z[ recovery-image] Oct 01 18:17:11.934 INFO O| Oct 01 18:17:11.934 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-10-01T18:17:13.964Z[ recovery-image] Oct 01 18:17:11.963 INFO O| Oct 01 18:17:11.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
59492024-10-01T18:17:13.967Z[ recovery-image] Oct 01 18:17:11.963 INFO O| Oct 01 18:17:11.963 INFO STEP 618 (remove_files) COMPLETE
59502024-10-01T18:17:13.967Z[ recovery-image] Oct 01 18:17:11.964 INFO O| Oct 01 18:17:11.964 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-10-01T18:17:13.984Z[ recovery-image] Oct 01 18:17:11.983 INFO O| Oct 01 18:17:11.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
59522024-10-01T18:17:13.986Z[ recovery-image] Oct 01 18:17:11.983 INFO O| Oct 01 18:17:11.983 INFO STEP 619 (remove_files) COMPLETE
59532024-10-01T18:17:13.986Z[ recovery-image] Oct 01 18:17:11.983 INFO O| Oct 01 18:17:11.983 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-10-01T18:17:14.003Z[ recovery-image] Oct 01 18:17:12.002 INFO O| Oct 01 18:17:12.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
59552024-10-01T18:17:14.006Z[ recovery-image] Oct 01 18:17:12.002 INFO O| Oct 01 18:17:12.002 INFO STEP 620 (remove_files) COMPLETE
59562024-10-01T18:17:14.006Z[ recovery-image] Oct 01 18:17:12.002 INFO O| Oct 01 18:17:12.002 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-10-01T18:17:14.030Z[ recovery-image] Oct 01 18:17:12.029 INFO O| Oct 01 18:17:12.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
59582024-10-01T18:17:14.030Z[ recovery-image] Oct 01 18:17:12.029 INFO O| Oct 01 18:17:12.029 INFO STEP 621 (remove_files) COMPLETE
59592024-10-01T18:17:14.030Z[ recovery-image] Oct 01 18:17:12.029 INFO O| Oct 01 18:17:12.029 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-10-01T18:17:14.070Z[ recovery-image] Oct 01 18:17:12.068 INFO O| Oct 01 18:17:12.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
59612024-10-01T18:17:14.070Z[ recovery-image] Oct 01 18:17:12.068 INFO O| Oct 01 18:17:12.068 INFO STEP 622 (remove_files) COMPLETE
59622024-10-01T18:17:14.070Z[ recovery-image] Oct 01 18:17:12.068 INFO O| Oct 01 18:17:12.068 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-10-01T18:17:14.087Z[ recovery-image] Oct 01 18:17:12.086 INFO O| Oct 01 18:17:12.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
59642024-10-01T18:17:14.088Z[ recovery-image] Oct 01 18:17:12.087 INFO O| Oct 01 18:17:12.087 INFO STEP 623 (remove_files) COMPLETE
59652024-10-01T18:17:14.088Z[ recovery-image] Oct 01 18:17:12.087 INFO O| Oct 01 18:17:12.087 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-10-01T18:17:14.106Z[ recovery-image] Oct 01 18:17:12.105 INFO O| Oct 01 18:17:12.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
59672024-10-01T18:17:14.106Z[ recovery-image] Oct 01 18:17:12.105 INFO O| Oct 01 18:17:12.105 INFO STEP 624 (remove_files) COMPLETE
59682024-10-01T18:17:14.106Z[ recovery-image] Oct 01 18:17:12.105 INFO O| Oct 01 18:17:12.105 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-10-01T18:17:14.130Z[ recovery-image] Oct 01 18:17:12.129 INFO O| Oct 01 18:17:12.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
59702024-10-01T18:17:14.133Z[ recovery-image] Oct 01 18:17:12.129 INFO O| Oct 01 18:17:12.129 INFO STEP 625 (remove_files) COMPLETE
59712024-10-01T18:17:14.133Z[ recovery-image] Oct 01 18:17:12.129 INFO O| Oct 01 18:17:12.129 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-10-01T18:17:14.154Z[ recovery-image] Oct 01 18:17:12.152 INFO O| Oct 01 18:17:12.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
59732024-10-01T18:17:14.156Z[ recovery-image] Oct 01 18:17:12.153 INFO O| Oct 01 18:17:12.152 INFO STEP 626 (remove_files) COMPLETE
59742024-10-01T18:17:14.156Z[ recovery-image] Oct 01 18:17:12.153 INFO O| Oct 01 18:17:12.153 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-10-01T18:17:14.175Z[ recovery-image] Oct 01 18:17:12.174 INFO O| Oct 01 18:17:12.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
59762024-10-01T18:17:14.179Z[ recovery-image] Oct 01 18:17:12.175 INFO O| Oct 01 18:17:12.174 INFO STEP 627 (remove_files) COMPLETE
59772024-10-01T18:17:14.179Z[ recovery-image] Oct 01 18:17:12.175 INFO O| Oct 01 18:17:12.175 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-10-01T18:17:14.208Z[ recovery-image] Oct 01 18:17:12.207 INFO O| Oct 01 18:17:12.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
59792024-10-01T18:17:14.208Z[ recovery-image] Oct 01 18:17:12.207 INFO O| Oct 01 18:17:12.207 INFO STEP 628 (remove_files) COMPLETE
59802024-10-01T18:17:14.209Z[ recovery-image] Oct 01 18:17:12.207 INFO O| Oct 01 18:17:12.207 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-10-01T18:17:14.230Z[ recovery-image] Oct 01 18:17:12.229 INFO O| Oct 01 18:17:12.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
59822024-10-01T18:17:14.230Z[ recovery-image] Oct 01 18:17:12.229 INFO O| Oct 01 18:17:12.229 INFO STEP 629 (remove_files) COMPLETE
59832024-10-01T18:17:14.233Z[ recovery-image] Oct 01 18:17:12.229 INFO O| Oct 01 18:17:12.229 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-10-01T18:17:14.250Z[ recovery-image] Oct 01 18:17:12.249 INFO O| Oct 01 18:17:12.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59852024-10-01T18:17:14.250Z[ recovery-image] Oct 01 18:17:12.249 INFO O| Oct 01 18:17:12.249 INFO STEP 630 (remove_files) COMPLETE
59862024-10-01T18:17:14.250Z[ recovery-image] Oct 01 18:17:12.249 INFO O| Oct 01 18:17:12.249 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-10-01T18:17:14.292Z[ recovery-image] Oct 01 18:17:12.291 INFO O| Oct 01 18:17:12.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59882024-10-01T18:17:14.295Z[ recovery-image] Oct 01 18:17:12.291 INFO O| Oct 01 18:17:12.291 INFO STEP 631 (remove_files) COMPLETE
59892024-10-01T18:17:14.295Z[ recovery-image] Oct 01 18:17:12.291 INFO O| Oct 01 18:17:12.291 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-10-01T18:17:14.313Z[ recovery-image] Oct 01 18:17:12.309 INFO O| Oct 01 18:17:12.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59912024-10-01T18:17:14.313Z[ recovery-image] Oct 01 18:17:12.309 INFO O| Oct 01 18:17:12.309 INFO STEP 632 (remove_files) COMPLETE
59922024-10-01T18:17:14.313Z[ recovery-image] Oct 01 18:17:12.309 INFO O| Oct 01 18:17:12.309 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-10-01T18:17:14.327Z[ recovery-image] Oct 01 18:17:12.326 INFO O| Oct 01 18:17:12.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59942024-10-01T18:17:14.327Z[ recovery-image] Oct 01 18:17:12.326 INFO O| Oct 01 18:17:12.326 INFO STEP 633 (remove_files) COMPLETE
59952024-10-01T18:17:14.327Z[ recovery-image] Oct 01 18:17:12.326 INFO O| Oct 01 18:17:12.326 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-10-01T18:17:14.346Z[ recovery-image] Oct 01 18:17:12.345 INFO O| Oct 01 18:17:12.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59972024-10-01T18:17:14.346Z[ recovery-image] Oct 01 18:17:12.345 INFO O| Oct 01 18:17:12.345 INFO STEP 634 (remove_files) COMPLETE
59982024-10-01T18:17:14.346Z[ recovery-image] Oct 01 18:17:12.345 INFO O| Oct 01 18:17:12.345 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-10-01T18:17:14.370Z[ recovery-image] Oct 01 18:17:12.369 INFO O| Oct 01 18:17:12.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60002024-10-01T18:17:14.370Z[ recovery-image] Oct 01 18:17:12.369 INFO O| Oct 01 18:17:12.369 INFO STEP 635 (remove_files) COMPLETE
60012024-10-01T18:17:14.370Z[ recovery-image] Oct 01 18:17:12.369 INFO O| Oct 01 18:17:12.369 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-10-01T18:17:14.389Z[ recovery-image] Oct 01 18:17:12.388 INFO O| Oct 01 18:17:12.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60032024-10-01T18:17:14.389Z[ recovery-image] Oct 01 18:17:12.388 INFO O| Oct 01 18:17:12.388 INFO STEP 636 (remove_files) COMPLETE
60042024-10-01T18:17:14.389Z[ recovery-image] Oct 01 18:17:12.388 INFO O| Oct 01 18:17:12.388 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-10-01T18:17:14.408Z[ recovery-image] Oct 01 18:17:12.406 INFO O| Oct 01 18:17:12.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60062024-10-01T18:17:14.408Z[ recovery-image] Oct 01 18:17:12.407 INFO O| Oct 01 18:17:12.407 INFO STEP 637 (remove_files) COMPLETE
60072024-10-01T18:17:14.408Z[ recovery-image] Oct 01 18:17:12.407 INFO O| Oct 01 18:17:12.407 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-10-01T18:17:14.442Z[ recovery-image] Oct 01 18:17:12.440 INFO O| Oct 01 18:17:12.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60092024-10-01T18:17:14.442Z[ recovery-image] Oct 01 18:17:12.440 INFO O| Oct 01 18:17:12.440 INFO STEP 638 (remove_files) COMPLETE
60102024-10-01T18:17:14.442Z[ recovery-image] Oct 01 18:17:12.440 INFO O| Oct 01 18:17:12.440 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-10-01T18:17:14.461Z[ recovery-image] Oct 01 18:17:12.460 INFO O| Oct 01 18:17:12.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60122024-10-01T18:17:14.461Z[ recovery-image] Oct 01 18:17:12.460 INFO O| Oct 01 18:17:12.460 INFO STEP 639 (remove_files) COMPLETE
60132024-10-01T18:17:14.461Z[ recovery-image] Oct 01 18:17:12.460 INFO O| Oct 01 18:17:12.460 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-10-01T18:17:14.496Z[ recovery-image] Oct 01 18:17:12.495 INFO O| Oct 01 18:17:12.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60152024-10-01T18:17:14.496Z[ recovery-image] Oct 01 18:17:12.495 INFO O| Oct 01 18:17:12.495 INFO STEP 640 (remove_files) COMPLETE
60162024-10-01T18:17:14.496Z[ recovery-image] Oct 01 18:17:12.495 INFO O| Oct 01 18:17:12.495 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-10-01T18:17:14.515Z[ recovery-image] Oct 01 18:17:12.513 INFO O| Oct 01 18:17:12.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60182024-10-01T18:17:14.515Z[ recovery-image] Oct 01 18:17:12.513 INFO O| Oct 01 18:17:12.513 INFO STEP 641 (remove_files) COMPLETE
60192024-10-01T18:17:14.515Z[ recovery-image] Oct 01 18:17:12.514 INFO O| Oct 01 18:17:12.513 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-10-01T18:17:14.563Z[ recovery-image] Oct 01 18:17:12.543 INFO O| Oct 01 18:17:12.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60212024-10-01T18:17:14.571Z[ recovery-image] Oct 01 18:17:12.564 INFO O| Oct 01 18:17:12.564 INFO STEP 642 (remove_files) COMPLETE
60222024-10-01T18:17:14.571Z[ recovery-image] Oct 01 18:17:12.564 INFO O| Oct 01 18:17:12.564 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-10-01T18:17:14.618Z[ recovery-image] Oct 01 18:17:12.615 INFO O| Oct 01 18:17:12.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60242024-10-01T18:17:14.618Z[ recovery-image] Oct 01 18:17:12.615 INFO O| Oct 01 18:17:12.615 INFO STEP 643 (remove_files) COMPLETE
60252024-10-01T18:17:14.618Z[ recovery-image] Oct 01 18:17:12.615 INFO O| Oct 01 18:17:12.615 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-10-01T18:17:14.638Z[ recovery-image] Oct 01 18:17:12.633 INFO O| Oct 01 18:17:12.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60272024-10-01T18:17:14.638Z[ recovery-image] Oct 01 18:17:12.633 INFO O| Oct 01 18:17:12.633 INFO STEP 644 (remove_files) COMPLETE
60282024-10-01T18:17:14.638Z[ recovery-image] Oct 01 18:17:12.633 INFO O| Oct 01 18:17:12.633 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-10-01T18:17:14.652Z[ recovery-image] Oct 01 18:17:12.649 INFO O| Oct 01 18:17:12.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60302024-10-01T18:17:14.652Z[ recovery-image] Oct 01 18:17:12.649 INFO O| Oct 01 18:17:12.649 INFO STEP 645 (remove_files) COMPLETE
60312024-10-01T18:17:14.652Z[ recovery-image] Oct 01 18:17:12.649 INFO O| Oct 01 18:17:12.649 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-10-01T18:17:14.674Z[ recovery-image] Oct 01 18:17:12.666 INFO O| Oct 01 18:17:12.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
60332024-10-01T18:17:14.674Z[ recovery-image] Oct 01 18:17:12.666 INFO O| Oct 01 18:17:12.666 INFO STEP 646 (remove_files) COMPLETE
60342024-10-01T18:17:14.674Z[ recovery-image] Oct 01 18:17:12.666 INFO O| Oct 01 18:17:12.666 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-10-01T18:17:14.686Z[ recovery-image] Oct 01 18:17:12.684 INFO O| Oct 01 18:17:12.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60362024-10-01T18:17:14.712Z[ recovery-image] Oct 01 18:17:12.709 INFO O| Oct 01 18:17:12.709 INFO STEP 647 (remove_files) COMPLETE
60372024-10-01T18:17:14.712Z[ recovery-image] Oct 01 18:17:12.709 INFO O| Oct 01 18:17:12.709 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-10-01T18:17:14.757Z[ recovery-image] Oct 01 18:17:12.741 INFO O| Oct 01 18:17:12.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
60392024-10-01T18:17:14.757Z[ recovery-image] Oct 01 18:17:12.741 INFO O| Oct 01 18:17:12.741 INFO STEP 648 (remove_files) COMPLETE
60402024-10-01T18:17:14.757Z[ recovery-image] Oct 01 18:17:12.741 INFO O| Oct 01 18:17:12.741 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-10-01T18:17:14.769Z[ recovery-image] Oct 01 18:17:12.768 INFO O| Oct 01 18:17:12.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
60422024-10-01T18:17:14.772Z[ recovery-image] Oct 01 18:17:12.768 INFO O| Oct 01 18:17:12.768 INFO STEP 649 (remove_files) COMPLETE
60432024-10-01T18:17:14.772Z[ recovery-image] Oct 01 18:17:12.769 INFO O| Oct 01 18:17:12.769 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-10-01T18:17:14.790Z[ recovery-image] Oct 01 18:17:12.787 INFO O| Oct 01 18:17:12.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
60452024-10-01T18:17:14.792Z[ recovery-image] Oct 01 18:17:12.787 INFO O| Oct 01 18:17:12.787 INFO STEP 650 (remove_files) COMPLETE
60462024-10-01T18:17:14.792Z[ recovery-image] Oct 01 18:17:12.787 INFO O| Oct 01 18:17:12.787 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-10-01T18:17:14.807Z[ recovery-image] Oct 01 18:17:12.804 INFO O| Oct 01 18:17:12.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
60482024-10-01T18:17:14.810Z[ recovery-image] Oct 01 18:17:12.804 INFO O| Oct 01 18:17:12.804 INFO STEP 651 (remove_files) COMPLETE
60492024-10-01T18:17:14.810Z[ recovery-image] Oct 01 18:17:12.805 INFO O| Oct 01 18:17:12.805 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-10-01T18:17:14.833Z[ recovery-image] Oct 01 18:17:12.832 INFO O| Oct 01 18:17:12.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
60512024-10-01T18:17:14.856Z[ recovery-image] Oct 01 18:17:12.854 INFO O| Oct 01 18:17:12.854 INFO STEP 652 (remove_files) COMPLETE
60522024-10-01T18:17:14.857Z[ recovery-image] Oct 01 18:17:12.854 INFO O| Oct 01 18:17:12.854 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-10-01T18:17:14.899Z[ recovery-image] Oct 01 18:17:12.889 INFO O| Oct 01 18:17:12.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
60542024-10-01T18:17:14.904Z[ recovery-image] Oct 01 18:17:12.889 INFO O| Oct 01 18:17:12.889 INFO STEP 653 (remove_files) COMPLETE
60552024-10-01T18:17:14.904Z[ recovery-image] Oct 01 18:17:12.889 INFO O| Oct 01 18:17:12.889 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-10-01T18:17:14.922Z[ recovery-image] Oct 01 18:17:12.920 INFO O| Oct 01 18:17:12.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
60572024-10-01T18:17:14.944Z[ recovery-image] Oct 01 18:17:12.941 INFO O| Oct 01 18:17:12.941 INFO STEP 654 (remove_files) COMPLETE
60582024-10-01T18:17:14.944Z[ recovery-image] Oct 01 18:17:12.941 INFO O| Oct 01 18:17:12.941 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-10-01T18:17:14.995Z[ recovery-image] Oct 01 18:17:12.993 INFO O| Oct 01 18:17:12.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
60602024-10-01T18:17:14.995Z[ recovery-image] Oct 01 18:17:12.993 INFO O| Oct 01 18:17:12.993 INFO STEP 655 (remove_files) COMPLETE
60612024-10-01T18:17:14.997Z[ recovery-image] Oct 01 18:17:12.993 INFO O| Oct 01 18:17:12.993 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-10-01T18:17:15.061Z[ recovery-image] Oct 01 18:17:13.059 INFO O| Oct 01 18:17:13.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60632024-10-01T18:17:15.061Z[ recovery-image] Oct 01 18:17:13.059 INFO O| Oct 01 18:17:13.059 INFO STEP 656 (remove_files) COMPLETE
60642024-10-01T18:17:15.061Z[ recovery-image] Oct 01 18:17:13.059 INFO O| Oct 01 18:17:13.059 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-10-01T18:17:15.080Z[ recovery-image] Oct 01 18:17:13.079 INFO O| Oct 01 18:17:13.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
60662024-10-01T18:17:15.080Z[ recovery-image] Oct 01 18:17:13.079 INFO O| Oct 01 18:17:13.079 INFO STEP 657 (remove_files) COMPLETE
60672024-10-01T18:17:15.083Z[ recovery-image] Oct 01 18:17:13.079 INFO O| Oct 01 18:17:13.079 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-10-01T18:17:15.100Z[ recovery-image] Oct 01 18:17:13.098 INFO O| Oct 01 18:17:13.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
60692024-10-01T18:17:15.100Z[ recovery-image] Oct 01 18:17:13.098 INFO O| Oct 01 18:17:13.098 INFO STEP 658 (remove_files) COMPLETE
60702024-10-01T18:17:15.102Z[ recovery-image] Oct 01 18:17:13.098 INFO O| Oct 01 18:17:13.098 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-10-01T18:17:15.126Z[ recovery-image] Oct 01 18:17:13.125 INFO O| Oct 01 18:17:13.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
60722024-10-01T18:17:15.126Z[ recovery-image] Oct 01 18:17:13.125 INFO O| Oct 01 18:17:13.125 INFO STEP 659 (remove_files) COMPLETE
60732024-10-01T18:17:15.126Z[ recovery-image] Oct 01 18:17:13.125 INFO O| Oct 01 18:17:13.125 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-10-01T18:17:15.160Z[ recovery-image] Oct 01 18:17:13.159 INFO O| Oct 01 18:17:13.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
60752024-10-01T18:17:15.160Z[ recovery-image] Oct 01 18:17:13.159 INFO O| Oct 01 18:17:13.159 INFO STEP 660 (remove_files) COMPLETE
60762024-10-01T18:17:15.160Z[ recovery-image] Oct 01 18:17:13.159 INFO O| Oct 01 18:17:13.159 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-10-01T18:17:15.193Z[ recovery-image] Oct 01 18:17:13.191 INFO O| Oct 01 18:17:13.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60782024-10-01T18:17:15.193Z[ recovery-image] Oct 01 18:17:13.191 INFO O| Oct 01 18:17:13.191 INFO STEP 661 (remove_files) COMPLETE
60792024-10-01T18:17:15.195Z[ recovery-image] Oct 01 18:17:13.191 INFO O| Oct 01 18:17:13.191 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-10-01T18:17:15.231Z[ recovery-image] Oct 01 18:17:13.230 INFO O| Oct 01 18:17:13.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60812024-10-01T18:17:15.231Z[ recovery-image] Oct 01 18:17:13.230 INFO O| Oct 01 18:17:13.230 INFO STEP 662 (remove_files) COMPLETE
60822024-10-01T18:17:15.231Z[ recovery-image] Oct 01 18:17:13.230 INFO O| Oct 01 18:17:13.230 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-10-01T18:17:15.249Z[ recovery-image] Oct 01 18:17:13.248 INFO O| Oct 01 18:17:13.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60842024-10-01T18:17:15.250Z[ recovery-image] Oct 01 18:17:13.248 INFO O| Oct 01 18:17:13.248 INFO STEP 663 (remove_files) COMPLETE
60852024-10-01T18:17:15.250Z[ recovery-image] Oct 01 18:17:13.248 INFO O| Oct 01 18:17:13.248 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-10-01T18:17:15.275Z[ recovery-image] Oct 01 18:17:13.273 INFO O| Oct 01 18:17:13.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60872024-10-01T18:17:15.275Z[ recovery-image] Oct 01 18:17:13.273 INFO O| Oct 01 18:17:13.273 INFO STEP 664 (remove_files) COMPLETE
60882024-10-01T18:17:15.275Z[ recovery-image] Oct 01 18:17:13.273 INFO O| Oct 01 18:17:13.273 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-10-01T18:17:15.294Z[ recovery-image] Oct 01 18:17:13.293 INFO O| Oct 01 18:17:13.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60902024-10-01T18:17:15.294Z[ recovery-image] Oct 01 18:17:13.293 INFO O| Oct 01 18:17:13.293 INFO STEP 665 (remove_files) COMPLETE
60912024-10-01T18:17:15.294Z[ recovery-image] Oct 01 18:17:13.293 INFO O| Oct 01 18:17:13.293 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-10-01T18:17:15.312Z[ recovery-image] Oct 01 18:17:13.311 INFO O| Oct 01 18:17:13.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60932024-10-01T18:17:15.312Z[ recovery-image] Oct 01 18:17:13.311 INFO O| Oct 01 18:17:13.311 INFO STEP 666 (remove_files) COMPLETE
60942024-10-01T18:17:15.312Z[ recovery-image] Oct 01 18:17:13.311 INFO O| Oct 01 18:17:13.311 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-10-01T18:17:15.336Z[ recovery-image] Oct 01 18:17:13.335 INFO O| Oct 01 18:17:13.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60962024-10-01T18:17:15.337Z[ recovery-image] Oct 01 18:17:13.335 INFO O| Oct 01 18:17:13.335 INFO STEP 667 (remove_files) COMPLETE
60972024-10-01T18:17:15.337Z[ recovery-image] Oct 01 18:17:13.335 INFO O| Oct 01 18:17:13.335 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-10-01T18:17:15.388Z[ recovery-image] Oct 01 18:17:13.386 INFO O| Oct 01 18:17:13.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60992024-10-01T18:17:15.390Z[ recovery-image] Oct 01 18:17:13.386 INFO O| Oct 01 18:17:13.386 INFO STEP 668 (remove_files) COMPLETE
61002024-10-01T18:17:15.390Z[ recovery-image] Oct 01 18:17:13.386 INFO O| Oct 01 18:17:13.386 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-10-01T18:17:15.405Z[ recovery-image] Oct 01 18:17:13.403 INFO O| Oct 01 18:17:13.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61022024-10-01T18:17:15.408Z[ recovery-image] Oct 01 18:17:13.404 INFO O| Oct 01 18:17:13.404 INFO STEP 669 (remove_files) COMPLETE
61032024-10-01T18:17:15.408Z[ recovery-image] Oct 01 18:17:13.404 INFO O| Oct 01 18:17:13.404 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-10-01T18:17:15.423Z[ recovery-image] Oct 01 18:17:13.422 INFO O| Oct 01 18:17:13.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61052024-10-01T18:17:15.423Z[ recovery-image] Oct 01 18:17:13.422 INFO O| Oct 01 18:17:13.422 INFO STEP 670 (remove_files) COMPLETE
61062024-10-01T18:17:15.426Z[ recovery-image] Oct 01 18:17:13.422 INFO O| Oct 01 18:17:13.422 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-10-01T18:17:15.462Z[ host-image] Oct 01 18:17:13.461 INFO O| Oct 01 18:17:13.460 INFO O| Done
61082024-10-01T18:17:15.465Z[ recovery-image] Oct 01 18:17:13.461 INFO O| Oct 01 18:17:13.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61092024-10-01T18:17:15.484Z[ recovery-image] Oct 01 18:17:13.483 INFO O| Oct 01 18:17:13.483 INFO STEP 671 (remove_files) COMPLETE
61102024-10-01T18:17:15.484Z[ recovery-image] Oct 01 18:17:13.483 INFO O| Oct 01 18:17:13.483 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-10-01T18:17:15.517Z[ recovery-image] Oct 01 18:17:13.515 INFO O| Oct 01 18:17:13.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61122024-10-01T18:17:15.517Z[ recovery-image] Oct 01 18:17:13.515 INFO O| Oct 01 18:17:13.515 INFO STEP 672 (remove_files) COMPLETE
61132024-10-01T18:17:15.517Z[ recovery-image] Oct 01 18:17:13.515 INFO O| Oct 01 18:17:13.515 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-10-01T18:17:15.529Z[ host-image] Oct 01 18:17:13.527 INFO O| Oct 01 18:17:13.527 INFO O| Done
61152024-10-01T18:17:15.531Z[ host-image] Oct 01 18:17:13.528 INFO O| Oct 01 18:17:13.528 INFO O| Done
61162024-10-01T18:17:15.536Z[ recovery-image] Oct 01 18:17:13.534 INFO O| Oct 01 18:17:13.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61172024-10-01T18:17:15.536Z[ recovery-image] Oct 01 18:17:13.535 INFO O| Oct 01 18:17:13.535 INFO STEP 673 (remove_files) COMPLETE
61182024-10-01T18:17:15.538Z[ recovery-image] Oct 01 18:17:13.535 INFO O| Oct 01 18:17:13.535 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-10-01T18:17:15.574Z[ recovery-image] Oct 01 18:17:13.573 INFO O| Oct 01 18:17:13.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61202024-10-01T18:17:15.577Z[ recovery-image] Oct 01 18:17:13.573 INFO O| Oct 01 18:17:13.573 INFO STEP 674 (remove_files) COMPLETE
61212024-10-01T18:17:15.577Z[ recovery-image] Oct 01 18:17:13.573 INFO O| Oct 01 18:17:13.573 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-10-01T18:17:15.592Z[ recovery-image] Oct 01 18:17:13.590 INFO O| Oct 01 18:17:13.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61232024-10-01T18:17:15.595Z[ recovery-image] Oct 01 18:17:13.591 INFO O| Oct 01 18:17:13.590 INFO STEP 675 (remove_files) COMPLETE
61242024-10-01T18:17:15.595Z[ recovery-image] Oct 01 18:17:13.591 INFO O| Oct 01 18:17:13.591 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-10-01T18:17:15.608Z[ host-image] Oct 01 18:17:13.607 INFO O| Oct 01 18:17:13.607 INFO O| Done
61262024-10-01T18:17:15.650Z[ recovery-image] Oct 01 18:17:13.648 INFO O| Oct 01 18:17:13.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61272024-10-01T18:17:15.653Z[ recovery-image] Oct 01 18:17:13.648 INFO O| Oct 01 18:17:13.648 INFO STEP 676 (remove_files) COMPLETE
61282024-10-01T18:17:15.653Z[ recovery-image] Oct 01 18:17:13.649 INFO O| Oct 01 18:17:13.648 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-10-01T18:17:15.684Z[ recovery-image] Oct 01 18:17:13.683 INFO O| Oct 01 18:17:13.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61302024-10-01T18:17:15.687Z[ recovery-image] Oct 01 18:17:13.683 INFO O| Oct 01 18:17:13.683 INFO STEP 677 (remove_files) COMPLETE
61312024-10-01T18:17:15.687Z[ recovery-image] Oct 01 18:17:13.683 INFO O| Oct 01 18:17:13.683 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-10-01T18:17:15.735Z[ recovery-image] Oct 01 18:17:13.733 INFO O| Oct 01 18:17:13.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61332024-10-01T18:17:15.735Z[ recovery-image] Oct 01 18:17:13.733 INFO O| Oct 01 18:17:13.733 INFO STEP 678 (remove_files) COMPLETE
61342024-10-01T18:17:15.735Z[ recovery-image] Oct 01 18:17:13.733 INFO O| Oct 01 18:17:13.733 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-10-01T18:17:15.777Z[ host-image] Oct 01 18:17:13.775 INFO O| Oct 01 18:17:13.775 INFO STEP 13 (pkg_install) COMPLETE
61362024-10-01T18:17:15.777Z[ host-image] Oct 01 18:17:13.775 INFO O| Oct 01 18:17:13.775 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61372024-10-01T18:17:15.794Z[ host-image] Oct 01 18:17:13.793 INFO O| Oct 01 18:17:13.793 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
61382024-10-01T18:17:15.794Z[ recovery-image] Oct 01 18:17:13.793 INFO O| Oct 01 18:17:13.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61392024-10-01T18:17:15.797Z[ recovery-image] Oct 01 18:17:13.793 INFO O| Oct 01 18:17:13.793 INFO STEP 679 (remove_files) COMPLETE
61402024-10-01T18:17:15.797Z[ recovery-image] Oct 01 18:17:13.793 INFO O| Oct 01 18:17:13.793 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-10-01T18:17:15.812Z[ recovery-image] Oct 01 18:17:13.811 INFO O| Oct 01 18:17:13.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
61422024-10-01T18:17:15.836Z[ recovery-image] Oct 01 18:17:13.835 INFO O| Oct 01 18:17:13.835 INFO STEP 680 (remove_files) COMPLETE
61432024-10-01T18:17:15.836Z[ recovery-image] Oct 01 18:17:13.835 INFO O| Oct 01 18:17:13.835 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-10-01T18:17:15.856Z[ recovery-image] Oct 01 18:17:13.855 INFO O| Oct 01 18:17:13.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
61452024-10-01T18:17:15.856Z[ recovery-image] Oct 01 18:17:13.855 INFO O| Oct 01 18:17:13.855 INFO STEP 681 (remove_files) COMPLETE
61462024-10-01T18:17:15.859Z[ recovery-image] Oct 01 18:17:13.855 INFO O| Oct 01 18:17:13.855 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-10-01T18:17:15.876Z[ recovery-image] Oct 01 18:17:13.875 INFO O| Oct 01 18:17:13.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
61482024-10-01T18:17:15.877Z[ recovery-image] Oct 01 18:17:13.875 INFO O| Oct 01 18:17:13.875 INFO STEP 682 (remove_files) COMPLETE
61492024-10-01T18:17:15.879Z[ recovery-image] Oct 01 18:17:13.875 INFO O| Oct 01 18:17:13.875 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-10-01T18:17:15.895Z[ recovery-image] Oct 01 18:17:13.894 INFO O| Oct 01 18:17:13.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
61512024-10-01T18:17:15.895Z[ recovery-image] Oct 01 18:17:13.894 INFO O| Oct 01 18:17:13.894 INFO STEP 683 (remove_files) COMPLETE
61522024-10-01T18:17:15.895Z[ recovery-image] Oct 01 18:17:13.894 INFO O| Oct 01 18:17:13.894 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-10-01T18:17:15.931Z[ recovery-image] Oct 01 18:17:13.929 INFO O| Oct 01 18:17:13.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
61542024-10-01T18:17:15.931Z[ recovery-image] Oct 01 18:17:13.930 INFO O| Oct 01 18:17:13.929 INFO STEP 684 (remove_files) COMPLETE
61552024-10-01T18:17:15.931Z[ recovery-image] Oct 01 18:17:13.930 INFO O| Oct 01 18:17:13.930 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-10-01T18:17:15.949Z[ recovery-image] Oct 01 18:17:13.947 INFO O| Oct 01 18:17:13.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
61572024-10-01T18:17:15.949Z[ recovery-image] Oct 01 18:17:13.947 INFO O| Oct 01 18:17:13.947 INFO STEP 685 (remove_files) COMPLETE
61582024-10-01T18:17:15.949Z[ recovery-image] Oct 01 18:17:13.947 INFO O| Oct 01 18:17:13.947 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-10-01T18:17:16.043Z[ recovery-image] Oct 01 18:17:14.042 INFO O| Oct 01 18:17:14.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
61602024-10-01T18:17:16.043Z[ recovery-image] Oct 01 18:17:14.042 INFO O| Oct 01 18:17:14.042 INFO STEP 686 (remove_files) COMPLETE
61612024-10-01T18:17:16.046Z[ recovery-image] Oct 01 18:17:14.042 INFO O| Oct 01 18:17:14.042 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-10-01T18:17:16.063Z[ recovery-image] Oct 01 18:17:14.061 INFO O| Oct 01 18:17:14.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
61632024-10-01T18:17:16.063Z[ recovery-image] Oct 01 18:17:14.061 INFO O| Oct 01 18:17:14.061 INFO STEP 687 (remove_files) COMPLETE
61642024-10-01T18:17:16.066Z[ recovery-image] Oct 01 18:17:14.061 INFO O| Oct 01 18:17:14.061 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-10-01T18:17:16.082Z[ recovery-image] Oct 01 18:17:14.081 INFO O| Oct 01 18:17:14.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
61662024-10-01T18:17:16.082Z[ recovery-image] Oct 01 18:17:14.081 INFO O| Oct 01 18:17:14.081 INFO STEP 688 (remove_files) COMPLETE
61672024-10-01T18:17:16.085Z[ recovery-image] Oct 01 18:17:14.081 INFO O| Oct 01 18:17:14.081 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-10-01T18:17:16.102Z[ recovery-image] Oct 01 18:17:14.100 INFO O| Oct 01 18:17:14.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61692024-10-01T18:17:16.102Z[ recovery-image] Oct 01 18:17:14.100 INFO O| Oct 01 18:17:14.100 INFO STEP 689 (remove_files) COMPLETE
61702024-10-01T18:17:16.102Z[ recovery-image] Oct 01 18:17:14.100 INFO O| Oct 01 18:17:14.100 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-10-01T18:17:16.142Z[ recovery-image] Oct 01 18:17:14.141 INFO O| Oct 01 18:17:14.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
61722024-10-01T18:17:16.142Z[ recovery-image] Oct 01 18:17:14.141 INFO O| Oct 01 18:17:14.141 INFO STEP 690 (remove_files) COMPLETE
61732024-10-01T18:17:16.142Z[ recovery-image] Oct 01 18:17:14.141 INFO O| Oct 01 18:17:14.141 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-10-01T18:17:16.175Z[ recovery-image] Oct 01 18:17:14.173 INFO O| Oct 01 18:17:14.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61752024-10-01T18:17:16.175Z[ recovery-image] Oct 01 18:17:14.173 INFO O| Oct 01 18:17:14.173 INFO STEP 691 (remove_files) COMPLETE
61762024-10-01T18:17:16.175Z[ recovery-image] Oct 01 18:17:14.173 INFO O| Oct 01 18:17:14.173 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-10-01T18:17:16.212Z[ recovery-image] Oct 01 18:17:14.210 INFO O| Oct 01 18:17:14.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
61782024-10-01T18:17:16.212Z[ recovery-image] Oct 01 18:17:14.210 INFO O| Oct 01 18:17:14.210 INFO STEP 692 (remove_files) COMPLETE
61792024-10-01T18:17:16.212Z[ recovery-image] Oct 01 18:17:14.210 INFO O| Oct 01 18:17:14.210 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-10-01T18:17:16.235Z[ recovery-image] Oct 01 18:17:14.233 INFO O| Oct 01 18:17:14.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
61812024-10-01T18:17:16.235Z[ recovery-image] Oct 01 18:17:14.233 INFO O| Oct 01 18:17:14.233 INFO STEP 693 (remove_files) COMPLETE
61822024-10-01T18:17:16.237Z[ recovery-image] Oct 01 18:17:14.233 INFO O| Oct 01 18:17:14.233 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-10-01T18:17:16.267Z[ recovery-image] Oct 01 18:17:14.265 INFO O| Oct 01 18:17:14.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61842024-10-01T18:17:16.267Z[ recovery-image] Oct 01 18:17:14.265 INFO O| Oct 01 18:17:14.265 INFO STEP 694 (remove_files) COMPLETE
61852024-10-01T18:17:16.267Z[ recovery-image] Oct 01 18:17:14.265 INFO O| Oct 01 18:17:14.265 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-10-01T18:17:16.325Z[ recovery-image] Oct 01 18:17:14.323 INFO O| Oct 01 18:17:14.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61872024-10-01T18:17:16.325Z[ recovery-image] Oct 01 18:17:14.323 INFO O| Oct 01 18:17:14.323 INFO STEP 695 (remove_files) COMPLETE
61882024-10-01T18:17:16.325Z[ recovery-image] Oct 01 18:17:14.323 INFO O| Oct 01 18:17:14.323 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-10-01T18:17:16.386Z[ recovery-image] Oct 01 18:17:14.385 INFO O| Oct 01 18:17:14.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61902024-10-01T18:17:16.386Z[ recovery-image] Oct 01 18:17:14.385 INFO O| Oct 01 18:17:14.385 INFO STEP 696 (remove_files) COMPLETE
61912024-10-01T18:17:16.386Z[ recovery-image] Oct 01 18:17:14.385 INFO O| Oct 01 18:17:14.385 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-10-01T18:17:16.404Z[ recovery-image] Oct 01 18:17:14.402 INFO O| Oct 01 18:17:14.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61932024-10-01T18:17:16.404Z[ recovery-image] Oct 01 18:17:14.402 INFO O| Oct 01 18:17:14.402 INFO STEP 697 (remove_files) COMPLETE
61942024-10-01T18:17:16.404Z[ recovery-image] Oct 01 18:17:14.402 INFO O| Oct 01 18:17:14.402 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-10-01T18:17:16.422Z[ recovery-image] Oct 01 18:17:14.420 INFO O| Oct 01 18:17:14.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61962024-10-01T18:17:16.422Z[ recovery-image] Oct 01 18:17:14.420 INFO O| Oct 01 18:17:14.420 INFO STEP 698 (remove_files) COMPLETE
61972024-10-01T18:17:16.422Z[ recovery-image] Oct 01 18:17:14.420 INFO O| Oct 01 18:17:14.420 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-10-01T18:17:16.462Z[ recovery-image] Oct 01 18:17:14.461 INFO O| Oct 01 18:17:14.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61992024-10-01T18:17:16.463Z[ recovery-image] Oct 01 18:17:14.461 INFO O| Oct 01 18:17:14.461 INFO STEP 699 (remove_files) COMPLETE
62002024-10-01T18:17:16.465Z[ recovery-image] Oct 01 18:17:14.461 INFO O| Oct 01 18:17:14.461 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-10-01T18:17:16.521Z[ recovery-image] Oct 01 18:17:14.519 INFO O| Oct 01 18:17:14.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62022024-10-01T18:17:16.521Z[ recovery-image] Oct 01 18:17:14.519 INFO O| Oct 01 18:17:14.519 INFO STEP 700 (remove_files) COMPLETE
62032024-10-01T18:17:16.521Z[ recovery-image] Oct 01 18:17:14.519 INFO O| Oct 01 18:17:14.519 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-10-01T18:17:16.547Z[ recovery-image] Oct 01 18:17:14.546 INFO O| Oct 01 18:17:14.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62052024-10-01T18:17:16.547Z[ recovery-image] Oct 01 18:17:14.546 INFO O| Oct 01 18:17:14.546 INFO STEP 701 (remove_files) COMPLETE
62062024-10-01T18:17:16.550Z[ recovery-image] Oct 01 18:17:14.546 INFO O| Oct 01 18:17:14.546 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-10-01T18:17:16.589Z[ recovery-image] Oct 01 18:17:14.587 INFO O| Oct 01 18:17:14.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62082024-10-01T18:17:16.591Z[ recovery-image] Oct 01 18:17:14.588 INFO O| Oct 01 18:17:14.588 INFO STEP 702 (remove_files) COMPLETE
62092024-10-01T18:17:16.591Z[ recovery-image] Oct 01 18:17:14.588 INFO O| Oct 01 18:17:14.588 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-10-01T18:17:16.629Z[ recovery-image] Oct 01 18:17:14.627 INFO O| Oct 01 18:17:14.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62112024-10-01T18:17:16.632Z[ recovery-image] Oct 01 18:17:14.627 INFO O| Oct 01 18:17:14.627 INFO STEP 703 (remove_files) COMPLETE
62122024-10-01T18:17:16.632Z[ recovery-image] Oct 01 18:17:14.627 INFO O| Oct 01 18:17:14.627 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-10-01T18:17:16.673Z[ recovery-image] Oct 01 18:17:14.671 INFO O| Oct 01 18:17:14.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62142024-10-01T18:17:16.675Z[ recovery-image] Oct 01 18:17:14.671 INFO O| Oct 01 18:17:14.671 INFO STEP 704 (remove_files) COMPLETE
62152024-10-01T18:17:16.675Z[ recovery-image] Oct 01 18:17:14.671 INFO O| Oct 01 18:17:14.671 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-10-01T18:17:16.712Z[ recovery-image] Oct 01 18:17:14.710 INFO O| Oct 01 18:17:14.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62172024-10-01T18:17:16.712Z[ recovery-image] Oct 01 18:17:14.710 INFO O| Oct 01 18:17:14.710 INFO STEP 705 (remove_files) COMPLETE
62182024-10-01T18:17:16.714Z[ recovery-image] Oct 01 18:17:14.710 INFO O| Oct 01 18:17:14.710 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-10-01T18:17:16.730Z[ recovery-image] Oct 01 18:17:14.729 INFO O| Oct 01 18:17:14.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62202024-10-01T18:17:16.731Z[ recovery-image] Oct 01 18:17:14.729 INFO O| Oct 01 18:17:14.729 INFO STEP 706 (remove_files) COMPLETE
62212024-10-01T18:17:16.731Z[ recovery-image] Oct 01 18:17:14.729 INFO O| Oct 01 18:17:14.729 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-10-01T18:17:16.749Z[ recovery-image] Oct 01 18:17:14.747 INFO O| Oct 01 18:17:14.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62232024-10-01T18:17:16.768Z[ recovery-image] Oct 01 18:17:14.767 INFO O| Oct 01 18:17:14.767 INFO STEP 707 (remove_files) COMPLETE
62242024-10-01T18:17:16.768Z[ recovery-image] Oct 01 18:17:14.767 INFO O| Oct 01 18:17:14.767 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-10-01T18:17:16.819Z[ recovery-image] Oct 01 18:17:14.817 INFO O| Oct 01 18:17:14.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62262024-10-01T18:17:16.821Z[ recovery-image] Oct 01 18:17:14.818 INFO O| Oct 01 18:17:14.817 INFO STEP 708 (remove_files) COMPLETE
62272024-10-01T18:17:16.821Z[ recovery-image] Oct 01 18:17:14.818 INFO O| Oct 01 18:17:14.818 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-10-01T18:17:16.837Z[ recovery-image] Oct 01 18:17:14.836 INFO O| Oct 01 18:17:14.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62292024-10-01T18:17:16.837Z[ recovery-image] Oct 01 18:17:14.836 INFO O| Oct 01 18:17:14.836 INFO STEP 709 (remove_files) COMPLETE
62302024-10-01T18:17:16.841Z[ recovery-image] Oct 01 18:17:14.836 INFO O| Oct 01 18:17:14.836 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-10-01T18:17:16.884Z[ host-image] Oct 01 18:17:14.882 INFO O| Oct 01 18:17:14.882 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
62322024-10-01T18:17:16.896Z[ recovery-image] Oct 01 18:17:14.894 INFO O| Oct 01 18:17:14.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62332024-10-01T18:17:16.896Z[ recovery-image] Oct 01 18:17:14.894 INFO O| Oct 01 18:17:14.894 INFO STEP 710 (remove_files) COMPLETE
62342024-10-01T18:17:16.899Z[ recovery-image] Oct 01 18:17:14.894 INFO O| Oct 01 18:17:14.894 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-10-01T18:17:16.915Z[ recovery-image] Oct 01 18:17:14.914 INFO O| Oct 01 18:17:14.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62362024-10-01T18:17:16.915Z[ recovery-image] Oct 01 18:17:14.914 INFO O| Oct 01 18:17:14.914 INFO STEP 711 (remove_files) COMPLETE
62372024-10-01T18:17:16.918Z[ recovery-image] Oct 01 18:17:14.914 INFO O| Oct 01 18:17:14.914 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-10-01T18:17:16.935Z[ recovery-image] Oct 01 18:17:14.932 INFO O| Oct 01 18:17:14.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62392024-10-01T18:17:16.935Z[ recovery-image] Oct 01 18:17:14.932 INFO O| Oct 01 18:17:14.932 INFO STEP 712 (remove_files) COMPLETE
62402024-10-01T18:17:16.935Z[ recovery-image] Oct 01 18:17:14.932 INFO O| Oct 01 18:17:14.932 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-10-01T18:17:16.966Z[ recovery-image] Oct 01 18:17:14.964 INFO O| Oct 01 18:17:14.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
62422024-10-01T18:17:16.969Z[ recovery-image] Oct 01 18:17:14.965 INFO O| Oct 01 18:17:14.964 INFO STEP 713 (remove_files) COMPLETE
62432024-10-01T18:17:16.970Z[ recovery-image] Oct 01 18:17:14.965 INFO O| Oct 01 18:17:14.965 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-10-01T18:17:16.997Z[ recovery-image] Oct 01 18:17:14.995 INFO O| Oct 01 18:17:14.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
62452024-10-01T18:17:16.997Z[ recovery-image] Oct 01 18:17:14.995 INFO O| Oct 01 18:17:14.995 INFO STEP 714 (remove_files) COMPLETE
62462024-10-01T18:17:16.999Z[ recovery-image] Oct 01 18:17:14.995 INFO O| Oct 01 18:17:14.995 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-10-01T18:17:17.042Z[ recovery-image] Oct 01 18:17:15.040 INFO O| Oct 01 18:17:15.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
62482024-10-01T18:17:17.045Z[ recovery-image] Oct 01 18:17:15.040 INFO O| Oct 01 18:17:15.040 INFO STEP 715 (remove_files) COMPLETE
62492024-10-01T18:17:17.045Z[ recovery-image] Oct 01 18:17:15.040 INFO O| Oct 01 18:17:15.040 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-10-01T18:17:17.097Z[ recovery-image] Oct 01 18:17:15.081 INFO O| Oct 01 18:17:15.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
62512024-10-01T18:17:17.100Z[ recovery-image] Oct 01 18:17:15.081 INFO O| Oct 01 18:17:15.081 INFO STEP 716 (remove_files) COMPLETE
62522024-10-01T18:17:17.100Z[ recovery-image] Oct 01 18:17:15.081 INFO O| Oct 01 18:17:15.081 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-10-01T18:17:17.104Z[ recovery-image] Oct 01 18:17:15.102 INFO O| Oct 01 18:17:15.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
62542024-10-01T18:17:17.107Z[ recovery-image] Oct 01 18:17:15.102 INFO O| Oct 01 18:17:15.102 INFO STEP 717 (remove_files) COMPLETE
62552024-10-01T18:17:17.107Z[ recovery-image] Oct 01 18:17:15.102 INFO O| Oct 01 18:17:15.102 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-10-01T18:17:17.131Z[ recovery-image] Oct 01 18:17:15.129 INFO O| Oct 01 18:17:15.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
62572024-10-01T18:17:17.131Z[ recovery-image] Oct 01 18:17:15.130 INFO O| Oct 01 18:17:15.130 INFO STEP 718 (remove_files) COMPLETE
62582024-10-01T18:17:17.131Z[ recovery-image] Oct 01 18:17:15.130 INFO O| Oct 01 18:17:15.130 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-10-01T18:17:17.168Z[ recovery-image] Oct 01 18:17:15.166 INFO O| Oct 01 18:17:15.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
62602024-10-01T18:17:17.168Z[ recovery-image] Oct 01 18:17:15.166 INFO O| Oct 01 18:17:15.166 INFO STEP 719 (remove_files) COMPLETE
62612024-10-01T18:17:17.171Z[ recovery-image] Oct 01 18:17:15.166 INFO O| Oct 01 18:17:15.166 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-10-01T18:17:17.206Z[ recovery-image] Oct 01 18:17:15.205 INFO O| Oct 01 18:17:15.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
62632024-10-01T18:17:17.209Z[ recovery-image] Oct 01 18:17:15.205 INFO O| Oct 01 18:17:15.205 INFO STEP 720 (remove_files) COMPLETE
62642024-10-01T18:17:17.209Z[ recovery-image] Oct 01 18:17:15.205 INFO O| Oct 01 18:17:15.205 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-10-01T18:17:17.225Z[ recovery-image] Oct 01 18:17:15.224 INFO O| Oct 01 18:17:15.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
62662024-10-01T18:17:17.228Z[ recovery-image] Oct 01 18:17:15.224 INFO O| Oct 01 18:17:15.224 INFO STEP 721 (remove_files) COMPLETE
62672024-10-01T18:17:17.228Z[ recovery-image] Oct 01 18:17:15.224 INFO O| Oct 01 18:17:15.224 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-10-01T18:17:17.245Z[ recovery-image] Oct 01 18:17:15.244 INFO O| Oct 01 18:17:15.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62692024-10-01T18:17:17.248Z[ recovery-image] Oct 01 18:17:15.244 INFO O| Oct 01 18:17:15.244 INFO STEP 722 (remove_files) COMPLETE
62702024-10-01T18:17:17.248Z[ recovery-image] Oct 01 18:17:15.244 INFO O| Oct 01 18:17:15.244 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-10-01T18:17:17.264Z[ recovery-image] Oct 01 18:17:15.262 INFO O| Oct 01 18:17:15.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62722024-10-01T18:17:17.268Z[ recovery-image] Oct 01 18:17:15.263 INFO O| Oct 01 18:17:15.262 INFO STEP 723 (remove_files) COMPLETE
62732024-10-01T18:17:17.268Z[ recovery-image] Oct 01 18:17:15.263 INFO O| Oct 01 18:17:15.263 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-10-01T18:17:17.282Z[ recovery-image] Oct 01 18:17:15.281 INFO O| Oct 01 18:17:15.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
62752024-10-01T18:17:17.282Z[ recovery-image] Oct 01 18:17:15.281 INFO O| Oct 01 18:17:15.281 INFO STEP 724 (remove_files) COMPLETE
62762024-10-01T18:17:17.282Z[ recovery-image] Oct 01 18:17:15.281 INFO O| Oct 01 18:17:15.281 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-10-01T18:17:17.453Z[ recovery-image] Oct 01 18:17:15.451 INFO O| Oct 01 18:17:15.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
62782024-10-01T18:17:17.455Z[ recovery-image] Oct 01 18:17:15.451 INFO O| Oct 01 18:17:15.451 INFO STEP 725 (remove_files) COMPLETE
62792024-10-01T18:17:17.455Z[ recovery-image] Oct 01 18:17:15.451 INFO O| Oct 01 18:17:15.451 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-10-01T18:17:17.488Z[ recovery-image] Oct 01 18:17:15.487 INFO O| Oct 01 18:17:15.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
62812024-10-01T18:17:17.488Z[ recovery-image] Oct 01 18:17:15.487 INFO O| Oct 01 18:17:15.487 INFO STEP 726 (remove_files) COMPLETE
62822024-10-01T18:17:17.488Z[ recovery-image] Oct 01 18:17:15.487 INFO O| Oct 01 18:17:15.487 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-10-01T18:17:17.508Z[ recovery-image] Oct 01 18:17:15.505 INFO O| Oct 01 18:17:15.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
62842024-10-01T18:17:17.508Z[ recovery-image] Oct 01 18:17:15.506 INFO O| Oct 01 18:17:15.506 INFO STEP 727 (remove_files) COMPLETE
62852024-10-01T18:17:17.510Z[ recovery-image] Oct 01 18:17:15.506 INFO O| Oct 01 18:17:15.506 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-10-01T18:17:17.530Z[ recovery-image] Oct 01 18:17:15.526 INFO O| Oct 01 18:17:15.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62872024-10-01T18:17:17.530Z[ recovery-image] Oct 01 18:17:15.526 INFO O| Oct 01 18:17:15.526 INFO STEP 728 (remove_files) COMPLETE
62882024-10-01T18:17:17.534Z[ recovery-image] Oct 01 18:17:15.527 INFO O| Oct 01 18:17:15.526 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-10-01T18:17:17.566Z[ recovery-image] Oct 01 18:17:15.564 INFO O| Oct 01 18:17:15.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62902024-10-01T18:17:17.566Z[ recovery-image] Oct 01 18:17:15.564 INFO O| Oct 01 18:17:15.564 INFO STEP 729 (remove_files) COMPLETE
62912024-10-01T18:17:17.566Z[ recovery-image] Oct 01 18:17:15.564 INFO O| Oct 01 18:17:15.564 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-10-01T18:17:17.586Z[ recovery-image] Oct 01 18:17:15.582 INFO O| Oct 01 18:17:15.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62932024-10-01T18:17:17.586Z[ recovery-image] Oct 01 18:17:15.582 INFO O| Oct 01 18:17:15.582 INFO STEP 730 (remove_files) COMPLETE
62942024-10-01T18:17:17.586Z[ recovery-image] Oct 01 18:17:15.582 INFO O| Oct 01 18:17:15.582 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-10-01T18:17:17.643Z[ recovery-image] Oct 01 18:17:15.641 INFO O| Oct 01 18:17:15.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62962024-10-01T18:17:17.643Z[ recovery-image] Oct 01 18:17:15.641 INFO O| Oct 01 18:17:15.641 INFO STEP 731 (remove_files) COMPLETE
62972024-10-01T18:17:17.643Z[ recovery-image] Oct 01 18:17:15.641 INFO O| Oct 01 18:17:15.641 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-10-01T18:17:17.670Z[ recovery-image] Oct 01 18:17:15.664 INFO O| Oct 01 18:17:15.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62992024-10-01T18:17:17.670Z[ recovery-image] Oct 01 18:17:15.664 INFO O| Oct 01 18:17:15.664 INFO STEP 732 (remove_files) COMPLETE
63002024-10-01T18:17:17.674Z[ recovery-image] Oct 01 18:17:15.664 INFO O| Oct 01 18:17:15.664 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-10-01T18:17:17.704Z[ recovery-image] Oct 01 18:17:15.702 INFO O| Oct 01 18:17:15.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63022024-10-01T18:17:17.704Z[ recovery-image] Oct 01 18:17:15.702 INFO O| Oct 01 18:17:15.702 INFO STEP 733 (remove_files) COMPLETE
63032024-10-01T18:17:17.704Z[ recovery-image] Oct 01 18:17:15.702 INFO O| Oct 01 18:17:15.702 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-10-01T18:17:17.766Z[ recovery-image] Oct 01 18:17:15.764 INFO O| Oct 01 18:17:15.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63052024-10-01T18:17:17.766Z[ recovery-image] Oct 01 18:17:15.764 INFO O| Oct 01 18:17:15.764 INFO STEP 734 (remove_files) COMPLETE
63062024-10-01T18:17:17.768Z[ recovery-image] Oct 01 18:17:15.764 INFO O| Oct 01 18:17:15.764 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-10-01T18:17:17.784Z[ recovery-image] Oct 01 18:17:15.782 INFO O| Oct 01 18:17:15.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63082024-10-01T18:17:17.787Z[ recovery-image] Oct 01 18:17:15.782 INFO O| Oct 01 18:17:15.782 INFO STEP 735 (remove_files) COMPLETE
63092024-10-01T18:17:17.787Z[ recovery-image] Oct 01 18:17:15.783 INFO O| Oct 01 18:17:15.783 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-10-01T18:17:17.802Z[ recovery-image] Oct 01 18:17:15.801 INFO O| Oct 01 18:17:15.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63112024-10-01T18:17:17.805Z[ recovery-image] Oct 01 18:17:15.801 INFO O| Oct 01 18:17:15.801 INFO STEP 736 (remove_files) COMPLETE
63122024-10-01T18:17:17.805Z[ recovery-image] Oct 01 18:17:15.801 INFO O| Oct 01 18:17:15.801 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-10-01T18:17:17.821Z[ recovery-image] Oct 01 18:17:15.820 INFO O| Oct 01 18:17:15.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63142024-10-01T18:17:17.824Z[ recovery-image] Oct 01 18:17:15.820 INFO O| Oct 01 18:17:15.820 INFO STEP 737 (remove_files) COMPLETE
63152024-10-01T18:17:17.824Z[ recovery-image] Oct 01 18:17:15.820 INFO O| Oct 01 18:17:15.820 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-10-01T18:17:17.841Z[ recovery-image] Oct 01 18:17:15.839 INFO O| Oct 01 18:17:15.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63172024-10-01T18:17:17.858Z[ recovery-image] Oct 01 18:17:15.856 INFO O| Oct 01 18:17:15.856 INFO STEP 738 (remove_files) COMPLETE
63182024-10-01T18:17:17.858Z[ recovery-image] Oct 01 18:17:15.856 INFO O| Oct 01 18:17:15.856 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-10-01T18:17:17.881Z[ recovery-image] Oct 01 18:17:15.879 INFO O| Oct 01 18:17:15.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63202024-10-01T18:17:17.881Z[ recovery-image] Oct 01 18:17:15.879 INFO O| Oct 01 18:17:15.879 INFO STEP 739 (remove_files) COMPLETE
63212024-10-01T18:17:17.884Z[ recovery-image] Oct 01 18:17:15.879 INFO O| Oct 01 18:17:15.879 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-10-01T18:17:17.916Z[ recovery-image] Oct 01 18:17:15.914 INFO O| Oct 01 18:17:15.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63232024-10-01T18:17:17.935Z[ recovery-image] Oct 01 18:17:15.933 INFO O| Oct 01 18:17:15.933 INFO STEP 740 (remove_files) COMPLETE
63242024-10-01T18:17:17.935Z[ recovery-image] Oct 01 18:17:15.933 INFO O| Oct 01 18:17:15.933 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-10-01T18:17:17.991Z[ recovery-image] Oct 01 18:17:15.989 INFO O| Oct 01 18:17:15.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63262024-10-01T18:17:17.991Z[ recovery-image] Oct 01 18:17:15.989 INFO O| Oct 01 18:17:15.989 INFO STEP 741 (remove_files) COMPLETE
63272024-10-01T18:17:17.994Z[ recovery-image] Oct 01 18:17:15.990 INFO O| Oct 01 18:17:15.989 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-10-01T18:17:18.026Z[ recovery-image] Oct 01 18:17:16.024 INFO O| Oct 01 18:17:16.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63292024-10-01T18:17:18.029Z[ recovery-image] Oct 01 18:17:16.025 INFO O| Oct 01 18:17:16.024 INFO STEP 742 (remove_files) COMPLETE
63302024-10-01T18:17:18.029Z[ recovery-image] Oct 01 18:17:16.025 INFO O| Oct 01 18:17:16.025 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-10-01T18:17:18.047Z[ recovery-image] Oct 01 18:17:16.045 INFO O| Oct 01 18:17:16.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63322024-10-01T18:17:18.050Z[ recovery-image] Oct 01 18:17:16.046 INFO O| Oct 01 18:17:16.045 INFO STEP 743 (remove_files) COMPLETE
63332024-10-01T18:17:18.050Z[ recovery-image] Oct 01 18:17:16.046 INFO O| Oct 01 18:17:16.046 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-10-01T18:17:18.067Z[ recovery-image] Oct 01 18:17:16.065 INFO O| Oct 01 18:17:16.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63352024-10-01T18:17:18.070Z[ recovery-image] Oct 01 18:17:16.066 INFO O| Oct 01 18:17:16.066 INFO STEP 744 (remove_files) COMPLETE
63362024-10-01T18:17:18.070Z[ recovery-image] Oct 01 18:17:16.066 INFO O| Oct 01 18:17:16.066 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-10-01T18:17:18.087Z[ recovery-image] Oct 01 18:17:16.085 INFO O| Oct 01 18:17:16.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63382024-10-01T18:17:18.087Z[ recovery-image] Oct 01 18:17:16.085 INFO O| Oct 01 18:17:16.085 INFO STEP 745 (remove_files) COMPLETE
63392024-10-01T18:17:18.090Z[ recovery-image] Oct 01 18:17:16.085 INFO O| Oct 01 18:17:16.085 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-10-01T18:17:18.119Z[ recovery-image] Oct 01 18:17:16.117 INFO O| Oct 01 18:17:16.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
63412024-10-01T18:17:18.119Z[ recovery-image] Oct 01 18:17:16.117 INFO O| Oct 01 18:17:16.117 INFO STEP 746 (remove_files) COMPLETE
63422024-10-01T18:17:18.119Z[ recovery-image] Oct 01 18:17:16.117 INFO O| Oct 01 18:17:16.117 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-10-01T18:17:18.135Z[ recovery-image] Oct 01 18:17:16.134 INFO O| Oct 01 18:17:16.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
63442024-10-01T18:17:18.135Z[ recovery-image] Oct 01 18:17:16.134 INFO O| Oct 01 18:17:16.134 INFO STEP 747 (remove_files) COMPLETE
63452024-10-01T18:17:18.136Z[ recovery-image] Oct 01 18:17:16.134 INFO O| Oct 01 18:17:16.134 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-10-01T18:17:18.158Z[ recovery-image] Oct 01 18:17:16.156 INFO O| Oct 01 18:17:16.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
63472024-10-01T18:17:18.161Z[ recovery-image] Oct 01 18:17:16.156 INFO O| Oct 01 18:17:16.156 INFO STEP 748 (remove_files) COMPLETE
63482024-10-01T18:17:18.161Z[ recovery-image] Oct 01 18:17:16.157 INFO O| Oct 01 18:17:16.157 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-10-01T18:17:18.179Z[ recovery-image] Oct 01 18:17:16.177 INFO O| Oct 01 18:17:16.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
63502024-10-01T18:17:18.181Z[ recovery-image] Oct 01 18:17:16.177 INFO O| Oct 01 18:17:16.177 INFO STEP 749 (remove_files) COMPLETE
63512024-10-01T18:17:18.181Z[ recovery-image] Oct 01 18:17:16.177 INFO O| Oct 01 18:17:16.177 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-10-01T18:17:18.199Z[ recovery-image] Oct 01 18:17:16.196 INFO O| Oct 01 18:17:16.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
63532024-10-01T18:17:18.199Z[ recovery-image] Oct 01 18:17:16.196 INFO O| Oct 01 18:17:16.196 INFO STEP 750 (remove_files) COMPLETE
63542024-10-01T18:17:18.199Z[ recovery-image] Oct 01 18:17:16.196 INFO O| Oct 01 18:17:16.196 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-10-01T18:17:18.232Z[ recovery-image] Oct 01 18:17:16.230 INFO O| Oct 01 18:17:16.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
63562024-10-01T18:17:18.232Z[ recovery-image] Oct 01 18:17:16.231 INFO O| Oct 01 18:17:16.230 INFO STEP 751 (remove_files) COMPLETE
63572024-10-01T18:17:18.232Z[ recovery-image] Oct 01 18:17:16.231 INFO O| Oct 01 18:17:16.231 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-10-01T18:17:18.252Z[ recovery-image] Oct 01 18:17:16.250 INFO O| Oct 01 18:17:16.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
63592024-10-01T18:17:18.252Z[ recovery-image] Oct 01 18:17:16.250 INFO O| Oct 01 18:17:16.250 INFO STEP 752 (remove_files) COMPLETE
63602024-10-01T18:17:18.254Z[ recovery-image] Oct 01 18:17:16.250 INFO O| Oct 01 18:17:16.250 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-10-01T18:17:18.269Z[ recovery-image] Oct 01 18:17:16.267 INFO O| Oct 01 18:17:16.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
63622024-10-01T18:17:18.269Z[ recovery-image] Oct 01 18:17:16.267 INFO O| Oct 01 18:17:16.267 INFO STEP 753 (remove_files) COMPLETE
63632024-10-01T18:17:18.269Z[ recovery-image] Oct 01 18:17:16.267 INFO O| Oct 01 18:17:16.267 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-10-01T18:17:18.300Z[ recovery-image] Oct 01 18:17:16.298 INFO O| Oct 01 18:17:16.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
63652024-10-01T18:17:18.300Z[ recovery-image] Oct 01 18:17:16.298 INFO O| Oct 01 18:17:16.298 INFO STEP 754 (remove_files) COMPLETE
63662024-10-01T18:17:18.300Z[ recovery-image] Oct 01 18:17:16.298 INFO O| Oct 01 18:17:16.298 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-10-01T18:17:18.358Z[ recovery-image] Oct 01 18:17:16.356 INFO O| Oct 01 18:17:16.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63682024-10-01T18:17:18.358Z[ recovery-image] Oct 01 18:17:16.356 INFO O| Oct 01 18:17:16.356 INFO STEP 755 (remove_files) COMPLETE
63692024-10-01T18:17:18.361Z[ recovery-image] Oct 01 18:17:16.356 INFO O| Oct 01 18:17:16.356 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-10-01T18:17:18.424Z[ recovery-image] Oct 01 18:17:16.422 INFO O| Oct 01 18:17:16.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63712024-10-01T18:17:18.424Z[ recovery-image] Oct 01 18:17:16.422 INFO O| Oct 01 18:17:16.422 INFO STEP 756 (remove_files) COMPLETE
63722024-10-01T18:17:18.427Z[ recovery-image] Oct 01 18:17:16.422 INFO O| Oct 01 18:17:16.422 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-10-01T18:17:18.445Z[ recovery-image] Oct 01 18:17:16.444 INFO O| Oct 01 18:17:16.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
63742024-10-01T18:17:18.466Z[ recovery-image] Oct 01 18:17:16.464 INFO O| Oct 01 18:17:16.464 INFO STEP 757 (remove_files) COMPLETE
63752024-10-01T18:17:18.466Z[ recovery-image] Oct 01 18:17:16.464 INFO O| Oct 01 18:17:16.464 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-10-01T18:17:18.512Z[ recovery-image] Oct 01 18:17:16.510 INFO O| Oct 01 18:17:16.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
63772024-10-01T18:17:18.514Z[ recovery-image] Oct 01 18:17:16.510 INFO O| Oct 01 18:17:16.510 INFO STEP 758 (remove_files) COMPLETE
63782024-10-01T18:17:18.514Z[ recovery-image] Oct 01 18:17:16.510 INFO O| Oct 01 18:17:16.510 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-10-01T18:17:18.532Z[ recovery-image] Oct 01 18:17:16.530 INFO O| Oct 01 18:17:16.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
63802024-10-01T18:17:18.534Z[ recovery-image] Oct 01 18:17:16.530 INFO O| Oct 01 18:17:16.530 INFO STEP 759 (remove_files) COMPLETE
63812024-10-01T18:17:18.534Z[ recovery-image] Oct 01 18:17:16.530 INFO O| Oct 01 18:17:16.530 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-10-01T18:17:18.549Z[ recovery-image] Oct 01 18:17:16.547 INFO O| Oct 01 18:17:16.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
63832024-10-01T18:17:18.549Z[ recovery-image] Oct 01 18:17:16.547 INFO O| Oct 01 18:17:16.547 INFO STEP 760 (remove_files) COMPLETE
63842024-10-01T18:17:18.549Z[ recovery-image] Oct 01 18:17:16.547 INFO O| Oct 01 18:17:16.547 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-10-01T18:17:18.567Z[ recovery-image] Oct 01 18:17:16.565 INFO O| Oct 01 18:17:16.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63862024-10-01T18:17:18.567Z[ recovery-image] Oct 01 18:17:16.565 INFO O| Oct 01 18:17:16.565 INFO STEP 761 (remove_files) COMPLETE
63872024-10-01T18:17:18.567Z[ recovery-image] Oct 01 18:17:16.566 INFO O| Oct 01 18:17:16.565 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-10-01T18:17:18.587Z[ recovery-image] Oct 01 18:17:16.585 INFO O| Oct 01 18:17:16.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63892024-10-01T18:17:18.587Z[ recovery-image] Oct 01 18:17:16.585 INFO O| Oct 01 18:17:16.585 INFO STEP 762 (remove_files) COMPLETE
63902024-10-01T18:17:18.587Z[ recovery-image] Oct 01 18:17:16.585 INFO O| Oct 01 18:17:16.585 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-10-01T18:17:18.608Z[ recovery-image] Oct 01 18:17:16.605 INFO O| Oct 01 18:17:16.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63922024-10-01T18:17:18.608Z[ recovery-image] Oct 01 18:17:16.605 INFO O| Oct 01 18:17:16.605 INFO STEP 763 (remove_files) COMPLETE
63932024-10-01T18:17:18.608Z[ recovery-image] Oct 01 18:17:16.605 INFO O| Oct 01 18:17:16.605 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-10-01T18:17:18.626Z[ recovery-image] Oct 01 18:17:16.624 INFO O| Oct 01 18:17:16.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63952024-10-01T18:17:18.626Z[ recovery-image] Oct 01 18:17:16.625 INFO O| Oct 01 18:17:16.624 INFO STEP 764 (remove_files) COMPLETE
63962024-10-01T18:17:18.626Z[ recovery-image] Oct 01 18:17:16.625 INFO O| Oct 01 18:17:16.625 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-10-01T18:17:18.659Z[ recovery-image] Oct 01 18:17:16.658 INFO O| Oct 01 18:17:16.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63982024-10-01T18:17:18.660Z[ recovery-image] Oct 01 18:17:16.658 INFO O| Oct 01 18:17:16.658 INFO STEP 765 (remove_files) COMPLETE
63992024-10-01T18:17:18.660Z[ recovery-image] Oct 01 18:17:16.658 INFO O| Oct 01 18:17:16.658 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-10-01T18:17:18.680Z[ recovery-image] Oct 01 18:17:16.677 INFO O| Oct 01 18:17:16.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64012024-10-01T18:17:18.680Z[ recovery-image] Oct 01 18:17:16.677 INFO O| Oct 01 18:17:16.677 INFO STEP 766 (remove_files) COMPLETE
64022024-10-01T18:17:18.680Z[ recovery-image] Oct 01 18:17:16.677 INFO O| Oct 01 18:17:16.677 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-10-01T18:17:18.714Z[ recovery-image] Oct 01 18:17:16.712 INFO O| Oct 01 18:17:16.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64042024-10-01T18:17:18.714Z[ recovery-image] Oct 01 18:17:16.713 INFO O| Oct 01 18:17:16.712 INFO STEP 767 (remove_files) COMPLETE
64052024-10-01T18:17:18.717Z[ recovery-image] Oct 01 18:17:16.713 INFO O| Oct 01 18:17:16.712 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-10-01T18:17:18.735Z[ recovery-image] Oct 01 18:17:16.733 INFO O| Oct 01 18:17:16.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64072024-10-01T18:17:18.738Z[ recovery-image] Oct 01 18:17:16.733 INFO O| Oct 01 18:17:16.733 INFO STEP 768 (remove_files) COMPLETE
64082024-10-01T18:17:18.738Z[ recovery-image] Oct 01 18:17:16.733 INFO O| Oct 01 18:17:16.733 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-10-01T18:17:18.776Z[ recovery-image] Oct 01 18:17:16.774 INFO O| Oct 01 18:17:16.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64102024-10-01T18:17:18.779Z[ recovery-image] Oct 01 18:17:16.774 INFO O| Oct 01 18:17:16.774 INFO STEP 769 (remove_files) COMPLETE
64112024-10-01T18:17:18.779Z[ recovery-image] Oct 01 18:17:16.774 INFO O| Oct 01 18:17:16.774 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-10-01T18:17:18.797Z[ recovery-image] Oct 01 18:17:16.795 INFO O| Oct 01 18:17:16.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64132024-10-01T18:17:18.800Z[ recovery-image] Oct 01 18:17:16.795 INFO O| Oct 01 18:17:16.795 INFO STEP 770 (remove_files) COMPLETE
64142024-10-01T18:17:18.800Z[ recovery-image] Oct 01 18:17:16.795 INFO O| Oct 01 18:17:16.795 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-10-01T18:17:18.856Z[ recovery-image] Oct 01 18:17:16.854 INFO O| Oct 01 18:17:16.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64162024-10-01T18:17:18.856Z[ recovery-image] Oct 01 18:17:16.854 INFO O| Oct 01 18:17:16.854 INFO STEP 771 (remove_files) COMPLETE
64172024-10-01T18:17:18.858Z[ recovery-image] Oct 01 18:17:16.854 INFO O| Oct 01 18:17:16.854 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-10-01T18:17:18.875Z[ recovery-image] Oct 01 18:17:16.873 INFO O| Oct 01 18:17:16.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64192024-10-01T18:17:18.875Z[ recovery-image] Oct 01 18:17:16.873 INFO O| Oct 01 18:17:16.873 INFO STEP 772 (remove_files) COMPLETE
64202024-10-01T18:17:18.878Z[ recovery-image] Oct 01 18:17:16.874 INFO O| Oct 01 18:17:16.873 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-10-01T18:17:18.894Z[ recovery-image] Oct 01 18:17:16.893 INFO O| Oct 01 18:17:16.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64222024-10-01T18:17:18.894Z[ recovery-image] Oct 01 18:17:16.893 INFO O| Oct 01 18:17:16.893 INFO STEP 773 (remove_files) COMPLETE
64232024-10-01T18:17:18.897Z[ recovery-image] Oct 01 18:17:16.893 INFO O| Oct 01 18:17:16.893 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-10-01T18:17:18.914Z[ recovery-image] Oct 01 18:17:16.912 INFO O| Oct 01 18:17:16.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64252024-10-01T18:17:18.914Z[ recovery-image] Oct 01 18:17:16.912 INFO O| Oct 01 18:17:16.912 INFO STEP 774 (remove_files) COMPLETE
64262024-10-01T18:17:18.917Z[ recovery-image] Oct 01 18:17:16.912 INFO O| Oct 01 18:17:16.912 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-10-01T18:17:18.932Z[ recovery-image] Oct 01 18:17:16.930 INFO O| Oct 01 18:17:16.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64282024-10-01T18:17:18.933Z[ recovery-image] Oct 01 18:17:16.931 INFO O| Oct 01 18:17:16.930 INFO STEP 775 (remove_files) COMPLETE
64292024-10-01T18:17:18.935Z[ recovery-image] Oct 01 18:17:16.931 INFO O| Oct 01 18:17:16.931 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-10-01T18:17:18.984Z[ recovery-image] Oct 01 18:17:16.982 INFO O| Oct 01 18:17:16.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64312024-10-01T18:17:18.984Z[ recovery-image] Oct 01 18:17:16.982 INFO O| Oct 01 18:17:16.982 INFO STEP 776 (remove_files) COMPLETE
64322024-10-01T18:17:18.984Z[ recovery-image] Oct 01 18:17:16.982 INFO O| Oct 01 18:17:16.982 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-10-01T18:17:19.024Z[ recovery-image] Oct 01 18:17:17.022 INFO O| Oct 01 18:17:17.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64342024-10-01T18:17:19.024Z[ recovery-image] Oct 01 18:17:17.022 INFO O| Oct 01 18:17:17.022 INFO STEP 777 (remove_files) COMPLETE
64352024-10-01T18:17:19.027Z[ recovery-image] Oct 01 18:17:17.022 INFO O| Oct 01 18:17:17.022 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-10-01T18:17:19.042Z[ recovery-image] Oct 01 18:17:17.040 INFO O| Oct 01 18:17:17.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64372024-10-01T18:17:19.045Z[ recovery-image] Oct 01 18:17:17.041 INFO O| Oct 01 18:17:17.041 INFO STEP 778 (remove_files) COMPLETE
64382024-10-01T18:17:19.045Z[ recovery-image] Oct 01 18:17:17.041 INFO O| Oct 01 18:17:17.041 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-10-01T18:17:19.077Z[ recovery-image] Oct 01 18:17:17.074 INFO O| Oct 01 18:17:17.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64402024-10-01T18:17:19.077Z[ recovery-image] Oct 01 18:17:17.074 INFO O| Oct 01 18:17:17.074 INFO STEP 779 (remove_files) COMPLETE
64412024-10-01T18:17:19.077Z[ recovery-image] Oct 01 18:17:17.074 INFO O| Oct 01 18:17:17.074 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-10-01T18:17:19.131Z[ recovery-image] Oct 01 18:17:17.129 INFO O| Oct 01 18:17:17.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
64432024-10-01T18:17:19.131Z[ recovery-image] Oct 01 18:17:17.129 INFO O| Oct 01 18:17:17.129 INFO STEP 780 (remove_files) COMPLETE
64442024-10-01T18:17:19.131Z[ recovery-image] Oct 01 18:17:17.129 INFO O| Oct 01 18:17:17.129 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-10-01T18:17:19.151Z[ recovery-image] Oct 01 18:17:17.149 INFO O| Oct 01 18:17:17.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
64462024-10-01T18:17:19.151Z[ recovery-image] Oct 01 18:17:17.149 INFO O| Oct 01 18:17:17.149 INFO STEP 781 (remove_files) COMPLETE
64472024-10-01T18:17:19.154Z[ recovery-image] Oct 01 18:17:17.149 INFO O| Oct 01 18:17:17.149 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-10-01T18:17:19.192Z[ recovery-image] Oct 01 18:17:17.190 INFO O| Oct 01 18:17:17.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
64492024-10-01T18:17:19.192Z[ recovery-image] Oct 01 18:17:17.190 INFO O| Oct 01 18:17:17.190 INFO STEP 782 (remove_files) COMPLETE
64502024-10-01T18:17:19.192Z[ recovery-image] Oct 01 18:17:17.190 INFO O| Oct 01 18:17:17.190 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-10-01T18:17:19.220Z[ recovery-image] Oct 01 18:17:17.218 INFO O| Oct 01 18:17:17.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
64522024-10-01T18:17:19.220Z[ recovery-image] Oct 01 18:17:17.218 INFO O| Oct 01 18:17:17.218 INFO STEP 783 (remove_files) COMPLETE
64532024-10-01T18:17:19.220Z[ recovery-image] Oct 01 18:17:17.218 INFO O| Oct 01 18:17:17.218 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-10-01T18:17:19.241Z[ recovery-image] Oct 01 18:17:17.239 INFO O| Oct 01 18:17:17.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
64552024-10-01T18:17:19.241Z[ recovery-image] Oct 01 18:17:17.239 INFO O| Oct 01 18:17:17.239 INFO STEP 784 (remove_files) COMPLETE
64562024-10-01T18:17:19.244Z[ recovery-image] Oct 01 18:17:17.239 INFO O| Oct 01 18:17:17.239 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-10-01T18:17:19.257Z[ recovery-image] Oct 01 18:17:17.256 INFO O| Oct 01 18:17:17.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
64582024-10-01T18:17:19.258Z[ recovery-image] Oct 01 18:17:17.256 INFO O| Oct 01 18:17:17.256 INFO STEP 785 (remove_files) COMPLETE
64592024-10-01T18:17:19.258Z[ recovery-image] Oct 01 18:17:17.256 INFO O| Oct 01 18:17:17.256 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-10-01T18:17:19.298Z[ recovery-image] Oct 01 18:17:17.296 INFO O| Oct 01 18:17:17.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
64612024-10-01T18:17:19.301Z[ recovery-image] Oct 01 18:17:17.296 INFO O| Oct 01 18:17:17.296 INFO STEP 786 (remove_files) COMPLETE
64622024-10-01T18:17:19.301Z[ recovery-image] Oct 01 18:17:17.296 INFO O| Oct 01 18:17:17.296 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-10-01T18:17:19.362Z[ recovery-image] Oct 01 18:17:17.359 INFO O| Oct 01 18:17:17.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
64642024-10-01T18:17:19.362Z[ recovery-image] Oct 01 18:17:17.359 INFO O| Oct 01 18:17:17.359 INFO STEP 787 (remove_files) COMPLETE
64652024-10-01T18:17:19.364Z[ recovery-image] Oct 01 18:17:17.360 INFO O| Oct 01 18:17:17.359 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-10-01T18:17:19.379Z[ recovery-image] Oct 01 18:17:17.377 INFO O| Oct 01 18:17:17.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64672024-10-01T18:17:19.382Z[ recovery-image] Oct 01 18:17:17.377 INFO O| Oct 01 18:17:17.377 INFO STEP 788 (remove_files) COMPLETE
64682024-10-01T18:17:19.382Z[ recovery-image] Oct 01 18:17:17.377 INFO O| Oct 01 18:17:17.377 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-10-01T18:17:19.413Z[ recovery-image] Oct 01 18:17:17.411 INFO O| Oct 01 18:17:17.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64702024-10-01T18:17:19.413Z[ recovery-image] Oct 01 18:17:17.411 INFO O| Oct 01 18:17:17.411 INFO STEP 789 (remove_files) COMPLETE
64712024-10-01T18:17:19.414Z[ recovery-image] Oct 01 18:17:17.411 INFO O| Oct 01 18:17:17.411 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-10-01T18:17:19.442Z[ recovery-image] Oct 01 18:17:17.440 INFO O| Oct 01 18:17:17.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64732024-10-01T18:17:19.442Z[ recovery-image] Oct 01 18:17:17.440 INFO O| Oct 01 18:17:17.440 INFO STEP 790 (remove_files) COMPLETE
64742024-10-01T18:17:19.442Z[ recovery-image] Oct 01 18:17:17.440 INFO O| Oct 01 18:17:17.440 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-10-01T18:17:19.480Z[ recovery-image] Oct 01 18:17:17.478 INFO O| Oct 01 18:17:17.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
64762024-10-01T18:17:19.480Z[ recovery-image] Oct 01 18:17:17.478 INFO O| Oct 01 18:17:17.478 INFO STEP 791 (remove_files) COMPLETE
64772024-10-01T18:17:19.480Z[ recovery-image] Oct 01 18:17:17.478 INFO O| Oct 01 18:17:17.478 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-10-01T18:17:19.518Z[ recovery-image] Oct 01 18:17:17.516 INFO O| Oct 01 18:17:17.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
64792024-10-01T18:17:19.518Z[ recovery-image] Oct 01 18:17:17.516 INFO O| Oct 01 18:17:17.516 INFO STEP 792 (remove_files) COMPLETE
64802024-10-01T18:17:19.518Z[ recovery-image] Oct 01 18:17:17.516 INFO O| Oct 01 18:17:17.516 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-10-01T18:17:19.543Z[ recovery-image] Oct 01 18:17:17.541 INFO O| Oct 01 18:17:17.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
64822024-10-01T18:17:19.543Z[ recovery-image] Oct 01 18:17:17.541 INFO O| Oct 01 18:17:17.541 INFO STEP 793 (remove_files) COMPLETE
64832024-10-01T18:17:19.543Z[ recovery-image] Oct 01 18:17:17.541 INFO O| Oct 01 18:17:17.541 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-10-01T18:17:19.578Z[ recovery-image] Oct 01 18:17:17.575 INFO O| Oct 01 18:17:17.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64852024-10-01T18:17:19.578Z[ recovery-image] Oct 01 18:17:17.576 INFO O| Oct 01 18:17:17.575 INFO STEP 794 (remove_files) COMPLETE
64862024-10-01T18:17:19.578Z[ recovery-image] Oct 01 18:17:17.576 INFO O| Oct 01 18:17:17.576 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-10-01T18:17:19.595Z[ recovery-image] Oct 01 18:17:17.593 INFO O| Oct 01 18:17:17.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64882024-10-01T18:17:19.595Z[ recovery-image] Oct 01 18:17:17.593 INFO O| Oct 01 18:17:17.593 INFO STEP 795 (remove_files) COMPLETE
64892024-10-01T18:17:19.595Z[ recovery-image] Oct 01 18:17:17.593 INFO O| Oct 01 18:17:17.593 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-10-01T18:17:19.613Z[ recovery-image] Oct 01 18:17:17.611 INFO O| Oct 01 18:17:17.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64912024-10-01T18:17:19.613Z[ recovery-image] Oct 01 18:17:17.611 INFO O| Oct 01 18:17:17.611 INFO STEP 796 (remove_files) COMPLETE
64922024-10-01T18:17:19.613Z[ recovery-image] Oct 01 18:17:17.611 INFO O| Oct 01 18:17:17.611 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-10-01T18:17:19.631Z[ recovery-image] Oct 01 18:17:17.629 INFO O| Oct 01 18:17:17.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64942024-10-01T18:17:19.631Z[ recovery-image] Oct 01 18:17:17.629 INFO O| Oct 01 18:17:17.629 INFO STEP 797 (remove_files) COMPLETE
64952024-10-01T18:17:19.631Z[ recovery-image] Oct 01 18:17:17.629 INFO O| Oct 01 18:17:17.629 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-10-01T18:17:19.650Z[ recovery-image] Oct 01 18:17:17.648 INFO O| Oct 01 18:17:17.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64972024-10-01T18:17:19.651Z[ recovery-image] Oct 01 18:17:17.648 INFO O| Oct 01 18:17:17.648 INFO STEP 798 (remove_files) COMPLETE
64982024-10-01T18:17:19.651Z[ recovery-image] Oct 01 18:17:17.648 INFO O| Oct 01 18:17:17.648 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-10-01T18:17:19.670Z[ recovery-image] Oct 01 18:17:17.667 INFO O| Oct 01 18:17:17.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65002024-10-01T18:17:19.670Z[ recovery-image] Oct 01 18:17:17.667 INFO O| Oct 01 18:17:17.667 INFO STEP 799 (remove_files) COMPLETE
65012024-10-01T18:17:19.670Z[ recovery-image] Oct 01 18:17:17.667 INFO O| Oct 01 18:17:17.667 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-10-01T18:17:19.699Z[ recovery-image] Oct 01 18:17:17.697 INFO O| Oct 01 18:17:17.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65032024-10-01T18:17:19.699Z[ recovery-image] Oct 01 18:17:17.697 INFO O| Oct 01 18:17:17.697 INFO STEP 800 (remove_files) COMPLETE
65042024-10-01T18:17:19.699Z[ recovery-image] Oct 01 18:17:17.697 INFO O| Oct 01 18:17:17.697 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-10-01T18:17:19.718Z[ recovery-image] Oct 01 18:17:17.716 INFO O| Oct 01 18:17:17.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65062024-10-01T18:17:19.719Z[ recovery-image] Oct 01 18:17:17.716 INFO O| Oct 01 18:17:17.716 INFO STEP 801 (remove_files) COMPLETE
65072024-10-01T18:17:19.719Z[ recovery-image] Oct 01 18:17:17.716 INFO O| Oct 01 18:17:17.716 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-10-01T18:17:19.737Z[ recovery-image] Oct 01 18:17:17.735 INFO O| Oct 01 18:17:17.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65092024-10-01T18:17:19.737Z[ recovery-image] Oct 01 18:17:17.735 INFO O| Oct 01 18:17:17.735 INFO STEP 802 (remove_files) COMPLETE
65102024-10-01T18:17:19.740Z[ recovery-image] Oct 01 18:17:17.735 INFO O| Oct 01 18:17:17.735 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-10-01T18:17:19.771Z[ recovery-image] Oct 01 18:17:17.769 INFO O| Oct 01 18:17:17.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65122024-10-01T18:17:19.773Z[ recovery-image] Oct 01 18:17:17.769 INFO O| Oct 01 18:17:17.769 INFO STEP 803 (remove_files) COMPLETE
65132024-10-01T18:17:19.773Z[ recovery-image] Oct 01 18:17:17.769 INFO O| Oct 01 18:17:17.769 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-10-01T18:17:19.836Z[ recovery-image] Oct 01 18:17:17.833 INFO O| Oct 01 18:17:17.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65152024-10-01T18:17:19.836Z[ recovery-image] Oct 01 18:17:17.833 INFO O| Oct 01 18:17:17.833 INFO STEP 804 (remove_files) COMPLETE
65162024-10-01T18:17:19.838Z[ recovery-image] Oct 01 18:17:17.834 INFO O| Oct 01 18:17:17.833 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-10-01T18:17:19.855Z[ recovery-image] Oct 01 18:17:17.852 INFO O| Oct 01 18:17:17.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65182024-10-01T18:17:19.855Z[ recovery-image] Oct 01 18:17:17.852 INFO O| Oct 01 18:17:17.852 INFO STEP 805 (remove_files) COMPLETE
65192024-10-01T18:17:19.857Z[ recovery-image] Oct 01 18:17:17.853 INFO O| Oct 01 18:17:17.852 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-10-01T18:17:19.917Z[ recovery-image] Oct 01 18:17:17.914 INFO O| Oct 01 18:17:17.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65212024-10-01T18:17:19.918Z[ recovery-image] Oct 01 18:17:17.914 INFO O| Oct 01 18:17:17.914 INFO STEP 806 (remove_files) COMPLETE
65222024-10-01T18:17:19.918Z[ recovery-image] Oct 01 18:17:17.915 INFO O| Oct 01 18:17:17.914 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-10-01T18:17:19.942Z[ recovery-image] Oct 01 18:17:17.939 INFO O| Oct 01 18:17:17.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65242024-10-01T18:17:19.942Z[ recovery-image] Oct 01 18:17:17.939 INFO O| Oct 01 18:17:17.939 INFO STEP 807 (remove_files) COMPLETE
65252024-10-01T18:17:19.942Z[ recovery-image] Oct 01 18:17:17.939 INFO O| Oct 01 18:17:17.939 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-10-01T18:17:19.963Z[ recovery-image] Oct 01 18:17:17.961 INFO O| Oct 01 18:17:17.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65272024-10-01T18:17:19.967Z[ recovery-image] Oct 01 18:17:17.961 INFO O| Oct 01 18:17:17.961 INFO STEP 808 (remove_files) COMPLETE
65282024-10-01T18:17:19.967Z[ recovery-image] Oct 01 18:17:17.961 INFO O| Oct 01 18:17:17.961 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-10-01T18:17:19.983Z[ recovery-image] Oct 01 18:17:17.981 INFO O| Oct 01 18:17:17.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65302024-10-01T18:17:19.985Z[ recovery-image] Oct 01 18:17:17.981 INFO O| Oct 01 18:17:17.981 INFO STEP 809 (remove_files) COMPLETE
65312024-10-01T18:17:19.985Z[ recovery-image] Oct 01 18:17:17.981 INFO O| Oct 01 18:17:17.981 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-10-01T18:17:20.004Z[ recovery-image] Oct 01 18:17:17.999 INFO O| Oct 01 18:17:17.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65332024-10-01T18:17:20.008Z[ recovery-image] Oct 01 18:17:18.000 INFO O| Oct 01 18:17:18.000 INFO STEP 810 (remove_files) COMPLETE
65342024-10-01T18:17:20.008Z[ recovery-image] Oct 01 18:17:18.000 INFO O| Oct 01 18:17:18.000 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-10-01T18:17:20.022Z[ recovery-image] Oct 01 18:17:18.020 INFO O| Oct 01 18:17:18.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65362024-10-01T18:17:20.025Z[ recovery-image] Oct 01 18:17:18.020 INFO O| Oct 01 18:17:18.020 INFO STEP 811 (remove_files) COMPLETE
65372024-10-01T18:17:20.025Z[ recovery-image] Oct 01 18:17:18.021 INFO O| Oct 01 18:17:18.020 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-10-01T18:17:20.041Z[ recovery-image] Oct 01 18:17:18.039 INFO O| Oct 01 18:17:18.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65392024-10-01T18:17:20.044Z[ recovery-image] Oct 01 18:17:18.039 INFO O| Oct 01 18:17:18.039 INFO STEP 812 (remove_files) COMPLETE
65402024-10-01T18:17:20.044Z[ recovery-image] Oct 01 18:17:18.039 INFO O| Oct 01 18:17:18.039 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-10-01T18:17:20.059Z[ recovery-image] Oct 01 18:17:18.057 INFO O| Oct 01 18:17:18.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
65422024-10-01T18:17:20.062Z[ recovery-image] Oct 01 18:17:18.057 INFO O| Oct 01 18:17:18.057 INFO STEP 813 (remove_files) COMPLETE
65432024-10-01T18:17:20.062Z[ recovery-image] Oct 01 18:17:18.057 INFO O| Oct 01 18:17:18.057 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-10-01T18:17:20.064Z[ host-image] Oct 01 18:17:18.061 INFO O| Oct 01 18:17:18.061 INFO O| Planning: Solver setup ... Done
65452024-10-01T18:17:20.087Z[ recovery-image] Oct 01 18:17:18.085 INFO O| Oct 01 18:17:18.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65462024-10-01T18:17:20.090Z[ recovery-image] Oct 01 18:17:18.086 INFO O| Oct 01 18:17:18.085 INFO STEP 814 (remove_files) COMPLETE
65472024-10-01T18:17:20.090Z[ recovery-image] Oct 01 18:17:18.086 INFO O| Oct 01 18:17:18.086 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-10-01T18:17:20.094Z[ host-image] Oct 01 18:17:18.091 INFO O| Oct 01 18:17:18.091 INFO O| Planning: Running solver ... Done
65492024-10-01T18:17:20.119Z[ recovery-image] Oct 01 18:17:18.117 INFO O| Oct 01 18:17:18.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65502024-10-01T18:17:20.119Z[ recovery-image] Oct 01 18:17:18.117 INFO O| Oct 01 18:17:18.117 INFO STEP 815 (remove_files) COMPLETE
65512024-10-01T18:17:20.119Z[ recovery-image] Oct 01 18:17:18.117 INFO O| Oct 01 18:17:18.117 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-10-01T18:17:20.136Z[ recovery-image] Oct 01 18:17:18.134 INFO O| Oct 01 18:17:18.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65532024-10-01T18:17:20.137Z[ recovery-image] Oct 01 18:17:18.134 INFO O| Oct 01 18:17:18.134 INFO STEP 816 (remove_files) COMPLETE
65542024-10-01T18:17:20.137Z[ recovery-image] Oct 01 18:17:18.134 INFO O| Oct 01 18:17:18.134 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-10-01T18:17:20.172Z[ recovery-image] Oct 01 18:17:18.170 INFO O| Oct 01 18:17:18.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65562024-10-01T18:17:20.175Z[ recovery-image] Oct 01 18:17:18.171 INFO O| Oct 01 18:17:18.170 INFO STEP 817 (remove_files) COMPLETE
65572024-10-01T18:17:20.175Z[ recovery-image] Oct 01 18:17:18.171 INFO O| Oct 01 18:17:18.171 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-10-01T18:17:20.192Z[ recovery-image] Oct 01 18:17:18.190 INFO O| Oct 01 18:17:18.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
65592024-10-01T18:17:20.195Z[ recovery-image] Oct 01 18:17:18.191 INFO O| Oct 01 18:17:18.190 INFO STEP 818 (remove_files) COMPLETE
65602024-10-01T18:17:20.195Z[ recovery-image] Oct 01 18:17:18.191 INFO O| Oct 01 18:17:18.191 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-10-01T18:17:20.195Z[ host-image] Oct 01 18:17:18.191 INFO O| Oct 01 18:17:18.191 INFO O| Planning: Finding local manifests ... Done
65622024-10-01T18:17:20.195Z[ host-image] Oct 01 18:17:18.192 INFO O| Oct 01 18:17:18.192 INFO O| Planning: Fetching manifests: 0/1 0% complete
65632024-10-01T18:17:20.213Z[ recovery-image] Oct 01 18:17:18.210 INFO O| Oct 01 18:17:18.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
65642024-10-01T18:17:20.215Z[ recovery-image] Oct 01 18:17:18.211 INFO O| Oct 01 18:17:18.211 INFO STEP 819 (remove_files) COMPLETE
65652024-10-01T18:17:20.215Z[ recovery-image] Oct 01 18:17:18.211 INFO O| Oct 01 18:17:18.211 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-10-01T18:17:20.233Z[ recovery-image] Oct 01 18:17:18.230 INFO O| Oct 01 18:17:18.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
65672024-10-01T18:17:20.233Z[ recovery-image] Oct 01 18:17:18.231 INFO O| Oct 01 18:17:18.230 INFO STEP 820 (remove_files) COMPLETE
65682024-10-01T18:17:20.235Z[ recovery-image] Oct 01 18:17:18.231 INFO O| Oct 01 18:17:18.231 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-10-01T18:17:20.251Z[ recovery-image] Oct 01 18:17:18.249 INFO O| Oct 01 18:17:18.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65702024-10-01T18:17:20.251Z[ recovery-image] Oct 01 18:17:18.249 INFO O| Oct 01 18:17:18.249 INFO STEP 821 (remove_files) COMPLETE
65712024-10-01T18:17:20.254Z[ recovery-image] Oct 01 18:17:18.249 INFO O| Oct 01 18:17:18.249 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-10-01T18:17:20.280Z[ recovery-image] Oct 01 18:17:18.278 INFO O| Oct 01 18:17:18.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65732024-10-01T18:17:20.283Z[ recovery-image] Oct 01 18:17:18.278 INFO O| Oct 01 18:17:18.278 INFO STEP 822 (remove_files) COMPLETE
65742024-10-01T18:17:20.283Z[ recovery-image] Oct 01 18:17:18.279 INFO O| Oct 01 18:17:18.278 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-10-01T18:17:20.309Z[ recovery-image] Oct 01 18:17:18.307 INFO O| Oct 01 18:17:18.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65762024-10-01T18:17:20.309Z[ recovery-image] Oct 01 18:17:18.307 INFO O| Oct 01 18:17:18.307 INFO STEP 823 (remove_files) COMPLETE
65772024-10-01T18:17:20.309Z[ recovery-image] Oct 01 18:17:18.307 INFO O| Oct 01 18:17:18.307 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-10-01T18:17:20.367Z[ recovery-image] Oct 01 18:17:18.365 INFO O| Oct 01 18:17:18.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
65792024-10-01T18:17:20.367Z[ recovery-image] Oct 01 18:17:18.365 INFO O| Oct 01 18:17:18.365 INFO STEP 824 (remove_files) COMPLETE
65802024-10-01T18:17:20.367Z[ recovery-image] Oct 01 18:17:18.365 INFO O| Oct 01 18:17:18.365 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-10-01T18:17:20.373Z[ host-image] Oct 01 18:17:18.371 INFO O| Oct 01 18:17:18.371 INFO O| Planning: Fetching manifests: 1/1 100% complete
65822024-10-01T18:17:20.384Z[ recovery-image] Oct 01 18:17:18.382 INFO O| Oct 01 18:17:18.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
65832024-10-01T18:17:20.384Z[ recovery-image] Oct 01 18:17:18.382 INFO O| Oct 01 18:17:18.382 INFO STEP 825 (remove_files) COMPLETE
65842024-10-01T18:17:20.384Z[ recovery-image] Oct 01 18:17:18.382 INFO O| Oct 01 18:17:18.382 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-10-01T18:17:20.404Z[ host-image] Oct 01 18:17:18.402 INFO O| Oct 01 18:17:18.402 INFO O| Planning: Package planning ... Done
65862024-10-01T18:17:20.407Z[ host-image] Oct 01 18:17:18.402 INFO O| Oct 01 18:17:18.402 INFO O| Planning: Merging actions ... Done
65872024-10-01T18:17:20.420Z[ recovery-image] Oct 01 18:17:18.418 INFO O| Oct 01 18:17:18.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
65882024-10-01T18:17:20.423Z[ recovery-image] Oct 01 18:17:18.418 INFO O| Oct 01 18:17:18.418 INFO STEP 826 (remove_files) COMPLETE
65892024-10-01T18:17:20.423Z[ recovery-image] Oct 01 18:17:18.419 INFO O| Oct 01 18:17:18.418 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-10-01T18:17:20.440Z[ recovery-image] Oct 01 18:17:18.438 INFO O| Oct 01 18:17:18.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
65912024-10-01T18:17:20.443Z[ recovery-image] Oct 01 18:17:18.438 INFO O| Oct 01 18:17:18.438 INFO STEP 827 (remove_files) COMPLETE
65922024-10-01T18:17:20.443Z[ recovery-image] Oct 01 18:17:18.439 INFO O| Oct 01 18:17:18.438 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-10-01T18:17:20.460Z[ recovery-image] Oct 01 18:17:18.457 INFO O| Oct 01 18:17:18.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65942024-10-01T18:17:20.462Z[ recovery-image] Oct 01 18:17:18.458 INFO O| Oct 01 18:17:18.457 INFO STEP 828 (remove_files) COMPLETE
65952024-10-01T18:17:20.462Z[ recovery-image] Oct 01 18:17:18.458 INFO O| Oct 01 18:17:18.458 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-10-01T18:17:20.479Z[ recovery-image] Oct 01 18:17:18.477 INFO O| Oct 01 18:17:18.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65972024-10-01T18:17:20.505Z[ recovery-image] Oct 01 18:17:18.503 INFO O| Oct 01 18:17:18.503 INFO STEP 829 (remove_files) COMPLETE
65982024-10-01T18:17:20.505Z[ recovery-image] Oct 01 18:17:18.503 INFO O| Oct 01 18:17:18.503 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-10-01T18:17:20.538Z[ recovery-image] Oct 01 18:17:18.536 INFO O| Oct 01 18:17:18.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66002024-10-01T18:17:20.540Z[ recovery-image] Oct 01 18:17:18.536 INFO O| Oct 01 18:17:18.536 INFO STEP 830 (remove_files) COMPLETE
66012024-10-01T18:17:20.540Z[ recovery-image] Oct 01 18:17:18.536 INFO O| Oct 01 18:17:18.536 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-10-01T18:17:20.540Z[ host-image] Oct 01 18:17:18.537 INFO O| Oct 01 18:17:18.537 INFO O| Planning: Checking for conflicting actions ... Done
66032024-10-01T18:17:20.541Z[ host-image] Oct 01 18:17:18.538 INFO O| Oct 01 18:17:18.538 INFO O| Planning: Consolidating action changes ... Done
66042024-10-01T18:17:20.558Z[ recovery-image] Oct 01 18:17:18.556 INFO O| Oct 01 18:17:18.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66052024-10-01T18:17:20.558Z[ recovery-image] Oct 01 18:17:18.556 INFO O| Oct 01 18:17:18.556 INFO STEP 831 (remove_files) COMPLETE
66062024-10-01T18:17:20.562Z[ recovery-image] Oct 01 18:17:18.556 INFO O| Oct 01 18:17:18.556 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-10-01T18:17:20.577Z[ recovery-image] Oct 01 18:17:18.575 INFO O| Oct 01 18:17:18.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66082024-10-01T18:17:20.580Z[ recovery-image] Oct 01 18:17:18.575 INFO O| Oct 01 18:17:18.575 INFO STEP 832 (remove_files) COMPLETE
66092024-10-01T18:17:20.580Z[ recovery-image] Oct 01 18:17:18.576 INFO O| Oct 01 18:17:18.575 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-10-01T18:17:20.596Z[ recovery-image] Oct 01 18:17:18.594 INFO O| Oct 01 18:17:18.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66112024-10-01T18:17:20.599Z[ recovery-image] Oct 01 18:17:18.594 INFO O| Oct 01 18:17:18.594 INFO STEP 833 (remove_files) COMPLETE
66122024-10-01T18:17:20.599Z[ recovery-image] Oct 01 18:17:18.594 INFO O| Oct 01 18:17:18.594 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-10-01T18:17:20.633Z[ recovery-image] Oct 01 18:17:18.631 INFO O| Oct 01 18:17:18.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66142024-10-01T18:17:20.633Z[ recovery-image] Oct 01 18:17:18.631 INFO O| Oct 01 18:17:18.631 INFO STEP 834 (remove_files) COMPLETE
66152024-10-01T18:17:20.633Z[ recovery-image] Oct 01 18:17:18.631 INFO O| Oct 01 18:17:18.631 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-10-01T18:17:20.654Z[ recovery-image] Oct 01 18:17:18.651 INFO O| Oct 01 18:17:18.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66172024-10-01T18:17:20.654Z[ recovery-image] Oct 01 18:17:18.651 INFO O| Oct 01 18:17:18.651 INFO STEP 835 (remove_files) COMPLETE
66182024-10-01T18:17:20.654Z[ recovery-image] Oct 01 18:17:18.651 INFO O| Oct 01 18:17:18.651 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-10-01T18:17:20.672Z[ recovery-image] Oct 01 18:17:18.670 INFO O| Oct 01 18:17:18.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66202024-10-01T18:17:20.672Z[ recovery-image] Oct 01 18:17:18.670 INFO O| Oct 01 18:17:18.670 INFO STEP 836 (remove_files) COMPLETE
66212024-10-01T18:17:20.672Z[ recovery-image] Oct 01 18:17:18.670 INFO O| Oct 01 18:17:18.670 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-10-01T18:17:20.690Z[ recovery-image] Oct 01 18:17:18.688 INFO O| Oct 01 18:17:18.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66232024-10-01T18:17:20.690Z[ recovery-image] Oct 01 18:17:18.688 INFO O| Oct 01 18:17:18.688 INFO STEP 837 (remove_files) COMPLETE
66242024-10-01T18:17:20.690Z[ recovery-image] Oct 01 18:17:18.688 INFO O| Oct 01 18:17:18.688 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-10-01T18:17:20.722Z[ recovery-image] Oct 01 18:17:18.719 INFO O| Oct 01 18:17:18.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66262024-10-01T18:17:20.722Z[ recovery-image] Oct 01 18:17:18.720 INFO O| Oct 01 18:17:18.720 INFO STEP 838 (remove_files) COMPLETE
66272024-10-01T18:17:20.722Z[ recovery-image] Oct 01 18:17:18.720 INFO O| Oct 01 18:17:18.720 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-10-01T18:17:20.741Z[ recovery-image] Oct 01 18:17:18.738 INFO O| Oct 01 18:17:18.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66292024-10-01T18:17:20.741Z[ recovery-image] Oct 01 18:17:18.738 INFO O| Oct 01 18:17:18.738 INFO STEP 839 (remove_files) COMPLETE
66302024-10-01T18:17:20.741Z[ recovery-image] Oct 01 18:17:18.739 INFO O| Oct 01 18:17:18.738 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-10-01T18:17:20.799Z[ recovery-image] Oct 01 18:17:18.796 INFO O| Oct 01 18:17:18.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66322024-10-01T18:17:20.799Z[ recovery-image] Oct 01 18:17:18.796 INFO O| Oct 01 18:17:18.796 INFO STEP 840 (remove_files) COMPLETE
66332024-10-01T18:17:20.799Z[ recovery-image] Oct 01 18:17:18.796 INFO O| Oct 01 18:17:18.796 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-10-01T18:17:20.825Z[ recovery-image] Oct 01 18:17:18.820 INFO O| Oct 01 18:17:18.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66352024-10-01T18:17:20.828Z[ recovery-image] Oct 01 18:17:18.821 INFO O| Oct 01 18:17:18.820 INFO STEP 841 (remove_files) COMPLETE
66362024-10-01T18:17:20.828Z[ recovery-image] Oct 01 18:17:18.821 INFO O| Oct 01 18:17:18.821 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-10-01T18:17:20.847Z[ recovery-image] Oct 01 18:17:18.844 INFO O| Oct 01 18:17:18.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66382024-10-01T18:17:20.849Z[ recovery-image] Oct 01 18:17:18.844 INFO O| Oct 01 18:17:18.844 INFO STEP 842 (remove_files) COMPLETE
66392024-10-01T18:17:20.849Z[ recovery-image] Oct 01 18:17:18.845 INFO O| Oct 01 18:17:18.844 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-10-01T18:17:20.869Z[ recovery-image] Oct 01 18:17:18.866 INFO O| Oct 01 18:17:18.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
66412024-10-01T18:17:20.871Z[ recovery-image] Oct 01 18:17:18.867 INFO O| Oct 01 18:17:18.867 INFO STEP 843 (remove_files) COMPLETE
66422024-10-01T18:17:20.871Z[ recovery-image] Oct 01 18:17:18.867 INFO O| Oct 01 18:17:18.867 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-10-01T18:17:20.900Z[ recovery-image] Oct 01 18:17:18.898 INFO O| Oct 01 18:17:18.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
66442024-10-01T18:17:20.903Z[ recovery-image] Oct 01 18:17:18.898 INFO O| Oct 01 18:17:18.898 INFO STEP 844 (remove_files) COMPLETE
66452024-10-01T18:17:20.903Z[ recovery-image] Oct 01 18:17:18.898 INFO O| Oct 01 18:17:18.898 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-10-01T18:17:20.920Z[ recovery-image] Oct 01 18:17:18.918 INFO O| Oct 01 18:17:18.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
66472024-10-01T18:17:20.922Z[ recovery-image] Oct 01 18:17:18.918 INFO O| Oct 01 18:17:18.918 INFO STEP 845 (remove_files) COMPLETE
66482024-10-01T18:17:20.922Z[ recovery-image] Oct 01 18:17:18.918 INFO O| Oct 01 18:17:18.918 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-10-01T18:17:20.937Z[ recovery-image] Oct 01 18:17:18.935 INFO O| Oct 01 18:17:18.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
66502024-10-01T18:17:20.937Z[ recovery-image] Oct 01 18:17:18.935 INFO O| Oct 01 18:17:18.935 INFO STEP 846 (remove_files) COMPLETE
66512024-10-01T18:17:20.940Z[ recovery-image] Oct 01 18:17:18.935 INFO O| Oct 01 18:17:18.935 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-10-01T18:17:20.958Z[ recovery-image] Oct 01 18:17:18.956 INFO O| Oct 01 18:17:18.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66532024-10-01T18:17:20.961Z[ recovery-image] Oct 01 18:17:18.956 INFO O| Oct 01 18:17:18.956 INFO STEP 847 (remove_files) COMPLETE
66542024-10-01T18:17:20.961Z[ recovery-image] Oct 01 18:17:18.956 INFO O| Oct 01 18:17:18.956 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-10-01T18:17:20.979Z[ recovery-image] Oct 01 18:17:18.976 INFO O| Oct 01 18:17:18.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
66562024-10-01T18:17:20.979Z[ recovery-image] Oct 01 18:17:18.976 INFO O| Oct 01 18:17:18.976 INFO STEP 848 (remove_files) COMPLETE
66572024-10-01T18:17:20.979Z[ recovery-image] Oct 01 18:17:18.976 INFO O| Oct 01 18:17:18.976 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-10-01T18:17:21.038Z[ recovery-image] Oct 01 18:17:19.036 INFO O| Oct 01 18:17:19.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66592024-10-01T18:17:21.038Z[ recovery-image] Oct 01 18:17:19.036 INFO O| Oct 01 18:17:19.036 INFO STEP 849 (remove_files) COMPLETE
66602024-10-01T18:17:21.038Z[ recovery-image] Oct 01 18:17:19.036 INFO O| Oct 01 18:17:19.036 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-10-01T18:17:21.098Z[ recovery-image] Oct 01 18:17:19.095 INFO O| Oct 01 18:17:19.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66622024-10-01T18:17:21.098Z[ recovery-image] Oct 01 18:17:19.095 INFO O| Oct 01 18:17:19.095 INFO STEP 850 (remove_files) COMPLETE
66632024-10-01T18:17:21.101Z[ recovery-image] Oct 01 18:17:19.095 INFO O| Oct 01 18:17:19.095 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-10-01T18:17:21.101Z[ host-image] Oct 01 18:17:19.098 INFO O| Oct 01 18:17:19.098 INFO O| Planning: Evaluating mediators ... Done
66652024-10-01T18:17:21.103Z[ host-image] Oct 01 18:17:19.099 INFO O| Oct 01 18:17:19.099 INFO O| Planning: Planning completed in 4.22 seconds
66662024-10-01T18:17:21.105Z[ host-image] Oct 01 18:17:19.102 INFO O| Oct 01 18:17:19.102 INFO O| Packages to install: 1
66672024-10-01T18:17:21.118Z[ recovery-image] Oct 01 18:17:19.116 INFO O| Oct 01 18:17:19.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
66682024-10-01T18:17:21.119Z[ recovery-image] Oct 01 18:17:19.116 INFO O| Oct 01 18:17:19.116 INFO STEP 851 (remove_files) COMPLETE
66692024-10-01T18:17:21.121Z[ recovery-image] Oct 01 18:17:19.116 INFO O| Oct 01 18:17:19.116 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-10-01T18:17:21.126Z[ host-image] Oct 01 18:17:19.123 INFO O| Oct 01 18:17:19.123 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
66712024-10-01T18:17:21.137Z[ recovery-image] Oct 01 18:17:19.135 INFO O| Oct 01 18:17:19.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
66722024-10-01T18:17:21.140Z[ recovery-image] Oct 01 18:17:19.135 INFO O| Oct 01 18:17:19.135 INFO STEP 852 (remove_files) COMPLETE
66732024-10-01T18:17:21.140Z[ recovery-image] Oct 01 18:17:19.135 INFO O| Oct 01 18:17:19.135 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-10-01T18:17:21.196Z[ recovery-image] Oct 01 18:17:19.193 INFO O| Oct 01 18:17:19.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
66752024-10-01T18:17:21.196Z[ recovery-image] Oct 01 18:17:19.193 INFO O| Oct 01 18:17:19.193 INFO STEP 853 (remove_files) COMPLETE
66762024-10-01T18:17:21.196Z[ recovery-image] Oct 01 18:17:19.194 INFO O| Oct 01 18:17:19.193 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-10-01T18:17:21.242Z[ recovery-image] Oct 01 18:17:19.240 INFO O| Oct 01 18:17:19.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
66782024-10-01T18:17:21.242Z[ recovery-image] Oct 01 18:17:19.240 INFO O| Oct 01 18:17:19.240 INFO STEP 854 (remove_files) COMPLETE
66792024-10-01T18:17:21.242Z[ recovery-image] Oct 01 18:17:19.240 INFO O| Oct 01 18:17:19.240 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-10-01T18:17:21.292Z[ recovery-image] Oct 01 18:17:19.289 INFO O| Oct 01 18:17:19.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66812024-10-01T18:17:21.292Z[ recovery-image] Oct 01 18:17:19.289 INFO O| Oct 01 18:17:19.289 INFO STEP 855 (remove_files) COMPLETE
66822024-10-01T18:17:21.292Z[ recovery-image] Oct 01 18:17:19.289 INFO O| Oct 01 18:17:19.289 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-10-01T18:17:21.314Z[ recovery-image] Oct 01 18:17:19.312 INFO O| Oct 01 18:17:19.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66842024-10-01T18:17:21.314Z[ recovery-image] Oct 01 18:17:19.312 INFO O| Oct 01 18:17:19.312 INFO STEP 856 (remove_files) COMPLETE
66852024-10-01T18:17:21.314Z[ recovery-image] Oct 01 18:17:19.312 INFO O| Oct 01 18:17:19.312 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-10-01T18:17:21.336Z[ recovery-image] Oct 01 18:17:19.334 INFO O| Oct 01 18:17:19.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66872024-10-01T18:17:21.336Z[ recovery-image] Oct 01 18:17:19.334 INFO O| Oct 01 18:17:19.334 INFO STEP 857 (remove_files) COMPLETE
66882024-10-01T18:17:21.336Z[ recovery-image] Oct 01 18:17:19.334 INFO O| Oct 01 18:17:19.334 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-10-01T18:17:21.358Z[ recovery-image] Oct 01 18:17:19.355 INFO O| Oct 01 18:17:19.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
66902024-10-01T18:17:21.360Z[ recovery-image] Oct 01 18:17:19.356 INFO O| Oct 01 18:17:19.355 INFO STEP 858 (remove_files) COMPLETE
66912024-10-01T18:17:21.360Z[ recovery-image] Oct 01 18:17:19.356 INFO O| Oct 01 18:17:19.356 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-10-01T18:17:21.379Z[ recovery-image] Oct 01 18:17:19.377 INFO O| Oct 01 18:17:19.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66932024-10-01T18:17:21.379Z[ recovery-image] Oct 01 18:17:19.377 INFO O| Oct 01 18:17:19.377 INFO STEP 859 (remove_files) COMPLETE
66942024-10-01T18:17:21.379Z[ recovery-image] Oct 01 18:17:19.377 INFO O| Oct 01 18:17:19.377 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-10-01T18:17:21.400Z[ recovery-image] Oct 01 18:17:19.398 INFO O| Oct 01 18:17:19.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66962024-10-01T18:17:21.400Z[ recovery-image] Oct 01 18:17:19.398 INFO O| Oct 01 18:17:19.398 INFO STEP 860 (remove_files) COMPLETE
66972024-10-01T18:17:21.400Z[ recovery-image] Oct 01 18:17:19.398 INFO O| Oct 01 18:17:19.398 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-10-01T18:17:21.418Z[ recovery-image] Oct 01 18:17:19.416 INFO O| Oct 01 18:17:19.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66992024-10-01T18:17:21.421Z[ recovery-image] Oct 01 18:17:19.416 INFO O| Oct 01 18:17:19.416 INFO STEP 861 (remove_files) COMPLETE
67002024-10-01T18:17:21.421Z[ recovery-image] Oct 01 18:17:19.416 INFO O| Oct 01 18:17:19.416 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-10-01T18:17:21.441Z[ recovery-image] Oct 01 18:17:19.438 INFO O| Oct 01 18:17:19.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67022024-10-01T18:17:21.441Z[ recovery-image] Oct 01 18:17:19.438 INFO O| Oct 01 18:17:19.438 INFO STEP 862 (remove_files) COMPLETE
67032024-10-01T18:17:21.443Z[ recovery-image] Oct 01 18:17:19.438 INFO O| Oct 01 18:17:19.438 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-10-01T18:17:21.463Z[ recovery-image] Oct 01 18:17:19.460 INFO O| Oct 01 18:17:19.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67052024-10-01T18:17:21.463Z[ recovery-image] Oct 01 18:17:19.460 INFO O| Oct 01 18:17:19.460 INFO STEP 863 (remove_files) COMPLETE
67062024-10-01T18:17:21.463Z[ recovery-image] Oct 01 18:17:19.460 INFO O| Oct 01 18:17:19.460 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-10-01T18:17:21.480Z[ recovery-image] Oct 01 18:17:19.478 INFO O| Oct 01 18:17:19.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67082024-10-01T18:17:21.480Z[ recovery-image] Oct 01 18:17:19.478 INFO O| Oct 01 18:17:19.478 INFO STEP 864 (remove_files) COMPLETE
67092024-10-01T18:17:21.480Z[ recovery-image] Oct 01 18:17:19.478 INFO O| Oct 01 18:17:19.478 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-10-01T18:17:21.500Z[ recovery-image] Oct 01 18:17:19.498 INFO O| Oct 01 18:17:19.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67112024-10-01T18:17:21.500Z[ recovery-image] Oct 01 18:17:19.498 INFO O| Oct 01 18:17:19.498 INFO STEP 865 (remove_files) COMPLETE
67122024-10-01T18:17:21.503Z[ recovery-image] Oct 01 18:17:19.498 INFO O| Oct 01 18:17:19.498 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-10-01T18:17:21.524Z[ recovery-image] Oct 01 18:17:19.521 INFO O| Oct 01 18:17:19.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67142024-10-01T18:17:21.524Z[ recovery-image] Oct 01 18:17:19.521 INFO O| Oct 01 18:17:19.521 INFO STEP 866 (remove_files) COMPLETE
67152024-10-01T18:17:21.524Z[ recovery-image] Oct 01 18:17:19.521 INFO O| Oct 01 18:17:19.521 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-10-01T18:17:21.542Z[ recovery-image] Oct 01 18:17:19.539 INFO O| Oct 01 18:17:19.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67172024-10-01T18:17:21.542Z[ recovery-image] Oct 01 18:17:19.539 INFO O| Oct 01 18:17:19.539 INFO STEP 867 (remove_files) COMPLETE
67182024-10-01T18:17:21.545Z[ recovery-image] Oct 01 18:17:19.540 INFO O| Oct 01 18:17:19.539 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-10-01T18:17:21.561Z[ recovery-image] Oct 01 18:17:19.558 INFO O| Oct 01 18:17:19.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67202024-10-01T18:17:21.561Z[ recovery-image] Oct 01 18:17:19.558 INFO O| Oct 01 18:17:19.558 INFO STEP 868 (remove_files) COMPLETE
67212024-10-01T18:17:21.561Z[ recovery-image] Oct 01 18:17:19.558 INFO O| Oct 01 18:17:19.558 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-10-01T18:17:21.581Z[ recovery-image] Oct 01 18:17:19.579 INFO O| Oct 01 18:17:19.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67232024-10-01T18:17:21.581Z[ recovery-image] Oct 01 18:17:19.579 INFO O| Oct 01 18:17:19.579 INFO STEP 869 (remove_files) COMPLETE
67242024-10-01T18:17:21.581Z[ recovery-image] Oct 01 18:17:19.579 INFO O| Oct 01 18:17:19.579 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-10-01T18:17:21.602Z[ recovery-image] Oct 01 18:17:19.599 INFO O| Oct 01 18:17:19.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67262024-10-01T18:17:21.602Z[ recovery-image] Oct 01 18:17:19.599 INFO O| Oct 01 18:17:19.599 INFO STEP 870 (remove_files) COMPLETE
67272024-10-01T18:17:21.604Z[ recovery-image] Oct 01 18:17:19.600 INFO O| Oct 01 18:17:19.599 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-10-01T18:17:21.622Z[ recovery-image] Oct 01 18:17:19.620 INFO O| Oct 01 18:17:19.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67292024-10-01T18:17:21.622Z[ recovery-image] Oct 01 18:17:19.620 INFO O| Oct 01 18:17:19.620 INFO STEP 871 (remove_files) COMPLETE
67302024-10-01T18:17:21.622Z[ recovery-image] Oct 01 18:17:19.620 INFO O| Oct 01 18:17:19.620 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-10-01T18:17:21.661Z[ recovery-image] Oct 01 18:17:19.659 INFO O| Oct 01 18:17:19.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67322024-10-01T18:17:21.661Z[ recovery-image] Oct 01 18:17:19.659 INFO O| Oct 01 18:17:19.659 INFO STEP 872 (remove_files) COMPLETE
67332024-10-01T18:17:21.661Z[ recovery-image] Oct 01 18:17:19.659 INFO O| Oct 01 18:17:19.659 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-10-01T18:17:21.681Z[ recovery-image] Oct 01 18:17:19.678 INFO O| Oct 01 18:17:19.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67352024-10-01T18:17:21.681Z[ recovery-image] Oct 01 18:17:19.679 INFO O| Oct 01 18:17:19.679 INFO STEP 873 (remove_files) COMPLETE
67362024-10-01T18:17:21.681Z[ recovery-image] Oct 01 18:17:19.679 INFO O| Oct 01 18:17:19.679 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-10-01T18:17:21.704Z[ recovery-image] Oct 01 18:17:19.702 INFO O| Oct 01 18:17:19.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67382024-10-01T18:17:21.704Z[ recovery-image] Oct 01 18:17:19.702 INFO O| Oct 01 18:17:19.702 INFO STEP 874 (remove_files) COMPLETE
67392024-10-01T18:17:21.704Z[ recovery-image] Oct 01 18:17:19.702 INFO O| Oct 01 18:17:19.702 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-10-01T18:17:21.726Z[ recovery-image] Oct 01 18:17:19.724 INFO O| Oct 01 18:17:19.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67412024-10-01T18:17:21.726Z[ recovery-image] Oct 01 18:17:19.724 INFO O| Oct 01 18:17:19.724 INFO STEP 875 (remove_files) COMPLETE
67422024-10-01T18:17:21.726Z[ recovery-image] Oct 01 18:17:19.724 INFO O| Oct 01 18:17:19.724 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-10-01T18:17:21.746Z[ recovery-image] Oct 01 18:17:19.744 INFO O| Oct 01 18:17:19.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
67442024-10-01T18:17:21.746Z[ recovery-image] Oct 01 18:17:19.744 INFO O| Oct 01 18:17:19.744 INFO STEP 876 (remove_files) COMPLETE
67452024-10-01T18:17:21.746Z[ recovery-image] Oct 01 18:17:19.744 INFO O| Oct 01 18:17:19.744 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-10-01T18:17:21.766Z[ recovery-image] Oct 01 18:17:19.764 INFO O| Oct 01 18:17:19.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
67472024-10-01T18:17:21.766Z[ recovery-image] Oct 01 18:17:19.764 INFO O| Oct 01 18:17:19.764 INFO STEP 877 (remove_files) COMPLETE
67482024-10-01T18:17:21.766Z[ recovery-image] Oct 01 18:17:19.764 INFO O| Oct 01 18:17:19.764 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-10-01T18:17:21.788Z[ recovery-image] Oct 01 18:17:19.785 INFO O| Oct 01 18:17:19.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67502024-10-01T18:17:21.788Z[ recovery-image] Oct 01 18:17:19.785 INFO O| Oct 01 18:17:19.785 INFO STEP 878 (remove_files) COMPLETE
67512024-10-01T18:17:21.788Z[ recovery-image] Oct 01 18:17:19.785 INFO O| Oct 01 18:17:19.785 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-10-01T18:17:21.810Z[ recovery-image] Oct 01 18:17:19.807 INFO O| Oct 01 18:17:19.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67532024-10-01T18:17:21.810Z[ recovery-image] Oct 01 18:17:19.807 INFO O| Oct 01 18:17:19.807 INFO STEP 879 (remove_files) COMPLETE
67542024-10-01T18:17:21.812Z[ recovery-image] Oct 01 18:17:19.807 INFO O| Oct 01 18:17:19.807 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-10-01T18:17:21.828Z[ recovery-image] Oct 01 18:17:19.824 INFO O| Oct 01 18:17:19.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
67562024-10-01T18:17:21.828Z[ recovery-image] Oct 01 18:17:19.824 INFO O| Oct 01 18:17:19.824 INFO STEP 880 (remove_files) COMPLETE
67572024-10-01T18:17:21.828Z[ recovery-image] Oct 01 18:17:19.824 INFO O| Oct 01 18:17:19.824 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-10-01T18:17:21.867Z[ recovery-image] Oct 01 18:17:19.864 INFO O| Oct 01 18:17:19.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67592024-10-01T18:17:21.886Z[ recovery-image] Oct 01 18:17:19.884 INFO O| Oct 01 18:17:19.884 INFO STEP 881 (remove_files) COMPLETE
67602024-10-01T18:17:21.886Z[ recovery-image] Oct 01 18:17:19.884 INFO O| Oct 01 18:17:19.884 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-10-01T18:17:21.907Z[ recovery-image] Oct 01 18:17:19.904 INFO O| Oct 01 18:17:19.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67622024-10-01T18:17:21.933Z[ recovery-image] Oct 01 18:17:19.930 INFO O| Oct 01 18:17:19.930 INFO STEP 882 (remove_files) COMPLETE
67632024-10-01T18:17:21.933Z[ recovery-image] Oct 01 18:17:19.930 INFO O| Oct 01 18:17:19.930 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-10-01T18:17:21.990Z[ recovery-image] Oct 01 18:17:19.987 INFO O| Oct 01 18:17:19.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67652024-10-01T18:17:21.990Z[ recovery-image] Oct 01 18:17:19.988 INFO O| Oct 01 18:17:19.988 INFO STEP 883 (remove_files) COMPLETE
67662024-10-01T18:17:21.990Z[ recovery-image] Oct 01 18:17:19.988 INFO O| Oct 01 18:17:19.988 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-10-01T18:17:22.010Z[ recovery-image] Oct 01 18:17:20.007 INFO O| Oct 01 18:17:20.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67682024-10-01T18:17:22.010Z[ recovery-image] Oct 01 18:17:20.008 INFO O| Oct 01 18:17:20.008 INFO STEP 884 (remove_files) COMPLETE
67692024-10-01T18:17:22.010Z[ recovery-image] Oct 01 18:17:20.008 INFO O| Oct 01 18:17:20.008 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-10-01T18:17:22.029Z[ recovery-image] Oct 01 18:17:20.026 INFO O| Oct 01 18:17:20.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
67712024-10-01T18:17:22.029Z[ recovery-image] Oct 01 18:17:20.026 INFO O| Oct 01 18:17:20.026 INFO STEP 885 (remove_files) COMPLETE
67722024-10-01T18:17:22.030Z[ recovery-image] Oct 01 18:17:20.026 INFO O| Oct 01 18:17:20.026 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-10-01T18:17:22.047Z[ recovery-image] Oct 01 18:17:20.044 INFO O| Oct 01 18:17:20.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
67742024-10-01T18:17:22.047Z[ recovery-image] Oct 01 18:17:20.044 INFO O| Oct 01 18:17:20.044 INFO STEP 886 (remove_files) COMPLETE
67752024-10-01T18:17:22.047Z[ recovery-image] Oct 01 18:17:20.044 INFO O| Oct 01 18:17:20.044 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-10-01T18:17:22.083Z[ recovery-image] Oct 01 18:17:20.081 INFO O| Oct 01 18:17:20.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
67772024-10-01T18:17:22.083Z[ recovery-image] Oct 01 18:17:20.081 INFO O| Oct 01 18:17:20.081 INFO STEP 887 (remove_files) COMPLETE
67782024-10-01T18:17:22.086Z[ recovery-image] Oct 01 18:17:20.081 INFO O| Oct 01 18:17:20.081 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-10-01T18:17:22.100Z[ recovery-image] Oct 01 18:17:20.098 INFO O| Oct 01 18:17:20.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67802024-10-01T18:17:22.100Z[ recovery-image] Oct 01 18:17:20.098 INFO O| Oct 01 18:17:20.098 INFO STEP 888 (remove_files) COMPLETE
67812024-10-01T18:17:22.100Z[ recovery-image] Oct 01 18:17:20.098 INFO O| Oct 01 18:17:20.098 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-10-01T18:17:22.127Z[ recovery-image] Oct 01 18:17:20.124 INFO O| Oct 01 18:17:20.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
67832024-10-01T18:17:22.127Z[ recovery-image] Oct 01 18:17:20.124 INFO O| Oct 01 18:17:20.124 INFO STEP 889 (remove_files) COMPLETE
67842024-10-01T18:17:22.129Z[ recovery-image] Oct 01 18:17:20.124 INFO O| Oct 01 18:17:20.124 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-10-01T18:17:22.166Z[ recovery-image] Oct 01 18:17:20.163 INFO O| Oct 01 18:17:20.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67862024-10-01T18:17:22.166Z[ recovery-image] Oct 01 18:17:20.163 INFO O| Oct 01 18:17:20.163 INFO STEP 890 (remove_files) COMPLETE
67872024-10-01T18:17:22.169Z[ recovery-image] Oct 01 18:17:20.163 INFO O| Oct 01 18:17:20.163 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-10-01T18:17:22.203Z[ recovery-image] Oct 01 18:17:20.200 INFO O| Oct 01 18:17:20.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67892024-10-01T18:17:22.203Z[ recovery-image] Oct 01 18:17:20.200 INFO O| Oct 01 18:17:20.200 INFO STEP 891 (remove_files) COMPLETE
67902024-10-01T18:17:22.203Z[ recovery-image] Oct 01 18:17:20.200 INFO O| Oct 01 18:17:20.200 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-10-01T18:17:22.222Z[ recovery-image] Oct 01 18:17:20.219 INFO O| Oct 01 18:17:20.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67922024-10-01T18:17:22.222Z[ recovery-image] Oct 01 18:17:20.219 INFO O| Oct 01 18:17:20.219 INFO STEP 892 (remove_files) COMPLETE
67932024-10-01T18:17:22.222Z[ recovery-image] Oct 01 18:17:20.219 INFO O| Oct 01 18:17:20.219 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-10-01T18:17:22.241Z[ recovery-image] Oct 01 18:17:20.238 INFO O| Oct 01 18:17:20.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67952024-10-01T18:17:22.241Z[ recovery-image] Oct 01 18:17:20.239 INFO O| Oct 01 18:17:20.239 INFO STEP 893 (remove_files) COMPLETE
67962024-10-01T18:17:22.241Z[ recovery-image] Oct 01 18:17:20.239 INFO O| Oct 01 18:17:20.239 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-10-01T18:17:22.260Z[ recovery-image] Oct 01 18:17:20.257 INFO O| Oct 01 18:17:20.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67982024-10-01T18:17:22.260Z[ recovery-image] Oct 01 18:17:20.257 INFO O| Oct 01 18:17:20.257 INFO STEP 894 (remove_files) COMPLETE
67992024-10-01T18:17:22.262Z[ recovery-image] Oct 01 18:17:20.257 INFO O| Oct 01 18:17:20.257 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-10-01T18:17:22.279Z[ recovery-image] Oct 01 18:17:20.276 INFO O| Oct 01 18:17:20.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68012024-10-01T18:17:22.279Z[ recovery-image] Oct 01 18:17:20.276 INFO O| Oct 01 18:17:20.276 INFO STEP 895 (remove_files) COMPLETE
68022024-10-01T18:17:22.281Z[ recovery-image] Oct 01 18:17:20.276 INFO O| Oct 01 18:17:20.276 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-10-01T18:17:22.297Z[ recovery-image] Oct 01 18:17:20.294 INFO O| Oct 01 18:17:20.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68042024-10-01T18:17:22.297Z[ recovery-image] Oct 01 18:17:20.294 INFO O| Oct 01 18:17:20.294 INFO STEP 896 (remove_files) COMPLETE
68052024-10-01T18:17:22.299Z[ recovery-image] Oct 01 18:17:20.295 INFO O| Oct 01 18:17:20.294 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-10-01T18:17:22.315Z[ recovery-image] Oct 01 18:17:20.312 INFO O| Oct 01 18:17:20.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68072024-10-01T18:17:22.315Z[ recovery-image] Oct 01 18:17:20.312 INFO O| Oct 01 18:17:20.312 INFO STEP 897 (remove_files) COMPLETE
68082024-10-01T18:17:22.317Z[ recovery-image] Oct 01 18:17:20.312 INFO O| Oct 01 18:17:20.312 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-10-01T18:17:22.332Z[ recovery-image] Oct 01 18:17:20.330 INFO O| Oct 01 18:17:20.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68102024-10-01T18:17:22.332Z[ recovery-image] Oct 01 18:17:20.330 INFO O| Oct 01 18:17:20.330 INFO STEP 898 (remove_files) COMPLETE
68112024-10-01T18:17:22.332Z[ recovery-image] Oct 01 18:17:20.330 INFO O| Oct 01 18:17:20.330 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-10-01T18:17:22.349Z[ recovery-image] Oct 01 18:17:20.347 INFO O| Oct 01 18:17:20.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68132024-10-01T18:17:22.352Z[ recovery-image] Oct 01 18:17:20.347 INFO O| Oct 01 18:17:20.347 INFO STEP 899 (remove_files) COMPLETE
68142024-10-01T18:17:22.352Z[ recovery-image] Oct 01 18:17:20.347 INFO O| Oct 01 18:17:20.347 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-10-01T18:17:22.368Z[ recovery-image] Oct 01 18:17:20.365 INFO O| Oct 01 18:17:20.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68162024-10-01T18:17:22.368Z[ recovery-image] Oct 01 18:17:20.365 INFO O| Oct 01 18:17:20.365 INFO STEP 900 (remove_files) COMPLETE
68172024-10-01T18:17:22.368Z[ recovery-image] Oct 01 18:17:20.365 INFO O| Oct 01 18:17:20.365 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-10-01T18:17:22.403Z[ recovery-image] Oct 01 18:17:20.400 INFO O| Oct 01 18:17:20.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68192024-10-01T18:17:22.406Z[ recovery-image] Oct 01 18:17:20.401 INFO O| Oct 01 18:17:20.401 INFO STEP 901 (remove_files) COMPLETE
68202024-10-01T18:17:22.406Z[ recovery-image] Oct 01 18:17:20.401 INFO O| Oct 01 18:17:20.401 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-10-01T18:17:22.472Z[ recovery-image] Oct 01 18:17:20.470 INFO O| Oct 01 18:17:20.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68222024-10-01T18:17:22.472Z[ recovery-image] Oct 01 18:17:20.470 INFO O| Oct 01 18:17:20.470 INFO STEP 902 (remove_files) COMPLETE
68232024-10-01T18:17:22.475Z[ recovery-image] Oct 01 18:17:20.470 INFO O| Oct 01 18:17:20.470 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-10-01T18:17:22.491Z[ recovery-image] Oct 01 18:17:20.488 INFO O| Oct 01 18:17:20.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68252024-10-01T18:17:22.494Z[ recovery-image] Oct 01 18:17:20.488 INFO O| Oct 01 18:17:20.488 INFO STEP 903 (remove_files) COMPLETE
68262024-10-01T18:17:22.494Z[ recovery-image] Oct 01 18:17:20.489 INFO O| Oct 01 18:17:20.488 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-10-01T18:17:22.508Z[ recovery-image] Oct 01 18:17:20.505 INFO O| Oct 01 18:17:20.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68282024-10-01T18:17:22.508Z[ recovery-image] Oct 01 18:17:20.505 INFO O| Oct 01 18:17:20.505 INFO STEP 904 (remove_files) COMPLETE
68292024-10-01T18:17:22.508Z[ recovery-image] Oct 01 18:17:20.505 INFO O| Oct 01 18:17:20.505 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-10-01T18:17:22.525Z[ recovery-image] Oct 01 18:17:20.521 INFO O| Oct 01 18:17:20.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68312024-10-01T18:17:22.525Z[ recovery-image] Oct 01 18:17:20.522 INFO O| Oct 01 18:17:20.522 INFO STEP 905 (remove_files) COMPLETE
68322024-10-01T18:17:22.525Z[ recovery-image] Oct 01 18:17:20.522 INFO O| Oct 01 18:17:20.522 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-10-01T18:17:22.542Z[ recovery-image] Oct 01 18:17:20.538 INFO O| Oct 01 18:17:20.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68342024-10-01T18:17:22.542Z[ recovery-image] Oct 01 18:17:20.538 INFO O| Oct 01 18:17:20.538 INFO STEP 906 (remove_files) COMPLETE
68352024-10-01T18:17:22.542Z[ recovery-image] Oct 01 18:17:20.538 INFO O| Oct 01 18:17:20.538 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-10-01T18:17:22.558Z[ recovery-image] Oct 01 18:17:20.555 INFO O| Oct 01 18:17:20.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68372024-10-01T18:17:22.560Z[ recovery-image] Oct 01 18:17:20.555 INFO O| Oct 01 18:17:20.555 INFO STEP 907 (remove_files) COMPLETE
68382024-10-01T18:17:22.560Z[ recovery-image] Oct 01 18:17:20.555 INFO O| Oct 01 18:17:20.555 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-10-01T18:17:22.574Z[ recovery-image] Oct 01 18:17:20.572 INFO O| Oct 01 18:17:20.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
68402024-10-01T18:17:22.574Z[ recovery-image] Oct 01 18:17:20.572 INFO O| Oct 01 18:17:20.572 INFO STEP 908 (remove_files) COMPLETE
68412024-10-01T18:17:22.574Z[ recovery-image] Oct 01 18:17:20.572 INFO O| Oct 01 18:17:20.572 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-10-01T18:17:22.590Z[ recovery-image] Oct 01 18:17:20.588 INFO O| Oct 01 18:17:20.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
68432024-10-01T18:17:22.590Z[ recovery-image] Oct 01 18:17:20.588 INFO O| Oct 01 18:17:20.588 INFO STEP 909 (remove_files) COMPLETE
68442024-10-01T18:17:22.593Z[ recovery-image] Oct 01 18:17:20.588 INFO O| Oct 01 18:17:20.588 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-10-01T18:17:22.606Z[ recovery-image] Oct 01 18:17:20.603 INFO O| Oct 01 18:17:20.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
68462024-10-01T18:17:22.606Z[ recovery-image] Oct 01 18:17:20.603 INFO O| Oct 01 18:17:20.603 INFO STEP 910 (remove_files) COMPLETE
68472024-10-01T18:17:22.606Z[ recovery-image] Oct 01 18:17:20.603 INFO O| Oct 01 18:17:20.603 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-10-01T18:17:22.623Z[ recovery-image] Oct 01 18:17:20.619 INFO O| Oct 01 18:17:20.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
68492024-10-01T18:17:22.623Z[ recovery-image] Oct 01 18:17:20.620 INFO O| Oct 01 18:17:20.620 INFO STEP 911 (remove_files) COMPLETE
68502024-10-01T18:17:22.623Z[ recovery-image] Oct 01 18:17:20.620 INFO O| Oct 01 18:17:20.620 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-10-01T18:17:22.639Z[ recovery-image] Oct 01 18:17:20.636 INFO O| Oct 01 18:17:20.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68522024-10-01T18:17:22.639Z[ recovery-image] Oct 01 18:17:20.636 INFO O| Oct 01 18:17:20.636 INFO STEP 912 (remove_files) COMPLETE
68532024-10-01T18:17:22.642Z[ recovery-image] Oct 01 18:17:20.636 INFO O| Oct 01 18:17:20.636 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-10-01T18:17:22.666Z[ host-image] Oct 01 18:17:20.662 INFO O| Oct 01 18:17:20.662 INFO O| Download: Completed 20.80 MB in 1.54 seconds (13.5M/s)
68552024-10-01T18:17:22.669Z[ recovery-image] Oct 01 18:17:20.666 INFO O| Oct 01 18:17:20.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
68562024-10-01T18:17:22.669Z[ recovery-image] Oct 01 18:17:20.666 INFO O| Oct 01 18:17:20.666 INFO STEP 913 (remove_files) COMPLETE
68572024-10-01T18:17:22.671Z[ recovery-image] Oct 01 18:17:20.666 INFO O| Oct 01 18:17:20.666 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-10-01T18:17:22.712Z[ host-image] Oct 01 18:17:20.709 INFO O| Oct 01 18:17:20.708 INFO O| Actions: 1/22 actions (Installing new actions)
68592024-10-01T18:17:22.738Z[ recovery-image] Oct 01 18:17:20.735 INFO O| Oct 01 18:17:20.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68602024-10-01T18:17:22.738Z[ recovery-image] Oct 01 18:17:20.735 INFO O| Oct 01 18:17:20.735 INFO STEP 914 (remove_files) COMPLETE
68612024-10-01T18:17:22.740Z[ recovery-image] Oct 01 18:17:20.736 INFO O| Oct 01 18:17:20.735 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-10-01T18:17:22.757Z[ recovery-image] Oct 01 18:17:20.754 INFO O| Oct 01 18:17:20.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68632024-10-01T18:17:22.757Z[ recovery-image] Oct 01 18:17:20.754 INFO O| Oct 01 18:17:20.754 INFO STEP 915 (remove_files) COMPLETE
68642024-10-01T18:17:22.760Z[ recovery-image] Oct 01 18:17:20.755 INFO O| Oct 01 18:17:20.754 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-10-01T18:17:22.775Z[ recovery-image] Oct 01 18:17:20.772 INFO O| Oct 01 18:17:20.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68662024-10-01T18:17:22.775Z[ recovery-image] Oct 01 18:17:20.772 INFO O| Oct 01 18:17:20.772 INFO STEP 916 (remove_files) COMPLETE
68672024-10-01T18:17:22.778Z[ recovery-image] Oct 01 18:17:20.772 INFO O| Oct 01 18:17:20.772 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-10-01T18:17:22.801Z[ recovery-image] Oct 01 18:17:20.798 INFO O| Oct 01 18:17:20.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68692024-10-01T18:17:22.801Z[ recovery-image] Oct 01 18:17:20.798 INFO O| Oct 01 18:17:20.798 INFO STEP 917 (remove_files) COMPLETE
68702024-10-01T18:17:22.801Z[ recovery-image] Oct 01 18:17:20.798 INFO O| Oct 01 18:17:20.798 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-10-01T18:17:22.820Z[ recovery-image] Oct 01 18:17:20.817 INFO O| Oct 01 18:17:20.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
68722024-10-01T18:17:22.820Z[ recovery-image] Oct 01 18:17:20.817 INFO O| Oct 01 18:17:20.817 INFO STEP 918 (remove_files) COMPLETE
68732024-10-01T18:17:22.820Z[ recovery-image] Oct 01 18:17:20.817 INFO O| Oct 01 18:17:20.817 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-10-01T18:17:22.838Z[ recovery-image] Oct 01 18:17:20.835 INFO O| Oct 01 18:17:20.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
68752024-10-01T18:17:22.838Z[ recovery-image] Oct 01 18:17:20.835 INFO O| Oct 01 18:17:20.835 INFO STEP 919 (remove_files) COMPLETE
68762024-10-01T18:17:22.838Z[ recovery-image] Oct 01 18:17:20.835 INFO O| Oct 01 18:17:20.835 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-10-01T18:17:22.879Z[ recovery-image] Oct 01 18:17:20.876 INFO O| Oct 01 18:17:20.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
68782024-10-01T18:17:22.882Z[ recovery-image] Oct 01 18:17:20.877 INFO O| Oct 01 18:17:20.877 INFO STEP 920 (remove_files) COMPLETE
68792024-10-01T18:17:22.882Z[ recovery-image] Oct 01 18:17:20.877 INFO O| Oct 01 18:17:20.877 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-10-01T18:17:22.898Z[ recovery-image] Oct 01 18:17:20.896 INFO O| Oct 01 18:17:20.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68812024-10-01T18:17:22.901Z[ recovery-image] Oct 01 18:17:20.896 INFO O| Oct 01 18:17:20.896 INFO STEP 921 (remove_files) COMPLETE
68822024-10-01T18:17:22.901Z[ recovery-image] Oct 01 18:17:20.896 INFO O| Oct 01 18:17:20.896 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-10-01T18:17:22.917Z[ recovery-image] Oct 01 18:17:20.914 INFO O| Oct 01 18:17:20.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
68842024-10-01T18:17:22.920Z[ recovery-image] Oct 01 18:17:20.915 INFO O| Oct 01 18:17:20.915 INFO STEP 922 (remove_files) COMPLETE
68852024-10-01T18:17:22.920Z[ recovery-image] Oct 01 18:17:20.915 INFO O| Oct 01 18:17:20.915 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-10-01T18:17:22.936Z[ recovery-image] Oct 01 18:17:20.933 INFO O| Oct 01 18:17:20.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68872024-10-01T18:17:22.938Z[ recovery-image] Oct 01 18:17:20.934 INFO O| Oct 01 18:17:20.934 INFO STEP 923 (remove_files) COMPLETE
68882024-10-01T18:17:22.939Z[ recovery-image] Oct 01 18:17:20.934 INFO O| Oct 01 18:17:20.934 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-10-01T18:17:22.952Z[ recovery-image] Oct 01 18:17:20.949 INFO O| Oct 01 18:17:20.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68902024-10-01T18:17:22.952Z[ recovery-image] Oct 01 18:17:20.950 INFO O| Oct 01 18:17:20.949 INFO STEP 924 (remove_files) COMPLETE
68912024-10-01T18:17:22.955Z[ recovery-image] Oct 01 18:17:20.950 INFO O| Oct 01 18:17:20.950 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-10-01T18:17:22.981Z[ recovery-image] Oct 01 18:17:20.978 INFO O| Oct 01 18:17:20.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68932024-10-01T18:17:22.981Z[ recovery-image] Oct 01 18:17:20.978 INFO O| Oct 01 18:17:20.978 INFO STEP 925 (remove_files) COMPLETE
68942024-10-01T18:17:22.983Z[ recovery-image] Oct 01 18:17:20.978 INFO O| Oct 01 18:17:20.978 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-10-01T18:17:23.011Z[ recovery-image] Oct 01 18:17:21.008 INFO O| Oct 01 18:17:21.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68962024-10-01T18:17:23.011Z[ recovery-image] Oct 01 18:17:21.008 INFO O| Oct 01 18:17:21.008 INFO STEP 926 (remove_files) COMPLETE
68972024-10-01T18:17:23.014Z[ recovery-image] Oct 01 18:17:21.008 INFO O| Oct 01 18:17:21.008 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-10-01T18:17:23.102Z[ recovery-image] Oct 01 18:17:21.097 INFO O| Oct 01 18:17:21.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68992024-10-01T18:17:23.102Z[ recovery-image] Oct 01 18:17:21.097 INFO O| Oct 01 18:17:21.097 INFO STEP 927 (remove_files) COMPLETE
69002024-10-01T18:17:23.102Z[ recovery-image] Oct 01 18:17:21.097 INFO O| Oct 01 18:17:21.097 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-10-01T18:17:23.118Z[ recovery-image] Oct 01 18:17:21.116 INFO O| Oct 01 18:17:21.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69022024-10-01T18:17:23.118Z[ recovery-image] Oct 01 18:17:21.116 INFO O| Oct 01 18:17:21.116 INFO STEP 928 (remove_files) COMPLETE
69032024-10-01T18:17:23.122Z[ recovery-image] Oct 01 18:17:21.116 INFO O| Oct 01 18:17:21.116 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-10-01T18:17:23.137Z[ recovery-image] Oct 01 18:17:21.134 INFO O| Oct 01 18:17:21.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69052024-10-01T18:17:23.137Z[ recovery-image] Oct 01 18:17:21.134 INFO O| Oct 01 18:17:21.134 INFO STEP 929 (remove_files) COMPLETE
69062024-10-01T18:17:23.140Z[ recovery-image] Oct 01 18:17:21.134 INFO O| Oct 01 18:17:21.134 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-10-01T18:17:23.173Z[ recovery-image] Oct 01 18:17:21.169 INFO O| Oct 01 18:17:21.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69082024-10-01T18:17:23.173Z[ recovery-image] Oct 01 18:17:21.169 INFO O| Oct 01 18:17:21.169 INFO STEP 930 (remove_files) COMPLETE
69092024-10-01T18:17:23.173Z[ recovery-image] Oct 01 18:17:21.169 INFO O| Oct 01 18:17:21.169 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-10-01T18:17:23.190Z[ recovery-image] Oct 01 18:17:21.188 INFO O| Oct 01 18:17:21.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69112024-10-01T18:17:23.190Z[ recovery-image] Oct 01 18:17:21.188 INFO O| Oct 01 18:17:21.188 INFO STEP 931 (remove_files) COMPLETE
69122024-10-01T18:17:23.193Z[ recovery-image] Oct 01 18:17:21.188 INFO O| Oct 01 18:17:21.188 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-10-01T18:17:23.208Z[ recovery-image] Oct 01 18:17:21.205 INFO O| Oct 01 18:17:21.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69142024-10-01T18:17:23.208Z[ recovery-image] Oct 01 18:17:21.205 INFO O| Oct 01 18:17:21.205 INFO STEP 932 (remove_files) COMPLETE
69152024-10-01T18:17:23.211Z[ recovery-image] Oct 01 18:17:21.206 INFO O| Oct 01 18:17:21.205 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-10-01T18:17:23.227Z[ recovery-image] Oct 01 18:17:21.224 INFO O| Oct 01 18:17:21.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69172024-10-01T18:17:23.227Z[ recovery-image] Oct 01 18:17:21.224 INFO O| Oct 01 18:17:21.224 INFO STEP 933 (remove_files) COMPLETE
69182024-10-01T18:17:23.227Z[ recovery-image] Oct 01 18:17:21.224 INFO O| Oct 01 18:17:21.224 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-10-01T18:17:23.246Z[ recovery-image] Oct 01 18:17:21.244 INFO O| Oct 01 18:17:21.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69202024-10-01T18:17:23.246Z[ recovery-image] Oct 01 18:17:21.244 INFO O| Oct 01 18:17:21.244 INFO STEP 934 (remove_files) COMPLETE
69212024-10-01T18:17:23.246Z[ recovery-image] Oct 01 18:17:21.244 INFO O| Oct 01 18:17:21.244 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-10-01T18:17:23.282Z[ recovery-image] Oct 01 18:17:21.280 INFO O| Oct 01 18:17:21.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69232024-10-01T18:17:23.283Z[ recovery-image] Oct 01 18:17:21.280 INFO O| Oct 01 18:17:21.280 INFO STEP 935 (remove_files) COMPLETE
69242024-10-01T18:17:23.285Z[ recovery-image] Oct 01 18:17:21.280 INFO O| Oct 01 18:17:21.280 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-10-01T18:17:23.311Z[ recovery-image] Oct 01 18:17:21.308 INFO O| Oct 01 18:17:21.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69262024-10-01T18:17:23.311Z[ recovery-image] Oct 01 18:17:21.308 INFO O| Oct 01 18:17:21.308 INFO STEP 936 (remove_files) COMPLETE
69272024-10-01T18:17:23.311Z[ recovery-image] Oct 01 18:17:21.308 INFO O| Oct 01 18:17:21.308 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-10-01T18:17:23.343Z[ recovery-image] Oct 01 18:17:21.340 INFO O| Oct 01 18:17:21.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69292024-10-01T18:17:23.346Z[ recovery-image] Oct 01 18:17:21.340 INFO O| Oct 01 18:17:21.340 INFO STEP 937 (remove_files) COMPLETE
69302024-10-01T18:17:23.346Z[ recovery-image] Oct 01 18:17:21.341 INFO O| Oct 01 18:17:21.340 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-10-01T18:17:23.366Z[ recovery-image] Oct 01 18:17:21.362 INFO O| Oct 01 18:17:21.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69322024-10-01T18:17:23.366Z[ recovery-image] Oct 01 18:17:21.362 INFO O| Oct 01 18:17:21.362 INFO STEP 938 (remove_files) COMPLETE
69332024-10-01T18:17:23.366Z[ recovery-image] Oct 01 18:17:21.362 INFO O| Oct 01 18:17:21.362 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-10-01T18:17:23.385Z[ recovery-image] Oct 01 18:17:21.381 INFO O| Oct 01 18:17:21.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69352024-10-01T18:17:23.406Z[ recovery-image] Oct 01 18:17:21.403 INFO O| Oct 01 18:17:21.403 INFO STEP 939 (remove_files) COMPLETE
69362024-10-01T18:17:23.406Z[ recovery-image] Oct 01 18:17:21.403 INFO O| Oct 01 18:17:21.403 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-10-01T18:17:23.463Z[ recovery-image] Oct 01 18:17:21.460 INFO O| Oct 01 18:17:21.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
69382024-10-01T18:17:23.463Z[ recovery-image] Oct 01 18:17:21.460 INFO O| Oct 01 18:17:21.460 INFO STEP 940 (remove_files) COMPLETE
69392024-10-01T18:17:23.463Z[ recovery-image] Oct 01 18:17:21.460 INFO O| Oct 01 18:17:21.460 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-10-01T18:17:23.523Z[ recovery-image] Oct 01 18:17:21.520 INFO O| Oct 01 18:17:21.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
69412024-10-01T18:17:23.523Z[ recovery-image] Oct 01 18:17:21.520 INFO O| Oct 01 18:17:21.520 INFO STEP 941 (remove_files) COMPLETE
69422024-10-01T18:17:23.523Z[ recovery-image] Oct 01 18:17:21.521 INFO O| Oct 01 18:17:21.520 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-10-01T18:17:23.655Z[ recovery-image] Oct 01 18:17:21.651 INFO O| Oct 01 18:17:21.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
69442024-10-01T18:17:23.655Z[ recovery-image] Oct 01 18:17:21.652 INFO O| Oct 01 18:17:21.651 INFO STEP 942 (remove_files) COMPLETE
69452024-10-01T18:17:23.655Z[ recovery-image] Oct 01 18:17:21.652 INFO O| Oct 01 18:17:21.651 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-10-01T18:17:23.666Z[ host-image] Oct 01 18:17:21.664 INFO O| Oct 01 18:17:21.664 INFO O| Actions: Completed 22 actions in 0.96 seconds.
69472024-10-01T18:17:23.674Z[ recovery-image] Oct 01 18:17:21.671 INFO O| Oct 01 18:17:21.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
69482024-10-01T18:17:23.674Z[ recovery-image] Oct 01 18:17:21.671 INFO O| Oct 01 18:17:21.671 INFO STEP 943 (remove_files) COMPLETE
69492024-10-01T18:17:23.674Z[ recovery-image] Oct 01 18:17:21.671 INFO O| Oct 01 18:17:21.671 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-10-01T18:17:23.694Z[ recovery-image] Oct 01 18:17:21.691 INFO O| Oct 01 18:17:21.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
69512024-10-01T18:17:23.695Z[ recovery-image] Oct 01 18:17:21.691 INFO O| Oct 01 18:17:21.691 INFO STEP 944 (remove_files) COMPLETE
69522024-10-01T18:17:23.695Z[ recovery-image] Oct 01 18:17:21.691 INFO O| Oct 01 18:17:21.691 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-10-01T18:17:23.714Z[ recovery-image] Oct 01 18:17:21.710 INFO O| Oct 01 18:17:21.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
69542024-10-01T18:17:23.714Z[ recovery-image] Oct 01 18:17:21.710 INFO O| Oct 01 18:17:21.710 INFO STEP 945 (remove_files) COMPLETE
69552024-10-01T18:17:23.714Z[ recovery-image] Oct 01 18:17:21.710 INFO O| Oct 01 18:17:21.710 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-10-01T18:17:23.731Z[ recovery-image] Oct 01 18:17:21.728 INFO O| Oct 01 18:17:21.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
69572024-10-01T18:17:23.731Z[ recovery-image] Oct 01 18:17:21.728 INFO O| Oct 01 18:17:21.728 INFO STEP 946 (remove_files) COMPLETE
69582024-10-01T18:17:23.731Z[ recovery-image] Oct 01 18:17:21.728 INFO O| Oct 01 18:17:21.728 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-10-01T18:17:23.748Z[ recovery-image] Oct 01 18:17:21.745 INFO O| Oct 01 18:17:21.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69602024-10-01T18:17:23.748Z[ recovery-image] Oct 01 18:17:21.746 INFO O| Oct 01 18:17:21.746 INFO STEP 947 (remove_files) COMPLETE
69612024-10-01T18:17:23.751Z[ recovery-image] Oct 01 18:17:21.746 INFO O| Oct 01 18:17:21.746 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-10-01T18:17:23.767Z[ recovery-image] Oct 01 18:17:21.764 INFO O| Oct 01 18:17:21.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69632024-10-01T18:17:23.767Z[ recovery-image] Oct 01 18:17:21.765 INFO O| Oct 01 18:17:21.765 INFO STEP 948 (remove_files) COMPLETE
69642024-10-01T18:17:23.767Z[ recovery-image] Oct 01 18:17:21.765 INFO O| Oct 01 18:17:21.765 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-10-01T18:17:23.785Z[ recovery-image] Oct 01 18:17:21.782 INFO O| Oct 01 18:17:21.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69662024-10-01T18:17:23.785Z[ recovery-image] Oct 01 18:17:21.782 INFO O| Oct 01 18:17:21.782 INFO STEP 949 (remove_files) COMPLETE
69672024-10-01T18:17:23.788Z[ recovery-image] Oct 01 18:17:21.782 INFO O| Oct 01 18:17:21.782 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-10-01T18:17:23.810Z[ recovery-image] Oct 01 18:17:21.807 INFO O| Oct 01 18:17:21.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69692024-10-01T18:17:23.810Z[ recovery-image] Oct 01 18:17:21.807 INFO O| Oct 01 18:17:21.807 INFO STEP 950 (remove_files) COMPLETE
69702024-10-01T18:17:23.810Z[ recovery-image] Oct 01 18:17:21.807 INFO O| Oct 01 18:17:21.807 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-10-01T18:17:23.835Z[ recovery-image] Oct 01 18:17:21.832 INFO O| Oct 01 18:17:21.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
69722024-10-01T18:17:23.838Z[ recovery-image] Oct 01 18:17:21.832 INFO O| Oct 01 18:17:21.832 INFO STEP 951 (remove_files) COMPLETE
69732024-10-01T18:17:23.838Z[ recovery-image] Oct 01 18:17:21.833 INFO O| Oct 01 18:17:21.833 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-10-01T18:17:23.855Z[ recovery-image] Oct 01 18:17:21.852 INFO O| Oct 01 18:17:21.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
69752024-10-01T18:17:23.858Z[ recovery-image] Oct 01 18:17:21.852 INFO O| Oct 01 18:17:21.852 INFO STEP 952 (remove_files) COMPLETE
69762024-10-01T18:17:23.858Z[ recovery-image] Oct 01 18:17:21.852 INFO O| Oct 01 18:17:21.852 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-10-01T18:17:23.876Z[ recovery-image] Oct 01 18:17:21.873 INFO O| Oct 01 18:17:21.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
69782024-10-01T18:17:23.878Z[ recovery-image] Oct 01 18:17:21.873 INFO O| Oct 01 18:17:21.873 INFO STEP 953 (remove_files) COMPLETE
69792024-10-01T18:17:23.878Z[ recovery-image] Oct 01 18:17:21.873 INFO O| Oct 01 18:17:21.873 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-10-01T18:17:23.917Z[ recovery-image] Oct 01 18:17:21.914 INFO O| Oct 01 18:17:21.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
69812024-10-01T18:17:23.917Z[ recovery-image] Oct 01 18:17:21.914 INFO O| Oct 01 18:17:21.914 INFO STEP 954 (remove_files) COMPLETE
69822024-10-01T18:17:23.920Z[ recovery-image] Oct 01 18:17:21.914 INFO O| Oct 01 18:17:21.914 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-10-01T18:17:23.938Z[ recovery-image] Oct 01 18:17:21.934 INFO O| Oct 01 18:17:21.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
69842024-10-01T18:17:23.938Z[ recovery-image] Oct 01 18:17:21.934 INFO O| Oct 01 18:17:21.934 INFO STEP 955 (remove_files) COMPLETE
69852024-10-01T18:17:23.938Z[ recovery-image] Oct 01 18:17:21.934 INFO O| Oct 01 18:17:21.934 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-10-01T18:17:23.955Z[ recovery-image] Oct 01 18:17:21.952 INFO O| Oct 01 18:17:21.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69872024-10-01T18:17:23.955Z[ recovery-image] Oct 01 18:17:21.952 INFO O| Oct 01 18:17:21.952 INFO STEP 956 (remove_files) COMPLETE
69882024-10-01T18:17:23.955Z[ recovery-image] Oct 01 18:17:21.952 INFO O| Oct 01 18:17:21.952 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-10-01T18:17:23.994Z[ recovery-image] Oct 01 18:17:21.991 INFO O| Oct 01 18:17:21.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69902024-10-01T18:17:23.997Z[ recovery-image] Oct 01 18:17:21.991 INFO O| Oct 01 18:17:21.991 INFO STEP 957 (remove_files) COMPLETE
69912024-10-01T18:17:23.997Z[ recovery-image] Oct 01 18:17:21.991 INFO O| Oct 01 18:17:21.991 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-10-01T18:17:24.034Z[ recovery-image] Oct 01 18:17:22.031 INFO O| Oct 01 18:17:22.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69932024-10-01T18:17:24.037Z[ recovery-image] Oct 01 18:17:22.032 INFO O| Oct 01 18:17:22.031 INFO STEP 958 (remove_files) COMPLETE
69942024-10-01T18:17:24.037Z[ recovery-image] Oct 01 18:17:22.032 INFO O| Oct 01 18:17:22.032 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-10-01T18:17:24.054Z[ recovery-image] Oct 01 18:17:22.051 INFO O| Oct 01 18:17:22.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69962024-10-01T18:17:24.056Z[ recovery-image] Oct 01 18:17:22.052 INFO O| Oct 01 18:17:22.051 INFO STEP 959 (remove_files) COMPLETE
69972024-10-01T18:17:24.057Z[ recovery-image] Oct 01 18:17:22.052 INFO O| Oct 01 18:17:22.052 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-10-01T18:17:24.086Z[ recovery-image] Oct 01 18:17:22.083 INFO O| Oct 01 18:17:22.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69992024-10-01T18:17:24.086Z[ recovery-image] Oct 01 18:17:22.083 INFO O| Oct 01 18:17:22.083 INFO STEP 960 (remove_files) COMPLETE
70002024-10-01T18:17:24.089Z[ recovery-image] Oct 01 18:17:22.083 INFO O| Oct 01 18:17:22.083 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-10-01T18:17:24.118Z[ host-image] Oct 01 18:17:22.115 INFO O| Oct 01 18:17:22.115 INFO O| Done
70022024-10-01T18:17:24.118Z[ host-image] Oct 01 18:17:22.115 INFO O| Oct 01 18:17:22.115 INFO O| Done
70032024-10-01T18:17:24.138Z[ recovery-image] Oct 01 18:17:22.135 INFO O| Oct 01 18:17:22.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70042024-10-01T18:17:24.138Z[ recovery-image] Oct 01 18:17:22.135 INFO O| Oct 01 18:17:22.132 INFO STEP 961 (remove_files) COMPLETE
70052024-10-01T18:17:24.138Z[ recovery-image] Oct 01 18:17:22.135 INFO O| Oct 01 18:17:22.132 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-10-01T18:17:24.157Z[ recovery-image] Oct 01 18:17:22.154 INFO O| Oct 01 18:17:22.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70072024-10-01T18:17:24.157Z[ recovery-image] Oct 01 18:17:22.154 INFO O| Oct 01 18:17:22.154 INFO STEP 962 (remove_files) COMPLETE
70082024-10-01T18:17:24.159Z[ recovery-image] Oct 01 18:17:22.154 INFO O| Oct 01 18:17:22.154 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-10-01T18:17:24.181Z[ recovery-image] Oct 01 18:17:22.178 INFO O| Oct 01 18:17:22.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70102024-10-01T18:17:24.185Z[ recovery-image] Oct 01 18:17:22.179 INFO O| Oct 01 18:17:22.178 INFO STEP 963 (remove_files) COMPLETE
70112024-10-01T18:17:24.185Z[ recovery-image] Oct 01 18:17:22.179 INFO O| Oct 01 18:17:22.179 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-10-01T18:17:24.200Z[ recovery-image] Oct 01 18:17:22.197 INFO O| Oct 01 18:17:22.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70132024-10-01T18:17:24.203Z[ recovery-image] Oct 01 18:17:22.198 INFO O| Oct 01 18:17:22.198 INFO STEP 964 (remove_files) COMPLETE
70142024-10-01T18:17:24.203Z[ recovery-image] Oct 01 18:17:22.198 INFO O| Oct 01 18:17:22.198 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-10-01T18:17:24.220Z[ recovery-image] Oct 01 18:17:22.217 INFO O| Oct 01 18:17:22.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70162024-10-01T18:17:24.223Z[ recovery-image] Oct 01 18:17:22.217 INFO O| Oct 01 18:17:22.217 INFO STEP 965 (remove_files) COMPLETE
70172024-10-01T18:17:24.223Z[ recovery-image] Oct 01 18:17:22.217 INFO O| Oct 01 18:17:22.217 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-10-01T18:17:24.237Z[ recovery-image] Oct 01 18:17:22.234 INFO O| Oct 01 18:17:22.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70192024-10-01T18:17:24.240Z[ recovery-image] Oct 01 18:17:22.235 INFO O| Oct 01 18:17:22.235 INFO STEP 966 (remove_files) COMPLETE
70202024-10-01T18:17:24.240Z[ recovery-image] Oct 01 18:17:22.235 INFO O| Oct 01 18:17:22.235 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-10-01T18:17:24.256Z[ recovery-image] Oct 01 18:17:22.253 INFO O| Oct 01 18:17:22.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70222024-10-01T18:17:24.258Z[ recovery-image] Oct 01 18:17:22.253 INFO O| Oct 01 18:17:22.253 INFO STEP 967 (remove_files) COMPLETE
70232024-10-01T18:17:24.258Z[ recovery-image] Oct 01 18:17:22.253 INFO O| Oct 01 18:17:22.253 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-10-01T18:17:24.289Z[ recovery-image] Oct 01 18:17:22.286 INFO O| Oct 01 18:17:22.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70252024-10-01T18:17:24.289Z[ recovery-image] Oct 01 18:17:22.286 INFO O| Oct 01 18:17:22.286 INFO STEP 968 (remove_files) COMPLETE
70262024-10-01T18:17:24.292Z[ recovery-image] Oct 01 18:17:22.286 INFO O| Oct 01 18:17:22.286 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-10-01T18:17:24.309Z[ recovery-image] Oct 01 18:17:22.306 INFO O| Oct 01 18:17:22.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70282024-10-01T18:17:24.309Z[ recovery-image] Oct 01 18:17:22.306 INFO O| Oct 01 18:17:22.306 INFO STEP 969 (remove_files) COMPLETE
70292024-10-01T18:17:24.309Z[ recovery-image] Oct 01 18:17:22.306 INFO O| Oct 01 18:17:22.306 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-10-01T18:17:24.328Z[ recovery-image] Oct 01 18:17:22.325 INFO O| Oct 01 18:17:22.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70312024-10-01T18:17:24.331Z[ recovery-image] Oct 01 18:17:22.326 INFO O| Oct 01 18:17:22.326 INFO STEP 970 (remove_files) COMPLETE
70322024-10-01T18:17:24.331Z[ recovery-image] Oct 01 18:17:22.326 INFO O| Oct 01 18:17:22.326 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-10-01T18:17:24.358Z[ recovery-image] Oct 01 18:17:22.355 INFO O| Oct 01 18:17:22.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70342024-10-01T18:17:24.360Z[ recovery-image] Oct 01 18:17:22.355 INFO O| Oct 01 18:17:22.355 INFO STEP 971 (remove_files) COMPLETE
70352024-10-01T18:17:24.360Z[ recovery-image] Oct 01 18:17:22.355 INFO O| Oct 01 18:17:22.355 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-10-01T18:17:24.380Z[ recovery-image] Oct 01 18:17:22.377 INFO O| Oct 01 18:17:22.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70372024-10-01T18:17:24.382Z[ recovery-image] Oct 01 18:17:22.377 INFO O| Oct 01 18:17:22.377 INFO STEP 972 (remove_files) COMPLETE
70382024-10-01T18:17:24.382Z[ recovery-image] Oct 01 18:17:22.377 INFO O| Oct 01 18:17:22.377 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-10-01T18:17:24.400Z[ recovery-image] Oct 01 18:17:22.397 INFO O| Oct 01 18:17:22.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
70402024-10-01T18:17:24.403Z[ recovery-image] Oct 01 18:17:22.397 INFO O| Oct 01 18:17:22.397 INFO STEP 973 (remove_files) COMPLETE
70412024-10-01T18:17:24.403Z[ recovery-image] Oct 01 18:17:22.398 INFO O| Oct 01 18:17:22.397 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-10-01T18:17:24.421Z[ recovery-image] Oct 01 18:17:22.418 INFO O| Oct 01 18:17:22.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
70432024-10-01T18:17:24.424Z[ recovery-image] Oct 01 18:17:22.418 INFO O| Oct 01 18:17:22.418 INFO STEP 974 (remove_files) COMPLETE
70442024-10-01T18:17:24.424Z[ recovery-image] Oct 01 18:17:22.419 INFO O| Oct 01 18:17:22.418 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-10-01T18:17:24.450Z[ recovery-image] Oct 01 18:17:22.447 INFO O| Oct 01 18:17:22.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
70462024-10-01T18:17:24.450Z[ recovery-image] Oct 01 18:17:22.447 INFO O| Oct 01 18:17:22.447 INFO STEP 975 (remove_files) COMPLETE
70472024-10-01T18:17:24.454Z[ recovery-image] Oct 01 18:17:22.447 INFO O| Oct 01 18:17:22.447 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-10-01T18:17:24.482Z[ recovery-image] Oct 01 18:17:22.479 INFO O| Oct 01 18:17:22.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
70492024-10-01T18:17:24.485Z[ recovery-image] Oct 01 18:17:22.480 INFO O| Oct 01 18:17:22.480 INFO STEP 976 (remove_files) COMPLETE
70502024-10-01T18:17:24.485Z[ recovery-image] Oct 01 18:17:22.480 INFO O| Oct 01 18:17:22.480 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-10-01T18:17:24.533Z[ recovery-image] Oct 01 18:17:22.530 INFO O| Oct 01 18:17:22.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
70522024-10-01T18:17:24.543Z[ recovery-image] Oct 01 18:17:22.540 INFO O| Oct 01 18:17:22.540 INFO STEP 977 (remove_files) COMPLETE
70532024-10-01T18:17:24.543Z[ recovery-image] Oct 01 18:17:22.540 INFO O| Oct 01 18:17:22.540 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-10-01T18:17:24.591Z[ recovery-image] Oct 01 18:17:22.588 INFO O| Oct 01 18:17:22.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
70552024-10-01T18:17:24.594Z[ recovery-image] Oct 01 18:17:22.589 INFO O| Oct 01 18:17:22.588 INFO STEP 978 (remove_files) COMPLETE
70562024-10-01T18:17:24.594Z[ recovery-image] Oct 01 18:17:22.589 INFO O| Oct 01 18:17:22.589 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-10-01T18:17:24.612Z[ recovery-image] Oct 01 18:17:22.609 INFO O| Oct 01 18:17:22.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70582024-10-01T18:17:24.612Z[ recovery-image] Oct 01 18:17:22.610 INFO O| Oct 01 18:17:22.610 INFO STEP 979 (remove_files) COMPLETE
70592024-10-01T18:17:24.615Z[ recovery-image] Oct 01 18:17:22.610 INFO O| Oct 01 18:17:22.610 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-10-01T18:17:24.634Z[ recovery-image] Oct 01 18:17:22.631 INFO O| Oct 01 18:17:22.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
70612024-10-01T18:17:24.634Z[ recovery-image] Oct 01 18:17:22.631 INFO O| Oct 01 18:17:22.631 INFO STEP 980 (remove_files) COMPLETE
70622024-10-01T18:17:24.636Z[ recovery-image] Oct 01 18:17:22.631 INFO O| Oct 01 18:17:22.631 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-10-01T18:17:24.672Z[ recovery-image] Oct 01 18:17:22.669 INFO O| Oct 01 18:17:22.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70642024-10-01T18:17:24.675Z[ recovery-image] Oct 01 18:17:22.669 INFO O| Oct 01 18:17:22.669 INFO STEP 981 (remove_files) COMPLETE
70652024-10-01T18:17:24.675Z[ recovery-image] Oct 01 18:17:22.670 INFO O| Oct 01 18:17:22.669 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-10-01T18:17:24.694Z[ recovery-image] Oct 01 18:17:22.691 INFO O| Oct 01 18:17:22.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70672024-10-01T18:17:24.696Z[ recovery-image] Oct 01 18:17:22.691 INFO O| Oct 01 18:17:22.691 INFO STEP 982 (remove_files) COMPLETE
70682024-10-01T18:17:24.696Z[ recovery-image] Oct 01 18:17:22.691 INFO O| Oct 01 18:17:22.691 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-10-01T18:17:24.733Z[ recovery-image] Oct 01 18:17:22.730 INFO O| Oct 01 18:17:22.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70702024-10-01T18:17:24.733Z[ recovery-image] Oct 01 18:17:22.730 INFO O| Oct 01 18:17:22.730 INFO STEP 983 (remove_files) COMPLETE
70712024-10-01T18:17:24.736Z[ recovery-image] Oct 01 18:17:22.730 INFO O| Oct 01 18:17:22.730 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-10-01T18:17:24.755Z[ recovery-image] Oct 01 18:17:22.752 INFO O| Oct 01 18:17:22.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
70732024-10-01T18:17:24.755Z[ recovery-image] Oct 01 18:17:22.752 INFO O| Oct 01 18:17:22.752 INFO STEP 984 (remove_files) COMPLETE
70742024-10-01T18:17:24.758Z[ recovery-image] Oct 01 18:17:22.752 INFO O| Oct 01 18:17:22.752 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-10-01T18:17:24.776Z[ recovery-image] Oct 01 18:17:22.773 INFO O| Oct 01 18:17:22.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
70762024-10-01T18:17:24.776Z[ recovery-image] Oct 01 18:17:22.773 INFO O| Oct 01 18:17:22.773 INFO STEP 985 (remove_files) COMPLETE
70772024-10-01T18:17:24.778Z[ recovery-image] Oct 01 18:17:22.773 INFO O| Oct 01 18:17:22.773 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-10-01T18:17:24.800Z[ recovery-image] Oct 01 18:17:22.797 INFO O| Oct 01 18:17:22.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
70792024-10-01T18:17:24.800Z[ recovery-image] Oct 01 18:17:22.797 INFO O| Oct 01 18:17:22.797 INFO STEP 986 (remove_files) COMPLETE
70802024-10-01T18:17:24.800Z[ recovery-image] Oct 01 18:17:22.797 INFO O| Oct 01 18:17:22.797 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-10-01T18:17:24.854Z[ recovery-image] Oct 01 18:17:22.851 INFO O| Oct 01 18:17:22.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
70822024-10-01T18:17:24.855Z[ recovery-image] Oct 01 18:17:22.851 INFO O| Oct 01 18:17:22.851 INFO STEP 987 (remove_files) COMPLETE
70832024-10-01T18:17:24.855Z[ recovery-image] Oct 01 18:17:22.852 INFO O| Oct 01 18:17:22.851 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-10-01T18:17:24.886Z[ recovery-image] Oct 01 18:17:22.883 INFO O| Oct 01 18:17:22.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
70852024-10-01T18:17:24.886Z[ recovery-image] Oct 01 18:17:22.883 INFO O| Oct 01 18:17:22.883 INFO STEP 988 (remove_files) COMPLETE
70862024-10-01T18:17:24.886Z[ recovery-image] Oct 01 18:17:22.883 INFO O| Oct 01 18:17:22.883 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-10-01T18:17:24.906Z[ recovery-image] Oct 01 18:17:22.903 INFO O| Oct 01 18:17:22.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70882024-10-01T18:17:24.906Z[ recovery-image] Oct 01 18:17:22.903 INFO O| Oct 01 18:17:22.903 INFO STEP 989 (remove_files) COMPLETE
70892024-10-01T18:17:24.906Z[ recovery-image] Oct 01 18:17:22.903 INFO O| Oct 01 18:17:22.903 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-10-01T18:17:24.929Z[ recovery-image] Oct 01 18:17:22.926 INFO O| Oct 01 18:17:22.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70912024-10-01T18:17:24.929Z[ recovery-image] Oct 01 18:17:22.926 INFO O| Oct 01 18:17:22.926 INFO STEP 990 (remove_files) COMPLETE
70922024-10-01T18:17:24.931Z[ recovery-image] Oct 01 18:17:22.926 INFO O| Oct 01 18:17:22.926 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-10-01T18:17:24.947Z[ recovery-image] Oct 01 18:17:22.944 INFO O| Oct 01 18:17:22.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70942024-10-01T18:17:24.947Z[ recovery-image] Oct 01 18:17:22.944 INFO O| Oct 01 18:17:22.944 INFO STEP 991 (remove_files) COMPLETE
70952024-10-01T18:17:24.950Z[ recovery-image] Oct 01 18:17:22.944 INFO O| Oct 01 18:17:22.944 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-10-01T18:17:24.964Z[ recovery-image] Oct 01 18:17:22.961 INFO O| Oct 01 18:17:22.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70972024-10-01T18:17:24.965Z[ recovery-image] Oct 01 18:17:22.962 INFO O| Oct 01 18:17:22.961 INFO STEP 992 (remove_files) COMPLETE
70982024-10-01T18:17:24.967Z[ recovery-image] Oct 01 18:17:22.962 INFO O| Oct 01 18:17:22.962 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-10-01T18:17:24.982Z[ recovery-image] Oct 01 18:17:22.979 INFO O| Oct 01 18:17:22.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71002024-10-01T18:17:24.982Z[ recovery-image] Oct 01 18:17:22.979 INFO O| Oct 01 18:17:22.979 INFO STEP 993 (remove_files) COMPLETE
71012024-10-01T18:17:24.984Z[ recovery-image] Oct 01 18:17:22.979 INFO O| Oct 01 18:17:22.979 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-10-01T18:17:25.000Z[ recovery-image] Oct 01 18:17:22.997 INFO O| Oct 01 18:17:22.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71032024-10-01T18:17:25.000Z[ recovery-image] Oct 01 18:17:22.997 INFO O| Oct 01 18:17:22.997 INFO STEP 994 (remove_files) COMPLETE
71042024-10-01T18:17:25.007Z[ recovery-image] Oct 01 18:17:22.997 INFO O| Oct 01 18:17:22.997 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-10-01T18:17:25.021Z[ recovery-image] Oct 01 18:17:23.018 INFO O| Oct 01 18:17:23.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71062024-10-01T18:17:25.021Z[ recovery-image] Oct 01 18:17:23.019 INFO O| Oct 01 18:17:23.018 INFO STEP 995 (remove_files) COMPLETE
71072024-10-01T18:17:25.024Z[ recovery-image] Oct 01 18:17:23.019 INFO O| Oct 01 18:17:23.019 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-10-01T18:17:25.049Z[ recovery-image] Oct 01 18:17:23.046 INFO O| Oct 01 18:17:23.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71092024-10-01T18:17:25.049Z[ recovery-image] Oct 01 18:17:23.046 INFO O| Oct 01 18:17:23.046 INFO STEP 996 (remove_files) COMPLETE
71102024-10-01T18:17:25.051Z[ recovery-image] Oct 01 18:17:23.046 INFO O| Oct 01 18:17:23.046 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-10-01T18:17:25.067Z[ recovery-image] Oct 01 18:17:23.064 INFO O| Oct 01 18:17:23.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71122024-10-01T18:17:25.067Z[ recovery-image] Oct 01 18:17:23.064 INFO O| Oct 01 18:17:23.064 INFO STEP 997 (remove_files) COMPLETE
71132024-10-01T18:17:25.071Z[ recovery-image] Oct 01 18:17:23.064 INFO O| Oct 01 18:17:23.064 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-10-01T18:17:25.084Z[ recovery-image] Oct 01 18:17:23.081 INFO O| Oct 01 18:17:23.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71152024-10-01T18:17:25.084Z[ recovery-image] Oct 01 18:17:23.081 INFO O| Oct 01 18:17:23.081 INFO STEP 998 (remove_files) COMPLETE
71162024-10-01T18:17:25.084Z[ recovery-image] Oct 01 18:17:23.081 INFO O| Oct 01 18:17:23.081 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-10-01T18:17:25.101Z[ recovery-image] Oct 01 18:17:23.098 INFO O| Oct 01 18:17:23.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71182024-10-01T18:17:25.101Z[ recovery-image] Oct 01 18:17:23.098 INFO O| Oct 01 18:17:23.098 INFO STEP 999 (remove_files) COMPLETE
71192024-10-01T18:17:25.103Z[ recovery-image] Oct 01 18:17:23.098 INFO O| Oct 01 18:17:23.098 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-10-01T18:17:25.117Z[ recovery-image] Oct 01 18:17:23.114 INFO O| Oct 01 18:17:23.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71212024-10-01T18:17:25.117Z[ recovery-image] Oct 01 18:17:23.114 INFO O| Oct 01 18:17:23.114 INFO STEP 1000 (remove_files) COMPLETE
71222024-10-01T18:17:25.119Z[ recovery-image] Oct 01 18:17:23.114 INFO O| Oct 01 18:17:23.114 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-10-01T18:17:25.136Z[ recovery-image] Oct 01 18:17:23.133 INFO O| Oct 01 18:17:23.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71242024-10-01T18:17:25.138Z[ recovery-image] Oct 01 18:17:23.133 INFO O| Oct 01 18:17:23.133 INFO STEP 1001 (remove_files) COMPLETE
71252024-10-01T18:17:25.138Z[ recovery-image] Oct 01 18:17:23.133 INFO O| Oct 01 18:17:23.133 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-10-01T18:17:25.148Z[ host-image] Oct 01 18:17:23.145 INFO O| Oct 01 18:17:23.145 INFO O| Done
71272024-10-01T18:17:25.177Z[ recovery-image] Oct 01 18:17:23.173 INFO O| Oct 01 18:17:23.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71282024-10-01T18:17:25.177Z[ recovery-image] Oct 01 18:17:23.174 INFO O| Oct 01 18:17:23.173 INFO STEP 1002 (remove_files) COMPLETE
71292024-10-01T18:17:25.177Z[ recovery-image] Oct 01 18:17:23.174 INFO O| Oct 01 18:17:23.174 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-10-01T18:17:25.199Z[ recovery-image] Oct 01 18:17:23.195 INFO O| Oct 01 18:17:23.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71312024-10-01T18:17:25.202Z[ recovery-image] Oct 01 18:17:23.196 INFO O| Oct 01 18:17:23.195 INFO STEP 1003 (remove_files) COMPLETE
71322024-10-01T18:17:25.202Z[ recovery-image] Oct 01 18:17:23.196 INFO O| Oct 01 18:17:23.196 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-10-01T18:17:25.238Z[ recovery-image] Oct 01 18:17:23.234 INFO O| Oct 01 18:17:23.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71342024-10-01T18:17:25.238Z[ recovery-image] Oct 01 18:17:23.234 INFO O| Oct 01 18:17:23.234 INFO STEP 1004 (remove_files) COMPLETE
71352024-10-01T18:17:25.238Z[ recovery-image] Oct 01 18:17:23.234 INFO O| Oct 01 18:17:23.234 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-10-01T18:17:25.258Z[ recovery-image] Oct 01 18:17:23.255 INFO O| Oct 01 18:17:23.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71372024-10-01T18:17:25.258Z[ recovery-image] Oct 01 18:17:23.255 INFO O| Oct 01 18:17:23.255 INFO STEP 1005 (remove_files) COMPLETE
71382024-10-01T18:17:25.258Z[ recovery-image] Oct 01 18:17:23.255 INFO O| Oct 01 18:17:23.255 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-10-01T18:17:25.278Z[ recovery-image] Oct 01 18:17:23.275 INFO O| Oct 01 18:17:23.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71402024-10-01T18:17:25.278Z[ recovery-image] Oct 01 18:17:23.275 INFO O| Oct 01 18:17:23.275 INFO STEP 1006 (remove_files) COMPLETE
71412024-10-01T18:17:25.282Z[ recovery-image] Oct 01 18:17:23.276 INFO O| Oct 01 18:17:23.275 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-10-01T18:17:25.311Z[ recovery-image] Oct 01 18:17:23.308 INFO O| Oct 01 18:17:23.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
71432024-10-01T18:17:25.311Z[ recovery-image] Oct 01 18:17:23.308 INFO O| Oct 01 18:17:23.308 INFO STEP 1007 (remove_files) COMPLETE
71442024-10-01T18:17:25.311Z[ recovery-image] Oct 01 18:17:23.308 INFO O| Oct 01 18:17:23.308 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-10-01T18:17:25.354Z[ recovery-image] Oct 01 18:17:23.349 INFO O| Oct 01 18:17:23.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
71462024-10-01T18:17:25.354Z[ recovery-image] Oct 01 18:17:23.350 INFO O| Oct 01 18:17:23.350 INFO STEP 1008 (remove_files) COMPLETE
71472024-10-01T18:17:25.354Z[ recovery-image] Oct 01 18:17:23.350 INFO O| Oct 01 18:17:23.350 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-10-01T18:17:25.372Z[ recovery-image] Oct 01 18:17:23.369 INFO O| Oct 01 18:17:23.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
71492024-10-01T18:17:25.374Z[ recovery-image] Oct 01 18:17:23.369 INFO O| Oct 01 18:17:23.369 INFO STEP 1009 (remove_files) COMPLETE
71502024-10-01T18:17:25.374Z[ recovery-image] Oct 01 18:17:23.369 INFO O| Oct 01 18:17:23.369 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-10-01T18:17:25.398Z[ recovery-image] Oct 01 18:17:23.395 INFO O| Oct 01 18:17:23.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
71522024-10-01T18:17:25.398Z[ recovery-image] Oct 01 18:17:23.395 INFO O| Oct 01 18:17:23.395 INFO STEP 1010 (remove_files) COMPLETE
71532024-10-01T18:17:25.398Z[ recovery-image] Oct 01 18:17:23.395 INFO O| Oct 01 18:17:23.395 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-10-01T18:17:25.418Z[ recovery-image] Oct 01 18:17:23.415 INFO O| Oct 01 18:17:23.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
71552024-10-01T18:17:25.418Z[ recovery-image] Oct 01 18:17:23.415 INFO O| Oct 01 18:17:23.415 INFO STEP 1011 (remove_files) COMPLETE
71562024-10-01T18:17:25.418Z[ recovery-image] Oct 01 18:17:23.415 INFO O| Oct 01 18:17:23.415 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-10-01T18:17:25.439Z[ recovery-image] Oct 01 18:17:23.436 INFO O| Oct 01 18:17:23.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71582024-10-01T18:17:25.442Z[ recovery-image] Oct 01 18:17:23.436 INFO O| Oct 01 18:17:23.436 INFO STEP 1012 (remove_files) COMPLETE
71592024-10-01T18:17:25.442Z[ recovery-image] Oct 01 18:17:23.436 INFO O| Oct 01 18:17:23.436 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-10-01T18:17:25.462Z[ recovery-image] Oct 01 18:17:23.459 INFO O| Oct 01 18:17:23.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
71612024-10-01T18:17:25.465Z[ recovery-image] Oct 01 18:17:23.459 INFO O| Oct 01 18:17:23.459 INFO STEP 1013 (remove_files) COMPLETE
71622024-10-01T18:17:25.465Z[ recovery-image] Oct 01 18:17:23.459 INFO O| Oct 01 18:17:23.459 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-10-01T18:17:25.519Z[ recovery-image] Oct 01 18:17:23.516 INFO O| Oct 01 18:17:23.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71642024-10-01T18:17:25.519Z[ recovery-image] Oct 01 18:17:23.516 INFO O| Oct 01 18:17:23.516 INFO STEP 1014 (remove_files) COMPLETE
71652024-10-01T18:17:25.522Z[ recovery-image] Oct 01 18:17:23.516 INFO O| Oct 01 18:17:23.516 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-10-01T18:17:25.541Z[ recovery-image] Oct 01 18:17:23.538 INFO O| Oct 01 18:17:23.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71672024-10-01T18:17:25.541Z[ recovery-image] Oct 01 18:17:23.538 INFO O| Oct 01 18:17:23.538 INFO STEP 1015 (remove_files) COMPLETE
71682024-10-01T18:17:25.544Z[ recovery-image] Oct 01 18:17:23.538 INFO O| Oct 01 18:17:23.538 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-10-01T18:17:25.619Z[ recovery-image] Oct 01 18:17:23.616 INFO O| Oct 01 18:17:23.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71702024-10-01T18:17:25.619Z[ recovery-image] Oct 01 18:17:23.616 INFO O| Oct 01 18:17:23.616 INFO STEP 1016 (remove_files) COMPLETE
71712024-10-01T18:17:25.619Z[ recovery-image] Oct 01 18:17:23.616 INFO O| Oct 01 18:17:23.616 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-10-01T18:17:25.637Z[ recovery-image] Oct 01 18:17:23.634 INFO O| Oct 01 18:17:23.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71732024-10-01T18:17:25.637Z[ recovery-image] Oct 01 18:17:23.634 INFO O| Oct 01 18:17:23.634 INFO STEP 1017 (remove_files) COMPLETE
71742024-10-01T18:17:25.637Z[ recovery-image] Oct 01 18:17:23.634 INFO O| Oct 01 18:17:23.634 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-10-01T18:17:25.654Z[ recovery-image] Oct 01 18:17:23.651 INFO O| Oct 01 18:17:23.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
71762024-10-01T18:17:25.654Z[ recovery-image] Oct 01 18:17:23.651 INFO O| Oct 01 18:17:23.651 INFO STEP 1018 (remove_files) COMPLETE
71772024-10-01T18:17:25.654Z[ recovery-image] Oct 01 18:17:23.651 INFO O| Oct 01 18:17:23.651 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-10-01T18:17:25.691Z[ recovery-image] Oct 01 18:17:23.688 INFO O| Oct 01 18:17:23.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
71792024-10-01T18:17:25.700Z[ recovery-image] Oct 01 18:17:23.697 INFO O| Oct 01 18:17:23.697 INFO STEP 1019 (remove_files) COMPLETE
71802024-10-01T18:17:25.700Z[ recovery-image] Oct 01 18:17:23.697 INFO O| Oct 01 18:17:23.697 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-10-01T18:17:25.734Z[ recovery-image] Oct 01 18:17:23.730 INFO O| Oct 01 18:17:23.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
71822024-10-01T18:17:25.736Z[ recovery-image] Oct 01 18:17:23.731 INFO O| Oct 01 18:17:23.731 INFO STEP 1020 (remove_files) COMPLETE
71832024-10-01T18:17:25.736Z[ recovery-image] Oct 01 18:17:23.731 INFO O| Oct 01 18:17:23.731 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-10-01T18:17:25.784Z[ recovery-image] Oct 01 18:17:23.780 INFO O| Oct 01 18:17:23.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71852024-10-01T18:17:25.784Z[ recovery-image] Oct 01 18:17:23.780 INFO O| Oct 01 18:17:23.780 INFO STEP 1021 (remove_files) COMPLETE
71862024-10-01T18:17:25.784Z[ recovery-image] Oct 01 18:17:23.780 INFO O| Oct 01 18:17:23.780 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-10-01T18:17:25.844Z[ recovery-image] Oct 01 18:17:23.840 INFO O| Oct 01 18:17:23.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
71882024-10-01T18:17:25.844Z[ recovery-image] Oct 01 18:17:23.840 INFO O| Oct 01 18:17:23.840 INFO STEP 1022 (remove_files) COMPLETE
71892024-10-01T18:17:25.844Z[ recovery-image] Oct 01 18:17:23.840 INFO O| Oct 01 18:17:23.840 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-10-01T18:17:25.884Z[ recovery-image] Oct 01 18:17:23.881 INFO O| Oct 01 18:17:23.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71912024-10-01T18:17:25.884Z[ recovery-image] Oct 01 18:17:23.881 INFO O| Oct 01 18:17:23.881 INFO STEP 1023 (remove_files) COMPLETE
71922024-10-01T18:17:25.886Z[ recovery-image] Oct 01 18:17:23.881 INFO O| Oct 01 18:17:23.881 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-10-01T18:17:25.922Z[ recovery-image] Oct 01 18:17:23.919 INFO O| Oct 01 18:17:23.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71942024-10-01T18:17:25.922Z[ recovery-image] Oct 01 18:17:23.919 INFO O| Oct 01 18:17:23.919 INFO STEP 1024 (remove_files) COMPLETE
71952024-10-01T18:17:25.925Z[ recovery-image] Oct 01 18:17:23.919 INFO O| Oct 01 18:17:23.919 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-10-01T18:17:25.948Z[ recovery-image] Oct 01 18:17:23.944 INFO O| Oct 01 18:17:23.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71972024-10-01T18:17:25.948Z[ recovery-image] Oct 01 18:17:23.944 INFO O| Oct 01 18:17:23.944 INFO STEP 1025 (remove_files) COMPLETE
71982024-10-01T18:17:25.948Z[ recovery-image] Oct 01 18:17:23.944 INFO O| Oct 01 18:17:23.944 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-10-01T18:17:26.024Z[ recovery-image] Oct 01 18:17:24.021 INFO O| Oct 01 18:17:24.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72002024-10-01T18:17:26.044Z[ recovery-image] Oct 01 18:17:24.041 INFO O| Oct 01 18:17:24.041 INFO STEP 1026 (remove_files) COMPLETE
72012024-10-01T18:17:26.044Z[ recovery-image] Oct 01 18:17:24.041 INFO O| Oct 01 18:17:24.041 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-10-01T18:17:26.064Z[ recovery-image] Oct 01 18:17:24.061 INFO O| Oct 01 18:17:24.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72032024-10-01T18:17:26.089Z[ recovery-image] Oct 01 18:17:24.086 INFO O| Oct 01 18:17:24.086 INFO STEP 1027 (remove_files) COMPLETE
72042024-10-01T18:17:26.089Z[ recovery-image] Oct 01 18:17:24.086 INFO O| Oct 01 18:17:24.086 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-10-01T18:17:26.121Z[ recovery-image] Oct 01 18:17:24.118 INFO O| Oct 01 18:17:24.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72062024-10-01T18:17:26.124Z[ recovery-image] Oct 01 18:17:24.118 INFO O| Oct 01 18:17:24.118 INFO STEP 1028 (remove_files) COMPLETE
72072024-10-01T18:17:26.124Z[ recovery-image] Oct 01 18:17:24.118 INFO O| Oct 01 18:17:24.118 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-10-01T18:17:26.140Z[ recovery-image] Oct 01 18:17:24.137 INFO O| Oct 01 18:17:24.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72092024-10-01T18:17:26.140Z[ recovery-image] Oct 01 18:17:24.137 INFO O| Oct 01 18:17:24.137 INFO STEP 1029 (remove_files) COMPLETE
72102024-10-01T18:17:26.143Z[ recovery-image] Oct 01 18:17:24.137 INFO O| Oct 01 18:17:24.137 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-10-01T18:17:26.159Z[ recovery-image] Oct 01 18:17:24.156 INFO O| Oct 01 18:17:24.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72122024-10-01T18:17:26.162Z[ recovery-image] Oct 01 18:17:24.156 INFO O| Oct 01 18:17:24.156 INFO STEP 1030 (remove_files) COMPLETE
72132024-10-01T18:17:26.162Z[ recovery-image] Oct 01 18:17:24.157 INFO O| Oct 01 18:17:24.157 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-10-01T18:17:26.179Z[ recovery-image] Oct 01 18:17:24.176 INFO O| Oct 01 18:17:24.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72152024-10-01T18:17:26.182Z[ recovery-image] Oct 01 18:17:24.176 INFO O| Oct 01 18:17:24.176 INFO STEP 1031 (remove_files) COMPLETE
72162024-10-01T18:17:26.182Z[ recovery-image] Oct 01 18:17:24.177 INFO O| Oct 01 18:17:24.176 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-10-01T18:17:26.199Z[ recovery-image] Oct 01 18:17:24.196 INFO O| Oct 01 18:17:24.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72182024-10-01T18:17:26.202Z[ recovery-image] Oct 01 18:17:24.196 INFO O| Oct 01 18:17:24.196 INFO STEP 1032 (remove_files) COMPLETE
72192024-10-01T18:17:26.202Z[ recovery-image] Oct 01 18:17:24.196 INFO O| Oct 01 18:17:24.196 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-10-01T18:17:26.219Z[ recovery-image] Oct 01 18:17:24.216 INFO O| Oct 01 18:17:24.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72212024-10-01T18:17:26.221Z[ recovery-image] Oct 01 18:17:24.216 INFO O| Oct 01 18:17:24.216 INFO STEP 1033 (remove_files) COMPLETE
72222024-10-01T18:17:26.221Z[ recovery-image] Oct 01 18:17:24.216 INFO O| Oct 01 18:17:24.216 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-10-01T18:17:26.238Z[ recovery-image] Oct 01 18:17:24.235 INFO O| Oct 01 18:17:24.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72242024-10-01T18:17:26.241Z[ recovery-image] Oct 01 18:17:24.235 INFO O| Oct 01 18:17:24.235 INFO STEP 1034 (remove_files) COMPLETE
72252024-10-01T18:17:26.241Z[ recovery-image] Oct 01 18:17:24.235 INFO O| Oct 01 18:17:24.235 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-10-01T18:17:26.259Z[ recovery-image] Oct 01 18:17:24.256 INFO O| Oct 01 18:17:24.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72272024-10-01T18:17:26.262Z[ recovery-image] Oct 01 18:17:24.256 INFO O| Oct 01 18:17:24.256 INFO STEP 1035 (remove_files) COMPLETE
72282024-10-01T18:17:26.262Z[ recovery-image] Oct 01 18:17:24.256 INFO O| Oct 01 18:17:24.256 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-10-01T18:17:26.279Z[ recovery-image] Oct 01 18:17:24.276 INFO O| Oct 01 18:17:24.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72302024-10-01T18:17:26.282Z[ recovery-image] Oct 01 18:17:24.277 INFO O| Oct 01 18:17:24.276 INFO STEP 1036 (remove_files) COMPLETE
72312024-10-01T18:17:26.282Z[ recovery-image] Oct 01 18:17:24.277 INFO O| Oct 01 18:17:24.277 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-10-01T18:17:26.313Z[ recovery-image] Oct 01 18:17:24.310 INFO O| Oct 01 18:17:24.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72332024-10-01T18:17:26.322Z[ recovery-image] Oct 01 18:17:24.310 INFO O| Oct 01 18:17:24.310 INFO STEP 1037 (remove_files) COMPLETE
72342024-10-01T18:17:26.322Z[ recovery-image] Oct 01 18:17:24.310 INFO O| Oct 01 18:17:24.310 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-10-01T18:17:26.332Z[ recovery-image] Oct 01 18:17:24.329 INFO O| Oct 01 18:17:24.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72362024-10-01T18:17:26.333Z[ recovery-image] Oct 01 18:17:24.329 INFO O| Oct 01 18:17:24.329 INFO STEP 1038 (remove_files) COMPLETE
72372024-10-01T18:17:26.335Z[ recovery-image] Oct 01 18:17:24.330 INFO O| Oct 01 18:17:24.329 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-10-01T18:17:26.350Z[ recovery-image] Oct 01 18:17:24.347 INFO O| Oct 01 18:17:24.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72392024-10-01T18:17:26.350Z[ recovery-image] Oct 01 18:17:24.347 INFO O| Oct 01 18:17:24.347 INFO STEP 1039 (remove_files) COMPLETE
72402024-10-01T18:17:26.353Z[ recovery-image] Oct 01 18:17:24.347 INFO O| Oct 01 18:17:24.347 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-10-01T18:17:26.368Z[ recovery-image] Oct 01 18:17:24.364 INFO O| Oct 01 18:17:24.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72422024-10-01T18:17:26.368Z[ recovery-image] Oct 01 18:17:24.364 INFO O| Oct 01 18:17:24.364 INFO STEP 1040 (remove_files) COMPLETE
72432024-10-01T18:17:26.370Z[ recovery-image] Oct 01 18:17:24.365 INFO O| Oct 01 18:17:24.364 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-10-01T18:17:26.385Z[ recovery-image] Oct 01 18:17:24.381 INFO O| Oct 01 18:17:24.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72452024-10-01T18:17:26.385Z[ recovery-image] Oct 01 18:17:24.381 INFO O| Oct 01 18:17:24.381 INFO STEP 1041 (remove_files) COMPLETE
72462024-10-01T18:17:26.388Z[ recovery-image] Oct 01 18:17:24.382 INFO O| Oct 01 18:17:24.381 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-10-01T18:17:26.403Z[ recovery-image] Oct 01 18:17:24.400 INFO O| Oct 01 18:17:24.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72482024-10-01T18:17:26.403Z[ recovery-image] Oct 01 18:17:24.400 INFO O| Oct 01 18:17:24.400 INFO STEP 1042 (remove_files) COMPLETE
72492024-10-01T18:17:26.405Z[ recovery-image] Oct 01 18:17:24.400 INFO O| Oct 01 18:17:24.400 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-10-01T18:17:26.422Z[ recovery-image] Oct 01 18:17:24.419 INFO O| Oct 01 18:17:24.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
72512024-10-01T18:17:26.422Z[ recovery-image] Oct 01 18:17:24.419 INFO O| Oct 01 18:17:24.419 INFO STEP 1043 (remove_files) COMPLETE
72522024-10-01T18:17:26.425Z[ recovery-image] Oct 01 18:17:24.419 INFO O| Oct 01 18:17:24.419 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-10-01T18:17:26.478Z[ recovery-image] Oct 01 18:17:24.475 INFO O| Oct 01 18:17:24.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
72542024-10-01T18:17:26.478Z[ recovery-image] Oct 01 18:17:24.475 INFO O| Oct 01 18:17:24.475 INFO STEP 1044 (remove_files) COMPLETE
72552024-10-01T18:17:26.481Z[ recovery-image] Oct 01 18:17:24.475 INFO O| Oct 01 18:17:24.475 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-10-01T18:17:26.498Z[ recovery-image] Oct 01 18:17:24.495 INFO O| Oct 01 18:17:24.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
72572024-10-01T18:17:26.498Z[ recovery-image] Oct 01 18:17:24.495 INFO O| Oct 01 18:17:24.495 INFO STEP 1045 (remove_files) COMPLETE
72582024-10-01T18:17:26.499Z[ recovery-image] Oct 01 18:17:24.495 INFO O| Oct 01 18:17:24.495 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-10-01T18:17:26.519Z[ recovery-image] Oct 01 18:17:24.516 INFO O| Oct 01 18:17:24.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
72602024-10-01T18:17:26.522Z[ recovery-image] Oct 01 18:17:24.516 INFO O| Oct 01 18:17:24.516 INFO STEP 1046 (remove_files) COMPLETE
72612024-10-01T18:17:26.522Z[ recovery-image] Oct 01 18:17:24.516 INFO O| Oct 01 18:17:24.516 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-10-01T18:17:26.540Z[ recovery-image] Oct 01 18:17:24.536 INFO O| Oct 01 18:17:24.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72632024-10-01T18:17:26.540Z[ recovery-image] Oct 01 18:17:24.536 INFO O| Oct 01 18:17:24.536 INFO STEP 1047 (remove_files) COMPLETE
72642024-10-01T18:17:26.540Z[ recovery-image] Oct 01 18:17:24.536 INFO O| Oct 01 18:17:24.536 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-10-01T18:17:26.563Z[ recovery-image] Oct 01 18:17:24.559 INFO O| Oct 01 18:17:24.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72662024-10-01T18:17:26.563Z[ recovery-image] Oct 01 18:17:24.559 INFO O| Oct 01 18:17:24.559 INFO STEP 1048 (remove_files) COMPLETE
72672024-10-01T18:17:26.563Z[ recovery-image] Oct 01 18:17:24.559 INFO O| Oct 01 18:17:24.559 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-10-01T18:17:26.584Z[ recovery-image] Oct 01 18:17:24.580 INFO O| Oct 01 18:17:24.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72692024-10-01T18:17:26.584Z[ recovery-image] Oct 01 18:17:24.581 INFO O| Oct 01 18:17:24.581 INFO STEP 1049 (remove_files) COMPLETE
72702024-10-01T18:17:26.600Z[ recovery-image] Oct 01 18:17:24.581 INFO O| Oct 01 18:17:24.581 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-10-01T18:17:26.613Z[ recovery-image] Oct 01 18:17:24.601 INFO O| Oct 01 18:17:24.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72722024-10-01T18:17:26.613Z[ recovery-image] Oct 01 18:17:24.601 INFO O| Oct 01 18:17:24.601 INFO STEP 1050 (remove_files) COMPLETE
72732024-10-01T18:17:26.613Z[ recovery-image] Oct 01 18:17:24.601 INFO O| Oct 01 18:17:24.601 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-10-01T18:17:26.640Z[ recovery-image] Oct 01 18:17:24.636 INFO O| Oct 01 18:17:24.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
72752024-10-01T18:17:26.640Z[ recovery-image] Oct 01 18:17:24.636 INFO O| Oct 01 18:17:24.636 INFO STEP 1051 (remove_files) COMPLETE
72762024-10-01T18:17:26.640Z[ recovery-image] Oct 01 18:17:24.637 INFO O| Oct 01 18:17:24.636 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-10-01T18:17:26.670Z[ recovery-image] Oct 01 18:17:24.664 INFO O| Oct 01 18:17:24.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
72782024-10-01T18:17:26.670Z[ recovery-image] Oct 01 18:17:24.664 INFO O| Oct 01 18:17:24.664 INFO STEP 1052 (remove_files) COMPLETE
72792024-10-01T18:17:26.670Z[ recovery-image] Oct 01 18:17:24.664 INFO O| Oct 01 18:17:24.664 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-10-01T18:17:26.708Z[ recovery-image] Oct 01 18:17:24.703 INFO O| Oct 01 18:17:24.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72812024-10-01T18:17:26.715Z[ recovery-image] Oct 01 18:17:24.703 INFO O| Oct 01 18:17:24.703 INFO STEP 1053 (remove_files) COMPLETE
72822024-10-01T18:17:26.715Z[ recovery-image] Oct 01 18:17:24.703 INFO O| Oct 01 18:17:24.703 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-10-01T18:17:26.730Z[ recovery-image] Oct 01 18:17:24.721 INFO O| Oct 01 18:17:24.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
72842024-10-01T18:17:26.736Z[ recovery-image] Oct 01 18:17:24.722 INFO O| Oct 01 18:17:24.722 INFO STEP 1054 (remove_files) COMPLETE
72852024-10-01T18:17:26.736Z[ recovery-image] Oct 01 18:17:24.722 INFO O| Oct 01 18:17:24.722 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-10-01T18:17:26.745Z[ recovery-image] Oct 01 18:17:24.740 INFO O| Oct 01 18:17:24.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
72872024-10-01T18:17:26.751Z[ recovery-image] Oct 01 18:17:24.741 INFO O| Oct 01 18:17:24.741 INFO STEP 1055 (remove_files) COMPLETE
72882024-10-01T18:17:26.751Z[ recovery-image] Oct 01 18:17:24.741 INFO O| Oct 01 18:17:24.741 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-10-01T18:17:26.764Z[ recovery-image] Oct 01 18:17:24.760 INFO O| Oct 01 18:17:24.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72902024-10-01T18:17:26.770Z[ recovery-image] Oct 01 18:17:24.760 INFO O| Oct 01 18:17:24.760 INFO STEP 1056 (remove_files) COMPLETE
72912024-10-01T18:17:26.771Z[ recovery-image] Oct 01 18:17:24.760 INFO O| Oct 01 18:17:24.760 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-10-01T18:17:26.784Z[ recovery-image] Oct 01 18:17:24.779 INFO O| Oct 01 18:17:24.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72932024-10-01T18:17:26.789Z[ recovery-image] Oct 01 18:17:24.780 INFO O| Oct 01 18:17:24.779 INFO STEP 1057 (remove_files) COMPLETE
72942024-10-01T18:17:26.789Z[ recovery-image] Oct 01 18:17:24.780 INFO O| Oct 01 18:17:24.780 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-10-01T18:17:26.804Z[ recovery-image] Oct 01 18:17:24.799 INFO O| Oct 01 18:17:24.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72962024-10-01T18:17:26.809Z[ recovery-image] Oct 01 18:17:24.799 INFO O| Oct 01 18:17:24.799 INFO STEP 1058 (remove_files) COMPLETE
72972024-10-01T18:17:26.809Z[ recovery-image] Oct 01 18:17:24.799 INFO O| Oct 01 18:17:24.799 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-10-01T18:17:26.828Z[ recovery-image] Oct 01 18:17:24.823 INFO O| Oct 01 18:17:24.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72992024-10-01T18:17:26.828Z[ recovery-image] Oct 01 18:17:24.823 INFO O| Oct 01 18:17:24.823 INFO STEP 1059 (remove_files) COMPLETE
73002024-10-01T18:17:26.828Z[ recovery-image] Oct 01 18:17:24.823 INFO O| Oct 01 18:17:24.823 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-10-01T18:17:26.868Z[ recovery-image] Oct 01 18:17:24.842 INFO O| Oct 01 18:17:24.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73022024-10-01T18:17:26.868Z[ recovery-image] Oct 01 18:17:24.842 INFO O| Oct 01 18:17:24.842 INFO STEP 1060 (remove_files) COMPLETE
73032024-10-01T18:17:26.868Z[ recovery-image] Oct 01 18:17:24.842 INFO O| Oct 01 18:17:24.842 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-10-01T18:17:26.883Z[ recovery-image] Oct 01 18:17:24.860 INFO O| Oct 01 18:17:24.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73052024-10-01T18:17:26.883Z[ recovery-image] Oct 01 18:17:24.860 INFO O| Oct 01 18:17:24.860 INFO STEP 1061 (remove_files) COMPLETE
73062024-10-01T18:17:26.883Z[ recovery-image] Oct 01 18:17:24.860 INFO O| Oct 01 18:17:24.860 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-10-01T18:17:26.905Z[ recovery-image] Oct 01 18:17:24.883 INFO O| Oct 01 18:17:24.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73082024-10-01T18:17:26.905Z[ recovery-image] Oct 01 18:17:24.883 INFO O| Oct 01 18:17:24.883 INFO STEP 1062 (remove_files) COMPLETE
73092024-10-01T18:17:26.905Z[ recovery-image] Oct 01 18:17:24.884 INFO O| Oct 01 18:17:24.883 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-10-01T18:17:26.934Z[ recovery-image] Oct 01 18:17:24.904 INFO O| Oct 01 18:17:24.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73112024-10-01T18:17:26.934Z[ recovery-image] Oct 01 18:17:24.904 INFO O| Oct 01 18:17:24.904 INFO STEP 1063 (remove_files) COMPLETE
73122024-10-01T18:17:26.934Z[ recovery-image] Oct 01 18:17:24.905 INFO O| Oct 01 18:17:24.904 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-10-01T18:17:26.950Z[ recovery-image] Oct 01 18:17:24.923 INFO O| Oct 01 18:17:24.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73142024-10-01T18:17:26.951Z[ recovery-image] Oct 01 18:17:24.923 INFO O| Oct 01 18:17:24.923 INFO STEP 1064 (remove_files) COMPLETE
73152024-10-01T18:17:26.952Z[ recovery-image] Oct 01 18:17:24.924 INFO O| Oct 01 18:17:24.923 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-10-01T18:17:26.963Z[ recovery-image] Oct 01 18:17:24.945 INFO O| Oct 01 18:17:24.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73172024-10-01T18:17:26.978Z[ recovery-image] Oct 01 18:17:24.970 INFO O| Oct 01 18:17:24.970 INFO STEP 1065 (remove_files) COMPLETE
73182024-10-01T18:17:26.978Z[ recovery-image] Oct 01 18:17:24.970 INFO O| Oct 01 18:17:24.970 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-10-01T18:17:27.011Z[ recovery-image] Oct 01 18:17:25.005 INFO O| Oct 01 18:17:25.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73202024-10-01T18:17:27.011Z[ recovery-image] Oct 01 18:17:25.005 INFO O| Oct 01 18:17:25.005 INFO STEP 1066 (remove_files) COMPLETE
73212024-10-01T18:17:27.011Z[ recovery-image] Oct 01 18:17:25.005 INFO O| Oct 01 18:17:25.005 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-10-01T18:17:27.059Z[ recovery-image] Oct 01 18:17:25.041 INFO O| Oct 01 18:17:25.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73232024-10-01T18:17:27.075Z[ recovery-image] Oct 01 18:17:25.042 INFO O| Oct 01 18:17:25.041 INFO STEP 1067 (remove_files) COMPLETE
73242024-10-01T18:17:27.075Z[ recovery-image] Oct 01 18:17:25.042 INFO O| Oct 01 18:17:25.041 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-10-01T18:17:27.075Z[ recovery-image] Oct 01 18:17:25.063 INFO O| Oct 01 18:17:25.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73262024-10-01T18:17:27.075Z[ recovery-image] Oct 01 18:17:25.063 INFO O| Oct 01 18:17:25.063 INFO STEP 1068 (remove_files) COMPLETE
73272024-10-01T18:17:27.075Z[ recovery-image] Oct 01 18:17:25.064 INFO O| Oct 01 18:17:25.063 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-10-01T18:17:27.087Z[ recovery-image] Oct 01 18:17:25.083 INFO O| Oct 01 18:17:25.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73292024-10-01T18:17:27.087Z[ recovery-image] Oct 01 18:17:25.083 INFO O| Oct 01 18:17:25.083 INFO STEP 1069 (remove_files) COMPLETE
73302024-10-01T18:17:27.087Z[ recovery-image] Oct 01 18:17:25.083 INFO O| Oct 01 18:17:25.083 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-10-01T18:17:27.106Z[ recovery-image] Oct 01 18:17:25.103 INFO O| Oct 01 18:17:25.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73322024-10-01T18:17:27.109Z[ recovery-image] Oct 01 18:17:25.103 INFO O| Oct 01 18:17:25.103 INFO STEP 1070 (remove_files) COMPLETE
73332024-10-01T18:17:27.110Z[ recovery-image] Oct 01 18:17:25.103 INFO O| Oct 01 18:17:25.103 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-10-01T18:17:27.145Z[ recovery-image] Oct 01 18:17:25.134 INFO O| Oct 01 18:17:25.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73352024-10-01T18:17:27.145Z[ recovery-image] Oct 01 18:17:25.134 INFO O| Oct 01 18:17:25.134 INFO STEP 1071 (remove_files) COMPLETE
73362024-10-01T18:17:27.145Z[ recovery-image] Oct 01 18:17:25.134 INFO O| Oct 01 18:17:25.134 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-10-01T18:17:27.197Z[ recovery-image] Oct 01 18:17:25.193 INFO O| Oct 01 18:17:25.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73382024-10-01T18:17:27.197Z[ recovery-image] Oct 01 18:17:25.193 INFO O| Oct 01 18:17:25.193 INFO STEP 1072 (remove_files) COMPLETE
73392024-10-01T18:17:27.197Z[ recovery-image] Oct 01 18:17:25.193 INFO O| Oct 01 18:17:25.193 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-10-01T18:17:27.219Z[ recovery-image] Oct 01 18:17:25.216 INFO O| Oct 01 18:17:25.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73412024-10-01T18:17:27.219Z[ recovery-image] Oct 01 18:17:25.216 INFO O| Oct 01 18:17:25.216 INFO STEP 1073 (remove_files) COMPLETE
73422024-10-01T18:17:27.222Z[ recovery-image] Oct 01 18:17:25.216 INFO O| Oct 01 18:17:25.216 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-10-01T18:17:27.257Z[ recovery-image] Oct 01 18:17:25.253 INFO O| Oct 01 18:17:25.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73442024-10-01T18:17:27.257Z[ recovery-image] Oct 01 18:17:25.253 INFO O| Oct 01 18:17:25.253 INFO STEP 1074 (remove_files) COMPLETE
73452024-10-01T18:17:27.260Z[ recovery-image] Oct 01 18:17:25.254 INFO O| Oct 01 18:17:25.253 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-10-01T18:17:27.279Z[ recovery-image] Oct 01 18:17:25.276 INFO O| Oct 01 18:17:25.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73472024-10-01T18:17:27.279Z[ recovery-image] Oct 01 18:17:25.276 INFO O| Oct 01 18:17:25.276 INFO STEP 1075 (remove_files) COMPLETE
73482024-10-01T18:17:27.282Z[ recovery-image] Oct 01 18:17:25.276 INFO O| Oct 01 18:17:25.276 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-10-01T18:17:27.305Z[ recovery-image] Oct 01 18:17:25.302 INFO O| Oct 01 18:17:25.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
73502024-10-01T18:17:27.306Z[ recovery-image] Oct 01 18:17:25.302 INFO O| Oct 01 18:17:25.302 INFO STEP 1076 (remove_files) COMPLETE
73512024-10-01T18:17:27.308Z[ recovery-image] Oct 01 18:17:25.302 INFO O| Oct 01 18:17:25.302 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-10-01T18:17:27.328Z[ recovery-image] Oct 01 18:17:25.324 INFO O| Oct 01 18:17:25.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
73532024-10-01T18:17:27.328Z[ recovery-image] Oct 01 18:17:25.324 INFO O| Oct 01 18:17:25.324 INFO STEP 1077 (remove_files) COMPLETE
73542024-10-01T18:17:27.331Z[ recovery-image] Oct 01 18:17:25.324 INFO O| Oct 01 18:17:25.324 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-10-01T18:17:27.356Z[ recovery-image] Oct 01 18:17:25.352 INFO O| Oct 01 18:17:25.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
73562024-10-01T18:17:27.356Z[ recovery-image] Oct 01 18:17:25.352 INFO O| Oct 01 18:17:25.352 INFO STEP 1078 (remove_files) COMPLETE
73572024-10-01T18:17:27.356Z[ recovery-image] Oct 01 18:17:25.352 INFO O| Oct 01 18:17:25.352 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-10-01T18:17:27.381Z[ recovery-image] Oct 01 18:17:25.378 INFO O| Oct 01 18:17:25.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73592024-10-01T18:17:27.382Z[ recovery-image] Oct 01 18:17:25.378 INFO O| Oct 01 18:17:25.378 INFO STEP 1079 (remove_files) COMPLETE
73602024-10-01T18:17:27.382Z[ recovery-image] Oct 01 18:17:25.378 INFO O| Oct 01 18:17:25.378 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-10-01T18:17:27.444Z[ recovery-image] Oct 01 18:17:25.437 INFO O| Oct 01 18:17:25.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73622024-10-01T18:17:27.444Z[ recovery-image] Oct 01 18:17:25.437 INFO O| Oct 01 18:17:25.437 INFO STEP 1080 (remove_files) COMPLETE
73632024-10-01T18:17:27.446Z[ recovery-image] Oct 01 18:17:25.437 INFO O| Oct 01 18:17:25.437 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-10-01T18:17:27.478Z[ recovery-image] Oct 01 18:17:25.472 INFO O| Oct 01 18:17:25.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73652024-10-01T18:17:27.478Z[ recovery-image] Oct 01 18:17:25.472 INFO O| Oct 01 18:17:25.472 INFO STEP 1081 (remove_files) COMPLETE
73662024-10-01T18:17:27.478Z[ recovery-image] Oct 01 18:17:25.472 INFO O| Oct 01 18:17:25.472 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-10-01T18:17:27.496Z[ recovery-image] Oct 01 18:17:25.493 INFO O| Oct 01 18:17:25.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73682024-10-01T18:17:27.496Z[ recovery-image] Oct 01 18:17:25.493 INFO O| Oct 01 18:17:25.493 INFO STEP 1082 (remove_files) COMPLETE
73692024-10-01T18:17:27.499Z[ recovery-image] Oct 01 18:17:25.493 INFO O| Oct 01 18:17:25.493 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-10-01T18:17:27.535Z[ recovery-image] Oct 01 18:17:25.532 INFO O| Oct 01 18:17:25.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73712024-10-01T18:17:27.535Z[ recovery-image] Oct 01 18:17:25.532 INFO O| Oct 01 18:17:25.532 INFO STEP 1083 (remove_files) COMPLETE
73722024-10-01T18:17:27.535Z[ recovery-image] Oct 01 18:17:25.532 INFO O| Oct 01 18:17:25.532 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-10-01T18:17:27.556Z[ recovery-image] Oct 01 18:17:25.553 INFO O| Oct 01 18:17:25.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
73742024-10-01T18:17:27.560Z[ recovery-image] Oct 01 18:17:25.553 INFO O| Oct 01 18:17:25.553 INFO STEP 1084 (remove_files) COMPLETE
73752024-10-01T18:17:27.560Z[ recovery-image] Oct 01 18:17:25.553 INFO O| Oct 01 18:17:25.553 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-10-01T18:17:27.575Z[ recovery-image] Oct 01 18:17:25.572 INFO O| Oct 01 18:17:25.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73772024-10-01T18:17:27.575Z[ recovery-image] Oct 01 18:17:25.572 INFO O| Oct 01 18:17:25.572 INFO STEP 1085 (remove_files) COMPLETE
73782024-10-01T18:17:27.580Z[ recovery-image] Oct 01 18:17:25.572 INFO O| Oct 01 18:17:25.572 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-10-01T18:17:27.611Z[ recovery-image] Oct 01 18:17:25.608 INFO O| Oct 01 18:17:25.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73802024-10-01T18:17:27.611Z[ recovery-image] Oct 01 18:17:25.608 INFO O| Oct 01 18:17:25.608 INFO STEP 1086 (remove_files) COMPLETE
73812024-10-01T18:17:27.611Z[ recovery-image] Oct 01 18:17:25.608 INFO O| Oct 01 18:17:25.608 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-10-01T18:17:27.631Z[ recovery-image] Oct 01 18:17:25.628 INFO O| Oct 01 18:17:25.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73832024-10-01T18:17:27.631Z[ recovery-image] Oct 01 18:17:25.628 INFO O| Oct 01 18:17:25.628 INFO STEP 1087 (remove_files) COMPLETE
73842024-10-01T18:17:27.631Z[ recovery-image] Oct 01 18:17:25.628 INFO O| Oct 01 18:17:25.628 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-10-01T18:17:27.655Z[ recovery-image] Oct 01 18:17:25.645 INFO O| Oct 01 18:17:25.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73862024-10-01T18:17:27.655Z[ recovery-image] Oct 01 18:17:25.645 INFO O| Oct 01 18:17:25.645 INFO STEP 1088 (remove_files) COMPLETE
73872024-10-01T18:17:27.655Z[ recovery-image] Oct 01 18:17:25.645 INFO O| Oct 01 18:17:25.645 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-10-01T18:17:27.692Z[ recovery-image] Oct 01 18:17:25.679 INFO O| Oct 01 18:17:25.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73892024-10-01T18:17:27.697Z[ recovery-image] Oct 01 18:17:25.679 INFO O| Oct 01 18:17:25.679 INFO STEP 1089 (remove_files) COMPLETE
73902024-10-01T18:17:27.697Z[ recovery-image] Oct 01 18:17:25.679 INFO O| Oct 01 18:17:25.679 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-10-01T18:17:27.741Z[ recovery-image] Oct 01 18:17:25.737 INFO O| Oct 01 18:17:25.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73922024-10-01T18:17:27.741Z[ recovery-image] Oct 01 18:17:25.737 INFO O| Oct 01 18:17:25.737 INFO STEP 1090 (remove_files) COMPLETE
73932024-10-01T18:17:27.741Z[ recovery-image] Oct 01 18:17:25.737 INFO O| Oct 01 18:17:25.737 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-10-01T18:17:27.760Z[ recovery-image] Oct 01 18:17:25.756 INFO O| Oct 01 18:17:25.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73952024-10-01T18:17:27.760Z[ recovery-image] Oct 01 18:17:25.756 INFO O| Oct 01 18:17:25.756 INFO STEP 1091 (remove_files) COMPLETE
73962024-10-01T18:17:27.762Z[ recovery-image] Oct 01 18:17:25.756 INFO O| Oct 01 18:17:25.756 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-10-01T18:17:27.815Z[ recovery-image] Oct 01 18:17:25.811 INFO O| Oct 01 18:17:25.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73982024-10-01T18:17:27.815Z[ recovery-image] Oct 01 18:17:25.811 INFO O| Oct 01 18:17:25.811 INFO STEP 1092 (remove_files) COMPLETE
73992024-10-01T18:17:27.815Z[ recovery-image] Oct 01 18:17:25.811 INFO O| Oct 01 18:17:25.811 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-10-01T18:17:27.850Z[ recovery-image] Oct 01 18:17:25.846 INFO O| Oct 01 18:17:25.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74012024-10-01T18:17:27.853Z[ recovery-image] Oct 01 18:17:25.846 INFO O| Oct 01 18:17:25.846 INFO STEP 1093 (remove_files) COMPLETE
74022024-10-01T18:17:27.853Z[ recovery-image] Oct 01 18:17:25.846 INFO O| Oct 01 18:17:25.846 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-10-01T18:17:27.882Z[ recovery-image] Oct 01 18:17:25.879 INFO O| Oct 01 18:17:25.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74042024-10-01T18:17:27.882Z[ recovery-image] Oct 01 18:17:25.879 INFO O| Oct 01 18:17:25.879 INFO STEP 1094 (remove_files) COMPLETE
74052024-10-01T18:17:27.882Z[ recovery-image] Oct 01 18:17:25.879 INFO O| Oct 01 18:17:25.879 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-10-01T18:17:27.942Z[ recovery-image] Oct 01 18:17:25.939 INFO O| Oct 01 18:17:25.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74072024-10-01T18:17:27.943Z[ recovery-image] Oct 01 18:17:25.939 INFO O| Oct 01 18:17:25.939 INFO STEP 1095 (remove_files) COMPLETE
74082024-10-01T18:17:27.943Z[ recovery-image] Oct 01 18:17:25.939 INFO O| Oct 01 18:17:25.939 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-10-01T18:17:27.957Z[ host-image] Oct 01 18:17:25.948 INFO O| Oct 01 18:17:25.947 INFO O| Done
74102024-10-01T18:17:27.959Z[ recovery-image] Oct 01 18:17:25.954 INFO O| Oct 01 18:17:25.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74112024-10-01T18:17:27.959Z[ recovery-image] Oct 01 18:17:25.954 INFO O| Oct 01 18:17:25.954 INFO STEP 1096 (remove_files) COMPLETE
74122024-10-01T18:17:27.959Z[ recovery-image] Oct 01 18:17:25.955 INFO O| Oct 01 18:17:25.954 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-10-01T18:17:28.048Z[ host-image] Oct 01 18:17:26.008 INFO O| Oct 01 18:17:26.008 INFO O| Done
74142024-10-01T18:17:28.051Z[ host-image] Oct 01 18:17:26.008 INFO O| Oct 01 18:17:26.008 INFO O| Done
74152024-10-01T18:17:28.051Z[ host-image] Oct 01 18:17:26.028 INFO O| Oct 01 18:17:26.028 INFO O| Done
74162024-10-01T18:17:28.098Z[ recovery-image] Oct 01 18:17:26.084 INFO O| Oct 01 18:17:26.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74172024-10-01T18:17:28.098Z[ recovery-image] Oct 01 18:17:26.084 INFO O| Oct 01 18:17:26.084 INFO STEP 1097 (remove_files) COMPLETE
74182024-10-01T18:17:28.098Z[ recovery-image] Oct 01 18:17:26.085 INFO O| Oct 01 18:17:26.085 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-10-01T18:17:28.111Z[ recovery-image] Oct 01 18:17:26.108 INFO O| Oct 01 18:17:26.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74202024-10-01T18:17:28.111Z[ recovery-image] Oct 01 18:17:26.108 INFO O| Oct 01 18:17:26.106 INFO STEP 1098 (remove_files) COMPLETE
74212024-10-01T18:17:28.114Z[ recovery-image] Oct 01 18:17:26.108 INFO O| Oct 01 18:17:26.106 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-10-01T18:17:28.196Z[ recovery-image] Oct 01 18:17:26.155 INFO O| Oct 01 18:17:26.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74232024-10-01T18:17:28.196Z[ recovery-image] Oct 01 18:17:26.155 INFO O| Oct 01 18:17:26.155 INFO STEP 1099 (remove_files) COMPLETE
74242024-10-01T18:17:28.196Z[ recovery-image] Oct 01 18:17:26.155 INFO O| Oct 01 18:17:26.155 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-10-01T18:17:28.204Z[ recovery-image] Oct 01 18:17:26.193 INFO O| Oct 01 18:17:26.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74262024-10-01T18:17:28.205Z[ recovery-image] Oct 01 18:17:26.194 INFO O| Oct 01 18:17:26.194 INFO STEP 1100 (remove_files) COMPLETE
74272024-10-01T18:17:28.205Z[ recovery-image] Oct 01 18:17:26.194 INFO O| Oct 01 18:17:26.194 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-10-01T18:17:28.205Z[ host-image] Oct 01 18:17:26.199 INFO O| Oct 01 18:17:26.199 INFO STEP 14 (pkg_install) COMPLETE
74292024-10-01T18:17:28.205Z[ host-image] Oct 01 18:17:26.199 INFO O| Oct 01 18:17:26.199 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74302024-10-01T18:17:28.205Z[ host-image] Oct 01 18:17:26.199 INFO O| Oct 01 18:17:26.199 INFO skip step because feature "mfg" is not enabled
74312024-10-01T18:17:28.205Z[ host-image] Oct 01 18:17:26.199 INFO O| Oct 01 18:17:26.199 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74322024-10-01T18:17:28.205Z[ host-image] Oct 01 18:17:26.199 INFO O| Oct 01 18:17:26.199 INFO skip step because feature "compliance" is not enabled
74332024-10-01T18:17:28.205Z[ host-image] Oct 01 18:17:26.199 INFO O| Oct 01 18:17:26.199 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74342024-10-01T18:17:28.205Z[ host-image] Oct 01 18:17:26.199 INFO O| Oct 01 18:17:26.199 INFO skip step because feature "stress" is not enabled
74352024-10-01T18:17:28.205Z[ host-image] Oct 01 18:17:26.199 INFO O| Oct 01 18:17:26.199 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
74362024-10-01T18:17:28.205Z[ host-image] Oct 01 18:17:26.199 INFO O| Oct 01 18:17:26.199 INFO skip step because feature "nfs" is not enabled
74372024-10-01T18:17:28.205Z[ host-image] Oct 01 18:17:26.199 INFO O| Oct 01 18:17:26.199 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
74382024-10-01T18:17:28.205Z[ host-image] Oct 01 18:17:26.199 INFO O| Oct 01 18:17:26.199 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
74392024-10-01T18:17:28.227Z[ recovery-image] Oct 01 18:17:26.224 INFO O| Oct 01 18:17:26.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74402024-10-01T18:17:28.230Z[ recovery-image] Oct 01 18:17:26.224 INFO O| Oct 01 18:17:26.224 INFO STEP 1101 (remove_files) COMPLETE
74412024-10-01T18:17:28.230Z[ recovery-image] Oct 01 18:17:26.224 INFO O| Oct 01 18:17:26.224 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-10-01T18:17:28.319Z[ recovery-image] Oct 01 18:17:26.316 INFO O| Oct 01 18:17:26.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74432024-10-01T18:17:28.322Z[ recovery-image] Oct 01 18:17:26.316 INFO O| Oct 01 18:17:26.316 INFO STEP 1102 (remove_files) COMPLETE
74442024-10-01T18:17:28.322Z[ recovery-image] Oct 01 18:17:26.316 INFO O| Oct 01 18:17:26.316 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-10-01T18:17:28.413Z[ recovery-image] Oct 01 18:17:26.409 INFO O| Oct 01 18:17:26.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74462024-10-01T18:17:28.416Z[ recovery-image] Oct 01 18:17:26.410 INFO O| Oct 01 18:17:26.410 INFO STEP 1103 (remove_files) COMPLETE
74472024-10-01T18:17:28.416Z[ recovery-image] Oct 01 18:17:26.410 INFO O| Oct 01 18:17:26.410 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-10-01T18:17:28.434Z[ recovery-image] Oct 01 18:17:26.431 INFO O| Oct 01 18:17:26.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74492024-10-01T18:17:28.437Z[ recovery-image] Oct 01 18:17:26.431 INFO O| Oct 01 18:17:26.431 INFO STEP 1104 (remove_files) COMPLETE
74502024-10-01T18:17:28.437Z[ recovery-image] Oct 01 18:17:26.431 INFO O| Oct 01 18:17:26.431 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-10-01T18:17:28.447Z[ host-image] Oct 01 18:17:26.444 INFO O| Oct 01 18:17:26.444 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
74522024-10-01T18:17:28.453Z[ recovery-image] Oct 01 18:17:26.450 INFO O| Oct 01 18:17:26.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74532024-10-01T18:17:28.456Z[ recovery-image] Oct 01 18:17:26.450 INFO O| Oct 01 18:17:26.450 INFO STEP 1105 (remove_files) COMPLETE
74542024-10-01T18:17:28.456Z[ recovery-image] Oct 01 18:17:26.450 INFO O| Oct 01 18:17:26.450 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-10-01T18:17:28.473Z[ recovery-image] Oct 01 18:17:26.469 INFO O| Oct 01 18:17:26.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74562024-10-01T18:17:28.476Z[ recovery-image] Oct 01 18:17:26.470 INFO O| Oct 01 18:17:26.470 INFO STEP 1106 (remove_files) COMPLETE
74572024-10-01T18:17:28.476Z[ recovery-image] Oct 01 18:17:26.470 INFO O| Oct 01 18:17:26.470 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-10-01T18:17:28.495Z[ recovery-image] Oct 01 18:17:26.492 INFO O| Oct 01 18:17:26.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
74592024-10-01T18:17:28.498Z[ recovery-image] Oct 01 18:17:26.492 INFO O| Oct 01 18:17:26.492 INFO STEP 1107 (remove_files) COMPLETE
74602024-10-01T18:17:28.498Z[ recovery-image] Oct 01 18:17:26.492 INFO O| Oct 01 18:17:26.492 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-10-01T18:17:28.516Z[ recovery-image] Oct 01 18:17:26.513 INFO O| Oct 01 18:17:26.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
74622024-10-01T18:17:28.519Z[ recovery-image] Oct 01 18:17:26.513 INFO O| Oct 01 18:17:26.513 INFO STEP 1108 (remove_files) COMPLETE
74632024-10-01T18:17:28.519Z[ recovery-image] Oct 01 18:17:26.513 INFO O| Oct 01 18:17:26.513 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-10-01T18:17:28.537Z[ recovery-image] Oct 01 18:17:26.534 INFO O| Oct 01 18:17:26.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
74652024-10-01T18:17:28.540Z[ recovery-image] Oct 01 18:17:26.534 INFO O| Oct 01 18:17:26.534 INFO STEP 1109 (remove_files) COMPLETE
74662024-10-01T18:17:28.540Z[ recovery-image] Oct 01 18:17:26.534 INFO O| Oct 01 18:17:26.534 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-10-01T18:17:28.551Z[ host-image] Oct 01 18:17:26.548 INFO O| Oct 01 18:17:26.548 INFO completed processing gimlet/ramdisk-01-os
74682024-10-01T18:17:28.554Z[ host-image] Oct 01 18:17:26.550 INFO omicron1 baseline generation...
74692024-10-01T18:17:28.556Z[ host-image] Oct 01 18:17:26.551 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
74702024-10-01T18:17:28.559Z[ recovery-image] Oct 01 18:17:26.554 INFO O| Oct 01 18:17:26.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
74712024-10-01T18:17:28.559Z[ recovery-image] Oct 01 18:17:26.554 INFO O| Oct 01 18:17:26.554 INFO STEP 1110 (remove_files) COMPLETE
74722024-10-01T18:17:28.559Z[ recovery-image] Oct 01 18:17:26.555 INFO O| Oct 01 18:17:26.555 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-10-01T18:17:28.636Z[ recovery-image] Oct 01 18:17:26.632 INFO O| Oct 01 18:17:26.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
74742024-10-01T18:17:28.638Z[ recovery-image] Oct 01 18:17:26.632 INFO O| Oct 01 18:17:26.632 INFO STEP 1111 (remove_files) COMPLETE
74752024-10-01T18:17:28.638Z[ recovery-image] Oct 01 18:17:26.633 INFO O| Oct 01 18:17:26.633 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-10-01T18:17:28.655Z[ recovery-image] Oct 01 18:17:26.651 INFO O| Oct 01 18:17:26.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74772024-10-01T18:17:28.657Z[ recovery-image] Oct 01 18:17:26.651 INFO O| Oct 01 18:17:26.651 INFO STEP 1112 (remove_files) COMPLETE
74782024-10-01T18:17:28.657Z[ recovery-image] Oct 01 18:17:26.651 INFO O| Oct 01 18:17:26.651 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-10-01T18:17:28.682Z[ recovery-image] Oct 01 18:17:26.679 INFO O| Oct 01 18:17:26.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74802024-10-01T18:17:28.682Z[ recovery-image] Oct 01 18:17:26.679 INFO O| Oct 01 18:17:26.679 INFO STEP 1113 (remove_files) COMPLETE
74812024-10-01T18:17:28.682Z[ recovery-image] Oct 01 18:17:26.679 INFO O| Oct 01 18:17:26.679 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-10-01T18:17:28.719Z[ recovery-image] Oct 01 18:17:26.716 INFO O| Oct 01 18:17:26.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74832024-10-01T18:17:28.719Z[ recovery-image] Oct 01 18:17:26.716 INFO O| Oct 01 18:17:26.716 INFO STEP 1114 (remove_files) COMPLETE
74842024-10-01T18:17:28.722Z[ recovery-image] Oct 01 18:17:26.716 INFO O| Oct 01 18:17:26.716 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-10-01T18:17:28.763Z[ recovery-image] Oct 01 18:17:26.760 INFO O| Oct 01 18:17:26.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74862024-10-01T18:17:28.763Z[ recovery-image] Oct 01 18:17:26.760 INFO O| Oct 01 18:17:26.760 INFO STEP 1115 (remove_files) COMPLETE
74872024-10-01T18:17:28.764Z[ recovery-image] Oct 01 18:17:26.760 INFO O| Oct 01 18:17:26.760 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-10-01T18:17:28.798Z[ recovery-image] Oct 01 18:17:26.794 INFO O| Oct 01 18:17:26.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74892024-10-01T18:17:28.798Z[ recovery-image] Oct 01 18:17:26.794 INFO O| Oct 01 18:17:26.794 INFO STEP 1116 (remove_files) COMPLETE
74902024-10-01T18:17:28.798Z[ recovery-image] Oct 01 18:17:26.794 INFO O| Oct 01 18:17:26.794 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-10-01T18:17:28.818Z[ recovery-image] Oct 01 18:17:26.814 INFO O| Oct 01 18:17:26.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
74922024-10-01T18:17:28.818Z[ recovery-image] Oct 01 18:17:26.814 INFO O| Oct 01 18:17:26.814 INFO STEP 1117 (remove_files) COMPLETE
74932024-10-01T18:17:28.820Z[ recovery-image] Oct 01 18:17:26.814 INFO O| Oct 01 18:17:26.814 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-10-01T18:17:28.872Z[ recovery-image] Oct 01 18:17:26.868 INFO O| Oct 01 18:17:26.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74952024-10-01T18:17:28.872Z[ recovery-image] Oct 01 18:17:26.868 INFO O| Oct 01 18:17:26.868 INFO STEP 1118 (remove_files) COMPLETE
74962024-10-01T18:17:28.875Z[ recovery-image] Oct 01 18:17:26.869 INFO O| Oct 01 18:17:26.868 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-10-01T18:17:28.935Z[ recovery-image] Oct 01 18:17:26.931 INFO O| Oct 01 18:17:26.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74982024-10-01T18:17:28.935Z[ recovery-image] Oct 01 18:17:26.931 INFO O| Oct 01 18:17:26.931 INFO STEP 1119 (remove_files) COMPLETE
74992024-10-01T18:17:28.937Z[ recovery-image] Oct 01 18:17:26.931 INFO O| Oct 01 18:17:26.931 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-10-01T18:17:28.954Z[ recovery-image] Oct 01 18:17:26.950 INFO O| Oct 01 18:17:26.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75012024-10-01T18:17:28.954Z[ recovery-image] Oct 01 18:17:26.950 INFO O| Oct 01 18:17:26.950 INFO STEP 1120 (remove_files) COMPLETE
75022024-10-01T18:17:28.954Z[ recovery-image] Oct 01 18:17:26.950 INFO O| Oct 01 18:17:26.950 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-10-01T18:17:28.973Z[ recovery-image] Oct 01 18:17:26.970 INFO O| Oct 01 18:17:26.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75042024-10-01T18:17:28.973Z[ recovery-image] Oct 01 18:17:26.970 INFO O| Oct 01 18:17:26.970 INFO STEP 1121 (remove_files) COMPLETE
75052024-10-01T18:17:28.973Z[ recovery-image] Oct 01 18:17:26.970 INFO O| Oct 01 18:17:26.970 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-10-01T18:17:28.992Z[ recovery-image] Oct 01 18:17:26.988 INFO O| Oct 01 18:17:26.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75072024-10-01T18:17:28.992Z[ recovery-image] Oct 01 18:17:26.989 INFO O| Oct 01 18:17:26.989 INFO STEP 1122 (remove_files) COMPLETE
75082024-10-01T18:17:28.992Z[ recovery-image] Oct 01 18:17:26.989 INFO O| Oct 01 18:17:26.989 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-10-01T18:17:29.011Z[ recovery-image] Oct 01 18:17:27.007 INFO O| Oct 01 18:17:27.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75102024-10-01T18:17:29.011Z[ recovery-image] Oct 01 18:17:27.007 INFO O| Oct 01 18:17:27.007 INFO STEP 1123 (remove_files) COMPLETE
75112024-10-01T18:17:29.013Z[ recovery-image] Oct 01 18:17:27.008 INFO O| Oct 01 18:17:27.007 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-10-01T18:17:29.043Z[ recovery-image] Oct 01 18:17:27.039 INFO O| Oct 01 18:17:27.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75132024-10-01T18:17:29.043Z[ recovery-image] Oct 01 18:17:27.040 INFO O| Oct 01 18:17:27.040 INFO STEP 1124 (remove_files) COMPLETE
75142024-10-01T18:17:29.043Z[ recovery-image] Oct 01 18:17:27.040 INFO O| Oct 01 18:17:27.040 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-10-01T18:17:29.097Z[ recovery-image] Oct 01 18:17:27.093 INFO O| Oct 01 18:17:27.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75162024-10-01T18:17:29.100Z[ recovery-image] Oct 01 18:17:27.093 INFO O| Oct 01 18:17:27.093 INFO STEP 1125 (remove_files) COMPLETE
75172024-10-01T18:17:29.103Z[ recovery-image] Oct 01 18:17:27.093 INFO O| Oct 01 18:17:27.093 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-10-01T18:17:29.126Z[ recovery-image] Oct 01 18:17:27.123 INFO O| Oct 01 18:17:27.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75192024-10-01T18:17:29.126Z[ recovery-image] Oct 01 18:17:27.123 INFO O| Oct 01 18:17:27.123 INFO STEP 1126 (remove_files) COMPLETE
75202024-10-01T18:17:29.126Z[ recovery-image] Oct 01 18:17:27.123 INFO O| Oct 01 18:17:27.123 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-10-01T18:17:29.158Z[ recovery-image] Oct 01 18:17:27.155 INFO O| Oct 01 18:17:27.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75222024-10-01T18:17:29.158Z[ recovery-image] Oct 01 18:17:27.155 INFO O| Oct 01 18:17:27.155 INFO STEP 1127 (remove_files) COMPLETE
75232024-10-01T18:17:29.162Z[ recovery-image] Oct 01 18:17:27.155 INFO O| Oct 01 18:17:27.155 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-10-01T18:17:29.187Z[ recovery-image] Oct 01 18:17:27.183 INFO O| Oct 01 18:17:27.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75252024-10-01T18:17:29.187Z[ recovery-image] Oct 01 18:17:27.183 INFO O| Oct 01 18:17:27.183 INFO STEP 1128 (remove_files) COMPLETE
75262024-10-01T18:17:29.196Z[ recovery-image] Oct 01 18:17:27.183 INFO O| Oct 01 18:17:27.183 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-10-01T18:17:29.208Z[ recovery-image] Oct 01 18:17:27.203 INFO O| Oct 01 18:17:27.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75282024-10-01T18:17:29.208Z[ recovery-image] Oct 01 18:17:27.203 INFO O| Oct 01 18:17:27.203 INFO STEP 1129 (remove_files) COMPLETE
75292024-10-01T18:17:29.208Z[ recovery-image] Oct 01 18:17:27.203 INFO O| Oct 01 18:17:27.203 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-10-01T18:17:29.227Z[ recovery-image] Oct 01 18:17:27.223 INFO O| Oct 01 18:17:27.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75312024-10-01T18:17:29.227Z[ recovery-image] Oct 01 18:17:27.223 INFO O| Oct 01 18:17:27.223 INFO STEP 1130 (remove_files) COMPLETE
75322024-10-01T18:17:29.227Z[ recovery-image] Oct 01 18:17:27.223 INFO O| Oct 01 18:17:27.223 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-10-01T18:17:29.249Z[ recovery-image] Oct 01 18:17:27.245 INFO O| Oct 01 18:17:27.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75342024-10-01T18:17:29.249Z[ recovery-image] Oct 01 18:17:27.245 INFO O| Oct 01 18:17:27.245 INFO STEP 1131 (remove_files) COMPLETE
75352024-10-01T18:17:29.249Z[ recovery-image] Oct 01 18:17:27.245 INFO O| Oct 01 18:17:27.245 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-10-01T18:17:29.270Z[ recovery-image] Oct 01 18:17:27.266 INFO O| Oct 01 18:17:27.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75372024-10-01T18:17:29.270Z[ recovery-image] Oct 01 18:17:27.267 INFO O| Oct 01 18:17:27.267 INFO STEP 1132 (remove_files) COMPLETE
75382024-10-01T18:17:29.274Z[ recovery-image] Oct 01 18:17:27.267 INFO O| Oct 01 18:17:27.267 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-10-01T18:17:29.289Z[ recovery-image] Oct 01 18:17:27.285 INFO O| Oct 01 18:17:27.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75402024-10-01T18:17:29.289Z[ recovery-image] Oct 01 18:17:27.285 INFO O| Oct 01 18:17:27.285 INFO STEP 1133 (remove_files) COMPLETE
75412024-10-01T18:17:29.289Z[ recovery-image] Oct 01 18:17:27.285 INFO O| Oct 01 18:17:27.285 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-10-01T18:17:29.322Z[ recovery-image] Oct 01 18:17:27.318 INFO O| Oct 01 18:17:27.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75432024-10-01T18:17:29.322Z[ recovery-image] Oct 01 18:17:27.318 INFO O| Oct 01 18:17:27.318 INFO STEP 1134 (remove_files) COMPLETE
75442024-10-01T18:17:29.325Z[ recovery-image] Oct 01 18:17:27.319 INFO O| Oct 01 18:17:27.318 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-10-01T18:17:29.344Z[ recovery-image] Oct 01 18:17:27.341 INFO O| Oct 01 18:17:27.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75462024-10-01T18:17:29.344Z[ recovery-image] Oct 01 18:17:27.341 INFO O| Oct 01 18:17:27.341 INFO STEP 1135 (remove_files) COMPLETE
75472024-10-01T18:17:29.347Z[ recovery-image] Oct 01 18:17:27.341 INFO O| Oct 01 18:17:27.341 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-10-01T18:17:29.366Z[ recovery-image] Oct 01 18:17:27.361 INFO O| Oct 01 18:17:27.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75492024-10-01T18:17:29.366Z[ recovery-image] Oct 01 18:17:27.362 INFO O| Oct 01 18:17:27.362 INFO STEP 1136 (remove_files) COMPLETE
75502024-10-01T18:17:29.366Z[ recovery-image] Oct 01 18:17:27.362 INFO O| Oct 01 18:17:27.362 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-10-01T18:17:29.387Z[ recovery-image] Oct 01 18:17:27.382 INFO O| Oct 01 18:17:27.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75522024-10-01T18:17:29.387Z[ recovery-image] Oct 01 18:17:27.382 INFO O| Oct 01 18:17:27.382 INFO STEP 1137 (remove_files) COMPLETE
75532024-10-01T18:17:29.389Z[ recovery-image] Oct 01 18:17:27.382 INFO O| Oct 01 18:17:27.382 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-10-01T18:17:29.421Z[ host-image] Oct 01 18:17:27.418 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22924:20241001T121711Z
75552024-10-01T18:17:29.498Z[ recovery-image] Oct 01 18:17:27.494 INFO O| Oct 01 18:17:27.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75562024-10-01T18:17:29.519Z[ recovery-image] Oct 01 18:17:27.515 INFO O| Oct 01 18:17:27.515 INFO STEP 1138 (remove_files) COMPLETE
75572024-10-01T18:17:29.519Z[ recovery-image] Oct 01 18:17:27.515 INFO O| Oct 01 18:17:27.515 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-10-01T18:17:29.551Z[ recovery-image] Oct 01 18:17:27.547 INFO O| Oct 01 18:17:27.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
75592024-10-01T18:17:29.551Z[ recovery-image] Oct 01 18:17:27.548 INFO O| Oct 01 18:17:27.547 INFO STEP 1139 (remove_files) COMPLETE
75602024-10-01T18:17:29.551Z[ recovery-image] Oct 01 18:17:27.548 INFO O| Oct 01 18:17:27.548 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-10-01T18:17:29.571Z[ recovery-image] Oct 01 18:17:27.567 INFO O| Oct 01 18:17:27.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
75622024-10-01T18:17:29.571Z[ recovery-image] Oct 01 18:17:27.568 INFO O| Oct 01 18:17:27.568 INFO STEP 1140 (remove_files) COMPLETE
75632024-10-01T18:17:29.574Z[ recovery-image] Oct 01 18:17:27.568 INFO O| Oct 01 18:17:27.568 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-10-01T18:17:29.592Z[ recovery-image] Oct 01 18:17:27.588 INFO O| Oct 01 18:17:27.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
75652024-10-01T18:17:29.592Z[ recovery-image] Oct 01 18:17:27.588 INFO O| Oct 01 18:17:27.588 INFO STEP 1141 (remove_files) COMPLETE
75662024-10-01T18:17:29.592Z[ recovery-image] Oct 01 18:17:27.588 INFO O| Oct 01 18:17:27.588 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-10-01T18:17:29.661Z[ recovery-image] Oct 01 18:17:27.657 INFO O| Oct 01 18:17:27.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
75682024-10-01T18:17:29.664Z[ recovery-image] Oct 01 18:17:27.657 INFO O| Oct 01 18:17:27.657 INFO STEP 1142 (remove_files) COMPLETE
75692024-10-01T18:17:29.664Z[ recovery-image] Oct 01 18:17:27.658 INFO O| Oct 01 18:17:27.658 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-10-01T18:17:29.679Z[ recovery-image] Oct 01 18:17:27.675 INFO O| Oct 01 18:17:27.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
75712024-10-01T18:17:29.682Z[ recovery-image] Oct 01 18:17:27.675 INFO O| Oct 01 18:17:27.675 INFO STEP 1143 (remove_files) COMPLETE
75722024-10-01T18:17:29.682Z[ recovery-image] Oct 01 18:17:27.676 INFO O| Oct 01 18:17:27.675 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-10-01T18:17:29.696Z[ recovery-image] Oct 01 18:17:27.692 INFO O| Oct 01 18:17:27.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
75742024-10-01T18:17:29.699Z[ recovery-image] Oct 01 18:17:27.693 INFO O| Oct 01 18:17:27.693 INFO STEP 1144 (remove_files) COMPLETE
75752024-10-01T18:17:29.699Z[ recovery-image] Oct 01 18:17:27.693 INFO O| Oct 01 18:17:27.693 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-10-01T18:17:29.720Z[ recovery-image] Oct 01 18:17:27.716 INFO O| Oct 01 18:17:27.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
75772024-10-01T18:17:29.720Z[ recovery-image] Oct 01 18:17:27.716 INFO O| Oct 01 18:17:27.716 INFO STEP 1145 (remove_files) COMPLETE
75782024-10-01T18:17:29.722Z[ recovery-image] Oct 01 18:17:27.716 INFO O| Oct 01 18:17:27.716 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-10-01T18:17:29.740Z[ recovery-image] Oct 01 18:17:27.736 INFO O| Oct 01 18:17:27.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75802024-10-01T18:17:29.740Z[ recovery-image] Oct 01 18:17:27.736 INFO O| Oct 01 18:17:27.736 INFO STEP 1146 (remove_files) COMPLETE
75812024-10-01T18:17:29.742Z[ recovery-image] Oct 01 18:17:27.736 INFO O| Oct 01 18:17:27.736 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-10-01T18:17:29.809Z[ recovery-image] Oct 01 18:17:27.804 INFO O| Oct 01 18:17:27.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75832024-10-01T18:17:29.809Z[ recovery-image] Oct 01 18:17:27.804 INFO O| Oct 01 18:17:27.804 INFO STEP 1147 (remove_files) COMPLETE
75842024-10-01T18:17:29.809Z[ recovery-image] Oct 01 18:17:27.804 INFO O| Oct 01 18:17:27.804 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-10-01T18:17:29.834Z[ recovery-image] Oct 01 18:17:27.830 INFO O| Oct 01 18:17:27.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75862024-10-01T18:17:29.834Z[ recovery-image] Oct 01 18:17:27.830 INFO O| Oct 01 18:17:27.830 INFO STEP 1148 (remove_files) COMPLETE
75872024-10-01T18:17:29.834Z[ recovery-image] Oct 01 18:17:27.830 INFO O| Oct 01 18:17:27.830 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-10-01T18:17:29.873Z[ recovery-image] Oct 01 18:17:27.869 INFO O| Oct 01 18:17:27.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75892024-10-01T18:17:29.873Z[ recovery-image] Oct 01 18:17:27.869 INFO O| Oct 01 18:17:27.869 INFO STEP 1149 (remove_files) COMPLETE
75902024-10-01T18:17:29.873Z[ recovery-image] Oct 01 18:17:27.869 INFO O| Oct 01 18:17:27.869 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-10-01T18:17:29.892Z[ recovery-image] Oct 01 18:17:27.888 INFO O| Oct 01 18:17:27.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
75922024-10-01T18:17:29.915Z[ recovery-image] Oct 01 18:17:27.911 INFO O| Oct 01 18:17:27.911 INFO STEP 1150 (remove_files) COMPLETE
75932024-10-01T18:17:29.915Z[ recovery-image] Oct 01 18:17:27.911 INFO O| Oct 01 18:17:27.911 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-10-01T18:17:29.973Z[ recovery-image] Oct 01 18:17:27.969 INFO O| Oct 01 18:17:27.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75952024-10-01T18:17:29.976Z[ recovery-image] Oct 01 18:17:27.969 INFO O| Oct 01 18:17:27.969 INFO STEP 1151 (remove_files) COMPLETE
75962024-10-01T18:17:29.976Z[ recovery-image] Oct 01 18:17:27.969 INFO O| Oct 01 18:17:27.969 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-10-01T18:17:29.994Z[ recovery-image] Oct 01 18:17:27.990 INFO O| Oct 01 18:17:27.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75982024-10-01T18:17:29.994Z[ recovery-image] Oct 01 18:17:27.990 INFO O| Oct 01 18:17:27.990 INFO STEP 1152 (remove_files) COMPLETE
75992024-10-01T18:17:29.994Z[ recovery-image] Oct 01 18:17:27.990 INFO O| Oct 01 18:17:27.990 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-10-01T18:17:30.015Z[ recovery-image] Oct 01 18:17:28.012 INFO O| Oct 01 18:17:28.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76012024-10-01T18:17:30.020Z[ recovery-image] Oct 01 18:17:28.012 INFO O| Oct 01 18:17:28.012 INFO STEP 1153 (remove_files) COMPLETE
76022024-10-01T18:17:30.020Z[ recovery-image] Oct 01 18:17:28.012 INFO O| Oct 01 18:17:28.012 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-10-01T18:17:30.075Z[ recovery-image] Oct 01 18:17:28.071 INFO O| Oct 01 18:17:28.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76042024-10-01T18:17:30.078Z[ recovery-image] Oct 01 18:17:28.071 INFO O| Oct 01 18:17:28.071 INFO STEP 1154 (remove_files) COMPLETE
76052024-10-01T18:17:30.078Z[ recovery-image] Oct 01 18:17:28.071 INFO O| Oct 01 18:17:28.071 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-10-01T18:17:30.112Z[ recovery-image] Oct 01 18:17:28.108 INFO O| Oct 01 18:17:28.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76072024-10-01T18:17:30.112Z[ recovery-image] Oct 01 18:17:28.108 INFO O| Oct 01 18:17:28.108 INFO STEP 1155 (remove_files) COMPLETE
76082024-10-01T18:17:30.112Z[ recovery-image] Oct 01 18:17:28.108 INFO O| Oct 01 18:17:28.108 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-10-01T18:17:30.151Z[ recovery-image] Oct 01 18:17:28.147 INFO O| Oct 01 18:17:28.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76102024-10-01T18:17:30.151Z[ recovery-image] Oct 01 18:17:28.147 INFO O| Oct 01 18:17:28.147 INFO STEP 1156 (remove_files) COMPLETE
76112024-10-01T18:17:30.151Z[ recovery-image] Oct 01 18:17:28.147 INFO O| Oct 01 18:17:28.147 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-10-01T18:17:30.181Z[ recovery-image] Oct 01 18:17:28.177 INFO O| Oct 01 18:17:28.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76132024-10-01T18:17:30.181Z[ recovery-image] Oct 01 18:17:28.177 INFO O| Oct 01 18:17:28.177 INFO STEP 1157 (remove_files) COMPLETE
76142024-10-01T18:17:30.181Z[ recovery-image] Oct 01 18:17:28.177 INFO O| Oct 01 18:17:28.177 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-10-01T18:17:30.209Z[ recovery-image] Oct 01 18:17:28.205 INFO O| Oct 01 18:17:28.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76162024-10-01T18:17:30.209Z[ recovery-image] Oct 01 18:17:28.205 INFO O| Oct 01 18:17:28.205 INFO STEP 1158 (remove_files) COMPLETE
76172024-10-01T18:17:30.209Z[ recovery-image] Oct 01 18:17:28.205 INFO O| Oct 01 18:17:28.205 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-10-01T18:17:30.270Z[ recovery-image] Oct 01 18:17:28.266 INFO O| Oct 01 18:17:28.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76192024-10-01T18:17:30.270Z[ recovery-image] Oct 01 18:17:28.266 INFO O| Oct 01 18:17:28.266 INFO STEP 1159 (remove_files) COMPLETE
76202024-10-01T18:17:30.273Z[ recovery-image] Oct 01 18:17:28.266 INFO O| Oct 01 18:17:28.266 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-10-01T18:17:30.356Z[ recovery-image] Oct 01 18:17:28.352 INFO O| Oct 01 18:17:28.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76222024-10-01T18:17:30.356Z[ recovery-image] Oct 01 18:17:28.352 INFO O| Oct 01 18:17:28.352 INFO STEP 1160 (remove_files) COMPLETE
76232024-10-01T18:17:30.356Z[ recovery-image] Oct 01 18:17:28.352 INFO O| Oct 01 18:17:28.352 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-10-01T18:17:30.375Z[ recovery-image] Oct 01 18:17:28.370 INFO O| Oct 01 18:17:28.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76252024-10-01T18:17:30.375Z[ recovery-image] Oct 01 18:17:28.370 INFO O| Oct 01 18:17:28.370 INFO STEP 1161 (remove_files) COMPLETE
76262024-10-01T18:17:30.375Z[ recovery-image] Oct 01 18:17:28.370 INFO O| Oct 01 18:17:28.370 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-10-01T18:17:30.410Z[ recovery-image] Oct 01 18:17:28.405 INFO O| Oct 01 18:17:28.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76282024-10-01T18:17:30.410Z[ recovery-image] Oct 01 18:17:28.405 INFO O| Oct 01 18:17:28.405 INFO STEP 1162 (remove_files) COMPLETE
76292024-10-01T18:17:30.410Z[ recovery-image] Oct 01 18:17:28.406 INFO O| Oct 01 18:17:28.405 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-10-01T18:17:30.451Z[ recovery-image] Oct 01 18:17:28.447 INFO O| Oct 01 18:17:28.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76312024-10-01T18:17:30.453Z[ recovery-image] Oct 01 18:17:28.447 INFO O| Oct 01 18:17:28.447 INFO STEP 1163 (remove_files) COMPLETE
76322024-10-01T18:17:30.453Z[ recovery-image] Oct 01 18:17:28.447 INFO O| Oct 01 18:17:28.447 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-10-01T18:17:30.472Z[ recovery-image] Oct 01 18:17:28.468 INFO O| Oct 01 18:17:28.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76342024-10-01T18:17:30.475Z[ recovery-image] Oct 01 18:17:28.468 INFO O| Oct 01 18:17:28.468 INFO STEP 1164 (remove_files) COMPLETE
76352024-10-01T18:17:30.475Z[ recovery-image] Oct 01 18:17:28.468 INFO O| Oct 01 18:17:28.468 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-10-01T18:17:30.499Z[ recovery-image] Oct 01 18:17:28.495 INFO O| Oct 01 18:17:28.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76372024-10-01T18:17:30.499Z[ recovery-image] Oct 01 18:17:28.495 INFO O| Oct 01 18:17:28.495 INFO STEP 1165 (remove_files) COMPLETE
76382024-10-01T18:17:30.502Z[ recovery-image] Oct 01 18:17:28.495 INFO O| Oct 01 18:17:28.495 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-10-01T18:17:30.540Z[ recovery-image] Oct 01 18:17:28.536 INFO O| Oct 01 18:17:28.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76402024-10-01T18:17:30.540Z[ recovery-image] Oct 01 18:17:28.536 INFO O| Oct 01 18:17:28.536 INFO STEP 1166 (remove_files) COMPLETE
76412024-10-01T18:17:30.540Z[ recovery-image] Oct 01 18:17:28.536 INFO O| Oct 01 18:17:28.536 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-10-01T18:17:30.563Z[ recovery-image] Oct 01 18:17:28.559 INFO O| Oct 01 18:17:28.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76432024-10-01T18:17:30.567Z[ recovery-image] Oct 01 18:17:28.559 INFO O| Oct 01 18:17:28.559 INFO STEP 1167 (remove_files) COMPLETE
76442024-10-01T18:17:30.567Z[ recovery-image] Oct 01 18:17:28.560 INFO O| Oct 01 18:17:28.560 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-10-01T18:17:30.581Z[ recovery-image] Oct 01 18:17:28.577 INFO O| Oct 01 18:17:28.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76462024-10-01T18:17:30.584Z[ recovery-image] Oct 01 18:17:28.577 INFO O| Oct 01 18:17:28.577 INFO STEP 1168 (remove_files) COMPLETE
76472024-10-01T18:17:30.584Z[ recovery-image] Oct 01 18:17:28.578 INFO O| Oct 01 18:17:28.577 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-10-01T18:17:30.599Z[ recovery-image] Oct 01 18:17:28.595 INFO O| Oct 01 18:17:28.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76492024-10-01T18:17:30.602Z[ recovery-image] Oct 01 18:17:28.595 INFO O| Oct 01 18:17:28.595 INFO STEP 1169 (remove_files) COMPLETE
76502024-10-01T18:17:30.602Z[ recovery-image] Oct 01 18:17:28.595 INFO O| Oct 01 18:17:28.595 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-10-01T18:17:30.632Z[ recovery-image] Oct 01 18:17:28.628 INFO O| Oct 01 18:17:28.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76522024-10-01T18:17:30.632Z[ recovery-image] Oct 01 18:17:28.628 INFO O| Oct 01 18:17:28.628 INFO STEP 1170 (remove_files) COMPLETE
76532024-10-01T18:17:30.632Z[ recovery-image] Oct 01 18:17:28.628 INFO O| Oct 01 18:17:28.628 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-10-01T18:17:30.664Z[ recovery-image] Oct 01 18:17:28.660 INFO O| Oct 01 18:17:28.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76552024-10-01T18:17:30.664Z[ recovery-image] Oct 01 18:17:28.660 INFO O| Oct 01 18:17:28.660 INFO STEP 1171 (remove_files) COMPLETE
76562024-10-01T18:17:30.664Z[ recovery-image] Oct 01 18:17:28.660 INFO O| Oct 01 18:17:28.660 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-10-01T18:17:30.683Z[ recovery-image] Oct 01 18:17:28.679 INFO O| Oct 01 18:17:28.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
76582024-10-01T18:17:30.683Z[ recovery-image] Oct 01 18:17:28.679 INFO O| Oct 01 18:17:28.679 INFO STEP 1172 (remove_files) COMPLETE
76592024-10-01T18:17:30.683Z[ recovery-image] Oct 01 18:17:28.679 INFO O| Oct 01 18:17:28.679 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-10-01T18:17:30.702Z[ recovery-image] Oct 01 18:17:28.698 INFO O| Oct 01 18:17:28.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
76612024-10-01T18:17:30.702Z[ recovery-image] Oct 01 18:17:28.698 INFO O| Oct 01 18:17:28.698 INFO STEP 1173 (remove_files) COMPLETE
76622024-10-01T18:17:30.702Z[ recovery-image] Oct 01 18:17:28.698 INFO O| Oct 01 18:17:28.698 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-10-01T18:17:30.736Z[ recovery-image] Oct 01 18:17:28.732 INFO O| Oct 01 18:17:28.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
76642024-10-01T18:17:30.736Z[ recovery-image] Oct 01 18:17:28.732 INFO O| Oct 01 18:17:28.732 INFO STEP 1174 (remove_files) COMPLETE
76652024-10-01T18:17:30.739Z[ recovery-image] Oct 01 18:17:28.733 INFO O| Oct 01 18:17:28.732 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-10-01T18:17:30.756Z[ recovery-image] Oct 01 18:17:28.752 INFO O| Oct 01 18:17:28.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
76672024-10-01T18:17:30.756Z[ recovery-image] Oct 01 18:17:28.752 INFO O| Oct 01 18:17:28.752 INFO STEP 1175 (remove_files) COMPLETE
76682024-10-01T18:17:30.759Z[ recovery-image] Oct 01 18:17:28.753 INFO O| Oct 01 18:17:28.752 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-10-01T18:17:30.791Z[ recovery-image] Oct 01 18:17:28.787 INFO O| Oct 01 18:17:28.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
76702024-10-01T18:17:30.791Z[ recovery-image] Oct 01 18:17:28.787 INFO O| Oct 01 18:17:28.787 INFO STEP 1176 (remove_files) COMPLETE
76712024-10-01T18:17:30.794Z[ recovery-image] Oct 01 18:17:28.788 INFO O| Oct 01 18:17:28.787 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-10-01T18:17:30.828Z[ recovery-image] Oct 01 18:17:28.824 INFO O| Oct 01 18:17:28.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
76732024-10-01T18:17:30.828Z[ recovery-image] Oct 01 18:17:28.824 INFO O| Oct 01 18:17:28.824 INFO STEP 1177 (remove_files) COMPLETE
76742024-10-01T18:17:30.830Z[ recovery-image] Oct 01 18:17:28.824 INFO O| Oct 01 18:17:28.824 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-10-01T18:17:30.849Z[ recovery-image] Oct 01 18:17:28.845 INFO O| Oct 01 18:17:28.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
76762024-10-01T18:17:30.849Z[ recovery-image] Oct 01 18:17:28.845 INFO O| Oct 01 18:17:28.845 INFO STEP 1178 (remove_files) COMPLETE
76772024-10-01T18:17:30.849Z[ recovery-image] Oct 01 18:17:28.845 INFO O| Oct 01 18:17:28.845 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-10-01T18:17:30.868Z[ recovery-image] Oct 01 18:17:28.864 INFO O| Oct 01 18:17:28.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76792024-10-01T18:17:30.868Z[ recovery-image] Oct 01 18:17:28.864 INFO O| Oct 01 18:17:28.864 INFO STEP 1179 (remove_files) COMPLETE
76802024-10-01T18:17:30.868Z[ recovery-image] Oct 01 18:17:28.864 INFO O| Oct 01 18:17:28.864 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812024-10-01T18:17:30.897Z[ recovery-image] Oct 01 18:17:28.893 INFO O| Oct 01 18:17:28.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76822024-10-01T18:17:30.900Z[ recovery-image] Oct 01 18:17:28.893 INFO O| Oct 01 18:17:28.893 INFO STEP 1180 (remove_files) COMPLETE
76832024-10-01T18:17:30.900Z[ recovery-image] Oct 01 18:17:28.893 INFO O| Oct 01 18:17:28.893 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842024-10-01T18:17:30.940Z[ recovery-image] Oct 01 18:17:28.927 INFO O| Oct 01 18:17:28.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76852024-10-01T18:17:30.940Z[ recovery-image] Oct 01 18:17:28.927 INFO O| Oct 01 18:17:28.927 INFO STEP 1181 (remove_files) COMPLETE
76862024-10-01T18:17:30.940Z[ recovery-image] Oct 01 18:17:28.927 INFO O| Oct 01 18:17:28.927 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872024-10-01T18:17:30.952Z[ recovery-image] Oct 01 18:17:28.946 INFO O| Oct 01 18:17:28.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76882024-10-01T18:17:30.952Z[ recovery-image] Oct 01 18:17:28.946 INFO O| Oct 01 18:17:28.946 INFO STEP 1182 (remove_files) COMPLETE
76892024-10-01T18:17:30.956Z[ recovery-image] Oct 01 18:17:28.946 INFO O| Oct 01 18:17:28.946 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902024-10-01T18:17:30.988Z[ recovery-image] Oct 01 18:17:28.984 INFO O| Oct 01 18:17:28.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76912024-10-01T18:17:30.988Z[ recovery-image] Oct 01 18:17:28.984 INFO O| Oct 01 18:17:28.984 INFO STEP 1183 (remove_files) COMPLETE
76922024-10-01T18:17:30.988Z[ recovery-image] Oct 01 18:17:28.984 INFO O| Oct 01 18:17:28.984 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932024-10-01T18:17:31.009Z[ recovery-image] Oct 01 18:17:29.004 INFO O| Oct 01 18:17:29.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76942024-10-01T18:17:31.009Z[ recovery-image] Oct 01 18:17:29.004 INFO O| Oct 01 18:17:29.004 INFO STEP 1184 (remove_files) COMPLETE
76952024-10-01T18:17:31.009Z[ recovery-image] Oct 01 18:17:29.004 INFO O| Oct 01 18:17:29.004 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962024-10-01T18:17:31.045Z[ recovery-image] Oct 01 18:17:29.040 INFO O| Oct 01 18:17:29.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76972024-10-01T18:17:31.045Z[ recovery-image] Oct 01 18:17:29.040 INFO O| Oct 01 18:17:29.040 INFO STEP 1185 (remove_files) COMPLETE
76982024-10-01T18:17:31.045Z[ recovery-image] Oct 01 18:17:29.041 INFO O| Oct 01 18:17:29.040 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-10-01T18:17:31.063Z[ recovery-image] Oct 01 18:17:29.059 INFO O| Oct 01 18:17:29.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77002024-10-01T18:17:31.063Z[ recovery-image] Oct 01 18:17:29.059 INFO O| Oct 01 18:17:29.059 INFO STEP 1186 (remove_files) COMPLETE
77012024-10-01T18:17:31.064Z[ recovery-image] Oct 01 18:17:29.059 INFO O| Oct 01 18:17:29.059 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-10-01T18:17:31.082Z[ recovery-image] Oct 01 18:17:29.077 INFO O| Oct 01 18:17:29.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77032024-10-01T18:17:31.082Z[ recovery-image] Oct 01 18:17:29.077 INFO O| Oct 01 18:17:29.077 INFO STEP 1187 (remove_files) COMPLETE
77042024-10-01T18:17:31.082Z[ recovery-image] Oct 01 18:17:29.077 INFO O| Oct 01 18:17:29.077 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-10-01T18:17:31.099Z[ recovery-image] Oct 01 18:17:29.094 INFO O| Oct 01 18:17:29.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77062024-10-01T18:17:31.099Z[ recovery-image] Oct 01 18:17:29.094 INFO O| Oct 01 18:17:29.094 INFO STEP 1188 (remove_files) COMPLETE
77072024-10-01T18:17:31.102Z[ recovery-image] Oct 01 18:17:29.094 INFO O| Oct 01 18:17:29.094 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-10-01T18:17:31.125Z[ recovery-image] Oct 01 18:17:29.121 INFO O| Oct 01 18:17:29.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77092024-10-01T18:17:31.125Z[ recovery-image] Oct 01 18:17:29.121 INFO O| Oct 01 18:17:29.121 INFO STEP 1189 (remove_files) COMPLETE
77102024-10-01T18:17:31.129Z[ recovery-image] Oct 01 18:17:29.121 INFO O| Oct 01 18:17:29.121 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-10-01T18:17:31.147Z[ recovery-image] Oct 01 18:17:29.143 INFO O| Oct 01 18:17:29.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77122024-10-01T18:17:31.147Z[ recovery-image] Oct 01 18:17:29.143 INFO O| Oct 01 18:17:29.143 INFO STEP 1190 (remove_files) COMPLETE
77132024-10-01T18:17:31.150Z[ recovery-image] Oct 01 18:17:29.144 INFO O| Oct 01 18:17:29.143 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-10-01T18:17:31.189Z[ recovery-image] Oct 01 18:17:29.183 INFO O| Oct 01 18:17:29.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77152024-10-01T18:17:31.194Z[ recovery-image] Oct 01 18:17:29.183 INFO O| Oct 01 18:17:29.183 INFO STEP 1191 (remove_files) COMPLETE
77162024-10-01T18:17:31.194Z[ recovery-image] Oct 01 18:17:29.183 INFO O| Oct 01 18:17:29.183 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-10-01T18:17:31.205Z[ recovery-image] Oct 01 18:17:29.200 INFO O| Oct 01 18:17:29.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77182024-10-01T18:17:31.211Z[ recovery-image] Oct 01 18:17:29.200 INFO O| Oct 01 18:17:29.200 INFO STEP 1192 (remove_files) COMPLETE
77192024-10-01T18:17:31.211Z[ recovery-image] Oct 01 18:17:29.201 INFO O| Oct 01 18:17:29.200 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-10-01T18:17:31.228Z[ recovery-image] Oct 01 18:17:29.223 INFO O| Oct 01 18:17:29.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77212024-10-01T18:17:31.236Z[ recovery-image] Oct 01 18:17:29.224 INFO O| Oct 01 18:17:29.223 INFO STEP 1193 (remove_files) COMPLETE
77222024-10-01T18:17:31.236Z[ recovery-image] Oct 01 18:17:29.224 INFO O| Oct 01 18:17:29.224 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-10-01T18:17:31.247Z[ recovery-image] Oct 01 18:17:29.242 INFO O| Oct 01 18:17:29.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77242024-10-01T18:17:31.251Z[ recovery-image] Oct 01 18:17:29.243 INFO O| Oct 01 18:17:29.243 INFO STEP 1194 (remove_files) COMPLETE
77252024-10-01T18:17:31.251Z[ recovery-image] Oct 01 18:17:29.243 INFO O| Oct 01 18:17:29.243 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-10-01T18:17:31.267Z[ recovery-image] Oct 01 18:17:29.262 INFO O| Oct 01 18:17:29.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77272024-10-01T18:17:31.274Z[ recovery-image] Oct 01 18:17:29.262 INFO O| Oct 01 18:17:29.262 INFO STEP 1195 (remove_files) COMPLETE
77282024-10-01T18:17:31.275Z[ recovery-image] Oct 01 18:17:29.262 INFO O| Oct 01 18:17:29.262 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-10-01T18:17:31.287Z[ recovery-image] Oct 01 18:17:29.281 INFO O| Oct 01 18:17:29.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77302024-10-01T18:17:31.291Z[ recovery-image] Oct 01 18:17:29.282 INFO O| Oct 01 18:17:29.282 INFO STEP 1196 (remove_files) COMPLETE
77312024-10-01T18:17:31.291Z[ recovery-image] Oct 01 18:17:29.282 INFO O| Oct 01 18:17:29.282 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-10-01T18:17:31.307Z[ recovery-image] Oct 01 18:17:29.302 INFO O| Oct 01 18:17:29.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77332024-10-01T18:17:31.307Z[ recovery-image] Oct 01 18:17:29.302 INFO O| Oct 01 18:17:29.302 INFO STEP 1197 (remove_files) COMPLETE
77342024-10-01T18:17:31.307Z[ recovery-image] Oct 01 18:17:29.302 INFO O| Oct 01 18:17:29.302 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-10-01T18:17:31.324Z[ recovery-image] Oct 01 18:17:29.320 INFO O| Oct 01 18:17:29.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77362024-10-01T18:17:31.324Z[ recovery-image] Oct 01 18:17:29.320 INFO O| Oct 01 18:17:29.320 INFO STEP 1198 (remove_files) COMPLETE
77372024-10-01T18:17:31.324Z[ recovery-image] Oct 01 18:17:29.320 INFO O| Oct 01 18:17:29.320 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-10-01T18:17:31.342Z[ recovery-image] Oct 01 18:17:29.338 INFO O| Oct 01 18:17:29.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77392024-10-01T18:17:31.342Z[ recovery-image] Oct 01 18:17:29.338 INFO O| Oct 01 18:17:29.338 INFO STEP 1199 (remove_files) COMPLETE
77402024-10-01T18:17:31.347Z[ recovery-image] Oct 01 18:17:29.338 INFO O| Oct 01 18:17:29.338 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-10-01T18:17:31.358Z[ recovery-image] Oct 01 18:17:29.354 INFO O| Oct 01 18:17:29.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77422024-10-01T18:17:31.358Z[ recovery-image] Oct 01 18:17:29.354 INFO O| Oct 01 18:17:29.354 INFO STEP 1200 (remove_files) COMPLETE
77432024-10-01T18:17:31.361Z[ recovery-image] Oct 01 18:17:29.355 INFO O| Oct 01 18:17:29.354 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442024-10-01T18:17:31.457Z[ recovery-image] Oct 01 18:17:29.452 INFO O| Oct 01 18:17:29.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77452024-10-01T18:17:31.457Z[ recovery-image] Oct 01 18:17:29.452 INFO O| Oct 01 18:17:29.452 INFO STEP 1201 (remove_files) COMPLETE
77462024-10-01T18:17:31.457Z[ recovery-image] Oct 01 18:17:29.452 INFO O| Oct 01 18:17:29.452 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472024-10-01T18:17:31.476Z[ recovery-image] Oct 01 18:17:29.472 INFO O| Oct 01 18:17:29.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77482024-10-01T18:17:31.477Z[ recovery-image] Oct 01 18:17:29.472 INFO O| Oct 01 18:17:29.472 INFO STEP 1202 (remove_files) COMPLETE
77492024-10-01T18:17:31.477Z[ recovery-image] Oct 01 18:17:29.472 INFO O| Oct 01 18:17:29.472 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502024-10-01T18:17:31.495Z[ recovery-image] Oct 01 18:17:29.490 INFO O| Oct 01 18:17:29.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77512024-10-01T18:17:31.495Z[ recovery-image] Oct 01 18:17:29.491 INFO O| Oct 01 18:17:29.490 INFO STEP 1203 (remove_files) COMPLETE
77522024-10-01T18:17:31.495Z[ recovery-image] Oct 01 18:17:29.491 INFO O| Oct 01 18:17:29.490 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532024-10-01T18:17:31.513Z[ recovery-image] Oct 01 18:17:29.509 INFO O| Oct 01 18:17:29.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77542024-10-01T18:17:31.513Z[ recovery-image] Oct 01 18:17:29.509 INFO O| Oct 01 18:17:29.509 INFO STEP 1204 (remove_files) COMPLETE
77552024-10-01T18:17:31.513Z[ recovery-image] Oct 01 18:17:29.509 INFO O| Oct 01 18:17:29.509 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562024-10-01T18:17:31.542Z[ recovery-image] Oct 01 18:17:29.538 INFO O| Oct 01 18:17:29.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
77572024-10-01T18:17:31.542Z[ recovery-image] Oct 01 18:17:29.538 INFO O| Oct 01 18:17:29.538 INFO STEP 1205 (remove_files) COMPLETE
77582024-10-01T18:17:31.542Z[ recovery-image] Oct 01 18:17:29.538 INFO O| Oct 01 18:17:29.538 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
77592024-10-01T18:17:31.571Z[ recovery-image] Oct 01 18:17:29.567 INFO O| Oct 01 18:17:29.567 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
77602024-10-01T18:17:31.571Z[ recovery-image] Oct 01 18:17:29.567 INFO O| Oct 01 18:17:29.567 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
77612024-10-01T18:17:33.597Z[ recovery-image] Oct 01 18:17:31.590 INFO O| Oct 01 18:17:31.590 INFO STEP 1206 (pack_tar) COMPLETE
77622024-10-01T18:17:33.597Z[ recovery-image] Oct 01 18:17:31.590 INFO O| Oct 01 18:17:31.590 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77632024-10-01T18:17:33.597Z[ recovery-image] Oct 01 18:17:31.590 INFO O| Oct 01 18:17:31.590 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77642024-10-01T18:17:33.786Z[ recovery-image] Oct 01 18:17:31.781 INFO O| Oct 01 18:17:31.781 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
77652024-10-01T18:17:33.929Z[ recovery-image] Oct 01 18:17:31.924 INFO O| Oct 01 18:17:31.924 INFO completed processing gimlet/ramdisk-03-recovery-trim
77662024-10-01T18:17:33.939Z[ recovery-image] Oct 01 18:17:31.934 INFO image builder template: zfs-recovery...
77672024-10-01T18:17:33.939Z[ recovery-image] Oct 01 18:17:31.934 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/.tmpsSQlbn/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
77682024-10-01T18:17:33.994Z[ recovery-image] Oct 01 18:17:31.990 INFO O| Oct 01 18:17:31.989 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77692024-10-01T18:17:34.025Z[ recovery-image] Oct 01 18:17:32.019 INFO O| Oct 01 18:17:32.019 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77702024-10-01T18:17:34.226Z[ recovery-image] Oct 01 18:17:32.221 INFO O| Oct 01 18:17:32.221 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
77712024-10-01T18:17:34.285Z[ recovery-image] Oct 01 18:17:32.280 INFO O| Oct 01 18:17:32.280 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77722024-10-01T18:17:34.285Z[ recovery-image] Oct 01 18:17:32.280 INFO O| Oct 01 18:17:32.280 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
77732024-10-01T18:17:34.292Z[ recovery-image] Oct 01 18:17:32.287 INFO O| Oct 01 18:17:32.287 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
77742024-10-01T18:17:34.366Z[ recovery-image] Oct 01 18:17:32.361 INFO O| Oct 01 18:17:32.361 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
77752024-10-01T18:17:34.432Z[ recovery-image] Oct 01 18:17:32.427 INFO O| Oct 01 18:17:32.427 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
77762024-10-01T18:17:34.551Z[ recovery-image] Oct 01 18:17:32.546 INFO O| Oct 01 18:17:32.546 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77772024-10-01T18:17:34.560Z[ recovery-image] Oct 01 18:17:32.556 INFO O| Oct 01 18:17:32.556 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
77782024-10-01T18:17:34.563Z[ recovery-image] Oct 01 18:17:32.558 INFO O| Oct 01 18:17:32.558 INFO no lofi found
77792024-10-01T18:17:34.563Z[ recovery-image] Oct 01 18:17:32.558 INFO O| Oct 01 18:17:32.558 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
77802024-10-01T18:17:34.563Z[ recovery-image] Oct 01 18:17:32.558 INFO O| Oct 01 18:17:32.558 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77812024-10-01T18:17:37.025Z[ recovery-image] Oct 01 18:17:35.020 INFO O| Oct 01 18:17:35.019 INFO lofi device = /dev/dsk/c2t1d0p0
77822024-10-01T18:17:37.025Z[ recovery-image] Oct 01 18:17:35.020 INFO O| Oct 01 18:17:35.020 INFO pool device = /dev/dsk/c2t1d0p0
77832024-10-01T18:17:37.028Z[ recovery-image] Oct 01 18:17:35.020 INFO O| Oct 01 18:17:35.020 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"]
77842024-10-01T18:17:37.277Z[ recovery-image] Oct 01 18:17:35.272 INFO O| Oct 01 18:17:35.272 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77852024-10-01T18:17:37.277Z[ recovery-image] Oct 01 18:17:35.272 INFO O| Oct 01 18:17:35.272 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77862024-10-01T18:17:37.313Z[ recovery-image] Oct 01 18:17:35.308 INFO O| Oct 01 18:17:35.307 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77872024-10-01T18:17:37.440Z[ recovery-image] Oct 01 18:17:35.435 INFO O| Oct 01 18:17:35.435 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77882024-10-01T18:17:37.497Z[ recovery-image] Oct 01 18:17:35.492 INFO O| Oct 01 18:17:35.492 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77892024-10-01T18:17:37.524Z[ recovery-image] Oct 01 18:17:35.519 INFO O| Oct 01 18:17:35.519 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77902024-10-01T18:17:37.544Z[ recovery-image] Oct 01 18:17:35.539 INFO O| Oct 01 18:17:35.539 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77912024-10-01T18:17:37.642Z[ recovery-image] Oct 01 18:17:35.636 INFO O| Oct 01 18:17:35.636 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77922024-10-01T18:17:37.645Z[ recovery-image] Oct 01 18:17:35.636 INFO O| Oct 01 18:17:35.636 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77932024-10-01T18:17:37.645Z[ recovery-image] Oct 01 18:17:35.637 INFO O| Oct 01 18:17:35.637 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77942024-10-01T18:17:37.658Z[ recovery-image] Oct 01 18:17:35.652 INFO O| Oct 01 18:17:35.652 INFO boot environment UUID: efdfaafb-56f7-460f-8dc5-cc1e993d8710
77952024-10-01T18:17:37.658Z[ recovery-image] Oct 01 18:17:35.652 INFO O| Oct 01 18:17:35.652 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = efdfaafb-56f7-460f-8dc5-cc1e993d8710
77962024-10-01T18:17:37.716Z[ recovery-image] Oct 01 18:17:35.710 INFO O| Oct 01 18:17:35.710 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77972024-10-01T18:17:37.780Z[ recovery-image] Oct 01 18:17:35.775 INFO O| Oct 01 18:17:35.775 INFO STEP 0 (create_be) COMPLETE
77982024-10-01T18:17:37.783Z[ recovery-image] Oct 01 18:17:35.775 INFO O| Oct 01 18:17:35.775 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77992024-10-01T18:17:37.875Z[ recovery-image] Oct 01 18:17:35.869 INFO O| Oct 01 18:17:35.869 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"]
78002024-10-01T18:17:42.796Z[ recovery-image] Oct 01 18:17:40.790 INFO O| Oct 01 18:17:40.789 INFO STEP 1 (unpack_tar) COMPLETE
78012024-10-01T18:17:42.796Z[ recovery-image] Oct 01 18:17:40.790 INFO O| Oct 01 18:17:40.790 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78022024-10-01T18:17:42.808Z[ recovery-image] Oct 01 18:17:40.801 INFO O| Oct 01 18:17:40.801 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78032024-10-01T18:17:43.295Z[ recovery-image] Oct 01 18:17:41.289 INFO O| Oct 01 18:17:41.289 INFO STEP 2 (devfsadm) COMPLETE
78042024-10-01T18:17:43.295Z[ recovery-image] Oct 01 18:17:41.289 INFO O| Oct 01 18:17:41.289 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78052024-10-01T18:17:43.309Z[ recovery-image] Oct 01 18:17:41.303 INFO O| Oct 01 18:17:41.303 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78062024-10-01T18:17:43.309Z[ recovery-image] Oct 01 18:17:41.303 INFO O| Oct 01 18:17:41.303 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78072024-10-01T18:17:43.309Z[ recovery-image] Oct 01 18:17:41.303 INFO O| Oct 01 18:17:41.303 INFO STEP 3 (ensure_dir) COMPLETE
78082024-10-01T18:17:43.311Z[ recovery-image] Oct 01 18:17:41.303 INFO O| Oct 01 18:17:41.303 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78092024-10-01T18:17:43.320Z[ recovery-image] Oct 01 18:17:41.314 INFO O| Oct 01 18:17:41.314 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78102024-10-01T18:17:43.320Z[ recovery-image] Oct 01 18:17:41.314 INFO O| Oct 01 18:17:41.314 INFO STEP 4 (ensure_dir) COMPLETE
78112024-10-01T18:17:43.323Z[ recovery-image] Oct 01 18:17:41.314 INFO O| Oct 01 18:17:41.314 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78122024-10-01T18:17:43.330Z[ recovery-image] Oct 01 18:17:41.324 INFO O| Oct 01 18:17:41.324 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78132024-10-01T18:17:43.330Z[ recovery-image] Oct 01 18:17:41.324 INFO O| Oct 01 18:17:41.324 INFO STEP 5 (ensure_dir) COMPLETE
78142024-10-01T18:17:43.330Z[ recovery-image] Oct 01 18:17:41.324 INFO O| Oct 01 18:17:41.324 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78152024-10-01T18:17:43.342Z[ recovery-image] Oct 01 18:17:41.336 INFO O| Oct 01 18:17:41.336 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78162024-10-01T18:17:43.342Z[ recovery-image] Oct 01 18:17:41.336 INFO O| Oct 01 18:17:41.336 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78172024-10-01T18:17:43.345Z[ recovery-image] Oct 01 18:17:41.336 INFO O| Oct 01 18:17:41.336 INFO STEP 6 (ensure_dir) COMPLETE
78182024-10-01T18:17:43.345Z[ recovery-image] Oct 01 18:17:41.336 INFO O| Oct 01 18:17:41.336 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78192024-10-01T18:17:43.353Z[ recovery-image] Oct 01 18:17:41.347 INFO O| Oct 01 18:17:41.347 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78202024-10-01T18:17:43.353Z[ recovery-image] Oct 01 18:17:41.347 INFO O| Oct 01 18:17:41.347 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78212024-10-01T18:17:43.353Z[ recovery-image] Oct 01 18:17:41.347 INFO O| Oct 01 18:17:41.347 INFO STEP 7 (ensure_dir) COMPLETE
78222024-10-01T18:17:43.356Z[ recovery-image] Oct 01 18:17:41.347 INFO O| Oct 01 18:17:41.347 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78232024-10-01T18:17:43.364Z[ recovery-image] Oct 01 18:17:41.358 INFO O| Oct 01 18:17:41.358 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78242024-10-01T18:17:43.367Z[ recovery-image] Oct 01 18:17:41.358 INFO O| Oct 01 18:17:41.358 INFO STEP 8 (remove_files) COMPLETE
78252024-10-01T18:17:43.367Z[ recovery-image] Oct 01 18:17:41.358 INFO O| Oct 01 18:17:41.358 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78262024-10-01T18:17:43.376Z[ recovery-image] Oct 01 18:17:41.370 INFO O| Oct 01 18:17:41.369 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78272024-10-01T18:17:43.378Z[ recovery-image] Oct 01 18:17:41.370 INFO O| Oct 01 18:17:41.370 INFO STEP 9 (remove_files) COMPLETE
78282024-10-01T18:17:43.378Z[ recovery-image] Oct 01 18:17:41.370 INFO O| Oct 01 18:17:41.370 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78292024-10-01T18:17:43.387Z[ recovery-image] Oct 01 18:17:41.381 INFO O| Oct 01 18:17:41.381 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
78302024-10-01T18:17:43.390Z[ recovery-image] Oct 01 18:17:41.382 INFO O| Oct 01 18:17:41.382 INFO STEP 10 (remove_files) COMPLETE
78312024-10-01T18:17:43.390Z[ recovery-image] Oct 01 18:17:41.382 INFO O| Oct 01 18:17:41.382 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78322024-10-01T18:17:43.398Z[ recovery-image] Oct 01 18:17:41.392 INFO O| Oct 01 18:17:41.392 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
78332024-10-01T18:17:43.398Z[ recovery-image] Oct 01 18:17:41.392 INFO O| Oct 01 18:17:41.392 INFO STEP 11 (remove_files) COMPLETE
78342024-10-01T18:17:43.401Z[ recovery-image] Oct 01 18:17:41.392 INFO O| Oct 01 18:17:41.392 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78352024-10-01T18:17:43.410Z[ recovery-image] Oct 01 18:17:41.404 INFO O| Oct 01 18:17:41.404 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
78362024-10-01T18:17:43.410Z[ recovery-image] Oct 01 18:17:41.404 INFO O| Oct 01 18:17:41.404 INFO STEP 12 (remove_files) COMPLETE
78372024-10-01T18:17:43.412Z[ recovery-image] Oct 01 18:17:41.404 INFO O| Oct 01 18:17:41.404 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78382024-10-01T18:17:43.423Z[ recovery-image] Oct 01 18:17:41.417 INFO O| Oct 01 18:17:41.417 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78392024-10-01T18:17:43.423Z[ recovery-image] Oct 01 18:17:41.417 INFO O| Oct 01 18:17:41.417 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78402024-10-01T18:17:43.426Z[ recovery-image] Oct 01 18:17:41.417 INFO O| Oct 01 18:17:41.417 INFO STEP 13 (ensure_dir) COMPLETE
78412024-10-01T18:17:43.426Z[ recovery-image] Oct 01 18:17:41.417 INFO O| Oct 01 18:17:41.417 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78422024-10-01T18:17:43.434Z[ recovery-image] Oct 01 18:17:41.428 INFO O| Oct 01 18:17:41.428 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78432024-10-01T18:17:43.434Z[ recovery-image] Oct 01 18:17:41.428 INFO O| Oct 01 18:17:41.428 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78442024-10-01T18:17:43.437Z[ recovery-image] Oct 01 18:17:41.428 INFO O| Oct 01 18:17:41.428 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78452024-10-01T18:17:43.437Z[ recovery-image] Oct 01 18:17:41.428 INFO O| Oct 01 18:17:41.428 INFO STEP 14 (ensure_dir) COMPLETE
78462024-10-01T18:17:43.437Z[ recovery-image] Oct 01 18:17:41.428 INFO O| Oct 01 18:17:41.428 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78472024-10-01T18:17:43.447Z[ recovery-image] Oct 01 18:17:41.441 INFO O| Oct 01 18:17:41.441 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78482024-10-01T18:17:43.447Z[ recovery-image] Oct 01 18:17:41.441 INFO O| Oct 01 18:17:41.441 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78492024-10-01T18:17:43.449Z[ recovery-image] Oct 01 18:17:41.441 INFO O| Oct 01 18:17:41.441 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78502024-10-01T18:17:43.449Z[ recovery-image] Oct 01 18:17:41.441 INFO O| Oct 01 18:17:41.441 INFO STEP 15 (ensure_dir) COMPLETE
78512024-10-01T18:17:43.450Z[ recovery-image] Oct 01 18:17:41.441 INFO O| Oct 01 18:17:41.441 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78522024-10-01T18:17:43.458Z[ recovery-image] Oct 01 18:17:41.452 INFO O| Oct 01 18:17:41.452 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78532024-10-01T18:17:43.458Z[ recovery-image] Oct 01 18:17:41.452 INFO O| Oct 01 18:17:41.452 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78542024-10-01T18:17:43.461Z[ recovery-image] Oct 01 18:17:41.452 INFO O| Oct 01 18:17:41.452 INFO STEP 16 (ensure_dir) COMPLETE
78552024-10-01T18:17:43.461Z[ recovery-image] Oct 01 18:17:41.452 INFO O| Oct 01 18:17:41.452 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78562024-10-01T18:17:43.470Z[ recovery-image] Oct 01 18:17:41.464 INFO O| Oct 01 18:17:41.463 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78572024-10-01T18:17:43.470Z[ recovery-image] Oct 01 18:17:41.464 INFO O| Oct 01 18:17:41.464 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78582024-10-01T18:17:43.472Z[ recovery-image] Oct 01 18:17:41.464 INFO O| Oct 01 18:17:41.464 INFO STEP 17 (ensure_dir) COMPLETE
78592024-10-01T18:17:43.472Z[ recovery-image] Oct 01 18:17:41.464 INFO O| Oct 01 18:17:41.464 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78602024-10-01T18:17:43.481Z[ recovery-image] Oct 01 18:17:41.475 INFO O| Oct 01 18:17:41.475 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
78612024-10-01T18:17:43.481Z[ recovery-image] Oct 01 18:17:41.475 INFO O| Oct 01 18:17:41.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
78622024-10-01T18:17:43.484Z[ recovery-image] Oct 01 18:17:41.475 INFO O| Oct 01 18:17:41.475 INFO ok!
78632024-10-01T18:17:43.484Z[ recovery-image] Oct 01 18:17:41.475 INFO O| Oct 01 18:17:41.475 INFO STEP 18 (ensure_symlink) COMPLETE
78642024-10-01T18:17:43.484Z[ recovery-image] Oct 01 18:17:41.475 INFO O| Oct 01 18:17:41.475 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78652024-10-01T18:17:43.493Z[ recovery-image] Oct 01 18:17:41.487 INFO O| Oct 01 18:17:41.487 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
78662024-10-01T18:17:43.493Z[ recovery-image] Oct 01 18:17:41.487 INFO O| Oct 01 18:17:41.487 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
78672024-10-01T18:17:43.497Z[ recovery-image] Oct 01 18:17:41.487 INFO O| Oct 01 18:17:41.487 INFO ok!
78682024-10-01T18:17:43.497Z[ recovery-image] Oct 01 18:17:41.487 INFO O| Oct 01 18:17:41.487 INFO STEP 19 (ensure_file) COMPLETE
78692024-10-01T18:17:43.497Z[ recovery-image] Oct 01 18:17:41.487 INFO O| Oct 01 18:17:41.487 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78702024-10-01T18:17:43.506Z[ recovery-image] Oct 01 18:17:41.500 INFO O| Oct 01 18:17:41.500 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
78712024-10-01T18:17:43.506Z[ recovery-image] Oct 01 18:17:41.500 INFO O| Oct 01 18:17:41.500 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
78722024-10-01T18:17:43.508Z[ recovery-image] Oct 01 18:17:41.500 INFO O| Oct 01 18:17:41.500 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
78732024-10-01T18:17:43.509Z[ recovery-image] Oct 01 18:17:41.500 INFO O| Oct 01 18:17:41.500 INFO ok!
78742024-10-01T18:17:43.509Z[ recovery-image] Oct 01 18:17:41.500 INFO O| Oct 01 18:17:41.500 INFO STEP 20 (ensure_symlink) COMPLETE
78752024-10-01T18:17:43.509Z[ recovery-image] Oct 01 18:17:41.500 INFO O| Oct 01 18:17:41.500 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78762024-10-01T18:17:43.518Z[ recovery-image] Oct 01 18:17:41.511 INFO O| Oct 01 18:17:41.511 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
78772024-10-01T18:17:43.518Z[ recovery-image] Oct 01 18:17:41.512 INFO O| Oct 01 18:17:41.511 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
78782024-10-01T18:17:43.518Z[ recovery-image] Oct 01 18:17:41.512 INFO O| Oct 01 18:17:41.512 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
78792024-10-01T18:17:43.521Z[ recovery-image] Oct 01 18:17:41.512 INFO O| Oct 01 18:17:41.512 INFO ok!
78802024-10-01T18:17:43.521Z[ recovery-image] Oct 01 18:17:41.512 INFO O| Oct 01 18:17:41.512 INFO STEP 21 (ensure_symlink) COMPLETE
78812024-10-01T18:17:43.521Z[ recovery-image] Oct 01 18:17:41.512 INFO O| Oct 01 18:17:41.512 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78822024-10-01T18:17:43.529Z[ recovery-image] Oct 01 18:17:41.523 INFO O| Oct 01 18:17:41.523 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
78832024-10-01T18:17:43.529Z[ recovery-image] Oct 01 18:17:41.523 INFO O| Oct 01 18:17:41.523 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78842024-10-01T18:17:43.532Z[ recovery-image] Oct 01 18:17:41.523 INFO O| Oct 01 18:17:41.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
78852024-10-01T18:17:43.532Z[ recovery-image] Oct 01 18:17:41.523 INFO O| Oct 01 18:17:41.523 INFO ok!
78862024-10-01T18:17:43.532Z[ recovery-image] Oct 01 18:17:41.523 INFO O| Oct 01 18:17:41.523 INFO STEP 22 (ensure_symlink) COMPLETE
78872024-10-01T18:17:43.532Z[ recovery-image] Oct 01 18:17:41.523 INFO O| Oct 01 18:17:41.523 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78882024-10-01T18:17:43.541Z[ recovery-image] Oct 01 18:17:41.534 INFO O| Oct 01 18:17:41.534 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78892024-10-01T18:17:43.541Z[ recovery-image] Oct 01 18:17:41.534 INFO O| Oct 01 18:17:41.534 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78902024-10-01T18:17:43.544Z[ recovery-image] Oct 01 18:17:41.534 INFO O| Oct 01 18:17:41.534 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78912024-10-01T18:17:43.544Z[ recovery-image] Oct 01 18:17:41.534 INFO O| Oct 01 18:17:41.534 INFO ok!
78922024-10-01T18:17:43.544Z[ recovery-image] Oct 01 18:17:41.534 INFO O| Oct 01 18:17:41.534 INFO STEP 23 (ensure_symlink) COMPLETE
78932024-10-01T18:17:43.544Z[ recovery-image] Oct 01 18:17:41.534 INFO O| Oct 01 18:17:41.534 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78942024-10-01T18:17:43.554Z[ recovery-image] Oct 01 18:17:41.548 INFO O| Oct 01 18:17:41.548 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78952024-10-01T18:17:43.557Z[ recovery-image] Oct 01 18:17:41.548 INFO O| Oct 01 18:17:41.548 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 ...
78962024-10-01T18:17:43.557Z[ recovery-image] Oct 01 18:17:41.548 INFO O| Oct 01 18:17:41.548 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78972024-10-01T18:17:43.557Z[ recovery-image] Oct 01 18:17:41.548 INFO O| Oct 01 18:17:41.548 INFO ok!
78982024-10-01T18:17:43.557Z[ recovery-image] Oct 01 18:17:41.548 INFO O| Oct 01 18:17:41.548 INFO STEP 24 (ensure_file) COMPLETE
78992024-10-01T18:17:43.557Z[ recovery-image] Oct 01 18:17:41.549 INFO O| Oct 01 18:17:41.548 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79002024-10-01T18:17:43.566Z[ recovery-image] Oct 01 18:17:41.559 INFO O| Oct 01 18:17:41.559 INFO updating shadow file
79012024-10-01T18:17:43.568Z[ recovery-image] Oct 01 18:17:41.560 INFO O| Oct 01 18:17:41.560 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79022024-10-01T18:17:43.568Z[ recovery-image] Oct 01 18:17:41.560 INFO O| Oct 01 18:17:41.560 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79032024-10-01T18:17:43.568Z[ recovery-image] Oct 01 18:17:41.560 INFO O| Oct 01 18:17:41.560 INFO STEP 25 (shadow) COMPLETE
79042024-10-01T18:17:43.568Z[ recovery-image] Oct 01 18:17:41.560 INFO O| Oct 01 18:17:41.560 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79052024-10-01T18:17:43.579Z[ recovery-image] Oct 01 18:17:41.573 INFO O| Oct 01 18:17:41.573 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79062024-10-01T18:17:43.579Z[ recovery-image] Oct 01 18:17:41.573 INFO O| Oct 01 18:17:41.573 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79072024-10-01T18:17:43.582Z[ recovery-image] Oct 01 18:17:41.573 INFO O| Oct 01 18:17:41.573 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79082024-10-01T18:17:43.582Z[ recovery-image] Oct 01 18:17:41.573 INFO O| Oct 01 18:17:41.573 INFO ok!
79092024-10-01T18:17:43.582Z[ recovery-image] Oct 01 18:17:41.573 INFO O| Oct 01 18:17:41.573 INFO STEP 26 (ensure_file) COMPLETE
79102024-10-01T18:17:43.582Z[ recovery-image] Oct 01 18:17:41.574 INFO O| Oct 01 18:17:41.573 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79112024-10-01T18:17:43.591Z[ recovery-image] Oct 01 18:17:41.584 INFO O| Oct 01 18:17:41.584 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79122024-10-01T18:17:43.591Z[ recovery-image] Oct 01 18:17:41.584 INFO O| Oct 01 18:17:41.584 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79132024-10-01T18:17:43.595Z[ recovery-image] Oct 01 18:17:41.584 INFO O| Oct 01 18:17:41.584 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79142024-10-01T18:17:43.595Z[ recovery-image] Oct 01 18:17:41.584 INFO O| Oct 01 18:17:41.584 INFO ok!
79152024-10-01T18:17:43.595Z[ recovery-image] Oct 01 18:17:41.584 INFO O| Oct 01 18:17:41.584 INFO STEP 27 (ensure_file) COMPLETE
79162024-10-01T18:17:43.595Z[ recovery-image] Oct 01 18:17:41.584 INFO O| Oct 01 18:17:41.584 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79172024-10-01T18:17:43.601Z[ recovery-image] Oct 01 18:17:41.595 INFO O| Oct 01 18:17:41.595 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79182024-10-01T18:17:43.601Z[ recovery-image] Oct 01 18:17:41.595 INFO O| Oct 01 18:17:41.595 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79192024-10-01T18:17:43.604Z[ recovery-image] Oct 01 18:17:41.595 INFO O| Oct 01 18:17:41.595 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79202024-10-01T18:17:43.604Z[ recovery-image] Oct 01 18:17:41.595 INFO O| Oct 01 18:17:41.595 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79212024-10-01T18:17:43.604Z[ recovery-image] Oct 01 18:17:41.595 INFO O| Oct 01 18:17:41.595 INFO ok!
79222024-10-01T18:17:43.605Z[ recovery-image] Oct 01 18:17:41.596 INFO O| Oct 01 18:17:41.595 INFO STEP 28 (ensure_file) COMPLETE
79232024-10-01T18:17:43.605Z[ recovery-image] Oct 01 18:17:41.596 INFO O| Oct 01 18:17:41.595 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79242024-10-01T18:17:43.613Z[ recovery-image] Oct 01 18:17:41.606 INFO O| Oct 01 18:17:41.606 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79252024-10-01T18:17:43.613Z[ recovery-image] Oct 01 18:17:41.606 INFO O| Oct 01 18:17:41.606 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79262024-10-01T18:17:43.616Z[ recovery-image] Oct 01 18:17:41.606 INFO O| Oct 01 18:17:41.606 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79272024-10-01T18:17:43.616Z[ recovery-image] Oct 01 18:17:41.606 INFO O| Oct 01 18:17:41.606 INFO ok!
79282024-10-01T18:17:43.616Z[ recovery-image] Oct 01 18:17:41.606 INFO O| Oct 01 18:17:41.606 INFO STEP 29 (ensure_file) COMPLETE
79292024-10-01T18:17:43.616Z[ recovery-image] Oct 01 18:17:41.606 INFO O| Oct 01 18:17:41.606 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79302024-10-01T18:17:43.623Z[ recovery-image] Oct 01 18:17:41.617 INFO O| Oct 01 18:17:41.617 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
79312024-10-01T18:17:43.626Z[ recovery-image] Oct 01 18:17:41.617 INFO O| Oct 01 18:17:41.617 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
79322024-10-01T18:17:43.626Z[ recovery-image] Oct 01 18:17:41.617 INFO O| Oct 01 18:17:41.617 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
79332024-10-01T18:17:43.626Z[ recovery-image] Oct 01 18:17:41.617 INFO O| Oct 01 18:17:41.617 INFO ok!
79342024-10-01T18:17:43.626Z[ recovery-image] Oct 01 18:17:41.617 INFO O| Oct 01 18:17:41.617 INFO STEP 30 (ensure_file) COMPLETE
79352024-10-01T18:17:43.626Z[ recovery-image] Oct 01 18:17:41.617 INFO O| Oct 01 18:17:41.617 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79362024-10-01T18:17:43.634Z[ recovery-image] Oct 01 18:17:41.628 INFO O| Oct 01 18:17:41.628 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
79372024-10-01T18:17:43.634Z[ recovery-image] Oct 01 18:17:41.628 INFO O| Oct 01 18:17:41.628 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
79382024-10-01T18:17:43.638Z[ recovery-image] Oct 01 18:17:41.628 INFO O| Oct 01 18:17:41.628 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79392024-10-01T18:17:43.638Z[ recovery-image] Oct 01 18:17:41.628 INFO O| Oct 01 18:17:41.628 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79402024-10-01T18:17:43.638Z[ recovery-image] Oct 01 18:17:41.628 INFO O| Oct 01 18:17:41.628 INFO ok!
79412024-10-01T18:17:43.638Z[ recovery-image] Oct 01 18:17:41.628 INFO O| Oct 01 18:17:41.628 INFO STEP 31 (ensure_file) COMPLETE
79422024-10-01T18:17:43.638Z[ recovery-image] Oct 01 18:17:41.628 INFO O| Oct 01 18:17:41.628 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79432024-10-01T18:17:43.645Z[ recovery-image] Oct 01 18:17:41.639 INFO O| Oct 01 18:17:41.638 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
79442024-10-01T18:17:43.645Z[ recovery-image] Oct 01 18:17:41.639 INFO O| Oct 01 18:17:41.639 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
79452024-10-01T18:17:43.648Z[ recovery-image] Oct 01 18:17:41.639 INFO O| Oct 01 18:17:41.639 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
79462024-10-01T18:17:43.648Z[ recovery-image] Oct 01 18:17:41.639 INFO O| Oct 01 18:17:41.639 INFO ok!
79472024-10-01T18:17:43.648Z[ recovery-image] Oct 01 18:17:41.639 INFO O| Oct 01 18:17:41.639 INFO STEP 32 (ensure_file) COMPLETE
79482024-10-01T18:17:43.648Z[ recovery-image] Oct 01 18:17:41.639 INFO O| Oct 01 18:17:41.639 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79492024-10-01T18:17:43.656Z[ recovery-image] Oct 01 18:17:41.649 INFO O| Oct 01 18:17:41.649 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
79502024-10-01T18:17:43.656Z[ recovery-image] Oct 01 18:17:41.650 INFO O| Oct 01 18:17:41.649 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
79512024-10-01T18:17:43.658Z[ recovery-image] Oct 01 18:17:41.650 INFO O| Oct 01 18:17:41.650 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
79522024-10-01T18:17:43.659Z[ recovery-image] Oct 01 18:17:41.650 INFO O| Oct 01 18:17:41.650 INFO ok!
79532024-10-01T18:17:43.659Z[ recovery-image] Oct 01 18:17:41.650 INFO O| Oct 01 18:17:41.650 INFO STEP 33 (ensure_file) COMPLETE
79542024-10-01T18:17:43.659Z[ recovery-image] Oct 01 18:17:41.650 INFO O| Oct 01 18:17:41.650 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79552024-10-01T18:17:43.667Z[ recovery-image] Oct 01 18:17:41.661 INFO O| Oct 01 18:17:41.661 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
79562024-10-01T18:17:43.667Z[ recovery-image] Oct 01 18:17:41.661 INFO O| Oct 01 18:17:41.661 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
79572024-10-01T18:17:43.667Z[ recovery-image] Oct 01 18:17:41.661 INFO O| Oct 01 18:17:41.661 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79582024-10-01T18:17:43.673Z[ recovery-image] Oct 01 18:17:41.661 INFO O| Oct 01 18:17:41.661 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79592024-10-01T18:17:43.673Z[ recovery-image] Oct 01 18:17:41.661 INFO O| Oct 01 18:17:41.661 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79602024-10-01T18:17:43.673Z[ recovery-image] Oct 01 18:17:41.661 INFO O| Oct 01 18:17:41.661 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79612024-10-01T18:17:43.673Z[ recovery-image] Oct 01 18:17:41.661 INFO O| Oct 01 18:17:41.661 INFO ok!
79622024-10-01T18:17:43.673Z[ recovery-image] Oct 01 18:17:41.661 INFO O| Oct 01 18:17:41.661 INFO STEP 34 (ensure_file) COMPLETE
79632024-10-01T18:17:43.673Z[ recovery-image] Oct 01 18:17:41.661 INFO O| Oct 01 18:17:41.661 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79642024-10-01T18:17:43.678Z[ recovery-image] Oct 01 18:17:41.672 INFO O| Oct 01 18:17:41.672 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79652024-10-01T18:17:43.681Z[ recovery-image] Oct 01 18:17:41.672 INFO O| Oct 01 18:17:41.672 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79662024-10-01T18:17:43.681Z[ recovery-image] Oct 01 18:17:41.673 INFO O| Oct 01 18:17:41.673 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79672024-10-01T18:17:43.681Z[ recovery-image] Oct 01 18:17:41.673 INFO O| Oct 01 18:17:41.673 INFO STEP 35 (ensure_dir) COMPLETE
79682024-10-01T18:17:43.681Z[ recovery-image] Oct 01 18:17:41.673 INFO O| Oct 01 18:17:41.673 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79692024-10-01T18:17:43.690Z[ recovery-image] Oct 01 18:17:41.683 INFO O| Oct 01 18:17:41.683 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
79702024-10-01T18:17:43.690Z[ recovery-image] Oct 01 18:17:41.683 INFO O| Oct 01 18:17:41.683 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 ...
79712024-10-01T18:17:43.693Z[ recovery-image] Oct 01 18:17:41.684 INFO O| Oct 01 18:17:41.683 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
79722024-10-01T18:17:43.693Z[ recovery-image] Oct 01 18:17:41.684 INFO O| Oct 01 18:17:41.684 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
79732024-10-01T18:17:43.693Z[ recovery-image] Oct 01 18:17:41.684 INFO O| Oct 01 18:17:41.684 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
79742024-10-01T18:17:43.693Z[ recovery-image] Oct 01 18:17:41.684 INFO O| Oct 01 18:17:41.684 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
79752024-10-01T18:17:43.693Z[ recovery-image] Oct 01 18:17:41.684 INFO O| Oct 01 18:17:41.684 INFO ok!
79762024-10-01T18:17:43.693Z[ recovery-image] Oct 01 18:17:41.684 INFO O| Oct 01 18:17:41.684 INFO STEP 36 (ensure_file) COMPLETE
79772024-10-01T18:17:43.693Z[ recovery-image] Oct 01 18:17:41.684 INFO O| Oct 01 18:17:41.684 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79782024-10-01T18:17:43.701Z[ recovery-image] Oct 01 18:17:41.694 INFO O| Oct 01 18:17:41.694 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
79792024-10-01T18:17:43.701Z[ recovery-image] Oct 01 18:17:41.694 INFO O| Oct 01 18:17:41.694 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 ...
79802024-10-01T18:17:43.703Z[ recovery-image] Oct 01 18:17:41.695 INFO O| Oct 01 18:17:41.695 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
79812024-10-01T18:17:43.703Z[ recovery-image] Oct 01 18:17:41.695 INFO O| Oct 01 18:17:41.695 INFO ok!
79822024-10-01T18:17:43.703Z[ recovery-image] Oct 01 18:17:41.695 INFO O| Oct 01 18:17:41.695 INFO STEP 37 (ensure_symlink) COMPLETE
79832024-10-01T18:17:43.703Z[ recovery-image] Oct 01 18:17:41.695 INFO O| Oct 01 18:17:41.695 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79842024-10-01T18:17:43.712Z[ recovery-image] Oct 01 18:17:41.705 INFO O| Oct 01 18:17:41.705 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
79852024-10-01T18:17:43.712Z[ recovery-image] Oct 01 18:17:41.705 INFO O| Oct 01 18:17:41.705 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
79862024-10-01T18:17:43.714Z[ recovery-image] Oct 01 18:17:41.706 INFO O| Oct 01 18:17:41.706 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79872024-10-01T18:17:43.714Z[ recovery-image] Oct 01 18:17:41.706 INFO O| Oct 01 18:17:41.706 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79882024-10-01T18:17:43.714Z[ recovery-image] Oct 01 18:17:41.706 INFO O| Oct 01 18:17:41.706 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79892024-10-01T18:17:43.714Z[ recovery-image] Oct 01 18:17:41.706 INFO O| Oct 01 18:17:41.706 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79902024-10-01T18:17:43.714Z[ recovery-image] Oct 01 18:17:41.706 INFO O| Oct 01 18:17:41.706 INFO ok!
79912024-10-01T18:17:43.714Z[ recovery-image] Oct 01 18:17:41.706 INFO O| Oct 01 18:17:41.706 INFO STEP 38 (ensure_file) COMPLETE
79922024-10-01T18:17:43.714Z[ recovery-image] Oct 01 18:17:41.706 INFO O| Oct 01 18:17:41.706 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79932024-10-01T18:17:43.725Z[ recovery-image] Oct 01 18:17:41.719 INFO O| Oct 01 18:17:41.719 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79942024-10-01T18:17:43.725Z[ recovery-image] Oct 01 18:17:41.719 INFO O| Oct 01 18:17:41.719 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 ...
79952024-10-01T18:17:43.728Z[ recovery-image] Oct 01 18:17:41.720 INFO O| Oct 01 18:17:41.719 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
79962024-10-01T18:17:43.728Z[ recovery-image] Oct 01 18:17:41.720 INFO O| Oct 01 18:17:41.720 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79972024-10-01T18:17:43.728Z[ recovery-image] Oct 01 18:17:41.720 INFO O| Oct 01 18:17:41.720 INFO ok!
79982024-10-01T18:17:43.728Z[ recovery-image] Oct 01 18:17:41.720 INFO O| Oct 01 18:17:41.720 INFO STEP 39 (ensure_file) COMPLETE
79992024-10-01T18:17:43.729Z[ recovery-image] Oct 01 18:17:41.720 INFO O| Oct 01 18:17:41.720 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80002024-10-01T18:17:43.737Z[ recovery-image] Oct 01 18:17:41.730 INFO O| Oct 01 18:17:41.730 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80012024-10-01T18:17:43.737Z[ recovery-image] Oct 01 18:17:41.730 INFO O| Oct 01 18:17:41.730 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80022024-10-01T18:17:43.739Z[ recovery-image] Oct 01 18:17:41.731 INFO O| Oct 01 18:17:41.730 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80032024-10-01T18:17:43.740Z[ recovery-image] Oct 01 18:17:41.731 INFO O| Oct 01 18:17:41.731 INFO ok!
80042024-10-01T18:17:43.740Z[ recovery-image] Oct 01 18:17:41.731 INFO O| Oct 01 18:17:41.731 INFO STEP 40 (ensure_file) COMPLETE
80052024-10-01T18:17:43.740Z[ recovery-image] Oct 01 18:17:41.731 INFO O| Oct 01 18:17:41.731 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80062024-10-01T18:17:43.747Z[ recovery-image] Oct 01 18:17:41.741 INFO O| Oct 01 18:17:41.741 INFO updating shadow file
80072024-10-01T18:17:43.750Z[ recovery-image] Oct 01 18:17:41.741 INFO O| Oct 01 18:17:41.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80082024-10-01T18:17:43.750Z[ recovery-image] Oct 01 18:17:41.741 INFO O| Oct 01 18:17:41.741 INFO STEP 41 (shadow) COMPLETE
80092024-10-01T18:17:43.750Z[ recovery-image] Oct 01 18:17:41.741 INFO O| Oct 01 18:17:41.741 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80102024-10-01T18:17:43.760Z[ recovery-image] Oct 01 18:17:41.754 INFO O| Oct 01 18:17:41.753 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80112024-10-01T18:17:43.760Z[ recovery-image] Oct 01 18:17:41.754 INFO O| Oct 01 18:17:41.754 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80122024-10-01T18:17:43.762Z[ recovery-image] Oct 01 18:17:41.754 INFO O| Oct 01 18:17:41.754 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80132024-10-01T18:17:43.762Z[ recovery-image] Oct 01 18:17:41.754 INFO O| Oct 01 18:17:41.754 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80142024-10-01T18:17:43.762Z[ recovery-image] Oct 01 18:17:41.754 INFO O| Oct 01 18:17:41.754 INFO ok!
80152024-10-01T18:17:43.762Z[ recovery-image] Oct 01 18:17:41.754 INFO O| Oct 01 18:17:41.754 INFO STEP 42 (ensure_file) COMPLETE
80162024-10-01T18:17:43.762Z[ recovery-image] Oct 01 18:17:41.754 INFO O| Oct 01 18:17:41.754 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80172024-10-01T18:17:43.773Z[ recovery-image] Oct 01 18:17:41.767 INFO O| Oct 01 18:17:41.767 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80182024-10-01T18:17:43.774Z[ recovery-image] Oct 01 18:17:41.767 INFO O| Oct 01 18:17:41.767 INFO STEP 43 (ensure_dir) COMPLETE
80192024-10-01T18:17:43.776Z[ recovery-image] Oct 01 18:17:41.767 INFO O| Oct 01 18:17:41.767 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80202024-10-01T18:17:43.784Z[ recovery-image] Oct 01 18:17:41.778 INFO O| Oct 01 18:17:41.778 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80212024-10-01T18:17:43.784Z[ recovery-image] Oct 01 18:17:41.778 INFO O| Oct 01 18:17:41.778 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80222024-10-01T18:17:43.789Z[ recovery-image] Oct 01 18:17:41.778 INFO O| Oct 01 18:17:41.778 INFO STEP 44 (ensure_dir) COMPLETE
80232024-10-01T18:17:43.789Z[ recovery-image] Oct 01 18:17:41.778 INFO O| Oct 01 18:17:41.778 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80242024-10-01T18:17:43.795Z[ recovery-image] Oct 01 18:17:41.789 INFO O| Oct 01 18:17:41.789 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80252024-10-01T18:17:43.795Z[ recovery-image] Oct 01 18:17:41.789 INFO O| Oct 01 18:17:41.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80262024-10-01T18:17:43.798Z[ recovery-image] Oct 01 18:17:41.789 INFO O| Oct 01 18:17:41.789 INFO STEP 45 (ensure_dir) COMPLETE
80272024-10-01T18:17:43.798Z[ recovery-image] Oct 01 18:17:41.789 INFO O| Oct 01 18:17:41.789 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80282024-10-01T18:17:43.809Z[ recovery-image] Oct 01 18:17:41.803 INFO O| Oct 01 18:17:41.802 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80292024-10-01T18:17:43.809Z[ recovery-image] Oct 01 18:17:41.803 INFO O| Oct 01 18:17:41.803 INFO copying /tmp/.tmpsSQlbn/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
80302024-10-01T18:17:43.841Z[ recovery-image] Oct 01 18:17:41.834 INFO O| Oct 01 18:17:41.834 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
80312024-10-01T18:17:43.841Z[ recovery-image] Oct 01 18:17:41.834 INFO O| Oct 01 18:17:41.834 INFO ok!
80322024-10-01T18:17:43.843Z[ recovery-image] Oct 01 18:17:41.834 INFO O| Oct 01 18:17:41.834 INFO STEP 46 (ensure_file) COMPLETE
80332024-10-01T18:17:43.843Z[ recovery-image] Oct 01 18:17:41.834 INFO O| Oct 01 18:17:41.834 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80342024-10-01T18:17:43.852Z[ recovery-image] Oct 01 18:17:41.846 INFO O| Oct 01 18:17:41.846 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80352024-10-01T18:17:43.855Z[ recovery-image] Oct 01 18:17:41.846 INFO O| Oct 01 18:17:41.846 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80362024-10-01T18:17:43.855Z[ recovery-image] Oct 01 18:17:41.846 INFO O| Oct 01 18:17:41.846 INFO STEP 47 (ensure_dir) COMPLETE
80372024-10-01T18:17:43.855Z[ recovery-image] Oct 01 18:17:41.846 INFO O| Oct 01 18:17:41.846 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80382024-10-01T18:17:43.864Z[ recovery-image] Oct 01 18:17:41.858 INFO O| Oct 01 18:17:41.858 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
80392024-10-01T18:17:43.864Z[ recovery-image] Oct 01 18:17:41.858 INFO O| Oct 01 18:17:41.858 INFO copying /tmp/.tmpsSQlbn/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
80402024-10-01T18:17:43.866Z[ recovery-image] Oct 01 18:17:41.858 INFO O| Oct 01 18:17:41.858 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
80412024-10-01T18:17:43.867Z[ recovery-image] Oct 01 18:17:41.858 INFO O| Oct 01 18:17:41.858 INFO ok!
80422024-10-01T18:17:43.867Z[ recovery-image] Oct 01 18:17:41.858 INFO O| Oct 01 18:17:41.858 INFO STEP 48 (ensure_file) COMPLETE
80432024-10-01T18:17:43.867Z[ recovery-image] Oct 01 18:17:41.858 INFO O| Oct 01 18:17:41.858 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80442024-10-01T18:17:43.876Z[ recovery-image] Oct 01 18:17:41.869 INFO O| Oct 01 18:17:41.869 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80452024-10-01T18:17:43.876Z[ recovery-image] Oct 01 18:17:41.869 INFO O| Oct 01 18:17:41.869 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80462024-10-01T18:17:43.876Z[ recovery-image] Oct 01 18:17:41.869 INFO O| Oct 01 18:17:41.869 INFO STEP 49 (ensure_dir) COMPLETE
80472024-10-01T18:17:43.878Z[ recovery-image] Oct 01 18:17:41.869 INFO O| Oct 01 18:17:41.869 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80482024-10-01T18:17:43.887Z[ recovery-image] Oct 01 18:17:41.881 INFO O| Oct 01 18:17:41.881 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
80492024-10-01T18:17:43.887Z[ recovery-image] Oct 01 18:17:41.881 INFO O| Oct 01 18:17:41.881 INFO copying /tmp/.tmpsSQlbn/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
80502024-10-01T18:17:43.902Z[ recovery-image] Oct 01 18:17:41.896 INFO O| Oct 01 18:17:41.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
80512024-10-01T18:17:43.902Z[ recovery-image] Oct 01 18:17:41.896 INFO O| Oct 01 18:17:41.896 INFO ok!
80522024-10-01T18:17:43.905Z[ recovery-image] Oct 01 18:17:41.896 INFO O| Oct 01 18:17:41.896 INFO STEP 50 (ensure_file) COMPLETE
80532024-10-01T18:17:43.905Z[ recovery-image] Oct 01 18:17:41.896 INFO O| Oct 01 18:17:41.896 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80542024-10-01T18:17:43.916Z[ recovery-image] Oct 01 18:17:41.909 INFO O| Oct 01 18:17:41.909 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
80552024-10-01T18:17:43.917Z[ recovery-image] Oct 01 18:17:41.909 INFO O| Oct 01 18:17:41.909 INFO copying /tmp/.tmpsSQlbn/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
80562024-10-01T18:17:44.634Z[ recovery-image] Oct 01 18:17:42.628 INFO O| Oct 01 18:17:42.628 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
80572024-10-01T18:17:44.634Z[ recovery-image] Oct 01 18:17:42.628 INFO O| Oct 01 18:17:42.628 INFO ok!
80582024-10-01T18:17:44.634Z[ recovery-image] Oct 01 18:17:42.628 INFO O| Oct 01 18:17:42.628 INFO STEP 51 (ensure_file) COMPLETE
80592024-10-01T18:17:44.634Z[ recovery-image] Oct 01 18:17:42.628 INFO O| Oct 01 18:17:42.628 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80602024-10-01T18:17:44.647Z[ recovery-image] Oct 01 18:17:42.640 INFO O| Oct 01 18:17:42.640 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80612024-10-01T18:17:44.647Z[ recovery-image] Oct 01 18:17:42.640 INFO O| Oct 01 18:17:42.640 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80622024-10-01T18:17:44.650Z[ recovery-image] Oct 01 18:17:42.641 INFO O| Oct 01 18:17:42.640 INFO STEP 52 (ensure_dir) COMPLETE
80632024-10-01T18:17:44.650Z[ recovery-image] Oct 01 18:17:42.641 INFO O| Oct 01 18:17:42.641 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80642024-10-01T18:17:44.658Z[ recovery-image] Oct 01 18:17:42.651 INFO O| Oct 01 18:17:42.651 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
80652024-10-01T18:17:44.658Z[ recovery-image] Oct 01 18:17:42.652 INFO O| Oct 01 18:17:42.651 INFO copying /tmp/.tmpsSQlbn/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 ...
80662024-10-01T18:17:44.661Z[ recovery-image] Oct 01 18:17:42.652 INFO O| Oct 01 18:17:42.652 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
80672024-10-01T18:17:44.661Z[ recovery-image] Oct 01 18:17:42.652 INFO O| Oct 01 18:17:42.652 INFO ok!
80682024-10-01T18:17:44.661Z[ recovery-image] Oct 01 18:17:42.652 INFO O| Oct 01 18:17:42.652 INFO STEP 53 (ensure_file) COMPLETE
80692024-10-01T18:17:44.661Z[ recovery-image] Oct 01 18:17:42.652 INFO O| Oct 01 18:17:42.652 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80702024-10-01T18:17:44.668Z[ recovery-image] Oct 01 18:17:42.662 INFO O| Oct 01 18:17:42.662 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
80712024-10-01T18:17:44.669Z[ recovery-image] Oct 01 18:17:42.662 INFO O| Oct 01 18:17:42.662 INFO copying /tmp/.tmpsSQlbn/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 ...
80722024-10-01T18:17:44.671Z[ recovery-image] Oct 01 18:17:42.662 INFO O| Oct 01 18:17:42.662 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
80732024-10-01T18:17:44.671Z[ recovery-image] Oct 01 18:17:42.662 INFO O| Oct 01 18:17:42.662 INFO ok!
80742024-10-01T18:17:44.671Z[ recovery-image] Oct 01 18:17:42.662 INFO O| Oct 01 18:17:42.662 INFO STEP 54 (ensure_file) COMPLETE
80752024-10-01T18:17:44.671Z[ recovery-image] Oct 01 18:17:42.662 INFO O| Oct 01 18:17:42.662 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80762024-10-01T18:17:44.679Z[ recovery-image] Oct 01 18:17:42.673 INFO O| Oct 01 18:17:42.673 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80772024-10-01T18:17:44.679Z[ recovery-image] Oct 01 18:17:42.673 INFO O| Oct 01 18:17:42.673 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80782024-10-01T18:17:44.682Z[ recovery-image] Oct 01 18:17:42.673 INFO O| Oct 01 18:17:42.673 INFO STEP 55 (ensure_dir) COMPLETE
80792024-10-01T18:17:44.682Z[ recovery-image] Oct 01 18:17:42.673 INFO O| Oct 01 18:17:42.673 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80802024-10-01T18:17:44.693Z[ recovery-image] Oct 01 18:17:42.687 INFO O| Oct 01 18:17:42.686 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
80812024-10-01T18:17:44.693Z[ recovery-image] Oct 01 18:17:42.687 INFO O| Oct 01 18:17:42.687 INFO copying /tmp/.tmpsSQlbn/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 ...
80822024-10-01T18:17:44.696Z[ recovery-image] Oct 01 18:17:42.687 INFO O| Oct 01 18:17:42.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
80832024-10-01T18:17:44.696Z[ recovery-image] Oct 01 18:17:42.687 INFO O| Oct 01 18:17:42.687 INFO ok!
80842024-10-01T18:17:44.696Z[ recovery-image] Oct 01 18:17:42.687 INFO O| Oct 01 18:17:42.687 INFO STEP 56 (ensure_file) COMPLETE
80852024-10-01T18:17:44.696Z[ recovery-image] Oct 01 18:17:42.687 INFO O| Oct 01 18:17:42.687 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80862024-10-01T18:17:44.704Z[ recovery-image] Oct 01 18:17:42.698 INFO O| Oct 01 18:17:42.698 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80872024-10-01T18:17:44.704Z[ recovery-image] Oct 01 18:17:42.698 INFO O| Oct 01 18:17:42.698 INFO copying /tmp/.tmpsSQlbn/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 ...
80882024-10-01T18:17:44.707Z[ recovery-image] Oct 01 18:17:42.698 INFO O| Oct 01 18:17:42.698 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
80892024-10-01T18:17:44.707Z[ recovery-image] Oct 01 18:17:42.698 INFO O| Oct 01 18:17:42.698 INFO ok!
80902024-10-01T18:17:44.707Z[ recovery-image] Oct 01 18:17:42.698 INFO O| Oct 01 18:17:42.698 INFO STEP 57 (ensure_file) COMPLETE
80912024-10-01T18:17:44.707Z[ recovery-image] Oct 01 18:17:42.698 INFO O| Oct 01 18:17:42.698 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80922024-10-01T18:17:44.715Z[ recovery-image] Oct 01 18:17:42.709 INFO O| Oct 01 18:17:42.709 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80932024-10-01T18:17:44.718Z[ recovery-image] Oct 01 18:17:42.709 INFO O| Oct 01 18:17:42.709 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80942024-10-01T18:17:44.718Z[ recovery-image] Oct 01 18:17:42.709 INFO O| Oct 01 18:17:42.709 INFO STEP 58 (ensure_dir) COMPLETE
80952024-10-01T18:17:44.718Z[ recovery-image] Oct 01 18:17:42.709 INFO O| Oct 01 18:17:42.709 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80962024-10-01T18:17:44.726Z[ recovery-image] Oct 01 18:17:42.720 INFO O| Oct 01 18:17:42.720 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80972024-10-01T18:17:44.726Z[ recovery-image] Oct 01 18:17:42.720 INFO O| Oct 01 18:17:42.720 INFO copying /tmp/.tmpsSQlbn/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 ...
80982024-10-01T18:17:44.729Z[ recovery-image] Oct 01 18:17:42.720 INFO O| Oct 01 18:17:42.720 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80992024-10-01T18:17:44.729Z[ recovery-image] Oct 01 18:17:42.720 INFO O| Oct 01 18:17:42.720 INFO ok!
81002024-10-01T18:17:44.729Z[ recovery-image] Oct 01 18:17:42.720 INFO O| Oct 01 18:17:42.720 INFO STEP 59 (ensure_file) COMPLETE
81012024-10-01T18:17:44.729Z[ recovery-image] Oct 01 18:17:42.720 INFO O| Oct 01 18:17:42.720 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81022024-10-01T18:17:44.739Z[ recovery-image] Oct 01 18:17:42.733 INFO O| Oct 01 18:17:42.733 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81032024-10-01T18:17:44.742Z[ recovery-image] Oct 01 18:17:42.733 INFO O| Oct 01 18:17:42.733 INFO copying /tmp/.tmpsSQlbn/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81042024-10-01T18:17:44.742Z[ recovery-image] Oct 01 18:17:42.733 INFO O| Oct 01 18:17:42.733 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81052024-10-01T18:17:44.742Z[ recovery-image] Oct 01 18:17:42.733 INFO O| Oct 01 18:17:42.733 INFO ok!
81062024-10-01T18:17:44.742Z[ recovery-image] Oct 01 18:17:42.733 INFO O| Oct 01 18:17:42.733 INFO STEP 60 (ensure_file) COMPLETE
81072024-10-01T18:17:44.742Z[ recovery-image] Oct 01 18:17:42.733 INFO O| Oct 01 18:17:42.733 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81082024-10-01T18:17:44.751Z[ recovery-image] Oct 01 18:17:42.745 INFO O| Oct 01 18:17:42.745 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81092024-10-01T18:17:44.751Z[ recovery-image] Oct 01 18:17:42.745 INFO O| Oct 01 18:17:42.745 INFO STEP 61 (ensure_dir) COMPLETE
81102024-10-01T18:17:44.751Z[ recovery-image] Oct 01 18:17:42.745 INFO O| Oct 01 18:17:42.745 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81112024-10-01T18:17:44.762Z[ recovery-image] Oct 01 18:17:42.755 INFO O| Oct 01 18:17:42.755 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81122024-10-01T18:17:44.762Z[ recovery-image] Oct 01 18:17:42.755 INFO O| Oct 01 18:17:42.755 INFO STEP 62 (ensure_dir) COMPLETE
81132024-10-01T18:17:44.762Z[ recovery-image] Oct 01 18:17:42.755 INFO O| Oct 01 18:17:42.755 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81142024-10-01T18:17:44.775Z[ recovery-image] Oct 01 18:17:42.768 INFO O| Oct 01 18:17:42.768 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81152024-10-01T18:17:44.775Z[ recovery-image] Oct 01 18:17:42.768 INFO O| Oct 01 18:17:42.768 INFO STEP 63 (ensure_dir) COMPLETE
81162024-10-01T18:17:44.777Z[ recovery-image] Oct 01 18:17:42.768 INFO O| Oct 01 18:17:42.768 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81172024-10-01T18:17:44.787Z[ recovery-image] Oct 01 18:17:42.780 INFO O| Oct 01 18:17:42.780 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81182024-10-01T18:17:44.787Z[ recovery-image] Oct 01 18:17:42.780 INFO O| Oct 01 18:17:42.780 INFO STEP 64 (ensure_dir) COMPLETE
81192024-10-01T18:17:44.790Z[ recovery-image] Oct 01 18:17:42.780 INFO O| Oct 01 18:17:42.780 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81202024-10-01T18:17:44.797Z[ recovery-image] Oct 01 18:17:42.790 INFO O| Oct 01 18:17:42.790 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81212024-10-01T18:17:44.797Z[ recovery-image] Oct 01 18:17:42.790 INFO O| Oct 01 18:17:42.790 INFO copying /tmp/.tmpsSQlbn/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81222024-10-01T18:17:44.797Z[ recovery-image] Oct 01 18:17:42.790 INFO O| Oct 01 18:17:42.790 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81232024-10-01T18:17:44.799Z[ recovery-image] Oct 01 18:17:42.790 INFO O| Oct 01 18:17:42.790 INFO ok!
81242024-10-01T18:17:44.799Z[ recovery-image] Oct 01 18:17:42.790 INFO O| Oct 01 18:17:42.790 INFO STEP 65 (ensure_file) COMPLETE
81252024-10-01T18:17:44.799Z[ recovery-image] Oct 01 18:17:42.790 INFO O| Oct 01 18:17:42.790 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81262024-10-01T18:17:44.807Z[ recovery-image] Oct 01 18:17:42.801 INFO O| Oct 01 18:17:42.801 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81272024-10-01T18:17:44.810Z[ recovery-image] Oct 01 18:17:42.801 INFO O| Oct 01 18:17:42.801 INFO STEP 66 (remove_files) COMPLETE
81282024-10-01T18:17:44.810Z[ recovery-image] Oct 01 18:17:42.801 INFO O| Oct 01 18:17:42.801 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81292024-10-01T18:17:44.818Z[ recovery-image] Oct 01 18:17:42.812 INFO O| Oct 01 18:17:42.812 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
81302024-10-01T18:17:44.821Z[ recovery-image] Oct 01 18:17:42.812 INFO O| Oct 01 18:17:42.812 INFO STEP 67 (remove_files) COMPLETE
81312024-10-01T18:17:44.821Z[ recovery-image] Oct 01 18:17:42.812 INFO O| Oct 01 18:17:42.812 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81322024-10-01T18:17:44.832Z[ recovery-image] Oct 01 18:17:42.825 INFO O| Oct 01 18:17:42.825 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
81332024-10-01T18:17:44.834Z[ recovery-image] Oct 01 18:17:42.826 INFO O| Oct 01 18:17:42.826 INFO STEP 68 (remove_files) COMPLETE
81342024-10-01T18:17:44.834Z[ recovery-image] Oct 01 18:17:42.826 INFO O| Oct 01 18:17:42.826 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81352024-10-01T18:17:44.843Z[ recovery-image] Oct 01 18:17:42.837 INFO O| Oct 01 18:17:42.837 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
81362024-10-01T18:17:44.846Z[ recovery-image] Oct 01 18:17:42.837 INFO O| Oct 01 18:17:42.837 INFO STEP 69 (remove_files) COMPLETE
81372024-10-01T18:17:44.846Z[ recovery-image] Oct 01 18:17:42.837 INFO O| Oct 01 18:17:42.837 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81382024-10-01T18:17:44.856Z[ recovery-image] Oct 01 18:17:42.850 INFO O| Oct 01 18:17:42.850 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
81392024-10-01T18:17:44.859Z[ recovery-image] Oct 01 18:17:42.850 INFO O| Oct 01 18:17:42.850 INFO STEP 70 (remove_files) COMPLETE
81402024-10-01T18:17:44.859Z[ recovery-image] Oct 01 18:17:42.850 INFO O| Oct 01 18:17:42.850 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81412024-10-01T18:17:44.868Z[ recovery-image] Oct 01 18:17:42.861 INFO O| Oct 01 18:17:42.861 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
81422024-10-01T18:17:44.870Z[ recovery-image] Oct 01 18:17:42.861 INFO O| Oct 01 18:17:42.861 INFO STEP 71 (remove_files) COMPLETE
81432024-10-01T18:17:44.870Z[ recovery-image] Oct 01 18:17:42.861 INFO O| Oct 01 18:17:42.861 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81442024-10-01T18:17:44.879Z[ recovery-image] Oct 01 18:17:42.873 INFO O| Oct 01 18:17:42.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
81452024-10-01T18:17:44.879Z[ recovery-image] Oct 01 18:17:42.873 INFO O| Oct 01 18:17:42.873 INFO STEP 72 (remove_files) COMPLETE
81462024-10-01T18:17:44.881Z[ recovery-image] Oct 01 18:17:42.873 INFO O| Oct 01 18:17:42.873 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81472024-10-01T18:17:44.890Z[ recovery-image] Oct 01 18:17:42.884 INFO O| Oct 01 18:17:42.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
81482024-10-01T18:17:44.890Z[ recovery-image] Oct 01 18:17:42.884 INFO O| Oct 01 18:17:42.884 INFO STEP 73 (remove_files) COMPLETE
81492024-10-01T18:17:44.893Z[ recovery-image] Oct 01 18:17:42.884 INFO O| Oct 01 18:17:42.884 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81502024-10-01T18:17:44.902Z[ recovery-image] Oct 01 18:17:42.895 INFO O| Oct 01 18:17:42.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
81512024-10-01T18:17:44.902Z[ recovery-image] Oct 01 18:17:42.895 INFO O| Oct 01 18:17:42.895 INFO STEP 74 (remove_files) COMPLETE
81522024-10-01T18:17:44.902Z[ recovery-image] Oct 01 18:17:42.895 INFO O| Oct 01 18:17:42.895 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81532024-10-01T18:17:44.913Z[ recovery-image] Oct 01 18:17:42.907 INFO O| Oct 01 18:17:42.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
81542024-10-01T18:17:44.913Z[ recovery-image] Oct 01 18:17:42.907 INFO O| Oct 01 18:17:42.907 INFO STEP 75 (remove_files) COMPLETE
81552024-10-01T18:17:44.916Z[ recovery-image] Oct 01 18:17:42.907 INFO O| Oct 01 18:17:42.907 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81562024-10-01T18:17:44.925Z[ recovery-image] Oct 01 18:17:42.919 INFO O| Oct 01 18:17:42.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
81572024-10-01T18:17:44.925Z[ recovery-image] Oct 01 18:17:42.919 INFO O| Oct 01 18:17:42.919 INFO STEP 76 (remove_files) COMPLETE
81582024-10-01T18:17:44.925Z[ recovery-image] Oct 01 18:17:42.919 INFO O| Oct 01 18:17:42.919 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81592024-10-01T18:17:44.937Z[ recovery-image] Oct 01 18:17:42.931 INFO O| Oct 01 18:17:42.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
81602024-10-01T18:17:44.940Z[ recovery-image] Oct 01 18:17:42.931 INFO O| Oct 01 18:17:42.931 INFO STEP 77 (remove_files) COMPLETE
81612024-10-01T18:17:44.940Z[ recovery-image] Oct 01 18:17:42.931 INFO O| Oct 01 18:17:42.931 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81622024-10-01T18:17:44.950Z[ recovery-image] Oct 01 18:17:42.944 INFO O| Oct 01 18:17:42.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
81632024-10-01T18:17:44.950Z[ recovery-image] Oct 01 18:17:42.944 INFO O| Oct 01 18:17:42.944 INFO STEP 78 (remove_files) COMPLETE
81642024-10-01T18:17:44.950Z[ recovery-image] Oct 01 18:17:42.944 INFO O| Oct 01 18:17:42.944 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81652024-10-01T18:17:44.961Z[ recovery-image] Oct 01 18:17:42.955 INFO O| Oct 01 18:17:42.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
81662024-10-01T18:17:44.961Z[ recovery-image] Oct 01 18:17:42.955 INFO O| Oct 01 18:17:42.955 INFO STEP 79 (remove_files) COMPLETE
81672024-10-01T18:17:44.964Z[ recovery-image] Oct 01 18:17:42.955 INFO O| Oct 01 18:17:42.955 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81682024-10-01T18:17:44.976Z[ recovery-image] Oct 01 18:17:42.969 INFO O| Oct 01 18:17:42.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
81692024-10-01T18:17:44.976Z[ recovery-image] Oct 01 18:17:42.970 INFO O| Oct 01 18:17:42.970 INFO STEP 80 (remove_files) COMPLETE
81702024-10-01T18:17:44.976Z[ recovery-image] Oct 01 18:17:42.970 INFO O| Oct 01 18:17:42.970 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81712024-10-01T18:17:44.987Z[ recovery-image] Oct 01 18:17:42.980 INFO O| Oct 01 18:17:42.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
81722024-10-01T18:17:44.987Z[ recovery-image] Oct 01 18:17:42.980 INFO O| Oct 01 18:17:42.980 INFO STEP 81 (remove_files) COMPLETE
81732024-10-01T18:17:44.990Z[ recovery-image] Oct 01 18:17:42.980 INFO O| Oct 01 18:17:42.980 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81742024-10-01T18:17:44.998Z[ recovery-image] Oct 01 18:17:42.991 INFO O| Oct 01 18:17:42.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
81752024-10-01T18:17:44.998Z[ recovery-image] Oct 01 18:17:42.991 INFO O| Oct 01 18:17:42.991 INFO STEP 82 (remove_files) COMPLETE
81762024-10-01T18:17:45.001Z[ recovery-image] Oct 01 18:17:42.991 INFO O| Oct 01 18:17:42.991 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81772024-10-01T18:17:45.008Z[ recovery-image] Oct 01 18:17:43.002 INFO O| Oct 01 18:17:43.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
81782024-10-01T18:17:45.011Z[ recovery-image] Oct 01 18:17:43.002 INFO O| Oct 01 18:17:43.002 INFO STEP 83 (remove_files) COMPLETE
81792024-10-01T18:17:45.011Z[ recovery-image] Oct 01 18:17:43.002 INFO O| Oct 01 18:17:43.002 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81802024-10-01T18:17:45.020Z[ recovery-image] Oct 01 18:17:43.013 INFO O| Oct 01 18:17:43.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
81812024-10-01T18:17:45.020Z[ recovery-image] Oct 01 18:17:43.013 INFO O| Oct 01 18:17:43.013 INFO STEP 84 (remove_files) COMPLETE
81822024-10-01T18:17:45.020Z[ recovery-image] Oct 01 18:17:43.013 INFO O| Oct 01 18:17:43.013 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81832024-10-01T18:17:45.034Z[ recovery-image] Oct 01 18:17:43.027 INFO O| Oct 01 18:17:43.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81842024-10-01T18:17:45.034Z[ recovery-image] Oct 01 18:17:43.027 INFO O| Oct 01 18:17:43.027 INFO STEP 85 (remove_files) COMPLETE
81852024-10-01T18:17:45.037Z[ recovery-image] Oct 01 18:17:43.027 INFO O| Oct 01 18:17:43.027 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81862024-10-01T18:17:45.044Z[ recovery-image] Oct 01 18:17:43.038 INFO O| Oct 01 18:17:43.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81872024-10-01T18:17:45.044Z[ recovery-image] Oct 01 18:17:43.038 INFO O| Oct 01 18:17:43.038 INFO STEP 86 (remove_files) COMPLETE
81882024-10-01T18:17:45.047Z[ recovery-image] Oct 01 18:17:43.038 INFO O| Oct 01 18:17:43.038 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81892024-10-01T18:17:45.057Z[ recovery-image] Oct 01 18:17:43.050 INFO O| Oct 01 18:17:43.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81902024-10-01T18:17:45.057Z[ recovery-image] Oct 01 18:17:43.050 INFO O| Oct 01 18:17:43.050 INFO STEP 87 (remove_files) COMPLETE
81912024-10-01T18:17:45.059Z[ recovery-image] Oct 01 18:17:43.050 INFO O| Oct 01 18:17:43.050 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81922024-10-01T18:17:45.068Z[ recovery-image] Oct 01 18:17:43.062 INFO O| Oct 01 18:17:43.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81932024-10-01T18:17:45.068Z[ recovery-image] Oct 01 18:17:43.062 INFO O| Oct 01 18:17:43.062 INFO STEP 88 (remove_files) COMPLETE
81942024-10-01T18:17:45.071Z[ recovery-image] Oct 01 18:17:43.062 INFO O| Oct 01 18:17:43.062 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81952024-10-01T18:17:45.082Z[ recovery-image] Oct 01 18:17:43.076 INFO O| Oct 01 18:17:43.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81962024-10-01T18:17:45.082Z[ recovery-image] Oct 01 18:17:43.076 INFO O| Oct 01 18:17:43.076 INFO STEP 89 (remove_files) COMPLETE
81972024-10-01T18:17:45.085Z[ recovery-image] Oct 01 18:17:43.076 INFO O| Oct 01 18:17:43.076 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81982024-10-01T18:17:45.095Z[ recovery-image] Oct 01 18:17:43.089 INFO O| Oct 01 18:17:43.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81992024-10-01T18:17:45.095Z[ recovery-image] Oct 01 18:17:43.089 INFO O| Oct 01 18:17:43.089 INFO STEP 90 (remove_files) COMPLETE
82002024-10-01T18:17:45.098Z[ recovery-image] Oct 01 18:17:43.089 INFO O| Oct 01 18:17:43.089 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82012024-10-01T18:17:45.108Z[ recovery-image] Oct 01 18:17:43.102 INFO O| Oct 01 18:17:43.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82022024-10-01T18:17:45.109Z[ recovery-image] Oct 01 18:17:43.102 INFO O| Oct 01 18:17:43.102 INFO STEP 91 (remove_files) COMPLETE
82032024-10-01T18:17:45.109Z[ recovery-image] Oct 01 18:17:43.102 INFO O| Oct 01 18:17:43.102 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82042024-10-01T18:17:45.119Z[ recovery-image] Oct 01 18:17:43.112 INFO O| Oct 01 18:17:43.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82052024-10-01T18:17:45.119Z[ recovery-image] Oct 01 18:17:43.112 INFO O| Oct 01 18:17:43.112 INFO STEP 92 (remove_files) COMPLETE
82062024-10-01T18:17:45.122Z[ recovery-image] Oct 01 18:17:43.112 INFO O| Oct 01 18:17:43.112 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82072024-10-01T18:17:45.130Z[ recovery-image] Oct 01 18:17:43.123 INFO O| Oct 01 18:17:43.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82082024-10-01T18:17:45.130Z[ recovery-image] Oct 01 18:17:43.123 INFO O| Oct 01 18:17:43.123 INFO STEP 93 (remove_files) COMPLETE
82092024-10-01T18:17:45.130Z[ recovery-image] Oct 01 18:17:43.123 INFO O| Oct 01 18:17:43.123 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82102024-10-01T18:17:45.141Z[ recovery-image] Oct 01 18:17:43.134 INFO O| Oct 01 18:17:43.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82112024-10-01T18:17:45.141Z[ recovery-image] Oct 01 18:17:43.134 INFO O| Oct 01 18:17:43.134 INFO STEP 94 (remove_files) COMPLETE
82122024-10-01T18:17:45.141Z[ recovery-image] Oct 01 18:17:43.134 INFO O| Oct 01 18:17:43.134 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82132024-10-01T18:17:45.157Z[ recovery-image] Oct 01 18:17:43.150 INFO O| Oct 01 18:17:43.150 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82142024-10-01T18:17:45.161Z[ recovery-image] Oct 01 18:17:43.151 INFO O| Oct 01 18:17:43.151 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", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
82152024-10-01T18:17:46.035Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 45s
82162024-10-01T18:17:46.396ZOct 01 18:17:44.390 INFO [verify-libraries] process exited with exit status: 0 (350.452794985s)
82172024-10-01T18:17:50.050Z[ recovery-image] Oct 01 18:17:48.042 INFO O| Oct 01 18:17:48.042 INFO O| Loading smf(7) service descriptions: 1/672/673/674/675/676/677/678/679/6710/6711/6712/6713/6714/6715/6716/6717/6718/6719/6720/6721/6722/6723/6724/6725/6726/6727/6728/6729/6730/6731/6732/6733/6734/6735/6736/6737/6738/6739/6740/6741/6742/6743/6744/6745/6746/6747/6748/6749/6750/6751/6752/6753/6754/6755/6756/6757/6758/6759/6760/6761/6762/6763/6764/6765/6766/6767/67
82182024-10-01T18:17:50.050Z[ recovery-image] Oct 01 18:17:48.042 INFO O| Oct 01 18:17:48.042 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82192024-10-01T18:17:50.062Z[ recovery-image] Oct 01 18:17:48.055 INFO O| Oct 01 18:17:48.055 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
82202024-10-01T18:17:50.138Z[ recovery-image] Oct 01 18:17:48.131 INFO O| Oct 01 18:17:48.131 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82212024-10-01T18:17:50.138Z[ recovery-image] Oct 01 18:17:48.131 INFO O| Oct 01 18:17:48.131 INFO copying /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db ...
82222024-10-01T18:17:50.141Z[ recovery-image] Oct 01 18:17:48.133 INFO O| Oct 01 18:17:48.133 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82232024-10-01T18:17:50.141Z[ recovery-image] Oct 01 18:17:48.133 INFO O| Oct 01 18:17:48.133 INFO ok!
82242024-10-01T18:17:50.141Z[ recovery-image] Oct 01 18:17:48.133 INFO O| Oct 01 18:17:48.133 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82252024-10-01T18:17:50.141Z[ recovery-image] Oct 01 18:17:48.133 INFO O| Oct 01 18:17:48.133 INFO STEP 95 (seed_smf) COMPLETE
82262024-10-01T18:17:50.141Z[ recovery-image] Oct 01 18:17:48.133 INFO O| Oct 01 18:17:48.133 INFO steps complete; finalising image!
82272024-10-01T18:17:50.141Z[ recovery-image] Oct 01 18:17:48.133 INFO O| Oct 01 18:17:48.133 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82282024-10-01T18:17:50.175Z[ recovery-image] Oct 01 18:17:48.167 INFO O| Oct 01 18:17:48.167 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Tue Oct 1 18:17:48 2024)
82292024-10-01T18:17:50.382Z[ recovery-image] Oct 01 18:17:48.374 INFO O| Oct 01 18:17:48.374 INFO trim TEMPORARY-gimlet-zfs-recovery: (59% trimmed, started at Tue Oct 1 18:17:48 2024)
82302024-10-01T18:17:50.588Z[ recovery-image] Oct 01 18:17:48.580 INFO O| Oct 01 18:17:48.580 INFO trim TEMPORARY-gimlet-zfs-recovery: (59% trimmed, started at Tue Oct 1 18:17:48 2024)
82312024-10-01T18:17:50.794Z[ recovery-image] Oct 01 18:17:48.786 INFO O| Oct 01 18:17:48.786 INFO trim TEMPORARY-gimlet-zfs-recovery: (59% trimmed, started at Tue Oct 1 18:17:48 2024)
82322024-10-01T18:17:51.016Z[ recovery-image] Oct 01 18:17:49.008 INFO O| Oct 01 18:17:49.008 INFO temporary pool has 401M used, 1.36G avail, 1.00x compressratio
82332024-10-01T18:17:51.016Z[ recovery-image] Oct 01 18:17:49.008 INFO O| Oct 01 18:17:49.008 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
82342024-10-01T18:17:51.229Z[ recovery-image] Oct 01 18:17:49.221 INFO O| Oct 01 18:17:49.221 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
82352024-10-01T18:17:51.229Z[ recovery-image] Oct 01 18:17:49.221 INFO O| Oct 01 18:17:49.221 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
82362024-10-01T18:17:54.294Z[ recovery-image] Oct 01 18:17:52.285 INFO O| Oct 01 18:17:52.285 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82372024-10-01T18:17:54.294Z[ recovery-image] Oct 01 18:17:52.286 INFO O| Oct 01 18:17:52.285 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82382024-10-01T18:17:54.296Z[ recovery-image] Oct 01 18:17:52.286 INFO O| Oct 01 18:17:52.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82392024-10-01T18:17:54.296Z[ recovery-image] Oct 01 18:17:52.286 INFO O| Oct 01 18:17:52.285 INFO completed processing gimlet/zfs-recovery
82402024-10-01T18:17:54.296Z[ recovery-image] Oct 01 18:17:52.286 INFO O| Oct 01 18:17:52.285 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
82412024-10-01T18:17:54.893Z[ recovery-image] Oct 01 18:17:52.885 INFO O| Oct 01 18:17:52.885 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
82422024-10-01T18:17:54.989Z[ recovery-image] Oct 01 18:17:52.981 INFO BUILD STRING "heads/stlouis-0-gb226835a4d\n"
82432024-10-01T18:17:54.991Z[ recovery-image] Oct 01 18:17:52.981 INFO expanded image name: "recovery ef41f66/${os_short_commit} 2024-10-01 17:50" -> "recovery ef41f66/b226835 2024-10-01 17:50"
82442024-10-01T18:17:54.991Z[ recovery-image] Oct 01 18:17:52.981 INFO output artefacts stored in: "/work/os-recovery"
82452024-10-01T18:17:54.991Z[ recovery-image] Oct 01 18:17:52.982 INFO collecting git info from project "amd-firmware"...
82462024-10-01T18:17:55.220Z[ recovery-image] Oct 01 18:17:53.212 INFO collecting git info from project "phbl"...
82472024-10-01T18:17:55.226Z[ recovery-image] Oct 01 18:17:53.218 INFO collecting git info from project "chelsio-t6-roms"...
82482024-10-01T18:17:55.247Z[ recovery-image] Oct 01 18:17:53.239 INFO collecting git info from project "image-builder"...
82492024-10-01T18:17:55.253Z[ recovery-image] Oct 01 18:17:53.245 INFO collecting git info from project "pilot"...
82502024-10-01T18:17:55.265Z[ recovery-image] Oct 01 18:17:53.256 INFO collecting git info from project "pinprick"...
82512024-10-01T18:17:55.270Z[ recovery-image] Oct 01 18:17:53.262 INFO collecting git info from project "amd-host-image-builder"...
82522024-10-01T18:17:55.509Z[ recovery-image] Oct 01 18:17:53.500 INFO collecting git info from project "bootserver"...
82532024-10-01T18:17:55.514Z[ recovery-image] Oct 01 18:17:53.506 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
82542024-10-01T18:17:55.874Z[ recovery-image] Oct 01 18:17:53.866 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
82552024-10-01T18:17:56.224Z[ recovery-image] Oct 01 18:17:54.215 INFO creating Oxide boot image...
82562024-10-01T18:17:56.224Z[ recovery-image] Oct 01 18:17:54.215 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery ef41f66/b226835 2024-10-01 17:50", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
82572024-10-01T18:18:24.586Z[ host-image] Oct 01 18:18:22.573 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22924:20241001T121742Z
82582024-10-01T18:18:24.586Z[ host-image] Oct 01 18:18:22.573 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22924:20241001T121742Z
82592024-10-01T18:18:24.589Z[ host-image] Oct 01 18:18:22.573 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
82602024-10-01T18:18:24.589Z[ host-image] Oct 01 18:18:22.573 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
82612024-10-01T18:18:24.589Z[ host-image] Oct 01 18:18:22.573 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
82622024-10-01T18:18:24.589Z[ host-image] Oct 01 18:18:22.573 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
82632024-10-01T18:18:24.589Z[ host-image] Oct 01 18:18:22.574 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
82642024-10-01T18:18:24.589Z[ host-image] Oct 01 18:18:22.574 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
82652024-10-01T18:18:24.589Z[ host-image] Oct 01 18:18:22.574 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
82662024-10-01T18:18:24.589Z[ host-image] Oct 01 18:18:22.574 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
82672024-10-01T18:18:24.589Z[ host-image] Oct 01 18:18:22.575 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22924:20241001T121742Z
82682024-10-01T18:18:24.592Z[ host-image] Oct 01 18:18:22.576 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22924:20241001T121743Z
82692024-10-01T18:18:24.592Z[ host-image] Oct 01 18:18:22.577 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22924:20241001T121743Z
82702024-10-01T18:18:24.592Z[ host-image] Oct 01 18:18:22.578 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22924:20241001T121743Z
82712024-10-01T18:18:24.592Z[ host-image] Oct 01 18:18:22.578 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
82722024-10-01T18:18:24.592Z[ host-image] Oct 01 18:18:22.579 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22924:20241001T121743Z
82732024-10-01T18:18:24.595Z[ host-image] Oct 01 18:18:22.579 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22924:20241001T121744Z
82742024-10-01T18:18:24.595Z[ host-image] Oct 01 18:18:22.579 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22924:20241001T121744Z
82752024-10-01T18:18:24.595Z[ host-image] Oct 01 18:18:22.579 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22924:20241001T121744Z
82762024-10-01T18:18:24.595Z[ host-image] Oct 01 18:18:22.580 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22924:20241001T121745Z
82772024-10-01T18:18:24.595Z[ host-image] Oct 01 18:18:22.580 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22924:20241001T121745Z
82782024-10-01T18:18:24.595Z[ host-image] Oct 01 18:18:22.580 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22924:20241001T121745Z
82792024-10-01T18:18:24.595Z[ host-image] Oct 01 18:18:22.580 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22924:20241001T121745Z
82802024-10-01T18:18:24.595Z[ host-image] Oct 01 18:18:22.580 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22924:20241001T121746Z
82812024-10-01T18:18:24.595Z[ host-image] Oct 01 18:18:22.580 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22924:20241001T121747Z
82822024-10-01T18:18:24.595Z[ host-image] Oct 01 18:18:22.581 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22924:20241001T121747Z
82832024-10-01T18:18:24.595Z[ host-image] Oct 01 18:18:22.581 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22924:20241001T121749Z
82842024-10-01T18:18:24.595Z[ host-image] Oct 01 18:18:22.581 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22924:20241001T121749Z
82852024-10-01T18:18:24.596Z[ host-image] Oct 01 18:18:22.581 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82862024-10-01T18:18:24.596Z[ host-image] Oct 01 18:18:22.581 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22924:20241001T121750Z
82872024-10-01T18:18:24.596Z[ host-image] Oct 01 18:18:22.581 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22924:20241001T121752Z
82882024-10-01T18:18:24.596Z[ host-image] Oct 01 18:18:22.581 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22924:20241001T121753Z
82892024-10-01T18:18:24.596Z[ host-image] Oct 01 18:18:22.581 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22924:20241001T121754Z
82902024-10-01T18:18:24.598Z[ host-image] Oct 01 18:18:22.582 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22924:20241001T121755Z
82912024-10-01T18:18:24.598Z[ host-image] Oct 01 18:18:22.583 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22924:20241001T121755Z
82922024-10-01T18:18:24.605Z[ host-image] Oct 01 18:18:22.592 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82932024-10-01T18:18:24.608Z[ host-image] Oct 01 18:18:22.592 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22924:20241001T121755Z
82942024-10-01T18:18:24.608Z[ host-image] Oct 01 18:18:22.592 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241001T131146Z
82952024-10-01T18:18:24.608Z[ host-image] Oct 01 18:18:22.592 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82962024-10-01T18:18:24.608Z[ host-image] Oct 01 18:18:22.593 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82972024-10-01T18:18:24.608Z[ host-image] Oct 01 18:18:22.593 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22924:20241001T121755Z
82982024-10-01T18:18:24.608Z[ host-image] Oct 01 18:18:22.593 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82992024-10-01T18:18:24.608Z[ host-image] Oct 01 18:18:22.594 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83002024-10-01T18:18:24.611Z[ host-image] Oct 01 18:18:22.595 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83012024-10-01T18:18:24.611Z[ host-image] Oct 01 18:18:22.595 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83022024-10-01T18:18:24.621Z[ host-image] Oct 01 18:18:22.607 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83032024-10-01T18:18:24.621Z[ host-image] Oct 01 18:18:22.607 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83042024-10-01T18:18:24.623Z[ host-image] Oct 01 18:18:22.607 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83052024-10-01T18:18:24.623Z[ host-image] Oct 01 18:18:22.608 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83062024-10-01T18:18:24.624Z[ host-image] Oct 01 18:18:22.609 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83072024-10-01T18:18:24.624Z[ host-image] Oct 01 18:18:22.609 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83082024-10-01T18:18:24.658Z[ host-image] Oct 01 18:18:22.645 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83092024-10-01T18:18:24.662Z[ host-image] Oct 01 18:18:22.646 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83102024-10-01T18:18:24.662Z[ host-image] Oct 01 18:18:22.646 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83112024-10-01T18:18:24.662Z[ host-image] Oct 01 18:18:22.646 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22924:20241001T121757Z
83122024-10-01T18:18:24.662Z[ host-image] Oct 01 18:18:22.647 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22924:20241001T121802Z
83132024-10-01T18:18:24.662Z[ host-image] Oct 01 18:18:22.647 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83142024-10-01T18:18:24.662Z[ host-image] Oct 01 18:18:22.647 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22924:20241001T121803Z
83152024-10-01T18:18:24.662Z[ host-image] Oct 01 18:18:22.647 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83162024-10-01T18:18:24.662Z[ host-image] Oct 01 18:18:22.647 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83172024-10-01T18:18:24.662Z[ host-image] Oct 01 18:18:22.647 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83182024-10-01T18:18:24.662Z[ host-image] Oct 01 18:18:22.647 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22924:20241001T121803Z
83192024-10-01T18:18:24.662Z[ host-image] Oct 01 18:18:22.647 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83202024-10-01T18:18:24.665Z[ host-image] Oct 01 18:18:22.652 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83212024-10-01T18:18:24.668Z[ host-image] Oct 01 18:18:22.652 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83222024-10-01T18:18:24.668Z[ host-image] Oct 01 18:18:22.652 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83232024-10-01T18:18:24.668Z[ host-image] Oct 01 18:18:22.653 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22924:20241001T121803Z
83242024-10-01T18:18:24.668Z[ host-image] Oct 01 18:18:22.653 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83252024-10-01T18:18:24.681Z[ host-image] Oct 01 18:18:22.668 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83262024-10-01T18:18:24.683Z[ host-image] Oct 01 18:18:22.668 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22924:20241001T121804Z
83272024-10-01T18:18:24.683Z[ host-image] Oct 01 18:18:22.670 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22924:20241001T121804Z
83282024-10-01T18:18:24.686Z[ host-image] Oct 01 18:18:22.671 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22924:20241001T121804Z
83292024-10-01T18:18:24.686Z[ host-image] Oct 01 18:18:22.671 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83302024-10-01T18:18:24.686Z[ host-image] Oct 01 18:18:22.671 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22924:20241001T121805Z
83312024-10-01T18:18:24.686Z[ host-image] Oct 01 18:18:22.672 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22924:20241001T121806Z
83322024-10-01T18:18:24.686Z[ host-image] Oct 01 18:18:22.672 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22924:20241001T121806Z
83332024-10-01T18:18:24.686Z[ host-image] Oct 01 18:18:22.672 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22924:20241001T121806Z
83342024-10-01T18:18:24.689Z[ host-image] Oct 01 18:18:22.676 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
83352024-10-01T18:18:24.692Z[ host-image] Oct 01 18:18:22.676 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22924:20241001T121806Z
83362024-10-01T18:18:24.692Z[ host-image] Oct 01 18:18:22.677 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22924:20241001T121807Z
83372024-10-01T18:18:24.692Z[ host-image] Oct 01 18:18:22.677 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
83382024-10-01T18:18:24.692Z[ host-image] Oct 01 18:18:22.678 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22924:20241001T121808Z
83392024-10-01T18:18:24.693Z[ host-image] Oct 01 18:18:22.678 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22924:20241001T121808Z
83402024-10-01T18:18:24.693Z[ host-image] Oct 01 18:18:22.678 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22924:20241001T121808Z
83412024-10-01T18:18:24.693Z[ host-image] Oct 01 18:18:22.678 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22924:20241001T121808Z
83422024-10-01T18:18:24.700Z[ host-image] Oct 01 18:18:22.687 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22924:20241001T121808Z
83432024-10-01T18:18:24.700Z[ host-image] Oct 01 18:18:22.687 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
83442024-10-01T18:18:24.703Z[ host-image] Oct 01 18:18:22.689 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22924:20241001T121808Z
83452024-10-01T18:18:24.706Z[ host-image] Oct 01 18:18:22.690 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22924:20241001T121808Z
83462024-10-01T18:18:24.706Z[ host-image] Oct 01 18:18:22.690 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22924:20241001T121808Z
83472024-10-01T18:18:24.706Z[ host-image] Oct 01 18:18:22.691 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22924:20241001T121809Z
83482024-10-01T18:18:24.706Z[ host-image] Oct 01 18:18:22.691 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22924:20241001T121809Z
83492024-10-01T18:18:24.706Z[ host-image] Oct 01 18:18:22.692 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22924:20241001T121809Z
83502024-10-01T18:18:24.715Z[ host-image] Oct 01 18:18:22.702 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22924:20241001T121810Z
83512024-10-01T18:18:24.715Z[ host-image] Oct 01 18:18:22.702 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22924:20241001T121810Z
83522024-10-01T18:18:24.718Z[ host-image] Oct 01 18:18:22.702 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22924:20241001T121810Z
83532024-10-01T18:18:24.718Z[ host-image] Oct 01 18:18:22.703 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22924:20241001T121810Z
83542024-10-01T18:18:24.718Z[ host-image] Oct 01 18:18:22.703 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22924:20241001T121810Z
83552024-10-01T18:18:24.739Z[ host-image] Oct 01 18:18:22.725 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22924:20241001T121813Z
83562024-10-01T18:18:24.741Z[ host-image] Oct 01 18:18:22.726 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22924:20241001T121811Z
83572024-10-01T18:18:24.741Z[ host-image] Oct 01 18:18:22.726 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22924:20241001T121811Z
83582024-10-01T18:18:24.741Z[ host-image] Oct 01 18:18:22.726 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
83592024-10-01T18:18:24.741Z[ host-image] Oct 01 18:18:22.726 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
83602024-10-01T18:18:24.769Z[ host-image] Oct 01 18:18:22.756 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22924:20241001T121811Z
83612024-10-01T18:18:24.772Z[ host-image] Oct 01 18:18:22.756 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
83622024-10-01T18:18:24.772Z[ host-image] Oct 01 18:18:22.756 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22924:20241001T121811Z
83632024-10-01T18:18:24.772Z[ host-image] Oct 01 18:18:22.756 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22924:20241001T121811Z
83642024-10-01T18:18:24.772Z[ host-image] Oct 01 18:18:22.758 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22924:20241001T121811Z
83652024-10-01T18:18:24.772Z[ host-image] Oct 01 18:18:22.758 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
83662024-10-01T18:18:24.772Z[ host-image] Oct 01 18:18:22.759 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
83672024-10-01T18:18:24.775Z[ host-image] Oct 01 18:18:22.759 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22924:20241001T121812Z
83682024-10-01T18:18:24.775Z[ host-image] Oct 01 18:18:22.759 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22924:20241001T121812Z
83692024-10-01T18:18:24.775Z[ host-image] Oct 01 18:18:22.759 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22924:20241001T121812Z
83702024-10-01T18:18:24.775Z[ host-image] Oct 01 18:18:22.760 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22924:20241001T121812Z
83712024-10-01T18:18:24.775Z[ host-image] Oct 01 18:18:22.760 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22924:20241001T121813Z
83722024-10-01T18:18:24.775Z[ host-image] Oct 01 18:18:22.760 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22924:20241001T121813Z
83732024-10-01T18:18:24.778Z[ host-image] Oct 01 18:18:22.763 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
83742024-10-01T18:18:24.778Z[ host-image] Oct 01 18:18:22.763 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22924:20241001T121814Z
83752024-10-01T18:18:24.780Z[ host-image] Oct 01 18:18:22.765 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22924:20241001T121814Z
83762024-10-01T18:18:24.780Z[ host-image] Oct 01 18:18:22.765 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22924:20241001T121814Z
83772024-10-01T18:18:24.780Z[ host-image] Oct 01 18:18:22.765 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22924:20241001T121815Z
83782024-10-01T18:18:24.780Z[ host-image] Oct 01 18:18:22.766 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22924:20241001T121814Z
83792024-10-01T18:18:24.780Z[ host-image] Oct 01 18:18:22.766 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22924:20241001T121814Z
83802024-10-01T18:18:24.780Z[ host-image] Oct 01 18:18:22.766 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83812024-10-01T18:18:24.780Z[ host-image] Oct 01 18:18:22.766 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83822024-10-01T18:18:24.780Z[ host-image] Oct 01 18:18:22.766 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22924:20241001T121816Z
83832024-10-01T18:18:24.781Z[ host-image] Oct 01 18:18:22.767 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22924:20241001T121817Z
83842024-10-01T18:18:24.781Z[ host-image] Oct 01 18:18:22.767 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83852024-10-01T18:18:24.781Z[ host-image] Oct 01 18:18:22.767 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83862024-10-01T18:18:24.781Z[ host-image] Oct 01 18:18:22.767 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83872024-10-01T18:18:24.781Z[ host-image] Oct 01 18:18:22.767 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83882024-10-01T18:18:24.781Z[ host-image] Oct 01 18:18:22.767 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83892024-10-01T18:18:24.783Z[ host-image] Oct 01 18:18:22.768 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83902024-10-01T18:18:24.783Z[ host-image] Oct 01 18:18:22.769 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83912024-10-01T18:18:24.783Z[ host-image] Oct 01 18:18:22.769 INFO O| tempdir @ "/tmp/.tmpNZzhOg/tmp"
83922024-10-01T18:18:24.783Z[ host-image] Oct 01 18:18:22.769 INFO O| image root @ "/tmp/.tmpNZzhOg/tmp/root"
83932024-10-01T18:18:24.783Z[ host-image] Oct 01 18:18:22.770 INFO O| creating image...
83942024-10-01T18:18:25.299Z[ host-image] Oct 01 18:18:23.284 INFO O| copying publishers...
83952024-10-01T18:18:32.351Z[ host-image] Oct 01 18:18:30.337 INFO O| adding properties...
83962024-10-01T18:18:33.382Z[ host-image] Oct 01 18:18:31.367 INFO O| installing packages...
83972024-10-01T18:18:41.352Z[ recovery-image] Oct 01 18:18:39.335 INFO O| ok, image written!
83982024-10-01T18:18:41.352Z[ recovery-image] Oct 01 18:18:39.335 INFO O| ok, boot_image_csum file written!
83992024-10-01T18:18:41.356Z[ recovery-image] Oct 01 18:18:39.340 INFO creating boot archive (CPIO)...
84002024-10-01T18:18:41.359Z[ recovery-image] Oct 01 18:18:39.340 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
84012024-10-01T18:18:41.365Z[ recovery-image] Oct 01 18:18:39.349 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84022024-10-01T18:18:41.365Z[ recovery-image] Oct 01 18:18:39.349 INFO E| + outfile=/work/os-recovery/cpio
84032024-10-01T18:18:41.365Z[ recovery-image] Oct 01 18:18:39.349 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84042024-10-01T18:18:41.367Z[ recovery-image] Oct 01 18:18:39.351 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84052024-10-01T18:18:41.367Z[ recovery-image] Oct 01 18:18:39.351 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84062024-10-01T18:18:41.401Z[ recovery-image] Oct 01 18:18:39.384 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84072024-10-01T18:18:41.401Z[ recovery-image] Oct 01 18:18:39.384 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84082024-10-01T18:18:41.409Z[ recovery-image] Oct 01 18:18:39.393 INFO creating compressed cpio/unix for nanobl-rs...
84092024-10-01T18:18:41.412Z[ recovery-image] Oct 01 18:18:39.393 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
84102024-10-01T18:18:41.691Z[ recovery-image] Oct 01 18:18:39.674 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84112024-10-01T18:18:46.065Z[ recovery-image] Oct 01 18:18:44.048 INFO creating reset image...
84122024-10-01T18:18:46.065Z[ recovery-image] Oct 01 18:18:44.048 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84132024-10-01T18:18:46.303Z[ recovery-image] Oct 01 18:18:44.286 INFO E| Updating crates.io index
84142024-10-01T18:18:46.404Z[ recovery-image] Oct 01 18:18:44.386 INFO E| Downloading crates ...
84152024-10-01T18:18:46.481Z[ recovery-image] Oct 01 18:18:44.464 INFO E| Downloaded is_terminal_polyfill v1.70.1
84162024-10-01T18:18:46.484Z[ recovery-image] Oct 01 18:18:44.466 INFO E| Downloaded colorchoice v1.0.2
84172024-10-01T18:18:46.486Z[ recovery-image] Oct 01 18:18:44.467 INFO E| Downloaded anstream v0.6.15
84182024-10-01T18:18:46.489Z[ recovery-image] Oct 01 18:18:44.469 INFO E| Downloaded os_pipe v1.2.1
84192024-10-01T18:18:46.489Z[ recovery-image] Oct 01 18:18:44.471 INFO E| Downloaded clap_lex v0.7.2
84202024-10-01T18:18:46.492Z[ recovery-image] Oct 01 18:18:44.473 INFO E| Downloaded duct v0.13.7
84212024-10-01T18:18:46.495Z[ recovery-image] Oct 01 18:18:44.475 INFO E| Downloaded anstyle-query v1.1.1
84222024-10-01T18:18:46.495Z[ recovery-image] Oct 01 18:18:44.477 INFO E| Downloaded utf8parse v0.2.2
84232024-10-01T18:18:46.497Z[ recovery-image] Oct 01 18:18:44.478 INFO E| Downloaded anstyle-parse v0.2.5
84242024-10-01T18:18:46.497Z[ recovery-image] Oct 01 18:18:44.480 INFO E| Downloaded shared_child v1.0.1
84252024-10-01T18:18:46.504Z[ recovery-image] Oct 01 18:18:44.487 INFO E| Downloaded clap v4.5.17
84262024-10-01T18:18:46.525Z[ recovery-image] Oct 01 18:18:44.508 INFO E| Downloaded clap_builder v4.5.17
84272024-10-01T18:18:46.579Z[ recovery-image] Oct 01 18:18:44.556 INFO E| Downloaded libc v0.2.158
84282024-10-01T18:18:46.647Z[ recovery-image] Oct 01 18:18:44.630 INFO E| Compiling proc-macro2 v1.0.86
84292024-10-01T18:18:46.647Z[ recovery-image] Oct 01 18:18:44.630 INFO E| Compiling unicode-ident v1.0.13
84302024-10-01T18:18:46.650Z[ recovery-image] Oct 01 18:18:44.630 INFO E| Compiling libc v0.2.158
84312024-10-01T18:18:46.650Z[ recovery-image] Oct 01 18:18:44.630 INFO E| Compiling utf8parse v0.2.2
84322024-10-01T18:18:46.650Z[ recovery-image] Oct 01 18:18:44.630 INFO E| Compiling anstyle-query v1.1.1
84332024-10-01T18:18:46.650Z[ recovery-image] Oct 01 18:18:44.630 INFO E| Compiling is_terminal_polyfill v1.70.1
84342024-10-01T18:18:46.652Z[ recovery-image] Oct 01 18:18:44.635 INFO E| Compiling anstyle v1.0.8
84352024-10-01T18:18:46.652Z[ recovery-image] Oct 01 18:18:44.635 INFO E| Compiling colorchoice v1.0.2
84362024-10-01T18:18:46.864Z[ recovery-image] Oct 01 18:18:44.846 INFO E| Compiling anstyle-parse v0.2.5
84372024-10-01T18:18:46.864Z[ recovery-image] Oct 01 18:18:44.846 INFO E| Compiling heck v0.5.0
84382024-10-01T18:18:46.907Z[ recovery-image] Oct 01 18:18:44.890 INFO E| Compiling strsim v0.11.1
84392024-10-01T18:18:46.931Z[ recovery-image] Oct 01 18:18:44.914 INFO E| Compiling clap_lex v0.7.2
84402024-10-01T18:18:46.934Z[ recovery-image] Oct 01 18:18:44.915 INFO E| Compiling once_cell v1.19.0
84412024-10-01T18:18:47.174Z[ recovery-image] Oct 01 18:18:45.157 INFO E| Compiling anstream v0.6.15
84422024-10-01T18:18:47.551Z[ recovery-image] Oct 01 18:18:45.533 INFO E| Compiling clap_builder v4.5.17
84432024-10-01T18:18:48.002Z[ recovery-image] Oct 01 18:18:45.984 INFO E| Compiling shared_child v1.0.1
84442024-10-01T18:18:48.002Z[ recovery-image] Oct 01 18:18:45.984 INFO E| Compiling os_pipe v1.2.1
84452024-10-01T18:18:48.053Z[ recovery-image] Oct 01 18:18:46.036 INFO E| Compiling quote v1.0.37
84462024-10-01T18:18:48.207Z[ recovery-image] Oct 01 18:18:46.190 INFO E| Compiling duct v0.13.7
84472024-10-01T18:18:48.415Z[ recovery-image] Oct 01 18:18:46.397 INFO E| Compiling syn v2.0.77
84482024-10-01T18:18:50.500Z[ host-image] Oct 01 18:18:48.482 INFO O| seeding SMF database...
84492024-10-01T18:18:52.312Z[ recovery-image] Oct 01 18:18:50.293 INFO E| Compiling clap_derive v4.5.13
84502024-10-01T18:18:54.164Z[ recovery-image] Oct 01 18:18:52.146 INFO E| Compiling clap v4.5.17
84512024-10-01T18:18:54.219Z[ recovery-image] Oct 01 18:18:52.200 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
84522024-10-01T18:18:55.257Z[ recovery-image] Oct 01 18:18:53.238 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
84532024-10-01T18:18:55.268Z[ recovery-image] Oct 01 18:18:53.249 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
84542024-10-01T18:18:55.389Z[ recovery-image] Oct 01 18:18:53.370 INFO E| Updating crates.io index
84552024-10-01T18:18:55.666Z[ recovery-image] Oct 01 18:18:53.647 INFO E| Downloading crates ...
84562024-10-01T18:18:55.719Z[ recovery-image] Oct 01 18:18:53.700 INFO E| Downloaded seq-macro v0.3.5
84572024-10-01T18:18:55.722Z[ recovery-image] Oct 01 18:18:53.704 INFO E| Downloaded cpio_reader v0.1.1
84582024-10-01T18:18:55.725Z[ recovery-image] Oct 01 18:18:53.705 INFO E| Downloaded bitstruct v0.1.1
84592024-10-01T18:18:55.727Z[ recovery-image] Oct 01 18:18:53.707 INFO E| Downloaded bit_field v0.10.2
84602024-10-01T18:18:55.734Z[ recovery-image] Oct 01 18:18:53.715 INFO E| Downloaded bitstruct_derive v0.1.0
84612024-10-01T18:18:55.748Z[ recovery-image] Oct 01 18:18:53.729 INFO E| Downloaded raw-cpuid v10.7.0
84622024-10-01T18:18:55.844Z[ recovery-image] Oct 01 18:18:53.825 INFO E| Downloaded x86 v0.52.0
84632024-10-01T18:18:55.903Z[ recovery-image] Oct 01 18:18:53.884 INFO E| Updating crates.io index
84642024-10-01T18:18:55.967Z[ recovery-image] Oct 01 18:18:53.948 INFO E| Downloading crates ...
84652024-10-01T18:18:56.026Z[ recovery-image] Oct 01 18:18:54.007 INFO E| Downloaded compiler_builtins v0.1.125
84662024-10-01T18:18:56.095Z[ recovery-image] Oct 01 18:18:54.076 INFO E| Compiling compiler_builtins v0.1.125
84672024-10-01T18:18:56.095Z[ recovery-image] Oct 01 18:18:54.076 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
84682024-10-01T18:18:56.098Z[ recovery-image] Oct 01 18:18:54.077 INFO E| Compiling proc-macro2 v1.0.86
84692024-10-01T18:18:56.098Z[ recovery-image] Oct 01 18:18:54.077 INFO E| Compiling unicode-ident v1.0.13
84702024-10-01T18:18:56.098Z[ recovery-image] Oct 01 18:18:54.077 INFO E| Compiling syn v1.0.109
84712024-10-01T18:18:56.098Z[ recovery-image] Oct 01 18:18:54.077 INFO E| Compiling x86 v0.52.0
84722024-10-01T18:18:56.101Z[ recovery-image] Oct 01 18:18:54.082 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
84732024-10-01T18:18:56.101Z[ recovery-image] Oct 01 18:18:54.082 INFO E| Compiling seq-macro v0.3.5
84742024-10-01T18:18:57.265Z[ recovery-image] Oct 01 18:18:55.246 INFO E| Compiling quote v1.0.37
84752024-10-01T18:18:57.535Z[ recovery-image] Oct 01 18:18:55.515 INFO E| Compiling syn v2.0.77
84762024-10-01T18:18:59.078Z[ host-image] Oct 01 18:18:57.057 INFO O| configuring SMF profile...
84772024-10-01T18:18:59.082Z[ host-image] Oct 01 18:18:57.057 INFO O| modifying shadow(5)...
84782024-10-01T18:18:59.082Z[ host-image] Oct 01 18:18:57.058 INFO O| loading user and group database...
84792024-10-01T18:18:59.082Z[ host-image] Oct 01 18:18:57.058 INFO O| assessing packaged files...
84802024-10-01T18:18:59.952Z[ recovery-image] Oct 01 18:18:57.932 INFO E| Compiling scroll_derive v0.12.0
84812024-10-01T18:19:01.954Z[ host-image] Oct 01 18:18:59.934 INFO O| creating archive...
84822024-10-01T18:19:02.015Z[ host-image] Oct 01 18:18:59.995 INFO O| missing from packaging:
84832024-10-01T18:19:02.015Z[ host-image] Oct 01 18:18:59.995 INFO O| "etc/.pwd.lock"
84842024-10-01T18:19:02.018Z[ host-image] Oct 01 18:18:59.995 INFO O| "etc/bash"
84852024-10-01T18:19:02.021Z[ host-image] Oct 01 18:19:00.001 INFO O| "etc/svc/profile/generic.xml"
84862024-10-01T18:19:02.021Z[ host-image] Oct 01 18:19:00.001 INFO O| "etc/svc/profile/inetd_services.xml"
84872024-10-01T18:19:02.021Z[ host-image] Oct 01 18:19:00.001 INFO O| "etc/svc/profile/name_service.xml"
84882024-10-01T18:19:02.021Z[ host-image] Oct 01 18:19:00.001 INFO O| "etc/svc/profile/platform.xml"
84892024-10-01T18:19:02.021Z[ host-image] Oct 01 18:19:00.001 INFO O| "etc/svc/profile/platform_omicron1.xml"
84902024-10-01T18:19:02.021Z[ host-image] Oct 01 18:19:00.001 INFO O| "etc/svc/repository.db"
84912024-10-01T18:19:02.030Z[ host-image] Oct 01 18:19:00.011 INFO O| "opt/ooce/share"
84922024-10-01T18:19:02.030Z[ host-image] Oct 01 18:19:00.011 INFO O| "opt/ooce/share/man"
84932024-10-01T18:19:02.033Z[ host-image] Oct 01 18:19:00.011 INFO O| "opt/ooce/share/man/man1"
84942024-10-01T18:19:02.040Z[ host-image] Oct 01 18:19:00.020 INFO O| finishing archive...
84952024-10-01T18:19:02.234Z[ recovery-image] Oct 01 18:19:00.213 INFO E| Compiling bitstruct_derive v0.1.0
84962024-10-01T18:19:04.926Z[ host-image] Oct 01 18:19:02.904 INFO O| creating gzonly manifest...
84972024-10-01T18:19:04.955Z[ host-image] Oct 01 18:19:02.935 INFO O| ok
84982024-10-01T18:19:05.064Z[ host-image] Oct 01 18:19:03.044 INFO image builder template: ramdisk-02-trim...
84992024-10-01T18:19:05.064Z[ host-image] Oct 01 18:19:03.044 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/.tmpsSQlbn/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
85002024-10-01T18:19:05.091Z[ host-image] Oct 01 18:19:03.070 INFO O| Oct 01 18:19:03.070 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85012024-10-01T18:19:05.095Z[ host-image] Oct 01 18:19:03.075 INFO O| Oct 01 18:19:03.074 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85022024-10-01T18:19:05.179Z[ host-image] Oct 01 18:19:03.158 INFO O| Oct 01 18:19:03.158 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85032024-10-01T18:19:05.227Z[ host-image] Oct 01 18:19:03.206 INFO O| Oct 01 18:19:03.206 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85042024-10-01T18:19:05.229Z[ host-image] Oct 01 18:19:03.206 INFO O| Oct 01 18:19:03.206 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85052024-10-01T18:19:05.239Z[ host-image] Oct 01 18:19:03.212 INFO O| Oct 01 18:19:03.212 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85062024-10-01T18:19:05.242Z[ host-image] Oct 01 18:19:03.216 INFO O| Oct 01 18:19:03.216 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85072024-10-01T18:19:05.242Z[ host-image] Oct 01 18:19:03.221 INFO O| Oct 01 18:19:03.221 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85082024-10-01T18:19:05.418Z[ host-image] Oct 01 18:19:03.397 INFO O| Oct 01 18:19:03.397 INFO rolled back to input snapshot; work may begin
85092024-10-01T18:19:05.418Z[ host-image] Oct 01 18:19:03.398 INFO O| Oct 01 18:19:03.397 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85102024-10-01T18:19:05.424Z[ host-image] Oct 01 18:19:03.404 INFO O| Oct 01 18:19:03.404 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85112024-10-01T18:19:05.435Z[ host-image] Oct 01 18:19:03.414 INFO O| Oct 01 18:19:03.414 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85122024-10-01T18:19:05.485Z[ host-image] Oct 01 18:19:03.464 INFO O| Oct 01 18:19:03.464 INFO STEP 0 (remove_files) COMPLETE
85132024-10-01T18:19:05.485Z[ host-image] Oct 01 18:19:03.464 INFO O| Oct 01 18:19:03.464 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85142024-10-01T18:19:05.497Z[ host-image] Oct 01 18:19:03.476 INFO O| Oct 01 18:19:03.476 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85152024-10-01T18:19:05.500Z[ host-image] Oct 01 18:19:03.478 INFO O| Oct 01 18:19:03.478 INFO STEP 1 (remove_files) COMPLETE
85162024-10-01T18:19:05.500Z[ host-image] Oct 01 18:19:03.478 INFO O| Oct 01 18:19:03.478 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85172024-10-01T18:19:05.508Z[ host-image] Oct 01 18:19:03.487 INFO O| Oct 01 18:19:03.487 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85182024-10-01T18:19:05.521Z[ host-image] Oct 01 18:19:03.501 INFO O| Oct 01 18:19:03.501 INFO STEP 2 (remove_files) COMPLETE
85192024-10-01T18:19:05.521Z[ host-image] Oct 01 18:19:03.501 INFO O| Oct 01 18:19:03.501 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85202024-10-01T18:19:05.531Z[ host-image] Oct 01 18:19:03.511 INFO O| Oct 01 18:19:03.511 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85212024-10-01T18:19:05.534Z[ host-image] Oct 01 18:19:03.512 INFO O| Oct 01 18:19:03.512 INFO STEP 3 (remove_files) COMPLETE
85222024-10-01T18:19:05.534Z[ host-image] Oct 01 18:19:03.512 INFO O| Oct 01 18:19:03.512 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85232024-10-01T18:19:05.542Z[ host-image] Oct 01 18:19:03.522 INFO O| Oct 01 18:19:03.522 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85242024-10-01T18:19:05.547Z[ host-image] Oct 01 18:19:03.526 INFO O| Oct 01 18:19:03.526 INFO STEP 4 (remove_files) COMPLETE
85252024-10-01T18:19:05.547Z[ host-image] Oct 01 18:19:03.526 INFO O| Oct 01 18:19:03.526 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85262024-10-01T18:19:05.556Z[ host-image] Oct 01 18:19:03.535 INFO O| Oct 01 18:19:03.535 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85272024-10-01T18:19:05.559Z[ host-image] Oct 01 18:19:03.538 INFO O| Oct 01 18:19:03.538 INFO STEP 5 (remove_files) COMPLETE
85282024-10-01T18:19:05.559Z[ host-image] Oct 01 18:19:03.538 INFO O| Oct 01 18:19:03.538 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85292024-10-01T18:19:05.568Z[ host-image] Oct 01 18:19:03.547 INFO O| Oct 01 18:19:03.547 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85302024-10-01T18:19:05.577Z[ host-image] Oct 01 18:19:03.557 INFO O| Oct 01 18:19:03.557 INFO STEP 6 (remove_files) COMPLETE
85312024-10-01T18:19:05.577Z[ host-image] Oct 01 18:19:03.557 INFO O| Oct 01 18:19:03.557 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85322024-10-01T18:19:05.587Z[ host-image] Oct 01 18:19:03.566 INFO O| Oct 01 18:19:03.566 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85332024-10-01T18:19:05.598Z[ host-image] Oct 01 18:19:03.578 INFO O| Oct 01 18:19:03.578 INFO STEP 7 (remove_files) COMPLETE
85342024-10-01T18:19:05.598Z[ host-image] Oct 01 18:19:03.578 INFO O| Oct 01 18:19:03.578 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85352024-10-01T18:19:05.609Z[ host-image] Oct 01 18:19:03.587 INFO O| Oct 01 18:19:03.587 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85362024-10-01T18:19:05.695Z[ host-image] Oct 01 18:19:03.673 INFO O| Oct 01 18:19:03.673 INFO STEP 8 (remove_files) COMPLETE
85372024-10-01T18:19:05.695Z[ host-image] Oct 01 18:19:03.673 INFO O| Oct 01 18:19:03.673 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85382024-10-01T18:19:05.706Z[ host-image] Oct 01 18:19:03.684 INFO O| Oct 01 18:19:03.684 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
85392024-10-01T18:19:05.794Z[ host-image] Oct 01 18:19:03.774 INFO O| Oct 01 18:19:03.774 INFO STEP 9 (remove_files) COMPLETE
85402024-10-01T18:19:05.794Z[ host-image] Oct 01 18:19:03.774 INFO O| Oct 01 18:19:03.774 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85412024-10-01T18:19:05.805Z[ host-image] Oct 01 18:19:03.785 INFO O| Oct 01 18:19:03.785 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
85422024-10-01T18:19:05.809Z[ host-image] Oct 01 18:19:03.788 INFO O| Oct 01 18:19:03.788 INFO STEP 10 (remove_files) COMPLETE
85432024-10-01T18:19:05.809Z[ host-image] Oct 01 18:19:03.788 INFO O| Oct 01 18:19:03.788 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85442024-10-01T18:19:05.818Z[ host-image] Oct 01 18:19:03.798 INFO O| Oct 01 18:19:03.798 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
85452024-10-01T18:19:05.822Z[ host-image] Oct 01 18:19:03.799 INFO O| Oct 01 18:19:03.799 INFO STEP 11 (remove_files) COMPLETE
85462024-10-01T18:19:05.822Z[ host-image] Oct 01 18:19:03.799 INFO O| Oct 01 18:19:03.799 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85472024-10-01T18:19:05.829Z[ host-image] Oct 01 18:19:03.808 INFO O| Oct 01 18:19:03.808 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
85482024-10-01T18:19:05.832Z[ host-image] Oct 01 18:19:03.810 INFO O| Oct 01 18:19:03.810 INFO STEP 12 (remove_files) COMPLETE
85492024-10-01T18:19:05.832Z[ host-image] Oct 01 18:19:03.810 INFO O| Oct 01 18:19:03.810 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85502024-10-01T18:19:05.962Z[ host-image] Oct 01 18:19:03.941 INFO O| Oct 01 18:19:03.941 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
85512024-10-01T18:19:05.962Z[ host-image] Oct 01 18:19:03.941 INFO O| Oct 01 18:19:03.941 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
85522024-10-01T18:19:06.000Z[ host-image] Oct 01 18:19:03.979 INFO O| Oct 01 18:19:03.979 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
85532024-10-01T18:19:06.002Z[ host-image] Oct 01 18:19:03.979 INFO O| Oct 01 18:19:03.979 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
85542024-10-01T18:19:06.215Z[ host-image] Oct 01 18:19:04.194 INFO O| Oct 01 18:19:04.194 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
85552024-10-01T18:19:06.228Z[ host-image] Oct 01 18:19:04.207 INFO O| Oct 01 18:19:04.207 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
85562024-10-01T18:19:06.230Z[ host-image] Oct 01 18:19:04.207 INFO O| Oct 01 18:19:04.207 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
85572024-10-01T18:19:06.231Z[ host-image] Oct 01 18:19:04.207 INFO O| Oct 01 18:19:04.207 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
85582024-10-01T18:19:06.231Z[ host-image] Oct 01 18:19:04.207 INFO O| Oct 01 18:19:04.207 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
85592024-10-01T18:19:06.231Z[ host-image] Oct 01 18:19:04.207 INFO O| Oct 01 18:19:04.207 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
85602024-10-01T18:19:06.231Z[ host-image] Oct 01 18:19:04.208 INFO O| Oct 01 18:19:04.208 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
85612024-10-01T18:19:06.231Z[ host-image] Oct 01 18:19:04.208 INFO O| Oct 01 18:19:04.208 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
85622024-10-01T18:19:06.231Z[ host-image] Oct 01 18:19:04.208 INFO O| Oct 01 18:19:04.208 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
85632024-10-01T18:19:06.231Z[ host-image] Oct 01 18:19:04.208 INFO O| Oct 01 18:19:04.208 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
85642024-10-01T18:19:06.231Z[ host-image] Oct 01 18:19:04.208 INFO O| Oct 01 18:19:04.208 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
85652024-10-01T18:19:06.231Z[ host-image] Oct 01 18:19:04.208 INFO O| Oct 01 18:19:04.208 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
85662024-10-01T18:19:06.231Z[ host-image] Oct 01 18:19:04.208 INFO O| Oct 01 18:19:04.208 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
85672024-10-01T18:19:06.231Z[ host-image] Oct 01 18:19:04.209 INFO O| Oct 01 18:19:04.209 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
85682024-10-01T18:19:06.231Z[ host-image] Oct 01 18:19:04.209 INFO O| Oct 01 18:19:04.209 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
85692024-10-01T18:19:06.231Z[ host-image] Oct 01 18:19:04.209 INFO O| Oct 01 18:19:04.209 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
85702024-10-01T18:19:06.231Z[ host-image] Oct 01 18:19:04.209 INFO O| Oct 01 18:19:04.209 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
85712024-10-01T18:19:06.231Z[ host-image] Oct 01 18:19:04.210 INFO O| Oct 01 18:19:04.210 INFO STEP 13 (remove_files) COMPLETE
85722024-10-01T18:19:06.231Z[ host-image] Oct 01 18:19:04.210 INFO O| Oct 01 18:19:04.210 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85732024-10-01T18:19:06.242Z[ host-image] Oct 01 18:19:04.221 INFO O| Oct 01 18:19:04.221 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
85742024-10-01T18:19:06.244Z[ host-image] Oct 01 18:19:04.223 INFO O| Oct 01 18:19:04.223 INFO STEP 14 (remove_files) COMPLETE
85752024-10-01T18:19:06.244Z[ host-image] Oct 01 18:19:04.223 INFO O| Oct 01 18:19:04.223 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85762024-10-01T18:19:06.253Z[ host-image] Oct 01 18:19:04.233 INFO O| Oct 01 18:19:04.233 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
85772024-10-01T18:19:06.260Z[ host-image] Oct 01 18:19:04.240 INFO O| Oct 01 18:19:04.240 INFO STEP 15 (remove_files) COMPLETE
85782024-10-01T18:19:06.265Z[ host-image] Oct 01 18:19:04.240 INFO O| Oct 01 18:19:04.240 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85792024-10-01T18:19:06.270Z[ host-image] Oct 01 18:19:04.249 INFO O| Oct 01 18:19:04.249 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
85802024-10-01T18:19:06.274Z[ host-image] Oct 01 18:19:04.250 INFO O| Oct 01 18:19:04.250 INFO STEP 16 (remove_files) COMPLETE
85812024-10-01T18:19:06.274Z[ host-image] Oct 01 18:19:04.250 INFO O| Oct 01 18:19:04.250 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85822024-10-01T18:19:06.280Z[ host-image] Oct 01 18:19:04.260 INFO O| Oct 01 18:19:04.260 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
85832024-10-01T18:19:06.283Z[ host-image] Oct 01 18:19:04.261 INFO O| Oct 01 18:19:04.261 INFO STEP 17 (remove_files) COMPLETE
85842024-10-01T18:19:06.283Z[ host-image] Oct 01 18:19:04.261 INFO O| Oct 01 18:19:04.261 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85852024-10-01T18:19:06.291Z[ host-image] Oct 01 18:19:04.271 INFO O| Oct 01 18:19:04.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
85862024-10-01T18:19:06.294Z[ host-image] Oct 01 18:19:04.271 INFO O| Oct 01 18:19:04.271 INFO STEP 18 (remove_files) COMPLETE
85872024-10-01T18:19:06.294Z[ host-image] Oct 01 18:19:04.271 INFO O| Oct 01 18:19:04.271 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-10-01T18:19:06.301Z[ host-image] Oct 01 18:19:04.281 INFO O| Oct 01 18:19:04.281 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
85892024-10-01T18:19:06.302Z[ host-image] Oct 01 18:19:04.281 INFO O| Oct 01 18:19:04.281 INFO STEP 19 (remove_files) COMPLETE
85902024-10-01T18:19:06.302Z[ host-image] Oct 01 18:19:04.281 INFO O| Oct 01 18:19:04.281 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-10-01T18:19:06.311Z[ host-image] Oct 01 18:19:04.290 INFO O| Oct 01 18:19:04.290 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
85922024-10-01T18:19:06.311Z[ host-image] Oct 01 18:19:04.291 INFO O| Oct 01 18:19:04.290 INFO STEP 20 (remove_files) COMPLETE
85932024-10-01T18:19:06.314Z[ host-image] Oct 01 18:19:04.291 INFO O| Oct 01 18:19:04.291 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-10-01T18:19:06.321Z[ host-image] Oct 01 18:19:04.300 INFO O| Oct 01 18:19:04.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
85952024-10-01T18:19:06.321Z[ host-image] Oct 01 18:19:04.300 INFO O| Oct 01 18:19:04.300 INFO STEP 21 (remove_files) COMPLETE
85962024-10-01T18:19:06.323Z[ host-image] Oct 01 18:19:04.300 INFO O| Oct 01 18:19:04.300 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-10-01T18:19:06.330Z[ host-image] Oct 01 18:19:04.310 INFO O| Oct 01 18:19:04.309 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
85982024-10-01T18:19:06.330Z[ host-image] Oct 01 18:19:04.310 INFO O| Oct 01 18:19:04.310 INFO STEP 22 (remove_files) COMPLETE
85992024-10-01T18:19:06.333Z[ host-image] Oct 01 18:19:04.310 INFO O| Oct 01 18:19:04.310 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86002024-10-01T18:19:06.341Z[ host-image] Oct 01 18:19:04.319 INFO O| Oct 01 18:19:04.319 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86012024-10-01T18:19:06.343Z[ host-image] Oct 01 18:19:04.319 INFO O| Oct 01 18:19:04.319 INFO STEP 23 (remove_files) COMPLETE
86022024-10-01T18:19:06.343Z[ host-image] Oct 01 18:19:04.319 INFO O| Oct 01 18:19:04.319 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86032024-10-01T18:19:06.349Z[ host-image] Oct 01 18:19:04.329 INFO O| Oct 01 18:19:04.328 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86042024-10-01T18:19:06.349Z[ host-image] Oct 01 18:19:04.329 INFO O| Oct 01 18:19:04.329 INFO STEP 24 (remove_files) COMPLETE
86052024-10-01T18:19:06.352Z[ host-image] Oct 01 18:19:04.329 INFO O| Oct 01 18:19:04.329 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86062024-10-01T18:19:06.359Z[ host-image] Oct 01 18:19:04.338 INFO O| Oct 01 18:19:04.338 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86072024-10-01T18:19:06.359Z[ host-image] Oct 01 18:19:04.338 INFO O| Oct 01 18:19:04.338 INFO STEP 25 (remove_files) COMPLETE
86082024-10-01T18:19:06.361Z[ host-image] Oct 01 18:19:04.338 INFO O| Oct 01 18:19:04.338 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86092024-10-01T18:19:06.368Z[ host-image] Oct 01 18:19:04.348 INFO O| Oct 01 18:19:04.348 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86102024-10-01T18:19:06.371Z[ host-image] Oct 01 18:19:04.348 INFO O| Oct 01 18:19:04.348 INFO STEP 26 (remove_files) COMPLETE
86112024-10-01T18:19:06.371Z[ host-image] Oct 01 18:19:04.348 INFO O| Oct 01 18:19:04.348 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86122024-10-01T18:19:06.378Z[ host-image] Oct 01 18:19:04.357 INFO O| Oct 01 18:19:04.357 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86132024-10-01T18:19:06.378Z[ host-image] Oct 01 18:19:04.357 INFO O| Oct 01 18:19:04.357 INFO STEP 27 (remove_files) COMPLETE
86142024-10-01T18:19:06.380Z[ host-image] Oct 01 18:19:04.357 INFO O| Oct 01 18:19:04.357 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86152024-10-01T18:19:06.387Z[ host-image] Oct 01 18:19:04.367 INFO O| Oct 01 18:19:04.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86162024-10-01T18:19:06.387Z[ host-image] Oct 01 18:19:04.367 INFO O| Oct 01 18:19:04.367 INFO STEP 28 (remove_files) COMPLETE
86172024-10-01T18:19:06.387Z[ host-image] Oct 01 18:19:04.367 INFO O| Oct 01 18:19:04.367 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86182024-10-01T18:19:06.397Z[ host-image] Oct 01 18:19:04.376 INFO O| Oct 01 18:19:04.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86192024-10-01T18:19:06.397Z[ host-image] Oct 01 18:19:04.376 INFO O| Oct 01 18:19:04.376 INFO STEP 29 (remove_files) COMPLETE
86202024-10-01T18:19:06.397Z[ host-image] Oct 01 18:19:04.376 INFO O| Oct 01 18:19:04.376 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86212024-10-01T18:19:06.406Z[ host-image] Oct 01 18:19:04.386 INFO O| Oct 01 18:19:04.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86222024-10-01T18:19:06.406Z[ host-image] Oct 01 18:19:04.386 INFO O| Oct 01 18:19:04.386 INFO STEP 30 (remove_files) COMPLETE
86232024-10-01T18:19:06.409Z[ host-image] Oct 01 18:19:04.386 INFO O| Oct 01 18:19:04.386 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86242024-10-01T18:19:06.416Z[ host-image] Oct 01 18:19:04.395 INFO O| Oct 01 18:19:04.395 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86252024-10-01T18:19:06.416Z[ host-image] Oct 01 18:19:04.395 INFO O| Oct 01 18:19:04.395 INFO STEP 31 (remove_files) COMPLETE
86262024-10-01T18:19:06.418Z[ host-image] Oct 01 18:19:04.395 INFO O| Oct 01 18:19:04.395 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86272024-10-01T18:19:06.426Z[ host-image] Oct 01 18:19:04.405 INFO O| Oct 01 18:19:04.405 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86282024-10-01T18:19:06.426Z[ host-image] Oct 01 18:19:04.405 INFO O| Oct 01 18:19:04.405 INFO STEP 32 (remove_files) COMPLETE
86292024-10-01T18:19:06.429Z[ host-image] Oct 01 18:19:04.405 INFO O| Oct 01 18:19:04.405 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86302024-10-01T18:19:06.435Z[ host-image] Oct 01 18:19:04.415 INFO O| Oct 01 18:19:04.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86312024-10-01T18:19:06.438Z[ host-image] Oct 01 18:19:04.415 INFO O| Oct 01 18:19:04.415 INFO STEP 33 (remove_files) COMPLETE
86322024-10-01T18:19:06.438Z[ host-image] Oct 01 18:19:04.415 INFO O| Oct 01 18:19:04.415 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86332024-10-01T18:19:06.445Z[ host-image] Oct 01 18:19:04.424 INFO O| Oct 01 18:19:04.424 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86342024-10-01T18:19:06.445Z[ host-image] Oct 01 18:19:04.424 INFO O| Oct 01 18:19:04.424 INFO STEP 34 (remove_files) COMPLETE
86352024-10-01T18:19:06.445Z[ host-image] Oct 01 18:19:04.424 INFO O| Oct 01 18:19:04.424 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86362024-10-01T18:19:06.455Z[ host-image] Oct 01 18:19:04.434 INFO O| Oct 01 18:19:04.434 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
86372024-10-01T18:19:06.455Z[ host-image] Oct 01 18:19:04.434 INFO O| Oct 01 18:19:04.434 INFO STEP 35 (remove_files) COMPLETE
86382024-10-01T18:19:06.457Z[ host-image] Oct 01 18:19:04.434 INFO O| Oct 01 18:19:04.434 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86392024-10-01T18:19:06.464Z[ host-image] Oct 01 18:19:04.443 INFO O| Oct 01 18:19:04.443 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
86402024-10-01T18:19:06.464Z[ host-image] Oct 01 18:19:04.444 INFO O| Oct 01 18:19:04.444 INFO STEP 36 (remove_files) COMPLETE
86412024-10-01T18:19:06.467Z[ host-image] Oct 01 18:19:04.444 INFO O| Oct 01 18:19:04.444 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86422024-10-01T18:19:06.474Z[ host-image] Oct 01 18:19:04.453 INFO O| Oct 01 18:19:04.453 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
86432024-10-01T18:19:06.474Z[ host-image] Oct 01 18:19:04.453 INFO O| Oct 01 18:19:04.453 INFO STEP 37 (remove_files) COMPLETE
86442024-10-01T18:19:06.474Z[ host-image] Oct 01 18:19:04.453 INFO O| Oct 01 18:19:04.453 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86452024-10-01T18:19:06.485Z[ host-image] Oct 01 18:19:04.463 INFO O| Oct 01 18:19:04.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
86462024-10-01T18:19:06.485Z[ host-image] Oct 01 18:19:04.463 INFO O| Oct 01 18:19:04.463 INFO STEP 38 (remove_files) COMPLETE
86472024-10-01T18:19:06.487Z[ host-image] Oct 01 18:19:04.463 INFO O| Oct 01 18:19:04.463 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86482024-10-01T18:19:06.493Z[ host-image] Oct 01 18:19:04.472 INFO O| Oct 01 18:19:04.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
86492024-10-01T18:19:06.493Z[ host-image] Oct 01 18:19:04.472 INFO O| Oct 01 18:19:04.472 INFO STEP 39 (remove_files) COMPLETE
86502024-10-01T18:19:06.495Z[ host-image] Oct 01 18:19:04.472 INFO O| Oct 01 18:19:04.472 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86512024-10-01T18:19:06.505Z[ host-image] Oct 01 18:19:04.484 INFO O| Oct 01 18:19:04.484 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
86522024-10-01T18:19:06.505Z[ host-image] Oct 01 18:19:04.484 INFO O| Oct 01 18:19:04.484 INFO STEP 40 (remove_files) COMPLETE
86532024-10-01T18:19:06.505Z[ host-image] Oct 01 18:19:04.484 INFO O| Oct 01 18:19:04.484 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86542024-10-01T18:19:06.514Z[ host-image] Oct 01 18:19:04.494 INFO O| Oct 01 18:19:04.494 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
86552024-10-01T18:19:06.514Z[ host-image] Oct 01 18:19:04.494 INFO O| Oct 01 18:19:04.494 INFO STEP 41 (remove_files) COMPLETE
86562024-10-01T18:19:06.518Z[ host-image] Oct 01 18:19:04.494 INFO O| Oct 01 18:19:04.494 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86572024-10-01T18:19:06.524Z[ host-image] Oct 01 18:19:04.504 INFO O| Oct 01 18:19:04.504 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
86582024-10-01T18:19:06.527Z[ host-image] Oct 01 18:19:04.504 INFO O| Oct 01 18:19:04.504 INFO STEP 42 (remove_files) COMPLETE
86592024-10-01T18:19:06.527Z[ host-image] Oct 01 18:19:04.504 INFO O| Oct 01 18:19:04.504 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86602024-10-01T18:19:06.534Z[ host-image] Oct 01 18:19:04.513 INFO O| Oct 01 18:19:04.513 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
86612024-10-01T18:19:06.534Z[ host-image] Oct 01 18:19:04.513 INFO O| Oct 01 18:19:04.513 INFO STEP 43 (remove_files) COMPLETE
86622024-10-01T18:19:06.534Z[ host-image] Oct 01 18:19:04.513 INFO O| Oct 01 18:19:04.513 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86632024-10-01T18:19:06.544Z[ host-image] Oct 01 18:19:04.523 INFO O| Oct 01 18:19:04.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
86642024-10-01T18:19:06.544Z[ host-image] Oct 01 18:19:04.523 INFO O| Oct 01 18:19:04.523 INFO STEP 44 (remove_files) COMPLETE
86652024-10-01T18:19:06.544Z[ host-image] Oct 01 18:19:04.523 INFO O| Oct 01 18:19:04.523 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86662024-10-01T18:19:06.553Z[ host-image] Oct 01 18:19:04.533 INFO O| Oct 01 18:19:04.533 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
86672024-10-01T18:19:06.554Z[ host-image] Oct 01 18:19:04.533 INFO O| Oct 01 18:19:04.533 INFO STEP 45 (remove_files) COMPLETE
86682024-10-01T18:19:06.556Z[ host-image] Oct 01 18:19:04.533 INFO O| Oct 01 18:19:04.533 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86692024-10-01T18:19:06.563Z[ host-image] Oct 01 18:19:04.543 INFO O| Oct 01 18:19:04.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
86702024-10-01T18:19:06.563Z[ host-image] Oct 01 18:19:04.543 INFO O| Oct 01 18:19:04.543 INFO STEP 46 (remove_files) COMPLETE
86712024-10-01T18:19:06.566Z[ host-image] Oct 01 18:19:04.543 INFO O| Oct 01 18:19:04.543 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86722024-10-01T18:19:06.573Z[ host-image] Oct 01 18:19:04.552 INFO O| Oct 01 18:19:04.552 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
86732024-10-01T18:19:06.573Z[ host-image] Oct 01 18:19:04.552 INFO O| Oct 01 18:19:04.552 INFO STEP 47 (remove_files) COMPLETE
86742024-10-01T18:19:06.575Z[ host-image] Oct 01 18:19:04.552 INFO O| Oct 01 18:19:04.552 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86752024-10-01T18:19:06.582Z[ host-image] Oct 01 18:19:04.562 INFO O| Oct 01 18:19:04.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
86762024-10-01T18:19:06.585Z[ host-image] Oct 01 18:19:04.562 INFO O| Oct 01 18:19:04.562 INFO STEP 48 (remove_files) COMPLETE
86772024-10-01T18:19:06.585Z[ host-image] Oct 01 18:19:04.562 INFO O| Oct 01 18:19:04.562 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86782024-10-01T18:19:06.592Z[ host-image] Oct 01 18:19:04.572 INFO O| Oct 01 18:19:04.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
86792024-10-01T18:19:06.592Z[ host-image] Oct 01 18:19:04.572 INFO O| Oct 01 18:19:04.572 INFO STEP 49 (remove_files) COMPLETE
86802024-10-01T18:19:06.595Z[ host-image] Oct 01 18:19:04.572 INFO O| Oct 01 18:19:04.572 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86812024-10-01T18:19:06.602Z[ host-image] Oct 01 18:19:04.581 INFO O| Oct 01 18:19:04.581 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
86822024-10-01T18:19:06.602Z[ host-image] Oct 01 18:19:04.581 INFO O| Oct 01 18:19:04.581 INFO STEP 50 (remove_files) COMPLETE
86832024-10-01T18:19:06.602Z[ host-image] Oct 01 18:19:04.581 INFO O| Oct 01 18:19:04.581 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86842024-10-01T18:19:06.611Z[ host-image] Oct 01 18:19:04.591 INFO O| Oct 01 18:19:04.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
86852024-10-01T18:19:06.616Z[ host-image] Oct 01 18:19:04.591 INFO O| Oct 01 18:19:04.591 INFO STEP 51 (remove_files) COMPLETE
86862024-10-01T18:19:06.616Z[ host-image] Oct 01 18:19:04.591 INFO O| Oct 01 18:19:04.591 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86872024-10-01T18:19:06.621Z[ host-image] Oct 01 18:19:04.600 INFO O| Oct 01 18:19:04.600 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
86882024-10-01T18:19:06.621Z[ host-image] Oct 01 18:19:04.601 INFO O| Oct 01 18:19:04.600 INFO STEP 52 (remove_files) COMPLETE
86892024-10-01T18:19:06.624Z[ host-image] Oct 01 18:19:04.601 INFO O| Oct 01 18:19:04.601 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86902024-10-01T18:19:06.630Z[ host-image] Oct 01 18:19:04.610 INFO O| Oct 01 18:19:04.610 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
86912024-10-01T18:19:06.633Z[ host-image] Oct 01 18:19:04.610 INFO O| Oct 01 18:19:04.610 INFO STEP 53 (remove_files) COMPLETE
86922024-10-01T18:19:06.633Z[ host-image] Oct 01 18:19:04.610 INFO O| Oct 01 18:19:04.610 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86932024-10-01T18:19:06.640Z[ host-image] Oct 01 18:19:04.620 INFO O| Oct 01 18:19:04.620 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
86942024-10-01T18:19:06.643Z[ host-image] Oct 01 18:19:04.620 INFO O| Oct 01 18:19:04.620 INFO STEP 54 (remove_files) COMPLETE
86952024-10-01T18:19:06.643Z[ host-image] Oct 01 18:19:04.620 INFO O| Oct 01 18:19:04.620 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86962024-10-01T18:19:06.650Z[ host-image] Oct 01 18:19:04.629 INFO O| Oct 01 18:19:04.629 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
86972024-10-01T18:19:06.653Z[ host-image] Oct 01 18:19:04.629 INFO O| Oct 01 18:19:04.629 INFO STEP 55 (remove_files) COMPLETE
86982024-10-01T18:19:06.653Z[ host-image] Oct 01 18:19:04.629 INFO O| Oct 01 18:19:04.629 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86992024-10-01T18:19:06.660Z[ host-image] Oct 01 18:19:04.639 INFO O| Oct 01 18:19:04.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87002024-10-01T18:19:06.660Z[ host-image] Oct 01 18:19:04.639 INFO O| Oct 01 18:19:04.639 INFO STEP 56 (remove_files) COMPLETE
87012024-10-01T18:19:06.660Z[ host-image] Oct 01 18:19:04.639 INFO O| Oct 01 18:19:04.639 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87022024-10-01T18:19:06.671Z[ host-image] Oct 01 18:19:04.649 INFO O| Oct 01 18:19:04.649 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87032024-10-01T18:19:06.671Z[ host-image] Oct 01 18:19:04.649 INFO O| Oct 01 18:19:04.649 INFO STEP 57 (remove_files) COMPLETE
87042024-10-01T18:19:06.674Z[ host-image] Oct 01 18:19:04.649 INFO O| Oct 01 18:19:04.649 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87052024-10-01T18:19:06.679Z[ host-image] Oct 01 18:19:04.659 INFO O| Oct 01 18:19:04.658 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87062024-10-01T18:19:06.679Z[ host-image] Oct 01 18:19:04.659 INFO O| Oct 01 18:19:04.659 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87072024-10-01T18:19:06.682Z[ host-image] Oct 01 18:19:04.659 INFO O| Oct 01 18:19:04.659 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87082024-10-01T18:19:06.682Z[ host-image] Oct 01 18:19:04.659 INFO O| Oct 01 18:19:04.659 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87092024-10-01T18:19:06.682Z[ host-image] Oct 01 18:19:04.659 INFO O| Oct 01 18:19:04.659 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87102024-10-01T18:19:06.682Z[ host-image] Oct 01 18:19:04.659 INFO O| Oct 01 18:19:04.659 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87112024-10-01T18:19:06.682Z[ host-image] Oct 01 18:19:04.659 INFO O| Oct 01 18:19:04.659 INFO ok!
87122024-10-01T18:19:06.682Z[ host-image] Oct 01 18:19:04.659 INFO O| Oct 01 18:19:04.659 INFO STEP 58 (ensure_file) COMPLETE
87132024-10-01T18:19:06.682Z[ host-image] Oct 01 18:19:04.659 INFO O| Oct 01 18:19:04.659 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87142024-10-01T18:19:06.689Z[ host-image] Oct 01 18:19:04.668 INFO O| Oct 01 18:19:04.668 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87152024-10-01T18:19:06.692Z[ host-image] Oct 01 18:19:04.669 INFO O| Oct 01 18:19:04.668 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87162024-10-01T18:19:06.692Z[ host-image] Oct 01 18:19:04.669 INFO O| Oct 01 18:19:04.669 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87172024-10-01T18:19:06.692Z[ host-image] Oct 01 18:19:04.669 INFO O| Oct 01 18:19:04.669 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87182024-10-01T18:19:06.692Z[ host-image] Oct 01 18:19:04.669 INFO O| Oct 01 18:19:04.669 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87192024-10-01T18:19:06.692Z[ host-image] Oct 01 18:19:04.669 INFO O| Oct 01 18:19:04.669 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87202024-10-01T18:19:06.692Z[ host-image] Oct 01 18:19:04.669 INFO O| Oct 01 18:19:04.669 INFO ok!
87212024-10-01T18:19:06.692Z[ host-image] Oct 01 18:19:04.669 INFO O| Oct 01 18:19:04.669 INFO STEP 59 (ensure_file) COMPLETE
87222024-10-01T18:19:06.692Z[ host-image] Oct 01 18:19:04.669 INFO O| Oct 01 18:19:04.669 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87232024-10-01T18:19:06.699Z[ host-image] Oct 01 18:19:04.678 INFO O| Oct 01 18:19:04.678 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87242024-10-01T18:19:06.702Z[ host-image] Oct 01 18:19:04.678 INFO O| Oct 01 18:19:04.678 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87252024-10-01T18:19:06.702Z[ host-image] Oct 01 18:19:04.678 INFO O| Oct 01 18:19:04.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87262024-10-01T18:19:06.702Z[ host-image] Oct 01 18:19:04.679 INFO O| Oct 01 18:19:04.678 INFO ok!
87272024-10-01T18:19:06.702Z[ host-image] Oct 01 18:19:04.679 INFO O| Oct 01 18:19:04.678 INFO STEP 60 (ensure_file) COMPLETE
87282024-10-01T18:19:06.702Z[ host-image] Oct 01 18:19:04.679 INFO O| Oct 01 18:19:04.678 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87292024-10-01T18:19:06.708Z[ host-image] Oct 01 18:19:04.688 INFO O| Oct 01 18:19:04.688 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87302024-10-01T18:19:06.709Z[ host-image] Oct 01 18:19:04.688 INFO O| Oct 01 18:19:04.688 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87312024-10-01T18:19:06.711Z[ host-image] Oct 01 18:19:04.688 INFO O| Oct 01 18:19:04.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87322024-10-01T18:19:06.711Z[ host-image] Oct 01 18:19:04.688 INFO O| Oct 01 18:19:04.688 INFO ok!
87332024-10-01T18:19:06.711Z[ host-image] Oct 01 18:19:04.688 INFO O| Oct 01 18:19:04.688 INFO STEP 61 (ensure_file) COMPLETE
87342024-10-01T18:19:06.711Z[ host-image] Oct 01 18:19:04.688 INFO O| Oct 01 18:19:04.688 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87352024-10-01T18:19:06.718Z[ host-image] Oct 01 18:19:04.698 INFO O| Oct 01 18:19:04.698 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87362024-10-01T18:19:06.718Z[ host-image] Oct 01 18:19:04.698 INFO O| Oct 01 18:19:04.698 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
87372024-10-01T18:19:06.723Z[ host-image] Oct 01 18:19:04.698 INFO O| Oct 01 18:19:04.698 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87382024-10-01T18:19:06.723Z[ host-image] Oct 01 18:19:04.698 INFO O| Oct 01 18:19:04.698 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87392024-10-01T18:19:06.723Z[ host-image] Oct 01 18:19:04.698 INFO O| Oct 01 18:19:04.698 INFO ok!
87402024-10-01T18:19:06.723Z[ host-image] Oct 01 18:19:04.698 INFO O| Oct 01 18:19:04.698 INFO STEP 62 (ensure_file) COMPLETE
87412024-10-01T18:19:06.723Z[ host-image] Oct 01 18:19:04.698 INFO O| Oct 01 18:19:04.698 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87422024-10-01T18:19:06.728Z[ host-image] Oct 01 18:19:04.708 INFO O| Oct 01 18:19:04.708 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
87432024-10-01T18:19:06.732Z[ host-image] Oct 01 18:19:04.708 INFO O| Oct 01 18:19:04.708 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
87442024-10-01T18:19:06.732Z[ host-image] Oct 01 18:19:04.708 INFO O| Oct 01 18:19:04.708 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87452024-10-01T18:19:06.732Z[ host-image] Oct 01 18:19:04.708 INFO O| Oct 01 18:19:04.708 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87462024-10-01T18:19:06.732Z[ host-image] Oct 01 18:19:04.708 INFO O| Oct 01 18:19:04.708 INFO ok!
87472024-10-01T18:19:06.732Z[ host-image] Oct 01 18:19:04.708 INFO O| Oct 01 18:19:04.708 INFO STEP 63 (ensure_file) COMPLETE
87482024-10-01T18:19:06.732Z[ host-image] Oct 01 18:19:04.708 INFO O| Oct 01 18:19:04.708 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87492024-10-01T18:19:06.738Z[ host-image] Oct 01 18:19:04.718 INFO O| Oct 01 18:19:04.718 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
87502024-10-01T18:19:06.739Z[ host-image] Oct 01 18:19:04.718 INFO O| Oct 01 18:19:04.718 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
87512024-10-01T18:19:06.742Z[ host-image] Oct 01 18:19:04.718 INFO O| Oct 01 18:19:04.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
87522024-10-01T18:19:06.742Z[ host-image] Oct 01 18:19:04.718 INFO O| Oct 01 18:19:04.718 INFO ok!
87532024-10-01T18:19:06.742Z[ host-image] Oct 01 18:19:04.718 INFO O| Oct 01 18:19:04.718 INFO STEP 64 (assemble_files) COMPLETE
87542024-10-01T18:19:06.742Z[ host-image] Oct 01 18:19:04.718 INFO O| Oct 01 18:19:04.718 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87552024-10-01T18:19:06.749Z[ host-image] Oct 01 18:19:04.728 INFO O| Oct 01 18:19:04.728 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
87562024-10-01T18:19:06.749Z[ host-image] Oct 01 18:19:04.728 INFO O| Oct 01 18:19:04.728 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
87572024-10-01T18:19:06.752Z[ host-image] Oct 01 18:19:04.728 INFO O| Oct 01 18:19:04.728 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
87582024-10-01T18:19:06.752Z[ host-image] Oct 01 18:19:04.728 INFO O| Oct 01 18:19:04.728 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
87592024-10-01T18:19:06.752Z[ host-image] Oct 01 18:19:04.728 INFO O| Oct 01 18:19:04.728 INFO ok!
87602024-10-01T18:19:06.752Z[ host-image] Oct 01 18:19:04.728 INFO O| Oct 01 18:19:04.728 INFO STEP 65 (ensure_file) COMPLETE
87612024-10-01T18:19:06.753Z[ host-image] Oct 01 18:19:04.728 INFO O| Oct 01 18:19:04.728 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87622024-10-01T18:19:06.759Z[ host-image] Oct 01 18:19:04.738 INFO O| Oct 01 18:19:04.738 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87632024-10-01T18:19:06.764Z[ host-image] Oct 01 18:19:04.738 INFO O| Oct 01 18:19:04.738 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87642024-10-01T18:19:06.764Z[ host-image] Oct 01 18:19:04.738 INFO O| Oct 01 18:19:04.738 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87652024-10-01T18:19:06.764Z[ host-image] Oct 01 18:19:04.738 INFO O| Oct 01 18:19:04.738 INFO STEP 66 (ensure_dir) COMPLETE
87662024-10-01T18:19:06.764Z[ host-image] Oct 01 18:19:04.738 INFO O| Oct 01 18:19:04.738 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87672024-10-01T18:19:06.768Z[ host-image] Oct 01 18:19:04.748 INFO O| Oct 01 18:19:04.748 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
87682024-10-01T18:19:06.768Z[ host-image] Oct 01 18:19:04.748 INFO O| Oct 01 18:19:04.748 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 ...
87692024-10-01T18:19:06.775Z[ host-image] Oct 01 18:19:04.755 INFO O| Oct 01 18:19:04.754 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
87702024-10-01T18:19:06.778Z[ host-image] Oct 01 18:19:04.755 INFO O| Oct 01 18:19:04.755 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
87712024-10-01T18:19:06.778Z[ host-image] Oct 01 18:19:04.755 INFO O| Oct 01 18:19:04.755 INFO ok!
87722024-10-01T18:19:06.778Z[ host-image] Oct 01 18:19:04.755 INFO O| Oct 01 18:19:04.755 INFO STEP 67 (ensure_file) COMPLETE
87732024-10-01T18:19:06.778Z[ host-image] Oct 01 18:19:04.755 INFO O| Oct 01 18:19:04.755 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87742024-10-01T18:19:06.785Z[ host-image] Oct 01 18:19:04.765 INFO O| Oct 01 18:19:04.765 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
87752024-10-01T18:19:06.785Z[ host-image] Oct 01 18:19:04.765 INFO O| Oct 01 18:19:04.765 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 ...
87762024-10-01T18:19:06.788Z[ host-image] Oct 01 18:19:04.765 INFO O| Oct 01 18:19:04.765 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
87772024-10-01T18:19:06.788Z[ host-image] Oct 01 18:19:04.765 INFO O| Oct 01 18:19:04.765 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
87782024-10-01T18:19:06.788Z[ host-image] Oct 01 18:19:04.765 INFO O| Oct 01 18:19:04.765 INFO ok!
87792024-10-01T18:19:06.788Z[ host-image] Oct 01 18:19:04.765 INFO O| Oct 01 18:19:04.765 INFO STEP 68 (ensure_file) COMPLETE
87802024-10-01T18:19:06.788Z[ host-image] Oct 01 18:19:04.765 INFO O| Oct 01 18:19:04.765 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87812024-10-01T18:19:06.800Z[ host-image] Oct 01 18:19:04.779 INFO O| Oct 01 18:19:04.779 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
87822024-10-01T18:19:06.802Z[ host-image] Oct 01 18:19:04.779 INFO O| Oct 01 18:19:04.779 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
87832024-10-01T18:19:08.925Z[ host-image] Oct 01 18:19:06.901 INFO O| Oct 01 18:19:06.901 INFO STEP 69 (pack_tar) COMPLETE
87842024-10-01T18:19:08.925Z[ host-image] Oct 01 18:19:06.901 INFO O| Oct 01 18:19:06.901 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87852024-10-01T18:19:08.928Z[ host-image] Oct 01 18:19:06.901 INFO O| Oct 01 18:19:06.901 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
87862024-10-01T18:19:09.077Z[ host-image] Oct 01 18:19:07.056 INFO O| Oct 01 18:19:07.055 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87872024-10-01T18:19:09.133Z[ host-image] Oct 01 18:19:07.112 INFO O| Oct 01 18:19:07.112 INFO completed processing gimlet/ramdisk-02-trim
87882024-10-01T18:19:09.136Z[ host-image] Oct 01 18:19:07.114 INFO image builder template: zfs...
87892024-10-01T18:19:09.136Z[ host-image] Oct 01 18:19:07.114 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/.tmpsSQlbn/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
87902024-10-01T18:19:09.150Z[ host-image] Oct 01 18:19:07.129 INFO O| Oct 01 18:19:07.128 INFO skip include "stress" because feature "stress" is not enabled
87912024-10-01T18:19:09.182Z[ host-image] Oct 01 18:19:07.161 INFO O| Oct 01 18:19:07.161 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
87922024-10-01T18:19:09.186Z[ host-image] Oct 01 18:19:07.165 INFO O| Oct 01 18:19:07.165 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
87932024-10-01T18:19:09.238Z[ host-image] Oct 01 18:19:07.216 INFO O| Oct 01 18:19:07.216 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
87942024-10-01T18:19:09.281Z[ host-image] Oct 01 18:19:07.259 INFO O| Oct 01 18:19:07.259 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
87952024-10-01T18:19:09.281Z[ host-image] Oct 01 18:19:07.260 INFO O| Oct 01 18:19:07.260 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
87962024-10-01T18:19:09.285Z[ host-image] Oct 01 18:19:07.264 INFO O| Oct 01 18:19:07.264 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
87972024-10-01T18:19:09.333Z[ host-image] Oct 01 18:19:07.312 INFO O| Oct 01 18:19:07.312 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
87982024-10-01T18:19:09.372Z[ host-image] Oct 01 18:19:07.351 INFO O| Oct 01 18:19:07.351 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
87992024-10-01T18:19:09.382Z[ host-image] Oct 01 18:19:07.361 INFO O| Oct 01 18:19:07.361 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88002024-10-01T18:19:09.387Z[ host-image] Oct 01 18:19:07.366 INFO O| Oct 01 18:19:07.366 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88012024-10-01T18:19:09.387Z[ host-image] Oct 01 18:19:07.366 INFO O| Oct 01 18:19:07.366 INFO no lofi found
88022024-10-01T18:19:09.390Z[ host-image] Oct 01 18:19:07.366 INFO O| Oct 01 18:19:07.366 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88032024-10-01T18:19:09.390Z[ host-image] Oct 01 18:19:07.366 INFO O| Oct 01 18:19:07.366 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88042024-10-01T18:19:11.030Z[ host-image] Oct 01 18:19:09.009 INFO O| Oct 01 18:19:09.008 INFO lofi device = /dev/dsk/c2t1d0p0
88052024-10-01T18:19:11.030Z[ host-image] Oct 01 18:19:09.009 INFO O| Oct 01 18:19:09.009 INFO pool device = /dev/dsk/c2t1d0p0
88062024-10-01T18:19:11.033Z[ host-image] Oct 01 18:19:09.009 INFO O| Oct 01 18:19:09.009 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"]
88072024-10-01T18:19:11.107Z[ host-image] Oct 01 18:19:09.086 INFO O| Oct 01 18:19:09.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88082024-10-01T18:19:11.107Z[ host-image] Oct 01 18:19:09.086 INFO O| Oct 01 18:19:09.086 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88092024-10-01T18:19:11.125Z[ host-image] Oct 01 18:19:09.103 INFO O| Oct 01 18:19:09.103 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88102024-10-01T18:19:11.187Z[ host-image] Oct 01 18:19:09.165 INFO O| Oct 01 18:19:09.165 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88112024-10-01T18:19:11.224Z[ host-image] Oct 01 18:19:09.203 INFO O| Oct 01 18:19:09.203 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88122024-10-01T18:19:11.238Z[ host-image] Oct 01 18:19:09.217 INFO O| Oct 01 18:19:09.217 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88132024-10-01T18:19:11.250Z[ host-image] Oct 01 18:19:09.228 INFO O| Oct 01 18:19:09.228 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88142024-10-01T18:19:11.297Z[ host-image] Oct 01 18:19:09.276 INFO O| Oct 01 18:19:09.275 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88152024-10-01T18:19:11.297Z[ host-image] Oct 01 18:19:09.276 INFO O| Oct 01 18:19:09.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88162024-10-01T18:19:11.299Z[ host-image] Oct 01 18:19:09.276 INFO O| Oct 01 18:19:09.276 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88172024-10-01T18:19:11.305Z[ host-image] Oct 01 18:19:09.284 INFO O| Oct 01 18:19:09.284 INFO boot environment UUID: 1f0a1e4f-8fde-40f6-acbb-94ca0cbcf0c9
88182024-10-01T18:19:11.305Z[ host-image] Oct 01 18:19:09.284 INFO O| Oct 01 18:19:09.284 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1f0a1e4f-8fde-40f6-acbb-94ca0cbcf0c9
88192024-10-01T18:19:11.316Z[ host-image] Oct 01 18:19:09.294 INFO O| Oct 01 18:19:09.294 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88202024-10-01T18:19:11.326Z[ host-image] Oct 01 18:19:09.305 INFO O| Oct 01 18:19:09.305 INFO STEP 0 (create_be) COMPLETE
88212024-10-01T18:19:11.329Z[ host-image] Oct 01 18:19:09.305 INFO O| Oct 01 18:19:09.305 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88222024-10-01T18:19:11.344Z[ host-image] Oct 01 18:19:09.323 INFO O| Oct 01 18:19:09.323 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88232024-10-01T18:19:15.526Z[ recovery-image] Oct 01 18:19:13.500 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
88242024-10-01T18:19:18.747Z[ recovery-image] Oct 01 18:19:16.725 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
88252024-10-01T18:19:23.330Z[ recovery-image] Oct 01 18:19:21.306 INFO E| Compiling bitflags v1.3.2
88262024-10-01T18:19:23.330Z[ recovery-image] Oct 01 18:19:21.306 INFO E| Compiling log v0.4.22
88272024-10-01T18:19:23.333Z[ recovery-image] Oct 01 18:19:21.306 INFO E| Compiling bit_field v0.10.2
88282024-10-01T18:19:23.333Z[ recovery-image] Oct 01 18:19:21.306 INFO E| Compiling adler2 v2.0.0
88292024-10-01T18:19:23.333Z[ recovery-image] Oct 01 18:19:21.306 INFO E| Compiling plain v0.2.3
88302024-10-01T18:19:23.333Z[ recovery-image] Oct 01 18:19:21.306 INFO E| Compiling scroll v0.12.0
88312024-10-01T18:19:23.333Z[ recovery-image] Oct 01 18:19:21.306 INFO E| Compiling static_assertions v1.1.0
88322024-10-01T18:19:23.439Z[ recovery-image] Oct 01 18:19:21.416 INFO E| Compiling raw-cpuid v10.7.0
88332024-10-01T18:19:23.462Z[ recovery-image] Oct 01 18:19:21.437 INFO E| Compiling cpio_reader v0.1.1
88342024-10-01T18:19:23.687Z[ recovery-image] Oct 01 18:19:21.663 INFO E| Compiling miniz_oxide v0.8.0
88352024-10-01T18:19:23.946Z[ recovery-image] Oct 01 18:19:21.921 INFO E| Compiling bitstruct v0.1.1
88362024-10-01T18:19:24.216Z[ recovery-image] Oct 01 18:19:22.192 INFO E| Compiling goblin v0.8.2
88372024-10-01T18:19:32.362Z[ recovery-image] Oct 01 18:19:30.336 INFO E| Finished `release` profile [optimized] target(s) in 37.07s
88382024-10-01T18:19:32.389Z[ recovery-image] Oct 01 18:19:30.364 INFO building host image...
88392024-10-01T18:19:32.392Z[ recovery-image] Oct 01 18:19:30.364 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")
88402024-10-01T18:19:33.053Z[ recovery-image] Oct 01 18:19:31.028 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
88412024-10-01T18:19:33.403Z[ host-image] Oct 01 18:19:31.378 INFO O| Oct 01 18:19:31.377 INFO STEP 1 (unpack_tar) COMPLETE
88422024-10-01T18:19:33.403Z[ host-image] Oct 01 18:19:31.378 INFO O| Oct 01 18:19:31.378 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88432024-10-01T18:19:33.414Z[ host-image] Oct 01 18:19:31.389 INFO O| Oct 01 18:19:31.389 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
88442024-10-01T18:19:33.561Z[ host-image] Oct 01 18:19:31.536 INFO O| Oct 01 18:19:31.536 INFO STEP 2 (devfsadm) COMPLETE
88452024-10-01T18:19:33.561Z[ host-image] Oct 01 18:19:31.536 INFO O| Oct 01 18:19:31.536 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88462024-10-01T18:19:33.572Z[ host-image] Oct 01 18:19:31.547 INFO O| Oct 01 18:19:31.547 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88472024-10-01T18:19:33.572Z[ host-image] Oct 01 18:19:31.547 INFO O| Oct 01 18:19:31.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88482024-10-01T18:19:33.574Z[ host-image] Oct 01 18:19:31.547 INFO O| Oct 01 18:19:31.547 INFO STEP 3 (ensure_dir) COMPLETE
88492024-10-01T18:19:33.574Z[ host-image] Oct 01 18:19:31.547 INFO O| Oct 01 18:19:31.547 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88502024-10-01T18:19:33.582Z[ host-image] Oct 01 18:19:31.557 INFO O| Oct 01 18:19:31.556 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88512024-10-01T18:19:33.585Z[ host-image] Oct 01 18:19:31.557 INFO O| Oct 01 18:19:31.557 INFO STEP 4 (ensure_dir) COMPLETE
88522024-10-01T18:19:33.585Z[ host-image] Oct 01 18:19:31.557 INFO O| Oct 01 18:19:31.557 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88532024-10-01T18:19:33.591Z[ host-image] Oct 01 18:19:31.566 INFO O| Oct 01 18:19:31.566 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88542024-10-01T18:19:33.591Z[ host-image] Oct 01 18:19:31.566 INFO O| Oct 01 18:19:31.566 INFO STEP 5 (ensure_dir) COMPLETE
88552024-10-01T18:19:33.591Z[ host-image] Oct 01 18:19:31.566 INFO O| Oct 01 18:19:31.566 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88562024-10-01T18:19:33.601Z[ host-image] Oct 01 18:19:31.575 INFO O| Oct 01 18:19:31.575 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88572024-10-01T18:19:33.604Z[ host-image] Oct 01 18:19:31.576 INFO O| Oct 01 18:19:31.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88582024-10-01T18:19:33.604Z[ host-image] Oct 01 18:19:31.576 INFO O| Oct 01 18:19:31.576 INFO STEP 6 (ensure_dir) COMPLETE
88592024-10-01T18:19:33.604Z[ host-image] Oct 01 18:19:31.576 INFO O| Oct 01 18:19:31.576 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88602024-10-01T18:19:33.610Z[ host-image] Oct 01 18:19:31.585 INFO O| Oct 01 18:19:31.585 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88612024-10-01T18:19:33.613Z[ host-image] Oct 01 18:19:31.585 INFO O| Oct 01 18:19:31.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88622024-10-01T18:19:33.613Z[ host-image] Oct 01 18:19:31.585 INFO O| Oct 01 18:19:31.585 INFO STEP 7 (ensure_dir) COMPLETE
88632024-10-01T18:19:33.613Z[ host-image] Oct 01 18:19:31.585 INFO O| Oct 01 18:19:31.585 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88642024-10-01T18:19:33.620Z[ host-image] Oct 01 18:19:31.595 INFO O| Oct 01 18:19:31.594 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
88652024-10-01T18:19:33.622Z[ host-image] Oct 01 18:19:31.595 INFO O| Oct 01 18:19:31.595 INFO STEP 8 (remove_files) COMPLETE
88662024-10-01T18:19:33.622Z[ host-image] Oct 01 18:19:31.595 INFO O| Oct 01 18:19:31.595 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88672024-10-01T18:19:33.630Z[ host-image] Oct 01 18:19:31.604 INFO O| Oct 01 18:19:31.604 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
88682024-10-01T18:19:33.632Z[ host-image] Oct 01 18:19:31.605 INFO O| Oct 01 18:19:31.605 INFO STEP 9 (remove_files) COMPLETE
88692024-10-01T18:19:33.632Z[ host-image] Oct 01 18:19:31.605 INFO O| Oct 01 18:19:31.605 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88702024-10-01T18:19:33.639Z[ host-image] Oct 01 18:19:31.614 INFO O| Oct 01 18:19:31.614 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
88712024-10-01T18:19:33.642Z[ host-image] Oct 01 18:19:31.615 INFO O| Oct 01 18:19:31.615 INFO STEP 10 (remove_files) COMPLETE
88722024-10-01T18:19:33.642Z[ host-image] Oct 01 18:19:31.615 INFO O| Oct 01 18:19:31.615 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88732024-10-01T18:19:33.650Z[ host-image] Oct 01 18:19:31.624 INFO O| Oct 01 18:19:31.624 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
88742024-10-01T18:19:33.652Z[ host-image] Oct 01 18:19:31.625 INFO O| Oct 01 18:19:31.625 INFO STEP 11 (remove_files) COMPLETE
88752024-10-01T18:19:33.652Z[ host-image] Oct 01 18:19:31.625 INFO O| Oct 01 18:19:31.625 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88762024-10-01T18:19:33.659Z[ host-image] Oct 01 18:19:31.634 INFO O| Oct 01 18:19:31.634 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
88772024-10-01T18:19:33.662Z[ host-image] Oct 01 18:19:31.634 INFO O| Oct 01 18:19:31.634 INFO STEP 12 (remove_files) COMPLETE
88782024-10-01T18:19:33.662Z[ host-image] Oct 01 18:19:31.634 INFO O| Oct 01 18:19:31.634 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88792024-10-01T18:19:33.669Z[ host-image] Oct 01 18:19:31.644 INFO O| Oct 01 18:19:31.644 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88802024-10-01T18:19:33.672Z[ host-image] Oct 01 18:19:31.644 INFO O| Oct 01 18:19:31.644 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88812024-10-01T18:19:33.672Z[ host-image] Oct 01 18:19:31.644 INFO O| Oct 01 18:19:31.644 INFO STEP 13 (ensure_dir) COMPLETE
88822024-10-01T18:19:33.672Z[ host-image] Oct 01 18:19:31.644 INFO O| Oct 01 18:19:31.644 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88832024-10-01T18:19:33.679Z[ host-image] Oct 01 18:19:31.654 INFO O| Oct 01 18:19:31.654 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88842024-10-01T18:19:33.681Z[ host-image] Oct 01 18:19:31.654 INFO O| Oct 01 18:19:31.654 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88852024-10-01T18:19:33.681Z[ host-image] Oct 01 18:19:31.654 INFO O| Oct 01 18:19:31.654 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88862024-10-01T18:19:33.681Z[ host-image] Oct 01 18:19:31.654 INFO O| Oct 01 18:19:31.654 INFO STEP 14 (ensure_dir) COMPLETE
88872024-10-01T18:19:33.682Z[ host-image] Oct 01 18:19:31.654 INFO O| Oct 01 18:19:31.654 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88882024-10-01T18:19:33.690Z[ host-image] Oct 01 18:19:31.665 INFO O| Oct 01 18:19:31.665 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88892024-10-01T18:19:33.690Z[ host-image] Oct 01 18:19:31.665 INFO O| Oct 01 18:19:31.665 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88902024-10-01T18:19:33.693Z[ host-image] Oct 01 18:19:31.665 INFO O| Oct 01 18:19:31.665 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88912024-10-01T18:19:33.693Z[ host-image] Oct 01 18:19:31.665 INFO O| Oct 01 18:19:31.665 INFO STEP 15 (ensure_dir) COMPLETE
88922024-10-01T18:19:33.693Z[ host-image] Oct 01 18:19:31.665 INFO O| Oct 01 18:19:31.665 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88932024-10-01T18:19:33.700Z[ host-image] Oct 01 18:19:31.675 INFO O| Oct 01 18:19:31.675 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88942024-10-01T18:19:33.700Z[ host-image] Oct 01 18:19:31.675 INFO O| Oct 01 18:19:31.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88952024-10-01T18:19:33.702Z[ host-image] Oct 01 18:19:31.675 INFO O| Oct 01 18:19:31.675 INFO STEP 16 (ensure_dir) COMPLETE
88962024-10-01T18:19:33.702Z[ host-image] Oct 01 18:19:31.675 INFO O| Oct 01 18:19:31.675 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88972024-10-01T18:19:33.711Z[ host-image] Oct 01 18:19:31.685 INFO O| Oct 01 18:19:31.685 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88982024-10-01T18:19:33.711Z[ host-image] Oct 01 18:19:31.686 INFO O| Oct 01 18:19:31.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88992024-10-01T18:19:33.713Z[ host-image] Oct 01 18:19:31.686 INFO O| Oct 01 18:19:31.686 INFO STEP 17 (ensure_dir) COMPLETE
89002024-10-01T18:19:33.713Z[ host-image] Oct 01 18:19:31.686 INFO O| Oct 01 18:19:31.686 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89012024-10-01T18:19:33.720Z[ host-image] Oct 01 18:19:31.695 INFO O| Oct 01 18:19:31.695 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89022024-10-01T18:19:33.720Z[ host-image] Oct 01 18:19:31.695 INFO O| Oct 01 18:19:31.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89032024-10-01T18:19:33.723Z[ host-image] Oct 01 18:19:31.695 INFO O| Oct 01 18:19:31.695 INFO ok!
89042024-10-01T18:19:33.723Z[ host-image] Oct 01 18:19:31.695 INFO O| Oct 01 18:19:31.695 INFO STEP 18 (ensure_symlink) COMPLETE
89052024-10-01T18:19:33.723Z[ host-image] Oct 01 18:19:31.695 INFO O| Oct 01 18:19:31.695 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89062024-10-01T18:19:33.731Z[ host-image] Oct 01 18:19:31.704 INFO O| Oct 01 18:19:31.704 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89072024-10-01T18:19:33.732Z[ host-image] Oct 01 18:19:31.704 INFO O| Oct 01 18:19:31.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89082024-10-01T18:19:33.734Z[ host-image] Oct 01 18:19:31.705 INFO O| Oct 01 18:19:31.704 INFO ok!
89092024-10-01T18:19:33.734Z[ host-image] Oct 01 18:19:31.705 INFO O| Oct 01 18:19:31.704 INFO STEP 19 (ensure_file) COMPLETE
89102024-10-01T18:19:33.734Z[ host-image] Oct 01 18:19:31.705 INFO O| Oct 01 18:19:31.705 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89112024-10-01T18:19:33.740Z[ host-image] Oct 01 18:19:31.714 INFO O| Oct 01 18:19:31.714 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89122024-10-01T18:19:33.740Z[ host-image] Oct 01 18:19:31.714 INFO O| Oct 01 18:19:31.714 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89132024-10-01T18:19:33.742Z[ host-image] Oct 01 18:19:31.714 INFO O| Oct 01 18:19:31.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89142024-10-01T18:19:33.742Z[ host-image] Oct 01 18:19:31.715 INFO O| Oct 01 18:19:31.714 INFO ok!
89152024-10-01T18:19:33.742Z[ host-image] Oct 01 18:19:31.715 INFO O| Oct 01 18:19:31.715 INFO STEP 20 (ensure_symlink) COMPLETE
89162024-10-01T18:19:33.743Z[ host-image] Oct 01 18:19:31.715 INFO O| Oct 01 18:19:31.715 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89172024-10-01T18:19:33.749Z[ host-image] Oct 01 18:19:31.724 INFO O| Oct 01 18:19:31.724 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89182024-10-01T18:19:33.749Z[ host-image] Oct 01 18:19:31.724 INFO O| Oct 01 18:19:31.724 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89192024-10-01T18:19:33.752Z[ host-image] Oct 01 18:19:31.724 INFO O| Oct 01 18:19:31.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89202024-10-01T18:19:33.752Z[ host-image] Oct 01 18:19:31.724 INFO O| Oct 01 18:19:31.724 INFO ok!
89212024-10-01T18:19:33.752Z[ host-image] Oct 01 18:19:31.724 INFO O| Oct 01 18:19:31.724 INFO STEP 21 (ensure_symlink) COMPLETE
89222024-10-01T18:19:33.752Z[ host-image] Oct 01 18:19:31.724 INFO O| Oct 01 18:19:31.724 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89232024-10-01T18:19:33.766Z[ host-image] Oct 01 18:19:31.733 INFO O| Oct 01 18:19:31.733 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
89242024-10-01T18:19:33.766Z[ host-image] Oct 01 18:19:31.733 INFO O| Oct 01 18:19:31.733 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89252024-10-01T18:19:33.766Z[ host-image] Oct 01 18:19:31.733 INFO O| Oct 01 18:19:31.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
89262024-10-01T18:19:33.767Z[ host-image] Oct 01 18:19:31.734 INFO O| Oct 01 18:19:31.733 INFO ok!
89272024-10-01T18:19:33.767Z[ host-image] Oct 01 18:19:31.734 INFO O| Oct 01 18:19:31.734 INFO STEP 22 (ensure_symlink) COMPLETE
89282024-10-01T18:19:33.767Z[ host-image] Oct 01 18:19:31.734 INFO O| Oct 01 18:19:31.734 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89292024-10-01T18:19:33.776Z[ host-image] Oct 01 18:19:31.743 INFO O| Oct 01 18:19:31.743 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
89302024-10-01T18:19:33.776Z[ host-image] Oct 01 18:19:31.743 INFO O| Oct 01 18:19:31.743 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89312024-10-01T18:19:33.776Z[ host-image] Oct 01 18:19:31.743 INFO O| Oct 01 18:19:31.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
89322024-10-01T18:19:33.776Z[ host-image] Oct 01 18:19:31.743 INFO O| Oct 01 18:19:31.743 INFO ok!
89332024-10-01T18:19:33.776Z[ host-image] Oct 01 18:19:31.743 INFO O| Oct 01 18:19:31.743 INFO STEP 23 (ensure_symlink) COMPLETE
89342024-10-01T18:19:33.776Z[ host-image] Oct 01 18:19:31.743 INFO O| Oct 01 18:19:31.743 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89352024-10-01T18:19:33.784Z[ host-image] Oct 01 18:19:31.752 INFO O| Oct 01 18:19:31.752 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89362024-10-01T18:19:33.784Z[ host-image] Oct 01 18:19:31.753 INFO O| Oct 01 18:19:31.753 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89372024-10-01T18:19:33.784Z[ host-image] Oct 01 18:19:31.753 INFO O| Oct 01 18:19:31.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89382024-10-01T18:19:33.784Z[ host-image] Oct 01 18:19:31.753 INFO O| Oct 01 18:19:31.753 INFO ok!
89392024-10-01T18:19:33.784Z[ host-image] Oct 01 18:19:31.753 INFO O| Oct 01 18:19:31.753 INFO STEP 24 (ensure_file) COMPLETE
89402024-10-01T18:19:33.784Z[ host-image] Oct 01 18:19:31.753 INFO O| Oct 01 18:19:31.753 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89412024-10-01T18:19:33.788Z[ host-image] Oct 01 18:19:31.762 INFO O| Oct 01 18:19:31.762 INFO updating shadow file
89422024-10-01T18:19:33.791Z[ host-image] Oct 01 18:19:31.762 INFO O| Oct 01 18:19:31.762 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89432024-10-01T18:19:33.791Z[ host-image] Oct 01 18:19:31.762 INFO O| Oct 01 18:19:31.762 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89442024-10-01T18:19:33.791Z[ host-image] Oct 01 18:19:31.762 INFO O| Oct 01 18:19:31.762 INFO STEP 25 (shadow) COMPLETE
89452024-10-01T18:19:33.791Z[ host-image] Oct 01 18:19:31.763 INFO O| Oct 01 18:19:31.762 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89462024-10-01T18:19:33.797Z[ host-image] Oct 01 18:19:31.772 INFO O| Oct 01 18:19:31.772 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
89472024-10-01T18:19:33.797Z[ host-image] Oct 01 18:19:31.772 INFO O| Oct 01 18:19:31.772 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
89482024-10-01T18:19:33.800Z[ host-image] Oct 01 18:19:31.772 INFO O| Oct 01 18:19:31.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
89492024-10-01T18:19:33.800Z[ host-image] Oct 01 18:19:31.772 INFO O| Oct 01 18:19:31.772 INFO ok!
89502024-10-01T18:19:33.800Z[ host-image] Oct 01 18:19:31.772 INFO O| Oct 01 18:19:31.772 INFO STEP 26 (ensure_file) COMPLETE
89512024-10-01T18:19:33.800Z[ host-image] Oct 01 18:19:31.772 INFO O| Oct 01 18:19:31.772 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89522024-10-01T18:19:33.807Z[ host-image] Oct 01 18:19:31.782 INFO O| Oct 01 18:19:31.782 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
89532024-10-01T18:19:33.807Z[ host-image] Oct 01 18:19:31.782 INFO O| Oct 01 18:19:31.782 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
89542024-10-01T18:19:33.809Z[ host-image] Oct 01 18:19:31.782 INFO O| Oct 01 18:19:31.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
89552024-10-01T18:19:33.809Z[ host-image] Oct 01 18:19:31.782 INFO O| Oct 01 18:19:31.782 INFO ok!
89562024-10-01T18:19:33.809Z[ host-image] Oct 01 18:19:31.782 INFO O| Oct 01 18:19:31.782 INFO STEP 27 (ensure_file) COMPLETE
89572024-10-01T18:19:33.809Z[ host-image] Oct 01 18:19:31.782 INFO O| Oct 01 18:19:31.782 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89582024-10-01T18:19:33.817Z[ host-image] Oct 01 18:19:31.791 INFO O| Oct 01 18:19:31.791 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89592024-10-01T18:19:33.817Z[ host-image] Oct 01 18:19:31.791 INFO O| Oct 01 18:19:31.791 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
89602024-10-01T18:19:33.819Z[ host-image] Oct 01 18:19:31.792 INFO O| Oct 01 18:19:31.791 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89612024-10-01T18:19:33.819Z[ host-image] Oct 01 18:19:31.792 INFO O| Oct 01 18:19:31.792 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89622024-10-01T18:19:33.819Z[ host-image] Oct 01 18:19:31.792 INFO O| Oct 01 18:19:31.792 INFO ok!
89632024-10-01T18:19:33.819Z[ host-image] Oct 01 18:19:31.792 INFO O| Oct 01 18:19:31.792 INFO STEP 28 (ensure_file) COMPLETE
89642024-10-01T18:19:33.819Z[ host-image] Oct 01 18:19:31.792 INFO O| Oct 01 18:19:31.792 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89652024-10-01T18:19:33.826Z[ host-image] Oct 01 18:19:31.801 INFO O| Oct 01 18:19:31.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
89662024-10-01T18:19:33.826Z[ host-image] Oct 01 18:19:31.801 INFO O| Oct 01 18:19:31.801 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
89672024-10-01T18:19:33.826Z[ host-image] Oct 01 18:19:31.801 INFO O| Oct 01 18:19:31.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
89682024-10-01T18:19:33.829Z[ host-image] Oct 01 18:19:31.801 INFO O| Oct 01 18:19:31.801 INFO ok!
89692024-10-01T18:19:33.829Z[ host-image] Oct 01 18:19:31.801 INFO O| Oct 01 18:19:31.801 INFO STEP 29 (ensure_file) COMPLETE
89702024-10-01T18:19:33.829Z[ host-image] Oct 01 18:19:31.801 INFO O| Oct 01 18:19:31.801 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89712024-10-01T18:19:33.836Z[ host-image] Oct 01 18:19:31.811 INFO O| Oct 01 18:19:31.810 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
89722024-10-01T18:19:33.836Z[ host-image] Oct 01 18:19:31.811 INFO O| Oct 01 18:19:31.811 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
89732024-10-01T18:19:33.839Z[ host-image] Oct 01 18:19:31.811 INFO O| Oct 01 18:19:31.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
89742024-10-01T18:19:33.839Z[ host-image] Oct 01 18:19:31.811 INFO O| Oct 01 18:19:31.811 INFO ok!
89752024-10-01T18:19:33.839Z[ host-image] Oct 01 18:19:31.811 INFO O| Oct 01 18:19:31.811 INFO STEP 30 (ensure_file) COMPLETE
89762024-10-01T18:19:33.839Z[ host-image] Oct 01 18:19:31.811 INFO O| Oct 01 18:19:31.811 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89772024-10-01T18:19:33.846Z[ host-image] Oct 01 18:19:31.820 INFO O| Oct 01 18:19:31.820 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89782024-10-01T18:19:33.846Z[ host-image] Oct 01 18:19:31.820 INFO O| Oct 01 18:19:31.820 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
89792024-10-01T18:19:33.848Z[ host-image] Oct 01 18:19:31.820 INFO O| Oct 01 18:19:31.820 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89802024-10-01T18:19:33.848Z[ host-image] Oct 01 18:19:31.821 INFO O| Oct 01 18:19:31.820 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89812024-10-01T18:19:33.848Z[ host-image] Oct 01 18:19:31.821 INFO O| Oct 01 18:19:31.820 INFO ok!
89822024-10-01T18:19:33.848Z[ host-image] Oct 01 18:19:31.821 INFO O| Oct 01 18:19:31.820 INFO STEP 31 (ensure_file) COMPLETE
89832024-10-01T18:19:33.848Z[ host-image] Oct 01 18:19:31.821 INFO O| Oct 01 18:19:31.820 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89842024-10-01T18:19:33.855Z[ host-image] Oct 01 18:19:31.830 INFO O| Oct 01 18:19:31.830 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
89852024-10-01T18:19:33.858Z[ host-image] Oct 01 18:19:31.830 INFO O| Oct 01 18:19:31.830 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
89862024-10-01T18:19:33.858Z[ host-image] Oct 01 18:19:31.830 INFO O| Oct 01 18:19:31.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
89872024-10-01T18:19:33.858Z[ host-image] Oct 01 18:19:31.830 INFO O| Oct 01 18:19:31.830 INFO ok!
89882024-10-01T18:19:33.858Z[ host-image] Oct 01 18:19:31.830 INFO O| Oct 01 18:19:31.830 INFO STEP 32 (ensure_file) COMPLETE
89892024-10-01T18:19:33.858Z[ host-image] Oct 01 18:19:31.830 INFO O| Oct 01 18:19:31.830 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89902024-10-01T18:19:33.865Z[ host-image] Oct 01 18:19:31.840 INFO O| Oct 01 18:19:31.840 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89912024-10-01T18:19:33.865Z[ host-image] Oct 01 18:19:31.840 INFO O| Oct 01 18:19:31.840 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
89922024-10-01T18:19:33.868Z[ host-image] Oct 01 18:19:31.840 INFO O| Oct 01 18:19:31.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
89932024-10-01T18:19:33.868Z[ host-image] Oct 01 18:19:31.840 INFO O| Oct 01 18:19:31.840 INFO ok!
89942024-10-01T18:19:33.868Z[ host-image] Oct 01 18:19:31.840 INFO O| Oct 01 18:19:31.840 INFO STEP 33 (ensure_file) COMPLETE
89952024-10-01T18:19:33.868Z[ host-image] Oct 01 18:19:31.840 INFO O| Oct 01 18:19:31.840 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89962024-10-01T18:19:33.875Z[ host-image] Oct 01 18:19:31.849 INFO O| Oct 01 18:19:31.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
89972024-10-01T18:19:33.877Z[ host-image] Oct 01 18:19:31.849 INFO O| Oct 01 18:19:31.849 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
89982024-10-01T18:19:33.877Z[ host-image] Oct 01 18:19:31.850 INFO O| Oct 01 18:19:31.849 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89992024-10-01T18:19:33.877Z[ host-image] Oct 01 18:19:31.850 INFO O| Oct 01 18:19:31.850 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90002024-10-01T18:19:33.877Z[ host-image] Oct 01 18:19:31.850 INFO O| Oct 01 18:19:31.850 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90012024-10-01T18:19:33.877Z[ host-image] Oct 01 18:19:31.850 INFO O| Oct 01 18:19:31.850 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90022024-10-01T18:19:33.878Z[ host-image] Oct 01 18:19:31.850 INFO O| Oct 01 18:19:31.850 INFO ok!
90032024-10-01T18:19:33.878Z[ host-image] Oct 01 18:19:31.850 INFO O| Oct 01 18:19:31.850 INFO STEP 34 (ensure_file) COMPLETE
90042024-10-01T18:19:33.878Z[ host-image] Oct 01 18:19:31.850 INFO O| Oct 01 18:19:31.850 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90052024-10-01T18:19:33.885Z[ host-image] Oct 01 18:19:31.859 INFO O| Oct 01 18:19:31.859 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90062024-10-01T18:19:33.887Z[ host-image] Oct 01 18:19:31.860 INFO O| Oct 01 18:19:31.859 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90072024-10-01T18:19:33.887Z[ host-image] Oct 01 18:19:31.860 INFO O| Oct 01 18:19:31.860 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90082024-10-01T18:19:33.887Z[ host-image] Oct 01 18:19:31.860 INFO O| Oct 01 18:19:31.860 INFO STEP 35 (ensure_dir) COMPLETE
90092024-10-01T18:19:33.887Z[ host-image] Oct 01 18:19:31.860 INFO O| Oct 01 18:19:31.860 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90102024-10-01T18:19:33.894Z[ host-image] Oct 01 18:19:31.869 INFO O| Oct 01 18:19:31.869 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
90112024-10-01T18:19:33.897Z[ host-image] Oct 01 18:19:31.869 INFO O| Oct 01 18:19:31.869 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 ...
90122024-10-01T18:19:33.897Z[ host-image] Oct 01 18:19:31.869 INFO O| Oct 01 18:19:31.869 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
90132024-10-01T18:19:33.897Z[ host-image] Oct 01 18:19:31.869 INFO O| Oct 01 18:19:31.869 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
90142024-10-01T18:19:33.897Z[ host-image] Oct 01 18:19:31.869 INFO O| Oct 01 18:19:31.869 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
90152024-10-01T18:19:33.897Z[ host-image] Oct 01 18:19:31.869 INFO O| Oct 01 18:19:31.869 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
90162024-10-01T18:19:33.897Z[ host-image] Oct 01 18:19:31.869 INFO O| Oct 01 18:19:31.869 INFO ok!
90172024-10-01T18:19:33.897Z[ host-image] Oct 01 18:19:31.869 INFO O| Oct 01 18:19:31.869 INFO STEP 36 (ensure_file) COMPLETE
90182024-10-01T18:19:33.897Z[ host-image] Oct 01 18:19:31.869 INFO O| Oct 01 18:19:31.869 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90192024-10-01T18:19:33.905Z[ host-image] Oct 01 18:19:31.879 INFO O| Oct 01 18:19:31.879 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90202024-10-01T18:19:33.905Z[ host-image] Oct 01 18:19:31.879 INFO O| Oct 01 18:19:31.879 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 ...
90212024-10-01T18:19:33.907Z[ host-image] Oct 01 18:19:31.879 INFO O| Oct 01 18:19:31.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90222024-10-01T18:19:33.907Z[ host-image] Oct 01 18:19:31.879 INFO O| Oct 01 18:19:31.879 INFO ok!
90232024-10-01T18:19:33.907Z[ host-image] Oct 01 18:19:31.879 INFO O| Oct 01 18:19:31.879 INFO STEP 37 (ensure_symlink) COMPLETE
90242024-10-01T18:19:33.907Z[ host-image] Oct 01 18:19:31.879 INFO O| Oct 01 18:19:31.879 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90252024-10-01T18:19:33.914Z[ host-image] Oct 01 18:19:31.889 INFO O| Oct 01 18:19:31.889 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
90262024-10-01T18:19:33.914Z[ host-image] Oct 01 18:19:31.889 INFO O| Oct 01 18:19:31.889 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90272024-10-01T18:19:33.917Z[ host-image] Oct 01 18:19:31.889 INFO O| Oct 01 18:19:31.889 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90282024-10-01T18:19:33.917Z[ host-image] Oct 01 18:19:31.889 INFO O| Oct 01 18:19:31.889 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90292024-10-01T18:19:33.917Z[ host-image] Oct 01 18:19:31.889 INFO O| Oct 01 18:19:31.889 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90302024-10-01T18:19:33.917Z[ host-image] Oct 01 18:19:31.889 INFO O| Oct 01 18:19:31.889 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90312024-10-01T18:19:33.917Z[ host-image] Oct 01 18:19:31.889 INFO O| Oct 01 18:19:31.889 INFO ok!
90322024-10-01T18:19:33.917Z[ host-image] Oct 01 18:19:31.889 INFO O| Oct 01 18:19:31.889 INFO STEP 38 (ensure_file) COMPLETE
90332024-10-01T18:19:33.917Z[ host-image] Oct 01 18:19:31.889 INFO O| Oct 01 18:19:31.889 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90342024-10-01T18:19:33.924Z[ host-image] Oct 01 18:19:31.899 INFO O| Oct 01 18:19:31.899 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90352024-10-01T18:19:33.924Z[ host-image] Oct 01 18:19:31.899 INFO O| Oct 01 18:19:31.899 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 ...
90362024-10-01T18:19:33.928Z[ host-image] Oct 01 18:19:31.899 INFO O| Oct 01 18:19:31.899 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
90372024-10-01T18:19:33.928Z[ host-image] Oct 01 18:19:31.899 INFO O| Oct 01 18:19:31.899 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90382024-10-01T18:19:33.928Z[ host-image] Oct 01 18:19:31.899 INFO O| Oct 01 18:19:31.899 INFO ok!
90392024-10-01T18:19:33.928Z[ host-image] Oct 01 18:19:31.899 INFO O| Oct 01 18:19:31.899 INFO STEP 39 (ensure_file) COMPLETE
90402024-10-01T18:19:33.928Z[ host-image] Oct 01 18:19:31.899 INFO O| Oct 01 18:19:31.899 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90412024-10-01T18:19:33.934Z[ host-image] Oct 01 18:19:31.909 INFO O| Oct 01 18:19:31.909 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
90422024-10-01T18:19:33.934Z[ host-image] Oct 01 18:19:31.909 INFO O| Oct 01 18:19:31.909 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
90432024-10-01T18:19:33.937Z[ host-image] Oct 01 18:19:31.909 INFO O| Oct 01 18:19:31.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
90442024-10-01T18:19:33.937Z[ host-image] Oct 01 18:19:31.909 INFO O| Oct 01 18:19:31.909 INFO ok!
90452024-10-01T18:19:33.937Z[ host-image] Oct 01 18:19:31.909 INFO O| Oct 01 18:19:31.909 INFO STEP 40 (ensure_file) COMPLETE
90462024-10-01T18:19:33.937Z[ host-image] Oct 01 18:19:31.909 INFO O| Oct 01 18:19:31.909 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90472024-10-01T18:19:33.944Z[ host-image] Oct 01 18:19:31.919 INFO O| Oct 01 18:19:31.919 INFO updating shadow file
90482024-10-01T18:19:33.947Z[ host-image] Oct 01 18:19:31.919 INFO O| Oct 01 18:19:31.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90492024-10-01T18:19:33.947Z[ host-image] Oct 01 18:19:31.919 INFO O| Oct 01 18:19:31.919 INFO STEP 41 (shadow) COMPLETE
90502024-10-01T18:19:33.947Z[ host-image] Oct 01 18:19:31.919 INFO O| Oct 01 18:19:31.919 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90512024-10-01T18:19:33.954Z[ host-image] Oct 01 18:19:31.928 INFO O| Oct 01 18:19:31.928 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
90522024-10-01T18:19:33.954Z[ host-image] Oct 01 18:19:31.928 INFO O| Oct 01 18:19:31.928 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
90532024-10-01T18:19:33.956Z[ host-image] Oct 01 18:19:31.929 INFO O| Oct 01 18:19:31.928 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90542024-10-01T18:19:33.956Z[ host-image] Oct 01 18:19:31.929 INFO O| Oct 01 18:19:31.929 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90552024-10-01T18:19:33.956Z[ host-image] Oct 01 18:19:31.929 INFO O| Oct 01 18:19:31.929 INFO ok!
90562024-10-01T18:19:33.956Z[ host-image] Oct 01 18:19:31.929 INFO O| Oct 01 18:19:31.929 INFO STEP 42 (ensure_file) COMPLETE
90572024-10-01T18:19:33.956Z[ host-image] Oct 01 18:19:31.929 INFO O| Oct 01 18:19:31.929 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90582024-10-01T18:19:33.957Z[ host-image] Oct 01 18:19:31.929 INFO O| Oct 01 18:19:31.929 INFO skip step because feature "mfg" is not enabled
90592024-10-01T18:19:33.957Z[ host-image] Oct 01 18:19:31.929 INFO O| Oct 01 18:19:31.929 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90602024-10-01T18:19:33.957Z[ host-image] Oct 01 18:19:31.929 INFO O| Oct 01 18:19:31.929 INFO skip step because feature "mfg" is not enabled
90612024-10-01T18:19:33.957Z[ host-image] Oct 01 18:19:31.929 INFO O| Oct 01 18:19:31.929 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90622024-10-01T18:19:33.964Z[ host-image] Oct 01 18:19:31.939 INFO O| Oct 01 18:19:31.939 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
90632024-10-01T18:19:33.964Z[ host-image] Oct 01 18:19:31.939 INFO O| Oct 01 18:19:31.939 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
90642024-10-01T18:19:34.616Z[ host-image] Oct 01 18:19:32.588 INFO O| Oct 01 18:19:32.588 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90652024-10-01T18:19:34.616Z[ host-image] Oct 01 18:19:32.588 INFO O| Oct 01 18:19:32.588 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90662024-10-01T18:19:34.618Z[ host-image] Oct 01 18:19:32.588 INFO O| Oct 01 18:19:32.588 INFO ok!
90672024-10-01T18:19:34.618Z[ host-image] Oct 01 18:19:32.588 INFO O| Oct 01 18:19:32.588 INFO STEP 45 (ensure_file) COMPLETE
90682024-10-01T18:19:34.618Z[ host-image] Oct 01 18:19:32.588 INFO O| Oct 01 18:19:32.588 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90692024-10-01T18:19:34.625Z[ host-image] Oct 01 18:19:32.600 INFO O| Oct 01 18:19:32.600 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
90702024-10-01T18:19:34.628Z[ host-image] Oct 01 18:19:32.600 INFO O| Oct 01 18:19:32.600 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90712024-10-01T18:19:34.628Z[ host-image] Oct 01 18:19:32.600 INFO O| Oct 01 18:19:32.600 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90722024-10-01T18:19:34.628Z[ host-image] Oct 01 18:19:32.600 INFO O| Oct 01 18:19:32.600 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90732024-10-01T18:19:34.628Z[ host-image] Oct 01 18:19:32.600 INFO O| Oct 01 18:19:32.600 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90742024-10-01T18:19:34.628Z[ host-image] Oct 01 18:19:32.601 INFO O| Oct 01 18:19:32.600 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90752024-10-01T18:19:34.628Z[ host-image] Oct 01 18:19:32.601 INFO O| Oct 01 18:19:32.601 INFO ok!
90762024-10-01T18:19:34.628Z[ host-image] Oct 01 18:19:32.601 INFO O| Oct 01 18:19:32.601 INFO STEP 46 (ensure_file) COMPLETE
90772024-10-01T18:19:34.628Z[ host-image] Oct 01 18:19:32.601 INFO O| Oct 01 18:19:32.601 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90782024-10-01T18:19:34.636Z[ host-image] Oct 01 18:19:32.610 INFO O| Oct 01 18:19:32.610 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
90792024-10-01T18:19:34.636Z[ host-image] Oct 01 18:19:32.611 INFO O| Oct 01 18:19:32.610 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 ...
90802024-10-01T18:19:34.638Z[ host-image] Oct 01 18:19:32.611 INFO O| Oct 01 18:19:32.611 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
90812024-10-01T18:19:34.638Z[ host-image] Oct 01 18:19:32.611 INFO O| Oct 01 18:19:32.611 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90822024-10-01T18:19:34.638Z[ host-image] Oct 01 18:19:32.611 INFO O| Oct 01 18:19:32.611 INFO ok!
90832024-10-01T18:19:34.638Z[ host-image] Oct 01 18:19:32.611 INFO O| Oct 01 18:19:32.611 INFO STEP 47 (ensure_file) COMPLETE
90842024-10-01T18:19:34.638Z[ host-image] Oct 01 18:19:32.611 INFO O| Oct 01 18:19:32.611 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90852024-10-01T18:19:34.647Z[ host-image] Oct 01 18:19:32.622 INFO O| Oct 01 18:19:32.622 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
90862024-10-01T18:19:34.647Z[ host-image] Oct 01 18:19:32.622 INFO O| Oct 01 18:19:32.622 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
90872024-10-01T18:19:34.650Z[ host-image] Oct 01 18:19:32.622 INFO O| Oct 01 18:19:32.622 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90882024-10-01T18:19:34.650Z[ host-image] Oct 01 18:19:32.622 INFO O| Oct 01 18:19:32.622 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90892024-10-01T18:19:34.650Z[ host-image] Oct 01 18:19:32.622 INFO O| Oct 01 18:19:32.622 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90902024-10-01T18:19:34.650Z[ host-image] Oct 01 18:19:32.622 INFO O| Oct 01 18:19:32.622 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90912024-10-01T18:19:34.650Z[ host-image] Oct 01 18:19:32.622 INFO O| Oct 01 18:19:32.622 INFO ok!
90922024-10-01T18:19:34.650Z[ host-image] Oct 01 18:19:32.622 INFO O| Oct 01 18:19:32.622 INFO STEP 48 (ensure_file) COMPLETE
90932024-10-01T18:19:34.650Z[ host-image] Oct 01 18:19:32.622 INFO O| Oct 01 18:19:32.622 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90942024-10-01T18:19:34.658Z[ host-image] Oct 01 18:19:32.632 INFO O| Oct 01 18:19:32.632 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
90952024-10-01T18:19:34.658Z[ host-image] Oct 01 18:19:32.632 INFO O| Oct 01 18:19:32.632 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 ...
90962024-10-01T18:19:34.660Z[ host-image] Oct 01 18:19:32.632 INFO O| Oct 01 18:19:32.632 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
90972024-10-01T18:19:34.660Z[ host-image] Oct 01 18:19:32.632 INFO O| Oct 01 18:19:32.632 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90982024-10-01T18:19:34.660Z[ host-image] Oct 01 18:19:32.633 INFO O| Oct 01 18:19:32.632 INFO ok!
90992024-10-01T18:19:34.660Z[ host-image] Oct 01 18:19:32.633 INFO O| Oct 01 18:19:32.632 INFO STEP 49 (ensure_file) COMPLETE
91002024-10-01T18:19:34.660Z[ host-image] Oct 01 18:19:32.633 INFO O| Oct 01 18:19:32.633 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91012024-10-01T18:19:34.668Z[ host-image] Oct 01 18:19:32.642 INFO O| Oct 01 18:19:32.642 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91022024-10-01T18:19:34.668Z[ host-image] Oct 01 18:19:32.643 INFO O| Oct 01 18:19:32.642 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91032024-10-01T18:19:34.670Z[ host-image] Oct 01 18:19:32.643 INFO O| Oct 01 18:19:32.643 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91042024-10-01T18:19:34.670Z[ host-image] Oct 01 18:19:32.643 INFO O| Oct 01 18:19:32.643 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91052024-10-01T18:19:34.670Z[ host-image] Oct 01 18:19:32.643 INFO O| Oct 01 18:19:32.643 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91062024-10-01T18:19:34.670Z[ host-image] Oct 01 18:19:32.643 INFO O| Oct 01 18:19:32.643 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91072024-10-01T18:19:34.670Z[ host-image] Oct 01 18:19:32.643 INFO O| Oct 01 18:19:32.643 INFO ok!
91082024-10-01T18:19:34.670Z[ host-image] Oct 01 18:19:32.643 INFO O| Oct 01 18:19:32.643 INFO STEP 50 (ensure_file) COMPLETE
91092024-10-01T18:19:34.670Z[ host-image] Oct 01 18:19:32.643 INFO O| Oct 01 18:19:32.643 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91102024-10-01T18:19:34.679Z[ host-image] Oct 01 18:19:32.653 INFO O| Oct 01 18:19:32.653 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91112024-10-01T18:19:34.681Z[ host-image] Oct 01 18:19:32.653 INFO O| Oct 01 18:19:32.653 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 ...
91122024-10-01T18:19:34.681Z[ host-image] Oct 01 18:19:32.654 INFO O| Oct 01 18:19:32.653 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
91132024-10-01T18:19:34.681Z[ host-image] Oct 01 18:19:32.654 INFO O| Oct 01 18:19:32.653 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91142024-10-01T18:19:34.681Z[ host-image] Oct 01 18:19:32.654 INFO O| Oct 01 18:19:32.654 INFO ok!
91152024-10-01T18:19:34.681Z[ host-image] Oct 01 18:19:32.654 INFO O| Oct 01 18:19:32.654 INFO STEP 51 (ensure_file) COMPLETE
91162024-10-01T18:19:34.681Z[ host-image] Oct 01 18:19:32.654 INFO O| Oct 01 18:19:32.654 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91172024-10-01T18:19:34.691Z[ host-image] Oct 01 18:19:32.665 INFO O| Oct 01 18:19:32.665 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91182024-10-01T18:19:34.691Z[ host-image] Oct 01 18:19:32.665 INFO O| Oct 01 18:19:32.665 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 ...
91192024-10-01T18:19:34.694Z[ host-image] Oct 01 18:19:32.666 INFO O| Oct 01 18:19:32.665 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
91202024-10-01T18:19:34.694Z[ host-image] Oct 01 18:19:32.666 INFO O| Oct 01 18:19:32.666 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91212024-10-01T18:19:34.694Z[ host-image] Oct 01 18:19:32.666 INFO O| Oct 01 18:19:32.666 INFO ok!
91222024-10-01T18:19:34.694Z[ host-image] Oct 01 18:19:32.666 INFO O| Oct 01 18:19:32.666 INFO STEP 52 (ensure_file) COMPLETE
91232024-10-01T18:19:34.694Z[ host-image] Oct 01 18:19:32.666 INFO O| Oct 01 18:19:32.666 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91242024-10-01T18:19:34.701Z[ host-image] Oct 01 18:19:32.675 INFO O| Oct 01 18:19:32.675 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91252024-10-01T18:19:34.701Z[ host-image] Oct 01 18:19:32.675 INFO O| Oct 01 18:19:32.675 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 ...
91262024-10-01T18:19:34.703Z[ host-image] Oct 01 18:19:32.676 INFO O| Oct 01 18:19:32.675 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
91272024-10-01T18:19:34.703Z[ host-image] Oct 01 18:19:32.676 INFO O| Oct 01 18:19:32.676 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91282024-10-01T18:19:34.703Z[ host-image] Oct 01 18:19:32.676 INFO O| Oct 01 18:19:32.676 INFO ok!
91292024-10-01T18:19:34.703Z[ host-image] Oct 01 18:19:32.676 INFO O| Oct 01 18:19:32.676 INFO STEP 53 (ensure_file) COMPLETE
91302024-10-01T18:19:34.703Z[ host-image] Oct 01 18:19:32.676 INFO O| Oct 01 18:19:32.676 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91312024-10-01T18:19:34.712Z[ host-image] Oct 01 18:19:32.686 INFO O| Oct 01 18:19:32.686 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
91322024-10-01T18:19:34.712Z[ host-image] Oct 01 18:19:32.686 INFO O| Oct 01 18:19:32.686 INFO STEP 54 (ensure_dir) COMPLETE
91332024-10-01T18:19:34.715Z[ host-image] Oct 01 18:19:32.686 INFO O| Oct 01 18:19:32.686 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91342024-10-01T18:19:34.721Z[ host-image] Oct 01 18:19:32.696 INFO O| Oct 01 18:19:32.696 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91352024-10-01T18:19:34.721Z[ host-image] Oct 01 18:19:32.696 INFO O| Oct 01 18:19:32.696 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91362024-10-01T18:19:34.723Z[ host-image] Oct 01 18:19:32.696 INFO O| Oct 01 18:19:32.696 INFO STEP 55 (ensure_dir) COMPLETE
91372024-10-01T18:19:34.723Z[ host-image] Oct 01 18:19:32.696 INFO O| Oct 01 18:19:32.696 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91382024-10-01T18:19:34.732Z[ host-image] Oct 01 18:19:32.706 INFO O| Oct 01 18:19:32.706 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91392024-10-01T18:19:34.736Z[ host-image] Oct 01 18:19:32.706 INFO O| Oct 01 18:19:32.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91402024-10-01T18:19:34.737Z[ host-image] Oct 01 18:19:32.706 INFO O| Oct 01 18:19:32.706 INFO STEP 56 (ensure_dir) COMPLETE
91412024-10-01T18:19:34.737Z[ host-image] Oct 01 18:19:32.706 INFO O| Oct 01 18:19:32.706 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91422024-10-01T18:19:34.741Z[ host-image] Oct 01 18:19:32.716 INFO O| Oct 01 18:19:32.716 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
91432024-10-01T18:19:34.741Z[ host-image] Oct 01 18:19:32.716 INFO O| Oct 01 18:19:32.716 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
91442024-10-01T18:19:34.757Z[ host-image] Oct 01 18:19:32.731 INFO O| Oct 01 18:19:32.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
91452024-10-01T18:19:34.757Z[ host-image] Oct 01 18:19:32.731 INFO O| Oct 01 18:19:32.731 INFO ok!
91462024-10-01T18:19:34.760Z[ host-image] Oct 01 18:19:32.731 INFO O| Oct 01 18:19:32.731 INFO STEP 57 (ensure_file) COMPLETE
91472024-10-01T18:19:34.760Z[ host-image] Oct 01 18:19:32.731 INFO O| Oct 01 18:19:32.731 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91482024-10-01T18:19:34.768Z[ host-image] Oct 01 18:19:32.743 INFO O| Oct 01 18:19:32.743 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
91492024-10-01T18:19:34.768Z[ host-image] Oct 01 18:19:32.743 INFO O| Oct 01 18:19:32.743 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
91502024-10-01T18:19:34.803Z[ recovery-image] Oct 01 18:19:32.777 INFO image complete! materials are in "/work/os-recovery"
91512024-10-01T18:19:34.806Z[ recovery-image]
91522024-10-01T18:19:34.809Z[ recovery-image] real 7:38.305048677
91532024-10-01T18:19:34.809Z[ recovery-image] user 4:49.345937316
91542024-10-01T18:19:34.809Z[ recovery-image] sys 55.245806183
91552024-10-01T18:19:34.809Z[ recovery-image] trap 0.222949004
91562024-10-01T18:19:34.809Z[ recovery-image] tflt 0.200059873
91572024-10-01T18:19:34.809Z[ recovery-image] dflt 0.731928002
91582024-10-01T18:19:34.809Z[ recovery-image] kflt 0.000039782
91592024-10-01T18:19:34.809Z[ recovery-image] lock 16:32.131607134
91602024-10-01T18:19:34.809Z[ recovery-image] slp 45:37.495388542
91612024-10-01T18:19:34.809Z[ recovery-image] lat 2:20.051170847
91622024-10-01T18:19:34.809ZOct 01 18:19:32.781 INFO [recovery-image] process exited with exit status: 0 (458.32880507s)
91632024-10-01T18:19:34.809Z[ recovery-image] stop 4.048991999
91642024-10-01T18:19:35.839Z[ host-image] Oct 01 18:19:33.813 INFO O| Oct 01 18:19:33.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
91652024-10-01T18:19:35.839Z[ host-image] Oct 01 18:19:33.813 INFO O| Oct 01 18:19:33.813 INFO ok!
91662024-10-01T18:19:35.839Z[ host-image] Oct 01 18:19:33.813 INFO O| Oct 01 18:19:33.813 INFO STEP 58 (ensure_file) COMPLETE
91672024-10-01T18:19:35.839Z[ host-image] Oct 01 18:19:33.813 INFO O| Oct 01 18:19:33.813 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91682024-10-01T18:19:35.850Z[ host-image] Oct 01 18:19:33.824 INFO O| Oct 01 18:19:33.824 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91692024-10-01T18:19:35.852Z[ host-image] Oct 01 18:19:33.824 INFO O| Oct 01 18:19:33.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91702024-10-01T18:19:35.852Z[ host-image] Oct 01 18:19:33.824 INFO O| Oct 01 18:19:33.824 INFO STEP 59 (ensure_dir) COMPLETE
91712024-10-01T18:19:35.852Z[ host-image] Oct 01 18:19:33.824 INFO O| Oct 01 18:19:33.824 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91722024-10-01T18:19:35.859Z[ host-image] Oct 01 18:19:33.834 INFO O| Oct 01 18:19:33.834 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91732024-10-01T18:19:35.859Z[ host-image] Oct 01 18:19:33.834 INFO O| Oct 01 18:19:33.834 INFO copying /tmp/.tmpsSQlbn/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 ...
91742024-10-01T18:19:35.862Z[ host-image] Oct 01 18:19:33.834 INFO O| Oct 01 18:19:33.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
91752024-10-01T18:19:35.862Z[ host-image] Oct 01 18:19:33.834 INFO O| Oct 01 18:19:33.834 INFO ok!
91762024-10-01T18:19:35.862Z[ host-image] Oct 01 18:19:33.834 INFO O| Oct 01 18:19:33.834 INFO STEP 60 (ensure_file) COMPLETE
91772024-10-01T18:19:35.862Z[ host-image] Oct 01 18:19:33.834 INFO O| Oct 01 18:19:33.834 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91782024-10-01T18:19:35.869Z[ host-image] Oct 01 18:19:33.843 INFO O| Oct 01 18:19:33.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91792024-10-01T18:19:35.869Z[ host-image] Oct 01 18:19:33.843 INFO O| Oct 01 18:19:33.843 INFO copying /tmp/.tmpsSQlbn/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 ...
91802024-10-01T18:19:35.871Z[ host-image] Oct 01 18:19:33.843 INFO O| Oct 01 18:19:33.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
91812024-10-01T18:19:35.871Z[ host-image] Oct 01 18:19:33.843 INFO O| Oct 01 18:19:33.843 INFO ok!
91822024-10-01T18:19:35.871Z[ host-image] Oct 01 18:19:33.843 INFO O| Oct 01 18:19:33.843 INFO STEP 61 (ensure_file) COMPLETE
91832024-10-01T18:19:35.871Z[ host-image] Oct 01 18:19:33.843 INFO O| Oct 01 18:19:33.843 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91842024-10-01T18:19:35.879Z[ host-image] Oct 01 18:19:33.852 INFO O| Oct 01 18:19:33.852 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91852024-10-01T18:19:35.879Z[ host-image] Oct 01 18:19:33.853 INFO O| Oct 01 18:19:33.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91862024-10-01T18:19:35.881Z[ host-image] Oct 01 18:19:33.853 INFO O| Oct 01 18:19:33.853 INFO STEP 62 (ensure_dir) COMPLETE
91872024-10-01T18:19:35.881Z[ host-image] Oct 01 18:19:33.853 INFO O| Oct 01 18:19:33.853 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91882024-10-01T18:19:35.888Z[ host-image] Oct 01 18:19:33.862 INFO O| Oct 01 18:19:33.862 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91892024-10-01T18:19:35.890Z[ host-image] Oct 01 18:19:33.862 INFO O| Oct 01 18:19:33.862 INFO copying /tmp/.tmpsSQlbn/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 ...
91902024-10-01T18:19:35.890Z[ host-image] Oct 01 18:19:33.862 INFO O| Oct 01 18:19:33.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91912024-10-01T18:19:35.890Z[ host-image] Oct 01 18:19:33.862 INFO O| Oct 01 18:19:33.862 INFO ok!
91922024-10-01T18:19:35.890Z[ host-image] Oct 01 18:19:33.862 INFO O| Oct 01 18:19:33.862 INFO STEP 63 (ensure_file) COMPLETE
91932024-10-01T18:19:35.890Z[ host-image] Oct 01 18:19:33.862 INFO O| Oct 01 18:19:33.862 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91942024-10-01T18:19:35.897Z[ host-image] Oct 01 18:19:33.871 INFO O| Oct 01 18:19:33.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91952024-10-01T18:19:35.900Z[ host-image] Oct 01 18:19:33.871 INFO O| Oct 01 18:19:33.871 INFO copying /tmp/.tmpsSQlbn/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 ...
91962024-10-01T18:19:35.900Z[ host-image] Oct 01 18:19:33.872 INFO O| Oct 01 18:19:33.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
91972024-10-01T18:19:35.900Z[ host-image] Oct 01 18:19:33.872 INFO O| Oct 01 18:19:33.872 INFO ok!
91982024-10-01T18:19:35.900Z[ host-image] Oct 01 18:19:33.872 INFO O| Oct 01 18:19:33.872 INFO STEP 64 (ensure_file) COMPLETE
91992024-10-01T18:19:35.900Z[ host-image] Oct 01 18:19:33.872 INFO O| Oct 01 18:19:33.872 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92002024-10-01T18:19:35.907Z[ host-image] Oct 01 18:19:33.881 INFO O| Oct 01 18:19:33.881 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92012024-10-01T18:19:35.907Z[ host-image] Oct 01 18:19:33.881 INFO O| Oct 01 18:19:33.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92022024-10-01T18:19:35.909Z[ host-image] Oct 01 18:19:33.881 INFO O| Oct 01 18:19:33.881 INFO STEP 65 (ensure_dir) COMPLETE
92032024-10-01T18:19:35.909Z[ host-image] Oct 01 18:19:33.881 INFO O| Oct 01 18:19:33.881 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92042024-10-01T18:19:35.916Z[ host-image] Oct 01 18:19:33.891 INFO O| Oct 01 18:19:33.890 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92052024-10-01T18:19:35.916Z[ host-image] Oct 01 18:19:33.891 INFO O| Oct 01 18:19:33.891 INFO copying /tmp/.tmpsSQlbn/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 ...
92062024-10-01T18:19:35.919Z[ host-image] Oct 01 18:19:33.891 INFO O| Oct 01 18:19:33.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92072024-10-01T18:19:35.919Z[ host-image] Oct 01 18:19:33.891 INFO O| Oct 01 18:19:33.891 INFO ok!
92082024-10-01T18:19:35.919Z[ host-image] Oct 01 18:19:33.891 INFO O| Oct 01 18:19:33.891 INFO STEP 66 (ensure_file) COMPLETE
92092024-10-01T18:19:35.919Z[ host-image] Oct 01 18:19:33.891 INFO O| Oct 01 18:19:33.891 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92102024-10-01T18:19:35.926Z[ host-image] Oct 01 18:19:33.900 INFO O| Oct 01 18:19:33.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92112024-10-01T18:19:35.926Z[ host-image] Oct 01 18:19:33.900 INFO O| Oct 01 18:19:33.900 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92122024-10-01T18:19:35.928Z[ host-image] Oct 01 18:19:33.900 INFO O| Oct 01 18:19:33.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92132024-10-01T18:19:35.928Z[ host-image] Oct 01 18:19:33.900 INFO O| Oct 01 18:19:33.900 INFO ok!
92142024-10-01T18:19:35.928Z[ host-image] Oct 01 18:19:33.900 INFO O| Oct 01 18:19:33.900 INFO STEP 67 (ensure_file) COMPLETE
92152024-10-01T18:19:35.928Z[ host-image] Oct 01 18:19:33.900 INFO O| Oct 01 18:19:33.900 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92162024-10-01T18:19:35.935Z[ host-image] Oct 01 18:19:33.910 INFO O| Oct 01 18:19:33.910 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92172024-10-01T18:19:35.938Z[ host-image] Oct 01 18:19:33.910 INFO O| Oct 01 18:19:33.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92182024-10-01T18:19:35.938Z[ host-image] Oct 01 18:19:33.910 INFO O| Oct 01 18:19:33.910 INFO STEP 68 (ensure_dir) COMPLETE
92192024-10-01T18:19:35.938Z[ host-image] Oct 01 18:19:33.910 INFO O| Oct 01 18:19:33.910 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-10-01T18:19:35.945Z[ host-image] Oct 01 18:19:33.919 INFO O| Oct 01 18:19:33.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92212024-10-01T18:19:35.947Z[ host-image] Oct 01 18:19:33.919 INFO O| Oct 01 18:19:33.919 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92222024-10-01T18:19:36.498Z[ host-image] Oct 01 18:19:34.472 INFO O| Oct 01 18:19:34.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92232024-10-01T18:19:36.498Z[ host-image] Oct 01 18:19:34.472 INFO O| Oct 01 18:19:34.471 INFO ok!
92242024-10-01T18:19:36.503Z[ host-image] Oct 01 18:19:34.472 INFO O| Oct 01 18:19:34.471 INFO STEP 69 (ensure_file) COMPLETE
92252024-10-01T18:19:36.503Z[ host-image] Oct 01 18:19:34.472 INFO O| Oct 01 18:19:34.471 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92262024-10-01T18:19:36.509Z[ host-image] Oct 01 18:19:34.483 INFO O| Oct 01 18:19:34.483 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92272024-10-01T18:19:36.509Z[ host-image] Oct 01 18:19:34.483 INFO O| Oct 01 18:19:34.483 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92282024-10-01T18:19:38.417Z[ host-image] Oct 01 18:19:36.391 INFO O| Oct 01 18:19:36.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92292024-10-01T18:19:38.417Z[ host-image] Oct 01 18:19:36.391 INFO O| Oct 01 18:19:36.391 INFO ok!
92302024-10-01T18:19:38.417Z[ host-image] Oct 01 18:19:36.391 INFO O| Oct 01 18:19:36.391 INFO STEP 70 (ensure_file) COMPLETE
92312024-10-01T18:19:38.420Z[ host-image] Oct 01 18:19:36.391 INFO O| Oct 01 18:19:36.391 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92322024-10-01T18:19:38.429Z[ host-image] Oct 01 18:19:36.402 INFO O| Oct 01 18:19:36.402 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92332024-10-01T18:19:38.432Z[ host-image] Oct 01 18:19:36.402 INFO O| Oct 01 18:19:36.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92342024-10-01T18:19:38.432Z[ host-image] Oct 01 18:19:36.402 INFO O| Oct 01 18:19:36.402 INFO STEP 71 (ensure_dir) COMPLETE
92352024-10-01T18:19:38.432Z[ host-image] Oct 01 18:19:36.402 INFO O| Oct 01 18:19:36.402 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92362024-10-01T18:19:38.438Z[ host-image] Oct 01 18:19:36.412 INFO O| Oct 01 18:19:36.412 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92372024-10-01T18:19:38.438Z[ host-image] Oct 01 18:19:36.412 INFO O| Oct 01 18:19:36.412 INFO copying /tmp/.tmpsSQlbn/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 ...
92382024-10-01T18:19:38.440Z[ host-image] Oct 01 18:19:36.412 INFO O| Oct 01 18:19:36.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
92392024-10-01T18:19:38.440Z[ host-image] Oct 01 18:19:36.412 INFO O| Oct 01 18:19:36.412 INFO ok!
92402024-10-01T18:19:38.440Z[ host-image] Oct 01 18:19:36.412 INFO O| Oct 01 18:19:36.412 INFO STEP 72 (ensure_file) COMPLETE
92412024-10-01T18:19:38.440Z[ host-image] Oct 01 18:19:36.412 INFO O| Oct 01 18:19:36.412 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92422024-10-01T18:19:38.448Z[ host-image] Oct 01 18:19:36.422 INFO O| Oct 01 18:19:36.422 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
92432024-10-01T18:19:38.448Z[ host-image] Oct 01 18:19:36.422 INFO O| Oct 01 18:19:36.422 INFO copying /tmp/.tmpsSQlbn/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 ...
92442024-10-01T18:19:38.448Z[ host-image] Oct 01 18:19:36.422 INFO O| Oct 01 18:19:36.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
92452024-10-01T18:19:38.451Z[ host-image] Oct 01 18:19:36.422 INFO O| Oct 01 18:19:36.422 INFO ok!
92462024-10-01T18:19:38.451Z[ host-image] Oct 01 18:19:36.422 INFO O| Oct 01 18:19:36.422 INFO STEP 73 (ensure_file) COMPLETE
92472024-10-01T18:19:38.451Z[ host-image] Oct 01 18:19:36.422 INFO O| Oct 01 18:19:36.422 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92482024-10-01T18:19:38.458Z[ host-image] Oct 01 18:19:36.431 INFO O| Oct 01 18:19:36.431 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
92492024-10-01T18:19:38.458Z[ host-image] Oct 01 18:19:36.432 INFO O| Oct 01 18:19:36.431 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
92502024-10-01T18:19:38.460Z[ host-image] Oct 01 18:19:36.432 INFO O| Oct 01 18:19:36.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
92512024-10-01T18:19:38.460Z[ host-image] Oct 01 18:19:36.432 INFO O| Oct 01 18:19:36.432 INFO ok!
92522024-10-01T18:19:38.460Z[ host-image] Oct 01 18:19:36.432 INFO O| Oct 01 18:19:36.432 INFO STEP 74 (ensure_file) COMPLETE
92532024-10-01T18:19:38.460Z[ host-image] Oct 01 18:19:36.432 INFO O| Oct 01 18:19:36.432 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92542024-10-01T18:19:38.467Z[ host-image] Oct 01 18:19:36.441 INFO O| Oct 01 18:19:36.441 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
92552024-10-01T18:19:38.467Z[ host-image] Oct 01 18:19:36.441 INFO O| Oct 01 18:19:36.441 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
92562024-10-01T18:19:38.470Z[ host-image] Oct 01 18:19:36.441 INFO O| Oct 01 18:19:36.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
92572024-10-01T18:19:38.470Z[ host-image] Oct 01 18:19:36.441 INFO O| Oct 01 18:19:36.441 INFO ok!
92582024-10-01T18:19:38.470Z[ host-image] Oct 01 18:19:36.441 INFO O| Oct 01 18:19:36.441 INFO STEP 75 (ensure_file) COMPLETE
92592024-10-01T18:19:38.470Z[ host-image] Oct 01 18:19:36.441 INFO O| Oct 01 18:19:36.441 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92602024-10-01T18:19:38.477Z[ host-image] Oct 01 18:19:36.451 INFO O| Oct 01 18:19:36.451 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92612024-10-01T18:19:38.477Z[ host-image] Oct 01 18:19:36.451 INFO O| Oct 01 18:19:36.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92622024-10-01T18:19:38.477Z[ host-image] Oct 01 18:19:36.451 INFO O| Oct 01 18:19:36.451 INFO STEP 76 (ensure_dir) COMPLETE
92632024-10-01T18:19:38.479Z[ host-image] Oct 01 18:19:36.451 INFO O| Oct 01 18:19:36.451 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92642024-10-01T18:19:38.486Z[ host-image] Oct 01 18:19:36.460 INFO O| Oct 01 18:19:36.460 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
92652024-10-01T18:19:38.489Z[ host-image] Oct 01 18:19:36.460 INFO O| Oct 01 18:19:36.460 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
92662024-10-01T18:19:38.489Z[ host-image] Oct 01 18:19:36.463 INFO O| Oct 01 18:19:36.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
92672024-10-01T18:19:38.490Z[ host-image] Oct 01 18:19:36.463 INFO O| Oct 01 18:19:36.463 INFO ok!
92682024-10-01T18:19:38.490Z[ host-image] Oct 01 18:19:36.463 INFO O| Oct 01 18:19:36.463 INFO STEP 77 (ensure_file) COMPLETE
92692024-10-01T18:19:38.490Z[ host-image] Oct 01 18:19:36.463 INFO O| Oct 01 18:19:36.463 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92702024-10-01T18:19:38.498Z[ host-image] Oct 01 18:19:36.472 INFO O| Oct 01 18:19:36.472 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
92712024-10-01T18:19:38.501Z[ host-image] Oct 01 18:19:36.472 INFO O| Oct 01 18:19:36.472 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
92722024-10-01T18:19:38.501Z[ host-image] Oct 01 18:19:36.472 INFO O| Oct 01 18:19:36.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
92732024-10-01T18:19:38.501Z[ host-image] Oct 01 18:19:36.473 INFO O| Oct 01 18:19:36.472 INFO ok!
92742024-10-01T18:19:38.501Z[ host-image] Oct 01 18:19:36.473 INFO O| Oct 01 18:19:36.472 INFO STEP 78 (ensure_file) COMPLETE
92752024-10-01T18:19:38.501Z[ host-image] Oct 01 18:19:36.473 INFO O| Oct 01 18:19:36.472 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92762024-10-01T18:19:38.508Z[ host-image] Oct 01 18:19:36.482 INFO O| Oct 01 18:19:36.482 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
92772024-10-01T18:19:38.511Z[ host-image] Oct 01 18:19:36.482 INFO O| Oct 01 18:19:36.482 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
92782024-10-01T18:19:39.131Z[ host-image] Oct 01 18:19:37.104 INFO O| Oct 01 18:19:37.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
92792024-10-01T18:19:39.132Z[ host-image] Oct 01 18:19:37.104 INFO O| Oct 01 18:19:37.104 INFO ok!
92802024-10-01T18:19:39.137Z[ host-image] Oct 01 18:19:37.104 INFO O| Oct 01 18:19:37.104 INFO STEP 79 (ensure_file) COMPLETE
92812024-10-01T18:19:39.137Z[ host-image] Oct 01 18:19:37.104 INFO O| Oct 01 18:19:37.104 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92822024-10-01T18:19:39.142Z[ host-image] Oct 01 18:19:37.115 INFO O| Oct 01 18:19:37.115 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92832024-10-01T18:19:39.146Z[ host-image] Oct 01 18:19:37.115 INFO O| Oct 01 18:19:37.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92842024-10-01T18:19:39.146Z[ host-image] Oct 01 18:19:37.115 INFO O| Oct 01 18:19:37.115 INFO STEP 80 (ensure_dir) COMPLETE
92852024-10-01T18:19:39.146Z[ host-image] Oct 01 18:19:37.115 INFO O| Oct 01 18:19:37.115 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92862024-10-01T18:19:39.151Z[ host-image] Oct 01 18:19:37.124 INFO O| Oct 01 18:19:37.124 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92872024-10-01T18:19:39.152Z[ host-image] Oct 01 18:19:37.125 INFO O| Oct 01 18:19:37.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92882024-10-01T18:19:39.155Z[ host-image] Oct 01 18:19:37.125 INFO O| Oct 01 18:19:37.125 INFO STEP 81 (ensure_dir) COMPLETE
92892024-10-01T18:19:39.155Z[ host-image] Oct 01 18:19:37.125 INFO O| Oct 01 18:19:37.125 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92902024-10-01T18:19:39.161Z[ host-image] Oct 01 18:19:37.134 INFO O| Oct 01 18:19:37.134 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92912024-10-01T18:19:39.161Z[ host-image] Oct 01 18:19:37.134 INFO O| Oct 01 18:19:37.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92922024-10-01T18:19:39.167Z[ host-image] Oct 01 18:19:37.134 INFO O| Oct 01 18:19:37.134 INFO STEP 82 (ensure_dir) COMPLETE
92932024-10-01T18:19:39.167Z[ host-image] Oct 01 18:19:37.134 INFO O| Oct 01 18:19:37.134 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92942024-10-01T18:19:39.172Z[ host-image] Oct 01 18:19:37.143 INFO O| Oct 01 18:19:37.143 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92952024-10-01T18:19:39.172Z[ host-image] Oct 01 18:19:37.143 INFO O| Oct 01 18:19:37.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92962024-10-01T18:19:39.172Z[ host-image] Oct 01 18:19:37.143 INFO O| Oct 01 18:19:37.143 INFO STEP 83 (ensure_dir) COMPLETE
92972024-10-01T18:19:39.172Z[ host-image] Oct 01 18:19:37.143 INFO O| Oct 01 18:19:37.143 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92982024-10-01T18:19:39.180Z[ host-image] Oct 01 18:19:37.153 INFO O| Oct 01 18:19:37.153 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92992024-10-01T18:19:39.180Z[ host-image] Oct 01 18:19:37.153 INFO O| Oct 01 18:19:37.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93002024-10-01T18:19:39.185Z[ host-image] Oct 01 18:19:37.153 INFO O| Oct 01 18:19:37.153 INFO STEP 84 (ensure_dir) COMPLETE
93012024-10-01T18:19:39.185Z[ host-image] Oct 01 18:19:37.153 INFO O| Oct 01 18:19:37.153 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93022024-10-01T18:19:39.189Z[ host-image] Oct 01 18:19:37.162 INFO O| Oct 01 18:19:37.162 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93032024-10-01T18:19:39.189Z[ host-image] Oct 01 18:19:37.162 INFO O| Oct 01 18:19:37.162 INFO copying /tmp/.tmpsSQlbn/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 ...
93042024-10-01T18:19:39.193Z[ host-image] Oct 01 18:19:37.162 INFO O| Oct 01 18:19:37.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93052024-10-01T18:19:39.193Z[ host-image] Oct 01 18:19:37.162 INFO O| Oct 01 18:19:37.162 INFO ok!
93062024-10-01T18:19:39.193Z[ host-image] Oct 01 18:19:37.162 INFO O| Oct 01 18:19:37.162 INFO STEP 85 (ensure_file) COMPLETE
93072024-10-01T18:19:39.194Z[ host-image] Oct 01 18:19:37.162 INFO O| Oct 01 18:19:37.162 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93082024-10-01T18:19:39.198Z[ host-image] Oct 01 18:19:37.172 INFO O| Oct 01 18:19:37.171 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93092024-10-01T18:19:39.202Z[ host-image] Oct 01 18:19:37.172 INFO O| Oct 01 18:19:37.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93102024-10-01T18:19:39.202Z[ host-image] Oct 01 18:19:37.172 INFO O| Oct 01 18:19:37.172 INFO STEP 86 (ensure_dir) COMPLETE
93112024-10-01T18:19:39.202Z[ host-image] Oct 01 18:19:37.172 INFO O| Oct 01 18:19:37.172 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93122024-10-01T18:19:39.209Z[ host-image] Oct 01 18:19:37.181 INFO O| Oct 01 18:19:37.181 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93132024-10-01T18:19:39.209Z[ host-image] Oct 01 18:19:37.181 INFO O| Oct 01 18:19:37.181 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93142024-10-01T18:19:39.214Z[ host-image] Oct 01 18:19:37.181 INFO O| Oct 01 18:19:37.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93152024-10-01T18:19:39.214Z[ host-image] Oct 01 18:19:37.181 INFO O| Oct 01 18:19:37.181 INFO ok!
93162024-10-01T18:19:39.214Z[ host-image] Oct 01 18:19:37.181 INFO O| Oct 01 18:19:37.181 INFO STEP 87 (ensure_file) COMPLETE
93172024-10-01T18:19:39.214Z[ host-image] Oct 01 18:19:37.181 INFO O| Oct 01 18:19:37.181 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93182024-10-01T18:19:39.219Z[ host-image] Oct 01 18:19:37.190 INFO O| Oct 01 18:19:37.190 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93192024-10-01T18:19:39.219Z[ host-image] Oct 01 18:19:37.190 INFO O| Oct 01 18:19:37.190 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93202024-10-01T18:19:39.229Z[ host-image] Oct 01 18:19:37.202 INFO O| Oct 01 18:19:37.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93212024-10-01T18:19:39.229Z[ host-image] Oct 01 18:19:37.202 INFO O| Oct 01 18:19:37.202 INFO ok!
93222024-10-01T18:19:39.232Z[ host-image] Oct 01 18:19:37.202 INFO O| Oct 01 18:19:37.202 INFO STEP 88 (ensure_file) COMPLETE
93232024-10-01T18:19:39.232Z[ host-image] Oct 01 18:19:37.202 INFO O| Oct 01 18:19:37.202 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93242024-10-01T18:19:39.239Z[ host-image] Oct 01 18:19:37.212 INFO O| Oct 01 18:19:37.212 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93252024-10-01T18:19:39.239Z[ host-image] Oct 01 18:19:37.212 INFO O| Oct 01 18:19:37.212 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93262024-10-01T18:19:39.669Z[ host-image] Oct 01 18:19:37.641 INFO O| Oct 01 18:19:37.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93272024-10-01T18:19:39.669Z[ host-image] Oct 01 18:19:37.641 INFO O| Oct 01 18:19:37.641 INFO ok!
93282024-10-01T18:19:39.672Z[ host-image] Oct 01 18:19:37.641 INFO O| Oct 01 18:19:37.641 INFO STEP 89 (ensure_file) COMPLETE
93292024-10-01T18:19:39.672Z[ host-image] Oct 01 18:19:37.641 INFO O| Oct 01 18:19:37.641 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93302024-10-01T18:19:39.680Z[ host-image] Oct 01 18:19:37.653 INFO O| Oct 01 18:19:37.653 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93312024-10-01T18:19:39.680Z[ host-image] Oct 01 18:19:37.653 INFO O| Oct 01 18:19:37.653 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93322024-10-01T18:19:39.684Z[ host-image] Oct 01 18:19:37.653 INFO O| Oct 01 18:19:37.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93332024-10-01T18:19:39.684Z[ host-image] Oct 01 18:19:37.653 INFO O| Oct 01 18:19:37.653 INFO ok!
93342024-10-01T18:19:39.684Z[ host-image] Oct 01 18:19:37.653 INFO O| Oct 01 18:19:37.653 INFO STEP 90 (ensure_file) COMPLETE
93352024-10-01T18:19:39.684Z[ host-image] Oct 01 18:19:37.653 INFO O| Oct 01 18:19:37.653 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93362024-10-01T18:19:39.689Z[ host-image] Oct 01 18:19:37.663 INFO O| Oct 01 18:19:37.663 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93372024-10-01T18:19:39.690Z[ host-image] Oct 01 18:19:37.663 INFO O| Oct 01 18:19:37.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93382024-10-01T18:19:39.690Z[ host-image] Oct 01 18:19:37.663 INFO O| Oct 01 18:19:37.663 INFO STEP 91 (ensure_dir) COMPLETE
93392024-10-01T18:19:39.693Z[ host-image] Oct 01 18:19:37.663 INFO O| Oct 01 18:19:37.663 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93402024-10-01T18:19:39.699Z[ host-image] Oct 01 18:19:37.673 INFO O| Oct 01 18:19:37.673 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
93412024-10-01T18:19:39.699Z[ host-image] Oct 01 18:19:37.673 INFO O| Oct 01 18:19:37.673 INFO copying /tmp/.tmpsSQlbn/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 ...
93422024-10-01T18:19:39.703Z[ host-image] Oct 01 18:19:37.673 INFO O| Oct 01 18:19:37.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
93432024-10-01T18:19:39.703Z[ host-image] Oct 01 18:19:37.673 INFO O| Oct 01 18:19:37.673 INFO ok!
93442024-10-01T18:19:39.703Z[ host-image] Oct 01 18:19:37.673 INFO O| Oct 01 18:19:37.673 INFO STEP 92 (ensure_file) COMPLETE
93452024-10-01T18:19:39.703Z[ host-image] Oct 01 18:19:37.673 INFO O| Oct 01 18:19:37.673 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93462024-10-01T18:19:39.711Z[ host-image] Oct 01 18:19:37.683 INFO O| Oct 01 18:19:37.683 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
93472024-10-01T18:19:39.711Z[ host-image] Oct 01 18:19:37.683 INFO O| Oct 01 18:19:37.683 INFO copying /tmp/.tmpsSQlbn/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 ...
93482024-10-01T18:19:39.713Z[ host-image] Oct 01 18:19:37.683 INFO O| Oct 01 18:19:37.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
93492024-10-01T18:19:39.713Z[ host-image] Oct 01 18:19:37.683 INFO O| Oct 01 18:19:37.683 INFO ok!
93502024-10-01T18:19:39.713Z[ host-image] Oct 01 18:19:37.683 INFO O| Oct 01 18:19:37.683 INFO STEP 93 (ensure_file) COMPLETE
93512024-10-01T18:19:39.713Z[ host-image] Oct 01 18:19:37.683 INFO O| Oct 01 18:19:37.683 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93522024-10-01T18:19:39.720Z[ host-image] Oct 01 18:19:37.693 INFO O| Oct 01 18:19:37.693 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
93532024-10-01T18:19:39.721Z[ host-image] Oct 01 18:19:37.693 INFO O| Oct 01 18:19:37.693 INFO copying /tmp/.tmpsSQlbn/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 ...
93542024-10-01T18:19:39.723Z[ host-image] Oct 01 18:19:37.693 INFO O| Oct 01 18:19:37.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
93552024-10-01T18:19:39.723Z[ host-image] Oct 01 18:19:37.693 INFO O| Oct 01 18:19:37.693 INFO ok!
93562024-10-01T18:19:39.723Z[ host-image] Oct 01 18:19:37.693 INFO O| Oct 01 18:19:37.693 INFO STEP 94 (ensure_file) COMPLETE
93572024-10-01T18:19:39.723Z[ host-image] Oct 01 18:19:37.693 INFO O| Oct 01 18:19:37.693 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93582024-10-01T18:19:39.730Z[ host-image] Oct 01 18:19:37.703 INFO O| Oct 01 18:19:37.703 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
93592024-10-01T18:19:39.730Z[ host-image] Oct 01 18:19:37.703 INFO O| Oct 01 18:19:37.703 INFO copying /tmp/.tmpsSQlbn/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 ...
93602024-10-01T18:19:39.733Z[ host-image] Oct 01 18:19:37.704 INFO O| Oct 01 18:19:37.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
93612024-10-01T18:19:39.733Z[ host-image] Oct 01 18:19:37.704 INFO O| Oct 01 18:19:37.704 INFO ok!
93622024-10-01T18:19:39.733Z[ host-image] Oct 01 18:19:37.704 INFO O| Oct 01 18:19:37.704 INFO STEP 95 (ensure_file) COMPLETE
93632024-10-01T18:19:39.733Z[ host-image] Oct 01 18:19:37.704 INFO O| Oct 01 18:19:37.704 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93642024-10-01T18:19:39.740Z[ host-image] Oct 01 18:19:37.713 INFO O| Oct 01 18:19:37.713 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
93652024-10-01T18:19:39.740Z[ host-image] Oct 01 18:19:37.713 INFO O| Oct 01 18:19:37.713 INFO copying /tmp/.tmpsSQlbn/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 ...
93662024-10-01T18:19:39.742Z[ host-image] Oct 01 18:19:37.713 INFO O| Oct 01 18:19:37.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
93672024-10-01T18:19:39.742Z[ host-image] Oct 01 18:19:37.713 INFO O| Oct 01 18:19:37.713 INFO ok!
93682024-10-01T18:19:39.742Z[ host-image] Oct 01 18:19:37.713 INFO O| Oct 01 18:19:37.713 INFO STEP 96 (ensure_file) COMPLETE
93692024-10-01T18:19:39.742Z[ host-image] Oct 01 18:19:37.713 INFO O| Oct 01 18:19:37.713 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93702024-10-01T18:19:39.750Z[ host-image] Oct 01 18:19:37.723 INFO O| Oct 01 18:19:37.723 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
93712024-10-01T18:19:39.750Z[ host-image] Oct 01 18:19:37.723 INFO O| Oct 01 18:19:37.723 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
93722024-10-01T18:19:39.752Z[ host-image] Oct 01 18:19:37.723 INFO O| Oct 01 18:19:37.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
93732024-10-01T18:19:39.752Z[ host-image] Oct 01 18:19:37.723 INFO O| Oct 01 18:19:37.723 INFO ok!
93742024-10-01T18:19:39.752Z[ host-image] Oct 01 18:19:37.723 INFO O| Oct 01 18:19:37.723 INFO STEP 97 (ensure_file) COMPLETE
93752024-10-01T18:19:39.752Z[ host-image] Oct 01 18:19:37.723 INFO O| Oct 01 18:19:37.723 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93762024-10-01T18:19:39.759Z[ host-image] Oct 01 18:19:37.733 INFO O| Oct 01 18:19:37.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
93772024-10-01T18:19:39.759Z[ host-image] Oct 01 18:19:37.733 INFO O| Oct 01 18:19:37.733 INFO copying /tmp/.tmpsSQlbn/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 ...
93782024-10-01T18:19:39.761Z[ host-image] Oct 01 18:19:37.733 INFO O| Oct 01 18:19:37.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
93792024-10-01T18:19:39.761Z[ host-image] Oct 01 18:19:37.733 INFO O| Oct 01 18:19:37.733 INFO ok!
93802024-10-01T18:19:39.761Z[ host-image] Oct 01 18:19:37.733 INFO O| Oct 01 18:19:37.733 INFO STEP 98 (ensure_file) COMPLETE
93812024-10-01T18:19:39.761Z[ host-image] Oct 01 18:19:37.733 INFO O| Oct 01 18:19:37.733 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93822024-10-01T18:19:39.769Z[ host-image] Oct 01 18:19:37.743 INFO O| Oct 01 18:19:37.742 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
93832024-10-01T18:19:39.769Z[ host-image] Oct 01 18:19:37.743 INFO O| Oct 01 18:19:37.743 INFO copying /tmp/.tmpsSQlbn/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 ...
93842024-10-01T18:19:39.771Z[ host-image] Oct 01 18:19:37.743 INFO O| Oct 01 18:19:37.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
93852024-10-01T18:19:39.771Z[ host-image] Oct 01 18:19:37.743 INFO O| Oct 01 18:19:37.743 INFO ok!
93862024-10-01T18:19:39.771Z[ host-image] Oct 01 18:19:37.743 INFO O| Oct 01 18:19:37.743 INFO STEP 99 (ensure_file) COMPLETE
93872024-10-01T18:19:39.771Z[ host-image] Oct 01 18:19:37.743 INFO O| Oct 01 18:19:37.743 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93882024-10-01T18:19:39.779Z[ host-image] Oct 01 18:19:37.753 INFO O| Oct 01 18:19:37.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
93892024-10-01T18:19:39.779Z[ host-image] Oct 01 18:19:37.753 INFO O| Oct 01 18:19:37.753 INFO copying /tmp/.tmpsSQlbn/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 ...
93902024-10-01T18:19:39.781Z[ host-image] Oct 01 18:19:37.753 INFO O| Oct 01 18:19:37.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
93912024-10-01T18:19:39.781Z[ host-image] Oct 01 18:19:37.753 INFO O| Oct 01 18:19:37.753 INFO ok!
93922024-10-01T18:19:39.781Z[ host-image] Oct 01 18:19:37.753 INFO O| Oct 01 18:19:37.753 INFO STEP 100 (ensure_file) COMPLETE
93932024-10-01T18:19:39.781Z[ host-image] Oct 01 18:19:37.753 INFO O| Oct 01 18:19:37.753 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93942024-10-01T18:19:39.788Z[ host-image] Oct 01 18:19:37.762 INFO O| Oct 01 18:19:37.762 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
93952024-10-01T18:19:39.788Z[ host-image] Oct 01 18:19:37.762 INFO O| Oct 01 18:19:37.762 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
93962024-10-01T18:19:39.792Z[ host-image] Oct 01 18:19:37.762 INFO O| Oct 01 18:19:37.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
93972024-10-01T18:19:39.792Z[ host-image] Oct 01 18:19:37.762 INFO O| Oct 01 18:19:37.762 INFO ok!
93982024-10-01T18:19:39.792Z[ host-image] Oct 01 18:19:37.762 INFO O| Oct 01 18:19:37.762 INFO STEP 101 (ensure_file) COMPLETE
93992024-10-01T18:19:39.792Z[ host-image] Oct 01 18:19:37.762 INFO O| Oct 01 18:19:37.762 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94002024-10-01T18:19:39.799Z[ host-image] Oct 01 18:19:37.772 INFO O| Oct 01 18:19:37.772 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94012024-10-01T18:19:39.799Z[ host-image] Oct 01 18:19:37.772 INFO O| Oct 01 18:19:37.772 INFO copying /tmp/.tmpsSQlbn/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 ...
94022024-10-01T18:19:39.803Z[ host-image] Oct 01 18:19:37.772 INFO O| Oct 01 18:19:37.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94032024-10-01T18:19:39.803Z[ host-image] Oct 01 18:19:37.772 INFO O| Oct 01 18:19:37.772 INFO ok!
94042024-10-01T18:19:39.803Z[ host-image] Oct 01 18:19:37.772 INFO O| Oct 01 18:19:37.772 INFO STEP 102 (ensure_file) COMPLETE
94052024-10-01T18:19:39.803Z[ host-image] Oct 01 18:19:37.772 INFO O| Oct 01 18:19:37.772 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94062024-10-01T18:19:39.808Z[ host-image] Oct 01 18:19:37.782 INFO O| Oct 01 18:19:37.782 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94072024-10-01T18:19:39.808Z[ host-image] Oct 01 18:19:37.782 INFO O| Oct 01 18:19:37.782 INFO copying /tmp/.tmpsSQlbn/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 ...
94082024-10-01T18:19:39.811Z[ host-image] Oct 01 18:19:37.782 INFO O| Oct 01 18:19:37.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94092024-10-01T18:19:39.811Z[ host-image] Oct 01 18:19:37.782 INFO O| Oct 01 18:19:37.782 INFO ok!
94102024-10-01T18:19:39.811Z[ host-image] Oct 01 18:19:37.782 INFO O| Oct 01 18:19:37.782 INFO STEP 103 (ensure_file) COMPLETE
94112024-10-01T18:19:39.811Z[ host-image] Oct 01 18:19:37.782 INFO O| Oct 01 18:19:37.782 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94122024-10-01T18:19:39.818Z[ host-image] Oct 01 18:19:37.791 INFO O| Oct 01 18:19:37.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94132024-10-01T18:19:39.818Z[ host-image] Oct 01 18:19:37.791 INFO O| Oct 01 18:19:37.791 INFO copying /tmp/.tmpsSQlbn/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 ...
94142024-10-01T18:19:39.820Z[ host-image] Oct 01 18:19:37.792 INFO O| Oct 01 18:19:37.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94152024-10-01T18:19:39.820Z[ host-image] Oct 01 18:19:37.792 INFO O| Oct 01 18:19:37.791 INFO ok!
94162024-10-01T18:19:39.820Z[ host-image] Oct 01 18:19:37.792 INFO O| Oct 01 18:19:37.792 INFO STEP 104 (ensure_file) COMPLETE
94172024-10-01T18:19:39.820Z[ host-image] Oct 01 18:19:37.792 INFO O| Oct 01 18:19:37.792 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94182024-10-01T18:19:39.827Z[ host-image] Oct 01 18:19:37.801 INFO O| Oct 01 18:19:37.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94192024-10-01T18:19:39.827Z[ host-image] Oct 01 18:19:37.801 INFO O| Oct 01 18:19:37.801 INFO copying /tmp/.tmpsSQlbn/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 ...
94202024-10-01T18:19:39.835Z[ host-image] Oct 01 18:19:37.801 INFO O| Oct 01 18:19:37.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94212024-10-01T18:19:39.835Z[ host-image] Oct 01 18:19:37.801 INFO O| Oct 01 18:19:37.801 INFO ok!
94222024-10-01T18:19:39.835Z[ host-image] Oct 01 18:19:37.801 INFO O| Oct 01 18:19:37.801 INFO STEP 105 (ensure_file) COMPLETE
94232024-10-01T18:19:39.835Z[ host-image] Oct 01 18:19:37.801 INFO O| Oct 01 18:19:37.801 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94242024-10-01T18:19:39.838Z[ host-image] Oct 01 18:19:37.811 INFO O| Oct 01 18:19:37.811 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94252024-10-01T18:19:39.838Z[ host-image] Oct 01 18:19:37.811 INFO O| Oct 01 18:19:37.811 INFO copying /tmp/.tmpsSQlbn/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 ...
94262024-10-01T18:19:39.838Z[ host-image] Oct 01 18:19:37.811 INFO O| Oct 01 18:19:37.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94272024-10-01T18:19:39.838Z[ host-image] Oct 01 18:19:37.811 INFO O| Oct 01 18:19:37.811 INFO ok!
94282024-10-01T18:19:39.838Z[ host-image] Oct 01 18:19:37.811 INFO O| Oct 01 18:19:37.811 INFO STEP 106 (ensure_file) COMPLETE
94292024-10-01T18:19:39.862Z[ host-image] Oct 01 18:19:37.811 INFO O| Oct 01 18:19:37.811 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94302024-10-01T18:19:39.880Z[ host-image] Oct 01 18:19:37.821 INFO O| Oct 01 18:19:37.821 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94312024-10-01T18:19:39.880Z[ host-image] Oct 01 18:19:37.821 INFO O| Oct 01 18:19:37.821 INFO copying /tmp/.tmpsSQlbn/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 ...
94322024-10-01T18:19:39.880Z[ host-image] Oct 01 18:19:37.821 INFO O| Oct 01 18:19:37.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94332024-10-01T18:19:39.880Z[ host-image] Oct 01 18:19:37.821 INFO O| Oct 01 18:19:37.821 INFO ok!
94342024-10-01T18:19:39.880Z[ host-image] Oct 01 18:19:37.821 INFO O| Oct 01 18:19:37.821 INFO STEP 107 (ensure_file) COMPLETE
94352024-10-01T18:19:39.880Z[ host-image] Oct 01 18:19:37.821 INFO O| Oct 01 18:19:37.821 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94362024-10-01T18:19:39.880Z[ host-image] Oct 01 18:19:37.831 INFO O| Oct 01 18:19:37.830 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
94372024-10-01T18:19:39.880Z[ host-image] Oct 01 18:19:37.831 INFO O| Oct 01 18:19:37.831 INFO copying /tmp/.tmpsSQlbn/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 ...
94382024-10-01T18:19:39.880Z[ host-image] Oct 01 18:19:37.831 INFO O| Oct 01 18:19:37.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
94392024-10-01T18:19:39.880Z[ host-image] Oct 01 18:19:37.831 INFO O| Oct 01 18:19:37.831 INFO ok!
94402024-10-01T18:19:39.880Z[ host-image] Oct 01 18:19:37.831 INFO O| Oct 01 18:19:37.831 INFO STEP 108 (ensure_file) COMPLETE
94412024-10-01T18:19:39.880Z[ host-image] Oct 01 18:19:37.831 INFO O| Oct 01 18:19:37.831 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94422024-10-01T18:19:39.880Z[ host-image] Oct 01 18:19:37.840 INFO O| Oct 01 18:19:37.840 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
94432024-10-01T18:19:39.881Z[ host-image] Oct 01 18:19:37.840 INFO O| Oct 01 18:19:37.840 INFO copying /tmp/.tmpsSQlbn/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 ...
94442024-10-01T18:19:39.881Z[ host-image] Oct 01 18:19:37.840 INFO O| Oct 01 18:19:37.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
94452024-10-01T18:19:39.881Z[ host-image] Oct 01 18:19:37.840 INFO O| Oct 01 18:19:37.840 INFO ok!
94462024-10-01T18:19:39.881Z[ host-image] Oct 01 18:19:37.840 INFO O| Oct 01 18:19:37.840 INFO STEP 109 (ensure_file) COMPLETE
94472024-10-01T18:19:39.881Z[ host-image] Oct 01 18:19:37.840 INFO O| Oct 01 18:19:37.840 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94482024-10-01T18:19:39.887Z[ host-image] Oct 01 18:19:37.850 INFO O| Oct 01 18:19:37.850 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
94492024-10-01T18:19:39.887Z[ host-image] Oct 01 18:19:37.850 INFO O| Oct 01 18:19:37.850 INFO copying /tmp/.tmpsSQlbn/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 ...
94502024-10-01T18:19:39.887Z[ host-image] Oct 01 18:19:37.850 INFO O| Oct 01 18:19:37.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
94512024-10-01T18:19:39.887Z[ host-image] Oct 01 18:19:37.850 INFO O| Oct 01 18:19:37.850 INFO ok!
94522024-10-01T18:19:39.888Z[ host-image] Oct 01 18:19:37.850 INFO O| Oct 01 18:19:37.850 INFO STEP 110 (ensure_file) COMPLETE
94532024-10-01T18:19:39.888Z[ host-image] Oct 01 18:19:37.850 INFO O| Oct 01 18:19:37.850 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94542024-10-01T18:19:39.892Z[ host-image] Oct 01 18:19:37.860 INFO O| Oct 01 18:19:37.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
94552024-10-01T18:19:39.892Z[ host-image] Oct 01 18:19:37.860 INFO O| Oct 01 18:19:37.860 INFO copying /tmp/.tmpsSQlbn/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 ...
94562024-10-01T18:19:39.892Z[ host-image] Oct 01 18:19:37.860 INFO O| Oct 01 18:19:37.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
94572024-10-01T18:19:39.892Z[ host-image] Oct 01 18:19:37.860 INFO O| Oct 01 18:19:37.860 INFO ok!
94582024-10-01T18:19:39.892Z[ host-image] Oct 01 18:19:37.860 INFO O| Oct 01 18:19:37.860 INFO STEP 111 (ensure_file) COMPLETE
94592024-10-01T18:19:39.892Z[ host-image] Oct 01 18:19:37.860 INFO O| Oct 01 18:19:37.860 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94602024-10-01T18:19:39.896Z[ host-image] Oct 01 18:19:37.870 INFO O| Oct 01 18:19:37.870 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
94612024-10-01T18:19:39.896Z[ host-image] Oct 01 18:19:37.870 INFO O| Oct 01 18:19:37.870 INFO copying /tmp/.tmpsSQlbn/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 ...
94622024-10-01T18:19:39.899Z[ host-image] Oct 01 18:19:37.870 INFO O| Oct 01 18:19:37.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
94632024-10-01T18:19:39.899Z[ host-image] Oct 01 18:19:37.870 INFO O| Oct 01 18:19:37.870 INFO ok!
94642024-10-01T18:19:39.899Z[ host-image] Oct 01 18:19:37.870 INFO O| Oct 01 18:19:37.870 INFO STEP 112 (ensure_file) COMPLETE
94652024-10-01T18:19:39.899Z[ host-image] Oct 01 18:19:37.870 INFO O| Oct 01 18:19:37.870 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94662024-10-01T18:19:39.906Z[ host-image] Oct 01 18:19:37.880 INFO O| Oct 01 18:19:37.880 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
94672024-10-01T18:19:39.909Z[ host-image] Oct 01 18:19:37.880 INFO O| Oct 01 18:19:37.880 INFO copying /tmp/.tmpsSQlbn/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 ...
94682024-10-01T18:19:39.909Z[ host-image] Oct 01 18:19:37.880 INFO O| Oct 01 18:19:37.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
94692024-10-01T18:19:39.909Z[ host-image] Oct 01 18:19:37.880 INFO O| Oct 01 18:19:37.880 INFO ok!
94702024-10-01T18:19:39.909Z[ host-image] Oct 01 18:19:37.880 INFO O| Oct 01 18:19:37.880 INFO STEP 113 (ensure_file) COMPLETE
94712024-10-01T18:19:39.909Z[ host-image] Oct 01 18:19:37.880 INFO O| Oct 01 18:19:37.880 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94722024-10-01T18:19:39.916Z[ host-image] Oct 01 18:19:37.890 INFO O| Oct 01 18:19:37.890 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
94732024-10-01T18:19:39.916Z[ host-image] Oct 01 18:19:37.890 INFO O| Oct 01 18:19:37.890 INFO copying /tmp/.tmpsSQlbn/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 ...
94742024-10-01T18:19:39.920Z[ host-image] Oct 01 18:19:37.890 INFO O| Oct 01 18:19:37.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
94752024-10-01T18:19:39.920Z[ host-image] Oct 01 18:19:37.890 INFO O| Oct 01 18:19:37.890 INFO ok!
94762024-10-01T18:19:39.920Z[ host-image] Oct 01 18:19:37.890 INFO O| Oct 01 18:19:37.890 INFO STEP 114 (ensure_file) COMPLETE
94772024-10-01T18:19:39.920Z[ host-image] Oct 01 18:19:37.890 INFO O| Oct 01 18:19:37.890 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94782024-10-01T18:19:39.927Z[ host-image] Oct 01 18:19:37.900 INFO O| Oct 01 18:19:37.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
94792024-10-01T18:19:39.927Z[ host-image] Oct 01 18:19:37.900 INFO O| Oct 01 18:19:37.900 INFO copying /tmp/.tmpsSQlbn/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 ...
94802024-10-01T18:19:39.930Z[ host-image] Oct 01 18:19:37.900 INFO O| Oct 01 18:19:37.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
94812024-10-01T18:19:39.930Z[ host-image] Oct 01 18:19:37.900 INFO O| Oct 01 18:19:37.900 INFO ok!
94822024-10-01T18:19:39.930Z[ host-image] Oct 01 18:19:37.900 INFO O| Oct 01 18:19:37.900 INFO STEP 115 (ensure_file) COMPLETE
94832024-10-01T18:19:39.930Z[ host-image] Oct 01 18:19:37.900 INFO O| Oct 01 18:19:37.900 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94842024-10-01T18:19:39.936Z[ host-image] Oct 01 18:19:37.910 INFO O| Oct 01 18:19:37.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
94852024-10-01T18:19:39.936Z[ host-image] Oct 01 18:19:37.910 INFO O| Oct 01 18:19:37.910 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
94862024-10-01T18:19:39.939Z[ host-image] Oct 01 18:19:37.910 INFO O| Oct 01 18:19:37.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
94872024-10-01T18:19:39.939Z[ host-image] Oct 01 18:19:37.910 INFO O| Oct 01 18:19:37.910 INFO ok!
94882024-10-01T18:19:39.939Z[ host-image] Oct 01 18:19:37.910 INFO O| Oct 01 18:19:37.910 INFO STEP 116 (ensure_file) COMPLETE
94892024-10-01T18:19:39.939Z[ host-image] Oct 01 18:19:37.910 INFO O| Oct 01 18:19:37.910 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94902024-10-01T18:19:39.947Z[ host-image] Oct 01 18:19:37.920 INFO O| Oct 01 18:19:37.920 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
94912024-10-01T18:19:39.947Z[ host-image] Oct 01 18:19:37.920 INFO O| Oct 01 18:19:37.920 INFO copying /tmp/.tmpsSQlbn/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 ...
94922024-10-01T18:19:39.949Z[ host-image] Oct 01 18:19:37.920 INFO O| Oct 01 18:19:37.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
94932024-10-01T18:19:39.949Z[ host-image] Oct 01 18:19:37.920 INFO O| Oct 01 18:19:37.920 INFO ok!
94942024-10-01T18:19:39.949Z[ host-image] Oct 01 18:19:37.920 INFO O| Oct 01 18:19:37.920 INFO STEP 117 (ensure_file) COMPLETE
94952024-10-01T18:19:39.949Z[ host-image] Oct 01 18:19:37.920 INFO O| Oct 01 18:19:37.920 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94962024-10-01T18:19:39.957Z[ host-image] Oct 01 18:19:37.930 INFO O| Oct 01 18:19:37.930 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
94972024-10-01T18:19:39.957Z[ host-image] Oct 01 18:19:37.930 INFO O| Oct 01 18:19:37.930 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
94982024-10-01T18:19:39.960Z[ host-image] Oct 01 18:19:37.930 INFO O| Oct 01 18:19:37.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
94992024-10-01T18:19:39.960Z[ host-image] Oct 01 18:19:37.930 INFO O| Oct 01 18:19:37.930 INFO ok!
95002024-10-01T18:19:39.961Z[ host-image] Oct 01 18:19:37.930 INFO O| Oct 01 18:19:37.930 INFO STEP 118 (ensure_file) COMPLETE
95012024-10-01T18:19:39.961Z[ host-image] Oct 01 18:19:37.930 INFO O| Oct 01 18:19:37.930 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95022024-10-01T18:19:39.966Z[ host-image] Oct 01 18:19:37.940 INFO O| Oct 01 18:19:37.940 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95032024-10-01T18:19:39.966Z[ host-image] Oct 01 18:19:37.940 INFO O| Oct 01 18:19:37.940 INFO copying /tmp/.tmpsSQlbn/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95042024-10-01T18:19:43.355Z[ host-image] Oct 01 18:19:41.328 INFO O| Oct 01 18:19:41.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95052024-10-01T18:19:43.359Z[ host-image] Oct 01 18:19:41.328 INFO O| Oct 01 18:19:41.328 INFO ok!
95062024-10-01T18:19:43.359Z[ host-image] Oct 01 18:19:41.328 INFO O| Oct 01 18:19:41.328 INFO STEP 119 (ensure_file) COMPLETE
95072024-10-01T18:19:43.359Z[ host-image] Oct 01 18:19:41.328 INFO O| Oct 01 18:19:41.328 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95082024-10-01T18:19:43.366Z[ host-image] Oct 01 18:19:41.340 INFO O| Oct 01 18:19:41.340 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95092024-10-01T18:19:43.369Z[ host-image] Oct 01 18:19:41.340 INFO O| Oct 01 18:19:41.340 INFO STEP 120 (ensure_dir) COMPLETE
95102024-10-01T18:19:43.369Z[ host-image] Oct 01 18:19:41.340 INFO O| Oct 01 18:19:41.340 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112024-10-01T18:19:43.376Z[ host-image] Oct 01 18:19:41.349 INFO O| Oct 01 18:19:41.349 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95122024-10-01T18:19:43.376Z[ host-image] Oct 01 18:19:41.349 INFO O| Oct 01 18:19:41.349 INFO STEP 121 (ensure_dir) COMPLETE
95132024-10-01T18:19:43.379Z[ host-image] Oct 01 18:19:41.349 INFO O| Oct 01 18:19:41.349 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95142024-10-01T18:19:43.386Z[ host-image] Oct 01 18:19:41.358 INFO O| Oct 01 18:19:41.358 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95152024-10-01T18:19:43.386Z[ host-image] Oct 01 18:19:41.359 INFO O| Oct 01 18:19:41.358 INFO STEP 122 (ensure_dir) COMPLETE
95162024-10-01T18:19:43.388Z[ host-image] Oct 01 18:19:41.359 INFO O| Oct 01 18:19:41.358 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95172024-10-01T18:19:43.396Z[ host-image] Oct 01 18:19:41.368 INFO O| Oct 01 18:19:41.368 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95182024-10-01T18:19:43.396Z[ host-image] Oct 01 18:19:41.368 INFO O| Oct 01 18:19:41.368 INFO STEP 123 (ensure_dir) COMPLETE
95192024-10-01T18:19:43.396Z[ host-image] Oct 01 18:19:41.368 INFO O| Oct 01 18:19:41.368 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95202024-10-01T18:19:43.405Z[ host-image] Oct 01 18:19:41.377 INFO O| Oct 01 18:19:41.377 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95212024-10-01T18:19:43.405Z[ host-image] Oct 01 18:19:41.377 INFO O| Oct 01 18:19:41.377 INFO copying /tmp/.tmpsSQlbn/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 ...
95222024-10-01T18:19:43.408Z[ host-image] Oct 01 18:19:41.378 INFO O| Oct 01 18:19:41.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95232024-10-01T18:19:43.408Z[ host-image] Oct 01 18:19:41.378 INFO O| Oct 01 18:19:41.378 INFO ok!
95242024-10-01T18:19:43.408Z[ host-image] Oct 01 18:19:41.378 INFO O| Oct 01 18:19:41.378 INFO STEP 124 (ensure_file) COMPLETE
95252024-10-01T18:19:43.408Z[ host-image] Oct 01 18:19:41.378 INFO O| Oct 01 18:19:41.378 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95262024-10-01T18:19:43.414Z[ host-image] Oct 01 18:19:41.387 INFO O| Oct 01 18:19:41.387 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95272024-10-01T18:19:43.414Z[ host-image] Oct 01 18:19:41.387 INFO O| Oct 01 18:19:41.387 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95282024-10-01T18:19:43.414Z[ host-image] Oct 01 18:19:41.387 INFO O| Oct 01 18:19:41.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95292024-10-01T18:19:43.417Z[ host-image] Oct 01 18:19:41.387 INFO O| Oct 01 18:19:41.387 INFO STEP 125 (ensure_dir) COMPLETE
95302024-10-01T18:19:43.417Z[ host-image] Oct 01 18:19:41.387 INFO O| Oct 01 18:19:41.387 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95312024-10-01T18:19:43.424Z[ host-image] Oct 01 18:19:41.397 INFO O| Oct 01 18:19:41.397 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95322024-10-01T18:19:43.424Z[ host-image] Oct 01 18:19:41.397 INFO O| Oct 01 18:19:41.397 INFO copying /tmp/.tmpsSQlbn/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95332024-10-01T18:19:43.426Z[ host-image] Oct 01 18:19:41.397 INFO O| Oct 01 18:19:41.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
95342024-10-01T18:19:43.426Z[ host-image] Oct 01 18:19:41.397 INFO O| Oct 01 18:19:41.397 INFO ok!
95352024-10-01T18:19:43.426Z[ host-image] Oct 01 18:19:41.397 INFO O| Oct 01 18:19:41.397 INFO STEP 126 (ensure_file) COMPLETE
95362024-10-01T18:19:43.426Z[ host-image] Oct 01 18:19:41.397 INFO O| Oct 01 18:19:41.397 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95372024-10-01T18:19:43.433Z[ host-image] Oct 01 18:19:41.406 INFO O| Oct 01 18:19:41.406 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
95382024-10-01T18:19:43.436Z[ host-image] Oct 01 18:19:41.407 INFO O| Oct 01 18:19:41.406 INFO STEP 127 (remove_files) COMPLETE
95392024-10-01T18:19:43.436Z[ host-image] Oct 01 18:19:41.407 INFO O| Oct 01 18:19:41.407 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95402024-10-01T18:19:43.443Z[ host-image] Oct 01 18:19:41.416 INFO O| Oct 01 18:19:41.416 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
95412024-10-01T18:19:43.446Z[ host-image] Oct 01 18:19:41.416 INFO O| Oct 01 18:19:41.416 INFO STEP 128 (remove_files) COMPLETE
95422024-10-01T18:19:43.446Z[ host-image] Oct 01 18:19:41.416 INFO O| Oct 01 18:19:41.416 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95432024-10-01T18:19:43.452Z[ host-image] Oct 01 18:19:41.425 INFO O| Oct 01 18:19:41.425 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
95442024-10-01T18:19:43.455Z[ host-image] Oct 01 18:19:41.426 INFO O| Oct 01 18:19:41.426 INFO STEP 129 (remove_files) COMPLETE
95452024-10-01T18:19:43.455Z[ host-image] Oct 01 18:19:41.426 INFO O| Oct 01 18:19:41.426 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95462024-10-01T18:19:43.462Z[ host-image] Oct 01 18:19:41.435 INFO O| Oct 01 18:19:41.435 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
95472024-10-01T18:19:43.465Z[ host-image] Oct 01 18:19:41.435 INFO O| Oct 01 18:19:41.435 INFO STEP 130 (remove_files) COMPLETE
95482024-10-01T18:19:43.465Z[ host-image] Oct 01 18:19:41.435 INFO O| Oct 01 18:19:41.435 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95492024-10-01T18:19:43.472Z[ host-image] Oct 01 18:19:41.445 INFO O| Oct 01 18:19:41.445 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
95502024-10-01T18:19:43.475Z[ host-image] Oct 01 18:19:41.445 INFO O| Oct 01 18:19:41.445 INFO STEP 131 (remove_files) COMPLETE
95512024-10-01T18:19:43.475Z[ host-image] Oct 01 18:19:41.445 INFO O| Oct 01 18:19:41.445 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95522024-10-01T18:19:43.481Z[ host-image] Oct 01 18:19:41.454 INFO O| Oct 01 18:19:41.454 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
95532024-10-01T18:19:43.484Z[ host-image] Oct 01 18:19:41.454 INFO O| Oct 01 18:19:41.454 INFO STEP 132 (remove_files) COMPLETE
95542024-10-01T18:19:43.484Z[ host-image] Oct 01 18:19:41.455 INFO O| Oct 01 18:19:41.454 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95552024-10-01T18:19:43.491Z[ host-image] Oct 01 18:19:41.464 INFO O| Oct 01 18:19:41.464 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
95562024-10-01T18:19:43.493Z[ host-image] Oct 01 18:19:41.464 INFO O| Oct 01 18:19:41.464 INFO STEP 133 (remove_files) COMPLETE
95572024-10-01T18:19:43.493Z[ host-image] Oct 01 18:19:41.464 INFO O| Oct 01 18:19:41.464 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95582024-10-01T18:19:43.500Z[ host-image] Oct 01 18:19:41.473 INFO O| Oct 01 18:19:41.473 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
95592024-10-01T18:19:43.500Z[ host-image] Oct 01 18:19:41.473 INFO O| Oct 01 18:19:41.473 INFO STEP 134 (remove_files) COMPLETE
95602024-10-01T18:19:43.500Z[ host-image] Oct 01 18:19:41.473 INFO O| Oct 01 18:19:41.473 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95612024-10-01T18:19:43.510Z[ host-image] Oct 01 18:19:41.483 INFO O| Oct 01 18:19:41.483 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
95622024-10-01T18:19:43.512Z[ host-image] Oct 01 18:19:41.483 INFO O| Oct 01 18:19:41.483 INFO STEP 135 (remove_files) COMPLETE
95632024-10-01T18:19:43.512Z[ host-image] Oct 01 18:19:41.483 INFO O| Oct 01 18:19:41.483 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95642024-10-01T18:19:43.519Z[ host-image] Oct 01 18:19:41.492 INFO O| Oct 01 18:19:41.492 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
95652024-10-01T18:19:43.519Z[ host-image] Oct 01 18:19:41.492 INFO O| Oct 01 18:19:41.492 INFO STEP 136 (remove_files) COMPLETE
95662024-10-01T18:19:43.519Z[ host-image] Oct 01 18:19:41.492 INFO O| Oct 01 18:19:41.492 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95672024-10-01T18:19:43.529Z[ host-image] Oct 01 18:19:41.502 INFO O| Oct 01 18:19:41.502 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
95682024-10-01T18:19:43.529Z[ host-image] Oct 01 18:19:41.502 INFO O| Oct 01 18:19:41.502 INFO STEP 137 (remove_files) COMPLETE
95692024-10-01T18:19:43.531Z[ host-image] Oct 01 18:19:41.502 INFO O| Oct 01 18:19:41.502 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95702024-10-01T18:19:43.538Z[ host-image] Oct 01 18:19:41.511 INFO O| Oct 01 18:19:41.511 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
95712024-10-01T18:19:43.538Z[ host-image] Oct 01 18:19:41.511 INFO O| Oct 01 18:19:41.511 INFO STEP 138 (remove_files) COMPLETE
95722024-10-01T18:19:43.541Z[ host-image] Oct 01 18:19:41.511 INFO O| Oct 01 18:19:41.511 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95732024-10-01T18:19:43.548Z[ host-image] Oct 01 18:19:41.521 INFO O| Oct 01 18:19:41.521 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
95742024-10-01T18:19:43.550Z[ host-image] Oct 01 18:19:41.521 INFO O| Oct 01 18:19:41.521 INFO STEP 139 (remove_files) COMPLETE
95752024-10-01T18:19:43.550Z[ host-image] Oct 01 18:19:41.521 INFO O| Oct 01 18:19:41.521 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95762024-10-01T18:19:43.557Z[ host-image] Oct 01 18:19:41.530 INFO O| Oct 01 18:19:41.530 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
95772024-10-01T18:19:43.557Z[ host-image] Oct 01 18:19:41.530 INFO O| Oct 01 18:19:41.530 INFO STEP 140 (remove_files) COMPLETE
95782024-10-01T18:19:43.560Z[ host-image] Oct 01 18:19:41.530 INFO O| Oct 01 18:19:41.530 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95792024-10-01T18:19:43.567Z[ host-image] Oct 01 18:19:41.540 INFO O| Oct 01 18:19:41.540 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
95802024-10-01T18:19:43.567Z[ host-image] Oct 01 18:19:41.540 INFO O| Oct 01 18:19:41.540 INFO STEP 141 (remove_files) COMPLETE
95812024-10-01T18:19:43.570Z[ host-image] Oct 01 18:19:41.540 INFO O| Oct 01 18:19:41.540 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95822024-10-01T18:19:43.576Z[ host-image] Oct 01 18:19:41.549 INFO O| Oct 01 18:19:41.549 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
95832024-10-01T18:19:43.576Z[ host-image] Oct 01 18:19:41.549 INFO O| Oct 01 18:19:41.549 INFO STEP 142 (remove_files) COMPLETE
95842024-10-01T18:19:43.579Z[ host-image] Oct 01 18:19:41.549 INFO O| Oct 01 18:19:41.549 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95852024-10-01T18:19:43.586Z[ host-image] Oct 01 18:19:41.559 INFO O| Oct 01 18:19:41.559 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
95862024-10-01T18:19:43.586Z[ host-image] Oct 01 18:19:41.559 INFO O| Oct 01 18:19:41.559 INFO STEP 143 (remove_files) COMPLETE
95872024-10-01T18:19:43.588Z[ host-image] Oct 01 18:19:41.559 INFO O| Oct 01 18:19:41.559 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95882024-10-01T18:19:43.596Z[ host-image] Oct 01 18:19:41.568 INFO O| Oct 01 18:19:41.568 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
95892024-10-01T18:19:43.596Z[ host-image] Oct 01 18:19:41.568 INFO O| Oct 01 18:19:41.568 INFO STEP 144 (remove_files) COMPLETE
95902024-10-01T18:19:43.598Z[ host-image] Oct 01 18:19:41.568 INFO O| Oct 01 18:19:41.568 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95912024-10-01T18:19:43.604Z[ host-image] Oct 01 18:19:41.578 INFO O| Oct 01 18:19:41.577 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
95922024-10-01T18:19:43.604Z[ host-image] Oct 01 18:19:41.578 INFO O| Oct 01 18:19:41.578 INFO STEP 145 (remove_files) COMPLETE
95932024-10-01T18:19:43.607Z[ host-image] Oct 01 18:19:41.578 INFO O| Oct 01 18:19:41.578 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95942024-10-01T18:19:43.614Z[ host-image] Oct 01 18:19:41.587 INFO O| Oct 01 18:19:41.587 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
95952024-10-01T18:19:43.617Z[ host-image] Oct 01 18:19:41.587 INFO O| Oct 01 18:19:41.587 INFO STEP 146 (remove_files) COMPLETE
95962024-10-01T18:19:43.617Z[ host-image] Oct 01 18:19:41.587 INFO O| Oct 01 18:19:41.587 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95972024-10-01T18:19:43.623Z[ host-image] Oct 01 18:19:41.596 INFO O| Oct 01 18:19:41.596 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
95982024-10-01T18:19:43.626Z[ host-image] Oct 01 18:19:41.596 INFO O| Oct 01 18:19:41.596 INFO STEP 147 (remove_files) COMPLETE
95992024-10-01T18:19:43.626Z[ host-image] Oct 01 18:19:41.597 INFO O| Oct 01 18:19:41.596 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96002024-10-01T18:19:43.633Z[ host-image] Oct 01 18:19:41.606 INFO O| Oct 01 18:19:41.606 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96012024-10-01T18:19:43.635Z[ host-image] Oct 01 18:19:41.606 INFO O| Oct 01 18:19:41.606 INFO STEP 148 (remove_files) COMPLETE
96022024-10-01T18:19:43.635Z[ host-image] Oct 01 18:19:41.606 INFO O| Oct 01 18:19:41.606 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96032024-10-01T18:19:43.643Z[ host-image] Oct 01 18:19:41.615 INFO O| Oct 01 18:19:41.615 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96042024-10-01T18:19:43.643Z[ host-image] Oct 01 18:19:41.615 INFO O| Oct 01 18:19:41.615 INFO STEP 149 (remove_files) COMPLETE
96052024-10-01T18:19:43.647Z[ host-image] Oct 01 18:19:41.615 INFO O| Oct 01 18:19:41.615 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96062024-10-01T18:19:43.652Z[ host-image] Oct 01 18:19:41.625 INFO O| Oct 01 18:19:41.625 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96072024-10-01T18:19:43.654Z[ host-image] Oct 01 18:19:41.625 INFO O| Oct 01 18:19:41.625 INFO STEP 150 (remove_files) COMPLETE
96082024-10-01T18:19:43.654Z[ host-image] Oct 01 18:19:41.625 INFO O| Oct 01 18:19:41.625 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96092024-10-01T18:19:43.661Z[ host-image] Oct 01 18:19:41.634 INFO O| Oct 01 18:19:41.634 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96102024-10-01T18:19:43.661Z[ host-image] Oct 01 18:19:41.634 INFO O| Oct 01 18:19:41.634 INFO STEP 151 (remove_files) COMPLETE
96112024-10-01T18:19:43.662Z[ host-image] Oct 01 18:19:41.634 INFO O| Oct 01 18:19:41.634 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96122024-10-01T18:19:43.671Z[ host-image] Oct 01 18:19:41.644 INFO O| Oct 01 18:19:41.644 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96132024-10-01T18:19:43.671Z[ host-image] Oct 01 18:19:41.644 INFO O| Oct 01 18:19:41.644 INFO STEP 152 (remove_files) COMPLETE
96142024-10-01T18:19:43.673Z[ host-image] Oct 01 18:19:41.644 INFO O| Oct 01 18:19:41.644 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96152024-10-01T18:19:43.681Z[ host-image] Oct 01 18:19:41.654 INFO O| Oct 01 18:19:41.654 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96162024-10-01T18:19:43.681Z[ host-image] Oct 01 18:19:41.654 INFO O| Oct 01 18:19:41.654 INFO STEP 153 (remove_files) COMPLETE
96172024-10-01T18:19:43.683Z[ host-image] Oct 01 18:19:41.654 INFO O| Oct 01 18:19:41.654 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96182024-10-01T18:19:43.690Z[ host-image] Oct 01 18:19:41.663 INFO O| Oct 01 18:19:41.663 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96192024-10-01T18:19:43.690Z[ host-image] Oct 01 18:19:41.663 INFO O| Oct 01 18:19:41.663 INFO STEP 154 (remove_files) COMPLETE
96202024-10-01T18:19:43.693Z[ host-image] Oct 01 18:19:41.663 INFO O| Oct 01 18:19:41.663 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96212024-10-01T18:19:43.699Z[ host-image] Oct 01 18:19:41.673 INFO O| Oct 01 18:19:41.672 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96222024-10-01T18:19:43.702Z[ host-image] Oct 01 18:19:41.673 INFO O| Oct 01 18:19:41.673 INFO STEP 155 (remove_files) COMPLETE
96232024-10-01T18:19:43.702Z[ host-image] Oct 01 18:19:41.673 INFO O| Oct 01 18:19:41.673 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96242024-10-01T18:19:43.714Z[ host-image] Oct 01 18:19:41.687 INFO O| Oct 01 18:19:41.686 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96252024-10-01T18:19:43.716Z[ host-image] Oct 01 18:19:41.687 INFO O| Oct 01 18:19:41.687 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
96262024-10-01T18:19:50.801Z[ host-image] Oct 01 18:19:48.773 INFO O| Oct 01 18:19:48.772 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
96272024-10-01T18:19:50.801Z[ host-image] Oct 01 18:19:48.773 INFO O| Oct 01 18:19:48.773 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96282024-10-01T18:19:50.815Z[ host-image] Oct 01 18:19:48.787 INFO O| Oct 01 18:19:48.787 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
96292024-10-01T18:19:50.893Z[ host-image] Oct 01 18:19:48.865 INFO O| Oct 01 18:19:48.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96302024-10-01T18:19:50.893Z[ host-image] Oct 01 18:19:48.865 INFO O| Oct 01 18:19:48.865 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96312024-10-01T18:19:50.896Z[ host-image] Oct 01 18:19:48.867 INFO O| Oct 01 18:19:48.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96322024-10-01T18:19:50.896Z[ host-image] Oct 01 18:19:48.867 INFO O| Oct 01 18:19:48.867 INFO ok!
96332024-10-01T18:19:50.896Z[ host-image] Oct 01 18:19:48.867 INFO O| Oct 01 18:19:48.867 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
96342024-10-01T18:19:50.896Z[ host-image] Oct 01 18:19:48.867 INFO O| Oct 01 18:19:48.867 INFO STEP 156 (seed_smf) COMPLETE
96352024-10-01T18:19:50.898Z[ host-image] Oct 01 18:19:48.867 INFO O| Oct 01 18:19:48.867 INFO steps complete; finalising image!
96362024-10-01T18:19:50.898Z[ host-image] Oct 01 18:19:48.867 INFO O| Oct 01 18:19:48.867 INFO TRIM POOL: TEMPORARY-gimlet-zfs
96372024-10-01T18:19:51.032Z[ host-image] Oct 01 18:19:49.004 INFO O| Oct 01 18:19:49.004 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Tue Oct 1 18:19:48 2024)
96382024-10-01T18:19:51.256Z[ host-image] Oct 01 18:19:49.227 INFO O| Oct 01 18:19:49.227 INFO temporary pool has 679M used, 153M avail, 1.86x compressratio
96392024-10-01T18:19:51.256Z[ host-image] Oct 01 18:19:49.227 INFO O| Oct 01 18:19:49.227 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
96402024-10-01T18:19:51.539Z[ host-image] Oct 01 18:19:49.510 INFO O| Oct 01 18:19:49.510 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
96412024-10-01T18:19:51.539Z[ host-image] Oct 01 18:19:49.510 INFO O| Oct 01 18:19:49.510 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
96422024-10-01T18:19:52.579Z[ host-image] Oct 01 18:19:50.550 INFO O| Oct 01 18:19:50.550 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
96432024-10-01T18:19:52.579Z[ host-image] Oct 01 18:19:50.550 INFO O| Oct 01 18:19:50.550 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
96442024-10-01T18:19:52.581Z[ host-image] Oct 01 18:19:50.550 INFO O| Oct 01 18:19:50.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
96452024-10-01T18:19:52.581Z[ host-image] Oct 01 18:19:50.550 INFO O| Oct 01 18:19:50.550 INFO completed processing gimlet/zfs
96462024-10-01T18:19:52.581Z[ host-image] Oct 01 18:19:50.550 INFO O| Oct 01 18:19:50.550 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
96472024-10-01T18:19:59.036Z[ host-image] Oct 01 18:19:57.006 INFO O| Oct 01 18:19:57.005 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
96482024-10-01T18:19:59.123Z[ host-image] Oct 01 18:19:57.094 INFO BUILD STRING "heads/stlouis-0-gb226835a4d\n"
96492024-10-01T18:19:59.126Z[ host-image] Oct 01 18:19:57.094 INFO expanded image name: "ci ef41f66/${os_short_commit} 2024-10-01 17:50" -> "ci ef41f66/b226835 2024-10-01 17:50"
96502024-10-01T18:19:59.126Z[ host-image] Oct 01 18:19:57.094 INFO output artefacts stored in: "/work/os-host"
96512024-10-01T18:19:59.126Z[ host-image] Oct 01 18:19:57.094 INFO collecting git info from project "amd-firmware"...
96522024-10-01T18:19:59.133Z[ host-image] Oct 01 18:19:57.103 INFO collecting git info from project "phbl"...
96532024-10-01T18:19:59.137Z[ host-image] Oct 01 18:19:57.108 INFO collecting git info from project "chelsio-t6-roms"...
96542024-10-01T18:19:59.142Z[ host-image] Oct 01 18:19:57.112 INFO collecting git info from project "image-builder"...
96552024-10-01T18:19:59.146Z[ host-image] Oct 01 18:19:57.117 INFO collecting git info from project "pilot"...
96562024-10-01T18:19:59.151Z[ host-image] Oct 01 18:19:57.122 INFO collecting git info from project "pinprick"...
96572024-10-01T18:19:59.156Z[ host-image] Oct 01 18:19:57.126 INFO collecting git info from project "amd-host-image-builder"...
96582024-10-01T18:19:59.170Z[ host-image] Oct 01 18:19:57.140 INFO collecting git info from project "bootserver"...
96592024-10-01T18:19:59.174Z[ host-image] Oct 01 18:19:57.144 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
96602024-10-01T18:19:59.548Z[ host-image] Oct 01 18:19:57.504 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
96612024-10-01T18:19:59.881Z[ host-image] Oct 01 18:19:57.846 INFO creating Oxide boot image...
96622024-10-01T18:19:59.881Z[ host-image] Oct 01 18:19:57.846 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci ef41f66/b226835 2024-10-01 17:50", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
96632024-10-01T18:20:00.857Z[ host-image] Oct 01 18:19:58.826 INFO O| ok, image written!
96642024-10-01T18:20:00.857Z[ host-image] Oct 01 18:19:58.827 INFO O| ok, boot_image_csum file written!
96652024-10-01T18:20:00.860Z[ host-image] Oct 01 18:19:58.830 INFO creating boot archive (CPIO)...
96662024-10-01T18:20:00.860Z[ host-image] Oct 01 18:19:58.830 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
96672024-10-01T18:20:00.869Z[ host-image] Oct 01 18:19:58.839 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
96682024-10-01T18:20:00.869Z[ host-image] Oct 01 18:19:58.839 INFO E| + outfile=/work/os-host/cpio
96692024-10-01T18:20:00.872Z[ host-image] Oct 01 18:19:58.839 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
96702024-10-01T18:20:00.872Z[ host-image] Oct 01 18:19:58.841 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
96712024-10-01T18:20:00.872Z[ host-image] Oct 01 18:19:58.841 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
96722024-10-01T18:20:00.906Z[ host-image] Oct 01 18:19:58.876 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
96732024-10-01T18:20:00.906Z[ host-image] Oct 01 18:19:58.876 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
96742024-10-01T18:20:00.914Z[ host-image] Oct 01 18:19:58.883 INFO creating compressed cpio/unix for nanobl-rs...
96752024-10-01T18:20:00.915Z[ host-image] Oct 01 18:19:58.883 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
96762024-10-01T18:20:01.194Z[ host-image] Oct 01 18:19:59.163 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
96772024-10-01T18:20:05.526Z[ host-image] Oct 01 18:20:03.495 INFO creating reset image...
96782024-10-01T18:20:05.529Z[ host-image] Oct 01 18:20:03.495 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
96792024-10-01T18:20:05.624Z[ host-image] Oct 01 18:20:03.593 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
96802024-10-01T18:20:05.627Z[ host-image] Oct 01 18:20:03.594 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
96812024-10-01T18:20:05.685Z[ host-image] Oct 01 18:20:03.654 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
96822024-10-01T18:20:07.513Z[ host-image] Oct 01 18:20:05.481 INFO E| Finished `release` profile [optimized] target(s) in 1.87s
96832024-10-01T18:20:07.528Z[ host-image] Oct 01 18:20:05.494 INFO building host image...
96842024-10-01T18:20:07.531Z[ host-image] Oct 01 18:20:05.494 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")
96852024-10-01T18:20:08.005Z[ host-image] Oct 01 18:20:05.973 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96862024-10-01T18:20:55.284Z[ host-image] Oct 01 18:20:53.244 INFO image complete! materials are in "/work/os-host"
96872024-10-01T18:20:55.286Z[ host-image]
96882024-10-01T18:20:55.289Z[ host-image] real 9:13.135676813
96892024-10-01T18:20:55.289Z[ host-image] user 4:37.119382740
96902024-10-01T18:20:55.289Z[ host-image] sys 51.461087868
96912024-10-01T18:20:55.289Z[ host-image] trap 0.194635723
96922024-10-01T18:20:55.289Z[ host-image] tflt 0.004644015
96932024-10-01T18:20:55.289Z[ host-image] dflt 0.097775744
96942024-10-01T18:20:55.289Z[ host-image] kflt 0.000000000
96952024-10-01T18:20:55.289Z[ host-image] lock 9:26.389262463
96962024-10-01T18:20:55.289Z[ host-image] slp 50:14.207425438
96972024-10-01T18:20:55.289Z[ host-image] lat 1:28.628408087
96982024-10-01T18:20:55.289Z[ host-image] stop 0.418077444
96992024-10-01T18:20:55.289ZOct 01 18:20:53.248 INFO [host-image] process exited with exit status: 0 (553.155948912s)
97002024-10-01T18:20:55.289ZOct 01 18:20:53.248 INFO [tuf-repo] running task
97012024-10-01T18:21:02.114ZOct 01 18:21:00.074 INFO assembling repository in `/tmp/tufaceousi43AeG`, component: OmicronRepoAssembler
97022024-10-01T18:21:07.129ZOct 01 18:21:05.088 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97032024-10-01T18:21:07.345ZOct 01 18:21:05.304 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97042024-10-01T18:21:18.790ZOct 01 18:21:16.746 INFO [tuf-repo] task succeeded (23.497679315s)
97052024-10-01T18:21:18.790ZOct 01 18:21:16.746 INFO all jobs completed in 1865.863468919s
97062024-10-01T18:21:19.364Zprocess exited: duration 2439509 ms, exit code 0
 
97072024-10-01T18:21:19.375Zfound 33 output files
97082024-10-01T18:21:19.375Zuploading: /work/manifest.toml (8404 bytes)
97092024-10-01T18:21:20.384Zuploaded: /work/manifest.toml
97102024-10-01T18:21:20.384Zuploading: /work/repo.zip (1810611647 bytes)
97112024-10-01T18:21:50.082Zuploaded: /work/repo.zip
97122024-10-01T18:21:50.082Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97132024-10-01T18:21:51.129Zuploaded: /work/repo.zip.sha256.txt
97142024-10-01T18:21:51.131Zuploading: /work/helios-setup.log (54585 bytes)
97152024-10-01T18:21:52.144Zuploaded: /work/helios-setup.log
97162024-10-01T18:21:52.144Zuploading: /work/host-image.log (194508 bytes)
97172024-10-01T18:21:53.167Zuploaded: /work/host-image.log
97182024-10-01T18:21:53.170Zuploading: /work/host-package.log (18772 bytes)
97192024-10-01T18:21:54.178Zuploaded: /work/host-package.log
97202024-10-01T18:21:54.178Zuploading: /work/host-target.log (101 bytes)
97212024-10-01T18:21:55.186Zuploaded: /work/host-target.log
97222024-10-01T18:21:55.188Zuploading: /work/omicron-package.log (4360 bytes)
97232024-10-01T18:21:56.194Zuploaded: /work/omicron-package.log
97242024-10-01T18:21:56.194Zuploading: /work/phbl-toolchain.log (881 bytes)
97252024-10-01T18:21:57.202Zuploaded: /work/phbl-toolchain.log
97262024-10-01T18:21:57.205Zuploading: /work/recovery-image.log (591294 bytes)
97272024-10-01T18:21:58.236Zuploaded: /work/recovery-image.log
97282024-10-01T18:21:58.239Zuploading: /work/recovery-package.log (354 bytes)
97292024-10-01T18:21:59.246Zuploaded: /work/recovery-package.log
97302024-10-01T18:21:59.248Zuploading: /work/recovery-target.log (57 bytes)
97312024-10-01T18:22:00.254Zuploaded: /work/recovery-target.log
97322024-10-01T18:22:00.258Zuploading: /work/stamp-clickhouse.log (117 bytes)
97332024-10-01T18:22:01.263Zuploaded: /work/stamp-clickhouse.log
97342024-10-01T18:22:01.266Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
97352024-10-01T18:22:02.271Zuploaded: /work/stamp-clickhouse_keeper.log
97362024-10-01T18:22:02.274Zuploading: /work/stamp-cockroachdb.log (118 bytes)
97372024-10-01T18:22:03.279Zuploaded: /work/stamp-cockroachdb.log
97382024-10-01T18:22:03.281Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
97392024-10-01T18:22:04.288Zuploaded: /work/stamp-crucible-dtrace.log
97402024-10-01T18:22:04.290Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
97412024-10-01T18:22:05.297Zuploaded: /work/stamp-crucible-pantry-zone.log
97422024-10-01T18:22:05.298Zuploading: /work/stamp-crucible-zone.log (120 bytes)
97432024-10-01T18:22:06.307Zuploaded: /work/stamp-crucible-zone.log
97442024-10-01T18:22:06.310Zuploading: /work/stamp-external-dns.log (119 bytes)
97452024-10-01T18:22:07.318Zuploaded: /work/stamp-external-dns.log
97462024-10-01T18:22:07.321Zuploading: /work/stamp-installinator.log (103 bytes)
97472024-10-01T18:22:08.327Zuploaded: /work/stamp-installinator.log
97482024-10-01T18:22:08.327Zuploading: /work/stamp-internal-dns.log (119 bytes)
97492024-10-01T18:22:09.335Zuploaded: /work/stamp-internal-dns.log
97502024-10-01T18:22:09.335Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
97512024-10-01T18:22:10.346Zuploaded: /work/stamp-mg-ddm-gz.log
97522024-10-01T18:22:10.349Zuploading: /work/stamp-nexus.log (112 bytes)
97532024-10-01T18:22:11.357Zuploaded: /work/stamp-nexus.log
97542024-10-01T18:22:11.360Zuploading: /work/stamp-ntp.log (110 bytes)
97552024-10-01T18:22:12.366Zuploaded: /work/stamp-ntp.log
97562024-10-01T18:22:12.369Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
97572024-10-01T18:22:13.387Zuploaded: /work/stamp-omicron-sled-agent.log
97582024-10-01T18:22:13.413Zuploading: /work/stamp-overlay.log (114 bytes)
97592024-10-01T18:22:14.418Zuploaded: /work/stamp-overlay.log
97602024-10-01T18:22:14.421Zuploading: /work/stamp-oximeter.log (115 bytes)
97612024-10-01T18:22:15.428Zuploaded: /work/stamp-oximeter.log
97622024-10-01T18:22:15.430Zuploading: /work/stamp-oxlog.log (109 bytes)
97632024-10-01T18:22:16.437Zuploaded: /work/stamp-oxlog.log
97642024-10-01T18:22:16.440Zuploading: /work/stamp-probe.log (112 bytes)
97652024-10-01T18:22:17.446Zuploaded: /work/stamp-probe.log
97662024-10-01T18:22:17.449Zuploading: /work/stamp-propolis-server.log (122 bytes)
97672024-10-01T18:22:18.455Zuploaded: /work/stamp-propolis-server.log
97682024-10-01T18:22:18.458Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
97692024-10-01T18:22:19.464Zuploaded: /work/stamp-pumpkind-gz.log
97702024-10-01T18:22:19.464Zuploading: /work/stamp-switch-asic.log (118 bytes)
97712024-10-01T18:22:20.471Zuploaded: /work/stamp-switch-asic.log
97722024-10-01T18:22:20.471Zuploading: /work/verify-libraries.log (3136 bytes)
97732024-10-01T18:22:21.479Zuploaded: /work/verify-libraries.log