01J6DHEXBJ0MRG8Q5RXR44DZWE: 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: 01J6DHFFR6PY32AMK71Z7ZM3EM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-28T22:26:06.815Zjob assigned to worker 01J6DHFFQ7GY722JMTCXMP5T6R (queued for 56 s)
 
22024-08-28T22:26:15.169Zstarting task 0: "setup"
32024-08-28T22:26:15.177Z++ uname -s
42024-08-28T22:26:15.179Z+ kern=SunOS
52024-08-28T22:26:15.179Z+ case "$kern" in
62024-08-28T22:26:15.179Z+ groupadd -g 12345 build
72024-08-28T22:26:15.183Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-28T22:26:17.213Z+ zfs create -o mountpoint=/work rpool/work
92024-08-28T22:26:17.397Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-28T22:26:17.410Z+ home_fs=zfs
112024-08-28T22:26:17.410Z+ [[ zfs == autofs ]]
122024-08-28T22:26:17.411Z+ mkdir -p /home/build
132024-08-28T22:26:17.411Z+ chown build:build /home/build /work
142024-08-28T22:26:19.381Z+ chmod 0700 /home/build /work
152024-08-28T22:26:19.386Zprocess exited: duration 4208 ms, exit code 0
 
162024-08-28T22:26:19.397Zstarting task 1: "rust-toolchain"
172024-08-28T22:26:19.419Z+ printf ' * toolchain channel = "%s"
182024-08-28T22:26:19.419Z' 1.80.1
192024-08-28T22:26:19.419Z+ printf ' * toolchain profile = "%s"
202024-08-28T22:26:19.419Z' default
212024-08-28T22:26:19.419Z * toolchain channel = "1.80.1"
222024-08-28T22:26:19.419Z * toolchain profile = "default"
232024-08-28T22:26:19.419Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-28T22:26:19.419Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-28T22:26:19.527Zinfo: downloading installer
262024-08-28T22:26:24.480Zinfo: profile set to 'default'
272024-08-28T22:26:24.480Zinfo: default host triple is x86_64-unknown-illumos
282024-08-28T22:26:24.627Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-28T22:26:24.627Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-28T22:26:24.627Zinfo: downloading component 'cargo'
312024-08-28T22:26:24.627Zinfo: downloading component 'clippy'
322024-08-28T22:26:24.627Zinfo: downloading component 'rust-docs'
332024-08-28T22:26:24.627Zinfo: downloading component 'rust-std'
342024-08-28T22:26:24.627Zinfo: downloading component 'rustc'
352024-08-28T22:26:27.977Zinfo: downloading component 'rustfmt'
362024-08-28T22:26:28.178Zinfo: installing component 'cargo'
372024-08-28T22:26:29.052Zinfo: installing component 'clippy'
382024-08-28T22:26:29.446Zinfo: installing component 'rust-docs'
392024-08-28T22:26:31.063Zinfo: installing component 'rust-std'
402024-08-28T22:26:32.833Zinfo: installing component 'rustc'
412024-08-28T22:26:37.748Zinfo: installing component 'rustfmt'
422024-08-28T22:26:37.928Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-28T22:26:37.928Z
442024-08-28T22:26:38.177Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-28T22:26:38.177Z
462024-08-28T22:26:38.179Z
472024-08-28T22:26:38.179ZRust is installed now. Great!
482024-08-28T22:26:38.180Z
492024-08-28T22:26:38.180ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-28T22:26:38.180Zenvironment variable. This has not been done automatically.
512024-08-28T22:26:38.180Z
522024-08-28T22:26:38.180ZTo configure your current shell, you need to source
532024-08-28T22:26:38.180Zthe corresponding env file under $HOME/.cargo.
542024-08-28T22:26:38.180Z
552024-08-28T22:26:38.180ZThis is usually done by running one of the following (note the leading DOT):
562024-08-28T22:26:38.180Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-28T22:26:38.180Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-28T22:26:38.228Z+ rustc --version
592024-08-28T22:26:38.353Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-28T22:26:38.362Zprocess exited: duration 18898 ms, exit code 0
 
612024-08-28T22:26:38.371Zstarting task 2: "authentication"
622024-08-28T22:26:38.396Zprocess exited: duration 24 ms, exit code 0
 
632024-08-28T22:26:38.407Zstarting task 3: "clone repository"
642024-08-28T22:26:38.412Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-28T22:26:38.419Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-28T22:26:38.681ZCloning into '/work/oxidecomputer/omicron'...
672024-08-28T22:26:45.086Z+ cd /work/oxidecomputer/omicron
682024-08-28T22:26:45.088Z+ git fetch origin 9189023e044977abc9abfb373f4c1c1bbc795459
692024-08-28T22:26:45.373ZFrom https://github.com/oxidecomputer/omicron
702024-08-28T22:26:45.373Z * branch 9189023e044977abc9abfb373f4c1c1bbc795459 -> FETCH_HEAD
712024-08-28T22:26:45.384Z+ [[ -n dap/live-tests-follow-up ]]
722024-08-28T22:26:45.386Z++ git branch --show-current
732024-08-28T22:26:45.389Z+ current=main
742024-08-28T22:26:45.389Z+ [[ main != dap/live-tests-follow-up ]]
752024-08-28T22:26:45.389Z+ git branch -f dap/live-tests-follow-up 9189023e044977abc9abfb373f4c1c1bbc795459
762024-08-28T22:26:45.391Z+ git checkout -f dap/live-tests-follow-up
772024-08-28T22:26:45.460ZSwitched to branch 'dap/live-tests-follow-up'
782024-08-28T22:26:45.469Z+ git reset --hard 9189023e044977abc9abfb373f4c1c1bbc795459
792024-08-28T22:26:45.519ZHEAD is now at 9189023e0 fix README
802024-08-28T22:26:45.521Zprocess exited: duration 7113 ms, exit code 0
 
812024-08-28T22:26:45.528Zstarting task 4: "build"
822024-08-28T22:26:45.534Z+ cargo --version
832024-08-28T22:26:45.589Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-28T22:26:45.591Z+ rustc --version
852024-08-28T22:26:45.649Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-28T22:26:45.651Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-28T22:27:04.810Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-28T22:27:07.582Z Startup: Caching catalogs ... Done
892024-08-28T22:27:09.526ZPlanning: Solver setup ... Done (1.392s)
902024-08-28T22:27:09.548ZPlanning: Running solver ... Done (0.022s)
912024-08-28T22:27:09.636ZPlanning: Finding local manifests ... Done (0.049s)
922024-08-28T22:27:09.649ZPlanning: Fetching manifests: 0/5 0% complete
932024-08-28T22:27:09.878ZPlanning: Fetching manifests: 5/5 100% complete
942024-08-28T22:27:10.083ZPlanning: Package planning ... Done (0.205s)
952024-08-28T22:27:10.138ZPlanning: Merging actions ... Done (0.055s)
962024-08-28T22:27:10.983ZPlanning: Checking for conflicting actions ... Done (0.845s)
972024-08-28T22:27:15.841ZPlanning: Consolidating action changes ... Done (4.858s)
982024-08-28T22:27:16.238ZPlanning: Evaluating mediators ... Done (0.397s)
992024-08-28T22:27:16.376ZPlanning: Planning completed in 8.72 seconds
1002024-08-28T22:27:16.391Z Packages to install: 4
1012024-08-28T22:27:16.391Z Packages to update: 1
1022024-08-28T22:27:16.393Z Mediators to change: 2
1032024-08-28T22:27:16.393Z Services to change: 1
1042024-08-28T22:27:16.393Z Estimated space available: 155.72 GB
1052024-08-28T22:27:16.393ZEstimated space to be consumed: 1.53 GB
1062024-08-28T22:27:16.393Z Create boot environment: No
1072024-08-28T22:27:16.393ZCreate backup boot environment: Yes
1082024-08-28T22:27:16.393Z Rebuild boot archive: No
1092024-08-28T22:27:16.393Z
1102024-08-28T22:27:16.393ZChanged mediators:
1112024-08-28T22:27:16.394Z mediator clang:
1122024-08-28T22:27:16.394Z version: None -> 15 (system default)
1132024-08-28T22:27:16.394Z
1142024-08-28T22:27:16.394Z mediator llvm:
1152024-08-28T22:27:16.394Z version: 14 (system default) -> 15 (system default)
1162024-08-28T22:27:16.394Z
1172024-08-28T22:27:16.394ZChanged packages:
1182024-08-28T22:27:16.394Zhelios-dev
1192024-08-28T22:27:16.394Z developer/build-essential
1202024-08-28T22:27:16.394Z None -> 11-2.0
1212024-08-28T22:27:16.394Z library/libxmlsec1
1222024-08-28T22:27:16.394Z None -> 1.2.35-2.0
1232024-08-28T22:27:16.394Z ooce/developer/clang-15
1242024-08-28T22:27:16.394Z None -> 15.0.7-2.0
1252024-08-28T22:27:16.394Z ooce/developer/llvm-15
1262024-08-28T22:27:16.394Z None -> 15.0.7-2.0
1272024-08-28T22:27:16.394Z package/pkg
1282024-08-28T22:27:16.394Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-08-28T22:27:16.394Z
1302024-08-28T22:27:16.394ZServices:
1312024-08-28T22:27:16.394Z restart_fmri:
1322024-08-28T22:27:16.394Z svc:/system/update-man-index:default
1332024-08-28T22:27:16.394Z
1342024-08-28T22:27:16.394ZEditable files to change:
1352024-08-28T22:27:16.394Z Update:
1362024-08-28T22:27:16.394Z usr/share/lib/pkg/web/config.shtml
1372024-08-28T22:27:16.855Z
1382024-08-28T22:27:16.855ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-08-28T22:27:21.859ZDownload: 760/4281 items 18.4/220.6MB 8% complete (3.8M/s)
1402024-08-28T22:27:26.858ZDownload: 1332/4281 items 110.3/220.6MB 49% complete (11.2M/s)
1412024-08-28T22:27:32.083ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (11.7M/s)
1422024-08-28T22:27:37.082ZDownload: 3243/4281 items 170.9/220.6MB 77% complete (5.4M/s)
1432024-08-28T22:27:42.086ZDownload: 3843/4281 items 218.2/220.6MB 98% complete (9.9M/s)
1442024-08-28T22:27:43.466ZDownload: Completed 220.60 MB in 26.61 seconds (8.3M/s)
1452024-08-28T22:27:47.717Z Actions: 1/5063 actions (Removing old actions)
1462024-08-28T22:27:47.734Z Actions: 194/5063 actions (Installing new actions)
1472024-08-28T22:27:52.857Z Actions: 4127/5063 actions (Installing new actions)
1482024-08-28T22:27:53.370Z Actions: 4226/5063 actions (Updating modified actions)
1492024-08-28T22:27:53.758Z Actions: Completed 5063 actions in 6.04 seconds.
1502024-08-28T22:27:54.047Z Done (0.280s)
1512024-08-28T22:27:54.050Z Done (0.000s)
1522024-08-28T22:27:54.432Z Done (0.379s)
1532024-08-28T22:28:00.180Z Done (5.572s)
1542024-08-28T22:28:00.455Z Done (0.200s)
1552024-08-28T22:28:00.458Z Done (0.000s)
1562024-08-28T22:28:00.672Z Done (0.000s)
1572024-08-28T22:28:01.283ZPlanning: Evaluating mediator changes ... Done
1582024-08-28T22:28:01.417ZPlanning: Checking for conflicting actions ... Done
1592024-08-28T22:28:01.464ZPlanning: Consolidating action changes ... Done
1602024-08-28T22:28:01.685ZPlanning: Evaluating mediators ... Done
1612024-08-28T22:28:01.687ZPlanning: Planning completed in 0.43 seconds
1622024-08-28T22:28:01.723Z Mediators to change: 2
1632024-08-28T22:28:01.723Z Create boot environment: No
1642024-08-28T22:28:01.723ZCreate backup boot environment: No
1652024-08-28T22:28:01.811Z Done
1662024-08-28T22:28:01.811Z Done
1672024-08-28T22:28:02.045Z Done
1682024-08-28T22:28:05.664Z Done
1692024-08-28T22:28:05.755Z Done
1702024-08-28T22:28:05.757Z Done
1712024-08-28T22:28:05.920Z Done
1722024-08-28T22:28:06.525ZPlanning: Evaluating mediator changes ... Done
1732024-08-28T22:28:06.528ZPlanning: Merging actions ... Done
1742024-08-28T22:28:06.715ZPlanning: Checking for conflicting actions ... Done
1752024-08-28T22:28:06.718ZPlanning: Consolidating action changes ... Done
1762024-08-28T22:28:06.978ZPlanning: Evaluating mediators ... Done
1772024-08-28T22:28:07.032ZPlanning: Planning completed in 0.75 seconds
1782024-08-28T22:28:07.071Z Packages to change: 1
1792024-08-28T22:28:07.071Z Mediators to change: 1
1802024-08-28T22:28:07.074Z Services to change: 1
1812024-08-28T22:28:07.074Z Create boot environment: No
1822024-08-28T22:28:07.074ZCreate backup boot environment: Yes
1832024-08-28T22:28:09.083Z Actions: 1/6 actions (Updating modified actions)
1842024-08-28T22:28:09.125Z Actions: Completed 6 actions in 0.04 seconds.
1852024-08-28T22:28:09.125Z Done
1862024-08-28T22:28:09.128Z Done
1872024-08-28T22:28:09.204Z Done
1882024-08-28T22:28:12.819Z Done
1892024-08-28T22:28:12.907Z Done
1902024-08-28T22:28:12.910Z Done
1912024-08-28T22:28:13.182Z Done
1922024-08-28T22:28:13.584ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932024-08-28T22:28:13.584Zclang system 15 system
1942024-08-28T22:28:13.584Zcsh system system illumos
1952024-08-28T22:28:13.584Zctags system system illumos
1962024-08-28T22:28:13.584Zgcc vendor 12 vendor
1972024-08-28T22:28:13.584Zgcc system 10 system
1982024-08-28T22:28:13.584Zgcc system 7 system
1992024-08-28T22:28:13.584Zgo system 1.20 system
2002024-08-28T22:28:13.584Zgo system 1.19 system
2012024-08-28T22:28:13.584Zllvm system 15 system
2022024-08-28T22:28:13.584Zllvm system 14 system
2032024-08-28T22:28:13.584Zmariadb system 10.6 system
2042024-08-28T22:28:13.584Zmta vendor vendor dma
2052024-08-28T22:28:13.584Zopenjdk system 17 system
2062024-08-28T22:28:13.584Zopenjdk system 11 system
2072024-08-28T22:28:13.584Zopenjdk system 1.8 system
2082024-08-28T22:28:13.584Zopenssl vendor 3 vendor
2092024-08-28T22:28:13.584Zperl system 5.36 system
2102024-08-28T22:28:13.584Zpostgresql system 15 system
2112024-08-28T22:28:13.584Zpostgresql system 13 system
2122024-08-28T22:28:13.584Zpython vendor 3 vendor
2132024-08-28T22:28:13.584Zpython system 2 system
2142024-08-28T22:28:13.584Zpython3 system 3.11 system
2152024-08-28T22:28:13.584Zruby system 3.0 system
2162024-08-28T22:28:13.584Zwords vendor vendor american-english
2172024-08-28T22:28:13.584Zwords system system australian-english
2182024-08-28T22:28:13.584Zwords system system british-english
2192024-08-28T22:28:13.585Zwords system system canadian-english
2202024-08-28T22:28:13.585Zwords system system french
2212024-08-28T22:28:13.585Zwords system system italian
2222024-08-28T22:28:13.585Zwords system system ngerman
2232024-08-28T22:28:13.585Zwords system system ogerman
2242024-08-28T22:28:13.585Zwords system system spanish
2252024-08-28T22:28:13.912ZPUBLISHER TYPE STATUS P LOCATION
2262024-08-28T22:28:13.912Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2272024-08-28T22:28:15.696ZFMRI IFO
2282024-08-28T22:28:15.697Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2292024-08-28T22:28:15.697Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2302024-08-28T22:28:15.697Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2312024-08-28T22:28:15.697Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2322024-08-28T22:28:15.697Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2332024-08-28T22:28:15.698Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2342024-08-28T22:28:15.698Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2352024-08-28T22:28:15.698Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2362024-08-28T22:28:15.698Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2372024-08-28T22:28:15.698Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2382024-08-28T22:28:15.698Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2392024-08-28T22:28:15.698Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2402024-08-28T22:28:15.699Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2412024-08-28T22:28:16.304Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422024-08-28T22:28:16.675Z Updating git repository `https://github.com/oxidecomputer/zone`
2432024-08-28T22:28:17.054Z Updating crates.io index
2442024-08-28T22:28:17.056Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2452024-08-28T22:28:17.836Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462024-08-28T22:28:18.556Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2472024-08-28T22:28:18.823Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2482024-08-28T22:28:20.503Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2492024-08-28T22:28:20.742Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2502024-08-28T22:28:20.979Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512024-08-28T22:28:22.088Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522024-08-28T22:28:23.935Z Updating git repository `https://github.com/oxidecomputer/opte`
2532024-08-28T22:28:24.874Z Updating git repository `https://github.com/oxidecomputer/falcon`
2542024-08-28T22:28:25.576Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552024-08-28T22:28:25.859Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2562024-08-28T22:28:26.410Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2572024-08-28T22:28:26.688Z Updating git repository `https://github.com/oxidecomputer/qorb`
2582024-08-28T22:28:27.018Z Updating git repository `https://github.com/oxidecomputer/tofino`
2592024-08-28T22:28:27.346Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602024-08-28T22:28:27.599Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612024-08-28T22:28:28.019Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622024-08-28T22:28:28.278Z Updating git repository `https://github.com/oxidecomputer/clickward`
2632024-08-28T22:28:28.556Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2642024-08-28T22:28:28.934Z Updating git repository `https://github.com/oxidecomputer/ispf`
2652024-08-28T22:28:29.248Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2662024-08-28T22:28:29.615Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672024-08-28T22:28:30.127Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2682024-08-28T22:28:30.567Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2692024-08-28T22:28:30.954Z Updating git repository `https://github.com/oxidecomputer/typify`
2702024-08-28T22:28:33.025Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2712024-08-28T22:28:33.245Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2722024-08-28T22:28:33.529Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2732024-08-28T22:28:33.851Z Updating git repository `https://github.com/oxidecomputer/rfb`
2742024-08-28T22:28:34.870Z Downloading crates ...
2752024-08-28T22:28:34.962Z Downloaded fnv v1.0.7
2762024-08-28T22:28:34.964Z Downloaded dtrace-parser v0.2.0
2772024-08-28T22:28:34.968Z Downloaded cfg-if v1.0.0
2782024-08-28T22:28:34.968Z Downloaded heck v0.4.1
2792024-08-28T22:28:34.968Z Downloaded digest v0.10.7
2802024-08-28T22:28:34.970Z Downloaded bytecount v0.6.8
2812024-08-28T22:28:34.973Z Downloaded errno v0.3.9
2822024-08-28T22:28:34.973Z Downloaded camino v1.1.9
2832024-08-28T22:28:34.976Z Downloaded swrite v0.1.0
2842024-08-28T22:28:34.976Z Downloaded bitflags v2.6.0
2852024-08-28T22:28:34.978Z Downloaded cpufeatures v0.2.12
2862024-08-28T22:28:34.985Z Downloaded generic-array v0.14.7
2872024-08-28T22:28:34.987Z Downloaded cargo-platform v0.1.8
2882024-08-28T22:28:34.987Z Downloaded pest_generator v2.7.10
2892024-08-28T22:28:34.990Z Downloaded anstyle v1.0.8
2902024-08-28T22:28:34.992Z Downloaded utf8parse v0.2.1
2912024-08-28T22:28:34.994Z Downloaded thiserror v1.0.63
2922024-08-28T22:28:34.997Z Downloaded usdt-impl v0.5.0
2932024-08-28T22:28:35.000Z Downloaded terminal_size v0.3.0
2942024-08-28T22:28:35.002Z Downloaded thread-id v4.2.1
2952024-08-28T22:28:35.002Z Downloaded tabled_derive v0.7.0
2962024-08-28T22:28:35.002Z Downloaded macaddr v1.0.1
2972024-08-28T22:28:35.005Z Downloaded clap_lex v0.7.0
2982024-08-28T22:28:35.005Z Downloaded plain v0.2.3
2992024-08-28T22:28:35.007Z Downloaded serde_tokenstream v0.2.2
3002024-08-28T22:28:35.007Z Downloaded semver v1.0.23
3012024-08-28T22:28:35.010Z Downloaded smawk v0.3.2
3022024-08-28T22:28:35.012Z Downloaded scroll_derive v0.12.0
3032024-08-28T22:28:35.012Z Downloaded proc-macro-error v1.0.4
3042024-08-28T22:28:35.015Z Downloaded memmap v0.7.0
3052024-08-28T22:28:35.017Z Downloaded unicode-ident v1.0.12
3062024-08-28T22:28:35.027Z Downloaded once_cell v1.19.0
3072024-08-28T22:28:35.030Z Downloaded anyhow v1.0.86
3082024-08-28T22:28:35.030Z Downloaded typenum v1.17.0
3092024-08-28T22:28:35.030Z Downloaded scroll v0.12.0
3102024-08-28T22:28:35.030Z Downloaded toml_datetime v0.6.8
3112024-08-28T22:28:35.033Z Downloaded equivalent v1.0.1
3122024-08-28T22:28:35.033Z Downloaded itoa v1.0.11
3132024-08-28T22:28:35.035Z Downloaded is_terminal_polyfill v1.70.0
3142024-08-28T22:28:35.035Z Downloaded colorchoice v1.0.1
3152024-08-28T22:28:35.038Z Downloaded indexmap v2.4.0
3162024-08-28T22:28:35.041Z Downloaded byteorder v1.5.0
3172024-08-28T22:28:35.043Z Downloaded heck v0.5.0
3182024-08-28T22:28:35.045Z Downloaded dof v0.3.0
3192024-08-28T22:28:35.048Z Downloaded anstyle-query v1.0.3
3202024-08-28T22:28:35.050Z Downloaded camino-tempfile v1.1.1
3212024-08-28T22:28:35.053Z Downloaded block-buffer v0.10.4
3222024-08-28T22:28:35.053Z Downloaded autocfg v1.3.0
3232024-08-28T22:28:35.058Z Downloaded usdt-attr-macro v0.5.0
3242024-08-28T22:28:35.060Z Downloaded pretty-hex v0.4.1
3252024-08-28T22:28:35.060Z Downloaded usdt-macro v0.5.0
3262024-08-28T22:28:35.070Z Downloaded fastrand v2.1.0
3272024-08-28T22:28:35.072Z Downloaded crypto-common v0.1.6
3282024-08-28T22:28:35.072Z Downloaded anstream v0.6.14
3292024-08-28T22:28:35.075Z Downloaded fs-err v2.11.0
3302024-08-28T22:28:35.077Z Downloaded clap_derive v4.5.13
3312024-08-28T22:28:35.079Z Downloaded cargo_toml v0.20.4
3322024-08-28T22:28:35.082Z Downloaded cargo_metadata v0.18.1
3332024-08-28T22:28:35.082Z Downloaded unicode-linebreak v0.1.5
3342024-08-28T22:28:35.084Z Downloaded strsim v0.11.1
3352024-08-28T22:28:35.087Z Downloaded serde_spanned v0.6.7
3362024-08-28T22:28:35.090Z Downloaded proc-macro-error-attr v1.0.4
3372024-08-28T22:28:35.092Z Downloaded version_check v0.9.5
3382024-08-28T22:28:35.095Z Downloaded proc-macro2 v1.0.86
3392024-08-28T22:28:35.097Z Downloaded usdt v0.5.0
3402024-08-28T22:28:35.103Z Downloaded thiserror-impl v1.0.63
3412024-08-28T22:28:35.105Z Downloaded anstyle-parse v0.2.4
3422024-08-28T22:28:35.108Z Downloaded quote v1.0.36
3432024-08-28T22:28:35.113Z Downloaded sha2 v0.10.8
3442024-08-28T22:28:35.116Z Downloaded pest_derive v2.7.10
3452024-08-28T22:28:35.118Z Downloaded tempfile v3.10.1
3462024-08-28T22:28:35.123Z Downloaded clap v4.5.16
3472024-08-28T22:28:35.132Z Downloaded zerocopy-derive v0.7.34
3482024-08-28T22:28:35.137Z Downloaded ryu v1.0.18
3492024-08-28T22:28:35.140Z Downloaded pest v2.7.10
3502024-08-28T22:28:35.145Z Downloaded ucd-trie v0.1.6
3512024-08-28T22:28:35.147Z Downloaded papergrid v0.11.0
3522024-08-28T22:28:35.151Z Downloaded pest_meta v2.7.10
3532024-08-28T22:28:35.153Z Downloaded toml v0.8.19
3542024-08-28T22:28:35.156Z Downloaded textwrap v0.16.1
3552024-08-28T22:28:35.161Z Downloaded log v0.4.21
3562024-08-28T22:28:35.162Z Downloaded serde_derive v1.0.208
3572024-08-28T22:28:35.164Z Downloaded serde v1.0.208
3582024-08-28T22:28:35.168Z Downloaded serde_json v1.0.125
3592024-08-28T22:28:35.175Z Downloaded memchr v2.7.2
3602024-08-28T22:28:35.180Z Downloaded winnow v0.6.18
3612024-08-28T22:28:35.188Z Downloaded clap_builder v4.5.15
3622024-08-28T22:28:35.195Z Downloaded toml_edit v0.22.20
3632024-08-28T22:28:35.217Z Downloaded zerocopy v0.7.34
3642024-08-28T22:28:35.232Z Downloaded hashbrown v0.14.5
3652024-08-28T22:28:35.237Z Downloaded goblin v0.8.2
3662024-08-28T22:28:35.243Z Downloaded tabled v0.15.0
3672024-08-28T22:28:35.258Z Downloaded syn v2.0.74
3682024-08-28T22:28:35.269Z Downloaded syn v1.0.109
3692024-08-28T22:28:35.279Z Downloaded unicode-width v0.1.13
3702024-08-28T22:28:35.286Z Downloaded rustix v0.38.34
3712024-08-28T22:28:35.308Z Downloaded libc v0.2.158
3722024-08-28T22:28:35.611Z Compiling proc-macro2 v1.0.86
3732024-08-28T22:28:35.611Z Compiling unicode-ident v1.0.12
3742024-08-28T22:28:35.614Z Compiling version_check v0.9.5
3752024-08-28T22:28:35.615Z Compiling serde v1.0.208
3762024-08-28T22:28:35.615Z Compiling memchr v2.7.2
3772024-08-28T22:28:35.615Z Compiling thiserror v1.0.63
3782024-08-28T22:28:35.615Z Compiling libc v0.2.158
3792024-08-28T22:28:35.645Z Compiling ucd-trie v0.1.6
3802024-08-28T22:28:35.891Z Compiling ryu v1.0.18
3812024-08-28T22:28:36.241Z Compiling itoa v1.0.11
3822024-08-28T22:28:36.387Z Compiling once_cell v1.19.0
3832024-08-28T22:28:36.445Z Compiling byteorder v1.5.0
3842024-08-28T22:28:36.807Z Compiling rustix v0.38.34
3852024-08-28T22:28:37.011Z Compiling serde_json v1.0.125
3862024-08-28T22:28:37.201Z Compiling bitflags v2.6.0
3872024-08-28T22:28:37.225Z Compiling usdt-impl v0.5.0
3882024-08-28T22:28:37.369Z Compiling proc-macro-error-attr v1.0.4
3892024-08-28T22:28:37.607Z Compiling syn v1.0.109
3902024-08-28T22:28:37.661Z Compiling proc-macro-error v1.0.4
3912024-08-28T22:28:37.705Z Compiling plain v0.2.3
3922024-08-28T22:28:37.755Z Compiling hashbrown v0.14.5
3932024-08-28T22:28:37.781Z Compiling camino v1.1.9
3942024-08-28T22:28:37.868Z Compiling utf8parse v0.2.1
3952024-08-28T22:28:38.016Z Compiling quote v1.0.36
3962024-08-28T22:28:38.045Z Compiling equivalent v1.0.1
3972024-08-28T22:28:38.162Z Compiling thread-id v4.2.1
3982024-08-28T22:28:38.250Z Compiling log v0.4.21
3992024-08-28T22:28:38.380Z Compiling syn v2.0.74
4002024-08-28T22:28:38.431Z Compiling errno v0.3.9
4012024-08-28T22:28:38.726Z Compiling anstyle-parse v0.2.4
4022024-08-28T22:28:38.760Z Compiling anstyle v1.0.8
4032024-08-28T22:28:39.050Z Compiling semver v1.0.23
4042024-08-28T22:28:39.085Z Compiling anstyle-query v1.0.3
4052024-08-28T22:28:39.202Z Compiling indexmap v2.4.0
4062024-08-28T22:28:39.224Z Compiling pretty-hex v0.4.1
4072024-08-28T22:28:39.247Z Compiling winnow v0.6.18
4082024-08-28T22:28:39.447Z Compiling is_terminal_polyfill v1.70.0
4092024-08-28T22:28:39.576Z Compiling unicode-width v0.1.13
4102024-08-28T22:28:39.601Z Compiling autocfg v1.3.0
4112024-08-28T22:28:39.816Z Compiling colorchoice v1.0.1
4122024-08-28T22:28:39.986Z Compiling anstream v0.6.14
4132024-08-28T22:28:40.432Z Compiling heck v0.4.1
4142024-08-28T22:28:40.498Z Compiling strsim v0.11.1
4152024-08-28T22:28:40.634Z Compiling fs-err v2.11.0
4162024-08-28T22:28:40.768Z Compiling fastrand v2.1.0
4172024-08-28T22:28:40.960Z Compiling terminal_size v0.3.0
4182024-08-28T22:28:40.974Z Compiling heck v0.5.0
4192024-08-28T22:28:41.150Z Compiling clap_lex v0.7.0
4202024-08-28T22:28:41.326Z Compiling fnv v1.0.7
4212024-08-28T22:28:41.457Z Compiling anyhow v1.0.86
4222024-08-28T22:28:41.526Z Compiling cfg-if v1.0.0
4232024-08-28T22:28:41.585Z Compiling bytecount v0.6.8
4242024-08-28T22:28:41.630Z Compiling tempfile v3.10.1
4252024-08-28T22:28:41.662Z Compiling clap_builder v4.5.15
4262024-08-28T22:28:41.809Z Compiling papergrid v0.11.0
4272024-08-28T22:28:42.249Z Compiling memmap v0.7.0
4282024-08-28T22:28:42.274Z Compiling unicode-linebreak v0.1.5
4292024-08-28T22:28:42.473Z Compiling smawk v0.3.2
4302024-08-28T22:28:42.690Z Compiling textwrap v0.16.1
4312024-08-28T22:28:43.158Z Compiling swrite v0.1.0
4322024-08-28T22:28:44.303Z Compiling tabled_derive v0.7.0
4332024-08-28T22:28:45.944Z Compiling tabled v0.15.0
4342024-08-28T22:28:47.268Z Compiling serde_derive v1.0.208
4352024-08-28T22:28:47.272Z Compiling thiserror-impl v1.0.63
4362024-08-28T22:28:47.272Z Compiling zerocopy-derive v0.7.34
4372024-08-28T22:28:47.272Z Compiling scroll_derive v0.12.0
4382024-08-28T22:28:47.272Z Compiling clap_derive v4.5.13
4392024-08-28T22:28:48.534Z Compiling scroll v0.12.0
4402024-08-28T22:28:48.997Z Compiling goblin v0.8.2
4412024-08-28T22:28:49.223Z Compiling zerocopy v0.7.34
4422024-08-28T22:28:49.849Z Compiling pest v2.7.10
4432024-08-28T22:28:50.844Z Compiling clap v4.5.16
4442024-08-28T22:28:52.075Z Compiling pest_meta v2.7.10
4452024-08-28T22:28:52.879Z Compiling pest_generator v2.7.10
4462024-08-28T22:28:54.640Z Compiling pest_derive v2.7.10
4472024-08-28T22:28:55.447Z Compiling dtrace-parser v0.2.0
4482024-08-28T22:28:57.213Z Compiling toml_datetime v0.6.8
4492024-08-28T22:28:57.213Z Compiling serde_spanned v0.6.7
4502024-08-28T22:28:57.216Z Compiling cargo-platform v0.1.8
4512024-08-28T22:28:57.605Z Compiling serde_tokenstream v0.2.2
4522024-08-28T22:28:57.640Z Compiling toml_edit v0.22.20
4532024-08-28T22:28:57.799Z Compiling macaddr v1.0.1
4542024-08-28T22:28:57.937Z Compiling camino-tempfile v1.1.1
4552024-08-28T22:28:58.636Z Compiling dof v0.3.0
4562024-08-28T22:28:58.636Z Compiling cargo_metadata v0.18.1
4572024-08-28T22:29:00.422Z Compiling toml v0.8.19
4582024-08-28T22:29:00.632Z Compiling usdt-attr-macro v0.5.0
4592024-08-28T22:29:00.632Z Compiling usdt-macro v0.5.0
4602024-08-28T22:29:01.284Z Compiling cargo_toml v0.20.4
4612024-08-28T22:29:02.947Z Compiling usdt v0.5.0
4622024-08-28T22:29:05.046Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4632024-08-28T22:29:09.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.11s
4642024-08-28T22:29:09.421Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4652024-08-28T22:29:09.985Z Downloading crates ...
4662024-08-28T22:29:10.109Z Downloaded ascii v1.1.0
4672024-08-28T22:29:10.113Z Downloaded aead v0.5.2
4682024-08-28T22:29:10.118Z Downloaded addr2line v0.21.0
4692024-08-28T22:29:10.124Z Downloaded atty v0.2.14
4702024-08-28T22:29:10.127Z Downloaded cfg_aliases v0.1.1
4712024-08-28T22:29:10.134Z Downloaded darling_macro v0.20.9
4722024-08-28T22:29:10.142Z Downloaded arrayref v0.3.7
4732024-08-28T22:29:10.151Z Downloaded convert_case v0.4.0
4742024-08-28T22:29:10.154Z Downloaded md5 v0.7.0
4752024-08-28T22:29:10.158Z Downloaded cobs v0.2.3
4762024-08-28T22:29:10.160Z Downloaded cipher v0.4.4
4772024-08-28T22:29:10.160Z Downloaded bit-set v0.5.3
4782024-08-28T22:29:10.162Z Downloaded bitstruct v0.1.1
4792024-08-28T22:29:10.163Z Downloaded crc v3.2.1
4802024-08-28T22:29:10.165Z Downloaded ciborium-ll v0.2.2
4812024-08-28T22:29:10.168Z Downloaded ident_case v1.0.1
4822024-08-28T22:29:10.170Z Downloaded normalize-line-endings v0.3.0
4832024-08-28T22:29:10.170Z Downloaded new_debug_unreachable v1.0.6
4842024-08-28T22:29:10.172Z Downloaded curve25519-dalek-derive v0.1.1
4852024-08-28T22:29:10.172Z Downloaded castaway v0.2.3
4862024-08-28T22:29:10.175Z Downloaded blowfish v0.9.1
4872024-08-28T22:29:10.177Z Downloaded nibble_vec v0.1.0
4882024-08-28T22:29:10.177Z Downloaded http-body v0.4.6
4892024-08-28T22:29:10.180Z Downloaded hyper-tls v0.5.0
4902024-08-28T22:29:10.182Z Downloaded buf-list v1.0.3
4912024-08-28T22:29:10.184Z Downloaded crc-catalog v2.4.0
4922024-08-28T22:29:10.187Z Downloaded const_format_proc_macros v0.2.32
4932024-08-28T22:29:10.189Z Downloaded newtype-uuid v1.1.0
4942024-08-28T22:29:10.192Z Downloaded nanorand v0.7.0
4952024-08-28T22:29:10.194Z Downloaded mockall v0.13.0
4962024-08-28T22:29:10.197Z Downloaded instant v0.1.12
4972024-08-28T22:29:10.199Z Downloaded lru v0.12.3
4982024-08-28T22:29:10.201Z Downloaded cancel-safe-futures v0.1.5
4992024-08-28T22:29:10.204Z Downloaded is_ci v1.2.0
5002024-08-28T22:29:10.206Z Downloaded num v0.4.3
5012024-08-28T22:29:10.211Z Downloaded crunchy v0.2.2
5022024-08-28T22:29:10.211Z Downloaded assert_matches v1.5.0
5032024-08-28T22:29:10.211Z Downloaded atomicwrites v0.4.3
5042024-08-28T22:29:10.211Z Downloaded async-stream-impl v0.3.5
5052024-08-28T22:29:10.211Z Downloaded mime_guess v2.0.4
5062024-08-28T22:29:10.214Z Downloaded multer v3.1.0
5072024-08-28T22:29:10.217Z Downloaded libsw v3.3.1
5082024-08-28T22:29:10.219Z Downloaded ciborium-io v0.2.2
5092024-08-28T22:29:10.221Z Downloaded bitstruct_derive v0.1.0
5102024-08-28T22:29:10.224Z Downloaded hubpack_derive v0.1.1
5112024-08-28T22:29:10.224Z Downloaded crucible-workspace-hack v0.1.0
5122024-08-28T22:29:10.224Z Downloaded md-5 v0.10.6
5132024-08-28T22:29:10.226Z Downloaded cstr-argument v0.1.2
5142024-08-28T22:29:10.228Z Downloaded keccak v0.1.5
5152024-08-28T22:29:10.231Z Downloaded httparse v1.8.0
5162024-08-28T22:29:10.233Z Downloaded linked-hash-map v0.5.6
5172024-08-28T22:29:10.233Z Downloaded ascii-canvas v3.0.0
5182024-08-28T22:29:10.235Z Downloaded argon2 v0.5.3
5192024-08-28T22:29:10.238Z Downloaded libefi-sys v0.1.0
5202024-08-28T22:29:10.240Z Downloaded nodrop v0.1.14
5212024-08-28T22:29:10.240Z Downloaded http-range v0.1.5
5222024-08-28T22:29:10.243Z Downloaded crossbeam-epoch v0.9.18
5232024-08-28T22:29:10.245Z Downloaded hostname v0.4.0
5242024-08-28T22:29:10.247Z Downloaded is-terminal v0.4.12
5252024-08-28T22:29:10.250Z Downloaded matches v0.1.10
5262024-08-28T22:29:10.250Z Downloaded const-oid v0.9.6
5272024-08-28T22:29:10.252Z Downloaded blake2 v0.10.6
5282024-08-28T22:29:10.255Z Downloaded newtype_derive v0.1.6
5292024-08-28T22:29:10.257Z Downloaded newline-converter v0.3.0
5302024-08-28T22:29:10.259Z Downloaded ctr v0.9.2
5312024-08-28T22:29:10.262Z Downloaded humantime v2.1.0
5322024-08-28T22:29:10.264Z Downloaded async-bb8-diesel v0.2.1
5332024-08-28T22:29:10.266Z Downloaded libloading v0.8.3
5342024-08-28T22:29:10.269Z Downloaded time-core v0.1.2
5352024-08-28T22:29:10.271Z Downloaded crossbeam-deque v0.8.5
5362024-08-28T22:29:10.271Z Downloaded chacha20 v0.9.1
5372024-08-28T22:29:10.274Z Downloaded highway v1.2.0
5382024-08-28T22:29:10.277Z Downloaded indoc v1.0.9
5392024-08-28T22:29:10.280Z Downloaded constant_time_eq v0.3.0
5402024-08-28T22:29:10.282Z Downloaded colored v2.1.0
5412024-08-28T22:29:10.285Z Downloaded waitgroup v0.1.2
5422024-08-28T22:29:10.287Z Downloaded structmeta v0.2.0
5432024-08-28T22:29:10.287Z Downloaded try-lock v0.2.5
5442024-08-28T22:29:10.289Z Downloaded tower-service v0.3.2
5452024-08-28T22:29:10.289Z Downloaded async-trait v0.1.81
5462024-08-28T22:29:10.293Z Downloaded hyper-staticfile v0.9.5
5472024-08-28T22:29:10.296Z Downloaded maplit v1.0.2
5482024-08-28T22:29:10.299Z Downloaded salsa20 v0.10.2
5492024-08-28T22:29:10.299Z Downloaded vte_generate_state_changes v0.1.1
5502024-08-28T22:29:10.302Z Downloaded headers-core v0.2.0
5512024-08-28T22:29:10.302Z Downloaded float-ord v0.3.2
5522024-08-28T22:29:10.304Z Downloaded ahash v0.8.11
5532024-08-28T22:29:10.307Z Downloaded dyn-clone v1.0.17
5542024-08-28T22:29:10.309Z Downloaded base64 v0.13.1
5552024-08-28T22:29:10.311Z Downloaded multimap v0.10.0
5562024-08-28T22:29:10.314Z Downloaded dhcproto-macros v0.1.0
5572024-08-28T22:29:10.314Z Downloaded cassowary v0.3.0
5582024-08-28T22:29:10.316Z Downloaded home v0.5.9
5592024-08-28T22:29:10.319Z Downloaded chacha20poly1305 v0.10.1
5602024-08-28T22:29:10.321Z Downloaded opaque-debug v0.3.1
5612024-08-28T22:29:10.321Z Downloaded maybe-uninit v2.0.0
5622024-08-28T22:29:10.324Z Downloaded slog-bunyan v2.5.0
5632024-08-28T22:29:10.326Z Downloaded serde_plain v1.0.2
5642024-08-28T22:29:10.326Z Downloaded serde_path_to_error v0.1.16
5652024-08-28T22:29:10.329Z Downloaded strum_macros v0.25.3
5662024-08-28T22:29:10.331Z Downloaded strum_macros v0.24.3
5672024-08-28T22:29:10.334Z Downloaded rustc-demangle v0.1.24
5682024-08-28T22:29:10.336Z Downloaded ssh-encoding v0.2.0
5692024-08-28T22:29:10.338Z Downloaded tokio-native-tls v0.3.1
5702024-08-28T22:29:10.341Z Downloaded ssh-cipher v0.2.0
5712024-08-28T22:29:10.343Z Downloaded crc32fast v1.4.0
5722024-08-28T22:29:10.346Z Downloaded indicatif v0.17.8
5732024-08-28T22:29:10.348Z Downloaded ipnet v2.9.0
5742024-08-28T22:29:10.351Z Downloaded slog-envlogger v2.2.0
5752024-08-28T22:29:10.353Z Downloaded wait-timeout v0.2.0
5762024-08-28T22:29:10.355Z Downloaded allocator-api2 v0.2.18
5772024-08-28T22:29:10.359Z Downloaded slog-dtrace v0.3.0
5782024-08-28T22:29:10.361Z Downloaded cookie_store v0.20.0
5792024-08-28T22:29:10.363Z Downloaded ena v0.14.3
5802024-08-28T22:29:10.366Z Downloaded russh-cryptovec v0.7.2
5812024-08-28T22:29:10.366Z Downloaded compact_str v0.8.0
5822024-08-28T22:29:10.370Z Downloaded base64 v0.22.1
5832024-08-28T22:29:10.375Z Downloaded float-cmp v0.9.0
5842024-08-28T22:29:10.377Z Downloaded fixedbitset v0.4.2
5852024-08-28T22:29:10.380Z Downloaded tracing-attributes v0.1.27
5862024-08-28T22:29:10.383Z Downloaded flagset v0.4.5
5872024-08-28T22:29:10.383Z Downloaded spin v0.9.8
5882024-08-28T22:29:10.385Z Downloaded toolchain_find v0.4.0
5892024-08-28T22:29:10.388Z Downloaded num-complex v0.4.6
5902024-08-28T22:29:10.390Z Downloaded group v0.13.0
5912024-08-28T22:29:10.392Z Downloaded pbkdf2 v0.11.0
5922024-08-28T22:29:10.395Z Downloaded strum_macros v0.26.4
5932024-08-28T22:29:10.397Z Downloaded serde_derive_internals v0.29.1
5942024-08-28T22:29:10.400Z Downloaded num-derive v0.4.2
5952024-08-28T22:29:10.402Z Downloaded console v0.15.8
5962024-08-28T22:29:10.406Z Downloaded secrecy v0.8.0
5972024-08-28T22:29:10.408Z Downloaded percent-encoding v2.3.1
5982024-08-28T22:29:10.410Z Downloaded csv-core v0.1.11
5992024-08-28T22:29:10.411Z Downloaded crossbeam-utils v0.8.19
6002024-08-28T22:29:10.414Z Downloaded cookie v0.17.0
6012024-08-28T22:29:10.418Z Downloaded ppv-lite86 v0.2.17
6022024-08-28T22:29:10.420Z Downloaded radium v0.7.0
6032024-08-28T22:29:10.420Z Downloaded proc-macro-crate v1.3.1
6042024-08-28T22:29:10.422Z Downloaded vte v0.11.1
6052024-08-28T22:29:10.425Z Downloaded crc-any v2.5.0
6062024-08-28T22:29:10.427Z Downloaded vsss-rs v3.3.4
6072024-08-28T22:29:10.430Z Downloaded crossbeam-channel v0.5.12
6082024-08-28T22:29:10.435Z Downloaded embedded-io v0.4.0
6092024-08-28T22:29:10.437Z Downloaded num_threads v0.1.7
6102024-08-28T22:29:10.440Z Downloaded smallvec v0.6.14
6112024-08-28T22:29:10.442Z Downloaded number_prefix v0.4.0
6122024-08-28T22:29:10.445Z Downloaded peg-runtime v0.8.3
6132024-08-28T22:29:10.445Z Downloaded thread_local v1.1.8
6142024-08-28T22:29:10.447Z Downloaded tabwriter v1.4.0
6152024-08-28T22:29:10.447Z Downloaded supports-color v3.0.0
6162024-08-28T22:29:10.450Z Downloaded sha1 v0.10.6
6172024-08-28T22:29:10.452Z Downloaded topological-sort v0.2.2
6182024-08-28T22:29:10.454Z Downloaded similar v2.6.0
6192024-08-28T22:29:10.458Z Downloaded darling_core v0.20.9
6202024-08-28T22:29:10.464Z Downloaded predicates-core v1.0.6
6212024-08-28T22:29:10.466Z Downloaded tls_codec_derive v0.4.1
6222024-08-28T22:29:10.469Z Downloaded sqlparser_derive v0.2.2
6232024-08-28T22:29:10.472Z Downloaded spin v0.5.2
6242024-08-28T22:29:10.472Z Downloaded funty v2.0.0
6252024-08-28T22:29:10.474Z Downloaded tls_codec v0.4.1
6262024-08-28T22:29:10.477Z Downloaded fragile v2.0.0
6272024-08-28T22:29:10.477Z Downloaded walkdir v2.5.0
6282024-08-28T22:29:10.488Z Downloaded poly1305 v0.8.0
6292024-08-28T22:29:10.492Z Downloaded num_enum v0.5.11
6302024-08-28T22:29:10.497Z Downloaded hash32 v0.3.1
6312024-08-28T22:29:10.500Z Downloaded strum v0.26.3
6322024-08-28T22:29:10.502Z Downloaded endian-type v0.1.2
6332024-08-28T22:29:10.505Z Downloaded display-error-chain v0.2.0
6342024-08-28T22:29:10.505Z Downloaded psl-types v2.0.11
6352024-08-28T22:29:10.505Z Downloaded tinyvec_macros v0.1.1
6362024-08-28T22:29:10.507Z Downloaded http v0.2.12
6372024-08-28T22:29:10.511Z Downloaded pem v3.0.4
6382024-08-28T22:29:10.513Z Downloaded rustc_version v0.4.0
6392024-08-28T22:29:10.517Z Downloaded snafu-derive v0.8.2
6402024-08-28T22:29:10.519Z Downloaded dhcproto v0.12.0
6412024-08-28T22:29:10.522Z Downloaded subprocess v0.2.9
6422024-08-28T22:29:10.524Z Downloaded zone_cfg_derive v0.1.2
6432024-08-28T22:29:10.525Z Downloaded oso-derive v0.27.3
6442024-08-28T22:29:10.527Z Downloaded option-ext v0.2.0
6452024-08-28T22:29:10.527Z Downloaded semver v0.1.20
6462024-08-28T22:29:10.529Z Downloaded parking_lot v0.11.2
6472024-08-28T22:29:10.532Z Downloaded uzers v0.11.3
6482024-08-28T22:29:10.534Z Downloaded backtrace v0.3.71
6492024-08-28T22:29:10.538Z Downloaded sec1 v0.7.3
6502024-08-28T22:29:10.541Z Downloaded phf_shared v0.10.0
6512024-08-28T22:29:10.543Z Downloaded tracing-core v0.1.32
6522024-08-28T22:29:10.546Z Downloaded rpassword v7.3.1
6532024-08-28T22:29:10.548Z Downloaded derive_builder v0.20.0
6542024-08-28T22:29:10.553Z Downloaded der_derive v0.7.2
6552024-08-28T22:29:10.555Z Downloaded untrusted v0.7.1
6562024-08-28T22:29:10.558Z Downloaded dirs-sys-next v0.1.2
6572024-08-28T22:29:10.560Z Downloaded tiny-keccak v2.0.2
6582024-08-28T22:29:10.563Z Downloaded zone v0.1.8
6592024-08-28T22:29:10.563Z Downloaded zeroize_derive v1.4.2
6602024-08-28T22:29:10.565Z Downloaded structmeta-derive v0.3.0
6612024-08-28T22:29:10.565Z Downloaded structmeta-derive v0.2.0
6622024-08-28T22:29:10.568Z Downloaded smf v0.2.3
6632024-08-28T22:29:10.570Z Downloaded getopts v0.2.21
6642024-08-28T22:29:10.574Z Downloaded libm v0.2.8
6652024-08-28T22:29:10.580Z Downloaded gethostname v0.5.0
6662024-08-28T22:29:10.583Z Downloaded scheduled-thread-pool v0.2.7
6672024-08-28T22:29:10.585Z Downloaded rustc_version v0.1.7
6682024-08-28T22:29:10.585Z Downloaded env_logger v0.9.3
6692024-08-28T22:29:10.588Z Downloaded rand_chacha v0.3.1
6702024-08-28T22:29:10.590Z Downloaded diesel_table_macro_syntax v0.2.0
6712024-08-28T22:29:10.593Z Downloaded wyz v0.5.1
6722024-08-28T22:29:10.593Z Downloaded phf v0.11.2
6732024-08-28T22:29:10.596Z Downloaded pem-rfc7468 v0.7.0
6742024-08-28T22:29:10.598Z Downloaded openssl-probe v0.1.5
6752024-08-28T22:29:10.598Z Downloaded num-bigint-dig v0.8.4
6762024-08-28T22:29:10.603Z Downloaded futures-core v0.3.30
6772024-08-28T22:29:10.606Z Downloaded resolv-conf v0.7.0
6782024-08-28T22:29:10.608Z Downloaded sqlformat v0.2.4
6792024-08-28T22:29:10.611Z Downloaded spki v0.7.3
6802024-08-28T22:29:10.613Z Downloaded thiserror-impl-no-std v2.0.2
6812024-08-28T22:29:10.615Z Downloaded olpc-cjson v0.1.3
6822024-08-28T22:29:10.618Z Downloaded futures v0.3.30
6832024-08-28T22:29:10.622Z Downloaded signal-hook-registry v1.4.2
6842024-08-28T22:29:10.624Z Downloaded pkcs8 v0.10.2
6852024-08-28T22:29:10.627Z Downloaded tokio-macros v2.4.0
6862024-08-28T22:29:10.629Z Downloaded want v0.3.1
6872024-08-28T22:29:10.631Z Downloaded twox-hash v1.6.3
6882024-08-28T22:29:10.634Z Downloaded same-file v1.0.6
6892024-08-28T22:29:10.636Z Downloaded scrypt v0.11.0
6902024-08-28T22:29:10.636Z Downloaded tracing v0.1.40
6912024-08-28T22:29:10.642Z Downloaded derive-where v1.2.7
6922024-08-28T22:29:10.646Z Downloaded foreign-types v0.3.2
6932024-08-28T22:29:10.649Z Downloaded crossterm v0.27.0
6942024-08-28T22:29:10.655Z Downloaded tokio-rustls v0.24.1
6952024-08-28T22:29:10.658Z Downloaded portpicker v0.1.1
6962024-08-28T22:29:10.661Z Downloaded itertools v0.13.0
6972024-08-28T22:29:10.668Z Downloaded foreign-types-macros v0.2.3
6982024-08-28T22:29:10.670Z Downloaded hex-literal v0.4.1
6992024-08-28T22:29:10.671Z Downloaded socket2 v0.5.7
7002024-08-28T22:29:10.673Z Downloaded derive_builder_macro v0.20.0
7012024-08-28T22:29:10.677Z Downloaded which v4.4.2
7022024-08-28T22:29:10.679Z Downloaded foreign-types v0.5.0
7032024-08-28T22:29:10.679Z Downloaded password-hash v0.4.2
7042024-08-28T22:29:10.682Z Downloaded getrandom v0.2.14
7052024-08-28T22:29:10.684Z Downloaded erased-serde v0.3.31
7062024-08-28T22:29:10.687Z Downloaded foreign-types-shared v0.1.1
7072024-08-28T22:29:10.689Z Downloaded openssl-macros v0.1.1
7082024-08-28T22:29:10.689Z Downloaded ref-cast-impl v1.0.23
7092024-08-28T22:29:10.692Z Downloaded termios v0.3.3
7102024-08-28T22:29:10.694Z Downloaded termcolor v1.4.1
7112024-08-28T22:29:10.697Z Downloaded sigpipe v0.1.3
7122024-08-28T22:29:10.697Z Downloaded stable_deref_trait v1.2.0
7132024-08-28T22:29:10.697Z Downloaded shell-words v1.1.0
7142024-08-28T22:29:10.699Z Downloaded packed_struct_codegen v0.10.1
7152024-08-28T22:29:10.701Z Downloaded packed_struct v0.10.1
7162024-08-28T22:29:10.703Z Downloaded static_assertions v1.1.0
7172024-08-28T22:29:10.704Z Downloaded shlex v1.3.0
7182024-08-28T22:29:10.707Z Downloaded oso v0.27.3
7192024-08-28T22:29:10.709Z Downloaded glob v0.3.1
7202024-08-28T22:29:10.712Z Downloaded env_logger v0.10.2
7212024-08-28T22:29:10.715Z Downloaded tinyvec v1.6.0
7222024-08-28T22:29:10.719Z Downloaded aes-gcm v0.10.3
7232024-08-28T22:29:10.723Z Downloaded dsl_auto_type v0.1.2
7242024-08-28T22:29:10.725Z Downloaded tui-tree-widget v0.22.0
7252024-08-28T22:29:10.727Z Downloaded filetime v0.2.24
7262024-08-28T22:29:10.730Z Downloaded serde-big-array v0.5.1
7272024-08-28T22:29:10.732Z Downloaded hex v0.4.3
7282024-08-28T22:29:10.732Z Downloaded zeroize v1.7.0
7292024-08-28T22:29:10.734Z Downloaded signal-hook-mio v0.2.4
7302024-08-28T22:29:10.737Z Downloaded owo-colors v4.0.0
7312024-08-28T22:29:10.739Z Downloaded rustversion v1.0.17
7322024-08-28T22:29:10.742Z Downloaded futures-channel v0.3.30
7332024-08-28T22:29:10.744Z Downloaded zip v0.6.6
7342024-08-28T22:29:10.749Z Downloaded pin-project v1.1.5
7352024-08-28T22:29:10.762Z Downloaded take_mut v0.2.2
7362024-08-28T22:29:10.764Z Downloaded num-conv v0.1.0
7372024-08-28T22:29:10.767Z Downloaded path-slash v0.1.5
7382024-08-28T22:29:10.767Z Downloaded crossterm v0.28.1
7392024-08-28T22:29:10.773Z Downloaded parse-size v1.0.0
7402024-08-28T22:29:10.776Z Downloaded tap v1.0.1
7412024-08-28T22:29:10.776Z Downloaded rand_seeder v0.3.0
7422024-08-28T22:29:10.779Z Downloaded primeorder v0.13.6
7432024-08-28T22:29:10.779Z Downloaded zerocopy v0.6.6
7442024-08-28T22:29:10.782Z Downloaded ed25519-dalek v2.1.1
7452024-08-28T22:29:10.785Z Downloaded pin-project-internal v1.1.5
7462024-08-28T22:29:10.787Z Downloaded password-hash v0.5.0
7472024-08-28T22:29:10.790Z Downloaded time v0.3.36
7482024-08-28T22:29:10.797Z Downloaded parse-display v0.10.0
7492024-08-28T22:29:10.800Z Downloaded fxhash v0.2.1
7502024-08-28T22:29:10.800Z Downloaded defmt-macros v0.3.9
7512024-08-28T22:29:10.803Z Downloaded subtle v2.5.0
7522024-08-28T22:29:10.805Z Downloaded pbkdf2 v0.12.2
7532024-08-28T22:29:10.807Z Downloaded ref-cast v1.0.23
7542024-08-28T22:29:10.810Z Downloaded hash32 v0.2.1
7552024-08-28T22:29:10.813Z Downloaded ron v0.7.1
7562024-08-28T22:29:10.817Z Downloaded futures-macro v0.3.30
7572024-08-28T22:29:10.819Z Downloaded signal-hook v0.3.17
7582024-08-28T22:29:10.821Z Downloaded itertools v0.12.1
7592024-08-28T22:29:10.829Z Downloaded parking_lot_core v0.9.10
7602024-08-28T22:29:10.831Z Downloaded string_cache v0.8.7
7612024-08-28T22:29:10.834Z Downloaded rustfmt-wrapper v0.2.1
7622024-08-28T22:29:10.836Z Downloaded ed25519 v2.2.3
7632024-08-28T22:29:10.838Z Downloaded slog-term v2.9.1
7642024-08-28T22:29:10.841Z Downloaded publicsuffix v2.2.3
7652024-08-28T22:29:10.843Z Downloaded structmeta v0.3.0
7662024-08-28T22:29:10.846Z Downloaded termtree v0.4.1
7672024-08-28T22:29:10.846Z Downloaded either v1.13.0
7682024-08-28T22:29:10.848Z Downloaded dirs-next v2.0.0
7692024-08-28T22:29:10.848Z Downloaded flate2 v1.0.31
7702024-08-28T22:29:10.855Z Downloaded stringprep v0.1.4
7712024-08-28T22:29:10.857Z Downloaded futures-io v0.3.30
7722024-08-28T22:29:10.859Z Downloaded futures-executor v0.3.30
7732024-08-28T22:29:10.859Z Downloaded rand v0.8.5
7742024-08-28T22:29:10.863Z Downloaded untrusted v0.9.0
7752024-08-28T22:29:10.865Z Downloaded unicode-truncate v1.0.0
7762024-08-28T22:29:10.867Z Downloaded enum-as-inner v0.5.1
7772024-08-28T22:29:10.870Z Downloaded precomputed-hash v0.1.1
7782024-08-28T22:29:10.870Z Downloaded foreign-types-shared v0.3.1
7792024-08-28T22:29:10.870Z Downloaded tokio-rustls v0.25.0
7802024-08-28T22:29:10.873Z Downloaded term v0.7.0
7812024-08-28T22:29:10.875Z Downloaded sct v0.7.1
7822024-08-28T22:29:10.878Z Downloaded unarray v0.1.4
7832024-08-28T22:29:10.880Z Downloaded postcard v1.0.8
7842024-08-28T22:29:10.883Z Downloaded p256 v0.13.2
7852024-08-28T22:29:10.886Z Downloaded openssl-sys v0.9.103
7862024-08-28T22:29:10.892Z Downloaded pretty-hex v0.2.1
7872024-08-28T22:29:10.894Z Downloaded peg v0.8.4
7882024-08-28T22:29:10.896Z Downloaded parking_lot v0.12.2
7892024-08-28T22:29:10.899Z Downloaded pkg-config v0.3.30
7902024-08-28T22:29:10.901Z Downloaded ecdsa v0.16.9
7912024-08-28T22:29:10.904Z Downloaded omicron-zone-package v0.11.0
7922024-08-28T22:29:10.906Z Downloaded diff v0.1.13
7932024-08-28T22:29:10.909Z Downloaded hickory-client v0.24.1
7942024-08-28T22:29:10.912Z Downloaded slog v2.7.0
7952024-08-28T22:29:10.915Z Downloaded hashbrown v0.13.2
7962024-08-28T22:29:10.919Z Downloaded defmt v0.3.8
7972024-08-28T22:29:10.923Z Downloaded smallvec v1.13.2
7982024-08-28T22:29:10.925Z Downloaded rustc-hash v1.1.0
7992024-08-28T22:29:10.927Z Downloaded serde-hex v0.1.0
8002024-08-28T22:29:10.927Z Downloaded difflib v0.4.0
8012024-08-28T22:29:10.930Z Downloaded form_urlencoded v1.2.1
8022024-08-28T22:29:10.930Z Downloaded polyval v0.6.2
8032024-08-28T22:29:10.933Z Downloaded strip-ansi-escapes v0.2.0
8042024-08-28T22:29:10.933Z Downloaded rand_xorshift v0.3.0
8052024-08-28T22:29:10.935Z Downloaded unicode-xid v0.2.4
8062024-08-28T22:29:10.935Z Downloaded tar v0.4.41
8072024-08-28T22:29:10.937Z Downloaded fallible-iterator v0.2.0
8082024-08-28T22:29:10.940Z Downloaded num-traits v0.2.19
8092024-08-28T22:29:10.943Z Downloaded futures-util v0.3.30
8102024-08-28T22:29:10.954Z Downloaded futures-sink v0.3.30
8112024-08-28T22:29:10.956Z Downloaded defmt-parser v0.3.4
8122024-08-28T22:29:10.956Z Downloaded prettyplease v0.2.20
8132024-08-28T22:29:10.959Z Downloaded unicase v2.7.0
8142024-08-28T22:29:10.964Z Downloaded blake3 v1.5.1
8152024-08-28T22:29:10.969Z Downloaded dirs v5.0.1
8162024-08-28T22:29:10.971Z Downloaded tokio-tungstenite v0.21.0
8172024-08-28T22:29:10.973Z Downloaded postgres-protocol v0.6.7
8182024-08-28T22:29:10.976Z Downloaded pin-project-lite v0.2.14
8192024-08-28T22:29:10.979Z Downloaded postgres-types v0.2.7
8202024-08-28T22:29:10.982Z Downloaded rsa v0.9.6
8212024-08-28T22:29:10.987Z Downloaded rcgen v0.12.1
8222024-08-28T22:29:10.990Z Downloaded hkdf v0.12.4
8232024-08-28T22:29:10.994Z Downloaded tokio-tungstenite v0.20.1
8242024-08-28T22:29:10.997Z Downloaded derive_builder_core v0.20.0
8252024-08-28T22:29:10.999Z Downloaded samael v0.0.15
8262024-08-28T22:29:11.003Z Downloaded tokio-tungstenite v0.23.1
8272024-08-28T22:29:11.005Z Downloaded test-strategy v0.3.1
8282024-08-28T22:29:11.009Z Downloaded x509-cert v0.2.5
8292024-08-28T22:29:11.015Z Downloaded rayon-core v1.12.1
8302024-08-28T22:29:11.019Z Downloaded heapless v0.8.0
8312024-08-28T22:29:11.023Z Downloaded unicode-bidi v0.3.15
8322024-08-28T22:29:11.026Z Downloaded tungstenite v0.23.0
8332024-08-28T22:29:11.029Z Downloaded url v2.5.2
8342024-08-28T22:29:11.032Z Downloaded rustyline v14.0.0
8352024-08-28T22:29:11.038Z Downloaded lalrpop v0.19.12
8362024-08-28T22:29:11.051Z Downloaded hyper v0.14.30
8372024-08-28T22:29:11.058Z Downloaded ssh-key v0.6.6
8382024-08-28T22:29:11.066Z Downloaded reedline v0.33.0
8392024-08-28T22:29:11.073Z Downloaded bitvec v1.0.1
8402024-08-28T22:29:11.089Z Downloaded tungstenite v0.21.0
8412024-08-28T22:29:11.093Z Downloaded steno v0.4.1
8422024-08-28T22:29:11.096Z Downloaded typed-path v0.7.1
8432024-08-28T22:29:11.102Z Downloaded tough v0.17.1
8442024-08-28T22:29:11.111Z Downloaded expectorate v1.1.0
8452024-08-28T22:29:11.113Z Downloaded p521 v0.13.3
8462024-08-28T22:29:11.117Z Downloaded bindgen v0.69.4
8472024-08-28T22:29:11.124Z Downloaded winnow v0.5.40
8482024-08-28T22:29:11.133Z Downloaded unicode-normalization v0.1.23
8492024-08-28T22:29:11.137Z Downloaded quick-xml v0.31.0
8502024-08-28T22:29:11.143Z Downloaded sqlparser v0.45.0
8512024-08-28T22:29:11.149Z Downloaded vcpkg v0.2.15
8522024-08-28T22:29:11.189Z Downloaded reqwest v0.11.27
8532024-08-28T22:29:11.197Z Downloaded unicode_categories v0.1.1
8542024-08-28T22:29:11.200Z Downloaded portable-atomic v1.6.0
8552024-08-28T22:29:11.205Z Downloaded nix v0.27.1
8562024-08-28T22:29:11.216Z Downloaded idna v0.4.0
8572024-08-28T22:29:11.223Z Downloaded rayon v1.10.0
8582024-08-28T22:29:11.233Z Downloaded idna v0.2.3
8592024-08-28T22:29:11.240Z Downloaded russh v0.44.1
8602024-08-28T22:29:11.245Z Downloaded chrono v0.4.38
8612024-08-28T22:29:11.253Z Downloaded git2 v0.19.0
8622024-08-28T22:29:11.262Z Downloaded openssl v0.10.66
8632024-08-28T22:29:11.272Z Downloaded rustls-webpki v0.102.4
8642024-08-28T22:29:11.290Z Downloaded p384 v0.13.0
8652024-08-28T22:29:11.297Z Downloaded rusqlite v0.31.0
8662024-08-28T22:29:11.304Z Downloaded h2 v0.3.26
8672024-08-28T22:29:11.310Z Downloaded curve25519-dalek v4.1.3
8682024-08-28T22:29:11.320Z Downloaded object v0.30.4
8692024-08-28T22:29:11.330Z Downloaded trust-dns-proto v0.22.0
8702024-08-28T22:29:11.343Z Downloaded diesel v2.2.3
8712024-08-28T22:29:11.362Z Downloaded object v0.32.2
8722024-08-28T22:29:11.372Z Downloaded polar-core v0.27.3
8732024-08-28T22:29:11.382Z Downloaded dropshot v0.10.1
8742024-08-28T22:29:11.392Z Downloaded regex v1.10.6
8752024-08-28T22:29:11.407Z Downloaded webpki-roots v0.25.4
8762024-08-28T22:29:11.410Z Downloaded smoltcp v0.9.1
8772024-08-28T22:29:11.421Z Downloaded openapiv3 v2.0.0
8782024-08-28T22:29:11.433Z Downloaded hickory-proto v0.24.1
8792024-08-28T22:29:11.449Z Downloaded regex-syntax v0.8.4
8802024-08-28T22:29:11.457Z Downloaded smoltcp v0.11.0
8812024-08-28T22:29:11.470Z Downloaded bstr v1.9.1
8822024-08-28T22:29:11.480Z Downloaded rustls v0.22.4
8832024-08-28T22:29:11.493Z Downloaded regress v0.9.1
8842024-08-28T22:29:11.502Z Downloaded sled v0.34.7
8852024-08-28T22:29:11.514Z Downloaded ratatui v0.28.0
8862024-08-28T22:29:11.533Z Downloaded gimli v0.28.1
8872024-08-28T22:29:11.541Z Downloaded regex-syntax v0.6.29
8882024-08-28T22:29:11.548Z Downloaded zerocopy-derive v0.6.6
8892024-08-28T22:29:11.558Z Downloaded radix_trie v0.2.1
8902024-08-28T22:29:11.564Z Downloaded bzip2-sys v0.1.11+1.0.8
8912024-08-28T22:29:11.576Z Downloaded petgraph v0.6.5
8922024-08-28T22:29:11.595Z Downloaded rustls v0.21.12
8932024-08-28T22:29:11.607Z Downloaded regex-automata v0.4.6
8942024-08-28T22:29:11.625Z Downloaded finl_unicode v1.2.0
8952024-08-28T22:29:11.638Z Downloaded csv v1.3.0
8962024-08-28T22:29:11.658Z Downloaded nix v0.28.0
8972024-08-28T22:29:11.670Z Downloaded sha3 v0.10.8
8982024-08-28T22:29:11.674Z Downloaded tokio v1.39.3
8992024-08-28T22:29:11.712Z Downloaded proptest v1.5.0
9002024-08-28T22:29:11.721Z Downloaded idna v0.3.0
9012024-08-28T22:29:11.727Z Downloaded idna v0.5.0
9022024-08-28T22:29:11.734Z Downloaded unicode-segmentation v1.11.0
9032024-08-28T22:29:11.737Z Downloaded rustls-pemfile v1.0.4
9042024-08-28T22:29:11.740Z Downloaded peg-macros v0.8.4
9052024-08-28T22:29:11.742Z Downloaded encoding_rs v0.8.34
9062024-08-28T22:29:11.763Z Downloaded half v2.4.1
9072024-08-28T22:29:11.766Z Downloaded hashbrown v0.12.3
9082024-08-28T22:29:11.769Z Downloaded serde_with v3.9.0
9092024-08-28T22:29:11.777Z Downloaded tokio-stream v0.1.15
9102024-08-28T22:29:11.782Z Downloaded debug-ignore v1.0.5
9112024-08-28T22:29:11.786Z Downloaded rustls-pemfile v2.1.3
9122024-08-28T22:29:11.789Z Downloaded predicates v3.1.2
9132024-08-28T22:29:11.789Z Downloaded headers v0.3.9
9142024-08-28T22:29:11.793Z Downloaded num-rational v0.4.2
9152024-08-28T22:29:11.795Z Downloaded tungstenite v0.20.1
9162024-08-28T22:29:11.798Z Downloaded tokio-util v0.7.11
9172024-08-28T22:29:11.803Z Downloaded diesel_derives v2.2.2
9182024-08-28T22:29:11.808Z Downloaded predicates-tree v1.0.9
9192024-08-28T22:29:11.811Z Downloaded downcast v0.11.0
9202024-08-28T22:29:11.811Z Downloaded rustls-webpki v0.101.7
9212024-08-28T22:29:11.823Z Downloaded rusty-fork v0.3.0
9222024-08-28T22:29:11.826Z Downloaded hashlink v0.9.1
9232024-08-28T22:29:11.828Z Downloaded dirs-sys v0.4.1
9242024-08-28T22:29:11.829Z Downloaded heck v0.3.3
9252024-08-28T22:29:11.831Z Downloaded flume v0.11.0
9262024-08-28T22:29:11.833Z Downloaded nom v7.1.3
9272024-08-28T22:29:11.838Z Downloaded toml_edit v0.19.15
9282024-08-28T22:29:11.854Z Downloaded libxml v0.3.3
9292024-08-28T22:29:11.860Z Downloaded rand_core v0.6.4
9302024-08-28T22:29:11.862Z Downloaded ff v0.13.0
9312024-08-28T22:29:11.865Z Downloaded slog-stdlog v4.1.1
9322024-08-28T22:29:11.865Z Downloaded slog-json v2.6.1
9332024-08-28T22:29:11.867Z Downloaded slab v0.4.9
9342024-08-28T22:29:11.867Z Downloaded parking_lot_core v0.8.6
9352024-08-28T22:29:11.869Z Downloaded unsafe-libyaml v0.2.11
9362024-08-28T22:29:11.872Z Downloaded time-macros v0.2.18
9372024-08-28T22:29:11.874Z Downloaded der v0.7.9
9382024-08-28T22:29:11.881Z Downloaded serde_repr v0.1.19
9392024-08-28T22:29:11.883Z Downloaded whoami v1.5.1
9402024-08-28T22:29:11.886Z Downloaded heapless v0.7.17
9412024-08-28T22:29:11.889Z Downloaded enum-as-inner v0.6.0
9422024-08-28T22:29:11.891Z Downloaded dropshot_endpoint v0.10.1
9432024-08-28T22:29:11.891Z Downloaded num-bigint v0.4.5
9442024-08-28T22:29:11.895Z Downloaded socket2 v0.4.10
9452024-08-28T22:29:11.898Z Downloaded schemars v0.8.21
9462024-08-28T22:29:11.908Z Downloaded ron v0.8.1
9472024-08-28T22:29:11.913Z Downloaded phf_shared v0.11.2
9482024-08-28T22:29:11.916Z Downloaded quick-error v1.2.3
9492024-08-28T22:29:11.916Z Downloaded thiserror-no-std v2.0.2
9502024-08-28T22:29:11.919Z Downloaded pkcs5 v0.7.1
9512024-08-28T22:29:11.922Z Downloaded snafu v0.8.2
9522024-08-28T22:29:11.928Z Downloaded serde_yaml v0.9.34+deprecated
9532024-08-28T22:29:11.933Z Downloaded russh-keys v0.44.0
9542024-08-28T22:29:11.935Z Downloaded fatfs v0.3.6
9552024-08-28T22:29:11.938Z Downloaded tokio-postgres v0.7.11
9562024-08-28T22:29:11.941Z Downloaded mio v1.0.2
9572024-08-28T22:29:11.947Z Downloaded slog-scope v4.4.0
9582024-08-28T22:29:11.949Z Downloaded ring v0.17.8
9592024-08-28T22:29:12.017Z Downloaded libgit2-sys v0.17.0+1.8.1
9602024-08-28T22:29:12.075Z Downloaded siphasher v0.3.11
9612024-08-28T22:29:12.078Z Downloaded rfc6979 v0.4.0
9622024-08-28T22:29:12.078Z Downloaded derive_more v0.99.18
9632024-08-28T22:29:12.082Z Downloaded http v1.1.0
9642024-08-28T22:29:12.086Z Downloaded aes v0.8.4
9652024-08-28T22:29:12.089Z Downloaded signature v2.2.0
9662024-08-28T22:29:12.091Z Downloaded signal-hook-tokio v0.3.1
9672024-08-28T22:29:12.091Z Downloaded pkcs1 v0.7.5
9682024-08-28T22:29:12.095Z Downloaded elliptic-curve v0.13.8
9692024-08-28T22:29:12.097Z Downloaded vergen v8.3.2
9702024-08-28T22:29:12.099Z Downloaded yasna v0.5.2
9712024-08-28T22:29:12.102Z Downloaded crypto-bigint v0.5.5
9722024-08-28T22:29:12.107Z Downloaded itertools v0.10.5
9732024-08-28T22:29:12.113Z Downloaded const_format v0.2.32
9742024-08-28T22:29:12.118Z Downloaded clang-sys v1.7.0
9752024-08-28T22:29:12.121Z Downloaded base64 v0.21.7
9762024-08-28T22:29:12.124Z Downloaded mio v0.8.11
9772024-08-28T22:29:12.129Z Downloaded paste v1.0.15
9782024-08-28T22:29:12.131Z Downloaded pin-utils v0.1.0
9792024-08-28T22:29:12.134Z Downloaded num_enum_derive v0.5.11
9802024-08-28T22:29:12.134Z Downloaded serde_with_macros v3.9.0
9812024-08-28T22:29:12.136Z Downloaded serde_urlencoded v0.7.1
9822024-08-28T22:29:12.139Z Downloaded ghash v0.5.1
9832024-08-28T22:29:12.139Z Downloaded fd-lock v4.0.2
9842024-08-28T22:29:12.142Z Downloaded deranged v0.3.11
9852024-08-28T22:29:12.142Z Downloaded data-encoding v2.6.0
9862024-08-28T22:29:12.142Z Downloaded xattr v1.3.1
9872024-08-28T22:29:12.144Z Downloaded utf-8 v0.7.6
9882024-08-28T22:29:12.144Z Downloaded uuid v1.10.0
9892024-08-28T22:29:12.147Z Downloaded indexmap v1.9.3
9902024-08-28T22:29:12.150Z Downloaded toml v0.7.8
9912024-08-28T22:29:12.153Z Downloaded universal-hash v0.5.1
9922024-08-28T22:29:12.155Z Downloaded fallible-iterator v0.3.0
9932024-08-28T22:29:12.155Z Downloaded num-iter v0.1.45
9942024-08-28T22:29:12.158Z Downloaded num-integer v0.1.46
9952024-08-28T22:29:12.161Z Downloaded bytes v1.7.1
9962024-08-28T22:29:12.163Z Downloaded globset v0.4.14
9972024-08-28T22:29:12.165Z Downloaded miniz_oxide v0.7.2
9982024-08-28T22:29:12.165Z Downloaded scopeguard v1.2.0
9992024-08-28T22:29:12.168Z Downloaded powerfmt v0.2.0
10002024-08-28T22:29:12.168Z Downloaded rustls-pki-types v1.7.0
10012024-08-28T22:29:12.171Z Downloaded r2d2 v0.8.10
10022024-08-28T22:29:12.171Z Downloaded minimal-lexical v0.2.1
10032024-08-28T22:29:12.176Z Downloaded cc v1.0.97
10042024-08-28T22:29:12.178Z Downloaded native-tls v0.2.11
10052024-08-28T22:29:12.180Z Downloaded mockall_derive v0.13.0
10062024-08-28T22:29:12.182Z Downloaded cookie v0.18.1
10072024-08-28T22:29:12.185Z Downloaded aho-corasick v1.1.3
10082024-08-28T22:29:12.189Z Downloaded parse-display-derive v0.10.0
10092024-08-28T22:29:12.192Z Downloaded futures-task v0.3.30
10102024-08-28T22:29:12.192Z Downloaded fallible-streaming-iterator v0.1.9
10112024-08-28T22:29:12.194Z Downloaded nu-ansi-term v0.50.0
10122024-08-28T22:29:12.194Z Downloaded sync_wrapper v0.1.2
10132024-08-28T22:29:12.196Z Downloaded memmap2 v0.9.4
10142024-08-28T22:29:12.196Z Downloaded lazycell v1.3.0
10152024-08-28T22:29:12.199Z Downloaded jobserver v0.1.32
10162024-08-28T22:29:12.199Z Downloaded iana-time-zone v0.1.60
10172024-08-28T22:29:12.201Z Downloaded lock_api v0.4.12
10182024-08-28T22:29:12.205Z Downloaded darling v0.20.9
10192024-08-28T22:29:12.207Z Downloaded cexpr v0.6.0
10202024-08-28T22:29:12.210Z Downloaded base64ct v1.6.0
10212024-08-28T22:29:12.211Z Downloaded backoff v0.4.0
10222024-08-28T22:29:12.213Z Downloaded slog-async v2.8.0
10232024-08-28T22:29:12.213Z Downloaded serde_arrays v0.1.0
10242024-08-28T22:29:12.216Z Downloaded schemars_derive v0.8.21
10252024-08-28T22:29:12.216Z Downloaded rtoolbox v0.0.2
10262024-08-28T22:29:12.218Z Downloaded lalrpop-util v0.19.12
10272024-08-28T22:29:12.218Z Downloaded instability v0.3.2
10282024-08-28T22:29:12.221Z Downloaded arc-swap v1.7.1
10292024-08-28T22:29:12.223Z Downloaded mime v0.3.17
10302024-08-28T22:29:12.227Z Downloaded kstat-rs v0.2.4
10312024-08-28T22:29:12.227Z Downloaded linear-map v1.2.0
10322024-08-28T22:29:12.230Z Downloaded lru-cache v0.1.2
10332024-08-28T22:29:12.230Z Downloaded arrayvec v0.7.4
10342024-08-28T22:29:12.230Z Downloaded bitflags v1.3.2
10352024-08-28T22:29:12.232Z Downloaded bit-vec v0.6.3
10362024-08-28T22:29:12.232Z Downloaded impl-trait-for-tuples v0.2.2
10372024-08-28T22:29:12.235Z Downloaded httpdate v1.0.3
10382024-08-28T22:29:12.237Z Downloaded hmac v0.12.1
10392024-08-28T22:29:12.237Z Downloaded cbc v0.1.2
10402024-08-28T22:29:12.239Z Downloaded bcrypt-pbkdf v0.10.0
10412024-08-28T22:29:12.239Z Downloaded base16ct v0.2.0
10422024-08-28T22:29:12.242Z Downloaded async-recursion v1.1.1
10432024-08-28T22:29:12.244Z Downloaded hickory-server v0.24.1
10442024-08-28T22:29:12.249Z Downloaded inout v0.1.3
10452024-08-28T22:29:12.251Z Downloaded hyper-rustls v0.24.2
10462024-08-28T22:29:12.254Z Downloaded hickory-resolver v0.24.1
10472024-08-28T22:29:12.256Z Downloaded ciborium v0.2.2
10482024-08-28T22:29:12.258Z Downloaded bzip2 v0.4.4
10492024-08-28T22:29:12.261Z Downloaded bcs v0.1.6
10502024-08-28T22:29:12.263Z Downloaded memoffset v0.9.1
10512024-08-28T22:29:12.263Z Downloaded managed v0.8.0
10522024-08-28T22:29:12.265Z Downloaded lazy_static v1.5.0
10532024-08-28T22:29:12.265Z Downloaded ipnetwork v0.20.0
10542024-08-28T22:29:12.268Z Downloaded internet-checksum v0.2.1
10552024-08-28T22:29:12.268Z Downloaded indent_write v2.2.0
10562024-08-28T22:29:12.270Z Downloaded hubpack v0.1.2
10572024-08-28T22:29:12.270Z Downloaded block-padding v0.3.3
10582024-08-28T22:29:12.270Z Downloaded bb8 v0.8.5
10592024-08-28T22:29:12.273Z Downloaded array-init v0.0.4
10602024-08-28T22:29:12.273Z Downloaded adler v1.0.2
10612024-08-28T22:29:12.276Z Downloaded hostname v0.3.1
10622024-08-28T22:29:12.276Z Downloaded bitfield v0.14.0
10632024-08-28T22:29:12.276Z Downloaded match_cfg v0.1.0
10642024-08-28T22:29:12.279Z Downloaded bitfield-struct v0.6.1
10652024-08-28T22:29:12.279Z Downloaded atomic-waker v1.1.2
10662024-08-28T22:29:12.279Z Downloaded async-stream v0.3.5
10672024-08-28T22:29:12.466Z Downloaded libz-sys v1.1.16
10682024-08-28T22:29:12.673Z Downloaded libsqlite3-sys v0.28.0
10692024-08-28T22:29:12.750Z Downloaded ring v0.16.20
10702024-08-28T22:29:12.925Z Compiling serde v1.0.208
10712024-08-28T22:29:12.928Z Compiling typenum v1.17.0
10722024-08-28T22:29:12.928Z Compiling lock_api v0.4.12
10732024-08-28T22:29:12.928Z Compiling generic-array v0.14.7
10742024-08-28T22:29:12.928Z Compiling scopeguard v1.2.0
10752024-08-28T22:29:13.097Z Compiling log v0.4.21
10762024-08-28T22:29:13.110Z Compiling syn v2.0.74
10772024-08-28T22:29:13.123Z Compiling getrandom v0.2.14
10782024-08-28T22:29:13.319Z Compiling jobserver v0.1.32
10792024-08-28T22:29:13.395Z Compiling rand_core v0.6.4
10802024-08-28T22:29:13.536Z Compiling subtle v2.5.0
10812024-08-28T22:29:13.662Z Compiling const-oid v0.9.6
10822024-08-28T22:29:13.703Z Compiling cc v1.0.97
10832024-08-28T22:29:13.900Z Compiling pin-project-lite v0.2.14
10842024-08-28T22:29:13.964Z Compiling smallvec v1.13.2
10852024-08-28T22:29:14.021Z Compiling parking_lot_core v0.9.10
10862024-08-28T22:29:14.208Z Compiling signal-hook-registry v1.4.2
10872024-08-28T22:29:14.344Z Compiling spin v0.9.8
10882024-08-28T22:29:14.385Z Compiling mio v1.0.2
10892024-08-28T22:29:14.743Z Compiling ahash v0.8.11
10902024-08-28T22:29:15.058Z Compiling parking_lot v0.12.2
10912024-08-28T22:29:15.112Z Compiling tinyvec_macros v0.1.1
10922024-08-28T22:29:15.203Z Compiling tinyvec v1.6.0
10932024-08-28T22:29:15.333Z Compiling socket2 v0.5.7
10942024-08-28T22:29:15.623Z Compiling cpufeatures v0.2.12
10952024-08-28T22:29:15.726Z Compiling serde_json v1.0.125
10962024-08-28T22:29:15.744Z Compiling futures-sink v0.3.30
10972024-08-28T22:29:15.892Z Compiling libm v0.2.8
10982024-08-28T22:29:15.916Z Compiling futures-core v0.3.30
10992024-08-28T22:29:16.016Z Compiling num-traits v0.2.19
11002024-08-28T22:29:16.106Z Compiling slab v0.4.9
11012024-08-28T22:29:16.147Z Compiling allocator-api2 v0.2.18
11022024-08-28T22:29:16.263Z Compiling unicode-bidi v0.3.15
11032024-08-28T22:29:16.529Z Compiling futures-channel v0.3.30
11042024-08-28T22:29:16.702Z Compiling unicode-normalization v0.1.23
11052024-08-28T22:29:16.811Z Compiling pkg-config v0.3.30
11062024-08-28T22:29:16.916Z Compiling pin-utils v0.1.0
11072024-08-28T22:29:16.944Z Compiling vcpkg v0.2.15
11082024-08-28T22:29:17.008Z Compiling futures-io v0.3.30
11092024-08-28T22:29:17.690Z Compiling futures-task v0.3.30
11102024-08-28T22:29:17.709Z Compiling base64ct v1.6.0
11112024-08-28T22:29:17.796Z Compiling flagset v0.4.5
11122024-08-28T22:29:17.971Z Compiling ring v0.17.8
11132024-08-28T22:29:18.032Z Compiling ppv-lite86 v0.2.17
11142024-08-28T22:29:18.050Z Compiling percent-encoding v2.3.1
11152024-08-28T22:29:18.335Z Compiling pem-rfc7468 v0.7.0
11162024-08-28T22:29:18.355Z Compiling tracing-core v0.1.32
11172024-08-28T22:29:18.421Z Compiling untrusted v0.9.0
11182024-08-28T22:29:18.603Z Compiling rustix v0.38.34
11192024-08-28T22:29:18.816Z Compiling rand_chacha v0.3.1
11202024-08-28T22:29:19.075Z Compiling foreign-types-shared v0.1.1
11212024-08-28T22:29:19.161Z Compiling openssl-sys v0.9.103
11222024-08-28T22:29:19.178Z Compiling rustversion v1.0.17
11232024-08-28T22:29:19.358Z Compiling rand v0.8.5
11242024-08-28T22:29:19.478Z Compiling openssl v0.10.66
11252024-08-28T22:29:19.695Z Compiling time-core v0.1.2
11262024-08-28T22:29:19.851Z Compiling powerfmt v0.2.0
11272024-08-28T22:29:19.854Z Compiling num-conv v0.1.0
11282024-08-28T22:29:19.886Z Compiling httparse v1.8.0
11292024-08-28T22:29:20.108Z Compiling time-macros v0.2.18
11302024-08-28T22:29:20.254Z Compiling deranged v0.3.11
11312024-08-28T22:29:20.381Z Compiling foreign-types v0.3.2
11322024-08-28T22:29:20.458Z Compiling form_urlencoded v1.2.1
11332024-08-28T22:29:20.773Z Compiling aho-corasick v1.1.3
11342024-08-28T22:29:20.797Z Compiling rustls v0.21.12
11352024-08-28T22:29:21.047Z Compiling crossbeam-utils v0.8.19
11362024-08-28T22:29:21.197Z Compiling try-lock v0.2.5
11372024-08-28T22:29:21.338Z Compiling num_threads v0.1.7
11382024-08-28T22:29:21.450Z Compiling native-tls v0.2.11
11392024-08-28T22:29:21.622Z Compiling syn v1.0.109
11402024-08-28T22:29:21.748Z Compiling regex-syntax v0.8.4
11412024-08-28T22:29:21.984Z Compiling siphasher v0.3.11
11422024-08-28T22:29:22.323Z Compiling want v0.3.1
11432024-08-28T22:29:23.021Z Compiling time v0.3.36
11442024-08-28T22:29:23.200Z Compiling idna v0.5.0
11452024-08-28T22:29:23.216Z Compiling cookie v0.17.0
11462024-08-28T22:29:23.517Z Compiling httpdate v1.0.3
11472024-08-28T22:29:23.798Z Compiling openssl-probe v0.1.5
11482024-08-28T22:29:23.988Z Compiling tower-service v0.3.2
11492024-08-28T22:29:24.090Z Compiling adler v1.0.2
11502024-08-28T22:29:24.144Z Compiling slog v2.7.0
11512024-08-28T22:29:24.305Z Compiling iana-time-zone v0.1.60
11522024-08-28T22:29:24.645Z Compiling finl_unicode v1.2.0
11532024-08-28T22:29:24.751Z Compiling miniz_oxide v0.7.2
11542024-08-28T22:29:24.792Z Compiling url v2.5.2
11552024-08-28T22:29:25.202Z Compiling regex-automata v0.4.6
11562024-08-28T22:29:25.833Z Compiling stringprep v0.1.4
11572024-08-28T22:29:26.888Z Compiling serde_derive v1.0.208
11582024-08-28T22:29:26.995Z Compiling zeroize_derive v1.4.2
11592024-08-28T22:29:27.478Z Compiling zerocopy-derive v0.7.34
11602024-08-28T22:29:27.918Z Compiling tokio-macros v2.4.0
11612024-08-28T22:29:28.075Z Compiling thiserror-impl v1.0.63
11622024-08-28T22:29:28.540Z Compiling zeroize v1.7.0
11632024-08-28T22:29:29.450Z Compiling futures-macro v0.3.30
11642024-08-28T22:29:29.587Z Compiling der_derive v0.7.2
11652024-08-28T22:29:29.730Z Compiling zerocopy v0.7.34
11662024-08-28T22:29:30.330Z Compiling crypto-common v0.1.6
11672024-08-28T22:29:30.568Z Compiling block-buffer v0.10.4
11682024-08-28T22:29:30.836Z Compiling digest v0.10.7
11692024-08-28T22:29:31.345Z Compiling hmac v0.12.1
11702024-08-28T22:29:31.382Z Compiling block-padding v0.3.3
11712024-08-28T22:29:31.498Z Compiling thiserror v1.0.63
11722024-08-28T22:29:31.583Z Compiling inout v0.1.3
11732024-08-28T22:29:31.611Z Compiling sha2 v0.10.8
11742024-08-28T22:29:31.638Z Compiling futures-util v0.3.30
11752024-08-28T22:29:31.865Z Compiling cipher v0.4.4
11762024-08-28T22:29:31.986Z Compiling hashbrown v0.14.5
11772024-08-28T22:29:32.150Z Compiling pest v2.7.10
11782024-08-28T22:29:32.381Z Compiling salsa20 v0.10.2
11792024-08-28T22:29:32.614Z Compiling der v0.7.9
11802024-08-28T22:29:33.394Z Compiling pbkdf2 v0.12.2
11812024-08-28T22:29:33.579Z Compiling scroll_derive v0.12.0
11822024-08-28T22:29:35.117Z Compiling pest_meta v2.7.10
11832024-08-28T22:29:35.205Z Compiling tracing-attributes v0.1.27
11842024-08-28T22:29:35.323Z Compiling scroll v0.12.0
11852024-08-28T22:29:35.880Z Compiling spki v0.7.3
11862024-08-28T22:29:35.882Z Compiling scrypt v0.11.0
11872024-08-28T22:29:36.251Z Compiling aes v0.8.4
11882024-08-28T22:29:36.466Z Compiling pest_generator v2.7.10
11892024-08-28T22:29:37.865Z Compiling cbc v0.1.2
11902024-08-28T22:29:38.126Z Compiling pkcs5 v0.7.1
11912024-08-28T22:29:38.436Z Compiling goblin v0.8.2
11922024-08-28T22:29:39.093Z Compiling openssl-macros v0.1.1
11932024-08-28T22:29:39.115Z Compiling tracing v0.1.40
11942024-08-28T22:29:39.354Z Compiling pkcs8 v0.10.2
11952024-08-28T22:29:39.634Z Compiling md-5 v0.10.6
11962024-08-28T22:29:39.871Z Compiling num-integer v0.1.46
11972024-08-28T22:29:39.900Z Compiling backtrace v0.3.71
11982024-08-28T22:29:40.074Z Compiling rustls-webpki v0.101.7
11992024-08-28T22:29:40.220Z Compiling pest_derive v2.7.10
12002024-08-28T22:29:40.388Z Compiling sct v0.7.1
12012024-08-28T22:29:40.458Z Compiling idna v0.3.0
12022024-08-28T22:29:40.642Z Compiling lazy_static v1.5.0
12032024-08-28T22:29:40.696Z Compiling hash32 v0.2.1
12042024-08-28T22:29:40.763Z Compiling cfg_aliases v0.1.1
12052024-08-28T22:29:40.992Z Compiling bytes v1.7.1
12062024-08-28T22:29:41.061Z Compiling bitflags v2.6.0
12072024-08-28T22:29:41.491Z Compiling indexmap v2.4.0
12082024-08-28T22:29:41.761Z Compiling semver v1.0.23
12092024-08-28T22:29:41.978Z Compiling tokio v1.39.3
12102024-08-28T22:29:42.059Z Compiling http v0.2.12
12112024-08-28T22:29:42.285Z Compiling rustc_version v0.4.0
12122024-08-28T22:29:43.091Z Compiling heapless v0.7.17
12132024-08-28T22:29:43.540Z Compiling dtrace-parser v0.2.0
12142024-08-28T22:29:44.469Z Compiling dof v0.3.0
12152024-08-28T22:29:44.577Z Compiling http-body v0.4.6
12162024-08-28T22:29:45.034Z Compiling uuid v1.10.0
12172024-08-28T22:29:45.684Z Compiling usdt-impl v0.5.0
12182024-08-28T22:29:45.775Z Compiling serde_tokenstream v0.2.2
12192024-08-28T22:29:46.406Z Compiling serde_spanned v0.6.7
12202024-08-28T22:29:46.445Z Compiling toml_datetime v0.6.8
12212024-08-28T22:29:46.652Z Compiling chrono v0.4.38
12222024-08-28T22:29:46.653Z Compiling stable_deref_trait v1.2.0
12232024-08-28T22:29:46.758Z Compiling smoltcp v0.9.1
12242024-08-28T22:29:47.061Z Compiling signal-hook v0.3.17
12252024-08-28T22:29:47.228Z Compiling psl-types v2.0.11
12262024-08-28T22:29:47.263Z Compiling num-bigint-dig v0.8.4
12272024-08-28T22:29:47.429Z Compiling base64 v0.22.1
12282024-08-28T22:29:47.521Z Compiling gimli v0.28.1
12292024-08-28T22:29:47.575Z Compiling crc32fast v1.4.0
12302024-08-28T22:29:48.151Z Compiling fallible-iterator v0.2.0
12312024-08-28T22:29:48.301Z Compiling publicsuffix v2.2.3
12322024-08-28T22:29:48.875Z Compiling postgres-protocol v0.6.7
12332024-08-28T22:29:48.922Z Compiling terminal_size v0.3.0
12342024-08-28T22:29:49.763Z Compiling nix v0.28.0
12352024-08-28T22:29:49.766Z Compiling hubpack_derive v0.1.1
12362024-08-28T22:29:49.903Z Compiling num-iter v0.1.45
12372024-08-28T22:29:50.091Z Compiling async-trait v0.1.81
12382024-08-28T22:29:50.205Z Compiling tokio-util v0.7.11
12392024-08-28T22:29:50.295Z Compiling tokio-native-tls v0.3.1
12402024-08-28T22:29:50.578Z Compiling tokio-rustls v0.24.1
12412024-08-28T22:29:50.596Z Compiling zerocopy-derive v0.6.6
12422024-08-28T22:29:51.599Z Compiling h2 v0.3.26
12432024-08-28T22:29:51.694Z Compiling addr2line v0.21.0
12442024-08-28T22:29:51.796Z Compiling phf_shared v0.11.2
12452024-08-28T22:29:51.818Z Compiling serde_derive_internals v0.29.1
12462024-08-28T22:29:52.182Z Compiling ff v0.13.0
12472024-08-28T22:29:52.357Z Compiling object v0.32.2
12482024-08-28T22:29:52.407Z Compiling fs-err v2.11.0
12492024-08-28T22:29:52.452Z Compiling base64 v0.21.7
12502024-08-28T22:29:52.694Z Compiling anyhow v1.0.86
12512024-08-28T22:29:52.771Z Compiling schemars v0.8.21
12522024-08-28T22:29:52.904Z Compiling base16ct v0.2.0
12532024-08-28T22:29:53.186Z Compiling either v1.13.0
12542024-08-28T22:29:53.206Z Compiling bitflags v1.3.2
12552024-08-28T22:29:53.257Z Compiling ipnet v2.9.0
12562024-08-28T22:29:53.310Z Compiling rustc-demangle v0.1.24
12572024-08-28T22:29:53.344Z Compiling managed v0.8.0
12582024-08-28T22:29:53.618Z Compiling winnow v0.5.40
12592024-08-28T22:29:54.509Z Compiling sec1 v0.7.3
12602024-08-28T22:29:54.512Z Compiling rustls-pemfile v1.0.4
12612024-08-28T22:29:54.548Z Compiling schemars_derive v0.8.21
12622024-08-28T22:29:54.981Z Compiling zerocopy v0.6.6
12632024-08-28T22:29:55.113Z Compiling clap_builder v4.5.15
12642024-08-28T22:29:55.896Z Compiling group v0.13.0
12652024-08-28T22:29:55.974Z Compiling phf v0.11.2
12662024-08-28T22:29:56.212Z Compiling cookie_store v0.20.0
12672024-08-28T22:29:56.263Z Compiling hubpack v0.1.2
12682024-08-28T22:29:57.162Z Compiling toml_edit v0.19.15
12692024-08-28T22:29:57.438Z Compiling postgres-types v0.2.7
12702024-08-28T22:29:57.687Z Compiling usdt-attr-macro v0.5.0
12712024-08-28T22:29:57.874Z Compiling usdt-macro v0.5.0
12722024-08-28T22:29:58.957Z Compiling hyper v0.14.30
12732024-08-28T22:30:00.036Z Compiling serde_urlencoded v0.7.1
12742024-08-28T22:30:00.344Z Compiling pkcs1 v0.7.5
12752024-08-28T22:30:00.575Z Compiling futures-executor v0.3.30
12762024-08-28T22:30:01.152Z Compiling hkdf v0.12.4
12772024-08-28T22:30:01.384Z Compiling signature v2.2.0
12782024-08-28T22:30:01.419Z Compiling bstr v1.9.1
12792024-08-28T22:30:01.684Z Compiling regex v1.10.6
12802024-08-28T22:30:02.170Z Compiling crypto-bigint v0.5.5
12812024-08-28T22:30:02.777Z Compiling clap_derive v4.5.13
12822024-08-28T22:30:02.839Z Compiling serde_repr v0.1.19
12832024-08-28T22:30:03.293Z Compiling strum_macros v0.25.3
12842024-08-28T22:30:04.084Z Compiling enum-as-inner v0.6.0
12852024-08-28T22:30:04.450Z Compiling phf_shared v0.10.0
12862024-08-28T22:30:04.855Z Compiling float-cmp v0.9.0
12872024-08-28T22:30:05.079Z Compiling idna v0.4.0
12882024-08-28T22:30:05.118Z Compiling mio v0.8.11
12892024-08-28T22:30:05.179Z Compiling encoding_rs v0.8.34
12902024-08-28T22:30:06.413Z Compiling hyper-tls v0.5.0
12912024-08-28T22:30:06.651Z Compiling hyper-rustls v0.24.2
12922024-08-28T22:30:06.754Z Compiling new_debug_unreachable v1.0.6
12932024-08-28T22:30:06.852Z Compiling whoami v1.5.1
12942024-08-28T22:30:07.009Z Compiling normalize-line-endings v0.3.0
12952024-08-28T22:30:07.135Z Compiling precomputed-hash v0.1.1
12962024-08-28T22:30:07.258Z Compiling static_assertions v1.1.0
12972024-08-28T22:30:07.351Z Compiling difflib v0.4.0
12982024-08-28T22:30:07.371Z Compiling bit-vec v0.6.3
12992024-08-28T22:30:07.488Z Compiling dyn-clone v1.0.17
13002024-08-28T22:30:07.711Z Compiling webpki-roots v0.25.4
13012024-08-28T22:30:07.749Z Compiling predicates-core v1.0.6
13022024-08-28T22:30:07.829Z Compiling data-encoding v2.6.0
13032024-08-28T22:30:07.876Z Compiling fixedbitset v0.4.2
13042024-08-28T22:30:08.121Z Compiling unicode-segmentation v1.11.0
13052024-08-28T22:30:08.243Z Compiling sync_wrapper v0.1.2
13062024-08-28T22:30:08.379Z Compiling minimal-lexical v0.2.1
13072024-08-28T22:30:08.382Z Compiling mime v0.3.17
13082024-08-28T22:30:08.905Z Compiling similar v2.6.0
13092024-08-28T22:30:08.983Z Compiling nom v7.1.3
13102024-08-28T22:30:09.002Z Compiling reqwest v0.11.27
13112024-08-28T22:30:09.002Z Compiling hickory-proto v0.24.1
13122024-08-28T22:30:09.035Z Compiling toml_edit v0.22.20
13132024-08-28T22:30:09.589Z Compiling petgraph v0.6.5
13142024-08-28T22:30:10.224Z Compiling predicates v3.1.2
13152024-08-28T22:30:11.312Z Compiling clap v4.5.16
13162024-08-28T22:30:11.443Z Compiling bit-set v0.5.3
13172024-08-28T22:30:11.709Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13182024-08-28T22:30:11.941Z Compiling string_cache v0.8.7
13192024-08-28T22:30:12.422Z Compiling tokio-postgres v0.7.11
13202024-08-28T22:30:12.585Z Compiling console v0.15.8
13212024-08-28T22:30:13.533Z Compiling signal-hook-mio v0.2.4
13222024-08-28T22:30:13.701Z Compiling elliptic-curve v0.13.8
13232024-08-28T22:30:14.087Z Compiling usdt v0.5.0
13242024-08-28T22:30:14.546Z Compiling rsa v0.9.6
13252024-08-28T22:30:14.607Z Compiling futures v0.3.30
13262024-08-28T22:30:15.478Z Compiling toml v0.7.8
13272024-08-28T22:30:15.618Z Compiling flate2 v1.0.31
13282024-08-28T22:30:17.325Z Compiling itertools v0.12.1
13292024-08-28T22:30:18.033Z Compiling itertools v0.10.5
13302024-08-28T22:30:18.125Z Compiling tokio-stream v0.1.15
13312024-08-28T22:30:18.157Z Compiling openapiv3 v2.0.0
13322024-08-28T22:30:19.187Z Compiling hex v0.4.3
13332024-08-28T22:30:19.209Z Compiling sha1 v0.10.6
13342024-08-28T22:30:19.647Z Compiling crossbeam-epoch v0.9.18
13352024-08-28T22:30:19.779Z Compiling dirs-sys-next v0.1.2
13362024-08-28T22:30:20.413Z Compiling unicode-xid v0.2.4
13372024-08-28T22:30:20.442Z Compiling lalrpop-util v0.19.12
13382024-08-28T22:30:20.482Z Compiling peg-runtime v0.8.3
13392024-08-28T22:30:20.589Z Compiling dirs-next v2.0.0
13402024-08-28T22:30:20.676Z Compiling thread_local v1.1.8
13412024-08-28T22:30:20.784Z Compiling slog-async v2.8.0
13422024-08-28T22:30:20.802Z Compiling term v0.7.0
13432024-08-28T22:30:20.820Z Compiling xattr v1.3.1
13442024-08-28T22:30:21.089Z Compiling crossbeam-channel v0.5.12
13452024-08-28T22:30:21.105Z Compiling strum_macros v0.26.4
13462024-08-28T22:30:21.238Z Compiling filetime v0.2.24
13472024-08-28T22:30:21.391Z Compiling is-terminal v0.4.12
13482024-08-28T22:30:21.516Z Compiling take_mut v0.2.2
13492024-08-28T22:30:21.553Z Compiling slog-term v2.9.1
13502024-08-28T22:30:21.676Z Compiling tar v0.4.41
13512024-08-28T22:30:22.335Z Compiling camino v1.1.9
13522024-08-28T22:30:23.468Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13532024-08-28T22:30:24.284Z Compiling strum v0.26.3
13542024-08-28T22:30:24.361Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13552024-08-28T22:30:29.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
13562024-08-28T22:30:29.568Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13572024-08-28T22:30:29.613ZAug 28 22:30:28.604 INFO Starting download, target: Clickhouse
13582024-08-28T22:30:29.613ZAug 28 22:30:28.605 INFO Starting download, target: Cockroach
13592024-08-28T22:30:29.613ZAug 28 22:30:28.605 INFO Starting download, target: Console
13602024-08-28T22:30:29.613ZAug 28 22:30:28.605 INFO Starting download, target: DendriteOpenapi
13612024-08-28T22:30:29.615ZAug 28 22:30:28.605 INFO Starting download, target: DendriteStub
13622024-08-28T22:30:29.615ZAug 28 22:30:28.605 INFO Starting download, target: MaghemiteMgd
13632024-08-28T22:30:29.616ZAug 28 22:30:28.605 INFO Starting download, target: TransceiverControl
13642024-08-28T22:30:29.616ZAug 28 22:30:28.605 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13652024-08-28T22:30:29.616ZAug 28 22:30:28.605 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13662024-08-28T22:30:29.616ZAug 28 22:30:28.605 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13672024-08-28T22:30:29.616ZAug 28 22:30:28.605 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13682024-08-28T22:30:29.616ZAug 28 22:30:28.606 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13692024-08-28T22:30:29.616ZAug 28 22:30:28.606 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13702024-08-28T22:30:29.616ZAug 28 22:30:28.606 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13712024-08-28T22:30:29.747ZAug 28 22:30:28.736 INFO Download complete, target: DendriteOpenapi
13722024-08-28T22:30:29.863ZAug 28 22:30:28.853 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13732024-08-28T22:30:30.269ZAug 28 22:30:29.260 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13742024-08-28T22:30:30.289ZAug 28 22:30:29.277 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13752024-08-28T22:30:30.366ZAug 28 22:30:29.358 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13762024-08-28T22:30:30.672ZAug 28 22:30:29.663 INFO Download complete, target: TransceiverControl
13772024-08-28T22:30:30.682ZAug 28 22:30:29.674 INFO Download complete, target: Console
13782024-08-28T22:30:30.699ZAug 28 22:30:29.690 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13792024-08-28T22:30:30.699ZAug 28 22:30:29.690 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13802024-08-28T22:30:31.529ZAug 28 22:30:30.521 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13812024-08-28T22:30:33.335ZAug 28 22:30:32.326 INFO Download complete, target: DendriteStub
13822024-08-28T22:30:33.630ZAug 28 22:30:32.622 INFO Download complete, target: MaghemiteMgd
13832024-08-28T22:30:39.126ZAug 28 22:30:38.118 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13842024-08-28T22:30:39.386ZAug 28 22:30:38.378 INFO Checking that binary works, target: Cockroach
13852024-08-28T22:30:39.547ZAug 28 22:30:38.539 INFO Download complete, target: Cockroach
13862024-08-28T22:30:45.639ZAug 28 22:30:44.628 INFO Checking that binary works, target: Clickhouse
13872024-08-28T22:30:46.054ZAug 28 22:30:45.047 INFO Download complete, target: Clickhouse
13882024-08-28T22:30:46.061ZAll prerequisites installed successfully
13892024-08-28T22:30:46.064Z
13902024-08-28T22:30:46.064Zreal 4:00.423033849
13912024-08-28T22:30:46.064Zuser 11:20.576497998
13922024-08-28T22:30:46.064Zsys 2:26.098893504
13932024-08-28T22:30:46.064Ztrap 0.419198569
13942024-08-28T22:30:46.064Ztflt 5.455208863
13952024-08-28T22:30:46.064Zdflt 4.113920204
13962024-08-28T22:30:46.064Zkflt 0.364872534
13972024-08-28T22:30:46.064Zlock 22:09.677571718
13982024-08-28T22:30:46.064Zslp 44:49.258179891
13992024-08-28T22:30:46.064Zlat 40.111965180
14002024-08-28T22:30:46.064Zstop 1:47.470114531
14012024-08-28T22:30:46.064Z+ source ./tools/include/force-git-over-https.sh
14022024-08-28T22:30:46.064Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14032024-08-28T22:30:46.064Z++ (( i = 0 ))
14042024-08-28T22:30:46.064Z++ (( i < 5 ))
14052024-08-28T22:30:46.064Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14062024-08-28T22:30:46.067Z++ (( i++ ))
14072024-08-28T22:30:46.067Z++ (( i < 5 ))
14082024-08-28T22:30:46.067Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14092024-08-28T22:30:46.071Z++ (( i++ ))
14102024-08-28T22:30:46.071Z++ (( i < 5 ))
14112024-08-28T22:30:46.071Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14122024-08-28T22:30:46.073Z++ (( i++ ))
14132024-08-28T22:30:46.073Z++ (( i < 5 ))
14142024-08-28T22:30:46.073Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14152024-08-28T22:30:46.076Z++ (( i++ ))
14162024-08-28T22:30:46.079Z++ (( i < 5 ))
14172024-08-28T22:30:46.079Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14182024-08-28T22:30:46.081Z++ (( i++ ))
14192024-08-28T22:30:46.081Z++ (( i < 5 ))
14202024-08-28T22:30:46.081Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14212024-08-28T22:30:46.081Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14222024-08-28T22:30:46.081Z+ rc=0
14232024-08-28T22:30:46.081Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14242024-08-28T22:31:07.878Z+ case $rc in
14252024-08-28T22:31:07.878Z+ pfexec zfs create -p rpool/images/build/host
14262024-08-28T22:31:08.070Z+ pfexec zfs create -p rpool/images/build/recovery
14272024-08-28T22:31:08.163Z+ cargo xtask releng --output-dir /work
14282024-08-28T22:31:08.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
14292024-08-28T22:31:08.742Z Running `target/debug/xtask releng --output-dir /work`
14302024-08-28T22:31:09.658Z Compiling proc-macro2 v1.0.86
14312024-08-28T22:31:09.658Z Compiling unicode-ident v1.0.12
14322024-08-28T22:31:09.658Z Compiling libc v0.2.158
14332024-08-28T22:31:09.659Z Compiling serde v1.0.208
14342024-08-28T22:31:09.662Z Compiling version_check v0.9.5
14352024-08-28T22:31:09.662Z Compiling autocfg v1.3.0
14362024-08-28T22:31:09.662Z Compiling cfg-if v1.0.0
14372024-08-28T22:31:09.662Z Compiling once_cell v1.19.0
14382024-08-28T22:31:09.940Z Compiling typenum v1.17.0
14392024-08-28T22:31:10.029Z Compiling memchr v2.7.2
14402024-08-28T22:31:10.398Z Compiling generic-array v0.14.7
14412024-08-28T22:31:10.415Z Compiling ahash v0.8.11
14422024-08-28T22:31:10.501Z Compiling lock_api v0.4.12
14432024-08-28T22:31:10.804Z Compiling serde_json v1.0.125
14442024-08-28T22:31:10.841Z Compiling libm v0.2.8
14452024-08-28T22:31:10.887Z Compiling num-traits v0.2.19
14462024-08-28T22:31:11.176Z Compiling parking_lot_core v0.9.10
14472024-08-28T22:31:11.193Z Compiling byteorder v1.5.0
14482024-08-28T22:31:11.494Z Compiling quote v1.0.36
14492024-08-28T22:31:11.649Z Compiling log v0.4.21
14502024-08-28T22:31:11.723Z Compiling scopeguard v1.2.0
14512024-08-28T22:31:11.742Z Compiling thiserror v1.0.63
14522024-08-28T22:31:11.880Z Compiling syn v2.0.74
14532024-08-28T22:31:11.914Z Compiling jobserver v0.1.32
14542024-08-28T22:31:12.046Z Compiling getrandom v0.2.14
14552024-08-28T22:31:12.418Z Compiling cc v1.0.97
14562024-08-28T22:31:12.466Z Compiling itoa v1.0.11
14572024-08-28T22:31:12.770Z Compiling slab v0.4.9
14582024-08-28T22:31:12.772Z Compiling rand_core v0.6.4
14592024-08-28T22:31:12.815Z Compiling pkg-config v0.3.30
14602024-08-28T22:31:13.430Z Compiling semver v1.0.23
14612024-08-28T22:31:13.672Z Compiling ryu v1.0.18
14622024-08-28T22:31:13.931Z Compiling smallvec v1.13.2
14632024-08-28T22:31:13.986Z Compiling pin-project-lite v0.2.14
14642024-08-28T22:31:14.005Z Compiling vcpkg v0.2.15
14652024-08-28T22:31:14.159Z Compiling allocator-api2 v0.2.18
14662024-08-28T22:31:14.545Z Compiling spin v0.9.8
14672024-08-28T22:31:14.849Z Compiling subtle v2.5.0
14682024-08-28T22:31:15.218Z Compiling const-oid v0.9.6
14692024-08-28T22:31:15.446Z Compiling signal-hook-registry v1.4.2
14702024-08-28T22:31:15.836Z Compiling ring v0.17.8
14712024-08-28T22:31:16.263Z Compiling openssl-sys v0.9.103
14722024-08-28T22:31:16.948Z Compiling schemars v0.8.21
14732024-08-28T22:31:17.078Z Compiling httparse v1.8.0
14742024-08-28T22:31:17.154Z Compiling heck v0.5.0
14752024-08-28T22:31:17.417Z Compiling rustix v0.38.34
14762024-08-28T22:31:17.608Z Compiling parking_lot v0.12.2
14772024-08-28T22:31:17.658Z Compiling mio v1.0.2
14782024-08-28T22:31:17.847Z Compiling time-core v0.1.2
14792024-08-28T22:31:18.176Z Compiling num-conv v0.1.0
14802024-08-28T22:31:18.550Z Compiling futures-core v0.3.30
14812024-08-28T22:31:18.767Z Compiling time-macros v0.2.18
14822024-08-28T22:31:18.841Z Compiling socket2 v0.5.7
14832024-08-28T22:31:18.844Z Compiling openssl v0.10.66
14842024-08-28T22:31:19.082Z Compiling equivalent v1.0.1
14852024-08-28T22:31:19.233Z Compiling fnv v1.0.7
14862024-08-28T22:31:19.446Z Compiling rustls v0.21.12
14872024-08-28T22:31:19.720Z Compiling serde_derive_internals v0.29.1
14882024-08-28T22:31:19.794Z Compiling native-tls v0.2.11
14892024-08-28T22:31:19.848Z Compiling tinyvec_macros v0.1.1
14902024-08-28T22:31:19.940Z Compiling futures-sink v0.3.30
14912024-08-28T22:31:20.091Z Compiling tinyvec v1.6.0
14922024-08-28T22:31:20.752Z Compiling crossbeam-utils v0.8.19
14932024-08-28T22:31:21.699Z Compiling unicode-normalization v0.1.23
14942024-08-28T22:31:21.723Z Compiling cookie v0.17.0
14952024-08-28T22:31:22.036Z Compiling cpufeatures v0.2.12
14962024-08-28T22:31:22.130Z Compiling ucd-trie v0.1.6
14972024-08-28T22:31:22.273Z Compiling iana-time-zone v0.1.60
14982024-08-28T22:31:22.616Z Compiling futures-channel v0.3.30
14992024-08-28T22:31:22.672Z Compiling unicode-bidi v0.3.15
15002024-08-28T22:31:22.693Z Compiling slog v2.7.0
15012024-08-28T22:31:22.899Z Compiling futures-io v0.3.30
15022024-08-28T22:31:23.194Z Compiling syn v1.0.109
15032024-08-28T22:31:23.454Z Compiling pin-utils v0.1.0
15042024-08-28T22:31:23.456Z Compiling futures-task v0.3.30
15052024-08-28T22:31:23.689Z Compiling aho-corasick v1.1.3
15062024-08-28T22:31:23.733Z Compiling regex-syntax v0.8.4
15072024-08-28T22:31:23.769Z Compiling untrusted v0.9.0
15082024-08-28T22:31:25.108Z Compiling dyn-clone v1.0.17
15092024-08-28T22:31:25.196Z Compiling serde_derive v1.0.208
15102024-08-28T22:31:25.252Z Compiling zeroize_derive v1.4.2
15112024-08-28T22:31:25.359Z Compiling zerocopy-derive v0.7.34
15122024-08-28T22:31:26.265Z Compiling tokio-macros v2.4.0
15132024-08-28T22:31:26.861Z Compiling thiserror-impl v1.0.63
15142024-08-28T22:31:27.504Z Compiling zeroize v1.7.0
15152024-08-28T22:31:27.840Z Compiling zerocopy v0.7.34
15162024-08-28T22:31:28.291Z Compiling futures-macro v0.3.30
15172024-08-28T22:31:30.048Z Compiling crypto-common v0.1.6
15182024-08-28T22:31:30.256Z Compiling tracing-attributes v0.1.27
15192024-08-28T22:31:30.327Z Compiling der_derive v0.7.2
15202024-08-28T22:31:30.666Z Compiling hashbrown v0.14.5
15212024-08-28T22:31:31.405Z Compiling block-buffer v0.10.4
15222024-08-28T22:31:31.670Z Compiling digest v0.10.7
15232024-08-28T22:31:32.101Z Compiling schemars_derive v0.8.21
15242024-08-28T22:31:32.705Z Compiling openssl-macros v0.1.1
15252024-08-28T22:31:32.926Z Compiling scroll_derive v0.12.0
15262024-08-28T22:31:33.535Z Compiling hmac v0.12.1
15272024-08-28T22:31:33.686Z Compiling pest v2.7.10
15282024-08-28T22:31:33.856Z Compiling block-padding v0.3.3
15292024-08-28T22:31:34.119Z Compiling inout v0.1.3
15302024-08-28T22:31:34.399Z Compiling futures-util v0.3.30
15312024-08-28T22:31:34.497Z Compiling cipher v0.4.4
15322024-08-28T22:31:34.993Z Compiling sha2 v0.10.8
15332024-08-28T22:31:35.368Z Compiling regex-automata v0.4.6
15342024-08-28T22:31:35.915Z Compiling crc32fast v1.4.0
15352024-08-28T22:31:36.604Z Compiling pest_meta v2.7.10
15362024-08-28T22:31:38.060Z Compiling pest_generator v2.7.10
15372024-08-28T22:31:39.931Z Compiling bytes v1.7.1
15382024-08-28T22:31:41.320Z Compiling bitflags v2.6.0
15392024-08-28T22:31:42.126Z Compiling tokio v1.39.3
15402024-08-28T22:31:42.167Z Compiling indexmap v2.4.0
15412024-08-28T22:31:42.939Z Compiling serde_tokenstream v0.2.2
15422024-08-28T22:31:43.688Z Compiling uuid v1.10.0
15432024-08-28T22:31:43.846Z Compiling chrono v0.4.38
15442024-08-28T22:31:44.603Z Compiling http v0.2.12
15452024-08-28T22:31:44.895Z Compiling rustc_version v0.4.0
15462024-08-28T22:31:45.650Z Compiling pest_derive v2.7.10
15472024-08-28T22:31:47.591Z Compiling usdt-impl v0.5.0
15482024-08-28T22:31:47.735Z Compiling heck v0.4.1
15492024-08-28T22:31:48.046Z Compiling powerfmt v0.2.0
15502024-08-28T22:31:48.235Z Compiling base64ct v1.6.0
15512024-08-28T22:31:48.561Z Compiling percent-encoding v2.3.1
15522024-08-28T22:31:48.606Z Compiling deranged v0.3.11
15532024-08-28T22:31:48.872Z Compiling pem-rfc7468 v0.7.0
15542024-08-28T22:31:49.036Z Compiling heapless v0.7.17
15552024-08-28T22:31:49.635Z Compiling scroll v0.12.0
15562024-08-28T22:31:49.676Z Compiling zerocopy-derive v0.6.6
15572024-08-28T22:31:50.746Z Compiling backtrace v0.3.71
15582024-08-28T22:31:51.006Z Compiling tracing-core v0.1.32
15592024-08-28T22:31:51.247Z Compiling errno v0.3.9
15602024-08-28T22:31:51.537Z Compiling num-bigint-dig v0.8.4
15612024-08-28T22:31:51.616Z Compiling num_threads v0.1.7
15622024-08-28T22:31:51.769Z Compiling tokio-util v0.7.11
15632024-08-28T22:31:51.899Z Compiling plain v0.2.3
15642024-08-28T22:31:52.079Z Compiling ppv-lite86 v0.2.17
15652024-08-28T22:31:53.543Z Compiling flagset v0.4.5
15662024-08-28T22:31:53.715Z Compiling time v0.3.36
15672024-08-28T22:31:53.760Z Compiling rand_chacha v0.3.1
15682024-08-28T22:31:53.802Z Compiling der v0.7.9
15692024-08-28T22:31:54.016Z Compiling goblin v0.8.2
15702024-08-28T22:31:54.818Z Compiling tracing v0.1.40
15712024-08-28T22:31:56.107Z Compiling regex v1.10.6
15722024-08-28T22:31:56.407Z Compiling salsa20 v0.10.2
15732024-08-28T22:31:56.681Z Compiling pbkdf2 v0.12.2
15742024-08-28T22:31:56.991Z Compiling async-trait v0.1.81
15752024-08-28T22:31:57.437Z Compiling rustversion v1.0.17
15762024-08-28T22:31:58.548Z Compiling pretty-hex v0.4.1
15772024-08-28T22:31:58.796Z Compiling strsim v0.11.1
15782024-08-28T22:32:00.403Z Compiling dof v0.3.0
15792024-08-28T22:32:00.431Z Compiling scrypt v0.11.0
15802024-08-28T22:32:01.069Z Compiling spki v0.7.3
15812024-08-28T22:32:01.276Z Compiling rand v0.8.5
15822024-08-28T22:32:01.500Z Compiling form_urlencoded v1.2.1
15832024-08-28T22:32:01.767Z Compiling dtrace-parser v0.2.0
15842024-08-28T22:32:02.233Z Compiling aes v0.8.4
15852024-08-28T22:32:02.377Z Compiling cbc v0.1.2
15862024-08-28T22:32:02.694Z Compiling thread-id v4.2.1
15872024-08-28T22:32:03.252Z Compiling unicode-width v0.1.13
15882024-08-28T22:32:03.408Z Compiling foreign-types-shared v0.1.1
15892024-08-28T22:32:03.547Z Compiling signal-hook v0.3.17
15902024-08-28T22:32:03.632Z Compiling smoltcp v0.9.1
15912024-08-28T22:32:04.093Z Compiling try-lock v0.2.5
15922024-08-28T22:32:04.197Z Compiling anyhow v1.0.86
15932024-08-28T22:32:04.390Z Compiling want v0.3.1
15942024-08-28T22:32:04.697Z Compiling foreign-types v0.3.2
15952024-08-28T22:32:04.949Z Compiling pkcs5 v0.7.1
15962024-08-28T22:32:07.557Z Compiling h2 v0.3.26
15972024-08-28T22:32:10.111Z Compiling http-body v0.4.6
15982024-08-28T22:32:12.416Z Compiling clap_derive v4.5.13
15992024-08-28T22:32:12.579Z Compiling base64 v0.21.7
16002024-08-28T22:32:12.597Z Compiling httpdate v1.0.3
16012024-08-28T22:32:13.496Z Compiling tower-service v0.3.2
16022024-08-28T22:32:13.642Z Compiling siphasher v0.3.11
16032024-08-28T22:32:13.858Z Compiling cfg_aliases v0.1.1
16042024-08-28T22:32:14.571Z Compiling nix v0.28.0
16052024-08-28T22:32:16.735Z Compiling hyper v0.14.30
16062024-08-28T22:32:18.594Z Compiling pkcs8 v0.10.2
16072024-08-28T22:32:20.326Z Compiling rustls-webpki v0.101.7
16082024-08-28T22:32:21.256Z Compiling sct v0.7.1
16092024-08-28T22:32:22.265Z Compiling openapiv3 v2.0.0
16102024-08-28T22:32:22.786Z Compiling hubpack_derive v0.1.1
16112024-08-28T22:32:26.790Z Compiling idna v0.5.0
16122024-08-28T22:32:29.238Z Compiling fs-err v2.11.0
16132024-08-28T22:32:29.348Z Compiling finl_unicode v1.2.0
16142024-08-28T22:32:29.584Z Compiling adler v1.0.2
16152024-08-28T22:32:29.675Z Compiling anstyle v1.0.8
16162024-08-28T22:32:29.893Z Compiling utf8parse v0.2.1
16172024-08-28T22:32:30.147Z Compiling openssl-probe v0.1.5
16182024-08-28T22:32:30.288Z Compiling anstyle-parse v0.2.4
16192024-08-28T22:32:30.739Z Compiling stringprep v0.1.4
16202024-08-28T22:32:31.529Z Compiling miniz_oxide v0.7.2
16212024-08-28T22:32:33.101Z Compiling url v2.5.2
16222024-08-28T22:32:36.873Z Compiling usdt-macro v0.5.0
16232024-08-28T22:32:37.539Z Compiling usdt-attr-macro v0.5.0
16242024-08-28T22:32:39.238Z Compiling toml_datetime v0.6.8
16252024-08-28T22:32:39.312Z Compiling serde_spanned v0.6.7
16262024-08-28T22:32:39.539Z Compiling regress v0.9.1
16272024-08-28T22:32:39.679Z Compiling md-5 v0.10.6
16282024-08-28T22:32:39.917Z Compiling idna v0.3.0
16292024-08-28T22:32:40.780Z Compiling lazy_static v1.5.0
16302024-08-28T22:32:40.910Z Compiling num-integer v0.1.46
16312024-08-28T22:32:41.657Z Compiling hash32 v0.2.1
16322024-08-28T22:32:41.884Z Compiling encoding_rs v0.8.34
16332024-08-28T22:32:42.019Z Compiling stable_deref_trait v1.2.0
16342024-08-28T22:32:42.123Z Compiling mime v0.3.17
16352024-08-28T22:32:43.062Z Compiling is_terminal_polyfill v1.70.0
16362024-08-28T22:32:43.125Z Compiling anstyle-query v1.0.3
16372024-08-28T22:32:43.210Z Compiling base64 v0.22.1
16382024-08-28T22:32:43.228Z Compiling gimli v0.28.1
16392024-08-28T22:32:43.269Z Compiling psl-types v2.0.11
16402024-08-28T22:32:43.493Z Compiling colorchoice v1.0.1
16412024-08-28T22:32:43.857Z Compiling fallible-iterator v0.2.0
16422024-08-28T22:32:43.881Z Compiling publicsuffix v2.2.3
16432024-08-28T22:32:44.142Z Compiling anstream v0.6.14
16442024-08-28T22:32:44.583Z Compiling postgres-protocol v0.6.7
16452024-08-28T22:32:44.603Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16462024-08-28T22:32:47.990Z Compiling addr2line v0.21.0
16472024-08-28T22:32:48.106Z Compiling num-iter v0.1.45
16482024-08-28T22:32:49.470Z Compiling tokio-rustls v0.24.1
16492024-08-28T22:32:50.329Z Compiling terminal_size v0.3.0
16502024-08-28T22:32:50.533Z Compiling tokio-native-tls v0.3.1
16512024-08-28T22:32:51.109Z Compiling phf_shared v0.11.2
16522024-08-28T22:32:51.145Z Compiling strum_macros v0.25.3
16532024-08-28T22:32:51.545Z Compiling serde_urlencoded v0.7.1
16542024-08-28T22:32:51.899Z Compiling enum-as-inner v0.6.0
16552024-08-28T22:32:52.560Z Compiling serde_repr v0.1.19
16562024-08-28T22:32:52.955Z Compiling ff v0.13.0
16572024-08-28T22:32:53.039Z Compiling object v0.32.2
16582024-08-28T22:32:53.204Z Compiling clap_lex v0.7.0
16592024-08-28T22:32:53.261Z Compiling ipnet v2.9.0
16602024-08-28T22:32:54.273Z Compiling winnow v0.5.40
16612024-08-28T22:32:54.714Z Compiling base16ct v0.2.0
16622024-08-28T22:32:54.901Z Compiling rustc-demangle v0.1.24
16632024-08-28T22:32:55.016Z Compiling either v1.13.0
16642024-08-28T22:32:55.769Z Compiling bitflags v1.3.2
16652024-08-28T22:32:55.880Z Compiling managed v0.8.0
16662024-08-28T22:32:55.992Z Compiling sec1 v0.7.3
16672024-08-28T22:32:56.708Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16682024-08-28T22:32:56.846Z Compiling rustls-pemfile v1.0.4
16692024-08-28T22:32:56.972Z Compiling clap_builder v4.5.15
16702024-08-28T22:32:57.232Z Compiling group v0.13.0
16712024-08-28T22:32:57.992Z Compiling toml_edit v0.19.15
16722024-08-28T22:32:59.476Z Compiling phf v0.11.2
16732024-08-28T22:33:00.263Z Compiling hyper-tls v0.5.0
16742024-08-28T22:33:00.586Z Compiling hyper-rustls v0.24.2
16752024-08-28T22:33:01.293Z Compiling cookie_store v0.20.0
16762024-08-28T22:33:01.610Z Compiling postgres-types v0.2.7
16772024-08-28T22:33:02.609Z Compiling hubpack v0.1.2
16782024-08-28T22:33:02.637Z Compiling pkcs1 v0.7.5
16792024-08-28T22:33:02.998Z Compiling phf_shared v0.10.0
16802024-08-28T22:33:03.557Z Compiling zerocopy v0.6.6
16812024-08-28T22:33:03.700Z Compiling futures-executor v0.3.30
16822024-08-28T22:33:03.822Z Compiling bstr v1.9.1
16832024-08-28T22:33:04.018Z Compiling hkdf v0.12.4
16842024-08-28T22:33:04.084Z Compiling signature v2.2.0
16852024-08-28T22:33:04.176Z Compiling crypto-bigint v0.5.5
16862024-08-28T22:33:04.243Z Compiling idna v0.4.0
16872024-08-28T22:33:04.390Z Compiling float-cmp v0.9.0
16882024-08-28T22:33:04.441Z Compiling mio v0.8.11
16892024-08-28T22:33:04.611Z Compiling memmap v0.7.0
16902024-08-28T22:33:04.915Z Compiling unicode-segmentation v1.11.0
16912024-08-28T22:33:05.369Z Compiling minimal-lexical v0.2.1
16922024-08-28T22:33:05.492Z Compiling webpki-roots v0.25.4
16932024-08-28T22:33:05.639Z Compiling static_assertions v1.1.0
16942024-08-28T22:33:05.658Z Compiling precomputed-hash v0.1.1
16952024-08-28T22:33:05.743Z Compiling difflib v0.4.0
16962024-08-28T22:33:05.814Z Compiling predicates-core v1.0.6
16972024-08-28T22:33:05.830Z Compiling bit-vec v0.6.3
16982024-08-28T22:33:05.847Z Compiling sync_wrapper v0.1.2
16992024-08-28T22:33:06.115Z Compiling data-encoding v2.6.0
17002024-08-28T22:33:06.134Z Compiling whoami v1.5.1
17012024-08-28T22:33:06.217Z Compiling winnow v0.6.18
17022024-08-28T22:33:06.781Z Compiling fixedbitset v0.4.2
17032024-08-28T22:33:06.815Z Compiling normalize-line-endings v0.3.0
17042024-08-28T22:33:06.939Z Compiling new_debug_unreachable v1.0.6
17052024-08-28T22:33:06.957Z Compiling predicates v3.1.2
17062024-08-28T22:33:07.037Z Compiling string_cache v0.8.7
17072024-08-28T22:33:07.184Z Compiling petgraph v0.6.5
17082024-08-28T22:33:07.457Z Compiling reqwest v0.11.27
17092024-08-28T22:33:07.635Z Compiling elliptic-curve v0.13.8
17102024-08-28T22:33:07.772Z Compiling hickory-proto v0.24.1
17112024-08-28T22:33:08.377Z Compiling tokio-postgres v0.7.11
17122024-08-28T22:33:08.511Z Compiling bit-set v0.5.3
17132024-08-28T22:33:09.898Z Compiling toml_edit v0.22.20
17142024-08-28T22:33:09.901Z Compiling nom v7.1.3
17152024-08-28T22:33:11.102Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17162024-08-28T22:33:13.456Z Compiling similar v2.6.0
17172024-08-28T22:33:13.614Z Compiling signal-hook-mio v0.2.4
17182024-08-28T22:33:13.794Z Compiling usdt v0.5.0
17192024-08-28T22:33:15.014Z Compiling rsa v0.9.6
17202024-08-28T22:33:15.887Z Compiling futures v0.3.30
17212024-08-28T22:33:16.851Z Compiling toml v0.7.8
17222024-08-28T22:33:16.985Z Compiling clap v4.5.16
17232024-08-28T22:33:17.109Z Compiling flate2 v1.0.31
17242024-08-28T22:33:17.299Z Compiling crossbeam-epoch v0.9.18
17252024-08-28T22:33:17.540Z Compiling itertools v0.10.5
17262024-08-28T22:33:17.998Z Compiling itertools v0.12.1
17272024-08-28T22:33:18.016Z Compiling console v0.15.8
17282024-08-28T22:33:19.511Z Compiling tokio-stream v0.1.15
17292024-08-28T22:33:20.320Z Compiling hex v0.4.3
17302024-08-28T22:33:20.497Z Compiling sha1 v0.10.6
17312024-08-28T22:33:21.006Z Compiling peg-runtime v0.8.3
17322024-08-28T22:33:21.402Z Compiling camino v1.1.9
17332024-08-28T22:33:21.506Z Compiling unicode-xid v0.2.4
17342024-08-28T22:33:21.683Z Compiling lalrpop-util v0.19.12
17352024-08-28T22:33:21.922Z Compiling radium v0.7.0
17362024-08-28T22:33:22.044Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17372024-08-28T22:33:26.313Z Compiling is-terminal v0.4.12
17382024-08-28T22:33:29.334Z Compiling tap v1.0.1
17392024-08-28T22:33:29.769Z Compiling ident_case v1.0.1
17402024-08-28T22:33:29.861Z Compiling rustls-pki-types v1.7.0
17412024-08-28T22:33:31.212Z Compiling maybe-uninit v2.0.0
17422024-08-28T22:33:33.118Z Compiling darling_core v0.20.9
17432024-08-28T22:33:39.298Z Compiling wyz v0.5.1
17442024-08-28T22:33:46.476Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17452024-08-28T22:33:47.246Z Compiling getopts v0.2.21
17462024-08-28T22:33:48.237Z Compiling bzip2-sys v0.1.11+1.0.8
17472024-08-28T22:33:48.315Z Compiling dirs-sys-next v0.1.2
17482024-08-28T22:33:49.280Z Compiling unsafe-libyaml v0.2.11
17492024-08-28T22:33:49.376Z Compiling funty v2.0.0
17502024-08-28T22:33:50.329Z Compiling paste v1.0.15
17512024-08-28T22:33:50.817Z Compiling packed_struct v0.10.1
17522024-08-28T22:33:51.249Z Compiling rustls v0.22.4
17532024-08-28T22:33:51.708Z Compiling serde_yaml v0.9.34+deprecated
17542024-08-28T22:33:51.900Z Compiling bitvec v1.0.1
17552024-08-28T22:33:55.439Z Compiling dirs-next v2.0.0
17562024-08-28T22:33:56.412Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17572024-08-28T22:33:56.814Z Compiling darling_macro v0.20.9
17582024-08-28T22:33:58.154Z Compiling rustls-webpki v0.102.4
17592024-08-28T22:34:01.650Z Compiling packed_struct_codegen v0.10.1
17602024-08-28T22:34:02.318Z Compiling structmeta-derive v0.3.0
17612024-08-28T22:34:03.212Z Compiling thread_local v1.1.8
17622024-08-28T22:34:03.478Z Compiling indexmap v1.9.3
17632024-08-28T22:34:03.584Z Compiling multer v3.1.0
17642024-08-28T22:34:03.819Z Compiling crc-catalog v2.4.0
17652024-08-28T22:34:03.924Z Compiling fastrand v2.1.0
17662024-08-28T22:34:03.927Z Compiling match_cfg v0.1.0
17672024-08-28T22:34:03.991Z Compiling nodrop v0.1.14
17682024-08-28T22:34:04.189Z Compiling rayon-core v1.12.1
17692024-08-28T22:34:04.209Z Compiling slog-async v2.8.0
17702024-08-28T22:34:04.560Z Compiling tempfile v3.10.1
17712024-08-28T22:34:04.799Z Compiling array-init v0.0.4
17722024-08-28T22:34:04.991Z Compiling structmeta v0.3.0
17732024-08-28T22:34:05.442Z Compiling hostname v0.3.1
17742024-08-28T22:34:05.714Z Compiling crc v3.2.1
17752024-08-28T22:34:06.495Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17762024-08-28T22:34:08.011Z Compiling smallvec v0.6.14
17772024-08-28T22:34:08.426Z Compiling darling v0.20.9
17782024-08-28T22:34:08.551Z Compiling term v0.7.0
17792024-08-28T22:34:11.431Z Compiling crossbeam-deque v0.8.5
17802024-08-28T22:34:11.827Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17812024-08-28T22:34:12.850Z Compiling slog-json v2.6.1
17822024-08-28T22:34:13.452Z Compiling crossbeam-channel v0.5.12
17832024-08-28T22:34:13.662Z Compiling http v1.1.0
17842024-08-28T22:34:15.031Z Compiling async-stream-impl v0.3.5
17852024-08-28T22:34:16.093Z Compiling pin-project-internal v1.1.5
17862024-08-28T22:34:18.862Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17872024-08-28T22:34:19.679Z Compiling take_mut v0.2.2
17882024-08-28T22:34:19.864Z Compiling same-file v1.0.6
17892024-08-28T22:34:20.401Z Compiling atomic-waker v1.1.2
17902024-08-28T22:34:20.451Z Compiling bitfield v0.14.0
17912024-08-28T22:34:20.479Z Compiling termcolor v1.4.1
17922024-08-28T22:34:21.212Z Compiling hashbrown v0.12.3
17932024-08-28T22:34:25.184Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17942024-08-28T22:34:27.538Z Compiling env_logger v0.10.2
17952024-08-28T22:34:30.437Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17962024-08-28T22:34:32.381Z Compiling waitgroup v0.1.2
17972024-08-28T22:34:32.630Z Compiling walkdir v2.5.0
17982024-08-28T22:34:37.303Z Compiling pin-project v1.1.5
17992024-08-28T22:34:37.441Z Compiling async-stream v0.3.5
18002024-08-28T22:34:39.396Z Compiling slog-bunyan v2.5.0
18012024-08-28T22:34:39.680Z Compiling tokio-rustls v0.25.0
18022024-08-28T22:34:40.501Z Compiling slog-term v2.9.1
18032024-08-28T22:34:41.540Z Compiling serde_with_macros v3.9.0
18042024-08-28T22:34:42.712Z Compiling serde-hex v0.1.0
18052024-08-28T22:34:43.059Z Compiling bzip2 v0.4.4
18062024-08-28T22:34:43.531Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18072024-08-28T22:34:43.610Z Compiling parse-display-derive v0.10.0
18082024-08-28T22:34:43.847Z Compiling toml v0.8.19
18092024-08-28T22:34:44.059Z Compiling rustls-pemfile v2.1.3
18102024-08-28T22:34:47.112Z Compiling x509-cert v0.2.5
18112024-08-28T22:34:47.607Z Compiling ron v0.8.1
18122024-08-28T22:34:47.781Z Compiling ipnetwork v0.20.0
18132024-08-28T22:34:47.811Z Compiling newtype-uuid v1.1.0
18142024-08-28T22:34:47.934Z Compiling strum_macros v0.26.4
18152024-08-28T22:34:48.209Z Compiling xattr v1.3.1
18162024-08-28T22:34:48.556Z Compiling snafu-derive v0.8.2
18172024-08-28T22:34:49.853Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18182024-08-28T22:34:50.687Z Compiling serde_path_to_error v0.1.16
18192024-08-28T22:34:51.565Z Compiling hashbrown v0.13.2
18202024-08-28T22:34:51.716Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18212024-08-28T22:34:52.437Z Compiling ring v0.16.20
18222024-08-28T22:34:52.467Z Compiling blake3 v1.5.1
18232024-08-28T22:34:52.861Z Compiling filetime v0.2.24
18242024-08-28T22:34:53.056Z Compiling hostname v0.4.0
18252024-08-28T22:34:53.231Z Compiling instant v0.1.12
18262024-08-28T22:34:53.362Z Compiling buf-list v1.0.3
18272024-08-28T22:34:53.406Z Compiling crc-any v2.5.0
18282024-08-28T22:34:53.500Z Compiling debug-ignore v1.0.5
18292024-08-28T22:34:53.797Z Compiling backoff v0.4.0
18302024-08-28T22:34:53.983Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18312024-08-28T22:34:54.129Z Compiling snafu v0.8.2
18322024-08-28T22:34:54.307Z Compiling tar v0.4.41
18332024-08-28T22:34:55.083Z Compiling object v0.30.4
18342024-08-28T22:34:55.413Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18352024-08-28T22:34:55.632Z Compiling strum v0.26.3
18362024-08-28T22:34:55.840Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18372024-08-28T22:34:57.518Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18382024-08-28T22:34:58.528Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18392024-08-28T22:34:59.083Z Compiling parse-display v0.10.0
18402024-08-28T22:34:59.400Z Compiling serde_with v3.9.0
18412024-08-28T22:34:59.467Z Compiling zip v0.6.6
18422024-08-28T22:35:01.063Z Compiling rayon v1.10.0
18432024-08-28T22:35:01.083Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18442024-08-28T22:35:01.824Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18452024-08-28T22:35:02.185Z Compiling camino-tempfile v1.1.1
18462024-08-28T22:35:02.973Z Compiling globset v0.4.14
18472024-08-28T22:35:03.781Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18482024-08-28T22:35:03.990Z Compiling pem v3.0.4
18492024-08-28T22:35:05.527Z Compiling olpc-cjson v0.1.3
18502024-08-28T22:35:05.877Z Compiling macaddr v1.0.1
18512024-08-28T22:35:06.533Z Compiling serde_plain v1.0.2
18522024-08-28T22:35:06.705Z Compiling async-recursion v1.1.1
18532024-08-28T22:35:07.048Z Compiling memmap2 v0.9.4
18542024-08-28T22:35:07.620Z Compiling typed-path v0.7.1
18552024-08-28T22:35:08.193Z Compiling constant_time_eq v0.3.0
18562024-08-28T22:35:08.243Z Compiling arrayref v0.3.7
18572024-08-28T22:35:08.356Z Compiling path-slash v0.1.5
18582024-08-28T22:35:08.383Z Compiling spin v0.5.2
18592024-08-28T22:35:08.591Z Compiling untrusted v0.7.1
18602024-08-28T22:35:08.652Z Compiling arrayvec v0.7.4
18612024-08-28T22:35:10.657Z Compiling tough v0.17.1
18622024-08-28T22:35:11.740Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18632024-08-28T22:35:11.759Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18642024-08-28T22:35:14.377Z Compiling itertools v0.13.0
18652024-08-28T22:35:14.410Z Compiling cargo-platform v0.1.8
18662024-08-28T22:35:15.494Z Compiling topological-sort v0.2.2
18672024-08-28T22:35:15.774Z Compiling parse-size v1.0.0
18682024-08-28T22:35:16.079Z Compiling omicron-zone-package v0.11.0
18692024-08-28T22:35:16.099Z Compiling cargo_metadata v0.18.1
18702024-08-28T22:35:18.484Z Compiling shell-words v1.1.0
18712024-08-28T22:35:24.285Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18722024-08-28T22:35:36.601Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18732024-08-28T22:35:50.563Z Finished `release` profile [optimized] target(s) in 4m 41s
18742024-08-28T22:35:50.707Z Running `target/release/omicron-releng --output-dir /work`
18752024-08-28T22:35:50.753ZAug 28 22:35:49.761 DEBG changing working directory to /work/oxidecomputer/omicron
18762024-08-28T22:35:50.842ZAug 28 22:35:49.854 DEBG running: git rev-parse HEAD
18772024-08-28T22:35:50.849ZAug 28 22:35:49.861 DEBG process exited with exit status: 0 (6.328946ms)
18782024-08-28T22:35:50.849ZAug 28 22:35:49.861 INFO version: 10.0.0-0.ci+git9189023e044
18792024-08-28T22:35:50.888ZAug 28 22:35:49.900 INFO cloning helios to /work/oxidecomputer/helios
18802024-08-28T22:35:50.888ZAug 28 22:35:49.900 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18812024-08-28T22:35:50.894ZCloning into '/work/oxidecomputer/helios'...
18822024-08-28T22:35:51.360ZAug 28 22:35:50.371 DEBG process exited with exit status: 0 (470.846032ms)
18832024-08-28T22:35:51.360ZAug 28 22:35:50.371 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18842024-08-28T22:35:51.367Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
18852024-08-28T22:35:51.367Z# branch.head master
18862024-08-28T22:35:51.367Z# branch.upstream origin/master
18872024-08-28T22:35:51.367Z# branch.ab +0 -0
18882024-08-28T22:35:51.370ZAug 28 22:35:50.380 DEBG process exited with exit status: 0 (8.119869ms)
18892024-08-28T22:35:51.370ZAug 28 22:35:50.380 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18902024-08-28T22:35:52.087ZAug 28 22:35:51.099 DEBG process exited with exit status: 0 (718.880912ms)
18912024-08-28T22:35:52.087ZAug 28 22:35:51.099 DEBG running: zfs list rpool/images/build/host
18922024-08-28T22:35:52.094ZNAME USED AVAIL REFER MOUNTPOINT
18932024-08-28T22:35:52.094Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18942024-08-28T22:35:52.097ZAug 28 22:35:51.106 DEBG process exited with exit status: 0 (7.571346ms)
18952024-08-28T22:35:52.097ZAug 28 22:35:51.106 DEBG running: zfs list rpool/images/build/recovery
18962024-08-28T22:35:52.101ZNAME USED AVAIL REFER MOUNTPOINT
18972024-08-28T22:35:52.101Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
18982024-08-28T22:35:52.104ZAug 28 22:35:51.113 DEBG process exited with exit status: 0 (6.607189ms)
18992024-08-28T22:35:52.104ZAug 28 22:35:51.114 INFO [hubris-production] running task
19002024-08-28T22:35:52.104ZAug 28 22:35:51.114 INFO [hubris-staging] running task
19012024-08-28T22:35:52.104ZAug 28 22:35:51.114 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19022024-08-28T22:35:52.107ZAug 28 22:35:51.118 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
19032024-08-28T22:35:52.475Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19042024-08-28T22:35:52.630Z[ omicron-package] Blocking waiting for file lock on package cache
19052024-08-28T22:35:53.244Z[ omicron-package] Blocking waiting for file lock on package cache
19062024-08-28T22:35:53.452ZAug 28 22:35:52.464 INFO [hubris-production] task succeeded (1.350180096s)
19072024-08-28T22:35:53.507Z[ omicron-package] Blocking waiting for file lock on package cache
19082024-08-28T22:35:54.357Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19092024-08-28T22:35:54.388Z[ omicron-package] Compiling heapless v0.8.0
19102024-08-28T22:35:54.388Z[ omicron-package] Compiling hash32 v0.3.1
19112024-08-28T22:35:54.388Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19122024-08-28T22:35:54.388Z[ omicron-package] Compiling smoltcp v0.11.0
19132024-08-28T22:35:54.388Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19142024-08-28T22:35:54.388Z[ omicron-package] Compiling cobs v0.2.3
19152024-08-28T22:35:54.388Z[ omicron-package] Compiling embedded-io v0.4.0
19162024-08-28T22:35:55.220Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19172024-08-28T22:35:55.352Z[ omicron-package] Compiling postcard v1.0.8
19182024-08-28T22:35:55.780Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19192024-08-28T22:35:55.869Z[ omicron-package] Compiling proc-macro-error v1.0.4
19202024-08-28T22:35:55.981Z[ omicron-package] Compiling num_enum_derive v0.5.11
19212024-08-28T22:35:56.448Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19222024-08-28T22:35:56.522Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19232024-08-28T22:35:56.550Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19242024-08-28T22:35:56.852Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19252024-08-28T22:35:57.451Z[ omicron-package] Compiling tabwriter v1.4.0
19262024-08-28T22:35:57.616Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19272024-08-28T22:35:57.719Z[ omicron-package] Compiling cstr-argument v0.1.2
19282024-08-28T22:35:58.039Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19292024-08-28T22:35:58.683Z[ omicron-package] Compiling pretty-hex v0.2.1
19302024-08-28T22:35:58.808Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19312024-08-28T22:35:58.996Z[ omicron-package] Compiling foreign-types v0.5.0
19322024-08-28T22:35:59.216Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19332024-08-28T22:35:59.467Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19342024-08-28T22:35:59.972Z[ omicron-package] Compiling colored v2.1.0
19352024-08-28T22:36:00.073Z[ omicron-package] Compiling socket2 v0.4.10
19362024-08-28T22:36:00.075Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19372024-08-28T22:36:00.444Z[ omicron-package] Compiling num_enum v0.5.11
19382024-08-28T22:36:00.905Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19392024-08-28T22:36:01.068Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19402024-08-28T22:36:01.130Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19412024-08-28T22:36:01.419Z[ omicron-package] Compiling sigpipe v0.1.3
19422024-08-28T22:36:01.538Z[ omicron-package] Compiling num-derive v0.4.2
19432024-08-28T22:36:01.775Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19442024-08-28T22:36:02.077Z[ omicron-package] Compiling libefi-sys v0.1.0
19452024-08-28T22:36:02.256Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19462024-08-28T22:36:02.527Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19472024-08-28T22:36:02.806Z[ omicron-package] Compiling smf v0.2.3
19482024-08-28T22:36:02.997ZAug 28 22:36:02.003 INFO [hubris-staging] task succeeded (10.888921487s)
19492024-08-28T22:36:03.245Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19502024-08-28T22:36:03.505Z[ omicron-package] Compiling bitfield-struct v0.6.1
19512024-08-28T22:36:04.259Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19522024-08-28T22:36:04.357Z[ omicron-package] Compiling portable-atomic v1.6.0
19532024-08-28T22:36:06.621Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19542024-08-28T22:36:06.811Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19552024-08-28T22:36:06.811Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19562024-08-28T22:36:08.370Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19572024-08-28T22:36:08.540Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19582024-08-28T22:36:08.729Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19592024-08-28T22:36:08.871Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19602024-08-28T22:36:10.049Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19612024-08-28T22:36:10.423Z[ omicron-package] Compiling gethostname v0.5.0
19622024-08-28T22:36:10.683Z[ omicron-package] Compiling number_prefix v0.4.0
19632024-08-28T22:36:12.211Z[ omicron-package] Compiling indicatif v0.17.8
19642024-08-28T22:36:12.849Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19652024-08-28T22:36:16.048Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19662024-08-28T22:36:16.722Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19672024-08-28T22:36:18.300Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19682024-08-28T22:36:32.362Z[ helios-setup] Aug 28 22:36:31.376 INFO helios repository root is: /work/oxidecomputer/helios
19692024-08-28T22:36:32.366Z[ helios-setup] Aug 28 22:36:31.378 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
19702024-08-28T22:36:32.366Z[ helios-setup] Aug 28 22:36:31.378 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19712024-08-28T22:36:32.369Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19722024-08-28T22:36:33.643Z[ helios-setup] Aug 28 22:36:32.657 INFO clone ok!, project: chelsio-t6-roms
19732024-08-28T22:36:33.645Z[ helios-setup] Aug 28 22:36:32.657 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19742024-08-28T22:36:33.645Z[ helios-setup] Aug 28 22:36:32.657 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
19752024-08-28T22:36:33.645Z[ helios-setup] Aug 28 22:36:32.657 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19762024-08-28T22:36:33.648Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19772024-08-28T22:36:34.846Z[ helios-setup] Aug 28 22:36:33.861 INFO clone ok!, project: pilot
19782024-08-28T22:36:34.848Z[ helios-setup] Aug 28 22:36:33.861 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
19792024-08-28T22:36:34.848Z[ helios-setup] Aug 28 22:36:33.861 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19802024-08-28T22:36:34.851Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19812024-08-28T22:36:35.560Z[ helios-setup] Aug 28 22:36:34.574 INFO clone ok!, project: image-builder
19822024-08-28T22:36:35.562Z[ helios-setup] Aug 28 22:36:34.575 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
19832024-08-28T22:36:35.562Z[ helios-setup] Aug 28 22:36:34.575 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19842024-08-28T22:36:35.565Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19852024-08-28T22:36:36.151Z[ helios-setup] Aug 28 22:36:35.165 INFO clone ok!, project: pinprick
19862024-08-28T22:36:36.155Z[ helios-setup] Aug 28 22:36:35.166 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
19872024-08-28T22:36:36.155Z[ helios-setup] Aug 28 22:36:35.166 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
19882024-08-28T22:36:36.155Z[ helios-setup] Aug 28 22:36:35.166 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19892024-08-28T22:36:36.158Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19902024-08-28T22:36:37.882Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.77s
19912024-08-28T22:36:38.096Z[ omicron-package]
19922024-08-28T22:36:38.096Z[ omicron-package] real 45.946179152
19932024-08-28T22:36:38.099Z[ omicron-package] user 2:44.556679899
19942024-08-28T22:36:38.099Z[ omicron-package] sys 22.515780999
19952024-08-28T22:36:38.099Z[ omicron-package] trap 0.178171777
19962024-08-28T22:36:38.099Z[ omicron-package] tflt 0.623515427
19972024-08-28T22:36:38.099Z[ omicron-package] dflt 0.636712260
19982024-08-28T22:36:38.099Z[ omicron-package] kflt 0.003383559
19992024-08-28T22:36:38.099Z[ omicron-package] lock 5:23.662029165
20002024-08-28T22:36:38.099Z[ omicron-package] slp 9:08.968617356
20012024-08-28T22:36:38.099Z[ omicron-package] lat 1:38.849304656
20022024-08-28T22:36:38.099ZAug 28 22:36:37.110[ omicron-package] stop 1:00.137411275
20032024-08-28T22:36:38.099Z INFO [omicron-package] process exited with exit status: 0 (45.9923909s)
20042024-08-28T22:36:38.099ZAug 28 22:36:37.111 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
20052024-08-28T22:36:38.140ZAug 28 22:36:37.155 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20062024-08-28T22:36:38.155Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20072024-08-28T22:36:38.158Z[ host-target] Created new build target 'host' and set it as active
20082024-08-28T22:36:38.158Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20092024-08-28T22:36:38.159Z[ recovery-target] Created new build target 'recovery' and set it as active
20102024-08-28T22:36:38.159ZAug 28 22:36:37.172 INFO [host-target] process exited with exit status: 0 (61.11107ms)
20112024-08-28T22:36:38.159ZAug 28 22:36:37.172 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20122024-08-28T22:36:38.164ZAug 28 22:36:37.178 INFO [recovery-target] process exited with exit status: 0 (22.800365ms)
20132024-08-28T22:36:38.170Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20142024-08-28T22:36:39.362Z[ host-package] Compiling camino v1.1.9
20152024-08-28T22:36:39.365Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20162024-08-28T22:36:39.365Z[ host-package] Compiling password-hash v0.5.0
20172024-08-28T22:36:39.365Z[ host-package] Compiling blake2 v0.10.6
20182024-08-28T22:36:39.365Z[ host-package] Compiling derive-where v1.2.7
20192024-08-28T22:36:39.365Z[ host-package] Compiling newline-converter v0.3.0
20202024-08-28T22:36:39.365Z[ host-package] Compiling toml v0.8.19
20212024-08-28T22:36:39.511Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20222024-08-28T22:36:39.685Z[ host-package] Compiling humantime v2.1.0
20232024-08-28T22:36:39.745Z[ host-package] Compiling expectorate v1.1.0
20242024-08-28T22:36:40.016Z[ host-package] Compiling argon2 v0.5.3
20252024-08-28T22:36:40.078Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20262024-08-28T22:36:40.313Z[ host-package] Compiling dirs-sys-next v0.1.2
20272024-08-28T22:36:40.545Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20282024-08-28T22:36:40.664Z[ host-package] Compiling dirs-next v2.0.0
20292024-08-28T22:36:40.704Z[ helios-setup] Aug 28 22:36:39.717 INFO clone ok!, project: amd-firmware
20302024-08-28T22:36:40.707Z[ helios-setup] Aug 28 22:36:39.717 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
20312024-08-28T22:36:40.707Z[ helios-setup] Aug 28 22:36:39.718 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20322024-08-28T22:36:40.710Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20332024-08-28T22:36:40.759Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20342024-08-28T22:36:40.832Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20352024-08-28T22:36:40.883Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20362024-08-28T22:36:41.188Z[ host-package] Compiling num-rational v0.4.2
20372024-08-28T22:36:41.396Z[ host-package] Compiling num-complex v0.4.6
20382024-08-28T22:36:41.444Z[ helios-setup] Aug 28 22:36:40.459 INFO clone ok!, project: phbl
20392024-08-28T22:36:41.447Z[ helios-setup] Aug 28 22:36:40.459 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20402024-08-28T22:36:41.447Z[ helios-setup] Aug 28 22:36:40.459 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
20412024-08-28T22:36:41.447Z[ helios-setup] Aug 28 22:36:40.459 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20422024-08-28T22:36:41.454Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20432024-08-28T22:36:41.803Z[ host-package] Compiling convert_case v0.4.0
20442024-08-28T22:36:42.008Z[ helios-setup] Aug 28 22:36:41.023 INFO clone ok!, project: bootserver
20452024-08-28T22:36:42.013Z[ helios-setup] Aug 28 22:36:41.023 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
20462024-08-28T22:36:42.014Z[ helios-setup] Aug 28 22:36:41.023 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
20472024-08-28T22:36:42.018Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20482024-08-28T22:36:42.226Z[ host-package] Compiling term v0.7.0
20492024-08-28T22:36:42.505Z[ host-package] Compiling num v0.4.3
20502024-08-28T22:36:42.563Z[ host-package] Compiling derive_more v0.99.18
20512024-08-28T22:36:42.622Z[ host-package] Compiling prettyplease v0.2.20
20522024-08-28T22:36:42.720Z[ host-package] Compiling float-ord v0.3.2
20532024-08-28T22:36:42.726Z[ host-package] Compiling is-terminal v0.4.12
20542024-08-28T22:36:42.892Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20552024-08-28T22:36:42.897Z[ host-package] Compiling semver v0.1.20
20562024-08-28T22:36:42.951Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20572024-08-28T22:36:43.004Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20582024-08-28T22:36:43.110Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20592024-08-28T22:36:43.507Z[ host-package] Compiling rustc_version v0.1.7
20602024-08-28T22:36:43.636Z[ host-package] Compiling cookie v0.18.1
20612024-08-28T22:36:43.673Z[ host-package] Compiling highway v1.2.0
20622024-08-28T22:36:43.906Z[ host-package] Compiling newtype_derive v0.1.6
20632024-08-28T22:36:43.957Z[ host-package] Compiling linked-hash-map v0.5.6
20642024-08-28T22:36:44.328Z[ host-package] Compiling rustls-pki-types v1.7.0
20652024-08-28T22:36:44.431Z[ host-package] Compiling lru-cache v0.1.2
20662024-08-28T22:36:44.924Z[ host-package] Compiling home v0.5.9
20672024-08-28T22:36:45.112Z[ host-package] Compiling utf-8 v0.7.6
20682024-08-28T22:36:45.177Z[ host-package] Compiling quick-error v1.2.3
20692024-08-28T22:36:45.360Z[ host-package] Compiling resolv-conf v0.7.0
20702024-08-28T22:36:45.524Z[ host-package] Compiling rustls-webpki v0.102.4
20712024-08-28T22:36:49.868Z[ host-package] Compiling steno v0.4.1
20722024-08-28T22:36:49.917Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20732024-08-28T22:36:49.917Z[ host-package] Compiling rustls v0.22.4
20742024-08-28T22:36:49.917Z[ host-package] Compiling thread_local v1.1.8
20752024-08-28T22:36:49.917Z[ host-package] Compiling match_cfg v0.1.0
20762024-08-28T22:36:49.917Z[ host-package] Compiling hostname v0.3.1
20772024-08-28T22:36:49.917Z[ host-package] Compiling hickory-resolver v0.24.1
20782024-08-28T22:36:49.931Z[ host-package] Compiling multer v3.1.0
20792024-08-28T22:36:49.969Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20802024-08-28T22:36:50.040Z[ host-package] Compiling slog-async v2.8.0
20812024-08-28T22:36:50.121Z[ host-package] Compiling slog-json v2.6.1
20822024-08-28T22:36:50.311Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20832024-08-28T22:36:50.324Z[ helios-setup] Aug 28 22:36:49.340 INFO clone ok!, project: amd-host-image-builder
20842024-08-28T22:36:50.327Z[ helios-setup] Aug 28 22:36:49.340 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20852024-08-28T22:36:50.534Z[ host-package] Compiling crossbeam-channel v0.5.12
20862024-08-28T22:36:51.301Z[ helios-setup] Aug 28 22:36:50.316 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20872024-08-28T22:36:51.701Z[ host-package] Compiling http v1.1.0
20882024-08-28T22:36:51.867Z[ helios-setup] Aug 28 22:36:50.880 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20892024-08-28T22:36:51.867Z[ helios-setup] Aug 28 22:36:50.880 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20902024-08-28T22:36:52.442Z[ helios-setup] Aug 28 22:36:51.457 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20912024-08-28T22:36:52.976Z[ helios-setup] Aug 28 22:36:51.954 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20922024-08-28T22:36:53.096Z[ helios-setup] Aug 28 22:36:51.954 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20932024-08-28T22:36:53.490Z[ helios-setup] Aug 28 22:36:52.506 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20942024-08-28T22:36:54.055Z[ helios-setup] Aug 28 22:36:53.071 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20952024-08-28T22:36:54.058Z[ helios-setup] Aug 28 22:36:53.071 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20962024-08-28T22:36:54.058Z[ helios-setup] Aug 28 22:36:53.071 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20972024-08-28T22:36:54.058Z[ helios-setup] Aug 28 22:36:53.071 INFO ok!
20982024-08-28T22:36:54.058Z[ helios-setup] Aug 28 22:36:53.071 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20992024-08-28T22:36:54.058Z[ helios-setup] Aug 28 22:36:53.071 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21002024-08-28T22:36:54.058Z[ helios-setup] Aug 28 22:36:53.071 INFO ok!
21012024-08-28T22:36:54.058Z[ helios-setup] Aug 28 22:36:53.071 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21022024-08-28T22:36:54.058Z[ helios-setup] Aug 28 22:36:53.071 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21032024-08-28T22:36:54.058Z[ helios-setup] Aug 28 22:36:53.071 INFO ok!
21042024-08-28T22:36:54.058Z[ helios-setup] Aug 28 22:36:53.071 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
21052024-08-28T22:36:54.059Z[ helios-setup] Aug 28 22:36:53.071 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
21062024-08-28T22:36:54.492Z[ helios-setup] Aug 28 22:36:53.508 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
21072024-08-28T22:36:54.509Z[ host-package] Compiling take_mut v0.2.2
21082024-08-28T22:36:54.706Z[ host-package] Compiling atomic-waker v1.1.2
21092024-08-28T22:36:54.919Z[ host-package] Compiling waitgroup v0.1.2
21102024-08-28T22:36:54.945Z[ helios-setup] Aug 28 22:36:53.954 INFO E| From https://github.com/jclulow/hiercmd
21112024-08-28T22:36:54.946Z[ helios-setup] Aug 28 22:36:53.954 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
21122024-08-28T22:36:54.958Z[ helios-setup] Aug 28 22:36:53.974 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
21132024-08-28T22:36:55.441Z[ helios-setup] Aug 28 22:36:54.456 INFO E| From https://github.com/jclulow/network-interface
21142024-08-28T22:36:55.441Z[ helios-setup] Aug 28 22:36:54.457 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
21152024-08-28T22:36:55.466Z[ helios-setup] Aug 28 22:36:54.482 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
21162024-08-28T22:36:55.943Z[ helios-setup] Aug 28 22:36:54.959 INFO E| From https://github.com/oxidecomputer/boot-image-tools
21172024-08-28T22:36:55.943Z[ helios-setup] Aug 28 22:36:54.959 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
21182024-08-28T22:36:55.979Z[ helios-setup] Aug 28 22:36:54.995 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
21192024-08-28T22:36:56.341Z[ host-package] Compiling tokio-rustls v0.25.0
21202024-08-28T22:36:56.715Z[ helios-setup] Aug 28 22:36:55.731 INFO E| From https://github.com/oxidecomputer/facade
21212024-08-28T22:36:56.715Z[ helios-setup] Aug 28 22:36:55.731 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
21222024-08-28T22:36:56.801Z[ helios-setup] Aug 28 22:36:55.817 INFO E| Updating crates.io index
21232024-08-28T22:36:56.831Z[ host-package] Compiling slog-bunyan v2.5.0
21242024-08-28T22:36:57.047Z[ host-package] Compiling slog-term v2.9.1
21252024-08-28T22:36:57.142Z[ host-package] Compiling rustls-pemfile v2.1.3
21262024-08-28T22:36:57.568Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21272024-08-28T22:36:57.663Z[ host-package] Compiling async-stream v0.3.5
21282024-08-28T22:36:57.669Z[ helios-setup] Aug 28 22:36:56.685 INFO E| Downloading crates ...
21292024-08-28T22:36:57.835Z[ helios-setup] Aug 28 22:36:56.850 INFO E| Downloaded built v0.6.0
21302024-08-28T22:36:57.838Z[ helios-setup] Aug 28 22:36:56.853 INFO E| Downloaded bincode v1.3.3
21312024-08-28T22:36:57.844Z[ helios-setup] Aug 28 22:36:56.860 INFO E| Downloaded autocfg v1.1.0
21322024-08-28T22:36:57.851Z[ helios-setup] Aug 28 22:36:56.867 INFO E| Downloaded concolor-override v1.0.0
21332024-08-28T22:36:57.854Z[ helios-setup] Aug 28 22:36:56.869 INFO E| Downloaded anyhow v1.0.68
21342024-08-28T22:36:57.861Z[ helios-setup] Aug 28 22:36:56.877 INFO E| Downloaded generic-array v0.14.6
21352024-08-28T22:36:57.866Z[ helios-setup] Aug 28 22:36:56.881 INFO E| Downloaded futures-sink v0.3.28
21362024-08-28T22:36:57.868Z[ helios-setup] Aug 28 22:36:56.884 INFO E| Downloaded project-root v0.2.2
21372024-08-28T22:36:57.871Z[ helios-setup] Aug 28 22:36:56.885 INFO E| Downloaded jobserver v0.1.26
21382024-08-28T22:36:57.873Z[ helios-setup] Aug 28 22:36:56.889 INFO E| Downloaded home v0.5.4
21392024-08-28T22:36:57.876Z[ helios-setup] Aug 28 22:36:56.891 INFO E| Downloaded futures-io v0.3.28
21402024-08-28T22:36:57.881Z[ helios-setup] Aug 28 22:36:56.893 INFO E| Downloaded proc-macro-crate v1.2.1
21412024-08-28T22:36:57.883Z[ helios-setup] Aug 28 22:36:56.895 INFO E| Downloaded num_enum_derive v0.5.7
21422024-08-28T22:36:57.883Z[ helios-setup] Aug 28 22:36:56.898 INFO E| Downloaded percent-encoding v2.2.0
21432024-08-28T22:36:57.886Z[ helios-setup] Aug 28 22:36:56.899 INFO E| Downloaded num_cpus v1.15.0
21442024-08-28T22:36:57.894Z[ helios-setup] Aug 28 22:36:56.907 INFO E| Downloaded ahash v0.7.6
21452024-08-28T22:36:57.901Z[ helios-setup] Aug 28 22:36:56.913 INFO E| Downloaded is-terminal v0.4.7
21462024-08-28T22:36:57.914Z[ helios-setup] Aug 28 22:36:56.916 INFO E| Downloaded futures-core v0.3.28
21472024-08-28T22:36:57.960Z[ helios-setup] Aug 28 22:36:56.975 INFO E| Downloaded io-lifetimes v1.0.10
21482024-08-28T22:36:57.987Z[ helios-setup] Aug 28 22:36:56.980 INFO E| Downloaded want v0.3.0
21492024-08-28T22:36:57.987Z[ helios-setup] Aug 28 22:36:56.982 INFO E| Downloaded rhai_codegen v1.5.0
21502024-08-28T22:36:57.990Z[ helios-setup] Aug 28 22:36:56.998 INFO E| Downloaded const-random-macro v0.1.15
21512024-08-28T22:36:57.990Z[ helios-setup] Aug 28 22:36:57.000 INFO E| Downloaded scopeguard v1.1.0
21522024-08-28T22:36:57.990Z[ helios-setup] Aug 28 22:36:57.002 INFO E| Downloaded walkdir v2.3.3
21532024-08-28T22:36:57.990Z[ helios-setup] Aug 28 22:36:57.005 INFO E| Downloaded semver v0.11.0
21542024-08-28T22:36:57.997Z[ host-package] Compiling newtype-uuid v1.1.0
21552024-08-28T22:36:57.999Z[ helios-setup] Aug 28 22:36:57.014 INFO E| Downloaded thiserror-impl v1.0.38
21562024-08-28T22:36:58.003Z[ helios-setup] Aug 28 22:36:57.016 INFO E| Downloaded strsim v0.10.0
21572024-08-28T22:36:58.003Z[ helios-setup] Aug 28 22:36:57.018 INFO E| Downloaded rustls-pemfile v1.0.2
21582024-08-28T22:36:58.005Z[ helios-setup] Aug 28 22:36:57.020 INFO E| Downloaded pin-project-lite v0.2.9
21592024-08-28T22:36:58.011Z[ helios-setup] Aug 28 22:36:57.027 INFO E| Downloaded cpufeatures v0.2.5
21602024-08-28T22:36:58.013Z[ helios-setup] Aug 28 22:36:57.028 INFO E| Downloaded tempfile v3.5.0
21612024-08-28T22:36:58.017Z[ helios-setup] Aug 28 22:36:57.032 INFO E| Downloaded slog-async v2.7.0
21622024-08-28T22:36:58.020Z[ helios-setup] Aug 28 22:36:57.034 INFO E| Downloaded serde_spanned v0.6.1
21632024-08-28T22:36:58.020Z[ helios-setup] Aug 28 22:36:57.036 INFO E| Downloaded tokio-rustls v0.24.0
21642024-08-28T22:36:58.023Z[ helios-setup] Aug 28 22:36:57.039 INFO E| Downloaded futures-executor v0.3.28
21652024-08-28T22:36:58.026Z[ helios-setup] Aug 28 22:36:57.041 INFO E| Downloaded lazy_static v1.4.0
21662024-08-28T22:36:58.029Z[ helios-setup] Aug 28 22:36:57.043 INFO E| Downloaded serde_derive_internals v0.26.0
21672024-08-28T22:36:58.032Z[ helios-setup] Aug 28 22:36:57.046 INFO E| Downloaded toolchain_find v0.2.0
21682024-08-28T22:36:58.034Z[ helios-setup] Aug 28 22:36:57.048 INFO E| Downloaded semver-parser v0.10.2
21692024-08-28T22:36:58.037Z[ helios-setup] Aug 28 22:36:57.052 INFO E| Downloaded miniz_oxide v0.6.2
21702024-08-28T22:36:58.040Z[ helios-setup] Aug 28 22:36:57.056 INFO E| Downloaded smallvec v1.10.0
21712024-08-28T22:36:58.044Z[ helios-setup] Aug 28 22:36:57.060 INFO E| Downloaded memchr v2.5.0
21722024-08-28T22:36:58.052Z[ helios-setup] Aug 28 22:36:57.067 INFO E| Downloaded typenum v1.16.0
21732024-08-28T22:36:58.056Z[ helios-setup] Aug 28 22:36:57.072 INFO E| Downloaded toml_datetime v0.6.1
21742024-08-28T22:36:58.059Z[ helios-setup] Aug 28 22:36:57.075 INFO E| Downloaded schemars_derive v0.8.12
21752024-08-28T22:36:58.062Z[ helios-setup] Aug 28 22:36:57.077 INFO E| Downloaded serde_derive v1.0.204
21762024-08-28T22:36:58.082Z[ helios-setup] Aug 28 22:36:57.096 INFO E| Downloaded schemars v0.8.12
21772024-08-28T22:36:58.153Z[ helios-setup] Aug 28 22:36:57.169 INFO E| Downloaded toml v0.7.3
21782024-08-28T22:36:58.184Z[ helios-setup] Aug 28 22:36:57.199 INFO E| Downloaded semver v1.0.17
21792024-08-28T22:36:58.188Z[ helios-setup] Aug 28 22:36:57.204 INFO E| Downloaded url v2.3.1
21802024-08-28T22:36:58.195Z[ helios-setup] Aug 28 22:36:57.209 INFO E| Downloaded once_cell v1.17.0
21812024-08-28T22:36:58.208Z[ helios-setup] Aug 28 22:36:57.215 INFO E| Downloaded cc v1.0.78
21822024-08-28T22:36:58.217Z[ helios-setup] Aug 28 22:36:57.219 INFO E| Downloaded uuid v1.3.0
21832024-08-28T22:36:58.217Z[ helios-setup] Aug 28 22:36:57.227 INFO E| Downloaded parking_lot v0.12.1
21842024-08-28T22:36:58.217Z[ helios-setup] Aug 28 22:36:57.230 INFO E| Downloaded unsafe-libyaml v0.2.8
21852024-08-28T22:36:58.221Z[ helios-setup] Aug 28 22:36:57.237 INFO E| Downloaded rustls-webpki v0.100.1
21862024-08-28T22:36:58.232Z[ helios-setup] Aug 28 22:36:57.248 INFO E| Downloaded serde v1.0.204
21872024-08-28T22:36:58.258Z[ helios-setup] Aug 28 22:36:57.274 INFO E| Downloaded tokio-util v0.7.7
21882024-08-28T22:36:58.267Z[ helios-setup] Aug 28 22:36:57.283 INFO E| Downloaded winnow v0.4.1
21892024-08-28T22:36:58.277Z[ host-package] Compiling ipnetwork v0.20.0
21902024-08-28T22:36:58.291Z[ helios-setup] Aug 28 22:36:57.307 INFO E| Downloaded futures-util v0.3.28
21912024-08-28T22:36:58.298Z[ host-package] Compiling serde_path_to_error v0.1.16
21922024-08-28T22:36:58.320Z[ helios-setup] Aug 28 22:36:57.336 INFO E| Downloaded serde_json v1.0.95
21932024-08-28T22:36:58.336Z[ helios-setup] Aug 28 22:36:57.352 INFO E| Downloaded rustls v0.21.0
21942024-08-28T22:36:58.359Z[ helios-setup] Aug 28 22:36:57.374 INFO E| Downloaded rayon v1.6.1
21952024-08-28T22:36:58.376Z[ helios-setup] Aug 28 22:36:57.391 INFO E| Downloaded tokio v1.27.0
21962024-08-28T22:36:58.438Z[ helios-setup] Aug 28 22:36:57.454 INFO E| Downloaded regress v0.5.0
21972024-08-28T22:36:58.450Z[ helios-setup] Aug 28 22:36:57.466 INFO E| Downloaded rustix v0.37.3
21982024-08-28T22:36:58.488Z[ helios-setup] Aug 28 22:36:57.504 INFO E| Downloaded regex v1.7.3
21992024-08-28T22:36:58.505Z[ helios-setup] Aug 28 22:36:57.521 INFO E| Downloaded rhai v1.14.0
22002024-08-28T22:36:58.516Z[ host-package] Compiling hostname v0.4.0
22012024-08-28T22:36:58.525Z[ helios-setup] Aug 28 22:36:57.541 INFO E| Downloaded openapiv3 v1.0.2
22022024-08-28T22:36:58.565Z[ helios-setup] Aug 28 22:36:57.581 INFO E| Downloaded h2 v0.3.16
22032024-08-28T22:36:58.576Z[ helios-setup] Aug 28 22:36:57.592 INFO E| Downloaded git2 v0.16.1
22042024-08-28T22:36:58.591Z[ helios-setup] Aug 28 22:36:57.607 INFO E| Downloaded hyper v0.14.25
22052024-08-28T22:36:58.605Z[ helios-setup] Aug 28 22:36:57.620 INFO E| Downloaded chrono v0.4.24
22062024-08-28T22:36:58.618Z[ helios-setup] Aug 28 22:36:57.634 INFO E| Downloaded libc v0.2.139
22072024-08-28T22:36:58.661Z[ helios-setup] Aug 28 22:36:57.677 INFO E| Downloaded syn v2.0.72
22082024-08-28T22:36:58.694Z[ helios-setup] Aug 28 22:36:57.710 INFO E| Downloaded syn v1.0.107
22092024-08-28T22:36:58.713Z[ helios-setup] Aug 28 22:36:57.729 INFO E| Downloaded reqwest v0.11.16
22102024-08-28T22:36:58.726Z[ helios-setup] Aug 28 22:36:57.741 INFO E| Downloaded clap_builder v4.2.1
22112024-08-28T22:36:58.739Z[ helios-setup] Aug 28 22:36:57.755 INFO E| Downloaded unicode-normalization v0.1.22
22122024-08-28T22:36:58.744Z[ helios-setup] Aug 28 22:36:57.760 INFO E| Downloaded pest v2.5.7
22132024-08-28T22:36:58.753Z[ helios-setup] Aug 28 22:36:57.769 INFO E| Downloaded mio v0.8.5
22142024-08-28T22:36:58.763Z[ helios-setup] Aug 28 22:36:57.779 INFO E| Downloaded toml_edit v0.19.8
22152024-08-28T22:36:58.777Z[ host-package] Compiling instant v0.1.12
22162024-08-28T22:36:58.796Z[ helios-setup] Aug 28 22:36:57.812 INFO E| Downloaded crossbeam-channel v0.5.6
22172024-08-28T22:36:58.800Z[ helios-setup] Aug 28 22:36:57.816 INFO E| Downloaded encoding_rs v0.8.32
22182024-08-28T22:36:58.834Z[ helios-setup] Aug 28 22:36:57.849 INFO E| Downloaded flate2 v1.0.25
22192024-08-28T22:36:58.843Z[ helios-setup] Aug 28 22:36:57.859 INFO E| Downloaded aho-corasick v0.7.20
22202024-08-28T22:36:58.850Z[ helios-setup] Aug 28 22:36:57.866 INFO E| Downloaded unicode-linebreak v0.1.4
22212024-08-28T22:36:58.853Z[ helios-setup] Aug 28 22:36:57.869 INFO E| Downloaded tracing-core v0.1.30
22222024-08-28T22:36:58.858Z[ helios-setup] Aug 28 22:36:57.874 INFO E| Downloaded unicode-ident v1.0.8
22232024-08-28T22:36:58.863Z[ helios-setup] Aug 28 22:36:57.879 INFO E| Downloaded ucd-trie v0.1.5
22242024-08-28T22:36:58.865Z[ helios-setup] Aug 28 22:36:57.881 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
22252024-08-28T22:36:58.963Z[ helios-setup] Aug 28 22:36:57.972 INFO E| Downloaded tungstenite v0.18.0
22262024-08-28T22:36:58.964Z[ helios-setup] Aug 28 22:36:57.976 INFO E| Downloaded tracing v0.1.37
22272024-08-28T22:36:58.966Z[ helios-setup] Aug 28 22:36:57.982 INFO E| Downloaded toml v0.5.11
22282024-08-28T22:36:58.969Z[ helios-setup] Aug 28 22:36:57.985 INFO E| Downloaded num-traits v0.2.15
22292024-08-28T22:36:58.973Z[ helios-setup] Aug 28 22:36:57.990 INFO E| Downloaded http v0.2.9
22302024-08-28T22:36:58.980Z[ helios-setup] Aug 28 22:36:57.996 INFO E| Downloaded sct v0.7.0
22312024-08-28T22:36:58.984Z[ host-package] Compiling debug-ignore v1.0.5
22322024-08-28T22:36:58.987Z[ helios-setup] Aug 28 22:36:58.002 INFO E| Downloaded libz-sys v1.1.8
22332024-08-28T22:36:59.075Z[ helios-setup] Aug 28 22:36:58.091 INFO E| Downloaded tokio-tungstenite v0.18.0
22342024-08-28T22:36:59.079Z[ helios-setup] Aug 28 22:36:58.095 INFO E| Downloaded time v0.1.45
22352024-08-28T22:36:59.081Z[ helios-setup] Aug 28 22:36:58.097 INFO E| Downloaded textwrap v0.16.0
22362024-08-28T22:36:59.084Z[ helios-setup] Aug 28 22:36:58.101 INFO E| Downloaded ryu v1.0.13
22372024-08-28T22:36:59.089Z[ helios-setup] Aug 28 22:36:58.105 INFO E| Downloaded rayon-core v1.10.2
22382024-08-28T22:36:59.107Z[ helios-setup] Aug 28 22:36:58.122 INFO E| Downloaded log v0.4.17
22392024-08-28T22:36:59.110Z[ helios-setup] Aug 28 22:36:58.126 INFO E| Downloaded crossbeam-epoch v0.9.13
22402024-08-28T22:36:59.115Z[ helios-setup] Aug 28 22:36:58.131 INFO E| Downloaded clap v4.2.1
22412024-08-28T22:36:59.129Z[ helios-setup] Aug 28 22:36:58.145 INFO E| Downloaded lock_api v0.4.9
22422024-08-28T22:36:59.132Z[ helios-setup] Aug 28 22:36:58.147 INFO E| Downloaded getrandom v0.2.8
22432024-08-28T22:36:59.136Z[ helios-setup] Aug 28 22:36:58.151 INFO E| Downloaded unicode-bidi v0.3.13
22442024-08-28T22:36:59.139Z[ helios-setup] Aug 28 22:36:58.155 INFO E| Downloaded signal-hook-registry v1.4.0
22452024-08-28T22:36:59.142Z[ helios-setup] Aug 28 22:36:58.157 INFO E| Downloaded serde_path_to_error v0.1.11
22462024-08-28T22:36:59.145Z[ helios-setup] Aug 28 22:36:58.160 INFO E| Downloaded ipnet v2.7.2
22472024-08-28T22:36:59.148Z[ helios-setup] Aug 28 22:36:58.162 INFO E| Downloaded unicode-width v0.1.10
22482024-08-28T22:36:59.150Z[ helios-setup] Aug 28 22:36:58.164 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
22492024-08-28T22:36:59.153Z[ helios-setup] Aug 28 22:36:58.167 INFO E| Downloaded num_enum v0.5.7
22502024-08-28T22:36:59.161Z[ helios-setup] Aug 28 22:36:58.174 INFO E| Downloaded futures-channel v0.3.28
22512024-08-28T22:36:59.161Z[ helios-setup] Aug 28 22:36:58.177 INFO E| Downloaded form_urlencoded v1.1.0
22522024-08-28T22:36:59.164Z[ helios-setup] Aug 28 22:36:58.178 INFO E| Downloaded socket2 v0.4.9
22532024-08-28T22:36:59.166Z[ helios-setup] Aug 28 22:36:58.181 INFO E| Downloaded rustfmt-wrapper v0.2.0
22542024-08-28T22:36:59.166Z[ helios-setup] Aug 28 22:36:58.182 INFO E| Downloaded pkg-config v0.3.26
22552024-08-28T22:36:59.169Z[ helios-setup] Aug 28 22:36:58.184 INFO E| Downloaded paste v1.0.12
22562024-08-28T22:36:59.194Z[ helios-setup] Aug 28 22:36:58.209 INFO E| Downloaded clap_derive v4.2.0
22572024-08-28T22:36:59.197Z[ helios-setup] Aug 28 22:36:58.213 INFO E| Downloaded camino v1.1.4
22582024-08-28T22:36:59.202Z[ helios-setup] Aug 28 22:36:58.215 INFO E| Downloaded memoffset v0.7.1
22592024-08-28T22:36:59.209Z[ helios-setup] Aug 28 22:36:58.220 INFO E| Downloaded http-body v0.4.5
22602024-08-28T22:36:59.209Z[ helios-setup] Aug 28 22:36:58.222 INFO E| Downloaded futures-task v0.3.28
22612024-08-28T22:36:59.209Z[ helios-setup] Aug 28 22:36:58.224 INFO E| Downloaded futures-macro v0.3.28
22622024-08-28T22:36:59.215Z[ helios-setup] Aug 28 22:36:58.231 INFO E| Downloaded errno v0.3.1
22632024-08-28T22:36:59.215Z[ helios-setup] Aug 28 22:36:58.231 INFO E| Downloaded tokio-macros v2.0.0
22642024-08-28T22:36:59.218Z[ helios-setup] Aug 28 22:36:58.231 INFO E| Downloaded base64 v0.21.0
22652024-08-28T22:36:59.218Z[ helios-setup] Aug 28 22:36:58.232 INFO E| Downloaded thiserror v1.0.38
22662024-08-28T22:36:59.223Z[ helios-setup] Aug 28 22:36:58.239 INFO E| Downloaded terminal_size v0.2.6
22672024-08-28T22:36:59.227Z[ helios-setup] Aug 28 22:36:58.241 INFO E| Downloaded smawk v0.3.1
22682024-08-28T22:36:59.230Z[ helios-setup] Aug 28 22:36:58.243 INFO E| Downloaded iana-time-zone v0.1.56
22692024-08-28T22:36:59.230Z[ helios-setup] Aug 28 22:36:58.246 INFO E| Downloaded either v1.8.0
22702024-08-28T22:36:59.233Z[ helios-setup] Aug 28 22:36:58.248 INFO E| Downloaded digest v0.10.6
22712024-08-28T22:36:59.236Z[ helios-setup] Aug 28 22:36:58.251 INFO E| Downloaded concolor-query v0.3.3
22722024-08-28T22:36:59.238Z[ helios-setup] Aug 28 22:36:58.252 INFO E| Downloaded clap_lex v0.4.1
22732024-08-28T22:36:59.238Z[ helios-setup] Aug 28 22:36:58.254 INFO E| Downloaded byteorder v1.4.3
22742024-08-28T22:36:59.241Z[ helios-setup] Aug 28 22:36:58.256 INFO E| Downloaded ahash v0.8.3
22752024-08-28T22:36:59.244Z[ helios-setup] Aug 28 22:36:58.260 INFO E| Downloaded sha1 v0.10.5
22762024-08-28T22:36:59.247Z[ helios-setup] Aug 28 22:36:58.263 INFO E| Downloaded serde_tokenstream v0.2.0
22772024-08-28T22:36:59.252Z[ helios-setup] Aug 28 22:36:58.268 INFO E| Downloaded bytes v1.4.0
22782024-08-28T22:36:59.258Z[ helios-setup] Aug 28 22:36:58.274 INFO E| Downloaded crossbeam-utils v0.8.14
22792024-08-28T22:36:59.262Z[ helios-setup] Aug 28 22:36:58.279 INFO E| Downloaded try-lock v0.2.4
22802024-08-28T22:36:59.267Z[ helios-setup] Aug 28 22:36:58.280 INFO E| Downloaded smartstring v1.0.1
22812024-08-28T22:36:59.270Z[ helios-setup] Aug 28 22:36:58.284 INFO E| Downloaded slog-bunyan v2.4.0
22822024-08-28T22:36:59.270Z[ host-package] Compiling backoff v0.4.0
22832024-08-28T22:36:59.273Z[ helios-setup] Aug 28 22:36:58.286 INFO E| Downloaded slab v0.4.7
22842024-08-28T22:36:59.273Z[ helios-setup] Aug 28 22:36:58.288 INFO E| Downloaded sha2 v0.10.6
22852024-08-28T22:36:59.292Z[ helios-setup] Aug 28 22:36:58.308 INFO E| Downloaded serde_yaml v0.9.21
22862024-08-28T22:36:59.292Z[ helios-setup] Aug 28 22:36:58.308 INFO E| Downloaded parking_lot_core v0.9.6
22872024-08-28T22:36:59.295Z[ helios-setup] Aug 28 22:36:58.308 INFO E| Downloaded num-integer v0.1.45
22882024-08-28T22:36:59.295Z[ helios-setup] Aug 28 22:36:58.308 INFO E| Downloaded async-trait v0.1.68
22892024-08-28T22:36:59.295Z[ helios-setup] Aug 28 22:36:58.308 INFO E| Downloaded anstyle-parse v0.1.1
22902024-08-28T22:36:59.296Z[ helios-setup] Aug 28 22:36:58.311 INFO E| Downloaded dyn-clone v1.0.11
22912024-08-28T22:36:59.298Z[ helios-setup] Aug 28 22:36:58.313 INFO E| Downloaded cargo-lock v8.0.3
22922024-08-28T22:36:59.309Z[ helios-setup] Aug 28 22:36:58.317 INFO E| Downloaded httpdate v1.0.2
22932024-08-28T22:36:59.309Z[ helios-setup] Aug 28 22:36:58.319 INFO E| Downloaded anstyle v0.3.5
22942024-08-28T22:36:59.309Z[ helios-setup] Aug 28 22:36:58.321 INFO E| Downloaded itoa v1.0.6
22952024-08-28T22:36:59.309Z[ helios-setup] Aug 28 22:36:58.323 INFO E| Downloaded fastrand v1.9.0
22962024-08-28T22:36:59.311Z[ helios-setup] Aug 28 22:36:58.325 INFO E| Downloaded block-buffer v0.10.3
22972024-08-28T22:36:59.311Z[ helios-setup] Aug 28 22:36:58.326 INFO E| Downloaded crossbeam-deque v0.8.2
22982024-08-28T22:36:59.314Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22992024-08-28T22:36:59.314Z[ helios-setup] Aug 28 22:36:58.330 INFO E| Downloaded anstream v0.2.6
23002024-08-28T22:36:59.317Z[ helios-setup] Aug 28 22:36:58.333 INFO E| Downloaded futures v0.3.28
23012024-08-28T22:36:59.323Z[ helios-setup] Aug 28 22:36:58.339 INFO E| Downloaded const-random v0.1.15
23022024-08-28T22:36:59.676Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23032024-08-28T22:36:59.751Z[ helios-setup] Aug 28 22:36:58.767 INFO E| Compiling proc-macro2 v1.0.86
23042024-08-28T22:36:59.756Z[ helios-setup] Aug 28 22:36:58.767 INFO E| Compiling libc v0.2.139
23052024-08-28T22:36:59.756Z[ helios-setup] Aug 28 22:36:58.767 INFO E| Compiling unicode-ident v1.0.8
23062024-08-28T22:36:59.756Z[ helios-setup] Aug 28 22:36:58.767 INFO E| Compiling autocfg v1.1.0
23072024-08-28T22:36:59.756Z[ helios-setup] Aug 28 22:36:58.767 INFO E| Compiling cfg-if v1.0.0
23082024-08-28T22:36:59.756Z[ helios-setup] Aug 28 22:36:58.767 INFO E| Compiling version_check v0.9.4
23092024-08-28T22:36:59.756Z[ helios-setup] Aug 28 22:36:58.767 INFO E| Compiling serde v1.0.204
23102024-08-28T22:36:59.756Z[ helios-setup] Aug 28 22:36:58.767 INFO E| Compiling syn v1.0.107
23112024-08-28T22:37:00.117Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
23122024-08-28T22:37:00.199Z[ host-package] Compiling parse-display v0.10.0
23132024-08-28T22:37:00.470Z[ helios-setup] Aug 28 22:36:59.486 INFO E| Compiling memchr v2.5.0
23142024-08-28T22:37:01.054Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23152024-08-28T22:37:01.188Z[ helios-setup] Aug 28 22:37:00.204 INFO E| Compiling once_cell v1.17.0
23162024-08-28T22:37:01.441Z[ host-package] Compiling serde_with v3.9.0
23172024-08-28T22:37:01.567Z[ helios-setup] Aug 28 22:37:00.584 INFO E| Compiling log v0.4.17
23182024-08-28T22:37:01.663Z[ helios-setup] Aug 28 22:37:00.651 INFO E| Compiling thiserror v1.0.38
23192024-08-28T22:37:02.117Z[ helios-setup] Aug 28 22:37:01.130 INFO E| Compiling itoa v1.0.6
23202024-08-28T22:37:02.674Z[ helios-setup] Aug 28 22:37:01.690 INFO E| Compiling serde_json v1.0.95
23212024-08-28T22:37:03.604Z[ helios-setup] Aug 28 22:37:02.620 INFO E| Compiling jobserver v0.1.26
23222024-08-28T22:37:03.733Z[ helios-setup] Aug 28 22:37:02.749 INFO E| Compiling getrandom v0.2.8
23232024-08-28T22:37:04.133Z[ helios-setup] Aug 28 22:37:03.149 INFO E| Compiling indexmap v1.9.3
23242024-08-28T22:37:04.302Z[ helios-setup] Aug 28 22:37:03.318 INFO E| Compiling pin-project-lite v0.2.9
23252024-08-28T22:37:04.517Z[ helios-setup] Aug 28 22:37:03.532 INFO E| Compiling cc v1.0.78
23262024-08-28T22:37:04.607Z[ helios-setup] Aug 28 22:37:03.623 INFO E| Compiling scopeguard v1.1.0
23272024-08-28T22:37:04.743Z[ helios-setup] Aug 28 22:37:03.755 INFO E| Compiling num-integer v0.1.45
23282024-08-28T22:37:04.753Z[ helios-setup] Aug 28 22:37:03.769 INFO E| Compiling futures-core v0.3.28
23292024-08-28T22:37:04.884Z[ helios-setup] Aug 28 22:37:03.900 INFO E| Compiling quote v1.0.36
23302024-08-28T22:37:04.897Z[ helios-setup] Aug 28 22:37:03.913 INFO E| Compiling bytes v1.4.0
23312024-08-28T22:37:05.637Z[ helios-setup] Aug 28 22:37:04.653 INFO E| Compiling syn v2.0.72
23322024-08-28T22:37:06.136Z[ host-package] Compiling strum v0.26.3
23332024-08-28T22:37:06.281Z[ helios-setup] Aug 28 22:37:05.298 INFO E| Compiling ryu v1.0.13
23342024-08-28T22:37:06.680Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23352024-08-28T22:37:06.971Z[ helios-setup] Aug 28 22:37:05.988 INFO E| Compiling lock_api v0.4.9
23362024-08-28T22:37:07.627Z[ helios-setup] Aug 28 22:37:06.643 INFO E| Compiling typenum v1.16.0
23372024-08-28T22:37:07.696Z[ helios-setup] Aug 28 22:37:06.712 INFO E| Compiling parking_lot_core v0.9.6
23382024-08-28T22:37:07.746Z[ helios-setup] Aug 28 22:37:06.762 INFO E| Compiling bitflags v1.3.2
23392024-08-28T22:37:08.288Z[ helios-setup] Aug 28 22:37:07.305 INFO E| Compiling num_cpus v1.15.0
23402024-08-28T22:37:08.414Z[ helios-setup] Aug 28 22:37:07.430 INFO E| Compiling generic-array v0.14.6
23412024-08-28T22:37:08.417Z[ helios-setup] Aug 28 22:37:07.431 INFO E| Compiling slab v0.4.7
23422024-08-28T22:37:08.798Z[ helios-setup] Aug 28 22:37:07.814 INFO E| Compiling futures-channel v0.3.28
23432024-08-28T22:37:08.801Z[ helios-setup] Aug 28 22:37:07.815 INFO E| Compiling futures-sink v0.3.28
23442024-08-28T22:37:09.026Z[ helios-setup] Aug 28 22:37:08.042 INFO E| Compiling futures-task v0.3.28
23452024-08-28T22:37:09.758Z[ helios-setup] Aug 28 22:37:08.775 INFO E| Compiling tokio v1.27.0
23462024-08-28T22:37:09.989Z[ helios-setup] Aug 28 22:37:09.006 INFO E| Compiling schemars v0.8.12
23472024-08-28T22:37:10.324Z[ host-package] Compiling macaddr v1.0.1
23482024-08-28T22:37:10.448Z[ helios-setup] Aug 28 22:37:09.464 INFO E| Compiling futures-util v0.3.28
23492024-08-28T22:37:11.295Z[ helios-setup] Aug 28 22:37:10.311 INFO E| Compiling mio v0.8.5
23502024-08-28T22:37:11.321Z[ host-package] Compiling slog-dtrace v0.3.0
23512024-08-28T22:37:11.361Z[ helios-setup] Aug 28 22:37:10.377 INFO E| Compiling socket2 v0.4.9
23522024-08-28T22:37:11.671Z[ helios-setup] Aug 28 22:37:10.687 INFO E| Compiling signal-hook-registry v1.4.0
23532024-08-28T22:37:11.762Z[ helios-setup] Aug 28 22:37:10.779 INFO E| Compiling ahash v0.7.6
23542024-08-28T22:37:11.846Z[ helios-setup] Aug 28 22:37:10.863 INFO E| Compiling num-traits v0.2.15
23552024-08-28T22:37:11.953Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23562024-08-28T22:37:12.720Z[ helios-setup] Aug 28 22:37:11.737 INFO E| Compiling io-lifetimes v1.0.10
23572024-08-28T22:37:13.018Z[ helios-setup] Aug 28 22:37:12.035 INFO E| Compiling crunchy v0.2.2
23582024-08-28T22:37:14.264Z[ helios-setup] Aug 28 22:37:13.281 INFO E| Compiling pin-utils v0.1.0
23592024-08-28T22:37:14.339Z[ helios-setup] Aug 28 22:37:13.356 INFO E| Compiling futures-io v0.3.28
23602024-08-28T22:37:14.854Z[ helios-setup] Aug 28 22:37:13.870 INFO E| Compiling ahash v0.8.3
23612024-08-28T22:37:14.868Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23622024-08-28T22:37:14.893Z[ helios-setup] Aug 28 22:37:13.910 INFO E| Compiling hashbrown v0.12.3
23632024-08-28T22:37:15.368Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23642024-08-28T22:37:15.564Z[ helios-setup] Aug 28 22:37:14.581 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
23652024-08-28T22:37:15.684Z[ helios-setup] Aug 28 22:37:14.701 INFO E| Compiling rustix v0.37.3
23662024-08-28T22:37:15.879Z[ helios-setup] Aug 28 22:37:14.896 INFO E| Compiling tiny-keccak v2.0.2
23672024-08-28T22:37:16.201Z[ host-package] Compiling swrite v0.1.0
23682024-08-28T22:37:16.483Z[ host-package] Compiling rayon-core v1.12.1
23692024-08-28T22:37:16.562Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23702024-08-28T22:37:17.027Z[ helios-setup] Aug 28 22:37:16.044 INFO E| Compiling crypto-common v0.1.6
23712024-08-28T22:37:17.118Z[ helios-setup] Aug 28 22:37:16.134 INFO E| Compiling serde_derive_internals v0.26.0
23722024-08-28T22:37:17.187Z[ helios-setup] Aug 28 22:37:16.202 INFO E| Compiling block-buffer v0.10.3
23732024-08-28T22:37:17.209Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23742024-08-28T22:37:17.673Z[ host-package] Compiling crossbeam-deque v0.8.5
23752024-08-28T22:37:18.179Z[ helios-setup] Aug 28 22:37:17.196 INFO E| Compiling errno v0.3.1
23762024-08-28T22:37:18.459Z[ helios-setup] Aug 28 22:37:17.475 INFO E| Compiling slog v2.7.0
23772024-08-28T22:37:18.459Z[ helios-setup] Aug 28 22:37:17.476 INFO E| Compiling fnv v1.0.7
23782024-08-28T22:37:18.497Z[ host-package] Compiling half v2.4.1
23792024-08-28T22:37:18.703Z[ helios-setup] Aug 28 22:37:17.720 INFO E| Compiling crossbeam-utils v0.8.14
23802024-08-28T22:37:18.939Z[ helios-setup] Aug 28 22:37:17.955 INFO E| Compiling pkg-config v0.3.26
23812024-08-28T22:37:19.896Z[ host-package] Compiling same-file v1.0.6
23822024-08-28T22:37:19.984Z[ helios-setup] Aug 28 22:37:19.002 INFO E| Compiling http v0.2.9
23832024-08-28T22:37:20.515Z[ host-package] Compiling ciborium-io v0.2.2
23842024-08-28T22:37:21.103Z[ host-package] Compiling display-error-chain v0.2.0
23852024-08-28T22:37:21.367Z[ helios-setup] Aug 28 22:37:20.385 INFO E| Compiling digest v0.10.6
23862024-08-28T22:37:21.643Z[ host-package] Compiling fastrand v2.1.0
23872024-08-28T22:37:22.511Z[ helios-setup] Aug 28 22:37:21.528 INFO E| Compiling aho-corasick v0.7.20
23882024-08-28T22:37:22.721Z[ host-package] Compiling tempfile v3.10.1
23892024-08-28T22:37:23.047Z[ helios-setup] Aug 28 22:37:22.064 INFO E| Compiling regex-syntax v0.6.29
23902024-08-28T22:37:23.410Z[ helios-setup] Aug 28 22:37:22.428 INFO E| Compiling percent-encoding v2.2.0
23912024-08-28T22:37:23.788Z[ host-package] Compiling ciborium-ll v0.2.2
23922024-08-28T22:37:24.376Z[ helios-setup] Aug 28 22:37:23.393 INFO E| Compiling heck v0.4.1
23932024-08-28T22:37:24.452Z[ host-package] Compiling walkdir v2.5.0
23942024-08-28T22:37:24.557Z[ helios-setup] Aug 28 22:37:23.574 INFO E| Compiling tinyvec_macros v0.1.1
23952024-08-28T22:37:24.930Z[ helios-setup] Aug 28 22:37:23.948 INFO E| Compiling httparse v1.8.0
23962024-08-28T22:37:24.971Z[ helios-setup] Aug 28 22:37:23.988 INFO E| Compiling unicode-width v0.1.10
23972024-08-28T22:37:25.637Z[ helios-setup] Aug 28 22:37:24.655 INFO E| Compiling cpufeatures v0.2.5
23982024-08-28T22:37:25.746Z[ helios-setup] Aug 28 22:37:24.764 INFO E| Compiling anyhow v1.0.68
23992024-08-28T22:37:25.899Z[ host-package] Compiling ring v0.16.20
24002024-08-28T22:37:25.993Z[ helios-setup] Aug 28 22:37:25.011 INFO E| Compiling tinyvec v1.6.0
24012024-08-28T22:37:26.200Z[ helios-setup] Aug 28 22:37:25.218 INFO E| Compiling const-random-macro v0.1.15
24022024-08-28T22:37:27.883Z[ host-package] Compiling rayon v1.10.0
24032024-08-28T22:37:28.052Z[ helios-setup] Aug 28 22:37:27.070 INFO E| Compiling serde_derive v1.0.204
24042024-08-28T22:37:28.188Z[ helios-setup] Aug 28 22:37:27.205 INFO E| Compiling futures-macro v0.3.28
24052024-08-28T22:37:28.249Z[ helios-setup] Aug 28 22:37:27.267 INFO E| Compiling thiserror-impl v1.0.38
24062024-08-28T22:37:28.607Z[ helios-setup] Aug 28 22:37:27.625 INFO E| Compiling tokio-macros v2.0.0
24072024-08-28T22:37:28.803Z[ host-package] Compiling blake3 v1.5.1
24082024-08-28T22:37:28.933Z[ helios-setup] Aug 28 22:37:27.951 INFO E| Compiling schemars_derive v0.8.12
24092024-08-28T22:37:29.419Z[ helios-setup] Aug 28 22:37:28.437 INFO E| Compiling form_urlencoded v1.1.0
24102024-08-28T22:37:29.808Z[ helios-setup] Aug 28 22:37:28.826 INFO E| Compiling regex v1.7.3
24112024-08-28T22:37:30.343Z[ helios-setup] Aug 28 22:37:29.361 INFO E| Compiling hashbrown v0.13.2
24122024-08-28T22:37:30.471Z[ host-package] Compiling ciborium v0.2.2
24132024-08-28T22:37:32.733Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24142024-08-28T22:37:33.062Z[ helios-setup] Aug 28 22:37:32.080 INFO E| Compiling chrono v0.4.24
24152024-08-28T22:37:33.214Z[ helios-setup] Aug 28 22:37:32.232 INFO E| Compiling libz-sys v1.1.8
24162024-08-28T22:37:34.847Z[ host-package] Compiling xattr v1.3.1
24172024-08-28T22:37:36.185Z[ helios-setup] Aug 28 22:37:35.203 INFO E| Compiling uuid v1.3.0
24182024-08-28T22:37:36.448Z[ helios-setup] Aug 28 22:37:35.467 INFO E| Compiling dyn-clone v1.0.11
24192024-08-28T22:37:37.140Z[ helios-setup] Aug 28 22:37:36.158 INFO E| Compiling regress v0.5.0
24202024-08-28T22:37:37.261Z[ helios-setup] Aug 28 22:37:36.280 INFO E| Compiling unicode-normalization v0.1.22
24212024-08-28T22:37:37.563Z[ host-package] Compiling filetime v0.2.24
24222024-08-28T22:37:37.566Z[ helios-setup] Aug 28 22:37:36.583 INFO E| Compiling const-random v0.1.15
24232024-08-28T22:37:38.281Z[ host-package] Compiling memmap2 v0.9.4
24242024-08-28T22:37:38.835Z[ helios-setup] Aug 28 22:37:37.853 INFO E| Compiling getopts v0.2.21
24252024-08-28T22:37:39.261Z[ host-package] Compiling arrayref v0.3.7
24262024-08-28T22:37:39.663Z[ host-package] Compiling spin v0.5.2
24272024-08-28T22:37:39.929Z[ helios-setup] Aug 28 22:37:38.948 INFO E| Compiling tracing-core v0.1.30
24282024-08-28T22:37:40.216Z[ host-package] Compiling cancel-safe-futures v0.1.5
24292024-08-28T22:37:40.252Z[ helios-setup] Aug 28 22:37:39.270 INFO E| Compiling memoffset v0.7.1
24302024-08-28T22:37:40.629Z[ helios-setup] Aug 28 22:37:39.414 INFO E| Compiling ucd-trie v0.1.5
24312024-08-28T22:37:40.632Z[ helios-setup] Aug 28 22:37:39.642 INFO E| Compiling num-conv v0.1.0
24322024-08-28T22:37:40.941Z[ host-package] Compiling arrayvec v0.7.4
24332024-08-28T22:37:41.065Z[ helios-setup] Aug 28 22:37:40.084 INFO E| Compiling unicode-bidi v0.3.13
24342024-08-28T22:37:41.446Z[ helios-setup] Aug 28 22:37:40.464 INFO E| Compiling time-core v0.1.2
24352024-08-28T22:37:41.792Z[ host-package] Compiling untrusted v0.7.1
24362024-08-28T22:37:42.375Z[ host-package] Compiling constant_time_eq v0.3.0
24372024-08-28T22:37:42.908Z[ helios-setup] Aug 28 22:37:41.927 INFO E| Compiling powerfmt v0.2.0
24382024-08-28T22:37:44.307Z[ helios-setup] Aug 28 22:37:43.325 INFO E| Compiling deranged v0.3.11
24392024-08-28T22:37:45.017Z[ helios-setup] Aug 28 22:37:44.036 INFO E| Compiling idna v0.3.0
24402024-08-28T22:37:45.535Z[ host-package] Compiling tar v0.4.41
24412024-08-28T22:37:45.833Z[ helios-setup] Aug 28 22:37:44.852 INFO E| Compiling time-macros v0.2.18
24422024-08-28T22:37:47.180Z[ helios-setup] Aug 28 22:37:46.199 INFO E| Compiling tracing v0.1.37
24432024-08-28T22:37:48.425Z[ helios-setup] Aug 28 22:37:47.445 INFO E| Compiling pest v2.5.7
24442024-08-28T22:37:49.371Z[ host-package] Compiling toolchain_find v0.4.0
24452024-08-28T22:37:50.040Z[ host-package] Compiling camino-tempfile v1.1.1
24462024-08-28T22:37:50.204Z[ host-package] Compiling nibble_vec v0.1.0
24472024-08-28T22:37:50.585Z[ host-package] Compiling atty v0.2.14
24482024-08-28T22:37:50.725Z[ host-package] Compiling crunchy v0.2.2
24492024-08-28T22:37:50.792Z[ helios-setup] Aug 28 22:37:49.811 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
24502024-08-28T22:37:51.018Z[ host-package] Compiling maplit v1.0.2
24512024-08-28T22:37:51.404Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24522024-08-28T22:37:51.490Z[ host-package] Compiling endian-type v0.1.2
24532024-08-28T22:37:51.551Z[ helios-setup] Aug 28 22:37:50.565 INFO E| Compiling time v0.1.45
24542024-08-28T22:37:51.617Z[ host-package] Compiling glob v0.3.1
24552024-08-28T22:37:51.765Z[ helios-setup] Aug 28 22:37:50.783 INFO E| Compiling crossbeam-epoch v0.9.13
24562024-08-28T22:37:52.097Z[ host-package] Compiling topological-sort v0.2.2
24572024-08-28T22:37:52.296Z[ host-package] Compiling radix_trie v0.2.1
24582024-08-28T22:37:52.655Z[ host-package] Compiling omicron-zone-package v0.11.0
24592024-08-28T22:37:52.951Z[ helios-setup] Aug 28 22:37:51.970 INFO E| Compiling iana-time-zone v0.1.56
24602024-08-28T22:37:53.148Z[ host-package] Compiling clang-sys v1.7.0
24612024-08-28T22:37:53.152Z[ helios-setup] Aug 28 22:37:52.172 INFO E| Compiling num_threads v0.1.6
24622024-08-28T22:37:54.018Z[ helios-setup] Aug 28 22:37:53.038 INFO E| Compiling semver v1.0.17
24632024-08-28T22:37:54.070Z[ host-package] Compiling rustfmt-wrapper v0.2.1
24642024-08-28T22:37:54.424Z[ helios-setup] Aug 28 22:37:53.443 INFO E| Compiling semver-parser v0.10.2
24652024-08-28T22:37:54.691Z[ helios-setup] Aug 28 22:37:53.711 INFO E| Compiling time v0.3.36
24662024-08-28T22:37:55.324Z[ host-package] Compiling tungstenite v0.21.0
24672024-08-28T22:37:55.757Z[ helios-setup] Aug 28 22:37:54.772 INFO E| Compiling toml v0.5.11
24682024-08-28T22:37:56.187Z[ helios-setup] Aug 28 22:37:55.207 INFO E| Compiling smallvec v1.10.0
24692024-08-28T22:37:56.457Z[ host-package] Compiling tiny-keccak v2.0.2
24702024-08-28T22:37:57.437Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24712024-08-28T22:37:57.659Z[ host-package] Compiling tokio-tungstenite v0.21.0
24722024-08-28T22:37:58.278Z[ host-package] Compiling dsl_auto_type v0.1.2
24732024-08-28T22:37:58.967Z[ host-package] Compiling scheduled-thread-pool v0.2.7
24742024-08-28T22:37:59.049Z[ helios-setup] Aug 28 22:37:58.069 INFO E| Compiling parking_lot v0.12.1
24752024-08-28T22:37:59.134Z[ helios-setup] Aug 28 22:37:58.154 INFO E| Compiling serde_tokenstream v0.2.0
24762024-08-28T22:37:59.608Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24772024-08-28T22:38:00.675Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
24782024-08-28T22:38:01.005Z[ host-package] Compiling arc-swap v1.7.1
24792024-08-28T22:38:01.251Z[ host-package] Compiling r2d2 v0.8.10
24802024-08-28T22:38:01.669Z[ host-package] Compiling diesel_derives v2.2.2
24812024-08-28T22:38:02.619Z[ host-package] Compiling slog-scope v4.4.0
24822024-08-28T22:38:02.657Z[ helios-setup] Aug 28 22:38:01.667 INFO E| Compiling url v2.3.1
24832024-08-28T22:38:03.174Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24842024-08-28T22:38:03.345Z[ host-package] Compiling ascii-canvas v3.0.0
24852024-08-28T22:38:04.205Z[ host-package] Compiling ena v0.14.3
24862024-08-28T22:38:04.340Z[ host-package] Compiling libloading v0.8.3
24872024-08-28T22:38:04.669Z[ host-package] Compiling bindgen v0.69.4
24882024-08-28T22:38:04.963Z[ host-package] Compiling regex-syntax v0.6.29
24892024-08-28T22:38:05.376Z[ host-package] Compiling diff v0.1.13
24902024-08-28T22:38:06.436Z[ helios-setup] Aug 28 22:38:05.457 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
24912024-08-28T22:38:06.685Z[ host-package] Compiling slog-stdlog v4.1.1
24922024-08-28T22:38:08.327Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24932024-08-28T22:38:08.384Z[ helios-setup] Aug 28 22:38:07.405 INFO E| Compiling crossbeam-channel v0.5.6
24942024-08-28T22:38:09.386Z[ helios-setup] Aug 28 22:38:08.407 INFO E| Compiling dirs-sys-next v0.1.2
24952024-08-28T22:38:10.619Z[ host-package] Compiling which v4.4.2
24962024-08-28T22:38:11.558Z[ helios-setup] Aug 28 22:38:10.578 INFO E| Compiling crc32fast v1.3.2
24972024-08-28T22:38:11.706Z[ helios-setup] Aug 28 22:38:10.727 INFO E| Compiling same-file v1.0.6
24982024-08-28T22:38:11.935Z[ host-package] Compiling lalrpop v0.19.12
24992024-08-28T22:38:12.420Z[ helios-setup] Aug 28 22:38:11.440 INFO E| Compiling try-lock v0.2.4
25002024-08-28T22:38:12.923Z[ helios-setup] Aug 28 22:38:11.944 INFO E| Compiling want v0.3.0
25012024-08-28T22:38:13.037Z[ helios-setup] Aug 28 22:38:12.058 INFO E| Compiling walkdir v2.3.3
25022024-08-28T22:38:13.285Z[ helios-setup] Aug 28 22:38:12.306 INFO E| Compiling dirs-next v2.0.0
25032024-08-28T22:38:15.436Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25042024-08-28T22:38:15.990Z[ host-package] Compiling cexpr v0.6.0
25052024-08-28T22:38:16.154Z[ helios-setup] Aug 28 22:38:15.175 INFO E| Compiling proc-macro-crate v1.2.1
25062024-08-28T22:38:17.957Z[ helios-setup] Aug 28 22:38:16.979 INFO E| Compiling tokio-util v0.7.7
25072024-08-28T22:38:18.039Z[ helios-setup] Aug 28 22:38:17.060 INFO E| Compiling semver v0.11.0
25082024-08-28T22:38:19.541Z[ helios-setup] Aug 28 22:38:18.562 INFO E| Compiling futures-executor v0.3.28
25092024-08-28T22:38:19.587Z[ host-package] Compiling libsw v3.3.1
25102024-08-28T22:38:20.710Z[ host-package] Compiling owo-colors v4.0.0
25112024-08-28T22:38:21.875Z[ helios-setup] Aug 28 22:38:20.896 INFO E| Compiling h2 v0.3.16
25122024-08-28T22:38:22.071Z[ helios-setup] Aug 28 22:38:21.092 INFO E| Compiling http-body v0.4.5
25132024-08-28T22:38:23.161Z[ helios-setup] Aug 28 22:38:22.182 INFO E| Compiling ring v0.16.20
25142024-08-28T22:38:23.295Z[ helios-setup] Aug 28 22:38:22.317 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25152024-08-28T22:38:23.490Z[ helios-setup] Aug 28 22:38:22.511 INFO E| Compiling rand_core v0.6.4
25162024-08-28T22:38:24.670Z[ helios-setup] Aug 28 22:38:23.691 INFO E| Compiling thread_local v1.1.7
25172024-08-28T22:38:24.767Z[ host-package] Compiling diesel v2.2.3
25182024-08-28T22:38:25.555Z[ helios-setup] Aug 28 22:38:24.577 INFO E| Compiling rayon-core v1.10.2
25192024-08-28T22:38:25.758Z[ helios-setup] Aug 28 22:38:24.780 INFO E| Compiling httpdate v1.0.2
25202024-08-28T22:38:26.114Z[ helios-setup] Aug 28 22:38:25.136 INFO E| Compiling tower-service v0.3.2
25212024-08-28T22:38:26.374Z[ helios-setup] Aug 28 22:38:25.394 INFO E| Compiling base64 v0.21.0
25222024-08-28T22:38:26.524Z[ host-package] Compiling lazycell v1.3.0
25232024-08-28T22:38:26.947Z[ host-package] Compiling rustc-hash v1.1.0
25242024-08-28T22:38:27.468Z[ helios-setup] Aug 28 22:38:26.489 INFO E| Compiling utf8parse v0.2.1
25252024-08-28T22:38:27.943Z[ host-package] Compiling shlex v1.3.0
25262024-08-28T22:38:27.949Z[ helios-setup] Aug 28 22:38:26.674 INFO E| Compiling lazy_static v1.4.0
25272024-08-28T22:38:27.949Z[ host-package] Compiling linear-map v1.2.0
25282024-08-28T22:38:27.949Z[ helios-setup] Aug 28 22:38:26.968 INFO E| Compiling ppv-lite86 v0.2.17
25292024-08-28T22:38:28.030Z[ helios-setup] Aug 28 22:38:27.052 INFO E| Compiling adler v1.0.2
25302024-08-28T22:38:28.661Z[ host-package] Compiling ref-cast v1.0.23
25312024-08-28T22:38:28.906Z[ helios-setup] Aug 28 22:38:27.928 INFO E| Compiling fastrand v1.9.0
25322024-08-28T22:38:29.057Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25332024-08-28T22:38:29.778Z[ helios-setup] Aug 28 22:38:28.800 INFO E| Compiling home v0.5.4
25342024-08-28T22:38:29.938Z[ helios-setup] Aug 28 22:38:28.960 INFO E| Compiling rand_chacha v0.3.1
25352024-08-28T22:38:30.312Z[ helios-setup] Aug 28 22:38:29.334 INFO E| Compiling toolchain_find v0.2.0
25362024-08-28T22:38:31.051Z[ helios-setup] Aug 28 22:38:30.073 INFO E| Compiling tempfile v3.5.0
25372024-08-28T22:38:31.492Z[ helios-setup] Aug 28 22:38:30.514 INFO E| Compiling miniz_oxide v0.6.2
25382024-08-28T22:38:32.673Z[ helios-setup] Aug 28 22:38:31.695 INFO E| Compiling hyper v0.14.25
25392024-08-28T22:38:33.600Z[ helios-setup] Aug 28 22:38:32.622 INFO E| Compiling anstyle-parse v0.1.1
25402024-08-28T22:38:43.696Z[ host-package] Compiling slog-envlogger v2.2.0
25412024-08-28T22:38:43.837Z[ helios-setup] Aug 28 22:38:42.859 INFO E| Compiling futures v0.3.28
25422024-08-28T22:38:44.315Z[ helios-setup] Aug 28 22:38:43.335 INFO E| Compiling cargo-lock v8.0.3
25432024-08-28T22:38:48.286Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25442024-08-28T22:38:48.978Z[ host-package] Compiling derive_builder_core v0.20.0
25452024-08-28T22:38:51.194Z[ helios-setup] Aug 28 22:38:50.218 INFO E| Compiling crossbeam-deque v0.8.2
25462024-08-28T22:38:51.939Z[ helios-setup] Aug 28 22:38:50.963 INFO E| Compiling num_enum_derive v0.5.7
25472024-08-28T22:38:53.518Z[ host-package] Compiling headers-core v0.2.0
25482024-08-28T22:38:53.742Z[ host-package] Compiling fxhash v0.2.1
25492024-08-28T22:38:54.238Z[ host-package] Compiling libxml v0.3.3
25502024-08-28T22:38:54.448Z[ helios-setup] Aug 28 22:38:53.471 INFO E| Compiling term v0.7.0
25512024-08-28T22:38:54.524Z[ host-package] Compiling ref-cast-impl v1.0.23
25522024-08-28T22:38:55.511Z[ host-package] Compiling headers v0.3.9
25532024-08-28T22:38:56.314Z[ helios-setup] Aug 28 22:38:55.307 INFO E| Compiling serde_urlencoded v0.7.1
25542024-08-28T22:38:57.402Z[ helios-setup] Aug 28 22:38:56.425 INFO E| Compiling sha2 v0.10.6
25552024-08-28T22:38:57.518Z[ helios-setup] Aug 28 22:38:56.542 INFO E| Compiling sha1 v0.10.5
25562024-08-28T22:38:57.669Z[ helios-setup] Aug 28 22:38:56.692 INFO E| Compiling is-terminal v0.4.7
25572024-08-28T22:38:57.696Z[ host-package] Compiling derive_builder_macro v0.20.0
25582024-08-28T22:38:58.166Z[ helios-setup] Aug 28 22:38:57.190 INFO E| Compiling atty v0.2.14
25592024-08-28T22:38:58.488Z[ helios-setup] Aug 28 22:38:57.511 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
25602024-08-28T22:38:58.493Z[ host-package] Compiling samael v0.0.15
25612024-08-28T22:38:59.222Z[ helios-setup] Aug 28 22:38:58.246 INFO E| Compiling concolor-override v1.0.0
25622024-08-28T22:38:59.555Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25632024-08-28T22:38:59.692Z[ helios-setup] Aug 28 22:38:58.716 INFO E| Compiling concolor-query v0.3.3
25642024-08-28T22:39:00.020Z[ helios-setup] Aug 28 22:38:59.043 INFO E| Compiling anstyle v0.3.5
25652024-08-28T22:39:01.612Z[ helios-setup] Aug 28 22:39:00.635 INFO E| Compiling anstream v0.2.6
25662024-08-28T22:39:01.659Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25672024-08-28T22:39:02.158Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25682024-08-28T22:39:02.771Z[ host-package] Compiling kstat-rs v0.2.4
25692024-08-28T22:39:02.841Z[ host-package] Compiling strum_macros v0.24.3
25702024-08-28T22:39:04.662Z[ host-package] Compiling unicase v2.7.0
25712024-08-28T22:39:04.759Z[ helios-setup] Aug 28 22:39:03.783 INFO E| Compiling slog-term v2.9.0
25722024-08-28T22:39:05.128Z[ helios-setup] Aug 28 22:39:04.152 INFO E| Compiling flate2 v1.0.25
25732024-08-28T22:39:05.287Z[ helios-setup] Aug 28 22:39:04.312 INFO E| Compiling num_enum v0.5.7
25742024-08-28T22:39:05.796Z[ host-package] Compiling dropshot v0.10.1
25752024-08-28T22:39:05.923Z[ host-package] Compiling indoc v1.0.9
25762024-08-28T22:39:06.507Z[ helios-setup] Aug 28 22:39:05.530 INFO E| Compiling rustfmt-wrapper v0.2.0
25772024-08-28T22:39:06.703Z[ host-package] Compiling polar-core v0.27.3
25782024-08-28T22:39:06.903Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25792024-08-28T22:39:07.151Z[ helios-setup] Aug 28 22:39:06.175 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25802024-08-28T22:39:07.637Z[ helios-setup] Aug 28 22:39:06.661 INFO E| Compiling rand v0.8.5
25812024-08-28T22:39:07.804Z[ helios-setup] Aug 28 22:39:06.828 INFO E| Compiling openapiv3 v1.0.2
25822024-08-28T22:39:09.637Z[ host-package] Compiling derive_builder v0.20.0
25832024-08-28T22:39:09.691Z[ helios-setup] Aug 28 22:39:08.715 INFO E| Compiling encoding_rs v0.8.32
25842024-08-28T22:39:11.587Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25852024-08-28T22:39:11.621Z[ helios-setup] Aug 28 22:39:10.645 INFO E| Compiling spin v0.5.2
25862024-08-28T22:39:12.371Z[ helios-setup] Aug 28 22:39:11.395 INFO E| Compiling base64 v0.13.1
25872024-08-28T22:39:13.958Z[ helios-setup] Aug 28 22:39:12.983 INFO E| Compiling byteorder v1.4.3
25882024-08-28T22:39:15.364Z[ helios-setup] Aug 28 22:39:14.388 INFO E| Compiling untrusted v0.7.1
25892024-08-28T22:39:15.850Z[ helios-setup] Aug 28 22:39:14.874 INFO E| Compiling project-root v0.2.2
25902024-08-28T22:39:16.472Z[ helios-setup] Aug 28 22:39:15.497 INFO E| Compiling ipnet v2.7.2
25912024-08-28T22:39:16.655Z[ helios-setup] Aug 28 22:39:15.680 INFO E| Compiling utf-8 v0.7.6
25922024-08-28T22:39:17.242Z[ helios-setup] Aug 28 22:39:16.267 INFO E| Compiling clap_lex v0.4.1
25932024-08-28T22:39:17.650Z[ helios-setup] Aug 28 22:39:16.675 INFO E| Compiling unsafe-libyaml v0.2.8
25942024-08-28T22:39:18.223Z[ host-package] Compiling tungstenite v0.23.0
25952024-08-28T22:39:18.954Z[ helios-setup] Aug 28 22:39:17.979 INFO E| Compiling either v1.8.0
25962024-08-28T22:39:19.244Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25972024-08-28T22:39:19.706Z[ helios-setup] Aug 28 22:39:18.731 INFO E| Compiling mime v0.3.17
25982024-08-28T22:39:20.185Z[ host-package] Compiling crossterm v0.28.1
25992024-08-28T22:39:21.039Z[ helios-setup] Aug 28 22:39:20.064 INFO E| Compiling strsim v0.10.0
26002024-08-28T22:39:21.087Z[ helios-setup] Aug 28 22:39:20.109 INFO E| Compiling reqwest v0.11.16
26012024-08-28T22:39:21.399Z[ helios-setup] Aug 28 22:39:20.424 INFO E| Compiling serde_yaml v0.9.21
26022024-08-28T22:39:22.261Z[ helios-setup] Aug 28 22:39:21.286 INFO E| Compiling clap_builder v4.2.1
26032024-08-28T22:39:24.864Z[ helios-setup] Aug 28 22:39:23.890 INFO E| Compiling rayon v1.6.1
26042024-08-28T22:39:25.535Z[ helios-setup] Aug 28 22:39:24.560 INFO E| Compiling tungstenite v0.18.0
26052024-08-28T22:39:28.965Z[ helios-setup] Aug 28 22:39:27.990 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26062024-08-28T22:39:29.023Z[ host-package] Compiling curve25519-dalek v4.1.3
26072024-08-28T22:39:29.836Z[ helios-setup] Aug 28 22:39:28.862 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
26082024-08-28T22:39:30.142Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
26092024-08-28T22:39:32.570Z[ helios-setup] Aug 28 22:39:31.593 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
26102024-08-28T22:39:35.164Z[ host-package] Compiling oso-derive v0.27.3
26112024-08-28T22:39:36.137Z[ helios-setup] Aug 28 22:39:35.163 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
26122024-08-28T22:39:36.966Z[ host-package] Compiling dropshot_endpoint v0.10.1
26132024-08-28T22:39:37.423Z[ helios-setup] Aug 28 22:39:36.449 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
26142024-08-28T22:39:37.758Z[ helios-setup] Aug 28 22:39:36.784 INFO E| Compiling clap_derive v4.2.0
26152024-08-28T22:39:38.138Z[ host-package] Compiling libz-sys v1.1.16
26162024-08-28T22:39:39.697Z[ host-package] Compiling quick-xml v0.31.0
26172024-08-28T22:39:40.229Z[ helios-setup] Aug 28 22:39:39.256 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26182024-08-28T22:39:40.756Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
26192024-08-28T22:39:41.451Z[ helios-setup] Aug 28 22:39:40.477 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
26202024-08-28T22:39:41.696Z[ host-package] Compiling keccak v0.1.5
26212024-08-28T22:39:42.849Z[ host-package] Compiling parking_lot_core v0.8.6
26222024-08-28T22:39:43.651Z[ host-package] Compiling sha3 v0.10.8
26232024-08-28T22:39:44.949Z[ host-package] Compiling tokio-tungstenite v0.23.1
26242024-08-28T22:39:45.855Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26252024-08-28T22:39:46.783Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26262024-08-28T22:39:47.012Z[ helios-setup] Aug 28 22:39:46.038 INFO E| Compiling clap v4.2.1
26272024-08-28T22:39:50.396Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26282024-08-28T22:39:50.452Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26292024-08-28T22:39:51.225Z[ host-package] Compiling bb8 v0.8.5
26302024-08-28T22:39:52.628Z[ host-package] Compiling const_format_proc_macros v0.2.32
26312024-08-28T22:39:56.184Z[ host-package] Compiling oso v0.27.3
26322024-08-28T22:39:56.857Z[ host-package] Compiling universal-hash v0.5.1
26332024-08-28T22:39:57.654Z[ host-package] Compiling secrecy v0.8.0
26342024-08-28T22:39:58.243Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26352024-08-28T22:40:04.792Z[ helios-setup] Aug 28 22:40:03.819 INFO E| Compiling tokio-tungstenite v0.18.0
26362024-08-28T22:40:05.800Z[ helios-setup] Aug 28 22:40:04.826 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26372024-08-28T22:40:09.627Z[ helios-setup] Aug 28 22:40:08.655 INFO E| Compiling smartstring v1.0.1
26382024-08-28T22:40:10.956Z[ helios-setup] Aug 28 22:40:09.984 INFO E| Compiling rustls v0.21.0
26392024-08-28T22:40:13.233Z[ helios-setup] Aug 28 22:40:12.262 INFO E| Compiling toml_datetime v0.6.1
26402024-08-28T22:40:13.918Z[ helios-setup] Aug 28 22:40:12.947 INFO E| Compiling serde_spanned v0.6.1
26412024-08-28T22:40:14.668Z[ helios-setup] Aug 28 22:40:13.696 INFO E| Compiling winnow v0.4.1
26422024-08-28T22:40:14.744Z[ helios-setup] Aug 28 22:40:13.772 INFO E| Compiling camino v1.1.4
26432024-08-28T22:40:15.031Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
26442024-08-28T22:40:15.306Z[ helios-setup] Aug 28 22:40:14.334 INFO E| Compiling slog-async v2.7.0
26452024-08-28T22:40:16.498Z[ helios-setup] Aug 28 22:40:15.527 INFO E| Compiling static_assertions v1.1.0
26462024-08-28T22:40:16.688Z[ helios-setup] Aug 28 22:40:15.716 INFO E| Compiling match_cfg v0.1.0
26472024-08-28T22:40:16.691Z[ helios-setup] Aug 28 22:40:15.717 INFO E| Compiling paste v1.0.12
26482024-08-28T22:40:16.953Z[ helios-setup] Aug 28 22:40:15.982 INFO E| Compiling async-trait v0.1.68
26492024-08-28T22:40:18.082Z[ host-package] Compiling vte_generate_state_changes v0.1.1
26502024-08-28T22:40:18.355Z[ helios-setup] Aug 28 22:40:17.384 INFO E| Compiling hostname v0.3.1
26512024-08-28T22:40:18.992Z[ helios-setup] Aug 28 22:40:18.021 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
26522024-08-28T22:40:19.511Z[ host-package] Compiling opaque-debug v0.3.1
26532024-08-28T22:40:19.740Z[ host-package] Compiling poly1305 v0.8.0
26542024-08-28T22:40:20.383Z[ helios-setup] Aug 28 22:40:19.411 INFO E| Compiling slog-json v2.6.1
26552024-08-28T22:40:21.786Z[ helios-setup] Aug 28 22:40:20.815 INFO E| Compiling unicode-linebreak v0.1.4
26562024-08-28T22:40:22.401Z[ host-package] Compiling vte v0.11.1
26572024-08-28T22:40:22.779Z[ helios-setup] Aug 28 22:40:21.808 INFO E| Compiling toml_edit v0.19.8
26582024-08-28T22:40:27.103Z[ helios-setup] Aug 28 22:40:26.132 INFO E| Compiling rhai_codegen v1.5.0
26592024-08-28T22:40:27.162Z[ host-package] Compiling thiserror-no-std v2.0.2
26602024-08-28T22:40:28.715Z[ host-package] Compiling async-bb8-diesel v0.2.1
26612024-08-28T22:40:29.133Z[ helios-setup] Aug 28 22:40:28.162 INFO E| Compiling async-stream-impl v0.3.5
26622024-08-28T22:40:30.152Z[ host-package] Compiling const_format v0.2.32
26632024-08-28T22:40:30.338Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
26642024-08-28T22:40:32.173Z[ helios-setup] Aug 28 22:40:31.202 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26652024-08-28T22:40:32.464Z[ helios-setup] Aug 28 22:40:31.494 INFO E| Compiling take_mut v0.2.2
26662024-08-28T22:40:33.286Z[ helios-setup] Aug 28 22:40:32.316 INFO E| Compiling rhai v1.14.0
26672024-08-28T22:40:35.059Z[ helios-setup] Aug 28 22:40:34.089 INFO E| Compiling async-stream v0.3.5
26682024-08-28T22:40:35.304Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26692024-08-28T22:40:35.836Z[ helios-setup] Aug 28 22:40:34.865 INFO E| Compiling toml v0.7.3
26702024-08-28T22:40:36.114Z[ host-package] Compiling chacha20 v0.9.1
26712024-08-28T22:40:37.183Z[ helios-setup] Aug 28 22:40:36.212 INFO E| Compiling slog-bunyan v2.4.0
26722024-08-28T22:40:37.416Z[ host-package] Compiling fd-lock v4.0.2
26732024-08-28T22:40:38.660Z[ host-package] Compiling aead v0.5.2
26742024-08-28T22:40:39.241Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
26752024-08-28T22:40:39.341Z[ host-package] Compiling bytecount v0.6.8
26762024-08-28T22:40:39.940Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26772024-08-28T22:40:40.703Z[ helios-setup] Aug 28 22:40:39.733 INFO E| Compiling rustls-pemfile v1.0.2
26782024-08-28T22:40:40.966Z[ host-package] Compiling papergrid v0.11.0
26792024-08-28T22:40:41.583Z[ helios-setup] Aug 28 22:40:40.613 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26802024-08-28T22:40:41.955Z[ helios-setup] Aug 28 22:40:40.985 INFO E| Compiling bincode v1.3.3
26812024-08-28T22:40:42.496Z[ host-package] Compiling chacha20poly1305 v0.10.1
26822024-08-28T22:40:44.391Z[ host-package] Compiling parking_lot v0.11.2
26832024-08-28T22:40:44.662Z[ helios-setup] Aug 28 22:40:43.692 INFO E| Compiling serde_path_to_error v0.1.11
26842024-08-28T22:40:45.502Z[ helios-setup] Aug 28 22:40:44.532 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
26852024-08-28T22:40:46.038Z[ helios-setup] Aug 28 22:40:45.068 INFO E| Compiling terminal_size v0.2.6
26862024-08-28T22:40:46.651Z[ helios-setup] Aug 28 22:40:45.681 INFO E| Compiling smawk v0.3.1
26872024-08-28T22:40:47.027Z[ helios-setup] Aug 28 22:40:46.057 INFO E| Compiling textwrap v0.16.0
26882024-08-28T22:40:48.147Z[ host-package] Compiling vsss-rs v3.3.4
26892024-08-28T22:40:58.053Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26902024-08-28T22:40:58.657Z[ helios-setup] Aug 28 22:40:57.689 INFO E| Compiling rustls-webpki v0.100.1
26912024-08-28T22:40:58.738Z[ helios-setup] Aug 28 22:40:57.769 INFO E| Compiling sct v0.7.0
26922024-08-28T22:40:59.654Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
26932024-08-28T22:41:04.243Z[ host-package] Compiling tabled_derive v0.7.0
26942024-08-28T22:41:05.156Z[ helios-setup] Aug 28 22:41:04.188 INFO E| Compiling git2 v0.16.1
26952024-08-28T22:41:07.213Z[ helios-setup] Aug 28 22:41:06.242 INFO E| Compiling tokio-rustls v0.24.0
26962024-08-28T22:41:07.451Z[ host-package] Compiling crossterm v0.27.0
26972024-08-28T22:41:07.916Z[ host-package] Compiling peg-macros v0.8.4
26982024-08-28T22:41:11.752Z[ helios-setup] Aug 28 22:41:10.784 INFO E| Compiling built v0.6.0
26992024-08-28T22:41:13.534Z[ host-package] Compiling sqlparser_derive v0.2.2
27002024-08-28T22:41:15.841Z[ host-package] Compiling unicode_categories v0.1.1
27012024-08-28T22:41:16.660Z[ host-package] Compiling nu-ansi-term v0.50.0
27022024-08-28T22:41:16.713Z[ helios-setup] Aug 28 22:41:15.746 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27032024-08-28T22:41:18.439Z[ host-package] Compiling rustyline v14.0.0
27042024-08-28T22:41:18.727Z[ host-package] Compiling reedline v0.33.0
27052024-08-28T22:41:18.873Z[ host-package] Compiling sqlformat v0.2.4
27062024-08-28T22:41:19.645Z[ helios-setup] Aug 28 22:41:18.677 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
27072024-08-28T22:41:20.467Z[ helios-setup] Aug 28 22:41:19.500 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
27082024-08-28T22:41:28.621Z[ host-package] Compiling sqlparser v0.45.0
27092024-08-28T22:41:34.207Z[ host-package] Compiling peg v0.8.4
27102024-08-28T22:41:34.347Z[ host-package] Compiling tabled v0.15.0
27112024-08-28T22:41:39.541Z[ host-package] Compiling sled v0.34.7
27122024-08-28T22:41:47.466Z[ host-package] Compiling mime_guess v2.0.4
27132024-08-28T22:41:47.818Z[ helios-setup] Aug 28 22:41:46.852 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
27142024-08-28T22:41:50.308Z[ helios-setup] Aug 28 22:41:49.343 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
27152024-08-28T22:41:52.649Z[ host-package] Compiling hickory-client v0.24.1
27162024-08-28T22:41:52.844Z[ host-package] Compiling env_logger v0.9.3
27172024-08-28T22:41:57.218Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27182024-08-28T22:41:59.565Z[ host-package] Compiling tungstenite v0.20.1
27192024-08-28T22:41:59.811Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27202024-08-28T22:42:02.087Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27212024-08-28T22:42:06.483Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27222024-08-28T22:42:08.722Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
27232024-08-28T22:42:08.887Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27242024-08-28T22:42:10.169Z[ host-package] Compiling hickory-server v0.24.1
27252024-08-28T22:42:12.662Z[ host-package] Compiling bcs v0.1.6
27262024-08-28T22:42:14.604Z[ host-package] Compiling vergen v8.3.2
27272024-08-28T22:42:15.481Z[ host-package] Compiling bitstruct_derive v0.1.0
27282024-08-28T22:42:16.954Z[ host-package] Compiling cargo-platform v0.1.8
27292024-08-28T22:42:17.034Z[ host-package] Compiling nanorand v0.7.0
27302024-08-28T22:42:17.860Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27312024-08-28T22:42:18.595Z[ host-package] Compiling memoffset v0.9.1
27322024-08-28T22:42:18.698Z[ host-package] Compiling ascii v1.1.0
27332024-08-28T22:42:18.896Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27342024-08-28T22:42:19.645Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27352024-08-28T22:42:20.233Z[ host-package] Compiling flume v0.11.0
27362024-08-28T22:42:20.353Z[ host-package] Compiling cargo_metadata v0.18.1
27372024-08-28T22:42:21.813Z[ host-package] Compiling bitstruct v0.1.1
27382024-08-28T22:42:22.127Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27392024-08-28T22:42:24.323Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27402024-08-28T22:42:26.850Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27412024-08-28T22:42:31.123Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27422024-08-28T22:42:31.907Z[ host-package] Compiling tokio-tungstenite v0.20.1
27432024-08-28T22:42:32.768Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27442024-08-28T22:42:33.451Z[ host-package] Compiling git2 v0.19.0
27452024-08-28T22:42:34.832Z[ helios-setup] Aug 28 22:42:33.869 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
27462024-08-28T22:42:35.645Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27472024-08-28T22:42:43.981Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27482024-08-28T22:42:45.237Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27492024-08-28T22:42:45.400Z[ host-package] Compiling libsqlite3-sys v0.28.0
27502024-08-28T22:42:46.174Z[ host-package] Compiling serde_arrays v0.1.0
27512024-08-28T22:42:47.625Z[ host-package] Compiling erased-serde v0.3.31
27522024-08-28T22:42:49.878Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27532024-08-28T22:42:59.776Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27542024-08-28T22:43:01.451Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27552024-08-28T22:43:22.376Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27562024-08-28T22:43:23.098Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27572024-08-28T22:43:26.810Z[ host-package] Compiling heck v0.3.3
27582024-08-28T22:43:27.813Z[ host-package] Compiling castaway v0.2.3
27592024-08-28T22:43:28.633Z[ host-package] Compiling rand_seeder v0.3.0
27602024-08-28T22:43:29.639Z[ host-package] Compiling csv-core v0.1.11
27612024-08-28T22:43:31.196Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
27622024-08-28T22:43:31.282Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27632024-08-28T22:43:31.943Z[ host-package] Compiling http-range v0.1.5
27642024-08-28T22:43:32.437Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27652024-08-28T22:43:33.098Z[ host-package] Compiling hyper-staticfile v0.9.5
27662024-08-28T22:43:34.521Z[ host-package] Compiling csv v1.3.0
27672024-08-28T22:43:36.868Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27682024-08-28T22:43:37.142Z[ host-package] Compiling compact_str v0.8.0
27692024-08-28T22:43:37.191Z[ host-package] Compiling zone_cfg_derive v0.1.2
27702024-08-28T22:43:38.940Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27712024-08-28T22:43:39.924Z[ helios-setup] Aug 28 22:43:38.965 INFO E| Finished `release` profile [optimized] target(s) in 6m 45s
27722024-08-28T22:43:40.056Z[ helios-setup] Aug 28 22:43:39.098 INFO building project "pilot" ok (406 seconds)
27732024-08-28T22:43:40.059Z[ helios-setup] Aug 28 22:43:39.098 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27742024-08-28T22:43:40.059Z[ helios-setup] Aug 28 22:43:39.098 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27752024-08-28T22:43:40.194Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27762024-08-28T22:43:40.339Z[ helios-setup] Aug 28 22:43:39.379 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27772024-08-28T22:43:40.837Z[ helios-setup] Aug 28 22:43:39.878 INFO E| From https://github.com/jclulow/rust-jmclib
27782024-08-28T22:43:40.837Z[ helios-setup] Aug 28 22:43:39.878 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27792024-08-28T22:43:40.851Z[ host-package] Compiling nix v0.27.1
27802024-08-28T22:43:40.858Z[ helios-setup] Aug 28 22:43:39.900 INFO E| Updating crates.io index
27812024-08-28T22:43:41.127Z[ helios-setup] Aug 28 22:43:40.143 INFO E| Downloading crates ...
27822024-08-28T22:43:41.242Z[ helios-setup] Aug 28 22:43:40.284 INFO E| Downloaded opaque-debug v0.3.0
27832024-08-28T22:43:41.244Z[ helios-setup] Aug 28 22:43:40.286 INFO E| Downloaded getrandom v0.2.10
27842024-08-28T22:43:41.248Z[ helios-setup] Aug 28 22:43:40.290 INFO E| Downloaded block-buffer v0.9.0
27852024-08-28T22:43:41.286Z[ helios-setup] Aug 28 22:43:40.328 INFO E| Downloaded sha-1 v0.9.8
27862024-08-28T22:43:41.289Z[ helios-setup] Aug 28 22:43:40.331 INFO E| Downloaded md-5 v0.9.1
27872024-08-28T22:43:41.291Z[ helios-setup] Aug 28 22:43:40.333 INFO E| Downloaded itoa v1.0.9
27882024-08-28T22:43:41.294Z[ helios-setup] Aug 28 22:43:40.335 INFO E| Downloaded fastrand v2.0.0
27892024-08-28T22:43:41.296Z[ helios-setup] Aug 28 22:43:40.337 INFO E| Downloaded digest v0.9.0
27902024-08-28T22:43:41.298Z[ helios-setup] Aug 28 22:43:40.340 INFO E| Downloaded libdevinfo-sys v1.0.0
27912024-08-28T22:43:41.300Z[ helios-setup] Aug 28 22:43:40.341 INFO E| Downloaded cpufeatures v0.2.9
27922024-08-28T22:43:41.303Z[ helios-setup] Aug 28 22:43:40.344 INFO E| Downloaded bitflags v2.3.3
27932024-08-28T22:43:41.307Z[ helios-setup] Aug 28 22:43:40.349 INFO E| Downloaded quote v1.0.31
27942024-08-28T22:43:41.312Z[ helios-setup] Aug 28 22:43:40.354 INFO E| Downloaded ryu v1.0.15
27952024-08-28T22:43:41.319Z[ helios-setup] Aug 28 22:43:40.360 INFO E| Downloaded uuid v0.8.2
27962024-08-28T22:43:41.325Z[ helios-setup] Aug 28 22:43:40.366 INFO E| Downloaded tempfile v3.7.0
27972024-08-28T22:43:41.328Z[ helios-setup] Aug 28 22:43:40.369 INFO E| Downloaded serde_derive v1.0.193
27982024-08-28T22:43:41.332Z[ helios-setup] Aug 28 22:43:40.374 INFO E| Downloaded serde v1.0.193
27992024-08-28T22:43:41.338Z[ helios-setup] Aug 28 22:43:40.380 INFO E| Downloaded proc-macro2 v1.0.66
28002024-08-28T22:43:41.342Z[ helios-setup] Aug 28 22:43:40.384 INFO E| Downloaded anyhow v1.0.72
28012024-08-28T22:43:41.349Z[ helios-setup] Aug 28 22:43:40.391 INFO E| Downloaded unicode-ident v1.0.11
28022024-08-28T22:43:41.353Z[ helios-setup] Aug 28 22:43:40.395 INFO E| Downloaded syn v2.0.32
28032024-08-28T22:43:41.373Z[ helios-setup] Aug 28 22:43:40.414 INFO E| Downloaded serde_json v1.0.103
28042024-08-28T22:43:41.386Z[ helios-setup] Aug 28 22:43:40.428 INFO E| Downloaded rustix v0.38.4
28052024-08-28T22:43:41.425Z[ helios-setup] Aug 28 22:43:40.467 INFO E| Downloaded once_cell v1.18.0
28062024-08-28T22:43:41.429Z[ helios-setup] Aug 28 22:43:40.471 INFO E| Downloaded libc v0.2.147
28072024-08-28T22:43:41.659Z[ helios-setup] Aug 28 22:43:40.701 INFO E| Compiling libc v0.2.147
28082024-08-28T22:43:41.659Z[ helios-setup] Aug 28 22:43:40.701 INFO E| Compiling proc-macro2 v1.0.66
28092024-08-28T22:43:41.659Z[ helios-setup] Aug 28 22:43:40.701 INFO E| Compiling unicode-ident v1.0.11
28102024-08-28T22:43:41.659Z[ helios-setup] Aug 28 22:43:40.701 INFO E| Compiling cfg-if v1.0.0
28112024-08-28T22:43:41.662Z[ helios-setup] Aug 28 22:43:40.701 INFO E| Compiling version_check v0.9.4
28122024-08-28T22:43:41.662Z[ helios-setup] Aug 28 22:43:40.701 INFO E| Compiling typenum v1.16.0
28132024-08-28T22:43:41.666Z[ helios-setup] Aug 28 22:43:40.708 INFO E| Compiling serde v1.0.193
28142024-08-28T22:43:41.668Z[ helios-setup] Aug 28 22:43:40.708 INFO E| Compiling slog v2.7.0
28152024-08-28T22:43:41.670Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28162024-08-28T22:43:41.871Z[ helios-setup] Aug 28 22:43:40.913 INFO E| Compiling powerfmt v0.2.0
28172024-08-28T22:43:42.076Z[ helios-setup] Aug 28 22:43:41.118 INFO E| Compiling rustix v0.38.4
28182024-08-28T22:43:42.724Z[ helios-setup] Aug 28 22:43:41.766 INFO E| Compiling time-core v0.1.2
28192024-08-28T22:43:42.809Z[ helios-setup] Aug 28 22:43:41.851 INFO E| Compiling itoa v1.0.9
28202024-08-28T22:43:42.819Z[ helios-setup] Aug 28 22:43:41.861 INFO E| Compiling num-conv v0.1.0
28212024-08-28T22:43:42.932Z[ helios-setup] Aug 28 22:43:41.973 INFO E| Compiling generic-array v0.14.7
28222024-08-28T22:43:43.228Z[ helios-setup] Aug 28 22:43:42.270 INFO E| Compiling deranged v0.3.11
28232024-08-28T22:43:43.240Z[ helios-setup] Aug 28 22:43:42.281 INFO E| Compiling once_cell v1.18.0
28242024-08-28T22:43:43.293Z[ helios-setup] Aug 28 22:43:42.335 INFO E| Compiling time-macros v0.2.18
28252024-08-28T22:43:43.504Z[ helios-setup] Aug 28 22:43:42.546 INFO E| Compiling num_threads v0.1.6
28262024-08-28T22:43:43.750Z[ helios-setup] Aug 28 22:43:42.792 INFO E| Compiling bitflags v2.3.3
28272024-08-28T22:43:43.869Z[ helios-setup] Aug 28 22:43:42.911 INFO E| Compiling thread_local v1.1.7
28282024-08-28T22:43:44.173Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28292024-08-28T22:43:44.431Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28302024-08-28T22:43:44.719Z[ helios-setup] Aug 28 22:43:43.761 INFO E| Compiling fastrand v2.0.0
28312024-08-28T22:43:45.081Z[ helios-setup] Aug 28 22:43:44.123 INFO E| Compiling opaque-debug v0.3.0
28322024-08-28T22:43:45.410Z[ helios-setup] Aug 28 22:43:44.452 INFO E| Compiling quote v1.0.31
28332024-08-28T22:43:45.706Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28342024-08-28T22:43:45.732Z[ helios-setup] Aug 28 22:43:44.774 INFO E| Compiling dirs-sys-next v0.1.2
28352024-08-28T22:43:45.868Z[ helios-setup] Aug 28 22:43:44.910 INFO E| Compiling errno v0.3.1
28362024-08-28T22:43:46.145Z[ helios-setup] Aug 28 22:43:45.187 INFO E| Compiling syn v2.0.32
28372024-08-28T22:43:46.523Z[ helios-setup] Aug 28 22:43:45.565 INFO E| Compiling dirs-next v2.0.0
28382024-08-28T22:43:46.756Z[ helios-setup] Aug 28 22:43:45.798 INFO E| Compiling term v0.7.0
28392024-08-28T22:43:46.940Z[ helios-setup] Aug 28 22:43:45.981 INFO E| Compiling atty v0.2.14
28402024-08-28T22:43:47.284Z[ helios-setup] Aug 28 22:43:46.326 INFO E| Compiling serde_json v1.0.103
28412024-08-28T22:43:47.284Z[ helios-setup] Aug 28 22:43:46.326 INFO E| Compiling anyhow v1.0.72
28422024-08-28T22:43:47.586Z[ helios-setup] Aug 28 22:43:46.628 INFO E| Compiling getrandom v0.2.10
28432024-08-28T22:43:48.357Z[ helios-setup] Aug 28 22:43:47.399 INFO E| Compiling digest v0.9.0
28442024-08-28T22:43:48.475Z[ helios-setup] Aug 28 22:43:47.516 INFO E| Compiling block-buffer v0.9.0
28452024-08-28T22:43:48.647Z[ helios-setup] Aug 28 22:43:47.689 INFO E| Compiling unicode-width v0.1.10
28462024-08-28T22:43:48.667Z[ helios-setup] Aug 28 22:43:47.709 INFO E| Compiling time v0.3.36
28472024-08-28T22:43:48.679Z[ helios-setup] Aug 28 22:43:47.722 INFO E| Compiling ryu v1.0.15
28482024-08-28T22:43:48.830Z[ helios-setup] Aug 28 22:43:47.871 INFO E| Compiling same-file v1.0.6
28492024-08-28T22:43:49.077Z[ helios-setup] Aug 28 22:43:48.119 INFO E| Compiling cpufeatures v0.2.9
28502024-08-28T22:43:49.178Z[ helios-setup] Aug 28 22:43:48.220 INFO E| Compiling sha-1 v0.9.8
28512024-08-28T22:43:49.295Z[ helios-setup] Aug 28 22:43:48.337 INFO E| Compiling walkdir v2.3.3
28522024-08-28T22:43:49.320Z[ helios-setup] Aug 28 22:43:48.362 INFO E| Compiling getopts v0.2.21
28532024-08-28T22:43:50.164Z[ helios-setup] Aug 28 22:43:49.206 INFO E| Compiling tempfile v3.7.0
28542024-08-28T22:43:50.593Z[ helios-setup] Aug 28 22:43:49.635 INFO E| Compiling md-5 v0.9.1
28552024-08-28T22:43:51.085Z[ helios-setup] Aug 28 22:43:50.127 INFO E| Compiling libdevinfo-sys v1.0.0
28562024-08-28T22:43:51.316Z[ helios-setup] Aug 28 22:43:50.358 INFO E| Compiling glob v0.3.1
28572024-08-28T22:43:52.423Z[ helios-setup] Aug 28 22:43:51.466 INFO E| Compiling slog-term v2.9.0
28582024-08-28T22:43:54.998Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28592024-08-28T22:43:55.493Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28602024-08-28T22:43:55.907Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28612024-08-28T22:43:55.960Z[ helios-setup] Aug 28 22:43:55.002 INFO E| Compiling serde_derive v1.0.193
28622024-08-28T22:43:56.340Z[ host-package] Compiling unicode-truncate v1.0.0
28632024-08-28T22:43:56.709Z[ host-package] Compiling lru v0.12.3
28642024-08-28T22:43:56.942Z[ host-package] Compiling hashlink v0.9.1
28652024-08-28T22:43:57.180Z[ host-package] Compiling serde-big-array v0.5.1
28662024-08-28T22:43:57.547Z[ host-package] Compiling instability v0.3.2
28672024-08-28T22:43:57.995Z[ host-package] Compiling cassowary v0.3.0
28682024-08-28T22:43:58.860Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
28692024-08-28T22:43:59.181Z[ host-package] Compiling base64 v0.13.1
28702024-08-28T22:44:00.076Z[ host-package] Compiling fallible-iterator v0.3.0
28712024-08-28T22:44:00.972Z[ host-package] Compiling rusqlite v0.31.0
28722024-08-28T22:44:02.163Z[ host-package] Compiling ron v0.7.1
28732024-08-28T22:44:05.572Z[ host-package] Compiling ratatui v0.28.0
28742024-08-28T22:44:07.127Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28752024-08-28T22:44:08.071Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28762024-08-28T22:44:10.921Z[ helios-setup] Aug 28 22:44:09.964 INFO E| Compiling toml v0.5.11
28772024-08-28T22:44:10.921Z[ helios-setup] Aug 28 22:44:09.964 INFO E| Compiling uuid v0.8.2
28782024-08-28T22:44:11.361Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28792024-08-28T22:44:13.378Z[ helios-setup] Aug 28 22:44:12.422 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28802024-08-28T22:44:16.881Z[ helios-setup] Aug 28 22:44:15.925 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28812024-08-28T22:44:18.647Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28822024-08-28T22:44:19.403Z[ host-package] Compiling zone v0.1.8
28832024-08-28T22:44:23.109Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28842024-08-28T22:44:27.060Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28852024-08-28T22:44:30.690Z[ helios-setup] Aug 28 22:44:29.733 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.55s
28862024-08-28T22:44:30.727Z[ helios-setup] Aug 28 22:44:29.770 INFO building project "image-builder" ok (50 seconds)
28872024-08-28T22:44:30.727Z[ helios-setup] Aug 28 22:44:29.770 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28882024-08-28T22:44:30.731Z[ helios-setup] Aug 28 22:44:29.770 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28892024-08-28T22:44:31.121Z[ helios-setup] Aug 28 22:44:30.166 INFO E| Blocking waiting for file lock on package cache
28902024-08-28T22:44:33.739Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28912024-08-28T22:44:35.195Z[ helios-setup] Aug 28 22:44:34.240 INFO E| Compiling adler v1.0.2
28922024-08-28T22:44:35.353Z[ helios-setup] Aug 28 22:44:34.397 INFO E| Compiling miniz_oxide v0.7.2
28932024-08-28T22:44:35.821Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28942024-08-28T22:44:36.081Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28952024-08-28T22:44:36.536Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28962024-08-28T22:44:37.975Z[ helios-setup] Aug 28 22:44:37.020 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28972024-08-28T22:44:39.034Z[ helios-setup] Aug 28 22:44:38.079 INFO E| Finished `release` profile [optimized] target(s) in 8.21s
28982024-08-28T22:44:39.042Z[ helios-setup] Aug 28 22:44:38.087 INFO building project "pinprick" ok (8 seconds)
28992024-08-28T22:44:39.042Z[ helios-setup] Aug 28 22:44:38.087 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
29002024-08-28T22:44:39.045Z[ helios-setup] Aug 28 22:44:38.087 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
29012024-08-28T22:44:39.387Z[ helios-setup] Aug 28 22:44:38.432 INFO E| Downloading crates ...
29022024-08-28T22:44:39.578Z[ helios-setup] Aug 28 22:44:38.623 INFO E| Downloaded typenum v1.15.0
29032024-08-28T22:44:39.581Z[ helios-setup] Aug 28 22:44:38.627 INFO E| Downloaded sha2 v0.10.5
29042024-08-28T22:44:39.584Z[ helios-setup] Aug 28 22:44:38.630 INFO E| Downloaded digest v0.10.3
29052024-08-28T22:44:39.587Z[ helios-setup] Aug 28 22:44:38.632 INFO E| Downloaded bytes v1.2.1
29062024-08-28T22:44:39.593Z[ helios-setup] Aug 28 22:44:38.639 INFO E| Downloaded anyhow v1.0.62
29072024-08-28T22:44:39.688Z[ helios-setup] Aug 28 22:44:38.733 INFO E| Compiling typenum v1.15.0
29082024-08-28T22:44:39.718Z[ helios-setup] Aug 28 22:44:38.763 INFO E| Compiling version_check v0.9.4
29092024-08-28T22:44:39.718Z[ helios-setup] Aug 28 22:44:38.763 INFO E| Compiling cfg-if v1.0.0
29102024-08-28T22:44:39.725Z[ helios-setup] Aug 28 22:44:38.764 INFO E| Compiling crc32fast v1.3.2
29112024-08-28T22:44:39.725Z[ helios-setup] Aug 28 22:44:38.764 INFO E| Compiling anyhow v1.0.62
29122024-08-28T22:44:39.725Z[ helios-setup] Aug 28 22:44:38.764 INFO E| Compiling adler v1.0.2
29132024-08-28T22:44:39.725Z[ helios-setup] Aug 28 22:44:38.764 INFO E| Compiling unicode-width v0.1.10
29142024-08-28T22:44:39.725Z[ helios-setup] Aug 28 22:44:38.764 INFO E| Compiling cpufeatures v0.2.5
29152024-08-28T22:44:40.187Z[ helios-setup] Aug 28 22:44:39.232 INFO E| Compiling bytes v1.2.1
29162024-08-28T22:44:40.193Z[ helios-setup] Aug 28 22:44:39.238 INFO E| Compiling bitflags v1.3.2
29172024-08-28T22:44:40.632Z[ helios-setup] Aug 28 22:44:39.678 INFO E| Compiling miniz_oxide v0.6.2
29182024-08-28T22:44:40.632Z[ helios-setup] Aug 28 22:44:39.678 INFO E| Compiling getopts v0.2.21
29192024-08-28T22:44:40.700Z[ helios-setup] Aug 28 22:44:39.745 INFO E| Compiling generic-array v0.14.6
29202024-08-28T22:44:42.766Z[ helios-setup] Aug 28 22:44:41.811 INFO E| Compiling flate2 v1.0.25
29212024-08-28T22:44:44.254Z[ host-package] Compiling twox-hash v1.6.3
29222024-08-28T22:44:45.695Z[ host-package] Compiling signal-hook-tokio v0.3.1
29232024-08-28T22:44:46.117Z[ host-package] Compiling yasna v0.5.2
29242024-08-28T22:44:46.240Z[ helios-setup] Aug 28 22:44:45.285 INFO E| Compiling crypto-common v0.1.6
29252024-08-28T22:44:46.240Z[ helios-setup] Aug 28 22:44:45.285 INFO E| Compiling block-buffer v0.10.3
29262024-08-28T22:44:46.458Z[ helios-setup] Aug 28 22:44:45.503 INFO E| Compiling digest v0.10.3
29272024-08-28T22:44:46.825Z[ helios-setup] Aug 28 22:44:45.870 INFO E| Compiling sha2 v0.10.5
29282024-08-28T22:44:47.131Z[ host-package] Compiling portpicker v0.1.1
29292024-08-28T22:44:47.369Z[ helios-setup] Aug 28 22:44:46.415 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
29302024-08-28T22:44:47.805Z[ host-package] Compiling unicode-linebreak v0.1.5
29312024-08-28T22:44:48.670Z[ host-package] Compiling smawk v0.3.2
29322024-08-28T22:44:48.984Z[ host-package] Compiling textwrap v0.16.1
29332024-08-28T22:44:50.009Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29342024-08-28T22:44:50.626Z[ host-package] Compiling rcgen v0.12.1
29352024-08-28T22:44:53.200Z[ helios-setup] Aug 28 22:44:52.246 INFO E| Finished `release` profile [optimized] target(s) in 14.05s
29362024-08-28T22:44:53.216Z[ helios-setup] Aug 28 22:44:52.262 INFO building project "bootserver" ok (14 seconds)
29372024-08-28T22:44:53.216Z[ helios-setup] Aug 28 22:44:52.262 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29382024-08-28T22:44:53.216Z[ helios-setup] Aug 28 22:44:52.262 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29392024-08-28T22:44:53.226Z[ helios-setup] Aug 28 22:44:52.272 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
29402024-08-28T22:44:53.432Z[ helios-setup] Aug 28 22:44:52.478 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
29412024-08-28T22:44:53.432Z[ helios-setup] Aug 28 22:44:52.478 INFO E| info: downloading component 'cargo'
29422024-08-28T22:44:53.632Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29432024-08-28T22:44:54.328Z[ helios-setup] Aug 28 22:44:53.374 INFO E| info: downloading component 'clippy'
29442024-08-28T22:44:54.809Z[ helios-setup] Aug 28 22:44:53.855 INFO E| info: downloading component 'rust-docs'
29452024-08-28T22:44:56.838Z[ helios-setup] Aug 28 22:44:55.883 INFO E| info: downloading component 'rust-src'
29462024-08-28T22:44:57.694Z[ helios-setup] Aug 28 22:44:56.740 INFO E| info: downloading component 'rust-std'
29472024-08-28T22:44:59.971Z[ helios-setup] Aug 28 22:44:59.017 INFO E| info: downloading component 'rustc'
29482024-08-28T22:45:01.990Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29492024-08-28T22:45:04.009Z[ helios-setup] Aug 28 22:45:03.056 INFO E| info: downloading component 'rustfmt'
29502024-08-28T22:45:04.245Z[ helios-setup] Aug 28 22:45:03.292 INFO E| info: installing component 'cargo'
29512024-08-28T22:45:05.606Z[ helios-setup] Aug 28 22:45:04.653 INFO E| info: installing component 'clippy'
29522024-08-28T22:45:06.144Z[ helios-setup] Aug 28 22:45:05.191 INFO E| info: installing component 'rust-docs'
29532024-08-28T22:45:07.558Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29542024-08-28T22:45:07.593Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29552024-08-28T22:45:09.664Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29562024-08-28T22:45:10.369Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29572024-08-28T22:45:11.299Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29582024-08-28T22:45:11.657Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29592024-08-28T22:45:12.747Z[ helios-setup] Aug 28 22:45:11.794 INFO E| info: installing component 'rust-src'
29602024-08-28T22:45:13.461Z[ helios-setup] Aug 28 22:45:12.509 INFO E| info: installing component 'rust-std'
29612024-08-28T22:45:13.857Z[ host-package] Compiling atomicwrites v0.4.3
29622024-08-28T22:45:14.660Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29632024-08-28T22:45:16.238Z[ helios-setup] Aug 28 22:45:15.285 INFO E| info: installing component 'rustc'
29642024-08-28T22:45:19.365Z[ host-package] Compiling fatfs v0.3.6
29652024-08-28T22:45:19.673Z[ host-package] Compiling subprocess v0.2.9
29662024-08-28T22:45:22.511Z[ host-package] Compiling rtoolbox v0.0.2
29672024-08-28T22:45:23.062Z[ host-package] Compiling is_ci v1.2.0
29682024-08-28T22:45:23.388Z[ host-package] Compiling assert_matches v1.5.0
29692024-08-28T22:45:23.518Z[ helios-setup] Aug 28 22:45:22.566 INFO E| info: installing component 'rustfmt'
29702024-08-28T22:45:23.633Z[ host-package] Compiling supports-color v3.0.0
29712024-08-28T22:45:24.358Z[ host-package] Compiling rpassword v7.3.1
29722024-08-28T22:45:24.669Z[ helios-setup] Aug 28 22:45:23.717 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29732024-08-28T22:45:24.872Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29742024-08-28T22:45:25.066Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29752024-08-28T22:45:25.136Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29762024-08-28T22:45:25.672Z[ helios-setup] Aug 28 22:45:24.720 INFO E| From https://github.com/oxidecomputer/amd-apcb
29772024-08-28T22:45:25.672Z[ helios-setup] Aug 28 22:45:24.720 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
29782024-08-28T22:45:25.674Z[ helios-setup] Aug 28 22:45:24.720 INFO E| * [new tag] v0.3.3 -> v0.3.3
29792024-08-28T22:45:25.703Z[ helios-setup] Aug 28 22:45:24.751 INFO E| * [new tag] v0.1.3 -> v0.1.3
29802024-08-28T22:45:25.703Z[ helios-setup] Aug 28 22:45:24.751 INFO E| * [new tag] v0.1.4 -> v0.1.4
29812024-08-28T22:45:25.706Z[ helios-setup] Aug 28 22:45:24.751 INFO E| * [new tag] v0.1.5 -> v0.1.5
29822024-08-28T22:45:25.706Z[ helios-setup] Aug 28 22:45:24.751 INFO E| * [new tag] v0.2.0 -> v0.2.0
29832024-08-28T22:45:25.706Z[ helios-setup] Aug 28 22:45:24.751 INFO E| * [new tag] v0.3.0 -> v0.3.0
29842024-08-28T22:45:25.706Z[ helios-setup] Aug 28 22:45:24.752 INFO E| * [new tag] v0.3.1 -> v0.3.1
29852024-08-28T22:45:25.706Z[ helios-setup] Aug 28 22:45:24.752 INFO E| * [new tag] v0.3.2 -> v0.3.2
29862024-08-28T22:45:25.737Z[ helios-setup] Aug 28 22:45:24.785 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
29872024-08-28T22:45:26.637Z[ helios-setup] Aug 28 22:45:25.685 INFO E| From https://github.com/oxidecomputer/amd-efs
29882024-08-28T22:45:26.637Z[ helios-setup] Aug 28 22:45:25.685 INFO E| * [new branch] empty -> origin/empty
29892024-08-28T22:45:26.639Z[ helios-setup] Aug 28 22:45:25.685 INFO E| * [new branch] issue-99 -> origin/issue-99
29902024-08-28T22:45:26.639Z[ helios-setup] Aug 28 22:45:25.685 INFO E| * [new branch] main -> origin/main
29912024-08-28T22:45:26.639Z[ helios-setup] Aug 28 22:45:25.685 INFO E| * [new branch] review -> origin/review
29922024-08-28T22:45:26.640Z[ helios-setup] Aug 28 22:45:25.685 INFO E| * [new ref] -> origin/HEAD
29932024-08-28T22:45:26.640Z[ helios-setup] Aug 28 22:45:25.686 INFO E| * [new tag] v0.2.0 -> v0.2.0
29942024-08-28T22:45:26.640Z[ helios-setup] Aug 28 22:45:25.686 INFO E| * [new tag] v0.2.1 -> v0.2.1
29952024-08-28T22:45:26.640Z[ helios-setup] Aug 28 22:45:25.686 INFO E| * [new tag] v0.2.2 -> v0.2.2
29962024-08-28T22:45:26.640Z[ helios-setup] Aug 28 22:45:25.686 INFO E| * [new tag] v0.2.3 -> v0.2.3
29972024-08-28T22:45:26.640Z[ helios-setup] Aug 28 22:45:25.686 INFO E| * [new tag] v0.2.4 -> v0.2.4
29982024-08-28T22:45:26.640Z[ helios-setup] Aug 28 22:45:25.686 INFO E| * [new tag] v0.2.5 -> v0.2.5
29992024-08-28T22:45:26.640Z[ helios-setup] Aug 28 22:45:25.687 INFO E| * [new tag] v0.2.6 -> v0.2.6
30002024-08-28T22:45:26.640Z[ helios-setup] Aug 28 22:45:25.687 INFO E| * [new tag] v0.2.7 -> v0.2.7
30012024-08-28T22:45:26.640Z[ helios-setup] Aug 28 22:45:25.687 INFO E| * [new tag] v0.3.0 -> v0.3.0
30022024-08-28T22:45:26.640Z[ helios-setup] Aug 28 22:45:25.687 INFO E| * [new tag] v0.3.1 -> v0.3.1
30032024-08-28T22:45:26.640Z[ helios-setup] Aug 28 22:45:25.687 INFO E| * [new tag] v0.4.0 -> v0.4.0
30042024-08-28T22:45:26.663Z[ helios-setup] Aug 28 22:45:25.712 INFO E| Updating crates.io index
30052024-08-28T22:45:27.040Z[ helios-setup] Aug 28 22:45:26.089 INFO E| Downloading crates ...
30062024-08-28T22:45:27.188Z[ helios-setup] Aug 28 22:45:26.237 INFO E| Downloaded memoffset v0.5.6
30072024-08-28T22:45:27.191Z[ helios-setup] Aug 28 22:45:26.239 INFO E| Downloaded fletcher v0.1.0
30082024-08-28T22:45:27.193Z[ helios-setup] Aug 28 22:45:26.241 INFO E| Downloaded cfg-if v0.1.10
30092024-08-28T22:45:27.196Z[ helios-setup] Aug 28 22:45:26.243 INFO E| Downloaded ansi_term v0.12.1
30102024-08-28T22:45:27.198Z[ helios-setup] Aug 28 22:45:26.246 INFO E| Downloaded unic-common v0.9.0
30112024-08-28T22:45:27.231Z[ helios-setup] Aug 28 22:45:26.279 INFO E| Downloaded unic-ucd-version v0.9.0
30122024-08-28T22:45:27.234Z[ helios-setup] Aug 28 22:45:26.280 INFO E| Downloaded unic-char-range v0.9.0
30132024-08-28T22:45:27.234Z[ helios-setup] Aug 28 22:45:26.282 INFO E| Downloaded unic-char-property v0.9.0
30142024-08-28T22:45:27.238Z[ helios-setup] Aug 28 22:45:26.284 INFO E| Downloaded strum v0.23.0
30152024-08-28T22:45:27.238Z[ helios-setup] Aug 28 22:45:26.285 INFO E| Downloaded semver v0.9.0
30162024-08-28T22:45:27.244Z[ helios-setup] Aug 28 22:45:26.287 INFO E| Downloaded modular-bitfield-impl v0.11.2
30172024-08-28T22:45:27.244Z[ helios-setup] Aug 28 22:45:26.289 INFO E| Downloaded strum_macros v0.23.1
30182024-08-28T22:45:27.246Z[ helios-setup] Aug 28 22:45:26.292 INFO E| Downloaded strsim v0.8.0
30192024-08-28T22:45:27.246Z[ helios-setup] Aug 28 22:45:26.294 INFO E| Downloaded semver-parser v0.7.0
30202024-08-28T22:45:27.250Z[ helios-setup] Aug 28 22:45:26.296 INFO E| Downloaded textwrap v0.11.0
30212024-08-28T22:45:27.253Z[ helios-setup] Aug 28 22:45:26.298 INFO E| Downloaded unic-ucd-ident v0.9.0
30222024-08-28T22:45:27.256Z[ helios-setup] Aug 28 22:45:26.301 INFO E| Downloaded vec_map v0.8.2
30232024-08-28T22:45:27.256Z[ helios-setup] Aug 28 22:45:26.302 INFO E| Downloaded structopt-derive v0.4.18
30242024-08-28T22:45:27.258Z[ helios-setup] Aug 28 22:45:26.304 INFO E| Downloaded rustc_version v0.2.3
30252024-08-28T22:45:27.259Z[ helios-setup] Aug 28 22:45:26.306 INFO E| Downloaded scroll v0.10.2
30262024-08-28T22:45:27.261Z[ helios-setup] Aug 28 22:45:26.309 INFO E| Downloaded num-derive v0.3.3
30272024-08-28T22:45:27.264Z[ helios-setup] Aug 28 22:45:26.311 INFO E| Downloaded proc-macro-crate v0.1.5
30282024-08-28T22:45:27.264Z[ helios-setup] Aug 28 22:45:26.312 INFO E| Downloaded pest_derive v2.7.11
30292024-08-28T22:45:27.268Z[ helios-setup] Aug 28 22:45:26.316 INFO E| Downloaded structopt v0.3.26
30302024-08-28T22:45:27.281Z[ helios-setup] Aug 28 22:45:26.330 INFO E| Downloaded pest_meta v2.7.11
30312024-08-28T22:45:27.284Z[ helios-setup] Aug 28 22:45:26.333 INFO E| Downloaded modular-bitfield v0.11.2
30322024-08-28T22:45:27.305Z[ helios-setup] Aug 28 22:45:26.353 INFO E| Downloaded pest v2.7.11
30332024-08-28T22:45:27.313Z[ helios-setup] Aug 28 22:45:26.361 INFO E| Downloaded memchr v2.7.4
30342024-08-28T22:45:27.322Z[ helios-setup] Aug 28 22:45:26.370 INFO E| Downloaded clap v2.34.0
30352024-08-28T22:45:27.333Z[ helios-setup] Aug 28 22:45:26.381 INFO E| Downloaded goblin v0.4.3
30362024-08-28T22:45:27.341Z[ helios-setup] Aug 28 22:45:26.389 INFO E| Downloaded pre-proc-macro v0.2.1
30372024-08-28T22:45:27.344Z[ helios-setup] Aug 28 22:45:26.392 INFO E| Downloaded four-cc v0.3.0
30382024-08-28T22:45:27.348Z[ helios-setup] Aug 28 22:45:26.394 INFO E| Downloaded bytesize v1.3.0
30392024-08-28T22:45:27.348Z[ helios-setup] Aug 28 22:45:26.396 INFO E| Downloaded scroll_derive v0.10.5
30402024-08-28T22:45:27.350Z[ helios-setup] Aug 28 22:45:26.397 INFO E| Downloaded pre v0.2.1
30412024-08-28T22:45:27.350Z[ helios-setup] Aug 28 22:45:26.399 INFO E| Downloaded libc v0.2.155
30422024-08-28T22:45:27.424Z[ helios-setup] Aug 28 22:45:26.472 INFO E| Downloaded pest_generator v2.7.11
30432024-08-28T22:45:27.426Z[ helios-setup] Aug 28 22:45:26.474 INFO E| Downloaded parse_int v0.6.0
30442024-08-28T22:45:27.513Z[ helios-setup] Aug 28 22:45:26.561 INFO E| Compiling proc-macro2 v1.0.86
30452024-08-28T22:45:27.598Z[ helios-setup] Aug 28 22:45:26.646 INFO E| Compiling unicode-ident v1.0.12
30462024-08-28T22:45:27.598Z[ helios-setup] Aug 28 22:45:26.646 INFO E| Compiling syn v1.0.109
30472024-08-28T22:45:27.602Z[ helios-setup] Aug 28 22:45:26.646 INFO E| Compiling version_check v0.9.4
30482024-08-28T22:45:27.602Z[ helios-setup] Aug 28 22:45:26.646 INFO E| Compiling autocfg v1.3.0
30492024-08-28T22:45:27.602Z[ helios-setup] Aug 28 22:45:26.646 INFO E| Compiling thiserror v1.0.63
30502024-08-28T22:45:27.602Z[ helios-setup] Aug 28 22:45:26.646 INFO E| Compiling semver-parser v0.7.0
30512024-08-28T22:45:27.602Z[ helios-setup] Aug 28 22:45:26.646 INFO E| Compiling serde v1.0.204
30522024-08-28T22:45:28.271Z[ helios-setup] Aug 28 22:45:27.319 INFO E| Compiling semver v0.9.0
30532024-08-28T22:45:28.804Z[ helios-setup] Aug 28 22:45:27.852 INFO E| Compiling proc-macro-error-attr v1.0.4
30542024-08-28T22:45:28.944Z[ helios-setup] Aug 28 22:45:27.993 INFO E| Compiling proc-macro-error v1.0.4
30552024-08-28T22:45:29.073Z[ helios-setup] Aug 28 22:45:28.121 INFO E| Compiling rustc_version v0.2.3
30562024-08-28T22:45:29.104Z[ helios-setup] Aug 28 22:45:28.152 INFO E| Compiling serde_json v1.0.120
30572024-08-28T22:45:29.255Z[ helios-setup] Aug 28 22:45:28.302 INFO E| Compiling num-traits v0.2.19
30582024-08-28T22:45:29.596Z[ helios-setup] Aug 28 22:45:28.645 INFO E| Compiling schemars v0.8.21
30592024-08-28T22:45:29.675Z[ helios-setup] Aug 28 22:45:28.722 INFO E| Compiling unicode-segmentation v1.11.0
30602024-08-28T22:45:29.814Z[ helios-setup] Aug 28 22:45:28.862 INFO E| Compiling itoa v1.0.11
30612024-08-28T22:45:29.830Z[ helios-setup] Aug 28 22:45:28.879 INFO E| Compiling ryu v1.0.18
30622024-08-28T22:45:29.944Z[ helios-setup] Aug 28 22:45:28.993 INFO E| Compiling pre-proc-macro v0.2.1
30632024-08-28T22:45:30.247Z[ helios-setup] Aug 28 22:45:29.295 INFO E| Compiling memoffset v0.5.6
30642024-08-28T22:45:30.372Z[ helios-setup] Aug 28 22:45:29.420 INFO E| Compiling memchr v2.7.4
30652024-08-28T22:45:30.399Z[ helios-setup] Aug 28 22:45:29.447 INFO E| Compiling ucd-trie v0.1.6
30662024-08-28T22:45:30.651Z[ helios-setup] Aug 28 22:45:29.698 INFO E| Compiling paste v1.0.15
30672024-08-28T22:45:30.711Z[ helios-setup] Aug 28 22:45:29.759 INFO E| Compiling rustversion v1.0.17
30682024-08-28T22:45:31.414Z[ helios-setup] Aug 28 22:45:30.462 INFO E| Compiling quote v1.0.36
30692024-08-28T22:45:31.651Z[ helios-setup] Aug 28 22:45:30.699 INFO E| Compiling heck v0.3.3
30702024-08-28T22:45:31.829Z[ helios-setup] Aug 28 22:45:30.877 INFO E| Compiling libc v0.2.155
30712024-08-28T22:45:32.052Z[ helios-setup] Aug 28 22:45:31.101 INFO E| Compiling dyn-clone v1.0.17
30722024-08-28T22:45:32.175Z[ helios-setup] Aug 28 22:45:31.223 INFO E| Compiling syn v2.0.71
30732024-08-28T22:45:32.643Z[ helios-setup] Aug 28 22:45:31.691 INFO E| Compiling lazy_static v1.5.0
30742024-08-28T22:45:33.383Z[ helios-setup] Aug 28 22:45:32.346 INFO E| Compiling pre v0.2.1
30752024-08-28T22:45:33.517Z[ helios-setup] Aug 28 22:45:32.565 INFO E| Compiling static_assertions v1.1.0
30762024-08-28T22:45:33.615Z[ helios-setup] Aug 28 22:45:32.663 INFO E| Compiling once_cell v1.19.0
30772024-08-28T22:45:34.006Z[ helios-setup] Aug 28 22:45:33.054 INFO E| Compiling byteorder v1.5.0
30782024-08-28T22:45:34.419Z[ helios-setup] Aug 28 22:45:33.468 INFO E| Compiling cfg-if v0.1.10
30792024-08-28T22:45:34.442Z[ host-package] Compiling tui-tree-widget v0.22.0
30802024-08-28T22:45:34.898Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30812024-08-28T22:45:35.108Z[ helios-setup] Aug 28 22:45:34.157 INFO E| Compiling unicode-width v0.1.13
30822024-08-28T22:45:35.450Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30832024-08-28T22:45:35.509Z[ helios-setup] Aug 28 22:45:34.558 INFO E| Compiling textwrap v0.11.0
30842024-08-28T22:45:35.925Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30852024-08-28T22:45:36.213Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30862024-08-28T22:45:36.459Z[ helios-setup] Aug 28 22:45:35.508 INFO E| Compiling atty v0.2.14
30872024-08-28T22:45:36.638Z[ helios-setup] Aug 28 22:45:35.686 INFO E| Compiling strum v0.23.0
30882024-08-28T22:45:36.736Z[ host-package] Compiling uzers v0.11.3
30892024-08-28T22:45:36.806Z[ helios-setup] Aug 28 22:45:35.854 INFO E| Compiling unic-common v0.9.0
30902024-08-28T22:45:36.895Z[ helios-setup] Aug 28 22:45:35.944 INFO E| Compiling fletcher v0.1.0
30912024-08-28T22:45:37.008Z[ helios-setup] Aug 28 22:45:36.057 INFO E| Compiling vec_map v0.8.2
30922024-08-28T22:45:37.107Z[ helios-setup] Aug 28 22:45:36.156 INFO E| Compiling ansi_term v0.12.1
30932024-08-28T22:45:37.399Z[ helios-setup] Aug 28 22:45:36.448 INFO E| Compiling parse_int v0.6.0
30942024-08-28T22:45:37.566Z[ helios-setup] Aug 28 22:45:36.615 INFO E| Compiling bitflags v1.3.2
30952024-08-28T22:45:37.566Z[ helios-setup] Aug 28 22:45:36.615 INFO E| Compiling unic-char-range v0.9.0
30962024-08-28T22:45:37.639Z[ helios-setup] Aug 28 22:45:36.688 INFO E| Compiling strsim v0.8.0
30972024-08-28T22:45:37.710Z[ helios-setup] Aug 28 22:45:36.759 INFO E| Compiling unic-ucd-version v0.9.0
30982024-08-28T22:45:37.718Z[ helios-setup] Aug 28 22:45:36.766 INFO E| Compiling log v0.4.22
30992024-08-28T22:45:37.829Z[ helios-setup] Aug 28 22:45:36.878 INFO E| Compiling unic-char-property v0.9.0
31002024-08-28T22:45:37.958Z[ helios-setup] Aug 28 22:45:37.007 INFO E| Compiling plain v0.2.3
31012024-08-28T22:45:38.159Z[ helios-setup] Aug 28 22:45:37.208 INFO E| Compiling clap v2.34.0
31022024-08-28T22:45:38.186Z[ helios-setup] Aug 28 22:45:37.235 INFO E| Compiling unic-ucd-ident v0.9.0
31032024-08-28T22:45:38.405Z[ helios-setup] Aug 28 22:45:37.453 INFO E| Compiling bytesize v1.3.0
31042024-08-28T22:45:40.837Z[ helios-setup] Aug 28 22:45:39.886 INFO E| Compiling serde_derive_internals v0.29.1
31052024-08-28T22:45:40.919Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31062024-08-28T22:45:43.036Z[ helios-setup] Aug 28 22:45:42.086 INFO E| Compiling toml v0.5.11
31072024-08-28T22:45:46.473Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31082024-08-28T22:45:46.521Z[ helios-setup] Aug 28 22:45:45.570 INFO E| Compiling proc-macro-crate v0.1.5
31092024-08-28T22:45:46.758Z[ helios-setup] Aug 28 22:45:45.808 INFO E| Compiling thiserror-impl v1.0.63
31102024-08-28T22:45:47.730Z[ helios-setup] Aug 28 22:45:46.780 INFO E| Compiling serde_derive v1.0.204
31112024-08-28T22:45:47.743Z[ helios-setup] Aug 28 22:45:46.793 INFO E| Compiling schemars_derive v0.8.21
31122024-08-28T22:45:47.964Z[ helios-setup] Aug 28 22:45:47.014 INFO E| Compiling zerocopy-derive v0.6.6
31132024-08-28T22:45:51.578Z[ helios-setup] Aug 28 22:45:50.627 INFO E| Compiling zerocopy v0.6.6
31142024-08-28T22:45:52.403Z[ helios-setup] Aug 28 22:45:51.453 INFO E| Compiling pest v2.7.11
31152024-08-28T22:45:52.969Z[ helios-setup] Aug 28 22:45:52.019 INFO E| Compiling modular-bitfield-impl v0.11.2
31162024-08-28T22:45:53.288Z[ helios-setup] Aug 28 22:45:52.338 INFO E| Compiling num-derive v0.3.3
31172024-08-28T22:45:53.738Z[ helios-setup] Aug 28 22:45:52.787 INFO E| Compiling strum_macros v0.23.1
31182024-08-28T22:45:55.242Z[ helios-setup] Aug 28 22:45:54.292 INFO E| Compiling scroll_derive v0.10.5
31192024-08-28T22:45:56.082Z[ helios-setup] Aug 28 22:45:55.132 INFO E| Compiling structopt-derive v0.4.18
31202024-08-28T22:45:58.214Z[ helios-setup] Aug 28 22:45:57.259 INFO E| Compiling pest_meta v2.7.11
31212024-08-28T22:45:58.326Z[ helios-setup] Aug 28 22:45:57.376 INFO E| Compiling scroll v0.10.2
31222024-08-28T22:45:58.357Z[ helios-setup] Aug 28 22:45:57.407 INFO E| Compiling modular-bitfield v0.11.2
31232024-08-28T22:45:59.490Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31242024-08-28T22:45:59.634Z[ helios-setup] Aug 28 22:45:58.684 INFO E| Compiling goblin v0.4.3
31252024-08-28T22:46:00.698Z[ helios-setup] Aug 28 22:45:59.748 INFO E| Compiling pest_generator v2.7.11
31262024-08-28T22:46:01.646Z[ helios-setup] Aug 28 22:46:00.696 INFO E| Compiling structopt v0.3.26
31272024-08-28T22:46:02.965Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31282024-08-28T22:46:05.202Z[ helios-setup] Aug 28 22:46:04.253 INFO E| Compiling pest_derive v2.7.11
31292024-08-28T22:46:10.267Z[ helios-setup] Aug 28 22:46:09.318 INFO E| Compiling json5 v0.4.1
31302024-08-28T22:46:11.398Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31312024-08-28T22:46:16.155Z[ helios-setup] Aug 28 22:46:15.206 INFO E| Compiling four-cc v0.3.0
31322024-08-28T22:46:16.155Z[ helios-setup] Aug 28 22:46:15.206 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
31332024-08-28T22:46:16.385Z[ helios-setup] Aug 28 22:46:15.436 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
31342024-08-28T22:46:26.239Z[ host-package] Compiling multimap v0.10.0
31352024-08-28T22:46:58.204Z[ helios-setup] Aug 28 22:46:57.258 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
31362024-08-28T22:47:13.926Z[ helios-setup] Aug 28 22:47:12.981 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31372024-08-28T22:48:07.659Z[ helios-setup] Aug 28 22:48:06.718 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 43s
31382024-08-28T22:48:07.698Z[ helios-setup] Aug 28 22:48:06.757 INFO building project "amd-host-image-builder" ok (194 seconds)
31392024-08-28T22:48:07.701Z[ helios-setup] rm -f helios-build
31402024-08-28T22:48:07.709Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
31412024-08-28T22:48:07.712Z[ helios-setup]
31422024-08-28T22:48:07.712Z[ helios-setup] Setup complete! ./helios-build is now available.
31432024-08-28T22:48:07.712Z[ helios-setup]
31442024-08-28T22:48:07.716ZAug 28 22:48:06.771 [ helios-setup]
31452024-08-28T22:48:07.716ZINFO [helios-setup] process exited with exit status: 0 (735.656286143s)
31462024-08-28T22:48:07.716Z[ helios-setup] real 12:15.650585297
31472024-08-28T22:48:07.716Z[ helios-setup] user 28:52.572032656
31482024-08-28T22:48:07.716Z[ helios-setup] sys 3:33.426334044
31492024-08-28T22:48:07.716Z[ helios-setup] trap 1.655048552
31502024-08-28T22:48:07.716Z[ helios-setup] tflt 5.830286984
31512024-08-28T22:48:07.716Z[ helios-setup] dflt 37.283844542
31522024-08-28T22:48:07.716Z[ helios-setup] kflt 0.035201343
31532024-08-28T22:48:07.716Z[ helios-setup] lock 2:05:10.662062397
31542024-08-28T22:48:07.716Z[ helios-setup] slp 3:45:53.739346337
31552024-08-28T22:48:07.716Z[ helios-setup] lat 32:45.175612825
31562024-08-28T22:48:07.716Z[ helios-setup] stop 4:38.728406280
31572024-08-28T22:48:07.716ZAug 28 22:48:06.772 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31582024-08-28T22:48:07.734Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31592024-08-28T22:48:08.065Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31602024-08-28T22:48:08.065Z[ phbl-toolchain] info: downloading component 'cargo'
31612024-08-28T22:48:09.534Z[ phbl-toolchain] info: downloading component 'clippy'
31622024-08-28T22:48:09.853Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31632024-08-28T22:48:14.776Z[ phbl-toolchain] info: downloading component 'miri'
31642024-08-28T22:48:15.671Z[ phbl-toolchain] info: downloading component 'rust-docs'
31652024-08-28T22:48:17.534Z[ phbl-toolchain] info: downloading component 'rust-src'
31662024-08-28T22:48:17.842Z[ phbl-toolchain] info: downloading component 'rust-std'
31672024-08-28T22:48:20.031Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31682024-08-28T22:48:20.320Z[ phbl-toolchain] info: downloading component 'rustc'
31692024-08-28T22:48:25.369Z[ phbl-toolchain] info: downloading component 'rustfmt'
31702024-08-28T22:48:25.705Z[ phbl-toolchain] info: installing component 'cargo'
31712024-08-28T22:48:26.999Z[ phbl-toolchain] info: installing component 'clippy'
31722024-08-28T22:48:27.590Z[ phbl-toolchain] info: installing component 'llvm-tools'
31732024-08-28T22:48:33.870Z[ phbl-toolchain] info: installing component 'miri'
31742024-08-28T22:48:34.236Z[ phbl-toolchain] info: installing component 'rust-docs'
31752024-08-28T22:48:40.368Z[ phbl-toolchain] info: installing component 'rust-src'
31762024-08-28T22:48:41.018Z[ phbl-toolchain] info: installing component 'rust-std'
31772024-08-28T22:48:43.598Z[ phbl-toolchain] info: installing component 'rustc'
31782024-08-28T22:48:47.811Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31792024-08-28T22:48:49.998Z[ phbl-toolchain] info: installing component 'rustfmt'
31802024-08-28T22:48:50.787Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31812024-08-28T22:48:50.789ZAug 28 22:48:49.851 INFO [phbl-toolchain] process exited with exit status: 0 (43.078589955s)
31822024-08-28T22:55:37.996Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 59s
31832024-08-28T22:56:39.292ZAug 28 22:56:38.383 INFO [host-package] process exited with exit status: 0 (1201.211100762s)
31842024-08-28T22:56:39.292ZAug 28 22:56:38.383 INFO [host-stamp] running task
31852024-08-28T22:56:39.295ZAug 28 22:56:38.384 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31862024-08-28T22:56:39.299ZAug 28 22:56:38.390 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+git9189023e044
31872024-08-28T22:56:39.304ZAug 28 22:56:38.395 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+git9189023e044
31882024-08-28T22:56:39.308ZAug 28 22:56:38.400 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+git9189023e044
31892024-08-28T22:56:39.312Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31902024-08-28T22:56:39.314Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
31912024-08-28T22:56:39.314ZAug 28 22:56:38.405 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+git9189023e044
31922024-08-28T22:56:39.319Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
31932024-08-28T22:56:39.319Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
31942024-08-28T22:56:39.321ZAug 28 22:56:38.411 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+git9189023e044
31952024-08-28T22:56:39.324Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
31962024-08-28T22:56:39.327ZAug 28 22:56:38.417 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+git9189023e044
31972024-08-28T22:56:39.331Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31982024-08-28T22:56:39.334ZAug 28 22:56:38.425 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+git9189023e044
31992024-08-28T22:56:39.339Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32002024-08-28T22:56:39.339Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32012024-08-28T22:56:39.342ZAug 28 22:56:38.433 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+git9189023e044
32022024-08-28T22:56:39.347Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32032024-08-28T22:56:39.349ZAug 28 22:56:38.440 INFO [stamp-overlay] process exited with exit status: 0 (50.635032ms)
32042024-08-28T22:56:39.350ZAug 28 22:56:38.441 INFO [stamp-oxlog] process exited with exit status: 0 (41.062487ms)
32052024-08-28T22:56:39.352Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32062024-08-28T22:56:39.355Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32072024-08-28T22:56:39.358ZAug 28 22:56:38.449 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (23.658684ms)
32082024-08-28T22:56:39.360Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32092024-08-28T22:56:39.422Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32102024-08-28T22:56:39.425ZAug 28 22:56:38.516 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (111.003954ms)
32112024-08-28T22:56:39.543Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32122024-08-28T22:56:39.546ZAug 28 22:56:38.638 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (226.771329ms)
32132024-08-28T22:56:39.678Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32142024-08-28T22:56:39.681ZAug 28 22:56:38.772 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (355.197076ms)
32152024-08-28T22:56:40.504Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32162024-08-28T22:56:40.508ZAug 28 22:56:39.599 INFO [stamp-propolis-server] process exited with exit status: 0 (1.204226576s)
32172024-08-28T22:56:40.638Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32182024-08-28T22:56:43.059Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32192024-08-28T22:56:49.713Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32202024-08-28T22:56:49.717ZAug 28 22:56:48.807 INFO [stamp-switch-asic] process exited with exit status: 0 (10.374569782s)
32212024-08-28T22:56:49.717ZAug 28 22:56:48.808 INFO [host-stamp] task succeeded (10.424294371s)
32222024-08-28T22:56:49.717ZAug 28 22:56:48.808 INFO [host-proto] running task
32232024-08-28T22:56:50.125ZAug 28 22:56:49.216 INFO [host-proto] task succeeded (408.647425ms)
32242024-08-28T22:56:50.125ZAug 28 22:56:49.216 INFO [host-profile] running task
32252024-08-28T22:56:50.128ZAug 28 22:56:49.217 INFO [host-profile] task succeeded (308.385µs)
32262024-08-28T22:56:50.128ZAug 28 22:56:49.217 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/.tmprIy4Nm/proto/host/root -N 'ci 9189023/${os_short_commit} 2024-08-28 22:35' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32272024-08-28T22:56:50.141Z[ host-image] Aug 28 22:56:49.232 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32282024-08-28T22:56:50.143Z[ host-image] Aug 28 22:56:49.233 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32292024-08-28T22:56:50.156Z[ host-image] Aug 28 22:56:49.247 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmprIy4Nm/proto/host/root"
32302024-08-28T22:56:50.156Z[ host-image] Aug 28 22:56:49.247 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32312024-08-28T22:56:50.158Z[ host-image] Aug 28 22:56:49.248 INFO image builder template: ramdisk-01-os...
32322024-08-28T22:56:50.158Z[ host-image] Aug 28 22:56:49.248 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/.tmprIy4Nm/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
32332024-08-28T22:56:50.175Z[ host-image] Aug 28 22:56:49.267 INFO O| Aug 28 22:56:49.267 INFO CREATE DATASET: rpool/images/build/host/output
32342024-08-28T22:56:50.754Z[ host-image] Aug 28 22:56:49.846 INFO O| Aug 28 22:56:49.846 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32352024-08-28T22:56:50.759Z[ host-image] Aug 28 22:56:49.851 INFO O| Aug 28 22:56:49.851 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32362024-08-28T22:56:50.961Z[ host-image] Aug 28 22:56:50.052 INFO O| Aug 28 22:56:50.052 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
32372024-08-28T22:56:51.019Z[ host-image] Aug 28 22:56:50.110 INFO O| Aug 28 22:56:50.110 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32382024-08-28T22:56:51.022Z[ host-image] Aug 28 22:56:50.110 INFO O| Aug 28 22:56:50.110 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
32392024-08-28T22:56:51.022Z[ host-image] Aug 28 22:56:50.111 INFO O| Aug 28 22:56:50.111 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
32402024-08-28T22:56:51.022Z[ host-image] Aug 28 22:56:50.111 INFO O| Aug 28 22:56:50.111 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
32412024-08-28T22:56:51.030Z[ host-image] Aug 28 22:56:50.122 INFO O| Aug 28 22:56:50.122 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
32422024-08-28T22:56:51.264Z[ host-image] Aug 28 22:56:50.356 INFO O| Aug 28 22:56:50.355 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32432024-08-28T22:56:51.280Z[ host-image] Aug 28 22:56:50.372 INFO O| Aug 28 22:56:50.372 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
32442024-08-28T22:56:51.876Z[ host-image] Aug 28 22:56:50.968 INFO O| Aug 28 22:56:50.968 INFO O| Caching catalogs ... Done
32452024-08-28T22:56:52.002Z[ host-image] Aug 28 22:56:51.094 INFO O| Aug 28 22:56:51.093 INFO STEP 0 (pkg_image_create) COMPLETE
32462024-08-28T22:56:52.002Z[ host-image] Aug 28 22:56:51.094 INFO O| Aug 28 22:56:51.093 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32472024-08-28T22:56:52.002Z[ host-image] Aug 28 22:56:51.094 INFO O| Aug 28 22:56:51.093 INFO skip step because feature "repo_redist" is not enabled
32482024-08-28T22:56:52.005Z[ host-image] Aug 28 22:56:51.094 INFO O| Aug 28 22:56:51.094 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32492024-08-28T22:56:52.018Z[ host-image] Aug 28 22:56:51.110 INFO O| Aug 28 22:56:51.110 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"]
32502024-08-28T22:56:52.611Z[ host-image] Aug 28 22:56:51.703 INFO O| Aug 28 22:56:51.703 INFO STEP 2 (pkg_set_publisher) COMPLETE
32512024-08-28T22:56:52.611Z[ host-image] Aug 28 22:56:51.703 INFO O| Aug 28 22:56:51.703 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32522024-08-28T22:56:52.628Z[ host-image] Aug 28 22:56:51.720 INFO O| Aug 28 22:56:51.720 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"]
32532024-08-28T22:56:53.181Z[ host-image] Aug 28 22:56:52.273 INFO O| Aug 28 22:56:52.273 INFO STEP 3 (pkg_set_publisher) COMPLETE
32542024-08-28T22:56:53.181Z[ host-image] Aug 28 22:56:52.273 INFO O| Aug 28 22:56:52.273 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32552024-08-28T22:56:53.184Z[ host-image] Aug 28 22:56:52.273 INFO O| Aug 28 22:56:52.273 INFO skip step because feature "repo_redist" is not enabled
32562024-08-28T22:56:53.184Z[ host-image] Aug 28 22:56:52.273 INFO O| Aug 28 22:56:52.273 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32572024-08-28T22:56:53.720Z[ host-image] Aug 28 22:56:52.812 INFO O| Aug 28 22:56:52.812 INFO variant opensolaris.zone is already global
32582024-08-28T22:56:53.721Z[ host-image] Aug 28 22:56:52.812 INFO O| Aug 28 22:56:52.812 INFO STEP 5 (pkg_change_variant) COMPLETE
32592024-08-28T22:56:53.724Z[ host-image] Aug 28 22:56:52.812 INFO O| Aug 28 22:56:52.812 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32602024-08-28T22:56:54.303Z[ host-image] Aug 28 22:56:53.395 INFO O| Aug 28 22:56:53.394 INFO variant opensolaris.imagetype is full; changing to partial
32612024-08-28T22:56:54.303Z[ host-image] Aug 28 22:56:53.395 INFO O| Aug 28 22:56:53.395 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32622024-08-28T22:57:00.128Z[ host-image] Aug 28 22:56:59.220 INFO O| Aug 28 22:56:59.220 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32632024-08-28T22:57:01.789Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.28s
32642024-08-28T22:57:02.338Z[ host-image] Aug 28 22:57:01.430 INFO O| Aug 28 22:57:01.430 INFO O| Startup: Caching catalogs ... Done
32652024-08-28T22:57:02.388Z[ host-image] Aug 28 22:57:01.476 INFO O| Aug 28 22:57:01.476 INFO O| Planning: Planning completed in 0.00 seconds
32662024-08-28T22:57:02.393Z[ host-image] Aug 28 22:57:01.476 INFO O| Aug 28 22:57:01.476 INFO O| Planning: Consolidating action changes ... Done
32672024-08-28T22:57:02.393Z[ host-image] Aug 28 22:57:01.476 INFO O| Aug 28 22:57:01.476 INFO O| Planning: Evaluating mediators ... Done
32682024-08-28T22:57:02.393Z[ host-image] Aug 28 22:57:01.477 INFO O| Aug 28 22:57:01.477 INFO O| Planning: Planning completed in 0.00 seconds
32692024-08-28T22:57:02.393Z[ host-image] Aug 28 22:57:01.477 INFO O| Aug 28 22:57:01.477 INFO O| Variants/Facets to change: 1
32702024-08-28T22:57:02.403Z[ host-image] Aug 28 22:57:01.494 INFO O| Aug 28 22:57:01.494 INFO O| Done
32712024-08-28T22:57:02.403Z[ host-image] Aug 28 22:57:01.494 INFO O| Aug 28 22:57:01.494 INFO O| Done
32722024-08-28T22:57:02.756Z[ host-image] Aug 28 22:57:01.845 INFO O| Aug 28 22:57:01.845 INFO O| Done
32732024-08-28T22:57:02.785Z[ host-image] Aug 28 22:57:01.876 INFO O| Aug 28 22:57:01.875 INFO O| Done
32742024-08-28T22:57:02.790Z[ host-image] Aug 28 22:57:01.877 INFO O| Aug 28 22:57:01.876 INFO O| Done
32752024-08-28T22:57:02.790Z[ host-image] Aug 28 22:57:01.877 INFO O| Aug 28 22:57:01.877 INFO O| Done
32762024-08-28T22:57:02.790Z[ host-image] Aug 28 22:57:01.878 INFO O| Aug 28 22:57:01.878 INFO O| Done
32772024-08-28T22:57:03.109Z[ host-image] Aug 28 22:57:02.197 INFO O| Aug 28 22:57:02.197 INFO STEP 6 (pkg_change_variant) COMPLETE
32782024-08-28T22:57:03.110Z[ host-image] Aug 28 22:57:02.197 INFO O| Aug 28 22:57:02.197 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32792024-08-28T22:57:03.110Z[ host-image] Aug 28 22:57:02.197 INFO O| Aug 28 22:57:02.197 INFO skip step because feature "debug_variant" is not enabled
32802024-08-28T22:57:03.112Z[ host-image] Aug 28 22:57:02.197 INFO O| Aug 28 22:57:02.197 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32812024-08-28T22:57:03.223ZAug 28 22:57:02.315 INFO [recovery-package] process exited with exit status: 0 (23.931146622s)
32822024-08-28T22:57:03.223ZAug 28 22:57:02.315 INFO [recovery-stamp] running task
32832024-08-28T22:57:03.226ZAug 28 22:57:02.315 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32842024-08-28T22:57:03.226ZAug 28 22:57:02.315 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+git9189023e044
32852024-08-28T22:57:03.234ZAug 28 22:57:02.327 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git9189023e044
32862024-08-28T22:57:03.245Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32872024-08-28T22:57:03.247Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32882024-08-28T22:57:03.320Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32892024-08-28T22:57:03.324ZAug 28 22:57:02.416 INFO [stamp-installinator] process exited with exit status: 0 (89.425046ms)
32902024-08-28T22:57:03.360Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32912024-08-28T22:57:03.363ZAug 28 22:57:02.455 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (139.844142ms)
32922024-08-28T22:57:03.365ZAug 28 22:57:02.456 INFO [recovery-stamp] task succeeded (140.31761ms)
32932024-08-28T22:57:03.365ZAug 28 22:57:02.456 INFO [recovery-proto] running task
32942024-08-28T22:57:03.366ZAug 28 22:57:02.456 INFO [tuf-stamp] running task
32952024-08-28T22:57:03.366ZAug 28 22:57:02.457 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+git9189023e044
32962024-08-28T22:57:03.373ZAug 28 22:57:02.466 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+git9189023e044
32972024-08-28T22:57:03.383ZAug 28 22:57:02.476 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+git9189023e044
32982024-08-28T22:57:03.389Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32992024-08-28T22:57:03.391ZAug 28 22:57:02.484 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+git9189023e044
33002024-08-28T22:57:03.398Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33012024-08-28T22:57:03.400ZAug 28 22:57:02.493 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+git9189023e044
33022024-08-28T22:57:03.407Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33032024-08-28T22:57:03.411ZAug 28 22:57:02.503 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+git9189023e044
33042024-08-28T22:57:03.436Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33052024-08-28T22:57:03.439Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33062024-08-28T22:57:03.439ZAug 28 22:57:02.529 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+git9189023e044
33072024-08-28T22:57:03.463Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33082024-08-28T22:57:03.466ZAug 28 22:57:02.556 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+git9189023e044
33092024-08-28T22:57:03.491Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33102024-08-28T22:57:03.491ZAug 28 22:57:02.583 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+git9189023e044
33112024-08-28T22:57:03.536Z[ host-image] Aug 28 22:57:02.588 INFO O| Aug 28 22:57:02.588 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33122024-08-28T22:57:03.539Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33132024-08-28T22:57:03.539Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33142024-08-28T22:57:03.539ZAug 28 22:57:02.630 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+git9189023e044
33152024-08-28T22:57:03.639Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33162024-08-28T22:57:03.642ZAug 28 22:57:02.732 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+git9189023e044
33172024-08-28T22:57:03.698Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33182024-08-28T22:57:03.701ZAug 28 22:57:02.791 INFO [stamp-probe] process exited with exit status: 0 (314.655432ms)
33192024-08-28T22:57:03.724ZAug 28 22:57:02.817 INFO [recovery-proto] task succeeded (345.776962ms)
33202024-08-28T22:57:03.726Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33212024-08-28T22:57:03.726ZAug 28 22:57:02.817 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/.tmprIy4Nm/proto/recovery/root -N 'recovery 9189023/${os_short_commit} 2024-08-28 22:35' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33222024-08-28T22:57:03.803Z[ recovery-image] Aug 28 22:57:02.882 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33232024-08-28T22:57:03.803Z[ recovery-image] Aug 28 22:57:02.882 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33242024-08-28T22:57:03.806Z[ recovery-image] Aug 28 22:57:02.898 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmprIy4Nm/proto/recovery/root"
33252024-08-28T22:57:03.806Z[ recovery-image] Aug 28 22:57:02.898 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33262024-08-28T22:57:03.806Z[ recovery-image] Aug 28 22:57:02.898 INFO image builder template: ramdisk-01-os...
33272024-08-28T22:57:03.806Z[ recovery-image] Aug 28 22:57:02.898 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/.tmprIy4Nm/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
33282024-08-28T22:57:03.848Z[ recovery-image] Aug 28 22:57:02.940 INFO O| Aug 28 22:57:02.940 INFO CREATE DATASET: rpool/images/build/recovery/output
33292024-08-28T22:57:03.993Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33302024-08-28T22:57:04.035ZAug 28 22:57:03.128 INFO [stamp-ntp] process exited with exit status: 0 (571.364067ms)
33312024-08-28T22:57:04.542Z[ recovery-image] Aug 28 22:57:03.634 INFO O| Aug 28 22:57:03.634 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33322024-08-28T22:57:04.547Z[ recovery-image] Aug 28 22:57:03.640 INFO O| Aug 28 22:57:03.640 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33332024-08-28T22:57:04.665Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33342024-08-28T22:57:04.674Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33352024-08-28T22:57:04.679ZAug 28 22:57:03.772 INFO [stamp-external-dns] process exited with exit status: 0 (1.24289969s)
33362024-08-28T22:57:04.715ZAug 28 22:57:03.808 INFO [stamp-internal-dns] process exited with exit status: 0 (1.323469158s)
33372024-08-28T22:57:04.753Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33382024-08-28T22:57:04.758ZAug 28 22:57:03.850 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.383962959s)
33392024-08-28T22:57:04.830Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
33402024-08-28T22:57:04.853Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33412024-08-28T22:57:05.273Z[ recovery-image] Aug 28 22:57:04.365 INFO O| Aug 28 22:57:04.365 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33422024-08-28T22:57:05.379Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33432024-08-28T22:57:05.383ZAug 28 22:57:04.476 INFO [stamp-oximeter] process exited with exit status: 0 (1.893237367s)
33442024-08-28T22:57:05.401Z[ recovery-image] Aug 28 22:57:04.493 INFO O| Aug 28 22:57:04.493 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33452024-08-28T22:57:05.401Z[ recovery-image] Aug 28 22:57:04.493 INFO O| Aug 28 22:57:04.493 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33462024-08-28T22:57:05.403Z[ recovery-image] Aug 28 22:57:04.494 INFO O| Aug 28 22:57:04.494 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33472024-08-28T22:57:05.403Z[ recovery-image] Aug 28 22:57:04.494 INFO O| Aug 28 22:57:04.494 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33482024-08-28T22:57:05.412Z[ recovery-image] Aug 28 22:57:04.505 INFO O| Aug 28 22:57:04.504 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33492024-08-28T22:57:05.441Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33502024-08-28T22:57:05.446ZAug 28 22:57:04.539 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.806548769s)
33512024-08-28T22:57:05.448Z[ host-image] Aug 28 22:57:04.539 INFO O| Aug 28 22:57:04.539 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33522024-08-28T22:57:05.448Z[ host-image] Aug 28 22:57:04.541 INFO O| Aug 28 22:57:04.541 INFO O| Planning: Planning completed in 0.00 seconds
33532024-08-28T22:57:05.452Z[ host-image] Aug 28 22:57:04.542 INFO O| Aug 28 22:57:04.542 INFO O| Planning: Consolidating action changes ... Done
33542024-08-28T22:57:05.452Z[ host-image] Aug 28 22:57:04.542 INFO O| Aug 28 22:57:04.542 INFO O| Planning: Evaluating mediators ... Done
33552024-08-28T22:57:05.452Z[ host-image] Aug 28 22:57:04.542 INFO O| Aug 28 22:57:04.542 INFO O| Planning: Planning completed in 0.00 seconds
33562024-08-28T22:57:05.452Z[ host-image] Aug 28 22:57:04.542 INFO O| Aug 28 22:57:04.542 INFO O| Variants/Facets to change: 1
33572024-08-28T22:57:05.552Z[ host-image] Aug 28 22:57:04.644 INFO O| Aug 28 22:57:04.644 INFO O| Done
33582024-08-28T22:57:05.552Z[ host-image] Aug 28 22:57:04.644 INFO O| Aug 28 22:57:04.644 INFO O| Done
33592024-08-28T22:57:05.879Z[ recovery-image] Aug 28 22:57:04.972 INFO O| Aug 28 22:57:04.971 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33602024-08-28T22:57:05.891Z[ recovery-image] Aug 28 22:57:04.983 INFO O| Aug 28 22:57:04.983 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33612024-08-28T22:57:05.936Z[ host-image] Aug 28 22:57:05.028 INFO O| Aug 28 22:57:05.028 INFO O| Done
33622024-08-28T22:57:05.987Z[ host-image] Aug 28 22:57:05.079 INFO O| Aug 28 22:57:05.079 INFO O| Done
33632024-08-28T22:57:05.990Z[ host-image] Aug 28 22:57:05.080 INFO O| Aug 28 22:57:05.080 INFO O| Done
33642024-08-28T22:57:05.990Z[ host-image] Aug 28 22:57:05.080 INFO O| Aug 28 22:57:05.080 INFO O| Done
33652024-08-28T22:57:05.990Z[ host-image] Aug 28 22:57:05.082 INFO O| Aug 28 22:57:05.082 INFO O| Done
33662024-08-28T22:57:06.065Z[ host-image] Aug 28 22:57:05.157 INFO O| Aug 28 22:57:05.157 INFO STEP 8 (pkg_change_facet) COMPLETE
33672024-08-28T22:57:06.065Z[ host-image] Aug 28 22:57:05.157 INFO O| Aug 28 22:57:05.157 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33682024-08-28T22:57:06.067Z[ host-image] Aug 28 22:57:05.157 INFO O| Aug 28 22:57:05.157 INFO skip step because feature "recovery" is not enabled
33692024-08-28T22:57:06.067Z[ host-image] Aug 28 22:57:05.157 INFO O| Aug 28 22:57:05.157 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33702024-08-28T22:57:06.067Z[ host-image] Aug 28 22:57:05.157 INFO O| Aug 28 22:57:05.157 INFO skip step because feature "recovery" is not enabled
33712024-08-28T22:57:06.067Z[ host-image] Aug 28 22:57:05.157 INFO O| Aug 28 22:57:05.157 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33722024-08-28T22:57:06.081Z[ host-image] Aug 28 22:57:05.173 INFO O| Aug 28 22:57:05.173 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"]
33732024-08-28T22:57:06.385Z[ recovery-image] Aug 28 22:57:05.477 INFO O| Aug 28 22:57:05.477 INFO O| Caching catalogs ... Done
33742024-08-28T22:57:06.494Z[ recovery-image] Aug 28 22:57:05.586 INFO O| Aug 28 22:57:05.586 INFO STEP 0 (pkg_image_create) COMPLETE
33752024-08-28T22:57:06.494Z[ recovery-image] Aug 28 22:57:05.587 INFO O| Aug 28 22:57:05.586 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33762024-08-28T22:57:06.497Z[ recovery-image] Aug 28 22:57:05.587 INFO O| Aug 28 22:57:05.586 INFO skip step because feature "repo_redist" is not enabled
33772024-08-28T22:57:06.497Z[ recovery-image] Aug 28 22:57:05.587 INFO O| Aug 28 22:57:05.586 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33782024-08-28T22:57:06.509Z[ recovery-image] Aug 28 22:57:05.602 INFO O| Aug 28 22:57:05.602 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"]
33792024-08-28T22:57:06.611Z[ host-image] Aug 28 22:57:05.703 INFO O| Aug 28 22:57:05.703 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33802024-08-28T22:57:06.949Z[ recovery-image] Aug 28 22:57:06.042 INFO O| Aug 28 22:57:06.042 INFO STEP 2 (pkg_set_publisher) COMPLETE
33812024-08-28T22:57:06.950Z[ recovery-image] Aug 28 22:57:06.042 INFO O| Aug 28 22:57:06.042 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33822024-08-28T22:57:06.964Z[ recovery-image] Aug 28 22:57:06.057 INFO O| Aug 28 22:57:06.057 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"]
33832024-08-28T22:57:07.025Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33842024-08-28T22:57:07.029ZAug 28 22:57:06.122 INFO [stamp-nexus] process exited with exit status: 0 (3.665706009s)
33852024-08-28T22:57:07.368Z[ recovery-image] Aug 28 22:57:06.460 INFO O| Aug 28 22:57:06.460 INFO STEP 3 (pkg_set_publisher) COMPLETE
33862024-08-28T22:57:07.368Z[ recovery-image] Aug 28 22:57:06.460 INFO O| Aug 28 22:57:06.460 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33872024-08-28T22:57:07.368Z[ recovery-image] Aug 28 22:57:06.460 INFO O| Aug 28 22:57:06.460 INFO skip step because feature "repo_redist" is not enabled
33882024-08-28T22:57:07.371Z[ recovery-image] Aug 28 22:57:06.460 INFO O| Aug 28 22:57:06.460 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33892024-08-28T22:57:07.713Z[ recovery-image] Aug 28 22:57:06.806 INFO O| Aug 28 22:57:06.806 INFO variant opensolaris.zone is already global
33902024-08-28T22:57:07.713Z[ recovery-image] Aug 28 22:57:06.806 INFO O| Aug 28 22:57:06.806 INFO STEP 5 (pkg_change_variant) COMPLETE
33912024-08-28T22:57:07.716Z[ recovery-image] Aug 28 22:57:06.806 INFO O| Aug 28 22:57:06.806 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33922024-08-28T22:57:08.082Z[ recovery-image] Aug 28 22:57:07.175 INFO O| Aug 28 22:57:07.175 INFO variant opensolaris.imagetype is full; changing to partial
33932024-08-28T22:57:08.082Z[ recovery-image] Aug 28 22:57:07.175 INFO O| Aug 28 22:57:07.175 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33942024-08-28T22:57:08.981Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33952024-08-28T22:57:08.985ZAug 28 22:57:08.078 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.447960314s)
33962024-08-28T22:57:09.675Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33972024-08-28T22:57:09.807Z[verify-libraries] Compiling polyval v0.6.2
33982024-08-28T22:57:09.810Z[verify-libraries] Compiling rfc6979 v0.4.0
33992024-08-28T22:57:09.841Z[verify-libraries] Compiling primeorder v0.13.6
34002024-08-28T22:57:09.843Z[verify-libraries] Compiling ctr v0.9.2
34012024-08-28T22:57:09.859Z[verify-libraries] Compiling ed25519 v2.2.3
34022024-08-28T22:57:09.860Z[verify-libraries] Compiling ssh-encoding v0.2.0
34032024-08-28T22:57:09.862Z[verify-libraries] Compiling blowfish v0.9.1
34042024-08-28T22:57:10.276Z[verify-libraries] Compiling ecdsa v0.16.9
34052024-08-28T22:57:10.428Z[verify-libraries] Compiling ghash v0.5.1
34062024-08-28T22:57:10.598Z[verify-libraries] Compiling option-ext v0.2.0
34072024-08-28T22:57:10.650Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34082024-08-28T22:57:10.827Z[verify-libraries] Compiling aes-gcm v0.10.3
34092024-08-28T22:57:10.875Z[verify-libraries] Compiling dirs-sys v0.4.1
34102024-08-28T22:57:11.083Z[verify-libraries] Compiling ed25519-dalek v2.1.1
34112024-08-28T22:57:11.418Z[verify-libraries] Compiling ssh-cipher v0.2.0
34122024-08-28T22:57:11.528Z[verify-libraries] Compiling password-hash v0.4.2
34132024-08-28T22:57:11.702Z[verify-libraries] Compiling matches v0.1.10
34142024-08-28T22:57:11.920Z[verify-libraries] Compiling p256 v0.13.2
34152024-08-28T22:57:12.041Z[verify-libraries] Compiling p521 v0.13.3
34162024-08-28T22:57:12.357Z[verify-libraries] Compiling pbkdf2 v0.11.0
34172024-08-28T22:57:12.516Z[verify-libraries] Compiling ssh-key v0.6.6
34182024-08-28T22:57:12.615Z[verify-libraries] Compiling p384 v0.13.0
34192024-08-28T22:57:13.107Z[verify-libraries] Compiling idna v0.2.3
34202024-08-28T22:57:13.438Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34212024-08-28T22:57:13.541ZAug 28 22:57:12.578 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.084655391s)
34222024-08-28T22:57:13.642Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34232024-08-28T22:57:13.671ZAug 28 22:57:12.764 INFO [stamp-clickhouse] process exited with exit status: 0 (10.260102852s)
34242024-08-28T22:57:13.671ZAug 28 22:57:12.764 INFO [tuf-stamp] task succeeded (10.308157828s)
34252024-08-28T22:57:14.151Z[verify-libraries] Compiling dirs v5.0.1
34262024-08-28T22:57:14.514Z[verify-libraries] Compiling enum-as-inner v0.5.1
34272024-08-28T22:57:14.526Z[ recovery-image] Aug 28 22:57:13.619 INFO O| Aug 28 22:57:13.619 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34282024-08-28T22:57:14.665Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34292024-08-28T22:57:15.168Z[verify-libraries] Compiling md5 v0.7.0
34302024-08-28T22:57:15.803Z[verify-libraries] Compiling russh-keys v0.44.0
34312024-08-28T22:57:15.915Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34322024-08-28T22:57:16.919Z[verify-libraries] Compiling num-bigint v0.4.5
34332024-08-28T22:57:16.958Z[verify-libraries] Compiling hex-literal v0.4.1
34342024-08-28T22:57:17.301Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34352024-08-28T22:57:18.667Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34362024-08-28T22:57:19.903Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34372024-08-28T22:57:19.986Z[ recovery-image] Aug 28 22:57:19.079 INFO O| Aug 28 22:57:19.079 INFO O| Startup: Caching catalogs ... Done
34382024-08-28T22:57:20.207Z[ recovery-image] Aug 28 22:57:19.300 INFO O| Aug 28 22:57:19.300 INFO O| Planning: Planning completed in 0.00 seconds
34392024-08-28T22:57:20.210Z[ recovery-image] Aug 28 22:57:19.301 INFO O| Aug 28 22:57:19.301 INFO O| Planning: Consolidating action changes ... Done
34402024-08-28T22:57:20.210Z[ recovery-image] Aug 28 22:57:19.302 INFO O| Aug 28 22:57:19.302 INFO O| Planning: Evaluating mediators ... Done
34412024-08-28T22:57:20.210Z[ recovery-image] Aug 28 22:57:19.302 INFO O| Aug 28 22:57:19.302 INFO O| Planning: Planning completed in 0.00 seconds
34422024-08-28T22:57:20.210Z[ recovery-image] Aug 28 22:57:19.302 INFO O| Aug 28 22:57:19.302 INFO O| Variants/Facets to change: 1
34432024-08-28T22:57:20.329Z[ recovery-image] Aug 28 22:57:19.423 INFO O| Aug 28 22:57:19.423 INFO O| Done
34442024-08-28T22:57:20.329Z[ recovery-image] Aug 28 22:57:19.423 INFO O| Aug 28 22:57:19.423 INFO O| Done
34452024-08-28T22:57:20.597Z[verify-libraries] Compiling internet-checksum v0.2.1
34462024-08-28T22:57:20.957Z[verify-libraries] Compiling russh v0.44.1
34472024-08-28T22:57:21.057Z[ recovery-image] Aug 28 22:57:20.150 INFO O| Aug 28 22:57:20.150 INFO O| Done
34482024-08-28T22:57:21.125Z[ recovery-image] Aug 28 22:57:20.218 INFO O| Aug 28 22:57:20.218 INFO O| Done
34492024-08-28T22:57:21.127Z[ recovery-image] Aug 28 22:57:20.220 INFO O| Aug 28 22:57:20.220 INFO O| Done
34502024-08-28T22:57:21.127Z[ recovery-image] Aug 28 22:57:20.220 INFO O| Aug 28 22:57:20.220 INFO O| Done
34512024-08-28T22:57:21.129Z[ recovery-image] Aug 28 22:57:20.222 INFO O| Aug 28 22:57:20.222 INFO O| Done
34522024-08-28T22:57:21.654Z[ recovery-image] Aug 28 22:57:20.748 INFO O| Aug 28 22:57:20.748 INFO STEP 6 (pkg_change_variant) COMPLETE
34532024-08-28T22:57:21.655Z[ recovery-image] Aug 28 22:57:20.748 INFO O| Aug 28 22:57:20.748 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34542024-08-28T22:57:21.657Z[ recovery-image] Aug 28 22:57:20.748 INFO O| Aug 28 22:57:20.748 INFO skip step because feature "debug_variant" is not enabled
34552024-08-28T22:57:21.657Z[ recovery-image] Aug 28 22:57:20.748 INFO O| Aug 28 22:57:20.748 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34562024-08-28T22:57:22.350Z[ recovery-image] Aug 28 22:57:21.443 INFO O| Aug 28 22:57:21.443 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34572024-08-28T22:57:23.501Z[ recovery-image] Aug 28 22:57:22.595 INFO O| Aug 28 22:57:22.594 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34582024-08-28T22:57:23.504Z[ recovery-image] Aug 28 22:57:22.596 INFO O| Aug 28 22:57:22.596 INFO O| Planning: Planning completed in 0.00 seconds
34592024-08-28T22:57:23.504Z[ recovery-image] Aug 28 22:57:22.597 INFO O| Aug 28 22:57:22.597 INFO O| Planning: Consolidating action changes ... Done
34602024-08-28T22:57:23.504Z[ recovery-image] Aug 28 22:57:22.597 INFO O| Aug 28 22:57:22.597 INFO O| Planning: Evaluating mediators ... Done
34612024-08-28T22:57:23.520Z[ recovery-image] Aug 28 22:57:22.614 INFO O| Aug 28 22:57:22.614 INFO O| Planning: Planning completed in 0.02 seconds
34622024-08-28T22:57:23.523Z[ recovery-image] Aug 28 22:57:22.615 INFO O| Aug 28 22:57:22.614 INFO O| Variants/Facets to change: 1
34632024-08-28T22:57:23.583Z[ recovery-image] Aug 28 22:57:22.676 INFO O| Aug 28 22:57:22.676 INFO O| Done
34642024-08-28T22:57:23.583Z[ recovery-image] Aug 28 22:57:22.676 INFO O| Aug 28 22:57:22.676 INFO O| Done
34652024-08-28T22:57:24.101Z[ recovery-image] Aug 28 22:57:23.195 INFO O| Aug 28 22:57:23.194 INFO O| Done
34662024-08-28T22:57:24.165Z[ recovery-image] Aug 28 22:57:23.258 INFO O| Aug 28 22:57:23.258 INFO O| Done
34672024-08-28T22:57:24.168Z[ recovery-image] Aug 28 22:57:23.259 INFO O| Aug 28 22:57:23.259 INFO O| Done
34682024-08-28T22:57:24.168Z[ recovery-image] Aug 28 22:57:23.259 INFO O| Aug 28 22:57:23.259 INFO O| Done
34692024-08-28T22:57:24.168Z[ recovery-image] Aug 28 22:57:23.261 INFO O| Aug 28 22:57:23.261 INFO O| Done
34702024-08-28T22:57:24.282Z[ recovery-image] Aug 28 22:57:23.376 INFO O| Aug 28 22:57:23.376 INFO STEP 8 (pkg_change_facet) COMPLETE
34712024-08-28T22:57:24.282Z[ recovery-image] Aug 28 22:57:23.376 INFO O| Aug 28 22:57:23.376 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34722024-08-28T22:57:24.385Z[verify-libraries] Compiling dhcproto v0.12.0
34732024-08-28T22:57:25.005Z[ recovery-image] Aug 28 22:57:24.099 INFO O| Aug 28 22:57:24.098 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34742024-08-28T22:57:25.903Z[ recovery-image] Aug 28 22:57:24.996 INFO O| Aug 28 22:57:24.996 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34752024-08-28T22:57:25.906Z[ recovery-image] Aug 28 22:57:24.997 INFO O| Aug 28 22:57:24.997 INFO O| Planning: Planning completed in 0.00 seconds
34762024-08-28T22:57:25.906Z[ recovery-image] Aug 28 22:57:24.998 INFO O| Aug 28 22:57:24.998 INFO O| Planning: Consolidating action changes ... Done
34772024-08-28T22:57:25.906Z[ recovery-image] Aug 28 22:57:24.999 INFO O| Aug 28 22:57:24.999 INFO O| Planning: Evaluating mediators ... Done
34782024-08-28T22:57:25.906Z[ recovery-image] Aug 28 22:57:24.999 INFO O| Aug 28 22:57:24.999 INFO O| Planning: Planning completed in 0.00 seconds
34792024-08-28T22:57:25.906Z[ recovery-image] Aug 28 22:57:24.999 INFO O| Aug 28 22:57:24.999 INFO O| Variants/Facets to change: 1
34802024-08-28T22:57:26.038Z[ recovery-image] Aug 28 22:57:25.131 INFO O| Aug 28 22:57:25.131 INFO O| Done
34812024-08-28T22:57:26.038Z[ recovery-image] Aug 28 22:57:25.132 INFO O| Aug 28 22:57:25.131 INFO O| Done
34822024-08-28T22:57:26.530Z[ recovery-image] Aug 28 22:57:25.624 INFO O| Aug 28 22:57:25.624 INFO O| Done
34832024-08-28T22:57:26.593Z[ recovery-image] Aug 28 22:57:25.687 INFO O| Aug 28 22:57:25.687 INFO O| Done
34842024-08-28T22:57:26.596Z[ recovery-image] Aug 28 22:57:25.688 INFO O| Aug 28 22:57:25.688 INFO O| Done
34852024-08-28T22:57:26.596Z[ recovery-image] Aug 28 22:57:25.688 INFO O| Aug 28 22:57:25.688 INFO O| Done
34862024-08-28T22:57:26.598Z[ recovery-image] Aug 28 22:57:25.690 INFO O| Aug 28 22:57:25.690 INFO O| Done
34872024-08-28T22:57:26.791Z[ recovery-image] Aug 28 22:57:25.885 INFO O| Aug 28 22:57:25.885 INFO STEP 9 (pkg_change_facet) COMPLETE
34882024-08-28T22:57:26.791Z[ recovery-image] Aug 28 22:57:25.885 INFO O| Aug 28 22:57:25.885 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34892024-08-28T22:57:27.495Z[ recovery-image] Aug 28 22:57:26.588 INFO O| Aug 28 22:57:26.588 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34902024-08-28T22:57:27.984Z[verify-libraries] Compiling heck v0.4.1
34912024-08-28T22:57:28.546Z[ recovery-image] Aug 28 22:57:27.640 INFO O| Aug 28 22:57:27.640 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34922024-08-28T22:57:28.549Z[ recovery-image] Aug 28 22:57:27.642 INFO O| Aug 28 22:57:27.642 INFO O| Planning: Planning completed in 0.00 seconds
34932024-08-28T22:57:28.549Z[ recovery-image] Aug 28 22:57:27.643 INFO O| Aug 28 22:57:27.643 INFO O| Planning: Consolidating action changes ... Done
34942024-08-28T22:57:28.551Z[ recovery-image] Aug 28 22:57:27.644 INFO O| Aug 28 22:57:27.643 INFO O| Planning: Evaluating mediators ... Done
34952024-08-28T22:57:28.551Z[ recovery-image] Aug 28 22:57:27.644 INFO O| Aug 28 22:57:27.644 INFO O| Planning: Planning completed in 0.00 seconds
34962024-08-28T22:57:28.551Z[ recovery-image] Aug 28 22:57:27.644 INFO O| Aug 28 22:57:27.644 INFO O| Variants/Facets to change: 1
34972024-08-28T22:57:28.600Z[ recovery-image] Aug 28 22:57:27.694 INFO O| Aug 28 22:57:27.694 INFO O| Done
34982024-08-28T22:57:28.600Z[ recovery-image] Aug 28 22:57:27.694 INFO O| Aug 28 22:57:27.694 INFO O| Done
34992024-08-28T22:57:29.137Z[ recovery-image] Aug 28 22:57:28.231 INFO O| Aug 28 22:57:28.231 INFO O| Done
35002024-08-28T22:57:29.191Z[ recovery-image] Aug 28 22:57:28.284 INFO O| Aug 28 22:57:28.284 INFO O| Done
35012024-08-28T22:57:29.193Z[ recovery-image] Aug 28 22:57:28.285 INFO O| Aug 28 22:57:28.285 INFO O| Done
35022024-08-28T22:57:29.193Z[ recovery-image] Aug 28 22:57:28.285 INFO O| Aug 28 22:57:28.285 INFO O| Done
35032024-08-28T22:57:29.196Z[ recovery-image] Aug 28 22:57:28.288 INFO O| Aug 28 22:57:28.288 INFO O| Done
35042024-08-28T22:57:29.319Z[ recovery-image] Aug 28 22:57:28.412 INFO O| Aug 28 22:57:28.412 INFO STEP 10 (pkg_change_facet) COMPLETE
35052024-08-28T22:57:29.321Z[ recovery-image] Aug 28 22:57:28.413 INFO O| Aug 28 22:57:28.412 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35062024-08-28T22:57:29.338Z[ recovery-image] Aug 28 22:57:28.432 INFO O| Aug 28 22:57:28.431 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"]
35072024-08-28T22:57:29.561Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35082024-08-28T22:57:30.453Z[ recovery-image] Aug 28 22:57:29.547 INFO O| Aug 28 22:57:29.547 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35092024-08-28T22:57:34.461Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35102024-08-28T22:57:36.150Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35112024-08-28T22:57:36.632Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35122024-08-28T22:57:37.178Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35132024-08-28T22:57:37.747Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35142024-08-28T22:57:37.878Z[ host-image] Aug 28 22:57:36.972 INFO O| Aug 28 22:57:36.972 INFO O| Planning: Solver setup ... Done
35152024-08-28T22:57:38.276Z[verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35162024-08-28T22:57:38.456Z[verify-libraries] Compiling indent_write v2.2.0
35172024-08-28T22:57:38.598Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35182024-08-28T22:57:38.755Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35192024-08-28T22:57:39.129Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35202024-08-28T22:57:41.065Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35212024-08-28T22:57:41.107Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35222024-08-28T22:57:48.169Z[verify-libraries] Compiling termios v0.3.3
35232024-08-28T22:57:48.598Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35242024-08-28T22:58:01.911Z[ recovery-image] Aug 28 22:58:01.007 INFO O| Aug 28 22:58:01.007 INFO O| Planning: Solver setup ... Done
35252024-08-28T22:58:02.534Z[ host-image] Aug 28 22:58:01.630 INFO O| Aug 28 22:58:01.630 INFO O| Planning: Running solver ... Done
35262024-08-28T22:58:02.886Z[ host-image] Aug 28 22:58:01.982 INFO O| Aug 28 22:58:01.982 INFO O| Planning: Finding local manifests ... Done
35272024-08-28T22:58:02.902Z[ host-image] Aug 28 22:58:01.998 INFO O| Aug 28 22:58:01.998 INFO O| Planning: Fetching manifests: 0/124 0% complete
35282024-08-28T22:58:08.223Z[ host-image] Aug 28 22:58:07.320 INFO O| Aug 28 22:58:07.320 INFO O| Planning: Fetching manifests: 124/124 100% complete
35292024-08-28T22:58:09.551Z[ host-image] Aug 28 22:58:08.495 INFO O| Aug 28 22:58:08.495 INFO O| Planning: Package planning ... Done
35302024-08-28T22:58:11.210Z[ host-image] Aug 28 22:58:10.307 INFO O| Aug 28 22:58:10.307 INFO O| Planning: Merging actions ... Done
35312024-08-28T22:58:11.549Z[ host-image] Aug 28 22:58:10.646 INFO O| Aug 28 22:58:10.646 INFO O| Planning: Checking for conflicting actions ... Done
35322024-08-28T22:58:11.815Z[ host-image] Aug 28 22:58:10.911 INFO O| Aug 28 22:58:10.911 INFO O| Planning: Consolidating action changes ... Done
35332024-08-28T22:58:12.314Z[ host-image] Aug 28 22:58:11.410 INFO O| Aug 28 22:58:11.410 INFO O| Planning: Evaluating mediators ... Done
35342024-08-28T22:58:13.040Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35352024-08-28T22:58:18.773Z[ host-image] Aug 28 22:58:17.870 INFO O| Aug 28 22:58:17.869 INFO O| Planning: Planning completed in 72.17 seconds
35362024-08-28T22:58:18.778Z[ host-image] Aug 28 22:58:17.875 INFO O| Aug 28 22:58:17.875 INFO O| Packages to install: 124
35372024-08-28T22:58:18.778Z[ host-image] Aug 28 22:58:17.875 INFO O| Aug 28 22:58:17.875 INFO O| Mediators to change: 4
35382024-08-28T22:58:18.781Z[ host-image] Aug 28 22:58:17.876 INFO O| Aug 28 22:58:17.876 INFO O| Services to change: 6
35392024-08-28T22:58:18.868Z[ host-image] Aug 28 22:58:17.965 INFO O| Aug 28 22:58:17.965 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
35402024-08-28T22:58:24.208Z[ host-image] Aug 28 22:58:23.305 INFO O| Aug 28 22:58:23.305 INFO O| Download: 1071/22728 items 6.4/196.4MB 3% complete (1.3M/s)
35412024-08-28T22:58:26.314Z[ recovery-image] Aug 28 22:58:25.412 INFO O| Aug 28 22:58:25.411 INFO O| Planning: Running solver ... Done
35422024-08-28T22:58:26.627Z[ recovery-image] Aug 28 22:58:25.725 INFO O| Aug 28 22:58:25.725 INFO O| Planning: Finding local manifests ... Done
35432024-08-28T22:58:26.643Z[ recovery-image] Aug 28 22:58:25.740 INFO O| Aug 28 22:58:25.740 INFO O| Planning: Fetching manifests: 0/124 0% complete
35442024-08-28T22:58:29.326Z[ host-image] Aug 28 22:58:28.424 INFO O| Aug 28 22:58:28.424 INFO O| Download: 1772/22728 items 12.0/196.4MB 6% complete (1.2M/s)
35452024-08-28T22:58:30.968Z[ recovery-image] Aug 28 22:58:30.066 INFO O| Aug 28 22:58:30.066 INFO O| Planning: Fetching manifests: 124/124 100% complete
35462024-08-28T22:58:31.976Z[ recovery-image] Aug 28 22:58:31.074 INFO O| Aug 28 22:58:31.074 INFO O| Planning: Package planning ... Done
35472024-08-28T22:58:32.844Z[ recovery-image] Aug 28 22:58:31.941 INFO O| Aug 28 22:58:31.941 INFO O| Planning: Merging actions ... Done
35482024-08-28T22:58:33.050Z[ recovery-image] Aug 28 22:58:32.148 INFO O| Aug 28 22:58:32.148 INFO O| Planning: Checking for conflicting actions ... Done
35492024-08-28T22:58:33.217Z[ recovery-image] Aug 28 22:58:32.315 INFO O| Aug 28 22:58:32.315 INFO O| Planning: Consolidating action changes ... Done
35502024-08-28T22:58:33.569Z[ recovery-image] Aug 28 22:58:32.667 INFO O| Aug 28 22:58:32.667 INFO O| Planning: Evaluating mediators ... Done
35512024-08-28T22:58:34.425Z[ host-image] Aug 28 22:58:33.523 INFO O| Aug 28 22:58:33.523 INFO O| Download: 2252/22728 items 24.8/196.4MB 12% complete (1.9M/s)
35522024-08-28T22:58:39.429Z[ host-image] Aug 28 22:58:38.527 INFO O| Aug 28 22:58:38.527 INFO O| Download: 3441/22728 items 35.5/196.4MB 18% complete (2.3M/s)
35532024-08-28T22:58:39.565Z[ recovery-image] Aug 28 22:58:38.663 INFO O| Aug 28 22:58:38.663 INFO O| Planning: Planning completed in 69.12 seconds
35542024-08-28T22:58:39.573Z[ recovery-image] Aug 28 22:58:38.672 INFO O| Aug 28 22:58:38.671 INFO O| Packages to install: 124
35552024-08-28T22:58:39.576Z[ recovery-image] Aug 28 22:58:38.672 INFO O| Aug 28 22:58:38.672 INFO O| Mediators to change: 4
35562024-08-28T22:58:39.576Z[ recovery-image] Aug 28 22:58:38.672 INFO O| Aug 28 22:58:38.672 INFO O| Services to change: 5
35572024-08-28T22:58:39.659Z[ recovery-image] Aug 28 22:58:38.757 INFO O| Aug 28 22:58:38.757 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
35582024-08-28T22:58:44.429Z[ host-image] Aug 28 22:58:43.528 INFO O| Aug 28 22:58:43.527 INFO O| Download: 4240/22728 items 40.8/196.4MB 20% complete (1.6M/s)
35592024-08-28T22:58:44.659Z[ recovery-image] Aug 28 22:58:43.758 INFO O| Aug 28 22:58:43.758 INFO O| Download: 898/15831 items 7.6/173.2MB 4% complete (1.6M/s)
35602024-08-28T22:58:49.466Z[ host-image] Aug 28 22:58:48.565 INFO O| Aug 28 22:58:48.565 INFO O| Download: 4713/22728 items 44.8/196.4MB 22% complete (1.0M/s)
35612024-08-28T22:58:49.667Z[ recovery-image] Aug 28 22:58:48.766 INFO O| Aug 28 22:58:48.766 INFO O| Download: 1256/15831 items 18.4/173.2MB 10% complete (1.8M/s)
35622024-08-28T22:58:54.470Z[ host-image] Aug 28 22:58:53.569 INFO O| Aug 28 22:58:53.569 INFO O| Download: 5715/22728 items 46.2/196.4MB 23% complete (555k/s)
35632024-08-28T22:58:55.068Z[ recovery-image] Aug 28 22:58:54.167 INFO O| Aug 28 22:58:54.167 INFO O| Download: 1546/15831 items 22.5/173.2MB 12% complete (1.6M/s)
35642024-08-28T22:58:58.186Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
35652024-08-28T22:58:58.528Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35662024-08-28T22:58:59.537Z[ host-image] Aug 28 22:58:58.636 INFO O| Aug 28 22:58:58.636 INFO O| Download: 6758/22728 items 47.8/196.4MB 24% complete (312k/s)
35672024-08-28T22:59:00.082Z[ recovery-image] Aug 28 22:58:59.182 INFO O| Aug 28 22:58:59.181 INFO O| Download: 2222/15831 items 31.2/173.2MB 17% complete (1.1M/s)
35682024-08-28T22:59:04.612Z[ host-image] Aug 28 22:59:03.712 INFO O| Aug 28 22:59:03.712 INFO O| Download: 7251/22728 items 57.2/196.4MB 29% complete (1.1M/s)
35692024-08-28T22:59:05.082Z[ recovery-image] Aug 28 22:59:04.182 INFO O| Aug 28 22:59:04.182 INFO O| Download: 2960/15831 items 37.0/173.2MB 21% complete (1.4M/s)
35702024-08-28T22:59:06.946Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35712024-08-28T22:59:09.613Z[ host-image] Aug 28 22:59:08.713 INFO O| Aug 28 22:59:08.713 INFO O| Download: 7962/22728 items 59.6/196.4MB 30% complete (1.2M/s)
35722024-08-28T22:59:10.082Z[ recovery-image] Aug 28 22:59:09.182 INFO O| Aug 28 22:59:09.182 INFO O| Download: 3693/15831 items 41.4/173.2MB 23% complete (984k/s)
35732024-08-28T22:59:14.614Z[ host-image] Aug 28 22:59:13.715 INFO O| Aug 28 22:59:13.715 INFO O| Download: 8356/22728 items 69.0/196.4MB 35% complete (1.1M/s)
35742024-08-28T22:59:15.082Z[ recovery-image] Aug 28 22:59:14.183 INFO O| Aug 28 22:59:14.182 INFO O| Download: 4779/15831 items 43.0/173.2MB 24% complete (612k/s)
35752024-08-28T22:59:19.615Z[ host-image] Aug 28 22:59:18.716 INFO O| Aug 28 22:59:18.716 INFO O| Download: 9269/22728 items 79.7/196.4MB 40% complete (1.9M/s)
35762024-08-28T22:59:20.402Z[ recovery-image] Aug 28 22:59:19.503 INFO O| Aug 28 22:59:19.503 INFO O| Download: 5651/15831 items 44.5/173.2MB 25% complete (414k/s)
35772024-08-28T22:59:24.618Z[ host-image] Aug 28 22:59:23.719 INFO O| Aug 28 22:59:23.719 INFO O| Download: 9928/22728 items 83.6/196.4MB 42% complete (1.5M/s)
35782024-08-28T22:59:25.489Z[ recovery-image] Aug 28 22:59:24.590 INFO O| Aug 28 22:59:24.590 INFO O| Download: 5908/15831 items 53.0/173.2MB 30% complete (1007k/s)
35792024-08-28T22:59:29.617Z[ host-image] Aug 28 22:59:28.719 INFO O| Aug 28 22:59:28.719 INFO O| Download: 10842/22728 items 89.9/196.4MB 45% complete (1.0M/s)
35802024-08-28T22:59:30.868Z[ recovery-image] Aug 28 22:59:29.970 INFO O| Aug 28 22:59:29.970 INFO O| Download: 6174/15831 items 61.9/173.2MB 35% complete (1.8M/s)
35812024-08-28T22:59:34.619Z[ host-image] Aug 28 22:59:33.721 INFO O| Aug 28 22:59:33.721 INFO O| Download: 11213/22728 items 94.0/196.4MB 47% complete (1.0M/s)
35822024-08-28T22:59:35.868Z[ recovery-image] Aug 28 22:59:34.970 INFO O| Aug 28 22:59:34.970 INFO O| Download: 7207/15831 items 73.2/173.2MB 42% complete (2.0M/s)
35832024-08-28T22:59:39.900Z[ host-image] Aug 28 22:59:39.002 INFO O| Aug 28 22:59:39.002 INFO O| Download: 12003/22728 items 99.7/196.4MB 50% complete (902k/s)
35842024-08-28T22:59:40.196Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35852024-08-28T22:59:40.964Z[ recovery-image] Aug 28 22:59:40.067 INFO O| Aug 28 22:59:40.067 INFO O| Download: 7857/15831 items 75.4/173.2MB 43% complete (1.4M/s)
35862024-08-28T22:59:41.957Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35872024-08-28T22:59:44.913Z[ host-image] Aug 28 22:59:44.015 INFO O| Aug 28 22:59:44.015 INFO O| Download: 12207/22728 items 109.3/196.4MB 55% complete (1.5M/s)
35882024-08-28T22:59:45.975Z[ recovery-image] Aug 28 22:59:45.078 INFO O| Aug 28 22:59:45.078 INFO O| Download: 8655/15831 items 81.4/173.2MB 46% complete (788k/s)
35892024-08-28T22:59:46.802Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35902024-08-28T22:59:47.626Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
35912024-08-28T22:59:49.919Z[ host-image] Aug 28 22:59:49.022 INFO O| Aug 28 22:59:49.022 INFO O| Download: 13253/22728 items 109.9/196.4MB 55% complete (1.0M/s)
35922024-08-28T22:59:50.982Z[ recovery-image] Aug 28 22:59:50.085 INFO O| Aug 28 22:59:50.085 INFO O| Download: 8931/15831 items 92.6/173.2MB 53% complete (1.7M/s)
35932024-08-28T22:59:55.283Z[ host-image] Aug 28 22:59:54.386 INFO O| Aug 28 22:59:54.385 INFO O| Download: 13895/22728 items 110.2/196.4MB 56% complete (161k/s)
35942024-08-28T22:59:55.984Z[ recovery-image] Aug 28 22:59:55.087 INFO O| Aug 28 22:59:55.087 INFO O| Download: 9943/15831 items 93.1/173.2MB 53% complete (1.2M/s)
35952024-08-28T23:00:00.299Z[ host-image] Aug 28 22:59:59.402 INFO O| Aug 28 22:59:59.402 INFO O| Download: 14573/22728 items 116.7/196.4MB 59% complete (694k/s)
35962024-08-28T23:00:01.122Z[ recovery-image] Aug 28 23:00:00.225 INFO O| Aug 28 23:00:00.225 INFO O| Download: 10549/15831 items 93.4/173.2MB 53% complete (86.0k/s)
35972024-08-28T23:00:05.305Z[ host-image] Aug 28 23:00:04.408 INFO O| Aug 28 23:00:04.408 INFO O| Download: 15615/22728 items 125.7/196.4MB 64% complete (1.5M/s)
35982024-08-28T23:00:06.564Z[ recovery-image] Aug 28 23:00:05.668 INFO O| Aug 28 23:00:05.668 INFO O| Download: 11042/15831 items 95.1/173.2MB 54% complete (188k/s)
35992024-08-28T23:00:10.314Z[ host-image] Aug 28 23:00:09.418 INFO O| Aug 28 23:00:09.418 INFO O| Download: 16522/22728 items 138.1/196.4MB 70% complete (2.1M/s)
36002024-08-28T23:00:11.962Z[ recovery-image] Aug 28 23:00:11.066 INFO O| Aug 28 23:00:11.066 INFO O| Download: 11502/15831 items 111.1/173.2MB 64% complete (1.7M/s)
36012024-08-28T23:00:15.323Z[ host-image] Aug 28 23:00:14.428 INFO O| Aug 28 23:00:14.428 INFO O| Download: 17858/22728 items 150.0/196.4MB 76% complete (2.5M/s)
36022024-08-28T23:00:18.108Z[ recovery-image] Aug 28 23:00:17.213 INFO O| Aug 28 23:00:17.213 INFO O| Download: 11917/15831 items 127.3/173.2MB 73% complete (3.3M/s)
36032024-08-28T23:00:20.324Z[ host-image] Aug 28 23:00:19.429 INFO O| Aug 28 23:00:19.428 INFO O| Download: 19072/22728 items 163.2/196.4MB 83% complete (2.5M/s)
36042024-08-28T23:00:23.111Z[ recovery-image] Aug 28 23:00:22.216 INFO O| Aug 28 23:00:22.216 INFO O| Download: 12495/15831 items 139.3/173.2MB 80% complete (1.6M/s)
36052024-08-28T23:00:25.524Z[ host-image] Aug 28 23:00:24.629 INFO O| Aug 28 23:00:24.629 INFO O| Download: 19987/22728 items 167.3/196.4MB 85% complete (1.7M/s)
36062024-08-28T23:00:28.122Z[ recovery-image] Aug 28 23:00:27.227 INFO O| Aug 28 23:00:27.227 INFO O| Download: 13408/15831 items 143.2/173.2MB 82% complete (1.6M/s)
36072024-08-28T23:00:30.619Z[ host-image] Aug 28 23:00:29.724 INFO O| Aug 28 23:00:29.724 INFO O| Download: 20758/22728 items 170.9/196.4MB 87% complete (779k/s)
36082024-08-28T23:00:33.130Z[ recovery-image] Aug 28 23:00:32.235 INFO O| Aug 28 23:00:32.235 INFO O| Download: 14447/15831 items 146.8/173.2MB 84% complete (811k/s)
36092024-08-28T23:00:35.619Z[ host-image] Aug 28 23:00:34.725 INFO O| Aug 28 23:00:34.725 INFO O| Download: 21073/22728 items 176.4/196.4MB 89% complete (926k/s)
36102024-08-28T23:00:38.134Z[ recovery-image] Aug 28 23:00:37.239 INFO O| Aug 28 23:00:37.239 INFO O| Download: 15069/15831 items 154.9/173.2MB 89% complete (1.2M/s)
36112024-08-28T23:00:40.852Z[ host-image] Aug 28 23:00:39.957 INFO O| Aug 28 23:00:39.957 INFO O| Download: 21868/22728 items 188.2/196.4MB 95% complete (1.8M/s)
36122024-08-28T23:00:43.137Z[ recovery-image] Aug 28 23:00:42.243 INFO O| Aug 28 23:00:42.243 INFO O| Download: 15544/15831 items 166.0/173.2MB 95% complete (1.9M/s)
36132024-08-28T23:00:45.852Z[ host-image] Aug 28 23:00:44.958 INFO O| Aug 28 23:00:44.958 INFO O| Download: 22356/22728 items 195.8/196.4MB 99% complete (1.9M/s)
36142024-08-28T23:00:47.893Z[ host-image] Aug 28 23:00:47.000 INFO O| Aug 28 23:00:47.000 INFO O| Download: Completed 196.40 MB in 149.03 seconds (1.3M/s)
36152024-08-28T23:00:48.434Z[ recovery-image] Aug 28 23:00:47.541 INFO O| Aug 28 23:00:47.540 INFO O| Download: 15823/15831 items 172.7/173.2MB 99% complete (1.7M/s)
36162024-08-28T23:00:48.464Z[ recovery-image] Aug 28 23:00:47.570 INFO O| Aug 28 23:00:47.570 INFO O| Download: Completed 173.17 MB in 128.81 seconds (1.3M/s)
36172024-08-28T23:00:49.464Z[ host-image] Aug 28 23:00:48.571 INFO O| Aug 28 23:00:48.571 INFO O| Actions: 1/49262 actions (Installing new actions)
36182024-08-28T23:00:49.494Z[ recovery-image] Aug 28 23:00:48.601 INFO O| Aug 28 23:00:48.601 INFO O| Actions: 1/24965 actions (Installing new actions)
36192024-08-28T23:00:54.464Z[ host-image] Aug 28 23:00:53.571 INFO O| Aug 28 23:00:53.571 INFO O| Actions: 12549/49262 actions (Installing new actions)
36202024-08-28T23:00:54.494Z[ recovery-image] Aug 28 23:00:53.601 INFO O| Aug 28 23:00:53.601 INFO O| Actions: 9917/24965 actions (Installing new actions)
36212024-08-28T23:00:59.465Z[ host-image] Aug 28 23:00:58.572 INFO O| Aug 28 23:00:58.572 INFO O| Actions: 18674/49262 actions (Installing new actions)
36222024-08-28T23:00:59.494Z[ recovery-image] Aug 28 23:00:58.601 INFO O| Aug 28 23:00:58.601 INFO O| Actions: 16000/24965 actions (Installing new actions)
36232024-08-28T23:01:04.465Z[ host-image] Aug 28 23:01:03.573 INFO O| Aug 28 23:01:03.573 INFO O| Actions: 25338/49262 actions (Installing new actions)
36242024-08-28T23:01:05.538Z[ recovery-image] Aug 28 23:01:04.645 INFO O| Aug 28 23:01:04.645 INFO O| Actions: 24412/24965 actions (Installing new actions)
36252024-08-28T23:01:09.473Z[ host-image] Aug 28 23:01:08.581 INFO O| Aug 28 23:01:08.581 INFO O| Actions: 48759/49262 actions (Installing new actions)
36262024-08-28T23:01:09.781Z[ recovery-image] Aug 28 23:01:08.889 INFO O| Aug 28 23:01:08.889 INFO O| Actions: Completed 24965 actions in 20.28 seconds.
36272024-08-28T23:01:10.182Z[ recovery-image] Aug 28 23:01:09.290 INFO O| Aug 28 23:01:09.290 INFO O| Done
36282024-08-28T23:01:10.182Z[ recovery-image] Aug 28 23:01:09.290 INFO O| Aug 28 23:01:09.290 INFO O| Done
36292024-08-28T23:01:11.323Z[ recovery-image] Aug 28 23:01:10.431 INFO O| Aug 28 23:01:10.431 INFO O| Done
36302024-08-28T23:01:13.190Z[ recovery-image] Aug 28 23:01:12.298 INFO O| Aug 28 23:01:12.298 INFO O| Done
36312024-08-28T23:01:13.230Z[ recovery-image] Aug 28 23:01:12.339 INFO O| Aug 28 23:01:12.338 INFO O| Done
36322024-08-28T23:01:13.644Z[ host-image] Aug 28 23:01:12.752 INFO O| Aug 28 23:01:12.752 INFO O| Actions: Completed 49262 actions in 24.18 seconds.
36332024-08-28T23:01:14.173Z[ host-image] Aug 28 23:01:13.281 INFO O| Aug 28 23:01:13.281 INFO O| Done
36342024-08-28T23:01:14.173Z[ host-image] Aug 28 23:01:13.281 INFO O| Aug 28 23:01:13.281 INFO O| Done
36352024-08-28T23:01:15.353Z[ host-image] Aug 28 23:01:14.461 INFO O| Aug 28 23:01:14.461 INFO O| Done
36362024-08-28T23:01:17.984Z[ host-image] Aug 28 23:01:17.093 INFO O| Aug 28 23:01:17.093 INFO O| Done
36372024-08-28T23:01:18.042Z[ host-image] Aug 28 23:01:17.150 INFO O| Aug 28 23:01:17.150 INFO O| Done
36382024-08-28T23:01:18.578Z[ recovery-image] Aug 28 23:01:17.487 INFO O| Aug 28 23:01:17.487 INFO O| Done
36392024-08-28T23:01:19.063Z[ recovery-image] Aug 28 23:01:18.171 INFO O| Aug 28 23:01:18.171 INFO O| Done
36402024-08-28T23:01:19.356Z[ recovery-image] Aug 28 23:01:18.465 INFO O| Aug 28 23:01:18.464 INFO STEP 11 (pkg_install) COMPLETE
36412024-08-28T23:01:19.356Z[ recovery-image] Aug 28 23:01:18.465 INFO O| Aug 28 23:01:18.465 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36422024-08-28T23:01:19.359Z[ recovery-image] Aug 28 23:01:18.465 INFO O| Aug 28 23:01:18.465 INFO skip step because feature "recovery" is enabled
36432024-08-28T23:01:19.359Z[ recovery-image] Aug 28 23:01:18.465 INFO O| Aug 28 23:01:18.465 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36442024-08-28T23:01:19.359Z[ recovery-image] Aug 28 23:01:18.465 INFO O| Aug 28 23:01:18.465 INFO skip step because feature "omicron1" is not enabled
36452024-08-28T23:01:19.359Z[ recovery-image] Aug 28 23:01:18.465 INFO O| Aug 28 23:01:18.465 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36462024-08-28T23:01:19.375Z[ recovery-image] Aug 28 23:01:18.484 INFO O| Aug 28 23:01:18.484 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
36472024-08-28T23:01:20.512Z[ recovery-image] Aug 28 23:01:19.620 INFO O| Aug 28 23:01:19.620 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36482024-08-28T23:01:23.542Z[ recovery-image] Aug 28 23:01:22.651 INFO O| Aug 28 23:01:22.651 INFO O| Planning: Solver setup ... Done
36492024-08-28T23:01:23.550Z[ recovery-image] Aug 28 23:01:22.659 INFO O| Aug 28 23:01:22.659 INFO O| Planning: Running solver ... Done
36502024-08-28T23:01:23.632Z[ recovery-image] Aug 28 23:01:22.741 INFO O| Aug 28 23:01:22.741 INFO O| Planning: Finding local manifests ... Done
36512024-08-28T23:01:23.635Z[ recovery-image] Aug 28 23:01:22.743 INFO O| Aug 28 23:01:22.742 INFO O| Planning: Fetching manifests: 0/1 0% complete
36522024-08-28T23:01:23.765Z[ recovery-image] Aug 28 23:01:22.874 INFO O| Aug 28 23:01:22.874 INFO O| Planning: Fetching manifests: 1/1 100% complete
36532024-08-28T23:01:23.799Z[ recovery-image] Aug 28 23:01:22.908 INFO O| Aug 28 23:01:22.908 INFO O| Planning: Package planning ... Done
36542024-08-28T23:01:23.802Z[ recovery-image] Aug 28 23:01:22.909 INFO O| Aug 28 23:01:22.909 INFO O| Planning: Merging actions ... Done
36552024-08-28T23:01:23.866Z[ recovery-image] Aug 28 23:01:22.975 INFO O| Aug 28 23:01:22.975 INFO O| Planning: Checking for conflicting actions ... Done
36562024-08-28T23:01:23.869Z[ recovery-image] Aug 28 23:01:22.976 INFO O| Aug 28 23:01:22.975 INFO O| Planning: Consolidating action changes ... Done
36572024-08-28T23:01:24.138Z[ recovery-image] Aug 28 23:01:23.247 INFO O| Aug 28 23:01:23.247 INFO O| Planning: Evaluating mediators ... Done
36582024-08-28T23:01:24.141Z[ recovery-image] Aug 28 23:01:23.248 INFO O| Aug 28 23:01:23.248 INFO O| Planning: Planning completed in 3.63 seconds
36592024-08-28T23:01:24.144Z[ recovery-image] Aug 28 23:01:23.251 INFO O| Aug 28 23:01:23.251 INFO O| Packages to install: 1
36602024-08-28T23:01:24.161Z[ recovery-image] Aug 28 23:01:23.270 INFO O| Aug 28 23:01:23.270 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
36612024-08-28T23:01:25.558Z[ recovery-image] Aug 28 23:01:24.667 INFO O| Aug 28 23:01:24.667 INFO O| Download: Completed 20.80 MB in 1.40 seconds (14.9M/s)
36622024-08-28T23:01:25.629Z[ recovery-image] Aug 28 23:01:24.738 INFO O| Aug 28 23:01:24.738 INFO O| Actions: 1/22 actions (Installing new actions)
36632024-08-28T23:01:25.829Z[ host-image] Aug 28 23:01:24.938 INFO O| Aug 28 23:01:24.938 INFO O| Done
36642024-08-28T23:01:26.624Z[ recovery-image] Aug 28 23:01:25.733 INFO O| Aug 28 23:01:25.733 INFO O| Actions: Completed 22 actions in 1.00 seconds.
36652024-08-28T23:01:26.928Z[ host-image] Aug 28 23:01:26.037 INFO O| Aug 28 23:01:26.037 INFO O| Done
36662024-08-28T23:01:26.938Z[ recovery-image] Aug 28 23:01:26.047 INFO O| Aug 28 23:01:26.047 INFO O| Done
36672024-08-28T23:01:26.938Z[ recovery-image] Aug 28 23:01:26.047 INFO O| Aug 28 23:01:26.047 INFO O| Done
36682024-08-28T23:01:27.234Z[ host-image] Aug 28 23:01:26.343 INFO O| Aug 28 23:01:26.343 INFO STEP 11 (pkg_install) COMPLETE
36692024-08-28T23:01:27.234Z[ host-image] Aug 28 23:01:26.343 INFO O| Aug 28 23:01:26.343 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36702024-08-28T23:01:27.253Z[ host-image] Aug 28 23:01:26.362 INFO O| Aug 28 23:01:26.362 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
36712024-08-28T23:01:27.859Z[ recovery-image] Aug 28 23:01:26.969 INFO O| Aug 28 23:01:26.968 INFO O| Done
36722024-08-28T23:01:28.448Z[ host-image] Aug 28 23:01:27.557 INFO O| Aug 28 23:01:27.557 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36732024-08-28T23:01:30.021Z[ recovery-image] Aug 28 23:01:29.130 INFO O| Aug 28 23:01:29.130 INFO O| Done
36742024-08-28T23:01:30.065Z[ recovery-image] Aug 28 23:01:29.174 INFO O| Aug 28 23:01:29.174 INFO O| Done
36752024-08-28T23:01:30.065Z[ recovery-image] Aug 28 23:01:29.174 INFO O| Aug 28 23:01:29.174 INFO O| Done
36762024-08-28T23:01:30.101Z[ recovery-image] Aug 28 23:01:29.210 INFO O| Aug 28 23:01:29.210 INFO O| Done
36772024-08-28T23:01:30.261Z[ recovery-image] Aug 28 23:01:29.371 INFO O| Aug 28 23:01:29.371 INFO STEP 14 (pkg_install) COMPLETE
36782024-08-28T23:01:30.261Z[ recovery-image] Aug 28 23:01:29.371 INFO O| Aug 28 23:01:29.371 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36792024-08-28T23:01:30.264Z[ recovery-image] Aug 28 23:01:29.371 INFO O| Aug 28 23:01:29.371 INFO skip step because feature "mfg" is not enabled
36802024-08-28T23:01:30.264Z[ recovery-image] Aug 28 23:01:29.371 INFO O| Aug 28 23:01:29.371 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36812024-08-28T23:01:30.264Z[ recovery-image] Aug 28 23:01:29.371 INFO O| Aug 28 23:01:29.371 INFO skip step because feature "compliance" is not enabled
36822024-08-28T23:01:30.264Z[ recovery-image] Aug 28 23:01:29.371 INFO O| Aug 28 23:01:29.371 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36832024-08-28T23:01:30.264Z[ recovery-image] Aug 28 23:01:29.371 INFO O| Aug 28 23:01:29.371 INFO skip step because feature "stress" is not enabled
36842024-08-28T23:01:30.264Z[ recovery-image] Aug 28 23:01:29.371 INFO O| Aug 28 23:01:29.371 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36852024-08-28T23:01:30.264Z[ recovery-image] Aug 28 23:01:29.371 INFO O| Aug 28 23:01:29.371 INFO skip step because feature "nfs" is not enabled
36862024-08-28T23:01:30.264Z[ recovery-image] Aug 28 23:01:29.371 INFO O| Aug 28 23:01:29.371 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36872024-08-28T23:01:30.264Z[ recovery-image] Aug 28 23:01:29.371 INFO O| Aug 28 23:01:29.371 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36882024-08-28T23:01:30.354Z[ recovery-image] Aug 28 23:01:29.463 INFO O| Aug 28 23:01:29.463 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36892024-08-28T23:01:30.483Z[ recovery-image] Aug 28 23:01:29.592 INFO O| Aug 28 23:01:29.592 INFO completed processing gimlet/ramdisk-01-os
36902024-08-28T23:01:30.486Z[ recovery-image] Aug 28 23:01:29.595 INFO image builder template: ramdisk-02-trim...
36912024-08-28T23:01:30.486Z[ recovery-image] Aug 28 23:01:29.595 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/.tmprIy4Nm/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
36922024-08-28T23:01:30.531Z[ recovery-image] Aug 28 23:01:29.640 INFO O| Aug 28 23:01:29.639 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36932024-08-28T23:01:30.547Z[ recovery-image] Aug 28 23:01:29.656 INFO O| Aug 28 23:01:29.656 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36942024-08-28T23:01:30.648Z[ recovery-image] Aug 28 23:01:29.757 INFO O| Aug 28 23:01:29.757 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36952024-08-28T23:01:30.727Z[ recovery-image] Aug 28 23:01:29.836 INFO O| Aug 28 23:01:29.836 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36962024-08-28T23:01:30.727Z[ recovery-image] Aug 28 23:01:29.836 INFO O| Aug 28 23:01:29.836 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36972024-08-28T23:01:30.736Z[ recovery-image] Aug 28 23:01:29.845 INFO O| Aug 28 23:01:29.845 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36982024-08-28T23:01:30.762Z[ recovery-image] Aug 28 23:01:29.871 INFO O| Aug 28 23:01:29.871 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36992024-08-28T23:01:30.811Z[ recovery-image] Aug 28 23:01:29.920 INFO O| Aug 28 23:01:29.920 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37002024-08-28T23:01:31.202Z[ recovery-image] Aug 28 23:01:30.311 INFO O| Aug 28 23:01:30.311 INFO rolled back to input snapshot; work may begin
37012024-08-28T23:01:31.202Z[ recovery-image] Aug 28 23:01:30.311 INFO O| Aug 28 23:01:30.311 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37022024-08-28T23:01:31.239Z[ recovery-image] Aug 28 23:01:30.348 INFO O| Aug 28 23:01:30.348 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37032024-08-28T23:01:31.260Z[ recovery-image] Aug 28 23:01:30.369 INFO O| Aug 28 23:01:30.369 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37042024-08-28T23:01:31.476Z[ recovery-image] Aug 28 23:01:30.585 INFO O| Aug 28 23:01:30.585 INFO STEP 0 (remove_files) COMPLETE
37052024-08-28T23:01:31.476Z[ recovery-image] Aug 28 23:01:30.585 INFO O| Aug 28 23:01:30.585 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37062024-08-28T23:01:31.495Z[ recovery-image] Aug 28 23:01:30.604 INFO O| Aug 28 23:01:30.604 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37072024-08-28T23:01:31.499Z[ recovery-image] Aug 28 23:01:30.607 INFO O| Aug 28 23:01:30.607 INFO STEP 1 (remove_files) COMPLETE
37082024-08-28T23:01:31.499Z[ recovery-image] Aug 28 23:01:30.607 INFO O| Aug 28 23:01:30.607 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37092024-08-28T23:01:31.516Z[ recovery-image] Aug 28 23:01:30.625 INFO O| Aug 28 23:01:30.625 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37102024-08-28T23:01:31.567Z[ recovery-image] Aug 28 23:01:30.677 INFO O| Aug 28 23:01:30.676 INFO STEP 2 (remove_files) COMPLETE
37112024-08-28T23:01:31.568Z[ recovery-image] Aug 28 23:01:30.677 INFO O| Aug 28 23:01:30.677 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37122024-08-28T23:01:31.604Z[ recovery-image] Aug 28 23:01:30.713 INFO O| Aug 28 23:01:30.713 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37132024-08-28T23:01:31.608Z[ recovery-image] Aug 28 23:01:30.717 INFO O| Aug 28 23:01:30.716 INFO STEP 3 (remove_files) COMPLETE
37142024-08-28T23:01:31.608Z[ recovery-image] Aug 28 23:01:30.717 INFO O| Aug 28 23:01:30.717 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37152024-08-28T23:01:31.638Z[ recovery-image] Aug 28 23:01:30.747 INFO O| Aug 28 23:01:30.747 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37162024-08-28T23:01:31.644Z[ recovery-image] Aug 28 23:01:30.754 INFO O| Aug 28 23:01:30.753 INFO STEP 4 (remove_files) COMPLETE
37172024-08-28T23:01:31.645Z[ recovery-image] Aug 28 23:01:30.754 INFO O| Aug 28 23:01:30.753 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37182024-08-28T23:01:31.691Z[ recovery-image] Aug 28 23:01:30.800 INFO O| Aug 28 23:01:30.800 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37192024-08-28T23:01:31.694Z[ recovery-image] Aug 28 23:01:30.800 INFO O| Aug 28 23:01:30.800 INFO STEP 5 (remove_files) COMPLETE
37202024-08-28T23:01:31.694Z[ recovery-image] Aug 28 23:01:30.801 INFO O| Aug 28 23:01:30.800 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37212024-08-28T23:01:31.711Z[ recovery-image] Aug 28 23:01:30.821 INFO O| Aug 28 23:01:30.820 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37222024-08-28T23:01:31.733Z[ recovery-image] Aug 28 23:01:30.841 INFO O| Aug 28 23:01:30.841 INFO STEP 6 (remove_files) COMPLETE
37232024-08-28T23:01:31.733Z[ recovery-image] Aug 28 23:01:30.841 INFO O| Aug 28 23:01:30.841 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37242024-08-28T23:01:31.733Z[ recovery-image] Aug 28 23:01:30.841 INFO O| Aug 28 23:01:30.841 INFO skip step because feature "recovery" is enabled
37252024-08-28T23:01:31.733Z[ recovery-image] Aug 28 23:01:30.841 INFO O| Aug 28 23:01:30.841 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37262024-08-28T23:01:31.733Z[ recovery-image] Aug 28 23:01:30.841 INFO O| Aug 28 23:01:30.841 INFO skip step because feature "recovery" is enabled
37272024-08-28T23:01:31.733Z[ recovery-image] Aug 28 23:01:30.841 INFO O| Aug 28 23:01:30.841 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37282024-08-28T23:01:31.733Z[ recovery-image] Aug 28 23:01:30.841 INFO O| Aug 28 23:01:30.841 INFO skip step because feature "recovery" is enabled
37292024-08-28T23:01:31.733Z[ recovery-image] Aug 28 23:01:30.841 INFO O| Aug 28 23:01:30.841 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37302024-08-28T23:01:31.754Z[ recovery-image] Aug 28 23:01:30.863 INFO O| Aug 28 23:01:30.863 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37312024-08-28T23:01:31.761Z[ recovery-image] Aug 28 23:01:30.870 INFO O| Aug 28 23:01:30.870 INFO STEP 10 (remove_files) COMPLETE
37322024-08-28T23:01:31.761Z[ recovery-image] Aug 28 23:01:30.870 INFO O| Aug 28 23:01:30.870 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37332024-08-28T23:01:31.782Z[ recovery-image] Aug 28 23:01:30.891 INFO O| Aug 28 23:01:30.891 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37342024-08-28T23:01:31.785Z[ recovery-image] Aug 28 23:01:30.893 INFO O| Aug 28 23:01:30.893 INFO STEP 11 (remove_files) COMPLETE
37352024-08-28T23:01:31.786Z[ recovery-image] Aug 28 23:01:30.893 INFO O| Aug 28 23:01:30.893 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37362024-08-28T23:01:31.812Z[ recovery-image] Aug 28 23:01:30.920 INFO O| Aug 28 23:01:30.920 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
37372024-08-28T23:01:31.814Z[ recovery-image] Aug 28 23:01:30.923 INFO O| Aug 28 23:01:30.923 INFO STEP 12 (remove_files) COMPLETE
37382024-08-28T23:01:31.814Z[ recovery-image] Aug 28 23:01:30.923 INFO O| Aug 28 23:01:30.923 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37392024-08-28T23:01:31.942Z[ recovery-image] Aug 28 23:01:31.051 INFO O| Aug 28 23:01:31.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37402024-08-28T23:01:32.056Z[ recovery-image] Aug 28 23:01:31.165 INFO O| Aug 28 23:01:31.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
37412024-08-28T23:01:32.136Z[ recovery-image] Aug 28 23:01:31.245 INFO O| Aug 28 23:01:31.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37422024-08-28T23:01:32.142Z[ recovery-image] Aug 28 23:01:31.252 INFO O| Aug 28 23:01:31.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
37432024-08-28T23:01:32.145Z[ recovery-image] Aug 28 23:01:31.254 INFO O| Aug 28 23:01:31.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
37442024-08-28T23:01:32.386Z[ recovery-image] Aug 28 23:01:31.495 INFO O| Aug 28 23:01:31.495 INFO STEP 13 (remove_files) COMPLETE
37452024-08-28T23:01:32.386Z[ recovery-image] Aug 28 23:01:31.495 INFO O| Aug 28 23:01:31.495 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37462024-08-28T23:01:32.406Z[ recovery-image] Aug 28 23:01:31.515 INFO O| Aug 28 23:01:31.515 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
37472024-08-28T23:01:32.408Z[ recovery-image] Aug 28 23:01:31.518 INFO O| Aug 28 23:01:31.518 INFO STEP 14 (remove_files) COMPLETE
37482024-08-28T23:01:32.409Z[ recovery-image] Aug 28 23:01:31.518 INFO O| Aug 28 23:01:31.518 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37492024-08-28T23:01:32.446Z[ recovery-image] Aug 28 23:01:31.556 INFO O| Aug 28 23:01:31.556 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
37502024-08-28T23:01:32.457Z[ recovery-image] Aug 28 23:01:31.566 INFO O| Aug 28 23:01:31.566 INFO STEP 15 (remove_files) COMPLETE
37512024-08-28T23:01:32.457Z[ recovery-image] Aug 28 23:01:31.566 INFO O| Aug 28 23:01:31.566 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37522024-08-28T23:01:32.499Z[ recovery-image] Aug 28 23:01:31.608 INFO O| Aug 28 23:01:31.608 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
37532024-08-28T23:01:32.503Z[ recovery-image] Aug 28 23:01:31.609 INFO O| Aug 28 23:01:31.609 INFO STEP 16 (remove_files) COMPLETE
37542024-08-28T23:01:32.503Z[ recovery-image] Aug 28 23:01:31.609 INFO O| Aug 28 23:01:31.609 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37552024-08-28T23:01:32.519Z[ recovery-image] Aug 28 23:01:31.628 INFO O| Aug 28 23:01:31.628 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
37562024-08-28T23:01:32.522Z[ recovery-image] Aug 28 23:01:31.631 INFO O| Aug 28 23:01:31.631 INFO STEP 17 (remove_files) COMPLETE
37572024-08-28T23:01:32.522Z[ recovery-image] Aug 28 23:01:31.631 INFO O| Aug 28 23:01:31.631 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37582024-08-28T23:01:32.541Z[ recovery-image] Aug 28 23:01:31.650 INFO O| Aug 28 23:01:31.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
37592024-08-28T23:01:32.541Z[ recovery-image] Aug 28 23:01:31.651 INFO O| Aug 28 23:01:31.651 INFO STEP 18 (remove_files) COMPLETE
37602024-08-28T23:01:32.544Z[ recovery-image] Aug 28 23:01:31.651 INFO O| Aug 28 23:01:31.651 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37612024-08-28T23:01:32.560Z[ recovery-image] Aug 28 23:01:31.669 INFO O| Aug 28 23:01:31.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
37622024-08-28T23:01:32.560Z[ recovery-image] Aug 28 23:01:31.669 INFO O| Aug 28 23:01:31.669 INFO STEP 19 (remove_files) COMPLETE
37632024-08-28T23:01:32.562Z[ recovery-image] Aug 28 23:01:31.669 INFO O| Aug 28 23:01:31.669 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37642024-08-28T23:01:32.611Z[ recovery-image] Aug 28 23:01:31.720 INFO O| Aug 28 23:01:31.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
37652024-08-28T23:01:32.611Z[ recovery-image] Aug 28 23:01:31.720 INFO O| Aug 28 23:01:31.720 INFO STEP 20 (remove_files) COMPLETE
37662024-08-28T23:01:32.611Z[ recovery-image] Aug 28 23:01:31.720 INFO O| Aug 28 23:01:31.720 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37672024-08-28T23:01:32.638Z[ recovery-image] Aug 28 23:01:31.747 INFO O| Aug 28 23:01:31.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
37682024-08-28T23:01:32.640Z[ recovery-image] Aug 28 23:01:31.747 INFO O| Aug 28 23:01:31.747 INFO STEP 21 (remove_files) COMPLETE
37692024-08-28T23:01:32.640Z[ recovery-image] Aug 28 23:01:31.748 INFO O| Aug 28 23:01:31.747 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37702024-08-28T23:01:32.668Z[ recovery-image] Aug 28 23:01:31.777 INFO O| Aug 28 23:01:31.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
37712024-08-28T23:01:32.670Z[ recovery-image] Aug 28 23:01:31.777 INFO O| Aug 28 23:01:31.777 INFO STEP 22 (remove_files) COMPLETE
37722024-08-28T23:01:32.670Z[ recovery-image] Aug 28 23:01:31.777 INFO O| Aug 28 23:01:31.777 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37732024-08-28T23:01:32.689Z[ recovery-image] Aug 28 23:01:31.797 INFO O| Aug 28 23:01:31.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
37742024-08-28T23:01:32.689Z[ recovery-image] Aug 28 23:01:31.797 INFO O| Aug 28 23:01:31.797 INFO STEP 23 (remove_files) COMPLETE
37752024-08-28T23:01:32.692Z[ recovery-image] Aug 28 23:01:31.797 INFO O| Aug 28 23:01:31.797 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37762024-08-28T23:01:32.707Z[ recovery-image] Aug 28 23:01:31.817 INFO O| Aug 28 23:01:31.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
37772024-08-28T23:01:32.707Z[ recovery-image] Aug 28 23:01:31.817 INFO O| Aug 28 23:01:31.817 INFO STEP 24 (remove_files) COMPLETE
37782024-08-28T23:01:32.707Z[ recovery-image] Aug 28 23:01:31.817 INFO O| Aug 28 23:01:31.817 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37792024-08-28T23:01:32.726Z[ recovery-image] Aug 28 23:01:31.836 INFO O| Aug 28 23:01:31.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
37802024-08-28T23:01:32.726Z[ recovery-image] Aug 28 23:01:31.836 INFO O| Aug 28 23:01:31.836 INFO STEP 25 (remove_files) COMPLETE
37812024-08-28T23:01:32.729Z[ recovery-image] Aug 28 23:01:31.836 INFO O| Aug 28 23:01:31.836 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37822024-08-28T23:01:32.751Z[ recovery-image] Aug 28 23:01:31.860 INFO O| Aug 28 23:01:31.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
37832024-08-28T23:01:32.754Z[ recovery-image] Aug 28 23:01:31.860 INFO O| Aug 28 23:01:31.860 INFO STEP 26 (remove_files) COMPLETE
37842024-08-28T23:01:32.754Z[ recovery-image] Aug 28 23:01:31.861 INFO O| Aug 28 23:01:31.860 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37852024-08-28T23:01:32.771Z[ recovery-image] Aug 28 23:01:31.880 INFO O| Aug 28 23:01:31.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
37862024-08-28T23:01:32.771Z[ recovery-image] Aug 28 23:01:31.880 INFO O| Aug 28 23:01:31.880 INFO STEP 27 (remove_files) COMPLETE
37872024-08-28T23:01:32.771Z[ recovery-image] Aug 28 23:01:31.880 INFO O| Aug 28 23:01:31.880 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37882024-08-28T23:01:32.790Z[ recovery-image] Aug 28 23:01:31.899 INFO O| Aug 28 23:01:31.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37892024-08-28T23:01:32.790Z[ recovery-image] Aug 28 23:01:31.899 INFO O| Aug 28 23:01:31.899 INFO STEP 28 (remove_files) COMPLETE
37902024-08-28T23:01:32.793Z[ recovery-image] Aug 28 23:01:31.899 INFO O| Aug 28 23:01:31.899 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37912024-08-28T23:01:32.828Z[ recovery-image] Aug 28 23:01:31.936 INFO O| Aug 28 23:01:31.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37922024-08-28T23:01:32.829Z[ recovery-image] Aug 28 23:01:31.936 INFO O| Aug 28 23:01:31.936 INFO STEP 29 (remove_files) COMPLETE
37932024-08-28T23:01:32.829Z[ recovery-image] Aug 28 23:01:31.936 INFO O| Aug 28 23:01:31.936 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37942024-08-28T23:01:32.885Z[ recovery-image] Aug 28 23:01:31.992 INFO O| Aug 28 23:01:31.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37952024-08-28T23:01:32.885Z[ recovery-image] Aug 28 23:01:31.992 INFO O| Aug 28 23:01:31.992 INFO STEP 30 (remove_files) COMPLETE
37962024-08-28T23:01:32.888Z[ recovery-image] Aug 28 23:01:31.992 INFO O| Aug 28 23:01:31.992 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37972024-08-28T23:01:32.930Z[ host-image] Aug 28 23:01:32.039 INFO O| Aug 28 23:01:32.039 INFO O| Planning: Solver setup ... Done
37982024-08-28T23:01:32.936Z[ host-image] Aug 28 23:01:32.046 INFO O| Aug 28 23:01:32.046 INFO O| Planning: Running solver ... Done
37992024-08-28T23:01:32.944Z[ recovery-image] Aug 28 23:01:32.053 INFO O| Aug 28 23:01:32.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
38002024-08-28T23:01:32.944Z[ recovery-image] Aug 28 23:01:32.054 INFO O| Aug 28 23:01:32.054 INFO STEP 31 (remove_files) COMPLETE
38012024-08-28T23:01:32.947Z[ recovery-image] Aug 28 23:01:32.054 INFO O| Aug 28 23:01:32.054 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38022024-08-28T23:01:32.963Z[ recovery-image] Aug 28 23:01:32.072 INFO O| Aug 28 23:01:32.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38032024-08-28T23:01:32.963Z[ recovery-image] Aug 28 23:01:32.073 INFO O| Aug 28 23:01:32.073 INFO STEP 32 (remove_files) COMPLETE
38042024-08-28T23:01:32.967Z[ recovery-image] Aug 28 23:01:32.073 INFO O| Aug 28 23:01:32.073 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38052024-08-28T23:01:32.982Z[ recovery-image] Aug 28 23:01:32.091 INFO O| Aug 28 23:01:32.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38062024-08-28T23:01:32.982Z[ recovery-image] Aug 28 23:01:32.091 INFO O| Aug 28 23:01:32.091 INFO STEP 33 (remove_files) COMPLETE
38072024-08-28T23:01:32.982Z[ recovery-image] Aug 28 23:01:32.091 INFO O| Aug 28 23:01:32.091 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38082024-08-28T23:01:32.994Z[ host-image] Aug 28 23:01:32.103 INFO O| Aug 28 23:01:32.103 INFO O| Planning: Finding local manifests ... Done
38092024-08-28T23:01:32.996Z[ host-image] Aug 28 23:01:32.105 INFO O| Aug 28 23:01:32.105 INFO O| Planning: Fetching manifests: 0/4 0% complete
38102024-08-28T23:01:33.105Z[ recovery-image] Aug 28 23:01:32.213 INFO O| Aug 28 23:01:32.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38112024-08-28T23:01:33.105Z[ recovery-image] Aug 28 23:01:32.213 INFO O| Aug 28 23:01:32.213 INFO STEP 34 (remove_files) COMPLETE
38122024-08-28T23:01:33.109Z[ recovery-image] Aug 28 23:01:32.213 INFO O| Aug 28 23:01:32.213 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38132024-08-28T23:01:33.122Z[ recovery-image] Aug 28 23:01:32.232 INFO O| Aug 28 23:01:32.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38142024-08-28T23:01:33.122Z[ recovery-image] Aug 28 23:01:32.232 INFO O| Aug 28 23:01:32.232 INFO STEP 35 (remove_files) COMPLETE
38152024-08-28T23:01:33.122Z[ recovery-image] Aug 28 23:01:32.232 INFO O| Aug 28 23:01:32.232 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38162024-08-28T23:01:33.140Z[ recovery-image] Aug 28 23:01:32.249 INFO O| Aug 28 23:01:32.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38172024-08-28T23:01:33.140Z[ recovery-image] Aug 28 23:01:32.249 INFO O| Aug 28 23:01:32.249 INFO STEP 36 (remove_files) COMPLETE
38182024-08-28T23:01:33.143Z[ recovery-image] Aug 28 23:01:32.249 INFO O| Aug 28 23:01:32.249 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38192024-08-28T23:01:33.158Z[ recovery-image] Aug 28 23:01:32.268 INFO O| Aug 28 23:01:32.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38202024-08-28T23:01:33.158Z[ recovery-image] Aug 28 23:01:32.268 INFO O| Aug 28 23:01:32.268 INFO STEP 37 (remove_files) COMPLETE
38212024-08-28T23:01:33.161Z[ recovery-image] Aug 28 23:01:32.268 INFO O| Aug 28 23:01:32.268 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38222024-08-28T23:01:33.177Z[ recovery-image] Aug 28 23:01:32.287 INFO O| Aug 28 23:01:32.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38232024-08-28T23:01:33.177Z[ recovery-image] Aug 28 23:01:32.287 INFO O| Aug 28 23:01:32.287 INFO STEP 38 (remove_files) COMPLETE
38242024-08-28T23:01:33.177Z[ recovery-image] Aug 28 23:01:32.287 INFO O| Aug 28 23:01:32.287 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38252024-08-28T23:01:33.184Z[ host-image] Aug 28 23:01:32.293 INFO O| Aug 28 23:01:32.293 INFO O| Planning: Fetching manifests: 4/4 100% complete
38262024-08-28T23:01:33.195Z[ recovery-image] Aug 28 23:01:32.305 INFO O| Aug 28 23:01:32.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38272024-08-28T23:01:33.195Z[ recovery-image] Aug 28 23:01:32.305 INFO O| Aug 28 23:01:32.305 INFO STEP 39 (remove_files) COMPLETE
38282024-08-28T23:01:33.195Z[ recovery-image] Aug 28 23:01:32.305 INFO O| Aug 28 23:01:32.305 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38292024-08-28T23:01:33.214Z[ recovery-image] Aug 28 23:01:32.324 INFO O| Aug 28 23:01:32.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38302024-08-28T23:01:33.215Z[ recovery-image] Aug 28 23:01:32.324 INFO O| Aug 28 23:01:32.324 INFO STEP 40 (remove_files) COMPLETE
38312024-08-28T23:01:33.215Z[ recovery-image] Aug 28 23:01:32.324 INFO O| Aug 28 23:01:32.324 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38322024-08-28T23:01:33.246Z[ recovery-image] Aug 28 23:01:32.355 INFO O| Aug 28 23:01:32.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38332024-08-28T23:01:33.249Z[ recovery-image] Aug 28 23:01:32.355 INFO O| Aug 28 23:01:32.355 INFO STEP 41 (remove_files) COMPLETE
38342024-08-28T23:01:33.249Z[ recovery-image] Aug 28 23:01:32.356 INFO O| Aug 28 23:01:32.355 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38352024-08-28T23:01:33.249Z[ host-image] Aug 28 23:01:32.356 INFO O| Aug 28 23:01:32.356 INFO O| Planning: Package planning ... Done
38362024-08-28T23:01:33.252Z[ host-image] Aug 28 23:01:32.362 INFO O| Aug 28 23:01:32.362 INFO O| Planning: Merging actions ... Done
38372024-08-28T23:01:33.303Z[ recovery-image] Aug 28 23:01:32.412 INFO O| Aug 28 23:01:32.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38382024-08-28T23:01:33.306Z[ recovery-image] Aug 28 23:01:32.412 INFO O| Aug 28 23:01:32.412 INFO STEP 42 (remove_files) COMPLETE
38392024-08-28T23:01:33.306Z[ recovery-image] Aug 28 23:01:32.413 INFO O| Aug 28 23:01:32.412 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38402024-08-28T23:01:33.322Z[ recovery-image] Aug 28 23:01:32.431 INFO O| Aug 28 23:01:32.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38412024-08-28T23:01:33.324Z[ recovery-image] Aug 28 23:01:32.431 INFO O| Aug 28 23:01:32.431 INFO STEP 43 (remove_files) COMPLETE
38422024-08-28T23:01:33.324Z[ recovery-image] Aug 28 23:01:32.431 INFO O| Aug 28 23:01:32.431 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38432024-08-28T23:01:33.340Z[ recovery-image] Aug 28 23:01:32.449 INFO O| Aug 28 23:01:32.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
38442024-08-28T23:01:33.343Z[ recovery-image] Aug 28 23:01:32.450 INFO O| Aug 28 23:01:32.449 INFO STEP 44 (remove_files) COMPLETE
38452024-08-28T23:01:33.343Z[ recovery-image] Aug 28 23:01:32.450 INFO O| Aug 28 23:01:32.450 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38462024-08-28T23:01:33.359Z[ recovery-image] Aug 28 23:01:32.468 INFO O| Aug 28 23:01:32.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
38472024-08-28T23:01:33.361Z[ recovery-image] Aug 28 23:01:32.468 INFO O| Aug 28 23:01:32.468 INFO STEP 45 (remove_files) COMPLETE
38482024-08-28T23:01:33.361Z[ recovery-image] Aug 28 23:01:32.468 INFO O| Aug 28 23:01:32.468 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38492024-08-28T23:01:33.377Z[ recovery-image] Aug 28 23:01:32.487 INFO O| Aug 28 23:01:32.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38502024-08-28T23:01:33.380Z[ recovery-image] Aug 28 23:01:32.487 INFO O| Aug 28 23:01:32.487 INFO STEP 46 (remove_files) COMPLETE
38512024-08-28T23:01:33.380Z[ recovery-image] Aug 28 23:01:32.487 INFO O| Aug 28 23:01:32.487 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38522024-08-28T23:01:33.397Z[ recovery-image] Aug 28 23:01:32.506 INFO O| Aug 28 23:01:32.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
38532024-08-28T23:01:33.400Z[ recovery-image] Aug 28 23:01:32.506 INFO O| Aug 28 23:01:32.506 INFO STEP 47 (remove_files) COMPLETE
38542024-08-28T23:01:33.400Z[ recovery-image] Aug 28 23:01:32.507 INFO O| Aug 28 23:01:32.506 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38552024-08-28T23:01:33.415Z[ recovery-image] Aug 28 23:01:32.525 INFO O| Aug 28 23:01:32.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
38562024-08-28T23:01:33.419Z[ host-image] Aug 28 23:01:32.525 INFO O| Aug 28 23:01:32.525 INFO O| Planning: Checking for conflicting actions ... Done
38572024-08-28T23:01:33.419Z[ recovery-image] Aug 28 23:01:32.525 INFO O| Aug 28 23:01:32.525 INFO STEP 48 (remove_files) COMPLETE
38582024-08-28T23:01:33.419Z[ recovery-image] Aug 28 23:01:32.525 INFO O| Aug 28 23:01:32.525 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38592024-08-28T23:01:33.419Z[ host-image] Aug 28 23:01:32.527 INFO O| Aug 28 23:01:32.527 INFO O| Planning: Consolidating action changes ... Done
38602024-08-28T23:01:33.444Z[ recovery-image] Aug 28 23:01:32.553 INFO O| Aug 28 23:01:32.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
38612024-08-28T23:01:33.447Z[ recovery-image] Aug 28 23:01:32.553 INFO O| Aug 28 23:01:32.553 INFO STEP 49 (remove_files) COMPLETE
38622024-08-28T23:01:33.447Z[ recovery-image] Aug 28 23:01:32.554 INFO O| Aug 28 23:01:32.554 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38632024-08-28T23:01:33.470Z[ recovery-image] Aug 28 23:01:32.579 INFO O| Aug 28 23:01:32.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
38642024-08-28T23:01:33.470Z[ recovery-image] Aug 28 23:01:32.579 INFO O| Aug 28 23:01:32.579 INFO STEP 50 (remove_files) COMPLETE
38652024-08-28T23:01:33.470Z[ recovery-image] Aug 28 23:01:32.579 INFO O| Aug 28 23:01:32.579 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38662024-08-28T23:01:33.489Z[ recovery-image] Aug 28 23:01:32.598 INFO O| Aug 28 23:01:32.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
38672024-08-28T23:01:33.490Z[ recovery-image] Aug 28 23:01:32.599 INFO O| Aug 28 23:01:32.599 INFO STEP 51 (remove_files) COMPLETE
38682024-08-28T23:01:33.490Z[ recovery-image] Aug 28 23:01:32.599 INFO O| Aug 28 23:01:32.599 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38692024-08-28T23:01:33.507Z[ recovery-image] Aug 28 23:01:32.616 INFO O| Aug 28 23:01:32.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
38702024-08-28T23:01:33.507Z[ recovery-image] Aug 28 23:01:32.616 INFO O| Aug 28 23:01:32.616 INFO STEP 52 (remove_files) COMPLETE
38712024-08-28T23:01:33.507Z[ recovery-image] Aug 28 23:01:32.616 INFO O| Aug 28 23:01:32.616 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38722024-08-28T23:01:33.525Z[ recovery-image] Aug 28 23:01:32.634 INFO O| Aug 28 23:01:32.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
38732024-08-28T23:01:33.525Z[ recovery-image] Aug 28 23:01:32.634 INFO O| Aug 28 23:01:32.634 INFO STEP 53 (remove_files) COMPLETE
38742024-08-28T23:01:33.528Z[ recovery-image] Aug 28 23:01:32.634 INFO O| Aug 28 23:01:32.634 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38752024-08-28T23:01:33.543Z[ recovery-image] Aug 28 23:01:32.653 INFO O| Aug 28 23:01:32.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
38762024-08-28T23:01:33.544Z[ recovery-image] Aug 28 23:01:32.653 INFO O| Aug 28 23:01:32.653 INFO STEP 54 (remove_files) COMPLETE
38772024-08-28T23:01:33.544Z[ recovery-image] Aug 28 23:01:32.653 INFO O| Aug 28 23:01:32.653 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38782024-08-28T23:01:33.569Z[ recovery-image] Aug 28 23:01:32.678 INFO O| Aug 28 23:01:32.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
38792024-08-28T23:01:33.569Z[ recovery-image] Aug 28 23:01:32.678 INFO O| Aug 28 23:01:32.678 INFO STEP 55 (remove_files) COMPLETE
38802024-08-28T23:01:33.569Z[ recovery-image] Aug 28 23:01:32.678 INFO O| Aug 28 23:01:32.678 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38812024-08-28T23:01:33.591Z[ recovery-image] Aug 28 23:01:32.700 INFO O| Aug 28 23:01:32.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
38822024-08-28T23:01:33.591Z[ recovery-image] Aug 28 23:01:32.700 INFO O| Aug 28 23:01:32.700 INFO STEP 56 (remove_files) COMPLETE
38832024-08-28T23:01:33.591Z[ recovery-image] Aug 28 23:01:32.700 INFO O| Aug 28 23:01:32.700 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38842024-08-28T23:01:33.632Z[ recovery-image] Aug 28 23:01:32.741 INFO O| Aug 28 23:01:32.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
38852024-08-28T23:01:33.632Z[ recovery-image] Aug 28 23:01:32.741 INFO O| Aug 28 23:01:32.741 INFO STEP 57 (remove_files) COMPLETE
38862024-08-28T23:01:33.632Z[ recovery-image] Aug 28 23:01:32.741 INFO O| Aug 28 23:01:32.741 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-08-28T23:01:33.663Z[ recovery-image] Aug 28 23:01:32.773 INFO O| Aug 28 23:01:32.772 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
38882024-08-28T23:01:33.666Z[ recovery-image] Aug 28 23:01:32.773 INFO O| Aug 28 23:01:32.773 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
38892024-08-28T23:01:33.666Z[ recovery-image] Aug 28 23:01:32.773 INFO O| Aug 28 23:01:32.773 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38902024-08-28T23:01:33.666Z[ recovery-image] Aug 28 23:01:32.773 INFO O| Aug 28 23:01:32.773 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38912024-08-28T23:01:33.666Z[ recovery-image] Aug 28 23:01:32.773 INFO O| Aug 28 23:01:32.773 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38922024-08-28T23:01:33.666Z[ recovery-image] Aug 28 23:01:32.773 INFO O| Aug 28 23:01:32.773 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38932024-08-28T23:01:33.666Z[ recovery-image] Aug 28 23:01:32.774 INFO O| Aug 28 23:01:32.774 INFO ok!
38942024-08-28T23:01:33.666Z[ recovery-image] Aug 28 23:01:32.774 INFO O| Aug 28 23:01:32.774 INFO STEP 58 (ensure_file) COMPLETE
38952024-08-28T23:01:33.666Z[ recovery-image] Aug 28 23:01:32.774 INFO O| Aug 28 23:01:32.774 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38962024-08-28T23:01:33.685Z[ recovery-image] Aug 28 23:01:32.794 INFO O| Aug 28 23:01:32.794 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38972024-08-28T23:01:33.688Z[ recovery-image] Aug 28 23:01:32.795 INFO O| Aug 28 23:01:32.795 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38982024-08-28T23:01:33.688Z[ recovery-image] Aug 28 23:01:32.795 INFO O| Aug 28 23:01:32.795 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38992024-08-28T23:01:33.688Z[ recovery-image] Aug 28 23:01:32.795 INFO O| Aug 28 23:01:32.795 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39002024-08-28T23:01:33.688Z[ recovery-image] Aug 28 23:01:32.795 INFO O| Aug 28 23:01:32.795 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39012024-08-28T23:01:33.688Z[ recovery-image] Aug 28 23:01:32.795 INFO O| Aug 28 23:01:32.795 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39022024-08-28T23:01:33.688Z[ recovery-image] Aug 28 23:01:32.796 INFO O| Aug 28 23:01:32.796 INFO ok!
39032024-08-28T23:01:33.688Z[ recovery-image] Aug 28 23:01:32.796 INFO O| Aug 28 23:01:32.796 INFO STEP 59 (ensure_file) COMPLETE
39042024-08-28T23:01:33.688Z[ recovery-image] Aug 28 23:01:32.796 INFO O| Aug 28 23:01:32.796 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39052024-08-28T23:01:33.706Z[ recovery-image] Aug 28 23:01:32.816 INFO O| Aug 28 23:01:32.816 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
39062024-08-28T23:01:33.706Z[ recovery-image] Aug 28 23:01:32.816 INFO O| Aug 28 23:01:32.816 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
39072024-08-28T23:01:33.709Z[ recovery-image] Aug 28 23:01:32.816 INFO O| Aug 28 23:01:32.816 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39082024-08-28T23:01:33.709Z[ recovery-image] Aug 28 23:01:32.816 INFO O| Aug 28 23:01:32.816 INFO ok!
39092024-08-28T23:01:33.709Z[ recovery-image] Aug 28 23:01:32.816 INFO O| Aug 28 23:01:32.816 INFO STEP 60 (ensure_file) COMPLETE
39102024-08-28T23:01:33.709Z[ recovery-image] Aug 28 23:01:32.817 INFO O| Aug 28 23:01:32.817 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39112024-08-28T23:01:33.724Z[ recovery-image] Aug 28 23:01:32.834 INFO O| Aug 28 23:01:32.834 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39122024-08-28T23:01:33.725Z[ recovery-image] Aug 28 23:01:32.834 INFO O| Aug 28 23:01:32.834 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39132024-08-28T23:01:33.727Z[ recovery-image] Aug 28 23:01:32.834 INFO O| Aug 28 23:01:32.834 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39142024-08-28T23:01:33.727Z[ recovery-image] Aug 28 23:01:32.834 INFO O| Aug 28 23:01:32.834 INFO ok!
39152024-08-28T23:01:33.727Z[ recovery-image] Aug 28 23:01:32.835 INFO O| Aug 28 23:01:32.835 INFO STEP 61 (ensure_file) COMPLETE
39162024-08-28T23:01:33.727Z[ recovery-image] Aug 28 23:01:32.835 INFO O| Aug 28 23:01:32.835 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39172024-08-28T23:01:33.742Z[ recovery-image] Aug 28 23:01:32.852 INFO O| Aug 28 23:01:32.852 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39182024-08-28T23:01:33.742Z[ recovery-image] Aug 28 23:01:32.852 INFO O| Aug 28 23:01:32.852 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39192024-08-28T23:01:33.745Z[ recovery-image] Aug 28 23:01:32.853 INFO O| Aug 28 23:01:32.852 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39202024-08-28T23:01:33.745Z[ recovery-image] Aug 28 23:01:32.853 INFO O| Aug 28 23:01:32.853 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39212024-08-28T23:01:33.745Z[ recovery-image] Aug 28 23:01:32.853 INFO O| Aug 28 23:01:32.853 INFO ok!
39222024-08-28T23:01:33.745Z[ recovery-image] Aug 28 23:01:32.853 INFO O| Aug 28 23:01:32.853 INFO STEP 62 (ensure_file) COMPLETE
39232024-08-28T23:01:33.745Z[ recovery-image] Aug 28 23:01:32.853 INFO O| Aug 28 23:01:32.853 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39242024-08-28T23:01:33.762Z[ recovery-image] Aug 28 23:01:32.871 INFO O| Aug 28 23:01:32.871 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39252024-08-28T23:01:33.762Z[ recovery-image] Aug 28 23:01:32.871 INFO O| Aug 28 23:01:32.871 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39262024-08-28T23:01:33.765Z[ recovery-image] Aug 28 23:01:32.872 INFO O| Aug 28 23:01:32.872 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39272024-08-28T23:01:33.765Z[ recovery-image] Aug 28 23:01:32.872 INFO O| Aug 28 23:01:32.872 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39282024-08-28T23:01:33.765Z[ recovery-image] Aug 28 23:01:32.872 INFO O| Aug 28 23:01:32.872 INFO ok!
39292024-08-28T23:01:33.765Z[ recovery-image] Aug 28 23:01:32.872 INFO O| Aug 28 23:01:32.872 INFO STEP 63 (ensure_file) COMPLETE
39302024-08-28T23:01:33.765Z[ recovery-image] Aug 28 23:01:32.872 INFO O| Aug 28 23:01:32.872 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39312024-08-28T23:01:33.790Z[ recovery-image] Aug 28 23:01:32.900 INFO O| Aug 28 23:01:32.900 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39322024-08-28T23:01:33.790Z[ recovery-image] Aug 28 23:01:32.900 INFO O| Aug 28 23:01:32.900 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39332024-08-28T23:01:33.793Z[ recovery-image] Aug 28 23:01:32.900 INFO O| Aug 28 23:01:32.900 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39342024-08-28T23:01:33.793Z[ recovery-image] Aug 28 23:01:32.900 INFO O| Aug 28 23:01:32.900 INFO ok!
39352024-08-28T23:01:33.793Z[ recovery-image] Aug 28 23:01:32.900 INFO O| Aug 28 23:01:32.900 INFO STEP 64 (assemble_files) COMPLETE
39362024-08-28T23:01:33.793Z[ recovery-image] Aug 28 23:01:32.900 INFO O| Aug 28 23:01:32.900 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39372024-08-28T23:01:33.828Z[ recovery-image] Aug 28 23:01:32.938 INFO O| Aug 28 23:01:32.937 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39382024-08-28T23:01:33.828Z[ recovery-image] Aug 28 23:01:32.938 INFO O| Aug 28 23:01:32.937 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39392024-08-28T23:01:33.831Z[ recovery-image] Aug 28 23:01:32.938 INFO O| Aug 28 23:01:32.938 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39402024-08-28T23:01:33.831Z[ recovery-image] Aug 28 23:01:32.938 INFO O| Aug 28 23:01:32.938 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39412024-08-28T23:01:33.831Z[ recovery-image] Aug 28 23:01:32.938 INFO O| Aug 28 23:01:32.938 INFO ok!
39422024-08-28T23:01:33.831Z[ recovery-image] Aug 28 23:01:32.938 INFO O| Aug 28 23:01:32.938 INFO STEP 65 (ensure_file) COMPLETE
39432024-08-28T23:01:33.831Z[ recovery-image] Aug 28 23:01:32.938 INFO O| Aug 28 23:01:32.938 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39442024-08-28T23:01:33.831Z[ recovery-image] Aug 28 23:01:32.938 INFO O| Aug 28 23:01:32.938 INFO skip step because feature "omicron1" is not enabled
39452024-08-28T23:01:33.831Z[ recovery-image] Aug 28 23:01:32.938 INFO O| Aug 28 23:01:32.938 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39462024-08-28T23:01:33.831Z[ recovery-image] Aug 28 23:01:32.938 INFO O| Aug 28 23:01:32.938 INFO skip step because feature "omicron1" is not enabled
39472024-08-28T23:01:33.831Z[ recovery-image] Aug 28 23:01:32.938 INFO O| Aug 28 23:01:32.938 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39482024-08-28T23:01:33.831Z[ recovery-image] Aug 28 23:01:32.938 INFO O| Aug 28 23:01:32.938 INFO skip step because feature "omicron1" is not enabled
39492024-08-28T23:01:33.831Z[ recovery-image] Aug 28 23:01:32.939 INFO O| Aug 28 23:01:32.938 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39502024-08-28T23:01:33.876Z[ recovery-image] Aug 28 23:01:32.986 INFO O| Aug 28 23:01:32.986 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
39512024-08-28T23:01:33.876Z[ recovery-image] Aug 28 23:01:32.986 INFO O| Aug 28 23:01:32.986 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39522024-08-28T23:01:33.880Z[ host-image] Aug 28 23:01:32.990 INFO O| Aug 28 23:01:32.990 INFO O| Planning: Evaluating mediators ... Done
39532024-08-28T23:01:33.883Z[ host-image] Aug 28 23:01:32.992 INFO O| Aug 28 23:01:32.992 INFO O| Planning: Planning completed in 5.43 seconds
39542024-08-28T23:01:33.886Z[ host-image] Aug 28 23:01:32.995 INFO O| Aug 28 23:01:32.995 INFO O| Packages to install: 4
39552024-08-28T23:01:33.886Z[ host-image] Aug 28 23:01:32.995 INFO O| Aug 28 23:01:32.995 INFO O| Services to change: 2
39562024-08-28T23:01:33.906Z[ host-image] Aug 28 23:01:33.015 INFO O| Aug 28 23:01:33.015 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
39572024-08-28T23:01:35.022Z[ host-image] Aug 28 23:01:34.132 INFO O| Aug 28 23:01:34.132 INFO O| Download: Completed 1.39 MB in 1.12 seconds (1.2M/s)
39582024-08-28T23:01:35.071Z[ host-image] Aug 28 23:01:34.180 INFO O| Aug 28 23:01:34.180 INFO O| Actions: 1/238 actions (Installing new actions)
39592024-08-28T23:01:35.548Z[ host-image] Aug 28 23:01:34.658 INFO O| Aug 28 23:01:34.658 INFO O| Actions: Completed 238 actions in 0.48 seconds.
39602024-08-28T23:01:35.973Z[ host-image] Aug 28 23:01:35.078 INFO O| Aug 28 23:01:35.078 INFO O| Done
39612024-08-28T23:01:35.973Z[ host-image] Aug 28 23:01:35.078 INFO O| Aug 28 23:01:35.078 INFO O| Done
39622024-08-28T23:01:36.721Z[ recovery-image] Aug 28 23:01:35.829 INFO O| Aug 28 23:01:35.829 INFO STEP 69 (pack_tar) COMPLETE
39632024-08-28T23:01:36.721Z[ recovery-image] Aug 28 23:01:35.829 INFO O| Aug 28 23:01:35.829 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39642024-08-28T23:01:36.724Z[ recovery-image] Aug 28 23:01:35.829 INFO O| Aug 28 23:01:35.829 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39652024-08-28T23:01:37.009Z[ host-image] Aug 28 23:01:36.119 INFO O| Aug 28 23:01:36.119 INFO O| Done
39662024-08-28T23:01:37.140Z[ recovery-image] Aug 28 23:01:36.249 INFO O| Aug 28 23:01:36.249 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39672024-08-28T23:01:37.313Z[ recovery-image] Aug 28 23:01:36.423 INFO O| Aug 28 23:01:36.423 INFO completed processing gimlet/ramdisk-02-trim
39682024-08-28T23:01:37.316Z[ recovery-image] Aug 28 23:01:36.426 INFO image builder template: ramdisk-03-recovery-trim...
39692024-08-28T23:01:37.320Z[ recovery-image] Aug 28 23:01:36.427 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/.tmprIy4Nm/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
39702024-08-28T23:01:37.533Z[ recovery-image] Aug 28 23:01:36.643 INFO O| Aug 28 23:01:36.642 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39712024-08-28T23:01:37.541Z[ recovery-image] Aug 28 23:01:36.651 INFO O| Aug 28 23:01:36.650 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39722024-08-28T23:01:37.635Z[ recovery-image] Aug 28 23:01:36.744 INFO O| Aug 28 23:01:36.744 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
39732024-08-28T23:01:37.684Z[ recovery-image] Aug 28 23:01:36.794 INFO O| Aug 28 23:01:36.794 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39742024-08-28T23:01:37.684Z[ recovery-image] Aug 28 23:01:36.794 INFO O| Aug 28 23:01:36.794 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39752024-08-28T23:01:37.699Z[ recovery-image] Aug 28 23:01:36.808 INFO O| Aug 28 23:01:36.808 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
39762024-08-28T23:01:37.714Z[ recovery-image] Aug 28 23:01:36.824 INFO O| Aug 28 23:01:36.824 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39772024-08-28T23:01:37.725Z[ recovery-image] Aug 28 23:01:36.835 INFO O| Aug 28 23:01:36.835 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39782024-08-28T23:01:38.251Z[ recovery-image] Aug 28 23:01:37.358 INFO O| Aug 28 23:01:37.358 INFO rolled back to input snapshot; work may begin
39792024-08-28T23:01:38.253Z[ recovery-image] Aug 28 23:01:37.358 INFO O| Aug 28 23:01:37.358 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
39802024-08-28T23:01:38.271Z[ recovery-image] Aug 28 23:01:37.380 INFO O| Aug 28 23:01:37.380 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39812024-08-28T23:01:38.288Z[ recovery-image] Aug 28 23:01:37.398 INFO O| Aug 28 23:01:37.398 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
39822024-08-28T23:01:38.350Z[ recovery-image] Aug 28 23:01:37.460 INFO O| Aug 28 23:01:37.460 INFO STEP 0 (remove_files) COMPLETE
39832024-08-28T23:01:38.350Z[ recovery-image] Aug 28 23:01:37.460 INFO O| Aug 28 23:01:37.460 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39842024-08-28T23:01:38.402Z[ recovery-image] Aug 28 23:01:37.512 INFO O| Aug 28 23:01:37.511 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
39852024-08-28T23:01:38.661Z[ recovery-image] Aug 28 23:01:37.770 INFO O| Aug 28 23:01:37.770 INFO STEP 1 (remove_files) COMPLETE
39862024-08-28T23:01:38.661Z[ recovery-image] Aug 28 23:01:37.770 INFO O| Aug 28 23:01:37.770 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39872024-08-28T23:01:38.685Z[ recovery-image] Aug 28 23:01:37.795 INFO O| Aug 28 23:01:37.795 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
39882024-08-28T23:01:38.746Z[ recovery-image] Aug 28 23:01:37.855 INFO O| Aug 28 23:01:37.855 INFO STEP 2 (remove_files) COMPLETE
39892024-08-28T23:01:38.746Z[ recovery-image] Aug 28 23:01:37.856 INFO O| Aug 28 23:01:37.855 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39902024-08-28T23:01:38.792Z[ recovery-image] Aug 28 23:01:37.902 INFO O| Aug 28 23:01:37.902 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
39912024-08-28T23:01:38.938Z[ recovery-image] Aug 28 23:01:38.047 INFO O| Aug 28 23:01:38.047 INFO STEP 3 (remove_files) COMPLETE
39922024-08-28T23:01:38.938Z[ recovery-image] Aug 28 23:01:38.048 INFO O| Aug 28 23:01:38.047 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39932024-08-28T23:01:39.002Z[ recovery-image] Aug 28 23:01:38.111 INFO O| Aug 28 23:01:38.111 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
39942024-08-28T23:01:39.136Z[ recovery-image] Aug 28 23:01:38.245 INFO O| Aug 28 23:01:38.245 INFO STEP 4 (remove_files) COMPLETE
39952024-08-28T23:01:39.136Z[ recovery-image] Aug 28 23:01:38.245 INFO O| Aug 28 23:01:38.245 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39962024-08-28T23:01:39.239Z[ recovery-image] Aug 28 23:01:38.349 INFO O| Aug 28 23:01:38.349 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
39972024-08-28T23:01:39.345Z[ recovery-image] Aug 28 23:01:38.453 INFO O| Aug 28 23:01:38.453 INFO STEP 5 (remove_files) COMPLETE
39982024-08-28T23:01:39.345Z[ recovery-image] Aug 28 23:01:38.453 INFO O| Aug 28 23:01:38.453 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39992024-08-28T23:01:39.406Z[ recovery-image] Aug 28 23:01:38.516 INFO O| Aug 28 23:01:38.516 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40002024-08-28T23:01:39.427Z[ recovery-image] Aug 28 23:01:38.536 INFO O| Aug 28 23:01:38.536 INFO STEP 6 (remove_files) COMPLETE
40012024-08-28T23:01:39.427Z[ recovery-image] Aug 28 23:01:38.536 INFO O| Aug 28 23:01:38.536 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-08-28T23:01:39.499Z[ recovery-image] Aug 28 23:01:38.609 INFO O| Aug 28 23:01:38.609 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
40032024-08-28T23:01:39.542Z[ recovery-image] Aug 28 23:01:38.651 INFO O| Aug 28 23:01:38.651 INFO STEP 7 (remove_files) COMPLETE
40042024-08-28T23:01:39.542Z[ recovery-image] Aug 28 23:01:38.651 INFO O| Aug 28 23:01:38.651 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-08-28T23:01:39.575Z[ recovery-image] Aug 28 23:01:38.685 INFO O| Aug 28 23:01:38.685 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40062024-08-28T23:01:39.580Z[ recovery-image] Aug 28 23:01:38.690 INFO O| Aug 28 23:01:38.690 INFO STEP 8 (remove_files) COMPLETE
40072024-08-28T23:01:39.580Z[ recovery-image] Aug 28 23:01:38.690 INFO O| Aug 28 23:01:38.690 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40082024-08-28T23:01:39.586Z[ host-image] Aug 28 23:01:38.696 INFO O| Aug 28 23:01:38.696 INFO O| Done
40092024-08-28T23:01:39.608Z[ recovery-image] Aug 28 23:01:38.718 INFO O| Aug 28 23:01:38.718 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40102024-08-28T23:01:39.611Z[ recovery-image] Aug 28 23:01:38.718 INFO O| Aug 28 23:01:38.718 INFO STEP 9 (remove_files) COMPLETE
40112024-08-28T23:01:39.611Z[ recovery-image] Aug 28 23:01:38.718 INFO O| Aug 28 23:01:38.718 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40122024-08-28T23:01:39.630Z[ host-image] Aug 28 23:01:38.739 INFO O| Aug 28 23:01:38.739 INFO O| Done
40132024-08-28T23:01:39.640Z[ host-image] Aug 28 23:01:38.740 INFO O| Aug 28 23:01:38.740 INFO O| Done
40142024-08-28T23:01:39.652Z[ recovery-image] Aug 28 23:01:38.753 INFO O| Aug 28 23:01:38.753 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40152024-08-28T23:01:39.662Z[ host-image] Aug 28 23:01:38.767 INFO O| Aug 28 23:01:38.767 INFO O| Done
40162024-08-28T23:01:39.700Z[ recovery-image] Aug 28 23:01:38.809 INFO O| Aug 28 23:01:38.809 INFO STEP 10 (remove_files) COMPLETE
40172024-08-28T23:01:39.700Z[ recovery-image] Aug 28 23:01:38.809 INFO O| Aug 28 23:01:38.809 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40182024-08-28T23:01:39.794Z[ recovery-image] Aug 28 23:01:38.904 INFO O| Aug 28 23:01:38.904 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40192024-08-28T23:01:39.878Z[ host-image] Aug 28 23:01:38.988 INFO O| Aug 28 23:01:38.987 INFO STEP 12 (pkg_install) COMPLETE
40202024-08-28T23:01:39.878Z[ host-image] Aug 28 23:01:38.988 INFO O| Aug 28 23:01:38.988 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40212024-08-28T23:01:39.897Z[ host-image] Aug 28 23:01:39.007 INFO O| Aug 28 23:01:39.007 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
40222024-08-28T23:01:40.449Z[ recovery-image] Aug 28 23:01:39.558 INFO O| Aug 28 23:01:39.557 INFO STEP 11 (remove_files) COMPLETE
40232024-08-28T23:01:40.449Z[ recovery-image] Aug 28 23:01:39.558 INFO O| Aug 28 23:01:39.557 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40242024-08-28T23:01:40.539Z[ recovery-image] Aug 28 23:01:39.649 INFO O| Aug 28 23:01:39.648 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40252024-08-28T23:01:40.543Z[ recovery-image] Aug 28 23:01:39.654 INFO O| Aug 28 23:01:39.653 INFO STEP 12 (remove_files) COMPLETE
40262024-08-28T23:01:40.543Z[ recovery-image] Aug 28 23:01:39.654 INFO O| Aug 28 23:01:39.653 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40272024-08-28T23:01:40.569Z[ recovery-image] Aug 28 23:01:39.679 INFO O| Aug 28 23:01:39.679 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40282024-08-28T23:01:40.573Z[ recovery-image] Aug 28 23:01:39.683 INFO O| Aug 28 23:01:39.682 INFO STEP 13 (remove_files) COMPLETE
40292024-08-28T23:01:40.573Z[ recovery-image] Aug 28 23:01:39.683 INFO O| Aug 28 23:01:39.683 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-08-28T23:01:40.605Z[ recovery-image] Aug 28 23:01:39.715 INFO O| Aug 28 23:01:39.714 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40312024-08-28T23:01:40.607Z[ recovery-image] Aug 28 23:01:39.715 INFO O| Aug 28 23:01:39.715 INFO STEP 14 (remove_files) COMPLETE
40322024-08-28T23:01:40.607Z[ recovery-image] Aug 28 23:01:39.715 INFO O| Aug 28 23:01:39.715 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-08-28T23:01:40.640Z[ recovery-image] Aug 28 23:01:39.750 INFO O| Aug 28 23:01:39.750 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40342024-08-28T23:01:40.656Z[ recovery-image] Aug 28 23:01:39.765 INFO O| Aug 28 23:01:39.765 INFO STEP 15 (remove_files) COMPLETE
40352024-08-28T23:01:40.656Z[ recovery-image] Aug 28 23:01:39.766 INFO O| Aug 28 23:01:39.765 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-08-28T23:01:40.796Z[ recovery-image] Aug 28 23:01:39.906 INFO O| Aug 28 23:01:39.906 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40372024-08-28T23:01:40.850Z[ host-image] Aug 28 23:01:39.960 INFO O| Aug 28 23:01:39.960 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40382024-08-28T23:01:41.033Z[ recovery-image] Aug 28 23:01:40.143 INFO O| Aug 28 23:01:40.143 INFO STEP 16 (remove_files) COMPLETE
40392024-08-28T23:01:41.033Z[ recovery-image] Aug 28 23:01:40.143 INFO O| Aug 28 23:01:40.143 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40402024-08-28T23:01:41.053Z[ recovery-image] Aug 28 23:01:40.163 INFO O| Aug 28 23:01:40.163 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40412024-08-28T23:01:41.056Z[ recovery-image] Aug 28 23:01:40.164 INFO O| Aug 28 23:01:40.164 INFO STEP 17 (remove_files) COMPLETE
40422024-08-28T23:01:41.056Z[ recovery-image] Aug 28 23:01:40.164 INFO O| Aug 28 23:01:40.164 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40432024-08-28T23:01:41.087Z[ recovery-image] Aug 28 23:01:40.197 INFO O| Aug 28 23:01:40.197 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40442024-08-28T23:01:41.089Z[ recovery-image] Aug 28 23:01:40.197 INFO O| Aug 28 23:01:40.197 INFO STEP 18 (remove_files) COMPLETE
40452024-08-28T23:01:41.089Z[ recovery-image] Aug 28 23:01:40.197 INFO O| Aug 28 23:01:40.197 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40462024-08-28T23:01:41.106Z[ recovery-image] Aug 28 23:01:40.216 INFO O| Aug 28 23:01:40.216 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40472024-08-28T23:01:41.374Z[ recovery-image] Aug 28 23:01:40.484 INFO O| Aug 28 23:01:40.484 INFO STEP 19 (remove_files) COMPLETE
40482024-08-28T23:01:41.374Z[ recovery-image] Aug 28 23:01:40.484 INFO O| Aug 28 23:01:40.484 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40492024-08-28T23:01:41.395Z[ recovery-image] Aug 28 23:01:40.505 INFO O| Aug 28 23:01:40.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40502024-08-28T23:01:41.420Z[ recovery-image] Aug 28 23:01:40.530 INFO O| Aug 28 23:01:40.530 INFO STEP 20 (remove_files) COMPLETE
40512024-08-28T23:01:41.420Z[ recovery-image] Aug 28 23:01:40.530 INFO O| Aug 28 23:01:40.530 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40522024-08-28T23:01:41.469Z[ recovery-image] Aug 28 23:01:40.578 INFO O| Aug 28 23:01:40.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
40532024-08-28T23:01:41.469Z[ recovery-image] Aug 28 23:01:40.579 INFO O| Aug 28 23:01:40.579 INFO STEP 21 (remove_files) COMPLETE
40542024-08-28T23:01:41.469Z[ recovery-image] Aug 28 23:01:40.579 INFO O| Aug 28 23:01:40.579 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40552024-08-28T23:01:41.529Z[ recovery-image] Aug 28 23:01:40.639 INFO O| Aug 28 23:01:40.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
40562024-08-28T23:01:41.532Z[ recovery-image] Aug 28 23:01:40.639 INFO O| Aug 28 23:01:40.639 INFO STEP 22 (remove_files) COMPLETE
40572024-08-28T23:01:41.532Z[ recovery-image] Aug 28 23:01:40.639 INFO O| Aug 28 23:01:40.639 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40582024-08-28T23:01:41.550Z[ recovery-image] Aug 28 23:01:40.660 INFO O| Aug 28 23:01:40.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
40592024-08-28T23:01:41.550Z[ recovery-image] Aug 28 23:01:40.660 INFO O| Aug 28 23:01:40.660 INFO STEP 23 (remove_files) COMPLETE
40602024-08-28T23:01:41.550Z[ recovery-image] Aug 28 23:01:40.660 INFO O| Aug 28 23:01:40.660 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40612024-08-28T23:01:41.574Z[ recovery-image] Aug 28 23:01:40.684 INFO O| Aug 28 23:01:40.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
40622024-08-28T23:01:41.574Z[ recovery-image] Aug 28 23:01:40.684 INFO O| Aug 28 23:01:40.684 INFO STEP 24 (remove_files) COMPLETE
40632024-08-28T23:01:41.577Z[ recovery-image] Aug 28 23:01:40.684 INFO O| Aug 28 23:01:40.684 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40642024-08-28T23:01:41.623Z[ recovery-image] Aug 28 23:01:40.733 INFO O| Aug 28 23:01:40.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
40652024-08-28T23:01:41.627Z[ recovery-image] Aug 28 23:01:40.734 INFO O| Aug 28 23:01:40.733 INFO STEP 25 (remove_files) COMPLETE
40662024-08-28T23:01:41.628Z[ recovery-image] Aug 28 23:01:40.734 INFO O| Aug 28 23:01:40.734 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40672024-08-28T23:01:41.664Z[ recovery-image] Aug 28 23:01:40.774 INFO O| Aug 28 23:01:40.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
40682024-08-28T23:01:41.666Z[ recovery-image] Aug 28 23:01:40.774 INFO O| Aug 28 23:01:40.774 INFO STEP 26 (remove_files) COMPLETE
40692024-08-28T23:01:41.666Z[ recovery-image] Aug 28 23:01:40.774 INFO O| Aug 28 23:01:40.774 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40702024-08-28T23:01:41.684Z[ recovery-image] Aug 28 23:01:40.794 INFO O| Aug 28 23:01:40.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
40712024-08-28T23:01:41.684Z[ recovery-image] Aug 28 23:01:40.794 INFO O| Aug 28 23:01:40.794 INFO STEP 27 (remove_files) COMPLETE
40722024-08-28T23:01:41.688Z[ recovery-image] Aug 28 23:01:40.794 INFO O| Aug 28 23:01:40.794 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40732024-08-28T23:01:41.760Z[ recovery-image] Aug 28 23:01:40.870 INFO O| Aug 28 23:01:40.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
40742024-08-28T23:01:41.780Z[ recovery-image] Aug 28 23:01:40.890 INFO O| Aug 28 23:01:40.890 INFO STEP 28 (remove_files) COMPLETE
40752024-08-28T23:01:41.780Z[ recovery-image] Aug 28 23:01:40.890 INFO O| Aug 28 23:01:40.890 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40762024-08-28T23:01:41.801Z[ recovery-image] Aug 28 23:01:40.911 INFO O| Aug 28 23:01:40.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
40772024-08-28T23:01:41.803Z[ recovery-image] Aug 28 23:01:40.911 INFO O| Aug 28 23:01:40.911 INFO STEP 29 (remove_files) COMPLETE
40782024-08-28T23:01:41.803Z[ recovery-image] Aug 28 23:01:40.911 INFO O| Aug 28 23:01:40.911 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40792024-08-28T23:01:41.833Z[ recovery-image] Aug 28 23:01:40.943 INFO O| Aug 28 23:01:40.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
40802024-08-28T23:01:41.836Z[ recovery-image] Aug 28 23:01:40.944 INFO O| Aug 28 23:01:40.944 INFO STEP 30 (remove_files) COMPLETE
40812024-08-28T23:01:41.836Z[ recovery-image] Aug 28 23:01:40.944 INFO O| Aug 28 23:01:40.944 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40822024-08-28T23:01:41.890Z[ recovery-image] Aug 28 23:01:41.000 INFO O| Aug 28 23:01:41.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
40832024-08-28T23:01:41.890Z[ recovery-image] Aug 28 23:01:41.000 INFO O| Aug 28 23:01:41.000 INFO STEP 31 (remove_files) COMPLETE
40842024-08-28T23:01:41.893Z[ recovery-image] Aug 28 23:01:41.000 INFO O| Aug 28 23:01:41.000 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40852024-08-28T23:01:41.930Z[ recovery-image] Aug 28 23:01:41.040 INFO O| Aug 28 23:01:41.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
40862024-08-28T23:01:41.930Z[ recovery-image] Aug 28 23:01:41.040 INFO O| Aug 28 23:01:41.040 INFO STEP 32 (remove_files) COMPLETE
40872024-08-28T23:01:41.933Z[ recovery-image] Aug 28 23:01:41.040 INFO O| Aug 28 23:01:41.040 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40882024-08-28T23:01:41.949Z[ recovery-image] Aug 28 23:01:41.060 INFO O| Aug 28 23:01:41.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
40892024-08-28T23:01:41.950Z[ recovery-image] Aug 28 23:01:41.060 INFO O| Aug 28 23:01:41.060 INFO STEP 33 (remove_files) COMPLETE
40902024-08-28T23:01:41.952Z[ recovery-image] Aug 28 23:01:41.060 INFO O| Aug 28 23:01:41.060 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40912024-08-28T23:01:41.967Z[ recovery-image] Aug 28 23:01:41.078 INFO O| Aug 28 23:01:41.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
40922024-08-28T23:01:41.987Z[ recovery-image] Aug 28 23:01:41.097 INFO O| Aug 28 23:01:41.097 INFO STEP 34 (remove_files) COMPLETE
40932024-08-28T23:01:41.987Z[ recovery-image] Aug 28 23:01:41.097 INFO O| Aug 28 23:01:41.097 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40942024-08-28T23:01:42.078Z[ recovery-image] Aug 28 23:01:41.188 INFO O| Aug 28 23:01:41.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
40952024-08-28T23:01:42.078Z[ recovery-image] Aug 28 23:01:41.188 INFO O| Aug 28 23:01:41.188 INFO STEP 35 (remove_files) COMPLETE
40962024-08-28T23:01:42.078Z[ recovery-image] Aug 28 23:01:41.188 INFO O| Aug 28 23:01:41.188 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40972024-08-28T23:01:42.098Z[ recovery-image] Aug 28 23:01:41.208 INFO O| Aug 28 23:01:41.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
40982024-08-28T23:01:42.098Z[ recovery-image] Aug 28 23:01:41.208 INFO O| Aug 28 23:01:41.208 INFO STEP 36 (remove_files) COMPLETE
40992024-08-28T23:01:42.101Z[ recovery-image] Aug 28 23:01:41.208 INFO O| Aug 28 23:01:41.208 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41002024-08-28T23:01:42.118Z[ recovery-image] Aug 28 23:01:41.228 INFO O| Aug 28 23:01:41.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
41012024-08-28T23:01:42.118Z[ recovery-image] Aug 28 23:01:41.228 INFO O| Aug 28 23:01:41.228 INFO STEP 37 (remove_files) COMPLETE
41022024-08-28T23:01:42.118Z[ recovery-image] Aug 28 23:01:41.228 INFO O| Aug 28 23:01:41.228 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41032024-08-28T23:01:42.136Z[ recovery-image] Aug 28 23:01:41.246 INFO O| Aug 28 23:01:41.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
41042024-08-28T23:01:42.136Z[ recovery-image] Aug 28 23:01:41.246 INFO O| Aug 28 23:01:41.246 INFO STEP 38 (remove_files) COMPLETE
41052024-08-28T23:01:42.136Z[ recovery-image] Aug 28 23:01:41.246 INFO O| Aug 28 23:01:41.246 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41062024-08-28T23:01:42.194Z[ recovery-image] Aug 28 23:01:41.303 INFO O| Aug 28 23:01:41.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41072024-08-28T23:01:42.194Z[ recovery-image] Aug 28 23:01:41.304 INFO O| Aug 28 23:01:41.304 INFO STEP 39 (remove_files) COMPLETE
41082024-08-28T23:01:42.194Z[ recovery-image] Aug 28 23:01:41.304 INFO O| Aug 28 23:01:41.304 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41092024-08-28T23:01:42.218Z[ recovery-image] Aug 28 23:01:41.328 INFO O| Aug 28 23:01:41.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41102024-08-28T23:01:42.221Z[ recovery-image] Aug 28 23:01:41.328 INFO O| Aug 28 23:01:41.328 INFO STEP 40 (remove_files) COMPLETE
41112024-08-28T23:01:42.221Z[ recovery-image] Aug 28 23:01:41.328 INFO O| Aug 28 23:01:41.328 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41122024-08-28T23:01:42.238Z[ recovery-image] Aug 28 23:01:41.347 INFO O| Aug 28 23:01:41.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41132024-08-28T23:01:42.238Z[ recovery-image] Aug 28 23:01:41.348 INFO O| Aug 28 23:01:41.348 INFO STEP 41 (remove_files) COMPLETE
41142024-08-28T23:01:42.240Z[ recovery-image] Aug 28 23:01:41.348 INFO O| Aug 28 23:01:41.348 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41152024-08-28T23:01:42.255Z[ recovery-image] Aug 28 23:01:41.365 INFO O| Aug 28 23:01:41.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41162024-08-28T23:01:42.255Z[ recovery-image] Aug 28 23:01:41.365 INFO O| Aug 28 23:01:41.365 INFO STEP 42 (remove_files) COMPLETE
41172024-08-28T23:01:42.257Z[ recovery-image] Aug 28 23:01:41.365 INFO O| Aug 28 23:01:41.365 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41182024-08-28T23:01:42.295Z[ recovery-image] Aug 28 23:01:41.405 INFO O| Aug 28 23:01:41.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41192024-08-28T23:01:42.295Z[ recovery-image] Aug 28 23:01:41.405 INFO O| Aug 28 23:01:41.405 INFO STEP 43 (remove_files) COMPLETE
41202024-08-28T23:01:42.295Z[ recovery-image] Aug 28 23:01:41.405 INFO O| Aug 28 23:01:41.405 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41212024-08-28T23:01:42.314Z[ recovery-image] Aug 28 23:01:41.424 INFO O| Aug 28 23:01:41.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41222024-08-28T23:01:42.314Z[ recovery-image] Aug 28 23:01:41.424 INFO O| Aug 28 23:01:41.424 INFO STEP 44 (remove_files) COMPLETE
41232024-08-28T23:01:42.314Z[ recovery-image] Aug 28 23:01:41.424 INFO O| Aug 28 23:01:41.424 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41242024-08-28T23:01:42.334Z[ recovery-image] Aug 28 23:01:41.444 INFO O| Aug 28 23:01:41.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41252024-08-28T23:01:42.345Z[ recovery-image] Aug 28 23:01:41.455 INFO O| Aug 28 23:01:41.455 INFO STEP 45 (remove_files) COMPLETE
41262024-08-28T23:01:42.345Z[ recovery-image] Aug 28 23:01:41.455 INFO O| Aug 28 23:01:41.455 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41272024-08-28T23:01:42.366Z[ recovery-image] Aug 28 23:01:41.475 INFO O| Aug 28 23:01:41.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41282024-08-28T23:01:42.366Z[ recovery-image] Aug 28 23:01:41.475 INFO O| Aug 28 23:01:41.475 INFO STEP 46 (remove_files) COMPLETE
41292024-08-28T23:01:42.366Z[ recovery-image] Aug 28 23:01:41.475 INFO O| Aug 28 23:01:41.475 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41302024-08-28T23:01:42.398Z[ recovery-image] Aug 28 23:01:41.508 INFO O| Aug 28 23:01:41.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41312024-08-28T23:01:42.402Z[ recovery-image] Aug 28 23:01:41.508 INFO O| Aug 28 23:01:41.508 INFO STEP 47 (remove_files) COMPLETE
41322024-08-28T23:01:42.402Z[ recovery-image] Aug 28 23:01:41.508 INFO O| Aug 28 23:01:41.508 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41332024-08-28T23:01:42.418Z[ recovery-image] Aug 28 23:01:41.527 INFO O| Aug 28 23:01:41.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41342024-08-28T23:01:42.418Z[ recovery-image] Aug 28 23:01:41.527 INFO O| Aug 28 23:01:41.527 INFO STEP 48 (remove_files) COMPLETE
41352024-08-28T23:01:42.418Z[ recovery-image] Aug 28 23:01:41.527 INFO O| Aug 28 23:01:41.527 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41362024-08-28T23:01:42.449Z[ recovery-image] Aug 28 23:01:41.559 INFO O| Aug 28 23:01:41.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41372024-08-28T23:01:42.449Z[ recovery-image] Aug 28 23:01:41.559 INFO O| Aug 28 23:01:41.559 INFO STEP 49 (remove_files) COMPLETE
41382024-08-28T23:01:42.449Z[ recovery-image] Aug 28 23:01:41.559 INFO O| Aug 28 23:01:41.559 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41392024-08-28T23:01:42.519Z[ recovery-image] Aug 28 23:01:41.629 INFO O| Aug 28 23:01:41.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41402024-08-28T23:01:42.522Z[ recovery-image] Aug 28 23:01:41.629 INFO O| Aug 28 23:01:41.629 INFO STEP 50 (remove_files) COMPLETE
41412024-08-28T23:01:42.522Z[ recovery-image] Aug 28 23:01:41.630 INFO O| Aug 28 23:01:41.629 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-08-28T23:01:42.541Z[ recovery-image] Aug 28 23:01:41.651 INFO O| Aug 28 23:01:41.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41432024-08-28T23:01:42.541Z[ recovery-image] Aug 28 23:01:41.651 INFO O| Aug 28 23:01:41.651 INFO STEP 51 (remove_files) COMPLETE
41442024-08-28T23:01:42.541Z[ recovery-image] Aug 28 23:01:41.651 INFO O| Aug 28 23:01:41.651 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-08-28T23:01:42.569Z[ recovery-image] Aug 28 23:01:41.679 INFO O| Aug 28 23:01:41.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41462024-08-28T23:01:42.569Z[ recovery-image] Aug 28 23:01:41.679 INFO O| Aug 28 23:01:41.679 INFO STEP 52 (remove_files) COMPLETE
41472024-08-28T23:01:42.569Z[ recovery-image] Aug 28 23:01:41.679 INFO O| Aug 28 23:01:41.679 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-08-28T23:01:42.603Z[ recovery-image] Aug 28 23:01:41.713 INFO O| Aug 28 23:01:41.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41492024-08-28T23:01:42.619Z[ recovery-image] Aug 28 23:01:41.729 INFO O| Aug 28 23:01:41.729 INFO STEP 53 (remove_files) COMPLETE
41502024-08-28T23:01:42.619Z[ recovery-image] Aug 28 23:01:41.729 INFO O| Aug 28 23:01:41.729 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-08-28T23:01:42.657Z[ recovery-image] Aug 28 23:01:41.767 INFO O| Aug 28 23:01:41.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
41522024-08-28T23:01:42.657Z[ recovery-image] Aug 28 23:01:41.767 INFO O| Aug 28 23:01:41.767 INFO STEP 54 (remove_files) COMPLETE
41532024-08-28T23:01:42.657Z[ recovery-image] Aug 28 23:01:41.767 INFO O| Aug 28 23:01:41.767 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-08-28T23:01:42.697Z[ recovery-image] Aug 28 23:01:41.807 INFO O| Aug 28 23:01:41.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
41552024-08-28T23:01:42.703Z[ recovery-image] Aug 28 23:01:41.813 INFO O| Aug 28 23:01:41.813 INFO STEP 55 (remove_files) COMPLETE
41562024-08-28T23:01:42.705Z[ recovery-image] Aug 28 23:01:41.813 INFO O| Aug 28 23:01:41.813 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-08-28T23:01:42.766Z[ recovery-image] Aug 28 23:01:41.876 INFO O| Aug 28 23:01:41.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
41582024-08-28T23:01:42.786Z[ recovery-image] Aug 28 23:01:41.895 INFO O| Aug 28 23:01:41.895 INFO STEP 56 (remove_files) COMPLETE
41592024-08-28T23:01:42.786Z[ recovery-image] Aug 28 23:01:41.895 INFO O| Aug 28 23:01:41.895 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-08-28T23:01:42.806Z[ recovery-image] Aug 28 23:01:41.916 INFO O| Aug 28 23:01:41.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
41612024-08-28T23:01:42.819Z[ recovery-image] Aug 28 23:01:41.929 INFO O| Aug 28 23:01:41.929 INFO STEP 57 (remove_files) COMPLETE
41622024-08-28T23:01:42.819Z[ recovery-image] Aug 28 23:01:41.929 INFO O| Aug 28 23:01:41.929 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-08-28T23:01:42.866Z[ recovery-image] Aug 28 23:01:41.976 INFO O| Aug 28 23:01:41.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
41642024-08-28T23:01:42.867Z[ recovery-image] Aug 28 23:01:41.976 INFO O| Aug 28 23:01:41.976 INFO STEP 58 (remove_files) COMPLETE
41652024-08-28T23:01:42.869Z[ recovery-image] Aug 28 23:01:41.977 INFO O| Aug 28 23:01:41.977 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-08-28T23:01:42.886Z[ recovery-image] Aug 28 23:01:41.996 INFO O| Aug 28 23:01:41.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
41672024-08-28T23:01:42.888Z[ recovery-image] Aug 28 23:01:41.996 INFO O| Aug 28 23:01:41.996 INFO STEP 59 (remove_files) COMPLETE
41682024-08-28T23:01:42.888Z[ recovery-image] Aug 28 23:01:41.996 INFO O| Aug 28 23:01:41.996 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-08-28T23:01:42.906Z[ recovery-image] Aug 28 23:01:42.016 INFO O| Aug 28 23:01:42.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
41702024-08-28T23:01:42.906Z[ recovery-image] Aug 28 23:01:42.016 INFO O| Aug 28 23:01:42.016 INFO STEP 60 (remove_files) COMPLETE
41712024-08-28T23:01:42.909Z[ recovery-image] Aug 28 23:01:42.016 INFO O| Aug 28 23:01:42.016 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-08-28T23:01:42.926Z[ recovery-image] Aug 28 23:01:42.036 INFO O| Aug 28 23:01:42.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
41732024-08-28T23:01:42.929Z[ recovery-image] Aug 28 23:01:42.036 INFO O| Aug 28 23:01:42.036 INFO STEP 61 (remove_files) COMPLETE
41742024-08-28T23:01:42.929Z[ recovery-image] Aug 28 23:01:42.036 INFO O| Aug 28 23:01:42.036 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-08-28T23:01:42.944Z[ recovery-image] Aug 28 23:01:42.055 INFO O| Aug 28 23:01:42.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
41762024-08-28T23:01:42.948Z[ recovery-image] Aug 28 23:01:42.055 INFO O| Aug 28 23:01:42.055 INFO STEP 62 (remove_files) COMPLETE
41772024-08-28T23:01:42.948Z[ recovery-image] Aug 28 23:01:42.055 INFO O| Aug 28 23:01:42.055 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-08-28T23:01:42.962Z[ recovery-image] Aug 28 23:01:42.072 INFO O| Aug 28 23:01:42.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
41792024-08-28T23:01:42.965Z[ recovery-image] Aug 28 23:01:42.073 INFO O| Aug 28 23:01:42.072 INFO STEP 63 (remove_files) COMPLETE
41802024-08-28T23:01:42.965Z[ recovery-image] Aug 28 23:01:42.073 INFO O| Aug 28 23:01:42.073 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-08-28T23:01:43.024Z[ recovery-image] Aug 28 23:01:42.134 INFO O| Aug 28 23:01:42.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
41822024-08-28T23:01:43.027Z[ recovery-image] Aug 28 23:01:42.134 INFO O| Aug 28 23:01:42.134 INFO STEP 64 (remove_files) COMPLETE
41832024-08-28T23:01:43.027Z[ recovery-image] Aug 28 23:01:42.135 INFO O| Aug 28 23:01:42.134 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-08-28T23:01:43.047Z[ recovery-image] Aug 28 23:01:42.157 INFO O| Aug 28 23:01:42.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
41852024-08-28T23:01:43.053Z[ recovery-image] Aug 28 23:01:42.163 INFO O| Aug 28 23:01:42.163 INFO STEP 65 (remove_files) COMPLETE
41862024-08-28T23:01:43.053Z[ recovery-image] Aug 28 23:01:42.163 INFO O| Aug 28 23:01:42.163 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-08-28T23:01:43.075Z[ recovery-image] Aug 28 23:01:42.185 INFO O| Aug 28 23:01:42.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
41882024-08-28T23:01:43.076Z[ recovery-image] Aug 28 23:01:42.186 INFO O| Aug 28 23:01:42.186 INFO STEP 66 (remove_files) COMPLETE
41892024-08-28T23:01:43.078Z[ recovery-image] Aug 28 23:01:42.186 INFO O| Aug 28 23:01:42.186 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-08-28T23:01:43.093Z[ recovery-image] Aug 28 23:01:42.203 INFO O| Aug 28 23:01:42.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
41912024-08-28T23:01:43.096Z[ recovery-image] Aug 28 23:01:42.204 INFO O| Aug 28 23:01:42.204 INFO STEP 67 (remove_files) COMPLETE
41922024-08-28T23:01:43.096Z[ recovery-image] Aug 28 23:01:42.204 INFO O| Aug 28 23:01:42.204 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-08-28T23:01:43.118Z[ recovery-image] Aug 28 23:01:42.228 INFO O| Aug 28 23:01:42.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
41942024-08-28T23:01:43.122Z[ recovery-image] Aug 28 23:01:42.232 INFO O| Aug 28 23:01:42.232 INFO STEP 68 (remove_files) COMPLETE
41952024-08-28T23:01:43.124Z[ recovery-image] Aug 28 23:01:42.232 INFO O| Aug 28 23:01:42.232 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-08-28T23:01:43.154Z[ recovery-image] Aug 28 23:01:42.264 INFO O| Aug 28 23:01:42.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
41972024-08-28T23:01:43.154Z[ recovery-image] Aug 28 23:01:42.264 INFO O| Aug 28 23:01:42.264 INFO STEP 69 (remove_files) COMPLETE
41982024-08-28T23:01:43.154Z[ recovery-image] Aug 28 23:01:42.264 INFO O| Aug 28 23:01:42.264 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-08-28T23:01:43.179Z[ recovery-image] Aug 28 23:01:42.289 INFO O| Aug 28 23:01:42.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
42002024-08-28T23:01:43.179Z[ recovery-image] Aug 28 23:01:42.289 INFO O| Aug 28 23:01:42.289 INFO STEP 70 (remove_files) COMPLETE
42012024-08-28T23:01:43.182Z[ recovery-image] Aug 28 23:01:42.289 INFO O| Aug 28 23:01:42.289 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-08-28T23:01:43.232Z[ recovery-image] Aug 28 23:01:42.342 INFO O| Aug 28 23:01:42.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
42032024-08-28T23:01:43.232Z[ recovery-image] Aug 28 23:01:42.342 INFO O| Aug 28 23:01:42.342 INFO STEP 71 (remove_files) COMPLETE
42042024-08-28T23:01:43.232Z[ recovery-image] Aug 28 23:01:42.342 INFO O| Aug 28 23:01:42.342 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-08-28T23:01:43.292Z[ recovery-image] Aug 28 23:01:42.402 INFO O| Aug 28 23:01:42.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42062024-08-28T23:01:43.292Z[ recovery-image] Aug 28 23:01:42.402 INFO O| Aug 28 23:01:42.402 INFO STEP 72 (remove_files) COMPLETE
42072024-08-28T23:01:43.295Z[ recovery-image] Aug 28 23:01:42.402 INFO O| Aug 28 23:01:42.402 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-08-28T23:01:43.313Z[ recovery-image] Aug 28 23:01:42.423 INFO O| Aug 28 23:01:42.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42092024-08-28T23:01:43.313Z[ recovery-image] Aug 28 23:01:42.423 INFO O| Aug 28 23:01:42.423 INFO STEP 73 (remove_files) COMPLETE
42102024-08-28T23:01:43.317Z[ recovery-image] Aug 28 23:01:42.423 INFO O| Aug 28 23:01:42.423 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-08-28T23:01:43.336Z[ recovery-image] Aug 28 23:01:42.446 INFO O| Aug 28 23:01:42.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42122024-08-28T23:01:43.336Z[ recovery-image] Aug 28 23:01:42.446 INFO O| Aug 28 23:01:42.446 INFO STEP 74 (remove_files) COMPLETE
42132024-08-28T23:01:43.338Z[ recovery-image] Aug 28 23:01:42.446 INFO O| Aug 28 23:01:42.446 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-08-28T23:01:43.359Z[ recovery-image] Aug 28 23:01:42.470 INFO O| Aug 28 23:01:42.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42152024-08-28T23:01:43.359Z[ recovery-image] Aug 28 23:01:42.470 INFO O| Aug 28 23:01:42.470 INFO STEP 75 (remove_files) COMPLETE
42162024-08-28T23:01:43.362Z[ recovery-image] Aug 28 23:01:42.470 INFO O| Aug 28 23:01:42.470 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-08-28T23:01:43.391Z[ recovery-image] Aug 28 23:01:42.501 INFO O| Aug 28 23:01:42.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42182024-08-28T23:01:43.391Z[ recovery-image] Aug 28 23:01:42.501 INFO O| Aug 28 23:01:42.501 INFO STEP 76 (remove_files) COMPLETE
42192024-08-28T23:01:43.391Z[ recovery-image] Aug 28 23:01:42.501 INFO O| Aug 28 23:01:42.501 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-08-28T23:01:43.409Z[ recovery-image] Aug 28 23:01:42.519 INFO O| Aug 28 23:01:42.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42212024-08-28T23:01:43.409Z[ recovery-image] Aug 28 23:01:42.519 INFO O| Aug 28 23:01:42.519 INFO STEP 77 (remove_files) COMPLETE
42222024-08-28T23:01:43.412Z[ recovery-image] Aug 28 23:01:42.519 INFO O| Aug 28 23:01:42.519 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-08-28T23:01:43.428Z[ recovery-image] Aug 28 23:01:42.538 INFO O| Aug 28 23:01:42.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42242024-08-28T23:01:43.428Z[ recovery-image] Aug 28 23:01:42.538 INFO O| Aug 28 23:01:42.538 INFO STEP 78 (remove_files) COMPLETE
42252024-08-28T23:01:43.428Z[ recovery-image] Aug 28 23:01:42.538 INFO O| Aug 28 23:01:42.538 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-08-28T23:01:43.447Z[ recovery-image] Aug 28 23:01:42.557 INFO O| Aug 28 23:01:42.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42272024-08-28T23:01:43.447Z[ recovery-image] Aug 28 23:01:42.557 INFO O| Aug 28 23:01:42.557 INFO STEP 79 (remove_files) COMPLETE
42282024-08-28T23:01:43.447Z[ recovery-image] Aug 28 23:01:42.557 INFO O| Aug 28 23:01:42.557 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-08-28T23:01:43.489Z[ recovery-image] Aug 28 23:01:42.599 INFO O| Aug 28 23:01:42.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42302024-08-28T23:01:43.491Z[ recovery-image] Aug 28 23:01:42.599 INFO O| Aug 28 23:01:42.599 INFO STEP 80 (remove_files) COMPLETE
42312024-08-28T23:01:43.491Z[ recovery-image] Aug 28 23:01:42.599 INFO O| Aug 28 23:01:42.599 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-08-28T23:01:43.509Z[ recovery-image] Aug 28 23:01:42.619 INFO O| Aug 28 23:01:42.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42332024-08-28T23:01:43.511Z[ recovery-image] Aug 28 23:01:42.619 INFO O| Aug 28 23:01:42.619 INFO STEP 81 (remove_files) COMPLETE
42342024-08-28T23:01:43.511Z[ recovery-image] Aug 28 23:01:42.619 INFO O| Aug 28 23:01:42.619 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-08-28T23:01:43.532Z[ recovery-image] Aug 28 23:01:42.642 INFO O| Aug 28 23:01:42.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
42362024-08-28T23:01:43.532Z[ recovery-image] Aug 28 23:01:42.642 INFO O| Aug 28 23:01:42.642 INFO STEP 82 (remove_files) COMPLETE
42372024-08-28T23:01:43.532Z[ recovery-image] Aug 28 23:01:42.642 INFO O| Aug 28 23:01:42.642 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-08-28T23:01:43.562Z[ recovery-image] Aug 28 23:01:42.672 INFO O| Aug 28 23:01:42.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42392024-08-28T23:01:43.562Z[ recovery-image] Aug 28 23:01:42.672 INFO O| Aug 28 23:01:42.672 INFO STEP 83 (remove_files) COMPLETE
42402024-08-28T23:01:43.564Z[ recovery-image] Aug 28 23:01:42.672 INFO O| Aug 28 23:01:42.672 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-08-28T23:01:43.581Z[ recovery-image] Aug 28 23:01:42.691 INFO O| Aug 28 23:01:42.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42422024-08-28T23:01:43.581Z[ recovery-image] Aug 28 23:01:42.691 INFO O| Aug 28 23:01:42.691 INFO STEP 84 (remove_files) COMPLETE
42432024-08-28T23:01:43.584Z[ recovery-image] Aug 28 23:01:42.691 INFO O| Aug 28 23:01:42.691 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-08-28T23:01:43.604Z[ recovery-image] Aug 28 23:01:42.714 INFO O| Aug 28 23:01:42.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42452024-08-28T23:01:43.607Z[ recovery-image] Aug 28 23:01:42.714 INFO O| Aug 28 23:01:42.714 INFO STEP 85 (remove_files) COMPLETE
42462024-08-28T23:01:43.607Z[ recovery-image] Aug 28 23:01:42.714 INFO O| Aug 28 23:01:42.714 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-08-28T23:01:43.623Z[ recovery-image] Aug 28 23:01:42.734 INFO O| Aug 28 23:01:42.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42482024-08-28T23:01:43.626Z[ recovery-image] Aug 28 23:01:42.734 INFO O| Aug 28 23:01:42.734 INFO STEP 86 (remove_files) COMPLETE
42492024-08-28T23:01:43.626Z[ recovery-image] Aug 28 23:01:42.734 INFO O| Aug 28 23:01:42.734 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-08-28T23:01:43.689Z[ host-image] Aug 28 23:01:42.799 INFO O| Aug 28 23:01:42.799 INFO O| Planning: Solver setup ... Done
42512024-08-28T23:01:43.696Z[ host-image] Aug 28 23:01:42.806 INFO O| Aug 28 23:01:42.806 INFO O| Planning: Running solver ... Done
42522024-08-28T23:01:43.705Z[ recovery-image] Aug 28 23:01:42.815 INFO O| Aug 28 23:01:42.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42532024-08-28T23:01:43.726Z[ recovery-image] Aug 28 23:01:42.836 INFO O| Aug 28 23:01:42.836 INFO STEP 87 (remove_files) COMPLETE
42542024-08-28T23:01:43.726Z[ recovery-image] Aug 28 23:01:42.836 INFO O| Aug 28 23:01:42.836 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-08-28T23:01:43.746Z[ recovery-image] Aug 28 23:01:42.856 INFO O| Aug 28 23:01:42.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
42562024-08-28T23:01:43.749Z[ recovery-image] Aug 28 23:01:42.856 INFO O| Aug 28 23:01:42.856 INFO STEP 88 (remove_files) COMPLETE
42572024-08-28T23:01:43.749Z[ recovery-image] Aug 28 23:01:42.856 INFO O| Aug 28 23:01:42.856 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-08-28T23:01:43.763Z[ host-image] Aug 28 23:01:42.873 INFO O| Aug 28 23:01:42.873 INFO O| Planning: Finding local manifests ... Done
42592024-08-28T23:01:43.765Z[ host-image] Aug 28 23:01:42.875 INFO O| Aug 28 23:01:42.875 INFO O| Planning: Fetching manifests: 0/6 0% complete
42602024-08-28T23:01:43.768Z[ recovery-image] Aug 28 23:01:42.876 INFO O| Aug 28 23:01:42.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
42612024-08-28T23:01:43.768Z[ recovery-image] Aug 28 23:01:42.876 INFO O| Aug 28 23:01:42.876 INFO STEP 89 (remove_files) COMPLETE
42622024-08-28T23:01:43.768Z[ recovery-image] Aug 28 23:01:42.876 INFO O| Aug 28 23:01:42.876 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-08-28T23:01:43.855Z[ recovery-image] Aug 28 23:01:42.965 INFO O| Aug 28 23:01:42.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
42642024-08-28T23:01:43.855Z[ recovery-image] Aug 28 23:01:42.965 INFO O| Aug 28 23:01:42.965 INFO STEP 90 (remove_files) COMPLETE
42652024-08-28T23:01:43.857Z[ recovery-image] Aug 28 23:01:42.965 INFO O| Aug 28 23:01:42.965 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-08-28T23:01:43.997Z[ recovery-image] Aug 28 23:01:42.983 INFO O| Aug 28 23:01:42.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
42672024-08-28T23:01:43.997Z[ recovery-image] Aug 28 23:01:42.984 INFO O| Aug 28 23:01:42.984 INFO STEP 91 (remove_files) COMPLETE
42682024-08-28T23:01:43.997Z[ recovery-image] Aug 28 23:01:42.984 INFO O| Aug 28 23:01:42.984 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-08-28T23:01:44.000Z[ recovery-image] Aug 28 23:01:43.054 INFO O| Aug 28 23:01:43.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
42702024-08-28T23:01:44.000Z[ recovery-image] Aug 28 23:01:43.055 INFO O| Aug 28 23:01:43.054 INFO STEP 92 (remove_files) COMPLETE
42712024-08-28T23:01:44.000Z[ recovery-image] Aug 28 23:01:43.055 INFO O| Aug 28 23:01:43.054 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-08-28T23:01:44.000Z[ recovery-image] Aug 28 23:01:43.089 INFO O| Aug 28 23:01:43.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
42732024-08-28T23:01:44.000Z[ recovery-image] Aug 28 23:01:43.089 INFO O| Aug 28 23:01:43.089 INFO STEP 93 (remove_files) COMPLETE
42742024-08-28T23:01:44.000Z[ recovery-image] Aug 28 23:01:43.089 INFO O| Aug 28 23:01:43.089 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-08-28T23:01:44.000Z[ recovery-image] Aug 28 23:01:43.108 INFO O| Aug 28 23:01:43.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
42762024-08-28T23:01:44.000Z[ recovery-image] Aug 28 23:01:43.108 INFO O| Aug 28 23:01:43.108 INFO STEP 94 (remove_files) COMPLETE
42772024-08-28T23:01:44.000Z[ recovery-image] Aug 28 23:01:43.108 INFO O| Aug 28 23:01:43.108 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-08-28T23:01:44.016Z[ recovery-image] Aug 28 23:01:43.127 INFO O| Aug 28 23:01:43.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
42792024-08-28T23:01:44.017Z[ recovery-image] Aug 28 23:01:43.127 INFO O| Aug 28 23:01:43.127 INFO STEP 95 (remove_files) COMPLETE
42802024-08-28T23:01:44.017Z[ recovery-image] Aug 28 23:01:43.127 INFO O| Aug 28 23:01:43.127 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-08-28T23:01:44.035Z[ recovery-image] Aug 28 23:01:43.145 INFO O| Aug 28 23:01:43.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
42822024-08-28T23:01:44.035Z[ recovery-image] Aug 28 23:01:43.145 INFO O| Aug 28 23:01:43.145 INFO STEP 96 (remove_files) COMPLETE
42832024-08-28T23:01:44.038Z[ recovery-image] Aug 28 23:01:43.145 INFO O| Aug 28 23:01:43.145 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-08-28T23:01:44.058Z[ recovery-image] Aug 28 23:01:43.168 INFO O| Aug 28 23:01:43.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
42852024-08-28T23:01:44.058Z[ recovery-image] Aug 28 23:01:43.168 INFO O| Aug 28 23:01:43.168 INFO STEP 97 (remove_files) COMPLETE
42862024-08-28T23:01:44.058Z[ recovery-image] Aug 28 23:01:43.168 INFO O| Aug 28 23:01:43.168 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-08-28T23:01:44.072Z[ host-image] Aug 28 23:01:43.182 INFO O| Aug 28 23:01:43.182 INFO O| Planning: Fetching manifests: 6/6 100% complete
42882024-08-28T23:01:44.109Z[ recovery-image] Aug 28 23:01:43.218 INFO O| Aug 28 23:01:43.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
42892024-08-28T23:01:44.109Z[ recovery-image] Aug 28 23:01:43.219 INFO O| Aug 28 23:01:43.218 INFO STEP 98 (remove_files) COMPLETE
42902024-08-28T23:01:44.109Z[ recovery-image] Aug 28 23:01:43.219 INFO O| Aug 28 23:01:43.219 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-08-28T23:01:44.150Z[ recovery-image] Aug 28 23:01:43.260 INFO O| Aug 28 23:01:43.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
42922024-08-28T23:01:44.153Z[ recovery-image] Aug 28 23:01:43.260 INFO O| Aug 28 23:01:43.260 INFO STEP 99 (remove_files) COMPLETE
42932024-08-28T23:01:44.153Z[ recovery-image] Aug 28 23:01:43.260 INFO O| Aug 28 23:01:43.260 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-08-28T23:01:44.163Z[ host-image] Aug 28 23:01:43.273 INFO O| Aug 28 23:01:43.273 INFO O| Planning: Package planning ... Done
42952024-08-28T23:01:44.171Z[ recovery-image] Aug 28 23:01:43.282 INFO O| Aug 28 23:01:43.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
42962024-08-28T23:01:44.174Z[ recovery-image] Aug 28 23:01:43.284 INFO O| Aug 28 23:01:43.284 INFO STEP 100 (remove_files) COMPLETE
42972024-08-28T23:01:44.174Z[ recovery-image] Aug 28 23:01:43.284 INFO O| Aug 28 23:01:43.284 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-08-28T23:01:44.210Z[ host-image] Aug 28 23:01:43.320 INFO O| Aug 28 23:01:43.320 INFO O| Planning: Merging actions ... Done
42992024-08-28T23:01:44.233Z[ recovery-image] Aug 28 23:01:43.343 INFO O| Aug 28 23:01:43.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
43002024-08-28T23:01:44.235Z[ recovery-image] Aug 28 23:01:43.343 INFO O| Aug 28 23:01:43.343 INFO STEP 101 (remove_files) COMPLETE
43012024-08-28T23:01:44.235Z[ recovery-image] Aug 28 23:01:43.343 INFO O| Aug 28 23:01:43.343 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-08-28T23:01:44.253Z[ recovery-image] Aug 28 23:01:43.363 INFO O| Aug 28 23:01:43.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
43032024-08-28T23:01:44.255Z[ recovery-image] Aug 28 23:01:43.363 INFO O| Aug 28 23:01:43.363 INFO STEP 102 (remove_files) COMPLETE
43042024-08-28T23:01:44.255Z[ recovery-image] Aug 28 23:01:43.363 INFO O| Aug 28 23:01:43.363 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-08-28T23:01:44.272Z[ recovery-image] Aug 28 23:01:43.382 INFO O| Aug 28 23:01:43.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
43062024-08-28T23:01:44.274Z[ recovery-image] Aug 28 23:01:43.382 INFO O| Aug 28 23:01:43.382 INFO STEP 103 (remove_files) COMPLETE
43072024-08-28T23:01:44.274Z[ recovery-image] Aug 28 23:01:43.382 INFO O| Aug 28 23:01:43.382 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-08-28T23:01:44.289Z[ recovery-image] Aug 28 23:01:43.400 INFO O| Aug 28 23:01:43.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
43092024-08-28T23:01:44.292Z[ recovery-image] Aug 28 23:01:43.400 INFO O| Aug 28 23:01:43.400 INFO STEP 104 (remove_files) COMPLETE
43102024-08-28T23:01:44.292Z[ recovery-image] Aug 28 23:01:43.400 INFO O| Aug 28 23:01:43.400 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-08-28T23:01:44.309Z[ recovery-image] Aug 28 23:01:43.419 INFO O| Aug 28 23:01:43.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43122024-08-28T23:01:44.309Z[ recovery-image] Aug 28 23:01:43.419 INFO O| Aug 28 23:01:43.419 INFO STEP 105 (remove_files) COMPLETE
43132024-08-28T23:01:44.311Z[ recovery-image] Aug 28 23:01:43.419 INFO O| Aug 28 23:01:43.419 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-08-28T23:01:44.333Z[ recovery-image] Aug 28 23:01:43.443 INFO O| Aug 28 23:01:43.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43152024-08-28T23:01:44.333Z[ recovery-image] Aug 28 23:01:43.443 INFO O| Aug 28 23:01:43.443 INFO STEP 106 (remove_files) COMPLETE
43162024-08-28T23:01:44.333Z[ recovery-image] Aug 28 23:01:43.443 INFO O| Aug 28 23:01:43.443 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-08-28T23:01:44.368Z[ recovery-image] Aug 28 23:01:43.478 INFO O| Aug 28 23:01:43.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43182024-08-28T23:01:44.371Z[ recovery-image] Aug 28 23:01:43.479 INFO O| Aug 28 23:01:43.479 INFO STEP 107 (remove_files) COMPLETE
43192024-08-28T23:01:44.372Z[ recovery-image] Aug 28 23:01:43.479 INFO O| Aug 28 23:01:43.479 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-08-28T23:01:44.382Z[ host-image] Aug 28 23:01:43.493 INFO O| Aug 28 23:01:43.492 INFO O| Planning: Checking for conflicting actions ... Done
43212024-08-28T23:01:44.390Z[ host-image] Aug 28 23:01:43.500 INFO O| Aug 28 23:01:43.500 INFO O| Planning: Consolidating action changes ... Done
43222024-08-28T23:01:44.423Z[ recovery-image] Aug 28 23:01:43.533 INFO O| Aug 28 23:01:43.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43232024-08-28T23:01:44.423Z[ recovery-image] Aug 28 23:01:43.533 INFO O| Aug 28 23:01:43.533 INFO STEP 108 (remove_files) COMPLETE
43242024-08-28T23:01:44.423Z[ recovery-image] Aug 28 23:01:43.533 INFO O| Aug 28 23:01:43.533 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-08-28T23:01:44.465Z[ recovery-image] Aug 28 23:01:43.575 INFO O| Aug 28 23:01:43.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43262024-08-28T23:01:44.467Z[ recovery-image] Aug 28 23:01:43.575 INFO O| Aug 28 23:01:43.575 INFO STEP 109 (remove_files) COMPLETE
43272024-08-28T23:01:44.467Z[ recovery-image] Aug 28 23:01:43.575 INFO O| Aug 28 23:01:43.575 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-08-28T23:01:44.523Z[ recovery-image] Aug 28 23:01:43.633 INFO O| Aug 28 23:01:43.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43292024-08-28T23:01:44.526Z[ recovery-image] Aug 28 23:01:43.634 INFO O| Aug 28 23:01:43.634 INFO STEP 110 (remove_files) COMPLETE
43302024-08-28T23:01:44.526Z[ recovery-image] Aug 28 23:01:43.634 INFO O| Aug 28 23:01:43.634 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-08-28T23:01:44.547Z[ recovery-image] Aug 28 23:01:43.657 INFO O| Aug 28 23:01:43.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43322024-08-28T23:01:44.547Z[ recovery-image] Aug 28 23:01:43.658 INFO O| Aug 28 23:01:43.658 INFO STEP 111 (remove_files) COMPLETE
43332024-08-28T23:01:44.547Z[ recovery-image] Aug 28 23:01:43.658 INFO O| Aug 28 23:01:43.658 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-08-28T23:01:44.567Z[ recovery-image] Aug 28 23:01:43.677 INFO O| Aug 28 23:01:43.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43352024-08-28T23:01:44.567Z[ recovery-image] Aug 28 23:01:43.677 INFO O| Aug 28 23:01:43.677 INFO STEP 112 (remove_files) COMPLETE
43362024-08-28T23:01:44.567Z[ recovery-image] Aug 28 23:01:43.677 INFO O| Aug 28 23:01:43.677 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-08-28T23:01:44.599Z[ recovery-image] Aug 28 23:01:43.709 INFO O| Aug 28 23:01:43.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43382024-08-28T23:01:44.599Z[ recovery-image] Aug 28 23:01:43.709 INFO O| Aug 28 23:01:43.709 INFO STEP 113 (remove_files) COMPLETE
43392024-08-28T23:01:44.599Z[ recovery-image] Aug 28 23:01:43.709 INFO O| Aug 28 23:01:43.709 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-08-28T23:01:44.632Z[ recovery-image] Aug 28 23:01:43.741 INFO O| Aug 28 23:01:43.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43412024-08-28T23:01:44.632Z[ recovery-image] Aug 28 23:01:43.741 INFO O| Aug 28 23:01:43.741 INFO STEP 114 (remove_files) COMPLETE
43422024-08-28T23:01:44.632Z[ recovery-image] Aug 28 23:01:43.742 INFO O| Aug 28 23:01:43.741 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-08-28T23:01:44.671Z[ recovery-image] Aug 28 23:01:43.781 INFO O| Aug 28 23:01:43.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
43442024-08-28T23:01:44.671Z[ recovery-image] Aug 28 23:01:43.781 INFO O| Aug 28 23:01:43.781 INFO STEP 115 (remove_files) COMPLETE
43452024-08-28T23:01:44.671Z[ recovery-image] Aug 28 23:01:43.781 INFO O| Aug 28 23:01:43.781 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-08-28T23:01:44.689Z[ recovery-image] Aug 28 23:01:43.799 INFO O| Aug 28 23:01:43.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
43472024-08-28T23:01:44.689Z[ recovery-image] Aug 28 23:01:43.799 INFO O| Aug 28 23:01:43.799 INFO STEP 116 (remove_files) COMPLETE
43482024-08-28T23:01:44.689Z[ recovery-image] Aug 28 23:01:43.799 INFO O| Aug 28 23:01:43.799 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-08-28T23:01:44.727Z[ recovery-image] Aug 28 23:01:43.837 INFO O| Aug 28 23:01:43.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43502024-08-28T23:01:44.727Z[ recovery-image] Aug 28 23:01:43.837 INFO O| Aug 28 23:01:43.837 INFO STEP 117 (remove_files) COMPLETE
43512024-08-28T23:01:44.727Z[ recovery-image] Aug 28 23:01:43.837 INFO O| Aug 28 23:01:43.837 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-08-28T23:01:44.748Z[ recovery-image] Aug 28 23:01:43.858 INFO O| Aug 28 23:01:43.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43532024-08-28T23:01:44.759Z[ recovery-image] Aug 28 23:01:43.869 INFO O| Aug 28 23:01:43.869 INFO STEP 118 (remove_files) COMPLETE
43542024-08-28T23:01:44.759Z[ recovery-image] Aug 28 23:01:43.869 INFO O| Aug 28 23:01:43.869 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-08-28T23:01:44.803Z[ recovery-image] Aug 28 23:01:43.913 INFO O| Aug 28 23:01:43.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43562024-08-28T23:01:44.803Z[ recovery-image] Aug 28 23:01:43.914 INFO O| Aug 28 23:01:43.913 INFO STEP 119 (remove_files) COMPLETE
43572024-08-28T23:01:44.806Z[ recovery-image] Aug 28 23:01:43.914 INFO O| Aug 28 23:01:43.914 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-08-28T23:01:44.823Z[ recovery-image] Aug 28 23:01:43.933 INFO O| Aug 28 23:01:43.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43592024-08-28T23:01:44.826Z[ recovery-image] Aug 28 23:01:43.933 INFO O| Aug 28 23:01:43.933 INFO STEP 120 (remove_files) COMPLETE
43602024-08-28T23:01:44.826Z[ recovery-image] Aug 28 23:01:43.934 INFO O| Aug 28 23:01:43.933 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-08-28T23:01:44.843Z[ recovery-image] Aug 28 23:01:43.953 INFO O| Aug 28 23:01:43.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
43622024-08-28T23:01:44.845Z[ recovery-image] Aug 28 23:01:43.953 INFO O| Aug 28 23:01:43.953 INFO STEP 121 (remove_files) COMPLETE
43632024-08-28T23:01:44.846Z[ recovery-image] Aug 28 23:01:43.954 INFO O| Aug 28 23:01:43.954 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-08-28T23:01:44.867Z[ recovery-image] Aug 28 23:01:43.977 INFO O| Aug 28 23:01:43.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
43652024-08-28T23:01:44.869Z[ recovery-image] Aug 28 23:01:43.977 INFO O| Aug 28 23:01:43.977 INFO STEP 122 (remove_files) COMPLETE
43662024-08-28T23:01:44.869Z[ recovery-image] Aug 28 23:01:43.978 INFO O| Aug 28 23:01:43.977 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-08-28T23:01:44.893Z[ host-image] Aug 28 23:01:44.003 INFO O| Aug 28 23:01:44.003 INFO O| Planning: Evaluating mediators ... Done
43682024-08-28T23:01:44.896Z[ recovery-image] Aug 28 23:01:44.004 INFO O| Aug 28 23:01:44.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
43692024-08-28T23:01:44.896Z[ recovery-image] Aug 28 23:01:44.005 INFO O| Aug 28 23:01:44.005 INFO STEP 123 (remove_files) COMPLETE
43702024-08-28T23:01:44.896Z[ recovery-image] Aug 28 23:01:44.005 INFO O| Aug 28 23:01:44.005 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-08-28T23:01:44.899Z[ host-image] Aug 28 23:01:44.009 INFO O| Aug 28 23:01:44.009 INFO O| Planning: Planning completed in 4.05 seconds
43722024-08-28T23:01:44.902Z[ host-image] Aug 28 23:01:44.012 INFO O| Aug 28 23:01:44.012 INFO O| Packages to install: 6
43732024-08-28T23:01:44.902Z[ host-image] Aug 28 23:01:44.012 INFO O| Aug 28 23:01:44.012 INFO O| Mediators to change: 1
43742024-08-28T23:01:44.902Z[ host-image] Aug 28 23:01:44.012 INFO O| Aug 28 23:01:44.012 INFO O| Services to change: 1
43752024-08-28T23:01:44.917Z[ recovery-image] Aug 28 23:01:44.027 INFO O| Aug 28 23:01:44.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
43762024-08-28T23:01:44.917Z[ recovery-image] Aug 28 23:01:44.027 INFO O| Aug 28 23:01:44.027 INFO STEP 124 (remove_files) COMPLETE
43772024-08-28T23:01:44.917Z[ recovery-image] Aug 28 23:01:44.027 INFO O| Aug 28 23:01:44.027 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-08-28T23:01:44.923Z[ host-image] Aug 28 23:01:44.033 INFO O| Aug 28 23:01:44.033 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
43792024-08-28T23:01:44.976Z[ recovery-image] Aug 28 23:01:44.086 INFO O| Aug 28 23:01:44.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
43802024-08-28T23:01:44.979Z[ recovery-image] Aug 28 23:01:44.087 INFO O| Aug 28 23:01:44.087 INFO STEP 125 (remove_files) COMPLETE
43812024-08-28T23:01:44.979Z[ recovery-image] Aug 28 23:01:44.087 INFO O| Aug 28 23:01:44.087 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-08-28T23:01:45.036Z[ recovery-image] Aug 28 23:01:44.144 INFO O| Aug 28 23:01:44.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
43832024-08-28T23:01:45.036Z[ recovery-image] Aug 28 23:01:44.144 INFO O| Aug 28 23:01:44.144 INFO STEP 126 (remove_files) COMPLETE
43842024-08-28T23:01:45.036Z[ recovery-image] Aug 28 23:01:44.144 INFO O| Aug 28 23:01:44.144 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-08-28T23:01:45.053Z[ recovery-image] Aug 28 23:01:44.163 INFO O| Aug 28 23:01:44.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
43862024-08-28T23:01:45.056Z[ recovery-image] Aug 28 23:01:44.163 INFO O| Aug 28 23:01:44.163 INFO STEP 127 (remove_files) COMPLETE
43872024-08-28T23:01:45.056Z[ recovery-image] Aug 28 23:01:44.164 INFO O| Aug 28 23:01:44.164 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-08-28T23:01:45.072Z[ recovery-image] Aug 28 23:01:44.181 INFO O| Aug 28 23:01:44.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
43892024-08-28T23:01:45.075Z[ recovery-image] Aug 28 23:01:44.182 INFO O| Aug 28 23:01:44.182 INFO STEP 128 (remove_files) COMPLETE
43902024-08-28T23:01:45.075Z[ recovery-image] Aug 28 23:01:44.182 INFO O| Aug 28 23:01:44.182 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-08-28T23:01:45.113Z[ recovery-image] Aug 28 23:01:44.223 INFO O| Aug 28 23:01:44.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
43922024-08-28T23:01:45.115Z[ recovery-image] Aug 28 23:01:44.223 INFO O| Aug 28 23:01:44.223 INFO STEP 129 (remove_files) COMPLETE
43932024-08-28T23:01:45.115Z[ recovery-image] Aug 28 23:01:44.223 INFO O| Aug 28 23:01:44.223 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-08-28T23:01:45.131Z[ recovery-image] Aug 28 23:01:44.241 INFO O| Aug 28 23:01:44.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
43952024-08-28T23:01:45.131Z[ recovery-image] Aug 28 23:01:44.241 INFO O| Aug 28 23:01:44.241 INFO STEP 130 (remove_files) COMPLETE
43962024-08-28T23:01:45.133Z[ recovery-image] Aug 28 23:01:44.242 INFO O| Aug 28 23:01:44.241 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-08-28T23:01:45.150Z[ recovery-image] Aug 28 23:01:44.260 INFO O| Aug 28 23:01:44.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
43982024-08-28T23:01:45.153Z[ recovery-image] Aug 28 23:01:44.260 INFO O| Aug 28 23:01:44.260 INFO STEP 131 (remove_files) COMPLETE
43992024-08-28T23:01:45.153Z[ recovery-image] Aug 28 23:01:44.260 INFO O| Aug 28 23:01:44.260 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-08-28T23:01:45.169Z[ recovery-image] Aug 28 23:01:44.279 INFO O| Aug 28 23:01:44.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
44012024-08-28T23:01:45.172Z[ recovery-image] Aug 28 23:01:44.279 INFO O| Aug 28 23:01:44.279 INFO STEP 132 (remove_files) COMPLETE
44022024-08-28T23:01:45.172Z[ recovery-image] Aug 28 23:01:44.280 INFO O| Aug 28 23:01:44.280 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-08-28T23:01:45.189Z[ recovery-image] Aug 28 23:01:44.299 INFO O| Aug 28 23:01:44.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
44042024-08-28T23:01:45.201Z[ recovery-image] Aug 28 23:01:44.299 INFO O| Aug 28 23:01:44.299 INFO STEP 133 (remove_files) COMPLETE
44052024-08-28T23:01:45.201Z[ recovery-image] Aug 28 23:01:44.300 INFO O| Aug 28 23:01:44.300 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-08-28T23:01:45.211Z[ recovery-image] Aug 28 23:01:44.321 INFO O| Aug 28 23:01:44.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
44072024-08-28T23:01:45.213Z[ recovery-image] Aug 28 23:01:44.321 INFO O| Aug 28 23:01:44.321 INFO STEP 134 (remove_files) COMPLETE
44082024-08-28T23:01:45.213Z[ recovery-image] Aug 28 23:01:44.322 INFO O| Aug 28 23:01:44.322 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-08-28T23:01:45.230Z[ recovery-image] Aug 28 23:01:44.340 INFO O| Aug 28 23:01:44.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
44102024-08-28T23:01:45.253Z[ recovery-image] Aug 28 23:01:44.363 INFO O| Aug 28 23:01:44.363 INFO STEP 135 (remove_files) COMPLETE
44112024-08-28T23:01:45.253Z[ recovery-image] Aug 28 23:01:44.363 INFO O| Aug 28 23:01:44.363 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-08-28T23:01:45.274Z[ recovery-image] Aug 28 23:01:44.384 INFO O| Aug 28 23:01:44.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
44132024-08-28T23:01:45.276Z[ recovery-image] Aug 28 23:01:44.384 INFO O| Aug 28 23:01:44.384 INFO STEP 136 (remove_files) COMPLETE
44142024-08-28T23:01:45.276Z[ recovery-image] Aug 28 23:01:44.385 INFO O| Aug 28 23:01:44.384 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-08-28T23:01:45.293Z[ recovery-image] Aug 28 23:01:44.403 INFO O| Aug 28 23:01:44.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
44162024-08-28T23:01:45.296Z[ recovery-image] Aug 28 23:01:44.404 INFO O| Aug 28 23:01:44.404 INFO STEP 137 (remove_files) COMPLETE
44172024-08-28T23:01:45.296Z[ recovery-image] Aug 28 23:01:44.404 INFO O| Aug 28 23:01:44.404 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-08-28T23:01:45.314Z[ recovery-image] Aug 28 23:01:44.424 INFO O| Aug 28 23:01:44.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44192024-08-28T23:01:45.314Z[ recovery-image] Aug 28 23:01:44.424 INFO O| Aug 28 23:01:44.424 INFO STEP 138 (remove_files) COMPLETE
44202024-08-28T23:01:45.314Z[ recovery-image] Aug 28 23:01:44.424 INFO O| Aug 28 23:01:44.424 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-08-28T23:01:45.375Z[ recovery-image] Aug 28 23:01:44.485 INFO O| Aug 28 23:01:44.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44222024-08-28T23:01:45.375Z[ recovery-image] Aug 28 23:01:44.485 INFO O| Aug 28 23:01:44.485 INFO STEP 139 (remove_files) COMPLETE
44232024-08-28T23:01:45.375Z[ recovery-image] Aug 28 23:01:44.485 INFO O| Aug 28 23:01:44.485 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-08-28T23:01:45.414Z[ recovery-image] Aug 28 23:01:44.524 INFO O| Aug 28 23:01:44.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44252024-08-28T23:01:45.414Z[ recovery-image] Aug 28 23:01:44.525 INFO O| Aug 28 23:01:44.525 INFO STEP 140 (remove_files) COMPLETE
44262024-08-28T23:01:45.417Z[ recovery-image] Aug 28 23:01:44.525 INFO O| Aug 28 23:01:44.525 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-08-28T23:01:45.433Z[ recovery-image] Aug 28 23:01:44.543 INFO O| Aug 28 23:01:44.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44282024-08-28T23:01:45.436Z[ recovery-image] Aug 28 23:01:44.543 INFO O| Aug 28 23:01:44.543 INFO STEP 141 (remove_files) COMPLETE
44292024-08-28T23:01:45.436Z[ recovery-image] Aug 28 23:01:44.544 INFO O| Aug 28 23:01:44.543 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-08-28T23:01:45.453Z[ recovery-image] Aug 28 23:01:44.563 INFO O| Aug 28 23:01:44.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44312024-08-28T23:01:45.457Z[ recovery-image] Aug 28 23:01:44.564 INFO O| Aug 28 23:01:44.564 INFO STEP 142 (remove_files) COMPLETE
44322024-08-28T23:01:45.457Z[ recovery-image] Aug 28 23:01:44.564 INFO O| Aug 28 23:01:44.564 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-08-28T23:01:45.476Z[ recovery-image] Aug 28 23:01:44.586 INFO O| Aug 28 23:01:44.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44342024-08-28T23:01:45.480Z[ recovery-image] Aug 28 23:01:44.586 INFO O| Aug 28 23:01:44.586 INFO STEP 143 (remove_files) COMPLETE
44352024-08-28T23:01:45.480Z[ recovery-image] Aug 28 23:01:44.586 INFO O| Aug 28 23:01:44.586 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-08-28T23:01:45.497Z[ recovery-image] Aug 28 23:01:44.607 INFO O| Aug 28 23:01:44.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44372024-08-28T23:01:45.497Z[ recovery-image] Aug 28 23:01:44.608 INFO O| Aug 28 23:01:44.607 INFO STEP 144 (remove_files) COMPLETE
44382024-08-28T23:01:45.497Z[ recovery-image] Aug 28 23:01:44.608 INFO O| Aug 28 23:01:44.608 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-08-28T23:01:45.517Z[ recovery-image] Aug 28 23:01:44.627 INFO O| Aug 28 23:01:44.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44402024-08-28T23:01:45.517Z[ recovery-image] Aug 28 23:01:44.627 INFO O| Aug 28 23:01:44.627 INFO STEP 145 (remove_files) COMPLETE
44412024-08-28T23:01:45.520Z[ recovery-image] Aug 28 23:01:44.628 INFO O| Aug 28 23:01:44.627 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-08-28T23:01:45.609Z[ recovery-image] Aug 28 23:01:44.719 INFO O| Aug 28 23:01:44.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44432024-08-28T23:01:45.611Z[ recovery-image] Aug 28 23:01:44.719 INFO O| Aug 28 23:01:44.719 INFO STEP 146 (remove_files) COMPLETE
44442024-08-28T23:01:45.611Z[ recovery-image] Aug 28 23:01:44.719 INFO O| Aug 28 23:01:44.719 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-08-28T23:01:45.630Z[ recovery-image] Aug 28 23:01:44.741 INFO O| Aug 28 23:01:44.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44462024-08-28T23:01:45.633Z[ recovery-image] Aug 28 23:01:44.741 INFO O| Aug 28 23:01:44.741 INFO STEP 147 (remove_files) COMPLETE
44472024-08-28T23:01:45.633Z[ recovery-image] Aug 28 23:01:44.741 INFO O| Aug 28 23:01:44.741 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-08-28T23:01:45.652Z[ recovery-image] Aug 28 23:01:44.762 INFO O| Aug 28 23:01:44.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
44492024-08-28T23:01:45.654Z[ recovery-image] Aug 28 23:01:44.762 INFO O| Aug 28 23:01:44.762 INFO STEP 148 (remove_files) COMPLETE
44502024-08-28T23:01:45.654Z[ recovery-image] Aug 28 23:01:44.762 INFO O| Aug 28 23:01:44.762 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-08-28T23:01:45.674Z[ recovery-image] Aug 28 23:01:44.783 INFO O| Aug 28 23:01:44.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44522024-08-28T23:01:45.674Z[ recovery-image] Aug 28 23:01:44.783 INFO O| Aug 28 23:01:44.783 INFO STEP 149 (remove_files) COMPLETE
44532024-08-28T23:01:45.674Z[ recovery-image] Aug 28 23:01:44.783 INFO O| Aug 28 23:01:44.783 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-08-28T23:01:45.695Z[ recovery-image] Aug 28 23:01:44.805 INFO O| Aug 28 23:01:44.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44552024-08-28T23:01:45.718Z[ recovery-image] Aug 28 23:01:44.829 INFO O| Aug 28 23:01:44.829 INFO STEP 150 (remove_files) COMPLETE
44562024-08-28T23:01:45.718Z[ recovery-image] Aug 28 23:01:44.829 INFO O| Aug 28 23:01:44.829 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-08-28T23:01:45.775Z[ recovery-image] Aug 28 23:01:44.885 INFO O| Aug 28 23:01:44.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44582024-08-28T23:01:45.775Z[ recovery-image] Aug 28 23:01:44.885 INFO O| Aug 28 23:01:44.885 INFO STEP 151 (remove_files) COMPLETE
44592024-08-28T23:01:45.778Z[ recovery-image] Aug 28 23:01:44.885 INFO O| Aug 28 23:01:44.885 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-08-28T23:01:45.796Z[ recovery-image] Aug 28 23:01:44.906 INFO O| Aug 28 23:01:44.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44612024-08-28T23:01:45.796Z[ recovery-image] Aug 28 23:01:44.906 INFO O| Aug 28 23:01:44.906 INFO STEP 152 (remove_files) COMPLETE
44622024-08-28T23:01:45.796Z[ recovery-image] Aug 28 23:01:44.906 INFO O| Aug 28 23:01:44.906 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-08-28T23:01:45.829Z[ recovery-image] Aug 28 23:01:44.939 INFO O| Aug 28 23:01:44.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44642024-08-28T23:01:45.829Z[ recovery-image] Aug 28 23:01:44.939 INFO O| Aug 28 23:01:44.939 INFO STEP 153 (remove_files) COMPLETE
44652024-08-28T23:01:45.829Z[ recovery-image] Aug 28 23:01:44.939 INFO O| Aug 28 23:01:44.939 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-08-28T23:01:45.891Z[ recovery-image] Aug 28 23:01:45.001 INFO O| Aug 28 23:01:45.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
44672024-08-28T23:01:45.891Z[ recovery-image] Aug 28 23:01:45.001 INFO O| Aug 28 23:01:45.001 INFO STEP 154 (remove_files) COMPLETE
44682024-08-28T23:01:45.894Z[ recovery-image] Aug 28 23:01:45.001 INFO O| Aug 28 23:01:45.001 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-08-28T23:01:45.912Z[ recovery-image] Aug 28 23:01:45.022 INFO O| Aug 28 23:01:45.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
44702024-08-28T23:01:45.912Z[ recovery-image] Aug 28 23:01:45.023 INFO O| Aug 28 23:01:45.023 INFO STEP 155 (remove_files) COMPLETE
44712024-08-28T23:01:45.912Z[ recovery-image] Aug 28 23:01:45.023 INFO O| Aug 28 23:01:45.023 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-08-28T23:01:45.933Z[ recovery-image] Aug 28 23:01:45.043 INFO O| Aug 28 23:01:45.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
44732024-08-28T23:01:45.933Z[ recovery-image] Aug 28 23:01:45.043 INFO O| Aug 28 23:01:45.043 INFO STEP 156 (remove_files) COMPLETE
44742024-08-28T23:01:45.933Z[ recovery-image] Aug 28 23:01:45.043 INFO O| Aug 28 23:01:45.043 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-08-28T23:01:45.952Z[ recovery-image] Aug 28 23:01:45.062 INFO O| Aug 28 23:01:45.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
44762024-08-28T23:01:45.952Z[ recovery-image] Aug 28 23:01:45.062 INFO O| Aug 28 23:01:45.062 INFO STEP 157 (remove_files) COMPLETE
44772024-08-28T23:01:45.958Z[ recovery-image] Aug 28 23:01:45.062 INFO O| Aug 28 23:01:45.062 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-08-28T23:01:45.970Z[ recovery-image] Aug 28 23:01:45.081 INFO O| Aug 28 23:01:45.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
44792024-08-28T23:01:45.973Z[ recovery-image] Aug 28 23:01:45.081 INFO O| Aug 28 23:01:45.081 INFO STEP 158 (remove_files) COMPLETE
44802024-08-28T23:01:45.973Z[ recovery-image] Aug 28 23:01:45.081 INFO O| Aug 28 23:01:45.081 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-08-28T23:01:46.006Z[ recovery-image] Aug 28 23:01:45.116 INFO O| Aug 28 23:01:45.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
44822024-08-28T23:01:46.006Z[ recovery-image] Aug 28 23:01:45.116 INFO O| Aug 28 23:01:45.116 INFO STEP 159 (remove_files) COMPLETE
44832024-08-28T23:01:46.006Z[ recovery-image] Aug 28 23:01:45.116 INFO O| Aug 28 23:01:45.116 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-08-28T23:01:46.026Z[ recovery-image] Aug 28 23:01:45.135 INFO O| Aug 28 23:01:45.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
44852024-08-28T23:01:46.026Z[ recovery-image] Aug 28 23:01:45.135 INFO O| Aug 28 23:01:45.135 INFO STEP 160 (remove_files) COMPLETE
44862024-08-28T23:01:46.026Z[ recovery-image] Aug 28 23:01:45.135 INFO O| Aug 28 23:01:45.135 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-08-28T23:01:46.045Z[ recovery-image] Aug 28 23:01:45.155 INFO O| Aug 28 23:01:45.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
44882024-08-28T23:01:46.045Z[ recovery-image] Aug 28 23:01:45.155 INFO O| Aug 28 23:01:45.155 INFO STEP 161 (remove_files) COMPLETE
44892024-08-28T23:01:46.048Z[ recovery-image] Aug 28 23:01:45.156 INFO O| Aug 28 23:01:45.155 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-08-28T23:01:46.065Z[ recovery-image] Aug 28 23:01:45.175 INFO O| Aug 28 23:01:45.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
44912024-08-28T23:01:46.065Z[ recovery-image] Aug 28 23:01:45.176 INFO O| Aug 28 23:01:45.175 INFO STEP 162 (remove_files) COMPLETE
44922024-08-28T23:01:46.068Z[ recovery-image] Aug 28 23:01:45.176 INFO O| Aug 28 23:01:45.176 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-08-28T23:01:46.091Z[ recovery-image] Aug 28 23:01:45.201 INFO O| Aug 28 23:01:45.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
44942024-08-28T23:01:46.091Z[ recovery-image] Aug 28 23:01:45.201 INFO O| Aug 28 23:01:45.201 INFO STEP 163 (remove_files) COMPLETE
44952024-08-28T23:01:46.091Z[ recovery-image] Aug 28 23:01:45.201 INFO O| Aug 28 23:01:45.201 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-08-28T23:01:46.126Z[ recovery-image] Aug 28 23:01:45.236 INFO O| Aug 28 23:01:45.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
44972024-08-28T23:01:46.126Z[ recovery-image] Aug 28 23:01:45.236 INFO O| Aug 28 23:01:45.236 INFO STEP 164 (remove_files) COMPLETE
44982024-08-28T23:01:46.126Z[ recovery-image] Aug 28 23:01:45.236 INFO O| Aug 28 23:01:45.236 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-08-28T23:01:46.211Z[ recovery-image] Aug 28 23:01:45.321 INFO O| Aug 28 23:01:45.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
45002024-08-28T23:01:46.211Z[ recovery-image] Aug 28 23:01:45.321 INFO O| Aug 28 23:01:45.321 INFO STEP 165 (remove_files) COMPLETE
45012024-08-28T23:01:46.217Z[ recovery-image] Aug 28 23:01:45.321 INFO O| Aug 28 23:01:45.321 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-08-28T23:01:46.231Z[ recovery-image] Aug 28 23:01:45.341 INFO O| Aug 28 23:01:45.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
45032024-08-28T23:01:46.231Z[ recovery-image] Aug 28 23:01:45.341 INFO O| Aug 28 23:01:45.341 INFO STEP 166 (remove_files) COMPLETE
45042024-08-28T23:01:46.235Z[ recovery-image] Aug 28 23:01:45.341 INFO O| Aug 28 23:01:45.341 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-08-28T23:01:46.253Z[ recovery-image] Aug 28 23:01:45.363 INFO O| Aug 28 23:01:45.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
45062024-08-28T23:01:46.274Z[ recovery-image] Aug 28 23:01:45.384 INFO O| Aug 28 23:01:45.384 INFO STEP 167 (remove_files) COMPLETE
45072024-08-28T23:01:46.274Z[ recovery-image] Aug 28 23:01:45.384 INFO O| Aug 28 23:01:45.384 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-08-28T23:01:46.295Z[ recovery-image] Aug 28 23:01:45.405 INFO O| Aug 28 23:01:45.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
45092024-08-28T23:01:46.295Z[ recovery-image] Aug 28 23:01:45.405 INFO O| Aug 28 23:01:45.405 INFO STEP 168 (remove_files) COMPLETE
45102024-08-28T23:01:46.298Z[ recovery-image] Aug 28 23:01:45.405 INFO O| Aug 28 23:01:45.405 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-08-28T23:01:46.314Z[ recovery-image] Aug 28 23:01:45.424 INFO O| Aug 28 23:01:45.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
45122024-08-28T23:01:46.314Z[ recovery-image] Aug 28 23:01:45.425 INFO O| Aug 28 23:01:45.425 INFO STEP 169 (remove_files) COMPLETE
45132024-08-28T23:01:46.317Z[ recovery-image] Aug 28 23:01:45.425 INFO O| Aug 28 23:01:45.425 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-08-28T23:01:46.336Z[ recovery-image] Aug 28 23:01:45.444 INFO O| Aug 28 23:01:45.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
45152024-08-28T23:01:46.336Z[ recovery-image] Aug 28 23:01:45.444 INFO O| Aug 28 23:01:45.444 INFO STEP 170 (remove_files) COMPLETE
45162024-08-28T23:01:46.341Z[ recovery-image] Aug 28 23:01:45.444 INFO O| Aug 28 23:01:45.444 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-08-28T23:01:46.355Z[ recovery-image] Aug 28 23:01:45.465 INFO O| Aug 28 23:01:45.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45182024-08-28T23:01:46.355Z[ recovery-image] Aug 28 23:01:45.465 INFO O| Aug 28 23:01:45.465 INFO STEP 171 (remove_files) COMPLETE
45192024-08-28T23:01:46.355Z[ recovery-image] Aug 28 23:01:45.465 INFO O| Aug 28 23:01:45.465 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-08-28T23:01:46.375Z[ recovery-image] Aug 28 23:01:45.485 INFO O| Aug 28 23:01:45.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45212024-08-28T23:01:46.375Z[ recovery-image] Aug 28 23:01:45.485 INFO O| Aug 28 23:01:45.485 INFO STEP 172 (remove_files) COMPLETE
45222024-08-28T23:01:46.377Z[ recovery-image] Aug 28 23:01:45.485 INFO O| Aug 28 23:01:45.485 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-08-28T23:01:46.411Z[ recovery-image] Aug 28 23:01:45.521 INFO O| Aug 28 23:01:45.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45242024-08-28T23:01:46.411Z[ recovery-image] Aug 28 23:01:45.521 INFO O| Aug 28 23:01:45.521 INFO STEP 173 (remove_files) COMPLETE
45252024-08-28T23:01:46.414Z[ recovery-image] Aug 28 23:01:45.521 INFO O| Aug 28 23:01:45.521 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-08-28T23:01:46.431Z[ recovery-image] Aug 28 23:01:45.542 INFO O| Aug 28 23:01:45.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45272024-08-28T23:01:46.431Z[ recovery-image] Aug 28 23:01:45.542 INFO O| Aug 28 23:01:45.542 INFO STEP 174 (remove_files) COMPLETE
45282024-08-28T23:01:46.434Z[ recovery-image] Aug 28 23:01:45.542 INFO O| Aug 28 23:01:45.542 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-08-28T23:01:46.469Z[ recovery-image] Aug 28 23:01:45.579 INFO O| Aug 28 23:01:45.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45302024-08-28T23:01:46.469Z[ recovery-image] Aug 28 23:01:45.579 INFO O| Aug 28 23:01:45.579 INFO STEP 175 (remove_files) COMPLETE
45312024-08-28T23:01:46.469Z[ recovery-image] Aug 28 23:01:45.579 INFO O| Aug 28 23:01:45.579 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-08-28T23:01:46.487Z[ recovery-image] Aug 28 23:01:45.597 INFO O| Aug 28 23:01:45.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45332024-08-28T23:01:46.487Z[ recovery-image] Aug 28 23:01:45.597 INFO O| Aug 28 23:01:45.597 INFO STEP 176 (remove_files) COMPLETE
45342024-08-28T23:01:46.489Z[ recovery-image] Aug 28 23:01:45.597 INFO O| Aug 28 23:01:45.597 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-08-28T23:01:46.507Z[ recovery-image] Aug 28 23:01:45.617 INFO O| Aug 28 23:01:45.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45362024-08-28T23:01:46.507Z[ recovery-image] Aug 28 23:01:45.617 INFO O| Aug 28 23:01:45.617 INFO STEP 177 (remove_files) COMPLETE
45372024-08-28T23:01:46.507Z[ recovery-image] Aug 28 23:01:45.617 INFO O| Aug 28 23:01:45.617 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-08-28T23:01:46.527Z[ recovery-image] Aug 28 23:01:45.637 INFO O| Aug 28 23:01:45.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45392024-08-28T23:01:46.527Z[ recovery-image] Aug 28 23:01:45.637 INFO O| Aug 28 23:01:45.637 INFO STEP 178 (remove_files) COMPLETE
45402024-08-28T23:01:46.530Z[ recovery-image] Aug 28 23:01:45.637 INFO O| Aug 28 23:01:45.637 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-08-28T23:01:46.547Z[ recovery-image] Aug 28 23:01:45.656 INFO O| Aug 28 23:01:45.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45422024-08-28T23:01:46.550Z[ recovery-image] Aug 28 23:01:45.657 INFO O| Aug 28 23:01:45.656 INFO STEP 179 (remove_files) COMPLETE
45432024-08-28T23:01:46.550Z[ recovery-image] Aug 28 23:01:45.657 INFO O| Aug 28 23:01:45.657 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-08-28T23:01:46.580Z[ recovery-image] Aug 28 23:01:45.690 INFO O| Aug 28 23:01:45.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45452024-08-28T23:01:46.580Z[ recovery-image] Aug 28 23:01:45.690 INFO O| Aug 28 23:01:45.690 INFO STEP 180 (remove_files) COMPLETE
45462024-08-28T23:01:46.583Z[ recovery-image] Aug 28 23:01:45.690 INFO O| Aug 28 23:01:45.690 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-08-28T23:01:46.625Z[ recovery-image] Aug 28 23:01:45.735 INFO O| Aug 28 23:01:45.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
45482024-08-28T23:01:46.628Z[ recovery-image] Aug 28 23:01:45.736 INFO O| Aug 28 23:01:45.735 INFO STEP 181 (remove_files) COMPLETE
45492024-08-28T23:01:46.629Z[ recovery-image] Aug 28 23:01:45.736 INFO O| Aug 28 23:01:45.736 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-08-28T23:01:46.664Z[ recovery-image] Aug 28 23:01:45.774 INFO O| Aug 28 23:01:45.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45512024-08-28T23:01:46.664Z[ recovery-image] Aug 28 23:01:45.774 INFO O| Aug 28 23:01:45.774 INFO STEP 182 (remove_files) COMPLETE
45522024-08-28T23:01:46.664Z[ recovery-image] Aug 28 23:01:45.774 INFO O| Aug 28 23:01:45.774 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-08-28T23:01:46.685Z[ recovery-image] Aug 28 23:01:45.795 INFO O| Aug 28 23:01:45.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45542024-08-28T23:01:46.685Z[ recovery-image] Aug 28 23:01:45.795 INFO O| Aug 28 23:01:45.795 INFO STEP 183 (remove_files) COMPLETE
45552024-08-28T23:01:46.685Z[ recovery-image] Aug 28 23:01:45.795 INFO O| Aug 28 23:01:45.795 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-08-28T23:01:46.704Z[ recovery-image] Aug 28 23:01:45.815 INFO O| Aug 28 23:01:45.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45572024-08-28T23:01:46.704Z[ recovery-image] Aug 28 23:01:45.815 INFO O| Aug 28 23:01:45.815 INFO STEP 184 (remove_files) COMPLETE
45582024-08-28T23:01:46.707Z[ recovery-image] Aug 28 23:01:45.815 INFO O| Aug 28 23:01:45.815 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-08-28T23:01:46.750Z[ recovery-image] Aug 28 23:01:45.861 INFO O| Aug 28 23:01:45.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45602024-08-28T23:01:46.750Z[ recovery-image] Aug 28 23:01:45.861 INFO O| Aug 28 23:01:45.861 INFO STEP 185 (remove_files) COMPLETE
45612024-08-28T23:01:46.753Z[ recovery-image] Aug 28 23:01:45.861 INFO O| Aug 28 23:01:45.861 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-08-28T23:01:46.771Z[ recovery-image] Aug 28 23:01:45.882 INFO O| Aug 28 23:01:45.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45632024-08-28T23:01:46.774Z[ recovery-image] Aug 28 23:01:45.882 INFO O| Aug 28 23:01:45.882 INFO STEP 186 (remove_files) COMPLETE
45642024-08-28T23:01:46.774Z[ recovery-image] Aug 28 23:01:45.882 INFO O| Aug 28 23:01:45.882 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-08-28T23:01:46.791Z[ recovery-image] Aug 28 23:01:45.902 INFO O| Aug 28 23:01:45.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
45662024-08-28T23:01:46.794Z[ recovery-image] Aug 28 23:01:45.902 INFO O| Aug 28 23:01:45.902 INFO STEP 187 (remove_files) COMPLETE
45672024-08-28T23:01:46.794Z[ recovery-image] Aug 28 23:01:45.902 INFO O| Aug 28 23:01:45.902 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-08-28T23:01:46.809Z[ recovery-image] Aug 28 23:01:45.919 INFO O| Aug 28 23:01:45.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
45692024-08-28T23:01:46.812Z[ recovery-image] Aug 28 23:01:45.920 INFO O| Aug 28 23:01:45.919 INFO STEP 188 (remove_files) COMPLETE
45702024-08-28T23:01:46.812Z[ recovery-image] Aug 28 23:01:45.920 INFO O| Aug 28 23:01:45.920 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-08-28T23:01:46.828Z[ recovery-image] Aug 28 23:01:45.938 INFO O| Aug 28 23:01:45.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
45722024-08-28T23:01:46.831Z[ recovery-image] Aug 28 23:01:45.939 INFO O| Aug 28 23:01:45.938 INFO STEP 189 (remove_files) COMPLETE
45732024-08-28T23:01:46.831Z[ recovery-image] Aug 28 23:01:45.939 INFO O| Aug 28 23:01:45.939 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-08-28T23:01:46.848Z[ recovery-image] Aug 28 23:01:45.958 INFO O| Aug 28 23:01:45.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
45752024-08-28T23:01:46.848Z[ recovery-image] Aug 28 23:01:45.958 INFO O| Aug 28 23:01:45.958 INFO STEP 190 (remove_files) COMPLETE
45762024-08-28T23:01:46.848Z[ recovery-image] Aug 28 23:01:45.958 INFO O| Aug 28 23:01:45.958 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-08-28T23:01:46.869Z[ recovery-image] Aug 28 23:01:45.979 INFO O| Aug 28 23:01:45.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
45782024-08-28T23:01:46.869Z[ recovery-image] Aug 28 23:01:45.979 INFO O| Aug 28 23:01:45.979 INFO STEP 191 (remove_files) COMPLETE
45792024-08-28T23:01:46.872Z[ recovery-image] Aug 28 23:01:45.979 INFO O| Aug 28 23:01:45.979 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-08-28T23:01:46.891Z[ recovery-image] Aug 28 23:01:46.001 INFO O| Aug 28 23:01:46.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
45812024-08-28T23:01:46.893Z[ recovery-image] Aug 28 23:01:46.001 INFO O| Aug 28 23:01:46.001 INFO STEP 192 (remove_files) COMPLETE
45822024-08-28T23:01:46.893Z[ recovery-image] Aug 28 23:01:46.001 INFO O| Aug 28 23:01:46.001 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-08-28T23:01:46.912Z[ recovery-image] Aug 28 23:01:46.023 INFO O| Aug 28 23:01:46.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
45842024-08-28T23:01:46.912Z[ recovery-image] Aug 28 23:01:46.023 INFO O| Aug 28 23:01:46.023 INFO STEP 193 (remove_files) COMPLETE
45852024-08-28T23:01:46.913Z[ recovery-image] Aug 28 23:01:46.023 INFO O| Aug 28 23:01:46.023 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-08-28T23:01:46.939Z[ recovery-image] Aug 28 23:01:46.049 INFO O| Aug 28 23:01:46.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
45872024-08-28T23:01:46.939Z[ recovery-image] Aug 28 23:01:46.049 INFO O| Aug 28 23:01:46.049 INFO STEP 194 (remove_files) COMPLETE
45882024-08-28T23:01:46.939Z[ recovery-image] Aug 28 23:01:46.049 INFO O| Aug 28 23:01:46.049 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-08-28T23:01:46.996Z[ recovery-image] Aug 28 23:01:46.106 INFO O| Aug 28 23:01:46.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
45902024-08-28T23:01:46.996Z[ recovery-image] Aug 28 23:01:46.106 INFO O| Aug 28 23:01:46.106 INFO STEP 195 (remove_files) COMPLETE
45912024-08-28T23:01:46.998Z[ recovery-image] Aug 28 23:01:46.106 INFO O| Aug 28 23:01:46.106 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-08-28T23:01:47.017Z[ recovery-image] Aug 28 23:01:46.127 INFO O| Aug 28 23:01:46.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
45932024-08-28T23:01:47.017Z[ recovery-image] Aug 28 23:01:46.127 INFO O| Aug 28 23:01:46.127 INFO STEP 196 (remove_files) COMPLETE
45942024-08-28T23:01:47.020Z[ recovery-image] Aug 28 23:01:46.127 INFO O| Aug 28 23:01:46.127 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-08-28T23:01:47.039Z[ recovery-image] Aug 28 23:01:46.149 INFO O| Aug 28 23:01:46.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
45962024-08-28T23:01:47.039Z[ recovery-image] Aug 28 23:01:46.149 INFO O| Aug 28 23:01:46.149 INFO STEP 197 (remove_files) COMPLETE
45972024-08-28T23:01:47.042Z[ recovery-image] Aug 28 23:01:46.149 INFO O| Aug 28 23:01:46.149 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-08-28T23:01:47.064Z[ recovery-image] Aug 28 23:01:46.175 INFO O| Aug 28 23:01:46.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
45992024-08-28T23:01:47.065Z[ recovery-image] Aug 28 23:01:46.175 INFO O| Aug 28 23:01:46.175 INFO STEP 198 (remove_files) COMPLETE
46002024-08-28T23:01:47.065Z[ recovery-image] Aug 28 23:01:46.175 INFO O| Aug 28 23:01:46.175 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-08-28T23:01:47.086Z[ recovery-image] Aug 28 23:01:46.196 INFO O| Aug 28 23:01:46.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
46022024-08-28T23:01:47.086Z[ recovery-image] Aug 28 23:01:46.196 INFO O| Aug 28 23:01:46.196 INFO STEP 199 (remove_files) COMPLETE
46032024-08-28T23:01:47.089Z[ recovery-image] Aug 28 23:01:46.196 INFO O| Aug 28 23:01:46.196 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-08-28T23:01:47.111Z[ recovery-image] Aug 28 23:01:46.221 INFO O| Aug 28 23:01:46.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
46052024-08-28T23:01:47.111Z[ recovery-image] Aug 28 23:01:46.222 INFO O| Aug 28 23:01:46.221 INFO STEP 200 (remove_files) COMPLETE
46062024-08-28T23:01:47.111Z[ recovery-image] Aug 28 23:01:46.222 INFO O| Aug 28 23:01:46.222 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-08-28T23:01:47.150Z[ recovery-image] Aug 28 23:01:46.261 INFO O| Aug 28 23:01:46.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
46082024-08-28T23:01:47.150Z[ recovery-image] Aug 28 23:01:46.261 INFO O| Aug 28 23:01:46.261 INFO STEP 201 (remove_files) COMPLETE
46092024-08-28T23:01:47.150Z[ recovery-image] Aug 28 23:01:46.261 INFO O| Aug 28 23:01:46.261 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-08-28T23:01:47.171Z[ recovery-image] Aug 28 23:01:46.282 INFO O| Aug 28 23:01:46.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
46112024-08-28T23:01:47.171Z[ recovery-image] Aug 28 23:01:46.282 INFO O| Aug 28 23:01:46.282 INFO STEP 202 (remove_files) COMPLETE
46122024-08-28T23:01:47.171Z[ recovery-image] Aug 28 23:01:46.282 INFO O| Aug 28 23:01:46.282 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-08-28T23:01:47.193Z[ recovery-image] Aug 28 23:01:46.303 INFO O| Aug 28 23:01:46.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
46142024-08-28T23:01:47.193Z[ recovery-image] Aug 28 23:01:46.303 INFO O| Aug 28 23:01:46.303 INFO STEP 203 (remove_files) COMPLETE
46152024-08-28T23:01:47.193Z[ recovery-image] Aug 28 23:01:46.303 INFO O| Aug 28 23:01:46.303 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-08-28T23:01:47.213Z[ recovery-image] Aug 28 23:01:46.324 INFO O| Aug 28 23:01:46.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46172024-08-28T23:01:47.213Z[ recovery-image] Aug 28 23:01:46.324 INFO O| Aug 28 23:01:46.324 INFO STEP 204 (remove_files) COMPLETE
46182024-08-28T23:01:47.213Z[ recovery-image] Aug 28 23:01:46.324 INFO O| Aug 28 23:01:46.324 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-08-28T23:01:47.235Z[ recovery-image] Aug 28 23:01:46.345 INFO O| Aug 28 23:01:46.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46202024-08-28T23:01:47.235Z[ recovery-image] Aug 28 23:01:46.345 INFO O| Aug 28 23:01:46.345 INFO STEP 205 (remove_files) COMPLETE
46212024-08-28T23:01:47.238Z[ recovery-image] Aug 28 23:01:46.345 INFO O| Aug 28 23:01:46.345 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-08-28T23:01:47.256Z[ recovery-image] Aug 28 23:01:46.366 INFO O| Aug 28 23:01:46.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46232024-08-28T23:01:47.256Z[ recovery-image] Aug 28 23:01:46.366 INFO O| Aug 28 23:01:46.366 INFO STEP 206 (remove_files) COMPLETE
46242024-08-28T23:01:47.262Z[ recovery-image] Aug 28 23:01:46.366 INFO O| Aug 28 23:01:46.366 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-08-28T23:01:47.277Z[ recovery-image] Aug 28 23:01:46.387 INFO O| Aug 28 23:01:46.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46262024-08-28T23:01:47.277Z[ recovery-image] Aug 28 23:01:46.387 INFO O| Aug 28 23:01:46.387 INFO STEP 207 (remove_files) COMPLETE
46272024-08-28T23:01:47.280Z[ recovery-image] Aug 28 23:01:46.387 INFO O| Aug 28 23:01:46.387 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-08-28T23:01:47.297Z[ recovery-image] Aug 28 23:01:46.408 INFO O| Aug 28 23:01:46.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46292024-08-28T23:01:47.297Z[ recovery-image] Aug 28 23:01:46.408 INFO O| Aug 28 23:01:46.408 INFO STEP 208 (remove_files) COMPLETE
46302024-08-28T23:01:47.297Z[ recovery-image] Aug 28 23:01:46.408 INFO O| Aug 28 23:01:46.408 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-08-28T23:01:47.319Z[ recovery-image] Aug 28 23:01:46.429 INFO O| Aug 28 23:01:46.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46322024-08-28T23:01:47.319Z[ recovery-image] Aug 28 23:01:46.429 INFO O| Aug 28 23:01:46.429 INFO STEP 209 (remove_files) COMPLETE
46332024-08-28T23:01:47.321Z[ recovery-image] Aug 28 23:01:46.429 INFO O| Aug 28 23:01:46.429 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-08-28T23:01:47.343Z[ recovery-image] Aug 28 23:01:46.452 INFO O| Aug 28 23:01:46.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46352024-08-28T23:01:47.343Z[ recovery-image] Aug 28 23:01:46.452 INFO O| Aug 28 23:01:46.452 INFO STEP 210 (remove_files) COMPLETE
46362024-08-28T23:01:47.343Z[ recovery-image] Aug 28 23:01:46.452 INFO O| Aug 28 23:01:46.452 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-08-28T23:01:47.365Z[ recovery-image] Aug 28 23:01:46.475 INFO O| Aug 28 23:01:46.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46382024-08-28T23:01:47.365Z[ recovery-image] Aug 28 23:01:46.475 INFO O| Aug 28 23:01:46.475 INFO STEP 211 (remove_files) COMPLETE
46392024-08-28T23:01:47.365Z[ recovery-image] Aug 28 23:01:46.475 INFO O| Aug 28 23:01:46.475 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-08-28T23:01:47.453Z[ recovery-image] Aug 28 23:01:46.563 INFO O| Aug 28 23:01:46.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
46412024-08-28T23:01:47.453Z[ recovery-image] Aug 28 23:01:46.563 INFO O| Aug 28 23:01:46.563 INFO STEP 212 (remove_files) COMPLETE
46422024-08-28T23:01:47.453Z[ recovery-image] Aug 28 23:01:46.563 INFO O| Aug 28 23:01:46.563 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-08-28T23:01:47.473Z[ recovery-image] Aug 28 23:01:46.583 INFO O| Aug 28 23:01:46.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
46442024-08-28T23:01:47.473Z[ recovery-image] Aug 28 23:01:46.583 INFO O| Aug 28 23:01:46.583 INFO STEP 213 (remove_files) COMPLETE
46452024-08-28T23:01:47.476Z[ recovery-image] Aug 28 23:01:46.583 INFO O| Aug 28 23:01:46.583 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-08-28T23:01:47.492Z[ recovery-image] Aug 28 23:01:46.602 INFO O| Aug 28 23:01:46.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
46472024-08-28T23:01:47.492Z[ recovery-image] Aug 28 23:01:46.602 INFO O| Aug 28 23:01:46.602 INFO STEP 214 (remove_files) COMPLETE
46482024-08-28T23:01:47.495Z[ recovery-image] Aug 28 23:01:46.602 INFO O| Aug 28 23:01:46.602 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-08-28T23:01:47.512Z[ recovery-image] Aug 28 23:01:46.623 INFO O| Aug 28 23:01:46.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
46502024-08-28T23:01:47.512Z[ recovery-image] Aug 28 23:01:46.623 INFO O| Aug 28 23:01:46.623 INFO STEP 215 (remove_files) COMPLETE
46512024-08-28T23:01:47.512Z[ recovery-image] Aug 28 23:01:46.623 INFO O| Aug 28 23:01:46.623 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-08-28T23:01:47.532Z[ recovery-image] Aug 28 23:01:46.643 INFO O| Aug 28 23:01:46.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
46532024-08-28T23:01:47.532Z[ recovery-image] Aug 28 23:01:46.643 INFO O| Aug 28 23:01:46.643 INFO STEP 216 (remove_files) COMPLETE
46542024-08-28T23:01:47.535Z[ recovery-image] Aug 28 23:01:46.643 INFO O| Aug 28 23:01:46.643 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-08-28T23:01:47.552Z[ recovery-image] Aug 28 23:01:46.662 INFO O| Aug 28 23:01:46.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46562024-08-28T23:01:47.552Z[ recovery-image] Aug 28 23:01:46.662 INFO O| Aug 28 23:01:46.662 INFO STEP 217 (remove_files) COMPLETE
46572024-08-28T23:01:47.555Z[ recovery-image] Aug 28 23:01:46.662 INFO O| Aug 28 23:01:46.662 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-08-28T23:01:47.583Z[ recovery-image] Aug 28 23:01:46.693 INFO O| Aug 28 23:01:46.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46592024-08-28T23:01:47.583Z[ recovery-image] Aug 28 23:01:46.693 INFO O| Aug 28 23:01:46.693 INFO STEP 218 (remove_files) COMPLETE
46602024-08-28T23:01:47.586Z[ recovery-image] Aug 28 23:01:46.693 INFO O| Aug 28 23:01:46.693 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-08-28T23:01:47.638Z[ recovery-image] Aug 28 23:01:46.748 INFO O| Aug 28 23:01:46.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
46622024-08-28T23:01:47.638Z[ recovery-image] Aug 28 23:01:46.748 INFO O| Aug 28 23:01:46.748 INFO STEP 219 (remove_files) COMPLETE
46632024-08-28T23:01:47.638Z[ recovery-image] Aug 28 23:01:46.748 INFO O| Aug 28 23:01:46.748 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-08-28T23:01:47.660Z[ recovery-image] Aug 28 23:01:46.771 INFO O| Aug 28 23:01:46.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
46652024-08-28T23:01:47.660Z[ recovery-image] Aug 28 23:01:46.771 INFO O| Aug 28 23:01:46.771 INFO STEP 220 (remove_files) COMPLETE
46662024-08-28T23:01:47.660Z[ recovery-image] Aug 28 23:01:46.771 INFO O| Aug 28 23:01:46.771 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-08-28T23:01:47.680Z[ recovery-image] Aug 28 23:01:46.790 INFO O| Aug 28 23:01:46.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
46682024-08-28T23:01:47.680Z[ recovery-image] Aug 28 23:01:46.790 INFO O| Aug 28 23:01:46.790 INFO STEP 221 (remove_files) COMPLETE
46692024-08-28T23:01:47.690Z[ recovery-image] Aug 28 23:01:46.790 INFO O| Aug 28 23:01:46.790 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-08-28T23:01:47.699Z[ recovery-image] Aug 28 23:01:46.809 INFO O| Aug 28 23:01:46.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
46712024-08-28T23:01:47.699Z[ recovery-image] Aug 28 23:01:46.809 INFO O| Aug 28 23:01:46.809 INFO STEP 222 (remove_files) COMPLETE
46722024-08-28T23:01:47.702Z[ recovery-image] Aug 28 23:01:46.809 INFO O| Aug 28 23:01:46.809 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-08-28T23:01:47.719Z[ recovery-image] Aug 28 23:01:46.830 INFO O| Aug 28 23:01:46.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
46742024-08-28T23:01:47.719Z[ recovery-image] Aug 28 23:01:46.830 INFO O| Aug 28 23:01:46.830 INFO STEP 223 (remove_files) COMPLETE
46752024-08-28T23:01:47.722Z[ recovery-image] Aug 28 23:01:46.830 INFO O| Aug 28 23:01:46.830 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-08-28T23:01:47.743Z[ recovery-image] Aug 28 23:01:46.853 INFO O| Aug 28 23:01:46.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
46772024-08-28T23:01:47.745Z[ recovery-image] Aug 28 23:01:46.853 INFO O| Aug 28 23:01:46.853 INFO STEP 224 (remove_files) COMPLETE
46782024-08-28T23:01:47.745Z[ recovery-image] Aug 28 23:01:46.854 INFO O| Aug 28 23:01:46.853 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-08-28T23:01:47.766Z[ recovery-image] Aug 28 23:01:46.876 INFO O| Aug 28 23:01:46.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
46802024-08-28T23:01:47.769Z[ recovery-image] Aug 28 23:01:46.877 INFO O| Aug 28 23:01:46.877 INFO STEP 225 (remove_files) COMPLETE
46812024-08-28T23:01:47.769Z[ recovery-image] Aug 28 23:01:46.877 INFO O| Aug 28 23:01:46.877 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-08-28T23:01:47.787Z[ recovery-image] Aug 28 23:01:46.898 INFO O| Aug 28 23:01:46.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
46832024-08-28T23:01:47.790Z[ recovery-image] Aug 28 23:01:46.898 INFO O| Aug 28 23:01:46.898 INFO STEP 226 (remove_files) COMPLETE
46842024-08-28T23:01:47.790Z[ recovery-image] Aug 28 23:01:46.898 INFO O| Aug 28 23:01:46.898 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-08-28T23:01:47.808Z[ recovery-image] Aug 28 23:01:46.919 INFO O| Aug 28 23:01:46.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
46862024-08-28T23:01:47.811Z[ recovery-image] Aug 28 23:01:46.919 INFO O| Aug 28 23:01:46.919 INFO STEP 227 (remove_files) COMPLETE
46872024-08-28T23:01:47.811Z[ recovery-image] Aug 28 23:01:46.919 INFO O| Aug 28 23:01:46.919 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-08-28T23:01:47.831Z[ recovery-image] Aug 28 23:01:46.941 INFO O| Aug 28 23:01:46.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
46892024-08-28T23:01:47.834Z[ recovery-image] Aug 28 23:01:46.941 INFO O| Aug 28 23:01:46.941 INFO STEP 228 (remove_files) COMPLETE
46902024-08-28T23:01:47.834Z[ recovery-image] Aug 28 23:01:46.941 INFO O| Aug 28 23:01:46.941 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-08-28T23:01:47.853Z[ recovery-image] Aug 28 23:01:46.963 INFO O| Aug 28 23:01:46.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
46922024-08-28T23:01:47.856Z[ recovery-image] Aug 28 23:01:46.963 INFO O| Aug 28 23:01:46.963 INFO STEP 229 (remove_files) COMPLETE
46932024-08-28T23:01:47.856Z[ recovery-image] Aug 28 23:01:46.963 INFO O| Aug 28 23:01:46.963 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-08-28T23:01:47.873Z[ recovery-image] Aug 28 23:01:46.984 INFO O| Aug 28 23:01:46.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
46952024-08-28T23:01:47.876Z[ recovery-image] Aug 28 23:01:46.984 INFO O| Aug 28 23:01:46.984 INFO STEP 230 (remove_files) COMPLETE
46962024-08-28T23:01:47.876Z[ recovery-image] Aug 28 23:01:46.984 INFO O| Aug 28 23:01:46.984 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-08-28T23:01:47.894Z[ recovery-image] Aug 28 23:01:47.004 INFO O| Aug 28 23:01:47.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
46982024-08-28T23:01:47.897Z[ recovery-image] Aug 28 23:01:47.005 INFO O| Aug 28 23:01:47.004 INFO STEP 231 (remove_files) COMPLETE
46992024-08-28T23:01:47.897Z[ recovery-image] Aug 28 23:01:47.005 INFO O| Aug 28 23:01:47.005 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-08-28T23:01:47.920Z[ recovery-image] Aug 28 23:01:47.031 INFO O| Aug 28 23:01:47.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
47012024-08-28T23:01:47.923Z[ recovery-image] Aug 28 23:01:47.031 INFO O| Aug 28 23:01:47.031 INFO STEP 232 (remove_files) COMPLETE
47022024-08-28T23:01:47.923Z[ recovery-image] Aug 28 23:01:47.031 INFO O| Aug 28 23:01:47.031 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-08-28T23:01:47.947Z[ recovery-image] Aug 28 23:01:47.057 INFO O| Aug 28 23:01:47.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
47042024-08-28T23:01:47.950Z[ recovery-image] Aug 28 23:01:47.057 INFO O| Aug 28 23:01:47.057 INFO STEP 233 (remove_files) COMPLETE
47052024-08-28T23:01:47.950Z[ recovery-image] Aug 28 23:01:47.058 INFO O| Aug 28 23:01:47.058 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-08-28T23:01:47.974Z[ recovery-image] Aug 28 23:01:47.084 INFO O| Aug 28 23:01:47.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
47072024-08-28T23:01:47.977Z[ recovery-image] Aug 28 23:01:47.086 INFO O| Aug 28 23:01:47.086 INFO STEP 234 (remove_files) COMPLETE
47082024-08-28T23:01:47.977Z[ recovery-image] Aug 28 23:01:47.086 INFO O| Aug 28 23:01:47.086 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-08-28T23:01:48.010Z[ recovery-image] Aug 28 23:01:47.119 INFO O| Aug 28 23:01:47.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
47102024-08-28T23:01:48.012Z[ recovery-image] Aug 28 23:01:47.119 INFO O| Aug 28 23:01:47.119 INFO STEP 235 (remove_files) COMPLETE
47112024-08-28T23:01:48.012Z[ recovery-image] Aug 28 23:01:47.119 INFO O| Aug 28 23:01:47.119 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-08-28T23:01:48.037Z[ recovery-image] Aug 28 23:01:47.147 INFO O| Aug 28 23:01:47.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
47132024-08-28T23:01:48.039Z[ recovery-image] Aug 28 23:01:47.147 INFO O| Aug 28 23:01:47.147 INFO STEP 236 (remove_files) COMPLETE
47142024-08-28T23:01:48.039Z[ recovery-image] Aug 28 23:01:47.147 INFO O| Aug 28 23:01:47.147 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-08-28T23:01:48.059Z[ recovery-image] Aug 28 23:01:47.169 INFO O| Aug 28 23:01:47.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47162024-08-28T23:01:48.062Z[ recovery-image] Aug 28 23:01:47.170 INFO O| Aug 28 23:01:47.170 INFO STEP 237 (remove_files) COMPLETE
47172024-08-28T23:01:48.062Z[ recovery-image] Aug 28 23:01:47.170 INFO O| Aug 28 23:01:47.170 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-08-28T23:01:48.089Z[ recovery-image] Aug 28 23:01:47.199 INFO O| Aug 28 23:01:47.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47192024-08-28T23:01:48.093Z[ recovery-image] Aug 28 23:01:47.199 INFO O| Aug 28 23:01:47.199 INFO STEP 238 (remove_files) COMPLETE
47202024-08-28T23:01:48.093Z[ recovery-image] Aug 28 23:01:47.199 INFO O| Aug 28 23:01:47.199 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-08-28T23:01:48.118Z[ recovery-image] Aug 28 23:01:47.228 INFO O| Aug 28 23:01:47.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47222024-08-28T23:01:48.120Z[ recovery-image] Aug 28 23:01:47.228 INFO O| Aug 28 23:01:47.228 INFO STEP 239 (remove_files) COMPLETE
47232024-08-28T23:01:48.120Z[ recovery-image] Aug 28 23:01:47.228 INFO O| Aug 28 23:01:47.228 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-08-28T23:01:48.142Z[ recovery-image] Aug 28 23:01:47.253 INFO O| Aug 28 23:01:47.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47252024-08-28T23:01:48.145Z[ recovery-image] Aug 28 23:01:47.253 INFO O| Aug 28 23:01:47.253 INFO STEP 240 (remove_files) COMPLETE
47262024-08-28T23:01:48.145Z[ recovery-image] Aug 28 23:01:47.253 INFO O| Aug 28 23:01:47.253 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-08-28T23:01:48.163Z[ recovery-image] Aug 28 23:01:47.273 INFO O| Aug 28 23:01:47.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47282024-08-28T23:01:48.166Z[ recovery-image] Aug 28 23:01:47.274 INFO O| Aug 28 23:01:47.274 INFO STEP 241 (remove_files) COMPLETE
47292024-08-28T23:01:48.166Z[ recovery-image] Aug 28 23:01:47.274 INFO O| Aug 28 23:01:47.274 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-08-28T23:01:48.183Z[ recovery-image] Aug 28 23:01:47.293 INFO O| Aug 28 23:01:47.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47312024-08-28T23:01:48.186Z[ recovery-image] Aug 28 23:01:47.294 INFO O| Aug 28 23:01:47.293 INFO STEP 242 (remove_files) COMPLETE
47322024-08-28T23:01:48.186Z[ recovery-image] Aug 28 23:01:47.294 INFO O| Aug 28 23:01:47.294 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-08-28T23:01:48.213Z[ recovery-image] Aug 28 23:01:47.323 INFO O| Aug 28 23:01:47.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47342024-08-28T23:01:48.213Z[ recovery-image] Aug 28 23:01:47.323 INFO O| Aug 28 23:01:47.323 INFO STEP 243 (remove_files) COMPLETE
47352024-08-28T23:01:48.216Z[ recovery-image] Aug 28 23:01:47.324 INFO O| Aug 28 23:01:47.323 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-08-28T23:01:48.244Z[ recovery-image] Aug 28 23:01:47.354 INFO O| Aug 28 23:01:47.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47372024-08-28T23:01:48.244Z[ recovery-image] Aug 28 23:01:47.354 INFO O| Aug 28 23:01:47.354 INFO STEP 244 (remove_files) COMPLETE
47382024-08-28T23:01:48.244Z[ recovery-image] Aug 28 23:01:47.354 INFO O| Aug 28 23:01:47.354 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-08-28T23:01:48.302Z[ recovery-image] Aug 28 23:01:47.413 INFO O| Aug 28 23:01:47.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
47402024-08-28T23:01:48.309Z[ recovery-image] Aug 28 23:01:47.413 INFO O| Aug 28 23:01:47.413 INFO STEP 245 (remove_files) COMPLETE
47412024-08-28T23:01:48.309Z[ recovery-image] Aug 28 23:01:47.413 INFO O| Aug 28 23:01:47.413 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-08-28T23:01:48.323Z[ recovery-image] Aug 28 23:01:47.434 INFO O| Aug 28 23:01:47.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
47432024-08-28T23:01:48.325Z[ recovery-image] Aug 28 23:01:47.434 INFO O| Aug 28 23:01:47.434 INFO STEP 246 (remove_files) COMPLETE
47442024-08-28T23:01:48.325Z[ recovery-image] Aug 28 23:01:47.434 INFO O| Aug 28 23:01:47.434 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-08-28T23:01:48.386Z[ recovery-image] Aug 28 23:01:47.496 INFO O| Aug 28 23:01:47.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
47462024-08-28T23:01:48.389Z[ recovery-image] Aug 28 23:01:47.496 INFO O| Aug 28 23:01:47.496 INFO STEP 247 (remove_files) COMPLETE
47472024-08-28T23:01:48.389Z[ recovery-image] Aug 28 23:01:47.497 INFO O| Aug 28 23:01:47.496 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-08-28T23:01:48.406Z[ recovery-image] Aug 28 23:01:47.517 INFO O| Aug 28 23:01:47.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
47492024-08-28T23:01:48.406Z[ recovery-image] Aug 28 23:01:47.517 INFO O| Aug 28 23:01:47.517 INFO STEP 248 (remove_files) COMPLETE
47502024-08-28T23:01:48.409Z[ recovery-image] Aug 28 23:01:47.517 INFO O| Aug 28 23:01:47.517 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-08-28T23:01:48.427Z[ recovery-image] Aug 28 23:01:47.538 INFO O| Aug 28 23:01:47.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
47522024-08-28T23:01:48.430Z[ recovery-image] Aug 28 23:01:47.538 INFO O| Aug 28 23:01:47.538 INFO STEP 249 (remove_files) COMPLETE
47532024-08-28T23:01:48.430Z[ recovery-image] Aug 28 23:01:47.538 INFO O| Aug 28 23:01:47.538 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-08-28T23:01:48.446Z[ recovery-image] Aug 28 23:01:47.557 INFO O| Aug 28 23:01:47.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47552024-08-28T23:01:48.449Z[ recovery-image] Aug 28 23:01:47.557 INFO O| Aug 28 23:01:47.557 INFO STEP 250 (remove_files) COMPLETE
47562024-08-28T23:01:48.449Z[ recovery-image] Aug 28 23:01:47.557 INFO O| Aug 28 23:01:47.557 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-08-28T23:01:48.465Z[ recovery-image] Aug 28 23:01:47.576 INFO O| Aug 28 23:01:47.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47582024-08-28T23:01:48.468Z[ recovery-image] Aug 28 23:01:47.576 INFO O| Aug 28 23:01:47.576 INFO STEP 251 (remove_files) COMPLETE
47592024-08-28T23:01:48.468Z[ recovery-image] Aug 28 23:01:47.576 INFO O| Aug 28 23:01:47.576 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-08-28T23:01:48.486Z[ recovery-image] Aug 28 23:01:47.596 INFO O| Aug 28 23:01:47.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
47612024-08-28T23:01:48.489Z[ recovery-image] Aug 28 23:01:47.597 INFO O| Aug 28 23:01:47.596 INFO STEP 252 (remove_files) COMPLETE
47622024-08-28T23:01:48.489Z[ recovery-image] Aug 28 23:01:47.597 INFO O| Aug 28 23:01:47.597 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-08-28T23:01:48.507Z[ recovery-image] Aug 28 23:01:47.617 INFO O| Aug 28 23:01:47.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
47642024-08-28T23:01:48.510Z[ recovery-image] Aug 28 23:01:47.617 INFO O| Aug 28 23:01:47.617 INFO STEP 253 (remove_files) COMPLETE
47652024-08-28T23:01:48.510Z[ recovery-image] Aug 28 23:01:47.618 INFO O| Aug 28 23:01:47.618 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-08-28T23:01:48.527Z[ recovery-image] Aug 28 23:01:47.637 INFO O| Aug 28 23:01:47.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
47672024-08-28T23:01:48.529Z[ recovery-image] Aug 28 23:01:47.637 INFO O| Aug 28 23:01:47.637 INFO STEP 254 (remove_files) COMPLETE
47682024-08-28T23:01:48.529Z[ recovery-image] Aug 28 23:01:47.638 INFO O| Aug 28 23:01:47.638 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-08-28T23:01:48.552Z[ recovery-image] Aug 28 23:01:47.663 INFO O| Aug 28 23:01:47.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
47702024-08-28T23:01:48.552Z[ recovery-image] Aug 28 23:01:47.663 INFO O| Aug 28 23:01:47.663 INFO STEP 255 (remove_files) COMPLETE
47712024-08-28T23:01:48.552Z[ recovery-image] Aug 28 23:01:47.663 INFO O| Aug 28 23:01:47.663 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-08-28T23:01:48.575Z[ recovery-image] Aug 28 23:01:47.685 INFO O| Aug 28 23:01:47.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
47732024-08-28T23:01:48.575Z[ recovery-image] Aug 28 23:01:47.685 INFO O| Aug 28 23:01:47.685 INFO STEP 256 (remove_files) COMPLETE
47742024-08-28T23:01:48.575Z[ recovery-image] Aug 28 23:01:47.685 INFO O| Aug 28 23:01:47.685 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-08-28T23:01:48.640Z[ recovery-image] Aug 28 23:01:47.750 INFO O| Aug 28 23:01:47.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
47762024-08-28T23:01:48.640Z[ recovery-image] Aug 28 23:01:47.750 INFO O| Aug 28 23:01:47.750 INFO STEP 257 (remove_files) COMPLETE
47772024-08-28T23:01:48.640Z[ recovery-image] Aug 28 23:01:47.750 INFO O| Aug 28 23:01:47.750 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-08-28T23:01:48.713Z[ recovery-image] Aug 28 23:01:47.824 INFO O| Aug 28 23:01:47.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
47792024-08-28T23:01:48.714Z[ recovery-image] Aug 28 23:01:47.824 INFO O| Aug 28 23:01:47.824 INFO STEP 258 (remove_files) COMPLETE
47802024-08-28T23:01:48.714Z[ recovery-image] Aug 28 23:01:47.824 INFO O| Aug 28 23:01:47.824 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-08-28T23:01:48.777Z[ recovery-image] Aug 28 23:01:47.887 INFO O| Aug 28 23:01:47.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
47822024-08-28T23:01:48.777Z[ recovery-image] Aug 28 23:01:47.887 INFO O| Aug 28 23:01:47.887 INFO STEP 259 (remove_files) COMPLETE
47832024-08-28T23:01:48.777Z[ recovery-image] Aug 28 23:01:47.887 INFO O| Aug 28 23:01:47.887 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-08-28T23:01:48.797Z[ recovery-image] Aug 28 23:01:47.907 INFO O| Aug 28 23:01:47.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
47852024-08-28T23:01:48.797Z[ recovery-image] Aug 28 23:01:47.907 INFO O| Aug 28 23:01:47.907 INFO STEP 260 (remove_files) COMPLETE
47862024-08-28T23:01:48.800Z[ recovery-image] Aug 28 23:01:47.907 INFO O| Aug 28 23:01:47.907 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-08-28T23:01:48.818Z[ recovery-image] Aug 28 23:01:47.928 INFO O| Aug 28 23:01:47.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
47882024-08-28T23:01:48.818Z[ recovery-image] Aug 28 23:01:47.929 INFO O| Aug 28 23:01:47.929 INFO STEP 261 (remove_files) COMPLETE
47892024-08-28T23:01:48.818Z[ recovery-image] Aug 28 23:01:47.929 INFO O| Aug 28 23:01:47.929 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-08-28T23:01:48.845Z[ recovery-image] Aug 28 23:01:47.955 INFO O| Aug 28 23:01:47.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
47912024-08-28T23:01:48.845Z[ recovery-image] Aug 28 23:01:47.955 INFO O| Aug 28 23:01:47.955 INFO STEP 262 (remove_files) COMPLETE
47922024-08-28T23:01:48.845Z[ recovery-image] Aug 28 23:01:47.955 INFO O| Aug 28 23:01:47.955 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-08-28T23:01:48.903Z[ recovery-image] Aug 28 23:01:48.014 INFO O| Aug 28 23:01:48.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
47942024-08-28T23:01:48.904Z[ recovery-image] Aug 28 23:01:48.014 INFO O| Aug 28 23:01:48.014 INFO STEP 263 (remove_files) COMPLETE
47952024-08-28T23:01:48.906Z[ recovery-image] Aug 28 23:01:48.014 INFO O| Aug 28 23:01:48.014 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-08-28T23:01:49.025Z[ recovery-image] Aug 28 23:01:48.136 INFO O| Aug 28 23:01:48.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
47972024-08-28T23:01:49.025Z[ recovery-image] Aug 28 23:01:48.136 INFO O| Aug 28 23:01:48.136 INFO STEP 264 (remove_files) COMPLETE
47982024-08-28T23:01:49.028Z[ recovery-image] Aug 28 23:01:48.136 INFO O| Aug 28 23:01:48.136 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-08-28T23:01:49.047Z[ recovery-image] Aug 28 23:01:48.157 INFO O| Aug 28 23:01:48.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
48002024-08-28T23:01:49.047Z[ recovery-image] Aug 28 23:01:48.157 INFO O| Aug 28 23:01:48.157 INFO STEP 265 (remove_files) COMPLETE
48012024-08-28T23:01:49.047Z[ recovery-image] Aug 28 23:01:48.157 INFO O| Aug 28 23:01:48.157 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-08-28T23:01:49.067Z[ recovery-image] Aug 28 23:01:48.177 INFO O| Aug 28 23:01:48.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
48032024-08-28T23:01:49.067Z[ recovery-image] Aug 28 23:01:48.177 INFO O| Aug 28 23:01:48.177 INFO STEP 266 (remove_files) COMPLETE
48042024-08-28T23:01:49.067Z[ recovery-image] Aug 28 23:01:48.177 INFO O| Aug 28 23:01:48.177 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-08-28T23:01:49.087Z[ recovery-image] Aug 28 23:01:48.197 INFO O| Aug 28 23:01:48.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
48062024-08-28T23:01:49.087Z[ recovery-image] Aug 28 23:01:48.197 INFO O| Aug 28 23:01:48.197 INFO STEP 267 (remove_files) COMPLETE
48072024-08-28T23:01:49.087Z[ recovery-image] Aug 28 23:01:48.197 INFO O| Aug 28 23:01:48.197 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-08-28T23:01:49.106Z[ recovery-image] Aug 28 23:01:48.216 INFO O| Aug 28 23:01:48.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
48092024-08-28T23:01:49.106Z[ recovery-image] Aug 28 23:01:48.216 INFO O| Aug 28 23:01:48.216 INFO STEP 268 (remove_files) COMPLETE
48102024-08-28T23:01:49.118Z[ recovery-image] Aug 28 23:01:48.217 INFO O| Aug 28 23:01:48.216 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-08-28T23:01:49.126Z[ recovery-image] Aug 28 23:01:48.236 INFO O| Aug 28 23:01:48.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48122024-08-28T23:01:49.126Z[ recovery-image] Aug 28 23:01:48.236 INFO O| Aug 28 23:01:48.236 INFO STEP 269 (remove_files) COMPLETE
48132024-08-28T23:01:49.126Z[ recovery-image] Aug 28 23:01:48.237 INFO O| Aug 28 23:01:48.236 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-08-28T23:01:49.147Z[ recovery-image] Aug 28 23:01:48.257 INFO O| Aug 28 23:01:48.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48152024-08-28T23:01:49.149Z[ recovery-image] Aug 28 23:01:48.257 INFO O| Aug 28 23:01:48.257 INFO STEP 270 (remove_files) COMPLETE
48162024-08-28T23:01:49.149Z[ recovery-image] Aug 28 23:01:48.257 INFO O| Aug 28 23:01:48.257 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-08-28T23:01:49.180Z[ recovery-image] Aug 28 23:01:48.290 INFO O| Aug 28 23:01:48.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48182024-08-28T23:01:49.180Z[ recovery-image] Aug 28 23:01:48.290 INFO O| Aug 28 23:01:48.290 INFO STEP 271 (remove_files) COMPLETE
48192024-08-28T23:01:49.180Z[ recovery-image] Aug 28 23:01:48.290 INFO O| Aug 28 23:01:48.290 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-08-28T23:01:49.201Z[ recovery-image] Aug 28 23:01:48.311 INFO O| Aug 28 23:01:48.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48212024-08-28T23:01:49.201Z[ recovery-image] Aug 28 23:01:48.312 INFO O| Aug 28 23:01:48.311 INFO STEP 272 (remove_files) COMPLETE
48222024-08-28T23:01:49.201Z[ recovery-image] Aug 28 23:01:48.312 INFO O| Aug 28 23:01:48.312 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-08-28T23:01:49.220Z[ recovery-image] Aug 28 23:01:48.330 INFO O| Aug 28 23:01:48.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48242024-08-28T23:01:49.220Z[ recovery-image] Aug 28 23:01:48.331 INFO O| Aug 28 23:01:48.330 INFO STEP 273 (remove_files) COMPLETE
48252024-08-28T23:01:49.222Z[ recovery-image] Aug 28 23:01:48.331 INFO O| Aug 28 23:01:48.331 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-08-28T23:01:49.240Z[ recovery-image] Aug 28 23:01:48.351 INFO O| Aug 28 23:01:48.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48272024-08-28T23:01:49.240Z[ recovery-image] Aug 28 23:01:48.351 INFO O| Aug 28 23:01:48.351 INFO STEP 274 (remove_files) COMPLETE
48282024-08-28T23:01:49.240Z[ recovery-image] Aug 28 23:01:48.351 INFO O| Aug 28 23:01:48.351 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-08-28T23:01:49.261Z[ recovery-image] Aug 28 23:01:48.371 INFO O| Aug 28 23:01:48.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48302024-08-28T23:01:49.261Z[ recovery-image] Aug 28 23:01:48.371 INFO O| Aug 28 23:01:48.371 INFO STEP 275 (remove_files) COMPLETE
48312024-08-28T23:01:49.261Z[ recovery-image] Aug 28 23:01:48.371 INFO O| Aug 28 23:01:48.371 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-08-28T23:01:49.283Z[ recovery-image] Aug 28 23:01:48.393 INFO O| Aug 28 23:01:48.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48332024-08-28T23:01:49.283Z[ recovery-image] Aug 28 23:01:48.393 INFO O| Aug 28 23:01:48.393 INFO STEP 276 (remove_files) COMPLETE
48342024-08-28T23:01:49.285Z[ recovery-image] Aug 28 23:01:48.393 INFO O| Aug 28 23:01:48.393 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-08-28T23:01:49.303Z[ recovery-image] Aug 28 23:01:48.413 INFO O| Aug 28 23:01:48.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48362024-08-28T23:01:49.303Z[ recovery-image] Aug 28 23:01:48.414 INFO O| Aug 28 23:01:48.414 INFO STEP 277 (remove_files) COMPLETE
48372024-08-28T23:01:49.306Z[ recovery-image] Aug 28 23:01:48.414 INFO O| Aug 28 23:01:48.414 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-08-28T23:01:49.323Z[ recovery-image] Aug 28 23:01:48.433 INFO O| Aug 28 23:01:48.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
48392024-08-28T23:01:49.323Z[ recovery-image] Aug 28 23:01:48.433 INFO O| Aug 28 23:01:48.433 INFO STEP 278 (remove_files) COMPLETE
48402024-08-28T23:01:49.325Z[ recovery-image] Aug 28 23:01:48.434 INFO O| Aug 28 23:01:48.433 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-08-28T23:01:49.343Z[ recovery-image] Aug 28 23:01:48.453 INFO O| Aug 28 23:01:48.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
48422024-08-28T23:01:49.346Z[ recovery-image] Aug 28 23:01:48.454 INFO O| Aug 28 23:01:48.453 INFO STEP 279 (remove_files) COMPLETE
48432024-08-28T23:01:49.346Z[ recovery-image] Aug 28 23:01:48.454 INFO O| Aug 28 23:01:48.454 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-08-28T23:01:49.364Z[ recovery-image] Aug 28 23:01:48.474 INFO O| Aug 28 23:01:48.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
48452024-08-28T23:01:49.367Z[ recovery-image] Aug 28 23:01:48.474 INFO O| Aug 28 23:01:48.474 INFO STEP 280 (remove_files) COMPLETE
48462024-08-28T23:01:49.367Z[ recovery-image] Aug 28 23:01:48.475 INFO O| Aug 28 23:01:48.474 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-08-28T23:01:49.387Z[ recovery-image] Aug 28 23:01:48.498 INFO O| Aug 28 23:01:48.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
48482024-08-28T23:01:49.387Z[ recovery-image] Aug 28 23:01:48.498 INFO O| Aug 28 23:01:48.498 INFO STEP 281 (remove_files) COMPLETE
48492024-08-28T23:01:49.390Z[ recovery-image] Aug 28 23:01:48.498 INFO O| Aug 28 23:01:48.498 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-08-28T23:01:49.426Z[ recovery-image] Aug 28 23:01:48.536 INFO O| Aug 28 23:01:48.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48512024-08-28T23:01:49.426Z[ recovery-image] Aug 28 23:01:48.536 INFO O| Aug 28 23:01:48.536 INFO STEP 282 (remove_files) COMPLETE
48522024-08-28T23:01:49.426Z[ recovery-image] Aug 28 23:01:48.536 INFO O| Aug 28 23:01:48.536 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-08-28T23:01:49.455Z[ recovery-image] Aug 28 23:01:48.566 INFO O| Aug 28 23:01:48.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48542024-08-28T23:01:49.455Z[ recovery-image] Aug 28 23:01:48.566 INFO O| Aug 28 23:01:48.566 INFO STEP 283 (remove_files) COMPLETE
48552024-08-28T23:01:49.458Z[ recovery-image] Aug 28 23:01:48.566 INFO O| Aug 28 23:01:48.566 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-08-28T23:01:49.478Z[ recovery-image] Aug 28 23:01:48.588 INFO O| Aug 28 23:01:48.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48572024-08-28T23:01:49.478Z[ recovery-image] Aug 28 23:01:48.588 INFO O| Aug 28 23:01:48.588 INFO STEP 284 (remove_files) COMPLETE
48582024-08-28T23:01:49.481Z[ recovery-image] Aug 28 23:01:48.588 INFO O| Aug 28 23:01:48.588 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-08-28T23:01:49.520Z[ recovery-image] Aug 28 23:01:48.631 INFO O| Aug 28 23:01:48.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
48602024-08-28T23:01:49.529Z[ recovery-image] Aug 28 23:01:48.640 INFO O| Aug 28 23:01:48.640 INFO STEP 285 (remove_files) COMPLETE
48612024-08-28T23:01:49.529Z[ recovery-image] Aug 28 23:01:48.640 INFO O| Aug 28 23:01:48.640 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-08-28T23:01:49.550Z[ recovery-image] Aug 28 23:01:48.661 INFO O| Aug 28 23:01:48.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
48632024-08-28T23:01:49.553Z[ recovery-image] Aug 28 23:01:48.661 INFO O| Aug 28 23:01:48.661 INFO STEP 286 (remove_files) COMPLETE
48642024-08-28T23:01:49.553Z[ recovery-image] Aug 28 23:01:48.661 INFO O| Aug 28 23:01:48.661 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-08-28T23:01:49.579Z[ recovery-image] Aug 28 23:01:48.689 INFO O| Aug 28 23:01:48.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
48662024-08-28T23:01:49.579Z[ recovery-image] Aug 28 23:01:48.689 INFO O| Aug 28 23:01:48.689 INFO STEP 287 (remove_files) COMPLETE
48672024-08-28T23:01:49.579Z[ recovery-image] Aug 28 23:01:48.689 INFO O| Aug 28 23:01:48.689 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-08-28T23:01:49.608Z[ recovery-image] Aug 28 23:01:48.719 INFO O| Aug 28 23:01:48.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
48692024-08-28T23:01:49.608Z[ recovery-image] Aug 28 23:01:48.719 INFO O| Aug 28 23:01:48.719 INFO STEP 288 (remove_files) COMPLETE
48702024-08-28T23:01:49.608Z[ recovery-image] Aug 28 23:01:48.719 INFO O| Aug 28 23:01:48.719 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-08-28T23:01:49.643Z[ recovery-image] Aug 28 23:01:48.754 INFO O| Aug 28 23:01:48.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
48722024-08-28T23:01:49.646Z[ recovery-image] Aug 28 23:01:48.754 INFO O| Aug 28 23:01:48.754 INFO STEP 289 (remove_files) COMPLETE
48732024-08-28T23:01:49.646Z[ recovery-image] Aug 28 23:01:48.754 INFO O| Aug 28 23:01:48.754 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-08-28T23:01:49.665Z[ recovery-image] Aug 28 23:01:48.776 INFO O| Aug 28 23:01:48.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
48752024-08-28T23:01:49.670Z[ recovery-image] Aug 28 23:01:48.776 INFO O| Aug 28 23:01:48.776 INFO STEP 290 (remove_files) COMPLETE
48762024-08-28T23:01:49.670Z[ recovery-image] Aug 28 23:01:48.776 INFO O| Aug 28 23:01:48.776 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-08-28T23:01:49.685Z[ recovery-image] Aug 28 23:01:48.796 INFO O| Aug 28 23:01:48.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
48782024-08-28T23:01:49.688Z[ recovery-image] Aug 28 23:01:48.796 INFO O| Aug 28 23:01:48.796 INFO STEP 291 (remove_files) COMPLETE
48792024-08-28T23:01:49.688Z[ recovery-image] Aug 28 23:01:48.796 INFO O| Aug 28 23:01:48.796 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-08-28T23:01:49.720Z[ recovery-image] Aug 28 23:01:48.814 INFO O| Aug 28 23:01:48.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
48812024-08-28T23:01:49.720Z[ recovery-image] Aug 28 23:01:48.814 INFO O| Aug 28 23:01:48.814 INFO STEP 292 (remove_files) COMPLETE
48822024-08-28T23:01:49.720Z[ recovery-image] Aug 28 23:01:48.815 INFO O| Aug 28 23:01:48.815 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-08-28T23:01:49.723Z[ recovery-image] Aug 28 23:01:48.831 INFO O| Aug 28 23:01:48.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
48842024-08-28T23:01:49.723Z[ recovery-image] Aug 28 23:01:48.831 INFO O| Aug 28 23:01:48.831 INFO STEP 293 (remove_files) COMPLETE
48852024-08-28T23:01:49.723Z[ recovery-image] Aug 28 23:01:48.831 INFO O| Aug 28 23:01:48.831 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-08-28T23:01:49.739Z[ recovery-image] Aug 28 23:01:48.850 INFO O| Aug 28 23:01:48.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
48872024-08-28T23:01:49.739Z[ recovery-image] Aug 28 23:01:48.850 INFO O| Aug 28 23:01:48.850 INFO STEP 294 (remove_files) COMPLETE
48882024-08-28T23:01:49.742Z[ recovery-image] Aug 28 23:01:48.850 INFO O| Aug 28 23:01:48.850 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-08-28T23:01:49.759Z[ recovery-image] Aug 28 23:01:48.869 INFO O| Aug 28 23:01:48.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
48902024-08-28T23:01:49.761Z[ recovery-image] Aug 28 23:01:48.869 INFO O| Aug 28 23:01:48.869 INFO STEP 295 (remove_files) COMPLETE
48912024-08-28T23:01:49.761Z[ recovery-image] Aug 28 23:01:48.869 INFO O| Aug 28 23:01:48.869 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-08-28T23:01:49.777Z[ recovery-image] Aug 28 23:01:48.887 INFO O| Aug 28 23:01:48.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
48932024-08-28T23:01:49.780Z[ recovery-image] Aug 28 23:01:48.888 INFO O| Aug 28 23:01:48.887 INFO STEP 296 (remove_files) COMPLETE
48942024-08-28T23:01:49.780Z[ recovery-image] Aug 28 23:01:48.888 INFO O| Aug 28 23:01:48.888 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-08-28T23:01:49.812Z[ recovery-image] Aug 28 23:01:48.923 INFO O| Aug 28 23:01:48.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
48962024-08-28T23:01:49.812Z[ recovery-image] Aug 28 23:01:48.923 INFO O| Aug 28 23:01:48.923 INFO STEP 297 (remove_files) COMPLETE
48972024-08-28T23:01:49.815Z[ recovery-image] Aug 28 23:01:48.923 INFO O| Aug 28 23:01:48.923 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-08-28T23:01:49.833Z[ recovery-image] Aug 28 23:01:48.943 INFO O| Aug 28 23:01:48.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
48992024-08-28T23:01:49.833Z[ recovery-image] Aug 28 23:01:48.943 INFO O| Aug 28 23:01:48.943 INFO STEP 298 (remove_files) COMPLETE
49002024-08-28T23:01:49.850Z[ recovery-image] Aug 28 23:01:48.943 INFO O| Aug 28 23:01:48.943 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-08-28T23:01:49.871Z[ recovery-image] Aug 28 23:01:48.982 INFO O| Aug 28 23:01:48.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49022024-08-28T23:01:49.872Z[ recovery-image] Aug 28 23:01:48.982 INFO O| Aug 28 23:01:48.982 INFO STEP 299 (remove_files) COMPLETE
49032024-08-28T23:01:49.872Z[ recovery-image] Aug 28 23:01:48.982 INFO O| Aug 28 23:01:48.982 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-08-28T23:01:49.889Z[ recovery-image] Aug 28 23:01:49.000 INFO O| Aug 28 23:01:49.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49052024-08-28T23:01:49.889Z[ recovery-image] Aug 28 23:01:49.000 INFO O| Aug 28 23:01:49.000 INFO STEP 300 (remove_files) COMPLETE
49062024-08-28T23:01:49.893Z[ recovery-image] Aug 28 23:01:49.000 INFO O| Aug 28 23:01:49.000 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-08-28T23:01:49.923Z[ host-image] Aug 28 23:01:49.033 INFO O| Aug 28 23:01:49.033 INFO O| Download: 1129/1140 items 6.6/8.4MB 78% complete (1.3M/s)
49082024-08-28T23:01:49.938Z[ recovery-image] Aug 28 23:01:49.048 INFO O| Aug 28 23:01:49.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49092024-08-28T23:01:49.940Z[ recovery-image] Aug 28 23:01:49.048 INFO O| Aug 28 23:01:49.048 INFO STEP 301 (remove_files) COMPLETE
49102024-08-28T23:01:49.940Z[ recovery-image] Aug 28 23:01:49.049 INFO O| Aug 28 23:01:49.048 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-08-28T23:01:50.018Z[ recovery-image] Aug 28 23:01:49.129 INFO O| Aug 28 23:01:49.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49122024-08-28T23:01:50.021Z[ recovery-image] Aug 28 23:01:49.129 INFO O| Aug 28 23:01:49.129 INFO STEP 302 (remove_files) COMPLETE
49132024-08-28T23:01:50.021Z[ recovery-image] Aug 28 23:01:49.129 INFO O| Aug 28 23:01:49.129 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-08-28T23:01:50.040Z[ recovery-image] Aug 28 23:01:49.150 INFO O| Aug 28 23:01:49.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49152024-08-28T23:01:50.042Z[ recovery-image] Aug 28 23:01:49.150 INFO O| Aug 28 23:01:49.150 INFO STEP 303 (remove_files) COMPLETE
49162024-08-28T23:01:50.042Z[ recovery-image] Aug 28 23:01:49.151 INFO O| Aug 28 23:01:49.151 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-08-28T23:01:50.119Z[ recovery-image] Aug 28 23:01:49.230 INFO O| Aug 28 23:01:49.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49182024-08-28T23:01:50.119Z[ recovery-image] Aug 28 23:01:49.230 INFO O| Aug 28 23:01:49.230 INFO STEP 304 (remove_files) COMPLETE
49192024-08-28T23:01:50.119Z[ recovery-image] Aug 28 23:01:49.230 INFO O| Aug 28 23:01:49.230 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-08-28T23:01:50.146Z[ recovery-image] Aug 28 23:01:49.256 INFO O| Aug 28 23:01:49.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49212024-08-28T23:01:50.148Z[ recovery-image] Aug 28 23:01:49.256 INFO O| Aug 28 23:01:49.256 INFO STEP 305 (remove_files) COMPLETE
49222024-08-28T23:01:50.148Z[ recovery-image] Aug 28 23:01:49.256 INFO O| Aug 28 23:01:49.256 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-08-28T23:01:50.159Z[ host-image] Aug 28 23:01:49.269 INFO O| Aug 28 23:01:49.269 INFO O| Download: Completed 8.42 MB in 5.24 seconds (1.6M/s)
49242024-08-28T23:01:50.181Z[ recovery-image] Aug 28 23:01:49.290 INFO O| Aug 28 23:01:49.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49252024-08-28T23:01:50.181Z[ recovery-image] Aug 28 23:01:49.291 INFO O| Aug 28 23:01:49.291 INFO STEP 306 (remove_files) COMPLETE
49262024-08-28T23:01:50.181Z[ recovery-image] Aug 28 23:01:49.291 INFO O| Aug 28 23:01:49.291 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-08-28T23:01:50.202Z[ recovery-image] Aug 28 23:01:49.311 INFO O| Aug 28 23:01:49.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49282024-08-28T23:01:50.202Z[ recovery-image] Aug 28 23:01:49.311 INFO O| Aug 28 23:01:49.311 INFO STEP 307 (remove_files) COMPLETE
49292024-08-28T23:01:50.202Z[ recovery-image] Aug 28 23:01:49.311 INFO O| Aug 28 23:01:49.311 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-08-28T23:01:50.243Z[ recovery-image] Aug 28 23:01:49.353 INFO O| Aug 28 23:01:49.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49312024-08-28T23:01:50.243Z[ recovery-image] Aug 28 23:01:49.353 INFO O| Aug 28 23:01:49.353 INFO STEP 308 (remove_files) COMPLETE
49322024-08-28T23:01:50.243Z[ recovery-image] Aug 28 23:01:49.353 INFO O| Aug 28 23:01:49.353 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-08-28T23:01:50.263Z[ recovery-image] Aug 28 23:01:49.373 INFO O| Aug 28 23:01:49.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49342024-08-28T23:01:50.263Z[ recovery-image] Aug 28 23:01:49.373 INFO O| Aug 28 23:01:49.373 INFO STEP 309 (remove_files) COMPLETE
49352024-08-28T23:01:50.263Z[ recovery-image] Aug 28 23:01:49.373 INFO O| Aug 28 23:01:49.373 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-08-28T23:01:50.281Z[ recovery-image] Aug 28 23:01:49.392 INFO O| Aug 28 23:01:49.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49372024-08-28T23:01:50.281Z[ recovery-image] Aug 28 23:01:49.392 INFO O| Aug 28 23:01:49.392 INFO STEP 310 (remove_files) COMPLETE
49382024-08-28T23:01:50.281Z[ recovery-image] Aug 28 23:01:49.392 INFO O| Aug 28 23:01:49.392 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-08-28T23:01:50.309Z[ recovery-image] Aug 28 23:01:49.420 INFO O| Aug 28 23:01:49.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
49402024-08-28T23:01:50.312Z[ recovery-image] Aug 28 23:01:49.420 INFO O| Aug 28 23:01:49.420 INFO STEP 311 (remove_files) COMPLETE
49412024-08-28T23:01:50.312Z[ recovery-image] Aug 28 23:01:49.420 INFO O| Aug 28 23:01:49.420 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-08-28T23:01:50.329Z[ recovery-image] Aug 28 23:01:49.440 INFO O| Aug 28 23:01:49.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
49432024-08-28T23:01:50.332Z[ recovery-image] Aug 28 23:01:49.440 INFO O| Aug 28 23:01:49.440 INFO STEP 312 (remove_files) COMPLETE
49442024-08-28T23:01:50.332Z[ recovery-image] Aug 28 23:01:49.440 INFO O| Aug 28 23:01:49.440 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-08-28T23:01:50.349Z[ recovery-image] Aug 28 23:01:49.460 INFO O| Aug 28 23:01:49.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
49462024-08-28T23:01:50.352Z[ recovery-image] Aug 28 23:01:49.460 INFO O| Aug 28 23:01:49.460 INFO STEP 313 (remove_files) COMPLETE
49472024-08-28T23:01:50.352Z[ recovery-image] Aug 28 23:01:49.460 INFO O| Aug 28 23:01:49.460 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-08-28T23:01:50.371Z[ recovery-image] Aug 28 23:01:49.480 INFO O| Aug 28 23:01:49.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
49492024-08-28T23:01:50.371Z[ recovery-image] Aug 28 23:01:49.481 INFO O| Aug 28 23:01:49.480 INFO STEP 314 (remove_files) COMPLETE
49502024-08-28T23:01:50.371Z[ recovery-image] Aug 28 23:01:49.481 INFO O| Aug 28 23:01:49.481 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-08-28T23:01:50.373Z[ host-image] Aug 28 23:01:49.483 INFO O| Aug 28 23:01:49.483 INFO O| Actions: 1/1361 actions (Installing new actions)
49522024-08-28T23:01:50.391Z[ recovery-image] Aug 28 23:01:49.501 INFO O| Aug 28 23:01:49.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49532024-08-28T23:01:50.391Z[ recovery-image] Aug 28 23:01:49.501 INFO O| Aug 28 23:01:49.501 INFO STEP 315 (remove_files) COMPLETE
49542024-08-28T23:01:50.391Z[ recovery-image] Aug 28 23:01:49.501 INFO O| Aug 28 23:01:49.501 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-08-28T23:01:50.425Z[ recovery-image] Aug 28 23:01:49.535 INFO O| Aug 28 23:01:49.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49562024-08-28T23:01:50.428Z[ recovery-image] Aug 28 23:01:49.535 INFO O| Aug 28 23:01:49.535 INFO STEP 316 (remove_files) COMPLETE
49572024-08-28T23:01:50.428Z[ recovery-image] Aug 28 23:01:49.536 INFO O| Aug 28 23:01:49.535 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-08-28T23:01:50.444Z[ recovery-image] Aug 28 23:01:49.555 INFO O| Aug 28 23:01:49.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
49592024-08-28T23:01:50.444Z[ recovery-image] Aug 28 23:01:49.555 INFO O| Aug 28 23:01:49.555 INFO STEP 317 (remove_files) COMPLETE
49602024-08-28T23:01:50.447Z[ recovery-image] Aug 28 23:01:49.555 INFO O| Aug 28 23:01:49.555 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-08-28T23:01:50.478Z[ recovery-image] Aug 28 23:01:49.588 INFO O| Aug 28 23:01:49.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
49622024-08-28T23:01:50.481Z[ recovery-image] Aug 28 23:01:49.588 INFO O| Aug 28 23:01:49.588 INFO STEP 318 (remove_files) COMPLETE
49632024-08-28T23:01:50.481Z[ recovery-image] Aug 28 23:01:49.589 INFO O| Aug 28 23:01:49.588 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-08-28T23:01:50.499Z[ recovery-image] Aug 28 23:01:49.610 INFO O| Aug 28 23:01:49.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
49652024-08-28T23:01:50.502Z[ recovery-image] Aug 28 23:01:49.610 INFO O| Aug 28 23:01:49.610 INFO STEP 319 (remove_files) COMPLETE
49662024-08-28T23:01:50.502Z[ recovery-image] Aug 28 23:01:49.610 INFO O| Aug 28 23:01:49.610 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-08-28T23:01:50.530Z[ recovery-image] Aug 28 23:01:49.640 INFO O| Aug 28 23:01:49.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
49682024-08-28T23:01:50.530Z[ recovery-image] Aug 28 23:01:49.640 INFO O| Aug 28 23:01:49.640 INFO STEP 320 (remove_files) COMPLETE
49692024-08-28T23:01:50.530Z[ recovery-image] Aug 28 23:01:49.640 INFO O| Aug 28 23:01:49.640 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-08-28T23:01:50.560Z[ recovery-image] Aug 28 23:01:49.670 INFO O| Aug 28 23:01:49.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
49712024-08-28T23:01:50.560Z[ recovery-image] Aug 28 23:01:49.670 INFO O| Aug 28 23:01:49.670 INFO STEP 321 (remove_files) COMPLETE
49722024-08-28T23:01:50.560Z[ recovery-image] Aug 28 23:01:49.670 INFO O| Aug 28 23:01:49.670 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-08-28T23:01:50.585Z[ recovery-image] Aug 28 23:01:49.695 INFO O| Aug 28 23:01:49.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
49742024-08-28T23:01:50.585Z[ recovery-image] Aug 28 23:01:49.695 INFO O| Aug 28 23:01:49.695 INFO STEP 322 (remove_files) COMPLETE
49752024-08-28T23:01:50.585Z[ recovery-image] Aug 28 23:01:49.695 INFO O| Aug 28 23:01:49.695 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-08-28T23:01:50.648Z[ recovery-image] Aug 28 23:01:49.757 INFO O| Aug 28 23:01:49.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
49772024-08-28T23:01:50.648Z[ recovery-image] Aug 28 23:01:49.757 INFO O| Aug 28 23:01:49.757 INFO STEP 323 (remove_files) COMPLETE
49782024-08-28T23:01:50.648Z[ recovery-image] Aug 28 23:01:49.757 INFO O| Aug 28 23:01:49.757 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-08-28T23:01:50.707Z[ recovery-image] Aug 28 23:01:49.817 INFO O| Aug 28 23:01:49.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
49802024-08-28T23:01:50.707Z[ recovery-image] Aug 28 23:01:49.817 INFO O| Aug 28 23:01:49.817 INFO STEP 324 (remove_files) COMPLETE
49812024-08-28T23:01:50.707Z[ recovery-image] Aug 28 23:01:49.817 INFO O| Aug 28 23:01:49.817 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-08-28T23:01:50.726Z[ recovery-image] Aug 28 23:01:49.836 INFO O| Aug 28 23:01:49.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
49832024-08-28T23:01:50.726Z[ recovery-image] Aug 28 23:01:49.836 INFO O| Aug 28 23:01:49.836 INFO STEP 325 (remove_files) COMPLETE
49842024-08-28T23:01:50.726Z[ recovery-image] Aug 28 23:01:49.836 INFO O| Aug 28 23:01:49.836 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-08-28T23:01:50.766Z[ recovery-image] Aug 28 23:01:49.876 INFO O| Aug 28 23:01:49.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
49862024-08-28T23:01:50.769Z[ recovery-image] Aug 28 23:01:49.876 INFO O| Aug 28 23:01:49.876 INFO STEP 326 (remove_files) COMPLETE
49872024-08-28T23:01:50.769Z[ recovery-image] Aug 28 23:01:49.876 INFO O| Aug 28 23:01:49.876 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-08-28T23:01:50.807Z[ recovery-image] Aug 28 23:01:49.917 INFO O| Aug 28 23:01:49.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
49892024-08-28T23:01:50.807Z[ recovery-image] Aug 28 23:01:49.917 INFO O| Aug 28 23:01:49.917 INFO STEP 327 (remove_files) COMPLETE
49902024-08-28T23:01:50.807Z[ recovery-image] Aug 28 23:01:49.917 INFO O| Aug 28 23:01:49.917 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-08-28T23:01:50.842Z[ recovery-image] Aug 28 23:01:49.953 INFO O| Aug 28 23:01:49.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
49922024-08-28T23:01:50.843Z[ recovery-image] Aug 28 23:01:49.953 INFO O| Aug 28 23:01:49.953 INFO STEP 328 (remove_files) COMPLETE
49932024-08-28T23:01:50.843Z[ recovery-image] Aug 28 23:01:49.953 INFO O| Aug 28 23:01:49.953 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-08-28T23:01:50.871Z[ recovery-image] Aug 28 23:01:49.981 INFO O| Aug 28 23:01:49.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
49952024-08-28T23:01:50.871Z[ recovery-image] Aug 28 23:01:49.981 INFO O| Aug 28 23:01:49.981 INFO STEP 329 (remove_files) COMPLETE
49962024-08-28T23:01:50.871Z[ recovery-image] Aug 28 23:01:49.981 INFO O| Aug 28 23:01:49.981 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-08-28T23:01:50.891Z[ recovery-image] Aug 28 23:01:50.001 INFO O| Aug 28 23:01:50.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
49982024-08-28T23:01:50.891Z[ recovery-image] Aug 28 23:01:50.001 INFO O| Aug 28 23:01:50.001 INFO STEP 330 (remove_files) COMPLETE
49992024-08-28T23:01:50.891Z[ recovery-image] Aug 28 23:01:50.002 INFO O| Aug 28 23:01:50.001 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-08-28T23:01:50.911Z[ recovery-image] Aug 28 23:01:50.022 INFO O| Aug 28 23:01:50.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
50012024-08-28T23:01:50.911Z[ recovery-image] Aug 28 23:01:50.022 INFO O| Aug 28 23:01:50.022 INFO STEP 331 (remove_files) COMPLETE
50022024-08-28T23:01:50.914Z[ recovery-image] Aug 28 23:01:50.022 INFO O| Aug 28 23:01:50.022 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-08-28T23:01:50.942Z[ recovery-image] Aug 28 23:01:50.052 INFO O| Aug 28 23:01:50.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50042024-08-28T23:01:50.949Z[ recovery-image] Aug 28 23:01:50.060 INFO O| Aug 28 23:01:50.060 INFO STEP 332 (remove_files) COMPLETE
50052024-08-28T23:01:50.952Z[ recovery-image] Aug 28 23:01:50.060 INFO O| Aug 28 23:01:50.060 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-08-28T23:01:50.990Z[ recovery-image] Aug 28 23:01:50.100 INFO O| Aug 28 23:01:50.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50072024-08-28T23:01:50.990Z[ recovery-image] Aug 28 23:01:50.100 INFO O| Aug 28 23:01:50.100 INFO STEP 333 (remove_files) COMPLETE
50082024-08-28T23:01:50.992Z[ recovery-image] Aug 28 23:01:50.100 INFO O| Aug 28 23:01:50.100 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-08-28T23:01:51.038Z[ recovery-image] Aug 28 23:01:50.149 INFO O| Aug 28 23:01:50.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50102024-08-28T23:01:51.038Z[ recovery-image] Aug 28 23:01:50.149 INFO O| Aug 28 23:01:50.149 INFO STEP 334 (remove_files) COMPLETE
50112024-08-28T23:01:51.041Z[ recovery-image] Aug 28 23:01:50.149 INFO O| Aug 28 23:01:50.149 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-08-28T23:01:51.058Z[ recovery-image] Aug 28 23:01:50.169 INFO O| Aug 28 23:01:50.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50132024-08-28T23:01:51.061Z[ recovery-image] Aug 28 23:01:50.169 INFO O| Aug 28 23:01:50.169 INFO STEP 335 (remove_files) COMPLETE
50142024-08-28T23:01:51.061Z[ recovery-image] Aug 28 23:01:50.169 INFO O| Aug 28 23:01:50.169 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-08-28T23:01:51.079Z[ recovery-image] Aug 28 23:01:50.189 INFO O| Aug 28 23:01:50.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50162024-08-28T23:01:51.100Z[ recovery-image] Aug 28 23:01:50.211 INFO O| Aug 28 23:01:50.211 INFO STEP 336 (remove_files) COMPLETE
50172024-08-28T23:01:51.100Z[ recovery-image] Aug 28 23:01:50.211 INFO O| Aug 28 23:01:50.211 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-08-28T23:01:51.123Z[ recovery-image] Aug 28 23:01:50.233 INFO O| Aug 28 23:01:50.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50192024-08-28T23:01:51.123Z[ recovery-image] Aug 28 23:01:50.233 INFO O| Aug 28 23:01:50.233 INFO STEP 337 (remove_files) COMPLETE
50202024-08-28T23:01:51.123Z[ recovery-image] Aug 28 23:01:50.233 INFO O| Aug 28 23:01:50.233 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-08-28T23:01:51.133Z[ host-image] Aug 28 23:01:50.244 INFO O| Aug 28 23:01:50.244 INFO O| Actions: Completed 1361 actions in 0.76 seconds.
50222024-08-28T23:01:51.159Z[ recovery-image] Aug 28 23:01:50.269 INFO O| Aug 28 23:01:50.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50232024-08-28T23:01:51.161Z[ recovery-image] Aug 28 23:01:50.270 INFO O| Aug 28 23:01:50.269 INFO STEP 338 (remove_files) COMPLETE
50242024-08-28T23:01:51.161Z[ recovery-image] Aug 28 23:01:50.270 INFO O| Aug 28 23:01:50.270 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-08-28T23:01:51.179Z[ recovery-image] Aug 28 23:01:50.290 INFO O| Aug 28 23:01:50.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50262024-08-28T23:01:51.182Z[ recovery-image] Aug 28 23:01:50.290 INFO O| Aug 28 23:01:50.290 INFO STEP 339 (remove_files) COMPLETE
50272024-08-28T23:01:51.182Z[ recovery-image] Aug 28 23:01:50.290 INFO O| Aug 28 23:01:50.290 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-08-28T23:01:51.208Z[ recovery-image] Aug 28 23:01:50.319 INFO O| Aug 28 23:01:50.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50292024-08-28T23:01:51.211Z[ recovery-image] Aug 28 23:01:50.319 INFO O| Aug 28 23:01:50.319 INFO STEP 340 (remove_files) COMPLETE
50302024-08-28T23:01:51.211Z[ recovery-image] Aug 28 23:01:50.319 INFO O| Aug 28 23:01:50.319 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-08-28T23:01:51.229Z[ recovery-image] Aug 28 23:01:50.339 INFO O| Aug 28 23:01:50.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50322024-08-28T23:01:51.229Z[ recovery-image] Aug 28 23:01:50.339 INFO O| Aug 28 23:01:50.339 INFO STEP 341 (remove_files) COMPLETE
50332024-08-28T23:01:51.229Z[ recovery-image] Aug 28 23:01:50.339 INFO O| Aug 28 23:01:50.339 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-08-28T23:01:51.248Z[ recovery-image] Aug 28 23:01:50.359 INFO O| Aug 28 23:01:50.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50352024-08-28T23:01:51.248Z[ recovery-image] Aug 28 23:01:50.359 INFO O| Aug 28 23:01:50.359 INFO STEP 342 (remove_files) COMPLETE
50362024-08-28T23:01:51.251Z[ recovery-image] Aug 28 23:01:50.359 INFO O| Aug 28 23:01:50.359 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-08-28T23:01:51.267Z[ recovery-image] Aug 28 23:01:50.377 INFO O| Aug 28 23:01:50.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50382024-08-28T23:01:51.267Z[ recovery-image] Aug 28 23:01:50.377 INFO O| Aug 28 23:01:50.377 INFO STEP 343 (remove_files) COMPLETE
50392024-08-28T23:01:51.267Z[ recovery-image] Aug 28 23:01:50.377 INFO O| Aug 28 23:01:50.377 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-08-28T23:01:51.287Z[ recovery-image] Aug 28 23:01:50.398 INFO O| Aug 28 23:01:50.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
50412024-08-28T23:01:51.287Z[ recovery-image] Aug 28 23:01:50.398 INFO O| Aug 28 23:01:50.398 INFO STEP 344 (remove_files) COMPLETE
50422024-08-28T23:01:51.287Z[ recovery-image] Aug 28 23:01:50.398 INFO O| Aug 28 23:01:50.398 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-08-28T23:01:51.326Z[ recovery-image] Aug 28 23:01:50.437 INFO O| Aug 28 23:01:50.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
50442024-08-28T23:01:51.326Z[ recovery-image] Aug 28 23:01:50.437 INFO O| Aug 28 23:01:50.437 INFO STEP 345 (remove_files) COMPLETE
50452024-08-28T23:01:51.326Z[ recovery-image] Aug 28 23:01:50.437 INFO O| Aug 28 23:01:50.437 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-08-28T23:01:51.346Z[ recovery-image] Aug 28 23:01:50.456 INFO O| Aug 28 23:01:50.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
50472024-08-28T23:01:51.346Z[ recovery-image] Aug 28 23:01:50.456 INFO O| Aug 28 23:01:50.456 INFO STEP 346 (remove_files) COMPLETE
50482024-08-28T23:01:51.348Z[ recovery-image] Aug 28 23:01:50.456 INFO O| Aug 28 23:01:50.456 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-08-28T23:01:51.368Z[ recovery-image] Aug 28 23:01:50.478 INFO O| Aug 28 23:01:50.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
50502024-08-28T23:01:51.372Z[ recovery-image] Aug 28 23:01:50.478 INFO O| Aug 28 23:01:50.478 INFO STEP 347 (remove_files) COMPLETE
50512024-08-28T23:01:51.372Z[ recovery-image] Aug 28 23:01:50.478 INFO O| Aug 28 23:01:50.478 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-08-28T23:01:51.405Z[ recovery-image] Aug 28 23:01:50.515 INFO O| Aug 28 23:01:50.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50532024-08-28T23:01:51.408Z[ recovery-image] Aug 28 23:01:50.515 INFO O| Aug 28 23:01:50.515 INFO STEP 348 (remove_files) COMPLETE
50542024-08-28T23:01:51.408Z[ recovery-image] Aug 28 23:01:50.516 INFO O| Aug 28 23:01:50.515 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-08-28T23:01:51.468Z[ recovery-image] Aug 28 23:01:50.579 INFO O| Aug 28 23:01:50.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50562024-08-28T23:01:51.468Z[ recovery-image] Aug 28 23:01:50.579 INFO O| Aug 28 23:01:50.579 INFO STEP 349 (remove_files) COMPLETE
50572024-08-28T23:01:51.468Z[ recovery-image] Aug 28 23:01:50.579 INFO O| Aug 28 23:01:50.579 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-08-28T23:01:51.518Z[ host-image] Aug 28 23:01:50.628 INFO O| Aug 28 23:01:50.628 INFO O| Done
50592024-08-28T23:01:51.518Z[ host-image] Aug 28 23:01:50.628 INFO O| Aug 28 23:01:50.628 INFO O| Done
50602024-08-28T23:01:51.537Z[ recovery-image] Aug 28 23:01:50.645 INFO O| Aug 28 23:01:50.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
50612024-08-28T23:01:51.537Z[ recovery-image] Aug 28 23:01:50.645 INFO O| Aug 28 23:01:50.636 INFO STEP 350 (remove_files) COMPLETE
50622024-08-28T23:01:51.540Z[ recovery-image] Aug 28 23:01:50.645 INFO O| Aug 28 23:01:50.636 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-08-28T23:01:51.546Z[ recovery-image] Aug 28 23:01:50.656 INFO O| Aug 28 23:01:50.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
50642024-08-28T23:01:51.546Z[ recovery-image] Aug 28 23:01:50.656 INFO O| Aug 28 23:01:50.656 INFO STEP 351 (remove_files) COMPLETE
50652024-08-28T23:01:51.549Z[ recovery-image] Aug 28 23:01:50.657 INFO O| Aug 28 23:01:50.656 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-08-28T23:01:51.635Z[ recovery-image] Aug 28 23:01:50.746 INFO O| Aug 28 23:01:50.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
50672024-08-28T23:01:51.635Z[ recovery-image] Aug 28 23:01:50.746 INFO O| Aug 28 23:01:50.746 INFO STEP 352 (remove_files) COMPLETE
50682024-08-28T23:01:51.635Z[ recovery-image] Aug 28 23:01:50.746 INFO O| Aug 28 23:01:50.746 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-08-28T23:01:51.663Z[ recovery-image] Aug 28 23:01:50.773 INFO O| Aug 28 23:01:50.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
50702024-08-28T23:01:51.663Z[ recovery-image] Aug 28 23:01:50.773 INFO O| Aug 28 23:01:50.773 INFO STEP 353 (remove_files) COMPLETE
50712024-08-28T23:01:51.665Z[ recovery-image] Aug 28 23:01:50.773 INFO O| Aug 28 23:01:50.773 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-08-28T23:01:51.684Z[ recovery-image] Aug 28 23:01:50.795 INFO O| Aug 28 23:01:50.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
50732024-08-28T23:01:51.685Z[ recovery-image] Aug 28 23:01:50.795 INFO O| Aug 28 23:01:50.795 INFO STEP 354 (remove_files) COMPLETE
50742024-08-28T23:01:51.685Z[ recovery-image] Aug 28 23:01:50.795 INFO O| Aug 28 23:01:50.795 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-08-28T23:01:51.710Z[ recovery-image] Aug 28 23:01:50.820 INFO O| Aug 28 23:01:50.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
50762024-08-28T23:01:51.710Z[ recovery-image] Aug 28 23:01:50.820 INFO O| Aug 28 23:01:50.820 INFO STEP 355 (remove_files) COMPLETE
50772024-08-28T23:01:51.710Z[ recovery-image] Aug 28 23:01:50.820 INFO O| Aug 28 23:01:50.820 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-08-28T23:01:51.731Z[ recovery-image] Aug 28 23:01:50.840 INFO O| Aug 28 23:01:50.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
50792024-08-28T23:01:51.731Z[ recovery-image] Aug 28 23:01:50.840 INFO O| Aug 28 23:01:50.840 INFO STEP 356 (remove_files) COMPLETE
50802024-08-28T23:01:51.731Z[ recovery-image] Aug 28 23:01:50.840 INFO O| Aug 28 23:01:50.840 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-08-28T23:01:51.749Z[ recovery-image] Aug 28 23:01:50.859 INFO O| Aug 28 23:01:50.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
50822024-08-28T23:01:51.749Z[ recovery-image] Aug 28 23:01:50.859 INFO O| Aug 28 23:01:50.859 INFO STEP 357 (remove_files) COMPLETE
50832024-08-28T23:01:51.749Z[ recovery-image] Aug 28 23:01:50.860 INFO O| Aug 28 23:01:50.859 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-08-28T23:01:51.768Z[ recovery-image] Aug 28 23:01:50.878 INFO O| Aug 28 23:01:50.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
50852024-08-28T23:01:51.768Z[ recovery-image] Aug 28 23:01:50.878 INFO O| Aug 28 23:01:50.878 INFO STEP 358 (remove_files) COMPLETE
50862024-08-28T23:01:51.768Z[ recovery-image] Aug 28 23:01:50.878 INFO O| Aug 28 23:01:50.878 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-08-28T23:01:51.786Z[ recovery-image] Aug 28 23:01:50.897 INFO O| Aug 28 23:01:50.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
50882024-08-28T23:01:51.786Z[ recovery-image] Aug 28 23:01:50.897 INFO O| Aug 28 23:01:50.897 INFO STEP 359 (remove_files) COMPLETE
50892024-08-28T23:01:51.786Z[ recovery-image] Aug 28 23:01:50.897 INFO O| Aug 28 23:01:50.897 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-08-28T23:01:51.804Z[ recovery-image] Aug 28 23:01:50.915 INFO O| Aug 28 23:01:50.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
50912024-08-28T23:01:51.804Z[ recovery-image] Aug 28 23:01:50.915 INFO O| Aug 28 23:01:50.915 INFO STEP 360 (remove_files) COMPLETE
50922024-08-28T23:01:51.807Z[ recovery-image] Aug 28 23:01:50.915 INFO O| Aug 28 23:01:50.915 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-08-28T23:01:51.823Z[ recovery-image] Aug 28 23:01:50.933 INFO O| Aug 28 23:01:50.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
50942024-08-28T23:01:51.826Z[ recovery-image] Aug 28 23:01:50.937 INFO O| Aug 28 23:01:50.937 INFO STEP 361 (remove_files) COMPLETE
50952024-08-28T23:01:51.826Z[ recovery-image] Aug 28 23:01:50.937 INFO O| Aug 28 23:01:50.937 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-08-28T23:01:51.867Z[ recovery-image] Aug 28 23:01:50.977 INFO O| Aug 28 23:01:50.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
50972024-08-28T23:01:51.869Z[ recovery-image] Aug 28 23:01:50.977 INFO O| Aug 28 23:01:50.977 INFO STEP 362 (remove_files) COMPLETE
50982024-08-28T23:01:51.869Z[ recovery-image] Aug 28 23:01:50.977 INFO O| Aug 28 23:01:50.977 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-08-28T23:01:51.888Z[ recovery-image] Aug 28 23:01:50.999 INFO O| Aug 28 23:01:50.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
51002024-08-28T23:01:51.891Z[ recovery-image] Aug 28 23:01:50.999 INFO O| Aug 28 23:01:50.999 INFO STEP 363 (remove_files) COMPLETE
51012024-08-28T23:01:51.891Z[ recovery-image] Aug 28 23:01:50.999 INFO O| Aug 28 23:01:50.999 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-08-28T23:01:51.931Z[ recovery-image] Aug 28 23:01:51.042 INFO O| Aug 28 23:01:51.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
51032024-08-28T23:01:51.934Z[ recovery-image] Aug 28 23:01:51.042 INFO O| Aug 28 23:01:51.042 INFO STEP 364 (remove_files) COMPLETE
51042024-08-28T23:01:51.934Z[ recovery-image] Aug 28 23:01:51.042 INFO O| Aug 28 23:01:51.042 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-08-28T23:01:51.988Z[ recovery-image] Aug 28 23:01:51.098 INFO O| Aug 28 23:01:51.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
51062024-08-28T23:01:51.988Z[ recovery-image] Aug 28 23:01:51.099 INFO O| Aug 28 23:01:51.098 INFO STEP 365 (remove_files) COMPLETE
51072024-08-28T23:01:51.990Z[ recovery-image] Aug 28 23:01:51.099 INFO O| Aug 28 23:01:51.098 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-08-28T23:01:52.026Z[ recovery-image] Aug 28 23:01:51.137 INFO O| Aug 28 23:01:51.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51092024-08-28T23:01:52.026Z[ recovery-image] Aug 28 23:01:51.137 INFO O| Aug 28 23:01:51.137 INFO STEP 366 (remove_files) COMPLETE
51102024-08-28T23:01:52.029Z[ recovery-image] Aug 28 23:01:51.137 INFO O| Aug 28 23:01:51.137 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-08-28T23:01:52.044Z[ recovery-image] Aug 28 23:01:51.154 INFO O| Aug 28 23:01:51.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51122024-08-28T23:01:52.044Z[ recovery-image] Aug 28 23:01:51.154 INFO O| Aug 28 23:01:51.154 INFO STEP 367 (remove_files) COMPLETE
51132024-08-28T23:01:52.044Z[ recovery-image] Aug 28 23:01:51.154 INFO O| Aug 28 23:01:51.154 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-08-28T23:01:52.060Z[ recovery-image] Aug 28 23:01:51.170 INFO O| Aug 28 23:01:51.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51152024-08-28T23:01:52.060Z[ recovery-image] Aug 28 23:01:51.170 INFO O| Aug 28 23:01:51.170 INFO STEP 368 (remove_files) COMPLETE
51162024-08-28T23:01:52.060Z[ recovery-image] Aug 28 23:01:51.170 INFO O| Aug 28 23:01:51.170 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-08-28T23:01:52.076Z[ recovery-image] Aug 28 23:01:51.187 INFO O| Aug 28 23:01:51.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51182024-08-28T23:01:52.076Z[ recovery-image] Aug 28 23:01:51.187 INFO O| Aug 28 23:01:51.187 INFO STEP 369 (remove_files) COMPLETE
51192024-08-28T23:01:52.079Z[ recovery-image] Aug 28 23:01:51.187 INFO O| Aug 28 23:01:51.187 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-08-28T23:01:52.093Z[ recovery-image] Aug 28 23:01:51.203 INFO O| Aug 28 23:01:51.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51212024-08-28T23:01:52.093Z[ recovery-image] Aug 28 23:01:51.203 INFO O| Aug 28 23:01:51.203 INFO STEP 370 (remove_files) COMPLETE
51222024-08-28T23:01:52.093Z[ recovery-image] Aug 28 23:01:51.203 INFO O| Aug 28 23:01:51.203 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-08-28T23:01:52.108Z[ recovery-image] Aug 28 23:01:51.218 INFO O| Aug 28 23:01:51.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51242024-08-28T23:01:52.108Z[ recovery-image] Aug 28 23:01:51.218 INFO O| Aug 28 23:01:51.218 INFO STEP 371 (remove_files) COMPLETE
51252024-08-28T23:01:52.108Z[ recovery-image] Aug 28 23:01:51.219 INFO O| Aug 28 23:01:51.218 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-08-28T23:01:52.125Z[ recovery-image] Aug 28 23:01:51.234 INFO O| Aug 28 23:01:51.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51272024-08-28T23:01:52.125Z[ recovery-image] Aug 28 23:01:51.234 INFO O| Aug 28 23:01:51.234 INFO STEP 372 (remove_files) COMPLETE
51282024-08-28T23:01:52.125Z[ recovery-image] Aug 28 23:01:51.234 INFO O| Aug 28 23:01:51.234 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-08-28T23:01:52.140Z[ recovery-image] Aug 28 23:01:51.250 INFO O| Aug 28 23:01:51.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51302024-08-28T23:01:52.140Z[ recovery-image] Aug 28 23:01:51.250 INFO O| Aug 28 23:01:51.250 INFO STEP 373 (remove_files) COMPLETE
51312024-08-28T23:01:52.142Z[ recovery-image] Aug 28 23:01:51.250 INFO O| Aug 28 23:01:51.250 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-08-28T23:01:52.156Z[ recovery-image] Aug 28 23:01:51.267 INFO O| Aug 28 23:01:51.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51332024-08-28T23:01:52.156Z[ recovery-image] Aug 28 23:01:51.267 INFO O| Aug 28 23:01:51.267 INFO STEP 374 (remove_files) COMPLETE
51342024-08-28T23:01:52.156Z[ recovery-image] Aug 28 23:01:51.267 INFO O| Aug 28 23:01:51.267 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-08-28T23:01:52.172Z[ recovery-image] Aug 28 23:01:51.283 INFO O| Aug 28 23:01:51.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51362024-08-28T23:01:52.172Z[ recovery-image] Aug 28 23:01:51.283 INFO O| Aug 28 23:01:51.283 INFO STEP 375 (remove_files) COMPLETE
51372024-08-28T23:01:52.175Z[ recovery-image] Aug 28 23:01:51.283 INFO O| Aug 28 23:01:51.283 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-08-28T23:01:52.188Z[ recovery-image] Aug 28 23:01:51.299 INFO O| Aug 28 23:01:51.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51392024-08-28T23:01:52.188Z[ recovery-image] Aug 28 23:01:51.299 INFO O| Aug 28 23:01:51.299 INFO STEP 376 (remove_files) COMPLETE
51402024-08-28T23:01:52.191Z[ recovery-image] Aug 28 23:01:51.299 INFO O| Aug 28 23:01:51.299 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-08-28T23:01:52.205Z[ recovery-image] Aug 28 23:01:51.316 INFO O| Aug 28 23:01:51.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
51422024-08-28T23:01:52.205Z[ recovery-image] Aug 28 23:01:51.316 INFO O| Aug 28 23:01:51.316 INFO STEP 377 (remove_files) COMPLETE
51432024-08-28T23:01:52.205Z[ recovery-image] Aug 28 23:01:51.316 INFO O| Aug 28 23:01:51.316 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-08-28T23:01:52.223Z[ recovery-image] Aug 28 23:01:51.334 INFO O| Aug 28 23:01:51.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
51452024-08-28T23:01:52.223Z[ recovery-image] Aug 28 23:01:51.334 INFO O| Aug 28 23:01:51.334 INFO STEP 378 (remove_files) COMPLETE
51462024-08-28T23:01:52.224Z[ recovery-image] Aug 28 23:01:51.334 INFO O| Aug 28 23:01:51.334 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-08-28T23:01:52.245Z[ recovery-image] Aug 28 23:01:51.356 INFO O| Aug 28 23:01:51.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
51482024-08-28T23:01:52.246Z[ recovery-image] Aug 28 23:01:51.356 INFO O| Aug 28 23:01:51.356 INFO STEP 379 (remove_files) COMPLETE
51492024-08-28T23:01:52.248Z[ recovery-image] Aug 28 23:01:51.356 INFO O| Aug 28 23:01:51.356 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-08-28T23:01:52.277Z[ host-image] Aug 28 23:01:51.388 INFO O| Aug 28 23:01:51.387 INFO O| Done
51512024-08-28T23:01:52.304Z[ recovery-image] Aug 28 23:01:51.415 INFO O| Aug 28 23:01:51.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
51522024-08-28T23:01:52.307Z[ recovery-image] Aug 28 23:01:51.415 INFO O| Aug 28 23:01:51.415 INFO STEP 380 (remove_files) COMPLETE
51532024-08-28T23:01:52.307Z[ recovery-image] Aug 28 23:01:51.415 INFO O| Aug 28 23:01:51.415 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-08-28T23:01:52.332Z[ recovery-image] Aug 28 23:01:51.442 INFO O| Aug 28 23:01:51.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51552024-08-28T23:01:52.332Z[ recovery-image] Aug 28 23:01:51.442 INFO O| Aug 28 23:01:51.442 INFO STEP 381 (remove_files) COMPLETE
51562024-08-28T23:01:52.332Z[ recovery-image] Aug 28 23:01:51.442 INFO O| Aug 28 23:01:51.442 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-08-28T23:01:52.351Z[ recovery-image] Aug 28 23:01:51.461 INFO O| Aug 28 23:01:51.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51582024-08-28T23:01:52.351Z[ recovery-image] Aug 28 23:01:51.462 INFO O| Aug 28 23:01:51.461 INFO STEP 382 (remove_files) COMPLETE
51592024-08-28T23:01:52.351Z[ recovery-image] Aug 28 23:01:51.462 INFO O| Aug 28 23:01:51.462 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-08-28T23:01:52.370Z[ recovery-image] Aug 28 23:01:51.481 INFO O| Aug 28 23:01:51.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
51612024-08-28T23:01:52.370Z[ recovery-image] Aug 28 23:01:51.481 INFO O| Aug 28 23:01:51.481 INFO STEP 383 (remove_files) COMPLETE
51622024-08-28T23:01:52.370Z[ recovery-image] Aug 28 23:01:51.481 INFO O| Aug 28 23:01:51.481 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-08-28T23:01:52.388Z[ recovery-image] Aug 28 23:01:51.499 INFO O| Aug 28 23:01:51.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
51642024-08-28T23:01:52.388Z[ recovery-image] Aug 28 23:01:51.499 INFO O| Aug 28 23:01:51.499 INFO STEP 384 (remove_files) COMPLETE
51652024-08-28T23:01:52.388Z[ recovery-image] Aug 28 23:01:51.499 INFO O| Aug 28 23:01:51.499 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-08-28T23:01:52.422Z[ recovery-image] Aug 28 23:01:51.533 INFO O| Aug 28 23:01:51.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
51672024-08-28T23:01:52.445Z[ recovery-image] Aug 28 23:01:51.556 INFO O| Aug 28 23:01:51.556 INFO STEP 385 (remove_files) COMPLETE
51682024-08-28T23:01:52.445Z[ recovery-image] Aug 28 23:01:51.556 INFO O| Aug 28 23:01:51.556 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-08-28T23:01:52.489Z[ recovery-image] Aug 28 23:01:51.599 INFO O| Aug 28 23:01:51.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
51702024-08-28T23:01:52.489Z[ recovery-image] Aug 28 23:01:51.600 INFO O| Aug 28 23:01:51.599 INFO STEP 386 (remove_files) COMPLETE
51712024-08-28T23:01:52.489Z[ recovery-image] Aug 28 23:01:51.600 INFO O| Aug 28 23:01:51.600 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-08-28T23:01:52.523Z[ recovery-image] Aug 28 23:01:51.634 INFO O| Aug 28 23:01:51.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
51732024-08-28T23:01:52.523Z[ recovery-image] Aug 28 23:01:51.634 INFO O| Aug 28 23:01:51.634 INFO STEP 387 (remove_files) COMPLETE
51742024-08-28T23:01:52.526Z[ recovery-image] Aug 28 23:01:51.634 INFO O| Aug 28 23:01:51.634 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-08-28T23:01:52.541Z[ recovery-image] Aug 28 23:01:51.651 INFO O| Aug 28 23:01:51.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
51762024-08-28T23:01:52.541Z[ recovery-image] Aug 28 23:01:51.652 INFO O| Aug 28 23:01:51.652 INFO STEP 388 (remove_files) COMPLETE
51772024-08-28T23:01:52.544Z[ recovery-image] Aug 28 23:01:51.652 INFO O| Aug 28 23:01:51.652 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-08-28T23:01:52.559Z[ recovery-image] Aug 28 23:01:51.670 INFO O| Aug 28 23:01:51.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
51792024-08-28T23:01:52.559Z[ recovery-image] Aug 28 23:01:51.670 INFO O| Aug 28 23:01:51.670 INFO STEP 389 (remove_files) COMPLETE
51802024-08-28T23:01:52.559Z[ recovery-image] Aug 28 23:01:51.670 INFO O| Aug 28 23:01:51.670 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-08-28T23:01:52.588Z[ recovery-image] Aug 28 23:01:51.699 INFO O| Aug 28 23:01:51.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
51822024-08-28T23:01:52.588Z[ recovery-image] Aug 28 23:01:51.699 INFO O| Aug 28 23:01:51.699 INFO STEP 390 (remove_files) COMPLETE
51832024-08-28T23:01:52.588Z[ recovery-image] Aug 28 23:01:51.699 INFO O| Aug 28 23:01:51.699 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-08-28T23:01:52.620Z[ recovery-image] Aug 28 23:01:51.730 INFO O| Aug 28 23:01:51.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
51852024-08-28T23:01:52.620Z[ recovery-image] Aug 28 23:01:51.730 INFO O| Aug 28 23:01:51.730 INFO STEP 391 (remove_files) COMPLETE
51862024-08-28T23:01:52.622Z[ recovery-image] Aug 28 23:01:51.730 INFO O| Aug 28 23:01:51.730 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-08-28T23:01:52.639Z[ recovery-image] Aug 28 23:01:51.749 INFO O| Aug 28 23:01:51.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
51882024-08-28T23:01:52.639Z[ recovery-image] Aug 28 23:01:51.749 INFO O| Aug 28 23:01:51.749 INFO STEP 392 (remove_files) COMPLETE
51892024-08-28T23:01:52.641Z[ recovery-image] Aug 28 23:01:51.749 INFO O| Aug 28 23:01:51.749 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-08-28T23:01:52.657Z[ recovery-image] Aug 28 23:01:51.767 INFO O| Aug 28 23:01:51.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
51912024-08-28T23:01:52.657Z[ recovery-image] Aug 28 23:01:51.767 INFO O| Aug 28 23:01:51.767 INFO STEP 393 (remove_files) COMPLETE
51922024-08-28T23:01:52.657Z[ recovery-image] Aug 28 23:01:51.767 INFO O| Aug 28 23:01:51.767 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-08-28T23:01:52.693Z[ recovery-image] Aug 28 23:01:51.804 INFO O| Aug 28 23:01:51.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
51942024-08-28T23:01:52.696Z[ recovery-image] Aug 28 23:01:51.804 INFO O| Aug 28 23:01:51.804 INFO STEP 394 (remove_files) COMPLETE
51952024-08-28T23:01:52.696Z[ recovery-image] Aug 28 23:01:51.804 INFO O| Aug 28 23:01:51.804 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-08-28T23:01:52.713Z[ recovery-image] Aug 28 23:01:51.824 INFO O| Aug 28 23:01:51.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
51972024-08-28T23:01:52.716Z[ recovery-image] Aug 28 23:01:51.824 INFO O| Aug 28 23:01:51.824 INFO STEP 395 (remove_files) COMPLETE
51982024-08-28T23:01:52.716Z[ recovery-image] Aug 28 23:01:51.824 INFO O| Aug 28 23:01:51.824 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-08-28T23:01:52.731Z[ recovery-image] Aug 28 23:01:51.842 INFO O| Aug 28 23:01:51.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
52002024-08-28T23:01:52.734Z[ recovery-image] Aug 28 23:01:51.842 INFO O| Aug 28 23:01:51.842 INFO STEP 396 (remove_files) COMPLETE
52012024-08-28T23:01:52.734Z[ recovery-image] Aug 28 23:01:51.842 INFO O| Aug 28 23:01:51.842 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-08-28T23:01:52.750Z[ recovery-image] Aug 28 23:01:51.861 INFO O| Aug 28 23:01:51.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
52032024-08-28T23:01:52.753Z[ recovery-image] Aug 28 23:01:51.861 INFO O| Aug 28 23:01:51.861 INFO STEP 397 (remove_files) COMPLETE
52042024-08-28T23:01:52.753Z[ recovery-image] Aug 28 23:01:51.861 INFO O| Aug 28 23:01:51.861 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-08-28T23:01:52.770Z[ recovery-image] Aug 28 23:01:51.881 INFO O| Aug 28 23:01:51.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
52062024-08-28T23:01:52.773Z[ recovery-image] Aug 28 23:01:51.881 INFO O| Aug 28 23:01:51.881 INFO STEP 398 (remove_files) COMPLETE
52072024-08-28T23:01:52.773Z[ recovery-image] Aug 28 23:01:51.881 INFO O| Aug 28 23:01:51.881 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-08-28T23:01:52.789Z[ recovery-image] Aug 28 23:01:51.900 INFO O| Aug 28 23:01:51.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52092024-08-28T23:01:52.792Z[ recovery-image] Aug 28 23:01:51.900 INFO O| Aug 28 23:01:51.900 INFO STEP 399 (remove_files) COMPLETE
52102024-08-28T23:01:52.792Z[ recovery-image] Aug 28 23:01:51.900 INFO O| Aug 28 23:01:51.900 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-08-28T23:01:52.808Z[ recovery-image] Aug 28 23:01:51.919 INFO O| Aug 28 23:01:51.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52122024-08-28T23:01:52.811Z[ recovery-image] Aug 28 23:01:51.919 INFO O| Aug 28 23:01:51.919 INFO STEP 400 (remove_files) COMPLETE
52132024-08-28T23:01:52.811Z[ recovery-image] Aug 28 23:01:51.919 INFO O| Aug 28 23:01:51.919 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-08-28T23:01:52.836Z[ recovery-image] Aug 28 23:01:51.947 INFO O| Aug 28 23:01:51.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52152024-08-28T23:01:52.837Z[ recovery-image] Aug 28 23:01:51.947 INFO O| Aug 28 23:01:51.947 INFO STEP 401 (remove_files) COMPLETE
52162024-08-28T23:01:52.837Z[ recovery-image] Aug 28 23:01:51.947 INFO O| Aug 28 23:01:51.947 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-08-28T23:01:52.902Z[ recovery-image] Aug 28 23:01:52.012 INFO O| Aug 28 23:01:52.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52182024-08-28T23:01:52.902Z[ recovery-image] Aug 28 23:01:52.012 INFO O| Aug 28 23:01:52.012 INFO STEP 402 (remove_files) COMPLETE
52192024-08-28T23:01:52.903Z[ recovery-image] Aug 28 23:01:52.012 INFO O| Aug 28 23:01:52.012 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-08-28T23:01:52.920Z[ recovery-image] Aug 28 23:01:52.031 INFO O| Aug 28 23:01:52.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52212024-08-28T23:01:52.920Z[ recovery-image] Aug 28 23:01:52.031 INFO O| Aug 28 23:01:52.031 INFO STEP 403 (remove_files) COMPLETE
52222024-08-28T23:01:52.923Z[ recovery-image] Aug 28 23:01:52.031 INFO O| Aug 28 23:01:52.031 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-08-28T23:01:52.951Z[ recovery-image] Aug 28 23:01:52.061 INFO O| Aug 28 23:01:52.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52242024-08-28T23:01:52.953Z[ recovery-image] Aug 28 23:01:52.061 INFO O| Aug 28 23:01:52.061 INFO STEP 404 (remove_files) COMPLETE
52252024-08-28T23:01:52.953Z[ recovery-image] Aug 28 23:01:52.062 INFO O| Aug 28 23:01:52.062 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-08-28T23:01:52.971Z[ recovery-image] Aug 28 23:01:52.082 INFO O| Aug 28 23:01:52.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52272024-08-28T23:01:52.974Z[ recovery-image] Aug 28 23:01:52.082 INFO O| Aug 28 23:01:52.082 INFO STEP 405 (remove_files) COMPLETE
52282024-08-28T23:01:52.974Z[ recovery-image] Aug 28 23:01:52.082 INFO O| Aug 28 23:01:52.082 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-08-28T23:01:53.015Z[ recovery-image] Aug 28 23:01:52.126 INFO O| Aug 28 23:01:52.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52302024-08-28T23:01:53.020Z[ recovery-image] Aug 28 23:01:52.126 INFO O| Aug 28 23:01:52.126 INFO STEP 406 (remove_files) COMPLETE
52312024-08-28T23:01:53.020Z[ recovery-image] Aug 28 23:01:52.126 INFO O| Aug 28 23:01:52.126 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-08-28T23:01:53.038Z[ recovery-image] Aug 28 23:01:52.147 INFO O| Aug 28 23:01:52.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52332024-08-28T23:01:53.038Z[ recovery-image] Aug 28 23:01:52.148 INFO O| Aug 28 23:01:52.147 INFO STEP 407 (remove_files) COMPLETE
52342024-08-28T23:01:53.038Z[ recovery-image] Aug 28 23:01:52.148 INFO O| Aug 28 23:01:52.148 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-08-28T23:01:53.064Z[ recovery-image] Aug 28 23:01:52.174 INFO O| Aug 28 23:01:52.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52362024-08-28T23:01:53.064Z[ recovery-image] Aug 28 23:01:52.174 INFO O| Aug 28 23:01:52.174 INFO STEP 408 (remove_files) COMPLETE
52372024-08-28T23:01:53.064Z[ recovery-image] Aug 28 23:01:52.174 INFO O| Aug 28 23:01:52.174 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-08-28T23:01:53.093Z[ recovery-image] Aug 28 23:01:52.202 INFO O| Aug 28 23:01:52.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52392024-08-28T23:01:53.093Z[ recovery-image] Aug 28 23:01:52.202 INFO O| Aug 28 23:01:52.202 INFO STEP 409 (remove_files) COMPLETE
52402024-08-28T23:01:53.093Z[ recovery-image] Aug 28 23:01:52.202 INFO O| Aug 28 23:01:52.202 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-08-28T23:01:53.118Z[ recovery-image] Aug 28 23:01:52.229 INFO O| Aug 28 23:01:52.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
52422024-08-28T23:01:53.118Z[ recovery-image] Aug 28 23:01:52.229 INFO O| Aug 28 23:01:52.229 INFO STEP 410 (remove_files) COMPLETE
52432024-08-28T23:01:53.121Z[ recovery-image] Aug 28 23:01:52.229 INFO O| Aug 28 23:01:52.229 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-08-28T23:01:53.144Z[ recovery-image] Aug 28 23:01:52.254 INFO O| Aug 28 23:01:52.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
52452024-08-28T23:01:53.146Z[ recovery-image] Aug 28 23:01:52.255 INFO O| Aug 28 23:01:52.255 INFO STEP 411 (remove_files) COMPLETE
52462024-08-28T23:01:53.146Z[ recovery-image] Aug 28 23:01:52.255 INFO O| Aug 28 23:01:52.255 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-08-28T23:01:53.173Z[ recovery-image] Aug 28 23:01:52.284 INFO O| Aug 28 23:01:52.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
52482024-08-28T23:01:53.173Z[ recovery-image] Aug 28 23:01:52.284 INFO O| Aug 28 23:01:52.284 INFO STEP 412 (remove_files) COMPLETE
52492024-08-28T23:01:53.173Z[ recovery-image] Aug 28 23:01:52.284 INFO O| Aug 28 23:01:52.284 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-08-28T23:01:53.193Z[ recovery-image] Aug 28 23:01:52.303 INFO O| Aug 28 23:01:52.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
52512024-08-28T23:01:53.216Z[ recovery-image] Aug 28 23:01:52.327 INFO O| Aug 28 23:01:52.327 INFO STEP 413 (remove_files) COMPLETE
52522024-08-28T23:01:53.216Z[ recovery-image] Aug 28 23:01:52.327 INFO O| Aug 28 23:01:52.327 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-08-28T23:01:53.237Z[ recovery-image] Aug 28 23:01:52.348 INFO O| Aug 28 23:01:52.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52542024-08-28T23:01:53.237Z[ recovery-image] Aug 28 23:01:52.348 INFO O| Aug 28 23:01:52.348 INFO STEP 414 (remove_files) COMPLETE
52552024-08-28T23:01:53.237Z[ recovery-image] Aug 28 23:01:52.348 INFO O| Aug 28 23:01:52.348 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-08-28T23:01:53.273Z[ recovery-image] Aug 28 23:01:52.384 INFO O| Aug 28 23:01:52.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52572024-08-28T23:01:53.273Z[ recovery-image] Aug 28 23:01:52.384 INFO O| Aug 28 23:01:52.384 INFO STEP 415 (remove_files) COMPLETE
52582024-08-28T23:01:53.273Z[ recovery-image] Aug 28 23:01:52.384 INFO O| Aug 28 23:01:52.384 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-08-28T23:01:53.295Z[ recovery-image] Aug 28 23:01:52.406 INFO O| Aug 28 23:01:52.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
52602024-08-28T23:01:53.295Z[ recovery-image] Aug 28 23:01:52.406 INFO O| Aug 28 23:01:52.406 INFO STEP 416 (remove_files) COMPLETE
52612024-08-28T23:01:53.295Z[ recovery-image] Aug 28 23:01:52.406 INFO O| Aug 28 23:01:52.406 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-08-28T23:01:53.316Z[ recovery-image] Aug 28 23:01:52.427 INFO O| Aug 28 23:01:52.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
52632024-08-28T23:01:53.316Z[ recovery-image] Aug 28 23:01:52.427 INFO O| Aug 28 23:01:52.427 INFO STEP 417 (remove_files) COMPLETE
52642024-08-28T23:01:53.319Z[ recovery-image] Aug 28 23:01:52.427 INFO O| Aug 28 23:01:52.427 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-08-28T23:01:53.355Z[ recovery-image] Aug 28 23:01:52.466 INFO O| Aug 28 23:01:52.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
52662024-08-28T23:01:53.355Z[ recovery-image] Aug 28 23:01:52.466 INFO O| Aug 28 23:01:52.466 INFO STEP 418 (remove_files) COMPLETE
52672024-08-28T23:01:53.358Z[ recovery-image] Aug 28 23:01:52.466 INFO O| Aug 28 23:01:52.466 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-08-28T23:01:53.382Z[ recovery-image] Aug 28 23:01:52.492 INFO O| Aug 28 23:01:52.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
52692024-08-28T23:01:53.382Z[ recovery-image] Aug 28 23:01:52.492 INFO O| Aug 28 23:01:52.492 INFO STEP 419 (remove_files) COMPLETE
52702024-08-28T23:01:53.384Z[ recovery-image] Aug 28 23:01:52.492 INFO O| Aug 28 23:01:52.492 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-08-28T23:01:53.442Z[ recovery-image] Aug 28 23:01:52.553 INFO O| Aug 28 23:01:52.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
52722024-08-28T23:01:53.442Z[ recovery-image] Aug 28 23:01:52.553 INFO O| Aug 28 23:01:52.553 INFO STEP 420 (remove_files) COMPLETE
52732024-08-28T23:01:53.446Z[ recovery-image] Aug 28 23:01:52.553 INFO O| Aug 28 23:01:52.553 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-08-28T23:01:53.461Z[ recovery-image] Aug 28 23:01:52.572 INFO O| Aug 28 23:01:52.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
52752024-08-28T23:01:53.461Z[ recovery-image] Aug 28 23:01:52.572 INFO O| Aug 28 23:01:52.572 INFO STEP 421 (remove_files) COMPLETE
52762024-08-28T23:01:53.461Z[ recovery-image] Aug 28 23:01:52.572 INFO O| Aug 28 23:01:52.572 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-08-28T23:01:53.485Z[ recovery-image] Aug 28 23:01:52.595 INFO O| Aug 28 23:01:52.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
52782024-08-28T23:01:53.485Z[ recovery-image] Aug 28 23:01:52.595 INFO O| Aug 28 23:01:52.595 INFO STEP 422 (remove_files) COMPLETE
52792024-08-28T23:01:53.485Z[ recovery-image] Aug 28 23:01:52.595 INFO O| Aug 28 23:01:52.595 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-08-28T23:01:53.523Z[ recovery-image] Aug 28 23:01:52.633 INFO O| Aug 28 23:01:52.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
52812024-08-28T23:01:53.523Z[ recovery-image] Aug 28 23:01:52.633 INFO O| Aug 28 23:01:52.633 INFO STEP 423 (remove_files) COMPLETE
52822024-08-28T23:01:53.523Z[ recovery-image] Aug 28 23:01:52.633 INFO O| Aug 28 23:01:52.633 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-08-28T23:01:53.542Z[ recovery-image] Aug 28 23:01:52.652 INFO O| Aug 28 23:01:52.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
52842024-08-28T23:01:53.542Z[ recovery-image] Aug 28 23:01:52.653 INFO O| Aug 28 23:01:52.653 INFO STEP 424 (remove_files) COMPLETE
52852024-08-28T23:01:53.542Z[ recovery-image] Aug 28 23:01:52.653 INFO O| Aug 28 23:01:52.653 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-08-28T23:01:53.562Z[ recovery-image] Aug 28 23:01:52.672 INFO O| Aug 28 23:01:52.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
52872024-08-28T23:01:53.565Z[ recovery-image] Aug 28 23:01:52.673 INFO O| Aug 28 23:01:52.672 INFO STEP 425 (remove_files) COMPLETE
52882024-08-28T23:01:53.565Z[ recovery-image] Aug 28 23:01:52.673 INFO O| Aug 28 23:01:52.673 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-08-28T23:01:53.596Z[ recovery-image] Aug 28 23:01:52.707 INFO O| Aug 28 23:01:52.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
52902024-08-28T23:01:53.596Z[ recovery-image] Aug 28 23:01:52.707 INFO O| Aug 28 23:01:52.707 INFO STEP 426 (remove_files) COMPLETE
52912024-08-28T23:01:53.599Z[ recovery-image] Aug 28 23:01:52.707 INFO O| Aug 28 23:01:52.707 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-08-28T23:01:53.629Z[ recovery-image] Aug 28 23:01:52.740 INFO O| Aug 28 23:01:52.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
52932024-08-28T23:01:53.653Z[ recovery-image] Aug 28 23:01:52.763 INFO O| Aug 28 23:01:52.763 INFO STEP 427 (remove_files) COMPLETE
52942024-08-28T23:01:53.653Z[ recovery-image] Aug 28 23:01:52.763 INFO O| Aug 28 23:01:52.763 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-08-28T23:01:53.686Z[ recovery-image] Aug 28 23:01:52.797 INFO O| Aug 28 23:01:52.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
52962024-08-28T23:01:53.686Z[ recovery-image] Aug 28 23:01:52.797 INFO O| Aug 28 23:01:52.797 INFO STEP 428 (remove_files) COMPLETE
52972024-08-28T23:01:53.689Z[ recovery-image] Aug 28 23:01:52.797 INFO O| Aug 28 23:01:52.797 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-08-28T23:01:53.724Z[ recovery-image] Aug 28 23:01:52.835 INFO O| Aug 28 23:01:52.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
52992024-08-28T23:01:53.724Z[ recovery-image] Aug 28 23:01:52.835 INFO O| Aug 28 23:01:52.835 INFO STEP 429 (remove_files) COMPLETE
53002024-08-28T23:01:53.727Z[ recovery-image] Aug 28 23:01:52.835 INFO O| Aug 28 23:01:52.835 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-08-28T23:01:53.755Z[ recovery-image] Aug 28 23:01:52.866 INFO O| Aug 28 23:01:52.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
53022024-08-28T23:01:53.755Z[ recovery-image] Aug 28 23:01:52.866 INFO O| Aug 28 23:01:52.866 INFO STEP 430 (remove_files) COMPLETE
53032024-08-28T23:01:53.758Z[ recovery-image] Aug 28 23:01:52.866 INFO O| Aug 28 23:01:52.866 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-08-28T23:01:53.812Z[ recovery-image] Aug 28 23:01:52.922 INFO O| Aug 28 23:01:52.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
53052024-08-28T23:01:53.812Z[ recovery-image] Aug 28 23:01:52.922 INFO O| Aug 28 23:01:52.922 INFO STEP 431 (remove_files) COMPLETE
53062024-08-28T23:01:53.812Z[ recovery-image] Aug 28 23:01:52.922 INFO O| Aug 28 23:01:52.922 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-08-28T23:01:53.872Z[ recovery-image] Aug 28 23:01:52.970 INFO O| Aug 28 23:01:52.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53082024-08-28T23:01:53.872Z[ recovery-image] Aug 28 23:01:52.970 INFO O| Aug 28 23:01:52.970 INFO STEP 432 (remove_files) COMPLETE
53092024-08-28T23:01:53.873Z[ recovery-image] Aug 28 23:01:52.970 INFO O| Aug 28 23:01:52.970 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-08-28T23:01:53.881Z[ recovery-image] Aug 28 23:01:52.992 INFO O| Aug 28 23:01:52.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53112024-08-28T23:01:53.881Z[ recovery-image] Aug 28 23:01:52.992 INFO O| Aug 28 23:01:52.992 INFO STEP 433 (remove_files) COMPLETE
53122024-08-28T23:01:53.881Z[ recovery-image] Aug 28 23:01:52.992 INFO O| Aug 28 23:01:52.992 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-08-28T23:01:53.926Z[ recovery-image] Aug 28 23:01:53.033 INFO O| Aug 28 23:01:53.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53142024-08-28T23:01:53.926Z[ recovery-image] Aug 28 23:01:53.033 INFO O| Aug 28 23:01:53.033 INFO STEP 434 (remove_files) COMPLETE
53152024-08-28T23:01:53.926Z[ recovery-image] Aug 28 23:01:53.033 INFO O| Aug 28 23:01:53.033 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-08-28T23:01:53.953Z[ recovery-image] Aug 28 23:01:53.063 INFO O| Aug 28 23:01:53.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53172024-08-28T23:01:53.955Z[ recovery-image] Aug 28 23:01:53.063 INFO O| Aug 28 23:01:53.063 INFO STEP 435 (remove_files) COMPLETE
53182024-08-28T23:01:53.955Z[ recovery-image] Aug 28 23:01:53.064 INFO O| Aug 28 23:01:53.063 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-08-28T23:01:53.976Z[ recovery-image] Aug 28 23:01:53.086 INFO O| Aug 28 23:01:53.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53202024-08-28T23:01:53.976Z[ recovery-image] Aug 28 23:01:53.086 INFO O| Aug 28 23:01:53.086 INFO STEP 436 (remove_files) COMPLETE
53212024-08-28T23:01:53.976Z[ recovery-image] Aug 28 23:01:53.086 INFO O| Aug 28 23:01:53.086 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-08-28T23:01:54.021Z[ recovery-image] Aug 28 23:01:53.132 INFO O| Aug 28 23:01:53.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53232024-08-28T23:01:54.021Z[ recovery-image] Aug 28 23:01:53.132 INFO O| Aug 28 23:01:53.132 INFO STEP 437 (remove_files) COMPLETE
53242024-08-28T23:01:54.024Z[ recovery-image] Aug 28 23:01:53.132 INFO O| Aug 28 23:01:53.132 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-08-28T23:01:54.059Z[ recovery-image] Aug 28 23:01:53.166 INFO O| Aug 28 23:01:53.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53262024-08-28T23:01:54.059Z[ recovery-image] Aug 28 23:01:53.167 INFO O| Aug 28 23:01:53.166 INFO STEP 438 (remove_files) COMPLETE
53272024-08-28T23:01:54.059Z[ recovery-image] Aug 28 23:01:53.167 INFO O| Aug 28 23:01:53.166 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-08-28T23:01:54.074Z[ recovery-image] Aug 28 23:01:53.185 INFO O| Aug 28 23:01:53.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53292024-08-28T23:01:54.077Z[ recovery-image] Aug 28 23:01:53.185 INFO O| Aug 28 23:01:53.185 INFO STEP 439 (remove_files) COMPLETE
53302024-08-28T23:01:54.077Z[ recovery-image] Aug 28 23:01:53.185 INFO O| Aug 28 23:01:53.185 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-08-28T23:01:54.122Z[ recovery-image] Aug 28 23:01:53.232 INFO O| Aug 28 23:01:53.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53322024-08-28T23:01:54.122Z[ recovery-image] Aug 28 23:01:53.233 INFO O| Aug 28 23:01:53.232 INFO STEP 440 (remove_files) COMPLETE
53332024-08-28T23:01:54.122Z[ recovery-image] Aug 28 23:01:53.233 INFO O| Aug 28 23:01:53.233 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-08-28T23:01:54.141Z[ recovery-image] Aug 28 23:01:53.252 INFO O| Aug 28 23:01:53.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53352024-08-28T23:01:54.142Z[ recovery-image] Aug 28 23:01:53.252 INFO O| Aug 28 23:01:53.252 INFO STEP 441 (remove_files) COMPLETE
53362024-08-28T23:01:54.144Z[ recovery-image] Aug 28 23:01:53.252 INFO O| Aug 28 23:01:53.252 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-08-28T23:01:54.163Z[ recovery-image] Aug 28 23:01:53.273 INFO O| Aug 28 23:01:53.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
53382024-08-28T23:01:54.163Z[ recovery-image] Aug 28 23:01:53.273 INFO O| Aug 28 23:01:53.273 INFO STEP 442 (remove_files) COMPLETE
53392024-08-28T23:01:54.163Z[ recovery-image] Aug 28 23:01:53.273 INFO O| Aug 28 23:01:53.273 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-08-28T23:01:54.247Z[ recovery-image] Aug 28 23:01:53.358 INFO O| Aug 28 23:01:53.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
53412024-08-28T23:01:54.250Z[ recovery-image] Aug 28 23:01:53.358 INFO O| Aug 28 23:01:53.358 INFO STEP 443 (remove_files) COMPLETE
53422024-08-28T23:01:54.250Z[ recovery-image] Aug 28 23:01:53.358 INFO O| Aug 28 23:01:53.358 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-08-28T23:01:54.267Z[ recovery-image] Aug 28 23:01:53.378 INFO O| Aug 28 23:01:53.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
53442024-08-28T23:01:54.267Z[ recovery-image] Aug 28 23:01:53.378 INFO O| Aug 28 23:01:53.378 INFO STEP 444 (remove_files) COMPLETE
53452024-08-28T23:01:54.270Z[ recovery-image] Aug 28 23:01:53.378 INFO O| Aug 28 23:01:53.378 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-08-28T23:01:54.299Z[ recovery-image] Aug 28 23:01:53.410 INFO O| Aug 28 23:01:53.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
53472024-08-28T23:01:54.299Z[ recovery-image] Aug 28 23:01:53.410 INFO O| Aug 28 23:01:53.410 INFO STEP 445 (remove_files) COMPLETE
53482024-08-28T23:01:54.302Z[ recovery-image] Aug 28 23:01:53.410 INFO O| Aug 28 23:01:53.410 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-08-28T23:01:54.340Z[ recovery-image] Aug 28 23:01:53.451 INFO O| Aug 28 23:01:53.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53502024-08-28T23:01:54.340Z[ recovery-image] Aug 28 23:01:53.451 INFO O| Aug 28 23:01:53.451 INFO STEP 446 (remove_files) COMPLETE
53512024-08-28T23:01:54.342Z[ recovery-image] Aug 28 23:01:53.451 INFO O| Aug 28 23:01:53.451 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-08-28T23:01:54.359Z[ recovery-image] Aug 28 23:01:53.470 INFO O| Aug 28 23:01:53.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53532024-08-28T23:01:54.362Z[ recovery-image] Aug 28 23:01:53.470 INFO O| Aug 28 23:01:53.470 INFO STEP 447 (remove_files) COMPLETE
53542024-08-28T23:01:54.362Z[ recovery-image] Aug 28 23:01:53.470 INFO O| Aug 28 23:01:53.470 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-08-28T23:01:54.379Z[ recovery-image] Aug 28 23:01:53.490 INFO O| Aug 28 23:01:53.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53562024-08-28T23:01:54.382Z[ recovery-image] Aug 28 23:01:53.490 INFO O| Aug 28 23:01:53.490 INFO STEP 448 (remove_files) COMPLETE
53572024-08-28T23:01:54.382Z[ recovery-image] Aug 28 23:01:53.490 INFO O| Aug 28 23:01:53.490 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-08-28T23:01:54.418Z[ recovery-image] Aug 28 23:01:53.529 INFO O| Aug 28 23:01:53.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
53592024-08-28T23:01:54.418Z[ recovery-image] Aug 28 23:01:53.529 INFO O| Aug 28 23:01:53.529 INFO STEP 449 (remove_files) COMPLETE
53602024-08-28T23:01:54.418Z[ recovery-image] Aug 28 23:01:53.529 INFO O| Aug 28 23:01:53.529 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-08-28T23:01:54.463Z[ recovery-image] Aug 28 23:01:53.573 INFO O| Aug 28 23:01:53.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
53622024-08-28T23:01:54.463Z[ recovery-image] Aug 28 23:01:53.574 INFO O| Aug 28 23:01:53.574 INFO STEP 450 (remove_files) COMPLETE
53632024-08-28T23:01:54.463Z[ recovery-image] Aug 28 23:01:53.574 INFO O| Aug 28 23:01:53.574 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-08-28T23:01:54.525Z[ recovery-image] Aug 28 23:01:53.636 INFO O| Aug 28 23:01:53.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
53652024-08-28T23:01:54.525Z[ recovery-image] Aug 28 23:01:53.636 INFO O| Aug 28 23:01:53.636 INFO STEP 451 (remove_files) COMPLETE
53662024-08-28T23:01:54.528Z[ recovery-image] Aug 28 23:01:53.636 INFO O| Aug 28 23:01:53.636 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-08-28T23:01:54.586Z[ recovery-image] Aug 28 23:01:53.697 INFO O| Aug 28 23:01:53.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53682024-08-28T23:01:54.589Z[ recovery-image] Aug 28 23:01:53.697 INFO O| Aug 28 23:01:53.697 INFO STEP 452 (remove_files) COMPLETE
53692024-08-28T23:01:54.589Z[ recovery-image] Aug 28 23:01:53.698 INFO O| Aug 28 23:01:53.697 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-08-28T23:01:54.640Z[ recovery-image] Aug 28 23:01:53.751 INFO O| Aug 28 23:01:53.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
53712024-08-28T23:01:54.640Z[ recovery-image] Aug 28 23:01:53.751 INFO O| Aug 28 23:01:53.751 INFO STEP 453 (remove_files) COMPLETE
53722024-08-28T23:01:54.644Z[ recovery-image] Aug 28 23:01:53.751 INFO O| Aug 28 23:01:53.751 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-08-28T23:01:54.658Z[ recovery-image] Aug 28 23:01:53.769 INFO O| Aug 28 23:01:53.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
53742024-08-28T23:01:54.658Z[ recovery-image] Aug 28 23:01:53.769 INFO O| Aug 28 23:01:53.769 INFO STEP 454 (remove_files) COMPLETE
53752024-08-28T23:01:54.661Z[ recovery-image] Aug 28 23:01:53.769 INFO O| Aug 28 23:01:53.769 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-08-28T23:01:54.675Z[ recovery-image] Aug 28 23:01:53.786 INFO O| Aug 28 23:01:53.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
53772024-08-28T23:01:54.675Z[ recovery-image] Aug 28 23:01:53.786 INFO O| Aug 28 23:01:53.786 INFO STEP 455 (remove_files) COMPLETE
53782024-08-28T23:01:54.678Z[ recovery-image] Aug 28 23:01:53.786 INFO O| Aug 28 23:01:53.786 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-08-28T23:01:54.693Z[ recovery-image] Aug 28 23:01:53.804 INFO O| Aug 28 23:01:53.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
53802024-08-28T23:01:54.693Z[ recovery-image] Aug 28 23:01:53.804 INFO O| Aug 28 23:01:53.804 INFO STEP 456 (remove_files) COMPLETE
53812024-08-28T23:01:54.695Z[ recovery-image] Aug 28 23:01:53.804 INFO O| Aug 28 23:01:53.804 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-08-28T23:01:54.710Z[ recovery-image] Aug 28 23:01:53.821 INFO O| Aug 28 23:01:53.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
53832024-08-28T23:01:54.710Z[ recovery-image] Aug 28 23:01:53.821 INFO O| Aug 28 23:01:53.821 INFO STEP 457 (remove_files) COMPLETE
53842024-08-28T23:01:54.713Z[ recovery-image] Aug 28 23:01:53.821 INFO O| Aug 28 23:01:53.821 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-08-28T23:01:54.730Z[ recovery-image] Aug 28 23:01:53.840 INFO O| Aug 28 23:01:53.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
53862024-08-28T23:01:54.730Z[ recovery-image] Aug 28 23:01:53.840 INFO O| Aug 28 23:01:53.840 INFO STEP 458 (remove_files) COMPLETE
53872024-08-28T23:01:54.730Z[ recovery-image] Aug 28 23:01:53.840 INFO O| Aug 28 23:01:53.840 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-08-28T23:01:54.762Z[ recovery-image] Aug 28 23:01:53.872 INFO O| Aug 28 23:01:53.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
53892024-08-28T23:01:54.762Z[ recovery-image] Aug 28 23:01:53.872 INFO O| Aug 28 23:01:53.872 INFO STEP 459 (remove_files) COMPLETE
53902024-08-28T23:01:54.762Z[ recovery-image] Aug 28 23:01:53.872 INFO O| Aug 28 23:01:53.872 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-08-28T23:01:54.782Z[ recovery-image] Aug 28 23:01:53.893 INFO O| Aug 28 23:01:53.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
53922024-08-28T23:01:54.785Z[ recovery-image] Aug 28 23:01:53.893 INFO O| Aug 28 23:01:53.893 INFO STEP 460 (remove_files) COMPLETE
53932024-08-28T23:01:54.785Z[ recovery-image] Aug 28 23:01:53.894 INFO O| Aug 28 23:01:53.893 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-08-28T23:01:54.801Z[ recovery-image] Aug 28 23:01:53.912 INFO O| Aug 28 23:01:53.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
53952024-08-28T23:01:54.803Z[ recovery-image] Aug 28 23:01:53.912 INFO O| Aug 28 23:01:53.912 INFO STEP 461 (remove_files) COMPLETE
53962024-08-28T23:01:54.803Z[ recovery-image] Aug 28 23:01:53.912 INFO O| Aug 28 23:01:53.912 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-08-28T23:01:54.818Z[ recovery-image] Aug 28 23:01:53.929 INFO O| Aug 28 23:01:53.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
53982024-08-28T23:01:54.818Z[ recovery-image] Aug 28 23:01:53.929 INFO O| Aug 28 23:01:53.929 INFO STEP 462 (remove_files) COMPLETE
53992024-08-28T23:01:54.821Z[ recovery-image] Aug 28 23:01:53.929 INFO O| Aug 28 23:01:53.929 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-08-28T23:01:54.836Z[ recovery-image] Aug 28 23:01:53.947 INFO O| Aug 28 23:01:53.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
54012024-08-28T23:01:54.839Z[ recovery-image] Aug 28 23:01:53.947 INFO O| Aug 28 23:01:53.947 INFO STEP 463 (remove_files) COMPLETE
54022024-08-28T23:01:54.839Z[ recovery-image] Aug 28 23:01:53.947 INFO O| Aug 28 23:01:53.947 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-08-28T23:01:54.854Z[ recovery-image] Aug 28 23:01:53.965 INFO O| Aug 28 23:01:53.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
54042024-08-28T23:01:54.854Z[ recovery-image] Aug 28 23:01:53.965 INFO O| Aug 28 23:01:53.965 INFO STEP 464 (remove_files) COMPLETE
54052024-08-28T23:01:54.854Z[ recovery-image] Aug 28 23:01:53.965 INFO O| Aug 28 23:01:53.965 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-08-28T23:01:54.871Z[ recovery-image] Aug 28 23:01:53.982 INFO O| Aug 28 23:01:53.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54072024-08-28T23:01:54.871Z[ recovery-image] Aug 28 23:01:53.982 INFO O| Aug 28 23:01:53.982 INFO STEP 465 (remove_files) COMPLETE
54082024-08-28T23:01:54.874Z[ recovery-image] Aug 28 23:01:53.983 INFO O| Aug 28 23:01:53.982 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-08-28T23:01:54.890Z[ recovery-image] Aug 28 23:01:54.000 INFO O| Aug 28 23:01:54.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54102024-08-28T23:01:54.890Z[ recovery-image] Aug 28 23:01:54.000 INFO O| Aug 28 23:01:54.000 INFO STEP 466 (remove_files) COMPLETE
54112024-08-28T23:01:54.890Z[ recovery-image] Aug 28 23:01:54.000 INFO O| Aug 28 23:01:54.000 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-08-28T23:01:54.926Z[ recovery-image] Aug 28 23:01:54.036 INFO O| Aug 28 23:01:54.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54132024-08-28T23:01:54.926Z[ recovery-image] Aug 28 23:01:54.036 INFO O| Aug 28 23:01:54.036 INFO STEP 467 (remove_files) COMPLETE
54142024-08-28T23:01:54.926Z[ recovery-image] Aug 28 23:01:54.036 INFO O| Aug 28 23:01:54.036 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-08-28T23:01:54.957Z[ recovery-image] Aug 28 23:01:54.067 INFO O| Aug 28 23:01:54.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54162024-08-28T23:01:54.957Z[ recovery-image] Aug 28 23:01:54.067 INFO O| Aug 28 23:01:54.067 INFO STEP 468 (remove_files) COMPLETE
54172024-08-28T23:01:54.957Z[ recovery-image] Aug 28 23:01:54.067 INFO O| Aug 28 23:01:54.067 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-08-28T23:01:54.993Z[ recovery-image] Aug 28 23:01:54.103 INFO O| Aug 28 23:01:54.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54192024-08-28T23:01:54.993Z[ recovery-image] Aug 28 23:01:54.103 INFO O| Aug 28 23:01:54.103 INFO STEP 469 (remove_files) COMPLETE
54202024-08-28T23:01:54.993Z[ recovery-image] Aug 28 23:01:54.103 INFO O| Aug 28 23:01:54.103 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-08-28T23:01:55.048Z[ recovery-image] Aug 28 23:01:54.159 INFO O| Aug 28 23:01:54.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54222024-08-28T23:01:55.048Z[ recovery-image] Aug 28 23:01:54.159 INFO O| Aug 28 23:01:54.159 INFO STEP 470 (remove_files) COMPLETE
54232024-08-28T23:01:55.051Z[ recovery-image] Aug 28 23:01:54.159 INFO O| Aug 28 23:01:54.159 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-08-28T23:01:55.075Z[ recovery-image] Aug 28 23:01:54.186 INFO O| Aug 28 23:01:54.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54252024-08-28T23:01:55.075Z[ recovery-image] Aug 28 23:01:54.186 INFO O| Aug 28 23:01:54.186 INFO STEP 471 (remove_files) COMPLETE
54262024-08-28T23:01:55.075Z[ recovery-image] Aug 28 23:01:54.186 INFO O| Aug 28 23:01:54.186 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-08-28T23:01:55.112Z[ recovery-image] Aug 28 23:01:54.223 INFO O| Aug 28 23:01:54.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54282024-08-28T23:01:55.112Z[ recovery-image] Aug 28 23:01:54.223 INFO O| Aug 28 23:01:54.223 INFO STEP 472 (remove_files) COMPLETE
54292024-08-28T23:01:55.112Z[ recovery-image] Aug 28 23:01:54.223 INFO O| Aug 28 23:01:54.223 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-08-28T23:01:55.131Z[ recovery-image] Aug 28 23:01:54.242 INFO O| Aug 28 23:01:54.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54312024-08-28T23:01:55.131Z[ recovery-image] Aug 28 23:01:54.242 INFO O| Aug 28 23:01:54.242 INFO STEP 473 (remove_files) COMPLETE
54322024-08-28T23:01:55.131Z[ recovery-image] Aug 28 23:01:54.242 INFO O| Aug 28 23:01:54.242 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-08-28T23:01:55.168Z[ recovery-image] Aug 28 23:01:54.279 INFO O| Aug 28 23:01:54.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54342024-08-28T23:01:55.171Z[ recovery-image] Aug 28 23:01:54.279 INFO O| Aug 28 23:01:54.279 INFO STEP 474 (remove_files) COMPLETE
54352024-08-28T23:01:55.171Z[ recovery-image] Aug 28 23:01:54.279 INFO O| Aug 28 23:01:54.279 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-08-28T23:01:55.189Z[ recovery-image] Aug 28 23:01:54.300 INFO O| Aug 28 23:01:54.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
54372024-08-28T23:01:55.192Z[ recovery-image] Aug 28 23:01:54.300 INFO O| Aug 28 23:01:54.300 INFO STEP 475 (remove_files) COMPLETE
54382024-08-28T23:01:55.192Z[ recovery-image] Aug 28 23:01:54.301 INFO O| Aug 28 23:01:54.300 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-08-28T23:01:55.210Z[ recovery-image] Aug 28 23:01:54.320 INFO O| Aug 28 23:01:54.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
54402024-08-28T23:01:55.210Z[ recovery-image] Aug 28 23:01:54.320 INFO O| Aug 28 23:01:54.320 INFO STEP 476 (remove_files) COMPLETE
54412024-08-28T23:01:55.210Z[ recovery-image] Aug 28 23:01:54.320 INFO O| Aug 28 23:01:54.320 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-08-28T23:01:55.246Z[ host-image] Aug 28 23:01:54.356 INFO O| Aug 28 23:01:54.356 INFO O| Done
54432024-08-28T23:01:55.250Z[ recovery-image] Aug 28 23:01:54.360 INFO O| Aug 28 23:01:54.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54442024-08-28T23:01:55.250Z[ recovery-image] Aug 28 23:01:54.361 INFO O| Aug 28 23:01:54.361 INFO STEP 477 (remove_files) COMPLETE
54452024-08-28T23:01:55.250Z[ recovery-image] Aug 28 23:01:54.361 INFO O| Aug 28 23:01:54.361 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-08-28T23:01:55.287Z[ host-image] Aug 28 23:01:54.398 INFO O| Aug 28 23:01:54.398 INFO O| Done
54472024-08-28T23:01:55.287Z[ host-image] Aug 28 23:01:54.398 INFO O| Aug 28 23:01:54.398 INFO O| Done
54482024-08-28T23:01:55.292Z[ recovery-image] Aug 28 23:01:54.403 INFO O| Aug 28 23:01:54.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54492024-08-28T23:01:55.292Z[ recovery-image] Aug 28 23:01:54.403 INFO O| Aug 28 23:01:54.403 INFO STEP 478 (remove_files) COMPLETE
54502024-08-28T23:01:55.294Z[ recovery-image] Aug 28 23:01:54.403 INFO O| Aug 28 23:01:54.403 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-08-28T23:01:55.312Z[ recovery-image] Aug 28 23:01:54.422 INFO O| Aug 28 23:01:54.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
54522024-08-28T23:01:55.350Z[ recovery-image] Aug 28 23:01:54.460 INFO O| Aug 28 23:01:54.460 INFO STEP 479 (remove_files) COMPLETE
54532024-08-28T23:01:55.350Z[ recovery-image] Aug 28 23:01:54.460 INFO O| Aug 28 23:01:54.460 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-08-28T23:01:55.350Z[ host-image] Aug 28 23:01:54.461 INFO O| Aug 28 23:01:54.461 INFO O| Done
54552024-08-28T23:01:55.385Z[ recovery-image] Aug 28 23:01:54.496 INFO O| Aug 28 23:01:54.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54562024-08-28T23:01:55.385Z[ recovery-image] Aug 28 23:01:54.496 INFO O| Aug 28 23:01:54.496 INFO STEP 480 (remove_files) COMPLETE
54572024-08-28T23:01:55.385Z[ recovery-image] Aug 28 23:01:54.496 INFO O| Aug 28 23:01:54.496 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-08-28T23:01:55.449Z[ recovery-image] Aug 28 23:01:54.560 INFO O| Aug 28 23:01:54.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
54592024-08-28T23:01:55.449Z[ recovery-image] Aug 28 23:01:54.560 INFO O| Aug 28 23:01:54.560 INFO STEP 481 (remove_files) COMPLETE
54602024-08-28T23:01:55.449Z[ recovery-image] Aug 28 23:01:54.560 INFO O| Aug 28 23:01:54.560 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-08-28T23:01:55.468Z[ recovery-image] Aug 28 23:01:54.579 INFO O| Aug 28 23:01:54.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
54622024-08-28T23:01:55.469Z[ recovery-image] Aug 28 23:01:54.579 INFO O| Aug 28 23:01:54.579 INFO STEP 482 (remove_files) COMPLETE
54632024-08-28T23:01:55.469Z[ recovery-image] Aug 28 23:01:54.579 INFO O| Aug 28 23:01:54.579 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-08-28T23:01:55.487Z[ recovery-image] Aug 28 23:01:54.598 INFO O| Aug 28 23:01:54.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
54652024-08-28T23:01:55.487Z[ recovery-image] Aug 28 23:01:54.598 INFO O| Aug 28 23:01:54.598 INFO STEP 483 (remove_files) COMPLETE
54662024-08-28T23:01:55.487Z[ recovery-image] Aug 28 23:01:54.598 INFO O| Aug 28 23:01:54.598 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-08-28T23:01:55.507Z[ recovery-image] Aug 28 23:01:54.618 INFO O| Aug 28 23:01:54.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
54682024-08-28T23:01:55.507Z[ recovery-image] Aug 28 23:01:54.618 INFO O| Aug 28 23:01:54.618 INFO STEP 484 (remove_files) COMPLETE
54692024-08-28T23:01:55.507Z[ recovery-image] Aug 28 23:01:54.618 INFO O| Aug 28 23:01:54.618 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-08-28T23:01:55.536Z[ recovery-image] Aug 28 23:01:54.638 INFO O| Aug 28 23:01:54.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54712024-08-28T23:01:55.536Z[ recovery-image] Aug 28 23:01:54.638 INFO O| Aug 28 23:01:54.638 INFO STEP 485 (remove_files) COMPLETE
54722024-08-28T23:01:55.538Z[ recovery-image] Aug 28 23:01:54.638 INFO O| Aug 28 23:01:54.638 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-08-28T23:01:55.538Z[ host-image] Aug 28 23:01:54.649 INFO O| Aug 28 23:01:54.649 INFO STEP 13 (pkg_install) COMPLETE
54742024-08-28T23:01:55.538Z[ host-image] Aug 28 23:01:54.649 INFO O| Aug 28 23:01:54.649 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
54752024-08-28T23:01:55.547Z[ recovery-image] Aug 28 23:01:54.658 INFO O| Aug 28 23:01:54.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
54762024-08-28T23:01:55.547Z[ recovery-image] Aug 28 23:01:54.658 INFO O| Aug 28 23:01:54.658 INFO STEP 486 (remove_files) COMPLETE
54772024-08-28T23:01:55.547Z[ recovery-image] Aug 28 23:01:54.658 INFO O| Aug 28 23:01:54.658 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-08-28T23:01:55.560Z[ host-image] Aug 28 23:01:54.671 INFO O| Aug 28 23:01:54.671 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
54792024-08-28T23:01:55.574Z[ recovery-image] Aug 28 23:01:54.685 INFO O| Aug 28 23:01:54.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
54802024-08-28T23:01:55.574Z[ recovery-image] Aug 28 23:01:54.685 INFO O| Aug 28 23:01:54.685 INFO STEP 487 (remove_files) COMPLETE
54812024-08-28T23:01:55.574Z[ recovery-image] Aug 28 23:01:54.685 INFO O| Aug 28 23:01:54.685 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-08-28T23:01:55.601Z[ recovery-image] Aug 28 23:01:54.712 INFO O| Aug 28 23:01:54.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
54832024-08-28T23:01:55.601Z[ recovery-image] Aug 28 23:01:54.713 INFO O| Aug 28 23:01:54.712 INFO STEP 488 (remove_files) COMPLETE
54842024-08-28T23:01:55.604Z[ recovery-image] Aug 28 23:01:54.713 INFO O| Aug 28 23:01:54.713 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-08-28T23:01:55.658Z[ recovery-image] Aug 28 23:01:54.769 INFO O| Aug 28 23:01:54.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
54862024-08-28T23:01:55.658Z[ recovery-image] Aug 28 23:01:54.769 INFO O| Aug 28 23:01:54.769 INFO STEP 489 (remove_files) COMPLETE
54872024-08-28T23:01:55.658Z[ recovery-image] Aug 28 23:01:54.769 INFO O| Aug 28 23:01:54.769 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-08-28T23:01:55.676Z[ recovery-image] Aug 28 23:01:54.787 INFO O| Aug 28 23:01:54.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
54892024-08-28T23:01:55.676Z[ recovery-image] Aug 28 23:01:54.787 INFO O| Aug 28 23:01:54.787 INFO STEP 490 (remove_files) COMPLETE
54902024-08-28T23:01:55.677Z[ recovery-image] Aug 28 23:01:54.787 INFO O| Aug 28 23:01:54.787 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-08-28T23:01:55.736Z[ recovery-image] Aug 28 23:01:54.847 INFO O| Aug 28 23:01:54.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
54922024-08-28T23:01:55.736Z[ recovery-image] Aug 28 23:01:54.847 INFO O| Aug 28 23:01:54.847 INFO STEP 491 (remove_files) COMPLETE
54932024-08-28T23:01:55.739Z[ recovery-image] Aug 28 23:01:54.847 INFO O| Aug 28 23:01:54.847 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-08-28T23:01:55.756Z[ recovery-image] Aug 28 23:01:54.867 INFO O| Aug 28 23:01:54.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
54952024-08-28T23:01:55.756Z[ recovery-image] Aug 28 23:01:54.867 INFO O| Aug 28 23:01:54.867 INFO STEP 492 (remove_files) COMPLETE
54962024-08-28T23:01:55.756Z[ recovery-image] Aug 28 23:01:54.867 INFO O| Aug 28 23:01:54.867 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-08-28T23:01:55.777Z[ recovery-image] Aug 28 23:01:54.888 INFO O| Aug 28 23:01:54.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
54982024-08-28T23:01:55.777Z[ recovery-image] Aug 28 23:01:54.888 INFO O| Aug 28 23:01:54.888 INFO STEP 493 (remove_files) COMPLETE
54992024-08-28T23:01:55.777Z[ recovery-image] Aug 28 23:01:54.888 INFO O| Aug 28 23:01:54.888 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-08-28T23:01:55.936Z[ recovery-image] Aug 28 23:01:55.047 INFO O| Aug 28 23:01:55.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
55012024-08-28T23:01:55.936Z[ recovery-image] Aug 28 23:01:55.047 INFO O| Aug 28 23:01:55.047 INFO STEP 494 (remove_files) COMPLETE
55022024-08-28T23:01:55.936Z[ recovery-image] Aug 28 23:01:55.047 INFO O| Aug 28 23:01:55.047 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-08-28T23:01:55.962Z[ recovery-image] Aug 28 23:01:55.073 INFO O| Aug 28 23:01:55.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
55042024-08-28T23:01:55.962Z[ recovery-image] Aug 28 23:01:55.073 INFO O| Aug 28 23:01:55.073 INFO STEP 495 (remove_files) COMPLETE
55052024-08-28T23:01:55.962Z[ recovery-image] Aug 28 23:01:55.073 INFO O| Aug 28 23:01:55.073 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-08-28T23:01:55.981Z[ recovery-image] Aug 28 23:01:55.092 INFO O| Aug 28 23:01:55.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
55072024-08-28T23:01:55.981Z[ recovery-image] Aug 28 23:01:55.092 INFO O| Aug 28 23:01:55.092 INFO STEP 496 (remove_files) COMPLETE
55082024-08-28T23:01:55.984Z[ recovery-image] Aug 28 23:01:55.092 INFO O| Aug 28 23:01:55.092 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-08-28T23:01:55.999Z[ recovery-image] Aug 28 23:01:55.110 INFO O| Aug 28 23:01:55.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
55102024-08-28T23:01:55.999Z[ recovery-image] Aug 28 23:01:55.110 INFO O| Aug 28 23:01:55.110 INFO STEP 497 (remove_files) COMPLETE
55112024-08-28T23:01:56.001Z[ recovery-image] Aug 28 23:01:55.110 INFO O| Aug 28 23:01:55.110 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-08-28T23:01:56.016Z[ recovery-image] Aug 28 23:01:55.127 INFO O| Aug 28 23:01:55.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55132024-08-28T23:01:56.016Z[ recovery-image] Aug 28 23:01:55.127 INFO O| Aug 28 23:01:55.127 INFO STEP 498 (remove_files) COMPLETE
55142024-08-28T23:01:56.019Z[ recovery-image] Aug 28 23:01:55.128 INFO O| Aug 28 23:01:55.127 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-08-28T23:01:56.033Z[ recovery-image] Aug 28 23:01:55.144 INFO O| Aug 28 23:01:55.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55162024-08-28T23:01:56.033Z[ recovery-image] Aug 28 23:01:55.144 INFO O| Aug 28 23:01:55.144 INFO STEP 499 (remove_files) COMPLETE
55172024-08-28T23:01:56.036Z[ recovery-image] Aug 28 23:01:55.144 INFO O| Aug 28 23:01:55.144 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-08-28T23:01:56.052Z[ recovery-image] Aug 28 23:01:55.163 INFO O| Aug 28 23:01:55.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55192024-08-28T23:01:56.052Z[ recovery-image] Aug 28 23:01:55.163 INFO O| Aug 28 23:01:55.163 INFO STEP 500 (remove_files) COMPLETE
55202024-08-28T23:01:56.052Z[ recovery-image] Aug 28 23:01:55.163 INFO O| Aug 28 23:01:55.163 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-08-28T23:01:56.070Z[ recovery-image] Aug 28 23:01:55.181 INFO O| Aug 28 23:01:55.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55222024-08-28T23:01:56.070Z[ recovery-image] Aug 28 23:01:55.181 INFO O| Aug 28 23:01:55.181 INFO STEP 501 (remove_files) COMPLETE
55232024-08-28T23:01:56.073Z[ recovery-image] Aug 28 23:01:55.181 INFO O| Aug 28 23:01:55.181 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-08-28T23:01:56.087Z[ recovery-image] Aug 28 23:01:55.198 INFO O| Aug 28 23:01:55.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55252024-08-28T23:01:56.087Z[ recovery-image] Aug 28 23:01:55.198 INFO O| Aug 28 23:01:55.198 INFO STEP 502 (remove_files) COMPLETE
55262024-08-28T23:01:56.091Z[ recovery-image] Aug 28 23:01:55.198 INFO O| Aug 28 23:01:55.198 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-08-28T23:01:56.116Z[ recovery-image] Aug 28 23:01:55.226 INFO O| Aug 28 23:01:55.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55282024-08-28T23:01:56.116Z[ recovery-image] Aug 28 23:01:55.226 INFO O| Aug 28 23:01:55.226 INFO STEP 503 (remove_files) COMPLETE
55292024-08-28T23:01:56.116Z[ recovery-image] Aug 28 23:01:55.226 INFO O| Aug 28 23:01:55.226 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-08-28T23:01:56.167Z[ recovery-image] Aug 28 23:01:55.278 INFO O| Aug 28 23:01:55.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55312024-08-28T23:01:56.167Z[ recovery-image] Aug 28 23:01:55.278 INFO O| Aug 28 23:01:55.278 INFO STEP 504 (remove_files) COMPLETE
55322024-08-28T23:01:56.170Z[ recovery-image] Aug 28 23:01:55.278 INFO O| Aug 28 23:01:55.278 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-08-28T23:01:56.198Z[ recovery-image] Aug 28 23:01:55.309 INFO O| Aug 28 23:01:55.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55342024-08-28T23:01:56.198Z[ recovery-image] Aug 28 23:01:55.309 INFO O| Aug 28 23:01:55.309 INFO STEP 505 (remove_files) COMPLETE
55352024-08-28T23:01:56.198Z[ recovery-image] Aug 28 23:01:55.309 INFO O| Aug 28 23:01:55.309 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-08-28T23:01:56.228Z[ recovery-image] Aug 28 23:01:55.339 INFO O| Aug 28 23:01:55.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55372024-08-28T23:01:56.233Z[ recovery-image] Aug 28 23:01:55.344 INFO O| Aug 28 23:01:55.344 INFO STEP 506 (remove_files) COMPLETE
55382024-08-28T23:01:56.235Z[ recovery-image] Aug 28 23:01:55.344 INFO O| Aug 28 23:01:55.344 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-08-28T23:01:56.269Z[ recovery-image] Aug 28 23:01:55.379 INFO O| Aug 28 23:01:55.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55402024-08-28T23:01:56.269Z[ recovery-image] Aug 28 23:01:55.380 INFO O| Aug 28 23:01:55.380 INFO STEP 507 (remove_files) COMPLETE
55412024-08-28T23:01:56.269Z[ recovery-image] Aug 28 23:01:55.380 INFO O| Aug 28 23:01:55.380 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-08-28T23:01:56.288Z[ recovery-image] Aug 28 23:01:55.399 INFO O| Aug 28 23:01:55.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
55432024-08-28T23:01:56.288Z[ recovery-image] Aug 28 23:01:55.399 INFO O| Aug 28 23:01:55.399 INFO STEP 508 (remove_files) COMPLETE
55442024-08-28T23:01:56.288Z[ recovery-image] Aug 28 23:01:55.399 INFO O| Aug 28 23:01:55.399 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-08-28T23:01:56.307Z[ recovery-image] Aug 28 23:01:55.418 INFO O| Aug 28 23:01:55.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55462024-08-28T23:01:56.307Z[ recovery-image] Aug 28 23:01:55.418 INFO O| Aug 28 23:01:55.418 INFO STEP 509 (remove_files) COMPLETE
55472024-08-28T23:01:56.307Z[ recovery-image] Aug 28 23:01:55.418 INFO O| Aug 28 23:01:55.418 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-08-28T23:01:56.328Z[ recovery-image] Aug 28 23:01:55.439 INFO O| Aug 28 23:01:55.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55492024-08-28T23:01:56.328Z[ recovery-image] Aug 28 23:01:55.439 INFO O| Aug 28 23:01:55.439 INFO STEP 510 (remove_files) COMPLETE
55502024-08-28T23:01:56.328Z[ recovery-image] Aug 28 23:01:55.439 INFO O| Aug 28 23:01:55.439 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-08-28T23:01:56.350Z[ recovery-image] Aug 28 23:01:55.461 INFO O| Aug 28 23:01:55.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55522024-08-28T23:01:56.353Z[ recovery-image] Aug 28 23:01:55.461 INFO O| Aug 28 23:01:55.461 INFO STEP 511 (remove_files) COMPLETE
55532024-08-28T23:01:56.353Z[ recovery-image] Aug 28 23:01:55.462 INFO O| Aug 28 23:01:55.461 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-08-28T23:01:56.370Z[ recovery-image] Aug 28 23:01:55.481 INFO O| Aug 28 23:01:55.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
55552024-08-28T23:01:56.372Z[ recovery-image] Aug 28 23:01:55.481 INFO O| Aug 28 23:01:55.481 INFO STEP 512 (remove_files) COMPLETE
55562024-08-28T23:01:56.372Z[ recovery-image] Aug 28 23:01:55.481 INFO O| Aug 28 23:01:55.481 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-08-28T23:01:56.413Z[ recovery-image] Aug 28 23:01:55.524 INFO O| Aug 28 23:01:55.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
55582024-08-28T23:01:56.413Z[ recovery-image] Aug 28 23:01:55.524 INFO O| Aug 28 23:01:55.524 INFO STEP 513 (remove_files) COMPLETE
55592024-08-28T23:01:56.413Z[ recovery-image] Aug 28 23:01:55.524 INFO O| Aug 28 23:01:55.524 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-08-28T23:01:56.441Z[ host-image] Aug 28 23:01:55.552 INFO O| Aug 28 23:01:55.552 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
55612024-08-28T23:01:56.450Z[ recovery-image] Aug 28 23:01:55.561 INFO O| Aug 28 23:01:55.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
55622024-08-28T23:01:56.450Z[ recovery-image] Aug 28 23:01:55.561 INFO O| Aug 28 23:01:55.561 INFO STEP 514 (remove_files) COMPLETE
55632024-08-28T23:01:56.450Z[ recovery-image] Aug 28 23:01:55.561 INFO O| Aug 28 23:01:55.561 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-08-28T23:01:56.483Z[ recovery-image] Aug 28 23:01:55.594 INFO O| Aug 28 23:01:55.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
55652024-08-28T23:01:56.483Z[ recovery-image] Aug 28 23:01:55.594 INFO O| Aug 28 23:01:55.594 INFO STEP 515 (remove_files) COMPLETE
55662024-08-28T23:01:56.483Z[ recovery-image] Aug 28 23:01:55.594 INFO O| Aug 28 23:01:55.594 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-08-28T23:01:56.504Z[ recovery-image] Aug 28 23:01:55.615 INFO O| Aug 28 23:01:55.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
55682024-08-28T23:01:56.504Z[ recovery-image] Aug 28 23:01:55.615 INFO O| Aug 28 23:01:55.615 INFO STEP 516 (remove_files) COMPLETE
55692024-08-28T23:01:56.504Z[ recovery-image] Aug 28 23:01:55.615 INFO O| Aug 28 23:01:55.615 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-08-28T23:01:56.535Z[ recovery-image] Aug 28 23:01:55.646 INFO O| Aug 28 23:01:55.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
55712024-08-28T23:01:56.535Z[ recovery-image] Aug 28 23:01:55.646 INFO O| Aug 28 23:01:55.646 INFO STEP 517 (remove_files) COMPLETE
55722024-08-28T23:01:56.541Z[ recovery-image] Aug 28 23:01:55.647 INFO O| Aug 28 23:01:55.646 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-08-28T23:01:56.572Z[ recovery-image] Aug 28 23:01:55.683 INFO O| Aug 28 23:01:55.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55742024-08-28T23:01:56.572Z[ recovery-image] Aug 28 23:01:55.683 INFO O| Aug 28 23:01:55.683 INFO STEP 518 (remove_files) COMPLETE
55752024-08-28T23:01:56.572Z[ recovery-image] Aug 28 23:01:55.683 INFO O| Aug 28 23:01:55.683 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-08-28T23:01:56.591Z[ recovery-image] Aug 28 23:01:55.702 INFO O| Aug 28 23:01:55.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
55772024-08-28T23:01:56.591Z[ recovery-image] Aug 28 23:01:55.702 INFO O| Aug 28 23:01:55.702 INFO STEP 519 (remove_files) COMPLETE
55782024-08-28T23:01:56.594Z[ recovery-image] Aug 28 23:01:55.702 INFO O| Aug 28 23:01:55.702 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-08-28T23:01:56.624Z[ recovery-image] Aug 28 23:01:55.735 INFO O| Aug 28 23:01:55.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
55802024-08-28T23:01:56.624Z[ recovery-image] Aug 28 23:01:55.735 INFO O| Aug 28 23:01:55.735 INFO STEP 520 (remove_files) COMPLETE
55812024-08-28T23:01:56.627Z[ recovery-image] Aug 28 23:01:55.735 INFO O| Aug 28 23:01:55.735 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-08-28T23:01:56.660Z[ recovery-image] Aug 28 23:01:55.771 INFO O| Aug 28 23:01:55.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
55832024-08-28T23:01:56.660Z[ recovery-image] Aug 28 23:01:55.771 INFO O| Aug 28 23:01:55.771 INFO STEP 521 (remove_files) COMPLETE
55842024-08-28T23:01:56.663Z[ recovery-image] Aug 28 23:01:55.771 INFO O| Aug 28 23:01:55.771 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-08-28T23:01:56.680Z[ recovery-image] Aug 28 23:01:55.791 INFO O| Aug 28 23:01:55.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
55862024-08-28T23:01:56.680Z[ recovery-image] Aug 28 23:01:55.791 INFO O| Aug 28 23:01:55.791 INFO STEP 522 (remove_files) COMPLETE
55872024-08-28T23:01:56.683Z[ recovery-image] Aug 28 23:01:55.791 INFO O| Aug 28 23:01:55.791 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-08-28T23:01:56.699Z[ recovery-image] Aug 28 23:01:55.810 INFO O| Aug 28 23:01:55.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
55892024-08-28T23:01:56.699Z[ recovery-image] Aug 28 23:01:55.810 INFO O| Aug 28 23:01:55.810 INFO STEP 523 (remove_files) COMPLETE
55902024-08-28T23:01:56.699Z[ recovery-image] Aug 28 23:01:55.810 INFO O| Aug 28 23:01:55.810 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-08-28T23:01:56.719Z[ recovery-image] Aug 28 23:01:55.830 INFO O| Aug 28 23:01:55.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
55922024-08-28T23:01:56.719Z[ recovery-image] Aug 28 23:01:55.830 INFO O| Aug 28 23:01:55.830 INFO STEP 524 (remove_files) COMPLETE
55932024-08-28T23:01:56.719Z[ recovery-image] Aug 28 23:01:55.830 INFO O| Aug 28 23:01:55.830 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-08-28T23:01:56.741Z[ recovery-image] Aug 28 23:01:55.852 INFO O| Aug 28 23:01:55.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
55952024-08-28T23:01:56.741Z[ recovery-image] Aug 28 23:01:55.852 INFO O| Aug 28 23:01:55.852 INFO STEP 525 (remove_files) COMPLETE
55962024-08-28T23:01:56.741Z[ recovery-image] Aug 28 23:01:55.852 INFO O| Aug 28 23:01:55.852 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-08-28T23:01:56.778Z[ recovery-image] Aug 28 23:01:55.889 INFO O| Aug 28 23:01:55.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
55982024-08-28T23:01:56.778Z[ recovery-image] Aug 28 23:01:55.889 INFO O| Aug 28 23:01:55.889 INFO STEP 526 (remove_files) COMPLETE
55992024-08-28T23:01:56.778Z[ recovery-image] Aug 28 23:01:55.889 INFO O| Aug 28 23:01:55.889 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-08-28T23:01:56.797Z[ recovery-image] Aug 28 23:01:55.908 INFO O| Aug 28 23:01:55.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
56012024-08-28T23:01:56.799Z[ recovery-image] Aug 28 23:01:55.908 INFO O| Aug 28 23:01:55.908 INFO STEP 527 (remove_files) COMPLETE
56022024-08-28T23:01:56.799Z[ recovery-image] Aug 28 23:01:55.908 INFO O| Aug 28 23:01:55.908 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-08-28T23:01:56.815Z[ recovery-image] Aug 28 23:01:55.926 INFO O| Aug 28 23:01:55.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
56042024-08-28T23:01:56.815Z[ recovery-image] Aug 28 23:01:55.927 INFO O| Aug 28 23:01:55.926 INFO STEP 528 (remove_files) COMPLETE
56052024-08-28T23:01:56.818Z[ recovery-image] Aug 28 23:01:55.927 INFO O| Aug 28 23:01:55.926 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-08-28T23:01:56.849Z[ recovery-image] Aug 28 23:01:55.960 INFO O| Aug 28 23:01:55.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
56072024-08-28T23:01:56.849Z[ recovery-image] Aug 28 23:01:55.960 INFO O| Aug 28 23:01:55.960 INFO STEP 529 (remove_files) COMPLETE
56082024-08-28T23:01:56.849Z[ recovery-image] Aug 28 23:01:55.960 INFO O| Aug 28 23:01:55.960 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-08-28T23:01:56.886Z[ recovery-image] Aug 28 23:01:55.997 INFO O| Aug 28 23:01:55.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56102024-08-28T23:01:56.886Z[ recovery-image] Aug 28 23:01:55.997 INFO O| Aug 28 23:01:55.997 INFO STEP 530 (remove_files) COMPLETE
56112024-08-28T23:01:56.886Z[ recovery-image] Aug 28 23:01:55.997 INFO O| Aug 28 23:01:55.997 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-08-28T23:01:56.907Z[ recovery-image] Aug 28 23:01:56.017 INFO O| Aug 28 23:01:56.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56132024-08-28T23:01:56.909Z[ recovery-image] Aug 28 23:01:56.017 INFO O| Aug 28 23:01:56.017 INFO STEP 531 (remove_files) COMPLETE
56142024-08-28T23:01:56.909Z[ recovery-image] Aug 28 23:01:56.017 INFO O| Aug 28 23:01:56.017 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-08-28T23:01:56.926Z[ recovery-image] Aug 28 23:01:56.037 INFO O| Aug 28 23:01:56.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56162024-08-28T23:01:56.926Z[ recovery-image] Aug 28 23:01:56.037 INFO O| Aug 28 23:01:56.037 INFO STEP 532 (remove_files) COMPLETE
56172024-08-28T23:01:56.928Z[ recovery-image] Aug 28 23:01:56.037 INFO O| Aug 28 23:01:56.037 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-08-28T23:01:56.963Z[ recovery-image] Aug 28 23:01:56.074 INFO O| Aug 28 23:01:56.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56192024-08-28T23:01:56.963Z[ recovery-image] Aug 28 23:01:56.074 INFO O| Aug 28 23:01:56.074 INFO STEP 533 (remove_files) COMPLETE
56202024-08-28T23:01:56.963Z[ recovery-image] Aug 28 23:01:56.074 INFO O| Aug 28 23:01:56.074 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-08-28T23:01:56.983Z[ recovery-image] Aug 28 23:01:56.094 INFO O| Aug 28 23:01:56.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56222024-08-28T23:01:56.983Z[ recovery-image] Aug 28 23:01:56.094 INFO O| Aug 28 23:01:56.094 INFO STEP 534 (remove_files) COMPLETE
56232024-08-28T23:01:56.986Z[ recovery-image] Aug 28 23:01:56.095 INFO O| Aug 28 23:01:56.094 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-08-28T23:01:57.004Z[ recovery-image] Aug 28 23:01:56.115 INFO O| Aug 28 23:01:56.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56252024-08-28T23:01:57.004Z[ recovery-image] Aug 28 23:01:56.115 INFO O| Aug 28 23:01:56.115 INFO STEP 535 (remove_files) COMPLETE
56262024-08-28T23:01:57.007Z[ recovery-image] Aug 28 23:01:56.115 INFO O| Aug 28 23:01:56.115 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-08-28T23:01:57.022Z[ recovery-image] Aug 28 23:01:56.133 INFO O| Aug 28 23:01:56.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56282024-08-28T23:01:57.048Z[ recovery-image] Aug 28 23:01:56.159 INFO O| Aug 28 23:01:56.159 INFO STEP 536 (remove_files) COMPLETE
56292024-08-28T23:01:57.048Z[ recovery-image] Aug 28 23:01:56.159 INFO O| Aug 28 23:01:56.159 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-08-28T23:01:57.069Z[ recovery-image] Aug 28 23:01:56.180 INFO O| Aug 28 23:01:56.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56312024-08-28T23:01:57.071Z[ recovery-image] Aug 28 23:01:56.180 INFO O| Aug 28 23:01:56.180 INFO STEP 537 (remove_files) COMPLETE
56322024-08-28T23:01:57.071Z[ recovery-image] Aug 28 23:01:56.180 INFO O| Aug 28 23:01:56.180 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-08-28T23:01:57.112Z[ recovery-image] Aug 28 23:01:56.223 INFO O| Aug 28 23:01:56.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56342024-08-28T23:01:57.115Z[ recovery-image] Aug 28 23:01:56.223 INFO O| Aug 28 23:01:56.223 INFO STEP 538 (remove_files) COMPLETE
56352024-08-28T23:01:57.115Z[ recovery-image] Aug 28 23:01:56.223 INFO O| Aug 28 23:01:56.223 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-08-28T23:01:57.161Z[ recovery-image] Aug 28 23:01:56.272 INFO O| Aug 28 23:01:56.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56372024-08-28T23:01:57.161Z[ recovery-image] Aug 28 23:01:56.272 INFO O| Aug 28 23:01:56.272 INFO STEP 539 (remove_files) COMPLETE
56382024-08-28T23:01:57.164Z[ recovery-image] Aug 28 23:01:56.272 INFO O| Aug 28 23:01:56.272 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-08-28T23:01:57.181Z[ recovery-image] Aug 28 23:01:56.292 INFO O| Aug 28 23:01:56.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56402024-08-28T23:01:57.181Z[ recovery-image] Aug 28 23:01:56.292 INFO O| Aug 28 23:01:56.292 INFO STEP 540 (remove_files) COMPLETE
56412024-08-28T23:01:57.184Z[ recovery-image] Aug 28 23:01:56.292 INFO O| Aug 28 23:01:56.292 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-08-28T23:01:57.207Z[ recovery-image] Aug 28 23:01:56.318 INFO O| Aug 28 23:01:56.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
56432024-08-28T23:01:57.207Z[ recovery-image] Aug 28 23:01:56.318 INFO O| Aug 28 23:01:56.318 INFO STEP 541 (remove_files) COMPLETE
56442024-08-28T23:01:57.207Z[ recovery-image] Aug 28 23:01:56.318 INFO O| Aug 28 23:01:56.318 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-08-28T23:01:57.229Z[ recovery-image] Aug 28 23:01:56.340 INFO O| Aug 28 23:01:56.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56462024-08-28T23:01:57.232Z[ recovery-image] Aug 28 23:01:56.340 INFO O| Aug 28 23:01:56.340 INFO STEP 542 (remove_files) COMPLETE
56472024-08-28T23:01:57.232Z[ recovery-image] Aug 28 23:01:56.340 INFO O| Aug 28 23:01:56.340 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-08-28T23:01:57.253Z[ recovery-image] Aug 28 23:01:56.363 INFO O| Aug 28 23:01:56.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56492024-08-28T23:01:57.253Z[ recovery-image] Aug 28 23:01:56.363 INFO O| Aug 28 23:01:56.363 INFO STEP 543 (remove_files) COMPLETE
56502024-08-28T23:01:57.253Z[ recovery-image] Aug 28 23:01:56.363 INFO O| Aug 28 23:01:56.363 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-08-28T23:01:57.271Z[ recovery-image] Aug 28 23:01:56.382 INFO O| Aug 28 23:01:56.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56522024-08-28T23:01:57.271Z[ recovery-image] Aug 28 23:01:56.382 INFO O| Aug 28 23:01:56.382 INFO STEP 544 (remove_files) COMPLETE
56532024-08-28T23:01:57.274Z[ recovery-image] Aug 28 23:01:56.382 INFO O| Aug 28 23:01:56.382 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-08-28T23:01:57.289Z[ recovery-image] Aug 28 23:01:56.399 INFO O| Aug 28 23:01:56.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
56552024-08-28T23:01:57.289Z[ recovery-image] Aug 28 23:01:56.400 INFO O| Aug 28 23:01:56.399 INFO STEP 545 (remove_files) COMPLETE
56562024-08-28T23:01:57.291Z[ recovery-image] Aug 28 23:01:56.400 INFO O| Aug 28 23:01:56.400 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-08-28T23:01:57.305Z[ recovery-image] Aug 28 23:01:56.416 INFO O| Aug 28 23:01:56.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
56582024-08-28T23:01:57.305Z[ recovery-image] Aug 28 23:01:56.417 INFO O| Aug 28 23:01:56.417 INFO STEP 546 (remove_files) COMPLETE
56592024-08-28T23:01:57.308Z[ recovery-image] Aug 28 23:01:56.417 INFO O| Aug 28 23:01:56.417 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-08-28T23:01:57.322Z[ recovery-image] Aug 28 23:01:56.433 INFO O| Aug 28 23:01:56.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
56612024-08-28T23:01:57.322Z[ recovery-image] Aug 28 23:01:56.433 INFO O| Aug 28 23:01:56.433 INFO STEP 547 (remove_files) COMPLETE
56622024-08-28T23:01:57.322Z[ recovery-image] Aug 28 23:01:56.433 INFO O| Aug 28 23:01:56.433 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-08-28T23:01:57.340Z[ recovery-image] Aug 28 23:01:56.451 INFO O| Aug 28 23:01:56.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
56642024-08-28T23:01:57.340Z[ recovery-image] Aug 28 23:01:56.451 INFO O| Aug 28 23:01:56.451 INFO STEP 548 (remove_files) COMPLETE
56652024-08-28T23:01:57.343Z[ recovery-image] Aug 28 23:01:56.451 INFO O| Aug 28 23:01:56.451 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-08-28T23:01:57.374Z[ recovery-image] Aug 28 23:01:56.485 INFO O| Aug 28 23:01:56.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
56672024-08-28T23:01:57.374Z[ recovery-image] Aug 28 23:01:56.485 INFO O| Aug 28 23:01:56.485 INFO STEP 549 (remove_files) COMPLETE
56682024-08-28T23:01:57.375Z[ recovery-image] Aug 28 23:01:56.486 INFO O| Aug 28 23:01:56.485 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-08-28T23:01:57.393Z[ recovery-image] Aug 28 23:01:56.504 INFO O| Aug 28 23:01:56.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
56702024-08-28T23:01:57.393Z[ recovery-image] Aug 28 23:01:56.504 INFO O| Aug 28 23:01:56.504 INFO STEP 550 (remove_files) COMPLETE
56712024-08-28T23:01:57.393Z[ recovery-image] Aug 28 23:01:56.504 INFO O| Aug 28 23:01:56.504 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-08-28T23:01:57.410Z[ recovery-image] Aug 28 23:01:56.521 INFO O| Aug 28 23:01:56.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56732024-08-28T23:01:57.410Z[ recovery-image] Aug 28 23:01:56.521 INFO O| Aug 28 23:01:56.521 INFO STEP 551 (remove_files) COMPLETE
56742024-08-28T23:01:57.413Z[ recovery-image] Aug 28 23:01:56.521 INFO O| Aug 28 23:01:56.521 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-08-28T23:01:57.434Z[ recovery-image] Aug 28 23:01:56.545 INFO O| Aug 28 23:01:56.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
56762024-08-28T23:01:57.434Z[ recovery-image] Aug 28 23:01:56.545 INFO O| Aug 28 23:01:56.545 INFO STEP 552 (remove_files) COMPLETE
56772024-08-28T23:01:57.437Z[ recovery-image] Aug 28 23:01:56.545 INFO O| Aug 28 23:01:56.545 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-08-28T23:01:57.501Z[ recovery-image] Aug 28 23:01:56.612 INFO O| Aug 28 23:01:56.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
56792024-08-28T23:01:57.501Z[ recovery-image] Aug 28 23:01:56.612 INFO O| Aug 28 23:01:56.612 INFO STEP 553 (remove_files) COMPLETE
56802024-08-28T23:01:57.501Z[ recovery-image] Aug 28 23:01:56.612 INFO O| Aug 28 23:01:56.612 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-08-28T23:01:57.521Z[ recovery-image] Aug 28 23:01:56.632 INFO O| Aug 28 23:01:56.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
56822024-08-28T23:01:57.523Z[ recovery-image] Aug 28 23:01:56.632 INFO O| Aug 28 23:01:56.632 INFO STEP 554 (remove_files) COMPLETE
56832024-08-28T23:01:57.524Z[ recovery-image] Aug 28 23:01:56.632 INFO O| Aug 28 23:01:56.632 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-08-28T23:01:57.541Z[ recovery-image] Aug 28 23:01:56.652 INFO O| Aug 28 23:01:56.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
56852024-08-28T23:01:57.546Z[ recovery-image] Aug 28 23:01:56.657 INFO O| Aug 28 23:01:56.657 INFO STEP 555 (remove_files) COMPLETE
56862024-08-28T23:01:57.546Z[ recovery-image] Aug 28 23:01:56.657 INFO O| Aug 28 23:01:56.657 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-08-28T23:01:57.566Z[ recovery-image] Aug 28 23:01:56.677 INFO O| Aug 28 23:01:56.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
56882024-08-28T23:01:57.566Z[ recovery-image] Aug 28 23:01:56.677 INFO O| Aug 28 23:01:56.677 INFO STEP 556 (remove_files) COMPLETE
56892024-08-28T23:01:57.566Z[ recovery-image] Aug 28 23:01:56.677 INFO O| Aug 28 23:01:56.677 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-08-28T23:01:57.589Z[ recovery-image] Aug 28 23:01:56.700 INFO O| Aug 28 23:01:56.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
56912024-08-28T23:01:57.589Z[ recovery-image] Aug 28 23:01:56.700 INFO O| Aug 28 23:01:56.700 INFO STEP 557 (remove_files) COMPLETE
56922024-08-28T23:01:57.592Z[ recovery-image] Aug 28 23:01:56.700 INFO O| Aug 28 23:01:56.700 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-08-28T23:01:57.629Z[ recovery-image] Aug 28 23:01:56.740 INFO O| Aug 28 23:01:56.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
56942024-08-28T23:01:57.629Z[ recovery-image] Aug 28 23:01:56.740 INFO O| Aug 28 23:01:56.740 INFO STEP 558 (remove_files) COMPLETE
56952024-08-28T23:01:57.633Z[ recovery-image] Aug 28 23:01:56.740 INFO O| Aug 28 23:01:56.740 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-08-28T23:01:57.653Z[ recovery-image] Aug 28 23:01:56.764 INFO O| Aug 28 23:01:56.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
56972024-08-28T23:01:57.653Z[ recovery-image] Aug 28 23:01:56.764 INFO O| Aug 28 23:01:56.764 INFO STEP 559 (remove_files) COMPLETE
56982024-08-28T23:01:57.653Z[ recovery-image] Aug 28 23:01:56.764 INFO O| Aug 28 23:01:56.764 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-08-28T23:01:57.685Z[ recovery-image] Aug 28 23:01:56.796 INFO O| Aug 28 23:01:56.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
57002024-08-28T23:01:57.685Z[ recovery-image] Aug 28 23:01:56.796 INFO O| Aug 28 23:01:56.796 INFO STEP 560 (remove_files) COMPLETE
57012024-08-28T23:01:57.685Z[ recovery-image] Aug 28 23:01:56.797 INFO O| Aug 28 23:01:56.796 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-08-28T23:01:57.704Z[ recovery-image] Aug 28 23:01:56.815 INFO O| Aug 28 23:01:56.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
57032024-08-28T23:01:57.704Z[ recovery-image] Aug 28 23:01:56.815 INFO O| Aug 28 23:01:56.815 INFO STEP 561 (remove_files) COMPLETE
57042024-08-28T23:01:57.707Z[ recovery-image] Aug 28 23:01:56.815 INFO O| Aug 28 23:01:56.815 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-08-28T23:01:57.722Z[ recovery-image] Aug 28 23:01:56.833 INFO O| Aug 28 23:01:56.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
57062024-08-28T23:01:57.722Z[ recovery-image] Aug 28 23:01:56.834 INFO O| Aug 28 23:01:56.834 INFO STEP 562 (remove_files) COMPLETE
57072024-08-28T23:01:57.723Z[ recovery-image] Aug 28 23:01:56.834 INFO O| Aug 28 23:01:56.834 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-08-28T23:01:57.740Z[ recovery-image] Aug 28 23:01:56.851 INFO O| Aug 28 23:01:56.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
57092024-08-28T23:01:57.740Z[ recovery-image] Aug 28 23:01:56.851 INFO O| Aug 28 23:01:56.851 INFO STEP 563 (remove_files) COMPLETE
57102024-08-28T23:01:57.740Z[ recovery-image] Aug 28 23:01:56.851 INFO O| Aug 28 23:01:56.851 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-08-28T23:01:57.758Z[ recovery-image] Aug 28 23:01:56.869 INFO O| Aug 28 23:01:56.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57122024-08-28T23:01:57.758Z[ recovery-image] Aug 28 23:01:56.869 INFO O| Aug 28 23:01:56.869 INFO STEP 564 (remove_files) COMPLETE
57132024-08-28T23:01:57.761Z[ recovery-image] Aug 28 23:01:56.869 INFO O| Aug 28 23:01:56.869 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-08-28T23:01:57.776Z[ recovery-image] Aug 28 23:01:56.886 INFO O| Aug 28 23:01:56.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57152024-08-28T23:01:57.776Z[ recovery-image] Aug 28 23:01:56.886 INFO O| Aug 28 23:01:56.886 INFO STEP 565 (remove_files) COMPLETE
57162024-08-28T23:01:57.776Z[ recovery-image] Aug 28 23:01:56.886 INFO O| Aug 28 23:01:56.886 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-08-28T23:01:57.811Z[ recovery-image] Aug 28 23:01:56.922 INFO O| Aug 28 23:01:56.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57182024-08-28T23:01:57.811Z[ recovery-image] Aug 28 23:01:56.922 INFO O| Aug 28 23:01:56.922 INFO STEP 566 (remove_files) COMPLETE
57192024-08-28T23:01:57.814Z[ recovery-image] Aug 28 23:01:56.922 INFO O| Aug 28 23:01:56.922 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-08-28T23:01:57.863Z[ recovery-image] Aug 28 23:01:56.973 INFO O| Aug 28 23:01:56.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57212024-08-28T23:01:57.863Z[ recovery-image] Aug 28 23:01:56.973 INFO O| Aug 28 23:01:56.973 INFO STEP 567 (remove_files) COMPLETE
57222024-08-28T23:01:57.863Z[ recovery-image] Aug 28 23:01:56.973 INFO O| Aug 28 23:01:56.973 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-08-28T23:01:57.881Z[ recovery-image] Aug 28 23:01:56.992 INFO O| Aug 28 23:01:56.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57242024-08-28T23:01:57.881Z[ recovery-image] Aug 28 23:01:56.992 INFO O| Aug 28 23:01:56.992 INFO STEP 568 (remove_files) COMPLETE
57252024-08-28T23:01:57.884Z[ recovery-image] Aug 28 23:01:56.992 INFO O| Aug 28 23:01:56.992 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-08-28T23:01:57.902Z[ recovery-image] Aug 28 23:01:57.013 INFO O| Aug 28 23:01:57.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57272024-08-28T23:01:57.902Z[ recovery-image] Aug 28 23:01:57.014 INFO O| Aug 28 23:01:57.013 INFO STEP 569 (remove_files) COMPLETE
57282024-08-28T23:01:57.902Z[ recovery-image] Aug 28 23:01:57.014 INFO O| Aug 28 23:01:57.014 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-08-28T23:01:57.927Z[ recovery-image] Aug 28 23:01:57.038 INFO O| Aug 28 23:01:57.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57302024-08-28T23:01:57.930Z[ recovery-image] Aug 28 23:01:57.038 INFO O| Aug 28 23:01:57.038 INFO STEP 570 (remove_files) COMPLETE
57312024-08-28T23:01:57.930Z[ recovery-image] Aug 28 23:01:57.038 INFO O| Aug 28 23:01:57.038 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-08-28T23:01:57.956Z[ recovery-image] Aug 28 23:01:57.067 INFO O| Aug 28 23:01:57.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57332024-08-28T23:01:57.958Z[ recovery-image] Aug 28 23:01:57.067 INFO O| Aug 28 23:01:57.067 INFO STEP 571 (remove_files) COMPLETE
57342024-08-28T23:01:57.959Z[ recovery-image] Aug 28 23:01:57.067 INFO O| Aug 28 23:01:57.067 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-08-28T23:01:58.027Z[ recovery-image] Aug 28 23:01:57.138 INFO O| Aug 28 23:01:57.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57362024-08-28T23:01:58.027Z[ recovery-image] Aug 28 23:01:57.138 INFO O| Aug 28 23:01:57.138 INFO STEP 572 (remove_files) COMPLETE
57372024-08-28T23:01:58.029Z[ recovery-image] Aug 28 23:01:57.138 INFO O| Aug 28 23:01:57.138 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-08-28T23:01:58.108Z[ recovery-image] Aug 28 23:01:57.219 INFO O| Aug 28 23:01:57.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57392024-08-28T23:01:58.108Z[ recovery-image] Aug 28 23:01:57.219 INFO O| Aug 28 23:01:57.219 INFO STEP 573 (remove_files) COMPLETE
57402024-08-28T23:01:58.108Z[ recovery-image] Aug 28 23:01:57.219 INFO O| Aug 28 23:01:57.219 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-08-28T23:01:58.140Z[ recovery-image] Aug 28 23:01:57.251 INFO O| Aug 28 23:01:57.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57422024-08-28T23:01:58.140Z[ recovery-image] Aug 28 23:01:57.251 INFO O| Aug 28 23:01:57.251 INFO STEP 574 (remove_files) COMPLETE
57432024-08-28T23:01:58.143Z[ recovery-image] Aug 28 23:01:57.252 INFO O| Aug 28 23:01:57.251 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-08-28T23:01:58.164Z[ recovery-image] Aug 28 23:01:57.275 INFO O| Aug 28 23:01:57.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57452024-08-28T23:01:58.164Z[ recovery-image] Aug 28 23:01:57.275 INFO O| Aug 28 23:01:57.275 INFO STEP 575 (remove_files) COMPLETE
57462024-08-28T23:01:58.164Z[ recovery-image] Aug 28 23:01:57.275 INFO O| Aug 28 23:01:57.275 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-08-28T23:01:58.182Z[ recovery-image] Aug 28 23:01:57.293 INFO O| Aug 28 23:01:57.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57482024-08-28T23:01:58.182Z[ recovery-image] Aug 28 23:01:57.293 INFO O| Aug 28 23:01:57.293 INFO STEP 576 (remove_files) COMPLETE
57492024-08-28T23:01:58.182Z[ recovery-image] Aug 28 23:01:57.293 INFO O| Aug 28 23:01:57.293 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-08-28T23:01:58.205Z[ recovery-image] Aug 28 23:01:57.314 INFO O| Aug 28 23:01:57.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57512024-08-28T23:01:58.205Z[ recovery-image] Aug 28 23:01:57.315 INFO O| Aug 28 23:01:57.314 INFO STEP 577 (remove_files) COMPLETE
57522024-08-28T23:01:58.208Z[ recovery-image] Aug 28 23:01:57.315 INFO O| Aug 28 23:01:57.314 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-08-28T23:01:58.246Z[ recovery-image] Aug 28 23:01:57.357 INFO O| Aug 28 23:01:57.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
57542024-08-28T23:01:58.246Z[ recovery-image] Aug 28 23:01:57.357 INFO O| Aug 28 23:01:57.357 INFO STEP 578 (remove_files) COMPLETE
57552024-08-28T23:01:58.249Z[ recovery-image] Aug 28 23:01:57.358 INFO O| Aug 28 23:01:57.357 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-08-28T23:01:58.265Z[ recovery-image] Aug 28 23:01:57.376 INFO O| Aug 28 23:01:57.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
57572024-08-28T23:01:58.268Z[ recovery-image] Aug 28 23:01:57.377 INFO O| Aug 28 23:01:57.377 INFO STEP 579 (remove_files) COMPLETE
57582024-08-28T23:01:58.268Z[ recovery-image] Aug 28 23:01:57.377 INFO O| Aug 28 23:01:57.377 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-08-28T23:01:58.285Z[ recovery-image] Aug 28 23:01:57.395 INFO O| Aug 28 23:01:57.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
57602024-08-28T23:01:58.287Z[ recovery-image] Aug 28 23:01:57.396 INFO O| Aug 28 23:01:57.396 INFO STEP 580 (remove_files) COMPLETE
57612024-08-28T23:01:58.287Z[ recovery-image] Aug 28 23:01:57.396 INFO O| Aug 28 23:01:57.396 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-08-28T23:01:58.304Z[ recovery-image] Aug 28 23:01:57.415 INFO O| Aug 28 23:01:57.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
57632024-08-28T23:01:58.304Z[ recovery-image] Aug 28 23:01:57.415 INFO O| Aug 28 23:01:57.415 INFO STEP 581 (remove_files) COMPLETE
57642024-08-28T23:01:58.304Z[ recovery-image] Aug 28 23:01:57.415 INFO O| Aug 28 23:01:57.415 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-08-28T23:01:58.323Z[ recovery-image] Aug 28 23:01:57.434 INFO O| Aug 28 23:01:57.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
57662024-08-28T23:01:58.347Z[ recovery-image] Aug 28 23:01:57.458 INFO O| Aug 28 23:01:57.458 INFO STEP 582 (remove_files) COMPLETE
57672024-08-28T23:01:58.347Z[ recovery-image] Aug 28 23:01:57.458 INFO O| Aug 28 23:01:57.458 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-08-28T23:01:58.408Z[ recovery-image] Aug 28 23:01:57.519 INFO O| Aug 28 23:01:57.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
57692024-08-28T23:01:58.408Z[ recovery-image] Aug 28 23:01:57.519 INFO O| Aug 28 23:01:57.519 INFO STEP 583 (remove_files) COMPLETE
57702024-08-28T23:01:58.408Z[ recovery-image] Aug 28 23:01:57.519 INFO O| Aug 28 23:01:57.519 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-08-28T23:01:58.470Z[ recovery-image] Aug 28 23:01:57.581 INFO O| Aug 28 23:01:57.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57722024-08-28T23:01:58.495Z[ recovery-image] Aug 28 23:01:57.606 INFO O| Aug 28 23:01:57.606 INFO STEP 584 (remove_files) COMPLETE
57732024-08-28T23:01:58.495Z[ recovery-image] Aug 28 23:01:57.606 INFO O| Aug 28 23:01:57.606 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-08-28T23:01:58.550Z[ recovery-image] Aug 28 23:01:57.661 INFO O| Aug 28 23:01:57.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
57752024-08-28T23:01:58.550Z[ recovery-image] Aug 28 23:01:57.661 INFO O| Aug 28 23:01:57.661 INFO STEP 585 (remove_files) COMPLETE
57762024-08-28T23:01:58.552Z[ recovery-image] Aug 28 23:01:57.661 INFO O| Aug 28 23:01:57.661 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-08-28T23:01:58.577Z[ recovery-image] Aug 28 23:01:57.688 INFO O| Aug 28 23:01:57.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
57782024-08-28T23:01:58.577Z[ recovery-image] Aug 28 23:01:57.688 INFO O| Aug 28 23:01:57.688 INFO STEP 586 (remove_files) COMPLETE
57792024-08-28T23:01:58.577Z[ recovery-image] Aug 28 23:01:57.688 INFO O| Aug 28 23:01:57.688 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-08-28T23:01:58.598Z[ recovery-image] Aug 28 23:01:57.709 INFO O| Aug 28 23:01:57.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
57812024-08-28T23:01:58.601Z[ recovery-image] Aug 28 23:01:57.709 INFO O| Aug 28 23:01:57.709 INFO STEP 587 (remove_files) COMPLETE
57822024-08-28T23:01:58.601Z[ recovery-image] Aug 28 23:01:57.709 INFO O| Aug 28 23:01:57.709 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-08-28T23:01:58.617Z[ recovery-image] Aug 28 23:01:57.728 INFO O| Aug 28 23:01:57.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
57842024-08-28T23:01:58.620Z[ recovery-image] Aug 28 23:01:57.729 INFO O| Aug 28 23:01:57.729 INFO STEP 588 (remove_files) COMPLETE
57852024-08-28T23:01:58.620Z[ recovery-image] Aug 28 23:01:57.729 INFO O| Aug 28 23:01:57.729 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-08-28T23:01:58.637Z[ recovery-image] Aug 28 23:01:57.747 INFO O| Aug 28 23:01:57.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
57872024-08-28T23:01:58.637Z[ recovery-image] Aug 28 23:01:57.747 INFO O| Aug 28 23:01:57.747 INFO STEP 589 (remove_files) COMPLETE
57882024-08-28T23:01:58.637Z[ recovery-image] Aug 28 23:01:57.747 INFO O| Aug 28 23:01:57.747 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-08-28T23:01:58.710Z[ recovery-image] Aug 28 23:01:57.821 INFO O| Aug 28 23:01:57.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
57902024-08-28T23:01:58.713Z[ recovery-image] Aug 28 23:01:57.821 INFO O| Aug 28 23:01:57.821 INFO STEP 590 (remove_files) COMPLETE
57912024-08-28T23:01:58.713Z[ recovery-image] Aug 28 23:01:57.821 INFO O| Aug 28 23:01:57.821 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-08-28T23:01:58.747Z[ recovery-image] Aug 28 23:01:57.858 INFO O| Aug 28 23:01:57.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
57932024-08-28T23:01:58.750Z[ recovery-image] Aug 28 23:01:57.859 INFO O| Aug 28 23:01:57.859 INFO STEP 591 (remove_files) COMPLETE
57942024-08-28T23:01:58.750Z[ recovery-image] Aug 28 23:01:57.859 INFO O| Aug 28 23:01:57.859 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-08-28T23:01:58.766Z[ recovery-image] Aug 28 23:01:57.877 INFO O| Aug 28 23:01:57.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
57962024-08-28T23:01:58.769Z[ recovery-image] Aug 28 23:01:57.877 INFO O| Aug 28 23:01:57.877 INFO STEP 592 (remove_files) COMPLETE
57972024-08-28T23:01:58.769Z[ recovery-image] Aug 28 23:01:57.877 INFO O| Aug 28 23:01:57.877 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-08-28T23:01:58.784Z[ recovery-image] Aug 28 23:01:57.895 INFO O| Aug 28 23:01:57.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
57992024-08-28T23:01:58.787Z[ recovery-image] Aug 28 23:01:57.896 INFO O| Aug 28 23:01:57.896 INFO STEP 593 (remove_files) COMPLETE
58002024-08-28T23:01:58.787Z[ recovery-image] Aug 28 23:01:57.896 INFO O| Aug 28 23:01:57.896 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-08-28T23:01:58.805Z[ recovery-image] Aug 28 23:01:57.916 INFO O| Aug 28 23:01:57.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
58022024-08-28T23:01:58.808Z[ recovery-image] Aug 28 23:01:57.916 INFO O| Aug 28 23:01:57.916 INFO STEP 594 (remove_files) COMPLETE
58032024-08-28T23:01:58.808Z[ recovery-image] Aug 28 23:01:57.916 INFO O| Aug 28 23:01:57.916 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-08-28T23:01:58.827Z[ recovery-image] Aug 28 23:01:57.938 INFO O| Aug 28 23:01:57.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
58052024-08-28T23:01:58.827Z[ recovery-image] Aug 28 23:01:57.938 INFO O| Aug 28 23:01:57.938 INFO STEP 595 (remove_files) COMPLETE
58062024-08-28T23:01:58.827Z[ recovery-image] Aug 28 23:01:57.938 INFO O| Aug 28 23:01:57.938 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-08-28T23:01:58.847Z[ recovery-image] Aug 28 23:01:57.958 INFO O| Aug 28 23:01:57.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
58082024-08-28T23:01:58.847Z[ recovery-image] Aug 28 23:01:57.958 INFO O| Aug 28 23:01:57.958 INFO STEP 596 (remove_files) COMPLETE
58092024-08-28T23:01:58.847Z[ recovery-image] Aug 28 23:01:57.958 INFO O| Aug 28 23:01:57.958 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-08-28T23:01:58.868Z[ recovery-image] Aug 28 23:01:57.979 INFO O| Aug 28 23:01:57.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58112024-08-28T23:01:58.868Z[ recovery-image] Aug 28 23:01:57.979 INFO O| Aug 28 23:01:57.979 INFO STEP 597 (remove_files) COMPLETE
58122024-08-28T23:01:58.868Z[ recovery-image] Aug 28 23:01:57.979 INFO O| Aug 28 23:01:57.979 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-08-28T23:01:58.906Z[ recovery-image] Aug 28 23:01:58.017 INFO O| Aug 28 23:01:58.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58142024-08-28T23:01:58.906Z[ recovery-image] Aug 28 23:01:58.017 INFO O| Aug 28 23:01:58.017 INFO STEP 598 (remove_files) COMPLETE
58152024-08-28T23:01:58.910Z[ recovery-image] Aug 28 23:01:58.017 INFO O| Aug 28 23:01:58.017 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-08-28T23:01:58.926Z[ recovery-image] Aug 28 23:01:58.037 INFO O| Aug 28 23:01:58.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58172024-08-28T23:01:58.929Z[ recovery-image] Aug 28 23:01:58.037 INFO O| Aug 28 23:01:58.037 INFO STEP 599 (remove_files) COMPLETE
58182024-08-28T23:01:58.929Z[ recovery-image] Aug 28 23:01:58.038 INFO O| Aug 28 23:01:58.037 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-08-28T23:01:58.947Z[ recovery-image] Aug 28 23:01:58.058 INFO O| Aug 28 23:01:58.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58202024-08-28T23:01:58.949Z[ recovery-image] Aug 28 23:01:58.058 INFO O| Aug 28 23:01:58.058 INFO STEP 600 (remove_files) COMPLETE
58212024-08-28T23:01:58.949Z[ recovery-image] Aug 28 23:01:58.058 INFO O| Aug 28 23:01:58.058 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-08-28T23:01:58.965Z[ recovery-image] Aug 28 23:01:58.077 INFO O| Aug 28 23:01:58.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58232024-08-28T23:01:58.968Z[ recovery-image] Aug 28 23:01:58.077 INFO O| Aug 28 23:01:58.077 INFO STEP 601 (remove_files) COMPLETE
58242024-08-28T23:01:58.968Z[ recovery-image] Aug 28 23:01:58.077 INFO O| Aug 28 23:01:58.077 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-08-28T23:01:58.983Z[ recovery-image] Aug 28 23:01:58.094 INFO O| Aug 28 23:01:58.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58262024-08-28T23:01:58.986Z[ recovery-image] Aug 28 23:01:58.095 INFO O| Aug 28 23:01:58.095 INFO STEP 602 (remove_files) COMPLETE
58272024-08-28T23:01:58.986Z[ recovery-image] Aug 28 23:01:58.095 INFO O| Aug 28 23:01:58.095 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-08-28T23:01:59.001Z[ recovery-image] Aug 28 23:01:58.112 INFO O| Aug 28 23:01:58.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58292024-08-28T23:01:59.004Z[ recovery-image] Aug 28 23:01:58.112 INFO O| Aug 28 23:01:58.112 INFO STEP 603 (remove_files) COMPLETE
58302024-08-28T23:01:59.004Z[ recovery-image] Aug 28 23:01:58.112 INFO O| Aug 28 23:01:58.112 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-08-28T23:01:59.037Z[ recovery-image] Aug 28 23:01:58.148 INFO O| Aug 28 23:01:58.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58322024-08-28T23:01:59.037Z[ recovery-image] Aug 28 23:01:58.148 INFO O| Aug 28 23:01:58.148 INFO STEP 604 (remove_files) COMPLETE
58332024-08-28T23:01:59.037Z[ recovery-image] Aug 28 23:01:58.148 INFO O| Aug 28 23:01:58.148 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-08-28T23:01:59.056Z[ recovery-image] Aug 28 23:01:58.167 INFO O| Aug 28 23:01:58.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58352024-08-28T23:01:59.056Z[ recovery-image] Aug 28 23:01:58.167 INFO O| Aug 28 23:01:58.167 INFO STEP 605 (remove_files) COMPLETE
58362024-08-28T23:01:59.056Z[ recovery-image] Aug 28 23:01:58.167 INFO O| Aug 28 23:01:58.167 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-08-28T23:01:59.084Z[ recovery-image] Aug 28 23:01:58.194 INFO O| Aug 28 23:01:58.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
58382024-08-28T23:01:59.084Z[ recovery-image] Aug 28 23:01:58.194 INFO O| Aug 28 23:01:58.194 INFO STEP 606 (remove_files) COMPLETE
58392024-08-28T23:01:59.084Z[ recovery-image] Aug 28 23:01:58.194 INFO O| Aug 28 23:01:58.194 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-08-28T23:01:59.102Z[ recovery-image] Aug 28 23:01:58.214 INFO O| Aug 28 23:01:58.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
58412024-08-28T23:01:59.102Z[ recovery-image] Aug 28 23:01:58.214 INFO O| Aug 28 23:01:58.214 INFO STEP 607 (remove_files) COMPLETE
58422024-08-28T23:01:59.102Z[ recovery-image] Aug 28 23:01:58.214 INFO O| Aug 28 23:01:58.214 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-08-28T23:01:59.122Z[ recovery-image] Aug 28 23:01:58.233 INFO O| Aug 28 23:01:58.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58442024-08-28T23:01:59.122Z[ recovery-image] Aug 28 23:01:58.233 INFO O| Aug 28 23:01:58.233 INFO STEP 608 (remove_files) COMPLETE
58452024-08-28T23:01:59.125Z[ recovery-image] Aug 28 23:01:58.233 INFO O| Aug 28 23:01:58.233 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-08-28T23:01:59.141Z[ recovery-image] Aug 28 23:01:58.252 INFO O| Aug 28 23:01:58.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58472024-08-28T23:01:59.141Z[ recovery-image] Aug 28 23:01:58.253 INFO O| Aug 28 23:01:58.253 INFO STEP 609 (remove_files) COMPLETE
58482024-08-28T23:01:59.141Z[ recovery-image] Aug 28 23:01:58.253 INFO O| Aug 28 23:01:58.253 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-08-28T23:01:59.161Z[ recovery-image] Aug 28 23:01:58.272 INFO O| Aug 28 23:01:58.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58502024-08-28T23:01:59.161Z[ recovery-image] Aug 28 23:01:58.272 INFO O| Aug 28 23:01:58.272 INFO STEP 610 (remove_files) COMPLETE
58512024-08-28T23:01:59.161Z[ recovery-image] Aug 28 23:01:58.272 INFO O| Aug 28 23:01:58.272 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-08-28T23:01:59.180Z[ recovery-image] Aug 28 23:01:58.291 INFO O| Aug 28 23:01:58.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
58532024-08-28T23:01:59.201Z[ recovery-image] Aug 28 23:01:58.312 INFO O| Aug 28 23:01:58.312 INFO STEP 611 (remove_files) COMPLETE
58542024-08-28T23:01:59.201Z[ recovery-image] Aug 28 23:01:58.312 INFO O| Aug 28 23:01:58.312 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-08-28T23:01:59.227Z[ host-image] Aug 28 23:01:58.339 INFO O| Aug 28 23:01:58.338 INFO O| Planning: Solver setup ... Done
58562024-08-28T23:01:59.233Z[ host-image] Aug 28 23:01:58.344 INFO O| Aug 28 23:01:58.344 INFO O| Planning: Running solver ... Done
58572024-08-28T23:01:59.288Z[ host-image] Aug 28 23:01:58.399 INFO O| Aug 28 23:01:58.399 INFO O| Planning: Finding local manifests ... Done
58582024-08-28T23:01:59.291Z[ host-image] Aug 28 23:01:58.400 INFO O| Aug 28 23:01:58.400 INFO O| Planning: Fetching manifests: 0/1 0% complete
58592024-08-28T23:01:59.320Z[ recovery-image] Aug 28 23:01:58.431 INFO O| Aug 28 23:01:58.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
58602024-08-28T23:01:59.320Z[ recovery-image] Aug 28 23:01:58.431 INFO O| Aug 28 23:01:58.431 INFO STEP 612 (remove_files) COMPLETE
58612024-08-28T23:01:59.320Z[ recovery-image] Aug 28 23:01:58.431 INFO O| Aug 28 23:01:58.431 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-08-28T23:01:59.339Z[ recovery-image] Aug 28 23:01:58.451 INFO O| Aug 28 23:01:58.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
58632024-08-28T23:01:59.340Z[ recovery-image] Aug 28 23:01:58.451 INFO O| Aug 28 23:01:58.451 INFO STEP 613 (remove_files) COMPLETE
58642024-08-28T23:01:59.342Z[ recovery-image] Aug 28 23:01:58.451 INFO O| Aug 28 23:01:58.451 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-08-28T23:01:59.357Z[ recovery-image] Aug 28 23:01:58.469 INFO O| Aug 28 23:01:58.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
58662024-08-28T23:01:59.358Z[ recovery-image] Aug 28 23:01:58.469 INFO O| Aug 28 23:01:58.469 INFO STEP 614 (remove_files) COMPLETE
58672024-08-28T23:01:59.358Z[ recovery-image] Aug 28 23:01:58.469 INFO O| Aug 28 23:01:58.469 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-08-28T23:01:59.375Z[ recovery-image] Aug 28 23:01:58.487 INFO O| Aug 28 23:01:58.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
58692024-08-28T23:01:59.375Z[ recovery-image] Aug 28 23:01:58.487 INFO O| Aug 28 23:01:58.487 INFO STEP 615 (remove_files) COMPLETE
58702024-08-28T23:01:59.375Z[ recovery-image] Aug 28 23:01:58.487 INFO O| Aug 28 23:01:58.487 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-08-28T23:01:59.401Z[ recovery-image] Aug 28 23:01:58.512 INFO O| Aug 28 23:01:58.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
58722024-08-28T23:01:59.404Z[ recovery-image] Aug 28 23:01:58.512 INFO O| Aug 28 23:01:58.512 INFO STEP 616 (remove_files) COMPLETE
58732024-08-28T23:01:59.404Z[ recovery-image] Aug 28 23:01:58.513 INFO O| Aug 28 23:01:58.513 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-08-28T23:01:59.415Z[ host-image] Aug 28 23:01:58.526 INFO O| Aug 28 23:01:58.526 INFO O| Planning: Fetching manifests: 1/1 100% complete
58752024-08-28T23:01:59.421Z[ recovery-image] Aug 28 23:01:58.532 INFO O| Aug 28 23:01:58.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
58762024-08-28T23:01:59.423Z[ recovery-image] Aug 28 23:01:58.532 INFO O| Aug 28 23:01:58.532 INFO STEP 617 (remove_files) COMPLETE
58772024-08-28T23:01:59.423Z[ recovery-image] Aug 28 23:01:58.532 INFO O| Aug 28 23:01:58.532 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-08-28T23:01:59.439Z[ recovery-image] Aug 28 23:01:58.550 INFO O| Aug 28 23:01:58.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
58792024-08-28T23:01:59.442Z[ recovery-image] Aug 28 23:01:58.551 INFO O| Aug 28 23:01:58.551 INFO STEP 618 (remove_files) COMPLETE
58802024-08-28T23:01:59.442Z[ recovery-image] Aug 28 23:01:58.551 INFO O| Aug 28 23:01:58.551 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-08-28T23:01:59.445Z[ host-image] Aug 28 23:01:58.556 INFO O| Aug 28 23:01:58.556 INFO O| Planning: Package planning ... Done
58822024-08-28T23:01:59.448Z[ host-image] Aug 28 23:01:58.557 INFO O| Aug 28 23:01:58.557 INFO O| Planning: Merging actions ... Done
58832024-08-28T23:01:59.464Z[ recovery-image] Aug 28 23:01:58.575 INFO O| Aug 28 23:01:58.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
58842024-08-28T23:01:59.466Z[ recovery-image] Aug 28 23:01:58.575 INFO O| Aug 28 23:01:58.575 INFO STEP 619 (remove_files) COMPLETE
58852024-08-28T23:01:59.467Z[ recovery-image] Aug 28 23:01:58.575 INFO O| Aug 28 23:01:58.575 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-08-28T23:01:59.483Z[ recovery-image] Aug 28 23:01:58.594 INFO O| Aug 28 23:01:58.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
58872024-08-28T23:01:59.486Z[ recovery-image] Aug 28 23:01:58.594 INFO O| Aug 28 23:01:58.594 INFO STEP 620 (remove_files) COMPLETE
58882024-08-28T23:01:59.486Z[ recovery-image] Aug 28 23:01:58.594 INFO O| Aug 28 23:01:58.594 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-08-28T23:01:59.520Z[ recovery-image] Aug 28 23:01:58.631 INFO O| Aug 28 23:01:58.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
58902024-08-28T23:01:59.520Z[ recovery-image] Aug 28 23:01:58.631 INFO O| Aug 28 23:01:58.631 INFO STEP 621 (remove_files) COMPLETE
58912024-08-28T23:01:59.520Z[ recovery-image] Aug 28 23:01:58.631 INFO O| Aug 28 23:01:58.631 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-08-28T23:01:59.538Z[ recovery-image] Aug 28 23:01:58.649 INFO O| Aug 28 23:01:58.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
58932024-08-28T23:01:59.538Z[ recovery-image] Aug 28 23:01:58.649 INFO O| Aug 28 23:01:58.649 INFO STEP 622 (remove_files) COMPLETE
58942024-08-28T23:01:59.538Z[ recovery-image] Aug 28 23:01:58.649 INFO O| Aug 28 23:01:58.649 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-08-28T23:01:59.568Z[ recovery-image] Aug 28 23:01:58.679 INFO O| Aug 28 23:01:58.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
58962024-08-28T23:01:59.568Z[ recovery-image] Aug 28 23:01:58.679 INFO O| Aug 28 23:01:58.679 INFO STEP 623 (remove_files) COMPLETE
58972024-08-28T23:01:59.568Z[ recovery-image] Aug 28 23:01:58.679 INFO O| Aug 28 23:01:58.679 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-08-28T23:01:59.599Z[ host-image] Aug 28 23:01:58.710 INFO O| Aug 28 23:01:58.710 INFO O| Planning: Checking for conflicting actions ... Done
58992024-08-28T23:01:59.602Z[ host-image] Aug 28 23:01:58.710 INFO O| Aug 28 23:01:58.710 INFO O| Planning: Consolidating action changes ... Done
59002024-08-28T23:01:59.604Z[ recovery-image] Aug 28 23:01:58.714 INFO O| Aug 28 23:01:58.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
59012024-08-28T23:01:59.604Z[ recovery-image] Aug 28 23:01:58.714 INFO O| Aug 28 23:01:58.714 INFO STEP 624 (remove_files) COMPLETE
59022024-08-28T23:01:59.604Z[ recovery-image] Aug 28 23:01:58.714 INFO O| Aug 28 23:01:58.714 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-08-28T23:01:59.633Z[ recovery-image] Aug 28 23:01:58.744 INFO O| Aug 28 23:01:58.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
59042024-08-28T23:01:59.636Z[ recovery-image] Aug 28 23:01:58.744 INFO O| Aug 28 23:01:58.744 INFO STEP 625 (remove_files) COMPLETE
59052024-08-28T23:01:59.636Z[ recovery-image] Aug 28 23:01:58.745 INFO O| Aug 28 23:01:58.744 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-08-28T23:01:59.651Z[ recovery-image] Aug 28 23:01:58.762 INFO O| Aug 28 23:01:58.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
59072024-08-28T23:01:59.654Z[ recovery-image] Aug 28 23:01:58.762 INFO O| Aug 28 23:01:58.762 INFO STEP 626 (remove_files) COMPLETE
59082024-08-28T23:01:59.654Z[ recovery-image] Aug 28 23:01:58.762 INFO O| Aug 28 23:01:58.762 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-08-28T23:01:59.669Z[ recovery-image] Aug 28 23:01:58.780 INFO O| Aug 28 23:01:58.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
59102024-08-28T23:01:59.672Z[ recovery-image] Aug 28 23:01:58.780 INFO O| Aug 28 23:01:58.780 INFO STEP 627 (remove_files) COMPLETE
59112024-08-28T23:01:59.672Z[ recovery-image] Aug 28 23:01:58.780 INFO O| Aug 28 23:01:58.780 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-08-28T23:01:59.690Z[ recovery-image] Aug 28 23:01:58.801 INFO O| Aug 28 23:01:58.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
59132024-08-28T23:01:59.690Z[ recovery-image] Aug 28 23:01:58.801 INFO O| Aug 28 23:01:58.801 INFO STEP 628 (remove_files) COMPLETE
59142024-08-28T23:01:59.690Z[ recovery-image] Aug 28 23:01:58.801 INFO O| Aug 28 23:01:58.801 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-08-28T23:01:59.711Z[ recovery-image] Aug 28 23:01:58.822 INFO O| Aug 28 23:01:58.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
59162024-08-28T23:01:59.711Z[ recovery-image] Aug 28 23:01:58.822 INFO O| Aug 28 23:01:58.822 INFO STEP 629 (remove_files) COMPLETE
59172024-08-28T23:01:59.713Z[ recovery-image] Aug 28 23:01:58.822 INFO O| Aug 28 23:01:58.822 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-08-28T23:01:59.731Z[ recovery-image] Aug 28 23:01:58.842 INFO O| Aug 28 23:01:58.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59192024-08-28T23:01:59.731Z[ recovery-image] Aug 28 23:01:58.842 INFO O| Aug 28 23:01:58.842 INFO STEP 630 (remove_files) COMPLETE
59202024-08-28T23:01:59.734Z[ recovery-image] Aug 28 23:01:58.842 INFO O| Aug 28 23:01:58.842 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-08-28T23:01:59.751Z[ recovery-image] Aug 28 23:01:58.862 INFO O| Aug 28 23:01:58.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59222024-08-28T23:01:59.751Z[ recovery-image] Aug 28 23:01:58.862 INFO O| Aug 28 23:01:58.862 INFO STEP 631 (remove_files) COMPLETE
59232024-08-28T23:01:59.754Z[ recovery-image] Aug 28 23:01:58.862 INFO O| Aug 28 23:01:58.862 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-08-28T23:01:59.789Z[ recovery-image] Aug 28 23:01:58.900 INFO O| Aug 28 23:01:58.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59252024-08-28T23:01:59.789Z[ recovery-image] Aug 28 23:01:58.900 INFO O| Aug 28 23:01:58.900 INFO STEP 632 (remove_files) COMPLETE
59262024-08-28T23:01:59.789Z[ recovery-image] Aug 28 23:01:58.900 INFO O| Aug 28 23:01:58.900 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-08-28T23:01:59.810Z[ recovery-image] Aug 28 23:01:58.921 INFO O| Aug 28 23:01:58.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59282024-08-28T23:01:59.810Z[ recovery-image] Aug 28 23:01:58.921 INFO O| Aug 28 23:01:58.921 INFO STEP 633 (remove_files) COMPLETE
59292024-08-28T23:01:59.812Z[ recovery-image] Aug 28 23:01:58.921 INFO O| Aug 28 23:01:58.921 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-08-28T23:01:59.853Z[ recovery-image] Aug 28 23:01:58.964 INFO O| Aug 28 23:01:58.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59312024-08-28T23:01:59.853Z[ recovery-image] Aug 28 23:01:58.964 INFO O| Aug 28 23:01:58.964 INFO STEP 634 (remove_files) COMPLETE
59322024-08-28T23:01:59.853Z[ recovery-image] Aug 28 23:01:58.964 INFO O| Aug 28 23:01:58.964 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-08-28T23:01:59.873Z[ recovery-image] Aug 28 23:01:58.985 INFO O| Aug 28 23:01:58.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59342024-08-28T23:01:59.873Z[ recovery-image] Aug 28 23:01:58.985 INFO O| Aug 28 23:01:58.985 INFO STEP 635 (remove_files) COMPLETE
59352024-08-28T23:01:59.876Z[ recovery-image] Aug 28 23:01:58.985 INFO O| Aug 28 23:01:58.985 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-08-28T23:01:59.898Z[ recovery-image] Aug 28 23:01:59.009 INFO O| Aug 28 23:01:59.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59372024-08-28T23:01:59.898Z[ recovery-image] Aug 28 23:01:59.009 INFO O| Aug 28 23:01:59.009 INFO STEP 636 (remove_files) COMPLETE
59382024-08-28T23:01:59.901Z[ recovery-image] Aug 28 23:01:59.009 INFO O| Aug 28 23:01:59.009 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-08-28T23:01:59.935Z[ recovery-image] Aug 28 23:01:59.046 INFO O| Aug 28 23:01:59.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59402024-08-28T23:01:59.937Z[ recovery-image] Aug 28 23:01:59.046 INFO O| Aug 28 23:01:59.046 INFO STEP 637 (remove_files) COMPLETE
59412024-08-28T23:01:59.937Z[ recovery-image] Aug 28 23:01:59.046 INFO O| Aug 28 23:01:59.046 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-08-28T23:01:59.955Z[ recovery-image] Aug 28 23:01:59.066 INFO O| Aug 28 23:01:59.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
59432024-08-28T23:01:59.957Z[ recovery-image] Aug 28 23:01:59.066 INFO O| Aug 28 23:01:59.066 INFO STEP 638 (remove_files) COMPLETE
59442024-08-28T23:01:59.957Z[ recovery-image] Aug 28 23:01:59.066 INFO O| Aug 28 23:01:59.066 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-08-28T23:01:59.967Z[ host-image] Aug 28 23:01:59.076 INFO O| Aug 28 23:01:59.076 INFO O| Planning: Evaluating mediators ... Done
59462024-08-28T23:01:59.970Z[ host-image] Aug 28 23:01:59.078 INFO O| Aug 28 23:01:59.078 INFO O| Planning: Planning completed in 3.53 seconds
59472024-08-28T23:01:59.970Z[ host-image] Aug 28 23:01:59.081 INFO O| Aug 28 23:01:59.081 INFO O| Packages to install: 1
59482024-08-28T23:01:59.987Z[ recovery-image] Aug 28 23:01:59.098 INFO O| Aug 28 23:01:59.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
59492024-08-28T23:01:59.987Z[ recovery-image] Aug 28 23:01:59.098 INFO O| Aug 28 23:01:59.098 INFO STEP 639 (remove_files) COMPLETE
59502024-08-28T23:01:59.987Z[ recovery-image] Aug 28 23:01:59.098 INFO O| Aug 28 23:01:59.098 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-08-28T23:01:59.991Z[ host-image] Aug 28 23:01:59.102 INFO O| Aug 28 23:01:59.102 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
59522024-08-28T23:02:00.020Z[ recovery-image] Aug 28 23:01:59.131 INFO O| Aug 28 23:01:59.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
59532024-08-28T23:02:00.020Z[ recovery-image] Aug 28 23:01:59.131 INFO O| Aug 28 23:01:59.131 INFO STEP 640 (remove_files) COMPLETE
59542024-08-28T23:02:00.020Z[ recovery-image] Aug 28 23:01:59.131 INFO O| Aug 28 23:01:59.131 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-08-28T23:02:00.042Z[ recovery-image] Aug 28 23:01:59.153 INFO O| Aug 28 23:01:59.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59562024-08-28T23:02:00.042Z[ recovery-image] Aug 28 23:01:59.153 INFO O| Aug 28 23:01:59.153 INFO STEP 641 (remove_files) COMPLETE
59572024-08-28T23:02:00.042Z[ recovery-image] Aug 28 23:01:59.153 INFO O| Aug 28 23:01:59.153 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-08-28T23:02:00.063Z[ recovery-image] Aug 28 23:01:59.173 INFO O| Aug 28 23:01:59.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59592024-08-28T23:02:00.063Z[ recovery-image] Aug 28 23:01:59.173 INFO O| Aug 28 23:01:59.173 INFO STEP 642 (remove_files) COMPLETE
59602024-08-28T23:02:00.063Z[ recovery-image] Aug 28 23:01:59.173 INFO O| Aug 28 23:01:59.173 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-08-28T23:02:00.080Z[ recovery-image] Aug 28 23:01:59.191 INFO O| Aug 28 23:01:59.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59622024-08-28T23:02:00.083Z[ recovery-image] Aug 28 23:01:59.191 INFO O| Aug 28 23:01:59.191 INFO STEP 643 (remove_files) COMPLETE
59632024-08-28T23:02:00.083Z[ recovery-image] Aug 28 23:01:59.191 INFO O| Aug 28 23:01:59.191 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-08-28T23:02:00.099Z[ recovery-image] Aug 28 23:01:59.209 INFO O| Aug 28 23:01:59.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
59652024-08-28T23:02:00.099Z[ recovery-image] Aug 28 23:01:59.209 INFO O| Aug 28 23:01:59.209 INFO STEP 644 (remove_files) COMPLETE
59662024-08-28T23:02:00.099Z[ recovery-image] Aug 28 23:01:59.210 INFO O| Aug 28 23:01:59.209 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-08-28T23:02:00.118Z[ recovery-image] Aug 28 23:01:59.229 INFO O| Aug 28 23:01:59.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
59682024-08-28T23:02:00.120Z[ recovery-image] Aug 28 23:01:59.229 INFO O| Aug 28 23:01:59.229 INFO STEP 645 (remove_files) COMPLETE
59692024-08-28T23:02:00.120Z[ recovery-image] Aug 28 23:01:59.229 INFO O| Aug 28 23:01:59.229 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-08-28T23:02:00.138Z[ recovery-image] Aug 28 23:01:59.248 INFO O| Aug 28 23:01:59.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
59712024-08-28T23:02:00.138Z[ recovery-image] Aug 28 23:01:59.248 INFO O| Aug 28 23:01:59.248 INFO STEP 646 (remove_files) COMPLETE
59722024-08-28T23:02:00.138Z[ recovery-image] Aug 28 23:01:59.248 INFO O| Aug 28 23:01:59.248 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-08-28T23:02:00.158Z[ recovery-image] Aug 28 23:01:59.269 INFO O| Aug 28 23:01:59.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
59742024-08-28T23:02:00.158Z[ recovery-image] Aug 28 23:01:59.269 INFO O| Aug 28 23:01:59.269 INFO STEP 647 (remove_files) COMPLETE
59752024-08-28T23:02:00.160Z[ recovery-image] Aug 28 23:01:59.269 INFO O| Aug 28 23:01:59.269 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-08-28T23:02:00.177Z[ recovery-image] Aug 28 23:01:59.288 INFO O| Aug 28 23:01:59.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
59772024-08-28T23:02:00.177Z[ recovery-image] Aug 28 23:01:59.288 INFO O| Aug 28 23:01:59.288 INFO STEP 648 (remove_files) COMPLETE
59782024-08-28T23:02:00.177Z[ recovery-image] Aug 28 23:01:59.288 INFO O| Aug 28 23:01:59.288 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-08-28T23:02:00.194Z[ recovery-image] Aug 28 23:01:59.305 INFO O| Aug 28 23:01:59.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
59802024-08-28T23:02:00.194Z[ recovery-image] Aug 28 23:01:59.305 INFO O| Aug 28 23:01:59.305 INFO STEP 649 (remove_files) COMPLETE
59812024-08-28T23:02:00.196Z[ recovery-image] Aug 28 23:01:59.306 INFO O| Aug 28 23:01:59.305 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-08-28T23:02:00.213Z[ recovery-image] Aug 28 23:01:59.324 INFO O| Aug 28 23:01:59.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
59832024-08-28T23:02:00.213Z[ recovery-image] Aug 28 23:01:59.324 INFO O| Aug 28 23:01:59.324 INFO STEP 650 (remove_files) COMPLETE
59842024-08-28T23:02:00.213Z[ recovery-image] Aug 28 23:01:59.324 INFO O| Aug 28 23:01:59.324 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-08-28T23:02:00.236Z[ recovery-image] Aug 28 23:01:59.344 INFO O| Aug 28 23:01:59.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
59862024-08-28T23:02:00.236Z[ recovery-image] Aug 28 23:01:59.344 INFO O| Aug 28 23:01:59.344 INFO STEP 651 (remove_files) COMPLETE
59872024-08-28T23:02:00.236Z[ recovery-image] Aug 28 23:01:59.344 INFO O| Aug 28 23:01:59.344 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-08-28T23:02:00.253Z[ recovery-image] Aug 28 23:01:59.364 INFO O| Aug 28 23:01:59.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
59892024-08-28T23:02:00.253Z[ recovery-image] Aug 28 23:01:59.365 INFO O| Aug 28 23:01:59.364 INFO STEP 652 (remove_files) COMPLETE
59902024-08-28T23:02:00.260Z[ recovery-image] Aug 28 23:01:59.365 INFO O| Aug 28 23:01:59.364 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-08-28T23:02:00.274Z[ recovery-image] Aug 28 23:01:59.385 INFO O| Aug 28 23:01:59.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
59922024-08-28T23:02:00.274Z[ recovery-image] Aug 28 23:01:59.385 INFO O| Aug 28 23:01:59.385 INFO STEP 653 (remove_files) COMPLETE
59932024-08-28T23:02:00.276Z[ recovery-image] Aug 28 23:01:59.385 INFO O| Aug 28 23:01:59.385 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-08-28T23:02:00.296Z[ recovery-image] Aug 28 23:01:59.406 INFO O| Aug 28 23:01:59.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
59952024-08-28T23:02:00.296Z[ recovery-image] Aug 28 23:01:59.406 INFO O| Aug 28 23:01:59.406 INFO STEP 654 (remove_files) COMPLETE
59962024-08-28T23:02:00.299Z[ recovery-image] Aug 28 23:01:59.406 INFO O| Aug 28 23:01:59.406 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-08-28T23:02:00.313Z[ recovery-image] Aug 28 23:01:59.424 INFO O| Aug 28 23:01:59.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
59982024-08-28T23:02:00.313Z[ recovery-image] Aug 28 23:01:59.424 INFO O| Aug 28 23:01:59.424 INFO STEP 655 (remove_files) COMPLETE
59992024-08-28T23:02:00.313Z[ recovery-image] Aug 28 23:01:59.424 INFO O| Aug 28 23:01:59.424 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-08-28T23:02:00.332Z[ recovery-image] Aug 28 23:01:59.443 INFO O| Aug 28 23:01:59.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60012024-08-28T23:02:00.332Z[ recovery-image] Aug 28 23:01:59.443 INFO O| Aug 28 23:01:59.443 INFO STEP 656 (remove_files) COMPLETE
60022024-08-28T23:02:00.332Z[ recovery-image] Aug 28 23:01:59.444 INFO O| Aug 28 23:01:59.443 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-08-28T23:02:00.351Z[ recovery-image] Aug 28 23:01:59.462 INFO O| Aug 28 23:01:59.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
60042024-08-28T23:02:00.351Z[ recovery-image] Aug 28 23:01:59.462 INFO O| Aug 28 23:01:59.462 INFO STEP 657 (remove_files) COMPLETE
60052024-08-28T23:02:00.351Z[ recovery-image] Aug 28 23:01:59.462 INFO O| Aug 28 23:01:59.462 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-08-28T23:02:00.369Z[ recovery-image] Aug 28 23:01:59.480 INFO O| Aug 28 23:01:59.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
60072024-08-28T23:02:00.381Z[ recovery-image] Aug 28 23:01:59.492 INFO O| Aug 28 23:01:59.492 INFO STEP 658 (remove_files) COMPLETE
60082024-08-28T23:02:00.381Z[ recovery-image] Aug 28 23:01:59.492 INFO O| Aug 28 23:01:59.492 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-08-28T23:02:00.418Z[ recovery-image] Aug 28 23:01:59.529 INFO O| Aug 28 23:01:59.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
60102024-08-28T23:02:00.418Z[ recovery-image] Aug 28 23:01:59.529 INFO O| Aug 28 23:01:59.529 INFO STEP 659 (remove_files) COMPLETE
60112024-08-28T23:02:00.418Z[ recovery-image] Aug 28 23:01:59.529 INFO O| Aug 28 23:01:59.529 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-08-28T23:02:00.438Z[ recovery-image] Aug 28 23:01:59.548 INFO O| Aug 28 23:01:59.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
60132024-08-28T23:02:00.439Z[ recovery-image] Aug 28 23:01:59.548 INFO O| Aug 28 23:01:59.548 INFO STEP 660 (remove_files) COMPLETE
60142024-08-28T23:02:00.439Z[ recovery-image] Aug 28 23:01:59.548 INFO O| Aug 28 23:01:59.548 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-08-28T23:02:00.457Z[ recovery-image] Aug 28 23:01:59.567 INFO O| Aug 28 23:01:59.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60162024-08-28T23:02:00.457Z[ recovery-image] Aug 28 23:01:59.567 INFO O| Aug 28 23:01:59.567 INFO STEP 661 (remove_files) COMPLETE
60172024-08-28T23:02:00.457Z[ recovery-image] Aug 28 23:01:59.567 INFO O| Aug 28 23:01:59.567 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-08-28T23:02:00.477Z[ recovery-image] Aug 28 23:01:59.587 INFO O| Aug 28 23:01:59.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60192024-08-28T23:02:00.477Z[ recovery-image] Aug 28 23:01:59.587 INFO O| Aug 28 23:01:59.587 INFO STEP 662 (remove_files) COMPLETE
60202024-08-28T23:02:00.477Z[ recovery-image] Aug 28 23:01:59.587 INFO O| Aug 28 23:01:59.587 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-08-28T23:02:00.497Z[ recovery-image] Aug 28 23:01:59.607 INFO O| Aug 28 23:01:59.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60222024-08-28T23:02:00.497Z[ recovery-image] Aug 28 23:01:59.607 INFO O| Aug 28 23:01:59.607 INFO STEP 663 (remove_files) COMPLETE
60232024-08-28T23:02:00.497Z[ recovery-image] Aug 28 23:01:59.607 INFO O| Aug 28 23:01:59.607 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-08-28T23:02:00.517Z[ recovery-image] Aug 28 23:01:59.627 INFO O| Aug 28 23:01:59.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60252024-08-28T23:02:00.517Z[ recovery-image] Aug 28 23:01:59.627 INFO O| Aug 28 23:01:59.627 INFO STEP 664 (remove_files) COMPLETE
60262024-08-28T23:02:00.517Z[ recovery-image] Aug 28 23:01:59.627 INFO O| Aug 28 23:01:59.627 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-08-28T23:02:00.535Z[ recovery-image] Aug 28 23:01:59.646 INFO O| Aug 28 23:01:59.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60282024-08-28T23:02:00.535Z[ recovery-image] Aug 28 23:01:59.646 INFO O| Aug 28 23:01:59.646 INFO STEP 665 (remove_files) COMPLETE
60292024-08-28T23:02:00.548Z[ recovery-image] Aug 28 23:01:59.647 INFO O| Aug 28 23:01:59.646 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-08-28T23:02:00.567Z[ recovery-image] Aug 28 23:01:59.678 INFO O| Aug 28 23:01:59.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60312024-08-28T23:02:00.567Z[ recovery-image] Aug 28 23:01:59.678 INFO O| Aug 28 23:01:59.678 INFO STEP 666 (remove_files) COMPLETE
60322024-08-28T23:02:00.567Z[ recovery-image] Aug 28 23:01:59.678 INFO O| Aug 28 23:01:59.678 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-08-28T23:02:00.620Z[ recovery-image] Aug 28 23:01:59.731 INFO O| Aug 28 23:01:59.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60342024-08-28T23:02:00.623Z[ recovery-image] Aug 28 23:01:59.731 INFO O| Aug 28 23:01:59.731 INFO STEP 667 (remove_files) COMPLETE
60352024-08-28T23:02:00.623Z[ recovery-image] Aug 28 23:01:59.731 INFO O| Aug 28 23:01:59.731 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-08-28T23:02:00.669Z[ recovery-image] Aug 28 23:01:59.780 INFO O| Aug 28 23:01:59.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60372024-08-28T23:02:00.669Z[ recovery-image] Aug 28 23:01:59.780 INFO O| Aug 28 23:01:59.780 INFO STEP 668 (remove_files) COMPLETE
60382024-08-28T23:02:00.671Z[ recovery-image] Aug 28 23:01:59.780 INFO O| Aug 28 23:01:59.780 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-08-28T23:02:00.688Z[ recovery-image] Aug 28 23:01:59.799 INFO O| Aug 28 23:01:59.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60402024-08-28T23:02:00.688Z[ recovery-image] Aug 28 23:01:59.799 INFO O| Aug 28 23:01:59.799 INFO STEP 669 (remove_files) COMPLETE
60412024-08-28T23:02:00.688Z[ recovery-image] Aug 28 23:01:59.799 INFO O| Aug 28 23:01:59.799 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-08-28T23:02:00.707Z[ recovery-image] Aug 28 23:01:59.818 INFO O| Aug 28 23:01:59.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60432024-08-28T23:02:00.707Z[ recovery-image] Aug 28 23:01:59.818 INFO O| Aug 28 23:01:59.818 INFO STEP 670 (remove_files) COMPLETE
60442024-08-28T23:02:00.707Z[ recovery-image] Aug 28 23:01:59.818 INFO O| Aug 28 23:01:59.818 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-08-28T23:02:00.726Z[ recovery-image] Aug 28 23:01:59.837 INFO O| Aug 28 23:01:59.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
60462024-08-28T23:02:00.726Z[ recovery-image] Aug 28 23:01:59.837 INFO O| Aug 28 23:01:59.837 INFO STEP 671 (remove_files) COMPLETE
60472024-08-28T23:02:00.728Z[ recovery-image] Aug 28 23:01:59.837 INFO O| Aug 28 23:01:59.837 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-08-28T23:02:00.760Z[ recovery-image] Aug 28 23:01:59.871 INFO O| Aug 28 23:01:59.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
60492024-08-28T23:02:00.763Z[ recovery-image] Aug 28 23:01:59.872 INFO O| Aug 28 23:01:59.871 INFO STEP 672 (remove_files) COMPLETE
60502024-08-28T23:02:00.763Z[ recovery-image] Aug 28 23:01:59.872 INFO O| Aug 28 23:01:59.872 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-08-28T23:02:00.780Z[ recovery-image] Aug 28 23:01:59.891 INFO O| Aug 28 23:01:59.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60522024-08-28T23:02:00.783Z[ recovery-image] Aug 28 23:01:59.891 INFO O| Aug 28 23:01:59.891 INFO STEP 673 (remove_files) COMPLETE
60532024-08-28T23:02:00.783Z[ recovery-image] Aug 28 23:01:59.892 INFO O| Aug 28 23:01:59.891 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-08-28T23:02:00.799Z[ recovery-image] Aug 28 23:01:59.910 INFO O| Aug 28 23:01:59.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60552024-08-28T23:02:00.807Z[ recovery-image] Aug 28 23:01:59.919 INFO O| Aug 28 23:01:59.919 INFO STEP 674 (remove_files) COMPLETE
60562024-08-28T23:02:00.807Z[ recovery-image] Aug 28 23:01:59.919 INFO O| Aug 28 23:01:59.919 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-08-28T23:02:00.829Z[ recovery-image] Aug 28 23:01:59.940 INFO O| Aug 28 23:01:59.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60582024-08-28T23:02:00.829Z[ recovery-image] Aug 28 23:01:59.940 INFO O| Aug 28 23:01:59.940 INFO STEP 675 (remove_files) COMPLETE
60592024-08-28T23:02:00.832Z[ recovery-image] Aug 28 23:01:59.940 INFO O| Aug 28 23:01:59.940 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-08-28T23:02:00.849Z[ recovery-image] Aug 28 23:01:59.960 INFO O| Aug 28 23:01:59.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
60612024-08-28T23:02:00.849Z[ recovery-image] Aug 28 23:01:59.960 INFO O| Aug 28 23:01:59.960 INFO STEP 676 (remove_files) COMPLETE
60622024-08-28T23:02:00.849Z[ recovery-image] Aug 28 23:01:59.960 INFO O| Aug 28 23:01:59.960 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-08-28T23:02:00.870Z[ recovery-image] Aug 28 23:01:59.981 INFO O| Aug 28 23:01:59.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
60642024-08-28T23:02:00.870Z[ recovery-image] Aug 28 23:01:59.981 INFO O| Aug 28 23:01:59.981 INFO STEP 677 (remove_files) COMPLETE
60652024-08-28T23:02:00.872Z[ recovery-image] Aug 28 23:01:59.981 INFO O| Aug 28 23:01:59.981 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-08-28T23:02:00.890Z[ recovery-image] Aug 28 23:02:00.001 INFO O| Aug 28 23:02:00.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
60672024-08-28T23:02:00.890Z[ recovery-image] Aug 28 23:02:00.001 INFO O| Aug 28 23:02:00.001 INFO STEP 678 (remove_files) COMPLETE
60682024-08-28T23:02:00.891Z[ recovery-image] Aug 28 23:02:00.001 INFO O| Aug 28 23:02:00.001 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-08-28T23:02:00.910Z[ recovery-image] Aug 28 23:02:00.021 INFO O| Aug 28 23:02:00.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
60702024-08-28T23:02:00.910Z[ recovery-image] Aug 28 23:02:00.021 INFO O| Aug 28 23:02:00.021 INFO STEP 679 (remove_files) COMPLETE
60712024-08-28T23:02:00.910Z[ recovery-image] Aug 28 23:02:00.021 INFO O| Aug 28 23:02:00.021 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-08-28T23:02:00.943Z[ recovery-image] Aug 28 23:02:00.053 INFO O| Aug 28 23:02:00.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
60732024-08-28T23:02:00.943Z[ recovery-image] Aug 28 23:02:00.053 INFO O| Aug 28 23:02:00.053 INFO STEP 680 (remove_files) COMPLETE
60742024-08-28T23:02:00.943Z[ recovery-image] Aug 28 23:02:00.053 INFO O| Aug 28 23:02:00.053 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-08-28T23:02:00.960Z[ recovery-image] Aug 28 23:02:00.071 INFO O| Aug 28 23:02:00.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
60762024-08-28T23:02:00.975Z[ recovery-image] Aug 28 23:02:00.086 INFO O| Aug 28 23:02:00.086 INFO STEP 681 (remove_files) COMPLETE
60772024-08-28T23:02:00.975Z[ recovery-image] Aug 28 23:02:00.086 INFO O| Aug 28 23:02:00.086 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-08-28T23:02:01.025Z[ recovery-image] Aug 28 23:02:00.136 INFO O| Aug 28 23:02:00.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
60792024-08-28T23:02:01.028Z[ recovery-image] Aug 28 23:02:00.136 INFO O| Aug 28 23:02:00.136 INFO STEP 682 (remove_files) COMPLETE
60802024-08-28T23:02:01.028Z[ recovery-image] Aug 28 23:02:00.136 INFO O| Aug 28 23:02:00.136 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-08-28T23:02:01.087Z[ recovery-image] Aug 28 23:02:00.197 INFO O| Aug 28 23:02:00.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
60822024-08-28T23:02:01.087Z[ recovery-image] Aug 28 23:02:00.198 INFO O| Aug 28 23:02:00.197 INFO STEP 683 (remove_files) COMPLETE
60832024-08-28T23:02:01.087Z[ recovery-image] Aug 28 23:02:00.198 INFO O| Aug 28 23:02:00.198 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-08-28T23:02:01.134Z[ recovery-image] Aug 28 23:02:00.245 INFO O| Aug 28 23:02:00.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
60852024-08-28T23:02:01.137Z[ recovery-image] Aug 28 23:02:00.245 INFO O| Aug 28 23:02:00.245 INFO STEP 684 (remove_files) COMPLETE
60862024-08-28T23:02:01.137Z[ recovery-image] Aug 28 23:02:00.245 INFO O| Aug 28 23:02:00.245 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-08-28T23:02:01.172Z[ recovery-image] Aug 28 23:02:00.283 INFO O| Aug 28 23:02:00.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
60882024-08-28T23:02:01.172Z[ recovery-image] Aug 28 23:02:00.283 INFO O| Aug 28 23:02:00.283 INFO STEP 685 (remove_files) COMPLETE
60892024-08-28T23:02:01.172Z[ recovery-image] Aug 28 23:02:00.283 INFO O| Aug 28 23:02:00.283 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-08-28T23:02:01.192Z[ recovery-image] Aug 28 23:02:00.304 INFO O| Aug 28 23:02:00.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
60912024-08-28T23:02:01.192Z[ recovery-image] Aug 28 23:02:00.304 INFO O| Aug 28 23:02:00.304 INFO STEP 686 (remove_files) COMPLETE
60922024-08-28T23:02:01.192Z[ recovery-image] Aug 28 23:02:00.304 INFO O| Aug 28 23:02:00.304 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-08-28T23:02:01.212Z[ recovery-image] Aug 28 23:02:00.324 INFO O| Aug 28 23:02:00.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
60942024-08-28T23:02:01.212Z[ recovery-image] Aug 28 23:02:00.324 INFO O| Aug 28 23:02:00.324 INFO STEP 687 (remove_files) COMPLETE
60952024-08-28T23:02:01.212Z[ recovery-image] Aug 28 23:02:00.324 INFO O| Aug 28 23:02:00.324 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-08-28T23:02:01.249Z[ recovery-image] Aug 28 23:02:00.360 INFO O| Aug 28 23:02:00.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
60972024-08-28T23:02:01.249Z[ recovery-image] Aug 28 23:02:00.360 INFO O| Aug 28 23:02:00.360 INFO STEP 688 (remove_files) COMPLETE
60982024-08-28T23:02:01.249Z[ recovery-image] Aug 28 23:02:00.360 INFO O| Aug 28 23:02:00.360 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-08-28T23:02:01.266Z[ recovery-image] Aug 28 23:02:00.377 INFO O| Aug 28 23:02:00.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61002024-08-28T23:02:01.266Z[ recovery-image] Aug 28 23:02:00.378 INFO O| Aug 28 23:02:00.378 INFO STEP 689 (remove_files) COMPLETE
61012024-08-28T23:02:01.269Z[ recovery-image] Aug 28 23:02:00.378 INFO O| Aug 28 23:02:00.378 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-08-28T23:02:01.287Z[ recovery-image] Aug 28 23:02:00.399 INFO O| Aug 28 23:02:00.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
61032024-08-28T23:02:01.287Z[ recovery-image] Aug 28 23:02:00.399 INFO O| Aug 28 23:02:00.399 INFO STEP 690 (remove_files) COMPLETE
61042024-08-28T23:02:01.287Z[ recovery-image] Aug 28 23:02:00.399 INFO O| Aug 28 23:02:00.399 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-08-28T23:02:01.308Z[ recovery-image] Aug 28 23:02:00.419 INFO O| Aug 28 23:02:00.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61062024-08-28T23:02:01.308Z[ recovery-image] Aug 28 23:02:00.420 INFO O| Aug 28 23:02:00.419 INFO STEP 691 (remove_files) COMPLETE
61072024-08-28T23:02:01.311Z[ recovery-image] Aug 28 23:02:00.420 INFO O| Aug 28 23:02:00.420 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-08-28T23:02:01.330Z[ recovery-image] Aug 28 23:02:00.442 INFO O| Aug 28 23:02:00.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
61092024-08-28T23:02:01.330Z[ recovery-image] Aug 28 23:02:00.442 INFO O| Aug 28 23:02:00.442 INFO STEP 692 (remove_files) COMPLETE
61102024-08-28T23:02:01.330Z[ recovery-image] Aug 28 23:02:00.442 INFO O| Aug 28 23:02:00.442 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-08-28T23:02:01.349Z[ recovery-image] Aug 28 23:02:00.461 INFO O| Aug 28 23:02:00.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
61122024-08-28T23:02:01.349Z[ recovery-image] Aug 28 23:02:00.461 INFO O| Aug 28 23:02:00.461 INFO STEP 693 (remove_files) COMPLETE
61132024-08-28T23:02:01.349Z[ recovery-image] Aug 28 23:02:00.461 INFO O| Aug 28 23:02:00.461 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-08-28T23:02:01.371Z[ recovery-image] Aug 28 23:02:00.482 INFO O| Aug 28 23:02:00.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61152024-08-28T23:02:01.371Z[ recovery-image] Aug 28 23:02:00.482 INFO O| Aug 28 23:02:00.482 INFO STEP 694 (remove_files) COMPLETE
61162024-08-28T23:02:01.371Z[ recovery-image] Aug 28 23:02:00.482 INFO O| Aug 28 23:02:00.482 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-08-28T23:02:01.402Z[ recovery-image] Aug 28 23:02:00.513 INFO O| Aug 28 23:02:00.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61182024-08-28T23:02:01.402Z[ recovery-image] Aug 28 23:02:00.513 INFO O| Aug 28 23:02:00.513 INFO STEP 695 (remove_files) COMPLETE
61192024-08-28T23:02:01.402Z[ recovery-image] Aug 28 23:02:00.513 INFO O| Aug 28 23:02:00.513 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-08-28T23:02:01.429Z[ recovery-image] Aug 28 23:02:00.540 INFO O| Aug 28 23:02:00.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61212024-08-28T23:02:01.429Z[ recovery-image] Aug 28 23:02:00.540 INFO O| Aug 28 23:02:00.540 INFO STEP 696 (remove_files) COMPLETE
61222024-08-28T23:02:01.432Z[ recovery-image] Aug 28 23:02:00.540 INFO O| Aug 28 23:02:00.540 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-08-28T23:02:01.458Z[ recovery-image] Aug 28 23:02:00.570 INFO O| Aug 28 23:02:00.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61242024-08-28T23:02:01.458Z[ recovery-image] Aug 28 23:02:00.570 INFO O| Aug 28 23:02:00.570 INFO STEP 697 (remove_files) COMPLETE
61252024-08-28T23:02:01.459Z[ recovery-image] Aug 28 23:02:00.570 INFO O| Aug 28 23:02:00.570 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-08-28T23:02:01.488Z[ recovery-image] Aug 28 23:02:00.599 INFO O| Aug 28 23:02:00.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61272024-08-28T23:02:01.488Z[ recovery-image] Aug 28 23:02:00.599 INFO O| Aug 28 23:02:00.599 INFO STEP 698 (remove_files) COMPLETE
61282024-08-28T23:02:01.493Z[ recovery-image] Aug 28 23:02:00.599 INFO O| Aug 28 23:02:00.599 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-08-28T23:02:01.512Z[ recovery-image] Aug 28 23:02:00.624 INFO O| Aug 28 23:02:00.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61302024-08-28T23:02:01.512Z[ recovery-image] Aug 28 23:02:00.624 INFO O| Aug 28 23:02:00.624 INFO STEP 699 (remove_files) COMPLETE
61312024-08-28T23:02:01.512Z[ recovery-image] Aug 28 23:02:00.624 INFO O| Aug 28 23:02:00.624 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-08-28T23:02:01.534Z[ recovery-image] Aug 28 23:02:00.645 INFO O| Aug 28 23:02:00.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61332024-08-28T23:02:01.534Z[ recovery-image] Aug 28 23:02:00.645 INFO O| Aug 28 23:02:00.645 INFO STEP 700 (remove_files) COMPLETE
61342024-08-28T23:02:01.534Z[ recovery-image] Aug 28 23:02:00.645 INFO O| Aug 28 23:02:00.645 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-08-28T23:02:01.606Z[ host-image] Aug 28 23:02:00.717 INFO O| Aug 28 23:02:00.717 INFO O| Download: Completed 20.80 MB in 1.61 seconds (12.9M/s)
61362024-08-28T23:02:01.622Z[ recovery-image] Aug 28 23:02:00.732 INFO O| Aug 28 23:02:00.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61372024-08-28T23:02:01.622Z[ recovery-image] Aug 28 23:02:00.732 INFO O| Aug 28 23:02:00.732 INFO STEP 701 (remove_files) COMPLETE
61382024-08-28T23:02:01.622Z[ recovery-image] Aug 28 23:02:00.732 INFO O| Aug 28 23:02:00.732 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-08-28T23:02:01.649Z[ recovery-image] Aug 28 23:02:00.760 INFO O| Aug 28 23:02:00.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61402024-08-28T23:02:01.649Z[ recovery-image] Aug 28 23:02:00.760 INFO O| Aug 28 23:02:00.760 INFO STEP 702 (remove_files) COMPLETE
61412024-08-28T23:02:01.652Z[ recovery-image] Aug 28 23:02:00.760 INFO O| Aug 28 23:02:00.760 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-08-28T23:02:01.678Z[ host-image] Aug 28 23:02:00.788 INFO O| Aug 28 23:02:00.787 INFO O| Actions: 1/22 actions (Installing new actions)
61432024-08-28T23:02:01.715Z[ recovery-image] Aug 28 23:02:00.826 INFO O| Aug 28 23:02:00.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61442024-08-28T23:02:01.715Z[ recovery-image] Aug 28 23:02:00.826 INFO O| Aug 28 23:02:00.826 INFO STEP 703 (remove_files) COMPLETE
61452024-08-28T23:02:01.715Z[ recovery-image] Aug 28 23:02:00.827 INFO O| Aug 28 23:02:00.826 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-08-28T23:02:01.738Z[ recovery-image] Aug 28 23:02:00.845 INFO O| Aug 28 23:02:00.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61472024-08-28T23:02:01.738Z[ recovery-image] Aug 28 23:02:00.845 INFO O| Aug 28 23:02:00.845 INFO STEP 704 (remove_files) COMPLETE
61482024-08-28T23:02:01.738Z[ recovery-image] Aug 28 23:02:00.846 INFO O| Aug 28 23:02:00.845 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-08-28T23:02:01.753Z[ recovery-image] Aug 28 23:02:00.864 INFO O| Aug 28 23:02:00.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
61502024-08-28T23:02:01.755Z[ recovery-image] Aug 28 23:02:00.864 INFO O| Aug 28 23:02:00.864 INFO STEP 705 (remove_files) COMPLETE
61512024-08-28T23:02:01.755Z[ recovery-image] Aug 28 23:02:00.864 INFO O| Aug 28 23:02:00.864 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-08-28T23:02:01.782Z[ recovery-image] Aug 28 23:02:00.893 INFO O| Aug 28 23:02:00.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
61532024-08-28T23:02:01.782Z[ recovery-image] Aug 28 23:02:00.893 INFO O| Aug 28 23:02:00.893 INFO STEP 706 (remove_files) COMPLETE
61542024-08-28T23:02:01.782Z[ recovery-image] Aug 28 23:02:00.893 INFO O| Aug 28 23:02:00.893 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-08-28T23:02:01.802Z[ recovery-image] Aug 28 23:02:00.913 INFO O| Aug 28 23:02:00.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61562024-08-28T23:02:01.802Z[ recovery-image] Aug 28 23:02:00.914 INFO O| Aug 28 23:02:00.913 INFO STEP 707 (remove_files) COMPLETE
61572024-08-28T23:02:01.812Z[ recovery-image] Aug 28 23:02:00.914 INFO O| Aug 28 23:02:00.914 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-08-28T23:02:01.821Z[ recovery-image] Aug 28 23:02:00.933 INFO O| Aug 28 23:02:00.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61592024-08-28T23:02:01.824Z[ recovery-image] Aug 28 23:02:00.933 INFO O| Aug 28 23:02:00.933 INFO STEP 708 (remove_files) COMPLETE
61602024-08-28T23:02:01.824Z[ recovery-image] Aug 28 23:02:00.933 INFO O| Aug 28 23:02:00.933 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-08-28T23:02:01.847Z[ recovery-image] Aug 28 23:02:00.958 INFO O| Aug 28 23:02:00.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61622024-08-28T23:02:01.847Z[ recovery-image] Aug 28 23:02:00.958 INFO O| Aug 28 23:02:00.958 INFO STEP 709 (remove_files) COMPLETE
61632024-08-28T23:02:01.847Z[ recovery-image] Aug 28 23:02:00.958 INFO O| Aug 28 23:02:00.958 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-08-28T23:02:01.867Z[ recovery-image] Aug 28 23:02:00.978 INFO O| Aug 28 23:02:00.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
61652024-08-28T23:02:01.867Z[ recovery-image] Aug 28 23:02:00.978 INFO O| Aug 28 23:02:00.978 INFO STEP 710 (remove_files) COMPLETE
61662024-08-28T23:02:01.867Z[ recovery-image] Aug 28 23:02:00.978 INFO O| Aug 28 23:02:00.978 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-08-28T23:02:01.898Z[ recovery-image] Aug 28 23:02:01.009 INFO O| Aug 28 23:02:01.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
61682024-08-28T23:02:01.898Z[ recovery-image] Aug 28 23:02:01.009 INFO O| Aug 28 23:02:01.009 INFO STEP 711 (remove_files) COMPLETE
61692024-08-28T23:02:01.901Z[ recovery-image] Aug 28 23:02:01.009 INFO O| Aug 28 23:02:01.009 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-08-28T23:02:01.919Z[ recovery-image] Aug 28 23:02:01.030 INFO O| Aug 28 23:02:01.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
61712024-08-28T23:02:01.919Z[ recovery-image] Aug 28 23:02:01.030 INFO O| Aug 28 23:02:01.030 INFO STEP 712 (remove_files) COMPLETE
61722024-08-28T23:02:01.919Z[ recovery-image] Aug 28 23:02:01.030 INFO O| Aug 28 23:02:01.030 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-08-28T23:02:01.954Z[ recovery-image] Aug 28 23:02:01.066 INFO O| Aug 28 23:02:01.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
61742024-08-28T23:02:01.957Z[ recovery-image] Aug 28 23:02:01.066 INFO O| Aug 28 23:02:01.066 INFO STEP 713 (remove_files) COMPLETE
61752024-08-28T23:02:01.957Z[ recovery-image] Aug 28 23:02:01.066 INFO O| Aug 28 23:02:01.066 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-08-28T23:02:01.975Z[ recovery-image] Aug 28 23:02:01.086 INFO O| Aug 28 23:02:01.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
61772024-08-28T23:02:01.978Z[ recovery-image] Aug 28 23:02:01.087 INFO O| Aug 28 23:02:01.087 INFO STEP 714 (remove_files) COMPLETE
61782024-08-28T23:02:01.978Z[ recovery-image] Aug 28 23:02:01.087 INFO O| Aug 28 23:02:01.087 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-08-28T23:02:01.995Z[ recovery-image] Aug 28 23:02:01.106 INFO O| Aug 28 23:02:01.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
61802024-08-28T23:02:01.995Z[ recovery-image] Aug 28 23:02:01.106 INFO O| Aug 28 23:02:01.106 INFO STEP 715 (remove_files) COMPLETE
61812024-08-28T23:02:01.995Z[ recovery-image] Aug 28 23:02:01.106 INFO O| Aug 28 23:02:01.106 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-08-28T23:02:02.015Z[ recovery-image] Aug 28 23:02:01.126 INFO O| Aug 28 23:02:01.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
61832024-08-28T23:02:02.015Z[ recovery-image] Aug 28 23:02:01.126 INFO O| Aug 28 23:02:01.126 INFO STEP 716 (remove_files) COMPLETE
61842024-08-28T23:02:02.015Z[ recovery-image] Aug 28 23:02:01.126 INFO O| Aug 28 23:02:01.126 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-08-28T23:02:02.035Z[ recovery-image] Aug 28 23:02:01.146 INFO O| Aug 28 23:02:01.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
61862024-08-28T23:02:02.035Z[ recovery-image] Aug 28 23:02:01.146 INFO O| Aug 28 23:02:01.146 INFO STEP 717 (remove_files) COMPLETE
61872024-08-28T23:02:02.038Z[ recovery-image] Aug 28 23:02:01.146 INFO O| Aug 28 23:02:01.146 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-08-28T23:02:02.084Z[ recovery-image] Aug 28 23:02:01.195 INFO O| Aug 28 23:02:01.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
61892024-08-28T23:02:02.086Z[ recovery-image] Aug 28 23:02:01.195 INFO O| Aug 28 23:02:01.195 INFO STEP 718 (remove_files) COMPLETE
61902024-08-28T23:02:02.086Z[ recovery-image] Aug 28 23:02:01.195 INFO O| Aug 28 23:02:01.195 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-08-28T23:02:02.102Z[ recovery-image] Aug 28 23:02:01.214 INFO O| Aug 28 23:02:01.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
61922024-08-28T23:02:02.105Z[ recovery-image] Aug 28 23:02:01.214 INFO O| Aug 28 23:02:01.214 INFO STEP 719 (remove_files) COMPLETE
61932024-08-28T23:02:02.105Z[ recovery-image] Aug 28 23:02:01.214 INFO O| Aug 28 23:02:01.214 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-08-28T23:02:02.128Z[ recovery-image] Aug 28 23:02:01.240 INFO O| Aug 28 23:02:01.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
61952024-08-28T23:02:02.131Z[ recovery-image] Aug 28 23:02:01.240 INFO O| Aug 28 23:02:01.240 INFO STEP 720 (remove_files) COMPLETE
61962024-08-28T23:02:02.131Z[ recovery-image] Aug 28 23:02:01.240 INFO O| Aug 28 23:02:01.240 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-08-28T23:02:02.161Z[ recovery-image] Aug 28 23:02:01.272 INFO O| Aug 28 23:02:01.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
61982024-08-28T23:02:02.164Z[ recovery-image] Aug 28 23:02:01.272 INFO O| Aug 28 23:02:01.272 INFO STEP 721 (remove_files) COMPLETE
61992024-08-28T23:02:02.164Z[ recovery-image] Aug 28 23:02:01.272 INFO O| Aug 28 23:02:01.272 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-08-28T23:02:02.200Z[ recovery-image] Aug 28 23:02:01.312 INFO O| Aug 28 23:02:01.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62012024-08-28T23:02:02.200Z[ recovery-image] Aug 28 23:02:01.312 INFO O| Aug 28 23:02:01.312 INFO STEP 722 (remove_files) COMPLETE
62022024-08-28T23:02:02.200Z[ recovery-image] Aug 28 23:02:01.312 INFO O| Aug 28 23:02:01.312 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-08-28T23:02:02.303Z[ recovery-image] Aug 28 23:02:01.394 INFO O| Aug 28 23:02:01.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62042024-08-28T23:02:02.303Z[ recovery-image] Aug 28 23:02:01.394 INFO O| Aug 28 23:02:01.394 INFO STEP 723 (remove_files) COMPLETE
62052024-08-28T23:02:02.304Z[ recovery-image] Aug 28 23:02:01.394 INFO O| Aug 28 23:02:01.394 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-08-28T23:02:02.346Z[ recovery-image] Aug 28 23:02:01.450 INFO O| Aug 28 23:02:01.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
62072024-08-28T23:02:02.347Z[ recovery-image] Aug 28 23:02:01.450 INFO O| Aug 28 23:02:01.450 INFO STEP 724 (remove_files) COMPLETE
62082024-08-28T23:02:02.349Z[ recovery-image] Aug 28 23:02:01.450 INFO O| Aug 28 23:02:01.450 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-08-28T23:02:02.359Z[ recovery-image] Aug 28 23:02:01.468 INFO O| Aug 28 23:02:01.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
62102024-08-28T23:02:02.362Z[ recovery-image] Aug 28 23:02:01.469 INFO O| Aug 28 23:02:01.469 INFO STEP 725 (remove_files) COMPLETE
62112024-08-28T23:02:02.362Z[ recovery-image] Aug 28 23:02:01.469 INFO O| Aug 28 23:02:01.469 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-08-28T23:02:02.377Z[ recovery-image] Aug 28 23:02:01.487 INFO O| Aug 28 23:02:01.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
62132024-08-28T23:02:02.377Z[ recovery-image] Aug 28 23:02:01.487 INFO O| Aug 28 23:02:01.487 INFO STEP 726 (remove_files) COMPLETE
62142024-08-28T23:02:02.377Z[ recovery-image] Aug 28 23:02:01.487 INFO O| Aug 28 23:02:01.487 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-08-28T23:02:02.394Z[ recovery-image] Aug 28 23:02:01.503 INFO O| Aug 28 23:02:01.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
62162024-08-28T23:02:02.394Z[ recovery-image] Aug 28 23:02:01.503 INFO O| Aug 28 23:02:01.503 INFO STEP 727 (remove_files) COMPLETE
62172024-08-28T23:02:02.394Z[ recovery-image] Aug 28 23:02:01.503 INFO O| Aug 28 23:02:01.503 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-08-28T23:02:02.409Z[ recovery-image] Aug 28 23:02:01.520 INFO O| Aug 28 23:02:01.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62192024-08-28T23:02:02.409Z[ recovery-image] Aug 28 23:02:01.520 INFO O| Aug 28 23:02:01.520 INFO STEP 728 (remove_files) COMPLETE
62202024-08-28T23:02:02.409Z[ recovery-image] Aug 28 23:02:01.521 INFO O| Aug 28 23:02:01.520 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-08-28T23:02:02.428Z[ recovery-image] Aug 28 23:02:01.539 INFO O| Aug 28 23:02:01.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62222024-08-28T23:02:02.428Z[ recovery-image] Aug 28 23:02:01.539 INFO O| Aug 28 23:02:01.539 INFO STEP 729 (remove_files) COMPLETE
62232024-08-28T23:02:02.431Z[ recovery-image] Aug 28 23:02:01.539 INFO O| Aug 28 23:02:01.539 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-08-28T23:02:02.458Z[ recovery-image] Aug 28 23:02:01.570 INFO O| Aug 28 23:02:01.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62252024-08-28T23:02:02.458Z[ recovery-image] Aug 28 23:02:01.570 INFO O| Aug 28 23:02:01.570 INFO STEP 730 (remove_files) COMPLETE
62262024-08-28T23:02:02.461Z[ recovery-image] Aug 28 23:02:01.570 INFO O| Aug 28 23:02:01.570 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-08-28T23:02:02.485Z[ recovery-image] Aug 28 23:02:01.592 INFO O| Aug 28 23:02:01.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62282024-08-28T23:02:02.485Z[ recovery-image] Aug 28 23:02:01.592 INFO O| Aug 28 23:02:01.592 INFO STEP 731 (remove_files) COMPLETE
62292024-08-28T23:02:02.485Z[ recovery-image] Aug 28 23:02:01.592 INFO O| Aug 28 23:02:01.592 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-08-28T23:02:02.504Z[ recovery-image] Aug 28 23:02:01.615 INFO O| Aug 28 23:02:01.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62312024-08-28T23:02:02.504Z[ recovery-image] Aug 28 23:02:01.615 INFO O| Aug 28 23:02:01.615 INFO STEP 732 (remove_files) COMPLETE
62322024-08-28T23:02:02.504Z[ recovery-image] Aug 28 23:02:01.615 INFO O| Aug 28 23:02:01.615 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-08-28T23:02:02.526Z[ recovery-image] Aug 28 23:02:01.637 INFO O| Aug 28 23:02:01.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62342024-08-28T23:02:02.529Z[ recovery-image] Aug 28 23:02:01.638 INFO O| Aug 28 23:02:01.637 INFO STEP 733 (remove_files) COMPLETE
62352024-08-28T23:02:02.529Z[ recovery-image] Aug 28 23:02:01.638 INFO O| Aug 28 23:02:01.638 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-08-28T23:02:02.548Z[ recovery-image] Aug 28 23:02:01.660 INFO O| Aug 28 23:02:01.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62372024-08-28T23:02:02.548Z[ recovery-image] Aug 28 23:02:01.660 INFO O| Aug 28 23:02:01.660 INFO STEP 734 (remove_files) COMPLETE
62382024-08-28T23:02:02.548Z[ recovery-image] Aug 28 23:02:01.660 INFO O| Aug 28 23:02:01.660 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-08-28T23:02:02.586Z[ recovery-image] Aug 28 23:02:01.697 INFO O| Aug 28 23:02:01.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62402024-08-28T23:02:02.589Z[ recovery-image] Aug 28 23:02:01.698 INFO O| Aug 28 23:02:01.697 INFO STEP 735 (remove_files) COMPLETE
62412024-08-28T23:02:02.589Z[ recovery-image] Aug 28 23:02:01.698 INFO O| Aug 28 23:02:01.698 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-08-28T23:02:02.643Z[ recovery-image] Aug 28 23:02:01.754 INFO O| Aug 28 23:02:01.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62432024-08-28T23:02:02.643Z[ recovery-image] Aug 28 23:02:01.754 INFO O| Aug 28 23:02:01.754 INFO STEP 736 (remove_files) COMPLETE
62442024-08-28T23:02:02.646Z[ recovery-image] Aug 28 23:02:01.754 INFO O| Aug 28 23:02:01.754 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-08-28T23:02:02.654Z[ host-image] Aug 28 23:02:01.764 INFO O| Aug 28 23:02:01.764 INFO O| Actions: Completed 22 actions in 0.98 seconds.
62462024-08-28T23:02:02.683Z[ recovery-image] Aug 28 23:02:01.795 INFO O| Aug 28 23:02:01.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62472024-08-28T23:02:02.683Z[ recovery-image] Aug 28 23:02:01.795 INFO O| Aug 28 23:02:01.795 INFO STEP 737 (remove_files) COMPLETE
62482024-08-28T23:02:02.683Z[ recovery-image] Aug 28 23:02:01.795 INFO O| Aug 28 23:02:01.795 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-08-28T23:02:02.703Z[ recovery-image] Aug 28 23:02:01.814 INFO O| Aug 28 23:02:01.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
62502024-08-28T23:02:02.703Z[ recovery-image] Aug 28 23:02:01.814 INFO O| Aug 28 23:02:01.814 INFO STEP 738 (remove_files) COMPLETE
62512024-08-28T23:02:02.707Z[ recovery-image] Aug 28 23:02:01.814 INFO O| Aug 28 23:02:01.814 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-08-28T23:02:02.742Z[ recovery-image] Aug 28 23:02:01.853 INFO O| Aug 28 23:02:01.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
62532024-08-28T23:02:02.742Z[ recovery-image] Aug 28 23:02:01.853 INFO O| Aug 28 23:02:01.853 INFO STEP 739 (remove_files) COMPLETE
62542024-08-28T23:02:02.742Z[ recovery-image] Aug 28 23:02:01.853 INFO O| Aug 28 23:02:01.853 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-08-28T23:02:02.762Z[ recovery-image] Aug 28 23:02:01.873 INFO O| Aug 28 23:02:01.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62562024-08-28T23:02:02.762Z[ recovery-image] Aug 28 23:02:01.873 INFO O| Aug 28 23:02:01.873 INFO STEP 740 (remove_files) COMPLETE
62572024-08-28T23:02:02.762Z[ recovery-image] Aug 28 23:02:01.873 INFO O| Aug 28 23:02:01.873 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-08-28T23:02:02.803Z[ recovery-image] Aug 28 23:02:01.914 INFO O| Aug 28 23:02:01.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62592024-08-28T23:02:02.806Z[ recovery-image] Aug 28 23:02:01.915 INFO O| Aug 28 23:02:01.915 INFO STEP 741 (remove_files) COMPLETE
62602024-08-28T23:02:02.806Z[ recovery-image] Aug 28 23:02:01.915 INFO O| Aug 28 23:02:01.915 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-08-28T23:02:02.821Z[ recovery-image] Aug 28 23:02:01.933 INFO O| Aug 28 23:02:01.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62622024-08-28T23:02:02.821Z[ recovery-image] Aug 28 23:02:01.933 INFO O| Aug 28 23:02:01.933 INFO STEP 742 (remove_files) COMPLETE
62632024-08-28T23:02:02.824Z[ recovery-image] Aug 28 23:02:01.933 INFO O| Aug 28 23:02:01.933 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-08-28T23:02:02.842Z[ recovery-image] Aug 28 23:02:01.954 INFO O| Aug 28 23:02:01.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
62652024-08-28T23:02:02.843Z[ recovery-image] Aug 28 23:02:01.954 INFO O| Aug 28 23:02:01.954 INFO STEP 743 (remove_files) COMPLETE
62662024-08-28T23:02:02.843Z[ recovery-image] Aug 28 23:02:01.954 INFO O| Aug 28 23:02:01.954 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-08-28T23:02:02.863Z[ recovery-image] Aug 28 23:02:01.974 INFO O| Aug 28 23:02:01.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
62682024-08-28T23:02:02.863Z[ recovery-image] Aug 28 23:02:01.974 INFO O| Aug 28 23:02:01.974 INFO STEP 744 (remove_files) COMPLETE
62692024-08-28T23:02:02.863Z[ recovery-image] Aug 28 23:02:01.974 INFO O| Aug 28 23:02:01.974 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-08-28T23:02:02.881Z[ recovery-image] Aug 28 23:02:01.993 INFO O| Aug 28 23:02:01.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
62712024-08-28T23:02:02.881Z[ recovery-image] Aug 28 23:02:01.993 INFO O| Aug 28 23:02:01.993 INFO STEP 745 (remove_files) COMPLETE
62722024-08-28T23:02:02.884Z[ recovery-image] Aug 28 23:02:01.993 INFO O| Aug 28 23:02:01.993 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-08-28T23:02:02.903Z[ recovery-image] Aug 28 23:02:02.015 INFO O| Aug 28 23:02:02.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
62742024-08-28T23:02:02.904Z[ recovery-image] Aug 28 23:02:02.015 INFO O| Aug 28 23:02:02.015 INFO STEP 746 (remove_files) COMPLETE
62752024-08-28T23:02:02.906Z[ recovery-image] Aug 28 23:02:02.015 INFO O| Aug 28 23:02:02.015 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-08-28T23:02:02.931Z[ recovery-image] Aug 28 23:02:02.042 INFO O| Aug 28 23:02:02.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
62772024-08-28T23:02:02.931Z[ recovery-image] Aug 28 23:02:02.042 INFO O| Aug 28 23:02:02.042 INFO STEP 747 (remove_files) COMPLETE
62782024-08-28T23:02:02.931Z[ recovery-image] Aug 28 23:02:02.042 INFO O| Aug 28 23:02:02.042 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-08-28T23:02:02.952Z[ recovery-image] Aug 28 23:02:02.062 INFO O| Aug 28 23:02:02.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
62802024-08-28T23:02:02.952Z[ recovery-image] Aug 28 23:02:02.062 INFO O| Aug 28 23:02:02.062 INFO STEP 748 (remove_files) COMPLETE
62812024-08-28T23:02:02.955Z[ recovery-image] Aug 28 23:02:02.062 INFO O| Aug 28 23:02:02.062 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-08-28T23:02:03.054Z[ host-image] Aug 28 23:02:02.166 INFO O| Aug 28 23:02:02.165 INFO O| Done
62832024-08-28T23:02:03.054Z[ host-image] Aug 28 23:02:02.166 INFO O| Aug 28 23:02:02.166 INFO O| Done
62842024-08-28T23:02:03.071Z[ recovery-image] Aug 28 23:02:02.183 INFO O| Aug 28 23:02:02.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
62852024-08-28T23:02:03.074Z[ recovery-image] Aug 28 23:02:02.183 INFO O| Aug 28 23:02:02.183 INFO STEP 749 (remove_files) COMPLETE
62862024-08-28T23:02:03.074Z[ recovery-image] Aug 28 23:02:02.183 INFO O| Aug 28 23:02:02.183 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-08-28T23:02:03.092Z[ recovery-image] Aug 28 23:02:02.204 INFO O| Aug 28 23:02:02.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
62882024-08-28T23:02:03.092Z[ recovery-image] Aug 28 23:02:02.204 INFO O| Aug 28 23:02:02.204 INFO STEP 750 (remove_files) COMPLETE
62892024-08-28T23:02:03.096Z[ recovery-image] Aug 28 23:02:02.204 INFO O| Aug 28 23:02:02.204 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-08-28T23:02:03.126Z[ recovery-image] Aug 28 23:02:02.237 INFO O| Aug 28 23:02:02.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
62912024-08-28T23:02:03.129Z[ recovery-image] Aug 28 23:02:02.238 INFO O| Aug 28 23:02:02.238 INFO STEP 751 (remove_files) COMPLETE
62922024-08-28T23:02:03.129Z[ recovery-image] Aug 28 23:02:02.238 INFO O| Aug 28 23:02:02.238 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-08-28T23:02:03.145Z[ recovery-image] Aug 28 23:02:02.256 INFO O| Aug 28 23:02:02.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
62942024-08-28T23:02:03.148Z[ recovery-image] Aug 28 23:02:02.257 INFO O| Aug 28 23:02:02.257 INFO STEP 752 (remove_files) COMPLETE
62952024-08-28T23:02:03.148Z[ recovery-image] Aug 28 23:02:02.257 INFO O| Aug 28 23:02:02.257 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-08-28T23:02:03.181Z[ recovery-image] Aug 28 23:02:02.293 INFO O| Aug 28 23:02:02.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
62972024-08-28T23:02:03.184Z[ recovery-image] Aug 28 23:02:02.293 INFO O| Aug 28 23:02:02.293 INFO STEP 753 (remove_files) COMPLETE
62982024-08-28T23:02:03.184Z[ recovery-image] Aug 28 23:02:02.293 INFO O| Aug 28 23:02:02.293 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-08-28T23:02:03.272Z[ recovery-image] Aug 28 23:02:02.383 INFO O| Aug 28 23:02:02.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
63002024-08-28T23:02:03.272Z[ recovery-image] Aug 28 23:02:02.384 INFO O| Aug 28 23:02:02.384 INFO STEP 754 (remove_files) COMPLETE
63012024-08-28T23:02:03.272Z[ recovery-image] Aug 28 23:02:02.384 INFO O| Aug 28 23:02:02.384 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-08-28T23:02:03.319Z[ recovery-image] Aug 28 23:02:02.430 INFO O| Aug 28 23:02:02.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63032024-08-28T23:02:03.319Z[ recovery-image] Aug 28 23:02:02.431 INFO O| Aug 28 23:02:02.431 INFO STEP 755 (remove_files) COMPLETE
63042024-08-28T23:02:03.319Z[ recovery-image] Aug 28 23:02:02.431 INFO O| Aug 28 23:02:02.431 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-08-28T23:02:03.339Z[ recovery-image] Aug 28 23:02:02.451 INFO O| Aug 28 23:02:02.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63062024-08-28T23:02:03.339Z[ recovery-image] Aug 28 23:02:02.451 INFO O| Aug 28 23:02:02.451 INFO STEP 756 (remove_files) COMPLETE
63072024-08-28T23:02:03.342Z[ recovery-image] Aug 28 23:02:02.451 INFO O| Aug 28 23:02:02.451 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-08-28T23:02:03.367Z[ recovery-image] Aug 28 23:02:02.478 INFO O| Aug 28 23:02:02.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
63092024-08-28T23:02:03.386Z[ recovery-image] Aug 28 23:02:02.498 INFO O| Aug 28 23:02:02.498 INFO STEP 757 (remove_files) COMPLETE
63102024-08-28T23:02:03.386Z[ recovery-image] Aug 28 23:02:02.498 INFO O| Aug 28 23:02:02.498 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-08-28T23:02:03.416Z[ recovery-image] Aug 28 23:02:02.527 INFO O| Aug 28 23:02:02.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
63122024-08-28T23:02:03.419Z[ recovery-image] Aug 28 23:02:02.527 INFO O| Aug 28 23:02:02.527 INFO STEP 758 (remove_files) COMPLETE
63132024-08-28T23:02:03.419Z[ recovery-image] Aug 28 23:02:02.528 INFO O| Aug 28 23:02:02.527 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-08-28T23:02:03.450Z[ recovery-image] Aug 28 23:02:02.561 INFO O| Aug 28 23:02:02.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
63152024-08-28T23:02:03.452Z[ recovery-image] Aug 28 23:02:02.561 INFO O| Aug 28 23:02:02.561 INFO STEP 759 (remove_files) COMPLETE
63162024-08-28T23:02:03.452Z[ recovery-image] Aug 28 23:02:02.561 INFO O| Aug 28 23:02:02.561 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-08-28T23:02:03.477Z[ recovery-image] Aug 28 23:02:02.588 INFO O| Aug 28 23:02:02.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
63182024-08-28T23:02:03.497Z[ recovery-image] Aug 28 23:02:02.609 INFO O| Aug 28 23:02:02.609 INFO STEP 760 (remove_files) COMPLETE
63192024-08-28T23:02:03.498Z[ recovery-image] Aug 28 23:02:02.609 INFO O| Aug 28 23:02:02.609 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-08-28T23:02:03.525Z[ recovery-image] Aug 28 23:02:02.635 INFO O| Aug 28 23:02:02.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63212024-08-28T23:02:03.525Z[ recovery-image] Aug 28 23:02:02.635 INFO O| Aug 28 23:02:02.635 INFO STEP 761 (remove_files) COMPLETE
63222024-08-28T23:02:03.525Z[ recovery-image] Aug 28 23:02:02.635 INFO O| Aug 28 23:02:02.635 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-08-28T23:02:03.589Z[ recovery-image] Aug 28 23:02:02.701 INFO O| Aug 28 23:02:02.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63242024-08-28T23:02:03.590Z[ recovery-image] Aug 28 23:02:02.701 INFO O| Aug 28 23:02:02.701 INFO STEP 762 (remove_files) COMPLETE
63252024-08-28T23:02:03.590Z[ recovery-image] Aug 28 23:02:02.701 INFO O| Aug 28 23:02:02.701 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-08-28T23:02:03.609Z[ recovery-image] Aug 28 23:02:02.721 INFO O| Aug 28 23:02:02.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63272024-08-28T23:02:03.609Z[ recovery-image] Aug 28 23:02:02.721 INFO O| Aug 28 23:02:02.721 INFO STEP 763 (remove_files) COMPLETE
63282024-08-28T23:02:03.612Z[ recovery-image] Aug 28 23:02:02.721 INFO O| Aug 28 23:02:02.721 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-08-28T23:02:03.629Z[ recovery-image] Aug 28 23:02:02.740 INFO O| Aug 28 23:02:02.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63302024-08-28T23:02:03.629Z[ recovery-image] Aug 28 23:02:02.740 INFO O| Aug 28 23:02:02.740 INFO STEP 764 (remove_files) COMPLETE
63312024-08-28T23:02:03.632Z[ recovery-image] Aug 28 23:02:02.741 INFO O| Aug 28 23:02:02.740 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-08-28T23:02:03.655Z[ recovery-image] Aug 28 23:02:02.767 INFO O| Aug 28 23:02:02.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63332024-08-28T23:02:03.658Z[ recovery-image] Aug 28 23:02:02.767 INFO O| Aug 28 23:02:02.767 INFO STEP 765 (remove_files) COMPLETE
63342024-08-28T23:02:03.658Z[ recovery-image] Aug 28 23:02:02.767 INFO O| Aug 28 23:02:02.767 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-08-28T23:02:03.687Z[ recovery-image] Aug 28 23:02:02.798 INFO O| Aug 28 23:02:02.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63362024-08-28T23:02:03.687Z[ recovery-image] Aug 28 23:02:02.798 INFO O| Aug 28 23:02:02.798 INFO STEP 766 (remove_files) COMPLETE
63372024-08-28T23:02:03.687Z[ recovery-image] Aug 28 23:02:02.798 INFO O| Aug 28 23:02:02.798 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-08-28T23:02:03.708Z[ recovery-image] Aug 28 23:02:02.819 INFO O| Aug 28 23:02:02.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63392024-08-28T23:02:03.708Z[ recovery-image] Aug 28 23:02:02.819 INFO O| Aug 28 23:02:02.819 INFO STEP 767 (remove_files) COMPLETE
63402024-08-28T23:02:03.708Z[ recovery-image] Aug 28 23:02:02.819 INFO O| Aug 28 23:02:02.819 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-08-28T23:02:03.727Z[ recovery-image] Aug 28 23:02:02.839 INFO O| Aug 28 23:02:02.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63422024-08-28T23:02:03.727Z[ recovery-image] Aug 28 23:02:02.839 INFO O| Aug 28 23:02:02.839 INFO STEP 768 (remove_files) COMPLETE
63432024-08-28T23:02:03.727Z[ recovery-image] Aug 28 23:02:02.839 INFO O| Aug 28 23:02:02.839 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-08-28T23:02:03.745Z[ recovery-image] Aug 28 23:02:02.857 INFO O| Aug 28 23:02:02.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
63452024-08-28T23:02:03.745Z[ recovery-image] Aug 28 23:02:02.857 INFO O| Aug 28 23:02:02.857 INFO STEP 769 (remove_files) COMPLETE
63462024-08-28T23:02:03.745Z[ recovery-image] Aug 28 23:02:02.857 INFO O| Aug 28 23:02:02.857 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-08-28T23:02:03.762Z[ recovery-image] Aug 28 23:02:02.874 INFO O| Aug 28 23:02:02.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
63482024-08-28T23:02:03.762Z[ recovery-image] Aug 28 23:02:02.874 INFO O| Aug 28 23:02:02.874 INFO STEP 770 (remove_files) COMPLETE
63492024-08-28T23:02:03.762Z[ recovery-image] Aug 28 23:02:02.874 INFO O| Aug 28 23:02:02.874 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-08-28T23:02:03.781Z[ recovery-image] Aug 28 23:02:02.892 INFO O| Aug 28 23:02:02.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
63512024-08-28T23:02:03.781Z[ recovery-image] Aug 28 23:02:02.892 INFO O| Aug 28 23:02:02.892 INFO STEP 771 (remove_files) COMPLETE
63522024-08-28T23:02:03.783Z[ recovery-image] Aug 28 23:02:02.892 INFO O| Aug 28 23:02:02.892 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-08-28T23:02:03.799Z[ recovery-image] Aug 28 23:02:02.911 INFO O| Aug 28 23:02:02.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63542024-08-28T23:02:03.800Z[ recovery-image] Aug 28 23:02:02.911 INFO O| Aug 28 23:02:02.911 INFO STEP 772 (remove_files) COMPLETE
63552024-08-28T23:02:03.802Z[ recovery-image] Aug 28 23:02:02.911 INFO O| Aug 28 23:02:02.911 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-08-28T23:02:03.817Z[ recovery-image] Aug 28 23:02:02.929 INFO O| Aug 28 23:02:02.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63572024-08-28T23:02:03.818Z[ recovery-image] Aug 28 23:02:02.929 INFO O| Aug 28 23:02:02.929 INFO STEP 773 (remove_files) COMPLETE
63582024-08-28T23:02:03.820Z[ recovery-image] Aug 28 23:02:02.929 INFO O| Aug 28 23:02:02.929 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-08-28T23:02:03.874Z[ recovery-image] Aug 28 23:02:02.985 INFO O| Aug 28 23:02:02.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63602024-08-28T23:02:03.874Z[ recovery-image] Aug 28 23:02:02.985 INFO O| Aug 28 23:02:02.985 INFO STEP 774 (remove_files) COMPLETE
63612024-08-28T23:02:03.874Z[ recovery-image] Aug 28 23:02:02.985 INFO O| Aug 28 23:02:02.985 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-08-28T23:02:03.902Z[ recovery-image] Aug 28 23:02:03.013 INFO O| Aug 28 23:02:03.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
63632024-08-28T23:02:03.902Z[ recovery-image] Aug 28 23:02:03.013 INFO O| Aug 28 23:02:03.013 INFO STEP 775 (remove_files) COMPLETE
63642024-08-28T23:02:03.905Z[ recovery-image] Aug 28 23:02:03.013 INFO O| Aug 28 23:02:03.013 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-08-28T23:02:03.922Z[ recovery-image] Aug 28 23:02:03.033 INFO O| Aug 28 23:02:03.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
63662024-08-28T23:02:03.924Z[ recovery-image] Aug 28 23:02:03.033 INFO O| Aug 28 23:02:03.033 INFO STEP 776 (remove_files) COMPLETE
63672024-08-28T23:02:03.925Z[ recovery-image] Aug 28 23:02:03.034 INFO O| Aug 28 23:02:03.033 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-08-28T23:02:03.942Z[ recovery-image] Aug 28 23:02:03.053 INFO O| Aug 28 23:02:03.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
63692024-08-28T23:02:03.942Z[ recovery-image] Aug 28 23:02:03.053 INFO O| Aug 28 23:02:03.053 INFO STEP 777 (remove_files) COMPLETE
63702024-08-28T23:02:03.942Z[ recovery-image] Aug 28 23:02:03.053 INFO O| Aug 28 23:02:03.053 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-08-28T23:02:03.960Z[ recovery-image] Aug 28 23:02:03.071 INFO O| Aug 28 23:02:03.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
63722024-08-28T23:02:03.960Z[ recovery-image] Aug 28 23:02:03.071 INFO O| Aug 28 23:02:03.071 INFO STEP 778 (remove_files) COMPLETE
63732024-08-28T23:02:03.963Z[ recovery-image] Aug 28 23:02:03.071 INFO O| Aug 28 23:02:03.071 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-08-28T23:02:03.966Z[ host-image] Aug 28 23:02:03.075 INFO O| Aug 28 23:02:03.075 INFO O| Done
63752024-08-28T23:02:04.002Z[ recovery-image] Aug 28 23:02:03.112 INFO O| Aug 28 23:02:03.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
63762024-08-28T23:02:04.002Z[ recovery-image] Aug 28 23:02:03.112 INFO O| Aug 28 23:02:03.112 INFO STEP 779 (remove_files) COMPLETE
63772024-08-28T23:02:04.002Z[ recovery-image] Aug 28 23:02:03.112 INFO O| Aug 28 23:02:03.112 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-08-28T23:02:04.035Z[ recovery-image] Aug 28 23:02:03.144 INFO O| Aug 28 23:02:03.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
63792024-08-28T23:02:04.035Z[ recovery-image] Aug 28 23:02:03.144 INFO O| Aug 28 23:02:03.144 INFO STEP 780 (remove_files) COMPLETE
63802024-08-28T23:02:04.038Z[ recovery-image] Aug 28 23:02:03.144 INFO O| Aug 28 23:02:03.144 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-08-28T23:02:04.054Z[ recovery-image] Aug 28 23:02:03.166 INFO O| Aug 28 23:02:03.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
63822024-08-28T23:02:04.054Z[ recovery-image] Aug 28 23:02:03.166 INFO O| Aug 28 23:02:03.166 INFO STEP 781 (remove_files) COMPLETE
63832024-08-28T23:02:04.054Z[ recovery-image] Aug 28 23:02:03.166 INFO O| Aug 28 23:02:03.166 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-08-28T23:02:04.073Z[ recovery-image] Aug 28 23:02:03.184 INFO O| Aug 28 23:02:03.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
63852024-08-28T23:02:04.073Z[ recovery-image] Aug 28 23:02:03.184 INFO O| Aug 28 23:02:03.184 INFO STEP 782 (remove_files) COMPLETE
63862024-08-28T23:02:04.076Z[ recovery-image] Aug 28 23:02:03.184 INFO O| Aug 28 23:02:03.184 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-08-28T23:02:04.093Z[ recovery-image] Aug 28 23:02:03.204 INFO O| Aug 28 23:02:03.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
63882024-08-28T23:02:04.093Z[ recovery-image] Aug 28 23:02:03.205 INFO O| Aug 28 23:02:03.205 INFO STEP 783 (remove_files) COMPLETE
63892024-08-28T23:02:04.095Z[ recovery-image] Aug 28 23:02:03.205 INFO O| Aug 28 23:02:03.205 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-08-28T23:02:04.113Z[ recovery-image] Aug 28 23:02:03.224 INFO O| Aug 28 23:02:03.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
63912024-08-28T23:02:04.113Z[ recovery-image] Aug 28 23:02:03.224 INFO O| Aug 28 23:02:03.224 INFO STEP 784 (remove_files) COMPLETE
63922024-08-28T23:02:04.113Z[ recovery-image] Aug 28 23:02:03.224 INFO O| Aug 28 23:02:03.224 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-08-28T23:02:04.145Z[ recovery-image] Aug 28 23:02:03.257 INFO O| Aug 28 23:02:03.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
63942024-08-28T23:02:04.145Z[ recovery-image] Aug 28 23:02:03.257 INFO O| Aug 28 23:02:03.257 INFO STEP 785 (remove_files) COMPLETE
63952024-08-28T23:02:04.145Z[ recovery-image] Aug 28 23:02:03.257 INFO O| Aug 28 23:02:03.257 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-08-28T23:02:04.164Z[ recovery-image] Aug 28 23:02:03.275 INFO O| Aug 28 23:02:03.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
63972024-08-28T23:02:04.164Z[ recovery-image] Aug 28 23:02:03.275 INFO O| Aug 28 23:02:03.275 INFO STEP 786 (remove_files) COMPLETE
63982024-08-28T23:02:04.164Z[ recovery-image] Aug 28 23:02:03.275 INFO O| Aug 28 23:02:03.275 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-08-28T23:02:04.190Z[ recovery-image] Aug 28 23:02:03.301 INFO O| Aug 28 23:02:03.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
64002024-08-28T23:02:04.190Z[ recovery-image] Aug 28 23:02:03.301 INFO O| Aug 28 23:02:03.301 INFO STEP 787 (remove_files) COMPLETE
64012024-08-28T23:02:04.190Z[ recovery-image] Aug 28 23:02:03.301 INFO O| Aug 28 23:02:03.301 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-08-28T23:02:04.225Z[ recovery-image] Aug 28 23:02:03.337 INFO O| Aug 28 23:02:03.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64032024-08-28T23:02:04.226Z[ recovery-image] Aug 28 23:02:03.337 INFO O| Aug 28 23:02:03.337 INFO STEP 788 (remove_files) COMPLETE
64042024-08-28T23:02:04.226Z[ recovery-image] Aug 28 23:02:03.337 INFO O| Aug 28 23:02:03.337 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-08-28T23:02:04.244Z[ recovery-image] Aug 28 23:02:03.356 INFO O| Aug 28 23:02:03.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64062024-08-28T23:02:04.244Z[ recovery-image] Aug 28 23:02:03.356 INFO O| Aug 28 23:02:03.355 INFO STEP 789 (remove_files) COMPLETE
64072024-08-28T23:02:04.247Z[ recovery-image] Aug 28 23:02:03.356 INFO O| Aug 28 23:02:03.355 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-08-28T23:02:04.261Z[ recovery-image] Aug 28 23:02:03.373 INFO O| Aug 28 23:02:03.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64092024-08-28T23:02:04.261Z[ recovery-image] Aug 28 23:02:03.373 INFO O| Aug 28 23:02:03.373 INFO STEP 790 (remove_files) COMPLETE
64102024-08-28T23:02:04.261Z[ recovery-image] Aug 28 23:02:03.373 INFO O| Aug 28 23:02:03.373 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-08-28T23:02:04.283Z[ recovery-image] Aug 28 23:02:03.394 INFO O| Aug 28 23:02:03.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
64122024-08-28T23:02:04.283Z[ recovery-image] Aug 28 23:02:03.394 INFO O| Aug 28 23:02:03.394 INFO STEP 791 (remove_files) COMPLETE
64132024-08-28T23:02:04.283Z[ recovery-image] Aug 28 23:02:03.394 INFO O| Aug 28 23:02:03.394 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-08-28T23:02:04.344Z[ recovery-image] Aug 28 23:02:03.455 INFO O| Aug 28 23:02:03.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
64152024-08-28T23:02:04.344Z[ recovery-image] Aug 28 23:02:03.455 INFO O| Aug 28 23:02:03.455 INFO STEP 792 (remove_files) COMPLETE
64162024-08-28T23:02:04.344Z[ recovery-image] Aug 28 23:02:03.455 INFO O| Aug 28 23:02:03.455 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-08-28T23:02:04.405Z[ recovery-image] Aug 28 23:02:03.516 INFO O| Aug 28 23:02:03.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
64182024-08-28T23:02:04.405Z[ recovery-image] Aug 28 23:02:03.516 INFO O| Aug 28 23:02:03.516 INFO STEP 793 (remove_files) COMPLETE
64192024-08-28T23:02:04.405Z[ recovery-image] Aug 28 23:02:03.516 INFO O| Aug 28 23:02:03.516 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-08-28T23:02:04.421Z[ recovery-image] Aug 28 23:02:03.532 INFO O| Aug 28 23:02:03.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64212024-08-28T23:02:04.421Z[ recovery-image] Aug 28 23:02:03.532 INFO O| Aug 28 23:02:03.532 INFO STEP 794 (remove_files) COMPLETE
64222024-08-28T23:02:04.421Z[ recovery-image] Aug 28 23:02:03.532 INFO O| Aug 28 23:02:03.532 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-08-28T23:02:04.458Z[ recovery-image] Aug 28 23:02:03.569 INFO O| Aug 28 23:02:03.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64242024-08-28T23:02:04.461Z[ recovery-image] Aug 28 23:02:03.569 INFO O| Aug 28 23:02:03.569 INFO STEP 795 (remove_files) COMPLETE
64252024-08-28T23:02:04.462Z[ recovery-image] Aug 28 23:02:03.570 INFO O| Aug 28 23:02:03.569 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-08-28T23:02:04.479Z[ recovery-image] Aug 28 23:02:03.588 INFO O| Aug 28 23:02:03.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64272024-08-28T23:02:04.482Z[ recovery-image] Aug 28 23:02:03.588 INFO O| Aug 28 23:02:03.588 INFO STEP 796 (remove_files) COMPLETE
64282024-08-28T23:02:04.482Z[ recovery-image] Aug 28 23:02:03.588 INFO O| Aug 28 23:02:03.588 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-08-28T23:02:04.511Z[ recovery-image] Aug 28 23:02:03.622 INFO O| Aug 28 23:02:03.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64302024-08-28T23:02:04.530Z[ recovery-image] Aug 28 23:02:03.642 INFO O| Aug 28 23:02:03.642 INFO STEP 797 (remove_files) COMPLETE
64312024-08-28T23:02:04.531Z[ recovery-image] Aug 28 23:02:03.642 INFO O| Aug 28 23:02:03.642 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-08-28T23:02:04.549Z[ recovery-image] Aug 28 23:02:03.660 INFO O| Aug 28 23:02:03.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64332024-08-28T23:02:04.551Z[ recovery-image] Aug 28 23:02:03.660 INFO O| Aug 28 23:02:03.660 INFO STEP 798 (remove_files) COMPLETE
64342024-08-28T23:02:04.551Z[ recovery-image] Aug 28 23:02:03.661 INFO O| Aug 28 23:02:03.660 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-08-28T23:02:04.577Z[ recovery-image] Aug 28 23:02:03.688 INFO O| Aug 28 23:02:03.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64362024-08-28T23:02:04.577Z[ recovery-image] Aug 28 23:02:03.688 INFO O| Aug 28 23:02:03.688 INFO STEP 799 (remove_files) COMPLETE
64372024-08-28T23:02:04.580Z[ recovery-image] Aug 28 23:02:03.689 INFO O| Aug 28 23:02:03.688 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-08-28T23:02:04.624Z[ recovery-image] Aug 28 23:02:03.735 INFO O| Aug 28 23:02:03.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64392024-08-28T23:02:04.627Z[ recovery-image] Aug 28 23:02:03.735 INFO O| Aug 28 23:02:03.735 INFO STEP 800 (remove_files) COMPLETE
64402024-08-28T23:02:04.627Z[ recovery-image] Aug 28 23:02:03.736 INFO O| Aug 28 23:02:03.736 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-08-28T23:02:04.643Z[ recovery-image] Aug 28 23:02:03.754 INFO O| Aug 28 23:02:03.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
64422024-08-28T23:02:04.645Z[ recovery-image] Aug 28 23:02:03.755 INFO O| Aug 28 23:02:03.755 INFO STEP 801 (remove_files) COMPLETE
64432024-08-28T23:02:04.645Z[ recovery-image] Aug 28 23:02:03.755 INFO O| Aug 28 23:02:03.755 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-08-28T23:02:04.662Z[ recovery-image] Aug 28 23:02:03.774 INFO O| Aug 28 23:02:03.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64452024-08-28T23:02:04.665Z[ recovery-image] Aug 28 23:02:03.774 INFO O| Aug 28 23:02:03.774 INFO STEP 802 (remove_files) COMPLETE
64462024-08-28T23:02:04.665Z[ recovery-image] Aug 28 23:02:03.774 INFO O| Aug 28 23:02:03.774 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-08-28T23:02:04.727Z[ recovery-image] Aug 28 23:02:03.839 INFO O| Aug 28 23:02:03.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
64482024-08-28T23:02:04.727Z[ recovery-image] Aug 28 23:02:03.839 INFO O| Aug 28 23:02:03.839 INFO STEP 803 (remove_files) COMPLETE
64492024-08-28T23:02:04.730Z[ recovery-image] Aug 28 23:02:03.839 INFO O| Aug 28 23:02:03.839 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-08-28T23:02:04.746Z[ recovery-image] Aug 28 23:02:03.857 INFO O| Aug 28 23:02:03.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
64512024-08-28T23:02:04.748Z[ recovery-image] Aug 28 23:02:03.858 INFO O| Aug 28 23:02:03.857 INFO STEP 804 (remove_files) COMPLETE
64522024-08-28T23:02:04.748Z[ recovery-image] Aug 28 23:02:03.858 INFO O| Aug 28 23:02:03.858 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-08-28T23:02:04.783Z[ recovery-image] Aug 28 23:02:03.895 INFO O| Aug 28 23:02:03.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
64542024-08-28T23:02:04.783Z[ recovery-image] Aug 28 23:02:03.895 INFO O| Aug 28 23:02:03.895 INFO STEP 805 (remove_files) COMPLETE
64552024-08-28T23:02:04.783Z[ recovery-image] Aug 28 23:02:03.895 INFO O| Aug 28 23:02:03.895 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-08-28T23:02:04.804Z[ recovery-image] Aug 28 23:02:03.916 INFO O| Aug 28 23:02:03.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
64572024-08-28T23:02:04.804Z[ recovery-image] Aug 28 23:02:03.916 INFO O| Aug 28 23:02:03.916 INFO STEP 806 (remove_files) COMPLETE
64582024-08-28T23:02:04.807Z[ recovery-image] Aug 28 23:02:03.916 INFO O| Aug 28 23:02:03.916 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-08-28T23:02:04.878Z[ recovery-image] Aug 28 23:02:03.989 INFO O| Aug 28 23:02:03.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
64602024-08-28T23:02:04.878Z[ recovery-image] Aug 28 23:02:03.989 INFO O| Aug 28 23:02:03.989 INFO STEP 807 (remove_files) COMPLETE
64612024-08-28T23:02:04.880Z[ recovery-image] Aug 28 23:02:03.990 INFO O| Aug 28 23:02:03.989 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-08-28T23:02:04.945Z[ recovery-image] Aug 28 23:02:04.057 INFO O| Aug 28 23:02:04.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
64632024-08-28T23:02:04.945Z[ recovery-image] Aug 28 23:02:04.057 INFO O| Aug 28 23:02:04.057 INFO STEP 808 (remove_files) COMPLETE
64642024-08-28T23:02:04.945Z[ recovery-image] Aug 28 23:02:04.057 INFO O| Aug 28 23:02:04.057 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-08-28T23:02:04.965Z[ recovery-image] Aug 28 23:02:04.077 INFO O| Aug 28 23:02:04.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
64662024-08-28T23:02:04.965Z[ recovery-image] Aug 28 23:02:04.077 INFO O| Aug 28 23:02:04.077 INFO STEP 809 (remove_files) COMPLETE
64672024-08-28T23:02:04.965Z[ recovery-image] Aug 28 23:02:04.077 INFO O| Aug 28 23:02:04.077 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-08-28T23:02:05.001Z[ recovery-image] Aug 28 23:02:04.113 INFO O| Aug 28 23:02:04.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
64692024-08-28T23:02:05.001Z[ recovery-image] Aug 28 23:02:04.113 INFO O| Aug 28 23:02:04.113 INFO STEP 810 (remove_files) COMPLETE
64702024-08-28T23:02:05.004Z[ recovery-image] Aug 28 23:02:04.113 INFO O| Aug 28 23:02:04.113 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-08-28T23:02:05.022Z[ recovery-image] Aug 28 23:02:04.134 INFO O| Aug 28 23:02:04.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
64722024-08-28T23:02:05.022Z[ recovery-image] Aug 28 23:02:04.134 INFO O| Aug 28 23:02:04.134 INFO STEP 811 (remove_files) COMPLETE
64732024-08-28T23:02:05.022Z[ recovery-image] Aug 28 23:02:04.134 INFO O| Aug 28 23:02:04.134 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-08-28T23:02:05.044Z[ recovery-image] Aug 28 23:02:04.155 INFO O| Aug 28 23:02:04.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
64752024-08-28T23:02:05.044Z[ recovery-image] Aug 28 23:02:04.155 INFO O| Aug 28 23:02:04.155 INFO STEP 812 (remove_files) COMPLETE
64762024-08-28T23:02:05.044Z[ recovery-image] Aug 28 23:02:04.155 INFO O| Aug 28 23:02:04.155 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-08-28T23:02:05.064Z[ recovery-image] Aug 28 23:02:04.176 INFO O| Aug 28 23:02:04.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
64782024-08-28T23:02:05.064Z[ recovery-image] Aug 28 23:02:04.176 INFO O| Aug 28 23:02:04.176 INFO STEP 813 (remove_files) COMPLETE
64792024-08-28T23:02:05.067Z[ recovery-image] Aug 28 23:02:04.176 INFO O| Aug 28 23:02:04.176 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-08-28T23:02:05.085Z[ recovery-image] Aug 28 23:02:04.196 INFO O| Aug 28 23:02:04.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
64812024-08-28T23:02:05.085Z[ recovery-image] Aug 28 23:02:04.196 INFO O| Aug 28 23:02:04.196 INFO STEP 814 (remove_files) COMPLETE
64822024-08-28T23:02:05.085Z[ recovery-image] Aug 28 23:02:04.196 INFO O| Aug 28 23:02:04.196 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-08-28T23:02:05.152Z[ recovery-image] Aug 28 23:02:04.264 INFO O| Aug 28 23:02:04.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
64842024-08-28T23:02:05.152Z[ recovery-image] Aug 28 23:02:04.264 INFO O| Aug 28 23:02:04.264 INFO STEP 815 (remove_files) COMPLETE
64852024-08-28T23:02:05.152Z[ recovery-image] Aug 28 23:02:04.264 INFO O| Aug 28 23:02:04.264 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-08-28T23:02:05.202Z[ recovery-image] Aug 28 23:02:04.314 INFO O| Aug 28 23:02:04.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
64872024-08-28T23:02:05.202Z[ recovery-image] Aug 28 23:02:04.314 INFO O| Aug 28 23:02:04.310 INFO STEP 816 (remove_files) COMPLETE
64882024-08-28T23:02:05.202Z[ recovery-image] Aug 28 23:02:04.314 INFO O| Aug 28 23:02:04.310 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-08-28T23:02:05.249Z[ recovery-image] Aug 28 23:02:04.361 INFO O| Aug 28 23:02:04.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
64902024-08-28T23:02:05.249Z[ recovery-image] Aug 28 23:02:04.361 INFO O| Aug 28 23:02:04.352 INFO STEP 817 (remove_files) COMPLETE
64912024-08-28T23:02:05.252Z[ recovery-image] Aug 28 23:02:04.361 INFO O| Aug 28 23:02:04.352 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-08-28T23:02:05.262Z[ recovery-image] Aug 28 23:02:04.374 INFO O| Aug 28 23:02:04.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
64932024-08-28T23:02:05.262Z[ recovery-image] Aug 28 23:02:04.374 INFO O| Aug 28 23:02:04.374 INFO STEP 818 (remove_files) COMPLETE
64942024-08-28T23:02:05.262Z[ recovery-image] Aug 28 23:02:04.374 INFO O| Aug 28 23:02:04.374 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-08-28T23:02:05.281Z[ recovery-image] Aug 28 23:02:04.393 INFO O| Aug 28 23:02:04.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
64962024-08-28T23:02:05.281Z[ recovery-image] Aug 28 23:02:04.393 INFO O| Aug 28 23:02:04.393 INFO STEP 819 (remove_files) COMPLETE
64972024-08-28T23:02:05.281Z[ recovery-image] Aug 28 23:02:04.393 INFO O| Aug 28 23:02:04.393 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-08-28T23:02:05.317Z[ recovery-image] Aug 28 23:02:04.429 INFO O| Aug 28 23:02:04.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
64992024-08-28T23:02:05.320Z[ recovery-image] Aug 28 23:02:04.429 INFO O| Aug 28 23:02:04.429 INFO STEP 820 (remove_files) COMPLETE
65002024-08-28T23:02:05.320Z[ recovery-image] Aug 28 23:02:04.429 INFO O| Aug 28 23:02:04.429 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-08-28T23:02:05.336Z[ recovery-image] Aug 28 23:02:04.446 INFO O| Aug 28 23:02:04.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65022024-08-28T23:02:05.336Z[ recovery-image] Aug 28 23:02:04.446 INFO O| Aug 28 23:02:04.446 INFO STEP 821 (remove_files) COMPLETE
65032024-08-28T23:02:05.339Z[ recovery-image] Aug 28 23:02:04.447 INFO O| Aug 28 23:02:04.446 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-08-28T23:02:05.394Z[ recovery-image] Aug 28 23:02:04.502 INFO O| Aug 28 23:02:04.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65052024-08-28T23:02:05.394Z[ recovery-image] Aug 28 23:02:04.503 INFO O| Aug 28 23:02:04.503 INFO STEP 822 (remove_files) COMPLETE
65062024-08-28T23:02:05.394Z[ recovery-image] Aug 28 23:02:04.503 INFO O| Aug 28 23:02:04.503 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-08-28T23:02:05.434Z[ recovery-image] Aug 28 23:02:04.545 INFO O| Aug 28 23:02:04.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65082024-08-28T23:02:05.434Z[ recovery-image] Aug 28 23:02:04.545 INFO O| Aug 28 23:02:04.545 INFO STEP 823 (remove_files) COMPLETE
65092024-08-28T23:02:05.434Z[ recovery-image] Aug 28 23:02:04.545 INFO O| Aug 28 23:02:04.545 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-08-28T23:02:05.489Z[ recovery-image] Aug 28 23:02:04.600 INFO O| Aug 28 23:02:04.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
65112024-08-28T23:02:05.489Z[ recovery-image] Aug 28 23:02:04.600 INFO O| Aug 28 23:02:04.600 INFO STEP 824 (remove_files) COMPLETE
65122024-08-28T23:02:05.489Z[ recovery-image] Aug 28 23:02:04.600 INFO O| Aug 28 23:02:04.600 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-08-28T23:02:05.524Z[ recovery-image] Aug 28 23:02:04.636 INFO O| Aug 28 23:02:04.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
65142024-08-28T23:02:05.524Z[ recovery-image] Aug 28 23:02:04.636 INFO O| Aug 28 23:02:04.636 INFO STEP 825 (remove_files) COMPLETE
65152024-08-28T23:02:05.524Z[ recovery-image] Aug 28 23:02:04.636 INFO O| Aug 28 23:02:04.636 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-08-28T23:02:05.554Z[ recovery-image] Aug 28 23:02:04.666 INFO O| Aug 28 23:02:04.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
65172024-08-28T23:02:05.554Z[ recovery-image] Aug 28 23:02:04.666 INFO O| Aug 28 23:02:04.666 INFO STEP 826 (remove_files) COMPLETE
65182024-08-28T23:02:05.554Z[ recovery-image] Aug 28 23:02:04.666 INFO O| Aug 28 23:02:04.666 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-08-28T23:02:05.572Z[ recovery-image] Aug 28 23:02:04.684 INFO O| Aug 28 23:02:04.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
65202024-08-28T23:02:05.572Z[ recovery-image] Aug 28 23:02:04.684 INFO O| Aug 28 23:02:04.684 INFO STEP 827 (remove_files) COMPLETE
65212024-08-28T23:02:05.572Z[ recovery-image] Aug 28 23:02:04.684 INFO O| Aug 28 23:02:04.684 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-08-28T23:02:05.840Z[ recovery-image] Aug 28 23:02:04.715 INFO O| Aug 28 23:02:04.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65232024-08-28T23:02:05.840Z[ recovery-image] Aug 28 23:02:04.715 INFO O| Aug 28 23:02:04.715 INFO STEP 828 (remove_files) COMPLETE
65242024-08-28T23:02:05.840Z[ recovery-image] Aug 28 23:02:04.715 INFO O| Aug 28 23:02:04.715 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-08-28T23:02:05.843Z[ recovery-image] Aug 28 23:02:04.735 INFO O| Aug 28 23:02:04.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65262024-08-28T23:02:05.843Z[ recovery-image] Aug 28 23:02:04.735 INFO O| Aug 28 23:02:04.735 INFO STEP 829 (remove_files) COMPLETE
65272024-08-28T23:02:05.843Z[ recovery-image] Aug 28 23:02:04.735 INFO O| Aug 28 23:02:04.735 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-08-28T23:02:05.843Z[ recovery-image] Aug 28 23:02:04.788 INFO O| Aug 28 23:02:04.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65292024-08-28T23:02:05.843Z[ recovery-image] Aug 28 23:02:04.788 INFO O| Aug 28 23:02:04.788 INFO STEP 830 (remove_files) COMPLETE
65302024-08-28T23:02:05.843Z[ recovery-image] Aug 28 23:02:04.788 INFO O| Aug 28 23:02:04.788 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-08-28T23:02:05.843Z[ recovery-image] Aug 28 23:02:04.806 INFO O| Aug 28 23:02:04.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65322024-08-28T23:02:05.843Z[ recovery-image] Aug 28 23:02:04.806 INFO O| Aug 28 23:02:04.806 INFO STEP 831 (remove_files) COMPLETE
65332024-08-28T23:02:05.843Z[ recovery-image] Aug 28 23:02:04.806 INFO O| Aug 28 23:02:04.806 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-08-28T23:02:05.843Z[ recovery-image] Aug 28 23:02:04.825 INFO O| Aug 28 23:02:04.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65352024-08-28T23:02:05.843Z[ recovery-image] Aug 28 23:02:04.825 INFO O| Aug 28 23:02:04.825 INFO STEP 832 (remove_files) COMPLETE
65362024-08-28T23:02:05.843Z[ recovery-image] Aug 28 23:02:04.825 INFO O| Aug 28 23:02:04.825 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-08-28T23:02:05.843Z[ recovery-image] Aug 28 23:02:04.874 INFO O| Aug 28 23:02:04.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65382024-08-28T23:02:05.843Z[ recovery-image] Aug 28 23:02:04.875 INFO O| Aug 28 23:02:04.874 INFO STEP 833 (remove_files) COMPLETE
65392024-08-28T23:02:05.843Z[ recovery-image] Aug 28 23:02:04.875 INFO O| Aug 28 23:02:04.875 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-08-28T23:02:05.843Z[ recovery-image] Aug 28 23:02:04.895 INFO O| Aug 28 23:02:04.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65412024-08-28T23:02:05.843Z[ recovery-image] Aug 28 23:02:04.896 INFO O| Aug 28 23:02:04.896 INFO STEP 834 (remove_files) COMPLETE
65422024-08-28T23:02:05.843Z[ recovery-image] Aug 28 23:02:04.896 INFO O| Aug 28 23:02:04.896 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-08-28T23:02:05.855Z[ recovery-image] Aug 28 23:02:04.966 INFO O| Aug 28 23:02:04.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65442024-08-28T23:02:05.855Z[ recovery-image] Aug 28 23:02:04.966 INFO O| Aug 28 23:02:04.966 INFO STEP 835 (remove_files) COMPLETE
65452024-08-28T23:02:05.855Z[ recovery-image] Aug 28 23:02:04.966 INFO O| Aug 28 23:02:04.966 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-08-28T23:02:05.893Z[ recovery-image] Aug 28 23:02:05.004 INFO O| Aug 28 23:02:05.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65472024-08-28T23:02:05.893Z[ recovery-image] Aug 28 23:02:05.005 INFO O| Aug 28 23:02:05.004 INFO STEP 836 (remove_files) COMPLETE
65482024-08-28T23:02:05.895Z[ recovery-image] Aug 28 23:02:05.005 INFO O| Aug 28 23:02:05.004 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-08-28T23:02:06.018Z[ recovery-image] Aug 28 23:02:05.130 INFO O| Aug 28 23:02:05.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
65502024-08-28T23:02:06.018Z[ recovery-image] Aug 28 23:02:05.130 INFO O| Aug 28 23:02:05.130 INFO STEP 837 (remove_files) COMPLETE
65512024-08-28T23:02:06.018Z[ recovery-image] Aug 28 23:02:05.130 INFO O| Aug 28 23:02:05.130 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-08-28T23:02:06.094Z[ recovery-image] Aug 28 23:02:05.206 INFO O| Aug 28 23:02:05.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
65532024-08-28T23:02:06.094Z[ recovery-image] Aug 28 23:02:05.206 INFO O| Aug 28 23:02:05.206 INFO STEP 838 (remove_files) COMPLETE
65542024-08-28T23:02:06.097Z[ recovery-image] Aug 28 23:02:05.206 INFO O| Aug 28 23:02:05.206 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-08-28T23:02:06.160Z[ recovery-image] Aug 28 23:02:05.271 INFO O| Aug 28 23:02:05.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
65562024-08-28T23:02:06.160Z[ recovery-image] Aug 28 23:02:05.271 INFO O| Aug 28 23:02:05.271 INFO STEP 839 (remove_files) COMPLETE
65572024-08-28T23:02:06.160Z[ recovery-image] Aug 28 23:02:05.271 INFO O| Aug 28 23:02:05.271 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-08-28T23:02:06.191Z[ recovery-image] Aug 28 23:02:05.303 INFO O| Aug 28 23:02:05.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
65592024-08-28T23:02:06.191Z[ recovery-image] Aug 28 23:02:05.303 INFO O| Aug 28 23:02:05.303 INFO STEP 840 (remove_files) COMPLETE
65602024-08-28T23:02:06.191Z[ recovery-image] Aug 28 23:02:05.303 INFO O| Aug 28 23:02:05.303 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-08-28T23:02:06.219Z[ recovery-image] Aug 28 23:02:05.331 INFO O| Aug 28 23:02:05.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
65622024-08-28T23:02:06.219Z[ recovery-image] Aug 28 23:02:05.331 INFO O| Aug 28 23:02:05.331 INFO STEP 841 (remove_files) COMPLETE
65632024-08-28T23:02:06.219Z[ recovery-image] Aug 28 23:02:05.331 INFO O| Aug 28 23:02:05.331 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-08-28T23:02:06.238Z[ recovery-image] Aug 28 23:02:05.350 INFO O| Aug 28 23:02:05.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
65652024-08-28T23:02:06.238Z[ recovery-image] Aug 28 23:02:05.350 INFO O| Aug 28 23:02:05.350 INFO STEP 842 (remove_files) COMPLETE
65662024-08-28T23:02:06.238Z[ recovery-image] Aug 28 23:02:05.350 INFO O| Aug 28 23:02:05.350 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-08-28T23:02:06.267Z[ recovery-image] Aug 28 23:02:05.378 INFO O| Aug 28 23:02:05.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
65682024-08-28T23:02:06.269Z[ recovery-image] Aug 28 23:02:05.379 INFO O| Aug 28 23:02:05.378 INFO STEP 843 (remove_files) COMPLETE
65692024-08-28T23:02:06.269Z[ recovery-image] Aug 28 23:02:05.379 INFO O| Aug 28 23:02:05.379 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-08-28T23:02:06.287Z[ recovery-image] Aug 28 23:02:05.398 INFO O| Aug 28 23:02:05.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
65712024-08-28T23:02:06.289Z[ recovery-image] Aug 28 23:02:05.398 INFO O| Aug 28 23:02:05.398 INFO STEP 844 (remove_files) COMPLETE
65722024-08-28T23:02:06.289Z[ recovery-image] Aug 28 23:02:05.399 INFO O| Aug 28 23:02:05.398 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-08-28T23:02:06.305Z[ recovery-image] Aug 28 23:02:05.417 INFO O| Aug 28 23:02:05.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
65742024-08-28T23:02:06.308Z[ recovery-image] Aug 28 23:02:05.417 INFO O| Aug 28 23:02:05.417 INFO STEP 845 (remove_files) COMPLETE
65752024-08-28T23:02:06.308Z[ recovery-image] Aug 28 23:02:05.417 INFO O| Aug 28 23:02:05.417 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-08-28T23:02:06.332Z[ recovery-image] Aug 28 23:02:05.443 INFO O| Aug 28 23:02:05.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
65772024-08-28T23:02:06.332Z[ recovery-image] Aug 28 23:02:05.443 INFO O| Aug 28 23:02:05.443 INFO STEP 846 (remove_files) COMPLETE
65782024-08-28T23:02:06.332Z[ recovery-image] Aug 28 23:02:05.443 INFO O| Aug 28 23:02:05.443 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-08-28T23:02:06.360Z[ recovery-image] Aug 28 23:02:05.471 INFO O| Aug 28 23:02:05.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
65802024-08-28T23:02:06.372Z[ recovery-image] Aug 28 23:02:05.484 INFO O| Aug 28 23:02:05.484 INFO STEP 847 (remove_files) COMPLETE
65812024-08-28T23:02:06.372Z[ recovery-image] Aug 28 23:02:05.484 INFO O| Aug 28 23:02:05.484 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-08-28T23:02:06.392Z[ recovery-image] Aug 28 23:02:05.504 INFO O| Aug 28 23:02:05.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
65832024-08-28T23:02:06.394Z[ recovery-image] Aug 28 23:02:05.504 INFO O| Aug 28 23:02:05.504 INFO STEP 848 (remove_files) COMPLETE
65842024-08-28T23:02:06.394Z[ recovery-image] Aug 28 23:02:05.504 INFO O| Aug 28 23:02:05.504 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-08-28T23:02:06.408Z[ recovery-image] Aug 28 23:02:05.520 INFO O| Aug 28 23:02:05.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
65862024-08-28T23:02:06.408Z[ recovery-image] Aug 28 23:02:05.520 INFO O| Aug 28 23:02:05.520 INFO STEP 849 (remove_files) COMPLETE
65872024-08-28T23:02:06.411Z[ recovery-image] Aug 28 23:02:05.520 INFO O| Aug 28 23:02:05.520 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-08-28T23:02:06.474Z[ recovery-image] Aug 28 23:02:05.585 INFO O| Aug 28 23:02:05.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
65892024-08-28T23:02:06.476Z[ recovery-image] Aug 28 23:02:05.585 INFO O| Aug 28 23:02:05.585 INFO STEP 850 (remove_files) COMPLETE
65902024-08-28T23:02:06.476Z[ recovery-image] Aug 28 23:02:05.585 INFO O| Aug 28 23:02:05.585 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-08-28T23:02:06.501Z[ recovery-image] Aug 28 23:02:05.612 INFO O| Aug 28 23:02:05.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
65922024-08-28T23:02:06.501Z[ recovery-image] Aug 28 23:02:05.612 INFO O| Aug 28 23:02:05.612 INFO STEP 851 (remove_files) COMPLETE
65932024-08-28T23:02:06.501Z[ recovery-image] Aug 28 23:02:05.612 INFO O| Aug 28 23:02:05.612 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-08-28T23:02:06.554Z[ recovery-image] Aug 28 23:02:05.665 INFO O| Aug 28 23:02:05.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
65952024-08-28T23:02:06.554Z[ recovery-image] Aug 28 23:02:05.665 INFO O| Aug 28 23:02:05.665 INFO STEP 852 (remove_files) COMPLETE
65962024-08-28T23:02:06.556Z[ recovery-image] Aug 28 23:02:05.665 INFO O| Aug 28 23:02:05.665 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-08-28T23:02:06.572Z[ recovery-image] Aug 28 23:02:05.684 INFO O| Aug 28 23:02:05.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
65982024-08-28T23:02:06.572Z[ recovery-image] Aug 28 23:02:05.684 INFO O| Aug 28 23:02:05.684 INFO STEP 853 (remove_files) COMPLETE
65992024-08-28T23:02:06.572Z[ recovery-image] Aug 28 23:02:05.684 INFO O| Aug 28 23:02:05.684 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-08-28T23:02:06.603Z[ recovery-image] Aug 28 23:02:05.714 INFO O| Aug 28 23:02:05.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
66012024-08-28T23:02:06.603Z[ recovery-image] Aug 28 23:02:05.714 INFO O| Aug 28 23:02:05.714 INFO STEP 854 (remove_files) COMPLETE
66022024-08-28T23:02:06.603Z[ recovery-image] Aug 28 23:02:05.714 INFO O| Aug 28 23:02:05.714 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-08-28T23:02:06.623Z[ recovery-image] Aug 28 23:02:05.735 INFO O| Aug 28 23:02:05.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66042024-08-28T23:02:06.623Z[ recovery-image] Aug 28 23:02:05.735 INFO O| Aug 28 23:02:05.735 INFO STEP 855 (remove_files) COMPLETE
66052024-08-28T23:02:06.623Z[ recovery-image] Aug 28 23:02:05.735 INFO O| Aug 28 23:02:05.735 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-08-28T23:02:06.643Z[ recovery-image] Aug 28 23:02:05.754 INFO O| Aug 28 23:02:05.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66072024-08-28T23:02:06.643Z[ recovery-image] Aug 28 23:02:05.754 INFO O| Aug 28 23:02:05.754 INFO STEP 856 (remove_files) COMPLETE
66082024-08-28T23:02:06.643Z[ recovery-image] Aug 28 23:02:05.754 INFO O| Aug 28 23:02:05.754 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-08-28T23:02:06.679Z[ recovery-image] Aug 28 23:02:05.791 INFO O| Aug 28 23:02:05.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66102024-08-28T23:02:06.679Z[ recovery-image] Aug 28 23:02:05.791 INFO O| Aug 28 23:02:05.791 INFO STEP 857 (remove_files) COMPLETE
66112024-08-28T23:02:06.682Z[ recovery-image] Aug 28 23:02:05.791 INFO O| Aug 28 23:02:05.791 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-08-28T23:02:06.700Z[ recovery-image] Aug 28 23:02:05.812 INFO O| Aug 28 23:02:05.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
66132024-08-28T23:02:06.700Z[ recovery-image] Aug 28 23:02:05.812 INFO O| Aug 28 23:02:05.812 INFO STEP 858 (remove_files) COMPLETE
66142024-08-28T23:02:06.700Z[ recovery-image] Aug 28 23:02:05.812 INFO O| Aug 28 23:02:05.812 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-08-28T23:02:06.735Z[ recovery-image] Aug 28 23:02:05.846 INFO O| Aug 28 23:02:05.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66162024-08-28T23:02:06.737Z[ recovery-image] Aug 28 23:02:05.847 INFO O| Aug 28 23:02:05.846 INFO STEP 859 (remove_files) COMPLETE
66172024-08-28T23:02:06.737Z[ recovery-image] Aug 28 23:02:05.847 INFO O| Aug 28 23:02:05.846 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-08-28T23:02:06.756Z[ recovery-image] Aug 28 23:02:05.868 INFO O| Aug 28 23:02:05.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66192024-08-28T23:02:06.759Z[ recovery-image] Aug 28 23:02:05.868 INFO O| Aug 28 23:02:05.868 INFO STEP 860 (remove_files) COMPLETE
66202024-08-28T23:02:06.759Z[ recovery-image] Aug 28 23:02:05.868 INFO O| Aug 28 23:02:05.868 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-08-28T23:02:06.790Z[ recovery-image] Aug 28 23:02:05.901 INFO O| Aug 28 23:02:05.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66222024-08-28T23:02:06.790Z[ recovery-image] Aug 28 23:02:05.901 INFO O| Aug 28 23:02:05.901 INFO STEP 861 (remove_files) COMPLETE
66232024-08-28T23:02:06.790Z[ recovery-image] Aug 28 23:02:05.901 INFO O| Aug 28 23:02:05.901 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-08-28T23:02:06.808Z[ recovery-image] Aug 28 23:02:05.920 INFO O| Aug 28 23:02:05.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66252024-08-28T23:02:06.808Z[ recovery-image] Aug 28 23:02:05.920 INFO O| Aug 28 23:02:05.920 INFO STEP 862 (remove_files) COMPLETE
66262024-08-28T23:02:06.811Z[ recovery-image] Aug 28 23:02:05.920 INFO O| Aug 28 23:02:05.920 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-08-28T23:02:06.832Z[ host-image] Aug 28 23:02:05.943 INFO O| Aug 28 23:02:05.943 INFO O| Done
66282024-08-28T23:02:06.866Z[ recovery-image] Aug 28 23:02:05.977 INFO O| Aug 28 23:02:05.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66292024-08-28T23:02:06.866Z[ recovery-image] Aug 28 23:02:05.977 INFO O| Aug 28 23:02:05.977 INFO STEP 863 (remove_files) COMPLETE
66302024-08-28T23:02:06.866Z[ recovery-image] Aug 28 23:02:05.977 INFO O| Aug 28 23:02:05.977 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-08-28T23:02:06.887Z[ recovery-image] Aug 28 23:02:05.999 INFO O| Aug 28 23:02:05.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66322024-08-28T23:02:06.887Z[ recovery-image] Aug 28 23:02:05.999 INFO O| Aug 28 23:02:05.999 INFO STEP 864 (remove_files) COMPLETE
66332024-08-28T23:02:06.887Z[ recovery-image] Aug 28 23:02:05.999 INFO O| Aug 28 23:02:05.999 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-08-28T23:02:06.899Z[ host-image] Aug 28 23:02:06.011 INFO O| Aug 28 23:02:06.010 INFO O| Done
66352024-08-28T23:02:06.899Z[ host-image] Aug 28 23:02:06.011 INFO O| Aug 28 23:02:06.010 INFO O| Done
66362024-08-28T23:02:06.908Z[ recovery-image] Aug 28 23:02:06.020 INFO O| Aug 28 23:02:06.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66372024-08-28T23:02:06.908Z[ recovery-image] Aug 28 23:02:06.020 INFO O| Aug 28 23:02:06.020 INFO STEP 865 (remove_files) COMPLETE
66382024-08-28T23:02:06.908Z[ recovery-image] Aug 28 23:02:06.020 INFO O| Aug 28 23:02:06.020 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-08-28T23:02:06.929Z[ recovery-image] Aug 28 23:02:06.040 INFO O| Aug 28 23:02:06.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66402024-08-28T23:02:06.933Z[ recovery-image] Aug 28 23:02:06.045 INFO O| Aug 28 23:02:06.045 INFO STEP 866 (remove_files) COMPLETE
66412024-08-28T23:02:06.933Z[ recovery-image] Aug 28 23:02:06.045 INFO O| Aug 28 23:02:06.045 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-08-28T23:02:06.946Z[ host-image] Aug 28 23:02:06.058 INFO O| Aug 28 23:02:06.058 INFO O| Done
66432024-08-28T23:02:06.970Z[ recovery-image] Aug 28 23:02:06.082 INFO O| Aug 28 23:02:06.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66442024-08-28T23:02:06.971Z[ recovery-image] Aug 28 23:02:06.082 INFO O| Aug 28 23:02:06.082 INFO STEP 867 (remove_files) COMPLETE
66452024-08-28T23:02:06.971Z[ recovery-image] Aug 28 23:02:06.082 INFO O| Aug 28 23:02:06.082 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-08-28T23:02:07.029Z[ recovery-image] Aug 28 23:02:06.141 INFO O| Aug 28 23:02:06.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66472024-08-28T23:02:07.029Z[ recovery-image] Aug 28 23:02:06.141 INFO O| Aug 28 23:02:06.141 INFO STEP 868 (remove_files) COMPLETE
66482024-08-28T23:02:07.032Z[ recovery-image] Aug 28 23:02:06.141 INFO O| Aug 28 23:02:06.141 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-08-28T23:02:07.050Z[ recovery-image] Aug 28 23:02:06.162 INFO O| Aug 28 23:02:06.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66502024-08-28T23:02:07.050Z[ recovery-image] Aug 28 23:02:06.162 INFO O| Aug 28 23:02:06.162 INFO STEP 869 (remove_files) COMPLETE
66512024-08-28T23:02:07.050Z[ recovery-image] Aug 28 23:02:06.162 INFO O| Aug 28 23:02:06.162 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-08-28T23:02:07.071Z[ recovery-image] Aug 28 23:02:06.182 INFO O| Aug 28 23:02:06.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
66532024-08-28T23:02:07.071Z[ recovery-image] Aug 28 23:02:06.182 INFO O| Aug 28 23:02:06.182 INFO STEP 870 (remove_files) COMPLETE
66542024-08-28T23:02:07.071Z[ recovery-image] Aug 28 23:02:06.182 INFO O| Aug 28 23:02:06.182 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-08-28T23:02:07.107Z[ recovery-image] Aug 28 23:02:06.213 INFO O| Aug 28 23:02:06.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
66562024-08-28T23:02:07.107Z[ recovery-image] Aug 28 23:02:06.213 INFO O| Aug 28 23:02:06.213 INFO STEP 871 (remove_files) COMPLETE
66572024-08-28T23:02:07.110Z[ recovery-image] Aug 28 23:02:06.213 INFO O| Aug 28 23:02:06.213 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-08-28T23:02:07.110Z[ host-image] Aug 28 23:02:06.219 INFO O| Aug 28 23:02:06.219 INFO STEP 14 (pkg_install) COMPLETE
66592024-08-28T23:02:07.110Z[ host-image] Aug 28 23:02:06.219 INFO O| Aug 28 23:02:06.219 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
66602024-08-28T23:02:07.110Z[ host-image] Aug 28 23:02:06.219 INFO O| Aug 28 23:02:06.219 INFO skip step because feature "mfg" is not enabled
66612024-08-28T23:02:07.110Z[ host-image] Aug 28 23:02:06.219 INFO O| Aug 28 23:02:06.219 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
66622024-08-28T23:02:07.110Z[ host-image] Aug 28 23:02:06.219 INFO O| Aug 28 23:02:06.219 INFO skip step because feature "compliance" is not enabled
66632024-08-28T23:02:07.110Z[ host-image] Aug 28 23:02:06.219 INFO O| Aug 28 23:02:06.219 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
66642024-08-28T23:02:07.110Z[ host-image] Aug 28 23:02:06.219 INFO O| Aug 28 23:02:06.219 INFO skip step because feature "stress" is not enabled
66652024-08-28T23:02:07.110Z[ host-image] Aug 28 23:02:06.219 INFO O| Aug 28 23:02:06.219 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
66662024-08-28T23:02:07.111Z[ host-image] Aug 28 23:02:06.219 INFO O| Aug 28 23:02:06.219 INFO skip step because feature "nfs" is not enabled
66672024-08-28T23:02:07.111Z[ host-image] Aug 28 23:02:06.219 INFO O| Aug 28 23:02:06.219 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
66682024-08-28T23:02:07.111Z[ host-image] Aug 28 23:02:06.219 INFO O| Aug 28 23:02:06.219 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
66692024-08-28T23:02:07.169Z[ recovery-image] Aug 28 23:02:06.280 INFO O| Aug 28 23:02:06.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
66702024-08-28T23:02:07.171Z[ recovery-image] Aug 28 23:02:06.280 INFO O| Aug 28 23:02:06.280 INFO STEP 872 (remove_files) COMPLETE
66712024-08-28T23:02:07.171Z[ recovery-image] Aug 28 23:02:06.280 INFO O| Aug 28 23:02:06.280 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-08-28T23:02:07.189Z[ recovery-image] Aug 28 23:02:06.300 INFO O| Aug 28 23:02:06.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
66732024-08-28T23:02:07.191Z[ recovery-image] Aug 28 23:02:06.301 INFO O| Aug 28 23:02:06.301 INFO STEP 873 (remove_files) COMPLETE
66742024-08-28T23:02:07.191Z[ recovery-image] Aug 28 23:02:06.301 INFO O| Aug 28 23:02:06.301 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-08-28T23:02:07.209Z[ recovery-image] Aug 28 23:02:06.321 INFO O| Aug 28 23:02:06.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
66762024-08-28T23:02:07.212Z[ recovery-image] Aug 28 23:02:06.322 INFO O| Aug 28 23:02:06.321 INFO STEP 874 (remove_files) COMPLETE
66772024-08-28T23:02:07.212Z[ recovery-image] Aug 28 23:02:06.322 INFO O| Aug 28 23:02:06.322 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-08-28T23:02:07.230Z[ recovery-image] Aug 28 23:02:06.341 INFO O| Aug 28 23:02:06.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
66792024-08-28T23:02:07.233Z[ recovery-image] Aug 28 23:02:06.342 INFO O| Aug 28 23:02:06.342 INFO STEP 875 (remove_files) COMPLETE
66802024-08-28T23:02:07.233Z[ recovery-image] Aug 28 23:02:06.342 INFO O| Aug 28 23:02:06.342 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-08-28T23:02:07.252Z[ recovery-image] Aug 28 23:02:06.364 INFO O| Aug 28 23:02:06.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
66822024-08-28T23:02:07.255Z[ recovery-image] Aug 28 23:02:06.365 INFO O| Aug 28 23:02:06.365 INFO STEP 876 (remove_files) COMPLETE
66832024-08-28T23:02:07.255Z[ recovery-image] Aug 28 23:02:06.365 INFO O| Aug 28 23:02:06.365 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-08-28T23:02:07.287Z[ recovery-image] Aug 28 23:02:06.399 INFO O| Aug 28 23:02:06.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
66852024-08-28T23:02:07.287Z[ recovery-image] Aug 28 23:02:06.399 INFO O| Aug 28 23:02:06.399 INFO STEP 877 (remove_files) COMPLETE
66862024-08-28T23:02:07.287Z[ recovery-image] Aug 28 23:02:06.399 INFO O| Aug 28 23:02:06.399 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-08-28T23:02:07.308Z[ recovery-image] Aug 28 23:02:06.419 INFO O| Aug 28 23:02:06.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
66882024-08-28T23:02:07.308Z[ recovery-image] Aug 28 23:02:06.419 INFO O| Aug 28 23:02:06.419 INFO STEP 878 (remove_files) COMPLETE
66892024-08-28T23:02:07.308Z[ recovery-image] Aug 28 23:02:06.420 INFO O| Aug 28 23:02:06.419 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-08-28T23:02:07.340Z[ host-image] Aug 28 23:02:06.452 INFO O| Aug 28 23:02:06.452 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
66912024-08-28T23:02:07.354Z[ recovery-image] Aug 28 23:02:06.466 INFO O| Aug 28 23:02:06.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
66922024-08-28T23:02:07.354Z[ recovery-image] Aug 28 23:02:06.466 INFO O| Aug 28 23:02:06.466 INFO STEP 879 (remove_files) COMPLETE
66932024-08-28T23:02:07.354Z[ recovery-image] Aug 28 23:02:06.466 INFO O| Aug 28 23:02:06.466 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-08-28T23:02:07.375Z[ recovery-image] Aug 28 23:02:06.486 INFO O| Aug 28 23:02:06.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
66952024-08-28T23:02:07.375Z[ recovery-image] Aug 28 23:02:06.486 INFO O| Aug 28 23:02:06.486 INFO STEP 880 (remove_files) COMPLETE
66962024-08-28T23:02:07.378Z[ recovery-image] Aug 28 23:02:06.486 INFO O| Aug 28 23:02:06.486 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-08-28T23:02:07.454Z[ host-image] Aug 28 23:02:06.566 INFO O| Aug 28 23:02:06.565 INFO completed processing gimlet/ramdisk-01-os
66982024-08-28T23:02:07.457Z[ host-image] Aug 28 23:02:06.568 INFO omicron1 baseline generation...
66992024-08-28T23:02:07.457Z[ host-image] Aug 28 23:02:06.568 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
67002024-08-28T23:02:07.459Z[ recovery-image] Aug 28 23:02:06.570 INFO O| Aug 28 23:02:06.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67012024-08-28T23:02:07.459Z[ recovery-image] Aug 28 23:02:06.570 INFO O| Aug 28 23:02:06.570 INFO STEP 881 (remove_files) COMPLETE
67022024-08-28T23:02:07.460Z[ recovery-image] Aug 28 23:02:06.570 INFO O| Aug 28 23:02:06.570 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-08-28T23:02:07.478Z[ recovery-image] Aug 28 23:02:06.590 INFO O| Aug 28 23:02:06.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67042024-08-28T23:02:07.478Z[ recovery-image] Aug 28 23:02:06.590 INFO O| Aug 28 23:02:06.590 INFO STEP 882 (remove_files) COMPLETE
67052024-08-28T23:02:07.481Z[ recovery-image] Aug 28 23:02:06.590 INFO O| Aug 28 23:02:06.590 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-08-28T23:02:07.497Z[ recovery-image] Aug 28 23:02:06.609 INFO O| Aug 28 23:02:06.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67072024-08-28T23:02:07.498Z[ recovery-image] Aug 28 23:02:06.609 INFO O| Aug 28 23:02:06.609 INFO STEP 883 (remove_files) COMPLETE
67082024-08-28T23:02:07.498Z[ recovery-image] Aug 28 23:02:06.609 INFO O| Aug 28 23:02:06.609 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-08-28T23:02:07.516Z[ recovery-image] Aug 28 23:02:06.628 INFO O| Aug 28 23:02:06.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67102024-08-28T23:02:07.516Z[ recovery-image] Aug 28 23:02:06.628 INFO O| Aug 28 23:02:06.628 INFO STEP 884 (remove_files) COMPLETE
67112024-08-28T23:02:07.516Z[ recovery-image] Aug 28 23:02:06.628 INFO O| Aug 28 23:02:06.628 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-08-28T23:02:07.535Z[ recovery-image] Aug 28 23:02:06.647 INFO O| Aug 28 23:02:06.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
67132024-08-28T23:02:07.535Z[ recovery-image] Aug 28 23:02:06.647 INFO O| Aug 28 23:02:06.647 INFO STEP 885 (remove_files) COMPLETE
67142024-08-28T23:02:07.538Z[ recovery-image] Aug 28 23:02:06.647 INFO O| Aug 28 23:02:06.647 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-08-28T23:02:07.558Z[ recovery-image] Aug 28 23:02:06.670 INFO O| Aug 28 23:02:06.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
67162024-08-28T23:02:07.558Z[ recovery-image] Aug 28 23:02:06.670 INFO O| Aug 28 23:02:06.670 INFO STEP 886 (remove_files) COMPLETE
67172024-08-28T23:02:07.558Z[ recovery-image] Aug 28 23:02:06.670 INFO O| Aug 28 23:02:06.670 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-08-28T23:02:07.590Z[ recovery-image] Aug 28 23:02:06.701 INFO O| Aug 28 23:02:06.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
67192024-08-28T23:02:07.590Z[ recovery-image] Aug 28 23:02:06.701 INFO O| Aug 28 23:02:06.701 INFO STEP 887 (remove_files) COMPLETE
67202024-08-28T23:02:07.593Z[ recovery-image] Aug 28 23:02:06.701 INFO O| Aug 28 23:02:06.701 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-08-28T23:02:07.634Z[ recovery-image] Aug 28 23:02:06.745 INFO O| Aug 28 23:02:06.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67222024-08-28T23:02:07.634Z[ recovery-image] Aug 28 23:02:06.745 INFO O| Aug 28 23:02:06.745 INFO STEP 888 (remove_files) COMPLETE
67232024-08-28T23:02:07.695Z[ recovery-image] Aug 28 23:02:06.745 INFO O| Aug 28 23:02:06.745 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-08-28T23:02:07.698Z[ recovery-image] Aug 28 23:02:06.806 INFO O| Aug 28 23:02:06.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
67252024-08-28T23:02:07.698Z[ recovery-image] Aug 28 23:02:06.806 INFO O| Aug 28 23:02:06.806 INFO STEP 889 (remove_files) COMPLETE
67262024-08-28T23:02:07.698Z[ recovery-image] Aug 28 23:02:06.806 INFO O| Aug 28 23:02:06.806 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-08-28T23:02:07.715Z[ recovery-image] Aug 28 23:02:06.827 INFO O| Aug 28 23:02:06.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67282024-08-28T23:02:07.715Z[ recovery-image] Aug 28 23:02:06.827 INFO O| Aug 28 23:02:06.827 INFO STEP 890 (remove_files) COMPLETE
67292024-08-28T23:02:07.717Z[ recovery-image] Aug 28 23:02:06.827 INFO O| Aug 28 23:02:06.827 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-08-28T23:02:07.748Z[ recovery-image] Aug 28 23:02:06.859 INFO O| Aug 28 23:02:06.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67312024-08-28T23:02:07.748Z[ recovery-image] Aug 28 23:02:06.859 INFO O| Aug 28 23:02:06.859 INFO STEP 891 (remove_files) COMPLETE
67322024-08-28T23:02:07.748Z[ recovery-image] Aug 28 23:02:06.859 INFO O| Aug 28 23:02:06.859 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-08-28T23:02:07.804Z[ recovery-image] Aug 28 23:02:06.915 INFO O| Aug 28 23:02:06.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67342024-08-28T23:02:07.804Z[ recovery-image] Aug 28 23:02:06.915 INFO O| Aug 28 23:02:06.915 INFO STEP 892 (remove_files) COMPLETE
67352024-08-28T23:02:07.804Z[ recovery-image] Aug 28 23:02:06.916 INFO O| Aug 28 23:02:06.915 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-08-28T23:02:07.847Z[ recovery-image] Aug 28 23:02:06.958 INFO O| Aug 28 23:02:06.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67372024-08-28T23:02:07.847Z[ recovery-image] Aug 28 23:02:06.958 INFO O| Aug 28 23:02:06.958 INFO STEP 893 (remove_files) COMPLETE
67382024-08-28T23:02:07.847Z[ recovery-image] Aug 28 23:02:06.958 INFO O| Aug 28 23:02:06.958 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-08-28T23:02:07.885Z[ recovery-image] Aug 28 23:02:06.997 INFO O| Aug 28 23:02:06.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67402024-08-28T23:02:07.887Z[ recovery-image] Aug 28 23:02:06.997 INFO O| Aug 28 23:02:06.997 INFO STEP 894 (remove_files) COMPLETE
67412024-08-28T23:02:07.887Z[ recovery-image] Aug 28 23:02:06.997 INFO O| Aug 28 23:02:06.997 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-08-28T23:02:07.904Z[ recovery-image] Aug 28 23:02:07.016 INFO O| Aug 28 23:02:07.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67432024-08-28T23:02:07.906Z[ recovery-image] Aug 28 23:02:07.016 INFO O| Aug 28 23:02:07.016 INFO STEP 895 (remove_files) COMPLETE
67442024-08-28T23:02:07.906Z[ recovery-image] Aug 28 23:02:07.016 INFO O| Aug 28 23:02:07.016 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-08-28T23:02:07.924Z[ recovery-image] Aug 28 23:02:07.036 INFO O| Aug 28 23:02:07.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67462024-08-28T23:02:07.924Z[ recovery-image] Aug 28 23:02:07.036 INFO O| Aug 28 23:02:07.036 INFO STEP 896 (remove_files) COMPLETE
67472024-08-28T23:02:07.924Z[ recovery-image] Aug 28 23:02:07.036 INFO O| Aug 28 23:02:07.036 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-08-28T23:02:07.962Z[ recovery-image] Aug 28 23:02:07.074 INFO O| Aug 28 23:02:07.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67492024-08-28T23:02:07.965Z[ recovery-image] Aug 28 23:02:07.074 INFO O| Aug 28 23:02:07.074 INFO STEP 897 (remove_files) COMPLETE
67502024-08-28T23:02:07.965Z[ recovery-image] Aug 28 23:02:07.074 INFO O| Aug 28 23:02:07.074 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-08-28T23:02:07.980Z[ recovery-image] Aug 28 23:02:07.092 INFO O| Aug 28 23:02:07.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67522024-08-28T23:02:07.983Z[ recovery-image] Aug 28 23:02:07.092 INFO O| Aug 28 23:02:07.092 INFO STEP 898 (remove_files) COMPLETE
67532024-08-28T23:02:07.983Z[ recovery-image] Aug 28 23:02:07.092 INFO O| Aug 28 23:02:07.092 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-08-28T23:02:07.997Z[ recovery-image] Aug 28 23:02:07.109 INFO O| Aug 28 23:02:07.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67552024-08-28T23:02:08.001Z[ recovery-image] Aug 28 23:02:07.110 INFO O| Aug 28 23:02:07.110 INFO STEP 899 (remove_files) COMPLETE
67562024-08-28T23:02:08.001Z[ recovery-image] Aug 28 23:02:07.110 INFO O| Aug 28 23:02:07.110 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-08-28T23:02:08.015Z[ recovery-image] Aug 28 23:02:07.127 INFO O| Aug 28 23:02:07.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67582024-08-28T23:02:08.018Z[ recovery-image] Aug 28 23:02:07.128 INFO O| Aug 28 23:02:07.127 INFO STEP 900 (remove_files) COMPLETE
67592024-08-28T23:02:08.018Z[ recovery-image] Aug 28 23:02:07.128 INFO O| Aug 28 23:02:07.128 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-08-28T23:02:08.036Z[ recovery-image] Aug 28 23:02:07.148 INFO O| Aug 28 23:02:07.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67612024-08-28T23:02:08.036Z[ recovery-image] Aug 28 23:02:07.148 INFO O| Aug 28 23:02:07.148 INFO STEP 901 (remove_files) COMPLETE
67622024-08-28T23:02:08.036Z[ recovery-image] Aug 28 23:02:07.148 INFO O| Aug 28 23:02:07.148 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-08-28T23:02:08.099Z[ recovery-image] Aug 28 23:02:07.210 INFO O| Aug 28 23:02:07.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67642024-08-28T23:02:08.099Z[ recovery-image] Aug 28 23:02:07.211 INFO O| Aug 28 23:02:07.211 INFO STEP 902 (remove_files) COMPLETE
67652024-08-28T23:02:08.099Z[ recovery-image] Aug 28 23:02:07.211 INFO O| Aug 28 23:02:07.211 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-08-28T23:02:08.165Z[ recovery-image] Aug 28 23:02:07.276 INFO O| Aug 28 23:02:07.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
67672024-08-28T23:02:08.165Z[ recovery-image] Aug 28 23:02:07.276 INFO O| Aug 28 23:02:07.276 INFO STEP 903 (remove_files) COMPLETE
67682024-08-28T23:02:08.165Z[ recovery-image] Aug 28 23:02:07.276 INFO O| Aug 28 23:02:07.276 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-08-28T23:02:08.188Z[ host-image] Aug 28 23:02:07.299 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22845:20240827T133232Z
67702024-08-28T23:02:08.223Z[ recovery-image] Aug 28 23:02:07.335 INFO O| Aug 28 23:02:07.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
67712024-08-28T23:02:08.223Z[ recovery-image] Aug 28 23:02:07.335 INFO O| Aug 28 23:02:07.335 INFO STEP 904 (remove_files) COMPLETE
67722024-08-28T23:02:08.225Z[ recovery-image] Aug 28 23:02:07.335 INFO O| Aug 28 23:02:07.335 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-08-28T23:02:08.241Z[ recovery-image] Aug 28 23:02:07.352 INFO O| Aug 28 23:02:07.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
67742024-08-28T23:02:08.241Z[ recovery-image] Aug 28 23:02:07.353 INFO O| Aug 28 23:02:07.353 INFO STEP 905 (remove_files) COMPLETE
67752024-08-28T23:02:08.241Z[ recovery-image] Aug 28 23:02:07.353 INFO O| Aug 28 23:02:07.353 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-08-28T23:02:08.258Z[ recovery-image] Aug 28 23:02:07.370 INFO O| Aug 28 23:02:07.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
67772024-08-28T23:02:08.258Z[ recovery-image] Aug 28 23:02:07.370 INFO O| Aug 28 23:02:07.370 INFO STEP 906 (remove_files) COMPLETE
67782024-08-28T23:02:08.258Z[ recovery-image] Aug 28 23:02:07.370 INFO O| Aug 28 23:02:07.370 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-08-28T23:02:08.276Z[ recovery-image] Aug 28 23:02:07.388 INFO O| Aug 28 23:02:07.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
67802024-08-28T23:02:08.276Z[ recovery-image] Aug 28 23:02:07.388 INFO O| Aug 28 23:02:07.388 INFO STEP 907 (remove_files) COMPLETE
67812024-08-28T23:02:08.279Z[ recovery-image] Aug 28 23:02:07.388 INFO O| Aug 28 23:02:07.388 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-08-28T23:02:08.294Z[ recovery-image] Aug 28 23:02:07.406 INFO O| Aug 28 23:02:07.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
67832024-08-28T23:02:08.294Z[ recovery-image] Aug 28 23:02:07.406 INFO O| Aug 28 23:02:07.406 INFO STEP 908 (remove_files) COMPLETE
67842024-08-28T23:02:08.294Z[ recovery-image] Aug 28 23:02:07.406 INFO O| Aug 28 23:02:07.406 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-08-28T23:02:08.314Z[ recovery-image] Aug 28 23:02:07.426 INFO O| Aug 28 23:02:07.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
67862024-08-28T23:02:08.317Z[ recovery-image] Aug 28 23:02:07.426 INFO O| Aug 28 23:02:07.426 INFO STEP 909 (remove_files) COMPLETE
67872024-08-28T23:02:08.317Z[ recovery-image] Aug 28 23:02:07.427 INFO O| Aug 28 23:02:07.426 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-08-28T23:02:08.365Z[ recovery-image] Aug 28 23:02:07.476 INFO O| Aug 28 23:02:07.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
67892024-08-28T23:02:08.365Z[ recovery-image] Aug 28 23:02:07.476 INFO O| Aug 28 23:02:07.476 INFO STEP 910 (remove_files) COMPLETE
67902024-08-28T23:02:08.367Z[ recovery-image] Aug 28 23:02:07.476 INFO O| Aug 28 23:02:07.476 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-08-28T23:02:08.396Z[ recovery-image] Aug 28 23:02:07.508 INFO O| Aug 28 23:02:07.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
67922024-08-28T23:02:08.396Z[ recovery-image] Aug 28 23:02:07.508 INFO O| Aug 28 23:02:07.508 INFO STEP 911 (remove_files) COMPLETE
67932024-08-28T23:02:08.398Z[ recovery-image] Aug 28 23:02:07.508 INFO O| Aug 28 23:02:07.508 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-08-28T23:02:08.456Z[ recovery-image] Aug 28 23:02:07.567 INFO O| Aug 28 23:02:07.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
67952024-08-28T23:02:08.456Z[ recovery-image] Aug 28 23:02:07.567 INFO O| Aug 28 23:02:07.567 INFO STEP 912 (remove_files) COMPLETE
67962024-08-28T23:02:08.456Z[ recovery-image] Aug 28 23:02:07.567 INFO O| Aug 28 23:02:07.567 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-08-28T23:02:08.477Z[ recovery-image] Aug 28 23:02:07.589 INFO O| Aug 28 23:02:07.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
67982024-08-28T23:02:08.477Z[ recovery-image] Aug 28 23:02:07.589 INFO O| Aug 28 23:02:07.589 INFO STEP 913 (remove_files) COMPLETE
67992024-08-28T23:02:08.477Z[ recovery-image] Aug 28 23:02:07.589 INFO O| Aug 28 23:02:07.589 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-08-28T23:02:08.497Z[ recovery-image] Aug 28 23:02:07.609 INFO O| Aug 28 23:02:07.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68012024-08-28T23:02:08.497Z[ recovery-image] Aug 28 23:02:07.609 INFO O| Aug 28 23:02:07.609 INFO STEP 914 (remove_files) COMPLETE
68022024-08-28T23:02:08.497Z[ recovery-image] Aug 28 23:02:07.609 INFO O| Aug 28 23:02:07.609 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-08-28T23:02:08.529Z[ recovery-image] Aug 28 23:02:07.640 INFO O| Aug 28 23:02:07.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68042024-08-28T23:02:08.529Z[ recovery-image] Aug 28 23:02:07.640 INFO O| Aug 28 23:02:07.640 INFO STEP 915 (remove_files) COMPLETE
68052024-08-28T23:02:08.529Z[ recovery-image] Aug 28 23:02:07.640 INFO O| Aug 28 23:02:07.640 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-08-28T23:02:08.553Z[ recovery-image] Aug 28 23:02:07.665 INFO O| Aug 28 23:02:07.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68072024-08-28T23:02:08.553Z[ recovery-image] Aug 28 23:02:07.665 INFO O| Aug 28 23:02:07.665 INFO STEP 916 (remove_files) COMPLETE
68082024-08-28T23:02:08.556Z[ recovery-image] Aug 28 23:02:07.665 INFO O| Aug 28 23:02:07.665 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-08-28T23:02:08.572Z[ recovery-image] Aug 28 23:02:07.683 INFO O| Aug 28 23:02:07.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68102024-08-28T23:02:08.572Z[ recovery-image] Aug 28 23:02:07.684 INFO O| Aug 28 23:02:07.684 INFO STEP 917 (remove_files) COMPLETE
68112024-08-28T23:02:08.574Z[ recovery-image] Aug 28 23:02:07.684 INFO O| Aug 28 23:02:07.684 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-08-28T23:02:08.592Z[ recovery-image] Aug 28 23:02:07.704 INFO O| Aug 28 23:02:07.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
68132024-08-28T23:02:08.592Z[ recovery-image] Aug 28 23:02:07.704 INFO O| Aug 28 23:02:07.704 INFO STEP 918 (remove_files) COMPLETE
68142024-08-28T23:02:08.595Z[ recovery-image] Aug 28 23:02:07.704 INFO O| Aug 28 23:02:07.704 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-08-28T23:02:08.629Z[ recovery-image] Aug 28 23:02:07.741 INFO O| Aug 28 23:02:07.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
68162024-08-28T23:02:08.629Z[ recovery-image] Aug 28 23:02:07.741 INFO O| Aug 28 23:02:07.741 INFO STEP 919 (remove_files) COMPLETE
68172024-08-28T23:02:08.629Z[ recovery-image] Aug 28 23:02:07.741 INFO O| Aug 28 23:02:07.741 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-08-28T23:02:08.666Z[ recovery-image] Aug 28 23:02:07.778 INFO O| Aug 28 23:02:07.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
68192024-08-28T23:02:08.666Z[ recovery-image] Aug 28 23:02:07.778 INFO O| Aug 28 23:02:07.778 INFO STEP 920 (remove_files) COMPLETE
68202024-08-28T23:02:08.666Z[ recovery-image] Aug 28 23:02:07.778 INFO O| Aug 28 23:02:07.778 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-08-28T23:02:08.698Z[ recovery-image] Aug 28 23:02:07.810 INFO O| Aug 28 23:02:07.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68222024-08-28T23:02:08.699Z[ recovery-image] Aug 28 23:02:07.810 INFO O| Aug 28 23:02:07.810 INFO STEP 921 (remove_files) COMPLETE
68232024-08-28T23:02:08.699Z[ recovery-image] Aug 28 23:02:07.810 INFO O| Aug 28 23:02:07.810 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-08-28T23:02:08.739Z[ recovery-image] Aug 28 23:02:07.851 INFO O| Aug 28 23:02:07.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
68252024-08-28T23:02:08.739Z[ recovery-image] Aug 28 23:02:07.851 INFO O| Aug 28 23:02:07.851 INFO STEP 922 (remove_files) COMPLETE
68262024-08-28T23:02:08.741Z[ recovery-image] Aug 28 23:02:07.851 INFO O| Aug 28 23:02:07.851 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-08-28T23:02:08.773Z[ recovery-image] Aug 28 23:02:07.884 INFO O| Aug 28 23:02:07.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68282024-08-28T23:02:08.773Z[ recovery-image] Aug 28 23:02:07.885 INFO O| Aug 28 23:02:07.885 INFO STEP 923 (remove_files) COMPLETE
68292024-08-28T23:02:08.773Z[ recovery-image] Aug 28 23:02:07.885 INFO O| Aug 28 23:02:07.885 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-08-28T23:02:08.845Z[ recovery-image] Aug 28 23:02:07.956 INFO O| Aug 28 23:02:07.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68312024-08-28T23:02:08.849Z[ recovery-image] Aug 28 23:02:07.957 INFO O| Aug 28 23:02:07.956 INFO STEP 924 (remove_files) COMPLETE
68322024-08-28T23:02:08.849Z[ recovery-image] Aug 28 23:02:07.957 INFO O| Aug 28 23:02:07.957 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-08-28T23:02:08.865Z[ recovery-image] Aug 28 23:02:07.976 INFO O| Aug 28 23:02:07.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68342024-08-28T23:02:08.865Z[ recovery-image] Aug 28 23:02:07.976 INFO O| Aug 28 23:02:07.976 INFO STEP 925 (remove_files) COMPLETE
68352024-08-28T23:02:08.869Z[ recovery-image] Aug 28 23:02:07.976 INFO O| Aug 28 23:02:07.976 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-08-28T23:02:08.888Z[ recovery-image] Aug 28 23:02:07.994 INFO O| Aug 28 23:02:07.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68372024-08-28T23:02:08.888Z[ recovery-image] Aug 28 23:02:07.994 INFO O| Aug 28 23:02:07.994 INFO STEP 926 (remove_files) COMPLETE
68382024-08-28T23:02:08.888Z[ recovery-image] Aug 28 23:02:07.994 INFO O| Aug 28 23:02:07.994 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-08-28T23:02:08.904Z[ recovery-image] Aug 28 23:02:08.016 INFO O| Aug 28 23:02:08.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68402024-08-28T23:02:08.904Z[ recovery-image] Aug 28 23:02:08.016 INFO O| Aug 28 23:02:08.016 INFO STEP 927 (remove_files) COMPLETE
68412024-08-28T23:02:08.904Z[ recovery-image] Aug 28 23:02:08.016 INFO O| Aug 28 23:02:08.016 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-08-28T23:02:08.922Z[ recovery-image] Aug 28 23:02:08.034 INFO O| Aug 28 23:02:08.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68432024-08-28T23:02:08.922Z[ recovery-image] Aug 28 23:02:08.034 INFO O| Aug 28 23:02:08.034 INFO STEP 928 (remove_files) COMPLETE
68442024-08-28T23:02:08.925Z[ recovery-image] Aug 28 23:02:08.034 INFO O| Aug 28 23:02:08.034 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-08-28T23:02:08.940Z[ recovery-image] Aug 28 23:02:08.052 INFO O| Aug 28 23:02:08.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68462024-08-28T23:02:08.940Z[ recovery-image] Aug 28 23:02:08.052 INFO O| Aug 28 23:02:08.052 INFO STEP 929 (remove_files) COMPLETE
68472024-08-28T23:02:08.940Z[ recovery-image] Aug 28 23:02:08.052 INFO O| Aug 28 23:02:08.052 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-08-28T23:02:08.975Z[ recovery-image] Aug 28 23:02:08.086 INFO O| Aug 28 23:02:08.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68492024-08-28T23:02:08.977Z[ recovery-image] Aug 28 23:02:08.087 INFO O| Aug 28 23:02:08.086 INFO STEP 930 (remove_files) COMPLETE
68502024-08-28T23:02:08.977Z[ recovery-image] Aug 28 23:02:08.087 INFO O| Aug 28 23:02:08.087 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-08-28T23:02:09.031Z[ recovery-image] Aug 28 23:02:08.143 INFO O| Aug 28 23:02:08.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68522024-08-28T23:02:09.034Z[ recovery-image] Aug 28 23:02:08.143 INFO O| Aug 28 23:02:08.143 INFO STEP 931 (remove_files) COMPLETE
68532024-08-28T23:02:09.034Z[ recovery-image] Aug 28 23:02:08.143 INFO O| Aug 28 23:02:08.143 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-08-28T23:02:09.065Z[ recovery-image] Aug 28 23:02:08.177 INFO O| Aug 28 23:02:08.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
68552024-08-28T23:02:09.066Z[ recovery-image] Aug 28 23:02:08.177 INFO O| Aug 28 23:02:08.177 INFO STEP 932 (remove_files) COMPLETE
68562024-08-28T23:02:09.066Z[ recovery-image] Aug 28 23:02:08.177 INFO O| Aug 28 23:02:08.177 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-08-28T23:02:09.085Z[ recovery-image] Aug 28 23:02:08.197 INFO O| Aug 28 23:02:08.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68582024-08-28T23:02:09.085Z[ recovery-image] Aug 28 23:02:08.197 INFO O| Aug 28 23:02:08.197 INFO STEP 933 (remove_files) COMPLETE
68592024-08-28T23:02:09.085Z[ recovery-image] Aug 28 23:02:08.197 INFO O| Aug 28 23:02:08.197 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-08-28T23:02:09.144Z[ recovery-image] Aug 28 23:02:08.255 INFO O| Aug 28 23:02:08.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68612024-08-28T23:02:09.144Z[ recovery-image] Aug 28 23:02:08.255 INFO O| Aug 28 23:02:08.255 INFO STEP 934 (remove_files) COMPLETE
68622024-08-28T23:02:09.144Z[ recovery-image] Aug 28 23:02:08.255 INFO O| Aug 28 23:02:08.255 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-08-28T23:02:09.161Z[ recovery-image] Aug 28 23:02:08.273 INFO O| Aug 28 23:02:08.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68642024-08-28T23:02:09.161Z[ recovery-image] Aug 28 23:02:08.273 INFO O| Aug 28 23:02:08.273 INFO STEP 935 (remove_files) COMPLETE
68652024-08-28T23:02:09.163Z[ recovery-image] Aug 28 23:02:08.273 INFO O| Aug 28 23:02:08.273 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-08-28T23:02:09.196Z[ recovery-image] Aug 28 23:02:08.308 INFO O| Aug 28 23:02:08.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68672024-08-28T23:02:09.196Z[ recovery-image] Aug 28 23:02:08.308 INFO O| Aug 28 23:02:08.308 INFO STEP 936 (remove_files) COMPLETE
68682024-08-28T23:02:09.196Z[ recovery-image] Aug 28 23:02:08.308 INFO O| Aug 28 23:02:08.308 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-08-28T23:02:09.215Z[ recovery-image] Aug 28 23:02:08.327 INFO O| Aug 28 23:02:08.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
68702024-08-28T23:02:09.215Z[ recovery-image] Aug 28 23:02:08.327 INFO O| Aug 28 23:02:08.327 INFO STEP 937 (remove_files) COMPLETE
68712024-08-28T23:02:09.218Z[ recovery-image] Aug 28 23:02:08.327 INFO O| Aug 28 23:02:08.327 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-08-28T23:02:09.237Z[ recovery-image] Aug 28 23:02:08.349 INFO O| Aug 28 23:02:08.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
68732024-08-28T23:02:09.237Z[ recovery-image] Aug 28 23:02:08.349 INFO O| Aug 28 23:02:08.349 INFO STEP 938 (remove_files) COMPLETE
68742024-08-28T23:02:09.237Z[ recovery-image] Aug 28 23:02:08.349 INFO O| Aug 28 23:02:08.349 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-08-28T23:02:09.256Z[ recovery-image] Aug 28 23:02:08.368 INFO O| Aug 28 23:02:08.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
68762024-08-28T23:02:09.256Z[ recovery-image] Aug 28 23:02:08.368 INFO O| Aug 28 23:02:08.368 INFO STEP 939 (remove_files) COMPLETE
68772024-08-28T23:02:09.256Z[ recovery-image] Aug 28 23:02:08.368 INFO O| Aug 28 23:02:08.368 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-08-28T23:02:09.275Z[ recovery-image] Aug 28 23:02:08.387 INFO O| Aug 28 23:02:08.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
68792024-08-28T23:02:09.275Z[ recovery-image] Aug 28 23:02:08.387 INFO O| Aug 28 23:02:08.387 INFO STEP 940 (remove_files) COMPLETE
68802024-08-28T23:02:09.275Z[ recovery-image] Aug 28 23:02:08.387 INFO O| Aug 28 23:02:08.387 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-08-28T23:02:09.306Z[ recovery-image] Aug 28 23:02:08.418 INFO O| Aug 28 23:02:08.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
68822024-08-28T23:02:09.306Z[ recovery-image] Aug 28 23:02:08.418 INFO O| Aug 28 23:02:08.418 INFO STEP 941 (remove_files) COMPLETE
68832024-08-28T23:02:09.306Z[ recovery-image] Aug 28 23:02:08.418 INFO O| Aug 28 23:02:08.418 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-08-28T23:02:09.325Z[ recovery-image] Aug 28 23:02:08.437 INFO O| Aug 28 23:02:08.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
68852024-08-28T23:02:09.326Z[ recovery-image] Aug 28 23:02:08.437 INFO O| Aug 28 23:02:08.437 INFO STEP 942 (remove_files) COMPLETE
68862024-08-28T23:02:09.326Z[ recovery-image] Aug 28 23:02:08.437 INFO O| Aug 28 23:02:08.437 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-08-28T23:02:09.381Z[ recovery-image] Aug 28 23:02:08.493 INFO O| Aug 28 23:02:08.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
68882024-08-28T23:02:09.381Z[ recovery-image] Aug 28 23:02:08.493 INFO O| Aug 28 23:02:08.493 INFO STEP 943 (remove_files) COMPLETE
68892024-08-28T23:02:09.381Z[ recovery-image] Aug 28 23:02:08.493 INFO O| Aug 28 23:02:08.493 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-08-28T23:02:09.422Z[ recovery-image] Aug 28 23:02:08.534 INFO O| Aug 28 23:02:08.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
68912024-08-28T23:02:09.425Z[ recovery-image] Aug 28 23:02:08.534 INFO O| Aug 28 23:02:08.534 INFO STEP 944 (remove_files) COMPLETE
68922024-08-28T23:02:09.425Z[ recovery-image] Aug 28 23:02:08.534 INFO O| Aug 28 23:02:08.534 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-08-28T23:02:09.444Z[ recovery-image] Aug 28 23:02:08.555 INFO O| Aug 28 23:02:08.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
68942024-08-28T23:02:09.447Z[ recovery-image] Aug 28 23:02:08.555 INFO O| Aug 28 23:02:08.555 INFO STEP 945 (remove_files) COMPLETE
68952024-08-28T23:02:09.447Z[ recovery-image] Aug 28 23:02:08.555 INFO O| Aug 28 23:02:08.555 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-08-28T23:02:09.484Z[ recovery-image] Aug 28 23:02:08.596 INFO O| Aug 28 23:02:08.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
68972024-08-28T23:02:09.486Z[ recovery-image] Aug 28 23:02:08.596 INFO O| Aug 28 23:02:08.596 INFO STEP 946 (remove_files) COMPLETE
68982024-08-28T23:02:09.486Z[ recovery-image] Aug 28 23:02:08.596 INFO O| Aug 28 23:02:08.596 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-08-28T23:02:09.518Z[ recovery-image] Aug 28 23:02:08.630 INFO O| Aug 28 23:02:08.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69002024-08-28T23:02:09.518Z[ recovery-image] Aug 28 23:02:08.630 INFO O| Aug 28 23:02:08.630 INFO STEP 947 (remove_files) COMPLETE
69012024-08-28T23:02:09.518Z[ recovery-image] Aug 28 23:02:08.630 INFO O| Aug 28 23:02:08.630 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-08-28T23:02:09.555Z[ recovery-image] Aug 28 23:02:08.666 INFO O| Aug 28 23:02:08.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69032024-08-28T23:02:09.555Z[ recovery-image] Aug 28 23:02:08.666 INFO O| Aug 28 23:02:08.666 INFO STEP 948 (remove_files) COMPLETE
69042024-08-28T23:02:09.555Z[ recovery-image] Aug 28 23:02:08.666 INFO O| Aug 28 23:02:08.666 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-08-28T23:02:09.573Z[ recovery-image] Aug 28 23:02:08.685 INFO O| Aug 28 23:02:08.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69062024-08-28T23:02:09.573Z[ recovery-image] Aug 28 23:02:08.685 INFO O| Aug 28 23:02:08.685 INFO STEP 949 (remove_files) COMPLETE
69072024-08-28T23:02:09.575Z[ recovery-image] Aug 28 23:02:08.685 INFO O| Aug 28 23:02:08.685 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-08-28T23:02:09.596Z[ recovery-image] Aug 28 23:02:08.708 INFO O| Aug 28 23:02:08.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69092024-08-28T23:02:09.596Z[ recovery-image] Aug 28 23:02:08.708 INFO O| Aug 28 23:02:08.708 INFO STEP 950 (remove_files) COMPLETE
69102024-08-28T23:02:09.597Z[ recovery-image] Aug 28 23:02:08.708 INFO O| Aug 28 23:02:08.708 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-08-28T23:02:09.648Z[ recovery-image] Aug 28 23:02:08.759 INFO O| Aug 28 23:02:08.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
69122024-08-28T23:02:09.648Z[ recovery-image] Aug 28 23:02:08.759 INFO O| Aug 28 23:02:08.759 INFO STEP 951 (remove_files) COMPLETE
69132024-08-28T23:02:09.650Z[ recovery-image] Aug 28 23:02:08.760 INFO O| Aug 28 23:02:08.759 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-08-28T23:02:09.667Z[ recovery-image] Aug 28 23:02:08.779 INFO O| Aug 28 23:02:08.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
69152024-08-28T23:02:09.667Z[ recovery-image] Aug 28 23:02:08.779 INFO O| Aug 28 23:02:08.779 INFO STEP 952 (remove_files) COMPLETE
69162024-08-28T23:02:09.667Z[ recovery-image] Aug 28 23:02:08.779 INFO O| Aug 28 23:02:08.779 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-08-28T23:02:09.685Z[ recovery-image] Aug 28 23:02:08.797 INFO O| Aug 28 23:02:08.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
69182024-08-28T23:02:09.686Z[ recovery-image] Aug 28 23:02:08.797 INFO O| Aug 28 23:02:08.797 INFO STEP 953 (remove_files) COMPLETE
69192024-08-28T23:02:09.689Z[ recovery-image] Aug 28 23:02:08.798 INFO O| Aug 28 23:02:08.798 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-08-28T23:02:09.704Z[ recovery-image] Aug 28 23:02:08.816 INFO O| Aug 28 23:02:08.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
69212024-08-28T23:02:09.704Z[ recovery-image] Aug 28 23:02:08.816 INFO O| Aug 28 23:02:08.816 INFO STEP 954 (remove_files) COMPLETE
69222024-08-28T23:02:09.707Z[ recovery-image] Aug 28 23:02:08.816 INFO O| Aug 28 23:02:08.816 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-08-28T23:02:09.740Z[ recovery-image] Aug 28 23:02:08.852 INFO O| Aug 28 23:02:08.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
69242024-08-28T23:02:09.740Z[ recovery-image] Aug 28 23:02:08.852 INFO O| Aug 28 23:02:08.852 INFO STEP 955 (remove_files) COMPLETE
69252024-08-28T23:02:09.743Z[ recovery-image] Aug 28 23:02:08.852 INFO O| Aug 28 23:02:08.852 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-08-28T23:02:09.759Z[ recovery-image] Aug 28 23:02:08.871 INFO O| Aug 28 23:02:08.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69272024-08-28T23:02:09.759Z[ recovery-image] Aug 28 23:02:08.871 INFO O| Aug 28 23:02:08.871 INFO STEP 956 (remove_files) COMPLETE
69282024-08-28T23:02:09.762Z[ recovery-image] Aug 28 23:02:08.871 INFO O| Aug 28 23:02:08.871 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-08-28T23:02:09.778Z[ recovery-image] Aug 28 23:02:08.890 INFO O| Aug 28 23:02:08.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69302024-08-28T23:02:09.778Z[ recovery-image] Aug 28 23:02:08.890 INFO O| Aug 28 23:02:08.890 INFO STEP 957 (remove_files) COMPLETE
69312024-08-28T23:02:09.778Z[ recovery-image] Aug 28 23:02:08.890 INFO O| Aug 28 23:02:08.890 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-08-28T23:02:09.796Z[ recovery-image] Aug 28 23:02:08.908 INFO O| Aug 28 23:02:08.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69332024-08-28T23:02:09.796Z[ recovery-image] Aug 28 23:02:08.908 INFO O| Aug 28 23:02:08.908 INFO STEP 958 (remove_files) COMPLETE
69342024-08-28T23:02:09.796Z[ recovery-image] Aug 28 23:02:08.908 INFO O| Aug 28 23:02:08.908 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-08-28T23:02:09.814Z[ recovery-image] Aug 28 23:02:08.926 INFO O| Aug 28 23:02:08.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69362024-08-28T23:02:09.814Z[ recovery-image] Aug 28 23:02:08.926 INFO O| Aug 28 23:02:08.926 INFO STEP 959 (remove_files) COMPLETE
69372024-08-28T23:02:09.814Z[ recovery-image] Aug 28 23:02:08.926 INFO O| Aug 28 23:02:08.926 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-08-28T23:02:09.844Z[ recovery-image] Aug 28 23:02:08.956 INFO O| Aug 28 23:02:08.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69392024-08-28T23:02:09.844Z[ recovery-image] Aug 28 23:02:08.956 INFO O| Aug 28 23:02:08.956 INFO STEP 960 (remove_files) COMPLETE
69402024-08-28T23:02:09.844Z[ recovery-image] Aug 28 23:02:08.956 INFO O| Aug 28 23:02:08.956 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-08-28T23:02:09.884Z[ recovery-image] Aug 28 23:02:08.996 INFO O| Aug 28 23:02:08.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69422024-08-28T23:02:09.884Z[ recovery-image] Aug 28 23:02:08.996 INFO O| Aug 28 23:02:08.996 INFO STEP 961 (remove_files) COMPLETE
69432024-08-28T23:02:09.884Z[ recovery-image] Aug 28 23:02:08.996 INFO O| Aug 28 23:02:08.996 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-08-28T23:02:09.927Z[ recovery-image] Aug 28 23:02:09.039 INFO O| Aug 28 23:02:09.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69452024-08-28T23:02:09.929Z[ recovery-image] Aug 28 23:02:09.039 INFO O| Aug 28 23:02:09.039 INFO STEP 962 (remove_files) COMPLETE
69462024-08-28T23:02:09.929Z[ recovery-image] Aug 28 23:02:09.039 INFO O| Aug 28 23:02:09.039 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-08-28T23:02:09.945Z[ recovery-image] Aug 28 23:02:09.057 INFO O| Aug 28 23:02:09.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69482024-08-28T23:02:09.945Z[ recovery-image] Aug 28 23:02:09.057 INFO O| Aug 28 23:02:09.057 INFO STEP 963 (remove_files) COMPLETE
69492024-08-28T23:02:09.948Z[ recovery-image] Aug 28 23:02:09.057 INFO O| Aug 28 23:02:09.057 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-08-28T23:02:09.985Z[ recovery-image] Aug 28 23:02:09.097 INFO O| Aug 28 23:02:09.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69512024-08-28T23:02:09.985Z[ recovery-image] Aug 28 23:02:09.097 INFO O| Aug 28 23:02:09.097 INFO STEP 964 (remove_files) COMPLETE
69522024-08-28T23:02:09.988Z[ recovery-image] Aug 28 23:02:09.097 INFO O| Aug 28 23:02:09.097 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-08-28T23:02:10.004Z[ recovery-image] Aug 28 23:02:09.115 INFO O| Aug 28 23:02:09.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
69542024-08-28T23:02:10.004Z[ recovery-image] Aug 28 23:02:09.115 INFO O| Aug 28 23:02:09.115 INFO STEP 965 (remove_files) COMPLETE
69552024-08-28T23:02:10.004Z[ recovery-image] Aug 28 23:02:09.115 INFO O| Aug 28 23:02:09.115 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-08-28T23:02:10.043Z[ recovery-image] Aug 28 23:02:09.155 INFO O| Aug 28 23:02:09.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
69572024-08-28T23:02:10.043Z[ recovery-image] Aug 28 23:02:09.155 INFO O| Aug 28 23:02:09.155 INFO STEP 966 (remove_files) COMPLETE
69582024-08-28T23:02:10.047Z[ recovery-image] Aug 28 23:02:09.155 INFO O| Aug 28 23:02:09.155 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-08-28T23:02:10.077Z[ recovery-image] Aug 28 23:02:09.189 INFO O| Aug 28 23:02:09.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69602024-08-28T23:02:10.077Z[ recovery-image] Aug 28 23:02:09.189 INFO O| Aug 28 23:02:09.189 INFO STEP 967 (remove_files) COMPLETE
69612024-08-28T23:02:10.077Z[ recovery-image] Aug 28 23:02:09.189 INFO O| Aug 28 23:02:09.189 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-08-28T23:02:10.096Z[ recovery-image] Aug 28 23:02:09.208 INFO O| Aug 28 23:02:09.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69632024-08-28T23:02:10.096Z[ recovery-image] Aug 28 23:02:09.208 INFO O| Aug 28 23:02:09.208 INFO STEP 968 (remove_files) COMPLETE
69642024-08-28T23:02:10.096Z[ recovery-image] Aug 28 23:02:09.208 INFO O| Aug 28 23:02:09.208 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-08-28T23:02:10.114Z[ recovery-image] Aug 28 23:02:09.226 INFO O| Aug 28 23:02:09.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69662024-08-28T23:02:10.114Z[ recovery-image] Aug 28 23:02:09.226 INFO O| Aug 28 23:02:09.226 INFO STEP 969 (remove_files) COMPLETE
69672024-08-28T23:02:10.114Z[ recovery-image] Aug 28 23:02:09.226 INFO O| Aug 28 23:02:09.226 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-08-28T23:02:10.140Z[ recovery-image] Aug 28 23:02:09.252 INFO O| Aug 28 23:02:09.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
69692024-08-28T23:02:10.140Z[ recovery-image] Aug 28 23:02:09.252 INFO O| Aug 28 23:02:09.252 INFO STEP 970 (remove_files) COMPLETE
69702024-08-28T23:02:10.140Z[ recovery-image] Aug 28 23:02:09.252 INFO O| Aug 28 23:02:09.252 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-08-28T23:02:10.172Z[ recovery-image] Aug 28 23:02:09.284 INFO O| Aug 28 23:02:09.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
69722024-08-28T23:02:10.175Z[ recovery-image] Aug 28 23:02:09.284 INFO O| Aug 28 23:02:09.284 INFO STEP 971 (remove_files) COMPLETE
69732024-08-28T23:02:10.175Z[ recovery-image] Aug 28 23:02:09.285 INFO O| Aug 28 23:02:09.284 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-08-28T23:02:10.229Z[ recovery-image] Aug 28 23:02:09.341 INFO O| Aug 28 23:02:09.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
69752024-08-28T23:02:10.229Z[ recovery-image] Aug 28 23:02:09.341 INFO O| Aug 28 23:02:09.341 INFO STEP 972 (remove_files) COMPLETE
69762024-08-28T23:02:10.229Z[ recovery-image] Aug 28 23:02:09.341 INFO O| Aug 28 23:02:09.341 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-08-28T23:02:10.250Z[ recovery-image] Aug 28 23:02:09.362 INFO O| Aug 28 23:02:09.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
69782024-08-28T23:02:10.250Z[ recovery-image] Aug 28 23:02:09.362 INFO O| Aug 28 23:02:09.362 INFO STEP 973 (remove_files) COMPLETE
69792024-08-28T23:02:10.250Z[ recovery-image] Aug 28 23:02:09.362 INFO O| Aug 28 23:02:09.362 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-08-28T23:02:10.331Z[ recovery-image] Aug 28 23:02:09.442 INFO O| Aug 28 23:02:09.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
69812024-08-28T23:02:10.331Z[ recovery-image] Aug 28 23:02:09.442 INFO O| Aug 28 23:02:09.442 INFO STEP 974 (remove_files) COMPLETE
69822024-08-28T23:02:10.334Z[ recovery-image] Aug 28 23:02:09.443 INFO O| Aug 28 23:02:09.442 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-08-28T23:02:10.350Z[ recovery-image] Aug 28 23:02:09.461 INFO O| Aug 28 23:02:09.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
69842024-08-28T23:02:10.350Z[ recovery-image] Aug 28 23:02:09.461 INFO O| Aug 28 23:02:09.461 INFO STEP 975 (remove_files) COMPLETE
69852024-08-28T23:02:10.350Z[ recovery-image] Aug 28 23:02:09.461 INFO O| Aug 28 23:02:09.461 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-08-28T23:02:10.404Z[ recovery-image] Aug 28 23:02:09.516 INFO O| Aug 28 23:02:09.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69872024-08-28T23:02:10.404Z[ recovery-image] Aug 28 23:02:09.516 INFO O| Aug 28 23:02:09.516 INFO STEP 976 (remove_files) COMPLETE
69882024-08-28T23:02:10.404Z[ recovery-image] Aug 28 23:02:09.516 INFO O| Aug 28 23:02:09.516 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-08-28T23:02:10.427Z[ recovery-image] Aug 28 23:02:09.539 INFO O| Aug 28 23:02:09.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
69902024-08-28T23:02:10.450Z[ recovery-image] Aug 28 23:02:09.562 INFO O| Aug 28 23:02:09.562 INFO STEP 977 (remove_files) COMPLETE
69912024-08-28T23:02:10.450Z[ recovery-image] Aug 28 23:02:09.562 INFO O| Aug 28 23:02:09.562 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-08-28T23:02:10.506Z[ recovery-image] Aug 28 23:02:09.618 INFO O| Aug 28 23:02:09.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
69932024-08-28T23:02:10.529Z[ recovery-image] Aug 28 23:02:09.641 INFO O| Aug 28 23:02:09.641 INFO STEP 978 (remove_files) COMPLETE
69942024-08-28T23:02:10.529Z[ recovery-image] Aug 28 23:02:09.641 INFO O| Aug 28 23:02:09.641 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-08-28T23:02:10.556Z[ recovery-image] Aug 28 23:02:09.668 INFO O| Aug 28 23:02:09.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
69962024-08-28T23:02:10.556Z[ recovery-image] Aug 28 23:02:09.668 INFO O| Aug 28 23:02:09.668 INFO STEP 979 (remove_files) COMPLETE
69972024-08-28T23:02:10.556Z[ recovery-image] Aug 28 23:02:09.668 INFO O| Aug 28 23:02:09.668 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-08-28T23:02:10.580Z[ recovery-image] Aug 28 23:02:09.692 INFO O| Aug 28 23:02:09.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
69992024-08-28T23:02:10.580Z[ recovery-image] Aug 28 23:02:09.692 INFO O| Aug 28 23:02:09.692 INFO STEP 980 (remove_files) COMPLETE
70002024-08-28T23:02:10.580Z[ recovery-image] Aug 28 23:02:09.692 INFO O| Aug 28 23:02:09.692 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-08-28T23:02:10.630Z[ recovery-image] Aug 28 23:02:09.742 INFO O| Aug 28 23:02:09.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70022024-08-28T23:02:10.630Z[ recovery-image] Aug 28 23:02:09.742 INFO O| Aug 28 23:02:09.742 INFO STEP 981 (remove_files) COMPLETE
70032024-08-28T23:02:10.633Z[ recovery-image] Aug 28 23:02:09.742 INFO O| Aug 28 23:02:09.742 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-08-28T23:02:10.650Z[ recovery-image] Aug 28 23:02:09.762 INFO O| Aug 28 23:02:09.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70052024-08-28T23:02:10.650Z[ recovery-image] Aug 28 23:02:09.762 INFO O| Aug 28 23:02:09.762 INFO STEP 982 (remove_files) COMPLETE
70062024-08-28T23:02:10.650Z[ recovery-image] Aug 28 23:02:09.762 INFO O| Aug 28 23:02:09.762 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-08-28T23:02:10.686Z[ recovery-image] Aug 28 23:02:09.797 INFO O| Aug 28 23:02:09.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70082024-08-28T23:02:10.686Z[ recovery-image] Aug 28 23:02:09.797 INFO O| Aug 28 23:02:09.797 INFO STEP 983 (remove_files) COMPLETE
70092024-08-28T23:02:10.686Z[ recovery-image] Aug 28 23:02:09.797 INFO O| Aug 28 23:02:09.797 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-08-28T23:02:10.705Z[ recovery-image] Aug 28 23:02:09.816 INFO O| Aug 28 23:02:09.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
70112024-08-28T23:02:10.705Z[ recovery-image] Aug 28 23:02:09.816 INFO O| Aug 28 23:02:09.816 INFO STEP 984 (remove_files) COMPLETE
70122024-08-28T23:02:10.705Z[ recovery-image] Aug 28 23:02:09.816 INFO O| Aug 28 23:02:09.816 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-08-28T23:02:10.724Z[ recovery-image] Aug 28 23:02:09.835 INFO O| Aug 28 23:02:09.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
70142024-08-28T23:02:10.724Z[ recovery-image] Aug 28 23:02:09.835 INFO O| Aug 28 23:02:09.835 INFO STEP 985 (remove_files) COMPLETE
70152024-08-28T23:02:10.724Z[ recovery-image] Aug 28 23:02:09.835 INFO O| Aug 28 23:02:09.835 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-08-28T23:02:10.782Z[ recovery-image] Aug 28 23:02:09.894 INFO O| Aug 28 23:02:09.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
70172024-08-28T23:02:10.782Z[ recovery-image] Aug 28 23:02:09.894 INFO O| Aug 28 23:02:09.894 INFO STEP 986 (remove_files) COMPLETE
70182024-08-28T23:02:10.782Z[ recovery-image] Aug 28 23:02:09.894 INFO O| Aug 28 23:02:09.894 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-08-28T23:02:10.803Z[ recovery-image] Aug 28 23:02:09.914 INFO O| Aug 28 23:02:09.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
70202024-08-28T23:02:10.803Z[ recovery-image] Aug 28 23:02:09.914 INFO O| Aug 28 23:02:09.914 INFO STEP 987 (remove_files) COMPLETE
70212024-08-28T23:02:10.803Z[ recovery-image] Aug 28 23:02:09.914 INFO O| Aug 28 23:02:09.914 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-08-28T23:02:10.823Z[ recovery-image] Aug 28 23:02:09.934 INFO O| Aug 28 23:02:09.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
70232024-08-28T23:02:10.823Z[ recovery-image] Aug 28 23:02:09.934 INFO O| Aug 28 23:02:09.934 INFO STEP 988 (remove_files) COMPLETE
70242024-08-28T23:02:10.823Z[ recovery-image] Aug 28 23:02:09.934 INFO O| Aug 28 23:02:09.934 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-08-28T23:02:10.846Z[ recovery-image] Aug 28 23:02:09.958 INFO O| Aug 28 23:02:09.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70262024-08-28T23:02:10.849Z[ recovery-image] Aug 28 23:02:09.958 INFO O| Aug 28 23:02:09.958 INFO STEP 989 (remove_files) COMPLETE
70272024-08-28T23:02:10.849Z[ recovery-image] Aug 28 23:02:09.959 INFO O| Aug 28 23:02:09.958 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-08-28T23:02:10.881Z[ recovery-image] Aug 28 23:02:09.993 INFO O| Aug 28 23:02:09.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70292024-08-28T23:02:10.883Z[ recovery-image] Aug 28 23:02:09.993 INFO O| Aug 28 23:02:09.993 INFO STEP 990 (remove_files) COMPLETE
70302024-08-28T23:02:10.884Z[ recovery-image] Aug 28 23:02:09.993 INFO O| Aug 28 23:02:09.993 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-08-28T23:02:10.904Z[ recovery-image] Aug 28 23:02:10.016 INFO O| Aug 28 23:02:10.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70322024-08-28T23:02:10.907Z[ recovery-image] Aug 28 23:02:10.016 INFO O| Aug 28 23:02:10.016 INFO STEP 991 (remove_files) COMPLETE
70332024-08-28T23:02:10.907Z[ recovery-image] Aug 28 23:02:10.016 INFO O| Aug 28 23:02:10.016 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-08-28T23:02:10.950Z[ recovery-image] Aug 28 23:02:10.054 INFO O| Aug 28 23:02:10.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70352024-08-28T23:02:10.950Z[ recovery-image] Aug 28 23:02:10.054 INFO O| Aug 28 23:02:10.054 INFO STEP 992 (remove_files) COMPLETE
70362024-08-28T23:02:10.950Z[ recovery-image] Aug 28 23:02:10.054 INFO O| Aug 28 23:02:10.054 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-08-28T23:02:10.960Z[ recovery-image] Aug 28 23:02:10.072 INFO O| Aug 28 23:02:10.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70382024-08-28T23:02:10.963Z[ recovery-image] Aug 28 23:02:10.072 INFO O| Aug 28 23:02:10.072 INFO STEP 993 (remove_files) COMPLETE
70392024-08-28T23:02:10.963Z[ recovery-image] Aug 28 23:02:10.073 INFO O| Aug 28 23:02:10.072 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-08-28T23:02:10.979Z[ recovery-image] Aug 28 23:02:10.091 INFO O| Aug 28 23:02:10.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70412024-08-28T23:02:10.982Z[ recovery-image] Aug 28 23:02:10.091 INFO O| Aug 28 23:02:10.091 INFO STEP 994 (remove_files) COMPLETE
70422024-08-28T23:02:10.982Z[ recovery-image] Aug 28 23:02:10.092 INFO O| Aug 28 23:02:10.092 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-08-28T23:02:11.017Z[ recovery-image] Aug 28 23:02:10.128 INFO O| Aug 28 23:02:10.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70442024-08-28T23:02:11.020Z[ recovery-image] Aug 28 23:02:10.129 INFO O| Aug 28 23:02:10.128 INFO STEP 995 (remove_files) COMPLETE
70452024-08-28T23:02:11.020Z[ recovery-image] Aug 28 23:02:10.129 INFO O| Aug 28 23:02:10.129 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-08-28T23:02:11.036Z[ recovery-image] Aug 28 23:02:10.147 INFO O| Aug 28 23:02:10.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70472024-08-28T23:02:11.041Z[ recovery-image] Aug 28 23:02:10.148 INFO O| Aug 28 23:02:10.148 INFO STEP 996 (remove_files) COMPLETE
70482024-08-28T23:02:11.041Z[ recovery-image] Aug 28 23:02:10.148 INFO O| Aug 28 23:02:10.148 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-08-28T23:02:11.091Z[ recovery-image] Aug 28 23:02:10.203 INFO O| Aug 28 23:02:10.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70502024-08-28T23:02:11.094Z[ recovery-image] Aug 28 23:02:10.203 INFO O| Aug 28 23:02:10.203 INFO STEP 997 (remove_files) COMPLETE
70512024-08-28T23:02:11.094Z[ recovery-image] Aug 28 23:02:10.203 INFO O| Aug 28 23:02:10.203 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-08-28T23:02:11.110Z[ recovery-image] Aug 28 23:02:10.222 INFO O| Aug 28 23:02:10.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70532024-08-28T23:02:11.113Z[ recovery-image] Aug 28 23:02:10.222 INFO O| Aug 28 23:02:10.222 INFO STEP 998 (remove_files) COMPLETE
70542024-08-28T23:02:11.113Z[ recovery-image] Aug 28 23:02:10.223 INFO O| Aug 28 23:02:10.222 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-08-28T23:02:11.162Z[ recovery-image] Aug 28 23:02:10.274 INFO O| Aug 28 23:02:10.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70562024-08-28T23:02:11.162Z[ recovery-image] Aug 28 23:02:10.274 INFO O| Aug 28 23:02:10.274 INFO STEP 999 (remove_files) COMPLETE
70572024-08-28T23:02:11.165Z[ recovery-image] Aug 28 23:02:10.274 INFO O| Aug 28 23:02:10.274 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-08-28T23:02:11.203Z[ recovery-image] Aug 28 23:02:10.315 INFO O| Aug 28 23:02:10.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70592024-08-28T23:02:11.203Z[ recovery-image] Aug 28 23:02:10.315 INFO O| Aug 28 23:02:10.315 INFO STEP 1000 (remove_files) COMPLETE
70602024-08-28T23:02:11.206Z[ recovery-image] Aug 28 23:02:10.315 INFO O| Aug 28 23:02:10.315 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-08-28T23:02:11.240Z[ recovery-image] Aug 28 23:02:10.352 INFO O| Aug 28 23:02:10.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70622024-08-28T23:02:11.240Z[ recovery-image] Aug 28 23:02:10.352 INFO O| Aug 28 23:02:10.352 INFO STEP 1001 (remove_files) COMPLETE
70632024-08-28T23:02:11.240Z[ recovery-image] Aug 28 23:02:10.352 INFO O| Aug 28 23:02:10.352 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-08-28T23:02:11.261Z[ recovery-image] Aug 28 23:02:10.373 INFO O| Aug 28 23:02:10.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70652024-08-28T23:02:11.261Z[ recovery-image] Aug 28 23:02:10.373 INFO O| Aug 28 23:02:10.373 INFO STEP 1002 (remove_files) COMPLETE
70662024-08-28T23:02:11.264Z[ recovery-image] Aug 28 23:02:10.373 INFO O| Aug 28 23:02:10.373 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-08-28T23:02:11.280Z[ recovery-image] Aug 28 23:02:10.392 INFO O| Aug 28 23:02:10.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
70682024-08-28T23:02:11.280Z[ recovery-image] Aug 28 23:02:10.392 INFO O| Aug 28 23:02:10.392 INFO STEP 1003 (remove_files) COMPLETE
70692024-08-28T23:02:11.280Z[ recovery-image] Aug 28 23:02:10.392 INFO O| Aug 28 23:02:10.392 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-08-28T23:02:11.317Z[ recovery-image] Aug 28 23:02:10.429 INFO O| Aug 28 23:02:10.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
70712024-08-28T23:02:11.317Z[ recovery-image] Aug 28 23:02:10.429 INFO O| Aug 28 23:02:10.429 INFO STEP 1004 (remove_files) COMPLETE
70722024-08-28T23:02:11.319Z[ recovery-image] Aug 28 23:02:10.429 INFO O| Aug 28 23:02:10.429 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-08-28T23:02:11.339Z[ recovery-image] Aug 28 23:02:10.451 INFO O| Aug 28 23:02:10.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
70742024-08-28T23:02:11.339Z[ recovery-image] Aug 28 23:02:10.451 INFO O| Aug 28 23:02:10.451 INFO STEP 1005 (remove_files) COMPLETE
70752024-08-28T23:02:11.339Z[ recovery-image] Aug 28 23:02:10.451 INFO O| Aug 28 23:02:10.451 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-08-28T23:02:11.358Z[ recovery-image] Aug 28 23:02:10.470 INFO O| Aug 28 23:02:10.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
70772024-08-28T23:02:11.358Z[ recovery-image] Aug 28 23:02:10.470 INFO O| Aug 28 23:02:10.470 INFO STEP 1006 (remove_files) COMPLETE
70782024-08-28T23:02:11.358Z[ recovery-image] Aug 28 23:02:10.470 INFO O| Aug 28 23:02:10.470 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-08-28T23:02:11.396Z[ recovery-image] Aug 28 23:02:10.508 INFO O| Aug 28 23:02:10.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70802024-08-28T23:02:11.396Z[ recovery-image] Aug 28 23:02:10.508 INFO O| Aug 28 23:02:10.508 INFO STEP 1007 (remove_files) COMPLETE
70812024-08-28T23:02:11.396Z[ recovery-image] Aug 28 23:02:10.508 INFO O| Aug 28 23:02:10.508 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-08-28T23:02:11.424Z[ recovery-image] Aug 28 23:02:10.536 INFO O| Aug 28 23:02:10.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70832024-08-28T23:02:11.427Z[ recovery-image] Aug 28 23:02:10.536 INFO O| Aug 28 23:02:10.536 INFO STEP 1008 (remove_files) COMPLETE
70842024-08-28T23:02:11.427Z[ recovery-image] Aug 28 23:02:10.537 INFO O| Aug 28 23:02:10.537 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-08-28T23:02:11.445Z[ recovery-image] Aug 28 23:02:10.556 INFO O| Aug 28 23:02:10.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70862024-08-28T23:02:11.448Z[ recovery-image] Aug 28 23:02:10.557 INFO O| Aug 28 23:02:10.556 INFO STEP 1009 (remove_files) COMPLETE
70872024-08-28T23:02:11.448Z[ recovery-image] Aug 28 23:02:10.557 INFO O| Aug 28 23:02:10.557 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-08-28T23:02:11.464Z[ recovery-image] Aug 28 23:02:10.576 INFO O| Aug 28 23:02:10.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
70892024-08-28T23:02:11.466Z[ recovery-image] Aug 28 23:02:10.576 INFO O| Aug 28 23:02:10.576 INFO STEP 1010 (remove_files) COMPLETE
70902024-08-28T23:02:11.466Z[ recovery-image] Aug 28 23:02:10.576 INFO O| Aug 28 23:02:10.576 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-08-28T23:02:11.502Z[ recovery-image] Aug 28 23:02:10.613 INFO O| Aug 28 23:02:10.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70922024-08-28T23:02:11.502Z[ recovery-image] Aug 28 23:02:10.613 INFO O| Aug 28 23:02:10.613 INFO STEP 1011 (remove_files) COMPLETE
70932024-08-28T23:02:11.502Z[ recovery-image] Aug 28 23:02:10.613 INFO O| Aug 28 23:02:10.613 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-08-28T23:02:11.545Z[ recovery-image] Aug 28 23:02:10.657 INFO O| Aug 28 23:02:10.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
70952024-08-28T23:02:11.545Z[ recovery-image] Aug 28 23:02:10.657 INFO O| Aug 28 23:02:10.657 INFO STEP 1012 (remove_files) COMPLETE
70962024-08-28T23:02:11.548Z[ recovery-image] Aug 28 23:02:10.657 INFO O| Aug 28 23:02:10.657 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-08-28T23:02:11.566Z[ recovery-image] Aug 28 23:02:10.678 INFO O| Aug 28 23:02:10.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
70982024-08-28T23:02:11.566Z[ recovery-image] Aug 28 23:02:10.678 INFO O| Aug 28 23:02:10.678 INFO STEP 1013 (remove_files) COMPLETE
70992024-08-28T23:02:11.566Z[ recovery-image] Aug 28 23:02:10.678 INFO O| Aug 28 23:02:10.678 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-08-28T23:02:11.585Z[ recovery-image] Aug 28 23:02:10.697 INFO O| Aug 28 23:02:10.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71012024-08-28T23:02:11.585Z[ recovery-image] Aug 28 23:02:10.697 INFO O| Aug 28 23:02:10.697 INFO STEP 1014 (remove_files) COMPLETE
71022024-08-28T23:02:11.587Z[ recovery-image] Aug 28 23:02:10.697 INFO O| Aug 28 23:02:10.697 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-08-28T23:02:11.670Z[ recovery-image] Aug 28 23:02:10.782 INFO O| Aug 28 23:02:10.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71042024-08-28T23:02:11.670Z[ recovery-image] Aug 28 23:02:10.782 INFO O| Aug 28 23:02:10.782 INFO STEP 1015 (remove_files) COMPLETE
71052024-08-28T23:02:11.670Z[ recovery-image] Aug 28 23:02:10.782 INFO O| Aug 28 23:02:10.782 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-08-28T23:02:11.690Z[ recovery-image] Aug 28 23:02:10.802 INFO O| Aug 28 23:02:10.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71072024-08-28T23:02:11.713Z[ recovery-image] Aug 28 23:02:10.824 INFO O| Aug 28 23:02:10.824 INFO STEP 1016 (remove_files) COMPLETE
71082024-08-28T23:02:11.713Z[ recovery-image] Aug 28 23:02:10.824 INFO O| Aug 28 23:02:10.824 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-08-28T23:02:11.768Z[ recovery-image] Aug 28 23:02:10.881 INFO O| Aug 28 23:02:10.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71102024-08-28T23:02:11.769Z[ recovery-image] Aug 28 23:02:10.881 INFO O| Aug 28 23:02:10.881 INFO STEP 1017 (remove_files) COMPLETE
71112024-08-28T23:02:11.769Z[ recovery-image] Aug 28 23:02:10.881 INFO O| Aug 28 23:02:10.881 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-08-28T23:02:11.787Z[ recovery-image] Aug 28 23:02:10.899 INFO O| Aug 28 23:02:10.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
71132024-08-28T23:02:11.791Z[ recovery-image] Aug 28 23:02:10.900 INFO O| Aug 28 23:02:10.900 INFO STEP 1018 (remove_files) COMPLETE
71142024-08-28T23:02:11.791Z[ recovery-image] Aug 28 23:02:10.900 INFO O| Aug 28 23:02:10.900 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-08-28T23:02:11.807Z[ recovery-image] Aug 28 23:02:10.919 INFO O| Aug 28 23:02:10.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
71162024-08-28T23:02:11.807Z[ recovery-image] Aug 28 23:02:10.919 INFO O| Aug 28 23:02:10.919 INFO STEP 1019 (remove_files) COMPLETE
71172024-08-28T23:02:11.809Z[ recovery-image] Aug 28 23:02:10.919 INFO O| Aug 28 23:02:10.919 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-08-28T23:02:11.841Z[ recovery-image] Aug 28 23:02:10.953 INFO O| Aug 28 23:02:10.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
71192024-08-28T23:02:11.844Z[ recovery-image] Aug 28 23:02:10.954 INFO O| Aug 28 23:02:10.953 INFO STEP 1020 (remove_files) COMPLETE
71202024-08-28T23:02:11.844Z[ recovery-image] Aug 28 23:02:10.954 INFO O| Aug 28 23:02:10.954 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-08-28T23:02:11.881Z[ recovery-image] Aug 28 23:02:10.993 INFO O| Aug 28 23:02:10.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71222024-08-28T23:02:11.881Z[ recovery-image] Aug 28 23:02:10.993 INFO O| Aug 28 23:02:10.993 INFO STEP 1021 (remove_files) COMPLETE
71232024-08-28T23:02:11.881Z[ recovery-image] Aug 28 23:02:10.993 INFO O| Aug 28 23:02:10.993 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-08-28T23:02:11.963Z[ recovery-image] Aug 28 23:02:11.074 INFO O| Aug 28 23:02:11.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
71252024-08-28T23:02:11.963Z[ recovery-image] Aug 28 23:02:11.074 INFO O| Aug 28 23:02:11.074 INFO STEP 1022 (remove_files) COMPLETE
71262024-08-28T23:02:11.963Z[ recovery-image] Aug 28 23:02:11.074 INFO O| Aug 28 23:02:11.074 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-08-28T23:02:12.022Z[ recovery-image] Aug 28 23:02:11.134 INFO O| Aug 28 23:02:11.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71282024-08-28T23:02:12.023Z[ recovery-image] Aug 28 23:02:11.134 INFO O| Aug 28 23:02:11.134 INFO STEP 1023 (remove_files) COMPLETE
71292024-08-28T23:02:12.025Z[ recovery-image] Aug 28 23:02:11.135 INFO O| Aug 28 23:02:11.134 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-08-28T23:02:12.083Z[ recovery-image] Aug 28 23:02:11.194 INFO O| Aug 28 23:02:11.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71312024-08-28T23:02:12.083Z[ recovery-image] Aug 28 23:02:11.195 INFO O| Aug 28 23:02:11.195 INFO STEP 1024 (remove_files) COMPLETE
71322024-08-28T23:02:12.083Z[ recovery-image] Aug 28 23:02:11.195 INFO O| Aug 28 23:02:11.195 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-08-28T23:02:12.102Z[ recovery-image] Aug 28 23:02:11.214 INFO O| Aug 28 23:02:11.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71342024-08-28T23:02:12.105Z[ recovery-image] Aug 28 23:02:11.214 INFO O| Aug 28 23:02:11.214 INFO STEP 1025 (remove_files) COMPLETE
71352024-08-28T23:02:12.105Z[ recovery-image] Aug 28 23:02:11.215 INFO O| Aug 28 23:02:11.214 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-08-28T23:02:12.122Z[ recovery-image] Aug 28 23:02:11.234 INFO O| Aug 28 23:02:11.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71372024-08-28T23:02:12.125Z[ recovery-image] Aug 28 23:02:11.234 INFO O| Aug 28 23:02:11.234 INFO STEP 1026 (remove_files) COMPLETE
71382024-08-28T23:02:12.125Z[ recovery-image] Aug 28 23:02:11.234 INFO O| Aug 28 23:02:11.234 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-08-28T23:02:12.182Z[ recovery-image] Aug 28 23:02:11.294 INFO O| Aug 28 23:02:11.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71402024-08-28T23:02:12.184Z[ recovery-image] Aug 28 23:02:11.294 INFO O| Aug 28 23:02:11.294 INFO STEP 1027 (remove_files) COMPLETE
71412024-08-28T23:02:12.184Z[ recovery-image] Aug 28 23:02:11.294 INFO O| Aug 28 23:02:11.294 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-08-28T23:02:12.235Z[ recovery-image] Aug 28 23:02:11.347 INFO O| Aug 28 23:02:11.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71432024-08-28T23:02:12.238Z[ recovery-image] Aug 28 23:02:11.347 INFO O| Aug 28 23:02:11.347 INFO STEP 1028 (remove_files) COMPLETE
71442024-08-28T23:02:12.238Z[ recovery-image] Aug 28 23:02:11.347 INFO O| Aug 28 23:02:11.347 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-08-28T23:02:12.266Z[ recovery-image] Aug 28 23:02:11.369 INFO O| Aug 28 23:02:11.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71462024-08-28T23:02:12.266Z[ recovery-image] Aug 28 23:02:11.369 INFO O| Aug 28 23:02:11.369 INFO STEP 1029 (remove_files) COMPLETE
71472024-08-28T23:02:12.266Z[ recovery-image] Aug 28 23:02:11.369 INFO O| Aug 28 23:02:11.369 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-08-28T23:02:12.276Z[ recovery-image] Aug 28 23:02:11.388 INFO O| Aug 28 23:02:11.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71492024-08-28T23:02:12.278Z[ recovery-image] Aug 28 23:02:11.388 INFO O| Aug 28 23:02:11.388 INFO STEP 1030 (remove_files) COMPLETE
71502024-08-28T23:02:12.278Z[ recovery-image] Aug 28 23:02:11.389 INFO O| Aug 28 23:02:11.388 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-08-28T23:02:12.319Z[ recovery-image] Aug 28 23:02:11.431 INFO O| Aug 28 23:02:11.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71522024-08-28T23:02:12.319Z[ recovery-image] Aug 28 23:02:11.431 INFO O| Aug 28 23:02:11.431 INFO STEP 1031 (remove_files) COMPLETE
71532024-08-28T23:02:12.322Z[ recovery-image] Aug 28 23:02:11.431 INFO O| Aug 28 23:02:11.431 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-08-28T23:02:12.340Z[ recovery-image] Aug 28 23:02:11.452 INFO O| Aug 28 23:02:11.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71552024-08-28T23:02:12.340Z[ recovery-image] Aug 28 23:02:11.452 INFO O| Aug 28 23:02:11.452 INFO STEP 1032 (remove_files) COMPLETE
71562024-08-28T23:02:12.342Z[ recovery-image] Aug 28 23:02:11.452 INFO O| Aug 28 23:02:11.452 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-08-28T23:02:12.369Z[ recovery-image] Aug 28 23:02:11.481 INFO O| Aug 28 23:02:11.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71582024-08-28T23:02:12.369Z[ recovery-image] Aug 28 23:02:11.481 INFO O| Aug 28 23:02:11.481 INFO STEP 1033 (remove_files) COMPLETE
71592024-08-28T23:02:12.369Z[ recovery-image] Aug 28 23:02:11.481 INFO O| Aug 28 23:02:11.481 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-08-28T23:02:12.392Z[ recovery-image] Aug 28 23:02:11.504 INFO O| Aug 28 23:02:11.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71612024-08-28T23:02:12.392Z[ recovery-image] Aug 28 23:02:11.504 INFO O| Aug 28 23:02:11.504 INFO STEP 1034 (remove_files) COMPLETE
71622024-08-28T23:02:12.395Z[ recovery-image] Aug 28 23:02:11.504 INFO O| Aug 28 23:02:11.504 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-08-28T23:02:12.413Z[ recovery-image] Aug 28 23:02:11.524 INFO O| Aug 28 23:02:11.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71642024-08-28T23:02:12.413Z[ recovery-image] Aug 28 23:02:11.524 INFO O| Aug 28 23:02:11.524 INFO STEP 1035 (remove_files) COMPLETE
71652024-08-28T23:02:12.413Z[ recovery-image] Aug 28 23:02:11.524 INFO O| Aug 28 23:02:11.524 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-08-28T23:02:12.447Z[ recovery-image] Aug 28 23:02:11.559 INFO O| Aug 28 23:02:11.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
71672024-08-28T23:02:12.447Z[ recovery-image] Aug 28 23:02:11.559 INFO O| Aug 28 23:02:11.559 INFO STEP 1036 (remove_files) COMPLETE
71682024-08-28T23:02:12.451Z[ recovery-image] Aug 28 23:02:11.560 INFO O| Aug 28 23:02:11.559 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-08-28T23:02:12.506Z[ recovery-image] Aug 28 23:02:11.618 INFO O| Aug 28 23:02:11.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
71702024-08-28T23:02:12.506Z[ recovery-image] Aug 28 23:02:11.618 INFO O| Aug 28 23:02:11.618 INFO STEP 1037 (remove_files) COMPLETE
71712024-08-28T23:02:12.506Z[ recovery-image] Aug 28 23:02:11.618 INFO O| Aug 28 23:02:11.618 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-08-28T23:02:12.527Z[ recovery-image] Aug 28 23:02:11.638 INFO O| Aug 28 23:02:11.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
71732024-08-28T23:02:12.527Z[ recovery-image] Aug 28 23:02:11.638 INFO O| Aug 28 23:02:11.638 INFO STEP 1038 (remove_files) COMPLETE
71742024-08-28T23:02:12.527Z[ recovery-image] Aug 28 23:02:11.638 INFO O| Aug 28 23:02:11.638 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-08-28T23:02:12.549Z[ recovery-image] Aug 28 23:02:11.661 INFO O| Aug 28 23:02:11.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
71762024-08-28T23:02:12.549Z[ recovery-image] Aug 28 23:02:11.661 INFO O| Aug 28 23:02:11.661 INFO STEP 1039 (remove_files) COMPLETE
71772024-08-28T23:02:12.549Z[ recovery-image] Aug 28 23:02:11.661 INFO O| Aug 28 23:02:11.661 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-08-28T23:02:12.574Z[ recovery-image] Aug 28 23:02:11.686 INFO O| Aug 28 23:02:11.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
71792024-08-28T23:02:12.574Z[ recovery-image] Aug 28 23:02:11.686 INFO O| Aug 28 23:02:11.686 INFO STEP 1040 (remove_files) COMPLETE
71802024-08-28T23:02:12.577Z[ recovery-image] Aug 28 23:02:11.686 INFO O| Aug 28 23:02:11.686 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-08-28T23:02:12.621Z[ recovery-image] Aug 28 23:02:11.733 INFO O| Aug 28 23:02:11.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
71822024-08-28T23:02:12.624Z[ recovery-image] Aug 28 23:02:11.733 INFO O| Aug 28 23:02:11.733 INFO STEP 1041 (remove_files) COMPLETE
71832024-08-28T23:02:12.624Z[ recovery-image] Aug 28 23:02:11.734 INFO O| Aug 28 23:02:11.733 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-08-28T23:02:12.640Z[ recovery-image] Aug 28 23:02:11.752 INFO O| Aug 28 23:02:11.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
71852024-08-28T23:02:12.643Z[ recovery-image] Aug 28 23:02:11.753 INFO O| Aug 28 23:02:11.753 INFO STEP 1042 (remove_files) COMPLETE
71862024-08-28T23:02:12.643Z[ recovery-image] Aug 28 23:02:11.753 INFO O| Aug 28 23:02:11.753 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-08-28T23:02:12.659Z[ recovery-image] Aug 28 23:02:11.771 INFO O| Aug 28 23:02:11.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71882024-08-28T23:02:12.662Z[ recovery-image] Aug 28 23:02:11.771 INFO O| Aug 28 23:02:11.771 INFO STEP 1043 (remove_files) COMPLETE
71892024-08-28T23:02:12.662Z[ recovery-image] Aug 28 23:02:11.772 INFO O| Aug 28 23:02:11.771 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-08-28T23:02:12.678Z[ recovery-image] Aug 28 23:02:11.790 INFO O| Aug 28 23:02:11.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71912024-08-28T23:02:12.678Z[ recovery-image] Aug 28 23:02:11.790 INFO O| Aug 28 23:02:11.790 INFO STEP 1044 (remove_files) COMPLETE
71922024-08-28T23:02:12.681Z[ recovery-image] Aug 28 23:02:11.790 INFO O| Aug 28 23:02:11.790 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-08-28T23:02:12.696Z[ recovery-image] Aug 28 23:02:11.808 INFO O| Aug 28 23:02:11.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
71942024-08-28T23:02:12.699Z[ recovery-image] Aug 28 23:02:11.808 INFO O| Aug 28 23:02:11.808 INFO STEP 1045 (remove_files) COMPLETE
71952024-08-28T23:02:12.699Z[ recovery-image] Aug 28 23:02:11.808 INFO O| Aug 28 23:02:11.808 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-08-28T23:02:12.733Z[ recovery-image] Aug 28 23:02:11.845 INFO O| Aug 28 23:02:11.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
71972024-08-28T23:02:12.733Z[ recovery-image] Aug 28 23:02:11.845 INFO O| Aug 28 23:02:11.845 INFO STEP 1046 (remove_files) COMPLETE
71982024-08-28T23:02:12.736Z[ recovery-image] Aug 28 23:02:11.845 INFO O| Aug 28 23:02:11.845 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-08-28T23:02:12.767Z[ recovery-image] Aug 28 23:02:11.879 INFO O| Aug 28 23:02:11.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72002024-08-28T23:02:12.770Z[ recovery-image] Aug 28 23:02:11.879 INFO O| Aug 28 23:02:11.879 INFO STEP 1047 (remove_files) COMPLETE
72012024-08-28T23:02:12.770Z[ recovery-image] Aug 28 23:02:11.879 INFO O| Aug 28 23:02:11.879 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-08-28T23:02:12.785Z[ recovery-image] Aug 28 23:02:11.897 INFO O| Aug 28 23:02:11.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72032024-08-28T23:02:12.785Z[ recovery-image] Aug 28 23:02:11.897 INFO O| Aug 28 23:02:11.897 INFO STEP 1048 (remove_files) COMPLETE
72042024-08-28T23:02:12.785Z[ recovery-image] Aug 28 23:02:11.897 INFO O| Aug 28 23:02:11.897 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-08-28T23:02:12.814Z[ recovery-image] Aug 28 23:02:11.926 INFO O| Aug 28 23:02:11.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72062024-08-28T23:02:12.814Z[ recovery-image] Aug 28 23:02:11.926 INFO O| Aug 28 23:02:11.926 INFO STEP 1049 (remove_files) COMPLETE
72072024-08-28T23:02:12.817Z[ recovery-image] Aug 28 23:02:11.927 INFO O| Aug 28 23:02:11.926 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-08-28T23:02:12.833Z[ recovery-image] Aug 28 23:02:11.945 INFO O| Aug 28 23:02:11.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72092024-08-28T23:02:12.836Z[ recovery-image] Aug 28 23:02:11.945 INFO O| Aug 28 23:02:11.945 INFO STEP 1050 (remove_files) COMPLETE
72102024-08-28T23:02:12.836Z[ recovery-image] Aug 28 23:02:11.946 INFO O| Aug 28 23:02:11.945 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-08-28T23:02:12.851Z[ recovery-image] Aug 28 23:02:11.963 INFO O| Aug 28 23:02:11.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
72122024-08-28T23:02:12.851Z[ recovery-image] Aug 28 23:02:11.963 INFO O| Aug 28 23:02:11.963 INFO STEP 1051 (remove_files) COMPLETE
72132024-08-28T23:02:12.851Z[ recovery-image] Aug 28 23:02:11.963 INFO O| Aug 28 23:02:11.963 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-08-28T23:02:12.870Z[ recovery-image] Aug 28 23:02:11.982 INFO O| Aug 28 23:02:11.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
72152024-08-28T23:02:12.870Z[ recovery-image] Aug 28 23:02:11.982 INFO O| Aug 28 23:02:11.982 INFO STEP 1052 (remove_files) COMPLETE
72162024-08-28T23:02:12.870Z[ recovery-image] Aug 28 23:02:11.982 INFO O| Aug 28 23:02:11.982 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-08-28T23:02:12.889Z[ recovery-image] Aug 28 23:02:12.001 INFO O| Aug 28 23:02:12.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72182024-08-28T23:02:12.889Z[ recovery-image] Aug 28 23:02:12.001 INFO O| Aug 28 23:02:12.001 INFO STEP 1053 (remove_files) COMPLETE
72192024-08-28T23:02:12.889Z[ recovery-image] Aug 28 23:02:12.001 INFO O| Aug 28 23:02:12.001 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-08-28T23:02:12.906Z[ recovery-image] Aug 28 23:02:12.018 INFO O| Aug 28 23:02:12.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
72212024-08-28T23:02:12.906Z[ recovery-image] Aug 28 23:02:12.019 INFO O| Aug 28 23:02:12.018 INFO STEP 1054 (remove_files) COMPLETE
72222024-08-28T23:02:12.906Z[ recovery-image] Aug 28 23:02:12.019 INFO O| Aug 28 23:02:12.019 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-08-28T23:02:12.924Z[ recovery-image] Aug 28 23:02:12.036 INFO O| Aug 28 23:02:12.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
72242024-08-28T23:02:12.924Z[ recovery-image] Aug 28 23:02:12.036 INFO O| Aug 28 23:02:12.036 INFO STEP 1055 (remove_files) COMPLETE
72252024-08-28T23:02:12.927Z[ recovery-image] Aug 28 23:02:12.036 INFO O| Aug 28 23:02:12.036 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-08-28T23:02:12.943Z[ recovery-image] Aug 28 23:02:12.055 INFO O| Aug 28 23:02:12.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72272024-08-28T23:02:12.943Z[ recovery-image] Aug 28 23:02:12.055 INFO O| Aug 28 23:02:12.055 INFO STEP 1056 (remove_files) COMPLETE
72282024-08-28T23:02:12.943Z[ recovery-image] Aug 28 23:02:12.055 INFO O| Aug 28 23:02:12.055 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-08-28T23:02:12.979Z[ recovery-image] Aug 28 23:02:12.091 INFO O| Aug 28 23:02:12.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72302024-08-28T23:02:12.981Z[ recovery-image] Aug 28 23:02:12.091 INFO O| Aug 28 23:02:12.091 INFO STEP 1057 (remove_files) COMPLETE
72312024-08-28T23:02:12.981Z[ recovery-image] Aug 28 23:02:12.091 INFO O| Aug 28 23:02:12.091 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-08-28T23:02:13.019Z[ recovery-image] Aug 28 23:02:12.131 INFO O| Aug 28 23:02:12.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72332024-08-28T23:02:13.019Z[ recovery-image] Aug 28 23:02:12.131 INFO O| Aug 28 23:02:12.131 INFO STEP 1058 (remove_files) COMPLETE
72342024-08-28T23:02:13.022Z[ recovery-image] Aug 28 23:02:12.131 INFO O| Aug 28 23:02:12.131 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-08-28T23:02:13.053Z[ recovery-image] Aug 28 23:02:12.165 INFO O| Aug 28 23:02:12.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72362024-08-28T23:02:13.053Z[ recovery-image] Aug 28 23:02:12.165 INFO O| Aug 28 23:02:12.165 INFO STEP 1059 (remove_files) COMPLETE
72372024-08-28T23:02:13.053Z[ recovery-image] Aug 28 23:02:12.165 INFO O| Aug 28 23:02:12.165 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-08-28T23:02:13.073Z[ recovery-image] Aug 28 23:02:12.185 INFO O| Aug 28 23:02:12.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
72392024-08-28T23:02:13.073Z[ recovery-image] Aug 28 23:02:12.185 INFO O| Aug 28 23:02:12.185 INFO STEP 1060 (remove_files) COMPLETE
72402024-08-28T23:02:13.073Z[ recovery-image] Aug 28 23:02:12.185 INFO O| Aug 28 23:02:12.185 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-08-28T23:02:13.095Z[ recovery-image] Aug 28 23:02:12.207 INFO O| Aug 28 23:02:12.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
72422024-08-28T23:02:13.095Z[ recovery-image] Aug 28 23:02:12.207 INFO O| Aug 28 23:02:12.207 INFO STEP 1061 (remove_files) COMPLETE
72432024-08-28T23:02:13.095Z[ recovery-image] Aug 28 23:02:12.207 INFO O| Aug 28 23:02:12.207 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-08-28T23:02:13.113Z[ recovery-image] Aug 28 23:02:12.225 INFO O| Aug 28 23:02:12.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
72452024-08-28T23:02:13.113Z[ recovery-image] Aug 28 23:02:12.225 INFO O| Aug 28 23:02:12.225 INFO STEP 1062 (remove_files) COMPLETE
72462024-08-28T23:02:13.116Z[ recovery-image] Aug 28 23:02:12.225 INFO O| Aug 28 23:02:12.225 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-08-28T23:02:13.171Z[ recovery-image] Aug 28 23:02:12.283 INFO O| Aug 28 23:02:12.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
72482024-08-28T23:02:13.171Z[ recovery-image] Aug 28 23:02:12.283 INFO O| Aug 28 23:02:12.283 INFO STEP 1063 (remove_files) COMPLETE
72492024-08-28T23:02:13.171Z[ recovery-image] Aug 28 23:02:12.283 INFO O| Aug 28 23:02:12.283 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-08-28T23:02:13.190Z[ recovery-image] Aug 28 23:02:12.302 INFO O| Aug 28 23:02:12.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72512024-08-28T23:02:13.190Z[ recovery-image] Aug 28 23:02:12.302 INFO O| Aug 28 23:02:12.302 INFO STEP 1064 (remove_files) COMPLETE
72522024-08-28T23:02:13.190Z[ recovery-image] Aug 28 23:02:12.302 INFO O| Aug 28 23:02:12.302 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-08-28T23:02:13.208Z[ recovery-image] Aug 28 23:02:12.320 INFO O| Aug 28 23:02:12.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72542024-08-28T23:02:13.208Z[ recovery-image] Aug 28 23:02:12.320 INFO O| Aug 28 23:02:12.320 INFO STEP 1065 (remove_files) COMPLETE
72552024-08-28T23:02:13.208Z[ recovery-image] Aug 28 23:02:12.320 INFO O| Aug 28 23:02:12.320 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-08-28T23:02:13.226Z[ recovery-image] Aug 28 23:02:12.338 INFO O| Aug 28 23:02:12.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72572024-08-28T23:02:13.226Z[ recovery-image] Aug 28 23:02:12.338 INFO O| Aug 28 23:02:12.338 INFO STEP 1066 (remove_files) COMPLETE
72582024-08-28T23:02:13.229Z[ recovery-image] Aug 28 23:02:12.338 INFO O| Aug 28 23:02:12.338 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-08-28T23:02:13.243Z[ recovery-image] Aug 28 23:02:12.355 INFO O| Aug 28 23:02:12.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72602024-08-28T23:02:13.243Z[ recovery-image] Aug 28 23:02:12.355 INFO O| Aug 28 23:02:12.355 INFO STEP 1067 (remove_files) COMPLETE
72612024-08-28T23:02:13.243Z[ recovery-image] Aug 28 23:02:12.355 INFO O| Aug 28 23:02:12.355 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-08-28T23:02:13.279Z[ recovery-image] Aug 28 23:02:12.391 INFO O| Aug 28 23:02:12.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72632024-08-28T23:02:13.279Z[ recovery-image] Aug 28 23:02:12.392 INFO O| Aug 28 23:02:12.392 INFO STEP 1068 (remove_files) COMPLETE
72642024-08-28T23:02:13.279Z[ recovery-image] Aug 28 23:02:12.392 INFO O| Aug 28 23:02:12.392 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-08-28T23:02:13.299Z[ recovery-image] Aug 28 23:02:12.411 INFO O| Aug 28 23:02:12.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
72662024-08-28T23:02:13.299Z[ recovery-image] Aug 28 23:02:12.411 INFO O| Aug 28 23:02:12.411 INFO STEP 1069 (remove_files) COMPLETE
72672024-08-28T23:02:13.299Z[ recovery-image] Aug 28 23:02:12.411 INFO O| Aug 28 23:02:12.411 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-08-28T23:02:13.337Z[ recovery-image] Aug 28 23:02:12.449 INFO O| Aug 28 23:02:12.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
72692024-08-28T23:02:13.337Z[ recovery-image] Aug 28 23:02:12.449 INFO O| Aug 28 23:02:12.449 INFO STEP 1070 (remove_files) COMPLETE
72702024-08-28T23:02:13.337Z[ recovery-image] Aug 28 23:02:12.449 INFO O| Aug 28 23:02:12.449 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-08-28T23:02:13.391Z[ recovery-image] Aug 28 23:02:12.504 INFO O| Aug 28 23:02:12.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
72722024-08-28T23:02:13.391Z[ recovery-image] Aug 28 23:02:12.504 INFO O| Aug 28 23:02:12.504 INFO STEP 1071 (remove_files) COMPLETE
72732024-08-28T23:02:13.394Z[ recovery-image] Aug 28 23:02:12.504 INFO O| Aug 28 23:02:12.504 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-08-28T23:02:13.409Z[ recovery-image] Aug 28 23:02:12.521 INFO O| Aug 28 23:02:12.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
72752024-08-28T23:02:13.409Z[ recovery-image] Aug 28 23:02:12.521 INFO O| Aug 28 23:02:12.521 INFO STEP 1072 (remove_files) COMPLETE
72762024-08-28T23:02:13.409Z[ recovery-image] Aug 28 23:02:12.521 INFO O| Aug 28 23:02:12.521 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-08-28T23:02:13.427Z[ recovery-image] Aug 28 23:02:12.538 INFO O| Aug 28 23:02:12.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
72782024-08-28T23:02:13.427Z[ recovery-image] Aug 28 23:02:12.538 INFO O| Aug 28 23:02:12.538 INFO STEP 1073 (remove_files) COMPLETE
72792024-08-28T23:02:13.427Z[ recovery-image] Aug 28 23:02:12.538 INFO O| Aug 28 23:02:12.538 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-08-28T23:02:13.486Z[ recovery-image] Aug 28 23:02:12.598 INFO O| Aug 28 23:02:12.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72812024-08-28T23:02:13.487Z[ recovery-image] Aug 28 23:02:12.598 INFO O| Aug 28 23:02:12.598 INFO STEP 1074 (remove_files) COMPLETE
72822024-08-28T23:02:13.487Z[ recovery-image] Aug 28 23:02:12.598 INFO O| Aug 28 23:02:12.598 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-08-28T23:02:13.528Z[ recovery-image] Aug 28 23:02:12.640 INFO O| Aug 28 23:02:12.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72842024-08-28T23:02:13.533Z[ recovery-image] Aug 28 23:02:12.640 INFO O| Aug 28 23:02:12.640 INFO STEP 1075 (remove_files) COMPLETE
72852024-08-28T23:02:13.534Z[ recovery-image] Aug 28 23:02:12.640 INFO O| Aug 28 23:02:12.640 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-08-28T23:02:13.552Z[ recovery-image] Aug 28 23:02:12.665 INFO O| Aug 28 23:02:12.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72872024-08-28T23:02:13.553Z[ recovery-image] Aug 28 23:02:12.665 INFO O| Aug 28 23:02:12.665 INFO STEP 1076 (remove_files) COMPLETE
72882024-08-28T23:02:13.556Z[ recovery-image] Aug 28 23:02:12.665 INFO O| Aug 28 23:02:12.665 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-08-28T23:02:13.584Z[ recovery-image] Aug 28 23:02:12.696 INFO O| Aug 28 23:02:12.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72902024-08-28T23:02:13.587Z[ recovery-image] Aug 28 23:02:12.696 INFO O| Aug 28 23:02:12.696 INFO STEP 1077 (remove_files) COMPLETE
72912024-08-28T23:02:13.587Z[ recovery-image] Aug 28 23:02:12.696 INFO O| Aug 28 23:02:12.696 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-08-28T23:02:13.641Z[ recovery-image] Aug 28 23:02:12.753 INFO O| Aug 28 23:02:12.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
72932024-08-28T23:02:13.644Z[ recovery-image] Aug 28 23:02:12.754 INFO O| Aug 28 23:02:12.754 INFO STEP 1078 (remove_files) COMPLETE
72942024-08-28T23:02:13.644Z[ recovery-image] Aug 28 23:02:12.754 INFO O| Aug 28 23:02:12.754 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-08-28T23:02:13.672Z[ recovery-image] Aug 28 23:02:12.775 INFO O| Aug 28 23:02:12.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
72962024-08-28T23:02:13.672Z[ recovery-image] Aug 28 23:02:12.775 INFO O| Aug 28 23:02:12.775 INFO STEP 1079 (remove_files) COMPLETE
72972024-08-28T23:02:13.674Z[ recovery-image] Aug 28 23:02:12.775 INFO O| Aug 28 23:02:12.775 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-08-28T23:02:13.682Z[ recovery-image] Aug 28 23:02:12.794 INFO O| Aug 28 23:02:12.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
72992024-08-28T23:02:13.682Z[ recovery-image] Aug 28 23:02:12.794 INFO O| Aug 28 23:02:12.794 INFO STEP 1080 (remove_files) COMPLETE
73002024-08-28T23:02:13.685Z[ recovery-image] Aug 28 23:02:12.794 INFO O| Aug 28 23:02:12.794 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-08-28T23:02:13.700Z[ recovery-image] Aug 28 23:02:12.813 INFO O| Aug 28 23:02:12.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73022024-08-28T23:02:13.700Z[ recovery-image] Aug 28 23:02:12.813 INFO O| Aug 28 23:02:12.813 INFO STEP 1081 (remove_files) COMPLETE
73032024-08-28T23:02:13.700Z[ recovery-image] Aug 28 23:02:12.813 INFO O| Aug 28 23:02:12.813 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-08-28T23:02:13.719Z[ recovery-image] Aug 28 23:02:12.831 INFO O| Aug 28 23:02:12.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73052024-08-28T23:02:13.719Z[ recovery-image] Aug 28 23:02:12.831 INFO O| Aug 28 23:02:12.831 INFO STEP 1082 (remove_files) COMPLETE
73062024-08-28T23:02:13.722Z[ recovery-image] Aug 28 23:02:12.831 INFO O| Aug 28 23:02:12.831 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-08-28T23:02:13.755Z[ recovery-image] Aug 28 23:02:12.867 INFO O| Aug 28 23:02:12.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73082024-08-28T23:02:13.755Z[ recovery-image] Aug 28 23:02:12.867 INFO O| Aug 28 23:02:12.867 INFO STEP 1083 (remove_files) COMPLETE
73092024-08-28T23:02:13.755Z[ recovery-image] Aug 28 23:02:12.867 INFO O| Aug 28 23:02:12.867 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-08-28T23:02:13.774Z[ recovery-image] Aug 28 23:02:12.886 INFO O| Aug 28 23:02:12.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
73112024-08-28T23:02:13.774Z[ recovery-image] Aug 28 23:02:12.886 INFO O| Aug 28 23:02:12.886 INFO STEP 1084 (remove_files) COMPLETE
73122024-08-28T23:02:13.777Z[ recovery-image] Aug 28 23:02:12.886 INFO O| Aug 28 23:02:12.886 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-08-28T23:02:13.792Z[ recovery-image] Aug 28 23:02:12.904 INFO O| Aug 28 23:02:12.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73142024-08-28T23:02:13.792Z[ recovery-image] Aug 28 23:02:12.904 INFO O| Aug 28 23:02:12.904 INFO STEP 1085 (remove_files) COMPLETE
73152024-08-28T23:02:13.792Z[ recovery-image] Aug 28 23:02:12.904 INFO O| Aug 28 23:02:12.904 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-08-28T23:02:13.848Z[ recovery-image] Aug 28 23:02:12.960 INFO O| Aug 28 23:02:12.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73172024-08-28T23:02:13.848Z[ recovery-image] Aug 28 23:02:12.960 INFO O| Aug 28 23:02:12.960 INFO STEP 1086 (remove_files) COMPLETE
73182024-08-28T23:02:13.850Z[ recovery-image] Aug 28 23:02:12.960 INFO O| Aug 28 23:02:12.960 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-08-28T23:02:13.906Z[ recovery-image] Aug 28 23:02:13.018 INFO O| Aug 28 23:02:13.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73202024-08-28T23:02:13.906Z[ recovery-image] Aug 28 23:02:13.018 INFO O| Aug 28 23:02:13.018 INFO STEP 1087 (remove_files) COMPLETE
73212024-08-28T23:02:13.909Z[ recovery-image] Aug 28 23:02:13.018 INFO O| Aug 28 23:02:13.018 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-08-28T23:02:13.925Z[ recovery-image] Aug 28 23:02:13.037 INFO O| Aug 28 23:02:13.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73232024-08-28T23:02:13.925Z[ recovery-image] Aug 28 23:02:13.037 INFO O| Aug 28 23:02:13.037 INFO STEP 1088 (remove_files) COMPLETE
73242024-08-28T23:02:13.925Z[ recovery-image] Aug 28 23:02:13.037 INFO O| Aug 28 23:02:13.037 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-08-28T23:02:13.965Z[ recovery-image] Aug 28 23:02:13.077 INFO O| Aug 28 23:02:13.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73262024-08-28T23:02:13.965Z[ recovery-image] Aug 28 23:02:13.077 INFO O| Aug 28 23:02:13.077 INFO STEP 1089 (remove_files) COMPLETE
73272024-08-28T23:02:13.965Z[ recovery-image] Aug 28 23:02:13.077 INFO O| Aug 28 23:02:13.077 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-08-28T23:02:13.984Z[ recovery-image] Aug 28 23:02:13.096 INFO O| Aug 28 23:02:13.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73292024-08-28T23:02:13.984Z[ recovery-image] Aug 28 23:02:13.096 INFO O| Aug 28 23:02:13.096 INFO STEP 1090 (remove_files) COMPLETE
73302024-08-28T23:02:13.984Z[ recovery-image] Aug 28 23:02:13.096 INFO O| Aug 28 23:02:13.096 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-08-28T23:02:14.003Z[ recovery-image] Aug 28 23:02:13.113 INFO O| Aug 28 23:02:13.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73322024-08-28T23:02:14.003Z[ recovery-image] Aug 28 23:02:13.114 INFO O| Aug 28 23:02:13.113 INFO STEP 1091 (remove_files) COMPLETE
73332024-08-28T23:02:14.003Z[ recovery-image] Aug 28 23:02:13.114 INFO O| Aug 28 23:02:13.114 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-08-28T23:02:14.019Z[ recovery-image] Aug 28 23:02:13.131 INFO O| Aug 28 23:02:13.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73352024-08-28T23:02:14.019Z[ recovery-image] Aug 28 23:02:13.131 INFO O| Aug 28 23:02:13.131 INFO STEP 1092 (remove_files) COMPLETE
73362024-08-28T23:02:14.022Z[ recovery-image] Aug 28 23:02:13.131 INFO O| Aug 28 23:02:13.131 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-08-28T23:02:14.047Z[ recovery-image] Aug 28 23:02:13.159 INFO O| Aug 28 23:02:13.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
73382024-08-28T23:02:14.047Z[ recovery-image] Aug 28 23:02:13.159 INFO O| Aug 28 23:02:13.159 INFO STEP 1093 (remove_files) COMPLETE
73392024-08-28T23:02:14.050Z[ recovery-image] Aug 28 23:02:13.159 INFO O| Aug 28 23:02:13.159 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-08-28T23:02:14.069Z[ recovery-image] Aug 28 23:02:13.178 INFO O| Aug 28 23:02:13.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
73412024-08-28T23:02:14.069Z[ recovery-image] Aug 28 23:02:13.178 INFO O| Aug 28 23:02:13.178 INFO STEP 1094 (remove_files) COMPLETE
73422024-08-28T23:02:14.072Z[ recovery-image] Aug 28 23:02:13.178 INFO O| Aug 28 23:02:13.178 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-08-28T23:02:14.086Z[ recovery-image] Aug 28 23:02:13.198 INFO O| Aug 28 23:02:13.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
73442024-08-28T23:02:14.086Z[ recovery-image] Aug 28 23:02:13.198 INFO O| Aug 28 23:02:13.198 INFO STEP 1095 (remove_files) COMPLETE
73452024-08-28T23:02:14.089Z[ recovery-image] Aug 28 23:02:13.198 INFO O| Aug 28 23:02:13.198 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-08-28T23:02:14.104Z[ recovery-image] Aug 28 23:02:13.216 INFO O| Aug 28 23:02:13.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
73472024-08-28T23:02:14.104Z[ recovery-image] Aug 28 23:02:13.216 INFO O| Aug 28 23:02:13.216 INFO STEP 1096 (remove_files) COMPLETE
73482024-08-28T23:02:14.104Z[ recovery-image] Aug 28 23:02:13.216 INFO O| Aug 28 23:02:13.216 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-08-28T23:02:14.122Z[ recovery-image] Aug 28 23:02:13.234 INFO O| Aug 28 23:02:13.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73502024-08-28T23:02:14.122Z[ recovery-image] Aug 28 23:02:13.234 INFO O| Aug 28 23:02:13.234 INFO STEP 1097 (remove_files) COMPLETE
73512024-08-28T23:02:14.122Z[ recovery-image] Aug 28 23:02:13.234 INFO O| Aug 28 23:02:13.234 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-08-28T23:02:14.139Z[ recovery-image] Aug 28 23:02:13.251 INFO O| Aug 28 23:02:13.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73532024-08-28T23:02:14.139Z[ recovery-image] Aug 28 23:02:13.251 INFO O| Aug 28 23:02:13.251 INFO STEP 1098 (remove_files) COMPLETE
73542024-08-28T23:02:14.139Z[ recovery-image] Aug 28 23:02:13.251 INFO O| Aug 28 23:02:13.251 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-08-28T23:02:14.157Z[ recovery-image] Aug 28 23:02:13.269 INFO O| Aug 28 23:02:13.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73562024-08-28T23:02:14.157Z[ recovery-image] Aug 28 23:02:13.270 INFO O| Aug 28 23:02:13.269 INFO STEP 1099 (remove_files) COMPLETE
73572024-08-28T23:02:14.157Z[ recovery-image] Aug 28 23:02:13.270 INFO O| Aug 28 23:02:13.270 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-08-28T23:02:14.213Z[ recovery-image] Aug 28 23:02:13.325 INFO O| Aug 28 23:02:13.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73592024-08-28T23:02:14.213Z[ recovery-image] Aug 28 23:02:13.325 INFO O| Aug 28 23:02:13.325 INFO STEP 1100 (remove_files) COMPLETE
73602024-08-28T23:02:14.213Z[ recovery-image] Aug 28 23:02:13.325 INFO O| Aug 28 23:02:13.325 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-08-28T23:02:14.240Z[ recovery-image] Aug 28 23:02:13.352 INFO O| Aug 28 23:02:13.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73622024-08-28T23:02:14.240Z[ recovery-image] Aug 28 23:02:13.352 INFO O| Aug 28 23:02:13.352 INFO STEP 1101 (remove_files) COMPLETE
73632024-08-28T23:02:14.240Z[ recovery-image] Aug 28 23:02:13.352 INFO O| Aug 28 23:02:13.352 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-08-28T23:02:14.297Z[ recovery-image] Aug 28 23:02:13.409 INFO O| Aug 28 23:02:13.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
73652024-08-28T23:02:14.297Z[ recovery-image] Aug 28 23:02:13.409 INFO O| Aug 28 23:02:13.409 INFO STEP 1102 (remove_files) COMPLETE
73662024-08-28T23:02:14.297Z[ recovery-image] Aug 28 23:02:13.409 INFO O| Aug 28 23:02:13.409 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-08-28T23:02:14.316Z[ recovery-image] Aug 28 23:02:13.428 INFO O| Aug 28 23:02:13.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
73682024-08-28T23:02:14.316Z[ recovery-image] Aug 28 23:02:13.428 INFO O| Aug 28 23:02:13.428 INFO STEP 1103 (remove_files) COMPLETE
73692024-08-28T23:02:14.316Z[ recovery-image] Aug 28 23:02:13.428 INFO O| Aug 28 23:02:13.428 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-08-28T23:02:14.345Z[ recovery-image] Aug 28 23:02:13.457 INFO O| Aug 28 23:02:13.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
73712024-08-28T23:02:14.348Z[ recovery-image] Aug 28 23:02:13.457 INFO O| Aug 28 23:02:13.457 INFO STEP 1104 (remove_files) COMPLETE
73722024-08-28T23:02:14.348Z[ recovery-image] Aug 28 23:02:13.457 INFO O| Aug 28 23:02:13.457 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-08-28T23:02:14.414Z[ recovery-image] Aug 28 23:02:13.525 INFO O| Aug 28 23:02:13.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
73742024-08-28T23:02:14.414Z[ recovery-image] Aug 28 23:02:13.525 INFO O| Aug 28 23:02:13.525 INFO STEP 1105 (remove_files) COMPLETE
73752024-08-28T23:02:14.414Z[ recovery-image] Aug 28 23:02:13.525 INFO O| Aug 28 23:02:13.525 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-08-28T23:02:14.471Z[ recovery-image] Aug 28 23:02:13.582 INFO O| Aug 28 23:02:13.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
73772024-08-28T23:02:14.471Z[ recovery-image] Aug 28 23:02:13.582 INFO O| Aug 28 23:02:13.582 INFO STEP 1106 (remove_files) COMPLETE
73782024-08-28T23:02:14.471Z[ recovery-image] Aug 28 23:02:13.582 INFO O| Aug 28 23:02:13.582 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-08-28T23:02:14.512Z[ recovery-image] Aug 28 23:02:13.624 INFO O| Aug 28 23:02:13.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73802024-08-28T23:02:14.517Z[ recovery-image] Aug 28 23:02:13.624 INFO O| Aug 28 23:02:13.624 INFO STEP 1107 (remove_files) COMPLETE
73812024-08-28T23:02:14.517Z[ recovery-image] Aug 28 23:02:13.624 INFO O| Aug 28 23:02:13.624 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-08-28T23:02:14.531Z[ recovery-image] Aug 28 23:02:13.644 INFO O| Aug 28 23:02:13.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73832024-08-28T23:02:14.534Z[ recovery-image] Aug 28 23:02:13.644 INFO O| Aug 28 23:02:13.644 INFO STEP 1108 (remove_files) COMPLETE
73842024-08-28T23:02:14.534Z[ recovery-image] Aug 28 23:02:13.644 INFO O| Aug 28 23:02:13.644 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-08-28T23:02:14.554Z[ recovery-image] Aug 28 23:02:13.666 INFO O| Aug 28 23:02:13.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73862024-08-28T23:02:14.554Z[ recovery-image] Aug 28 23:02:13.666 INFO O| Aug 28 23:02:13.666 INFO STEP 1109 (remove_files) COMPLETE
73872024-08-28T23:02:14.554Z[ recovery-image] Aug 28 23:02:13.666 INFO O| Aug 28 23:02:13.666 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-08-28T23:02:14.573Z[ recovery-image] Aug 28 23:02:13.685 INFO O| Aug 28 23:02:13.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73892024-08-28T23:02:14.573Z[ recovery-image] Aug 28 23:02:13.686 INFO O| Aug 28 23:02:13.686 INFO STEP 1110 (remove_files) COMPLETE
73902024-08-28T23:02:14.577Z[ recovery-image] Aug 28 23:02:13.686 INFO O| Aug 28 23:02:13.686 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-08-28T23:02:14.612Z[ recovery-image] Aug 28 23:02:13.724 INFO O| Aug 28 23:02:13.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73922024-08-28T23:02:14.612Z[ recovery-image] Aug 28 23:02:13.724 INFO O| Aug 28 23:02:13.724 INFO STEP 1111 (remove_files) COMPLETE
73932024-08-28T23:02:14.614Z[ recovery-image] Aug 28 23:02:13.724 INFO O| Aug 28 23:02:13.724 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-08-28T23:02:14.632Z[ recovery-image] Aug 28 23:02:13.744 INFO O| Aug 28 23:02:13.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
73952024-08-28T23:02:14.632Z[ recovery-image] Aug 28 23:02:13.744 INFO O| Aug 28 23:02:13.744 INFO STEP 1112 (remove_files) COMPLETE
73962024-08-28T23:02:14.632Z[ recovery-image] Aug 28 23:02:13.744 INFO O| Aug 28 23:02:13.744 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-08-28T23:02:14.652Z[ recovery-image] Aug 28 23:02:13.764 INFO O| Aug 28 23:02:13.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
73982024-08-28T23:02:14.652Z[ recovery-image] Aug 28 23:02:13.764 INFO O| Aug 28 23:02:13.764 INFO STEP 1113 (remove_files) COMPLETE
73992024-08-28T23:02:14.652Z[ recovery-image] Aug 28 23:02:13.764 INFO O| Aug 28 23:02:13.764 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-08-28T23:02:14.672Z[ recovery-image] Aug 28 23:02:13.784 INFO O| Aug 28 23:02:13.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74012024-08-28T23:02:14.672Z[ recovery-image] Aug 28 23:02:13.784 INFO O| Aug 28 23:02:13.784 INFO STEP 1114 (remove_files) COMPLETE
74022024-08-28T23:02:14.672Z[ recovery-image] Aug 28 23:02:13.784 INFO O| Aug 28 23:02:13.784 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-08-28T23:02:14.711Z[ recovery-image] Aug 28 23:02:13.823 INFO O| Aug 28 23:02:13.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74042024-08-28T23:02:14.711Z[ recovery-image] Aug 28 23:02:13.823 INFO O| Aug 28 23:02:13.823 INFO STEP 1115 (remove_files) COMPLETE
74052024-08-28T23:02:14.714Z[ recovery-image] Aug 28 23:02:13.823 INFO O| Aug 28 23:02:13.823 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-08-28T23:02:14.754Z[ recovery-image] Aug 28 23:02:13.866 INFO O| Aug 28 23:02:13.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74072024-08-28T23:02:14.756Z[ recovery-image] Aug 28 23:02:13.866 INFO O| Aug 28 23:02:13.866 INFO STEP 1116 (remove_files) COMPLETE
74082024-08-28T23:02:14.756Z[ recovery-image] Aug 28 23:02:13.866 INFO O| Aug 28 23:02:13.866 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-08-28T23:02:14.774Z[ recovery-image] Aug 28 23:02:13.886 INFO O| Aug 28 23:02:13.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
74102024-08-28T23:02:14.774Z[ recovery-image] Aug 28 23:02:13.886 INFO O| Aug 28 23:02:13.886 INFO STEP 1117 (remove_files) COMPLETE
74112024-08-28T23:02:14.774Z[ recovery-image] Aug 28 23:02:13.886 INFO O| Aug 28 23:02:13.886 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-08-28T23:02:14.805Z[ recovery-image] Aug 28 23:02:13.918 INFO O| Aug 28 23:02:13.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74132024-08-28T23:02:14.805Z[ recovery-image] Aug 28 23:02:13.918 INFO O| Aug 28 23:02:13.918 INFO STEP 1118 (remove_files) COMPLETE
74142024-08-28T23:02:14.808Z[ recovery-image] Aug 28 23:02:13.918 INFO O| Aug 28 23:02:13.918 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-08-28T23:02:14.867Z[ recovery-image] Aug 28 23:02:13.978 INFO O| Aug 28 23:02:13.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74162024-08-28T23:02:14.867Z[ recovery-image] Aug 28 23:02:13.978 INFO O| Aug 28 23:02:13.978 INFO STEP 1119 (remove_files) COMPLETE
74172024-08-28T23:02:14.867Z[ recovery-image] Aug 28 23:02:13.978 INFO O| Aug 28 23:02:13.978 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-08-28T23:02:14.884Z[ recovery-image] Aug 28 23:02:13.996 INFO O| Aug 28 23:02:13.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74192024-08-28T23:02:14.884Z[ recovery-image] Aug 28 23:02:13.997 INFO O| Aug 28 23:02:13.997 INFO STEP 1120 (remove_files) COMPLETE
74202024-08-28T23:02:14.884Z[ recovery-image] Aug 28 23:02:13.997 INFO O| Aug 28 23:02:13.997 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-08-28T23:02:14.904Z[ recovery-image] Aug 28 23:02:14.016 INFO O| Aug 28 23:02:14.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74222024-08-28T23:02:14.904Z[ recovery-image] Aug 28 23:02:14.016 INFO O| Aug 28 23:02:14.016 INFO STEP 1121 (remove_files) COMPLETE
74232024-08-28T23:02:14.904Z[ recovery-image] Aug 28 23:02:14.016 INFO O| Aug 28 23:02:14.016 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-08-28T23:02:14.922Z[ recovery-image] Aug 28 23:02:14.034 INFO O| Aug 28 23:02:14.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
74252024-08-28T23:02:14.922Z[ recovery-image] Aug 28 23:02:14.034 INFO O| Aug 28 23:02:14.034 INFO STEP 1122 (remove_files) COMPLETE
74262024-08-28T23:02:14.922Z[ recovery-image] Aug 28 23:02:14.034 INFO O| Aug 28 23:02:14.034 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-08-28T23:02:14.947Z[ recovery-image] Aug 28 23:02:14.059 INFO O| Aug 28 23:02:14.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74282024-08-28T23:02:14.947Z[ recovery-image] Aug 28 23:02:14.059 INFO O| Aug 28 23:02:14.059 INFO STEP 1123 (remove_files) COMPLETE
74292024-08-28T23:02:14.949Z[ recovery-image] Aug 28 23:02:14.059 INFO O| Aug 28 23:02:14.059 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-08-28T23:02:15.012Z[ recovery-image] Aug 28 23:02:14.124 INFO O| Aug 28 23:02:14.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74312024-08-28T23:02:15.015Z[ recovery-image] Aug 28 23:02:14.124 INFO O| Aug 28 23:02:14.124 INFO STEP 1124 (remove_files) COMPLETE
74322024-08-28T23:02:15.015Z[ recovery-image] Aug 28 23:02:14.124 INFO O| Aug 28 23:02:14.124 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-08-28T23:02:15.087Z[ recovery-image] Aug 28 23:02:14.199 INFO O| Aug 28 23:02:14.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
74342024-08-28T23:02:15.087Z[ recovery-image] Aug 28 23:02:14.199 INFO O| Aug 28 23:02:14.199 INFO STEP 1125 (remove_files) COMPLETE
74352024-08-28T23:02:15.090Z[ recovery-image] Aug 28 23:02:14.199 INFO O| Aug 28 23:02:14.199 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-08-28T23:02:15.108Z[ recovery-image] Aug 28 23:02:14.220 INFO O| Aug 28 23:02:14.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
74372024-08-28T23:02:15.108Z[ recovery-image] Aug 28 23:02:14.220 INFO O| Aug 28 23:02:14.220 INFO STEP 1126 (remove_files) COMPLETE
74382024-08-28T23:02:15.108Z[ recovery-image] Aug 28 23:02:14.220 INFO O| Aug 28 23:02:14.220 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-08-28T23:02:15.140Z[ recovery-image] Aug 28 23:02:14.252 INFO O| Aug 28 23:02:14.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
74402024-08-28T23:02:15.142Z[ recovery-image] Aug 28 23:02:14.252 INFO O| Aug 28 23:02:14.252 INFO STEP 1127 (remove_files) COMPLETE
74412024-08-28T23:02:15.142Z[ recovery-image] Aug 28 23:02:14.252 INFO O| Aug 28 23:02:14.252 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-08-28T23:02:15.167Z[ recovery-image] Aug 28 23:02:14.280 INFO O| Aug 28 23:02:14.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
74432024-08-28T23:02:15.170Z[ recovery-image] Aug 28 23:02:14.280 INFO O| Aug 28 23:02:14.280 INFO STEP 1128 (remove_files) COMPLETE
74442024-08-28T23:02:15.170Z[ recovery-image] Aug 28 23:02:14.280 INFO O| Aug 28 23:02:14.280 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-08-28T23:02:15.201Z[ recovery-image] Aug 28 23:02:14.313 INFO O| Aug 28 23:02:14.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74462024-08-28T23:02:15.201Z[ recovery-image] Aug 28 23:02:14.314 INFO O| Aug 28 23:02:14.314 INFO STEP 1129 (remove_files) COMPLETE
74472024-08-28T23:02:15.201Z[ recovery-image] Aug 28 23:02:14.314 INFO O| Aug 28 23:02:14.314 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-08-28T23:02:15.220Z[ recovery-image] Aug 28 23:02:14.332 INFO O| Aug 28 23:02:14.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74492024-08-28T23:02:15.220Z[ recovery-image] Aug 28 23:02:14.333 INFO O| Aug 28 23:02:14.333 INFO STEP 1130 (remove_files) COMPLETE
74502024-08-28T23:02:15.220Z[ recovery-image] Aug 28 23:02:14.333 INFO O| Aug 28 23:02:14.333 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-08-28T23:02:15.253Z[ recovery-image] Aug 28 23:02:14.365 INFO O| Aug 28 23:02:14.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74522024-08-28T23:02:15.253Z[ recovery-image] Aug 28 23:02:14.365 INFO O| Aug 28 23:02:14.365 INFO STEP 1131 (remove_files) COMPLETE
74532024-08-28T23:02:15.253Z[ recovery-image] Aug 28 23:02:14.365 INFO O| Aug 28 23:02:14.365 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-08-28T23:02:15.272Z[ recovery-image] Aug 28 23:02:14.384 INFO O| Aug 28 23:02:14.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74552024-08-28T23:02:15.272Z[ recovery-image] Aug 28 23:02:14.384 INFO O| Aug 28 23:02:14.384 INFO STEP 1132 (remove_files) COMPLETE
74562024-08-28T23:02:15.272Z[ recovery-image] Aug 28 23:02:14.384 INFO O| Aug 28 23:02:14.384 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-08-28T23:02:15.291Z[ recovery-image] Aug 28 23:02:14.402 INFO O| Aug 28 23:02:14.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74582024-08-28T23:02:15.291Z[ recovery-image] Aug 28 23:02:14.402 INFO O| Aug 28 23:02:14.402 INFO STEP 1133 (remove_files) COMPLETE
74592024-08-28T23:02:15.291Z[ recovery-image] Aug 28 23:02:14.402 INFO O| Aug 28 23:02:14.402 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-08-28T23:02:15.329Z[ recovery-image] Aug 28 23:02:14.441 INFO O| Aug 28 23:02:14.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74612024-08-28T23:02:15.329Z[ recovery-image] Aug 28 23:02:14.441 INFO O| Aug 28 23:02:14.441 INFO STEP 1134 (remove_files) COMPLETE
74622024-08-28T23:02:15.332Z[ recovery-image] Aug 28 23:02:14.441 INFO O| Aug 28 23:02:14.441 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-08-28T23:02:15.376Z[ recovery-image] Aug 28 23:02:14.488 INFO O| Aug 28 23:02:14.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
74642024-08-28T23:02:15.384Z[ recovery-image] Aug 28 23:02:14.488 INFO O| Aug 28 23:02:14.488 INFO STEP 1135 (remove_files) COMPLETE
74652024-08-28T23:02:15.384Z[ recovery-image] Aug 28 23:02:14.489 INFO O| Aug 28 23:02:14.488 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-08-28T23:02:15.396Z[ recovery-image] Aug 28 23:02:14.508 INFO O| Aug 28 23:02:14.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
74672024-08-28T23:02:15.398Z[ recovery-image] Aug 28 23:02:14.508 INFO O| Aug 28 23:02:14.508 INFO STEP 1136 (remove_files) COMPLETE
74682024-08-28T23:02:15.398Z[ recovery-image] Aug 28 23:02:14.508 INFO O| Aug 28 23:02:14.508 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-08-28T23:02:15.430Z[ recovery-image] Aug 28 23:02:14.542 INFO O| Aug 28 23:02:14.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
74702024-08-28T23:02:15.430Z[ recovery-image] Aug 28 23:02:14.542 INFO O| Aug 28 23:02:14.542 INFO STEP 1137 (remove_files) COMPLETE
74712024-08-28T23:02:15.433Z[ recovery-image] Aug 28 23:02:14.542 INFO O| Aug 28 23:02:14.542 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-08-28T23:02:15.504Z[ recovery-image] Aug 28 23:02:14.616 INFO O| Aug 28 23:02:14.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
74732024-08-28T23:02:15.504Z[ recovery-image] Aug 28 23:02:14.616 INFO O| Aug 28 23:02:14.616 INFO STEP 1138 (remove_files) COMPLETE
74742024-08-28T23:02:15.506Z[ recovery-image] Aug 28 23:02:14.616 INFO O| Aug 28 23:02:14.616 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-08-28T23:02:15.555Z[ recovery-image] Aug 28 23:02:14.667 INFO O| Aug 28 23:02:14.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
74762024-08-28T23:02:15.558Z[ recovery-image] Aug 28 23:02:14.667 INFO O| Aug 28 23:02:14.667 INFO STEP 1139 (remove_files) COMPLETE
74772024-08-28T23:02:15.558Z[ recovery-image] Aug 28 23:02:14.667 INFO O| Aug 28 23:02:14.667 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-08-28T23:02:15.581Z[ recovery-image] Aug 28 23:02:14.694 INFO O| Aug 28 23:02:14.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74792024-08-28T23:02:15.581Z[ recovery-image] Aug 28 23:02:14.694 INFO O| Aug 28 23:02:14.694 INFO STEP 1140 (remove_files) COMPLETE
74802024-08-28T23:02:15.581Z[ recovery-image] Aug 28 23:02:14.694 INFO O| Aug 28 23:02:14.694 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-08-28T23:02:15.616Z[ recovery-image] Aug 28 23:02:14.728 INFO O| Aug 28 23:02:14.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74822024-08-28T23:02:15.616Z[ recovery-image] Aug 28 23:02:14.728 INFO O| Aug 28 23:02:14.728 INFO STEP 1141 (remove_files) COMPLETE
74832024-08-28T23:02:15.616Z[ recovery-image] Aug 28 23:02:14.728 INFO O| Aug 28 23:02:14.728 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-08-28T23:02:15.670Z[ recovery-image] Aug 28 23:02:14.782 INFO O| Aug 28 23:02:14.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74852024-08-28T23:02:15.670Z[ recovery-image] Aug 28 23:02:14.782 INFO O| Aug 28 23:02:14.782 INFO STEP 1142 (remove_files) COMPLETE
74862024-08-28T23:02:15.670Z[ recovery-image] Aug 28 23:02:14.782 INFO O| Aug 28 23:02:14.782 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-08-28T23:02:15.687Z[ recovery-image] Aug 28 23:02:14.799 INFO O| Aug 28 23:02:14.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74882024-08-28T23:02:15.687Z[ recovery-image] Aug 28 23:02:14.800 INFO O| Aug 28 23:02:14.799 INFO STEP 1143 (remove_files) COMPLETE
74892024-08-28T23:02:15.687Z[ recovery-image] Aug 28 23:02:14.800 INFO O| Aug 28 23:02:14.799 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-08-28T23:02:15.706Z[ recovery-image] Aug 28 23:02:14.819 INFO O| Aug 28 23:02:14.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74912024-08-28T23:02:15.706Z[ recovery-image] Aug 28 23:02:14.819 INFO O| Aug 28 23:02:14.819 INFO STEP 1144 (remove_files) COMPLETE
74922024-08-28T23:02:15.709Z[ recovery-image] Aug 28 23:02:14.819 INFO O| Aug 28 23:02:14.819 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-08-28T23:02:15.724Z[ recovery-image] Aug 28 23:02:14.837 INFO O| Aug 28 23:02:14.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
74942024-08-28T23:02:15.724Z[ recovery-image] Aug 28 23:02:14.837 INFO O| Aug 28 23:02:14.837 INFO STEP 1145 (remove_files) COMPLETE
74952024-08-28T23:02:15.724Z[ recovery-image] Aug 28 23:02:14.837 INFO O| Aug 28 23:02:14.837 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-08-28T23:02:15.743Z[ recovery-image] Aug 28 23:02:14.855 INFO O| Aug 28 23:02:14.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
74972024-08-28T23:02:15.743Z[ recovery-image] Aug 28 23:02:14.855 INFO O| Aug 28 23:02:14.855 INFO STEP 1146 (remove_files) COMPLETE
74982024-08-28T23:02:15.743Z[ recovery-image] Aug 28 23:02:14.855 INFO O| Aug 28 23:02:14.855 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-08-28T23:02:15.761Z[ recovery-image] Aug 28 23:02:14.874 INFO O| Aug 28 23:02:14.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75002024-08-28T23:02:15.764Z[ recovery-image] Aug 28 23:02:14.874 INFO O| Aug 28 23:02:14.874 INFO STEP 1147 (remove_files) COMPLETE
75012024-08-28T23:02:15.764Z[ recovery-image] Aug 28 23:02:14.874 INFO O| Aug 28 23:02:14.874 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-08-28T23:02:15.779Z[ recovery-image] Aug 28 23:02:14.892 INFO O| Aug 28 23:02:14.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75032024-08-28T23:02:15.779Z[ recovery-image] Aug 28 23:02:14.892 INFO O| Aug 28 23:02:14.892 INFO STEP 1148 (remove_files) COMPLETE
75042024-08-28T23:02:15.779Z[ recovery-image] Aug 28 23:02:14.892 INFO O| Aug 28 23:02:14.892 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-08-28T23:02:15.843Z[ recovery-image] Aug 28 23:02:14.955 INFO O| Aug 28 23:02:14.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75062024-08-28T23:02:15.843Z[ recovery-image] Aug 28 23:02:14.955 INFO O| Aug 28 23:02:14.955 INFO STEP 1149 (remove_files) COMPLETE
75072024-08-28T23:02:15.843Z[ recovery-image] Aug 28 23:02:14.955 INFO O| Aug 28 23:02:14.955 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-08-28T23:02:15.875Z[ recovery-image] Aug 28 23:02:14.988 INFO O| Aug 28 23:02:14.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
75092024-08-28T23:02:15.875Z[ recovery-image] Aug 28 23:02:14.988 INFO O| Aug 28 23:02:14.988 INFO STEP 1150 (remove_files) COMPLETE
75102024-08-28T23:02:15.878Z[ recovery-image] Aug 28 23:02:14.988 INFO O| Aug 28 23:02:14.988 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-08-28T23:02:15.911Z[ recovery-image] Aug 28 23:02:15.023 INFO O| Aug 28 23:02:15.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75122024-08-28T23:02:15.913Z[ recovery-image] Aug 28 23:02:15.023 INFO O| Aug 28 23:02:15.023 INFO STEP 1151 (remove_files) COMPLETE
75132024-08-28T23:02:15.913Z[ recovery-image] Aug 28 23:02:15.023 INFO O| Aug 28 23:02:15.023 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-08-28T23:02:15.929Z[ recovery-image] Aug 28 23:02:15.041 INFO O| Aug 28 23:02:15.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75152024-08-28T23:02:15.929Z[ recovery-image] Aug 28 23:02:15.041 INFO O| Aug 28 23:02:15.041 INFO STEP 1152 (remove_files) COMPLETE
75162024-08-28T23:02:15.932Z[ recovery-image] Aug 28 23:02:15.041 INFO O| Aug 28 23:02:15.041 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-08-28T23:02:15.948Z[ recovery-image] Aug 28 23:02:15.061 INFO O| Aug 28 23:02:15.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75182024-08-28T23:02:15.948Z[ recovery-image] Aug 28 23:02:15.061 INFO O| Aug 28 23:02:15.061 INFO STEP 1153 (remove_files) COMPLETE
75192024-08-28T23:02:15.951Z[ recovery-image] Aug 28 23:02:15.061 INFO O| Aug 28 23:02:15.061 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-08-28T23:02:15.971Z[ recovery-image] Aug 28 23:02:15.082 INFO O| Aug 28 23:02:15.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75212024-08-28T23:02:15.971Z[ recovery-image] Aug 28 23:02:15.082 INFO O| Aug 28 23:02:15.082 INFO STEP 1154 (remove_files) COMPLETE
75222024-08-28T23:02:15.971Z[ recovery-image] Aug 28 23:02:15.082 INFO O| Aug 28 23:02:15.082 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-08-28T23:02:15.993Z[ recovery-image] Aug 28 23:02:15.104 INFO O| Aug 28 23:02:15.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75242024-08-28T23:02:15.993Z[ recovery-image] Aug 28 23:02:15.104 INFO O| Aug 28 23:02:15.104 INFO STEP 1155 (remove_files) COMPLETE
75252024-08-28T23:02:15.993Z[ recovery-image] Aug 28 23:02:15.104 INFO O| Aug 28 23:02:15.104 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-08-28T23:02:16.053Z[ recovery-image] Aug 28 23:02:15.164 INFO O| Aug 28 23:02:15.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75272024-08-28T23:02:16.053Z[ recovery-image] Aug 28 23:02:15.165 INFO O| Aug 28 23:02:15.164 INFO STEP 1156 (remove_files) COMPLETE
75282024-08-28T23:02:16.053Z[ recovery-image] Aug 28 23:02:15.165 INFO O| Aug 28 23:02:15.165 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-08-28T23:02:16.083Z[ recovery-image] Aug 28 23:02:15.196 INFO O| Aug 28 23:02:15.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75302024-08-28T23:02:16.086Z[ recovery-image] Aug 28 23:02:15.196 INFO O| Aug 28 23:02:15.196 INFO STEP 1157 (remove_files) COMPLETE
75312024-08-28T23:02:16.086Z[ recovery-image] Aug 28 23:02:15.196 INFO O| Aug 28 23:02:15.196 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-08-28T23:02:16.101Z[ recovery-image] Aug 28 23:02:15.213 INFO O| Aug 28 23:02:15.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
75332024-08-28T23:02:16.104Z[ recovery-image] Aug 28 23:02:15.213 INFO O| Aug 28 23:02:15.213 INFO STEP 1158 (remove_files) COMPLETE
75342024-08-28T23:02:16.104Z[ recovery-image] Aug 28 23:02:15.213 INFO O| Aug 28 23:02:15.213 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-08-28T23:02:16.119Z[ recovery-image] Aug 28 23:02:15.231 INFO O| Aug 28 23:02:15.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
75362024-08-28T23:02:16.121Z[ recovery-image] Aug 28 23:02:15.231 INFO O| Aug 28 23:02:15.231 INFO STEP 1159 (remove_files) COMPLETE
75372024-08-28T23:02:16.121Z[ recovery-image] Aug 28 23:02:15.231 INFO O| Aug 28 23:02:15.231 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-08-28T23:02:16.137Z[ recovery-image] Aug 28 23:02:15.249 INFO O| Aug 28 23:02:15.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75392024-08-28T23:02:16.139Z[ recovery-image] Aug 28 23:02:15.249 INFO O| Aug 28 23:02:15.249 INFO STEP 1160 (remove_files) COMPLETE
75402024-08-28T23:02:16.139Z[ recovery-image] Aug 28 23:02:15.250 INFO O| Aug 28 23:02:15.249 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-08-28T23:02:16.155Z[ recovery-image] Aug 28 23:02:15.268 INFO O| Aug 28 23:02:15.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75422024-08-28T23:02:16.155Z[ recovery-image] Aug 28 23:02:15.268 INFO O| Aug 28 23:02:15.268 INFO STEP 1161 (remove_files) COMPLETE
75432024-08-28T23:02:16.158Z[ recovery-image] Aug 28 23:02:15.268 INFO O| Aug 28 23:02:15.268 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-08-28T23:02:16.249Z[ recovery-image] Aug 28 23:02:15.361 INFO O| Aug 28 23:02:15.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75452024-08-28T23:02:16.249Z[ recovery-image] Aug 28 23:02:15.361 INFO O| Aug 28 23:02:15.361 INFO STEP 1162 (remove_files) COMPLETE
75462024-08-28T23:02:16.249Z[ recovery-image] Aug 28 23:02:15.361 INFO O| Aug 28 23:02:15.361 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-08-28T23:02:16.269Z[ recovery-image] Aug 28 23:02:15.381 INFO O| Aug 28 23:02:15.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75482024-08-28T23:02:16.269Z[ recovery-image] Aug 28 23:02:15.381 INFO O| Aug 28 23:02:15.381 INFO STEP 1163 (remove_files) COMPLETE
75492024-08-28T23:02:16.271Z[ recovery-image] Aug 28 23:02:15.381 INFO O| Aug 28 23:02:15.381 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-08-28T23:02:16.288Z[ recovery-image] Aug 28 23:02:15.400 INFO O| Aug 28 23:02:15.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75512024-08-28T23:02:16.288Z[ recovery-image] Aug 28 23:02:15.400 INFO O| Aug 28 23:02:15.400 INFO STEP 1164 (remove_files) COMPLETE
75522024-08-28T23:02:16.288Z[ recovery-image] Aug 28 23:02:15.400 INFO O| Aug 28 23:02:15.400 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-08-28T23:02:16.307Z[ recovery-image] Aug 28 23:02:15.419 INFO O| Aug 28 23:02:15.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75542024-08-28T23:02:16.307Z[ recovery-image] Aug 28 23:02:15.419 INFO O| Aug 28 23:02:15.419 INFO STEP 1165 (remove_files) COMPLETE
75552024-08-28T23:02:16.307Z[ recovery-image] Aug 28 23:02:15.419 INFO O| Aug 28 23:02:15.419 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-08-28T23:02:16.363Z[ recovery-image] Aug 28 23:02:15.475 INFO O| Aug 28 23:02:15.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75572024-08-28T23:02:16.363Z[ recovery-image] Aug 28 23:02:15.475 INFO O| Aug 28 23:02:15.475 INFO STEP 1166 (remove_files) COMPLETE
75582024-08-28T23:02:16.363Z[ recovery-image] Aug 28 23:02:15.475 INFO O| Aug 28 23:02:15.475 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-08-28T23:02:16.401Z[ recovery-image] Aug 28 23:02:15.513 INFO O| Aug 28 23:02:15.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75602024-08-28T23:02:16.401Z[ recovery-image] Aug 28 23:02:15.513 INFO O| Aug 28 23:02:15.513 INFO STEP 1167 (remove_files) COMPLETE
75612024-08-28T23:02:16.404Z[ recovery-image] Aug 28 23:02:15.513 INFO O| Aug 28 23:02:15.513 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-08-28T23:02:16.421Z[ recovery-image] Aug 28 23:02:15.534 INFO O| Aug 28 23:02:15.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
75632024-08-28T23:02:16.421Z[ recovery-image] Aug 28 23:02:15.534 INFO O| Aug 28 23:02:15.534 INFO STEP 1168 (remove_files) COMPLETE
75642024-08-28T23:02:16.424Z[ recovery-image] Aug 28 23:02:15.534 INFO O| Aug 28 23:02:15.534 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-08-28T23:02:16.441Z[ recovery-image] Aug 28 23:02:15.553 INFO O| Aug 28 23:02:15.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
75662024-08-28T23:02:16.441Z[ recovery-image] Aug 28 23:02:15.553 INFO O| Aug 28 23:02:15.553 INFO STEP 1169 (remove_files) COMPLETE
75672024-08-28T23:02:16.443Z[ recovery-image] Aug 28 23:02:15.553 INFO O| Aug 28 23:02:15.553 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-08-28T23:02:16.459Z[ recovery-image] Aug 28 23:02:15.572 INFO O| Aug 28 23:02:15.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
75692024-08-28T23:02:16.460Z[ recovery-image] Aug 28 23:02:15.572 INFO O| Aug 28 23:02:15.572 INFO STEP 1170 (remove_files) COMPLETE
75702024-08-28T23:02:16.460Z[ recovery-image] Aug 28 23:02:15.572 INFO O| Aug 28 23:02:15.572 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-08-28T23:02:16.478Z[ recovery-image] Aug 28 23:02:15.591 INFO O| Aug 28 23:02:15.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
75722024-08-28T23:02:16.478Z[ recovery-image] Aug 28 23:02:15.591 INFO O| Aug 28 23:02:15.591 INFO STEP 1171 (remove_files) COMPLETE
75732024-08-28T23:02:16.481Z[ recovery-image] Aug 28 23:02:15.591 INFO O| Aug 28 23:02:15.591 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-08-28T23:02:16.497Z[ recovery-image] Aug 28 23:02:15.610 INFO O| Aug 28 23:02:15.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
75752024-08-28T23:02:16.497Z[ recovery-image] Aug 28 23:02:15.610 INFO O| Aug 28 23:02:15.610 INFO STEP 1172 (remove_files) COMPLETE
75762024-08-28T23:02:16.497Z[ recovery-image] Aug 28 23:02:15.610 INFO O| Aug 28 23:02:15.610 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-08-28T23:02:16.517Z[ recovery-image] Aug 28 23:02:15.629 INFO O| Aug 28 23:02:15.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
75782024-08-28T23:02:16.520Z[ recovery-image] Aug 28 23:02:15.629 INFO O| Aug 28 23:02:15.629 INFO STEP 1173 (remove_files) COMPLETE
75792024-08-28T23:02:16.520Z[ recovery-image] Aug 28 23:02:15.629 INFO O| Aug 28 23:02:15.629 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-08-28T23:02:16.551Z[ recovery-image] Aug 28 23:02:15.664 INFO O| Aug 28 23:02:15.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75812024-08-28T23:02:16.551Z[ recovery-image] Aug 28 23:02:15.664 INFO O| Aug 28 23:02:15.664 INFO STEP 1174 (remove_files) COMPLETE
75822024-08-28T23:02:16.551Z[ recovery-image] Aug 28 23:02:15.664 INFO O| Aug 28 23:02:15.664 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-08-28T23:02:16.580Z[ recovery-image] Aug 28 23:02:15.692 INFO O| Aug 28 23:02:15.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75842024-08-28T23:02:16.580Z[ recovery-image] Aug 28 23:02:15.692 INFO O| Aug 28 23:02:15.692 INFO STEP 1175 (remove_files) COMPLETE
75852024-08-28T23:02:16.580Z[ recovery-image] Aug 28 23:02:15.692 INFO O| Aug 28 23:02:15.692 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-08-28T23:02:16.614Z[ recovery-image] Aug 28 23:02:15.726 INFO O| Aug 28 23:02:15.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75872024-08-28T23:02:16.614Z[ recovery-image] Aug 28 23:02:15.726 INFO O| Aug 28 23:02:15.726 INFO STEP 1176 (remove_files) COMPLETE
75882024-08-28T23:02:16.614Z[ recovery-image] Aug 28 23:02:15.726 INFO O| Aug 28 23:02:15.726 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-08-28T23:02:16.632Z[ recovery-image] Aug 28 23:02:15.744 INFO O| Aug 28 23:02:15.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75902024-08-28T23:02:16.632Z[ recovery-image] Aug 28 23:02:15.744 INFO O| Aug 28 23:02:15.744 INFO STEP 1177 (remove_files) COMPLETE
75912024-08-28T23:02:16.632Z[ recovery-image] Aug 28 23:02:15.744 INFO O| Aug 28 23:02:15.744 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-08-28T23:02:16.683Z[ recovery-image] Aug 28 23:02:15.795 INFO O| Aug 28 23:02:15.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
75932024-08-28T23:02:16.683Z[ recovery-image] Aug 28 23:02:15.795 INFO O| Aug 28 23:02:15.795 INFO STEP 1178 (remove_files) COMPLETE
75942024-08-28T23:02:16.683Z[ recovery-image] Aug 28 23:02:15.795 INFO O| Aug 28 23:02:15.795 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-08-28T23:02:16.702Z[ recovery-image] Aug 28 23:02:15.814 INFO O| Aug 28 23:02:15.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
75962024-08-28T23:02:16.702Z[ recovery-image] Aug 28 23:02:15.814 INFO O| Aug 28 23:02:15.814 INFO STEP 1179 (remove_files) COMPLETE
75972024-08-28T23:02:16.702Z[ recovery-image] Aug 28 23:02:15.814 INFO O| Aug 28 23:02:15.814 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-08-28T23:02:16.720Z[ recovery-image] Aug 28 23:02:15.832 INFO O| Aug 28 23:02:15.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
75992024-08-28T23:02:16.741Z[ recovery-image] Aug 28 23:02:15.854 INFO O| Aug 28 23:02:15.854 INFO STEP 1180 (remove_files) COMPLETE
76002024-08-28T23:02:16.742Z[ recovery-image] Aug 28 23:02:15.854 INFO O| Aug 28 23:02:15.854 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-08-28T23:02:16.774Z[ recovery-image] Aug 28 23:02:15.886 INFO O| Aug 28 23:02:15.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76022024-08-28T23:02:16.776Z[ recovery-image] Aug 28 23:02:15.886 INFO O| Aug 28 23:02:15.886 INFO STEP 1181 (remove_files) COMPLETE
76032024-08-28T23:02:16.777Z[ recovery-image] Aug 28 23:02:15.887 INFO O| Aug 28 23:02:15.886 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-08-28T23:02:16.794Z[ recovery-image] Aug 28 23:02:15.906 INFO O| Aug 28 23:02:15.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76052024-08-28T23:02:16.794Z[ recovery-image] Aug 28 23:02:15.906 INFO O| Aug 28 23:02:15.906 INFO STEP 1182 (remove_files) COMPLETE
76062024-08-28T23:02:16.794Z[ recovery-image] Aug 28 23:02:15.906 INFO O| Aug 28 23:02:15.906 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-08-28T23:02:16.852Z[ recovery-image] Aug 28 23:02:15.965 INFO O| Aug 28 23:02:15.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76082024-08-28T23:02:16.853Z[ recovery-image] Aug 28 23:02:15.965 INFO O| Aug 28 23:02:15.965 INFO STEP 1183 (remove_files) COMPLETE
76092024-08-28T23:02:16.853Z[ recovery-image] Aug 28 23:02:15.965 INFO O| Aug 28 23:02:15.965 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-08-28T23:02:16.875Z[ recovery-image] Aug 28 23:02:15.987 INFO O| Aug 28 23:02:15.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76112024-08-28T23:02:16.875Z[ recovery-image] Aug 28 23:02:15.987 INFO O| Aug 28 23:02:15.987 INFO STEP 1184 (remove_files) COMPLETE
76122024-08-28T23:02:16.875Z[ recovery-image] Aug 28 23:02:15.987 INFO O| Aug 28 23:02:15.987 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-08-28T23:02:16.896Z[ recovery-image] Aug 28 23:02:16.008 INFO O| Aug 28 23:02:16.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76142024-08-28T23:02:16.896Z[ recovery-image] Aug 28 23:02:16.008 INFO O| Aug 28 23:02:16.008 INFO STEP 1185 (remove_files) COMPLETE
76152024-08-28T23:02:16.896Z[ recovery-image] Aug 28 23:02:16.008 INFO O| Aug 28 23:02:16.008 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-08-28T23:02:16.953Z[ recovery-image] Aug 28 23:02:16.065 INFO O| Aug 28 23:02:16.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
76172024-08-28T23:02:16.953Z[ recovery-image] Aug 28 23:02:16.065 INFO O| Aug 28 23:02:16.065 INFO STEP 1186 (remove_files) COMPLETE
76182024-08-28T23:02:16.956Z[ recovery-image] Aug 28 23:02:16.065 INFO O| Aug 28 23:02:16.065 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-08-28T23:02:16.987Z[ recovery-image] Aug 28 23:02:16.099 INFO O| Aug 28 23:02:16.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
76202024-08-28T23:02:16.987Z[ recovery-image] Aug 28 23:02:16.099 INFO O| Aug 28 23:02:16.099 INFO STEP 1187 (remove_files) COMPLETE
76212024-08-28T23:02:16.987Z[ recovery-image] Aug 28 23:02:16.099 INFO O| Aug 28 23:02:16.099 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-08-28T23:02:17.023Z[ recovery-image] Aug 28 23:02:16.135 INFO O| Aug 28 23:02:16.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76232024-08-28T23:02:17.023Z[ recovery-image] Aug 28 23:02:16.135 INFO O| Aug 28 23:02:16.135 INFO STEP 1188 (remove_files) COMPLETE
76242024-08-28T23:02:17.023Z[ recovery-image] Aug 28 23:02:16.135 INFO O| Aug 28 23:02:16.135 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-08-28T23:02:17.057Z[ recovery-image] Aug 28 23:02:16.169 INFO O| Aug 28 23:02:16.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76262024-08-28T23:02:17.057Z[ recovery-image] Aug 28 23:02:16.169 INFO O| Aug 28 23:02:16.169 INFO STEP 1189 (remove_files) COMPLETE
76272024-08-28T23:02:17.057Z[ recovery-image] Aug 28 23:02:16.169 INFO O| Aug 28 23:02:16.169 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-08-28T23:02:17.115Z[ recovery-image] Aug 28 23:02:16.227 INFO O| Aug 28 23:02:16.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76292024-08-28T23:02:17.115Z[ recovery-image] Aug 28 23:02:16.227 INFO O| Aug 28 23:02:16.227 INFO STEP 1190 (remove_files) COMPLETE
76302024-08-28T23:02:17.115Z[ recovery-image] Aug 28 23:02:16.227 INFO O| Aug 28 23:02:16.227 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-08-28T23:02:17.133Z[ recovery-image] Aug 28 23:02:16.245 INFO O| Aug 28 23:02:16.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76322024-08-28T23:02:17.133Z[ recovery-image] Aug 28 23:02:16.245 INFO O| Aug 28 23:02:16.245 INFO STEP 1191 (remove_files) COMPLETE
76332024-08-28T23:02:17.136Z[ recovery-image] Aug 28 23:02:16.245 INFO O| Aug 28 23:02:16.245 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-08-28T23:02:17.174Z[ recovery-image] Aug 28 23:02:16.287 INFO O| Aug 28 23:02:16.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76352024-08-28T23:02:17.174Z[ recovery-image] Aug 28 23:02:16.287 INFO O| Aug 28 23:02:16.287 INFO STEP 1192 (remove_files) COMPLETE
76362024-08-28T23:02:17.174Z[ recovery-image] Aug 28 23:02:16.287 INFO O| Aug 28 23:02:16.287 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-08-28T23:02:17.210Z[ recovery-image] Aug 28 23:02:16.322 INFO O| Aug 28 23:02:16.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76382024-08-28T23:02:17.210Z[ recovery-image] Aug 28 23:02:16.322 INFO O| Aug 28 23:02:16.322 INFO STEP 1193 (remove_files) COMPLETE
76392024-08-28T23:02:17.213Z[ recovery-image] Aug 28 23:02:16.322 INFO O| Aug 28 23:02:16.322 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-08-28T23:02:17.229Z[ recovery-image] Aug 28 23:02:16.341 INFO O| Aug 28 23:02:16.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76412024-08-28T23:02:17.229Z[ recovery-image] Aug 28 23:02:16.341 INFO O| Aug 28 23:02:16.341 INFO STEP 1194 (remove_files) COMPLETE
76422024-08-28T23:02:17.229Z[ recovery-image] Aug 28 23:02:16.341 INFO O| Aug 28 23:02:16.341 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-08-28T23:02:17.246Z[ recovery-image] Aug 28 23:02:16.358 INFO O| Aug 28 23:02:16.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76442024-08-28T23:02:17.246Z[ recovery-image] Aug 28 23:02:16.358 INFO O| Aug 28 23:02:16.358 INFO STEP 1195 (remove_files) COMPLETE
76452024-08-28T23:02:17.246Z[ recovery-image] Aug 28 23:02:16.358 INFO O| Aug 28 23:02:16.358 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-08-28T23:02:17.276Z[ recovery-image] Aug 28 23:02:16.389 INFO O| Aug 28 23:02:16.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76472024-08-28T23:02:17.276Z[ recovery-image] Aug 28 23:02:16.389 INFO O| Aug 28 23:02:16.389 INFO STEP 1196 (remove_files) COMPLETE
76482024-08-28T23:02:17.277Z[ recovery-image] Aug 28 23:02:16.389 INFO O| Aug 28 23:02:16.389 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-08-28T23:02:17.322Z[ recovery-image] Aug 28 23:02:16.434 INFO O| Aug 28 23:02:16.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76502024-08-28T23:02:17.322Z[ recovery-image] Aug 28 23:02:16.434 INFO O| Aug 28 23:02:16.434 INFO STEP 1197 (remove_files) COMPLETE
76512024-08-28T23:02:17.322Z[ recovery-image] Aug 28 23:02:16.434 INFO O| Aug 28 23:02:16.434 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-08-28T23:02:17.342Z[ recovery-image] Aug 28 23:02:16.453 INFO O| Aug 28 23:02:16.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76532024-08-28T23:02:17.342Z[ recovery-image] Aug 28 23:02:16.454 INFO O| Aug 28 23:02:16.453 INFO STEP 1198 (remove_files) COMPLETE
76542024-08-28T23:02:17.342Z[ recovery-image] Aug 28 23:02:16.454 INFO O| Aug 28 23:02:16.454 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-08-28T23:02:17.370Z[ recovery-image] Aug 28 23:02:16.482 INFO O| Aug 28 23:02:16.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76562024-08-28T23:02:17.372Z[ recovery-image] Aug 28 23:02:16.482 INFO O| Aug 28 23:02:16.482 INFO STEP 1199 (remove_files) COMPLETE
76572024-08-28T23:02:17.372Z[ recovery-image] Aug 28 23:02:16.483 INFO O| Aug 28 23:02:16.483 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-08-28T23:02:17.391Z[ recovery-image] Aug 28 23:02:16.503 INFO O| Aug 28 23:02:16.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76592024-08-28T23:02:17.393Z[ recovery-image] Aug 28 23:02:16.503 INFO O| Aug 28 23:02:16.503 INFO STEP 1200 (remove_files) COMPLETE
76602024-08-28T23:02:17.393Z[ recovery-image] Aug 28 23:02:16.504 INFO O| Aug 28 23:02:16.503 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-08-28T23:02:17.409Z[ recovery-image] Aug 28 23:02:16.522 INFO O| Aug 28 23:02:16.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
76622024-08-28T23:02:17.412Z[ recovery-image] Aug 28 23:02:16.522 INFO O| Aug 28 23:02:16.522 INFO STEP 1201 (remove_files) COMPLETE
76632024-08-28T23:02:17.412Z[ recovery-image] Aug 28 23:02:16.522 INFO O| Aug 28 23:02:16.522 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-08-28T23:02:17.428Z[ recovery-image] Aug 28 23:02:16.541 INFO O| Aug 28 23:02:16.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
76652024-08-28T23:02:17.428Z[ recovery-image] Aug 28 23:02:16.541 INFO O| Aug 28 23:02:16.541 INFO STEP 1202 (remove_files) COMPLETE
76662024-08-28T23:02:17.431Z[ recovery-image] Aug 28 23:02:16.541 INFO O| Aug 28 23:02:16.541 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-08-28T23:02:17.447Z[ recovery-image] Aug 28 23:02:16.559 INFO O| Aug 28 23:02:16.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
76682024-08-28T23:02:17.449Z[ recovery-image] Aug 28 23:02:16.559 INFO O| Aug 28 23:02:16.559 INFO STEP 1203 (remove_files) COMPLETE
76692024-08-28T23:02:17.449Z[ recovery-image] Aug 28 23:02:16.559 INFO O| Aug 28 23:02:16.559 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-08-28T23:02:17.465Z[ recovery-image] Aug 28 23:02:16.577 INFO O| Aug 28 23:02:16.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
76712024-08-28T23:02:17.468Z[ recovery-image] Aug 28 23:02:16.577 INFO O| Aug 28 23:02:16.577 INFO STEP 1204 (remove_files) COMPLETE
76722024-08-28T23:02:17.468Z[ recovery-image] Aug 28 23:02:16.577 INFO O| Aug 28 23:02:16.577 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-08-28T23:02:17.497Z[ recovery-image] Aug 28 23:02:16.609 INFO O| Aug 28 23:02:16.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
76742024-08-28T23:02:17.497Z[ recovery-image] Aug 28 23:02:16.609 INFO O| Aug 28 23:02:16.609 INFO STEP 1205 (remove_files) COMPLETE
76752024-08-28T23:02:17.497Z[ recovery-image] Aug 28 23:02:16.609 INFO O| Aug 28 23:02:16.609 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
76762024-08-28T23:02:17.526Z[ recovery-image] Aug 28 23:02:16.639 INFO O| Aug 28 23:02:16.639 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
76772024-08-28T23:02:17.526Z[ recovery-image] Aug 28 23:02:16.639 INFO O| Aug 28 23:02:16.639 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-08-28T23:02:19.328Z[ recovery-image] Aug 28 23:02:18.440 INFO O| Aug 28 23:02:18.440 INFO STEP 1206 (pack_tar) COMPLETE
76792024-08-28T23:02:19.328Z[ recovery-image] Aug 28 23:02:18.441 INFO O| Aug 28 23:02:18.440 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76802024-08-28T23:02:19.331Z[ recovery-image] Aug 28 23:02:18.441 INFO O| Aug 28 23:02:18.440 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76812024-08-28T23:02:19.878Z[ recovery-image] Aug 28 23:02:18.990 INFO O| Aug 28 23:02:18.990 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
76822024-08-28T23:02:19.992Z[ recovery-image] Aug 28 23:02:19.105 INFO O| Aug 28 23:02:19.105 INFO completed processing gimlet/ramdisk-03-recovery-trim
76832024-08-28T23:02:20.002Z[ recovery-image] Aug 28 23:02:19.115 INFO image builder template: zfs-recovery...
76842024-08-28T23:02:20.003Z[ recovery-image] Aug 28 23:02:19.115 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/.tmprIy4Nm/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-08-28T23:02:20.056Z[ recovery-image] Aug 28 23:02:19.169 INFO O| Aug 28 23:02:19.168 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76862024-08-28T23:02:20.077Z[ recovery-image] Aug 28 23:02:19.189 INFO O| Aug 28 23:02:19.189 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76872024-08-28T23:02:20.192Z[ recovery-image] Aug 28 23:02:19.304 INFO O| Aug 28 23:02:19.304 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76882024-08-28T23:02:20.319Z[ recovery-image] Aug 28 23:02:19.431 INFO O| Aug 28 23:02:19.431 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76892024-08-28T23:02:20.319Z[ recovery-image] Aug 28 23:02:19.431 INFO O| Aug 28 23:02:19.431 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76902024-08-28T23:02:20.339Z[ recovery-image] Aug 28 23:02:19.452 INFO O| Aug 28 23:02:19.452 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76912024-08-28T23:02:20.442Z[ recovery-image] Aug 28 23:02:19.554 INFO O| Aug 28 23:02:19.554 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76922024-08-28T23:02:20.521Z[ recovery-image] Aug 28 23:02:19.633 INFO O| Aug 28 23:02:19.633 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
76932024-08-28T23:02:20.559Z[ recovery-image] Aug 28 23:02:19.672 INFO O| Aug 28 23:02:19.672 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76942024-08-28T23:02:20.570Z[ recovery-image] Aug 28 23:02:19.683 INFO O| Aug 28 23:02:19.683 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
76952024-08-28T23:02:20.573Z[ recovery-image] Aug 28 23:02:19.684 INFO O| Aug 28 23:02:19.684 INFO no lofi found
76962024-08-28T23:02:20.573Z[ recovery-image] Aug 28 23:02:19.684 INFO O| Aug 28 23:02:19.684 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
76972024-08-28T23:02:20.573Z[ recovery-image] Aug 28 23:02:19.684 INFO O| Aug 28 23:02:19.684 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76982024-08-28T23:02:22.899Z[ recovery-image] Aug 28 23:02:22.012 INFO O| Aug 28 23:02:22.012 INFO lofi device = /dev/dsk/c2t1d0p0
76992024-08-28T23:02:22.900Z[ recovery-image] Aug 28 23:02:22.012 INFO O| Aug 28 23:02:22.012 INFO pool device = /dev/dsk/c2t1d0p0
77002024-08-28T23:02:22.902Z[ recovery-image] Aug 28 23:02:22.012 INFO O| Aug 28 23:02:22.012 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-08-28T23:02:23.097Z[ recovery-image] Aug 28 23:02:22.209 INFO O| Aug 28 23:02:22.209 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77022024-08-28T23:02:23.097Z[ recovery-image] Aug 28 23:02:22.209 INFO O| Aug 28 23:02:22.209 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77032024-08-28T23:02:23.130Z[ recovery-image] Aug 28 23:02:22.242 INFO O| Aug 28 23:02:22.242 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77042024-08-28T23:02:23.268Z[ recovery-image] Aug 28 23:02:22.381 INFO O| Aug 28 23:02:22.381 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77052024-08-28T23:02:23.349Z[ recovery-image] Aug 28 23:02:22.462 INFO O| Aug 28 23:02:22.462 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77062024-08-28T23:02:23.376Z[ recovery-image] Aug 28 23:02:22.488 INFO O| Aug 28 23:02:22.488 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77072024-08-28T23:02:23.418Z[ recovery-image] Aug 28 23:02:22.530 INFO O| Aug 28 23:02:22.530 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77082024-08-28T23:02:23.523Z[ recovery-image] Aug 28 23:02:22.636 INFO O| Aug 28 23:02:22.636 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77092024-08-28T23:02:23.526Z[ recovery-image] Aug 28 23:02:22.636 INFO O| Aug 28 23:02:22.636 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77102024-08-28T23:02:23.526Z[ recovery-image] Aug 28 23:02:22.637 INFO O| Aug 28 23:02:22.636 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77112024-08-28T23:02:23.551Z[ recovery-image] Aug 28 23:02:22.663 INFO O| Aug 28 23:02:22.663 INFO boot environment UUID: 441e09ca-a79e-4392-879b-b118bba96b7e
77122024-08-28T23:02:23.551Z[ recovery-image] Aug 28 23:02:22.663 INFO O| Aug 28 23:02:22.663 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 441e09ca-a79e-4392-879b-b118bba96b7e
77132024-08-28T23:02:23.570Z[ recovery-image] Aug 28 23:02:22.683 INFO O| Aug 28 23:02:22.683 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77142024-08-28T23:02:23.593Z[ recovery-image] Aug 28 23:02:22.706 INFO O| Aug 28 23:02:22.705 INFO STEP 0 (create_be) COMPLETE
77152024-08-28T23:02:23.593Z[ recovery-image] Aug 28 23:02:22.706 INFO O| Aug 28 23:02:22.706 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77162024-08-28T23:02:23.631Z[ recovery-image] Aug 28 23:02:22.743 INFO O| Aug 28 23:02:22.743 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-08-28T23:02:30.797Z[ recovery-image] Aug 28 23:02:29.910 INFO O| Aug 28 23:02:29.910 INFO STEP 1 (unpack_tar) COMPLETE
77182024-08-28T23:02:30.797Z[ recovery-image] Aug 28 23:02:29.910 INFO O| Aug 28 23:02:29.910 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77192024-08-28T23:02:30.815Z[ recovery-image] Aug 28 23:02:29.928 INFO O| Aug 28 23:02:29.928 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77202024-08-28T23:02:32.326Z[ recovery-image] Aug 28 23:02:31.439 INFO O| Aug 28 23:02:31.439 INFO STEP 2 (devfsadm) COMPLETE
77212024-08-28T23:02:32.328Z[ recovery-image] Aug 28 23:02:31.439 INFO O| Aug 28 23:02:31.439 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77222024-08-28T23:02:32.344Z[ recovery-image] Aug 28 23:02:31.457 INFO O| Aug 28 23:02:31.457 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77232024-08-28T23:02:32.344Z[ recovery-image] Aug 28 23:02:31.457 INFO O| Aug 28 23:02:31.457 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77242024-08-28T23:02:32.344Z[ recovery-image] Aug 28 23:02:31.457 INFO O| Aug 28 23:02:31.457 INFO STEP 3 (ensure_dir) COMPLETE
77252024-08-28T23:02:32.346Z[ recovery-image] Aug 28 23:02:31.457 INFO O| Aug 28 23:02:31.457 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77262024-08-28T23:02:32.361Z[ recovery-image] Aug 28 23:02:31.474 INFO O| Aug 28 23:02:31.474 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77272024-08-28T23:02:32.361Z[ recovery-image] Aug 28 23:02:31.474 INFO O| Aug 28 23:02:31.474 INFO STEP 4 (ensure_dir) COMPLETE
77282024-08-28T23:02:32.363Z[ recovery-image] Aug 28 23:02:31.474 INFO O| Aug 28 23:02:31.474 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77292024-08-28T23:02:32.390Z[ recovery-image] Aug 28 23:02:31.503 INFO O| Aug 28 23:02:31.503 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77302024-08-28T23:02:32.390Z[ recovery-image] Aug 28 23:02:31.504 INFO O| Aug 28 23:02:31.503 INFO STEP 5 (ensure_dir) COMPLETE
77312024-08-28T23:02:32.393Z[ recovery-image] Aug 28 23:02:31.504 INFO O| Aug 28 23:02:31.503 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77322024-08-28T23:02:32.426Z[ recovery-image] Aug 28 23:02:31.539 INFO O| Aug 28 23:02:31.539 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77332024-08-28T23:02:32.426Z[ recovery-image] Aug 28 23:02:31.539 INFO O| Aug 28 23:02:31.539 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77342024-08-28T23:02:32.428Z[ recovery-image] Aug 28 23:02:31.539 INFO O| Aug 28 23:02:31.539 INFO STEP 6 (ensure_dir) COMPLETE
77352024-08-28T23:02:32.428Z[ recovery-image] Aug 28 23:02:31.539 INFO O| Aug 28 23:02:31.539 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77362024-08-28T23:02:32.442Z[ recovery-image] Aug 28 23:02:31.555 INFO O| Aug 28 23:02:31.555 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77372024-08-28T23:02:32.442Z[ recovery-image] Aug 28 23:02:31.555 INFO O| Aug 28 23:02:31.555 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77382024-08-28T23:02:32.445Z[ recovery-image] Aug 28 23:02:31.555 INFO O| Aug 28 23:02:31.555 INFO STEP 7 (ensure_dir) COMPLETE
77392024-08-28T23:02:32.445Z[ recovery-image] Aug 28 23:02:31.556 INFO O| Aug 28 23:02:31.555 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77402024-08-28T23:02:32.460Z[ recovery-image] Aug 28 23:02:31.574 INFO O| Aug 28 23:02:31.573 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
77412024-08-28T23:02:32.463Z[ recovery-image] Aug 28 23:02:31.574 INFO O| Aug 28 23:02:31.574 INFO STEP 8 (remove_files) COMPLETE
77422024-08-28T23:02:32.463Z[ recovery-image] Aug 28 23:02:31.574 INFO O| Aug 28 23:02:31.574 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77432024-08-28T23:02:32.483Z[ recovery-image] Aug 28 23:02:31.596 INFO O| Aug 28 23:02:31.596 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
77442024-08-28T23:02:32.485Z[ recovery-image] Aug 28 23:02:31.597 INFO O| Aug 28 23:02:31.597 INFO STEP 9 (remove_files) COMPLETE
77452024-08-28T23:02:32.485Z[ recovery-image] Aug 28 23:02:31.597 INFO O| Aug 28 23:02:31.597 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77462024-08-28T23:02:32.504Z[ recovery-image] Aug 28 23:02:31.617 INFO O| Aug 28 23:02:31.617 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
77472024-08-28T23:02:32.506Z[ recovery-image] Aug 28 23:02:31.618 INFO O| Aug 28 23:02:31.618 INFO STEP 10 (remove_files) COMPLETE
77482024-08-28T23:02:32.506Z[ recovery-image] Aug 28 23:02:31.618 INFO O| Aug 28 23:02:31.618 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77492024-08-28T23:02:32.526Z[ recovery-image] Aug 28 23:02:31.639 INFO O| Aug 28 23:02:31.639 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77502024-08-28T23:02:32.529Z[ recovery-image] Aug 28 23:02:31.639 INFO O| Aug 28 23:02:31.639 INFO STEP 11 (remove_files) COMPLETE
77512024-08-28T23:02:32.529Z[ recovery-image] Aug 28 23:02:31.639 INFO O| Aug 28 23:02:31.639 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77522024-08-28T23:02:32.565Z[ recovery-image] Aug 28 23:02:31.679 INFO O| Aug 28 23:02:31.678 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77532024-08-28T23:02:32.565Z[ recovery-image] Aug 28 23:02:31.679 INFO O| Aug 28 23:02:31.679 INFO STEP 12 (remove_files) COMPLETE
77542024-08-28T23:02:32.571Z[ recovery-image] Aug 28 23:02:31.679 INFO O| Aug 28 23:02:31.679 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77552024-08-28T23:02:32.584Z[ recovery-image] Aug 28 23:02:31.697 INFO O| Aug 28 23:02:31.697 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77562024-08-28T23:02:32.584Z[ recovery-image] Aug 28 23:02:31.697 INFO O| Aug 28 23:02:31.697 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77572024-08-28T23:02:32.586Z[ recovery-image] Aug 28 23:02:31.697 INFO O| Aug 28 23:02:31.697 INFO STEP 13 (ensure_dir) COMPLETE
77582024-08-28T23:02:32.586Z[ recovery-image] Aug 28 23:02:31.697 INFO O| Aug 28 23:02:31.697 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77592024-08-28T23:02:32.636Z[ recovery-image] Aug 28 23:02:31.749 INFO O| Aug 28 23:02:31.749 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77602024-08-28T23:02:32.636Z[ recovery-image] Aug 28 23:02:31.750 INFO O| Aug 28 23:02:31.749 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77612024-08-28T23:02:32.639Z[ recovery-image] Aug 28 23:02:31.750 INFO O| Aug 28 23:02:31.750 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77622024-08-28T23:02:32.639Z[ recovery-image] Aug 28 23:02:31.750 INFO O| Aug 28 23:02:31.750 INFO STEP 14 (ensure_dir) COMPLETE
77632024-08-28T23:02:32.639Z[ recovery-image] Aug 28 23:02:31.750 INFO O| Aug 28 23:02:31.750 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77642024-08-28T23:02:32.690Z[ recovery-image] Aug 28 23:02:31.803 INFO O| Aug 28 23:02:31.803 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77652024-08-28T23:02:32.690Z[ recovery-image] Aug 28 23:02:31.804 INFO O| Aug 28 23:02:31.803 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77662024-08-28T23:02:32.690Z[ recovery-image] Aug 28 23:02:31.804 INFO O| Aug 28 23:02:31.804 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77672024-08-28T23:02:32.692Z[ recovery-image] Aug 28 23:02:31.804 INFO O| Aug 28 23:02:31.804 INFO STEP 15 (ensure_dir) COMPLETE
77682024-08-28T23:02:32.692Z[ recovery-image] Aug 28 23:02:31.804 INFO O| Aug 28 23:02:31.804 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77692024-08-28T23:02:32.724Z[ recovery-image] Aug 28 23:02:31.838 INFO O| Aug 28 23:02:31.838 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77702024-08-28T23:02:32.724Z[ recovery-image] Aug 28 23:02:31.838 INFO O| Aug 28 23:02:31.838 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77712024-08-28T23:02:32.727Z[ recovery-image] Aug 28 23:02:31.838 INFO O| Aug 28 23:02:31.838 INFO STEP 16 (ensure_dir) COMPLETE
77722024-08-28T23:02:32.727Z[ recovery-image] Aug 28 23:02:31.838 INFO O| Aug 28 23:02:31.838 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77732024-08-28T23:02:32.779Z[ recovery-image] Aug 28 23:02:31.892 INFO O| Aug 28 23:02:31.892 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77742024-08-28T23:02:32.779Z[ recovery-image] Aug 28 23:02:31.892 INFO O| Aug 28 23:02:31.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77752024-08-28T23:02:32.781Z[ recovery-image] Aug 28 23:02:31.892 INFO O| Aug 28 23:02:31.892 INFO STEP 17 (ensure_dir) COMPLETE
77762024-08-28T23:02:32.782Z[ recovery-image] Aug 28 23:02:31.892 INFO O| Aug 28 23:02:31.892 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77772024-08-28T23:02:32.796Z[ recovery-image] Aug 28 23:02:31.909 INFO O| Aug 28 23:02:31.909 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
77782024-08-28T23:02:32.796Z[ recovery-image] Aug 28 23:02:31.909 INFO O| Aug 28 23:02:31.909 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
77792024-08-28T23:02:32.796Z[ recovery-image] Aug 28 23:02:31.909 INFO O| Aug 28 23:02:31.909 INFO ok!
77802024-08-28T23:02:32.796Z[ recovery-image] Aug 28 23:02:31.909 INFO O| Aug 28 23:02:31.909 INFO STEP 18 (ensure_symlink) COMPLETE
77812024-08-28T23:02:32.796Z[ recovery-image] Aug 28 23:02:31.909 INFO O| Aug 28 23:02:31.909 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77822024-08-28T23:02:32.813Z[ recovery-image] Aug 28 23:02:31.925 INFO O| Aug 28 23:02:31.925 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
77832024-08-28T23:02:32.813Z[ recovery-image] Aug 28 23:02:31.925 INFO O| Aug 28 23:02:31.925 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
77842024-08-28T23:02:32.813Z[ recovery-image] Aug 28 23:02:31.925 INFO O| Aug 28 23:02:31.925 INFO ok!
77852024-08-28T23:02:32.813Z[ recovery-image] Aug 28 23:02:31.925 INFO O| Aug 28 23:02:31.925 INFO STEP 19 (ensure_file) COMPLETE
77862024-08-28T23:02:32.813Z[ recovery-image] Aug 28 23:02:31.925 INFO O| Aug 28 23:02:31.925 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77872024-08-28T23:02:32.828Z[ recovery-image] Aug 28 23:02:31.941 INFO O| Aug 28 23:02:31.941 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77882024-08-28T23:02:32.828Z[ recovery-image] Aug 28 23:02:31.941 INFO O| Aug 28 23:02:31.941 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77892024-08-28T23:02:32.828Z[ recovery-image] Aug 28 23:02:31.942 INFO O| Aug 28 23:02:31.942 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77902024-08-28T23:02:32.828Z[ recovery-image] Aug 28 23:02:31.942 INFO O| Aug 28 23:02:31.942 INFO ok!
77912024-08-28T23:02:32.831Z[ recovery-image] Aug 28 23:02:31.942 INFO O| Aug 28 23:02:31.942 INFO STEP 20 (ensure_symlink) COMPLETE
77922024-08-28T23:02:32.831Z[ recovery-image] Aug 28 23:02:31.942 INFO O| Aug 28 23:02:31.942 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77932024-08-28T23:02:32.844Z[ recovery-image] Aug 28 23:02:31.958 INFO O| Aug 28 23:02:31.958 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77942024-08-28T23:02:32.844Z[ recovery-image] Aug 28 23:02:31.958 INFO O| Aug 28 23:02:31.958 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
77952024-08-28T23:02:32.848Z[ recovery-image] Aug 28 23:02:31.958 INFO O| Aug 28 23:02:31.958 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
77962024-08-28T23:02:32.848Z[ recovery-image] Aug 28 23:02:31.958 INFO O| Aug 28 23:02:31.958 INFO ok!
77972024-08-28T23:02:32.848Z[ recovery-image] Aug 28 23:02:31.958 INFO O| Aug 28 23:02:31.958 INFO STEP 21 (ensure_symlink) COMPLETE
77982024-08-28T23:02:32.848Z[ recovery-image] Aug 28 23:02:31.958 INFO O| Aug 28 23:02:31.958 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77992024-08-28T23:02:32.861Z[ recovery-image] Aug 28 23:02:31.974 INFO O| Aug 28 23:02:31.974 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
78002024-08-28T23:02:32.861Z[ recovery-image] Aug 28 23:02:31.974 INFO O| Aug 28 23:02:31.974 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78012024-08-28T23:02:32.863Z[ recovery-image] Aug 28 23:02:31.974 INFO O| Aug 28 23:02:31.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
78022024-08-28T23:02:32.863Z[ recovery-image] Aug 28 23:02:31.974 INFO O| Aug 28 23:02:31.974 INFO ok!
78032024-08-28T23:02:32.863Z[ recovery-image] Aug 28 23:02:31.974 INFO O| Aug 28 23:02:31.974 INFO STEP 22 (ensure_symlink) COMPLETE
78042024-08-28T23:02:32.863Z[ recovery-image] Aug 28 23:02:31.974 INFO O| Aug 28 23:02:31.974 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78052024-08-28T23:02:32.899Z[ recovery-image] Aug 28 23:02:32.012 INFO O| Aug 28 23:02:32.012 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78062024-08-28T23:02:32.899Z[ recovery-image] Aug 28 23:02:32.012 INFO O| Aug 28 23:02:32.012 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78072024-08-28T23:02:32.899Z[ recovery-image] Aug 28 23:02:32.012 INFO O| Aug 28 23:02:32.012 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78082024-08-28T23:02:32.901Z[ recovery-image] Aug 28 23:02:32.012 INFO O| Aug 28 23:02:32.012 INFO ok!
78092024-08-28T23:02:32.901Z[ recovery-image] Aug 28 23:02:32.012 INFO O| Aug 28 23:02:32.012 INFO STEP 23 (ensure_symlink) COMPLETE
78102024-08-28T23:02:32.901Z[ recovery-image] Aug 28 23:02:32.012 INFO O| Aug 28 23:02:32.012 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78112024-08-28T23:02:32.943Z[ recovery-image] Aug 28 23:02:32.056 INFO O| Aug 28 23:02:32.056 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78122024-08-28T23:02:32.943Z[ recovery-image] Aug 28 23:02:32.056 INFO O| Aug 28 23:02:32.056 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-08-28T23:02:32.946Z[ recovery-image] Aug 28 23:02:32.057 INFO O| Aug 28 23:02:32.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78142024-08-28T23:02:32.946Z[ recovery-image] Aug 28 23:02:32.057 INFO O| Aug 28 23:02:32.057 INFO ok!
78152024-08-28T23:02:32.946Z[ recovery-image] Aug 28 23:02:32.057 INFO O| Aug 28 23:02:32.057 INFO STEP 24 (ensure_file) COMPLETE
78162024-08-28T23:02:32.946Z[ recovery-image] Aug 28 23:02:32.057 INFO O| Aug 28 23:02:32.057 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78172024-08-28T23:02:32.961Z[ recovery-image] Aug 28 23:02:32.075 INFO O| Aug 28 23:02:32.074 INFO updating shadow file
78182024-08-28T23:02:32.964Z[ recovery-image] Aug 28 23:02:32.075 INFO O| Aug 28 23:02:32.075 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78192024-08-28T23:02:32.964Z[ recovery-image] Aug 28 23:02:32.075 INFO O| Aug 28 23:02:32.075 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78202024-08-28T23:02:32.964Z[ recovery-image] Aug 28 23:02:32.075 INFO O| Aug 28 23:02:32.075 INFO STEP 25 (shadow) COMPLETE
78212024-08-28T23:02:32.964Z[ recovery-image] Aug 28 23:02:32.075 INFO O| Aug 28 23:02:32.075 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78222024-08-28T23:02:32.980Z[ recovery-image] Aug 28 23:02:32.093 INFO O| Aug 28 23:02:32.093 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78232024-08-28T23:02:32.980Z[ recovery-image] Aug 28 23:02:32.093 INFO O| Aug 28 23:02:32.093 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78242024-08-28T23:02:32.982Z[ recovery-image] Aug 28 23:02:32.094 INFO O| Aug 28 23:02:32.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78252024-08-28T23:02:32.983Z[ recovery-image] Aug 28 23:02:32.094 INFO O| Aug 28 23:02:32.094 INFO ok!
78262024-08-28T23:02:32.983Z[ recovery-image] Aug 28 23:02:32.094 INFO O| Aug 28 23:02:32.094 INFO STEP 26 (ensure_file) COMPLETE
78272024-08-28T23:02:32.983Z[ recovery-image] Aug 28 23:02:32.094 INFO O| Aug 28 23:02:32.094 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78282024-08-28T23:02:32.998Z[ recovery-image] Aug 28 23:02:32.111 INFO O| Aug 28 23:02:32.111 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78292024-08-28T23:02:32.998Z[ recovery-image] Aug 28 23:02:32.111 INFO O| Aug 28 23:02:32.111 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78302024-08-28T23:02:33.001Z[ recovery-image] Aug 28 23:02:32.112 INFO O| Aug 28 23:02:32.111 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78312024-08-28T23:02:33.001Z[ recovery-image] Aug 28 23:02:32.112 INFO O| Aug 28 23:02:32.112 INFO ok!
78322024-08-28T23:02:33.001Z[ recovery-image] Aug 28 23:02:32.112 INFO O| Aug 28 23:02:32.112 INFO STEP 27 (ensure_file) COMPLETE
78332024-08-28T23:02:33.001Z[ recovery-image] Aug 28 23:02:32.112 INFO O| Aug 28 23:02:32.112 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78342024-08-28T23:02:33.016Z[ recovery-image] Aug 28 23:02:32.129 INFO O| Aug 28 23:02:32.129 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78352024-08-28T23:02:33.016Z[ recovery-image] Aug 28 23:02:32.129 INFO O| Aug 28 23:02:32.129 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78362024-08-28T23:02:33.019Z[ recovery-image] Aug 28 23:02:32.130 INFO O| Aug 28 23:02:32.130 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78372024-08-28T23:02:33.019Z[ recovery-image] Aug 28 23:02:32.130 INFO O| Aug 28 23:02:32.130 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78382024-08-28T23:02:33.019Z[ recovery-image] Aug 28 23:02:32.130 INFO O| Aug 28 23:02:32.130 INFO ok!
78392024-08-28T23:02:33.019Z[ recovery-image] Aug 28 23:02:32.130 INFO O| Aug 28 23:02:32.130 INFO STEP 28 (ensure_file) COMPLETE
78402024-08-28T23:02:33.019Z[ recovery-image] Aug 28 23:02:32.130 INFO O| Aug 28 23:02:32.130 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78412024-08-28T23:02:33.050Z[ recovery-image] Aug 28 23:02:32.163 INFO O| Aug 28 23:02:32.163 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
78422024-08-28T23:02:33.050Z[ recovery-image] Aug 28 23:02:32.164 INFO O| Aug 28 23:02:32.163 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
78432024-08-28T23:02:33.053Z[ recovery-image] Aug 28 23:02:32.164 INFO O| Aug 28 23:02:32.163 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
78442024-08-28T23:02:33.053Z[ recovery-image] Aug 28 23:02:32.164 INFO O| Aug 28 23:02:32.164 INFO ok!
78452024-08-28T23:02:33.053Z[ recovery-image] Aug 28 23:02:32.164 INFO O| Aug 28 23:02:32.164 INFO STEP 29 (ensure_file) COMPLETE
78462024-08-28T23:02:33.053Z[ recovery-image] Aug 28 23:02:32.164 INFO O| Aug 28 23:02:32.164 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78472024-08-28T23:02:33.072Z[ recovery-image] Aug 28 23:02:32.185 INFO O| Aug 28 23:02:32.185 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
78482024-08-28T23:02:33.072Z[ recovery-image] Aug 28 23:02:32.185 INFO O| Aug 28 23:02:32.185 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78492024-08-28T23:02:33.072Z[ recovery-image] Aug 28 23:02:32.185 INFO O| Aug 28 23:02:32.185 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78502024-08-28T23:02:33.072Z[ recovery-image] Aug 28 23:02:32.185 INFO O| Aug 28 23:02:32.185 INFO ok!
78512024-08-28T23:02:33.075Z[ recovery-image] Aug 28 23:02:32.185 INFO O| Aug 28 23:02:32.185 INFO STEP 30 (ensure_file) COMPLETE
78522024-08-28T23:02:33.075Z[ recovery-image] Aug 28 23:02:32.185 INFO O| Aug 28 23:02:32.185 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78532024-08-28T23:02:33.128Z[ recovery-image] Aug 28 23:02:32.241 INFO O| Aug 28 23:02:32.241 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78542024-08-28T23:02:33.128Z[ recovery-image] Aug 28 23:02:32.241 INFO O| Aug 28 23:02:32.241 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78552024-08-28T23:02:33.131Z[ recovery-image] Aug 28 23:02:32.241 INFO O| Aug 28 23:02:32.241 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78562024-08-28T23:02:33.131Z[ recovery-image] Aug 28 23:02:32.241 INFO O| Aug 28 23:02:32.241 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78572024-08-28T23:02:33.131Z[ recovery-image] Aug 28 23:02:32.241 INFO O| Aug 28 23:02:32.241 INFO ok!
78582024-08-28T23:02:33.131Z[ recovery-image] Aug 28 23:02:32.241 INFO O| Aug 28 23:02:32.241 INFO STEP 31 (ensure_file) COMPLETE
78592024-08-28T23:02:33.131Z[ recovery-image] Aug 28 23:02:32.241 INFO O| Aug 28 23:02:32.241 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78602024-08-28T23:02:33.165Z[ recovery-image] Aug 28 23:02:32.278 INFO O| Aug 28 23:02:32.278 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78612024-08-28T23:02:33.165Z[ recovery-image] Aug 28 23:02:32.279 INFO O| Aug 28 23:02:32.278 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78622024-08-28T23:02:33.168Z[ recovery-image] Aug 28 23:02:32.279 INFO O| Aug 28 23:02:32.279 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78632024-08-28T23:02:33.168Z[ recovery-image] Aug 28 23:02:32.279 INFO O| Aug 28 23:02:32.279 INFO ok!
78642024-08-28T23:02:33.168Z[ recovery-image] Aug 28 23:02:32.279 INFO O| Aug 28 23:02:32.279 INFO STEP 32 (ensure_file) COMPLETE
78652024-08-28T23:02:33.168Z[ recovery-image] Aug 28 23:02:32.279 INFO O| Aug 28 23:02:32.279 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78662024-08-28T23:02:33.186Z[ recovery-image] Aug 28 23:02:32.299 INFO O| Aug 28 23:02:32.299 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
78672024-08-28T23:02:33.190Z[ recovery-image] Aug 28 23:02:32.299 INFO O| Aug 28 23:02:32.299 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
78682024-08-28T23:02:33.190Z[ recovery-image] Aug 28 23:02:32.300 INFO O| Aug 28 23:02:32.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
78692024-08-28T23:02:33.190Z[ recovery-image] Aug 28 23:02:32.300 INFO O| Aug 28 23:02:32.300 INFO ok!
78702024-08-28T23:02:33.190Z[ recovery-image] Aug 28 23:02:32.300 INFO O| Aug 28 23:02:32.300 INFO STEP 33 (ensure_file) COMPLETE
78712024-08-28T23:02:33.190Z[ recovery-image] Aug 28 23:02:32.300 INFO O| Aug 28 23:02:32.300 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78722024-08-28T23:02:33.207Z[ recovery-image] Aug 28 23:02:32.320 INFO O| Aug 28 23:02:32.320 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
78732024-08-28T23:02:33.207Z[ recovery-image] Aug 28 23:02:32.321 INFO O| Aug 28 23:02:32.321 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
78742024-08-28T23:02:33.212Z[ recovery-image] Aug 28 23:02:32.321 INFO O| Aug 28 23:02:32.321 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78752024-08-28T23:02:33.212Z[ recovery-image] Aug 28 23:02:32.321 INFO O| Aug 28 23:02:32.321 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78762024-08-28T23:02:33.212Z[ recovery-image] Aug 28 23:02:32.321 INFO O| Aug 28 23:02:32.321 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78772024-08-28T23:02:33.212Z[ recovery-image] Aug 28 23:02:32.321 INFO O| Aug 28 23:02:32.321 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78782024-08-28T23:02:33.212Z[ recovery-image] Aug 28 23:02:32.321 INFO O| Aug 28 23:02:32.321 INFO ok!
78792024-08-28T23:02:33.212Z[ recovery-image] Aug 28 23:02:32.322 INFO O| Aug 28 23:02:32.322 INFO STEP 34 (ensure_file) COMPLETE
78802024-08-28T23:02:33.212Z[ recovery-image] Aug 28 23:02:32.322 INFO O| Aug 28 23:02:32.322 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78812024-08-28T23:02:33.228Z[ recovery-image] Aug 28 23:02:32.341 INFO O| Aug 28 23:02:32.341 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78822024-08-28T23:02:33.231Z[ recovery-image] Aug 28 23:02:32.342 INFO O| Aug 28 23:02:32.342 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-08-28T23:02:33.231Z[ recovery-image] Aug 28 23:02:32.342 INFO O| Aug 28 23:02:32.342 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78842024-08-28T23:02:33.231Z[ recovery-image] Aug 28 23:02:32.342 INFO O| Aug 28 23:02:32.342 INFO STEP 35 (ensure_dir) COMPLETE
78852024-08-28T23:02:33.231Z[ recovery-image] Aug 28 23:02:32.342 INFO O| Aug 28 23:02:32.342 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78862024-08-28T23:02:33.269Z[ recovery-image] Aug 28 23:02:32.382 INFO O| Aug 28 23:02:32.382 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-08-28T23:02:33.269Z[ recovery-image] Aug 28 23:02:32.382 INFO O| Aug 28 23:02:32.382 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-08-28T23:02:33.269Z[ recovery-image] Aug 28 23:02:32.382 INFO O| Aug 28 23:02:32.382 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-08-28T23:02:33.272Z[ recovery-image] Aug 28 23:02:32.382 INFO O| Aug 28 23:02:32.382 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-08-28T23:02:33.272Z[ recovery-image] Aug 28 23:02:32.382 INFO O| Aug 28 23:02:32.382 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-08-28T23:02:33.272Z[ recovery-image] Aug 28 23:02:32.383 INFO O| Aug 28 23:02:32.382 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-08-28T23:02:33.272Z[ recovery-image] Aug 28 23:02:32.383 INFO O| Aug 28 23:02:32.383 INFO ok!
78932024-08-28T23:02:33.272Z[ recovery-image] Aug 28 23:02:32.383 INFO O| Aug 28 23:02:32.383 INFO STEP 36 (ensure_file) COMPLETE
78942024-08-28T23:02:33.272Z[ recovery-image] Aug 28 23:02:32.383 INFO O| Aug 28 23:02:32.383 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78952024-08-28T23:02:33.290Z[ recovery-image] Aug 28 23:02:32.403 INFO O| Aug 28 23:02:32.403 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
78962024-08-28T23:02:33.290Z[ recovery-image] Aug 28 23:02:32.403 INFO O| Aug 28 23:02:32.403 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-08-28T23:02:33.290Z[ recovery-image] Aug 28 23:02:32.403 INFO O| Aug 28 23:02:32.403 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
78982024-08-28T23:02:33.290Z[ recovery-image] Aug 28 23:02:32.403 INFO O| Aug 28 23:02:32.403 INFO ok!
78992024-08-28T23:02:33.290Z[ recovery-image] Aug 28 23:02:32.403 INFO O| Aug 28 23:02:32.403 INFO STEP 37 (ensure_symlink) COMPLETE
79002024-08-28T23:02:33.290Z[ recovery-image] Aug 28 23:02:32.403 INFO O| Aug 28 23:02:32.403 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79012024-08-28T23:02:33.309Z[ recovery-image] Aug 28 23:02:32.422 INFO O| Aug 28 23:02:32.422 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
79022024-08-28T23:02:33.309Z[ recovery-image] Aug 28 23:02:32.423 INFO O| Aug 28 23:02:32.422 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-08-28T23:02:33.312Z[ recovery-image] Aug 28 23:02:32.423 INFO O| Aug 28 23:02:32.423 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79042024-08-28T23:02:33.312Z[ recovery-image] Aug 28 23:02:32.423 INFO O| Aug 28 23:02:32.423 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79052024-08-28T23:02:33.312Z[ recovery-image] Aug 28 23:02:32.423 INFO O| Aug 28 23:02:32.423 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-08-28T23:02:33.312Z[ recovery-image] Aug 28 23:02:32.423 INFO O| Aug 28 23:02:32.423 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79072024-08-28T23:02:33.312Z[ recovery-image] Aug 28 23:02:32.423 INFO O| Aug 28 23:02:32.423 INFO ok!
79082024-08-28T23:02:33.312Z[ recovery-image] Aug 28 23:02:32.423 INFO O| Aug 28 23:02:32.423 INFO STEP 38 (ensure_file) COMPLETE
79092024-08-28T23:02:33.312Z[ recovery-image] Aug 28 23:02:32.423 INFO O| Aug 28 23:02:32.423 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79102024-08-28T23:02:33.341Z[ recovery-image] Aug 28 23:02:32.454 INFO O| Aug 28 23:02:32.454 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79112024-08-28T23:02:33.341Z[ recovery-image] Aug 28 23:02:32.454 INFO O| Aug 28 23:02:32.454 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-08-28T23:02:33.344Z[ recovery-image] Aug 28 23:02:32.455 INFO O| Aug 28 23:02:32.454 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-08-28T23:02:33.344Z[ recovery-image] Aug 28 23:02:32.455 INFO O| Aug 28 23:02:32.455 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79142024-08-28T23:02:33.344Z[ recovery-image] Aug 28 23:02:32.455 INFO O| Aug 28 23:02:32.455 INFO ok!
79152024-08-28T23:02:33.344Z[ recovery-image] Aug 28 23:02:32.455 INFO O| Aug 28 23:02:32.455 INFO STEP 39 (ensure_file) COMPLETE
79162024-08-28T23:02:33.344Z[ recovery-image] Aug 28 23:02:32.455 INFO O| Aug 28 23:02:32.455 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79172024-08-28T23:02:33.374Z[ recovery-image] Aug 28 23:02:32.487 INFO O| Aug 28 23:02:32.487 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79182024-08-28T23:02:33.374Z[ recovery-image] Aug 28 23:02:32.487 INFO O| Aug 28 23:02:32.487 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-08-28T23:02:33.374Z[ recovery-image] Aug 28 23:02:32.487 INFO O| Aug 28 23:02:32.487 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79202024-08-28T23:02:33.374Z[ recovery-image] Aug 28 23:02:32.487 INFO O| Aug 28 23:02:32.487 INFO ok!
79212024-08-28T23:02:33.376Z[ recovery-image] Aug 28 23:02:32.487 INFO O| Aug 28 23:02:32.487 INFO STEP 40 (ensure_file) COMPLETE
79222024-08-28T23:02:33.377Z[ recovery-image] Aug 28 23:02:32.487 INFO O| Aug 28 23:02:32.487 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79232024-08-28T23:02:33.394Z[ recovery-image] Aug 28 23:02:32.508 INFO O| Aug 28 23:02:32.507 INFO updating shadow file
79242024-08-28T23:02:33.397Z[ recovery-image] Aug 28 23:02:32.508 INFO O| Aug 28 23:02:32.508 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79252024-08-28T23:02:33.397Z[ recovery-image] Aug 28 23:02:32.508 INFO O| Aug 28 23:02:32.508 INFO STEP 41 (shadow) COMPLETE
79262024-08-28T23:02:33.397Z[ recovery-image] Aug 28 23:02:32.508 INFO O| Aug 28 23:02:32.508 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79272024-08-28T23:02:33.414Z[ recovery-image] Aug 28 23:02:32.527 INFO O| Aug 28 23:02:32.527 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79282024-08-28T23:02:33.414Z[ recovery-image] Aug 28 23:02:32.528 INFO O| Aug 28 23:02:32.528 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79292024-08-28T23:02:33.417Z[ recovery-image] Aug 28 23:02:32.528 INFO O| Aug 28 23:02:32.528 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79302024-08-28T23:02:33.417Z[ recovery-image] Aug 28 23:02:32.528 INFO O| Aug 28 23:02:32.528 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79312024-08-28T23:02:33.417Z[ recovery-image] Aug 28 23:02:32.528 INFO O| Aug 28 23:02:32.528 INFO ok!
79322024-08-28T23:02:33.417Z[ recovery-image] Aug 28 23:02:32.528 INFO O| Aug 28 23:02:32.528 INFO STEP 42 (ensure_file) COMPLETE
79332024-08-28T23:02:33.417Z[ recovery-image] Aug 28 23:02:32.528 INFO O| Aug 28 23:02:32.528 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79342024-08-28T23:02:33.434Z[ recovery-image] Aug 28 23:02:32.547 INFO O| Aug 28 23:02:32.547 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79352024-08-28T23:02:33.434Z[ recovery-image] Aug 28 23:02:32.547 INFO O| Aug 28 23:02:32.547 INFO STEP 43 (ensure_dir) COMPLETE
79362024-08-28T23:02:33.437Z[ recovery-image] Aug 28 23:02:32.548 INFO O| Aug 28 23:02:32.547 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79372024-08-28T23:02:33.454Z[ recovery-image] Aug 28 23:02:32.568 INFO O| Aug 28 23:02:32.568 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79382024-08-28T23:02:33.454Z[ recovery-image] Aug 28 23:02:32.568 INFO O| Aug 28 23:02:32.568 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79392024-08-28T23:02:33.457Z[ recovery-image] Aug 28 23:02:32.568 INFO O| Aug 28 23:02:32.568 INFO STEP 44 (ensure_dir) COMPLETE
79402024-08-28T23:02:33.457Z[ recovery-image] Aug 28 23:02:32.568 INFO O| Aug 28 23:02:32.568 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79412024-08-28T23:02:33.473Z[ recovery-image] Aug 28 23:02:32.587 INFO O| Aug 28 23:02:32.587 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79422024-08-28T23:02:33.473Z[ recovery-image] Aug 28 23:02:32.587 INFO O| Aug 28 23:02:32.587 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79432024-08-28T23:02:33.477Z[ recovery-image] Aug 28 23:02:32.587 INFO O| Aug 28 23:02:32.587 INFO STEP 45 (ensure_dir) COMPLETE
79442024-08-28T23:02:33.477Z[ recovery-image] Aug 28 23:02:32.587 INFO O| Aug 28 23:02:32.587 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79452024-08-28T23:02:33.492Z[ recovery-image] Aug 28 23:02:32.605 INFO O| Aug 28 23:02:32.605 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
79462024-08-28T23:02:33.492Z[ recovery-image] Aug 28 23:02:32.605 INFO O| Aug 28 23:02:32.605 INFO copying /tmp/.tmprIy4Nm/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79472024-08-28T23:02:33.535Z[ recovery-image] Aug 28 23:02:32.648 INFO O| Aug 28 23:02:32.648 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79482024-08-28T23:02:33.535Z[ recovery-image] Aug 28 23:02:32.648 INFO O| Aug 28 23:02:32.648 INFO ok!
79492024-08-28T23:02:33.535Z[ recovery-image] Aug 28 23:02:32.648 INFO O| Aug 28 23:02:32.648 INFO STEP 46 (ensure_file) COMPLETE
79502024-08-28T23:02:33.535Z[ recovery-image] Aug 28 23:02:32.648 INFO O| Aug 28 23:02:32.648 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79512024-08-28T23:02:33.552Z[ recovery-image] Aug 28 23:02:32.665 INFO O| Aug 28 23:02:32.665 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79522024-08-28T23:02:33.554Z[ recovery-image] Aug 28 23:02:32.665 INFO O| Aug 28 23:02:32.665 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79532024-08-28T23:02:33.555Z[ recovery-image] Aug 28 23:02:32.665 INFO O| Aug 28 23:02:32.665 INFO STEP 47 (ensure_dir) COMPLETE
79542024-08-28T23:02:33.555Z[ recovery-image] Aug 28 23:02:32.666 INFO O| Aug 28 23:02:32.665 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79552024-08-28T23:02:33.569Z[ recovery-image] Aug 28 23:02:32.682 INFO O| Aug 28 23:02:32.682 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79562024-08-28T23:02:33.569Z[ recovery-image] Aug 28 23:02:32.683 INFO O| Aug 28 23:02:32.682 INFO copying /tmp/.tmprIy4Nm/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79572024-08-28T23:02:33.573Z[ recovery-image] Aug 28 23:02:32.683 INFO O| Aug 28 23:02:32.683 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79582024-08-28T23:02:33.573Z[ recovery-image] Aug 28 23:02:32.683 INFO O| Aug 28 23:02:32.683 INFO ok!
79592024-08-28T23:02:33.573Z[ recovery-image] Aug 28 23:02:32.683 INFO O| Aug 28 23:02:32.683 INFO STEP 48 (ensure_file) COMPLETE
79602024-08-28T23:02:33.573Z[ recovery-image] Aug 28 23:02:32.684 INFO O| Aug 28 23:02:32.683 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79612024-08-28T23:02:33.588Z[ recovery-image] Aug 28 23:02:32.701 INFO O| Aug 28 23:02:32.701 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79622024-08-28T23:02:33.590Z[ recovery-image] Aug 28 23:02:32.702 INFO O| Aug 28 23:02:32.702 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79632024-08-28T23:02:33.590Z[ recovery-image] Aug 28 23:02:32.702 INFO O| Aug 28 23:02:32.702 INFO STEP 49 (ensure_dir) COMPLETE
79642024-08-28T23:02:33.590Z[ recovery-image] Aug 28 23:02:32.702 INFO O| Aug 28 23:02:32.702 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79652024-08-28T23:02:33.606Z[ recovery-image] Aug 28 23:02:32.720 INFO O| Aug 28 23:02:32.720 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79662024-08-28T23:02:33.606Z[ recovery-image] Aug 28 23:02:32.720 INFO O| Aug 28 23:02:32.720 INFO copying /tmp/.tmprIy4Nm/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
79672024-08-28T23:02:33.627Z[ recovery-image] Aug 28 23:02:32.741 INFO O| Aug 28 23:02:32.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
79682024-08-28T23:02:33.630Z[ recovery-image] Aug 28 23:02:32.741 INFO O| Aug 28 23:02:32.741 INFO ok!
79692024-08-28T23:02:33.630Z[ recovery-image] Aug 28 23:02:32.741 INFO O| Aug 28 23:02:32.741 INFO STEP 50 (ensure_file) COMPLETE
79702024-08-28T23:02:33.630Z[ recovery-image] Aug 28 23:02:32.741 INFO O| Aug 28 23:02:32.741 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79712024-08-28T23:02:33.646Z[ recovery-image] Aug 28 23:02:32.760 INFO O| Aug 28 23:02:32.760 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
79722024-08-28T23:02:33.646Z[ recovery-image] Aug 28 23:02:32.760 INFO O| Aug 28 23:02:32.760 INFO copying /tmp/.tmprIy4Nm/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
79732024-08-28T23:02:35.276Z[ recovery-image] Aug 28 23:02:34.389 INFO O| Aug 28 23:02:34.389 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
79742024-08-28T23:02:35.276Z[ recovery-image] Aug 28 23:02:34.389 INFO O| Aug 28 23:02:34.389 INFO ok!
79752024-08-28T23:02:35.276Z[ recovery-image] Aug 28 23:02:34.389 INFO O| Aug 28 23:02:34.389 INFO STEP 51 (ensure_file) COMPLETE
79762024-08-28T23:02:35.279Z[ recovery-image] Aug 28 23:02:34.389 INFO O| Aug 28 23:02:34.389 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79772024-08-28T23:02:35.292Z[ recovery-image] Aug 28 23:02:34.405 INFO O| Aug 28 23:02:34.405 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79782024-08-28T23:02:35.292Z[ recovery-image] Aug 28 23:02:34.405 INFO O| Aug 28 23:02:34.405 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79792024-08-28T23:02:35.295Z[ recovery-image] Aug 28 23:02:34.405 INFO O| Aug 28 23:02:34.405 INFO STEP 52 (ensure_dir) COMPLETE
79802024-08-28T23:02:35.295Z[ recovery-image] Aug 28 23:02:34.405 INFO O| Aug 28 23:02:34.405 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79812024-08-28T23:02:35.309Z[ recovery-image] Aug 28 23:02:34.423 INFO O| Aug 28 23:02:34.422 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
79822024-08-28T23:02:35.309Z[ recovery-image] Aug 28 23:02:34.423 INFO O| Aug 28 23:02:34.422 INFO copying /tmp/.tmprIy4Nm/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-08-28T23:02:35.311Z[ recovery-image] Aug 28 23:02:34.423 INFO O| Aug 28 23:02:34.423 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-08-28T23:02:35.311Z[ recovery-image] Aug 28 23:02:34.423 INFO O| Aug 28 23:02:34.423 INFO ok!
79852024-08-28T23:02:35.312Z[ recovery-image] Aug 28 23:02:34.423 INFO O| Aug 28 23:02:34.423 INFO STEP 53 (ensure_file) COMPLETE
79862024-08-28T23:02:35.312Z[ recovery-image] Aug 28 23:02:34.423 INFO O| Aug 28 23:02:34.423 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79872024-08-28T23:02:35.325Z[ recovery-image] Aug 28 23:02:34.438 INFO O| Aug 28 23:02:34.438 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79882024-08-28T23:02:35.325Z[ recovery-image] Aug 28 23:02:34.438 INFO O| Aug 28 23:02:34.438 INFO copying /tmp/.tmprIy4Nm/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-08-28T23:02:35.328Z[ recovery-image] Aug 28 23:02:34.438 INFO O| Aug 28 23:02:34.438 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-08-28T23:02:35.328Z[ recovery-image] Aug 28 23:02:34.438 INFO O| Aug 28 23:02:34.438 INFO ok!
79912024-08-28T23:02:35.328Z[ recovery-image] Aug 28 23:02:34.438 INFO O| Aug 28 23:02:34.438 INFO STEP 54 (ensure_file) COMPLETE
79922024-08-28T23:02:35.328Z[ recovery-image] Aug 28 23:02:34.438 INFO O| Aug 28 23:02:34.438 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79932024-08-28T23:02:35.339Z[ recovery-image] Aug 28 23:02:34.453 INFO O| Aug 28 23:02:34.452 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79942024-08-28T23:02:35.339Z[ recovery-image] Aug 28 23:02:34.453 INFO O| Aug 28 23:02:34.453 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79952024-08-28T23:02:35.339Z[ recovery-image] Aug 28 23:02:34.453 INFO O| Aug 28 23:02:34.453 INFO STEP 55 (ensure_dir) COMPLETE
79962024-08-28T23:02:35.342Z[ recovery-image] Aug 28 23:02:34.453 INFO O| Aug 28 23:02:34.453 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79972024-08-28T23:02:35.352Z[ recovery-image] Aug 28 23:02:34.466 INFO O| Aug 28 23:02:34.466 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
79982024-08-28T23:02:35.352Z[ recovery-image] Aug 28 23:02:34.466 INFO O| Aug 28 23:02:34.466 INFO copying /tmp/.tmprIy4Nm/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-08-28T23:02:35.355Z[ recovery-image] Aug 28 23:02:34.466 INFO O| Aug 28 23:02:34.466 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-08-28T23:02:35.355Z[ recovery-image] Aug 28 23:02:34.466 INFO O| Aug 28 23:02:34.466 INFO ok!
80012024-08-28T23:02:35.355Z[ recovery-image] Aug 28 23:02:34.466 INFO O| Aug 28 23:02:34.466 INFO STEP 56 (ensure_file) COMPLETE
80022024-08-28T23:02:35.355Z[ recovery-image] Aug 28 23:02:34.466 INFO O| Aug 28 23:02:34.466 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80032024-08-28T23:02:35.363Z[ recovery-image] Aug 28 23:02:34.477 INFO O| Aug 28 23:02:34.477 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80042024-08-28T23:02:35.363Z[ recovery-image] Aug 28 23:02:34.477 INFO O| Aug 28 23:02:34.477 INFO copying /tmp/.tmprIy4Nm/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-08-28T23:02:35.363Z[ recovery-image] Aug 28 23:02:34.477 INFO O| Aug 28 23:02:34.477 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-08-28T23:02:35.363Z[ recovery-image] Aug 28 23:02:34.477 INFO O| Aug 28 23:02:34.477 INFO ok!
80072024-08-28T23:02:35.366Z[ recovery-image] Aug 28 23:02:34.477 INFO O| Aug 28 23:02:34.477 INFO STEP 57 (ensure_file) COMPLETE
80082024-08-28T23:02:35.366Z[ recovery-image] Aug 28 23:02:34.477 INFO O| Aug 28 23:02:34.477 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80092024-08-28T23:02:35.374Z[ recovery-image] Aug 28 23:02:34.488 INFO O| Aug 28 23:02:34.487 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80102024-08-28T23:02:35.374Z[ recovery-image] Aug 28 23:02:34.488 INFO O| Aug 28 23:02:34.488 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80112024-08-28T23:02:35.374Z[ recovery-image] Aug 28 23:02:34.488 INFO O| Aug 28 23:02:34.488 INFO STEP 58 (ensure_dir) COMPLETE
80122024-08-28T23:02:35.377Z[ recovery-image] Aug 28 23:02:34.488 INFO O| Aug 28 23:02:34.488 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80132024-08-28T23:02:35.387Z[ recovery-image] Aug 28 23:02:34.500 INFO O| Aug 28 23:02:34.500 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80142024-08-28T23:02:35.387Z[ recovery-image] Aug 28 23:02:34.500 INFO O| Aug 28 23:02:34.500 INFO copying /tmp/.tmprIy4Nm/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-08-28T23:02:35.387Z[ recovery-image] Aug 28 23:02:34.501 INFO O| Aug 28 23:02:34.501 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-08-28T23:02:35.389Z[ recovery-image] Aug 28 23:02:34.501 INFO O| Aug 28 23:02:34.501 INFO ok!
80172024-08-28T23:02:35.389Z[ recovery-image] Aug 28 23:02:34.501 INFO O| Aug 28 23:02:34.501 INFO STEP 59 (ensure_file) COMPLETE
80182024-08-28T23:02:35.389Z[ recovery-image] Aug 28 23:02:34.501 INFO O| Aug 28 23:02:34.501 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80192024-08-28T23:02:35.401Z[ recovery-image] Aug 28 23:02:34.514 INFO O| Aug 28 23:02:34.514 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80202024-08-28T23:02:35.401Z[ recovery-image] Aug 28 23:02:34.514 INFO O| Aug 28 23:02:34.514 INFO copying /tmp/.tmprIy4Nm/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80212024-08-28T23:02:35.404Z[ recovery-image] Aug 28 23:02:34.514 INFO O| Aug 28 23:02:34.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80222024-08-28T23:02:35.404Z[ recovery-image] Aug 28 23:02:34.514 INFO O| Aug 28 23:02:34.514 INFO ok!
80232024-08-28T23:02:35.404Z[ recovery-image] Aug 28 23:02:34.514 INFO O| Aug 28 23:02:34.514 INFO STEP 60 (ensure_file) COMPLETE
80242024-08-28T23:02:35.404Z[ recovery-image] Aug 28 23:02:34.515 INFO O| Aug 28 23:02:34.514 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80252024-08-28T23:02:35.412Z[ recovery-image] Aug 28 23:02:34.526 INFO O| Aug 28 23:02:34.526 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80262024-08-28T23:02:35.412Z[ recovery-image] Aug 28 23:02:34.526 INFO O| Aug 28 23:02:34.526 INFO STEP 61 (ensure_dir) COMPLETE
80272024-08-28T23:02:35.415Z[ recovery-image] Aug 28 23:02:34.526 INFO O| Aug 28 23:02:34.526 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80282024-08-28T23:02:35.424Z[ recovery-image] Aug 28 23:02:34.538 INFO O| Aug 28 23:02:34.538 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80292024-08-28T23:02:35.424Z[ recovery-image] Aug 28 23:02:34.538 INFO O| Aug 28 23:02:34.538 INFO STEP 62 (ensure_dir) COMPLETE
80302024-08-28T23:02:35.427Z[ recovery-image] Aug 28 23:02:34.538 INFO O| Aug 28 23:02:34.538 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80312024-08-28T23:02:35.435Z[ recovery-image] Aug 28 23:02:34.549 INFO O| Aug 28 23:02:34.549 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80322024-08-28T23:02:35.435Z[ recovery-image] Aug 28 23:02:34.549 INFO O| Aug 28 23:02:34.549 INFO STEP 63 (ensure_dir) COMPLETE
80332024-08-28T23:02:35.438Z[ recovery-image] Aug 28 23:02:34.549 INFO O| Aug 28 23:02:34.549 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80342024-08-28T23:02:35.446Z[ recovery-image] Aug 28 23:02:34.560 INFO O| Aug 28 23:02:34.559 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80352024-08-28T23:02:35.449Z[ recovery-image] Aug 28 23:02:34.560 INFO O| Aug 28 23:02:34.560 INFO STEP 64 (ensure_dir) COMPLETE
80362024-08-28T23:02:35.449Z[ recovery-image] Aug 28 23:02:34.560 INFO O| Aug 28 23:02:34.560 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80372024-08-28T23:02:35.457Z[ recovery-image] Aug 28 23:02:34.570 INFO O| Aug 28 23:02:34.570 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
80382024-08-28T23:02:35.457Z[ recovery-image] Aug 28 23:02:34.570 INFO O| Aug 28 23:02:34.570 INFO copying /tmp/.tmprIy4Nm/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-08-28T23:02:35.461Z[ recovery-image] Aug 28 23:02:34.571 INFO O| Aug 28 23:02:34.571 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
80402024-08-28T23:02:35.461Z[ recovery-image] Aug 28 23:02:34.571 INFO O| Aug 28 23:02:34.571 INFO ok!
80412024-08-28T23:02:35.462Z[ recovery-image] Aug 28 23:02:34.571 INFO O| Aug 28 23:02:34.571 INFO STEP 65 (ensure_file) COMPLETE
80422024-08-28T23:02:35.462Z[ recovery-image] Aug 28 23:02:34.571 INFO O| Aug 28 23:02:34.571 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80432024-08-28T23:02:35.467Z[ recovery-image] Aug 28 23:02:34.581 INFO O| Aug 28 23:02:34.581 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
80442024-08-28T23:02:35.472Z[ recovery-image] Aug 28 23:02:34.581 INFO O| Aug 28 23:02:34.581 INFO STEP 66 (remove_files) COMPLETE
80452024-08-28T23:02:35.472Z[ recovery-image] Aug 28 23:02:34.582 INFO O| Aug 28 23:02:34.581 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80462024-08-28T23:02:35.478Z[ recovery-image] Aug 28 23:02:34.592 INFO O| Aug 28 23:02:34.592 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80472024-08-28T23:02:35.483Z[ recovery-image] Aug 28 23:02:34.592 INFO O| Aug 28 23:02:34.592 INFO STEP 67 (remove_files) COMPLETE
80482024-08-28T23:02:35.483Z[ recovery-image] Aug 28 23:02:34.592 INFO O| Aug 28 23:02:34.592 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80492024-08-28T23:02:35.492Z[ recovery-image] Aug 28 23:02:34.606 INFO O| Aug 28 23:02:34.606 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80502024-08-28T23:02:35.497Z[ recovery-image] Aug 28 23:02:34.606 INFO O| Aug 28 23:02:34.606 INFO STEP 68 (remove_files) COMPLETE
80512024-08-28T23:02:35.498Z[ recovery-image] Aug 28 23:02:34.606 INFO O| Aug 28 23:02:34.606 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80522024-08-28T23:02:35.503Z[ recovery-image] Aug 28 23:02:34.617 INFO O| Aug 28 23:02:34.617 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80532024-08-28T23:02:35.506Z[ recovery-image] Aug 28 23:02:34.617 INFO O| Aug 28 23:02:34.617 INFO STEP 69 (remove_files) COMPLETE
80542024-08-28T23:02:35.506Z[ recovery-image] Aug 28 23:02:34.617 INFO O| Aug 28 23:02:34.617 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80552024-08-28T23:02:35.516Z[ recovery-image] Aug 28 23:02:34.629 INFO O| Aug 28 23:02:34.629 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80562024-08-28T23:02:35.519Z[ recovery-image] Aug 28 23:02:34.630 INFO O| Aug 28 23:02:34.630 INFO STEP 70 (remove_files) COMPLETE
80572024-08-28T23:02:35.519Z[ recovery-image] Aug 28 23:02:34.630 INFO O| Aug 28 23:02:34.630 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80582024-08-28T23:02:35.529Z[ recovery-image] Aug 28 23:02:34.642 INFO O| Aug 28 23:02:34.642 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80592024-08-28T23:02:35.531Z[ recovery-image] Aug 28 23:02:34.642 INFO O| Aug 28 23:02:34.642 INFO STEP 71 (remove_files) COMPLETE
80602024-08-28T23:02:35.531Z[ recovery-image] Aug 28 23:02:34.642 INFO O| Aug 28 23:02:34.642 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80612024-08-28T23:02:35.540Z[ recovery-image] Aug 28 23:02:34.653 INFO O| Aug 28 23:02:34.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80622024-08-28T23:02:35.540Z[ recovery-image] Aug 28 23:02:34.653 INFO O| Aug 28 23:02:34.653 INFO STEP 72 (remove_files) COMPLETE
80632024-08-28T23:02:35.540Z[ recovery-image] Aug 28 23:02:34.653 INFO O| Aug 28 23:02:34.653 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80642024-08-28T23:02:35.550Z[ recovery-image] Aug 28 23:02:34.664 INFO O| Aug 28 23:02:34.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80652024-08-28T23:02:35.552Z[ recovery-image] Aug 28 23:02:34.664 INFO O| Aug 28 23:02:34.664 INFO STEP 73 (remove_files) COMPLETE
80662024-08-28T23:02:35.553Z[ recovery-image] Aug 28 23:02:34.664 INFO O| Aug 28 23:02:34.664 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80672024-08-28T23:02:35.561Z[ recovery-image] Aug 28 23:02:34.674 INFO O| Aug 28 23:02:34.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
80682024-08-28T23:02:35.561Z[ recovery-image] Aug 28 23:02:34.674 INFO O| Aug 28 23:02:34.674 INFO STEP 74 (remove_files) COMPLETE
80692024-08-28T23:02:35.561Z[ recovery-image] Aug 28 23:02:34.674 INFO O| Aug 28 23:02:34.674 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80702024-08-28T23:02:35.570Z[ recovery-image] Aug 28 23:02:34.684 INFO O| Aug 28 23:02:34.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
80712024-08-28T23:02:35.571Z[ recovery-image] Aug 28 23:02:34.684 INFO O| Aug 28 23:02:34.684 INFO STEP 75 (remove_files) COMPLETE
80722024-08-28T23:02:35.571Z[ recovery-image] Aug 28 23:02:34.684 INFO O| Aug 28 23:02:34.684 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80732024-08-28T23:02:35.583Z[ recovery-image] Aug 28 23:02:34.697 INFO O| Aug 28 23:02:34.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
80742024-08-28T23:02:35.583Z[ recovery-image] Aug 28 23:02:34.697 INFO O| Aug 28 23:02:34.697 INFO STEP 76 (remove_files) COMPLETE
80752024-08-28T23:02:35.583Z[ recovery-image] Aug 28 23:02:34.697 INFO O| Aug 28 23:02:34.697 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80762024-08-28T23:02:35.593Z[ recovery-image] Aug 28 23:02:34.707 INFO O| Aug 28 23:02:34.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
80772024-08-28T23:02:35.593Z[ recovery-image] Aug 28 23:02:34.707 INFO O| Aug 28 23:02:34.707 INFO STEP 77 (remove_files) COMPLETE
80782024-08-28T23:02:35.596Z[ recovery-image] Aug 28 23:02:34.707 INFO O| Aug 28 23:02:34.707 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80792024-08-28T23:02:35.603Z[ recovery-image] Aug 28 23:02:34.717 INFO O| Aug 28 23:02:34.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
80802024-08-28T23:02:35.606Z[ recovery-image] Aug 28 23:02:34.717 INFO O| Aug 28 23:02:34.717 INFO STEP 78 (remove_files) COMPLETE
80812024-08-28T23:02:35.606Z[ recovery-image] Aug 28 23:02:34.717 INFO O| Aug 28 23:02:34.717 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80822024-08-28T23:02:35.613Z[ recovery-image] Aug 28 23:02:34.727 INFO O| Aug 28 23:02:34.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
80832024-08-28T23:02:35.616Z[ recovery-image] Aug 28 23:02:34.727 INFO O| Aug 28 23:02:34.727 INFO STEP 79 (remove_files) COMPLETE
80842024-08-28T23:02:35.616Z[ recovery-image] Aug 28 23:02:34.727 INFO O| Aug 28 23:02:34.727 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80852024-08-28T23:02:35.627Z[ recovery-image] Aug 28 23:02:34.741 INFO O| Aug 28 23:02:34.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
80862024-08-28T23:02:35.627Z[ recovery-image] Aug 28 23:02:34.741 INFO O| Aug 28 23:02:34.741 INFO STEP 80 (remove_files) COMPLETE
80872024-08-28T23:02:35.627Z[ recovery-image] Aug 28 23:02:34.741 INFO O| Aug 28 23:02:34.741 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80882024-08-28T23:02:35.639Z[ recovery-image] Aug 28 23:02:34.753 INFO O| Aug 28 23:02:34.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80892024-08-28T23:02:35.639Z[ recovery-image] Aug 28 23:02:34.753 INFO O| Aug 28 23:02:34.753 INFO STEP 81 (remove_files) COMPLETE
80902024-08-28T23:02:35.641Z[ recovery-image] Aug 28 23:02:34.753 INFO O| Aug 28 23:02:34.753 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80912024-08-28T23:02:35.652Z[ recovery-image] Aug 28 23:02:34.766 INFO O| Aug 28 23:02:34.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80922024-08-28T23:02:35.652Z[ recovery-image] Aug 28 23:02:34.766 INFO O| Aug 28 23:02:34.766 INFO STEP 82 (remove_files) COMPLETE
80932024-08-28T23:02:35.655Z[ recovery-image] Aug 28 23:02:34.766 INFO O| Aug 28 23:02:34.766 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80942024-08-28T23:02:35.666Z[ recovery-image] Aug 28 23:02:34.779 INFO O| Aug 28 23:02:34.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
80952024-08-28T23:02:35.666Z[ recovery-image] Aug 28 23:02:34.780 INFO O| Aug 28 23:02:34.779 INFO STEP 83 (remove_files) COMPLETE
80962024-08-28T23:02:35.668Z[ recovery-image] Aug 28 23:02:34.780 INFO O| Aug 28 23:02:34.780 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80972024-08-28T23:02:35.677Z[ recovery-image] Aug 28 23:02:34.790 INFO O| Aug 28 23:02:34.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
80982024-08-28T23:02:35.679Z[ recovery-image] Aug 28 23:02:34.791 INFO O| Aug 28 23:02:34.790 INFO STEP 84 (remove_files) COMPLETE
80992024-08-28T23:02:35.679Z[ recovery-image] Aug 28 23:02:34.791 INFO O| Aug 28 23:02:34.791 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81002024-08-28T23:02:35.687Z[ recovery-image] Aug 28 23:02:34.801 INFO O| Aug 28 23:02:34.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81012024-08-28T23:02:35.687Z[ recovery-image] Aug 28 23:02:34.801 INFO O| Aug 28 23:02:34.801 INFO STEP 85 (remove_files) COMPLETE
81022024-08-28T23:02:35.687Z[ recovery-image] Aug 28 23:02:34.801 INFO O| Aug 28 23:02:34.801 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81032024-08-28T23:02:35.707Z[ recovery-image] Aug 28 23:02:34.812 INFO O| Aug 28 23:02:34.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81042024-08-28T23:02:35.707Z[ recovery-image] Aug 28 23:02:34.812 INFO O| Aug 28 23:02:34.812 INFO STEP 86 (remove_files) COMPLETE
81052024-08-28T23:02:35.713Z[ recovery-image] Aug 28 23:02:34.812 INFO O| Aug 28 23:02:34.812 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81062024-08-28T23:02:35.716Z[ recovery-image] Aug 28 23:02:34.826 INFO O| Aug 28 23:02:34.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81072024-08-28T23:02:35.716Z[ recovery-image] Aug 28 23:02:34.826 INFO O| Aug 28 23:02:34.826 INFO STEP 87 (remove_files) COMPLETE
81082024-08-28T23:02:35.716Z[ recovery-image] Aug 28 23:02:34.826 INFO O| Aug 28 23:02:34.826 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81092024-08-28T23:02:35.727Z[ recovery-image] Aug 28 23:02:34.840 INFO O| Aug 28 23:02:34.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81102024-08-28T23:02:35.727Z[ recovery-image] Aug 28 23:02:34.840 INFO O| Aug 28 23:02:34.840 INFO STEP 88 (remove_files) COMPLETE
81112024-08-28T23:02:35.730Z[ recovery-image] Aug 28 23:02:34.840 INFO O| Aug 28 23:02:34.840 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81122024-08-28T23:02:35.738Z[ recovery-image] Aug 28 23:02:34.851 INFO O| Aug 28 23:02:34.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81132024-08-28T23:02:35.738Z[ recovery-image] Aug 28 23:02:34.852 INFO O| Aug 28 23:02:34.851 INFO STEP 89 (remove_files) COMPLETE
81142024-08-28T23:02:35.738Z[ recovery-image] Aug 28 23:02:34.852 INFO O| Aug 28 23:02:34.852 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81152024-08-28T23:02:35.750Z[ recovery-image] Aug 28 23:02:34.864 INFO O| Aug 28 23:02:34.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81162024-08-28T23:02:35.753Z[ recovery-image] Aug 28 23:02:34.864 INFO O| Aug 28 23:02:34.864 INFO STEP 90 (remove_files) COMPLETE
81172024-08-28T23:02:35.753Z[ recovery-image] Aug 28 23:02:34.864 INFO O| Aug 28 23:02:34.864 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81182024-08-28T23:02:35.761Z[ recovery-image] Aug 28 23:02:34.874 INFO O| Aug 28 23:02:34.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81192024-08-28T23:02:35.761Z[ recovery-image] Aug 28 23:02:34.874 INFO O| Aug 28 23:02:34.874 INFO STEP 91 (remove_files) COMPLETE
81202024-08-28T23:02:35.764Z[ recovery-image] Aug 28 23:02:34.874 INFO O| Aug 28 23:02:34.874 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81212024-08-28T23:02:35.771Z[ recovery-image] Aug 28 23:02:34.885 INFO O| Aug 28 23:02:34.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81222024-08-28T23:02:35.771Z[ recovery-image] Aug 28 23:02:34.885 INFO O| Aug 28 23:02:34.885 INFO STEP 92 (remove_files) COMPLETE
81232024-08-28T23:02:35.771Z[ recovery-image] Aug 28 23:02:34.885 INFO O| Aug 28 23:02:34.885 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81242024-08-28T23:02:35.786Z[ recovery-image] Aug 28 23:02:34.900 INFO O| Aug 28 23:02:34.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81252024-08-28T23:02:35.789Z[ recovery-image] Aug 28 23:02:34.900 INFO O| Aug 28 23:02:34.900 INFO STEP 93 (remove_files) COMPLETE
81262024-08-28T23:02:35.789Z[ recovery-image] Aug 28 23:02:34.900 INFO O| Aug 28 23:02:34.900 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81272024-08-28T23:02:35.797Z[ recovery-image] Aug 28 23:02:34.911 INFO O| Aug 28 23:02:34.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81282024-08-28T23:02:35.797Z[ recovery-image] Aug 28 23:02:34.911 INFO O| Aug 28 23:02:34.911 INFO STEP 94 (remove_files) COMPLETE
81292024-08-28T23:02:35.797Z[ recovery-image] Aug 28 23:02:34.911 INFO O| Aug 28 23:02:34.911 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81302024-08-28T23:02:35.812Z[ recovery-image] Aug 28 23:02:34.926 INFO O| Aug 28 23:02:34.926 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81312024-08-28T23:02:35.812Z[ recovery-image] Aug 28 23:02:34.926 INFO O| Aug 28 23:02:34.926 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
81322024-08-28T23:02:42.418Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 34s
81332024-08-28T23:02:42.747Z[ recovery-image] Aug 28 23:02:41.861 INFO O| Aug 28 23:02:41.860 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
81342024-08-28T23:02:42.747Z[ recovery-image] Aug 28 23:02:41.861 INFO O| Aug 28 23:02:41.861 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81352024-08-28T23:02:42.747ZAug 28 23:02:41.861 INFO [verify-libraries] process exited with exit status: 0 (339.545325263s)
81362024-08-28T23:02:42.759Z[ recovery-image] Aug 28 23:02:41.873 INFO O| Aug 28 23:02:41.873 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
81372024-08-28T23:02:42.842Z[ recovery-image] Aug 28 23:02:41.956 INFO O| Aug 28 23:02:41.956 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81382024-08-28T23:02:42.842Z[ recovery-image] Aug 28 23:02:41.956 INFO O| Aug 28 23:02:41.956 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 ...
81392024-08-28T23:02:42.845Z[ recovery-image] Aug 28 23:02:41.959 INFO O| Aug 28 23:02:41.958 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81402024-08-28T23:02:42.845Z[ recovery-image] Aug 28 23:02:41.959 INFO O| Aug 28 23:02:41.959 INFO ok!
81412024-08-28T23:02:42.845Z[ recovery-image] Aug 28 23:02:41.959 INFO O| Aug 28 23:02:41.959 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81422024-08-28T23:02:42.845Z[ recovery-image] Aug 28 23:02:41.959 INFO O| Aug 28 23:02:41.959 INFO STEP 95 (seed_smf) COMPLETE
81432024-08-28T23:02:42.845Z[ recovery-image] Aug 28 23:02:41.959 INFO O| Aug 28 23:02:41.959 INFO steps complete; finalising image!
81442024-08-28T23:02:42.846Z[ recovery-image] Aug 28 23:02:41.959 INFO O| Aug 28 23:02:41.959 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81452024-08-28T23:02:42.879Z[ recovery-image] Aug 28 23:02:41.993 INFO O| Aug 28 23:02:41.993 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Wed Aug 28 23:02:41 2024)
81462024-08-28T23:02:43.086Z[ recovery-image] Aug 28 23:02:42.200 INFO O| Aug 28 23:02:42.200 INFO trim TEMPORARY-gimlet-zfs-recovery: (51% trimmed, started at Wed Aug 28 23:02:41 2024)
81472024-08-28T23:02:43.292Z[ recovery-image] Aug 28 23:02:42.406 INFO O| Aug 28 23:02:42.406 INFO trim TEMPORARY-gimlet-zfs-recovery: (51% trimmed, started at Wed Aug 28 23:02:41 2024)
81482024-08-28T23:02:43.499Z[ recovery-image] Aug 28 23:02:42.613 INFO O| Aug 28 23:02:42.613 INFO trim TEMPORARY-gimlet-zfs-recovery: (51% trimmed, started at Wed Aug 28 23:02:41 2024)
81492024-08-28T23:02:43.705Z[ recovery-image] Aug 28 23:02:42.819 INFO O| Aug 28 23:02:42.819 INFO trim TEMPORARY-gimlet-zfs-recovery: (51% trimmed, started at Wed Aug 28 23:02:41 2024)
81502024-08-28T23:02:43.929Z[ recovery-image] Aug 28 23:02:43.043 INFO O| Aug 28 23:02:43.043 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
81512024-08-28T23:02:43.929Z[ recovery-image] Aug 28 23:02:43.043 INFO O| Aug 28 23:02:43.043 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81522024-08-28T23:02:44.133Z[ recovery-image] Aug 28 23:02:43.247 INFO O| Aug 28 23:02:43.247 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
81532024-08-28T23:02:44.133Z[ recovery-image] Aug 28 23:02:43.247 INFO O| Aug 28 23:02:43.247 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81542024-08-28T23:02:47.131Z[ recovery-image] Aug 28 23:02:46.245 INFO O| Aug 28 23:02:46.245 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81552024-08-28T23:02:47.131Z[ recovery-image] Aug 28 23:02:46.245 INFO O| Aug 28 23:02:46.245 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81562024-08-28T23:02:47.134Z[ recovery-image] Aug 28 23:02:46.245 INFO O| Aug 28 23:02:46.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81572024-08-28T23:02:47.134Z[ recovery-image] Aug 28 23:02:46.245 INFO O| Aug 28 23:02:46.245 INFO completed processing gimlet/zfs-recovery
81582024-08-28T23:02:47.134Z[ recovery-image] Aug 28 23:02:46.245 INFO O| Aug 28 23:02:46.245 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81592024-08-28T23:02:47.890Z[ recovery-image] Aug 28 23:02:47.004 INFO O| Aug 28 23:02:47.004 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81602024-08-28T23:02:47.980Z[ recovery-image] Aug 28 23:02:47.094 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
81612024-08-28T23:02:47.983Z[ recovery-image] Aug 28 23:02:47.095 INFO expanded image name: "recovery 9189023/${os_short_commit} 2024-08-28 22:35" -> "recovery 9189023/2408c3f 2024-08-28 22:35"
81622024-08-28T23:02:47.983Z[ recovery-image] Aug 28 23:02:47.095 INFO output artefacts stored in: "/work/os-recovery"
81632024-08-28T23:02:47.983Z[ recovery-image] Aug 28 23:02:47.095 INFO collecting git info from project "bootserver"...
81642024-08-28T23:02:47.989Z[ recovery-image] Aug 28 23:02:47.103 INFO collecting git info from project "image-builder"...
81652024-08-28T23:02:47.995Z[ recovery-image] Aug 28 23:02:47.110 INFO collecting git info from project "chelsio-t6-roms"...
81662024-08-28T23:02:48.017Z[ recovery-image] Aug 28 23:02:47.131 INFO collecting git info from project "amd-firmware"...
81672024-08-28T23:02:48.248Z[ recovery-image] Aug 28 23:02:47.362 INFO collecting git info from project "pinprick"...
81682024-08-28T23:02:48.254Z[ recovery-image] Aug 28 23:02:47.368 INFO collecting git info from project "phbl"...
81692024-08-28T23:02:48.261Z[ recovery-image] Aug 28 23:02:47.375 INFO collecting git info from project "amd-host-image-builder"...
81702024-08-28T23:02:48.500Z[ recovery-image] Aug 28 23:02:47.615 INFO collecting git info from project "pilot"...
81712024-08-28T23:02:48.513Z[ recovery-image] Aug 28 23:02:47.627 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
81722024-08-28T23:02:48.892Z[ recovery-image] Aug 28 23:02:48.007 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
81732024-08-28T23:02:49.240Z[ recovery-image] Aug 28 23:02:48.354 INFO creating Oxide boot image...
81742024-08-28T23:02:49.242Z[ recovery-image] Aug 28 23:02:48.354 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 9189023/2408c3f 2024-08-28 22:35", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
81752024-08-28T23:03:11.024Z[ host-image] Aug 28 23:03:10.140 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22845:20240827T133306Z
81762024-08-28T23:03:11.027Z[ host-image] Aug 28 23:03:10.140 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22845:20240827T133306Z
81772024-08-28T23:03:11.027Z[ host-image] Aug 28 23:03:10.140 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81782024-08-28T23:03:11.027Z[ host-image] Aug 28 23:03:10.140 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81792024-08-28T23:03:11.027Z[ host-image] Aug 28 23:03:10.140 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81802024-08-28T23:03:11.027Z[ host-image] Aug 28 23:03:10.141 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81812024-08-28T23:03:11.027Z[ host-image] Aug 28 23:03:10.141 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81822024-08-28T23:03:11.027Z[ host-image] Aug 28 23:03:10.141 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81832024-08-28T23:03:11.027Z[ host-image] Aug 28 23:03:10.142 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81842024-08-28T23:03:11.027Z[ host-image] Aug 28 23:03:10.142 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81852024-08-28T23:03:11.027Z[ host-image] Aug 28 23:03:10.142 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22845:20240827T133307Z
81862024-08-28T23:03:11.030Z[ host-image] Aug 28 23:03:10.144 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22845:20240827T133307Z
81872024-08-28T23:03:11.030Z[ host-image] Aug 28 23:03:10.144 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22845:20240827T133308Z
81882024-08-28T23:03:11.030Z[ host-image] Aug 28 23:03:10.145 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22845:20240827T133308Z
81892024-08-28T23:03:11.030Z[ host-image] Aug 28 23:03:10.145 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81902024-08-28T23:03:11.030Z[ host-image] Aug 28 23:03:10.146 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22845:20240827T133308Z
81912024-08-28T23:03:11.033Z[ host-image] Aug 28 23:03:10.146 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22845:20240827T133308Z
81922024-08-28T23:03:11.033Z[ host-image] Aug 28 23:03:10.147 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22845:20240827T133308Z
81932024-08-28T23:03:11.033Z[ host-image] Aug 28 23:03:10.147 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22845:20240827T133308Z
81942024-08-28T23:03:11.033Z[ host-image] Aug 28 23:03:10.147 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22845:20240827T133309Z
81952024-08-28T23:03:11.033Z[ host-image] Aug 28 23:03:10.147 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22845:20240827T133309Z
81962024-08-28T23:03:11.033Z[ host-image] Aug 28 23:03:10.147 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22845:20240827T133309Z
81972024-08-28T23:03:11.033Z[ host-image] Aug 28 23:03:10.147 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22845:20240827T133310Z
81982024-08-28T23:03:11.033Z[ host-image] Aug 28 23:03:10.147 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22845:20240827T133311Z
81992024-08-28T23:03:11.033Z[ host-image] Aug 28 23:03:10.148 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22845:20240827T133312Z
82002024-08-28T23:03:11.033Z[ host-image] Aug 28 23:03:10.148 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22845:20240827T133312Z
82012024-08-28T23:03:11.033Z[ host-image] Aug 28 23:03:10.148 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22845:20240827T133314Z
82022024-08-28T23:03:11.033Z[ host-image] Aug 28 23:03:10.148 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22845:20240827T133314Z
82032024-08-28T23:03:11.033Z[ host-image] Aug 28 23:03:10.148 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82042024-08-28T23:03:11.033Z[ host-image] Aug 28 23:03:10.148 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22845:20240827T133316Z
82052024-08-28T23:03:11.033Z[ host-image] Aug 28 23:03:10.148 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22845:20240827T133318Z
82062024-08-28T23:03:11.033Z[ host-image] Aug 28 23:03:10.148 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22845:20240827T133319Z
82072024-08-28T23:03:11.033Z[ host-image] Aug 28 23:03:10.149 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22845:20240827T133319Z
82082024-08-28T23:03:11.036Z[ host-image] Aug 28 23:03:10.150 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22845:20240827T133321Z
82092024-08-28T23:03:11.036Z[ host-image] Aug 28 23:03:10.150 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22845:20240827T133321Z
82102024-08-28T23:03:11.043Z[ host-image] Aug 28 23:03:10.159 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82112024-08-28T23:03:11.043Z[ host-image] Aug 28 23:03:10.159 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22845:20240827T133321Z
82122024-08-28T23:03:11.046Z[ host-image] Aug 28 23:03:10.159 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82132024-08-28T23:03:11.046Z[ host-image] Aug 28 23:03:10.160 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82142024-08-28T23:03:11.046Z[ host-image] Aug 28 23:03:10.160 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82152024-08-28T23:03:11.046Z[ host-image] Aug 28 23:03:10.161 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22845:20240827T133321Z
82162024-08-28T23:03:11.046Z[ host-image] Aug 28 23:03:10.161 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82172024-08-28T23:03:11.046Z[ host-image] Aug 28 23:03:10.161 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82182024-08-28T23:03:11.046Z[ host-image] Aug 28 23:03:10.162 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82192024-08-28T23:03:11.055Z[ host-image] Aug 28 23:03:10.162 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82202024-08-28T23:03:11.059Z[ host-image] Aug 28 23:03:10.175 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82212024-08-28T23:03:11.059Z[ host-image] Aug 28 23:03:10.175 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82222024-08-28T23:03:11.061Z[ host-image] Aug 28 23:03:10.175 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82232024-08-28T23:03:11.061Z[ host-image] Aug 28 23:03:10.176 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82242024-08-28T23:03:11.061Z[ host-image] Aug 28 23:03:10.176 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82252024-08-28T23:03:11.062Z[ host-image] Aug 28 23:03:10.176 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82262024-08-28T23:03:11.096Z[ host-image] Aug 28 23:03:10.212 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
82272024-08-28T23:03:11.099Z[ host-image] Aug 28 23:03:10.213 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82282024-08-28T23:03:11.099Z[ host-image] Aug 28 23:03:10.213 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82292024-08-28T23:03:11.099Z[ host-image] Aug 28 23:03:10.214 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22845:20240827T133323Z
82302024-08-28T23:03:11.099Z[ host-image] Aug 28 23:03:10.214 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22845:20240827T133329Z
82312024-08-28T23:03:11.099Z[ host-image] Aug 28 23:03:10.214 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82322024-08-28T23:03:11.099Z[ host-image] Aug 28 23:03:10.214 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22845:20240827T133330Z
82332024-08-28T23:03:11.099Z[ host-image] Aug 28 23:03:10.214 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82342024-08-28T23:03:11.099Z[ host-image] Aug 28 23:03:10.215 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82352024-08-28T23:03:11.099Z[ host-image] Aug 28 23:03:10.215 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82362024-08-28T23:03:11.099Z[ host-image] Aug 28 23:03:10.215 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22845:20240827T133330Z
82372024-08-28T23:03:11.099Z[ host-image] Aug 28 23:03:10.215 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82382024-08-28T23:03:11.104Z[ host-image] Aug 28 23:03:10.220 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82392024-08-28T23:03:11.106Z[ host-image] Aug 28 23:03:10.220 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82402024-08-28T23:03:11.106Z[ host-image] Aug 28 23:03:10.220 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82412024-08-28T23:03:11.106Z[ host-image] Aug 28 23:03:10.220 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22845:20240827T133330Z
82422024-08-28T23:03:11.106Z[ host-image] Aug 28 23:03:10.220 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82432024-08-28T23:03:11.119Z[ host-image] Aug 28 23:03:10.235 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82442024-08-28T23:03:11.122Z[ host-image] Aug 28 23:03:10.235 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22845:20240827T133331Z
82452024-08-28T23:03:11.122Z[ host-image] Aug 28 23:03:10.237 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22845:20240827T133331Z
82462024-08-28T23:03:11.124Z[ host-image] Aug 28 23:03:10.238 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22845:20240827T133331Z
82472024-08-28T23:03:11.124Z[ host-image] Aug 28 23:03:10.238 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82482024-08-28T23:03:11.124Z[ host-image] Aug 28 23:03:10.239 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22845:20240827T133333Z
82492024-08-28T23:03:11.124Z[ host-image] Aug 28 23:03:10.239 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22845:20240827T133333Z
82502024-08-28T23:03:11.124Z[ host-image] Aug 28 23:03:10.239 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22845:20240827T133333Z
82512024-08-28T23:03:11.124Z[ host-image] Aug 28 23:03:10.240 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22845:20240827T133333Z
82522024-08-28T23:03:11.127Z[ host-image] Aug 28 23:03:10.243 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82532024-08-28T23:03:11.130Z[ host-image] Aug 28 23:03:10.244 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22845:20240827T133333Z
82542024-08-28T23:03:11.130Z[ host-image] Aug 28 23:03:10.244 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22845:20240827T133335Z
82552024-08-28T23:03:11.130Z[ host-image] Aug 28 23:03:10.244 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82562024-08-28T23:03:11.130Z[ host-image] Aug 28 23:03:10.245 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22845:20240827T133335Z
82572024-08-28T23:03:11.130Z[ host-image] Aug 28 23:03:10.245 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22845:20240827T133335Z
82582024-08-28T23:03:11.130Z[ host-image] Aug 28 23:03:10.245 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22845:20240827T133335Z
82592024-08-28T23:03:11.130Z[ host-image] Aug 28 23:03:10.246 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22845:20240827T133335Z
82602024-08-28T23:03:11.138Z[ host-image] Aug 28 23:03:10.254 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22845:20240827T133335Z
82612024-08-28T23:03:11.138Z[ host-image] Aug 28 23:03:10.254 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82622024-08-28T23:03:11.141Z[ host-image] Aug 28 23:03:10.256 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22845:20240827T133335Z
82632024-08-28T23:03:11.143Z[ host-image] Aug 28 23:03:10.257 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22845:20240827T133336Z
82642024-08-28T23:03:11.143Z[ host-image] Aug 28 23:03:10.258 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22845:20240827T133336Z
82652024-08-28T23:03:11.143Z[ host-image] Aug 28 23:03:10.258 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22845:20240827T133336Z
82662024-08-28T23:03:11.143Z[ host-image] Aug 28 23:03:10.258 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22845:20240827T133336Z
82672024-08-28T23:03:11.143Z[ host-image] Aug 28 23:03:10.259 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22845:20240827T133337Z
82682024-08-28T23:03:11.153Z[ host-image] Aug 28 23:03:10.269 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22845:20240827T133338Z
82692024-08-28T23:03:11.156Z[ host-image] Aug 28 23:03:10.269 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22845:20240827T133337Z
82702024-08-28T23:03:11.156Z[ host-image] Aug 28 23:03:10.269 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22845:20240827T133337Z
82712024-08-28T23:03:11.156Z[ host-image] Aug 28 23:03:10.270 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22845:20240827T133338Z
82722024-08-28T23:03:11.156Z[ host-image] Aug 28 23:03:10.271 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22845:20240827T133338Z
82732024-08-28T23:03:11.176Z[ host-image] Aug 28 23:03:10.292 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22845:20240827T133341Z
82742024-08-28T23:03:11.176Z[ host-image] Aug 28 23:03:10.293 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22845:20240827T133338Z
82752024-08-28T23:03:11.179Z[ host-image] Aug 28 23:03:10.293 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22845:20240827T133338Z
82762024-08-28T23:03:11.179Z[ host-image] Aug 28 23:03:10.293 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82772024-08-28T23:03:11.179Z[ host-image] Aug 28 23:03:10.293 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82782024-08-28T23:03:11.206Z[ host-image] Aug 28 23:03:10.322 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22845:20240827T133339Z
82792024-08-28T23:03:11.209Z[ host-image] Aug 28 23:03:10.322 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82802024-08-28T23:03:11.209Z[ host-image] Aug 28 23:03:10.323 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22845:20240827T133339Z
82812024-08-28T23:03:11.209Z[ host-image] Aug 28 23:03:10.323 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22845:20240827T133339Z
82822024-08-28T23:03:11.209Z[ host-image] Aug 28 23:03:10.324 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22845:20240827T133339Z
82832024-08-28T23:03:11.209Z[ host-image] Aug 28 23:03:10.324 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82842024-08-28T23:03:11.212Z[ host-image] Aug 28 23:03:10.325 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82852024-08-28T23:03:11.212Z[ host-image] Aug 28 23:03:10.325 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22845:20240827T133340Z
82862024-08-28T23:03:11.212Z[ host-image] Aug 28 23:03:10.325 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22845:20240827T133340Z
82872024-08-28T23:03:11.212Z[ host-image] Aug 28 23:03:10.326 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22845:20240827T133340Z
82882024-08-28T23:03:11.212Z[ host-image] Aug 28 23:03:10.326 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22845:20240827T133340Z
82892024-08-28T23:03:11.212Z[ host-image] Aug 28 23:03:10.326 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22845:20240827T133341Z
82902024-08-28T23:03:11.212Z[ host-image] Aug 28 23:03:10.326 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22845:20240827T133341Z
82912024-08-28T23:03:11.214Z[ host-image] Aug 28 23:03:10.329 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82922024-08-28T23:03:11.214Z[ host-image] Aug 28 23:03:10.329 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22845:20240827T133342Z
82932024-08-28T23:03:11.217Z[ host-image] Aug 28 23:03:10.331 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22845:20240827T133342Z
82942024-08-28T23:03:11.217Z[ host-image] Aug 28 23:03:10.331 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22845:20240827T133342Z
82952024-08-28T23:03:11.217Z[ host-image] Aug 28 23:03:10.332 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22845:20240827T133343Z
82962024-08-28T23:03:11.217Z[ host-image] Aug 28 23:03:10.332 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22845:20240827T133342Z
82972024-08-28T23:03:11.217Z[ host-image] Aug 28 23:03:10.332 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22845:20240827T133343Z
82982024-08-28T23:03:11.217Z[ host-image] Aug 28 23:03:10.332 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
82992024-08-28T23:03:11.217Z[ host-image] Aug 28 23:03:10.332 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83002024-08-28T23:03:11.217Z[ host-image] Aug 28 23:03:10.333 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22845:20240827T133345Z
83012024-08-28T23:03:11.217Z[ host-image] Aug 28 23:03:10.333 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22845:20240827T133345Z
83022024-08-28T23:03:11.217Z[ host-image] Aug 28 23:03:10.333 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83032024-08-28T23:03:11.220Z[ host-image] Aug 28 23:03:10.333 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83042024-08-28T23:03:11.220Z[ host-image] Aug 28 23:03:10.333 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83052024-08-28T23:03:11.220Z[ host-image] Aug 28 23:03:10.333 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83062024-08-28T23:03:11.220Z[ host-image] Aug 28 23:03:10.333 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83072024-08-28T23:03:11.220Z[ host-image] Aug 28 23:03:10.334 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83082024-08-28T23:03:11.220Z[ host-image] Aug 28 23:03:10.335 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83092024-08-28T23:03:11.220Z[ host-image] Aug 28 23:03:10.336 INFO O| tempdir @ "/tmp/.tmp1CriKz/tmp"
83102024-08-28T23:03:11.220Z[ host-image] Aug 28 23:03:10.336 INFO O| image root @ "/tmp/.tmp1CriKz/tmp/root"
83112024-08-28T23:03:11.220Z[ host-image] Aug 28 23:03:10.336 INFO O| creating image...
83122024-08-28T23:03:11.712Z[ host-image] Aug 28 23:03:10.828 INFO O| copying publishers...
83132024-08-28T23:03:18.134Z[ host-image] Aug 28 23:03:17.250 INFO O| adding properties...
83142024-08-28T23:03:19.154Z[ host-image] Aug 28 23:03:18.270 INFO O| installing packages...
83152024-08-28T23:03:34.090Z[ host-image] Aug 28 23:03:33.207 INFO O| seeding SMF database...
83162024-08-28T23:03:41.722Z[ host-image] Aug 28 23:03:40.840 INFO O| configuring SMF profile...
83172024-08-28T23:03:41.726Z[ host-image] Aug 28 23:03:40.840 INFO O| modifying shadow(5)...
83182024-08-28T23:03:41.726Z[ host-image] Aug 28 23:03:40.840 INFO O| loading user and group database...
83192024-08-28T23:03:41.726Z[ host-image] Aug 28 23:03:40.840 INFO O| assessing packaged files...
83202024-08-28T23:03:43.871Z[ host-image] Aug 28 23:03:42.989 INFO O| creating archive...
83212024-08-28T23:03:43.904Z[ host-image] Aug 28 23:03:43.022 INFO O| missing from packaging:
83222024-08-28T23:03:43.904Z[ host-image] Aug 28 23:03:43.022 INFO O| "etc/.pwd.lock"
83232024-08-28T23:03:43.913Z[ host-image] Aug 28 23:03:43.022 INFO O| "etc/bash"
83242024-08-28T23:03:43.913Z[ host-image] Aug 28 23:03:43.027 INFO O| "etc/svc/profile/generic.xml"
83252024-08-28T23:03:43.913Z[ host-image] Aug 28 23:03:43.027 INFO O| "etc/svc/profile/inetd_services.xml"
83262024-08-28T23:03:43.913Z[ host-image] Aug 28 23:03:43.027 INFO O| "etc/svc/profile/name_service.xml"
83272024-08-28T23:03:43.913Z[ host-image] Aug 28 23:03:43.027 INFO O| "etc/svc/profile/platform.xml"
83282024-08-28T23:03:43.913Z[ host-image] Aug 28 23:03:43.027 INFO O| "etc/svc/profile/platform_omicron1.xml"
83292024-08-28T23:03:43.913Z[ host-image] Aug 28 23:03:43.027 INFO O| "etc/svc/repository.db"
83302024-08-28T23:03:43.923Z[ host-image] Aug 28 23:03:43.036 INFO O| "opt/ooce/share"
83312024-08-28T23:03:43.923Z[ host-image] Aug 28 23:03:43.036 INFO O| "opt/ooce/share/man"
83322024-08-28T23:03:43.923Z[ host-image] Aug 28 23:03:43.036 INFO O| "opt/ooce/share/man/man1"
83332024-08-28T23:03:43.927Z[ host-image] Aug 28 23:03:43.045 INFO O| finishing archive...
83342024-08-28T23:03:44.465Z[ recovery-image] Aug 28 23:03:43.583 INFO O| ok, image written!
83352024-08-28T23:03:44.465Z[ recovery-image] Aug 28 23:03:43.583 INFO O| ok, boot_image_csum file written!
83362024-08-28T23:03:44.470Z[ recovery-image] Aug 28 23:03:43.588 INFO creating boot archive (CPIO)...
83372024-08-28T23:03:44.472Z[ recovery-image] Aug 28 23:03:43.588 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
83382024-08-28T23:03:44.478Z[ recovery-image] Aug 28 23:03:43.596 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83392024-08-28T23:03:44.478Z[ recovery-image] Aug 28 23:03:43.596 INFO E| + outfile=/work/os-recovery/cpio
83402024-08-28T23:03:44.478Z[ recovery-image] Aug 28 23:03:43.596 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83412024-08-28T23:03:44.481Z[ recovery-image] Aug 28 23:03:43.598 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83422024-08-28T23:03:44.481Z[ recovery-image] Aug 28 23:03:43.598 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83432024-08-28T23:03:44.512Z[ recovery-image] Aug 28 23:03:43.630 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83442024-08-28T23:03:44.514Z[ recovery-image] Aug 28 23:03:43.630 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83452024-08-28T23:03:44.518Z[ recovery-image] Aug 28 23:03:43.636 INFO creating compressed cpio/unix for nanobl-rs...
83462024-08-28T23:03:44.521Z[ recovery-image] Aug 28 23:03:43.637 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
83472024-08-28T23:03:44.799Z[ recovery-image] Aug 28 23:03:43.917 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83482024-08-28T23:03:46.775Z[ host-image] Aug 28 23:03:45.893 INFO O| creating gzonly manifest...
83492024-08-28T23:03:46.788Z[ host-image] Aug 28 23:03:45.906 INFO O| ok
83502024-08-28T23:03:46.883Z[ host-image] Aug 28 23:03:46.001 INFO image builder template: ramdisk-02-trim...
83512024-08-28T23:03:46.884Z[ host-image] Aug 28 23:03:46.001 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/.tmprIy4Nm/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
83522024-08-28T23:03:46.911Z[ host-image] Aug 28 23:03:46.029 INFO O| Aug 28 23:03:46.029 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83532024-08-28T23:03:46.915Z[ host-image] Aug 28 23:03:46.033 INFO O| Aug 28 23:03:46.033 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83542024-08-28T23:03:47.189Z[ host-image] Aug 28 23:03:46.307 INFO O| Aug 28 23:03:46.307 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83552024-08-28T23:03:47.256Z[ host-image] Aug 28 23:03:46.374 INFO O| Aug 28 23:03:46.374 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83562024-08-28T23:03:47.258Z[ host-image] Aug 28 23:03:46.374 INFO O| Aug 28 23:03:46.374 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83572024-08-28T23:03:47.261Z[ host-image] Aug 28 23:03:46.379 INFO O| Aug 28 23:03:46.379 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83582024-08-28T23:03:47.265Z[ host-image] Aug 28 23:03:46.383 INFO O| Aug 28 23:03:46.383 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83592024-08-28T23:03:47.271Z[ host-image] Aug 28 23:03:46.389 INFO O| Aug 28 23:03:46.389 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83602024-08-28T23:03:47.475Z[ host-image] Aug 28 23:03:46.593 INFO O| Aug 28 23:03:46.593 INFO rolled back to input snapshot; work may begin
83612024-08-28T23:03:47.475Z[ host-image] Aug 28 23:03:46.593 INFO O| Aug 28 23:03:46.593 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
83622024-08-28T23:03:47.480Z[ host-image] Aug 28 23:03:46.598 INFO O| Aug 28 23:03:46.598 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83632024-08-28T23:03:47.492Z[ host-image] Aug 28 23:03:46.610 INFO O| Aug 28 23:03:46.610 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
83642024-08-28T23:03:47.539Z[ host-image] Aug 28 23:03:46.657 INFO O| Aug 28 23:03:46.657 INFO STEP 0 (remove_files) COMPLETE
83652024-08-28T23:03:47.539Z[ host-image] Aug 28 23:03:46.657 INFO O| Aug 28 23:03:46.657 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83662024-08-28T23:03:47.550Z[ host-image] Aug 28 23:03:46.668 INFO O| Aug 28 23:03:46.668 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
83672024-08-28T23:03:47.552Z[ host-image] Aug 28 23:03:46.670 INFO O| Aug 28 23:03:46.670 INFO STEP 1 (remove_files) COMPLETE
83682024-08-28T23:03:47.552Z[ host-image] Aug 28 23:03:46.670 INFO O| Aug 28 23:03:46.670 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83692024-08-28T23:03:47.561Z[ host-image] Aug 28 23:03:46.680 INFO O| Aug 28 23:03:46.679 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
83702024-08-28T23:03:47.575Z[ host-image] Aug 28 23:03:46.693 INFO O| Aug 28 23:03:46.693 INFO STEP 2 (remove_files) COMPLETE
83712024-08-28T23:03:47.575Z[ host-image] Aug 28 23:03:46.693 INFO O| Aug 28 23:03:46.693 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83722024-08-28T23:03:47.585Z[ host-image] Aug 28 23:03:46.704 INFO O| Aug 28 23:03:46.704 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
83732024-08-28T23:03:47.588Z[ host-image] Aug 28 23:03:46.705 INFO O| Aug 28 23:03:46.705 INFO STEP 3 (remove_files) COMPLETE
83742024-08-28T23:03:47.588Z[ host-image] Aug 28 23:03:46.705 INFO O| Aug 28 23:03:46.705 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83752024-08-28T23:03:47.596Z[ host-image] Aug 28 23:03:46.715 INFO O| Aug 28 23:03:46.715 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
83762024-08-28T23:03:47.600Z[ host-image] Aug 28 23:03:46.718 INFO O| Aug 28 23:03:46.718 INFO STEP 4 (remove_files) COMPLETE
83772024-08-28T23:03:47.602Z[ host-image] Aug 28 23:03:46.718 INFO O| Aug 28 23:03:46.718 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83782024-08-28T23:03:47.609Z[ host-image] Aug 28 23:03:46.727 INFO O| Aug 28 23:03:46.727 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
83792024-08-28T23:03:47.612Z[ host-image] Aug 28 23:03:46.730 INFO O| Aug 28 23:03:46.730 INFO STEP 5 (remove_files) COMPLETE
83802024-08-28T23:03:47.612Z[ host-image] Aug 28 23:03:46.730 INFO O| Aug 28 23:03:46.730 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83812024-08-28T23:03:47.621Z[ host-image] Aug 28 23:03:46.739 INFO O| Aug 28 23:03:46.739 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
83822024-08-28T23:03:47.631Z[ host-image] Aug 28 23:03:46.749 INFO O| Aug 28 23:03:46.749 INFO STEP 6 (remove_files) COMPLETE
83832024-08-28T23:03:47.631Z[ host-image] Aug 28 23:03:46.749 INFO O| Aug 28 23:03:46.749 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83842024-08-28T23:03:47.640Z[ host-image] Aug 28 23:03:46.759 INFO O| Aug 28 23:03:46.758 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
83852024-08-28T23:03:47.652Z[ host-image] Aug 28 23:03:46.770 INFO O| Aug 28 23:03:46.770 INFO STEP 7 (remove_files) COMPLETE
83862024-08-28T23:03:47.653Z[ host-image] Aug 28 23:03:46.770 INFO O| Aug 28 23:03:46.770 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83872024-08-28T23:03:47.661Z[ host-image] Aug 28 23:03:46.779 INFO O| Aug 28 23:03:46.779 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83882024-08-28T23:03:47.732Z[ host-image] Aug 28 23:03:46.850 INFO O| Aug 28 23:03:46.850 INFO STEP 8 (remove_files) COMPLETE
83892024-08-28T23:03:47.732Z[ host-image] Aug 28 23:03:46.850 INFO O| Aug 28 23:03:46.850 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83902024-08-28T23:03:47.743Z[ host-image] Aug 28 23:03:46.861 INFO O| Aug 28 23:03:46.861 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83912024-08-28T23:03:47.832Z[ host-image] Aug 28 23:03:46.950 INFO O| Aug 28 23:03:46.949 INFO STEP 9 (remove_files) COMPLETE
83922024-08-28T23:03:47.832Z[ host-image] Aug 28 23:03:46.950 INFO O| Aug 28 23:03:46.950 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83932024-08-28T23:03:47.842Z[ host-image] Aug 28 23:03:46.960 INFO O| Aug 28 23:03:46.960 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83942024-08-28T23:03:47.846Z[ host-image] Aug 28 23:03:46.964 INFO O| Aug 28 23:03:46.964 INFO STEP 10 (remove_files) COMPLETE
83952024-08-28T23:03:47.846Z[ host-image] Aug 28 23:03:46.964 INFO O| Aug 28 23:03:46.964 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83962024-08-28T23:03:47.855Z[ host-image] Aug 28 23:03:46.973 INFO O| Aug 28 23:03:46.973 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83972024-08-28T23:03:47.857Z[ host-image] Aug 28 23:03:46.974 INFO O| Aug 28 23:03:46.974 INFO STEP 11 (remove_files) COMPLETE
83982024-08-28T23:03:47.857Z[ host-image] Aug 28 23:03:46.974 INFO O| Aug 28 23:03:46.974 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83992024-08-28T23:03:47.866Z[ host-image] Aug 28 23:03:46.984 INFO O| Aug 28 23:03:46.984 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84002024-08-28T23:03:47.868Z[ host-image] Aug 28 23:03:46.986 INFO O| Aug 28 23:03:46.986 INFO STEP 12 (remove_files) COMPLETE
84012024-08-28T23:03:47.868Z[ host-image] Aug 28 23:03:46.986 INFO O| Aug 28 23:03:46.986 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84022024-08-28T23:03:47.892Z[ host-image] Aug 28 23:03:47.010 INFO O| Aug 28 23:03:47.010 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84032024-08-28T23:03:47.892Z[ host-image] Aug 28 23:03:47.010 INFO O| Aug 28 23:03:47.010 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84042024-08-28T23:03:47.892Z[ host-image] Aug 28 23:03:47.010 INFO O| Aug 28 23:03:47.010 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84052024-08-28T23:03:47.895Z[ host-image] Aug 28 23:03:47.010 INFO O| Aug 28 23:03:47.010 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84062024-08-28T23:03:47.895Z[ host-image] Aug 28 23:03:47.011 INFO O| Aug 28 23:03:47.011 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84072024-08-28T23:03:47.895Z[ host-image] Aug 28 23:03:47.011 INFO O| Aug 28 23:03:47.011 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84082024-08-28T23:03:47.895Z[ host-image] Aug 28 23:03:47.011 INFO O| Aug 28 23:03:47.011 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84092024-08-28T23:03:47.895Z[ host-image] Aug 28 23:03:47.011 INFO O| Aug 28 23:03:47.011 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84102024-08-28T23:03:47.895Z[ host-image] Aug 28 23:03:47.011 INFO O| Aug 28 23:03:47.011 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84112024-08-28T23:03:47.895Z[ host-image] Aug 28 23:03:47.012 INFO O| Aug 28 23:03:47.012 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84122024-08-28T23:03:47.895Z[ host-image] Aug 28 23:03:47.012 INFO O| Aug 28 23:03:47.012 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84132024-08-28T23:03:47.895Z[ host-image] Aug 28 23:03:47.012 INFO O| Aug 28 23:03:47.012 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84142024-08-28T23:03:47.895Z[ host-image] Aug 28 23:03:47.012 INFO O| Aug 28 23:03:47.012 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84152024-08-28T23:03:47.895Z[ host-image] Aug 28 23:03:47.012 INFO O| Aug 28 23:03:47.012 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84162024-08-28T23:03:47.895Z[ host-image] Aug 28 23:03:47.012 INFO O| Aug 28 23:03:47.012 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84172024-08-28T23:03:47.895Z[ host-image] Aug 28 23:03:47.012 INFO O| Aug 28 23:03:47.012 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84182024-08-28T23:03:47.906Z[ host-image] Aug 28 23:03:47.025 INFO O| Aug 28 23:03:47.024 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84192024-08-28T23:03:48.150Z[ host-image] Aug 28 23:03:47.268 INFO O| Aug 28 23:03:47.268 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84202024-08-28T23:03:48.185Z[ host-image] Aug 28 23:03:47.303 INFO O| Aug 28 23:03:47.303 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84212024-08-28T23:03:48.187Z[ host-image] Aug 28 23:03:47.305 INFO O| Aug 28 23:03:47.305 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84222024-08-28T23:03:48.196Z[ host-image] Aug 28 23:03:47.315 INFO O| Aug 28 23:03:47.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84232024-08-28T23:03:48.259Z[ host-image] Aug 28 23:03:47.377 INFO O| Aug 28 23:03:47.377 INFO STEP 13 (remove_files) COMPLETE
84242024-08-28T23:03:48.259Z[ host-image] Aug 28 23:03:47.377 INFO O| Aug 28 23:03:47.377 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84252024-08-28T23:03:48.270Z[ host-image] Aug 28 23:03:47.388 INFO O| Aug 28 23:03:47.388 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84262024-08-28T23:03:48.273Z[ host-image] Aug 28 23:03:47.390 INFO O| Aug 28 23:03:47.390 INFO STEP 14 (remove_files) COMPLETE
84272024-08-28T23:03:48.273Z[ host-image] Aug 28 23:03:47.390 INFO O| Aug 28 23:03:47.390 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84282024-08-28T23:03:48.282Z[ host-image] Aug 28 23:03:47.399 INFO O| Aug 28 23:03:47.399 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84292024-08-28T23:03:48.287Z[ host-image] Aug 28 23:03:47.406 INFO O| Aug 28 23:03:47.406 INFO STEP 15 (remove_files) COMPLETE
84302024-08-28T23:03:48.289Z[ host-image] Aug 28 23:03:47.406 INFO O| Aug 28 23:03:47.406 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84312024-08-28T23:03:48.297Z[ host-image] Aug 28 23:03:47.415 INFO O| Aug 28 23:03:47.415 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84322024-08-28T23:03:48.299Z[ host-image] Aug 28 23:03:47.415 INFO O| Aug 28 23:03:47.415 INFO STEP 16 (remove_files) COMPLETE
84332024-08-28T23:03:48.299Z[ host-image] Aug 28 23:03:47.415 INFO O| Aug 28 23:03:47.415 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84342024-08-28T23:03:48.306Z[ host-image] Aug 28 23:03:47.425 INFO O| Aug 28 23:03:47.425 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84352024-08-28T23:03:48.308Z[ host-image] Aug 28 23:03:47.426 INFO O| Aug 28 23:03:47.426 INFO STEP 17 (remove_files) COMPLETE
84362024-08-28T23:03:48.308Z[ host-image] Aug 28 23:03:47.426 INFO O| Aug 28 23:03:47.426 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84372024-08-28T23:03:48.317Z[ host-image] Aug 28 23:03:47.436 INFO O| Aug 28 23:03:47.435 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84382024-08-28T23:03:48.317Z[ host-image] Aug 28 23:03:47.436 INFO O| Aug 28 23:03:47.436 INFO STEP 18 (remove_files) COMPLETE
84392024-08-28T23:03:48.319Z[ host-image] Aug 28 23:03:47.436 INFO O| Aug 28 23:03:47.436 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84402024-08-28T23:03:48.327Z[ host-image] Aug 28 23:03:47.445 INFO O| Aug 28 23:03:47.445 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84412024-08-28T23:03:48.330Z[ host-image] Aug 28 23:03:47.445 INFO O| Aug 28 23:03:47.445 INFO STEP 19 (remove_files) COMPLETE
84422024-08-28T23:03:48.330Z[ host-image] Aug 28 23:03:47.445 INFO O| Aug 28 23:03:47.445 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84432024-08-28T23:03:48.336Z[ host-image] Aug 28 23:03:47.454 INFO O| Aug 28 23:03:47.454 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84442024-08-28T23:03:48.336Z[ host-image] Aug 28 23:03:47.454 INFO O| Aug 28 23:03:47.454 INFO STEP 20 (remove_files) COMPLETE
84452024-08-28T23:03:48.338Z[ host-image] Aug 28 23:03:47.454 INFO O| Aug 28 23:03:47.454 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84462024-08-28T23:03:48.345Z[ host-image] Aug 28 23:03:47.464 INFO O| Aug 28 23:03:47.464 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84472024-08-28T23:03:48.345Z[ host-image] Aug 28 23:03:47.464 INFO O| Aug 28 23:03:47.464 INFO STEP 21 (remove_files) COMPLETE
84482024-08-28T23:03:48.348Z[ host-image] Aug 28 23:03:47.464 INFO O| Aug 28 23:03:47.464 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84492024-08-28T23:03:48.355Z[ host-image] Aug 28 23:03:47.473 INFO O| Aug 28 23:03:47.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84502024-08-28T23:03:48.355Z[ host-image] Aug 28 23:03:47.473 INFO O| Aug 28 23:03:47.473 INFO STEP 22 (remove_files) COMPLETE
84512024-08-28T23:03:48.357Z[ host-image] Aug 28 23:03:47.473 INFO O| Aug 28 23:03:47.473 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84522024-08-28T23:03:48.366Z[ host-image] Aug 28 23:03:47.484 INFO O| Aug 28 23:03:47.484 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84532024-08-28T23:03:48.369Z[ host-image] Aug 28 23:03:47.484 INFO O| Aug 28 23:03:47.484 INFO STEP 23 (remove_files) COMPLETE
84542024-08-28T23:03:48.369Z[ host-image] Aug 28 23:03:47.484 INFO O| Aug 28 23:03:47.484 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84552024-08-28T23:03:48.377Z[ host-image] Aug 28 23:03:47.495 INFO O| Aug 28 23:03:47.495 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84562024-08-28T23:03:48.377Z[ host-image] Aug 28 23:03:47.495 INFO O| Aug 28 23:03:47.495 INFO STEP 24 (remove_files) COMPLETE
84572024-08-28T23:03:48.377Z[ host-image] Aug 28 23:03:47.495 INFO O| Aug 28 23:03:47.495 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84582024-08-28T23:03:48.387Z[ host-image] Aug 28 23:03:47.506 INFO O| Aug 28 23:03:47.506 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84592024-08-28T23:03:48.387Z[ host-image] Aug 28 23:03:47.506 INFO O| Aug 28 23:03:47.506 INFO STEP 25 (remove_files) COMPLETE
84602024-08-28T23:03:48.390Z[ host-image] Aug 28 23:03:47.506 INFO O| Aug 28 23:03:47.506 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84612024-08-28T23:03:48.397Z[ host-image] Aug 28 23:03:47.515 INFO O| Aug 28 23:03:47.515 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
84622024-08-28T23:03:48.397Z[ host-image] Aug 28 23:03:47.515 INFO O| Aug 28 23:03:47.515 INFO STEP 26 (remove_files) COMPLETE
84632024-08-28T23:03:48.397Z[ host-image] Aug 28 23:03:47.515 INFO O| Aug 28 23:03:47.515 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84642024-08-28T23:03:48.406Z[ host-image] Aug 28 23:03:47.525 INFO O| Aug 28 23:03:47.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
84652024-08-28T23:03:48.406Z[ host-image] Aug 28 23:03:47.525 INFO O| Aug 28 23:03:47.525 INFO STEP 27 (remove_files) COMPLETE
84662024-08-28T23:03:48.409Z[ host-image] Aug 28 23:03:47.525 INFO O| Aug 28 23:03:47.525 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84672024-08-28T23:03:48.416Z[ host-image] Aug 28 23:03:47.534 INFO O| Aug 28 23:03:47.534 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
84682024-08-28T23:03:48.418Z[ host-image] Aug 28 23:03:47.534 INFO O| Aug 28 23:03:47.534 INFO STEP 28 (remove_files) COMPLETE
84692024-08-28T23:03:48.418Z[ host-image] Aug 28 23:03:47.534 INFO O| Aug 28 23:03:47.534 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84702024-08-28T23:03:48.426Z[ host-image] Aug 28 23:03:47.543 INFO O| Aug 28 23:03:47.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
84712024-08-28T23:03:48.428Z[ host-image] Aug 28 23:03:47.544 INFO O| Aug 28 23:03:47.543 INFO STEP 29 (remove_files) COMPLETE
84722024-08-28T23:03:48.429Z[ host-image] Aug 28 23:03:47.544 INFO O| Aug 28 23:03:47.544 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84732024-08-28T23:03:48.434Z[ host-image] Aug 28 23:03:47.553 INFO O| Aug 28 23:03:47.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
84742024-08-28T23:03:48.434Z[ host-image] Aug 28 23:03:47.553 INFO O| Aug 28 23:03:47.553 INFO STEP 30 (remove_files) COMPLETE
84752024-08-28T23:03:48.437Z[ host-image] Aug 28 23:03:47.553 INFO O| Aug 28 23:03:47.553 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84762024-08-28T23:03:48.444Z[ host-image] Aug 28 23:03:47.562 INFO O| Aug 28 23:03:47.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
84772024-08-28T23:03:48.444Z[ host-image] Aug 28 23:03:47.562 INFO O| Aug 28 23:03:47.562 INFO STEP 31 (remove_files) COMPLETE
84782024-08-28T23:03:48.447Z[ host-image] Aug 28 23:03:47.562 INFO O| Aug 28 23:03:47.562 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84792024-08-28T23:03:48.454Z[ host-image] Aug 28 23:03:47.572 INFO O| Aug 28 23:03:47.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
84802024-08-28T23:03:48.454Z[ host-image] Aug 28 23:03:47.572 INFO O| Aug 28 23:03:47.572 INFO STEP 32 (remove_files) COMPLETE
84812024-08-28T23:03:48.457Z[ host-image] Aug 28 23:03:47.572 INFO O| Aug 28 23:03:47.572 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84822024-08-28T23:03:48.463Z[ host-image] Aug 28 23:03:47.581 INFO O| Aug 28 23:03:47.581 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
84832024-08-28T23:03:48.463Z[ host-image] Aug 28 23:03:47.581 INFO O| Aug 28 23:03:47.581 INFO STEP 33 (remove_files) COMPLETE
84842024-08-28T23:03:48.466Z[ host-image] Aug 28 23:03:47.581 INFO O| Aug 28 23:03:47.581 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84852024-08-28T23:03:48.473Z[ host-image] Aug 28 23:03:47.591 INFO O| Aug 28 23:03:47.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
84862024-08-28T23:03:48.473Z[ host-image] Aug 28 23:03:47.591 INFO O| Aug 28 23:03:47.591 INFO STEP 34 (remove_files) COMPLETE
84872024-08-28T23:03:48.476Z[ host-image] Aug 28 23:03:47.591 INFO O| Aug 28 23:03:47.591 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84882024-08-28T23:03:48.481Z[ host-image] Aug 28 23:03:47.600 INFO O| Aug 28 23:03:47.600 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84892024-08-28T23:03:48.481Z[ host-image] Aug 28 23:03:47.600 INFO O| Aug 28 23:03:47.600 INFO STEP 35 (remove_files) COMPLETE
84902024-08-28T23:03:48.484Z[ host-image] Aug 28 23:03:47.600 INFO O| Aug 28 23:03:47.600 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84912024-08-28T23:03:48.491Z[ host-image] Aug 28 23:03:47.609 INFO O| Aug 28 23:03:47.609 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84922024-08-28T23:03:48.491Z[ host-image] Aug 28 23:03:47.609 INFO O| Aug 28 23:03:47.609 INFO STEP 36 (remove_files) COMPLETE
84932024-08-28T23:03:48.491Z[ host-image] Aug 28 23:03:47.609 INFO O| Aug 28 23:03:47.609 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84942024-08-28T23:03:48.500Z[ host-image] Aug 28 23:03:47.618 INFO O| Aug 28 23:03:47.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84952024-08-28T23:03:48.500Z[ host-image] Aug 28 23:03:47.619 INFO O| Aug 28 23:03:47.619 INFO STEP 37 (remove_files) COMPLETE
84962024-08-28T23:03:48.503Z[ host-image] Aug 28 23:03:47.619 INFO O| Aug 28 23:03:47.619 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84972024-08-28T23:03:48.510Z[ host-image] Aug 28 23:03:47.628 INFO O| Aug 28 23:03:47.628 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84982024-08-28T23:03:48.512Z[ host-image] Aug 28 23:03:47.628 INFO O| Aug 28 23:03:47.628 INFO STEP 38 (remove_files) COMPLETE
84992024-08-28T23:03:48.512Z[ host-image] Aug 28 23:03:47.628 INFO O| Aug 28 23:03:47.628 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85002024-08-28T23:03:48.520Z[ host-image] Aug 28 23:03:47.638 INFO O| Aug 28 23:03:47.638 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85012024-08-28T23:03:48.520Z[ host-image] Aug 28 23:03:47.638 INFO O| Aug 28 23:03:47.638 INFO STEP 39 (remove_files) COMPLETE
85022024-08-28T23:03:48.522Z[ host-image] Aug 28 23:03:47.638 INFO O| Aug 28 23:03:47.638 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85032024-08-28T23:03:48.529Z[ host-image] Aug 28 23:03:47.647 INFO O| Aug 28 23:03:47.647 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85042024-08-28T23:03:48.529Z[ host-image] Aug 28 23:03:47.647 INFO O| Aug 28 23:03:47.647 INFO STEP 40 (remove_files) COMPLETE
85052024-08-28T23:03:48.531Z[ host-image] Aug 28 23:03:47.647 INFO O| Aug 28 23:03:47.647 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85062024-08-28T23:03:48.538Z[ host-image] Aug 28 23:03:47.657 INFO O| Aug 28 23:03:47.657 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85072024-08-28T23:03:48.540Z[ host-image] Aug 28 23:03:47.657 INFO O| Aug 28 23:03:47.657 INFO STEP 41 (remove_files) COMPLETE
85082024-08-28T23:03:48.540Z[ host-image] Aug 28 23:03:47.657 INFO O| Aug 28 23:03:47.657 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85092024-08-28T23:03:48.548Z[ host-image] Aug 28 23:03:47.666 INFO O| Aug 28 23:03:47.666 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85102024-08-28T23:03:48.548Z[ host-image] Aug 28 23:03:47.666 INFO O| Aug 28 23:03:47.666 INFO STEP 42 (remove_files) COMPLETE
85112024-08-28T23:03:48.550Z[ host-image] Aug 28 23:03:47.666 INFO O| Aug 28 23:03:47.666 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85122024-08-28T23:03:48.557Z[ host-image] Aug 28 23:03:47.676 INFO O| Aug 28 23:03:47.675 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85132024-08-28T23:03:48.560Z[ host-image] Aug 28 23:03:47.676 INFO O| Aug 28 23:03:47.676 INFO STEP 43 (remove_files) COMPLETE
85142024-08-28T23:03:48.560Z[ host-image] Aug 28 23:03:47.676 INFO O| Aug 28 23:03:47.676 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85152024-08-28T23:03:48.567Z[ host-image] Aug 28 23:03:47.685 INFO O| Aug 28 23:03:47.685 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85162024-08-28T23:03:48.569Z[ host-image] Aug 28 23:03:47.685 INFO O| Aug 28 23:03:47.685 INFO STEP 44 (remove_files) COMPLETE
85172024-08-28T23:03:48.569Z[ host-image] Aug 28 23:03:47.685 INFO O| Aug 28 23:03:47.685 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85182024-08-28T23:03:48.576Z[ host-image] Aug 28 23:03:47.694 INFO O| Aug 28 23:03:47.694 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85192024-08-28T23:03:48.576Z[ host-image] Aug 28 23:03:47.694 INFO O| Aug 28 23:03:47.694 INFO STEP 45 (remove_files) COMPLETE
85202024-08-28T23:03:48.576Z[ host-image] Aug 28 23:03:47.694 INFO O| Aug 28 23:03:47.694 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85212024-08-28T23:03:48.586Z[ host-image] Aug 28 23:03:47.704 INFO O| Aug 28 23:03:47.704 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85222024-08-28T23:03:48.586Z[ host-image] Aug 28 23:03:47.704 INFO O| Aug 28 23:03:47.704 INFO STEP 46 (remove_files) COMPLETE
85232024-08-28T23:03:48.588Z[ host-image] Aug 28 23:03:47.704 INFO O| Aug 28 23:03:47.704 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85242024-08-28T23:03:48.595Z[ host-image] Aug 28 23:03:47.714 INFO O| Aug 28 23:03:47.713 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85252024-08-28T23:03:48.595Z[ host-image] Aug 28 23:03:47.714 INFO O| Aug 28 23:03:47.714 INFO STEP 47 (remove_files) COMPLETE
85262024-08-28T23:03:48.598Z[ host-image] Aug 28 23:03:47.714 INFO O| Aug 28 23:03:47.714 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85272024-08-28T23:03:48.604Z[ host-image] Aug 28 23:03:47.723 INFO O| Aug 28 23:03:47.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85282024-08-28T23:03:48.607Z[ host-image] Aug 28 23:03:47.723 INFO O| Aug 28 23:03:47.723 INFO STEP 48 (remove_files) COMPLETE
85292024-08-28T23:03:48.607Z[ host-image] Aug 28 23:03:47.723 INFO O| Aug 28 23:03:47.723 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85302024-08-28T23:03:48.614Z[ host-image] Aug 28 23:03:47.732 INFO O| Aug 28 23:03:47.732 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85312024-08-28T23:03:48.614Z[ host-image] Aug 28 23:03:47.733 INFO O| Aug 28 23:03:47.733 INFO STEP 49 (remove_files) COMPLETE
85322024-08-28T23:03:48.616Z[ host-image] Aug 28 23:03:47.733 INFO O| Aug 28 23:03:47.733 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85332024-08-28T23:03:48.623Z[ host-image] Aug 28 23:03:47.742 INFO O| Aug 28 23:03:47.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85342024-08-28T23:03:48.624Z[ host-image] Aug 28 23:03:47.742 INFO O| Aug 28 23:03:47.742 INFO STEP 50 (remove_files) COMPLETE
85352024-08-28T23:03:48.626Z[ host-image] Aug 28 23:03:47.742 INFO O| Aug 28 23:03:47.742 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85362024-08-28T23:03:48.633Z[ host-image] Aug 28 23:03:47.751 INFO O| Aug 28 23:03:47.751 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85372024-08-28T23:03:48.633Z[ host-image] Aug 28 23:03:47.751 INFO O| Aug 28 23:03:47.751 INFO STEP 51 (remove_files) COMPLETE
85382024-08-28T23:03:48.633Z[ host-image] Aug 28 23:03:47.751 INFO O| Aug 28 23:03:47.751 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85392024-08-28T23:03:48.642Z[ host-image] Aug 28 23:03:47.761 INFO O| Aug 28 23:03:47.761 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85402024-08-28T23:03:48.642Z[ host-image] Aug 28 23:03:47.761 INFO O| Aug 28 23:03:47.761 INFO STEP 52 (remove_files) COMPLETE
85412024-08-28T23:03:48.642Z[ host-image] Aug 28 23:03:47.761 INFO O| Aug 28 23:03:47.761 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85422024-08-28T23:03:48.652Z[ host-image] Aug 28 23:03:47.770 INFO O| Aug 28 23:03:47.770 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85432024-08-28T23:03:48.654Z[ host-image] Aug 28 23:03:47.770 INFO O| Aug 28 23:03:47.770 INFO STEP 53 (remove_files) COMPLETE
85442024-08-28T23:03:48.654Z[ host-image] Aug 28 23:03:47.770 INFO O| Aug 28 23:03:47.770 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85452024-08-28T23:03:48.663Z[ host-image] Aug 28 23:03:47.782 INFO O| Aug 28 23:03:47.781 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85462024-08-28T23:03:48.663Z[ host-image] Aug 28 23:03:47.782 INFO O| Aug 28 23:03:47.782 INFO STEP 54 (remove_files) COMPLETE
85472024-08-28T23:03:48.666Z[ host-image] Aug 28 23:03:47.782 INFO O| Aug 28 23:03:47.782 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85482024-08-28T23:03:48.674Z[ host-image] Aug 28 23:03:47.792 INFO O| Aug 28 23:03:47.792 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85492024-08-28T23:03:48.676Z[ host-image] Aug 28 23:03:47.792 INFO O| Aug 28 23:03:47.792 INFO STEP 55 (remove_files) COMPLETE
85502024-08-28T23:03:48.676Z[ host-image] Aug 28 23:03:47.792 INFO O| Aug 28 23:03:47.792 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85512024-08-28T23:03:48.685Z[ host-image] Aug 28 23:03:47.803 INFO O| Aug 28 23:03:47.803 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85522024-08-28T23:03:48.685Z[ host-image] Aug 28 23:03:47.803 INFO O| Aug 28 23:03:47.803 INFO STEP 56 (remove_files) COMPLETE
85532024-08-28T23:03:48.685Z[ host-image] Aug 28 23:03:47.803 INFO O| Aug 28 23:03:47.803 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85542024-08-28T23:03:48.695Z[ host-image] Aug 28 23:03:47.814 INFO O| Aug 28 23:03:47.814 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85552024-08-28T23:03:48.695Z[ host-image] Aug 28 23:03:47.814 INFO O| Aug 28 23:03:47.814 INFO STEP 57 (remove_files) COMPLETE
85562024-08-28T23:03:48.698Z[ host-image] Aug 28 23:03:47.814 INFO O| Aug 28 23:03:47.814 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85572024-08-28T23:03:48.705Z[ host-image] Aug 28 23:03:47.824 INFO O| Aug 28 23:03:47.823 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85582024-08-28T23:03:48.705Z[ host-image] Aug 28 23:03:47.824 INFO O| Aug 28 23:03:47.824 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
85592024-08-28T23:03:48.708Z[ host-image] Aug 28 23:03:47.824 INFO O| Aug 28 23:03:47.824 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85602024-08-28T23:03:48.708Z[ host-image] Aug 28 23:03:47.824 INFO O| Aug 28 23:03:47.824 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85612024-08-28T23:03:48.708Z[ host-image] Aug 28 23:03:47.824 INFO O| Aug 28 23:03:47.824 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85622024-08-28T23:03:48.708Z[ host-image] Aug 28 23:03:47.824 INFO O| Aug 28 23:03:47.824 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85632024-08-28T23:03:48.708Z[ host-image] Aug 28 23:03:47.824 INFO O| Aug 28 23:03:47.824 INFO ok!
85642024-08-28T23:03:48.708Z[ host-image] Aug 28 23:03:47.824 INFO O| Aug 28 23:03:47.824 INFO STEP 58 (ensure_file) COMPLETE
85652024-08-28T23:03:48.708Z[ host-image] Aug 28 23:03:47.824 INFO O| Aug 28 23:03:47.824 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85662024-08-28T23:03:48.715Z[ host-image] Aug 28 23:03:47.833 INFO O| Aug 28 23:03:47.833 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
85672024-08-28T23:03:48.715Z[ host-image] Aug 28 23:03:47.833 INFO O| Aug 28 23:03:47.833 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
85682024-08-28T23:03:48.717Z[ host-image] Aug 28 23:03:47.834 INFO O| Aug 28 23:03:47.834 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85692024-08-28T23:03:48.717Z[ host-image] Aug 28 23:03:47.834 INFO O| Aug 28 23:03:47.834 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85702024-08-28T23:03:48.717Z[ host-image] Aug 28 23:03:47.834 INFO O| Aug 28 23:03:47.834 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85712024-08-28T23:03:48.717Z[ host-image] Aug 28 23:03:47.834 INFO O| Aug 28 23:03:47.834 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85722024-08-28T23:03:48.717Z[ host-image] Aug 28 23:03:47.834 INFO O| Aug 28 23:03:47.834 INFO ok!
85732024-08-28T23:03:48.717Z[ host-image] Aug 28 23:03:47.834 INFO O| Aug 28 23:03:47.834 INFO STEP 59 (ensure_file) COMPLETE
85742024-08-28T23:03:48.717Z[ host-image] Aug 28 23:03:47.834 INFO O| Aug 28 23:03:47.834 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85752024-08-28T23:03:48.724Z[ host-image] Aug 28 23:03:47.843 INFO O| Aug 28 23:03:47.843 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
85762024-08-28T23:03:48.727Z[ host-image] Aug 28 23:03:47.843 INFO O| Aug 28 23:03:47.843 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
85772024-08-28T23:03:48.727Z[ host-image] Aug 28 23:03:47.843 INFO O| Aug 28 23:03:47.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
85782024-08-28T23:03:48.727Z[ host-image] Aug 28 23:03:47.843 INFO O| Aug 28 23:03:47.843 INFO ok!
85792024-08-28T23:03:48.727Z[ host-image] Aug 28 23:03:47.843 INFO O| Aug 28 23:03:47.843 INFO STEP 60 (ensure_file) COMPLETE
85802024-08-28T23:03:48.727Z[ host-image] Aug 28 23:03:47.843 INFO O| Aug 28 23:03:47.843 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85812024-08-28T23:03:48.736Z[ host-image] Aug 28 23:03:47.854 INFO O| Aug 28 23:03:47.854 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
85822024-08-28T23:03:48.736Z[ host-image] Aug 28 23:03:47.854 INFO O| Aug 28 23:03:47.854 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
85832024-08-28T23:03:48.738Z[ host-image] Aug 28 23:03:47.854 INFO O| Aug 28 23:03:47.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
85842024-08-28T23:03:48.738Z[ host-image] Aug 28 23:03:47.854 INFO O| Aug 28 23:03:47.854 INFO ok!
85852024-08-28T23:03:48.738Z[ host-image] Aug 28 23:03:47.854 INFO O| Aug 28 23:03:47.854 INFO STEP 61 (ensure_file) COMPLETE
85862024-08-28T23:03:48.738Z[ host-image] Aug 28 23:03:47.854 INFO O| Aug 28 23:03:47.854 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85872024-08-28T23:03:48.747Z[ host-image] Aug 28 23:03:47.865 INFO O| Aug 28 23:03:47.865 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85882024-08-28T23:03:48.756Z[ host-image] Aug 28 23:03:47.865 INFO O| Aug 28 23:03:47.865 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85892024-08-28T23:03:48.756Z[ host-image] Aug 28 23:03:47.866 INFO O| Aug 28 23:03:47.865 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85902024-08-28T23:03:48.756Z[ host-image] Aug 28 23:03:47.866 INFO O| Aug 28 23:03:47.866 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85912024-08-28T23:03:48.756Z[ host-image] Aug 28 23:03:47.866 INFO O| Aug 28 23:03:47.866 INFO ok!
85922024-08-28T23:03:48.756Z[ host-image] Aug 28 23:03:47.866 INFO O| Aug 28 23:03:47.866 INFO STEP 62 (ensure_file) COMPLETE
85932024-08-28T23:03:48.756Z[ host-image] Aug 28 23:03:47.866 INFO O| Aug 28 23:03:47.866 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-08-28T23:03:48.759Z[ host-image] Aug 28 23:03:47.876 INFO O| Aug 28 23:03:47.876 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85952024-08-28T23:03:48.759Z[ host-image] Aug 28 23:03:47.877 INFO O| Aug 28 23:03:47.876 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85962024-08-28T23:03:48.759Z[ host-image] Aug 28 23:03:47.877 INFO O| Aug 28 23:03:47.877 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85972024-08-28T23:03:48.759Z[ host-image] Aug 28 23:03:47.877 INFO O| Aug 28 23:03:47.877 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85982024-08-28T23:03:48.759Z[ host-image] Aug 28 23:03:47.877 INFO O| Aug 28 23:03:47.877 INFO ok!
85992024-08-28T23:03:48.759Z[ host-image] Aug 28 23:03:47.877 INFO O| Aug 28 23:03:47.877 INFO STEP 63 (ensure_file) COMPLETE
86002024-08-28T23:03:48.759Z[ host-image] Aug 28 23:03:47.877 INFO O| Aug 28 23:03:47.877 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86012024-08-28T23:03:48.768Z[ host-image] Aug 28 23:03:47.886 INFO O| Aug 28 23:03:47.886 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86022024-08-28T23:03:48.768Z[ host-image] Aug 28 23:03:47.886 INFO O| Aug 28 23:03:47.886 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86032024-08-28T23:03:48.770Z[ host-image] Aug 28 23:03:47.886 INFO O| Aug 28 23:03:47.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86042024-08-28T23:03:48.770Z[ host-image] Aug 28 23:03:47.886 INFO O| Aug 28 23:03:47.886 INFO ok!
86052024-08-28T23:03:48.770Z[ host-image] Aug 28 23:03:47.886 INFO O| Aug 28 23:03:47.886 INFO STEP 64 (assemble_files) COMPLETE
86062024-08-28T23:03:48.770Z[ host-image] Aug 28 23:03:47.886 INFO O| Aug 28 23:03:47.886 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86072024-08-28T23:03:48.777Z[ host-image] Aug 28 23:03:47.896 INFO O| Aug 28 23:03:47.896 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86082024-08-28T23:03:48.777Z[ host-image] Aug 28 23:03:47.896 INFO O| Aug 28 23:03:47.896 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86092024-08-28T23:03:48.780Z[ host-image] Aug 28 23:03:47.896 INFO O| Aug 28 23:03:47.896 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86102024-08-28T23:03:48.780Z[ host-image] Aug 28 23:03:47.896 INFO O| Aug 28 23:03:47.896 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86112024-08-28T23:03:48.780Z[ host-image] Aug 28 23:03:47.896 INFO O| Aug 28 23:03:47.896 INFO ok!
86122024-08-28T23:03:48.780Z[ host-image] Aug 28 23:03:47.896 INFO O| Aug 28 23:03:47.896 INFO STEP 65 (ensure_file) COMPLETE
86132024-08-28T23:03:48.780Z[ host-image] Aug 28 23:03:47.896 INFO O| Aug 28 23:03:47.896 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86142024-08-28T23:03:48.788Z[ host-image] Aug 28 23:03:47.907 INFO O| Aug 28 23:03:47.906 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86152024-08-28T23:03:48.791Z[ host-image] Aug 28 23:03:47.907 INFO O| Aug 28 23:03:47.907 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86162024-08-28T23:03:48.791Z[ host-image] Aug 28 23:03:47.907 INFO O| Aug 28 23:03:47.907 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86172024-08-28T23:03:48.791Z[ host-image] Aug 28 23:03:47.907 INFO O| Aug 28 23:03:47.907 INFO STEP 66 (ensure_dir) COMPLETE
86182024-08-28T23:03:48.791Z[ host-image] Aug 28 23:03:47.907 INFO O| Aug 28 23:03:47.907 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86192024-08-28T23:03:48.803Z[ host-image] Aug 28 23:03:47.916 INFO O| Aug 28 23:03:47.916 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86202024-08-28T23:03:48.803Z[ host-image] Aug 28 23:03:47.916 INFO O| Aug 28 23:03:47.916 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 ...
86212024-08-28T23:03:48.806Z[ host-image] Aug 28 23:03:47.923 INFO O| Aug 28 23:03:47.923 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
86222024-08-28T23:03:48.806Z[ host-image] Aug 28 23:03:47.923 INFO O| Aug 28 23:03:47.923 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86232024-08-28T23:03:48.806Z[ host-image] Aug 28 23:03:47.923 INFO O| Aug 28 23:03:47.923 INFO ok!
86242024-08-28T23:03:48.807Z[ host-image] Aug 28 23:03:47.923 INFO O| Aug 28 23:03:47.923 INFO STEP 67 (ensure_file) COMPLETE
86252024-08-28T23:03:48.807Z[ host-image] Aug 28 23:03:47.923 INFO O| Aug 28 23:03:47.923 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86262024-08-28T23:03:48.815Z[ host-image] Aug 28 23:03:47.933 INFO O| Aug 28 23:03:47.933 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86272024-08-28T23:03:48.815Z[ host-image] Aug 28 23:03:47.933 INFO O| Aug 28 23:03:47.933 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 ...
86282024-08-28T23:03:48.817Z[ host-image] Aug 28 23:03:47.933 INFO O| Aug 28 23:03:47.933 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
86292024-08-28T23:03:48.817Z[ host-image] Aug 28 23:03:47.933 INFO O| Aug 28 23:03:47.933 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86302024-08-28T23:03:48.817Z[ host-image] Aug 28 23:03:47.933 INFO O| Aug 28 23:03:47.933 INFO ok!
86312024-08-28T23:03:48.817Z[ host-image] Aug 28 23:03:47.933 INFO O| Aug 28 23:03:47.933 INFO STEP 68 (ensure_file) COMPLETE
86322024-08-28T23:03:48.817Z[ host-image] Aug 28 23:03:47.933 INFO O| Aug 28 23:03:47.933 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86332024-08-28T23:03:48.829Z[ host-image] Aug 28 23:03:47.947 INFO O| Aug 28 23:03:47.947 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86342024-08-28T23:03:48.829Z[ host-image] Aug 28 23:03:47.947 INFO O| Aug 28 23:03:47.947 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86352024-08-28T23:03:49.160Z[ recovery-image] Aug 28 23:03:48.279 INFO creating reset image...
86362024-08-28T23:03:49.163Z[ recovery-image] Aug 28 23:03:48.279 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86372024-08-28T23:03:49.391Z[ recovery-image] Aug 28 23:03:48.509 INFO E| Updating crates.io index
86382024-08-28T23:03:49.475Z[ recovery-image] Aug 28 23:03:48.592 INFO E| Downloading crates ...
86392024-08-28T23:03:49.572Z[ recovery-image] Aug 28 23:03:48.690 INFO E| Downloaded shared_child v1.0.0
86402024-08-28T23:03:49.576Z[ recovery-image] Aug 28 23:03:48.695 INFO E| Downloaded duct v0.13.7
86412024-08-28T23:03:49.581Z[ recovery-image] Aug 28 23:03:48.700 INFO E| Downloaded anstyle v1.0.6
86422024-08-28T23:03:49.589Z[ recovery-image] Aug 28 23:03:48.707 INFO E| Downloaded proc-macro2 v1.0.79
86432024-08-28T23:03:49.592Z[ recovery-image] Aug 28 23:03:48.710 INFO E| Downloaded anstyle-query v1.0.2
86442024-08-28T23:03:49.608Z[ recovery-image] Aug 28 23:03:48.726 INFO E| Downloaded anstream v0.6.13
86452024-08-28T23:03:49.611Z[ recovery-image] Aug 28 23:03:48.729 INFO E| Downloaded clap_derive v4.5.3
86462024-08-28T23:03:49.613Z[ recovery-image] Aug 28 23:03:48.731 INFO E| Downloaded clap v4.5.3
86472024-08-28T23:03:49.622Z[ recovery-image] Aug 28 23:03:48.741 INFO E| Downloaded anstyle-parse v0.2.3
86482024-08-28T23:03:49.625Z[ recovery-image] Aug 28 23:03:48.744 INFO E| Downloaded os_pipe v1.1.5
86492024-08-28T23:03:49.638Z[ recovery-image] Aug 28 23:03:48.755 INFO E| Downloaded syn v2.0.53
86502024-08-28T23:03:49.668Z[ recovery-image] Aug 28 23:03:48.786 INFO E| Downloaded libc v0.2.153
86512024-08-28T23:03:49.742Z[ recovery-image] Aug 28 23:03:48.860 INFO E| Compiling proc-macro2 v1.0.79
86522024-08-28T23:03:49.742Z[ recovery-image] Aug 28 23:03:48.860 INFO E| Compiling libc v0.2.153
86532024-08-28T23:03:49.742Z[ recovery-image] Aug 28 23:03:48.860 INFO E| Compiling unicode-ident v1.0.12
86542024-08-28T23:03:49.745Z[ recovery-image] Aug 28 23:03:48.860 INFO E| Compiling utf8parse v0.2.1
86552024-08-28T23:03:49.745Z[ recovery-image] Aug 28 23:03:48.860 INFO E| Compiling colorchoice v1.0.0
86562024-08-28T23:03:49.745Z[ recovery-image] Aug 28 23:03:48.861 INFO E| Compiling anstyle-query v1.0.2
86572024-08-28T23:03:49.747Z[ recovery-image] Aug 28 23:03:48.866 INFO E| Compiling anstyle v1.0.6
86582024-08-28T23:03:49.747Z[ recovery-image] Aug 28 23:03:48.866 INFO E| Compiling strsim v0.11.0
86592024-08-28T23:03:49.986Z[ recovery-image] Aug 28 23:03:49.104 INFO E| Compiling anstyle-parse v0.2.3
86602024-08-28T23:03:50.035Z[ recovery-image] Aug 28 23:03:49.143 INFO E| Compiling heck v0.5.0
86612024-08-28T23:03:50.038Z[ recovery-image] Aug 28 23:03:49.148 INFO E| Compiling clap_lex v0.7.0
86622024-08-28T23:03:50.137Z[ recovery-image] Aug 28 23:03:49.255 INFO E| Compiling once_cell v1.19.0
86632024-08-28T23:03:50.304Z[ recovery-image] Aug 28 23:03:49.422 INFO E| Compiling anstream v0.6.13
86642024-08-28T23:03:50.767Z[ recovery-image] Aug 28 23:03:49.885 INFO E| Compiling clap_builder v4.5.2
86652024-08-28T23:03:51.357Z[ recovery-image] Aug 28 23:03:50.475 INFO E| Compiling os_pipe v1.1.5
86662024-08-28T23:03:51.357Z[ recovery-image] Aug 28 23:03:50.475 INFO E| Compiling shared_child v1.0.0
86672024-08-28T23:03:51.508Z[ recovery-image] Aug 28 23:03:50.626 INFO E| Compiling duct v0.13.7
86682024-08-28T23:03:51.519Z[ host-image] Aug 28 23:03:50.637 INFO O| Aug 28 23:03:50.637 INFO STEP 69 (pack_tar) COMPLETE
86692024-08-28T23:03:51.519Z[ host-image] Aug 28 23:03:50.637 INFO O| Aug 28 23:03:50.637 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86702024-08-28T23:03:51.521Z[ host-image] Aug 28 23:03:50.637 INFO O| Aug 28 23:03:50.637 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86712024-08-28T23:03:51.607Z[ recovery-image] Aug 28 23:03:50.725 INFO E| Compiling quote v1.0.35
86722024-08-28T23:03:52.039Z[ recovery-image] Aug 28 23:03:51.157 INFO E| Compiling syn v2.0.53
86732024-08-28T23:03:52.169Z[ host-image] Aug 28 23:03:51.287 INFO O| Aug 28 23:03:51.287 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86742024-08-28T23:03:52.289Z[ host-image] Aug 28 23:03:51.407 INFO O| Aug 28 23:03:51.407 INFO completed processing gimlet/ramdisk-02-trim
86752024-08-28T23:03:52.291Z[ host-image] Aug 28 23:03:51.409 INFO image builder template: zfs...
86762024-08-28T23:03:52.291Z[ host-image] Aug 28 23:03:51.409 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/.tmprIy4Nm/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
86772024-08-28T23:03:52.314Z[ host-image] Aug 28 23:03:51.432 INFO O| Aug 28 23:03:51.432 INFO skip include "stress" because feature "stress" is not enabled
86782024-08-28T23:03:52.362Z[ host-image] Aug 28 23:03:51.480 INFO O| Aug 28 23:03:51.480 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86792024-08-28T23:03:52.368Z[ host-image] Aug 28 23:03:51.486 INFO O| Aug 28 23:03:51.486 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86802024-08-28T23:03:52.525Z[ host-image] Aug 28 23:03:51.643 INFO O| Aug 28 23:03:51.643 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86812024-08-28T23:03:52.609Z[ host-image] Aug 28 23:03:51.727 INFO O| Aug 28 23:03:51.727 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86822024-08-28T23:03:52.609Z[ host-image] Aug 28 23:03:51.727 INFO O| Aug 28 23:03:51.727 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86832024-08-28T23:03:52.616Z[ host-image] Aug 28 23:03:51.734 INFO O| Aug 28 23:03:51.734 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86842024-08-28T23:03:52.812Z[ host-image] Aug 28 23:03:51.930 INFO O| Aug 28 23:03:51.930 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86852024-08-28T23:03:52.932Z[ host-image] Aug 28 23:03:52.050 INFO O| Aug 28 23:03:52.050 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86862024-08-28T23:03:52.951Z[ host-image] Aug 28 23:03:52.070 INFO O| Aug 28 23:03:52.070 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86872024-08-28T23:03:52.961Z[ host-image] Aug 28 23:03:52.080 INFO O| Aug 28 23:03:52.080 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86882024-08-28T23:03:52.964Z[ host-image] Aug 28 23:03:52.080 INFO O| Aug 28 23:03:52.080 INFO no lofi found
86892024-08-28T23:03:52.964Z[ host-image] Aug 28 23:03:52.080 INFO O| Aug 28 23:03:52.080 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86902024-08-28T23:03:52.964Z[ host-image] Aug 28 23:03:52.080 INFO O| Aug 28 23:03:52.080 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86912024-08-28T23:03:54.894Z[ host-image] Aug 28 23:03:54.012 INFO O| Aug 28 23:03:54.012 INFO lofi device = /dev/dsk/c2t1d0p0
86922024-08-28T23:03:54.894Z[ host-image] Aug 28 23:03:54.012 INFO O| Aug 28 23:03:54.012 INFO pool device = /dev/dsk/c2t1d0p0
86932024-08-28T23:03:54.894Z[ host-image] Aug 28 23:03:54.012 INFO O| Aug 28 23:03:54.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
86942024-08-28T23:03:54.996Z[ host-image] Aug 28 23:03:54.115 INFO O| Aug 28 23:03:54.115 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86952024-08-28T23:03:54.996Z[ host-image] Aug 28 23:03:54.115 INFO O| Aug 28 23:03:54.115 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
86962024-08-28T23:03:55.028Z[ host-image] Aug 28 23:03:54.146 INFO O| Aug 28 23:03:54.146 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
86972024-08-28T23:03:55.102Z[ host-image] Aug 28 23:03:54.220 INFO O| Aug 28 23:03:54.220 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
86982024-08-28T23:03:55.157Z[ host-image] Aug 28 23:03:54.275 INFO O| Aug 28 23:03:54.275 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
86992024-08-28T23:03:55.177Z[ host-image] Aug 28 23:03:54.296 INFO O| Aug 28 23:03:54.296 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87002024-08-28T23:03:55.193Z[ host-image] Aug 28 23:03:54.312 INFO O| Aug 28 23:03:54.312 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87012024-08-28T23:03:55.262Z[ host-image] Aug 28 23:03:54.381 INFO O| Aug 28 23:03:54.381 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87022024-08-28T23:03:55.262Z[ host-image] Aug 28 23:03:54.381 INFO O| Aug 28 23:03:54.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87032024-08-28T23:03:55.265Z[ host-image] Aug 28 23:03:54.381 INFO O| Aug 28 23:03:54.381 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87042024-08-28T23:03:55.276Z[ host-image] Aug 28 23:03:54.394 INFO O| Aug 28 23:03:54.394 INFO boot environment UUID: 1c16791e-80a7-4e50-ad9c-6eb9a7f8d36e
87052024-08-28T23:03:55.276Z[ host-image] Aug 28 23:03:54.394 INFO O| Aug 28 23:03:54.394 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1c16791e-80a7-4e50-ad9c-6eb9a7f8d36e
87062024-08-28T23:03:55.294Z[ host-image] Aug 28 23:03:54.413 INFO O| Aug 28 23:03:54.413 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87072024-08-28T23:03:55.313Z[ host-image] Aug 28 23:03:54.431 INFO O| Aug 28 23:03:54.431 INFO STEP 0 (create_be) COMPLETE
87082024-08-28T23:03:55.316Z[ host-image] Aug 28 23:03:54.431 INFO O| Aug 28 23:03:54.431 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87092024-08-28T23:03:55.335Z[ host-image] Aug 28 23:03:54.453 INFO O| Aug 28 23:03:54.453 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
87102024-08-28T23:03:58.714Z[ recovery-image] Aug 28 23:03:57.833 INFO E| Compiling clap_derive v4.5.3
87112024-08-28T23:04:01.561Z[ recovery-image] Aug 28 23:04:00.679 INFO E| Compiling clap v4.5.3
87122024-08-28T23:04:01.645Z[ recovery-image] Aug 28 23:04:00.764 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
87132024-08-28T23:04:03.265Z[ recovery-image] Aug 28 23:04:02.384 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s
87142024-08-28T23:04:03.276Z[ recovery-image] Aug 28 23:04:02.396 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87152024-08-28T23:04:03.444Z[ recovery-image] Aug 28 23:04:02.563 INFO E| Updating crates.io index
87162024-08-28T23:04:03.611Z[ recovery-image] Aug 28 23:04:02.730 INFO E| Downloading crates ...
87172024-08-28T23:04:03.675Z[ recovery-image] Aug 28 23:04:02.794 INFO E| Downloaded cpio_reader v0.1.1
87182024-08-28T23:04:03.699Z[ recovery-image] Aug 28 23:04:02.817 INFO E| Downloaded bit_field v0.10.2
87192024-08-28T23:04:03.718Z[ recovery-image] Aug 28 23:04:02.835 INFO E| Downloaded raw-cpuid v10.7.0
87202024-08-28T23:04:03.722Z[ recovery-image] Aug 28 23:04:02.841 INFO E| Downloaded seq-macro v0.3.5
87212024-08-28T23:04:03.856Z[ recovery-image] Aug 28 23:04:02.974 INFO E| Downloaded x86 v0.52.0
87222024-08-28T23:04:03.980Z[ recovery-image] Aug 28 23:04:03.099 INFO E| Updating crates.io index
87232024-08-28T23:04:04.030Z[ recovery-image] Aug 28 23:04:03.149 INFO E| Downloading crates ...
87242024-08-28T23:04:04.097Z[ recovery-image] Aug 28 23:04:03.216 INFO E| Downloaded compiler_builtins v0.1.108
87252024-08-28T23:04:04.202Z[ recovery-image] Aug 28 23:04:03.321 INFO E| Compiling compiler_builtins v0.1.108
87262024-08-28T23:04:04.202Z[ recovery-image] Aug 28 23:04:03.321 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)
87272024-08-28T23:04:04.205Z[ recovery-image] Aug 28 23:04:03.322 INFO E| Compiling proc-macro2 v1.0.79
87282024-08-28T23:04:04.205Z[ recovery-image] Aug 28 23:04:03.322 INFO E| Compiling unicode-ident v1.0.12
87292024-08-28T23:04:04.205Z[ recovery-image] Aug 28 23:04:03.322 INFO E| Compiling syn v1.0.109
87302024-08-28T23:04:04.205Z[ recovery-image] Aug 28 23:04:03.322 INFO E| Compiling x86 v0.52.0
87312024-08-28T23:04:04.205Z[ recovery-image] Aug 28 23:04:03.322 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87322024-08-28T23:04:04.205Z[ recovery-image] Aug 28 23:04:03.322 INFO E| Compiling seq-macro v0.3.5
87332024-08-28T23:04:05.915Z[ recovery-image] Aug 28 23:04:05.034 INFO E| Compiling quote v1.0.35
87342024-08-28T23:04:06.270Z[ recovery-image] Aug 28 23:04:05.386 INFO E| Compiling syn v2.0.53
87352024-08-28T23:04:12.083Z[ recovery-image] Aug 28 23:04:11.202 INFO E| Compiling scroll_derive v0.12.0
87362024-08-28T23:04:16.215Z[ recovery-image] Aug 28 23:04:15.334 INFO E| Compiling bitstruct_derive v0.1.0
87372024-08-28T23:04:17.576Z[ host-image] Aug 28 23:04:16.696 INFO O| Aug 28 23:04:16.696 INFO STEP 1 (unpack_tar) COMPLETE
87382024-08-28T23:04:17.576Z[ host-image] Aug 28 23:04:16.696 INFO O| Aug 28 23:04:16.696 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87392024-08-28T23:04:17.587Z[ host-image] Aug 28 23:04:16.707 INFO O| Aug 28 23:04:16.707 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
87402024-08-28T23:04:17.878Z[ host-image] Aug 28 23:04:16.998 INFO O| Aug 28 23:04:16.998 INFO STEP 2 (devfsadm) COMPLETE
87412024-08-28T23:04:17.878Z[ host-image] Aug 28 23:04:16.998 INFO O| Aug 28 23:04:16.998 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87422024-08-28T23:04:17.890Z[ host-image] Aug 28 23:04:17.010 INFO O| Aug 28 23:04:17.010 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87432024-08-28T23:04:17.890Z[ host-image] Aug 28 23:04:17.010 INFO O| Aug 28 23:04:17.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87442024-08-28T23:04:17.892Z[ host-image] Aug 28 23:04:17.010 INFO O| Aug 28 23:04:17.010 INFO STEP 3 (ensure_dir) COMPLETE
87452024-08-28T23:04:17.893Z[ host-image] Aug 28 23:04:17.010 INFO O| Aug 28 23:04:17.010 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87462024-08-28T23:04:17.900Z[ host-image] Aug 28 23:04:17.020 INFO O| Aug 28 23:04:17.020 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87472024-08-28T23:04:17.900Z[ host-image] Aug 28 23:04:17.020 INFO O| Aug 28 23:04:17.020 INFO STEP 4 (ensure_dir) COMPLETE
87482024-08-28T23:04:17.902Z[ host-image] Aug 28 23:04:17.020 INFO O| Aug 28 23:04:17.020 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87492024-08-28T23:04:17.909Z[ host-image] Aug 28 23:04:17.029 INFO O| Aug 28 23:04:17.029 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87502024-08-28T23:04:17.909Z[ host-image] Aug 28 23:04:17.029 INFO O| Aug 28 23:04:17.029 INFO STEP 5 (ensure_dir) COMPLETE
87512024-08-28T23:04:17.912Z[ host-image] Aug 28 23:04:17.029 INFO O| Aug 28 23:04:17.029 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87522024-08-28T23:04:17.919Z[ host-image] Aug 28 23:04:17.039 INFO O| Aug 28 23:04:17.039 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87532024-08-28T23:04:17.919Z[ host-image] Aug 28 23:04:17.039 INFO O| Aug 28 23:04:17.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87542024-08-28T23:04:17.921Z[ host-image] Aug 28 23:04:17.039 INFO O| Aug 28 23:04:17.039 INFO STEP 6 (ensure_dir) COMPLETE
87552024-08-28T23:04:17.921Z[ host-image] Aug 28 23:04:17.039 INFO O| Aug 28 23:04:17.039 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87562024-08-28T23:04:17.928Z[ host-image] Aug 28 23:04:17.049 INFO O| Aug 28 23:04:17.049 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87572024-08-28T23:04:17.928Z[ host-image] Aug 28 23:04:17.049 INFO O| Aug 28 23:04:17.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87582024-08-28T23:04:17.929Z[ host-image] Aug 28 23:04:17.049 INFO O| Aug 28 23:04:17.049 INFO STEP 7 (ensure_dir) COMPLETE
87592024-08-28T23:04:17.931Z[ host-image] Aug 28 23:04:17.049 INFO O| Aug 28 23:04:17.049 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87602024-08-28T23:04:17.938Z[ host-image] Aug 28 23:04:17.058 INFO O| Aug 28 23:04:17.058 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87612024-08-28T23:04:17.942Z[ host-image] Aug 28 23:04:17.058 INFO O| Aug 28 23:04:17.058 INFO STEP 8 (remove_files) COMPLETE
87622024-08-28T23:04:17.942Z[ host-image] Aug 28 23:04:17.058 INFO O| Aug 28 23:04:17.058 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87632024-08-28T23:04:17.948Z[ host-image] Aug 28 23:04:17.068 INFO O| Aug 28 23:04:17.068 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87642024-08-28T23:04:17.950Z[ host-image] Aug 28 23:04:17.069 INFO O| Aug 28 23:04:17.068 INFO STEP 9 (remove_files) COMPLETE
87652024-08-28T23:04:17.950Z[ host-image] Aug 28 23:04:17.069 INFO O| Aug 28 23:04:17.069 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87662024-08-28T23:04:17.958Z[ host-image] Aug 28 23:04:17.078 INFO O| Aug 28 23:04:17.078 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
87672024-08-28T23:04:17.960Z[ host-image] Aug 28 23:04:17.079 INFO O| Aug 28 23:04:17.079 INFO STEP 10 (remove_files) COMPLETE
87682024-08-28T23:04:17.960Z[ host-image] Aug 28 23:04:17.079 INFO O| Aug 28 23:04:17.079 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87692024-08-28T23:04:17.968Z[ host-image] Aug 28 23:04:17.088 INFO O| Aug 28 23:04:17.088 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
87702024-08-28T23:04:17.970Z[ host-image] Aug 28 23:04:17.088 INFO O| Aug 28 23:04:17.088 INFO STEP 11 (remove_files) COMPLETE
87712024-08-28T23:04:17.970Z[ host-image] Aug 28 23:04:17.088 INFO O| Aug 28 23:04:17.088 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87722024-08-28T23:04:17.977Z[ host-image] Aug 28 23:04:17.097 INFO O| Aug 28 23:04:17.097 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
87732024-08-28T23:04:17.980Z[ host-image] Aug 28 23:04:17.098 INFO O| Aug 28 23:04:17.098 INFO STEP 12 (remove_files) COMPLETE
87742024-08-28T23:04:17.980Z[ host-image] Aug 28 23:04:17.098 INFO O| Aug 28 23:04:17.098 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87752024-08-28T23:04:17.987Z[ host-image] Aug 28 23:04:17.107 INFO O| Aug 28 23:04:17.107 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87762024-08-28T23:04:17.990Z[ host-image] Aug 28 23:04:17.107 INFO O| Aug 28 23:04:17.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87772024-08-28T23:04:17.990Z[ host-image] Aug 28 23:04:17.107 INFO O| Aug 28 23:04:17.107 INFO STEP 13 (ensure_dir) COMPLETE
87782024-08-28T23:04:17.990Z[ host-image] Aug 28 23:04:17.107 INFO O| Aug 28 23:04:17.107 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792024-08-28T23:04:17.997Z[ host-image] Aug 28 23:04:17.117 INFO O| Aug 28 23:04:17.117 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87802024-08-28T23:04:17.997Z[ host-image] Aug 28 23:04:17.117 INFO O| Aug 28 23:04:17.117 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87812024-08-28T23:04:17.999Z[ host-image] Aug 28 23:04:17.117 INFO O| Aug 28 23:04:17.117 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87822024-08-28T23:04:17.999Z[ host-image] Aug 28 23:04:17.117 INFO O| Aug 28 23:04:17.117 INFO STEP 14 (ensure_dir) COMPLETE
87832024-08-28T23:04:17.999Z[ host-image] Aug 28 23:04:17.117 INFO O| Aug 28 23:04:17.117 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87842024-08-28T23:04:18.006Z[ host-image] Aug 28 23:04:17.126 INFO O| Aug 28 23:04:17.126 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87852024-08-28T23:04:18.009Z[ host-image] Aug 28 23:04:17.127 INFO O| Aug 28 23:04:17.127 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87862024-08-28T23:04:18.009Z[ host-image] Aug 28 23:04:17.127 INFO O| Aug 28 23:04:17.127 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87872024-08-28T23:04:18.009Z[ host-image] Aug 28 23:04:17.127 INFO O| Aug 28 23:04:17.127 INFO STEP 15 (ensure_dir) COMPLETE
87882024-08-28T23:04:18.009Z[ host-image] Aug 28 23:04:17.127 INFO O| Aug 28 23:04:17.127 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87892024-08-28T23:04:18.016Z[ host-image] Aug 28 23:04:17.136 INFO O| Aug 28 23:04:17.136 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87902024-08-28T23:04:18.019Z[ host-image] Aug 28 23:04:17.136 INFO O| Aug 28 23:04:17.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87912024-08-28T23:04:18.019Z[ host-image] Aug 28 23:04:17.136 INFO O| Aug 28 23:04:17.136 INFO STEP 16 (ensure_dir) COMPLETE
87922024-08-28T23:04:18.019Z[ host-image] Aug 28 23:04:17.136 INFO O| Aug 28 23:04:17.136 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87932024-08-28T23:04:18.026Z[ host-image] Aug 28 23:04:17.146 INFO O| Aug 28 23:04:17.146 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87942024-08-28T23:04:18.026Z[ host-image] Aug 28 23:04:17.146 INFO O| Aug 28 23:04:17.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87952024-08-28T23:04:18.028Z[ host-image] Aug 28 23:04:17.146 INFO O| Aug 28 23:04:17.146 INFO STEP 17 (ensure_dir) COMPLETE
87962024-08-28T23:04:18.028Z[ host-image] Aug 28 23:04:17.146 INFO O| Aug 28 23:04:17.146 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87972024-08-28T23:04:18.035Z[ host-image] Aug 28 23:04:17.156 INFO O| Aug 28 23:04:17.155 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87982024-08-28T23:04:18.035Z[ host-image] Aug 28 23:04:17.156 INFO O| Aug 28 23:04:17.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
87992024-08-28T23:04:18.038Z[ host-image] Aug 28 23:04:17.156 INFO O| Aug 28 23:04:17.156 INFO ok!
88002024-08-28T23:04:18.038Z[ host-image] Aug 28 23:04:17.156 INFO O| Aug 28 23:04:17.156 INFO STEP 18 (ensure_symlink) COMPLETE
88012024-08-28T23:04:18.038Z[ host-image] Aug 28 23:04:17.156 INFO O| Aug 28 23:04:17.156 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88022024-08-28T23:04:18.045Z[ host-image] Aug 28 23:04:17.165 INFO O| Aug 28 23:04:17.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
88032024-08-28T23:04:18.045Z[ host-image] Aug 28 23:04:17.165 INFO O| Aug 28 23:04:17.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88042024-08-28T23:04:18.048Z[ host-image] Aug 28 23:04:17.165 INFO O| Aug 28 23:04:17.165 INFO ok!
88052024-08-28T23:04:18.048Z[ host-image] Aug 28 23:04:17.165 INFO O| Aug 28 23:04:17.165 INFO STEP 19 (ensure_file) COMPLETE
88062024-08-28T23:04:18.048Z[ host-image] Aug 28 23:04:17.165 INFO O| Aug 28 23:04:17.165 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88072024-08-28T23:04:18.055Z[ host-image] Aug 28 23:04:17.175 INFO O| Aug 28 23:04:17.175 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88082024-08-28T23:04:18.055Z[ host-image] Aug 28 23:04:17.175 INFO O| Aug 28 23:04:17.175 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88092024-08-28T23:04:18.057Z[ host-image] Aug 28 23:04:17.175 INFO O| Aug 28 23:04:17.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88102024-08-28T23:04:18.057Z[ host-image] Aug 28 23:04:17.175 INFO O| Aug 28 23:04:17.175 INFO ok!
88112024-08-28T23:04:18.057Z[ host-image] Aug 28 23:04:17.175 INFO O| Aug 28 23:04:17.175 INFO STEP 20 (ensure_symlink) COMPLETE
88122024-08-28T23:04:18.057Z[ host-image] Aug 28 23:04:17.175 INFO O| Aug 28 23:04:17.175 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88132024-08-28T23:04:18.065Z[ host-image] Aug 28 23:04:17.185 INFO O| Aug 28 23:04:17.184 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88142024-08-28T23:04:18.065Z[ host-image] Aug 28 23:04:17.185 INFO O| Aug 28 23:04:17.185 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88152024-08-28T23:04:18.074Z[ host-image] Aug 28 23:04:17.185 INFO O| Aug 28 23:04:17.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88162024-08-28T23:04:18.074Z[ host-image] Aug 28 23:04:17.185 INFO O| Aug 28 23:04:17.185 INFO ok!
88172024-08-28T23:04:18.074Z[ host-image] Aug 28 23:04:17.185 INFO O| Aug 28 23:04:17.185 INFO STEP 21 (ensure_symlink) COMPLETE
88182024-08-28T23:04:18.074Z[ host-image] Aug 28 23:04:17.185 INFO O| Aug 28 23:04:17.185 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88192024-08-28T23:04:18.081Z[ host-image] Aug 28 23:04:17.194 INFO O| Aug 28 23:04:17.194 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88202024-08-28T23:04:18.081Z[ host-image] Aug 28 23:04:17.194 INFO O| Aug 28 23:04:17.194 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88212024-08-28T23:04:18.081Z[ host-image] Aug 28 23:04:17.194 INFO O| Aug 28 23:04:17.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88222024-08-28T23:04:18.081Z[ host-image] Aug 28 23:04:17.194 INFO O| Aug 28 23:04:17.194 INFO ok!
88232024-08-28T23:04:18.081Z[ host-image] Aug 28 23:04:17.194 INFO O| Aug 28 23:04:17.194 INFO STEP 22 (ensure_symlink) COMPLETE
88242024-08-28T23:04:18.081Z[ host-image] Aug 28 23:04:17.194 INFO O| Aug 28 23:04:17.194 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88252024-08-28T23:04:18.084Z[ host-image] Aug 28 23:04:17.204 INFO O| Aug 28 23:04:17.204 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88262024-08-28T23:04:18.086Z[ host-image] Aug 28 23:04:17.204 INFO O| Aug 28 23:04:17.204 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88272024-08-28T23:04:18.086Z[ host-image] Aug 28 23:04:17.204 INFO O| Aug 28 23:04:17.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88282024-08-28T23:04:18.086Z[ host-image] Aug 28 23:04:17.204 INFO O| Aug 28 23:04:17.204 INFO ok!
88292024-08-28T23:04:18.086Z[ host-image] Aug 28 23:04:17.204 INFO O| Aug 28 23:04:17.204 INFO STEP 23 (ensure_symlink) COMPLETE
88302024-08-28T23:04:18.086Z[ host-image] Aug 28 23:04:17.204 INFO O| Aug 28 23:04:17.204 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88312024-08-28T23:04:18.094Z[ host-image] Aug 28 23:04:17.214 INFO O| Aug 28 23:04:17.214 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88322024-08-28T23:04:18.096Z[ host-image] Aug 28 23:04:17.214 INFO O| Aug 28 23:04:17.214 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
88332024-08-28T23:04:18.096Z[ host-image] Aug 28 23:04:17.214 INFO O| Aug 28 23:04:17.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
88342024-08-28T23:04:18.096Z[ host-image] Aug 28 23:04:17.214 INFO O| Aug 28 23:04:17.214 INFO ok!
88352024-08-28T23:04:18.096Z[ host-image] Aug 28 23:04:17.214 INFO O| Aug 28 23:04:17.214 INFO STEP 24 (ensure_file) COMPLETE
88362024-08-28T23:04:18.096Z[ host-image] Aug 28 23:04:17.214 INFO O| Aug 28 23:04:17.214 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88372024-08-28T23:04:18.104Z[ host-image] Aug 28 23:04:17.224 INFO O| Aug 28 23:04:17.224 INFO updating shadow file
88382024-08-28T23:04:18.106Z[ host-image] Aug 28 23:04:17.224 INFO O| Aug 28 23:04:17.224 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88392024-08-28T23:04:18.106Z[ host-image] Aug 28 23:04:17.224 INFO O| Aug 28 23:04:17.224 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88402024-08-28T23:04:18.106Z[ host-image] Aug 28 23:04:17.224 INFO O| Aug 28 23:04:17.224 INFO STEP 25 (shadow) COMPLETE
88412024-08-28T23:04:18.106Z[ host-image] Aug 28 23:04:17.224 INFO O| Aug 28 23:04:17.224 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88422024-08-28T23:04:18.114Z[ host-image] Aug 28 23:04:17.234 INFO O| Aug 28 23:04:17.234 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
88432024-08-28T23:04:18.114Z[ host-image] Aug 28 23:04:17.234 INFO O| Aug 28 23:04:17.234 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
88442024-08-28T23:04:18.116Z[ host-image] Aug 28 23:04:17.234 INFO O| Aug 28 23:04:17.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
88452024-08-28T23:04:18.116Z[ host-image] Aug 28 23:04:17.234 INFO O| Aug 28 23:04:17.234 INFO ok!
88462024-08-28T23:04:18.116Z[ host-image] Aug 28 23:04:17.234 INFO O| Aug 28 23:04:17.234 INFO STEP 26 (ensure_file) COMPLETE
88472024-08-28T23:04:18.116Z[ host-image] Aug 28 23:04:17.234 INFO O| Aug 28 23:04:17.234 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88482024-08-28T23:04:18.123Z[ host-image] Aug 28 23:04:17.243 INFO O| Aug 28 23:04:17.243 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
88492024-08-28T23:04:18.126Z[ host-image] Aug 28 23:04:17.243 INFO O| Aug 28 23:04:17.243 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
88502024-08-28T23:04:18.126Z[ host-image] Aug 28 23:04:17.244 INFO O| Aug 28 23:04:17.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
88512024-08-28T23:04:18.126Z[ host-image] Aug 28 23:04:17.244 INFO O| Aug 28 23:04:17.244 INFO ok!
88522024-08-28T23:04:18.126Z[ host-image] Aug 28 23:04:17.244 INFO O| Aug 28 23:04:17.244 INFO STEP 27 (ensure_file) COMPLETE
88532024-08-28T23:04:18.126Z[ host-image] Aug 28 23:04:17.244 INFO O| Aug 28 23:04:17.244 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88542024-08-28T23:04:18.133Z[ host-image] Aug 28 23:04:17.254 INFO O| Aug 28 23:04:17.253 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88552024-08-28T23:04:18.133Z[ host-image] Aug 28 23:04:17.254 INFO O| Aug 28 23:04:17.254 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
88562024-08-28T23:04:18.137Z[ host-image] Aug 28 23:04:17.254 INFO O| Aug 28 23:04:17.254 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88572024-08-28T23:04:18.137Z[ host-image] Aug 28 23:04:17.254 INFO O| Aug 28 23:04:17.254 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88582024-08-28T23:04:18.137Z[ host-image] Aug 28 23:04:17.254 INFO O| Aug 28 23:04:17.254 INFO ok!
88592024-08-28T23:04:18.137Z[ host-image] Aug 28 23:04:17.254 INFO O| Aug 28 23:04:17.254 INFO STEP 28 (ensure_file) COMPLETE
88602024-08-28T23:04:18.137Z[ host-image] Aug 28 23:04:17.254 INFO O| Aug 28 23:04:17.254 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88612024-08-28T23:04:18.143Z[ host-image] Aug 28 23:04:17.263 INFO O| Aug 28 23:04:17.263 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88622024-08-28T23:04:18.143Z[ host-image] Aug 28 23:04:17.263 INFO O| Aug 28 23:04:17.263 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88632024-08-28T23:04:18.143Z[ host-image] Aug 28 23:04:17.263 INFO O| Aug 28 23:04:17.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88642024-08-28T23:04:18.146Z[ host-image] Aug 28 23:04:17.263 INFO O| Aug 28 23:04:17.263 INFO ok!
88652024-08-28T23:04:18.146Z[ host-image] Aug 28 23:04:17.263 INFO O| Aug 28 23:04:17.263 INFO STEP 29 (ensure_file) COMPLETE
88662024-08-28T23:04:18.146Z[ host-image] Aug 28 23:04:17.263 INFO O| Aug 28 23:04:17.263 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88672024-08-28T23:04:18.153Z[ host-image] Aug 28 23:04:17.273 INFO O| Aug 28 23:04:17.273 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
88682024-08-28T23:04:18.153Z[ host-image] Aug 28 23:04:17.273 INFO O| Aug 28 23:04:17.273 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
88692024-08-28T23:04:18.155Z[ host-image] Aug 28 23:04:17.273 INFO O| Aug 28 23:04:17.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
88702024-08-28T23:04:18.155Z[ host-image] Aug 28 23:04:17.273 INFO O| Aug 28 23:04:17.273 INFO ok!
88712024-08-28T23:04:18.155Z[ host-image] Aug 28 23:04:17.273 INFO O| Aug 28 23:04:17.273 INFO STEP 30 (ensure_file) COMPLETE
88722024-08-28T23:04:18.155Z[ host-image] Aug 28 23:04:17.273 INFO O| Aug 28 23:04:17.273 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88732024-08-28T23:04:18.163Z[ host-image] Aug 28 23:04:17.283 INFO O| Aug 28 23:04:17.283 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
88742024-08-28T23:04:18.163Z[ host-image] Aug 28 23:04:17.283 INFO O| Aug 28 23:04:17.283 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88752024-08-28T23:04:18.165Z[ host-image] Aug 28 23:04:17.283 INFO O| Aug 28 23:04:17.283 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88762024-08-28T23:04:18.165Z[ host-image] Aug 28 23:04:17.283 INFO O| Aug 28 23:04:17.283 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88772024-08-28T23:04:18.165Z[ host-image] Aug 28 23:04:17.283 INFO O| Aug 28 23:04:17.283 INFO ok!
88782024-08-28T23:04:18.165Z[ host-image] Aug 28 23:04:17.283 INFO O| Aug 28 23:04:17.283 INFO STEP 31 (ensure_file) COMPLETE
88792024-08-28T23:04:18.165Z[ host-image] Aug 28 23:04:17.283 INFO O| Aug 28 23:04:17.283 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88802024-08-28T23:04:18.173Z[ host-image] Aug 28 23:04:17.293 INFO O| Aug 28 23:04:17.293 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88812024-08-28T23:04:18.176Z[ host-image] Aug 28 23:04:17.293 INFO O| Aug 28 23:04:17.293 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88822024-08-28T23:04:18.176Z[ host-image] Aug 28 23:04:17.293 INFO O| Aug 28 23:04:17.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88832024-08-28T23:04:18.176Z[ host-image] Aug 28 23:04:17.293 INFO O| Aug 28 23:04:17.293 INFO ok!
88842024-08-28T23:04:18.176Z[ host-image] Aug 28 23:04:17.293 INFO O| Aug 28 23:04:17.293 INFO STEP 32 (ensure_file) COMPLETE
88852024-08-28T23:04:18.176Z[ host-image] Aug 28 23:04:17.293 INFO O| Aug 28 23:04:17.293 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88862024-08-28T23:04:18.183Z[ host-image] Aug 28 23:04:17.303 INFO O| Aug 28 23:04:17.303 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88872024-08-28T23:04:18.183Z[ host-image] Aug 28 23:04:17.303 INFO O| Aug 28 23:04:17.303 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88882024-08-28T23:04:18.185Z[ host-image] Aug 28 23:04:17.303 INFO O| Aug 28 23:04:17.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88892024-08-28T23:04:18.185Z[ host-image] Aug 28 23:04:17.303 INFO O| Aug 28 23:04:17.303 INFO ok!
88902024-08-28T23:04:18.185Z[ host-image] Aug 28 23:04:17.303 INFO O| Aug 28 23:04:17.303 INFO STEP 33 (ensure_file) COMPLETE
88912024-08-28T23:04:18.185Z[ host-image] Aug 28 23:04:17.303 INFO O| Aug 28 23:04:17.303 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88922024-08-28T23:04:18.192Z[ host-image] Aug 28 23:04:17.313 INFO O| Aug 28 23:04:17.312 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88932024-08-28T23:04:18.195Z[ host-image] Aug 28 23:04:17.313 INFO O| Aug 28 23:04:17.313 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
88942024-08-28T23:04:18.195Z[ host-image] Aug 28 23:04:17.313 INFO O| Aug 28 23:04:17.313 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88952024-08-28T23:04:18.195Z[ host-image] Aug 28 23:04:17.313 INFO O| Aug 28 23:04:17.313 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88962024-08-28T23:04:18.195Z[ host-image] Aug 28 23:04:17.313 INFO O| Aug 28 23:04:17.313 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88972024-08-28T23:04:18.195Z[ host-image] Aug 28 23:04:17.313 INFO O| Aug 28 23:04:17.313 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88982024-08-28T23:04:18.195Z[ host-image] Aug 28 23:04:17.313 INFO O| Aug 28 23:04:17.313 INFO ok!
88992024-08-28T23:04:18.195Z[ host-image] Aug 28 23:04:17.313 INFO O| Aug 28 23:04:17.313 INFO STEP 34 (ensure_file) COMPLETE
89002024-08-28T23:04:18.195Z[ host-image] Aug 28 23:04:17.313 INFO O| Aug 28 23:04:17.313 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89012024-08-28T23:04:18.203Z[ host-image] Aug 28 23:04:17.323 INFO O| Aug 28 23:04:17.323 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89022024-08-28T23:04:18.205Z[ host-image] Aug 28 23:04:17.323 INFO O| Aug 28 23:04:17.323 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89032024-08-28T23:04:18.205Z[ host-image] Aug 28 23:04:17.323 INFO O| Aug 28 23:04:17.323 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89042024-08-28T23:04:18.205Z[ host-image] Aug 28 23:04:17.323 INFO O| Aug 28 23:04:17.323 INFO STEP 35 (ensure_dir) COMPLETE
89052024-08-28T23:04:18.205Z[ host-image] Aug 28 23:04:17.323 INFO O| Aug 28 23:04:17.323 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89062024-08-28T23:04:18.218Z[ host-image] Aug 28 23:04:17.337 INFO O| Aug 28 23:04:17.336 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
89072024-08-28T23:04:18.221Z[ host-image] Aug 28 23:04:17.337 INFO O| Aug 28 23:04:17.337 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 ...
89082024-08-28T23:04:18.221Z[ host-image] Aug 28 23:04:17.337 INFO O| Aug 28 23:04:17.337 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
89092024-08-28T23:04:18.221Z[ host-image] Aug 28 23:04:17.337 INFO O| Aug 28 23:04:17.337 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
89102024-08-28T23:04:18.221Z[ host-image] Aug 28 23:04:17.337 INFO O| Aug 28 23:04:17.337 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
89112024-08-28T23:04:18.221Z[ host-image] Aug 28 23:04:17.337 INFO O| Aug 28 23:04:17.337 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
89122024-08-28T23:04:18.221Z[ host-image] Aug 28 23:04:17.337 INFO O| Aug 28 23:04:17.337 INFO ok!
89132024-08-28T23:04:18.221Z[ host-image] Aug 28 23:04:17.337 INFO O| Aug 28 23:04:17.337 INFO STEP 36 (ensure_file) COMPLETE
89142024-08-28T23:04:18.221Z[ host-image] Aug 28 23:04:17.337 INFO O| Aug 28 23:04:17.337 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89152024-08-28T23:04:18.231Z[ host-image] Aug 28 23:04:17.351 INFO O| Aug 28 23:04:17.351 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89162024-08-28T23:04:18.234Z[ host-image] Aug 28 23:04:17.351 INFO O| Aug 28 23:04:17.351 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
89172024-08-28T23:04:18.234Z[ host-image] Aug 28 23:04:17.351 INFO O| Aug 28 23:04:17.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89182024-08-28T23:04:18.234Z[ host-image] Aug 28 23:04:17.351 INFO O| Aug 28 23:04:17.351 INFO ok!
89192024-08-28T23:04:18.234Z[ host-image] Aug 28 23:04:17.351 INFO O| Aug 28 23:04:17.351 INFO STEP 37 (ensure_symlink) COMPLETE
89202024-08-28T23:04:18.234Z[ host-image] Aug 28 23:04:17.351 INFO O| Aug 28 23:04:17.351 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89212024-08-28T23:04:18.241Z[ host-image] Aug 28 23:04:17.361 INFO O| Aug 28 23:04:17.361 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89222024-08-28T23:04:18.241Z[ host-image] Aug 28 23:04:17.361 INFO O| Aug 28 23:04:17.361 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89232024-08-28T23:04:18.243Z[ host-image] Aug 28 23:04:17.361 INFO O| Aug 28 23:04:17.361 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89242024-08-28T23:04:18.243Z[ host-image] Aug 28 23:04:17.361 INFO O| Aug 28 23:04:17.361 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89252024-08-28T23:04:18.243Z[ host-image] Aug 28 23:04:17.361 INFO O| Aug 28 23:04:17.361 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89262024-08-28T23:04:18.244Z[ host-image] Aug 28 23:04:17.361 INFO O| Aug 28 23:04:17.361 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89272024-08-28T23:04:18.244Z[ host-image] Aug 28 23:04:17.361 INFO O| Aug 28 23:04:17.361 INFO ok!
89282024-08-28T23:04:18.244Z[ host-image] Aug 28 23:04:17.361 INFO O| Aug 28 23:04:17.361 INFO STEP 38 (ensure_file) COMPLETE
89292024-08-28T23:04:18.244Z[ host-image] Aug 28 23:04:17.361 INFO O| Aug 28 23:04:17.361 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89302024-08-28T23:04:18.251Z[ host-image] Aug 28 23:04:17.371 INFO O| Aug 28 23:04:17.371 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
89312024-08-28T23:04:18.251Z[ host-image] Aug 28 23:04:17.371 INFO O| Aug 28 23:04:17.371 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 ...
89322024-08-28T23:04:18.251Z[ host-image] Aug 28 23:04:17.372 INFO O| Aug 28 23:04:17.371 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
89332024-08-28T23:04:18.254Z[ host-image] Aug 28 23:04:17.372 INFO O| Aug 28 23:04:17.372 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89342024-08-28T23:04:18.254Z[ host-image] Aug 28 23:04:17.372 INFO O| Aug 28 23:04:17.372 INFO ok!
89352024-08-28T23:04:18.254Z[ host-image] Aug 28 23:04:17.372 INFO O| Aug 28 23:04:17.372 INFO STEP 39 (ensure_file) COMPLETE
89362024-08-28T23:04:18.254Z[ host-image] Aug 28 23:04:17.372 INFO O| Aug 28 23:04:17.372 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89372024-08-28T23:04:18.261Z[ host-image] Aug 28 23:04:17.382 INFO O| Aug 28 23:04:17.382 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
89382024-08-28T23:04:18.262Z[ host-image] Aug 28 23:04:17.382 INFO O| Aug 28 23:04:17.382 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
89392024-08-28T23:04:18.264Z[ host-image] Aug 28 23:04:17.382 INFO O| Aug 28 23:04:17.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
89402024-08-28T23:04:18.264Z[ host-image] Aug 28 23:04:17.382 INFO O| Aug 28 23:04:17.382 INFO ok!
89412024-08-28T23:04:18.264Z[ host-image] Aug 28 23:04:17.382 INFO O| Aug 28 23:04:17.382 INFO STEP 40 (ensure_file) COMPLETE
89422024-08-28T23:04:18.264Z[ host-image] Aug 28 23:04:17.382 INFO O| Aug 28 23:04:17.382 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89432024-08-28T23:04:18.273Z[ host-image] Aug 28 23:04:17.392 INFO O| Aug 28 23:04:17.392 INFO updating shadow file
89442024-08-28T23:04:18.275Z[ host-image] Aug 28 23:04:17.392 INFO O| Aug 28 23:04:17.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89452024-08-28T23:04:18.275Z[ host-image] Aug 28 23:04:17.392 INFO O| Aug 28 23:04:17.392 INFO STEP 41 (shadow) COMPLETE
89462024-08-28T23:04:18.275Z[ host-image] Aug 28 23:04:17.392 INFO O| Aug 28 23:04:17.392 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89472024-08-28T23:04:18.282Z[ host-image] Aug 28 23:04:17.402 INFO O| Aug 28 23:04:17.402 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
89482024-08-28T23:04:18.282Z[ host-image] Aug 28 23:04:17.402 INFO O| Aug 28 23:04:17.402 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
89492024-08-28T23:04:18.285Z[ host-image] Aug 28 23:04:17.402 INFO O| Aug 28 23:04:17.402 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89502024-08-28T23:04:18.285Z[ host-image] Aug 28 23:04:17.402 INFO O| Aug 28 23:04:17.402 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89512024-08-28T23:04:18.285Z[ host-image] Aug 28 23:04:17.402 INFO O| Aug 28 23:04:17.402 INFO ok!
89522024-08-28T23:04:18.285Z[ host-image] Aug 28 23:04:17.402 INFO O| Aug 28 23:04:17.402 INFO STEP 42 (ensure_file) COMPLETE
89532024-08-28T23:04:18.285Z[ host-image] Aug 28 23:04:17.402 INFO O| Aug 28 23:04:17.402 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89542024-08-28T23:04:18.285Z[ host-image] Aug 28 23:04:17.402 INFO O| Aug 28 23:04:17.402 INFO skip step because feature "mfg" is not enabled
89552024-08-28T23:04:18.285Z[ host-image] Aug 28 23:04:17.402 INFO O| Aug 28 23:04:17.402 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89562024-08-28T23:04:18.286Z[ host-image] Aug 28 23:04:17.402 INFO O| Aug 28 23:04:17.402 INFO skip step because feature "mfg" is not enabled
89572024-08-28T23:04:18.286Z[ host-image] Aug 28 23:04:17.402 INFO O| Aug 28 23:04:17.402 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89582024-08-28T23:04:18.292Z[ host-image] Aug 28 23:04:17.412 INFO O| Aug 28 23:04:17.412 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89592024-08-28T23:04:18.292Z[ host-image] Aug 28 23:04:17.412 INFO O| Aug 28 23:04:17.412 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89602024-08-28T23:04:18.937Z[ host-image] Aug 28 23:04:18.056 INFO O| Aug 28 23:04:18.056 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89612024-08-28T23:04:18.937Z[ host-image] Aug 28 23:04:18.056 INFO O| Aug 28 23:04:18.056 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89622024-08-28T23:04:18.937Z[ host-image] Aug 28 23:04:18.056 INFO O| Aug 28 23:04:18.056 INFO ok!
89632024-08-28T23:04:18.939Z[ host-image] Aug 28 23:04:18.056 INFO O| Aug 28 23:04:18.056 INFO STEP 45 (ensure_file) COMPLETE
89642024-08-28T23:04:18.939Z[ host-image] Aug 28 23:04:18.056 INFO O| Aug 28 23:04:18.056 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89652024-08-28T23:04:18.948Z[ host-image] Aug 28 23:04:18.068 INFO O| Aug 28 23:04:18.068 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
89662024-08-28T23:04:18.948Z[ host-image] Aug 28 23:04:18.068 INFO O| Aug 28 23:04:18.068 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89672024-08-28T23:04:18.948Z[ host-image] Aug 28 23:04:18.068 INFO O| Aug 28 23:04:18.068 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89682024-08-28T23:04:18.951Z[ host-image] Aug 28 23:04:18.068 INFO O| Aug 28 23:04:18.068 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89692024-08-28T23:04:18.951Z[ host-image] Aug 28 23:04:18.068 INFO O| Aug 28 23:04:18.068 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89702024-08-28T23:04:18.951Z[ host-image] Aug 28 23:04:18.068 INFO O| Aug 28 23:04:18.068 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89712024-08-28T23:04:18.951Z[ host-image] Aug 28 23:04:18.068 INFO O| Aug 28 23:04:18.068 INFO ok!
89722024-08-28T23:04:18.951Z[ host-image] Aug 28 23:04:18.068 INFO O| Aug 28 23:04:18.068 INFO STEP 46 (ensure_file) COMPLETE
89732024-08-28T23:04:18.951Z[ host-image] Aug 28 23:04:18.068 INFO O| Aug 28 23:04:18.068 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89742024-08-28T23:04:18.958Z[ host-image] Aug 28 23:04:18.078 INFO O| Aug 28 23:04:18.078 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89752024-08-28T23:04:18.958Z[ host-image] Aug 28 23:04:18.078 INFO O| Aug 28 23:04:18.078 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 ...
89762024-08-28T23:04:18.960Z[ host-image] Aug 28 23:04:18.078 INFO O| Aug 28 23:04:18.078 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
89772024-08-28T23:04:18.960Z[ host-image] Aug 28 23:04:18.078 INFO O| Aug 28 23:04:18.078 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89782024-08-28T23:04:18.960Z[ host-image] Aug 28 23:04:18.078 INFO O| Aug 28 23:04:18.078 INFO ok!
89792024-08-28T23:04:18.960Z[ host-image] Aug 28 23:04:18.078 INFO O| Aug 28 23:04:18.078 INFO STEP 47 (ensure_file) COMPLETE
89802024-08-28T23:04:18.960Z[ host-image] Aug 28 23:04:18.078 INFO O| Aug 28 23:04:18.078 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89812024-08-28T23:04:18.968Z[ host-image] Aug 28 23:04:18.088 INFO O| Aug 28 23:04:18.088 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89822024-08-28T23:04:18.968Z[ host-image] Aug 28 23:04:18.088 INFO O| Aug 28 23:04:18.088 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89832024-08-28T23:04:18.970Z[ host-image] Aug 28 23:04:18.088 INFO O| Aug 28 23:04:18.088 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89842024-08-28T23:04:18.970Z[ host-image] Aug 28 23:04:18.088 INFO O| Aug 28 23:04:18.088 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89852024-08-28T23:04:18.970Z[ host-image] Aug 28 23:04:18.088 INFO O| Aug 28 23:04:18.088 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89862024-08-28T23:04:18.970Z[ host-image] Aug 28 23:04:18.088 INFO O| Aug 28 23:04:18.088 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89872024-08-28T23:04:18.970Z[ host-image] Aug 28 23:04:18.088 INFO O| Aug 28 23:04:18.088 INFO ok!
89882024-08-28T23:04:18.971Z[ host-image] Aug 28 23:04:18.088 INFO O| Aug 28 23:04:18.088 INFO STEP 48 (ensure_file) COMPLETE
89892024-08-28T23:04:18.971Z[ host-image] Aug 28 23:04:18.088 INFO O| Aug 28 23:04:18.088 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89902024-08-28T23:04:18.978Z[ host-image] Aug 28 23:04:18.098 INFO O| Aug 28 23:04:18.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89912024-08-28T23:04:18.978Z[ host-image] Aug 28 23:04:18.098 INFO O| Aug 28 23:04:18.098 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 ...
89922024-08-28T23:04:18.980Z[ host-image] Aug 28 23:04:18.098 INFO O| Aug 28 23:04:18.098 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
89932024-08-28T23:04:18.980Z[ host-image] Aug 28 23:04:18.098 INFO O| Aug 28 23:04:18.098 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89942024-08-28T23:04:18.980Z[ host-image] Aug 28 23:04:18.098 INFO O| Aug 28 23:04:18.098 INFO ok!
89952024-08-28T23:04:18.981Z[ host-image] Aug 28 23:04:18.098 INFO O| Aug 28 23:04:18.098 INFO STEP 49 (ensure_file) COMPLETE
89962024-08-28T23:04:18.981Z[ host-image] Aug 28 23:04:18.098 INFO O| Aug 28 23:04:18.098 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89972024-08-28T23:04:18.988Z[ host-image] Aug 28 23:04:18.108 INFO O| Aug 28 23:04:18.108 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
89982024-08-28T23:04:18.988Z[ host-image] Aug 28 23:04:18.108 INFO O| Aug 28 23:04:18.108 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
89992024-08-28T23:04:18.990Z[ host-image] Aug 28 23:04:18.108 INFO O| Aug 28 23:04:18.108 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90002024-08-28T23:04:18.990Z[ host-image] Aug 28 23:04:18.108 INFO O| Aug 28 23:04:18.108 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90012024-08-28T23:04:18.990Z[ host-image] Aug 28 23:04:18.108 INFO O| Aug 28 23:04:18.108 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90022024-08-28T23:04:18.990Z[ host-image] Aug 28 23:04:18.108 INFO O| Aug 28 23:04:18.108 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90032024-08-28T23:04:18.990Z[ host-image] Aug 28 23:04:18.108 INFO O| Aug 28 23:04:18.108 INFO ok!
90042024-08-28T23:04:18.990Z[ host-image] Aug 28 23:04:18.108 INFO O| Aug 28 23:04:18.108 INFO STEP 50 (ensure_file) COMPLETE
90052024-08-28T23:04:18.990Z[ host-image] Aug 28 23:04:18.108 INFO O| Aug 28 23:04:18.108 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90062024-08-28T23:04:18.999Z[ host-image] Aug 28 23:04:18.118 INFO O| Aug 28 23:04:18.118 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90072024-08-28T23:04:18.999Z[ host-image] Aug 28 23:04:18.118 INFO O| Aug 28 23:04:18.118 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 ...
90082024-08-28T23:04:19.002Z[ host-image] Aug 28 23:04:18.118 INFO O| Aug 28 23:04:18.118 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
90092024-08-28T23:04:19.002Z[ host-image] Aug 28 23:04:18.118 INFO O| Aug 28 23:04:18.118 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90102024-08-28T23:04:19.002Z[ host-image] Aug 28 23:04:18.118 INFO O| Aug 28 23:04:18.118 INFO ok!
90112024-08-28T23:04:19.002Z[ host-image] Aug 28 23:04:18.118 INFO O| Aug 28 23:04:18.118 INFO STEP 51 (ensure_file) COMPLETE
90122024-08-28T23:04:19.002Z[ host-image] Aug 28 23:04:18.118 INFO O| Aug 28 23:04:18.118 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90132024-08-28T23:04:19.013Z[ host-image] Aug 28 23:04:18.127 INFO O| Aug 28 23:04:18.127 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90142024-08-28T23:04:19.013Z[ host-image] Aug 28 23:04:18.127 INFO O| Aug 28 23:04:18.127 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 ...
90152024-08-28T23:04:19.013Z[ host-image] Aug 28 23:04:18.128 INFO O| Aug 28 23:04:18.128 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
90162024-08-28T23:04:19.013Z[ host-image] Aug 28 23:04:18.128 INFO O| Aug 28 23:04:18.128 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90172024-08-28T23:04:19.013Z[ host-image] Aug 28 23:04:18.128 INFO O| Aug 28 23:04:18.128 INFO ok!
90182024-08-28T23:04:19.013Z[ host-image] Aug 28 23:04:18.128 INFO O| Aug 28 23:04:18.128 INFO STEP 52 (ensure_file) COMPLETE
90192024-08-28T23:04:19.013Z[ host-image] Aug 28 23:04:18.128 INFO O| Aug 28 23:04:18.128 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90202024-08-28T23:04:19.017Z[ host-image] Aug 28 23:04:18.137 INFO O| Aug 28 23:04:18.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90212024-08-28T23:04:19.017Z[ host-image] Aug 28 23:04:18.137 INFO O| Aug 28 23:04:18.137 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 ...
90222024-08-28T23:04:19.017Z[ host-image] Aug 28 23:04:18.137 INFO O| Aug 28 23:04:18.137 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
90232024-08-28T23:04:19.020Z[ host-image] Aug 28 23:04:18.137 INFO O| Aug 28 23:04:18.137 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90242024-08-28T23:04:19.020Z[ host-image] Aug 28 23:04:18.138 INFO O| Aug 28 23:04:18.137 INFO ok!
90252024-08-28T23:04:19.020Z[ host-image] Aug 28 23:04:18.138 INFO O| Aug 28 23:04:18.138 INFO STEP 53 (ensure_file) COMPLETE
90262024-08-28T23:04:19.020Z[ host-image] Aug 28 23:04:18.138 INFO O| Aug 28 23:04:18.138 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90272024-08-28T23:04:19.027Z[ host-image] Aug 28 23:04:18.147 INFO O| Aug 28 23:04:18.147 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90282024-08-28T23:04:19.027Z[ host-image] Aug 28 23:04:18.147 INFO O| Aug 28 23:04:18.147 INFO STEP 54 (ensure_dir) COMPLETE
90292024-08-28T23:04:19.029Z[ host-image] Aug 28 23:04:18.147 INFO O| Aug 28 23:04:18.147 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90302024-08-28T23:04:19.036Z[ host-image] Aug 28 23:04:18.156 INFO O| Aug 28 23:04:18.156 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90312024-08-28T23:04:19.039Z[ host-image] Aug 28 23:04:18.157 INFO O| Aug 28 23:04:18.156 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90322024-08-28T23:04:19.039Z[ host-image] Aug 28 23:04:18.157 INFO O| Aug 28 23:04:18.157 INFO STEP 55 (ensure_dir) COMPLETE
90332024-08-28T23:04:19.039Z[ host-image] Aug 28 23:04:18.157 INFO O| Aug 28 23:04:18.157 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90342024-08-28T23:04:19.046Z[ host-image] Aug 28 23:04:18.166 INFO O| Aug 28 23:04:18.166 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90352024-08-28T23:04:19.049Z[ host-image] Aug 28 23:04:18.166 INFO O| Aug 28 23:04:18.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90362024-08-28T23:04:19.049Z[ host-image] Aug 28 23:04:18.166 INFO O| Aug 28 23:04:18.166 INFO STEP 56 (ensure_dir) COMPLETE
90372024-08-28T23:04:19.049Z[ host-image] Aug 28 23:04:18.166 INFO O| Aug 28 23:04:18.166 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90382024-08-28T23:04:19.056Z[ host-image] Aug 28 23:04:18.176 INFO O| Aug 28 23:04:18.176 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
90392024-08-28T23:04:19.056Z[ host-image] Aug 28 23:04:18.176 INFO O| Aug 28 23:04:18.176 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
90402024-08-28T23:04:19.071Z[ host-image] Aug 28 23:04:18.191 INFO O| Aug 28 23:04:18.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
90412024-08-28T23:04:19.071Z[ host-image] Aug 28 23:04:18.191 INFO O| Aug 28 23:04:18.191 INFO ok!
90422024-08-28T23:04:19.073Z[ host-image] Aug 28 23:04:18.191 INFO O| Aug 28 23:04:18.191 INFO STEP 57 (ensure_file) COMPLETE
90432024-08-28T23:04:19.074Z[ host-image] Aug 28 23:04:18.191 INFO O| Aug 28 23:04:18.191 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90442024-08-28T23:04:19.081Z[ host-image] Aug 28 23:04:18.201 INFO O| Aug 28 23:04:18.201 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
90452024-08-28T23:04:19.081Z[ host-image] Aug 28 23:04:18.201 INFO O| Aug 28 23:04:18.201 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
90462024-08-28T23:04:20.185Z[ host-image] Aug 28 23:04:19.305 INFO O| Aug 28 23:04:19.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90472024-08-28T23:04:20.185Z[ host-image] Aug 28 23:04:19.305 INFO O| Aug 28 23:04:19.305 INFO ok!
90482024-08-28T23:04:20.185Z[ host-image] Aug 28 23:04:19.305 INFO O| Aug 28 23:04:19.305 INFO STEP 58 (ensure_file) COMPLETE
90492024-08-28T23:04:20.185Z[ host-image] Aug 28 23:04:19.305 INFO O| Aug 28 23:04:19.305 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90502024-08-28T23:04:20.196Z[ host-image] Aug 28 23:04:19.317 INFO O| Aug 28 23:04:19.317 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90512024-08-28T23:04:20.199Z[ host-image] Aug 28 23:04:19.317 INFO O| Aug 28 23:04:19.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90522024-08-28T23:04:20.199Z[ host-image] Aug 28 23:04:19.317 INFO O| Aug 28 23:04:19.317 INFO STEP 59 (ensure_dir) COMPLETE
90532024-08-28T23:04:20.199Z[ host-image] Aug 28 23:04:19.317 INFO O| Aug 28 23:04:19.317 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90542024-08-28T23:04:20.207Z[ host-image] Aug 28 23:04:19.327 INFO O| Aug 28 23:04:19.327 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90552024-08-28T23:04:20.209Z[ host-image] Aug 28 23:04:19.327 INFO O| Aug 28 23:04:19.327 INFO copying /tmp/.tmprIy4Nm/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 ...
90562024-08-28T23:04:20.209Z[ host-image] Aug 28 23:04:19.327 INFO O| Aug 28 23:04:19.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90572024-08-28T23:04:20.209Z[ host-image] Aug 28 23:04:19.327 INFO O| Aug 28 23:04:19.327 INFO ok!
90582024-08-28T23:04:20.209Z[ host-image] Aug 28 23:04:19.327 INFO O| Aug 28 23:04:19.327 INFO STEP 60 (ensure_file) COMPLETE
90592024-08-28T23:04:20.209Z[ host-image] Aug 28 23:04:19.327 INFO O| Aug 28 23:04:19.327 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90602024-08-28T23:04:20.217Z[ host-image] Aug 28 23:04:19.337 INFO O| Aug 28 23:04:19.337 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90612024-08-28T23:04:20.217Z[ host-image] Aug 28 23:04:19.337 INFO O| Aug 28 23:04:19.337 INFO copying /tmp/.tmprIy4Nm/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 ...
90622024-08-28T23:04:20.219Z[ host-image] Aug 28 23:04:19.337 INFO O| Aug 28 23:04:19.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90632024-08-28T23:04:20.219Z[ host-image] Aug 28 23:04:19.337 INFO O| Aug 28 23:04:19.337 INFO ok!
90642024-08-28T23:04:20.219Z[ host-image] Aug 28 23:04:19.337 INFO O| Aug 28 23:04:19.337 INFO STEP 61 (ensure_file) COMPLETE
90652024-08-28T23:04:20.220Z[ host-image] Aug 28 23:04:19.337 INFO O| Aug 28 23:04:19.337 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90662024-08-28T23:04:20.227Z[ host-image] Aug 28 23:04:19.347 INFO O| Aug 28 23:04:19.347 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90672024-08-28T23:04:20.229Z[ host-image] Aug 28 23:04:19.347 INFO O| Aug 28 23:04:19.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90682024-08-28T23:04:20.229Z[ host-image] Aug 28 23:04:19.347 INFO O| Aug 28 23:04:19.347 INFO STEP 62 (ensure_dir) COMPLETE
90692024-08-28T23:04:20.229Z[ host-image] Aug 28 23:04:19.347 INFO O| Aug 28 23:04:19.347 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90702024-08-28T23:04:20.236Z[ host-image] Aug 28 23:04:19.357 INFO O| Aug 28 23:04:19.357 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90712024-08-28T23:04:20.236Z[ host-image] Aug 28 23:04:19.357 INFO O| Aug 28 23:04:19.357 INFO copying /tmp/.tmprIy4Nm/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 ...
90722024-08-28T23:04:20.239Z[ host-image] Aug 28 23:04:19.357 INFO O| Aug 28 23:04:19.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90732024-08-28T23:04:20.239Z[ host-image] Aug 28 23:04:19.357 INFO O| Aug 28 23:04:19.357 INFO ok!
90742024-08-28T23:04:20.239Z[ host-image] Aug 28 23:04:19.357 INFO O| Aug 28 23:04:19.357 INFO STEP 63 (ensure_file) COMPLETE
90752024-08-28T23:04:20.239Z[ host-image] Aug 28 23:04:19.357 INFO O| Aug 28 23:04:19.357 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90762024-08-28T23:04:20.246Z[ host-image] Aug 28 23:04:19.366 INFO O| Aug 28 23:04:19.366 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90772024-08-28T23:04:20.246Z[ host-image] Aug 28 23:04:19.366 INFO O| Aug 28 23:04:19.366 INFO copying /tmp/.tmprIy4Nm/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 ...
90782024-08-28T23:04:20.249Z[ host-image] Aug 28 23:04:19.367 INFO O| Aug 28 23:04:19.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90792024-08-28T23:04:20.249Z[ host-image] Aug 28 23:04:19.367 INFO O| Aug 28 23:04:19.367 INFO ok!
90802024-08-28T23:04:20.249Z[ host-image] Aug 28 23:04:19.367 INFO O| Aug 28 23:04:19.367 INFO STEP 64 (ensure_file) COMPLETE
90812024-08-28T23:04:20.249Z[ host-image] Aug 28 23:04:19.367 INFO O| Aug 28 23:04:19.367 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90822024-08-28T23:04:20.256Z[ host-image] Aug 28 23:04:19.376 INFO O| Aug 28 23:04:19.376 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90832024-08-28T23:04:20.259Z[ host-image] Aug 28 23:04:19.376 INFO O| Aug 28 23:04:19.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90842024-08-28T23:04:20.259Z[ host-image] Aug 28 23:04:19.376 INFO O| Aug 28 23:04:19.376 INFO STEP 65 (ensure_dir) COMPLETE
90852024-08-28T23:04:20.259Z[ host-image] Aug 28 23:04:19.376 INFO O| Aug 28 23:04:19.376 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90862024-08-28T23:04:20.266Z[ host-image] Aug 28 23:04:19.386 INFO O| Aug 28 23:04:19.386 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90872024-08-28T23:04:20.266Z[ host-image] Aug 28 23:04:19.386 INFO O| Aug 28 23:04:19.386 INFO copying /tmp/.tmprIy4Nm/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 ...
90882024-08-28T23:04:20.268Z[ host-image] Aug 28 23:04:19.386 INFO O| Aug 28 23:04:19.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90892024-08-28T23:04:20.268Z[ host-image] Aug 28 23:04:19.386 INFO O| Aug 28 23:04:19.386 INFO ok!
90902024-08-28T23:04:20.268Z[ host-image] Aug 28 23:04:19.386 INFO O| Aug 28 23:04:19.386 INFO STEP 66 (ensure_file) COMPLETE
90912024-08-28T23:04:20.268Z[ host-image] Aug 28 23:04:19.386 INFO O| Aug 28 23:04:19.386 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90922024-08-28T23:04:20.276Z[ host-image] Aug 28 23:04:19.396 INFO O| Aug 28 23:04:19.396 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90932024-08-28T23:04:20.276Z[ host-image] Aug 28 23:04:19.396 INFO O| Aug 28 23:04:19.396 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
90942024-08-28T23:04:20.279Z[ host-image] Aug 28 23:04:19.396 INFO O| Aug 28 23:04:19.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
90952024-08-28T23:04:20.279Z[ host-image] Aug 28 23:04:19.396 INFO O| Aug 28 23:04:19.396 INFO ok!
90962024-08-28T23:04:20.279Z[ host-image] Aug 28 23:04:19.396 INFO O| Aug 28 23:04:19.396 INFO STEP 67 (ensure_file) COMPLETE
90972024-08-28T23:04:20.279Z[ host-image] Aug 28 23:04:19.396 INFO O| Aug 28 23:04:19.396 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90982024-08-28T23:04:20.285Z[ host-image] Aug 28 23:04:19.405 INFO O| Aug 28 23:04:19.405 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90992024-08-28T23:04:20.287Z[ host-image] Aug 28 23:04:19.406 INFO O| Aug 28 23:04:19.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91002024-08-28T23:04:20.288Z[ host-image] Aug 28 23:04:19.406 INFO O| Aug 28 23:04:19.406 INFO STEP 68 (ensure_dir) COMPLETE
91012024-08-28T23:04:20.288Z[ host-image] Aug 28 23:04:19.406 INFO O| Aug 28 23:04:19.406 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91022024-08-28T23:04:20.295Z[ host-image] Aug 28 23:04:19.415 INFO O| Aug 28 23:04:19.415 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91032024-08-28T23:04:20.295Z[ host-image] Aug 28 23:04:19.415 INFO O| Aug 28 23:04:19.415 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91042024-08-28T23:04:20.866Z[ host-image] Aug 28 23:04:19.986 INFO O| Aug 28 23:04:19.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91052024-08-28T23:04:20.867Z[ host-image] Aug 28 23:04:19.987 INFO O| Aug 28 23:04:19.986 INFO ok!
91062024-08-28T23:04:20.869Z[ host-image] Aug 28 23:04:19.987 INFO O| Aug 28 23:04:19.986 INFO STEP 69 (ensure_file) COMPLETE
91072024-08-28T23:04:20.869Z[ host-image] Aug 28 23:04:19.987 INFO O| Aug 28 23:04:19.986 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91082024-08-28T23:04:20.881Z[ host-image] Aug 28 23:04:20.001 INFO O| Aug 28 23:04:20.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91092024-08-28T23:04:20.881Z[ host-image] Aug 28 23:04:20.001 INFO O| Aug 28 23:04:20.001 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91102024-08-28T23:04:22.351Z[ host-image] Aug 28 23:04:21.471 INFO O| Aug 28 23:04:21.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91112024-08-28T23:04:22.351Z[ host-image] Aug 28 23:04:21.471 INFO O| Aug 28 23:04:21.471 INFO ok!
91122024-08-28T23:04:22.351Z[ host-image] Aug 28 23:04:21.471 INFO O| Aug 28 23:04:21.471 INFO STEP 70 (ensure_file) COMPLETE
91132024-08-28T23:04:22.354Z[ host-image] Aug 28 23:04:21.471 INFO O| Aug 28 23:04:21.471 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91142024-08-28T23:04:22.362Z[ host-image] Aug 28 23:04:21.482 INFO O| Aug 28 23:04:21.482 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91152024-08-28T23:04:22.364Z[ host-image] Aug 28 23:04:21.482 INFO O| Aug 28 23:04:21.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91162024-08-28T23:04:22.364Z[ host-image] Aug 28 23:04:21.482 INFO O| Aug 28 23:04:21.482 INFO STEP 71 (ensure_dir) COMPLETE
91172024-08-28T23:04:22.364Z[ host-image] Aug 28 23:04:21.482 INFO O| Aug 28 23:04:21.482 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91182024-08-28T23:04:22.372Z[ host-image] Aug 28 23:04:21.492 INFO O| Aug 28 23:04:21.492 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91192024-08-28T23:04:22.372Z[ host-image] Aug 28 23:04:21.492 INFO O| Aug 28 23:04:21.492 INFO copying /tmp/.tmprIy4Nm/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 ...
91202024-08-28T23:04:22.375Z[ host-image] Aug 28 23:04:21.492 INFO O| Aug 28 23:04:21.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91212024-08-28T23:04:22.375Z[ host-image] Aug 28 23:04:21.492 INFO O| Aug 28 23:04:21.492 INFO ok!
91222024-08-28T23:04:22.375Z[ host-image] Aug 28 23:04:21.492 INFO O| Aug 28 23:04:21.492 INFO STEP 72 (ensure_file) COMPLETE
91232024-08-28T23:04:22.375Z[ host-image] Aug 28 23:04:21.492 INFO O| Aug 28 23:04:21.492 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91242024-08-28T23:04:22.382Z[ host-image] Aug 28 23:04:21.502 INFO O| Aug 28 23:04:21.502 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91252024-08-28T23:04:22.382Z[ host-image] Aug 28 23:04:21.502 INFO O| Aug 28 23:04:21.502 INFO copying /tmp/.tmprIy4Nm/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 ...
91262024-08-28T23:04:22.384Z[ host-image] Aug 28 23:04:21.502 INFO O| Aug 28 23:04:21.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
91272024-08-28T23:04:22.384Z[ host-image] Aug 28 23:04:21.502 INFO O| Aug 28 23:04:21.502 INFO ok!
91282024-08-28T23:04:22.384Z[ host-image] Aug 28 23:04:21.502 INFO O| Aug 28 23:04:21.502 INFO STEP 73 (ensure_file) COMPLETE
91292024-08-28T23:04:22.385Z[ host-image] Aug 28 23:04:21.502 INFO O| Aug 28 23:04:21.502 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91302024-08-28T23:04:22.392Z[ host-image] Aug 28 23:04:21.512 INFO O| Aug 28 23:04:21.512 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
91312024-08-28T23:04:22.392Z[ host-image] Aug 28 23:04:21.512 INFO O| Aug 28 23:04:21.512 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
91322024-08-28T23:04:22.395Z[ host-image] Aug 28 23:04:21.512 INFO O| Aug 28 23:04:21.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
91332024-08-28T23:04:22.395Z[ host-image] Aug 28 23:04:21.512 INFO O| Aug 28 23:04:21.512 INFO ok!
91342024-08-28T23:04:22.395Z[ host-image] Aug 28 23:04:21.512 INFO O| Aug 28 23:04:21.512 INFO STEP 74 (ensure_file) COMPLETE
91352024-08-28T23:04:22.395Z[ host-image] Aug 28 23:04:21.512 INFO O| Aug 28 23:04:21.512 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91362024-08-28T23:04:22.402Z[ host-image] Aug 28 23:04:21.522 INFO O| Aug 28 23:04:21.522 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
91372024-08-28T23:04:22.402Z[ host-image] Aug 28 23:04:21.522 INFO O| Aug 28 23:04:21.522 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
91382024-08-28T23:04:22.404Z[ host-image] Aug 28 23:04:21.522 INFO O| Aug 28 23:04:21.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
91392024-08-28T23:04:22.404Z[ host-image] Aug 28 23:04:21.522 INFO O| Aug 28 23:04:21.522 INFO ok!
91402024-08-28T23:04:22.404Z[ host-image] Aug 28 23:04:21.522 INFO O| Aug 28 23:04:21.522 INFO STEP 75 (ensure_file) COMPLETE
91412024-08-28T23:04:22.404Z[ host-image] Aug 28 23:04:21.522 INFO O| Aug 28 23:04:21.522 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91422024-08-28T23:04:22.411Z[ host-image] Aug 28 23:04:21.532 INFO O| Aug 28 23:04:21.532 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91432024-08-28T23:04:22.414Z[ host-image] Aug 28 23:04:21.532 INFO O| Aug 28 23:04:21.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91442024-08-28T23:04:22.414Z[ host-image] Aug 28 23:04:21.532 INFO O| Aug 28 23:04:21.532 INFO STEP 76 (ensure_dir) COMPLETE
91452024-08-28T23:04:22.414Z[ host-image] Aug 28 23:04:21.532 INFO O| Aug 28 23:04:21.532 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91462024-08-28T23:04:22.421Z[ host-image] Aug 28 23:04:21.542 INFO O| Aug 28 23:04:21.541 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91472024-08-28T23:04:22.421Z[ host-image] Aug 28 23:04:21.542 INFO O| Aug 28 23:04:21.541 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91482024-08-28T23:04:22.895Z[ host-image] Aug 28 23:04:22.015 INFO O| Aug 28 23:04:22.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91492024-08-28T23:04:22.895Z[ host-image] Aug 28 23:04:22.015 INFO O| Aug 28 23:04:22.015 INFO ok!
91502024-08-28T23:04:22.897Z[ host-image] Aug 28 23:04:22.015 INFO O| Aug 28 23:04:22.015 INFO STEP 77 (ensure_file) COMPLETE
91512024-08-28T23:04:22.897Z[ host-image] Aug 28 23:04:22.015 INFO O| Aug 28 23:04:22.015 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91522024-08-28T23:04:22.906Z[ host-image] Aug 28 23:04:22.026 INFO O| Aug 28 23:04:22.026 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91532024-08-28T23:04:22.906Z[ host-image] Aug 28 23:04:22.026 INFO O| Aug 28 23:04:22.026 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91542024-08-28T23:04:22.908Z[ host-image] Aug 28 23:04:22.026 INFO O| Aug 28 23:04:22.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91552024-08-28T23:04:22.908Z[ host-image] Aug 28 23:04:22.026 INFO O| Aug 28 23:04:22.026 INFO ok!
91562024-08-28T23:04:22.908Z[ host-image] Aug 28 23:04:22.026 INFO O| Aug 28 23:04:22.026 INFO STEP 78 (ensure_file) COMPLETE
91572024-08-28T23:04:22.908Z[ host-image] Aug 28 23:04:22.026 INFO O| Aug 28 23:04:22.026 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91582024-08-28T23:04:22.916Z[ host-image] Aug 28 23:04:22.036 INFO O| Aug 28 23:04:22.036 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91592024-08-28T23:04:22.916Z[ host-image] Aug 28 23:04:22.036 INFO O| Aug 28 23:04:22.036 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91602024-08-28T23:04:23.771Z[ host-image] Aug 28 23:04:22.891 INFO O| Aug 28 23:04:22.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91612024-08-28T23:04:23.771Z[ host-image] Aug 28 23:04:22.891 INFO O| Aug 28 23:04:22.891 INFO ok!
91622024-08-28T23:04:23.773Z[ host-image] Aug 28 23:04:22.891 INFO O| Aug 28 23:04:22.891 INFO STEP 79 (ensure_file) COMPLETE
91632024-08-28T23:04:23.773Z[ host-image] Aug 28 23:04:22.891 INFO O| Aug 28 23:04:22.891 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91642024-08-28T23:04:23.783Z[ host-image] Aug 28 23:04:22.903 INFO O| Aug 28 23:04:22.903 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91652024-08-28T23:04:23.783Z[ host-image] Aug 28 23:04:22.903 INFO O| Aug 28 23:04:22.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91662024-08-28T23:04:23.785Z[ host-image] Aug 28 23:04:22.903 INFO O| Aug 28 23:04:22.903 INFO STEP 80 (ensure_dir) COMPLETE
91672024-08-28T23:04:23.785Z[ host-image] Aug 28 23:04:22.903 INFO O| Aug 28 23:04:22.903 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91682024-08-28T23:04:23.793Z[ host-image] Aug 28 23:04:22.914 INFO O| Aug 28 23:04:22.913 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91692024-08-28T23:04:23.796Z[ host-image] Aug 28 23:04:22.914 INFO O| Aug 28 23:04:22.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91702024-08-28T23:04:23.796Z[ host-image] Aug 28 23:04:22.914 INFO O| Aug 28 23:04:22.914 INFO STEP 81 (ensure_dir) COMPLETE
91712024-08-28T23:04:23.796Z[ host-image] Aug 28 23:04:22.914 INFO O| Aug 28 23:04:22.914 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91722024-08-28T23:04:23.803Z[ host-image] Aug 28 23:04:22.923 INFO O| Aug 28 23:04:22.923 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91732024-08-28T23:04:23.803Z[ host-image] Aug 28 23:04:22.924 INFO O| Aug 28 23:04:22.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91742024-08-28T23:04:23.807Z[ host-image] Aug 28 23:04:22.924 INFO O| Aug 28 23:04:22.923 INFO STEP 82 (ensure_dir) COMPLETE
91752024-08-28T23:04:23.807Z[ host-image] Aug 28 23:04:22.924 INFO O| Aug 28 23:04:22.924 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91762024-08-28T23:04:23.813Z[ host-image] Aug 28 23:04:22.933 INFO O| Aug 28 23:04:22.933 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91772024-08-28T23:04:23.816Z[ host-image] Aug 28 23:04:22.933 INFO O| Aug 28 23:04:22.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91782024-08-28T23:04:23.816Z[ host-image] Aug 28 23:04:22.933 INFO O| Aug 28 23:04:22.933 INFO STEP 83 (ensure_dir) COMPLETE
91792024-08-28T23:04:23.816Z[ host-image] Aug 28 23:04:22.933 INFO O| Aug 28 23:04:22.933 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91802024-08-28T23:04:23.823Z[ host-image] Aug 28 23:04:22.943 INFO O| Aug 28 23:04:22.943 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91812024-08-28T23:04:23.823Z[ host-image] Aug 28 23:04:22.943 INFO O| Aug 28 23:04:22.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91822024-08-28T23:04:23.823Z[ host-image] Aug 28 23:04:22.943 INFO O| Aug 28 23:04:22.943 INFO STEP 84 (ensure_dir) COMPLETE
91832024-08-28T23:04:23.826Z[ host-image] Aug 28 23:04:22.943 INFO O| Aug 28 23:04:22.943 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91842024-08-28T23:04:23.833Z[ host-image] Aug 28 23:04:22.953 INFO O| Aug 28 23:04:22.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91852024-08-28T23:04:23.833Z[ host-image] Aug 28 23:04:22.953 INFO O| Aug 28 23:04:22.953 INFO copying /tmp/.tmprIy4Nm/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 ...
91862024-08-28T23:04:23.836Z[ host-image] Aug 28 23:04:22.953 INFO O| Aug 28 23:04:22.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91872024-08-28T23:04:23.836Z[ host-image] Aug 28 23:04:22.953 INFO O| Aug 28 23:04:22.953 INFO ok!
91882024-08-28T23:04:23.836Z[ host-image] Aug 28 23:04:22.953 INFO O| Aug 28 23:04:22.953 INFO STEP 85 (ensure_file) COMPLETE
91892024-08-28T23:04:23.836Z[ host-image] Aug 28 23:04:22.954 INFO O| Aug 28 23:04:22.953 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91902024-08-28T23:04:23.843Z[ host-image] Aug 28 23:04:22.963 INFO O| Aug 28 23:04:22.963 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91912024-08-28T23:04:23.843Z[ host-image] Aug 28 23:04:22.963 INFO O| Aug 28 23:04:22.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91922024-08-28T23:04:23.845Z[ host-image] Aug 28 23:04:22.964 INFO O| Aug 28 23:04:22.963 INFO STEP 86 (ensure_dir) COMPLETE
91932024-08-28T23:04:23.845Z[ host-image] Aug 28 23:04:22.964 INFO O| Aug 28 23:04:22.963 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91942024-08-28T23:04:23.853Z[ host-image] Aug 28 23:04:22.973 INFO O| Aug 28 23:04:22.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
91952024-08-28T23:04:23.856Z[ host-image] Aug 28 23:04:22.973 INFO O| Aug 28 23:04:22.973 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
91962024-08-28T23:04:23.856Z[ host-image] Aug 28 23:04:22.973 INFO O| Aug 28 23:04:22.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
91972024-08-28T23:04:23.856Z[ host-image] Aug 28 23:04:22.973 INFO O| Aug 28 23:04:22.973 INFO ok!
91982024-08-28T23:04:23.856Z[ host-image] Aug 28 23:04:22.974 INFO O| Aug 28 23:04:22.973 INFO STEP 87 (ensure_file) COMPLETE
91992024-08-28T23:04:23.856Z[ host-image] Aug 28 23:04:22.974 INFO O| Aug 28 23:04:22.973 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92002024-08-28T23:04:23.863Z[ host-image] Aug 28 23:04:22.983 INFO O| Aug 28 23:04:22.983 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
92012024-08-28T23:04:23.863Z[ host-image] Aug 28 23:04:22.983 INFO O| Aug 28 23:04:22.983 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92022024-08-28T23:04:23.874Z[ host-image] Aug 28 23:04:22.994 INFO O| Aug 28 23:04:22.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92032024-08-28T23:04:23.877Z[ host-image] Aug 28 23:04:22.994 INFO O| Aug 28 23:04:22.994 INFO ok!
92042024-08-28T23:04:23.877Z[ host-image] Aug 28 23:04:22.994 INFO O| Aug 28 23:04:22.994 INFO STEP 88 (ensure_file) COMPLETE
92052024-08-28T23:04:23.877Z[ host-image] Aug 28 23:04:22.994 INFO O| Aug 28 23:04:22.994 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92062024-08-28T23:04:23.884Z[ host-image] Aug 28 23:04:23.005 INFO O| Aug 28 23:04:23.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92072024-08-28T23:04:23.887Z[ host-image] Aug 28 23:04:23.005 INFO O| Aug 28 23:04:23.005 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92082024-08-28T23:04:24.377Z[ host-image] Aug 28 23:04:23.497 INFO O| Aug 28 23:04:23.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92092024-08-28T23:04:24.377Z[ host-image] Aug 28 23:04:23.497 INFO O| Aug 28 23:04:23.497 INFO ok!
92102024-08-28T23:04:24.377Z[ host-image] Aug 28 23:04:23.497 INFO O| Aug 28 23:04:23.497 INFO STEP 89 (ensure_file) COMPLETE
92112024-08-28T23:04:24.377Z[ host-image] Aug 28 23:04:23.497 INFO O| Aug 28 23:04:23.497 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92122024-08-28T23:04:24.388Z[ host-image] Aug 28 23:04:23.509 INFO O| Aug 28 23:04:23.509 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92132024-08-28T23:04:24.388Z[ host-image] Aug 28 23:04:23.509 INFO O| Aug 28 23:04:23.509 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92142024-08-28T23:04:24.391Z[ host-image] Aug 28 23:04:23.509 INFO O| Aug 28 23:04:23.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92152024-08-28T23:04:24.391Z[ host-image] Aug 28 23:04:23.509 INFO O| Aug 28 23:04:23.509 INFO ok!
92162024-08-28T23:04:24.391Z[ host-image] Aug 28 23:04:23.509 INFO O| Aug 28 23:04:23.509 INFO STEP 90 (ensure_file) COMPLETE
92172024-08-28T23:04:24.391Z[ host-image] Aug 28 23:04:23.509 INFO O| Aug 28 23:04:23.509 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92182024-08-28T23:04:24.398Z[ host-image] Aug 28 23:04:23.519 INFO O| Aug 28 23:04:23.519 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92192024-08-28T23:04:24.398Z[ host-image] Aug 28 23:04:23.519 INFO O| Aug 28 23:04:23.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92202024-08-28T23:04:24.398Z[ host-image] Aug 28 23:04:23.519 INFO O| Aug 28 23:04:23.519 INFO STEP 91 (ensure_dir) COMPLETE
92212024-08-28T23:04:24.401Z[ host-image] Aug 28 23:04:23.519 INFO O| Aug 28 23:04:23.519 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92222024-08-28T23:04:24.408Z[ host-image] Aug 28 23:04:23.528 INFO O| Aug 28 23:04:23.528 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92232024-08-28T23:04:24.408Z[ host-image] Aug 28 23:04:23.528 INFO O| Aug 28 23:04:23.528 INFO copying /tmp/.tmprIy4Nm/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 ...
92242024-08-28T23:04:24.411Z[ host-image] Aug 28 23:04:23.528 INFO O| Aug 28 23:04:23.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92252024-08-28T23:04:24.411Z[ host-image] Aug 28 23:04:23.528 INFO O| Aug 28 23:04:23.528 INFO ok!
92262024-08-28T23:04:24.411Z[ host-image] Aug 28 23:04:23.529 INFO O| Aug 28 23:04:23.528 INFO STEP 92 (ensure_file) COMPLETE
92272024-08-28T23:04:24.411Z[ host-image] Aug 28 23:04:23.529 INFO O| Aug 28 23:04:23.528 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92282024-08-28T23:04:24.418Z[ host-image] Aug 28 23:04:23.538 INFO O| Aug 28 23:04:23.538 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
92292024-08-28T23:04:24.418Z[ host-image] Aug 28 23:04:23.538 INFO O| Aug 28 23:04:23.538 INFO copying /tmp/.tmprIy4Nm/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 ...
92302024-08-28T23:04:24.418Z[ host-image] Aug 28 23:04:23.538 INFO O| Aug 28 23:04:23.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
92312024-08-28T23:04:24.420Z[ host-image] Aug 28 23:04:23.538 INFO O| Aug 28 23:04:23.538 INFO ok!
92322024-08-28T23:04:24.420Z[ host-image] Aug 28 23:04:23.538 INFO O| Aug 28 23:04:23.538 INFO STEP 93 (ensure_file) COMPLETE
92332024-08-28T23:04:24.420Z[ host-image] Aug 28 23:04:23.538 INFO O| Aug 28 23:04:23.538 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92342024-08-28T23:04:24.427Z[ host-image] Aug 28 23:04:23.548 INFO O| Aug 28 23:04:23.548 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
92352024-08-28T23:04:24.428Z[ host-image] Aug 28 23:04:23.548 INFO O| Aug 28 23:04:23.548 INFO copying /tmp/.tmprIy4Nm/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 ...
92362024-08-28T23:04:24.430Z[ host-image] Aug 28 23:04:23.548 INFO O| Aug 28 23:04:23.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
92372024-08-28T23:04:24.430Z[ host-image] Aug 28 23:04:23.548 INFO O| Aug 28 23:04:23.548 INFO ok!
92382024-08-28T23:04:24.430Z[ host-image] Aug 28 23:04:23.548 INFO O| Aug 28 23:04:23.548 INFO STEP 94 (ensure_file) COMPLETE
92392024-08-28T23:04:24.430Z[ host-image] Aug 28 23:04:23.548 INFO O| Aug 28 23:04:23.548 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92402024-08-28T23:04:24.437Z[ host-image] Aug 28 23:04:23.558 INFO O| Aug 28 23:04:23.558 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
92412024-08-28T23:04:24.437Z[ host-image] Aug 28 23:04:23.558 INFO O| Aug 28 23:04:23.558 INFO copying /tmp/.tmprIy4Nm/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 ...
92422024-08-28T23:04:24.440Z[ host-image] Aug 28 23:04:23.558 INFO O| Aug 28 23:04:23.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
92432024-08-28T23:04:24.440Z[ host-image] Aug 28 23:04:23.558 INFO O| Aug 28 23:04:23.558 INFO ok!
92442024-08-28T23:04:24.440Z[ host-image] Aug 28 23:04:23.558 INFO O| Aug 28 23:04:23.558 INFO STEP 95 (ensure_file) COMPLETE
92452024-08-28T23:04:24.440Z[ host-image] Aug 28 23:04:23.558 INFO O| Aug 28 23:04:23.558 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92462024-08-28T23:04:24.447Z[ host-image] Aug 28 23:04:23.568 INFO O| Aug 28 23:04:23.567 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92472024-08-28T23:04:24.447Z[ host-image] Aug 28 23:04:23.568 INFO O| Aug 28 23:04:23.567 INFO copying /tmp/.tmprIy4Nm/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 ...
92482024-08-28T23:04:24.447Z[ host-image] Aug 28 23:04:23.568 INFO O| Aug 28 23:04:23.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92492024-08-28T23:04:24.449Z[ host-image] Aug 28 23:04:23.568 INFO O| Aug 28 23:04:23.568 INFO ok!
92502024-08-28T23:04:24.449Z[ host-image] Aug 28 23:04:23.568 INFO O| Aug 28 23:04:23.568 INFO STEP 96 (ensure_file) COMPLETE
92512024-08-28T23:04:24.449Z[ host-image] Aug 28 23:04:23.568 INFO O| Aug 28 23:04:23.568 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92522024-08-28T23:04:24.457Z[ host-image] Aug 28 23:04:23.577 INFO O| Aug 28 23:04:23.577 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92532024-08-28T23:04:24.457Z[ host-image] Aug 28 23:04:23.577 INFO O| Aug 28 23:04:23.577 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92542024-08-28T23:04:24.460Z[ host-image] Aug 28 23:04:23.577 INFO O| Aug 28 23:04:23.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92552024-08-28T23:04:24.460Z[ host-image] Aug 28 23:04:23.577 INFO O| Aug 28 23:04:23.577 INFO ok!
92562024-08-28T23:04:24.460Z[ host-image] Aug 28 23:04:23.577 INFO O| Aug 28 23:04:23.577 INFO STEP 97 (ensure_file) COMPLETE
92572024-08-28T23:04:24.460Z[ host-image] Aug 28 23:04:23.577 INFO O| Aug 28 23:04:23.577 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92582024-08-28T23:04:24.467Z[ host-image] Aug 28 23:04:23.587 INFO O| Aug 28 23:04:23.587 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92592024-08-28T23:04:24.467Z[ host-image] Aug 28 23:04:23.587 INFO O| Aug 28 23:04:23.587 INFO copying /tmp/.tmprIy4Nm/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 ...
92602024-08-28T23:04:24.469Z[ host-image] Aug 28 23:04:23.587 INFO O| Aug 28 23:04:23.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92612024-08-28T23:04:24.469Z[ host-image] Aug 28 23:04:23.587 INFO O| Aug 28 23:04:23.587 INFO ok!
92622024-08-28T23:04:24.469Z[ host-image] Aug 28 23:04:23.587 INFO O| Aug 28 23:04:23.587 INFO STEP 98 (ensure_file) COMPLETE
92632024-08-28T23:04:24.469Z[ host-image] Aug 28 23:04:23.587 INFO O| Aug 28 23:04:23.587 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92642024-08-28T23:04:24.476Z[ host-image] Aug 28 23:04:23.597 INFO O| Aug 28 23:04:23.597 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92652024-08-28T23:04:24.476Z[ host-image] Aug 28 23:04:23.597 INFO O| Aug 28 23:04:23.597 INFO copying /tmp/.tmprIy4Nm/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 ...
92662024-08-28T23:04:24.479Z[ host-image] Aug 28 23:04:23.597 INFO O| Aug 28 23:04:23.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92672024-08-28T23:04:24.479Z[ host-image] Aug 28 23:04:23.597 INFO O| Aug 28 23:04:23.597 INFO ok!
92682024-08-28T23:04:24.479Z[ host-image] Aug 28 23:04:23.597 INFO O| Aug 28 23:04:23.597 INFO STEP 99 (ensure_file) COMPLETE
92692024-08-28T23:04:24.479Z[ host-image] Aug 28 23:04:23.597 INFO O| Aug 28 23:04:23.597 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92702024-08-28T23:04:24.486Z[ host-image] Aug 28 23:04:23.607 INFO O| Aug 28 23:04:23.606 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92712024-08-28T23:04:24.486Z[ host-image] Aug 28 23:04:23.607 INFO O| Aug 28 23:04:23.607 INFO copying /tmp/.tmprIy4Nm/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 ...
92722024-08-28T23:04:24.489Z[ host-image] Aug 28 23:04:23.607 INFO O| Aug 28 23:04:23.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92732024-08-28T23:04:24.489Z[ host-image] Aug 28 23:04:23.607 INFO O| Aug 28 23:04:23.607 INFO ok!
92742024-08-28T23:04:24.489Z[ host-image] Aug 28 23:04:23.607 INFO O| Aug 28 23:04:23.607 INFO STEP 100 (ensure_file) COMPLETE
92752024-08-28T23:04:24.489Z[ host-image] Aug 28 23:04:23.607 INFO O| Aug 28 23:04:23.607 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92762024-08-28T23:04:24.496Z[ host-image] Aug 28 23:04:23.616 INFO O| Aug 28 23:04:23.616 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92772024-08-28T23:04:24.496Z[ host-image] Aug 28 23:04:23.616 INFO O| Aug 28 23:04:23.616 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92782024-08-28T23:04:24.498Z[ host-image] Aug 28 23:04:23.616 INFO O| Aug 28 23:04:23.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92792024-08-28T23:04:24.498Z[ host-image] Aug 28 23:04:23.616 INFO O| Aug 28 23:04:23.616 INFO ok!
92802024-08-28T23:04:24.498Z[ host-image] Aug 28 23:04:23.616 INFO O| Aug 28 23:04:23.616 INFO STEP 101 (ensure_file) COMPLETE
92812024-08-28T23:04:24.498Z[ host-image] Aug 28 23:04:23.616 INFO O| Aug 28 23:04:23.616 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92822024-08-28T23:04:24.506Z[ host-image] Aug 28 23:04:23.626 INFO O| Aug 28 23:04:23.626 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92832024-08-28T23:04:24.506Z[ host-image] Aug 28 23:04:23.626 INFO O| Aug 28 23:04:23.626 INFO copying /tmp/.tmprIy4Nm/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 ...
92842024-08-28T23:04:24.509Z[ host-image] Aug 28 23:04:23.626 INFO O| Aug 28 23:04:23.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92852024-08-28T23:04:24.509Z[ host-image] Aug 28 23:04:23.626 INFO O| Aug 28 23:04:23.626 INFO ok!
92862024-08-28T23:04:24.509Z[ host-image] Aug 28 23:04:23.626 INFO O| Aug 28 23:04:23.626 INFO STEP 102 (ensure_file) COMPLETE
92872024-08-28T23:04:24.509Z[ host-image] Aug 28 23:04:23.626 INFO O| Aug 28 23:04:23.626 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92882024-08-28T23:04:24.516Z[ host-image] Aug 28 23:04:23.636 INFO O| Aug 28 23:04:23.636 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92892024-08-28T23:04:24.518Z[ host-image] Aug 28 23:04:23.636 INFO O| Aug 28 23:04:23.636 INFO copying /tmp/.tmprIy4Nm/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 ...
92902024-08-28T23:04:24.518Z[ host-image] Aug 28 23:04:23.636 INFO O| Aug 28 23:04:23.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92912024-08-28T23:04:24.518Z[ host-image] Aug 28 23:04:23.636 INFO O| Aug 28 23:04:23.636 INFO ok!
92922024-08-28T23:04:24.518Z[ host-image] Aug 28 23:04:23.636 INFO O| Aug 28 23:04:23.636 INFO STEP 103 (ensure_file) COMPLETE
92932024-08-28T23:04:24.518Z[ host-image] Aug 28 23:04:23.636 INFO O| Aug 28 23:04:23.636 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92942024-08-28T23:04:24.525Z[ host-image] Aug 28 23:04:23.646 INFO O| Aug 28 23:04:23.646 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
92952024-08-28T23:04:24.525Z[ host-image] Aug 28 23:04:23.646 INFO O| Aug 28 23:04:23.646 INFO copying /tmp/.tmprIy4Nm/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 ...
92962024-08-28T23:04:24.530Z[ host-image] Aug 28 23:04:23.646 INFO O| Aug 28 23:04:23.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
92972024-08-28T23:04:24.530Z[ host-image] Aug 28 23:04:23.646 INFO O| Aug 28 23:04:23.646 INFO ok!
92982024-08-28T23:04:24.530Z[ host-image] Aug 28 23:04:23.646 INFO O| Aug 28 23:04:23.646 INFO STEP 104 (ensure_file) COMPLETE
92992024-08-28T23:04:24.530Z[ host-image] Aug 28 23:04:23.646 INFO O| Aug 28 23:04:23.646 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93002024-08-28T23:04:24.535Z[ host-image] Aug 28 23:04:23.655 INFO O| Aug 28 23:04:23.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
93012024-08-28T23:04:24.535Z[ host-image] Aug 28 23:04:23.655 INFO O| Aug 28 23:04:23.655 INFO copying /tmp/.tmprIy4Nm/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 ...
93022024-08-28T23:04:24.538Z[ host-image] Aug 28 23:04:23.656 INFO O| Aug 28 23:04:23.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93032024-08-28T23:04:24.538Z[ host-image] Aug 28 23:04:23.656 INFO O| Aug 28 23:04:23.656 INFO ok!
93042024-08-28T23:04:24.538Z[ host-image] Aug 28 23:04:23.656 INFO O| Aug 28 23:04:23.656 INFO STEP 105 (ensure_file) COMPLETE
93052024-08-28T23:04:24.538Z[ host-image] Aug 28 23:04:23.656 INFO O| Aug 28 23:04:23.656 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93062024-08-28T23:04:24.545Z[ host-image] Aug 28 23:04:23.665 INFO O| Aug 28 23:04:23.665 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93072024-08-28T23:04:24.545Z[ host-image] Aug 28 23:04:23.665 INFO O| Aug 28 23:04:23.665 INFO copying /tmp/.tmprIy4Nm/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 ...
93082024-08-28T23:04:24.547Z[ host-image] Aug 28 23:04:23.665 INFO O| Aug 28 23:04:23.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93092024-08-28T23:04:24.547Z[ host-image] Aug 28 23:04:23.665 INFO O| Aug 28 23:04:23.665 INFO ok!
93102024-08-28T23:04:24.547Z[ host-image] Aug 28 23:04:23.665 INFO O| Aug 28 23:04:23.665 INFO STEP 106 (ensure_file) COMPLETE
93112024-08-28T23:04:24.547Z[ host-image] Aug 28 23:04:23.665 INFO O| Aug 28 23:04:23.665 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93122024-08-28T23:04:24.555Z[ host-image] Aug 28 23:04:23.676 INFO O| Aug 28 23:04:23.676 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93132024-08-28T23:04:24.558Z[ host-image] Aug 28 23:04:23.676 INFO O| Aug 28 23:04:23.676 INFO copying /tmp/.tmprIy4Nm/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 ...
93142024-08-28T23:04:24.558Z[ host-image] Aug 28 23:04:23.676 INFO O| Aug 28 23:04:23.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93152024-08-28T23:04:24.558Z[ host-image] Aug 28 23:04:23.676 INFO O| Aug 28 23:04:23.676 INFO ok!
93162024-08-28T23:04:24.558Z[ host-image] Aug 28 23:04:23.676 INFO O| Aug 28 23:04:23.676 INFO STEP 107 (ensure_file) COMPLETE
93172024-08-28T23:04:24.558Z[ host-image] Aug 28 23:04:23.676 INFO O| Aug 28 23:04:23.676 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93182024-08-28T23:04:24.565Z[ host-image] Aug 28 23:04:23.686 INFO O| Aug 28 23:04:23.686 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93192024-08-28T23:04:24.565Z[ host-image] Aug 28 23:04:23.686 INFO O| Aug 28 23:04:23.686 INFO copying /tmp/.tmprIy4Nm/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 ...
93202024-08-28T23:04:24.568Z[ host-image] Aug 28 23:04:23.686 INFO O| Aug 28 23:04:23.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93212024-08-28T23:04:24.568Z[ host-image] Aug 28 23:04:23.686 INFO O| Aug 28 23:04:23.686 INFO ok!
93222024-08-28T23:04:24.568Z[ host-image] Aug 28 23:04:23.686 INFO O| Aug 28 23:04:23.686 INFO STEP 108 (ensure_file) COMPLETE
93232024-08-28T23:04:24.568Z[ host-image] Aug 28 23:04:23.686 INFO O| Aug 28 23:04:23.686 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93242024-08-28T23:04:24.575Z[ host-image] Aug 28 23:04:23.696 INFO O| Aug 28 23:04:23.696 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93252024-08-28T23:04:24.575Z[ host-image] Aug 28 23:04:23.696 INFO O| Aug 28 23:04:23.696 INFO copying /tmp/.tmprIy4Nm/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 ...
93262024-08-28T23:04:24.578Z[ host-image] Aug 28 23:04:23.696 INFO O| Aug 28 23:04:23.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
93272024-08-28T23:04:24.578Z[ host-image] Aug 28 23:04:23.696 INFO O| Aug 28 23:04:23.696 INFO ok!
93282024-08-28T23:04:24.578Z[ host-image] Aug 28 23:04:23.696 INFO O| Aug 28 23:04:23.696 INFO STEP 109 (ensure_file) COMPLETE
93292024-08-28T23:04:24.578Z[ host-image] Aug 28 23:04:23.696 INFO O| Aug 28 23:04:23.696 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93302024-08-28T23:04:24.585Z[ host-image] Aug 28 23:04:23.706 INFO O| Aug 28 23:04:23.706 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
93312024-08-28T23:04:24.585Z[ host-image] Aug 28 23:04:23.706 INFO O| Aug 28 23:04:23.706 INFO copying /tmp/.tmprIy4Nm/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 ...
93322024-08-28T23:04:24.588Z[ host-image] Aug 28 23:04:23.706 INFO O| Aug 28 23:04:23.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
93332024-08-28T23:04:24.588Z[ host-image] Aug 28 23:04:23.706 INFO O| Aug 28 23:04:23.706 INFO ok!
93342024-08-28T23:04:24.588Z[ host-image] Aug 28 23:04:23.706 INFO O| Aug 28 23:04:23.706 INFO STEP 110 (ensure_file) COMPLETE
93352024-08-28T23:04:24.588Z[ host-image] Aug 28 23:04:23.706 INFO O| Aug 28 23:04:23.706 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93362024-08-28T23:04:24.595Z[ host-image] Aug 28 23:04:23.716 INFO O| Aug 28 23:04:23.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
93372024-08-28T23:04:24.595Z[ host-image] Aug 28 23:04:23.716 INFO O| Aug 28 23:04:23.716 INFO copying /tmp/.tmprIy4Nm/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 ...
93382024-08-28T23:04:24.598Z[ host-image] Aug 28 23:04:23.716 INFO O| Aug 28 23:04:23.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
93392024-08-28T23:04:24.598Z[ host-image] Aug 28 23:04:23.716 INFO O| Aug 28 23:04:23.716 INFO ok!
93402024-08-28T23:04:24.598Z[ host-image] Aug 28 23:04:23.716 INFO O| Aug 28 23:04:23.716 INFO STEP 111 (ensure_file) COMPLETE
93412024-08-28T23:04:24.598Z[ host-image] Aug 28 23:04:23.716 INFO O| Aug 28 23:04:23.716 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93422024-08-28T23:04:24.605Z[ host-image] Aug 28 23:04:23.726 INFO O| Aug 28 23:04:23.726 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
93432024-08-28T23:04:24.605Z[ host-image] Aug 28 23:04:23.726 INFO O| Aug 28 23:04:23.726 INFO copying /tmp/.tmprIy4Nm/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 ...
93442024-08-28T23:04:24.605Z[ host-image] Aug 28 23:04:23.726 INFO O| Aug 28 23:04:23.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93452024-08-28T23:04:24.608Z[ host-image] Aug 28 23:04:23.726 INFO O| Aug 28 23:04:23.726 INFO ok!
93462024-08-28T23:04:24.608Z[ host-image] Aug 28 23:04:23.726 INFO O| Aug 28 23:04:23.726 INFO STEP 112 (ensure_file) COMPLETE
93472024-08-28T23:04:24.608Z[ host-image] Aug 28 23:04:23.726 INFO O| Aug 28 23:04:23.726 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93482024-08-28T23:04:24.615Z[ host-image] Aug 28 23:04:23.736 INFO O| Aug 28 23:04:23.735 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93492024-08-28T23:04:24.615Z[ host-image] Aug 28 23:04:23.736 INFO O| Aug 28 23:04:23.736 INFO copying /tmp/.tmprIy4Nm/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 ...
93502024-08-28T23:04:24.615Z[ host-image] Aug 28 23:04:23.736 INFO O| Aug 28 23:04:23.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93512024-08-28T23:04:24.618Z[ host-image] Aug 28 23:04:23.736 INFO O| Aug 28 23:04:23.736 INFO ok!
93522024-08-28T23:04:24.618Z[ host-image] Aug 28 23:04:23.736 INFO O| Aug 28 23:04:23.736 INFO STEP 113 (ensure_file) COMPLETE
93532024-08-28T23:04:24.618Z[ host-image] Aug 28 23:04:23.736 INFO O| Aug 28 23:04:23.736 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93542024-08-28T23:04:24.625Z[ host-image] Aug 28 23:04:23.746 INFO O| Aug 28 23:04:23.746 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93552024-08-28T23:04:24.625Z[ host-image] Aug 28 23:04:23.746 INFO O| Aug 28 23:04:23.746 INFO copying /tmp/.tmprIy4Nm/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 ...
93562024-08-28T23:04:24.628Z[ host-image] Aug 28 23:04:23.746 INFO O| Aug 28 23:04:23.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93572024-08-28T23:04:24.628Z[ host-image] Aug 28 23:04:23.746 INFO O| Aug 28 23:04:23.746 INFO ok!
93582024-08-28T23:04:24.628Z[ host-image] Aug 28 23:04:23.746 INFO O| Aug 28 23:04:23.746 INFO STEP 114 (ensure_file) COMPLETE
93592024-08-28T23:04:24.628Z[ host-image] Aug 28 23:04:23.746 INFO O| Aug 28 23:04:23.746 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93602024-08-28T23:04:24.635Z[ host-image] Aug 28 23:04:23.756 INFO O| Aug 28 23:04:23.756 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93612024-08-28T23:04:24.635Z[ host-image] Aug 28 23:04:23.756 INFO O| Aug 28 23:04:23.756 INFO copying /tmp/.tmprIy4Nm/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 ...
93622024-08-28T23:04:24.639Z[ host-image] Aug 28 23:04:23.756 INFO O| Aug 28 23:04:23.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93632024-08-28T23:04:24.639Z[ host-image] Aug 28 23:04:23.756 INFO O| Aug 28 23:04:23.756 INFO ok!
93642024-08-28T23:04:24.639Z[ host-image] Aug 28 23:04:23.756 INFO O| Aug 28 23:04:23.756 INFO STEP 115 (ensure_file) COMPLETE
93652024-08-28T23:04:24.639Z[ host-image] Aug 28 23:04:23.756 INFO O| Aug 28 23:04:23.756 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93662024-08-28T23:04:24.645Z[ host-image] Aug 28 23:04:23.765 INFO O| Aug 28 23:04:23.765 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93672024-08-28T23:04:24.645Z[ host-image] Aug 28 23:04:23.765 INFO O| Aug 28 23:04:23.765 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93682024-08-28T23:04:24.648Z[ host-image] Aug 28 23:04:23.766 INFO O| Aug 28 23:04:23.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93692024-08-28T23:04:24.648Z[ host-image] Aug 28 23:04:23.766 INFO O| Aug 28 23:04:23.766 INFO ok!
93702024-08-28T23:04:24.648Z[ host-image] Aug 28 23:04:23.766 INFO O| Aug 28 23:04:23.766 INFO STEP 116 (ensure_file) COMPLETE
93712024-08-28T23:04:24.648Z[ host-image] Aug 28 23:04:23.766 INFO O| Aug 28 23:04:23.766 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93722024-08-28T23:04:24.655Z[ host-image] Aug 28 23:04:23.775 INFO O| Aug 28 23:04:23.775 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93732024-08-28T23:04:24.658Z[ host-image] Aug 28 23:04:23.775 INFO O| Aug 28 23:04:23.775 INFO copying /tmp/.tmprIy4Nm/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 ...
93742024-08-28T23:04:24.658Z[ host-image] Aug 28 23:04:23.775 INFO O| Aug 28 23:04:23.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93752024-08-28T23:04:24.658Z[ host-image] Aug 28 23:04:23.775 INFO O| Aug 28 23:04:23.775 INFO ok!
93762024-08-28T23:04:24.658Z[ host-image] Aug 28 23:04:23.775 INFO O| Aug 28 23:04:23.775 INFO STEP 117 (ensure_file) COMPLETE
93772024-08-28T23:04:24.658Z[ host-image] Aug 28 23:04:23.775 INFO O| Aug 28 23:04:23.775 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93782024-08-28T23:04:24.665Z[ host-image] Aug 28 23:04:23.785 INFO O| Aug 28 23:04:23.785 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93792024-08-28T23:04:24.665Z[ host-image] Aug 28 23:04:23.785 INFO O| Aug 28 23:04:23.785 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93802024-08-28T23:04:24.667Z[ host-image] Aug 28 23:04:23.785 INFO O| Aug 28 23:04:23.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93812024-08-28T23:04:24.667Z[ host-image] Aug 28 23:04:23.785 INFO O| Aug 28 23:04:23.785 INFO ok!
93822024-08-28T23:04:24.667Z[ host-image] Aug 28 23:04:23.785 INFO O| Aug 28 23:04:23.785 INFO STEP 118 (ensure_file) COMPLETE
93832024-08-28T23:04:24.667Z[ host-image] Aug 28 23:04:23.785 INFO O| Aug 28 23:04:23.785 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93842024-08-28T23:04:24.675Z[ host-image] Aug 28 23:04:23.795 INFO O| Aug 28 23:04:23.795 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93852024-08-28T23:04:24.675Z[ host-image] Aug 28 23:04:23.795 INFO O| Aug 28 23:04:23.795 INFO copying /tmp/.tmprIy4Nm/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93862024-08-28T23:04:29.349Z[ host-image] Aug 28 23:04:28.469 INFO O| Aug 28 23:04:28.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93872024-08-28T23:04:29.349Z[ host-image] Aug 28 23:04:28.469 INFO O| Aug 28 23:04:28.469 INFO ok!
93882024-08-28T23:04:29.351Z[ host-image] Aug 28 23:04:28.469 INFO O| Aug 28 23:04:28.469 INFO STEP 119 (ensure_file) COMPLETE
93892024-08-28T23:04:29.351Z[ host-image] Aug 28 23:04:28.469 INFO O| Aug 28 23:04:28.469 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93902024-08-28T23:04:29.360Z[ host-image] Aug 28 23:04:28.481 INFO O| Aug 28 23:04:28.481 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
93912024-08-28T23:04:29.360Z[ host-image] Aug 28 23:04:28.481 INFO O| Aug 28 23:04:28.481 INFO STEP 120 (ensure_dir) COMPLETE
93922024-08-28T23:04:29.360Z[ host-image] Aug 28 23:04:28.481 INFO O| Aug 28 23:04:28.481 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93932024-08-28T23:04:29.372Z[ host-image] Aug 28 23:04:28.493 INFO O| Aug 28 23:04:28.493 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
93942024-08-28T23:04:29.375Z[ host-image] Aug 28 23:04:28.493 INFO O| Aug 28 23:04:28.493 INFO STEP 121 (ensure_dir) COMPLETE
93952024-08-28T23:04:29.375Z[ host-image] Aug 28 23:04:28.493 INFO O| Aug 28 23:04:28.493 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93962024-08-28T23:04:29.383Z[ host-image] Aug 28 23:04:28.504 INFO O| Aug 28 23:04:28.504 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
93972024-08-28T23:04:29.383Z[ host-image] Aug 28 23:04:28.504 INFO O| Aug 28 23:04:28.504 INFO STEP 122 (ensure_dir) COMPLETE
93982024-08-28T23:04:29.383Z[ host-image] Aug 28 23:04:28.504 INFO O| Aug 28 23:04:28.504 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93992024-08-28T23:04:29.394Z[ host-image] Aug 28 23:04:28.515 INFO O| Aug 28 23:04:28.515 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94002024-08-28T23:04:29.394Z[ host-image] Aug 28 23:04:28.515 INFO O| Aug 28 23:04:28.515 INFO STEP 123 (ensure_dir) COMPLETE
94012024-08-28T23:04:29.394Z[ host-image] Aug 28 23:04:28.515 INFO O| Aug 28 23:04:28.515 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022024-08-28T23:04:29.405Z[ host-image] Aug 28 23:04:28.526 INFO O| Aug 28 23:04:28.526 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94032024-08-28T23:04:29.405Z[ host-image] Aug 28 23:04:28.526 INFO O| Aug 28 23:04:28.526 INFO copying /tmp/.tmprIy4Nm/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 ...
94042024-08-28T23:04:29.408Z[ host-image] Aug 28 23:04:28.526 INFO O| Aug 28 23:04:28.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94052024-08-28T23:04:29.408Z[ host-image] Aug 28 23:04:28.526 INFO O| Aug 28 23:04:28.526 INFO ok!
94062024-08-28T23:04:29.408Z[ host-image] Aug 28 23:04:28.526 INFO O| Aug 28 23:04:28.526 INFO STEP 124 (ensure_file) COMPLETE
94072024-08-28T23:04:29.408Z[ host-image] Aug 28 23:04:28.526 INFO O| Aug 28 23:04:28.526 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94082024-08-28T23:04:29.415Z[ host-image] Aug 28 23:04:28.536 INFO O| Aug 28 23:04:28.536 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94092024-08-28T23:04:29.418Z[ host-image] Aug 28 23:04:28.536 INFO O| Aug 28 23:04:28.536 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94102024-08-28T23:04:29.418Z[ host-image] Aug 28 23:04:28.536 INFO O| Aug 28 23:04:28.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94112024-08-28T23:04:29.418Z[ host-image] Aug 28 23:04:28.536 INFO O| Aug 28 23:04:28.536 INFO STEP 125 (ensure_dir) COMPLETE
94122024-08-28T23:04:29.418Z[ host-image] Aug 28 23:04:28.536 INFO O| Aug 28 23:04:28.536 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94132024-08-28T23:04:29.425Z[ host-image] Aug 28 23:04:28.546 INFO O| Aug 28 23:04:28.546 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94142024-08-28T23:04:29.426Z[ host-image] Aug 28 23:04:28.546 INFO O| Aug 28 23:04:28.546 INFO copying /tmp/.tmprIy4Nm/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94152024-08-28T23:04:29.428Z[ host-image] Aug 28 23:04:28.547 INFO O| Aug 28 23:04:28.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94162024-08-28T23:04:29.428Z[ host-image] Aug 28 23:04:28.547 INFO O| Aug 28 23:04:28.547 INFO ok!
94172024-08-28T23:04:29.428Z[ host-image] Aug 28 23:04:28.547 INFO O| Aug 28 23:04:28.547 INFO STEP 126 (ensure_file) COMPLETE
94182024-08-28T23:04:29.428Z[ host-image] Aug 28 23:04:28.547 INFO O| Aug 28 23:04:28.547 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94192024-08-28T23:04:29.435Z[ host-image] Aug 28 23:04:28.556 INFO O| Aug 28 23:04:28.556 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
94202024-08-28T23:04:29.438Z[ host-image] Aug 28 23:04:28.557 INFO O| Aug 28 23:04:28.557 INFO STEP 127 (remove_files) COMPLETE
94212024-08-28T23:04:29.438Z[ host-image] Aug 28 23:04:28.557 INFO O| Aug 28 23:04:28.557 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94222024-08-28T23:04:29.446Z[ host-image] Aug 28 23:04:28.566 INFO O| Aug 28 23:04:28.566 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
94232024-08-28T23:04:29.448Z[ host-image] Aug 28 23:04:28.567 INFO O| Aug 28 23:04:28.567 INFO STEP 128 (remove_files) COMPLETE
94242024-08-28T23:04:29.448Z[ host-image] Aug 28 23:04:28.567 INFO O| Aug 28 23:04:28.567 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94252024-08-28T23:04:29.455Z[ host-image] Aug 28 23:04:28.576 INFO O| Aug 28 23:04:28.576 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
94262024-08-28T23:04:29.458Z[ host-image] Aug 28 23:04:28.576 INFO O| Aug 28 23:04:28.576 INFO STEP 129 (remove_files) COMPLETE
94272024-08-28T23:04:29.458Z[ host-image] Aug 28 23:04:28.576 INFO O| Aug 28 23:04:28.576 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94282024-08-28T23:04:29.465Z[ host-image] Aug 28 23:04:28.586 INFO O| Aug 28 23:04:28.586 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
94292024-08-28T23:04:29.468Z[ host-image] Aug 28 23:04:28.586 INFO O| Aug 28 23:04:28.586 INFO STEP 130 (remove_files) COMPLETE
94302024-08-28T23:04:29.468Z[ host-image] Aug 28 23:04:28.586 INFO O| Aug 28 23:04:28.586 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94312024-08-28T23:04:29.475Z[ host-image] Aug 28 23:04:28.596 INFO O| Aug 28 23:04:28.596 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
94322024-08-28T23:04:29.478Z[ host-image] Aug 28 23:04:28.596 INFO O| Aug 28 23:04:28.596 INFO STEP 131 (remove_files) COMPLETE
94332024-08-28T23:04:29.478Z[ host-image] Aug 28 23:04:28.596 INFO O| Aug 28 23:04:28.596 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94342024-08-28T23:04:29.486Z[ host-image] Aug 28 23:04:28.607 INFO O| Aug 28 23:04:28.606 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
94352024-08-28T23:04:29.488Z[ host-image] Aug 28 23:04:28.607 INFO O| Aug 28 23:04:28.607 INFO STEP 132 (remove_files) COMPLETE
94362024-08-28T23:04:29.489Z[ host-image] Aug 28 23:04:28.607 INFO O| Aug 28 23:04:28.607 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94372024-08-28T23:04:29.496Z[ host-image] Aug 28 23:04:28.617 INFO O| Aug 28 23:04:28.617 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
94382024-08-28T23:04:29.499Z[ host-image] Aug 28 23:04:28.617 INFO O| Aug 28 23:04:28.617 INFO STEP 133 (remove_files) COMPLETE
94392024-08-28T23:04:29.499Z[ host-image] Aug 28 23:04:28.617 INFO O| Aug 28 23:04:28.617 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94402024-08-28T23:04:29.506Z[ host-image] Aug 28 23:04:28.627 INFO O| Aug 28 23:04:28.627 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
94412024-08-28T23:04:29.506Z[ host-image] Aug 28 23:04:28.627 INFO O| Aug 28 23:04:28.627 INFO STEP 134 (remove_files) COMPLETE
94422024-08-28T23:04:29.509Z[ host-image] Aug 28 23:04:28.627 INFO O| Aug 28 23:04:28.627 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94432024-08-28T23:04:29.516Z[ host-image] Aug 28 23:04:28.637 INFO O| Aug 28 23:04:28.637 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
94442024-08-28T23:04:29.520Z[ host-image] Aug 28 23:04:28.637 INFO O| Aug 28 23:04:28.637 INFO STEP 135 (remove_files) COMPLETE
94452024-08-28T23:04:29.520Z[ host-image] Aug 28 23:04:28.637 INFO O| Aug 28 23:04:28.637 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94462024-08-28T23:04:29.527Z[ host-image] Aug 28 23:04:28.648 INFO O| Aug 28 23:04:28.647 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94472024-08-28T23:04:29.527Z[ host-image] Aug 28 23:04:28.648 INFO O| Aug 28 23:04:28.648 INFO STEP 136 (remove_files) COMPLETE
94482024-08-28T23:04:29.527Z[ host-image] Aug 28 23:04:28.648 INFO O| Aug 28 23:04:28.648 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94492024-08-28T23:04:29.537Z[ host-image] Aug 28 23:04:28.658 INFO O| Aug 28 23:04:28.658 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94502024-08-28T23:04:29.540Z[ host-image] Aug 28 23:04:28.658 INFO O| Aug 28 23:04:28.658 INFO STEP 137 (remove_files) COMPLETE
94512024-08-28T23:04:29.540Z[ host-image] Aug 28 23:04:28.658 INFO O| Aug 28 23:04:28.658 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94522024-08-28T23:04:29.547Z[ host-image] Aug 28 23:04:28.668 INFO O| Aug 28 23:04:28.668 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94532024-08-28T23:04:29.547Z[ host-image] Aug 28 23:04:28.668 INFO O| Aug 28 23:04:28.668 INFO STEP 138 (remove_files) COMPLETE
94542024-08-28T23:04:29.550Z[ host-image] Aug 28 23:04:28.668 INFO O| Aug 28 23:04:28.668 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94552024-08-28T23:04:29.557Z[ host-image] Aug 28 23:04:28.678 INFO O| Aug 28 23:04:28.678 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94562024-08-28T23:04:29.560Z[ host-image] Aug 28 23:04:28.678 INFO O| Aug 28 23:04:28.678 INFO STEP 139 (remove_files) COMPLETE
94572024-08-28T23:04:29.560Z[ host-image] Aug 28 23:04:28.678 INFO O| Aug 28 23:04:28.678 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94582024-08-28T23:04:29.568Z[ host-image] Aug 28 23:04:28.688 INFO O| Aug 28 23:04:28.688 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94592024-08-28T23:04:29.568Z[ host-image] Aug 28 23:04:28.689 INFO O| Aug 28 23:04:28.689 INFO STEP 140 (remove_files) COMPLETE
94602024-08-28T23:04:29.570Z[ host-image] Aug 28 23:04:28.689 INFO O| Aug 28 23:04:28.689 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94612024-08-28T23:04:29.578Z[ host-image] Aug 28 23:04:28.699 INFO O| Aug 28 23:04:28.699 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94622024-08-28T23:04:29.582Z[ host-image] Aug 28 23:04:28.699 INFO O| Aug 28 23:04:28.699 INFO STEP 141 (remove_files) COMPLETE
94632024-08-28T23:04:29.582Z[ host-image] Aug 28 23:04:28.699 INFO O| Aug 28 23:04:28.699 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94642024-08-28T23:04:29.588Z[ host-image] Aug 28 23:04:28.709 INFO O| Aug 28 23:04:28.709 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94652024-08-28T23:04:29.588Z[ host-image] Aug 28 23:04:28.709 INFO O| Aug 28 23:04:28.709 INFO STEP 142 (remove_files) COMPLETE
94662024-08-28T23:04:29.591Z[ host-image] Aug 28 23:04:28.709 INFO O| Aug 28 23:04:28.709 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94672024-08-28T23:04:29.598Z[ host-image] Aug 28 23:04:28.719 INFO O| Aug 28 23:04:28.719 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94682024-08-28T23:04:29.599Z[ host-image] Aug 28 23:04:28.719 INFO O| Aug 28 23:04:28.719 INFO STEP 143 (remove_files) COMPLETE
94692024-08-28T23:04:29.599Z[ host-image] Aug 28 23:04:28.719 INFO O| Aug 28 23:04:28.719 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94702024-08-28T23:04:29.610Z[ host-image] Aug 28 23:04:28.731 INFO O| Aug 28 23:04:28.731 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94712024-08-28T23:04:29.610Z[ host-image] Aug 28 23:04:28.731 INFO O| Aug 28 23:04:28.731 INFO STEP 144 (remove_files) COMPLETE
94722024-08-28T23:04:29.610Z[ host-image] Aug 28 23:04:28.731 INFO O| Aug 28 23:04:28.731 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94732024-08-28T23:04:29.623Z[ host-image] Aug 28 23:04:28.744 INFO O| Aug 28 23:04:28.743 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94742024-08-28T23:04:29.623Z[ host-image] Aug 28 23:04:28.744 INFO O| Aug 28 23:04:28.744 INFO STEP 145 (remove_files) COMPLETE
94752024-08-28T23:04:29.623Z[ host-image] Aug 28 23:04:28.744 INFO O| Aug 28 23:04:28.744 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94762024-08-28T23:04:29.633Z[ host-image] Aug 28 23:04:28.754 INFO O| Aug 28 23:04:28.754 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94772024-08-28T23:04:29.633Z[ host-image] Aug 28 23:04:28.754 INFO O| Aug 28 23:04:28.754 INFO STEP 146 (remove_files) COMPLETE
94782024-08-28T23:04:29.633Z[ host-image] Aug 28 23:04:28.754 INFO O| Aug 28 23:04:28.754 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94792024-08-28T23:04:29.643Z[ host-image] Aug 28 23:04:28.764 INFO O| Aug 28 23:04:28.764 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94802024-08-28T23:04:29.643Z[ host-image] Aug 28 23:04:28.764 INFO O| Aug 28 23:04:28.764 INFO STEP 147 (remove_files) COMPLETE
94812024-08-28T23:04:29.643Z[ host-image] Aug 28 23:04:28.764 INFO O| Aug 28 23:04:28.764 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94822024-08-28T23:04:29.653Z[ host-image] Aug 28 23:04:28.774 INFO O| Aug 28 23:04:28.773 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94832024-08-28T23:04:29.655Z[ host-image] Aug 28 23:04:28.774 INFO O| Aug 28 23:04:28.774 INFO STEP 148 (remove_files) COMPLETE
94842024-08-28T23:04:29.655Z[ host-image] Aug 28 23:04:28.774 INFO O| Aug 28 23:04:28.774 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94852024-08-28T23:04:29.663Z[ host-image] Aug 28 23:04:28.783 INFO O| Aug 28 23:04:28.783 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94862024-08-28T23:04:29.663Z[ host-image] Aug 28 23:04:28.783 INFO O| Aug 28 23:04:28.783 INFO STEP 149 (remove_files) COMPLETE
94872024-08-28T23:04:29.663Z[ host-image] Aug 28 23:04:28.783 INFO O| Aug 28 23:04:28.783 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94882024-08-28T23:04:29.672Z[ host-image] Aug 28 23:04:28.793 INFO O| Aug 28 23:04:28.793 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94892024-08-28T23:04:29.675Z[ host-image] Aug 28 23:04:28.793 INFO O| Aug 28 23:04:28.793 INFO STEP 150 (remove_files) COMPLETE
94902024-08-28T23:04:29.675Z[ host-image] Aug 28 23:04:28.793 INFO O| Aug 28 23:04:28.793 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94912024-08-28T23:04:29.682Z[ host-image] Aug 28 23:04:28.803 INFO O| Aug 28 23:04:28.803 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
94922024-08-28T23:04:29.683Z[ host-image] Aug 28 23:04:28.803 INFO O| Aug 28 23:04:28.803 INFO STEP 151 (remove_files) COMPLETE
94932024-08-28T23:04:29.683Z[ host-image] Aug 28 23:04:28.803 INFO O| Aug 28 23:04:28.803 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94942024-08-28T23:04:29.693Z[ host-image] Aug 28 23:04:28.814 INFO O| Aug 28 23:04:28.814 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94952024-08-28T23:04:29.693Z[ host-image] Aug 28 23:04:28.814 INFO O| Aug 28 23:04:28.814 INFO STEP 152 (remove_files) COMPLETE
94962024-08-28T23:04:29.695Z[ host-image] Aug 28 23:04:28.814 INFO O| Aug 28 23:04:28.814 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94972024-08-28T23:04:29.703Z[ host-image] Aug 28 23:04:28.824 INFO O| Aug 28 23:04:28.824 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
94982024-08-28T23:04:29.703Z[ host-image] Aug 28 23:04:28.824 INFO O| Aug 28 23:04:28.824 INFO STEP 153 (remove_files) COMPLETE
94992024-08-28T23:04:29.706Z[ host-image] Aug 28 23:04:28.824 INFO O| Aug 28 23:04:28.824 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95002024-08-28T23:04:29.713Z[ host-image] Aug 28 23:04:28.834 INFO O| Aug 28 23:04:28.834 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95012024-08-28T23:04:29.713Z[ host-image] Aug 28 23:04:28.834 INFO O| Aug 28 23:04:28.834 INFO STEP 154 (remove_files) COMPLETE
95022024-08-28T23:04:29.716Z[ host-image] Aug 28 23:04:28.834 INFO O| Aug 28 23:04:28.834 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95032024-08-28T23:04:29.723Z[ host-image] Aug 28 23:04:28.844 INFO O| Aug 28 23:04:28.844 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95042024-08-28T23:04:29.723Z[ host-image] Aug 28 23:04:28.844 INFO O| Aug 28 23:04:28.844 INFO STEP 155 (remove_files) COMPLETE
95052024-08-28T23:04:29.726Z[ host-image] Aug 28 23:04:28.844 INFO O| Aug 28 23:04:28.844 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95062024-08-28T23:04:29.740Z[ host-image] Aug 28 23:04:28.861 INFO O| Aug 28 23:04:28.861 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95072024-08-28T23:04:29.743Z[ host-image] Aug 28 23:04:28.861 INFO O| Aug 28 23:04:28.861 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
95082024-08-28T23:04:33.936Z[ recovery-image] Aug 28 23:04:33.057 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)
95092024-08-28T23:04:35.708Z[ recovery-image] Aug 28 23:04:34.829 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)
95102024-08-28T23:04:38.874Z[ recovery-image] Aug 28 23:04:37.995 INFO E| Compiling bitflags v1.3.2
95112024-08-28T23:04:38.874Z[ recovery-image] Aug 28 23:04:37.995 INFO E| Compiling bit_field v0.10.2
95122024-08-28T23:04:38.874Z[ recovery-image] Aug 28 23:04:37.995 INFO E| Compiling log v0.4.21
95132024-08-28T23:04:38.877Z[ recovery-image] Aug 28 23:04:37.995 INFO E| Compiling scroll v0.12.0
95142024-08-28T23:04:38.877Z[ recovery-image] Aug 28 23:04:37.996 INFO E| Compiling plain v0.2.3
95152024-08-28T23:04:38.877Z[ recovery-image] Aug 28 23:04:37.996 INFO E| Compiling adler v1.0.2
95162024-08-28T23:04:38.877Z[ recovery-image] Aug 28 23:04:37.996 INFO E| Compiling bitstruct v0.1.1
95172024-08-28T23:04:38.962Z[ recovery-image] Aug 28 23:04:38.083 INFO E| Compiling raw-cpuid v10.7.0
95182024-08-28T23:04:38.973Z[ recovery-image] Aug 28 23:04:38.095 INFO E| Compiling cpio_reader v0.1.1
95192024-08-28T23:04:39.090Z[ recovery-image] Aug 28 23:04:38.211 INFO E| Compiling miniz_oxide v0.7.2
95202024-08-28T23:04:39.138Z[ recovery-image] Aug 28 23:04:38.259 INFO E| Compiling static_assertions v1.1.0
95212024-08-28T23:04:39.361Z[ recovery-image] Aug 28 23:04:38.482 INFO E| Compiling goblin v0.8.0
95222024-08-28T23:04:41.747Z[ host-image] Aug 28 23:04:40.868 INFO O| Aug 28 23:04:40.868 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
95232024-08-28T23:04:41.747Z[ host-image] Aug 28 23:04:40.868 INFO O| Aug 28 23:04:40.868 INFO E| svccfg: Loaded 74 smf(7) service descriptions
95242024-08-28T23:04:41.775Z[ host-image] Aug 28 23:04:40.892 INFO O| Aug 28 23:04:40.892 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
95252024-08-28T23:04:41.952Z[ host-image] Aug 28 23:04:41.072 INFO O| Aug 28 23:04:41.072 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
95262024-08-28T23:04:41.952Z[ host-image] Aug 28 23:04:41.072 INFO O| Aug 28 23:04:41.072 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
95272024-08-28T23:04:41.955Z[ host-image] Aug 28 23:04:41.075 INFO O| Aug 28 23:04:41.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
95282024-08-28T23:04:41.955Z[ host-image] Aug 28 23:04:41.075 INFO O| Aug 28 23:04:41.075 INFO ok!
95292024-08-28T23:04:41.955Z[ host-image] Aug 28 23:04:41.075 INFO O| Aug 28 23:04:41.075 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
95302024-08-28T23:04:41.955Z[ host-image] Aug 28 23:04:41.075 INFO O| Aug 28 23:04:41.075 INFO STEP 156 (seed_smf) COMPLETE
95312024-08-28T23:04:41.955Z[ host-image] Aug 28 23:04:41.075 INFO O| Aug 28 23:04:41.075 INFO steps complete; finalising image!
95322024-08-28T23:04:41.955Z[ host-image] Aug 28 23:04:41.075 INFO O| Aug 28 23:04:41.075 INFO TRIM POOL: TEMPORARY-gimlet-zfs
95332024-08-28T23:04:42.193Z[ host-image] Aug 28 23:04:41.309 INFO O| Aug 28 23:04:41.309 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Aug 28 23:04:41 2024)
95342024-08-28T23:04:42.397Z[ host-image] Aug 28 23:04:41.518 INFO O| Aug 28 23:04:41.518 INFO trim TEMPORARY-gimlet-zfs: (84% trimmed, started at Wed Aug 28 23:04:41 2024)
95352024-08-28T23:04:42.621Z[ host-image] Aug 28 23:04:41.742 INFO O| Aug 28 23:04:41.742 INFO temporary pool has 670M used, 162M avail, 1.87x compressratio
95362024-08-28T23:04:42.621Z[ host-image] Aug 28 23:04:41.742 INFO O| Aug 28 23:04:41.742 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
95372024-08-28T23:04:42.914Z[ host-image] Aug 28 23:04:42.035 INFO O| Aug 28 23:04:42.035 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
95382024-08-28T23:04:42.917Z[ host-image] Aug 28 23:04:42.035 INFO O| Aug 28 23:04:42.035 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
95392024-08-28T23:04:44.038Z[ host-image] Aug 28 23:04:43.159 INFO O| Aug 28 23:04:43.159 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
95402024-08-28T23:04:44.038Z[ host-image] Aug 28 23:04:43.159 INFO O| Aug 28 23:04:43.159 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
95412024-08-28T23:04:44.041Z[ host-image] Aug 28 23:04:43.159 INFO O| Aug 28 23:04:43.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
95422024-08-28T23:04:44.041Z[ host-image] Aug 28 23:04:43.159 INFO O| Aug 28 23:04:43.159 INFO completed processing gimlet/zfs
95432024-08-28T23:04:44.041Z[ host-image] Aug 28 23:04:43.159 INFO O| Aug 28 23:04:43.159 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
95442024-08-28T23:04:46.435Z[ recovery-image] Aug 28 23:04:45.556 INFO E| Finished `release` profile [optimized] target(s) in 43.14s
95452024-08-28T23:04:46.454Z[ recovery-image] Aug 28 23:04:45.576 INFO building host image...
95462024-08-28T23:04:46.457Z[ recovery-image] Aug 28 23:04:45.577 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")
95472024-08-28T23:04:46.923Z[ recovery-image] Aug 28 23:04:46.045 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
95482024-08-28T23:04:48.327Z[ recovery-image] Aug 28 23:04:47.449 INFO image complete! materials are in "/work/os-recovery"
95492024-08-28T23:04:48.330Z[ recovery-image]
95502024-08-28T23:04:48.332Z[ recovery-image] real 7:44.573616451
95512024-08-28T23:04:48.332Z[ recovery-image] user 4:48.925357689
95522024-08-28T23:04:48.332Z[ recovery-image] sys 1:08.312390829
95532024-08-28T23:04:48.332Z[ recovery-image] trap 0.269976059
95542024-08-28T23:04:48.332Z[ recovery-image] tflt 0.358311970
95552024-08-28T23:04:48.332Z[ recovery-image] dflt 1.520919409
95562024-08-28T23:04:48.332Z[ recovery-image] kflt 0.001549923
95572024-08-28T23:04:48.332Z[ recovery-image] lock 9:45.818588968
95582024-08-28T23:04:48.332Z[ recovery-image] slp 44:29.876031049
95592024-08-28T23:04:48.332Z[ recovery-image] lat 2:19.297544660
95602024-08-28T23:04:48.332Z[ recovery-image] stop 4.927591249
95612024-08-28T23:04:48.332ZAug 28 23:04:47.453 INFO [recovery-image] process exited with exit status: 0 (464.635609262s)
95622024-08-28T23:04:50.687Z[ host-image] Aug 28 23:04:49.809 INFO O| Aug 28 23:04:49.809 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
95632024-08-28T23:04:50.759Z[ host-image] Aug 28 23:04:49.880 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
95642024-08-28T23:04:50.759Z[ host-image] Aug 28 23:04:49.881 INFO expanded image name: "ci 9189023/${os_short_commit} 2024-08-28 22:35" -> "ci 9189023/2408c3f 2024-08-28 22:35"
95652024-08-28T23:04:50.779Z[ host-image] Aug 28 23:04:49.881 INFO output artefacts stored in: "/work/os-host"
95662024-08-28T23:04:50.779Z[ host-image] Aug 28 23:04:49.881 INFO collecting git info from project "bootserver"...
95672024-08-28T23:04:50.783Z[ host-image] Aug 28 23:04:49.886 INFO collecting git info from project "image-builder"...
95682024-08-28T23:04:50.783Z[ host-image] Aug 28 23:04:49.891 INFO collecting git info from project "chelsio-t6-roms"...
95692024-08-28T23:04:50.783Z[ host-image] Aug 28 23:04:49.895 INFO collecting git info from project "amd-firmware"...
95702024-08-28T23:04:50.783Z[ host-image] Aug 28 23:04:49.904 INFO collecting git info from project "pinprick"...
95712024-08-28T23:04:50.786Z[ host-image] Aug 28 23:04:49.908 INFO collecting git info from project "phbl"...
95722024-08-28T23:04:50.790Z[ host-image] Aug 28 23:04:49.912 INFO collecting git info from project "amd-host-image-builder"...
95732024-08-28T23:04:50.813Z[ host-image] Aug 28 23:04:49.926 INFO collecting git info from project "pilot"...
95742024-08-28T23:04:50.816Z[ host-image] Aug 28 23:04:49.931 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
95752024-08-28T23:04:51.187Z[ host-image] Aug 28 23:04:50.303 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
95762024-08-28T23:04:51.530Z[ host-image] Aug 28 23:04:50.652 INFO creating Oxide boot image...
95772024-08-28T23:04:51.530Z[ host-image] Aug 28 23:04:50.652 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 9189023/2408c3f 2024-08-28 22:35", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
95782024-08-28T23:04:52.454Z[ host-image] Aug 28 23:04:51.567 INFO O| ok, image written!
95792024-08-28T23:04:52.454Z[ host-image] Aug 28 23:04:51.568 INFO O| ok, boot_image_csum file written!
95802024-08-28T23:04:52.457Z[ host-image] Aug 28 23:04:51.571 INFO creating boot archive (CPIO)...
95812024-08-28T23:04:52.457Z[ host-image] Aug 28 23:04:51.571 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
95822024-08-28T23:04:52.457Z[ host-image] Aug 28 23:04:51.578 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95832024-08-28T23:04:52.457Z[ host-image] Aug 28 23:04:51.578 INFO E| + outfile=/work/os-host/cpio
95842024-08-28T23:04:52.457Z[ host-image] Aug 28 23:04:51.578 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95852024-08-28T23:04:52.460Z[ host-image] Aug 28 23:04:51.580 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95862024-08-28T23:04:52.460Z[ host-image] Aug 28 23:04:51.581 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95872024-08-28T23:04:52.490Z[ host-image] Aug 28 23:04:51.612 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95882024-08-28T23:04:52.490Z[ host-image] Aug 28 23:04:51.612 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95892024-08-28T23:04:52.497Z[ host-image] Aug 28 23:04:51.620 INFO creating compressed cpio/unix for nanobl-rs...
95902024-08-28T23:04:52.500Z[ host-image] Aug 28 23:04:51.620 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
95912024-08-28T23:04:52.796Z[ host-image] Aug 28 23:04:51.911 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95922024-08-28T23:04:57.147Z[ host-image] Aug 28 23:04:56.270 INFO creating reset image...
95932024-08-28T23:04:57.150Z[ host-image] Aug 28 23:04:56.270 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95942024-08-28T23:04:57.232Z[ host-image] Aug 28 23:04:56.355 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95952024-08-28T23:04:57.235Z[ host-image] Aug 28 23:04:56.356 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95962024-08-28T23:04:57.295Z[ host-image] Aug 28 23:04:56.418 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95972024-08-28T23:04:59.464Z[ host-image] Aug 28 23:04:58.586 INFO E| Finished `release` profile [optimized] target(s) in 2.22s
95982024-08-28T23:04:59.475Z[ host-image] Aug 28 23:04:58.597 INFO building host image...
95992024-08-28T23:04:59.477Z[ host-image] Aug 28 23:04:58.598 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")
96002024-08-28T23:04:59.918Z[ host-image] Aug 28 23:04:59.040 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96012024-08-28T23:05:46.210Z[ host-image] Aug 28 23:05:45.336 INFO image complete! materials are in "/work/os-host"
96022024-08-28T23:05:46.213Z[ host-image]
96032024-08-28T23:05:46.216Z[ host-image] real 8:56.109805560
96042024-08-28T23:05:46.216Z[ host-image] user 4:17.369960715
96052024-08-28T23:05:46.216Z[ host-image] sys 53.769000620
96062024-08-28T23:05:46.216Z[ host-image] trap 0.184347018
96072024-08-28T23:05:46.216Z[ host-image] tflt 0.014637600
96082024-08-28T23:05:46.216Z[ host-image] dflt 0.033342293
96092024-08-28T23:05:46.216Z[ host-image] kflt 0.000000000
96102024-08-28T23:05:46.216Z[ host-image] lock 5:54.307093236
96112024-08-28T23:05:46.216Z[ host-image] slp 48:35.839815943
96122024-08-28T23:05:46.216Z[ host-image] lat 1:30.292507118
96132024-08-28T23:05:46.216Z[ host-image] stop 0.771677027
96142024-08-28T23:05:46.216ZAug 28 23:05:45.340 INFO [host-image] process exited with exit status: 0 (536.122567131s)
96152024-08-28T23:05:46.216ZAug 28 23:05:45.340 INFO [tuf-repo] running task
96162024-08-28T23:05:53.320ZAug 28 23:05:52.446 INFO assembling repository in `/tmp/tufaceousqnc8Np`, component: OmicronRepoAssembler
96172024-08-28T23:05:58.009ZAug 28 23:05:57.135 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96182024-08-28T23:05:58.316ZAug 28 23:05:57.442 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96192024-08-28T23:06:10.216ZAug 28 23:06:09.343 INFO [tuf-repo] task succeeded (24.003394566s)
96202024-08-28T23:06:10.216ZAug 28 23:06:09.343 INFO all jobs completed in 1818.22917623s
96212024-08-28T23:06:10.742Zprocess exited: duration 2365362 ms, exit code 0
 
96222024-08-28T23:06:10.753Zfound 33 output files
96232024-08-28T23:06:10.753Zuploading: /work/manifest.toml (8404 bytes)
96242024-08-28T23:06:11.762Zuploaded: /work/manifest.toml
96252024-08-28T23:06:11.762Zuploading: /work/repo.zip (1793846369 bytes)
96262024-08-28T23:06:47.790Zuploaded: /work/repo.zip
96272024-08-28T23:06:47.791Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96282024-08-28T23:06:48.804Zuploaded: /work/repo.zip.sha256.txt
96292024-08-28T23:06:48.805Zuploading: /work/helios-setup.log (52305 bytes)
96302024-08-28T23:06:49.829Zuploaded: /work/helios-setup.log
96312024-08-28T23:06:49.829Zuploading: /work/host-image.log (194639 bytes)
96322024-08-28T23:06:50.850Zuploaded: /work/host-image.log
96332024-08-28T23:06:50.850Zuploading: /work/host-package.log (19071 bytes)
96342024-08-28T23:06:51.863Zuploaded: /work/host-package.log
96352024-08-28T23:06:51.866Zuploading: /work/host-target.log (101 bytes)
96362024-08-28T23:06:52.870Zuploaded: /work/host-target.log
96372024-08-28T23:06:52.870Zuploading: /work/omicron-package.log (4572 bytes)
96382024-08-28T23:06:53.878Zuploaded: /work/omicron-package.log
96392024-08-28T23:06:53.878Zuploading: /work/phbl-toolchain.log (881 bytes)
96402024-08-28T23:06:54.886Zuploaded: /work/phbl-toolchain.log
96412024-08-28T23:06:54.887Zuploading: /work/recovery-image.log (591185 bytes)
96422024-08-28T23:06:55.923Zuploaded: /work/recovery-image.log
96432024-08-28T23:06:55.923Zuploading: /work/recovery-package.log (282 bytes)
96442024-08-28T23:06:56.931Zuploaded: /work/recovery-package.log
96452024-08-28T23:06:56.931Zuploading: /work/recovery-target.log (98 bytes)
96462024-08-28T23:06:57.940Zuploaded: /work/recovery-target.log
96472024-08-28T23:06:57.940Zuploading: /work/stamp-clickhouse.log (117 bytes)
96482024-08-28T23:06:58.948Zuploaded: /work/stamp-clickhouse.log
96492024-08-28T23:06:58.948Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
96502024-08-28T23:06:59.956Zuploaded: /work/stamp-clickhouse_keeper.log
96512024-08-28T23:06:59.957Zuploading: /work/stamp-cockroachdb.log (118 bytes)
96522024-08-28T23:07:00.965Zuploaded: /work/stamp-cockroachdb.log
96532024-08-28T23:07:00.965Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
96542024-08-28T23:07:01.974Zuploaded: /work/stamp-crucible-dtrace.log
96552024-08-28T23:07:01.974Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
96562024-08-28T23:07:02.982Zuploaded: /work/stamp-crucible-pantry-zone.log
96572024-08-28T23:07:02.982Zuploading: /work/stamp-crucible-zone.log (120 bytes)
96582024-08-28T23:07:03.990Zuploaded: /work/stamp-crucible-zone.log
96592024-08-28T23:07:03.991Zuploading: /work/stamp-external-dns.log (119 bytes)
96602024-08-28T23:07:04.999Zuploaded: /work/stamp-external-dns.log
96612024-08-28T23:07:04.999Zuploading: /work/stamp-installinator.log (103 bytes)
96622024-08-28T23:07:06.007Zuploaded: /work/stamp-installinator.log
96632024-08-28T23:07:06.007Zuploading: /work/stamp-internal-dns.log (119 bytes)
96642024-08-28T23:07:07.015Zuploaded: /work/stamp-internal-dns.log
96652024-08-28T23:07:07.015Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
96662024-08-28T23:07:08.023Zuploaded: /work/stamp-mg-ddm-gz.log
96672024-08-28T23:07:08.023Zuploading: /work/stamp-nexus.log (112 bytes)
96682024-08-28T23:07:09.031Zuploaded: /work/stamp-nexus.log
96692024-08-28T23:07:09.031Zuploading: /work/stamp-ntp.log (110 bytes)
96702024-08-28T23:07:10.039Zuploaded: /work/stamp-ntp.log
96712024-08-28T23:07:10.039Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
96722024-08-28T23:07:11.047Zuploaded: /work/stamp-omicron-sled-agent.log
96732024-08-28T23:07:11.048Zuploading: /work/stamp-overlay.log (114 bytes)
96742024-08-28T23:07:12.056Zuploaded: /work/stamp-overlay.log
96752024-08-28T23:07:12.056Zuploading: /work/stamp-oximeter.log (115 bytes)
96762024-08-28T23:07:13.066Zuploaded: /work/stamp-oximeter.log
96772024-08-28T23:07:13.066Zuploading: /work/stamp-oxlog.log (109 bytes)
96782024-08-28T23:07:14.075Zuploaded: /work/stamp-oxlog.log
96792024-08-28T23:07:14.076Zuploading: /work/stamp-probe.log (112 bytes)
96802024-08-28T23:07:15.084Zuploaded: /work/stamp-probe.log
96812024-08-28T23:07:15.084Zuploading: /work/stamp-propolis-server.log (122 bytes)
96822024-08-28T23:07:16.093Zuploaded: /work/stamp-propolis-server.log
96832024-08-28T23:07:16.093Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96842024-08-28T23:07:17.100Zuploaded: /work/stamp-pumpkind-gz.log
96852024-08-28T23:07:17.100Zuploading: /work/stamp-switch-asic.log (118 bytes)
96862024-08-28T23:07:18.109Zuploaded: /work/stamp-switch-asic.log
96872024-08-28T23:07:18.109Zuploading: /work/verify-libraries.log (3281 bytes)
96882024-08-28T23:07:19.117Zuploaded: /work/verify-libraries.log