01J6X29GRDPHJTCTDKP4JHK7J4: 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: 01J6X29Z1YGJW7417BMTYBH3SD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-03T23:09:08.947Zjob assigned to worker 01J6X2A1YHAGR7KANPB4REWPGC (queued for 1 m 17 s)
 
22024-09-03T23:09:15.647Zstarting task 0: "setup"
32024-09-03T23:09:15.656Z++ uname -s
42024-09-03T23:09:15.659Z+ kern=SunOS
52024-09-03T23:09:15.659Z+ case "$kern" in
62024-09-03T23:09:15.659Z+ groupadd -g 12345 build
72024-09-03T23:09:15.661Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-03T23:09:17.673Z+ zfs create -o mountpoint=/work rpool/work
92024-09-03T23:09:17.861Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-03T23:09:17.863Z+ home_fs=zfs
112024-09-03T23:09:17.863Z+ [[ zfs == autofs ]]
122024-09-03T23:09:17.863Z+ mkdir -p /home/build
132024-09-03T23:09:17.863Z+ chown build:build /home/build /work
142024-09-03T23:09:19.866Z+ chmod 0700 /home/build /work
152024-09-03T23:09:19.869Zprocess exited: duration 4224 ms, exit code 0
 
162024-09-03T23:09:19.877Zstarting task 1: "rust-toolchain"
172024-09-03T23:09:19.880Z+ printf ' * toolchain channel = "%s"
182024-09-03T23:09:19.880Z * toolchain channel = "1.80.1"
192024-09-03T23:09:19.880Z' 1.80.1
202024-09-03T23:09:19.880Z * toolchain profile = "default"
212024-09-03T23:09:19.880Z+ printf ' * toolchain profile = "%s"
222024-09-03T23:09:19.880Z' default
232024-09-03T23:09:19.883Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-03T23:09:19.883Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-03T23:09:20.006Zinfo: downloading installer
262024-09-03T23:09:21.343Zinfo: profile set to 'default'
272024-09-03T23:09:21.343Zinfo: default host triple is x86_64-unknown-illumos
282024-09-03T23:09:21.346Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-03T23:09:21.469Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-03T23:09:21.469Zinfo: downloading component 'cargo'
312024-09-03T23:09:22.130Zinfo: downloading component 'clippy'
322024-09-03T23:09:22.367Zinfo: downloading component 'rust-docs'
332024-09-03T23:09:23.290Zinfo: downloading component 'rust-std'
342024-09-03T23:09:24.585Zinfo: downloading component 'rustc'
352024-09-03T23:09:28.257Zinfo: downloading component 'rustfmt'
362024-09-03T23:09:28.463Zinfo: installing component 'cargo'
372024-09-03T23:09:29.276Zinfo: installing component 'clippy'
382024-09-03T23:09:29.643Zinfo: installing component 'rust-docs'
392024-09-03T23:09:31.264Zinfo: installing component 'rust-std'
402024-09-03T23:09:32.892Zinfo: installing component 'rustc'
412024-09-03T23:09:36.994Zinfo: installing component 'rustfmt'
422024-09-03T23:09:37.326Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-03T23:09:37.326Z
442024-09-03T23:09:37.573Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-03T23:09:37.573Z
462024-09-03T23:09:37.575Z
472024-09-03T23:09:37.575ZRust is installed now. Great!
482024-09-03T23:09:37.575Z
492024-09-03T23:09:37.575ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-03T23:09:37.575Zenvironment variable. This has not been done automatically.
512024-09-03T23:09:37.575Z
522024-09-03T23:09:37.575ZTo configure your current shell, you need to source
532024-09-03T23:09:37.576Zthe corresponding env file under $HOME/.cargo.
542024-09-03T23:09:37.576Z
552024-09-03T23:09:37.576ZThis is usually done by running one of the following (note the leading DOT):
562024-09-03T23:09:37.576Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-03T23:09:37.576Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-03T23:09:37.621Z+ rustc --version
592024-09-03T23:09:37.683Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-03T23:09:37.687Zprocess exited: duration 17810 ms, exit code 0
 
612024-09-03T23:09:37.692Zstarting task 2: "authentication"
622024-09-03T23:09:37.712Zprocess exited: duration 20 ms, exit code 0
 
632024-09-03T23:09:37.720Zstarting task 3: "clone repository"
642024-09-03T23:09:37.725Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-03T23:09:37.727Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-03T23:09:37.766ZCloning into '/work/oxidecomputer/omicron'...
672024-09-03T23:09:43.036Z+ cd /work/oxidecomputer/omicron
682024-09-03T23:09:43.036Z+ git fetch origin 3598a80e22e6b60b8b19649afb097be06ca84206
692024-09-03T23:09:43.317ZFrom https://github.com/oxidecomputer/omicron
702024-09-03T23:09:43.317Z * branch 3598a80e22e6b60b8b19649afb097be06ca84206 -> FETCH_HEAD
712024-09-03T23:09:43.326Z+ [[ -n oximeter-test-insert-fix ]]
722024-09-03T23:09:43.329Z++ git branch --show-current
732024-09-03T23:09:43.331Z+ current=main
742024-09-03T23:09:43.331Z+ [[ main != oximeter-test-insert-fix ]]
752024-09-03T23:09:43.331Z+ git branch -f oximeter-test-insert-fix 3598a80e22e6b60b8b19649afb097be06ca84206
762024-09-03T23:09:43.334Z+ git checkout -f oximeter-test-insert-fix
772024-09-03T23:09:43.350ZSwitched to branch 'oximeter-test-insert-fix'
782024-09-03T23:09:43.353Z+ git reset --hard 3598a80e22e6b60b8b19649afb097be06ca84206
792024-09-03T23:09:43.371ZHEAD is now at 3598a80e2 Retry sample insert after keeper cluster changes
802024-09-03T23:09:43.373Zprocess exited: duration 5651 ms, exit code 0
 
812024-09-03T23:09:43.378Zstarting task 4: "build"
822024-09-03T23:09:43.383Z+ cargo --version
832024-09-03T23:09:43.437Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-03T23:09:43.439Z+ rustc --version
852024-09-03T23:09:43.497Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-03T23:09:43.499Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-03T23:09:48.783Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-03T23:09:51.068Z Startup: Caching catalogs ... Done
892024-09-03T23:09:52.993ZPlanning: Solver setup ... Done (1.381s)
902024-09-03T23:09:53.019ZPlanning: Running solver ... Done (0.025s)
912024-09-03T23:09:53.060ZPlanning: Finding local manifests ... Done (0.005s)
922024-09-03T23:09:53.077ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-03T23:09:53.744ZPlanning: Fetching manifests: 5/5 100% complete
942024-09-03T23:09:53.854ZPlanning: Package planning ... Done (0.097s)
952024-09-03T23:09:53.895ZPlanning: Merging actions ... Done (0.056s)
962024-09-03T23:09:54.098ZPlanning: Checking for conflicting actions ... Done (0.204s)
972024-09-03T23:09:56.161ZPlanning: Consolidating action changes ... Done (2.063s)
982024-09-03T23:09:56.596ZPlanning: Evaluating mediators ... Done (0.434s)
992024-09-03T23:09:56.673ZPlanning: Planning completed in 5.54 seconds
1002024-09-03T23:09:56.691Z Packages to install: 4
1012024-09-03T23:09:56.691Z Packages to update: 1
1022024-09-03T23:09:56.694Z Mediators to change: 2
1032024-09-03T23:09:56.694Z Services to change: 1
1042024-09-03T23:09:56.694Z Estimated space available: 155.72 GB
1052024-09-03T23:09:56.694ZEstimated space to be consumed: 1.53 GB
1062024-09-03T23:09:56.694Z Create boot environment: No
1072024-09-03T23:09:56.694ZCreate backup boot environment: Yes
1082024-09-03T23:09:56.694Z Rebuild boot archive: No
1092024-09-03T23:09:56.694Z
1102024-09-03T23:09:56.694ZChanged mediators:
1112024-09-03T23:09:56.694Z mediator clang:
1122024-09-03T23:09:56.694Z version: None -> 15 (system default)
1132024-09-03T23:09:56.694Z
1142024-09-03T23:09:56.694Z mediator llvm:
1152024-09-03T23:09:56.694Z version: 14 (system default) -> 15 (system default)
1162024-09-03T23:09:56.694Z
1172024-09-03T23:09:56.694ZChanged packages:
1182024-09-03T23:09:56.694Zhelios-dev
1192024-09-03T23:09:56.694Z developer/build-essential
1202024-09-03T23:09:56.694Z None -> 11-2.0
1212024-09-03T23:09:56.694Z library/libxmlsec1
1222024-09-03T23:09:56.694Z None -> 1.2.35-2.0
1232024-09-03T23:09:56.694Z ooce/developer/clang-15
1242024-09-03T23:09:56.694Z None -> 15.0.7-2.0
1252024-09-03T23:09:56.694Z ooce/developer/llvm-15
1262024-09-03T23:09:56.694Z None -> 15.0.7-2.0
1272024-09-03T23:09:56.694Z package/pkg
1282024-09-03T23:09:56.694Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-09-03T23:09:56.694Z
1302024-09-03T23:09:56.695ZServices:
1312024-09-03T23:09:56.695Z restart_fmri:
1322024-09-03T23:09:56.695Z svc:/system/update-man-index:default
1332024-09-03T23:09:56.695Z
1342024-09-03T23:09:56.695ZEditable files to change:
1352024-09-03T23:09:56.695Z Update:
1362024-09-03T23:09:56.695Z usr/share/lib/pkg/web/config.shtml
1372024-09-03T23:09:56.773Z
1382024-09-03T23:09:56.773ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-09-03T23:10:01.779ZDownload: 1201/4281 items 83.5/220.6MB 37% complete (17.2M/s)
1402024-09-03T23:10:06.784ZDownload: 3162/4281 items 142.4/220.6MB 64% complete (14.3M/s)
1412024-09-03T23:10:11.915ZDownload: 4208/4281 items 220.6/220.6MB 99% complete (14.3M/s)
1422024-09-03T23:10:12.023ZDownload: Completed 220.60 MB in 15.24 seconds (14.5M/s)
1432024-09-03T23:10:14.268Z Actions: 1/5063 actions (Removing old actions)
1442024-09-03T23:10:14.288Z Actions: 194/5063 actions (Installing new actions)
1452024-09-03T23:10:18.980Z Actions: 4226/5063 actions (Updating modified actions)
1462024-09-03T23:10:19.301Z Actions: Completed 5063 actions in 5.03 seconds.
1472024-09-03T23:10:19.581Z Done (0.272s)
1482024-09-03T23:10:19.584Z Done (0.000s)
1492024-09-03T23:10:19.955Z Done (0.372s)
1502024-09-03T23:10:24.332Z Done (4.201s)
1512024-09-03T23:10:24.422Z Done (0.018s)
1522024-09-03T23:10:24.424Z Done (0.000s)
1532024-09-03T23:10:24.604Z Done (0.000s)
1542024-09-03T23:10:25.193ZPlanning: Evaluating mediator changes ... Done
1552024-09-03T23:10:25.357ZPlanning: Checking for conflicting actions ... Done
1562024-09-03T23:10:25.359ZPlanning: Consolidating action changes ... Done
1572024-09-03T23:10:25.636ZPlanning: Evaluating mediators ... Done
1582024-09-03T23:10:25.638ZPlanning: Planning completed in 0.44 seconds
1592024-09-03T23:10:25.677Z Mediators to change: 2
1602024-09-03T23:10:25.677Z Create boot environment: No
1612024-09-03T23:10:25.677ZCreate backup boot environment: No
1622024-09-03T23:10:25.761Z Done
1632024-09-03T23:10:25.761Z Done
1642024-09-03T23:10:25.996Z Done
1652024-09-03T23:10:29.747Z Done
1662024-09-03T23:10:29.842Z Done
1672024-09-03T23:10:29.844Z Done
1682024-09-03T23:10:29.959Z Done
1692024-09-03T23:10:30.565ZPlanning: Evaluating mediator changes ... Done
1702024-09-03T23:10:30.568ZPlanning: Merging actions ... Done
1712024-09-03T23:10:30.756ZPlanning: Checking for conflicting actions ... Done
1722024-09-03T23:10:30.759ZPlanning: Consolidating action changes ... Done
1732024-09-03T23:10:31.024ZPlanning: Evaluating mediators ... Done
1742024-09-03T23:10:31.080ZPlanning: Planning completed in 0.76 seconds
1752024-09-03T23:10:31.122Z Packages to change: 1
1762024-09-03T23:10:31.122Z Mediators to change: 1
1772024-09-03T23:10:31.124Z Services to change: 1
1782024-09-03T23:10:31.124Z Create boot environment: No
1792024-09-03T23:10:31.124ZCreate backup boot environment: Yes
1802024-09-03T23:10:33.156Z Actions: 1/6 actions (Updating modified actions)
1812024-09-03T23:10:33.158Z Actions: Completed 6 actions in 0.00 seconds.
1822024-09-03T23:10:33.159Z Done
1832024-09-03T23:10:33.159Z Done
1842024-09-03T23:10:33.234Z Done
1852024-09-03T23:10:36.792Z Done
1862024-09-03T23:10:36.882Z Done
1872024-09-03T23:10:36.884Z Done
1882024-09-03T23:10:37.001Z Done
1892024-09-03T23:10:37.435ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902024-09-03T23:10:37.435Zclang system 15 system
1912024-09-03T23:10:37.435Zcsh system system illumos
1922024-09-03T23:10:37.435Zctags system system illumos
1932024-09-03T23:10:37.435Zgcc vendor 12 vendor
1942024-09-03T23:10:37.435Zgcc system 10 system
1952024-09-03T23:10:37.435Zgcc system 7 system
1962024-09-03T23:10:37.435Zgo system 1.20 system
1972024-09-03T23:10:37.435Zgo system 1.19 system
1982024-09-03T23:10:37.435Zllvm system 15 system
1992024-09-03T23:10:37.435Zllvm system 14 system
2002024-09-03T23:10:37.435Zmariadb system 10.6 system
2012024-09-03T23:10:37.435Zmta vendor vendor dma
2022024-09-03T23:10:37.435Zopenjdk system 17 system
2032024-09-03T23:10:37.436Zopenjdk system 11 system
2042024-09-03T23:10:37.436Zopenjdk system 1.8 system
2052024-09-03T23:10:37.436Zopenssl vendor 3 vendor
2062024-09-03T23:10:37.436Zperl system 5.36 system
2072024-09-03T23:10:37.436Zpostgresql system 15 system
2082024-09-03T23:10:37.436Zpostgresql system 13 system
2092024-09-03T23:10:37.436Zpython vendor 3 vendor
2102024-09-03T23:10:37.436Zpython system 2 system
2112024-09-03T23:10:37.436Zpython3 system 3.11 system
2122024-09-03T23:10:37.436Zruby system 3.0 system
2132024-09-03T23:10:37.436Zwords vendor vendor american-english
2142024-09-03T23:10:37.437Zwords system system australian-english
2152024-09-03T23:10:37.437Zwords system system british-english
2162024-09-03T23:10:37.437Zwords system system canadian-english
2172024-09-03T23:10:37.437Zwords system system french
2182024-09-03T23:10:37.437Zwords system system italian
2192024-09-03T23:10:37.437Zwords system system ngerman
2202024-09-03T23:10:37.437Zwords system system ogerman
2212024-09-03T23:10:37.437Zwords system system spanish
2222024-09-03T23:10:37.764ZPUBLISHER TYPE STATUS P LOCATION
2232024-09-03T23:10:37.764Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2242024-09-03T23:10:39.515ZFMRI IFO
2252024-09-03T23:10:39.515Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2262024-09-03T23:10:39.515Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2272024-09-03T23:10:39.516Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2282024-09-03T23:10:39.516Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2292024-09-03T23:10:39.516Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2302024-09-03T23:10:39.516Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2312024-09-03T23:10:39.516Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2322024-09-03T23:10:39.516Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2332024-09-03T23:10:39.516Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2342024-09-03T23:10:39.516Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2352024-09-03T23:10:39.516Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2362024-09-03T23:10:39.516Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2372024-09-03T23:10:39.516Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2382024-09-03T23:10:40.110Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392024-09-03T23:10:40.373Z Updating crates.io index
2402024-09-03T23:10:40.375Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2412024-09-03T23:10:41.169Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2422024-09-03T23:10:41.863Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2432024-09-03T23:10:42.096Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2442024-09-03T23:10:43.604Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2452024-09-03T23:10:43.846Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462024-09-03T23:10:44.233Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472024-09-03T23:10:45.367Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482024-09-03T23:10:47.288Z Updating git repository `https://github.com/oxidecomputer/opte`
2492024-09-03T23:10:48.204Z Updating git repository `https://github.com/oxidecomputer/falcon`
2502024-09-03T23:10:48.939Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2512024-09-03T23:10:49.194Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522024-09-03T23:10:49.682Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2532024-09-03T23:10:49.977Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2542024-09-03T23:10:50.273Z Updating git repository `https://github.com/oxidecomputer/qorb`
2552024-09-03T23:10:50.604Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562024-09-03T23:10:51.065Z Updating git repository `https://github.com/oxidecomputer/tofino`
2572024-09-03T23:10:51.329Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2582024-09-03T23:10:51.581Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2592024-09-03T23:10:51.824Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2602024-09-03T23:10:52.111Z Updating git repository `https://github.com/oxidecomputer/clickward`
2612024-09-03T23:10:52.436Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622024-09-03T23:10:52.802Z Updating git repository `https://github.com/oxidecomputer/ispf`
2632024-09-03T23:10:53.079Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2642024-09-03T23:10:53.524Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2652024-09-03T23:10:53.949Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2662024-09-03T23:10:54.287Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2672024-09-03T23:10:54.841Z Updating git repository `https://github.com/oxidecomputer/typify`
2682024-09-03T23:10:57.443Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2692024-09-03T23:10:57.676Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2702024-09-03T23:10:57.936Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2712024-09-03T23:10:58.433Z Updating git repository `https://github.com/oxidecomputer/rfb`
2722024-09-03T23:10:59.684Z Downloading crates ...
2732024-09-03T23:10:59.764Z Downloaded heck v0.4.1
2742024-09-03T23:10:59.766Z Downloaded anyhow v1.0.86
2752024-09-03T23:10:59.770Z Downloaded anstyle-parse v0.2.4
2762024-09-03T23:10:59.779Z Downloaded usdt-attr-macro v0.5.0
2772024-09-03T23:10:59.782Z Downloaded equivalent v1.0.1
2782024-09-03T23:10:59.786Z Downloaded usdt-macro v0.5.0
2792024-09-03T23:10:59.792Z Downloaded plain v0.2.3
2802024-09-03T23:10:59.797Z Downloaded fastrand v2.1.0
2812024-09-03T23:10:59.799Z Downloaded crypto-common v0.1.6
2822024-09-03T23:10:59.803Z Downloaded proc-macro-error-attr v1.0.4
2832024-09-03T23:10:59.803Z Downloaded cargo-platform v0.1.8
2842024-09-03T23:10:59.805Z Downloaded bytecount v0.6.8
2852024-09-03T23:10:59.805Z Downloaded colorchoice v1.0.1
2862024-09-03T23:10:59.807Z Downloaded strsim v0.11.1
2872024-09-03T23:10:59.807Z Downloaded version_check v0.9.5
2882024-09-03T23:10:59.809Z Downloaded serde_spanned v0.6.7
2892024-09-03T23:10:59.813Z Downloaded fs-err v2.11.0
2902024-09-03T23:10:59.815Z Downloaded clap v4.5.16
2912024-09-03T23:10:59.824Z Downloaded thiserror-impl v1.0.63
2922024-09-03T23:10:59.826Z Downloaded clap_derive v4.5.13
2932024-09-03T23:10:59.829Z Downloaded proc-macro-error v1.0.4
2942024-09-03T23:10:59.831Z Downloaded quote v1.0.36
2952024-09-03T23:10:59.833Z Downloaded itoa v1.0.11
2962024-09-03T23:10:59.836Z Downloaded tempfile v3.10.1
2972024-09-03T23:10:59.838Z Downloaded sha2 v0.10.8
2982024-09-03T23:10:59.841Z Downloaded is_terminal_polyfill v1.70.0
2992024-09-03T23:10:59.841Z Downloaded pretty-hex v0.4.1
3002024-09-03T23:10:59.843Z Downloaded anstyle-query v1.0.3
3012024-09-03T23:10:59.843Z Downloaded scroll v0.12.0
3022024-09-03T23:10:59.845Z Downloaded dof v0.3.0
3032024-09-03T23:10:59.848Z Downloaded camino v1.1.9
3042024-09-03T23:10:59.848Z Downloaded anstream v0.6.14
3052024-09-03T23:10:59.852Z Downloaded semver v1.0.23
3062024-09-03T23:10:59.854Z Downloaded cargo_toml v0.20.4
3072024-09-03T23:10:59.856Z Downloaded once_cell v1.19.0
3082024-09-03T23:10:59.859Z Downloaded log v0.4.21
3092024-09-03T23:10:59.861Z Downloaded bitflags v2.6.0
3102024-09-03T23:10:59.864Z Downloaded unicode-ident v1.0.12
3112024-09-03T23:10:59.867Z Downloaded textwrap v0.16.1
3122024-09-03T23:10:59.869Z Downloaded swrite v0.1.0
3132024-09-03T23:10:59.872Z Downloaded scroll_derive v0.12.0
3142024-09-03T23:10:59.872Z Downloaded pest_generator v2.7.10
3152024-09-03T23:10:59.874Z Downloaded memmap v0.7.0
3162024-09-03T23:10:59.874Z Downloaded clap_lex v0.7.0
3172024-09-03T23:10:59.877Z Downloaded heck v0.5.0
3182024-09-03T23:10:59.877Z Downloaded fnv v1.0.7
3192024-09-03T23:10:59.879Z Downloaded cfg-if v1.0.0
3202024-09-03T23:10:59.879Z Downloaded camino-tempfile v1.1.1
3212024-09-03T23:10:59.881Z Downloaded byteorder v1.5.0
3222024-09-03T23:10:59.884Z Downloaded macaddr v1.0.1
3232024-09-03T23:10:59.884Z Downloaded digest v0.10.7
3242024-09-03T23:10:59.887Z Downloaded typenum v1.17.0
3252024-09-03T23:10:59.887Z Downloaded cpufeatures v0.2.12
3262024-09-03T23:10:59.890Z Downloaded cargo_metadata v0.18.1
3272024-09-03T23:10:59.892Z Downloaded pest_meta v2.7.10
3282024-09-03T23:10:59.892Z Downloaded serde_derive v1.0.208
3292024-09-03T23:10:59.894Z Downloaded generic-array v0.14.7
3302024-09-03T23:10:59.896Z Downloaded autocfg v1.3.0
3312024-09-03T23:10:59.899Z Downloaded block-buffer v0.10.4
3322024-09-03T23:10:59.899Z Downloaded utf8parse v0.2.1
3332024-09-03T23:10:59.902Z Downloaded toml_datetime v0.6.8
3342024-09-03T23:10:59.902Z Downloaded anstyle v1.0.8
3352024-09-03T23:10:59.902Z Downloaded dtrace-parser v0.2.0
3362024-09-03T23:10:59.904Z Downloaded thiserror v1.0.63
3372024-09-03T23:10:59.908Z Downloaded terminal_size v0.3.0
3382024-09-03T23:10:59.910Z Downloaded thread-id v4.2.1
3392024-09-03T23:10:59.910Z Downloaded serde_tokenstream v0.2.2
3402024-09-03T23:10:59.913Z Downloaded usdt-impl v0.5.0
3412024-09-03T23:10:59.915Z Downloaded usdt v0.5.0
3422024-09-03T23:10:59.915Z Downloaded toml v0.8.19
3432024-09-03T23:10:59.917Z Downloaded indexmap v2.4.0
3442024-09-03T23:10:59.921Z Downloaded errno v0.3.9
3452024-09-03T23:10:59.923Z Downloaded tabled_derive v0.7.0
3462024-09-03T23:10:59.926Z Downloaded zerocopy-derive v0.7.34
3472024-09-03T23:10:59.930Z Downloaded smawk v0.3.2
3482024-09-03T23:10:59.933Z Downloaded unicode-linebreak v0.1.5
3492024-09-03T23:10:59.935Z Downloaded proc-macro2 v1.0.86
3502024-09-03T23:10:59.941Z Downloaded ucd-trie v0.1.6
3512024-09-03T23:10:59.943Z Downloaded ryu v1.0.18
3522024-09-03T23:10:59.945Z Downloaded papergrid v0.11.0
3532024-09-03T23:10:59.950Z Downloaded toml_edit v0.22.20
3542024-09-03T23:10:59.972Z Downloaded pest_derive v2.7.10
3552024-09-03T23:10:59.974Z Downloaded serde v1.0.208
3562024-09-03T23:10:59.976Z Downloaded memchr v2.7.2
3572024-09-03T23:10:59.986Z Downloaded pest v2.7.10
3582024-09-03T23:11:00.007Z Downloaded goblin v0.8.2
3592024-09-03T23:11:00.012Z Downloaded zerocopy v0.7.34
3602024-09-03T23:11:00.028Z Downloaded hashbrown v0.14.5
3612024-09-03T23:11:00.033Z Downloaded tabled v0.15.0
3622024-09-03T23:11:00.049Z Downloaded winnow v0.6.18
3632024-09-03T23:11:00.057Z Downloaded syn v1.0.109
3642024-09-03T23:11:00.067Z Downloaded serde_json v1.0.125
3652024-09-03T23:11:00.074Z Downloaded syn v2.0.74
3662024-09-03T23:11:00.085Z Downloaded clap_builder v4.5.15
3672024-09-03T23:11:00.091Z Downloaded unicode-width v0.1.13
3682024-09-03T23:11:00.099Z Downloaded rustix v0.38.34
3692024-09-03T23:11:00.120Z Downloaded libc v0.2.158
3702024-09-03T23:11:00.417Z Compiling proc-macro2 v1.0.86
3712024-09-03T23:11:00.417Z Compiling unicode-ident v1.0.12
3722024-09-03T23:11:00.420Z Compiling serde v1.0.208
3732024-09-03T23:11:00.420Z Compiling version_check v0.9.5
3742024-09-03T23:11:00.420Z Compiling thiserror v1.0.63
3752024-09-03T23:11:00.420Z Compiling memchr v2.7.2
3762024-09-03T23:11:00.449Z Compiling libc v0.2.158
3772024-09-03T23:11:00.454Z Compiling ucd-trie v0.1.6
3782024-09-03T23:11:00.686Z Compiling itoa v1.0.11
3792024-09-03T23:11:00.894Z Compiling ryu v1.0.18
3802024-09-03T23:11:01.174Z Compiling once_cell v1.19.0
3812024-09-03T23:11:01.258Z Compiling byteorder v1.5.0
3822024-09-03T23:11:01.260Z Compiling serde_json v1.0.125
3832024-09-03T23:11:01.563Z Compiling rustix v0.38.34
3842024-09-03T23:11:01.759Z Compiling bitflags v2.6.0
3852024-09-03T23:11:02.042Z Compiling quote v1.0.36
3862024-09-03T23:11:02.171Z Compiling proc-macro-error-attr v1.0.4
3872024-09-03T23:11:02.192Z Compiling usdt-impl v0.5.0
3882024-09-03T23:11:02.214Z Compiling syn v1.0.109
3892024-09-03T23:11:02.489Z Compiling syn v2.0.74
3902024-09-03T23:11:02.586Z Compiling proc-macro-error v1.0.4
3912024-09-03T23:11:02.704Z Compiling errno v0.3.9
3922024-09-03T23:11:02.766Z Compiling camino v1.1.9
3932024-09-03T23:11:02.925Z Compiling thread-id v4.2.1
3942024-09-03T23:11:02.949Z Compiling utf8parse v0.2.1
3952024-09-03T23:11:02.975Z Compiling plain v0.2.3
3962024-09-03T23:11:02.977Z Compiling equivalent v1.0.1
3972024-09-03T23:11:02.977Z Compiling hashbrown v0.14.5
3982024-09-03T23:11:03.041Z Compiling log v0.4.21
3992024-09-03T23:11:03.098Z Compiling anstyle-parse v0.2.4
4002024-09-03T23:11:03.531Z Compiling semver v1.0.23
4012024-09-03T23:11:03.560Z Compiling anstyle v1.0.8
4022024-09-03T23:11:03.794Z Compiling winnow v0.6.18
4032024-09-03T23:11:03.962Z Compiling colorchoice v1.0.1
4042024-09-03T23:11:04.022Z Compiling autocfg v1.3.0
4052024-09-03T23:11:04.088Z Compiling unicode-width v0.1.13
4062024-09-03T23:11:04.131Z Compiling anstyle-query v1.0.3
4072024-09-03T23:11:04.284Z Compiling indexmap v2.4.0
4082024-09-03T23:11:04.309Z Compiling pretty-hex v0.4.1
4092024-09-03T23:11:04.333Z Compiling is_terminal_polyfill v1.70.0
4102024-09-03T23:11:04.465Z Compiling anstream v0.6.14
4112024-09-03T23:11:04.874Z Compiling terminal_size v0.3.0
4122024-09-03T23:11:04.948Z Compiling fs-err v2.11.0
4132024-09-03T23:11:05.074Z Compiling heck v0.5.0
4142024-09-03T23:11:05.248Z Compiling bytecount v0.6.8
4152024-09-03T23:11:05.250Z Compiling anyhow v1.0.86
4162024-09-03T23:11:05.465Z Compiling fnv v1.0.7
4172024-09-03T23:11:05.593Z Compiling fastrand v2.1.0
4182024-09-03T23:11:05.616Z Compiling cfg-if v1.0.0
4192024-09-03T23:11:05.616Z Compiling heck v0.4.1
4202024-09-03T23:11:05.671Z Compiling clap_lex v0.7.0
4212024-09-03T23:11:05.710Z Compiling strsim v0.11.1
4222024-09-03T23:11:06.136Z Compiling clap_builder v4.5.15
4232024-09-03T23:11:06.139Z Compiling tempfile v3.10.1
4242024-09-03T23:11:06.200Z Compiling papergrid v0.11.0
4252024-09-03T23:11:06.713Z Compiling memmap v0.7.0
4262024-09-03T23:11:06.770Z Compiling smawk v0.3.2
4272024-09-03T23:11:06.980Z Compiling unicode-linebreak v0.1.5
4282024-09-03T23:11:07.480Z Compiling textwrap v0.16.1
4292024-09-03T23:11:07.555Z Compiling swrite v0.1.0
4302024-09-03T23:11:08.768Z Compiling tabled_derive v0.7.0
4312024-09-03T23:11:10.351Z Compiling tabled v0.15.0
4322024-09-03T23:11:11.275Z Compiling serde_derive v1.0.208
4332024-09-03T23:11:11.278Z Compiling thiserror-impl v1.0.63
4342024-09-03T23:11:11.298Z Compiling zerocopy-derive v0.7.34
4352024-09-03T23:11:11.502Z Compiling scroll_derive v0.12.0
4362024-09-03T23:11:11.650Z Compiling clap_derive v4.5.13
4372024-09-03T23:11:12.859Z Compiling scroll v0.12.0
4382024-09-03T23:11:13.325Z Compiling goblin v0.8.2
4392024-09-03T23:11:13.383Z Compiling zerocopy v0.7.34
4402024-09-03T23:11:14.001Z Compiling pest v2.7.10
4412024-09-03T23:11:15.466Z Compiling clap v4.5.16
4422024-09-03T23:11:16.227Z Compiling pest_meta v2.7.10
4432024-09-03T23:11:17.031Z Compiling pest_generator v2.7.10
4442024-09-03T23:11:18.893Z Compiling pest_derive v2.7.10
4452024-09-03T23:11:19.522Z Compiling dtrace-parser v0.2.0
4462024-09-03T23:11:21.547Z Compiling serde_tokenstream v0.2.2
4472024-09-03T23:11:21.666Z Compiling serde_spanned v0.6.7
4482024-09-03T23:11:21.666Z Compiling toml_datetime v0.6.8
4492024-09-03T23:11:21.824Z Compiling cargo-platform v0.1.8
4502024-09-03T23:11:21.967Z Compiling toml_edit v0.22.20
4512024-09-03T23:11:22.166Z Compiling macaddr v1.0.1
4522024-09-03T23:11:22.348Z Compiling camino-tempfile v1.1.1
4532024-09-03T23:11:22.978Z Compiling dof v0.3.0
4542024-09-03T23:11:23.195Z Compiling cargo_metadata v0.18.1
4552024-09-03T23:11:24.635Z Compiling usdt-macro v0.5.0
4562024-09-03T23:11:24.638Z Compiling usdt-attr-macro v0.5.0
4572024-09-03T23:11:24.756Z Compiling toml v0.8.19
4582024-09-03T23:11:25.666Z Compiling cargo_toml v0.20.4
4592024-09-03T23:11:25.957Z Compiling usdt v0.5.0
4602024-09-03T23:11:29.413Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4612024-09-03T23:11:33.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.72s
4622024-09-03T23:11:33.858Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4632024-09-03T23:11:34.439Z Downloading crates ...
4642024-09-03T23:11:34.565Z Downloaded addr2line v0.21.0
4652024-09-03T23:11:34.571Z Downloaded cfg_aliases v0.1.1
4662024-09-03T23:11:34.574Z Downloaded atty v0.2.14
4672024-09-03T23:11:34.576Z Downloaded ascii v1.1.0
4682024-09-03T23:11:34.578Z Downloaded adler v1.0.2
4692024-09-03T23:11:34.581Z Downloaded crunchy v0.2.2
4702024-09-03T23:11:34.583Z Downloaded bitstruct_derive v0.1.0
4712024-09-03T23:11:34.586Z Downloaded cstr-argument v0.1.2
4722024-09-03T23:11:34.589Z Downloaded http-range v0.1.5
4732024-09-03T23:11:34.592Z Downloaded hostname v0.3.1
4742024-09-03T23:11:34.594Z Downloaded atomic-waker v1.1.2
4752024-09-03T23:11:34.597Z Downloaded buf-list v1.0.3
4762024-09-03T23:11:34.600Z Downloaded ascii-canvas v3.0.0
4772024-09-03T23:11:34.602Z Downloaded cassowary v0.3.0
4782024-09-03T23:11:34.604Z Downloaded darling_core v0.20.9
4792024-09-03T23:11:34.609Z Downloaded bcrypt-pbkdf v0.10.0
4802024-09-03T23:11:34.611Z Downloaded matches v0.1.10
4812024-09-03T23:11:34.614Z Downloaded hubpack_derive v0.1.1
4822024-09-03T23:11:34.614Z Downloaded newline-converter v0.3.0
4832024-09-03T23:11:34.618Z Downloaded cbc v0.1.2
4842024-09-03T23:11:34.618Z Downloaded colored v2.1.0
4852024-09-03T23:11:34.620Z Downloaded newtype_derive v0.1.6
4862024-09-03T23:11:34.620Z Downloaded bitfield-struct v0.6.1
4872024-09-03T23:11:34.623Z Downloaded constant_time_eq v0.3.0
4882024-09-03T23:11:34.625Z Downloaded is_ci v1.2.0
4892024-09-03T23:11:34.625Z Downloaded hostname v0.4.0
4902024-09-03T23:11:34.628Z Downloaded ctr v0.9.2
4912024-09-03T23:11:34.630Z Downloaded maplit v1.0.2
4922024-09-03T23:11:34.633Z Downloaded lazy_static v1.5.0
4932024-09-03T23:11:34.633Z Downloaded keccak v0.1.5
4942024-09-03T23:11:34.635Z Downloaded internet-checksum v0.2.1
4952024-09-03T23:11:34.635Z Downloaded argon2 v0.5.3
4962024-09-03T23:11:34.638Z Downloaded instability v0.3.2
4972024-09-03T23:11:34.641Z Downloaded mime v0.3.17
4982024-09-03T23:11:34.644Z Downloaded linked-hash-map v0.5.6
4992024-09-03T23:11:34.644Z Downloaded async-stream v0.3.5
5002024-09-03T23:11:34.646Z Downloaded ipnetwork v0.20.0
5012024-09-03T23:11:34.648Z Downloaded md-5 v0.10.6
5022024-09-03T23:11:34.651Z Downloaded ciborium-io v0.2.2
5032024-09-03T23:11:34.651Z Downloaded jobserver v0.1.32
5042024-09-03T23:11:34.653Z Downloaded block-padding v0.3.3
5052024-09-03T23:11:34.655Z Downloaded nu-ansi-term v0.50.0
5062024-09-03T23:11:34.658Z Downloaded libloading v0.8.3
5072024-09-03T23:11:34.660Z Downloaded rpassword v7.3.1
5082024-09-03T23:11:34.663Z Downloaded multimap v0.10.0
5092024-09-03T23:11:34.665Z Downloaded iana-time-zone v0.1.60
5102024-09-03T23:11:34.665Z Downloaded crc32fast v1.4.0
5112024-09-03T23:11:34.668Z Downloaded cookie_store v0.20.0
5122024-09-03T23:11:34.671Z Downloaded cookie v0.17.0
5132024-09-03T23:11:34.674Z Downloaded num-complex v0.4.6
5142024-09-03T23:11:34.676Z Downloaded sqlparser_derive v0.2.2
5152024-09-03T23:11:34.678Z Downloaded http v1.1.0
5162024-09-03T23:11:34.681Z Downloaded home v0.5.9
5172024-09-03T23:11:34.684Z Downloaded memmap2 v0.9.4
5182024-09-03T23:11:34.686Z Downloaded cexpr v0.6.0
5192024-09-03T23:11:34.689Z Downloaded castaway v0.2.3
5202024-09-03T23:11:34.691Z Downloaded aead v0.5.2
5212024-09-03T23:11:34.693Z Downloaded native-tls v0.2.11
5222024-09-03T23:11:34.696Z Downloaded clang-sys v1.7.0
5232024-09-03T23:11:34.698Z Downloaded instant v0.1.12
5242024-09-03T23:11:34.700Z Downloaded convert_case v0.4.0
5252024-09-03T23:11:34.700Z Downloaded ident_case v1.0.1
5262024-09-03T23:11:34.703Z Downloaded bytes v1.7.1
5272024-09-03T23:11:34.706Z Downloaded crc-catalog v2.4.0
5282024-09-03T23:11:34.708Z Downloaded md5 v0.7.0
5292024-09-03T23:11:34.711Z Downloaded match_cfg v0.1.0
5302024-09-03T23:11:34.711Z Downloaded is-terminal v0.4.12
5312024-09-03T23:11:34.713Z Downloaded crc v3.2.1
5322024-09-03T23:11:34.716Z Downloaded managed v0.8.0
5332024-09-03T23:11:34.719Z Downloaded new_debug_unreachable v1.0.6
5342024-09-03T23:11:34.719Z Downloaded const_format_proc_macros v0.2.32
5352024-09-03T23:11:34.722Z Downloaded ciborium v0.2.2
5362024-09-03T23:11:34.725Z Downloaded universal-hash v0.5.1
5372024-09-03T23:11:34.727Z Downloaded slog-envlogger v2.2.0
5382024-09-03T23:11:34.727Z Downloaded darling_macro v0.20.9
5392024-09-03T23:11:34.730Z Downloaded serde_derive_internals v0.29.1
5402024-09-03T23:11:34.730Z Downloaded subtle v2.5.0
5412024-09-03T23:11:34.732Z Downloaded mockall_derive v0.13.0
5422024-09-03T23:11:34.735Z Downloaded signal-hook-mio v0.2.4
5432024-09-03T23:11:34.737Z Downloaded serde_urlencoded v0.7.1
5442024-09-03T23:11:34.740Z Downloaded bzip2 v0.4.4
5452024-09-03T23:11:34.740Z Downloaded bcs v0.1.6
5462024-09-03T23:11:34.742Z Downloaded foreign-types v0.3.2
5472024-09-03T23:11:34.745Z Downloaded slog-dtrace v0.3.0
5482024-09-03T23:11:34.745Z Downloaded slog-bunyan v2.5.0
5492024-09-03T23:11:34.748Z Downloaded siphasher v0.3.11
5502024-09-03T23:11:34.749Z Downloaded spki v0.7.3
5512024-09-03T23:11:34.751Z Downloaded thread_local v1.1.8
5522024-09-03T23:11:34.753Z Downloaded hyper-tls v0.5.0
5532024-09-03T23:11:34.755Z Downloaded tap v1.0.1
5542024-09-03T23:11:34.755Z Downloaded derive_builder_macro v0.20.0
5552024-09-03T23:11:34.758Z Downloaded darling v0.20.9
5562024-09-03T23:11:34.761Z Downloaded csv-core v0.1.11
5572024-09-03T23:11:34.764Z Downloaded headers-core v0.2.0
5582024-09-03T23:11:34.766Z Downloaded unicase v2.7.0
5592024-09-03T23:11:34.766Z Downloaded tokio-native-tls v0.3.1
5602024-09-03T23:11:34.769Z Downloaded wyz v0.5.1
5612024-09-03T23:11:34.771Z Downloaded unicode-xid v0.2.4
5622024-09-03T23:11:34.773Z Downloaded kstat-rs v0.2.4
5632024-09-03T23:11:34.773Z Downloaded memoffset v0.9.1
5642024-09-03T23:11:34.775Z Downloaded linear-map v1.2.0
5652024-09-03T23:11:34.777Z Downloaded peg-runtime v0.8.3
5662024-09-03T23:11:34.780Z Downloaded allocator-api2 v0.2.18
5672024-09-03T23:11:34.782Z Downloaded defmt-parser v0.3.4
5682024-09-03T23:11:34.785Z Downloaded nanorand v0.7.0
5692024-09-03T23:11:34.787Z Downloaded httparse v1.8.0
5702024-09-03T23:11:34.790Z Downloaded base64 v0.22.1
5712024-09-03T23:11:34.793Z Downloaded num v0.4.3
5722024-09-03T23:11:34.796Z Downloaded serde-big-array v0.5.1
5732024-09-03T23:11:34.798Z Downloaded form_urlencoded v1.2.1
5742024-09-03T23:11:34.798Z Downloaded num_enum v0.5.11
5752024-09-03T23:11:34.804Z Downloaded snafu-derive v0.8.2
5762024-09-03T23:11:34.806Z Downloaded mockall v0.13.0
5772024-09-03T23:11:34.808Z Downloaded take_mut v0.2.2
5782024-09-03T23:11:34.808Z Downloaded multer v3.1.0
5792024-09-03T23:11:34.811Z Downloaded crossbeam-epoch v0.9.18
5802024-09-03T23:11:34.814Z Downloaded enum-as-inner v0.6.0
5812024-09-03T23:11:34.816Z Downloaded sigpipe v0.1.3
5822024-09-03T23:11:34.819Z Downloaded fragile v2.0.0
5832024-09-03T23:11:34.822Z Downloaded gethostname v0.5.0
5842024-09-03T23:11:34.822Z Downloaded pkg-config v0.3.30
5852024-09-03T23:11:34.824Z Downloaded untrusted v0.7.1
5862024-09-03T23:11:34.827Z Downloaded futures-task v0.3.30
5872024-09-03T23:11:34.827Z Downloaded difflib v0.4.0
5882024-09-03T23:11:34.829Z Downloaded diesel_table_macro_syntax v0.2.0
5892024-09-03T23:11:34.829Z Downloaded whoami v1.5.1
5902024-09-03T23:11:34.832Z Downloaded mime_guess v2.0.4
5912024-09-03T23:11:34.834Z Downloaded radium v0.7.0
5922024-09-03T23:11:34.836Z Downloaded structmeta v0.2.0
5932024-09-03T23:11:34.838Z Downloaded ref-cast-impl v1.0.23
5942024-09-03T23:11:34.838Z Downloaded peg v0.8.4
5952024-09-03T23:11:34.842Z Downloaded derive_builder v0.20.0
5962024-09-03T23:11:34.848Z Downloaded funty v2.0.0
5972024-09-03T23:11:34.851Z Downloaded signature v2.2.0
5982024-09-03T23:11:34.853Z Downloaded signal-hook-tokio v0.3.1
5992024-09-03T23:11:34.853Z Downloaded signal-hook-registry v1.4.2
6002024-09-03T23:11:34.856Z Downloaded tar v0.4.41
6012024-09-03T23:11:34.858Z Downloaded parse-size v1.0.0
6022024-09-03T23:11:34.861Z Downloaded num-bigint v0.4.5
6032024-09-03T23:11:34.865Z Downloaded chacha20poly1305 v0.10.1
6042024-09-03T23:11:34.867Z Downloaded number_prefix v0.4.0
6052024-09-03T23:11:34.869Z Downloaded termcolor v1.4.1
6062024-09-03T23:11:34.872Z Downloaded same-file v1.0.6
6072024-09-03T23:11:34.874Z Downloaded env_logger v0.10.2
6082024-09-03T23:11:34.876Z Downloaded pkcs8 v0.10.2
6092024-09-03T23:11:34.879Z Downloaded zone_cfg_derive v0.1.2
6102024-09-03T23:11:34.882Z Downloaded zone v0.3.0
6112024-09-03T23:11:34.882Z Downloaded xattr v1.3.1
6122024-09-03T23:11:34.885Z Downloaded dirs-next v2.0.0
6132024-09-03T23:11:34.887Z Downloaded fallible-iterator v0.2.0
6142024-09-03T23:11:34.887Z Downloaded slab v0.4.9
6152024-09-03T23:11:34.890Z Downloaded wait-timeout v0.2.0
6162024-09-03T23:11:34.892Z Downloaded strum_macros v0.24.3
6172024-09-03T23:11:34.892Z Downloaded termtree v0.4.1
6182024-09-03T23:11:34.895Z Downloaded des v0.8.1
6192024-09-03T23:11:34.897Z Downloaded unsafe-libyaml v0.2.11
6202024-09-03T23:11:34.900Z Downloaded hashlink v0.9.1
6212024-09-03T23:11:34.902Z Downloaded hash32 v0.3.1
6222024-09-03T23:11:34.904Z Downloaded crypto-bigint v0.5.5
6232024-09-03T23:11:34.912Z Downloaded foreign-types-shared v0.1.1
6242024-09-03T23:11:34.915Z Downloaded pin-utils v0.1.0
6252024-09-03T23:11:34.915Z Downloaded parse-display-derive v0.10.0
6262024-09-03T23:11:34.925Z Downloaded pkcs5 v0.7.1
6272024-09-03T23:11:34.930Z Downloaded scopeguard v1.2.0
6282024-09-03T23:11:34.932Z Downloaded ssh-encoding v0.2.0
6292024-09-03T23:11:34.935Z Downloaded spin v0.5.2
6302024-09-03T23:11:34.935Z Downloaded slog-async v2.8.0
6312024-09-03T23:11:34.938Z Downloaded olpc-cjson v0.1.3
6322024-09-03T23:11:34.938Z Downloaded proc-macro-crate v1.3.1
6332024-09-03T23:11:34.945Z Downloaded num_threads v0.1.7
6342024-09-03T23:11:34.945Z Downloaded sync_wrapper v0.1.2
6352024-09-03T23:11:34.945Z Downloaded fallible-streaming-iterator v0.1.9
6362024-09-03T23:11:34.945Z Downloaded derive_more v0.99.18
6372024-09-03T23:11:34.949Z Downloaded ron v0.8.1
6382024-09-03T23:11:34.956Z Downloaded termios v0.3.3
6392024-09-03T23:11:34.958Z Downloaded try-lock v0.2.5
6402024-09-03T23:11:34.960Z Downloaded term v0.7.0
6412024-09-03T23:11:34.963Z Downloaded slog-json v2.6.1
6422024-09-03T23:11:34.966Z Downloaded hex v0.4.3
6432024-09-03T23:11:34.969Z Downloaded glob v0.3.1
6442024-09-03T23:11:34.971Z Downloaded poly1305 v0.8.0
6452024-09-03T23:11:34.973Z Downloaded hickory-resolver v0.24.1
6462024-09-03T23:11:34.977Z Downloaded peg-macros v0.8.4
6472024-09-03T23:11:34.980Z Downloaded foreign-types-macros v0.2.3
6482024-09-03T23:11:34.982Z Downloaded vte_generate_state_changes v0.1.1
6492024-09-03T23:11:34.982Z Downloaded libxml v0.3.3
6502024-09-03T23:11:34.989Z Downloaded packed_struct v0.10.1
6512024-09-03T23:11:34.991Z Downloaded unarray v0.1.4
6522024-09-03T23:11:34.994Z Downloaded phf_shared v0.10.0
6532024-09-03T23:11:34.994Z Downloaded password-hash v0.4.2
6542024-09-03T23:11:34.996Z Downloaded spin v0.9.8
6552024-09-03T23:11:34.999Z Downloaded aes v0.8.4
6562024-09-03T23:11:35.003Z Downloaded rustversion v1.0.17
6572024-09-03T23:11:35.006Z Downloaded rusty-fork v0.3.0
6582024-09-03T23:11:35.009Z Downloaded smf v0.2.3
6592024-09-03T23:11:35.011Z Downloaded hex-literal v0.4.1
6602024-09-03T23:11:35.011Z Downloaded futures-sink v0.3.30
6612024-09-03T23:11:35.014Z Downloaded structmeta-derive v0.2.0
6622024-09-03T23:11:35.014Z Downloaded strip-ansi-escapes v0.2.0
6632024-09-03T23:11:35.017Z Downloaded structmeta v0.3.0
6642024-09-03T23:11:35.017Z Downloaded portpicker v0.1.1
6652024-09-03T23:11:35.019Z Downloaded packed_struct_codegen v0.10.1
6662024-09-03T23:11:35.022Z Downloaded pin-project-lite v0.2.14
6672024-09-03T23:11:35.026Z Downloaded unicode_categories v0.1.1
6682024-09-03T23:11:35.028Z Downloaded pin-project-internal v1.1.5
6692024-09-03T23:11:35.030Z Downloaded globset v0.4.14
6702024-09-03T23:11:35.033Z Downloaded slog-scope v4.4.0
6712024-09-03T23:11:35.035Z Downloaded ecdsa v0.16.9
6722024-09-03T23:11:35.037Z Downloaded filetime v0.2.25
6732024-09-03T23:11:35.039Z Downloaded crossterm v0.28.1
6742024-09-03T23:11:35.046Z Downloaded http v0.2.12
6752024-09-03T23:11:35.050Z Downloaded embedded-io v0.4.0
6762024-09-03T23:11:35.052Z Downloaded phf_shared v0.11.2
6772024-09-03T23:11:35.055Z Downloaded phf v0.11.2
6782024-09-03T23:11:35.056Z Downloaded rustls-pemfile v1.0.4
6792024-09-03T23:11:35.058Z Downloaded fatfs v0.3.6
6802024-09-03T23:11:35.064Z Downloaded rustfmt-wrapper v0.2.1
6812024-09-03T23:11:35.064Z Downloaded zerocopy v0.6.6
6822024-09-03T23:11:35.068Z Downloaded futures-core v0.3.30
6832024-09-03T23:11:35.070Z Downloaded similar v2.6.0
6842024-09-03T23:11:35.074Z Downloaded dirs-sys-next v0.1.2
6852024-09-03T23:11:35.076Z Downloaded russh-cryptovec v0.7.2
6862024-09-03T23:11:35.079Z Downloaded time-core v0.1.2
6872024-09-03T23:11:35.079Z Downloaded hickory-server v0.24.1
6882024-09-03T23:11:35.084Z Downloaded pretty-hex v0.2.1
6892024-09-03T23:11:35.087Z Downloaded num-conv v0.1.0
6902024-09-03T23:11:35.087Z Downloaded utf-8 v0.7.6
6912024-09-03T23:11:35.089Z Downloaded shell-words v1.1.0
6922024-09-03T23:11:35.091Z Downloaded schemars v0.8.21
6932024-09-03T23:11:35.103Z Downloaded ghash v0.5.1
6942024-09-03T23:11:35.105Z Downloaded dsl_auto_type v0.1.2
6952024-09-03T23:11:35.108Z Downloaded ref-cast v1.0.23
6962024-09-03T23:11:35.110Z Downloaded tungstenite v0.23.0
6972024-09-03T23:11:35.113Z Downloaded mio v1.0.2
6982024-09-03T23:11:35.120Z Downloaded oso-derive v0.27.3
6992024-09-03T23:11:35.122Z Downloaded static_assertions v1.1.0
7002024-09-03T23:11:35.124Z Downloaded stable_deref_trait v1.2.0
7012024-09-03T23:11:35.124Z Downloaded vte v0.11.1
7022024-09-03T23:11:35.127Z Downloaded vsss-rs v3.3.4
7032024-09-03T23:11:35.129Z Downloaded tls_codec_derive v0.4.1
7042024-09-03T23:11:35.132Z Downloaded aes-gcm v0.10.3
7052024-09-03T23:11:35.136Z Downloaded smallvec v1.13.2
7062024-09-03T23:11:35.138Z Downloaded ff v0.13.0
7072024-09-03T23:11:35.140Z Downloaded ena v0.14.3
7082024-09-03T23:11:35.143Z Downloaded futures-channel v0.3.30
7092024-09-03T23:11:35.145Z Downloaded smallvec v0.6.14
7102024-09-03T23:11:35.147Z Downloaded crossterm v0.27.0
7112024-09-03T23:11:35.154Z Downloaded waitgroup v0.1.2
7122024-09-03T23:11:35.156Z Downloaded rustc-hash v1.1.0
7132024-09-03T23:11:35.158Z Downloaded heck v0.3.3
7142024-09-03T23:11:35.158Z Downloaded group v0.13.0
7152024-09-03T23:11:35.160Z Downloaded postcard v1.0.8
7162024-09-03T23:11:35.163Z Downloaded powerfmt v0.2.0
7172024-09-03T23:11:35.166Z Downloaded foreign-types v0.5.0
7182024-09-03T23:11:35.168Z Downloaded dhcproto-macros v0.1.0
7192024-09-03T23:11:35.168Z Downloaded futures-io v0.3.30
7202024-09-03T23:11:35.168Z Downloaded paste v1.0.15
7212024-09-03T23:11:35.171Z Downloaded parse-display v0.10.0
7222024-09-03T23:11:35.174Z Downloaded display-error-chain v0.2.1
7232024-09-03T23:11:35.176Z Downloaded untrusted v0.9.0
7242024-09-03T23:11:35.176Z Downloaded unicode-truncate v1.0.0
7252024-09-03T23:11:35.179Z Downloaded tracing-core v0.1.32
7262024-09-03T23:11:35.181Z Downloaded nom v7.1.3
7272024-09-03T23:11:35.187Z Downloaded russh-keys v0.45.0
7282024-09-03T23:11:35.190Z Downloaded serde-hex v0.1.0
7292024-09-03T23:11:35.192Z Downloaded precomputed-hash v0.1.1
7302024-09-03T23:11:35.194Z Downloaded getrandom v0.2.14
7312024-09-03T23:11:35.196Z Downloaded x509-cert v0.2.5
7322024-09-03T23:11:35.203Z Downloaded thiserror-no-std v2.0.2
7332024-09-03T23:11:35.208Z Downloaded downcast v0.11.0
7342024-09-03T23:11:35.210Z Downloaded num-iter v0.1.45
7352024-09-03T23:11:35.212Z Downloaded postgres-types v0.2.7
7362024-09-03T23:11:35.215Z Downloaded rand_chacha v0.3.1
7372024-09-03T23:11:35.215Z Downloaded getopts v0.2.21
7382024-09-03T23:11:35.217Z Downloaded dropshot_endpoint v0.10.1
7392024-09-03T23:11:35.220Z Downloaded strum_macros v0.26.4
7402024-09-03T23:11:35.222Z Downloaded deranged v0.3.11
7412024-09-03T23:11:35.222Z Downloaded shlex v1.3.0
7422024-09-03T23:11:35.225Z Downloaded rustc-demangle v0.1.24
7432024-09-03T23:11:35.228Z Downloaded pin-project v1.1.5
7442024-09-03T23:11:35.238Z Downloaded typed-path v0.7.1
7452024-09-03T23:11:35.244Z Downloaded want v0.3.1
7462024-09-03T23:11:35.247Z Downloaded toolchain_find v0.4.0
7472024-09-03T23:11:35.249Z Downloaded fd-lock v4.0.2
7482024-09-03T23:11:35.251Z Downloaded socket2 v0.4.10
7492024-09-03T23:11:35.253Z Downloaded string_cache v0.8.7
7502024-09-03T23:11:35.256Z Downloaded predicates-tree v1.0.9
7512024-09-03T23:11:35.256Z Downloaded openssl-probe v0.1.5
7522024-09-03T23:11:35.259Z Downloaded opaque-debug v0.3.1
7532024-09-03T23:11:35.259Z Downloaded float-ord v0.3.2
7542024-09-03T23:11:35.259Z Downloaded num-integer v0.1.46
7552024-09-03T23:11:35.261Z Downloaded slog-stdlog v4.1.1
7562024-09-03T23:11:35.264Z Downloaded path-slash v0.1.5
7572024-09-03T23:11:35.264Z Downloaded defmt-macros v0.3.9
7582024-09-03T23:11:35.266Z Downloaded hashbrown v0.12.3
7592024-09-03T23:11:35.270Z Downloaded sha1 v0.10.6
7602024-09-03T23:11:35.272Z Downloaded ppv-lite86 v0.2.17
7612024-09-03T23:11:35.274Z Downloaded socket2 v0.5.7
7622024-09-03T23:11:35.277Z Downloaded tinyvec_macros v0.1.1
7632024-09-03T23:11:35.277Z Downloaded openssl-macros v0.1.1
7642024-09-03T23:11:35.281Z Downloaded quick-error v1.2.3
7652024-09-03T23:11:35.281Z Downloaded predicates v3.1.2
7662024-09-03T23:11:35.283Z Downloaded stringprep v0.1.4
7672024-09-03T23:11:35.285Z Downloaded serde_path_to_error v0.1.16
7682024-09-03T23:11:35.288Z Downloaded serde_arrays v0.1.0
7692024-09-03T23:11:35.288Z Downloaded tokio-stream v0.1.15
7702024-09-03T23:11:35.292Z Downloaded oso v0.27.3
7712024-09-03T23:11:35.296Z Downloaded subprocess v0.2.9
7722024-09-03T23:11:35.299Z Downloaded topological-sort v0.2.2
7732024-09-03T23:11:35.302Z Downloaded pbkdf2 v0.12.2
7742024-09-03T23:11:35.302Z Downloaded slog-term v2.9.1
7752024-09-03T23:11:35.305Z Downloaded serde_repr v0.1.19
7762024-09-03T23:11:35.307Z Downloaded serde_plain v1.0.2
7772024-09-03T23:11:35.309Z Downloaded tls_codec v0.4.1
7782024-09-03T23:11:35.311Z Downloaded dyn-clone v1.0.17
7792024-09-03T23:11:35.314Z Downloaded sec1 v0.7.3
7802024-09-03T23:11:35.314Z Downloaded dhcproto v0.12.0
7812024-09-03T23:11:35.317Z Downloaded semver v0.1.20
7822024-09-03T23:11:35.320Z Downloaded ssh-key v0.6.6
7832024-09-03T23:11:35.326Z Downloaded test-strategy v0.3.1
7842024-09-03T23:11:35.330Z Downloaded heapless v0.8.0
7852024-09-03T23:11:35.335Z Downloaded tiny-keccak v2.0.2
7862024-09-03T23:11:35.338Z Downloaded prettyplease v0.2.20
7872024-09-03T23:11:35.342Z Downloaded rustls-webpki v0.101.7
7882024-09-03T23:11:35.357Z Downloaded itertools v0.13.0
7892024-09-03T23:11:35.365Z Downloaded tracing-attributes v0.1.27
7902024-09-03T23:11:35.368Z Downloaded time-macros v0.2.18
7912024-09-03T23:11:35.370Z Downloaded tui-tree-widget v0.22.0
7922024-09-03T23:11:35.372Z Downloaded erased-serde v0.3.31
7932024-09-03T23:11:35.375Z Downloaded omicron-zone-package v0.11.0
7942024-09-03T23:11:35.378Z Downloaded rustyline v14.0.0
7952024-09-03T23:11:35.383Z Downloaded tracing v0.1.40
7962024-09-03T23:11:35.387Z Downloaded quick-xml v0.31.0
7972024-09-03T23:11:35.394Z Downloaded steno v0.4.1
7982024-09-03T23:11:35.398Z Downloaded bindgen v0.69.4
7992024-09-03T23:11:35.407Z Downloaded rustls-webpki v0.102.4
8002024-09-03T23:11:35.426Z Downloaded unicode-segmentation v1.11.0
8012024-09-03T23:11:35.430Z Downloaded der v0.7.9
8022024-09-03T23:11:35.436Z Downloaded reedline v0.33.0
8032024-09-03T23:11:35.443Z Downloaded futures-util v0.3.30
8042024-09-03T23:11:35.456Z Downloaded flate2 v1.0.31
8052024-09-03T23:11:35.462Z Downloaded flume v0.11.0
8062024-09-03T23:11:35.466Z Downloaded rand v0.8.5
8072024-09-03T23:11:35.470Z Downloaded portable-atomic v1.6.0
8082024-09-03T23:11:35.476Z Downloaded winnow v0.5.40
8092024-09-03T23:11:35.486Z Downloaded russh v0.45.0
8102024-09-03T23:11:35.492Z Downloaded reqwest v0.11.27
8112024-09-03T23:11:35.500Z Downloaded idna v0.5.0
8122024-09-03T23:11:35.508Z Downloaded unicode-normalization v0.1.23
8132024-09-03T23:11:35.512Z Downloaded toml_edit v0.19.15
8142024-09-03T23:11:35.530Z Downloaded rusqlite v0.31.0
8152024-09-03T23:11:35.544Z Downloaded expectorate v1.1.0
8162024-09-03T23:11:35.544Z Downloaded time v0.3.36
8172024-09-03T23:11:35.547Z Downloaded regex v1.10.6
8182024-09-03T23:11:35.561Z Downloaded h2 v0.3.26
8192024-09-03T23:11:35.568Z Downloaded polar-core v0.27.3
8202024-09-03T23:11:35.577Z Downloaded git2 v0.19.0
8212024-09-03T23:11:35.586Z Downloaded proptest v1.5.0
8222024-09-03T23:11:35.596Z Downloaded curve25519-dalek v4.1.3
8232024-09-03T23:11:35.606Z Downloaded idna v0.4.0
8242024-09-03T23:11:35.614Z Downloaded idna v0.2.3
8252024-09-03T23:11:35.621Z Downloaded nix v0.28.0
8262024-09-03T23:11:35.634Z Downloaded vcpkg v0.2.15
8272024-09-03T23:11:35.674Z Downloaded openssl v0.10.66
8282024-09-03T23:11:35.684Z Downloaded p384 v0.13.0
8292024-09-03T23:11:35.690Z Downloaded rustls v0.22.4
8302024-09-03T23:11:35.705Z Downloaded smoltcp v0.9.1
8312024-09-03T23:11:35.716Z Downloaded gimli v0.28.1
8322024-09-03T23:11:35.726Z Downloaded smoltcp v0.11.0
8332024-09-03T23:11:35.740Z Downloaded dropshot v0.10.1
8342024-09-03T23:11:35.750Z Downloaded webpki-roots v0.25.4
8352024-09-03T23:11:35.755Z Downloaded radix_trie v0.2.1
8362024-09-03T23:11:35.761Z Downloaded diesel v2.2.3
8372024-09-03T23:11:35.781Z Downloaded regress v0.9.1
8382024-09-03T23:11:35.790Z Downloaded sled v0.34.7
8392024-09-03T23:11:35.801Z Downloaded zerocopy-derive v0.6.6
8402024-09-03T23:11:35.811Z Downloaded hickory-proto v0.24.1
8412024-09-03T23:11:35.828Z Downloaded trust-dns-proto v0.22.0
8422024-09-03T23:11:35.841Z Downloaded openapiv3 v2.0.0
8432024-09-03T23:11:35.856Z Downloaded bstr v1.9.1
8442024-09-03T23:11:35.866Z Downloaded ratatui v0.28.0
8452024-09-03T23:11:35.887Z Downloaded bzip2-sys v0.1.11+1.0.8
8462024-09-03T23:11:35.900Z Downloaded regex-automata v0.4.6
8472024-09-03T23:11:35.919Z Downloaded regex-syntax v0.8.4
8482024-09-03T23:11:35.927Z Downloaded object v0.32.2
8492024-09-03T23:11:35.938Z Downloaded object v0.30.4
8502024-09-03T23:11:35.948Z Downloaded rustls v0.21.12
8512024-09-03T23:11:35.961Z Downloaded finl_unicode v1.2.0
8522024-09-03T23:11:35.975Z Downloaded petgraph v0.6.5
8532024-09-03T23:11:35.992Z Downloaded regex-syntax v0.6.29
8542024-09-03T23:11:36.001Z Downloaded tokio v1.39.3
8552024-09-03T23:11:36.039Z Downloaded sha3 v0.10.8
8562024-09-03T23:11:36.043Z Downloaded csv v1.3.0
8572024-09-03T23:11:36.064Z Downloaded nix v0.29.0
8582024-09-03T23:11:36.076Z Downloaded nix v0.27.1
8592024-09-03T23:11:36.088Z Downloaded rayon v1.10.0
8602024-09-03T23:11:36.097Z Downloaded idna v0.3.0
8612024-09-03T23:11:36.106Z Downloaded lalrpop v0.19.12
8622024-09-03T23:11:36.118Z Downloaded hashbrown v0.13.2
8632024-09-03T23:11:36.122Z Downloaded encoding_rs v0.8.34
8642024-09-03T23:11:36.146Z Downloaded bitvec v1.0.1
8652024-09-03T23:11:36.160Z Downloaded p521 v0.13.3
8662024-09-03T23:11:36.164Z Downloaded derive-where v1.2.7
8672024-09-03T23:11:36.168Z Downloaded futures-macro v0.3.30
8682024-09-03T23:11:36.170Z Downloaded unicode-bidi v0.3.15
8692024-09-03T23:11:36.173Z Downloaded tungstenite v0.20.1
8702024-09-03T23:11:36.175Z Downloaded openssl-sys v0.9.103
8712024-09-03T23:11:36.181Z Downloaded snafu v0.8.2
8722024-09-03T23:11:36.187Z Downloaded hyper v0.14.30
8732024-09-03T23:11:36.195Z Downloaded libgit2-sys v0.17.0+1.8.1
8742024-09-03T23:11:36.254Z Downloaded hkdf v0.12.4
8752024-09-03T23:11:36.257Z Downloaded sct v0.7.1
8762024-09-03T23:11:36.259Z Downloaded tough v0.17.1
8772024-09-03T23:11:36.268Z Downloaded sqlparser v0.45.0
8782024-09-03T23:11:36.274Z Downloaded heapless v0.7.17
8792024-09-03T23:11:36.278Z Downloaded chrono v0.4.38
8802024-09-03T23:11:36.286Z Downloaded num-bigint-dig v0.8.4
8812024-09-03T23:11:36.291Z Downloaded rand_core v0.6.4
8822024-09-03T23:11:36.295Z Downloaded serde_with_macros v3.9.0
8832024-09-03T23:11:36.295Z Downloaded walkdir v2.5.0
8842024-09-03T23:11:36.298Z Downloaded url v2.5.2
8852024-09-03T23:11:36.301Z Downloaded itertools v0.10.5
8862024-09-03T23:11:36.306Z Downloaded half v2.4.1
8872024-09-03T23:11:36.309Z Downloaded predicates-core v1.0.6
8882024-09-03T23:11:36.312Z Downloaded num-derive v0.4.2
8892024-09-03T23:11:36.314Z Downloaded defmt v0.3.8
8902024-09-03T23:11:36.316Z Downloaded tokio-util v0.7.11
8912024-09-03T23:11:36.322Z Downloaded rcgen v0.12.1
8922024-09-03T23:11:36.325Z Downloaded libm v0.2.8
8932024-09-03T23:11:36.333Z Downloaded ring v0.17.8
8942024-09-03T23:11:36.404Z Downloaded rsa v0.9.6
8952024-09-03T23:11:36.408Z Downloaded rayon-core v1.12.1
8962024-09-03T23:11:36.412Z Downloaded elliptic-curve v0.13.8
8972024-09-03T23:11:36.416Z Downloaded serde_with v3.9.0
8982024-09-03T23:11:36.424Z Downloaded futures-executor v0.3.30
8992024-09-03T23:11:36.427Z Downloaded publicsuffix v2.2.3
9002024-09-03T23:11:36.430Z Downloaded debug-ignore v1.0.5
9012024-09-03T23:11:36.430Z Downloaded data-encoding v2.6.0
9022024-09-03T23:11:36.434Z Downloaded thiserror-impl-no-std v2.0.2
9032024-09-03T23:11:36.434Z Downloaded rustc_version v0.1.7
9042024-09-03T23:11:36.434Z Downloaded pem v3.0.4
9052024-09-03T23:11:36.437Z Downloaded rustc_version v0.4.0
9062024-09-03T23:11:36.437Z Downloaded scheduled-thread-pool v0.2.7
9072024-09-03T23:11:36.437Z Downloaded uuid v1.10.0
9082024-09-03T23:11:36.440Z Downloaded diesel_derives v2.2.2
9092024-09-03T23:11:36.443Z Downloaded zip v0.6.6
9102024-09-03T23:11:36.447Z Downloaded aho-corasick v1.1.3
9112024-09-03T23:11:36.453Z Downloaded float-cmp v0.9.0
9122024-09-03T23:11:36.456Z Downloaded postgres-protocol v0.6.7
9132024-09-03T23:11:36.456Z Downloaded zone v0.1.8
9142024-09-03T23:11:36.459Z Downloaded which v4.4.2
9152024-09-03T23:11:36.459Z Downloaded supports-color v3.0.0
9162024-09-03T23:11:36.459Z Downloaded rand_seeder v0.3.0
9172024-09-03T23:11:36.462Z Downloaded pem-rfc7468 v0.7.0
9182024-09-03T23:11:36.464Z Downloaded tungstenite v0.21.0
9192024-09-03T23:11:36.467Z Downloaded vergen v8.3.2
9202024-09-03T23:11:36.469Z Downloaded owo-colors v4.0.0
9212024-09-03T23:11:36.472Z Downloaded hickory-client v0.24.1
9222024-09-03T23:11:36.475Z Downloaded blake3 v1.5.1
9232024-09-03T23:11:36.481Z Downloaded rfc6979 v0.4.0
9242024-09-03T23:11:36.484Z Downloaded resolv-conf v0.7.0
9252024-09-03T23:11:36.484Z Downloaded percent-encoding v2.3.1
9262024-09-03T23:11:36.487Z Downloaded flagset v0.4.5
9272024-09-03T23:11:36.487Z Downloaded fixedbitset v0.4.2
9282024-09-03T23:11:36.487Z Downloaded slog v2.7.0
9292024-09-03T23:11:36.489Z Downloaded salsa20 v0.10.2
9302024-09-03T23:11:36.492Z Downloaded parking_lot_core v0.9.10
9312024-09-03T23:11:36.494Z Downloaded tokio-postgres v0.7.11
9322024-09-03T23:11:36.497Z Downloaded der_derive v0.7.2
9332024-09-03T23:11:36.500Z Downloaded structmeta-derive v0.3.0
9342024-09-03T23:11:36.502Z Downloaded either v1.13.0
9352024-09-03T23:11:36.502Z Downloaded samael v0.0.15
9362024-09-03T23:11:36.506Z Downloaded yasna v0.5.2
9372024-09-03T23:11:36.509Z Downloaded serde_yaml v0.9.34+deprecated
9382024-09-03T23:11:36.512Z Downloaded rustls-pki-types v1.7.0
9392024-09-03T23:11:36.515Z Downloaded pbkdf2 v0.11.0
9402024-09-03T23:11:36.517Z Downloaded strum_macros v0.25.3
9412024-09-03T23:11:36.520Z Downloaded itertools v0.12.1
9422024-09-03T23:11:36.525Z Downloaded zeroize v1.7.0
9432024-09-03T23:11:36.528Z Downloaded futures v0.3.30
9442024-09-03T23:11:36.531Z Downloaded signal-hook v0.3.17
9452024-09-03T23:11:36.534Z Downloaded zeroize_derive v1.4.2
9462024-09-03T23:11:36.537Z Downloaded psl-types v2.0.11
9472024-09-03T23:11:36.537Z Downloaded pkcs1 v0.7.5
9482024-09-03T23:11:36.539Z Downloaded password-hash v0.5.0
9492024-09-03T23:11:36.542Z Downloaded rand_xorshift v0.3.0
9502024-09-03T23:11:36.542Z Downloaded headers v0.3.9
9512024-09-03T23:11:36.546Z Downloaded ed25519-dalek v2.1.1
9522024-09-03T23:11:36.549Z Downloaded strum v0.26.3
9532024-09-03T23:11:36.551Z Downloaded diff v0.1.13
9542024-09-03T23:11:36.555Z Downloaded ed25519 v2.2.3
9552024-09-03T23:11:36.557Z Downloaded tower-service v0.3.2
9562024-09-03T23:11:36.558Z Downloaded rustls-pemfile v2.1.3
9572024-09-03T23:11:36.560Z Downloaded parking_lot v0.12.2
9582024-09-03T23:11:36.563Z Downloaded miniz_oxide v0.7.2
9592024-09-03T23:11:36.566Z Downloaded indicatif v0.17.8
9602024-09-03T23:11:36.571Z Downloaded scrypt v0.11.0
9612024-09-03T23:11:36.574Z Downloaded p256 v0.13.2
9622024-09-03T23:11:36.574Z Downloaded rtoolbox v0.0.2
9632024-09-03T23:11:36.576Z Downloaded primeorder v0.13.6
9642024-09-03T23:11:36.576Z Downloaded tokio-rustls v0.25.0
9652024-09-03T23:11:36.579Z Downloaded tokio-rustls v0.24.1
9662024-09-03T23:11:36.582Z Downloaded env_logger v0.9.3
9672024-09-03T23:11:36.582Z Downloaded toml v0.7.8
9682024-09-03T23:11:36.585Z Downloaded crossbeam-channel v0.5.12
9692024-09-03T23:11:36.589Z Downloaded mio v0.8.11
9702024-09-03T23:11:36.595Z Downloaded minimal-lexical v0.2.1
9712024-09-03T23:11:36.600Z Downloaded base64 v0.21.7
9722024-09-03T23:11:36.603Z Downloaded twox-hash v1.6.3
9732024-09-03T23:11:36.605Z Downloaded compact_str v0.8.0
9742024-09-03T23:11:36.609Z Downloaded hash32 v0.2.1
9752024-09-03T23:11:36.611Z Downloaded fallible-iterator v0.3.0
9762024-09-03T23:11:36.611Z Downloaded parking_lot_core v0.8.6
9772024-09-03T23:11:36.614Z Downloaded num-traits v0.2.19
9782024-09-03T23:11:36.616Z Downloaded tokio-tungstenite v0.23.1
9792024-09-03T23:11:36.618Z Downloaded indexmap v1.9.3
9802024-09-03T23:11:36.621Z Downloaded parking_lot v0.11.2
9812024-09-03T23:11:36.624Z Downloaded arc-swap v1.7.1
9822024-09-03T23:11:36.627Z Downloaded uzers v0.11.3
9832024-09-03T23:11:36.629Z Downloaded tokio-macros v2.4.0
9842024-09-03T23:11:36.632Z Downloaded tabwriter v1.4.0
9852024-09-03T23:11:36.632Z Downloaded num-rational v0.4.2
9862024-09-03T23:11:36.634Z Downloaded tinyvec v1.6.0
9872024-09-03T23:11:36.636Z Downloaded foreign-types-shared v0.3.1
9882024-09-03T23:11:36.637Z Downloaded polyval v0.6.2
9892024-09-03T23:11:36.639Z Downloaded derive_builder_core v0.20.0
9902024-09-03T23:11:36.641Z Downloaded backtrace v0.3.71
9912024-09-03T23:11:36.645Z Downloaded r2d2 v0.8.10
9922024-09-03T23:11:36.647Z Downloaded num_enum_derive v0.5.11
9932024-09-03T23:11:36.647Z Downloaded newtype-uuid v1.1.0
9942024-09-03T23:11:36.650Z Downloaded ipnet v2.9.0
9952024-09-03T23:11:36.650Z Downloaded zone_cfg_derive v0.3.0
9962024-09-03T23:11:36.652Z Downloaded ssh-cipher v0.2.0
9972024-09-03T23:11:36.652Z Downloaded ron v0.7.1
9982024-09-03T23:11:36.657Z Downloaded cc v1.0.97
9992024-09-03T23:11:36.659Z Downloaded tokio-tungstenite v0.21.0
10002024-09-03T23:11:36.662Z Downloaded tokio-tungstenite v0.20.1
10012024-09-03T23:11:36.664Z Downloaded secrecy v0.8.0
10022024-09-03T23:11:36.666Z Downloaded inout v0.1.3
10032024-09-03T23:11:36.666Z Downloaded hyper-rustls v0.24.2
10042024-09-03T23:11:36.668Z Downloaded enum-as-inner v0.5.1
10052024-09-03T23:11:36.670Z Downloaded const-oid v0.9.6
10062024-09-03T23:11:36.673Z Downloaded endian-type v0.1.2
10072024-09-03T23:11:36.673Z Downloaded cookie v0.18.1
10082024-09-03T23:11:36.675Z Downloaded nibble_vec v0.1.0
10092024-09-03T23:11:36.677Z Downloaded const_format v0.2.32
10102024-09-03T23:11:36.680Z Downloaded blake2 v0.10.6
10112024-09-03T23:11:36.683Z Downloaded base64 v0.13.1
10122024-09-03T23:11:36.686Z Downloaded libsw v3.3.1
10132024-09-03T23:11:36.688Z Downloaded lazycell v1.3.0
10142024-09-03T23:11:36.691Z Downloaded hubpack v0.1.2
10152024-09-03T23:11:36.691Z Downloaded maybe-uninit v2.0.0
10162024-09-03T23:11:36.691Z Downloaded lalrpop-util v0.19.12
10172024-09-03T23:11:36.693Z Downloaded fxhash v0.2.1
10182024-09-03T23:11:36.693Z Downloaded lru v0.12.3
10192024-09-03T23:11:36.697Z Downloaded lock_api v0.4.12
10202024-09-03T23:11:36.697Z Downloaded http-body v0.4.6
10212024-09-03T23:11:36.699Z Downloaded sqlformat v0.2.4
10222024-09-03T23:11:36.699Z Downloaded impl-trait-for-tuples v0.2.2
10232024-09-03T23:11:36.701Z Downloaded humantime v2.1.0
10242024-09-03T23:11:36.703Z Downloaded cancel-safe-futures v0.1.5
10252024-09-03T23:11:36.706Z Downloaded schemars_derive v0.8.21
10262024-09-03T23:11:36.706Z Downloaded normalize-line-endings v0.3.0
10272024-09-03T23:11:36.708Z Downloaded nodrop v0.1.14
10282024-09-03T23:11:36.709Z Downloaded async-recursion v1.1.1
10292024-09-03T23:11:36.712Z Downloaded base64ct v1.6.0
10302024-09-03T23:11:36.715Z Downloaded backoff v0.4.0
10312024-09-03T23:11:36.717Z Downloaded arrayvec v0.7.4
10322024-09-03T23:11:36.719Z Downloaded cobs v0.2.3
10332024-09-03T23:11:36.719Z Downloaded cipher v0.4.4
10342024-09-03T23:11:36.722Z Downloaded crossbeam-utils v0.8.19
10352024-09-03T23:11:36.724Z Downloaded crc-any v2.5.0
10362024-09-03T23:11:36.727Z Downloaded async-bb8-diesel v0.2.1
10372024-09-03T23:11:36.727Z Downloaded ahash v0.8.11
10382024-09-03T23:11:36.729Z Downloaded hmac v0.12.1
10392024-09-03T23:11:36.732Z Downloaded bit-set v0.5.3
10402024-09-03T23:11:36.735Z Downloaded bb8 v0.8.5
10412024-09-03T23:11:36.735Z Downloaded base16ct v0.2.0
10422024-09-03T23:11:36.735Z Downloaded array-init v0.0.4
10432024-09-03T23:11:36.737Z Downloaded highway v1.2.0
10442024-09-03T23:11:36.740Z Downloaded bitfield v0.14.0
10452024-09-03T23:11:36.740Z Downloaded console v0.15.8
10462024-09-03T23:11:36.742Z Downloaded crucible-workspace-hack v0.1.0
10472024-09-03T23:11:36.742Z Downloaded libefi-sys v0.1.0
10482024-09-03T23:11:36.745Z Downloaded indent_write v2.2.0
10492024-09-03T23:11:36.745Z Downloaded libz-sys v1.1.16
10502024-09-03T23:11:36.813Z Downloaded lru-cache v0.1.2
10512024-09-03T23:11:36.816Z Downloaded hyper-staticfile v0.9.5
10522024-09-03T23:11:36.816Z Downloaded cfg_aliases v0.2.1
10532024-09-03T23:11:36.819Z Downloaded bitstruct v0.1.1
10542024-09-03T23:11:36.819Z Downloaded indoc v1.0.9
10552024-09-03T23:11:36.824Z Downloaded async-trait v0.1.81
10562024-09-03T23:11:36.827Z Downloaded httpdate v1.0.3
10572024-09-03T23:11:36.827Z Downloaded atomicwrites v0.4.3
10582024-09-03T23:11:36.827Z Downloaded async-stream-impl v0.3.5
10592024-09-03T23:11:36.827Z Downloaded assert_matches v1.5.0
10602024-09-03T23:11:36.827Z Downloaded curve25519-dalek-derive v0.1.1
10612024-09-03T23:11:36.830Z Downloaded crossbeam-deque v0.8.5
10622024-09-03T23:11:36.830Z Downloaded ciborium-ll v0.2.2
10632024-09-03T23:11:36.830Z Downloaded chacha20 v0.9.1
10642024-09-03T23:11:36.834Z Downloaded blowfish v0.9.1
10652024-09-03T23:11:36.834Z Downloaded arrayref v0.3.7
10662024-09-03T23:11:36.837Z Downloaded bitflags v1.3.2
10672024-09-03T23:11:36.837Z Downloaded bit-vec v0.6.3
10682024-09-03T23:11:36.944Z Downloaded ring v0.16.20
10692024-09-03T23:11:37.045Z Downloaded libsqlite3-sys v0.28.0
10702024-09-03T23:11:37.207Z Compiling serde v1.0.208
10712024-09-03T23:11:37.211Z Compiling typenum v1.17.0
10722024-09-03T23:11:37.211Z Compiling lock_api v0.4.12
10732024-09-03T23:11:37.211Z Compiling generic-array v0.14.7
10742024-09-03T23:11:37.211Z Compiling scopeguard v1.2.0
10752024-09-03T23:11:37.211Z Compiling log v0.4.21
10762024-09-03T23:11:37.356Z Compiling syn v2.0.74
10772024-09-03T23:11:37.359Z Compiling getrandom v0.2.14
10782024-09-03T23:11:37.511Z Compiling jobserver v0.1.32
10792024-09-03T23:11:37.713Z Compiling rand_core v0.6.4
10802024-09-03T23:11:37.857Z Compiling cc v1.0.97
10812024-09-03T23:11:37.912Z Compiling subtle v2.5.0
10822024-09-03T23:11:37.932Z Compiling const-oid v0.9.6
10832024-09-03T23:11:38.267Z Compiling pin-project-lite v0.2.14
10842024-09-03T23:11:38.286Z Compiling smallvec v1.13.2
10852024-09-03T23:11:38.325Z Compiling parking_lot_core v0.9.10
10862024-09-03T23:11:38.400Z Compiling signal-hook-registry v1.4.2
10872024-09-03T23:11:38.480Z Compiling spin v0.9.8
10882024-09-03T23:11:38.727Z Compiling mio v1.0.2
10892024-09-03T23:11:38.921Z Compiling ahash v0.8.11
10902024-09-03T23:11:39.241Z Compiling parking_lot v0.12.2
10912024-09-03T23:11:39.308Z Compiling tinyvec_macros v0.1.1
10922024-09-03T23:11:39.401Z Compiling tinyvec v1.6.0
10932024-09-03T23:11:39.628Z Compiling socket2 v0.5.7
10942024-09-03T23:11:39.966Z Compiling libm v0.2.8
10952024-09-03T23:11:40.029Z Compiling futures-core v0.3.30
10962024-09-03T23:11:40.206Z Compiling cpufeatures v0.2.12
10972024-09-03T23:11:40.234Z Compiling serde_json v1.0.125
10982024-09-03T23:11:40.257Z Compiling futures-sink v0.3.30
10992024-09-03T23:11:40.303Z Compiling num-traits v0.2.19
11002024-09-03T23:11:40.346Z Compiling slab v0.4.9
11012024-09-03T23:11:40.397Z Compiling unicode-bidi v0.3.15
11022024-09-03T23:11:40.586Z Compiling allocator-api2 v0.2.18
11032024-09-03T23:11:40.839Z Compiling unicode-normalization v0.1.23
11042024-09-03T23:11:40.899Z Compiling futures-channel v0.3.30
11052024-09-03T23:11:41.046Z Compiling pkg-config v0.3.30
11062024-09-03T23:11:41.327Z Compiling futures-io v0.3.30
11072024-09-03T23:11:41.373Z Compiling pin-utils v0.1.0
11082024-09-03T23:11:41.470Z Compiling vcpkg v0.2.15
11092024-09-03T23:11:41.802Z Compiling futures-task v0.3.30
11102024-09-03T23:11:41.927Z Compiling base64ct v1.6.0
11112024-09-03T23:11:41.977Z Compiling ring v0.17.8
11122024-09-03T23:11:42.032Z Compiling percent-encoding v2.3.1
11132024-09-03T23:11:42.141Z Compiling flagset v0.4.5
11142024-09-03T23:11:42.350Z Compiling ppv-lite86 v0.2.17
11152024-09-03T23:11:42.410Z Compiling tracing-core v0.1.32
11162024-09-03T23:11:42.560Z Compiling pem-rfc7468 v0.7.0
11172024-09-03T23:11:42.661Z Compiling untrusted v0.9.0
11182024-09-03T23:11:42.836Z Compiling rustix v0.38.34
11192024-09-03T23:11:43.172Z Compiling rand_chacha v0.3.1
11202024-09-03T23:11:43.363Z Compiling httparse v1.8.0
11212024-09-03T23:11:43.720Z Compiling openssl-sys v0.9.103
11222024-09-03T23:11:43.746Z Compiling rand v0.8.5
11232024-09-03T23:11:43.763Z Compiling openssl v0.10.66
11242024-09-03T23:11:43.787Z Compiling foreign-types-shared v0.1.1
11252024-09-03T23:11:43.837Z Compiling time-core v0.1.2
11262024-09-03T23:11:43.886Z Compiling num-conv v0.1.0
11272024-09-03T23:11:44.004Z Compiling rustversion v1.0.17
11282024-09-03T23:11:44.145Z Compiling powerfmt v0.2.0
11292024-09-03T23:11:44.162Z Compiling time-macros v0.2.18
11302024-09-03T23:11:44.520Z Compiling deranged v0.3.11
11312024-09-03T23:11:44.775Z Compiling foreign-types v0.3.2
11322024-09-03T23:11:44.932Z Compiling form_urlencoded v1.2.1
11332024-09-03T23:11:45.210Z Compiling aho-corasick v1.1.3
11342024-09-03T23:11:45.457Z Compiling native-tls v0.2.11
11352024-09-03T23:11:45.627Z Compiling num_threads v0.1.7
11362024-09-03T23:11:45.752Z Compiling rustls v0.21.12
11372024-09-03T23:11:45.785Z Compiling try-lock v0.2.5
11382024-09-03T23:11:45.932Z Compiling syn v1.0.109
11392024-09-03T23:11:46.035Z Compiling regex-syntax v0.8.4
11402024-09-03T23:11:46.181Z Compiling siphasher v0.3.11
11412024-09-03T23:11:46.342Z Compiling crossbeam-utils v0.8.19
11422024-09-03T23:11:46.556Z Compiling want v0.3.1
11432024-09-03T23:11:46.993Z Compiling idna v0.5.0
11442024-09-03T23:11:47.289Z Compiling time v0.3.36
11452024-09-03T23:11:47.316Z Compiling cookie v0.17.0
11462024-09-03T23:11:47.603Z Compiling openssl-probe v0.1.5
11472024-09-03T23:11:47.916Z Compiling iana-time-zone v0.1.60
11482024-09-03T23:11:48.220Z Compiling finl_unicode v1.2.0
11492024-09-03T23:11:48.333Z Compiling slog v2.7.0
11502024-09-03T23:11:48.505Z Compiling tower-service v0.3.2
11512024-09-03T23:11:48.633Z Compiling adler v1.0.2
11522024-09-03T23:11:48.783Z Compiling httpdate v1.0.3
11532024-09-03T23:11:48.871Z Compiling miniz_oxide v0.7.2
11542024-09-03T23:11:48.918Z Compiling stringprep v0.1.4
11552024-09-03T23:11:49.250Z Compiling url v2.5.2
11562024-09-03T23:11:50.093Z Compiling regex-automata v0.4.6
11572024-09-03T23:11:51.128Z Compiling num-integer v0.1.46
11582024-09-03T23:11:51.734Z Compiling serde_derive v1.0.208
11592024-09-03T23:11:51.757Z Compiling zeroize_derive v1.4.2
11602024-09-03T23:11:51.891Z Compiling zerocopy-derive v0.7.34
11612024-09-03T23:11:52.437Z Compiling tokio-macros v2.4.0
11622024-09-03T23:11:52.544Z Compiling thiserror-impl v1.0.63
11632024-09-03T23:11:52.966Z Compiling futures-macro v0.3.30
11642024-09-03T23:11:53.418Z Compiling zeroize v1.7.0
11652024-09-03T23:11:54.092Z Compiling der_derive v0.7.2
11662024-09-03T23:11:54.194Z Compiling zerocopy v0.7.34
11672024-09-03T23:11:55.019Z Compiling futures-util v0.3.30
11682024-09-03T23:11:55.276Z Compiling crypto-common v0.1.6
11692024-09-03T23:11:55.510Z Compiling block-buffer v0.10.4
11702024-09-03T23:11:55.763Z Compiling digest v0.10.7
11712024-09-03T23:11:55.827Z Compiling block-padding v0.3.3
11722024-09-03T23:11:56.070Z Compiling inout v0.1.3
11732024-09-03T23:11:56.252Z Compiling hmac v0.12.1
11742024-09-03T23:11:56.324Z Compiling hashbrown v0.14.5
11752024-09-03T23:11:56.413Z Compiling thiserror v1.0.63
11762024-09-03T23:11:56.477Z Compiling cipher v0.4.4
11772024-09-03T23:11:56.548Z Compiling sha2 v0.10.8
11782024-09-03T23:11:56.565Z Compiling pest v2.7.10
11792024-09-03T23:11:57.025Z Compiling salsa20 v0.10.2
11802024-09-03T23:11:57.263Z Compiling der v0.7.9
11812024-09-03T23:11:57.811Z Compiling pbkdf2 v0.12.2
11822024-09-03T23:11:57.991Z Compiling scroll_derive v0.12.0
11832024-09-03T23:11:59.491Z Compiling pest_meta v2.7.10
11842024-09-03T23:11:59.625Z Compiling tracing-attributes v0.1.27
11852024-09-03T23:12:00.204Z Compiling scroll v0.12.0
11862024-09-03T23:12:00.459Z Compiling spki v0.7.3
11872024-09-03T23:12:00.746Z Compiling pest_generator v2.7.10
11882024-09-03T23:12:00.839Z Compiling scrypt v0.11.0
11892024-09-03T23:12:01.123Z Compiling cbc v0.1.2
11902024-09-03T23:12:01.358Z Compiling aes v0.8.4
11912024-09-03T23:12:01.398Z Compiling goblin v0.8.2
11922024-09-03T23:12:02.824Z Compiling pkcs5 v0.7.1
11932024-09-03T23:12:02.953Z Compiling openssl-macros v0.1.1
11942024-09-03T23:12:03.486Z Compiling tracing v0.1.40
11952024-09-03T23:12:03.756Z Compiling pkcs8 v0.10.2
11962024-09-03T23:12:03.996Z Compiling sct v0.7.1
11972024-09-03T23:12:04.030Z Compiling rustls-webpki v0.101.7
11982024-09-03T23:12:04.198Z Compiling md-5 v0.10.6
11992024-09-03T23:12:04.321Z Compiling backtrace v0.3.71
12002024-09-03T23:12:04.459Z Compiling idna v0.3.0
12012024-09-03T23:12:04.478Z Compiling lazy_static v1.5.0
12022024-09-03T23:12:04.501Z Compiling pest_derive v2.7.10
12032024-09-03T23:12:04.590Z Compiling hash32 v0.2.1
12042024-09-03T23:12:04.832Z Compiling psl-types v2.0.11
12052024-09-03T23:12:04.918Z Compiling crc32fast v1.4.0
12062024-09-03T23:12:05.016Z Compiling gimli v0.28.1
12072024-09-03T23:12:05.291Z Compiling dtrace-parser v0.2.0
12082024-09-03T23:12:05.414Z Compiling stable_deref_trait v1.2.0
12092024-09-03T23:12:05.520Z Compiling signal-hook v0.3.17
12102024-09-03T23:12:05.794Z Compiling fallible-iterator v0.2.0
12112024-09-03T23:12:05.919Z Compiling bytes v1.7.1
12122024-09-03T23:12:06.002Z Compiling bitflags v2.6.0
12132024-09-03T23:12:06.464Z Compiling indexmap v2.4.0
12142024-09-03T23:12:06.481Z Compiling semver v1.0.23
12152024-09-03T23:12:07.252Z Compiling tokio v1.39.3
12162024-09-03T23:12:07.285Z Compiling http v0.2.12
12172024-09-03T23:12:07.473Z Compiling rustc_version v0.4.0
12182024-09-03T23:12:08.267Z Compiling heapless v0.7.17
12192024-09-03T23:12:08.722Z Compiling dof v0.3.0
12202024-09-03T23:12:09.394Z Compiling http-body v0.4.6
12212024-09-03T23:12:09.871Z Compiling uuid v1.10.0
12222024-09-03T23:12:10.028Z Compiling usdt-impl v0.5.0
12232024-09-03T23:12:10.943Z Compiling toml_datetime v0.6.8
12242024-09-03T23:12:10.974Z Compiling serde_spanned v0.6.7
12252024-09-03T23:12:11.207Z Compiling serde_tokenstream v0.2.2
12262024-09-03T23:12:11.310Z Compiling chrono v0.4.38
12272024-09-03T23:12:11.465Z Compiling smoltcp v0.9.1
12282024-09-03T23:12:11.538Z Compiling base64 v0.22.1
12292024-09-03T23:12:11.732Z Compiling num-bigint-dig v0.8.4
12302024-09-03T23:12:12.090Z Compiling postgres-protocol v0.6.7
12312024-09-03T23:12:12.279Z Compiling terminal_size v0.3.0
12322024-09-03T23:12:12.315Z Compiling addr2line v0.21.0
12332024-09-03T23:12:12.576Z Compiling publicsuffix v2.2.3
12342024-09-03T23:12:12.829Z Compiling hubpack_derive v0.1.1
12352024-09-03T23:12:13.005Z Compiling async-trait v0.1.81
12362024-09-03T23:12:13.025Z Compiling zerocopy-derive v0.6.6
12372024-09-03T23:12:13.384Z Compiling num-iter v0.1.45
12382024-09-03T23:12:13.746Z Compiling phf_shared v0.11.2
12392024-09-03T23:12:14.139Z Compiling serde_derive_internals v0.29.1
12402024-09-03T23:12:14.583Z Compiling ff v0.13.0
12412024-09-03T23:12:14.667Z Compiling object v0.32.2
12422024-09-03T23:12:14.745Z Compiling fs-err v2.11.0
12432024-09-03T23:12:15.066Z Compiling rustc-demangle v0.1.24
12442024-09-03T23:12:15.077Z Compiling anyhow v1.0.86
12452024-09-03T23:12:15.159Z Compiling schemars v0.8.21
12462024-09-03T23:12:15.527Z Compiling tokio-util v0.7.11
12472024-09-03T23:12:15.664Z Compiling tokio-rustls v0.24.1
12482024-09-03T23:12:16.012Z Compiling either v1.13.0
12492024-09-03T23:12:16.076Z Compiling tokio-native-tls v0.3.1
12502024-09-03T23:12:16.334Z Compiling managed v0.8.0
12512024-09-03T23:12:16.359Z Compiling bitflags v1.3.2
12522024-09-03T23:12:16.436Z Compiling winnow v0.5.40
12532024-09-03T23:12:16.468Z Compiling h2 v0.3.26
12542024-09-03T23:12:16.781Z Compiling base16ct v0.2.0
12552024-09-03T23:12:16.807Z Compiling ipnet v2.9.0
12562024-09-03T23:12:16.892Z Compiling base64 v0.21.7
12572024-09-03T23:12:17.161Z Compiling sec1 v0.7.3
12582024-09-03T23:12:17.700Z Compiling rustls-pemfile v1.0.4
12592024-09-03T23:12:17.724Z Compiling clap_builder v4.5.15
12602024-09-03T23:12:18.028Z Compiling schemars_derive v0.8.21
12612024-09-03T23:12:18.624Z Compiling zerocopy v0.6.6
12622024-09-03T23:12:19.626Z Compiling group v0.13.0
12632024-09-03T23:12:19.953Z Compiling toml_edit v0.19.15
12642024-09-03T23:12:20.309Z Compiling phf v0.11.2
12652024-09-03T23:12:20.329Z Compiling cookie_store v0.20.0
12662024-09-03T23:12:20.585Z Compiling hubpack v0.1.2
12672024-09-03T23:12:21.024Z Compiling postgres-types v0.2.7
12682024-09-03T23:12:22.448Z Compiling usdt-attr-macro v0.5.0
12692024-09-03T23:12:22.537Z Compiling usdt-macro v0.5.0
12702024-09-03T23:12:23.218Z Compiling serde_urlencoded v0.7.1
12712024-09-03T23:12:23.738Z Compiling hyper v0.14.30
12722024-09-03T23:12:24.046Z Compiling pkcs1 v0.7.5
12732024-09-03T23:12:24.098Z Compiling futures-executor v0.3.30
12742024-09-03T23:12:24.659Z Compiling hkdf v0.12.4
12752024-09-03T23:12:24.834Z Compiling signature v2.2.0
12762024-09-03T23:12:24.898Z Compiling regex v1.10.6
12772024-09-03T23:12:25.060Z Compiling bstr v1.9.1
12782024-09-03T23:12:25.105Z Compiling crypto-bigint v0.5.5
12792024-09-03T23:12:25.978Z Compiling serde_repr v0.1.19
12802024-09-03T23:12:26.843Z Compiling enum-as-inner v0.6.0
12812024-09-03T23:12:26.885Z Compiling strum_macros v0.25.3
12822024-09-03T23:12:26.959Z Compiling clap_derive v4.5.13
12832024-09-03T23:12:27.189Z Compiling phf_shared v0.10.0
12842024-09-03T23:12:27.610Z Compiling float-cmp v0.9.0
12852024-09-03T23:12:27.833Z Compiling idna v0.4.0
12862024-09-03T23:12:27.945Z Compiling mio v0.8.11
12872024-09-03T23:12:27.964Z Compiling encoding_rs v0.8.34
12882024-09-03T23:12:29.249Z Compiling new_debug_unreachable v1.0.6
12892024-09-03T23:12:29.351Z Compiling bit-vec v0.6.3
12902024-09-03T23:12:29.401Z Compiling sync_wrapper v0.1.2
12912024-09-03T23:12:29.536Z Compiling minimal-lexical v0.2.1
12922024-09-03T23:12:29.823Z Compiling data-encoding v2.6.0
12932024-09-03T23:12:30.061Z Compiling static_assertions v1.1.0
12942024-09-03T23:12:30.165Z Compiling whoami v1.5.1
12952024-09-03T23:12:30.817Z Compiling hyper-tls v0.5.0
12962024-09-03T23:12:30.969Z Compiling hyper-rustls v0.24.2
12972024-09-03T23:12:31.178Z Compiling difflib v0.4.0
12982024-09-03T23:12:31.210Z Compiling mime v0.3.17
12992024-09-03T23:12:31.325Z Compiling webpki-roots v0.25.4
13002024-09-03T23:12:31.498Z Compiling normalize-line-endings v0.3.0
13012024-09-03T23:12:31.625Z Compiling fixedbitset v0.4.2
13022024-09-03T23:12:31.806Z Compiling precomputed-hash v0.1.1
13032024-09-03T23:12:31.921Z Compiling predicates-core v1.0.6
13042024-09-03T23:12:31.978Z Compiling dyn-clone v1.0.17
13052024-09-03T23:12:32.100Z Compiling unicode-segmentation v1.11.0
13062024-09-03T23:12:32.174Z Compiling predicates v3.1.2
13072024-09-03T23:12:32.327Z Compiling clap v4.5.16
13082024-09-03T23:12:32.372Z Compiling string_cache v0.8.7
13092024-09-03T23:12:32.457Z Compiling petgraph v0.6.5
13102024-09-03T23:12:32.720Z Compiling reqwest v0.11.27
13112024-09-03T23:12:32.844Z Compiling similar v2.6.0
13122024-09-03T23:12:32.938Z Compiling console v0.15.8
13132024-09-03T23:12:33.667Z Compiling toml_edit v0.22.20
13142024-09-03T23:12:33.887Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13152024-09-03T23:12:34.469Z Compiling hickory-proto v0.24.1
13162024-09-03T23:12:35.249Z Compiling tokio-postgres v0.7.11
13172024-09-03T23:12:36.007Z Compiling nom v7.1.3
13182024-09-03T23:12:36.432Z Compiling bit-set v0.5.3
13192024-09-03T23:12:36.494Z Compiling signal-hook-mio v0.2.4
13202024-09-03T23:12:36.664Z Compiling elliptic-curve v0.13.8
13212024-09-03T23:12:36.715Z Compiling usdt v0.5.0
13222024-09-03T23:12:37.255Z Compiling rsa v0.9.6
13232024-09-03T23:12:37.556Z Compiling futures v0.3.30
13242024-09-03T23:12:37.668Z Compiling toml v0.7.8
13252024-09-03T23:12:39.730Z Compiling flate2 v1.0.31
13262024-09-03T23:12:40.249Z Compiling tokio-stream v0.1.15
13272024-09-03T23:12:40.720Z Compiling itertools v0.10.5
13282024-09-03T23:12:40.929Z Compiling itertools v0.12.1
13292024-09-03T23:12:40.995Z Compiling openapiv3 v2.0.0
13302024-09-03T23:12:41.250Z Compiling hex v0.4.3
13312024-09-03T23:12:41.844Z Compiling sha1 v0.10.6
13322024-09-03T23:12:41.950Z Compiling crossbeam-epoch v0.9.18
13332024-09-03T23:12:42.300Z Compiling dirs-sys-next v0.1.2
13342024-09-03T23:12:42.726Z Compiling peg-runtime v0.8.3
13352024-09-03T23:12:42.986Z Compiling lalrpop-util v0.19.12
13362024-09-03T23:12:43.349Z Compiling unicode-xid v0.2.4
13372024-09-03T23:12:43.368Z Compiling dirs-next v2.0.0
13382024-09-03T23:12:43.521Z Compiling thread_local v1.1.8
13392024-09-03T23:12:43.537Z Compiling slog-async v2.8.0
13402024-09-03T23:12:43.555Z Compiling term v0.7.0
13412024-09-03T23:12:44.070Z Compiling xattr v1.3.1
13422024-09-03T23:12:44.090Z Compiling strum_macros v0.26.4
13432024-09-03T23:12:44.159Z Compiling crossbeam-channel v0.5.12
13442024-09-03T23:12:44.344Z Compiling filetime v0.2.25
13452024-09-03T23:12:44.582Z Compiling is-terminal v0.4.12
13462024-09-03T23:12:44.657Z Compiling take_mut v0.2.2
13472024-09-03T23:12:44.713Z Compiling slog-term v2.9.1
13482024-09-03T23:12:44.817Z Compiling tar v0.4.41
13492024-09-03T23:12:45.222Z Compiling camino v1.1.9
13502024-09-03T23:12:46.437Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13512024-09-03T23:12:47.265Z Compiling strum v0.26.3
13522024-09-03T23:12:47.342Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13532024-09-03T23:12:52.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
13542024-09-03T23:12:52.720Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13552024-09-03T23:12:52.765ZSep 03 23:12:51.736 INFO Starting download, target: Cockroach
13562024-09-03T23:12:52.765ZSep 03 23:12:51.736 INFO Starting download, target: Console
13572024-09-03T23:12:52.765ZSep 03 23:12:51.736 INFO Starting download, target: Clickhouse
13582024-09-03T23:12:52.768ZSep 03 23:12:51.736 INFO Starting download, target: DendriteOpenapi
13592024-09-03T23:12:52.768ZSep 03 23:12:51.736 INFO Starting download, target: DendriteStub
13602024-09-03T23:12:52.768ZSep 03 23:12:51.736 INFO Starting download, target: MaghemiteMgd
13612024-09-03T23:12:52.768ZSep 03 23:12:51.736 INFO Starting download, target: TransceiverControl
13622024-09-03T23:12:52.768ZSep 03 23:12:51.737 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13632024-09-03T23:12:52.768ZSep 03 23:12:51.737 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13642024-09-03T23:12:52.768ZSep 03 23:12:51.737 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13652024-09-03T23:12:52.768ZSep 03 23:12:51.737 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13662024-09-03T23:12:52.768ZSep 03 23:12:51.737 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13672024-09-03T23:12:52.768ZSep 03 23:12:51.737 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13682024-09-03T23:12:52.768ZSep 03 23:12:51.737 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13692024-09-03T23:12:52.920ZSep 03 23:12:51.886 INFO Download complete, target: DendriteOpenapi
13702024-09-03T23:12:53.016ZSep 03 23:12:51.983 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13712024-09-03T23:12:53.382ZSep 03 23:12:52.350 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13722024-09-03T23:12:53.465ZSep 03 23:12:52.436 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13732024-09-03T23:12:53.521ZSep 03 23:12:52.492 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13742024-09-03T23:12:53.798ZSep 03 23:12:52.768 INFO Download complete, target: Console
13752024-09-03T23:12:53.829ZSep 03 23:12:52.799 INFO Download complete, target: TransceiverControl
13762024-09-03T23:12:53.953ZSep 03 23:12:52.919 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13772024-09-03T23:12:53.953ZSep 03 23:12:52.919 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13782024-09-03T23:12:54.821ZSep 03 23:12:53.792 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13792024-09-03T23:12:56.685ZSep 03 23:12:55.655 INFO Download complete, target: DendriteStub
13802024-09-03T23:12:56.824ZSep 03 23:12:55.794 INFO Download complete, target: MaghemiteMgd
13812024-09-03T23:13:02.382ZSep 03 23:13:01.352 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13822024-09-03T23:13:02.713ZSep 03 23:13:01.675 INFO Checking that binary works, target: Cockroach
13832024-09-03T23:13:02.860ZSep 03 23:13:01.829 INFO Download complete, target: Cockroach
13842024-09-03T23:13:09.056ZSep 03 23:13:08.026 INFO Checking that binary works, target: Clickhouse
13852024-09-03T23:13:09.214ZSep 03 23:13:08.183 INFO Download complete, target: Clickhouse
13862024-09-03T23:13:09.221ZAll prerequisites installed successfully
13872024-09-03T23:13:09.223Z
13882024-09-03T23:13:09.223Zreal 3:25.706842515
13892024-09-03T23:13:09.223Zuser 11:18.841348613
13902024-09-03T23:13:09.223Zsys 2:25.271980745
13912024-09-03T23:13:09.223Ztrap 0.426472184
13922024-09-03T23:13:09.223Ztflt 1.473783157
13932024-09-03T23:13:09.223Zdflt 1.567918474
13942024-09-03T23:13:09.223Zkflt 0.028484691
13952024-09-03T23:13:09.223Zlock 22:51.704156181
13962024-09-03T23:13:09.223Zslp 42:52.010972394
13972024-09-03T23:13:09.223Zlat 42.369746222
13982024-09-03T23:13:09.223Zstop 1:47.710038882
13992024-09-03T23:13:09.223Z+ source ./tools/include/force-git-over-https.sh
14002024-09-03T23:13:09.223Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14012024-09-03T23:13:09.223Z++ (( i = 0 ))
14022024-09-03T23:13:09.223Z++ (( i < 5 ))
14032024-09-03T23:13:09.223Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14042024-09-03T23:13:09.226Z++ (( i++ ))
14052024-09-03T23:13:09.226Z++ (( i < 5 ))
14062024-09-03T23:13:09.228Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14072024-09-03T23:13:09.230Z++ (( i++ ))
14082024-09-03T23:13:09.230Z++ (( i < 5 ))
14092024-09-03T23:13:09.230Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14102024-09-03T23:13:09.233Z++ (( i++ ))
14112024-09-03T23:13:09.233Z++ (( i < 5 ))
14122024-09-03T23:13:09.233Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14132024-09-03T23:13:09.235Z++ (( i++ ))
14142024-09-03T23:13:09.235Z++ (( i < 5 ))
14152024-09-03T23:13:09.235Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14162024-09-03T23:13:09.238Z++ (( i++ ))
14172024-09-03T23:13:09.238Z++ (( i < 5 ))
14182024-09-03T23:13:09.238Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14192024-09-03T23:13:09.238Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14202024-09-03T23:13:09.241Z+ rc=0
14212024-09-03T23:13:09.241Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14222024-09-03T23:13:29.642Z+ case $rc in
14232024-09-03T23:13:29.642Z+ pfexec zfs create -p rpool/images/build/host
14242024-09-03T23:13:29.846Z+ pfexec zfs create -p rpool/images/build/recovery
14252024-09-03T23:13:29.919Z+ cargo xtask releng --output-dir /work
14262024-09-03T23:13:30.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14272024-09-03T23:13:30.523Z Running `target/debug/xtask releng --output-dir /work`
14282024-09-03T23:13:31.425Z Compiling proc-macro2 v1.0.86
14292024-09-03T23:13:31.425Z Compiling unicode-ident v1.0.12
14302024-09-03T23:13:31.425Z Compiling libc v0.2.158
14312024-09-03T23:13:31.428Z Compiling serde v1.0.208
14322024-09-03T23:13:31.428Z Compiling version_check v0.9.5
14332024-09-03T23:13:31.428Z Compiling autocfg v1.3.0
14342024-09-03T23:13:31.428Z Compiling cfg-if v1.0.0
14352024-09-03T23:13:31.428Z Compiling once_cell v1.19.0
14362024-09-03T23:13:31.720Z Compiling typenum v1.17.0
14372024-09-03T23:13:31.722Z Compiling memchr v2.7.2
14382024-09-03T23:13:32.253Z Compiling lock_api v0.4.12
14392024-09-03T23:13:32.277Z Compiling generic-array v0.14.7
14402024-09-03T23:13:32.578Z Compiling ahash v0.8.11
14412024-09-03T23:13:32.581Z Compiling serde_json v1.0.125
14422024-09-03T23:13:32.662Z Compiling libm v0.2.8
14432024-09-03T23:13:32.931Z Compiling num-traits v0.2.19
14442024-09-03T23:13:32.951Z Compiling parking_lot_core v0.9.10
14452024-09-03T23:13:33.008Z Compiling byteorder v1.5.0
14462024-09-03T23:13:33.240Z Compiling quote v1.0.36
14472024-09-03T23:13:33.488Z Compiling jobserver v0.1.32
14482024-09-03T23:13:33.521Z Compiling getrandom v0.2.14
14492024-09-03T23:13:33.722Z Compiling syn v2.0.74
14502024-09-03T23:13:33.856Z Compiling cc v1.0.97
14512024-09-03T23:13:33.872Z Compiling scopeguard v1.2.0
14522024-09-03T23:13:33.879Z Compiling log v0.4.21
14532024-09-03T23:13:34.248Z Compiling thiserror v1.0.63
14542024-09-03T23:13:34.267Z Compiling itoa v1.0.11
14552024-09-03T23:13:34.519Z Compiling slab v0.4.9
14562024-09-03T23:13:34.586Z Compiling rand_core v0.6.4
14572024-09-03T23:13:34.698Z Compiling pkg-config v0.3.30
14582024-09-03T23:13:35.270Z Compiling semver v1.0.23
14592024-09-03T23:13:35.503Z Compiling ryu v1.0.18
14602024-09-03T23:13:35.760Z Compiling vcpkg v0.2.15
14612024-09-03T23:13:35.864Z Compiling smallvec v1.13.2
14622024-09-03T23:13:35.867Z Compiling pin-project-lite v0.2.14
14632024-09-03T23:13:36.000Z Compiling allocator-api2 v0.2.18
14642024-09-03T23:13:36.469Z Compiling spin v0.9.8
14652024-09-03T23:13:36.655Z Compiling subtle v2.5.0
14662024-09-03T23:13:37.024Z Compiling const-oid v0.9.6
14672024-09-03T23:13:37.205Z Compiling ring v0.17.8
14682024-09-03T23:13:37.224Z Compiling signal-hook-registry v1.4.2
14692024-09-03T23:13:37.444Z Compiling openssl-sys v0.9.103
14702024-09-03T23:13:38.207Z Compiling heck v0.5.0
14712024-09-03T23:13:38.643Z Compiling httparse v1.8.0
14722024-09-03T23:13:38.670Z Compiling rustix v0.38.34
14732024-09-03T23:13:38.930Z Compiling schemars v0.8.21
14742024-09-03T23:13:39.341Z Compiling parking_lot v0.12.2
14752024-09-03T23:13:39.370Z Compiling mio v1.0.2
14762024-09-03T23:13:39.608Z Compiling num-conv v0.1.0
14772024-09-03T23:13:39.951Z Compiling futures-core v0.3.30
14782024-09-03T23:13:40.170Z Compiling time-core v0.1.2
14792024-09-03T23:13:40.228Z Compiling socket2 v0.5.7
14802024-09-03T23:13:40.353Z Compiling time-macros v0.2.18
14812024-09-03T23:13:40.497Z Compiling openssl v0.10.66
14822024-09-03T23:13:40.616Z Compiling equivalent v1.0.1
14832024-09-03T23:13:40.728Z Compiling fnv v1.0.7
14842024-09-03T23:13:40.993Z Compiling rustls v0.21.12
14852024-09-03T23:13:41.065Z Compiling tinyvec_macros v0.1.1
14862024-09-03T23:13:41.190Z Compiling futures-sink v0.3.30
14872024-09-03T23:13:41.338Z Compiling native-tls v0.2.11
14882024-09-03T23:13:41.379Z Compiling serde_derive_internals v0.29.1
14892024-09-03T23:13:41.461Z Compiling tinyvec v1.6.0
14902024-09-03T23:13:42.287Z Compiling crossbeam-utils v0.8.19
14912024-09-03T23:13:43.183Z Compiling unicode-normalization v0.1.23
14922024-09-03T23:13:43.225Z Compiling cookie v0.17.0
14932024-09-03T23:13:43.318Z Compiling ucd-trie v0.1.6
14942024-09-03T23:13:43.723Z Compiling cpufeatures v0.2.12
14952024-09-03T23:13:43.897Z Compiling iana-time-zone v0.1.60
14962024-09-03T23:13:44.041Z Compiling futures-channel v0.3.30
14972024-09-03T23:13:44.273Z Compiling syn v1.0.109
14982024-09-03T23:13:44.314Z Compiling slog v2.7.0
14992024-09-03T23:13:44.378Z Compiling pin-utils v0.1.0
15002024-09-03T23:13:44.501Z Compiling futures-task v0.3.30
15012024-09-03T23:13:44.530Z Compiling futures-io v0.3.30
15022024-09-03T23:13:44.571Z Compiling unicode-bidi v0.3.15
15032024-09-03T23:13:44.921Z Compiling aho-corasick v1.1.3
15042024-09-03T23:13:45.170Z Compiling untrusted v0.9.0
15052024-09-03T23:13:46.191Z Compiling regex-syntax v0.8.4
15062024-09-03T23:13:46.194Z Compiling crc32fast v1.4.0
15072024-09-03T23:13:46.762Z Compiling dyn-clone v1.0.17
15082024-09-03T23:13:46.943Z Compiling serde_derive v1.0.208
15092024-09-03T23:13:46.976Z Compiling zeroize_derive v1.4.2
15102024-09-03T23:13:47.220Z Compiling zerocopy-derive v0.7.34
15112024-09-03T23:13:47.972Z Compiling tokio-macros v2.4.0
15122024-09-03T23:13:48.495Z Compiling thiserror-impl v1.0.63
15132024-09-03T23:13:49.309Z Compiling zeroize v1.7.0
15142024-09-03T23:13:49.662Z Compiling zerocopy v0.7.34
15152024-09-03T23:13:49.752Z Compiling futures-macro v0.3.30
15162024-09-03T23:13:51.578Z Compiling crypto-common v0.1.6
15172024-09-03T23:13:51.826Z Compiling tracing-attributes v0.1.27
15182024-09-03T23:13:51.852Z Compiling der_derive v0.7.2
15192024-09-03T23:13:52.234Z Compiling hashbrown v0.14.5
15202024-09-03T23:13:53.258Z Compiling block-buffer v0.10.4
15212024-09-03T23:13:53.513Z Compiling digest v0.10.7
15222024-09-03T23:13:53.762Z Compiling schemars_derive v0.8.21
15232024-09-03T23:13:54.259Z Compiling openssl-macros v0.1.1
15242024-09-03T23:13:54.740Z Compiling scroll_derive v0.12.0
15252024-09-03T23:13:55.118Z Compiling hmac v0.12.1
15262024-09-03T23:13:55.220Z Compiling pest v2.7.10
15272024-09-03T23:13:55.433Z Compiling block-padding v0.3.3
15282024-09-03T23:13:55.697Z Compiling inout v0.1.3
15292024-09-03T23:13:55.744Z Compiling futures-util v0.3.30
15302024-09-03T23:13:56.332Z Compiling cipher v0.4.4
15312024-09-03T23:13:56.858Z Compiling sha2 v0.10.8
15322024-09-03T23:13:56.973Z Compiling regex-automata v0.4.6
15332024-09-03T23:13:57.992Z Compiling pest_meta v2.7.10
15342024-09-03T23:13:58.855Z Compiling usdt-impl v0.5.0
15352024-09-03T23:13:59.326Z Compiling base64ct v1.6.0
15362024-09-03T23:13:59.947Z Compiling pest_generator v2.7.10
15372024-09-03T23:14:01.770Z Compiling bytes v1.7.1
15382024-09-03T23:14:03.374Z Compiling bitflags v2.6.0
15392024-09-03T23:14:03.863Z Compiling tokio v1.39.3
15402024-09-03T23:14:04.196Z Compiling indexmap v2.4.0
15412024-09-03T23:14:04.837Z Compiling serde_tokenstream v0.2.2
15422024-09-03T23:14:05.102Z Compiling uuid v1.10.0
15432024-09-03T23:14:05.511Z Compiling chrono v0.4.38
15442024-09-03T23:14:05.937Z Compiling http v0.2.12
15452024-09-03T23:14:06.735Z Compiling rustc_version v0.4.0
15462024-09-03T23:14:07.446Z Compiling pest_derive v2.7.10
15472024-09-03T23:14:09.267Z Compiling percent-encoding v2.3.1
15482024-09-03T23:14:09.434Z Compiling powerfmt v0.2.0
15492024-09-03T23:14:09.859Z Compiling heck v0.4.1
15502024-09-03T23:14:10.076Z Compiling deranged v0.3.11
15512024-09-03T23:14:10.104Z Compiling heapless v0.7.17
15522024-09-03T23:14:10.339Z Compiling pem-rfc7468 v0.7.0
15532024-09-03T23:14:10.991Z Compiling scroll v0.12.0
15542024-09-03T23:14:11.052Z Compiling zerocopy-derive v0.6.6
15552024-09-03T23:14:12.105Z Compiling backtrace v0.3.71
15562024-09-03T23:14:12.587Z Compiling tracing-core v0.1.32
15572024-09-03T23:14:12.689Z Compiling errno v0.3.9
15582024-09-03T23:14:12.940Z Compiling num_threads v0.1.7
15592024-09-03T23:14:13.066Z Compiling ppv-lite86 v0.2.17
15602024-09-03T23:14:13.091Z Compiling plain v0.2.3
15612024-09-03T23:14:13.448Z Compiling num-bigint-dig v0.8.4
15622024-09-03T23:14:13.785Z Compiling tokio-util v0.7.11
15632024-09-03T23:14:14.562Z Compiling flagset v0.4.5
15642024-09-03T23:14:14.833Z Compiling der v0.7.9
15652024-09-03T23:14:14.975Z Compiling time v0.3.36
15662024-09-03T23:14:15.131Z Compiling rand_chacha v0.3.1
15672024-09-03T23:14:16.066Z Compiling tracing v0.1.40
15682024-09-03T23:14:16.248Z Compiling goblin v0.8.2
15692024-09-03T23:14:17.455Z Compiling regex v1.10.6
15702024-09-03T23:14:17.927Z Compiling salsa20 v0.10.2
15712024-09-03T23:14:18.132Z Compiling pbkdf2 v0.12.2
15722024-09-03T23:14:18.316Z Compiling async-trait v0.1.81
15732024-09-03T23:14:19.250Z Compiling strsim v0.11.1
15742024-09-03T23:14:19.962Z Compiling rustversion v1.0.17
15752024-09-03T23:14:20.262Z Compiling pretty-hex v0.4.1
15762024-09-03T23:14:21.475Z Compiling scrypt v0.11.0
15772024-09-03T23:14:21.764Z Compiling spki v0.7.3
15782024-09-03T23:14:22.064Z Compiling rand v0.8.5
15792024-09-03T23:14:22.230Z Compiling form_urlencoded v1.2.1
15802024-09-03T23:14:22.326Z Compiling dtrace-parser v0.2.0
15812024-09-03T23:14:22.864Z Compiling dof v0.3.0
15822024-09-03T23:14:23.238Z Compiling cbc v0.1.2
15832024-09-03T23:14:23.603Z Compiling aes v0.8.4
15842024-09-03T23:14:23.773Z Compiling thread-id v4.2.1
15852024-09-03T23:14:24.383Z Compiling smoltcp v0.9.1
15862024-09-03T23:14:24.821Z Compiling unicode-width v0.1.13
15872024-09-03T23:14:25.016Z Compiling foreign-types-shared v0.1.1
15882024-09-03T23:14:25.111Z Compiling anyhow v1.0.86
15892024-09-03T23:14:25.192Z Compiling signal-hook v0.3.17
15902024-09-03T23:14:25.519Z Compiling try-lock v0.2.5
15912024-09-03T23:14:25.909Z Compiling foreign-types v0.3.2
15922024-09-03T23:14:26.108Z Compiling want v0.3.1
15932024-09-03T23:14:26.504Z Compiling pkcs5 v0.7.1
15942024-09-03T23:14:30.042Z Compiling h2 v0.3.26
15952024-09-03T23:14:33.331Z Compiling http-body v0.4.6
15962024-09-03T23:14:33.864Z Compiling clap_derive v4.5.13
15972024-09-03T23:14:34.055Z Compiling base64 v0.21.7
15982024-09-03T23:14:34.467Z Compiling tower-service v0.3.2
15992024-09-03T23:14:34.606Z Compiling siphasher v0.3.11
16002024-09-03T23:14:35.005Z Compiling httpdate v1.0.3
16012024-09-03T23:14:38.606Z Compiling hyper v0.14.30
16022024-09-03T23:14:40.623Z Compiling pkcs8 v0.10.2
16032024-09-03T23:14:41.925Z Compiling sct v0.7.1
16042024-09-03T23:14:42.280Z Compiling rustls-webpki v0.101.7
16052024-09-03T23:14:44.114Z Compiling openapiv3 v2.0.0
16062024-09-03T23:14:44.559Z Compiling hubpack_derive v0.1.1
16072024-09-03T23:14:49.015Z Compiling idna v0.5.0
16082024-09-03T23:14:50.587Z Compiling fs-err v2.11.0
16092024-09-03T23:14:50.670Z Compiling adler v1.0.2
16102024-09-03T23:14:50.886Z Compiling openssl-probe v0.1.5
16112024-09-03T23:14:51.430Z Compiling utf8parse v0.2.1
16122024-09-03T23:14:51.578Z Compiling anstyle v1.0.8
16132024-09-03T23:14:51.645Z Compiling finl_unicode v1.2.0
16142024-09-03T23:14:52.104Z Compiling anstyle-parse v0.2.4
16152024-09-03T23:14:52.540Z Compiling stringprep v0.1.4
16162024-09-03T23:14:53.606Z Compiling miniz_oxide v0.7.2
16172024-09-03T23:14:53.943Z Compiling url v2.5.2
16182024-09-03T23:14:57.563Z Compiling usdt-macro v0.5.0
16192024-09-03T23:14:59.212Z Compiling usdt-attr-macro v0.5.0
16202024-09-03T23:15:01.052Z Compiling serde_spanned v0.6.7
16212024-09-03T23:15:01.089Z Compiling toml_datetime v0.6.8
16222024-09-03T23:15:01.331Z Compiling md-5 v0.10.6
16232024-09-03T23:15:01.583Z Compiling regress v0.9.1
16242024-09-03T23:15:01.677Z Compiling idna v0.3.0
16252024-09-03T23:15:02.831Z Compiling lazy_static v1.5.0
16262024-09-03T23:15:02.962Z Compiling num-integer v0.1.46
16272024-09-03T23:15:03.321Z Compiling hash32 v0.2.1
16282024-09-03T23:15:03.670Z Compiling encoding_rs v0.8.34
16292024-09-03T23:15:03.688Z Compiling base64 v0.22.1
16302024-09-03T23:15:04.365Z Compiling psl-types v2.0.11
16312024-09-03T23:15:04.597Z Compiling colorchoice v1.0.1
16322024-09-03T23:15:04.617Z Compiling fallible-iterator v0.2.0
16332024-09-03T23:15:04.753Z Compiling anstyle-query v1.0.3
16342024-09-03T23:15:04.923Z Compiling gimli v0.28.1
16352024-09-03T23:15:05.277Z Compiling stable_deref_trait v1.2.0
16362024-09-03T23:15:05.390Z Compiling is_terminal_polyfill v1.70.0
16372024-09-03T23:15:05.504Z Compiling mime v0.3.17
16382024-09-03T23:15:05.524Z Compiling publicsuffix v2.2.3
16392024-09-03T23:15:05.763Z Compiling anstream v0.6.14
16402024-09-03T23:15:06.406Z Compiling postgres-protocol v0.6.7
16412024-09-03T23:15:06.635Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16422024-09-03T23:15:07.924Z Compiling num-iter v0.1.45
16432024-09-03T23:15:09.588Z Compiling addr2line v0.21.0
16442024-09-03T23:15:11.210Z Compiling tokio-rustls v0.24.1
16452024-09-03T23:15:12.074Z Compiling terminal_size v0.3.0
16462024-09-03T23:15:12.279Z Compiling tokio-native-tls v0.3.1
16472024-09-03T23:15:12.665Z Compiling phf_shared v0.11.2
16482024-09-03T23:15:12.860Z Compiling strum_macros v0.25.3
16492024-09-03T23:15:13.124Z Compiling serde_urlencoded v0.7.1
16502024-09-03T23:15:13.788Z Compiling enum-as-inner v0.6.0
16512024-09-03T23:15:14.216Z Compiling serde_repr v0.1.19
16522024-09-03T23:15:14.670Z Compiling ff v0.13.0
16532024-09-03T23:15:14.791Z Compiling object v0.32.2
16542024-09-03T23:15:14.810Z Compiling bitflags v1.3.2
16552024-09-03T23:15:14.904Z Compiling ipnet v2.9.0
16562024-09-03T23:15:15.319Z Compiling clap_lex v0.7.0
16572024-09-03T23:15:15.604Z Compiling either v1.13.0
16582024-09-03T23:15:15.926Z Compiling rustc-demangle v0.1.24
16592024-09-03T23:15:16.405Z Compiling managed v0.8.0
16602024-09-03T23:15:16.859Z Compiling winnow v0.5.40
16612024-09-03T23:15:17.467Z Compiling base16ct v0.2.0
16622024-09-03T23:15:17.753Z Compiling sec1 v0.7.3
16632024-09-03T23:15:18.307Z Compiling clap_builder v4.5.15
16642024-09-03T23:15:18.342Z Compiling rustls-pemfile v1.0.4
16652024-09-03T23:15:18.515Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16662024-09-03T23:15:18.703Z Compiling group v0.13.0
16672024-09-03T23:15:20.547Z Compiling toml_edit v0.19.15
16682024-09-03T23:15:20.964Z Compiling phf v0.11.2
16692024-09-03T23:15:21.246Z Compiling hyper-tls v0.5.0
16702024-09-03T23:15:22.253Z Compiling hyper-rustls v0.24.2
16712024-09-03T23:15:22.612Z Compiling cookie_store v0.20.0
16722024-09-03T23:15:23.058Z Compiling postgres-types v0.2.7
16732024-09-03T23:15:24.089Z Compiling hubpack v0.1.2
16742024-09-03T23:15:24.394Z Compiling pkcs1 v0.7.5
16752024-09-03T23:15:24.502Z Compiling phf_shared v0.10.0
16762024-09-03T23:15:25.122Z Compiling zerocopy v0.6.6
16772024-09-03T23:15:25.301Z Compiling futures-executor v0.3.30
16782024-09-03T23:15:25.346Z Compiling bstr v1.9.1
16792024-09-03T23:15:25.435Z Compiling hkdf v0.12.4
16802024-09-03T23:15:25.497Z Compiling signature v2.2.0
16812024-09-03T23:15:25.668Z Compiling crypto-bigint v0.5.5
16822024-09-03T23:15:25.756Z Compiling idna v0.4.0
16832024-09-03T23:15:25.885Z Compiling float-cmp v0.9.0
16842024-09-03T23:15:25.964Z Compiling mio v0.8.11
16852024-09-03T23:15:26.111Z Compiling memmap v0.7.0
16862024-09-03T23:15:26.906Z Compiling bit-vec v0.6.3
16872024-09-03T23:15:27.084Z Compiling difflib v0.4.0
16882024-09-03T23:15:27.181Z Compiling webpki-roots v0.25.4
16892024-09-03T23:15:27.247Z Compiling whoami v1.5.1
16902024-09-03T23:15:27.301Z Compiling unicode-segmentation v1.11.0
16912024-09-03T23:15:27.487Z Compiling new_debug_unreachable v1.0.6
16922024-09-03T23:15:27.587Z Compiling fixedbitset v0.4.2
16932024-09-03T23:15:27.641Z Compiling sync_wrapper v0.1.2
16942024-09-03T23:15:27.774Z Compiling minimal-lexical v0.2.1
16952024-09-03T23:15:28.057Z Compiling normalize-line-endings v0.3.0
16962024-09-03T23:15:28.178Z Compiling static_assertions v1.1.0
16972024-09-03T23:15:28.196Z Compiling predicates-core v1.0.6
16982024-09-03T23:15:28.250Z Compiling winnow v0.6.18
16992024-09-03T23:15:28.286Z Compiling data-encoding v2.6.0
17002024-09-03T23:15:28.344Z Compiling precomputed-hash v0.1.1
17012024-09-03T23:15:28.397Z Compiling elliptic-curve v0.13.8
17022024-09-03T23:15:28.463Z Compiling string_cache v0.8.7
17032024-09-03T23:15:28.488Z Compiling predicates v3.1.2
17042024-09-03T23:15:28.856Z Compiling reqwest v0.11.27
17052024-09-03T23:15:29.009Z Compiling hickory-proto v0.24.1
17062024-09-03T23:15:29.142Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17072024-09-03T23:15:29.794Z Compiling nom v7.1.3
17082024-09-03T23:15:30.027Z Compiling similar v2.6.0
17092024-09-03T23:15:31.971Z Compiling toml_edit v0.22.20
17102024-09-03T23:15:32.008Z Compiling petgraph v0.6.5
17112024-09-03T23:15:34.497Z Compiling tokio-postgres v0.7.11
17122024-09-03T23:15:35.325Z Compiling bit-set v0.5.3
17132024-09-03T23:15:35.609Z Compiling signal-hook-mio v0.2.4
17142024-09-03T23:15:35.788Z Compiling usdt v0.5.0
17152024-09-03T23:15:36.717Z Compiling rsa v0.9.6
17162024-09-03T23:15:36.755Z Compiling futures v0.3.30
17172024-09-03T23:15:37.979Z Compiling toml v0.7.8
17182024-09-03T23:15:38.327Z Compiling clap v4.5.16
17192024-09-03T23:15:38.530Z Compiling flate2 v1.0.31
17202024-09-03T23:15:38.533Z Compiling crossbeam-epoch v0.9.18
17212024-09-03T23:15:39.002Z Compiling itertools v0.10.5
17222024-09-03T23:15:39.163Z Compiling itertools v0.12.1
17232024-09-03T23:15:39.368Z Compiling console v0.15.8
17242024-09-03T23:15:40.082Z Compiling tokio-stream v0.1.15
17252024-09-03T23:15:40.681Z Compiling hex v0.4.3
17262024-09-03T23:15:41.588Z Compiling sha1 v0.10.6
17272024-09-03T23:15:41.905Z Compiling radium v0.7.0
17282024-09-03T23:15:41.996Z Compiling peg-runtime v0.8.3
17292024-09-03T23:15:42.279Z Compiling camino v1.1.9
17302024-09-03T23:15:42.499Z Compiling unicode-xid v0.2.4
17312024-09-03T23:15:42.677Z Compiling lalrpop-util v0.19.12
17322024-09-03T23:15:42.990Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17332024-09-03T23:15:48.171Z Compiling is-terminal v0.4.12
17342024-09-03T23:15:48.964Z Compiling maybe-uninit v2.0.0
17352024-09-03T23:15:51.952Z Compiling rustls-pki-types v1.7.0
17362024-09-03T23:15:53.219Z Compiling ident_case v1.0.1
17372024-09-03T23:15:53.339Z Compiling tap v1.0.1
17382024-09-03T23:15:53.406Z Compiling darling_core v0.20.9
17392024-09-03T23:15:53.579Z Compiling wyz v0.5.1
17402024-09-03T23:16:07.510Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17412024-09-03T23:16:07.842Z Compiling getopts v0.2.21
17422024-09-03T23:16:08.936Z Compiling bzip2-sys v0.1.11+1.0.8
17432024-09-03T23:16:09.461Z Compiling dirs-sys-next v0.1.2
17442024-09-03T23:16:10.574Z Compiling rustls v0.22.4
17452024-09-03T23:16:10.884Z Compiling unsafe-libyaml v0.2.11
17462024-09-03T23:16:11.149Z Compiling funty v2.0.0
17472024-09-03T23:16:11.705Z Compiling paste v1.0.15
17482024-09-03T23:16:12.305Z Compiling packed_struct v0.10.1
17492024-09-03T23:16:12.649Z Compiling bitvec v1.0.1
17502024-09-03T23:16:13.723Z Compiling serde_yaml v0.9.34+deprecated
17512024-09-03T23:16:15.479Z Compiling dirs-next v2.0.0
17522024-09-03T23:16:17.135Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17532024-09-03T23:16:17.899Z Compiling darling_macro v0.20.9
17542024-09-03T23:16:18.961Z Compiling rustls-webpki v0.102.4
17552024-09-03T23:16:22.842Z Compiling packed_struct_codegen v0.10.1
17562024-09-03T23:16:23.130Z Compiling structmeta-derive v0.3.0
17572024-09-03T23:16:24.056Z Compiling thread_local v1.1.8
17582024-09-03T23:16:24.372Z Compiling multer v3.1.0
17592024-09-03T23:16:24.691Z Compiling indexmap v1.9.3
17602024-09-03T23:16:24.767Z Compiling match_cfg v0.1.0
17612024-09-03T23:16:24.867Z Compiling crc-catalog v2.4.0
17622024-09-03T23:16:25.024Z Compiling nodrop v0.1.14
17632024-09-03T23:16:25.043Z Compiling rayon-core v1.12.1
17642024-09-03T23:16:25.169Z Compiling slog-async v2.8.0
17652024-09-03T23:16:25.253Z Compiling fastrand v2.1.0
17662024-09-03T23:16:25.680Z Compiling tempfile v3.10.1
17672024-09-03T23:16:25.722Z Compiling structmeta v0.3.0
17682024-09-03T23:16:25.903Z Compiling array-init v0.0.4
17692024-09-03T23:16:26.155Z Compiling crc v3.2.1
17702024-09-03T23:16:27.150Z Compiling hostname v0.3.1
17712024-09-03T23:16:27.573Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17722024-09-03T23:16:28.842Z Compiling darling v0.20.9
17732024-09-03T23:16:28.976Z Compiling smallvec v0.6.14
17742024-09-03T23:16:29.482Z Compiling term v0.7.0
17752024-09-03T23:16:32.065Z Compiling crossbeam-deque v0.8.5
17762024-09-03T23:16:32.465Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17772024-09-03T23:16:33.846Z Compiling slog-json v2.6.1
17782024-09-03T23:16:34.300Z Compiling crossbeam-channel v0.5.12
17792024-09-03T23:16:34.585Z Compiling http v1.1.0
17802024-09-03T23:16:35.683Z Compiling pin-project-internal v1.1.5
17812024-09-03T23:16:35.858Z Compiling async-stream-impl v0.3.5
17822024-09-03T23:16:39.297Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17832024-09-03T23:16:40.621Z Compiling atomic-waker v1.1.2
17842024-09-03T23:16:40.824Z Compiling take_mut v0.2.2
17852024-09-03T23:16:41.256Z Compiling termcolor v1.4.1
17862024-09-03T23:16:42.620Z Compiling hashbrown v0.12.3
17872024-09-03T23:16:42.932Z Compiling same-file v1.0.6
17882024-09-03T23:16:43.128Z Compiling bitfield v0.14.0
17892024-09-03T23:16:44.260Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17902024-09-03T23:16:45.004Z Compiling walkdir v2.5.0
17912024-09-03T23:16:46.368Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17922024-09-03T23:16:47.612Z Compiling env_logger v0.10.2
17932024-09-03T23:16:53.809Z Compiling waitgroup v0.1.2
17942024-09-03T23:16:57.807Z Compiling pin-project v1.1.5
17952024-09-03T23:16:57.954Z Compiling async-stream v0.3.5
17962024-09-03T23:16:58.571Z Compiling slog-bunyan v2.5.0
17972024-09-03T23:16:58.841Z Compiling tokio-rustls v0.25.0
17982024-09-03T23:16:59.428Z Compiling slog-term v2.9.1
17992024-09-03T23:16:59.720Z Compiling serde-hex v0.1.0
18002024-09-03T23:17:00.885Z Compiling serde_with_macros v3.9.0
18012024-09-03T23:17:02.097Z Compiling bzip2 v0.4.4
18022024-09-03T23:17:02.400Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18032024-09-03T23:17:02.558Z Compiling parse-display-derive v0.10.0
18042024-09-03T23:17:02.720Z Compiling toml v0.8.19
18052024-09-03T23:17:03.442Z Compiling rustls-pemfile v2.1.3
18062024-09-03T23:17:06.524Z Compiling x509-cert v0.2.5
18072024-09-03T23:17:07.040Z Compiling ron v0.8.1
18082024-09-03T23:17:08.110Z Compiling newtype-uuid v1.1.0
18092024-09-03T23:17:08.437Z Compiling ipnetwork v0.20.0
18102024-09-03T23:17:08.535Z Compiling strum_macros v0.26.4
18112024-09-03T23:17:08.631Z Compiling xattr v1.3.1
18122024-09-03T23:17:09.618Z Compiling snafu-derive v0.8.2
18132024-09-03T23:17:10.271Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18142024-09-03T23:17:12.195Z Compiling serde_path_to_error v0.1.16
18152024-09-03T23:17:13.059Z Compiling hashbrown v0.13.2
18162024-09-03T23:17:13.155Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18172024-09-03T23:17:13.158Z Compiling ring v0.16.20
18182024-09-03T23:17:13.917Z Compiling blake3 v1.5.1
18192024-09-03T23:17:14.153Z Compiling filetime v0.2.25
18202024-09-03T23:17:14.367Z Compiling hostname v0.4.0
18212024-09-03T23:17:14.384Z Compiling instant v0.1.12
18222024-09-03T23:17:14.420Z Compiling crc-any v2.5.0
18232024-09-03T23:17:14.474Z Compiling buf-list v1.0.3
18242024-09-03T23:17:14.617Z Compiling debug-ignore v1.0.5
18252024-09-03T23:17:14.677Z Compiling backoff v0.4.0
18262024-09-03T23:17:15.044Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18272024-09-03T23:17:15.134Z Compiling snafu v0.8.2
18282024-09-03T23:17:15.349Z Compiling tar v0.4.41
18292024-09-03T23:17:15.521Z Compiling object v0.30.4
18302024-09-03T23:17:16.427Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18312024-09-03T23:17:16.655Z Compiling strum v0.26.3
18322024-09-03T23:17:16.854Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18332024-09-03T23:17:17.992Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18342024-09-03T23:17:19.617Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18352024-09-03T23:17:20.180Z Compiling parse-display v0.10.0
18362024-09-03T23:17:20.408Z Compiling serde_with v3.9.0
18372024-09-03T23:17:20.471Z Compiling zip v0.6.6
18382024-09-03T23:17:21.483Z Compiling rayon v1.10.0
18392024-09-03T23:17:22.138Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18402024-09-03T23:17:22.874Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18412024-09-03T23:17:23.167Z Compiling camino-tempfile v1.1.1
18422024-09-03T23:17:23.873Z Compiling globset v0.4.14
18432024-09-03T23:17:24.838Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18442024-09-03T23:17:25.100Z Compiling pem v3.0.4
18452024-09-03T23:17:26.579Z Compiling olpc-cjson v0.1.3
18462024-09-03T23:17:26.912Z Compiling serde_plain v1.0.2
18472024-09-03T23:17:26.930Z Compiling macaddr v1.0.1
18482024-09-03T23:17:27.091Z Compiling async-recursion v1.1.1
18492024-09-03T23:17:27.444Z Compiling memmap2 v0.9.4
18502024-09-03T23:17:27.541Z Compiling constant_time_eq v0.3.0
18512024-09-03T23:17:27.735Z Compiling typed-path v0.7.1
18522024-09-03T23:17:28.010Z Compiling untrusted v0.7.1
18532024-09-03T23:17:28.211Z Compiling arrayref v0.3.7
18542024-09-03T23:17:28.265Z Compiling spin v0.5.2
18552024-09-03T23:17:28.322Z Compiling arrayvec v0.7.4
18562024-09-03T23:17:28.525Z Compiling path-slash v0.1.5
18572024-09-03T23:17:28.801Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18582024-09-03T23:17:31.394Z Compiling tough v0.17.1
18592024-09-03T23:17:31.394Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18602024-09-03T23:17:33.523Z Compiling itertools v0.13.0
18612024-09-03T23:17:34.534Z Compiling cargo-platform v0.1.8
18622024-09-03T23:17:35.685Z Compiling parse-size v1.0.0
18632024-09-03T23:17:35.881Z Compiling topological-sort v0.2.2
18642024-09-03T23:17:35.989Z Compiling cargo_metadata v0.18.1
18652024-09-03T23:17:36.157Z Compiling omicron-zone-package v0.11.0
18662024-09-03T23:17:37.270Z Compiling shell-words v1.1.0
18672024-09-03T23:17:44.266Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18682024-09-03T23:17:57.150Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18692024-09-03T23:18:11.103Z Finished `release` profile [optimized] target(s) in 4m 40s
18702024-09-03T23:18:11.249Z Running `target/release/omicron-releng --output-dir /work`
18712024-09-03T23:18:11.293ZSep 03 23:18:10.242 DEBG changing working directory to /work/oxidecomputer/omicron
18722024-09-03T23:18:11.385ZSep 03 23:18:10.337 DEBG running: git rev-parse HEAD
18732024-09-03T23:18:11.392ZSep 03 23:18:10.343 DEBG process exited with exit status: 0 (6.340003ms)
18742024-09-03T23:18:11.392ZSep 03 23:18:10.343 INFO version: 10.0.0-0.ci+git3598a80e22e
18752024-09-03T23:18:11.432ZSep 03 23:18:10.383 INFO cloning helios to /work/oxidecomputer/helios
18762024-09-03T23:18:11.433ZSep 03 23:18:10.383 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18772024-09-03T23:18:11.437ZCloning into '/work/oxidecomputer/helios'...
18782024-09-03T23:18:11.937ZSep 03 23:18:10.888 DEBG process exited with exit status: 0 (505.204295ms)
18792024-09-03T23:18:11.937ZSep 03 23:18:10.888 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18802024-09-03T23:18:11.944Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
18812024-09-03T23:18:11.944Z# branch.head master
18822024-09-03T23:18:11.944Z# branch.upstream origin/master
18832024-09-03T23:18:11.944Z# branch.ab +0 -0
18842024-09-03T23:18:11.947ZSep 03 23:18:10.896 DEBG process exited with exit status: 0 (7.866553ms)
18852024-09-03T23:18:11.947ZSep 03 23:18:10.896 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18862024-09-03T23:18:12.650ZSep 03 23:18:11.601 DEBG process exited with exit status: 0 (705.287221ms)
18872024-09-03T23:18:12.651ZSep 03 23:18:11.601 DEBG running: zfs list rpool/images/build/host
18882024-09-03T23:18:12.657ZNAME USED AVAIL REFER MOUNTPOINT
18892024-09-03T23:18:12.657Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18902024-09-03T23:18:12.659ZSep 03 23:18:11.609 DEBG process exited with exit status: 0 (7.214908ms)
18912024-09-03T23:18:12.659ZSep 03 23:18:11.609 DEBG running: zfs list rpool/images/build/recovery
18922024-09-03T23:18:12.663ZNAME USED AVAIL REFER MOUNTPOINT
18932024-09-03T23:18:12.663Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
18942024-09-03T23:18:12.666ZSep 03 23:18:11.615 DEBG process exited with exit status: 0 (6.327933ms)
18952024-09-03T23:18:12.666ZSep 03 23:18:11.616 INFO [hubris-production] running task
18962024-09-03T23:18:12.666ZSep 03 23:18:11.616 INFO [hubris-staging] running task
18972024-09-03T23:18:12.666ZSep 03 23:18:11.617 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
18982024-09-03T23:18:12.668ZSep 03 23:18:11.620 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18992024-09-03T23:18:12.736Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19002024-09-03T23:18:13.198Z[ omicron-package] Blocking waiting for file lock on package cache
19012024-09-03T23:18:13.729Z[ omicron-package] Blocking waiting for file lock on package cache
19022024-09-03T23:18:13.993Z[ omicron-package] Blocking waiting for file lock on package cache
19032024-09-03T23:18:14.227ZSep 03 23:18:13.178 INFO [hubris-production] task succeeded (1.561404651s)
19042024-09-03T23:18:14.782Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19052024-09-03T23:18:14.782Z[ omicron-package] Compiling heapless v0.8.0
19062024-09-03T23:18:14.793Z[ omicron-package] Compiling hash32 v0.3.1
19072024-09-03T23:18:14.793Z[ omicron-package] Compiling smoltcp v0.11.0
19082024-09-03T23:18:14.793Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19092024-09-03T23:18:14.793Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19102024-09-03T23:18:14.793Z[ omicron-package] Compiling cobs v0.2.3
19112024-09-03T23:18:14.793Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19122024-09-03T23:18:15.490Z[ omicron-package] Compiling embedded-io v0.4.0
19132024-09-03T23:18:16.136Z[ omicron-package] Compiling postcard v1.0.8
19142024-09-03T23:18:16.467Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19152024-09-03T23:18:16.470Z[ omicron-package] Compiling proc-macro-error v1.0.4
19162024-09-03T23:18:16.711Z[ omicron-package] Compiling num_enum_derive v0.5.11
19172024-09-03T23:18:16.903Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19182024-09-03T23:18:17.149Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19192024-09-03T23:18:17.304Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19202024-09-03T23:18:17.384Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19212024-09-03T23:18:18.220Z[ omicron-package] Compiling tabwriter v1.4.0
19222024-09-03T23:18:18.238Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19232024-09-03T23:18:18.831Z[ omicron-package] Compiling cstr-argument v0.1.2
19242024-09-03T23:18:18.889Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19252024-09-03T23:18:19.274Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19262024-09-03T23:18:19.333Z[ omicron-package] Compiling foreign-types v0.5.0
19272024-09-03T23:18:19.616Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19282024-09-03T23:18:19.664Z[ omicron-package] Compiling pretty-hex v0.2.1
19292024-09-03T23:18:20.277Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19302024-09-03T23:18:20.699Z[ omicron-package] Compiling num_enum v0.5.11
19312024-09-03T23:18:20.807Z[ omicron-package] Compiling colored v2.1.0
19322024-09-03T23:18:20.807Z[ omicron-package] Compiling socket2 v0.4.10
19332024-09-03T23:18:21.157Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19342024-09-03T23:18:21.232Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19352024-09-03T23:18:21.442Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19362024-09-03T23:18:21.545Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19372024-09-03T23:18:22.070Z[ omicron-package] Compiling sigpipe v0.1.3
19382024-09-03T23:18:22.354Z[ omicron-package] Compiling num-derive v0.4.2
19392024-09-03T23:18:22.436Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19402024-09-03T23:18:22.773Z[ omicron-package] Compiling libefi-sys v0.1.0
19412024-09-03T23:18:22.866ZSep 03 23:18:21.816 INFO [hubris-staging] task succeeded (10.199974832s)
19422024-09-03T23:18:23.315Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19432024-09-03T23:18:23.489Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19442024-09-03T23:18:23.759Z[ omicron-package] Compiling smf v0.2.3
19452024-09-03T23:18:24.149Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19462024-09-03T23:18:24.290Z[ omicron-package] Compiling zone v0.3.0
19472024-09-03T23:18:24.782Z[ omicron-package] Compiling bitfield-struct v0.6.1
19482024-09-03T23:18:25.187Z[ omicron-package] Compiling portable-atomic v1.6.0
19492024-09-03T23:18:27.141Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19502024-09-03T23:18:27.272Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
19512024-09-03T23:18:27.695Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19522024-09-03T23:18:29.109Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19532024-09-03T23:18:29.340Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19542024-09-03T23:18:29.487Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19552024-09-03T23:18:29.564Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19562024-09-03T23:18:30.545Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19572024-09-03T23:18:31.333Z[ omicron-package] Compiling gethostname v0.5.0
19582024-09-03T23:18:31.919Z[ omicron-package] Compiling number_prefix v0.4.0
19592024-09-03T23:18:32.181Z[ omicron-package] Compiling indicatif v0.17.8
19602024-09-03T23:18:33.079Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19612024-09-03T23:18:35.959Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19622024-09-03T23:18:36.388Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19632024-09-03T23:18:37.885Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19642024-09-03T23:18:55.889Z[ helios-setup] Sep 03 23:18:54.838 INFO helios repository root is: /work/oxidecomputer/helios
19652024-09-03T23:18:55.892Z[ helios-setup] Sep 03 23:18:54.840 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
19662024-09-03T23:18:55.892Z[ helios-setup] Sep 03 23:18:54.840 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19672024-09-03T23:18:55.895Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19682024-09-03T23:18:56.729Z[ helios-setup] Sep 03 23:18:55.678 INFO clone ok!, project: chelsio-t6-roms
19692024-09-03T23:18:56.732Z[ helios-setup] Sep 03 23:18:55.678 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
19702024-09-03T23:18:56.732Z[ helios-setup] Sep 03 23:18:55.678 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19712024-09-03T23:18:56.734Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19722024-09-03T23:18:57.636Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.95s
19732024-09-03T23:18:57.856Z[ omicron-package]
19742024-09-03T23:18:57.859Z[ omicron-package] real 45.148034938
19752024-09-03T23:18:57.859Z[ omicron-package] user 2:45.305153269
19762024-09-03T23:18:57.859Z[ omicron-package] sys 21.741305636
19772024-09-03T23:18:57.859Z[ omicron-package] trap 0.163157077
19782024-09-03T23:18:57.859Z[ omicron-package] tflt 0.717744621
19792024-09-03T23:18:57.859Z[ omicron-package] dflt 0.626534869
19802024-09-03T23:18:57.859Z[ omicron-package] kflt 0.001636165
19812024-09-03T23:18:57.859Z[ omicron-package] lock 5:49.536953836
19822024-09-03T23:18:57.859Z[ omicron-package] slp 9:10.717124017
19832024-09-03T23:18:57.859Z[ omicron-package] lat 1:42.590635794
19842024-09-03T23:18:57.859ZSep 03 23:18:56.805 INFO [omicron-package] process exited with exit status: 0 (45.188827484s)
19852024-09-03T23:18:57.859Z[ omicron-package] stop 56.929680925
19862024-09-03T23:18:57.859ZSep 03 23:18:56.806 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19872024-09-03T23:18:57.900ZSep 03 23:18:56.848 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
19882024-09-03T23:18:57.910Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19892024-09-03T23:18:57.913Z[ recovery-target] Created new build target 'recovery' and set it as active
19902024-09-03T23:18:57.913Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19912024-09-03T23:18:57.913Z[ host-target] Created new build target 'host' and set it as active
19922024-09-03T23:18:57.913ZSep 03 23:18:56.861 INFO [recovery-target] process exited with exit status: 0 (55.362508ms)
19932024-09-03T23:18:57.915ZSep 03 23:18:56.862 INFO [host-target] process exited with exit status: 0 (14.34913ms)
19942024-09-03T23:18:57.915ZSep 03 23:18:56.862 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19952024-09-03T23:18:57.926Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19962024-09-03T23:18:59.081Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19972024-09-03T23:18:59.081Z[ host-package] Compiling camino v1.1.9
19982024-09-03T23:18:59.081Z[ host-package] Compiling convert_case v0.4.0
19992024-09-03T23:18:59.083Z[ host-package] Compiling newline-converter v0.3.0
20002024-09-03T23:18:59.083Z[ host-package] Compiling password-hash v0.5.0
20012024-09-03T23:18:59.083Z[ host-package] Compiling blake2 v0.10.6
20022024-09-03T23:18:59.083Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20032024-09-03T23:18:59.083Z[ host-package] Compiling derive-where v1.2.7
20042024-09-03T23:18:59.444Z[ host-package] Compiling expectorate v1.1.0
20052024-09-03T23:18:59.496Z[ host-package] Compiling humantime v2.1.0
20062024-09-03T23:18:59.668Z[ host-package] Compiling toml v0.8.19
20072024-09-03T23:19:00.030Z[ host-package] Compiling argon2 v0.5.3
20082024-09-03T23:19:00.167Z[ host-package] Compiling derive_more v0.99.18
20092024-09-03T23:19:00.280Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20102024-09-03T23:19:00.393Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20112024-09-03T23:19:00.622Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20122024-09-03T23:19:00.744Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20132024-09-03T23:19:01.005Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20142024-09-03T23:19:01.353Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20152024-09-03T23:19:01.474Z[ host-package] Compiling num-rational v0.4.2
20162024-09-03T23:19:01.744Z[ host-package] Compiling num-complex v0.4.6
20172024-09-03T23:19:02.170Z[ helios-setup] Sep 03 23:19:01.118 INFO clone ok!, project: amd-firmware
20182024-09-03T23:19:02.172Z[ helios-setup] Sep 03 23:19:01.118 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
20192024-09-03T23:19:02.172Z[ helios-setup] Sep 03 23:19:01.118 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20202024-09-03T23:19:02.176Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20212024-09-03T23:19:02.709Z[ host-package] Compiling dirs-sys-next v0.1.2
20222024-09-03T23:19:02.730Z[ host-package] Compiling float-ord v0.3.2
20232024-09-03T23:19:02.912Z[ host-package] Compiling utf-8 v0.7.6
20242024-09-03T23:19:02.917Z[ helios-setup] Sep 03 23:19:01.865 INFO clone ok!, project: bootserver
20252024-09-03T23:19:02.923Z[ helios-setup] Sep 03 23:19:01.865 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
20262024-09-03T23:19:02.923Z[ helios-setup] Sep 03 23:19:01.865 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20272024-09-03T23:19:02.923Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20282024-09-03T23:19:03.238Z[ host-package] Compiling num v0.4.3
20292024-09-03T23:19:03.262Z[ host-package] Compiling dirs-next v2.0.0
20302024-09-03T23:19:03.281Z[ host-package] Compiling prettyplease v0.2.20
20312024-09-03T23:19:03.364Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20322024-09-03T23:19:03.513Z[ host-package] Compiling term v0.7.0
20332024-09-03T23:19:03.678Z[ host-package] Compiling semver v0.1.20
20342024-09-03T23:19:03.682Z[ helios-setup] Sep 03 23:19:02.629 INFO clone ok!, project: image-builder
20352024-09-03T23:19:03.682Z[ helios-setup] Sep 03 23:19:02.629 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20362024-09-03T23:19:03.682Z[ helios-setup] Sep 03 23:19:02.629 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
20372024-09-03T23:19:03.682Z[ helios-setup] Sep 03 23:19:02.629 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
20382024-09-03T23:19:03.694Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
20392024-09-03T23:19:03.947Z[ host-package] Compiling is-terminal v0.4.12
20402024-09-03T23:19:04.092Z[ host-package] Compiling rustc_version v0.1.7
20412024-09-03T23:19:04.266Z[ host-package] Compiling cookie v0.18.1
20422024-09-03T23:19:04.435Z[ helios-setup] Sep 03 23:19:03.382 INFO clone ok!, project: pinprick
20432024-09-03T23:19:04.438Z[ helios-setup] Sep 03 23:19:03.383 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
20442024-09-03T23:19:04.438Z[ helios-setup] Sep 03 23:19:03.383 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20452024-09-03T23:19:04.440Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20462024-09-03T23:19:04.561Z[ host-package] Compiling newtype_derive v0.1.6
20472024-09-03T23:19:04.639Z[ host-package] Compiling highway v1.2.0
20482024-09-03T23:19:04.992Z[ host-package] Compiling linked-hash-map v0.5.6
20492024-09-03T23:19:05.195Z[ host-package] Compiling rustls-pki-types v1.7.0
20502024-09-03T23:19:05.221Z[ helios-setup] Sep 03 23:19:04.168 INFO clone ok!, project: phbl
20512024-09-03T23:19:05.223Z[ helios-setup] Sep 03 23:19:04.168 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20522024-09-03T23:19:05.223Z[ helios-setup] Sep 03 23:19:04.169 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
20532024-09-03T23:19:05.223Z[ helios-setup] Sep 03 23:19:04.169 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
20542024-09-03T23:19:05.226Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20552024-09-03T23:19:05.436Z[ host-package] Compiling lru-cache v0.1.2
20562024-09-03T23:19:05.685Z[ host-package] Compiling steno v0.4.1
20572024-09-03T23:19:06.176Z[ host-package] Compiling quick-error v1.2.3
20582024-09-03T23:19:06.408Z[ host-package] Compiling home v0.5.9
20592024-09-03T23:19:06.423Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20602024-09-03T23:19:06.436Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20612024-09-03T23:19:06.631Z[ host-package] Compiling resolv-conf v0.7.0
20622024-09-03T23:19:06.863Z[ host-package] Compiling rustls-webpki v0.102.4
20632024-09-03T23:19:08.207Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20642024-09-03T23:19:08.533Z[ host-package] Compiling rustls v0.22.4
20652024-09-03T23:19:08.568Z[ host-package] Compiling thread_local v1.1.8
20662024-09-03T23:19:08.672Z[ host-package] Compiling match_cfg v0.1.0
20672024-09-03T23:19:08.787Z[ host-package] Compiling hostname v0.3.1
20682024-09-03T23:19:09.083Z[ host-package] Compiling hickory-resolver v0.24.1
20692024-09-03T23:19:09.103Z[ host-package] Compiling multer v3.1.0
20702024-09-03T23:19:09.180Z[ host-package] Compiling slog-async v2.8.0
20712024-09-03T23:19:09.278Z[ host-package] Compiling slog-json v2.6.1
20722024-09-03T23:19:09.642Z[ host-package] Compiling crossbeam-channel v0.5.12
20732024-09-03T23:19:09.965Z[ host-package] Compiling http v1.1.0
20742024-09-03T23:19:10.805Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20752024-09-03T23:19:12.444Z[ host-package] Compiling take_mut v0.2.2
20762024-09-03T23:19:12.783Z[ host-package] Compiling atomic-waker v1.1.2
20772024-09-03T23:19:12.986Z[ host-package] Compiling waitgroup v0.1.2
20782024-09-03T23:19:13.322Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20792024-09-03T23:19:13.335Z[ helios-setup] Sep 03 23:19:12.282 INFO clone ok!, project: amd-host-image-builder
20802024-09-03T23:19:13.337Z[ helios-setup] Sep 03 23:19:12.282 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20812024-09-03T23:19:13.337Z[ helios-setup] Sep 03 23:19:12.283 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
20822024-09-03T23:19:13.337Z[ helios-setup] Sep 03 23:19:12.283 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20832024-09-03T23:19:13.340Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20842024-09-03T23:19:14.333Z[ host-package] Compiling tokio-rustls v0.25.0
20852024-09-03T23:19:14.470Z[ helios-setup] Sep 03 23:19:13.417 INFO clone ok!, project: pilot
20862024-09-03T23:19:14.473Z[ helios-setup] Sep 03 23:19:13.418 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20872024-09-03T23:19:15.400Z[ helios-setup] Sep 03 23:19:14.347 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20882024-09-03T23:19:15.536Z[ host-package] Compiling slog-bunyan v2.5.0
20892024-09-03T23:19:15.858Z[ host-package] Compiling slog-term v2.9.1
20902024-09-03T23:19:15.936Z[ host-package] Compiling rustls-pemfile v2.1.3
20912024-09-03T23:19:15.975Z[ helios-setup] Sep 03 23:19:14.921 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20922024-09-03T23:19:15.975Z[ helios-setup] Sep 03 23:19:14.921 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20932024-09-03T23:19:16.443Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20942024-09-03T23:19:16.534Z[ helios-setup] Sep 03 23:19:15.480 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20952024-09-03T23:19:16.559Z[ host-package] Compiling async-stream v0.3.5
20962024-09-03T23:19:16.917Z[ host-package] Compiling ipnetwork v0.20.0
20972024-09-03T23:19:17.052Z[ host-package] Compiling newtype-uuid v1.1.0
20982024-09-03T23:19:17.083Z[ helios-setup] Sep 03 23:19:16.023 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20992024-09-03T23:19:17.083Z[ helios-setup] Sep 03 23:19:16.023 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
21002024-09-03T23:19:17.416Z[ host-package] Compiling serde_path_to_error v0.1.16
21012024-09-03T23:19:17.646Z[ helios-setup] Sep 03 23:19:16.592 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21022024-09-03T23:19:17.911Z[ host-package] Compiling hostname v0.4.0
21032024-09-03T23:19:18.186Z[ host-package] Compiling instant v0.1.12
21042024-09-03T23:19:18.209Z[ host-package] Compiling debug-ignore v1.0.5
21052024-09-03T23:19:18.245Z[ helios-setup] Sep 03 23:19:17.192 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21062024-09-03T23:19:18.245Z[ helios-setup] Sep 03 23:19:17.192 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21072024-09-03T23:19:18.248Z[ helios-setup] Sep 03 23:19:17.192 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21082024-09-03T23:19:18.248Z[ helios-setup] Sep 03 23:19:17.193 INFO ok!
21092024-09-03T23:19:18.248Z[ helios-setup] Sep 03 23:19:17.193 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21102024-09-03T23:19:18.248Z[ helios-setup] Sep 03 23:19:17.193 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21112024-09-03T23:19:18.248Z[ helios-setup] Sep 03 23:19:17.193 INFO ok!
21122024-09-03T23:19:18.249Z[ helios-setup] Sep 03 23:19:17.193 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21132024-09-03T23:19:18.249Z[ helios-setup] Sep 03 23:19:17.193 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21142024-09-03T23:19:18.249Z[ helios-setup] Sep 03 23:19:17.193 INFO ok!
21152024-09-03T23:19:18.249Z[ helios-setup] Sep 03 23:19:17.193 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
21162024-09-03T23:19:18.249Z[ helios-setup] Sep 03 23:19:17.193 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
21172024-09-03T23:19:18.331Z[ host-package] Compiling backoff v0.4.0
21182024-09-03T23:19:18.443Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21192024-09-03T23:19:18.530Z[ helios-setup] Sep 03 23:19:17.477 INFO E| Downloading crates ...
21202024-09-03T23:19:18.659Z[ helios-setup] Sep 03 23:19:17.606 INFO E| Downloaded unicode-width v0.1.10
21212024-09-03T23:19:18.662Z[ helios-setup] Sep 03 23:19:17.609 INFO E| Downloaded sha2 v0.10.5
21222024-09-03T23:19:18.665Z[ helios-setup] Sep 03 23:19:17.612 INFO E| Downloaded generic-array v0.14.6
21232024-09-03T23:19:18.667Z[ helios-setup] Sep 03 23:19:17.614 INFO E| Downloaded digest v0.10.3
21242024-09-03T23:19:18.670Z[ helios-setup] Sep 03 23:19:17.617 INFO E| Downloaded typenum v1.15.0
21252024-09-03T23:19:18.673Z[ helios-setup] Sep 03 23:19:17.620 INFO E| Downloaded miniz_oxide v0.6.2
21262024-09-03T23:19:18.677Z[ helios-setup] Sep 03 23:19:17.624 INFO E| Downloaded anyhow v1.0.62
21272024-09-03T23:19:18.683Z[ helios-setup] Sep 03 23:19:17.630 INFO E| Downloaded flate2 v1.0.25
21282024-09-03T23:19:18.690Z[ helios-setup] Sep 03 23:19:17.637 INFO E| Downloaded cpufeatures v0.2.5
21292024-09-03T23:19:18.692Z[ helios-setup] Sep 03 23:19:17.639 INFO E| Downloaded bytes v1.2.1
21302024-09-03T23:19:18.697Z[ helios-setup] Sep 03 23:19:17.644 INFO E| Downloaded block-buffer v0.10.3
21312024-09-03T23:19:18.764Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21322024-09-03T23:19:18.780Z[ helios-setup] Sep 03 23:19:17.727 INFO E| Compiling version_check v0.9.4
21332024-09-03T23:19:18.780Z[ helios-setup] Sep 03 23:19:17.727 INFO E| Compiling typenum v1.15.0
21342024-09-03T23:19:18.783Z[ helios-setup] Sep 03 23:19:17.727 INFO E| Compiling crc32fast v1.3.2
21352024-09-03T23:19:18.783Z[ helios-setup] Sep 03 23:19:17.727 INFO E| Compiling cfg-if v1.0.0
21362024-09-03T23:19:18.783Z[ helios-setup] Sep 03 23:19:17.727 INFO E| Compiling adler v1.0.2
21372024-09-03T23:19:18.783Z[ helios-setup] Sep 03 23:19:17.727 INFO E| Compiling anyhow v1.0.62
21382024-09-03T23:19:18.783Z[ helios-setup] Sep 03 23:19:17.728 INFO E| Compiling unicode-width v0.1.10
21392024-09-03T23:19:18.783Z[ helios-setup] Sep 03 23:19:17.728 INFO E| Compiling cpufeatures v0.2.5
21402024-09-03T23:19:19.199Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21412024-09-03T23:19:19.224Z[ host-package] Compiling parse-display v0.10.0
21422024-09-03T23:19:19.312Z[ helios-setup] Sep 03 23:19:18.259 INFO E| Compiling bytes v1.2.1
21432024-09-03T23:19:19.377Z[ helios-setup] Sep 03 23:19:18.324 INFO E| Compiling getopts v0.2.21
21442024-09-03T23:19:19.408Z[ helios-setup] Sep 03 23:19:18.355 INFO E| Compiling bitflags v1.3.2
21452024-09-03T23:19:19.502Z[ helios-setup] Sep 03 23:19:18.449 INFO E| Compiling generic-array v0.14.6
21462024-09-03T23:19:19.555Z[ helios-setup] Sep 03 23:19:18.501 INFO E| Compiling miniz_oxide v0.6.2
21472024-09-03T23:19:20.275Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21482024-09-03T23:19:20.574Z[ host-package] Compiling serde_with v3.9.0
21492024-09-03T23:19:21.033Z[ helios-setup] Sep 03 23:19:19.980 INFO E| Compiling flate2 v1.0.25
21502024-09-03T23:19:24.915Z[ helios-setup] Sep 03 23:19:23.862 INFO E| Compiling block-buffer v0.10.3
21512024-09-03T23:19:24.916Z[ helios-setup] Sep 03 23:19:23.862 INFO E| Compiling crypto-common v0.1.6
21522024-09-03T23:19:25.116Z[ helios-setup] Sep 03 23:19:24.062 INFO E| Compiling digest v0.10.3
21532024-09-03T23:19:25.475Z[ helios-setup] Sep 03 23:19:24.421 INFO E| Compiling sha2 v0.10.5
21542024-09-03T23:19:25.972Z[ helios-setup] Sep 03 23:19:24.919 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
21552024-09-03T23:19:26.135Z[ host-package] Compiling strum v0.26.3
21562024-09-03T23:19:26.392Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21572024-09-03T23:19:28.617Z[ host-package] Compiling macaddr v1.0.1
21582024-09-03T23:19:29.080Z[ host-package] Compiling slog-dtrace v0.3.0
21592024-09-03T23:19:29.220Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21602024-09-03T23:19:30.338Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21612024-09-03T23:19:31.027Z[ helios-setup] Sep 03 23:19:29.972 INFO E| Finished `release` profile [optimized] target(s) in 12.68s
21622024-09-03T23:19:31.041Z[ helios-setup] Sep 03 23:19:29.987 INFO building project "bootserver" ok (12 seconds)
21632024-09-03T23:19:31.041Z[ helios-setup] Sep 03 23:19:29.987 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
21642024-09-03T23:19:31.041Z[ helios-setup] Sep 03 23:19:29.987 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
21652024-09-03T23:19:31.346Z[ helios-setup] Sep 03 23:19:30.292 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
21662024-09-03T23:19:31.867Z[ helios-setup] Sep 03 23:19:30.813 INFO E| From https://github.com/jclulow/rust-jmclib
21672024-09-03T23:19:31.867Z[ helios-setup] Sep 03 23:19:30.813 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
21682024-09-03T23:19:31.906Z[ helios-setup] Sep 03 23:19:30.852 INFO E| Updating crates.io index
21692024-09-03T23:19:32.018Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21702024-09-03T23:19:32.186Z[ helios-setup] Sep 03 23:19:31.132 INFO E| Downloading crates ...
21712024-09-03T23:19:32.266Z[ helios-setup] Sep 03 23:19:31.212 INFO E| Downloaded bitflags v2.3.3
21722024-09-03T23:19:32.271Z[ helios-setup] Sep 03 23:19:31.217 INFO E| Downloaded sha-1 v0.9.8
21732024-09-03T23:19:32.274Z[ helios-setup] Sep 03 23:19:31.220 INFO E| Downloaded tempfile v3.7.0
21742024-09-03T23:19:32.288Z[ helios-setup] Sep 03 23:19:31.234 INFO E| Downloaded serde_derive v1.0.193
21752024-09-03T23:19:32.291Z[ helios-setup] Sep 03 23:19:31.238 INFO E| Downloaded once_cell v1.18.0
21762024-09-03T23:19:32.295Z[ helios-setup] Sep 03 23:19:31.242 INFO E| Downloaded block-buffer v0.9.0
21772024-09-03T23:19:32.298Z[ helios-setup] Sep 03 23:19:31.243 INFO E| Downloaded opaque-debug v0.3.0
21782024-09-03T23:19:32.298Z[ helios-setup] Sep 03 23:19:31.244 INFO E| Downloaded itoa v1.0.9
21792024-09-03T23:19:32.301Z[ helios-setup] Sep 03 23:19:31.246 INFO E| Downloaded libdevinfo-sys v1.0.0
21802024-09-03T23:19:32.301Z[ helios-setup] Sep 03 23:19:31.247 INFO E| Downloaded cpufeatures v0.2.9
21812024-09-03T23:19:32.303Z[ helios-setup] Sep 03 23:19:31.249 INFO E| Downloaded fastrand v2.0.0
21822024-09-03T23:19:32.317Z[ helios-setup] Sep 03 23:19:31.263 INFO E| Downloaded typenum v1.16.0
21832024-09-03T23:19:32.322Z[ helios-setup] Sep 03 23:19:31.268 INFO E| Downloaded proc-macro2 v1.0.66
21842024-09-03T23:19:32.326Z[ helios-setup] Sep 03 23:19:31.272 INFO E| Downloaded walkdir v2.3.3
21852024-09-03T23:19:32.339Z[ helios-setup] Sep 03 23:19:31.285 INFO E| Downloaded uuid v0.8.2
21862024-09-03T23:19:32.345Z[ helios-setup] Sep 03 23:19:31.291 INFO E| Downloaded unicode-ident v1.0.11
21872024-09-03T23:19:32.350Z[ helios-setup] Sep 03 23:19:31.296 INFO E| Downloaded serde v1.0.193
21882024-09-03T23:19:32.355Z[ helios-setup] Sep 03 23:19:31.301 INFO E| Downloaded toml v0.5.11
21892024-09-03T23:19:32.359Z[ helios-setup] Sep 03 23:19:31.305 INFO E| Downloaded ryu v1.0.15
21902024-09-03T23:19:32.364Z[ helios-setup] Sep 03 23:19:31.310 INFO E| Downloaded anyhow v1.0.72
21912024-09-03T23:19:32.371Z[ helios-setup] Sep 03 23:19:31.317 INFO E| Downloaded quote v1.0.31
21922024-09-03T23:19:32.374Z[ helios-setup] Sep 03 23:19:31.320 INFO E| Downloaded serde_json v1.0.103
21932024-09-03T23:19:32.387Z[ helios-setup] Sep 03 23:19:31.333 INFO E| Downloaded getrandom v0.2.10
21942024-09-03T23:19:32.391Z[ helios-setup] Sep 03 23:19:31.338 INFO E| Downloaded syn v2.0.32
21952024-09-03T23:19:32.410Z[ helios-setup] Sep 03 23:19:31.356 INFO E| Downloaded rustix v0.38.4
21962024-09-03T23:19:32.445Z[ helios-setup] Sep 03 23:19:31.391 INFO E| Downloaded md-5 v0.9.1
21972024-09-03T23:19:32.448Z[ helios-setup] Sep 03 23:19:31.394 INFO E| Downloaded libc v0.2.147
21982024-09-03T23:19:32.490Z[ helios-setup] Sep 03 23:19:31.436 INFO E| Downloaded errno v0.3.1
21992024-09-03T23:19:32.492Z[ helios-setup] Sep 03 23:19:31.438 INFO E| Downloaded digest v0.9.0
22002024-09-03T23:19:32.628Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22012024-09-03T23:19:32.670Z[ helios-setup] Sep 03 23:19:31.616 INFO E| Compiling libc v0.2.147
22022024-09-03T23:19:32.673Z[ helios-setup] Sep 03 23:19:31.616 INFO E| Compiling proc-macro2 v1.0.66
22032024-09-03T23:19:32.673Z[ helios-setup] Sep 03 23:19:31.616 INFO E| Compiling cfg-if v1.0.0
22042024-09-03T23:19:32.673Z[ helios-setup] Sep 03 23:19:31.616 INFO E| Compiling unicode-ident v1.0.11
22052024-09-03T23:19:32.673Z[ helios-setup] Sep 03 23:19:31.616 INFO E| Compiling typenum v1.16.0
22062024-09-03T23:19:32.673Z[ helios-setup] Sep 03 23:19:31.616 INFO E| Compiling version_check v0.9.4
22072024-09-03T23:19:32.673Z[ helios-setup] Sep 03 23:19:31.616 INFO E| Compiling serde v1.0.193
22082024-09-03T23:19:32.673Z[ helios-setup] Sep 03 23:19:31.617 INFO E| Compiling powerfmt v0.2.0
22092024-09-03T23:19:32.956Z[ host-package] Compiling half v2.4.1
22102024-09-03T23:19:33.275Z[ host-package] Compiling swrite v0.1.0
22112024-09-03T23:19:33.294Z[ helios-setup] Sep 03 23:19:32.229 INFO E| Compiling time-core v0.1.2
22122024-09-03T23:19:33.666Z[ host-package] Compiling ciborium-io v0.2.2
22132024-09-03T23:19:33.786Z[ helios-setup] Sep 03 23:19:32.731 INFO E| Compiling rustix v0.38.4
22142024-09-03T23:19:33.863Z[ helios-setup] Sep 03 23:19:32.809 INFO E| Compiling slog v2.7.0
22152024-09-03T23:19:34.142Z[ host-package] Compiling ciborium-ll v0.2.2
22162024-09-03T23:19:34.146Z[ helios-setup] Sep 03 23:19:33.092 INFO E| Compiling num-conv v0.1.0
22172024-09-03T23:19:34.269Z[ helios-setup] Sep 03 23:19:33.215 INFO E| Compiling itoa v1.0.9
22182024-09-03T23:19:34.402Z[ host-package] Compiling tungstenite v0.21.0
22192024-09-03T23:19:34.595Z[ helios-setup] Sep 03 23:19:33.541 INFO E| Compiling generic-array v0.14.7
22202024-09-03T23:19:34.653Z[ helios-setup] Sep 03 23:19:33.599 INFO E| Compiling deranged v0.3.11
22212024-09-03T23:19:34.840Z[ helios-setup] Sep 03 23:19:33.786 INFO E| Compiling time-macros v0.2.18
22222024-09-03T23:19:34.845Z[ helios-setup] Sep 03 23:19:33.791 INFO E| Compiling once_cell v1.18.0
22232024-09-03T23:19:35.175Z[ helios-setup] Sep 03 23:19:34.111 INFO E| Compiling bitflags v2.3.3
22242024-09-03T23:19:35.175Z[ host-package] Compiling ciborium v0.2.2
22252024-09-03T23:19:35.265Z[ helios-setup] Sep 03 23:19:34.210 INFO E| Compiling num_threads v0.1.6
22262024-09-03T23:19:35.499Z[ helios-setup] Sep 03 23:19:34.445 INFO E| Compiling quote v1.0.31
22272024-09-03T23:19:35.725Z[ helios-setup] Sep 03 23:19:34.671 INFO E| Compiling thread_local v1.1.7
22282024-09-03T23:19:36.795Z[ helios-setup] Sep 03 23:19:35.741 INFO E| Compiling syn v2.0.32
22292024-09-03T23:19:36.847Z[ helios-setup] Sep 03 23:19:35.793 INFO E| Compiling dirs-sys-next v0.1.2
22302024-09-03T23:19:36.932Z[ helios-setup] Sep 03 23:19:35.877 INFO E| Compiling errno v0.3.1
22312024-09-03T23:19:37.390Z[ helios-setup] Sep 03 23:19:36.336 INFO E| Compiling dirs-next v2.0.0
22322024-09-03T23:19:37.602Z[ helios-setup] Sep 03 23:19:36.548 INFO E| Compiling term v0.7.0
22332024-09-03T23:19:38.061Z[ helios-setup] Sep 03 23:19:37.006 INFO E| Compiling atty v0.2.14
22342024-09-03T23:19:38.402Z[ helios-setup] Sep 03 23:19:37.347 INFO E| Compiling opaque-debug v0.3.0
22352024-09-03T23:19:38.489Z[ helios-setup] Sep 03 23:19:37.434 INFO E| Compiling anyhow v1.0.72
22362024-09-03T23:19:38.565Z[ helios-setup] Sep 03 23:19:37.511 INFO E| Compiling serde_json v1.0.103
22372024-09-03T23:19:38.869Z[ helios-setup] Sep 03 23:19:37.815 INFO E| Compiling fastrand v2.0.0
22382024-09-03T23:19:39.258Z[ host-package] Compiling tokio-tungstenite v0.21.0
22392024-09-03T23:19:39.702Z[ host-package] Compiling rayon-core v1.12.1
22402024-09-03T23:19:39.782Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22412024-09-03T23:19:39.893Z[ helios-setup] Sep 03 23:19:38.838 INFO E| Compiling block-buffer v0.9.0
22422024-09-03T23:19:40.032Z[ helios-setup] Sep 03 23:19:38.977 INFO E| Compiling digest v0.9.0
22432024-09-03T23:19:40.157Z[ helios-setup] Sep 03 23:19:39.102 INFO E| Compiling getrandom v0.2.10
22442024-09-03T23:19:40.188Z[ helios-setup] Sep 03 23:19:39.134 INFO E| Compiling ryu v1.0.15
22452024-09-03T23:19:40.373Z[ helios-setup] Sep 03 23:19:39.318 INFO E| Compiling time v0.3.36
22462024-09-03T23:19:40.451Z[ helios-setup] Sep 03 23:19:39.397 INFO E| Compiling same-file v1.0.6
22472024-09-03T23:19:40.716Z[ helios-setup] Sep 03 23:19:39.661 INFO E| Compiling unicode-width v0.1.10
22482024-09-03T23:19:40.826Z[ helios-setup] Sep 03 23:19:39.771 INFO E| Compiling cpufeatures v0.2.9
22492024-09-03T23:19:40.856Z[ host-package] Compiling crossbeam-deque v0.8.5
22502024-09-03T23:19:40.916Z[ helios-setup] Sep 03 23:19:39.861 INFO E| Compiling sha-1 v0.9.8
22512024-09-03T23:19:41.065Z[ helios-setup] Sep 03 23:19:40.010 INFO E| Compiling tempfile v3.7.0
22522024-09-03T23:19:41.163Z[ helios-setup] Sep 03 23:19:40.108 INFO E| Compiling getopts v0.2.21
22532024-09-03T23:19:41.182Z[ helios-setup] Sep 03 23:19:40.127 INFO E| Compiling walkdir v2.3.3
22542024-09-03T23:19:41.458Z[ host-package] Compiling display-error-chain v0.2.1
22552024-09-03T23:19:42.105Z[ host-package] Compiling same-file v1.0.6
22562024-09-03T23:19:42.277Z[ helios-setup] Sep 03 23:19:41.222 INFO E| Compiling md-5 v0.9.1
22572024-09-03T23:19:42.297Z[ helios-setup] Sep 03 23:19:41.237 INFO E| Compiling libdevinfo-sys v1.0.0
22582024-09-03T23:19:42.531Z[ helios-setup] Sep 03 23:19:41.477 INFO E| Compiling glob v0.3.1
22592024-09-03T23:19:42.808Z[ host-package] Compiling fastrand v2.1.0
22602024-09-03T23:19:43.579Z[ host-package] Compiling tempfile v3.10.1
22612024-09-03T23:19:43.682Z[ host-package] Compiling walkdir v2.5.0
22622024-09-03T23:19:44.522Z[ helios-setup] Sep 03 23:19:43.468 INFO E| Compiling slog-term v2.9.0
22632024-09-03T23:19:44.610Z[ host-package] Compiling ring v0.16.20
22642024-09-03T23:19:46.160Z[ helios-setup] Sep 03 23:19:45.105 INFO E| Compiling serde_derive v1.0.193
22652024-09-03T23:19:46.756Z[ host-package] Compiling rayon v1.10.0
22662024-09-03T23:19:48.478Z[ host-package] Compiling blake3 v1.5.1
22672024-09-03T23:19:49.696Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22682024-09-03T23:19:52.368Z[ host-package] Compiling xattr v1.3.1
22692024-09-03T23:19:52.805Z[ host-package] Compiling filetime v0.2.25
22702024-09-03T23:19:53.178Z[ host-package] Compiling memmap2 v0.9.4
22712024-09-03T23:19:53.720Z[ host-package] Compiling constant_time_eq v0.3.0
22722024-09-03T23:19:54.102Z[ host-package] Compiling arrayvec v0.7.4
22732024-09-03T23:19:54.565Z[ host-package] Compiling arrayref v0.3.7
22742024-09-03T23:19:54.697Z[ host-package] Compiling untrusted v0.7.1
22752024-09-03T23:19:54.827Z[ host-package] Compiling spin v0.5.2
22762024-09-03T23:19:54.943Z[ host-package] Compiling cancel-safe-futures v0.1.5
22772024-09-03T23:19:56.654Z[ host-package] Compiling tar v0.4.41
22782024-09-03T23:19:57.594Z[ host-package] Compiling toolchain_find v0.4.0
22792024-09-03T23:19:58.235Z[ host-package] Compiling camino-tempfile v1.1.1
22802024-09-03T23:19:58.256Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22812024-09-03T23:19:58.804Z[ host-package] Compiling nibble_vec v0.1.0
22822024-09-03T23:19:58.878Z[ host-package] Compiling atty v0.2.14
22832024-09-03T23:19:58.942Z[ host-package] Compiling crunchy v0.2.2
22842024-09-03T23:19:59.088Z[ host-package] Compiling maplit v1.0.2
22852024-09-03T23:19:59.127Z[ host-package] Compiling topological-sort v0.2.2
22862024-09-03T23:19:59.127Z[ host-package] Compiling glob v0.3.1
22872024-09-03T23:19:59.244Z[ host-package] Compiling endian-type v0.1.2
22882024-09-03T23:19:59.419Z[ host-package] Compiling omicron-zone-package v0.11.0
22892024-09-03T23:19:59.549Z[ host-package] Compiling radix_trie v0.2.1
22902024-09-03T23:19:59.595Z[ host-package] Compiling rustfmt-wrapper v0.2.1
22912024-09-03T23:20:00.224Z[ host-package] Compiling clang-sys v1.7.0
22922024-09-03T23:20:00.476Z[ host-package] Compiling tiny-keccak v2.0.2
22932024-09-03T23:20:00.683Z[ helios-setup] Sep 03 23:19:59.627 INFO E| Compiling toml v0.5.11
22942024-09-03T23:20:00.689Z[ helios-setup] Sep 03 23:19:59.627 INFO E| Compiling uuid v0.8.2
22952024-09-03T23:20:00.833Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22962024-09-03T23:20:01.132Z[ host-package] Compiling dsl_auto_type v0.1.2
22972024-09-03T23:20:01.250Z[ host-package] Compiling curve25519-dalek v4.1.3
22982024-09-03T23:20:01.454Z[ host-package] Compiling scheduled-thread-pool v0.2.7
22992024-09-03T23:20:02.179Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23002024-09-03T23:20:02.691Z[ host-package] Compiling keccak v0.1.5
23012024-09-03T23:20:02.858Z[ helios-setup] Sep 03 23:20:01.801 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
23022024-09-03T23:20:02.951Z[ host-package] Compiling arc-swap v1.7.1
23032024-09-03T23:20:03.057Z[ host-package] Compiling diesel_derives v2.2.2
23042024-09-03T23:20:03.376Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23052024-09-03T23:20:03.796Z[ host-package] Compiling slog-scope v4.4.0
23062024-09-03T23:20:03.957Z[ host-package] Compiling sha3 v0.10.8
23072024-09-03T23:20:04.268Z[ host-package] Compiling r2d2 v0.8.10
23082024-09-03T23:20:05.008Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
23092024-09-03T23:20:05.104Z[ host-package] Compiling ascii-canvas v3.0.0
23102024-09-03T23:20:05.396Z[ host-package] Compiling universal-hash v0.5.1
23112024-09-03T23:20:05.667Z[ host-package] Compiling secrecy v0.8.0
23122024-09-03T23:20:05.801Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23132024-09-03T23:20:05.909Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23142024-09-03T23:20:05.954Z[ host-package] Compiling ena v0.14.3
23152024-09-03T23:20:06.052Z[ helios-setup] Sep 03 23:20:04.995 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
23162024-09-03T23:20:06.403Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
23172024-09-03T23:20:08.033Z[ host-package] Compiling libloading v0.8.3
23182024-09-03T23:20:08.432Z[ host-package] Compiling diff v0.1.13
23192024-09-03T23:20:08.897Z[ host-package] Compiling regex-syntax v0.6.29
23202024-09-03T23:20:09.090Z[ host-package] Compiling opaque-debug v0.3.1
23212024-09-03T23:20:09.230Z[ host-package] Compiling bindgen v0.69.4
23222024-09-03T23:20:09.912Z[ host-package] Compiling poly1305 v0.8.0
23232024-09-03T23:20:11.680Z[ host-package] Compiling thiserror-no-std v2.0.2
23242024-09-03T23:20:15.031Z[ host-package] Compiling lalrpop v0.19.12
23252024-09-03T23:20:16.492Z[ host-package] Compiling diesel v2.2.3
23262024-09-03T23:20:18.799Z[ helios-setup] Sep 03 23:20:17.741 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.66s
23272024-09-03T23:20:18.834Z[ helios-setup] Sep 03 23:20:17.777 INFO building project "image-builder" ok (47 seconds)
23282024-09-03T23:20:18.834Z[ helios-setup] Sep 03 23:20:17.777 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
23292024-09-03T23:20:18.836Z[ helios-setup] Sep 03 23:20:17.777 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
23302024-09-03T23:20:19.264Z[ helios-setup] Sep 03 23:20:18.205 INFO E| Compiling adler v1.0.2
23312024-09-03T23:20:19.399Z[ helios-setup] Sep 03 23:20:18.341 INFO E| Compiling miniz_oxide v0.7.2
23322024-09-03T23:20:22.587Z[ helios-setup] Sep 03 23:20:21.529 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
23332024-09-03T23:20:23.546Z[ helios-setup] Sep 03 23:20:22.488 INFO E| Finished `release` profile [optimized] target(s) in 4.62s
23342024-09-03T23:20:23.552Z[ helios-setup] Sep 03 23:20:22.495 INFO building project "pinprick" ok (4 seconds)
23352024-09-03T23:20:23.553Z[ helios-setup] Sep 03 23:20:22.495 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
23362024-09-03T23:20:23.553Z[ helios-setup] Sep 03 23:20:22.495 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
23372024-09-03T23:20:23.563Z[ helios-setup] Sep 03 23:20:22.505 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
23382024-09-03T23:20:23.904Z[ helios-setup] Sep 03 23:20:22.847 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
23392024-09-03T23:20:23.904Z[ helios-setup] Sep 03 23:20:22.847 INFO E| info: downloading component 'cargo'
23402024-09-03T23:20:25.056Z[ helios-setup] Sep 03 23:20:23.999 INFO E| info: downloading component 'clippy'
23412024-09-03T23:20:25.371Z[ helios-setup] Sep 03 23:20:24.313 INFO E| info: downloading component 'rust-docs'
23422024-09-03T23:20:26.433Z[ host-package] Compiling slog-stdlog v4.1.1
23432024-09-03T23:20:26.564Z[ helios-setup] Sep 03 23:20:25.506 INFO E| info: downloading component 'rust-src'
23442024-09-03T23:20:26.724Z[ helios-setup] Sep 03 23:20:25.666 INFO E| info: downloading component 'rust-std'
23452024-09-03T23:20:27.234Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23462024-09-03T23:20:28.434Z[ host-package] Compiling which v4.4.2
23472024-09-03T23:20:28.732Z[ helios-setup] Sep 03 23:20:27.674 INFO E| info: downloading component 'rustc'
23482024-09-03T23:20:29.023Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23492024-09-03T23:20:29.386Z[ host-package] Compiling chacha20 v0.9.1
23502024-09-03T23:20:29.880Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23512024-09-03T23:20:30.124Z[ host-package] Compiling cexpr v0.6.0
23522024-09-03T23:20:31.445Z[ host-package] Compiling aead v0.5.2
23532024-09-03T23:20:31.811Z[ host-package] Compiling libsw v3.3.1
23542024-09-03T23:20:31.840Z[ host-package] Compiling owo-colors v4.0.0
23552024-09-03T23:20:32.182Z[ host-package] Compiling ref-cast v1.0.23
23562024-09-03T23:20:32.794Z[ host-package] Compiling rustc-hash v1.1.0
23572024-09-03T23:20:32.961Z[ host-package] Compiling linear-map v1.2.0
23582024-09-03T23:20:33.419Z[ host-package] Compiling lazycell v1.3.0
23592024-09-03T23:20:33.613Z[ host-package] Compiling shlex v1.3.0
23602024-09-03T23:20:33.884Z[ helios-setup] Sep 03 23:20:32.826 INFO E| info: downloading component 'rustfmt'
23612024-09-03T23:20:34.332Z[ helios-setup] Sep 03 23:20:33.274 INFO E| info: installing component 'cargo'
23622024-09-03T23:20:34.930Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23632024-09-03T23:20:35.771Z[ helios-setup] Sep 03 23:20:34.712 INFO E| info: installing component 'clippy'
23642024-09-03T23:20:36.194Z[ helios-setup] Sep 03 23:20:35.136 INFO E| info: installing component 'rust-docs'
23652024-09-03T23:20:37.121Z[ host-package] Compiling chacha20poly1305 v0.10.1
23662024-09-03T23:20:37.176Z[ host-package] Compiling slog-envlogger v2.2.0
23672024-09-03T23:20:37.411Z[ host-package] Compiling vsss-rs v3.3.4
23682024-09-03T23:20:40.016Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23692024-09-03T23:20:40.480Z[ host-package] Compiling derive_builder_core v0.20.0
23702024-09-03T23:20:42.394Z[ helios-setup] Sep 03 23:20:41.335 INFO E| info: installing component 'rust-src'
23712024-09-03T23:20:43.000Z[ host-package] Compiling headers-core v0.2.0
23722024-09-03T23:20:43.160Z[ host-package] Compiling fxhash v0.2.1
23732024-09-03T23:20:43.208Z[ host-package] Compiling libxml v0.3.3
23742024-09-03T23:20:43.451Z[ host-package] Compiling ref-cast-impl v1.0.23
23752024-09-03T23:20:43.492Z[ helios-setup] Sep 03 23:20:42.434 INFO E| info: installing component 'rust-std'
23762024-09-03T23:20:43.802Z[ host-package] Compiling derive_builder_macro v0.20.0
23772024-09-03T23:20:44.484Z[ host-package] Compiling headers v0.3.9
23782024-09-03T23:20:44.529Z[ host-package] Compiling polar-core v0.27.3
23792024-09-03T23:20:45.172Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23802024-09-03T23:20:46.260Z[ helios-setup] Sep 03 23:20:45.201 INFO E| info: installing component 'rustc'
23812024-09-03T23:20:48.619Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23822024-09-03T23:20:48.785Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23832024-09-03T23:20:49.083Z[ host-package] Compiling strum_macros v0.24.3
23842024-09-03T23:20:49.932Z[ host-package] Compiling samael v0.0.15
23852024-09-03T23:20:51.999Z[ host-package] Compiling kstat-rs v0.2.4
23862024-09-03T23:20:52.206Z[ helios-setup] Sep 03 23:20:51.146 INFO E| info: installing component 'rustfmt'
23872024-09-03T23:20:52.698Z[ host-package] Compiling unicase v2.7.0
23882024-09-03T23:20:53.100Z[ helios-setup] Sep 03 23:20:52.040 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
23892024-09-03T23:20:53.103Z[ host-package] Compiling dropshot v0.10.1
23902024-09-03T23:20:53.103Z[ host-package] Compiling indoc v1.0.9
23912024-09-03T23:20:53.587Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23922024-09-03T23:20:53.856Z[ helios-setup] Sep 03 23:20:52.796 INFO E| From https://github.com/oxidecomputer/amd-apcb
23932024-09-03T23:20:53.856Z[ helios-setup] Sep 03 23:20:52.796 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
23942024-09-03T23:20:53.856Z[ helios-setup] Sep 03 23:20:52.796 INFO E| * [new tag] v0.3.3 -> v0.3.3
23952024-09-03T23:20:53.884Z[ helios-setup] Sep 03 23:20:52.825 INFO E| * [new tag] v0.1.3 -> v0.1.3
23962024-09-03T23:20:53.884Z[ helios-setup] Sep 03 23:20:52.825 INFO E| * [new tag] v0.1.4 -> v0.1.4
23972024-09-03T23:20:53.887Z[ helios-setup] Sep 03 23:20:52.826 INFO E| * [new tag] v0.1.5 -> v0.1.5
23982024-09-03T23:20:53.887Z[ helios-setup] Sep 03 23:20:52.826 INFO E| * [new tag] v0.2.0 -> v0.2.0
23992024-09-03T23:20:53.887Z[ helios-setup] Sep 03 23:20:52.826 INFO E| * [new tag] v0.3.0 -> v0.3.0
24002024-09-03T23:20:53.887Z[ helios-setup] Sep 03 23:20:52.826 INFO E| * [new tag] v0.3.1 -> v0.3.1
24012024-09-03T23:20:53.887Z[ helios-setup] Sep 03 23:20:52.826 INFO E| * [new tag] v0.3.2 -> v0.3.2
24022024-09-03T23:20:53.916Z[ helios-setup] Sep 03 23:20:52.857 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
24032024-09-03T23:20:54.251Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24042024-09-03T23:20:54.737Z[ helios-setup] Sep 03 23:20:53.678 INFO E| From https://github.com/oxidecomputer/amd-efs
24052024-09-03T23:20:54.737Z[ helios-setup] Sep 03 23:20:53.678 INFO E| * [new branch] empty -> origin/empty
24062024-09-03T23:20:54.740Z[ helios-setup] Sep 03 23:20:53.678 INFO E| * [new branch] issue-99 -> origin/issue-99
24072024-09-03T23:20:54.740Z[ helios-setup] Sep 03 23:20:53.678 INFO E| * [new branch] main -> origin/main
24082024-09-03T23:20:54.740Z[ helios-setup] Sep 03 23:20:53.678 INFO E| * [new branch] review -> origin/review
24092024-09-03T23:20:54.740Z[ helios-setup] Sep 03 23:20:53.679 INFO E| * [new ref] -> origin/HEAD
24102024-09-03T23:20:54.740Z[ helios-setup] Sep 03 23:20:53.679 INFO E| * [new tag] v0.2.0 -> v0.2.0
24112024-09-03T23:20:54.740Z[ helios-setup] Sep 03 23:20:53.679 INFO E| * [new tag] v0.2.1 -> v0.2.1
24122024-09-03T23:20:54.740Z[ helios-setup] Sep 03 23:20:53.679 INFO E| * [new tag] v0.2.2 -> v0.2.2
24132024-09-03T23:20:54.740Z[ helios-setup] Sep 03 23:20:53.679 INFO E| * [new tag] v0.2.3 -> v0.2.3
24142024-09-03T23:20:54.740Z[ helios-setup] Sep 03 23:20:53.680 INFO E| * [new tag] v0.2.4 -> v0.2.4
24152024-09-03T23:20:54.740Z[ helios-setup] Sep 03 23:20:53.680 INFO E| * [new tag] v0.2.5 -> v0.2.5
24162024-09-03T23:20:54.740Z[ helios-setup] Sep 03 23:20:53.680 INFO E| * [new tag] v0.2.6 -> v0.2.6
24172024-09-03T23:20:54.740Z[ helios-setup] Sep 03 23:20:53.680 INFO E| * [new tag] v0.2.7 -> v0.2.7
24182024-09-03T23:20:54.740Z[ helios-setup] Sep 03 23:20:53.680 INFO E| * [new tag] v0.3.0 -> v0.3.0
24192024-09-03T23:20:54.740Z[ helios-setup] Sep 03 23:20:53.680 INFO E| * [new tag] v0.3.1 -> v0.3.1
24202024-09-03T23:20:54.740Z[ helios-setup] Sep 03 23:20:53.681 INFO E| * [new tag] v0.4.0 -> v0.4.0
24212024-09-03T23:20:54.763Z[ helios-setup] Sep 03 23:20:53.704 INFO E| Updating crates.io index
24222024-09-03T23:20:55.149Z[ helios-setup] Sep 03 23:20:54.089 INFO E| Downloading crates ...
24232024-09-03T23:20:55.296Z[ helios-setup] Sep 03 23:20:54.236 INFO E| Downloaded bytesize v1.3.0
24242024-09-03T23:20:55.298Z[ helios-setup] Sep 03 23:20:54.239 INFO E| Downloaded four-cc v0.3.0
24252024-09-03T23:20:55.306Z[ helios-setup] Sep 03 23:20:54.247 INFO E| Downloaded pest_generator v2.7.11
24262024-09-03T23:20:55.310Z[ helios-setup] Sep 03 23:20:54.251 INFO E| Downloaded unic-common v0.9.0
24272024-09-03T23:20:55.313Z[ helios-setup] Sep 03 23:20:54.252 INFO E| Downloaded unic-char-property v0.9.0
24282024-09-03T23:20:55.315Z[ helios-setup] Sep 03 23:20:54.254 INFO E| Downloaded unic-ucd-version v0.9.0
24292024-09-03T23:20:55.315Z[ helios-setup] Sep 03 23:20:54.256 INFO E| Downloaded strum v0.23.0
24302024-09-03T23:20:55.318Z[ helios-setup] Sep 03 23:20:54.257 INFO E| Downloaded memchr v2.7.4
24312024-09-03T23:20:55.325Z[ helios-setup] Sep 03 23:20:54.266 INFO E| Downloaded semver v0.9.0
24322024-09-03T23:20:55.331Z[ helios-setup] Sep 03 23:20:54.272 INFO E| Downloaded proc-macro-crate v0.1.5
24332024-09-03T23:20:55.331Z[ helios-setup] Sep 03 23:20:54.272 INFO E| Downloaded num-derive v0.3.3
24342024-09-03T23:20:55.333Z[ helios-setup] Sep 03 23:20:54.273 INFO E| Downloaded scroll v0.10.2
24352024-09-03T23:20:55.336Z[ helios-setup] Sep 03 23:20:54.276 INFO E| Downloaded cfg-if v0.1.10
24362024-09-03T23:20:55.338Z[ helios-setup] Sep 03 23:20:54.278 INFO E| Downloaded pre v0.2.1
24372024-09-03T23:20:55.340Z[ helios-setup] Sep 03 23:20:54.280 INFO E| Downloaded structopt v0.3.26
24382024-09-03T23:20:55.378Z[ helios-setup] Sep 03 23:20:54.319 INFO E| Downloaded fletcher v0.1.0
24392024-09-03T23:20:55.381Z[ helios-setup] Sep 03 23:20:54.321 INFO E| Downloaded ansi_term v0.12.1
24402024-09-03T23:20:55.383Z[ helios-setup] Sep 03 23:20:54.324 INFO E| Downloaded modular-bitfield v0.11.2
24412024-09-03T23:20:55.399Z[ helios-setup] Sep 03 23:20:54.340 INFO E| Downloaded unic-char-range v0.9.0
24422024-09-03T23:20:55.401Z[ helios-setup] Sep 03 23:20:54.342 INFO E| Downloaded serde v1.0.204
24432024-09-03T23:20:55.406Z[ helios-setup] Sep 03 23:20:54.347 INFO E| Downloaded unic-ucd-ident v0.9.0
24442024-09-03T23:20:55.408Z[ helios-setup] Sep 03 23:20:54.349 INFO E| Downloaded strum_macros v0.23.1
24452024-09-03T23:20:55.411Z[ helios-setup] Sep 03 23:20:54.352 INFO E| Downloaded strsim v0.8.0
24462024-09-03T23:20:55.413Z[ helios-setup] Sep 03 23:20:54.354 INFO E| Downloaded vec_map v0.8.2
24472024-09-03T23:20:55.415Z[ helios-setup] Sep 03 23:20:54.355 INFO E| Downloaded textwrap v0.11.0
24482024-09-03T23:20:55.418Z[ helios-setup] Sep 03 23:20:54.358 INFO E| Downloaded rustc_version v0.2.3
24492024-09-03T23:20:55.420Z[ helios-setup] Sep 03 23:20:54.359 INFO E| Downloaded pest_derive v2.7.11
24502024-09-03T23:20:55.423Z[ helios-setup] Sep 03 23:20:54.363 INFO E| Downloaded structopt-derive v0.4.18
24512024-09-03T23:20:55.425Z[ helios-setup] Sep 03 23:20:54.365 INFO E| Downloaded pest v2.7.11
24522024-09-03T23:20:55.431Z[ helios-setup] Sep 03 23:20:54.372 INFO E| Downloaded serde_json v1.0.120
24532024-09-03T23:20:55.441Z[ helios-setup] Sep 03 23:20:54.382 INFO E| Downloaded serde_derive v1.0.204
24542024-09-03T23:20:55.445Z[ helios-setup] Sep 03 23:20:54.386 INFO E| Downloaded goblin v0.4.3
24552024-09-03T23:20:55.453Z[ helios-setup] Sep 03 23:20:54.394 INFO E| Downloaded syn v2.0.71
24562024-09-03T23:20:55.471Z[ helios-setup] Sep 03 23:20:54.412 INFO E| Downloaded clap v2.34.0
24572024-09-03T23:20:55.482Z[ helios-setup] Sep 03 23:20:54.423 INFO E| Downloaded pest_meta v2.7.11
24582024-09-03T23:20:55.486Z[ helios-setup] Sep 03 23:20:54.427 INFO E| Downloaded libc v0.2.155
24592024-09-03T23:20:55.526Z[ helios-setup] Sep 03 23:20:54.467 INFO E| Downloaded log v0.4.22
24602024-09-03T23:20:55.529Z[ helios-setup] Sep 03 23:20:54.470 INFO E| Downloaded semver-parser v0.7.0
24612024-09-03T23:20:55.531Z[ helios-setup] Sep 03 23:20:54.472 INFO E| Downloaded modular-bitfield-impl v0.11.2
24622024-09-03T23:20:55.534Z[ helios-setup] Sep 03 23:20:54.473 INFO E| Downloaded scroll_derive v0.10.5
24632024-09-03T23:20:55.534Z[ helios-setup] Sep 03 23:20:54.474 INFO E| Downloaded pre-proc-macro v0.2.1
24642024-09-03T23:20:55.537Z[ helios-setup] Sep 03 23:20:54.477 INFO E| Downloaded parse_int v0.6.0
24652024-09-03T23:20:55.537Z[ helios-setup] Sep 03 23:20:54.478 INFO E| Downloaded memoffset v0.5.6
24662024-09-03T23:20:55.623Z[ helios-setup] Sep 03 23:20:54.563 INFO E| Compiling proc-macro2 v1.0.86
24672024-09-03T23:20:55.623Z[ helios-setup] Sep 03 23:20:54.564 INFO E| Compiling unicode-ident v1.0.12
24682024-09-03T23:20:55.625Z[ helios-setup] Sep 03 23:20:54.564 INFO E| Compiling syn v1.0.109
24692024-09-03T23:20:55.625Z[ helios-setup] Sep 03 23:20:54.564 INFO E| Compiling version_check v0.9.4
24702024-09-03T23:20:55.625Z[ helios-setup] Sep 03 23:20:54.564 INFO E| Compiling semver-parser v0.7.0
24712024-09-03T23:20:55.625Z[ helios-setup] Sep 03 23:20:54.564 INFO E| Compiling thiserror v1.0.63
24722024-09-03T23:20:55.626Z[ helios-setup] Sep 03 23:20:54.564 INFO E| Compiling autocfg v1.3.0
24732024-09-03T23:20:55.626Z[ helios-setup] Sep 03 23:20:54.564 INFO E| Compiling serde v1.0.204
24742024-09-03T23:20:56.824Z[ helios-setup] Sep 03 23:20:55.765 INFO E| Compiling proc-macro-error-attr v1.0.4
24752024-09-03T23:20:57.128Z[ helios-setup] Sep 03 23:20:56.060 INFO E| Compiling semver v0.9.0
24762024-09-03T23:20:57.426Z[ helios-setup] Sep 03 23:20:56.367 INFO E| Compiling proc-macro-error v1.0.4
24772024-09-03T23:20:57.664Z[ helios-setup] Sep 03 23:20:56.605 INFO E| Compiling serde_json v1.0.120
24782024-09-03T23:20:57.678Z[ helios-setup] Sep 03 23:20:56.618 INFO E| Compiling num-traits v0.2.19
24792024-09-03T23:20:57.886Z[ helios-setup] Sep 03 23:20:56.827 INFO E| Compiling rustc_version v0.2.3
24802024-09-03T23:20:58.191Z[ helios-setup] Sep 03 23:20:57.132 INFO E| Compiling ryu v1.0.18
24812024-09-03T23:20:58.197Z[ helios-setup] Sep 03 23:20:57.138 INFO E| Compiling schemars v0.8.21
24822024-09-03T23:20:58.236Z[ helios-setup] Sep 03 23:20:57.177 INFO E| Compiling unicode-segmentation v1.11.0
24832024-09-03T23:20:58.441Z[ helios-setup] Sep 03 23:20:57.382 INFO E| Compiling itoa v1.0.11
24842024-09-03T23:20:58.892Z[ helios-setup] Sep 03 23:20:57.833 INFO E| Compiling pre-proc-macro v0.2.1
24852024-09-03T23:20:58.899Z[ helios-setup] Sep 03 23:20:57.840 INFO E| Compiling memoffset v0.5.6
24862024-09-03T23:20:59.077Z[ helios-setup] Sep 03 23:20:58.017 INFO E| Compiling quote v1.0.36
24872024-09-03T23:20:59.100Z[ helios-setup] Sep 03 23:20:58.040 INFO E| Compiling dyn-clone v1.0.17
24882024-09-03T23:20:59.200Z[ helios-setup] Sep 03 23:20:58.134 INFO E| Compiling libc v0.2.155
24892024-09-03T23:20:59.464Z[ helios-setup] Sep 03 23:20:58.404 INFO E| Compiling lazy_static v1.5.0
24902024-09-03T23:20:59.614Z[ helios-setup] Sep 03 23:20:58.554 INFO E| Compiling heck v0.3.3
24912024-09-03T23:20:59.729Z[ helios-setup] Sep 03 23:20:58.669 INFO E| Compiling rustversion v1.0.17
24922024-09-03T23:20:59.805Z[ helios-setup] Sep 03 23:20:58.745 INFO E| Compiling syn v2.0.71
24932024-09-03T23:21:00.173Z[ host-package] Compiling derive_builder v0.20.0
24942024-09-03T23:21:00.429Z[ helios-setup] Sep 03 23:20:59.370 INFO E| Compiling paste v1.0.15
24952024-09-03T23:21:00.458Z[ helios-setup] Sep 03 23:20:59.398 INFO E| Compiling memchr v2.7.4
24962024-09-03T23:21:00.867Z[ helios-setup] Sep 03 23:20:59.808 INFO E| Compiling ucd-trie v0.1.6
24972024-09-03T23:21:01.347Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24982024-09-03T23:21:01.685Z[ helios-setup] Sep 03 23:21:00.625 INFO E| Compiling pre v0.2.1
24992024-09-03T23:21:02.206Z[ helios-setup] Sep 03 23:21:01.146 INFO E| Compiling byteorder v1.5.0
25002024-09-03T23:21:02.346Z[ helios-setup] Sep 03 23:21:01.287 INFO E| Compiling static_assertions v1.1.0
25012024-09-03T23:21:02.434Z[ helios-setup] Sep 03 23:21:01.375 INFO E| Compiling once_cell v1.19.0
25022024-09-03T23:21:02.794Z[ helios-setup] Sep 03 23:21:01.734 INFO E| Compiling cfg-if v0.1.10
25032024-09-03T23:21:04.615Z[ helios-setup] Sep 03 23:21:03.555 INFO E| Compiling unicode-width v0.1.13
25042024-09-03T23:21:05.140Z[ helios-setup] Sep 03 23:21:04.080 INFO E| Compiling textwrap v0.11.0
25052024-09-03T23:21:05.243Z[ helios-setup] Sep 03 23:21:04.182 INFO E| Compiling atty v0.2.14
25062024-09-03T23:21:05.431Z[ helios-setup] Sep 03 23:21:04.371 INFO E| Compiling ansi_term v0.12.1
25072024-09-03T23:21:05.686Z[ helios-setup] Sep 03 23:21:04.626 INFO E| Compiling parse_int v0.6.0
25082024-09-03T23:21:05.860Z[ host-package] Compiling tungstenite v0.23.0
25092024-09-03T23:21:06.037Z[ helios-setup] Sep 03 23:21:04.977 INFO E| Compiling unic-common v0.9.0
25102024-09-03T23:21:06.048Z[ helios-setup] Sep 03 23:21:04.988 INFO E| Compiling strsim v0.8.0
25112024-09-03T23:21:06.206Z[ helios-setup] Sep 03 23:21:05.146 INFO E| Compiling fletcher v0.1.0
25122024-09-03T23:21:06.284Z[ helios-setup] Sep 03 23:21:05.224 INFO E| Compiling vec_map v0.8.2
25132024-09-03T23:21:06.446Z[ helios-setup] Sep 03 23:21:05.386 INFO E| Compiling unic-char-range v0.9.0
25142024-09-03T23:21:06.493Z[ helios-setup] Sep 03 23:21:05.433 INFO E| Compiling strum v0.23.0
25152024-09-03T23:21:06.621Z[ helios-setup] Sep 03 23:21:05.561 INFO E| Compiling bitflags v1.3.2
25162024-09-03T23:21:06.712Z[ helios-setup] Sep 03 23:21:05.652 INFO E| Compiling unic-char-property v0.9.0
25172024-09-03T23:21:06.732Z[ helios-setup] Sep 03 23:21:05.672 INFO E| Compiling clap v2.34.0
25182024-09-03T23:21:06.908Z[ helios-setup] Sep 03 23:21:05.848 INFO E| Compiling unic-ucd-version v0.9.0
25192024-09-03T23:21:07.002Z[ helios-setup] Sep 03 23:21:05.941 INFO E| Compiling log v0.4.22
25202024-09-03T23:21:07.102Z[ helios-setup] Sep 03 23:21:06.042 INFO E| Compiling plain v0.2.3
25212024-09-03T23:21:07.194Z[ helios-setup] Sep 03 23:21:06.134 INFO E| Compiling unic-ucd-ident v0.9.0
25222024-09-03T23:21:07.383Z[ helios-setup] Sep 03 23:21:06.323 INFO E| Compiling bytesize v1.3.0
25232024-09-03T23:21:07.584Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25242024-09-03T23:21:08.242Z[ host-package] Compiling crossterm v0.28.1
25252024-09-03T23:21:09.073Z[ helios-setup] Sep 03 23:21:08.013 INFO E| Compiling serde_derive_internals v0.29.1
25262024-09-03T23:21:09.906Z[ helios-setup] Sep 03 23:21:08.846 INFO E| Compiling toml v0.5.11
25272024-09-03T23:21:12.774Z[ helios-setup] Sep 03 23:21:11.714 INFO E| Compiling proc-macro-crate v0.1.5
25282024-09-03T23:21:14.831Z[ helios-setup] Sep 03 23:21:13.771 INFO E| Compiling thiserror-impl v1.0.63
25292024-09-03T23:21:14.892Z[ helios-setup] Sep 03 23:21:13.829 INFO E| Compiling serde_derive v1.0.204
25302024-09-03T23:21:14.956Z[ helios-setup] Sep 03 23:21:13.896 INFO E| Compiling schemars_derive v0.8.21
25312024-09-03T23:21:15.303Z[ helios-setup] Sep 03 23:21:14.242 INFO E| Compiling zerocopy-derive v0.6.6
25322024-09-03T23:21:15.761Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25332024-09-03T23:21:19.223Z[ helios-setup] Sep 03 23:21:18.162 INFO E| Compiling zerocopy v0.6.6
25342024-09-03T23:21:20.577Z[ helios-setup] Sep 03 23:21:19.517 INFO E| Compiling pest v2.7.11
25352024-09-03T23:21:20.815Z[ host-package] Compiling oso-derive v0.27.3
25362024-09-03T23:21:21.720Z[ host-package] Compiling dropshot_endpoint v0.10.1
25372024-09-03T23:21:22.362Z[ helios-setup] Sep 03 23:21:21.301 INFO E| Compiling modular-bitfield-impl v0.11.2
25382024-09-03T23:21:22.516Z[ host-package] Compiling libz-sys v1.1.16
25392024-09-03T23:21:23.033Z[ helios-setup] Sep 03 23:21:21.972 INFO E| Compiling num-derive v0.3.3
25402024-09-03T23:21:23.191Z[ helios-setup] Sep 03 23:21:22.130 INFO E| Compiling strum_macros v0.23.1
25412024-09-03T23:21:23.984Z[ helios-setup] Sep 03 23:21:22.923 INFO E| Compiling scroll_derive v0.10.5
25422024-09-03T23:21:24.096Z[ host-package] Compiling quick-xml v0.31.0
25432024-09-03T23:21:24.533Z[ helios-setup] Sep 03 23:21:23.472 INFO E| Compiling structopt-derive v0.4.18
25442024-09-03T23:21:24.919Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
25452024-09-03T23:21:25.317Z[ host-package] Compiling cfg_aliases v0.1.1
25462024-09-03T23:21:25.646Z[ host-package] Compiling parking_lot_core v0.8.6
25472024-09-03T23:21:25.960Z[ host-package] Compiling nix v0.28.0
25482024-09-03T23:21:26.750Z[ helios-setup] Sep 03 23:21:25.689 INFO E| Compiling pest_meta v2.7.11
25492024-09-03T23:21:26.874Z[ helios-setup] Sep 03 23:21:25.812 INFO E| Compiling scroll v0.10.2
25502024-09-03T23:21:27.689Z[ helios-setup] Sep 03 23:21:26.628 INFO E| Compiling modular-bitfield v0.11.2
25512024-09-03T23:21:27.951Z[ helios-setup] Sep 03 23:21:26.890 INFO E| Compiling goblin v0.4.3
25522024-09-03T23:21:28.123Z[ host-package] Compiling oso v0.27.3
25532024-09-03T23:21:28.324Z[ host-package] Compiling tokio-tungstenite v0.23.1
25542024-09-03T23:21:29.244Z[ helios-setup] Sep 03 23:21:28.182 INFO E| Compiling pest_generator v2.7.11
25552024-09-03T23:21:29.902Z[ helios-setup] Sep 03 23:21:28.840 INFO E| Compiling structopt v0.3.26
25562024-09-03T23:21:30.252Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25572024-09-03T23:21:33.545Z[ helios-setup] Sep 03 23:21:32.483 INFO E| Compiling pest_derive v2.7.11
25582024-09-03T23:21:37.095Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25592024-09-03T23:21:38.422Z[ helios-setup] Sep 03 23:21:37.360 INFO E| Compiling json5 v0.4.1
25602024-09-03T23:21:39.024Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25612024-09-03T23:21:39.730Z[ host-package] Compiling bb8 v0.8.5
25622024-09-03T23:21:40.537Z[ host-package] Compiling const_format_proc_macros v0.2.32
25632024-09-03T23:21:43.494Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25642024-09-03T23:21:44.336Z[ helios-setup] Sep 03 23:21:43.274 INFO E| Compiling four-cc v0.3.0
25652024-09-03T23:21:44.336Z[ helios-setup] Sep 03 23:21:43.274 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
25662024-09-03T23:21:44.380Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25672024-09-03T23:21:44.517Z[ helios-setup] Sep 03 23:21:43.454 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
25682024-09-03T23:21:44.941Z[ host-package] Compiling vte v0.11.1
25692024-09-03T23:21:46.982Z[ host-package] Compiling const_format v0.2.32
25702024-09-03T23:21:48.985Z[ host-package] Compiling async-bb8-diesel v0.2.1
25712024-09-03T23:21:50.149Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
25722024-09-03T23:21:54.176Z[ host-package] Compiling fd-lock v4.0.2
25732024-09-03T23:21:54.481Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
25742024-09-03T23:21:55.505Z[ host-package] Compiling bytecount v0.6.8
25752024-09-03T23:21:56.006Z[ host-package] Compiling papergrid v0.11.0
25762024-09-03T23:22:10.040Z[ host-package] Compiling parking_lot v0.11.2
25772024-09-03T23:22:18.646Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25782024-09-03T23:22:20.273Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
25792024-09-03T23:22:22.275Z[ host-package] Compiling tabled_derive v0.7.0
25802024-09-03T23:22:24.672Z[ host-package] Compiling crossterm v0.27.0
25812024-09-03T23:22:25.234Z[ helios-setup] Sep 03 23:22:24.170 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
25822024-09-03T23:22:25.488Z[ host-package] Compiling peg-macros v0.8.4
25832024-09-03T23:22:25.956Z[ host-package] Compiling sqlparser_derive v0.2.2
25842024-09-03T23:22:27.199Z[ host-package] Compiling nu-ansi-term v0.50.0
25852024-09-03T23:22:28.569Z[ host-package] Compiling unicode_categories v0.1.1
25862024-09-03T23:22:28.758Z[ host-package] Compiling rustyline v14.0.0
25872024-09-03T23:22:29.047Z[ host-package] Compiling sqlformat v0.2.4
25882024-09-03T23:22:29.366Z[ host-package] Compiling peg v0.8.4
25892024-09-03T23:22:29.530Z[ host-package] Compiling reedline v0.33.0
25902024-09-03T23:22:30.733Z[ host-package] Compiling sqlparser v0.45.0
25912024-09-03T23:22:32.356Z[ host-package] Compiling tabled v0.15.0
25922024-09-03T23:22:38.493Z[ helios-setup] Sep 03 23:22:37.428 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
25932024-09-03T23:22:40.971Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25942024-09-03T23:22:42.509Z[ host-package] Compiling sled v0.34.7
25952024-09-03T23:22:43.389Z[ host-package] Compiling mime_guess v2.0.4
25962024-09-03T23:22:43.863Z[ host-package] Compiling hickory-client v0.24.1
25972024-09-03T23:22:44.715Z[ host-package] Compiling env_logger v0.9.3
25982024-09-03T23:22:49.235Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
25992024-09-03T23:22:49.576Z[ host-package] Compiling tungstenite v0.20.1
26002024-09-03T23:22:55.215Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26012024-09-03T23:22:55.249Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26022024-09-03T23:22:57.016Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26032024-09-03T23:23:00.695Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26042024-09-03T23:23:05.489Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26052024-09-03T23:23:06.152Z[ host-package] Compiling hickory-server v0.24.1
26062024-09-03T23:23:06.237Z[ host-package] Compiling bcs v0.1.6
26072024-09-03T23:23:07.610Z[ host-package] Compiling vergen v8.3.2
26082024-09-03T23:23:08.173Z[ host-package] Compiling bitstruct_derive v0.1.0
26092024-09-03T23:23:10.324Z[ host-package] Compiling cargo-platform v0.1.8
26102024-09-03T23:23:11.014Z[ host-package] Compiling nanorand v0.7.0
26112024-09-03T23:23:12.078Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26122024-09-03T23:23:12.284Z[ host-package] Compiling memoffset v0.9.1
26132024-09-03T23:23:12.760Z[ host-package] Compiling ascii v1.1.0
26142024-09-03T23:23:13.651Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26152024-09-03T23:23:16.617Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26162024-09-03T23:23:17.073Z[ host-package] Compiling flume v0.11.0
26172024-09-03T23:23:17.090Z[ helios-setup] Sep 03 23:23:16.023 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 24s
26182024-09-03T23:23:17.130Z[ helios-setup] Sep 03 23:23:16.063 INFO building project "amd-host-image-builder" ok (173 seconds)
26192024-09-03T23:23:17.133Z[ helios-setup] Sep 03 23:23:16.063 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26202024-09-03T23:23:17.133Z[ helios-setup] Sep 03 23:23:16.063 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26212024-09-03T23:23:17.594Z[ helios-setup] Sep 03 23:23:16.526 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26222024-09-03T23:23:17.917Z[ host-package] Compiling cargo_metadata v0.18.1
26232024-09-03T23:23:18.156Z[ helios-setup] Sep 03 23:23:17.088 INFO E| From https://github.com/jclulow/hiercmd
26242024-09-03T23:23:18.156Z[ helios-setup] Sep 03 23:23:17.088 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
26252024-09-03T23:23:18.190Z[ helios-setup] Sep 03 23:23:17.122 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
26262024-09-03T23:23:18.717Z[ helios-setup] Sep 03 23:23:17.649 INFO E| From https://github.com/jclulow/network-interface
26272024-09-03T23:23:18.717Z[ helios-setup] Sep 03 23:23:17.649 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
26282024-09-03T23:23:18.753Z[ helios-setup] Sep 03 23:23:17.684 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26292024-09-03T23:23:19.264Z[ helios-setup] Sep 03 23:23:18.196 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26302024-09-03T23:23:19.264Z[ helios-setup] Sep 03 23:23:18.196 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26312024-09-03T23:23:19.326Z[ helios-setup] Sep 03 23:23:18.258 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26322024-09-03T23:23:20.229Z[ helios-setup] Sep 03 23:23:19.161 INFO E| From https://github.com/oxidecomputer/facade
26332024-09-03T23:23:20.229Z[ helios-setup] Sep 03 23:23:19.161 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26342024-09-03T23:23:20.311Z[ helios-setup] Sep 03 23:23:19.243 INFO E| Updating crates.io index
26352024-09-03T23:23:20.317Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26362024-09-03T23:23:20.999Z[ helios-setup] Sep 03 23:23:19.931 INFO E| Downloading crates ...
26372024-09-03T23:23:21.248Z[ helios-setup] Sep 03 23:23:20.180 INFO E| Downloaded sha2 v0.10.6
26382024-09-03T23:23:21.252Z[ helios-setup] Sep 03 23:23:20.184 INFO E| Downloaded semver-parser v0.10.2
26392024-09-03T23:23:21.256Z[ helios-setup] Sep 03 23:23:20.188 INFO E| Downloaded semver v0.11.0
26402024-09-03T23:23:21.259Z[ helios-setup] Sep 03 23:23:20.191 INFO E| Downloaded smallvec v1.10.0
26412024-09-03T23:23:21.263Z[ helios-setup] Sep 03 23:23:20.195 INFO E| Downloaded sct v0.7.0
26422024-09-03T23:23:21.269Z[ helios-setup] Sep 03 23:23:20.201 INFO E| Downloaded try-lock v0.2.4
26432024-09-03T23:23:21.271Z[ helios-setup] Sep 03 23:23:20.203 INFO E| Downloaded slog-async v2.7.0
26442024-09-03T23:23:21.274Z[ helios-setup] Sep 03 23:23:20.205 INFO E| Downloaded smawk v0.3.1
26452024-09-03T23:23:21.276Z[ helios-setup] Sep 03 23:23:20.208 INFO E| Downloaded terminal_size v0.2.6
26462024-09-03T23:23:21.279Z[ helios-setup] Sep 03 23:23:20.210 INFO E| Downloaded toml_datetime v0.6.1
26472024-09-03T23:23:21.281Z[ helios-setup] Sep 03 23:23:20.212 INFO E| Downloaded strsim v0.10.0
26482024-09-03T23:23:21.284Z[ helios-setup] Sep 03 23:23:20.214 INFO E| Downloaded serde_spanned v0.6.1
26492024-09-03T23:23:21.286Z[ helios-setup] Sep 03 23:23:20.216 INFO E| Downloaded serde_derive_internals v0.26.0
26502024-09-03T23:23:21.289Z[ helios-setup] Sep 03 23:23:20.219 INFO E| Downloaded semver v1.0.17
26512024-09-03T23:23:21.335Z[ host-package] Compiling bitstruct v0.1.1
26522024-09-03T23:23:21.358Z[ helios-setup] Sep 03 23:23:20.290 INFO E| Downloaded serde_tokenstream v0.2.0
26532024-09-03T23:23:21.369Z[ helios-setup] Sep 03 23:23:20.301 INFO E| Downloaded tokio-rustls v0.24.0
26542024-09-03T23:23:21.373Z[ helios-setup] Sep 03 23:23:20.305 INFO E| Downloaded unicode-ident v1.0.8
26552024-09-03T23:23:21.378Z[ helios-setup] Sep 03 23:23:20.311 INFO E| Downloaded uuid v1.3.0
26562024-09-03T23:23:21.387Z[ helios-setup] Sep 03 23:23:20.318 INFO E| Downloaded ucd-trie v0.1.5
26572024-09-03T23:23:21.393Z[ helios-setup] Sep 03 23:23:20.322 INFO E| Downloaded tokio-macros v2.0.0
26582024-09-03T23:23:21.393Z[ helios-setup] Sep 03 23:23:20.324 INFO E| Downloaded slog-bunyan v2.4.0
26592024-09-03T23:23:21.396Z[ helios-setup] Sep 03 23:23:20.326 INFO E| Downloaded serde_yaml v0.9.21
26602024-09-03T23:23:21.402Z[ helios-setup] Sep 03 23:23:20.334 INFO E| Downloaded unsafe-libyaml v0.2.8
26612024-09-03T23:23:21.410Z[ helios-setup] Sep 03 23:23:20.341 INFO E| Downloaded want v0.3.0
26622024-09-03T23:23:21.413Z[ helios-setup] Sep 03 23:23:20.343 INFO E| Downloaded tungstenite v0.18.0
26632024-09-03T23:23:21.418Z[ helios-setup] Sep 03 23:23:20.350 INFO E| Downloaded toml v0.7.3
26642024-09-03T23:23:21.426Z[ helios-setup] Sep 03 23:23:20.358 INFO E| Downloaded unicode-linebreak v0.1.4
26652024-09-03T23:23:21.430Z[ helios-setup] Sep 03 23:23:20.362 INFO E| Downloaded url v2.3.1
26662024-09-03T23:23:21.435Z[ helios-setup] Sep 03 23:23:20.367 INFO E| Downloaded tokio-util v0.7.7
26672024-09-03T23:23:21.450Z[ helios-setup] Sep 03 23:23:20.380 INFO E| Downloaded winnow v0.4.1
26682024-09-03T23:23:21.463Z[ helios-setup] Sep 03 23:23:20.395 INFO E| Downloaded syn v2.0.72
26692024-09-03T23:23:21.484Z[ helios-setup] Sep 03 23:23:20.416 INFO E| Downloaded lazy_static v1.4.0
26702024-09-03T23:23:21.486Z[ helios-setup] Sep 03 23:23:20.418 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26712024-09-03T23:23:21.489Z[ helios-setup] Sep 03 23:23:20.420 INFO E| Downloaded tokio v1.27.0
26722024-09-03T23:23:21.544Z[ helios-setup] Sep 03 23:23:20.467 INFO E| Downloaded pkg-config v0.3.26
26732024-09-03T23:23:21.544Z[ helios-setup] Sep 03 23:23:20.470 INFO E| Downloaded rustls-pemfile v1.0.2
26742024-09-03T23:23:21.544Z[ helios-setup] Sep 03 23:23:20.472 INFO E| Downloaded proc-macro-crate v1.2.1
26752024-09-03T23:23:21.544Z[ helios-setup] Sep 03 23:23:20.474 INFO E| Downloaded percent-encoding v2.2.0
26762024-09-03T23:23:21.544Z[ helios-setup] Sep 03 23:23:20.475 INFO E| Downloaded paste v1.0.12
26772024-09-03T23:23:21.548Z[ helios-setup] Sep 03 23:23:20.480 INFO E| Downloaded schemars_derive v0.8.12
26782024-09-03T23:23:21.551Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26792024-09-03T23:23:21.551Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26802024-09-03T23:23:21.554Z[ helios-setup] Sep 03 23:23:20.485 INFO E| Downloaded cargo-lock v8.0.3
26812024-09-03T23:23:21.557Z[ helios-setup] Sep 03 23:23:20.489 INFO E| Downloaded getrandom v0.2.8
26822024-09-03T23:23:21.563Z[ helios-setup] Sep 03 23:23:20.495 INFO E| Downloaded rhai_codegen v1.5.0
26832024-09-03T23:23:21.575Z[ helios-setup] Sep 03 23:23:20.507 INFO E| Downloaded lock_api v0.4.9
26842024-09-03T23:23:21.578Z[ helios-setup] Sep 03 23:23:20.509 INFO E| Downloaded is-terminal v0.4.7
26852024-09-03T23:23:21.581Z[ helios-setup] Sep 03 23:23:20.511 INFO E| Downloaded clap_derive v4.2.0
26862024-09-03T23:23:21.584Z[ helios-setup] Sep 03 23:23:20.514 INFO E| Downloaded log v0.4.17
26872024-09-03T23:23:21.587Z[ helios-setup] Sep 03 23:23:20.517 INFO E| Downloaded num-integer v0.1.45
26882024-09-03T23:23:21.587Z[ helios-setup] Sep 03 23:23:20.519 INFO E| Downloaded async-trait v0.1.68
26892024-09-03T23:23:21.592Z[ helios-setup] Sep 03 23:23:20.524 INFO E| Downloaded ahash v0.7.6
26902024-09-03T23:23:21.597Z[ helios-setup] Sep 03 23:23:20.529 INFO E| Downloaded pin-project-lite v0.2.9
26912024-09-03T23:23:21.603Z[ helios-setup] Sep 03 23:23:20.535 INFO E| Downloaded parking_lot_core v0.9.6
26922024-09-03T23:23:21.607Z[ helios-setup] Sep 03 23:23:20.539 INFO E| Downloaded memoffset v0.7.1
26932024-09-03T23:23:21.609Z[ helios-setup] Sep 03 23:23:20.540 INFO E| Downloaded bincode v1.3.3
26942024-09-03T23:23:21.613Z[ helios-setup] Sep 03 23:23:20.544 INFO E| Downloaded futures-channel v0.3.28
26952024-09-03T23:23:21.615Z[ helios-setup] Sep 03 23:23:20.547 INFO E| Downloaded futures-executor v0.3.28
26962024-09-03T23:23:21.618Z[ helios-setup] Sep 03 23:23:20.549 INFO E| Downloaded num_enum_derive v0.5.7
26972024-09-03T23:23:21.621Z[ helios-setup] Sep 03 23:23:20.551 INFO E| Downloaded num_cpus v1.15.0
26982024-09-03T23:23:21.626Z[ helios-setup] Sep 03 23:23:20.555 INFO E| Downloaded io-lifetimes v1.0.10
26992024-09-03T23:23:21.629Z[ helios-setup] Sep 03 23:23:20.559 INFO E| Downloaded futures v0.3.28
27002024-09-03T23:23:21.636Z[ helios-setup] Sep 03 23:23:20.568 INFO E| Downloaded crossbeam-epoch v0.9.13
27012024-09-03T23:23:21.640Z[ helios-setup] Sep 03 23:23:20.571 INFO E| Downloaded ipnet v2.7.2
27022024-09-03T23:23:21.643Z[ helios-setup] Sep 03 23:23:20.574 INFO E| Downloaded byteorder v1.4.3
27032024-09-03T23:23:21.646Z[ helios-setup] Sep 03 23:23:20.577 INFO E| Downloaded autocfg v1.1.0
27042024-09-03T23:23:21.649Z[ helios-setup] Sep 03 23:23:20.579 INFO E| Downloaded once_cell v1.17.0
27052024-09-03T23:23:21.652Z[ helios-setup] Sep 03 23:23:20.582 INFO E| Downloaded crossbeam-utils v0.8.14
27062024-09-03T23:23:21.654Z[ helios-setup] Sep 03 23:23:20.586 INFO E| Downloaded clap v4.2.1
27072024-09-03T23:23:21.667Z[ helios-setup] Sep 03 23:23:20.599 INFO E| Downloaded schemars v0.8.12
27082024-09-03T23:23:21.684Z[ helios-setup] Sep 03 23:23:20.615 INFO E| Downloaded ryu v1.0.13
27092024-09-03T23:23:21.689Z[ helios-setup] Sep 03 23:23:20.621 INFO E| Downloaded cc v1.0.78
27102024-09-03T23:23:21.693Z[ helios-setup] Sep 03 23:23:20.625 INFO E| Downloaded num-traits v0.2.15
27112024-09-03T23:23:21.697Z[ helios-setup] Sep 03 23:23:20.629 INFO E| Downloaded parking_lot v0.12.1
27122024-09-03T23:23:21.701Z[ helios-setup] Sep 03 23:23:20.632 INFO E| Downloaded anyhow v1.0.68
27132024-09-03T23:23:21.791Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27142024-09-03T23:23:21.796Z[ helios-setup] Sep 03 23:23:20.728 INFO E| Downloaded ahash v0.8.3
27152024-09-03T23:23:21.800Z[ helios-setup] Sep 03 23:23:20.732 INFO E| Downloaded bytes v1.4.0
27162024-09-03T23:23:21.806Z[ helios-setup] Sep 03 23:23:20.738 INFO E| Downloaded base64 v0.21.0
27172024-09-03T23:23:21.811Z[ helios-setup] Sep 03 23:23:20.743 INFO E| Downloaded rustls-webpki v0.100.1
27182024-09-03T23:23:21.823Z[ helios-setup] Sep 03 23:23:20.754 INFO E| Downloaded rayon-core v1.10.2
27192024-09-03T23:23:21.828Z[ helios-setup] Sep 03 23:23:20.760 INFO E| Downloaded mio v0.8.5
27202024-09-03T23:23:21.837Z[ helios-setup] Sep 03 23:23:20.769 INFO E| Downloaded http v0.2.9
27212024-09-03T23:23:21.843Z[ helios-setup] Sep 03 23:23:20.775 INFO E| Downloaded crossbeam-channel v0.5.6
27222024-09-03T23:23:21.850Z[ helios-setup] Sep 03 23:23:20.782 INFO E| Downloaded pest v2.5.7
27232024-09-03T23:23:21.857Z[ helios-setup] Sep 03 23:23:20.789 INFO E| Downloaded aho-corasick v0.7.20
27242024-09-03T23:23:21.863Z[ helios-setup] Sep 03 23:23:20.795 INFO E| Downloaded memchr v2.5.0
27252024-09-03T23:23:21.869Z[ helios-setup] Sep 03 23:23:20.801 INFO E| Downloaded camino v1.1.4
27262024-09-03T23:23:21.872Z[ helios-setup] Sep 03 23:23:20.804 INFO E| Downloaded anstyle v0.3.5
27272024-09-03T23:23:21.874Z[ helios-setup] Sep 03 23:23:20.806 INFO E| Downloaded anstream v0.2.6
27282024-09-03T23:23:21.877Z[ helios-setup] Sep 03 23:23:20.809 INFO E| Downloaded futures-core v0.3.28
27292024-09-03T23:23:21.880Z[ helios-setup] Sep 03 23:23:20.811 INFO E| Downloaded fastrand v1.9.0
27302024-09-03T23:23:21.883Z[ helios-setup] Sep 03 23:23:20.813 INFO E| Downloaded dyn-clone v1.0.11
27312024-09-03T23:23:21.886Z[ helios-setup] Sep 03 23:23:20.816 INFO E| Downloaded crossbeam-deque v0.8.2
27322024-09-03T23:23:21.886Z[ helios-setup] Sep 03 23:23:20.818 INFO E| Downloaded clap_builder v4.2.1
27332024-09-03T23:23:21.897Z[ helios-setup] Sep 03 23:23:20.829 INFO E| Downloaded concolor-query v0.3.3
27342024-09-03T23:23:21.899Z[ helios-setup] Sep 03 23:23:20.831 INFO E| Downloaded futures-util v0.3.28
27352024-09-03T23:23:21.940Z[ helios-setup] Sep 03 23:23:20.872 INFO E| Downloaded chrono v0.4.24
27362024-09-03T23:23:21.953Z[ helios-setup] Sep 03 23:23:20.885 INFO E| Downloaded reqwest v0.11.16
27372024-09-03T23:23:21.966Z[ helios-setup] Sep 03 23:23:20.898 INFO E| Downloaded rayon v1.6.1
27382024-09-03T23:23:21.982Z[ helios-setup] Sep 03 23:23:20.913 INFO E| Downloaded hyper v0.14.25
27392024-09-03T23:23:21.995Z[ helios-setup] Sep 03 23:23:20.927 INFO E| Downloaded h2 v0.3.16
27402024-09-03T23:23:22.005Z[ helios-setup] Sep 03 23:23:20.937 INFO E| Downloaded regress v0.5.0
27412024-09-03T23:23:22.034Z[ helios-setup] Sep 03 23:23:20.966 INFO E| Downloaded regex v1.7.3
27422024-09-03T23:23:22.048Z[ helios-setup] Sep 03 23:23:20.980 INFO E| Downloaded rustls v0.21.0
27432024-09-03T23:23:22.067Z[ helios-setup] Sep 03 23:23:20.999 INFO E| Downloaded rustix v0.37.3
27442024-09-03T23:23:22.098Z[ helios-setup] Sep 03 23:23:21.030 INFO E| Downloaded rhai v1.14.0
27452024-09-03T23:23:22.117Z[ helios-setup] Sep 03 23:23:21.049 INFO E| Downloaded openapiv3 v1.0.2
27462024-09-03T23:23:22.152Z[ helios-setup] Sep 03 23:23:21.084 INFO E| Downloaded git2 v0.16.1
27472024-09-03T23:23:22.166Z[ helios-setup] Sep 03 23:23:21.098 INFO E| Downloaded clap_lex v0.4.1
27482024-09-03T23:23:22.169Z[ helios-setup] Sep 03 23:23:21.100 INFO E| Downloaded itoa v1.0.6
27492024-09-03T23:23:22.173Z[ helios-setup] Sep 03 23:23:21.102 INFO E| Downloaded iana-time-zone v0.1.56
27502024-09-03T23:23:22.176Z[ helios-setup] Sep 03 23:23:21.105 INFO E| Downloaded futures-sink v0.3.28
27512024-09-03T23:23:22.176Z[ helios-setup] Sep 03 23:23:21.106 INFO E| Downloaded futures-io v0.3.28
27522024-09-03T23:23:22.176Z[ helios-setup] Sep 03 23:23:21.108 INFO E| Downloaded form_urlencoded v1.1.0
27532024-09-03T23:23:22.179Z[ helios-setup] Sep 03 23:23:21.109 INFO E| Downloaded anstyle-parse v0.1.1
27542024-09-03T23:23:22.182Z[ helios-setup] Sep 03 23:23:21.112 INFO E| Downloaded syn v1.0.107
27552024-09-03T23:23:22.199Z[ helios-setup] Sep 03 23:23:21.130 INFO E| Downloaded serde_json v1.0.95
27562024-09-03T23:23:22.211Z[ helios-setup] Sep 03 23:23:21.143 INFO E| Downloaded libc v0.2.139
27572024-09-03T23:23:22.273Z[ host-package] Compiling git2 v0.19.0
27582024-09-03T23:23:22.286Z[ helios-setup] Sep 03 23:23:21.218 INFO E| Downloaded rustfmt-wrapper v0.2.0
27592024-09-03T23:23:22.289Z[ helios-setup] Sep 03 23:23:21.220 INFO E| Downloaded num_enum v0.5.7
27602024-09-03T23:23:22.294Z[ helios-setup] Sep 03 23:23:21.226 INFO E| Downloaded httpdate v1.0.2
27612024-09-03T23:23:22.297Z[ helios-setup] Sep 03 23:23:21.229 INFO E| Downloaded http-body v0.4.5
27622024-09-03T23:23:22.299Z[ helios-setup] Sep 03 23:23:21.231 INFO E| Downloaded futures-task v0.3.28
27632024-09-03T23:23:22.302Z[ helios-setup] Sep 03 23:23:21.233 INFO E| Downloaded futures-macro v0.3.28
27642024-09-03T23:23:22.305Z[ helios-setup] Sep 03 23:23:21.234 INFO E| Downloaded either v1.8.0
27652024-09-03T23:23:22.305Z[ helios-setup] Sep 03 23:23:21.236 INFO E| Downloaded built v0.6.0
27662024-09-03T23:23:22.307Z[ helios-setup] Sep 03 23:23:21.238 INFO E| Downloaded unicode-normalization v0.1.22
27672024-09-03T23:23:22.311Z[ helios-setup] Sep 03 23:23:21.243 INFO E| Downloaded digest v0.10.6
27682024-09-03T23:23:22.314Z[ helios-setup] Sep 03 23:23:21.246 INFO E| Downloaded jobserver v0.1.26
27692024-09-03T23:23:22.316Z[ helios-setup] Sep 03 23:23:21.248 INFO E| Downloaded home v0.5.4
27702024-09-03T23:23:22.319Z[ helios-setup] Sep 03 23:23:21.250 INFO E| Downloaded tracing-core v0.1.30
27712024-09-03T23:23:22.322Z[ helios-setup] Sep 03 23:23:21.254 INFO E| Downloaded project-root v0.2.2
27722024-09-03T23:23:22.324Z[ helios-setup] Sep 03 23:23:21.255 INFO E| Downloaded unicode-bidi v0.3.13
27732024-09-03T23:23:22.327Z[ helios-setup] Sep 03 23:23:21.258 INFO E| Downloaded toml_edit v0.19.8
27742024-09-03T23:23:22.363Z[ helios-setup] Sep 03 23:23:21.289 INFO E| Downloaded tokio-tungstenite v0.18.0
27752024-09-03T23:23:22.363Z[ helios-setup] Sep 03 23:23:21.292 INFO E| Downloaded time v0.1.45
27762024-09-03T23:23:22.363Z[ helios-setup] Sep 03 23:23:21.294 INFO E| Downloaded const-random-macro v0.1.15
27772024-09-03T23:23:22.365Z[ helios-setup] Sep 03 23:23:21.295 INFO E| Downloaded textwrap v0.16.0
27782024-09-03T23:23:22.368Z[ helios-setup] Sep 03 23:23:21.299 INFO E| Downloaded tempfile v3.5.0
27792024-09-03T23:23:22.371Z[ helios-setup] Sep 03 23:23:21.303 INFO E| Downloaded concolor-override v1.0.0
27802024-09-03T23:23:22.373Z[ helios-setup] Sep 03 23:23:21.304 INFO E| Downloaded tracing v0.1.37
27812024-09-03T23:23:22.379Z[ helios-setup] Sep 03 23:23:21.311 INFO E| Downloaded socket2 v0.4.9
27822024-09-03T23:23:22.382Z[ helios-setup] Sep 03 23:23:21.314 INFO E| Downloaded thiserror-impl v1.0.38
27832024-09-03T23:23:22.385Z[ helios-setup] Sep 03 23:23:21.317 INFO E| Downloaded smartstring v1.0.1
27842024-09-03T23:23:22.389Z[ helios-setup] Sep 03 23:23:21.321 INFO E| Downloaded toolchain_find v0.2.0
27852024-09-03T23:23:22.391Z[ helios-setup] Sep 03 23:23:21.322 INFO E| Downloaded sha1 v0.10.5
27862024-09-03T23:23:22.393Z[ helios-setup] Sep 03 23:23:21.325 INFO E| Downloaded const-random v0.1.15
27872024-09-03T23:23:22.397Z[ helios-setup] Sep 03 23:23:21.327 INFO E| Downloaded thiserror v1.0.38
27882024-09-03T23:23:22.402Z[ helios-setup] Sep 03 23:23:21.334 INFO E| Downloaded slab v0.4.7
27892024-09-03T23:23:22.405Z[ helios-setup] Sep 03 23:23:21.337 INFO E| Downloaded signal-hook-registry v1.4.0
27902024-09-03T23:23:22.408Z[ helios-setup] Sep 03 23:23:21.339 INFO E| Downloaded serde_path_to_error v0.1.11
27912024-09-03T23:23:22.410Z[ helios-setup] Sep 03 23:23:21.341 INFO E| Downloaded scopeguard v1.1.0
27922024-09-03T23:23:22.441Z[ helios-setup] Sep 03 23:23:21.372 INFO E| Downloaded encoding_rs v0.8.32
27932024-09-03T23:23:22.546Z[ helios-setup] Sep 03 23:23:21.477 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
27942024-09-03T23:23:22.701Z[ helios-setup] Sep 03 23:23:21.633 INFO E| Downloaded libz-sys v1.1.8
27952024-09-03T23:23:23.102Z[ helios-setup] Sep 03 23:23:22.034 INFO E| Compiling proc-macro2 v1.0.86
27962024-09-03T23:23:23.102Z[ helios-setup] Sep 03 23:23:22.034 INFO E| Compiling libc v0.2.139
27972024-09-03T23:23:23.102Z[ helios-setup] Sep 03 23:23:22.034 INFO E| Compiling unicode-ident v1.0.8
27982024-09-03T23:23:23.105Z[ helios-setup] Sep 03 23:23:22.034 INFO E| Compiling autocfg v1.1.0
27992024-09-03T23:23:23.105Z[ helios-setup] Sep 03 23:23:22.034 INFO E| Compiling cfg-if v1.0.0
28002024-09-03T23:23:23.105Z[ helios-setup] Sep 03 23:23:22.034 INFO E| Compiling version_check v0.9.4
28012024-09-03T23:23:23.105Z[ helios-setup] Sep 03 23:23:22.034 INFO E| Compiling serde v1.0.204
28022024-09-03T23:23:23.105Z[ helios-setup] Sep 03 23:23:22.034 INFO E| Compiling syn v1.0.107
28032024-09-03T23:23:23.576Z[ helios-setup] Sep 03 23:23:22.507 INFO E| Compiling memchr v2.5.0
28042024-09-03T23:23:24.053Z[ helios-setup] Sep 03 23:23:22.985 INFO E| Compiling once_cell v1.17.0
28052024-09-03T23:23:24.435Z[ helios-setup] Sep 03 23:23:23.367 INFO E| Compiling log v0.4.17
28062024-09-03T23:23:24.822Z[ helios-setup] Sep 03 23:23:23.753 INFO E| Compiling thiserror v1.0.38
28072024-09-03T23:23:25.450Z[ helios-setup] Sep 03 23:23:24.381 INFO E| Compiling serde_json v1.0.95
28082024-09-03T23:23:25.560Z[ helios-setup] Sep 03 23:23:24.492 INFO E| Compiling itoa v1.0.6
28092024-09-03T23:23:26.807Z[ helios-setup] Sep 03 23:23:25.736 INFO E| Compiling quote v1.0.36
28102024-09-03T23:23:26.963Z[ helios-setup] Sep 03 23:23:25.895 INFO E| Compiling indexmap v1.9.3
28112024-09-03T23:23:27.075Z[ helios-setup] Sep 03 23:23:26.007 INFO E| Compiling pin-project-lite v0.2.9
28122024-09-03T23:23:27.393Z[ helios-setup] Sep 03 23:23:26.323 INFO E| Compiling scopeguard v1.1.0
28132024-09-03T23:23:27.431Z[ helios-setup] Sep 03 23:23:26.362 INFO E| Compiling jobserver v0.1.26
28142024-09-03T23:23:27.704Z[ helios-setup] Sep 03 23:23:26.635 INFO E| Compiling syn v2.0.72
28152024-09-03T23:23:28.069Z[ helios-setup] Sep 03 23:23:26.998 INFO E| Compiling getrandom v0.2.8
28162024-09-03T23:23:28.143Z[ helios-setup] Sep 03 23:23:27.074 INFO E| Compiling cc v1.0.78
28172024-09-03T23:23:28.888Z[ helios-setup] Sep 03 23:23:27.819 INFO E| Compiling num-integer v0.1.45
28182024-09-03T23:23:29.043Z[ helios-setup] Sep 03 23:23:27.974 INFO E| Compiling bytes v1.4.0
28192024-09-03T23:23:29.128Z[ helios-setup] Sep 03 23:23:28.060 INFO E| Compiling futures-core v0.3.28
28202024-09-03T23:23:29.778Z[ helios-setup] Sep 03 23:23:28.709 INFO E| Compiling ryu v1.0.13
28212024-09-03T23:23:30.982Z[ helios-setup] Sep 03 23:23:29.914 INFO E| Compiling lock_api v0.4.9
28222024-09-03T23:23:31.254Z[ helios-setup] Sep 03 23:23:30.186 INFO E| Compiling typenum v1.16.0
28232024-09-03T23:23:31.317Z[ helios-setup] Sep 03 23:23:30.248 INFO E| Compiling parking_lot_core v0.9.6
28242024-09-03T23:23:31.780Z[ helios-setup] Sep 03 23:23:30.712 INFO E| Compiling bitflags v1.3.2
28252024-09-03T23:23:32.206Z[ helios-setup] Sep 03 23:23:31.137 INFO E| Compiling num_cpus v1.15.0
28262024-09-03T23:23:32.259Z[ helios-setup] Sep 03 23:23:31.190 INFO E| Compiling generic-array v0.14.6
28272024-09-03T23:23:32.519Z[ helios-setup] Sep 03 23:23:31.446 INFO E| Compiling slab v0.4.7
28282024-09-03T23:23:32.525Z[ helios-setup] Sep 03 23:23:31.446 INFO E| Compiling futures-sink v0.3.28
28292024-09-03T23:23:32.621Z[ helios-setup] Sep 03 23:23:31.552 INFO E| Compiling futures-channel v0.3.28
28302024-09-03T23:23:32.778Z[ helios-setup] Sep 03 23:23:31.707 INFO E| Compiling futures-task v0.3.28
28312024-09-03T23:23:33.485Z[ helios-setup] Sep 03 23:23:32.416 INFO E| Compiling tokio v1.27.0
28322024-09-03T23:23:33.706Z[ helios-setup] Sep 03 23:23:32.637 INFO E| Compiling futures-util v0.3.28
28332024-09-03T23:23:34.010Z[ helios-setup] Sep 03 23:23:32.941 INFO E| Compiling schemars v0.8.12
28342024-09-03T23:23:34.253Z[ host-package] Compiling tokio-tungstenite v0.20.1
28352024-09-03T23:23:34.965Z[ helios-setup] Sep 03 23:23:33.896 INFO E| Compiling socket2 v0.4.9
28362024-09-03T23:23:35.049Z[ helios-setup] Sep 03 23:23:33.980 INFO E| Compiling mio v0.8.5
28372024-09-03T23:23:35.110Z[ helios-setup] Sep 03 23:23:34.041 INFO E| Compiling signal-hook-registry v1.4.0
28382024-09-03T23:23:35.390Z[ helios-setup] Sep 03 23:23:34.321 INFO E| Compiling ahash v0.7.6
28392024-09-03T23:23:36.220Z[ helios-setup] Sep 03 23:23:35.150 INFO E| Compiling num-traits v0.2.15
28402024-09-03T23:23:36.341Z[ helios-setup] Sep 03 23:23:35.272 INFO E| Compiling io-lifetimes v1.0.10
28412024-09-03T23:23:36.842Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28422024-09-03T23:23:37.391Z[ helios-setup] Sep 03 23:23:36.322 INFO E| Compiling pin-utils v0.1.0
28432024-09-03T23:23:37.488Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28442024-09-03T23:23:37.763Z[ helios-setup] Sep 03 23:23:36.694 INFO E| Compiling crunchy v0.2.2
28452024-09-03T23:23:37.865Z[ helios-setup] Sep 03 23:23:36.796 INFO E| Compiling futures-io v0.3.28
28462024-09-03T23:23:38.631Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28472024-09-03T23:23:38.844Z[ helios-setup] Sep 03 23:23:37.775 INFO E| Compiling ahash v0.8.3
28482024-09-03T23:23:39.225Z[ helios-setup] Sep 03 23:23:38.145 INFO E| Compiling rustix v0.37.3
28492024-09-03T23:23:39.523Z[ helios-setup] Sep 03 23:23:38.454 INFO E| Compiling serde_derive_internals v0.26.0
28502024-09-03T23:23:39.551Z[ helios-setup] Sep 03 23:23:38.482 INFO E| Compiling hashbrown v0.12.3
28512024-09-03T23:23:39.644Z[ helios-setup] Sep 03 23:23:38.574 INFO E| Compiling tiny-keccak v2.0.2
28522024-09-03T23:23:39.926Z[ host-package] Compiling libsqlite3-sys v0.28.0
28532024-09-03T23:23:39.968Z[ helios-setup] Sep 03 23:23:38.899 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
28542024-09-03T23:23:40.592Z[ helios-setup] Sep 03 23:23:39.523 INFO E| Compiling crypto-common v0.1.6
28552024-09-03T23:23:41.100Z[ helios-setup] Sep 03 23:23:40.030 INFO E| Compiling block-buffer v0.10.3
28562024-09-03T23:23:41.122Z[ host-package] Compiling serde_arrays v0.1.0
28572024-09-03T23:23:41.511Z[ host-package] Compiling erased-serde v0.3.31
28582024-09-03T23:23:42.099Z[ helios-setup] Sep 03 23:23:41.028 INFO E| Compiling errno v0.3.1
28592024-09-03T23:23:42.165Z[ host-package] Compiling cfg_aliases v0.2.1
28602024-09-03T23:23:42.414Z[ helios-setup] Sep 03 23:23:41.344 INFO E| Compiling fnv v1.0.7
28612024-09-03T23:23:42.488Z[ helios-setup] Sep 03 23:23:41.419 INFO E| Compiling slog v2.7.0
28622024-09-03T23:23:42.674Z[ host-package] Compiling nix v0.29.0
28632024-09-03T23:23:42.708Z[ helios-setup] Sep 03 23:23:41.638 INFO E| Compiling pkg-config v0.3.26
28642024-09-03T23:23:42.862Z[ helios-setup] Sep 03 23:23:41.792 INFO E| Compiling crossbeam-utils v0.8.14
28652024-09-03T23:23:43.528Z[ helios-setup] Sep 03 23:23:42.459 INFO E| Compiling http v0.2.9
28662024-09-03T23:23:44.476Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28672024-09-03T23:23:45.059Z[ helios-setup] Sep 03 23:23:43.989 INFO E| Compiling digest v0.10.6
28682024-09-03T23:23:46.680Z[ helios-setup] Sep 03 23:23:45.611 INFO E| Compiling aho-corasick v0.7.20
28692024-09-03T23:23:46.948Z[ helios-setup] Sep 03 23:23:45.878 INFO E| Compiling tinyvec_macros v0.1.1
28702024-09-03T23:23:47.156Z[ helios-setup] Sep 03 23:23:46.086 INFO E| Compiling heck v0.4.1
28712024-09-03T23:23:47.222Z[ helios-setup] Sep 03 23:23:46.153 INFO E| Compiling regex-syntax v0.6.29
28722024-09-03T23:23:48.208Z[ helios-setup] Sep 03 23:23:47.138 INFO E| Compiling unicode-width v0.1.10
28732024-09-03T23:23:49.010Z[ helios-setup] Sep 03 23:23:47.940 INFO E| Compiling httparse v1.8.0
28742024-09-03T23:23:49.163Z[ helios-setup] Sep 03 23:23:48.093 INFO E| Compiling cpufeatures v0.2.5
28752024-09-03T23:23:49.441Z[ helios-setup] Sep 03 23:23:48.371 INFO E| Compiling anyhow v1.0.68
28762024-09-03T23:23:49.632Z[ helios-setup] Sep 03 23:23:48.562 INFO E| Compiling thiserror-impl v1.0.38
28772024-09-03T23:23:49.743Z[ helios-setup] Sep 03 23:23:48.674 INFO E| Compiling schemars_derive v0.8.12
28782024-09-03T23:23:50.540Z[ helios-setup] Sep 03 23:23:49.470 INFO E| Compiling percent-encoding v2.2.0
28792024-09-03T23:23:50.884Z[ helios-setup] Sep 03 23:23:49.814 INFO E| Compiling serde_derive v1.0.204
28802024-09-03T23:23:51.110Z[ helios-setup] Sep 03 23:23:50.040 INFO E| Compiling futures-macro v0.3.28
28812024-09-03T23:23:51.233Z[ helios-setup] Sep 03 23:23:50.163 INFO E| Compiling tokio-macros v2.0.0
28822024-09-03T23:23:51.409Z[ helios-setup] Sep 03 23:23:50.339 INFO E| Compiling form_urlencoded v1.1.0
28832024-09-03T23:23:51.995Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28842024-09-03T23:23:52.581Z[ helios-setup] Sep 03 23:23:51.511 INFO E| Compiling tinyvec v1.6.0
28852024-09-03T23:23:53.334Z[ helios-setup] Sep 03 23:23:52.263 INFO E| Compiling const-random-macro v0.1.15
28862024-09-03T23:23:54.481Z[ helios-setup] Sep 03 23:23:53.411 INFO E| Compiling regex v1.7.3
28872024-09-03T23:23:55.393Z[ helios-setup] Sep 03 23:23:54.322 INFO E| Compiling hashbrown v0.13.2
28882024-09-03T23:23:56.194Z[ helios-setup] Sep 03 23:23:55.124 INFO E| Compiling chrono v0.4.24
28892024-09-03T23:23:58.027Z[ helios-setup] Sep 03 23:23:56.956 INFO E| Compiling libz-sys v1.1.8
28902024-09-03T23:23:58.341Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28912024-09-03T23:24:00.131Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28922024-09-03T23:24:00.666Z[ helios-setup] Sep 03 23:23:59.596 INFO E| Compiling dyn-clone v1.0.11
28932024-09-03T23:24:00.805Z[ helios-setup] Sep 03 23:23:59.732 INFO E| Compiling uuid v1.3.0
28942024-09-03T23:24:00.928Z[ helios-setup] Sep 03 23:23:59.857 INFO E| Compiling unicode-normalization v0.1.22
28952024-09-03T23:24:01.032Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
28962024-09-03T23:24:01.123Z[ helios-setup] Sep 03 23:24:00.053 INFO E| Compiling regress v0.5.0
28972024-09-03T23:24:02.014Z[ host-package] Compiling heck v0.3.3
28982024-09-03T23:24:02.537Z[ helios-setup] Sep 03 23:24:01.467 INFO E| Compiling const-random v0.1.15
28992024-09-03T23:24:02.806Z[ host-package] Compiling castaway v0.2.3
29002024-09-03T23:24:03.250Z[ host-package] Compiling rand_seeder v0.3.0
29012024-09-03T23:24:03.677Z[ host-package] Compiling csv-core v0.1.11
29022024-09-03T23:24:03.796Z[ helios-setup] Sep 03 23:24:02.726 INFO E| Compiling getopts v0.2.21
29032024-09-03T23:24:04.092Z[ helios-setup] Sep 03 23:24:03.021 INFO E| Compiling tracing-core v0.1.30
29042024-09-03T23:24:04.314Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
29052024-09-03T23:24:04.988Z[ helios-setup] Sep 03 23:24:03.917 INFO E| Compiling memoffset v0.7.1
29062024-09-03T23:24:05.235Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
29072024-09-03T23:24:05.546Z[ helios-setup] Sep 03 23:24:04.475 INFO E| Compiling time-core v0.1.2
29082024-09-03T23:24:05.548Z[ host-package] Compiling http-range v0.1.5
29092024-09-03T23:24:06.342Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29102024-09-03T23:24:06.423Z[ helios-setup] Sep 03 23:24:05.352 INFO E| Compiling powerfmt v0.2.0
29112024-09-03T23:24:06.714Z[ host-package] Compiling hyper-staticfile v0.9.5
29122024-09-03T23:24:06.874Z[ helios-setup] Sep 03 23:24:05.804 INFO E| Compiling unicode-bidi v0.3.13
29132024-09-03T23:24:07.397Z[ helios-setup] Sep 03 23:24:06.326 INFO E| Compiling ucd-trie v0.1.5
29142024-09-03T23:24:07.835Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29152024-09-03T23:24:08.192Z[ host-package] Compiling csv v1.3.0
29162024-09-03T23:24:08.275Z[ helios-setup] Sep 03 23:24:07.204 INFO E| Compiling num-conv v0.1.0
29172024-09-03T23:24:08.477Z[ helios-setup] Sep 03 23:24:07.406 INFO E| Compiling idna v0.3.0
29182024-09-03T23:24:09.252Z[ helios-setup] Sep 03 23:24:08.180 INFO E| Compiling time-macros v0.2.18
29192024-09-03T23:24:09.389Z[ helios-setup] Sep 03 23:24:08.318 INFO E| Compiling pest v2.5.7
29202024-09-03T23:24:10.496Z[ helios-setup] Sep 03 23:24:09.425 INFO E| Compiling deranged v0.3.11
29212024-09-03T23:24:12.142Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29222024-09-03T23:24:12.402Z[ host-package] Compiling compact_str v0.8.0
29232024-09-03T23:24:13.007Z[ host-package] Compiling zone_cfg_derive v0.1.2
29242024-09-03T23:24:13.765Z[ helios-setup] Sep 03 23:24:12.694 INFO E| Compiling tracing v0.1.37
29252024-09-03T23:24:15.472Z[ helios-setup] Sep 03 23:24:14.401 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29262024-09-03T23:24:15.475Z[ helios-setup] Sep 03 23:24:14.402 INFO E| Compiling time v0.1.45
29272024-09-03T23:24:16.078Z[ helios-setup] Sep 03 23:24:15.006 INFO E| Compiling crossbeam-epoch v0.9.13
29282024-09-03T23:24:16.307Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
29292024-09-03T23:24:17.219Z[ helios-setup] Sep 03 23:24:16.147 INFO E| Compiling iana-time-zone v0.1.56
29302024-09-03T23:24:17.699Z[ host-package] Compiling nix v0.27.1
29312024-09-03T23:24:17.970Z[ helios-setup] Sep 03 23:24:16.898 INFO E| Compiling semver v1.0.17
29322024-09-03T23:24:18.551Z[ helios-setup] Sep 03 23:24:17.479 INFO E| Compiling toml v0.5.11
29332024-09-03T23:24:19.053Z[ helios-setup] Sep 03 23:24:17.981 INFO E| Compiling serde_tokenstream v0.2.0
29342024-09-03T23:24:19.131Z[ helios-setup] Sep 03 23:24:18.056 INFO E| Compiling num_threads v0.1.6
29352024-09-03T23:24:19.637Z[ helios-setup] Sep 03 23:24:18.565 INFO E| Compiling time v0.3.36
29362024-09-03T23:24:19.920Z[ helios-setup] Sep 03 23:24:18.848 INFO E| Compiling smallvec v1.10.0
29372024-09-03T23:24:20.457Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
29382024-09-03T23:24:22.868Z[ helios-setup] Sep 03 23:24:21.796 INFO E| Compiling parking_lot v0.12.1
29392024-09-03T23:24:23.196Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29402024-09-03T23:24:24.345Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29412024-09-03T23:24:24.440Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29422024-09-03T23:24:27.511Z[ helios-setup] Sep 03 23:24:26.439 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29432024-09-03T23:24:28.851Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29442024-09-03T23:24:29.792Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29452024-09-03T23:24:29.886Z[ helios-setup] Sep 03 23:24:28.812 INFO E| Compiling semver-parser v0.10.2
29462024-09-03T23:24:30.662Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29472024-09-03T23:24:31.250Z[ host-package] Compiling unicode-truncate v1.0.0
29482024-09-03T23:24:32.233Z[ host-package] Compiling lru v0.12.3
29492024-09-03T23:24:32.333Z[ helios-setup] Sep 03 23:24:31.261 INFO E| Compiling url v2.3.1
29502024-09-03T23:24:33.162Z[ host-package] Compiling hashlink v0.9.1
29512024-09-03T23:24:33.885Z[ helios-setup] Sep 03 23:24:32.813 INFO E| Compiling crossbeam-channel v0.5.6
29522024-09-03T23:24:34.922Z[ host-package] Compiling serde-big-array v0.5.1
29532024-09-03T23:24:35.053Z[ host-package] Compiling instability v0.3.2
29542024-09-03T23:24:35.771Z[ host-package] Compiling base64 v0.13.1
29552024-09-03T23:24:36.155Z[ helios-setup] Sep 03 23:24:35.083 INFO E| Compiling dirs-sys-next v0.1.2
29562024-09-03T23:24:36.910Z[ host-package] Compiling fallible-iterator v0.3.0
29572024-09-03T23:24:37.604Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29582024-09-03T23:24:38.110Z[ host-package] Compiling cassowary v0.3.0
29592024-09-03T23:24:38.237Z[ helios-setup] Sep 03 23:24:37.164 INFO E| Compiling crc32fast v1.3.2
29602024-09-03T23:24:38.301Z[ helios-setup] Sep 03 23:24:37.228 INFO E| Compiling same-file v1.0.6
29612024-09-03T23:24:38.338Z[ host-package] Compiling ron v0.7.1
29622024-09-03T23:24:38.488Z[ helios-setup] Sep 03 23:24:37.415 INFO E| Compiling try-lock v0.2.4
29632024-09-03T23:24:38.732Z[ helios-setup] Sep 03 23:24:37.659 INFO E| Compiling want v0.3.0
29642024-09-03T23:24:38.861Z[ helios-setup] Sep 03 23:24:37.788 INFO E| Compiling walkdir v2.3.3
29652024-09-03T23:24:39.008Z[ host-package] Compiling ratatui v0.28.0
29662024-09-03T23:24:40.517Z[ helios-setup] Sep 03 23:24:39.444 INFO E| Compiling dirs-next v2.0.0
29672024-09-03T23:24:41.337Z[ helios-setup] Sep 03 23:24:40.264 INFO E| Compiling semver v0.11.0
29682024-09-03T23:24:42.414Z[ helios-setup] Sep 03 23:24:41.341 INFO E| Compiling tokio-util v0.7.7
29692024-09-03T23:24:43.557Z[ helios-setup] Sep 03 23:24:42.484 INFO E| Compiling proc-macro-crate v1.2.1
29702024-09-03T23:24:44.783Z[ host-package] Compiling rusqlite v0.31.0
29712024-09-03T23:24:44.953Z[ helios-setup] Sep 03 23:24:43.880 INFO E| Compiling h2 v0.3.16
29722024-09-03T23:24:45.916Z[ helios-setup] Sep 03 23:24:44.843 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29732024-09-03T23:24:46.520Z[ helios-setup] Sep 03 23:24:45.447 INFO E| Compiling futures-executor v0.3.28
29742024-09-03T23:24:47.320Z[ helios-setup] Sep 03 23:24:46.246 INFO E| Compiling http-body v0.4.5
29752024-09-03T23:24:48.625Z[ helios-setup] Sep 03 23:24:47.552 INFO E| Compiling ring v0.16.20
29762024-09-03T23:24:48.864Z[ helios-setup] Sep 03 23:24:47.789 INFO E| Compiling rand_core v0.6.4
29772024-09-03T23:24:50.163Z[ helios-setup] Sep 03 23:24:49.089 INFO E| Compiling thread_local v1.1.7
29782024-09-03T23:24:50.859Z[ helios-setup] Sep 03 23:24:49.785 INFO E| Compiling base64 v0.21.0
29792024-09-03T23:24:51.851Z[ helios-setup] Sep 03 23:24:50.777 INFO E| Compiling utf8parse v0.2.1
29802024-09-03T23:24:52.229Z[ helios-setup] Sep 03 23:24:51.156 INFO E| Compiling httpdate v1.0.2
29812024-09-03T23:24:53.326Z[ helios-setup] Sep 03 23:24:52.253 INFO E| Compiling tower-service v0.3.2
29822024-09-03T23:24:53.687Z[ helios-setup] Sep 03 23:24:52.613 INFO E| Compiling lazy_static v1.4.0
29832024-09-03T23:24:53.835Z[ helios-setup] Sep 03 23:24:52.762 INFO E| Compiling adler v1.0.2
29842024-09-03T23:24:54.114Z[ helios-setup] Sep 03 23:24:53.035 INFO E| Compiling home v0.5.4
29852024-09-03T23:24:54.415Z[ helios-setup] Sep 03 23:24:53.341 INFO E| Compiling ppv-lite86 v0.2.17
29862024-09-03T23:24:54.457Z[ helios-setup] Sep 03 23:24:53.383 INFO E| Compiling fastrand v1.9.0
29872024-09-03T23:24:54.916Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29882024-09-03T23:24:55.025Z[ helios-setup] Sep 03 23:24:53.951 INFO E| Compiling rayon-core v1.10.2
29892024-09-03T23:24:56.055Z[ helios-setup] Sep 03 23:24:54.981 INFO E| Compiling hyper v0.14.25
29902024-09-03T23:24:56.319Z[ helios-setup] Sep 03 23:24:55.245 INFO E| Compiling tempfile v3.5.0
29912024-09-03T23:24:56.441Z[ helios-setup] Sep 03 23:24:55.367 INFO E| Compiling rand_chacha v0.3.1
29922024-09-03T23:24:57.954Z[ helios-setup] Sep 03 23:24:56.880 INFO E| Compiling toolchain_find v0.2.0
29932024-09-03T23:25:00.015Z[ helios-setup] Sep 03 23:24:58.941 INFO E| Compiling miniz_oxide v0.6.2
29942024-09-03T23:25:01.135Z[ helios-setup] Sep 03 23:25:00.061 INFO E| Compiling anstyle-parse v0.1.1
29952024-09-03T23:25:01.875Z[ helios-setup] Sep 03 23:25:00.801 INFO E| Compiling futures v0.3.28
29962024-09-03T23:25:15.554Z[ helios-setup] Sep 03 23:25:14.479 INFO E| Compiling num_enum_derive v0.5.7
29972024-09-03T23:25:18.188Z[ helios-setup] Sep 03 23:25:17.113 INFO E| Compiling cargo-lock v8.0.3
29982024-09-03T23:25:20.329Z[ helios-setup] Sep 03 23:25:19.254 INFO E| Compiling crossbeam-deque v0.8.2
29992024-09-03T23:25:21.074Z[ helios-setup] Sep 03 23:25:19.998 INFO E| Compiling term v0.7.0
30002024-09-03T23:25:23.281Z[ helios-setup] Sep 03 23:25:22.206 INFO E| Compiling serde_urlencoded v0.7.1
30012024-09-03T23:25:23.646Z[ host-package] Compiling zone v0.1.8
30022024-09-03T23:25:23.791Z[ helios-setup] Sep 03 23:25:22.716 INFO E| Compiling sha2 v0.10.6
30032024-09-03T23:25:24.670Z[ helios-setup] Sep 03 23:25:23.594 INFO E| Compiling sha1 v0.10.5
30042024-09-03T23:25:24.760Z[ helios-setup] Sep 03 23:25:23.684 INFO E| Compiling is-terminal v0.4.7
30052024-09-03T23:25:25.195Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30062024-09-03T23:25:25.237Z[ helios-setup] Sep 03 23:25:24.161 INFO E| Compiling atty v0.2.14
30072024-09-03T23:25:25.924Z[ helios-setup] Sep 03 23:25:24.848 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30082024-09-03T23:25:26.319Z[ helios-setup] Sep 03 23:25:25.243 INFO E| Compiling concolor-override v1.0.0
30092024-09-03T23:25:27.363Z[ helios-setup] Sep 03 23:25:26.287 INFO E| Compiling concolor-query v0.3.3
30102024-09-03T23:25:27.728Z[ helios-setup] Sep 03 23:25:26.652 INFO E| Compiling anstyle v0.3.5
30112024-09-03T23:25:29.360Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30122024-09-03T23:25:29.763Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30132024-09-03T23:25:30.621Z[ helios-setup] Sep 03 23:25:29.544 INFO E| Compiling anstream v0.2.6
30142024-09-03T23:25:32.582Z[ helios-setup] Sep 03 23:25:31.506 INFO E| Compiling slog-term v2.9.0
30152024-09-03T23:25:32.600Z[ helios-setup] Sep 03 23:25:31.524 INFO E| Compiling flate2 v1.0.25
30162024-09-03T23:25:32.684Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30172024-09-03T23:25:34.479Z[ helios-setup] Sep 03 23:25:33.403 INFO E| Compiling num_enum v0.5.7
30182024-09-03T23:25:35.067Z[ helios-setup] Sep 03 23:25:33.990 INFO E| Compiling rustfmt-wrapper v0.2.0
30192024-09-03T23:25:35.559Z[ helios-setup] Sep 03 23:25:34.482 INFO E| Compiling rand v0.8.5
30202024-09-03T23:25:35.627Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30212024-09-03T23:25:36.349Z[ helios-setup] Sep 03 23:25:35.273 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30222024-09-03T23:25:36.767Z[ helios-setup] Sep 03 23:25:35.690 INFO E| Compiling openapiv3 v1.0.2
30232024-09-03T23:25:39.680Z[ helios-setup] Sep 03 23:25:38.603 INFO E| Compiling encoding_rs v0.8.32
30242024-09-03T23:25:41.582Z[ helios-setup] Sep 03 23:25:40.505 INFO E| Compiling base64 v0.13.1
30252024-09-03T23:25:43.246Z[ helios-setup] Sep 03 23:25:42.170 INFO E| Compiling clap_lex v0.4.1
30262024-09-03T23:25:43.483Z[ helios-setup] Sep 03 23:25:42.406 INFO E| Compiling mime v0.3.17
30272024-09-03T23:25:44.772Z[ helios-setup] Sep 03 23:25:43.695 INFO E| Compiling ipnet v2.7.2
30282024-09-03T23:25:45.498Z[ helios-setup] Sep 03 23:25:44.421 INFO E| Compiling byteorder v1.4.3
30292024-09-03T23:25:46.012Z[ helios-setup] Sep 03 23:25:44.935 INFO E| Compiling untrusted v0.7.1
30302024-09-03T23:25:46.737Z[ helios-setup] Sep 03 23:25:45.660 INFO E| Compiling utf-8 v0.7.6
30312024-09-03T23:25:47.005Z[ helios-setup] Sep 03 23:25:45.928 INFO E| Compiling either v1.8.0
30322024-09-03T23:25:47.387Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30332024-09-03T23:25:47.574Z[ helios-setup] Sep 03 23:25:46.497 INFO E| Compiling spin v0.5.2
30342024-09-03T23:25:47.666Z[ helios-setup] Sep 03 23:25:46.588 INFO E| Compiling strsim v0.10.0
30352024-09-03T23:25:48.245Z[ helios-setup] Sep 03 23:25:47.167 INFO E| Compiling project-root v0.2.2
30362024-09-03T23:25:49.044Z[ helios-setup] Sep 03 23:25:47.967 INFO E| Compiling unsafe-libyaml v0.2.8
30372024-09-03T23:25:49.454Z[ helios-setup] Sep 03 23:25:48.377 INFO E| Compiling clap_builder v4.2.1
30382024-09-03T23:25:51.143Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30392024-09-03T23:25:51.402Z[ helios-setup] Sep 03 23:25:50.324 INFO E| Compiling rayon v1.6.1
30402024-09-03T23:25:51.592Z[ helios-setup] Sep 03 23:25:50.514 INFO E| Compiling tungstenite v0.18.0
30412024-09-03T23:25:52.867Z[ helios-setup] Sep 03 23:25:51.789 INFO E| Compiling serde_yaml v0.9.21
30422024-09-03T23:25:59.384Z[ helios-setup] Sep 03 23:25:58.306 INFO E| Compiling reqwest v0.11.16
30432024-09-03T23:26:00.735Z[ helios-setup] Sep 03 23:25:59.657 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30442024-09-03T23:26:01.726Z[ helios-setup] Sep 03 23:26:00.648 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
30452024-09-03T23:26:02.736Z[ helios-setup] Sep 03 23:26:01.658 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30462024-09-03T23:26:04.212Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30472024-09-03T23:26:05.060Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30482024-09-03T23:26:05.217Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30492024-09-03T23:26:05.562Z[ host-package] Compiling twox-hash v1.6.3
30502024-09-03T23:26:06.798Z[ host-package] Compiling signal-hook-tokio v0.3.1
30512024-09-03T23:26:06.996Z[ helios-setup] Sep 03 23:26:05.917 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30522024-09-03T23:26:07.249Z[ host-package] Compiling yasna v0.5.2
30532024-09-03T23:26:07.707Z[ helios-setup] Sep 03 23:26:06.628 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
30542024-09-03T23:26:08.404Z[ host-package] Compiling portpicker v0.1.1
30552024-09-03T23:26:09.132Z[ helios-setup] Sep 03 23:26:08.053 INFO E| Compiling clap_derive v4.2.0
30562024-09-03T23:26:09.380Z[ host-package] Compiling unicode-linebreak v0.1.5
30572024-09-03T23:26:10.892Z[ host-package] Compiling smawk v0.3.2
30582024-09-03T23:26:11.365Z[ host-package] Compiling textwrap v0.16.1
30592024-09-03T23:26:11.972Z[ helios-setup] Sep 03 23:26:10.894 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30602024-09-03T23:26:12.806Z[ host-package] Compiling rcgen v0.12.1
30612024-09-03T23:26:14.417Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30622024-09-03T23:26:18.529Z[ helios-setup] Sep 03 23:26:17.450 INFO E| Compiling clap v4.2.1
30632024-09-03T23:26:22.877Z[ helios-setup] Sep 03 23:26:21.798 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30642024-09-03T23:26:23.530Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30652024-09-03T23:26:27.697Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30662024-09-03T23:26:32.617Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30672024-09-03T23:26:36.732Z[ helios-setup] Sep 03 23:26:35.651 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30682024-09-03T23:26:40.396Z[ helios-setup] Sep 03 23:26:39.315 INFO E| Compiling tokio-tungstenite v0.18.0
30692024-09-03T23:26:41.445Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30702024-09-03T23:26:41.686Z[ helios-setup] Sep 03 23:26:40.606 INFO E| Compiling smartstring v1.0.1
30712024-09-03T23:26:42.000Z[ helios-setup] Sep 03 23:26:40.919 INFO E| Compiling rustls v0.21.0
30722024-09-03T23:26:42.704Z[ helios-setup] Sep 03 23:26:41.623 INFO E| Compiling serde_spanned v0.6.1
30732024-09-03T23:26:43.294Z[ helios-setup] Sep 03 23:26:42.213 INFO E| Compiling toml_datetime v0.6.1
30742024-09-03T23:26:43.811Z[ helios-setup] Sep 03 23:26:42.731 INFO E| Compiling slog-async v2.7.0
30752024-09-03T23:26:44.204Z[ helios-setup] Sep 03 23:26:43.124 INFO E| Compiling async-trait v0.1.68
30762024-09-03T23:26:44.665Z[ helios-setup] Sep 03 23:26:43.584 INFO E| Compiling winnow v0.4.1
30772024-09-03T23:26:44.983Z[ helios-setup] Sep 03 23:26:43.902 INFO E| Compiling static_assertions v1.1.0
30782024-09-03T23:26:45.229Z[ helios-setup] Sep 03 23:26:44.148 INFO E| Compiling match_cfg v0.1.0
30792024-09-03T23:26:45.610Z[ helios-setup] Sep 03 23:26:44.529 INFO E| Compiling camino v1.1.4
30802024-09-03T23:26:45.655Z[ helios-setup] Sep 03 23:26:44.575 INFO E| Compiling paste v1.0.12
30812024-09-03T23:26:46.614Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30822024-09-03T23:26:47.116Z[ helios-setup] Sep 03 23:26:46.035 INFO E| Compiling hostname v0.3.1
30832024-09-03T23:26:48.028Z[ helios-setup] Sep 03 23:26:46.947 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
30842024-09-03T23:26:49.124Z[ helios-setup] Sep 03 23:26:48.042 INFO E| Compiling slog-json v2.6.1
30852024-09-03T23:26:50.274Z[ helios-setup] Sep 03 23:26:49.193 INFO E| Compiling unicode-linebreak v0.1.4
30862024-09-03T23:26:50.502Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30872024-09-03T23:26:52.279Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30882024-09-03T23:26:52.354Z[ helios-setup] Sep 03 23:26:51.273 INFO E| Compiling toml_edit v0.19.8
30892024-09-03T23:26:52.455Z[ helios-setup] Sep 03 23:26:51.374 INFO E| Compiling async-stream-impl v0.3.5
30902024-09-03T23:26:55.468Z[ helios-setup] Sep 03 23:26:54.387 INFO E| Compiling rhai_codegen v1.5.0
30912024-09-03T23:26:55.720Z[ helios-setup] Sep 03 23:26:54.639 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30922024-09-03T23:26:56.980Z[ helios-setup] Sep 03 23:26:55.899 INFO E| Compiling take_mut v0.2.2
30932024-09-03T23:27:00.916Z[ helios-setup] Sep 03 23:26:59.834 INFO E| Compiling toml v0.7.3
30942024-09-03T23:27:01.377Z[ helios-setup] Sep 03 23:27:00.295 INFO E| Compiling rhai v1.14.0
30952024-09-03T23:27:03.741Z[ helios-setup] Sep 03 23:27:02.659 INFO E| Compiling async-stream v0.3.5
30962024-09-03T23:27:04.323Z[ helios-setup] Sep 03 23:27:03.241 INFO E| Compiling slog-bunyan v2.4.0
30972024-09-03T23:27:05.360Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30982024-09-03T23:27:06.216Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
30992024-09-03T23:27:09.332Z[ helios-setup] Sep 03 23:27:08.250 INFO E| Compiling rustls-pemfile v1.0.2
31002024-09-03T23:27:10.186Z[ helios-setup] Sep 03 23:27:09.104 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31012024-09-03T23:27:10.467Z[ helios-setup] Sep 03 23:27:09.385 INFO E| Compiling bincode v1.3.3
31022024-09-03T23:27:10.751Z[ helios-setup] Sep 03 23:27:09.669 INFO E| Compiling serde_path_to_error v0.1.11
31032024-09-03T23:27:12.573Z[ helios-setup] Sep 03 23:27:11.491 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31042024-09-03T23:27:13.073Z[ helios-setup] Sep 03 23:27:11.990 INFO E| Compiling terminal_size v0.2.6
31052024-09-03T23:27:13.186Z[ helios-setup] Sep 03 23:27:12.103 INFO E| Compiling smawk v0.3.1
31062024-09-03T23:27:13.776Z[ helios-setup] Sep 03 23:27:12.694 INFO E| Compiling textwrap v0.16.0
31072024-09-03T23:27:14.801Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31082024-09-03T23:27:17.870Z[ host-package] Compiling atomicwrites v0.4.3
31092024-09-03T23:27:19.151Z[ host-package] Compiling fatfs v0.3.6
31102024-09-03T23:27:19.363Z[ host-package] Compiling rtoolbox v0.0.2
31112024-09-03T23:27:20.411Z[ host-package] Compiling subprocess v0.2.9
31122024-09-03T23:27:20.978Z[ helios-setup] Sep 03 23:27:19.895 INFO E| Compiling rustls-webpki v0.100.1
31132024-09-03T23:27:21.198Z[ helios-setup] Sep 03 23:27:20.114 INFO E| Compiling sct v0.7.0
31142024-09-03T23:27:24.862Z[ host-package] Compiling assert_matches v1.5.0
31152024-09-03T23:27:25.238Z[ host-package] Compiling is_ci v1.2.0
31162024-09-03T23:27:26.066Z[ host-package] Compiling supports-color v3.0.0
31172024-09-03T23:27:29.521Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31182024-09-03T23:27:29.773Z[ host-package] Compiling rpassword v7.3.1
31192024-09-03T23:27:30.922Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31202024-09-03T23:27:31.446Z[ helios-setup] Sep 03 23:27:30.363 INFO E| Compiling tokio-rustls v0.24.0
31212024-09-03T23:27:31.794Z[ helios-setup] Sep 03 23:27:30.710 INFO E| Compiling git2 v0.16.1
31222024-09-03T23:27:32.572Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31232024-09-03T23:27:33.367Z[ host-package] Compiling tui-tree-widget v0.22.0
31242024-09-03T23:27:34.168Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31252024-09-03T23:27:41.598Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31262024-09-03T23:27:44.668Z[ helios-setup] Sep 03 23:27:43.583 INFO E| Compiling built v0.6.0
31272024-09-03T23:27:44.955Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31282024-09-03T23:27:46.659Z[ helios-setup] Sep 03 23:27:45.575 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31292024-09-03T23:27:48.905Z[ helios-setup] Sep 03 23:27:47.820 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31302024-09-03T23:27:50.149Z[ helios-setup] Sep 03 23:27:49.064 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31312024-09-03T23:27:54.852Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31322024-09-03T23:27:55.513Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31332024-09-03T23:28:03.925Z[ host-package] Compiling uzers v0.11.3
31342024-09-03T23:28:04.868Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31352024-09-03T23:28:08.577Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31362024-09-03T23:28:10.449Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31372024-09-03T23:28:11.667Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31382024-09-03T23:28:15.807Z[ helios-setup] Sep 03 23:28:14.720 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
31392024-09-03T23:28:17.991Z[ helios-setup] Sep 03 23:28:16.905 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
31402024-09-03T23:28:30.838Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31412024-09-03T23:28:50.796Z[ host-package] Compiling multimap v0.10.0
31422024-09-03T23:29:00.775Z[ helios-setup] Sep 03 23:28:59.686 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31432024-09-03T23:30:06.902Z[ helios-setup] Sep 03 23:30:05.807 INFO E| Finished `release` profile [optimized] target(s) in 6m 49s
31442024-09-03T23:30:07.036Z[ helios-setup] Sep 03 23:30:05.943 INFO building project "pilot" ok (409 seconds)
31452024-09-03T23:30:07.039Z[ helios-setup] rm -f helios-build
31462024-09-03T23:30:07.042Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
31472024-09-03T23:30:07.045Z[ helios-setup]
31482024-09-03T23:30:07.045Z[ helios-setup] Setup complete! ./helios-build is now available.
31492024-09-03T23:30:07.048Z[ helios-setup]
31502024-09-03T23:30:07.048Z[ helios-setup]
31512024-09-03T23:30:07.048Z[ helios-setup] real 11:54.329269031
31522024-09-03T23:30:07.048Z[ helios-setup] user 28:49.885888617
31532024-09-03T23:30:07.048Z[ helios-setup] sys 3:34.427024917
31542024-09-03T23:30:07.048Z[ helios-setup] trap 1.707460775
31552024-09-03T23:30:07.048Z[ helios-setup] tflt 6.812318965
31562024-09-03T23:30:07.048Z[ helios-setup] dflt 30.965662157
31572024-09-03T23:30:07.048Z[ helios-setup] kflt 0.053175336
31582024-09-03T23:30:07.048Z[ helios-setup] lock 1:57:18.336337697
31592024-09-03T23:30:07.048Z[ helios-setup] slp 3:36:24.800030969
31602024-09-03T23:30:07.048Z[ helios-setup] lat 33:03.321698239
31612024-09-03T23:30:07.048Z[ helios-setup] stop 4:43.907083273
31622024-09-03T23:30:07.048ZSep 03 23:30:05.954 INFO [helios-setup] process exited with exit status: 0 (714.334760006s)
31632024-09-03T23:30:07.048ZSep 03 23:30:05.955 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31642024-09-03T23:30:07.069Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31652024-09-03T23:30:07.365Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31662024-09-03T23:30:07.368Z[ phbl-toolchain] info: downloading component 'cargo'
31672024-09-03T23:30:08.911Z[ phbl-toolchain] info: downloading component 'clippy'
31682024-09-03T23:30:09.389Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31692024-09-03T23:30:14.492Z[ phbl-toolchain] info: downloading component 'miri'
31702024-09-03T23:30:15.270Z[ phbl-toolchain] info: downloading component 'rust-docs'
31712024-09-03T23:30:17.385Z[ phbl-toolchain] info: downloading component 'rust-src'
31722024-09-03T23:30:18.302Z[ phbl-toolchain] info: downloading component 'rust-std'
31732024-09-03T23:30:20.733Z[ phbl-toolchain] info: downloading component 'rustc'
31742024-09-03T23:30:25.710Z[ phbl-toolchain] info: downloading component 'rustfmt'
31752024-09-03T23:30:26.019Z[ phbl-toolchain] info: installing component 'cargo'
31762024-09-03T23:30:27.289Z[ phbl-toolchain] info: installing component 'clippy'
31772024-09-03T23:30:27.810Z[ phbl-toolchain] info: installing component 'llvm-tools'
31782024-09-03T23:30:33.594Z[ phbl-toolchain] info: installing component 'miri'
31792024-09-03T23:30:33.991Z[ phbl-toolchain] info: installing component 'rust-docs'
31802024-09-03T23:30:40.199Z[ phbl-toolchain] info: installing component 'rust-src'
31812024-09-03T23:30:41.022Z[ phbl-toolchain] info: installing component 'rust-std'
31822024-09-03T23:30:43.574Z[ phbl-toolchain] info: installing component 'rustc'
31832024-09-03T23:30:50.040Z[ phbl-toolchain] info: installing component 'rustfmt'
31842024-09-03T23:30:50.872Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31852024-09-03T23:30:50.875ZSep 03 23:30:49.777 INFO [phbl-toolchain] process exited with exit status: 0 (43.821867571s)
31862024-09-03T23:31:15.190Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31872024-09-03T23:31:16.839Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882024-09-03T23:38:00.251Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 02s
31892024-09-03T23:39:00.993ZSep 03 23:38:59.868 INFO [host-package] process exited with exit status: 0 (1203.005232274s)
31902024-09-03T23:39:00.993ZSep 03 23:38:59.868 INFO [host-stamp] running task
31912024-09-03T23:39:00.995ZSep 03 23:38:59.868 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31922024-09-03T23:39:01.001ZSep 03 23:38:59.875 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 10.0.0-0.ci+git3598a80e22e
31932024-09-03T23:39:01.006ZSep 03 23:38:59.881 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 10.0.0-0.ci+git3598a80e22e
31942024-09-03T23:39:01.011Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31952024-09-03T23:39:01.013ZSep 03 23:38:59.886 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 10.0.0-0.ci+git3598a80e22e
31962024-09-03T23:39:01.016Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
31972024-09-03T23:39:01.019Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
31982024-09-03T23:39:01.019ZSep 03 23:38:59.893 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 10.0.0-0.ci+git3598a80e22e
31992024-09-03T23:39:01.025Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32002024-09-03T23:39:01.026Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32012024-09-03T23:39:01.029ZSep 03 23:38:59.900 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 10.0.0-0.ci+git3598a80e22e
32022024-09-03T23:39:01.031Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32032024-09-03T23:39:01.033ZSep 03 23:38:59.908 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 10.0.0-0.ci+git3598a80e22e
32042024-09-03T23:39:01.039Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32052024-09-03T23:39:01.041ZSep 03 23:38:59.916 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 10.0.0-0.ci+git3598a80e22e
32062024-09-03T23:39:01.047Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32072024-09-03T23:39:01.050ZSep 03 23:38:59.925 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 10.0.0-0.ci+git3598a80e22e
32082024-09-03T23:39:01.056Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32092024-09-03T23:39:01.058Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32102024-09-03T23:39:01.060ZSep 03 23:38:59.933 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (51.932312ms)
32112024-09-03T23:39:01.060ZSep 03 23:38:59.933 INFO [stamp-overlay] process exited with exit status: 0 (57.658479ms)
32122024-09-03T23:39:01.063ZSep 03 23:38:59.935 INFO [stamp-oxlog] process exited with exit status: 0 (34.799801ms)
32132024-09-03T23:39:01.063Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32142024-09-03T23:39:01.068Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32152024-09-03T23:39:01.163Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32162024-09-03T23:39:01.166ZSep 03 23:39:00.041 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (125.028656ms)
32172024-09-03T23:39:01.277Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32182024-09-03T23:39:01.280ZSep 03 23:39:00.155 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (247.249883ms)
32192024-09-03T23:39:01.374Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32202024-09-03T23:39:01.378ZSep 03 23:39:00.252 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (366.008064ms)
32212024-09-03T23:39:02.186Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32222024-09-03T23:39:02.190ZSep 03 23:39:01.065 INFO [stamp-propolis-server] process exited with exit status: 0 (1.171817238s)
32232024-09-03T23:39:02.338Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32242024-09-03T23:39:04.661Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32252024-09-03T23:39:11.616Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32262024-09-03T23:39:11.619ZSep 03 23:39:10.493 INFO [stamp-switch-asic] process exited with exit status: 0 (10.568032167s)
32272024-09-03T23:39:11.621ZSep 03 23:39:10.493 INFO [host-stamp] task succeeded (10.625118487s)
32282024-09-03T23:39:11.621ZSep 03 23:39:10.493 INFO [host-proto] running task
32292024-09-03T23:39:11.985ZSep 03 23:39:10.859 INFO [host-proto] task succeeded (365.703466ms)
32302024-09-03T23:39:11.985ZSep 03 23:39:10.859 INFO [host-profile] running task
32312024-09-03T23:39:11.988ZSep 03 23:39:10.859 INFO [host-profile] task succeeded (310.978µs)
32322024-09-03T23:39:11.988ZSep 03 23:39:10.859 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/.tmpVIqjNP/proto/host/root -N 'ci 3598a80/${os_short_commit} 2024-09-03 23:18' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32332024-09-03T23:39:12.000Z[ host-image] Sep 03 23:39:10.873 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32342024-09-03T23:39:12.004Z[ host-image] Sep 03 23:39:10.874 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32352024-09-03T23:39:12.017Z[ host-image] Sep 03 23:39:10.891 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpVIqjNP/proto/host/root"
32362024-09-03T23:39:12.017Z[ host-image] Sep 03 23:39:10.891 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32372024-09-03T23:39:12.020Z[ host-image] Sep 03 23:39:10.891 INFO image builder template: ramdisk-01-os...
32382024-09-03T23:39:12.020Z[ host-image] Sep 03 23:39:10.891 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/.tmpVIqjNP/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
32392024-09-03T23:39:12.037Z[ host-image] Sep 03 23:39:10.911 INFO O| Sep 03 23:39:10.910 INFO CREATE DATASET: rpool/images/build/host/output
32402024-09-03T23:39:12.241Z[ host-image] Sep 03 23:39:11.114 INFO O| Sep 03 23:39:11.114 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32412024-09-03T23:39:12.245Z[ host-image] Sep 03 23:39:11.119 INFO O| Sep 03 23:39:11.119 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32422024-09-03T23:39:12.487Z[ host-image] Sep 03 23:39:11.361 INFO O| Sep 03 23:39:11.361 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
32432024-09-03T23:39:12.544Z[ host-image] Sep 03 23:39:11.417 INFO O| Sep 03 23:39:11.417 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32442024-09-03T23:39:12.544Z[ host-image] Sep 03 23:39:11.418 INFO O| Sep 03 23:39:11.417 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
32452024-09-03T23:39:12.546Z[ host-image] Sep 03 23:39:11.418 INFO O| Sep 03 23:39:11.418 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
32462024-09-03T23:39:12.546Z[ host-image] Sep 03 23:39:11.418 INFO O| Sep 03 23:39:11.418 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
32472024-09-03T23:39:12.555Z[ host-image] Sep 03 23:39:11.428 INFO O| Sep 03 23:39:11.428 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
32482024-09-03T23:39:12.797Z[ host-image] Sep 03 23:39:11.671 INFO O| Sep 03 23:39:11.671 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32492024-09-03T23:39:12.812Z[ host-image] Sep 03 23:39:11.686 INFO O| Sep 03 23:39:11.686 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
32502024-09-03T23:39:13.294Z[ host-image] Sep 03 23:39:12.168 INFO O| Sep 03 23:39:12.168 INFO O| Caching catalogs ... Done
32512024-09-03T23:39:13.387Z[ host-image] Sep 03 23:39:12.261 INFO O| Sep 03 23:39:12.261 INFO STEP 0 (pkg_image_create) COMPLETE
32522024-09-03T23:39:13.387Z[ host-image] Sep 03 23:39:12.261 INFO O| Sep 03 23:39:12.261 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32532024-09-03T23:39:13.390Z[ host-image] Sep 03 23:39:12.261 INFO O| Sep 03 23:39:12.261 INFO skip step because feature "repo_redist" is not enabled
32542024-09-03T23:39:13.390Z[ host-image] Sep 03 23:39:12.261 INFO O| Sep 03 23:39:12.261 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32552024-09-03T23:39:13.403Z[ host-image] Sep 03 23:39:12.276 INFO O| Sep 03 23:39:12.276 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"]
32562024-09-03T23:39:13.949Z[ host-image] Sep 03 23:39:12.823 INFO O| Sep 03 23:39:12.823 INFO STEP 2 (pkg_set_publisher) COMPLETE
32572024-09-03T23:39:13.950Z[ host-image] Sep 03 23:39:12.823 INFO O| Sep 03 23:39:12.823 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32582024-09-03T23:39:13.966Z[ host-image] Sep 03 23:39:12.840 INFO O| Sep 03 23:39:12.840 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"]
32592024-09-03T23:39:14.514Z[ host-image] Sep 03 23:39:13.388 INFO O| Sep 03 23:39:13.388 INFO STEP 3 (pkg_set_publisher) COMPLETE
32602024-09-03T23:39:14.514Z[ host-image] Sep 03 23:39:13.388 INFO O| Sep 03 23:39:13.388 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32612024-09-03T23:39:14.517Z[ host-image] Sep 03 23:39:13.388 INFO O| Sep 03 23:39:13.388 INFO skip step because feature "repo_redist" is not enabled
32622024-09-03T23:39:14.517Z[ host-image] Sep 03 23:39:13.388 INFO O| Sep 03 23:39:13.388 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32632024-09-03T23:39:15.069Z[ host-image] Sep 03 23:39:13.943 INFO O| Sep 03 23:39:13.943 INFO variant opensolaris.zone is already global
32642024-09-03T23:39:15.069Z[ host-image] Sep 03 23:39:13.943 INFO O| Sep 03 23:39:13.943 INFO STEP 5 (pkg_change_variant) COMPLETE
32652024-09-03T23:39:15.072Z[ host-image] Sep 03 23:39:13.943 INFO O| Sep 03 23:39:13.943 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32662024-09-03T23:39:15.557Z[ host-image] Sep 03 23:39:14.431 INFO O| Sep 03 23:39:14.431 INFO variant opensolaris.imagetype is full; changing to partial
32672024-09-03T23:39:15.557Z[ host-image] Sep 03 23:39:14.431 INFO O| Sep 03 23:39:14.431 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32682024-09-03T23:39:21.639Z[ host-image] Sep 03 23:39:20.513 INFO O| Sep 03 23:39:20.512 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32692024-09-03T23:39:23.614Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.37s
32702024-09-03T23:39:23.826Z[ host-image] Sep 03 23:39:22.700 INFO O| Sep 03 23:39:22.699 INFO O| Startup: Caching catalogs ... Done
32712024-09-03T23:39:23.874Z[ host-image] Sep 03 23:39:22.747 INFO O| Sep 03 23:39:22.747 INFO O| Planning: Planning completed in 0.00 seconds
32722024-09-03T23:39:23.876Z[ host-image] Sep 03 23:39:22.747 INFO O| Sep 03 23:39:22.747 INFO O| Planning: Consolidating action changes ... Done
32732024-09-03T23:39:23.876Z[ host-image] Sep 03 23:39:22.747 INFO O| Sep 03 23:39:22.747 INFO O| Planning: Evaluating mediators ... Done
32742024-09-03T23:39:23.876Z[ host-image] Sep 03 23:39:22.748 INFO O| Sep 03 23:39:22.748 INFO O| Planning: Planning completed in 0.00 seconds
32752024-09-03T23:39:23.876Z[ host-image] Sep 03 23:39:22.748 INFO O| Sep 03 23:39:22.748 INFO O| Variants/Facets to change: 1
32762024-09-03T23:39:23.892Z[ host-image] Sep 03 23:39:22.765 INFO O| Sep 03 23:39:22.765 INFO O| Done
32772024-09-03T23:39:23.892Z[ host-image] Sep 03 23:39:22.765 INFO O| Sep 03 23:39:22.765 INFO O| Done
32782024-09-03T23:39:24.275Z[ host-image] Sep 03 23:39:23.148 INFO O| Sep 03 23:39:23.147 INFO O| Done
32792024-09-03T23:39:24.307Z[ host-image] Sep 03 23:39:23.179 INFO O| Sep 03 23:39:23.179 INFO O| Done
32802024-09-03T23:39:24.310Z[ host-image] Sep 03 23:39:23.181 INFO O| Sep 03 23:39:23.180 INFO O| Done
32812024-09-03T23:39:24.310Z[ host-image] Sep 03 23:39:23.181 INFO O| Sep 03 23:39:23.181 INFO O| Done
32822024-09-03T23:39:24.310Z[ host-image] Sep 03 23:39:23.182 INFO O| Sep 03 23:39:23.182 INFO O| Done
32832024-09-03T23:39:24.586Z[ host-image] Sep 03 23:39:23.459 INFO O| Sep 03 23:39:23.459 INFO STEP 6 (pkg_change_variant) COMPLETE
32842024-09-03T23:39:24.586Z[ host-image] Sep 03 23:39:23.459 INFO O| Sep 03 23:39:23.459 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32852024-09-03T23:39:24.588Z[ host-image] Sep 03 23:39:23.459 INFO O| Sep 03 23:39:23.459 INFO skip step because feature "debug_variant" is not enabled
32862024-09-03T23:39:24.588Z[ host-image] Sep 03 23:39:23.459 INFO O| Sep 03 23:39:23.459 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32872024-09-03T23:39:24.926Z[ host-image] Sep 03 23:39:23.799 INFO O| Sep 03 23:39:23.799 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32882024-09-03T23:39:25.373Z[ host-image] Sep 03 23:39:24.230 INFO O| Sep 03 23:39:24.230 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32892024-09-03T23:39:25.382Z[ host-image] Sep 03 23:39:24.232 INFO O| Sep 03 23:39:24.232 INFO O| Planning: Planning completed in 0.00 seconds
32902024-09-03T23:39:25.383Z[ host-image] Sep 03 23:39:24.233 INFO O| Sep 03 23:39:24.233 INFO O| Planning: Consolidating action changes ... Done
32912024-09-03T23:39:25.383Z[ host-image] Sep 03 23:39:24.233 INFO O| Sep 03 23:39:24.233 INFO O| Planning: Evaluating mediators ... Done
32922024-09-03T23:39:25.383Z[ host-image] Sep 03 23:39:24.233 INFO O| Sep 03 23:39:24.233 INFO O| Planning: Planning completed in 0.00 seconds
32932024-09-03T23:39:25.383Z[ host-image] Sep 03 23:39:24.233 INFO O| Sep 03 23:39:24.233 INFO O| Variants/Facets to change: 1
32942024-09-03T23:39:25.390Z[ host-image] Sep 03 23:39:24.255 INFO O| Sep 03 23:39:24.255 INFO O| Done
32952024-09-03T23:39:25.390Z[ host-image] Sep 03 23:39:24.255 INFO O| Sep 03 23:39:24.255 INFO O| Done
32962024-09-03T23:39:25.633Z[ host-image] Sep 03 23:39:24.506 INFO O| Sep 03 23:39:24.506 INFO O| Done
32972024-09-03T23:39:25.659ZSep 03 23:39:24.532 INFO [recovery-package] process exited with exit status: 0 (24.663869396s)
32982024-09-03T23:39:25.662ZSep 03 23:39:24.532 INFO [recovery-stamp] running task
32992024-09-03T23:39:25.663ZSep 03 23:39:24.532 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33002024-09-03T23:39:25.663ZSep 03 23:39:24.532 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 10.0.0-0.ci+git3598a80e22e
33012024-09-03T23:39:25.669Z[ host-image] Sep 03 23:39:24.542 INFO O| Sep 03 23:39:24.542 INFO O| Done
33022024-09-03T23:39:25.672Z[ host-image] Sep 03 23:39:24.543 INFO O| Sep 03 23:39:24.543 INFO O| Done
33032024-09-03T23:39:25.672Z[ host-image] Sep 03 23:39:24.543 INFO O| Sep 03 23:39:24.543 INFO O| Done
33042024-09-03T23:39:25.672ZSep 03 23:39:24.544 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git3598a80e22e
33052024-09-03T23:39:25.675Z[ host-image] Sep 03 23:39:24.545 INFO O| Sep 03 23:39:24.544 INFO O| Done
33062024-09-03T23:39:25.682Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33072024-09-03T23:39:25.688Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33082024-09-03T23:39:25.745Z[ host-image] Sep 03 23:39:24.617 INFO O| Sep 03 23:39:24.617 INFO STEP 8 (pkg_change_facet) COMPLETE
33092024-09-03T23:39:25.745Z[ host-image] Sep 03 23:39:24.617 INFO O| Sep 03 23:39:24.617 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33102024-09-03T23:39:25.745Z[ host-image] Sep 03 23:39:24.617 INFO O| Sep 03 23:39:24.617 INFO skip step because feature "recovery" is not enabled
33112024-09-03T23:39:25.747Z[ host-image] Sep 03 23:39:24.617 INFO O| Sep 03 23:39:24.617 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33122024-09-03T23:39:25.747Z[ host-image] Sep 03 23:39:24.617 INFO O| Sep 03 23:39:24.617 INFO skip step because feature "recovery" is not enabled
33132024-09-03T23:39:25.747Z[ host-image] Sep 03 23:39:24.617 INFO O| Sep 03 23:39:24.617 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33142024-09-03T23:39:25.761Z[ host-image] Sep 03 23:39:24.632 INFO O| Sep 03 23:39:24.632 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"]
33152024-09-03T23:39:25.764Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33162024-09-03T23:39:25.767ZSep 03 23:39:24.639 INFO [stamp-installinator] process exited with exit status: 0 (95.044877ms)
33172024-09-03T23:39:25.795Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33182024-09-03T23:39:25.800ZSep 03 23:39:24.671 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (138.668173ms)
33192024-09-03T23:39:25.800ZSep 03 23:39:24.671 INFO [recovery-stamp] task succeeded (139.054559ms)
33202024-09-03T23:39:25.800ZSep 03 23:39:24.671 INFO [recovery-proto] running task
33212024-09-03T23:39:25.800ZSep 03 23:39:24.671 INFO [tuf-stamp] running task
33222024-09-03T23:39:25.800ZSep 03 23:39:24.672 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 10.0.0-0.ci+git3598a80e22e
33232024-09-03T23:39:25.813ZSep 03 23:39:24.685 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 10.0.0-0.ci+git3598a80e22e
33242024-09-03T23:39:25.822ZSep 03 23:39:24.695 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 10.0.0-0.ci+git3598a80e22e
33252024-09-03T23:39:25.829Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33262024-09-03T23:39:25.832ZSep 03 23:39:24.704 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 10.0.0-0.ci+git3598a80e22e
33272024-09-03T23:39:25.838Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33282024-09-03T23:39:25.841ZSep 03 23:39:24.714 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 10.0.0-0.ci+git3598a80e22e
33292024-09-03T23:39:25.849Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33302024-09-03T23:39:25.852ZSep 03 23:39:24.723 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 10.0.0-0.ci+git3598a80e22e
33312024-09-03T23:39:25.857Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33322024-09-03T23:39:25.860ZSep 03 23:39:24.733 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 10.0.0-0.ci+git3598a80e22e
33332024-09-03T23:39:25.869Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33342024-09-03T23:39:25.873ZSep 03 23:39:24.744 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 10.0.0-0.ci+git3598a80e22e
33352024-09-03T23:39:25.889Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33362024-09-03T23:39:25.892ZSep 03 23:39:24.765 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 10.0.0-0.ci+git3598a80e22e
33372024-09-03T23:39:25.954ZSep 03 23:39:24.827 INFO [recovery-proto] task succeeded (155.108071ms)
33382024-09-03T23:39:25.957ZSep 03 23:39:24.827 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/.tmpVIqjNP/proto/recovery/root -N 'recovery 3598a80/${os_short_commit} 2024-09-03 23:18' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33392024-09-03T23:39:25.957Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33402024-09-03T23:39:25.964ZSep 03 23:39:24.837 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 10.0.0-0.ci+git3598a80e22e
33412024-09-03T23:39:26.000Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33422024-09-03T23:39:26.003ZSep 03 23:39:24.873 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 10.0.0-0.ci+git3598a80e22e
33432024-09-03T23:39:26.054Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33442024-09-03T23:39:26.057Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33452024-09-03T23:39:26.057Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33462024-09-03T23:39:26.188Z[ recovery-image] Sep 03 23:39:24.862 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33472024-09-03T23:39:26.255Z[ recovery-image] Sep 03 23:39:24.862 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33482024-09-03T23:39:26.255Z[ recovery-image] Sep 03 23:39:24.881 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpVIqjNP/proto/recovery/root"
33492024-09-03T23:39:26.279Z[ recovery-image] Sep 03 23:39:24.881 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33502024-09-03T23:39:26.285Z[ recovery-image] Sep 03 23:39:24.881 INFO image builder template: ramdisk-01-os...
33512024-09-03T23:39:26.302Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33522024-09-03T23:39:26.310ZSep 03 23:39:25.183 INFO [stamp-probe] process exited with exit status: 0 (309.814398ms)
33532024-09-03T23:39:26.602Z[ recovery-image] Sep 03 23:39:24.881 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/.tmpVIqjNP/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
33542024-09-03T23:39:26.602Z[ recovery-image] Sep 03 23:39:24.911 INFO O| Sep 03 23:39:24.910 INFO CREATE DATASET: rpool/images/build/recovery/output
33552024-09-03T23:39:26.605Z[ recovery-image] Sep 03 23:39:25.271 INFO O| Sep 03 23:39:25.271 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33562024-09-03T23:39:26.605Z[ recovery-image] Sep 03 23:39:25.278 INFO O| Sep 03 23:39:25.278 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33572024-09-03T23:39:26.605Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33582024-09-03T23:39:26.605ZSep 03 23:39:25.364 INFO [stamp-ntp] process exited with exit status: 0 (678.363603ms)
33592024-09-03T23:39:26.821Z[ recovery-image] Sep 03 23:39:25.694 INFO O| Sep 03 23:39:25.694 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33602024-09-03T23:39:26.932Z[ recovery-image] Sep 03 23:39:25.805 INFO O| Sep 03 23:39:25.804 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33612024-09-03T23:39:26.932Z[ recovery-image] Sep 03 23:39:25.805 INFO O| Sep 03 23:39:25.805 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33622024-09-03T23:39:26.936Z[ recovery-image] Sep 03 23:39:25.805 INFO O| Sep 03 23:39:25.805 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33632024-09-03T23:39:26.936Z[ recovery-image] Sep 03 23:39:25.805 INFO O| Sep 03 23:39:25.805 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33642024-09-03T23:39:27.003Z[ recovery-image] Sep 03 23:39:25.876 INFO O| Sep 03 23:39:25.876 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33652024-09-03T23:39:27.164Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33662024-09-03T23:39:27.200ZSep 03 23:39:26.073 INFO [stamp-external-dns] process exited with exit status: 0 (1.328114692s)
33672024-09-03T23:39:27.207Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33682024-09-03T23:39:27.238Z[ host-image] Sep 03 23:39:26.111 INFO O| Sep 03 23:39:26.111 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33692024-09-03T23:39:27.240ZSep 03 23:39:26.112 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.417423655s)
33702024-09-03T23:39:27.268Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33712024-09-03T23:39:27.303ZSep 03 23:39:26.175 INFO [stamp-internal-dns] process exited with exit status: 0 (1.461589389s)
33722024-09-03T23:39:27.388Z[ recovery-image] Sep 03 23:39:26.261 INFO O| Sep 03 23:39:26.261 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33732024-09-03T23:39:27.403Z[ recovery-image] Sep 03 23:39:26.276 INFO O| Sep 03 23:39:26.276 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33742024-09-03T23:39:27.530Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33752024-09-03T23:39:27.533Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
33762024-09-03T23:39:27.556Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33772024-09-03T23:39:27.565ZSep 03 23:39:26.438 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.765062806s)
33782024-09-03T23:39:27.917Z[ recovery-image] Sep 03 23:39:26.790 INFO O| Sep 03 23:39:26.789 INFO O| Caching catalogs ... Done
33792024-09-03T23:39:28.018Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33802024-09-03T23:39:28.022ZSep 03 23:39:26.895 INFO [stamp-oximeter] process exited with exit status: 0 (2.130306579s)
33812024-09-03T23:39:28.030Z[ recovery-image] Sep 03 23:39:26.902 INFO O| Sep 03 23:39:26.902 INFO STEP 0 (pkg_image_create) COMPLETE
33822024-09-03T23:39:28.030Z[ recovery-image] Sep 03 23:39:26.902 INFO O| Sep 03 23:39:26.902 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33832024-09-03T23:39:28.030Z[ recovery-image] Sep 03 23:39:26.902 INFO O| Sep 03 23:39:26.902 INFO skip step because feature "repo_redist" is not enabled
33842024-09-03T23:39:28.030Z[ recovery-image] Sep 03 23:39:26.902 INFO O| Sep 03 23:39:26.902 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33852024-09-03T23:39:28.045Z[ recovery-image] Sep 03 23:39:26.917 INFO O| Sep 03 23:39:26.917 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"]
33862024-09-03T23:39:28.557Z[ recovery-image] Sep 03 23:39:27.429 INFO O| Sep 03 23:39:27.429 INFO STEP 2 (pkg_set_publisher) COMPLETE
33872024-09-03T23:39:28.557Z[ recovery-image] Sep 03 23:39:27.429 INFO O| Sep 03 23:39:27.429 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33882024-09-03T23:39:28.572Z[ recovery-image] Sep 03 23:39:27.445 INFO O| Sep 03 23:39:27.445 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"]
33892024-09-03T23:39:29.062Z[ recovery-image] Sep 03 23:39:27.935 INFO O| Sep 03 23:39:27.935 INFO STEP 3 (pkg_set_publisher) COMPLETE
33902024-09-03T23:39:29.063Z[ recovery-image] Sep 03 23:39:27.935 INFO O| Sep 03 23:39:27.935 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33912024-09-03T23:39:29.065Z[ recovery-image] Sep 03 23:39:27.935 INFO O| Sep 03 23:39:27.935 INFO skip step because feature "repo_redist" is not enabled
33922024-09-03T23:39:29.065Z[ recovery-image] Sep 03 23:39:27.935 INFO O| Sep 03 23:39:27.935 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33932024-09-03T23:39:29.516Z[ recovery-image] Sep 03 23:39:28.389 INFO O| Sep 03 23:39:28.389 INFO variant opensolaris.zone is already global
33942024-09-03T23:39:29.517Z[ recovery-image] Sep 03 23:39:28.389 INFO O| Sep 03 23:39:28.389 INFO STEP 5 (pkg_change_variant) COMPLETE
33952024-09-03T23:39:29.517Z[ recovery-image] Sep 03 23:39:28.389 INFO O| Sep 03 23:39:28.389 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33962024-09-03T23:39:29.713Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33972024-09-03T23:39:29.717ZSep 03 23:39:28.590 INFO [stamp-nexus] process exited with exit status: 0 (3.857053941s)
33982024-09-03T23:39:30.004Z[ recovery-image] Sep 03 23:39:28.877 INFO O| Sep 03 23:39:28.876 INFO variant opensolaris.imagetype is full; changing to partial
33992024-09-03T23:39:30.004Z[ recovery-image] Sep 03 23:39:28.877 INFO O| Sep 03 23:39:28.877 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34002024-09-03T23:39:31.256Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34012024-09-03T23:39:31.259ZSep 03 23:39:30.132 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.294470495s)
34022024-09-03T23:39:32.491Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34032024-09-03T23:39:32.494Z[verify-libraries] Compiling polyval v0.6.2
34042024-09-03T23:39:32.494Z[verify-libraries] Compiling rfc6979 v0.4.0
34052024-09-03T23:39:32.660Z[verify-libraries] Compiling primeorder v0.13.6
34062024-09-03T23:39:32.660Z[verify-libraries] Compiling ctr v0.9.2
34072024-09-03T23:39:32.701Z[verify-libraries] Compiling ed25519 v2.2.3
34082024-09-03T23:39:32.701Z[verify-libraries] Compiling ssh-encoding v0.2.0
34092024-09-03T23:39:32.701Z[verify-libraries] Compiling blowfish v0.9.1
34102024-09-03T23:39:33.001Z[verify-libraries] Compiling ecdsa v0.16.9
34112024-09-03T23:39:33.463Z[verify-libraries] Compiling ghash v0.5.1
34122024-09-03T23:39:33.536Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34132024-09-03T23:39:33.590Z[verify-libraries] Compiling password-hash v0.4.2
34142024-09-03T23:39:33.594Z[verify-libraries] Compiling matches v0.1.10
34152024-09-03T23:39:33.962Z[verify-libraries] Compiling aes-gcm v0.10.3
34162024-09-03T23:39:34.033Z[verify-libraries] Compiling ed25519-dalek v2.1.1
34172024-09-03T23:39:34.166Z[verify-libraries] Compiling idna v0.2.3
34182024-09-03T23:39:34.273Z[verify-libraries] Compiling enum-as-inner v0.5.1
34192024-09-03T23:39:34.408Z[verify-libraries] Compiling ssh-cipher v0.2.0
34202024-09-03T23:39:35.111Z[verify-libraries] Compiling p256 v0.13.2
34212024-09-03T23:39:35.154Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34222024-09-03T23:39:35.187ZSep 03 23:39:34.060 INFO [stamp-clickhouse] process exited with exit status: 0 (9.355788927s)
34232024-09-03T23:39:35.553Z[verify-libraries] Compiling ssh-key v0.6.6
34242024-09-03T23:39:35.640Z[verify-libraries] Compiling p384 v0.13.0
34252024-09-03T23:39:35.731Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34262024-09-03T23:39:35.737ZSep 03 23:39:34.608 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.884947788s)
34272024-09-03T23:39:35.737ZSep 03 23:39:34.608 INFO [tuf-stamp] task succeeded (9.936842801s)
34282024-09-03T23:39:35.750Z[verify-libraries] Compiling p521 v0.13.3
34292024-09-03T23:39:36.158Z[verify-libraries] Compiling pbkdf2 v0.11.0
34302024-09-03T23:39:36.226Z[ recovery-image] Sep 03 23:39:35.098 INFO O| Sep 03 23:39:35.098 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34312024-09-03T23:39:36.853Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34322024-09-03T23:39:37.432Z[verify-libraries] Compiling md5 v0.7.0
34332024-09-03T23:39:37.895Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34342024-09-03T23:39:38.106Z[verify-libraries] Compiling num-bigint v0.4.5
34352024-09-03T23:39:38.142Z[verify-libraries] Compiling des v0.8.1
34362024-09-03T23:39:38.870Z[verify-libraries] Compiling russh-keys v0.45.0
34372024-09-03T23:39:39.756Z[verify-libraries] Compiling hex-literal v0.4.1
34382024-09-03T23:39:40.177Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34392024-09-03T23:39:41.273Z[ recovery-image] Sep 03 23:39:40.145 INFO O| Sep 03 23:39:40.144 INFO O| Startup: Caching catalogs ... Done
34402024-09-03T23:39:41.315Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34412024-09-03T23:39:41.350Z[ recovery-image] Sep 03 23:39:40.222 INFO O| Sep 03 23:39:40.222 INFO O| Planning: Planning completed in 0.00 seconds
34422024-09-03T23:39:41.352Z[ recovery-image] Sep 03 23:39:40.223 INFO O| Sep 03 23:39:40.223 INFO O| Planning: Consolidating action changes ... Done
34432024-09-03T23:39:41.352Z[ recovery-image] Sep 03 23:39:40.223 INFO O| Sep 03 23:39:40.223 INFO O| Planning: Evaluating mediators ... Done
34442024-09-03T23:39:41.353Z[ recovery-image] Sep 03 23:39:40.224 INFO O| Sep 03 23:39:40.223 INFO O| Planning: Planning completed in 0.00 seconds
34452024-09-03T23:39:41.353Z[ recovery-image] Sep 03 23:39:40.224 INFO O| Sep 03 23:39:40.224 INFO O| Variants/Facets to change: 1
34462024-09-03T23:39:41.459Z[ recovery-image] Sep 03 23:39:40.331 INFO O| Sep 03 23:39:40.330 INFO O| Done
34472024-09-03T23:39:41.459Z[ recovery-image] Sep 03 23:39:40.331 INFO O| Sep 03 23:39:40.330 INFO O| Done
34482024-09-03T23:39:42.139Z[ recovery-image] Sep 03 23:39:41.011 INFO O| Sep 03 23:39:41.011 INFO O| Done
34492024-09-03T23:39:42.185Z[ recovery-image] Sep 03 23:39:41.056 INFO O| Sep 03 23:39:41.056 INFO O| Done
34502024-09-03T23:39:42.188Z[ recovery-image] Sep 03 23:39:41.058 INFO O| Sep 03 23:39:41.058 INFO O| Done
34512024-09-03T23:39:42.188Z[ recovery-image] Sep 03 23:39:41.058 INFO O| Sep 03 23:39:41.058 INFO O| Done
34522024-09-03T23:39:42.190Z[ recovery-image] Sep 03 23:39:41.060 INFO O| Sep 03 23:39:41.060 INFO O| Done
34532024-09-03T23:39:42.763Z[ recovery-image] Sep 03 23:39:41.635 INFO O| Sep 03 23:39:41.635 INFO STEP 6 (pkg_change_variant) COMPLETE
34542024-09-03T23:39:42.763Z[ recovery-image] Sep 03 23:39:41.635 INFO O| Sep 03 23:39:41.635 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34552024-09-03T23:39:42.766Z[ recovery-image] Sep 03 23:39:41.635 INFO O| Sep 03 23:39:41.635 INFO skip step because feature "debug_variant" is not enabled
34562024-09-03T23:39:42.766Z[ recovery-image] Sep 03 23:39:41.635 INFO O| Sep 03 23:39:41.635 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34572024-09-03T23:39:43.426Z[ recovery-image] Sep 03 23:39:42.298 INFO O| Sep 03 23:39:42.298 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34582024-09-03T23:39:43.479Z[verify-libraries] Compiling russh v0.45.0
34592024-09-03T23:39:44.442Z[ recovery-image] Sep 03 23:39:43.249 INFO O| Sep 03 23:39:43.249 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34602024-09-03T23:39:44.445Z[ recovery-image] Sep 03 23:39:43.251 INFO O| Sep 03 23:39:43.251 INFO O| Planning: Planning completed in 0.00 seconds
34612024-09-03T23:39:44.445Z[ recovery-image] Sep 03 23:39:43.252 INFO O| Sep 03 23:39:43.252 INFO O| Planning: Consolidating action changes ... Done
34622024-09-03T23:39:44.445Z[ recovery-image] Sep 03 23:39:43.252 INFO O| Sep 03 23:39:43.252 INFO O| Planning: Evaluating mediators ... Done
34632024-09-03T23:39:44.445Z[ recovery-image] Sep 03 23:39:43.253 INFO O| Sep 03 23:39:43.253 INFO O| Planning: Planning completed in 0.00 seconds
34642024-09-03T23:39:44.445Z[ recovery-image] Sep 03 23:39:43.253 INFO O| Sep 03 23:39:43.253 INFO O| Variants/Facets to change: 1
34652024-09-03T23:39:44.500Z[ recovery-image] Sep 03 23:39:43.371 INFO O| Sep 03 23:39:43.371 INFO O| Done
34662024-09-03T23:39:44.500Z[ recovery-image] Sep 03 23:39:43.371 INFO O| Sep 03 23:39:43.371 INFO O| Done
34672024-09-03T23:39:45.003Z[ recovery-image] Sep 03 23:39:43.875 INFO O| Sep 03 23:39:43.874 INFO O| Done
34682024-09-03T23:39:45.063Z[ recovery-image] Sep 03 23:39:43.935 INFO O| Sep 03 23:39:43.935 INFO O| Done
34692024-09-03T23:39:45.065Z[ recovery-image] Sep 03 23:39:43.936 INFO O| Sep 03 23:39:43.936 INFO O| Done
34702024-09-03T23:39:45.065Z[ recovery-image] Sep 03 23:39:43.936 INFO O| Sep 03 23:39:43.936 INFO O| Done
34712024-09-03T23:39:45.068Z[ recovery-image] Sep 03 23:39:43.938 INFO O| Sep 03 23:39:43.938 INFO O| Done
34722024-09-03T23:39:45.181Z[ recovery-image] Sep 03 23:39:44.052 INFO O| Sep 03 23:39:44.052 INFO STEP 8 (pkg_change_facet) COMPLETE
34732024-09-03T23:39:45.181Z[ recovery-image] Sep 03 23:39:44.052 INFO O| Sep 03 23:39:44.052 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34742024-09-03T23:39:45.878Z[ recovery-image] Sep 03 23:39:44.750 INFO O| Sep 03 23:39:44.750 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34752024-09-03T23:39:47.110Z[ recovery-image] Sep 03 23:39:45.981 INFO O| Sep 03 23:39:45.981 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34762024-09-03T23:39:47.112Z[ recovery-image] Sep 03 23:39:45.983 INFO O| Sep 03 23:39:45.983 INFO O| Planning: Planning completed in 0.00 seconds
34772024-09-03T23:39:47.112Z[ recovery-image] Sep 03 23:39:45.984 INFO O| Sep 03 23:39:45.984 INFO O| Planning: Consolidating action changes ... Done
34782024-09-03T23:39:47.112Z[ recovery-image] Sep 03 23:39:45.984 INFO O| Sep 03 23:39:45.984 INFO O| Planning: Evaluating mediators ... Done
34792024-09-03T23:39:47.115Z[ recovery-image] Sep 03 23:39:45.985 INFO O| Sep 03 23:39:45.985 INFO O| Planning: Planning completed in 0.00 seconds
34802024-09-03T23:39:47.115Z[ recovery-image] Sep 03 23:39:45.985 INFO O| Sep 03 23:39:45.985 INFO O| Variants/Facets to change: 1
34812024-09-03T23:39:47.228Z[ recovery-image] Sep 03 23:39:46.100 INFO O| Sep 03 23:39:46.100 INFO O| Done
34822024-09-03T23:39:47.228Z[ recovery-image] Sep 03 23:39:46.100 INFO O| Sep 03 23:39:46.100 INFO O| Done
34832024-09-03T23:39:47.711Z[ recovery-image] Sep 03 23:39:46.583 INFO O| Sep 03 23:39:46.583 INFO O| Done
34842024-09-03T23:39:47.765Z[ recovery-image] Sep 03 23:39:46.636 INFO O| Sep 03 23:39:46.636 INFO O| Done
34852024-09-03T23:39:47.767Z[ recovery-image] Sep 03 23:39:46.637 INFO O| Sep 03 23:39:46.637 INFO O| Done
34862024-09-03T23:39:47.767Z[ recovery-image] Sep 03 23:39:46.637 INFO O| Sep 03 23:39:46.637 INFO O| Done
34872024-09-03T23:39:47.770Z[ recovery-image] Sep 03 23:39:46.639 INFO O| Sep 03 23:39:46.639 INFO O| Done
34882024-09-03T23:39:47.906Z[ recovery-image] Sep 03 23:39:46.778 INFO O| Sep 03 23:39:46.777 INFO STEP 9 (pkg_change_facet) COMPLETE
34892024-09-03T23:39:47.906Z[ recovery-image] Sep 03 23:39:46.778 INFO O| Sep 03 23:39:46.778 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34902024-09-03T23:39:48.158Z[verify-libraries] Compiling dhcproto v0.12.0
34912024-09-03T23:39:48.520Z[ recovery-image] Sep 03 23:39:47.392 INFO O| Sep 03 23:39:47.392 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34922024-09-03T23:39:48.803Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34932024-09-03T23:39:49.525Z[verify-libraries] Compiling internet-checksum v0.2.1
34942024-09-03T23:39:49.609Z[ recovery-image] Sep 03 23:39:48.480 INFO O| Sep 03 23:39:48.480 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34952024-09-03T23:39:49.611Z[ recovery-image] Sep 03 23:39:48.482 INFO O| Sep 03 23:39:48.482 INFO O| Planning: Planning completed in 0.00 seconds
34962024-09-03T23:39:49.611Z[ recovery-image] Sep 03 23:39:48.483 INFO O| Sep 03 23:39:48.483 INFO O| Planning: Consolidating action changes ... Done
34972024-09-03T23:39:49.613Z[ recovery-image] Sep 03 23:39:48.483 INFO O| Sep 03 23:39:48.483 INFO O| Planning: Evaluating mediators ... Done
34982024-09-03T23:39:49.614Z[ recovery-image] Sep 03 23:39:48.483 INFO O| Sep 03 23:39:48.483 INFO O| Planning: Planning completed in 0.00 seconds
34992024-09-03T23:39:49.614Z[ recovery-image] Sep 03 23:39:48.484 INFO O| Sep 03 23:39:48.484 INFO O| Variants/Facets to change: 1
35002024-09-03T23:39:49.678Z[ recovery-image] Sep 03 23:39:48.549 INFO O| Sep 03 23:39:48.549 INFO O| Done
35012024-09-03T23:39:49.678Z[ recovery-image] Sep 03 23:39:48.549 INFO O| Sep 03 23:39:48.549 INFO O| Done
35022024-09-03T23:39:49.876Z[verify-libraries] Compiling heck v0.4.1
35032024-09-03T23:39:50.164Z[ recovery-image] Sep 03 23:39:49.035 INFO O| Sep 03 23:39:49.035 INFO O| Done
35042024-09-03T23:39:50.270Z[ recovery-image] Sep 03 23:39:49.142 INFO O| Sep 03 23:39:49.142 INFO O| Done
35052024-09-03T23:39:50.273Z[ recovery-image] Sep 03 23:39:49.143 INFO O| Sep 03 23:39:49.143 INFO O| Done
35062024-09-03T23:39:50.273Z[ recovery-image] Sep 03 23:39:49.143 INFO O| Sep 03 23:39:49.143 INFO O| Done
35072024-09-03T23:39:50.276Z[ recovery-image] Sep 03 23:39:49.145 INFO O| Sep 03 23:39:49.145 INFO O| Done
35082024-09-03T23:39:50.358Z[ recovery-image] Sep 03 23:39:49.230 INFO O| Sep 03 23:39:49.229 INFO STEP 10 (pkg_change_facet) COMPLETE
35092024-09-03T23:39:50.358Z[ recovery-image] Sep 03 23:39:49.230 INFO O| Sep 03 23:39:49.230 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35102024-09-03T23:39:50.377Z[ recovery-image] Sep 03 23:39:49.248 INFO O| Sep 03 23:39:49.248 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"]
35112024-09-03T23:39:51.333Z[ recovery-image] Sep 03 23:39:50.204 INFO O| Sep 03 23:39:50.204 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35122024-09-03T23:39:51.570Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35132024-09-03T23:39:56.513Z[ host-image] Sep 03 23:39:55.384 INFO O| Sep 03 23:39:55.384 INFO O| Planning: Solver setup ... Done
35142024-09-03T23:39:57.717Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35152024-09-03T23:39:59.567Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35162024-09-03T23:40:00.111Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35172024-09-03T23:40:00.569Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35182024-09-03T23:40:00.596Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35192024-09-03T23:40:00.700Z[verify-libraries] Compiling indent_write v2.2.0
35202024-09-03T23:40:01.032Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35212024-09-03T23:40:01.078Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35222024-09-03T23:40:01.261Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35232024-09-03T23:40:03.664Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35242024-09-03T23:40:04.207Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35252024-09-03T23:40:11.277Z[verify-libraries] Compiling termios v0.3.3
35262024-09-03T23:40:12.158Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35272024-09-03T23:40:22.214Z[ host-image] Sep 03 23:40:21.084 INFO O| Sep 03 23:40:21.083 INFO O| Planning: Running solver ... Done
35282024-09-03T23:40:22.613Z[ host-image] Sep 03 23:40:21.419 INFO O| Sep 03 23:40:21.419 INFO O| Planning: Finding local manifests ... Done
35292024-09-03T23:40:22.616Z[ host-image] Sep 03 23:40:21.434 INFO O| Sep 03 23:40:21.434 INFO O| Planning: Fetching manifests: 0/124 0% complete
35302024-09-03T23:40:23.859Z[ recovery-image] Sep 03 23:40:22.728 INFO O| Sep 03 23:40:22.728 INFO O| Planning: Solver setup ... Done
35312024-09-03T23:40:27.119Z[ host-image] Sep 03 23:40:25.988 INFO O| Sep 03 23:40:25.988 INFO O| Planning: Fetching manifests: 124/124 100% complete
35322024-09-03T23:40:28.639Z[ host-image] Sep 03 23:40:27.508 INFO O| Sep 03 23:40:27.508 INFO O| Planning: Package planning ... Done
35332024-09-03T23:40:30.137Z[ host-image] Sep 03 23:40:29.006 INFO O| Sep 03 23:40:29.006 INFO O| Planning: Merging actions ... Done
35342024-09-03T23:40:30.664Z[ host-image] Sep 03 23:40:29.533 INFO O| Sep 03 23:40:29.533 INFO O| Planning: Checking for conflicting actions ... Done
35352024-09-03T23:40:31.030Z[ host-image] Sep 03 23:40:29.899 INFO O| Sep 03 23:40:29.899 INFO O| Planning: Consolidating action changes ... Done
35362024-09-03T23:40:31.462Z[ host-image] Sep 03 23:40:30.331 INFO O| Sep 03 23:40:30.331 INFO O| Planning: Evaluating mediators ... Done
35372024-09-03T23:40:36.580Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35382024-09-03T23:40:37.854Z[ host-image] Sep 03 23:40:36.723 INFO O| Sep 03 23:40:36.722 INFO O| Planning: Planning completed in 70.61 seconds
35392024-09-03T23:40:37.878Z[ host-image] Sep 03 23:40:36.746 INFO O| Sep 03 23:40:36.746 INFO O| Packages to install: 124
35402024-09-03T23:40:37.878Z[ host-image] Sep 03 23:40:36.746 INFO O| Sep 03 23:40:36.746 INFO O| Mediators to change: 4
35412024-09-03T23:40:37.880Z[ host-image] Sep 03 23:40:36.746 INFO O| Sep 03 23:40:36.746 INFO O| Services to change: 6
35422024-09-03T23:40:37.977Z[ host-image] Sep 03 23:40:36.845 INFO O| Sep 03 23:40:36.845 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
35432024-09-03T23:40:42.996Z[ host-image] Sep 03 23:40:41.864 INFO O| Sep 03 23:40:41.864 INFO O| Download: 1161/22728 items 6.8/196.4MB 3% complete (1.4M/s)
35442024-09-03T23:40:48.078Z[ host-image] Sep 03 23:40:46.946 INFO O| Sep 03 23:40:46.946 INFO O| Download: 1805/22728 items 16.2/196.4MB 8% complete (1.6M/s)
35452024-09-03T23:40:48.729Z[ recovery-image] Sep 03 23:40:47.597 INFO O| Sep 03 23:40:47.596 INFO O| Planning: Running solver ... Done
35462024-09-03T23:40:49.095Z[ recovery-image] Sep 03 23:40:47.962 INFO O| Sep 03 23:40:47.962 INFO O| Planning: Finding local manifests ... Done
35472024-09-03T23:40:49.109Z[ recovery-image] Sep 03 23:40:47.977 INFO O| Sep 03 23:40:47.977 INFO O| Planning: Fetching manifests: 0/124 0% complete
35482024-09-03T23:40:53.422Z[ host-image] Sep 03 23:40:52.290 INFO O| Sep 03 23:40:52.290 INFO O| Download: 2356/22728 items 27.8/196.4MB 14% complete (2.1M/s)
35492024-09-03T23:40:53.943Z[ recovery-image] Sep 03 23:40:52.810 INFO O| Sep 03 23:40:52.810 INFO O| Planning: Fetching manifests: 124/124 100% complete
35502024-09-03T23:40:54.896Z[ recovery-image] Sep 03 23:40:53.763 INFO O| Sep 03 23:40:53.763 INFO O| Planning: Package planning ... Done
35512024-09-03T23:40:55.692Z[ recovery-image] Sep 03 23:40:54.559 INFO O| Sep 03 23:40:54.559 INFO O| Planning: Merging actions ... Done
35522024-09-03T23:40:55.842Z[ recovery-image] Sep 03 23:40:54.710 INFO O| Sep 03 23:40:54.709 INFO O| Planning: Checking for conflicting actions ... Done
35532024-09-03T23:40:55.975Z[ recovery-image] Sep 03 23:40:54.838 INFO O| Sep 03 23:40:54.838 INFO O| Planning: Consolidating action changes ... Done
35542024-09-03T23:40:56.445Z[ recovery-image] Sep 03 23:40:55.312 INFO O| Sep 03 23:40:55.312 INFO O| Planning: Evaluating mediators ... Done
35552024-09-03T23:40:58.424Z[ host-image] Sep 03 23:40:57.291 INFO O| Sep 03 23:40:57.291 INFO O| Download: 3645/22728 items 37.4/196.4MB 19% complete (1.9M/s)
35562024-09-03T23:41:02.316Z[ recovery-image] Sep 03 23:41:01.183 INFO O| Sep 03 23:41:01.183 INFO O| Planning: Planning completed in 70.98 seconds
35572024-09-03T23:41:02.326Z[ recovery-image] Sep 03 23:41:01.191 INFO O| Sep 03 23:41:01.191 INFO O| Packages to install: 124
35582024-09-03T23:41:02.328Z[ recovery-image] Sep 03 23:41:01.191 INFO O| Sep 03 23:41:01.191 INFO O| Mediators to change: 4
35592024-09-03T23:41:02.328Z[ recovery-image] Sep 03 23:41:01.192 INFO O| Sep 03 23:41:01.191 INFO O| Services to change: 5
35602024-09-03T23:41:02.398Z[ recovery-image] Sep 03 23:41:01.265 INFO O| Sep 03 23:41:01.265 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
35612024-09-03T23:41:03.720Z[ host-image] Sep 03 23:41:02.587 INFO O| Sep 03 23:41:02.587 INFO O| Download: 4647/22728 items 43.1/196.4MB 21% complete (1.5M/s)
35622024-09-03T23:41:07.455Z[ recovery-image] Sep 03 23:41:06.322 INFO O| Sep 03 23:41:06.322 INFO O| Download: 1003/15831 items 7.9/173.2MB 4% complete (1.7M/s)
35632024-09-03T23:41:08.721Z[ host-image] Sep 03 23:41:07.588 INFO O| Sep 03 23:41:07.588 INFO O| Download: 5534/22728 items 46.1/196.4MB 23% complete (760k/s)
35642024-09-03T23:41:12.457Z[ recovery-image] Sep 03 23:41:11.323 INFO O| Sep 03 23:41:11.323 INFO O| Download: 1227/15831 items 17.5/173.2MB 10% complete (1.7M/s)
35652024-09-03T23:41:13.596Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
35662024-09-03T23:41:13.731Z[ host-image] Sep 03 23:41:12.597 INFO O| Sep 03 23:41:12.597 INFO O| Download: 6668/22728 items 46.8/196.4MB 23% complete (378k/s)
35672024-09-03T23:41:17.461Z[ recovery-image] Sep 03 23:41:16.327 INFO O| Sep 03 23:41:16.327 INFO O| Download: 1668/15831 items 26.8/173.2MB 15% complete (1.8M/s)
35682024-09-03T23:41:18.751Z[ host-image] Sep 03 23:41:17.617 INFO O| Sep 03 23:41:17.617 INFO O| Download: 7224/22728 items 57.0/196.4MB 29% complete (1.1M/s)
35692024-09-03T23:41:19.837Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35702024-09-03T23:41:20.070Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35712024-09-03T23:41:22.608Z[ recovery-image] Sep 03 23:41:21.473 INFO O| Sep 03 23:41:21.473 INFO O| Download: 2662/15831 items 32.9/173.2MB 19% complete (1.6M/s)
35722024-09-03T23:41:23.754Z[ host-image] Sep 03 23:41:22.620 INFO O| Sep 03 23:41:22.619 INFO O| Download: 8038/22728 items 60.3/196.4MB 30% complete (1.3M/s)
35732024-09-03T23:41:27.608Z[ recovery-image] Sep 03 23:41:26.474 INFO O| Sep 03 23:41:26.474 INFO O| Download: 3524/15831 items 38.4/173.2MB 22% complete (1.1M/s)
35742024-09-03T23:41:28.852Z[ host-image] Sep 03 23:41:27.718 INFO O| Sep 03 23:41:27.717 INFO O| Download: 8382/22728 items 69.2/196.4MB 35% complete (1.3M/s)
35752024-09-03T23:41:30.209Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35762024-09-03T23:41:32.609Z[ recovery-image] Sep 03 23:41:31.475 INFO O| Sep 03 23:41:31.474 INFO O| Download: 4197/15831 items 42.7/173.2MB 24% complete (1014k/s)
35772024-09-03T23:41:33.853Z[ host-image] Sep 03 23:41:32.718 INFO O| Sep 03 23:41:32.717 INFO O| Download: 9383/22728 items 81.5/196.4MB 41% complete (2.1M/s)
35782024-09-03T23:41:37.780Z[ recovery-image] Sep 03 23:41:36.645 INFO O| Sep 03 23:41:36.645 INFO O| Download: 4778/15831 items 43.0/173.2MB 24% complete (611k/s)
35792024-09-03T23:41:39.257Z[ host-image] Sep 03 23:41:38.122 INFO O| Sep 03 23:41:38.122 INFO O| Download: 10404/22728 items 88.0/196.4MB 44% complete (1.9M/s)
35802024-09-03T23:41:42.938Z[ recovery-image] Sep 03 23:41:41.802 INFO O| Sep 03 23:41:41.802 INFO O| Download: 5663/15831 items 44.6/173.2MB 25% complete (188k/s)
35812024-09-03T23:41:44.290Z[ host-image] Sep 03 23:41:43.154 INFO O| Sep 03 23:41:43.154 INFO O| Download: 11088/22728 items 92.0/196.4MB 46% complete (1.0M/s)
35822024-09-03T23:41:47.941Z[ recovery-image] Sep 03 23:41:46.805 INFO O| Sep 03 23:41:46.805 INFO O| Download: 6111/15831 items 58.1/173.2MB 33% complete (1.4M/s)
35832024-09-03T23:41:49.299Z[ host-image] Sep 03 23:41:48.163 INFO O| Sep 03 23:41:48.163 INFO O| Download: 11897/22728 items 96.4/196.4MB 49% complete (900k/s)
35842024-09-03T23:41:53.070Z[ recovery-image] Sep 03 23:41:51.934 INFO O| Sep 03 23:41:51.934 INFO O| Download: 6775/15831 items 65.2/173.2MB 37% complete (2.0M/s)
35852024-09-03T23:41:53.382Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35862024-09-03T23:41:54.304Z[ host-image] Sep 03 23:41:53.167 INFO O| Sep 03 23:41:53.167 INFO O| Download: 12359/22728 items 109.4/196.4MB 55% complete (1.8M/s)
35872024-09-03T23:41:57.403Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35882024-09-03T23:41:58.085Z[ recovery-image] Sep 03 23:41:56.949 INFO O| Sep 03 23:41:56.949 INFO O| Download: 7385/15831 items 73.4/173.2MB 42% complete (1.6M/s)
35892024-09-03T23:41:58.319Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
35902024-09-03T23:41:59.327Z[ host-image] Sep 03 23:41:58.191 INFO O| Sep 03 23:41:58.191 INFO O| Download: 13308/22728 items 109.9/196.4MB 55% complete (1.4M/s)
35912024-09-03T23:42:03.278Z[ recovery-image] Sep 03 23:42:02.141 INFO O| Sep 03 23:42:02.141 INFO O| Download: 7936/15831 items 77.6/173.2MB 44% complete (1.3M/s)
35922024-09-03T23:42:04.330Z[ host-image] Sep 03 23:42:03.193 INFO O| Sep 03 23:42:03.193 INFO O| Download: 14216/22728 items 110.6/196.4MB 56% complete (111k/s)
35932024-09-03T23:42:08.279Z[ recovery-image] Sep 03 23:42:07.142 INFO O| Sep 03 23:42:07.141 INFO O| Download: 8660/15831 items 81.5/173.2MB 47% complete (824k/s)
35942024-09-03T23:42:09.569Z[ host-image] Sep 03 23:42:08.432 INFO O| Sep 03 23:42:08.432 INFO O| Download: 14513/22728 items 116.6/196.4MB 59% complete (638k/s)
35952024-09-03T23:42:13.310Z[ recovery-image] Sep 03 23:42:12.173 INFO O| Sep 03 23:42:12.172 INFO O| Download: 8951/15831 items 92.6/173.2MB 53% complete (1.5M/s)
35962024-09-03T23:42:14.571Z[ host-image] Sep 03 23:42:13.433 INFO O| Sep 03 23:42:13.433 INFO O| Download: 15541/22728 items 124.3/196.4MB 63% complete (1.4M/s)
35972024-09-03T23:42:18.310Z[ recovery-image] Sep 03 23:42:17.173 INFO O| Sep 03 23:42:17.173 INFO O| Download: 9955/15831 items 93.1/173.2MB 53% complete (1.2M/s)
35982024-09-03T23:42:19.589Z[ host-image] Sep 03 23:42:18.451 INFO O| Sep 03 23:42:18.451 INFO O| Download: 16181/22728 items 136.1/196.4MB 69% complete (1.9M/s)
35992024-09-03T23:42:23.316Z[ recovery-image] Sep 03 23:42:22.178 INFO O| Sep 03 23:42:22.178 INFO O| Download: 10735/15831 items 93.7/173.2MB 54% complete (100k/s)
36002024-09-03T23:42:24.632Z[ host-image] Sep 03 23:42:23.494 INFO O| Sep 03 23:42:23.494 INFO O| Download: 17097/22728 items 143.8/196.4MB 73% complete (2.0M/s)
36012024-09-03T23:42:28.316Z[ recovery-image] Sep 03 23:42:27.178 INFO O| Sep 03 23:42:27.178 INFO O| Download: 11131/15831 items 99.7/173.2MB 57% complete (663k/s)
36022024-09-03T23:42:29.819Z[ host-image] Sep 03 23:42:28.679 INFO O| Sep 03 23:42:28.679 INFO O| Download: 17908/22728 items 158.0/196.4MB 80% complete (2.1M/s)
36032024-09-03T23:42:33.319Z[ recovery-image] Sep 03 23:42:32.180 INFO O| Sep 03 23:42:32.180 INFO O| Download: 11733/15831 items 121.8/173.2MB 70% complete (2.7M/s)
36042024-09-03T23:42:34.895Z[ host-image] Sep 03 23:42:33.757 INFO O| Sep 03 23:42:33.756 INFO O| Download: 18943/22728 items 162.7/196.4MB 82% complete (1.9M/s)
36052024-09-03T23:42:38.320Z[ recovery-image] Sep 03 23:42:37.182 INFO O| Sep 03 23:42:37.181 INFO O| Download: 12314/15831 items 138.2/173.2MB 79% complete (3.9M/s)
36062024-09-03T23:42:39.905Z[ host-image] Sep 03 23:42:38.766 INFO O| Sep 03 23:42:38.766 INFO O| Download: 19898/22728 items 167.0/196.4MB 85% complete (921k/s)
36072024-09-03T23:42:43.323Z[ recovery-image] Sep 03 23:42:42.184 INFO O| Sep 03 23:42:42.184 INFO O| Download: 13626/15831 items 144.0/173.2MB 83% complete (2.2M/s)
36082024-09-03T23:42:45.217Z[ host-image] Sep 03 23:42:44.078 INFO O| Sep 03 23:42:44.078 INFO O| Download: 20591/22728 items 169.4/196.4MB 86% complete (769k/s)
36092024-09-03T23:42:48.328Z[ recovery-image] Sep 03 23:42:47.188 INFO O| Sep 03 23:42:47.188 INFO O| Download: 14313/15831 items 146.3/173.2MB 84% complete (840k/s)
36102024-09-03T23:42:50.549Z[ host-image] Sep 03 23:42:49.410 INFO O| Sep 03 23:42:49.410 INFO O| Download: 20890/22728 items 175.6/196.4MB 89% complete (876k/s)
36112024-09-03T23:42:53.333Z[ recovery-image] Sep 03 23:42:52.192 INFO O| Sep 03 23:42:52.192 INFO O| Download: 15083/15831 items 154.9/173.2MB 89% complete (1.1M/s)
36122024-09-03T23:42:55.550Z[ host-image] Sep 03 23:42:54.410 INFO O| Sep 03 23:42:54.410 INFO O| Download: 21653/22728 items 180.5/196.4MB 91% complete (1.2M/s)
36132024-09-03T23:42:58.978Z[ recovery-image] Sep 03 23:42:57.838 INFO O| Sep 03 23:42:57.838 INFO O| Download: 15530/15831 items 165.9/173.2MB 95% complete (2.0M/s)
36142024-09-03T23:43:00.946Z[ host-image] Sep 03 23:42:59.805 INFO O| Sep 03 23:42:59.805 INFO O| Download: 22038/22728 items 191.6/196.4MB 97% complete (1.5M/s)
36152024-09-03T23:43:02.807Z[ recovery-image] Sep 03 23:43:01.667 INFO O| Sep 03 23:43:01.667 INFO O| Download: Completed 173.18 MB in 120.40 seconds (1.4M/s)
36162024-09-03T23:43:03.814Z[ recovery-image] Sep 03 23:43:02.673 INFO O| Sep 03 23:43:02.673 INFO O| Actions: 1/24965 actions (Installing new actions)
36172024-09-03T23:43:04.649Z[ host-image] Sep 03 23:43:03.509 INFO O| Sep 03 23:43:03.509 INFO O| Download: Completed 196.40 MB in 146.66 seconds (1.3M/s)
36182024-09-03T23:43:06.299Z[ host-image] Sep 03 23:43:05.159 INFO O| Sep 03 23:43:05.159 INFO O| Actions: 1/49262 actions (Installing new actions)
36192024-09-03T23:43:08.815Z[ recovery-image] Sep 03 23:43:07.674 INFO O| Sep 03 23:43:07.674 INFO O| Actions: 9147/24965 actions (Installing new actions)
36202024-09-03T23:43:11.300Z[ host-image] Sep 03 23:43:10.159 INFO O| Sep 03 23:43:10.159 INFO O| Actions: 8347/49262 actions (Installing new actions)
36212024-09-03T23:43:13.820Z[ recovery-image] Sep 03 23:43:12.679 INFO O| Sep 03 23:43:12.679 INFO O| Actions: 14298/24965 actions (Installing new actions)
36222024-09-03T23:43:16.301Z[ host-image] Sep 03 23:43:15.160 INFO O| Sep 03 23:43:15.160 INFO O| Actions: 15045/49262 actions (Installing new actions)
36232024-09-03T23:43:20.857Z[ recovery-image] Sep 03 23:43:19.715 INFO O| Sep 03 23:43:19.715 INFO O| Actions: 24412/24965 actions (Installing new actions)
36242024-09-03T23:43:21.302Z[ host-image] Sep 03 23:43:20.160 INFO O| Sep 03 23:43:20.160 INFO O| Actions: 24001/49262 actions (Installing new actions)
36252024-09-03T23:43:24.536Z[ recovery-image] Sep 03 23:43:23.394 INFO O| Sep 03 23:43:23.394 INFO O| Actions: Completed 24965 actions in 20.72 seconds.
36262024-09-03T23:43:25.017Z[ recovery-image] Sep 03 23:43:23.874 INFO O| Sep 03 23:43:23.874 INFO O| Done
36272024-09-03T23:43:25.019Z[ recovery-image] Sep 03 23:43:23.874 INFO O| Sep 03 23:43:23.874 INFO O| Done
36282024-09-03T23:43:26.160Z[ recovery-image] Sep 03 23:43:25.018 INFO O| Sep 03 23:43:25.018 INFO O| Done
36292024-09-03T23:43:26.410Z[ host-image] Sep 03 23:43:25.268 INFO O| Sep 03 23:43:25.268 INFO O| Actions: 48709/49262 actions (Installing new actions)
36302024-09-03T23:43:27.874Z[ recovery-image] Sep 03 23:43:26.733 INFO O| Sep 03 23:43:26.732 INFO O| Done
36312024-09-03T23:43:27.896Z[ recovery-image] Sep 03 23:43:26.754 INFO O| Sep 03 23:43:26.754 INFO O| Done
36322024-09-03T23:43:30.850Z[ host-image] Sep 03 23:43:29.708 INFO O| Sep 03 23:43:29.708 INFO O| Actions: Completed 49262 actions in 24.54 seconds.
36332024-09-03T23:43:31.457Z[ host-image] Sep 03 23:43:30.315 INFO O| Sep 03 23:43:30.315 INFO O| Done
36342024-09-03T23:43:31.457Z[ host-image] Sep 03 23:43:30.315 INFO O| Sep 03 23:43:30.315 INFO O| Done
36352024-09-03T23:43:32.540Z[ host-image] Sep 03 23:43:31.398 INFO O| Sep 03 23:43:31.398 INFO O| Done
36362024-09-03T23:43:32.672Z[ recovery-image] Sep 03 23:43:31.530 INFO O| Sep 03 23:43:31.529 INFO O| Done
36372024-09-03T23:43:33.336Z[ recovery-image] Sep 03 23:43:32.194 INFO O| Sep 03 23:43:32.194 INFO O| Done
36382024-09-03T23:43:33.708Z[ recovery-image] Sep 03 23:43:32.565 INFO O| Sep 03 23:43:32.565 INFO STEP 11 (pkg_install) COMPLETE
36392024-09-03T23:43:33.708Z[ recovery-image] Sep 03 23:43:32.565 INFO O| Sep 03 23:43:32.565 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36402024-09-03T23:43:33.708Z[ recovery-image] Sep 03 23:43:32.565 INFO O| Sep 03 23:43:32.565 INFO skip step because feature "recovery" is enabled
36412024-09-03T23:43:33.708Z[ recovery-image] Sep 03 23:43:32.565 INFO O| Sep 03 23:43:32.565 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36422024-09-03T23:43:33.708Z[ recovery-image] Sep 03 23:43:32.565 INFO O| Sep 03 23:43:32.565 INFO skip step because feature "omicron1" is not enabled
36432024-09-03T23:43:33.708Z[ recovery-image] Sep 03 23:43:32.565 INFO O| Sep 03 23:43:32.565 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36442024-09-03T23:43:33.726Z[ recovery-image] Sep 03 23:43:32.584 INFO O| Sep 03 23:43:32.583 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
36452024-09-03T23:43:34.651Z[ recovery-image] Sep 03 23:43:33.509 INFO O| Sep 03 23:43:33.509 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36462024-09-03T23:43:35.104Z[ host-image] Sep 03 23:43:33.962 INFO O| Sep 03 23:43:33.962 INFO O| Done
36472024-09-03T23:43:35.144Z[ host-image] Sep 03 23:43:34.001 INFO O| Sep 03 23:43:34.001 INFO O| Done
36482024-09-03T23:43:37.835Z[ recovery-image] Sep 03 23:43:36.692 INFO O| Sep 03 23:43:36.692 INFO O| Planning: Solver setup ... Done
36492024-09-03T23:43:37.842Z[ recovery-image] Sep 03 23:43:36.700 INFO O| Sep 03 23:43:36.700 INFO O| Planning: Running solver ... Done
36502024-09-03T23:43:37.906Z[ recovery-image] Sep 03 23:43:36.763 INFO O| Sep 03 23:43:36.763 INFO O| Planning: Finding local manifests ... Done
36512024-09-03T23:43:37.908Z[ recovery-image] Sep 03 23:43:36.765 INFO O| Sep 03 23:43:36.764 INFO O| Planning: Fetching manifests: 0/1 0% complete
36522024-09-03T23:43:38.039Z[ recovery-image] Sep 03 23:43:36.896 INFO O| Sep 03 23:43:36.896 INFO O| Planning: Fetching manifests: 1/1 100% complete
36532024-09-03T23:43:38.076Z[ recovery-image] Sep 03 23:43:36.934 INFO O| Sep 03 23:43:36.933 INFO O| Planning: Package planning ... Done
36542024-09-03T23:43:38.079Z[ recovery-image] Sep 03 23:43:36.934 INFO O| Sep 03 23:43:36.934 INFO O| Planning: Merging actions ... Done
36552024-09-03T23:43:38.141Z[ recovery-image] Sep 03 23:43:36.999 INFO O| Sep 03 23:43:36.999 INFO O| Planning: Checking for conflicting actions ... Done
36562024-09-03T23:43:38.144Z[ recovery-image] Sep 03 23:43:36.999 INFO O| Sep 03 23:43:36.999 INFO O| Planning: Consolidating action changes ... Done
36572024-09-03T23:43:38.485Z[ recovery-image] Sep 03 23:43:37.343 INFO O| Sep 03 23:43:37.342 INFO O| Planning: Evaluating mediators ... Done
36582024-09-03T23:43:38.488Z[ recovery-image] Sep 03 23:43:37.343 INFO O| Sep 03 23:43:37.343 INFO O| Planning: Planning completed in 3.83 seconds
36592024-09-03T23:43:38.490Z[ recovery-image] Sep 03 23:43:37.346 INFO O| Sep 03 23:43:37.346 INFO O| Packages to install: 1
36602024-09-03T23:43:38.513Z[ recovery-image] Sep 03 23:43:37.371 INFO O| Sep 03 23:43:37.371 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
36612024-09-03T23:43:39.736Z[ recovery-image] Sep 03 23:43:38.594 INFO O| Sep 03 23:43:38.594 INFO O| Download: Completed 20.80 MB in 1.22 seconds (17.0M/s)
36622024-09-03T23:43:39.855Z[ recovery-image] Sep 03 23:43:38.712 INFO O| Sep 03 23:43:38.712 INFO O| Actions: 1/22 actions (Installing new actions)
36632024-09-03T23:43:40.802Z[ recovery-image] Sep 03 23:43:39.659 INFO O| Sep 03 23:43:39.659 INFO O| Actions: Completed 22 actions in 0.95 seconds.
36642024-09-03T23:43:41.104Z[ recovery-image] Sep 03 23:43:39.961 INFO O| Sep 03 23:43:39.961 INFO O| Done
36652024-09-03T23:43:41.104Z[ recovery-image] Sep 03 23:43:39.961 INFO O| Sep 03 23:43:39.961 INFO O| Done
36662024-09-03T23:43:41.908Z[ recovery-image] Sep 03 23:43:40.762 INFO O| Sep 03 23:43:40.762 INFO O| Done
36672024-09-03T23:43:42.668Z[ host-image] Sep 03 23:43:41.525 INFO O| Sep 03 23:43:41.525 INFO O| Done
36682024-09-03T23:43:43.741Z[ host-image] Sep 03 23:43:42.598 INFO O| Sep 03 23:43:42.598 INFO O| Done
36692024-09-03T23:43:43.745Z[ recovery-image] Sep 03 23:43:42.603 INFO O| Sep 03 23:43:42.603 INFO O| Done
36702024-09-03T23:43:43.784Z[ recovery-image] Sep 03 23:43:42.641 INFO O| Sep 03 23:43:42.641 INFO O| Done
36712024-09-03T23:43:43.786Z[ recovery-image] Sep 03 23:43:42.641 INFO O| Sep 03 23:43:42.641 INFO O| Done
36722024-09-03T23:43:43.802Z[ recovery-image] Sep 03 23:43:42.659 INFO O| Sep 03 23:43:42.659 INFO O| Done
36732024-09-03T23:43:43.977Z[ recovery-image] Sep 03 23:43:42.834 INFO O| Sep 03 23:43:42.834 INFO STEP 14 (pkg_install) COMPLETE
36742024-09-03T23:43:43.977Z[ recovery-image] Sep 03 23:43:42.834 INFO O| Sep 03 23:43:42.834 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36752024-09-03T23:43:43.979Z[ recovery-image] Sep 03 23:43:42.834 INFO O| Sep 03 23:43:42.834 INFO skip step because feature "mfg" is not enabled
36762024-09-03T23:43:43.979Z[ recovery-image] Sep 03 23:43:42.834 INFO O| Sep 03 23:43:42.834 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36772024-09-03T23:43:43.979Z[ recovery-image] Sep 03 23:43:42.834 INFO O| Sep 03 23:43:42.834 INFO skip step because feature "compliance" is not enabled
36782024-09-03T23:43:43.979Z[ recovery-image] Sep 03 23:43:42.834 INFO O| Sep 03 23:43:42.834 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36792024-09-03T23:43:43.979Z[ recovery-image] Sep 03 23:43:42.834 INFO O| Sep 03 23:43:42.834 INFO skip step because feature "stress" is not enabled
36802024-09-03T23:43:43.980Z[ recovery-image] Sep 03 23:43:42.834 INFO O| Sep 03 23:43:42.834 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36812024-09-03T23:43:43.980Z[ recovery-image] Sep 03 23:43:42.834 INFO O| Sep 03 23:43:42.834 INFO skip step because feature "nfs" is not enabled
36822024-09-03T23:43:43.980Z[ recovery-image] Sep 03 23:43:42.834 INFO O| Sep 03 23:43:42.834 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36832024-09-03T23:43:43.980Z[ recovery-image] Sep 03 23:43:42.834 INFO O| Sep 03 23:43:42.834 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36842024-09-03T23:43:44.154Z[ host-image] Sep 03 23:43:43.011 INFO O| Sep 03 23:43:43.011 INFO STEP 11 (pkg_install) COMPLETE
36852024-09-03T23:43:44.154Z[ host-image] Sep 03 23:43:43.011 INFO O| Sep 03 23:43:43.011 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36862024-09-03T23:43:44.157Z[ recovery-image] Sep 03 23:43:43.015 INFO O| Sep 03 23:43:43.015 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36872024-09-03T23:43:44.172Z[ host-image] Sep 03 23:43:43.029 INFO O| Sep 03 23:43:43.029 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
36882024-09-03T23:43:44.649Z[ recovery-image] Sep 03 23:43:43.506 INFO O| Sep 03 23:43:43.506 INFO completed processing gimlet/ramdisk-01-os
36892024-09-03T23:43:44.652Z[ recovery-image] Sep 03 23:43:43.510 INFO image builder template: ramdisk-02-trim...
36902024-09-03T23:43:44.656Z[ recovery-image] Sep 03 23:43:43.510 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/.tmpVIqjNP/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
36912024-09-03T23:43:44.698Z[ recovery-image] Sep 03 23:43:43.555 INFO O| Sep 03 23:43:43.555 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36922024-09-03T23:43:44.707Z[ recovery-image] Sep 03 23:43:43.564 INFO O| Sep 03 23:43:43.564 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36932024-09-03T23:43:44.869Z[ recovery-image] Sep 03 23:43:43.726 INFO O| Sep 03 23:43:43.726 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36942024-09-03T23:43:45.286Z[ recovery-image] Sep 03 23:43:44.143 INFO O| Sep 03 23:43:44.143 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36952024-09-03T23:43:45.288Z[ recovery-image] Sep 03 23:43:44.143 INFO O| Sep 03 23:43:44.143 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36962024-09-03T23:43:45.314Z[ recovery-image] Sep 03 23:43:44.171 INFO O| Sep 03 23:43:44.171 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36972024-09-03T23:43:45.341Z[ recovery-image] Sep 03 23:43:44.198 INFO O| Sep 03 23:43:44.197 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36982024-09-03T23:43:45.351Z[ recovery-image] Sep 03 23:43:44.208 INFO O| Sep 03 23:43:44.208 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36992024-09-03T23:43:45.602Z[ host-image] Sep 03 23:43:44.459 INFO O| Sep 03 23:43:44.458 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37002024-09-03T23:43:45.779Z[ recovery-image] Sep 03 23:43:44.636 INFO O| Sep 03 23:43:44.636 INFO rolled back to input snapshot; work may begin
37012024-09-03T23:43:45.779Z[ recovery-image] Sep 03 23:43:44.636 INFO O| Sep 03 23:43:44.636 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37022024-09-03T23:43:45.788Z[ recovery-image] Sep 03 23:43:44.645 INFO O| Sep 03 23:43:44.645 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37032024-09-03T23:43:45.828Z[ recovery-image] Sep 03 23:43:44.685 INFO O| Sep 03 23:43:44.685 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37042024-09-03T23:43:46.036Z[ recovery-image] Sep 03 23:43:44.893 INFO O| Sep 03 23:43:44.893 INFO STEP 0 (remove_files) COMPLETE
37052024-09-03T23:43:46.036Z[ recovery-image] Sep 03 23:43:44.893 INFO O| Sep 03 23:43:44.893 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37062024-09-03T23:43:46.138Z[ recovery-image] Sep 03 23:43:44.995 INFO O| Sep 03 23:43:44.995 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37072024-09-03T23:43:46.141Z[ recovery-image] Sep 03 23:43:44.998 INFO O| Sep 03 23:43:44.998 INFO STEP 1 (remove_files) COMPLETE
37082024-09-03T23:43:46.141Z[ recovery-image] Sep 03 23:43:44.998 INFO O| Sep 03 23:43:44.998 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37092024-09-03T23:43:46.201Z[ recovery-image] Sep 03 23:43:45.057 INFO O| Sep 03 23:43:45.057 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37102024-09-03T23:43:46.243Z[ recovery-image] Sep 03 23:43:45.099 INFO O| Sep 03 23:43:45.099 INFO STEP 2 (remove_files) COMPLETE
37112024-09-03T23:43:46.243Z[ recovery-image] Sep 03 23:43:45.099 INFO O| Sep 03 23:43:45.099 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37122024-09-03T23:43:46.265Z[ recovery-image] Sep 03 23:43:45.122 INFO O| Sep 03 23:43:45.122 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37132024-09-03T23:43:46.269Z[ recovery-image] Sep 03 23:43:45.125 INFO O| Sep 03 23:43:45.125 INFO STEP 3 (remove_files) COMPLETE
37142024-09-03T23:43:46.269Z[ recovery-image] Sep 03 23:43:45.125 INFO O| Sep 03 23:43:45.125 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37152024-09-03T23:43:46.327Z[ recovery-image] Sep 03 23:43:45.184 INFO O| Sep 03 23:43:45.184 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37162024-09-03T23:43:46.335Z[ recovery-image] Sep 03 23:43:45.192 INFO O| Sep 03 23:43:45.192 INFO STEP 4 (remove_files) COMPLETE
37172024-09-03T23:43:46.335Z[ recovery-image] Sep 03 23:43:45.192 INFO O| Sep 03 23:43:45.192 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37182024-09-03T23:43:46.351Z[ recovery-image] Sep 03 23:43:45.208 INFO O| Sep 03 23:43:45.208 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37192024-09-03T23:43:46.354Z[ recovery-image] Sep 03 23:43:45.209 INFO O| Sep 03 23:43:45.209 INFO STEP 5 (remove_files) COMPLETE
37202024-09-03T23:43:46.354Z[ recovery-image] Sep 03 23:43:45.209 INFO O| Sep 03 23:43:45.209 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37212024-09-03T23:43:46.384Z[ recovery-image] Sep 03 23:43:45.241 INFO O| Sep 03 23:43:45.241 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37222024-09-03T23:43:46.406Z[ recovery-image] Sep 03 23:43:45.263 INFO O| Sep 03 23:43:45.263 INFO STEP 6 (remove_files) COMPLETE
37232024-09-03T23:43:46.406Z[ recovery-image] Sep 03 23:43:45.263 INFO O| Sep 03 23:43:45.263 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37242024-09-03T23:43:46.406Z[ recovery-image] Sep 03 23:43:45.263 INFO O| Sep 03 23:43:45.263 INFO skip step because feature "recovery" is enabled
37252024-09-03T23:43:46.409Z[ recovery-image] Sep 03 23:43:45.263 INFO O| Sep 03 23:43:45.263 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37262024-09-03T23:43:46.409Z[ recovery-image] Sep 03 23:43:45.263 INFO O| Sep 03 23:43:45.263 INFO skip step because feature "recovery" is enabled
37272024-09-03T23:43:46.409Z[ recovery-image] Sep 03 23:43:45.263 INFO O| Sep 03 23:43:45.263 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37282024-09-03T23:43:46.409Z[ recovery-image] Sep 03 23:43:45.263 INFO O| Sep 03 23:43:45.263 INFO skip step because feature "recovery" is enabled
37292024-09-03T23:43:46.409Z[ recovery-image] Sep 03 23:43:45.263 INFO O| Sep 03 23:43:45.263 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37302024-09-03T23:43:46.426Z[ recovery-image] Sep 03 23:43:45.283 INFO O| Sep 03 23:43:45.283 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37312024-09-03T23:43:46.433Z[ recovery-image] Sep 03 23:43:45.289 INFO O| Sep 03 23:43:45.289 INFO STEP 10 (remove_files) COMPLETE
37322024-09-03T23:43:46.433Z[ recovery-image] Sep 03 23:43:45.289 INFO O| Sep 03 23:43:45.289 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37332024-09-03T23:43:46.465Z[ recovery-image] Sep 03 23:43:45.322 INFO O| Sep 03 23:43:45.322 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37342024-09-03T23:43:46.468Z[ recovery-image] Sep 03 23:43:45.324 INFO O| Sep 03 23:43:45.324 INFO STEP 11 (remove_files) COMPLETE
37352024-09-03T23:43:46.468Z[ recovery-image] Sep 03 23:43:45.324 INFO O| Sep 03 23:43:45.324 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37362024-09-03T23:43:46.488Z[ recovery-image] Sep 03 23:43:45.344 INFO O| Sep 03 23:43:45.344 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
37372024-09-03T23:43:46.490Z[ recovery-image] Sep 03 23:43:45.346 INFO O| Sep 03 23:43:45.346 INFO STEP 12 (remove_files) COMPLETE
37382024-09-03T23:43:46.490Z[ recovery-image] Sep 03 23:43:45.346 INFO O| Sep 03 23:43:45.346 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37392024-09-03T23:43:46.532Z[ recovery-image] Sep 03 23:43:45.389 INFO O| Sep 03 23:43:45.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37402024-09-03T23:43:46.704Z[ recovery-image] Sep 03 23:43:45.561 INFO O| Sep 03 23:43:45.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37412024-09-03T23:43:46.708Z[ recovery-image] Sep 03 23:43:45.565 INFO O| Sep 03 23:43:45.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
37422024-09-03T23:43:46.718Z[ recovery-image] Sep 03 23:43:45.575 INFO O| Sep 03 23:43:45.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
37432024-09-03T23:43:46.721Z[ recovery-image] Sep 03 23:43:45.576 INFO O| Sep 03 23:43:45.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
37442024-09-03T23:43:47.059Z[ recovery-image] Sep 03 23:43:45.916 INFO O| Sep 03 23:43:45.916 INFO STEP 13 (remove_files) COMPLETE
37452024-09-03T23:43:47.059Z[ recovery-image] Sep 03 23:43:45.916 INFO O| Sep 03 23:43:45.916 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37462024-09-03T23:43:47.096Z[ recovery-image] Sep 03 23:43:45.953 INFO O| Sep 03 23:43:45.953 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
37472024-09-03T23:43:47.098Z[ recovery-image] Sep 03 23:43:45.956 INFO O| Sep 03 23:43:45.955 INFO STEP 14 (remove_files) COMPLETE
37482024-09-03T23:43:47.098Z[ recovery-image] Sep 03 23:43:45.956 INFO O| Sep 03 23:43:45.955 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37492024-09-03T23:43:47.133Z[ recovery-image] Sep 03 23:43:45.989 INFO O| Sep 03 23:43:45.989 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
37502024-09-03T23:43:47.143Z[ recovery-image] Sep 03 23:43:45.999 INFO O| Sep 03 23:43:45.999 INFO STEP 15 (remove_files) COMPLETE
37512024-09-03T23:43:47.143Z[ recovery-image] Sep 03 23:43:46.000 INFO O| Sep 03 23:43:45.999 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37522024-09-03T23:43:47.187Z[ recovery-image] Sep 03 23:43:46.044 INFO O| Sep 03 23:43:46.044 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
37532024-09-03T23:43:47.190Z[ recovery-image] Sep 03 23:43:46.044 INFO O| Sep 03 23:43:46.044 INFO STEP 16 (remove_files) COMPLETE
37542024-09-03T23:43:47.190Z[ recovery-image] Sep 03 23:43:46.044 INFO O| Sep 03 23:43:46.044 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37552024-09-03T23:43:47.206Z[ recovery-image] Sep 03 23:43:46.063 INFO O| Sep 03 23:43:46.063 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
37562024-09-03T23:43:47.209Z[ recovery-image] Sep 03 23:43:46.066 INFO O| Sep 03 23:43:46.066 INFO STEP 17 (remove_files) COMPLETE
37572024-09-03T23:43:47.209Z[ recovery-image] Sep 03 23:43:46.066 INFO O| Sep 03 23:43:46.066 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37582024-09-03T23:43:47.228Z[ recovery-image] Sep 03 23:43:46.085 INFO O| Sep 03 23:43:46.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
37592024-09-03T23:43:47.228Z[ recovery-image] Sep 03 23:43:46.085 INFO O| Sep 03 23:43:46.085 INFO STEP 18 (remove_files) COMPLETE
37602024-09-03T23:43:47.228Z[ recovery-image] Sep 03 23:43:46.085 INFO O| Sep 03 23:43:46.085 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37612024-09-03T23:43:47.249Z[ recovery-image] Sep 03 23:43:46.106 INFO O| Sep 03 23:43:46.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
37622024-09-03T23:43:47.249Z[ recovery-image] Sep 03 23:43:46.106 INFO O| Sep 03 23:43:46.106 INFO STEP 19 (remove_files) COMPLETE
37632024-09-03T23:43:47.252Z[ recovery-image] Sep 03 23:43:46.106 INFO O| Sep 03 23:43:46.106 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37642024-09-03T23:43:47.269Z[ recovery-image] Sep 03 23:43:46.126 INFO O| Sep 03 23:43:46.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
37652024-09-03T23:43:47.269Z[ recovery-image] Sep 03 23:43:46.126 INFO O| Sep 03 23:43:46.126 INFO STEP 20 (remove_files) COMPLETE
37662024-09-03T23:43:47.269Z[ recovery-image] Sep 03 23:43:46.126 INFO O| Sep 03 23:43:46.126 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37672024-09-03T23:43:47.318Z[ recovery-image] Sep 03 23:43:46.175 INFO O| Sep 03 23:43:46.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
37682024-09-03T23:43:47.318Z[ recovery-image] Sep 03 23:43:46.175 INFO O| Sep 03 23:43:46.175 INFO STEP 21 (remove_files) COMPLETE
37692024-09-03T23:43:47.321Z[ recovery-image] Sep 03 23:43:46.175 INFO O| Sep 03 23:43:46.175 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37702024-09-03T23:43:47.353Z[ recovery-image] Sep 03 23:43:46.210 INFO O| Sep 03 23:43:46.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
37712024-09-03T23:43:47.353Z[ recovery-image] Sep 03 23:43:46.210 INFO O| Sep 03 23:43:46.210 INFO STEP 22 (remove_files) COMPLETE
37722024-09-03T23:43:47.353Z[ recovery-image] Sep 03 23:43:46.210 INFO O| Sep 03 23:43:46.210 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37732024-09-03T23:43:47.388Z[ recovery-image] Sep 03 23:43:46.245 INFO O| Sep 03 23:43:46.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
37742024-09-03T23:43:47.388Z[ recovery-image] Sep 03 23:43:46.245 INFO O| Sep 03 23:43:46.245 INFO STEP 23 (remove_files) COMPLETE
37752024-09-03T23:43:47.391Z[ recovery-image] Sep 03 23:43:46.246 INFO O| Sep 03 23:43:46.245 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37762024-09-03T23:43:47.424Z[ recovery-image] Sep 03 23:43:46.280 INFO O| Sep 03 23:43:46.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
37772024-09-03T23:43:47.424Z[ recovery-image] Sep 03 23:43:46.280 INFO O| Sep 03 23:43:46.280 INFO STEP 24 (remove_files) COMPLETE
37782024-09-03T23:43:47.424Z[ recovery-image] Sep 03 23:43:46.280 INFO O| Sep 03 23:43:46.280 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37792024-09-03T23:43:47.441Z[ recovery-image] Sep 03 23:43:46.298 INFO O| Sep 03 23:43:46.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
37802024-09-03T23:43:47.441Z[ recovery-image] Sep 03 23:43:46.298 INFO O| Sep 03 23:43:46.298 INFO STEP 25 (remove_files) COMPLETE
37812024-09-03T23:43:47.444Z[ recovery-image] Sep 03 23:43:46.298 INFO O| Sep 03 23:43:46.298 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37822024-09-03T23:43:47.480Z[ recovery-image] Sep 03 23:43:46.337 INFO O| Sep 03 23:43:46.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
37832024-09-03T23:43:47.482Z[ recovery-image] Sep 03 23:43:46.337 INFO O| Sep 03 23:43:46.337 INFO STEP 26 (remove_files) COMPLETE
37842024-09-03T23:43:47.483Z[ recovery-image] Sep 03 23:43:46.338 INFO O| Sep 03 23:43:46.337 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37852024-09-03T23:43:47.499Z[ recovery-image] Sep 03 23:43:46.356 INFO O| Sep 03 23:43:46.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
37862024-09-03T23:43:47.501Z[ recovery-image] Sep 03 23:43:46.356 INFO O| Sep 03 23:43:46.356 INFO STEP 27 (remove_files) COMPLETE
37872024-09-03T23:43:47.501Z[ recovery-image] Sep 03 23:43:46.356 INFO O| Sep 03 23:43:46.356 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37882024-09-03T23:43:47.518Z[ recovery-image] Sep 03 23:43:46.375 INFO O| Sep 03 23:43:46.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37892024-09-03T23:43:47.520Z[ recovery-image] Sep 03 23:43:46.375 INFO O| Sep 03 23:43:46.375 INFO STEP 28 (remove_files) COMPLETE
37902024-09-03T23:43:47.520Z[ recovery-image] Sep 03 23:43:46.375 INFO O| Sep 03 23:43:46.375 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37912024-09-03T23:43:47.536Z[ recovery-image] Sep 03 23:43:46.393 INFO O| Sep 03 23:43:46.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37922024-09-03T23:43:47.538Z[ recovery-image] Sep 03 23:43:46.393 INFO O| Sep 03 23:43:46.393 INFO STEP 29 (remove_files) COMPLETE
37932024-09-03T23:43:47.539Z[ recovery-image] Sep 03 23:43:46.393 INFO O| Sep 03 23:43:46.393 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37942024-09-03T23:43:47.571Z[ recovery-image] Sep 03 23:43:46.428 INFO O| Sep 03 23:43:46.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37952024-09-03T23:43:47.571Z[ recovery-image] Sep 03 23:43:46.428 INFO O| Sep 03 23:43:46.428 INFO STEP 30 (remove_files) COMPLETE
37962024-09-03T23:43:47.575Z[ recovery-image] Sep 03 23:43:46.428 INFO O| Sep 03 23:43:46.428 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37972024-09-03T23:43:47.591Z[ recovery-image] Sep 03 23:43:46.447 INFO O| Sep 03 23:43:46.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37982024-09-03T23:43:47.591Z[ recovery-image] Sep 03 23:43:46.448 INFO O| Sep 03 23:43:46.447 INFO STEP 31 (remove_files) COMPLETE
37992024-09-03T23:43:47.591Z[ recovery-image] Sep 03 23:43:46.448 INFO O| Sep 03 23:43:46.448 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38002024-09-03T23:43:47.630Z[ recovery-image] Sep 03 23:43:46.487 INFO O| Sep 03 23:43:46.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38012024-09-03T23:43:47.630Z[ recovery-image] Sep 03 23:43:46.487 INFO O| Sep 03 23:43:46.487 INFO STEP 32 (remove_files) COMPLETE
38022024-09-03T23:43:47.630Z[ recovery-image] Sep 03 23:43:46.487 INFO O| Sep 03 23:43:46.487 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38032024-09-03T23:43:47.666Z[ recovery-image] Sep 03 23:43:46.522 INFO O| Sep 03 23:43:46.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38042024-09-03T23:43:47.666Z[ recovery-image] Sep 03 23:43:46.522 INFO O| Sep 03 23:43:46.522 INFO STEP 33 (remove_files) COMPLETE
38052024-09-03T23:43:47.666Z[ recovery-image] Sep 03 23:43:46.522 INFO O| Sep 03 23:43:46.522 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38062024-09-03T23:43:47.684Z[ recovery-image] Sep 03 23:43:46.541 INFO O| Sep 03 23:43:46.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38072024-09-03T23:43:47.684Z[ recovery-image] Sep 03 23:43:46.541 INFO O| Sep 03 23:43:46.541 INFO STEP 34 (remove_files) COMPLETE
38082024-09-03T23:43:47.684Z[ recovery-image] Sep 03 23:43:46.541 INFO O| Sep 03 23:43:46.541 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38092024-09-03T23:43:47.702Z[ recovery-image] Sep 03 23:43:46.558 INFO O| Sep 03 23:43:46.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38102024-09-03T23:43:47.702Z[ recovery-image] Sep 03 23:43:46.558 INFO O| Sep 03 23:43:46.558 INFO STEP 35 (remove_files) COMPLETE
38112024-09-03T23:43:47.702Z[ recovery-image] Sep 03 23:43:46.558 INFO O| Sep 03 23:43:46.558 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38122024-09-03T23:43:47.738Z[ recovery-image] Sep 03 23:43:46.595 INFO O| Sep 03 23:43:46.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38132024-09-03T23:43:47.738Z[ recovery-image] Sep 03 23:43:46.595 INFO O| Sep 03 23:43:46.595 INFO STEP 36 (remove_files) COMPLETE
38142024-09-03T23:43:47.738Z[ recovery-image] Sep 03 23:43:46.595 INFO O| Sep 03 23:43:46.595 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38152024-09-03T23:43:47.758Z[ recovery-image] Sep 03 23:43:46.615 INFO O| Sep 03 23:43:46.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38162024-09-03T23:43:47.759Z[ recovery-image] Sep 03 23:43:46.615 INFO O| Sep 03 23:43:46.615 INFO STEP 37 (remove_files) COMPLETE
38172024-09-03T23:43:47.759Z[ recovery-image] Sep 03 23:43:46.615 INFO O| Sep 03 23:43:46.615 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38182024-09-03T23:43:47.777Z[ recovery-image] Sep 03 23:43:46.633 INFO O| Sep 03 23:43:46.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38192024-09-03T23:43:47.777Z[ recovery-image] Sep 03 23:43:46.633 INFO O| Sep 03 23:43:46.633 INFO STEP 38 (remove_files) COMPLETE
38202024-09-03T23:43:47.777Z[ recovery-image] Sep 03 23:43:46.633 INFO O| Sep 03 23:43:46.633 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38212024-09-03T23:43:47.810Z[ recovery-image] Sep 03 23:43:46.667 INFO O| Sep 03 23:43:46.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38222024-09-03T23:43:47.813Z[ recovery-image] Sep 03 23:43:46.667 INFO O| Sep 03 23:43:46.667 INFO STEP 39 (remove_files) COMPLETE
38232024-09-03T23:43:47.813Z[ recovery-image] Sep 03 23:43:46.667 INFO O| Sep 03 23:43:46.667 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38242024-09-03T23:43:47.830Z[ recovery-image] Sep 03 23:43:46.687 INFO O| Sep 03 23:43:46.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38252024-09-03T23:43:47.830Z[ recovery-image] Sep 03 23:43:46.688 INFO O| Sep 03 23:43:46.687 INFO STEP 40 (remove_files) COMPLETE
38262024-09-03T23:43:47.833Z[ recovery-image] Sep 03 23:43:46.688 INFO O| Sep 03 23:43:46.688 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38272024-09-03T23:43:47.849Z[ recovery-image] Sep 03 23:43:46.706 INFO O| Sep 03 23:43:46.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38282024-09-03T23:43:47.851Z[ recovery-image] Sep 03 23:43:46.706 INFO O| Sep 03 23:43:46.706 INFO STEP 41 (remove_files) COMPLETE
38292024-09-03T23:43:47.851Z[ recovery-image] Sep 03 23:43:46.706 INFO O| Sep 03 23:43:46.706 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38302024-09-03T23:43:47.868Z[ recovery-image] Sep 03 23:43:46.725 INFO O| Sep 03 23:43:46.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38312024-09-03T23:43:47.870Z[ recovery-image] Sep 03 23:43:46.725 INFO O| Sep 03 23:43:46.725 INFO STEP 42 (remove_files) COMPLETE
38322024-09-03T23:43:47.870Z[ recovery-image] Sep 03 23:43:46.725 INFO O| Sep 03 23:43:46.725 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38332024-09-03T23:43:47.899Z[ recovery-image] Sep 03 23:43:46.756 INFO O| Sep 03 23:43:46.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38342024-09-03T23:43:47.899Z[ recovery-image] Sep 03 23:43:46.756 INFO O| Sep 03 23:43:46.756 INFO STEP 43 (remove_files) COMPLETE
38352024-09-03T23:43:47.902Z[ recovery-image] Sep 03 23:43:46.756 INFO O| Sep 03 23:43:46.756 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38362024-09-03T23:43:47.917Z[ recovery-image] Sep 03 23:43:46.774 INFO O| Sep 03 23:43:46.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
38372024-09-03T23:43:47.920Z[ recovery-image] Sep 03 23:43:46.775 INFO O| Sep 03 23:43:46.775 INFO STEP 44 (remove_files) COMPLETE
38382024-09-03T23:43:47.920Z[ recovery-image] Sep 03 23:43:46.775 INFO O| Sep 03 23:43:46.775 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38392024-09-03T23:43:47.935Z[ recovery-image] Sep 03 23:43:46.792 INFO O| Sep 03 23:43:46.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
38402024-09-03T23:43:47.937Z[ recovery-image] Sep 03 23:43:46.792 INFO O| Sep 03 23:43:46.792 INFO STEP 45 (remove_files) COMPLETE
38412024-09-03T23:43:47.937Z[ recovery-image] Sep 03 23:43:46.792 INFO O| Sep 03 23:43:46.792 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38422024-09-03T23:43:47.966Z[ recovery-image] Sep 03 23:43:46.823 INFO O| Sep 03 23:43:46.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38432024-09-03T23:43:47.966Z[ recovery-image] Sep 03 23:43:46.823 INFO O| Sep 03 23:43:46.823 INFO STEP 46 (remove_files) COMPLETE
38442024-09-03T23:43:47.968Z[ recovery-image] Sep 03 23:43:46.823 INFO O| Sep 03 23:43:46.823 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38452024-09-03T23:43:47.984Z[ recovery-image] Sep 03 23:43:46.840 INFO O| Sep 03 23:43:46.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
38462024-09-03T23:43:47.984Z[ recovery-image] Sep 03 23:43:46.840 INFO O| Sep 03 23:43:46.840 INFO STEP 47 (remove_files) COMPLETE
38472024-09-03T23:43:47.987Z[ recovery-image] Sep 03 23:43:46.840 INFO O| Sep 03 23:43:46.840 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38482024-09-03T23:43:48.018Z[ recovery-image] Sep 03 23:43:46.875 INFO O| Sep 03 23:43:46.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
38492024-09-03T23:43:48.020Z[ recovery-image] Sep 03 23:43:46.875 INFO O| Sep 03 23:43:46.875 INFO STEP 48 (remove_files) COMPLETE
38502024-09-03T23:43:48.020Z[ recovery-image] Sep 03 23:43:46.875 INFO O| Sep 03 23:43:46.875 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38512024-09-03T23:43:48.038Z[ recovery-image] Sep 03 23:43:46.895 INFO O| Sep 03 23:43:46.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
38522024-09-03T23:43:48.040Z[ recovery-image] Sep 03 23:43:46.895 INFO O| Sep 03 23:43:46.895 INFO STEP 49 (remove_files) COMPLETE
38532024-09-03T23:43:48.041Z[ recovery-image] Sep 03 23:43:46.895 INFO O| Sep 03 23:43:46.895 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38542024-09-03T23:43:48.064Z[ recovery-image] Sep 03 23:43:46.920 INFO O| Sep 03 23:43:46.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
38552024-09-03T23:43:48.064Z[ recovery-image] Sep 03 23:43:46.920 INFO O| Sep 03 23:43:46.920 INFO STEP 50 (remove_files) COMPLETE
38562024-09-03T23:43:48.064Z[ recovery-image] Sep 03 23:43:46.920 INFO O| Sep 03 23:43:46.920 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38572024-09-03T23:43:48.082Z[ recovery-image] Sep 03 23:43:46.938 INFO O| Sep 03 23:43:46.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
38582024-09-03T23:43:48.082Z[ recovery-image] Sep 03 23:43:46.938 INFO O| Sep 03 23:43:46.938 INFO STEP 51 (remove_files) COMPLETE
38592024-09-03T23:43:48.082Z[ recovery-image] Sep 03 23:43:46.938 INFO O| Sep 03 23:43:46.938 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38602024-09-03T23:43:48.113Z[ recovery-image] Sep 03 23:43:46.969 INFO O| Sep 03 23:43:46.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
38612024-09-03T23:43:48.113Z[ recovery-image] Sep 03 23:43:46.969 INFO O| Sep 03 23:43:46.969 INFO STEP 52 (remove_files) COMPLETE
38622024-09-03T23:43:48.113Z[ recovery-image] Sep 03 23:43:46.969 INFO O| Sep 03 23:43:46.969 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38632024-09-03T23:43:48.139Z[ recovery-image] Sep 03 23:43:46.995 INFO O| Sep 03 23:43:46.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
38642024-09-03T23:43:48.139Z[ recovery-image] Sep 03 23:43:46.995 INFO O| Sep 03 23:43:46.995 INFO STEP 53 (remove_files) COMPLETE
38652024-09-03T23:43:48.139Z[ recovery-image] Sep 03 23:43:46.995 INFO O| Sep 03 23:43:46.995 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38662024-09-03T23:43:48.175Z[ recovery-image] Sep 03 23:43:47.032 INFO O| Sep 03 23:43:47.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
38672024-09-03T23:43:48.175Z[ recovery-image] Sep 03 23:43:47.032 INFO O| Sep 03 23:43:47.032 INFO STEP 54 (remove_files) COMPLETE
38682024-09-03T23:43:48.175Z[ recovery-image] Sep 03 23:43:47.032 INFO O| Sep 03 23:43:47.032 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38692024-09-03T23:43:48.193Z[ recovery-image] Sep 03 23:43:47.050 INFO O| Sep 03 23:43:47.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
38702024-09-03T23:43:48.193Z[ recovery-image] Sep 03 23:43:47.050 INFO O| Sep 03 23:43:47.050 INFO STEP 55 (remove_files) COMPLETE
38712024-09-03T23:43:48.193Z[ recovery-image] Sep 03 23:43:47.050 INFO O| Sep 03 23:43:47.050 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38722024-09-03T23:43:48.214Z[ recovery-image] Sep 03 23:43:47.071 INFO O| Sep 03 23:43:47.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
38732024-09-03T23:43:48.214Z[ recovery-image] Sep 03 23:43:47.071 INFO O| Sep 03 23:43:47.071 INFO STEP 56 (remove_files) COMPLETE
38742024-09-03T23:43:48.217Z[ recovery-image] Sep 03 23:43:47.071 INFO O| Sep 03 23:43:47.071 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38752024-09-03T23:43:48.234Z[ recovery-image] Sep 03 23:43:47.090 INFO O| Sep 03 23:43:47.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
38762024-09-03T23:43:48.234Z[ recovery-image] Sep 03 23:43:47.090 INFO O| Sep 03 23:43:47.090 INFO STEP 57 (remove_files) COMPLETE
38772024-09-03T23:43:48.234Z[ recovery-image] Sep 03 23:43:47.090 INFO O| Sep 03 23:43:47.090 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38782024-09-03T23:43:48.252Z[ recovery-image] Sep 03 23:43:47.109 INFO O| Sep 03 23:43:47.109 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
38792024-09-03T23:43:48.252Z[ recovery-image] Sep 03 23:43:47.109 INFO O| Sep 03 23:43:47.109 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
38802024-09-03T23:43:48.255Z[ recovery-image] Sep 03 23:43:47.110 INFO O| Sep 03 23:43:47.110 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38812024-09-03T23:43:48.255Z[ recovery-image] Sep 03 23:43:47.110 INFO O| Sep 03 23:43:47.110 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38822024-09-03T23:43:48.255Z[ recovery-image] Sep 03 23:43:47.110 INFO O| Sep 03 23:43:47.110 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38832024-09-03T23:43:48.255Z[ recovery-image] Sep 03 23:43:47.110 INFO O| Sep 03 23:43:47.110 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38842024-09-03T23:43:48.255Z[ recovery-image] Sep 03 23:43:47.110 INFO O| Sep 03 23:43:47.110 INFO ok!
38852024-09-03T23:43:48.255Z[ recovery-image] Sep 03 23:43:47.110 INFO O| Sep 03 23:43:47.110 INFO STEP 58 (ensure_file) COMPLETE
38862024-09-03T23:43:48.255Z[ recovery-image] Sep 03 23:43:47.110 INFO O| Sep 03 23:43:47.110 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-09-03T23:43:48.315Z[ recovery-image] Sep 03 23:43:47.172 INFO O| Sep 03 23:43:47.171 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38882024-09-03T23:43:48.315Z[ recovery-image] Sep 03 23:43:47.172 INFO O| Sep 03 23:43:47.172 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38892024-09-03T23:43:48.317Z[ recovery-image] Sep 03 23:43:47.172 INFO O| Sep 03 23:43:47.172 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38902024-09-03T23:43:48.317Z[ recovery-image] Sep 03 23:43:47.172 INFO O| Sep 03 23:43:47.172 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38912024-09-03T23:43:48.317Z[ recovery-image] Sep 03 23:43:47.172 INFO O| Sep 03 23:43:47.172 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38922024-09-03T23:43:48.317Z[ recovery-image] Sep 03 23:43:47.172 INFO O| Sep 03 23:43:47.172 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38932024-09-03T23:43:48.317Z[ recovery-image] Sep 03 23:43:47.172 INFO O| Sep 03 23:43:47.172 INFO ok!
38942024-09-03T23:43:48.328Z[ recovery-image] Sep 03 23:43:47.172 INFO O| Sep 03 23:43:47.172 INFO STEP 59 (ensure_file) COMPLETE
38952024-09-03T23:43:48.330Z[ recovery-image] Sep 03 23:43:47.172 INFO O| Sep 03 23:43:47.172 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38962024-09-03T23:43:48.352Z[ recovery-image] Sep 03 23:43:47.209 INFO O| Sep 03 23:43:47.209 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38972024-09-03T23:43:48.352Z[ recovery-image] Sep 03 23:43:47.209 INFO O| Sep 03 23:43:47.209 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38982024-09-03T23:43:48.355Z[ recovery-image] Sep 03 23:43:47.209 INFO O| Sep 03 23:43:47.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
38992024-09-03T23:43:48.355Z[ recovery-image] Sep 03 23:43:47.209 INFO O| Sep 03 23:43:47.209 INFO ok!
39002024-09-03T23:43:48.355Z[ recovery-image] Sep 03 23:43:47.210 INFO O| Sep 03 23:43:47.209 INFO STEP 60 (ensure_file) COMPLETE
39012024-09-03T23:43:48.355Z[ recovery-image] Sep 03 23:43:47.210 INFO O| Sep 03 23:43:47.209 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39022024-09-03T23:43:48.388Z[ recovery-image] Sep 03 23:43:47.245 INFO O| Sep 03 23:43:47.245 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39032024-09-03T23:43:48.388Z[ recovery-image] Sep 03 23:43:47.245 INFO O| Sep 03 23:43:47.245 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39042024-09-03T23:43:48.391Z[ recovery-image] Sep 03 23:43:47.245 INFO O| Sep 03 23:43:47.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39052024-09-03T23:43:48.391Z[ recovery-image] Sep 03 23:43:47.245 INFO O| Sep 03 23:43:47.245 INFO ok!
39062024-09-03T23:43:48.391Z[ recovery-image] Sep 03 23:43:47.245 INFO O| Sep 03 23:43:47.245 INFO STEP 61 (ensure_file) COMPLETE
39072024-09-03T23:43:48.391Z[ recovery-image] Sep 03 23:43:47.245 INFO O| Sep 03 23:43:47.245 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39082024-09-03T23:43:48.432Z[ recovery-image] Sep 03 23:43:47.289 INFO O| Sep 03 23:43:47.289 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39092024-09-03T23:43:48.432Z[ recovery-image] Sep 03 23:43:47.289 INFO O| Sep 03 23:43:47.289 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39102024-09-03T23:43:48.435Z[ recovery-image] Sep 03 23:43:47.289 INFO O| Sep 03 23:43:47.289 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39112024-09-03T23:43:48.435Z[ recovery-image] Sep 03 23:43:47.289 INFO O| Sep 03 23:43:47.289 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39122024-09-03T23:43:48.435Z[ recovery-image] Sep 03 23:43:47.289 INFO O| Sep 03 23:43:47.289 INFO ok!
39132024-09-03T23:43:48.435Z[ recovery-image] Sep 03 23:43:47.289 INFO O| Sep 03 23:43:47.289 INFO STEP 62 (ensure_file) COMPLETE
39142024-09-03T23:43:48.435Z[ recovery-image] Sep 03 23:43:47.289 INFO O| Sep 03 23:43:47.289 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39152024-09-03T23:43:48.453Z[ recovery-image] Sep 03 23:43:47.310 INFO O| Sep 03 23:43:47.310 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39162024-09-03T23:43:48.453Z[ recovery-image] Sep 03 23:43:47.310 INFO O| Sep 03 23:43:47.310 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39172024-09-03T23:43:48.453Z[ recovery-image] Sep 03 23:43:47.310 INFO O| Sep 03 23:43:47.310 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39182024-09-03T23:43:48.456Z[ recovery-image] Sep 03 23:43:47.310 INFO O| Sep 03 23:43:47.310 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39192024-09-03T23:43:48.456Z[ recovery-image] Sep 03 23:43:47.310 INFO O| Sep 03 23:43:47.310 INFO ok!
39202024-09-03T23:43:48.456Z[ recovery-image] Sep 03 23:43:47.311 INFO O| Sep 03 23:43:47.310 INFO STEP 63 (ensure_file) COMPLETE
39212024-09-03T23:43:48.456Z[ recovery-image] Sep 03 23:43:47.311 INFO O| Sep 03 23:43:47.311 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-09-03T23:43:48.481Z[ recovery-image] Sep 03 23:43:47.338 INFO O| Sep 03 23:43:47.337 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39232024-09-03T23:43:48.481Z[ recovery-image] Sep 03 23:43:47.338 INFO O| Sep 03 23:43:47.338 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39242024-09-03T23:43:48.483Z[ recovery-image] Sep 03 23:43:47.338 INFO O| Sep 03 23:43:47.338 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39252024-09-03T23:43:48.483Z[ recovery-image] Sep 03 23:43:47.338 INFO O| Sep 03 23:43:47.338 INFO ok!
39262024-09-03T23:43:48.483Z[ recovery-image] Sep 03 23:43:47.338 INFO O| Sep 03 23:43:47.338 INFO STEP 64 (assemble_files) COMPLETE
39272024-09-03T23:43:48.483Z[ recovery-image] Sep 03 23:43:47.338 INFO O| Sep 03 23:43:47.338 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-09-03T23:43:48.508Z[ recovery-image] Sep 03 23:43:47.364 INFO O| Sep 03 23:43:47.364 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39292024-09-03T23:43:48.508Z[ recovery-image] Sep 03 23:43:47.364 INFO O| Sep 03 23:43:47.364 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39302024-09-03T23:43:48.510Z[ recovery-image] Sep 03 23:43:47.365 INFO O| Sep 03 23:43:47.365 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39312024-09-03T23:43:48.510Z[ recovery-image] Sep 03 23:43:47.365 INFO O| Sep 03 23:43:47.365 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39322024-09-03T23:43:48.510Z[ recovery-image] Sep 03 23:43:47.365 INFO O| Sep 03 23:43:47.365 INFO ok!
39332024-09-03T23:43:48.510Z[ recovery-image] Sep 03 23:43:47.365 INFO O| Sep 03 23:43:47.365 INFO STEP 65 (ensure_file) COMPLETE
39342024-09-03T23:43:48.510Z[ recovery-image] Sep 03 23:43:47.365 INFO O| Sep 03 23:43:47.365 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39352024-09-03T23:43:48.510Z[ recovery-image] Sep 03 23:43:47.365 INFO O| Sep 03 23:43:47.365 INFO skip step because feature "omicron1" is not enabled
39362024-09-03T23:43:48.510Z[ recovery-image] Sep 03 23:43:47.365 INFO O| Sep 03 23:43:47.365 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39372024-09-03T23:43:48.510Z[ recovery-image] Sep 03 23:43:47.365 INFO O| Sep 03 23:43:47.365 INFO skip step because feature "omicron1" is not enabled
39382024-09-03T23:43:48.510Z[ recovery-image] Sep 03 23:43:47.365 INFO O| Sep 03 23:43:47.365 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39392024-09-03T23:43:48.510Z[ recovery-image] Sep 03 23:43:47.365 INFO O| Sep 03 23:43:47.365 INFO skip step because feature "omicron1" is not enabled
39402024-09-03T23:43:48.511Z[ recovery-image] Sep 03 23:43:47.365 INFO O| Sep 03 23:43:47.365 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39412024-09-03T23:43:48.570Z[ recovery-image] Sep 03 23:43:47.426 INFO O| Sep 03 23:43:47.426 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
39422024-09-03T23:43:48.570Z[ recovery-image] Sep 03 23:43:47.426 INFO O| Sep 03 23:43:47.426 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39432024-09-03T23:43:49.072Z[ host-image] Sep 03 23:43:47.928 INFO O| Sep 03 23:43:47.928 INFO O| Planning: Solver setup ... Done
39442024-09-03T23:43:49.078Z[ host-image] Sep 03 23:43:47.935 INFO O| Sep 03 23:43:47.935 INFO O| Planning: Running solver ... Done
39452024-09-03T23:43:49.143Z[ host-image] Sep 03 23:43:48.000 INFO O| Sep 03 23:43:48.000 INFO O| Planning: Finding local manifests ... Done
39462024-09-03T23:43:49.146Z[ host-image] Sep 03 23:43:48.002 INFO O| Sep 03 23:43:48.002 INFO O| Planning: Fetching manifests: 0/4 0% complete
39472024-09-03T23:43:49.357Z[ host-image] Sep 03 23:43:48.214 INFO O| Sep 03 23:43:48.214 INFO O| Planning: Fetching manifests: 4/4 100% complete
39482024-09-03T23:43:49.403Z[ host-image] Sep 03 23:43:48.259 INFO O| Sep 03 23:43:48.259 INFO O| Planning: Package planning ... Done
39492024-09-03T23:43:49.423Z[ host-image] Sep 03 23:43:48.280 INFO O| Sep 03 23:43:48.280 INFO O| Planning: Merging actions ... Done
39502024-09-03T23:43:49.575Z[ host-image] Sep 03 23:43:48.432 INFO O| Sep 03 23:43:48.432 INFO O| Planning: Checking for conflicting actions ... Done
39512024-09-03T23:43:49.578Z[ host-image] Sep 03 23:43:48.434 INFO O| Sep 03 23:43:48.434 INFO O| Planning: Consolidating action changes ... Done
39522024-09-03T23:43:50.110Z[ host-image] Sep 03 23:43:48.967 INFO O| Sep 03 23:43:48.967 INFO O| Planning: Evaluating mediators ... Done
39532024-09-03T23:43:50.112Z[ host-image] Sep 03 23:43:48.969 INFO O| Sep 03 23:43:48.969 INFO O| Planning: Planning completed in 4.51 seconds
39542024-09-03T23:43:50.115Z[ host-image] Sep 03 23:43:48.971 INFO O| Sep 03 23:43:48.971 INFO O| Packages to install: 4
39552024-09-03T23:43:50.115Z[ host-image] Sep 03 23:43:48.971 INFO O| Sep 03 23:43:48.971 INFO O| Services to change: 2
39562024-09-03T23:43:50.140Z[ host-image] Sep 03 23:43:48.997 INFO O| Sep 03 23:43:48.997 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
39572024-09-03T23:43:51.402Z[ host-image] Sep 03 23:43:50.258 INFO O| Sep 03 23:43:50.258 INFO O| Download: Completed 1.39 MB in 1.26 seconds (1.1M/s)
39582024-09-03T23:43:51.450Z[ host-image] Sep 03 23:43:50.306 INFO O| Sep 03 23:43:50.306 INFO O| Actions: 1/238 actions (Installing new actions)
39592024-09-03T23:43:51.523Z[ recovery-image] Sep 03 23:43:50.380 INFO O| Sep 03 23:43:50.380 INFO STEP 69 (pack_tar) COMPLETE
39602024-09-03T23:43:51.523Z[ recovery-image] Sep 03 23:43:50.380 INFO O| Sep 03 23:43:50.380 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39612024-09-03T23:43:51.526Z[ recovery-image] Sep 03 23:43:50.380 INFO O| Sep 03 23:43:50.380 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39622024-09-03T23:43:51.722Z[ recovery-image] Sep 03 23:43:50.578 INFO O| Sep 03 23:43:50.578 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39632024-09-03T23:43:51.859Z[ recovery-image] Sep 03 23:43:50.716 INFO O| Sep 03 23:43:50.716 INFO completed processing gimlet/ramdisk-02-trim
39642024-09-03T23:43:51.863Z[ recovery-image] Sep 03 23:43:50.719 INFO image builder template: ramdisk-03-recovery-trim...
39652024-09-03T23:43:51.865Z[ recovery-image] Sep 03 23:43:50.719 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/.tmpVIqjNP/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
39662024-09-03T23:43:51.948Z[ host-image] Sep 03 23:43:50.805 INFO O| Sep 03 23:43:50.805 INFO O| Actions: Completed 238 actions in 0.50 seconds.
39672024-09-03T23:43:52.063Z[ recovery-image] Sep 03 23:43:50.919 INFO O| Sep 03 23:43:50.919 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39682024-09-03T23:43:52.069Z[ recovery-image] Sep 03 23:43:50.926 INFO O| Sep 03 23:43:50.926 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39692024-09-03T23:43:52.221Z[ recovery-image] Sep 03 23:43:51.078 INFO O| Sep 03 23:43:51.078 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
39702024-09-03T23:43:52.336Z[ recovery-image] Sep 03 23:43:51.193 INFO O| Sep 03 23:43:51.193 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39712024-09-03T23:43:52.339Z[ recovery-image] Sep 03 23:43:51.193 INFO O| Sep 03 23:43:51.193 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39722024-09-03T23:43:52.352Z[ recovery-image] Sep 03 23:43:51.209 INFO O| Sep 03 23:43:51.209 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
39732024-09-03T23:43:52.361Z[ recovery-image] Sep 03 23:43:51.218 INFO O| Sep 03 23:43:51.218 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39742024-09-03T23:43:52.372Z[ recovery-image] Sep 03 23:43:51.228 INFO O| Sep 03 23:43:51.228 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39752024-09-03T23:43:52.456Z[ host-image] Sep 03 23:43:51.312 INFO O| Sep 03 23:43:51.312 INFO O| Done
39762024-09-03T23:43:52.456Z[ host-image] Sep 03 23:43:51.312 INFO O| Sep 03 23:43:51.312 INFO O| Done
39772024-09-03T23:43:52.950Z[ recovery-image] Sep 03 23:43:51.806 INFO O| Sep 03 23:43:51.806 INFO rolled back to input snapshot; work may begin
39782024-09-03T23:43:52.950Z[ recovery-image] Sep 03 23:43:51.806 INFO O| Sep 03 23:43:51.806 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
39792024-09-03T23:43:52.991Z[ recovery-image] Sep 03 23:43:51.847 INFO O| Sep 03 23:43:51.847 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39802024-09-03T23:43:53.022Z[ recovery-image] Sep 03 23:43:51.879 INFO O| Sep 03 23:43:51.879 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
39812024-09-03T23:43:53.102Z[ recovery-image] Sep 03 23:43:51.959 INFO O| Sep 03 23:43:51.959 INFO STEP 0 (remove_files) COMPLETE
39822024-09-03T23:43:53.102Z[ recovery-image] Sep 03 23:43:51.959 INFO O| Sep 03 23:43:51.959 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39832024-09-03T23:43:53.136Z[ recovery-image] Sep 03 23:43:51.992 INFO O| Sep 03 23:43:51.992 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
39842024-09-03T23:43:53.324Z[ host-image] Sep 03 23:43:52.181 INFO O| Sep 03 23:43:52.181 INFO O| Done
39852024-09-03T23:43:53.405Z[ recovery-image] Sep 03 23:43:52.261 INFO O| Sep 03 23:43:52.261 INFO STEP 1 (remove_files) COMPLETE
39862024-09-03T23:43:53.405Z[ recovery-image] Sep 03 23:43:52.261 INFO O| Sep 03 23:43:52.261 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39872024-09-03T23:43:53.447Z[ recovery-image] Sep 03 23:43:52.303 INFO O| Sep 03 23:43:52.303 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
39882024-09-03T23:43:53.493Z[ recovery-image] Sep 03 23:43:52.349 INFO O| Sep 03 23:43:52.349 INFO STEP 2 (remove_files) COMPLETE
39892024-09-03T23:43:53.493Z[ recovery-image] Sep 03 23:43:52.349 INFO O| Sep 03 23:43:52.349 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39902024-09-03T23:43:53.528Z[ recovery-image] Sep 03 23:43:52.384 INFO O| Sep 03 23:43:52.384 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
39912024-09-03T23:43:53.714Z[ recovery-image] Sep 03 23:43:52.570 INFO O| Sep 03 23:43:52.570 INFO STEP 3 (remove_files) COMPLETE
39922024-09-03T23:43:53.714Z[ recovery-image] Sep 03 23:43:52.570 INFO O| Sep 03 23:43:52.570 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39932024-09-03T23:43:53.751Z[ recovery-image] Sep 03 23:43:52.608 INFO O| Sep 03 23:43:52.608 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
39942024-09-03T23:43:54.124Z[ recovery-image] Sep 03 23:43:52.981 INFO O| Sep 03 23:43:52.980 INFO STEP 4 (remove_files) COMPLETE
39952024-09-03T23:43:54.124Z[ recovery-image] Sep 03 23:43:52.981 INFO O| Sep 03 23:43:52.981 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39962024-09-03T23:43:54.175Z[ recovery-image] Sep 03 23:43:53.031 INFO O| Sep 03 23:43:53.031 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
39972024-09-03T23:43:54.252Z[ recovery-image] Sep 03 23:43:53.109 INFO O| Sep 03 23:43:53.109 INFO STEP 5 (remove_files) COMPLETE
39982024-09-03T23:43:54.252Z[ recovery-image] Sep 03 23:43:53.109 INFO O| Sep 03 23:43:53.109 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39992024-09-03T23:43:54.312Z[ recovery-image] Sep 03 23:43:53.168 INFO O| Sep 03 23:43:53.168 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40002024-09-03T23:43:54.315Z[ recovery-image] Sep 03 23:43:53.170 INFO O| Sep 03 23:43:53.170 INFO STEP 6 (remove_files) COMPLETE
40012024-09-03T23:43:54.316Z[ recovery-image] Sep 03 23:43:53.170 INFO O| Sep 03 23:43:53.170 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-09-03T23:43:54.373Z[ recovery-image] Sep 03 23:43:53.230 INFO O| Sep 03 23:43:53.229 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
40032024-09-03T23:43:54.417Z[ recovery-image] Sep 03 23:43:53.273 INFO O| Sep 03 23:43:53.273 INFO STEP 7 (remove_files) COMPLETE
40042024-09-03T23:43:54.417Z[ recovery-image] Sep 03 23:43:53.273 INFO O| Sep 03 23:43:53.273 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-09-03T23:43:54.471Z[ recovery-image] Sep 03 23:43:53.328 INFO O| Sep 03 23:43:53.328 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40062024-09-03T23:43:54.495Z[ recovery-image] Sep 03 23:43:53.352 INFO O| Sep 03 23:43:53.352 INFO STEP 8 (remove_files) COMPLETE
40072024-09-03T23:43:54.496Z[ recovery-image] Sep 03 23:43:53.352 INFO O| Sep 03 23:43:53.352 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40082024-09-03T23:43:54.544Z[ recovery-image] Sep 03 23:43:53.401 INFO O| Sep 03 23:43:53.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40092024-09-03T23:43:54.547Z[ recovery-image] Sep 03 23:43:53.401 INFO O| Sep 03 23:43:53.401 INFO STEP 9 (remove_files) COMPLETE
40102024-09-03T23:43:54.547Z[ recovery-image] Sep 03 23:43:53.401 INFO O| Sep 03 23:43:53.401 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40112024-09-03T23:43:54.564Z[ recovery-image] Sep 03 23:43:53.420 INFO O| Sep 03 23:43:53.420 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40122024-09-03T23:43:54.587Z[ recovery-image] Sep 03 23:43:53.444 INFO O| Sep 03 23:43:53.443 INFO STEP 10 (remove_files) COMPLETE
40132024-09-03T23:43:54.587Z[ recovery-image] Sep 03 23:43:53.444 INFO O| Sep 03 23:43:53.444 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40142024-09-03T23:43:54.619Z[ recovery-image] Sep 03 23:43:53.475 INFO O| Sep 03 23:43:53.475 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40152024-09-03T23:43:55.356Z[ recovery-image] Sep 03 23:43:54.213 INFO O| Sep 03 23:43:54.212 INFO STEP 11 (remove_files) COMPLETE
40162024-09-03T23:43:55.372Z[ recovery-image] Sep 03 23:43:54.229 INFO O| Sep 03 23:43:54.229 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40172024-09-03T23:43:55.413Z[ recovery-image] Sep 03 23:43:54.269 INFO O| Sep 03 23:43:54.269 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40182024-09-03T23:43:55.458Z[ recovery-image] Sep 03 23:43:54.315 INFO O| Sep 03 23:43:54.314 INFO STEP 12 (remove_files) COMPLETE
40192024-09-03T23:43:55.458Z[ recovery-image] Sep 03 23:43:54.315 INFO O| Sep 03 23:43:54.314 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40202024-09-03T23:43:55.479Z[ recovery-image] Sep 03 23:43:54.335 INFO O| Sep 03 23:43:54.335 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40212024-09-03T23:43:55.503Z[ recovery-image] Sep 03 23:43:54.358 INFO O| Sep 03 23:43:54.358 INFO STEP 13 (remove_files) COMPLETE
40222024-09-03T23:43:55.503Z[ recovery-image] Sep 03 23:43:54.358 INFO O| Sep 03 23:43:54.358 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40232024-09-03T23:43:55.524Z[ recovery-image] Sep 03 23:43:54.380 INFO O| Sep 03 23:43:54.380 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40242024-09-03T23:43:55.526Z[ recovery-image] Sep 03 23:43:54.381 INFO O| Sep 03 23:43:54.380 INFO STEP 14 (remove_files) COMPLETE
40252024-09-03T23:43:55.526Z[ recovery-image] Sep 03 23:43:54.381 INFO O| Sep 03 23:43:54.380 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40262024-09-03T23:43:55.544Z[ recovery-image] Sep 03 23:43:54.400 INFO O| Sep 03 23:43:54.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40272024-09-03T23:43:55.555Z[ recovery-image] Sep 03 23:43:54.410 INFO O| Sep 03 23:43:54.410 INFO STEP 15 (remove_files) COMPLETE
40282024-09-03T23:43:55.555Z[ recovery-image] Sep 03 23:43:54.410 INFO O| Sep 03 23:43:54.410 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40292024-09-03T23:43:55.575Z[ recovery-image] Sep 03 23:43:54.432 INFO O| Sep 03 23:43:54.432 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40302024-09-03T23:43:55.649Z[ host-image] Sep 03 23:43:54.505 INFO O| Sep 03 23:43:54.505 INFO O| Done
40312024-09-03T23:43:55.693Z[ host-image] Sep 03 23:43:54.549 INFO O| Sep 03 23:43:54.549 INFO O| Done
40322024-09-03T23:43:55.695Z[ host-image] Sep 03 23:43:54.549 INFO O| Sep 03 23:43:54.549 INFO O| Done
40332024-09-03T23:43:55.711Z[ recovery-image] Sep 03 23:43:54.568 INFO O| Sep 03 23:43:54.568 INFO STEP 16 (remove_files) COMPLETE
40342024-09-03T23:43:55.712Z[ recovery-image] Sep 03 23:43:54.568 INFO O| Sep 03 23:43:54.568 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40352024-09-03T23:43:55.718Z[ host-image] Sep 03 23:43:54.575 INFO O| Sep 03 23:43:54.575 INFO O| Done
40362024-09-03T23:43:55.734Z[ recovery-image] Sep 03 23:43:54.590 INFO O| Sep 03 23:43:54.590 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40372024-09-03T23:43:55.736Z[ recovery-image] Sep 03 23:43:54.590 INFO O| Sep 03 23:43:54.590 INFO STEP 17 (remove_files) COMPLETE
40382024-09-03T23:43:55.736Z[ recovery-image] Sep 03 23:43:54.590 INFO O| Sep 03 23:43:54.590 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-09-03T23:43:55.753Z[ recovery-image] Sep 03 23:43:54.610 INFO O| Sep 03 23:43:54.610 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40402024-09-03T23:43:55.776Z[ recovery-image] Sep 03 23:43:54.631 INFO O| Sep 03 23:43:54.631 INFO STEP 18 (remove_files) COMPLETE
40412024-09-03T23:43:55.776Z[ recovery-image] Sep 03 23:43:54.631 INFO O| Sep 03 23:43:54.631 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40422024-09-03T23:43:55.795Z[ recovery-image] Sep 03 23:43:54.651 INFO O| Sep 03 23:43:54.651 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40432024-09-03T23:43:55.881Z[ host-image] Sep 03 23:43:54.737 INFO O| Sep 03 23:43:54.737 INFO STEP 12 (pkg_install) COMPLETE
40442024-09-03T23:43:55.881Z[ host-image] Sep 03 23:43:54.738 INFO O| Sep 03 23:43:54.737 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40452024-09-03T23:43:55.899Z[ host-image] Sep 03 23:43:54.756 INFO O| Sep 03 23:43:54.756 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
40462024-09-03T23:43:56.029Z[ recovery-image] Sep 03 23:43:54.885 INFO O| Sep 03 23:43:54.885 INFO STEP 19 (remove_files) COMPLETE
40472024-09-03T23:43:56.029Z[ recovery-image] Sep 03 23:43:54.885 INFO O| Sep 03 23:43:54.885 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40482024-09-03T23:43:56.048Z[ recovery-image] Sep 03 23:43:54.905 INFO O| Sep 03 23:43:54.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40492024-09-03T23:43:56.051Z[ recovery-image] Sep 03 23:43:54.906 INFO O| Sep 03 23:43:54.906 INFO STEP 20 (remove_files) COMPLETE
40502024-09-03T23:43:56.051Z[ recovery-image] Sep 03 23:43:54.907 INFO O| Sep 03 23:43:54.906 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-09-03T23:43:56.089Z[ recovery-image] Sep 03 23:43:54.946 INFO O| Sep 03 23:43:54.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
40522024-09-03T23:43:56.089Z[ recovery-image] Sep 03 23:43:54.946 INFO O| Sep 03 23:43:54.946 INFO STEP 21 (remove_files) COMPLETE
40532024-09-03T23:43:56.092Z[ recovery-image] Sep 03 23:43:54.946 INFO O| Sep 03 23:43:54.946 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-09-03T23:43:56.109Z[ recovery-image] Sep 03 23:43:54.965 INFO O| Sep 03 23:43:54.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
40552024-09-03T23:43:56.112Z[ recovery-image] Sep 03 23:43:54.967 INFO O| Sep 03 23:43:54.967 INFO STEP 22 (remove_files) COMPLETE
40562024-09-03T23:43:56.112Z[ recovery-image] Sep 03 23:43:54.967 INFO O| Sep 03 23:43:54.967 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-09-03T23:43:56.130Z[ recovery-image] Sep 03 23:43:54.987 INFO O| Sep 03 23:43:54.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
40582024-09-03T23:43:56.133Z[ recovery-image] Sep 03 23:43:54.988 INFO O| Sep 03 23:43:54.988 INFO STEP 23 (remove_files) COMPLETE
40592024-09-03T23:43:56.133Z[ recovery-image] Sep 03 23:43:54.988 INFO O| Sep 03 23:43:54.988 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-09-03T23:43:56.150Z[ recovery-image] Sep 03 23:43:55.007 INFO O| Sep 03 23:43:55.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
40612024-09-03T23:43:56.163Z[ recovery-image] Sep 03 23:43:55.019 INFO O| Sep 03 23:43:55.019 INFO STEP 24 (remove_files) COMPLETE
40622024-09-03T23:43:56.163Z[ recovery-image] Sep 03 23:43:55.019 INFO O| Sep 03 23:43:55.019 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-09-03T23:43:56.196Z[ recovery-image] Sep 03 23:43:55.052 INFO O| Sep 03 23:43:55.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
40642024-09-03T23:43:56.196Z[ recovery-image] Sep 03 23:43:55.052 INFO O| Sep 03 23:43:55.052 INFO STEP 25 (remove_files) COMPLETE
40652024-09-03T23:43:56.198Z[ recovery-image] Sep 03 23:43:55.053 INFO O| Sep 03 23:43:55.053 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-09-03T23:43:56.216Z[ recovery-image] Sep 03 23:43:55.072 INFO O| Sep 03 23:43:55.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
40672024-09-03T23:43:56.218Z[ recovery-image] Sep 03 23:43:55.072 INFO O| Sep 03 23:43:55.072 INFO STEP 26 (remove_files) COMPLETE
40682024-09-03T23:43:56.218Z[ recovery-image] Sep 03 23:43:55.072 INFO O| Sep 03 23:43:55.072 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-09-03T23:43:56.234Z[ recovery-image] Sep 03 23:43:55.090 INFO O| Sep 03 23:43:55.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
40702024-09-03T23:43:56.237Z[ recovery-image] Sep 03 23:43:55.090 INFO O| Sep 03 23:43:55.090 INFO STEP 27 (remove_files) COMPLETE
40712024-09-03T23:43:56.237Z[ recovery-image] Sep 03 23:43:55.091 INFO O| Sep 03 23:43:55.091 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-09-03T23:43:56.253Z[ recovery-image] Sep 03 23:43:55.109 INFO O| Sep 03 23:43:55.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
40732024-09-03T23:43:56.257Z[ recovery-image] Sep 03 23:43:55.114 INFO O| Sep 03 23:43:55.114 INFO STEP 28 (remove_files) COMPLETE
40742024-09-03T23:43:56.257Z[ recovery-image] Sep 03 23:43:55.114 INFO O| Sep 03 23:43:55.114 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-09-03T23:43:56.318Z[ recovery-image] Sep 03 23:43:55.175 INFO O| Sep 03 23:43:55.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
40762024-09-03T23:43:56.321Z[ recovery-image] Sep 03 23:43:55.176 INFO O| Sep 03 23:43:55.176 INFO STEP 29 (remove_files) COMPLETE
40772024-09-03T23:43:56.321Z[ recovery-image] Sep 03 23:43:55.176 INFO O| Sep 03 23:43:55.176 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-09-03T23:43:56.351Z[ recovery-image] Sep 03 23:43:55.208 INFO O| Sep 03 23:43:55.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
40792024-09-03T23:43:56.351Z[ recovery-image] Sep 03 23:43:55.208 INFO O| Sep 03 23:43:55.208 INFO STEP 30 (remove_files) COMPLETE
40802024-09-03T23:43:56.354Z[ recovery-image] Sep 03 23:43:55.208 INFO O| Sep 03 23:43:55.208 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-09-03T23:43:56.385Z[ recovery-image] Sep 03 23:43:55.241 INFO O| Sep 03 23:43:55.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
40822024-09-03T23:43:56.385Z[ recovery-image] Sep 03 23:43:55.241 INFO O| Sep 03 23:43:55.241 INFO STEP 31 (remove_files) COMPLETE
40832024-09-03T23:43:56.385Z[ recovery-image] Sep 03 23:43:55.241 INFO O| Sep 03 23:43:55.241 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-09-03T23:43:56.426Z[ recovery-image] Sep 03 23:43:55.282 INFO O| Sep 03 23:43:55.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
40852024-09-03T23:43:56.442Z[ recovery-image] Sep 03 23:43:55.299 INFO O| Sep 03 23:43:55.299 INFO STEP 32 (remove_files) COMPLETE
40862024-09-03T23:43:56.442Z[ recovery-image] Sep 03 23:43:55.299 INFO O| Sep 03 23:43:55.299 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-09-03T23:43:56.464Z[ recovery-image] Sep 03 23:43:55.320 INFO O| Sep 03 23:43:55.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
40882024-09-03T23:43:56.474Z[ recovery-image] Sep 03 23:43:55.331 INFO O| Sep 03 23:43:55.331 INFO STEP 33 (remove_files) COMPLETE
40892024-09-03T23:43:56.477Z[ recovery-image] Sep 03 23:43:55.331 INFO O| Sep 03 23:43:55.331 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-09-03T23:43:56.514Z[ recovery-image] Sep 03 23:43:55.371 INFO O| Sep 03 23:43:55.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
40912024-09-03T23:43:56.514Z[ recovery-image] Sep 03 23:43:55.371 INFO O| Sep 03 23:43:55.371 INFO STEP 34 (remove_files) COMPLETE
40922024-09-03T23:43:56.517Z[ recovery-image] Sep 03 23:43:55.371 INFO O| Sep 03 23:43:55.371 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-09-03T23:43:56.593Z[ recovery-image] Sep 03 23:43:55.450 INFO O| Sep 03 23:43:55.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
40942024-09-03T23:43:56.596Z[ recovery-image] Sep 03 23:43:55.451 INFO O| Sep 03 23:43:55.451 INFO STEP 35 (remove_files) COMPLETE
40952024-09-03T23:43:56.596Z[ recovery-image] Sep 03 23:43:55.451 INFO O| Sep 03 23:43:55.451 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-09-03T23:43:56.713Z[ recovery-image] Sep 03 23:43:55.569 INFO O| Sep 03 23:43:55.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
40972024-09-03T23:43:56.731Z[ recovery-image] Sep 03 23:43:55.588 INFO O| Sep 03 23:43:55.588 INFO STEP 36 (remove_files) COMPLETE
40982024-09-03T23:43:56.731Z[ recovery-image] Sep 03 23:43:55.588 INFO O| Sep 03 23:43:55.588 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-09-03T23:43:56.789Z[ recovery-image] Sep 03 23:43:55.645 INFO O| Sep 03 23:43:55.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
41002024-09-03T23:43:56.812Z[ recovery-image] Sep 03 23:43:55.669 INFO O| Sep 03 23:43:55.669 INFO STEP 37 (remove_files) COMPLETE
41012024-09-03T23:43:56.812Z[ recovery-image] Sep 03 23:43:55.669 INFO O| Sep 03 23:43:55.669 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-09-03T23:43:56.901Z[ recovery-image] Sep 03 23:43:55.757 INFO O| Sep 03 23:43:55.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
41032024-09-03T23:43:56.901Z[ recovery-image] Sep 03 23:43:55.757 INFO O| Sep 03 23:43:55.757 INFO STEP 38 (remove_files) COMPLETE
41042024-09-03T23:43:56.905Z[ recovery-image] Sep 03 23:43:55.757 INFO O| Sep 03 23:43:55.757 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-09-03T23:43:56.957Z[ recovery-image] Sep 03 23:43:55.814 INFO O| Sep 03 23:43:55.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41062024-09-03T23:43:56.957Z[ recovery-image] Sep 03 23:43:55.814 INFO O| Sep 03 23:43:55.814 INFO STEP 39 (remove_files) COMPLETE
41072024-09-03T23:43:56.957Z[ recovery-image] Sep 03 23:43:55.814 INFO O| Sep 03 23:43:55.814 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-09-03T23:43:56.977Z[ recovery-image] Sep 03 23:43:55.833 INFO O| Sep 03 23:43:55.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41092024-09-03T23:43:56.977Z[ recovery-image] Sep 03 23:43:55.833 INFO O| Sep 03 23:43:55.833 INFO STEP 40 (remove_files) COMPLETE
41102024-09-03T23:43:56.977Z[ recovery-image] Sep 03 23:43:55.833 INFO O| Sep 03 23:43:55.833 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-09-03T23:43:56.979Z[ host-image] Sep 03 23:43:55.835 INFO O| Sep 03 23:43:55.835 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41122024-09-03T23:43:56.996Z[ recovery-image] Sep 03 23:43:55.853 INFO O| Sep 03 23:43:55.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41132024-09-03T23:43:56.996Z[ recovery-image] Sep 03 23:43:55.853 INFO O| Sep 03 23:43:55.853 INFO STEP 41 (remove_files) COMPLETE
41142024-09-03T23:43:56.996Z[ recovery-image] Sep 03 23:43:55.853 INFO O| Sep 03 23:43:55.853 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41152024-09-03T23:43:57.016Z[ recovery-image] Sep 03 23:43:55.872 INFO O| Sep 03 23:43:55.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41162024-09-03T23:43:57.016Z[ recovery-image] Sep 03 23:43:55.872 INFO O| Sep 03 23:43:55.872 INFO STEP 42 (remove_files) COMPLETE
41172024-09-03T23:43:57.018Z[ recovery-image] Sep 03 23:43:55.872 INFO O| Sep 03 23:43:55.872 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41182024-09-03T23:43:57.037Z[ recovery-image] Sep 03 23:43:55.894 INFO O| Sep 03 23:43:55.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41192024-09-03T23:43:57.038Z[ recovery-image] Sep 03 23:43:55.894 INFO O| Sep 03 23:43:55.894 INFO STEP 43 (remove_files) COMPLETE
41202024-09-03T23:43:57.038Z[ recovery-image] Sep 03 23:43:55.894 INFO O| Sep 03 23:43:55.894 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41212024-09-03T23:43:57.075Z[ recovery-image] Sep 03 23:43:55.932 INFO O| Sep 03 23:43:55.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41222024-09-03T23:43:57.078Z[ recovery-image] Sep 03 23:43:55.932 INFO O| Sep 03 23:43:55.932 INFO STEP 44 (remove_files) COMPLETE
41232024-09-03T23:43:57.078Z[ recovery-image] Sep 03 23:43:55.932 INFO O| Sep 03 23:43:55.932 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41242024-09-03T23:43:57.097Z[ recovery-image] Sep 03 23:43:55.953 INFO O| Sep 03 23:43:55.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41252024-09-03T23:43:57.121Z[ recovery-image] Sep 03 23:43:55.977 INFO O| Sep 03 23:43:55.977 INFO STEP 45 (remove_files) COMPLETE
41262024-09-03T23:43:57.123Z[ recovery-image] Sep 03 23:43:55.977 INFO O| Sep 03 23:43:55.977 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41272024-09-03T23:43:57.144Z[ recovery-image] Sep 03 23:43:56.000 INFO O| Sep 03 23:43:56.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41282024-09-03T23:43:57.147Z[ recovery-image] Sep 03 23:43:56.001 INFO O| Sep 03 23:43:56.001 INFO STEP 46 (remove_files) COMPLETE
41292024-09-03T23:43:57.147Z[ recovery-image] Sep 03 23:43:56.001 INFO O| Sep 03 23:43:56.001 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41302024-09-03T23:43:57.206Z[ recovery-image] Sep 03 23:43:56.062 INFO O| Sep 03 23:43:56.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41312024-09-03T23:43:57.208Z[ recovery-image] Sep 03 23:43:56.062 INFO O| Sep 03 23:43:56.062 INFO STEP 47 (remove_files) COMPLETE
41322024-09-03T23:43:57.208Z[ recovery-image] Sep 03 23:43:56.062 INFO O| Sep 03 23:43:56.062 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41332024-09-03T23:43:57.226Z[ recovery-image] Sep 03 23:43:56.082 INFO O| Sep 03 23:43:56.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41342024-09-03T23:43:57.228Z[ recovery-image] Sep 03 23:43:56.082 INFO O| Sep 03 23:43:56.082 INFO STEP 48 (remove_files) COMPLETE
41352024-09-03T23:43:57.228Z[ recovery-image] Sep 03 23:43:56.082 INFO O| Sep 03 23:43:56.082 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41362024-09-03T23:43:57.246Z[ recovery-image] Sep 03 23:43:56.103 INFO O| Sep 03 23:43:56.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41372024-09-03T23:43:57.249Z[ recovery-image] Sep 03 23:43:56.103 INFO O| Sep 03 23:43:56.103 INFO STEP 49 (remove_files) COMPLETE
41382024-09-03T23:43:57.249Z[ recovery-image] Sep 03 23:43:56.103 INFO O| Sep 03 23:43:56.103 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41392024-09-03T23:43:57.266Z[ recovery-image] Sep 03 23:43:56.123 INFO O| Sep 03 23:43:56.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41402024-09-03T23:43:57.269Z[ recovery-image] Sep 03 23:43:56.123 INFO O| Sep 03 23:43:56.123 INFO STEP 50 (remove_files) COMPLETE
41412024-09-03T23:43:57.269Z[ recovery-image] Sep 03 23:43:56.123 INFO O| Sep 03 23:43:56.123 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-09-03T23:43:57.389Z[ recovery-image] Sep 03 23:43:56.245 INFO O| Sep 03 23:43:56.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41432024-09-03T23:43:57.389Z[ recovery-image] Sep 03 23:43:56.245 INFO O| Sep 03 23:43:56.245 INFO STEP 51 (remove_files) COMPLETE
41442024-09-03T23:43:57.394Z[ recovery-image] Sep 03 23:43:56.245 INFO O| Sep 03 23:43:56.245 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-09-03T23:43:57.431Z[ recovery-image] Sep 03 23:43:56.287 INFO O| Sep 03 23:43:56.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41462024-09-03T23:43:57.431Z[ recovery-image] Sep 03 23:43:56.287 INFO O| Sep 03 23:43:56.287 INFO STEP 52 (remove_files) COMPLETE
41472024-09-03T23:43:57.431Z[ recovery-image] Sep 03 23:43:56.287 INFO O| Sep 03 23:43:56.287 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-09-03T23:43:57.448Z[ recovery-image] Sep 03 23:43:56.305 INFO O| Sep 03 23:43:56.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41492024-09-03T23:43:57.451Z[ recovery-image] Sep 03 23:43:56.306 INFO O| Sep 03 23:43:56.306 INFO STEP 53 (remove_files) COMPLETE
41502024-09-03T23:43:57.451Z[ recovery-image] Sep 03 23:43:56.306 INFO O| Sep 03 23:43:56.306 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-09-03T23:43:57.502Z[ recovery-image] Sep 03 23:43:56.358 INFO O| Sep 03 23:43:56.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
41522024-09-03T23:43:57.502Z[ recovery-image] Sep 03 23:43:56.358 INFO O| Sep 03 23:43:56.358 INFO STEP 54 (remove_files) COMPLETE
41532024-09-03T23:43:57.502Z[ recovery-image] Sep 03 23:43:56.358 INFO O| Sep 03 23:43:56.358 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-09-03T23:43:57.535Z[ recovery-image] Sep 03 23:43:56.391 INFO O| Sep 03 23:43:56.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
41552024-09-03T23:43:57.535Z[ recovery-image] Sep 03 23:43:56.391 INFO O| Sep 03 23:43:56.391 INFO STEP 55 (remove_files) COMPLETE
41562024-09-03T23:43:57.537Z[ recovery-image] Sep 03 23:43:56.391 INFO O| Sep 03 23:43:56.391 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-09-03T23:43:57.555Z[ recovery-image] Sep 03 23:43:56.411 INFO O| Sep 03 23:43:56.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
41582024-09-03T23:43:57.555Z[ recovery-image] Sep 03 23:43:56.411 INFO O| Sep 03 23:43:56.411 INFO STEP 56 (remove_files) COMPLETE
41592024-09-03T23:43:57.555Z[ recovery-image] Sep 03 23:43:56.411 INFO O| Sep 03 23:43:56.411 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-09-03T23:43:57.573Z[ recovery-image] Sep 03 23:43:56.429 INFO O| Sep 03 23:43:56.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
41612024-09-03T23:43:57.573Z[ recovery-image] Sep 03 23:43:56.429 INFO O| Sep 03 23:43:56.429 INFO STEP 57 (remove_files) COMPLETE
41622024-09-03T23:43:57.574Z[ recovery-image] Sep 03 23:43:56.429 INFO O| Sep 03 23:43:56.429 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-09-03T23:43:57.592Z[ recovery-image] Sep 03 23:43:56.448 INFO O| Sep 03 23:43:56.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
41642024-09-03T23:43:57.592Z[ recovery-image] Sep 03 23:43:56.448 INFO O| Sep 03 23:43:56.448 INFO STEP 58 (remove_files) COMPLETE
41652024-09-03T23:43:57.592Z[ recovery-image] Sep 03 23:43:56.448 INFO O| Sep 03 23:43:56.448 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-09-03T23:43:57.609Z[ recovery-image] Sep 03 23:43:56.465 INFO O| Sep 03 23:43:56.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
41672024-09-03T23:43:57.610Z[ recovery-image] Sep 03 23:43:56.465 INFO O| Sep 03 23:43:56.465 INFO STEP 59 (remove_files) COMPLETE
41682024-09-03T23:43:57.610Z[ recovery-image] Sep 03 23:43:56.465 INFO O| Sep 03 23:43:56.465 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-09-03T23:43:57.646Z[ recovery-image] Sep 03 23:43:56.502 INFO O| Sep 03 23:43:56.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
41702024-09-03T23:43:57.646Z[ recovery-image] Sep 03 23:43:56.502 INFO O| Sep 03 23:43:56.502 INFO STEP 60 (remove_files) COMPLETE
41712024-09-03T23:43:57.646Z[ recovery-image] Sep 03 23:43:56.502 INFO O| Sep 03 23:43:56.502 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-09-03T23:43:57.707Z[ recovery-image] Sep 03 23:43:56.563 INFO O| Sep 03 23:43:56.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
41732024-09-03T23:43:57.710Z[ recovery-image] Sep 03 23:43:56.563 INFO O| Sep 03 23:43:56.563 INFO STEP 61 (remove_files) COMPLETE
41742024-09-03T23:43:57.710Z[ recovery-image] Sep 03 23:43:56.563 INFO O| Sep 03 23:43:56.563 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-09-03T23:43:57.732Z[ recovery-image] Sep 03 23:43:56.588 INFO O| Sep 03 23:43:56.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
41762024-09-03T23:43:57.732Z[ recovery-image] Sep 03 23:43:56.588 INFO O| Sep 03 23:43:56.588 INFO STEP 62 (remove_files) COMPLETE
41772024-09-03T23:43:57.734Z[ recovery-image] Sep 03 23:43:56.588 INFO O| Sep 03 23:43:56.588 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-09-03T23:43:57.773Z[ recovery-image] Sep 03 23:43:56.629 INFO O| Sep 03 23:43:56.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
41792024-09-03T23:43:57.773Z[ recovery-image] Sep 03 23:43:56.629 INFO O| Sep 03 23:43:56.629 INFO STEP 63 (remove_files) COMPLETE
41802024-09-03T23:43:57.773Z[ recovery-image] Sep 03 23:43:56.629 INFO O| Sep 03 23:43:56.629 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-09-03T23:43:57.793Z[ recovery-image] Sep 03 23:43:56.649 INFO O| Sep 03 23:43:56.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
41822024-09-03T23:43:57.799Z[ recovery-image] Sep 03 23:43:56.656 INFO O| Sep 03 23:43:56.656 INFO STEP 64 (remove_files) COMPLETE
41832024-09-03T23:43:57.799Z[ recovery-image] Sep 03 23:43:56.656 INFO O| Sep 03 23:43:56.656 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-09-03T23:43:57.875Z[ recovery-image] Sep 03 23:43:56.731 INFO O| Sep 03 23:43:56.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
41852024-09-03T23:43:57.878Z[ recovery-image] Sep 03 23:43:56.731 INFO O| Sep 03 23:43:56.731 INFO STEP 65 (remove_files) COMPLETE
41862024-09-03T23:43:57.878Z[ recovery-image] Sep 03 23:43:56.732 INFO O| Sep 03 23:43:56.732 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-09-03T23:43:57.896Z[ recovery-image] Sep 03 23:43:56.752 INFO O| Sep 03 23:43:56.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
41882024-09-03T23:43:57.899Z[ recovery-image] Sep 03 23:43:56.753 INFO O| Sep 03 23:43:56.753 INFO STEP 66 (remove_files) COMPLETE
41892024-09-03T23:43:57.899Z[ recovery-image] Sep 03 23:43:56.753 INFO O| Sep 03 23:43:56.753 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-09-03T23:43:57.916Z[ recovery-image] Sep 03 23:43:56.773 INFO O| Sep 03 23:43:56.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
41912024-09-03T23:43:57.919Z[ recovery-image] Sep 03 23:43:56.773 INFO O| Sep 03 23:43:56.773 INFO STEP 67 (remove_files) COMPLETE
41922024-09-03T23:43:57.919Z[ recovery-image] Sep 03 23:43:56.773 INFO O| Sep 03 23:43:56.773 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-09-03T23:43:57.935Z[ recovery-image] Sep 03 23:43:56.792 INFO O| Sep 03 23:43:56.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
41942024-09-03T23:43:57.938Z[ recovery-image] Sep 03 23:43:56.792 INFO O| Sep 03 23:43:56.792 INFO STEP 68 (remove_files) COMPLETE
41952024-09-03T23:43:57.938Z[ recovery-image] Sep 03 23:43:56.792 INFO O| Sep 03 23:43:56.792 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-09-03T23:43:57.966Z[ recovery-image] Sep 03 23:43:56.822 INFO O| Sep 03 23:43:56.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
41972024-09-03T23:43:57.968Z[ recovery-image] Sep 03 23:43:56.822 INFO O| Sep 03 23:43:56.822 INFO STEP 69 (remove_files) COMPLETE
41982024-09-03T23:43:57.968Z[ recovery-image] Sep 03 23:43:56.823 INFO O| Sep 03 23:43:56.822 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-09-03T23:43:57.986Z[ recovery-image] Sep 03 23:43:56.842 INFO O| Sep 03 23:43:56.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
42002024-09-03T23:43:57.986Z[ recovery-image] Sep 03 23:43:56.842 INFO O| Sep 03 23:43:56.842 INFO STEP 70 (remove_files) COMPLETE
42012024-09-03T23:43:57.988Z[ recovery-image] Sep 03 23:43:56.842 INFO O| Sep 03 23:43:56.842 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-09-03T23:43:58.004Z[ recovery-image] Sep 03 23:43:56.860 INFO O| Sep 03 23:43:56.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
42032024-09-03T23:43:58.006Z[ recovery-image] Sep 03 23:43:56.861 INFO O| Sep 03 23:43:56.861 INFO STEP 71 (remove_files) COMPLETE
42042024-09-03T23:43:58.006Z[ recovery-image] Sep 03 23:43:56.861 INFO O| Sep 03 23:43:56.861 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-09-03T23:43:58.040Z[ recovery-image] Sep 03 23:43:56.897 INFO O| Sep 03 23:43:56.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42062024-09-03T23:43:58.040Z[ recovery-image] Sep 03 23:43:56.897 INFO O| Sep 03 23:43:56.897 INFO STEP 72 (remove_files) COMPLETE
42072024-09-03T23:43:58.043Z[ recovery-image] Sep 03 23:43:56.897 INFO O| Sep 03 23:43:56.897 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-09-03T23:43:58.101Z[ recovery-image] Sep 03 23:43:56.957 INFO O| Sep 03 23:43:56.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42092024-09-03T23:43:58.101Z[ recovery-image] Sep 03 23:43:56.957 INFO O| Sep 03 23:43:56.957 INFO STEP 73 (remove_files) COMPLETE
42102024-09-03T23:43:58.103Z[ recovery-image] Sep 03 23:43:56.957 INFO O| Sep 03 23:43:56.957 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-09-03T23:43:58.165Z[ recovery-image] Sep 03 23:43:57.021 INFO O| Sep 03 23:43:57.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42122024-09-03T23:43:58.168Z[ recovery-image] Sep 03 23:43:57.021 INFO O| Sep 03 23:43:57.021 INFO STEP 74 (remove_files) COMPLETE
42132024-09-03T23:43:58.168Z[ recovery-image] Sep 03 23:43:57.021 INFO O| Sep 03 23:43:57.021 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-09-03T23:43:58.184Z[ recovery-image] Sep 03 23:43:57.040 INFO O| Sep 03 23:43:57.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42152024-09-03T23:43:58.207Z[ recovery-image] Sep 03 23:43:57.064 INFO O| Sep 03 23:43:57.064 INFO STEP 75 (remove_files) COMPLETE
42162024-09-03T23:43:58.207Z[ recovery-image] Sep 03 23:43:57.064 INFO O| Sep 03 23:43:57.064 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-09-03T23:43:58.240Z[ recovery-image] Sep 03 23:43:57.096 INFO O| Sep 03 23:43:57.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42182024-09-03T23:43:58.240Z[ recovery-image] Sep 03 23:43:57.097 INFO O| Sep 03 23:43:57.096 INFO STEP 76 (remove_files) COMPLETE
42192024-09-03T23:43:58.242Z[ recovery-image] Sep 03 23:43:57.097 INFO O| Sep 03 23:43:57.097 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-09-03T23:43:58.260Z[ recovery-image] Sep 03 23:43:57.116 INFO O| Sep 03 23:43:57.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42212024-09-03T23:43:58.262Z[ recovery-image] Sep 03 23:43:57.116 INFO O| Sep 03 23:43:57.116 INFO STEP 77 (remove_files) COMPLETE
42222024-09-03T23:43:58.262Z[ recovery-image] Sep 03 23:43:57.117 INFO O| Sep 03 23:43:57.116 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-09-03T23:43:59.299Z[ recovery-image] Sep 03 23:43:57.153 INFO O| Sep 03 23:43:57.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42242024-09-03T23:43:59.299Z[ recovery-image] Sep 03 23:43:57.153 INFO O| Sep 03 23:43:57.153 INFO STEP 78 (remove_files) COMPLETE
42252024-09-03T23:43:59.299Z[ recovery-image] Sep 03 23:43:57.153 INFO O| Sep 03 23:43:57.153 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-09-03T23:43:59.303Z[ recovery-image] Sep 03 23:43:57.172 INFO O| Sep 03 23:43:57.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42272024-09-03T23:43:59.303Z[ recovery-image] Sep 03 23:43:57.172 INFO O| Sep 03 23:43:57.172 INFO STEP 79 (remove_files) COMPLETE
42282024-09-03T23:43:59.303Z[ recovery-image] Sep 03 23:43:57.172 INFO O| Sep 03 23:43:57.172 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-09-03T23:43:59.303Z[ recovery-image] Sep 03 23:43:57.196 INFO O| Sep 03 23:43:57.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42302024-09-03T23:43:59.303Z[ recovery-image] Sep 03 23:43:57.196 INFO O| Sep 03 23:43:57.196 INFO STEP 80 (remove_files) COMPLETE
42312024-09-03T23:43:59.303Z[ recovery-image] Sep 03 23:43:57.196 INFO O| Sep 03 23:43:57.196 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-09-03T23:43:59.303Z[ recovery-image] Sep 03 23:43:57.227 INFO O| Sep 03 23:43:57.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42332024-09-03T23:43:59.303Z[ recovery-image] Sep 03 23:43:57.227 INFO O| Sep 03 23:43:57.227 INFO STEP 81 (remove_files) COMPLETE
42342024-09-03T23:43:59.303Z[ recovery-image] Sep 03 23:43:57.227 INFO O| Sep 03 23:43:57.227 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-09-03T23:43:59.303Z[ recovery-image] Sep 03 23:43:57.270 INFO O| Sep 03 23:43:57.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
42362024-09-03T23:43:59.303Z[ recovery-image] Sep 03 23:43:57.270 INFO O| Sep 03 23:43:57.270 INFO STEP 82 (remove_files) COMPLETE
42372024-09-03T23:43:59.303Z[ recovery-image] Sep 03 23:43:57.270 INFO O| Sep 03 23:43:57.270 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.289 INFO O| Sep 03 23:43:57.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42392024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.290 INFO O| Sep 03 23:43:57.290 INFO STEP 83 (remove_files) COMPLETE
42402024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.290 INFO O| Sep 03 23:43:57.290 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.326 INFO O| Sep 03 23:43:57.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42422024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.326 INFO O| Sep 03 23:43:57.326 INFO STEP 84 (remove_files) COMPLETE
42432024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.326 INFO O| Sep 03 23:43:57.326 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.362 INFO O| Sep 03 23:43:57.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42452024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.363 INFO O| Sep 03 23:43:57.363 INFO STEP 85 (remove_files) COMPLETE
42462024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.363 INFO O| Sep 03 23:43:57.363 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.381 INFO O| Sep 03 23:43:57.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42482024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.381 INFO O| Sep 03 23:43:57.381 INFO STEP 86 (remove_files) COMPLETE
42492024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.381 INFO O| Sep 03 23:43:57.381 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.401 INFO O| Sep 03 23:43:57.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42512024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.425 INFO O| Sep 03 23:43:57.425 INFO STEP 87 (remove_files) COMPLETE
42522024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.425 INFO O| Sep 03 23:43:57.425 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.479 INFO O| Sep 03 23:43:57.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
42542024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.479 INFO O| Sep 03 23:43:57.479 INFO STEP 88 (remove_files) COMPLETE
42552024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.480 INFO O| Sep 03 23:43:57.479 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.498 INFO O| Sep 03 23:43:57.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
42572024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.498 INFO O| Sep 03 23:43:57.498 INFO STEP 89 (remove_files) COMPLETE
42582024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.498 INFO O| Sep 03 23:43:57.498 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.533 INFO O| Sep 03 23:43:57.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
42602024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.533 INFO O| Sep 03 23:43:57.533 INFO STEP 90 (remove_files) COMPLETE
42612024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.533 INFO O| Sep 03 23:43:57.533 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.595 INFO O| Sep 03 23:43:57.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
42632024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.595 INFO O| Sep 03 23:43:57.595 INFO STEP 91 (remove_files) COMPLETE
42642024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.595 INFO O| Sep 03 23:43:57.595 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.616 INFO O| Sep 03 23:43:57.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
42662024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.616 INFO O| Sep 03 23:43:57.616 INFO STEP 92 (remove_files) COMPLETE
42672024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.616 INFO O| Sep 03 23:43:57.616 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.634 INFO O| Sep 03 23:43:57.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
42692024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.635 INFO O| Sep 03 23:43:57.634 INFO STEP 93 (remove_files) COMPLETE
42702024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.635 INFO O| Sep 03 23:43:57.635 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.672 INFO O| Sep 03 23:43:57.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
42722024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.692 INFO O| Sep 03 23:43:57.692 INFO STEP 94 (remove_files) COMPLETE
42732024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.692 INFO O| Sep 03 23:43:57.692 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.728 INFO O| Sep 03 23:43:57.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
42752024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.753 INFO O| Sep 03 23:43:57.753 INFO STEP 95 (remove_files) COMPLETE
42762024-09-03T23:43:59.304Z[ recovery-image] Sep 03 23:43:57.753 INFO O| Sep 03 23:43:57.753 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.805 INFO O| Sep 03 23:43:57.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
42782024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.805 INFO O| Sep 03 23:43:57.805 INFO STEP 96 (remove_files) COMPLETE
42792024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.805 INFO O| Sep 03 23:43:57.805 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.823 INFO O| Sep 03 23:43:57.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
42812024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.823 INFO O| Sep 03 23:43:57.823 INFO STEP 97 (remove_files) COMPLETE
42822024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.823 INFO O| Sep 03 23:43:57.823 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.859 INFO O| Sep 03 23:43:57.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
42842024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.859 INFO O| Sep 03 23:43:57.859 INFO STEP 98 (remove_files) COMPLETE
42852024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.859 INFO O| Sep 03 23:43:57.859 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.880 INFO O| Sep 03 23:43:57.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
42872024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.880 INFO O| Sep 03 23:43:57.880 INFO STEP 99 (remove_files) COMPLETE
42882024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.880 INFO O| Sep 03 23:43:57.880 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.917 INFO O| Sep 03 23:43:57.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
42902024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.917 INFO O| Sep 03 23:43:57.917 INFO STEP 100 (remove_files) COMPLETE
42912024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.917 INFO O| Sep 03 23:43:57.917 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.936 INFO O| Sep 03 23:43:57.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
42932024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.936 INFO O| Sep 03 23:43:57.936 INFO STEP 101 (remove_files) COMPLETE
42942024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.936 INFO O| Sep 03 23:43:57.936 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.992 INFO O| Sep 03 23:43:57.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
42962024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.992 INFO O| Sep 03 23:43:57.992 INFO STEP 102 (remove_files) COMPLETE
42972024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:57.993 INFO O| Sep 03 23:43:57.992 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:58.011 INFO O| Sep 03 23:43:58.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
42992024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:58.011 INFO O| Sep 03 23:43:58.011 INFO STEP 103 (remove_files) COMPLETE
43002024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:58.011 INFO O| Sep 03 23:43:58.011 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:58.028 INFO O| Sep 03 23:43:58.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
43022024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:58.028 INFO O| Sep 03 23:43:58.028 INFO STEP 104 (remove_files) COMPLETE
43032024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:58.028 INFO O| Sep 03 23:43:58.028 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:58.045 INFO O| Sep 03 23:43:58.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43052024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:58.045 INFO O| Sep 03 23:43:58.045 INFO STEP 105 (remove_files) COMPLETE
43062024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:58.045 INFO O| Sep 03 23:43:58.045 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:58.061 INFO O| Sep 03 23:43:58.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43082024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:58.081 INFO O| Sep 03 23:43:58.081 INFO STEP 106 (remove_files) COMPLETE
43092024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:58.081 INFO O| Sep 03 23:43:58.081 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:58.145 INFO O| Sep 03 23:43:58.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43112024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:58.145 INFO O| Sep 03 23:43:58.145 INFO STEP 107 (remove_files) COMPLETE
43122024-09-03T23:43:59.305Z[ recovery-image] Sep 03 23:43:58.145 INFO O| Sep 03 23:43:58.145 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-09-03T23:43:59.339Z[ recovery-image] Sep 03 23:43:58.195 INFO O| Sep 03 23:43:58.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43142024-09-03T23:43:59.339Z[ recovery-image] Sep 03 23:43:58.195 INFO O| Sep 03 23:43:58.192 INFO STEP 108 (remove_files) COMPLETE
43152024-09-03T23:43:59.339Z[ recovery-image] Sep 03 23:43:58.195 INFO O| Sep 03 23:43:58.193 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-09-03T23:43:59.359Z[ recovery-image] Sep 03 23:43:58.215 INFO O| Sep 03 23:43:58.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43172024-09-03T23:43:59.359Z[ recovery-image] Sep 03 23:43:58.215 INFO O| Sep 03 23:43:58.215 INFO STEP 109 (remove_files) COMPLETE
43182024-09-03T23:43:59.359Z[ recovery-image] Sep 03 23:43:58.215 INFO O| Sep 03 23:43:58.215 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-09-03T23:43:59.379Z[ recovery-image] Sep 03 23:43:58.235 INFO O| Sep 03 23:43:58.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43202024-09-03T23:43:59.381Z[ recovery-image] Sep 03 23:43:58.235 INFO O| Sep 03 23:43:58.235 INFO STEP 110 (remove_files) COMPLETE
43212024-09-03T23:43:59.381Z[ recovery-image] Sep 03 23:43:58.236 INFO O| Sep 03 23:43:58.235 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-09-03T23:43:59.398Z[ recovery-image] Sep 03 23:43:58.254 INFO O| Sep 03 23:43:58.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43232024-09-03T23:43:59.400Z[ recovery-image] Sep 03 23:43:58.254 INFO O| Sep 03 23:43:58.254 INFO STEP 111 (remove_files) COMPLETE
43242024-09-03T23:43:59.400Z[ recovery-image] Sep 03 23:43:58.254 INFO O| Sep 03 23:43:58.254 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-09-03T23:43:59.417Z[ recovery-image] Sep 03 23:43:58.273 INFO O| Sep 03 23:43:58.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43262024-09-03T23:43:59.419Z[ recovery-image] Sep 03 23:43:58.273 INFO O| Sep 03 23:43:58.273 INFO STEP 112 (remove_files) COMPLETE
43272024-09-03T23:43:59.419Z[ recovery-image] Sep 03 23:43:58.273 INFO O| Sep 03 23:43:58.273 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-09-03T23:43:59.445Z[ recovery-image] Sep 03 23:43:58.300 INFO O| Sep 03 23:43:58.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43292024-09-03T23:43:59.445Z[ recovery-image] Sep 03 23:43:58.300 INFO O| Sep 03 23:43:58.300 INFO STEP 113 (remove_files) COMPLETE
43302024-09-03T23:43:59.445Z[ recovery-image] Sep 03 23:43:58.300 INFO O| Sep 03 23:43:58.300 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-09-03T23:43:59.476Z[ recovery-image] Sep 03 23:43:58.322 INFO O| Sep 03 23:43:58.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43322024-09-03T23:43:59.476Z[ recovery-image] Sep 03 23:43:58.322 INFO O| Sep 03 23:43:58.322 INFO STEP 114 (remove_files) COMPLETE
43332024-09-03T23:43:59.478Z[ recovery-image] Sep 03 23:43:58.323 INFO O| Sep 03 23:43:58.322 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-09-03T23:43:59.486Z[ recovery-image] Sep 03 23:43:58.343 INFO O| Sep 03 23:43:58.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
43352024-09-03T23:43:59.489Z[ recovery-image] Sep 03 23:43:58.343 INFO O| Sep 03 23:43:58.343 INFO STEP 115 (remove_files) COMPLETE
43362024-09-03T23:43:59.489Z[ recovery-image] Sep 03 23:43:58.343 INFO O| Sep 03 23:43:58.343 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-09-03T23:43:59.507Z[ recovery-image] Sep 03 23:43:58.363 INFO O| Sep 03 23:43:58.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
43382024-09-03T23:43:59.507Z[ recovery-image] Sep 03 23:43:58.363 INFO O| Sep 03 23:43:58.363 INFO STEP 116 (remove_files) COMPLETE
43392024-09-03T23:43:59.510Z[ recovery-image] Sep 03 23:43:58.363 INFO O| Sep 03 23:43:58.363 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-09-03T23:43:59.530Z[ recovery-image] Sep 03 23:43:58.386 INFO O| Sep 03 23:43:58.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43412024-09-03T23:43:59.532Z[ recovery-image] Sep 03 23:43:58.386 INFO O| Sep 03 23:43:58.386 INFO STEP 117 (remove_files) COMPLETE
43422024-09-03T23:43:59.532Z[ recovery-image] Sep 03 23:43:58.387 INFO O| Sep 03 23:43:58.386 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-09-03T23:43:59.549Z[ recovery-image] Sep 03 23:43:58.406 INFO O| Sep 03 23:43:58.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43442024-09-03T23:43:59.552Z[ recovery-image] Sep 03 23:43:58.406 INFO O| Sep 03 23:43:58.406 INFO STEP 118 (remove_files) COMPLETE
43452024-09-03T23:43:59.552Z[ recovery-image] Sep 03 23:43:58.406 INFO O| Sep 03 23:43:58.406 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-09-03T23:43:59.582Z[ recovery-image] Sep 03 23:43:58.437 INFO O| Sep 03 23:43:58.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43472024-09-03T23:43:59.582Z[ recovery-image] Sep 03 23:43:58.437 INFO O| Sep 03 23:43:58.437 INFO STEP 119 (remove_files) COMPLETE
43482024-09-03T23:43:59.582Z[ recovery-image] Sep 03 23:43:58.437 INFO O| Sep 03 23:43:58.437 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-09-03T23:43:59.603Z[ recovery-image] Sep 03 23:43:58.459 INFO O| Sep 03 23:43:58.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43502024-09-03T23:43:59.603Z[ recovery-image] Sep 03 23:43:58.459 INFO O| Sep 03 23:43:58.459 INFO STEP 120 (remove_files) COMPLETE
43512024-09-03T23:43:59.605Z[ recovery-image] Sep 03 23:43:58.459 INFO O| Sep 03 23:43:58.459 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-09-03T23:43:59.622Z[ recovery-image] Sep 03 23:43:58.478 INFO O| Sep 03 23:43:58.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
43532024-09-03T23:43:59.622Z[ recovery-image] Sep 03 23:43:58.478 INFO O| Sep 03 23:43:58.478 INFO STEP 121 (remove_files) COMPLETE
43542024-09-03T23:43:59.622Z[ recovery-image] Sep 03 23:43:58.478 INFO O| Sep 03 23:43:58.478 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-09-03T23:43:59.700Z[ recovery-image] Sep 03 23:43:58.556 INFO O| Sep 03 23:43:58.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
43562024-09-03T23:43:59.703Z[ recovery-image] Sep 03 23:43:58.556 INFO O| Sep 03 23:43:58.556 INFO STEP 122 (remove_files) COMPLETE
43572024-09-03T23:43:59.703Z[ recovery-image] Sep 03 23:43:58.557 INFO O| Sep 03 23:43:58.556 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-09-03T23:43:59.723Z[ recovery-image] Sep 03 23:43:58.576 INFO O| Sep 03 23:43:58.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
43592024-09-03T23:43:59.725Z[ recovery-image] Sep 03 23:43:58.576 INFO O| Sep 03 23:43:58.576 INFO STEP 123 (remove_files) COMPLETE
43602024-09-03T23:43:59.726Z[ recovery-image] Sep 03 23:43:58.577 INFO O| Sep 03 23:43:58.576 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-09-03T23:43:59.740Z[ recovery-image] Sep 03 23:43:58.596 INFO O| Sep 03 23:43:58.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
43622024-09-03T23:43:59.740Z[ recovery-image] Sep 03 23:43:58.596 INFO O| Sep 03 23:43:58.596 INFO STEP 124 (remove_files) COMPLETE
43632024-09-03T23:43:59.742Z[ recovery-image] Sep 03 23:43:58.596 INFO O| Sep 03 23:43:58.596 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-09-03T23:43:59.759Z[ recovery-image] Sep 03 23:43:58.615 INFO O| Sep 03 23:43:58.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
43652024-09-03T23:43:59.761Z[ recovery-image] Sep 03 23:43:58.615 INFO O| Sep 03 23:43:58.615 INFO STEP 125 (remove_files) COMPLETE
43662024-09-03T23:43:59.761Z[ recovery-image] Sep 03 23:43:58.615 INFO O| Sep 03 23:43:58.615 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-09-03T23:43:59.778Z[ recovery-image] Sep 03 23:43:58.634 INFO O| Sep 03 23:43:58.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
43682024-09-03T23:43:59.781Z[ recovery-image] Sep 03 23:43:58.634 INFO O| Sep 03 23:43:58.634 INFO STEP 126 (remove_files) COMPLETE
43692024-09-03T23:43:59.781Z[ recovery-image] Sep 03 23:43:58.635 INFO O| Sep 03 23:43:58.634 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-09-03T23:43:59.797Z[ recovery-image] Sep 03 23:43:58.653 INFO O| Sep 03 23:43:58.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
43712024-09-03T23:43:59.800Z[ recovery-image] Sep 03 23:43:58.654 INFO O| Sep 03 23:43:58.654 INFO STEP 127 (remove_files) COMPLETE
43722024-09-03T23:43:59.800Z[ recovery-image] Sep 03 23:43:58.654 INFO O| Sep 03 23:43:58.654 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-09-03T23:43:59.867Z[ recovery-image] Sep 03 23:43:58.723 INFO O| Sep 03 23:43:58.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
43742024-09-03T23:43:59.867Z[ recovery-image] Sep 03 23:43:58.724 INFO O| Sep 03 23:43:58.724 INFO STEP 128 (remove_files) COMPLETE
43752024-09-03T23:43:59.870Z[ recovery-image] Sep 03 23:43:58.724 INFO O| Sep 03 23:43:58.724 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-09-03T23:43:59.905Z[ recovery-image] Sep 03 23:43:58.760 INFO O| Sep 03 23:43:58.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
43772024-09-03T23:43:59.905Z[ recovery-image] Sep 03 23:43:58.760 INFO O| Sep 03 23:43:58.760 INFO STEP 129 (remove_files) COMPLETE
43782024-09-03T23:43:59.905Z[ recovery-image] Sep 03 23:43:58.760 INFO O| Sep 03 23:43:58.760 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-09-03T23:43:59.924Z[ recovery-image] Sep 03 23:43:58.780 INFO O| Sep 03 23:43:58.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
43802024-09-03T23:43:59.924Z[ recovery-image] Sep 03 23:43:58.780 INFO O| Sep 03 23:43:58.780 INFO STEP 130 (remove_files) COMPLETE
43812024-09-03T23:43:59.924Z[ recovery-image] Sep 03 23:43:58.781 INFO O| Sep 03 23:43:58.780 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-09-03T23:43:59.968Z[ recovery-image] Sep 03 23:43:58.823 INFO O| Sep 03 23:43:58.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
43832024-09-03T23:43:59.968Z[ recovery-image] Sep 03 23:43:58.823 INFO O| Sep 03 23:43:58.823 INFO STEP 131 (remove_files) COMPLETE
43842024-09-03T23:43:59.970Z[ recovery-image] Sep 03 23:43:58.823 INFO O| Sep 03 23:43:58.823 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-09-03T23:44:00.019Z[ recovery-image] Sep 03 23:43:58.875 INFO O| Sep 03 23:43:58.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
43862024-09-03T23:44:00.019Z[ recovery-image] Sep 03 23:43:58.876 INFO O| Sep 03 23:43:58.876 INFO STEP 132 (remove_files) COMPLETE
43872024-09-03T23:44:00.019Z[ recovery-image] Sep 03 23:43:58.876 INFO O| Sep 03 23:43:58.876 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-09-03T23:44:00.027Z[ host-image] Sep 03 23:43:58.883 INFO O| Sep 03 23:43:58.883 INFO O| Planning: Solver setup ... Done
43892024-09-03T23:44:00.034Z[ host-image] Sep 03 23:43:58.890 INFO O| Sep 03 23:43:58.890 INFO O| Planning: Running solver ... Done
43902024-09-03T23:44:00.059Z[ recovery-image] Sep 03 23:43:58.915 INFO O| Sep 03 23:43:58.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
43912024-09-03T23:44:00.062Z[ recovery-image] Sep 03 23:43:58.916 INFO O| Sep 03 23:43:58.916 INFO STEP 133 (remove_files) COMPLETE
43922024-09-03T23:44:00.062Z[ recovery-image] Sep 03 23:43:58.916 INFO O| Sep 03 23:43:58.916 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-09-03T23:44:00.082Z[ recovery-image] Sep 03 23:43:58.937 INFO O| Sep 03 23:43:58.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
43942024-09-03T23:44:00.082Z[ recovery-image] Sep 03 23:43:58.937 INFO O| Sep 03 23:43:58.937 INFO STEP 134 (remove_files) COMPLETE
43952024-09-03T23:44:00.082Z[ recovery-image] Sep 03 23:43:58.937 INFO O| Sep 03 23:43:58.937 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-09-03T23:44:00.096Z[ host-image] Sep 03 23:43:58.952 INFO O| Sep 03 23:43:58.952 INFO O| Planning: Finding local manifests ... Done
43972024-09-03T23:44:00.098Z[ host-image] Sep 03 23:43:58.954 INFO O| Sep 03 23:43:58.954 INFO O| Planning: Fetching manifests: 0/6 0% complete
43982024-09-03T23:44:00.103Z[ recovery-image] Sep 03 23:43:58.959 INFO O| Sep 03 23:43:58.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
43992024-09-03T23:44:00.106Z[ recovery-image] Sep 03 23:43:58.960 INFO O| Sep 03 23:43:58.960 INFO STEP 135 (remove_files) COMPLETE
44002024-09-03T23:44:00.106Z[ recovery-image] Sep 03 23:43:58.960 INFO O| Sep 03 23:43:58.960 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-09-03T23:44:00.133Z[ recovery-image] Sep 03 23:43:58.990 INFO O| Sep 03 23:43:58.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
44022024-09-03T23:44:00.133Z[ recovery-image] Sep 03 23:43:58.990 INFO O| Sep 03 23:43:58.990 INFO STEP 136 (remove_files) COMPLETE
44032024-09-03T23:44:00.136Z[ recovery-image] Sep 03 23:43:58.990 INFO O| Sep 03 23:43:58.990 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-09-03T23:44:00.153Z[ recovery-image] Sep 03 23:43:59.009 INFO O| Sep 03 23:43:59.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
44052024-09-03T23:44:00.153Z[ recovery-image] Sep 03 23:43:59.009 INFO O| Sep 03 23:43:59.009 INFO STEP 137 (remove_files) COMPLETE
44062024-09-03T23:44:00.156Z[ recovery-image] Sep 03 23:43:59.009 INFO O| Sep 03 23:43:59.009 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-09-03T23:44:00.171Z[ recovery-image] Sep 03 23:43:59.028 INFO O| Sep 03 23:43:59.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44082024-09-03T23:44:00.171Z[ recovery-image] Sep 03 23:43:59.028 INFO O| Sep 03 23:43:59.028 INFO STEP 138 (remove_files) COMPLETE
44092024-09-03T23:44:00.175Z[ recovery-image] Sep 03 23:43:59.028 INFO O| Sep 03 23:43:59.028 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-09-03T23:44:00.196Z[ recovery-image] Sep 03 23:43:59.052 INFO O| Sep 03 23:43:59.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44112024-09-03T23:44:00.196Z[ recovery-image] Sep 03 23:43:59.052 INFO O| Sep 03 23:43:59.052 INFO STEP 139 (remove_files) COMPLETE
44122024-09-03T23:44:00.196Z[ recovery-image] Sep 03 23:43:59.052 INFO O| Sep 03 23:43:59.052 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-09-03T23:44:00.217Z[ recovery-image] Sep 03 23:43:59.073 INFO O| Sep 03 23:43:59.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44142024-09-03T23:44:00.217Z[ recovery-image] Sep 03 23:43:59.073 INFO O| Sep 03 23:43:59.073 INFO STEP 140 (remove_files) COMPLETE
44152024-09-03T23:44:00.220Z[ recovery-image] Sep 03 23:43:59.073 INFO O| Sep 03 23:43:59.073 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-09-03T23:44:00.236Z[ recovery-image] Sep 03 23:43:59.093 INFO O| Sep 03 23:43:59.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44172024-09-03T23:44:00.237Z[ recovery-image] Sep 03 23:43:59.093 INFO O| Sep 03 23:43:59.093 INFO STEP 141 (remove_files) COMPLETE
44182024-09-03T23:44:00.239Z[ recovery-image] Sep 03 23:43:59.093 INFO O| Sep 03 23:43:59.093 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-09-03T23:44:00.254Z[ recovery-image] Sep 03 23:43:59.110 INFO O| Sep 03 23:43:59.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44202024-09-03T23:44:00.254Z[ recovery-image] Sep 03 23:43:59.110 INFO O| Sep 03 23:43:59.110 INFO STEP 142 (remove_files) COMPLETE
44212024-09-03T23:44:00.257Z[ recovery-image] Sep 03 23:43:59.110 INFO O| Sep 03 23:43:59.110 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-09-03T23:44:00.276Z[ recovery-image] Sep 03 23:43:59.132 INFO O| Sep 03 23:43:59.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44232024-09-03T23:44:00.276Z[ recovery-image] Sep 03 23:43:59.132 INFO O| Sep 03 23:43:59.132 INFO STEP 143 (remove_files) COMPLETE
44242024-09-03T23:44:00.279Z[ recovery-image] Sep 03 23:43:59.132 INFO O| Sep 03 23:43:59.132 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-09-03T23:44:00.306Z[ recovery-image] Sep 03 23:43:59.162 INFO O| Sep 03 23:43:59.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44262024-09-03T23:44:00.308Z[ recovery-image] Sep 03 23:43:59.162 INFO O| Sep 03 23:43:59.162 INFO STEP 144 (remove_files) COMPLETE
44272024-09-03T23:44:00.308Z[ recovery-image] Sep 03 23:43:59.163 INFO O| Sep 03 23:43:59.163 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-09-03T23:44:00.336Z[ recovery-image] Sep 03 23:43:59.192 INFO O| Sep 03 23:43:59.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44292024-09-03T23:44:00.336Z[ recovery-image] Sep 03 23:43:59.192 INFO O| Sep 03 23:43:59.192 INFO STEP 145 (remove_files) COMPLETE
44302024-09-03T23:44:00.336Z[ recovery-image] Sep 03 23:43:59.192 INFO O| Sep 03 23:43:59.192 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-09-03T23:44:00.355Z[ recovery-image] Sep 03 23:43:59.211 INFO O| Sep 03 23:43:59.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44322024-09-03T23:44:00.355Z[ recovery-image] Sep 03 23:43:59.211 INFO O| Sep 03 23:43:59.211 INFO STEP 146 (remove_files) COMPLETE
44332024-09-03T23:44:00.358Z[ recovery-image] Sep 03 23:43:59.212 INFO O| Sep 03 23:43:59.211 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-09-03T23:44:00.383Z[ host-image] Sep 03 23:43:59.239 INFO O| Sep 03 23:43:59.239 INFO O| Planning: Fetching manifests: 6/6 100% complete
44352024-09-03T23:44:00.405Z[ recovery-image] Sep 03 23:43:59.261 INFO O| Sep 03 23:43:59.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44362024-09-03T23:44:00.405Z[ recovery-image] Sep 03 23:43:59.261 INFO O| Sep 03 23:43:59.261 INFO STEP 147 (remove_files) COMPLETE
44372024-09-03T23:44:00.407Z[ recovery-image] Sep 03 23:43:59.261 INFO O| Sep 03 23:43:59.261 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-09-03T23:44:00.423Z[ recovery-image] Sep 03 23:43:59.279 INFO O| Sep 03 23:43:59.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
44392024-09-03T23:44:00.423Z[ recovery-image] Sep 03 23:43:59.279 INFO O| Sep 03 23:43:59.279 INFO STEP 148 (remove_files) COMPLETE
44402024-09-03T23:44:00.426Z[ recovery-image] Sep 03 23:43:59.279 INFO O| Sep 03 23:43:59.279 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-09-03T23:44:00.440Z[ recovery-image] Sep 03 23:43:59.296 INFO O| Sep 03 23:43:59.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44422024-09-03T23:44:00.440Z[ recovery-image] Sep 03 23:43:59.296 INFO O| Sep 03 23:43:59.296 INFO STEP 149 (remove_files) COMPLETE
44432024-09-03T23:44:00.442Z[ recovery-image] Sep 03 23:43:59.297 INFO O| Sep 03 23:43:59.296 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-09-03T23:44:00.445Z[ host-image] Sep 03 23:43:59.299 INFO O| Sep 03 23:43:59.299 INFO O| Planning: Package planning ... Done
44452024-09-03T23:44:00.458Z[ recovery-image] Sep 03 23:43:59.314 INFO O| Sep 03 23:43:59.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44462024-09-03T23:44:00.458Z[ recovery-image] Sep 03 23:43:59.314 INFO O| Sep 03 23:43:59.314 INFO STEP 150 (remove_files) COMPLETE
44472024-09-03T23:44:00.460Z[ recovery-image] Sep 03 23:43:59.314 INFO O| Sep 03 23:43:59.314 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-09-03T23:44:00.474Z[ recovery-image] Sep 03 23:43:59.330 INFO O| Sep 03 23:43:59.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44492024-09-03T23:44:00.488Z[ host-image] Sep 03 23:43:59.344 INFO O| Sep 03 23:43:59.344 INFO O| Planning: Merging actions ... Done
44502024-09-03T23:44:00.497Z[ recovery-image] Sep 03 23:43:59.354 INFO O| Sep 03 23:43:59.354 INFO STEP 151 (remove_files) COMPLETE
44512024-09-03T23:44:00.500Z[ recovery-image] Sep 03 23:43:59.354 INFO O| Sep 03 23:43:59.354 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-09-03T23:44:00.533Z[ recovery-image] Sep 03 23:43:59.389 INFO O| Sep 03 23:43:59.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44532024-09-03T23:44:00.533Z[ recovery-image] Sep 03 23:43:59.389 INFO O| Sep 03 23:43:59.389 INFO STEP 152 (remove_files) COMPLETE
44542024-09-03T23:44:00.535Z[ recovery-image] Sep 03 23:43:59.389 INFO O| Sep 03 23:43:59.389 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-09-03T23:44:00.550Z[ recovery-image] Sep 03 23:43:59.406 INFO O| Sep 03 23:43:59.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44562024-09-03T23:44:00.550Z[ recovery-image] Sep 03 23:43:59.406 INFO O| Sep 03 23:43:59.406 INFO STEP 153 (remove_files) COMPLETE
44572024-09-03T23:44:00.552Z[ recovery-image] Sep 03 23:43:59.406 INFO O| Sep 03 23:43:59.406 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-09-03T23:44:00.568Z[ recovery-image] Sep 03 23:43:59.425 INFO O| Sep 03 23:43:59.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
44592024-09-03T23:44:00.568Z[ recovery-image] Sep 03 23:43:59.425 INFO O| Sep 03 23:43:59.425 INFO STEP 154 (remove_files) COMPLETE
44602024-09-03T23:44:00.568Z[ recovery-image] Sep 03 23:43:59.425 INFO O| Sep 03 23:43:59.425 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-09-03T23:44:00.603Z[ recovery-image] Sep 03 23:43:59.459 INFO O| Sep 03 23:43:59.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
44622024-09-03T23:44:00.603Z[ recovery-image] Sep 03 23:43:59.459 INFO O| Sep 03 23:43:59.459 INFO STEP 155 (remove_files) COMPLETE
44632024-09-03T23:44:00.603Z[ recovery-image] Sep 03 23:43:59.459 INFO O| Sep 03 23:43:59.459 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-09-03T23:44:00.623Z[ recovery-image] Sep 03 23:43:59.479 INFO O| Sep 03 23:43:59.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
44652024-09-03T23:44:00.623Z[ recovery-image] Sep 03 23:43:59.479 INFO O| Sep 03 23:43:59.479 INFO STEP 156 (remove_files) COMPLETE
44662024-09-03T23:44:00.626Z[ recovery-image] Sep 03 23:43:59.479 INFO O| Sep 03 23:43:59.479 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-09-03T23:44:00.642Z[ recovery-image] Sep 03 23:43:59.499 INFO O| Sep 03 23:43:59.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
44682024-09-03T23:44:00.642Z[ recovery-image] Sep 03 23:43:59.499 INFO O| Sep 03 23:43:59.499 INFO STEP 157 (remove_files) COMPLETE
44692024-09-03T23:44:00.645Z[ recovery-image] Sep 03 23:43:59.499 INFO O| Sep 03 23:43:59.499 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-09-03T23:44:00.664Z[ recovery-image] Sep 03 23:43:59.520 INFO O| Sep 03 23:43:59.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
44712024-09-03T23:44:00.664Z[ recovery-image] Sep 03 23:43:59.520 INFO O| Sep 03 23:43:59.520 INFO STEP 158 (remove_files) COMPLETE
44722024-09-03T23:44:00.664Z[ recovery-image] Sep 03 23:43:59.520 INFO O| Sep 03 23:43:59.520 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-09-03T23:44:00.683Z[ recovery-image] Sep 03 23:43:59.539 INFO O| Sep 03 23:43:59.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
44742024-09-03T23:44:00.683Z[ recovery-image] Sep 03 23:43:59.540 INFO O| Sep 03 23:43:59.540 INFO STEP 159 (remove_files) COMPLETE
44752024-09-03T23:44:00.686Z[ recovery-image] Sep 03 23:43:59.540 INFO O| Sep 03 23:43:59.540 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-09-03T23:44:00.692Z[ host-image] Sep 03 23:43:59.548 INFO O| Sep 03 23:43:59.548 INFO O| Planning: Checking for conflicting actions ... Done
44772024-09-03T23:44:00.698Z[ host-image] Sep 03 23:43:59.555 INFO O| Sep 03 23:43:59.555 INFO O| Planning: Consolidating action changes ... Done
44782024-09-03T23:44:00.720Z[ recovery-image] Sep 03 23:43:59.575 INFO O| Sep 03 23:43:59.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
44792024-09-03T23:44:00.720Z[ recovery-image] Sep 03 23:43:59.575 INFO O| Sep 03 23:43:59.575 INFO STEP 160 (remove_files) COMPLETE
44802024-09-03T23:44:00.720Z[ recovery-image] Sep 03 23:43:59.575 INFO O| Sep 03 23:43:59.575 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-09-03T23:44:00.739Z[ recovery-image] Sep 03 23:43:59.594 INFO O| Sep 03 23:43:59.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
44822024-09-03T23:44:00.739Z[ recovery-image] Sep 03 23:43:59.594 INFO O| Sep 03 23:43:59.594 INFO STEP 161 (remove_files) COMPLETE
44832024-09-03T23:44:00.739Z[ recovery-image] Sep 03 23:43:59.594 INFO O| Sep 03 23:43:59.594 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-09-03T23:44:00.776Z[ recovery-image] Sep 03 23:43:59.629 INFO O| Sep 03 23:43:59.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
44852024-09-03T23:44:00.776Z[ recovery-image] Sep 03 23:43:59.629 INFO O| Sep 03 23:43:59.629 INFO STEP 162 (remove_files) COMPLETE
44862024-09-03T23:44:00.776Z[ recovery-image] Sep 03 23:43:59.629 INFO O| Sep 03 23:43:59.629 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-09-03T23:44:00.792Z[ recovery-image] Sep 03 23:43:59.648 INFO O| Sep 03 23:43:59.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
44882024-09-03T23:44:00.792Z[ recovery-image] Sep 03 23:43:59.648 INFO O| Sep 03 23:43:59.648 INFO STEP 163 (remove_files) COMPLETE
44892024-09-03T23:44:00.795Z[ recovery-image] Sep 03 23:43:59.648 INFO O| Sep 03 23:43:59.648 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-09-03T23:44:00.819Z[ recovery-image] Sep 03 23:43:59.675 INFO O| Sep 03 23:43:59.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
44912024-09-03T23:44:00.819Z[ recovery-image] Sep 03 23:43:59.675 INFO O| Sep 03 23:43:59.675 INFO STEP 164 (remove_files) COMPLETE
44922024-09-03T23:44:00.822Z[ recovery-image] Sep 03 23:43:59.675 INFO O| Sep 03 23:43:59.675 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-09-03T23:44:00.853Z[ recovery-image] Sep 03 23:43:59.709 INFO O| Sep 03 23:43:59.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
44942024-09-03T23:44:00.856Z[ recovery-image] Sep 03 23:43:59.709 INFO O| Sep 03 23:43:59.709 INFO STEP 165 (remove_files) COMPLETE
44952024-09-03T23:44:00.856Z[ recovery-image] Sep 03 23:43:59.710 INFO O| Sep 03 23:43:59.709 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-09-03T23:44:00.874Z[ recovery-image] Sep 03 23:43:59.730 INFO O| Sep 03 23:43:59.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
44972024-09-03T23:44:00.897Z[ recovery-image] Sep 03 23:43:59.752 INFO O| Sep 03 23:43:59.752 INFO STEP 166 (remove_files) COMPLETE
44982024-09-03T23:44:00.897Z[ recovery-image] Sep 03 23:43:59.752 INFO O| Sep 03 23:43:59.752 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-09-03T23:44:00.943Z[ recovery-image] Sep 03 23:43:59.799 INFO O| Sep 03 23:43:59.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
45002024-09-03T23:44:00.945Z[ recovery-image] Sep 03 23:43:59.799 INFO O| Sep 03 23:43:59.799 INFO STEP 167 (remove_files) COMPLETE
45012024-09-03T23:44:00.945Z[ recovery-image] Sep 03 23:43:59.799 INFO O| Sep 03 23:43:59.799 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-09-03T23:44:00.962Z[ recovery-image] Sep 03 23:43:59.818 INFO O| Sep 03 23:43:59.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
45032024-09-03T23:44:00.966Z[ recovery-image] Sep 03 23:43:59.818 INFO O| Sep 03 23:43:59.818 INFO STEP 168 (remove_files) COMPLETE
45042024-09-03T23:44:00.966Z[ recovery-image] Sep 03 23:43:59.818 INFO O| Sep 03 23:43:59.818 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-09-03T23:44:00.995Z[ recovery-image] Sep 03 23:43:59.851 INFO O| Sep 03 23:43:59.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
45062024-09-03T23:44:00.995Z[ recovery-image] Sep 03 23:43:59.851 INFO O| Sep 03 23:43:59.851 INFO STEP 169 (remove_files) COMPLETE
45072024-09-03T23:44:00.995Z[ recovery-image] Sep 03 23:43:59.851 INFO O| Sep 03 23:43:59.851 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-09-03T23:44:01.033Z[ recovery-image] Sep 03 23:43:59.889 INFO O| Sep 03 23:43:59.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
45092024-09-03T23:44:01.033Z[ recovery-image] Sep 03 23:43:59.890 INFO O| Sep 03 23:43:59.889 INFO STEP 170 (remove_files) COMPLETE
45102024-09-03T23:44:01.033Z[ recovery-image] Sep 03 23:43:59.890 INFO O| Sep 03 23:43:59.890 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-09-03T23:44:01.102Z[ recovery-image] Sep 03 23:43:59.958 INFO O| Sep 03 23:43:59.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45122024-09-03T23:44:01.104Z[ recovery-image] Sep 03 23:43:59.958 INFO O| Sep 03 23:43:59.958 INFO STEP 171 (remove_files) COMPLETE
45132024-09-03T23:44:01.104Z[ recovery-image] Sep 03 23:43:59.958 INFO O| Sep 03 23:43:59.958 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-09-03T23:44:01.137Z[ host-image] Sep 03 23:43:59.993 INFO O| Sep 03 23:43:59.993 INFO O| Planning: Evaluating mediators ... Done
45152024-09-03T23:44:01.143Z[ host-image] Sep 03 23:43:59.999 INFO O| Sep 03 23:43:59.999 INFO O| Planning: Planning completed in 4.16 seconds
45162024-09-03T23:44:01.148Z[ host-image] Sep 03 23:44:00.005 INFO O| Sep 03 23:44:00.005 INFO O| Packages to install: 6
45172024-09-03T23:44:01.148Z[ host-image] Sep 03 23:44:00.005 INFO O| Sep 03 23:44:00.005 INFO O| Mediators to change: 1
45182024-09-03T23:44:01.152Z[ host-image] Sep 03 23:44:00.005 INFO O| Sep 03 23:44:00.005 INFO O| Services to change: 1
45192024-09-03T23:44:01.169Z[ host-image] Sep 03 23:44:00.025 INFO O| Sep 03 23:44:00.025 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
45202024-09-03T23:44:01.172Z[ recovery-image] Sep 03 23:44:00.027 INFO O| Sep 03 23:44:00.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45212024-09-03T23:44:01.172Z[ recovery-image] Sep 03 23:44:00.027 INFO O| Sep 03 23:44:00.027 INFO STEP 172 (remove_files) COMPLETE
45222024-09-03T23:44:01.172Z[ recovery-image] Sep 03 23:44:00.027 INFO O| Sep 03 23:44:00.027 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-09-03T23:44:01.190Z[ recovery-image] Sep 03 23:44:00.046 INFO O| Sep 03 23:44:00.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45242024-09-03T23:44:01.190Z[ recovery-image] Sep 03 23:44:00.046 INFO O| Sep 03 23:44:00.046 INFO STEP 173 (remove_files) COMPLETE
45252024-09-03T23:44:01.190Z[ recovery-image] Sep 03 23:44:00.046 INFO O| Sep 03 23:44:00.046 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-09-03T23:44:01.217Z[ recovery-image] Sep 03 23:44:00.073 INFO O| Sep 03 23:44:00.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45272024-09-03T23:44:01.217Z[ recovery-image] Sep 03 23:44:00.073 INFO O| Sep 03 23:44:00.073 INFO STEP 174 (remove_files) COMPLETE
45282024-09-03T23:44:01.219Z[ recovery-image] Sep 03 23:44:00.073 INFO O| Sep 03 23:44:00.073 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-09-03T23:44:01.235Z[ recovery-image] Sep 03 23:44:00.091 INFO O| Sep 03 23:44:00.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45302024-09-03T23:44:01.260Z[ recovery-image] Sep 03 23:44:00.116 INFO O| Sep 03 23:44:00.116 INFO STEP 175 (remove_files) COMPLETE
45312024-09-03T23:44:01.260Z[ recovery-image] Sep 03 23:44:00.116 INFO O| Sep 03 23:44:00.116 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-09-03T23:44:01.293Z[ recovery-image] Sep 03 23:44:00.148 INFO O| Sep 03 23:44:00.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45332024-09-03T23:44:01.293Z[ recovery-image] Sep 03 23:44:00.148 INFO O| Sep 03 23:44:00.148 INFO STEP 176 (remove_files) COMPLETE
45342024-09-03T23:44:01.293Z[ recovery-image] Sep 03 23:44:00.149 INFO O| Sep 03 23:44:00.148 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-09-03T23:44:01.317Z[ recovery-image] Sep 03 23:44:00.172 INFO O| Sep 03 23:44:00.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45362024-09-03T23:44:01.317Z[ recovery-image] Sep 03 23:44:00.173 INFO O| Sep 03 23:44:00.173 INFO STEP 177 (remove_files) COMPLETE
45372024-09-03T23:44:01.317Z[ recovery-image] Sep 03 23:44:00.173 INFO O| Sep 03 23:44:00.173 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-09-03T23:44:01.349Z[ recovery-image] Sep 03 23:44:00.205 INFO O| Sep 03 23:44:00.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45392024-09-03T23:44:01.349Z[ recovery-image] Sep 03 23:44:00.205 INFO O| Sep 03 23:44:00.205 INFO STEP 178 (remove_files) COMPLETE
45402024-09-03T23:44:01.352Z[ recovery-image] Sep 03 23:44:00.205 INFO O| Sep 03 23:44:00.205 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-09-03T23:44:01.379Z[ recovery-image] Sep 03 23:44:00.235 INFO O| Sep 03 23:44:00.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45422024-09-03T23:44:01.379Z[ recovery-image] Sep 03 23:44:00.235 INFO O| Sep 03 23:44:00.235 INFO STEP 179 (remove_files) COMPLETE
45432024-09-03T23:44:01.382Z[ recovery-image] Sep 03 23:44:00.235 INFO O| Sep 03 23:44:00.235 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-09-03T23:44:01.433Z[ recovery-image] Sep 03 23:44:00.289 INFO O| Sep 03 23:44:00.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45452024-09-03T23:44:01.433Z[ recovery-image] Sep 03 23:44:00.289 INFO O| Sep 03 23:44:00.289 INFO STEP 180 (remove_files) COMPLETE
45462024-09-03T23:44:01.433Z[ recovery-image] Sep 03 23:44:00.289 INFO O| Sep 03 23:44:00.289 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-09-03T23:44:01.475Z[ recovery-image] Sep 03 23:44:00.331 INFO O| Sep 03 23:44:00.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
45482024-09-03T23:44:01.477Z[ recovery-image] Sep 03 23:44:00.331 INFO O| Sep 03 23:44:00.331 INFO STEP 181 (remove_files) COMPLETE
45492024-09-03T23:44:01.478Z[ recovery-image] Sep 03 23:44:00.331 INFO O| Sep 03 23:44:00.331 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-09-03T23:44:01.494Z[ recovery-image] Sep 03 23:44:00.351 INFO O| Sep 03 23:44:00.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45512024-09-03T23:44:01.497Z[ recovery-image] Sep 03 23:44:00.351 INFO O| Sep 03 23:44:00.351 INFO STEP 182 (remove_files) COMPLETE
45522024-09-03T23:44:01.497Z[ recovery-image] Sep 03 23:44:00.351 INFO O| Sep 03 23:44:00.351 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-09-03T23:44:01.513Z[ recovery-image] Sep 03 23:44:00.370 INFO O| Sep 03 23:44:00.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45542024-09-03T23:44:01.516Z[ recovery-image] Sep 03 23:44:00.370 INFO O| Sep 03 23:44:00.370 INFO STEP 183 (remove_files) COMPLETE
45552024-09-03T23:44:01.516Z[ recovery-image] Sep 03 23:44:00.370 INFO O| Sep 03 23:44:00.370 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-09-03T23:44:01.531Z[ recovery-image] Sep 03 23:44:00.387 INFO O| Sep 03 23:44:00.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45572024-09-03T23:44:01.531Z[ recovery-image] Sep 03 23:44:00.387 INFO O| Sep 03 23:44:00.387 INFO STEP 184 (remove_files) COMPLETE
45582024-09-03T23:44:01.533Z[ recovery-image] Sep 03 23:44:00.387 INFO O| Sep 03 23:44:00.387 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-09-03T23:44:01.547Z[ recovery-image] Sep 03 23:44:00.403 INFO O| Sep 03 23:44:00.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45602024-09-03T23:44:01.549Z[ recovery-image] Sep 03 23:44:00.403 INFO O| Sep 03 23:44:00.403 INFO STEP 185 (remove_files) COMPLETE
45612024-09-03T23:44:01.549Z[ recovery-image] Sep 03 23:44:00.404 INFO O| Sep 03 23:44:00.403 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-09-03T23:44:01.573Z[ recovery-image] Sep 03 23:44:00.429 INFO O| Sep 03 23:44:00.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45632024-09-03T23:44:01.573Z[ recovery-image] Sep 03 23:44:00.429 INFO O| Sep 03 23:44:00.429 INFO STEP 186 (remove_files) COMPLETE
45642024-09-03T23:44:01.573Z[ recovery-image] Sep 03 23:44:00.429 INFO O| Sep 03 23:44:00.429 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-09-03T23:44:01.607Z[ recovery-image] Sep 03 23:44:00.464 INFO O| Sep 03 23:44:00.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
45662024-09-03T23:44:01.608Z[ recovery-image] Sep 03 23:44:00.464 INFO O| Sep 03 23:44:00.464 INFO STEP 187 (remove_files) COMPLETE
45672024-09-03T23:44:01.616Z[ recovery-image] Sep 03 23:44:00.464 INFO O| Sep 03 23:44:00.464 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-09-03T23:44:01.626Z[ recovery-image] Sep 03 23:44:00.482 INFO O| Sep 03 23:44:00.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
45692024-09-03T23:44:01.628Z[ recovery-image] Sep 03 23:44:00.482 INFO O| Sep 03 23:44:00.482 INFO STEP 188 (remove_files) COMPLETE
45702024-09-03T23:44:01.628Z[ recovery-image] Sep 03 23:44:00.482 INFO O| Sep 03 23:44:00.482 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-09-03T23:44:01.644Z[ recovery-image] Sep 03 23:44:00.500 INFO O| Sep 03 23:44:00.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
45722024-09-03T23:44:01.647Z[ recovery-image] Sep 03 23:44:00.501 INFO O| Sep 03 23:44:00.500 INFO STEP 189 (remove_files) COMPLETE
45732024-09-03T23:44:01.647Z[ recovery-image] Sep 03 23:44:00.501 INFO O| Sep 03 23:44:00.501 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-09-03T23:44:01.662Z[ recovery-image] Sep 03 23:44:00.518 INFO O| Sep 03 23:44:00.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
45752024-09-03T23:44:01.665Z[ recovery-image] Sep 03 23:44:00.519 INFO O| Sep 03 23:44:00.518 INFO STEP 190 (remove_files) COMPLETE
45762024-09-03T23:44:01.665Z[ recovery-image] Sep 03 23:44:00.519 INFO O| Sep 03 23:44:00.518 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-09-03T23:44:01.681Z[ recovery-image] Sep 03 23:44:00.537 INFO O| Sep 03 23:44:00.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
45782024-09-03T23:44:01.681Z[ recovery-image] Sep 03 23:44:00.537 INFO O| Sep 03 23:44:00.537 INFO STEP 191 (remove_files) COMPLETE
45792024-09-03T23:44:01.683Z[ recovery-image] Sep 03 23:44:00.537 INFO O| Sep 03 23:44:00.537 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-09-03T23:44:01.700Z[ recovery-image] Sep 03 23:44:00.556 INFO O| Sep 03 23:44:00.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
45812024-09-03T23:44:01.703Z[ recovery-image] Sep 03 23:44:00.557 INFO O| Sep 03 23:44:00.556 INFO STEP 192 (remove_files) COMPLETE
45822024-09-03T23:44:01.703Z[ recovery-image] Sep 03 23:44:00.557 INFO O| Sep 03 23:44:00.557 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-09-03T23:44:01.718Z[ recovery-image] Sep 03 23:44:00.575 INFO O| Sep 03 23:44:00.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
45842024-09-03T23:44:01.718Z[ recovery-image] Sep 03 23:44:00.575 INFO O| Sep 03 23:44:00.575 INFO STEP 193 (remove_files) COMPLETE
45852024-09-03T23:44:01.721Z[ recovery-image] Sep 03 23:44:00.575 INFO O| Sep 03 23:44:00.575 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-09-03T23:44:01.754Z[ recovery-image] Sep 03 23:44:00.610 INFO O| Sep 03 23:44:00.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
45872024-09-03T23:44:01.754Z[ recovery-image] Sep 03 23:44:00.610 INFO O| Sep 03 23:44:00.610 INFO STEP 194 (remove_files) COMPLETE
45882024-09-03T23:44:01.754Z[ recovery-image] Sep 03 23:44:00.610 INFO O| Sep 03 23:44:00.610 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-09-03T23:44:01.813Z[ recovery-image] Sep 03 23:44:00.669 INFO O| Sep 03 23:44:00.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
45902024-09-03T23:44:01.813Z[ recovery-image] Sep 03 23:44:00.669 INFO O| Sep 03 23:44:00.669 INFO STEP 195 (remove_files) COMPLETE
45912024-09-03T23:44:01.813Z[ recovery-image] Sep 03 23:44:00.669 INFO O| Sep 03 23:44:00.669 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-09-03T23:44:01.831Z[ recovery-image] Sep 03 23:44:00.688 INFO O| Sep 03 23:44:00.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
45932024-09-03T23:44:01.834Z[ recovery-image] Sep 03 23:44:00.688 INFO O| Sep 03 23:44:00.688 INFO STEP 196 (remove_files) COMPLETE
45942024-09-03T23:44:01.834Z[ recovery-image] Sep 03 23:44:00.688 INFO O| Sep 03 23:44:00.688 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-09-03T23:44:01.849Z[ recovery-image] Sep 03 23:44:00.705 INFO O| Sep 03 23:44:00.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
45962024-09-03T23:44:01.849Z[ recovery-image] Sep 03 23:44:00.705 INFO O| Sep 03 23:44:00.705 INFO STEP 197 (remove_files) COMPLETE
45972024-09-03T23:44:01.849Z[ recovery-image] Sep 03 23:44:00.705 INFO O| Sep 03 23:44:00.705 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-09-03T23:44:01.865Z[ recovery-image] Sep 03 23:44:00.721 INFO O| Sep 03 23:44:00.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
45992024-09-03T23:44:01.865Z[ recovery-image] Sep 03 23:44:00.721 INFO O| Sep 03 23:44:00.721 INFO STEP 198 (remove_files) COMPLETE
46002024-09-03T23:44:01.868Z[ recovery-image] Sep 03 23:44:00.721 INFO O| Sep 03 23:44:00.721 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-09-03T23:44:01.882Z[ recovery-image] Sep 03 23:44:00.739 INFO O| Sep 03 23:44:00.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
46022024-09-03T23:44:01.883Z[ recovery-image] Sep 03 23:44:00.739 INFO O| Sep 03 23:44:00.739 INFO STEP 199 (remove_files) COMPLETE
46032024-09-03T23:44:01.885Z[ recovery-image] Sep 03 23:44:00.739 INFO O| Sep 03 23:44:00.739 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-09-03T23:44:01.900Z[ recovery-image] Sep 03 23:44:00.756 INFO O| Sep 03 23:44:00.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
46052024-09-03T23:44:01.900Z[ recovery-image] Sep 03 23:44:00.756 INFO O| Sep 03 23:44:00.756 INFO STEP 200 (remove_files) COMPLETE
46062024-09-03T23:44:01.903Z[ recovery-image] Sep 03 23:44:00.756 INFO O| Sep 03 23:44:00.756 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-09-03T23:44:01.932Z[ recovery-image] Sep 03 23:44:00.787 INFO O| Sep 03 23:44:00.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
46082024-09-03T23:44:01.935Z[ recovery-image] Sep 03 23:44:00.787 INFO O| Sep 03 23:44:00.787 INFO STEP 201 (remove_files) COMPLETE
46092024-09-03T23:44:01.935Z[ recovery-image] Sep 03 23:44:00.787 INFO O| Sep 03 23:44:00.787 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-09-03T23:44:01.950Z[ recovery-image] Sep 03 23:44:00.806 INFO O| Sep 03 23:44:00.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
46112024-09-03T23:44:01.952Z[ recovery-image] Sep 03 23:44:00.806 INFO O| Sep 03 23:44:00.806 INFO STEP 202 (remove_files) COMPLETE
46122024-09-03T23:44:01.952Z[ recovery-image] Sep 03 23:44:00.806 INFO O| Sep 03 23:44:00.806 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-09-03T23:44:01.968Z[ recovery-image] Sep 03 23:44:00.824 INFO O| Sep 03 23:44:00.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
46142024-09-03T23:44:01.983Z[ recovery-image] Sep 03 23:44:00.839 INFO O| Sep 03 23:44:00.839 INFO STEP 203 (remove_files) COMPLETE
46152024-09-03T23:44:01.983Z[ recovery-image] Sep 03 23:44:00.839 INFO O| Sep 03 23:44:00.839 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-09-03T23:44:02.015Z[ recovery-image] Sep 03 23:44:00.871 INFO O| Sep 03 23:44:00.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46172024-09-03T23:44:02.018Z[ recovery-image] Sep 03 23:44:00.872 INFO O| Sep 03 23:44:00.871 INFO STEP 204 (remove_files) COMPLETE
46182024-09-03T23:44:02.018Z[ recovery-image] Sep 03 23:44:00.872 INFO O| Sep 03 23:44:00.872 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-09-03T23:44:02.033Z[ recovery-image] Sep 03 23:44:00.890 INFO O| Sep 03 23:44:00.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46202024-09-03T23:44:02.036Z[ recovery-image] Sep 03 23:44:00.890 INFO O| Sep 03 23:44:00.890 INFO STEP 205 (remove_files) COMPLETE
46212024-09-03T23:44:02.036Z[ recovery-image] Sep 03 23:44:00.890 INFO O| Sep 03 23:44:00.890 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-09-03T23:44:02.052Z[ recovery-image] Sep 03 23:44:00.908 INFO O| Sep 03 23:44:00.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46232024-09-03T23:44:02.055Z[ recovery-image] Sep 03 23:44:00.908 INFO O| Sep 03 23:44:00.908 INFO STEP 206 (remove_files) COMPLETE
46242024-09-03T23:44:02.055Z[ recovery-image] Sep 03 23:44:00.908 INFO O| Sep 03 23:44:00.908 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-09-03T23:44:02.070Z[ recovery-image] Sep 03 23:44:00.926 INFO O| Sep 03 23:44:00.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46262024-09-03T23:44:02.073Z[ recovery-image] Sep 03 23:44:00.926 INFO O| Sep 03 23:44:00.926 INFO STEP 207 (remove_files) COMPLETE
46272024-09-03T23:44:02.073Z[ recovery-image] Sep 03 23:44:00.926 INFO O| Sep 03 23:44:00.926 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-09-03T23:44:02.089Z[ recovery-image] Sep 03 23:44:00.945 INFO O| Sep 03 23:44:00.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46292024-09-03T23:44:02.092Z[ recovery-image] Sep 03 23:44:00.945 INFO O| Sep 03 23:44:00.945 INFO STEP 208 (remove_files) COMPLETE
46302024-09-03T23:44:02.092Z[ recovery-image] Sep 03 23:44:00.945 INFO O| Sep 03 23:44:00.945 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-09-03T23:44:02.106Z[ recovery-image] Sep 03 23:44:00.962 INFO O| Sep 03 23:44:00.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46322024-09-03T23:44:02.117Z[ recovery-image] Sep 03 23:44:00.963 INFO O| Sep 03 23:44:00.963 INFO STEP 209 (remove_files) COMPLETE
46332024-09-03T23:44:02.117Z[ recovery-image] Sep 03 23:44:00.963 INFO O| Sep 03 23:44:00.963 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-09-03T23:44:02.127Z[ recovery-image] Sep 03 23:44:00.981 INFO O| Sep 03 23:44:00.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46352024-09-03T23:44:02.127Z[ recovery-image] Sep 03 23:44:00.981 INFO O| Sep 03 23:44:00.981 INFO STEP 210 (remove_files) COMPLETE
46362024-09-03T23:44:02.127Z[ recovery-image] Sep 03 23:44:00.981 INFO O| Sep 03 23:44:00.981 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-09-03T23:44:02.151Z[ recovery-image] Sep 03 23:44:01.007 INFO O| Sep 03 23:44:01.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46382024-09-03T23:44:02.151Z[ recovery-image] Sep 03 23:44:01.007 INFO O| Sep 03 23:44:01.007 INFO STEP 211 (remove_files) COMPLETE
46392024-09-03T23:44:02.151Z[ recovery-image] Sep 03 23:44:01.007 INFO O| Sep 03 23:44:01.007 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-09-03T23:44:02.195Z[ recovery-image] Sep 03 23:44:01.050 INFO O| Sep 03 23:44:01.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
46412024-09-03T23:44:02.195Z[ recovery-image] Sep 03 23:44:01.051 INFO O| Sep 03 23:44:01.051 INFO STEP 212 (remove_files) COMPLETE
46422024-09-03T23:44:02.195Z[ recovery-image] Sep 03 23:44:01.051 INFO O| Sep 03 23:44:01.051 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-09-03T23:44:02.213Z[ recovery-image] Sep 03 23:44:01.069 INFO O| Sep 03 23:44:01.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
46442024-09-03T23:44:02.213Z[ recovery-image] Sep 03 23:44:01.069 INFO O| Sep 03 23:44:01.069 INFO STEP 213 (remove_files) COMPLETE
46452024-09-03T23:44:02.213Z[ recovery-image] Sep 03 23:44:01.069 INFO O| Sep 03 23:44:01.069 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-09-03T23:44:02.232Z[ recovery-image] Sep 03 23:44:01.088 INFO O| Sep 03 23:44:01.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
46472024-09-03T23:44:02.232Z[ recovery-image] Sep 03 23:44:01.088 INFO O| Sep 03 23:44:01.088 INFO STEP 214 (remove_files) COMPLETE
46482024-09-03T23:44:02.232Z[ recovery-image] Sep 03 23:44:01.088 INFO O| Sep 03 23:44:01.088 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-09-03T23:44:02.252Z[ recovery-image] Sep 03 23:44:01.108 INFO O| Sep 03 23:44:01.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
46502024-09-03T23:44:02.252Z[ recovery-image] Sep 03 23:44:01.108 INFO O| Sep 03 23:44:01.108 INFO STEP 215 (remove_files) COMPLETE
46512024-09-03T23:44:02.255Z[ recovery-image] Sep 03 23:44:01.108 INFO O| Sep 03 23:44:01.108 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-09-03T23:44:02.279Z[ recovery-image] Sep 03 23:44:01.135 INFO O| Sep 03 23:44:01.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
46532024-09-03T23:44:02.279Z[ recovery-image] Sep 03 23:44:01.135 INFO O| Sep 03 23:44:01.135 INFO STEP 216 (remove_files) COMPLETE
46542024-09-03T23:44:02.281Z[ recovery-image] Sep 03 23:44:01.135 INFO O| Sep 03 23:44:01.135 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-09-03T23:44:02.303Z[ recovery-image] Sep 03 23:44:01.159 INFO O| Sep 03 23:44:01.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46562024-09-03T23:44:02.303Z[ recovery-image] Sep 03 23:44:01.159 INFO O| Sep 03 23:44:01.159 INFO STEP 217 (remove_files) COMPLETE
46572024-09-03T23:44:02.305Z[ recovery-image] Sep 03 23:44:01.159 INFO O| Sep 03 23:44:01.159 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-09-03T23:44:02.385Z[ recovery-image] Sep 03 23:44:01.241 INFO O| Sep 03 23:44:01.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46592024-09-03T23:44:02.388Z[ recovery-image] Sep 03 23:44:01.241 INFO O| Sep 03 23:44:01.241 INFO STEP 218 (remove_files) COMPLETE
46602024-09-03T23:44:02.388Z[ recovery-image] Sep 03 23:44:01.241 INFO O| Sep 03 23:44:01.241 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-09-03T23:44:02.404Z[ recovery-image] Sep 03 23:44:01.260 INFO O| Sep 03 23:44:01.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
46622024-09-03T23:44:02.407Z[ recovery-image] Sep 03 23:44:01.260 INFO O| Sep 03 23:44:01.260 INFO STEP 219 (remove_files) COMPLETE
46632024-09-03T23:44:02.407Z[ recovery-image] Sep 03 23:44:01.260 INFO O| Sep 03 23:44:01.260 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-09-03T23:44:02.423Z[ recovery-image] Sep 03 23:44:01.279 INFO O| Sep 03 23:44:01.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
46652024-09-03T23:44:02.425Z[ recovery-image] Sep 03 23:44:01.279 INFO O| Sep 03 23:44:01.279 INFO STEP 220 (remove_files) COMPLETE
46662024-09-03T23:44:02.425Z[ recovery-image] Sep 03 23:44:01.279 INFO O| Sep 03 23:44:01.279 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-09-03T23:44:02.442Z[ recovery-image] Sep 03 23:44:01.298 INFO O| Sep 03 23:44:01.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
46682024-09-03T23:44:02.444Z[ recovery-image] Sep 03 23:44:01.298 INFO O| Sep 03 23:44:01.298 INFO STEP 221 (remove_files) COMPLETE
46692024-09-03T23:44:02.444Z[ recovery-image] Sep 03 23:44:01.298 INFO O| Sep 03 23:44:01.298 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-09-03T23:44:02.461Z[ recovery-image] Sep 03 23:44:01.317 INFO O| Sep 03 23:44:01.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
46712024-09-03T23:44:02.463Z[ recovery-image] Sep 03 23:44:01.317 INFO O| Sep 03 23:44:01.317 INFO STEP 222 (remove_files) COMPLETE
46722024-09-03T23:44:02.463Z[ recovery-image] Sep 03 23:44:01.317 INFO O| Sep 03 23:44:01.317 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-09-03T23:44:02.480Z[ recovery-image] Sep 03 23:44:01.336 INFO O| Sep 03 23:44:01.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
46742024-09-03T23:44:02.483Z[ recovery-image] Sep 03 23:44:01.336 INFO O| Sep 03 23:44:01.336 INFO STEP 223 (remove_files) COMPLETE
46752024-09-03T23:44:02.483Z[ recovery-image] Sep 03 23:44:01.337 INFO O| Sep 03 23:44:01.336 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-09-03T23:44:02.509Z[ recovery-image] Sep 03 23:44:01.365 INFO O| Sep 03 23:44:01.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
46772024-09-03T23:44:02.509Z[ recovery-image] Sep 03 23:44:01.365 INFO O| Sep 03 23:44:01.365 INFO STEP 224 (remove_files) COMPLETE
46782024-09-03T23:44:02.509Z[ recovery-image] Sep 03 23:44:01.365 INFO O| Sep 03 23:44:01.365 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-09-03T23:44:02.529Z[ recovery-image] Sep 03 23:44:01.385 INFO O| Sep 03 23:44:01.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
46802024-09-03T23:44:02.529Z[ recovery-image] Sep 03 23:44:01.385 INFO O| Sep 03 23:44:01.385 INFO STEP 225 (remove_files) COMPLETE
46812024-09-03T23:44:02.532Z[ recovery-image] Sep 03 23:44:01.385 INFO O| Sep 03 23:44:01.385 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-09-03T23:44:02.549Z[ recovery-image] Sep 03 23:44:01.405 INFO O| Sep 03 23:44:01.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
46832024-09-03T23:44:02.549Z[ recovery-image] Sep 03 23:44:01.405 INFO O| Sep 03 23:44:01.405 INFO STEP 226 (remove_files) COMPLETE
46842024-09-03T23:44:02.549Z[ recovery-image] Sep 03 23:44:01.405 INFO O| Sep 03 23:44:01.405 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-09-03T23:44:02.567Z[ recovery-image] Sep 03 23:44:01.422 INFO O| Sep 03 23:44:01.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
46862024-09-03T23:44:02.567Z[ recovery-image] Sep 03 23:44:01.422 INFO O| Sep 03 23:44:01.422 INFO STEP 227 (remove_files) COMPLETE
46872024-09-03T23:44:02.567Z[ recovery-image] Sep 03 23:44:01.422 INFO O| Sep 03 23:44:01.422 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-09-03T23:44:02.584Z[ recovery-image] Sep 03 23:44:01.440 INFO O| Sep 03 23:44:01.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
46892024-09-03T23:44:02.584Z[ recovery-image] Sep 03 23:44:01.440 INFO O| Sep 03 23:44:01.440 INFO STEP 228 (remove_files) COMPLETE
46902024-09-03T23:44:02.584Z[ recovery-image] Sep 03 23:44:01.440 INFO O| Sep 03 23:44:01.440 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-09-03T23:44:02.602Z[ recovery-image] Sep 03 23:44:01.458 INFO O| Sep 03 23:44:01.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
46922024-09-03T23:44:02.602Z[ recovery-image] Sep 03 23:44:01.458 INFO O| Sep 03 23:44:01.458 INFO STEP 229 (remove_files) COMPLETE
46932024-09-03T23:44:02.602Z[ recovery-image] Sep 03 23:44:01.458 INFO O| Sep 03 23:44:01.458 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-09-03T23:44:02.620Z[ recovery-image] Sep 03 23:44:01.476 INFO O| Sep 03 23:44:01.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
46952024-09-03T23:44:02.620Z[ recovery-image] Sep 03 23:44:01.476 INFO O| Sep 03 23:44:01.476 INFO STEP 230 (remove_files) COMPLETE
46962024-09-03T23:44:02.622Z[ recovery-image] Sep 03 23:44:01.476 INFO O| Sep 03 23:44:01.476 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-09-03T23:44:02.638Z[ recovery-image] Sep 03 23:44:01.494 INFO O| Sep 03 23:44:01.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
46982024-09-03T23:44:02.638Z[ recovery-image] Sep 03 23:44:01.494 INFO O| Sep 03 23:44:01.494 INFO STEP 231 (remove_files) COMPLETE
46992024-09-03T23:44:02.638Z[ recovery-image] Sep 03 23:44:01.494 INFO O| Sep 03 23:44:01.494 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-09-03T23:44:02.686Z[ recovery-image] Sep 03 23:44:01.542 INFO O| Sep 03 23:44:01.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
47012024-09-03T23:44:02.687Z[ recovery-image] Sep 03 23:44:01.542 INFO O| Sep 03 23:44:01.542 INFO STEP 232 (remove_files) COMPLETE
47022024-09-03T23:44:02.689Z[ recovery-image] Sep 03 23:44:01.542 INFO O| Sep 03 23:44:01.542 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-09-03T23:44:02.726Z[ recovery-image] Sep 03 23:44:01.582 INFO O| Sep 03 23:44:01.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
47042024-09-03T23:44:02.726Z[ recovery-image] Sep 03 23:44:01.582 INFO O| Sep 03 23:44:01.582 INFO STEP 233 (remove_files) COMPLETE
47052024-09-03T23:44:02.726Z[ recovery-image] Sep 03 23:44:01.582 INFO O| Sep 03 23:44:01.582 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-09-03T23:44:02.746Z[ recovery-image] Sep 03 23:44:01.602 INFO O| Sep 03 23:44:01.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
47072024-09-03T23:44:02.746Z[ recovery-image] Sep 03 23:44:01.602 INFO O| Sep 03 23:44:01.602 INFO STEP 234 (remove_files) COMPLETE
47082024-09-03T23:44:02.746Z[ recovery-image] Sep 03 23:44:01.602 INFO O| Sep 03 23:44:01.602 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-09-03T23:44:02.783Z[ recovery-image] Sep 03 23:44:01.639 INFO O| Sep 03 23:44:01.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
47102024-09-03T23:44:02.783Z[ recovery-image] Sep 03 23:44:01.639 INFO O| Sep 03 23:44:01.639 INFO STEP 235 (remove_files) COMPLETE
47112024-09-03T23:44:02.783Z[ recovery-image] Sep 03 23:44:01.639 INFO O| Sep 03 23:44:01.639 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-09-03T23:44:02.811Z[ recovery-image] Sep 03 23:44:01.667 INFO O| Sep 03 23:44:01.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
47132024-09-03T23:44:02.811Z[ recovery-image] Sep 03 23:44:01.667 INFO O| Sep 03 23:44:01.667 INFO STEP 236 (remove_files) COMPLETE
47142024-09-03T23:44:02.811Z[ recovery-image] Sep 03 23:44:01.667 INFO O| Sep 03 23:44:01.667 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-09-03T23:44:02.840Z[ recovery-image] Sep 03 23:44:01.696 INFO O| Sep 03 23:44:01.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47162024-09-03T23:44:02.840Z[ recovery-image] Sep 03 23:44:01.696 INFO O| Sep 03 23:44:01.696 INFO STEP 237 (remove_files) COMPLETE
47172024-09-03T23:44:02.840Z[ recovery-image] Sep 03 23:44:01.696 INFO O| Sep 03 23:44:01.696 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-09-03T23:44:02.861Z[ recovery-image] Sep 03 23:44:01.717 INFO O| Sep 03 23:44:01.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47192024-09-03T23:44:02.861Z[ recovery-image] Sep 03 23:44:01.717 INFO O| Sep 03 23:44:01.717 INFO STEP 238 (remove_files) COMPLETE
47202024-09-03T23:44:02.861Z[ recovery-image] Sep 03 23:44:01.717 INFO O| Sep 03 23:44:01.717 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-09-03T23:44:02.881Z[ recovery-image] Sep 03 23:44:01.737 INFO O| Sep 03 23:44:01.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47222024-09-03T23:44:02.881Z[ recovery-image] Sep 03 23:44:01.737 INFO O| Sep 03 23:44:01.737 INFO STEP 239 (remove_files) COMPLETE
47232024-09-03T23:44:02.881Z[ recovery-image] Sep 03 23:44:01.737 INFO O| Sep 03 23:44:01.737 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-09-03T23:44:02.901Z[ recovery-image] Sep 03 23:44:01.757 INFO O| Sep 03 23:44:01.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47252024-09-03T23:44:02.901Z[ recovery-image] Sep 03 23:44:01.757 INFO O| Sep 03 23:44:01.757 INFO STEP 240 (remove_files) COMPLETE
47262024-09-03T23:44:02.901Z[ recovery-image] Sep 03 23:44:01.757 INFO O| Sep 03 23:44:01.757 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-09-03T23:44:02.922Z[ recovery-image] Sep 03 23:44:01.778 INFO O| Sep 03 23:44:01.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47282024-09-03T23:44:02.922Z[ recovery-image] Sep 03 23:44:01.778 INFO O| Sep 03 23:44:01.778 INFO STEP 241 (remove_files) COMPLETE
47292024-09-03T23:44:02.922Z[ recovery-image] Sep 03 23:44:01.778 INFO O| Sep 03 23:44:01.778 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-09-03T23:44:02.942Z[ recovery-image] Sep 03 23:44:01.798 INFO O| Sep 03 23:44:01.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47312024-09-03T23:44:02.942Z[ recovery-image] Sep 03 23:44:01.798 INFO O| Sep 03 23:44:01.798 INFO STEP 242 (remove_files) COMPLETE
47322024-09-03T23:44:02.942Z[ recovery-image] Sep 03 23:44:01.798 INFO O| Sep 03 23:44:01.798 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-09-03T23:44:02.962Z[ recovery-image] Sep 03 23:44:01.818 INFO O| Sep 03 23:44:01.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47342024-09-03T23:44:02.962Z[ recovery-image] Sep 03 23:44:01.818 INFO O| Sep 03 23:44:01.818 INFO STEP 243 (remove_files) COMPLETE
47352024-09-03T23:44:02.962Z[ recovery-image] Sep 03 23:44:01.818 INFO O| Sep 03 23:44:01.818 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-09-03T23:44:02.982Z[ recovery-image] Sep 03 23:44:01.838 INFO O| Sep 03 23:44:01.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47372024-09-03T23:44:02.982Z[ recovery-image] Sep 03 23:44:01.838 INFO O| Sep 03 23:44:01.838 INFO STEP 244 (remove_files) COMPLETE
47382024-09-03T23:44:02.985Z[ recovery-image] Sep 03 23:44:01.838 INFO O| Sep 03 23:44:01.838 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-09-03T23:44:03.004Z[ recovery-image] Sep 03 23:44:01.860 INFO O| Sep 03 23:44:01.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
47402024-09-03T23:44:03.004Z[ recovery-image] Sep 03 23:44:01.860 INFO O| Sep 03 23:44:01.860 INFO STEP 245 (remove_files) COMPLETE
47412024-09-03T23:44:03.006Z[ recovery-image] Sep 03 23:44:01.860 INFO O| Sep 03 23:44:01.860 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-09-03T23:44:03.021Z[ recovery-image] Sep 03 23:44:01.877 INFO O| Sep 03 23:44:01.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
47432024-09-03T23:44:03.021Z[ recovery-image] Sep 03 23:44:01.878 INFO O| Sep 03 23:44:01.878 INFO STEP 246 (remove_files) COMPLETE
47442024-09-03T23:44:03.024Z[ recovery-image] Sep 03 23:44:01.878 INFO O| Sep 03 23:44:01.878 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-09-03T23:44:03.039Z[ recovery-image] Sep 03 23:44:01.895 INFO O| Sep 03 23:44:01.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
47462024-09-03T23:44:03.039Z[ recovery-image] Sep 03 23:44:01.895 INFO O| Sep 03 23:44:01.895 INFO STEP 247 (remove_files) COMPLETE
47472024-09-03T23:44:03.039Z[ recovery-image] Sep 03 23:44:01.895 INFO O| Sep 03 23:44:01.895 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-09-03T23:44:03.059Z[ recovery-image] Sep 03 23:44:01.914 INFO O| Sep 03 23:44:01.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
47492024-09-03T23:44:03.059Z[ recovery-image] Sep 03 23:44:01.914 INFO O| Sep 03 23:44:01.914 INFO STEP 248 (remove_files) COMPLETE
47502024-09-03T23:44:03.059Z[ recovery-image] Sep 03 23:44:01.914 INFO O| Sep 03 23:44:01.914 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-09-03T23:44:03.081Z[ recovery-image] Sep 03 23:44:01.937 INFO O| Sep 03 23:44:01.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
47522024-09-03T23:44:03.081Z[ recovery-image] Sep 03 23:44:01.937 INFO O| Sep 03 23:44:01.937 INFO STEP 249 (remove_files) COMPLETE
47532024-09-03T23:44:03.083Z[ recovery-image] Sep 03 23:44:01.937 INFO O| Sep 03 23:44:01.937 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-09-03T23:44:03.101Z[ recovery-image] Sep 03 23:44:01.957 INFO O| Sep 03 23:44:01.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47552024-09-03T23:44:03.101Z[ recovery-image] Sep 03 23:44:01.957 INFO O| Sep 03 23:44:01.957 INFO STEP 250 (remove_files) COMPLETE
47562024-09-03T23:44:03.104Z[ recovery-image] Sep 03 23:44:01.957 INFO O| Sep 03 23:44:01.957 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-09-03T23:44:03.141Z[ recovery-image] Sep 03 23:44:01.996 INFO O| Sep 03 23:44:01.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47582024-09-03T23:44:03.141Z[ recovery-image] Sep 03 23:44:01.996 INFO O| Sep 03 23:44:01.996 INFO STEP 251 (remove_files) COMPLETE
47592024-09-03T23:44:03.143Z[ recovery-image] Sep 03 23:44:01.996 INFO O| Sep 03 23:44:01.996 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-09-03T23:44:03.162Z[ recovery-image] Sep 03 23:44:02.018 INFO O| Sep 03 23:44:02.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
47612024-09-03T23:44:03.162Z[ recovery-image] Sep 03 23:44:02.018 INFO O| Sep 03 23:44:02.018 INFO STEP 252 (remove_files) COMPLETE
47622024-09-03T23:44:03.164Z[ recovery-image] Sep 03 23:44:02.018 INFO O| Sep 03 23:44:02.018 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-09-03T23:44:03.181Z[ recovery-image] Sep 03 23:44:02.037 INFO O| Sep 03 23:44:02.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
47642024-09-03T23:44:03.184Z[ recovery-image] Sep 03 23:44:02.037 INFO O| Sep 03 23:44:02.037 INFO STEP 253 (remove_files) COMPLETE
47652024-09-03T23:44:03.184Z[ recovery-image] Sep 03 23:44:02.037 INFO O| Sep 03 23:44:02.037 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-09-03T23:44:03.206Z[ recovery-image] Sep 03 23:44:02.062 INFO O| Sep 03 23:44:02.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
47672024-09-03T23:44:03.206Z[ recovery-image] Sep 03 23:44:02.062 INFO O| Sep 03 23:44:02.062 INFO STEP 254 (remove_files) COMPLETE
47682024-09-03T23:44:03.208Z[ recovery-image] Sep 03 23:44:02.062 INFO O| Sep 03 23:44:02.062 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-09-03T23:44:03.227Z[ recovery-image] Sep 03 23:44:02.083 INFO O| Sep 03 23:44:02.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
47702024-09-03T23:44:03.227Z[ recovery-image] Sep 03 23:44:02.083 INFO O| Sep 03 23:44:02.083 INFO STEP 255 (remove_files) COMPLETE
47712024-09-03T23:44:03.227Z[ recovery-image] Sep 03 23:44:02.083 INFO O| Sep 03 23:44:02.083 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-09-03T23:44:03.249Z[ recovery-image] Sep 03 23:44:02.104 INFO O| Sep 03 23:44:02.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
47732024-09-03T23:44:03.249Z[ recovery-image] Sep 03 23:44:02.105 INFO O| Sep 03 23:44:02.105 INFO STEP 256 (remove_files) COMPLETE
47742024-09-03T23:44:03.251Z[ recovery-image] Sep 03 23:44:02.105 INFO O| Sep 03 23:44:02.105 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-09-03T23:44:03.273Z[ recovery-image] Sep 03 23:44:02.129 INFO O| Sep 03 23:44:02.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
47762024-09-03T23:44:03.273Z[ recovery-image] Sep 03 23:44:02.130 INFO O| Sep 03 23:44:02.130 INFO STEP 257 (remove_files) COMPLETE
47772024-09-03T23:44:03.273Z[ recovery-image] Sep 03 23:44:02.130 INFO O| Sep 03 23:44:02.130 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-09-03T23:44:03.293Z[ recovery-image] Sep 03 23:44:02.149 INFO O| Sep 03 23:44:02.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
47792024-09-03T23:44:03.293Z[ recovery-image] Sep 03 23:44:02.149 INFO O| Sep 03 23:44:02.149 INFO STEP 258 (remove_files) COMPLETE
47802024-09-03T23:44:03.293Z[ recovery-image] Sep 03 23:44:02.149 INFO O| Sep 03 23:44:02.149 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-09-03T23:44:03.319Z[ recovery-image] Sep 03 23:44:02.175 INFO O| Sep 03 23:44:02.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
47822024-09-03T23:44:03.319Z[ recovery-image] Sep 03 23:44:02.175 INFO O| Sep 03 23:44:02.175 INFO STEP 259 (remove_files) COMPLETE
47832024-09-03T23:44:03.321Z[ recovery-image] Sep 03 23:44:02.175 INFO O| Sep 03 23:44:02.175 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-09-03T23:44:03.349Z[ recovery-image] Sep 03 23:44:02.205 INFO O| Sep 03 23:44:02.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
47852024-09-03T23:44:03.349Z[ recovery-image] Sep 03 23:44:02.205 INFO O| Sep 03 23:44:02.204 INFO STEP 260 (remove_files) COMPLETE
47862024-09-03T23:44:03.349Z[ recovery-image] Sep 03 23:44:02.205 INFO O| Sep 03 23:44:02.204 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-09-03T23:44:03.389Z[ recovery-image] Sep 03 23:44:02.245 INFO O| Sep 03 23:44:02.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
47882024-09-03T23:44:03.389Z[ recovery-image] Sep 03 23:44:02.245 INFO O| Sep 03 23:44:02.245 INFO STEP 261 (remove_files) COMPLETE
47892024-09-03T23:44:03.392Z[ recovery-image] Sep 03 23:44:02.245 INFO O| Sep 03 23:44:02.245 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-09-03T23:44:03.443Z[ recovery-image] Sep 03 23:44:02.299 INFO O| Sep 03 23:44:02.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
47912024-09-03T23:44:03.443Z[ recovery-image] Sep 03 23:44:02.299 INFO O| Sep 03 23:44:02.297 INFO STEP 262 (remove_files) COMPLETE
47922024-09-03T23:44:03.446Z[ recovery-image] Sep 03 23:44:02.299 INFO O| Sep 03 23:44:02.297 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-09-03T23:44:03.462Z[ recovery-image] Sep 03 23:44:02.318 INFO O| Sep 03 23:44:02.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
47942024-09-03T23:44:03.462Z[ recovery-image] Sep 03 23:44:02.318 INFO O| Sep 03 23:44:02.318 INFO STEP 263 (remove_files) COMPLETE
47952024-09-03T23:44:03.462Z[ recovery-image] Sep 03 23:44:02.318 INFO O| Sep 03 23:44:02.318 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-09-03T23:44:03.503Z[ recovery-image] Sep 03 23:44:02.358 INFO O| Sep 03 23:44:02.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
47972024-09-03T23:44:03.503Z[ recovery-image] Sep 03 23:44:02.358 INFO O| Sep 03 23:44:02.358 INFO STEP 264 (remove_files) COMPLETE
47982024-09-03T23:44:03.503Z[ recovery-image] Sep 03 23:44:02.358 INFO O| Sep 03 23:44:02.358 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-09-03T23:44:03.518Z[ recovery-image] Sep 03 23:44:02.374 INFO O| Sep 03 23:44:02.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
48002024-09-03T23:44:03.518Z[ recovery-image] Sep 03 23:44:02.374 INFO O| Sep 03 23:44:02.374 INFO STEP 265 (remove_files) COMPLETE
48012024-09-03T23:44:03.518Z[ recovery-image] Sep 03 23:44:02.374 INFO O| Sep 03 23:44:02.374 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-09-03T23:44:03.534Z[ recovery-image] Sep 03 23:44:02.390 INFO O| Sep 03 23:44:02.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
48032024-09-03T23:44:03.534Z[ recovery-image] Sep 03 23:44:02.390 INFO O| Sep 03 23:44:02.390 INFO STEP 266 (remove_files) COMPLETE
48042024-09-03T23:44:03.534Z[ recovery-image] Sep 03 23:44:02.390 INFO O| Sep 03 23:44:02.390 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-09-03T23:44:03.552Z[ recovery-image] Sep 03 23:44:02.408 INFO O| Sep 03 23:44:02.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
48062024-09-03T23:44:03.552Z[ recovery-image] Sep 03 23:44:02.408 INFO O| Sep 03 23:44:02.408 INFO STEP 267 (remove_files) COMPLETE
48072024-09-03T23:44:03.552Z[ recovery-image] Sep 03 23:44:02.408 INFO O| Sep 03 23:44:02.408 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-09-03T23:44:03.570Z[ recovery-image] Sep 03 23:44:02.426 INFO O| Sep 03 23:44:02.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
48092024-09-03T23:44:03.570Z[ recovery-image] Sep 03 23:44:02.426 INFO O| Sep 03 23:44:02.426 INFO STEP 268 (remove_files) COMPLETE
48102024-09-03T23:44:03.570Z[ recovery-image] Sep 03 23:44:02.426 INFO O| Sep 03 23:44:02.426 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-09-03T23:44:03.586Z[ recovery-image] Sep 03 23:44:02.443 INFO O| Sep 03 23:44:02.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48122024-09-03T23:44:03.587Z[ recovery-image] Sep 03 23:44:02.443 INFO O| Sep 03 23:44:02.443 INFO STEP 269 (remove_files) COMPLETE
48132024-09-03T23:44:03.589Z[ recovery-image] Sep 03 23:44:02.443 INFO O| Sep 03 23:44:02.443 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-09-03T23:44:03.602Z[ recovery-image] Sep 03 23:44:02.458 INFO O| Sep 03 23:44:02.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48152024-09-03T23:44:03.602Z[ recovery-image] Sep 03 23:44:02.459 INFO O| Sep 03 23:44:02.458 INFO STEP 270 (remove_files) COMPLETE
48162024-09-03T23:44:03.602Z[ recovery-image] Sep 03 23:44:02.459 INFO O| Sep 03 23:44:02.458 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-09-03T23:44:03.618Z[ recovery-image] Sep 03 23:44:02.474 INFO O| Sep 03 23:44:02.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48182024-09-03T23:44:03.618Z[ recovery-image] Sep 03 23:44:02.474 INFO O| Sep 03 23:44:02.474 INFO STEP 271 (remove_files) COMPLETE
48192024-09-03T23:44:03.618Z[ recovery-image] Sep 03 23:44:02.474 INFO O| Sep 03 23:44:02.474 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-09-03T23:44:03.635Z[ recovery-image] Sep 03 23:44:02.491 INFO O| Sep 03 23:44:02.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48212024-09-03T23:44:03.657Z[ recovery-image] Sep 03 23:44:02.513 INFO O| Sep 03 23:44:02.513 INFO STEP 272 (remove_files) COMPLETE
48222024-09-03T23:44:03.657Z[ recovery-image] Sep 03 23:44:02.514 INFO O| Sep 03 23:44:02.513 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-09-03T23:44:03.709Z[ recovery-image] Sep 03 23:44:02.565 INFO O| Sep 03 23:44:02.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48242024-09-03T23:44:03.709Z[ recovery-image] Sep 03 23:44:02.565 INFO O| Sep 03 23:44:02.564 INFO STEP 273 (remove_files) COMPLETE
48252024-09-03T23:44:03.712Z[ recovery-image] Sep 03 23:44:02.565 INFO O| Sep 03 23:44:02.564 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-09-03T23:44:03.726Z[ recovery-image] Sep 03 23:44:02.583 INFO O| Sep 03 23:44:02.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48272024-09-03T23:44:03.726Z[ recovery-image] Sep 03 23:44:02.583 INFO O| Sep 03 23:44:02.583 INFO STEP 274 (remove_files) COMPLETE
48282024-09-03T23:44:03.729Z[ recovery-image] Sep 03 23:44:02.583 INFO O| Sep 03 23:44:02.583 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-09-03T23:44:03.744Z[ recovery-image] Sep 03 23:44:02.600 INFO O| Sep 03 23:44:02.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48302024-09-03T23:44:03.744Z[ recovery-image] Sep 03 23:44:02.600 INFO O| Sep 03 23:44:02.600 INFO STEP 275 (remove_files) COMPLETE
48312024-09-03T23:44:03.747Z[ recovery-image] Sep 03 23:44:02.600 INFO O| Sep 03 23:44:02.600 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-09-03T23:44:03.761Z[ recovery-image] Sep 03 23:44:02.617 INFO O| Sep 03 23:44:02.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48332024-09-03T23:44:03.761Z[ recovery-image] Sep 03 23:44:02.617 INFO O| Sep 03 23:44:02.617 INFO STEP 276 (remove_files) COMPLETE
48342024-09-03T23:44:03.761Z[ recovery-image] Sep 03 23:44:02.617 INFO O| Sep 03 23:44:02.617 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-09-03T23:44:03.781Z[ recovery-image] Sep 03 23:44:02.637 INFO O| Sep 03 23:44:02.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48362024-09-03T23:44:03.781Z[ recovery-image] Sep 03 23:44:02.637 INFO O| Sep 03 23:44:02.637 INFO STEP 277 (remove_files) COMPLETE
48372024-09-03T23:44:03.781Z[ recovery-image] Sep 03 23:44:02.637 INFO O| Sep 03 23:44:02.637 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-09-03T23:44:03.800Z[ recovery-image] Sep 03 23:44:02.656 INFO O| Sep 03 23:44:02.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
48392024-09-03T23:44:03.800Z[ recovery-image] Sep 03 23:44:02.656 INFO O| Sep 03 23:44:02.656 INFO STEP 278 (remove_files) COMPLETE
48402024-09-03T23:44:03.800Z[ recovery-image] Sep 03 23:44:02.656 INFO O| Sep 03 23:44:02.656 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-09-03T23:44:03.817Z[ recovery-image] Sep 03 23:44:02.673 INFO O| Sep 03 23:44:02.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
48422024-09-03T23:44:03.817Z[ recovery-image] Sep 03 23:44:02.673 INFO O| Sep 03 23:44:02.673 INFO STEP 279 (remove_files) COMPLETE
48432024-09-03T23:44:03.817Z[ recovery-image] Sep 03 23:44:02.673 INFO O| Sep 03 23:44:02.673 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-09-03T23:44:03.839Z[ recovery-image] Sep 03 23:44:02.695 INFO O| Sep 03 23:44:02.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
48452024-09-03T23:44:03.839Z[ recovery-image] Sep 03 23:44:02.695 INFO O| Sep 03 23:44:02.695 INFO STEP 280 (remove_files) COMPLETE
48462024-09-03T23:44:03.839Z[ recovery-image] Sep 03 23:44:02.695 INFO O| Sep 03 23:44:02.695 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-09-03T23:44:03.858Z[ recovery-image] Sep 03 23:44:02.714 INFO O| Sep 03 23:44:02.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
48482024-09-03T23:44:03.858Z[ recovery-image] Sep 03 23:44:02.714 INFO O| Sep 03 23:44:02.714 INFO STEP 281 (remove_files) COMPLETE
48492024-09-03T23:44:03.859Z[ recovery-image] Sep 03 23:44:02.714 INFO O| Sep 03 23:44:02.714 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-09-03T23:44:03.878Z[ recovery-image] Sep 03 23:44:02.734 INFO O| Sep 03 23:44:02.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48512024-09-03T23:44:03.878Z[ recovery-image] Sep 03 23:44:02.734 INFO O| Sep 03 23:44:02.734 INFO STEP 282 (remove_files) COMPLETE
48522024-09-03T23:44:03.878Z[ recovery-image] Sep 03 23:44:02.734 INFO O| Sep 03 23:44:02.734 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-09-03T23:44:03.896Z[ recovery-image] Sep 03 23:44:02.752 INFO O| Sep 03 23:44:02.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48542024-09-03T23:44:03.899Z[ recovery-image] Sep 03 23:44:02.752 INFO O| Sep 03 23:44:02.752 INFO STEP 283 (remove_files) COMPLETE
48552024-09-03T23:44:03.899Z[ recovery-image] Sep 03 23:44:02.752 INFO O| Sep 03 23:44:02.752 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-09-03T23:44:03.915Z[ recovery-image] Sep 03 23:44:02.771 INFO O| Sep 03 23:44:02.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48572024-09-03T23:44:03.916Z[ recovery-image] Sep 03 23:44:02.772 INFO O| Sep 03 23:44:02.771 INFO STEP 284 (remove_files) COMPLETE
48582024-09-03T23:44:03.918Z[ recovery-image] Sep 03 23:44:02.772 INFO O| Sep 03 23:44:02.772 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-09-03T23:44:03.934Z[ recovery-image] Sep 03 23:44:02.790 INFO O| Sep 03 23:44:02.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
48602024-09-03T23:44:03.958Z[ recovery-image] Sep 03 23:44:02.814 INFO O| Sep 03 23:44:02.814 INFO STEP 285 (remove_files) COMPLETE
48612024-09-03T23:44:03.958Z[ recovery-image] Sep 03 23:44:02.814 INFO O| Sep 03 23:44:02.814 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-09-03T23:44:03.978Z[ recovery-image] Sep 03 23:44:02.834 INFO O| Sep 03 23:44:02.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
48632024-09-03T23:44:04.002Z[ recovery-image] Sep 03 23:44:02.858 INFO O| Sep 03 23:44:02.858 INFO STEP 286 (remove_files) COMPLETE
48642024-09-03T23:44:04.002Z[ recovery-image] Sep 03 23:44:02.858 INFO O| Sep 03 23:44:02.858 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-09-03T23:44:04.036Z[ recovery-image] Sep 03 23:44:02.892 INFO O| Sep 03 23:44:02.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
48662024-09-03T23:44:04.059Z[ recovery-image] Sep 03 23:44:02.915 INFO O| Sep 03 23:44:02.915 INFO STEP 287 (remove_files) COMPLETE
48672024-09-03T23:44:04.062Z[ recovery-image] Sep 03 23:44:02.915 INFO O| Sep 03 23:44:02.915 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-09-03T23:44:04.078Z[ recovery-image] Sep 03 23:44:02.934 INFO O| Sep 03 23:44:02.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
48692024-09-03T23:44:04.080Z[ recovery-image] Sep 03 23:44:02.934 INFO O| Sep 03 23:44:02.934 INFO STEP 288 (remove_files) COMPLETE
48702024-09-03T23:44:04.080Z[ recovery-image] Sep 03 23:44:02.934 INFO O| Sep 03 23:44:02.934 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-09-03T23:44:04.104Z[ recovery-image] Sep 03 23:44:02.960 INFO O| Sep 03 23:44:02.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
48722024-09-03T23:44:04.121Z[ recovery-image] Sep 03 23:44:02.977 INFO O| Sep 03 23:44:02.976 INFO STEP 289 (remove_files) COMPLETE
48732024-09-03T23:44:04.121Z[ recovery-image] Sep 03 23:44:02.977 INFO O| Sep 03 23:44:02.976 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-09-03T23:44:04.160Z[ recovery-image] Sep 03 23:44:03.016 INFO O| Sep 03 23:44:03.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
48752024-09-03T23:44:04.160Z[ recovery-image] Sep 03 23:44:03.016 INFO O| Sep 03 23:44:03.016 INFO STEP 290 (remove_files) COMPLETE
48762024-09-03T23:44:04.160Z[ recovery-image] Sep 03 23:44:03.016 INFO O| Sep 03 23:44:03.016 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-09-03T23:44:04.181Z[ recovery-image] Sep 03 23:44:03.037 INFO O| Sep 03 23:44:03.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
48782024-09-03T23:44:04.181Z[ recovery-image] Sep 03 23:44:03.037 INFO O| Sep 03 23:44:03.037 INFO STEP 291 (remove_files) COMPLETE
48792024-09-03T23:44:04.182Z[ recovery-image] Sep 03 23:44:03.038 INFO O| Sep 03 23:44:03.037 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-09-03T23:44:04.201Z[ recovery-image] Sep 03 23:44:03.057 INFO O| Sep 03 23:44:03.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
48812024-09-03T23:44:04.201Z[ recovery-image] Sep 03 23:44:03.057 INFO O| Sep 03 23:44:03.057 INFO STEP 292 (remove_files) COMPLETE
48822024-09-03T23:44:04.204Z[ recovery-image] Sep 03 23:44:03.057 INFO O| Sep 03 23:44:03.057 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-09-03T23:44:04.219Z[ recovery-image] Sep 03 23:44:03.075 INFO O| Sep 03 23:44:03.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
48842024-09-03T23:44:04.219Z[ recovery-image] Sep 03 23:44:03.075 INFO O| Sep 03 23:44:03.075 INFO STEP 293 (remove_files) COMPLETE
48852024-09-03T23:44:04.221Z[ recovery-image] Sep 03 23:44:03.075 INFO O| Sep 03 23:44:03.075 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-09-03T23:44:04.244Z[ recovery-image] Sep 03 23:44:03.100 INFO O| Sep 03 23:44:03.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
48872024-09-03T23:44:04.245Z[ recovery-image] Sep 03 23:44:03.100 INFO O| Sep 03 23:44:03.100 INFO STEP 294 (remove_files) COMPLETE
48882024-09-03T23:44:04.245Z[ recovery-image] Sep 03 23:44:03.100 INFO O| Sep 03 23:44:03.100 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-09-03T23:44:04.261Z[ recovery-image] Sep 03 23:44:03.116 INFO O| Sep 03 23:44:03.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
48902024-09-03T23:44:04.261Z[ recovery-image] Sep 03 23:44:03.116 INFO O| Sep 03 23:44:03.116 INFO STEP 295 (remove_files) COMPLETE
48912024-09-03T23:44:04.261Z[ recovery-image] Sep 03 23:44:03.116 INFO O| Sep 03 23:44:03.116 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-09-03T23:44:04.276Z[ recovery-image] Sep 03 23:44:03.132 INFO O| Sep 03 23:44:03.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
48932024-09-03T23:44:04.293Z[ recovery-image] Sep 03 23:44:03.149 INFO O| Sep 03 23:44:03.149 INFO STEP 296 (remove_files) COMPLETE
48942024-09-03T23:44:04.293Z[ recovery-image] Sep 03 23:44:03.149 INFO O| Sep 03 23:44:03.149 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-09-03T23:44:04.333Z[ recovery-image] Sep 03 23:44:03.189 INFO O| Sep 03 23:44:03.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
48962024-09-03T23:44:04.333Z[ recovery-image] Sep 03 23:44:03.189 INFO O| Sep 03 23:44:03.189 INFO STEP 297 (remove_files) COMPLETE
48972024-09-03T23:44:04.336Z[ recovery-image] Sep 03 23:44:03.189 INFO O| Sep 03 23:44:03.189 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-09-03T23:44:04.357Z[ recovery-image] Sep 03 23:44:03.213 INFO O| Sep 03 23:44:03.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
48992024-09-03T23:44:04.357Z[ recovery-image] Sep 03 23:44:03.213 INFO O| Sep 03 23:44:03.213 INFO STEP 298 (remove_files) COMPLETE
49002024-09-03T23:44:04.357Z[ recovery-image] Sep 03 23:44:03.213 INFO O| Sep 03 23:44:03.213 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-09-03T23:44:04.374Z[ recovery-image] Sep 03 23:44:03.230 INFO O| Sep 03 23:44:03.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49022024-09-03T23:44:04.377Z[ recovery-image] Sep 03 23:44:03.231 INFO O| Sep 03 23:44:03.230 INFO STEP 299 (remove_files) COMPLETE
49032024-09-03T23:44:04.377Z[ recovery-image] Sep 03 23:44:03.231 INFO O| Sep 03 23:44:03.231 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-09-03T23:44:04.418Z[ recovery-image] Sep 03 23:44:03.273 INFO O| Sep 03 23:44:03.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49052024-09-03T23:44:04.418Z[ recovery-image] Sep 03 23:44:03.273 INFO O| Sep 03 23:44:03.273 INFO STEP 300 (remove_files) COMPLETE
49062024-09-03T23:44:04.420Z[ recovery-image] Sep 03 23:44:03.273 INFO O| Sep 03 23:44:03.273 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-09-03T23:44:04.437Z[ recovery-image] Sep 03 23:44:03.293 INFO O| Sep 03 23:44:03.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49082024-09-03T23:44:04.437Z[ recovery-image] Sep 03 23:44:03.293 INFO O| Sep 03 23:44:03.293 INFO STEP 301 (remove_files) COMPLETE
49092024-09-03T23:44:04.437Z[ recovery-image] Sep 03 23:44:03.293 INFO O| Sep 03 23:44:03.293 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-09-03T23:44:04.455Z[ recovery-image] Sep 03 23:44:03.311 INFO O| Sep 03 23:44:03.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49112024-09-03T23:44:04.455Z[ recovery-image] Sep 03 23:44:03.311 INFO O| Sep 03 23:44:03.311 INFO STEP 302 (remove_files) COMPLETE
49122024-09-03T23:44:04.455Z[ recovery-image] Sep 03 23:44:03.311 INFO O| Sep 03 23:44:03.311 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-09-03T23:44:04.490Z[ recovery-image] Sep 03 23:44:03.346 INFO O| Sep 03 23:44:03.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49142024-09-03T23:44:04.490Z[ recovery-image] Sep 03 23:44:03.346 INFO O| Sep 03 23:44:03.346 INFO STEP 303 (remove_files) COMPLETE
49152024-09-03T23:44:04.490Z[ recovery-image] Sep 03 23:44:03.346 INFO O| Sep 03 23:44:03.346 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-09-03T23:44:04.514Z[ recovery-image] Sep 03 23:44:03.370 INFO O| Sep 03 23:44:03.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49172024-09-03T23:44:04.527Z[ recovery-image] Sep 03 23:44:03.382 INFO O| Sep 03 23:44:03.382 INFO STEP 304 (remove_files) COMPLETE
49182024-09-03T23:44:04.527Z[ recovery-image] Sep 03 23:44:03.382 INFO O| Sep 03 23:44:03.382 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-09-03T23:44:04.555Z[ recovery-image] Sep 03 23:44:03.411 INFO O| Sep 03 23:44:03.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49202024-09-03T23:44:04.555Z[ recovery-image] Sep 03 23:44:03.411 INFO O| Sep 03 23:44:03.411 INFO STEP 305 (remove_files) COMPLETE
49212024-09-03T23:44:04.557Z[ recovery-image] Sep 03 23:44:03.411 INFO O| Sep 03 23:44:03.411 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-09-03T23:44:04.574Z[ recovery-image] Sep 03 23:44:03.429 INFO O| Sep 03 23:44:03.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49232024-09-03T23:44:04.574Z[ recovery-image] Sep 03 23:44:03.429 INFO O| Sep 03 23:44:03.429 INFO STEP 306 (remove_files) COMPLETE
49242024-09-03T23:44:04.574Z[ recovery-image] Sep 03 23:44:03.429 INFO O| Sep 03 23:44:03.429 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-09-03T23:44:04.592Z[ recovery-image] Sep 03 23:44:03.448 INFO O| Sep 03 23:44:03.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49262024-09-03T23:44:04.592Z[ recovery-image] Sep 03 23:44:03.448 INFO O| Sep 03 23:44:03.448 INFO STEP 307 (remove_files) COMPLETE
49272024-09-03T23:44:04.592Z[ recovery-image] Sep 03 23:44:03.448 INFO O| Sep 03 23:44:03.448 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-09-03T23:44:04.610Z[ recovery-image] Sep 03 23:44:03.466 INFO O| Sep 03 23:44:03.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49292024-09-03T23:44:04.610Z[ recovery-image] Sep 03 23:44:03.466 INFO O| Sep 03 23:44:03.466 INFO STEP 308 (remove_files) COMPLETE
49302024-09-03T23:44:04.610Z[ recovery-image] Sep 03 23:44:03.466 INFO O| Sep 03 23:44:03.466 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-09-03T23:44:04.629Z[ recovery-image] Sep 03 23:44:03.485 INFO O| Sep 03 23:44:03.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49322024-09-03T23:44:04.629Z[ recovery-image] Sep 03 23:44:03.485 INFO O| Sep 03 23:44:03.485 INFO STEP 309 (remove_files) COMPLETE
49332024-09-03T23:44:04.632Z[ recovery-image] Sep 03 23:44:03.485 INFO O| Sep 03 23:44:03.485 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-09-03T23:44:04.666Z[ recovery-image] Sep 03 23:44:03.522 INFO O| Sep 03 23:44:03.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49352024-09-03T23:44:04.666Z[ recovery-image] Sep 03 23:44:03.522 INFO O| Sep 03 23:44:03.522 INFO STEP 310 (remove_files) COMPLETE
49362024-09-03T23:44:04.666Z[ recovery-image] Sep 03 23:44:03.522 INFO O| Sep 03 23:44:03.522 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-09-03T23:44:04.685Z[ recovery-image] Sep 03 23:44:03.541 INFO O| Sep 03 23:44:03.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
49382024-09-03T23:44:04.685Z[ recovery-image] Sep 03 23:44:03.541 INFO O| Sep 03 23:44:03.541 INFO STEP 311 (remove_files) COMPLETE
49392024-09-03T23:44:04.685Z[ recovery-image] Sep 03 23:44:03.541 INFO O| Sep 03 23:44:03.541 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-09-03T23:44:04.703Z[ recovery-image] Sep 03 23:44:03.559 INFO O| Sep 03 23:44:03.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
49412024-09-03T23:44:04.703Z[ recovery-image] Sep 03 23:44:03.559 INFO O| Sep 03 23:44:03.559 INFO STEP 312 (remove_files) COMPLETE
49422024-09-03T23:44:04.703Z[ recovery-image] Sep 03 23:44:03.559 INFO O| Sep 03 23:44:03.559 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-09-03T23:44:04.732Z[ recovery-image] Sep 03 23:44:03.588 INFO O| Sep 03 23:44:03.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
49442024-09-03T23:44:04.732Z[ recovery-image] Sep 03 23:44:03.588 INFO O| Sep 03 23:44:03.588 INFO STEP 313 (remove_files) COMPLETE
49452024-09-03T23:44:04.732Z[ recovery-image] Sep 03 23:44:03.588 INFO O| Sep 03 23:44:03.588 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-09-03T23:44:04.759Z[ recovery-image] Sep 03 23:44:03.615 INFO O| Sep 03 23:44:03.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
49472024-09-03T23:44:04.762Z[ recovery-image] Sep 03 23:44:03.615 INFO O| Sep 03 23:44:03.615 INFO STEP 314 (remove_files) COMPLETE
49482024-09-03T23:44:04.762Z[ recovery-image] Sep 03 23:44:03.615 INFO O| Sep 03 23:44:03.615 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-09-03T23:44:04.778Z[ recovery-image] Sep 03 23:44:03.634 INFO O| Sep 03 23:44:03.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49502024-09-03T23:44:04.778Z[ recovery-image] Sep 03 23:44:03.634 INFO O| Sep 03 23:44:03.634 INFO STEP 315 (remove_files) COMPLETE
49512024-09-03T23:44:04.781Z[ recovery-image] Sep 03 23:44:03.634 INFO O| Sep 03 23:44:03.634 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-09-03T23:44:04.799Z[ recovery-image] Sep 03 23:44:03.654 INFO O| Sep 03 23:44:03.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49532024-09-03T23:44:04.801Z[ recovery-image] Sep 03 23:44:03.654 INFO O| Sep 03 23:44:03.654 INFO STEP 316 (remove_files) COMPLETE
49542024-09-03T23:44:04.801Z[ recovery-image] Sep 03 23:44:03.654 INFO O| Sep 03 23:44:03.654 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-09-03T23:44:04.820Z[ recovery-image] Sep 03 23:44:03.676 INFO O| Sep 03 23:44:03.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
49562024-09-03T23:44:04.820Z[ recovery-image] Sep 03 23:44:03.676 INFO O| Sep 03 23:44:03.676 INFO STEP 317 (remove_files) COMPLETE
49572024-09-03T23:44:04.823Z[ recovery-image] Sep 03 23:44:03.676 INFO O| Sep 03 23:44:03.676 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-09-03T23:44:04.846Z[ recovery-image] Sep 03 23:44:03.701 INFO O| Sep 03 23:44:03.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
49592024-09-03T23:44:04.846Z[ recovery-image] Sep 03 23:44:03.702 INFO O| Sep 03 23:44:03.701 INFO STEP 318 (remove_files) COMPLETE
49602024-09-03T23:44:04.846Z[ recovery-image] Sep 03 23:44:03.702 INFO O| Sep 03 23:44:03.701 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-09-03T23:44:04.871Z[ recovery-image] Sep 03 23:44:03.726 INFO O| Sep 03 23:44:03.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
49622024-09-03T23:44:04.871Z[ recovery-image] Sep 03 23:44:03.726 INFO O| Sep 03 23:44:03.726 INFO STEP 319 (remove_files) COMPLETE
49632024-09-03T23:44:04.871Z[ recovery-image] Sep 03 23:44:03.726 INFO O| Sep 03 23:44:03.726 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-09-03T23:44:04.891Z[ recovery-image] Sep 03 23:44:03.746 INFO O| Sep 03 23:44:03.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
49652024-09-03T23:44:04.891Z[ recovery-image] Sep 03 23:44:03.747 INFO O| Sep 03 23:44:03.747 INFO STEP 320 (remove_files) COMPLETE
49662024-09-03T23:44:04.891Z[ recovery-image] Sep 03 23:44:03.747 INFO O| Sep 03 23:44:03.747 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-09-03T23:44:04.911Z[ recovery-image] Sep 03 23:44:03.766 INFO O| Sep 03 23:44:03.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
49682024-09-03T23:44:04.911Z[ recovery-image] Sep 03 23:44:03.766 INFO O| Sep 03 23:44:03.766 INFO STEP 321 (remove_files) COMPLETE
49692024-09-03T23:44:04.911Z[ recovery-image] Sep 03 23:44:03.766 INFO O| Sep 03 23:44:03.766 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-09-03T23:44:04.931Z[ recovery-image] Sep 03 23:44:03.787 INFO O| Sep 03 23:44:03.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
49712024-09-03T23:44:04.931Z[ recovery-image] Sep 03 23:44:03.787 INFO O| Sep 03 23:44:03.787 INFO STEP 322 (remove_files) COMPLETE
49722024-09-03T23:44:04.934Z[ recovery-image] Sep 03 23:44:03.787 INFO O| Sep 03 23:44:03.787 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-09-03T23:44:04.951Z[ recovery-image] Sep 03 23:44:03.807 INFO O| Sep 03 23:44:03.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
49742024-09-03T23:44:04.951Z[ recovery-image] Sep 03 23:44:03.807 INFO O| Sep 03 23:44:03.807 INFO STEP 323 (remove_files) COMPLETE
49752024-09-03T23:44:04.951Z[ recovery-image] Sep 03 23:44:03.807 INFO O| Sep 03 23:44:03.807 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-09-03T23:44:04.970Z[ recovery-image] Sep 03 23:44:03.826 INFO O| Sep 03 23:44:03.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
49772024-09-03T23:44:04.970Z[ recovery-image] Sep 03 23:44:03.826 INFO O| Sep 03 23:44:03.826 INFO STEP 324 (remove_files) COMPLETE
49782024-09-03T23:44:04.973Z[ recovery-image] Sep 03 23:44:03.826 INFO O| Sep 03 23:44:03.826 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-09-03T23:44:04.990Z[ recovery-image] Sep 03 23:44:03.846 INFO O| Sep 03 23:44:03.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
49802024-09-03T23:44:04.990Z[ recovery-image] Sep 03 23:44:03.846 INFO O| Sep 03 23:44:03.846 INFO STEP 325 (remove_files) COMPLETE
49812024-09-03T23:44:04.993Z[ recovery-image] Sep 03 23:44:03.846 INFO O| Sep 03 23:44:03.846 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-09-03T23:44:05.011Z[ recovery-image] Sep 03 23:44:03.866 INFO O| Sep 03 23:44:03.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
49832024-09-03T23:44:05.011Z[ recovery-image] Sep 03 23:44:03.867 INFO O| Sep 03 23:44:03.867 INFO STEP 326 (remove_files) COMPLETE
49842024-09-03T23:44:05.013Z[ recovery-image] Sep 03 23:44:03.867 INFO O| Sep 03 23:44:03.867 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-09-03T23:44:05.032Z[ recovery-image] Sep 03 23:44:03.887 INFO O| Sep 03 23:44:03.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
49862024-09-03T23:44:05.032Z[ recovery-image] Sep 03 23:44:03.887 INFO O| Sep 03 23:44:03.887 INFO STEP 327 (remove_files) COMPLETE
49872024-09-03T23:44:05.032Z[ recovery-image] Sep 03 23:44:03.887 INFO O| Sep 03 23:44:03.887 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-09-03T23:44:05.050Z[ recovery-image] Sep 03 23:44:03.906 INFO O| Sep 03 23:44:03.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
49892024-09-03T23:44:05.050Z[ recovery-image] Sep 03 23:44:03.906 INFO O| Sep 03 23:44:03.906 INFO STEP 328 (remove_files) COMPLETE
49902024-09-03T23:44:05.050Z[ recovery-image] Sep 03 23:44:03.906 INFO O| Sep 03 23:44:03.906 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-09-03T23:44:05.070Z[ recovery-image] Sep 03 23:44:03.926 INFO O| Sep 03 23:44:03.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
49922024-09-03T23:44:05.072Z[ recovery-image] Sep 03 23:44:03.928 INFO O| Sep 03 23:44:03.928 INFO STEP 329 (remove_files) COMPLETE
49932024-09-03T23:44:05.074Z[ recovery-image] Sep 03 23:44:03.928 INFO O| Sep 03 23:44:03.928 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-09-03T23:44:05.111Z[ recovery-image] Sep 03 23:44:03.949 INFO O| Sep 03 23:44:03.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
49952024-09-03T23:44:05.111Z[ recovery-image] Sep 03 23:44:03.949 INFO O| Sep 03 23:44:03.949 INFO STEP 330 (remove_files) COMPLETE
49962024-09-03T23:44:05.111Z[ recovery-image] Sep 03 23:44:03.949 INFO O| Sep 03 23:44:03.949 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-09-03T23:44:05.113Z[ recovery-image] Sep 03 23:44:03.967 INFO O| Sep 03 23:44:03.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
49982024-09-03T23:44:05.113Z[ recovery-image] Sep 03 23:44:03.968 INFO O| Sep 03 23:44:03.968 INFO STEP 331 (remove_files) COMPLETE
49992024-09-03T23:44:05.113Z[ recovery-image] Sep 03 23:44:03.968 INFO O| Sep 03 23:44:03.968 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-09-03T23:44:05.135Z[ recovery-image] Sep 03 23:44:03.991 INFO O| Sep 03 23:44:03.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50012024-09-03T23:44:05.138Z[ recovery-image] Sep 03 23:44:03.992 INFO O| Sep 03 23:44:03.991 INFO STEP 332 (remove_files) COMPLETE
50022024-09-03T23:44:05.138Z[ recovery-image] Sep 03 23:44:03.992 INFO O| Sep 03 23:44:03.992 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-09-03T23:44:05.158Z[ recovery-image] Sep 03 23:44:04.014 INFO O| Sep 03 23:44:04.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50042024-09-03T23:44:05.158Z[ recovery-image] Sep 03 23:44:04.014 INFO O| Sep 03 23:44:04.014 INFO STEP 333 (remove_files) COMPLETE
50052024-09-03T23:44:05.158Z[ recovery-image] Sep 03 23:44:04.014 INFO O| Sep 03 23:44:04.014 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-09-03T23:44:05.179Z[ recovery-image] Sep 03 23:44:04.034 INFO O| Sep 03 23:44:04.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50072024-09-03T23:44:05.181Z[ recovery-image] Sep 03 23:44:04.035 INFO O| Sep 03 23:44:04.035 INFO STEP 334 (remove_files) COMPLETE
50082024-09-03T23:44:05.181Z[ recovery-image] Sep 03 23:44:04.035 INFO O| Sep 03 23:44:04.035 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-09-03T23:44:05.200Z[ recovery-image] Sep 03 23:44:04.056 INFO O| Sep 03 23:44:04.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50102024-09-03T23:44:05.202Z[ recovery-image] Sep 03 23:44:04.056 INFO O| Sep 03 23:44:04.056 INFO STEP 335 (remove_files) COMPLETE
50112024-09-03T23:44:05.202Z[ recovery-image] Sep 03 23:44:04.056 INFO O| Sep 03 23:44:04.056 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-09-03T23:44:05.219Z[ recovery-image] Sep 03 23:44:04.075 INFO O| Sep 03 23:44:04.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50132024-09-03T23:44:05.222Z[ recovery-image] Sep 03 23:44:04.075 INFO O| Sep 03 23:44:04.075 INFO STEP 336 (remove_files) COMPLETE
50142024-09-03T23:44:05.222Z[ recovery-image] Sep 03 23:44:04.076 INFO O| Sep 03 23:44:04.076 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-09-03T23:44:05.274Z[ recovery-image] Sep 03 23:44:04.096 INFO O| Sep 03 23:44:04.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50162024-09-03T23:44:05.275Z[ recovery-image] Sep 03 23:44:04.096 INFO O| Sep 03 23:44:04.096 INFO STEP 337 (remove_files) COMPLETE
50172024-09-03T23:44:05.275Z[ recovery-image] Sep 03 23:44:04.097 INFO O| Sep 03 23:44:04.097 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-09-03T23:44:05.275Z[ recovery-image] Sep 03 23:44:04.115 INFO O| Sep 03 23:44:04.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50192024-09-03T23:44:05.275Z[ recovery-image] Sep 03 23:44:04.116 INFO O| Sep 03 23:44:04.116 INFO STEP 338 (remove_files) COMPLETE
50202024-09-03T23:44:05.275Z[ recovery-image] Sep 03 23:44:04.116 INFO O| Sep 03 23:44:04.116 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-09-03T23:44:05.279Z[ recovery-image] Sep 03 23:44:04.135 INFO O| Sep 03 23:44:04.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50222024-09-03T23:44:05.281Z[ recovery-image] Sep 03 23:44:04.135 INFO O| Sep 03 23:44:04.135 INFO STEP 339 (remove_files) COMPLETE
50232024-09-03T23:44:05.282Z[ recovery-image] Sep 03 23:44:04.135 INFO O| Sep 03 23:44:04.135 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-09-03T23:44:05.298Z[ recovery-image] Sep 03 23:44:04.154 INFO O| Sep 03 23:44:04.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50252024-09-03T23:44:05.301Z[ recovery-image] Sep 03 23:44:04.155 INFO O| Sep 03 23:44:04.155 INFO STEP 340 (remove_files) COMPLETE
50262024-09-03T23:44:05.301Z[ recovery-image] Sep 03 23:44:04.155 INFO O| Sep 03 23:44:04.155 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-09-03T23:44:05.320Z[ recovery-image] Sep 03 23:44:04.176 INFO O| Sep 03 23:44:04.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50282024-09-03T23:44:05.320Z[ recovery-image] Sep 03 23:44:04.176 INFO O| Sep 03 23:44:04.176 INFO STEP 341 (remove_files) COMPLETE
50292024-09-03T23:44:05.320Z[ recovery-image] Sep 03 23:44:04.176 INFO O| Sep 03 23:44:04.176 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-09-03T23:44:05.354Z[ recovery-image] Sep 03 23:44:04.210 INFO O| Sep 03 23:44:04.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50312024-09-03T23:44:05.354Z[ recovery-image] Sep 03 23:44:04.210 INFO O| Sep 03 23:44:04.210 INFO STEP 342 (remove_files) COMPLETE
50322024-09-03T23:44:05.357Z[ recovery-image] Sep 03 23:44:04.210 INFO O| Sep 03 23:44:04.210 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-09-03T23:44:05.373Z[ recovery-image] Sep 03 23:44:04.228 INFO O| Sep 03 23:44:04.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50342024-09-03T23:44:05.373Z[ recovery-image] Sep 03 23:44:04.228 INFO O| Sep 03 23:44:04.228 INFO STEP 343 (remove_files) COMPLETE
50352024-09-03T23:44:05.373Z[ recovery-image] Sep 03 23:44:04.228 INFO O| Sep 03 23:44:04.228 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-09-03T23:44:05.422Z[ recovery-image] Sep 03 23:44:04.278 INFO O| Sep 03 23:44:04.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
50372024-09-03T23:44:05.422Z[ recovery-image] Sep 03 23:44:04.278 INFO O| Sep 03 23:44:04.278 INFO STEP 344 (remove_files) COMPLETE
50382024-09-03T23:44:05.424Z[ recovery-image] Sep 03 23:44:04.278 INFO O| Sep 03 23:44:04.278 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-09-03T23:44:05.470Z[ recovery-image] Sep 03 23:44:04.326 INFO O| Sep 03 23:44:04.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
50402024-09-03T23:44:05.470Z[ recovery-image] Sep 03 23:44:04.326 INFO O| Sep 03 23:44:04.326 INFO STEP 345 (remove_files) COMPLETE
50412024-09-03T23:44:05.470Z[ recovery-image] Sep 03 23:44:04.326 INFO O| Sep 03 23:44:04.326 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-09-03T23:44:05.524Z[ recovery-image] Sep 03 23:44:04.380 INFO O| Sep 03 23:44:04.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
50432024-09-03T23:44:05.524Z[ recovery-image] Sep 03 23:44:04.380 INFO O| Sep 03 23:44:04.380 INFO STEP 346 (remove_files) COMPLETE
50442024-09-03T23:44:05.527Z[ recovery-image] Sep 03 23:44:04.381 INFO O| Sep 03 23:44:04.380 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-09-03T23:44:05.545Z[ recovery-image] Sep 03 23:44:04.400 INFO O| Sep 03 23:44:04.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
50462024-09-03T23:44:05.545Z[ recovery-image] Sep 03 23:44:04.400 INFO O| Sep 03 23:44:04.400 INFO STEP 347 (remove_files) COMPLETE
50472024-09-03T23:44:05.547Z[ recovery-image] Sep 03 23:44:04.401 INFO O| Sep 03 23:44:04.400 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-09-03T23:44:05.560Z[ recovery-image] Sep 03 23:44:04.416 INFO O| Sep 03 23:44:04.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50492024-09-03T23:44:05.560Z[ recovery-image] Sep 03 23:44:04.416 INFO O| Sep 03 23:44:04.416 INFO STEP 348 (remove_files) COMPLETE
50502024-09-03T23:44:05.560Z[ recovery-image] Sep 03 23:44:04.416 INFO O| Sep 03 23:44:04.416 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-09-03T23:44:05.578Z[ recovery-image] Sep 03 23:44:04.433 INFO O| Sep 03 23:44:04.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50522024-09-03T23:44:05.578Z[ recovery-image] Sep 03 23:44:04.433 INFO O| Sep 03 23:44:04.433 INFO STEP 349 (remove_files) COMPLETE
50532024-09-03T23:44:05.578Z[ recovery-image] Sep 03 23:44:04.433 INFO O| Sep 03 23:44:04.433 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-09-03T23:44:05.596Z[ recovery-image] Sep 03 23:44:04.452 INFO O| Sep 03 23:44:04.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
50552024-09-03T23:44:05.599Z[ recovery-image] Sep 03 23:44:04.453 INFO O| Sep 03 23:44:04.453 INFO STEP 350 (remove_files) COMPLETE
50562024-09-03T23:44:05.599Z[ recovery-image] Sep 03 23:44:04.453 INFO O| Sep 03 23:44:04.453 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-09-03T23:44:05.642Z[ recovery-image] Sep 03 23:44:04.497 INFO O| Sep 03 23:44:04.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
50582024-09-03T23:44:05.642Z[ recovery-image] Sep 03 23:44:04.497 INFO O| Sep 03 23:44:04.497 INFO STEP 351 (remove_files) COMPLETE
50592024-09-03T23:44:05.642Z[ recovery-image] Sep 03 23:44:04.497 INFO O| Sep 03 23:44:04.497 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-09-03T23:44:05.678Z[ recovery-image] Sep 03 23:44:04.533 INFO O| Sep 03 23:44:04.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
50612024-09-03T23:44:05.678Z[ recovery-image] Sep 03 23:44:04.533 INFO O| Sep 03 23:44:04.533 INFO STEP 352 (remove_files) COMPLETE
50622024-09-03T23:44:05.678Z[ recovery-image] Sep 03 23:44:04.534 INFO O| Sep 03 23:44:04.533 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-09-03T23:44:05.739Z[ recovery-image] Sep 03 23:44:04.595 INFO O| Sep 03 23:44:04.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
50642024-09-03T23:44:05.739Z[ recovery-image] Sep 03 23:44:04.595 INFO O| Sep 03 23:44:04.595 INFO STEP 353 (remove_files) COMPLETE
50652024-09-03T23:44:05.739Z[ recovery-image] Sep 03 23:44:04.595 INFO O| Sep 03 23:44:04.595 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-09-03T23:44:05.776Z[ recovery-image] Sep 03 23:44:04.631 INFO O| Sep 03 23:44:04.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
50672024-09-03T23:44:05.776Z[ recovery-image] Sep 03 23:44:04.631 INFO O| Sep 03 23:44:04.631 INFO STEP 354 (remove_files) COMPLETE
50682024-09-03T23:44:05.776Z[ recovery-image] Sep 03 23:44:04.631 INFO O| Sep 03 23:44:04.631 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-09-03T23:44:05.794Z[ recovery-image] Sep 03 23:44:04.649 INFO O| Sep 03 23:44:04.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
50702024-09-03T23:44:05.794Z[ recovery-image] Sep 03 23:44:04.650 INFO O| Sep 03 23:44:04.650 INFO STEP 355 (remove_files) COMPLETE
50712024-09-03T23:44:05.794Z[ recovery-image] Sep 03 23:44:04.650 INFO O| Sep 03 23:44:04.650 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-09-03T23:44:05.812Z[ recovery-image] Sep 03 23:44:04.668 INFO O| Sep 03 23:44:04.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
50732024-09-03T23:44:05.812Z[ recovery-image] Sep 03 23:44:04.668 INFO O| Sep 03 23:44:04.668 INFO STEP 356 (remove_files) COMPLETE
50742024-09-03T23:44:05.812Z[ recovery-image] Sep 03 23:44:04.668 INFO O| Sep 03 23:44:04.668 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-09-03T23:44:05.830Z[ recovery-image] Sep 03 23:44:04.686 INFO O| Sep 03 23:44:04.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
50762024-09-03T23:44:05.830Z[ recovery-image] Sep 03 23:44:04.686 INFO O| Sep 03 23:44:04.686 INFO STEP 357 (remove_files) COMPLETE
50772024-09-03T23:44:05.833Z[ recovery-image] Sep 03 23:44:04.686 INFO O| Sep 03 23:44:04.686 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-09-03T23:44:05.849Z[ recovery-image] Sep 03 23:44:04.705 INFO O| Sep 03 23:44:04.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
50792024-09-03T23:44:05.849Z[ recovery-image] Sep 03 23:44:04.705 INFO O| Sep 03 23:44:04.705 INFO STEP 358 (remove_files) COMPLETE
50802024-09-03T23:44:05.849Z[ recovery-image] Sep 03 23:44:04.705 INFO O| Sep 03 23:44:04.705 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-09-03T23:44:05.867Z[ recovery-image] Sep 03 23:44:04.723 INFO O| Sep 03 23:44:04.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
50822024-09-03T23:44:05.867Z[ recovery-image] Sep 03 23:44:04.723 INFO O| Sep 03 23:44:04.723 INFO STEP 359 (remove_files) COMPLETE
50832024-09-03T23:44:05.870Z[ recovery-image] Sep 03 23:44:04.723 INFO O| Sep 03 23:44:04.723 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-09-03T23:44:05.886Z[ recovery-image] Sep 03 23:44:04.742 INFO O| Sep 03 23:44:04.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
50852024-09-03T23:44:05.886Z[ recovery-image] Sep 03 23:44:04.742 INFO O| Sep 03 23:44:04.742 INFO STEP 360 (remove_files) COMPLETE
50862024-09-03T23:44:05.886Z[ recovery-image] Sep 03 23:44:04.742 INFO O| Sep 03 23:44:04.742 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-09-03T23:44:05.905Z[ recovery-image] Sep 03 23:44:04.761 INFO O| Sep 03 23:44:04.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
50882024-09-03T23:44:05.928Z[ recovery-image] Sep 03 23:44:04.784 INFO O| Sep 03 23:44:04.784 INFO STEP 361 (remove_files) COMPLETE
50892024-09-03T23:44:05.928Z[ recovery-image] Sep 03 23:44:04.784 INFO O| Sep 03 23:44:04.784 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-09-03T23:44:05.960Z[ recovery-image] Sep 03 23:44:04.816 INFO O| Sep 03 23:44:04.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
50912024-09-03T23:44:05.960Z[ recovery-image] Sep 03 23:44:04.816 INFO O| Sep 03 23:44:04.816 INFO STEP 362 (remove_files) COMPLETE
50922024-09-03T23:44:05.960Z[ recovery-image] Sep 03 23:44:04.816 INFO O| Sep 03 23:44:04.816 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-09-03T23:44:05.981Z[ recovery-image] Sep 03 23:44:04.837 INFO O| Sep 03 23:44:04.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
50942024-09-03T23:44:05.981Z[ recovery-image] Sep 03 23:44:04.837 INFO O| Sep 03 23:44:04.837 INFO STEP 363 (remove_files) COMPLETE
50952024-09-03T23:44:05.981Z[ recovery-image] Sep 03 23:44:04.837 INFO O| Sep 03 23:44:04.837 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-09-03T23:44:06.001Z[ recovery-image] Sep 03 23:44:04.856 INFO O| Sep 03 23:44:04.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
50972024-09-03T23:44:06.001Z[ recovery-image] Sep 03 23:44:04.857 INFO O| Sep 03 23:44:04.856 INFO STEP 364 (remove_files) COMPLETE
50982024-09-03T23:44:06.001Z[ recovery-image] Sep 03 23:44:04.857 INFO O| Sep 03 23:44:04.857 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-09-03T23:44:06.020Z[ recovery-image] Sep 03 23:44:04.876 INFO O| Sep 03 23:44:04.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
51002024-09-03T23:44:06.020Z[ recovery-image] Sep 03 23:44:04.876 INFO O| Sep 03 23:44:04.876 INFO STEP 365 (remove_files) COMPLETE
51012024-09-03T23:44:06.020Z[ recovery-image] Sep 03 23:44:04.876 INFO O| Sep 03 23:44:04.876 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-09-03T23:44:06.039Z[ recovery-image] Sep 03 23:44:04.894 INFO O| Sep 03 23:44:04.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51032024-09-03T23:44:06.039Z[ recovery-image] Sep 03 23:44:04.895 INFO O| Sep 03 23:44:04.894 INFO STEP 366 (remove_files) COMPLETE
51042024-09-03T23:44:06.039Z[ recovery-image] Sep 03 23:44:04.895 INFO O| Sep 03 23:44:04.894 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-09-03T23:44:06.058Z[ recovery-image] Sep 03 23:44:04.913 INFO O| Sep 03 23:44:04.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51062024-09-03T23:44:06.058Z[ recovery-image] Sep 03 23:44:04.913 INFO O| Sep 03 23:44:04.913 INFO STEP 367 (remove_files) COMPLETE
51072024-09-03T23:44:06.058Z[ recovery-image] Sep 03 23:44:04.913 INFO O| Sep 03 23:44:04.913 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-09-03T23:44:06.081Z[ recovery-image] Sep 03 23:44:04.937 INFO O| Sep 03 23:44:04.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51092024-09-03T23:44:06.084Z[ recovery-image] Sep 03 23:44:04.938 INFO O| Sep 03 23:44:04.937 INFO STEP 368 (remove_files) COMPLETE
51102024-09-03T23:44:06.084Z[ recovery-image] Sep 03 23:44:04.938 INFO O| Sep 03 23:44:04.938 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-09-03T23:44:06.103Z[ recovery-image] Sep 03 23:44:04.959 INFO O| Sep 03 23:44:04.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51122024-09-03T23:44:06.105Z[ recovery-image] Sep 03 23:44:04.959 INFO O| Sep 03 23:44:04.959 INFO STEP 369 (remove_files) COMPLETE
51132024-09-03T23:44:06.105Z[ recovery-image] Sep 03 23:44:04.959 INFO O| Sep 03 23:44:04.959 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-09-03T23:44:06.123Z[ recovery-image] Sep 03 23:44:04.979 INFO O| Sep 03 23:44:04.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51152024-09-03T23:44:06.126Z[ recovery-image] Sep 03 23:44:04.979 INFO O| Sep 03 23:44:04.979 INFO STEP 370 (remove_files) COMPLETE
51162024-09-03T23:44:06.126Z[ recovery-image] Sep 03 23:44:04.980 INFO O| Sep 03 23:44:04.980 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-09-03T23:44:06.143Z[ recovery-image] Sep 03 23:44:04.999 INFO O| Sep 03 23:44:04.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51182024-09-03T23:44:06.146Z[ recovery-image] Sep 03 23:44:04.999 INFO O| Sep 03 23:44:04.999 INFO STEP 371 (remove_files) COMPLETE
51192024-09-03T23:44:06.146Z[ recovery-image] Sep 03 23:44:04.999 INFO O| Sep 03 23:44:04.999 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-09-03T23:44:06.167Z[ recovery-image] Sep 03 23:44:05.023 INFO O| Sep 03 23:44:05.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51212024-09-03T23:44:06.170Z[ recovery-image] Sep 03 23:44:05.023 INFO O| Sep 03 23:44:05.023 INFO STEP 372 (remove_files) COMPLETE
51222024-09-03T23:44:06.170Z[ recovery-image] Sep 03 23:44:05.023 INFO O| Sep 03 23:44:05.023 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-09-03T23:44:06.193Z[ recovery-image] Sep 03 23:44:05.049 INFO O| Sep 03 23:44:05.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51242024-09-03T23:44:06.196Z[ recovery-image] Sep 03 23:44:05.049 INFO O| Sep 03 23:44:05.049 INFO STEP 373 (remove_files) COMPLETE
51252024-09-03T23:44:06.196Z[ recovery-image] Sep 03 23:44:05.050 INFO O| Sep 03 23:44:05.049 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-09-03T23:44:06.214Z[ recovery-image] Sep 03 23:44:05.069 INFO O| Sep 03 23:44:05.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51272024-09-03T23:44:06.216Z[ recovery-image] Sep 03 23:44:05.070 INFO O| Sep 03 23:44:05.069 INFO STEP 374 (remove_files) COMPLETE
51282024-09-03T23:44:06.216Z[ recovery-image] Sep 03 23:44:05.070 INFO O| Sep 03 23:44:05.070 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-09-03T23:44:06.216Z[ host-image] Sep 03 23:44:05.072 INFO O| Sep 03 23:44:05.072 INFO O| Download: 1116/1140 items 6.6/8.4MB 78% complete (1.4M/s)
51302024-09-03T23:44:06.233Z[ recovery-image] Sep 03 23:44:05.089 INFO O| Sep 03 23:44:05.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51312024-09-03T23:44:06.233Z[ recovery-image] Sep 03 23:44:05.089 INFO O| Sep 03 23:44:05.089 INFO STEP 375 (remove_files) COMPLETE
51322024-09-03T23:44:06.236Z[ recovery-image] Sep 03 23:44:05.090 INFO O| Sep 03 23:44:05.090 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-09-03T23:44:06.253Z[ recovery-image] Sep 03 23:44:05.109 INFO O| Sep 03 23:44:05.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51342024-09-03T23:44:06.253Z[ recovery-image] Sep 03 23:44:05.109 INFO O| Sep 03 23:44:05.109 INFO STEP 376 (remove_files) COMPLETE
51352024-09-03T23:44:06.255Z[ recovery-image] Sep 03 23:44:05.109 INFO O| Sep 03 23:44:05.109 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-09-03T23:44:06.272Z[ recovery-image] Sep 03 23:44:05.127 INFO O| Sep 03 23:44:05.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
51372024-09-03T23:44:06.272Z[ recovery-image] Sep 03 23:44:05.127 INFO O| Sep 03 23:44:05.127 INFO STEP 377 (remove_files) COMPLETE
51382024-09-03T23:44:06.275Z[ recovery-image] Sep 03 23:44:05.128 INFO O| Sep 03 23:44:05.127 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-09-03T23:44:06.290Z[ recovery-image] Sep 03 23:44:05.146 INFO O| Sep 03 23:44:05.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
51402024-09-03T23:44:06.292Z[ recovery-image] Sep 03 23:44:05.146 INFO O| Sep 03 23:44:05.146 INFO STEP 378 (remove_files) COMPLETE
51412024-09-03T23:44:06.293Z[ recovery-image] Sep 03 23:44:05.146 INFO O| Sep 03 23:44:05.146 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-09-03T23:44:06.338Z[ recovery-image] Sep 03 23:44:05.194 INFO O| Sep 03 23:44:05.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
51432024-09-03T23:44:06.338Z[ recovery-image] Sep 03 23:44:05.194 INFO O| Sep 03 23:44:05.194 INFO STEP 379 (remove_files) COMPLETE
51442024-09-03T23:44:06.338Z[ recovery-image] Sep 03 23:44:05.194 INFO O| Sep 03 23:44:05.194 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-09-03T23:44:06.357Z[ recovery-image] Sep 03 23:44:05.213 INFO O| Sep 03 23:44:05.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
51462024-09-03T23:44:06.357Z[ recovery-image] Sep 03 23:44:05.213 INFO O| Sep 03 23:44:05.213 INFO STEP 380 (remove_files) COMPLETE
51472024-09-03T23:44:06.360Z[ recovery-image] Sep 03 23:44:05.213 INFO O| Sep 03 23:44:05.213 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-09-03T23:44:06.378Z[ recovery-image] Sep 03 23:44:05.234 INFO O| Sep 03 23:44:05.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51492024-09-03T23:44:06.378Z[ recovery-image] Sep 03 23:44:05.234 INFO O| Sep 03 23:44:05.234 INFO STEP 381 (remove_files) COMPLETE
51502024-09-03T23:44:06.378Z[ recovery-image] Sep 03 23:44:05.234 INFO O| Sep 03 23:44:05.234 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-09-03T23:44:06.459Z[ recovery-image] Sep 03 23:44:05.315 INFO O| Sep 03 23:44:05.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51522024-09-03T23:44:06.459Z[ recovery-image] Sep 03 23:44:05.315 INFO O| Sep 03 23:44:05.315 INFO STEP 382 (remove_files) COMPLETE
51532024-09-03T23:44:06.459Z[ recovery-image] Sep 03 23:44:05.315 INFO O| Sep 03 23:44:05.315 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-09-03T23:44:06.527Z[ recovery-image] Sep 03 23:44:05.382 INFO O| Sep 03 23:44:05.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
51552024-09-03T23:44:06.527Z[ recovery-image] Sep 03 23:44:05.382 INFO O| Sep 03 23:44:05.382 INFO STEP 383 (remove_files) COMPLETE
51562024-09-03T23:44:06.527Z[ recovery-image] Sep 03 23:44:05.382 INFO O| Sep 03 23:44:05.382 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-09-03T23:44:06.594Z[ recovery-image] Sep 03 23:44:05.450 INFO O| Sep 03 23:44:05.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
51582024-09-03T23:44:06.594Z[ recovery-image] Sep 03 23:44:05.450 INFO O| Sep 03 23:44:05.450 INFO STEP 384 (remove_files) COMPLETE
51592024-09-03T23:44:06.594Z[ recovery-image] Sep 03 23:44:05.450 INFO O| Sep 03 23:44:05.450 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-09-03T23:44:06.613Z[ recovery-image] Sep 03 23:44:05.468 INFO O| Sep 03 23:44:05.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
51612024-09-03T23:44:06.613Z[ recovery-image] Sep 03 23:44:05.468 INFO O| Sep 03 23:44:05.468 INFO STEP 385 (remove_files) COMPLETE
51622024-09-03T23:44:06.613Z[ recovery-image] Sep 03 23:44:05.468 INFO O| Sep 03 23:44:05.468 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-09-03T23:44:06.637Z[ host-image] Sep 03 23:44:05.492 INFO O| Sep 03 23:44:05.492 INFO O| Download: Completed 8.42 MB in 5.47 seconds (1.5M/s)
51642024-09-03T23:44:06.640Z[ recovery-image] Sep 03 23:44:05.496 INFO O| Sep 03 23:44:05.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
51652024-09-03T23:44:06.643Z[ recovery-image] Sep 03 23:44:05.496 INFO O| Sep 03 23:44:05.496 INFO STEP 386 (remove_files) COMPLETE
51662024-09-03T23:44:06.643Z[ recovery-image] Sep 03 23:44:05.497 INFO O| Sep 03 23:44:05.496 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-09-03T23:44:06.659Z[ recovery-image] Sep 03 23:44:05.515 INFO O| Sep 03 23:44:05.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
51682024-09-03T23:44:06.662Z[ recovery-image] Sep 03 23:44:05.517 INFO O| Sep 03 23:44:05.517 INFO STEP 387 (remove_files) COMPLETE
51692024-09-03T23:44:06.662Z[ recovery-image] Sep 03 23:44:05.517 INFO O| Sep 03 23:44:05.517 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-09-03T23:44:06.711Z[ recovery-image] Sep 03 23:44:05.567 INFO O| Sep 03 23:44:05.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
51712024-09-03T23:44:06.711Z[ recovery-image] Sep 03 23:44:05.567 INFO O| Sep 03 23:44:05.567 INFO STEP 388 (remove_files) COMPLETE
51722024-09-03T23:44:06.711Z[ recovery-image] Sep 03 23:44:05.567 INFO O| Sep 03 23:44:05.567 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-09-03T23:44:06.730Z[ recovery-image] Sep 03 23:44:05.586 INFO O| Sep 03 23:44:05.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
51742024-09-03T23:44:06.730Z[ recovery-image] Sep 03 23:44:05.586 INFO O| Sep 03 23:44:05.586 INFO STEP 389 (remove_files) COMPLETE
51752024-09-03T23:44:06.730Z[ recovery-image] Sep 03 23:44:05.586 INFO O| Sep 03 23:44:05.586 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-09-03T23:44:06.760Z[ host-image] Sep 03 23:44:05.616 INFO O| Sep 03 23:44:05.616 INFO O| Actions: 1/1361 actions (Installing new actions)
51772024-09-03T23:44:06.769Z[ recovery-image] Sep 03 23:44:05.625 INFO O| Sep 03 23:44:05.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
51782024-09-03T23:44:06.769Z[ recovery-image] Sep 03 23:44:05.625 INFO O| Sep 03 23:44:05.625 INFO STEP 390 (remove_files) COMPLETE
51792024-09-03T23:44:06.772Z[ recovery-image] Sep 03 23:44:05.625 INFO O| Sep 03 23:44:05.625 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-09-03T23:44:06.809Z[ recovery-image] Sep 03 23:44:05.664 INFO O| Sep 03 23:44:05.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
51812024-09-03T23:44:06.809Z[ recovery-image] Sep 03 23:44:05.664 INFO O| Sep 03 23:44:05.664 INFO STEP 391 (remove_files) COMPLETE
51822024-09-03T23:44:06.809Z[ recovery-image] Sep 03 23:44:05.664 INFO O| Sep 03 23:44:05.664 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-09-03T23:44:06.845Z[ recovery-image] Sep 03 23:44:05.701 INFO O| Sep 03 23:44:05.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
51842024-09-03T23:44:06.846Z[ recovery-image] Sep 03 23:44:05.701 INFO O| Sep 03 23:44:05.701 INFO STEP 392 (remove_files) COMPLETE
51852024-09-03T23:44:06.846Z[ recovery-image] Sep 03 23:44:05.701 INFO O| Sep 03 23:44:05.701 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-09-03T23:44:06.864Z[ recovery-image] Sep 03 23:44:05.720 INFO O| Sep 03 23:44:05.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
51872024-09-03T23:44:06.865Z[ recovery-image] Sep 03 23:44:05.720 INFO O| Sep 03 23:44:05.720 INFO STEP 393 (remove_files) COMPLETE
51882024-09-03T23:44:06.874Z[ recovery-image] Sep 03 23:44:05.720 INFO O| Sep 03 23:44:05.720 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-09-03T23:44:06.908Z[ recovery-image] Sep 03 23:44:05.764 INFO O| Sep 03 23:44:05.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
51902024-09-03T23:44:06.908Z[ recovery-image] Sep 03 23:44:05.764 INFO O| Sep 03 23:44:05.764 INFO STEP 394 (remove_files) COMPLETE
51912024-09-03T23:44:06.908Z[ recovery-image] Sep 03 23:44:05.764 INFO O| Sep 03 23:44:05.764 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-09-03T23:44:06.952Z[ recovery-image] Sep 03 23:44:05.808 INFO O| Sep 03 23:44:05.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
51932024-09-03T23:44:06.955Z[ recovery-image] Sep 03 23:44:05.808 INFO O| Sep 03 23:44:05.808 INFO STEP 395 (remove_files) COMPLETE
51942024-09-03T23:44:06.955Z[ recovery-image] Sep 03 23:44:05.808 INFO O| Sep 03 23:44:05.808 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-09-03T23:44:06.985Z[ recovery-image] Sep 03 23:44:05.841 INFO O| Sep 03 23:44:05.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
51962024-09-03T23:44:06.988Z[ recovery-image] Sep 03 23:44:05.841 INFO O| Sep 03 23:44:05.841 INFO STEP 396 (remove_files) COMPLETE
51972024-09-03T23:44:06.988Z[ recovery-image] Sep 03 23:44:05.842 INFO O| Sep 03 23:44:05.841 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-09-03T23:44:07.020Z[ recovery-image] Sep 03 23:44:05.876 INFO O| Sep 03 23:44:05.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
51992024-09-03T23:44:07.020Z[ recovery-image] Sep 03 23:44:05.876 INFO O| Sep 03 23:44:05.876 INFO STEP 397 (remove_files) COMPLETE
52002024-09-03T23:44:07.023Z[ recovery-image] Sep 03 23:44:05.876 INFO O| Sep 03 23:44:05.876 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-09-03T23:44:07.042Z[ recovery-image] Sep 03 23:44:05.897 INFO O| Sep 03 23:44:05.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
52022024-09-03T23:44:07.042Z[ recovery-image] Sep 03 23:44:05.897 INFO O| Sep 03 23:44:05.897 INFO STEP 398 (remove_files) COMPLETE
52032024-09-03T23:44:07.042Z[ recovery-image] Sep 03 23:44:05.897 INFO O| Sep 03 23:44:05.897 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-09-03T23:44:07.061Z[ recovery-image] Sep 03 23:44:05.916 INFO O| Sep 03 23:44:05.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52052024-09-03T23:44:07.061Z[ recovery-image] Sep 03 23:44:05.916 INFO O| Sep 03 23:44:05.916 INFO STEP 399 (remove_files) COMPLETE
52062024-09-03T23:44:07.061Z[ recovery-image] Sep 03 23:44:05.916 INFO O| Sep 03 23:44:05.916 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-09-03T23:44:07.099Z[ recovery-image] Sep 03 23:44:05.955 INFO O| Sep 03 23:44:05.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52082024-09-03T23:44:07.099Z[ recovery-image] Sep 03 23:44:05.955 INFO O| Sep 03 23:44:05.955 INFO STEP 400 (remove_files) COMPLETE
52092024-09-03T23:44:07.102Z[ recovery-image] Sep 03 23:44:05.955 INFO O| Sep 03 23:44:05.955 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-09-03T23:44:07.132Z[ recovery-image] Sep 03 23:44:05.988 INFO O| Sep 03 23:44:05.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52112024-09-03T23:44:07.132Z[ recovery-image] Sep 03 23:44:05.988 INFO O| Sep 03 23:44:05.988 INFO STEP 401 (remove_files) COMPLETE
52122024-09-03T23:44:07.135Z[ recovery-image] Sep 03 23:44:05.988 INFO O| Sep 03 23:44:05.988 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-09-03T23:44:07.152Z[ recovery-image] Sep 03 23:44:06.008 INFO O| Sep 03 23:44:06.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52142024-09-03T23:44:07.152Z[ recovery-image] Sep 03 23:44:06.008 INFO O| Sep 03 23:44:06.008 INFO STEP 402 (remove_files) COMPLETE
52152024-09-03T23:44:07.152Z[ recovery-image] Sep 03 23:44:06.008 INFO O| Sep 03 23:44:06.008 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-09-03T23:44:07.170Z[ recovery-image] Sep 03 23:44:06.026 INFO O| Sep 03 23:44:06.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52172024-09-03T23:44:07.170Z[ recovery-image] Sep 03 23:44:06.026 INFO O| Sep 03 23:44:06.026 INFO STEP 403 (remove_files) COMPLETE
52182024-09-03T23:44:07.173Z[ recovery-image] Sep 03 23:44:06.026 INFO O| Sep 03 23:44:06.026 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-09-03T23:44:07.210Z[ recovery-image] Sep 03 23:44:06.066 INFO O| Sep 03 23:44:06.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52202024-09-03T23:44:07.210Z[ recovery-image] Sep 03 23:44:06.066 INFO O| Sep 03 23:44:06.066 INFO STEP 404 (remove_files) COMPLETE
52212024-09-03T23:44:07.210Z[ recovery-image] Sep 03 23:44:06.066 INFO O| Sep 03 23:44:06.066 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-09-03T23:44:07.271Z[ recovery-image] Sep 03 23:44:06.127 INFO O| Sep 03 23:44:06.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52232024-09-03T23:44:07.271Z[ recovery-image] Sep 03 23:44:06.127 INFO O| Sep 03 23:44:06.127 INFO STEP 405 (remove_files) COMPLETE
52242024-09-03T23:44:07.271Z[ recovery-image] Sep 03 23:44:06.127 INFO O| Sep 03 23:44:06.127 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-09-03T23:44:07.289Z[ recovery-image] Sep 03 23:44:06.145 INFO O| Sep 03 23:44:06.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52262024-09-03T23:44:07.289Z[ recovery-image] Sep 03 23:44:06.145 INFO O| Sep 03 23:44:06.145 INFO STEP 406 (remove_files) COMPLETE
52272024-09-03T23:44:07.289Z[ recovery-image] Sep 03 23:44:06.145 INFO O| Sep 03 23:44:06.145 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-09-03T23:44:07.315Z[ recovery-image] Sep 03 23:44:06.171 INFO O| Sep 03 23:44:06.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52292024-09-03T23:44:07.315Z[ recovery-image] Sep 03 23:44:06.171 INFO O| Sep 03 23:44:06.171 INFO STEP 407 (remove_files) COMPLETE
52302024-09-03T23:44:07.315Z[ recovery-image] Sep 03 23:44:06.171 INFO O| Sep 03 23:44:06.171 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-09-03T23:44:07.368Z[ recovery-image] Sep 03 23:44:06.224 INFO O| Sep 03 23:44:06.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52322024-09-03T23:44:07.368Z[ recovery-image] Sep 03 23:44:06.224 INFO O| Sep 03 23:44:06.224 INFO STEP 408 (remove_files) COMPLETE
52332024-09-03T23:44:07.370Z[ recovery-image] Sep 03 23:44:06.224 INFO O| Sep 03 23:44:06.224 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-09-03T23:44:07.385Z[ recovery-image] Sep 03 23:44:06.241 INFO O| Sep 03 23:44:06.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52352024-09-03T23:44:07.385Z[ recovery-image] Sep 03 23:44:06.241 INFO O| Sep 03 23:44:06.241 INFO STEP 409 (remove_files) COMPLETE
52362024-09-03T23:44:07.385Z[ recovery-image] Sep 03 23:44:06.241 INFO O| Sep 03 23:44:06.241 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-09-03T23:44:07.461Z[ recovery-image] Sep 03 23:44:06.317 INFO O| Sep 03 23:44:06.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
52382024-09-03T23:44:07.461Z[ recovery-image] Sep 03 23:44:06.317 INFO O| Sep 03 23:44:06.317 INFO STEP 410 (remove_files) COMPLETE
52392024-09-03T23:44:07.461Z[ recovery-image] Sep 03 23:44:06.317 INFO O| Sep 03 23:44:06.317 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-09-03T23:44:07.479Z[ recovery-image] Sep 03 23:44:06.335 INFO O| Sep 03 23:44:06.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
52412024-09-03T23:44:07.479Z[ recovery-image] Sep 03 23:44:06.335 INFO O| Sep 03 23:44:06.335 INFO STEP 411 (remove_files) COMPLETE
52422024-09-03T23:44:07.479Z[ recovery-image] Sep 03 23:44:06.335 INFO O| Sep 03 23:44:06.335 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-09-03T23:44:07.496Z[ recovery-image] Sep 03 23:44:06.351 INFO O| Sep 03 23:44:06.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
52442024-09-03T23:44:07.496Z[ recovery-image] Sep 03 23:44:06.351 INFO O| Sep 03 23:44:06.351 INFO STEP 412 (remove_files) COMPLETE
52452024-09-03T23:44:07.496Z[ recovery-image] Sep 03 23:44:06.351 INFO O| Sep 03 23:44:06.351 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-09-03T23:44:07.514Z[ recovery-image] Sep 03 23:44:06.370 INFO O| Sep 03 23:44:06.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
52472024-09-03T23:44:07.516Z[ recovery-image] Sep 03 23:44:06.370 INFO O| Sep 03 23:44:06.370 INFO STEP 413 (remove_files) COMPLETE
52482024-09-03T23:44:07.517Z[ recovery-image] Sep 03 23:44:06.370 INFO O| Sep 03 23:44:06.370 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-09-03T23:44:07.558Z[ recovery-image] Sep 03 23:44:06.414 INFO O| Sep 03 23:44:06.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52502024-09-03T23:44:07.558Z[ recovery-image] Sep 03 23:44:06.414 INFO O| Sep 03 23:44:06.414 INFO STEP 414 (remove_files) COMPLETE
52512024-09-03T23:44:07.558Z[ recovery-image] Sep 03 23:44:06.414 INFO O| Sep 03 23:44:06.414 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-09-03T23:44:07.570Z[ host-image] Sep 03 23:44:06.425 INFO O| Sep 03 23:44:06.425 INFO O| Actions: Completed 1361 actions in 0.81 seconds.
52532024-09-03T23:44:07.614Z[ recovery-image] Sep 03 23:44:06.470 INFO O| Sep 03 23:44:06.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52542024-09-03T23:44:07.614Z[ recovery-image] Sep 03 23:44:06.470 INFO O| Sep 03 23:44:06.470 INFO STEP 415 (remove_files) COMPLETE
52552024-09-03T23:44:07.614Z[ recovery-image] Sep 03 23:44:06.470 INFO O| Sep 03 23:44:06.470 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-09-03T23:44:07.767Z[ recovery-image] Sep 03 23:44:06.623 INFO O| Sep 03 23:44:06.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
52572024-09-03T23:44:07.768Z[ recovery-image] Sep 03 23:44:06.623 INFO O| Sep 03 23:44:06.623 INFO STEP 416 (remove_files) COMPLETE
52582024-09-03T23:44:07.784Z[ recovery-image] Sep 03 23:44:06.623 INFO O| Sep 03 23:44:06.623 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-09-03T23:44:07.819Z[ recovery-image] Sep 03 23:44:06.675 INFO O| Sep 03 23:44:06.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
52602024-09-03T23:44:07.823Z[ recovery-image] Sep 03 23:44:06.675 INFO O| Sep 03 23:44:06.675 INFO STEP 417 (remove_files) COMPLETE
52612024-09-03T23:44:07.823Z[ recovery-image] Sep 03 23:44:06.675 INFO O| Sep 03 23:44:06.675 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-09-03T23:44:07.843Z[ recovery-image] Sep 03 23:44:06.697 INFO O| Sep 03 23:44:06.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
52632024-09-03T23:44:07.845Z[ recovery-image] Sep 03 23:44:06.698 INFO O| Sep 03 23:44:06.697 INFO STEP 418 (remove_files) COMPLETE
52642024-09-03T23:44:07.845Z[ recovery-image] Sep 03 23:44:06.698 INFO O| Sep 03 23:44:06.698 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-09-03T23:44:07.889Z[ recovery-image] Sep 03 23:44:06.744 INFO O| Sep 03 23:44:06.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
52662024-09-03T23:44:07.889Z[ recovery-image] Sep 03 23:44:06.744 INFO O| Sep 03 23:44:06.744 INFO STEP 419 (remove_files) COMPLETE
52672024-09-03T23:44:07.889Z[ recovery-image] Sep 03 23:44:06.744 INFO O| Sep 03 23:44:06.744 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-09-03T23:44:07.920Z[ recovery-image] Sep 03 23:44:06.776 INFO O| Sep 03 23:44:06.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
52692024-09-03T23:44:07.921Z[ recovery-image] Sep 03 23:44:06.776 INFO O| Sep 03 23:44:06.776 INFO STEP 420 (remove_files) COMPLETE
52702024-09-03T23:44:07.923Z[ recovery-image] Sep 03 23:44:06.776 INFO O| Sep 03 23:44:06.776 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-09-03T23:44:07.979Z[ recovery-image] Sep 03 23:44:06.835 INFO O| Sep 03 23:44:06.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
52722024-09-03T23:44:07.979Z[ recovery-image] Sep 03 23:44:06.835 INFO O| Sep 03 23:44:06.835 INFO STEP 421 (remove_files) COMPLETE
52732024-09-03T23:44:07.979Z[ recovery-image] Sep 03 23:44:06.835 INFO O| Sep 03 23:44:06.835 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-09-03T23:44:08.007Z[ host-image] Sep 03 23:44:06.862 INFO O| Sep 03 23:44:06.862 INFO O| Done
52752024-09-03T23:44:08.009Z[ host-image] Sep 03 23:44:06.862 INFO O| Sep 03 23:44:06.862 INFO O| Done
52762024-09-03T23:44:08.015Z[ recovery-image] Sep 03 23:44:06.871 INFO O| Sep 03 23:44:06.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
52772024-09-03T23:44:08.015Z[ recovery-image] Sep 03 23:44:06.871 INFO O| Sep 03 23:44:06.871 INFO STEP 422 (remove_files) COMPLETE
52782024-09-03T23:44:08.018Z[ recovery-image] Sep 03 23:44:06.871 INFO O| Sep 03 23:44:06.871 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-09-03T23:44:08.053Z[ recovery-image] Sep 03 23:44:06.909 INFO O| Sep 03 23:44:06.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
52802024-09-03T23:44:08.054Z[ recovery-image] Sep 03 23:44:06.909 INFO O| Sep 03 23:44:06.909 INFO STEP 423 (remove_files) COMPLETE
52812024-09-03T23:44:08.056Z[ recovery-image] Sep 03 23:44:06.909 INFO O| Sep 03 23:44:06.909 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-09-03T23:44:08.091Z[ recovery-image] Sep 03 23:44:06.947 INFO O| Sep 03 23:44:06.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
52832024-09-03T23:44:08.094Z[ recovery-image] Sep 03 23:44:06.947 INFO O| Sep 03 23:44:06.947 INFO STEP 424 (remove_files) COMPLETE
52842024-09-03T23:44:08.094Z[ recovery-image] Sep 03 23:44:06.947 INFO O| Sep 03 23:44:06.947 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-09-03T23:44:08.118Z[ recovery-image] Sep 03 23:44:06.974 INFO O| Sep 03 23:44:06.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
52862024-09-03T23:44:08.122Z[ recovery-image] Sep 03 23:44:06.974 INFO O| Sep 03 23:44:06.974 INFO STEP 425 (remove_files) COMPLETE
52872024-09-03T23:44:08.122Z[ recovery-image] Sep 03 23:44:06.974 INFO O| Sep 03 23:44:06.974 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-09-03T23:44:08.172Z[ recovery-image] Sep 03 23:44:07.027 INFO O| Sep 03 23:44:07.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
52892024-09-03T23:44:08.172Z[ recovery-image] Sep 03 23:44:07.027 INFO O| Sep 03 23:44:07.027 INFO STEP 426 (remove_files) COMPLETE
52902024-09-03T23:44:08.174Z[ recovery-image] Sep 03 23:44:07.027 INFO O| Sep 03 23:44:07.027 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-09-03T23:44:08.191Z[ recovery-image] Sep 03 23:44:07.047 INFO O| Sep 03 23:44:07.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
52922024-09-03T23:44:08.191Z[ recovery-image] Sep 03 23:44:07.047 INFO O| Sep 03 23:44:07.047 INFO STEP 427 (remove_files) COMPLETE
52932024-09-03T23:44:08.191Z[ recovery-image] Sep 03 23:44:07.047 INFO O| Sep 03 23:44:07.047 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-09-03T23:44:08.225Z[ recovery-image] Sep 03 23:44:07.080 INFO O| Sep 03 23:44:07.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
52952024-09-03T23:44:08.225Z[ recovery-image] Sep 03 23:44:07.080 INFO O| Sep 03 23:44:07.080 INFO STEP 428 (remove_files) COMPLETE
52962024-09-03T23:44:08.225Z[ recovery-image] Sep 03 23:44:07.080 INFO O| Sep 03 23:44:07.080 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-09-03T23:44:08.246Z[ recovery-image] Sep 03 23:44:07.101 INFO O| Sep 03 23:44:07.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
52982024-09-03T23:44:08.246Z[ recovery-image] Sep 03 23:44:07.102 INFO O| Sep 03 23:44:07.102 INFO STEP 429 (remove_files) COMPLETE
52992024-09-03T23:44:08.248Z[ recovery-image] Sep 03 23:44:07.102 INFO O| Sep 03 23:44:07.102 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-09-03T23:44:08.265Z[ recovery-image] Sep 03 23:44:07.121 INFO O| Sep 03 23:44:07.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
53012024-09-03T23:44:08.265Z[ recovery-image] Sep 03 23:44:07.121 INFO O| Sep 03 23:44:07.121 INFO STEP 430 (remove_files) COMPLETE
53022024-09-03T23:44:08.268Z[ recovery-image] Sep 03 23:44:07.121 INFO O| Sep 03 23:44:07.121 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-09-03T23:44:08.283Z[ recovery-image] Sep 03 23:44:07.138 INFO O| Sep 03 23:44:07.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
53042024-09-03T23:44:08.283Z[ recovery-image] Sep 03 23:44:07.138 INFO O| Sep 03 23:44:07.138 INFO STEP 431 (remove_files) COMPLETE
53052024-09-03T23:44:08.285Z[ recovery-image] Sep 03 23:44:07.138 INFO O| Sep 03 23:44:07.138 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-09-03T23:44:08.335Z[ recovery-image] Sep 03 23:44:07.191 INFO O| Sep 03 23:44:07.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53072024-09-03T23:44:08.335Z[ recovery-image] Sep 03 23:44:07.191 INFO O| Sep 03 23:44:07.191 INFO STEP 432 (remove_files) COMPLETE
53082024-09-03T23:44:08.335Z[ recovery-image] Sep 03 23:44:07.191 INFO O| Sep 03 23:44:07.191 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-09-03T23:44:08.353Z[ recovery-image] Sep 03 23:44:07.209 INFO O| Sep 03 23:44:07.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53102024-09-03T23:44:08.353Z[ recovery-image] Sep 03 23:44:07.209 INFO O| Sep 03 23:44:07.209 INFO STEP 433 (remove_files) COMPLETE
53112024-09-03T23:44:08.356Z[ recovery-image] Sep 03 23:44:07.209 INFO O| Sep 03 23:44:07.209 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-09-03T23:44:08.375Z[ recovery-image] Sep 03 23:44:07.230 INFO O| Sep 03 23:44:07.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53132024-09-03T23:44:08.377Z[ recovery-image] Sep 03 23:44:07.231 INFO O| Sep 03 23:44:07.230 INFO STEP 434 (remove_files) COMPLETE
53142024-09-03T23:44:08.377Z[ recovery-image] Sep 03 23:44:07.231 INFO O| Sep 03 23:44:07.231 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-09-03T23:44:08.451Z[ recovery-image] Sep 03 23:44:07.307 INFO O| Sep 03 23:44:07.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53162024-09-03T23:44:08.451Z[ recovery-image] Sep 03 23:44:07.307 INFO O| Sep 03 23:44:07.307 INFO STEP 435 (remove_files) COMPLETE
53172024-09-03T23:44:08.454Z[ recovery-image] Sep 03 23:44:07.307 INFO O| Sep 03 23:44:07.307 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-09-03T23:44:08.469Z[ recovery-image] Sep 03 23:44:07.325 INFO O| Sep 03 23:44:07.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53192024-09-03T23:44:08.469Z[ recovery-image] Sep 03 23:44:07.325 INFO O| Sep 03 23:44:07.325 INFO STEP 436 (remove_files) COMPLETE
53202024-09-03T23:44:08.472Z[ recovery-image] Sep 03 23:44:07.325 INFO O| Sep 03 23:44:07.325 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-09-03T23:44:08.485Z[ recovery-image] Sep 03 23:44:07.341 INFO O| Sep 03 23:44:07.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53222024-09-03T23:44:08.485Z[ recovery-image] Sep 03 23:44:07.341 INFO O| Sep 03 23:44:07.341 INFO STEP 437 (remove_files) COMPLETE
53232024-09-03T23:44:08.488Z[ recovery-image] Sep 03 23:44:07.341 INFO O| Sep 03 23:44:07.341 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-09-03T23:44:08.516Z[ recovery-image] Sep 03 23:44:07.371 INFO O| Sep 03 23:44:07.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53252024-09-03T23:44:08.516Z[ recovery-image] Sep 03 23:44:07.371 INFO O| Sep 03 23:44:07.371 INFO STEP 438 (remove_files) COMPLETE
53262024-09-03T23:44:08.516Z[ recovery-image] Sep 03 23:44:07.371 INFO O| Sep 03 23:44:07.371 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-09-03T23:44:08.533Z[ recovery-image] Sep 03 23:44:07.389 INFO O| Sep 03 23:44:07.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53282024-09-03T23:44:08.533Z[ recovery-image] Sep 03 23:44:07.389 INFO O| Sep 03 23:44:07.389 INFO STEP 439 (remove_files) COMPLETE
53292024-09-03T23:44:08.535Z[ recovery-image] Sep 03 23:44:07.389 INFO O| Sep 03 23:44:07.389 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-09-03T23:44:08.569Z[ recovery-image] Sep 03 23:44:07.424 INFO O| Sep 03 23:44:07.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53312024-09-03T23:44:08.569Z[ recovery-image] Sep 03 23:44:07.424 INFO O| Sep 03 23:44:07.424 INFO STEP 440 (remove_files) COMPLETE
53322024-09-03T23:44:08.569Z[ recovery-image] Sep 03 23:44:07.424 INFO O| Sep 03 23:44:07.424 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-09-03T23:44:08.605Z[ recovery-image] Sep 03 23:44:07.461 INFO O| Sep 03 23:44:07.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53342024-09-03T23:44:08.606Z[ recovery-image] Sep 03 23:44:07.461 INFO O| Sep 03 23:44:07.461 INFO STEP 441 (remove_files) COMPLETE
53352024-09-03T23:44:08.608Z[ recovery-image] Sep 03 23:44:07.461 INFO O| Sep 03 23:44:07.461 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-09-03T23:44:08.637Z[ recovery-image] Sep 03 23:44:07.492 INFO O| Sep 03 23:44:07.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
53372024-09-03T23:44:08.637Z[ recovery-image] Sep 03 23:44:07.492 INFO O| Sep 03 23:44:07.492 INFO STEP 442 (remove_files) COMPLETE
53382024-09-03T23:44:08.639Z[ recovery-image] Sep 03 23:44:07.492 INFO O| Sep 03 23:44:07.492 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-09-03T23:44:08.734Z[ recovery-image] Sep 03 23:44:07.589 INFO O| Sep 03 23:44:07.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
53402024-09-03T23:44:08.734Z[ recovery-image] Sep 03 23:44:07.590 INFO O| Sep 03 23:44:07.590 INFO STEP 443 (remove_files) COMPLETE
53412024-09-03T23:44:08.737Z[ recovery-image] Sep 03 23:44:07.590 INFO O| Sep 03 23:44:07.590 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-09-03T23:44:08.797Z[ recovery-image] Sep 03 23:44:07.652 INFO O| Sep 03 23:44:07.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
53432024-09-03T23:44:08.797Z[ recovery-image] Sep 03 23:44:07.653 INFO O| Sep 03 23:44:07.652 INFO STEP 444 (remove_files) COMPLETE
53442024-09-03T23:44:08.800Z[ recovery-image] Sep 03 23:44:07.653 INFO O| Sep 03 23:44:07.652 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-09-03T23:44:08.815Z[ recovery-image] Sep 03 23:44:07.671 INFO O| Sep 03 23:44:07.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
53462024-09-03T23:44:08.815Z[ recovery-image] Sep 03 23:44:07.671 INFO O| Sep 03 23:44:07.671 INFO STEP 445 (remove_files) COMPLETE
53472024-09-03T23:44:08.815Z[ recovery-image] Sep 03 23:44:07.671 INFO O| Sep 03 23:44:07.671 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-09-03T23:44:08.840Z[ host-image] Sep 03 23:44:07.696 INFO O| Sep 03 23:44:07.695 INFO O| Done
53492024-09-03T23:44:08.859Z[ recovery-image] Sep 03 23:44:07.713 INFO O| Sep 03 23:44:07.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53502024-09-03T23:44:08.859Z[ recovery-image] Sep 03 23:44:07.714 INFO O| Sep 03 23:44:07.713 INFO STEP 446 (remove_files) COMPLETE
53512024-09-03T23:44:08.859Z[ recovery-image] Sep 03 23:44:07.714 INFO O| Sep 03 23:44:07.714 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-09-03T23:44:08.877Z[ recovery-image] Sep 03 23:44:07.732 INFO O| Sep 03 23:44:07.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53532024-09-03T23:44:08.877Z[ recovery-image] Sep 03 23:44:07.732 INFO O| Sep 03 23:44:07.732 INFO STEP 447 (remove_files) COMPLETE
53542024-09-03T23:44:08.880Z[ recovery-image] Sep 03 23:44:07.732 INFO O| Sep 03 23:44:07.732 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-09-03T23:44:08.918Z[ recovery-image] Sep 03 23:44:07.773 INFO O| Sep 03 23:44:07.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53562024-09-03T23:44:08.918Z[ recovery-image] Sep 03 23:44:07.773 INFO O| Sep 03 23:44:07.773 INFO STEP 448 (remove_files) COMPLETE
53572024-09-03T23:44:08.918Z[ recovery-image] Sep 03 23:44:07.773 INFO O| Sep 03 23:44:07.773 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-09-03T23:44:09.019Z[ recovery-image] Sep 03 23:44:07.874 INFO O| Sep 03 23:44:07.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
53592024-09-03T23:44:09.019Z[ recovery-image] Sep 03 23:44:07.874 INFO O| Sep 03 23:44:07.874 INFO STEP 449 (remove_files) COMPLETE
53602024-09-03T23:44:09.019Z[ recovery-image] Sep 03 23:44:07.874 INFO O| Sep 03 23:44:07.874 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-09-03T23:44:09.039Z[ recovery-image] Sep 03 23:44:07.894 INFO O| Sep 03 23:44:07.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
53622024-09-03T23:44:09.039Z[ recovery-image] Sep 03 23:44:07.895 INFO O| Sep 03 23:44:07.895 INFO STEP 450 (remove_files) COMPLETE
53632024-09-03T23:44:09.039Z[ recovery-image] Sep 03 23:44:07.895 INFO O| Sep 03 23:44:07.895 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-09-03T23:44:09.082Z[ recovery-image] Sep 03 23:44:07.937 INFO O| Sep 03 23:44:07.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
53652024-09-03T23:44:09.082Z[ recovery-image] Sep 03 23:44:07.937 INFO O| Sep 03 23:44:07.937 INFO STEP 451 (remove_files) COMPLETE
53662024-09-03T23:44:09.082Z[ recovery-image] Sep 03 23:44:07.937 INFO O| Sep 03 23:44:07.937 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-09-03T23:44:09.157Z[ recovery-image] Sep 03 23:44:08.013 INFO O| Sep 03 23:44:08.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53682024-09-03T23:44:09.160Z[ recovery-image] Sep 03 23:44:08.013 INFO O| Sep 03 23:44:08.013 INFO STEP 452 (remove_files) COMPLETE
53692024-09-03T23:44:09.160Z[ recovery-image] Sep 03 23:44:08.013 INFO O| Sep 03 23:44:08.013 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-09-03T23:44:09.176Z[ recovery-image] Sep 03 23:44:08.032 INFO O| Sep 03 23:44:08.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
53712024-09-03T23:44:09.179Z[ recovery-image] Sep 03 23:44:08.032 INFO O| Sep 03 23:44:08.032 INFO STEP 453 (remove_files) COMPLETE
53722024-09-03T23:44:09.179Z[ recovery-image] Sep 03 23:44:08.032 INFO O| Sep 03 23:44:08.032 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-09-03T23:44:09.195Z[ recovery-image] Sep 03 23:44:08.051 INFO O| Sep 03 23:44:08.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
53742024-09-03T23:44:09.198Z[ recovery-image] Sep 03 23:44:08.051 INFO O| Sep 03 23:44:08.051 INFO STEP 454 (remove_files) COMPLETE
53752024-09-03T23:44:09.198Z[ recovery-image] Sep 03 23:44:08.051 INFO O| Sep 03 23:44:08.051 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-09-03T23:44:09.215Z[ recovery-image] Sep 03 23:44:08.070 INFO O| Sep 03 23:44:08.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
53772024-09-03T23:44:09.218Z[ recovery-image] Sep 03 23:44:08.070 INFO O| Sep 03 23:44:08.070 INFO STEP 455 (remove_files) COMPLETE
53782024-09-03T23:44:09.218Z[ recovery-image] Sep 03 23:44:08.071 INFO O| Sep 03 23:44:08.070 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-09-03T23:44:09.234Z[ recovery-image] Sep 03 23:44:08.089 INFO O| Sep 03 23:44:08.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
53802024-09-03T23:44:09.236Z[ recovery-image] Sep 03 23:44:08.089 INFO O| Sep 03 23:44:08.089 INFO STEP 456 (remove_files) COMPLETE
53812024-09-03T23:44:09.236Z[ recovery-image] Sep 03 23:44:08.090 INFO O| Sep 03 23:44:08.089 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-09-03T23:44:09.252Z[ recovery-image] Sep 03 23:44:08.108 INFO O| Sep 03 23:44:08.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
53832024-09-03T23:44:09.255Z[ recovery-image] Sep 03 23:44:08.108 INFO O| Sep 03 23:44:08.108 INFO STEP 457 (remove_files) COMPLETE
53842024-09-03T23:44:09.255Z[ recovery-image] Sep 03 23:44:08.108 INFO O| Sep 03 23:44:08.108 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-09-03T23:44:09.288Z[ recovery-image] Sep 03 23:44:08.144 INFO O| Sep 03 23:44:08.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
53862024-09-03T23:44:09.288Z[ recovery-image] Sep 03 23:44:08.144 INFO O| Sep 03 23:44:08.144 INFO STEP 458 (remove_files) COMPLETE
53872024-09-03T23:44:09.288Z[ recovery-image] Sep 03 23:44:08.144 INFO O| Sep 03 23:44:08.144 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-09-03T23:44:09.308Z[ recovery-image] Sep 03 23:44:08.164 INFO O| Sep 03 23:44:08.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
53892024-09-03T23:44:09.311Z[ recovery-image] Sep 03 23:44:08.164 INFO O| Sep 03 23:44:08.164 INFO STEP 459 (remove_files) COMPLETE
53902024-09-03T23:44:09.311Z[ recovery-image] Sep 03 23:44:08.164 INFO O| Sep 03 23:44:08.164 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-09-03T23:44:09.327Z[ recovery-image] Sep 03 23:44:08.182 INFO O| Sep 03 23:44:08.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
53922024-09-03T23:44:09.329Z[ recovery-image] Sep 03 23:44:08.183 INFO O| Sep 03 23:44:08.182 INFO STEP 460 (remove_files) COMPLETE
53932024-09-03T23:44:09.329Z[ recovery-image] Sep 03 23:44:08.183 INFO O| Sep 03 23:44:08.183 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-09-03T23:44:09.359Z[ recovery-image] Sep 03 23:44:08.214 INFO O| Sep 03 23:44:08.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
53952024-09-03T23:44:09.359Z[ recovery-image] Sep 03 23:44:08.214 INFO O| Sep 03 23:44:08.214 INFO STEP 461 (remove_files) COMPLETE
53962024-09-03T23:44:09.359Z[ recovery-image] Sep 03 23:44:08.214 INFO O| Sep 03 23:44:08.214 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-09-03T23:44:09.404Z[ recovery-image] Sep 03 23:44:08.259 INFO O| Sep 03 23:44:08.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
53982024-09-03T23:44:09.404Z[ recovery-image] Sep 03 23:44:08.259 INFO O| Sep 03 23:44:08.259 INFO STEP 462 (remove_files) COMPLETE
53992024-09-03T23:44:09.406Z[ recovery-image] Sep 03 23:44:08.259 INFO O| Sep 03 23:44:08.259 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-09-03T23:44:09.425Z[ recovery-image] Sep 03 23:44:08.281 INFO O| Sep 03 23:44:08.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
54012024-09-03T23:44:09.425Z[ recovery-image] Sep 03 23:44:08.281 INFO O| Sep 03 23:44:08.281 INFO STEP 463 (remove_files) COMPLETE
54022024-09-03T23:44:09.425Z[ recovery-image] Sep 03 23:44:08.281 INFO O| Sep 03 23:44:08.281 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-09-03T23:44:09.459Z[ recovery-image] Sep 03 23:44:08.315 INFO O| Sep 03 23:44:08.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
54042024-09-03T23:44:09.459Z[ recovery-image] Sep 03 23:44:08.315 INFO O| Sep 03 23:44:08.315 INFO STEP 464 (remove_files) COMPLETE
54052024-09-03T23:44:09.462Z[ recovery-image] Sep 03 23:44:08.315 INFO O| Sep 03 23:44:08.315 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-09-03T23:44:09.477Z[ recovery-image] Sep 03 23:44:08.333 INFO O| Sep 03 23:44:08.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54072024-09-03T23:44:09.481Z[ recovery-image] Sep 03 23:44:08.333 INFO O| Sep 03 23:44:08.333 INFO STEP 465 (remove_files) COMPLETE
54082024-09-03T23:44:09.481Z[ recovery-image] Sep 03 23:44:08.333 INFO O| Sep 03 23:44:08.333 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-09-03T23:44:09.507Z[ recovery-image] Sep 03 23:44:08.362 INFO O| Sep 03 23:44:08.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54102024-09-03T23:44:09.507Z[ recovery-image] Sep 03 23:44:08.362 INFO O| Sep 03 23:44:08.362 INFO STEP 466 (remove_files) COMPLETE
54112024-09-03T23:44:09.507Z[ recovery-image] Sep 03 23:44:08.363 INFO O| Sep 03 23:44:08.362 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-09-03T23:44:09.544Z[ recovery-image] Sep 03 23:44:08.400 INFO O| Sep 03 23:44:08.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54132024-09-03T23:44:09.544Z[ recovery-image] Sep 03 23:44:08.400 INFO O| Sep 03 23:44:08.400 INFO STEP 467 (remove_files) COMPLETE
54142024-09-03T23:44:09.544Z[ recovery-image] Sep 03 23:44:08.400 INFO O| Sep 03 23:44:08.400 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-09-03T23:44:09.578Z[ recovery-image] Sep 03 23:44:08.433 INFO O| Sep 03 23:44:08.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54162024-09-03T23:44:09.578Z[ recovery-image] Sep 03 23:44:08.433 INFO O| Sep 03 23:44:08.433 INFO STEP 468 (remove_files) COMPLETE
54172024-09-03T23:44:09.580Z[ recovery-image] Sep 03 23:44:08.434 INFO O| Sep 03 23:44:08.433 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-09-03T23:44:09.633Z[ recovery-image] Sep 03 23:44:08.489 INFO O| Sep 03 23:44:08.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54192024-09-03T23:44:09.633Z[ recovery-image] Sep 03 23:44:08.489 INFO O| Sep 03 23:44:08.489 INFO STEP 469 (remove_files) COMPLETE
54202024-09-03T23:44:09.637Z[ recovery-image] Sep 03 23:44:08.489 INFO O| Sep 03 23:44:08.489 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-09-03T23:44:09.652Z[ recovery-image] Sep 03 23:44:08.508 INFO O| Sep 03 23:44:08.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54222024-09-03T23:44:09.655Z[ recovery-image] Sep 03 23:44:08.508 INFO O| Sep 03 23:44:08.508 INFO STEP 470 (remove_files) COMPLETE
54232024-09-03T23:44:09.655Z[ recovery-image] Sep 03 23:44:08.508 INFO O| Sep 03 23:44:08.508 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-09-03T23:44:09.669Z[ recovery-image] Sep 03 23:44:08.524 INFO O| Sep 03 23:44:08.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54252024-09-03T23:44:09.669Z[ recovery-image] Sep 03 23:44:08.525 INFO O| Sep 03 23:44:08.525 INFO STEP 471 (remove_files) COMPLETE
54262024-09-03T23:44:09.671Z[ recovery-image] Sep 03 23:44:08.525 INFO O| Sep 03 23:44:08.525 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-09-03T23:44:09.694Z[ recovery-image] Sep 03 23:44:08.549 INFO O| Sep 03 23:44:08.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54282024-09-03T23:44:09.696Z[ recovery-image] Sep 03 23:44:08.549 INFO O| Sep 03 23:44:08.549 INFO STEP 472 (remove_files) COMPLETE
54292024-09-03T23:44:09.696Z[ recovery-image] Sep 03 23:44:08.549 INFO O| Sep 03 23:44:08.549 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-09-03T23:44:09.770Z[ recovery-image] Sep 03 23:44:08.626 INFO O| Sep 03 23:44:08.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54312024-09-03T23:44:09.770Z[ recovery-image] Sep 03 23:44:08.626 INFO O| Sep 03 23:44:08.626 INFO STEP 473 (remove_files) COMPLETE
54322024-09-03T23:44:09.770Z[ recovery-image] Sep 03 23:44:08.626 INFO O| Sep 03 23:44:08.626 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-09-03T23:44:09.791Z[ recovery-image] Sep 03 23:44:08.646 INFO O| Sep 03 23:44:08.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54342024-09-03T23:44:09.791Z[ recovery-image] Sep 03 23:44:08.646 INFO O| Sep 03 23:44:08.646 INFO STEP 474 (remove_files) COMPLETE
54352024-09-03T23:44:09.791Z[ recovery-image] Sep 03 23:44:08.646 INFO O| Sep 03 23:44:08.646 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-09-03T23:44:09.810Z[ recovery-image] Sep 03 23:44:08.665 INFO O| Sep 03 23:44:08.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
54372024-09-03T23:44:09.810Z[ recovery-image] Sep 03 23:44:08.665 INFO O| Sep 03 23:44:08.665 INFO STEP 475 (remove_files) COMPLETE
54382024-09-03T23:44:09.810Z[ recovery-image] Sep 03 23:44:08.665 INFO O| Sep 03 23:44:08.665 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-09-03T23:44:09.829Z[ recovery-image] Sep 03 23:44:08.685 INFO O| Sep 03 23:44:08.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
54402024-09-03T23:44:09.829Z[ recovery-image] Sep 03 23:44:08.685 INFO O| Sep 03 23:44:08.685 INFO STEP 476 (remove_files) COMPLETE
54412024-09-03T23:44:09.829Z[ recovery-image] Sep 03 23:44:08.685 INFO O| Sep 03 23:44:08.685 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-09-03T23:44:09.847Z[ recovery-image] Sep 03 23:44:08.703 INFO O| Sep 03 23:44:08.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54432024-09-03T23:44:09.847Z[ recovery-image] Sep 03 23:44:08.703 INFO O| Sep 03 23:44:08.703 INFO STEP 477 (remove_files) COMPLETE
54442024-09-03T23:44:09.850Z[ recovery-image] Sep 03 23:44:08.703 INFO O| Sep 03 23:44:08.703 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-09-03T23:44:09.866Z[ recovery-image] Sep 03 23:44:08.721 INFO O| Sep 03 23:44:08.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54462024-09-03T23:44:09.866Z[ recovery-image] Sep 03 23:44:08.722 INFO O| Sep 03 23:44:08.722 INFO STEP 478 (remove_files) COMPLETE
54472024-09-03T23:44:09.866Z[ recovery-image] Sep 03 23:44:08.722 INFO O| Sep 03 23:44:08.722 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-09-03T23:44:09.888Z[ recovery-image] Sep 03 23:44:08.743 INFO O| Sep 03 23:44:08.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
54492024-09-03T23:44:09.888Z[ recovery-image] Sep 03 23:44:08.744 INFO O| Sep 03 23:44:08.744 INFO STEP 479 (remove_files) COMPLETE
54502024-09-03T23:44:09.888Z[ recovery-image] Sep 03 23:44:08.744 INFO O| Sep 03 23:44:08.744 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-09-03T23:44:09.905Z[ recovery-image] Sep 03 23:44:08.761 INFO O| Sep 03 23:44:08.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54522024-09-03T23:44:09.905Z[ recovery-image] Sep 03 23:44:08.761 INFO O| Sep 03 23:44:08.761 INFO STEP 480 (remove_files) COMPLETE
54532024-09-03T23:44:09.908Z[ recovery-image] Sep 03 23:44:08.761 INFO O| Sep 03 23:44:08.761 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-09-03T23:44:09.922Z[ recovery-image] Sep 03 23:44:08.778 INFO O| Sep 03 23:44:08.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
54552024-09-03T23:44:09.922Z[ recovery-image] Sep 03 23:44:08.778 INFO O| Sep 03 23:44:08.778 INFO STEP 481 (remove_files) COMPLETE
54562024-09-03T23:44:09.925Z[ recovery-image] Sep 03 23:44:08.778 INFO O| Sep 03 23:44:08.778 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-09-03T23:44:09.939Z[ recovery-image] Sep 03 23:44:08.795 INFO O| Sep 03 23:44:08.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
54582024-09-03T23:44:09.939Z[ recovery-image] Sep 03 23:44:08.795 INFO O| Sep 03 23:44:08.795 INFO STEP 482 (remove_files) COMPLETE
54592024-09-03T23:44:09.939Z[ recovery-image] Sep 03 23:44:08.795 INFO O| Sep 03 23:44:08.795 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-09-03T23:44:09.957Z[ recovery-image] Sep 03 23:44:08.812 INFO O| Sep 03 23:44:08.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
54612024-09-03T23:44:09.959Z[ recovery-image] Sep 03 23:44:08.812 INFO O| Sep 03 23:44:08.812 INFO STEP 483 (remove_files) COMPLETE
54622024-09-03T23:44:09.959Z[ recovery-image] Sep 03 23:44:08.813 INFO O| Sep 03 23:44:08.812 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-09-03T23:44:09.992Z[ recovery-image] Sep 03 23:44:08.847 INFO O| Sep 03 23:44:08.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
54642024-09-03T23:44:09.994Z[ recovery-image] Sep 03 23:44:08.847 INFO O| Sep 03 23:44:08.847 INFO STEP 484 (remove_files) COMPLETE
54652024-09-03T23:44:09.994Z[ recovery-image] Sep 03 23:44:08.847 INFO O| Sep 03 23:44:08.847 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-09-03T23:44:10.028Z[ recovery-image] Sep 03 23:44:08.884 INFO O| Sep 03 23:44:08.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54672024-09-03T23:44:10.028Z[ recovery-image] Sep 03 23:44:08.884 INFO O| Sep 03 23:44:08.884 INFO STEP 485 (remove_files) COMPLETE
54682024-09-03T23:44:10.028Z[ recovery-image] Sep 03 23:44:08.884 INFO O| Sep 03 23:44:08.884 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-09-03T23:44:10.085Z[ recovery-image] Sep 03 23:44:08.941 INFO O| Sep 03 23:44:08.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
54702024-09-03T23:44:10.087Z[ recovery-image] Sep 03 23:44:08.941 INFO O| Sep 03 23:44:08.941 INFO STEP 486 (remove_files) COMPLETE
54712024-09-03T23:44:10.087Z[ recovery-image] Sep 03 23:44:08.941 INFO O| Sep 03 23:44:08.941 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-09-03T23:44:10.104Z[ recovery-image] Sep 03 23:44:08.959 INFO O| Sep 03 23:44:08.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
54732024-09-03T23:44:10.104Z[ recovery-image] Sep 03 23:44:08.959 INFO O| Sep 03 23:44:08.959 INFO STEP 487 (remove_files) COMPLETE
54742024-09-03T23:44:10.104Z[ recovery-image] Sep 03 23:44:08.959 INFO O| Sep 03 23:44:08.959 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-09-03T23:44:10.122Z[ recovery-image] Sep 03 23:44:08.977 INFO O| Sep 03 23:44:08.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
54762024-09-03T23:44:10.122Z[ recovery-image] Sep 03 23:44:08.978 INFO O| Sep 03 23:44:08.978 INFO STEP 488 (remove_files) COMPLETE
54772024-09-03T23:44:10.122Z[ recovery-image] Sep 03 23:44:08.978 INFO O| Sep 03 23:44:08.978 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-09-03T23:44:10.139Z[ recovery-image] Sep 03 23:44:08.995 INFO O| Sep 03 23:44:08.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
54792024-09-03T23:44:10.139Z[ recovery-image] Sep 03 23:44:08.995 INFO O| Sep 03 23:44:08.995 INFO STEP 489 (remove_files) COMPLETE
54802024-09-03T23:44:10.139Z[ recovery-image] Sep 03 23:44:08.995 INFO O| Sep 03 23:44:08.995 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-09-03T23:44:10.158Z[ recovery-image] Sep 03 23:44:09.014 INFO O| Sep 03 23:44:09.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
54822024-09-03T23:44:10.158Z[ recovery-image] Sep 03 23:44:09.014 INFO O| Sep 03 23:44:09.014 INFO STEP 490 (remove_files) COMPLETE
54832024-09-03T23:44:10.158Z[ recovery-image] Sep 03 23:44:09.014 INFO O| Sep 03 23:44:09.014 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-09-03T23:44:10.176Z[ recovery-image] Sep 03 23:44:09.031 INFO O| Sep 03 23:44:09.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
54852024-09-03T23:44:10.176Z[ recovery-image] Sep 03 23:44:09.031 INFO O| Sep 03 23:44:09.031 INFO STEP 491 (remove_files) COMPLETE
54862024-09-03T23:44:10.176Z[ recovery-image] Sep 03 23:44:09.031 INFO O| Sep 03 23:44:09.031 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-09-03T23:44:10.202Z[ recovery-image] Sep 03 23:44:09.057 INFO O| Sep 03 23:44:09.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
54882024-09-03T23:44:10.202Z[ recovery-image] Sep 03 23:44:09.057 INFO O| Sep 03 23:44:09.057 INFO STEP 492 (remove_files) COMPLETE
54892024-09-03T23:44:10.202Z[ recovery-image] Sep 03 23:44:09.057 INFO O| Sep 03 23:44:09.057 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-09-03T23:44:10.223Z[ recovery-image] Sep 03 23:44:09.078 INFO O| Sep 03 23:44:09.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
54912024-09-03T23:44:10.223Z[ recovery-image] Sep 03 23:44:09.078 INFO O| Sep 03 23:44:09.078 INFO STEP 493 (remove_files) COMPLETE
54922024-09-03T23:44:10.223Z[ recovery-image] Sep 03 23:44:09.078 INFO O| Sep 03 23:44:09.078 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-09-03T23:44:10.243Z[ recovery-image] Sep 03 23:44:09.098 INFO O| Sep 03 23:44:09.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
54942024-09-03T23:44:10.243Z[ recovery-image] Sep 03 23:44:09.098 INFO O| Sep 03 23:44:09.098 INFO STEP 494 (remove_files) COMPLETE
54952024-09-03T23:44:10.245Z[ recovery-image] Sep 03 23:44:09.098 INFO O| Sep 03 23:44:09.098 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-09-03T23:44:10.262Z[ recovery-image] Sep 03 23:44:09.117 INFO O| Sep 03 23:44:09.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
54972024-09-03T23:44:10.262Z[ recovery-image] Sep 03 23:44:09.117 INFO O| Sep 03 23:44:09.117 INFO STEP 495 (remove_files) COMPLETE
54982024-09-03T23:44:10.262Z[ recovery-image] Sep 03 23:44:09.117 INFO O| Sep 03 23:44:09.117 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-09-03T23:44:10.319Z[ recovery-image] Sep 03 23:44:09.175 INFO O| Sep 03 23:44:09.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
55002024-09-03T23:44:10.319Z[ recovery-image] Sep 03 23:44:09.175 INFO O| Sep 03 23:44:09.175 INFO STEP 496 (remove_files) COMPLETE
55012024-09-03T23:44:10.319Z[ recovery-image] Sep 03 23:44:09.175 INFO O| Sep 03 23:44:09.175 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-09-03T23:44:10.338Z[ recovery-image] Sep 03 23:44:09.194 INFO O| Sep 03 23:44:09.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
55032024-09-03T23:44:10.338Z[ recovery-image] Sep 03 23:44:09.194 INFO O| Sep 03 23:44:09.194 INFO STEP 497 (remove_files) COMPLETE
55042024-09-03T23:44:10.338Z[ recovery-image] Sep 03 23:44:09.194 INFO O| Sep 03 23:44:09.194 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-09-03T23:44:10.356Z[ recovery-image] Sep 03 23:44:09.212 INFO O| Sep 03 23:44:09.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55062024-09-03T23:44:10.356Z[ recovery-image] Sep 03 23:44:09.212 INFO O| Sep 03 23:44:09.212 INFO STEP 498 (remove_files) COMPLETE
55072024-09-03T23:44:10.358Z[ recovery-image] Sep 03 23:44:09.212 INFO O| Sep 03 23:44:09.212 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-09-03T23:44:10.389Z[ recovery-image] Sep 03 23:44:09.244 INFO O| Sep 03 23:44:09.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55092024-09-03T23:44:10.389Z[ recovery-image] Sep 03 23:44:09.244 INFO O| Sep 03 23:44:09.244 INFO STEP 499 (remove_files) COMPLETE
55102024-09-03T23:44:10.389Z[ recovery-image] Sep 03 23:44:09.244 INFO O| Sep 03 23:44:09.244 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-09-03T23:44:10.446Z[ recovery-image] Sep 03 23:44:09.302 INFO O| Sep 03 23:44:09.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55122024-09-03T23:44:10.446Z[ recovery-image] Sep 03 23:44:09.302 INFO O| Sep 03 23:44:09.302 INFO STEP 500 (remove_files) COMPLETE
55132024-09-03T23:44:10.448Z[ recovery-image] Sep 03 23:44:09.302 INFO O| Sep 03 23:44:09.302 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-09-03T23:44:10.490Z[ recovery-image] Sep 03 23:44:09.345 INFO O| Sep 03 23:44:09.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55152024-09-03T23:44:10.490Z[ recovery-image] Sep 03 23:44:09.345 INFO O| Sep 03 23:44:09.345 INFO STEP 501 (remove_files) COMPLETE
55162024-09-03T23:44:10.493Z[ recovery-image] Sep 03 23:44:09.345 INFO O| Sep 03 23:44:09.345 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-09-03T23:44:10.508Z[ recovery-image] Sep 03 23:44:09.364 INFO O| Sep 03 23:44:09.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55182024-09-03T23:44:10.508Z[ recovery-image] Sep 03 23:44:09.364 INFO O| Sep 03 23:44:09.364 INFO STEP 502 (remove_files) COMPLETE
55192024-09-03T23:44:10.510Z[ recovery-image] Sep 03 23:44:09.364 INFO O| Sep 03 23:44:09.364 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-09-03T23:44:10.542Z[ recovery-image] Sep 03 23:44:09.397 INFO O| Sep 03 23:44:09.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55212024-09-03T23:44:10.542Z[ recovery-image] Sep 03 23:44:09.397 INFO O| Sep 03 23:44:09.397 INFO STEP 503 (remove_files) COMPLETE
55222024-09-03T23:44:10.543Z[ recovery-image] Sep 03 23:44:09.397 INFO O| Sep 03 23:44:09.397 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-09-03T23:44:10.579Z[ recovery-image] Sep 03 23:44:09.434 INFO O| Sep 03 23:44:09.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55242024-09-03T23:44:10.579Z[ recovery-image] Sep 03 23:44:09.434 INFO O| Sep 03 23:44:09.434 INFO STEP 504 (remove_files) COMPLETE
55252024-09-03T23:44:10.581Z[ recovery-image] Sep 03 23:44:09.434 INFO O| Sep 03 23:44:09.434 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-09-03T23:44:10.619Z[ recovery-image] Sep 03 23:44:09.474 INFO O| Sep 03 23:44:09.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55272024-09-03T23:44:10.619Z[ recovery-image] Sep 03 23:44:09.474 INFO O| Sep 03 23:44:09.474 INFO STEP 505 (remove_files) COMPLETE
55282024-09-03T23:44:10.619Z[ recovery-image] Sep 03 23:44:09.474 INFO O| Sep 03 23:44:09.474 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-09-03T23:44:10.645Z[ recovery-image] Sep 03 23:44:09.500 INFO O| Sep 03 23:44:09.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55302024-09-03T23:44:10.645Z[ recovery-image] Sep 03 23:44:09.500 INFO O| Sep 03 23:44:09.500 INFO STEP 506 (remove_files) COMPLETE
55312024-09-03T23:44:10.645Z[ recovery-image] Sep 03 23:44:09.500 INFO O| Sep 03 23:44:09.500 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-09-03T23:44:10.740Z[ recovery-image] Sep 03 23:44:09.595 INFO O| Sep 03 23:44:09.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55332024-09-03T23:44:10.740Z[ recovery-image] Sep 03 23:44:09.595 INFO O| Sep 03 23:44:09.595 INFO STEP 507 (remove_files) COMPLETE
55342024-09-03T23:44:10.740Z[ recovery-image] Sep 03 23:44:09.595 INFO O| Sep 03 23:44:09.595 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-09-03T23:44:10.772Z[ recovery-image] Sep 03 23:44:09.627 INFO O| Sep 03 23:44:09.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
55362024-09-03T23:44:10.772Z[ recovery-image] Sep 03 23:44:09.627 INFO O| Sep 03 23:44:09.627 INFO STEP 508 (remove_files) COMPLETE
55372024-09-03T23:44:10.772Z[ recovery-image] Sep 03 23:44:09.627 INFO O| Sep 03 23:44:09.627 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-09-03T23:44:10.797Z[ recovery-image] Sep 03 23:44:09.652 INFO O| Sep 03 23:44:09.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55392024-09-03T23:44:10.797Z[ recovery-image] Sep 03 23:44:09.652 INFO O| Sep 03 23:44:09.652 INFO STEP 509 (remove_files) COMPLETE
55402024-09-03T23:44:10.797Z[ recovery-image] Sep 03 23:44:09.652 INFO O| Sep 03 23:44:09.652 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-09-03T23:44:10.830Z[ recovery-image] Sep 03 23:44:09.684 INFO O| Sep 03 23:44:09.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55422024-09-03T23:44:10.830Z[ recovery-image] Sep 03 23:44:09.685 INFO O| Sep 03 23:44:09.684 INFO STEP 510 (remove_files) COMPLETE
55432024-09-03T23:44:10.830Z[ recovery-image] Sep 03 23:44:09.685 INFO O| Sep 03 23:44:09.685 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-09-03T23:44:11.865Z[ recovery-image] Sep 03 23:44:09.718 INFO O| Sep 03 23:44:09.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55452024-09-03T23:44:11.869Z[ recovery-image] Sep 03 23:44:09.718 INFO O| Sep 03 23:44:09.718 INFO STEP 511 (remove_files) COMPLETE
55462024-09-03T23:44:11.869Z[ recovery-image] Sep 03 23:44:09.718 INFO O| Sep 03 23:44:09.718 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-09-03T23:44:11.869Z[ recovery-image] Sep 03 23:44:09.736 INFO O| Sep 03 23:44:09.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
55482024-09-03T23:44:11.869Z[ recovery-image] Sep 03 23:44:09.736 INFO O| Sep 03 23:44:09.736 INFO STEP 512 (remove_files) COMPLETE
55492024-09-03T23:44:11.869Z[ recovery-image] Sep 03 23:44:09.737 INFO O| Sep 03 23:44:09.736 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-09-03T23:44:11.869Z[ recovery-image] Sep 03 23:44:09.769 INFO O| Sep 03 23:44:09.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
55512024-09-03T23:44:11.869Z[ recovery-image] Sep 03 23:44:09.769 INFO O| Sep 03 23:44:09.769 INFO STEP 513 (remove_files) COMPLETE
55522024-09-03T23:44:11.869Z[ recovery-image] Sep 03 23:44:09.769 INFO O| Sep 03 23:44:09.769 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-09-03T23:44:11.869Z[ recovery-image] Sep 03 23:44:09.805 INFO O| Sep 03 23:44:09.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
55542024-09-03T23:44:11.869Z[ recovery-image] Sep 03 23:44:09.805 INFO O| Sep 03 23:44:09.805 INFO STEP 514 (remove_files) COMPLETE
55552024-09-03T23:44:11.869Z[ recovery-image] Sep 03 23:44:09.805 INFO O| Sep 03 23:44:09.805 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-09-03T23:44:11.869Z[ recovery-image] Sep 03 23:44:09.825 INFO O| Sep 03 23:44:09.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
55572024-09-03T23:44:11.869Z[ recovery-image] Sep 03 23:44:09.825 INFO O| Sep 03 23:44:09.825 INFO STEP 515 (remove_files) COMPLETE
55582024-09-03T23:44:11.869Z[ recovery-image] Sep 03 23:44:09.825 INFO O| Sep 03 23:44:09.825 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:09.842 INFO O| Sep 03 23:44:09.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
55602024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:09.842 INFO O| Sep 03 23:44:09.842 INFO STEP 516 (remove_files) COMPLETE
55612024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:09.842 INFO O| Sep 03 23:44:09.842 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:09.859 INFO O| Sep 03 23:44:09.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
55632024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:09.859 INFO O| Sep 03 23:44:09.859 INFO STEP 517 (remove_files) COMPLETE
55642024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:09.859 INFO O| Sep 03 23:44:09.859 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:09.877 INFO O| Sep 03 23:44:09.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55662024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:09.877 INFO O| Sep 03 23:44:09.877 INFO STEP 518 (remove_files) COMPLETE
55672024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:09.877 INFO O| Sep 03 23:44:09.877 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:09.894 INFO O| Sep 03 23:44:09.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
55692024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:09.895 INFO O| Sep 03 23:44:09.895 INFO STEP 519 (remove_files) COMPLETE
55702024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:09.895 INFO O| Sep 03 23:44:09.895 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:09.936 INFO O| Sep 03 23:44:09.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
55722024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:09.936 INFO O| Sep 03 23:44:09.936 INFO STEP 520 (remove_files) COMPLETE
55732024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:09.936 INFO O| Sep 03 23:44:09.936 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:09.993 INFO O| Sep 03 23:44:09.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
55752024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.017 INFO O| Sep 03 23:44:10.017 INFO STEP 521 (remove_files) COMPLETE
55762024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.017 INFO O| Sep 03 23:44:10.017 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.078 INFO O| Sep 03 23:44:10.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
55782024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.078 INFO O| Sep 03 23:44:10.078 INFO STEP 522 (remove_files) COMPLETE
55792024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.078 INFO O| Sep 03 23:44:10.078 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.119 INFO O| Sep 03 23:44:10.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
55812024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.119 INFO O| Sep 03 23:44:10.119 INFO STEP 523 (remove_files) COMPLETE
55822024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.119 INFO O| Sep 03 23:44:10.119 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.183 INFO O| Sep 03 23:44:10.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
55842024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.183 INFO O| Sep 03 23:44:10.177 INFO STEP 524 (remove_files) COMPLETE
55852024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.183 INFO O| Sep 03 23:44:10.177 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.201 INFO O| Sep 03 23:44:10.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
55872024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.201 INFO O| Sep 03 23:44:10.201 INFO STEP 525 (remove_files) COMPLETE
55882024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.201 INFO O| Sep 03 23:44:10.201 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.238 INFO O| Sep 03 23:44:10.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
55902024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.238 INFO O| Sep 03 23:44:10.238 INFO STEP 526 (remove_files) COMPLETE
55912024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.238 INFO O| Sep 03 23:44:10.238 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-09-03T23:44:11.870Z[ host-image] Sep 03 23:44:10.277 INFO O| Sep 03 23:44:10.277 INFO O| Done
55932024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.301 INFO O| Sep 03 23:44:10.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
55942024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.301 INFO O| Sep 03 23:44:10.301 INFO STEP 527 (remove_files) COMPLETE
55952024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.301 INFO O| Sep 03 23:44:10.301 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.321 INFO O| Sep 03 23:44:10.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
55972024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.321 INFO O| Sep 03 23:44:10.321 INFO STEP 528 (remove_files) COMPLETE
55982024-09-03T23:44:11.870Z[ recovery-image] Sep 03 23:44:10.321 INFO O| Sep 03 23:44:10.321 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-09-03T23:44:11.871Z[ host-image] Sep 03 23:44:10.322 INFO O| Sep 03 23:44:10.322 INFO O| Done
56002024-09-03T23:44:11.871Z[ host-image] Sep 03 23:44:10.323 INFO O| Sep 03 23:44:10.323 INFO O| Done
56012024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.349 INFO O| Sep 03 23:44:10.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
56022024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.349 INFO O| Sep 03 23:44:10.349 INFO STEP 529 (remove_files) COMPLETE
56032024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.349 INFO O| Sep 03 23:44:10.349 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.395 INFO O| Sep 03 23:44:10.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56052024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.395 INFO O| Sep 03 23:44:10.395 INFO STEP 530 (remove_files) COMPLETE
56062024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.395 INFO O| Sep 03 23:44:10.395 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.413 INFO O| Sep 03 23:44:10.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56082024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.413 INFO O| Sep 03 23:44:10.413 INFO STEP 531 (remove_files) COMPLETE
56092024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.413 INFO O| Sep 03 23:44:10.413 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.429 INFO O| Sep 03 23:44:10.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56112024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.430 INFO O| Sep 03 23:44:10.430 INFO STEP 532 (remove_files) COMPLETE
56122024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.430 INFO O| Sep 03 23:44:10.430 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.447 INFO O| Sep 03 23:44:10.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56142024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.447 INFO O| Sep 03 23:44:10.447 INFO STEP 533 (remove_files) COMPLETE
56152024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.447 INFO O| Sep 03 23:44:10.447 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-09-03T23:44:11.871Z[ host-image] Sep 03 23:44:10.451 INFO O| Sep 03 23:44:10.451 INFO O| Done
56172024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.511 INFO O| Sep 03 23:44:10.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56182024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.511 INFO O| Sep 03 23:44:10.511 INFO STEP 534 (remove_files) COMPLETE
56192024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.511 INFO O| Sep 03 23:44:10.511 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.530 INFO O| Sep 03 23:44:10.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56212024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.530 INFO O| Sep 03 23:44:10.530 INFO STEP 535 (remove_files) COMPLETE
56222024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.530 INFO O| Sep 03 23:44:10.530 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.551 INFO O| Sep 03 23:44:10.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56242024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.551 INFO O| Sep 03 23:44:10.551 INFO STEP 536 (remove_files) COMPLETE
56252024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.551 INFO O| Sep 03 23:44:10.551 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.572 INFO O| Sep 03 23:44:10.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56272024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.573 INFO O| Sep 03 23:44:10.573 INFO STEP 537 (remove_files) COMPLETE
56282024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.573 INFO O| Sep 03 23:44:10.573 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.591 INFO O| Sep 03 23:44:10.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56302024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.591 INFO O| Sep 03 23:44:10.591 INFO STEP 538 (remove_files) COMPLETE
56312024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.591 INFO O| Sep 03 23:44:10.591 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.609 INFO O| Sep 03 23:44:10.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56332024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.609 INFO O| Sep 03 23:44:10.609 INFO STEP 539 (remove_files) COMPLETE
56342024-09-03T23:44:11.871Z[ recovery-image] Sep 03 23:44:10.609 INFO O| Sep 03 23:44:10.609 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-09-03T23:44:11.871Z[ host-image] Sep 03 23:44:10.637 INFO O| Sep 03 23:44:10.637 INFO STEP 13 (pkg_install) COMPLETE
56362024-09-03T23:44:11.871Z[ host-image] Sep 03 23:44:10.637 INFO O| Sep 03 23:44:10.637 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56372024-09-03T23:44:11.871Z[ host-image] Sep 03 23:44:10.653 INFO O| Sep 03 23:44:10.653 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
56382024-09-03T23:44:11.872Z[ recovery-image] Sep 03 23:44:10.671 INFO O| Sep 03 23:44:10.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56392024-09-03T23:44:11.872Z[ recovery-image] Sep 03 23:44:10.671 INFO O| Sep 03 23:44:10.671 INFO STEP 540 (remove_files) COMPLETE
56402024-09-03T23:44:11.872Z[ recovery-image] Sep 03 23:44:10.671 INFO O| Sep 03 23:44:10.671 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-09-03T23:44:11.872Z[ recovery-image] Sep 03 23:44:10.690 INFO O| Sep 03 23:44:10.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
56422024-09-03T23:44:11.872Z[ recovery-image] Sep 03 23:44:10.690 INFO O| Sep 03 23:44:10.690 INFO STEP 541 (remove_files) COMPLETE
56432024-09-03T23:44:11.872Z[ recovery-image] Sep 03 23:44:10.690 INFO O| Sep 03 23:44:10.690 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-09-03T23:44:11.872Z[ recovery-image] Sep 03 23:44:10.707 INFO O| Sep 03 23:44:10.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56452024-09-03T23:44:11.875Z[ recovery-image] Sep 03 23:44:10.707 INFO O| Sep 03 23:44:10.707 INFO STEP 542 (remove_files) COMPLETE
56462024-09-03T23:44:11.875Z[ recovery-image] Sep 03 23:44:10.707 INFO O| Sep 03 23:44:10.707 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-09-03T23:44:11.875Z[ recovery-image] Sep 03 23:44:10.724 INFO O| Sep 03 23:44:10.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56482024-09-03T23:44:11.875Z[ recovery-image] Sep 03 23:44:10.724 INFO O| Sep 03 23:44:10.724 INFO STEP 543 (remove_files) COMPLETE
56492024-09-03T23:44:11.875Z[ recovery-image] Sep 03 23:44:10.724 INFO O| Sep 03 23:44:10.724 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-09-03T23:44:11.886Z[ recovery-image] Sep 03 23:44:10.741 INFO O| Sep 03 23:44:10.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56512024-09-03T23:44:11.886Z[ recovery-image] Sep 03 23:44:10.741 INFO O| Sep 03 23:44:10.741 INFO STEP 544 (remove_files) COMPLETE
56522024-09-03T23:44:11.886Z[ recovery-image] Sep 03 23:44:10.741 INFO O| Sep 03 23:44:10.741 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-09-03T23:44:11.904Z[ recovery-image] Sep 03 23:44:10.759 INFO O| Sep 03 23:44:10.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
56542024-09-03T23:44:11.904Z[ recovery-image] Sep 03 23:44:10.760 INFO O| Sep 03 23:44:10.760 INFO STEP 545 (remove_files) COMPLETE
56552024-09-03T23:44:11.907Z[ recovery-image] Sep 03 23:44:10.760 INFO O| Sep 03 23:44:10.760 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-09-03T23:44:11.922Z[ recovery-image] Sep 03 23:44:10.777 INFO O| Sep 03 23:44:10.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
56572024-09-03T23:44:11.922Z[ recovery-image] Sep 03 23:44:10.778 INFO O| Sep 03 23:44:10.777 INFO STEP 546 (remove_files) COMPLETE
56582024-09-03T23:44:11.922Z[ recovery-image] Sep 03 23:44:10.778 INFO O| Sep 03 23:44:10.777 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-09-03T23:44:11.943Z[ recovery-image] Sep 03 23:44:10.798 INFO O| Sep 03 23:44:10.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
56602024-09-03T23:44:11.945Z[ recovery-image] Sep 03 23:44:10.798 INFO O| Sep 03 23:44:10.798 INFO STEP 547 (remove_files) COMPLETE
56612024-09-03T23:44:11.945Z[ recovery-image] Sep 03 23:44:10.798 INFO O| Sep 03 23:44:10.798 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-09-03T23:44:11.963Z[ recovery-image] Sep 03 23:44:10.818 INFO O| Sep 03 23:44:10.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
56632024-09-03T23:44:11.963Z[ recovery-image] Sep 03 23:44:10.818 INFO O| Sep 03 23:44:10.818 INFO STEP 548 (remove_files) COMPLETE
56642024-09-03T23:44:11.963Z[ recovery-image] Sep 03 23:44:10.818 INFO O| Sep 03 23:44:10.818 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-09-03T23:44:11.981Z[ recovery-image] Sep 03 23:44:10.836 INFO O| Sep 03 23:44:10.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
56662024-09-03T23:44:11.981Z[ recovery-image] Sep 03 23:44:10.837 INFO O| Sep 03 23:44:10.836 INFO STEP 549 (remove_files) COMPLETE
56672024-09-03T23:44:11.981Z[ recovery-image] Sep 03 23:44:10.837 INFO O| Sep 03 23:44:10.836 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-09-03T23:44:11.998Z[ recovery-image] Sep 03 23:44:10.854 INFO O| Sep 03 23:44:10.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
56692024-09-03T23:44:12.001Z[ recovery-image] Sep 03 23:44:10.854 INFO O| Sep 03 23:44:10.854 INFO STEP 550 (remove_files) COMPLETE
56702024-09-03T23:44:12.001Z[ recovery-image] Sep 03 23:44:10.854 INFO O| Sep 03 23:44:10.854 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-09-03T23:44:12.017Z[ recovery-image] Sep 03 23:44:10.872 INFO O| Sep 03 23:44:10.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56722024-09-03T23:44:12.019Z[ recovery-image] Sep 03 23:44:10.872 INFO O| Sep 03 23:44:10.872 INFO STEP 551 (remove_files) COMPLETE
56732024-09-03T23:44:12.019Z[ recovery-image] Sep 03 23:44:10.872 INFO O| Sep 03 23:44:10.872 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-09-03T23:44:12.037Z[ recovery-image] Sep 03 23:44:10.892 INFO O| Sep 03 23:44:10.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
56752024-09-03T23:44:12.040Z[ recovery-image] Sep 03 23:44:10.892 INFO O| Sep 03 23:44:10.892 INFO STEP 552 (remove_files) COMPLETE
56762024-09-03T23:44:12.040Z[ recovery-image] Sep 03 23:44:10.893 INFO O| Sep 03 23:44:10.892 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-09-03T23:44:12.056Z[ recovery-image] Sep 03 23:44:10.911 INFO O| Sep 03 23:44:10.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
56782024-09-03T23:44:12.058Z[ recovery-image] Sep 03 23:44:10.912 INFO O| Sep 03 23:44:10.912 INFO STEP 553 (remove_files) COMPLETE
56792024-09-03T23:44:12.059Z[ recovery-image] Sep 03 23:44:10.912 INFO O| Sep 03 23:44:10.912 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-09-03T23:44:12.075Z[ recovery-image] Sep 03 23:44:10.931 INFO O| Sep 03 23:44:10.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
56812024-09-03T23:44:12.078Z[ recovery-image] Sep 03 23:44:10.931 INFO O| Sep 03 23:44:10.931 INFO STEP 554 (remove_files) COMPLETE
56822024-09-03T23:44:12.078Z[ recovery-image] Sep 03 23:44:10.932 INFO O| Sep 03 23:44:10.932 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-09-03T23:44:12.115Z[ recovery-image] Sep 03 23:44:10.971 INFO O| Sep 03 23:44:10.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
56842024-09-03T23:44:12.118Z[ recovery-image] Sep 03 23:44:10.971 INFO O| Sep 03 23:44:10.971 INFO STEP 555 (remove_files) COMPLETE
56852024-09-03T23:44:12.118Z[ recovery-image] Sep 03 23:44:10.971 INFO O| Sep 03 23:44:10.971 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-09-03T23:44:12.137Z[ recovery-image] Sep 03 23:44:10.992 INFO O| Sep 03 23:44:10.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
56872024-09-03T23:44:12.137Z[ recovery-image] Sep 03 23:44:10.992 INFO O| Sep 03 23:44:10.992 INFO STEP 556 (remove_files) COMPLETE
56882024-09-03T23:44:12.137Z[ recovery-image] Sep 03 23:44:10.992 INFO O| Sep 03 23:44:10.992 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-09-03T23:44:12.157Z[ recovery-image] Sep 03 23:44:11.012 INFO O| Sep 03 23:44:11.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
56902024-09-03T23:44:12.157Z[ recovery-image] Sep 03 23:44:11.012 INFO O| Sep 03 23:44:11.012 INFO STEP 557 (remove_files) COMPLETE
56912024-09-03T23:44:12.157Z[ recovery-image] Sep 03 23:44:11.012 INFO O| Sep 03 23:44:11.012 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-09-03T23:44:12.176Z[ recovery-image] Sep 03 23:44:11.031 INFO O| Sep 03 23:44:11.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
56932024-09-03T23:44:12.176Z[ recovery-image] Sep 03 23:44:11.031 INFO O| Sep 03 23:44:11.031 INFO STEP 558 (remove_files) COMPLETE
56942024-09-03T23:44:12.178Z[ recovery-image] Sep 03 23:44:11.031 INFO O| Sep 03 23:44:11.031 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-09-03T23:44:12.194Z[ recovery-image] Sep 03 23:44:11.049 INFO O| Sep 03 23:44:11.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
56962024-09-03T23:44:12.194Z[ recovery-image] Sep 03 23:44:11.049 INFO O| Sep 03 23:44:11.049 INFO STEP 559 (remove_files) COMPLETE
56972024-09-03T23:44:12.194Z[ recovery-image] Sep 03 23:44:11.049 INFO O| Sep 03 23:44:11.049 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-09-03T23:44:12.209Z[ recovery-image] Sep 03 23:44:11.065 INFO O| Sep 03 23:44:11.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
56992024-09-03T23:44:12.209Z[ recovery-image] Sep 03 23:44:11.065 INFO O| Sep 03 23:44:11.065 INFO STEP 560 (remove_files) COMPLETE
57002024-09-03T23:44:12.209Z[ recovery-image] Sep 03 23:44:11.065 INFO O| Sep 03 23:44:11.065 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-09-03T23:44:12.239Z[ recovery-image] Sep 03 23:44:11.094 INFO O| Sep 03 23:44:11.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
57022024-09-03T23:44:12.239Z[ recovery-image] Sep 03 23:44:11.094 INFO O| Sep 03 23:44:11.094 INFO STEP 561 (remove_files) COMPLETE
57032024-09-03T23:44:12.239Z[ recovery-image] Sep 03 23:44:11.094 INFO O| Sep 03 23:44:11.094 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-09-03T23:44:12.259Z[ recovery-image] Sep 03 23:44:11.114 INFO O| Sep 03 23:44:11.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
57052024-09-03T23:44:12.259Z[ recovery-image] Sep 03 23:44:11.114 INFO O| Sep 03 23:44:11.114 INFO STEP 562 (remove_files) COMPLETE
57062024-09-03T23:44:12.259Z[ recovery-image] Sep 03 23:44:11.114 INFO O| Sep 03 23:44:11.114 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-09-03T23:44:12.278Z[ recovery-image] Sep 03 23:44:11.133 INFO O| Sep 03 23:44:11.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
57082024-09-03T23:44:12.278Z[ recovery-image] Sep 03 23:44:11.133 INFO O| Sep 03 23:44:11.133 INFO STEP 563 (remove_files) COMPLETE
57092024-09-03T23:44:12.278Z[ recovery-image] Sep 03 23:44:11.133 INFO O| Sep 03 23:44:11.133 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-09-03T23:44:12.322Z[ recovery-image] Sep 03 23:44:11.177 INFO O| Sep 03 23:44:11.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57112024-09-03T23:44:12.324Z[ recovery-image] Sep 03 23:44:11.178 INFO O| Sep 03 23:44:11.178 INFO STEP 564 (remove_files) COMPLETE
57122024-09-03T23:44:12.324Z[ recovery-image] Sep 03 23:44:11.178 INFO O| Sep 03 23:44:11.178 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-09-03T23:44:12.341Z[ recovery-image] Sep 03 23:44:11.197 INFO O| Sep 03 23:44:11.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57142024-09-03T23:44:12.341Z[ recovery-image] Sep 03 23:44:11.197 INFO O| Sep 03 23:44:11.197 INFO STEP 565 (remove_files) COMPLETE
57152024-09-03T23:44:12.341Z[ recovery-image] Sep 03 23:44:11.197 INFO O| Sep 03 23:44:11.197 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-09-03T23:44:12.361Z[ recovery-image] Sep 03 23:44:11.217 INFO O| Sep 03 23:44:11.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57172024-09-03T23:44:12.361Z[ recovery-image] Sep 03 23:44:11.217 INFO O| Sep 03 23:44:11.217 INFO STEP 566 (remove_files) COMPLETE
57182024-09-03T23:44:12.361Z[ recovery-image] Sep 03 23:44:11.217 INFO O| Sep 03 23:44:11.217 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-09-03T23:44:12.396Z[ recovery-image] Sep 03 23:44:11.251 INFO O| Sep 03 23:44:11.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57202024-09-03T23:44:12.396Z[ recovery-image] Sep 03 23:44:11.251 INFO O| Sep 03 23:44:11.251 INFO STEP 567 (remove_files) COMPLETE
57212024-09-03T23:44:12.396Z[ recovery-image] Sep 03 23:44:11.251 INFO O| Sep 03 23:44:11.251 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-09-03T23:44:12.427Z[ recovery-image] Sep 03 23:44:11.282 INFO O| Sep 03 23:44:11.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57232024-09-03T23:44:12.427Z[ recovery-image] Sep 03 23:44:11.282 INFO O| Sep 03 23:44:11.282 INFO STEP 568 (remove_files) COMPLETE
57242024-09-03T23:44:12.427Z[ recovery-image] Sep 03 23:44:11.282 INFO O| Sep 03 23:44:11.282 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-09-03T23:44:12.462Z[ recovery-image] Sep 03 23:44:11.318 INFO O| Sep 03 23:44:11.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57262024-09-03T23:44:12.462Z[ recovery-image] Sep 03 23:44:11.318 INFO O| Sep 03 23:44:11.318 INFO STEP 569 (remove_files) COMPLETE
57272024-09-03T23:44:12.465Z[ recovery-image] Sep 03 23:44:11.318 INFO O| Sep 03 23:44:11.318 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-09-03T23:44:12.511Z[ recovery-image] Sep 03 23:44:11.366 INFO O| Sep 03 23:44:11.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57292024-09-03T23:44:12.511Z[ recovery-image] Sep 03 23:44:11.366 INFO O| Sep 03 23:44:11.366 INFO STEP 570 (remove_files) COMPLETE
57302024-09-03T23:44:12.511Z[ recovery-image] Sep 03 23:44:11.366 INFO O| Sep 03 23:44:11.366 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-09-03T23:44:12.551Z[ recovery-image] Sep 03 23:44:11.407 INFO O| Sep 03 23:44:11.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57322024-09-03T23:44:12.551Z[ recovery-image] Sep 03 23:44:11.407 INFO O| Sep 03 23:44:11.407 INFO STEP 571 (remove_files) COMPLETE
57332024-09-03T23:44:12.551Z[ recovery-image] Sep 03 23:44:11.407 INFO O| Sep 03 23:44:11.407 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-09-03T23:44:12.594Z[ recovery-image] Sep 03 23:44:11.450 INFO O| Sep 03 23:44:11.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57352024-09-03T23:44:12.594Z[ recovery-image] Sep 03 23:44:11.450 INFO O| Sep 03 23:44:11.450 INFO STEP 572 (remove_files) COMPLETE
57362024-09-03T23:44:12.594Z[ recovery-image] Sep 03 23:44:11.450 INFO O| Sep 03 23:44:11.450 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-09-03T23:44:12.820Z[ recovery-image] Sep 03 23:44:11.675 INFO O| Sep 03 23:44:11.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57382024-09-03T23:44:12.820Z[ recovery-image] Sep 03 23:44:11.675 INFO O| Sep 03 23:44:11.675 INFO STEP 573 (remove_files) COMPLETE
57392024-09-03T23:44:12.823Z[ recovery-image] Sep 03 23:44:11.675 INFO O| Sep 03 23:44:11.675 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-09-03T23:44:12.900Z[ recovery-image] Sep 03 23:44:11.755 INFO O| Sep 03 23:44:11.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57412024-09-03T23:44:12.900Z[ recovery-image] Sep 03 23:44:11.755 INFO O| Sep 03 23:44:11.755 INFO STEP 574 (remove_files) COMPLETE
57422024-09-03T23:44:12.900Z[ recovery-image] Sep 03 23:44:11.755 INFO O| Sep 03 23:44:11.755 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-09-03T23:44:12.937Z[ recovery-image] Sep 03 23:44:11.792 INFO O| Sep 03 23:44:11.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57442024-09-03T23:44:12.937Z[ recovery-image] Sep 03 23:44:11.792 INFO O| Sep 03 23:44:11.792 INFO STEP 575 (remove_files) COMPLETE
57452024-09-03T23:44:12.937Z[ recovery-image] Sep 03 23:44:11.792 INFO O| Sep 03 23:44:11.792 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-09-03T23:44:12.979Z[ recovery-image] Sep 03 23:44:11.833 INFO O| Sep 03 23:44:11.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57472024-09-03T23:44:12.979Z[ recovery-image] Sep 03 23:44:11.834 INFO O| Sep 03 23:44:11.833 INFO STEP 576 (remove_files) COMPLETE
57482024-09-03T23:44:12.979Z[ recovery-image] Sep 03 23:44:11.834 INFO O| Sep 03 23:44:11.834 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-09-03T23:44:12.996Z[ recovery-image] Sep 03 23:44:11.852 INFO O| Sep 03 23:44:11.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57502024-09-03T23:44:12.997Z[ recovery-image] Sep 03 23:44:11.852 INFO O| Sep 03 23:44:11.852 INFO STEP 577 (remove_files) COMPLETE
57512024-09-03T23:44:12.997Z[ recovery-image] Sep 03 23:44:11.852 INFO O| Sep 03 23:44:11.852 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-09-03T23:44:13.015Z[ recovery-image] Sep 03 23:44:11.870 INFO O| Sep 03 23:44:11.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
57532024-09-03T23:44:13.015Z[ recovery-image] Sep 03 23:44:11.871 INFO O| Sep 03 23:44:11.870 INFO STEP 578 (remove_files) COMPLETE
57542024-09-03T23:44:13.017Z[ recovery-image] Sep 03 23:44:11.871 INFO O| Sep 03 23:44:11.870 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-09-03T23:44:13.033Z[ recovery-image] Sep 03 23:44:11.889 INFO O| Sep 03 23:44:11.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
57562024-09-03T23:44:13.033Z[ recovery-image] Sep 03 23:44:11.889 INFO O| Sep 03 23:44:11.889 INFO STEP 579 (remove_files) COMPLETE
57572024-09-03T23:44:13.033Z[ recovery-image] Sep 03 23:44:11.889 INFO O| Sep 03 23:44:11.889 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-09-03T23:44:13.073Z[ recovery-image] Sep 03 23:44:11.928 INFO O| Sep 03 23:44:11.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
57592024-09-03T23:44:13.076Z[ recovery-image] Sep 03 23:44:11.929 INFO O| Sep 03 23:44:11.929 INFO STEP 580 (remove_files) COMPLETE
57602024-09-03T23:44:13.076Z[ recovery-image] Sep 03 23:44:11.929 INFO O| Sep 03 23:44:11.929 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-09-03T23:44:13.136Z[ recovery-image] Sep 03 23:44:11.991 INFO O| Sep 03 23:44:11.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
57622024-09-03T23:44:13.138Z[ recovery-image] Sep 03 23:44:11.991 INFO O| Sep 03 23:44:11.991 INFO STEP 581 (remove_files) COMPLETE
57632024-09-03T23:44:13.138Z[ recovery-image] Sep 03 23:44:11.991 INFO O| Sep 03 23:44:11.991 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-09-03T23:44:13.157Z[ recovery-image] Sep 03 23:44:12.013 INFO O| Sep 03 23:44:12.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
57652024-09-03T23:44:13.160Z[ recovery-image] Sep 03 23:44:12.013 INFO O| Sep 03 23:44:12.013 INFO STEP 582 (remove_files) COMPLETE
57662024-09-03T23:44:13.160Z[ recovery-image] Sep 03 23:44:12.013 INFO O| Sep 03 23:44:12.013 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-09-03T23:44:13.176Z[ recovery-image] Sep 03 23:44:12.032 INFO O| Sep 03 23:44:12.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
57682024-09-03T23:44:13.179Z[ recovery-image] Sep 03 23:44:12.032 INFO O| Sep 03 23:44:12.032 INFO STEP 583 (remove_files) COMPLETE
57692024-09-03T23:44:13.179Z[ recovery-image] Sep 03 23:44:12.032 INFO O| Sep 03 23:44:12.032 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-09-03T23:44:13.211Z[ host-image] Sep 03 23:44:12.066 INFO O| Sep 03 23:44:12.066 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
57712024-09-03T23:44:13.214Z[ recovery-image] Sep 03 23:44:12.069 INFO O| Sep 03 23:44:12.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57722024-09-03T23:44:13.216Z[ recovery-image] Sep 03 23:44:12.069 INFO O| Sep 03 23:44:12.069 INFO STEP 584 (remove_files) COMPLETE
57732024-09-03T23:44:13.216Z[ recovery-image] Sep 03 23:44:12.069 INFO O| Sep 03 23:44:12.069 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-09-03T23:44:13.248Z[ recovery-image] Sep 03 23:44:12.104 INFO O| Sep 03 23:44:12.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
57752024-09-03T23:44:13.248Z[ recovery-image] Sep 03 23:44:12.104 INFO O| Sep 03 23:44:12.104 INFO STEP 585 (remove_files) COMPLETE
57762024-09-03T23:44:13.248Z[ recovery-image] Sep 03 23:44:12.104 INFO O| Sep 03 23:44:12.104 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-09-03T23:44:13.285Z[ recovery-image] Sep 03 23:44:12.141 INFO O| Sep 03 23:44:12.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
57782024-09-03T23:44:13.285Z[ recovery-image] Sep 03 23:44:12.141 INFO O| Sep 03 23:44:12.141 INFO STEP 586 (remove_files) COMPLETE
57792024-09-03T23:44:13.285Z[ recovery-image] Sep 03 23:44:12.141 INFO O| Sep 03 23:44:12.141 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-09-03T23:44:13.334Z[ recovery-image] Sep 03 23:44:12.189 INFO O| Sep 03 23:44:12.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
57812024-09-03T23:44:13.337Z[ recovery-image] Sep 03 23:44:12.190 INFO O| Sep 03 23:44:12.190 INFO STEP 587 (remove_files) COMPLETE
57822024-09-03T23:44:13.337Z[ recovery-image] Sep 03 23:44:12.190 INFO O| Sep 03 23:44:12.190 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-09-03T23:44:13.353Z[ recovery-image] Sep 03 23:44:12.209 INFO O| Sep 03 23:44:12.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
57842024-09-03T23:44:13.353Z[ recovery-image] Sep 03 23:44:12.209 INFO O| Sep 03 23:44:12.209 INFO STEP 588 (remove_files) COMPLETE
57852024-09-03T23:44:13.353Z[ recovery-image] Sep 03 23:44:12.209 INFO O| Sep 03 23:44:12.209 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-09-03T23:44:13.383Z[ recovery-image] Sep 03 23:44:12.237 INFO O| Sep 03 23:44:12.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
57872024-09-03T23:44:13.383Z[ recovery-image] Sep 03 23:44:12.237 INFO O| Sep 03 23:44:12.237 INFO STEP 589 (remove_files) COMPLETE
57882024-09-03T23:44:13.383Z[ recovery-image] Sep 03 23:44:12.237 INFO O| Sep 03 23:44:12.237 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-09-03T23:44:13.426Z[ recovery-image] Sep 03 23:44:12.281 INFO O| Sep 03 23:44:12.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
57902024-09-03T23:44:13.428Z[ recovery-image] Sep 03 23:44:12.281 INFO O| Sep 03 23:44:12.281 INFO STEP 590 (remove_files) COMPLETE
57912024-09-03T23:44:13.428Z[ recovery-image] Sep 03 23:44:12.281 INFO O| Sep 03 23:44:12.281 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-09-03T23:44:13.446Z[ recovery-image] Sep 03 23:44:12.302 INFO O| Sep 03 23:44:12.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
57932024-09-03T23:44:13.449Z[ recovery-image] Sep 03 23:44:12.302 INFO O| Sep 03 23:44:12.302 INFO STEP 591 (remove_files) COMPLETE
57942024-09-03T23:44:13.449Z[ recovery-image] Sep 03 23:44:12.302 INFO O| Sep 03 23:44:12.302 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-09-03T23:44:13.489Z[ recovery-image] Sep 03 23:44:12.344 INFO O| Sep 03 23:44:12.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
57962024-09-03T23:44:13.489Z[ recovery-image] Sep 03 23:44:12.344 INFO O| Sep 03 23:44:12.344 INFO STEP 592 (remove_files) COMPLETE
57972024-09-03T23:44:13.491Z[ recovery-image] Sep 03 23:44:12.344 INFO O| Sep 03 23:44:12.344 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-09-03T23:44:13.529Z[ recovery-image] Sep 03 23:44:12.385 INFO O| Sep 03 23:44:12.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
57992024-09-03T23:44:13.532Z[ recovery-image] Sep 03 23:44:12.385 INFO O| Sep 03 23:44:12.385 INFO STEP 593 (remove_files) COMPLETE
58002024-09-03T23:44:13.532Z[ recovery-image] Sep 03 23:44:12.385 INFO O| Sep 03 23:44:12.385 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-09-03T23:44:13.550Z[ recovery-image] Sep 03 23:44:12.405 INFO O| Sep 03 23:44:12.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
58022024-09-03T23:44:13.550Z[ recovery-image] Sep 03 23:44:12.405 INFO O| Sep 03 23:44:12.405 INFO STEP 594 (remove_files) COMPLETE
58032024-09-03T23:44:13.550Z[ recovery-image] Sep 03 23:44:12.405 INFO O| Sep 03 23:44:12.405 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-09-03T23:44:13.569Z[ recovery-image] Sep 03 23:44:12.425 INFO O| Sep 03 23:44:12.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
58052024-09-03T23:44:13.569Z[ recovery-image] Sep 03 23:44:12.425 INFO O| Sep 03 23:44:12.425 INFO STEP 595 (remove_files) COMPLETE
58062024-09-03T23:44:13.569Z[ recovery-image] Sep 03 23:44:12.425 INFO O| Sep 03 23:44:12.425 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-09-03T23:44:13.610Z[ recovery-image] Sep 03 23:44:12.466 INFO O| Sep 03 23:44:12.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
58082024-09-03T23:44:13.611Z[ recovery-image] Sep 03 23:44:12.466 INFO O| Sep 03 23:44:12.466 INFO STEP 596 (remove_files) COMPLETE
58092024-09-03T23:44:13.611Z[ recovery-image] Sep 03 23:44:12.466 INFO O| Sep 03 23:44:12.466 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-09-03T23:44:13.632Z[ recovery-image] Sep 03 23:44:12.487 INFO O| Sep 03 23:44:12.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58112024-09-03T23:44:13.632Z[ recovery-image] Sep 03 23:44:12.487 INFO O| Sep 03 23:44:12.487 INFO STEP 597 (remove_files) COMPLETE
58122024-09-03T23:44:13.632Z[ recovery-image] Sep 03 23:44:12.488 INFO O| Sep 03 23:44:12.487 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-09-03T23:44:13.654Z[ recovery-image] Sep 03 23:44:12.510 INFO O| Sep 03 23:44:12.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58142024-09-03T23:44:13.654Z[ recovery-image] Sep 03 23:44:12.510 INFO O| Sep 03 23:44:12.510 INFO STEP 598 (remove_files) COMPLETE
58152024-09-03T23:44:13.654Z[ recovery-image] Sep 03 23:44:12.510 INFO O| Sep 03 23:44:12.510 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-09-03T23:44:13.678Z[ recovery-image] Sep 03 23:44:12.534 INFO O| Sep 03 23:44:12.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58172024-09-03T23:44:13.678Z[ recovery-image] Sep 03 23:44:12.534 INFO O| Sep 03 23:44:12.534 INFO STEP 599 (remove_files) COMPLETE
58182024-09-03T23:44:13.678Z[ recovery-image] Sep 03 23:44:12.534 INFO O| Sep 03 23:44:12.534 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-09-03T23:44:13.698Z[ recovery-image] Sep 03 23:44:12.553 INFO O| Sep 03 23:44:12.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58202024-09-03T23:44:13.698Z[ recovery-image] Sep 03 23:44:12.553 INFO O| Sep 03 23:44:12.553 INFO STEP 600 (remove_files) COMPLETE
58212024-09-03T23:44:13.700Z[ recovery-image] Sep 03 23:44:12.553 INFO O| Sep 03 23:44:12.553 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-09-03T23:44:13.718Z[ recovery-image] Sep 03 23:44:12.573 INFO O| Sep 03 23:44:12.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58232024-09-03T23:44:13.720Z[ recovery-image] Sep 03 23:44:12.573 INFO O| Sep 03 23:44:12.573 INFO STEP 601 (remove_files) COMPLETE
58242024-09-03T23:44:13.720Z[ recovery-image] Sep 03 23:44:12.574 INFO O| Sep 03 23:44:12.573 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-09-03T23:44:13.749Z[ recovery-image] Sep 03 23:44:12.605 INFO O| Sep 03 23:44:12.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58262024-09-03T23:44:13.762Z[ recovery-image] Sep 03 23:44:12.618 INFO O| Sep 03 23:44:12.618 INFO STEP 602 (remove_files) COMPLETE
58272024-09-03T23:44:13.762Z[ recovery-image] Sep 03 23:44:12.618 INFO O| Sep 03 23:44:12.618 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-09-03T23:44:13.795Z[ recovery-image] Sep 03 23:44:12.650 INFO O| Sep 03 23:44:12.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58292024-09-03T23:44:13.795Z[ recovery-image] Sep 03 23:44:12.650 INFO O| Sep 03 23:44:12.650 INFO STEP 603 (remove_files) COMPLETE
58302024-09-03T23:44:13.797Z[ recovery-image] Sep 03 23:44:12.650 INFO O| Sep 03 23:44:12.650 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-09-03T23:44:13.816Z[ recovery-image] Sep 03 23:44:12.671 INFO O| Sep 03 23:44:12.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58322024-09-03T23:44:13.816Z[ recovery-image] Sep 03 23:44:12.671 INFO O| Sep 03 23:44:12.671 INFO STEP 604 (remove_files) COMPLETE
58332024-09-03T23:44:13.816Z[ recovery-image] Sep 03 23:44:12.671 INFO O| Sep 03 23:44:12.671 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-09-03T23:44:13.846Z[ recovery-image] Sep 03 23:44:12.701 INFO O| Sep 03 23:44:12.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58352024-09-03T23:44:13.848Z[ recovery-image] Sep 03 23:44:12.701 INFO O| Sep 03 23:44:12.701 INFO STEP 605 (remove_files) COMPLETE
58362024-09-03T23:44:13.848Z[ recovery-image] Sep 03 23:44:12.702 INFO O| Sep 03 23:44:12.701 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-09-03T23:44:13.904Z[ recovery-image] Sep 03 23:44:12.760 INFO O| Sep 03 23:44:12.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
58382024-09-03T23:44:13.908Z[ recovery-image] Sep 03 23:44:12.760 INFO O| Sep 03 23:44:12.760 INFO STEP 606 (remove_files) COMPLETE
58392024-09-03T23:44:13.908Z[ recovery-image] Sep 03 23:44:12.760 INFO O| Sep 03 23:44:12.760 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-09-03T23:44:13.927Z[ recovery-image] Sep 03 23:44:12.782 INFO O| Sep 03 23:44:12.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
58412024-09-03T23:44:13.927Z[ recovery-image] Sep 03 23:44:12.782 INFO O| Sep 03 23:44:12.782 INFO STEP 607 (remove_files) COMPLETE
58422024-09-03T23:44:13.927Z[ recovery-image] Sep 03 23:44:12.782 INFO O| Sep 03 23:44:12.782 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-09-03T23:44:13.986Z[ recovery-image] Sep 03 23:44:12.842 INFO O| Sep 03 23:44:12.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58442024-09-03T23:44:13.986Z[ recovery-image] Sep 03 23:44:12.842 INFO O| Sep 03 23:44:12.842 INFO STEP 608 (remove_files) COMPLETE
58452024-09-03T23:44:13.986Z[ recovery-image] Sep 03 23:44:12.842 INFO O| Sep 03 23:44:12.842 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-09-03T23:44:14.038Z[ recovery-image] Sep 03 23:44:12.893 INFO O| Sep 03 23:44:12.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58472024-09-03T23:44:14.038Z[ recovery-image] Sep 03 23:44:12.893 INFO O| Sep 03 23:44:12.893 INFO STEP 609 (remove_files) COMPLETE
58482024-09-03T23:44:14.038Z[ recovery-image] Sep 03 23:44:12.893 INFO O| Sep 03 23:44:12.893 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-09-03T23:44:14.075Z[ recovery-image] Sep 03 23:44:12.930 INFO O| Sep 03 23:44:12.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58502024-09-03T23:44:14.075Z[ recovery-image] Sep 03 23:44:12.930 INFO O| Sep 03 23:44:12.930 INFO STEP 610 (remove_files) COMPLETE
58512024-09-03T23:44:14.078Z[ recovery-image] Sep 03 23:44:12.930 INFO O| Sep 03 23:44:12.930 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-09-03T23:44:14.112Z[ recovery-image] Sep 03 23:44:12.967 INFO O| Sep 03 23:44:12.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
58532024-09-03T23:44:14.112Z[ recovery-image] Sep 03 23:44:12.967 INFO O| Sep 03 23:44:12.967 INFO STEP 611 (remove_files) COMPLETE
58542024-09-03T23:44:14.112Z[ recovery-image] Sep 03 23:44:12.967 INFO O| Sep 03 23:44:12.967 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-09-03T23:44:14.168Z[ recovery-image] Sep 03 23:44:13.023 INFO O| Sep 03 23:44:13.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
58562024-09-03T23:44:14.168Z[ recovery-image] Sep 03 23:44:13.023 INFO O| Sep 03 23:44:13.023 INFO STEP 612 (remove_files) COMPLETE
58572024-09-03T23:44:14.168Z[ recovery-image] Sep 03 23:44:13.023 INFO O| Sep 03 23:44:13.023 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-09-03T23:44:14.189Z[ recovery-image] Sep 03 23:44:13.044 INFO O| Sep 03 23:44:13.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
58592024-09-03T23:44:14.189Z[ recovery-image] Sep 03 23:44:13.044 INFO O| Sep 03 23:44:13.044 INFO STEP 613 (remove_files) COMPLETE
58602024-09-03T23:44:14.189Z[ recovery-image] Sep 03 23:44:13.044 INFO O| Sep 03 23:44:13.044 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-09-03T23:44:14.247Z[ recovery-image] Sep 03 23:44:13.102 INFO O| Sep 03 23:44:13.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
58622024-09-03T23:44:14.247Z[ recovery-image] Sep 03 23:44:13.102 INFO O| Sep 03 23:44:13.102 INFO STEP 614 (remove_files) COMPLETE
58632024-09-03T23:44:14.249Z[ recovery-image] Sep 03 23:44:13.102 INFO O| Sep 03 23:44:13.102 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-09-03T23:44:14.265Z[ recovery-image] Sep 03 23:44:13.121 INFO O| Sep 03 23:44:13.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
58652024-09-03T23:44:14.265Z[ recovery-image] Sep 03 23:44:13.121 INFO O| Sep 03 23:44:13.121 INFO STEP 615 (remove_files) COMPLETE
58662024-09-03T23:44:14.265Z[ recovery-image] Sep 03 23:44:13.121 INFO O| Sep 03 23:44:13.121 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-09-03T23:44:14.284Z[ recovery-image] Sep 03 23:44:13.139 INFO O| Sep 03 23:44:13.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
58682024-09-03T23:44:14.284Z[ recovery-image] Sep 03 23:44:13.139 INFO O| Sep 03 23:44:13.139 INFO STEP 616 (remove_files) COMPLETE
58692024-09-03T23:44:14.287Z[ recovery-image] Sep 03 23:44:13.139 INFO O| Sep 03 23:44:13.139 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-09-03T23:44:14.316Z[ recovery-image] Sep 03 23:44:13.171 INFO O| Sep 03 23:44:13.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
58712024-09-03T23:44:14.316Z[ recovery-image] Sep 03 23:44:13.171 INFO O| Sep 03 23:44:13.171 INFO STEP 617 (remove_files) COMPLETE
58722024-09-03T23:44:14.318Z[ recovery-image] Sep 03 23:44:13.171 INFO O| Sep 03 23:44:13.171 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-09-03T23:44:14.351Z[ recovery-image] Sep 03 23:44:13.206 INFO O| Sep 03 23:44:13.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
58742024-09-03T23:44:14.351Z[ recovery-image] Sep 03 23:44:13.206 INFO O| Sep 03 23:44:13.206 INFO STEP 618 (remove_files) COMPLETE
58752024-09-03T23:44:14.351Z[ recovery-image] Sep 03 23:44:13.206 INFO O| Sep 03 23:44:13.206 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-09-03T23:44:14.388Z[ recovery-image] Sep 03 23:44:13.243 INFO O| Sep 03 23:44:13.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
58772024-09-03T23:44:14.388Z[ recovery-image] Sep 03 23:44:13.243 INFO O| Sep 03 23:44:13.243 INFO STEP 619 (remove_files) COMPLETE
58782024-09-03T23:44:14.391Z[ recovery-image] Sep 03 23:44:13.243 INFO O| Sep 03 23:44:13.243 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-09-03T23:44:14.431Z[ recovery-image] Sep 03 23:44:13.286 INFO O| Sep 03 23:44:13.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
58802024-09-03T23:44:14.431Z[ recovery-image] Sep 03 23:44:13.286 INFO O| Sep 03 23:44:13.286 INFO STEP 620 (remove_files) COMPLETE
58812024-09-03T23:44:14.431Z[ recovery-image] Sep 03 23:44:13.286 INFO O| Sep 03 23:44:13.286 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-09-03T23:44:14.453Z[ recovery-image] Sep 03 23:44:13.308 INFO O| Sep 03 23:44:13.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
58832024-09-03T23:44:14.453Z[ recovery-image] Sep 03 23:44:13.308 INFO O| Sep 03 23:44:13.308 INFO STEP 621 (remove_files) COMPLETE
58842024-09-03T23:44:14.453Z[ recovery-image] Sep 03 23:44:13.308 INFO O| Sep 03 23:44:13.308 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-09-03T23:44:14.476Z[ recovery-image] Sep 03 23:44:13.331 INFO O| Sep 03 23:44:13.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
58862024-09-03T23:44:14.476Z[ recovery-image] Sep 03 23:44:13.332 INFO O| Sep 03 23:44:13.331 INFO STEP 622 (remove_files) COMPLETE
58872024-09-03T23:44:14.476Z[ recovery-image] Sep 03 23:44:13.332 INFO O| Sep 03 23:44:13.332 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-09-03T23:44:14.495Z[ recovery-image] Sep 03 23:44:13.350 INFO O| Sep 03 23:44:13.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
58892024-09-03T23:44:14.495Z[ recovery-image] Sep 03 23:44:13.350 INFO O| Sep 03 23:44:13.350 INFO STEP 623 (remove_files) COMPLETE
58902024-09-03T23:44:14.495Z[ recovery-image] Sep 03 23:44:13.350 INFO O| Sep 03 23:44:13.350 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-09-03T23:44:14.514Z[ recovery-image] Sep 03 23:44:13.369 INFO O| Sep 03 23:44:13.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
58922024-09-03T23:44:14.514Z[ recovery-image] Sep 03 23:44:13.369 INFO O| Sep 03 23:44:13.369 INFO STEP 624 (remove_files) COMPLETE
58932024-09-03T23:44:14.516Z[ recovery-image] Sep 03 23:44:13.369 INFO O| Sep 03 23:44:13.369 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-09-03T23:44:14.549Z[ recovery-image] Sep 03 23:44:13.404 INFO O| Sep 03 23:44:13.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
58952024-09-03T23:44:14.549Z[ recovery-image] Sep 03 23:44:13.404 INFO O| Sep 03 23:44:13.404 INFO STEP 625 (remove_files) COMPLETE
58962024-09-03T23:44:14.549Z[ recovery-image] Sep 03 23:44:13.404 INFO O| Sep 03 23:44:13.404 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-09-03T23:44:14.569Z[ recovery-image] Sep 03 23:44:13.423 INFO O| Sep 03 23:44:13.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
58982024-09-03T23:44:14.569Z[ recovery-image] Sep 03 23:44:13.424 INFO O| Sep 03 23:44:13.423 INFO STEP 626 (remove_files) COMPLETE
58992024-09-03T23:44:14.569Z[ recovery-image] Sep 03 23:44:13.424 INFO O| Sep 03 23:44:13.424 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-09-03T23:44:14.588Z[ recovery-image] Sep 03 23:44:13.442 INFO O| Sep 03 23:44:13.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
59012024-09-03T23:44:14.588Z[ recovery-image] Sep 03 23:44:13.442 INFO O| Sep 03 23:44:13.442 INFO STEP 627 (remove_files) COMPLETE
59022024-09-03T23:44:14.588Z[ recovery-image] Sep 03 23:44:13.443 INFO O| Sep 03 23:44:13.442 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-09-03T23:44:14.611Z[ recovery-image] Sep 03 23:44:13.466 INFO O| Sep 03 23:44:13.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
59042024-09-03T23:44:14.611Z[ recovery-image] Sep 03 23:44:13.466 INFO O| Sep 03 23:44:13.466 INFO STEP 628 (remove_files) COMPLETE
59052024-09-03T23:44:14.613Z[ recovery-image] Sep 03 23:44:13.466 INFO O| Sep 03 23:44:13.466 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-09-03T23:44:14.634Z[ recovery-image] Sep 03 23:44:13.489 INFO O| Sep 03 23:44:13.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
59072024-09-03T23:44:14.634Z[ recovery-image] Sep 03 23:44:13.489 INFO O| Sep 03 23:44:13.489 INFO STEP 629 (remove_files) COMPLETE
59082024-09-03T23:44:14.636Z[ recovery-image] Sep 03 23:44:13.489 INFO O| Sep 03 23:44:13.489 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-09-03T23:44:14.666Z[ recovery-image] Sep 03 23:44:13.521 INFO O| Sep 03 23:44:13.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59102024-09-03T23:44:14.666Z[ recovery-image] Sep 03 23:44:13.521 INFO O| Sep 03 23:44:13.521 INFO STEP 630 (remove_files) COMPLETE
59112024-09-03T23:44:14.666Z[ recovery-image] Sep 03 23:44:13.521 INFO O| Sep 03 23:44:13.521 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-09-03T23:44:14.695Z[ recovery-image] Sep 03 23:44:13.550 INFO O| Sep 03 23:44:13.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59132024-09-03T23:44:14.695Z[ recovery-image] Sep 03 23:44:13.550 INFO O| Sep 03 23:44:13.550 INFO STEP 631 (remove_files) COMPLETE
59142024-09-03T23:44:14.697Z[ recovery-image] Sep 03 23:44:13.550 INFO O| Sep 03 23:44:13.550 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-09-03T23:44:14.731Z[ recovery-image] Sep 03 23:44:13.586 INFO O| Sep 03 23:44:13.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59162024-09-03T23:44:14.734Z[ recovery-image] Sep 03 23:44:13.586 INFO O| Sep 03 23:44:13.586 INFO STEP 632 (remove_files) COMPLETE
59172024-09-03T23:44:14.734Z[ recovery-image] Sep 03 23:44:13.586 INFO O| Sep 03 23:44:13.586 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-09-03T23:44:14.748Z[ recovery-image] Sep 03 23:44:13.603 INFO O| Sep 03 23:44:13.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59192024-09-03T23:44:14.748Z[ recovery-image] Sep 03 23:44:13.603 INFO O| Sep 03 23:44:13.603 INFO STEP 633 (remove_files) COMPLETE
59202024-09-03T23:44:14.748Z[ recovery-image] Sep 03 23:44:13.603 INFO O| Sep 03 23:44:13.603 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-09-03T23:44:14.764Z[ recovery-image] Sep 03 23:44:13.620 INFO O| Sep 03 23:44:13.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59222024-09-03T23:44:14.765Z[ recovery-image] Sep 03 23:44:13.620 INFO O| Sep 03 23:44:13.620 INFO STEP 634 (remove_files) COMPLETE
59232024-09-03T23:44:14.765Z[ recovery-image] Sep 03 23:44:13.620 INFO O| Sep 03 23:44:13.620 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-09-03T23:44:14.796Z[ recovery-image] Sep 03 23:44:13.651 INFO O| Sep 03 23:44:13.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59252024-09-03T23:44:14.796Z[ recovery-image] Sep 03 23:44:13.651 INFO O| Sep 03 23:44:13.651 INFO STEP 635 (remove_files) COMPLETE
59262024-09-03T23:44:14.796Z[ recovery-image] Sep 03 23:44:13.651 INFO O| Sep 03 23:44:13.651 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-09-03T23:44:14.899Z[ recovery-image] Sep 03 23:44:13.753 INFO O| Sep 03 23:44:13.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59282024-09-03T23:44:14.902Z[ recovery-image] Sep 03 23:44:13.753 INFO O| Sep 03 23:44:13.753 INFO STEP 636 (remove_files) COMPLETE
59292024-09-03T23:44:14.902Z[ recovery-image] Sep 03 23:44:13.753 INFO O| Sep 03 23:44:13.753 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-09-03T23:44:14.975Z[ recovery-image] Sep 03 23:44:13.830 INFO O| Sep 03 23:44:13.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59312024-09-03T23:44:14.977Z[ recovery-image] Sep 03 23:44:13.830 INFO O| Sep 03 23:44:13.830 INFO STEP 637 (remove_files) COMPLETE
59322024-09-03T23:44:14.977Z[ recovery-image] Sep 03 23:44:13.830 INFO O| Sep 03 23:44:13.830 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-09-03T23:44:14.997Z[ recovery-image] Sep 03 23:44:13.852 INFO O| Sep 03 23:44:13.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
59342024-09-03T23:44:14.999Z[ recovery-image] Sep 03 23:44:13.852 INFO O| Sep 03 23:44:13.852 INFO STEP 638 (remove_files) COMPLETE
59352024-09-03T23:44:14.999Z[ recovery-image] Sep 03 23:44:13.852 INFO O| Sep 03 23:44:13.852 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-09-03T23:44:15.025Z[ recovery-image] Sep 03 23:44:13.880 INFO O| Sep 03 23:44:13.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
59372024-09-03T23:44:15.025Z[ recovery-image] Sep 03 23:44:13.881 INFO O| Sep 03 23:44:13.880 INFO STEP 639 (remove_files) COMPLETE
59382024-09-03T23:44:15.028Z[ recovery-image] Sep 03 23:44:13.881 INFO O| Sep 03 23:44:13.881 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-09-03T23:44:15.048Z[ recovery-image] Sep 03 23:44:13.904 INFO O| Sep 03 23:44:13.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
59402024-09-03T23:44:15.048Z[ recovery-image] Sep 03 23:44:13.904 INFO O| Sep 03 23:44:13.904 INFO STEP 640 (remove_files) COMPLETE
59412024-09-03T23:44:15.051Z[ recovery-image] Sep 03 23:44:13.904 INFO O| Sep 03 23:44:13.904 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-09-03T23:44:15.071Z[ recovery-image] Sep 03 23:44:13.925 INFO O| Sep 03 23:44:13.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59432024-09-03T23:44:15.073Z[ recovery-image] Sep 03 23:44:13.926 INFO O| Sep 03 23:44:13.926 INFO STEP 641 (remove_files) COMPLETE
59442024-09-03T23:44:15.073Z[ recovery-image] Sep 03 23:44:13.926 INFO O| Sep 03 23:44:13.926 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-09-03T23:44:15.098Z[ recovery-image] Sep 03 23:44:13.953 INFO O| Sep 03 23:44:13.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59462024-09-03T23:44:15.098Z[ recovery-image] Sep 03 23:44:13.953 INFO O| Sep 03 23:44:13.953 INFO STEP 642 (remove_files) COMPLETE
59472024-09-03T23:44:15.100Z[ recovery-image] Sep 03 23:44:13.954 INFO O| Sep 03 23:44:13.953 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-09-03T23:44:15.130Z[ recovery-image] Sep 03 23:44:13.985 INFO O| Sep 03 23:44:13.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59492024-09-03T23:44:15.130Z[ recovery-image] Sep 03 23:44:13.985 INFO O| Sep 03 23:44:13.985 INFO STEP 643 (remove_files) COMPLETE
59502024-09-03T23:44:15.130Z[ recovery-image] Sep 03 23:44:13.985 INFO O| Sep 03 23:44:13.985 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-09-03T23:44:15.152Z[ recovery-image] Sep 03 23:44:14.007 INFO O| Sep 03 23:44:14.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
59522024-09-03T23:44:15.152Z[ recovery-image] Sep 03 23:44:14.007 INFO O| Sep 03 23:44:14.007 INFO STEP 644 (remove_files) COMPLETE
59532024-09-03T23:44:15.155Z[ recovery-image] Sep 03 23:44:14.008 INFO O| Sep 03 23:44:14.007 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-09-03T23:44:15.171Z[ recovery-image] Sep 03 23:44:14.026 INFO O| Sep 03 23:44:14.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
59552024-09-03T23:44:15.171Z[ recovery-image] Sep 03 23:44:14.026 INFO O| Sep 03 23:44:14.026 INFO STEP 645 (remove_files) COMPLETE
59562024-09-03T23:44:15.171Z[ recovery-image] Sep 03 23:44:14.026 INFO O| Sep 03 23:44:14.026 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-09-03T23:44:15.189Z[ recovery-image] Sep 03 23:44:14.044 INFO O| Sep 03 23:44:14.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
59582024-09-03T23:44:15.189Z[ recovery-image] Sep 03 23:44:14.044 INFO O| Sep 03 23:44:14.044 INFO STEP 646 (remove_files) COMPLETE
59592024-09-03T23:44:15.189Z[ recovery-image] Sep 03 23:44:14.044 INFO O| Sep 03 23:44:14.044 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-09-03T23:44:15.211Z[ recovery-image] Sep 03 23:44:14.066 INFO O| Sep 03 23:44:14.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
59612024-09-03T23:44:15.213Z[ recovery-image] Sep 03 23:44:14.066 INFO O| Sep 03 23:44:14.066 INFO STEP 647 (remove_files) COMPLETE
59622024-09-03T23:44:15.213Z[ recovery-image] Sep 03 23:44:14.066 INFO O| Sep 03 23:44:14.066 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-09-03T23:44:15.229Z[ recovery-image] Sep 03 23:44:14.084 INFO O| Sep 03 23:44:14.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
59642024-09-03T23:44:15.229Z[ recovery-image] Sep 03 23:44:14.085 INFO O| Sep 03 23:44:14.084 INFO STEP 648 (remove_files) COMPLETE
59652024-09-03T23:44:15.229Z[ recovery-image] Sep 03 23:44:14.085 INFO O| Sep 03 23:44:14.085 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-09-03T23:44:15.247Z[ recovery-image] Sep 03 23:44:14.102 INFO O| Sep 03 23:44:14.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
59672024-09-03T23:44:15.247Z[ recovery-image] Sep 03 23:44:14.102 INFO O| Sep 03 23:44:14.102 INFO STEP 649 (remove_files) COMPLETE
59682024-09-03T23:44:15.247Z[ recovery-image] Sep 03 23:44:14.102 INFO O| Sep 03 23:44:14.102 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-09-03T23:44:15.265Z[ recovery-image] Sep 03 23:44:14.120 INFO O| Sep 03 23:44:14.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
59702024-09-03T23:44:15.265Z[ recovery-image] Sep 03 23:44:14.120 INFO O| Sep 03 23:44:14.120 INFO STEP 650 (remove_files) COMPLETE
59712024-09-03T23:44:15.265Z[ recovery-image] Sep 03 23:44:14.120 INFO O| Sep 03 23:44:14.120 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-09-03T23:44:15.282Z[ recovery-image] Sep 03 23:44:14.137 INFO O| Sep 03 23:44:14.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
59732024-09-03T23:44:15.285Z[ recovery-image] Sep 03 23:44:14.137 INFO O| Sep 03 23:44:14.137 INFO STEP 651 (remove_files) COMPLETE
59742024-09-03T23:44:15.285Z[ recovery-image] Sep 03 23:44:14.137 INFO O| Sep 03 23:44:14.137 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-09-03T23:44:15.304Z[ recovery-image] Sep 03 23:44:14.159 INFO O| Sep 03 23:44:14.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
59762024-09-03T23:44:15.306Z[ recovery-image] Sep 03 23:44:14.159 INFO O| Sep 03 23:44:14.159 INFO STEP 652 (remove_files) COMPLETE
59772024-09-03T23:44:15.306Z[ recovery-image] Sep 03 23:44:14.160 INFO O| Sep 03 23:44:14.159 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-09-03T23:44:15.325Z[ recovery-image] Sep 03 23:44:14.180 INFO O| Sep 03 23:44:14.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
59792024-09-03T23:44:15.325Z[ recovery-image] Sep 03 23:44:14.180 INFO O| Sep 03 23:44:14.180 INFO STEP 653 (remove_files) COMPLETE
59802024-09-03T23:44:15.325Z[ recovery-image] Sep 03 23:44:14.180 INFO O| Sep 03 23:44:14.180 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-09-03T23:44:15.349Z[ recovery-image] Sep 03 23:44:14.204 INFO O| Sep 03 23:44:14.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
59822024-09-03T23:44:15.349Z[ recovery-image] Sep 03 23:44:14.205 INFO O| Sep 03 23:44:14.205 INFO STEP 654 (remove_files) COMPLETE
59832024-09-03T23:44:15.352Z[ recovery-image] Sep 03 23:44:14.205 INFO O| Sep 03 23:44:14.205 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-09-03T23:44:15.382Z[ recovery-image] Sep 03 23:44:14.237 INFO O| Sep 03 23:44:14.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
59852024-09-03T23:44:15.382Z[ recovery-image] Sep 03 23:44:14.237 INFO O| Sep 03 23:44:14.237 INFO STEP 655 (remove_files) COMPLETE
59862024-09-03T23:44:15.382Z[ recovery-image] Sep 03 23:44:14.237 INFO O| Sep 03 23:44:14.237 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-09-03T23:44:15.402Z[ recovery-image] Sep 03 23:44:14.258 INFO O| Sep 03 23:44:14.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
59882024-09-03T23:44:15.402Z[ recovery-image] Sep 03 23:44:14.258 INFO O| Sep 03 23:44:14.258 INFO STEP 656 (remove_files) COMPLETE
59892024-09-03T23:44:15.402Z[ recovery-image] Sep 03 23:44:14.258 INFO O| Sep 03 23:44:14.258 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-09-03T23:44:15.435Z[ recovery-image] Sep 03 23:44:14.291 INFO O| Sep 03 23:44:14.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
59912024-09-03T23:44:15.435Z[ recovery-image] Sep 03 23:44:14.291 INFO O| Sep 03 23:44:14.291 INFO STEP 657 (remove_files) COMPLETE
59922024-09-03T23:44:15.435Z[ recovery-image] Sep 03 23:44:14.291 INFO O| Sep 03 23:44:14.291 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-09-03T23:44:15.454Z[ recovery-image] Sep 03 23:44:14.309 INFO O| Sep 03 23:44:14.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
59942024-09-03T23:44:15.457Z[ recovery-image] Sep 03 23:44:14.309 INFO O| Sep 03 23:44:14.309 INFO STEP 658 (remove_files) COMPLETE
59952024-09-03T23:44:15.457Z[ recovery-image] Sep 03 23:44:14.309 INFO O| Sep 03 23:44:14.309 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-09-03T23:44:15.491Z[ recovery-image] Sep 03 23:44:14.346 INFO O| Sep 03 23:44:14.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
59972024-09-03T23:44:15.491Z[ recovery-image] Sep 03 23:44:14.347 INFO O| Sep 03 23:44:14.346 INFO STEP 659 (remove_files) COMPLETE
59982024-09-03T23:44:15.491Z[ recovery-image] Sep 03 23:44:14.347 INFO O| Sep 03 23:44:14.347 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-09-03T23:44:15.514Z[ recovery-image] Sep 03 23:44:14.369 INFO O| Sep 03 23:44:14.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
60002024-09-03T23:44:15.514Z[ recovery-image] Sep 03 23:44:14.369 INFO O| Sep 03 23:44:14.369 INFO STEP 660 (remove_files) COMPLETE
60012024-09-03T23:44:15.514Z[ recovery-image] Sep 03 23:44:14.369 INFO O| Sep 03 23:44:14.369 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-09-03T23:44:15.574Z[ recovery-image] Sep 03 23:44:14.429 INFO O| Sep 03 23:44:14.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60032024-09-03T23:44:15.574Z[ recovery-image] Sep 03 23:44:14.430 INFO O| Sep 03 23:44:14.429 INFO STEP 661 (remove_files) COMPLETE
60042024-09-03T23:44:15.574Z[ recovery-image] Sep 03 23:44:14.430 INFO O| Sep 03 23:44:14.430 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-09-03T23:44:15.636Z[ recovery-image] Sep 03 23:44:14.492 INFO O| Sep 03 23:44:14.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60062024-09-03T23:44:15.636Z[ recovery-image] Sep 03 23:44:14.492 INFO O| Sep 03 23:44:14.492 INFO STEP 662 (remove_files) COMPLETE
60072024-09-03T23:44:15.636Z[ recovery-image] Sep 03 23:44:14.492 INFO O| Sep 03 23:44:14.492 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-09-03T23:44:15.657Z[ recovery-image] Sep 03 23:44:14.512 INFO O| Sep 03 23:44:14.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60092024-09-03T23:44:15.657Z[ recovery-image] Sep 03 23:44:14.512 INFO O| Sep 03 23:44:14.512 INFO STEP 663 (remove_files) COMPLETE
60102024-09-03T23:44:15.657Z[ recovery-image] Sep 03 23:44:14.512 INFO O| Sep 03 23:44:14.512 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-09-03T23:44:15.739Z[ recovery-image] Sep 03 23:44:14.594 INFO O| Sep 03 23:44:14.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60122024-09-03T23:44:15.742Z[ recovery-image] Sep 03 23:44:14.594 INFO O| Sep 03 23:44:14.594 INFO STEP 664 (remove_files) COMPLETE
60132024-09-03T23:44:15.742Z[ recovery-image] Sep 03 23:44:14.595 INFO O| Sep 03 23:44:14.594 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-09-03T23:44:15.764Z[ recovery-image] Sep 03 23:44:14.619 INFO O| Sep 03 23:44:14.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60152024-09-03T23:44:15.766Z[ recovery-image] Sep 03 23:44:14.620 INFO O| Sep 03 23:44:14.619 INFO STEP 665 (remove_files) COMPLETE
60162024-09-03T23:44:15.767Z[ recovery-image] Sep 03 23:44:14.620 INFO O| Sep 03 23:44:14.620 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-09-03T23:44:15.825Z[ recovery-image] Sep 03 23:44:14.680 INFO O| Sep 03 23:44:14.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60182024-09-03T23:44:15.825Z[ recovery-image] Sep 03 23:44:14.680 INFO O| Sep 03 23:44:14.680 INFO STEP 666 (remove_files) COMPLETE
60192024-09-03T23:44:15.828Z[ recovery-image] Sep 03 23:44:14.680 INFO O| Sep 03 23:44:14.680 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-09-03T23:44:15.844Z[ recovery-image] Sep 03 23:44:14.699 INFO O| Sep 03 23:44:14.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60212024-09-03T23:44:15.844Z[ recovery-image] Sep 03 23:44:14.699 INFO O| Sep 03 23:44:14.699 INFO STEP 667 (remove_files) COMPLETE
60222024-09-03T23:44:15.844Z[ recovery-image] Sep 03 23:44:14.699 INFO O| Sep 03 23:44:14.699 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-09-03T23:44:15.864Z[ recovery-image] Sep 03 23:44:14.720 INFO O| Sep 03 23:44:14.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60242024-09-03T23:44:15.867Z[ recovery-image] Sep 03 23:44:14.720 INFO O| Sep 03 23:44:14.720 INFO STEP 668 (remove_files) COMPLETE
60252024-09-03T23:44:15.867Z[ recovery-image] Sep 03 23:44:14.720 INFO O| Sep 03 23:44:14.720 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-09-03T23:44:15.882Z[ recovery-image] Sep 03 23:44:14.738 INFO O| Sep 03 23:44:14.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60272024-09-03T23:44:15.882Z[ recovery-image] Sep 03 23:44:14.738 INFO O| Sep 03 23:44:14.738 INFO STEP 669 (remove_files) COMPLETE
60282024-09-03T23:44:15.885Z[ recovery-image] Sep 03 23:44:14.738 INFO O| Sep 03 23:44:14.738 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-09-03T23:44:15.901Z[ recovery-image] Sep 03 23:44:14.756 INFO O| Sep 03 23:44:14.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60302024-09-03T23:44:15.901Z[ recovery-image] Sep 03 23:44:14.756 INFO O| Sep 03 23:44:14.756 INFO STEP 670 (remove_files) COMPLETE
60312024-09-03T23:44:15.901Z[ recovery-image] Sep 03 23:44:14.756 INFO O| Sep 03 23:44:14.756 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-09-03T23:44:15.919Z[ recovery-image] Sep 03 23:44:14.774 INFO O| Sep 03 23:44:14.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
60332024-09-03T23:44:15.919Z[ recovery-image] Sep 03 23:44:14.774 INFO O| Sep 03 23:44:14.774 INFO STEP 671 (remove_files) COMPLETE
60342024-09-03T23:44:15.919Z[ recovery-image] Sep 03 23:44:14.774 INFO O| Sep 03 23:44:14.774 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-09-03T23:44:15.938Z[ recovery-image] Sep 03 23:44:14.792 INFO O| Sep 03 23:44:14.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
60362024-09-03T23:44:15.938Z[ recovery-image] Sep 03 23:44:14.793 INFO O| Sep 03 23:44:14.793 INFO STEP 672 (remove_files) COMPLETE
60372024-09-03T23:44:15.938Z[ recovery-image] Sep 03 23:44:14.793 INFO O| Sep 03 23:44:14.793 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-09-03T23:44:15.954Z[ recovery-image] Sep 03 23:44:14.809 INFO O| Sep 03 23:44:14.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60392024-09-03T23:44:15.954Z[ recovery-image] Sep 03 23:44:14.809 INFO O| Sep 03 23:44:14.809 INFO STEP 673 (remove_files) COMPLETE
60402024-09-03T23:44:15.954Z[ recovery-image] Sep 03 23:44:14.809 INFO O| Sep 03 23:44:14.809 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-09-03T23:44:15.970Z[ recovery-image] Sep 03 23:44:14.825 INFO O| Sep 03 23:44:14.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60422024-09-03T23:44:15.970Z[ recovery-image] Sep 03 23:44:14.825 INFO O| Sep 03 23:44:14.825 INFO STEP 674 (remove_files) COMPLETE
60432024-09-03T23:44:15.970Z[ recovery-image] Sep 03 23:44:14.825 INFO O| Sep 03 23:44:14.825 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-09-03T23:44:15.990Z[ recovery-image] Sep 03 23:44:14.845 INFO O| Sep 03 23:44:14.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60452024-09-03T23:44:15.990Z[ recovery-image] Sep 03 23:44:14.845 INFO O| Sep 03 23:44:14.845 INFO STEP 675 (remove_files) COMPLETE
60462024-09-03T23:44:15.993Z[ recovery-image] Sep 03 23:44:14.845 INFO O| Sep 03 23:44:14.845 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-09-03T23:44:16.010Z[ recovery-image] Sep 03 23:44:14.865 INFO O| Sep 03 23:44:14.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
60482024-09-03T23:44:16.010Z[ recovery-image] Sep 03 23:44:14.865 INFO O| Sep 03 23:44:14.865 INFO STEP 676 (remove_files) COMPLETE
60492024-09-03T23:44:16.013Z[ recovery-image] Sep 03 23:44:14.865 INFO O| Sep 03 23:44:14.865 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-09-03T23:44:16.028Z[ recovery-image] Sep 03 23:44:14.884 INFO O| Sep 03 23:44:14.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
60512024-09-03T23:44:16.028Z[ recovery-image] Sep 03 23:44:14.884 INFO O| Sep 03 23:44:14.884 INFO STEP 677 (remove_files) COMPLETE
60522024-09-03T23:44:16.028Z[ recovery-image] Sep 03 23:44:14.884 INFO O| Sep 03 23:44:14.884 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-09-03T23:44:16.047Z[ recovery-image] Sep 03 23:44:14.903 INFO O| Sep 03 23:44:14.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
60542024-09-03T23:44:16.050Z[ recovery-image] Sep 03 23:44:14.903 INFO O| Sep 03 23:44:14.903 INFO STEP 678 (remove_files) COMPLETE
60552024-09-03T23:44:16.050Z[ recovery-image] Sep 03 23:44:14.903 INFO O| Sep 03 23:44:14.903 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-09-03T23:44:16.067Z[ recovery-image] Sep 03 23:44:14.922 INFO O| Sep 03 23:44:14.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
60572024-09-03T23:44:16.069Z[ recovery-image] Sep 03 23:44:14.922 INFO O| Sep 03 23:44:14.922 INFO STEP 679 (remove_files) COMPLETE
60582024-09-03T23:44:16.069Z[ recovery-image] Sep 03 23:44:14.922 INFO O| Sep 03 23:44:14.922 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-09-03T23:44:16.085Z[ recovery-image] Sep 03 23:44:14.940 INFO O| Sep 03 23:44:14.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
60602024-09-03T23:44:16.085Z[ recovery-image] Sep 03 23:44:14.941 INFO O| Sep 03 23:44:14.941 INFO STEP 680 (remove_files) COMPLETE
60612024-09-03T23:44:16.085Z[ recovery-image] Sep 03 23:44:14.941 INFO O| Sep 03 23:44:14.941 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-09-03T23:44:16.104Z[ recovery-image] Sep 03 23:44:14.959 INFO O| Sep 03 23:44:14.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
60632024-09-03T23:44:16.104Z[ recovery-image] Sep 03 23:44:14.959 INFO O| Sep 03 23:44:14.959 INFO STEP 681 (remove_files) COMPLETE
60642024-09-03T23:44:16.104Z[ recovery-image] Sep 03 23:44:14.960 INFO O| Sep 03 23:44:14.959 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-09-03T23:44:16.136Z[ recovery-image] Sep 03 23:44:14.991 INFO O| Sep 03 23:44:14.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
60662024-09-03T23:44:16.139Z[ recovery-image] Sep 03 23:44:14.991 INFO O| Sep 03 23:44:14.991 INFO STEP 682 (remove_files) COMPLETE
60672024-09-03T23:44:16.139Z[ recovery-image] Sep 03 23:44:14.992 INFO O| Sep 03 23:44:14.991 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-09-03T23:44:16.158Z[ recovery-image] Sep 03 23:44:15.013 INFO O| Sep 03 23:44:15.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
60692024-09-03T23:44:16.161Z[ recovery-image] Sep 03 23:44:15.013 INFO O| Sep 03 23:44:15.013 INFO STEP 683 (remove_files) COMPLETE
60702024-09-03T23:44:16.161Z[ recovery-image] Sep 03 23:44:15.013 INFO O| Sep 03 23:44:15.013 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-09-03T23:44:16.167Z[ host-image] Sep 03 23:44:15.022 INFO O| Sep 03 23:44:15.022 INFO O| Planning: Solver setup ... Done
60722024-09-03T23:44:16.174Z[ host-image] Sep 03 23:44:15.029 INFO O| Sep 03 23:44:15.029 INFO O| Planning: Running solver ... Done
60732024-09-03T23:44:16.186Z[ recovery-image] Sep 03 23:44:15.041 INFO O| Sep 03 23:44:15.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
60742024-09-03T23:44:16.209Z[ recovery-image] Sep 03 23:44:15.064 INFO O| Sep 03 23:44:15.064 INFO STEP 684 (remove_files) COMPLETE
60752024-09-03T23:44:16.209Z[ recovery-image] Sep 03 23:44:15.064 INFO O| Sep 03 23:44:15.064 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-09-03T23:44:16.233Z[ host-image] Sep 03 23:44:15.089 INFO O| Sep 03 23:44:15.088 INFO O| Planning: Finding local manifests ... Done
60772024-09-03T23:44:16.236Z[ host-image] Sep 03 23:44:15.090 INFO O| Sep 03 23:44:15.089 INFO O| Planning: Fetching manifests: 0/1 0% complete
60782024-09-03T23:44:16.270Z[ recovery-image] Sep 03 23:44:15.125 INFO O| Sep 03 23:44:15.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
60792024-09-03T23:44:16.273Z[ recovery-image] Sep 03 23:44:15.125 INFO O| Sep 03 23:44:15.125 INFO STEP 685 (remove_files) COMPLETE
60802024-09-03T23:44:16.273Z[ recovery-image] Sep 03 23:44:15.125 INFO O| Sep 03 23:44:15.125 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-09-03T23:44:16.304Z[ recovery-image] Sep 03 23:44:15.159 INFO O| Sep 03 23:44:15.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
60822024-09-03T23:44:16.304Z[ recovery-image] Sep 03 23:44:15.159 INFO O| Sep 03 23:44:15.159 INFO STEP 686 (remove_files) COMPLETE
60832024-09-03T23:44:16.304Z[ recovery-image] Sep 03 23:44:15.159 INFO O| Sep 03 23:44:15.159 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-09-03T23:44:16.329Z[ recovery-image] Sep 03 23:44:15.184 INFO O| Sep 03 23:44:15.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
60852024-09-03T23:44:16.329Z[ recovery-image] Sep 03 23:44:15.184 INFO O| Sep 03 23:44:15.184 INFO STEP 687 (remove_files) COMPLETE
60862024-09-03T23:44:16.329Z[ recovery-image] Sep 03 23:44:15.184 INFO O| Sep 03 23:44:15.184 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-09-03T23:44:16.352Z[ recovery-image] Sep 03 23:44:15.207 INFO O| Sep 03 23:44:15.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
60882024-09-03T23:44:16.352Z[ recovery-image] Sep 03 23:44:15.207 INFO O| Sep 03 23:44:15.207 INFO STEP 688 (remove_files) COMPLETE
60892024-09-03T23:44:16.352Z[ recovery-image] Sep 03 23:44:15.207 INFO O| Sep 03 23:44:15.207 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-09-03T23:44:16.366Z[ host-image] Sep 03 23:44:15.222 INFO O| Sep 03 23:44:15.222 INFO O| Planning: Fetching manifests: 1/1 100% complete
60912024-09-03T23:44:16.397Z[ host-image] Sep 03 23:44:15.252 INFO O| Sep 03 23:44:15.252 INFO O| Planning: Package planning ... Done
60922024-09-03T23:44:16.399Z[ host-image] Sep 03 23:44:15.253 INFO O| Sep 03 23:44:15.253 INFO O| Planning: Merging actions ... Done
60932024-09-03T23:44:16.402Z[ recovery-image] Sep 03 23:44:15.255 INFO O| Sep 03 23:44:15.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
60942024-09-03T23:44:16.402Z[ recovery-image] Sep 03 23:44:15.255 INFO O| Sep 03 23:44:15.255 INFO STEP 689 (remove_files) COMPLETE
60952024-09-03T23:44:16.402Z[ recovery-image] Sep 03 23:44:15.255 INFO O| Sep 03 23:44:15.255 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-09-03T23:44:16.466Z[ recovery-image] Sep 03 23:44:15.321 INFO O| Sep 03 23:44:15.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
60972024-09-03T23:44:16.466Z[ recovery-image] Sep 03 23:44:15.321 INFO O| Sep 03 23:44:15.321 INFO STEP 690 (remove_files) COMPLETE
60982024-09-03T23:44:16.466Z[ recovery-image] Sep 03 23:44:15.321 INFO O| Sep 03 23:44:15.321 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-09-03T23:44:16.484Z[ recovery-image] Sep 03 23:44:15.340 INFO O| Sep 03 23:44:15.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61002024-09-03T23:44:16.485Z[ recovery-image] Sep 03 23:44:15.340 INFO O| Sep 03 23:44:15.340 INFO STEP 691 (remove_files) COMPLETE
61012024-09-03T23:44:16.485Z[ recovery-image] Sep 03 23:44:15.340 INFO O| Sep 03 23:44:15.340 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-09-03T23:44:16.504Z[ recovery-image] Sep 03 23:44:15.359 INFO O| Sep 03 23:44:15.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
61032024-09-03T23:44:16.507Z[ recovery-image] Sep 03 23:44:15.359 INFO O| Sep 03 23:44:15.359 INFO STEP 692 (remove_files) COMPLETE
61042024-09-03T23:44:16.507Z[ recovery-image] Sep 03 23:44:15.360 INFO O| Sep 03 23:44:15.359 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-09-03T23:44:16.522Z[ host-image] Sep 03 23:44:15.377 INFO O| Sep 03 23:44:15.377 INFO O| Planning: Checking for conflicting actions ... Done
61062024-09-03T23:44:16.524Z[ host-image] Sep 03 23:44:15.378 INFO O| Sep 03 23:44:15.378 INFO O| Planning: Consolidating action changes ... Done
61072024-09-03T23:44:16.524Z[ recovery-image] Sep 03 23:44:15.379 INFO O| Sep 03 23:44:15.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
61082024-09-03T23:44:16.525Z[ recovery-image] Sep 03 23:44:15.379 INFO O| Sep 03 23:44:15.379 INFO STEP 693 (remove_files) COMPLETE
61092024-09-03T23:44:16.525Z[ recovery-image] Sep 03 23:44:15.379 INFO O| Sep 03 23:44:15.379 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-09-03T23:44:16.542Z[ recovery-image] Sep 03 23:44:15.397 INFO O| Sep 03 23:44:15.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61112024-09-03T23:44:16.542Z[ recovery-image] Sep 03 23:44:15.398 INFO O| Sep 03 23:44:15.398 INFO STEP 694 (remove_files) COMPLETE
61122024-09-03T23:44:16.545Z[ recovery-image] Sep 03 23:44:15.398 INFO O| Sep 03 23:44:15.398 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-09-03T23:44:16.581Z[ recovery-image] Sep 03 23:44:15.436 INFO O| Sep 03 23:44:15.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61142024-09-03T23:44:16.581Z[ recovery-image] Sep 03 23:44:15.436 INFO O| Sep 03 23:44:15.436 INFO STEP 695 (remove_files) COMPLETE
61152024-09-03T23:44:16.583Z[ recovery-image] Sep 03 23:44:15.436 INFO O| Sep 03 23:44:15.436 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-09-03T23:44:16.599Z[ recovery-image] Sep 03 23:44:15.455 INFO O| Sep 03 23:44:15.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61172024-09-03T23:44:16.620Z[ recovery-image] Sep 03 23:44:15.475 INFO O| Sep 03 23:44:15.475 INFO STEP 696 (remove_files) COMPLETE
61182024-09-03T23:44:16.620Z[ recovery-image] Sep 03 23:44:15.475 INFO O| Sep 03 23:44:15.475 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-09-03T23:44:16.674Z[ recovery-image] Sep 03 23:44:15.528 INFO O| Sep 03 23:44:15.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61202024-09-03T23:44:16.674Z[ recovery-image] Sep 03 23:44:15.528 INFO O| Sep 03 23:44:15.528 INFO STEP 697 (remove_files) COMPLETE
61212024-09-03T23:44:16.674Z[ recovery-image] Sep 03 23:44:15.528 INFO O| Sep 03 23:44:15.528 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-09-03T23:44:16.716Z[ recovery-image] Sep 03 23:44:15.571 INFO O| Sep 03 23:44:15.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61232024-09-03T23:44:16.716Z[ recovery-image] Sep 03 23:44:15.571 INFO O| Sep 03 23:44:15.571 INFO STEP 698 (remove_files) COMPLETE
61242024-09-03T23:44:16.716Z[ recovery-image] Sep 03 23:44:15.571 INFO O| Sep 03 23:44:15.571 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-09-03T23:44:16.735Z[ recovery-image] Sep 03 23:44:15.591 INFO O| Sep 03 23:44:15.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61262024-09-03T23:44:16.735Z[ recovery-image] Sep 03 23:44:15.591 INFO O| Sep 03 23:44:15.591 INFO STEP 699 (remove_files) COMPLETE
61272024-09-03T23:44:16.735Z[ recovery-image] Sep 03 23:44:15.591 INFO O| Sep 03 23:44:15.591 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-09-03T23:44:16.771Z[ recovery-image] Sep 03 23:44:15.626 INFO O| Sep 03 23:44:15.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61292024-09-03T23:44:16.795Z[ recovery-image] Sep 03 23:44:15.649 INFO O| Sep 03 23:44:15.649 INFO STEP 700 (remove_files) COMPLETE
61302024-09-03T23:44:16.795Z[ recovery-image] Sep 03 23:44:15.649 INFO O| Sep 03 23:44:15.649 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-09-03T23:44:16.831Z[ recovery-image] Sep 03 23:44:15.686 INFO O| Sep 03 23:44:15.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61322024-09-03T23:44:16.831Z[ recovery-image] Sep 03 23:44:15.687 INFO O| Sep 03 23:44:15.686 INFO STEP 701 (remove_files) COMPLETE
61332024-09-03T23:44:16.831Z[ recovery-image] Sep 03 23:44:15.687 INFO O| Sep 03 23:44:15.686 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-09-03T23:44:16.887Z[ recovery-image] Sep 03 23:44:15.742 INFO O| Sep 03 23:44:15.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61352024-09-03T23:44:16.890Z[ recovery-image] Sep 03 23:44:15.742 INFO O| Sep 03 23:44:15.742 INFO STEP 702 (remove_files) COMPLETE
61362024-09-03T23:44:16.890Z[ recovery-image] Sep 03 23:44:15.742 INFO O| Sep 03 23:44:15.742 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-09-03T23:44:16.917Z[ host-image] Sep 03 23:44:15.772 INFO O| Sep 03 23:44:15.772 INFO O| Planning: Evaluating mediators ... Done
61382024-09-03T23:44:16.919Z[ host-image] Sep 03 23:44:15.773 INFO O| Sep 03 23:44:15.773 INFO O| Planning: Planning completed in 3.71 seconds
61392024-09-03T23:44:16.922Z[ host-image] Sep 03 23:44:15.775 INFO O| Sep 03 23:44:15.775 INFO O| Packages to install: 1
61402024-09-03T23:44:16.928Z[ recovery-image] Sep 03 23:44:15.784 INFO O| Sep 03 23:44:15.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61412024-09-03T23:44:16.929Z[ recovery-image] Sep 03 23:44:15.784 INFO O| Sep 03 23:44:15.784 INFO STEP 703 (remove_files) COMPLETE
61422024-09-03T23:44:16.929Z[ recovery-image] Sep 03 23:44:15.784 INFO O| Sep 03 23:44:15.784 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-09-03T23:44:16.942Z[ host-image] Sep 03 23:44:15.797 INFO O| Sep 03 23:44:15.797 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
61442024-09-03T23:44:16.949Z[ recovery-image] Sep 03 23:44:15.804 INFO O| Sep 03 23:44:15.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61452024-09-03T23:44:16.949Z[ recovery-image] Sep 03 23:44:15.804 INFO O| Sep 03 23:44:15.804 INFO STEP 704 (remove_files) COMPLETE
61462024-09-03T23:44:16.951Z[ recovery-image] Sep 03 23:44:15.804 INFO O| Sep 03 23:44:15.804 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-09-03T23:44:16.967Z[ recovery-image] Sep 03 23:44:15.822 INFO O| Sep 03 23:44:15.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
61482024-09-03T23:44:16.967Z[ recovery-image] Sep 03 23:44:15.823 INFO O| Sep 03 23:44:15.823 INFO STEP 705 (remove_files) COMPLETE
61492024-09-03T23:44:16.967Z[ recovery-image] Sep 03 23:44:15.823 INFO O| Sep 03 23:44:15.823 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-09-03T23:44:16.986Z[ recovery-image] Sep 03 23:44:15.841 INFO O| Sep 03 23:44:15.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
61512024-09-03T23:44:16.986Z[ recovery-image] Sep 03 23:44:15.841 INFO O| Sep 03 23:44:15.841 INFO STEP 706 (remove_files) COMPLETE
61522024-09-03T23:44:16.988Z[ recovery-image] Sep 03 23:44:15.841 INFO O| Sep 03 23:44:15.841 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-09-03T23:44:17.004Z[ recovery-image] Sep 03 23:44:15.859 INFO O| Sep 03 23:44:15.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61542024-09-03T23:44:17.004Z[ recovery-image] Sep 03 23:44:15.859 INFO O| Sep 03 23:44:15.859 INFO STEP 707 (remove_files) COMPLETE
61552024-09-03T23:44:17.006Z[ recovery-image] Sep 03 23:44:15.859 INFO O| Sep 03 23:44:15.859 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-09-03T23:44:17.022Z[ recovery-image] Sep 03 23:44:15.878 INFO O| Sep 03 23:44:15.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61572024-09-03T23:44:17.022Z[ recovery-image] Sep 03 23:44:15.878 INFO O| Sep 03 23:44:15.878 INFO STEP 708 (remove_files) COMPLETE
61582024-09-03T23:44:17.022Z[ recovery-image] Sep 03 23:44:15.878 INFO O| Sep 03 23:44:15.878 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-09-03T23:44:17.050Z[ recovery-image] Sep 03 23:44:15.905 INFO O| Sep 03 23:44:15.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61602024-09-03T23:44:17.050Z[ recovery-image] Sep 03 23:44:15.906 INFO O| Sep 03 23:44:15.906 INFO STEP 709 (remove_files) COMPLETE
61612024-09-03T23:44:17.050Z[ recovery-image] Sep 03 23:44:15.906 INFO O| Sep 03 23:44:15.906 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-09-03T23:44:17.071Z[ recovery-image] Sep 03 23:44:15.926 INFO O| Sep 03 23:44:15.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
61632024-09-03T23:44:17.071Z[ recovery-image] Sep 03 23:44:15.926 INFO O| Sep 03 23:44:15.926 INFO STEP 710 (remove_files) COMPLETE
61642024-09-03T23:44:17.071Z[ recovery-image] Sep 03 23:44:15.926 INFO O| Sep 03 23:44:15.926 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-09-03T23:44:17.090Z[ recovery-image] Sep 03 23:44:15.945 INFO O| Sep 03 23:44:15.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
61662024-09-03T23:44:17.090Z[ recovery-image] Sep 03 23:44:15.945 INFO O| Sep 03 23:44:15.945 INFO STEP 711 (remove_files) COMPLETE
61672024-09-03T23:44:17.090Z[ recovery-image] Sep 03 23:44:15.945 INFO O| Sep 03 23:44:15.945 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-09-03T23:44:17.108Z[ recovery-image] Sep 03 23:44:15.963 INFO O| Sep 03 23:44:15.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
61692024-09-03T23:44:17.108Z[ recovery-image] Sep 03 23:44:15.963 INFO O| Sep 03 23:44:15.963 INFO STEP 712 (remove_files) COMPLETE
61702024-09-03T23:44:17.108Z[ recovery-image] Sep 03 23:44:15.963 INFO O| Sep 03 23:44:15.963 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-09-03T23:44:17.151Z[ recovery-image] Sep 03 23:44:16.006 INFO O| Sep 03 23:44:16.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
61722024-09-03T23:44:17.151Z[ recovery-image] Sep 03 23:44:16.006 INFO O| Sep 03 23:44:16.006 INFO STEP 713 (remove_files) COMPLETE
61732024-09-03T23:44:17.151Z[ recovery-image] Sep 03 23:44:16.006 INFO O| Sep 03 23:44:16.006 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-09-03T23:44:17.169Z[ recovery-image] Sep 03 23:44:16.024 INFO O| Sep 03 23:44:16.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
61752024-09-03T23:44:17.169Z[ recovery-image] Sep 03 23:44:16.025 INFO O| Sep 03 23:44:16.024 INFO STEP 714 (remove_files) COMPLETE
61762024-09-03T23:44:17.172Z[ recovery-image] Sep 03 23:44:16.025 INFO O| Sep 03 23:44:16.025 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-09-03T23:44:17.232Z[ recovery-image] Sep 03 23:44:16.087 INFO O| Sep 03 23:44:16.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
61782024-09-03T23:44:17.232Z[ recovery-image] Sep 03 23:44:16.087 INFO O| Sep 03 23:44:16.087 INFO STEP 715 (remove_files) COMPLETE
61792024-09-03T23:44:17.235Z[ recovery-image] Sep 03 23:44:16.087 INFO O| Sep 03 23:44:16.087 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-09-03T23:44:17.273Z[ recovery-image] Sep 03 23:44:16.127 INFO O| Sep 03 23:44:16.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
61812024-09-03T23:44:17.273Z[ recovery-image] Sep 03 23:44:16.128 INFO O| Sep 03 23:44:16.128 INFO STEP 716 (remove_files) COMPLETE
61822024-09-03T23:44:17.273Z[ recovery-image] Sep 03 23:44:16.128 INFO O| Sep 03 23:44:16.128 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-09-03T23:44:17.309Z[ recovery-image] Sep 03 23:44:16.164 INFO O| Sep 03 23:44:16.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
61842024-09-03T23:44:17.309Z[ recovery-image] Sep 03 23:44:16.164 INFO O| Sep 03 23:44:16.164 INFO STEP 717 (remove_files) COMPLETE
61852024-09-03T23:44:17.309Z[ recovery-image] Sep 03 23:44:16.164 INFO O| Sep 03 23:44:16.164 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-09-03T23:44:17.329Z[ recovery-image] Sep 03 23:44:16.184 INFO O| Sep 03 23:44:16.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
61872024-09-03T23:44:17.332Z[ recovery-image] Sep 03 23:44:16.184 INFO O| Sep 03 23:44:16.184 INFO STEP 718 (remove_files) COMPLETE
61882024-09-03T23:44:17.332Z[ recovery-image] Sep 03 23:44:16.184 INFO O| Sep 03 23:44:16.184 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-09-03T23:44:17.369Z[ recovery-image] Sep 03 23:44:16.224 INFO O| Sep 03 23:44:16.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
61902024-09-03T23:44:17.369Z[ recovery-image] Sep 03 23:44:16.224 INFO O| Sep 03 23:44:16.224 INFO STEP 719 (remove_files) COMPLETE
61912024-09-03T23:44:17.372Z[ recovery-image] Sep 03 23:44:16.224 INFO O| Sep 03 23:44:16.224 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-09-03T23:44:17.388Z[ recovery-image] Sep 03 23:44:16.243 INFO O| Sep 03 23:44:16.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
61932024-09-03T23:44:17.392Z[ recovery-image] Sep 03 23:44:16.244 INFO O| Sep 03 23:44:16.244 INFO STEP 720 (remove_files) COMPLETE
61942024-09-03T23:44:17.392Z[ recovery-image] Sep 03 23:44:16.244 INFO O| Sep 03 23:44:16.244 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-09-03T23:44:17.430Z[ recovery-image] Sep 03 23:44:16.285 INFO O| Sep 03 23:44:16.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
61962024-09-03T23:44:17.432Z[ recovery-image] Sep 03 23:44:16.285 INFO O| Sep 03 23:44:16.285 INFO STEP 721 (remove_files) COMPLETE
61972024-09-03T23:44:17.432Z[ recovery-image] Sep 03 23:44:16.285 INFO O| Sep 03 23:44:16.285 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-09-03T23:44:17.447Z[ recovery-image] Sep 03 23:44:16.302 INFO O| Sep 03 23:44:16.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
61992024-09-03T23:44:17.447Z[ recovery-image] Sep 03 23:44:16.302 INFO O| Sep 03 23:44:16.302 INFO STEP 722 (remove_files) COMPLETE
62002024-09-03T23:44:17.450Z[ recovery-image] Sep 03 23:44:16.302 INFO O| Sep 03 23:44:16.302 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-09-03T23:44:17.485Z[ recovery-image] Sep 03 23:44:16.340 INFO O| Sep 03 23:44:16.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62022024-09-03T23:44:17.487Z[ recovery-image] Sep 03 23:44:16.340 INFO O| Sep 03 23:44:16.340 INFO STEP 723 (remove_files) COMPLETE
62032024-09-03T23:44:17.487Z[ recovery-image] Sep 03 23:44:16.340 INFO O| Sep 03 23:44:16.340 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-09-03T23:44:17.507Z[ recovery-image] Sep 03 23:44:16.362 INFO O| Sep 03 23:44:16.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
62052024-09-03T23:44:17.507Z[ recovery-image] Sep 03 23:44:16.362 INFO O| Sep 03 23:44:16.362 INFO STEP 724 (remove_files) COMPLETE
62062024-09-03T23:44:17.507Z[ recovery-image] Sep 03 23:44:16.362 INFO O| Sep 03 23:44:16.362 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-09-03T23:44:17.526Z[ recovery-image] Sep 03 23:44:16.381 INFO O| Sep 03 23:44:16.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
62082024-09-03T23:44:17.526Z[ recovery-image] Sep 03 23:44:16.381 INFO O| Sep 03 23:44:16.381 INFO STEP 725 (remove_files) COMPLETE
62092024-09-03T23:44:17.528Z[ recovery-image] Sep 03 23:44:16.381 INFO O| Sep 03 23:44:16.381 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-09-03T23:44:17.548Z[ recovery-image] Sep 03 23:44:16.403 INFO O| Sep 03 23:44:16.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
62112024-09-03T23:44:17.548Z[ recovery-image] Sep 03 23:44:16.404 INFO O| Sep 03 23:44:16.404 INFO STEP 726 (remove_files) COMPLETE
62122024-09-03T23:44:17.548Z[ recovery-image] Sep 03 23:44:16.404 INFO O| Sep 03 23:44:16.404 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-09-03T23:44:17.570Z[ recovery-image] Sep 03 23:44:16.425 INFO O| Sep 03 23:44:16.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
62142024-09-03T23:44:17.570Z[ recovery-image] Sep 03 23:44:16.425 INFO O| Sep 03 23:44:16.425 INFO STEP 727 (remove_files) COMPLETE
62152024-09-03T23:44:17.572Z[ recovery-image] Sep 03 23:44:16.425 INFO O| Sep 03 23:44:16.425 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-09-03T23:44:17.593Z[ recovery-image] Sep 03 23:44:16.448 INFO O| Sep 03 23:44:16.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62172024-09-03T23:44:17.593Z[ recovery-image] Sep 03 23:44:16.448 INFO O| Sep 03 23:44:16.448 INFO STEP 728 (remove_files) COMPLETE
62182024-09-03T23:44:17.593Z[ recovery-image] Sep 03 23:44:16.448 INFO O| Sep 03 23:44:16.448 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-09-03T23:44:17.667Z[ recovery-image] Sep 03 23:44:16.522 INFO O| Sep 03 23:44:16.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62202024-09-03T23:44:17.669Z[ recovery-image] Sep 03 23:44:16.522 INFO O| Sep 03 23:44:16.522 INFO STEP 729 (remove_files) COMPLETE
62212024-09-03T23:44:17.669Z[ recovery-image] Sep 03 23:44:16.522 INFO O| Sep 03 23:44:16.522 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-09-03T23:44:17.752Z[ recovery-image] Sep 03 23:44:16.607 INFO O| Sep 03 23:44:16.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62232024-09-03T23:44:17.755Z[ recovery-image] Sep 03 23:44:16.607 INFO O| Sep 03 23:44:16.607 INFO STEP 730 (remove_files) COMPLETE
62242024-09-03T23:44:17.755Z[ recovery-image] Sep 03 23:44:16.607 INFO O| Sep 03 23:44:16.607 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-09-03T23:44:17.773Z[ recovery-image] Sep 03 23:44:16.628 INFO O| Sep 03 23:44:16.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62262024-09-03T23:44:17.773Z[ recovery-image] Sep 03 23:44:16.629 INFO O| Sep 03 23:44:16.629 INFO STEP 731 (remove_files) COMPLETE
62272024-09-03T23:44:17.776Z[ recovery-image] Sep 03 23:44:16.629 INFO O| Sep 03 23:44:16.629 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-09-03T23:44:17.806Z[ recovery-image] Sep 03 23:44:16.661 INFO O| Sep 03 23:44:16.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62292024-09-03T23:44:17.822Z[ host-image] Sep 03 23:44:16.677 INFO O| Sep 03 23:44:16.677 INFO O| Download: Completed 20.80 MB in 0.88 seconds (23.6M/s)
62302024-09-03T23:44:17.894Z[ recovery-image] Sep 03 23:44:16.749 INFO O| Sep 03 23:44:16.749 INFO STEP 732 (remove_files) COMPLETE
62312024-09-03T23:44:17.894Z[ recovery-image] Sep 03 23:44:16.749 INFO O| Sep 03 23:44:16.749 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-09-03T23:44:17.930Z[ recovery-image] Sep 03 23:44:16.785 INFO O| Sep 03 23:44:16.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62332024-09-03T23:44:17.930Z[ recovery-image] Sep 03 23:44:16.785 INFO O| Sep 03 23:44:16.785 INFO STEP 733 (remove_files) COMPLETE
62342024-09-03T23:44:17.932Z[ recovery-image] Sep 03 23:44:16.785 INFO O| Sep 03 23:44:16.785 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-09-03T23:44:17.949Z[ recovery-image] Sep 03 23:44:16.804 INFO O| Sep 03 23:44:16.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62362024-09-03T23:44:17.949Z[ recovery-image] Sep 03 23:44:16.804 INFO O| Sep 03 23:44:16.804 INFO STEP 734 (remove_files) COMPLETE
62372024-09-03T23:44:17.949Z[ recovery-image] Sep 03 23:44:16.804 INFO O| Sep 03 23:44:16.804 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-09-03T23:44:17.951Z[ host-image] Sep 03 23:44:16.806 INFO O| Sep 03 23:44:16.806 INFO O| Actions: 1/22 actions (Installing new actions)
62392024-09-03T23:44:17.990Z[ recovery-image] Sep 03 23:44:16.845 INFO O| Sep 03 23:44:16.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62402024-09-03T23:44:17.990Z[ recovery-image] Sep 03 23:44:16.845 INFO O| Sep 03 23:44:16.845 INFO STEP 735 (remove_files) COMPLETE
62412024-09-03T23:44:17.993Z[ recovery-image] Sep 03 23:44:16.845 INFO O| Sep 03 23:44:16.845 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-09-03T23:44:18.045Z[ recovery-image] Sep 03 23:44:16.900 INFO O| Sep 03 23:44:16.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62432024-09-03T23:44:18.048Z[ recovery-image] Sep 03 23:44:16.900 INFO O| Sep 03 23:44:16.900 INFO STEP 736 (remove_files) COMPLETE
62442024-09-03T23:44:18.048Z[ recovery-image] Sep 03 23:44:16.900 INFO O| Sep 03 23:44:16.900 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-09-03T23:44:18.064Z[ recovery-image] Sep 03 23:44:16.919 INFO O| Sep 03 23:44:16.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62462024-09-03T23:44:18.066Z[ recovery-image] Sep 03 23:44:16.919 INFO O| Sep 03 23:44:16.919 INFO STEP 737 (remove_files) COMPLETE
62472024-09-03T23:44:18.066Z[ recovery-image] Sep 03 23:44:16.919 INFO O| Sep 03 23:44:16.919 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-09-03T23:44:18.100Z[ recovery-image] Sep 03 23:44:16.955 INFO O| Sep 03 23:44:16.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
62492024-09-03T23:44:18.100Z[ recovery-image] Sep 03 23:44:16.955 INFO O| Sep 03 23:44:16.955 INFO STEP 738 (remove_files) COMPLETE
62502024-09-03T23:44:18.102Z[ recovery-image] Sep 03 23:44:16.955 INFO O| Sep 03 23:44:16.955 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-09-03T23:44:18.122Z[ recovery-image] Sep 03 23:44:16.977 INFO O| Sep 03 23:44:16.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
62522024-09-03T23:44:18.122Z[ recovery-image] Sep 03 23:44:16.977 INFO O| Sep 03 23:44:16.977 INFO STEP 739 (remove_files) COMPLETE
62532024-09-03T23:44:18.125Z[ recovery-image] Sep 03 23:44:16.977 INFO O| Sep 03 23:44:16.977 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-09-03T23:44:18.174Z[ recovery-image] Sep 03 23:44:17.029 INFO O| Sep 03 23:44:17.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62552024-09-03T23:44:18.176Z[ recovery-image] Sep 03 23:44:17.029 INFO O| Sep 03 23:44:17.029 INFO STEP 740 (remove_files) COMPLETE
62562024-09-03T23:44:18.176Z[ recovery-image] Sep 03 23:44:17.029 INFO O| Sep 03 23:44:17.029 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-09-03T23:44:18.206Z[ recovery-image] Sep 03 23:44:17.061 INFO O| Sep 03 23:44:17.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62582024-09-03T23:44:18.206Z[ recovery-image] Sep 03 23:44:17.061 INFO O| Sep 03 23:44:17.061 INFO STEP 741 (remove_files) COMPLETE
62592024-09-03T23:44:18.206Z[ recovery-image] Sep 03 23:44:17.061 INFO O| Sep 03 23:44:17.061 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-09-03T23:44:18.228Z[ recovery-image] Sep 03 23:44:17.083 INFO O| Sep 03 23:44:17.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62612024-09-03T23:44:18.228Z[ recovery-image] Sep 03 23:44:17.083 INFO O| Sep 03 23:44:17.083 INFO STEP 742 (remove_files) COMPLETE
62622024-09-03T23:44:18.228Z[ recovery-image] Sep 03 23:44:17.083 INFO O| Sep 03 23:44:17.083 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-09-03T23:44:18.266Z[ recovery-image] Sep 03 23:44:17.121 INFO O| Sep 03 23:44:17.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
62642024-09-03T23:44:18.266Z[ recovery-image] Sep 03 23:44:17.121 INFO O| Sep 03 23:44:17.121 INFO STEP 743 (remove_files) COMPLETE
62652024-09-03T23:44:18.266Z[ recovery-image] Sep 03 23:44:17.121 INFO O| Sep 03 23:44:17.121 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-09-03T23:44:18.286Z[ recovery-image] Sep 03 23:44:17.141 INFO O| Sep 03 23:44:17.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
62672024-09-03T23:44:18.286Z[ recovery-image] Sep 03 23:44:17.142 INFO O| Sep 03 23:44:17.142 INFO STEP 744 (remove_files) COMPLETE
62682024-09-03T23:44:18.286Z[ recovery-image] Sep 03 23:44:17.142 INFO O| Sep 03 23:44:17.142 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-09-03T23:44:18.306Z[ recovery-image] Sep 03 23:44:17.161 INFO O| Sep 03 23:44:17.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
62702024-09-03T23:44:18.306Z[ recovery-image] Sep 03 23:44:17.161 INFO O| Sep 03 23:44:17.161 INFO STEP 745 (remove_files) COMPLETE
62712024-09-03T23:44:18.306Z[ recovery-image] Sep 03 23:44:17.161 INFO O| Sep 03 23:44:17.161 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-09-03T23:44:18.325Z[ recovery-image] Sep 03 23:44:17.180 INFO O| Sep 03 23:44:17.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
62732024-09-03T23:44:18.325Z[ recovery-image] Sep 03 23:44:17.180 INFO O| Sep 03 23:44:17.180 INFO STEP 746 (remove_files) COMPLETE
62742024-09-03T23:44:18.327Z[ recovery-image] Sep 03 23:44:17.180 INFO O| Sep 03 23:44:17.180 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-09-03T23:44:18.344Z[ recovery-image] Sep 03 23:44:17.199 INFO O| Sep 03 23:44:17.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
62762024-09-03T23:44:18.344Z[ recovery-image] Sep 03 23:44:17.199 INFO O| Sep 03 23:44:17.199 INFO STEP 747 (remove_files) COMPLETE
62772024-09-03T23:44:18.347Z[ recovery-image] Sep 03 23:44:17.199 INFO O| Sep 03 23:44:17.199 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-09-03T23:44:18.400Z[ recovery-image] Sep 03 23:44:17.254 INFO O| Sep 03 23:44:17.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
62792024-09-03T23:44:18.400Z[ recovery-image] Sep 03 23:44:17.254 INFO O| Sep 03 23:44:17.254 INFO STEP 748 (remove_files) COMPLETE
62802024-09-03T23:44:18.400Z[ recovery-image] Sep 03 23:44:17.254 INFO O| Sep 03 23:44:17.254 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-09-03T23:44:18.437Z[ recovery-image] Sep 03 23:44:17.291 INFO O| Sep 03 23:44:17.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
62822024-09-03T23:44:18.437Z[ recovery-image] Sep 03 23:44:17.292 INFO O| Sep 03 23:44:17.292 INFO STEP 749 (remove_files) COMPLETE
62832024-09-03T23:44:18.437Z[ recovery-image] Sep 03 23:44:17.292 INFO O| Sep 03 23:44:17.292 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-09-03T23:44:18.457Z[ recovery-image] Sep 03 23:44:17.311 INFO O| Sep 03 23:44:17.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
62852024-09-03T23:44:18.457Z[ recovery-image] Sep 03 23:44:17.311 INFO O| Sep 03 23:44:17.311 INFO STEP 750 (remove_files) COMPLETE
62862024-09-03T23:44:18.457Z[ recovery-image] Sep 03 23:44:17.311 INFO O| Sep 03 23:44:17.311 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-09-03T23:44:18.495Z[ recovery-image] Sep 03 23:44:17.349 INFO O| Sep 03 23:44:17.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
62882024-09-03T23:44:18.495Z[ recovery-image] Sep 03 23:44:17.349 INFO O| Sep 03 23:44:17.349 INFO STEP 751 (remove_files) COMPLETE
62892024-09-03T23:44:18.495Z[ recovery-image] Sep 03 23:44:17.349 INFO O| Sep 03 23:44:17.349 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-09-03T23:44:18.531Z[ recovery-image] Sep 03 23:44:17.385 INFO O| Sep 03 23:44:17.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
62912024-09-03T23:44:18.531Z[ recovery-image] Sep 03 23:44:17.385 INFO O| Sep 03 23:44:17.385 INFO STEP 752 (remove_files) COMPLETE
62922024-09-03T23:44:18.531Z[ recovery-image] Sep 03 23:44:17.385 INFO O| Sep 03 23:44:17.385 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-09-03T23:44:18.549Z[ recovery-image] Sep 03 23:44:17.404 INFO O| Sep 03 23:44:17.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
62942024-09-03T23:44:18.549Z[ recovery-image] Sep 03 23:44:17.404 INFO O| Sep 03 23:44:17.404 INFO STEP 753 (remove_files) COMPLETE
62952024-09-03T23:44:18.549Z[ recovery-image] Sep 03 23:44:17.404 INFO O| Sep 03 23:44:17.404 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-09-03T23:44:18.569Z[ recovery-image] Sep 03 23:44:17.424 INFO O| Sep 03 23:44:17.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
62972024-09-03T23:44:18.571Z[ recovery-image] Sep 03 23:44:17.424 INFO O| Sep 03 23:44:17.424 INFO STEP 754 (remove_files) COMPLETE
62982024-09-03T23:44:18.571Z[ recovery-image] Sep 03 23:44:17.425 INFO O| Sep 03 23:44:17.424 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-09-03T23:44:18.590Z[ recovery-image] Sep 03 23:44:17.445 INFO O| Sep 03 23:44:17.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63002024-09-03T23:44:18.592Z[ recovery-image] Sep 03 23:44:17.445 INFO O| Sep 03 23:44:17.445 INFO STEP 755 (remove_files) COMPLETE
63012024-09-03T23:44:18.592Z[ recovery-image] Sep 03 23:44:17.445 INFO O| Sep 03 23:44:17.445 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-09-03T23:44:18.610Z[ recovery-image] Sep 03 23:44:17.465 INFO O| Sep 03 23:44:17.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63032024-09-03T23:44:18.613Z[ recovery-image] Sep 03 23:44:17.465 INFO O| Sep 03 23:44:17.465 INFO STEP 756 (remove_files) COMPLETE
63042024-09-03T23:44:18.613Z[ recovery-image] Sep 03 23:44:17.466 INFO O| Sep 03 23:44:17.465 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-09-03T23:44:18.640Z[ recovery-image] Sep 03 23:44:17.495 INFO O| Sep 03 23:44:17.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
63062024-09-03T23:44:18.643Z[ recovery-image] Sep 03 23:44:17.495 INFO O| Sep 03 23:44:17.495 INFO STEP 757 (remove_files) COMPLETE
63072024-09-03T23:44:18.643Z[ recovery-image] Sep 03 23:44:17.496 INFO O| Sep 03 23:44:17.495 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-09-03T23:44:18.677Z[ recovery-image] Sep 03 23:44:17.532 INFO O| Sep 03 23:44:17.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
63092024-09-03T23:44:18.679Z[ recovery-image] Sep 03 23:44:17.532 INFO O| Sep 03 23:44:17.532 INFO STEP 758 (remove_files) COMPLETE
63102024-09-03T23:44:18.680Z[ recovery-image] Sep 03 23:44:17.532 INFO O| Sep 03 23:44:17.532 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-09-03T23:44:18.743Z[ recovery-image] Sep 03 23:44:17.598 INFO O| Sep 03 23:44:17.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
63122024-09-03T23:44:18.744Z[ recovery-image] Sep 03 23:44:17.598 INFO O| Sep 03 23:44:17.598 INFO STEP 759 (remove_files) COMPLETE
63132024-09-03T23:44:18.746Z[ recovery-image] Sep 03 23:44:17.598 INFO O| Sep 03 23:44:17.598 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-09-03T23:44:18.762Z[ recovery-image] Sep 03 23:44:17.617 INFO O| Sep 03 23:44:17.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
63152024-09-03T23:44:18.790Z[ recovery-image] Sep 03 23:44:17.644 INFO O| Sep 03 23:44:17.644 INFO STEP 760 (remove_files) COMPLETE
63162024-09-03T23:44:18.790Z[ recovery-image] Sep 03 23:44:17.644 INFO O| Sep 03 23:44:17.644 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-09-03T23:44:18.872Z[ recovery-image] Sep 03 23:44:17.727 INFO O| Sep 03 23:44:17.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63182024-09-03T23:44:18.872Z[ recovery-image] Sep 03 23:44:17.727 INFO O| Sep 03 23:44:17.727 INFO STEP 761 (remove_files) COMPLETE
63192024-09-03T23:44:18.872Z[ recovery-image] Sep 03 23:44:17.727 INFO O| Sep 03 23:44:17.727 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-09-03T23:44:18.886Z[ host-image] Sep 03 23:44:17.741 INFO O| Sep 03 23:44:17.741 INFO O| Actions: Completed 22 actions in 0.94 seconds.
63212024-09-03T23:44:18.893Z[ recovery-image] Sep 03 23:44:17.748 INFO O| Sep 03 23:44:17.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63222024-09-03T23:44:18.893Z[ recovery-image] Sep 03 23:44:17.748 INFO O| Sep 03 23:44:17.748 INFO STEP 762 (remove_files) COMPLETE
63232024-09-03T23:44:18.896Z[ recovery-image] Sep 03 23:44:17.748 INFO O| Sep 03 23:44:17.748 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-09-03T23:44:18.915Z[ recovery-image] Sep 03 23:44:17.770 INFO O| Sep 03 23:44:17.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63252024-09-03T23:44:18.915Z[ recovery-image] Sep 03 23:44:17.770 INFO O| Sep 03 23:44:17.770 INFO STEP 763 (remove_files) COMPLETE
63262024-09-03T23:44:18.917Z[ recovery-image] Sep 03 23:44:17.770 INFO O| Sep 03 23:44:17.770 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-09-03T23:44:18.936Z[ recovery-image] Sep 03 23:44:17.791 INFO O| Sep 03 23:44:17.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63282024-09-03T23:44:18.936Z[ recovery-image] Sep 03 23:44:17.791 INFO O| Sep 03 23:44:17.791 INFO STEP 764 (remove_files) COMPLETE
63292024-09-03T23:44:18.936Z[ recovery-image] Sep 03 23:44:17.791 INFO O| Sep 03 23:44:17.791 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-09-03T23:44:18.955Z[ recovery-image] Sep 03 23:44:17.810 INFO O| Sep 03 23:44:17.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63312024-09-03T23:44:18.955Z[ recovery-image] Sep 03 23:44:17.810 INFO O| Sep 03 23:44:17.810 INFO STEP 765 (remove_files) COMPLETE
63322024-09-03T23:44:18.957Z[ recovery-image] Sep 03 23:44:17.810 INFO O| Sep 03 23:44:17.810 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-09-03T23:44:18.974Z[ recovery-image] Sep 03 23:44:17.829 INFO O| Sep 03 23:44:17.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63342024-09-03T23:44:18.974Z[ recovery-image] Sep 03 23:44:17.829 INFO O| Sep 03 23:44:17.829 INFO STEP 766 (remove_files) COMPLETE
63352024-09-03T23:44:18.974Z[ recovery-image] Sep 03 23:44:17.829 INFO O| Sep 03 23:44:17.829 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-09-03T23:44:18.999Z[ recovery-image] Sep 03 23:44:17.853 INFO O| Sep 03 23:44:17.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63372024-09-03T23:44:18.999Z[ recovery-image] Sep 03 23:44:17.853 INFO O| Sep 03 23:44:17.853 INFO STEP 767 (remove_files) COMPLETE
63382024-09-03T23:44:18.999Z[ recovery-image] Sep 03 23:44:17.853 INFO O| Sep 03 23:44:17.853 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-09-03T23:44:19.042Z[ recovery-image] Sep 03 23:44:17.897 INFO O| Sep 03 23:44:17.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63402024-09-03T23:44:19.042Z[ recovery-image] Sep 03 23:44:17.897 INFO O| Sep 03 23:44:17.897 INFO STEP 768 (remove_files) COMPLETE
63412024-09-03T23:44:19.042Z[ recovery-image] Sep 03 23:44:17.897 INFO O| Sep 03 23:44:17.897 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-09-03T23:44:19.062Z[ recovery-image] Sep 03 23:44:17.917 INFO O| Sep 03 23:44:17.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
63432024-09-03T23:44:19.062Z[ recovery-image] Sep 03 23:44:17.917 INFO O| Sep 03 23:44:17.917 INFO STEP 769 (remove_files) COMPLETE
63442024-09-03T23:44:19.064Z[ recovery-image] Sep 03 23:44:17.917 INFO O| Sep 03 23:44:17.917 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-09-03T23:44:19.107Z[ recovery-image] Sep 03 23:44:17.961 INFO O| Sep 03 23:44:17.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
63462024-09-03T23:44:19.107Z[ recovery-image] Sep 03 23:44:17.962 INFO O| Sep 03 23:44:17.962 INFO STEP 770 (remove_files) COMPLETE
63472024-09-03T23:44:19.107Z[ recovery-image] Sep 03 23:44:17.962 INFO O| Sep 03 23:44:17.962 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-09-03T23:44:19.126Z[ recovery-image] Sep 03 23:44:17.981 INFO O| Sep 03 23:44:17.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
63492024-09-03T23:44:19.126Z[ recovery-image] Sep 03 23:44:17.981 INFO O| Sep 03 23:44:17.981 INFO STEP 771 (remove_files) COMPLETE
63502024-09-03T23:44:19.129Z[ recovery-image] Sep 03 23:44:17.981 INFO O| Sep 03 23:44:17.981 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-09-03T23:44:19.164Z[ recovery-image] Sep 03 23:44:18.019 INFO O| Sep 03 23:44:18.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63522024-09-03T23:44:19.164Z[ recovery-image] Sep 03 23:44:18.019 INFO O| Sep 03 23:44:18.019 INFO STEP 772 (remove_files) COMPLETE
63532024-09-03T23:44:19.167Z[ recovery-image] Sep 03 23:44:18.019 INFO O| Sep 03 23:44:18.019 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-09-03T23:44:19.186Z[ recovery-image] Sep 03 23:44:18.041 INFO O| Sep 03 23:44:18.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63552024-09-03T23:44:19.189Z[ recovery-image] Sep 03 23:44:18.041 INFO O| Sep 03 23:44:18.041 INFO STEP 773 (remove_files) COMPLETE
63562024-09-03T23:44:19.189Z[ recovery-image] Sep 03 23:44:18.041 INFO O| Sep 03 23:44:18.041 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-09-03T23:44:19.208Z[ recovery-image] Sep 03 23:44:18.063 INFO O| Sep 03 23:44:18.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63582024-09-03T23:44:19.211Z[ recovery-image] Sep 03 23:44:18.063 INFO O| Sep 03 23:44:18.063 INFO STEP 774 (remove_files) COMPLETE
63592024-09-03T23:44:19.211Z[ recovery-image] Sep 03 23:44:18.063 INFO O| Sep 03 23:44:18.063 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-09-03T23:44:19.231Z[ recovery-image] Sep 03 23:44:18.086 INFO O| Sep 03 23:44:18.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
63612024-09-03T23:44:19.231Z[ recovery-image] Sep 03 23:44:18.086 INFO O| Sep 03 23:44:18.086 INFO STEP 775 (remove_files) COMPLETE
63622024-09-03T23:44:19.231Z[ recovery-image] Sep 03 23:44:18.086 INFO O| Sep 03 23:44:18.086 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-09-03T23:44:19.256Z[ recovery-image] Sep 03 23:44:18.111 INFO O| Sep 03 23:44:18.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
63642024-09-03T23:44:19.256Z[ recovery-image] Sep 03 23:44:18.111 INFO O| Sep 03 23:44:18.111 INFO STEP 776 (remove_files) COMPLETE
63652024-09-03T23:44:19.258Z[ recovery-image] Sep 03 23:44:18.111 INFO O| Sep 03 23:44:18.111 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-09-03T23:44:19.278Z[ recovery-image] Sep 03 23:44:18.133 INFO O| Sep 03 23:44:18.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
63672024-09-03T23:44:19.278Z[ recovery-image] Sep 03 23:44:18.133 INFO O| Sep 03 23:44:18.133 INFO STEP 777 (remove_files) COMPLETE
63682024-09-03T23:44:19.278Z[ recovery-image] Sep 03 23:44:18.133 INFO O| Sep 03 23:44:18.133 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-09-03T23:44:19.288Z[ host-image] Sep 03 23:44:18.143 INFO O| Sep 03 23:44:18.143 INFO O| Done
63702024-09-03T23:44:19.288Z[ host-image] Sep 03 23:44:18.143 INFO O| Sep 03 23:44:18.143 INFO O| Done
63712024-09-03T23:44:19.328Z[ recovery-image] Sep 03 23:44:18.183 INFO O| Sep 03 23:44:18.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
63722024-09-03T23:44:19.328Z[ recovery-image] Sep 03 23:44:18.183 INFO O| Sep 03 23:44:18.183 INFO STEP 778 (remove_files) COMPLETE
63732024-09-03T23:44:19.328Z[ recovery-image] Sep 03 23:44:18.183 INFO O| Sep 03 23:44:18.183 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-09-03T23:44:19.348Z[ recovery-image] Sep 03 23:44:18.203 INFO O| Sep 03 23:44:18.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
63752024-09-03T23:44:19.348Z[ recovery-image] Sep 03 23:44:18.203 INFO O| Sep 03 23:44:18.203 INFO STEP 779 (remove_files) COMPLETE
63762024-09-03T23:44:19.348Z[ recovery-image] Sep 03 23:44:18.203 INFO O| Sep 03 23:44:18.203 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-09-03T23:44:19.385Z[ recovery-image] Sep 03 23:44:18.240 INFO O| Sep 03 23:44:18.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
63782024-09-03T23:44:19.385Z[ recovery-image] Sep 03 23:44:18.240 INFO O| Sep 03 23:44:18.240 INFO STEP 780 (remove_files) COMPLETE
63792024-09-03T23:44:19.387Z[ recovery-image] Sep 03 23:44:18.240 INFO O| Sep 03 23:44:18.240 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-09-03T23:44:19.426Z[ recovery-image] Sep 03 23:44:18.281 INFO O| Sep 03 23:44:18.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
63812024-09-03T23:44:19.426Z[ recovery-image] Sep 03 23:44:18.281 INFO O| Sep 03 23:44:18.281 INFO STEP 781 (remove_files) COMPLETE
63822024-09-03T23:44:19.426Z[ recovery-image] Sep 03 23:44:18.281 INFO O| Sep 03 23:44:18.281 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-09-03T23:44:19.444Z[ recovery-image] Sep 03 23:44:18.299 INFO O| Sep 03 23:44:18.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
63842024-09-03T23:44:19.444Z[ recovery-image] Sep 03 23:44:18.299 INFO O| Sep 03 23:44:18.299 INFO STEP 782 (remove_files) COMPLETE
63852024-09-03T23:44:19.444Z[ recovery-image] Sep 03 23:44:18.299 INFO O| Sep 03 23:44:18.299 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-09-03T23:44:19.479Z[ recovery-image] Sep 03 23:44:18.334 INFO O| Sep 03 23:44:18.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
63872024-09-03T23:44:19.479Z[ recovery-image] Sep 03 23:44:18.334 INFO O| Sep 03 23:44:18.334 INFO STEP 783 (remove_files) COMPLETE
63882024-09-03T23:44:19.482Z[ recovery-image] Sep 03 23:44:18.334 INFO O| Sep 03 23:44:18.334 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-09-03T23:44:19.516Z[ recovery-image] Sep 03 23:44:18.371 INFO O| Sep 03 23:44:18.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
63902024-09-03T23:44:19.516Z[ recovery-image] Sep 03 23:44:18.371 INFO O| Sep 03 23:44:18.371 INFO STEP 784 (remove_files) COMPLETE
63912024-09-03T23:44:19.516Z[ recovery-image] Sep 03 23:44:18.371 INFO O| Sep 03 23:44:18.371 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-09-03T23:44:19.550Z[ recovery-image] Sep 03 23:44:18.405 INFO O| Sep 03 23:44:18.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
63932024-09-03T23:44:19.550Z[ recovery-image] Sep 03 23:44:18.405 INFO O| Sep 03 23:44:18.405 INFO STEP 785 (remove_files) COMPLETE
63942024-09-03T23:44:19.553Z[ recovery-image] Sep 03 23:44:18.405 INFO O| Sep 03 23:44:18.405 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-09-03T23:44:19.610Z[ recovery-image] Sep 03 23:44:18.464 INFO O| Sep 03 23:44:18.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
63962024-09-03T23:44:19.610Z[ recovery-image] Sep 03 23:44:18.465 INFO O| Sep 03 23:44:18.465 INFO STEP 786 (remove_files) COMPLETE
63972024-09-03T23:44:19.612Z[ recovery-image] Sep 03 23:44:18.465 INFO O| Sep 03 23:44:18.465 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-09-03T23:44:19.629Z[ recovery-image] Sep 03 23:44:18.484 INFO O| Sep 03 23:44:18.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
63992024-09-03T23:44:19.629Z[ recovery-image] Sep 03 23:44:18.484 INFO O| Sep 03 23:44:18.484 INFO STEP 787 (remove_files) COMPLETE
64002024-09-03T23:44:19.629Z[ recovery-image] Sep 03 23:44:18.484 INFO O| Sep 03 23:44:18.484 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-09-03T23:44:19.646Z[ recovery-image] Sep 03 23:44:18.501 INFO O| Sep 03 23:44:18.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64022024-09-03T23:44:19.646Z[ recovery-image] Sep 03 23:44:18.501 INFO O| Sep 03 23:44:18.501 INFO STEP 788 (remove_files) COMPLETE
64032024-09-03T23:44:19.646Z[ recovery-image] Sep 03 23:44:18.501 INFO O| Sep 03 23:44:18.501 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-09-03T23:44:19.682Z[ recovery-image] Sep 03 23:44:18.536 INFO O| Sep 03 23:44:18.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64052024-09-03T23:44:19.682Z[ recovery-image] Sep 03 23:44:18.536 INFO O| Sep 03 23:44:18.536 INFO STEP 789 (remove_files) COMPLETE
64062024-09-03T23:44:19.682Z[ recovery-image] Sep 03 23:44:18.536 INFO O| Sep 03 23:44:18.536 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-09-03T23:44:19.737Z[ recovery-image] Sep 03 23:44:18.592 INFO O| Sep 03 23:44:18.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64082024-09-03T23:44:19.738Z[ recovery-image] Sep 03 23:44:18.592 INFO O| Sep 03 23:44:18.592 INFO STEP 790 (remove_files) COMPLETE
64092024-09-03T23:44:19.740Z[ recovery-image] Sep 03 23:44:18.593 INFO O| Sep 03 23:44:18.592 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-09-03T23:44:19.755Z[ recovery-image] Sep 03 23:44:18.610 INFO O| Sep 03 23:44:18.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
64112024-09-03T23:44:19.755Z[ recovery-image] Sep 03 23:44:18.611 INFO O| Sep 03 23:44:18.610 INFO STEP 791 (remove_files) COMPLETE
64122024-09-03T23:44:19.755Z[ recovery-image] Sep 03 23:44:18.611 INFO O| Sep 03 23:44:18.611 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-09-03T23:44:19.773Z[ recovery-image] Sep 03 23:44:18.628 INFO O| Sep 03 23:44:18.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
64142024-09-03T23:44:19.773Z[ recovery-image] Sep 03 23:44:18.628 INFO O| Sep 03 23:44:18.628 INFO STEP 792 (remove_files) COMPLETE
64152024-09-03T23:44:19.773Z[ recovery-image] Sep 03 23:44:18.628 INFO O| Sep 03 23:44:18.628 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-09-03T23:44:19.795Z[ recovery-image] Sep 03 23:44:18.650 INFO O| Sep 03 23:44:18.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
64172024-09-03T23:44:19.798Z[ recovery-image] Sep 03 23:44:18.650 INFO O| Sep 03 23:44:18.650 INFO STEP 793 (remove_files) COMPLETE
64182024-09-03T23:44:19.798Z[ recovery-image] Sep 03 23:44:18.651 INFO O| Sep 03 23:44:18.650 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-09-03T23:44:19.814Z[ recovery-image] Sep 03 23:44:18.670 INFO O| Sep 03 23:44:18.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64202024-09-03T23:44:19.817Z[ recovery-image] Sep 03 23:44:18.670 INFO O| Sep 03 23:44:18.670 INFO STEP 794 (remove_files) COMPLETE
64212024-09-03T23:44:19.817Z[ recovery-image] Sep 03 23:44:18.670 INFO O| Sep 03 23:44:18.670 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-09-03T23:44:19.875Z[ recovery-image] Sep 03 23:44:18.730 INFO O| Sep 03 23:44:18.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64232024-09-03T23:44:19.877Z[ recovery-image] Sep 03 23:44:18.730 INFO O| Sep 03 23:44:18.730 INFO STEP 795 (remove_files) COMPLETE
64242024-09-03T23:44:19.877Z[ recovery-image] Sep 03 23:44:18.730 INFO O| Sep 03 23:44:18.730 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-09-03T23:44:19.906Z[ recovery-image] Sep 03 23:44:18.761 INFO O| Sep 03 23:44:18.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64262024-09-03T23:44:19.909Z[ recovery-image] Sep 03 23:44:18.761 INFO O| Sep 03 23:44:18.761 INFO STEP 796 (remove_files) COMPLETE
64272024-09-03T23:44:19.909Z[ recovery-image] Sep 03 23:44:18.762 INFO O| Sep 03 23:44:18.762 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-09-03T23:44:19.926Z[ recovery-image] Sep 03 23:44:18.781 INFO O| Sep 03 23:44:18.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64292024-09-03T23:44:19.929Z[ recovery-image] Sep 03 23:44:18.782 INFO O| Sep 03 23:44:18.782 INFO STEP 797 (remove_files) COMPLETE
64302024-09-03T23:44:19.929Z[ recovery-image] Sep 03 23:44:18.782 INFO O| Sep 03 23:44:18.782 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-09-03T23:44:19.958Z[ recovery-image] Sep 03 23:44:18.813 INFO O| Sep 03 23:44:18.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64322024-09-03T23:44:19.958Z[ recovery-image] Sep 03 23:44:18.813 INFO O| Sep 03 23:44:18.813 INFO STEP 798 (remove_files) COMPLETE
64332024-09-03T23:44:19.961Z[ recovery-image] Sep 03 23:44:18.813 INFO O| Sep 03 23:44:18.813 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-09-03T23:44:19.976Z[ recovery-image] Sep 03 23:44:18.831 INFO O| Sep 03 23:44:18.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64352024-09-03T23:44:19.976Z[ recovery-image] Sep 03 23:44:18.831 INFO O| Sep 03 23:44:18.831 INFO STEP 799 (remove_files) COMPLETE
64362024-09-03T23:44:19.980Z[ recovery-image] Sep 03 23:44:18.831 INFO O| Sep 03 23:44:18.831 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-09-03T23:44:19.994Z[ recovery-image] Sep 03 23:44:18.849 INFO O| Sep 03 23:44:18.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64382024-09-03T23:44:19.994Z[ recovery-image] Sep 03 23:44:18.849 INFO O| Sep 03 23:44:18.849 INFO STEP 800 (remove_files) COMPLETE
64392024-09-03T23:44:19.994Z[ recovery-image] Sep 03 23:44:18.849 INFO O| Sep 03 23:44:18.849 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-09-03T23:44:20.036Z[ recovery-image] Sep 03 23:44:18.891 INFO O| Sep 03 23:44:18.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
64412024-09-03T23:44:20.039Z[ recovery-image] Sep 03 23:44:18.891 INFO O| Sep 03 23:44:18.891 INFO STEP 801 (remove_files) COMPLETE
64422024-09-03T23:44:20.039Z[ recovery-image] Sep 03 23:44:18.891 INFO O| Sep 03 23:44:18.891 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-09-03T23:44:20.056Z[ recovery-image] Sep 03 23:44:18.910 INFO O| Sep 03 23:44:18.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64442024-09-03T23:44:20.060Z[ recovery-image] Sep 03 23:44:18.911 INFO O| Sep 03 23:44:18.911 INFO STEP 802 (remove_files) COMPLETE
64452024-09-03T23:44:20.060Z[ recovery-image] Sep 03 23:44:18.911 INFO O| Sep 03 23:44:18.911 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-09-03T23:44:20.065Z[ host-image] Sep 03 23:44:18.920 INFO O| Sep 03 23:44:18.920 INFO O| Done
64472024-09-03T23:44:20.081Z[ recovery-image] Sep 03 23:44:18.936 INFO O| Sep 03 23:44:18.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
64482024-09-03T23:44:20.081Z[ recovery-image] Sep 03 23:44:18.936 INFO O| Sep 03 23:44:18.936 INFO STEP 803 (remove_files) COMPLETE
64492024-09-03T23:44:20.082Z[ recovery-image] Sep 03 23:44:18.936 INFO O| Sep 03 23:44:18.936 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-09-03T23:44:20.100Z[ recovery-image] Sep 03 23:44:18.954 INFO O| Sep 03 23:44:18.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
64512024-09-03T23:44:20.100Z[ recovery-image] Sep 03 23:44:18.954 INFO O| Sep 03 23:44:18.954 INFO STEP 804 (remove_files) COMPLETE
64522024-09-03T23:44:20.100Z[ recovery-image] Sep 03 23:44:18.955 INFO O| Sep 03 23:44:18.954 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-09-03T23:44:20.131Z[ recovery-image] Sep 03 23:44:18.986 INFO O| Sep 03 23:44:18.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
64542024-09-03T23:44:20.134Z[ recovery-image] Sep 03 23:44:18.986 INFO O| Sep 03 23:44:18.986 INFO STEP 805 (remove_files) COMPLETE
64552024-09-03T23:44:20.134Z[ recovery-image] Sep 03 23:44:18.986 INFO O| Sep 03 23:44:18.986 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-09-03T23:44:20.164Z[ recovery-image] Sep 03 23:44:19.018 INFO O| Sep 03 23:44:19.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
64572024-09-03T23:44:20.164Z[ recovery-image] Sep 03 23:44:19.018 INFO O| Sep 03 23:44:19.018 INFO STEP 806 (remove_files) COMPLETE
64582024-09-03T23:44:20.164Z[ recovery-image] Sep 03 23:44:19.018 INFO O| Sep 03 23:44:19.018 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-09-03T23:44:20.195Z[ recovery-image] Sep 03 23:44:19.050 INFO O| Sep 03 23:44:19.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
64602024-09-03T23:44:20.195Z[ recovery-image] Sep 03 23:44:19.050 INFO O| Sep 03 23:44:19.050 INFO STEP 807 (remove_files) COMPLETE
64612024-09-03T23:44:20.198Z[ recovery-image] Sep 03 23:44:19.050 INFO O| Sep 03 23:44:19.050 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-09-03T23:44:20.234Z[ recovery-image] Sep 03 23:44:19.089 INFO O| Sep 03 23:44:19.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
64632024-09-03T23:44:20.236Z[ recovery-image] Sep 03 23:44:19.089 INFO O| Sep 03 23:44:19.089 INFO STEP 808 (remove_files) COMPLETE
64642024-09-03T23:44:20.237Z[ recovery-image] Sep 03 23:44:19.089 INFO O| Sep 03 23:44:19.089 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-09-03T23:44:20.254Z[ recovery-image] Sep 03 23:44:19.109 INFO O| Sep 03 23:44:19.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
64662024-09-03T23:44:20.254Z[ recovery-image] Sep 03 23:44:19.109 INFO O| Sep 03 23:44:19.109 INFO STEP 809 (remove_files) COMPLETE
64672024-09-03T23:44:20.257Z[ recovery-image] Sep 03 23:44:19.109 INFO O| Sep 03 23:44:19.109 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-09-03T23:44:20.273Z[ recovery-image] Sep 03 23:44:19.128 INFO O| Sep 03 23:44:19.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
64692024-09-03T23:44:20.275Z[ recovery-image] Sep 03 23:44:19.129 INFO O| Sep 03 23:44:19.128 INFO STEP 810 (remove_files) COMPLETE
64702024-09-03T23:44:20.275Z[ recovery-image] Sep 03 23:44:19.129 INFO O| Sep 03 23:44:19.128 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-09-03T23:44:20.289Z[ recovery-image] Sep 03 23:44:19.144 INFO O| Sep 03 23:44:19.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
64722024-09-03T23:44:20.292Z[ recovery-image] Sep 03 23:44:19.145 INFO O| Sep 03 23:44:19.145 INFO STEP 811 (remove_files) COMPLETE
64732024-09-03T23:44:20.292Z[ recovery-image] Sep 03 23:44:19.145 INFO O| Sep 03 23:44:19.145 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-09-03T23:44:20.305Z[ recovery-image] Sep 03 23:44:19.160 INFO O| Sep 03 23:44:19.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
64752024-09-03T23:44:20.305Z[ recovery-image] Sep 03 23:44:19.160 INFO O| Sep 03 23:44:19.160 INFO STEP 812 (remove_files) COMPLETE
64762024-09-03T23:44:20.305Z[ recovery-image] Sep 03 23:44:19.160 INFO O| Sep 03 23:44:19.160 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-09-03T23:44:20.323Z[ recovery-image] Sep 03 23:44:19.178 INFO O| Sep 03 23:44:19.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
64782024-09-03T23:44:20.323Z[ recovery-image] Sep 03 23:44:19.178 INFO O| Sep 03 23:44:19.178 INFO STEP 813 (remove_files) COMPLETE
64792024-09-03T23:44:20.323Z[ recovery-image] Sep 03 23:44:19.178 INFO O| Sep 03 23:44:19.178 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-09-03T23:44:20.346Z[ recovery-image] Sep 03 23:44:19.201 INFO O| Sep 03 23:44:19.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
64812024-09-03T23:44:20.346Z[ recovery-image] Sep 03 23:44:19.201 INFO O| Sep 03 23:44:19.201 INFO STEP 814 (remove_files) COMPLETE
64822024-09-03T23:44:20.346Z[ recovery-image] Sep 03 23:44:19.201 INFO O| Sep 03 23:44:19.201 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-09-03T23:44:20.366Z[ recovery-image] Sep 03 23:44:19.221 INFO O| Sep 03 23:44:19.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
64842024-09-03T23:44:20.366Z[ recovery-image] Sep 03 23:44:19.221 INFO O| Sep 03 23:44:19.221 INFO STEP 815 (remove_files) COMPLETE
64852024-09-03T23:44:20.369Z[ recovery-image] Sep 03 23:44:19.221 INFO O| Sep 03 23:44:19.221 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-09-03T23:44:20.406Z[ recovery-image] Sep 03 23:44:19.261 INFO O| Sep 03 23:44:19.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
64872024-09-03T23:44:20.406Z[ recovery-image] Sep 03 23:44:19.261 INFO O| Sep 03 23:44:19.261 INFO STEP 816 (remove_files) COMPLETE
64882024-09-03T23:44:20.406Z[ recovery-image] Sep 03 23:44:19.261 INFO O| Sep 03 23:44:19.261 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-09-03T23:44:20.424Z[ recovery-image] Sep 03 23:44:19.279 INFO O| Sep 03 23:44:19.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
64902024-09-03T23:44:20.424Z[ recovery-image] Sep 03 23:44:19.279 INFO O| Sep 03 23:44:19.279 INFO STEP 817 (remove_files) COMPLETE
64912024-09-03T23:44:20.427Z[ recovery-image] Sep 03 23:44:19.279 INFO O| Sep 03 23:44:19.279 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-09-03T23:44:20.443Z[ recovery-image] Sep 03 23:44:19.298 INFO O| Sep 03 23:44:19.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
64932024-09-03T23:44:20.443Z[ recovery-image] Sep 03 23:44:19.298 INFO O| Sep 03 23:44:19.298 INFO STEP 818 (remove_files) COMPLETE
64942024-09-03T23:44:20.446Z[ recovery-image] Sep 03 23:44:19.298 INFO O| Sep 03 23:44:19.298 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-09-03T23:44:20.473Z[ recovery-image] Sep 03 23:44:19.328 INFO O| Sep 03 23:44:19.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
64962024-09-03T23:44:20.473Z[ recovery-image] Sep 03 23:44:19.328 INFO O| Sep 03 23:44:19.328 INFO STEP 819 (remove_files) COMPLETE
64972024-09-03T23:44:20.473Z[ recovery-image] Sep 03 23:44:19.328 INFO O| Sep 03 23:44:19.328 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-09-03T23:44:20.492Z[ recovery-image] Sep 03 23:44:19.347 INFO O| Sep 03 23:44:19.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
64992024-09-03T23:44:20.492Z[ recovery-image] Sep 03 23:44:19.347 INFO O| Sep 03 23:44:19.347 INFO STEP 820 (remove_files) COMPLETE
65002024-09-03T23:44:20.495Z[ recovery-image] Sep 03 23:44:19.347 INFO O| Sep 03 23:44:19.347 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-09-03T23:44:20.510Z[ recovery-image] Sep 03 23:44:19.365 INFO O| Sep 03 23:44:19.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65022024-09-03T23:44:20.510Z[ recovery-image] Sep 03 23:44:19.365 INFO O| Sep 03 23:44:19.365 INFO STEP 821 (remove_files) COMPLETE
65032024-09-03T23:44:20.512Z[ recovery-image] Sep 03 23:44:19.365 INFO O| Sep 03 23:44:19.365 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-09-03T23:44:20.529Z[ recovery-image] Sep 03 23:44:19.383 INFO O| Sep 03 23:44:19.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65052024-09-03T23:44:20.529Z[ recovery-image] Sep 03 23:44:19.384 INFO O| Sep 03 23:44:19.384 INFO STEP 822 (remove_files) COMPLETE
65062024-09-03T23:44:20.529Z[ recovery-image] Sep 03 23:44:19.384 INFO O| Sep 03 23:44:19.384 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-09-03T23:44:20.566Z[ recovery-image] Sep 03 23:44:19.421 INFO O| Sep 03 23:44:19.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65082024-09-03T23:44:20.568Z[ recovery-image] Sep 03 23:44:19.421 INFO O| Sep 03 23:44:19.421 INFO STEP 823 (remove_files) COMPLETE
65092024-09-03T23:44:20.568Z[ recovery-image] Sep 03 23:44:19.421 INFO O| Sep 03 23:44:19.421 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-09-03T23:44:20.585Z[ recovery-image] Sep 03 23:44:19.440 INFO O| Sep 03 23:44:19.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
65112024-09-03T23:44:20.585Z[ recovery-image] Sep 03 23:44:19.440 INFO O| Sep 03 23:44:19.440 INFO STEP 824 (remove_files) COMPLETE
65122024-09-03T23:44:20.588Z[ recovery-image] Sep 03 23:44:19.440 INFO O| Sep 03 23:44:19.440 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-09-03T23:44:20.610Z[ recovery-image] Sep 03 23:44:19.465 INFO O| Sep 03 23:44:19.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
65142024-09-03T23:44:20.610Z[ recovery-image] Sep 03 23:44:19.465 INFO O| Sep 03 23:44:19.465 INFO STEP 825 (remove_files) COMPLETE
65152024-09-03T23:44:20.610Z[ recovery-image] Sep 03 23:44:19.465 INFO O| Sep 03 23:44:19.465 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-09-03T23:44:20.629Z[ recovery-image] Sep 03 23:44:19.484 INFO O| Sep 03 23:44:19.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
65172024-09-03T23:44:20.631Z[ recovery-image] Sep 03 23:44:19.484 INFO O| Sep 03 23:44:19.484 INFO STEP 826 (remove_files) COMPLETE
65182024-09-03T23:44:20.631Z[ recovery-image] Sep 03 23:44:19.484 INFO O| Sep 03 23:44:19.484 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-09-03T23:44:20.648Z[ recovery-image] Sep 03 23:44:19.503 INFO O| Sep 03 23:44:19.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
65202024-09-03T23:44:20.648Z[ recovery-image] Sep 03 23:44:19.503 INFO O| Sep 03 23:44:19.503 INFO STEP 827 (remove_files) COMPLETE
65212024-09-03T23:44:20.648Z[ recovery-image] Sep 03 23:44:19.503 INFO O| Sep 03 23:44:19.503 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-09-03T23:44:20.688Z[ recovery-image] Sep 03 23:44:19.543 INFO O| Sep 03 23:44:19.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65232024-09-03T23:44:20.688Z[ recovery-image] Sep 03 23:44:19.543 INFO O| Sep 03 23:44:19.543 INFO STEP 828 (remove_files) COMPLETE
65242024-09-03T23:44:20.691Z[ recovery-image] Sep 03 23:44:19.543 INFO O| Sep 03 23:44:19.543 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-09-03T23:44:20.745Z[ recovery-image] Sep 03 23:44:19.599 INFO O| Sep 03 23:44:19.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65262024-09-03T23:44:20.745Z[ recovery-image] Sep 03 23:44:19.599 INFO O| Sep 03 23:44:19.599 INFO STEP 829 (remove_files) COMPLETE
65272024-09-03T23:44:20.745Z[ recovery-image] Sep 03 23:44:19.599 INFO O| Sep 03 23:44:19.599 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-09-03T23:44:20.769Z[ recovery-image] Sep 03 23:44:19.624 INFO O| Sep 03 23:44:19.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65292024-09-03T23:44:20.772Z[ recovery-image] Sep 03 23:44:19.624 INFO O| Sep 03 23:44:19.624 INFO STEP 830 (remove_files) COMPLETE
65302024-09-03T23:44:20.772Z[ recovery-image] Sep 03 23:44:19.625 INFO O| Sep 03 23:44:19.624 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-09-03T23:44:20.789Z[ recovery-image] Sep 03 23:44:19.644 INFO O| Sep 03 23:44:19.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65322024-09-03T23:44:20.792Z[ recovery-image] Sep 03 23:44:19.644 INFO O| Sep 03 23:44:19.644 INFO STEP 831 (remove_files) COMPLETE
65332024-09-03T23:44:20.793Z[ recovery-image] Sep 03 23:44:19.644 INFO O| Sep 03 23:44:19.644 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-09-03T23:44:20.874Z[ recovery-image] Sep 03 23:44:19.729 INFO O| Sep 03 23:44:19.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65352024-09-03T23:44:20.877Z[ recovery-image] Sep 03 23:44:19.730 INFO O| Sep 03 23:44:19.730 INFO STEP 832 (remove_files) COMPLETE
65362024-09-03T23:44:20.877Z[ recovery-image] Sep 03 23:44:19.730 INFO O| Sep 03 23:44:19.730 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-09-03T23:44:20.895Z[ recovery-image] Sep 03 23:44:19.749 INFO O| Sep 03 23:44:19.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65382024-09-03T23:44:20.898Z[ recovery-image] Sep 03 23:44:19.750 INFO O| Sep 03 23:44:19.750 INFO STEP 833 (remove_files) COMPLETE
65392024-09-03T23:44:20.898Z[ recovery-image] Sep 03 23:44:19.750 INFO O| Sep 03 23:44:19.750 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-09-03T23:44:20.915Z[ recovery-image] Sep 03 23:44:19.770 INFO O| Sep 03 23:44:19.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65412024-09-03T23:44:20.917Z[ recovery-image] Sep 03 23:44:19.770 INFO O| Sep 03 23:44:19.770 INFO STEP 834 (remove_files) COMPLETE
65422024-09-03T23:44:20.917Z[ recovery-image] Sep 03 23:44:19.770 INFO O| Sep 03 23:44:19.770 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-09-03T23:44:20.934Z[ recovery-image] Sep 03 23:44:19.789 INFO O| Sep 03 23:44:19.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65442024-09-03T23:44:20.937Z[ recovery-image] Sep 03 23:44:19.789 INFO O| Sep 03 23:44:19.789 INFO STEP 835 (remove_files) COMPLETE
65452024-09-03T23:44:20.937Z[ recovery-image] Sep 03 23:44:19.790 INFO O| Sep 03 23:44:19.789 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-09-03T23:44:20.954Z[ recovery-image] Sep 03 23:44:19.808 INFO O| Sep 03 23:44:19.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65472024-09-03T23:44:20.959Z[ recovery-image] Sep 03 23:44:19.808 INFO O| Sep 03 23:44:19.808 INFO STEP 836 (remove_files) COMPLETE
65482024-09-03T23:44:20.959Z[ recovery-image] Sep 03 23:44:19.808 INFO O| Sep 03 23:44:19.808 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-09-03T23:44:20.980Z[ recovery-image] Sep 03 23:44:19.835 INFO O| Sep 03 23:44:19.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
65502024-09-03T23:44:20.980Z[ recovery-image] Sep 03 23:44:19.835 INFO O| Sep 03 23:44:19.835 INFO STEP 837 (remove_files) COMPLETE
65512024-09-03T23:44:20.983Z[ recovery-image] Sep 03 23:44:19.835 INFO O| Sep 03 23:44:19.835 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-09-03T23:44:21.018Z[ recovery-image] Sep 03 23:44:19.873 INFO O| Sep 03 23:44:19.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
65532024-09-03T23:44:21.039Z[ recovery-image] Sep 03 23:44:19.894 INFO O| Sep 03 23:44:19.894 INFO STEP 838 (remove_files) COMPLETE
65542024-09-03T23:44:21.039Z[ recovery-image] Sep 03 23:44:19.894 INFO O| Sep 03 23:44:19.894 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-09-03T23:44:21.084Z[ recovery-image] Sep 03 23:44:19.939 INFO O| Sep 03 23:44:19.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
65562024-09-03T23:44:21.084Z[ recovery-image] Sep 03 23:44:19.939 INFO O| Sep 03 23:44:19.939 INFO STEP 839 (remove_files) COMPLETE
65572024-09-03T23:44:21.084Z[ recovery-image] Sep 03 23:44:19.939 INFO O| Sep 03 23:44:19.939 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-09-03T23:44:21.132Z[ recovery-image] Sep 03 23:44:19.987 INFO O| Sep 03 23:44:19.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
65592024-09-03T23:44:21.132Z[ recovery-image] Sep 03 23:44:19.987 INFO O| Sep 03 23:44:19.987 INFO STEP 840 (remove_files) COMPLETE
65602024-09-03T23:44:21.132Z[ recovery-image] Sep 03 23:44:19.987 INFO O| Sep 03 23:44:19.987 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-09-03T23:44:21.156Z[ recovery-image] Sep 03 23:44:20.011 INFO O| Sep 03 23:44:20.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
65622024-09-03T23:44:21.156Z[ recovery-image] Sep 03 23:44:20.011 INFO O| Sep 03 23:44:20.011 INFO STEP 841 (remove_files) COMPLETE
65632024-09-03T23:44:21.158Z[ recovery-image] Sep 03 23:44:20.011 INFO O| Sep 03 23:44:20.011 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-09-03T23:44:21.175Z[ recovery-image] Sep 03 23:44:20.030 INFO O| Sep 03 23:44:20.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
65652024-09-03T23:44:21.175Z[ recovery-image] Sep 03 23:44:20.030 INFO O| Sep 03 23:44:20.030 INFO STEP 842 (remove_files) COMPLETE
65662024-09-03T23:44:21.175Z[ recovery-image] Sep 03 23:44:20.031 INFO O| Sep 03 23:44:20.030 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-09-03T23:44:21.195Z[ recovery-image] Sep 03 23:44:20.050 INFO O| Sep 03 23:44:20.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
65682024-09-03T23:44:21.195Z[ recovery-image] Sep 03 23:44:20.050 INFO O| Sep 03 23:44:20.050 INFO STEP 843 (remove_files) COMPLETE
65692024-09-03T23:44:21.198Z[ recovery-image] Sep 03 23:44:20.051 INFO O| Sep 03 23:44:20.051 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-09-03T23:44:21.216Z[ recovery-image] Sep 03 23:44:20.071 INFO O| Sep 03 23:44:20.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
65712024-09-03T23:44:21.216Z[ recovery-image] Sep 03 23:44:20.071 INFO O| Sep 03 23:44:20.071 INFO STEP 844 (remove_files) COMPLETE
65722024-09-03T23:44:21.219Z[ recovery-image] Sep 03 23:44:20.071 INFO O| Sep 03 23:44:20.071 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-09-03T23:44:21.236Z[ recovery-image] Sep 03 23:44:20.091 INFO O| Sep 03 23:44:20.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
65742024-09-03T23:44:21.236Z[ recovery-image] Sep 03 23:44:20.091 INFO O| Sep 03 23:44:20.091 INFO STEP 845 (remove_files) COMPLETE
65752024-09-03T23:44:21.239Z[ recovery-image] Sep 03 23:44:20.091 INFO O| Sep 03 23:44:20.091 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-09-03T23:44:21.255Z[ recovery-image] Sep 03 23:44:20.110 INFO O| Sep 03 23:44:20.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
65772024-09-03T23:44:21.255Z[ recovery-image] Sep 03 23:44:20.110 INFO O| Sep 03 23:44:20.110 INFO STEP 846 (remove_files) COMPLETE
65782024-09-03T23:44:21.255Z[ recovery-image] Sep 03 23:44:20.110 INFO O| Sep 03 23:44:20.110 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-09-03T23:44:21.272Z[ recovery-image] Sep 03 23:44:20.127 INFO O| Sep 03 23:44:20.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
65802024-09-03T23:44:21.272Z[ recovery-image] Sep 03 23:44:20.127 INFO O| Sep 03 23:44:20.127 INFO STEP 847 (remove_files) COMPLETE
65812024-09-03T23:44:21.274Z[ recovery-image] Sep 03 23:44:20.127 INFO O| Sep 03 23:44:20.127 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-09-03T23:44:21.303Z[ recovery-image] Sep 03 23:44:20.158 INFO O| Sep 03 23:44:20.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
65832024-09-03T23:44:21.303Z[ recovery-image] Sep 03 23:44:20.158 INFO O| Sep 03 23:44:20.158 INFO STEP 848 (remove_files) COMPLETE
65842024-09-03T23:44:21.303Z[ recovery-image] Sep 03 23:44:20.158 INFO O| Sep 03 23:44:20.158 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-09-03T23:44:21.320Z[ recovery-image] Sep 03 23:44:20.175 INFO O| Sep 03 23:44:20.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
65862024-09-03T23:44:21.320Z[ recovery-image] Sep 03 23:44:20.175 INFO O| Sep 03 23:44:20.175 INFO STEP 849 (remove_files) COMPLETE
65872024-09-03T23:44:21.323Z[ recovery-image] Sep 03 23:44:20.175 INFO O| Sep 03 23:44:20.175 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-09-03T23:44:21.352Z[ recovery-image] Sep 03 23:44:20.207 INFO O| Sep 03 23:44:20.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
65892024-09-03T23:44:21.355Z[ recovery-image] Sep 03 23:44:20.207 INFO O| Sep 03 23:44:20.207 INFO STEP 850 (remove_files) COMPLETE
65902024-09-03T23:44:21.355Z[ recovery-image] Sep 03 23:44:20.207 INFO O| Sep 03 23:44:20.207 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-09-03T23:44:21.390Z[ recovery-image] Sep 03 23:44:20.245 INFO O| Sep 03 23:44:20.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
65922024-09-03T23:44:21.390Z[ recovery-image] Sep 03 23:44:20.245 INFO O| Sep 03 23:44:20.245 INFO STEP 851 (remove_files) COMPLETE
65932024-09-03T23:44:21.390Z[ recovery-image] Sep 03 23:44:20.245 INFO O| Sep 03 23:44:20.245 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-09-03T23:44:21.427Z[ recovery-image] Sep 03 23:44:20.282 INFO O| Sep 03 23:44:20.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
65952024-09-03T23:44:21.430Z[ recovery-image] Sep 03 23:44:20.283 INFO O| Sep 03 23:44:20.283 INFO STEP 852 (remove_files) COMPLETE
65962024-09-03T23:44:21.430Z[ recovery-image] Sep 03 23:44:20.283 INFO O| Sep 03 23:44:20.283 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-09-03T23:44:21.447Z[ recovery-image] Sep 03 23:44:20.302 INFO O| Sep 03 23:44:20.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
65982024-09-03T23:44:21.449Z[ recovery-image] Sep 03 23:44:20.302 INFO O| Sep 03 23:44:20.302 INFO STEP 853 (remove_files) COMPLETE
65992024-09-03T23:44:21.449Z[ recovery-image] Sep 03 23:44:20.302 INFO O| Sep 03 23:44:20.302 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-09-03T23:44:21.465Z[ recovery-image] Sep 03 23:44:20.320 INFO O| Sep 03 23:44:20.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
66012024-09-03T23:44:21.465Z[ recovery-image] Sep 03 23:44:20.320 INFO O| Sep 03 23:44:20.320 INFO STEP 854 (remove_files) COMPLETE
66022024-09-03T23:44:21.468Z[ recovery-image] Sep 03 23:44:20.320 INFO O| Sep 03 23:44:20.320 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-09-03T23:44:21.482Z[ recovery-image] Sep 03 23:44:20.337 INFO O| Sep 03 23:44:20.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66042024-09-03T23:44:21.485Z[ recovery-image] Sep 03 23:44:20.338 INFO O| Sep 03 23:44:20.337 INFO STEP 855 (remove_files) COMPLETE
66052024-09-03T23:44:21.485Z[ recovery-image] Sep 03 23:44:20.338 INFO O| Sep 03 23:44:20.338 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-09-03T23:44:21.499Z[ recovery-image] Sep 03 23:44:20.354 INFO O| Sep 03 23:44:20.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66072024-09-03T23:44:21.502Z[ recovery-image] Sep 03 23:44:20.354 INFO O| Sep 03 23:44:20.354 INFO STEP 856 (remove_files) COMPLETE
66082024-09-03T23:44:21.502Z[ recovery-image] Sep 03 23:44:20.355 INFO O| Sep 03 23:44:20.354 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-09-03T23:44:21.518Z[ recovery-image] Sep 03 23:44:20.372 INFO O| Sep 03 23:44:20.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66102024-09-03T23:44:21.521Z[ recovery-image] Sep 03 23:44:20.373 INFO O| Sep 03 23:44:20.373 INFO STEP 857 (remove_files) COMPLETE
66112024-09-03T23:44:21.521Z[ recovery-image] Sep 03 23:44:20.373 INFO O| Sep 03 23:44:20.373 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-09-03T23:44:21.559Z[ recovery-image] Sep 03 23:44:20.414 INFO O| Sep 03 23:44:20.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
66132024-09-03T23:44:21.562Z[ recovery-image] Sep 03 23:44:20.414 INFO O| Sep 03 23:44:20.414 INFO STEP 858 (remove_files) COMPLETE
66142024-09-03T23:44:21.562Z[ recovery-image] Sep 03 23:44:20.414 INFO O| Sep 03 23:44:20.414 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-09-03T23:44:21.590Z[ recovery-image] Sep 03 23:44:20.445 INFO O| Sep 03 23:44:20.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66162024-09-03T23:44:21.590Z[ recovery-image] Sep 03 23:44:20.445 INFO O| Sep 03 23:44:20.445 INFO STEP 859 (remove_files) COMPLETE
66172024-09-03T23:44:21.593Z[ recovery-image] Sep 03 23:44:20.445 INFO O| Sep 03 23:44:20.445 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-09-03T23:44:21.647Z[ recovery-image] Sep 03 23:44:20.502 INFO O| Sep 03 23:44:20.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66192024-09-03T23:44:21.650Z[ recovery-image] Sep 03 23:44:20.502 INFO O| Sep 03 23:44:20.502 INFO STEP 860 (remove_files) COMPLETE
66202024-09-03T23:44:21.650Z[ recovery-image] Sep 03 23:44:20.503 INFO O| Sep 03 23:44:20.502 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-09-03T23:44:21.666Z[ recovery-image] Sep 03 23:44:20.521 INFO O| Sep 03 23:44:20.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66222024-09-03T23:44:21.669Z[ recovery-image] Sep 03 23:44:20.521 INFO O| Sep 03 23:44:20.521 INFO STEP 861 (remove_files) COMPLETE
66232024-09-03T23:44:21.669Z[ recovery-image] Sep 03 23:44:20.521 INFO O| Sep 03 23:44:20.521 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-09-03T23:44:21.736Z[ recovery-image] Sep 03 23:44:20.591 INFO O| Sep 03 23:44:20.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66252024-09-03T23:44:21.736Z[ recovery-image] Sep 03 23:44:20.591 INFO O| Sep 03 23:44:20.591 INFO STEP 862 (remove_files) COMPLETE
66262024-09-03T23:44:21.739Z[ recovery-image] Sep 03 23:44:20.591 INFO O| Sep 03 23:44:20.591 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-09-03T23:44:21.773Z[ recovery-image] Sep 03 23:44:20.628 INFO O| Sep 03 23:44:20.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66282024-09-03T23:44:21.773Z[ recovery-image] Sep 03 23:44:20.628 INFO O| Sep 03 23:44:20.628 INFO STEP 863 (remove_files) COMPLETE
66292024-09-03T23:44:21.773Z[ recovery-image] Sep 03 23:44:20.629 INFO O| Sep 03 23:44:20.628 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-09-03T23:44:21.791Z[ recovery-image] Sep 03 23:44:20.646 INFO O| Sep 03 23:44:20.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66312024-09-03T23:44:21.792Z[ recovery-image] Sep 03 23:44:20.647 INFO O| Sep 03 23:44:20.646 INFO STEP 864 (remove_files) COMPLETE
66322024-09-03T23:44:21.794Z[ recovery-image] Sep 03 23:44:20.647 INFO O| Sep 03 23:44:20.647 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-09-03T23:44:21.809Z[ recovery-image] Sep 03 23:44:20.664 INFO O| Sep 03 23:44:20.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66342024-09-03T23:44:21.809Z[ recovery-image] Sep 03 23:44:20.664 INFO O| Sep 03 23:44:20.664 INFO STEP 865 (remove_files) COMPLETE
66352024-09-03T23:44:21.809Z[ recovery-image] Sep 03 23:44:20.664 INFO O| Sep 03 23:44:20.664 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-09-03T23:44:21.826Z[ recovery-image] Sep 03 23:44:20.681 INFO O| Sep 03 23:44:20.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66372024-09-03T23:44:21.826Z[ recovery-image] Sep 03 23:44:20.681 INFO O| Sep 03 23:44:20.681 INFO STEP 866 (remove_files) COMPLETE
66382024-09-03T23:44:21.826Z[ recovery-image] Sep 03 23:44:20.681 INFO O| Sep 03 23:44:20.681 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-09-03T23:44:21.856Z[ recovery-image] Sep 03 23:44:20.711 INFO O| Sep 03 23:44:20.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66402024-09-03T23:44:21.856Z[ recovery-image] Sep 03 23:44:20.711 INFO O| Sep 03 23:44:20.711 INFO STEP 867 (remove_files) COMPLETE
66412024-09-03T23:44:21.856Z[ recovery-image] Sep 03 23:44:20.711 INFO O| Sep 03 23:44:20.711 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-09-03T23:44:21.910Z[ recovery-image] Sep 03 23:44:20.765 INFO O| Sep 03 23:44:20.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66432024-09-03T23:44:21.910Z[ recovery-image] Sep 03 23:44:20.765 INFO O| Sep 03 23:44:20.765 INFO STEP 868 (remove_files) COMPLETE
66442024-09-03T23:44:21.913Z[ recovery-image] Sep 03 23:44:20.765 INFO O| Sep 03 23:44:20.765 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-09-03T23:44:21.928Z[ recovery-image] Sep 03 23:44:20.783 INFO O| Sep 03 23:44:20.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66462024-09-03T23:44:21.928Z[ recovery-image] Sep 03 23:44:20.783 INFO O| Sep 03 23:44:20.783 INFO STEP 869 (remove_files) COMPLETE
66472024-09-03T23:44:21.932Z[ recovery-image] Sep 03 23:44:20.783 INFO O| Sep 03 23:44:20.783 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-09-03T23:44:21.945Z[ recovery-image] Sep 03 23:44:20.800 INFO O| Sep 03 23:44:20.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
66492024-09-03T23:44:21.945Z[ recovery-image] Sep 03 23:44:20.800 INFO O| Sep 03 23:44:20.800 INFO STEP 870 (remove_files) COMPLETE
66502024-09-03T23:44:21.945Z[ recovery-image] Sep 03 23:44:20.800 INFO O| Sep 03 23:44:20.800 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-09-03T23:44:21.969Z[ recovery-image] Sep 03 23:44:20.817 INFO O| Sep 03 23:44:20.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
66522024-09-03T23:44:21.969Z[ recovery-image] Sep 03 23:44:20.817 INFO O| Sep 03 23:44:20.817 INFO STEP 871 (remove_files) COMPLETE
66532024-09-03T23:44:21.969Z[ recovery-image] Sep 03 23:44:20.817 INFO O| Sep 03 23:44:20.817 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-09-03T23:44:21.979Z[ recovery-image] Sep 03 23:44:20.834 INFO O| Sep 03 23:44:20.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
66552024-09-03T23:44:21.982Z[ recovery-image] Sep 03 23:44:20.834 INFO O| Sep 03 23:44:20.834 INFO STEP 872 (remove_files) COMPLETE
66562024-09-03T23:44:21.982Z[ recovery-image] Sep 03 23:44:20.835 INFO O| Sep 03 23:44:20.834 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-09-03T23:44:22.000Z[ recovery-image] Sep 03 23:44:20.851 INFO O| Sep 03 23:44:20.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
66582024-09-03T23:44:22.000Z[ recovery-image] Sep 03 23:44:20.851 INFO O| Sep 03 23:44:20.851 INFO STEP 873 (remove_files) COMPLETE
66592024-09-03T23:44:22.000Z[ recovery-image] Sep 03 23:44:20.851 INFO O| Sep 03 23:44:20.851 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-09-03T23:44:22.013Z[ recovery-image] Sep 03 23:44:20.868 INFO O| Sep 03 23:44:20.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
66612024-09-03T23:44:22.015Z[ recovery-image] Sep 03 23:44:20.868 INFO O| Sep 03 23:44:20.868 INFO STEP 874 (remove_files) COMPLETE
66622024-09-03T23:44:22.015Z[ recovery-image] Sep 03 23:44:20.868 INFO O| Sep 03 23:44:20.868 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-09-03T23:44:22.029Z[ recovery-image] Sep 03 23:44:20.884 INFO O| Sep 03 23:44:20.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
66642024-09-03T23:44:22.031Z[ recovery-image] Sep 03 23:44:20.884 INFO O| Sep 03 23:44:20.884 INFO STEP 875 (remove_files) COMPLETE
66652024-09-03T23:44:22.032Z[ recovery-image] Sep 03 23:44:20.885 INFO O| Sep 03 23:44:20.884 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-09-03T23:44:22.046Z[ recovery-image] Sep 03 23:44:20.901 INFO O| Sep 03 23:44:20.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
66672024-09-03T23:44:22.049Z[ recovery-image] Sep 03 23:44:20.901 INFO O| Sep 03 23:44:20.901 INFO STEP 876 (remove_files) COMPLETE
66682024-09-03T23:44:22.049Z[ recovery-image] Sep 03 23:44:20.902 INFO O| Sep 03 23:44:20.901 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-09-03T23:44:22.064Z[ recovery-image] Sep 03 23:44:20.918 INFO O| Sep 03 23:44:20.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
66702024-09-03T23:44:22.064Z[ recovery-image] Sep 03 23:44:20.919 INFO O| Sep 03 23:44:20.918 INFO STEP 877 (remove_files) COMPLETE
66712024-09-03T23:44:22.064Z[ recovery-image] Sep 03 23:44:20.919 INFO O| Sep 03 23:44:20.919 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-09-03T23:44:22.080Z[ recovery-image] Sep 03 23:44:20.935 INFO O| Sep 03 23:44:20.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
66732024-09-03T23:44:22.082Z[ recovery-image] Sep 03 23:44:20.935 INFO O| Sep 03 23:44:20.935 INFO STEP 878 (remove_files) COMPLETE
66742024-09-03T23:44:22.082Z[ recovery-image] Sep 03 23:44:20.935 INFO O| Sep 03 23:44:20.935 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-09-03T23:44:22.098Z[ recovery-image] Sep 03 23:44:20.952 INFO O| Sep 03 23:44:20.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
66762024-09-03T23:44:22.098Z[ recovery-image] Sep 03 23:44:20.952 INFO O| Sep 03 23:44:20.952 INFO STEP 879 (remove_files) COMPLETE
66772024-09-03T23:44:22.098Z[ recovery-image] Sep 03 23:44:20.952 INFO O| Sep 03 23:44:20.952 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-09-03T23:44:22.114Z[ recovery-image] Sep 03 23:44:20.968 INFO O| Sep 03 23:44:20.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
66792024-09-03T23:44:22.114Z[ recovery-image] Sep 03 23:44:20.968 INFO O| Sep 03 23:44:20.968 INFO STEP 880 (remove_files) COMPLETE
66802024-09-03T23:44:22.114Z[ recovery-image] Sep 03 23:44:20.969 INFO O| Sep 03 23:44:20.968 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-09-03T23:44:22.131Z[ recovery-image] Sep 03 23:44:20.985 INFO O| Sep 03 23:44:20.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
66822024-09-03T23:44:22.131Z[ recovery-image] Sep 03 23:44:20.985 INFO O| Sep 03 23:44:20.985 INFO STEP 881 (remove_files) COMPLETE
66832024-09-03T23:44:22.131Z[ recovery-image] Sep 03 23:44:20.985 INFO O| Sep 03 23:44:20.985 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-09-03T23:44:22.181Z[ recovery-image] Sep 03 23:44:21.020 INFO O| Sep 03 23:44:21.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
66852024-09-03T23:44:22.181Z[ recovery-image] Sep 03 23:44:21.020 INFO O| Sep 03 23:44:21.020 INFO STEP 882 (remove_files) COMPLETE
66862024-09-03T23:44:22.184Z[ recovery-image] Sep 03 23:44:21.020 INFO O| Sep 03 23:44:21.020 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-09-03T23:44:22.184Z[ recovery-image] Sep 03 23:44:21.037 INFO O| Sep 03 23:44:21.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
66882024-09-03T23:44:22.184Z[ recovery-image] Sep 03 23:44:21.037 INFO O| Sep 03 23:44:21.037 INFO STEP 883 (remove_files) COMPLETE
66892024-09-03T23:44:22.184Z[ recovery-image] Sep 03 23:44:21.037 INFO O| Sep 03 23:44:21.037 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-09-03T23:44:22.220Z[ recovery-image] Sep 03 23:44:21.075 INFO O| Sep 03 23:44:21.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
66912024-09-03T23:44:22.223Z[ recovery-image] Sep 03 23:44:21.075 INFO O| Sep 03 23:44:21.075 INFO STEP 884 (remove_files) COMPLETE
66922024-09-03T23:44:22.223Z[ recovery-image] Sep 03 23:44:21.076 INFO O| Sep 03 23:44:21.075 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-09-03T23:44:22.238Z[ recovery-image] Sep 03 23:44:21.093 INFO O| Sep 03 23:44:21.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
66942024-09-03T23:44:22.241Z[ recovery-image] Sep 03 23:44:21.094 INFO O| Sep 03 23:44:21.094 INFO STEP 885 (remove_files) COMPLETE
66952024-09-03T23:44:22.241Z[ recovery-image] Sep 03 23:44:21.094 INFO O| Sep 03 23:44:21.094 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-09-03T23:44:22.257Z[ recovery-image] Sep 03 23:44:21.112 INFO O| Sep 03 23:44:21.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
66972024-09-03T23:44:22.257Z[ recovery-image] Sep 03 23:44:21.112 INFO O| Sep 03 23:44:21.112 INFO STEP 886 (remove_files) COMPLETE
66982024-09-03T23:44:22.257Z[ recovery-image] Sep 03 23:44:21.112 INFO O| Sep 03 23:44:21.112 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-09-03T23:44:22.299Z[ recovery-image] Sep 03 23:44:21.154 INFO O| Sep 03 23:44:21.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
67002024-09-03T23:44:22.299Z[ recovery-image] Sep 03 23:44:21.154 INFO O| Sep 03 23:44:21.154 INFO STEP 887 (remove_files) COMPLETE
67012024-09-03T23:44:22.302Z[ recovery-image] Sep 03 23:44:21.154 INFO O| Sep 03 23:44:21.154 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-09-03T23:44:22.317Z[ recovery-image] Sep 03 23:44:21.172 INFO O| Sep 03 23:44:21.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67032024-09-03T23:44:22.317Z[ recovery-image] Sep 03 23:44:21.172 INFO O| Sep 03 23:44:21.172 INFO STEP 888 (remove_files) COMPLETE
67042024-09-03T23:44:22.317Z[ recovery-image] Sep 03 23:44:21.172 INFO O| Sep 03 23:44:21.172 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-09-03T23:44:22.335Z[ recovery-image] Sep 03 23:44:21.190 INFO O| Sep 03 23:44:21.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
67062024-09-03T23:44:22.335Z[ recovery-image] Sep 03 23:44:21.190 INFO O| Sep 03 23:44:21.190 INFO STEP 889 (remove_files) COMPLETE
67072024-09-03T23:44:22.335Z[ recovery-image] Sep 03 23:44:21.190 INFO O| Sep 03 23:44:21.190 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-09-03T23:44:22.352Z[ recovery-image] Sep 03 23:44:21.207 INFO O| Sep 03 23:44:21.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67092024-09-03T23:44:22.354Z[ recovery-image] Sep 03 23:44:21.207 INFO O| Sep 03 23:44:21.207 INFO STEP 890 (remove_files) COMPLETE
67102024-09-03T23:44:22.354Z[ recovery-image] Sep 03 23:44:21.207 INFO O| Sep 03 23:44:21.207 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-09-03T23:44:22.392Z[ recovery-image] Sep 03 23:44:21.247 INFO O| Sep 03 23:44:21.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67122024-09-03T23:44:22.395Z[ recovery-image] Sep 03 23:44:21.248 INFO O| Sep 03 23:44:21.247 INFO STEP 891 (remove_files) COMPLETE
67132024-09-03T23:44:22.395Z[ recovery-image] Sep 03 23:44:21.248 INFO O| Sep 03 23:44:21.248 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-09-03T23:44:22.412Z[ recovery-image] Sep 03 23:44:21.267 INFO O| Sep 03 23:44:21.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67152024-09-03T23:44:22.415Z[ recovery-image] Sep 03 23:44:21.267 INFO O| Sep 03 23:44:21.267 INFO STEP 892 (remove_files) COMPLETE
67162024-09-03T23:44:22.415Z[ recovery-image] Sep 03 23:44:21.268 INFO O| Sep 03 23:44:21.268 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-09-03T23:44:22.434Z[ recovery-image] Sep 03 23:44:21.289 INFO O| Sep 03 23:44:21.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67182024-09-03T23:44:22.437Z[ recovery-image] Sep 03 23:44:21.289 INFO O| Sep 03 23:44:21.289 INFO STEP 893 (remove_files) COMPLETE
67192024-09-03T23:44:22.437Z[ recovery-image] Sep 03 23:44:21.290 INFO O| Sep 03 23:44:21.289 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-09-03T23:44:22.457Z[ recovery-image] Sep 03 23:44:21.312 INFO O| Sep 03 23:44:21.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67212024-09-03T23:44:22.457Z[ recovery-image] Sep 03 23:44:21.312 INFO O| Sep 03 23:44:21.312 INFO STEP 894 (remove_files) COMPLETE
67222024-09-03T23:44:22.458Z[ recovery-image] Sep 03 23:44:21.312 INFO O| Sep 03 23:44:21.312 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-09-03T23:44:22.475Z[ recovery-image] Sep 03 23:44:21.330 INFO O| Sep 03 23:44:21.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67242024-09-03T23:44:22.477Z[ recovery-image] Sep 03 23:44:21.330 INFO O| Sep 03 23:44:21.330 INFO STEP 895 (remove_files) COMPLETE
67252024-09-03T23:44:22.477Z[ recovery-image] Sep 03 23:44:21.330 INFO O| Sep 03 23:44:21.330 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-09-03T23:44:22.491Z[ recovery-image] Sep 03 23:44:21.346 INFO O| Sep 03 23:44:21.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67272024-09-03T23:44:22.492Z[ recovery-image] Sep 03 23:44:21.346 INFO O| Sep 03 23:44:21.346 INFO STEP 896 (remove_files) COMPLETE
67282024-09-03T23:44:22.494Z[ recovery-image] Sep 03 23:44:21.346 INFO O| Sep 03 23:44:21.346 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-09-03T23:44:22.507Z[ recovery-image] Sep 03 23:44:21.362 INFO O| Sep 03 23:44:21.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67302024-09-03T23:44:22.507Z[ recovery-image] Sep 03 23:44:21.362 INFO O| Sep 03 23:44:21.362 INFO STEP 897 (remove_files) COMPLETE
67312024-09-03T23:44:22.510Z[ recovery-image] Sep 03 23:44:21.362 INFO O| Sep 03 23:44:21.362 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-09-03T23:44:22.522Z[ host-image] Sep 03 23:44:21.377 INFO O| Sep 03 23:44:21.377 INFO O| Done
67332024-09-03T23:44:22.524Z[ recovery-image] Sep 03 23:44:21.379 INFO O| Sep 03 23:44:21.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67342024-09-03T23:44:22.524Z[ recovery-image] Sep 03 23:44:21.379 INFO O| Sep 03 23:44:21.379 INFO STEP 898 (remove_files) COMPLETE
67352024-09-03T23:44:22.524Z[ recovery-image] Sep 03 23:44:21.379 INFO O| Sep 03 23:44:21.379 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-09-03T23:44:22.558Z[ recovery-image] Sep 03 23:44:21.413 INFO O| Sep 03 23:44:21.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67372024-09-03T23:44:22.561Z[ recovery-image] Sep 03 23:44:21.414 INFO O| Sep 03 23:44:21.414 INFO STEP 899 (remove_files) COMPLETE
67382024-09-03T23:44:22.561Z[ recovery-image] Sep 03 23:44:21.414 INFO O| Sep 03 23:44:21.414 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-09-03T23:44:22.567Z[ host-image] Sep 03 23:44:21.422 INFO O| Sep 03 23:44:21.422 INFO O| Done
67402024-09-03T23:44:22.569Z[ host-image] Sep 03 23:44:21.422 INFO O| Sep 03 23:44:21.422 INFO O| Done
67412024-09-03T23:44:22.578Z[ recovery-image] Sep 03 23:44:21.433 INFO O| Sep 03 23:44:21.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67422024-09-03T23:44:22.578Z[ recovery-image] Sep 03 23:44:21.433 INFO O| Sep 03 23:44:21.433 INFO STEP 900 (remove_files) COMPLETE
67432024-09-03T23:44:22.580Z[ recovery-image] Sep 03 23:44:21.433 INFO O| Sep 03 23:44:21.433 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-09-03T23:44:22.587Z[ host-image] Sep 03 23:44:21.442 INFO O| Sep 03 23:44:21.442 INFO O| Done
67452024-09-03T23:44:22.595Z[ recovery-image] Sep 03 23:44:21.450 INFO O| Sep 03 23:44:21.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67462024-09-03T23:44:22.598Z[ recovery-image] Sep 03 23:44:21.451 INFO O| Sep 03 23:44:21.451 INFO STEP 901 (remove_files) COMPLETE
67472024-09-03T23:44:22.598Z[ recovery-image] Sep 03 23:44:21.451 INFO O| Sep 03 23:44:21.451 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-09-03T23:44:22.614Z[ recovery-image] Sep 03 23:44:21.468 INFO O| Sep 03 23:44:21.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67492024-09-03T23:44:22.614Z[ recovery-image] Sep 03 23:44:21.469 INFO O| Sep 03 23:44:21.469 INFO STEP 902 (remove_files) COMPLETE
67502024-09-03T23:44:22.616Z[ recovery-image] Sep 03 23:44:21.469 INFO O| Sep 03 23:44:21.469 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-09-03T23:44:22.632Z[ recovery-image] Sep 03 23:44:21.487 INFO O| Sep 03 23:44:21.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
67522024-09-03T23:44:22.632Z[ recovery-image] Sep 03 23:44:21.487 INFO O| Sep 03 23:44:21.487 INFO STEP 903 (remove_files) COMPLETE
67532024-09-03T23:44:22.635Z[ recovery-image] Sep 03 23:44:21.488 INFO O| Sep 03 23:44:21.487 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-09-03T23:44:22.653Z[ recovery-image] Sep 03 23:44:21.508 INFO O| Sep 03 23:44:21.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
67552024-09-03T23:44:22.653Z[ recovery-image] Sep 03 23:44:21.508 INFO O| Sep 03 23:44:21.508 INFO STEP 904 (remove_files) COMPLETE
67562024-09-03T23:44:22.655Z[ recovery-image] Sep 03 23:44:21.508 INFO O| Sep 03 23:44:21.508 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-09-03T23:44:22.694Z[ recovery-image] Sep 03 23:44:21.549 INFO O| Sep 03 23:44:21.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
67582024-09-03T23:44:22.696Z[ recovery-image] Sep 03 23:44:21.549 INFO O| Sep 03 23:44:21.549 INFO STEP 905 (remove_files) COMPLETE
67592024-09-03T23:44:22.696Z[ recovery-image] Sep 03 23:44:21.549 INFO O| Sep 03 23:44:21.549 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-09-03T23:44:22.739Z[ recovery-image] Sep 03 23:44:21.594 INFO O| Sep 03 23:44:21.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
67612024-09-03T23:44:22.741Z[ recovery-image] Sep 03 23:44:21.594 INFO O| Sep 03 23:44:21.594 INFO STEP 906 (remove_files) COMPLETE
67622024-09-03T23:44:22.741Z[ recovery-image] Sep 03 23:44:21.594 INFO O| Sep 03 23:44:21.594 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-09-03T23:44:22.760Z[ recovery-image] Sep 03 23:44:21.615 INFO O| Sep 03 23:44:21.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
67642024-09-03T23:44:22.762Z[ recovery-image] Sep 03 23:44:21.615 INFO O| Sep 03 23:44:21.615 INFO STEP 907 (remove_files) COMPLETE
67652024-09-03T23:44:22.762Z[ recovery-image] Sep 03 23:44:21.615 INFO O| Sep 03 23:44:21.615 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-09-03T23:44:22.779Z[ recovery-image] Sep 03 23:44:21.634 INFO O| Sep 03 23:44:21.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
67672024-09-03T23:44:22.779Z[ recovery-image] Sep 03 23:44:21.634 INFO O| Sep 03 23:44:21.634 INFO STEP 908 (remove_files) COMPLETE
67682024-09-03T23:44:22.782Z[ recovery-image] Sep 03 23:44:21.634 INFO O| Sep 03 23:44:21.634 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-09-03T23:44:22.798Z[ recovery-image] Sep 03 23:44:21.653 INFO O| Sep 03 23:44:21.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
67702024-09-03T23:44:22.798Z[ recovery-image] Sep 03 23:44:21.653 INFO O| Sep 03 23:44:21.653 INFO STEP 909 (remove_files) COMPLETE
67712024-09-03T23:44:22.800Z[ recovery-image] Sep 03 23:44:21.653 INFO O| Sep 03 23:44:21.653 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-09-03T23:44:22.809Z[ host-image] Sep 03 23:44:21.664 INFO O| Sep 03 23:44:21.663 INFO STEP 14 (pkg_install) COMPLETE
67732024-09-03T23:44:22.811Z[ host-image] Sep 03 23:44:21.664 INFO O| Sep 03 23:44:21.664 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
67742024-09-03T23:44:22.811Z[ host-image] Sep 03 23:44:21.664 INFO O| Sep 03 23:44:21.664 INFO skip step because feature "mfg" is not enabled
67752024-09-03T23:44:22.811Z[ host-image] Sep 03 23:44:21.664 INFO O| Sep 03 23:44:21.664 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
67762024-09-03T23:44:22.811Z[ host-image] Sep 03 23:44:21.664 INFO O| Sep 03 23:44:21.664 INFO skip step because feature "compliance" is not enabled
67772024-09-03T23:44:22.811Z[ host-image] Sep 03 23:44:21.664 INFO O| Sep 03 23:44:21.664 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
67782024-09-03T23:44:22.811Z[ host-image] Sep 03 23:44:21.664 INFO O| Sep 03 23:44:21.664 INFO skip step because feature "stress" is not enabled
67792024-09-03T23:44:22.811Z[ host-image] Sep 03 23:44:21.664 INFO O| Sep 03 23:44:21.664 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
67802024-09-03T23:44:22.811Z[ host-image] Sep 03 23:44:21.664 INFO O| Sep 03 23:44:21.664 INFO skip step because feature "nfs" is not enabled
67812024-09-03T23:44:22.811Z[ host-image] Sep 03 23:44:21.664 INFO O| Sep 03 23:44:21.664 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
67822024-09-03T23:44:22.811Z[ host-image] Sep 03 23:44:21.664 INFO O| Sep 03 23:44:21.664 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
67832024-09-03T23:44:22.818Z[ recovery-image] Sep 03 23:44:21.673 INFO O| Sep 03 23:44:21.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
67842024-09-03T23:44:22.820Z[ recovery-image] Sep 03 23:44:21.673 INFO O| Sep 03 23:44:21.673 INFO STEP 910 (remove_files) COMPLETE
67852024-09-03T23:44:22.820Z[ recovery-image] Sep 03 23:44:21.673 INFO O| Sep 03 23:44:21.673 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-09-03T23:44:22.839Z[ recovery-image] Sep 03 23:44:21.694 INFO O| Sep 03 23:44:21.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
67872024-09-03T23:44:22.839Z[ recovery-image] Sep 03 23:44:21.694 INFO O| Sep 03 23:44:21.694 INFO STEP 911 (remove_files) COMPLETE
67882024-09-03T23:44:22.839Z[ recovery-image] Sep 03 23:44:21.694 INFO O| Sep 03 23:44:21.694 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-09-03T23:44:22.859Z[ recovery-image] Sep 03 23:44:21.714 INFO O| Sep 03 23:44:21.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
67902024-09-03T23:44:22.859Z[ recovery-image] Sep 03 23:44:21.714 INFO O| Sep 03 23:44:21.714 INFO STEP 912 (remove_files) COMPLETE
67912024-09-03T23:44:22.859Z[ recovery-image] Sep 03 23:44:21.714 INFO O| Sep 03 23:44:21.714 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-09-03T23:44:22.874Z[ host-image] Sep 03 23:44:21.729 INFO O| Sep 03 23:44:21.729 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
67932024-09-03T23:44:22.879Z[ recovery-image] Sep 03 23:44:21.734 INFO O| Sep 03 23:44:21.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
67942024-09-03T23:44:22.879Z[ recovery-image] Sep 03 23:44:21.734 INFO O| Sep 03 23:44:21.734 INFO STEP 913 (remove_files) COMPLETE
67952024-09-03T23:44:22.879Z[ recovery-image] Sep 03 23:44:21.734 INFO O| Sep 03 23:44:21.734 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-09-03T23:44:22.898Z[ recovery-image] Sep 03 23:44:21.753 INFO O| Sep 03 23:44:21.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
67972024-09-03T23:44:22.898Z[ recovery-image] Sep 03 23:44:21.753 INFO O| Sep 03 23:44:21.753 INFO STEP 914 (remove_files) COMPLETE
67982024-09-03T23:44:22.898Z[ recovery-image] Sep 03 23:44:21.753 INFO O| Sep 03 23:44:21.753 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-09-03T23:44:22.917Z[ recovery-image] Sep 03 23:44:21.771 INFO O| Sep 03 23:44:21.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68002024-09-03T23:44:22.917Z[ recovery-image] Sep 03 23:44:21.772 INFO O| Sep 03 23:44:21.772 INFO STEP 915 (remove_files) COMPLETE
68012024-09-03T23:44:22.919Z[ recovery-image] Sep 03 23:44:21.772 INFO O| Sep 03 23:44:21.772 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-09-03T23:44:22.941Z[ recovery-image] Sep 03 23:44:21.796 INFO O| Sep 03 23:44:21.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68032024-09-03T23:44:22.943Z[ recovery-image] Sep 03 23:44:21.796 INFO O| Sep 03 23:44:21.796 INFO STEP 916 (remove_files) COMPLETE
68042024-09-03T23:44:22.943Z[ recovery-image] Sep 03 23:44:21.796 INFO O| Sep 03 23:44:21.796 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-09-03T23:44:22.962Z[ recovery-image] Sep 03 23:44:21.817 INFO O| Sep 03 23:44:21.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68062024-09-03T23:44:22.965Z[ recovery-image] Sep 03 23:44:21.817 INFO O| Sep 03 23:44:21.817 INFO STEP 917 (remove_files) COMPLETE
68072024-09-03T23:44:22.965Z[ recovery-image] Sep 03 23:44:21.817 INFO O| Sep 03 23:44:21.817 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-09-03T23:44:22.982Z[ recovery-image] Sep 03 23:44:21.837 INFO O| Sep 03 23:44:21.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
68092024-09-03T23:44:22.985Z[ recovery-image] Sep 03 23:44:21.837 INFO O| Sep 03 23:44:21.837 INFO STEP 918 (remove_files) COMPLETE
68102024-09-03T23:44:22.985Z[ recovery-image] Sep 03 23:44:21.837 INFO O| Sep 03 23:44:21.837 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-09-03T23:44:22.999Z[ host-image] Sep 03 23:44:21.854 INFO O| Sep 03 23:44:21.854 INFO completed processing gimlet/ramdisk-01-os
68122024-09-03T23:44:23.002Z[ recovery-image] Sep 03 23:44:21.856 INFO O| Sep 03 23:44:21.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
68132024-09-03T23:44:23.012Z[ host-image] Sep 03 23:44:21.856 INFO omicron1 baseline generation...
68142024-09-03T23:44:23.012Z[ host-image] Sep 03 23:44:21.856 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
68152024-09-03T23:44:23.015Z[ recovery-image] Sep 03 23:44:21.868 INFO O| Sep 03 23:44:21.856 INFO STEP 919 (remove_files) COMPLETE
68162024-09-03T23:44:23.015Z[ recovery-image] Sep 03 23:44:21.868 INFO O| Sep 03 23:44:21.858 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-09-03T23:44:23.023Z[ recovery-image] Sep 03 23:44:21.878 INFO O| Sep 03 23:44:21.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
68182024-09-03T23:44:23.025Z[ recovery-image] Sep 03 23:44:21.878 INFO O| Sep 03 23:44:21.878 INFO STEP 920 (remove_files) COMPLETE
68192024-09-03T23:44:23.025Z[ recovery-image] Sep 03 23:44:21.878 INFO O| Sep 03 23:44:21.878 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-09-03T23:44:23.041Z[ recovery-image] Sep 03 23:44:21.896 INFO O| Sep 03 23:44:21.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68212024-09-03T23:44:23.041Z[ recovery-image] Sep 03 23:44:21.896 INFO O| Sep 03 23:44:21.896 INFO STEP 921 (remove_files) COMPLETE
68222024-09-03T23:44:23.041Z[ recovery-image] Sep 03 23:44:21.896 INFO O| Sep 03 23:44:21.896 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-09-03T23:44:23.069Z[ recovery-image] Sep 03 23:44:21.924 INFO O| Sep 03 23:44:21.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
68242024-09-03T23:44:23.069Z[ recovery-image] Sep 03 23:44:21.924 INFO O| Sep 03 23:44:21.924 INFO STEP 922 (remove_files) COMPLETE
68252024-09-03T23:44:23.069Z[ recovery-image] Sep 03 23:44:21.924 INFO O| Sep 03 23:44:21.924 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-09-03T23:44:23.116Z[ recovery-image] Sep 03 23:44:21.971 INFO O| Sep 03 23:44:21.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68272024-09-03T23:44:23.116Z[ recovery-image] Sep 03 23:44:21.971 INFO O| Sep 03 23:44:21.971 INFO STEP 923 (remove_files) COMPLETE
68282024-09-03T23:44:23.119Z[ recovery-image] Sep 03 23:44:21.971 INFO O| Sep 03 23:44:21.971 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-09-03T23:44:23.168Z[ recovery-image] Sep 03 23:44:22.023 INFO O| Sep 03 23:44:22.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68302024-09-03T23:44:23.168Z[ recovery-image] Sep 03 23:44:22.023 INFO O| Sep 03 23:44:22.023 INFO STEP 924 (remove_files) COMPLETE
68312024-09-03T23:44:23.168Z[ recovery-image] Sep 03 23:44:22.023 INFO O| Sep 03 23:44:22.023 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-09-03T23:44:23.186Z[ recovery-image] Sep 03 23:44:22.041 INFO O| Sep 03 23:44:22.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68332024-09-03T23:44:23.186Z[ recovery-image] Sep 03 23:44:22.041 INFO O| Sep 03 23:44:22.041 INFO STEP 925 (remove_files) COMPLETE
68342024-09-03T23:44:23.189Z[ recovery-image] Sep 03 23:44:22.041 INFO O| Sep 03 23:44:22.041 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-09-03T23:44:23.203Z[ recovery-image] Sep 03 23:44:22.058 INFO O| Sep 03 23:44:22.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68362024-09-03T23:44:23.203Z[ recovery-image] Sep 03 23:44:22.058 INFO O| Sep 03 23:44:22.058 INFO STEP 926 (remove_files) COMPLETE
68372024-09-03T23:44:23.206Z[ recovery-image] Sep 03 23:44:22.058 INFO O| Sep 03 23:44:22.058 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-09-03T23:44:23.221Z[ recovery-image] Sep 03 23:44:22.076 INFO O| Sep 03 23:44:22.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68392024-09-03T23:44:23.223Z[ recovery-image] Sep 03 23:44:22.076 INFO O| Sep 03 23:44:22.076 INFO STEP 927 (remove_files) COMPLETE
68402024-09-03T23:44:23.223Z[ recovery-image] Sep 03 23:44:22.076 INFO O| Sep 03 23:44:22.076 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-09-03T23:44:23.238Z[ recovery-image] Sep 03 23:44:22.093 INFO O| Sep 03 23:44:22.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68422024-09-03T23:44:23.238Z[ recovery-image] Sep 03 23:44:22.093 INFO O| Sep 03 23:44:22.093 INFO STEP 928 (remove_files) COMPLETE
68432024-09-03T23:44:23.238Z[ recovery-image] Sep 03 23:44:22.093 INFO O| Sep 03 23:44:22.093 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-09-03T23:44:23.255Z[ recovery-image] Sep 03 23:44:22.110 INFO O| Sep 03 23:44:22.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68452024-09-03T23:44:23.255Z[ recovery-image] Sep 03 23:44:22.110 INFO O| Sep 03 23:44:22.110 INFO STEP 929 (remove_files) COMPLETE
68462024-09-03T23:44:23.257Z[ recovery-image] Sep 03 23:44:22.110 INFO O| Sep 03 23:44:22.110 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-09-03T23:44:23.273Z[ recovery-image] Sep 03 23:44:22.127 INFO O| Sep 03 23:44:22.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68482024-09-03T23:44:23.273Z[ recovery-image] Sep 03 23:44:22.127 INFO O| Sep 03 23:44:22.127 INFO STEP 930 (remove_files) COMPLETE
68492024-09-03T23:44:23.273Z[ recovery-image] Sep 03 23:44:22.127 INFO O| Sep 03 23:44:22.127 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-09-03T23:44:23.289Z[ recovery-image] Sep 03 23:44:22.144 INFO O| Sep 03 23:44:22.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68512024-09-03T23:44:23.289Z[ recovery-image] Sep 03 23:44:22.144 INFO O| Sep 03 23:44:22.144 INFO STEP 931 (remove_files) COMPLETE
68522024-09-03T23:44:23.292Z[ recovery-image] Sep 03 23:44:22.145 INFO O| Sep 03 23:44:22.144 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-09-03T23:44:23.308Z[ recovery-image] Sep 03 23:44:22.163 INFO O| Sep 03 23:44:22.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
68542024-09-03T23:44:23.308Z[ recovery-image] Sep 03 23:44:22.163 INFO O| Sep 03 23:44:22.163 INFO STEP 932 (remove_files) COMPLETE
68552024-09-03T23:44:23.308Z[ recovery-image] Sep 03 23:44:22.163 INFO O| Sep 03 23:44:22.163 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-09-03T23:44:23.325Z[ recovery-image] Sep 03 23:44:22.180 INFO O| Sep 03 23:44:22.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68572024-09-03T23:44:23.328Z[ recovery-image] Sep 03 23:44:22.180 INFO O| Sep 03 23:44:22.180 INFO STEP 933 (remove_files) COMPLETE
68582024-09-03T23:44:23.328Z[ recovery-image] Sep 03 23:44:22.180 INFO O| Sep 03 23:44:22.180 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-09-03T23:44:23.342Z[ recovery-image] Sep 03 23:44:22.197 INFO O| Sep 03 23:44:22.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68602024-09-03T23:44:23.342Z[ recovery-image] Sep 03 23:44:22.197 INFO O| Sep 03 23:44:22.197 INFO STEP 934 (remove_files) COMPLETE
68612024-09-03T23:44:23.343Z[ recovery-image] Sep 03 23:44:22.197 INFO O| Sep 03 23:44:22.197 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-09-03T23:44:23.404Z[ recovery-image] Sep 03 23:44:22.259 INFO O| Sep 03 23:44:22.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68632024-09-03T23:44:23.407Z[ recovery-image] Sep 03 23:44:22.259 INFO O| Sep 03 23:44:22.259 INFO STEP 935 (remove_files) COMPLETE
68642024-09-03T23:44:23.407Z[ recovery-image] Sep 03 23:44:22.259 INFO O| Sep 03 23:44:22.259 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-09-03T23:44:23.424Z[ recovery-image] Sep 03 23:44:22.279 INFO O| Sep 03 23:44:22.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68662024-09-03T23:44:23.427Z[ recovery-image] Sep 03 23:44:22.279 INFO O| Sep 03 23:44:22.279 INFO STEP 936 (remove_files) COMPLETE
68672024-09-03T23:44:23.427Z[ recovery-image] Sep 03 23:44:22.279 INFO O| Sep 03 23:44:22.279 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-09-03T23:44:23.444Z[ recovery-image] Sep 03 23:44:22.299 INFO O| Sep 03 23:44:22.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
68692024-09-03T23:44:23.446Z[ recovery-image] Sep 03 23:44:22.299 INFO O| Sep 03 23:44:22.299 INFO STEP 937 (remove_files) COMPLETE
68702024-09-03T23:44:23.446Z[ recovery-image] Sep 03 23:44:22.299 INFO O| Sep 03 23:44:22.299 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-09-03T23:44:23.483Z[ recovery-image] Sep 03 23:44:22.338 INFO O| Sep 03 23:44:22.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
68722024-09-03T23:44:23.483Z[ recovery-image] Sep 03 23:44:22.338 INFO O| Sep 03 23:44:22.338 INFO STEP 938 (remove_files) COMPLETE
68732024-09-03T23:44:23.483Z[ recovery-image] Sep 03 23:44:22.338 INFO O| Sep 03 23:44:22.338 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-09-03T23:44:23.525Z[ recovery-image] Sep 03 23:44:22.379 INFO O| Sep 03 23:44:22.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
68752024-09-03T23:44:23.525Z[ recovery-image] Sep 03 23:44:22.379 INFO O| Sep 03 23:44:22.379 INFO STEP 939 (remove_files) COMPLETE
68762024-09-03T23:44:23.525Z[ recovery-image] Sep 03 23:44:22.380 INFO O| Sep 03 23:44:22.379 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-09-03T23:44:23.544Z[ recovery-image] Sep 03 23:44:22.399 INFO O| Sep 03 23:44:22.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
68782024-09-03T23:44:23.544Z[ recovery-image] Sep 03 23:44:22.399 INFO O| Sep 03 23:44:22.399 INFO STEP 940 (remove_files) COMPLETE
68792024-09-03T23:44:23.544Z[ recovery-image] Sep 03 23:44:22.399 INFO O| Sep 03 23:44:22.399 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-09-03T23:44:23.563Z[ recovery-image] Sep 03 23:44:22.418 INFO O| Sep 03 23:44:22.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
68812024-09-03T23:44:23.563Z[ recovery-image] Sep 03 23:44:22.418 INFO O| Sep 03 23:44:22.418 INFO STEP 941 (remove_files) COMPLETE
68822024-09-03T23:44:23.563Z[ recovery-image] Sep 03 23:44:22.418 INFO O| Sep 03 23:44:22.418 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-09-03T23:44:23.579Z[ recovery-image] Sep 03 23:44:22.434 INFO O| Sep 03 23:44:22.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
68842024-09-03T23:44:23.579Z[ recovery-image] Sep 03 23:44:22.434 INFO O| Sep 03 23:44:22.434 INFO STEP 942 (remove_files) COMPLETE
68852024-09-03T23:44:23.579Z[ recovery-image] Sep 03 23:44:22.434 INFO O| Sep 03 23:44:22.434 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-09-03T23:44:23.636Z[ recovery-image] Sep 03 23:44:22.491 INFO O| Sep 03 23:44:22.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
68872024-09-03T23:44:23.637Z[ recovery-image] Sep 03 23:44:22.491 INFO O| Sep 03 23:44:22.491 INFO STEP 943 (remove_files) COMPLETE
68882024-09-03T23:44:23.637Z[ recovery-image] Sep 03 23:44:22.491 INFO O| Sep 03 23:44:22.491 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-09-03T23:44:23.688Z[ host-image] Sep 03 23:44:22.542 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22845:20240827T133232Z
68902024-09-03T23:44:23.708Z[ recovery-image] Sep 03 23:44:22.563 INFO O| Sep 03 23:44:22.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
68912024-09-03T23:44:23.708Z[ recovery-image] Sep 03 23:44:22.563 INFO O| Sep 03 23:44:22.563 INFO STEP 944 (remove_files) COMPLETE
68922024-09-03T23:44:23.708Z[ recovery-image] Sep 03 23:44:22.563 INFO O| Sep 03 23:44:22.563 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-09-03T23:44:23.725Z[ recovery-image] Sep 03 23:44:22.580 INFO O| Sep 03 23:44:22.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
68942024-09-03T23:44:23.725Z[ recovery-image] Sep 03 23:44:22.580 INFO O| Sep 03 23:44:22.580 INFO STEP 945 (remove_files) COMPLETE
68952024-09-03T23:44:23.725Z[ recovery-image] Sep 03 23:44:22.580 INFO O| Sep 03 23:44:22.580 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-09-03T23:44:23.741Z[ recovery-image] Sep 03 23:44:22.596 INFO O| Sep 03 23:44:22.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
68972024-09-03T23:44:23.741Z[ recovery-image] Sep 03 23:44:22.596 INFO O| Sep 03 23:44:22.596 INFO STEP 946 (remove_files) COMPLETE
68982024-09-03T23:44:23.744Z[ recovery-image] Sep 03 23:44:22.596 INFO O| Sep 03 23:44:22.596 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-09-03T23:44:23.759Z[ recovery-image] Sep 03 23:44:22.613 INFO O| Sep 03 23:44:22.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69002024-09-03T23:44:23.759Z[ recovery-image] Sep 03 23:44:22.613 INFO O| Sep 03 23:44:22.613 INFO STEP 947 (remove_files) COMPLETE
69012024-09-03T23:44:23.759Z[ recovery-image] Sep 03 23:44:22.614 INFO O| Sep 03 23:44:22.613 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-09-03T23:44:23.791Z[ recovery-image] Sep 03 23:44:22.646 INFO O| Sep 03 23:44:22.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69032024-09-03T23:44:23.791Z[ recovery-image] Sep 03 23:44:22.646 INFO O| Sep 03 23:44:22.646 INFO STEP 948 (remove_files) COMPLETE
69042024-09-03T23:44:23.793Z[ recovery-image] Sep 03 23:44:22.646 INFO O| Sep 03 23:44:22.646 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-09-03T23:44:23.846Z[ recovery-image] Sep 03 23:44:22.701 INFO O| Sep 03 23:44:22.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69062024-09-03T23:44:23.846Z[ recovery-image] Sep 03 23:44:22.701 INFO O| Sep 03 23:44:22.701 INFO STEP 949 (remove_files) COMPLETE
69072024-09-03T23:44:23.849Z[ recovery-image] Sep 03 23:44:22.701 INFO O| Sep 03 23:44:22.701 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-09-03T23:44:23.886Z[ recovery-image] Sep 03 23:44:22.741 INFO O| Sep 03 23:44:22.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69092024-09-03T23:44:23.886Z[ recovery-image] Sep 03 23:44:22.741 INFO O| Sep 03 23:44:22.741 INFO STEP 950 (remove_files) COMPLETE
69102024-09-03T23:44:23.886Z[ recovery-image] Sep 03 23:44:22.741 INFO O| Sep 03 23:44:22.741 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-09-03T23:44:23.930Z[ recovery-image] Sep 03 23:44:22.785 INFO O| Sep 03 23:44:22.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
69122024-09-03T23:44:23.930Z[ recovery-image] Sep 03 23:44:22.785 INFO O| Sep 03 23:44:22.785 INFO STEP 951 (remove_files) COMPLETE
69132024-09-03T23:44:23.931Z[ recovery-image] Sep 03 23:44:22.785 INFO O| Sep 03 23:44:22.785 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-09-03T23:44:23.948Z[ recovery-image] Sep 03 23:44:22.802 INFO O| Sep 03 23:44:22.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
69152024-09-03T23:44:23.948Z[ recovery-image] Sep 03 23:44:22.802 INFO O| Sep 03 23:44:22.802 INFO STEP 952 (remove_files) COMPLETE
69162024-09-03T23:44:23.948Z[ recovery-image] Sep 03 23:44:22.802 INFO O| Sep 03 23:44:22.802 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-09-03T23:44:23.983Z[ recovery-image] Sep 03 23:44:22.838 INFO O| Sep 03 23:44:22.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
69182024-09-03T23:44:23.986Z[ recovery-image] Sep 03 23:44:22.838 INFO O| Sep 03 23:44:22.838 INFO STEP 953 (remove_files) COMPLETE
69192024-09-03T23:44:23.986Z[ recovery-image] Sep 03 23:44:22.838 INFO O| Sep 03 23:44:22.838 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-09-03T23:44:24.017Z[ recovery-image] Sep 03 23:44:22.871 INFO O| Sep 03 23:44:22.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
69212024-09-03T23:44:24.017Z[ recovery-image] Sep 03 23:44:22.871 INFO O| Sep 03 23:44:22.871 INFO STEP 954 (remove_files) COMPLETE
69222024-09-03T23:44:24.017Z[ recovery-image] Sep 03 23:44:22.871 INFO O| Sep 03 23:44:22.871 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-09-03T23:44:24.063Z[ recovery-image] Sep 03 23:44:22.917 INFO O| Sep 03 23:44:22.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
69242024-09-03T23:44:24.063Z[ recovery-image] Sep 03 23:44:22.917 INFO O| Sep 03 23:44:22.917 INFO STEP 955 (remove_files) COMPLETE
69252024-09-03T23:44:24.063Z[ recovery-image] Sep 03 23:44:22.917 INFO O| Sep 03 23:44:22.917 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-09-03T23:44:24.082Z[ recovery-image] Sep 03 23:44:22.937 INFO O| Sep 03 23:44:22.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69272024-09-03T23:44:24.082Z[ recovery-image] Sep 03 23:44:22.937 INFO O| Sep 03 23:44:22.937 INFO STEP 956 (remove_files) COMPLETE
69282024-09-03T23:44:24.082Z[ recovery-image] Sep 03 23:44:22.937 INFO O| Sep 03 23:44:22.937 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-09-03T23:44:24.100Z[ recovery-image] Sep 03 23:44:22.955 INFO O| Sep 03 23:44:22.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69302024-09-03T23:44:24.100Z[ recovery-image] Sep 03 23:44:22.955 INFO O| Sep 03 23:44:22.955 INFO STEP 957 (remove_files) COMPLETE
69312024-09-03T23:44:24.100Z[ recovery-image] Sep 03 23:44:22.955 INFO O| Sep 03 23:44:22.955 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-09-03T23:44:24.118Z[ recovery-image] Sep 03 23:44:22.973 INFO O| Sep 03 23:44:22.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69332024-09-03T23:44:24.118Z[ recovery-image] Sep 03 23:44:22.973 INFO O| Sep 03 23:44:22.973 INFO STEP 958 (remove_files) COMPLETE
69342024-09-03T23:44:24.118Z[ recovery-image] Sep 03 23:44:22.973 INFO O| Sep 03 23:44:22.973 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-09-03T23:44:24.160Z[ recovery-image] Sep 03 23:44:23.015 INFO O| Sep 03 23:44:23.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69362024-09-03T23:44:24.160Z[ recovery-image] Sep 03 23:44:23.015 INFO O| Sep 03 23:44:23.015 INFO STEP 959 (remove_files) COMPLETE
69372024-09-03T23:44:24.160Z[ recovery-image] Sep 03 23:44:23.015 INFO O| Sep 03 23:44:23.015 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-09-03T23:44:24.243Z[ recovery-image] Sep 03 23:44:23.098 INFO O| Sep 03 23:44:23.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69392024-09-03T23:44:24.246Z[ recovery-image] Sep 03 23:44:23.098 INFO O| Sep 03 23:44:23.098 INFO STEP 960 (remove_files) COMPLETE
69402024-09-03T23:44:24.246Z[ recovery-image] Sep 03 23:44:23.098 INFO O| Sep 03 23:44:23.098 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-09-03T23:44:24.263Z[ recovery-image] Sep 03 23:44:23.118 INFO O| Sep 03 23:44:23.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69422024-09-03T23:44:24.265Z[ recovery-image] Sep 03 23:44:23.118 INFO O| Sep 03 23:44:23.118 INFO STEP 961 (remove_files) COMPLETE
69432024-09-03T23:44:24.265Z[ recovery-image] Sep 03 23:44:23.118 INFO O| Sep 03 23:44:23.118 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-09-03T23:44:24.280Z[ recovery-image] Sep 03 23:44:23.135 INFO O| Sep 03 23:44:23.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69452024-09-03T23:44:24.283Z[ recovery-image] Sep 03 23:44:23.135 INFO O| Sep 03 23:44:23.135 INFO STEP 962 (remove_files) COMPLETE
69462024-09-03T23:44:24.283Z[ recovery-image] Sep 03 23:44:23.135 INFO O| Sep 03 23:44:23.135 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-09-03T23:44:24.298Z[ recovery-image] Sep 03 23:44:23.152 INFO O| Sep 03 23:44:23.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69482024-09-03T23:44:24.300Z[ recovery-image] Sep 03 23:44:23.153 INFO O| Sep 03 23:44:23.153 INFO STEP 963 (remove_files) COMPLETE
69492024-09-03T23:44:24.300Z[ recovery-image] Sep 03 23:44:23.153 INFO O| Sep 03 23:44:23.153 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-09-03T23:44:24.317Z[ recovery-image] Sep 03 23:44:23.172 INFO O| Sep 03 23:44:23.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69512024-09-03T23:44:24.317Z[ recovery-image] Sep 03 23:44:23.172 INFO O| Sep 03 23:44:23.172 INFO STEP 964 (remove_files) COMPLETE
69522024-09-03T23:44:24.317Z[ recovery-image] Sep 03 23:44:23.172 INFO O| Sep 03 23:44:23.172 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-09-03T23:44:24.338Z[ recovery-image] Sep 03 23:44:23.193 INFO O| Sep 03 23:44:23.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
69542024-09-03T23:44:24.339Z[ recovery-image] Sep 03 23:44:23.193 INFO O| Sep 03 23:44:23.193 INFO STEP 965 (remove_files) COMPLETE
69552024-09-03T23:44:24.341Z[ recovery-image] Sep 03 23:44:23.193 INFO O| Sep 03 23:44:23.193 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-09-03T23:44:24.359Z[ recovery-image] Sep 03 23:44:23.214 INFO O| Sep 03 23:44:23.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
69572024-09-03T23:44:24.359Z[ recovery-image] Sep 03 23:44:23.214 INFO O| Sep 03 23:44:23.214 INFO STEP 966 (remove_files) COMPLETE
69582024-09-03T23:44:24.361Z[ recovery-image] Sep 03 23:44:23.214 INFO O| Sep 03 23:44:23.214 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-09-03T23:44:24.379Z[ recovery-image] Sep 03 23:44:23.233 INFO O| Sep 03 23:44:23.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69602024-09-03T23:44:24.381Z[ recovery-image] Sep 03 23:44:23.234 INFO O| Sep 03 23:44:23.234 INFO STEP 967 (remove_files) COMPLETE
69612024-09-03T23:44:24.381Z[ recovery-image] Sep 03 23:44:23.234 INFO O| Sep 03 23:44:23.234 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-09-03T23:44:24.400Z[ recovery-image] Sep 03 23:44:23.255 INFO O| Sep 03 23:44:23.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69632024-09-03T23:44:24.402Z[ recovery-image] Sep 03 23:44:23.255 INFO O| Sep 03 23:44:23.255 INFO STEP 968 (remove_files) COMPLETE
69642024-09-03T23:44:24.402Z[ recovery-image] Sep 03 23:44:23.255 INFO O| Sep 03 23:44:23.255 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-09-03T23:44:24.432Z[ recovery-image] Sep 03 23:44:23.287 INFO O| Sep 03 23:44:23.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69662024-09-03T23:44:24.432Z[ recovery-image] Sep 03 23:44:23.287 INFO O| Sep 03 23:44:23.287 INFO STEP 969 (remove_files) COMPLETE
69672024-09-03T23:44:24.435Z[ recovery-image] Sep 03 23:44:23.288 INFO O| Sep 03 23:44:23.287 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-09-03T23:44:24.453Z[ recovery-image] Sep 03 23:44:23.308 INFO O| Sep 03 23:44:23.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
69692024-09-03T23:44:24.453Z[ recovery-image] Sep 03 23:44:23.308 INFO O| Sep 03 23:44:23.308 INFO STEP 970 (remove_files) COMPLETE
69702024-09-03T23:44:24.456Z[ recovery-image] Sep 03 23:44:23.308 INFO O| Sep 03 23:44:23.308 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-09-03T23:44:24.473Z[ recovery-image] Sep 03 23:44:23.328 INFO O| Sep 03 23:44:23.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
69722024-09-03T23:44:24.473Z[ recovery-image] Sep 03 23:44:23.328 INFO O| Sep 03 23:44:23.328 INFO STEP 971 (remove_files) COMPLETE
69732024-09-03T23:44:24.476Z[ recovery-image] Sep 03 23:44:23.328 INFO O| Sep 03 23:44:23.328 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-09-03T23:44:24.493Z[ recovery-image] Sep 03 23:44:23.347 INFO O| Sep 03 23:44:23.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
69752024-09-03T23:44:24.493Z[ recovery-image] Sep 03 23:44:23.348 INFO O| Sep 03 23:44:23.348 INFO STEP 972 (remove_files) COMPLETE
69762024-09-03T23:44:24.493Z[ recovery-image] Sep 03 23:44:23.348 INFO O| Sep 03 23:44:23.348 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-09-03T23:44:24.513Z[ recovery-image] Sep 03 23:44:23.368 INFO O| Sep 03 23:44:23.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
69782024-09-03T23:44:24.513Z[ recovery-image] Sep 03 23:44:23.368 INFO O| Sep 03 23:44:23.368 INFO STEP 973 (remove_files) COMPLETE
69792024-09-03T23:44:24.516Z[ recovery-image] Sep 03 23:44:23.368 INFO O| Sep 03 23:44:23.368 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-09-03T23:44:24.560Z[ recovery-image] Sep 03 23:44:23.415 INFO O| Sep 03 23:44:23.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
69812024-09-03T23:44:24.560Z[ recovery-image] Sep 03 23:44:23.415 INFO O| Sep 03 23:44:23.415 INFO STEP 974 (remove_files) COMPLETE
69822024-09-03T23:44:24.562Z[ recovery-image] Sep 03 23:44:23.415 INFO O| Sep 03 23:44:23.415 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-09-03T23:44:24.579Z[ recovery-image] Sep 03 23:44:23.434 INFO O| Sep 03 23:44:23.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
69842024-09-03T23:44:24.579Z[ recovery-image] Sep 03 23:44:23.434 INFO O| Sep 03 23:44:23.434 INFO STEP 975 (remove_files) COMPLETE
69852024-09-03T23:44:24.579Z[ recovery-image] Sep 03 23:44:23.434 INFO O| Sep 03 23:44:23.434 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-09-03T23:44:24.597Z[ recovery-image] Sep 03 23:44:23.452 INFO O| Sep 03 23:44:23.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69872024-09-03T23:44:24.597Z[ recovery-image] Sep 03 23:44:23.452 INFO O| Sep 03 23:44:23.452 INFO STEP 976 (remove_files) COMPLETE
69882024-09-03T23:44:24.597Z[ recovery-image] Sep 03 23:44:23.452 INFO O| Sep 03 23:44:23.452 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-09-03T23:44:24.616Z[ recovery-image] Sep 03 23:44:23.471 INFO O| Sep 03 23:44:23.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
69902024-09-03T23:44:24.646Z[ recovery-image] Sep 03 23:44:23.501 INFO O| Sep 03 23:44:23.501 INFO STEP 977 (remove_files) COMPLETE
69912024-09-03T23:44:24.646Z[ recovery-image] Sep 03 23:44:23.501 INFO O| Sep 03 23:44:23.501 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-09-03T23:44:24.687Z[ recovery-image] Sep 03 23:44:23.542 INFO O| Sep 03 23:44:23.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
69932024-09-03T23:44:24.688Z[ recovery-image] Sep 03 23:44:23.542 INFO O| Sep 03 23:44:23.542 INFO STEP 978 (remove_files) COMPLETE
69942024-09-03T23:44:24.688Z[ recovery-image] Sep 03 23:44:23.543 INFO O| Sep 03 23:44:23.542 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-09-03T23:44:24.706Z[ recovery-image] Sep 03 23:44:23.560 INFO O| Sep 03 23:44:23.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
69962024-09-03T23:44:24.706Z[ recovery-image] Sep 03 23:44:23.561 INFO O| Sep 03 23:44:23.560 INFO STEP 979 (remove_files) COMPLETE
69972024-09-03T23:44:24.706Z[ recovery-image] Sep 03 23:44:23.561 INFO O| Sep 03 23:44:23.561 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-09-03T23:44:24.725Z[ recovery-image] Sep 03 23:44:23.580 INFO O| Sep 03 23:44:23.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
69992024-09-03T23:44:24.725Z[ recovery-image] Sep 03 23:44:23.580 INFO O| Sep 03 23:44:23.580 INFO STEP 980 (remove_files) COMPLETE
70002024-09-03T23:44:24.725Z[ recovery-image] Sep 03 23:44:23.580 INFO O| Sep 03 23:44:23.580 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-09-03T23:44:24.744Z[ recovery-image] Sep 03 23:44:23.599 INFO O| Sep 03 23:44:23.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70022024-09-03T23:44:24.746Z[ recovery-image] Sep 03 23:44:23.599 INFO O| Sep 03 23:44:23.599 INFO STEP 981 (remove_files) COMPLETE
70032024-09-03T23:44:24.746Z[ recovery-image] Sep 03 23:44:23.599 INFO O| Sep 03 23:44:23.599 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-09-03T23:44:24.761Z[ recovery-image] Sep 03 23:44:23.615 INFO O| Sep 03 23:44:23.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70052024-09-03T23:44:24.761Z[ recovery-image] Sep 03 23:44:23.615 INFO O| Sep 03 23:44:23.615 INFO STEP 982 (remove_files) COMPLETE
70062024-09-03T23:44:24.761Z[ recovery-image] Sep 03 23:44:23.615 INFO O| Sep 03 23:44:23.615 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-09-03T23:44:24.777Z[ recovery-image] Sep 03 23:44:23.632 INFO O| Sep 03 23:44:23.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70082024-09-03T23:44:24.777Z[ recovery-image] Sep 03 23:44:23.632 INFO O| Sep 03 23:44:23.632 INFO STEP 983 (remove_files) COMPLETE
70092024-09-03T23:44:24.779Z[ recovery-image] Sep 03 23:44:23.632 INFO O| Sep 03 23:44:23.632 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-09-03T23:44:24.807Z[ recovery-image] Sep 03 23:44:23.662 INFO O| Sep 03 23:44:23.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
70112024-09-03T23:44:24.807Z[ recovery-image] Sep 03 23:44:23.662 INFO O| Sep 03 23:44:23.662 INFO STEP 984 (remove_files) COMPLETE
70122024-09-03T23:44:24.811Z[ recovery-image] Sep 03 23:44:23.662 INFO O| Sep 03 23:44:23.662 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-09-03T23:44:24.828Z[ recovery-image] Sep 03 23:44:23.683 INFO O| Sep 03 23:44:23.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
70142024-09-03T23:44:24.829Z[ recovery-image] Sep 03 23:44:23.683 INFO O| Sep 03 23:44:23.683 INFO STEP 985 (remove_files) COMPLETE
70152024-09-03T23:44:24.829Z[ recovery-image] Sep 03 23:44:23.683 INFO O| Sep 03 23:44:23.683 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-09-03T23:44:24.847Z[ recovery-image] Sep 03 23:44:23.701 INFO O| Sep 03 23:44:23.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
70172024-09-03T23:44:24.847Z[ recovery-image] Sep 03 23:44:23.701 INFO O| Sep 03 23:44:23.701 INFO STEP 986 (remove_files) COMPLETE
70182024-09-03T23:44:24.847Z[ recovery-image] Sep 03 23:44:23.701 INFO O| Sep 03 23:44:23.701 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-09-03T23:44:24.864Z[ recovery-image] Sep 03 23:44:23.719 INFO O| Sep 03 23:44:23.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
70202024-09-03T23:44:24.864Z[ recovery-image] Sep 03 23:44:23.719 INFO O| Sep 03 23:44:23.719 INFO STEP 987 (remove_files) COMPLETE
70212024-09-03T23:44:24.867Z[ recovery-image] Sep 03 23:44:23.719 INFO O| Sep 03 23:44:23.719 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-09-03T23:44:24.882Z[ recovery-image] Sep 03 23:44:23.737 INFO O| Sep 03 23:44:23.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
70232024-09-03T23:44:24.882Z[ recovery-image] Sep 03 23:44:23.737 INFO O| Sep 03 23:44:23.737 INFO STEP 988 (remove_files) COMPLETE
70242024-09-03T23:44:24.884Z[ recovery-image] Sep 03 23:44:23.737 INFO O| Sep 03 23:44:23.737 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-09-03T23:44:24.906Z[ recovery-image] Sep 03 23:44:23.753 INFO O| Sep 03 23:44:23.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70262024-09-03T23:44:24.906Z[ recovery-image] Sep 03 23:44:23.753 INFO O| Sep 03 23:44:23.753 INFO STEP 989 (remove_files) COMPLETE
70272024-09-03T23:44:24.906Z[ recovery-image] Sep 03 23:44:23.753 INFO O| Sep 03 23:44:23.753 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-09-03T23:44:24.915Z[ recovery-image] Sep 03 23:44:23.770 INFO O| Sep 03 23:44:23.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70292024-09-03T23:44:24.915Z[ recovery-image] Sep 03 23:44:23.770 INFO O| Sep 03 23:44:23.770 INFO STEP 990 (remove_files) COMPLETE
70302024-09-03T23:44:24.918Z[ recovery-image] Sep 03 23:44:23.770 INFO O| Sep 03 23:44:23.770 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-09-03T23:44:24.950Z[ recovery-image] Sep 03 23:44:23.805 INFO O| Sep 03 23:44:23.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70322024-09-03T23:44:24.950Z[ recovery-image] Sep 03 23:44:23.805 INFO O| Sep 03 23:44:23.805 INFO STEP 991 (remove_files) COMPLETE
70332024-09-03T23:44:24.950Z[ recovery-image] Sep 03 23:44:23.805 INFO O| Sep 03 23:44:23.805 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-09-03T23:44:24.971Z[ recovery-image] Sep 03 23:44:23.825 INFO O| Sep 03 23:44:23.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70352024-09-03T23:44:24.971Z[ recovery-image] Sep 03 23:44:23.825 INFO O| Sep 03 23:44:23.825 INFO STEP 992 (remove_files) COMPLETE
70362024-09-03T23:44:24.971Z[ recovery-image] Sep 03 23:44:23.825 INFO O| Sep 03 23:44:23.825 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-09-03T23:44:24.989Z[ recovery-image] Sep 03 23:44:23.843 INFO O| Sep 03 23:44:23.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70382024-09-03T23:44:24.989Z[ recovery-image] Sep 03 23:44:23.843 INFO O| Sep 03 23:44:23.843 INFO STEP 993 (remove_files) COMPLETE
70392024-09-03T23:44:24.991Z[ recovery-image] Sep 03 23:44:23.843 INFO O| Sep 03 23:44:23.843 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-09-03T23:44:25.008Z[ recovery-image] Sep 03 23:44:23.862 INFO O| Sep 03 23:44:23.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70412024-09-03T23:44:25.008Z[ recovery-image] Sep 03 23:44:23.862 INFO O| Sep 03 23:44:23.862 INFO STEP 994 (remove_files) COMPLETE
70422024-09-03T23:44:25.008Z[ recovery-image] Sep 03 23:44:23.862 INFO O| Sep 03 23:44:23.862 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-09-03T23:44:25.025Z[ recovery-image] Sep 03 23:44:23.879 INFO O| Sep 03 23:44:23.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70442024-09-03T23:44:25.025Z[ recovery-image] Sep 03 23:44:23.879 INFO O| Sep 03 23:44:23.879 INFO STEP 995 (remove_files) COMPLETE
70452024-09-03T23:44:25.025Z[ recovery-image] Sep 03 23:44:23.879 INFO O| Sep 03 23:44:23.879 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-09-03T23:44:25.047Z[ recovery-image] Sep 03 23:44:23.902 INFO O| Sep 03 23:44:23.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70472024-09-03T23:44:25.047Z[ recovery-image] Sep 03 23:44:23.902 INFO O| Sep 03 23:44:23.895 INFO STEP 996 (remove_files) COMPLETE
70482024-09-03T23:44:25.050Z[ recovery-image] Sep 03 23:44:23.902 INFO O| Sep 03 23:44:23.895 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-09-03T23:44:25.057Z[ recovery-image] Sep 03 23:44:23.912 INFO O| Sep 03 23:44:23.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70502024-09-03T23:44:25.057Z[ recovery-image] Sep 03 23:44:23.912 INFO O| Sep 03 23:44:23.912 INFO STEP 997 (remove_files) COMPLETE
70512024-09-03T23:44:25.060Z[ recovery-image] Sep 03 23:44:23.912 INFO O| Sep 03 23:44:23.912 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-09-03T23:44:25.075Z[ recovery-image] Sep 03 23:44:23.930 INFO O| Sep 03 23:44:23.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70532024-09-03T23:44:25.075Z[ recovery-image] Sep 03 23:44:23.930 INFO O| Sep 03 23:44:23.930 INFO STEP 998 (remove_files) COMPLETE
70542024-09-03T23:44:25.075Z[ recovery-image] Sep 03 23:44:23.930 INFO O| Sep 03 23:44:23.930 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-09-03T23:44:25.129Z[ recovery-image] Sep 03 23:44:23.983 INFO O| Sep 03 23:44:23.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70562024-09-03T23:44:25.129Z[ recovery-image] Sep 03 23:44:23.984 INFO O| Sep 03 23:44:23.984 INFO STEP 999 (remove_files) COMPLETE
70572024-09-03T23:44:25.129Z[ recovery-image] Sep 03 23:44:23.984 INFO O| Sep 03 23:44:23.984 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-09-03T23:44:25.150Z[ recovery-image] Sep 03 23:44:24.005 INFO O| Sep 03 23:44:24.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70592024-09-03T23:44:25.150Z[ recovery-image] Sep 03 23:44:24.005 INFO O| Sep 03 23:44:24.005 INFO STEP 1000 (remove_files) COMPLETE
70602024-09-03T23:44:25.153Z[ recovery-image] Sep 03 23:44:24.005 INFO O| Sep 03 23:44:24.005 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-09-03T23:44:25.169Z[ recovery-image] Sep 03 23:44:24.023 INFO O| Sep 03 23:44:24.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70622024-09-03T23:44:25.169Z[ recovery-image] Sep 03 23:44:24.023 INFO O| Sep 03 23:44:24.023 INFO STEP 1001 (remove_files) COMPLETE
70632024-09-03T23:44:25.169Z[ recovery-image] Sep 03 23:44:24.023 INFO O| Sep 03 23:44:24.023 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-09-03T23:44:25.186Z[ recovery-image] Sep 03 23:44:24.040 INFO O| Sep 03 23:44:24.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70652024-09-03T23:44:25.186Z[ recovery-image] Sep 03 23:44:24.041 INFO O| Sep 03 23:44:24.041 INFO STEP 1002 (remove_files) COMPLETE
70662024-09-03T23:44:25.186Z[ recovery-image] Sep 03 23:44:24.041 INFO O| Sep 03 23:44:24.041 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-09-03T23:44:25.204Z[ recovery-image] Sep 03 23:44:24.058 INFO O| Sep 03 23:44:24.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
70682024-09-03T23:44:25.204Z[ recovery-image] Sep 03 23:44:24.058 INFO O| Sep 03 23:44:24.058 INFO STEP 1003 (remove_files) COMPLETE
70692024-09-03T23:44:25.204Z[ recovery-image] Sep 03 23:44:24.058 INFO O| Sep 03 23:44:24.058 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-09-03T23:44:25.231Z[ recovery-image] Sep 03 23:44:24.077 INFO O| Sep 03 23:44:24.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
70712024-09-03T23:44:25.231Z[ recovery-image] Sep 03 23:44:24.077 INFO O| Sep 03 23:44:24.077 INFO STEP 1004 (remove_files) COMPLETE
70722024-09-03T23:44:25.231Z[ recovery-image] Sep 03 23:44:24.077 INFO O| Sep 03 23:44:24.077 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-09-03T23:44:25.240Z[ recovery-image] Sep 03 23:44:24.095 INFO O| Sep 03 23:44:24.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
70742024-09-03T23:44:25.240Z[ recovery-image] Sep 03 23:44:24.095 INFO O| Sep 03 23:44:24.095 INFO STEP 1005 (remove_files) COMPLETE
70752024-09-03T23:44:25.240Z[ recovery-image] Sep 03 23:44:24.095 INFO O| Sep 03 23:44:24.095 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-09-03T23:44:25.259Z[ recovery-image] Sep 03 23:44:24.113 INFO O| Sep 03 23:44:24.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
70772024-09-03T23:44:25.259Z[ recovery-image] Sep 03 23:44:24.114 INFO O| Sep 03 23:44:24.113 INFO STEP 1006 (remove_files) COMPLETE
70782024-09-03T23:44:25.259Z[ recovery-image] Sep 03 23:44:24.114 INFO O| Sep 03 23:44:24.113 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-09-03T23:44:25.277Z[ recovery-image] Sep 03 23:44:24.132 INFO O| Sep 03 23:44:24.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70802024-09-03T23:44:25.277Z[ recovery-image] Sep 03 23:44:24.132 INFO O| Sep 03 23:44:24.132 INFO STEP 1007 (remove_files) COMPLETE
70812024-09-03T23:44:25.277Z[ recovery-image] Sep 03 23:44:24.132 INFO O| Sep 03 23:44:24.132 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-09-03T23:44:25.296Z[ recovery-image] Sep 03 23:44:24.150 INFO O| Sep 03 23:44:24.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70832024-09-03T23:44:25.296Z[ recovery-image] Sep 03 23:44:24.150 INFO O| Sep 03 23:44:24.150 INFO STEP 1008 (remove_files) COMPLETE
70842024-09-03T23:44:25.296Z[ recovery-image] Sep 03 23:44:24.150 INFO O| Sep 03 23:44:24.150 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-09-03T23:44:25.385Z[ recovery-image] Sep 03 23:44:24.240 INFO O| Sep 03 23:44:24.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70862024-09-03T23:44:25.385Z[ recovery-image] Sep 03 23:44:24.240 INFO O| Sep 03 23:44:24.240 INFO STEP 1009 (remove_files) COMPLETE
70872024-09-03T23:44:25.385Z[ recovery-image] Sep 03 23:44:24.240 INFO O| Sep 03 23:44:24.240 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-09-03T23:44:25.404Z[ recovery-image] Sep 03 23:44:24.259 INFO O| Sep 03 23:44:24.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
70892024-09-03T23:44:25.404Z[ recovery-image] Sep 03 23:44:24.259 INFO O| Sep 03 23:44:24.259 INFO STEP 1010 (remove_files) COMPLETE
70902024-09-03T23:44:25.404Z[ recovery-image] Sep 03 23:44:24.259 INFO O| Sep 03 23:44:24.259 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-09-03T23:44:25.437Z[ recovery-image] Sep 03 23:44:24.291 INFO O| Sep 03 23:44:24.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70922024-09-03T23:44:25.437Z[ recovery-image] Sep 03 23:44:24.292 INFO O| Sep 03 23:44:24.291 INFO STEP 1011 (remove_files) COMPLETE
70932024-09-03T23:44:25.437Z[ recovery-image] Sep 03 23:44:24.292 INFO O| Sep 03 23:44:24.292 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-09-03T23:44:25.478Z[ recovery-image] Sep 03 23:44:24.332 INFO O| Sep 03 23:44:24.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
70952024-09-03T23:44:25.478Z[ recovery-image] Sep 03 23:44:24.333 INFO O| Sep 03 23:44:24.333 INFO STEP 1012 (remove_files) COMPLETE
70962024-09-03T23:44:25.478Z[ recovery-image] Sep 03 23:44:24.333 INFO O| Sep 03 23:44:24.333 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-09-03T23:44:25.518Z[ recovery-image] Sep 03 23:44:24.373 INFO O| Sep 03 23:44:24.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
70982024-09-03T23:44:25.518Z[ recovery-image] Sep 03 23:44:24.373 INFO O| Sep 03 23:44:24.373 INFO STEP 1013 (remove_files) COMPLETE
70992024-09-03T23:44:25.521Z[ recovery-image] Sep 03 23:44:24.373 INFO O| Sep 03 23:44:24.373 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-09-03T23:44:25.537Z[ recovery-image] Sep 03 23:44:24.392 INFO O| Sep 03 23:44:24.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71012024-09-03T23:44:25.539Z[ recovery-image] Sep 03 23:44:24.392 INFO O| Sep 03 23:44:24.392 INFO STEP 1014 (remove_files) COMPLETE
71022024-09-03T23:44:25.539Z[ recovery-image] Sep 03 23:44:24.392 INFO O| Sep 03 23:44:24.392 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-09-03T23:44:25.555Z[ recovery-image] Sep 03 23:44:24.410 INFO O| Sep 03 23:44:24.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71042024-09-03T23:44:25.555Z[ recovery-image] Sep 03 23:44:24.410 INFO O| Sep 03 23:44:24.410 INFO STEP 1015 (remove_files) COMPLETE
71052024-09-03T23:44:25.555Z[ recovery-image] Sep 03 23:44:24.410 INFO O| Sep 03 23:44:24.410 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-09-03T23:44:25.575Z[ recovery-image] Sep 03 23:44:24.430 INFO O| Sep 03 23:44:24.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71072024-09-03T23:44:25.575Z[ recovery-image] Sep 03 23:44:24.430 INFO O| Sep 03 23:44:24.430 INFO STEP 1016 (remove_files) COMPLETE
71082024-09-03T23:44:25.575Z[ recovery-image] Sep 03 23:44:24.430 INFO O| Sep 03 23:44:24.430 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-09-03T23:44:25.595Z[ recovery-image] Sep 03 23:44:24.449 INFO O| Sep 03 23:44:24.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71102024-09-03T23:44:25.595Z[ recovery-image] Sep 03 23:44:24.450 INFO O| Sep 03 23:44:24.450 INFO STEP 1017 (remove_files) COMPLETE
71112024-09-03T23:44:25.597Z[ recovery-image] Sep 03 23:44:24.450 INFO O| Sep 03 23:44:24.450 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-09-03T23:44:25.613Z[ recovery-image] Sep 03 23:44:24.468 INFO O| Sep 03 23:44:24.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
71132024-09-03T23:44:25.613Z[ recovery-image] Sep 03 23:44:24.468 INFO O| Sep 03 23:44:24.468 INFO STEP 1018 (remove_files) COMPLETE
71142024-09-03T23:44:25.613Z[ recovery-image] Sep 03 23:44:24.468 INFO O| Sep 03 23:44:24.468 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-09-03T23:44:25.630Z[ recovery-image] Sep 03 23:44:24.485 INFO O| Sep 03 23:44:24.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
71162024-09-03T23:44:25.638Z[ recovery-image] Sep 03 23:44:24.492 INFO O| Sep 03 23:44:24.492 INFO STEP 1019 (remove_files) COMPLETE
71172024-09-03T23:44:25.638Z[ recovery-image] Sep 03 23:44:24.492 INFO O| Sep 03 23:44:24.492 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-09-03T23:44:25.656Z[ recovery-image] Sep 03 23:44:24.511 INFO O| Sep 03 23:44:24.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
71192024-09-03T23:44:25.656Z[ recovery-image] Sep 03 23:44:24.511 INFO O| Sep 03 23:44:24.510 INFO STEP 1020 (remove_files) COMPLETE
71202024-09-03T23:44:25.659Z[ recovery-image] Sep 03 23:44:24.511 INFO O| Sep 03 23:44:24.510 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-09-03T23:44:25.681Z[ recovery-image] Sep 03 23:44:24.536 INFO O| Sep 03 23:44:24.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71222024-09-03T23:44:25.681Z[ recovery-image] Sep 03 23:44:24.536 INFO O| Sep 03 23:44:24.528 INFO STEP 1021 (remove_files) COMPLETE
71232024-09-03T23:44:25.683Z[ recovery-image] Sep 03 23:44:24.536 INFO O| Sep 03 23:44:24.528 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-09-03T23:44:25.690Z[ recovery-image] Sep 03 23:44:24.545 INFO O| Sep 03 23:44:24.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
71252024-09-03T23:44:25.692Z[ recovery-image] Sep 03 23:44:24.545 INFO O| Sep 03 23:44:24.545 INFO STEP 1022 (remove_files) COMPLETE
71262024-09-03T23:44:25.692Z[ recovery-image] Sep 03 23:44:24.545 INFO O| Sep 03 23:44:24.545 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-09-03T23:44:25.711Z[ recovery-image] Sep 03 23:44:24.562 INFO O| Sep 03 23:44:24.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71282024-09-03T23:44:25.711Z[ recovery-image] Sep 03 23:44:24.562 INFO O| Sep 03 23:44:24.562 INFO STEP 1023 (remove_files) COMPLETE
71292024-09-03T23:44:25.711Z[ recovery-image] Sep 03 23:44:24.563 INFO O| Sep 03 23:44:24.562 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-09-03T23:44:25.742Z[ recovery-image] Sep 03 23:44:24.597 INFO O| Sep 03 23:44:24.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71312024-09-03T23:44:25.742Z[ recovery-image] Sep 03 23:44:24.597 INFO O| Sep 03 23:44:24.597 INFO STEP 1024 (remove_files) COMPLETE
71322024-09-03T23:44:25.742Z[ recovery-image] Sep 03 23:44:24.597 INFO O| Sep 03 23:44:24.597 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-09-03T23:44:25.762Z[ recovery-image] Sep 03 23:44:24.616 INFO O| Sep 03 23:44:24.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71342024-09-03T23:44:25.762Z[ recovery-image] Sep 03 23:44:24.617 INFO O| Sep 03 23:44:24.617 INFO STEP 1025 (remove_files) COMPLETE
71352024-09-03T23:44:25.762Z[ recovery-image] Sep 03 23:44:24.617 INFO O| Sep 03 23:44:24.617 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-09-03T23:44:25.780Z[ recovery-image] Sep 03 23:44:24.635 INFO O| Sep 03 23:44:24.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71372024-09-03T23:44:25.780Z[ recovery-image] Sep 03 23:44:24.635 INFO O| Sep 03 23:44:24.635 INFO STEP 1026 (remove_files) COMPLETE
71382024-09-03T23:44:25.782Z[ recovery-image] Sep 03 23:44:24.635 INFO O| Sep 03 23:44:24.635 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-09-03T23:44:25.798Z[ recovery-image] Sep 03 23:44:24.653 INFO O| Sep 03 23:44:24.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71402024-09-03T23:44:25.798Z[ recovery-image] Sep 03 23:44:24.653 INFO O| Sep 03 23:44:24.653 INFO STEP 1027 (remove_files) COMPLETE
71412024-09-03T23:44:25.808Z[ recovery-image] Sep 03 23:44:24.653 INFO O| Sep 03 23:44:24.653 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-09-03T23:44:25.815Z[ recovery-image] Sep 03 23:44:24.670 INFO O| Sep 03 23:44:24.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71432024-09-03T23:44:25.817Z[ recovery-image] Sep 03 23:44:24.670 INFO O| Sep 03 23:44:24.670 INFO STEP 1028 (remove_files) COMPLETE
71442024-09-03T23:44:25.818Z[ recovery-image] Sep 03 23:44:24.670 INFO O| Sep 03 23:44:24.670 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-09-03T23:44:25.832Z[ recovery-image] Sep 03 23:44:24.687 INFO O| Sep 03 23:44:24.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71462024-09-03T23:44:25.832Z[ recovery-image] Sep 03 23:44:24.687 INFO O| Sep 03 23:44:24.687 INFO STEP 1029 (remove_files) COMPLETE
71472024-09-03T23:44:25.834Z[ recovery-image] Sep 03 23:44:24.687 INFO O| Sep 03 23:44:24.687 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-09-03T23:44:25.958Z[ recovery-image] Sep 03 23:44:24.813 INFO O| Sep 03 23:44:24.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71492024-09-03T23:44:25.958Z[ recovery-image] Sep 03 23:44:24.813 INFO O| Sep 03 23:44:24.813 INFO STEP 1030 (remove_files) COMPLETE
71502024-09-03T23:44:25.961Z[ recovery-image] Sep 03 23:44:24.813 INFO O| Sep 03 23:44:24.813 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-09-03T23:44:26.028Z[ recovery-image] Sep 03 23:44:24.883 INFO O| Sep 03 23:44:24.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71522024-09-03T23:44:26.028Z[ recovery-image] Sep 03 23:44:24.883 INFO O| Sep 03 23:44:24.883 INFO STEP 1031 (remove_files) COMPLETE
71532024-09-03T23:44:26.031Z[ recovery-image] Sep 03 23:44:24.883 INFO O| Sep 03 23:44:24.883 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-09-03T23:44:26.063Z[ recovery-image] Sep 03 23:44:24.918 INFO O| Sep 03 23:44:24.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71552024-09-03T23:44:26.063Z[ recovery-image] Sep 03 23:44:24.918 INFO O| Sep 03 23:44:24.918 INFO STEP 1032 (remove_files) COMPLETE
71562024-09-03T23:44:26.063Z[ recovery-image] Sep 03 23:44:24.918 INFO O| Sep 03 23:44:24.918 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-09-03T23:44:26.090Z[ recovery-image] Sep 03 23:44:24.944 INFO O| Sep 03 23:44:24.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71582024-09-03T23:44:26.090Z[ recovery-image] Sep 03 23:44:24.945 INFO O| Sep 03 23:44:24.945 INFO STEP 1033 (remove_files) COMPLETE
71592024-09-03T23:44:26.090Z[ recovery-image] Sep 03 23:44:24.945 INFO O| Sep 03 23:44:24.945 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-09-03T23:44:26.108Z[ recovery-image] Sep 03 23:44:24.962 INFO O| Sep 03 23:44:24.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71612024-09-03T23:44:26.108Z[ recovery-image] Sep 03 23:44:24.962 INFO O| Sep 03 23:44:24.962 INFO STEP 1034 (remove_files) COMPLETE
71622024-09-03T23:44:26.108Z[ recovery-image] Sep 03 23:44:24.962 INFO O| Sep 03 23:44:24.962 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-09-03T23:44:26.128Z[ recovery-image] Sep 03 23:44:24.983 INFO O| Sep 03 23:44:24.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71642024-09-03T23:44:26.128Z[ recovery-image] Sep 03 23:44:24.983 INFO O| Sep 03 23:44:24.983 INFO STEP 1035 (remove_files) COMPLETE
71652024-09-03T23:44:26.131Z[ recovery-image] Sep 03 23:44:24.983 INFO O| Sep 03 23:44:24.983 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-09-03T23:44:26.150Z[ recovery-image] Sep 03 23:44:25.004 INFO O| Sep 03 23:44:25.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
71672024-09-03T23:44:26.150Z[ recovery-image] Sep 03 23:44:25.004 INFO O| Sep 03 23:44:25.004 INFO STEP 1036 (remove_files) COMPLETE
71682024-09-03T23:44:26.150Z[ recovery-image] Sep 03 23:44:25.004 INFO O| Sep 03 23:44:25.004 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-09-03T23:44:26.169Z[ recovery-image] Sep 03 23:44:25.024 INFO O| Sep 03 23:44:25.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
71702024-09-03T23:44:26.169Z[ recovery-image] Sep 03 23:44:25.024 INFO O| Sep 03 23:44:25.024 INFO STEP 1037 (remove_files) COMPLETE
71712024-09-03T23:44:26.169Z[ recovery-image] Sep 03 23:44:25.024 INFO O| Sep 03 23:44:25.024 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-09-03T23:44:26.193Z[ recovery-image] Sep 03 23:44:25.042 INFO O| Sep 03 23:44:25.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
71732024-09-03T23:44:26.193Z[ recovery-image] Sep 03 23:44:25.042 INFO O| Sep 03 23:44:25.042 INFO STEP 1038 (remove_files) COMPLETE
71742024-09-03T23:44:26.196Z[ recovery-image] Sep 03 23:44:25.042 INFO O| Sep 03 23:44:25.042 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-09-03T23:44:26.204Z[ recovery-image] Sep 03 23:44:25.059 INFO O| Sep 03 23:44:25.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
71762024-09-03T23:44:26.204Z[ recovery-image] Sep 03 23:44:25.059 INFO O| Sep 03 23:44:25.059 INFO STEP 1039 (remove_files) COMPLETE
71772024-09-03T23:44:26.204Z[ recovery-image] Sep 03 23:44:25.059 INFO O| Sep 03 23:44:25.059 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-09-03T23:44:26.221Z[ recovery-image] Sep 03 23:44:25.076 INFO O| Sep 03 23:44:25.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
71792024-09-03T23:44:26.221Z[ recovery-image] Sep 03 23:44:25.076 INFO O| Sep 03 23:44:25.076 INFO STEP 1040 (remove_files) COMPLETE
71802024-09-03T23:44:26.221Z[ recovery-image] Sep 03 23:44:25.076 INFO O| Sep 03 23:44:25.076 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-09-03T23:44:26.238Z[ recovery-image] Sep 03 23:44:25.093 INFO O| Sep 03 23:44:25.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
71822024-09-03T23:44:26.238Z[ recovery-image] Sep 03 23:44:25.093 INFO O| Sep 03 23:44:25.093 INFO STEP 1041 (remove_files) COMPLETE
71832024-09-03T23:44:26.240Z[ recovery-image] Sep 03 23:44:25.093 INFO O| Sep 03 23:44:25.093 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-09-03T23:44:26.254Z[ recovery-image] Sep 03 23:44:25.109 INFO O| Sep 03 23:44:25.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
71852024-09-03T23:44:26.254Z[ recovery-image] Sep 03 23:44:25.109 INFO O| Sep 03 23:44:25.109 INFO STEP 1042 (remove_files) COMPLETE
71862024-09-03T23:44:26.257Z[ recovery-image] Sep 03 23:44:25.109 INFO O| Sep 03 23:44:25.109 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-09-03T23:44:26.272Z[ recovery-image] Sep 03 23:44:25.127 INFO O| Sep 03 23:44:25.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71882024-09-03T23:44:26.272Z[ recovery-image] Sep 03 23:44:25.127 INFO O| Sep 03 23:44:25.127 INFO STEP 1043 (remove_files) COMPLETE
71892024-09-03T23:44:26.272Z[ recovery-image] Sep 03 23:44:25.127 INFO O| Sep 03 23:44:25.127 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-09-03T23:44:26.289Z[ recovery-image] Sep 03 23:44:25.144 INFO O| Sep 03 23:44:25.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71912024-09-03T23:44:26.291Z[ recovery-image] Sep 03 23:44:25.144 INFO O| Sep 03 23:44:25.144 INFO STEP 1044 (remove_files) COMPLETE
71922024-09-03T23:44:26.291Z[ recovery-image] Sep 03 23:44:25.144 INFO O| Sep 03 23:44:25.144 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-09-03T23:44:26.306Z[ recovery-image] Sep 03 23:44:25.160 INFO O| Sep 03 23:44:25.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
71942024-09-03T23:44:26.306Z[ recovery-image] Sep 03 23:44:25.160 INFO O| Sep 03 23:44:25.160 INFO STEP 1045 (remove_files) COMPLETE
71952024-09-03T23:44:26.310Z[ recovery-image] Sep 03 23:44:25.160 INFO O| Sep 03 23:44:25.160 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-09-03T23:44:26.324Z[ recovery-image] Sep 03 23:44:25.178 INFO O| Sep 03 23:44:25.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
71972024-09-03T23:44:26.327Z[ recovery-image] Sep 03 23:44:25.178 INFO O| Sep 03 23:44:25.178 INFO STEP 1046 (remove_files) COMPLETE
71982024-09-03T23:44:26.327Z[ recovery-image] Sep 03 23:44:25.178 INFO O| Sep 03 23:44:25.178 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-09-03T23:44:26.340Z[ recovery-image] Sep 03 23:44:25.194 INFO O| Sep 03 23:44:25.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72002024-09-03T23:44:26.340Z[ recovery-image] Sep 03 23:44:25.194 INFO O| Sep 03 23:44:25.194 INFO STEP 1047 (remove_files) COMPLETE
72012024-09-03T23:44:26.342Z[ recovery-image] Sep 03 23:44:25.195 INFO O| Sep 03 23:44:25.194 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-09-03T23:44:26.357Z[ recovery-image] Sep 03 23:44:25.212 INFO O| Sep 03 23:44:25.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72032024-09-03T23:44:26.358Z[ recovery-image] Sep 03 23:44:25.212 INFO O| Sep 03 23:44:25.212 INFO STEP 1048 (remove_files) COMPLETE
72042024-09-03T23:44:26.360Z[ recovery-image] Sep 03 23:44:25.212 INFO O| Sep 03 23:44:25.212 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-09-03T23:44:26.376Z[ recovery-image] Sep 03 23:44:25.230 INFO O| Sep 03 23:44:25.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72062024-09-03T23:44:26.379Z[ recovery-image] Sep 03 23:44:25.231 INFO O| Sep 03 23:44:25.231 INFO STEP 1049 (remove_files) COMPLETE
72072024-09-03T23:44:26.379Z[ recovery-image] Sep 03 23:44:25.231 INFO O| Sep 03 23:44:25.231 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-09-03T23:44:26.395Z[ recovery-image] Sep 03 23:44:25.250 INFO O| Sep 03 23:44:25.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72092024-09-03T23:44:26.398Z[ recovery-image] Sep 03 23:44:25.250 INFO O| Sep 03 23:44:25.250 INFO STEP 1050 (remove_files) COMPLETE
72102024-09-03T23:44:26.398Z[ recovery-image] Sep 03 23:44:25.250 INFO O| Sep 03 23:44:25.250 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-09-03T23:44:26.414Z[ recovery-image] Sep 03 23:44:25.268 INFO O| Sep 03 23:44:25.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
72122024-09-03T23:44:26.416Z[ recovery-image] Sep 03 23:44:25.268 INFO O| Sep 03 23:44:25.268 INFO STEP 1051 (remove_files) COMPLETE
72132024-09-03T23:44:26.416Z[ recovery-image] Sep 03 23:44:25.269 INFO O| Sep 03 23:44:25.269 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-09-03T23:44:26.432Z[ recovery-image] Sep 03 23:44:25.287 INFO O| Sep 03 23:44:25.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
72152024-09-03T23:44:26.435Z[ recovery-image] Sep 03 23:44:25.287 INFO O| Sep 03 23:44:25.287 INFO STEP 1052 (remove_files) COMPLETE
72162024-09-03T23:44:26.435Z[ recovery-image] Sep 03 23:44:25.287 INFO O| Sep 03 23:44:25.287 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-09-03T23:44:26.450Z[ recovery-image] Sep 03 23:44:25.305 INFO O| Sep 03 23:44:25.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72182024-09-03T23:44:26.453Z[ recovery-image] Sep 03 23:44:25.305 INFO O| Sep 03 23:44:25.305 INFO STEP 1053 (remove_files) COMPLETE
72192024-09-03T23:44:26.453Z[ recovery-image] Sep 03 23:44:25.305 INFO O| Sep 03 23:44:25.305 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-09-03T23:44:26.468Z[ recovery-image] Sep 03 23:44:25.323 INFO O| Sep 03 23:44:25.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
72212024-09-03T23:44:26.468Z[ recovery-image] Sep 03 23:44:25.323 INFO O| Sep 03 23:44:25.323 INFO STEP 1054 (remove_files) COMPLETE
72222024-09-03T23:44:26.469Z[ recovery-image] Sep 03 23:44:25.323 INFO O| Sep 03 23:44:25.323 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-09-03T23:44:26.486Z[ recovery-image] Sep 03 23:44:25.340 INFO O| Sep 03 23:44:25.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
72242024-09-03T23:44:26.486Z[ recovery-image] Sep 03 23:44:25.341 INFO O| Sep 03 23:44:25.341 INFO STEP 1055 (remove_files) COMPLETE
72252024-09-03T23:44:26.486Z[ recovery-image] Sep 03 23:44:25.341 INFO O| Sep 03 23:44:25.341 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-09-03T23:44:26.503Z[ recovery-image] Sep 03 23:44:25.358 INFO O| Sep 03 23:44:25.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72272024-09-03T23:44:26.503Z[ recovery-image] Sep 03 23:44:25.358 INFO O| Sep 03 23:44:25.358 INFO STEP 1056 (remove_files) COMPLETE
72282024-09-03T23:44:26.505Z[ recovery-image] Sep 03 23:44:25.358 INFO O| Sep 03 23:44:25.358 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-09-03T23:44:26.520Z[ recovery-image] Sep 03 23:44:25.375 INFO O| Sep 03 23:44:25.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72302024-09-03T23:44:26.520Z[ recovery-image] Sep 03 23:44:25.375 INFO O| Sep 03 23:44:25.375 INFO STEP 1057 (remove_files) COMPLETE
72312024-09-03T23:44:26.520Z[ recovery-image] Sep 03 23:44:25.375 INFO O| Sep 03 23:44:25.375 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-09-03T23:44:26.537Z[ recovery-image] Sep 03 23:44:25.391 INFO O| Sep 03 23:44:25.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72332024-09-03T23:44:26.537Z[ recovery-image] Sep 03 23:44:25.391 INFO O| Sep 03 23:44:25.391 INFO STEP 1058 (remove_files) COMPLETE
72342024-09-03T23:44:26.540Z[ recovery-image] Sep 03 23:44:25.391 INFO O| Sep 03 23:44:25.391 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-09-03T23:44:26.554Z[ recovery-image] Sep 03 23:44:25.409 INFO O| Sep 03 23:44:25.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72362024-09-03T23:44:26.554Z[ recovery-image] Sep 03 23:44:25.409 INFO O| Sep 03 23:44:25.409 INFO STEP 1059 (remove_files) COMPLETE
72372024-09-03T23:44:26.554Z[ recovery-image] Sep 03 23:44:25.409 INFO O| Sep 03 23:44:25.409 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-09-03T23:44:26.572Z[ recovery-image] Sep 03 23:44:25.427 INFO O| Sep 03 23:44:25.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
72392024-09-03T23:44:26.572Z[ recovery-image] Sep 03 23:44:25.427 INFO O| Sep 03 23:44:25.427 INFO STEP 1060 (remove_files) COMPLETE
72402024-09-03T23:44:26.575Z[ recovery-image] Sep 03 23:44:25.427 INFO O| Sep 03 23:44:25.427 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-09-03T23:44:26.590Z[ recovery-image] Sep 03 23:44:25.444 INFO O| Sep 03 23:44:25.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
72422024-09-03T23:44:26.590Z[ recovery-image] Sep 03 23:44:25.445 INFO O| Sep 03 23:44:25.445 INFO STEP 1061 (remove_files) COMPLETE
72432024-09-03T23:44:26.590Z[ recovery-image] Sep 03 23:44:25.445 INFO O| Sep 03 23:44:25.445 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-09-03T23:44:26.607Z[ recovery-image] Sep 03 23:44:25.462 INFO O| Sep 03 23:44:25.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
72452024-09-03T23:44:26.607Z[ recovery-image] Sep 03 23:44:25.462 INFO O| Sep 03 23:44:25.462 INFO STEP 1062 (remove_files) COMPLETE
72462024-09-03T23:44:26.607Z[ recovery-image] Sep 03 23:44:25.462 INFO O| Sep 03 23:44:25.462 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-09-03T23:44:26.624Z[ recovery-image] Sep 03 23:44:25.478 INFO O| Sep 03 23:44:25.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
72482024-09-03T23:44:26.624Z[ recovery-image] Sep 03 23:44:25.478 INFO O| Sep 03 23:44:25.478 INFO STEP 1063 (remove_files) COMPLETE
72492024-09-03T23:44:26.624Z[ recovery-image] Sep 03 23:44:25.478 INFO O| Sep 03 23:44:25.478 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-09-03T23:44:26.641Z[ recovery-image] Sep 03 23:44:25.496 INFO O| Sep 03 23:44:25.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72512024-09-03T23:44:26.641Z[ recovery-image] Sep 03 23:44:25.496 INFO O| Sep 03 23:44:25.496 INFO STEP 1064 (remove_files) COMPLETE
72522024-09-03T23:44:26.643Z[ recovery-image] Sep 03 23:44:25.496 INFO O| Sep 03 23:44:25.496 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-09-03T23:44:26.658Z[ recovery-image] Sep 03 23:44:25.512 INFO O| Sep 03 23:44:25.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72542024-09-03T23:44:26.658Z[ recovery-image] Sep 03 23:44:25.512 INFO O| Sep 03 23:44:25.512 INFO STEP 1065 (remove_files) COMPLETE
72552024-09-03T23:44:26.660Z[ recovery-image] Sep 03 23:44:25.512 INFO O| Sep 03 23:44:25.512 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-09-03T23:44:26.675Z[ recovery-image] Sep 03 23:44:25.529 INFO O| Sep 03 23:44:25.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72572024-09-03T23:44:26.675Z[ recovery-image] Sep 03 23:44:25.529 INFO O| Sep 03 23:44:25.529 INFO STEP 1066 (remove_files) COMPLETE
72582024-09-03T23:44:26.677Z[ recovery-image] Sep 03 23:44:25.529 INFO O| Sep 03 23:44:25.529 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-09-03T23:44:26.692Z[ recovery-image] Sep 03 23:44:25.547 INFO O| Sep 03 23:44:25.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72602024-09-03T23:44:26.695Z[ recovery-image] Sep 03 23:44:25.548 INFO O| Sep 03 23:44:25.548 INFO STEP 1067 (remove_files) COMPLETE
72612024-09-03T23:44:26.695Z[ recovery-image] Sep 03 23:44:25.548 INFO O| Sep 03 23:44:25.548 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-09-03T23:44:26.712Z[ recovery-image] Sep 03 23:44:25.567 INFO O| Sep 03 23:44:25.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72632024-09-03T23:44:26.712Z[ recovery-image] Sep 03 23:44:25.567 INFO O| Sep 03 23:44:25.567 INFO STEP 1068 (remove_files) COMPLETE
72642024-09-03T23:44:26.715Z[ recovery-image] Sep 03 23:44:25.567 INFO O| Sep 03 23:44:25.567 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-09-03T23:44:26.732Z[ recovery-image] Sep 03 23:44:25.585 INFO O| Sep 03 23:44:25.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
72662024-09-03T23:44:26.732Z[ recovery-image] Sep 03 23:44:25.585 INFO O| Sep 03 23:44:25.585 INFO STEP 1069 (remove_files) COMPLETE
72672024-09-03T23:44:26.732Z[ recovery-image] Sep 03 23:44:25.585 INFO O| Sep 03 23:44:25.585 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-09-03T23:44:26.748Z[ recovery-image] Sep 03 23:44:25.603 INFO O| Sep 03 23:44:25.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
72692024-09-03T23:44:26.748Z[ recovery-image] Sep 03 23:44:25.603 INFO O| Sep 03 23:44:25.603 INFO STEP 1070 (remove_files) COMPLETE
72702024-09-03T23:44:26.750Z[ recovery-image] Sep 03 23:44:25.603 INFO O| Sep 03 23:44:25.603 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-09-03T23:44:26.765Z[ recovery-image] Sep 03 23:44:25.620 INFO O| Sep 03 23:44:25.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
72722024-09-03T23:44:26.768Z[ recovery-image] Sep 03 23:44:25.620 INFO O| Sep 03 23:44:25.620 INFO STEP 1071 (remove_files) COMPLETE
72732024-09-03T23:44:26.768Z[ recovery-image] Sep 03 23:44:25.620 INFO O| Sep 03 23:44:25.620 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-09-03T23:44:26.783Z[ recovery-image] Sep 03 23:44:25.638 INFO O| Sep 03 23:44:25.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
72752024-09-03T23:44:26.783Z[ recovery-image] Sep 03 23:44:25.638 INFO O| Sep 03 23:44:25.638 INFO STEP 1072 (remove_files) COMPLETE
72762024-09-03T23:44:26.786Z[ recovery-image] Sep 03 23:44:25.638 INFO O| Sep 03 23:44:25.638 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-09-03T23:44:26.801Z[ recovery-image] Sep 03 23:44:25.655 INFO O| Sep 03 23:44:25.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
72782024-09-03T23:44:26.801Z[ recovery-image] Sep 03 23:44:25.655 INFO O| Sep 03 23:44:25.655 INFO STEP 1073 (remove_files) COMPLETE
72792024-09-03T23:44:26.801Z[ recovery-image] Sep 03 23:44:25.655 INFO O| Sep 03 23:44:25.655 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-09-03T23:44:26.818Z[ recovery-image] Sep 03 23:44:25.673 INFO O| Sep 03 23:44:25.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72812024-09-03T23:44:26.818Z[ recovery-image] Sep 03 23:44:25.673 INFO O| Sep 03 23:44:25.673 INFO STEP 1074 (remove_files) COMPLETE
72822024-09-03T23:44:26.820Z[ recovery-image] Sep 03 23:44:25.673 INFO O| Sep 03 23:44:25.673 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-09-03T23:44:26.836Z[ recovery-image] Sep 03 23:44:25.691 INFO O| Sep 03 23:44:25.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72842024-09-03T23:44:26.836Z[ recovery-image] Sep 03 23:44:25.691 INFO O| Sep 03 23:44:25.691 INFO STEP 1075 (remove_files) COMPLETE
72852024-09-03T23:44:26.839Z[ recovery-image] Sep 03 23:44:25.691 INFO O| Sep 03 23:44:25.691 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-09-03T23:44:26.854Z[ recovery-image] Sep 03 23:44:25.709 INFO O| Sep 03 23:44:25.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72872024-09-03T23:44:26.854Z[ recovery-image] Sep 03 23:44:25.709 INFO O| Sep 03 23:44:25.709 INFO STEP 1076 (remove_files) COMPLETE
72882024-09-03T23:44:26.854Z[ recovery-image] Sep 03 23:44:25.709 INFO O| Sep 03 23:44:25.709 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-09-03T23:44:26.872Z[ recovery-image] Sep 03 23:44:25.726 INFO O| Sep 03 23:44:25.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72902024-09-03T23:44:26.872Z[ recovery-image] Sep 03 23:44:25.726 INFO O| Sep 03 23:44:25.726 INFO STEP 1077 (remove_files) COMPLETE
72912024-09-03T23:44:26.872Z[ recovery-image] Sep 03 23:44:25.726 INFO O| Sep 03 23:44:25.726 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-09-03T23:44:26.889Z[ recovery-image] Sep 03 23:44:25.744 INFO O| Sep 03 23:44:25.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
72932024-09-03T23:44:26.889Z[ recovery-image] Sep 03 23:44:25.744 INFO O| Sep 03 23:44:25.744 INFO STEP 1078 (remove_files) COMPLETE
72942024-09-03T23:44:26.889Z[ recovery-image] Sep 03 23:44:25.744 INFO O| Sep 03 23:44:25.744 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-09-03T23:44:26.906Z[ recovery-image] Sep 03 23:44:25.761 INFO O| Sep 03 23:44:25.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
72962024-09-03T23:44:26.906Z[ recovery-image] Sep 03 23:44:25.761 INFO O| Sep 03 23:44:25.761 INFO STEP 1079 (remove_files) COMPLETE
72972024-09-03T23:44:26.907Z[ recovery-image] Sep 03 23:44:25.761 INFO O| Sep 03 23:44:25.761 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-09-03T23:44:26.924Z[ recovery-image] Sep 03 23:44:25.778 INFO O| Sep 03 23:44:25.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
72992024-09-03T23:44:26.924Z[ recovery-image] Sep 03 23:44:25.778 INFO O| Sep 03 23:44:25.778 INFO STEP 1080 (remove_files) COMPLETE
73002024-09-03T23:44:26.924Z[ recovery-image] Sep 03 23:44:25.778 INFO O| Sep 03 23:44:25.778 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-09-03T23:44:26.943Z[ recovery-image] Sep 03 23:44:25.795 INFO O| Sep 03 23:44:25.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73022024-09-03T23:44:26.943Z[ recovery-image] Sep 03 23:44:25.796 INFO O| Sep 03 23:44:25.795 INFO STEP 1081 (remove_files) COMPLETE
73032024-09-03T23:44:26.943Z[ recovery-image] Sep 03 23:44:25.796 INFO O| Sep 03 23:44:25.796 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-09-03T23:44:26.959Z[ recovery-image] Sep 03 23:44:25.813 INFO O| Sep 03 23:44:25.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73052024-09-03T23:44:26.959Z[ recovery-image] Sep 03 23:44:25.813 INFO O| Sep 03 23:44:25.813 INFO STEP 1082 (remove_files) COMPLETE
73062024-09-03T23:44:26.962Z[ recovery-image] Sep 03 23:44:25.813 INFO O| Sep 03 23:44:25.813 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-09-03T23:44:26.977Z[ recovery-image] Sep 03 23:44:25.831 INFO O| Sep 03 23:44:25.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73082024-09-03T23:44:26.977Z[ recovery-image] Sep 03 23:44:25.831 INFO O| Sep 03 23:44:25.831 INFO STEP 1083 (remove_files) COMPLETE
73092024-09-03T23:44:26.978Z[ recovery-image] Sep 03 23:44:25.832 INFO O| Sep 03 23:44:25.831 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-09-03T23:44:26.995Z[ recovery-image] Sep 03 23:44:25.850 INFO O| Sep 03 23:44:25.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
73112024-09-03T23:44:26.998Z[ recovery-image] Sep 03 23:44:25.850 INFO O| Sep 03 23:44:25.850 INFO STEP 1084 (remove_files) COMPLETE
73122024-09-03T23:44:26.998Z[ recovery-image] Sep 03 23:44:25.850 INFO O| Sep 03 23:44:25.850 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-09-03T23:44:27.016Z[ recovery-image] Sep 03 23:44:25.869 INFO O| Sep 03 23:44:25.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73142024-09-03T23:44:27.016Z[ recovery-image] Sep 03 23:44:25.869 INFO O| Sep 03 23:44:25.869 INFO STEP 1085 (remove_files) COMPLETE
73152024-09-03T23:44:27.016Z[ recovery-image] Sep 03 23:44:25.869 INFO O| Sep 03 23:44:25.869 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-09-03T23:44:27.034Z[ recovery-image] Sep 03 23:44:25.888 INFO O| Sep 03 23:44:25.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73172024-09-03T23:44:27.034Z[ recovery-image] Sep 03 23:44:25.888 INFO O| Sep 03 23:44:25.888 INFO STEP 1086 (remove_files) COMPLETE
73182024-09-03T23:44:27.034Z[ recovery-image] Sep 03 23:44:25.888 INFO O| Sep 03 23:44:25.888 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-09-03T23:44:27.053Z[ recovery-image] Sep 03 23:44:25.907 INFO O| Sep 03 23:44:25.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73202024-09-03T23:44:27.053Z[ recovery-image] Sep 03 23:44:25.907 INFO O| Sep 03 23:44:25.907 INFO STEP 1087 (remove_files) COMPLETE
73212024-09-03T23:44:27.053Z[ recovery-image] Sep 03 23:44:25.907 INFO O| Sep 03 23:44:25.907 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-09-03T23:44:27.072Z[ recovery-image] Sep 03 23:44:25.926 INFO O| Sep 03 23:44:25.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73232024-09-03T23:44:27.072Z[ recovery-image] Sep 03 23:44:25.926 INFO O| Sep 03 23:44:25.926 INFO STEP 1088 (remove_files) COMPLETE
73242024-09-03T23:44:27.072Z[ recovery-image] Sep 03 23:44:25.926 INFO O| Sep 03 23:44:25.926 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-09-03T23:44:27.091Z[ recovery-image] Sep 03 23:44:25.944 INFO O| Sep 03 23:44:25.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73262024-09-03T23:44:27.091Z[ recovery-image] Sep 03 23:44:25.945 INFO O| Sep 03 23:44:25.944 INFO STEP 1089 (remove_files) COMPLETE
73272024-09-03T23:44:27.091Z[ recovery-image] Sep 03 23:44:25.945 INFO O| Sep 03 23:44:25.945 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-09-03T23:44:27.109Z[ recovery-image] Sep 03 23:44:25.963 INFO O| Sep 03 23:44:25.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73292024-09-03T23:44:27.109Z[ recovery-image] Sep 03 23:44:25.963 INFO O| Sep 03 23:44:25.963 INFO STEP 1090 (remove_files) COMPLETE
73302024-09-03T23:44:27.110Z[ recovery-image] Sep 03 23:44:25.963 INFO O| Sep 03 23:44:25.963 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-09-03T23:44:27.129Z[ recovery-image] Sep 03 23:44:25.983 INFO O| Sep 03 23:44:25.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73322024-09-03T23:44:27.129Z[ recovery-image] Sep 03 23:44:25.983 INFO O| Sep 03 23:44:25.983 INFO STEP 1091 (remove_files) COMPLETE
73332024-09-03T23:44:27.129Z[ recovery-image] Sep 03 23:44:25.983 INFO O| Sep 03 23:44:25.983 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-09-03T23:44:27.149Z[ recovery-image] Sep 03 23:44:26.003 INFO O| Sep 03 23:44:26.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73352024-09-03T23:44:27.149Z[ recovery-image] Sep 03 23:44:26.003 INFO O| Sep 03 23:44:26.003 INFO STEP 1092 (remove_files) COMPLETE
73362024-09-03T23:44:27.149Z[ recovery-image] Sep 03 23:44:26.003 INFO O| Sep 03 23:44:26.003 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-09-03T23:44:27.170Z[ recovery-image] Sep 03 23:44:26.024 INFO O| Sep 03 23:44:26.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
73382024-09-03T23:44:27.170Z[ recovery-image] Sep 03 23:44:26.024 INFO O| Sep 03 23:44:26.024 INFO STEP 1093 (remove_files) COMPLETE
73392024-09-03T23:44:27.170Z[ recovery-image] Sep 03 23:44:26.024 INFO O| Sep 03 23:44:26.024 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-09-03T23:44:27.188Z[ recovery-image] Sep 03 23:44:26.043 INFO O| Sep 03 23:44:26.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
73412024-09-03T23:44:27.188Z[ recovery-image] Sep 03 23:44:26.043 INFO O| Sep 03 23:44:26.043 INFO STEP 1094 (remove_files) COMPLETE
73422024-09-03T23:44:27.191Z[ recovery-image] Sep 03 23:44:26.043 INFO O| Sep 03 23:44:26.043 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-09-03T23:44:27.205Z[ recovery-image] Sep 03 23:44:26.059 INFO O| Sep 03 23:44:26.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
73442024-09-03T23:44:27.205Z[ recovery-image] Sep 03 23:44:26.059 INFO O| Sep 03 23:44:26.059 INFO STEP 1095 (remove_files) COMPLETE
73452024-09-03T23:44:27.205Z[ recovery-image] Sep 03 23:44:26.059 INFO O| Sep 03 23:44:26.059 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-09-03T23:44:27.223Z[ recovery-image] Sep 03 23:44:26.078 INFO O| Sep 03 23:44:26.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
73472024-09-03T23:44:27.226Z[ recovery-image] Sep 03 23:44:26.078 INFO O| Sep 03 23:44:26.078 INFO STEP 1096 (remove_files) COMPLETE
73482024-09-03T23:44:27.227Z[ recovery-image] Sep 03 23:44:26.078 INFO O| Sep 03 23:44:26.078 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-09-03T23:44:27.243Z[ recovery-image] Sep 03 23:44:26.098 INFO O| Sep 03 23:44:26.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73502024-09-03T23:44:27.243Z[ recovery-image] Sep 03 23:44:26.098 INFO O| Sep 03 23:44:26.098 INFO STEP 1097 (remove_files) COMPLETE
73512024-09-03T23:44:27.245Z[ recovery-image] Sep 03 23:44:26.098 INFO O| Sep 03 23:44:26.098 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-09-03T23:44:27.260Z[ recovery-image] Sep 03 23:44:26.115 INFO O| Sep 03 23:44:26.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73532024-09-03T23:44:27.260Z[ recovery-image] Sep 03 23:44:26.115 INFO O| Sep 03 23:44:26.115 INFO STEP 1098 (remove_files) COMPLETE
73542024-09-03T23:44:27.260Z[ recovery-image] Sep 03 23:44:26.115 INFO O| Sep 03 23:44:26.115 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-09-03T23:44:27.278Z[ recovery-image] Sep 03 23:44:26.132 INFO O| Sep 03 23:44:26.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73562024-09-03T23:44:27.278Z[ recovery-image] Sep 03 23:44:26.133 INFO O| Sep 03 23:44:26.133 INFO STEP 1099 (remove_files) COMPLETE
73572024-09-03T23:44:27.281Z[ recovery-image] Sep 03 23:44:26.133 INFO O| Sep 03 23:44:26.133 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-09-03T23:44:27.294Z[ recovery-image] Sep 03 23:44:26.148 INFO O| Sep 03 23:44:26.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73592024-09-03T23:44:27.295Z[ recovery-image] Sep 03 23:44:26.148 INFO O| Sep 03 23:44:26.148 INFO STEP 1100 (remove_files) COMPLETE
73602024-09-03T23:44:27.297Z[ recovery-image] Sep 03 23:44:26.148 INFO O| Sep 03 23:44:26.148 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-09-03T23:44:27.310Z[ recovery-image] Sep 03 23:44:26.164 INFO O| Sep 03 23:44:26.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73622024-09-03T23:44:27.310Z[ recovery-image] Sep 03 23:44:26.165 INFO O| Sep 03 23:44:26.164 INFO STEP 1101 (remove_files) COMPLETE
73632024-09-03T23:44:27.312Z[ recovery-image] Sep 03 23:44:26.165 INFO O| Sep 03 23:44:26.164 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-09-03T23:44:27.326Z[ recovery-image] Sep 03 23:44:26.181 INFO O| Sep 03 23:44:26.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
73652024-09-03T23:44:27.326Z[ recovery-image] Sep 03 23:44:26.181 INFO O| Sep 03 23:44:26.181 INFO STEP 1102 (remove_files) COMPLETE
73662024-09-03T23:44:27.326Z[ recovery-image] Sep 03 23:44:26.181 INFO O| Sep 03 23:44:26.181 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-09-03T23:44:27.342Z[ recovery-image] Sep 03 23:44:26.196 INFO O| Sep 03 23:44:26.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
73682024-09-03T23:44:27.342Z[ recovery-image] Sep 03 23:44:26.196 INFO O| Sep 03 23:44:26.196 INFO STEP 1103 (remove_files) COMPLETE
73692024-09-03T23:44:27.342Z[ recovery-image] Sep 03 23:44:26.196 INFO O| Sep 03 23:44:26.196 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-09-03T23:44:27.359Z[ recovery-image] Sep 03 23:44:26.213 INFO O| Sep 03 23:44:26.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
73712024-09-03T23:44:27.359Z[ recovery-image] Sep 03 23:44:26.213 INFO O| Sep 03 23:44:26.213 INFO STEP 1104 (remove_files) COMPLETE
73722024-09-03T23:44:27.359Z[ recovery-image] Sep 03 23:44:26.213 INFO O| Sep 03 23:44:26.213 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-09-03T23:44:27.371Z[ recovery-image] Sep 03 23:44:26.225 INFO O| Sep 03 23:44:26.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
73742024-09-03T23:44:27.373Z[ recovery-image] Sep 03 23:44:26.226 INFO O| Sep 03 23:44:26.226 INFO STEP 1105 (remove_files) COMPLETE
73752024-09-03T23:44:27.373Z[ recovery-image] Sep 03 23:44:26.226 INFO O| Sep 03 23:44:26.226 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-09-03T23:44:27.387Z[ recovery-image] Sep 03 23:44:26.242 INFO O| Sep 03 23:44:26.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
73772024-09-03T23:44:27.387Z[ recovery-image] Sep 03 23:44:26.242 INFO O| Sep 03 23:44:26.242 INFO STEP 1106 (remove_files) COMPLETE
73782024-09-03T23:44:27.387Z[ recovery-image] Sep 03 23:44:26.242 INFO O| Sep 03 23:44:26.242 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-09-03T23:44:27.399Z[ recovery-image] Sep 03 23:44:26.253 INFO O| Sep 03 23:44:26.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73802024-09-03T23:44:27.399Z[ recovery-image] Sep 03 23:44:26.253 INFO O| Sep 03 23:44:26.253 INFO STEP 1107 (remove_files) COMPLETE
73812024-09-03T23:44:27.401Z[ recovery-image] Sep 03 23:44:26.254 INFO O| Sep 03 23:44:26.253 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-09-03T23:44:27.414Z[ recovery-image] Sep 03 23:44:26.269 INFO O| Sep 03 23:44:26.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73832024-09-03T23:44:27.414Z[ recovery-image] Sep 03 23:44:26.269 INFO O| Sep 03 23:44:26.269 INFO STEP 1108 (remove_files) COMPLETE
73842024-09-03T23:44:27.414Z[ recovery-image] Sep 03 23:44:26.269 INFO O| Sep 03 23:44:26.269 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-09-03T23:44:27.430Z[ recovery-image] Sep 03 23:44:26.285 INFO O| Sep 03 23:44:26.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73862024-09-03T23:44:27.430Z[ recovery-image] Sep 03 23:44:26.285 INFO O| Sep 03 23:44:26.285 INFO STEP 1109 (remove_files) COMPLETE
73872024-09-03T23:44:27.433Z[ recovery-image] Sep 03 23:44:26.285 INFO O| Sep 03 23:44:26.285 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-09-03T23:44:27.446Z[ recovery-image] Sep 03 23:44:26.301 INFO O| Sep 03 23:44:26.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73892024-09-03T23:44:27.448Z[ recovery-image] Sep 03 23:44:26.302 INFO O| Sep 03 23:44:26.301 INFO STEP 1110 (remove_files) COMPLETE
73902024-09-03T23:44:27.448Z[ recovery-image] Sep 03 23:44:26.302 INFO O| Sep 03 23:44:26.301 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-09-03T23:44:27.458Z[ recovery-image] Sep 03 23:44:26.313 INFO O| Sep 03 23:44:26.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73922024-09-03T23:44:27.458Z[ recovery-image] Sep 03 23:44:26.313 INFO O| Sep 03 23:44:26.313 INFO STEP 1111 (remove_files) COMPLETE
73932024-09-03T23:44:27.459Z[ recovery-image] Sep 03 23:44:26.313 INFO O| Sep 03 23:44:26.313 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-09-03T23:44:27.474Z[ recovery-image] Sep 03 23:44:26.329 INFO O| Sep 03 23:44:26.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
73952024-09-03T23:44:27.474Z[ recovery-image] Sep 03 23:44:26.329 INFO O| Sep 03 23:44:26.329 INFO STEP 1112 (remove_files) COMPLETE
73962024-09-03T23:44:27.476Z[ recovery-image] Sep 03 23:44:26.329 INFO O| Sep 03 23:44:26.329 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-09-03T23:44:27.490Z[ recovery-image] Sep 03 23:44:26.344 INFO O| Sep 03 23:44:26.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
73982024-09-03T23:44:27.490Z[ recovery-image] Sep 03 23:44:26.345 INFO O| Sep 03 23:44:26.345 INFO STEP 1113 (remove_files) COMPLETE
73992024-09-03T23:44:27.492Z[ recovery-image] Sep 03 23:44:26.345 INFO O| Sep 03 23:44:26.345 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-09-03T23:44:27.506Z[ recovery-image] Sep 03 23:44:26.360 INFO O| Sep 03 23:44:26.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74012024-09-03T23:44:27.506Z[ recovery-image] Sep 03 23:44:26.360 INFO O| Sep 03 23:44:26.360 INFO STEP 1114 (remove_files) COMPLETE
74022024-09-03T23:44:27.508Z[ recovery-image] Sep 03 23:44:26.360 INFO O| Sep 03 23:44:26.360 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-09-03T23:44:27.518Z[ recovery-image] Sep 03 23:44:26.373 INFO O| Sep 03 23:44:26.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74042024-09-03T23:44:27.520Z[ recovery-image] Sep 03 23:44:26.373 INFO O| Sep 03 23:44:26.373 INFO STEP 1115 (remove_files) COMPLETE
74052024-09-03T23:44:27.520Z[ recovery-image] Sep 03 23:44:26.373 INFO O| Sep 03 23:44:26.373 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-09-03T23:44:27.535Z[ recovery-image] Sep 03 23:44:26.390 INFO O| Sep 03 23:44:26.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74072024-09-03T23:44:27.535Z[ recovery-image] Sep 03 23:44:26.390 INFO O| Sep 03 23:44:26.390 INFO STEP 1116 (remove_files) COMPLETE
74082024-09-03T23:44:27.535Z[ recovery-image] Sep 03 23:44:26.390 INFO O| Sep 03 23:44:26.390 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-09-03T23:44:27.552Z[ recovery-image] Sep 03 23:44:26.407 INFO O| Sep 03 23:44:26.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
74102024-09-03T23:44:27.552Z[ recovery-image] Sep 03 23:44:26.407 INFO O| Sep 03 23:44:26.407 INFO STEP 1117 (remove_files) COMPLETE
74112024-09-03T23:44:27.552Z[ recovery-image] Sep 03 23:44:26.407 INFO O| Sep 03 23:44:26.407 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-09-03T23:44:27.564Z[ recovery-image] Sep 03 23:44:26.418 INFO O| Sep 03 23:44:26.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74132024-09-03T23:44:27.564Z[ recovery-image] Sep 03 23:44:26.419 INFO O| Sep 03 23:44:26.419 INFO STEP 1118 (remove_files) COMPLETE
74142024-09-03T23:44:27.566Z[ recovery-image] Sep 03 23:44:26.419 INFO O| Sep 03 23:44:26.419 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-09-03T23:44:27.581Z[ recovery-image] Sep 03 23:44:26.435 INFO O| Sep 03 23:44:26.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74162024-09-03T23:44:27.581Z[ recovery-image] Sep 03 23:44:26.435 INFO O| Sep 03 23:44:26.435 INFO STEP 1119 (remove_files) COMPLETE
74172024-09-03T23:44:27.581Z[ recovery-image] Sep 03 23:44:26.435 INFO O| Sep 03 23:44:26.435 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-09-03T23:44:27.593Z[ recovery-image] Sep 03 23:44:26.448 INFO O| Sep 03 23:44:26.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74192024-09-03T23:44:27.593Z[ recovery-image] Sep 03 23:44:26.448 INFO O| Sep 03 23:44:26.448 INFO STEP 1120 (remove_files) COMPLETE
74202024-09-03T23:44:27.593Z[ recovery-image] Sep 03 23:44:26.448 INFO O| Sep 03 23:44:26.448 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-09-03T23:44:27.607Z[ recovery-image] Sep 03 23:44:26.461 INFO O| Sep 03 23:44:26.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74222024-09-03T23:44:27.607Z[ recovery-image] Sep 03 23:44:26.461 INFO O| Sep 03 23:44:26.461 INFO STEP 1121 (remove_files) COMPLETE
74232024-09-03T23:44:27.609Z[ recovery-image] Sep 03 23:44:26.462 INFO O| Sep 03 23:44:26.461 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-09-03T23:44:27.618Z[ recovery-image] Sep 03 23:44:26.473 INFO O| Sep 03 23:44:26.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
74252024-09-03T23:44:27.618Z[ recovery-image] Sep 03 23:44:26.473 INFO O| Sep 03 23:44:26.473 INFO STEP 1122 (remove_files) COMPLETE
74262024-09-03T23:44:27.618Z[ recovery-image] Sep 03 23:44:26.473 INFO O| Sep 03 23:44:26.473 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-09-03T23:44:27.630Z[ recovery-image] Sep 03 23:44:26.485 INFO O| Sep 03 23:44:26.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74282024-09-03T23:44:27.630Z[ recovery-image] Sep 03 23:44:26.485 INFO O| Sep 03 23:44:26.485 INFO STEP 1123 (remove_files) COMPLETE
74292024-09-03T23:44:27.632Z[ recovery-image] Sep 03 23:44:26.485 INFO O| Sep 03 23:44:26.485 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-09-03T23:44:27.642Z[ recovery-image] Sep 03 23:44:26.497 INFO O| Sep 03 23:44:26.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74312024-09-03T23:44:27.642Z[ recovery-image] Sep 03 23:44:26.497 INFO O| Sep 03 23:44:26.497 INFO STEP 1124 (remove_files) COMPLETE
74322024-09-03T23:44:27.645Z[ recovery-image] Sep 03 23:44:26.497 INFO O| Sep 03 23:44:26.497 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-09-03T23:44:27.657Z[ recovery-image] Sep 03 23:44:26.512 INFO O| Sep 03 23:44:26.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
74342024-09-03T23:44:27.657Z[ recovery-image] Sep 03 23:44:26.512 INFO O| Sep 03 23:44:26.512 INFO STEP 1125 (remove_files) COMPLETE
74352024-09-03T23:44:27.657Z[ recovery-image] Sep 03 23:44:26.512 INFO O| Sep 03 23:44:26.512 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-09-03T23:44:27.673Z[ recovery-image] Sep 03 23:44:26.527 INFO O| Sep 03 23:44:26.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
74372024-09-03T23:44:27.675Z[ recovery-image] Sep 03 23:44:26.527 INFO O| Sep 03 23:44:26.527 INFO STEP 1126 (remove_files) COMPLETE
74382024-09-03T23:44:27.675Z[ recovery-image] Sep 03 23:44:26.527 INFO O| Sep 03 23:44:26.527 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-09-03T23:44:27.686Z[ recovery-image] Sep 03 23:44:26.541 INFO O| Sep 03 23:44:26.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
74402024-09-03T23:44:27.686Z[ recovery-image] Sep 03 23:44:26.541 INFO O| Sep 03 23:44:26.541 INFO STEP 1127 (remove_files) COMPLETE
74412024-09-03T23:44:27.686Z[ recovery-image] Sep 03 23:44:26.541 INFO O| Sep 03 23:44:26.541 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-09-03T23:44:27.702Z[ recovery-image] Sep 03 23:44:26.556 INFO O| Sep 03 23:44:26.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
74432024-09-03T23:44:27.702Z[ recovery-image] Sep 03 23:44:26.556 INFO O| Sep 03 23:44:26.556 INFO STEP 1128 (remove_files) COMPLETE
74442024-09-03T23:44:27.704Z[ recovery-image] Sep 03 23:44:26.556 INFO O| Sep 03 23:44:26.556 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-09-03T23:44:27.719Z[ recovery-image] Sep 03 23:44:26.574 INFO O| Sep 03 23:44:26.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74462024-09-03T23:44:27.719Z[ recovery-image] Sep 03 23:44:26.574 INFO O| Sep 03 23:44:26.574 INFO STEP 1129 (remove_files) COMPLETE
74472024-09-03T23:44:27.719Z[ recovery-image] Sep 03 23:44:26.574 INFO O| Sep 03 23:44:26.574 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-09-03T23:44:27.733Z[ recovery-image] Sep 03 23:44:26.588 INFO O| Sep 03 23:44:26.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74492024-09-03T23:44:27.733Z[ recovery-image] Sep 03 23:44:26.588 INFO O| Sep 03 23:44:26.588 INFO STEP 1130 (remove_files) COMPLETE
74502024-09-03T23:44:27.733Z[ recovery-image] Sep 03 23:44:26.588 INFO O| Sep 03 23:44:26.588 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-09-03T23:44:27.747Z[ recovery-image] Sep 03 23:44:26.601 INFO O| Sep 03 23:44:26.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74522024-09-03T23:44:27.747Z[ recovery-image] Sep 03 23:44:26.601 INFO O| Sep 03 23:44:26.601 INFO STEP 1131 (remove_files) COMPLETE
74532024-09-03T23:44:27.749Z[ recovery-image] Sep 03 23:44:26.601 INFO O| Sep 03 23:44:26.601 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-09-03T23:44:27.760Z[ recovery-image] Sep 03 23:44:26.615 INFO O| Sep 03 23:44:26.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74552024-09-03T23:44:27.762Z[ recovery-image] Sep 03 23:44:26.615 INFO O| Sep 03 23:44:26.615 INFO STEP 1132 (remove_files) COMPLETE
74562024-09-03T23:44:27.762Z[ recovery-image] Sep 03 23:44:26.615 INFO O| Sep 03 23:44:26.615 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-09-03T23:44:27.774Z[ recovery-image] Sep 03 23:44:26.629 INFO O| Sep 03 23:44:26.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74582024-09-03T23:44:27.774Z[ recovery-image] Sep 03 23:44:26.629 INFO O| Sep 03 23:44:26.629 INFO STEP 1133 (remove_files) COMPLETE
74592024-09-03T23:44:27.777Z[ recovery-image] Sep 03 23:44:26.629 INFO O| Sep 03 23:44:26.629 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-09-03T23:44:27.788Z[ recovery-image] Sep 03 23:44:26.643 INFO O| Sep 03 23:44:26.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74612024-09-03T23:44:27.788Z[ recovery-image] Sep 03 23:44:26.643 INFO O| Sep 03 23:44:26.643 INFO STEP 1134 (remove_files) COMPLETE
74622024-09-03T23:44:27.788Z[ recovery-image] Sep 03 23:44:26.643 INFO O| Sep 03 23:44:26.643 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-09-03T23:44:27.802Z[ recovery-image] Sep 03 23:44:26.657 INFO O| Sep 03 23:44:26.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
74642024-09-03T23:44:27.802Z[ recovery-image] Sep 03 23:44:26.657 INFO O| Sep 03 23:44:26.657 INFO STEP 1135 (remove_files) COMPLETE
74652024-09-03T23:44:27.802Z[ recovery-image] Sep 03 23:44:26.657 INFO O| Sep 03 23:44:26.657 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-09-03T23:44:27.815Z[ recovery-image] Sep 03 23:44:26.670 INFO O| Sep 03 23:44:26.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
74672024-09-03T23:44:27.818Z[ recovery-image] Sep 03 23:44:26.670 INFO O| Sep 03 23:44:26.670 INFO STEP 1136 (remove_files) COMPLETE
74682024-09-03T23:44:27.818Z[ recovery-image] Sep 03 23:44:26.670 INFO O| Sep 03 23:44:26.670 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-09-03T23:44:27.829Z[ recovery-image] Sep 03 23:44:26.683 INFO O| Sep 03 23:44:26.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
74702024-09-03T23:44:27.829Z[ recovery-image] Sep 03 23:44:26.683 INFO O| Sep 03 23:44:26.683 INFO STEP 1137 (remove_files) COMPLETE
74712024-09-03T23:44:27.829Z[ recovery-image] Sep 03 23:44:26.684 INFO O| Sep 03 23:44:26.683 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-09-03T23:44:27.842Z[ recovery-image] Sep 03 23:44:26.696 INFO O| Sep 03 23:44:26.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
74732024-09-03T23:44:27.842Z[ recovery-image] Sep 03 23:44:26.696 INFO O| Sep 03 23:44:26.696 INFO STEP 1138 (remove_files) COMPLETE
74742024-09-03T23:44:27.844Z[ recovery-image] Sep 03 23:44:26.696 INFO O| Sep 03 23:44:26.696 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-09-03T23:44:27.856Z[ recovery-image] Sep 03 23:44:26.711 INFO O| Sep 03 23:44:26.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
74762024-09-03T23:44:27.856Z[ recovery-image] Sep 03 23:44:26.711 INFO O| Sep 03 23:44:26.711 INFO STEP 1139 (remove_files) COMPLETE
74772024-09-03T23:44:27.856Z[ recovery-image] Sep 03 23:44:26.711 INFO O| Sep 03 23:44:26.711 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-09-03T23:44:27.867Z[ recovery-image] Sep 03 23:44:26.722 INFO O| Sep 03 23:44:26.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74792024-09-03T23:44:27.869Z[ recovery-image] Sep 03 23:44:26.722 INFO O| Sep 03 23:44:26.722 INFO STEP 1140 (remove_files) COMPLETE
74802024-09-03T23:44:27.869Z[ recovery-image] Sep 03 23:44:26.722 INFO O| Sep 03 23:44:26.722 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-09-03T23:44:27.878Z[ recovery-image] Sep 03 23:44:26.732 INFO O| Sep 03 23:44:26.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74822024-09-03T23:44:27.878Z[ recovery-image] Sep 03 23:44:26.733 INFO O| Sep 03 23:44:26.733 INFO STEP 1141 (remove_files) COMPLETE
74832024-09-03T23:44:27.880Z[ recovery-image] Sep 03 23:44:26.733 INFO O| Sep 03 23:44:26.733 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-09-03T23:44:27.889Z[ recovery-image] Sep 03 23:44:26.744 INFO O| Sep 03 23:44:26.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74852024-09-03T23:44:27.889Z[ recovery-image] Sep 03 23:44:26.744 INFO O| Sep 03 23:44:26.744 INFO STEP 1142 (remove_files) COMPLETE
74862024-09-03T23:44:27.892Z[ recovery-image] Sep 03 23:44:26.744 INFO O| Sep 03 23:44:26.744 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-09-03T23:44:27.900Z[ recovery-image] Sep 03 23:44:26.755 INFO O| Sep 03 23:44:26.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74882024-09-03T23:44:27.900Z[ recovery-image] Sep 03 23:44:26.755 INFO O| Sep 03 23:44:26.755 INFO STEP 1143 (remove_files) COMPLETE
74892024-09-03T23:44:27.901Z[ recovery-image] Sep 03 23:44:26.755 INFO O| Sep 03 23:44:26.755 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-09-03T23:44:27.913Z[ recovery-image] Sep 03 23:44:26.768 INFO O| Sep 03 23:44:26.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74912024-09-03T23:44:27.913Z[ recovery-image] Sep 03 23:44:26.768 INFO O| Sep 03 23:44:26.768 INFO STEP 1144 (remove_files) COMPLETE
74922024-09-03T23:44:27.916Z[ recovery-image] Sep 03 23:44:26.768 INFO O| Sep 03 23:44:26.768 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-09-03T23:44:27.960Z[ recovery-image] Sep 03 23:44:26.815 INFO O| Sep 03 23:44:26.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
74942024-09-03T23:44:27.960Z[ recovery-image] Sep 03 23:44:26.815 INFO O| Sep 03 23:44:26.815 INFO STEP 1145 (remove_files) COMPLETE
74952024-09-03T23:44:27.963Z[ recovery-image] Sep 03 23:44:26.815 INFO O| Sep 03 23:44:26.815 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-09-03T23:44:27.977Z[ recovery-image] Sep 03 23:44:26.832 INFO O| Sep 03 23:44:26.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
74972024-09-03T23:44:27.977Z[ recovery-image] Sep 03 23:44:26.832 INFO O| Sep 03 23:44:26.832 INFO STEP 1146 (remove_files) COMPLETE
74982024-09-03T23:44:27.977Z[ recovery-image] Sep 03 23:44:26.832 INFO O| Sep 03 23:44:26.832 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-09-03T23:44:27.993Z[ recovery-image] Sep 03 23:44:26.848 INFO O| Sep 03 23:44:26.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75002024-09-03T23:44:27.996Z[ recovery-image] Sep 03 23:44:26.848 INFO O| Sep 03 23:44:26.848 INFO STEP 1147 (remove_files) COMPLETE
75012024-09-03T23:44:27.996Z[ recovery-image] Sep 03 23:44:26.848 INFO O| Sep 03 23:44:26.848 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-09-03T23:44:28.007Z[ recovery-image] Sep 03 23:44:26.861 INFO O| Sep 03 23:44:26.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75032024-09-03T23:44:28.007Z[ recovery-image] Sep 03 23:44:26.861 INFO O| Sep 03 23:44:26.861 INFO STEP 1148 (remove_files) COMPLETE
75042024-09-03T23:44:28.007Z[ recovery-image] Sep 03 23:44:26.861 INFO O| Sep 03 23:44:26.861 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-09-03T23:44:28.018Z[ recovery-image] Sep 03 23:44:26.873 INFO O| Sep 03 23:44:26.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75062024-09-03T23:44:28.020Z[ recovery-image] Sep 03 23:44:26.873 INFO O| Sep 03 23:44:26.873 INFO STEP 1149 (remove_files) COMPLETE
75072024-09-03T23:44:28.020Z[ recovery-image] Sep 03 23:44:26.873 INFO O| Sep 03 23:44:26.873 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-09-03T23:44:28.034Z[ recovery-image] Sep 03 23:44:26.888 INFO O| Sep 03 23:44:26.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
75092024-09-03T23:44:28.034Z[ recovery-image] Sep 03 23:44:26.888 INFO O| Sep 03 23:44:26.888 INFO STEP 1150 (remove_files) COMPLETE
75102024-09-03T23:44:28.034Z[ recovery-image] Sep 03 23:44:26.888 INFO O| Sep 03 23:44:26.888 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-09-03T23:44:28.044Z[ recovery-image] Sep 03 23:44:26.899 INFO O| Sep 03 23:44:26.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75122024-09-03T23:44:28.047Z[ recovery-image] Sep 03 23:44:26.900 INFO O| Sep 03 23:44:26.900 INFO STEP 1151 (remove_files) COMPLETE
75132024-09-03T23:44:28.047Z[ recovery-image] Sep 03 23:44:26.900 INFO O| Sep 03 23:44:26.900 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-09-03T23:44:28.057Z[ recovery-image] Sep 03 23:44:26.912 INFO O| Sep 03 23:44:26.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75152024-09-03T23:44:28.057Z[ recovery-image] Sep 03 23:44:26.912 INFO O| Sep 03 23:44:26.912 INFO STEP 1152 (remove_files) COMPLETE
75162024-09-03T23:44:28.060Z[ recovery-image] Sep 03 23:44:26.912 INFO O| Sep 03 23:44:26.912 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-09-03T23:44:28.068Z[ recovery-image] Sep 03 23:44:26.923 INFO O| Sep 03 23:44:26.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75182024-09-03T23:44:28.068Z[ recovery-image] Sep 03 23:44:26.923 INFO O| Sep 03 23:44:26.923 INFO STEP 1153 (remove_files) COMPLETE
75192024-09-03T23:44:28.071Z[ recovery-image] Sep 03 23:44:26.923 INFO O| Sep 03 23:44:26.923 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-09-03T23:44:28.084Z[ recovery-image] Sep 03 23:44:26.938 INFO O| Sep 03 23:44:26.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75212024-09-03T23:44:28.084Z[ recovery-image] Sep 03 23:44:26.939 INFO O| Sep 03 23:44:26.938 INFO STEP 1154 (remove_files) COMPLETE
75222024-09-03T23:44:28.086Z[ recovery-image] Sep 03 23:44:26.939 INFO O| Sep 03 23:44:26.939 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-09-03T23:44:28.098Z[ recovery-image] Sep 03 23:44:26.953 INFO O| Sep 03 23:44:26.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75242024-09-03T23:44:28.098Z[ recovery-image] Sep 03 23:44:26.953 INFO O| Sep 03 23:44:26.953 INFO STEP 1155 (remove_files) COMPLETE
75252024-09-03T23:44:28.101Z[ recovery-image] Sep 03 23:44:26.953 INFO O| Sep 03 23:44:26.953 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-09-03T23:44:28.112Z[ recovery-image] Sep 03 23:44:26.967 INFO O| Sep 03 23:44:26.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75272024-09-03T23:44:28.112Z[ recovery-image] Sep 03 23:44:26.967 INFO O| Sep 03 23:44:26.967 INFO STEP 1156 (remove_files) COMPLETE
75282024-09-03T23:44:28.112Z[ recovery-image] Sep 03 23:44:26.967 INFO O| Sep 03 23:44:26.967 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-09-03T23:44:28.126Z[ recovery-image] Sep 03 23:44:26.980 INFO O| Sep 03 23:44:26.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75302024-09-03T23:44:28.126Z[ recovery-image] Sep 03 23:44:26.980 INFO O| Sep 03 23:44:26.980 INFO STEP 1157 (remove_files) COMPLETE
75312024-09-03T23:44:28.128Z[ recovery-image] Sep 03 23:44:26.980 INFO O| Sep 03 23:44:26.980 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-09-03T23:44:28.140Z[ recovery-image] Sep 03 23:44:26.995 INFO O| Sep 03 23:44:26.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
75332024-09-03T23:44:28.140Z[ recovery-image] Sep 03 23:44:26.995 INFO O| Sep 03 23:44:26.995 INFO STEP 1158 (remove_files) COMPLETE
75342024-09-03T23:44:28.143Z[ recovery-image] Sep 03 23:44:26.995 INFO O| Sep 03 23:44:26.995 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-09-03T23:44:28.156Z[ recovery-image] Sep 03 23:44:27.011 INFO O| Sep 03 23:44:27.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
75362024-09-03T23:44:28.156Z[ recovery-image] Sep 03 23:44:27.011 INFO O| Sep 03 23:44:27.011 INFO STEP 1159 (remove_files) COMPLETE
75372024-09-03T23:44:28.156Z[ recovery-image] Sep 03 23:44:27.011 INFO O| Sep 03 23:44:27.011 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-09-03T23:44:28.168Z[ recovery-image] Sep 03 23:44:27.023 INFO O| Sep 03 23:44:27.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75392024-09-03T23:44:28.168Z[ recovery-image] Sep 03 23:44:27.023 INFO O| Sep 03 23:44:27.023 INFO STEP 1160 (remove_files) COMPLETE
75402024-09-03T23:44:28.171Z[ recovery-image] Sep 03 23:44:27.023 INFO O| Sep 03 23:44:27.023 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-09-03T23:44:28.180Z[ recovery-image] Sep 03 23:44:27.035 INFO O| Sep 03 23:44:27.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75422024-09-03T23:44:28.180Z[ recovery-image] Sep 03 23:44:27.035 INFO O| Sep 03 23:44:27.035 INFO STEP 1161 (remove_files) COMPLETE
75432024-09-03T23:44:28.180Z[ recovery-image] Sep 03 23:44:27.035 INFO O| Sep 03 23:44:27.035 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-09-03T23:44:28.194Z[ recovery-image] Sep 03 23:44:27.049 INFO O| Sep 03 23:44:27.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75452024-09-03T23:44:28.194Z[ recovery-image] Sep 03 23:44:27.049 INFO O| Sep 03 23:44:27.049 INFO STEP 1162 (remove_files) COMPLETE
75462024-09-03T23:44:28.194Z[ recovery-image] Sep 03 23:44:27.049 INFO O| Sep 03 23:44:27.049 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-09-03T23:44:28.205Z[ recovery-image] Sep 03 23:44:27.060 INFO O| Sep 03 23:44:27.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75482024-09-03T23:44:28.205Z[ recovery-image] Sep 03 23:44:27.060 INFO O| Sep 03 23:44:27.060 INFO STEP 1163 (remove_files) COMPLETE
75492024-09-03T23:44:28.207Z[ recovery-image] Sep 03 23:44:27.060 INFO O| Sep 03 23:44:27.060 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-09-03T23:44:28.215Z[ recovery-image] Sep 03 23:44:27.070 INFO O| Sep 03 23:44:27.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75512024-09-03T23:44:28.215Z[ recovery-image] Sep 03 23:44:27.070 INFO O| Sep 03 23:44:27.070 INFO STEP 1164 (remove_files) COMPLETE
75522024-09-03T23:44:28.218Z[ recovery-image] Sep 03 23:44:27.070 INFO O| Sep 03 23:44:27.070 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-09-03T23:44:28.228Z[ recovery-image] Sep 03 23:44:27.083 INFO O| Sep 03 23:44:27.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75542024-09-03T23:44:28.228Z[ recovery-image] Sep 03 23:44:27.083 INFO O| Sep 03 23:44:27.083 INFO STEP 1165 (remove_files) COMPLETE
75552024-09-03T23:44:28.228Z[ recovery-image] Sep 03 23:44:27.083 INFO O| Sep 03 23:44:27.083 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-09-03T23:44:28.241Z[ recovery-image] Sep 03 23:44:27.096 INFO O| Sep 03 23:44:27.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75572024-09-03T23:44:28.241Z[ recovery-image] Sep 03 23:44:27.096 INFO O| Sep 03 23:44:27.096 INFO STEP 1166 (remove_files) COMPLETE
75582024-09-03T23:44:28.244Z[ recovery-image] Sep 03 23:44:27.096 INFO O| Sep 03 23:44:27.096 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-09-03T23:44:28.252Z[ recovery-image] Sep 03 23:44:27.107 INFO O| Sep 03 23:44:27.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75602024-09-03T23:44:28.254Z[ recovery-image] Sep 03 23:44:27.107 INFO O| Sep 03 23:44:27.107 INFO STEP 1167 (remove_files) COMPLETE
75612024-09-03T23:44:28.254Z[ recovery-image] Sep 03 23:44:27.107 INFO O| Sep 03 23:44:27.107 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-09-03T23:44:28.265Z[ recovery-image] Sep 03 23:44:27.120 INFO O| Sep 03 23:44:27.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
75632024-09-03T23:44:28.265Z[ recovery-image] Sep 03 23:44:27.120 INFO O| Sep 03 23:44:27.120 INFO STEP 1168 (remove_files) COMPLETE
75642024-09-03T23:44:28.268Z[ recovery-image] Sep 03 23:44:27.120 INFO O| Sep 03 23:44:27.120 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-09-03T23:44:28.277Z[ recovery-image] Sep 03 23:44:27.132 INFO O| Sep 03 23:44:27.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
75662024-09-03T23:44:28.277Z[ recovery-image] Sep 03 23:44:27.132 INFO O| Sep 03 23:44:27.132 INFO STEP 1169 (remove_files) COMPLETE
75672024-09-03T23:44:28.279Z[ recovery-image] Sep 03 23:44:27.132 INFO O| Sep 03 23:44:27.132 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-09-03T23:44:28.292Z[ recovery-image] Sep 03 23:44:27.147 INFO O| Sep 03 23:44:27.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
75692024-09-03T23:44:28.292Z[ recovery-image] Sep 03 23:44:27.147 INFO O| Sep 03 23:44:27.147 INFO STEP 1170 (remove_files) COMPLETE
75702024-09-03T23:44:28.294Z[ recovery-image] Sep 03 23:44:27.147 INFO O| Sep 03 23:44:27.147 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-09-03T23:44:28.307Z[ recovery-image] Sep 03 23:44:27.162 INFO O| Sep 03 23:44:27.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
75722024-09-03T23:44:28.307Z[ recovery-image] Sep 03 23:44:27.162 INFO O| Sep 03 23:44:27.162 INFO STEP 1171 (remove_files) COMPLETE
75732024-09-03T23:44:28.307Z[ recovery-image] Sep 03 23:44:27.162 INFO O| Sep 03 23:44:27.162 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-09-03T23:44:28.320Z[ recovery-image] Sep 03 23:44:27.175 INFO O| Sep 03 23:44:27.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
75752024-09-03T23:44:28.320Z[ recovery-image] Sep 03 23:44:27.175 INFO O| Sep 03 23:44:27.175 INFO STEP 1172 (remove_files) COMPLETE
75762024-09-03T23:44:28.323Z[ recovery-image] Sep 03 23:44:27.175 INFO O| Sep 03 23:44:27.175 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-09-03T23:44:28.333Z[ recovery-image] Sep 03 23:44:27.188 INFO O| Sep 03 23:44:27.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
75782024-09-03T23:44:28.333Z[ recovery-image] Sep 03 23:44:27.188 INFO O| Sep 03 23:44:27.188 INFO STEP 1173 (remove_files) COMPLETE
75792024-09-03T23:44:28.336Z[ recovery-image] Sep 03 23:44:27.188 INFO O| Sep 03 23:44:27.188 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-09-03T23:44:28.344Z[ recovery-image] Sep 03 23:44:27.199 INFO O| Sep 03 23:44:27.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75812024-09-03T23:44:28.344Z[ recovery-image] Sep 03 23:44:27.199 INFO O| Sep 03 23:44:27.199 INFO STEP 1174 (remove_files) COMPLETE
75822024-09-03T23:44:28.344Z[ recovery-image] Sep 03 23:44:27.199 INFO O| Sep 03 23:44:27.199 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-09-03T23:44:28.355Z[ recovery-image] Sep 03 23:44:27.210 INFO O| Sep 03 23:44:27.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75842024-09-03T23:44:28.355Z[ recovery-image] Sep 03 23:44:27.210 INFO O| Sep 03 23:44:27.210 INFO STEP 1175 (remove_files) COMPLETE
75852024-09-03T23:44:28.355Z[ recovery-image] Sep 03 23:44:27.210 INFO O| Sep 03 23:44:27.210 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-09-03T23:44:28.369Z[ recovery-image] Sep 03 23:44:27.223 INFO O| Sep 03 23:44:27.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75872024-09-03T23:44:28.369Z[ recovery-image] Sep 03 23:44:27.223 INFO O| Sep 03 23:44:27.223 INFO STEP 1176 (remove_files) COMPLETE
75882024-09-03T23:44:28.369Z[ recovery-image] Sep 03 23:44:27.223 INFO O| Sep 03 23:44:27.223 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-09-03T23:44:28.383Z[ recovery-image] Sep 03 23:44:27.238 INFO O| Sep 03 23:44:27.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75902024-09-03T23:44:28.386Z[ recovery-image] Sep 03 23:44:27.238 INFO O| Sep 03 23:44:27.238 INFO STEP 1177 (remove_files) COMPLETE
75912024-09-03T23:44:28.386Z[ recovery-image] Sep 03 23:44:27.238 INFO O| Sep 03 23:44:27.238 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-09-03T23:44:28.396Z[ recovery-image] Sep 03 23:44:27.250 INFO O| Sep 03 23:44:27.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
75932024-09-03T23:44:28.396Z[ recovery-image] Sep 03 23:44:27.250 INFO O| Sep 03 23:44:27.250 INFO STEP 1178 (remove_files) COMPLETE
75942024-09-03T23:44:28.398Z[ recovery-image] Sep 03 23:44:27.251 INFO O| Sep 03 23:44:27.250 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-09-03T23:44:28.409Z[ recovery-image] Sep 03 23:44:27.263 INFO O| Sep 03 23:44:27.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
75962024-09-03T23:44:28.409Z[ recovery-image] Sep 03 23:44:27.263 INFO O| Sep 03 23:44:27.263 INFO STEP 1179 (remove_files) COMPLETE
75972024-09-03T23:44:28.411Z[ recovery-image] Sep 03 23:44:27.263 INFO O| Sep 03 23:44:27.263 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-09-03T23:44:28.420Z[ recovery-image] Sep 03 23:44:27.274 INFO O| Sep 03 23:44:27.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
75992024-09-03T23:44:28.422Z[ recovery-image] Sep 03 23:44:27.275 INFO O| Sep 03 23:44:27.275 INFO STEP 1180 (remove_files) COMPLETE
76002024-09-03T23:44:28.422Z[ recovery-image] Sep 03 23:44:27.275 INFO O| Sep 03 23:44:27.275 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-09-03T23:44:28.434Z[ recovery-image] Sep 03 23:44:27.289 INFO O| Sep 03 23:44:27.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76022024-09-03T23:44:28.434Z[ recovery-image] Sep 03 23:44:27.289 INFO O| Sep 03 23:44:27.289 INFO STEP 1181 (remove_files) COMPLETE
76032024-09-03T23:44:28.434Z[ recovery-image] Sep 03 23:44:27.289 INFO O| Sep 03 23:44:27.289 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-09-03T23:44:28.446Z[ recovery-image] Sep 03 23:44:27.301 INFO O| Sep 03 23:44:27.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76052024-09-03T23:44:28.446Z[ recovery-image] Sep 03 23:44:27.301 INFO O| Sep 03 23:44:27.301 INFO STEP 1182 (remove_files) COMPLETE
76062024-09-03T23:44:28.446Z[ recovery-image] Sep 03 23:44:27.301 INFO O| Sep 03 23:44:27.301 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-09-03T23:44:28.457Z[ recovery-image] Sep 03 23:44:27.311 INFO O| Sep 03 23:44:27.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76082024-09-03T23:44:28.457Z[ recovery-image] Sep 03 23:44:27.312 INFO O| Sep 03 23:44:27.312 INFO STEP 1183 (remove_files) COMPLETE
76092024-09-03T23:44:28.459Z[ recovery-image] Sep 03 23:44:27.312 INFO O| Sep 03 23:44:27.312 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-09-03T23:44:28.468Z[ recovery-image] Sep 03 23:44:27.323 INFO O| Sep 03 23:44:27.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76112024-09-03T23:44:28.468Z[ recovery-image] Sep 03 23:44:27.323 INFO O| Sep 03 23:44:27.323 INFO STEP 1184 (remove_files) COMPLETE
76122024-09-03T23:44:28.470Z[ recovery-image] Sep 03 23:44:27.323 INFO O| Sep 03 23:44:27.323 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-09-03T23:44:28.482Z[ recovery-image] Sep 03 23:44:27.337 INFO O| Sep 03 23:44:27.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76142024-09-03T23:44:28.483Z[ recovery-image] Sep 03 23:44:27.337 INFO O| Sep 03 23:44:27.337 INFO STEP 1185 (remove_files) COMPLETE
76152024-09-03T23:44:28.483Z[ recovery-image] Sep 03 23:44:27.337 INFO O| Sep 03 23:44:27.337 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-09-03T23:44:28.493Z[ recovery-image] Sep 03 23:44:27.348 INFO O| Sep 03 23:44:27.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
76172024-09-03T23:44:28.493Z[ recovery-image] Sep 03 23:44:27.348 INFO O| Sep 03 23:44:27.348 INFO STEP 1186 (remove_files) COMPLETE
76182024-09-03T23:44:28.496Z[ recovery-image] Sep 03 23:44:27.348 INFO O| Sep 03 23:44:27.348 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-09-03T23:44:28.505Z[ recovery-image] Sep 03 23:44:27.360 INFO O| Sep 03 23:44:27.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
76202024-09-03T23:44:28.505Z[ recovery-image] Sep 03 23:44:27.360 INFO O| Sep 03 23:44:27.360 INFO STEP 1187 (remove_files) COMPLETE
76212024-09-03T23:44:28.507Z[ recovery-image] Sep 03 23:44:27.360 INFO O| Sep 03 23:44:27.360 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-09-03T23:44:28.521Z[ recovery-image] Sep 03 23:44:27.375 INFO O| Sep 03 23:44:27.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76232024-09-03T23:44:28.521Z[ recovery-image] Sep 03 23:44:27.375 INFO O| Sep 03 23:44:27.375 INFO STEP 1188 (remove_files) COMPLETE
76242024-09-03T23:44:28.523Z[ recovery-image] Sep 03 23:44:27.376 INFO O| Sep 03 23:44:27.375 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-09-03T23:44:28.533Z[ recovery-image] Sep 03 23:44:27.388 INFO O| Sep 03 23:44:27.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76262024-09-03T23:44:28.533Z[ recovery-image] Sep 03 23:44:27.388 INFO O| Sep 03 23:44:27.388 INFO STEP 1189 (remove_files) COMPLETE
76272024-09-03T23:44:28.535Z[ recovery-image] Sep 03 23:44:27.388 INFO O| Sep 03 23:44:27.388 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-09-03T23:44:28.545Z[ recovery-image] Sep 03 23:44:27.400 INFO O| Sep 03 23:44:27.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76292024-09-03T23:44:28.545Z[ recovery-image] Sep 03 23:44:27.400 INFO O| Sep 03 23:44:27.400 INFO STEP 1190 (remove_files) COMPLETE
76302024-09-03T23:44:28.545Z[ recovery-image] Sep 03 23:44:27.400 INFO O| Sep 03 23:44:27.400 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-09-03T23:44:28.558Z[ recovery-image] Sep 03 23:44:27.413 INFO O| Sep 03 23:44:27.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76322024-09-03T23:44:28.558Z[ recovery-image] Sep 03 23:44:27.413 INFO O| Sep 03 23:44:27.413 INFO STEP 1191 (remove_files) COMPLETE
76332024-09-03T23:44:28.558Z[ recovery-image] Sep 03 23:44:27.413 INFO O| Sep 03 23:44:27.413 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-09-03T23:44:28.570Z[ recovery-image] Sep 03 23:44:27.425 INFO O| Sep 03 23:44:27.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76352024-09-03T23:44:28.570Z[ recovery-image] Sep 03 23:44:27.425 INFO O| Sep 03 23:44:27.425 INFO STEP 1192 (remove_files) COMPLETE
76362024-09-03T23:44:28.572Z[ recovery-image] Sep 03 23:44:27.425 INFO O| Sep 03 23:44:27.425 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-09-03T23:44:28.582Z[ recovery-image] Sep 03 23:44:27.437 INFO O| Sep 03 23:44:27.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76382024-09-03T23:44:28.582Z[ recovery-image] Sep 03 23:44:27.437 INFO O| Sep 03 23:44:27.437 INFO STEP 1193 (remove_files) COMPLETE
76392024-09-03T23:44:28.582Z[ recovery-image] Sep 03 23:44:27.437 INFO O| Sep 03 23:44:27.437 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-09-03T23:44:28.595Z[ recovery-image] Sep 03 23:44:27.450 INFO O| Sep 03 23:44:27.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76412024-09-03T23:44:28.595Z[ recovery-image] Sep 03 23:44:27.450 INFO O| Sep 03 23:44:27.450 INFO STEP 1194 (remove_files) COMPLETE
76422024-09-03T23:44:28.598Z[ recovery-image] Sep 03 23:44:27.450 INFO O| Sep 03 23:44:27.450 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-09-03T23:44:28.609Z[ recovery-image] Sep 03 23:44:27.464 INFO O| Sep 03 23:44:27.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76442024-09-03T23:44:28.609Z[ recovery-image] Sep 03 23:44:27.464 INFO O| Sep 03 23:44:27.464 INFO STEP 1195 (remove_files) COMPLETE
76452024-09-03T23:44:28.609Z[ recovery-image] Sep 03 23:44:27.464 INFO O| Sep 03 23:44:27.464 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-09-03T23:44:28.624Z[ recovery-image] Sep 03 23:44:27.479 INFO O| Sep 03 23:44:27.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76472024-09-03T23:44:28.624Z[ recovery-image] Sep 03 23:44:27.479 INFO O| Sep 03 23:44:27.479 INFO STEP 1196 (remove_files) COMPLETE
76482024-09-03T23:44:28.627Z[ recovery-image] Sep 03 23:44:27.479 INFO O| Sep 03 23:44:27.479 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-09-03T23:44:28.638Z[ recovery-image] Sep 03 23:44:27.493 INFO O| Sep 03 23:44:27.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76502024-09-03T23:44:28.638Z[ recovery-image] Sep 03 23:44:27.493 INFO O| Sep 03 23:44:27.493 INFO STEP 1197 (remove_files) COMPLETE
76512024-09-03T23:44:28.638Z[ recovery-image] Sep 03 23:44:27.493 INFO O| Sep 03 23:44:27.493 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-09-03T23:44:28.652Z[ recovery-image] Sep 03 23:44:27.507 INFO O| Sep 03 23:44:27.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76532024-09-03T23:44:28.652Z[ recovery-image] Sep 03 23:44:27.507 INFO O| Sep 03 23:44:27.507 INFO STEP 1198 (remove_files) COMPLETE
76542024-09-03T23:44:28.652Z[ recovery-image] Sep 03 23:44:27.507 INFO O| Sep 03 23:44:27.507 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-09-03T23:44:28.666Z[ recovery-image] Sep 03 23:44:27.521 INFO O| Sep 03 23:44:27.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76562024-09-03T23:44:28.666Z[ recovery-image] Sep 03 23:44:27.521 INFO O| Sep 03 23:44:27.521 INFO STEP 1199 (remove_files) COMPLETE
76572024-09-03T23:44:28.666Z[ recovery-image] Sep 03 23:44:27.521 INFO O| Sep 03 23:44:27.521 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-09-03T23:44:28.680Z[ recovery-image] Sep 03 23:44:27.535 INFO O| Sep 03 23:44:27.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76592024-09-03T23:44:28.680Z[ recovery-image] Sep 03 23:44:27.535 INFO O| Sep 03 23:44:27.535 INFO STEP 1200 (remove_files) COMPLETE
76602024-09-03T23:44:28.683Z[ recovery-image] Sep 03 23:44:27.535 INFO O| Sep 03 23:44:27.535 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-09-03T23:44:28.695Z[ recovery-image] Sep 03 23:44:27.550 INFO O| Sep 03 23:44:27.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
76622024-09-03T23:44:28.695Z[ recovery-image] Sep 03 23:44:27.550 INFO O| Sep 03 23:44:27.550 INFO STEP 1201 (remove_files) COMPLETE
76632024-09-03T23:44:28.697Z[ recovery-image] Sep 03 23:44:27.550 INFO O| Sep 03 23:44:27.550 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-09-03T23:44:28.706Z[ recovery-image] Sep 03 23:44:27.561 INFO O| Sep 03 23:44:27.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
76652024-09-03T23:44:28.706Z[ recovery-image] Sep 03 23:44:27.561 INFO O| Sep 03 23:44:27.561 INFO STEP 1202 (remove_files) COMPLETE
76662024-09-03T23:44:28.708Z[ recovery-image] Sep 03 23:44:27.561 INFO O| Sep 03 23:44:27.561 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-09-03T23:44:28.717Z[ recovery-image] Sep 03 23:44:27.572 INFO O| Sep 03 23:44:27.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
76682024-09-03T23:44:28.717Z[ recovery-image] Sep 03 23:44:27.572 INFO O| Sep 03 23:44:27.572 INFO STEP 1203 (remove_files) COMPLETE
76692024-09-03T23:44:28.717Z[ recovery-image] Sep 03 23:44:27.572 INFO O| Sep 03 23:44:27.572 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-09-03T23:44:28.727Z[ recovery-image] Sep 03 23:44:27.582 INFO O| Sep 03 23:44:27.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
76712024-09-03T23:44:28.727Z[ recovery-image] Sep 03 23:44:27.582 INFO O| Sep 03 23:44:27.582 INFO STEP 1204 (remove_files) COMPLETE
76722024-09-03T23:44:28.727Z[ recovery-image] Sep 03 23:44:27.582 INFO O| Sep 03 23:44:27.582 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-09-03T23:44:28.738Z[ recovery-image] Sep 03 23:44:27.592 INFO O| Sep 03 23:44:27.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
76742024-09-03T23:44:28.738Z[ recovery-image] Sep 03 23:44:27.593 INFO O| Sep 03 23:44:27.593 INFO STEP 1205 (remove_files) COMPLETE
76752024-09-03T23:44:28.738Z[ recovery-image] Sep 03 23:44:27.593 INFO O| Sep 03 23:44:27.593 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
76762024-09-03T23:44:28.760Z[ recovery-image] Sep 03 23:44:27.614 INFO O| Sep 03 23:44:27.614 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
76772024-09-03T23:44:28.760Z[ recovery-image] Sep 03 23:44:27.615 INFO O| Sep 03 23:44:27.614 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
76782024-09-03T23:44:29.925Z[ recovery-image] Sep 03 23:44:28.779 INFO O| Sep 03 23:44:28.779 INFO STEP 1206 (pack_tar) COMPLETE
76792024-09-03T23:44:29.925Z[ recovery-image] Sep 03 23:44:28.779 INFO O| Sep 03 23:44:28.779 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76802024-09-03T23:44:29.928Z[ recovery-image] Sep 03 23:44:28.779 INFO O| Sep 03 23:44:28.779 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76812024-09-03T23:44:30.204Z[ recovery-image] Sep 03 23:44:29.058 INFO O| Sep 03 23:44:29.058 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
76822024-09-03T23:44:30.310Z[ recovery-image] Sep 03 23:44:29.165 INFO O| Sep 03 23:44:29.165 INFO completed processing gimlet/ramdisk-03-recovery-trim
76832024-09-03T23:44:30.320Z[ recovery-image] Sep 03 23:44:29.175 INFO image builder template: zfs-recovery...
76842024-09-03T23:44:30.320Z[ recovery-image] Sep 03 23:44:29.175 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/.tmpVIqjNP/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
76852024-09-03T23:44:30.400Z[ recovery-image] Sep 03 23:44:29.254 INFO O| Sep 03 23:44:29.254 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76862024-09-03T23:44:30.415Z[ recovery-image] Sep 03 23:44:29.269 INFO O| Sep 03 23:44:29.269 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76872024-09-03T23:44:30.548Z[ recovery-image] Sep 03 23:44:29.402 INFO O| Sep 03 23:44:29.402 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76882024-09-03T23:44:30.649Z[ recovery-image] Sep 03 23:44:29.504 INFO O| Sep 03 23:44:29.503 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76892024-09-03T23:44:30.652Z[ recovery-image] Sep 03 23:44:29.504 INFO O| Sep 03 23:44:29.504 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76902024-09-03T23:44:30.657Z[ recovery-image] Sep 03 23:44:29.512 INFO O| Sep 03 23:44:29.512 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76912024-09-03T23:44:30.745Z[ recovery-image] Sep 03 23:44:29.600 INFO O| Sep 03 23:44:29.599 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76922024-09-03T23:44:30.838Z[ recovery-image] Sep 03 23:44:29.692 INFO O| Sep 03 23:44:29.692 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
76932024-09-03T23:44:30.872Z[ recovery-image] Sep 03 23:44:29.727 INFO O| Sep 03 23:44:29.727 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76942024-09-03T23:44:30.881Z[ recovery-image] Sep 03 23:44:29.735 INFO O| Sep 03 23:44:29.735 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
76952024-09-03T23:44:30.883Z[ recovery-image] Sep 03 23:44:29.737 INFO O| Sep 03 23:44:29.737 INFO no lofi found
76962024-09-03T23:44:30.883Z[ recovery-image] Sep 03 23:44:29.737 INFO O| Sep 03 23:44:29.737 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
76972024-09-03T23:44:30.883Z[ recovery-image] Sep 03 23:44:29.737 INFO O| Sep 03 23:44:29.737 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76982024-09-03T23:44:33.158Z[ recovery-image] Sep 03 23:44:32.012 INFO O| Sep 03 23:44:32.012 INFO lofi device = /dev/dsk/c2t1d0p0
76992024-09-03T23:44:33.158Z[ recovery-image] Sep 03 23:44:32.012 INFO O| Sep 03 23:44:32.012 INFO pool device = /dev/dsk/c2t1d0p0
77002024-09-03T23:44:33.161Z[ recovery-image] Sep 03 23:44:32.013 INFO O| Sep 03 23:44:32.013 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"]
77012024-09-03T23:44:33.406Z[ recovery-image] Sep 03 23:44:32.260 INFO O| Sep 03 23:44:32.260 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77022024-09-03T23:44:33.406Z[ recovery-image] Sep 03 23:44:32.260 INFO O| Sep 03 23:44:32.260 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77032024-09-03T23:44:33.446Z[ recovery-image] Sep 03 23:44:32.300 INFO O| Sep 03 23:44:32.300 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77042024-09-03T23:44:33.569Z[ recovery-image] Sep 03 23:44:32.423 INFO O| Sep 03 23:44:32.423 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77052024-09-03T23:44:33.623Z[ recovery-image] Sep 03 23:44:32.477 INFO O| Sep 03 23:44:32.477 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77062024-09-03T23:44:33.650Z[ recovery-image] Sep 03 23:44:32.504 INFO O| Sep 03 23:44:32.504 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77072024-09-03T23:44:33.670Z[ recovery-image] Sep 03 23:44:32.524 INFO O| Sep 03 23:44:32.524 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77082024-09-03T23:44:33.765Z[ recovery-image] Sep 03 23:44:32.619 INFO O| Sep 03 23:44:32.619 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77092024-09-03T23:44:33.768Z[ recovery-image] Sep 03 23:44:32.619 INFO O| Sep 03 23:44:32.619 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77102024-09-03T23:44:33.768Z[ recovery-image] Sep 03 23:44:32.619 INFO O| Sep 03 23:44:32.619 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77112024-09-03T23:44:33.804Z[ recovery-image] Sep 03 23:44:32.658 INFO O| Sep 03 23:44:32.658 INFO boot environment UUID: 330fa0a4-f8e7-4763-92c0-2dbf61131ce3
77122024-09-03T23:44:33.804Z[ recovery-image] Sep 03 23:44:32.658 INFO O| Sep 03 23:44:32.658 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 330fa0a4-f8e7-4763-92c0-2dbf61131ce3
77132024-09-03T23:44:33.842Z[ recovery-image] Sep 03 23:44:32.696 INFO O| Sep 03 23:44:32.696 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77142024-09-03T23:44:33.881Z[ recovery-image] Sep 03 23:44:32.735 INFO O| Sep 03 23:44:32.735 INFO STEP 0 (create_be) COMPLETE
77152024-09-03T23:44:33.881Z[ recovery-image] Sep 03 23:44:32.735 INFO O| Sep 03 23:44:32.735 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77162024-09-03T23:44:33.944Z[ recovery-image] Sep 03 23:44:32.798 INFO O| Sep 03 23:44:32.798 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"]
77172024-09-03T23:44:41.016Z[ recovery-image] Sep 03 23:44:39.870 INFO O| Sep 03 23:44:39.870 INFO STEP 1 (unpack_tar) COMPLETE
77182024-09-03T23:44:41.017Z[ recovery-image] Sep 03 23:44:39.870 INFO O| Sep 03 23:44:39.870 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77192024-09-03T23:44:41.034Z[ recovery-image] Sep 03 23:44:39.888 INFO O| Sep 03 23:44:39.888 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77202024-09-03T23:44:42.576Z[ recovery-image] Sep 03 23:44:41.429 INFO O| Sep 03 23:44:41.429 INFO STEP 2 (devfsadm) COMPLETE
77212024-09-03T23:44:42.578Z[ recovery-image] Sep 03 23:44:41.429 INFO O| Sep 03 23:44:41.429 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77222024-09-03T23:44:42.595Z[ recovery-image] Sep 03 23:44:41.448 INFO O| Sep 03 23:44:41.448 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77232024-09-03T23:44:42.595Z[ recovery-image] Sep 03 23:44:41.448 INFO O| Sep 03 23:44:41.448 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77242024-09-03T23:44:42.595Z[ recovery-image] Sep 03 23:44:41.448 INFO O| Sep 03 23:44:41.448 INFO STEP 3 (ensure_dir) COMPLETE
77252024-09-03T23:44:42.595Z[ recovery-image] Sep 03 23:44:41.448 INFO O| Sep 03 23:44:41.448 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77262024-09-03T23:44:42.613Z[ recovery-image] Sep 03 23:44:41.466 INFO O| Sep 03 23:44:41.466 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77272024-09-03T23:44:42.613Z[ recovery-image] Sep 03 23:44:41.466 INFO O| Sep 03 23:44:41.466 INFO STEP 4 (ensure_dir) COMPLETE
77282024-09-03T23:44:42.613Z[ recovery-image] Sep 03 23:44:41.466 INFO O| Sep 03 23:44:41.466 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77292024-09-03T23:44:42.652Z[ recovery-image] Sep 03 23:44:41.505 INFO O| Sep 03 23:44:41.505 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77302024-09-03T23:44:42.652Z[ recovery-image] Sep 03 23:44:41.506 INFO O| Sep 03 23:44:41.505 INFO STEP 5 (ensure_dir) COMPLETE
77312024-09-03T23:44:42.654Z[ recovery-image] Sep 03 23:44:41.506 INFO O| Sep 03 23:44:41.505 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77322024-09-03T23:44:42.672Z[ recovery-image] Sep 03 23:44:41.525 INFO O| Sep 03 23:44:41.525 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77332024-09-03T23:44:42.672Z[ recovery-image] Sep 03 23:44:41.525 INFO O| Sep 03 23:44:41.525 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77342024-09-03T23:44:42.672Z[ recovery-image] Sep 03 23:44:41.525 INFO O| Sep 03 23:44:41.525 INFO STEP 6 (ensure_dir) COMPLETE
77352024-09-03T23:44:42.672Z[ recovery-image] Sep 03 23:44:41.525 INFO O| Sep 03 23:44:41.525 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77362024-09-03T23:44:42.690Z[ recovery-image] Sep 03 23:44:41.544 INFO O| Sep 03 23:44:41.543 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77372024-09-03T23:44:42.690Z[ recovery-image] Sep 03 23:44:41.544 INFO O| Sep 03 23:44:41.544 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77382024-09-03T23:44:42.692Z[ recovery-image] Sep 03 23:44:41.544 INFO O| Sep 03 23:44:41.544 INFO STEP 7 (ensure_dir) COMPLETE
77392024-09-03T23:44:42.692Z[ recovery-image] Sep 03 23:44:41.544 INFO O| Sep 03 23:44:41.544 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77402024-09-03T23:44:42.713Z[ recovery-image] Sep 03 23:44:41.566 INFO O| Sep 03 23:44:41.566 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
77412024-09-03T23:44:42.715Z[ recovery-image] Sep 03 23:44:41.567 INFO O| Sep 03 23:44:41.567 INFO STEP 8 (remove_files) COMPLETE
77422024-09-03T23:44:42.715Z[ recovery-image] Sep 03 23:44:41.567 INFO O| Sep 03 23:44:41.567 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77432024-09-03T23:44:42.733Z[ recovery-image] Sep 03 23:44:41.586 INFO O| Sep 03 23:44:41.586 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
77442024-09-03T23:44:42.735Z[ recovery-image] Sep 03 23:44:41.587 INFO O| Sep 03 23:44:41.587 INFO STEP 9 (remove_files) COMPLETE
77452024-09-03T23:44:42.736Z[ recovery-image] Sep 03 23:44:41.587 INFO O| Sep 03 23:44:41.587 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77462024-09-03T23:44:42.751Z[ recovery-image] Sep 03 23:44:41.605 INFO O| Sep 03 23:44:41.605 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
77472024-09-03T23:44:42.754Z[ recovery-image] Sep 03 23:44:41.606 INFO O| Sep 03 23:44:41.606 INFO STEP 10 (remove_files) COMPLETE
77482024-09-03T23:44:42.754Z[ recovery-image] Sep 03 23:44:41.606 INFO O| Sep 03 23:44:41.606 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77492024-09-03T23:44:42.774Z[ recovery-image] Sep 03 23:44:41.627 INFO O| Sep 03 23:44:41.627 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77502024-09-03T23:44:42.777Z[ recovery-image] Sep 03 23:44:41.628 INFO O| Sep 03 23:44:41.628 INFO STEP 11 (remove_files) COMPLETE
77512024-09-03T23:44:42.777Z[ recovery-image] Sep 03 23:44:41.628 INFO O| Sep 03 23:44:41.628 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77522024-09-03T23:44:42.818Z[ recovery-image] Sep 03 23:44:41.662 INFO O| Sep 03 23:44:41.662 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77532024-09-03T23:44:42.818Z[ recovery-image] Sep 03 23:44:41.663 INFO O| Sep 03 23:44:41.663 INFO STEP 12 (remove_files) COMPLETE
77542024-09-03T23:44:42.818Z[ recovery-image] Sep 03 23:44:41.663 INFO O| Sep 03 23:44:41.663 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77552024-09-03T23:44:42.842Z[ recovery-image] Sep 03 23:44:41.695 INFO O| Sep 03 23:44:41.695 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77562024-09-03T23:44:42.844Z[ recovery-image] Sep 03 23:44:41.696 INFO O| Sep 03 23:44:41.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77572024-09-03T23:44:42.844Z[ recovery-image] Sep 03 23:44:41.696 INFO O| Sep 03 23:44:41.696 INFO STEP 13 (ensure_dir) COMPLETE
77582024-09-03T23:44:42.844Z[ recovery-image] Sep 03 23:44:41.696 INFO O| Sep 03 23:44:41.696 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77592024-09-03T23:44:42.861Z[ recovery-image] Sep 03 23:44:41.714 INFO O| Sep 03 23:44:41.714 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77602024-09-03T23:44:42.863Z[ recovery-image] Sep 03 23:44:41.715 INFO O| Sep 03 23:44:41.714 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77612024-09-03T23:44:42.863Z[ recovery-image] Sep 03 23:44:41.715 INFO O| Sep 03 23:44:41.715 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77622024-09-03T23:44:42.863Z[ recovery-image] Sep 03 23:44:41.715 INFO O| Sep 03 23:44:41.715 INFO STEP 14 (ensure_dir) COMPLETE
77632024-09-03T23:44:42.863Z[ recovery-image] Sep 03 23:44:41.715 INFO O| Sep 03 23:44:41.715 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77642024-09-03T23:44:42.879Z[ recovery-image] Sep 03 23:44:41.732 INFO O| Sep 03 23:44:41.732 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77652024-09-03T23:44:42.879Z[ recovery-image] Sep 03 23:44:41.732 INFO O| Sep 03 23:44:41.732 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77662024-09-03T23:44:42.881Z[ recovery-image] Sep 03 23:44:41.732 INFO O| Sep 03 23:44:41.732 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77672024-09-03T23:44:42.881Z[ recovery-image] Sep 03 23:44:41.732 INFO O| Sep 03 23:44:41.732 INFO STEP 15 (ensure_dir) COMPLETE
77682024-09-03T23:44:42.881Z[ recovery-image] Sep 03 23:44:41.733 INFO O| Sep 03 23:44:41.732 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77692024-09-03T23:44:42.896Z[ recovery-image] Sep 03 23:44:41.750 INFO O| Sep 03 23:44:41.750 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77702024-09-03T23:44:42.897Z[ recovery-image] Sep 03 23:44:41.750 INFO O| Sep 03 23:44:41.750 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77712024-09-03T23:44:42.897Z[ recovery-image] Sep 03 23:44:41.750 INFO O| Sep 03 23:44:41.750 INFO STEP 16 (ensure_dir) COMPLETE
77722024-09-03T23:44:42.900Z[ recovery-image] Sep 03 23:44:41.750 INFO O| Sep 03 23:44:41.750 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77732024-09-03T23:44:42.915Z[ recovery-image] Sep 03 23:44:41.769 INFO O| Sep 03 23:44:41.769 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77742024-09-03T23:44:42.915Z[ recovery-image] Sep 03 23:44:41.769 INFO O| Sep 03 23:44:41.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77752024-09-03T23:44:42.915Z[ recovery-image] Sep 03 23:44:41.769 INFO O| Sep 03 23:44:41.769 INFO STEP 17 (ensure_dir) COMPLETE
77762024-09-03T23:44:42.918Z[ recovery-image] Sep 03 23:44:41.769 INFO O| Sep 03 23:44:41.769 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77772024-09-03T23:44:42.934Z[ recovery-image] Sep 03 23:44:41.788 INFO O| Sep 03 23:44:41.788 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
77782024-09-03T23:44:42.934Z[ recovery-image] Sep 03 23:44:41.788 INFO O| Sep 03 23:44:41.788 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
77792024-09-03T23:44:42.937Z[ recovery-image] Sep 03 23:44:41.788 INFO O| Sep 03 23:44:41.788 INFO ok!
77802024-09-03T23:44:42.937Z[ recovery-image] Sep 03 23:44:41.788 INFO O| Sep 03 23:44:41.788 INFO STEP 18 (ensure_symlink) COMPLETE
77812024-09-03T23:44:42.937Z[ recovery-image] Sep 03 23:44:41.788 INFO O| Sep 03 23:44:41.788 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77822024-09-03T23:44:42.954Z[ recovery-image] Sep 03 23:44:41.808 INFO O| Sep 03 23:44:41.807 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
77832024-09-03T23:44:42.954Z[ recovery-image] Sep 03 23:44:41.808 INFO O| Sep 03 23:44:41.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
77842024-09-03T23:44:42.956Z[ recovery-image] Sep 03 23:44:41.808 INFO O| Sep 03 23:44:41.808 INFO ok!
77852024-09-03T23:44:42.956Z[ recovery-image] Sep 03 23:44:41.808 INFO O| Sep 03 23:44:41.808 INFO STEP 19 (ensure_file) COMPLETE
77862024-09-03T23:44:42.956Z[ recovery-image] Sep 03 23:44:41.808 INFO O| Sep 03 23:44:41.808 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77872024-09-03T23:44:42.973Z[ recovery-image] Sep 03 23:44:41.826 INFO O| Sep 03 23:44:41.826 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77882024-09-03T23:44:42.975Z[ recovery-image] Sep 03 23:44:41.826 INFO O| Sep 03 23:44:41.826 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77892024-09-03T23:44:42.975Z[ recovery-image] Sep 03 23:44:41.827 INFO O| Sep 03 23:44:41.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77902024-09-03T23:44:42.975Z[ recovery-image] Sep 03 23:44:41.827 INFO O| Sep 03 23:44:41.827 INFO ok!
77912024-09-03T23:44:42.975Z[ recovery-image] Sep 03 23:44:41.827 INFO O| Sep 03 23:44:41.827 INFO STEP 20 (ensure_symlink) COMPLETE
77922024-09-03T23:44:42.975Z[ recovery-image] Sep 03 23:44:41.827 INFO O| Sep 03 23:44:41.827 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77932024-09-03T23:44:43.007Z[ recovery-image] Sep 03 23:44:41.861 INFO O| Sep 03 23:44:41.861 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77942024-09-03T23:44:43.007Z[ recovery-image] Sep 03 23:44:41.861 INFO O| Sep 03 23:44:41.861 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
77952024-09-03T23:44:43.007Z[ recovery-image] Sep 03 23:44:41.861 INFO O| Sep 03 23:44:41.861 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
77962024-09-03T23:44:43.010Z[ recovery-image] Sep 03 23:44:41.861 INFO O| Sep 03 23:44:41.861 INFO ok!
77972024-09-03T23:44:43.011Z[ recovery-image] Sep 03 23:44:41.861 INFO O| Sep 03 23:44:41.861 INFO STEP 21 (ensure_symlink) COMPLETE
77982024-09-03T23:44:43.011Z[ recovery-image] Sep 03 23:44:41.861 INFO O| Sep 03 23:44:41.861 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77992024-09-03T23:44:43.030Z[ recovery-image] Sep 03 23:44:41.884 INFO O| Sep 03 23:44:41.884 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
78002024-09-03T23:44:43.030Z[ recovery-image] Sep 03 23:44:41.884 INFO O| Sep 03 23:44:41.884 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78012024-09-03T23:44:43.033Z[ recovery-image] Sep 03 23:44:41.884 INFO O| Sep 03 23:44:41.884 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
78022024-09-03T23:44:43.033Z[ recovery-image] Sep 03 23:44:41.884 INFO O| Sep 03 23:44:41.884 INFO ok!
78032024-09-03T23:44:43.033Z[ recovery-image] Sep 03 23:44:41.884 INFO O| Sep 03 23:44:41.884 INFO STEP 22 (ensure_symlink) COMPLETE
78042024-09-03T23:44:43.033Z[ recovery-image] Sep 03 23:44:41.884 INFO O| Sep 03 23:44:41.884 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78052024-09-03T23:44:43.062Z[ recovery-image] Sep 03 23:44:41.916 INFO O| Sep 03 23:44:41.916 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78062024-09-03T23:44:43.062Z[ recovery-image] Sep 03 23:44:41.916 INFO O| Sep 03 23:44:41.916 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78072024-09-03T23:44:43.065Z[ recovery-image] Sep 03 23:44:41.916 INFO O| Sep 03 23:44:41.916 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78082024-09-03T23:44:43.065Z[ recovery-image] Sep 03 23:44:41.916 INFO O| Sep 03 23:44:41.916 INFO ok!
78092024-09-03T23:44:43.065Z[ recovery-image] Sep 03 23:44:41.916 INFO O| Sep 03 23:44:41.916 INFO STEP 23 (ensure_symlink) COMPLETE
78102024-09-03T23:44:43.065Z[ recovery-image] Sep 03 23:44:41.916 INFO O| Sep 03 23:44:41.916 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78112024-09-03T23:44:43.092Z[ recovery-image] Sep 03 23:44:41.946 INFO O| Sep 03 23:44:41.946 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78122024-09-03T23:44:43.092Z[ recovery-image] Sep 03 23:44:41.946 INFO O| Sep 03 23:44:41.946 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 ...
78132024-09-03T23:44:43.094Z[ recovery-image] Sep 03 23:44:41.946 INFO O| Sep 03 23:44:41.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78142024-09-03T23:44:43.095Z[ recovery-image] Sep 03 23:44:41.946 INFO O| Sep 03 23:44:41.946 INFO ok!
78152024-09-03T23:44:43.095Z[ recovery-image] Sep 03 23:44:41.946 INFO O| Sep 03 23:44:41.946 INFO STEP 24 (ensure_file) COMPLETE
78162024-09-03T23:44:43.095Z[ recovery-image] Sep 03 23:44:41.946 INFO O| Sep 03 23:44:41.946 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78172024-09-03T23:44:43.113Z[ recovery-image] Sep 03 23:44:41.966 INFO O| Sep 03 23:44:41.966 INFO updating shadow file
78182024-09-03T23:44:43.115Z[ recovery-image] Sep 03 23:44:41.967 INFO O| Sep 03 23:44:41.967 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78192024-09-03T23:44:43.115Z[ recovery-image] Sep 03 23:44:41.967 INFO O| Sep 03 23:44:41.967 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78202024-09-03T23:44:43.115Z[ recovery-image] Sep 03 23:44:41.967 INFO O| Sep 03 23:44:41.967 INFO STEP 25 (shadow) COMPLETE
78212024-09-03T23:44:43.115Z[ recovery-image] Sep 03 23:44:41.967 INFO O| Sep 03 23:44:41.967 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78222024-09-03T23:44:43.148Z[ recovery-image] Sep 03 23:44:42.001 INFO O| Sep 03 23:44:42.001 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78232024-09-03T23:44:43.148Z[ recovery-image] Sep 03 23:44:42.001 INFO O| Sep 03 23:44:42.001 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78242024-09-03T23:44:43.148Z[ recovery-image] Sep 03 23:44:42.002 INFO O| Sep 03 23:44:42.001 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78252024-09-03T23:44:43.150Z[ recovery-image] Sep 03 23:44:42.002 INFO O| Sep 03 23:44:42.002 INFO ok!
78262024-09-03T23:44:43.150Z[ recovery-image] Sep 03 23:44:42.002 INFO O| Sep 03 23:44:42.002 INFO STEP 26 (ensure_file) COMPLETE
78272024-09-03T23:44:43.150Z[ recovery-image] Sep 03 23:44:42.002 INFO O| Sep 03 23:44:42.002 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78282024-09-03T23:44:43.168Z[ recovery-image] Sep 03 23:44:42.022 INFO O| Sep 03 23:44:42.022 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78292024-09-03T23:44:43.168Z[ recovery-image] Sep 03 23:44:42.022 INFO O| Sep 03 23:44:42.022 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78302024-09-03T23:44:43.168Z[ recovery-image] Sep 03 23:44:42.022 INFO O| Sep 03 23:44:42.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78312024-09-03T23:44:43.171Z[ recovery-image] Sep 03 23:44:42.022 INFO O| Sep 03 23:44:42.022 INFO ok!
78322024-09-03T23:44:43.171Z[ recovery-image] Sep 03 23:44:42.022 INFO O| Sep 03 23:44:42.022 INFO STEP 27 (ensure_file) COMPLETE
78332024-09-03T23:44:43.171Z[ recovery-image] Sep 03 23:44:42.022 INFO O| Sep 03 23:44:42.022 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78342024-09-03T23:44:43.202Z[ recovery-image] Sep 03 23:44:42.055 INFO O| Sep 03 23:44:42.055 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78352024-09-03T23:44:43.202Z[ recovery-image] Sep 03 23:44:42.055 INFO O| Sep 03 23:44:42.055 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78362024-09-03T23:44:43.204Z[ recovery-image] Sep 03 23:44:42.056 INFO O| Sep 03 23:44:42.055 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78372024-09-03T23:44:43.204Z[ recovery-image] Sep 03 23:44:42.056 INFO O| Sep 03 23:44:42.056 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78382024-09-03T23:44:43.204Z[ recovery-image] Sep 03 23:44:42.056 INFO O| Sep 03 23:44:42.056 INFO ok!
78392024-09-03T23:44:43.204Z[ recovery-image] Sep 03 23:44:42.056 INFO O| Sep 03 23:44:42.056 INFO STEP 28 (ensure_file) COMPLETE
78402024-09-03T23:44:43.205Z[ recovery-image] Sep 03 23:44:42.056 INFO O| Sep 03 23:44:42.056 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78412024-09-03T23:44:43.231Z[ recovery-image] Sep 03 23:44:42.084 INFO O| Sep 03 23:44:42.084 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
78422024-09-03T23:44:43.231Z[ recovery-image] Sep 03 23:44:42.084 INFO O| Sep 03 23:44:42.084 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
78432024-09-03T23:44:43.231Z[ recovery-image] Sep 03 23:44:42.084 INFO O| Sep 03 23:44:42.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
78442024-09-03T23:44:43.231Z[ recovery-image] Sep 03 23:44:42.084 INFO O| Sep 03 23:44:42.084 INFO ok!
78452024-09-03T23:44:43.231Z[ recovery-image] Sep 03 23:44:42.085 INFO O| Sep 03 23:44:42.084 INFO STEP 29 (ensure_file) COMPLETE
78462024-09-03T23:44:43.231Z[ recovery-image] Sep 03 23:44:42.085 INFO O| Sep 03 23:44:42.085 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78472024-09-03T23:44:43.267Z[ recovery-image] Sep 03 23:44:42.121 INFO O| Sep 03 23:44:42.120 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
78482024-09-03T23:44:43.267Z[ recovery-image] Sep 03 23:44:42.121 INFO O| Sep 03 23:44:42.121 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78492024-09-03T23:44:43.269Z[ recovery-image] Sep 03 23:44:42.121 INFO O| Sep 03 23:44:42.121 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78502024-09-03T23:44:43.269Z[ recovery-image] Sep 03 23:44:42.121 INFO O| Sep 03 23:44:42.121 INFO ok!
78512024-09-03T23:44:43.269Z[ recovery-image] Sep 03 23:44:42.121 INFO O| Sep 03 23:44:42.121 INFO STEP 30 (ensure_file) COMPLETE
78522024-09-03T23:44:43.269Z[ recovery-image] Sep 03 23:44:42.121 INFO O| Sep 03 23:44:42.121 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78532024-09-03T23:44:43.312Z[ recovery-image] Sep 03 23:44:42.165 INFO O| Sep 03 23:44:42.165 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78542024-09-03T23:44:43.314Z[ recovery-image] Sep 03 23:44:42.166 INFO O| Sep 03 23:44:42.166 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78552024-09-03T23:44:43.314Z[ recovery-image] Sep 03 23:44:42.166 INFO O| Sep 03 23:44:42.166 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78562024-09-03T23:44:43.314Z[ recovery-image] Sep 03 23:44:42.166 INFO O| Sep 03 23:44:42.166 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78572024-09-03T23:44:43.314Z[ recovery-image] Sep 03 23:44:42.166 INFO O| Sep 03 23:44:42.166 INFO ok!
78582024-09-03T23:44:43.314Z[ recovery-image] Sep 03 23:44:42.166 INFO O| Sep 03 23:44:42.166 INFO STEP 31 (ensure_file) COMPLETE
78592024-09-03T23:44:43.314Z[ recovery-image] Sep 03 23:44:42.166 INFO O| Sep 03 23:44:42.166 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78602024-09-03T23:44:43.337Z[ recovery-image] Sep 03 23:44:42.191 INFO O| Sep 03 23:44:42.191 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78612024-09-03T23:44:43.337Z[ recovery-image] Sep 03 23:44:42.191 INFO O| Sep 03 23:44:42.191 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78622024-09-03T23:44:43.340Z[ recovery-image] Sep 03 23:44:42.191 INFO O| Sep 03 23:44:42.191 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78632024-09-03T23:44:43.340Z[ recovery-image] Sep 03 23:44:42.191 INFO O| Sep 03 23:44:42.191 INFO ok!
78642024-09-03T23:44:43.340Z[ recovery-image] Sep 03 23:44:42.191 INFO O| Sep 03 23:44:42.191 INFO STEP 32 (ensure_file) COMPLETE
78652024-09-03T23:44:43.340Z[ recovery-image] Sep 03 23:44:42.191 INFO O| Sep 03 23:44:42.191 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78662024-09-03T23:44:43.363Z[ recovery-image] Sep 03 23:44:42.217 INFO O| Sep 03 23:44:42.216 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
78672024-09-03T23:44:43.363Z[ recovery-image] Sep 03 23:44:42.217 INFO O| Sep 03 23:44:42.217 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
78682024-09-03T23:44:43.366Z[ recovery-image] Sep 03 23:44:42.217 INFO O| Sep 03 23:44:42.217 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
78692024-09-03T23:44:43.366Z[ recovery-image] Sep 03 23:44:42.217 INFO O| Sep 03 23:44:42.217 INFO ok!
78702024-09-03T23:44:43.366Z[ recovery-image] Sep 03 23:44:42.217 INFO O| Sep 03 23:44:42.217 INFO STEP 33 (ensure_file) COMPLETE
78712024-09-03T23:44:43.366Z[ recovery-image] Sep 03 23:44:42.217 INFO O| Sep 03 23:44:42.217 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78722024-09-03T23:44:43.417Z[ recovery-image] Sep 03 23:44:42.271 INFO O| Sep 03 23:44:42.271 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
78732024-09-03T23:44:43.417Z[ recovery-image] Sep 03 23:44:42.271 INFO O| Sep 03 23:44:42.271 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
78742024-09-03T23:44:43.420Z[ recovery-image] Sep 03 23:44:42.271 INFO O| Sep 03 23:44:42.271 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78752024-09-03T23:44:43.420Z[ recovery-image] Sep 03 23:44:42.272 INFO O| Sep 03 23:44:42.272 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78762024-09-03T23:44:43.420Z[ recovery-image] Sep 03 23:44:42.272 INFO O| Sep 03 23:44:42.272 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78772024-09-03T23:44:43.424Z[ recovery-image] Sep 03 23:44:42.272 INFO O| Sep 03 23:44:42.272 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78782024-09-03T23:44:43.424Z[ recovery-image] Sep 03 23:44:42.272 INFO O| Sep 03 23:44:42.272 INFO ok!
78792024-09-03T23:44:43.424Z[ recovery-image] Sep 03 23:44:42.272 INFO O| Sep 03 23:44:42.272 INFO STEP 34 (ensure_file) COMPLETE
78802024-09-03T23:44:43.424Z[ recovery-image] Sep 03 23:44:42.272 INFO O| Sep 03 23:44:42.272 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78812024-09-03T23:44:43.437Z[ recovery-image] Sep 03 23:44:42.291 INFO O| Sep 03 23:44:42.291 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78822024-09-03T23:44:43.440Z[ recovery-image] Sep 03 23:44:42.291 INFO O| Sep 03 23:44:42.291 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78832024-09-03T23:44:43.440Z[ recovery-image] Sep 03 23:44:42.291 INFO O| Sep 03 23:44:42.291 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78842024-09-03T23:44:43.440Z[ recovery-image] Sep 03 23:44:42.291 INFO O| Sep 03 23:44:42.291 INFO STEP 35 (ensure_dir) COMPLETE
78852024-09-03T23:44:43.440Z[ recovery-image] Sep 03 23:44:42.291 INFO O| Sep 03 23:44:42.291 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78862024-09-03T23:44:43.456Z[ recovery-image] Sep 03 23:44:42.310 INFO O| Sep 03 23:44:42.310 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
78872024-09-03T23:44:43.456Z[ recovery-image] Sep 03 23:44:42.310 INFO O| Sep 03 23:44:42.310 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 ...
78882024-09-03T23:44:43.459Z[ recovery-image] Sep 03 23:44:42.310 INFO O| Sep 03 23:44:42.310 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
78892024-09-03T23:44:43.459Z[ recovery-image] Sep 03 23:44:42.310 INFO O| Sep 03 23:44:42.310 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
78902024-09-03T23:44:43.459Z[ recovery-image] Sep 03 23:44:42.311 INFO O| Sep 03 23:44:42.310 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
78912024-09-03T23:44:43.459Z[ recovery-image] Sep 03 23:44:42.311 INFO O| Sep 03 23:44:42.311 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
78922024-09-03T23:44:43.459Z[ recovery-image] Sep 03 23:44:42.311 INFO O| Sep 03 23:44:42.311 INFO ok!
78932024-09-03T23:44:43.459Z[ recovery-image] Sep 03 23:44:42.311 INFO O| Sep 03 23:44:42.311 INFO STEP 36 (ensure_file) COMPLETE
78942024-09-03T23:44:43.459Z[ recovery-image] Sep 03 23:44:42.311 INFO O| Sep 03 23:44:42.311 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78952024-09-03T23:44:43.476Z[ recovery-image] Sep 03 23:44:42.329 INFO O| Sep 03 23:44:42.329 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
78962024-09-03T23:44:43.476Z[ recovery-image] Sep 03 23:44:42.329 INFO O| Sep 03 23:44:42.329 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 ...
78972024-09-03T23:44:43.476Z[ recovery-image] Sep 03 23:44:42.330 INFO O| Sep 03 23:44:42.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
78982024-09-03T23:44:43.478Z[ recovery-image] Sep 03 23:44:42.330 INFO O| Sep 03 23:44:42.330 INFO ok!
78992024-09-03T23:44:43.478Z[ recovery-image] Sep 03 23:44:42.330 INFO O| Sep 03 23:44:42.330 INFO STEP 37 (ensure_symlink) COMPLETE
79002024-09-03T23:44:43.478Z[ recovery-image] Sep 03 23:44:42.330 INFO O| Sep 03 23:44:42.330 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79012024-09-03T23:44:43.494Z[ recovery-image] Sep 03 23:44:42.347 INFO O| Sep 03 23:44:42.347 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
79022024-09-03T23:44:43.494Z[ recovery-image] Sep 03 23:44:42.347 INFO O| Sep 03 23:44:42.347 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
79032024-09-03T23:44:43.494Z[ recovery-image] Sep 03 23:44:42.348 INFO O| Sep 03 23:44:42.347 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79042024-09-03T23:44:43.497Z[ recovery-image] Sep 03 23:44:42.348 INFO O| Sep 03 23:44:42.348 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79052024-09-03T23:44:43.497Z[ recovery-image] Sep 03 23:44:42.348 INFO O| Sep 03 23:44:42.348 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79062024-09-03T23:44:43.497Z[ recovery-image] Sep 03 23:44:42.348 INFO O| Sep 03 23:44:42.348 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79072024-09-03T23:44:43.497Z[ recovery-image] Sep 03 23:44:42.348 INFO O| Sep 03 23:44:42.348 INFO ok!
79082024-09-03T23:44:43.497Z[ recovery-image] Sep 03 23:44:42.348 INFO O| Sep 03 23:44:42.348 INFO STEP 38 (ensure_file) COMPLETE
79092024-09-03T23:44:43.497Z[ recovery-image] Sep 03 23:44:42.348 INFO O| Sep 03 23:44:42.348 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79102024-09-03T23:44:43.512Z[ recovery-image] Sep 03 23:44:42.365 INFO O| Sep 03 23:44:42.365 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79112024-09-03T23:44:43.512Z[ recovery-image] Sep 03 23:44:42.365 INFO O| Sep 03 23:44:42.365 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 ...
79122024-09-03T23:44:43.514Z[ recovery-image] Sep 03 23:44:42.366 INFO O| Sep 03 23:44:42.365 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
79132024-09-03T23:44:43.514Z[ recovery-image] Sep 03 23:44:42.366 INFO O| Sep 03 23:44:42.366 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79142024-09-03T23:44:43.514Z[ recovery-image] Sep 03 23:44:42.366 INFO O| Sep 03 23:44:42.366 INFO ok!
79152024-09-03T23:44:43.514Z[ recovery-image] Sep 03 23:44:42.366 INFO O| Sep 03 23:44:42.366 INFO STEP 39 (ensure_file) COMPLETE
79162024-09-03T23:44:43.514Z[ recovery-image] Sep 03 23:44:42.366 INFO O| Sep 03 23:44:42.366 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79172024-09-03T23:44:43.544Z[ recovery-image] Sep 03 23:44:42.397 INFO O| Sep 03 23:44:42.397 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79182024-09-03T23:44:43.544Z[ recovery-image] Sep 03 23:44:42.397 INFO O| Sep 03 23:44:42.397 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
79192024-09-03T23:44:43.546Z[ recovery-image] Sep 03 23:44:42.397 INFO O| Sep 03 23:44:42.397 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79202024-09-03T23:44:43.546Z[ recovery-image] Sep 03 23:44:42.397 INFO O| Sep 03 23:44:42.397 INFO ok!
79212024-09-03T23:44:43.546Z[ recovery-image] Sep 03 23:44:42.398 INFO O| Sep 03 23:44:42.398 INFO STEP 40 (ensure_file) COMPLETE
79222024-09-03T23:44:43.546Z[ recovery-image] Sep 03 23:44:42.398 INFO O| Sep 03 23:44:42.398 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79232024-09-03T23:44:43.578Z[ recovery-image] Sep 03 23:44:42.432 INFO O| Sep 03 23:44:42.432 INFO updating shadow file
79242024-09-03T23:44:43.580Z[ recovery-image] Sep 03 23:44:42.432 INFO O| Sep 03 23:44:42.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79252024-09-03T23:44:43.580Z[ recovery-image] Sep 03 23:44:42.432 INFO O| Sep 03 23:44:42.432 INFO STEP 41 (shadow) COMPLETE
79262024-09-03T23:44:43.580Z[ recovery-image] Sep 03 23:44:42.432 INFO O| Sep 03 23:44:42.432 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79272024-09-03T23:44:43.597Z[ recovery-image] Sep 03 23:44:42.451 INFO O| Sep 03 23:44:42.450 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79282024-09-03T23:44:43.597Z[ recovery-image] Sep 03 23:44:42.451 INFO O| Sep 03 23:44:42.451 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79292024-09-03T23:44:43.600Z[ recovery-image] Sep 03 23:44:42.451 INFO O| Sep 03 23:44:42.451 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79302024-09-03T23:44:43.600Z[ recovery-image] Sep 03 23:44:42.451 INFO O| Sep 03 23:44:42.451 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79312024-09-03T23:44:43.600Z[ recovery-image] Sep 03 23:44:42.451 INFO O| Sep 03 23:44:42.451 INFO ok!
79322024-09-03T23:44:43.600Z[ recovery-image] Sep 03 23:44:42.451 INFO O| Sep 03 23:44:42.451 INFO STEP 42 (ensure_file) COMPLETE
79332024-09-03T23:44:43.600Z[ recovery-image] Sep 03 23:44:42.451 INFO O| Sep 03 23:44:42.451 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79342024-09-03T23:44:43.615Z[ recovery-image] Sep 03 23:44:42.469 INFO O| Sep 03 23:44:42.468 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79352024-09-03T23:44:43.615Z[ recovery-image] Sep 03 23:44:42.469 INFO O| Sep 03 23:44:42.469 INFO STEP 43 (ensure_dir) COMPLETE
79362024-09-03T23:44:43.615Z[ recovery-image] Sep 03 23:44:42.469 INFO O| Sep 03 23:44:42.469 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79372024-09-03T23:44:43.632Z[ recovery-image] Sep 03 23:44:42.485 INFO O| Sep 03 23:44:42.485 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79382024-09-03T23:44:43.632Z[ recovery-image] Sep 03 23:44:42.485 INFO O| Sep 03 23:44:42.485 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79392024-09-03T23:44:43.632Z[ recovery-image] Sep 03 23:44:42.486 INFO O| Sep 03 23:44:42.485 INFO STEP 44 (ensure_dir) COMPLETE
79402024-09-03T23:44:43.632Z[ recovery-image] Sep 03 23:44:42.486 INFO O| Sep 03 23:44:42.485 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79412024-09-03T23:44:43.667Z[ recovery-image] Sep 03 23:44:42.520 INFO O| Sep 03 23:44:42.520 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79422024-09-03T23:44:43.667Z[ recovery-image] Sep 03 23:44:42.520 INFO O| Sep 03 23:44:42.520 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79432024-09-03T23:44:43.669Z[ recovery-image] Sep 03 23:44:42.521 INFO O| Sep 03 23:44:42.520 INFO STEP 45 (ensure_dir) COMPLETE
79442024-09-03T23:44:43.669Z[ recovery-image] Sep 03 23:44:42.521 INFO O| Sep 03 23:44:42.520 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79452024-09-03T23:44:43.726Z[ recovery-image] Sep 03 23:44:42.580 INFO O| Sep 03 23:44:42.580 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
79462024-09-03T23:44:43.726Z[ recovery-image] Sep 03 23:44:42.580 INFO O| Sep 03 23:44:42.580 INFO copying /tmp/.tmpVIqjNP/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79472024-09-03T23:44:43.791Z[ recovery-image] Sep 03 23:44:42.644 INFO O| Sep 03 23:44:42.644 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79482024-09-03T23:44:43.791Z[ recovery-image] Sep 03 23:44:42.644 INFO O| Sep 03 23:44:42.644 INFO ok!
79492024-09-03T23:44:43.794Z[ recovery-image] Sep 03 23:44:42.644 INFO O| Sep 03 23:44:42.644 INFO STEP 46 (ensure_file) COMPLETE
79502024-09-03T23:44:43.794Z[ recovery-image] Sep 03 23:44:42.644 INFO O| Sep 03 23:44:42.644 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79512024-09-03T23:44:43.830Z[ recovery-image] Sep 03 23:44:42.684 INFO O| Sep 03 23:44:42.684 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79522024-09-03T23:44:43.833Z[ recovery-image] Sep 03 23:44:42.684 INFO O| Sep 03 23:44:42.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79532024-09-03T23:44:43.833Z[ recovery-image] Sep 03 23:44:42.684 INFO O| Sep 03 23:44:42.684 INFO STEP 47 (ensure_dir) COMPLETE
79542024-09-03T23:44:43.833Z[ recovery-image] Sep 03 23:44:42.684 INFO O| Sep 03 23:44:42.684 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79552024-09-03T23:44:43.854Z[ recovery-image] Sep 03 23:44:42.707 INFO O| Sep 03 23:44:42.707 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79562024-09-03T23:44:43.854Z[ recovery-image] Sep 03 23:44:42.707 INFO O| Sep 03 23:44:42.707 INFO copying /tmp/.tmpVIqjNP/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79572024-09-03T23:44:43.856Z[ recovery-image] Sep 03 23:44:42.707 INFO O| Sep 03 23:44:42.707 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79582024-09-03T23:44:43.856Z[ recovery-image] Sep 03 23:44:42.707 INFO O| Sep 03 23:44:42.707 INFO ok!
79592024-09-03T23:44:43.856Z[ recovery-image] Sep 03 23:44:42.707 INFO O| Sep 03 23:44:42.707 INFO STEP 48 (ensure_file) COMPLETE
79602024-09-03T23:44:43.856Z[ recovery-image] Sep 03 23:44:42.708 INFO O| Sep 03 23:44:42.707 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79612024-09-03T23:44:43.901Z[ recovery-image] Sep 03 23:44:42.754 INFO O| Sep 03 23:44:42.754 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79622024-09-03T23:44:43.901Z[ recovery-image] Sep 03 23:44:42.754 INFO O| Sep 03 23:44:42.754 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79632024-09-03T23:44:43.901Z[ recovery-image] Sep 03 23:44:42.754 INFO O| Sep 03 23:44:42.754 INFO STEP 49 (ensure_dir) COMPLETE
79642024-09-03T23:44:43.903Z[ recovery-image] Sep 03 23:44:42.754 INFO O| Sep 03 23:44:42.754 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79652024-09-03T23:44:43.932Z[ recovery-image] Sep 03 23:44:42.785 INFO O| Sep 03 23:44:42.785 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79662024-09-03T23:44:43.932Z[ recovery-image] Sep 03 23:44:42.785 INFO O| Sep 03 23:44:42.785 INFO copying /tmp/.tmpVIqjNP/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
79672024-09-03T23:44:43.953Z[ recovery-image] Sep 03 23:44:42.807 INFO O| Sep 03 23:44:42.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
79682024-09-03T23:44:43.953Z[ recovery-image] Sep 03 23:44:42.807 INFO O| Sep 03 23:44:42.807 INFO ok!
79692024-09-03T23:44:43.956Z[ recovery-image] Sep 03 23:44:42.807 INFO O| Sep 03 23:44:42.807 INFO STEP 50 (ensure_file) COMPLETE
79702024-09-03T23:44:43.956Z[ recovery-image] Sep 03 23:44:42.807 INFO O| Sep 03 23:44:42.807 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79712024-09-03T23:44:43.972Z[ recovery-image] Sep 03 23:44:42.826 INFO O| Sep 03 23:44:42.826 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
79722024-09-03T23:44:43.972Z[ recovery-image] Sep 03 23:44:42.826 INFO O| Sep 03 23:44:42.826 INFO copying /tmp/.tmpVIqjNP/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
79732024-09-03T23:44:46.015Z[ recovery-image] Sep 03 23:44:44.868 INFO O| Sep 03 23:44:44.868 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
79742024-09-03T23:44:46.015Z[ recovery-image] Sep 03 23:44:44.868 INFO O| Sep 03 23:44:44.868 INFO ok!
79752024-09-03T23:44:46.018Z[ recovery-image] Sep 03 23:44:44.868 INFO O| Sep 03 23:44:44.868 INFO STEP 51 (ensure_file) COMPLETE
79762024-09-03T23:44:46.018Z[ recovery-image] Sep 03 23:44:44.868 INFO O| Sep 03 23:44:44.868 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79772024-09-03T23:44:46.033Z[ recovery-image] Sep 03 23:44:44.887 INFO O| Sep 03 23:44:44.887 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79782024-09-03T23:44:46.033Z[ recovery-image] Sep 03 23:44:44.887 INFO O| Sep 03 23:44:44.887 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79792024-09-03T23:44:46.033Z[ recovery-image] Sep 03 23:44:44.887 INFO O| Sep 03 23:44:44.887 INFO STEP 52 (ensure_dir) COMPLETE
79802024-09-03T23:44:46.033Z[ recovery-image] Sep 03 23:44:44.887 INFO O| Sep 03 23:44:44.887 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79812024-09-03T23:44:46.076Z[ recovery-image] Sep 03 23:44:44.930 INFO O| Sep 03 23:44:44.930 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
79822024-09-03T23:44:46.076Z[ recovery-image] Sep 03 23:44:44.930 INFO O| Sep 03 23:44:44.930 INFO copying /tmp/.tmpVIqjNP/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 ...
79832024-09-03T23:44:46.079Z[ recovery-image] Sep 03 23:44:44.930 INFO O| Sep 03 23:44:44.930 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
79842024-09-03T23:44:46.079Z[ recovery-image] Sep 03 23:44:44.930 INFO O| Sep 03 23:44:44.930 INFO ok!
79852024-09-03T23:44:46.079Z[ recovery-image] Sep 03 23:44:44.930 INFO O| Sep 03 23:44:44.930 INFO STEP 53 (ensure_file) COMPLETE
79862024-09-03T23:44:46.079Z[ recovery-image] Sep 03 23:44:44.930 INFO O| Sep 03 23:44:44.930 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79872024-09-03T23:44:46.110Z[ recovery-image] Sep 03 23:44:44.964 INFO O| Sep 03 23:44:44.964 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79882024-09-03T23:44:46.110Z[ recovery-image] Sep 03 23:44:44.964 INFO O| Sep 03 23:44:44.964 INFO copying /tmp/.tmpVIqjNP/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 ...
79892024-09-03T23:44:46.110Z[ recovery-image] Sep 03 23:44:44.964 INFO O| Sep 03 23:44:44.964 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
79902024-09-03T23:44:46.113Z[ recovery-image] Sep 03 23:44:44.964 INFO O| Sep 03 23:44:44.964 INFO ok!
79912024-09-03T23:44:46.113Z[ recovery-image] Sep 03 23:44:44.964 INFO O| Sep 03 23:44:44.964 INFO STEP 54 (ensure_file) COMPLETE
79922024-09-03T23:44:46.113Z[ recovery-image] Sep 03 23:44:44.964 INFO O| Sep 03 23:44:44.964 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79932024-09-03T23:44:46.130Z[ recovery-image] Sep 03 23:44:44.983 INFO O| Sep 03 23:44:44.983 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79942024-09-03T23:44:46.130Z[ recovery-image] Sep 03 23:44:44.984 INFO O| Sep 03 23:44:44.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79952024-09-03T23:44:46.132Z[ recovery-image] Sep 03 23:44:44.984 INFO O| Sep 03 23:44:44.984 INFO STEP 55 (ensure_dir) COMPLETE
79962024-09-03T23:44:46.132Z[ recovery-image] Sep 03 23:44:44.984 INFO O| Sep 03 23:44:44.984 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79972024-09-03T23:44:46.154Z[ recovery-image] Sep 03 23:44:45.008 INFO O| Sep 03 23:44:45.008 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
79982024-09-03T23:44:46.155Z[ recovery-image] Sep 03 23:44:45.008 INFO O| Sep 03 23:44:45.008 INFO copying /tmp/.tmpVIqjNP/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 ...
79992024-09-03T23:44:46.155Z[ recovery-image] Sep 03 23:44:45.008 INFO O| Sep 03 23:44:45.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
80002024-09-03T23:44:46.157Z[ recovery-image] Sep 03 23:44:45.008 INFO O| Sep 03 23:44:45.008 INFO ok!
80012024-09-03T23:44:46.157Z[ recovery-image] Sep 03 23:44:45.008 INFO O| Sep 03 23:44:45.008 INFO STEP 56 (ensure_file) COMPLETE
80022024-09-03T23:44:46.157Z[ recovery-image] Sep 03 23:44:45.008 INFO O| Sep 03 23:44:45.008 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80032024-09-03T23:44:46.174Z[ recovery-image] Sep 03 23:44:45.027 INFO O| Sep 03 23:44:45.027 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80042024-09-03T23:44:46.174Z[ recovery-image] Sep 03 23:44:45.027 INFO O| Sep 03 23:44:45.027 INFO copying /tmp/.tmpVIqjNP/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 ...
80052024-09-03T23:44:46.176Z[ recovery-image] Sep 03 23:44:45.027 INFO O| Sep 03 23:44:45.027 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
80062024-09-03T23:44:46.176Z[ recovery-image] Sep 03 23:44:45.027 INFO O| Sep 03 23:44:45.027 INFO ok!
80072024-09-03T23:44:46.176Z[ recovery-image] Sep 03 23:44:45.027 INFO O| Sep 03 23:44:45.027 INFO STEP 57 (ensure_file) COMPLETE
80082024-09-03T23:44:46.176Z[ recovery-image] Sep 03 23:44:45.027 INFO O| Sep 03 23:44:45.027 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80092024-09-03T23:44:46.192Z[ recovery-image] Sep 03 23:44:45.045 INFO O| Sep 03 23:44:45.045 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80102024-09-03T23:44:46.195Z[ recovery-image] Sep 03 23:44:45.046 INFO O| Sep 03 23:44:45.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80112024-09-03T23:44:46.195Z[ recovery-image] Sep 03 23:44:45.046 INFO O| Sep 03 23:44:45.046 INFO STEP 58 (ensure_dir) COMPLETE
80122024-09-03T23:44:46.195Z[ recovery-image] Sep 03 23:44:45.046 INFO O| Sep 03 23:44:45.046 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80132024-09-03T23:44:46.211Z[ recovery-image] Sep 03 23:44:45.064 INFO O| Sep 03 23:44:45.064 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80142024-09-03T23:44:46.211Z[ recovery-image] Sep 03 23:44:45.065 INFO O| Sep 03 23:44:45.064 INFO copying /tmp/.tmpVIqjNP/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 ...
80152024-09-03T23:44:46.213Z[ recovery-image] Sep 03 23:44:45.065 INFO O| Sep 03 23:44:45.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80162024-09-03T23:44:46.213Z[ recovery-image] Sep 03 23:44:45.065 INFO O| Sep 03 23:44:45.065 INFO ok!
80172024-09-03T23:44:46.213Z[ recovery-image] Sep 03 23:44:45.065 INFO O| Sep 03 23:44:45.065 INFO STEP 59 (ensure_file) COMPLETE
80182024-09-03T23:44:46.213Z[ recovery-image] Sep 03 23:44:45.065 INFO O| Sep 03 23:44:45.065 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80192024-09-03T23:44:46.231Z[ recovery-image] Sep 03 23:44:45.084 INFO O| Sep 03 23:44:45.084 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80202024-09-03T23:44:46.231Z[ recovery-image] Sep 03 23:44:45.084 INFO O| Sep 03 23:44:45.084 INFO copying /tmp/.tmpVIqjNP/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80212024-09-03T23:44:46.231Z[ recovery-image] Sep 03 23:44:45.084 INFO O| Sep 03 23:44:45.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80222024-09-03T23:44:46.231Z[ recovery-image] Sep 03 23:44:45.084 INFO O| Sep 03 23:44:45.084 INFO ok!
80232024-09-03T23:44:46.231Z[ recovery-image] Sep 03 23:44:45.084 INFO O| Sep 03 23:44:45.084 INFO STEP 60 (ensure_file) COMPLETE
80242024-09-03T23:44:46.231Z[ recovery-image] Sep 03 23:44:45.084 INFO O| Sep 03 23:44:45.084 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80252024-09-03T23:44:46.249Z[ recovery-image] Sep 03 23:44:45.103 INFO O| Sep 03 23:44:45.103 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80262024-09-03T23:44:46.249Z[ recovery-image] Sep 03 23:44:45.103 INFO O| Sep 03 23:44:45.103 INFO STEP 61 (ensure_dir) COMPLETE
80272024-09-03T23:44:46.252Z[ recovery-image] Sep 03 23:44:45.103 INFO O| Sep 03 23:44:45.103 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80282024-09-03T23:44:46.285Z[ recovery-image] Sep 03 23:44:45.139 INFO O| Sep 03 23:44:45.139 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80292024-09-03T23:44:46.285Z[ recovery-image] Sep 03 23:44:45.139 INFO O| Sep 03 23:44:45.139 INFO STEP 62 (ensure_dir) COMPLETE
80302024-09-03T23:44:46.288Z[ recovery-image] Sep 03 23:44:45.139 INFO O| Sep 03 23:44:45.139 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80312024-09-03T23:44:46.318Z[ recovery-image] Sep 03 23:44:45.172 INFO O| Sep 03 23:44:45.172 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80322024-09-03T23:44:46.321Z[ recovery-image] Sep 03 23:44:45.172 INFO O| Sep 03 23:44:45.172 INFO STEP 63 (ensure_dir) COMPLETE
80332024-09-03T23:44:46.321Z[ recovery-image] Sep 03 23:44:45.172 INFO O| Sep 03 23:44:45.172 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80342024-09-03T23:44:46.338Z[ recovery-image] Sep 03 23:44:45.192 INFO O| Sep 03 23:44:45.192 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80352024-09-03T23:44:46.338Z[ recovery-image] Sep 03 23:44:45.192 INFO O| Sep 03 23:44:45.192 INFO STEP 64 (ensure_dir) COMPLETE
80362024-09-03T23:44:46.341Z[ recovery-image] Sep 03 23:44:45.192 INFO O| Sep 03 23:44:45.192 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80372024-09-03T23:44:46.372Z[ recovery-image] Sep 03 23:44:45.226 INFO O| Sep 03 23:44:45.225 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
80382024-09-03T23:44:46.372Z[ recovery-image] Sep 03 23:44:45.226 INFO O| Sep 03 23:44:45.225 INFO copying /tmp/.tmpVIqjNP/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
80392024-09-03T23:44:46.375Z[ recovery-image] Sep 03 23:44:45.226 INFO O| Sep 03 23:44:45.226 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
80402024-09-03T23:44:46.375Z[ recovery-image] Sep 03 23:44:45.226 INFO O| Sep 03 23:44:45.226 INFO ok!
80412024-09-03T23:44:46.375Z[ recovery-image] Sep 03 23:44:45.226 INFO O| Sep 03 23:44:45.226 INFO STEP 65 (ensure_file) COMPLETE
80422024-09-03T23:44:46.375Z[ recovery-image] Sep 03 23:44:45.226 INFO O| Sep 03 23:44:45.226 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80432024-09-03T23:44:46.409Z[ recovery-image] Sep 03 23:44:45.262 INFO O| Sep 03 23:44:45.262 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
80442024-09-03T23:44:46.412Z[ recovery-image] Sep 03 23:44:45.262 INFO O| Sep 03 23:44:45.262 INFO STEP 66 (remove_files) COMPLETE
80452024-09-03T23:44:46.412Z[ recovery-image] Sep 03 23:44:45.262 INFO O| Sep 03 23:44:45.262 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80462024-09-03T23:44:46.426Z[ recovery-image] Sep 03 23:44:45.279 INFO O| Sep 03 23:44:45.279 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80472024-09-03T23:44:46.426Z[ recovery-image] Sep 03 23:44:45.280 INFO O| Sep 03 23:44:45.280 INFO STEP 67 (remove_files) COMPLETE
80482024-09-03T23:44:46.428Z[ recovery-image] Sep 03 23:44:45.280 INFO O| Sep 03 23:44:45.280 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80492024-09-03T23:44:46.443Z[ recovery-image] Sep 03 23:44:45.297 INFO O| Sep 03 23:44:45.297 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80502024-09-03T23:44:46.446Z[ recovery-image] Sep 03 23:44:45.297 INFO O| Sep 03 23:44:45.297 INFO STEP 68 (remove_files) COMPLETE
80512024-09-03T23:44:46.446Z[ recovery-image] Sep 03 23:44:45.297 INFO O| Sep 03 23:44:45.297 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80522024-09-03T23:44:46.482Z[ recovery-image] Sep 03 23:44:45.336 INFO O| Sep 03 23:44:45.336 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80532024-09-03T23:44:46.485Z[ recovery-image] Sep 03 23:44:45.336 INFO O| Sep 03 23:44:45.336 INFO STEP 69 (remove_files) COMPLETE
80542024-09-03T23:44:46.485Z[ recovery-image] Sep 03 23:44:45.336 INFO O| Sep 03 23:44:45.336 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80552024-09-03T23:44:46.504Z[ recovery-image] Sep 03 23:44:45.357 INFO O| Sep 03 23:44:45.357 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80562024-09-03T23:44:46.506Z[ recovery-image] Sep 03 23:44:45.358 INFO O| Sep 03 23:44:45.358 INFO STEP 70 (remove_files) COMPLETE
80572024-09-03T23:44:46.506Z[ recovery-image] Sep 03 23:44:45.358 INFO O| Sep 03 23:44:45.358 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80582024-09-03T23:44:46.538Z[ recovery-image] Sep 03 23:44:45.391 INFO O| Sep 03 23:44:45.391 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80592024-09-03T23:44:46.540Z[ recovery-image] Sep 03 23:44:45.392 INFO O| Sep 03 23:44:45.392 INFO STEP 71 (remove_files) COMPLETE
80602024-09-03T23:44:46.540Z[ recovery-image] Sep 03 23:44:45.392 INFO O| Sep 03 23:44:45.392 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80612024-09-03T23:44:46.556Z[ recovery-image] Sep 03 23:44:45.409 INFO O| Sep 03 23:44:45.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80622024-09-03T23:44:46.558Z[ recovery-image] Sep 03 23:44:45.410 INFO O| Sep 03 23:44:45.410 INFO STEP 72 (remove_files) COMPLETE
80632024-09-03T23:44:46.558Z[ recovery-image] Sep 03 23:44:45.410 INFO O| Sep 03 23:44:45.410 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80642024-09-03T23:44:46.615Z[ recovery-image] Sep 03 23:44:45.469 INFO O| Sep 03 23:44:45.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80652024-09-03T23:44:46.615Z[ recovery-image] Sep 03 23:44:45.469 INFO O| Sep 03 23:44:45.469 INFO STEP 73 (remove_files) COMPLETE
80662024-09-03T23:44:46.615Z[ recovery-image] Sep 03 23:44:45.469 INFO O| Sep 03 23:44:45.469 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80672024-09-03T23:44:46.654Z[ recovery-image] Sep 03 23:44:45.507 INFO O| Sep 03 23:44:45.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
80682024-09-03T23:44:46.654Z[ recovery-image] Sep 03 23:44:45.508 INFO O| Sep 03 23:44:45.508 INFO STEP 74 (remove_files) COMPLETE
80692024-09-03T23:44:46.654Z[ recovery-image] Sep 03 23:44:45.508 INFO O| Sep 03 23:44:45.508 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80702024-09-03T23:44:46.673Z[ recovery-image] Sep 03 23:44:45.526 INFO O| Sep 03 23:44:45.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
80712024-09-03T23:44:46.673Z[ recovery-image] Sep 03 23:44:45.526 INFO O| Sep 03 23:44:45.526 INFO STEP 75 (remove_files) COMPLETE
80722024-09-03T23:44:46.675Z[ recovery-image] Sep 03 23:44:45.526 INFO O| Sep 03 23:44:45.526 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80732024-09-03T23:44:46.690Z[ recovery-image] Sep 03 23:44:45.543 INFO O| Sep 03 23:44:45.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
80742024-09-03T23:44:46.690Z[ recovery-image] Sep 03 23:44:45.543 INFO O| Sep 03 23:44:45.543 INFO STEP 76 (remove_files) COMPLETE
80752024-09-03T23:44:46.690Z[ recovery-image] Sep 03 23:44:45.543 INFO O| Sep 03 23:44:45.543 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80762024-09-03T23:44:46.707Z[ recovery-image] Sep 03 23:44:45.560 INFO O| Sep 03 23:44:45.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
80772024-09-03T23:44:46.707Z[ recovery-image] Sep 03 23:44:45.560 INFO O| Sep 03 23:44:45.560 INFO STEP 77 (remove_files) COMPLETE
80782024-09-03T23:44:46.709Z[ recovery-image] Sep 03 23:44:45.560 INFO O| Sep 03 23:44:45.560 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80792024-09-03T23:44:46.736Z[ recovery-image] Sep 03 23:44:45.589 INFO O| Sep 03 23:44:45.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
80802024-09-03T23:44:46.736Z[ recovery-image] Sep 03 23:44:45.589 INFO O| Sep 03 23:44:45.589 INFO STEP 78 (remove_files) COMPLETE
80812024-09-03T23:44:46.738Z[ recovery-image] Sep 03 23:44:45.589 INFO O| Sep 03 23:44:45.589 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80822024-09-03T23:44:46.771Z[ recovery-image] Sep 03 23:44:45.624 INFO O| Sep 03 23:44:45.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
80832024-09-03T23:44:46.771Z[ recovery-image] Sep 03 23:44:45.624 INFO O| Sep 03 23:44:45.624 INFO STEP 79 (remove_files) COMPLETE
80842024-09-03T23:44:46.771Z[ recovery-image] Sep 03 23:44:45.624 INFO O| Sep 03 23:44:45.624 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80852024-09-03T23:44:46.790Z[ recovery-image] Sep 03 23:44:45.643 INFO O| Sep 03 23:44:45.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
80862024-09-03T23:44:46.790Z[ recovery-image] Sep 03 23:44:45.644 INFO O| Sep 03 23:44:45.644 INFO STEP 80 (remove_files) COMPLETE
80872024-09-03T23:44:46.792Z[ recovery-image] Sep 03 23:44:45.644 INFO O| Sep 03 23:44:45.644 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80882024-09-03T23:44:46.808Z[ recovery-image] Sep 03 23:44:45.661 INFO O| Sep 03 23:44:45.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80892024-09-03T23:44:46.808Z[ recovery-image] Sep 03 23:44:45.661 INFO O| Sep 03 23:44:45.661 INFO STEP 81 (remove_files) COMPLETE
80902024-09-03T23:44:46.808Z[ recovery-image] Sep 03 23:44:45.661 INFO O| Sep 03 23:44:45.661 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80912024-09-03T23:44:46.846Z[ recovery-image] Sep 03 23:44:45.698 INFO O| Sep 03 23:44:45.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80922024-09-03T23:44:46.849Z[ recovery-image] Sep 03 23:44:45.698 INFO O| Sep 03 23:44:45.698 INFO STEP 82 (remove_files) COMPLETE
80932024-09-03T23:44:46.851Z[ recovery-image] Sep 03 23:44:45.698 INFO O| Sep 03 23:44:45.698 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80942024-09-03T23:44:46.905Z[ recovery-image] Sep 03 23:44:45.758 INFO O| Sep 03 23:44:45.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
80952024-09-03T23:44:46.905Z[ recovery-image] Sep 03 23:44:45.758 INFO O| Sep 03 23:44:45.758 INFO STEP 83 (remove_files) COMPLETE
80962024-09-03T23:44:46.905Z[ recovery-image] Sep 03 23:44:45.758 INFO O| Sep 03 23:44:45.758 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80972024-09-03T23:44:46.923Z[ recovery-image] Sep 03 23:44:45.777 INFO O| Sep 03 23:44:45.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
80982024-09-03T23:44:46.923Z[ recovery-image] Sep 03 23:44:45.777 INFO O| Sep 03 23:44:45.777 INFO STEP 84 (remove_files) COMPLETE
80992024-09-03T23:44:46.926Z[ recovery-image] Sep 03 23:44:45.777 INFO O| Sep 03 23:44:45.777 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81002024-09-03T23:44:46.944Z[ recovery-image] Sep 03 23:44:45.797 INFO O| Sep 03 23:44:45.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81012024-09-03T23:44:46.944Z[ recovery-image] Sep 03 23:44:45.797 INFO O| Sep 03 23:44:45.797 INFO STEP 85 (remove_files) COMPLETE
81022024-09-03T23:44:46.944Z[ recovery-image] Sep 03 23:44:45.797 INFO O| Sep 03 23:44:45.797 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81032024-09-03T23:44:46.977Z[ recovery-image] Sep 03 23:44:45.831 INFO O| Sep 03 23:44:45.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81042024-09-03T23:44:46.977Z[ recovery-image] Sep 03 23:44:45.831 INFO O| Sep 03 23:44:45.831 INFO STEP 86 (remove_files) COMPLETE
81052024-09-03T23:44:46.977Z[ recovery-image] Sep 03 23:44:45.831 INFO O| Sep 03 23:44:45.831 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81062024-09-03T23:44:47.000Z[ recovery-image] Sep 03 23:44:45.853 INFO O| Sep 03 23:44:45.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81072024-09-03T23:44:47.000Z[ recovery-image] Sep 03 23:44:45.853 INFO O| Sep 03 23:44:45.853 INFO STEP 87 (remove_files) COMPLETE
81082024-09-03T23:44:47.000Z[ recovery-image] Sep 03 23:44:45.854 INFO O| Sep 03 23:44:45.853 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81092024-09-03T23:44:47.020Z[ recovery-image] Sep 03 23:44:45.873 INFO O| Sep 03 23:44:45.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81102024-09-03T23:44:47.020Z[ recovery-image] Sep 03 23:44:45.873 INFO O| Sep 03 23:44:45.873 INFO STEP 88 (remove_files) COMPLETE
81112024-09-03T23:44:47.023Z[ recovery-image] Sep 03 23:44:45.873 INFO O| Sep 03 23:44:45.873 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81122024-09-03T23:44:47.040Z[ recovery-image] Sep 03 23:44:45.893 INFO O| Sep 03 23:44:45.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81132024-09-03T23:44:47.040Z[ recovery-image] Sep 03 23:44:45.893 INFO O| Sep 03 23:44:45.893 INFO STEP 89 (remove_files) COMPLETE
81142024-09-03T23:44:47.042Z[ recovery-image] Sep 03 23:44:45.893 INFO O| Sep 03 23:44:45.893 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81152024-09-03T23:44:47.076Z[ recovery-image] Sep 03 23:44:45.929 INFO O| Sep 03 23:44:45.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81162024-09-03T23:44:47.078Z[ recovery-image] Sep 03 23:44:45.929 INFO O| Sep 03 23:44:45.929 INFO STEP 90 (remove_files) COMPLETE
81172024-09-03T23:44:47.078Z[ recovery-image] Sep 03 23:44:45.929 INFO O| Sep 03 23:44:45.929 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81182024-09-03T23:44:47.097Z[ recovery-image] Sep 03 23:44:45.950 INFO O| Sep 03 23:44:45.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81192024-09-03T23:44:47.099Z[ recovery-image] Sep 03 23:44:45.950 INFO O| Sep 03 23:44:45.950 INFO STEP 91 (remove_files) COMPLETE
81202024-09-03T23:44:47.099Z[ recovery-image] Sep 03 23:44:45.951 INFO O| Sep 03 23:44:45.951 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81212024-09-03T23:44:47.125Z[ recovery-image] Sep 03 23:44:45.979 INFO O| Sep 03 23:44:45.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81222024-09-03T23:44:47.126Z[ recovery-image] Sep 03 23:44:45.979 INFO O| Sep 03 23:44:45.979 INFO STEP 92 (remove_files) COMPLETE
81232024-09-03T23:44:47.126Z[ recovery-image] Sep 03 23:44:45.979 INFO O| Sep 03 23:44:45.979 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81242024-09-03T23:44:47.146Z[ recovery-image] Sep 03 23:44:45.999 INFO O| Sep 03 23:44:45.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81252024-09-03T23:44:47.146Z[ recovery-image] Sep 03 23:44:45.999 INFO O| Sep 03 23:44:45.999 INFO STEP 93 (remove_files) COMPLETE
81262024-09-03T23:44:47.146Z[ recovery-image] Sep 03 23:44:46.000 INFO O| Sep 03 23:44:45.999 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81272024-09-03T23:44:47.165Z[ recovery-image] Sep 03 23:44:46.019 INFO O| Sep 03 23:44:46.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81282024-09-03T23:44:47.165Z[ recovery-image] Sep 03 23:44:46.019 INFO O| Sep 03 23:44:46.019 INFO STEP 94 (remove_files) COMPLETE
81292024-09-03T23:44:47.168Z[ recovery-image] Sep 03 23:44:46.019 INFO O| Sep 03 23:44:46.019 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81302024-09-03T23:44:47.194Z[ recovery-image] Sep 03 23:44:46.047 INFO O| Sep 03 23:44:46.047 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81312024-09-03T23:44:47.196Z[ recovery-image] Sep 03 23:44:46.048 INFO O| Sep 03 23:44:46.048 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
81322024-09-03T23:44:54.097Z[ recovery-image] Sep 03 23:44:52.950 INFO O| Sep 03 23:44:52.950 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
81332024-09-03T23:44:54.097Z[ recovery-image] Sep 03 23:44:52.950 INFO O| Sep 03 23:44:52.950 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81342024-09-03T23:44:54.114Z[ recovery-image] Sep 03 23:44:52.967 INFO O| Sep 03 23:44:52.967 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_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
81352024-09-03T23:44:54.304Z[ recovery-image] Sep 03 23:44:53.155 INFO O| Sep 03 23:44:53.155 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81362024-09-03T23:44:54.304Z[ recovery-image] Sep 03 23:44:53.155 INFO O| Sep 03 23:44:53.155 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 ...
81372024-09-03T23:44:54.307Z[ recovery-image] Sep 03 23:44:53.157 INFO O| Sep 03 23:44:53.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81382024-09-03T23:44:54.307Z[ recovery-image] Sep 03 23:44:53.157 INFO O| Sep 03 23:44:53.157 INFO ok!
81392024-09-03T23:44:54.307Z[ recovery-image] Sep 03 23:44:53.157 INFO O| Sep 03 23:44:53.157 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81402024-09-03T23:44:54.307Z[ recovery-image] Sep 03 23:44:53.158 INFO O| Sep 03 23:44:53.158 INFO STEP 95 (seed_smf) COMPLETE
81412024-09-03T23:44:54.307Z[ recovery-image] Sep 03 23:44:53.158 INFO O| Sep 03 23:44:53.158 INFO steps complete; finalising image!
81422024-09-03T23:44:54.307Z[ recovery-image] Sep 03 23:44:53.158 INFO O| Sep 03 23:44:53.158 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81432024-09-03T23:44:54.371Z[ recovery-image] Sep 03 23:44:53.224 INFO O| Sep 03 23:44:53.224 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Tue Sep 3 23:44:53 2024)
81442024-09-03T23:44:54.583Z[ recovery-image] Sep 03 23:44:53.436 INFO O| Sep 03 23:44:53.436 INFO trim TEMPORARY-gimlet-zfs-recovery: (37% trimmed, started at Tue Sep 3 23:44:53 2024)
81452024-09-03T23:44:54.795Z[ recovery-image] Sep 03 23:44:53.648 INFO O| Sep 03 23:44:53.648 INFO trim TEMPORARY-gimlet-zfs-recovery: (61% trimmed, started at Tue Sep 3 23:44:53 2024)
81462024-09-03T23:44:55.005Z[ recovery-image] Sep 03 23:44:53.858 INFO O| Sep 03 23:44:53.858 INFO trim TEMPORARY-gimlet-zfs-recovery: (69% trimmed, started at Tue Sep 3 23:44:53 2024)
81472024-09-03T23:44:55.217Z[ recovery-image] Sep 03 23:44:54.069 INFO O| Sep 03 23:44:54.069 INFO trim TEMPORARY-gimlet-zfs-recovery: (84% trimmed, started at Tue Sep 3 23:44:53 2024)
81482024-09-03T23:44:55.428Z[ recovery-image] Sep 03 23:44:54.281 INFO O| Sep 03 23:44:54.281 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Tue Sep 3 23:44:53 2024)
81492024-09-03T23:44:55.674Z[ recovery-image] Sep 03 23:44:54.527 INFO O| Sep 03 23:44:54.527 INFO temporary pool has 401M used, 1.36G avail, 1.00x compressratio
81502024-09-03T23:44:55.674Z[ recovery-image] Sep 03 23:44:54.527 INFO O| Sep 03 23:44:54.527 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81512024-09-03T23:44:56.447Z[ recovery-image] Sep 03 23:44:55.300 INFO O| Sep 03 23:44:55.300 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
81522024-09-03T23:44:56.447Z[ recovery-image] Sep 03 23:44:55.300 INFO O| Sep 03 23:44:55.300 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81532024-09-03T23:45:02.292Z[ recovery-image] Sep 03 23:45:01.145 INFO O| Sep 03 23:45:01.145 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81542024-09-03T23:45:02.292Z[ recovery-image] Sep 03 23:45:01.145 INFO O| Sep 03 23:45:01.145 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81552024-09-03T23:45:02.295Z[ recovery-image] Sep 03 23:45:01.145 INFO O| Sep 03 23:45:01.145 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81562024-09-03T23:45:02.295Z[ recovery-image] Sep 03 23:45:01.145 INFO O| Sep 03 23:45:01.145 INFO completed processing gimlet/zfs-recovery
81572024-09-03T23:45:02.295Z[ recovery-image] Sep 03 23:45:01.145 INFO O| Sep 03 23:45:01.145 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81582024-09-03T23:45:03.597Z[ recovery-image] Sep 03 23:45:02.449 INFO O| Sep 03 23:45:02.449 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81592024-09-03T23:45:03.701Z[ recovery-image] Sep 03 23:45:02.553 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
81602024-09-03T23:45:03.703Z[ recovery-image] Sep 03 23:45:02.554 INFO expanded image name: "recovery 3598a80/${os_short_commit} 2024-09-03 23:18" -> "recovery 3598a80/2408c3f 2024-09-03 23:18"
81612024-09-03T23:45:03.703Z[ recovery-image] Sep 03 23:45:02.554 INFO output artefacts stored in: "/work/os-recovery"
81622024-09-03T23:45:03.703Z[ recovery-image] Sep 03 23:45:02.554 INFO collecting git info from project "pinprick"...
81632024-09-03T23:45:03.714Z[ recovery-image] Sep 03 23:45:02.566 INFO collecting git info from project "image-builder"...
81642024-09-03T23:45:03.724Z[ recovery-image] Sep 03 23:45:02.577 INFO collecting git info from project "bootserver"...
81652024-09-03T23:45:03.733Z[ recovery-image] Sep 03 23:45:02.586 INFO collecting git info from project "pilot"...
81662024-09-03T23:45:03.751Z[ recovery-image] Sep 03 23:45:02.603 INFO collecting git info from project "amd-firmware"...
81672024-09-03T23:45:04.032Z[ recovery-image] Sep 03 23:45:02.884 INFO collecting git info from project "phbl"...
81682024-09-03T23:45:04.040Z[ recovery-image] Sep 03 23:45:02.892 INFO collecting git info from project "chelsio-t6-roms"...
81692024-09-03T23:45:04.075Z[ recovery-image] Sep 03 23:45:02.927 INFO collecting git info from project "amd-host-image-builder"...
81702024-09-03T23:45:04.346Z[ recovery-image] Sep 03 23:45:03.198 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
81712024-09-03T23:45:04.749Z[ recovery-image] Sep 03 23:45:03.601 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
81722024-09-03T23:45:05.126Z[ recovery-image] Sep 03 23:45:03.978 INFO creating Oxide boot image...
81732024-09-03T23:45:05.128Z[ recovery-image] Sep 03 23:45:03.978 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 3598a80/2408c3f 2024-09-03 23:18", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
81742024-09-03T23:45:08.073Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 37s
81752024-09-03T23:45:08.380ZSep 03 23:45:07.232 INFO [verify-libraries] process exited with exit status: 0 (342.699861779s)
81762024-09-03T23:45:31.623Z[ host-image] Sep 03 23:45:30.473 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22845:20240827T133306Z
81772024-09-03T23:45:31.623Z[ host-image] Sep 03 23:45:30.473 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22845:20240827T133306Z
81782024-09-03T23:45:31.625Z[ host-image] Sep 03 23:45:30.474 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81792024-09-03T23:45:31.625Z[ host-image] Sep 03 23:45:30.474 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81802024-09-03T23:45:31.625Z[ host-image] Sep 03 23:45:30.474 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81812024-09-03T23:45:31.625Z[ host-image] Sep 03 23:45:30.474 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81822024-09-03T23:45:31.625Z[ host-image] Sep 03 23:45:30.475 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81832024-09-03T23:45:31.625Z[ host-image] Sep 03 23:45:30.475 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81842024-09-03T23:45:31.625Z[ host-image] Sep 03 23:45:30.475 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81852024-09-03T23:45:31.625Z[ host-image] Sep 03 23:45:30.475 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81862024-09-03T23:45:31.625Z[ host-image] Sep 03 23:45:30.475 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22845:20240827T133307Z
81872024-09-03T23:45:31.627Z[ host-image] Sep 03 23:45:30.477 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22845:20240827T133307Z
81882024-09-03T23:45:31.628Z[ host-image] Sep 03 23:45:30.478 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22845:20240827T133308Z
81892024-09-03T23:45:31.628Z[ host-image] Sep 03 23:45:30.478 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22845:20240827T133308Z
81902024-09-03T23:45:31.628Z[ host-image] Sep 03 23:45:30.478 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81912024-09-03T23:45:31.630Z[ host-image] Sep 03 23:45:30.479 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22845:20240827T133308Z
81922024-09-03T23:45:31.630Z[ host-image] Sep 03 23:45:30.480 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22845:20240827T133308Z
81932024-09-03T23:45:31.630Z[ host-image] Sep 03 23:45:30.480 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22845:20240827T133308Z
81942024-09-03T23:45:31.630Z[ host-image] Sep 03 23:45:30.480 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22845:20240827T133308Z
81952024-09-03T23:45:31.630Z[ host-image] Sep 03 23:45:30.480 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22845:20240827T133309Z
81962024-09-03T23:45:31.630Z[ host-image] Sep 03 23:45:30.480 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22845:20240827T133309Z
81972024-09-03T23:45:31.630Z[ host-image] Sep 03 23:45:30.481 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22845:20240827T133309Z
81982024-09-03T23:45:31.630Z[ host-image] Sep 03 23:45:30.481 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22845:20240827T133310Z
81992024-09-03T23:45:31.630Z[ host-image] Sep 03 23:45:30.481 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22845:20240827T133311Z
82002024-09-03T23:45:31.633Z[ host-image] Sep 03 23:45:30.481 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22845:20240827T133312Z
82012024-09-03T23:45:31.633Z[ host-image] Sep 03 23:45:30.481 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22845:20240827T133312Z
82022024-09-03T23:45:31.633Z[ host-image] Sep 03 23:45:30.481 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22845:20240827T133314Z
82032024-09-03T23:45:31.633Z[ host-image] Sep 03 23:45:30.481 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22845:20240827T133314Z
82042024-09-03T23:45:31.633Z[ host-image] Sep 03 23:45:30.482 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82052024-09-03T23:45:31.633Z[ host-image] Sep 03 23:45:30.482 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22845:20240827T133316Z
82062024-09-03T23:45:31.633Z[ host-image] Sep 03 23:45:30.482 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22845:20240827T133318Z
82072024-09-03T23:45:31.633Z[ host-image] Sep 03 23:45:30.482 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22845:20240827T133319Z
82082024-09-03T23:45:31.633Z[ host-image] Sep 03 23:45:30.482 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22845:20240827T133319Z
82092024-09-03T23:45:31.633Z[ host-image] Sep 03 23:45:30.483 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22845:20240827T133321Z
82102024-09-03T23:45:31.633Z[ host-image] Sep 03 23:45:30.483 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22845:20240827T133321Z
82112024-09-03T23:45:31.641Z[ host-image] Sep 03 23:45:30.492 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82122024-09-03T23:45:31.644Z[ host-image] Sep 03 23:45:30.493 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22845:20240827T133321Z
82132024-09-03T23:45:31.644Z[ host-image] Sep 03 23:45:30.493 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82142024-09-03T23:45:31.644Z[ host-image] Sep 03 23:45:30.493 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82152024-09-03T23:45:31.644Z[ host-image] Sep 03 23:45:30.493 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82162024-09-03T23:45:31.644Z[ host-image] Sep 03 23:45:30.494 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22845:20240827T133321Z
82172024-09-03T23:45:31.644Z[ host-image] Sep 03 23:45:30.494 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82182024-09-03T23:45:31.644Z[ host-image] Sep 03 23:45:30.494 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82192024-09-03T23:45:31.646Z[ host-image] Sep 03 23:45:30.495 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82202024-09-03T23:45:31.646Z[ host-image] Sep 03 23:45:30.496 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82212024-09-03T23:45:31.657Z[ host-image] Sep 03 23:45:30.508 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82222024-09-03T23:45:31.657Z[ host-image] Sep 03 23:45:30.508 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82232024-09-03T23:45:31.660Z[ host-image] Sep 03 23:45:30.508 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82242024-09-03T23:45:31.660Z[ host-image] Sep 03 23:45:30.509 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82252024-09-03T23:45:31.660Z[ host-image] Sep 03 23:45:30.510 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82262024-09-03T23:45:31.660Z[ host-image] Sep 03 23:45:30.510 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82272024-09-03T23:45:31.695Z[ host-image] Sep 03 23:45:30.546 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
82282024-09-03T23:45:31.697Z[ host-image] Sep 03 23:45:30.546 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82292024-09-03T23:45:31.697Z[ host-image] Sep 03 23:45:30.546 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82302024-09-03T23:45:31.697Z[ host-image] Sep 03 23:45:30.547 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22845:20240827T133323Z
82312024-09-03T23:45:31.697Z[ host-image] Sep 03 23:45:30.547 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22845:20240827T133329Z
82322024-09-03T23:45:31.697Z[ host-image] Sep 03 23:45:30.547 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82332024-09-03T23:45:31.697Z[ host-image] Sep 03 23:45:30.548 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22845:20240827T133330Z
82342024-09-03T23:45:31.697Z[ host-image] Sep 03 23:45:30.548 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82352024-09-03T23:45:31.697Z[ host-image] Sep 03 23:45:30.548 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82362024-09-03T23:45:31.697Z[ host-image] Sep 03 23:45:30.548 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82372024-09-03T23:45:31.697Z[ host-image] Sep 03 23:45:30.548 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22845:20240827T133330Z
82382024-09-03T23:45:31.698Z[ host-image] Sep 03 23:45:30.548 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82392024-09-03T23:45:31.702Z[ host-image] Sep 03 23:45:30.553 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82402024-09-03T23:45:31.704Z[ host-image] Sep 03 23:45:30.553 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82412024-09-03T23:45:31.704Z[ host-image] Sep 03 23:45:30.553 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82422024-09-03T23:45:31.704Z[ host-image] Sep 03 23:45:30.553 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22845:20240827T133330Z
82432024-09-03T23:45:31.704Z[ host-image] Sep 03 23:45:30.553 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82442024-09-03T23:45:31.717Z[ host-image] Sep 03 23:45:30.568 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82452024-09-03T23:45:31.720Z[ host-image] Sep 03 23:45:30.568 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22845:20240827T133331Z
82462024-09-03T23:45:31.720Z[ host-image] Sep 03 23:45:30.571 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22845:20240827T133331Z
82472024-09-03T23:45:31.722Z[ host-image] Sep 03 23:45:30.571 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22845:20240827T133331Z
82482024-09-03T23:45:31.722Z[ host-image] Sep 03 23:45:30.571 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82492024-09-03T23:45:31.722Z[ host-image] Sep 03 23:45:30.572 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22845:20240827T133333Z
82502024-09-03T23:45:31.722Z[ host-image] Sep 03 23:45:30.572 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22845:20240827T133333Z
82512024-09-03T23:45:31.722Z[ host-image] Sep 03 23:45:30.572 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22845:20240827T133333Z
82522024-09-03T23:45:31.722Z[ host-image] Sep 03 23:45:30.573 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22845:20240827T133333Z
82532024-09-03T23:45:31.725Z[ host-image] Sep 03 23:45:30.576 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82542024-09-03T23:45:31.728Z[ host-image] Sep 03 23:45:30.577 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22845:20240827T133333Z
82552024-09-03T23:45:31.728Z[ host-image] Sep 03 23:45:30.577 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22845:20240827T133335Z
82562024-09-03T23:45:31.728Z[ host-image] Sep 03 23:45:30.577 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82572024-09-03T23:45:31.728Z[ host-image] Sep 03 23:45:30.578 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22845:20240827T133335Z
82582024-09-03T23:45:31.728Z[ host-image] Sep 03 23:45:30.578 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22845:20240827T133335Z
82592024-09-03T23:45:31.728Z[ host-image] Sep 03 23:45:30.578 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22845:20240827T133335Z
82602024-09-03T23:45:31.728Z[ host-image] Sep 03 23:45:30.579 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22845:20240827T133335Z
82612024-09-03T23:45:31.736Z[ host-image] Sep 03 23:45:30.587 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22845:20240827T133335Z
82622024-09-03T23:45:31.736Z[ host-image] Sep 03 23:45:30.587 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82632024-09-03T23:45:31.738Z[ host-image] Sep 03 23:45:30.589 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22845:20240827T133335Z
82642024-09-03T23:45:31.741Z[ host-image] Sep 03 23:45:30.590 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22845:20240827T133336Z
82652024-09-03T23:45:31.741Z[ host-image] Sep 03 23:45:30.590 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22845:20240827T133336Z
82662024-09-03T23:45:31.741Z[ host-image] Sep 03 23:45:30.591 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22845:20240827T133336Z
82672024-09-03T23:45:31.741Z[ host-image] Sep 03 23:45:30.591 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22845:20240827T133336Z
82682024-09-03T23:45:31.741Z[ host-image] Sep 03 23:45:30.592 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22845:20240827T133337Z
82692024-09-03T23:45:31.751Z[ host-image] Sep 03 23:45:30.602 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22845:20240827T133338Z
82702024-09-03T23:45:31.753Z[ host-image] Sep 03 23:45:30.602 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22845:20240827T133337Z
82712024-09-03T23:45:31.753Z[ host-image] Sep 03 23:45:30.602 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22845:20240827T133337Z
82722024-09-03T23:45:31.753Z[ host-image] Sep 03 23:45:30.603 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22845:20240827T133338Z
82732024-09-03T23:45:31.753Z[ host-image] Sep 03 23:45:30.603 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22845:20240827T133338Z
82742024-09-03T23:45:31.774Z[ host-image] Sep 03 23:45:30.625 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22845:20240827T133341Z
82752024-09-03T23:45:31.777Z[ host-image] Sep 03 23:45:30.626 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22845:20240827T133338Z
82762024-09-03T23:45:31.777Z[ host-image] Sep 03 23:45:30.626 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22845:20240827T133338Z
82772024-09-03T23:45:31.777Z[ host-image] Sep 03 23:45:30.626 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82782024-09-03T23:45:31.777Z[ host-image] Sep 03 23:45:30.626 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82792024-09-03T23:45:31.805Z[ host-image] Sep 03 23:45:30.656 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22845:20240827T133339Z
82802024-09-03T23:45:31.807Z[ host-image] Sep 03 23:45:30.656 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82812024-09-03T23:45:31.807Z[ host-image] Sep 03 23:45:30.656 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22845:20240827T133339Z
82822024-09-03T23:45:31.807Z[ host-image] Sep 03 23:45:30.656 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22845:20240827T133339Z
82832024-09-03T23:45:31.807Z[ host-image] Sep 03 23:45:30.657 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22845:20240827T133339Z
82842024-09-03T23:45:31.807Z[ host-image] Sep 03 23:45:30.658 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82852024-09-03T23:45:31.807Z[ host-image] Sep 03 23:45:30.658 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82862024-09-03T23:45:31.810Z[ host-image] Sep 03 23:45:30.659 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22845:20240827T133340Z
82872024-09-03T23:45:31.810Z[ host-image] Sep 03 23:45:30.659 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22845:20240827T133340Z
82882024-09-03T23:45:31.810Z[ host-image] Sep 03 23:45:30.659 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22845:20240827T133340Z
82892024-09-03T23:45:31.810Z[ host-image] Sep 03 23:45:30.659 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22845:20240827T133340Z
82902024-09-03T23:45:31.810Z[ host-image] Sep 03 23:45:30.659 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22845:20240827T133341Z
82912024-09-03T23:45:31.810Z[ host-image] Sep 03 23:45:30.660 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22845:20240827T133341Z
82922024-09-03T23:45:31.812Z[ host-image] Sep 03 23:45:30.663 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82932024-09-03T23:45:31.812Z[ host-image] Sep 03 23:45:30.663 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22845:20240827T133342Z
82942024-09-03T23:45:31.815Z[ host-image] Sep 03 23:45:30.664 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22845:20240827T133342Z
82952024-09-03T23:45:31.815Z[ host-image] Sep 03 23:45:30.665 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22845:20240827T133342Z
82962024-09-03T23:45:31.815Z[ host-image] Sep 03 23:45:30.665 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22845:20240827T133343Z
82972024-09-03T23:45:31.815Z[ host-image] Sep 03 23:45:30.665 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22845:20240827T133342Z
82982024-09-03T23:45:31.815Z[ host-image] Sep 03 23:45:30.665 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22845:20240827T133343Z
82992024-09-03T23:45:31.815Z[ host-image] Sep 03 23:45:30.665 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83002024-09-03T23:45:31.815Z[ host-image] Sep 03 23:45:30.665 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83012024-09-03T23:45:31.815Z[ host-image] Sep 03 23:45:30.666 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22845:20240827T133345Z
83022024-09-03T23:45:31.818Z[ host-image] Sep 03 23:45:30.666 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22845:20240827T133345Z
83032024-09-03T23:45:31.818Z[ host-image] Sep 03 23:45:30.666 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83042024-09-03T23:45:31.818Z[ host-image] Sep 03 23:45:30.666 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83052024-09-03T23:45:31.818Z[ host-image] Sep 03 23:45:30.666 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83062024-09-03T23:45:31.818Z[ host-image] Sep 03 23:45:30.666 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83072024-09-03T23:45:31.818Z[ host-image] Sep 03 23:45:30.666 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83082024-09-03T23:45:31.818Z[ host-image] Sep 03 23:45:30.667 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83092024-09-03T23:45:31.818Z[ host-image] Sep 03 23:45:30.669 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83102024-09-03T23:45:31.820Z[ host-image] Sep 03 23:45:30.669 INFO O| tempdir @ "/tmp/.tmpBMxlCU/tmp"
83112024-09-03T23:45:31.820Z[ host-image] Sep 03 23:45:30.669 INFO O| image root @ "/tmp/.tmpBMxlCU/tmp/root"
83122024-09-03T23:45:31.820Z[ host-image] Sep 03 23:45:30.669 INFO O| creating image...
83132024-09-03T23:45:32.312Z[ host-image] Sep 03 23:45:31.162 INFO O| copying publishers...
83142024-09-03T23:45:38.437Z[ host-image] Sep 03 23:45:37.287 INFO O| adding properties...
83152024-09-03T23:45:39.447Z[ host-image] Sep 03 23:45:38.296 INFO O| installing packages...
83162024-09-03T23:45:54.513Z[ host-image] Sep 03 23:45:53.362 INFO O| seeding SMF database...
83172024-09-03T23:46:00.427Z[ recovery-image] Sep 03 23:45:59.275 INFO O| ok, image written!
83182024-09-03T23:46:00.430Z[ recovery-image] Sep 03 23:45:59.275 INFO O| ok, boot_image_csum file written!
83192024-09-03T23:46:00.435Z[ recovery-image] Sep 03 23:45:59.279 INFO creating boot archive (CPIO)...
83202024-09-03T23:46:00.435Z[ recovery-image] Sep 03 23:45:59.279 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
83212024-09-03T23:46:00.439Z[ recovery-image] Sep 03 23:45:59.287 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83222024-09-03T23:46:00.439Z[ recovery-image] Sep 03 23:45:59.287 INFO E| + outfile=/work/os-recovery/cpio
83232024-09-03T23:46:00.439Z[ recovery-image] Sep 03 23:45:59.287 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83242024-09-03T23:46:00.443Z[ recovery-image] Sep 03 23:45:59.289 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83252024-09-03T23:46:00.443Z[ recovery-image] Sep 03 23:45:59.289 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83262024-09-03T23:46:00.471Z[ recovery-image] Sep 03 23:45:59.320 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83272024-09-03T23:46:00.472Z[ recovery-image] Sep 03 23:45:59.321 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83282024-09-03T23:46:00.478Z[ recovery-image] Sep 03 23:45:59.327 INFO creating compressed cpio/unix for nanobl-rs...
83292024-09-03T23:46:00.481Z[ recovery-image] Sep 03 23:45:59.328 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
83302024-09-03T23:46:00.756Z[ recovery-image] Sep 03 23:45:59.605 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83312024-09-03T23:46:02.090Z[ host-image] Sep 03 23:46:00.939 INFO O| configuring SMF profile...
83322024-09-03T23:46:02.093Z[ host-image] Sep 03 23:46:00.939 INFO O| modifying shadow(5)...
83332024-09-03T23:46:02.093Z[ host-image] Sep 03 23:46:00.939 INFO O| loading user and group database...
83342024-09-03T23:46:02.093Z[ host-image] Sep 03 23:46:00.940 INFO O| assessing packaged files...
83352024-09-03T23:46:04.287Z[ host-image] Sep 03 23:46:03.135 INFO O| creating archive...
83362024-09-03T23:46:04.328Z[ host-image] Sep 03 23:46:03.177 INFO O| missing from packaging:
83372024-09-03T23:46:04.328Z[ host-image] Sep 03 23:46:03.177 INFO O| "etc/.pwd.lock"
83382024-09-03T23:46:04.328Z[ host-image] Sep 03 23:46:03.177 INFO O| "etc/bash"
83392024-09-03T23:46:04.335Z[ host-image] Sep 03 23:46:03.184 INFO O| "etc/svc/profile/generic.xml"
83402024-09-03T23:46:04.337Z[ host-image] Sep 03 23:46:03.184 INFO O| "etc/svc/profile/inetd_services.xml"
83412024-09-03T23:46:04.337Z[ host-image] Sep 03 23:46:03.184 INFO O| "etc/svc/profile/name_service.xml"
83422024-09-03T23:46:04.337Z[ host-image] Sep 03 23:46:03.184 INFO O| "etc/svc/profile/platform.xml"
83432024-09-03T23:46:04.337Z[ host-image] Sep 03 23:46:03.184 INFO O| "etc/svc/profile/platform_omicron1.xml"
83442024-09-03T23:46:04.337Z[ host-image] Sep 03 23:46:03.184 INFO O| "etc/svc/repository.db"
83452024-09-03T23:46:04.344Z[ host-image] Sep 03 23:46:03.193 INFO O| "opt/ooce/share"
83462024-09-03T23:46:04.344Z[ host-image] Sep 03 23:46:03.193 INFO O| "opt/ooce/share/man"
83472024-09-03T23:46:04.347Z[ host-image] Sep 03 23:46:03.193 INFO O| "opt/ooce/share/man/man1"
83482024-09-03T23:46:04.353Z[ host-image] Sep 03 23:46:03.202 INFO O| finishing archive...
83492024-09-03T23:46:05.128Z[ recovery-image] Sep 03 23:46:03.976 INFO creating reset image...
83502024-09-03T23:46:05.131Z[ recovery-image] Sep 03 23:46:03.977 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
83512024-09-03T23:46:05.344Z[ recovery-image] Sep 03 23:46:04.193 INFO E| Updating crates.io index
83522024-09-03T23:46:05.496Z[ recovery-image] Sep 03 23:46:04.345 INFO E| Downloading crates ...
83532024-09-03T23:46:05.591Z[ recovery-image] Sep 03 23:46:04.440 INFO E| Downloaded anstyle-query v1.0.2
83542024-09-03T23:46:05.594Z[ recovery-image] Sep 03 23:46:04.442 INFO E| Downloaded anstyle v1.0.6
83552024-09-03T23:46:05.619Z[ recovery-image] Sep 03 23:46:04.468 INFO E| Downloaded shared_child v1.0.0
83562024-09-03T23:46:05.621Z[ recovery-image] Sep 03 23:46:04.469 INFO E| Downloaded os_pipe v1.1.5
83572024-09-03T23:46:05.624Z[ recovery-image] Sep 03 23:46:04.473 INFO E| Downloaded duct v0.13.7
83582024-09-03T23:46:05.626Z[ recovery-image] Sep 03 23:46:04.475 INFO E| Downloaded clap_derive v4.5.3
83592024-09-03T23:46:05.629Z[ recovery-image] Sep 03 23:46:04.477 INFO E| Downloaded anstyle-parse v0.2.3
83602024-09-03T23:46:05.631Z[ recovery-image] Sep 03 23:46:04.479 INFO E| Downloaded anstream v0.6.13
83612024-09-03T23:46:05.634Z[ recovery-image] Sep 03 23:46:04.481 INFO E| Downloaded clap v4.5.3
83622024-09-03T23:46:05.641Z[ recovery-image] Sep 03 23:46:04.490 INFO E| Downloaded proc-macro2 v1.0.79
83632024-09-03T23:46:05.654Z[ recovery-image] Sep 03 23:46:04.503 INFO E| Downloaded clap_builder v4.5.2
83642024-09-03T23:46:05.669Z[ recovery-image] Sep 03 23:46:04.518 INFO E| Downloaded syn v2.0.53
83652024-09-03T23:46:05.690Z[ recovery-image] Sep 03 23:46:04.539 INFO E| Downloaded libc v0.2.153
83662024-09-03T23:46:05.762Z[ recovery-image] Sep 03 23:46:04.610 INFO E| Compiling proc-macro2 v1.0.79
83672024-09-03T23:46:05.762Z[ recovery-image] Sep 03 23:46:04.610 INFO E| Compiling libc v0.2.153
83682024-09-03T23:46:05.762Z[ recovery-image] Sep 03 23:46:04.610 INFO E| Compiling unicode-ident v1.0.12
83692024-09-03T23:46:05.762Z[ recovery-image] Sep 03 23:46:04.610 INFO E| Compiling utf8parse v0.2.1
83702024-09-03T23:46:05.765Z[ recovery-image] Sep 03 23:46:04.610 INFO E| Compiling anstyle v1.0.6
83712024-09-03T23:46:05.765Z[ recovery-image] Sep 03 23:46:04.610 INFO E| Compiling anstyle-query v1.0.2
83722024-09-03T23:46:05.765Z[ recovery-image] Sep 03 23:46:04.611 INFO E| Compiling colorchoice v1.0.0
83732024-09-03T23:46:05.765Z[ recovery-image] Sep 03 23:46:04.611 INFO E| Compiling clap_lex v0.7.0
83742024-09-03T23:46:05.958Z[ recovery-image] Sep 03 23:46:04.806 INFO E| Compiling anstyle-parse v0.2.3
83752024-09-03T23:46:05.987Z[ recovery-image] Sep 03 23:46:04.835 INFO E| Compiling heck v0.5.0
83762024-09-03T23:46:06.026Z[ recovery-image] Sep 03 23:46:04.875 INFO E| Compiling strsim v0.11.0
83772024-09-03T23:46:06.284Z[ recovery-image] Sep 03 23:46:05.132 INFO E| Compiling anstream v0.6.13
83782024-09-03T23:46:06.358Z[ recovery-image] Sep 03 23:46:05.207 INFO E| Compiling once_cell v1.19.0
83792024-09-03T23:46:06.701Z[ recovery-image] Sep 03 23:46:05.549 INFO E| Compiling clap_builder v4.5.2
83802024-09-03T23:46:07.184Z[ recovery-image] Sep 03 23:46:06.033 INFO E| Compiling os_pipe v1.1.5
83812024-09-03T23:46:07.184Z[ recovery-image] Sep 03 23:46:06.033 INFO E| Compiling shared_child v1.0.0
83822024-09-03T23:46:07.188Z[ recovery-image] Sep 03 23:46:06.037 INFO E| Compiling quote v1.0.35
83832024-09-03T23:46:07.327Z[ recovery-image] Sep 03 23:46:06.175 INFO E| Compiling duct v0.13.7
83842024-09-03T23:46:07.507Z[ host-image] Sep 03 23:46:06.356 INFO O| creating gzonly manifest...
83852024-09-03T23:46:07.512Z[ recovery-image] Sep 03 23:46:06.361 INFO E| Compiling syn v2.0.53
83862024-09-03T23:46:07.536Z[ host-image] Sep 03 23:46:06.384 INFO O| ok
83872024-09-03T23:46:07.675Z[ host-image] Sep 03 23:46:06.523 INFO image builder template: ramdisk-02-trim...
83882024-09-03T23:46:07.675Z[ host-image] Sep 03 23:46:06.524 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/.tmpVIqjNP/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
83892024-09-03T23:46:07.713Z[ host-image] Sep 03 23:46:06.562 INFO O| Sep 03 23:46:06.561 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83902024-09-03T23:46:07.719Z[ host-image] Sep 03 23:46:06.567 INFO O| Sep 03 23:46:06.567 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83912024-09-03T23:46:07.908Z[ host-image] Sep 03 23:46:06.756 INFO O| Sep 03 23:46:06.756 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83922024-09-03T23:46:07.986Z[ host-image] Sep 03 23:46:06.835 INFO O| Sep 03 23:46:06.835 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83932024-09-03T23:46:07.989Z[ host-image] Sep 03 23:46:06.835 INFO O| Sep 03 23:46:06.835 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83942024-09-03T23:46:07.994Z[ host-image] Sep 03 23:46:06.843 INFO O| Sep 03 23:46:06.843 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83952024-09-03T23:46:08.000Z[ host-image] Sep 03 23:46:06.849 INFO O| Sep 03 23:46:06.849 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83962024-09-03T23:46:08.006Z[ host-image] Sep 03 23:46:06.854 INFO O| Sep 03 23:46:06.854 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83972024-09-03T23:46:08.244Z[ host-image] Sep 03 23:46:07.092 INFO O| Sep 03 23:46:07.092 INFO rolled back to input snapshot; work may begin
83982024-09-03T23:46:08.244Z[ host-image] Sep 03 23:46:07.093 INFO O| Sep 03 23:46:07.092 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
83992024-09-03T23:46:08.251Z[ host-image] Sep 03 23:46:07.100 INFO O| Sep 03 23:46:07.100 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84002024-09-03T23:46:08.264Z[ host-image] Sep 03 23:46:07.113 INFO O| Sep 03 23:46:07.113 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
84012024-09-03T23:46:08.322Z[ host-image] Sep 03 23:46:07.170 INFO O| Sep 03 23:46:07.170 INFO STEP 0 (remove_files) COMPLETE
84022024-09-03T23:46:08.322Z[ host-image] Sep 03 23:46:07.170 INFO O| Sep 03 23:46:07.170 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84032024-09-03T23:46:08.339Z[ host-image] Sep 03 23:46:07.187 INFO O| Sep 03 23:46:07.187 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
84042024-09-03T23:46:08.341Z[ host-image] Sep 03 23:46:07.190 INFO O| Sep 03 23:46:07.190 INFO STEP 1 (remove_files) COMPLETE
84052024-09-03T23:46:08.344Z[ host-image] Sep 03 23:46:07.190 INFO O| Sep 03 23:46:07.190 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84062024-09-03T23:46:08.358Z[ host-image] Sep 03 23:46:07.207 INFO O| Sep 03 23:46:07.207 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84072024-09-03T23:46:08.382Z[ host-image] Sep 03 23:46:07.230 INFO O| Sep 03 23:46:07.230 INFO STEP 2 (remove_files) COMPLETE
84082024-09-03T23:46:08.382Z[ host-image] Sep 03 23:46:07.230 INFO O| Sep 03 23:46:07.230 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84092024-09-03T23:46:08.400Z[ host-image] Sep 03 23:46:07.248 INFO O| Sep 03 23:46:07.248 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84102024-09-03T23:46:08.402Z[ host-image] Sep 03 23:46:07.251 INFO O| Sep 03 23:46:07.251 INFO STEP 3 (remove_files) COMPLETE
84112024-09-03T23:46:08.405Z[ host-image] Sep 03 23:46:07.251 INFO O| Sep 03 23:46:07.251 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84122024-09-03T23:46:08.418Z[ host-image] Sep 03 23:46:07.267 INFO O| Sep 03 23:46:07.267 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
84132024-09-03T23:46:08.424Z[ host-image] Sep 03 23:46:07.273 INFO O| Sep 03 23:46:07.273 INFO STEP 4 (remove_files) COMPLETE
84142024-09-03T23:46:08.424Z[ host-image] Sep 03 23:46:07.273 INFO O| Sep 03 23:46:07.273 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84152024-09-03T23:46:08.436Z[ host-image] Sep 03 23:46:07.285 INFO O| Sep 03 23:46:07.284 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84162024-09-03T23:46:08.439Z[ host-image] Sep 03 23:46:07.287 INFO O| Sep 03 23:46:07.287 INFO STEP 5 (remove_files) COMPLETE
84172024-09-03T23:46:08.441Z[ host-image] Sep 03 23:46:07.287 INFO O| Sep 03 23:46:07.287 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84182024-09-03T23:46:08.451Z[ host-image] Sep 03 23:46:07.299 INFO O| Sep 03 23:46:07.299 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
84192024-09-03T23:46:08.467Z[ host-image] Sep 03 23:46:07.315 INFO O| Sep 03 23:46:07.315 INFO STEP 6 (remove_files) COMPLETE
84202024-09-03T23:46:08.467Z[ host-image] Sep 03 23:46:07.315 INFO O| Sep 03 23:46:07.315 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84212024-09-03T23:46:08.484Z[ host-image] Sep 03 23:46:07.332 INFO O| Sep 03 23:46:07.332 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84222024-09-03T23:46:08.497Z[ host-image] Sep 03 23:46:07.346 INFO O| Sep 03 23:46:07.345 INFO STEP 7 (remove_files) COMPLETE
84232024-09-03T23:46:08.497Z[ host-image] Sep 03 23:46:07.346 INFO O| Sep 03 23:46:07.346 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84242024-09-03T23:46:08.511Z[ host-image] Sep 03 23:46:07.359 INFO O| Sep 03 23:46:07.359 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84252024-09-03T23:46:08.601Z[ host-image] Sep 03 23:46:07.449 INFO O| Sep 03 23:46:07.449 INFO STEP 8 (remove_files) COMPLETE
84262024-09-03T23:46:08.601Z[ host-image] Sep 03 23:46:07.449 INFO O| Sep 03 23:46:07.449 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84272024-09-03T23:46:08.612Z[ host-image] Sep 03 23:46:07.460 INFO O| Sep 03 23:46:07.460 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
84282024-09-03T23:46:08.701Z[ host-image] Sep 03 23:46:07.550 INFO O| Sep 03 23:46:07.549 INFO STEP 9 (remove_files) COMPLETE
84292024-09-03T23:46:08.701Z[ host-image] Sep 03 23:46:07.550 INFO O| Sep 03 23:46:07.550 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84302024-09-03T23:46:08.712Z[ host-image] Sep 03 23:46:07.561 INFO O| Sep 03 23:46:07.561 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
84312024-09-03T23:46:08.716Z[ host-image] Sep 03 23:46:07.565 INFO O| Sep 03 23:46:07.564 INFO STEP 10 (remove_files) COMPLETE
84322024-09-03T23:46:08.716Z[ host-image] Sep 03 23:46:07.565 INFO O| Sep 03 23:46:07.565 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84332024-09-03T23:46:08.726Z[ host-image] Sep 03 23:46:07.575 INFO O| Sep 03 23:46:07.575 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84342024-09-03T23:46:08.728Z[ host-image] Sep 03 23:46:07.576 INFO O| Sep 03 23:46:07.576 INFO STEP 11 (remove_files) COMPLETE
84352024-09-03T23:46:08.729Z[ host-image] Sep 03 23:46:07.576 INFO O| Sep 03 23:46:07.576 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84362024-09-03T23:46:08.738Z[ host-image] Sep 03 23:46:07.587 INFO O| Sep 03 23:46:07.586 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84372024-09-03T23:46:08.740Z[ host-image] Sep 03 23:46:07.589 INFO O| Sep 03 23:46:07.589 INFO STEP 12 (remove_files) COMPLETE
84382024-09-03T23:46:08.743Z[ host-image] Sep 03 23:46:07.589 INFO O| Sep 03 23:46:07.589 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84392024-09-03T23:46:08.845Z[ host-image] Sep 03 23:46:07.693 INFO O| Sep 03 23:46:07.693 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84402024-09-03T23:46:08.886Z[ host-image] Sep 03 23:46:07.735 INFO O| Sep 03 23:46:07.735 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84412024-09-03T23:46:08.891Z[ host-image] Sep 03 23:46:07.736 INFO O| Sep 03 23:46:07.736 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84422024-09-03T23:46:08.891Z[ host-image] Sep 03 23:46:07.739 INFO O| Sep 03 23:46:07.739 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84432024-09-03T23:46:09.150Z[ host-image] Sep 03 23:46:07.999 INFO O| Sep 03 23:46:07.998 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84442024-09-03T23:46:09.153Z[ host-image] Sep 03 23:46:07.999 INFO O| Sep 03 23:46:07.999 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84452024-09-03T23:46:09.153Z[ host-image] Sep 03 23:46:07.999 INFO O| Sep 03 23:46:07.999 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84462024-09-03T23:46:09.153Z[ host-image] Sep 03 23:46:07.999 INFO O| Sep 03 23:46:07.999 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84472024-09-03T23:46:09.153Z[ host-image] Sep 03 23:46:07.999 INFO O| Sep 03 23:46:07.999 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84482024-09-03T23:46:09.153Z[ host-image] Sep 03 23:46:08.000 INFO O| Sep 03 23:46:07.999 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84492024-09-03T23:46:09.153Z[ host-image] Sep 03 23:46:08.000 INFO O| Sep 03 23:46:08.000 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84502024-09-03T23:46:09.153Z[ host-image] Sep 03 23:46:08.000 INFO O| Sep 03 23:46:08.000 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84512024-09-03T23:46:09.153Z[ host-image] Sep 03 23:46:08.000 INFO O| Sep 03 23:46:08.000 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84522024-09-03T23:46:09.153Z[ host-image] Sep 03 23:46:08.001 INFO O| Sep 03 23:46:08.001 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84532024-09-03T23:46:09.153Z[ host-image] Sep 03 23:46:08.001 INFO O| Sep 03 23:46:08.001 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84542024-09-03T23:46:09.153Z[ host-image] Sep 03 23:46:08.001 INFO O| Sep 03 23:46:08.001 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84552024-09-03T23:46:09.153Z[ host-image] Sep 03 23:46:08.001 INFO O| Sep 03 23:46:08.001 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84562024-09-03T23:46:09.153Z[ host-image] Sep 03 23:46:08.001 INFO O| Sep 03 23:46:08.001 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84572024-09-03T23:46:09.153Z[ host-image] Sep 03 23:46:08.001 INFO O| Sep 03 23:46:08.001 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84582024-09-03T23:46:09.153Z[ host-image] Sep 03 23:46:08.002 INFO O| Sep 03 23:46:08.002 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84592024-09-03T23:46:09.153Z[ host-image] Sep 03 23:46:08.002 INFO O| Sep 03 23:46:08.002 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84602024-09-03T23:46:09.164Z[ host-image] Sep 03 23:46:08.013 INFO O| Sep 03 23:46:08.013 INFO STEP 13 (remove_files) COMPLETE
84612024-09-03T23:46:09.169Z[ host-image] Sep 03 23:46:08.013 INFO O| Sep 03 23:46:08.013 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84622024-09-03T23:46:09.177Z[ host-image] Sep 03 23:46:08.025 INFO O| Sep 03 23:46:08.025 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84632024-09-03T23:46:09.179Z[ host-image] Sep 03 23:46:08.027 INFO O| Sep 03 23:46:08.027 INFO STEP 14 (remove_files) COMPLETE
84642024-09-03T23:46:09.179Z[ host-image] Sep 03 23:46:08.027 INFO O| Sep 03 23:46:08.027 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84652024-09-03T23:46:09.189Z[ host-image] Sep 03 23:46:08.037 INFO O| Sep 03 23:46:08.037 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84662024-09-03T23:46:09.195Z[ host-image] Sep 03 23:46:08.044 INFO O| Sep 03 23:46:08.044 INFO STEP 15 (remove_files) COMPLETE
84672024-09-03T23:46:09.195Z[ host-image] Sep 03 23:46:08.044 INFO O| Sep 03 23:46:08.044 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84682024-09-03T23:46:09.205Z[ host-image] Sep 03 23:46:08.054 INFO O| Sep 03 23:46:08.054 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84692024-09-03T23:46:09.208Z[ host-image] Sep 03 23:46:08.054 INFO O| Sep 03 23:46:08.054 INFO STEP 16 (remove_files) COMPLETE
84702024-09-03T23:46:09.208Z[ host-image] Sep 03 23:46:08.054 INFO O| Sep 03 23:46:08.054 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84712024-09-03T23:46:09.216Z[ host-image] Sep 03 23:46:08.064 INFO O| Sep 03 23:46:08.064 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84722024-09-03T23:46:09.218Z[ host-image] Sep 03 23:46:08.066 INFO O| Sep 03 23:46:08.066 INFO STEP 17 (remove_files) COMPLETE
84732024-09-03T23:46:09.218Z[ host-image] Sep 03 23:46:08.066 INFO O| Sep 03 23:46:08.066 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84742024-09-03T23:46:09.227Z[ host-image] Sep 03 23:46:08.076 INFO O| Sep 03 23:46:08.075 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84752024-09-03T23:46:09.227Z[ host-image] Sep 03 23:46:08.076 INFO O| Sep 03 23:46:08.076 INFO STEP 18 (remove_files) COMPLETE
84762024-09-03T23:46:09.227Z[ host-image] Sep 03 23:46:08.076 INFO O| Sep 03 23:46:08.076 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84772024-09-03T23:46:09.237Z[ host-image] Sep 03 23:46:08.085 INFO O| Sep 03 23:46:08.085 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84782024-09-03T23:46:09.244Z[ host-image] Sep 03 23:46:08.085 INFO O| Sep 03 23:46:08.085 INFO STEP 19 (remove_files) COMPLETE
84792024-09-03T23:46:09.244Z[ host-image] Sep 03 23:46:08.085 INFO O| Sep 03 23:46:08.085 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84802024-09-03T23:46:09.248Z[ host-image] Sep 03 23:46:08.095 INFO O| Sep 03 23:46:08.095 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84812024-09-03T23:46:09.248Z[ host-image] Sep 03 23:46:08.095 INFO O| Sep 03 23:46:08.095 INFO STEP 20 (remove_files) COMPLETE
84822024-09-03T23:46:09.248Z[ host-image] Sep 03 23:46:08.095 INFO O| Sep 03 23:46:08.095 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84832024-09-03T23:46:09.256Z[ host-image] Sep 03 23:46:08.105 INFO O| Sep 03 23:46:08.105 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84842024-09-03T23:46:09.256Z[ host-image] Sep 03 23:46:08.105 INFO O| Sep 03 23:46:08.105 INFO STEP 21 (remove_files) COMPLETE
84852024-09-03T23:46:09.256Z[ host-image] Sep 03 23:46:08.105 INFO O| Sep 03 23:46:08.105 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84862024-09-03T23:46:09.266Z[ host-image] Sep 03 23:46:08.115 INFO O| Sep 03 23:46:08.115 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84872024-09-03T23:46:09.266Z[ host-image] Sep 03 23:46:08.115 INFO O| Sep 03 23:46:08.115 INFO STEP 22 (remove_files) COMPLETE
84882024-09-03T23:46:09.266Z[ host-image] Sep 03 23:46:08.115 INFO O| Sep 03 23:46:08.115 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84892024-09-03T23:46:09.278Z[ host-image] Sep 03 23:46:08.126 INFO O| Sep 03 23:46:08.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84902024-09-03T23:46:09.278Z[ host-image] Sep 03 23:46:08.126 INFO O| Sep 03 23:46:08.126 INFO STEP 23 (remove_files) COMPLETE
84912024-09-03T23:46:09.278Z[ host-image] Sep 03 23:46:08.126 INFO O| Sep 03 23:46:08.126 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84922024-09-03T23:46:09.288Z[ host-image] Sep 03 23:46:08.137 INFO O| Sep 03 23:46:08.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84932024-09-03T23:46:09.288Z[ host-image] Sep 03 23:46:08.137 INFO O| Sep 03 23:46:08.137 INFO STEP 24 (remove_files) COMPLETE
84942024-09-03T23:46:09.288Z[ host-image] Sep 03 23:46:08.137 INFO O| Sep 03 23:46:08.137 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84952024-09-03T23:46:09.409Z[ host-image] Sep 03 23:46:08.147 INFO O| Sep 03 23:46:08.147 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84962024-09-03T23:46:09.410Z[ host-image] Sep 03 23:46:08.147 INFO O| Sep 03 23:46:08.147 INFO STEP 25 (remove_files) COMPLETE
84972024-09-03T23:46:09.410Z[ host-image] Sep 03 23:46:08.147 INFO O| Sep 03 23:46:08.147 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84982024-09-03T23:46:09.412Z[ host-image] Sep 03 23:46:08.157 INFO O| Sep 03 23:46:08.157 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
84992024-09-03T23:46:09.412Z[ host-image] Sep 03 23:46:08.157 INFO O| Sep 03 23:46:08.157 INFO STEP 26 (remove_files) COMPLETE
85002024-09-03T23:46:09.412Z[ host-image] Sep 03 23:46:08.157 INFO O| Sep 03 23:46:08.157 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85012024-09-03T23:46:09.412Z[ host-image] Sep 03 23:46:08.168 INFO O| Sep 03 23:46:08.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
85022024-09-03T23:46:09.412Z[ host-image] Sep 03 23:46:08.168 INFO O| Sep 03 23:46:08.168 INFO STEP 27 (remove_files) COMPLETE
85032024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.168 INFO O| Sep 03 23:46:08.168 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85042024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.181 INFO O| Sep 03 23:46:08.181 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85052024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.181 INFO O| Sep 03 23:46:08.181 INFO STEP 28 (remove_files) COMPLETE
85062024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.181 INFO O| Sep 03 23:46:08.181 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85072024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.191 INFO O| Sep 03 23:46:08.191 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85082024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.191 INFO O| Sep 03 23:46:08.191 INFO STEP 29 (remove_files) COMPLETE
85092024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.191 INFO O| Sep 03 23:46:08.191 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85102024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.201 INFO O| Sep 03 23:46:08.201 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
85112024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.201 INFO O| Sep 03 23:46:08.201 INFO STEP 30 (remove_files) COMPLETE
85122024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.201 INFO O| Sep 03 23:46:08.201 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85132024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.211 INFO O| Sep 03 23:46:08.211 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
85142024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.211 INFO O| Sep 03 23:46:08.211 INFO STEP 31 (remove_files) COMPLETE
85152024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.211 INFO O| Sep 03 23:46:08.211 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85162024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.221 INFO O| Sep 03 23:46:08.221 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
85172024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.221 INFO O| Sep 03 23:46:08.221 INFO STEP 32 (remove_files) COMPLETE
85182024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.221 INFO O| Sep 03 23:46:08.221 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85192024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.231 INFO O| Sep 03 23:46:08.231 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
85202024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.231 INFO O| Sep 03 23:46:08.231 INFO STEP 33 (remove_files) COMPLETE
85212024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.231 INFO O| Sep 03 23:46:08.231 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85222024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.241 INFO O| Sep 03 23:46:08.241 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85232024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.241 INFO O| Sep 03 23:46:08.241 INFO STEP 34 (remove_files) COMPLETE
85242024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.241 INFO O| Sep 03 23:46:08.241 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85252024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.251 INFO O| Sep 03 23:46:08.251 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
85262024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.251 INFO O| Sep 03 23:46:08.251 INFO STEP 35 (remove_files) COMPLETE
85272024-09-03T23:46:09.413Z[ host-image] Sep 03 23:46:08.251 INFO O| Sep 03 23:46:08.251 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85282024-09-03T23:46:09.416Z[ host-image] Sep 03 23:46:08.261 INFO O| Sep 03 23:46:08.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
85292024-09-03T23:46:09.416Z[ host-image] Sep 03 23:46:08.261 INFO O| Sep 03 23:46:08.261 INFO STEP 36 (remove_files) COMPLETE
85302024-09-03T23:46:09.416Z[ host-image] Sep 03 23:46:08.261 INFO O| Sep 03 23:46:08.261 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85312024-09-03T23:46:09.422Z[ host-image] Sep 03 23:46:08.271 INFO O| Sep 03 23:46:08.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
85322024-09-03T23:46:09.422Z[ host-image] Sep 03 23:46:08.271 INFO O| Sep 03 23:46:08.271 INFO STEP 37 (remove_files) COMPLETE
85332024-09-03T23:46:09.424Z[ host-image] Sep 03 23:46:08.271 INFO O| Sep 03 23:46:08.271 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85342024-09-03T23:46:09.432Z[ host-image] Sep 03 23:46:08.281 INFO O| Sep 03 23:46:08.281 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85352024-09-03T23:46:09.432Z[ host-image] Sep 03 23:46:08.281 INFO O| Sep 03 23:46:08.281 INFO STEP 38 (remove_files) COMPLETE
85362024-09-03T23:46:09.434Z[ host-image] Sep 03 23:46:08.281 INFO O| Sep 03 23:46:08.281 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85372024-09-03T23:46:09.442Z[ host-image] Sep 03 23:46:08.291 INFO O| Sep 03 23:46:08.291 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85382024-09-03T23:46:09.442Z[ host-image] Sep 03 23:46:08.291 INFO O| Sep 03 23:46:08.291 INFO STEP 39 (remove_files) COMPLETE
85392024-09-03T23:46:09.442Z[ host-image] Sep 03 23:46:08.291 INFO O| Sep 03 23:46:08.291 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85402024-09-03T23:46:09.452Z[ host-image] Sep 03 23:46:08.301 INFO O| Sep 03 23:46:08.301 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85412024-09-03T23:46:09.452Z[ host-image] Sep 03 23:46:08.301 INFO O| Sep 03 23:46:08.301 INFO STEP 40 (remove_files) COMPLETE
85422024-09-03T23:46:09.458Z[ host-image] Sep 03 23:46:08.301 INFO O| Sep 03 23:46:08.301 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85432024-09-03T23:46:09.462Z[ host-image] Sep 03 23:46:08.311 INFO O| Sep 03 23:46:08.311 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85442024-09-03T23:46:09.464Z[ host-image] Sep 03 23:46:08.311 INFO O| Sep 03 23:46:08.311 INFO STEP 41 (remove_files) COMPLETE
85452024-09-03T23:46:09.465Z[ host-image] Sep 03 23:46:08.311 INFO O| Sep 03 23:46:08.311 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85462024-09-03T23:46:09.472Z[ host-image] Sep 03 23:46:08.321 INFO O| Sep 03 23:46:08.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85472024-09-03T23:46:09.472Z[ host-image] Sep 03 23:46:08.321 INFO O| Sep 03 23:46:08.321 INFO STEP 42 (remove_files) COMPLETE
85482024-09-03T23:46:09.474Z[ host-image] Sep 03 23:46:08.321 INFO O| Sep 03 23:46:08.321 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85492024-09-03T23:46:09.482Z[ host-image] Sep 03 23:46:08.331 INFO O| Sep 03 23:46:08.331 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85502024-09-03T23:46:09.482Z[ host-image] Sep 03 23:46:08.331 INFO O| Sep 03 23:46:08.331 INFO STEP 43 (remove_files) COMPLETE
85512024-09-03T23:46:09.484Z[ host-image] Sep 03 23:46:08.331 INFO O| Sep 03 23:46:08.331 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85522024-09-03T23:46:09.492Z[ host-image] Sep 03 23:46:08.340 INFO O| Sep 03 23:46:08.340 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85532024-09-03T23:46:09.492Z[ host-image] Sep 03 23:46:08.340 INFO O| Sep 03 23:46:08.340 INFO STEP 44 (remove_files) COMPLETE
85542024-09-03T23:46:09.492Z[ host-image] Sep 03 23:46:08.340 INFO O| Sep 03 23:46:08.340 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85552024-09-03T23:46:09.502Z[ host-image] Sep 03 23:46:08.350 INFO O| Sep 03 23:46:08.350 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85562024-09-03T23:46:09.502Z[ host-image] Sep 03 23:46:08.350 INFO O| Sep 03 23:46:08.350 INFO STEP 45 (remove_files) COMPLETE
85572024-09-03T23:46:09.502Z[ host-image] Sep 03 23:46:08.350 INFO O| Sep 03 23:46:08.350 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85582024-09-03T23:46:09.512Z[ host-image] Sep 03 23:46:08.360 INFO O| Sep 03 23:46:08.360 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85592024-09-03T23:46:09.512Z[ host-image] Sep 03 23:46:08.360 INFO O| Sep 03 23:46:08.360 INFO STEP 46 (remove_files) COMPLETE
85602024-09-03T23:46:09.512Z[ host-image] Sep 03 23:46:08.360 INFO O| Sep 03 23:46:08.360 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85612024-09-03T23:46:09.522Z[ host-image] Sep 03 23:46:08.370 INFO O| Sep 03 23:46:08.370 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85622024-09-03T23:46:09.524Z[ host-image] Sep 03 23:46:08.371 INFO O| Sep 03 23:46:08.371 INFO STEP 47 (remove_files) COMPLETE
85632024-09-03T23:46:09.524Z[ host-image] Sep 03 23:46:08.371 INFO O| Sep 03 23:46:08.371 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85642024-09-03T23:46:09.532Z[ host-image] Sep 03 23:46:08.381 INFO O| Sep 03 23:46:08.381 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85652024-09-03T23:46:09.532Z[ host-image] Sep 03 23:46:08.381 INFO O| Sep 03 23:46:08.381 INFO STEP 48 (remove_files) COMPLETE
85662024-09-03T23:46:09.535Z[ host-image] Sep 03 23:46:08.381 INFO O| Sep 03 23:46:08.381 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85672024-09-03T23:46:09.542Z[ host-image] Sep 03 23:46:08.391 INFO O| Sep 03 23:46:08.391 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85682024-09-03T23:46:09.545Z[ host-image] Sep 03 23:46:08.391 INFO O| Sep 03 23:46:08.391 INFO STEP 49 (remove_files) COMPLETE
85692024-09-03T23:46:09.545Z[ host-image] Sep 03 23:46:08.391 INFO O| Sep 03 23:46:08.391 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85702024-09-03T23:46:09.553Z[ host-image] Sep 03 23:46:08.401 INFO O| Sep 03 23:46:08.401 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85712024-09-03T23:46:09.553Z[ host-image] Sep 03 23:46:08.402 INFO O| Sep 03 23:46:08.401 INFO STEP 50 (remove_files) COMPLETE
85722024-09-03T23:46:09.555Z[ host-image] Sep 03 23:46:08.402 INFO O| Sep 03 23:46:08.402 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85732024-09-03T23:46:09.563Z[ host-image] Sep 03 23:46:08.411 INFO O| Sep 03 23:46:08.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85742024-09-03T23:46:09.563Z[ host-image] Sep 03 23:46:08.411 INFO O| Sep 03 23:46:08.411 INFO STEP 51 (remove_files) COMPLETE
85752024-09-03T23:46:09.563Z[ host-image] Sep 03 23:46:08.411 INFO O| Sep 03 23:46:08.411 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85762024-09-03T23:46:09.573Z[ host-image] Sep 03 23:46:08.421 INFO O| Sep 03 23:46:08.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85772024-09-03T23:46:09.575Z[ host-image] Sep 03 23:46:08.421 INFO O| Sep 03 23:46:08.421 INFO STEP 52 (remove_files) COMPLETE
85782024-09-03T23:46:09.575Z[ host-image] Sep 03 23:46:08.421 INFO O| Sep 03 23:46:08.421 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85792024-09-03T23:46:09.582Z[ host-image] Sep 03 23:46:08.431 INFO O| Sep 03 23:46:08.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85802024-09-03T23:46:09.583Z[ host-image] Sep 03 23:46:08.431 INFO O| Sep 03 23:46:08.431 INFO STEP 53 (remove_files) COMPLETE
85812024-09-03T23:46:09.585Z[ host-image] Sep 03 23:46:08.431 INFO O| Sep 03 23:46:08.431 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85822024-09-03T23:46:09.592Z[ host-image] Sep 03 23:46:08.441 INFO O| Sep 03 23:46:08.441 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85832024-09-03T23:46:09.594Z[ host-image] Sep 03 23:46:08.441 INFO O| Sep 03 23:46:08.441 INFO STEP 54 (remove_files) COMPLETE
85842024-09-03T23:46:09.594Z[ host-image] Sep 03 23:46:08.441 INFO O| Sep 03 23:46:08.441 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85852024-09-03T23:46:09.602Z[ host-image] Sep 03 23:46:08.451 INFO O| Sep 03 23:46:08.451 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85862024-09-03T23:46:09.602Z[ host-image] Sep 03 23:46:08.451 INFO O| Sep 03 23:46:08.451 INFO STEP 55 (remove_files) COMPLETE
85872024-09-03T23:46:09.602Z[ host-image] Sep 03 23:46:08.451 INFO O| Sep 03 23:46:08.451 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-09-03T23:46:09.612Z[ host-image] Sep 03 23:46:08.461 INFO O| Sep 03 23:46:08.461 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85892024-09-03T23:46:09.612Z[ host-image] Sep 03 23:46:08.461 INFO O| Sep 03 23:46:08.461 INFO STEP 56 (remove_files) COMPLETE
85902024-09-03T23:46:09.612Z[ host-image] Sep 03 23:46:08.461 INFO O| Sep 03 23:46:08.461 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-09-03T23:46:09.622Z[ host-image] Sep 03 23:46:08.471 INFO O| Sep 03 23:46:08.471 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85922024-09-03T23:46:09.625Z[ host-image] Sep 03 23:46:08.471 INFO O| Sep 03 23:46:08.471 INFO STEP 57 (remove_files) COMPLETE
85932024-09-03T23:46:09.625Z[ host-image] Sep 03 23:46:08.471 INFO O| Sep 03 23:46:08.471 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-09-03T23:46:09.632Z[ host-image] Sep 03 23:46:08.481 INFO O| Sep 03 23:46:08.481 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85952024-09-03T23:46:09.633Z[ host-image] Sep 03 23:46:08.481 INFO O| Sep 03 23:46:08.481 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
85962024-09-03T23:46:09.635Z[ host-image] Sep 03 23:46:08.481 INFO O| Sep 03 23:46:08.481 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85972024-09-03T23:46:09.635Z[ host-image] Sep 03 23:46:08.481 INFO O| Sep 03 23:46:08.481 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85982024-09-03T23:46:09.635Z[ host-image] Sep 03 23:46:08.481 INFO O| Sep 03 23:46:08.481 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85992024-09-03T23:46:09.635Z[ host-image] Sep 03 23:46:08.481 INFO O| Sep 03 23:46:08.481 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86002024-09-03T23:46:09.635Z[ host-image] Sep 03 23:46:08.481 INFO O| Sep 03 23:46:08.481 INFO ok!
86012024-09-03T23:46:09.635Z[ host-image] Sep 03 23:46:08.482 INFO O| Sep 03 23:46:08.481 INFO STEP 58 (ensure_file) COMPLETE
86022024-09-03T23:46:09.635Z[ host-image] Sep 03 23:46:08.482 INFO O| Sep 03 23:46:08.481 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86032024-09-03T23:46:09.643Z[ host-image] Sep 03 23:46:08.491 INFO O| Sep 03 23:46:08.491 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86042024-09-03T23:46:09.643Z[ host-image] Sep 03 23:46:08.492 INFO O| Sep 03 23:46:08.491 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86052024-09-03T23:46:09.645Z[ host-image] Sep 03 23:46:08.492 INFO O| Sep 03 23:46:08.492 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86062024-09-03T23:46:09.645Z[ host-image] Sep 03 23:46:08.492 INFO O| Sep 03 23:46:08.492 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86072024-09-03T23:46:09.645Z[ host-image] Sep 03 23:46:08.492 INFO O| Sep 03 23:46:08.492 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86082024-09-03T23:46:09.645Z[ host-image] Sep 03 23:46:08.492 INFO O| Sep 03 23:46:08.492 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86092024-09-03T23:46:09.645Z[ host-image] Sep 03 23:46:08.492 INFO O| Sep 03 23:46:08.492 INFO ok!
86102024-09-03T23:46:09.645Z[ host-image] Sep 03 23:46:08.492 INFO O| Sep 03 23:46:08.492 INFO STEP 59 (ensure_file) COMPLETE
86112024-09-03T23:46:09.645Z[ host-image] Sep 03 23:46:08.492 INFO O| Sep 03 23:46:08.492 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86122024-09-03T23:46:09.653Z[ host-image] Sep 03 23:46:08.502 INFO O| Sep 03 23:46:08.502 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
86132024-09-03T23:46:09.653Z[ host-image] Sep 03 23:46:08.502 INFO O| Sep 03 23:46:08.502 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
86142024-09-03T23:46:09.655Z[ host-image] Sep 03 23:46:08.502 INFO O| Sep 03 23:46:08.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
86152024-09-03T23:46:09.655Z[ host-image] Sep 03 23:46:08.502 INFO O| Sep 03 23:46:08.502 INFO ok!
86162024-09-03T23:46:09.656Z[ host-image] Sep 03 23:46:08.502 INFO O| Sep 03 23:46:08.502 INFO STEP 60 (ensure_file) COMPLETE
86172024-09-03T23:46:09.656Z[ host-image] Sep 03 23:46:08.502 INFO O| Sep 03 23:46:08.502 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86182024-09-03T23:46:09.663Z[ host-image] Sep 03 23:46:08.512 INFO O| Sep 03 23:46:08.512 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86192024-09-03T23:46:09.663Z[ host-image] Sep 03 23:46:08.512 INFO O| Sep 03 23:46:08.512 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
86202024-09-03T23:46:09.666Z[ host-image] Sep 03 23:46:08.512 INFO O| Sep 03 23:46:08.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
86212024-09-03T23:46:09.666Z[ host-image] Sep 03 23:46:08.512 INFO O| Sep 03 23:46:08.512 INFO ok!
86222024-09-03T23:46:09.666Z[ host-image] Sep 03 23:46:08.512 INFO O| Sep 03 23:46:08.512 INFO STEP 61 (ensure_file) COMPLETE
86232024-09-03T23:46:09.666Z[ host-image] Sep 03 23:46:08.512 INFO O| Sep 03 23:46:08.512 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86242024-09-03T23:46:09.674Z[ host-image] Sep 03 23:46:08.522 INFO O| Sep 03 23:46:08.522 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86252024-09-03T23:46:09.674Z[ host-image] Sep 03 23:46:08.522 INFO O| Sep 03 23:46:08.522 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
86262024-09-03T23:46:09.674Z[ host-image] Sep 03 23:46:08.522 INFO O| Sep 03 23:46:08.522 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86272024-09-03T23:46:09.676Z[ host-image] Sep 03 23:46:08.522 INFO O| Sep 03 23:46:08.522 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86282024-09-03T23:46:09.676Z[ host-image] Sep 03 23:46:08.522 INFO O| Sep 03 23:46:08.522 INFO ok!
86292024-09-03T23:46:09.676Z[ host-image] Sep 03 23:46:08.522 INFO O| Sep 03 23:46:08.522 INFO STEP 62 (ensure_file) COMPLETE
86302024-09-03T23:46:09.676Z[ host-image] Sep 03 23:46:08.522 INFO O| Sep 03 23:46:08.522 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86312024-09-03T23:46:09.684Z[ host-image] Sep 03 23:46:08.532 INFO O| Sep 03 23:46:08.532 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
86322024-09-03T23:46:09.684Z[ host-image] Sep 03 23:46:08.532 INFO O| Sep 03 23:46:08.532 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
86332024-09-03T23:46:09.686Z[ host-image] Sep 03 23:46:08.533 INFO O| Sep 03 23:46:08.532 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86342024-09-03T23:46:09.686Z[ host-image] Sep 03 23:46:08.533 INFO O| Sep 03 23:46:08.533 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86352024-09-03T23:46:09.686Z[ host-image] Sep 03 23:46:08.533 INFO O| Sep 03 23:46:08.533 INFO ok!
86362024-09-03T23:46:09.686Z[ host-image] Sep 03 23:46:08.533 INFO O| Sep 03 23:46:08.533 INFO STEP 63 (ensure_file) COMPLETE
86372024-09-03T23:46:09.686Z[ host-image] Sep 03 23:46:08.533 INFO O| Sep 03 23:46:08.533 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86382024-09-03T23:46:09.695Z[ host-image] Sep 03 23:46:08.543 INFO O| Sep 03 23:46:08.543 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86392024-09-03T23:46:09.695Z[ host-image] Sep 03 23:46:08.543 INFO O| Sep 03 23:46:08.543 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86402024-09-03T23:46:09.697Z[ host-image] Sep 03 23:46:08.543 INFO O| Sep 03 23:46:08.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86412024-09-03T23:46:09.697Z[ host-image] Sep 03 23:46:08.543 INFO O| Sep 03 23:46:08.543 INFO ok!
86422024-09-03T23:46:09.697Z[ host-image] Sep 03 23:46:08.543 INFO O| Sep 03 23:46:08.543 INFO STEP 64 (assemble_files) COMPLETE
86432024-09-03T23:46:09.697Z[ host-image] Sep 03 23:46:08.543 INFO O| Sep 03 23:46:08.543 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86442024-09-03T23:46:09.705Z[ host-image] Sep 03 23:46:08.553 INFO O| Sep 03 23:46:08.553 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86452024-09-03T23:46:09.707Z[ host-image] Sep 03 23:46:08.553 INFO O| Sep 03 23:46:08.553 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86462024-09-03T23:46:09.707Z[ host-image] Sep 03 23:46:08.553 INFO O| Sep 03 23:46:08.553 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86472024-09-03T23:46:09.707Z[ host-image] Sep 03 23:46:08.553 INFO O| Sep 03 23:46:08.553 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86482024-09-03T23:46:09.707Z[ host-image] Sep 03 23:46:08.553 INFO O| Sep 03 23:46:08.553 INFO ok!
86492024-09-03T23:46:09.707Z[ host-image] Sep 03 23:46:08.554 INFO O| Sep 03 23:46:08.553 INFO STEP 65 (ensure_file) COMPLETE
86502024-09-03T23:46:09.707Z[ host-image] Sep 03 23:46:08.554 INFO O| Sep 03 23:46:08.553 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86512024-09-03T23:46:09.715Z[ host-image] Sep 03 23:46:08.563 INFO O| Sep 03 23:46:08.563 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86522024-09-03T23:46:09.719Z[ host-image] Sep 03 23:46:08.564 INFO O| Sep 03 23:46:08.564 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86532024-09-03T23:46:09.719Z[ host-image] Sep 03 23:46:08.564 INFO O| Sep 03 23:46:08.564 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86542024-09-03T23:46:09.719Z[ host-image] Sep 03 23:46:08.564 INFO O| Sep 03 23:46:08.564 INFO STEP 66 (ensure_dir) COMPLETE
86552024-09-03T23:46:09.719Z[ host-image] Sep 03 23:46:08.564 INFO O| Sep 03 23:46:08.564 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562024-09-03T23:46:09.725Z[ host-image] Sep 03 23:46:08.573 INFO O| Sep 03 23:46:08.573 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86572024-09-03T23:46:09.725Z[ host-image] Sep 03 23:46:08.573 INFO O| Sep 03 23:46:08.573 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 ...
86582024-09-03T23:46:09.732Z[ host-image] Sep 03 23:46:08.581 INFO O| Sep 03 23:46:08.581 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
86592024-09-03T23:46:09.732Z[ host-image] Sep 03 23:46:08.581 INFO O| Sep 03 23:46:08.581 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86602024-09-03T23:46:09.735Z[ host-image] Sep 03 23:46:08.581 INFO O| Sep 03 23:46:08.581 INFO ok!
86612024-09-03T23:46:09.735Z[ host-image] Sep 03 23:46:08.581 INFO O| Sep 03 23:46:08.581 INFO STEP 67 (ensure_file) COMPLETE
86622024-09-03T23:46:09.735Z[ host-image] Sep 03 23:46:08.581 INFO O| Sep 03 23:46:08.581 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86632024-09-03T23:46:09.742Z[ host-image] Sep 03 23:46:08.591 INFO O| Sep 03 23:46:08.591 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86642024-09-03T23:46:09.743Z[ host-image] Sep 03 23:46:08.591 INFO O| Sep 03 23:46:08.591 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 ...
86652024-09-03T23:46:09.745Z[ host-image] Sep 03 23:46:08.591 INFO O| Sep 03 23:46:08.591 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
86662024-09-03T23:46:09.745Z[ host-image] Sep 03 23:46:08.591 INFO O| Sep 03 23:46:08.591 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86672024-09-03T23:46:09.745Z[ host-image] Sep 03 23:46:08.591 INFO O| Sep 03 23:46:08.591 INFO ok!
86682024-09-03T23:46:09.745Z[ host-image] Sep 03 23:46:08.591 INFO O| Sep 03 23:46:08.591 INFO STEP 68 (ensure_file) COMPLETE
86692024-09-03T23:46:09.745Z[ host-image] Sep 03 23:46:08.591 INFO O| Sep 03 23:46:08.591 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86702024-09-03T23:46:09.760Z[ host-image] Sep 03 23:46:08.607 INFO O| Sep 03 23:46:08.607 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86712024-09-03T23:46:09.760Z[ host-image] Sep 03 23:46:08.607 INFO O| Sep 03 23:46:08.607 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86722024-09-03T23:46:12.724Z[ host-image] Sep 03 23:46:11.572 INFO O| Sep 03 23:46:11.572 INFO STEP 69 (pack_tar) COMPLETE
86732024-09-03T23:46:12.724Z[ host-image] Sep 03 23:46:11.573 INFO O| Sep 03 23:46:11.572 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86742024-09-03T23:46:12.724Z[ host-image] Sep 03 23:46:11.573 INFO O| Sep 03 23:46:11.572 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86752024-09-03T23:46:12.784Z[ recovery-image] Sep 03 23:46:11.629 INFO E| Compiling clap_derive v4.5.3
86762024-09-03T23:46:12.922Z[ host-image] Sep 03 23:46:11.770 INFO O| Sep 03 23:46:11.770 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86772024-09-03T23:46:13.013Z[ host-image] Sep 03 23:46:11.861 INFO O| Sep 03 23:46:11.861 INFO completed processing gimlet/ramdisk-02-trim
86782024-09-03T23:46:13.016Z[ host-image] Sep 03 23:46:11.863 INFO image builder template: zfs...
86792024-09-03T23:46:13.016Z[ host-image] Sep 03 23:46:11.863 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/.tmpVIqjNP/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
86802024-09-03T23:46:13.029Z[ host-image] Sep 03 23:46:11.877 INFO O| Sep 03 23:46:11.877 INFO skip include "stress" because feature "stress" is not enabled
86812024-09-03T23:46:13.061Z[ host-image] Sep 03 23:46:11.909 INFO O| Sep 03 23:46:11.909 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86822024-09-03T23:46:13.065Z[ host-image] Sep 03 23:46:11.913 INFO O| Sep 03 23:46:11.913 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86832024-09-03T23:46:13.161Z[ host-image] Sep 03 23:46:12.009 INFO O| Sep 03 23:46:12.009 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86842024-09-03T23:46:13.226Z[ host-image] Sep 03 23:46:12.073 INFO O| Sep 03 23:46:12.073 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86852024-09-03T23:46:13.226Z[ host-image] Sep 03 23:46:12.073 INFO O| Sep 03 23:46:12.073 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86862024-09-03T23:46:13.229Z[ host-image] Sep 03 23:46:12.077 INFO O| Sep 03 23:46:12.077 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86872024-09-03T23:46:13.352Z[ host-image] Sep 03 23:46:12.200 INFO O| Sep 03 23:46:12.200 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86882024-09-03T23:46:13.462Z[ host-image] Sep 03 23:46:12.310 INFO O| Sep 03 23:46:12.310 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86892024-09-03T23:46:13.472Z[ host-image] Sep 03 23:46:12.320 INFO O| Sep 03 23:46:12.320 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86902024-09-03T23:46:13.476Z[ host-image] Sep 03 23:46:12.325 INFO O| Sep 03 23:46:12.325 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86912024-09-03T23:46:13.476Z[ host-image] Sep 03 23:46:12.325 INFO O| Sep 03 23:46:12.325 INFO no lofi found
86922024-09-03T23:46:13.479Z[ host-image] Sep 03 23:46:12.325 INFO O| Sep 03 23:46:12.325 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86932024-09-03T23:46:13.479Z[ host-image] Sep 03 23:46:12.325 INFO O| Sep 03 23:46:12.325 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86942024-09-03T23:46:14.856Z[ recovery-image] Sep 03 23:46:13.704 INFO E| Compiling clap v4.5.3
86952024-09-03T23:46:14.908Z[ recovery-image] Sep 03 23:46:13.756 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86962024-09-03T23:46:15.162Z[ host-image] Sep 03 23:46:14.010 INFO O| Sep 03 23:46:14.010 INFO lofi device = /dev/dsk/c2t1d0p0
86972024-09-03T23:46:15.164Z[ host-image] Sep 03 23:46:14.010 INFO O| Sep 03 23:46:14.010 INFO pool device = /dev/dsk/c2t1d0p0
86982024-09-03T23:46:15.165Z[ host-image] Sep 03 23:46:14.010 INFO O| Sep 03 23:46:14.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
86992024-09-03T23:46:15.246Z[ host-image] Sep 03 23:46:14.094 INFO O| Sep 03 23:46:14.094 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87002024-09-03T23:46:15.246Z[ host-image] Sep 03 23:46:14.094 INFO O| Sep 03 23:46:14.094 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
87012024-09-03T23:46:15.270Z[ host-image] Sep 03 23:46:14.118 INFO O| Sep 03 23:46:14.118 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
87022024-09-03T23:46:15.333Z[ host-image] Sep 03 23:46:14.181 INFO O| Sep 03 23:46:14.181 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
87032024-09-03T23:46:15.377Z[ host-image] Sep 03 23:46:14.225 INFO O| Sep 03 23:46:14.225 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
87042024-09-03T23:46:15.394Z[ host-image] Sep 03 23:46:14.242 INFO O| Sep 03 23:46:14.242 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87052024-09-03T23:46:15.408Z[ host-image] Sep 03 23:46:14.257 INFO O| Sep 03 23:46:14.257 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87062024-09-03T23:46:15.460Z[ host-image] Sep 03 23:46:14.308 INFO O| Sep 03 23:46:14.308 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87072024-09-03T23:46:15.460Z[ host-image] Sep 03 23:46:14.308 INFO O| Sep 03 23:46:14.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87082024-09-03T23:46:15.462Z[ host-image] Sep 03 23:46:14.308 INFO O| Sep 03 23:46:14.308 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87092024-09-03T23:46:15.471Z[ host-image] Sep 03 23:46:14.320 INFO O| Sep 03 23:46:14.319 INFO boot environment UUID: 45ebd9db-b468-49e7-8665-5e96d1c10804
87102024-09-03T23:46:15.471Z[ host-image] Sep 03 23:46:14.320 INFO O| Sep 03 23:46:14.320 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 45ebd9db-b468-49e7-8665-5e96d1c10804
87112024-09-03T23:46:15.485Z[ host-image] Sep 03 23:46:14.333 INFO O| Sep 03 23:46:14.333 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87122024-09-03T23:46:15.497Z[ host-image] Sep 03 23:46:14.345 INFO O| Sep 03 23:46:14.345 INFO STEP 0 (create_be) COMPLETE
87132024-09-03T23:46:15.497Z[ host-image] Sep 03 23:46:14.345 INFO O| Sep 03 23:46:14.345 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87142024-09-03T23:46:15.513Z[ host-image] Sep 03 23:46:14.361 INFO O| Sep 03 23:46:14.361 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
87152024-09-03T23:46:16.239Z[ recovery-image] Sep 03 23:46:15.087 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.05s
87162024-09-03T23:46:16.252Z[ recovery-image] Sep 03 23:46:15.099 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87172024-09-03T23:46:16.404Z[ recovery-image] Sep 03 23:46:15.252 INFO E| Updating crates.io index
87182024-09-03T23:46:16.563Z[ recovery-image] Sep 03 23:46:15.408 INFO E| Downloading crates ...
87192024-09-03T23:46:16.613Z[ recovery-image] Sep 03 23:46:15.461 INFO E| Downloaded bit_field v0.10.2
87202024-09-03T23:46:16.616Z[ recovery-image] Sep 03 23:46:15.464 INFO E| Downloaded seq-macro v0.3.5
87212024-09-03T23:46:16.619Z[ recovery-image] Sep 03 23:46:15.466 INFO E| Downloaded cpio_reader v0.1.1
87222024-09-03T23:46:16.632Z[ recovery-image] Sep 03 23:46:15.480 INFO E| Downloaded raw-cpuid v10.7.0
87232024-09-03T23:46:16.760Z[ recovery-image] Sep 03 23:46:15.606 INFO E| Downloaded x86 v0.52.0
87242024-09-03T23:46:16.858Z[ recovery-image] Sep 03 23:46:15.706 INFO E| Updating crates.io index
87252024-09-03T23:46:16.906Z[ recovery-image] Sep 03 23:46:15.754 INFO E| Downloading crates ...
87262024-09-03T23:46:16.976Z[ recovery-image] Sep 03 23:46:15.824 INFO E| Downloaded compiler_builtins v0.1.108
87272024-09-03T23:46:17.063Z[ recovery-image] Sep 03 23:46:15.911 INFO E| Compiling compiler_builtins v0.1.108
87282024-09-03T23:46:17.063Z[ recovery-image] Sep 03 23:46:15.911 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
87292024-09-03T23:46:17.063Z[ recovery-image] Sep 03 23:46:15.911 INFO E| Compiling proc-macro2 v1.0.79
87302024-09-03T23:46:17.066Z[ recovery-image] Sep 03 23:46:15.911 INFO E| Compiling unicode-ident v1.0.12
87312024-09-03T23:46:17.066Z[ recovery-image] Sep 03 23:46:15.911 INFO E| Compiling syn v1.0.109
87322024-09-03T23:46:17.066Z[ recovery-image] Sep 03 23:46:15.911 INFO E| Compiling x86 v0.52.0
87332024-09-03T23:46:17.066Z[ recovery-image] Sep 03 23:46:15.911 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87342024-09-03T23:46:17.066Z[ recovery-image] Sep 03 23:46:15.911 INFO E| Compiling seq-macro v0.3.5
87352024-09-03T23:46:18.923Z[ recovery-image] Sep 03 23:46:17.769 INFO E| Compiling quote v1.0.35
87362024-09-03T23:46:19.318Z[ recovery-image] Sep 03 23:46:18.166 INFO E| Compiling syn v2.0.53
87372024-09-03T23:46:26.180Z[ recovery-image] Sep 03 23:46:25.027 INFO E| Compiling scroll_derive v0.12.0
87382024-09-03T23:46:29.861Z[ recovery-image] Sep 03 23:46:28.708 INFO E| Compiling bitstruct_derive v0.1.0
87392024-09-03T23:46:37.560Z[ host-image] Sep 03 23:46:36.407 INFO O| Sep 03 23:46:36.406 INFO STEP 1 (unpack_tar) COMPLETE
87402024-09-03T23:46:37.560Z[ host-image] Sep 03 23:46:36.407 INFO O| Sep 03 23:46:36.407 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87412024-09-03T23:46:37.572Z[ host-image] Sep 03 23:46:36.419 INFO O| Sep 03 23:46:36.418 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
87422024-09-03T23:46:37.717Z[ host-image] Sep 03 23:46:36.562 INFO O| Sep 03 23:46:36.562 INFO STEP 2 (devfsadm) COMPLETE
87432024-09-03T23:46:37.717Z[ host-image] Sep 03 23:46:36.562 INFO O| Sep 03 23:46:36.562 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87442024-09-03T23:46:37.727Z[ host-image] Sep 03 23:46:36.574 INFO O| Sep 03 23:46:36.574 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87452024-09-03T23:46:37.727Z[ host-image] Sep 03 23:46:36.574 INFO O| Sep 03 23:46:36.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87462024-09-03T23:46:37.729Z[ host-image] Sep 03 23:46:36.574 INFO O| Sep 03 23:46:36.574 INFO STEP 3 (ensure_dir) COMPLETE
87472024-09-03T23:46:37.729Z[ host-image] Sep 03 23:46:36.574 INFO O| Sep 03 23:46:36.574 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87482024-09-03T23:46:37.737Z[ host-image] Sep 03 23:46:36.584 INFO O| Sep 03 23:46:36.584 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87492024-09-03T23:46:37.737Z[ host-image] Sep 03 23:46:36.584 INFO O| Sep 03 23:46:36.584 INFO STEP 4 (ensure_dir) COMPLETE
87502024-09-03T23:46:37.739Z[ host-image] Sep 03 23:46:36.584 INFO O| Sep 03 23:46:36.584 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87512024-09-03T23:46:37.749Z[ host-image] Sep 03 23:46:36.596 INFO O| Sep 03 23:46:36.596 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87522024-09-03T23:46:37.749Z[ host-image] Sep 03 23:46:36.596 INFO O| Sep 03 23:46:36.596 INFO STEP 5 (ensure_dir) COMPLETE
87532024-09-03T23:46:37.749Z[ host-image] Sep 03 23:46:36.596 INFO O| Sep 03 23:46:36.596 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87542024-09-03T23:46:37.758Z[ host-image] Sep 03 23:46:36.605 INFO O| Sep 03 23:46:36.605 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87552024-09-03T23:46:37.758Z[ host-image] Sep 03 23:46:36.605 INFO O| Sep 03 23:46:36.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87562024-09-03T23:46:37.761Z[ host-image] Sep 03 23:46:36.605 INFO O| Sep 03 23:46:36.605 INFO STEP 6 (ensure_dir) COMPLETE
87572024-09-03T23:46:37.761Z[ host-image] Sep 03 23:46:36.606 INFO O| Sep 03 23:46:36.605 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87582024-09-03T23:46:37.770Z[ host-image] Sep 03 23:46:36.617 INFO O| Sep 03 23:46:36.617 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87592024-09-03T23:46:37.772Z[ host-image] Sep 03 23:46:36.617 INFO O| Sep 03 23:46:36.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87602024-09-03T23:46:37.772Z[ host-image] Sep 03 23:46:36.617 INFO O| Sep 03 23:46:36.617 INFO STEP 7 (ensure_dir) COMPLETE
87612024-09-03T23:46:37.772Z[ host-image] Sep 03 23:46:36.617 INFO O| Sep 03 23:46:36.617 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87622024-09-03T23:46:37.780Z[ host-image] Sep 03 23:46:36.627 INFO O| Sep 03 23:46:36.627 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87632024-09-03T23:46:37.782Z[ host-image] Sep 03 23:46:36.627 INFO O| Sep 03 23:46:36.627 INFO STEP 8 (remove_files) COMPLETE
87642024-09-03T23:46:37.782Z[ host-image] Sep 03 23:46:36.627 INFO O| Sep 03 23:46:36.627 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87652024-09-03T23:46:37.792Z[ host-image] Sep 03 23:46:36.639 INFO O| Sep 03 23:46:36.639 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87662024-09-03T23:46:37.795Z[ host-image] Sep 03 23:46:36.640 INFO O| Sep 03 23:46:36.640 INFO STEP 9 (remove_files) COMPLETE
87672024-09-03T23:46:37.795Z[ host-image] Sep 03 23:46:36.640 INFO O| Sep 03 23:46:36.640 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682024-09-03T23:46:37.804Z[ host-image] Sep 03 23:46:36.651 INFO O| Sep 03 23:46:36.651 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
87692024-09-03T23:46:37.806Z[ host-image] Sep 03 23:46:36.652 INFO O| Sep 03 23:46:36.652 INFO STEP 10 (remove_files) COMPLETE
87702024-09-03T23:46:37.807Z[ host-image] Sep 03 23:46:36.652 INFO O| Sep 03 23:46:36.652 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87712024-09-03T23:46:37.815Z[ host-image] Sep 03 23:46:36.662 INFO O| Sep 03 23:46:36.662 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
87722024-09-03T23:46:37.817Z[ host-image] Sep 03 23:46:36.662 INFO O| Sep 03 23:46:36.662 INFO STEP 11 (remove_files) COMPLETE
87732024-09-03T23:46:37.817Z[ host-image] Sep 03 23:46:36.662 INFO O| Sep 03 23:46:36.662 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87742024-09-03T23:46:37.826Z[ host-image] Sep 03 23:46:36.673 INFO O| Sep 03 23:46:36.673 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
87752024-09-03T23:46:37.829Z[ host-image] Sep 03 23:46:36.673 INFO O| Sep 03 23:46:36.673 INFO STEP 12 (remove_files) COMPLETE
87762024-09-03T23:46:37.829Z[ host-image] Sep 03 23:46:36.674 INFO O| Sep 03 23:46:36.673 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87772024-09-03T23:46:37.837Z[ host-image] Sep 03 23:46:36.684 INFO O| Sep 03 23:46:36.683 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87782024-09-03T23:46:37.837Z[ host-image] Sep 03 23:46:36.684 INFO O| Sep 03 23:46:36.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87792024-09-03T23:46:37.839Z[ host-image] Sep 03 23:46:36.684 INFO O| Sep 03 23:46:36.684 INFO STEP 13 (ensure_dir) COMPLETE
87802024-09-03T23:46:37.839Z[ host-image] Sep 03 23:46:36.684 INFO O| Sep 03 23:46:36.684 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87812024-09-03T23:46:37.848Z[ host-image] Sep 03 23:46:36.695 INFO O| Sep 03 23:46:36.695 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87822024-09-03T23:46:37.848Z[ host-image] Sep 03 23:46:36.695 INFO O| Sep 03 23:46:36.695 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87832024-09-03T23:46:37.851Z[ host-image] Sep 03 23:46:36.695 INFO O| Sep 03 23:46:36.695 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87842024-09-03T23:46:37.851Z[ host-image] Sep 03 23:46:36.695 INFO O| Sep 03 23:46:36.695 INFO STEP 14 (ensure_dir) COMPLETE
87852024-09-03T23:46:37.851Z[ host-image] Sep 03 23:46:36.695 INFO O| Sep 03 23:46:36.695 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87862024-09-03T23:46:37.859Z[ host-image] Sep 03 23:46:36.706 INFO O| Sep 03 23:46:36.706 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87872024-09-03T23:46:37.859Z[ host-image] Sep 03 23:46:36.706 INFO O| Sep 03 23:46:36.706 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87882024-09-03T23:46:37.859Z[ host-image] Sep 03 23:46:36.706 INFO O| Sep 03 23:46:36.706 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87892024-09-03T23:46:37.862Z[ host-image] Sep 03 23:46:36.706 INFO O| Sep 03 23:46:36.706 INFO STEP 15 (ensure_dir) COMPLETE
87902024-09-03T23:46:37.862Z[ host-image] Sep 03 23:46:36.706 INFO O| Sep 03 23:46:36.706 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912024-09-03T23:46:37.869Z[ host-image] Sep 03 23:46:36.716 INFO O| Sep 03 23:46:36.716 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87922024-09-03T23:46:37.869Z[ host-image] Sep 03 23:46:36.716 INFO O| Sep 03 23:46:36.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87932024-09-03T23:46:37.871Z[ host-image] Sep 03 23:46:36.717 INFO O| Sep 03 23:46:36.716 INFO STEP 16 (ensure_dir) COMPLETE
87942024-09-03T23:46:37.872Z[ host-image] Sep 03 23:46:36.717 INFO O| Sep 03 23:46:36.716 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952024-09-03T23:46:37.881Z[ host-image] Sep 03 23:46:36.728 INFO O| Sep 03 23:46:36.728 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87962024-09-03T23:46:37.881Z[ host-image] Sep 03 23:46:36.728 INFO O| Sep 03 23:46:36.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87972024-09-03T23:46:37.884Z[ host-image] Sep 03 23:46:36.728 INFO O| Sep 03 23:46:36.728 INFO STEP 17 (ensure_dir) COMPLETE
87982024-09-03T23:46:37.884Z[ host-image] Sep 03 23:46:36.728 INFO O| Sep 03 23:46:36.728 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87992024-09-03T23:46:37.892Z[ host-image] Sep 03 23:46:36.739 INFO O| Sep 03 23:46:36.739 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88002024-09-03T23:46:37.892Z[ host-image] Sep 03 23:46:36.739 INFO O| Sep 03 23:46:36.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88012024-09-03T23:46:37.892Z[ host-image] Sep 03 23:46:36.739 INFO O| Sep 03 23:46:36.739 INFO ok!
88022024-09-03T23:46:37.894Z[ host-image] Sep 03 23:46:36.739 INFO O| Sep 03 23:46:36.739 INFO STEP 18 (ensure_symlink) COMPLETE
88032024-09-03T23:46:37.894Z[ host-image] Sep 03 23:46:36.739 INFO O| Sep 03 23:46:36.739 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042024-09-03T23:46:37.902Z[ host-image] Sep 03 23:46:36.749 INFO O| Sep 03 23:46:36.749 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
88052024-09-03T23:46:37.902Z[ host-image] Sep 03 23:46:36.749 INFO O| Sep 03 23:46:36.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88062024-09-03T23:46:37.902Z[ host-image] Sep 03 23:46:36.749 INFO O| Sep 03 23:46:36.749 INFO ok!
88072024-09-03T23:46:37.904Z[ host-image] Sep 03 23:46:36.749 INFO O| Sep 03 23:46:36.749 INFO STEP 19 (ensure_file) COMPLETE
88082024-09-03T23:46:37.904Z[ host-image] Sep 03 23:46:36.749 INFO O| Sep 03 23:46:36.749 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88092024-09-03T23:46:37.914Z[ host-image] Sep 03 23:46:36.761 INFO O| Sep 03 23:46:36.761 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88102024-09-03T23:46:37.914Z[ host-image] Sep 03 23:46:36.761 INFO O| Sep 03 23:46:36.761 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88112024-09-03T23:46:37.916Z[ host-image] Sep 03 23:46:36.761 INFO O| Sep 03 23:46:36.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88122024-09-03T23:46:37.916Z[ host-image] Sep 03 23:46:36.761 INFO O| Sep 03 23:46:36.761 INFO ok!
88132024-09-03T23:46:37.916Z[ host-image] Sep 03 23:46:36.761 INFO O| Sep 03 23:46:36.761 INFO STEP 20 (ensure_symlink) COMPLETE
88142024-09-03T23:46:37.916Z[ host-image] Sep 03 23:46:36.761 INFO O| Sep 03 23:46:36.761 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88152024-09-03T23:46:37.924Z[ host-image] Sep 03 23:46:36.771 INFO O| Sep 03 23:46:36.771 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88162024-09-03T23:46:37.924Z[ host-image] Sep 03 23:46:36.771 INFO O| Sep 03 23:46:36.771 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88172024-09-03T23:46:37.926Z[ host-image] Sep 03 23:46:36.771 INFO O| Sep 03 23:46:36.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88182024-09-03T23:46:37.926Z[ host-image] Sep 03 23:46:36.771 INFO O| Sep 03 23:46:36.771 INFO ok!
88192024-09-03T23:46:37.926Z[ host-image] Sep 03 23:46:36.771 INFO O| Sep 03 23:46:36.771 INFO STEP 21 (ensure_symlink) COMPLETE
88202024-09-03T23:46:37.926Z[ host-image] Sep 03 23:46:36.771 INFO O| Sep 03 23:46:36.771 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88212024-09-03T23:46:37.935Z[ host-image] Sep 03 23:46:36.782 INFO O| Sep 03 23:46:36.782 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88222024-09-03T23:46:37.935Z[ host-image] Sep 03 23:46:36.782 INFO O| Sep 03 23:46:36.782 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88232024-09-03T23:46:37.938Z[ host-image] Sep 03 23:46:36.782 INFO O| Sep 03 23:46:36.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88242024-09-03T23:46:37.938Z[ host-image] Sep 03 23:46:36.782 INFO O| Sep 03 23:46:36.782 INFO ok!
88252024-09-03T23:46:37.938Z[ host-image] Sep 03 23:46:36.782 INFO O| Sep 03 23:46:36.782 INFO STEP 22 (ensure_symlink) COMPLETE
88262024-09-03T23:46:37.938Z[ host-image] Sep 03 23:46:36.782 INFO O| Sep 03 23:46:36.782 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88272024-09-03T23:46:37.945Z[ host-image] Sep 03 23:46:36.792 INFO O| Sep 03 23:46:36.792 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88282024-09-03T23:46:37.945Z[ host-image] Sep 03 23:46:36.792 INFO O| Sep 03 23:46:36.792 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88292024-09-03T23:46:37.948Z[ host-image] Sep 03 23:46:36.792 INFO O| Sep 03 23:46:36.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88302024-09-03T23:46:37.948Z[ host-image] Sep 03 23:46:36.792 INFO O| Sep 03 23:46:36.792 INFO ok!
88312024-09-03T23:46:37.948Z[ host-image] Sep 03 23:46:36.792 INFO O| Sep 03 23:46:36.792 INFO STEP 23 (ensure_symlink) COMPLETE
88322024-09-03T23:46:37.948Z[ host-image] Sep 03 23:46:36.792 INFO O| Sep 03 23:46:36.792 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88332024-09-03T23:46:37.955Z[ host-image] Sep 03 23:46:36.802 INFO O| Sep 03 23:46:36.802 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88342024-09-03T23:46:37.958Z[ host-image] Sep 03 23:46:36.803 INFO O| Sep 03 23:46:36.803 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
88352024-09-03T23:46:37.958Z[ host-image] Sep 03 23:46:36.803 INFO O| Sep 03 23:46:36.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
88362024-09-03T23:46:37.958Z[ host-image] Sep 03 23:46:36.803 INFO O| Sep 03 23:46:36.803 INFO ok!
88372024-09-03T23:46:37.958Z[ host-image] Sep 03 23:46:36.803 INFO O| Sep 03 23:46:36.803 INFO STEP 24 (ensure_file) COMPLETE
88382024-09-03T23:46:37.958Z[ host-image] Sep 03 23:46:36.803 INFO O| Sep 03 23:46:36.803 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88392024-09-03T23:46:37.966Z[ host-image] Sep 03 23:46:36.813 INFO O| Sep 03 23:46:36.813 INFO updating shadow file
88402024-09-03T23:46:37.968Z[ host-image] Sep 03 23:46:36.813 INFO O| Sep 03 23:46:36.813 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88412024-09-03T23:46:37.968Z[ host-image] Sep 03 23:46:36.813 INFO O| Sep 03 23:46:36.813 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88422024-09-03T23:46:37.968Z[ host-image] Sep 03 23:46:36.813 INFO O| Sep 03 23:46:36.813 INFO STEP 25 (shadow) COMPLETE
88432024-09-03T23:46:37.968Z[ host-image] Sep 03 23:46:36.813 INFO O| Sep 03 23:46:36.813 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442024-09-03T23:46:37.975Z[ host-image] Sep 03 23:46:36.822 INFO O| Sep 03 23:46:36.822 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
88452024-09-03T23:46:37.978Z[ host-image] Sep 03 23:46:36.822 INFO O| Sep 03 23:46:36.822 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
88462024-09-03T23:46:37.978Z[ host-image] Sep 03 23:46:36.823 INFO O| Sep 03 23:46:36.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
88472024-09-03T23:46:37.978Z[ host-image] Sep 03 23:46:36.823 INFO O| Sep 03 23:46:36.823 INFO ok!
88482024-09-03T23:46:37.978Z[ host-image] Sep 03 23:46:36.823 INFO O| Sep 03 23:46:36.823 INFO STEP 26 (ensure_file) COMPLETE
88492024-09-03T23:46:37.978Z[ host-image] Sep 03 23:46:36.823 INFO O| Sep 03 23:46:36.823 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88502024-09-03T23:46:37.985Z[ host-image] Sep 03 23:46:36.832 INFO O| Sep 03 23:46:36.832 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
88512024-09-03T23:46:37.988Z[ host-image] Sep 03 23:46:36.832 INFO O| Sep 03 23:46:36.832 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
88522024-09-03T23:46:37.988Z[ host-image] Sep 03 23:46:36.832 INFO O| Sep 03 23:46:36.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
88532024-09-03T23:46:37.988Z[ host-image] Sep 03 23:46:36.832 INFO O| Sep 03 23:46:36.832 INFO ok!
88542024-09-03T23:46:37.988Z[ host-image] Sep 03 23:46:36.832 INFO O| Sep 03 23:46:36.832 INFO STEP 27 (ensure_file) COMPLETE
88552024-09-03T23:46:37.988Z[ host-image] Sep 03 23:46:36.832 INFO O| Sep 03 23:46:36.832 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88562024-09-03T23:46:37.995Z[ host-image] Sep 03 23:46:36.842 INFO O| Sep 03 23:46:36.842 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88572024-09-03T23:46:37.998Z[ host-image] Sep 03 23:46:36.842 INFO O| Sep 03 23:46:36.842 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
88582024-09-03T23:46:37.998Z[ host-image] Sep 03 23:46:36.843 INFO O| Sep 03 23:46:36.843 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88592024-09-03T23:46:37.998Z[ host-image] Sep 03 23:46:36.843 INFO O| Sep 03 23:46:36.843 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88602024-09-03T23:46:37.998Z[ host-image] Sep 03 23:46:36.843 INFO O| Sep 03 23:46:36.843 INFO ok!
88612024-09-03T23:46:37.998Z[ host-image] Sep 03 23:46:36.843 INFO O| Sep 03 23:46:36.843 INFO STEP 28 (ensure_file) COMPLETE
88622024-09-03T23:46:37.998Z[ host-image] Sep 03 23:46:36.843 INFO O| Sep 03 23:46:36.843 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88632024-09-03T23:46:38.005Z[ host-image] Sep 03 23:46:36.852 INFO O| Sep 03 23:46:36.852 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88642024-09-03T23:46:38.008Z[ host-image] Sep 03 23:46:36.852 INFO O| Sep 03 23:46:36.852 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88652024-09-03T23:46:38.008Z[ host-image] Sep 03 23:46:36.852 INFO O| Sep 03 23:46:36.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88662024-09-03T23:46:38.008Z[ host-image] Sep 03 23:46:36.852 INFO O| Sep 03 23:46:36.852 INFO ok!
88672024-09-03T23:46:38.008Z[ host-image] Sep 03 23:46:36.852 INFO O| Sep 03 23:46:36.852 INFO STEP 29 (ensure_file) COMPLETE
88682024-09-03T23:46:38.008Z[ host-image] Sep 03 23:46:36.852 INFO O| Sep 03 23:46:36.852 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88692024-09-03T23:46:38.015Z[ host-image] Sep 03 23:46:36.862 INFO O| Sep 03 23:46:36.862 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
88702024-09-03T23:46:38.015Z[ host-image] Sep 03 23:46:36.862 INFO O| Sep 03 23:46:36.862 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
88712024-09-03T23:46:38.018Z[ host-image] Sep 03 23:46:36.862 INFO O| Sep 03 23:46:36.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
88722024-09-03T23:46:38.018Z[ host-image] Sep 03 23:46:36.862 INFO O| Sep 03 23:46:36.862 INFO ok!
88732024-09-03T23:46:38.018Z[ host-image] Sep 03 23:46:36.862 INFO O| Sep 03 23:46:36.862 INFO STEP 30 (ensure_file) COMPLETE
88742024-09-03T23:46:38.018Z[ host-image] Sep 03 23:46:36.862 INFO O| Sep 03 23:46:36.862 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88752024-09-03T23:46:38.025Z[ host-image] Sep 03 23:46:36.872 INFO O| Sep 03 23:46:36.872 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
88762024-09-03T23:46:38.026Z[ host-image] Sep 03 23:46:36.872 INFO O| Sep 03 23:46:36.872 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88772024-09-03T23:46:38.028Z[ host-image] Sep 03 23:46:36.872 INFO O| Sep 03 23:46:36.872 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88782024-09-03T23:46:38.028Z[ host-image] Sep 03 23:46:36.873 INFO O| Sep 03 23:46:36.872 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88792024-09-03T23:46:38.028Z[ host-image] Sep 03 23:46:36.873 INFO O| Sep 03 23:46:36.873 INFO ok!
88802024-09-03T23:46:38.028Z[ host-image] Sep 03 23:46:36.873 INFO O| Sep 03 23:46:36.873 INFO STEP 31 (ensure_file) COMPLETE
88812024-09-03T23:46:38.028Z[ host-image] Sep 03 23:46:36.873 INFO O| Sep 03 23:46:36.873 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88822024-09-03T23:46:38.035Z[ host-image] Sep 03 23:46:36.882 INFO O| Sep 03 23:46:36.882 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88832024-09-03T23:46:38.035Z[ host-image] Sep 03 23:46:36.882 INFO O| Sep 03 23:46:36.882 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88842024-09-03T23:46:38.038Z[ host-image] Sep 03 23:46:36.882 INFO O| Sep 03 23:46:36.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88852024-09-03T23:46:38.038Z[ host-image] Sep 03 23:46:36.882 INFO O| Sep 03 23:46:36.882 INFO ok!
88862024-09-03T23:46:38.038Z[ host-image] Sep 03 23:46:36.882 INFO O| Sep 03 23:46:36.882 INFO STEP 32 (ensure_file) COMPLETE
88872024-09-03T23:46:38.038Z[ host-image] Sep 03 23:46:36.883 INFO O| Sep 03 23:46:36.882 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88882024-09-03T23:46:38.045Z[ host-image] Sep 03 23:46:36.892 INFO O| Sep 03 23:46:36.892 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88892024-09-03T23:46:38.047Z[ host-image] Sep 03 23:46:36.892 INFO O| Sep 03 23:46:36.892 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88902024-09-03T23:46:38.047Z[ host-image] Sep 03 23:46:36.892 INFO O| Sep 03 23:46:36.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88912024-09-03T23:46:38.047Z[ host-image] Sep 03 23:46:36.892 INFO O| Sep 03 23:46:36.892 INFO ok!
88922024-09-03T23:46:38.047Z[ host-image] Sep 03 23:46:36.892 INFO O| Sep 03 23:46:36.892 INFO STEP 33 (ensure_file) COMPLETE
88932024-09-03T23:46:38.047Z[ host-image] Sep 03 23:46:36.893 INFO O| Sep 03 23:46:36.892 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88942024-09-03T23:46:38.055Z[ host-image] Sep 03 23:46:36.902 INFO O| Sep 03 23:46:36.902 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88952024-09-03T23:46:38.055Z[ host-image] Sep 03 23:46:36.902 INFO O| Sep 03 23:46:36.902 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
88962024-09-03T23:46:38.057Z[ host-image] Sep 03 23:46:36.902 INFO O| Sep 03 23:46:36.902 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88972024-09-03T23:46:38.057Z[ host-image] Sep 03 23:46:36.902 INFO O| Sep 03 23:46:36.902 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88982024-09-03T23:46:38.057Z[ host-image] Sep 03 23:46:36.902 INFO O| Sep 03 23:46:36.902 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88992024-09-03T23:46:38.058Z[ host-image] Sep 03 23:46:36.902 INFO O| Sep 03 23:46:36.902 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89002024-09-03T23:46:38.058Z[ host-image] Sep 03 23:46:36.902 INFO O| Sep 03 23:46:36.902 INFO ok!
89012024-09-03T23:46:38.058Z[ host-image] Sep 03 23:46:36.902 INFO O| Sep 03 23:46:36.902 INFO STEP 34 (ensure_file) COMPLETE
89022024-09-03T23:46:38.058Z[ host-image] Sep 03 23:46:36.902 INFO O| Sep 03 23:46:36.902 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89032024-09-03T23:46:38.065Z[ host-image] Sep 03 23:46:36.912 INFO O| Sep 03 23:46:36.912 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89042024-09-03T23:46:38.067Z[ host-image] Sep 03 23:46:36.912 INFO O| Sep 03 23:46:36.912 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89052024-09-03T23:46:38.068Z[ host-image] Sep 03 23:46:36.912 INFO O| Sep 03 23:46:36.912 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89062024-09-03T23:46:38.068Z[ host-image] Sep 03 23:46:36.912 INFO O| Sep 03 23:46:36.912 INFO STEP 35 (ensure_dir) COMPLETE
89072024-09-03T23:46:38.068Z[ host-image] Sep 03 23:46:36.912 INFO O| Sep 03 23:46:36.912 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89082024-09-03T23:46:38.075Z[ host-image] Sep 03 23:46:36.922 INFO O| Sep 03 23:46:36.922 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
89092024-09-03T23:46:38.075Z[ host-image] Sep 03 23:46:36.922 INFO O| Sep 03 23:46:36.922 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 ...
89102024-09-03T23:46:38.077Z[ host-image] Sep 03 23:46:36.922 INFO O| Sep 03 23:46:36.922 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
89112024-09-03T23:46:38.077Z[ host-image] Sep 03 23:46:36.922 INFO O| Sep 03 23:46:36.922 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
89122024-09-03T23:46:38.077Z[ host-image] Sep 03 23:46:36.922 INFO O| Sep 03 23:46:36.922 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
89132024-09-03T23:46:38.077Z[ host-image] Sep 03 23:46:36.922 INFO O| Sep 03 23:46:36.922 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
89142024-09-03T23:46:38.077Z[ host-image] Sep 03 23:46:36.922 INFO O| Sep 03 23:46:36.922 INFO ok!
89152024-09-03T23:46:38.077Z[ host-image] Sep 03 23:46:36.922 INFO O| Sep 03 23:46:36.922 INFO STEP 36 (ensure_file) COMPLETE
89162024-09-03T23:46:38.078Z[ host-image] Sep 03 23:46:36.922 INFO O| Sep 03 23:46:36.922 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89172024-09-03T23:46:38.085Z[ host-image] Sep 03 23:46:36.932 INFO O| Sep 03 23:46:36.932 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89182024-09-03T23:46:38.087Z[ host-image] Sep 03 23:46:36.932 INFO O| Sep 03 23:46:36.932 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 ...
89192024-09-03T23:46:38.087Z[ host-image] Sep 03 23:46:36.932 INFO O| Sep 03 23:46:36.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89202024-09-03T23:46:38.087Z[ host-image] Sep 03 23:46:36.932 INFO O| Sep 03 23:46:36.932 INFO ok!
89212024-09-03T23:46:38.087Z[ host-image] Sep 03 23:46:36.932 INFO O| Sep 03 23:46:36.932 INFO STEP 37 (ensure_symlink) COMPLETE
89222024-09-03T23:46:38.087Z[ host-image] Sep 03 23:46:36.932 INFO O| Sep 03 23:46:36.932 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89232024-09-03T23:46:38.095Z[ host-image] Sep 03 23:46:36.942 INFO O| Sep 03 23:46:36.942 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89242024-09-03T23:46:38.095Z[ host-image] Sep 03 23:46:36.942 INFO O| Sep 03 23:46:36.942 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89252024-09-03T23:46:38.097Z[ host-image] Sep 03 23:46:36.942 INFO O| Sep 03 23:46:36.942 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89262024-09-03T23:46:38.097Z[ host-image] Sep 03 23:46:36.942 INFO O| Sep 03 23:46:36.942 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89272024-09-03T23:46:38.097Z[ host-image] Sep 03 23:46:36.942 INFO O| Sep 03 23:46:36.942 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89282024-09-03T23:46:38.098Z[ host-image] Sep 03 23:46:36.942 INFO O| Sep 03 23:46:36.942 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89292024-09-03T23:46:38.098Z[ host-image] Sep 03 23:46:36.942 INFO O| Sep 03 23:46:36.942 INFO ok!
89302024-09-03T23:46:38.098Z[ host-image] Sep 03 23:46:36.942 INFO O| Sep 03 23:46:36.942 INFO STEP 38 (ensure_file) COMPLETE
89312024-09-03T23:46:38.098Z[ host-image] Sep 03 23:46:36.942 INFO O| Sep 03 23:46:36.942 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89322024-09-03T23:46:38.105Z[ host-image] Sep 03 23:46:36.952 INFO O| Sep 03 23:46:36.952 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
89332024-09-03T23:46:38.105Z[ host-image] Sep 03 23:46:36.952 INFO O| Sep 03 23:46:36.952 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 ...
89342024-09-03T23:46:38.108Z[ host-image] Sep 03 23:46:36.952 INFO O| Sep 03 23:46:36.952 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
89352024-09-03T23:46:38.108Z[ host-image] Sep 03 23:46:36.952 INFO O| Sep 03 23:46:36.952 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89362024-09-03T23:46:38.108Z[ host-image] Sep 03 23:46:36.952 INFO O| Sep 03 23:46:36.952 INFO ok!
89372024-09-03T23:46:38.108Z[ host-image] Sep 03 23:46:36.952 INFO O| Sep 03 23:46:36.952 INFO STEP 39 (ensure_file) COMPLETE
89382024-09-03T23:46:38.108Z[ host-image] Sep 03 23:46:36.952 INFO O| Sep 03 23:46:36.952 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89392024-09-03T23:46:38.115Z[ host-image] Sep 03 23:46:36.962 INFO O| Sep 03 23:46:36.962 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
89402024-09-03T23:46:38.115Z[ host-image] Sep 03 23:46:36.962 INFO O| Sep 03 23:46:36.962 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
89412024-09-03T23:46:38.118Z[ host-image] Sep 03 23:46:36.962 INFO O| Sep 03 23:46:36.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
89422024-09-03T23:46:38.118Z[ host-image] Sep 03 23:46:36.962 INFO O| Sep 03 23:46:36.962 INFO ok!
89432024-09-03T23:46:38.118Z[ host-image] Sep 03 23:46:36.962 INFO O| Sep 03 23:46:36.962 INFO STEP 40 (ensure_file) COMPLETE
89442024-09-03T23:46:38.118Z[ host-image] Sep 03 23:46:36.962 INFO O| Sep 03 23:46:36.962 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89452024-09-03T23:46:38.125Z[ host-image] Sep 03 23:46:36.971 INFO O| Sep 03 23:46:36.971 INFO updating shadow file
89462024-09-03T23:46:38.127Z[ host-image] Sep 03 23:46:36.972 INFO O| Sep 03 23:46:36.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89472024-09-03T23:46:38.128Z[ host-image] Sep 03 23:46:36.972 INFO O| Sep 03 23:46:36.972 INFO STEP 41 (shadow) COMPLETE
89482024-09-03T23:46:38.128Z[ host-image] Sep 03 23:46:36.972 INFO O| Sep 03 23:46:36.972 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89492024-09-03T23:46:38.135Z[ host-image] Sep 03 23:46:36.982 INFO O| Sep 03 23:46:36.982 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
89502024-09-03T23:46:38.135Z[ host-image] Sep 03 23:46:36.982 INFO O| Sep 03 23:46:36.982 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
89512024-09-03T23:46:38.137Z[ host-image] Sep 03 23:46:36.982 INFO O| Sep 03 23:46:36.982 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89522024-09-03T23:46:38.137Z[ host-image] Sep 03 23:46:36.982 INFO O| Sep 03 23:46:36.982 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89532024-09-03T23:46:38.137Z[ host-image] Sep 03 23:46:36.982 INFO O| Sep 03 23:46:36.982 INFO ok!
89542024-09-03T23:46:38.137Z[ host-image] Sep 03 23:46:36.982 INFO O| Sep 03 23:46:36.982 INFO STEP 42 (ensure_file) COMPLETE
89552024-09-03T23:46:38.137Z[ host-image] Sep 03 23:46:36.982 INFO O| Sep 03 23:46:36.982 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89562024-09-03T23:46:38.137Z[ host-image] Sep 03 23:46:36.982 INFO O| Sep 03 23:46:36.982 INFO skip step because feature "mfg" is not enabled
89572024-09-03T23:46:38.137Z[ host-image] Sep 03 23:46:36.982 INFO O| Sep 03 23:46:36.982 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89582024-09-03T23:46:38.137Z[ host-image] Sep 03 23:46:36.982 INFO O| Sep 03 23:46:36.982 INFO skip step because feature "mfg" is not enabled
89592024-09-03T23:46:38.137Z[ host-image] Sep 03 23:46:36.982 INFO O| Sep 03 23:46:36.982 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89602024-09-03T23:46:38.146Z[ host-image] Sep 03 23:46:36.993 INFO O| Sep 03 23:46:36.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89612024-09-03T23:46:38.146Z[ host-image] Sep 03 23:46:36.993 INFO O| Sep 03 23:46:36.993 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89622024-09-03T23:46:38.806Z[ host-image] Sep 03 23:46:37.653 INFO O| Sep 03 23:46:37.652 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89632024-09-03T23:46:38.806Z[ host-image] Sep 03 23:46:37.653 INFO O| Sep 03 23:46:37.652 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89642024-09-03T23:46:38.809Z[ host-image] Sep 03 23:46:37.653 INFO O| Sep 03 23:46:37.652 INFO ok!
89652024-09-03T23:46:38.809Z[ host-image] Sep 03 23:46:37.653 INFO O| Sep 03 23:46:37.653 INFO STEP 45 (ensure_file) COMPLETE
89662024-09-03T23:46:38.809Z[ host-image] Sep 03 23:46:37.653 INFO O| Sep 03 23:46:37.653 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89672024-09-03T23:46:38.819Z[ host-image] Sep 03 23:46:37.666 INFO O| Sep 03 23:46:37.666 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
89682024-09-03T23:46:38.819Z[ host-image] Sep 03 23:46:37.666 INFO O| Sep 03 23:46:37.666 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89692024-09-03T23:46:38.822Z[ host-image] Sep 03 23:46:37.666 INFO O| Sep 03 23:46:37.666 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89702024-09-03T23:46:38.822Z[ host-image] Sep 03 23:46:37.666 INFO O| Sep 03 23:46:37.666 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89712024-09-03T23:46:38.822Z[ host-image] Sep 03 23:46:37.666 INFO O| Sep 03 23:46:37.666 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89722024-09-03T23:46:38.822Z[ host-image] Sep 03 23:46:37.666 INFO O| Sep 03 23:46:37.666 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89732024-09-03T23:46:38.822Z[ host-image] Sep 03 23:46:37.666 INFO O| Sep 03 23:46:37.666 INFO ok!
89742024-09-03T23:46:38.822Z[ host-image] Sep 03 23:46:37.666 INFO O| Sep 03 23:46:37.666 INFO STEP 46 (ensure_file) COMPLETE
89752024-09-03T23:46:38.822Z[ host-image] Sep 03 23:46:37.666 INFO O| Sep 03 23:46:37.666 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89762024-09-03T23:46:38.830Z[ host-image] Sep 03 23:46:37.677 INFO O| Sep 03 23:46:37.677 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89772024-09-03T23:46:38.830Z[ host-image] Sep 03 23:46:37.677 INFO O| Sep 03 23:46:37.677 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 ...
89782024-09-03T23:46:38.833Z[ host-image] Sep 03 23:46:37.678 INFO O| Sep 03 23:46:37.677 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
89792024-09-03T23:46:38.833Z[ host-image] Sep 03 23:46:37.678 INFO O| Sep 03 23:46:37.678 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89802024-09-03T23:46:38.833Z[ host-image] Sep 03 23:46:37.678 INFO O| Sep 03 23:46:37.678 INFO ok!
89812024-09-03T23:46:38.833Z[ host-image] Sep 03 23:46:37.678 INFO O| Sep 03 23:46:37.678 INFO STEP 47 (ensure_file) COMPLETE
89822024-09-03T23:46:38.833Z[ host-image] Sep 03 23:46:37.678 INFO O| Sep 03 23:46:37.678 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89832024-09-03T23:46:38.842Z[ host-image] Sep 03 23:46:37.688 INFO O| Sep 03 23:46:37.688 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89842024-09-03T23:46:38.844Z[ host-image] Sep 03 23:46:37.688 INFO O| Sep 03 23:46:37.688 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89852024-09-03T23:46:38.844Z[ host-image] Sep 03 23:46:37.689 INFO O| Sep 03 23:46:37.689 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89862024-09-03T23:46:38.844Z[ host-image] Sep 03 23:46:37.689 INFO O| Sep 03 23:46:37.689 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89872024-09-03T23:46:38.844Z[ host-image] Sep 03 23:46:37.689 INFO O| Sep 03 23:46:37.689 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89882024-09-03T23:46:38.844Z[ host-image] Sep 03 23:46:37.689 INFO O| Sep 03 23:46:37.689 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89892024-09-03T23:46:38.844Z[ host-image] Sep 03 23:46:37.689 INFO O| Sep 03 23:46:37.689 INFO ok!
89902024-09-03T23:46:38.844Z[ host-image] Sep 03 23:46:37.689 INFO O| Sep 03 23:46:37.689 INFO STEP 48 (ensure_file) COMPLETE
89912024-09-03T23:46:38.844Z[ host-image] Sep 03 23:46:37.689 INFO O| Sep 03 23:46:37.689 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89922024-09-03T23:46:38.855Z[ host-image] Sep 03 23:46:37.701 INFO O| Sep 03 23:46:37.701 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89932024-09-03T23:46:38.855Z[ host-image] Sep 03 23:46:37.701 INFO O| Sep 03 23:46:37.701 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 ...
89942024-09-03T23:46:38.857Z[ host-image] Sep 03 23:46:37.701 INFO O| Sep 03 23:46:37.701 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
89952024-09-03T23:46:38.857Z[ host-image] Sep 03 23:46:37.702 INFO O| Sep 03 23:46:37.701 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89962024-09-03T23:46:38.857Z[ host-image] Sep 03 23:46:37.702 INFO O| Sep 03 23:46:37.701 INFO ok!
89972024-09-03T23:46:38.857Z[ host-image] Sep 03 23:46:37.702 INFO O| Sep 03 23:46:37.701 INFO STEP 49 (ensure_file) COMPLETE
89982024-09-03T23:46:38.857Z[ host-image] Sep 03 23:46:37.702 INFO O| Sep 03 23:46:37.702 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89992024-09-03T23:46:38.865Z[ host-image] Sep 03 23:46:37.712 INFO O| Sep 03 23:46:37.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
90002024-09-03T23:46:38.865Z[ host-image] Sep 03 23:46:37.712 INFO O| Sep 03 23:46:37.712 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90012024-09-03T23:46:38.867Z[ host-image] Sep 03 23:46:37.712 INFO O| Sep 03 23:46:37.712 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90022024-09-03T23:46:38.868Z[ host-image] Sep 03 23:46:37.712 INFO O| Sep 03 23:46:37.712 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90032024-09-03T23:46:38.868Z[ host-image] Sep 03 23:46:37.712 INFO O| Sep 03 23:46:37.712 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90042024-09-03T23:46:38.868Z[ host-image] Sep 03 23:46:37.712 INFO O| Sep 03 23:46:37.712 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90052024-09-03T23:46:38.868Z[ host-image] Sep 03 23:46:37.712 INFO O| Sep 03 23:46:37.712 INFO ok!
90062024-09-03T23:46:38.868Z[ host-image] Sep 03 23:46:37.712 INFO O| Sep 03 23:46:37.712 INFO STEP 50 (ensure_file) COMPLETE
90072024-09-03T23:46:38.868Z[ host-image] Sep 03 23:46:37.712 INFO O| Sep 03 23:46:37.712 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90082024-09-03T23:46:38.876Z[ host-image] Sep 03 23:46:37.723 INFO O| Sep 03 23:46:37.722 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90092024-09-03T23:46:38.876Z[ host-image] Sep 03 23:46:37.723 INFO O| Sep 03 23:46:37.723 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 ...
90102024-09-03T23:46:38.878Z[ host-image] Sep 03 23:46:37.723 INFO O| Sep 03 23:46:37.723 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
90112024-09-03T23:46:38.878Z[ host-image] Sep 03 23:46:37.723 INFO O| Sep 03 23:46:37.723 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90122024-09-03T23:46:38.878Z[ host-image] Sep 03 23:46:37.723 INFO O| Sep 03 23:46:37.723 INFO ok!
90132024-09-03T23:46:38.878Z[ host-image] Sep 03 23:46:37.723 INFO O| Sep 03 23:46:37.723 INFO STEP 51 (ensure_file) COMPLETE
90142024-09-03T23:46:38.878Z[ host-image] Sep 03 23:46:37.723 INFO O| Sep 03 23:46:37.723 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90152024-09-03T23:46:38.886Z[ host-image] Sep 03 23:46:37.733 INFO O| Sep 03 23:46:37.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90162024-09-03T23:46:38.886Z[ host-image] Sep 03 23:46:37.733 INFO O| Sep 03 23:46:37.733 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 ...
90172024-09-03T23:46:38.888Z[ host-image] Sep 03 23:46:37.733 INFO O| Sep 03 23:46:37.733 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
90182024-09-03T23:46:38.889Z[ host-image] Sep 03 23:46:37.733 INFO O| Sep 03 23:46:37.733 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90192024-09-03T23:46:38.889Z[ host-image] Sep 03 23:46:37.733 INFO O| Sep 03 23:46:37.733 INFO ok!
90202024-09-03T23:46:38.889Z[ host-image] Sep 03 23:46:37.733 INFO O| Sep 03 23:46:37.733 INFO STEP 52 (ensure_file) COMPLETE
90212024-09-03T23:46:38.889Z[ host-image] Sep 03 23:46:37.733 INFO O| Sep 03 23:46:37.733 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90222024-09-03T23:46:38.897Z[ host-image] Sep 03 23:46:37.744 INFO O| Sep 03 23:46:37.744 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90232024-09-03T23:46:38.897Z[ host-image] Sep 03 23:46:37.744 INFO O| Sep 03 23:46:37.744 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 ...
90242024-09-03T23:46:38.897Z[ host-image] Sep 03 23:46:37.744 INFO O| Sep 03 23:46:37.744 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
90252024-09-03T23:46:38.900Z[ host-image] Sep 03 23:46:37.744 INFO O| Sep 03 23:46:37.744 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90262024-09-03T23:46:38.900Z[ host-image] Sep 03 23:46:37.744 INFO O| Sep 03 23:46:37.744 INFO ok!
90272024-09-03T23:46:38.900Z[ host-image] Sep 03 23:46:37.744 INFO O| Sep 03 23:46:37.744 INFO STEP 53 (ensure_file) COMPLETE
90282024-09-03T23:46:38.900Z[ host-image] Sep 03 23:46:37.744 INFO O| Sep 03 23:46:37.744 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90292024-09-03T23:46:38.909Z[ host-image] Sep 03 23:46:37.755 INFO O| Sep 03 23:46:37.755 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90302024-09-03T23:46:38.909Z[ host-image] Sep 03 23:46:37.755 INFO O| Sep 03 23:46:37.755 INFO STEP 54 (ensure_dir) COMPLETE
90312024-09-03T23:46:38.909Z[ host-image] Sep 03 23:46:37.755 INFO O| Sep 03 23:46:37.755 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90322024-09-03T23:46:38.920Z[ host-image] Sep 03 23:46:37.767 INFO O| Sep 03 23:46:37.767 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90332024-09-03T23:46:38.920Z[ host-image] Sep 03 23:46:37.767 INFO O| Sep 03 23:46:37.767 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90342024-09-03T23:46:38.922Z[ host-image] Sep 03 23:46:37.767 INFO O| Sep 03 23:46:37.767 INFO STEP 55 (ensure_dir) COMPLETE
90352024-09-03T23:46:38.923Z[ host-image] Sep 03 23:46:37.767 INFO O| Sep 03 23:46:37.767 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90362024-09-03T23:46:38.930Z[ host-image] Sep 03 23:46:37.777 INFO O| Sep 03 23:46:37.777 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90372024-09-03T23:46:38.932Z[ host-image] Sep 03 23:46:37.777 INFO O| Sep 03 23:46:37.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90382024-09-03T23:46:38.933Z[ host-image] Sep 03 23:46:37.777 INFO O| Sep 03 23:46:37.777 INFO STEP 56 (ensure_dir) COMPLETE
90392024-09-03T23:46:38.933Z[ host-image] Sep 03 23:46:37.777 INFO O| Sep 03 23:46:37.777 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90402024-09-03T23:46:38.941Z[ host-image] Sep 03 23:46:37.787 INFO O| Sep 03 23:46:37.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
90412024-09-03T23:46:38.941Z[ host-image] Sep 03 23:46:37.788 INFO O| Sep 03 23:46:37.787 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
90422024-09-03T23:46:38.955Z[ host-image] Sep 03 23:46:37.802 INFO O| Sep 03 23:46:37.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
90432024-09-03T23:46:38.955Z[ host-image] Sep 03 23:46:37.802 INFO O| Sep 03 23:46:37.802 INFO ok!
90442024-09-03T23:46:38.958Z[ host-image] Sep 03 23:46:37.802 INFO O| Sep 03 23:46:37.802 INFO STEP 57 (ensure_file) COMPLETE
90452024-09-03T23:46:38.958Z[ host-image] Sep 03 23:46:37.802 INFO O| Sep 03 23:46:37.802 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90462024-09-03T23:46:38.970Z[ host-image] Sep 03 23:46:37.815 INFO O| Sep 03 23:46:37.815 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
90472024-09-03T23:46:38.987Z[ host-image] Sep 03 23:46:37.815 INFO O| Sep 03 23:46:37.815 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
90482024-09-03T23:46:40.064Z[ host-image] Sep 03 23:46:38.910 INFO O| Sep 03 23:46:38.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90492024-09-03T23:46:40.064Z[ host-image] Sep 03 23:46:38.910 INFO O| Sep 03 23:46:38.910 INFO ok!
90502024-09-03T23:46:40.064Z[ host-image] Sep 03 23:46:38.910 INFO O| Sep 03 23:46:38.910 INFO STEP 58 (ensure_file) COMPLETE
90512024-09-03T23:46:40.068Z[ host-image] Sep 03 23:46:38.910 INFO O| Sep 03 23:46:38.910 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90522024-09-03T23:46:40.075Z[ host-image] Sep 03 23:46:38.922 INFO O| Sep 03 23:46:38.922 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90532024-09-03T23:46:40.077Z[ host-image] Sep 03 23:46:38.922 INFO O| Sep 03 23:46:38.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90542024-09-03T23:46:40.077Z[ host-image] Sep 03 23:46:38.922 INFO O| Sep 03 23:46:38.922 INFO STEP 59 (ensure_dir) COMPLETE
90552024-09-03T23:46:40.077Z[ host-image] Sep 03 23:46:38.922 INFO O| Sep 03 23:46:38.922 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90562024-09-03T23:46:40.085Z[ host-image] Sep 03 23:46:38.932 INFO O| Sep 03 23:46:38.932 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90572024-09-03T23:46:40.087Z[ host-image] Sep 03 23:46:38.932 INFO O| Sep 03 23:46:38.932 INFO copying /tmp/.tmpVIqjNP/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 ...
90582024-09-03T23:46:40.087Z[ host-image] Sep 03 23:46:38.932 INFO O| Sep 03 23:46:38.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90592024-09-03T23:46:40.087Z[ host-image] Sep 03 23:46:38.932 INFO O| Sep 03 23:46:38.932 INFO ok!
90602024-09-03T23:46:40.087Z[ host-image] Sep 03 23:46:38.932 INFO O| Sep 03 23:46:38.932 INFO STEP 60 (ensure_file) COMPLETE
90612024-09-03T23:46:40.087Z[ host-image] Sep 03 23:46:38.932 INFO O| Sep 03 23:46:38.932 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90622024-09-03T23:46:40.095Z[ host-image] Sep 03 23:46:38.942 INFO O| Sep 03 23:46:38.942 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90632024-09-03T23:46:40.095Z[ host-image] Sep 03 23:46:38.942 INFO O| Sep 03 23:46:38.942 INFO copying /tmp/.tmpVIqjNP/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 ...
90642024-09-03T23:46:40.097Z[ host-image] Sep 03 23:46:38.942 INFO O| Sep 03 23:46:38.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90652024-09-03T23:46:40.097Z[ host-image] Sep 03 23:46:38.942 INFO O| Sep 03 23:46:38.942 INFO ok!
90662024-09-03T23:46:40.097Z[ host-image] Sep 03 23:46:38.942 INFO O| Sep 03 23:46:38.942 INFO STEP 61 (ensure_file) COMPLETE
90672024-09-03T23:46:40.097Z[ host-image] Sep 03 23:46:38.942 INFO O| Sep 03 23:46:38.942 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90682024-09-03T23:46:40.105Z[ host-image] Sep 03 23:46:38.951 INFO O| Sep 03 23:46:38.951 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90692024-09-03T23:46:40.107Z[ host-image] Sep 03 23:46:38.952 INFO O| Sep 03 23:46:38.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90702024-09-03T23:46:40.107Z[ host-image] Sep 03 23:46:38.952 INFO O| Sep 03 23:46:38.952 INFO STEP 62 (ensure_dir) COMPLETE
90712024-09-03T23:46:40.107Z[ host-image] Sep 03 23:46:38.952 INFO O| Sep 03 23:46:38.952 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90722024-09-03T23:46:40.115Z[ host-image] Sep 03 23:46:38.961 INFO O| Sep 03 23:46:38.961 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90732024-09-03T23:46:40.115Z[ host-image] Sep 03 23:46:38.961 INFO O| Sep 03 23:46:38.961 INFO copying /tmp/.tmpVIqjNP/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 ...
90742024-09-03T23:46:40.117Z[ host-image] Sep 03 23:46:38.961 INFO O| Sep 03 23:46:38.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90752024-09-03T23:46:40.117Z[ host-image] Sep 03 23:46:38.961 INFO O| Sep 03 23:46:38.961 INFO ok!
90762024-09-03T23:46:40.117Z[ host-image] Sep 03 23:46:38.961 INFO O| Sep 03 23:46:38.961 INFO STEP 63 (ensure_file) COMPLETE
90772024-09-03T23:46:40.117Z[ host-image] Sep 03 23:46:38.961 INFO O| Sep 03 23:46:38.961 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90782024-09-03T23:46:40.128Z[ host-image] Sep 03 23:46:38.975 INFO O| Sep 03 23:46:38.975 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90792024-09-03T23:46:40.131Z[ host-image] Sep 03 23:46:38.975 INFO O| Sep 03 23:46:38.975 INFO copying /tmp/.tmpVIqjNP/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 ...
90802024-09-03T23:46:40.131Z[ host-image] Sep 03 23:46:38.975 INFO O| Sep 03 23:46:38.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90812024-09-03T23:46:40.131Z[ host-image] Sep 03 23:46:38.975 INFO O| Sep 03 23:46:38.975 INFO ok!
90822024-09-03T23:46:40.131Z[ host-image] Sep 03 23:46:38.975 INFO O| Sep 03 23:46:38.975 INFO STEP 64 (ensure_file) COMPLETE
90832024-09-03T23:46:40.131Z[ host-image] Sep 03 23:46:38.975 INFO O| Sep 03 23:46:38.975 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90842024-09-03T23:46:40.141Z[ host-image] Sep 03 23:46:38.987 INFO O| Sep 03 23:46:38.987 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90852024-09-03T23:46:40.143Z[ host-image] Sep 03 23:46:38.987 INFO O| Sep 03 23:46:38.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90862024-09-03T23:46:40.143Z[ host-image] Sep 03 23:46:38.987 INFO O| Sep 03 23:46:38.987 INFO STEP 65 (ensure_dir) COMPLETE
90872024-09-03T23:46:40.143Z[ host-image] Sep 03 23:46:38.987 INFO O| Sep 03 23:46:38.987 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90882024-09-03T23:46:40.151Z[ host-image] Sep 03 23:46:38.997 INFO O| Sep 03 23:46:38.997 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90892024-09-03T23:46:40.151Z[ host-image] Sep 03 23:46:38.997 INFO O| Sep 03 23:46:38.997 INFO copying /tmp/.tmpVIqjNP/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 ...
90902024-09-03T23:46:40.153Z[ host-image] Sep 03 23:46:38.998 INFO O| Sep 03 23:46:38.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90912024-09-03T23:46:40.153Z[ host-image] Sep 03 23:46:38.998 INFO O| Sep 03 23:46:38.997 INFO ok!
90922024-09-03T23:46:40.153Z[ host-image] Sep 03 23:46:38.998 INFO O| Sep 03 23:46:38.998 INFO STEP 66 (ensure_file) COMPLETE
90932024-09-03T23:46:40.153Z[ host-image] Sep 03 23:46:38.998 INFO O| Sep 03 23:46:38.998 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90942024-09-03T23:46:40.162Z[ host-image] Sep 03 23:46:39.008 INFO O| Sep 03 23:46:39.008 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90952024-09-03T23:46:40.162Z[ host-image] Sep 03 23:46:39.008 INFO O| Sep 03 23:46:39.008 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
90962024-09-03T23:46:40.164Z[ host-image] Sep 03 23:46:39.008 INFO O| Sep 03 23:46:39.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
90972024-09-03T23:46:40.164Z[ host-image] Sep 03 23:46:39.008 INFO O| Sep 03 23:46:39.008 INFO ok!
90982024-09-03T23:46:40.164Z[ host-image] Sep 03 23:46:39.008 INFO O| Sep 03 23:46:39.008 INFO STEP 67 (ensure_file) COMPLETE
90992024-09-03T23:46:40.164Z[ host-image] Sep 03 23:46:39.009 INFO O| Sep 03 23:46:39.008 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91002024-09-03T23:46:40.172Z[ host-image] Sep 03 23:46:39.019 INFO O| Sep 03 23:46:39.018 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91012024-09-03T23:46:40.174Z[ host-image] Sep 03 23:46:39.019 INFO O| Sep 03 23:46:39.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91022024-09-03T23:46:40.174Z[ host-image] Sep 03 23:46:39.019 INFO O| Sep 03 23:46:39.019 INFO STEP 68 (ensure_dir) COMPLETE
91032024-09-03T23:46:40.174Z[ host-image] Sep 03 23:46:39.019 INFO O| Sep 03 23:46:39.019 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91042024-09-03T23:46:40.182Z[ host-image] Sep 03 23:46:39.029 INFO O| Sep 03 23:46:39.028 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91052024-09-03T23:46:40.182Z[ host-image] Sep 03 23:46:39.029 INFO O| Sep 03 23:46:39.029 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91062024-09-03T23:46:40.753Z[ host-image] Sep 03 23:46:39.600 INFO O| Sep 03 23:46:39.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91072024-09-03T23:46:40.753Z[ host-image] Sep 03 23:46:39.600 INFO O| Sep 03 23:46:39.599 INFO ok!
91082024-09-03T23:46:40.753Z[ host-image] Sep 03 23:46:39.600 INFO O| Sep 03 23:46:39.599 INFO STEP 69 (ensure_file) COMPLETE
91092024-09-03T23:46:40.756Z[ host-image] Sep 03 23:46:39.600 INFO O| Sep 03 23:46:39.599 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91102024-09-03T23:46:40.765Z[ host-image] Sep 03 23:46:39.612 INFO O| Sep 03 23:46:39.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91112024-09-03T23:46:40.768Z[ host-image] Sep 03 23:46:39.612 INFO O| Sep 03 23:46:39.612 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91122024-09-03T23:46:42.240Z[ host-image] Sep 03 23:46:41.087 INFO O| Sep 03 23:46:41.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91132024-09-03T23:46:42.240Z[ host-image] Sep 03 23:46:41.087 INFO O| Sep 03 23:46:41.087 INFO ok!
91142024-09-03T23:46:42.240Z[ host-image] Sep 03 23:46:41.087 INFO O| Sep 03 23:46:41.087 INFO STEP 70 (ensure_file) COMPLETE
91152024-09-03T23:46:42.243Z[ host-image] Sep 03 23:46:41.087 INFO O| Sep 03 23:46:41.087 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91162024-09-03T23:46:42.251Z[ host-image] Sep 03 23:46:41.098 INFO O| Sep 03 23:46:41.098 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91172024-09-03T23:46:42.254Z[ host-image] Sep 03 23:46:41.098 INFO O| Sep 03 23:46:41.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91182024-09-03T23:46:42.254Z[ host-image] Sep 03 23:46:41.098 INFO O| Sep 03 23:46:41.098 INFO STEP 71 (ensure_dir) COMPLETE
91192024-09-03T23:46:42.254Z[ host-image] Sep 03 23:46:41.098 INFO O| Sep 03 23:46:41.098 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91202024-09-03T23:46:42.261Z[ host-image] Sep 03 23:46:41.108 INFO O| Sep 03 23:46:41.108 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91212024-09-03T23:46:42.263Z[ host-image] Sep 03 23:46:41.108 INFO O| Sep 03 23:46:41.108 INFO copying /tmp/.tmpVIqjNP/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 ...
91222024-09-03T23:46:42.264Z[ host-image] Sep 03 23:46:41.108 INFO O| Sep 03 23:46:41.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91232024-09-03T23:46:42.264Z[ host-image] Sep 03 23:46:41.108 INFO O| Sep 03 23:46:41.108 INFO ok!
91242024-09-03T23:46:42.264Z[ host-image] Sep 03 23:46:41.108 INFO O| Sep 03 23:46:41.108 INFO STEP 72 (ensure_file) COMPLETE
91252024-09-03T23:46:42.264Z[ host-image] Sep 03 23:46:41.108 INFO O| Sep 03 23:46:41.108 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91262024-09-03T23:46:42.271Z[ host-image] Sep 03 23:46:41.118 INFO O| Sep 03 23:46:41.118 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91272024-09-03T23:46:42.271Z[ host-image] Sep 03 23:46:41.118 INFO O| Sep 03 23:46:41.118 INFO copying /tmp/.tmpVIqjNP/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 ...
91282024-09-03T23:46:42.273Z[ host-image] Sep 03 23:46:41.118 INFO O| Sep 03 23:46:41.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
91292024-09-03T23:46:42.273Z[ host-image] Sep 03 23:46:41.118 INFO O| Sep 03 23:46:41.118 INFO ok!
91302024-09-03T23:46:42.273Z[ host-image] Sep 03 23:46:41.118 INFO O| Sep 03 23:46:41.118 INFO STEP 73 (ensure_file) COMPLETE
91312024-09-03T23:46:42.273Z[ host-image] Sep 03 23:46:41.118 INFO O| Sep 03 23:46:41.118 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91322024-09-03T23:46:42.281Z[ host-image] Sep 03 23:46:41.127 INFO O| Sep 03 23:46:41.127 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
91332024-09-03T23:46:42.281Z[ host-image] Sep 03 23:46:41.127 INFO O| Sep 03 23:46:41.127 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
91342024-09-03T23:46:42.283Z[ host-image] Sep 03 23:46:41.127 INFO O| Sep 03 23:46:41.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
91352024-09-03T23:46:42.283Z[ host-image] Sep 03 23:46:41.127 INFO O| Sep 03 23:46:41.127 INFO ok!
91362024-09-03T23:46:42.283Z[ host-image] Sep 03 23:46:41.127 INFO O| Sep 03 23:46:41.127 INFO STEP 74 (ensure_file) COMPLETE
91372024-09-03T23:46:42.283Z[ host-image] Sep 03 23:46:41.128 INFO O| Sep 03 23:46:41.127 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91382024-09-03T23:46:42.290Z[ host-image] Sep 03 23:46:41.137 INFO O| Sep 03 23:46:41.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
91392024-09-03T23:46:42.293Z[ host-image] Sep 03 23:46:41.137 INFO O| Sep 03 23:46:41.137 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
91402024-09-03T23:46:42.293Z[ host-image] Sep 03 23:46:41.137 INFO O| Sep 03 23:46:41.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
91412024-09-03T23:46:42.293Z[ host-image] Sep 03 23:46:41.137 INFO O| Sep 03 23:46:41.137 INFO ok!
91422024-09-03T23:46:42.293Z[ host-image] Sep 03 23:46:41.137 INFO O| Sep 03 23:46:41.137 INFO STEP 75 (ensure_file) COMPLETE
91432024-09-03T23:46:42.293Z[ host-image] Sep 03 23:46:41.137 INFO O| Sep 03 23:46:41.137 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91442024-09-03T23:46:42.300Z[ host-image] Sep 03 23:46:41.147 INFO O| Sep 03 23:46:41.147 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91452024-09-03T23:46:42.302Z[ host-image] Sep 03 23:46:41.147 INFO O| Sep 03 23:46:41.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91462024-09-03T23:46:42.302Z[ host-image] Sep 03 23:46:41.147 INFO O| Sep 03 23:46:41.147 INFO STEP 76 (ensure_dir) COMPLETE
91472024-09-03T23:46:42.302Z[ host-image] Sep 03 23:46:41.147 INFO O| Sep 03 23:46:41.147 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91482024-09-03T23:46:42.310Z[ host-image] Sep 03 23:46:41.156 INFO O| Sep 03 23:46:41.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91492024-09-03T23:46:42.310Z[ host-image] Sep 03 23:46:41.157 INFO O| Sep 03 23:46:41.156 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91502024-09-03T23:46:42.779Z[ host-image] Sep 03 23:46:41.625 INFO O| Sep 03 23:46:41.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91512024-09-03T23:46:42.779Z[ host-image] Sep 03 23:46:41.625 INFO O| Sep 03 23:46:41.625 INFO ok!
91522024-09-03T23:46:42.779Z[ host-image] Sep 03 23:46:41.625 INFO O| Sep 03 23:46:41.625 INFO STEP 77 (ensure_file) COMPLETE
91532024-09-03T23:46:42.781Z[ host-image] Sep 03 23:46:41.625 INFO O| Sep 03 23:46:41.625 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91542024-09-03T23:46:42.790Z[ host-image] Sep 03 23:46:41.637 INFO O| Sep 03 23:46:41.637 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91552024-09-03T23:46:42.790Z[ host-image] Sep 03 23:46:41.637 INFO O| Sep 03 23:46:41.637 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91562024-09-03T23:46:42.793Z[ host-image] Sep 03 23:46:41.637 INFO O| Sep 03 23:46:41.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91572024-09-03T23:46:42.793Z[ host-image] Sep 03 23:46:41.637 INFO O| Sep 03 23:46:41.637 INFO ok!
91582024-09-03T23:46:42.793Z[ host-image] Sep 03 23:46:41.637 INFO O| Sep 03 23:46:41.637 INFO STEP 78 (ensure_file) COMPLETE
91592024-09-03T23:46:42.793Z[ host-image] Sep 03 23:46:41.637 INFO O| Sep 03 23:46:41.637 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91602024-09-03T23:46:42.800Z[ host-image] Sep 03 23:46:41.647 INFO O| Sep 03 23:46:41.647 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91612024-09-03T23:46:42.803Z[ host-image] Sep 03 23:46:41.647 INFO O| Sep 03 23:46:41.647 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91622024-09-03T23:46:43.640Z[ host-image] Sep 03 23:46:42.486 INFO O| Sep 03 23:46:42.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91632024-09-03T23:46:43.640Z[ host-image] Sep 03 23:46:42.486 INFO O| Sep 03 23:46:42.486 INFO ok!
91642024-09-03T23:46:43.642Z[ host-image] Sep 03 23:46:42.486 INFO O| Sep 03 23:46:42.486 INFO STEP 79 (ensure_file) COMPLETE
91652024-09-03T23:46:43.642Z[ host-image] Sep 03 23:46:42.486 INFO O| Sep 03 23:46:42.486 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91662024-09-03T23:46:43.651Z[ host-image] Sep 03 23:46:42.497 INFO O| Sep 03 23:46:42.497 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91672024-09-03T23:46:43.653Z[ host-image] Sep 03 23:46:42.497 INFO O| Sep 03 23:46:42.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91682024-09-03T23:46:43.653Z[ host-image] Sep 03 23:46:42.497 INFO O| Sep 03 23:46:42.497 INFO STEP 80 (ensure_dir) COMPLETE
91692024-09-03T23:46:43.653Z[ host-image] Sep 03 23:46:42.497 INFO O| Sep 03 23:46:42.497 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91702024-09-03T23:46:43.661Z[ host-image] Sep 03 23:46:42.507 INFO O| Sep 03 23:46:42.507 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91712024-09-03T23:46:43.661Z[ host-image] Sep 03 23:46:42.507 INFO O| Sep 03 23:46:42.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91722024-09-03T23:46:43.661Z[ host-image] Sep 03 23:46:42.507 INFO O| Sep 03 23:46:42.507 INFO STEP 81 (ensure_dir) COMPLETE
91732024-09-03T23:46:43.666Z[ host-image] Sep 03 23:46:42.507 INFO O| Sep 03 23:46:42.507 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91742024-09-03T23:46:43.680Z[ host-image] Sep 03 23:46:42.527 INFO O| Sep 03 23:46:42.527 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91752024-09-03T23:46:43.680Z[ host-image] Sep 03 23:46:42.527 INFO O| Sep 03 23:46:42.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91762024-09-03T23:46:43.680Z[ host-image] Sep 03 23:46:42.527 INFO O| Sep 03 23:46:42.527 INFO STEP 82 (ensure_dir) COMPLETE
91772024-09-03T23:46:43.684Z[ host-image] Sep 03 23:46:42.527 INFO O| Sep 03 23:46:42.527 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91782024-09-03T23:46:43.690Z[ host-image] Sep 03 23:46:42.537 INFO O| Sep 03 23:46:42.537 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91792024-09-03T23:46:43.693Z[ host-image] Sep 03 23:46:42.537 INFO O| Sep 03 23:46:42.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91802024-09-03T23:46:43.693Z[ host-image] Sep 03 23:46:42.537 INFO O| Sep 03 23:46:42.537 INFO STEP 83 (ensure_dir) COMPLETE
91812024-09-03T23:46:43.693Z[ host-image] Sep 03 23:46:42.537 INFO O| Sep 03 23:46:42.537 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91822024-09-03T23:46:43.701Z[ host-image] Sep 03 23:46:42.547 INFO O| Sep 03 23:46:42.547 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91832024-09-03T23:46:43.701Z[ host-image] Sep 03 23:46:42.547 INFO O| Sep 03 23:46:42.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91842024-09-03T23:46:43.703Z[ host-image] Sep 03 23:46:42.547 INFO O| Sep 03 23:46:42.547 INFO STEP 84 (ensure_dir) COMPLETE
91852024-09-03T23:46:43.703Z[ host-image] Sep 03 23:46:42.547 INFO O| Sep 03 23:46:42.547 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91862024-09-03T23:46:43.711Z[ host-image] Sep 03 23:46:42.557 INFO O| Sep 03 23:46:42.557 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91872024-09-03T23:46:43.711Z[ host-image] Sep 03 23:46:42.557 INFO O| Sep 03 23:46:42.557 INFO copying /tmp/.tmpVIqjNP/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 ...
91882024-09-03T23:46:43.713Z[ host-image] Sep 03 23:46:42.558 INFO O| Sep 03 23:46:42.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91892024-09-03T23:46:43.713Z[ host-image] Sep 03 23:46:42.558 INFO O| Sep 03 23:46:42.558 INFO ok!
91902024-09-03T23:46:43.713Z[ host-image] Sep 03 23:46:42.558 INFO O| Sep 03 23:46:42.558 INFO STEP 85 (ensure_file) COMPLETE
91912024-09-03T23:46:43.713Z[ host-image] Sep 03 23:46:42.558 INFO O| Sep 03 23:46:42.558 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91922024-09-03T23:46:43.721Z[ host-image] Sep 03 23:46:42.568 INFO O| Sep 03 23:46:42.568 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91932024-09-03T23:46:43.721Z[ host-image] Sep 03 23:46:42.568 INFO O| Sep 03 23:46:42.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91942024-09-03T23:46:43.723Z[ host-image] Sep 03 23:46:42.568 INFO O| Sep 03 23:46:42.568 INFO STEP 86 (ensure_dir) COMPLETE
91952024-09-03T23:46:43.723Z[ host-image] Sep 03 23:46:42.568 INFO O| Sep 03 23:46:42.568 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91962024-09-03T23:46:43.731Z[ host-image] Sep 03 23:46:42.578 INFO O| Sep 03 23:46:42.578 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
91972024-09-03T23:46:43.731Z[ host-image] Sep 03 23:46:42.578 INFO O| Sep 03 23:46:42.578 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
91982024-09-03T23:46:43.733Z[ host-image] Sep 03 23:46:42.578 INFO O| Sep 03 23:46:42.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
91992024-09-03T23:46:43.733Z[ host-image] Sep 03 23:46:42.578 INFO O| Sep 03 23:46:42.578 INFO ok!
92002024-09-03T23:46:43.733Z[ host-image] Sep 03 23:46:42.578 INFO O| Sep 03 23:46:42.578 INFO STEP 87 (ensure_file) COMPLETE
92012024-09-03T23:46:43.733Z[ host-image] Sep 03 23:46:42.578 INFO O| Sep 03 23:46:42.578 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92022024-09-03T23:46:43.743Z[ host-image] Sep 03 23:46:42.589 INFO O| Sep 03 23:46:42.589 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
92032024-09-03T23:46:43.743Z[ host-image] Sep 03 23:46:42.589 INFO O| Sep 03 23:46:42.589 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92042024-09-03T23:46:43.751Z[ host-image] Sep 03 23:46:42.597 INFO O| Sep 03 23:46:42.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92052024-09-03T23:46:43.751Z[ host-image] Sep 03 23:46:42.597 INFO O| Sep 03 23:46:42.597 INFO ok!
92062024-09-03T23:46:43.753Z[ host-image] Sep 03 23:46:42.597 INFO O| Sep 03 23:46:42.597 INFO STEP 88 (ensure_file) COMPLETE
92072024-09-03T23:46:43.753Z[ host-image] Sep 03 23:46:42.597 INFO O| Sep 03 23:46:42.597 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92082024-09-03T23:46:43.761Z[ host-image] Sep 03 23:46:42.607 INFO O| Sep 03 23:46:42.607 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92092024-09-03T23:46:43.763Z[ host-image] Sep 03 23:46:42.607 INFO O| Sep 03 23:46:42.607 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92102024-09-03T23:46:44.235Z[ host-image] Sep 03 23:46:43.081 INFO O| Sep 03 23:46:43.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92112024-09-03T23:46:44.235Z[ host-image] Sep 03 23:46:43.081 INFO O| Sep 03 23:46:43.081 INFO ok!
92122024-09-03T23:46:44.238Z[ host-image] Sep 03 23:46:43.081 INFO O| Sep 03 23:46:43.081 INFO STEP 89 (ensure_file) COMPLETE
92132024-09-03T23:46:44.238Z[ host-image] Sep 03 23:46:43.081 INFO O| Sep 03 23:46:43.081 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92142024-09-03T23:46:44.247Z[ host-image] Sep 03 23:46:43.093 INFO O| Sep 03 23:46:43.093 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92152024-09-03T23:46:44.247Z[ host-image] Sep 03 23:46:43.093 INFO O| Sep 03 23:46:43.093 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92162024-09-03T23:46:44.249Z[ host-image] Sep 03 23:46:43.094 INFO O| Sep 03 23:46:43.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92172024-09-03T23:46:44.249Z[ host-image] Sep 03 23:46:43.094 INFO O| Sep 03 23:46:43.094 INFO ok!
92182024-09-03T23:46:44.249Z[ host-image] Sep 03 23:46:43.094 INFO O| Sep 03 23:46:43.094 INFO STEP 90 (ensure_file) COMPLETE
92192024-09-03T23:46:44.250Z[ host-image] Sep 03 23:46:43.094 INFO O| Sep 03 23:46:43.094 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-09-03T23:46:44.257Z[ host-image] Sep 03 23:46:43.104 INFO O| Sep 03 23:46:43.104 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92212024-09-03T23:46:44.259Z[ host-image] Sep 03 23:46:43.104 INFO O| Sep 03 23:46:43.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92222024-09-03T23:46:44.260Z[ host-image] Sep 03 23:46:43.104 INFO O| Sep 03 23:46:43.104 INFO STEP 91 (ensure_dir) COMPLETE
92232024-09-03T23:46:44.260Z[ host-image] Sep 03 23:46:43.104 INFO O| Sep 03 23:46:43.104 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92242024-09-03T23:46:44.268Z[ host-image] Sep 03 23:46:43.114 INFO O| Sep 03 23:46:43.114 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92252024-09-03T23:46:44.268Z[ host-image] Sep 03 23:46:43.114 INFO O| Sep 03 23:46:43.114 INFO copying /tmp/.tmpVIqjNP/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 ...
92262024-09-03T23:46:44.270Z[ host-image] Sep 03 23:46:43.114 INFO O| Sep 03 23:46:43.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92272024-09-03T23:46:44.270Z[ host-image] Sep 03 23:46:43.114 INFO O| Sep 03 23:46:43.114 INFO ok!
92282024-09-03T23:46:44.270Z[ host-image] Sep 03 23:46:43.114 INFO O| Sep 03 23:46:43.114 INFO STEP 92 (ensure_file) COMPLETE
92292024-09-03T23:46:44.270Z[ host-image] Sep 03 23:46:43.114 INFO O| Sep 03 23:46:43.114 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92302024-09-03T23:46:44.278Z[ host-image] Sep 03 23:46:43.125 INFO O| Sep 03 23:46:43.125 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
92312024-09-03T23:46:44.279Z[ host-image] Sep 03 23:46:43.125 INFO O| Sep 03 23:46:43.125 INFO copying /tmp/.tmpVIqjNP/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 ...
92322024-09-03T23:46:44.281Z[ host-image] Sep 03 23:46:43.125 INFO O| Sep 03 23:46:43.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
92332024-09-03T23:46:44.281Z[ host-image] Sep 03 23:46:43.125 INFO O| Sep 03 23:46:43.125 INFO ok!
92342024-09-03T23:46:44.281Z[ host-image] Sep 03 23:46:43.125 INFO O| Sep 03 23:46:43.125 INFO STEP 93 (ensure_file) COMPLETE
92352024-09-03T23:46:44.281Z[ host-image] Sep 03 23:46:43.125 INFO O| Sep 03 23:46:43.125 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92362024-09-03T23:46:44.290Z[ host-image] Sep 03 23:46:43.137 INFO O| Sep 03 23:46:43.136 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
92372024-09-03T23:46:44.291Z[ host-image] Sep 03 23:46:43.137 INFO O| Sep 03 23:46:43.136 INFO copying /tmp/.tmpVIqjNP/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 ...
92382024-09-03T23:46:44.293Z[ host-image] Sep 03 23:46:43.137 INFO O| Sep 03 23:46:43.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
92392024-09-03T23:46:44.293Z[ host-image] Sep 03 23:46:43.137 INFO O| Sep 03 23:46:43.137 INFO ok!
92402024-09-03T23:46:44.294Z[ host-image] Sep 03 23:46:43.137 INFO O| Sep 03 23:46:43.137 INFO STEP 94 (ensure_file) COMPLETE
92412024-09-03T23:46:44.294Z[ host-image] Sep 03 23:46:43.137 INFO O| Sep 03 23:46:43.137 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92422024-09-03T23:46:44.301Z[ host-image] Sep 03 23:46:43.147 INFO O| Sep 03 23:46:43.147 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
92432024-09-03T23:46:44.301Z[ host-image] Sep 03 23:46:43.147 INFO O| Sep 03 23:46:43.147 INFO copying /tmp/.tmpVIqjNP/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 ...
92442024-09-03T23:46:44.303Z[ host-image] Sep 03 23:46:43.147 INFO O| Sep 03 23:46:43.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
92452024-09-03T23:46:44.303Z[ host-image] Sep 03 23:46:43.147 INFO O| Sep 03 23:46:43.147 INFO ok!
92462024-09-03T23:46:44.303Z[ host-image] Sep 03 23:46:43.147 INFO O| Sep 03 23:46:43.147 INFO STEP 95 (ensure_file) COMPLETE
92472024-09-03T23:46:44.303Z[ host-image] Sep 03 23:46:43.147 INFO O| Sep 03 23:46:43.147 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92482024-09-03T23:46:44.311Z[ host-image] Sep 03 23:46:43.157 INFO O| Sep 03 23:46:43.157 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92492024-09-03T23:46:44.311Z[ host-image] Sep 03 23:46:43.157 INFO O| Sep 03 23:46:43.157 INFO copying /tmp/.tmpVIqjNP/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 ...
92502024-09-03T23:46:44.311Z[ host-image] Sep 03 23:46:43.157 INFO O| Sep 03 23:46:43.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92512024-09-03T23:46:44.311Z[ host-image] Sep 03 23:46:43.157 INFO O| Sep 03 23:46:43.157 INFO ok!
92522024-09-03T23:46:44.314Z[ host-image] Sep 03 23:46:43.157 INFO O| Sep 03 23:46:43.157 INFO STEP 96 (ensure_file) COMPLETE
92532024-09-03T23:46:44.314Z[ host-image] Sep 03 23:46:43.157 INFO O| Sep 03 23:46:43.157 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92542024-09-03T23:46:44.321Z[ host-image] Sep 03 23:46:43.168 INFO O| Sep 03 23:46:43.168 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92552024-09-03T23:46:44.321Z[ host-image] Sep 03 23:46:43.168 INFO O| Sep 03 23:46:43.168 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92562024-09-03T23:46:44.324Z[ host-image] Sep 03 23:46:43.168 INFO O| Sep 03 23:46:43.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92572024-09-03T23:46:44.324Z[ host-image] Sep 03 23:46:43.168 INFO O| Sep 03 23:46:43.168 INFO ok!
92582024-09-03T23:46:44.324Z[ host-image] Sep 03 23:46:43.168 INFO O| Sep 03 23:46:43.168 INFO STEP 97 (ensure_file) COMPLETE
92592024-09-03T23:46:44.324Z[ host-image] Sep 03 23:46:43.168 INFO O| Sep 03 23:46:43.168 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92602024-09-03T23:46:44.332Z[ host-image] Sep 03 23:46:43.178 INFO O| Sep 03 23:46:43.178 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92612024-09-03T23:46:44.332Z[ host-image] Sep 03 23:46:43.178 INFO O| Sep 03 23:46:43.178 INFO copying /tmp/.tmpVIqjNP/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 ...
92622024-09-03T23:46:44.334Z[ host-image] Sep 03 23:46:43.178 INFO O| Sep 03 23:46:43.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92632024-09-03T23:46:44.334Z[ host-image] Sep 03 23:46:43.178 INFO O| Sep 03 23:46:43.178 INFO ok!
92642024-09-03T23:46:44.334Z[ host-image] Sep 03 23:46:43.178 INFO O| Sep 03 23:46:43.178 INFO STEP 98 (ensure_file) COMPLETE
92652024-09-03T23:46:44.334Z[ host-image] Sep 03 23:46:43.178 INFO O| Sep 03 23:46:43.178 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92662024-09-03T23:46:44.342Z[ host-image] Sep 03 23:46:43.189 INFO O| Sep 03 23:46:43.189 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92672024-09-03T23:46:44.342Z[ host-image] Sep 03 23:46:43.189 INFO O| Sep 03 23:46:43.189 INFO copying /tmp/.tmpVIqjNP/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 ...
92682024-09-03T23:46:44.345Z[ host-image] Sep 03 23:46:43.189 INFO O| Sep 03 23:46:43.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92692024-09-03T23:46:44.345Z[ host-image] Sep 03 23:46:43.189 INFO O| Sep 03 23:46:43.189 INFO ok!
92702024-09-03T23:46:44.345Z[ host-image] Sep 03 23:46:43.189 INFO O| Sep 03 23:46:43.189 INFO STEP 99 (ensure_file) COMPLETE
92712024-09-03T23:46:44.345Z[ host-image] Sep 03 23:46:43.189 INFO O| Sep 03 23:46:43.189 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92722024-09-03T23:46:44.352Z[ host-image] Sep 03 23:46:43.199 INFO O| Sep 03 23:46:43.199 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92732024-09-03T23:46:44.352Z[ host-image] Sep 03 23:46:43.199 INFO O| Sep 03 23:46:43.199 INFO copying /tmp/.tmpVIqjNP/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 ...
92742024-09-03T23:46:44.355Z[ host-image] Sep 03 23:46:43.199 INFO O| Sep 03 23:46:43.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92752024-09-03T23:46:44.355Z[ host-image] Sep 03 23:46:43.199 INFO O| Sep 03 23:46:43.199 INFO ok!
92762024-09-03T23:46:44.355Z[ host-image] Sep 03 23:46:43.199 INFO O| Sep 03 23:46:43.199 INFO STEP 100 (ensure_file) COMPLETE
92772024-09-03T23:46:44.355Z[ host-image] Sep 03 23:46:43.199 INFO O| Sep 03 23:46:43.199 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92782024-09-03T23:46:44.362Z[ host-image] Sep 03 23:46:43.209 INFO O| Sep 03 23:46:43.209 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92792024-09-03T23:46:44.362Z[ host-image] Sep 03 23:46:43.209 INFO O| Sep 03 23:46:43.209 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92802024-09-03T23:46:44.365Z[ host-image] Sep 03 23:46:43.209 INFO O| Sep 03 23:46:43.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92812024-09-03T23:46:44.365Z[ host-image] Sep 03 23:46:43.209 INFO O| Sep 03 23:46:43.209 INFO ok!
92822024-09-03T23:46:44.365Z[ host-image] Sep 03 23:46:43.209 INFO O| Sep 03 23:46:43.209 INFO STEP 101 (ensure_file) COMPLETE
92832024-09-03T23:46:44.365Z[ host-image] Sep 03 23:46:43.209 INFO O| Sep 03 23:46:43.209 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92842024-09-03T23:46:44.375Z[ host-image] Sep 03 23:46:43.221 INFO O| Sep 03 23:46:43.221 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92852024-09-03T23:46:44.377Z[ host-image] Sep 03 23:46:43.221 INFO O| Sep 03 23:46:43.221 INFO copying /tmp/.tmpVIqjNP/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 ...
92862024-09-03T23:46:44.377Z[ host-image] Sep 03 23:46:43.221 INFO O| Sep 03 23:46:43.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92872024-09-03T23:46:44.377Z[ host-image] Sep 03 23:46:43.221 INFO O| Sep 03 23:46:43.221 INFO ok!
92882024-09-03T23:46:44.377Z[ host-image] Sep 03 23:46:43.221 INFO O| Sep 03 23:46:43.221 INFO STEP 102 (ensure_file) COMPLETE
92892024-09-03T23:46:44.377Z[ host-image] Sep 03 23:46:43.221 INFO O| Sep 03 23:46:43.221 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92902024-09-03T23:46:44.385Z[ host-image] Sep 03 23:46:43.231 INFO O| Sep 03 23:46:43.231 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92912024-09-03T23:46:44.387Z[ host-image] Sep 03 23:46:43.231 INFO O| Sep 03 23:46:43.231 INFO copying /tmp/.tmpVIqjNP/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 ...
92922024-09-03T23:46:44.387Z[ host-image] Sep 03 23:46:43.231 INFO O| Sep 03 23:46:43.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92932024-09-03T23:46:44.387Z[ host-image] Sep 03 23:46:43.231 INFO O| Sep 03 23:46:43.231 INFO ok!
92942024-09-03T23:46:44.387Z[ host-image] Sep 03 23:46:43.231 INFO O| Sep 03 23:46:43.231 INFO STEP 103 (ensure_file) COMPLETE
92952024-09-03T23:46:44.388Z[ host-image] Sep 03 23:46:43.231 INFO O| Sep 03 23:46:43.231 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92962024-09-03T23:46:44.395Z[ host-image] Sep 03 23:46:43.241 INFO O| Sep 03 23:46:43.241 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
92972024-09-03T23:46:44.398Z[ host-image] Sep 03 23:46:43.241 INFO O| Sep 03 23:46:43.241 INFO copying /tmp/.tmpVIqjNP/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 ...
92982024-09-03T23:46:44.398Z[ host-image] Sep 03 23:46:43.242 INFO O| Sep 03 23:46:43.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
92992024-09-03T23:46:44.398Z[ host-image] Sep 03 23:46:43.242 INFO O| Sep 03 23:46:43.242 INFO ok!
93002024-09-03T23:46:44.398Z[ host-image] Sep 03 23:46:43.242 INFO O| Sep 03 23:46:43.242 INFO STEP 104 (ensure_file) COMPLETE
93012024-09-03T23:46:44.398Z[ host-image] Sep 03 23:46:43.242 INFO O| Sep 03 23:46:43.242 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93022024-09-03T23:46:44.405Z[ host-image] Sep 03 23:46:43.252 INFO O| Sep 03 23:46:43.252 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
93032024-09-03T23:46:44.405Z[ host-image] Sep 03 23:46:43.252 INFO O| Sep 03 23:46:43.252 INFO copying /tmp/.tmpVIqjNP/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 ...
93042024-09-03T23:46:44.409Z[ host-image] Sep 03 23:46:43.252 INFO O| Sep 03 23:46:43.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93052024-09-03T23:46:44.409Z[ host-image] Sep 03 23:46:43.252 INFO O| Sep 03 23:46:43.252 INFO ok!
93062024-09-03T23:46:44.409Z[ host-image] Sep 03 23:46:43.252 INFO O| Sep 03 23:46:43.252 INFO STEP 105 (ensure_file) COMPLETE
93072024-09-03T23:46:44.409Z[ host-image] Sep 03 23:46:43.252 INFO O| Sep 03 23:46:43.252 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93082024-09-03T23:46:44.416Z[ host-image] Sep 03 23:46:43.262 INFO O| Sep 03 23:46:43.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93092024-09-03T23:46:44.418Z[ host-image] Sep 03 23:46:43.262 INFO O| Sep 03 23:46:43.262 INFO copying /tmp/.tmpVIqjNP/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 ...
93102024-09-03T23:46:44.418Z[ host-image] Sep 03 23:46:43.262 INFO O| Sep 03 23:46:43.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93112024-09-03T23:46:44.418Z[ host-image] Sep 03 23:46:43.262 INFO O| Sep 03 23:46:43.262 INFO ok!
93122024-09-03T23:46:44.419Z[ host-image] Sep 03 23:46:43.262 INFO O| Sep 03 23:46:43.262 INFO STEP 106 (ensure_file) COMPLETE
93132024-09-03T23:46:44.419Z[ host-image] Sep 03 23:46:43.262 INFO O| Sep 03 23:46:43.262 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93142024-09-03T23:46:44.426Z[ host-image] Sep 03 23:46:43.272 INFO O| Sep 03 23:46:43.272 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93152024-09-03T23:46:44.428Z[ host-image] Sep 03 23:46:43.272 INFO O| Sep 03 23:46:43.272 INFO copying /tmp/.tmpVIqjNP/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 ...
93162024-09-03T23:46:44.428Z[ host-image] Sep 03 23:46:43.272 INFO O| Sep 03 23:46:43.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93172024-09-03T23:46:44.428Z[ host-image] Sep 03 23:46:43.272 INFO O| Sep 03 23:46:43.272 INFO ok!
93182024-09-03T23:46:44.428Z[ host-image] Sep 03 23:46:43.272 INFO O| Sep 03 23:46:43.272 INFO STEP 107 (ensure_file) COMPLETE
93192024-09-03T23:46:44.428Z[ host-image] Sep 03 23:46:43.272 INFO O| Sep 03 23:46:43.272 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93202024-09-03T23:46:44.436Z[ host-image] Sep 03 23:46:43.282 INFO O| Sep 03 23:46:43.282 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93212024-09-03T23:46:44.436Z[ host-image] Sep 03 23:46:43.282 INFO O| Sep 03 23:46:43.282 INFO copying /tmp/.tmpVIqjNP/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 ...
93222024-09-03T23:46:44.438Z[ host-image] Sep 03 23:46:43.282 INFO O| Sep 03 23:46:43.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93232024-09-03T23:46:44.438Z[ host-image] Sep 03 23:46:43.282 INFO O| Sep 03 23:46:43.282 INFO ok!
93242024-09-03T23:46:44.438Z[ host-image] Sep 03 23:46:43.283 INFO O| Sep 03 23:46:43.282 INFO STEP 108 (ensure_file) COMPLETE
93252024-09-03T23:46:44.438Z[ host-image] Sep 03 23:46:43.283 INFO O| Sep 03 23:46:43.282 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93262024-09-03T23:46:44.446Z[ host-image] Sep 03 23:46:43.292 INFO O| Sep 03 23:46:43.292 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93272024-09-03T23:46:44.446Z[ host-image] Sep 03 23:46:43.292 INFO O| Sep 03 23:46:43.292 INFO copying /tmp/.tmpVIqjNP/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 ...
93282024-09-03T23:46:44.448Z[ host-image] Sep 03 23:46:43.292 INFO O| Sep 03 23:46:43.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
93292024-09-03T23:46:44.448Z[ host-image] Sep 03 23:46:43.292 INFO O| Sep 03 23:46:43.292 INFO ok!
93302024-09-03T23:46:44.449Z[ host-image] Sep 03 23:46:43.292 INFO O| Sep 03 23:46:43.292 INFO STEP 109 (ensure_file) COMPLETE
93312024-09-03T23:46:44.449Z[ host-image] Sep 03 23:46:43.293 INFO O| Sep 03 23:46:43.292 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93322024-09-03T23:46:44.456Z[ host-image] Sep 03 23:46:43.302 INFO O| Sep 03 23:46:43.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
93332024-09-03T23:46:44.456Z[ host-image] Sep 03 23:46:43.303 INFO O| Sep 03 23:46:43.302 INFO copying /tmp/.tmpVIqjNP/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 ...
93342024-09-03T23:46:44.458Z[ host-image] Sep 03 23:46:43.303 INFO O| Sep 03 23:46:43.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
93352024-09-03T23:46:44.458Z[ host-image] Sep 03 23:46:43.303 INFO O| Sep 03 23:46:43.303 INFO ok!
93362024-09-03T23:46:44.458Z[ host-image] Sep 03 23:46:43.303 INFO O| Sep 03 23:46:43.303 INFO STEP 110 (ensure_file) COMPLETE
93372024-09-03T23:46:44.458Z[ host-image] Sep 03 23:46:43.303 INFO O| Sep 03 23:46:43.303 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93382024-09-03T23:46:44.469Z[ host-image] Sep 03 23:46:43.313 INFO O| Sep 03 23:46:43.313 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
93392024-09-03T23:46:44.469Z[ host-image] Sep 03 23:46:43.313 INFO O| Sep 03 23:46:43.313 INFO copying /tmp/.tmpVIqjNP/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 ...
93402024-09-03T23:46:44.469Z[ host-image] Sep 03 23:46:43.313 INFO O| Sep 03 23:46:43.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
93412024-09-03T23:46:44.469Z[ host-image] Sep 03 23:46:43.313 INFO O| Sep 03 23:46:43.313 INFO ok!
93422024-09-03T23:46:44.469Z[ host-image] Sep 03 23:46:43.313 INFO O| Sep 03 23:46:43.313 INFO STEP 111 (ensure_file) COMPLETE
93432024-09-03T23:46:44.469Z[ host-image] Sep 03 23:46:43.313 INFO O| Sep 03 23:46:43.313 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93442024-09-03T23:46:44.477Z[ host-image] Sep 03 23:46:43.323 INFO O| Sep 03 23:46:43.323 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
93452024-09-03T23:46:44.477Z[ host-image] Sep 03 23:46:43.323 INFO O| Sep 03 23:46:43.323 INFO copying /tmp/.tmpVIqjNP/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 ...
93462024-09-03T23:46:44.480Z[ host-image] Sep 03 23:46:43.324 INFO O| Sep 03 23:46:43.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93472024-09-03T23:46:44.480Z[ host-image] Sep 03 23:46:43.324 INFO O| Sep 03 23:46:43.323 INFO ok!
93482024-09-03T23:46:44.480Z[ host-image] Sep 03 23:46:43.324 INFO O| Sep 03 23:46:43.324 INFO STEP 112 (ensure_file) COMPLETE
93492024-09-03T23:46:44.480Z[ host-image] Sep 03 23:46:43.324 INFO O| Sep 03 23:46:43.324 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93502024-09-03T23:46:44.487Z[ host-image] Sep 03 23:46:43.334 INFO O| Sep 03 23:46:43.334 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93512024-09-03T23:46:44.487Z[ host-image] Sep 03 23:46:43.334 INFO O| Sep 03 23:46:43.334 INFO copying /tmp/.tmpVIqjNP/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 ...
93522024-09-03T23:46:44.490Z[ host-image] Sep 03 23:46:43.334 INFO O| Sep 03 23:46:43.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93532024-09-03T23:46:44.490Z[ host-image] Sep 03 23:46:43.334 INFO O| Sep 03 23:46:43.334 INFO ok!
93542024-09-03T23:46:44.490Z[ host-image] Sep 03 23:46:43.334 INFO O| Sep 03 23:46:43.334 INFO STEP 113 (ensure_file) COMPLETE
93552024-09-03T23:46:44.490Z[ host-image] Sep 03 23:46:43.334 INFO O| Sep 03 23:46:43.334 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93562024-09-03T23:46:44.498Z[ host-image] Sep 03 23:46:43.344 INFO O| Sep 03 23:46:43.344 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93572024-09-03T23:46:44.498Z[ host-image] Sep 03 23:46:43.344 INFO O| Sep 03 23:46:43.344 INFO copying /tmp/.tmpVIqjNP/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 ...
93582024-09-03T23:46:44.500Z[ host-image] Sep 03 23:46:43.344 INFO O| Sep 03 23:46:43.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93592024-09-03T23:46:44.500Z[ host-image] Sep 03 23:46:43.344 INFO O| Sep 03 23:46:43.344 INFO ok!
93602024-09-03T23:46:44.500Z[ host-image] Sep 03 23:46:43.344 INFO O| Sep 03 23:46:43.344 INFO STEP 114 (ensure_file) COMPLETE
93612024-09-03T23:46:44.500Z[ host-image] Sep 03 23:46:43.344 INFO O| Sep 03 23:46:43.344 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93622024-09-03T23:46:44.507Z[ host-image] Sep 03 23:46:43.354 INFO O| Sep 03 23:46:43.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93632024-09-03T23:46:44.508Z[ host-image] Sep 03 23:46:43.354 INFO O| Sep 03 23:46:43.354 INFO copying /tmp/.tmpVIqjNP/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 ...
93642024-09-03T23:46:44.510Z[ host-image] Sep 03 23:46:43.354 INFO O| Sep 03 23:46:43.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93652024-09-03T23:46:44.510Z[ host-image] Sep 03 23:46:43.354 INFO O| Sep 03 23:46:43.354 INFO ok!
93662024-09-03T23:46:44.510Z[ host-image] Sep 03 23:46:43.354 INFO O| Sep 03 23:46:43.354 INFO STEP 115 (ensure_file) COMPLETE
93672024-09-03T23:46:44.510Z[ host-image] Sep 03 23:46:43.354 INFO O| Sep 03 23:46:43.354 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682024-09-03T23:46:44.518Z[ host-image] Sep 03 23:46:43.364 INFO O| Sep 03 23:46:43.364 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93692024-09-03T23:46:44.518Z[ host-image] Sep 03 23:46:43.364 INFO O| Sep 03 23:46:43.364 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93702024-09-03T23:46:44.520Z[ host-image] Sep 03 23:46:43.364 INFO O| Sep 03 23:46:43.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93712024-09-03T23:46:44.520Z[ host-image] Sep 03 23:46:43.364 INFO O| Sep 03 23:46:43.364 INFO ok!
93722024-09-03T23:46:44.520Z[ host-image] Sep 03 23:46:43.364 INFO O| Sep 03 23:46:43.364 INFO STEP 116 (ensure_file) COMPLETE
93732024-09-03T23:46:44.520Z[ host-image] Sep 03 23:46:43.364 INFO O| Sep 03 23:46:43.364 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-09-03T23:46:44.529Z[ host-image] Sep 03 23:46:43.376 INFO O| Sep 03 23:46:43.376 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93752024-09-03T23:46:44.529Z[ host-image] Sep 03 23:46:43.376 INFO O| Sep 03 23:46:43.376 INFO copying /tmp/.tmpVIqjNP/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 ...
93762024-09-03T23:46:44.531Z[ host-image] Sep 03 23:46:43.376 INFO O| Sep 03 23:46:43.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93772024-09-03T23:46:44.532Z[ host-image] Sep 03 23:46:43.376 INFO O| Sep 03 23:46:43.376 INFO ok!
93782024-09-03T23:46:44.532Z[ host-image] Sep 03 23:46:43.376 INFO O| Sep 03 23:46:43.376 INFO STEP 117 (ensure_file) COMPLETE
93792024-09-03T23:46:44.532Z[ host-image] Sep 03 23:46:43.376 INFO O| Sep 03 23:46:43.376 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93802024-09-03T23:46:44.539Z[ host-image] Sep 03 23:46:43.386 INFO O| Sep 03 23:46:43.386 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93812024-09-03T23:46:44.539Z[ host-image] Sep 03 23:46:43.386 INFO O| Sep 03 23:46:43.386 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93822024-09-03T23:46:44.542Z[ host-image] Sep 03 23:46:43.386 INFO O| Sep 03 23:46:43.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93832024-09-03T23:46:44.542Z[ host-image] Sep 03 23:46:43.386 INFO O| Sep 03 23:46:43.386 INFO ok!
93842024-09-03T23:46:44.542Z[ host-image] Sep 03 23:46:43.386 INFO O| Sep 03 23:46:43.386 INFO STEP 118 (ensure_file) COMPLETE
93852024-09-03T23:46:44.542Z[ host-image] Sep 03 23:46:43.386 INFO O| Sep 03 23:46:43.386 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93862024-09-03T23:46:44.550Z[ host-image] Sep 03 23:46:43.396 INFO O| Sep 03 23:46:43.396 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93872024-09-03T23:46:44.550Z[ host-image] Sep 03 23:46:43.396 INFO O| Sep 03 23:46:43.396 INFO copying /tmp/.tmpVIqjNP/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93882024-09-03T23:46:47.639Z[ recovery-image] Sep 03 23:46:46.484 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
93892024-09-03T23:46:50.005Z[ recovery-image] Sep 03 23:46:48.850 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
93902024-09-03T23:46:50.702Z[ host-image] Sep 03 23:46:49.548 INFO O| Sep 03 23:46:49.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93912024-09-03T23:46:50.702Z[ host-image] Sep 03 23:46:49.548 INFO O| Sep 03 23:46:49.548 INFO ok!
93922024-09-03T23:46:50.704Z[ host-image] Sep 03 23:46:49.548 INFO O| Sep 03 23:46:49.548 INFO STEP 119 (ensure_file) COMPLETE
93932024-09-03T23:46:50.705Z[ host-image] Sep 03 23:46:49.548 INFO O| Sep 03 23:46:49.548 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93942024-09-03T23:46:50.715Z[ host-image] Sep 03 23:46:49.561 INFO O| Sep 03 23:46:49.561 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
93952024-09-03T23:46:50.715Z[ host-image] Sep 03 23:46:49.561 INFO O| Sep 03 23:46:49.561 INFO STEP 120 (ensure_dir) COMPLETE
93962024-09-03T23:46:50.715Z[ host-image] Sep 03 23:46:49.561 INFO O| Sep 03 23:46:49.561 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93972024-09-03T23:46:50.726Z[ host-image] Sep 03 23:46:49.572 INFO O| Sep 03 23:46:49.572 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
93982024-09-03T23:46:50.726Z[ host-image] Sep 03 23:46:49.572 INFO O| Sep 03 23:46:49.572 INFO STEP 121 (ensure_dir) COMPLETE
93992024-09-03T23:46:50.726Z[ host-image] Sep 03 23:46:49.572 INFO O| Sep 03 23:46:49.572 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94002024-09-03T23:46:50.737Z[ host-image] Sep 03 23:46:49.583 INFO O| Sep 03 23:46:49.583 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
94012024-09-03T23:46:50.737Z[ host-image] Sep 03 23:46:49.583 INFO O| Sep 03 23:46:49.583 INFO STEP 122 (ensure_dir) COMPLETE
94022024-09-03T23:46:50.739Z[ host-image] Sep 03 23:46:49.583 INFO O| Sep 03 23:46:49.583 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94032024-09-03T23:46:50.747Z[ host-image] Sep 03 23:46:49.593 INFO O| Sep 03 23:46:49.593 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94042024-09-03T23:46:50.747Z[ host-image] Sep 03 23:46:49.594 INFO O| Sep 03 23:46:49.593 INFO STEP 123 (ensure_dir) COMPLETE
94052024-09-03T23:46:50.750Z[ host-image] Sep 03 23:46:49.594 INFO O| Sep 03 23:46:49.593 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94062024-09-03T23:46:50.758Z[ host-image] Sep 03 23:46:49.604 INFO O| Sep 03 23:46:49.604 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94072024-09-03T23:46:50.758Z[ host-image] Sep 03 23:46:49.604 INFO O| Sep 03 23:46:49.604 INFO copying /tmp/.tmpVIqjNP/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 ...
94082024-09-03T23:46:50.761Z[ host-image] Sep 03 23:46:49.605 INFO O| Sep 03 23:46:49.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94092024-09-03T23:46:50.761Z[ host-image] Sep 03 23:46:49.605 INFO O| Sep 03 23:46:49.605 INFO ok!
94102024-09-03T23:46:50.761Z[ host-image] Sep 03 23:46:49.605 INFO O| Sep 03 23:46:49.605 INFO STEP 124 (ensure_file) COMPLETE
94112024-09-03T23:46:50.761Z[ host-image] Sep 03 23:46:49.605 INFO O| Sep 03 23:46:49.605 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94122024-09-03T23:46:50.769Z[ host-image] Sep 03 23:46:49.615 INFO O| Sep 03 23:46:49.615 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94132024-09-03T23:46:50.769Z[ host-image] Sep 03 23:46:49.615 INFO O| Sep 03 23:46:49.615 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94142024-09-03T23:46:50.769Z[ host-image] Sep 03 23:46:49.615 INFO O| Sep 03 23:46:49.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94152024-09-03T23:46:50.772Z[ host-image] Sep 03 23:46:49.615 INFO O| Sep 03 23:46:49.615 INFO STEP 125 (ensure_dir) COMPLETE
94162024-09-03T23:46:50.772Z[ host-image] Sep 03 23:46:49.615 INFO O| Sep 03 23:46:49.615 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94172024-09-03T23:46:50.781Z[ host-image] Sep 03 23:46:49.627 INFO O| Sep 03 23:46:49.627 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94182024-09-03T23:46:50.781Z[ host-image] Sep 03 23:46:49.627 INFO O| Sep 03 23:46:49.627 INFO copying /tmp/.tmpVIqjNP/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94192024-09-03T23:46:50.789Z[ host-image] Sep 03 23:46:49.627 INFO O| Sep 03 23:46:49.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94202024-09-03T23:46:50.789Z[ host-image] Sep 03 23:46:49.627 INFO O| Sep 03 23:46:49.627 INFO ok!
94212024-09-03T23:46:50.789Z[ host-image] Sep 03 23:46:49.627 INFO O| Sep 03 23:46:49.627 INFO STEP 126 (ensure_file) COMPLETE
94222024-09-03T23:46:50.789Z[ host-image] Sep 03 23:46:49.627 INFO O| Sep 03 23:46:49.627 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94232024-09-03T23:46:50.792Z[ host-image] Sep 03 23:46:49.638 INFO O| Sep 03 23:46:49.638 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
94242024-09-03T23:46:50.795Z[ host-image] Sep 03 23:46:49.639 INFO O| Sep 03 23:46:49.639 INFO STEP 127 (remove_files) COMPLETE
94252024-09-03T23:46:50.795Z[ host-image] Sep 03 23:46:49.639 INFO O| Sep 03 23:46:49.639 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94262024-09-03T23:46:50.805Z[ host-image] Sep 03 23:46:49.651 INFO O| Sep 03 23:46:49.651 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
94272024-09-03T23:46:50.807Z[ host-image] Sep 03 23:46:49.651 INFO O| Sep 03 23:46:49.651 INFO STEP 128 (remove_files) COMPLETE
94282024-09-03T23:46:50.807Z[ host-image] Sep 03 23:46:49.651 INFO O| Sep 03 23:46:49.651 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94292024-09-03T23:46:50.815Z[ host-image] Sep 03 23:46:49.661 INFO O| Sep 03 23:46:49.661 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
94302024-09-03T23:46:50.818Z[ host-image] Sep 03 23:46:49.661 INFO O| Sep 03 23:46:49.661 INFO STEP 129 (remove_files) COMPLETE
94312024-09-03T23:46:50.818Z[ host-image] Sep 03 23:46:49.661 INFO O| Sep 03 23:46:49.661 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94322024-09-03T23:46:50.826Z[ host-image] Sep 03 23:46:49.672 INFO O| Sep 03 23:46:49.672 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
94332024-09-03T23:46:50.828Z[ host-image] Sep 03 23:46:49.672 INFO O| Sep 03 23:46:49.672 INFO STEP 130 (remove_files) COMPLETE
94342024-09-03T23:46:50.828Z[ host-image] Sep 03 23:46:49.672 INFO O| Sep 03 23:46:49.672 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94352024-09-03T23:46:50.836Z[ host-image] Sep 03 23:46:49.682 INFO O| Sep 03 23:46:49.682 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
94362024-09-03T23:46:50.839Z[ host-image] Sep 03 23:46:49.683 INFO O| Sep 03 23:46:49.683 INFO STEP 131 (remove_files) COMPLETE
94372024-09-03T23:46:50.839Z[ host-image] Sep 03 23:46:49.683 INFO O| Sep 03 23:46:49.683 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94382024-09-03T23:46:50.847Z[ host-image] Sep 03 23:46:49.693 INFO O| Sep 03 23:46:49.693 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
94392024-09-03T23:46:50.849Z[ host-image] Sep 03 23:46:49.693 INFO O| Sep 03 23:46:49.693 INFO STEP 132 (remove_files) COMPLETE
94402024-09-03T23:46:50.849Z[ host-image] Sep 03 23:46:49.693 INFO O| Sep 03 23:46:49.693 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94412024-09-03T23:46:50.857Z[ host-image] Sep 03 23:46:49.703 INFO O| Sep 03 23:46:49.703 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
94422024-09-03T23:46:50.859Z[ host-image] Sep 03 23:46:49.703 INFO O| Sep 03 23:46:49.703 INFO STEP 133 (remove_files) COMPLETE
94432024-09-03T23:46:50.859Z[ host-image] Sep 03 23:46:49.703 INFO O| Sep 03 23:46:49.703 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94442024-09-03T23:46:50.867Z[ host-image] Sep 03 23:46:49.713 INFO O| Sep 03 23:46:49.713 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
94452024-09-03T23:46:50.867Z[ host-image] Sep 03 23:46:49.713 INFO O| Sep 03 23:46:49.713 INFO STEP 134 (remove_files) COMPLETE
94462024-09-03T23:46:50.869Z[ host-image] Sep 03 23:46:49.713 INFO O| Sep 03 23:46:49.713 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94472024-09-03T23:46:50.877Z[ host-image] Sep 03 23:46:49.723 INFO O| Sep 03 23:46:49.723 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
94482024-09-03T23:46:50.877Z[ host-image] Sep 03 23:46:49.723 INFO O| Sep 03 23:46:49.723 INFO STEP 135 (remove_files) COMPLETE
94492024-09-03T23:46:50.877Z[ host-image] Sep 03 23:46:49.723 INFO O| Sep 03 23:46:49.723 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94502024-09-03T23:46:50.887Z[ host-image] Sep 03 23:46:49.733 INFO O| Sep 03 23:46:49.733 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94512024-09-03T23:46:50.889Z[ host-image] Sep 03 23:46:49.733 INFO O| Sep 03 23:46:49.733 INFO STEP 136 (remove_files) COMPLETE
94522024-09-03T23:46:50.889Z[ host-image] Sep 03 23:46:49.733 INFO O| Sep 03 23:46:49.733 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94532024-09-03T23:46:50.897Z[ host-image] Sep 03 23:46:49.743 INFO O| Sep 03 23:46:49.743 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94542024-09-03T23:46:50.897Z[ host-image] Sep 03 23:46:49.743 INFO O| Sep 03 23:46:49.743 INFO STEP 137 (remove_files) COMPLETE
94552024-09-03T23:46:50.897Z[ host-image] Sep 03 23:46:49.743 INFO O| Sep 03 23:46:49.743 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94562024-09-03T23:46:50.907Z[ host-image] Sep 03 23:46:49.753 INFO O| Sep 03 23:46:49.753 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94572024-09-03T23:46:50.907Z[ host-image] Sep 03 23:46:49.753 INFO O| Sep 03 23:46:49.753 INFO STEP 138 (remove_files) COMPLETE
94582024-09-03T23:46:50.907Z[ host-image] Sep 03 23:46:49.753 INFO O| Sep 03 23:46:49.753 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94592024-09-03T23:46:50.916Z[ host-image] Sep 03 23:46:49.762 INFO O| Sep 03 23:46:49.762 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94602024-09-03T23:46:50.916Z[ host-image] Sep 03 23:46:49.762 INFO O| Sep 03 23:46:49.762 INFO STEP 139 (remove_files) COMPLETE
94612024-09-03T23:46:50.919Z[ host-image] Sep 03 23:46:49.762 INFO O| Sep 03 23:46:49.762 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94622024-09-03T23:46:50.926Z[ host-image] Sep 03 23:46:49.772 INFO O| Sep 03 23:46:49.772 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94632024-09-03T23:46:50.929Z[ host-image] Sep 03 23:46:49.772 INFO O| Sep 03 23:46:49.772 INFO STEP 140 (remove_files) COMPLETE
94642024-09-03T23:46:50.929Z[ host-image] Sep 03 23:46:49.772 INFO O| Sep 03 23:46:49.772 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94652024-09-03T23:46:50.937Z[ host-image] Sep 03 23:46:49.783 INFO O| Sep 03 23:46:49.783 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94662024-09-03T23:46:50.937Z[ host-image] Sep 03 23:46:49.783 INFO O| Sep 03 23:46:49.783 INFO STEP 141 (remove_files) COMPLETE
94672024-09-03T23:46:50.939Z[ host-image] Sep 03 23:46:49.783 INFO O| Sep 03 23:46:49.783 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94682024-09-03T23:46:50.947Z[ host-image] Sep 03 23:46:49.793 INFO O| Sep 03 23:46:49.793 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94692024-09-03T23:46:50.947Z[ host-image] Sep 03 23:46:49.793 INFO O| Sep 03 23:46:49.793 INFO STEP 142 (remove_files) COMPLETE
94702024-09-03T23:46:50.947Z[ host-image] Sep 03 23:46:49.793 INFO O| Sep 03 23:46:49.793 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94712024-09-03T23:46:50.957Z[ host-image] Sep 03 23:46:49.803 INFO O| Sep 03 23:46:49.803 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94722024-09-03T23:46:50.957Z[ host-image] Sep 03 23:46:49.803 INFO O| Sep 03 23:46:49.803 INFO STEP 143 (remove_files) COMPLETE
94732024-09-03T23:46:50.957Z[ host-image] Sep 03 23:46:49.803 INFO O| Sep 03 23:46:49.803 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94742024-09-03T23:46:50.967Z[ host-image] Sep 03 23:46:49.813 INFO O| Sep 03 23:46:49.813 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94752024-09-03T23:46:50.967Z[ host-image] Sep 03 23:46:49.813 INFO O| Sep 03 23:46:49.813 INFO STEP 144 (remove_files) COMPLETE
94762024-09-03T23:46:50.967Z[ host-image] Sep 03 23:46:49.813 INFO O| Sep 03 23:46:49.813 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94772024-09-03T23:46:50.977Z[ host-image] Sep 03 23:46:49.823 INFO O| Sep 03 23:46:49.823 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94782024-09-03T23:46:50.977Z[ host-image] Sep 03 23:46:49.823 INFO O| Sep 03 23:46:49.823 INFO STEP 145 (remove_files) COMPLETE
94792024-09-03T23:46:50.979Z[ host-image] Sep 03 23:46:49.823 INFO O| Sep 03 23:46:49.823 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94802024-09-03T23:46:50.987Z[ host-image] Sep 03 23:46:49.833 INFO O| Sep 03 23:46:49.833 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94812024-09-03T23:46:50.987Z[ host-image] Sep 03 23:46:49.833 INFO O| Sep 03 23:46:49.833 INFO STEP 146 (remove_files) COMPLETE
94822024-09-03T23:46:50.989Z[ host-image] Sep 03 23:46:49.833 INFO O| Sep 03 23:46:49.833 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94832024-09-03T23:46:50.997Z[ host-image] Sep 03 23:46:49.843 INFO O| Sep 03 23:46:49.843 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94842024-09-03T23:46:51.000Z[ host-image] Sep 03 23:46:49.843 INFO O| Sep 03 23:46:49.843 INFO STEP 147 (remove_files) COMPLETE
94852024-09-03T23:46:51.000Z[ host-image] Sep 03 23:46:49.843 INFO O| Sep 03 23:46:49.843 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94862024-09-03T23:46:51.007Z[ host-image] Sep 03 23:46:49.853 INFO O| Sep 03 23:46:49.853 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94872024-09-03T23:46:51.010Z[ host-image] Sep 03 23:46:49.854 INFO O| Sep 03 23:46:49.854 INFO STEP 148 (remove_files) COMPLETE
94882024-09-03T23:46:51.010Z[ host-image] Sep 03 23:46:49.854 INFO O| Sep 03 23:46:49.854 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94892024-09-03T23:46:51.018Z[ host-image] Sep 03 23:46:49.864 INFO O| Sep 03 23:46:49.864 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94902024-09-03T23:46:51.018Z[ host-image] Sep 03 23:46:49.864 INFO O| Sep 03 23:46:49.864 INFO STEP 149 (remove_files) COMPLETE
94912024-09-03T23:46:51.021Z[ host-image] Sep 03 23:46:49.864 INFO O| Sep 03 23:46:49.864 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94922024-09-03T23:46:51.028Z[ host-image] Sep 03 23:46:49.874 INFO O| Sep 03 23:46:49.874 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94932024-09-03T23:46:51.031Z[ host-image] Sep 03 23:46:49.874 INFO O| Sep 03 23:46:49.874 INFO STEP 150 (remove_files) COMPLETE
94942024-09-03T23:46:51.031Z[ host-image] Sep 03 23:46:49.875 INFO O| Sep 03 23:46:49.874 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94952024-09-03T23:46:51.038Z[ host-image] Sep 03 23:46:49.884 INFO O| Sep 03 23:46:49.884 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
94962024-09-03T23:46:51.038Z[ host-image] Sep 03 23:46:49.884 INFO O| Sep 03 23:46:49.884 INFO STEP 151 (remove_files) COMPLETE
94972024-09-03T23:46:51.041Z[ host-image] Sep 03 23:46:49.884 INFO O| Sep 03 23:46:49.884 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94982024-09-03T23:46:51.048Z[ host-image] Sep 03 23:46:49.894 INFO O| Sep 03 23:46:49.894 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94992024-09-03T23:46:51.048Z[ host-image] Sep 03 23:46:49.894 INFO O| Sep 03 23:46:49.894 INFO STEP 152 (remove_files) COMPLETE
95002024-09-03T23:46:51.048Z[ host-image] Sep 03 23:46:49.894 INFO O| Sep 03 23:46:49.894 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95012024-09-03T23:46:51.059Z[ host-image] Sep 03 23:46:49.905 INFO O| Sep 03 23:46:49.905 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95022024-09-03T23:46:51.059Z[ host-image] Sep 03 23:46:49.905 INFO O| Sep 03 23:46:49.905 INFO STEP 153 (remove_files) COMPLETE
95032024-09-03T23:46:51.059Z[ host-image] Sep 03 23:46:49.905 INFO O| Sep 03 23:46:49.905 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95042024-09-03T23:46:51.071Z[ host-image] Sep 03 23:46:49.917 INFO O| Sep 03 23:46:49.917 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95052024-09-03T23:46:51.071Z[ host-image] Sep 03 23:46:49.917 INFO O| Sep 03 23:46:49.917 INFO STEP 154 (remove_files) COMPLETE
95062024-09-03T23:46:51.071Z[ host-image] Sep 03 23:46:49.917 INFO O| Sep 03 23:46:49.917 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95072024-09-03T23:46:51.082Z[ host-image] Sep 03 23:46:49.928 INFO O| Sep 03 23:46:49.928 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95082024-09-03T23:46:51.084Z[ host-image] Sep 03 23:46:49.928 INFO O| Sep 03 23:46:49.928 INFO STEP 155 (remove_files) COMPLETE
95092024-09-03T23:46:51.084Z[ host-image] Sep 03 23:46:49.928 INFO O| Sep 03 23:46:49.928 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95102024-09-03T23:46:51.099Z[ host-image] Sep 03 23:46:49.945 INFO O| Sep 03 23:46:49.945 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95112024-09-03T23:46:51.102Z[ host-image] Sep 03 23:46:49.946 INFO O| Sep 03 23:46:49.945 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
95122024-09-03T23:46:53.452Z[ recovery-image] Sep 03 23:46:52.297 INFO E| Compiling bitflags v1.3.2
95132024-09-03T23:46:53.454Z[ recovery-image] Sep 03 23:46:52.297 INFO E| Compiling plain v0.2.3
95142024-09-03T23:46:53.454Z[ recovery-image] Sep 03 23:46:52.297 INFO E| Compiling log v0.4.21
95152024-09-03T23:46:53.454Z[ recovery-image] Sep 03 23:46:52.297 INFO E| Compiling scroll v0.12.0
95162024-09-03T23:46:53.454Z[ recovery-image] Sep 03 23:46:52.297 INFO E| Compiling adler v1.0.2
95172024-09-03T23:46:53.454Z[ recovery-image] Sep 03 23:46:52.297 INFO E| Compiling bit_field v0.10.2
95182024-09-03T23:46:53.454Z[ recovery-image] Sep 03 23:46:52.297 INFO E| Compiling bitstruct v0.1.1
95192024-09-03T23:46:53.537Z[ recovery-image] Sep 03 23:46:52.382 INFO E| Compiling raw-cpuid v10.7.0
95202024-09-03T23:46:53.555Z[ recovery-image] Sep 03 23:46:52.400 INFO E| Compiling cpio_reader v0.1.1
95212024-09-03T23:46:53.676Z[ recovery-image] Sep 03 23:46:52.521 INFO E| Compiling miniz_oxide v0.7.2
95222024-09-03T23:46:53.813Z[ recovery-image] Sep 03 23:46:52.659 INFO E| Compiling static_assertions v1.1.0
95232024-09-03T23:46:53.909Z[ recovery-image] Sep 03 23:46:52.754 INFO E| Compiling goblin v0.8.0
95242024-09-03T23:46:59.547Z[ host-image] Sep 03 23:46:58.392 INFO O| Sep 03 23:46:58.392 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
95252024-09-03T23:46:59.547Z[ host-image] Sep 03 23:46:58.392 INFO O| Sep 03 23:46:58.392 INFO E| svccfg: Loaded 74 smf(7) service descriptions
95262024-09-03T23:46:59.561Z[ host-image] Sep 03 23:46:58.406 INFO O| Sep 03 23:46:58.406 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
95272024-09-03T23:46:59.641Z[ host-image] Sep 03 23:46:58.486 INFO O| Sep 03 23:46:58.486 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
95282024-09-03T23:46:59.641Z[ host-image] Sep 03 23:46:58.486 INFO O| Sep 03 23:46:58.486 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
95292024-09-03T23:46:59.643Z[ host-image] Sep 03 23:46:58.488 INFO O| Sep 03 23:46:58.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
95302024-09-03T23:46:59.643Z[ host-image] Sep 03 23:46:58.488 INFO O| Sep 03 23:46:58.488 INFO ok!
95312024-09-03T23:46:59.643Z[ host-image] Sep 03 23:46:58.488 INFO O| Sep 03 23:46:58.488 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
95322024-09-03T23:46:59.643Z[ host-image] Sep 03 23:46:58.488 INFO O| Sep 03 23:46:58.488 INFO STEP 156 (seed_smf) COMPLETE
95332024-09-03T23:46:59.643Z[ host-image] Sep 03 23:46:58.488 INFO O| Sep 03 23:46:58.488 INFO steps complete; finalising image!
95342024-09-03T23:46:59.643Z[ host-image] Sep 03 23:46:58.488 INFO O| Sep 03 23:46:58.488 INFO TRIM POOL: TEMPORARY-gimlet-zfs
95352024-09-03T23:46:59.782Z[ host-image] Sep 03 23:46:58.627 INFO O| Sep 03 23:46:58.627 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Tue Sep 3 23:46:58 2024)
95362024-09-03T23:47:00.003Z[ host-image] Sep 03 23:46:58.849 INFO O| Sep 03 23:46:58.848 INFO temporary pool has 674M used, 158M avail, 1.87x compressratio
95372024-09-03T23:47:00.003Z[ host-image] Sep 03 23:46:58.849 INFO O| Sep 03 23:46:58.849 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
95382024-09-03T23:47:00.289Z[ host-image] Sep 03 23:46:59.135 INFO O| Sep 03 23:46:59.134 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
95392024-09-03T23:47:00.289Z[ host-image] Sep 03 23:46:59.135 INFO O| Sep 03 23:46:59.135 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
95402024-09-03T23:47:00.404Z[ recovery-image] Sep 03 23:46:59.249 INFO E| Finished `release` profile [optimized] target(s) in 44.13s
95412024-09-03T23:47:00.424Z[ recovery-image] Sep 03 23:46:59.269 INFO building host image...
95422024-09-03T23:47:00.426Z[ recovery-image] Sep 03 23:46:59.269 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")
95432024-09-03T23:47:00.889Z[ recovery-image] Sep 03 23:46:59.734 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
95442024-09-03T23:47:01.330Z[ host-image] Sep 03 23:47:00.175 INFO O| Sep 03 23:47:00.175 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
95452024-09-03T23:47:01.330Z[ host-image] Sep 03 23:47:00.175 INFO O| Sep 03 23:47:00.175 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
95462024-09-03T23:47:01.332Z[ host-image] Sep 03 23:47:00.175 INFO O| Sep 03 23:47:00.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
95472024-09-03T23:47:01.332Z[ host-image] Sep 03 23:47:00.175 INFO O| Sep 03 23:47:00.175 INFO completed processing gimlet/zfs
95482024-09-03T23:47:01.332Z[ host-image] Sep 03 23:47:00.175 INFO O| Sep 03 23:47:00.175 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
95492024-09-03T23:47:02.320Z[ recovery-image] Sep 03 23:47:01.165 INFO image complete! materials are in "/work/os-recovery"
95502024-09-03T23:47:02.323Z[ recovery-image]
95512024-09-03T23:47:02.325Z[ recovery-image] real 7:36.327742602
95522024-09-03T23:47:02.325Z[ recovery-image] user 4:53.184732350
95532024-09-03T23:47:02.325Z[ recovery-image] sys 1:11.371767872
95542024-09-03T23:47:02.325Z[ recovery-image] trap 0.270394004
95552024-09-03T23:47:02.325Z[ recovery-image] tflt 0.538600674
95562024-09-03T23:47:02.325Z[ recovery-image] dflt 1.743490889
95572024-09-03T23:47:02.325Z[ recovery-image] kflt 0.000043576
95582024-09-03T23:47:02.325Z[ recovery-image] lock 17:04.700158682
95592024-09-03T23:47:02.325Z[ recovery-image] slp 43:41.714545347
95602024-09-03T23:47:02.325Z[ recovery-image] lat 2:09.080108948
95612024-09-03T23:47:02.325Z[ recovery-image] stop 4.694948048
95622024-09-03T23:47:02.325ZSep 03 23:47:01.169 INFO [recovery-image] process exited with exit status: 0 (456.341768884s)
95632024-09-03T23:47:07.964Z[ host-image] Sep 03 23:47:06.809 INFO O| Sep 03 23:47:06.809 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
95642024-09-03T23:47:08.048Z[ host-image] Sep 03 23:47:06.893 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
95652024-09-03T23:47:08.048Z[ host-image] Sep 03 23:47:06.893 INFO expanded image name: "ci 3598a80/${os_short_commit} 2024-09-03 23:18" -> "ci 3598a80/2408c3f 2024-09-03 23:18"
95662024-09-03T23:47:08.051Z[ host-image] Sep 03 23:47:06.893 INFO output artefacts stored in: "/work/os-host"
95672024-09-03T23:47:08.051Z[ host-image] Sep 03 23:47:06.893 INFO collecting git info from project "pinprick"...
95682024-09-03T23:47:08.053Z[ host-image] Sep 03 23:47:06.898 INFO collecting git info from project "image-builder"...
95692024-09-03T23:47:08.058Z[ host-image] Sep 03 23:47:06.903 INFO collecting git info from project "bootserver"...
95702024-09-03T23:47:08.062Z[ host-image] Sep 03 23:47:06.907 INFO collecting git info from project "pilot"...
95712024-09-03T23:47:08.067Z[ host-image] Sep 03 23:47:06.912 INFO collecting git info from project "amd-firmware"...
95722024-09-03T23:47:08.075Z[ host-image] Sep 03 23:47:06.920 INFO collecting git info from project "phbl"...
95732024-09-03T23:47:08.079Z[ host-image] Sep 03 23:47:06.924 INFO collecting git info from project "chelsio-t6-roms"...
95742024-09-03T23:47:08.084Z[ host-image] Sep 03 23:47:06.929 INFO collecting git info from project "amd-host-image-builder"...
95752024-09-03T23:47:08.097Z[ host-image] Sep 03 23:47:06.942 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
95762024-09-03T23:47:08.456Z[ host-image] Sep 03 23:47:07.301 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
95772024-09-03T23:47:08.796Z[ host-image] Sep 03 23:47:07.641 INFO creating Oxide boot image...
95782024-09-03T23:47:08.796Z[ host-image] Sep 03 23:47:07.641 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 3598a80/2408c3f 2024-09-03 23:18", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
95792024-09-03T23:47:09.760Z[ host-image] Sep 03 23:47:08.604 INFO O| ok, image written!
95802024-09-03T23:47:09.760Z[ host-image] Sep 03 23:47:08.605 INFO O| ok, boot_image_csum file written!
95812024-09-03T23:47:09.764Z[ host-image] Sep 03 23:47:08.608 INFO creating boot archive (CPIO)...
95822024-09-03T23:47:09.770Z[ host-image] Sep 03 23:47:08.608 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
95832024-09-03T23:47:09.774Z[ host-image] Sep 03 23:47:08.617 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95842024-09-03T23:47:09.774Z[ host-image] Sep 03 23:47:08.618 INFO E| + outfile=/work/os-host/cpio
95852024-09-03T23:47:09.774Z[ host-image] Sep 03 23:47:08.618 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95862024-09-03T23:47:09.776Z[ host-image] Sep 03 23:47:08.620 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95872024-09-03T23:47:09.776Z[ host-image] Sep 03 23:47:08.620 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95882024-09-03T23:47:09.808Z[ host-image] Sep 03 23:47:08.653 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95892024-09-03T23:47:09.808Z[ host-image] Sep 03 23:47:08.653 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95902024-09-03T23:47:09.816Z[ host-image] Sep 03 23:47:08.660 INFO creating compressed cpio/unix for nanobl-rs...
95912024-09-03T23:47:09.816Z[ host-image] Sep 03 23:47:08.660 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
95922024-09-03T23:47:10.092Z[ host-image] Sep 03 23:47:08.937 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95932024-09-03T23:47:14.422Z[ host-image] Sep 03 23:47:13.266 INFO creating reset image...
95942024-09-03T23:47:14.426Z[ host-image] Sep 03 23:47:13.266 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95952024-09-03T23:47:14.503Z[ host-image] Sep 03 23:47:13.347 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95962024-09-03T23:47:14.505Z[ host-image] Sep 03 23:47:13.348 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95972024-09-03T23:47:14.565Z[ host-image] Sep 03 23:47:13.409 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95982024-09-03T23:47:16.719Z[ host-image] Sep 03 23:47:15.563 INFO E| Finished `release` profile [optimized] target(s) in 2.20s
95992024-09-03T23:47:16.732Z[ host-image] Sep 03 23:47:15.576 INFO building host image...
96002024-09-03T23:47:16.734Z[ host-image] Sep 03 23:47:15.576 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")
96012024-09-03T23:47:17.181Z[ host-image] Sep 03 23:47:16.025 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96022024-09-03T23:48:03.871Z[ host-image] Sep 03 23:48:02.712 INFO image complete! materials are in "/work/os-host"
96032024-09-03T23:48:03.875Z[ host-image]
96042024-09-03T23:48:03.875Z[ host-image] real 8:51.844251518
96052024-09-03T23:48:03.875Z[ host-image] user 4:19.397284811
96062024-09-03T23:48:03.875Z[ host-image] sys 52.498182294
96072024-09-03T23:48:03.875Z[ host-image] trap 0.190790232
96082024-09-03T23:48:03.875Z[ host-image] tflt 0.015933717
96092024-09-03T23:48:03.875Z[ host-image] dflt 0.028657864
96102024-09-03T23:48:03.875Z[ host-image] kflt 0.000023188
96112024-09-03T23:48:03.875Z[ host-image] lock 4:14.434661674
96122024-09-03T23:48:03.875Z[ host-image] slp 47:36.817398501
96132024-09-03T23:48:03.875Z[ host-image] lat 1:30.579145084
96142024-09-03T23:48:03.875Z[ host-image] stop 0.750098945
96152024-09-03T23:48:03.875ZSep 03 23:48:02.716 INFO [host-image] process exited with exit status: 0 (531.856913763s)
96162024-09-03T23:48:03.875ZSep 03 23:48:02.716 INFO [tuf-repo] running task
96172024-09-03T23:48:10.689ZSep 03 23:48:09.530 INFO assembling repository in `/tmp/tufaceousQXhIeE`, component: OmicronRepoAssembler
96182024-09-03T23:48:15.393ZSep 03 23:48:14.234 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96192024-09-03T23:48:15.725ZSep 03 23:48:14.566 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96202024-09-03T23:48:27.841ZSep 03 23:48:26.681 INFO [tuf-repo] task succeeded (23.964182265s)
96212024-09-03T23:48:27.841ZSep 03 23:48:26.681 INFO all jobs completed in 1815.064710376s
96222024-09-03T23:48:28.368Zprocess exited: duration 2324848 ms, exit code 0
 
96232024-09-03T23:48:28.379Zfound 33 output files
96242024-09-03T23:48:28.379Zuploading: /work/manifest.toml (8404 bytes)
96252024-09-03T23:48:29.389Zuploaded: /work/manifest.toml
96262024-09-03T23:48:29.389Zuploading: /work/repo.zip (1791746284 bytes)
96272024-09-03T23:49:03.085Zuploaded: /work/repo.zip
96282024-09-03T23:49:03.085Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96292024-09-03T23:49:04.094Zuploaded: /work/repo.zip.sha256.txt
96302024-09-03T23:49:04.094Zuploading: /work/helios-setup.log (52390 bytes)
96312024-09-03T23:49:05.107Zuploaded: /work/helios-setup.log
96322024-09-03T23:49:05.107Zuploading: /work/host-image.log (194386 bytes)
96332024-09-03T23:49:06.129Zuploaded: /work/host-image.log
96342024-09-03T23:49:06.129Zuploading: /work/host-package.log (19598 bytes)
96352024-09-03T23:49:07.139Zuploaded: /work/host-package.log
96362024-09-03T23:49:07.139Zuploading: /work/host-target.log (101 bytes)
96372024-09-03T23:49:08.147Zuploaded: /work/host-target.log
96382024-09-03T23:49:08.147Zuploading: /work/omicron-package.log (4418 bytes)
96392024-09-03T23:49:09.156Zuploaded: /work/omicron-package.log
96402024-09-03T23:49:09.156Zuploading: /work/phbl-toolchain.log (881 bytes)
96412024-09-03T23:49:10.163Zuploaded: /work/phbl-toolchain.log
96422024-09-03T23:49:10.163Zuploading: /work/recovery-image.log (591138 bytes)
96432024-09-03T23:49:11.197Zuploaded: /work/recovery-image.log
96442024-09-03T23:49:11.197Zuploading: /work/recovery-package.log (282 bytes)
96452024-09-03T23:49:12.205Zuploaded: /work/recovery-package.log
96462024-09-03T23:49:12.205Zuploading: /work/recovery-target.log (98 bytes)
96472024-09-03T23:49:13.213Zuploaded: /work/recovery-target.log
96482024-09-03T23:49:13.214Zuploading: /work/stamp-clickhouse.log (117 bytes)
96492024-09-03T23:49:14.222Zuploaded: /work/stamp-clickhouse.log
96502024-09-03T23:49:14.222Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
96512024-09-03T23:49:15.230Zuploaded: /work/stamp-clickhouse_keeper.log
96522024-09-03T23:49:15.230Zuploading: /work/stamp-cockroachdb.log (118 bytes)
96532024-09-03T23:49:16.238Zuploaded: /work/stamp-cockroachdb.log
96542024-09-03T23:49:16.238Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
96552024-09-03T23:49:17.246Zuploaded: /work/stamp-crucible-dtrace.log
96562024-09-03T23:49:17.248Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
96572024-09-03T23:49:18.256Zuploaded: /work/stamp-crucible-pantry-zone.log
96582024-09-03T23:49:18.256Zuploading: /work/stamp-crucible-zone.log (120 bytes)
96592024-09-03T23:49:19.264Zuploaded: /work/stamp-crucible-zone.log
96602024-09-03T23:49:19.264Zuploading: /work/stamp-external-dns.log (119 bytes)
96612024-09-03T23:49:20.272Zuploaded: /work/stamp-external-dns.log
96622024-09-03T23:49:20.272Zuploading: /work/stamp-installinator.log (103 bytes)
96632024-09-03T23:49:21.281Zuploaded: /work/stamp-installinator.log
96642024-09-03T23:49:21.281Zuploading: /work/stamp-internal-dns.log (119 bytes)
96652024-09-03T23:49:22.289Zuploaded: /work/stamp-internal-dns.log
96662024-09-03T23:49:22.289Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
96672024-09-03T23:49:23.304Zuploaded: /work/stamp-mg-ddm-gz.log
96682024-09-03T23:49:23.304Zuploading: /work/stamp-nexus.log (112 bytes)
96692024-09-03T23:49:24.312Zuploaded: /work/stamp-nexus.log
96702024-09-03T23:49:24.312Zuploading: /work/stamp-ntp.log (110 bytes)
96712024-09-03T23:49:25.321Zuploaded: /work/stamp-ntp.log
96722024-09-03T23:49:25.321Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
96732024-09-03T23:49:26.328Zuploaded: /work/stamp-omicron-sled-agent.log
96742024-09-03T23:49:26.328Zuploading: /work/stamp-overlay.log (114 bytes)
96752024-09-03T23:49:27.336Zuploaded: /work/stamp-overlay.log
96762024-09-03T23:49:27.336Zuploading: /work/stamp-oximeter.log (115 bytes)
96772024-09-03T23:49:28.345Zuploaded: /work/stamp-oximeter.log
96782024-09-03T23:49:28.345Zuploading: /work/stamp-oxlog.log (109 bytes)
96792024-09-03T23:49:29.354Zuploaded: /work/stamp-oxlog.log
96802024-09-03T23:49:29.354Zuploading: /work/stamp-probe.log (112 bytes)
96812024-09-03T23:49:30.362Zuploaded: /work/stamp-probe.log
96822024-09-03T23:49:30.363Zuploading: /work/stamp-propolis-server.log (122 bytes)
96832024-09-03T23:49:31.371Zuploaded: /work/stamp-propolis-server.log
96842024-09-03T23:49:31.371Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96852024-09-03T23:49:32.378Zuploaded: /work/stamp-pumpkind-gz.log
96862024-09-03T23:49:32.378Zuploading: /work/stamp-switch-asic.log (118 bytes)
96872024-09-03T23:49:33.387Zuploaded: /work/stamp-switch-asic.log
96882024-09-03T23:49:33.387Zuploading: /work/verify-libraries.log (3116 bytes)
96892024-09-03T23:49:34.395Zuploaded: /work/verify-libraries.log