01JFKQ077AY17CRYHA68Q2KQ7D: 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: 01JFKQ19AAW5YJR7KPYSRR235M

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-21T04:20:33.566Zjob assigned to worker 01JFKQ2TAS2XN0MA0Y71G1ZW6E [factory aws, i-090a457e7d4726035] (queued for 1 m 34 s)
 
22024-12-21T04:20:40.923Zstarting task 0: "setup"
32024-12-21T04:20:40.940Z++ uname -s
42024-12-21T04:20:40.940Z+ kern=SunOS
52024-12-21T04:20:40.940Z+ case "$kern" in
62024-12-21T04:20:40.940Z+ groupadd -g 12345 build
72024-12-21T04:20:40.941Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-21T04:20:42.934Z+ zfs create -o mountpoint=/work rpool/work
92024-12-21T04:20:43.037Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-21T04:20:43.041Z+ home_fs=zfs
112024-12-21T04:20:43.041Z+ [[ zfs == autofs ]]
122024-12-21T04:20:43.041Z+ mkdir -p /home/build
132024-12-21T04:20:43.043Z+ chown build:build /home/build /work
142024-12-21T04:20:45.045Z+ chmod 0700 /home/build /work
152024-12-21T04:20:45.048Zprocess exited: duration 4142 ms, exit code 0
 
162024-12-21T04:20:45.054Zstarting task 1: "rust-toolchain"
172024-12-21T04:20:45.066Z+ printf ' * toolchain channel = "%s"
182024-12-21T04:20:45.066Z' 1.81.0
192024-12-21T04:20:45.066Z+ printf ' * toolchain profile = "%s"
202024-12-21T04:20:45.066Z * toolchain channel = "1.81.0"
212024-12-21T04:20:45.066Z' default
222024-12-21T04:20:45.066Z * toolchain profile = "default"
232024-12-21T04:20:45.069Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-21T04:20:45.069Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-21T04:20:45.173Zinfo: downloading installer
262024-12-21T04:20:46.342Zinfo: profile set to 'default'
272024-12-21T04:20:46.342Zinfo: default host triple is x86_64-unknown-illumos
282024-12-21T04:20:46.345Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-21T04:20:46.496Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-21T04:20:46.496Zinfo: downloading component 'cargo'
312024-12-21T04:20:47.348Zinfo: downloading component 'clippy'
322024-12-21T04:20:47.664Zinfo: downloading component 'rust-docs'
332024-12-21T04:20:48.850Zinfo: downloading component 'rust-std'
342024-12-21T04:20:50.870Zinfo: downloading component 'rustc'
352024-12-21T04:20:57.358Zinfo: downloading component 'rustfmt'
362024-12-21T04:20:57.613Zinfo: installing component 'cargo'
372024-12-21T04:20:58.389Zinfo: installing component 'clippy'
382024-12-21T04:20:58.749Zinfo: installing component 'rust-docs'
392024-12-21T04:21:00.400Zinfo: installing component 'rust-std'
402024-12-21T04:21:02.235Zinfo: installing component 'rustc'
412024-12-21T04:21:07.861Zinfo: installing component 'rustfmt'
422024-12-21T04:21:08.183Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-21T04:21:08.184Z
442024-12-21T04:21:08.555Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-21T04:21:08.555Z
462024-12-21T04:21:08.566Z
472024-12-21T04:21:08.566ZRust is installed now. Great!
482024-12-21T04:21:08.567Z
492024-12-21T04:21:08.567ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-21T04:21:08.567Zenvironment variable. This has not been done automatically.
512024-12-21T04:21:08.567Z
522024-12-21T04:21:08.567ZTo configure your current shell, you need to source
532024-12-21T04:21:08.567Zthe corresponding env file under $HOME/.cargo.
542024-12-21T04:21:08.567Z
552024-12-21T04:21:08.567ZThis is usually done by running one of the following (note the leading DOT):
562024-12-21T04:21:08.567Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-21T04:21:08.567Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-21T04:21:08.662Z+ rustc --version
592024-12-21T04:21:08.702Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-21T04:21:08.752Zprocess exited: duration 23643 ms, exit code 0
 
612024-12-21T04:21:08.776Zstarting task 2: "authentication"
622024-12-21T04:21:08.798ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
632024-12-21T04:21:40.954Zprocess exited: duration 32176 ms, exit code 0
 
642024-12-21T04:21:40.963Zstarting task 3: "clone repository"
652024-12-21T04:21:40.970Z+ mkdir -p /work/oxidecomputer/omicron
662024-12-21T04:21:40.975Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-12-21T04:21:41.010ZCloning into '/work/oxidecomputer/omicron'...
682024-12-21T04:21:47.555Z+ cd /work/oxidecomputer/omicron
692024-12-21T04:21:47.555Z+ git fetch origin 072b8da9f205d1896949b3e6aa15d0a033d5782f
702024-12-21T04:21:47.845ZFrom https://github.com/oxidecomputer/omicron
712024-12-21T04:21:47.845Z * branch 072b8da9f205d1896949b3e6aa15d0a033d5782f -> FETCH_HEAD
722024-12-21T04:21:47.854Z+ [[ -n renovate/flate2-1.x ]]
732024-12-21T04:21:47.860Z++ git branch --show-current
742024-12-21T04:21:47.860Z+ current=main
752024-12-21T04:21:47.860Z+ [[ main != renovate/flate2-1.x ]]
762024-12-21T04:21:47.860Z+ git branch -f renovate/flate2-1.x 072b8da9f205d1896949b3e6aa15d0a033d5782f
772024-12-21T04:21:47.870Z+ git checkout -f renovate/flate2-1.x
782024-12-21T04:21:48.039ZSwitched to branch 'renovate/flate2-1.x'
792024-12-21T04:21:48.043Z+ git reset --hard 072b8da9f205d1896949b3e6aa15d0a033d5782f
802024-12-21T04:21:48.052ZHEAD is now at 072b8da9f Update Rust crate flate2 to 1.0.35
812024-12-21T04:21:48.055Zprocess exited: duration 7087 ms, exit code 0
 
822024-12-21T04:21:48.069Zstarting task 4: "build"
832024-12-21T04:21:48.076Z+ source .github/buildomat/ci-env.sh
842024-12-21T04:21:48.076Z++ export CARGO_TERM_COLOR=always
852024-12-21T04:21:48.076Z++ CARGO_TERM_COLOR=always
862024-12-21T04:21:48.076Z+ cargo --version
872024-12-21T04:21:48.134Zcargo 1.81.0 (2dbb1af80 2024-08-20)
882024-12-21T04:21:48.138Z+ rustc --version
892024-12-21T04:21:48.210Zrustc 1.81.0 (eeb90cda1 2024-09-04)
902024-12-21T04:21:48.214Z+ cargo tree --locked
912024-12-21T04:21:48.452Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
922024-12-21T04:21:48.731Z Updating crates.io index
932024-12-21T04:21:48.796Z Updating git repository `https://github.com/oxidecomputer/diffus`
942024-12-21T04:21:49.088Z Updating git repository `https://github.com/oxidecomputer/maghemite`
952024-12-21T04:21:49.586Z Updating git repository `https://github.com/oxidecomputer/oxnet`
962024-12-21T04:21:49.847Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
972024-12-21T04:21:50.073Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
982024-12-21T04:21:50.336Z Updating git repository `https://github.com/oxidecomputer/propolis`
992024-12-21T04:21:51.275Z Updating git repository `https://github.com/oxidecomputer/crucible`
1002024-12-21T04:21:52.887Z Updating git repository `https://github.com/oxidecomputer/opte`
1012024-12-21T04:21:53.613Z Updating git repository `https://github.com/oxidecomputer/falcon`
1022024-12-21T04:21:54.344Z Updating git repository `https://github.com/oxidecomputer/clickward`
1032024-12-21T04:21:54.669Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1042024-12-21T04:21:54.933Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1052024-12-21T04:21:55.523Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1062024-12-21T04:21:55.914Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1072024-12-21T04:21:56.277Z Updating git repository `https://github.com/oxidecomputer/tofino`
1082024-12-21T04:21:56.558Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1092024-12-21T04:21:56.862Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1102024-12-21T04:21:57.104Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1112024-12-21T04:21:57.417Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1122024-12-21T04:21:57.677Z Updating git repository `https://github.com/oxidecomputer/ispf`
1132024-12-21T04:21:58.058Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1142024-12-21T04:21:58.406Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1152024-12-21T04:21:58.838Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1162024-12-21T04:21:59.192Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172024-12-21T04:21:59.582Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1182024-12-21T04:22:00.006Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1192024-12-21T04:22:00.348Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1202024-12-21T04:22:00.624Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1212024-12-21T04:22:00.879Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1222024-12-21T04:22:02.244Z Downloading crates ...
1232024-12-21T04:22:02.444Z Downloaded addr2line v0.24.2
1242024-12-21T04:22:02.447Z Downloaded ahash v0.8.11
1252024-12-21T04:22:02.459Z Downloaded escape8259 v0.5.3
1262024-12-21T04:22:02.470Z Downloaded errno v0.3.9
1272024-12-21T04:22:02.473Z Downloaded event-listener v2.5.3
1282024-12-21T04:22:02.473Z Downloaded event-listener-strategy v0.5.2
1292024-12-21T04:22:02.475Z Downloaded async-object-pool v0.1.5
1302024-12-21T04:22:02.475Z Downloaded atty v0.2.14
1312024-12-21T04:22:02.479Z Downloaded event-listener v5.3.1
1322024-12-21T04:22:02.485Z Downloaded fxhash v0.2.1
1332024-12-21T04:22:02.485Z Downloaded atomicwrites v0.4.4
1342024-12-21T04:22:02.489Z Downloaded foreign-types-shared v0.1.1
1352024-12-21T04:22:02.489Z Downloaded ciborium v0.2.2
1362024-12-21T04:22:02.489Z Downloaded async-stream-impl v0.3.6
1372024-12-21T04:22:02.493Z Downloaded foreign-types v0.3.2
1382024-12-21T04:22:02.497Z Downloaded cfg_aliases v0.2.1
1392024-12-21T04:22:02.500Z Downloaded cfg_aliases v0.1.1
1402024-12-21T04:22:02.500Z Downloaded cfg-if v1.0.0
1412024-12-21T04:22:02.502Z Downloaded anstyle-query v1.1.1
1422024-12-21T04:22:02.502Z Downloaded adler2 v2.0.0
1432024-12-21T04:22:02.505Z Downloaded foreign-types v0.5.0
1442024-12-21T04:22:02.511Z Downloaded approx v0.5.1
1452024-12-21T04:22:02.515Z Downloaded ascii-canvas v3.0.0
1462024-12-21T04:22:02.515Z Downloaded hubpack_derive v0.1.1
1472024-12-21T04:22:02.515Z Downloaded arrayref v0.3.9
1482024-12-21T04:22:02.518Z Downloaded anstyle v1.0.10
1492024-12-21T04:22:02.518Z Downloaded http-body v1.0.1
1502024-12-21T04:22:02.518Z Downloaded headers-core v0.3.0
1512024-12-21T04:22:02.518Z Downloaded guppy-workspace-hack v0.1.0
1522024-12-21T04:22:02.522Z Downloaded anes v0.1.6
1532024-12-21T04:22:02.525Z Downloaded http-range v0.1.5
1542024-12-21T04:22:02.525Z Downloaded funty v2.0.0
1552024-12-21T04:22:02.525Z Downloaded async-channel v1.9.0
1562024-12-21T04:22:02.528Z Downloaded form_urlencoded v1.2.1
1572024-12-21T04:22:02.528Z Downloaded fnv v1.0.7
1582024-12-21T04:22:02.528Z Downloaded fallible-iterator v0.3.0
1592024-12-21T04:22:02.531Z Downloaded bytecount v0.6.8
1602024-12-21T04:22:02.531Z Downloaded hash32 v0.2.1
1612024-12-21T04:22:02.534Z Downloaded blowfish v0.9.1
1622024-12-21T04:22:02.539Z Downloaded byteorder v1.5.0
1632024-12-21T04:22:02.539Z Downloaded foldhash v0.1.3
1642024-12-21T04:22:02.539Z Downloaded cargo-platform v0.1.8
1652024-12-21T04:22:02.542Z Downloaded block-buffer v0.10.4
1662024-12-21T04:22:02.542Z Downloaded hash32 v0.3.1
1672024-12-21T04:22:02.542Z Downloaded bit-set v0.5.3
1682024-12-21T04:22:02.544Z Downloaded blocking v1.6.1
1692024-12-21T04:22:02.544Z Downloaded float-cmp v0.9.0
1702024-12-21T04:22:02.547Z Downloaded ff v0.13.0
1712024-12-21T04:22:02.547Z Downloaded buf-list v1.0.3
1722024-12-21T04:22:02.550Z Downloaded fallible-iterator v0.2.0
1732024-12-21T04:22:02.550Z Downloaded generic-array v0.14.7
1742024-12-21T04:22:02.555Z Downloaded futures-macro v0.3.31
1752024-12-21T04:22:02.558Z Downloaded block-padding v0.3.3
1762024-12-21T04:22:02.558Z Downloaded bitfield v0.14.0
1772024-12-21T04:22:02.558Z Downloaded bit-vec v0.6.3
1782024-12-21T04:22:02.559Z Downloaded http-body-util v0.1.2
1792024-12-21T04:22:02.562Z Downloaded hostname v0.3.1
1802024-12-21T04:22:02.562Z Downloaded home v0.5.9
1812024-12-21T04:22:02.562Z Downloaded heck v0.5.0
1822024-12-21T04:22:02.564Z Downloaded castaway v0.2.3
1832024-12-21T04:22:02.564Z Downloaded heck v0.3.3
1842024-12-21T04:22:02.567Z Downloaded bitflags v1.3.2
1852024-12-21T04:22:02.570Z Downloaded cexpr v0.6.0
1862024-12-21T04:22:02.573Z Downloaded hubpack v0.1.2
1872024-12-21T04:22:02.573Z Downloaded hex v0.4.3
1882024-12-21T04:22:02.573Z Downloaded cassowary v0.3.0
1892024-12-21T04:22:02.576Z Downloaded futures-io v0.3.31
1902024-12-21T04:22:02.576Z Downloaded futures-channel v0.3.31
1912024-12-21T04:22:02.579Z Downloaded fd-lock v4.0.2
1922024-12-21T04:22:02.582Z Downloaded foreign-types-macros v0.2.3
1932024-12-21T04:22:02.582Z Downloaded path-slash v0.1.5
1942024-12-21T04:22:02.585Z Downloaded base16ct v0.2.0
1952024-12-21T04:22:02.585Z Downloaded predicates-core v1.0.8
1962024-12-21T04:22:02.587Z Downloaded fragile v2.0.0
1972024-12-21T04:22:02.590Z Downloaded num-iter v0.1.45
1982024-12-21T04:22:02.590Z Downloaded httpdate v1.0.3
1992024-12-21T04:22:02.590Z Downloaded fs_extra v1.3.0
2002024-12-21T04:22:02.594Z Downloaded hostname v0.4.0
2012024-12-21T04:22:02.597Z Downloaded chrono-tz-build v0.4.0
2022024-12-21T04:22:02.597Z Downloaded arrayvec v0.7.6
2032024-12-21T04:22:02.597Z Downloaded hex-literal v0.4.1
2042024-12-21T04:22:02.600Z Downloaded async-bb8-diesel v0.2.1
2052024-12-21T04:22:02.600Z Downloaded filetime v0.2.25
2062024-12-21T04:22:02.603Z Downloaded futures-lite v2.3.0
2072024-12-21T04:22:02.606Z Downloaded bb8 v0.8.5
2082024-12-21T04:22:02.606Z Downloaded humantime v2.1.0
2092024-12-21T04:22:02.609Z Downloaded hashlink v0.9.1
2102024-12-21T04:22:02.611Z Downloaded camino-tempfile v1.1.1
2112024-12-21T04:22:02.611Z Downloaded hyper-rustls v0.27.3
2122024-12-21T04:22:02.616Z Downloaded highway v1.2.0
2132024-12-21T04:22:02.619Z Downloaded globset v0.4.15
2142024-12-21T04:22:02.619Z Downloaded fs-err v2.11.0
2152024-12-21T04:22:02.623Z Downloaded chacha20 v0.9.1
2162024-12-21T04:22:02.623Z Downloaded base64ct v1.6.0
2172024-12-21T04:22:02.625Z Downloaded olpc-cjson v0.1.4
2182024-12-21T04:22:02.625Z Downloaded num_enum_derive v0.5.11
2192024-12-21T04:22:02.628Z Downloaded httptest v0.16.1
2202024-12-21T04:22:02.630Z Downloaded cargo_metadata v0.18.1
2212024-12-21T04:22:02.631Z Downloaded cancel-safe-futures v0.1.5
2222024-12-21T04:22:02.633Z Downloaded sigpipe v0.1.3
2232024-12-21T04:22:02.636Z Downloaded progenitor-client v0.8.0
2242024-12-21T04:22:02.636Z Downloaded time-core v0.1.2
2252024-12-21T04:22:02.639Z Downloaded target-triple v0.1.3
2262024-12-21T04:22:02.639Z Downloaded signal-hook-tokio v0.3.1
2272024-12-21T04:22:02.639Z Downloaded rpassword v7.3.1
2282024-12-21T04:22:02.641Z Downloaded russh-cryptovec v0.7.3
2292024-12-21T04:22:02.642Z Downloaded getrandom v0.2.15
2302024-12-21T04:22:02.644Z Downloaded swrite v0.1.0
2312024-12-21T04:22:02.646Z Downloaded parse-display v0.10.0
2322024-12-21T04:22:02.646Z Downloaded serde-big-array v0.5.1
2332024-12-21T04:22:02.648Z Downloaded bcs v0.1.6
2342024-12-21T04:22:02.652Z Downloaded tower-service v0.3.3
2352024-12-21T04:22:02.652Z Downloaded anstream v0.6.15
2362024-12-21T04:22:02.656Z Downloaded toolchain_find v0.4.0
2372024-12-21T04:22:02.656Z Downloaded async-task v4.7.1
2382024-12-21T04:22:02.661Z Downloaded fastrand v2.1.1
2392024-12-21T04:22:02.661Z Downloaded radium v0.7.0
2402024-12-21T04:22:02.661Z Downloaded phf_codegen v0.11.2
2412024-12-21T04:22:02.669Z Downloaded path-tree v0.8.1
2422024-12-21T04:22:02.669Z Downloaded hickory-client v0.24.1
2432024-12-21T04:22:02.669Z Downloaded plotters-backend v0.3.7
2442024-12-21T04:22:02.672Z Downloaded hmac v0.12.1
2452024-12-21T04:22:02.672Z Downloaded futures v0.3.31
2462024-12-21T04:22:02.676Z Downloaded ciborium-io v0.2.2
2472024-12-21T04:22:02.676Z Downloaded zone_cfg_derive v0.3.0
2482024-12-21T04:22:02.676Z Downloaded derive_builder_macro v0.20.2
2492024-12-21T04:22:02.678Z Downloaded darling_macro v0.20.10
2502024-12-21T04:22:02.679Z Downloaded ciborium-ll v0.2.2
2512024-12-21T04:22:02.679Z Downloaded zone_cfg_derive v0.1.2
2522024-12-21T04:22:02.682Z Downloaded argon2 v0.5.3
2532024-12-21T04:22:02.682Z Downloaded httparse v1.9.5
2542024-12-21T04:22:02.684Z Downloaded rtoolbox v0.0.2
2552024-12-21T04:22:02.686Z Downloaded blake2b_simd v1.0.2
2562024-12-21T04:22:02.686Z Downloaded cfg-expr v0.17.0
2572024-12-21T04:22:02.689Z Downloaded signature v2.2.0
2582024-12-21T04:22:02.693Z Downloaded serde-hex v0.1.0
2592024-12-21T04:22:02.702Z Downloaded tiny-keccak v2.0.2
2602024-12-21T04:22:02.702Z Downloaded structmeta-derive v0.3.0
2612024-12-21T04:22:02.702Z Downloaded structmeta-derive v0.2.0
2622024-12-21T04:22:02.702Z Downloaded signal-hook-registry v1.4.2
2632024-12-21T04:22:02.702Z Downloaded polyval v0.6.2
2642024-12-21T04:22:02.702Z Downloaded unicode-truncate v1.1.0
2652024-12-21T04:22:02.705Z Downloaded signal-hook-mio v0.2.4
2662024-12-21T04:22:02.705Z Downloaded shell-words v1.1.0
2672024-12-21T04:22:02.706Z Downloaded blake2 v0.10.6
2682024-12-21T04:22:02.708Z Downloaded instant v0.1.13
2692024-12-21T04:22:02.710Z Downloaded dhcproto-macros v0.1.0
2702024-12-21T04:22:02.710Z Downloaded rand_xorshift v0.3.0
2712024-12-21T04:22:02.712Z Downloaded parking_lot_core v0.9.10
2722024-12-21T04:22:02.713Z Downloaded progenitor v0.8.0
2732024-12-21T04:22:02.716Z Downloaded utf8parse v0.2.2
2742024-12-21T04:22:02.716Z Downloaded scrypt v0.11.0
2752024-12-21T04:22:02.718Z Downloaded flume v0.11.1
2762024-12-21T04:22:02.723Z Downloaded stringprep v0.1.5
2772024-12-21T04:22:02.727Z Downloaded spki v0.7.3
2782024-12-21T04:22:02.727Z Downloaded proc-macro-error-attr v1.0.4
2792024-12-21T04:22:02.727Z Downloaded thiserror-no-std v2.0.2
2802024-12-21T04:22:02.730Z Downloaded half v2.4.1
2812024-12-21T04:22:02.733Z Downloaded md5 v0.7.0
2822024-12-21T04:22:02.765Z Downloaded thiserror v1.0.69
2832024-12-21T04:22:02.775Z Downloaded matches v0.1.10
2842024-12-21T04:22:02.775Z Downloaded match_cfg v0.1.0
2852024-12-21T04:22:02.775Z Downloaded data-encoding v2.6.0
2862024-12-21T04:22:02.775Z Downloaded number_prefix v0.4.0
2872024-12-21T04:22:02.775Z Downloaded crossbeam-deque v0.8.5
2882024-12-21T04:22:02.775Z Downloaded cipher v0.4.4
2892024-12-21T04:22:02.775Z Downloaded plotters-svg v0.3.7
2902024-12-21T04:22:02.775Z Downloaded topological-sort v0.2.2
2912024-12-21T04:22:02.775Z Downloaded pin-project-lite v0.2.14
2922024-12-21T04:22:02.776Z Downloaded anyhow v1.0.93
2932024-12-21T04:22:02.776Z Downloaded allocator-api2 v0.2.18
2942024-12-21T04:22:02.776Z Downloaded pin-project-internal v1.1.6
2952024-12-21T04:22:02.776Z Downloaded pem-rfc7468 v0.7.0
2962024-12-21T04:22:02.776Z Downloaded time-macros v0.2.18
2972024-12-21T04:22:02.776Z Downloaded shlex v1.3.0
2982024-12-21T04:22:02.776Z Downloaded bytes v1.8.0
2992024-12-21T04:22:02.780Z Downloaded value-bag v1.9.0
3002024-12-21T04:22:02.780Z Downloaded postgres-types v0.2.8
3012024-12-21T04:22:02.780Z Downloaded uzers v0.12.1
3022024-12-21T04:22:02.780Z Downloaded psl-types v2.0.11
3032024-12-21T04:22:02.780Z Downloaded zerofrom-derive v0.1.4
3042024-12-21T04:22:02.783Z Downloaded chacha20poly1305 v0.10.1
3052024-12-21T04:22:02.783Z Downloaded base64 v0.13.1
3062024-12-21T04:22:02.786Z Downloaded bitflags v2.6.0
3072024-12-21T04:22:02.789Z Downloaded lalrpop-util v0.19.12
3082024-12-21T04:22:02.794Z Downloaded yoke v0.7.4
3092024-12-21T04:22:02.794Z Downloaded ctr v0.9.2
3102024-12-21T04:22:02.797Z Downloaded headers v0.4.0
3112024-12-21T04:22:02.803Z Downloaded sqlformat v0.2.6
3122024-12-21T04:22:02.803Z Downloaded heapless v0.7.17
3132024-12-21T04:22:02.812Z Downloaded enum-as-inner v0.5.1
3142024-12-21T04:22:02.812Z Downloaded tokio-rustls v0.25.0
3152024-12-21T04:22:02.824Z Downloaded enum-as-inner v0.6.1
3162024-12-21T04:22:02.824Z Downloaded spin v0.9.8
3172024-12-21T04:22:02.824Z Downloaded sync_wrapper v1.0.1
3182024-12-21T04:22:02.824Z Downloaded sync-ptr v0.1.1
3192024-12-21T04:22:02.824Z Downloaded md-5 v0.10.6
3202024-12-21T04:22:02.824Z Downloaded arc-swap v1.7.1
3212024-12-21T04:22:02.845Z Downloaded heapless v0.8.0
3222024-12-21T04:22:02.845Z Downloaded maybe-uninit v2.0.0
3232024-12-21T04:22:02.845Z Downloaded memmap v0.7.0
3242024-12-21T04:22:02.845Z Downloaded phf_shared v0.11.2
3252024-12-21T04:22:02.846Z Downloaded maplit v1.0.2
3262024-12-21T04:22:02.846Z Downloaded kv-log-macro v1.0.7
3272024-12-21T04:22:02.857Z Downloaded instability v0.3.2
3282024-12-21T04:22:02.858Z Downloaded des v0.8.1
3292024-12-21T04:22:02.858Z Downloaded hickory-resolver v0.24.1
3302024-12-21T04:22:02.858Z Downloaded tempfile v3.13.0
3312024-12-21T04:22:02.859Z Downloaded signal-hook v0.3.17
3322024-12-21T04:22:02.859Z Downloaded try-lock v0.2.5
3332024-12-21T04:22:02.859Z Downloaded unicode-properties v0.1.3
3342024-12-21T04:22:02.859Z Downloaded base64 v0.22.1
3352024-12-21T04:22:02.859Z Downloaded rustc_version v0.1.7
3362024-12-21T04:22:02.859Z Downloaded rustls-pemfile v1.0.4
3372024-12-21T04:22:02.867Z Downloaded pbkdf2 v0.11.0
3382024-12-21T04:22:02.867Z Downloaded zeroize v1.8.1
3392024-12-21T04:22:02.867Z Downloaded relative-path v1.9.3
3402024-12-21T04:22:02.867Z Downloaded yasna v0.5.2
3412024-12-21T04:22:02.867Z Downloaded backtrace v0.3.74
3422024-12-21T04:22:02.884Z Downloaded cstr-argument v0.1.2
3432024-12-21T04:22:02.884Z Downloaded crunchy v0.2.2
3442024-12-21T04:22:02.884Z Downloaded vte_generate_state_changes v0.1.2
3452024-12-21T04:22:02.885Z Downloaded serde_path_to_error v0.1.16
3462024-12-21T04:22:02.885Z Downloaded plain v0.2.3
3472024-12-21T04:22:02.885Z Downloaded fancy-regex v0.13.0
3482024-12-21T04:22:02.906Z Downloaded derive_builder_core v0.20.2
3492024-12-21T04:22:02.906Z Downloaded derive_builder v0.20.2
3502024-12-21T04:22:02.906Z Downloaded slog-async v2.8.0
3512024-12-21T04:22:02.906Z Downloaded zopfli v0.8.1
3522024-12-21T04:22:02.906Z Downloaded rstest v0.23.0
3532024-12-21T04:22:02.918Z Downloaded dtrace-parser v0.2.0
3542024-12-21T04:22:02.919Z Downloaded supports-color v3.0.1
3552024-12-21T04:22:02.919Z Downloaded strip-ansi-escapes v0.2.0
3562024-12-21T04:22:02.919Z Downloaded icu_provider_macros v1.5.0
3572024-12-21T04:22:02.919Z Downloaded stringmetrics v2.2.2
3582024-12-21T04:22:02.919Z Downloaded synstructure v0.13.1
3592024-12-21T04:22:02.919Z Downloaded smallvec v0.6.14
3602024-12-21T04:22:02.919Z Downloaded tls_codec_derive v0.4.1
3612024-12-21T04:22:02.919Z Downloaded untrusted v0.9.0
3622024-12-21T04:22:02.919Z Downloaded parking_lot v0.11.2
3632024-12-21T04:22:02.919Z Downloaded tinystr v0.7.6
3642024-12-21T04:22:02.919Z Downloaded untrusted v0.7.1
3652024-12-21T04:22:02.919Z Downloaded num-complex v0.4.6
3662024-12-21T04:22:02.919Z Downloaded oso v0.27.3
3672024-12-21T04:22:02.944Z Downloaded uuid v1.11.0
3682024-12-21T04:22:02.944Z Downloaded serde_derive v1.0.215
3692024-12-21T04:22:02.944Z Downloaded unicode-linebreak v0.1.5
3702024-12-21T04:22:02.944Z Downloaded subtle v2.6.1
3712024-12-21T04:22:02.944Z Downloaded rustls-native-certs v0.7.3
3722024-12-21T04:22:02.944Z Downloaded hashbrown v0.13.2
3732024-12-21T04:22:02.961Z Downloaded rustls-pemfile v2.2.0
3742024-12-21T04:22:02.961Z Downloaded hickory-server v0.24.1
3752024-12-21T04:22:02.961Z Downloaded tui-tree-widget v0.22.0
3762024-12-21T04:22:02.962Z Downloaded expectorate v1.1.0
3772024-12-21T04:22:02.962Z Downloaded serde_derive_internals v0.29.1
3782024-12-21T04:22:02.962Z Downloaded flate2 v1.0.35
3792024-12-21T04:22:02.962Z Downloaded oso-derive v0.27.3
3802024-12-21T04:22:02.962Z Downloaded derive_more v0.99.18
3812024-12-21T04:22:02.977Z Downloaded iana-time-zone v0.1.61
3822024-12-21T04:22:02.977Z Downloaded crypto-common v0.1.6
3832024-12-21T04:22:02.978Z Downloaded digest v0.10.7
3842024-12-21T04:22:02.978Z Downloaded dunce v1.0.5
3852024-12-21T04:22:02.978Z Downloaded wyz v0.5.1
3862024-12-21T04:22:02.978Z Downloaded derive-where v1.2.7
3872024-12-21T04:22:02.978Z Downloaded libefi-sys v0.1.0
3882024-12-21T04:22:02.979Z Downloaded rstest_macros v0.23.0
3892024-12-21T04:22:02.979Z Downloaded tokio-tungstenite v0.23.1
3902024-12-21T04:22:02.983Z Downloaded parking_lot v0.12.3
3912024-12-21T04:22:02.984Z Downloaded tokio-tungstenite v0.21.0
3922024-12-21T04:22:02.984Z Downloaded elliptic-curve v0.13.8
3932024-12-21T04:22:02.984Z Downloaded base64 v0.21.7
3942024-12-21T04:22:02.984Z Downloaded dsl_auto_type v0.1.2
3952024-12-21T04:22:02.984Z Downloaded dirs-next v2.0.0
3962024-12-21T04:22:02.988Z Downloaded ron v0.8.1
3972024-12-21T04:22:02.998Z Downloaded indent_write v2.2.0
3982024-12-21T04:22:02.998Z Downloaded packed_struct v0.10.1
3992024-12-21T04:22:03.010Z Downloaded packed_struct_codegen v0.10.1
4002024-12-21T04:22:03.010Z Downloaded icu_locid v1.5.0
4012024-12-21T04:22:03.010Z Downloaded ppv-lite86 v0.2.20
4022024-12-21T04:22:03.010Z Downloaded clap_derive v4.5.18
4032024-12-21T04:22:03.010Z Downloaded cc v1.1.30
4042024-12-21T04:22:03.010Z Downloaded multimap v0.10.0
4052024-12-21T04:22:03.019Z Downloaded num-conv v0.1.0
4062024-12-21T04:22:03.020Z Downloaded hashbrown v0.12.3
4072024-12-21T04:22:03.020Z Downloaded pest_derive v2.7.14
4082024-12-21T04:22:03.020Z Downloaded dhcproto v0.12.0
4092024-12-21T04:22:03.039Z Downloaded managed v0.8.0
4102024-12-21T04:22:03.039Z Downloaded crypto-bigint v0.5.5
4112024-12-21T04:22:03.039Z Downloaded rand_chacha v0.3.1
4122024-12-21T04:22:03.054Z Downloaded proc-macro-crate v1.3.1
4132024-12-21T04:22:03.054Z Downloaded rand_core v0.6.4
4142024-12-21T04:22:03.054Z Downloaded schemars_derive v0.8.21
4152024-12-21T04:22:03.054Z Downloaded cpufeatures v0.2.14
4162024-12-21T04:22:03.054Z Downloaded crucible-workspace-hack v0.1.0
4172024-12-21T04:22:03.054Z Downloaded slog-bunyan v2.5.0
4182024-12-21T04:22:03.055Z Downloaded rusty-fork v0.3.0
4192024-12-21T04:22:03.055Z Downloaded ron v0.7.1
4202024-12-21T04:22:03.055Z Downloaded pest_generator v2.7.14
4212024-12-21T04:22:03.055Z Downloaded oorandom v11.1.4
4222024-12-21T04:22:03.055Z Downloaded num-derive v0.4.2
4232024-12-21T04:22:03.082Z Downloaded memmap2 v0.9.5
4242024-12-21T04:22:03.082Z Downloaded csv-core v0.1.11
4252024-12-21T04:22:03.083Z Downloaded cookie_store v0.21.0
4262024-12-21T04:22:03.083Z Downloaded tracing v0.1.40
4272024-12-21T04:22:03.084Z Downloaded polling v3.7.3
4282024-12-21T04:22:03.084Z Downloaded rustls-pki-types v1.10.0
4292024-12-21T04:22:03.117Z Downloaded downcast v0.11.0
4302024-12-21T04:22:03.118Z Downloaded rfc6979 v0.4.0
4312024-12-21T04:22:03.118Z Downloaded tap v1.0.1
4322024-12-21T04:22:03.119Z Downloaded poly1305 v0.8.0
4332024-12-21T04:22:03.119Z Downloaded threadpool v1.8.1
4342024-12-21T04:22:03.119Z Downloaded thread_local v1.1.8
4352024-12-21T04:22:03.120Z Downloaded similar v2.6.0
4362024-12-21T04:22:03.120Z Downloaded slab v0.4.9
4372024-12-21T04:22:03.120Z Downloaded owo-colors v4.1.0
4382024-12-21T04:22:03.120Z Downloaded openssl-macros v0.1.1
4392024-12-21T04:22:03.120Z Downloaded serde v1.0.215
4402024-12-21T04:22:03.120Z Downloaded sec1 v0.7.3
4412024-12-21T04:22:03.120Z Downloaded toml_datetime v0.6.8
4422024-12-21T04:22:03.120Z Downloaded which v4.4.2
4432024-12-21T04:22:03.121Z Downloaded pkg-config v0.3.31
4442024-12-21T04:22:03.121Z Downloaded cobs v0.2.3
4452024-12-21T04:22:03.121Z Downloaded http v1.1.0
4462024-12-21T04:22:03.121Z Downloaded hashbrown v0.14.5
4472024-12-21T04:22:03.167Z Downloaded string_cache v0.8.7
4482024-12-21T04:22:03.168Z Downloaded siphasher v0.3.11
4492024-12-21T04:22:03.168Z Downloaded termcolor v1.4.1
4502024-12-21T04:22:03.168Z Downloaded similar-asserts v1.6.0
4512024-12-21T04:22:03.168Z Downloaded trybuild v1.0.101
4522024-12-21T04:22:03.169Z Downloaded log v0.4.22
4532024-12-21T04:22:03.169Z Downloaded mirai-annotations v1.12.0
4542024-12-21T04:22:03.169Z Downloaded thread-id v4.2.2
4552024-12-21T04:22:03.169Z Downloaded terminal_size v0.4.0
4562024-12-21T04:22:03.169Z Downloaded dirs-sys-next v0.1.2
4572024-12-21T04:22:03.169Z Downloaded peg-runtime v0.8.3
4582024-12-21T04:22:03.169Z Downloaded num-bigint v0.4.6
4592024-12-21T04:22:03.170Z Downloaded utf-8 v0.7.6
4602024-12-21T04:22:03.170Z Downloaded unicode-segmentation v1.12.0
4612024-12-21T04:22:03.170Z Downloaded diesel-dtrace v0.4.2
4622024-12-21T04:22:03.170Z Downloaded multer v3.1.0
4632024-12-21T04:22:03.170Z Downloaded p256 v0.13.2
4642024-12-21T04:22:03.170Z Downloaded ipnetwork v0.20.0
4652024-12-21T04:22:03.170Z Downloaded hyper-tls v0.6.0
4662024-12-21T04:22:03.171Z Downloaded embedded-io v0.6.1
4672024-12-21T04:22:03.171Z Downloaded clang-sys v1.8.1
4682024-12-21T04:22:03.171Z Downloaded proc-macro2 v1.0.89
4692024-12-21T04:22:03.171Z Downloaded bumpalo v3.16.0
4702024-12-21T04:22:03.171Z Downloaded crc v3.2.1
4712024-12-21T04:22:03.171Z Downloaded primeorder v0.13.6
4722024-12-21T04:22:03.171Z Downloaded strum v0.26.3
4732024-12-21T04:22:03.172Z Downloaded camino v1.1.9
4742024-12-21T04:22:03.172Z Downloaded env_logger v0.10.2
4752024-12-21T04:22:03.198Z Downloaded vsss-rs v3.3.4
4762024-12-21T04:22:03.198Z Downloaded serde_with_macros v3.11.0
4772024-12-21T04:22:03.199Z Downloaded parse-display-derive v0.10.0
4782024-12-21T04:22:03.199Z Downloaded snafu v0.8.5
4792024-12-21T04:22:03.199Z Downloaded guppy v0.17.8
4802024-12-21T04:22:03.199Z Downloaded zerocopy-derive v0.7.35
4812024-12-21T04:22:03.199Z Downloaded usdt-attr-macro v0.5.0
4822024-12-21T04:22:03.218Z Downloaded aes v0.8.4
4832024-12-21T04:22:03.218Z Downloaded whoami v1.5.2
4842024-12-21T04:22:03.218Z Downloaded hyper-util v0.1.10
4852024-12-21T04:22:03.218Z Downloaded proc-macro-crate v3.2.0
4862024-12-21T04:22:03.218Z Downloaded hyper v1.5.0
4872024-12-21T04:22:03.218Z Downloaded lazy_static v1.5.0
4882024-12-21T04:22:03.218Z Downloaded rand v0.8.5
4892024-12-21T04:22:03.218Z Downloaded tokio-util v0.7.12
4902024-12-21T04:22:03.228Z Downloaded password-hash v0.5.0
4912024-12-21T04:22:03.228Z Downloaded vte v0.11.1
4922024-12-21T04:22:03.228Z Downloaded r2d2 v0.8.10
4932024-12-21T04:22:03.228Z Downloaded console v0.15.8
4942024-12-21T04:22:03.228Z Downloaded hashbrown v0.15.1
4952024-12-21T04:22:03.228Z Downloaded structmeta v0.3.0
4962024-12-21T04:22:03.228Z Downloaded semver v0.1.20
4972024-12-21T04:22:03.254Z Downloaded toml_edit v0.22.22
4982024-12-21T04:22:03.268Z Downloaded pathdiff v0.2.2
4992024-12-21T04:22:03.268Z Downloaded hkdf v0.12.4
5002024-12-21T04:22:03.268Z Downloaded h2 v0.4.6
5012024-12-21T04:22:03.269Z Downloaded pretty-hex v0.2.1
5022024-12-21T04:22:03.269Z Downloaded aes-gcm v0.10.3
5032024-12-21T04:22:03.279Z Downloaded xattr v1.3.1
5042024-12-21T04:22:03.279Z Downloaded unicode-xid v0.2.6
5052024-12-21T04:22:03.279Z Downloaded postgres-protocol v0.6.7
5062024-12-21T04:22:03.279Z Downloaded colored v2.1.0
5072024-12-21T04:22:03.279Z Downloaded precomputed-hash v0.1.1
5082024-12-21T04:22:03.279Z Downloaded thiserror-impl-no-std v2.0.2
5092024-12-21T04:22:03.279Z Downloaded colorchoice v1.0.2
5102024-12-21T04:22:03.279Z Downloaded thiserror-impl v2.0.3
5112024-12-21T04:22:03.279Z Downloaded thiserror-impl v1.0.69
5122024-12-21T04:22:03.305Z Downloaded ident_case v1.0.1
5132024-12-21T04:22:03.305Z Downloaded litemap v0.7.3
5142024-12-21T04:22:03.305Z Downloaded unsafe-libyaml v0.2.11
5152024-12-21T04:22:03.305Z Downloaded datatest-stable v0.2.9
5162024-12-21T04:22:03.306Z Downloaded dof v0.3.0
5172024-12-21T04:22:03.306Z Downloaded nom v7.1.3
5182024-12-21T04:22:03.306Z Downloaded ssh-cipher v0.2.0
5192024-12-21T04:22:03.306Z Downloaded cmake v0.1.51
5202024-12-21T04:22:03.306Z Downloaded icu_provider v1.5.0
5212024-12-21T04:22:03.319Z Downloaded typify-macro v0.2.0
5222024-12-21T04:22:03.319Z Downloaded semver v1.0.23
5232024-12-21T04:22:03.319Z Downloaded pkcs1 v0.7.5
5242024-12-21T04:22:03.319Z Downloaded env_filter v0.1.2
5252024-12-21T04:22:03.319Z Downloaded ed25519 v2.2.3
5262024-12-21T04:22:03.319Z Downloaded sct v0.7.1
5272024-12-21T04:22:03.320Z Downloaded num_enum v0.5.11
5282024-12-21T04:22:03.334Z Downloaded linear-map v1.2.0
5292024-12-21T04:22:03.334Z Downloaded tracing-core v0.1.32
5302024-12-21T04:22:03.334Z Downloaded mockall v0.13.0
5312024-12-21T04:22:03.334Z Downloaded mime v0.3.17
5322024-12-21T04:22:03.334Z Downloaded libxml v0.3.3
5332024-12-21T04:22:03.361Z Downloaded equivalent v1.0.1
5342024-12-21T04:22:03.362Z Downloaded predicates-tree v1.0.11
5352024-12-21T04:22:03.362Z Downloaded paste v1.0.15
5362024-12-21T04:22:03.362Z Downloaded icu_normalizer_data v1.5.0
5372024-12-21T04:22:03.362Z Downloaded indicatif v0.17.9
5382024-12-21T04:22:03.362Z Downloaded rusqlite v0.32.1
5392024-12-21T04:22:03.362Z Downloaded indexmap v2.6.0
5402024-12-21T04:22:03.384Z Downloaded yoke-derive v0.7.4
5412024-12-21T04:22:03.384Z Downloaded write16 v1.0.0
5422024-12-21T04:22:03.384Z Downloaded xz2 v0.1.7
5432024-12-21T04:22:03.384Z Downloaded p521 v0.13.3
5442024-12-21T04:22:03.384Z Downloaded scopeguard v1.2.0
5452024-12-21T04:22:03.385Z Downloaded peg-macros v0.8.4
5462024-12-21T04:22:03.385Z Downloaded doc-comment v0.3.3
5472024-12-21T04:22:03.385Z Downloaded miniz_oxide v0.8.0
5482024-12-21T04:22:03.385Z Downloaded normalize-line-endings v0.3.0
5492024-12-21T04:22:03.385Z Downloaded newtype_derive v0.1.6
5502024-12-21T04:22:03.385Z Downloaded newline-converter v0.3.0
5512024-12-21T04:22:03.385Z Downloaded new_debug_unreachable v1.0.6
5522024-12-21T04:22:03.385Z Downloaded cookie v0.18.1
5532024-12-21T04:22:03.385Z Downloaded nested v0.1.1
5542024-12-21T04:22:03.567Z Downloaded slog-stdlog v4.1.1
5552024-12-21T04:22:03.567Z Downloaded mockall_derive v0.13.0
5562024-12-21T04:22:03.567Z Downloaded structmeta v0.2.0
5572024-12-21T04:22:03.567Z Downloaded static_assertions v1.1.0
5582024-12-21T04:22:03.567Z Downloaded smf v0.2.3
5592024-12-21T04:22:03.567Z Downloaded slog-term v2.9.1
5602024-12-21T04:22:03.567Z Downloaded target-spec v3.2.2
5612024-12-21T04:22:03.568Z Downloaded num-traits v0.2.19
5622024-12-21T04:22:03.568Z Downloaded serde_urlencoded v0.7.1
5632024-12-21T04:22:03.568Z Downloaded rustfmt-wrapper v0.2.1
5642024-12-21T04:22:03.568Z Downloaded der_derive v0.7.3
5652024-12-21T04:22:03.568Z Downloaded unarray v0.1.4
5662024-12-21T04:22:03.568Z Downloaded jobserver v0.1.32
5672024-12-21T04:22:03.568Z Downloaded icu_locid_transform v1.5.0
5682024-12-21T04:22:03.568Z Downloaded publicsuffix v2.2.3
5692024-12-21T04:22:03.568Z Downloaded version_check v0.9.5
5702024-12-21T04:22:03.568Z Downloaded predicates v3.1.2
5712024-12-21T04:22:03.568Z Downloaded writeable v0.5.5
5722024-12-21T04:22:03.568Z Downloaded mime_guess v2.0.5
5732024-12-21T04:22:03.569Z Downloaded libtest-mimic v0.7.3
5742024-12-21T04:22:03.569Z Downloaded icu_properties v1.5.1
5752024-12-21T04:22:03.569Z Downloaded aho-corasick v1.1.3
5762024-12-21T04:22:03.569Z Downloaded is_ci v1.2.0
5772024-12-21T04:22:03.569Z Downloaded reedline v0.35.0
5782024-12-21T04:22:03.569Z Downloaded indoc v2.0.5
5792024-12-21T04:22:03.569Z Downloaded indoc v1.0.9
5802024-12-21T04:22:03.569Z Downloaded diesel_table_macro_syntax v0.2.0
5812024-12-21T04:22:03.569Z Downloaded diff v0.1.13
5822024-12-21T04:22:03.569Z Downloaded opaque-debug v0.3.1
5832024-12-21T04:22:03.569Z Downloaded plotters v0.3.7
5842024-12-21T04:22:03.763Z Downloaded resolv-conf v0.7.0
5852024-12-21T04:22:03.763Z Downloaded num v0.4.3
5862024-12-21T04:22:03.763Z Downloaded nodrop v0.1.14
5872024-12-21T04:22:03.763Z Downloaded idna_adapter v1.2.0
5882024-12-21T04:22:03.763Z Downloaded linked-hash-map v0.5.6
5892024-12-21T04:22:03.763Z Downloaded target-lexicon v0.12.16
5902024-12-21T04:22:03.764Z Downloaded tokio-native-tls v0.3.1
5912024-12-21T04:22:03.764Z Downloaded impl-trait-for-tuples v0.2.2
5922024-12-21T04:22:03.764Z Downloaded nibble_vec v0.1.0
5932024-12-21T04:22:03.765Z Downloaded newtype-uuid v1.1.3
5942024-12-21T04:22:03.765Z Downloaded macaddr v1.0.1
5952024-12-21T04:22:03.765Z Downloaded strum_macros v0.24.3
5962024-12-21T04:22:03.765Z Downloaded salsa20 v0.10.2
5972024-12-21T04:22:03.765Z Downloaded nanorand v0.7.0
5982024-12-21T04:22:03.765Z Downloaded memoffset v0.9.1
5992024-12-21T04:22:03.765Z Downloaded x509-cert v0.2.5
6002024-12-21T04:22:03.765Z Downloaded want v0.3.1
6012024-12-21T04:22:03.765Z Downloaded rand_distr v0.4.3
6022024-12-21T04:22:03.765Z Downloaded criterion v0.5.1
6032024-12-21T04:22:03.767Z Downloaded typify v0.2.0
6042024-12-21T04:22:03.767Z Downloaded russh-keys v0.45.0
6052024-12-21T04:22:03.767Z Downloaded tls_codec v0.4.1
6062024-12-21T04:22:03.768Z Downloaded usdt v0.5.0
6072024-12-21T04:22:03.768Z Downloaded aws-lc-rs v1.10.0
6082024-12-21T04:22:03.768Z Downloaded is_terminal_polyfill v1.70.1
6092024-12-21T04:22:03.769Z Downloaded blake3 v1.5.4
6102024-12-21T04:22:03.769Z Downloaded is-terminal v0.4.13
6112024-12-21T04:22:03.769Z Downloaded deranged v0.3.11
6122024-12-21T04:22:03.769Z Downloaded progenitor-macro v0.8.0
6132024-12-21T04:22:03.769Z Downloaded concurrent-queue v2.5.0
6142024-12-21T04:22:03.769Z Downloaded parse-size v1.1.0
6152024-12-21T04:22:03.769Z Downloaded nu-ansi-term v0.50.1
6162024-12-21T04:22:03.769Z Downloaded steno v0.4.1
6172024-12-21T04:22:03.770Z Downloaded scheduled-thread-pool v0.2.7
6182024-12-21T04:22:03.770Z Downloaded pin-project v1.1.6
6192024-12-21T04:22:03.770Z Downloaded sqlparser_derive v0.2.2
6202024-12-21T04:22:03.770Z Downloaded phf v0.11.2
6212024-12-21T04:22:03.770Z Downloaded strum_macros v0.25.3
6222024-12-21T04:22:03.770Z Downloaded native-tls v0.2.12
6232024-12-21T04:22:03.770Z Downloaded rustversion v1.0.17
6242024-12-21T04:22:03.770Z Downloaded rustc_version v0.4.1
6252024-12-21T04:22:03.770Z Downloaded sha2 v0.10.8
6262024-12-21T04:22:03.770Z Downloaded yansi v1.0.1
6272024-12-21T04:22:03.771Z Downloaded displaydoc v0.2.5
6282024-12-21T04:22:03.771Z Downloaded universal-hash v0.5.1
6292024-12-21T04:22:03.771Z Downloaded icu_normalizer v1.5.0
6302024-12-21T04:22:03.771Z Downloaded tough v0.19.0
6312024-12-21T04:22:03.771Z Downloaded phf_shared v0.10.0
6322024-12-21T04:22:03.771Z Downloaded curve25519-dalek-derive v0.1.1
6332024-12-21T04:22:03.772Z Downloaded ipnet v2.10.1
6342024-12-21T04:22:03.772Z Downloaded zerovec v0.10.4
6352024-12-21T04:22:03.772Z Downloaded termtree v0.4.1
6362024-12-21T04:22:03.773Z Downloaded rustc-hash v2.0.0
6372024-12-21T04:22:03.773Z Downloaded parking v2.2.1
6382024-12-21T04:22:03.773Z Downloaded kstat-rs v0.2.4
6392024-12-21T04:22:03.773Z Downloaded once_cell v1.20.2
6402024-12-21T04:22:03.773Z Downloaded ssh-key v0.6.6
6412024-12-21T04:22:03.773Z Downloaded proc-macro-error v1.0.4
6422024-12-21T04:22:03.773Z Downloaded take_mut v0.2.2
6432024-12-21T04:22:03.773Z Downloaded slog-envlogger v2.2.0
6442024-12-21T04:22:03.773Z Downloaded serde_plain v1.0.2
6452024-12-21T04:22:03.773Z Downloaded dyn-clone v1.0.17
6462024-12-21T04:22:03.773Z Downloaded quinn-udp v0.5.5
6472024-12-21T04:22:03.773Z Downloaded pest v2.7.14
6482024-12-21T04:22:03.773Z Downloaded tinyvec_macros v0.1.1
6492024-12-21T04:22:03.773Z Downloaded rustyline v14.0.0
6502024-12-21T04:22:03.773Z Downloaded termios v0.3.3
6512024-12-21T04:22:03.773Z Downloaded zone v0.3.0
6522024-12-21T04:22:03.774Z Downloaded twox-hash v1.6.3
6532024-12-21T04:22:03.774Z Downloaded winnow v0.6.20
6542024-12-21T04:22:03.774Z Downloaded thiserror v2.0.3
6552024-12-21T04:22:03.774Z Downloaded winnow v0.5.40
6562024-12-21T04:22:03.774Z Downloaded num_threads v0.1.7
6572024-12-21T04:22:03.774Z Downloaded display-error-chain v0.2.2
6582024-12-21T04:22:03.774Z Downloaded debug-ignore v1.0.5
6592024-12-21T04:22:03.774Z Downloaded ref-cast-impl v1.0.23
6602024-12-21T04:22:03.774Z Downloaded endian-type v0.1.2
6612024-12-21T04:22:03.774Z Downloaded tinyvec v1.8.0
6622024-12-21T04:22:03.774Z Downloaded libloading v0.8.5
6632024-12-21T04:22:03.775Z Downloaded schemars v0.8.21
6642024-12-21T04:22:03.907Z Downloaded walkdir v2.5.0
6652024-12-21T04:22:03.907Z Downloaded subprocess v0.2.9
6662024-12-21T04:22:03.907Z Downloaded const-oid v0.9.6
6672024-12-21T04:22:03.907Z Downloaded clap_lex v0.7.2
6682024-12-21T04:22:03.907Z Downloaded zone v0.1.8
6692024-12-21T04:22:03.908Z Downloaded tokio-stream v0.1.16
6702024-12-21T04:22:03.908Z Downloaded clap_builder v4.5.21
6712024-12-21T04:22:03.908Z Downloaded slog-json v2.6.1
6722024-12-21T04:22:03.908Z Downloaded tokio-macros v2.4.0
6732024-12-21T04:22:03.908Z Downloaded chrono v0.4.38
6742024-12-21T04:22:03.908Z Downloaded tabwriter v1.4.0
6752024-12-21T04:22:03.908Z Downloaded sha1 v0.10.6
6762024-12-21T04:22:03.908Z Downloaded ecdsa v0.16.9
6772024-12-21T04:22:03.909Z Downloaded internet-checksum v0.2.1
6782024-12-21T04:22:03.909Z Downloaded inout v0.1.3
6792024-12-21T04:22:03.909Z Downloaded zerofrom v0.1.4
6802024-12-21T04:22:03.909Z Downloaded either v1.13.0
6812024-12-21T04:22:03.909Z Downloaded mio v1.0.2
6822024-12-21T04:22:03.909Z Downloaded waitgroup v0.1.2
6832024-12-21T04:22:03.909Z Downloaded scroll_derive v0.12.0
6842024-12-21T04:22:03.909Z Downloaded percent-encoding v2.3.1
6852024-12-21T04:22:03.909Z Downloaded defmt v0.3.8
6862024-12-21T04:22:03.909Z Downloaded ref-cast v1.0.23
6872024-12-21T04:22:03.909Z Downloaded itertools v0.12.1
6882024-12-21T04:22:03.910Z Downloaded ryu v1.0.18
6892024-12-21T04:22:03.910Z Downloaded prettyplease v0.2.25
6902024-12-21T04:22:03.910Z Downloaded omicron-zone-package v0.11.1
6912024-12-21T04:22:03.910Z Downloaded zerocopy v0.7.35
6922024-12-21T04:22:03.910Z Downloaded usdt-macro v0.5.0
6932024-12-21T04:22:03.910Z Downloaded async-std v1.13.0
6942024-12-21T04:22:03.910Z Downloaded convert_case v0.4.0
6952024-12-21T04:22:03.911Z Downloaded serde_spanned v0.6.8
6962024-12-21T04:22:03.911Z Downloaded tinytemplate v1.2.1
6972024-12-21T04:22:03.912Z Downloaded partial-io v0.5.4
6982024-12-21T04:22:03.912Z Downloaded postcard v1.0.10
6992024-12-21T04:22:03.912Z Downloaded darling v0.20.10
7002024-12-21T04:22:03.912Z Downloaded wait-timeout v0.2.0
7012024-12-21T04:22:03.912Z Downloaded lru-cache v0.1.2
7022024-12-21T04:22:03.912Z Downloaded lru v0.12.5
7032024-12-21T04:22:03.912Z Downloaded lockfree-object-pool v0.1.6
7042024-12-21T04:22:03.913Z Downloaded utf8_iter v1.0.4
7052024-12-21T04:22:03.913Z Downloaded smawk v0.3.2
7062024-12-21T04:22:03.913Z Downloaded hyper-staticfile v0.10.1
7072024-12-21T04:22:03.913Z Downloaded papergrid v0.11.0
7082024-12-21T04:22:03.913Z Downloaded slog-scope v4.4.0
7092024-12-21T04:22:03.913Z Downloaded serde_tokenstream v0.2.2
7102024-12-21T04:22:03.913Z Downloaded dropshot_endpoint v0.12.0
7112024-12-21T04:22:03.913Z Downloaded openssl-probe v0.1.5
7122024-12-21T04:22:03.913Z Downloaded diesel_derives v2.2.3
7132024-12-21T04:22:03.914Z Downloaded crc-catalog v2.4.0
7142024-12-21T04:22:03.914Z Downloaded utf16_iter v1.0.5
7152024-12-21T04:22:03.914Z Downloaded serde_repr v0.1.19
7162024-12-21T04:22:03.914Z Downloaded serde_regex v1.1.0
7172024-12-21T04:22:03.914Z Downloaded pin-utils v0.1.0
7182024-12-21T04:22:03.914Z Downloaded smallvec v1.13.2
7192024-12-21T04:22:03.914Z Downloaded icu_properties_data v1.5.0
7202024-12-21T04:22:03.914Z Downloaded minimal-lexical v0.2.1
7212024-12-21T04:22:03.914Z Downloaded peg v0.8.4
7222024-12-21T04:22:03.914Z Downloaded pbkdf2 v0.12.2
7232024-12-21T04:22:03.914Z Downloaded tabled_derive v0.7.0
7242024-12-21T04:22:03.914Z Downloaded bindgen v0.69.5
7252024-12-21T04:22:03.915Z Downloaded pkcs5 v0.7.1
7262024-12-21T04:22:03.915Z Downloaded libsw v3.3.1
7272024-12-21T04:22:03.915Z Downloaded itoa v1.0.11
7282024-12-21T04:22:03.915Z Downloaded phf_generator v0.11.2
7292024-12-21T04:22:03.915Z Downloaded rand_seeder v0.3.0
7302024-12-21T04:22:03.915Z Downloaded env_logger v0.11.5
7312024-12-21T04:22:04.016Z Downloaded tokio-rustls v0.26.0
7322024-12-21T04:22:04.018Z Downloaded darling_core v0.20.10
7332024-12-21T04:22:04.019Z Downloaded bitvec v1.0.1
7342024-12-21T04:22:04.019Z Downloaded pem v3.0.4
7352024-12-21T04:22:04.019Z Downloaded rustc-hash v1.1.0
7362024-12-21T04:22:04.019Z Downloaded num_cpus v1.16.0
7372024-12-21T04:22:04.019Z Downloaded keccak v0.1.5
7382024-12-21T04:22:04.019Z Downloaded snafu-derive v0.8.5
7392024-12-21T04:22:04.020Z Downloaded test-strategy v0.3.1
7402024-12-21T04:22:04.020Z Downloaded quinn v0.11.5
7412024-12-21T04:22:04.020Z Downloaded tokio-rustls v0.24.1
7422024-12-21T04:22:04.020Z Downloaded openssl-sys v0.9.103
7432024-12-21T04:22:04.020Z Downloaded tungstenite v0.23.0
7442024-12-21T04:22:04.020Z Downloaded lock_api v0.4.12
7452024-12-21T04:22:04.020Z Downloaded ena v0.14.3
7462024-12-21T04:22:04.020Z Downloaded crc-any v2.5.0
7472024-12-21T04:22:04.020Z Downloaded quinn-proto v0.11.8
7482024-12-21T04:22:04.020Z Downloaded quote v1.0.37
7492024-12-21T04:22:04.020Z Downloaded unicode_categories v0.1.1
7502024-12-21T04:22:04.020Z Downloaded unicase v2.7.0
7512024-12-21T04:22:04.021Z Downloaded der v0.7.9
7522024-12-21T04:22:04.021Z Downloaded crossbeam-utils v0.8.20
7532024-12-21T04:22:04.021Z Downloaded scroll v0.12.0
7542024-12-21T04:22:04.021Z Downloaded dropshot_endpoint v0.13.0
7552024-12-21T04:22:04.021Z Downloaded rustc-demangle v0.1.24
7562024-12-21T04:22:04.021Z Downloaded password-hash v0.4.2
7572024-12-21T04:22:04.021Z Downloaded tar v0.4.42
7582024-12-21T04:22:04.021Z Downloaded unicode-ident v1.0.13
7592024-12-21T04:22:04.021Z Downloaded ed25519-dalek v2.1.1
7602024-12-21T04:22:04.022Z Downloaded crc32fast v1.4.2
7612024-12-21T04:22:04.022Z Downloaded qorb v0.2.1
7622024-12-21T04:22:04.022Z Downloaded tabled v0.15.0
7632024-12-21T04:22:04.022Z Downloaded pretty_assertions v1.4.1
7642024-12-21T04:22:04.022Z Downloaded rayon-core v1.12.1
7652024-12-21T04:22:04.022Z Downloaded textwrap v0.16.1
7662024-12-21T04:22:04.022Z Downloaded unicode-width v0.1.14
7672024-12-21T04:22:04.022Z Downloaded p384 v0.13.0
7682024-12-21T04:22:04.129Z Downloaded unicode-bidi v0.3.17
7692024-12-21T04:22:04.130Z Downloaded parse-zoneinfo v0.3.1
7702024-12-21T04:22:04.130Z Downloaded zip v2.1.3
7712024-12-21T04:22:04.130Z Downloaded object v0.30.4
7722024-12-21T04:22:04.130Z Downloaded regex-syntax v0.6.29
7732024-12-21T04:22:04.130Z Downloaded syn v1.0.109
7742024-12-21T04:22:04.130Z Downloaded socket2 v0.5.7
7752024-12-21T04:22:04.130Z Downloaded zerocopy v0.8.10
7762024-12-21T04:22:04.130Z Downloaded icu_collections v1.5.0
7772024-12-21T04:22:04.130Z Downloaded url v2.5.3
7782024-12-21T04:22:04.131Z Downloaded serde_yaml v0.9.34+deprecated
7792024-12-21T04:22:04.131Z Downloaded salty v0.3.0
7802024-12-21T04:22:04.131Z Downloaded rcgen v0.12.1
7812024-12-21T04:22:04.132Z Downloaded polar-core v0.27.3
7822024-12-21T04:22:04.132Z Downloaded compact_str v0.8.0
7832024-12-21T04:22:04.132Z Downloaded zerocopy-derive v0.8.10
7842024-12-21T04:22:04.133Z Downloaded itertools v0.10.5
7852024-12-21T04:22:04.133Z Downloaded typed-path v0.9.3
7862024-12-21T04:22:04.133Z Downloaded serde_with v3.11.0
7872024-12-21T04:22:04.228Z Downloaded proptest v1.5.0
7882024-12-21T04:22:04.228Z Downloaded hickory-proto v0.24.1
7892024-12-21T04:22:04.228Z Downloaded crossterm v0.28.1
7902024-12-21T04:22:04.228Z Downloaded libm v0.2.8
7912024-12-21T04:22:04.228Z Downloaded object v0.36.5
7922024-12-21T04:22:04.228Z Downloaded idna v0.4.0
7932024-12-21T04:22:04.228Z Downloaded syn v2.0.87
7942024-12-21T04:22:04.228Z Downloaded idna v0.5.0
7952024-12-21T04:22:04.228Z Downloaded idna v1.0.3
7962024-12-21T04:22:04.229Z Downloaded curve25519-dalek v4.1.3
7972024-12-21T04:22:04.229Z Downloaded rustls v0.21.12
7982024-12-21T04:22:04.302Z Downloaded rayon v1.10.0
7992024-12-21T04:22:04.302Z Downloaded dropshot v0.12.0
8002024-12-21T04:22:04.302Z Downloaded smoltcp v0.9.1
8012024-12-21T04:22:04.302Z Downloaded idna v0.3.0
8022024-12-21T04:22:04.302Z Downloaded nix v0.28.0
8032024-12-21T04:22:04.302Z Downloaded portable-atomic v1.9.0
8042024-12-21T04:22:04.302Z Downloaded nix v0.27.1
8052024-12-21T04:22:04.303Z Downloaded regex-syntax v0.8.5
8062024-12-21T04:22:04.303Z Downloaded bstr v1.10.0
8072024-12-21T04:22:04.303Z Downloaded rustix v0.38.37
8082024-12-21T04:22:04.352Z Downloaded unicode-width v0.2.0
8092024-12-21T04:22:04.352Z Downloaded ratatui v0.28.1
8102024-12-21T04:22:04.353Z Downloaded rustls-webpki v0.102.8
8112024-12-21T04:22:04.353Z Downloaded petname v2.0.2
8122024-12-21T04:22:04.374Z Downloaded openssl v0.10.66
8132024-12-21T04:22:04.374Z Downloaded rustls v0.23.19
8142024-12-21T04:22:04.374Z Downloaded webpki-roots v0.26.6
8152024-12-21T04:22:04.374Z Downloaded zerocopy-derive v0.6.6
8162024-12-21T04:22:04.375Z Downloaded regress v0.10.1
8172024-12-21T04:22:04.375Z Downloaded regex-automata v0.4.8
8182024-12-21T04:22:04.389Z Downloaded regress v0.9.1
8192024-12-21T04:22:04.389Z Downloaded regex v1.11.1
8202024-12-21T04:22:04.400Z Downloaded smoltcp v0.11.0
8212024-12-21T04:22:04.416Z Downloaded chrono-tz v0.10.0
8222024-12-21T04:22:04.422Z Downloaded quick-xml v0.33.0
8232024-12-21T04:22:04.422Z Downloaded vcpkg v0.2.15
8242024-12-21T04:22:04.468Z Downloaded trust-dns-proto v0.22.0
8252024-12-21T04:22:04.483Z Downloaded rustls v0.22.4
8262024-12-21T04:22:04.493Z Downloaded idna v0.2.3
8272024-12-21T04:22:04.493Z Downloaded dropshot v0.13.0
8282024-12-21T04:22:04.531Z Downloaded radix_trie v0.2.1
8292024-12-21T04:22:04.585Z Downloaded diesel v2.2.6
8302024-12-21T04:22:04.585Z Downloaded nix v0.29.0
8312024-12-21T04:22:04.656Z Downloaded openapiv3 v2.0.0
8322024-12-21T04:22:04.656Z Downloaded lzma-sys v0.1.20
8332024-12-21T04:22:04.656Z Downloaded libz-sys v1.1.20
8342024-12-21T04:22:04.710Z Downloaded unicode-normalization v0.1.24
8352024-12-21T04:22:04.710Z Downloaded reqwest v0.12.9
8362024-12-21T04:22:04.710Z Downloaded sled v0.34.7
8372024-12-21T04:22:04.710Z Downloaded sqlparser v0.45.0
8382024-12-21T04:22:04.710Z Downloaded tungstenite v0.24.0
8392024-12-21T04:22:04.710Z Downloaded bzip2-sys v0.1.11+1.0.8
8402024-12-21T04:22:04.749Z Downloaded pkcs8 v0.10.2
8412024-12-21T04:22:04.749Z Downloaded typify-impl v0.2.0
8422024-12-21T04:22:04.749Z Downloaded const_format_proc_macros v0.2.33
8432024-12-21T04:22:04.749Z Downloaded gimli v0.31.1
8442024-12-21T04:22:04.750Z Downloaded lalrpop v0.19.12
8452024-12-21T04:22:04.785Z Downloaded zerovec-derive v0.10.3
8462024-12-21T04:22:04.785Z Downloaded zeroize_derive v1.4.2
8472024-12-21T04:22:04.785Z Downloaded rust-argon2 v2.1.0
8482024-12-21T04:22:04.785Z Downloaded piper v0.2.4
8492024-12-21T04:22:04.785Z Downloaded term v0.7.0
8502024-12-21T04:22:04.786Z Downloaded const_format v0.2.33
8512024-12-21T04:22:04.786Z Downloaded crossbeam-channel v0.5.13
8522024-12-21T04:22:04.786Z Downloaded pretty-hex v0.4.1
8532024-12-21T04:22:04.786Z Downloaded num-integer v0.1.46
8542024-12-21T04:22:04.786Z Downloaded spin v0.5.2
8552024-12-21T04:22:04.786Z Downloaded time v0.3.36
8562024-12-21T04:22:04.786Z Downloaded zip v0.6.6
8572024-12-21T04:22:04.786Z Downloaded zerocopy v0.6.6
8582024-12-21T04:22:04.786Z Downloaded progenitor-impl v0.8.0
8592024-12-21T04:22:04.787Z Downloaded samael v0.0.17
8602024-12-21T04:22:04.796Z Downloaded tokio-postgres v0.7.12
8612024-12-21T04:22:04.796Z Downloaded rustls-webpki v0.101.7
8622024-12-21T04:22:04.796Z Downloaded typenum v1.17.0
8632024-12-21T04:22:04.801Z Downloaded petgraph v0.6.5
8642024-12-21T04:22:04.810Z Downloaded itertools v0.13.0
8652024-12-21T04:22:04.819Z Downloaded ucd-trie v0.1.7
8662024-12-21T04:22:04.824Z Downloaded libc v0.2.162
8672024-12-21T04:22:04.851Z Downloaded httpmock v0.8.0-alpha.1
8682024-12-21T04:22:04.864Z Downloaded crossbeam-epoch v0.9.18
8692024-12-21T04:22:04.875Z Downloaded git2 v0.19.0
8702024-12-21T04:22:04.881Z Downloaded difflib v0.4.0
8712024-12-21T04:22:04.881Z Downloaded usdt-impl v0.5.0
8722024-12-21T04:22:04.881Z Downloaded num-bigint-dig v0.8.4
8732024-12-21T04:22:04.885Z Downloaded stable_deref_trait v1.2.0
8742024-12-21T04:22:04.885Z Downloaded ssh-encoding v0.2.0
8752024-12-21T04:22:04.886Z Downloaded toml_edit v0.19.15
8762024-12-21T04:22:04.911Z Downloaded serde_json v1.0.133
8772024-12-21T04:22:04.925Z Downloaded csv v1.3.0
8782024-12-21T04:22:04.930Z Downloaded parking_lot_core v0.8.6
8792024-12-21T04:22:04.968Z Downloaded icu_locid_transform_data v1.5.0
8802024-12-21T04:22:04.968Z Downloaded goblin v0.8.2
8812024-12-21T04:22:04.968Z Downloaded tokio v1.40.0
8822024-12-21T04:22:04.979Z Downloaded vergen v8.3.2
8832024-12-21T04:22:04.982Z Downloaded defmt-parser v0.3.4
8842024-12-21T04:22:04.982Z Downloaded defmt-macros v0.3.9
8852024-12-21T04:22:05.000Z Downloaded criterion-plot v0.5.0
8862024-12-21T04:22:05.018Z Downloaded constant_time_eq v0.3.1
8872024-12-21T04:22:05.019Z Downloaded strum_macros v0.26.4
8882024-12-21T04:22:05.019Z Downloaded slog-dtrace v0.3.0
8892024-12-21T04:22:05.019Z Downloaded simd-adler32 v0.3.7
8902024-12-21T04:22:05.019Z Downloaded same-file v1.0.6
8912024-12-21T04:22:05.019Z Downloaded num-rational v0.4.2
8922024-12-21T04:22:05.019Z Downloaded sha3 v0.10.8
8932024-12-21T04:22:05.019Z Downloaded embedded-io v0.4.0
8942024-12-21T04:22:05.019Z Downloaded toml v0.8.19
8952024-12-21T04:22:05.019Z Downloaded toml v0.7.8
8962024-12-21T04:22:05.019Z Downloaded secrecy v0.8.0
8972024-12-21T04:22:05.019Z Downloaded memchr v2.7.4
8982024-12-21T04:22:05.024Z Downloaded clap v4.5.21
8992024-12-21T04:22:05.033Z Downloaded rsa v0.9.6
9002024-12-21T04:22:05.033Z Downloaded tokio-tungstenite v0.24.0
9012024-12-21T04:22:05.037Z Downloaded pest_meta v2.7.14
9022024-12-21T04:22:05.037Z Downloaded quick-error v1.2.3
9032024-12-21T04:22:05.037Z Downloaded futures-util v0.3.31
9042024-12-21T04:22:05.048Z Downloaded russh v0.45.0
9052024-12-21T04:22:05.054Z Downloaded powerfmt v0.2.0
9062024-12-21T04:22:05.063Z Downloaded lazycell v1.3.0
9072024-12-21T04:22:05.063Z Downloaded tungstenite v0.21.0
9082024-12-21T04:22:05.063Z Downloaded strsim v0.11.1
9092024-12-21T04:22:05.067Z Downloaded indexmap v1.9.3
9102024-12-21T04:22:05.067Z Downloaded tracing-attributes v0.1.27
9112024-12-21T04:22:05.067Z Downloaded slog v2.7.0
9122024-12-21T04:22:05.075Z Downloaded libgit2-sys v0.17.0+1.8.1
9132024-12-21T04:22:05.128Z Downloaded hyper-rustls v0.26.0
9142024-12-21T04:22:05.132Z Downloaded async-lock v3.4.0
9152024-12-21T04:22:05.141Z Downloaded async-io v2.3.4
9162024-12-21T04:22:05.141Z Downloaded bzip2 v0.4.4
9172024-12-21T04:22:05.147Z Downloaded fatfs v0.3.6
9182024-12-21T04:22:05.147Z Downloaded backoff v0.4.0
9192024-12-21T04:22:05.147Z Downloaded async-trait v0.1.83
9202024-12-21T04:22:05.155Z Downloaded async-process v2.3.0
9212024-12-21T04:22:05.155Z Downloaded assert_cmd v2.0.16
9222024-12-21T04:22:05.155Z Downloaded cbc v0.1.2
9232024-12-21T04:22:05.155Z Downloaded cast v0.3.0
9242024-12-21T04:22:05.155Z Downloaded autocfg v1.4.0
9252024-12-21T04:22:05.156Z Downloaded flagset v0.4.6
9262024-12-21T04:22:05.165Z Downloaded bitfield-struct v0.6.2
9272024-12-21T04:22:05.165Z Downloaded async-executor v1.13.1
9282024-12-21T04:22:05.165Z Downloaded group v0.13.0
9292024-12-21T04:22:05.171Z Downloaded glob v0.3.1
9302024-12-21T04:22:05.172Z Downloaded ghash v0.5.1
9312024-12-21T04:22:05.172Z Downloaded heck v0.4.1
9322024-12-21T04:22:05.172Z Downloaded bcrypt-pbkdf v0.10.0
9332024-12-21T04:22:05.172Z Downloaded async-stream v0.3.6
9342024-12-21T04:22:05.172Z Downloaded float-ord v0.3.2
9352024-12-21T04:22:05.172Z Downloaded async-signal v0.2.10
9362024-12-21T04:22:05.176Z Downloaded fixedbitset v0.4.2
9372024-12-21T04:22:05.176Z Downloaded atomic-waker v1.1.2
9382024-12-21T04:22:05.176Z Downloaded async-recursion v1.1.1
9392024-12-21T04:22:05.182Z Downloaded gethostname v0.5.0
9402024-12-21T04:22:05.183Z Downloaded futures-timer v3.0.3
9412024-12-21T04:22:05.183Z Downloaded futures-task v0.3.31
9422024-12-21T04:22:05.183Z Downloaded futures-sink v0.3.31
9432024-12-21T04:22:05.183Z Downloaded futures-executor v0.3.31
9442024-12-21T04:22:05.194Z Downloaded futures-core v0.3.31
9452024-12-21T04:22:05.194Z Downloaded fallible-streaming-iterator v0.1.9
9462024-12-21T04:22:05.194Z Downloaded anstyle-parse v0.2.5
9472024-12-21T04:22:05.194Z Downloaded foreign-types-shared v0.3.1
9482024-12-21T04:22:05.194Z Downloaded async-global-executor v2.4.1
9492024-12-21T04:22:05.194Z Downloaded async-channel v2.3.1
9502024-12-21T04:22:05.194Z Downloaded async-attributes v1.1.2
9512024-12-21T04:22:05.194Z Downloaded encoding_rs v0.8.34
9522024-12-21T04:22:05.214Z Downloaded assert_matches v1.5.0
9532024-12-21T04:22:05.221Z Downloaded assert-json-diff v2.0.2
9542024-12-21T04:22:05.222Z Downloaded array-init v0.0.4
9552024-12-21T04:22:05.222Z Downloaded aead v0.5.2
9562024-12-21T04:22:05.464Z Downloaded ring v0.17.8
9572024-12-21T04:22:05.612Z Downloaded libsqlite3-sys v0.30.1
9582024-12-21T04:22:05.884Z Downloaded ring v0.16.20
9592024-12-21T04:22:06.184Z Downloaded aws-lc-sys v0.22.0
9602024-12-21T04:22:06.700Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9612024-12-21T04:22:15.150Z Startup: Refreshing catalog 'helios-dev' ... Done
9622024-12-21T04:22:19.054Z Startup: Caching catalogs ... Done
9632024-12-21T04:22:30.140ZPlanning: Solver setup ... Done (10.092s)
9642024-12-21T04:22:30.275ZPlanning: Running solver ... Done (0.135s)
9652024-12-21T04:22:30.380ZPlanning: Finding local manifests ... Done (0.003s)
9662024-12-21T04:22:30.407ZPlanning: Fetching manifests: 0/5 0% complete
9672024-12-21T04:22:31.241ZPlanning: Fetching manifests: 5/5 100% complete
9682024-12-21T04:22:31.342ZPlanning: Package planning ... Done (0.101s)
9692024-12-21T04:22:31.404ZPlanning: Merging actions ... Done (0.059s)
9702024-12-21T04:22:31.767ZPlanning: Checking for conflicting actions ... Done (0.366s)
9712024-12-21T04:22:33.874ZPlanning: Consolidating action changes ... Done (2.106s)
9722024-12-21T04:22:34.325ZPlanning: Evaluating mediators ... Done (0.451s)
9732024-12-21T04:22:34.411ZPlanning: Planning completed in 15.26 seconds
9742024-12-21T04:22:34.428Z Packages to install: 4
9752024-12-21T04:22:34.428Z Packages to update: 1
9762024-12-21T04:22:34.431Z Mediators to change: 2
9772024-12-21T04:22:34.431Z Services to change: 1
9782024-12-21T04:22:34.431Z Estimated space available: 155.38 GB
9792024-12-21T04:22:34.431ZEstimated space to be consumed: 1.62 GB
9802024-12-21T04:22:34.431Z Create boot environment: No
9812024-12-21T04:22:34.432ZCreate backup boot environment: Yes
9822024-12-21T04:22:34.432Z Rebuild boot archive: No
9832024-12-21T04:22:34.432Z
9842024-12-21T04:22:34.432ZChanged mediators:
9852024-12-21T04:22:34.432Z mediator clang:
9862024-12-21T04:22:34.432Z version: None -> 15 (system default)
9872024-12-21T04:22:34.432Z
9882024-12-21T04:22:34.432Z mediator llvm:
9892024-12-21T04:22:34.432Z version: 14 (system default) -> 15 (system default)
9902024-12-21T04:22:34.432Z
9912024-12-21T04:22:34.432ZChanged packages:
9922024-12-21T04:22:34.432Zhelios-dev
9932024-12-21T04:22:34.432Z developer/build-essential
9942024-12-21T04:22:34.432Z None -> 11-2.0
9952024-12-21T04:22:34.432Z library/libxmlsec1
9962024-12-21T04:22:34.432Z None -> 1.2.35-2.0
9972024-12-21T04:22:34.432Z ooce/developer/clang-15
9982024-12-21T04:22:34.432Z None -> 15.0.7-2.0
9992024-12-21T04:22:34.432Z ooce/developer/llvm-15
10002024-12-21T04:22:34.432Z None -> 15.0.7-2.0
10012024-12-21T04:22:34.432Z package/pkg
10022024-12-21T04:22:34.432Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10032024-12-21T04:22:34.432Z
10042024-12-21T04:22:34.432ZServices:
10052024-12-21T04:22:34.432Z restart_fmri:
10062024-12-21T04:22:34.432Z svc:/system/update-man-index:default
10072024-12-21T04:22:34.432Z
10082024-12-21T04:22:34.432ZEditable files to change:
10092024-12-21T04:22:34.432Z Update:
10102024-12-21T04:22:34.432Z usr/share/lib/pkg/web/config.shtml
10112024-12-21T04:22:34.509Z
10122024-12-21T04:22:34.509ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10132024-12-21T04:22:39.624ZDownload: 209/4281 items 1.2/220.6MB 0% complete (342k/s)
10142024-12-21T04:23:04.598ZDownload: 213/4281 items 1.3/220.6MB 0% complete
10152024-12-21T04:23:09.653ZDownload: 373/4281 items 16.4/220.6MB 7% complete (3.7M/s)
10162024-12-21T04:23:14.687ZDownload: 696/4281 items 17.9/220.6MB 8% complete (1.8M/s)
10172024-12-21T04:23:19.696ZDownload: 984/4281 items 19.1/220.6MB 8% complete (280k/s)
10182024-12-21T04:23:24.921ZDownload: 1194/4281 items 80.7/220.6MB 36% complete (6.2M/s)
10192024-12-21T04:23:30.013ZDownload: 1196/4281 items 83.3/220.6MB 37% complete (6.5M/s)
10202024-12-21T04:23:43.001ZDownload: 1197/4281 items 83.5/220.6MB 37% complete
10212024-12-21T04:23:48.042ZDownload: 1540/4281 items 117.5/220.6MB 53% complete (7.2M/s)
10222024-12-21T04:23:53.034ZDownload: 1930/4281 items 118.6/220.6MB 53% complete (3.6M/s)
10232024-12-21T04:23:58.560ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (2.3M/s)
10242024-12-21T04:24:03.559ZDownload: 2640/4281 items 120.4/220.6MB 54% complete (180k/s)
10252024-12-21T04:24:08.560ZDownload: 3119/4281 items 154.9/220.6MB 70% complete (3.5M/s)
10262024-12-21T04:24:24.034ZDownload: 3247/4281 items 202.9/220.6MB 91% complete
10272024-12-21T04:24:29.372ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (16.3M/s)
10282024-12-21T04:24:35.683ZDownload: 3285/4281 items 210.9/220.6MB 95% complete (1.1M/s)
10292024-12-21T04:24:40.696ZDownload: 4110/4281 items 219.9/220.6MB 99% complete (1010k/s)
10302024-12-21T04:24:48.659ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (1.1M/s)
10312024-12-21T04:24:49.243ZDownload: Completed 220.60 MB in 134.73 seconds (1.6M/s)
10322024-12-21T04:24:51.302Z Actions: 1/5063 actions (Removing old actions)
10332024-12-21T04:24:51.328Z Actions: 194/5063 actions (Installing new actions)
10342024-12-21T04:24:55.982Z Actions: 4226/5063 actions (Updating modified actions)
10352024-12-21T04:24:56.300Z Actions: Completed 5063 actions in 5.01 seconds.
10362024-12-21T04:24:56.722Z Done (0.415s)
10372024-12-21T04:24:56.725Z Done (0.000s)
10382024-12-21T04:24:57.317Z Done (0.592s)
10392024-12-21T04:25:01.786Z Done (4.236s)
10402024-12-21T04:25:01.879Z Done (0.019s)
10412024-12-21T04:25:01.881Z Done (0.000s)
10422024-12-21T04:25:02.068Z Done (0.000s)
10432024-12-21T04:25:02.780ZPlanning: Evaluating mediator changes ... Done
10442024-12-21T04:25:02.940ZPlanning: Checking for conflicting actions ... Done
10452024-12-21T04:25:02.943ZPlanning: Consolidating action changes ... Done
10462024-12-21T04:25:03.214ZPlanning: Evaluating mediators ... Done
10472024-12-21T04:25:03.217ZPlanning: Planning completed in 0.44 seconds
10482024-12-21T04:25:03.255Z Mediators to change: 2
10492024-12-21T04:25:03.255Z Create boot environment: No
10502024-12-21T04:25:03.256ZCreate backup boot environment: No
10512024-12-21T04:25:03.337Z Done
10522024-12-21T04:25:03.337Z Done
10532024-12-21T04:25:03.704Z Done
10542024-12-21T04:25:07.399Z Done
10552024-12-21T04:25:07.491Z Done
10562024-12-21T04:25:07.494Z Done
10572024-12-21T04:25:07.639Z Done
10582024-12-21T04:25:08.261ZPlanning: Evaluating mediator changes ... Done
10592024-12-21T04:25:08.264ZPlanning: Merging actions ... Done
10602024-12-21T04:25:08.450ZPlanning: Checking for conflicting actions ... Done
10612024-12-21T04:25:08.453ZPlanning: Consolidating action changes ... Done
10622024-12-21T04:25:08.718ZPlanning: Evaluating mediators ... Done
10632024-12-21T04:25:08.774ZPlanning: Planning completed in 0.76 seconds
10642024-12-21T04:25:08.823Z Packages to change: 1
10652024-12-21T04:25:08.823Z Mediators to change: 1
10662024-12-21T04:25:08.823Z Services to change: 1
10672024-12-21T04:25:08.827Z Create boot environment: No
10682024-12-21T04:25:08.827ZCreate backup boot environment: Yes
10692024-12-21T04:25:11.088Z Actions: 1/6 actions (Updating modified actions)
10702024-12-21T04:25:11.092Z Actions: Completed 6 actions in 0.00 seconds.
10712024-12-21T04:25:11.092Z Done
10722024-12-21T04:25:11.092Z Done
10732024-12-21T04:25:11.208Z Done
10742024-12-21T04:25:14.961Z Done
10752024-12-21T04:25:15.046Z Done
10762024-12-21T04:25:15.048Z Done
10772024-12-21T04:25:15.178Z Done
10782024-12-21T04:25:15.623ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10792024-12-21T04:25:15.624Zclang system 15 system
10802024-12-21T04:25:15.624Zcsh system system illumos
10812024-12-21T04:25:15.624Zctags system system illumos
10822024-12-21T04:25:15.624Zgcc vendor 12 vendor
10832024-12-21T04:25:15.624Zgcc system 10 system
10842024-12-21T04:25:15.624Zgcc system 7 system
10852024-12-21T04:25:15.624Zgo system 1.20 system
10862024-12-21T04:25:15.624Zgo system 1.19 system
10872024-12-21T04:25:15.624Zllvm system 15 system
10882024-12-21T04:25:15.624Zllvm system 14 system
10892024-12-21T04:25:15.624Zmariadb system 10.6 system
10902024-12-21T04:25:15.624Zmta vendor vendor dma
10912024-12-21T04:25:15.624Zopenjdk system 17 system
10922024-12-21T04:25:15.624Zopenjdk system 11 system
10932024-12-21T04:25:15.624Zopenjdk system 1.8 system
10942024-12-21T04:25:15.624Zopenssl vendor 3 vendor
10952024-12-21T04:25:15.624Zperl system 5.36 system
10962024-12-21T04:25:15.624Zpostgresql system 15 system
10972024-12-21T04:25:15.624Zpostgresql system 13 system
10982024-12-21T04:25:15.624Zpython vendor 3 vendor
10992024-12-21T04:25:15.624Zpython system 2 system
11002024-12-21T04:25:15.624Zpython3 system 3.11 system
11012024-12-21T04:25:15.624Zruby system 3.0 system
11022024-12-21T04:25:15.624Zwords vendor vendor american-english
11032024-12-21T04:25:15.624Zwords system system australian-english
11042024-12-21T04:25:15.624Zwords system system british-english
11052024-12-21T04:25:15.624Zwords system system canadian-english
11062024-12-21T04:25:15.624Zwords system system french
11072024-12-21T04:25:15.624Zwords system system italian
11082024-12-21T04:25:15.624Zwords system system ngerman
11092024-12-21T04:25:15.624Zwords system system ogerman
11102024-12-21T04:25:15.624Zwords system system spanish
11112024-12-21T04:25:15.957ZPUBLISHER TYPE STATUS P LOCATION
11122024-12-21T04:25:15.957Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11132024-12-21T04:25:18.773ZFMRI IFO
11142024-12-21T04:25:18.773Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11152024-12-21T04:25:18.773Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11162024-12-21T04:25:18.774Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11172024-12-21T04:25:18.774Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11182024-12-21T04:25:18.774Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11192024-12-21T04:25:18.774Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11202024-12-21T04:25:18.775Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11212024-12-21T04:25:18.775Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11222024-12-21T04:25:18.775Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11232024-12-21T04:25:18.775Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11242024-12-21T04:25:18.775Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11252024-12-21T04:25:18.775Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11262024-12-21T04:25:18.775Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11272024-12-21T04:25:18.775Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11282024-12-21T04:25:18.775Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11292024-12-21T04:25:19.832Z Downloading crates ...
11302024-12-21T04:25:19.930Z Downloaded cargo_toml v0.20.5
11312024-12-21T04:25:20.067Z Compiling proc-macro2 v1.0.89
11322024-12-21T04:25:20.067Z Compiling unicode-ident v1.0.13
11332024-12-21T04:25:20.070Z Compiling version_check v0.9.5
11342024-12-21T04:25:20.070Z Compiling serde v1.0.215
11352024-12-21T04:25:20.070Z Compiling thiserror v1.0.69
11362024-12-21T04:25:20.070Z Compiling memchr v2.7.4
11372024-12-21T04:25:20.070Z Compiling libc v0.2.162
11382024-12-21T04:25:20.070Z Compiling ucd-trie v0.1.7
11392024-12-21T04:25:20.329Z Compiling ryu v1.0.18
11402024-12-21T04:25:20.680Z Compiling itoa v1.0.11
11412024-12-21T04:25:20.716Z Compiling once_cell v1.20.2
11422024-12-21T04:25:20.883Z Compiling byteorder v1.5.0
11432024-12-21T04:25:20.911Z Compiling serde_json v1.0.133
11442024-12-21T04:25:21.051Z Compiling rustix v0.38.37
11452024-12-21T04:25:21.225Z Compiling bitflags v2.6.0
11462024-12-21T04:25:21.368Z Compiling usdt-impl v0.5.0
11472024-12-21T04:25:21.652Z Compiling proc-macro-error-attr v1.0.4
11482024-12-21T04:25:21.662Z Compiling syn v1.0.109
11492024-12-21T04:25:21.792Z Compiling proc-macro-error v1.0.4
11502024-12-21T04:25:21.805Z Compiling utf8parse v0.2.2
11512024-12-21T04:25:21.821Z Compiling quote v1.0.37
11522024-12-21T04:25:22.009Z Compiling camino v1.1.9
11532024-12-21T04:25:22.021Z Compiling log v0.4.22
11542024-12-21T04:25:22.049Z Compiling equivalent v1.0.1
11552024-12-21T04:25:22.153Z Compiling plain v0.2.3
11562024-12-21T04:25:22.243Z Compiling syn v2.0.87
11572024-12-21T04:25:22.303Z Compiling errno v0.3.9
11582024-12-21T04:25:22.478Z Compiling hashbrown v0.15.1
11592024-12-21T04:25:22.644Z Compiling thread-id v4.2.2
11602024-12-21T04:25:22.705Z Compiling anstyle-parse v0.2.5
11612024-12-21T04:25:22.746Z Compiling pretty-hex v0.4.1
11622024-12-21T04:25:22.940Z Compiling semver v1.0.23
11632024-12-21T04:25:23.020Z Compiling anstyle v1.0.10
11642024-12-21T04:25:23.036Z Compiling autocfg v1.4.0
11652024-12-21T04:25:23.435Z Compiling unicode-width v0.1.14
11662024-12-21T04:25:23.484Z Compiling colorchoice v1.0.2
11672024-12-21T04:25:23.623Z Compiling indexmap v2.6.0
11682024-12-21T04:25:23.647Z Compiling winnow v0.6.20
11692024-12-21T04:25:23.709Z Compiling anstyle-query v1.1.1
11702024-12-21T04:25:23.862Z Compiling is_terminal_polyfill v1.70.1
11712024-12-21T04:25:23.985Z Compiling anstream v0.6.15
11722024-12-21T04:25:24.223Z Compiling fs-err v2.11.0
11732024-12-21T04:25:24.242Z Compiling strsim v0.11.1
11742024-12-21T04:25:24.498Z Compiling heck v0.4.1
11752024-12-21T04:25:24.769Z Compiling terminal_size v0.4.0
11762024-12-21T04:25:25.022Z Compiling fnv v1.0.7
11772024-12-21T04:25:25.076Z Compiling clap_lex v0.7.2
11782024-12-21T04:25:25.136Z Compiling fastrand v2.1.1
11792024-12-21T04:25:25.174Z Compiling heck v0.5.0
11802024-12-21T04:25:25.454Z Compiling anyhow v1.0.93
11812024-12-21T04:25:25.645Z Compiling cfg-if v1.0.0
11822024-12-21T04:25:25.693Z Compiling bytecount v0.6.8
11832024-12-21T04:25:25.695Z Compiling clap_builder v4.5.21
11842024-12-21T04:25:25.729Z Compiling tempfile v3.13.0
11852024-12-21T04:25:25.912Z Compiling papergrid v0.11.0
11862024-12-21T04:25:26.282Z Compiling memmap v0.7.0
11872024-12-21T04:25:26.439Z Compiling unicode-linebreak v0.1.5
11882024-12-21T04:25:26.611Z Compiling smawk v0.3.2
11892024-12-21T04:25:26.808Z Compiling textwrap v0.16.1
11902024-12-21T04:25:27.489Z Compiling swrite v0.1.0
11912024-12-21T04:25:28.318Z Compiling tabled_derive v0.7.0
11922024-12-21T04:25:29.939Z Compiling tabled v0.15.0
11932024-12-21T04:25:31.383Z Compiling serde_derive v1.0.215
11942024-12-21T04:25:31.383Z Compiling thiserror-impl v1.0.69
11952024-12-21T04:25:31.386Z Compiling zerocopy-derive v0.7.35
11962024-12-21T04:25:31.386Z Compiling scroll_derive v0.12.0
11972024-12-21T04:25:31.443Z Compiling clap_derive v4.5.18
11982024-12-21T04:25:32.612Z Compiling scroll v0.12.0
11992024-12-21T04:25:33.063Z Compiling goblin v0.8.2
12002024-12-21T04:25:33.312Z Compiling zerocopy v0.7.35
12012024-12-21T04:25:34.192Z Compiling pest v2.7.14
12022024-12-21T04:25:35.189Z Compiling clap v4.5.21
12032024-12-21T04:25:36.403Z Compiling pest_meta v2.7.14
12042024-12-21T04:25:37.222Z Compiling pest_generator v2.7.14
12052024-12-21T04:25:39.177Z Compiling pest_derive v2.7.14
12062024-12-21T04:25:39.917Z Compiling dtrace-parser v0.2.0
12072024-12-21T04:25:41.576Z Compiling serde_spanned v0.6.8
12082024-12-21T04:25:41.577Z Compiling toml_datetime v0.6.8
12092024-12-21T04:25:41.580Z Compiling cargo-platform v0.1.8
12102024-12-21T04:25:41.979Z Compiling serde_tokenstream v0.2.2
12112024-12-21T04:25:42.013Z Compiling toml_edit v0.22.22
12122024-12-21T04:25:42.124Z Compiling macaddr v1.0.1
12132024-12-21T04:25:42.197Z Compiling camino-tempfile v1.1.1
12142024-12-21T04:25:43.067Z Compiling dof v0.3.0
12152024-12-21T04:25:43.068Z Compiling cargo_metadata v0.18.1
12162024-12-21T04:25:44.843Z Compiling toml v0.8.19
12172024-12-21T04:25:45.025Z Compiling usdt-macro v0.5.0
12182024-12-21T04:25:45.025Z Compiling usdt-attr-macro v0.5.0
12192024-12-21T04:25:45.733Z Compiling cargo_toml v0.20.5
12202024-12-21T04:25:46.459Z Compiling usdt v0.5.0
12212024-12-21T04:25:49.287Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12222024-12-21T04:25:53.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.21s
12232024-12-21T04:25:53.575Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12242024-12-21T04:25:54.430Z Compiling serde v1.0.215
12252024-12-21T04:25:54.434Z Compiling lock_api v0.4.12
12262024-12-21T04:25:54.434Z Compiling scopeguard v1.2.0
12272024-12-21T04:25:54.434Z Compiling value-bag v1.9.0
12282024-12-21T04:25:54.434Z Compiling typenum v1.17.0
12292024-12-21T04:25:54.434Z Compiling generic-array v0.14.7
12302024-12-21T04:25:54.434Z Compiling syn v2.0.87
12312024-12-21T04:25:54.557Z Compiling getrandom v0.2.15
12322024-12-21T04:25:54.706Z Compiling shlex v1.3.0
12332024-12-21T04:25:54.908Z Compiling rand_core v0.6.4
12342024-12-21T04:25:55.004Z Compiling subtle v2.6.1
12352024-12-21T04:25:55.120Z Compiling log v0.4.22
12362024-12-21T04:25:55.142Z Compiling jobserver v0.1.32
12372024-12-21T04:25:55.238Z Compiling const-oid v0.9.6
12382024-12-21T04:25:55.394Z Compiling smallvec v1.13.2
12392024-12-21T04:25:55.453Z Compiling pin-project-lite v0.2.14
12402024-12-21T04:25:55.546Z Compiling cc v1.1.30
12412024-12-21T04:25:55.592Z Compiling spin v0.9.8
12422024-12-21T04:25:55.823Z Compiling rustix v0.38.37
12432024-12-21T04:25:55.990Z Compiling parking_lot_core v0.9.10
12442024-12-21T04:25:56.016Z Compiling futures-core v0.3.31
12452024-12-21T04:25:56.070Z Compiling signal-hook-registry v1.4.2
12462024-12-21T04:25:56.273Z Compiling mio v1.0.2
12472024-12-21T04:25:56.712Z Compiling aho-corasick v1.1.3
12482024-12-21T04:25:56.895Z Compiling parking_lot v0.12.3
12492024-12-21T04:25:57.118Z Compiling cpufeatures v0.2.14
12502024-12-21T04:25:57.170Z Compiling regex-syntax v0.8.5
12512024-12-21T04:25:57.188Z Compiling either v1.13.0
12522024-12-21T04:25:57.221Z Compiling lazy_static v1.5.0
12532024-12-21T04:25:57.359Z Compiling futures-sink v0.3.31
12542024-12-21T04:25:57.440Z Compiling glob v0.3.1
12552024-12-21T04:25:57.498Z Compiling stable_deref_trait v1.2.0
12562024-12-21T04:25:57.607Z Compiling socket2 v0.5.7
12572024-12-21T04:25:57.626Z Compiling slab v0.4.9
12582024-12-21T04:25:57.861Z Compiling prettyplease v0.2.25
12592024-12-21T04:25:58.048Z Compiling serde_json v1.0.133
12602024-12-21T04:25:58.198Z Compiling minimal-lexical v0.2.1
12612024-12-21T04:25:58.449Z Compiling clang-sys v1.8.1
12622024-12-21T04:25:58.615Z Compiling nom v7.1.3
12632024-12-21T04:25:58.681Z Compiling libloading v0.8.5
12642024-12-21T04:25:58.717Z Compiling home v0.5.9
12652024-12-21T04:25:58.979Z Compiling bindgen v0.69.5
12662024-12-21T04:25:59.118Z Compiling itertools v0.12.1
12672024-12-21T04:25:59.735Z Compiling futures-channel v0.3.31
12682024-12-21T04:25:59.765Z Compiling foldhash v0.1.3
12692024-12-21T04:26:00.087Z Compiling futures-io v0.3.31
12702024-12-21T04:26:00.173Z Compiling futures-task v0.3.31
12712024-12-21T04:26:00.410Z Compiling allocator-api2 v0.2.18
12722024-12-21T04:26:00.487Z Compiling rustc-hash v1.1.0
12732024-12-21T04:26:00.641Z Compiling lazycell v1.3.0
12742024-12-21T04:26:00.808Z Compiling regex-automata v0.4.8
12752024-12-21T04:26:01.238Z Compiling pin-utils v0.1.0
12762024-12-21T04:26:01.336Z Compiling libm v0.2.8
12772024-12-21T04:26:01.657Z Compiling hashbrown v0.15.1
12782024-12-21T04:26:02.252Z Compiling synstructure v0.13.1
12792024-12-21T04:26:02.328Z Compiling cexpr v0.6.0
12802024-12-21T04:26:03.036Z Compiling cmake v0.1.51
12812024-12-21T04:26:04.014Z Compiling num-traits v0.2.19
12822024-12-21T04:26:04.057Z Compiling pkg-config v0.3.31
12832024-12-21T04:26:04.075Z Compiling tinyvec_macros v0.1.1
12842024-12-21T04:26:04.150Z Compiling dunce v1.0.5
12852024-12-21T04:26:04.171Z Compiling fs_extra v1.3.0
12862024-12-21T04:26:04.299Z Compiling tinyvec v1.8.0
12872024-12-21T04:26:04.778Z Compiling ring v0.17.8
12882024-12-21T04:26:05.632Z Compiling base64ct v1.6.0
12892024-12-21T04:26:05.844Z Compiling unicode-normalization v0.1.24
12902024-12-21T04:26:05.940Z Compiling unicode-bidi v0.3.17
12912024-12-21T04:26:05.971Z Compiling paste v1.0.15
12922024-12-21T04:26:06.188Z Compiling writeable v0.5.5
12932024-12-21T04:26:06.473Z Compiling regex v1.11.1
12942024-12-21T04:26:06.817Z Compiling litemap v0.7.3
12952024-12-21T04:26:07.047Z Compiling pem-rfc7468 v0.7.0
12962024-12-21T04:26:07.367Z Compiling httparse v1.9.5
12972024-12-21T04:26:07.506Z Compiling aws-lc-rs v1.10.0
12982024-12-21T04:26:07.593Z Compiling flagset v0.4.6
12992024-12-21T04:26:07.786Z Compiling tracing-core v0.1.32
13002024-12-21T04:26:07.921Z Compiling icu_locid_transform_data v1.5.0
13012024-12-21T04:26:08.023Z Compiling rustls-pki-types v1.10.0
13022024-12-21T04:26:08.171Z Compiling crossbeam-utils v0.8.20
13032024-12-21T04:26:08.739Z Compiling percent-encoding v2.3.1
13042024-12-21T04:26:09.094Z Compiling powerfmt v0.2.0
13052024-12-21T04:26:09.112Z Compiling time-core v0.1.2
13062024-12-21T04:26:09.128Z Compiling untrusted v0.9.0
13072024-12-21T04:26:09.166Z Compiling serde_derive v1.0.215
13082024-12-21T04:26:09.284Z Compiling zeroize_derive v1.4.2
13092024-12-21T04:26:09.323Z Compiling zerocopy-derive v0.7.35
13102024-12-21T04:26:09.496Z Compiling tokio-macros v2.4.0
13112024-12-21T04:26:09.611Z Compiling zerofrom-derive v0.1.4
13122024-12-21T04:26:10.937Z Compiling zeroize v1.8.1
13132024-12-21T04:26:11.139Z Compiling thiserror-impl v1.0.69
13142024-12-21T04:26:11.345Z Compiling yoke-derive v0.7.4
13152024-12-21T04:26:11.673Z Compiling zerocopy v0.7.35
13162024-12-21T04:26:12.650Z Compiling crypto-common v0.1.6
13172024-12-21T04:26:12.895Z Compiling block-buffer v0.10.4
13182024-12-21T04:26:12.989Z Compiling futures-macro v0.3.31
13192024-12-21T04:26:13.158Z Compiling digest v0.10.7
13202024-12-21T04:26:13.219Z Compiling zerovec-derive v0.10.3
13212024-12-21T04:26:13.634Z Compiling hmac v0.12.1
13222024-12-21T04:26:13.797Z Compiling zerofrom v0.1.4
13232024-12-21T04:26:13.875Z Compiling block-padding v0.3.3
13242024-12-21T04:26:13.953Z Compiling displaydoc v0.2.5
13252024-12-21T04:26:14.030Z Compiling sha2 v0.10.8
13262024-12-21T04:26:14.116Z Compiling inout v0.1.3
13272024-12-21T04:26:14.400Z Compiling cipher v0.4.4
13282024-12-21T04:26:14.450Z Compiling yoke v0.7.4
13292024-12-21T04:26:14.520Z Compiling thiserror v1.0.69
13302024-12-21T04:26:14.671Z Compiling ppv-lite86 v0.2.20
13312024-12-21T04:26:14.830Z Compiling der_derive v0.7.3
13322024-12-21T04:26:14.914Z Compiling icu_provider_macros v1.5.0
13332024-12-21T04:26:14.955Z Compiling futures-util v0.3.31
13342024-12-21T04:26:15.624Z Compiling rand_chacha v0.3.1
13352024-12-21T04:26:15.758Z Compiling tracing-attributes v0.1.27
13362024-12-21T04:26:16.082Z Compiling zerovec v0.10.4
13372024-12-21T04:26:16.156Z Compiling rand v0.8.5
13382024-12-21T04:26:17.363Z Compiling der v0.7.9
13392024-12-21T04:26:17.576Z Compiling salsa20 v0.10.2
13402024-12-21T04:26:17.809Z Compiling pest v2.7.14
13412024-12-21T04:26:17.994Z Compiling tinystr v0.7.6
13422024-12-21T04:26:18.340Z Compiling icu_collections v1.5.0
13432024-12-21T04:26:18.437Z Compiling icu_locid v1.5.0
13442024-12-21T04:26:18.453Z Compiling pbkdf2 v0.12.2
13452024-12-21T04:26:18.625Z Compiling mirai-annotations v1.12.0
13462024-12-21T04:26:18.829Z Compiling vcpkg v0.2.15
13472024-12-21T04:26:19.648Z Compiling tracing v0.1.40
13482024-12-21T04:26:19.790Z Compiling icu_provider v1.5.0
13492024-12-21T04:26:20.193Z Compiling spki v0.7.3
13502024-12-21T04:26:20.591Z Compiling icu_locid_transform v1.5.0
13512024-12-21T04:26:20.839Z Compiling num-conv v0.1.0
13522024-12-21T04:26:20.964Z Compiling icu_properties_data v1.5.0
13532024-12-21T04:26:21.291Z Compiling untrusted v0.7.1
13542024-12-21T04:26:21.350Z Compiling pest_meta v2.7.14
13552024-12-21T04:26:21.350Z Compiling time-macros v0.2.18
13562024-12-21T04:26:21.350Z Compiling scrypt v0.11.0
13572024-12-21T04:26:21.350Z Compiling openssl-sys v0.9.103
13582024-12-21T04:26:21.350Z Compiling cbc v0.1.2
13592024-12-21T04:26:21.350Z Compiling aes v0.8.4
13602024-12-21T04:26:21.669Z Compiling deranged v0.3.11
13612024-12-21T04:26:22.232Z Compiling icu_properties v1.5.1
13622024-12-21T04:26:23.237Z Compiling bitflags v2.6.0
13632024-12-21T04:26:23.596Z Compiling bytes v1.8.0
13642024-12-21T04:26:24.046Z Compiling indexmap v2.6.0
13652024-12-21T04:26:24.451Z Compiling semver v1.0.23
13662024-12-21T04:26:24.890Z Compiling tokio v1.40.0
13672024-12-21T04:26:25.244Z Compiling http v1.1.0
13682024-12-21T04:26:25.291Z Compiling rustc_version v0.4.1
13692024-12-21T04:26:25.571Z Compiling scroll_derive v0.12.0
13702024-12-21T04:26:26.133Z Compiling utf8_iter v1.0.4
13712024-12-21T04:26:26.381Z Compiling num_threads v0.1.7
13722024-12-21T04:26:26.520Z Compiling write16 v1.0.0
13732024-12-21T04:26:26.655Z Compiling utf16_iter v1.0.5
13742024-12-21T04:26:26.867Z Compiling icu_normalizer_data v1.5.0
13752024-12-21T04:26:26.967Z Compiling atomic-waker v1.1.2
13762024-12-21T04:26:26.988Z Compiling icu_normalizer v1.5.0
13772024-12-21T04:26:27.098Z Compiling scroll v0.12.0
13782024-12-21T04:26:27.151Z Compiling http-body v1.0.1
13792024-12-21T04:26:27.153Z Compiling time v0.3.36
13802024-12-21T04:26:27.409Z Compiling pest_generator v2.7.14
13812024-12-21T04:26:27.468Z Compiling pkcs5 v0.7.1
13822024-12-21T04:26:27.649Z Compiling which v4.4.2
13832024-12-21T04:26:27.739Z Compiling form_urlencoded v1.2.1
13842024-12-21T04:26:28.252Z Compiling try-lock v0.2.5
13852024-12-21T04:26:28.415Z Compiling slog v2.7.0
13862024-12-21T04:26:28.728Z Compiling goblin v0.8.2
13872024-12-21T04:26:28.982Z Compiling want v0.3.1
13882024-12-21T04:26:29.052Z Compiling pkcs8 v0.10.2
13892024-12-21T04:26:29.072Z Compiling idna_adapter v1.2.0
13902024-12-21T04:26:29.267Z Compiling uuid v1.11.0
13912024-12-21T04:26:29.290Z Compiling iana-time-zone v0.1.61
13922024-12-21T04:26:29.468Z Compiling pest_derive v2.7.14
13932024-12-21T04:26:29.744Z Compiling httpdate v1.0.3
13942024-12-21T04:26:29.764Z Compiling chrono v0.4.38
13952024-12-21T04:26:30.286Z Compiling idna v1.0.3
13962024-12-21T04:26:30.316Z Compiling dtrace-parser v0.2.0
13972024-12-21T04:26:31.586Z Compiling serde_spanned v0.6.8
13982024-12-21T04:26:31.816Z Compiling serde_tokenstream v0.2.2
13992024-12-21T04:26:32.193Z Compiling toml_datetime v0.6.8
14002024-12-21T04:26:32.446Z Compiling match_cfg v0.1.0
14012024-12-21T04:26:32.514Z Compiling rustversion v1.0.17
14022024-12-21T04:26:32.545Z Compiling openssl v0.10.66
14032024-12-21T04:26:32.564Z Compiling foreign-types-shared v0.1.1
14042024-12-21T04:26:32.677Z Compiling base64 v0.22.1
14052024-12-21T04:26:32.712Z Compiling tower-service v0.3.3
14062024-12-21T04:26:32.845Z Compiling adler2 v2.0.0
14072024-12-21T04:26:32.990Z Compiling miniz_oxide v0.8.0
14082024-12-21T04:26:33.050Z Compiling foreign-types v0.3.2
14092024-12-21T04:26:33.147Z Compiling hostname v0.3.1
14102024-12-21T04:26:33.297Z Compiling url v2.5.3
14112024-12-21T04:26:33.403Z Compiling tokio-util v0.7.12
14122024-12-21T04:26:33.553Z Compiling openssl-macros v0.1.1
14132024-12-21T04:26:34.339Z Compiling async-trait v0.1.83
14142024-12-21T04:26:34.522Z Compiling h2 v0.4.6
14152024-12-21T04:26:34.810Z Compiling dof v0.3.0
14162024-12-21T04:26:34.827Z Compiling serde_derive_internals v0.29.1
14172024-12-21T04:26:35.408Z Compiling dirs-sys-next v0.1.2
14182024-12-21T04:26:36.063Z Compiling usdt-impl v0.5.0
14192024-12-21T04:26:37.059Z Compiling syn v1.0.109
14202024-12-21T04:26:37.160Z Compiling schemars v0.8.21
14212024-12-21T04:26:37.501Z Compiling siphasher v0.3.11
14222024-12-21T04:26:37.635Z Compiling data-encoding v2.6.0
14232024-12-21T04:26:37.654Z Compiling native-tls v0.2.12
14242024-12-21T04:26:37.675Z Compiling rustls v0.23.19
14252024-12-21T04:26:37.889Z Compiling rustls v0.22.4
14262024-12-21T04:26:38.002Z Compiling schemars_derive v0.8.21
14272024-12-21T04:26:38.048Z Compiling dirs-next v2.0.0
14282024-12-21T04:26:39.033Z Compiling http-body-util v0.1.2
14292024-12-21T04:26:39.561Z Compiling crossbeam-epoch v0.9.18
14302024-12-21T04:26:39.663Z Compiling heapless v0.7.17
14312024-12-21T04:26:40.034Z Compiling signature v2.2.0
14322024-12-21T04:26:40.100Z Compiling sha1 v0.10.6
14332024-12-21T04:26:40.356Z Compiling bzip2-sys v0.1.11+1.0.8
14342024-12-21T04:26:40.374Z Compiling thread_local v1.1.8
14352024-12-21T04:26:40.538Z Compiling multer v3.1.0
14362024-12-21T04:26:40.763Z Compiling cookie v0.18.1
14372024-12-21T04:26:40.825Z Compiling encoding_rs v0.8.34
14382024-12-21T04:26:40.854Z Compiling ipnet v2.10.1
14392024-12-21T04:26:40.906Z Compiling slog-async v2.8.0
14402024-12-21T04:26:41.031Z Compiling rayon-core v1.12.1
14412024-12-21T04:26:41.287Z Compiling signal-hook v0.3.17
14422024-12-21T04:26:41.361Z Compiling openssl-probe v0.1.5
14432024-12-21T04:26:41.426Z Compiling dyn-clone v1.0.17
14442024-12-21T04:26:41.529Z Compiling hyper v1.5.0
14452024-12-21T04:26:41.633Z Compiling mime v0.3.17
14462024-12-21T04:26:41.715Z Compiling gimli v0.31.1
14472024-12-21T04:26:42.127Z Compiling unicode-properties v0.1.3
14482024-12-21T04:26:42.535Z Compiling stringprep v0.1.5
14492024-12-21T04:26:43.821Z Compiling toml_edit v0.22.22
14502024-12-21T04:26:45.311Z Compiling hyper-util v0.1.10
14512024-12-21T04:26:46.159Z Compiling crossbeam-deque v0.8.5
14522024-12-21T04:26:46.206Z Compiling usdt-attr-macro v0.5.0
14532024-12-21T04:26:46.514Z Compiling addr2line v0.24.2
14542024-12-21T04:26:46.948Z Compiling usdt-macro v0.5.0
14552024-12-21T04:26:47.023Z Compiling term v0.7.0
14562024-12-21T04:26:47.227Z Compiling slog-json v2.6.1
14572024-12-21T04:26:47.611Z Compiling serde_urlencoded v0.7.1
14582024-12-21T04:26:47.822Z Compiling crossbeam-channel v0.5.13
14592024-12-21T04:26:48.128Z Compiling curve25519-dalek v4.1.3
14602024-12-21T04:26:48.375Z Compiling futures-executor v0.3.31
14612024-12-21T04:26:48.483Z Compiling md-5 v0.10.6
14622024-12-21T04:26:48.501Z Compiling async-stream-impl v0.3.6
14632024-12-21T04:26:48.709Z Compiling enum-as-inner v0.6.1
14642024-12-21T04:26:48.740Z Compiling rustls-pemfile v2.2.0
14652024-12-21T04:26:48.919Z Compiling num-integer v0.1.46
14662024-12-21T04:26:48.970Z Compiling idna v0.4.0
14672024-12-21T04:26:49.069Z Compiling idna v0.3.0
14682024-12-21T04:26:49.708Z Compiling hash32 v0.2.1
14692024-12-21T04:26:49.850Z Compiling ff v0.13.0
14702024-12-21T04:26:49.925Z Compiling is-terminal v0.4.13
14712024-12-21T04:26:50.058Z Compiling object v0.36.5
14722024-12-21T04:26:50.086Z Compiling dropshot v0.12.0
14732024-12-21T04:26:50.139Z Compiling take_mut v0.2.2
14742024-12-21T04:26:50.301Z Compiling rustc-demangle v0.1.24
14752024-12-21T04:26:50.409Z Compiling smoltcp v0.9.1
14762024-12-21T04:26:50.642Z Compiling utf-8 v0.7.6
14772024-12-21T04:26:50.849Z Compiling base16ct v0.2.0
14782024-12-21T04:26:50.976Z Compiling num-bigint-dig v0.8.4
14792024-12-21T04:26:51.142Z Compiling anyhow v1.0.93
14802024-12-21T04:26:51.173Z Compiling psl-types v2.0.11
14812024-12-21T04:26:51.266Z Compiling portable-atomic v1.9.0
14822024-12-21T04:26:51.294Z Compiling fallible-iterator v0.2.0
14832024-12-21T04:26:51.378Z Compiling linked-hash-map v0.5.6
14842024-12-21T04:26:51.756Z Compiling quick-error v1.2.3
14852024-12-21T04:26:51.899Z Compiling resolv-conf v0.7.0
14862024-12-21T04:26:52.018Z Compiling postgres-protocol v0.6.7
14872024-12-21T04:26:52.154Z Compiling lru-cache v0.1.2
14882024-12-21T04:26:52.366Z Compiling publicsuffix v2.2.3
14892024-12-21T04:26:52.433Z Compiling sec1 v0.7.3
14902024-12-21T04:26:52.456Z Compiling tungstenite v0.24.0
14912024-12-21T04:26:52.698Z Compiling usdt v0.5.0
14922024-12-21T04:26:53.009Z Compiling group v0.13.0
14932024-12-21T04:26:53.204Z Compiling slog-term v2.9.1
14942024-12-21T04:26:53.356Z Compiling async-stream v0.3.6
14952024-12-21T04:26:53.643Z Compiling hickory-proto v0.24.1
14962024-12-21T04:26:53.851Z Compiling num-iter v0.1.45
14972024-12-21T04:26:54.160Z Compiling futures v0.3.31
14982024-12-21T04:26:54.279Z Compiling slog-bunyan v2.5.0
14992024-12-21T04:26:54.509Z Compiling toml v0.8.19
15002024-12-21T04:26:55.773Z Compiling camino v1.1.9
15012024-12-21T04:26:55.999Z Compiling tokio-native-tls v0.3.1
15022024-12-21T04:26:56.321Z Compiling phf_shared v0.11.2
15032024-12-21T04:26:56.343Z Compiling dropshot_endpoint v0.12.0
15042024-12-21T04:26:56.718Z Compiling terminal_size v0.4.0
15052024-12-21T04:26:56.738Z Compiling waitgroup v0.1.2
15062024-12-21T04:26:56.940Z Compiling openapiv3 v2.0.0
15072024-12-21T04:26:56.969Z Compiling serde_path_to_error v0.1.16
15082024-12-21T04:26:57.276Z Compiling hkdf v0.12.4
15092024-12-21T04:26:57.550Z Compiling backtrace v0.3.74
15102024-12-21T04:26:57.804Z Compiling crypto-bigint v0.5.5
15112024-12-21T04:26:58.262Z Compiling zerocopy-derive v0.6.6
15122024-12-21T04:27:00.582Z Compiling curve25519-dalek-derive v0.1.1
15132024-12-21T04:27:01.101Z Compiling webpki-roots v0.26.6
15142024-12-21T04:27:01.327Z Compiling idna v0.5.0
15152024-12-21T04:27:01.359Z Compiling hostname v0.4.0
15162024-12-21T04:27:01.427Z Compiling ahash v0.8.11
15172024-12-21T04:27:01.519Z Compiling hubpack_derive v0.1.1
15182024-12-21T04:27:01.611Z Compiling fs-err v2.11.0
15192024-12-21T04:27:01.760Z Compiling crc32fast v1.4.2
15202024-12-21T04:27:01.895Z Compiling winnow v0.5.40
15212024-12-21T04:27:02.105Z Compiling debug-ignore v1.0.5
15222024-12-21T04:27:02.141Z Compiling managed v0.8.0
15232024-12-21T04:27:02.255Z Compiling bitflags v1.3.2
15242024-12-21T04:27:02.372Z Compiling newtype-uuid v1.1.3
15252024-12-21T04:27:02.399Z Compiling hubpack v0.1.2
15262024-12-21T04:27:02.691Z Compiling cookie_store v0.21.0
15272024-12-21T04:27:03.003Z Compiling console v0.15.8
15282024-12-21T04:27:03.982Z Compiling flate2 v1.0.35
15292024-12-21T04:27:04.347Z Compiling clap_builder v4.5.21
15302024-12-21T04:27:04.436Z Compiling strum_macros v0.25.3
15312024-12-21T04:27:04.787Z Compiling elliptic-curve v0.13.8
15322024-12-21T04:27:04.809Z Compiling zerocopy v0.6.6
15332024-12-21T04:27:04.915Z Compiling hickory-resolver v0.24.1
15342024-12-21T04:27:05.665Z Compiling toml_edit v0.19.15
15352024-12-21T04:27:05.810Z Compiling signal-hook-mio v0.2.4
15362024-12-21T04:27:05.986Z Compiling phf v0.11.2
15372024-12-21T04:27:06.289Z Compiling hyper-tls v0.6.0
15382024-12-21T04:27:06.623Z Compiling rayon v1.10.0
15392024-12-21T04:27:06.720Z Compiling bzip2 v0.4.4
15402024-12-21T04:27:08.743Z Compiling tokio-tungstenite v0.24.0
15412024-12-21T04:27:09.293Z Compiling postgres-types v0.2.8
15422024-12-21T04:27:11.189Z Compiling ed25519 v2.2.3
15432024-12-21T04:27:11.599Z Compiling phf_shared v0.10.0
15442024-12-21T04:27:11.829Z Compiling tokio-stream v0.1.16
15452024-12-21T04:27:12.018Z Compiling pkcs1 v0.7.5
15462024-12-21T04:27:12.213Z Compiling serde-big-array v0.5.1
15472024-12-21T04:27:12.454Z Compiling rfc6979 v0.4.0
15482024-12-21T04:27:12.651Z Compiling serde_repr v0.1.19
15492024-12-21T04:27:12.911Z Compiling clap_derive v4.5.18
15502024-12-21T04:27:13.050Z Compiling derive-where v1.2.7
15512024-12-21T04:27:13.073Z Compiling float-cmp v0.9.0
15522024-12-21T04:27:13.298Z Compiling bstr v1.10.0
15532024-12-21T04:27:13.859Z Compiling sync_wrapper v1.0.1
15542024-12-21T04:27:13.918Z Compiling bit-vec v0.6.3
15552024-12-21T04:27:14.003Z Compiling fixedbitset v0.4.2
15562024-12-21T04:27:14.023Z Compiling number_prefix v0.4.0
15572024-12-21T04:27:14.242Z Compiling normalize-line-endings v0.3.0
15582024-12-21T04:27:14.366Z Compiling difflib v0.4.0
15592024-12-21T04:27:14.386Z Compiling static_assertions v1.1.0
15602024-12-21T04:27:14.452Z Compiling unicode-segmentation v1.12.0
15612024-12-21T04:27:14.488Z Compiling whoami v1.5.2
15622024-12-21T04:27:15.085Z Compiling new_debug_unreachable v1.0.6
15632024-12-21T04:27:15.161Z Compiling predicates-core v1.0.8
15642024-12-21T04:27:15.189Z Compiling precomputed-hash v0.1.1
15652024-12-21T04:27:15.314Z Compiling unicode-width v0.2.0
15662024-12-21T04:27:15.363Z Compiling predicates v3.1.2
15672024-12-21T04:27:15.532Z Compiling string_cache v0.8.7
15682024-12-21T04:27:15.858Z Compiling indicatif v0.17.9
15692024-12-21T04:27:15.997Z Compiling similar v2.6.0
15702024-12-21T04:27:16.071Z Compiling tokio-postgres v0.7.12
15712024-12-21T04:27:16.689Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15722024-12-21T04:27:17.140Z Compiling petgraph v0.6.5
15732024-12-21T04:27:18.128Z Compiling clap v4.5.21
15742024-12-21T04:27:18.147Z Compiling bit-set v0.5.3
15752024-12-21T04:27:18.281Z Compiling ecdsa v0.16.9
15762024-12-21T04:27:18.406Z Compiling rsa v0.9.6
15772024-12-21T04:27:18.433Z Compiling ed25519-dalek v2.1.1
15782024-12-21T04:27:19.191Z Compiling toml v0.7.8
15792024-12-21T04:27:19.790Z Compiling zip v0.6.6
15802024-12-21T04:27:21.017Z Compiling crossterm v0.28.1
15812024-12-21T04:27:21.972Z Compiling hex v0.4.3
15822024-12-21T04:27:22.030Z Compiling x509-cert v0.2.5
15832024-12-21T04:27:22.073Z Compiling itertools v0.10.5
15842024-12-21T04:27:22.267Z Compiling unicode-xid v0.2.6
15852024-12-21T04:27:22.450Z Compiling peg-runtime v0.8.3
15862024-12-21T04:27:22.564Z Compiling lalrpop-util v0.19.12
15872024-12-21T04:27:22.920Z Compiling strum_macros v0.26.4
15882024-12-21T04:27:23.176Z Compiling xattr v1.3.1
15892024-12-21T04:27:23.466Z Compiling filetime v0.2.25
15902024-12-21T04:27:23.751Z Compiling tar v0.4.42
15912024-12-21T04:27:27.755Z Compiling strum v0.26.3
15922024-12-21T04:27:30.923Z Compiling aws-lc-sys v0.22.0
15932024-12-21T04:27:59.319Z Compiling rustls-webpki v0.102.8
15942024-12-21T04:28:02.862Z Compiling tokio-rustls v0.25.0
15952024-12-21T04:28:04.592Z Compiling tokio-rustls v0.26.0
15962024-12-21T04:28:04.979Z Compiling hyper-rustls v0.27.3
15972024-12-21T04:28:05.315Z Compiling reqwest v0.12.9
15982024-12-21T04:28:06.491Z Compiling qorb v0.2.1
15992024-12-21T04:28:11.426Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16002024-12-21T04:28:11.656Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16012024-12-21T04:28:17.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
16022024-12-21T04:28:17.747Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16032024-12-21T04:28:17.790ZDec 21 04:28:17.029 INFO Starting download, target: Console
16042024-12-21T04:28:17.790ZDec 21 04:28:17.029 INFO Starting download, target: Cockroach
16052024-12-21T04:28:17.790ZDec 21 04:28:17.029 INFO Starting download, target: Clickhouse
16062024-12-21T04:28:17.791ZDec 21 04:28:17.029 INFO Starting download, target: DendriteOpenapi
16072024-12-21T04:28:17.795ZDec 21 04:28:17.029 INFO Starting download, target: DendriteStub
16082024-12-21T04:28:17.795ZDec 21 04:28:17.029 INFO Starting download, target: MaghemiteMgd
16092024-12-21T04:28:17.795ZDec 21 04:28:17.029 INFO Starting download, target: TransceiverControl
16102024-12-21T04:28:17.795ZDec 21 04:28:17.029 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16112024-12-21T04:28:17.795ZDec 21 04:28:17.030 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
16122024-12-21T04:28:17.795ZDec 21 04:28:17.030 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16132024-12-21T04:28:17.795ZDec 21 04:28:17.030 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16142024-12-21T04:28:17.796ZDec 21 04:28:17.030 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16152024-12-21T04:28:17.796ZDec 21 04:28:17.030 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16162024-12-21T04:28:17.796ZDec 21 04:28:17.030 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16172024-12-21T04:28:18.065ZDec 21 04:28:17.298 INFO Download complete, target: DendriteOpenapi
16182024-12-21T04:28:18.257ZDec 21 04:28:17.488 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16192024-12-21T04:28:18.323ZDec 21 04:28:17.544 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16202024-12-21T04:28:18.668ZDec 21 04:28:17.882 INFO Download complete, target: Console
16212024-12-21T04:28:18.681ZDec 21 04:28:17.922 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16222024-12-21T04:28:18.715ZDec 21 04:28:17.943 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16232024-12-21T04:28:18.940ZDec 21 04:28:18.169 INFO Download complete, target: TransceiverControl
16242024-12-21T04:28:19.862ZDec 21 04:28:19.076 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16252024-12-21T04:28:19.980ZDec 21 04:28:19.218 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16262024-12-21T04:28:19.980ZDec 21 04:28:19.218 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16272024-12-21T04:28:21.716ZDec 21 04:28:20.927 INFO Download complete, target: DendriteStub
16282024-12-21T04:28:21.734ZDec 21 04:28:20.971 INFO Download complete, target: MaghemiteMgd
16292024-12-21T04:28:27.488ZDec 21 04:28:26.728 INFO Checking that binary works, target: Cockroach
16302024-12-21T04:28:27.650ZDec 21 04:28:26.891 INFO Download complete, target: Cockroach
16312024-12-21T04:28:32.445ZDec 21 04:28:31.686 INFO Checking that binary works, target: Clickhouse
16322024-12-21T04:28:32.606ZDec 21 04:28:31.846 INFO Download complete, target: Clickhouse
16332024-12-21T04:28:32.613ZAll prerequisites installed successfully
16342024-12-21T04:28:32.616Z
16352024-12-21T04:28:32.616Zreal 6:25.918934551
16362024-12-21T04:28:32.616Zuser 16:36.759348649
16372024-12-21T04:28:32.616Zsys 3:12.016233806
16382024-12-21T04:28:32.616Ztrap 0.536046495
16392024-12-21T04:28:32.616Ztflt 1.546307015
16402024-12-21T04:28:32.616Zdflt 2.181474160
16412024-12-21T04:28:32.616Zkflt 0.024143215
16422024-12-21T04:28:32.616Zlock 32:13.753371252
16432024-12-21T04:28:32.616Zslp 1:05:19.472676187
16442024-12-21T04:28:32.616Zlat 55.610739888
16452024-12-21T04:28:32.616Zstop 2:09.076155781
16462024-12-21T04:28:32.616Z+ source ./tools/include/force-git-over-https.sh
16472024-12-21T04:28:32.616Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16482024-12-21T04:28:32.616Z++ (( i = 0 ))
16492024-12-21T04:28:32.616Z++ (( i < 5 ))
16502024-12-21T04:28:32.616Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16512024-12-21T04:28:32.619Z++ (( i++ ))
16522024-12-21T04:28:32.619Z++ (( i < 5 ))
16532024-12-21T04:28:32.619Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16542024-12-21T04:28:32.622Z++ (( i++ ))
16552024-12-21T04:28:32.622Z++ (( i < 5 ))
16562024-12-21T04:28:32.622Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16572024-12-21T04:28:32.625Z++ (( i++ ))
16582024-12-21T04:28:32.625Z++ (( i < 5 ))
16592024-12-21T04:28:32.625Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16602024-12-21T04:28:32.627Z++ (( i++ ))
16612024-12-21T04:28:32.628Z++ (( i < 5 ))
16622024-12-21T04:28:32.628Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16632024-12-21T04:28:32.630Z++ (( i++ ))
16642024-12-21T04:28:32.630Z++ (( i < 5 ))
16652024-12-21T04:28:32.630Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16662024-12-21T04:28:32.630Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16672024-12-21T04:28:32.633Z+ rc=0
16682024-12-21T04:28:32.633Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16692024-12-21T04:29:03.652Z+ case $rc in
16702024-12-21T04:29:03.652Z+ pfexec zfs create -p rpool/images/build/host
16712024-12-21T04:29:03.883Z+ pfexec zfs create -p rpool/images/build/recovery
16722024-12-21T04:29:03.963Z+ cargo xtask releng --output-dir /work
16732024-12-21T04:29:04.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16742024-12-21T04:29:04.502Z Running `target/debug/xtask releng --output-dir /work`
16752024-12-21T04:29:05.404Z Compiling proc-macro2 v1.0.89
16762024-12-21T04:29:05.404Z Compiling unicode-ident v1.0.13
16772024-12-21T04:29:05.404Z Compiling libc v0.2.162
16782024-12-21T04:29:05.406Z Compiling serde v1.0.215
16792024-12-21T04:29:05.409Z Compiling autocfg v1.4.0
16802024-12-21T04:29:05.409Z Compiling version_check v0.9.5
16812024-12-21T04:29:05.409Z Compiling cfg-if v1.0.0
16822024-12-21T04:29:05.664Z Compiling memchr v2.7.4
16832024-12-21T04:29:05.693Z Compiling typenum v1.17.0
16842024-12-21T04:29:05.831Z Compiling shlex v1.3.0
16852024-12-21T04:29:06.214Z Compiling generic-array v0.14.7
16862024-12-21T04:29:06.274Z Compiling value-bag v1.9.0
16872024-12-21T04:29:06.495Z Compiling lock_api v0.4.12
16882024-12-21T04:29:06.541Z Compiling scopeguard v1.2.0
16892024-12-21T04:29:06.696Z Compiling log v0.4.22
16902024-12-21T04:29:06.823Z Compiling rustix v0.38.37
16912024-12-21T04:29:07.213Z Compiling parking_lot_core v0.9.10
16922024-12-21T04:29:07.432Z Compiling quote v1.0.37
16932024-12-21T04:29:07.483Z Compiling serde_json v1.0.133
16942024-12-21T04:29:07.538Z Compiling libm v0.2.8
16952024-12-21T04:29:07.621Z Compiling jobserver v0.1.32
16962024-12-21T04:29:07.784Z Compiling getrandom v0.2.15
16972024-12-21T04:29:07.848Z Compiling syn v2.0.87
16982024-12-21T04:29:08.051Z Compiling cc v1.1.30
16992024-12-21T04:29:08.076Z Compiling num-traits v0.2.19
17002024-12-21T04:29:08.141Z Compiling once_cell v1.20.2
17012024-12-21T04:29:08.203Z Compiling itoa v1.0.11
17022024-12-21T04:29:08.358Z Compiling thiserror v1.0.69
17032024-12-21T04:29:08.422Z Compiling spin v0.9.8
17042024-12-21T04:29:08.466Z Compiling aho-corasick v1.1.3
17052024-12-21T04:29:08.525Z Compiling regex-syntax v0.8.5
17062024-12-21T04:29:08.886Z Compiling slab v0.4.9
17072024-12-21T04:29:09.065Z Compiling errno v0.3.9
17082024-12-21T04:29:09.511Z Compiling byteorder v1.5.0
17092024-12-21T04:29:09.591Z Compiling either v1.13.0
17102024-12-21T04:29:10.076Z Compiling lazy_static v1.5.0
17112024-12-21T04:29:10.175Z Compiling rand_core v0.6.4
17122024-12-21T04:29:10.211Z Compiling glob v0.3.1
17132024-12-21T04:29:10.397Z Compiling prettyplease v0.2.25
17142024-12-21T04:29:10.609Z Compiling subtle v2.6.1
17152024-12-21T04:29:10.788Z Compiling minimal-lexical v0.2.1
17162024-12-21T04:29:10.983Z Compiling clang-sys v1.8.1
17172024-12-21T04:29:11.028Z Compiling libloading v0.8.5
17182024-12-21T04:29:11.313Z Compiling nom v7.1.3
17192024-12-21T04:29:11.415Z Compiling bindgen v0.69.5
17202024-12-21T04:29:11.679Z Compiling home v0.5.9
17212024-12-21T04:29:11.920Z Compiling itertools v0.12.1
17222024-12-21T04:29:12.395Z Compiling regex-automata v0.4.8
17232024-12-21T04:29:12.566Z Compiling rustc-hash v1.1.0
17242024-12-21T04:29:13.129Z Compiling lazycell v1.3.0
17252024-12-21T04:29:13.874Z Compiling cmake v0.1.51
17262024-12-21T04:29:14.811Z Compiling cexpr v0.6.0
17272024-12-21T04:29:14.917Z Compiling fs_extra v1.3.0
17282024-12-21T04:29:14.940Z Compiling semver v1.0.23
17292024-12-21T04:29:14.940Z Compiling dunce v1.0.5
17302024-12-21T04:29:15.090Z Compiling pkg-config v0.3.31
17312024-12-21T04:29:15.201Z Compiling smallvec v1.13.2
17322024-12-21T04:29:15.535Z Compiling synstructure v0.13.1
17332024-12-21T04:29:15.757Z Compiling ring v0.17.8
17342024-12-21T04:29:16.537Z Compiling ryu v1.0.18
17352024-12-21T04:29:16.724Z Compiling heck v0.5.0
17362024-12-21T04:29:16.851Z Compiling paste v1.0.15
17372024-12-21T04:29:17.004Z Compiling httparse v1.9.5
17382024-12-21T04:29:17.072Z Compiling const-oid v0.9.6
17392024-12-21T04:29:17.250Z Compiling aws-lc-rs v1.10.0
17402024-12-21T04:29:17.890Z Compiling pin-project-lite v0.2.14
17412024-12-21T04:29:17.934Z Compiling allocator-api2 v0.2.18
17422024-12-21T04:29:18.543Z Compiling regex v1.11.1
17432024-12-21T04:29:18.983Z Compiling futures-core v0.3.31
17442024-12-21T04:29:19.336Z Compiling signal-hook-registry v1.4.2
17452024-12-21T04:29:19.671Z Compiling time-core v0.1.2
17462024-12-21T04:29:19.906Z Compiling schemars v0.8.21
17472024-12-21T04:29:19.936Z Compiling crossbeam-utils v0.8.20
17482024-12-21T04:29:20.234Z Compiling num-conv v0.1.0
17492024-12-21T04:29:20.571Z Compiling parking_lot v0.12.3
17502024-12-21T04:29:20.621Z Compiling time-macros v0.2.18
17512024-12-21T04:29:20.661Z Compiling serde_derive_internals v0.29.1
17522024-12-21T04:29:20.927Z Compiling mio v1.0.2
17532024-12-21T04:29:21.161Z Compiling vcpkg v0.2.15
17542024-12-21T04:29:21.461Z Compiling serde_derive v1.0.215
17552024-12-21T04:29:22.626Z Compiling zeroize_derive v1.4.2
17562024-12-21T04:29:22.766Z Compiling zerocopy-derive v0.7.35
17572024-12-21T04:29:22.883Z Compiling tokio-macros v2.4.0
17582024-12-21T04:29:22.950Z Compiling thiserror-impl v1.0.69
17592024-12-21T04:29:23.301Z Compiling zerofrom-derive v0.1.4
17602024-12-21T04:29:23.761Z Compiling yoke-derive v0.7.4
17612024-12-21T04:29:24.232Z Compiling zeroize v1.8.1
17622024-12-21T04:29:24.615Z Compiling futures-macro v0.3.31
17632024-12-21T04:29:24.746Z Compiling zerovec-derive v0.10.3
17642024-12-21T04:29:24.834Z Compiling displaydoc v0.2.5
17652024-12-21T04:29:25.982Z Compiling zerocopy v0.7.35
17662024-12-21T04:29:26.716Z Compiling crypto-common v0.1.6
17672024-12-21T04:29:26.886Z Compiling icu_provider_macros v1.5.0
17682024-12-21T04:29:26.975Z Compiling tracing-attributes v0.1.27
17692024-12-21T04:29:27.003Z Compiling block-buffer v0.10.4
17702024-12-21T04:29:27.277Z Compiling digest v0.10.7
17712024-12-21T04:29:27.337Z Compiling der_derive v0.7.3
17722024-12-21T04:29:27.684Z Compiling schemars_derive v0.8.21
17732024-12-21T04:29:28.137Z Compiling openssl-sys v0.9.103
17742024-12-21T04:29:29.363Z Compiling fnv v1.0.7
17752024-12-21T04:29:30.542Z Compiling socket2 v0.5.7
17762024-12-21T04:29:30.977Z Compiling ahash v0.8.11
17772024-12-21T04:29:31.534Z Compiling equivalent v1.0.1
17782024-12-21T04:29:31.706Z Compiling futures-sink v0.3.31
17792024-12-21T04:29:31.910Z Compiling foldhash v0.1.3
17802024-12-21T04:29:32.014Z Compiling cpufeatures v0.2.14
17812024-12-21T04:29:32.267Z Compiling hashbrown v0.15.1
17822024-12-21T04:29:32.291Z Compiling stable_deref_trait v1.2.0
17832024-12-21T04:29:32.439Z Compiling slog v2.7.0
17842024-12-21T04:29:33.205Z Compiling futures-channel v0.3.31
17852024-12-21T04:29:33.438Z Compiling zerofrom v0.1.4
17862024-12-21T04:29:33.574Z Compiling scroll_derive v0.12.0
17872024-12-21T04:29:33.639Z Compiling pin-utils v0.1.0
17882024-12-21T04:29:33.746Z Compiling openssl v0.10.66
17892024-12-21T04:29:33.778Z Compiling ucd-trie v0.1.7
17902024-12-21T04:29:33.808Z Compiling futures-io v0.3.31
17912024-12-21T04:29:33.831Z Compiling futures-task v0.3.31
17922024-12-21T04:29:34.262Z Compiling futures-util v0.3.31
17932024-12-21T04:29:34.306Z Compiling pest v2.7.14
17942024-12-21T04:29:34.337Z Compiling yoke v0.7.4
17952024-12-21T04:29:34.768Z Compiling hmac v0.12.1
17962024-12-21T04:29:35.000Z Compiling iana-time-zone v0.1.61
17972024-12-21T04:29:35.181Z Compiling tinyvec_macros v0.1.1
17982024-12-21T04:29:35.223Z Compiling zerovec v0.10.4
17992024-12-21T04:29:35.316Z Compiling tinyvec v1.8.0
18002024-12-21T04:29:36.181Z Compiling bitflags v2.6.0
18012024-12-21T04:29:36.833Z Compiling bytes v1.8.0
18022024-12-21T04:29:38.805Z Compiling tokio v1.40.0
18032024-12-21T04:29:39.233Z Compiling indexmap v2.6.0
18042024-12-21T04:29:39.756Z Compiling serde_tokenstream v0.2.2
18052024-12-21T04:29:40.818Z Compiling http v1.1.0
18062024-12-21T04:29:41.726Z Compiling which v4.4.2
18072024-12-21T04:29:42.175Z Compiling rustc_version v0.4.1
18082024-12-21T04:29:42.294Z Compiling uuid v1.11.0
18092024-12-21T04:29:42.974Z Compiling pest_meta v2.7.14
18102024-12-21T04:29:43.189Z Compiling chrono v0.4.38
18112024-12-21T04:29:43.325Z Compiling block-padding v0.3.3
18122024-12-21T04:29:43.599Z Compiling openssl-macros v0.1.1
18132024-12-21T04:29:44.650Z Compiling rustls v0.23.19
18142024-12-21T04:29:45.036Z Compiling native-tls v0.2.12
18152024-12-21T04:29:45.496Z Compiling syn v1.0.109
18162024-12-21T04:29:46.373Z Compiling pest_generator v2.7.14
18172024-12-21T04:29:47.103Z Compiling inout v0.1.3
18182024-12-21T04:29:47.235Z Compiling unicode-normalization v0.1.24
18192024-12-21T04:29:47.839Z Compiling cipher v0.4.4
18202024-12-21T04:29:48.254Z Compiling pest_derive v2.7.14
18212024-12-21T04:29:49.044Z Compiling tinystr v0.7.6
18222024-12-21T04:29:49.291Z Compiling sha2 v0.10.8
18232024-12-21T04:29:49.659Z Compiling async-trait v0.1.83
18242024-12-21T04:29:50.154Z Compiling cookie v0.18.1
18252024-12-21T04:29:50.478Z Compiling usdt-impl v0.5.0
18262024-12-21T04:29:50.897Z Compiling base64ct v1.6.0
18272024-12-21T04:29:51.500Z Compiling writeable v0.5.5
18282024-12-21T04:29:52.232Z Compiling litemap v0.7.3
18292024-12-21T04:29:52.680Z Compiling unicode-bidi v0.3.17
18302024-12-21T04:29:54.163Z Compiling dyn-clone v1.0.17
18312024-12-21T04:29:55.133Z Compiling icu_locid v1.5.0
18322024-12-21T04:29:56.720Z Compiling pem-rfc7468 v0.7.0
18332024-12-21T04:29:56.995Z Compiling aws-lc-sys v0.22.0
18342024-12-21T04:29:57.669Z Compiling scroll v0.12.0
18352024-12-21T04:29:58.652Z Compiling ppv-lite86 v0.2.20
18362024-12-21T04:29:59.579Z Compiling tracing-core v0.1.32
18372024-12-21T04:29:59.601Z Compiling untrusted v0.7.1
18382024-12-21T04:30:01.986Z Compiling plain v0.2.3
18392024-12-21T04:30:02.160Z Compiling flagset v0.4.6
18402024-12-21T04:30:02.242Z Compiling percent-encoding v2.3.1
18412024-12-21T04:30:02.445Z Compiling rustls-pki-types v1.10.0
18422024-12-21T04:30:02.746Z Compiling camino v1.1.9
18432024-12-21T04:30:03.228Z Compiling der v0.7.9
18442024-12-21T04:30:03.313Z Compiling goblin v0.8.2
18452024-12-21T04:30:04.025Z Compiling tracing v0.1.40
18462024-12-21T04:30:04.191Z Compiling rand_chacha v0.3.1
18472024-12-21T04:30:05.320Z Compiling icu_provider v1.5.0
18482024-12-21T04:30:06.113Z Compiling tokio-util v0.7.12
18492024-12-21T04:30:07.216Z Compiling icu_locid_transform_data v1.5.0
18502024-12-21T04:30:07.561Z Compiling mirai-annotations v1.12.0
18512024-12-21T04:30:07.791Z Compiling rustls v0.22.4
18522024-12-21T04:30:07.845Z Compiling pretty-hex v0.4.1
18532024-12-21T04:30:07.887Z Compiling untrusted v0.9.0
18542024-12-21T04:30:08.156Z Compiling powerfmt v0.2.0
18552024-12-21T04:30:08.214Z Compiling rayon-core v1.12.1
18562024-12-21T04:30:08.523Z Compiling deranged v0.3.11
18572024-12-21T04:30:08.666Z Compiling icu_locid_transform v1.5.0
18582024-12-21T04:30:09.868Z Compiling dof v0.3.0
18592024-12-21T04:30:10.993Z Compiling spki v0.7.3
18602024-12-21T04:30:11.564Z Compiling rand v0.8.5
18612024-12-21T04:30:12.170Z Compiling dtrace-parser v0.2.0
18622024-12-21T04:30:13.425Z Compiling salsa20 v0.10.2
18632024-12-21T04:30:13.631Z Compiling icu_collections v1.5.0
18642024-12-21T04:30:13.847Z Compiling pbkdf2 v0.12.2
18652024-12-21T04:30:14.827Z Compiling bzip2-sys v0.1.11+1.0.8
18662024-12-21T04:30:15.174Z Compiling thread-id v4.2.2
18672024-12-21T04:30:15.398Z Compiling icu_properties_data v1.5.0
18682024-12-21T04:30:15.779Z Compiling num_threads v0.1.7
18692024-12-21T04:30:15.813Z Compiling atomic-waker v1.1.2
18702024-12-21T04:30:16.633Z Compiling icu_properties v1.5.1
18712024-12-21T04:30:16.689Z Compiling time v0.3.36
18722024-12-21T04:30:20.678Z Compiling scrypt v0.11.0
18732024-12-21T04:30:20.961Z Compiling form_urlencoded v1.2.1
18742024-12-21T04:30:21.110Z Compiling cbc v0.1.2
18752024-12-21T04:30:21.240Z Compiling aes v0.8.4
18762024-12-21T04:30:21.393Z Compiling http-body v1.0.1
18772024-12-21T04:30:21.895Z Compiling multer v3.1.0
18782024-12-21T04:30:21.992Z Compiling utf16_iter v1.0.5
18792024-12-21T04:30:22.047Z Compiling icu_normalizer_data v1.5.0
18802024-12-21T04:30:22.155Z Compiling slog-async v2.8.0
18812024-12-21T04:30:22.316Z Compiling write16 v1.0.0
18822024-12-21T04:30:22.468Z Compiling utf8_iter v1.0.4
18832024-12-21T04:30:22.528Z Compiling try-lock v0.2.5
18842024-12-21T04:30:22.961Z Compiling icu_normalizer v1.5.0
18852024-12-21T04:30:23.033Z Compiling want v0.3.1
18862024-12-21T04:30:23.488Z Compiling pkcs5 v0.7.1
18872024-12-21T04:30:28.743Z Compiling h2 v0.4.6
18882024-12-21T04:30:30.843Z Compiling heapless v0.7.17
18892024-12-21T04:30:31.335Z Compiling zerocopy-derive v0.6.6
18902024-12-21T04:30:31.674Z Compiling num-bigint-dig v0.8.4
18912024-12-21T04:30:31.808Z Compiling httpdate v1.0.3
18922024-12-21T04:30:31.979Z Compiling signal-hook v0.3.17
18932024-12-21T04:30:32.416Z Compiling anyhow v1.0.93
18942024-12-21T04:30:33.059Z Compiling base64 v0.22.1
18952024-12-21T04:30:34.356Z Compiling idna_adapter v1.2.0
18962024-12-21T04:30:34.568Z Compiling pkcs8 v0.10.2
18972024-12-21T04:30:35.372Z Compiling usdt-attr-macro v0.5.0
18982024-12-21T04:30:35.523Z Compiling usdt-macro v0.5.0
18992024-12-21T04:30:36.910Z Compiling async-stream-impl v0.3.6
19002024-12-21T04:30:36.949Z Compiling rustversion v1.0.17
19012024-12-21T04:30:37.588Z Compiling hyper v1.5.0
19022024-12-21T04:30:37.609Z Compiling strsim v0.11.1
19032024-12-21T04:30:38.150Z Compiling tower-service v0.3.3
19042024-12-21T04:30:39.085Z Compiling idna v1.0.3
19052024-12-21T04:30:40.621Z Compiling hyper-util v0.1.10
19062024-12-21T04:30:45.032Z Compiling curve25519-dalek v4.1.3
19072024-12-21T04:30:45.223Z Compiling openapiv3 v2.0.0
19082024-12-21T04:30:45.445Z Compiling toml_datetime v0.6.8
19092024-12-21T04:30:45.930Z Compiling serde_spanned v0.6.8
19102024-12-21T04:30:46.225Z Compiling enum-as-inner v0.6.1
19112024-12-21T04:30:47.228Z Compiling dropshot v0.12.0
19122024-12-21T04:30:48.002Z Compiling smoltcp v0.9.1
19132024-12-21T04:30:48.119Z Compiling adler2 v2.0.0
19142024-12-21T04:30:48.238Z Compiling newtype-uuid v1.1.3
19152024-12-21T04:30:48.321Z Compiling portable-atomic v1.9.0
19162024-12-21T04:30:48.515Z Compiling foreign-types-shared v0.1.1
19172024-12-21T04:30:48.778Z Compiling match_cfg v0.1.0
19182024-12-21T04:30:49.003Z Compiling foreign-types v0.3.2
19192024-12-21T04:30:49.109Z Compiling hostname v0.3.1
19202024-12-21T04:30:49.441Z Compiling miniz_oxide v0.8.0
19212024-12-21T04:30:50.768Z Compiling url v2.5.3
19222024-12-21T04:30:57.060Z Compiling http-body-util v0.1.2
19232024-12-21T04:30:57.750Z Compiling clap_derive v4.5.18
19242024-12-21T04:30:58.052Z Compiling dirs-sys-next v0.1.2
19252024-12-21T04:30:58.678Z Compiling encoding_rs v0.8.34
19262024-12-21T04:31:02.540Z Compiling siphasher v0.3.11
19272024-12-21T04:31:02.769Z Compiling mime v0.3.17
19282024-12-21T04:31:02.998Z Compiling data-encoding v2.6.0
19292024-12-21T04:31:05.271Z Compiling dirs-next v2.0.0
19302024-12-21T04:31:10.925Z Compiling serde_urlencoded v0.7.1
19312024-12-21T04:31:11.405Z Compiling crossbeam-epoch v0.9.18
19322024-12-21T04:31:12.002Z Compiling hashbrown v0.14.5
19332024-12-21T04:31:12.292Z Compiling rustls-pemfile v2.2.0
19342024-12-21T04:31:12.880Z Compiling hubpack_derive v0.1.1
19352024-12-21T04:31:13.580Z Compiling dropshot_endpoint v0.12.0
19362024-12-21T04:31:14.754Z Compiling rustls-webpki v0.102.8
19372024-12-21T04:31:14.936Z Compiling sha1 v0.10.6
19382024-12-21T04:31:15.365Z Compiling signature v2.2.0
19392024-12-21T04:31:15.649Z Compiling curve25519-dalek-derive v0.1.1
19402024-12-21T04:31:15.975Z Compiling thread_local v1.1.8
19412024-12-21T04:31:16.574Z Compiling fs-err v2.11.0
19422024-12-21T04:31:17.205Z Compiling anstyle v1.0.10
19432024-12-21T04:31:17.517Z Compiling ipnet v2.10.1
19442024-12-21T04:31:17.743Z Compiling openssl-probe v0.1.5
19452024-12-21T04:31:18.192Z Compiling gimli v0.31.1
19462024-12-21T04:31:18.242Z Compiling utf8parse v0.2.2
19472024-12-21T04:31:18.410Z Compiling unicode-properties v0.1.3
19482024-12-21T04:31:18.650Z Compiling winnow v0.6.20
19492024-12-21T04:31:21.279Z Compiling stringprep v0.1.5
19502024-12-21T04:31:21.895Z Compiling anstyle-parse v0.2.5
19512024-12-21T04:31:22.225Z Compiling toml_edit v0.22.22
19522024-12-21T04:31:23.358Z Compiling addr2line v0.24.2
19532024-12-21T04:31:24.044Z Compiling regress v0.10.1
19542024-12-21T04:31:24.386Z Compiling crossbeam-deque v0.8.5
19552024-12-21T04:31:24.728Z Compiling term v0.7.0
19562024-12-21T04:31:26.037Z Compiling slog-json v2.6.1
19572024-12-21T04:31:27.225Z Compiling crossbeam-channel v0.5.13
19582024-12-21T04:31:29.275Z Compiling idna v0.3.0
19592024-12-21T04:31:29.487Z Compiling idna v0.4.0
19602024-12-21T04:31:31.075Z Compiling futures-executor v0.3.31
19612024-12-21T04:31:31.097Z Compiling num-integer v0.1.46
19622024-12-21T04:31:31.564Z Compiling md-5 v0.10.6
19632024-12-21T04:31:31.803Z Compiling ff v0.13.0
19642024-12-21T04:31:31.808Z Compiling hash32 v0.2.1
19652024-12-21T04:31:32.071Z Compiling is-terminal v0.4.13
19662024-12-21T04:31:32.175Z Compiling memmap v0.7.0
19672024-12-21T04:31:32.212Z Compiling object v0.36.5
19682024-12-21T04:31:32.506Z Compiling is_terminal_polyfill v1.70.1
19692024-12-21T04:31:32.599Z Compiling heck v0.4.1
19702024-12-21T04:31:32.639Z Compiling quick-error v1.2.3
19712024-12-21T04:31:32.798Z Compiling anstyle-query v1.1.1
19722024-12-21T04:31:32.957Z Compiling base16ct v0.2.0
19732024-12-21T04:31:33.026Z Compiling rustc-demangle v0.1.24
19742024-12-21T04:31:33.204Z Compiling linked-hash-map v0.5.6
19752024-12-21T04:31:33.258Z Compiling psl-types v2.0.11
19762024-12-21T04:31:33.493Z Compiling fallible-iterator v0.2.0
19772024-12-21T04:31:33.603Z Compiling utf-8 v0.7.6
19782024-12-21T04:31:33.888Z Compiling colorchoice v1.0.2
19792024-12-21T04:31:34.066Z Compiling take_mut v0.2.2
19802024-12-21T04:31:34.143Z Compiling publicsuffix v2.2.3
19812024-12-21T04:31:34.258Z Compiling postgres-protocol v0.6.7
19822024-12-21T04:31:34.412Z Compiling anstream v0.6.15
19832024-12-21T04:31:35.081Z Compiling tungstenite v0.24.0
19842024-12-21T04:31:35.228Z Compiling lru-cache v0.1.2
19852024-12-21T04:31:35.489Z Compiling sec1 v0.7.3
19862024-12-21T04:31:35.765Z Compiling strum_macros v0.25.3
19872024-12-21T04:31:36.076Z Compiling resolv-conf v0.7.0
19882024-12-21T04:31:36.607Z Compiling usdt v0.5.0
19892024-12-21T04:31:36.758Z Compiling slog-term v2.9.1
19902024-12-21T04:31:37.183Z Compiling group v0.13.0
19912024-12-21T04:31:37.491Z Compiling num-iter v0.1.45
19922024-12-21T04:31:37.700Z Compiling futures v0.3.31
19932024-12-21T04:31:38.023Z Compiling hickory-proto v0.24.1
19942024-12-21T04:31:38.266Z Compiling tokio-rustls v0.26.0
19952024-12-21T04:31:39.363Z Compiling tokio-rustls v0.25.0
19962024-12-21T04:31:39.669Z Compiling backtrace v0.3.74
19972024-12-21T04:31:39.798Z Compiling typify-impl v0.2.0
19982024-12-21T04:31:40.485Z Compiling slog-bunyan v2.5.0
19992024-12-21T04:31:40.694Z Compiling toml v0.8.19
20002024-12-21T04:31:41.104Z Compiling tokio-native-tls v0.3.1
20012024-12-21T04:31:41.452Z Compiling phf_shared v0.11.2
20022024-12-21T04:31:41.821Z Compiling async-stream v0.3.6
20032024-12-21T04:31:42.123Z Compiling waitgroup v0.1.2
20042024-12-21T04:31:42.230Z Compiling webpki-roots v0.26.6
20052024-12-21T04:31:42.359Z Compiling idna v0.5.0
20062024-12-21T04:31:42.556Z Compiling terminal_size v0.4.0
20072024-12-21T04:31:42.612Z Compiling serde_path_to_error v0.1.16
20082024-12-21T04:31:43.398Z Compiling hkdf v0.12.4
20092024-12-21T04:31:43.436Z Compiling crypto-bigint v0.5.5
20102024-12-21T04:31:43.638Z Compiling derive-where v1.2.7
20112024-12-21T04:31:43.853Z Compiling serde_repr v0.1.19
20122024-12-21T04:31:45.142Z Compiling hostname v0.4.0
20132024-12-21T04:31:45.386Z Compiling crc32fast v1.4.2
20142024-12-21T04:31:46.338Z Compiling managed v0.8.0
20152024-12-21T04:31:46.785Z Compiling clap_lex v0.7.2
20162024-12-21T04:31:46.981Z Compiling winnow v0.5.40
20172024-12-21T04:31:47.200Z Compiling bitflags v1.3.2
20182024-12-21T04:31:47.222Z Compiling debug-ignore v1.0.5
20192024-12-21T04:31:47.318Z Compiling unicode-width v0.1.14
20202024-12-21T04:31:47.820Z Compiling console v0.15.8
20212024-12-21T04:31:49.878Z Compiling clap_builder v4.5.21
20222024-12-21T04:31:50.423Z Compiling toml_edit v0.19.15
20232024-12-21T04:31:50.670Z Compiling elliptic-curve v0.13.8
20242024-12-21T04:31:51.623Z Compiling typify-macro v0.2.0
20252024-12-21T04:31:51.801Z Compiling flate2 v1.0.35
20262024-12-21T04:31:52.702Z Compiling hickory-resolver v0.24.1
20272024-12-21T04:31:53.064Z Compiling cookie_store v0.21.0
20282024-12-21T04:31:56.879Z Compiling hyper-rustls v0.27.3
20292024-12-21T04:31:58.170Z Compiling phf v0.11.2
20302024-12-21T04:31:58.503Z Compiling hyper-tls v0.6.0
20312024-12-21T04:31:59.024Z Compiling signal-hook-mio v0.2.4
20322024-12-21T04:31:59.202Z Compiling rayon v1.10.0
20332024-12-21T04:31:59.350Z Compiling bzip2 v0.4.4
20342024-12-21T04:31:59.491Z Compiling tokio-tungstenite v0.24.0
20352024-12-21T04:31:59.713Z Compiling postgres-types v0.2.8
20362024-12-21T04:31:59.973Z Compiling ed25519 v2.2.3
20372024-12-21T04:32:00.018Z Compiling hubpack v0.1.2
20382024-12-21T04:32:00.423Z Compiling phf_shared v0.10.0
20392024-12-21T04:32:00.725Z Compiling pkcs1 v0.7.5
20402024-12-21T04:32:00.899Z Compiling zerocopy v0.6.6
20412024-12-21T04:32:01.100Z Compiling tokio-stream v0.1.16
20422024-12-21T04:32:01.956Z Compiling serde-big-array v0.5.1
20432024-12-21T04:32:02.071Z Compiling rfc6979 v0.4.0
20442024-12-21T04:32:02.206Z Compiling float-cmp v0.9.0
20452024-12-21T04:32:02.274Z Compiling sync_wrapper v1.0.1
20462024-12-21T04:32:02.434Z Compiling bstr v1.10.0
20472024-12-21T04:32:02.734Z Compiling difflib v0.4.0
20482024-12-21T04:32:03.663Z Compiling new_debug_unreachable v1.0.6
20492024-12-21T04:32:03.771Z Compiling fixedbitset v0.4.2
20502024-12-21T04:32:03.938Z Compiling normalize-line-endings v0.3.0
20512024-12-21T04:32:03.998Z Compiling unicode-segmentation v1.12.0
20522024-12-21T04:32:04.083Z Compiling unicode-width v0.2.0
20532024-12-21T04:32:04.468Z Compiling precomputed-hash v0.1.1
20542024-12-21T04:32:04.605Z Compiling bit-vec v0.6.3
20552024-12-21T04:32:04.623Z Compiling number_prefix v0.4.0
20562024-12-21T04:32:04.827Z Compiling static_assertions v1.1.0
20572024-12-21T04:32:04.884Z Compiling predicates-core v1.0.8
20582024-12-21T04:32:04.945Z Compiling whoami v1.5.2
20592024-12-21T04:32:05.028Z Compiling bit-set v0.5.3
20602024-12-21T04:32:05.207Z Compiling predicates v3.1.2
20612024-12-21T04:32:05.322Z Compiling tokio-postgres v0.7.12
20622024-12-21T04:32:05.500Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20632024-12-21T04:32:06.022Z Compiling indicatif v0.17.9
20642024-12-21T04:32:06.798Z Compiling similar v2.6.0
20652024-12-21T04:32:07.604Z Compiling string_cache v0.8.7
20662024-12-21T04:32:08.037Z Compiling petgraph v0.6.5
20672024-12-21T04:32:08.771Z Compiling reqwest v0.12.9
20682024-12-21T04:32:11.601Z Compiling ecdsa v0.16.9
20692024-12-21T04:32:11.828Z Compiling qorb v0.2.1
20702024-12-21T04:32:12.467Z Compiling rsa v0.9.6
20712024-12-21T04:32:12.733Z Compiling ed25519-dalek v2.1.1
20722024-12-21T04:32:13.301Z Compiling zip v0.6.6
20732024-12-21T04:32:13.840Z Compiling crossterm v0.28.1
20742024-12-21T04:32:14.125Z Compiling toml v0.7.8
20752024-12-21T04:32:14.155Z Compiling clap v4.5.21
20762024-12-21T04:32:17.374Z Compiling x509-cert v0.2.5
20772024-12-21T04:32:17.461Z Compiling hex v0.4.3
20782024-12-21T04:32:19.304Z Compiling itertools v0.10.5
20792024-12-21T04:32:21.766Z Compiling unicode-xid v0.2.6
20802024-12-21T04:32:21.954Z Compiling lalrpop-util v0.19.12
20812024-12-21T04:32:22.312Z Compiling peg-runtime v0.8.3
20822024-12-21T04:32:23.422Z Compiling radium v0.7.0
20832024-12-21T04:32:23.904Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20842024-12-21T04:32:40.110Z Compiling tap v1.0.1
20852024-12-21T04:32:42.474Z Compiling maybe-uninit v2.0.0
20862024-12-21T04:32:42.496Z Compiling ident_case v1.0.1
20872024-12-21T04:32:42.664Z Compiling darling_core v0.20.10
20882024-12-21T04:32:48.859Z Compiling wyz v0.5.1
20892024-12-21T04:32:53.295Z Compiling typify v0.2.0
20902024-12-21T04:32:56.794Z Compiling packed_struct v0.10.1
20912024-12-21T04:32:57.211Z Compiling funty v2.0.0
20922024-12-21T04:32:57.637Z Compiling unsafe-libyaml v0.2.11
20932024-12-21T04:32:58.302Z Compiling bitvec v1.0.1
20942024-12-21T04:32:59.458Z Compiling serde_yaml v0.9.34+deprecated
20952024-12-21T04:33:03.307Z Compiling progenitor-impl v0.8.0
20962024-12-21T04:33:03.331Z Compiling darling_macro v0.20.10
20972024-12-21T04:33:06.459Z Compiling ipnetwork v0.20.0
20982024-12-21T04:33:08.146Z Compiling packed_struct_codegen v0.10.1
20992024-12-21T04:33:09.624Z Compiling structmeta-derive v0.3.0
21002024-12-21T04:33:10.063Z Compiling indexmap v1.9.3
21012024-12-21T04:33:10.672Z Compiling nodrop v0.1.14
21022024-12-21T04:33:10.816Z Compiling crc-catalog v2.4.0
21032024-12-21T04:33:10.837Z Compiling fastrand v2.1.1
21042024-12-21T04:33:10.993Z Compiling crc v3.2.1
21052024-12-21T04:33:11.528Z Compiling tempfile v3.13.0
21062024-12-21T04:33:12.227Z Compiling structmeta v0.3.0
21072024-12-21T04:33:13.193Z Compiling array-init v0.0.4
21082024-12-21T04:33:14.441Z Compiling progenitor-macro v0.8.0
21092024-12-21T04:33:14.523Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21102024-12-21T04:33:18.731Z Compiling smallvec v0.6.14
21112024-12-21T04:33:19.757Z Compiling darling v0.20.10
21122024-12-21T04:33:26.385Z Compiling progenitor-client v0.8.0
21132024-12-21T04:33:27.870Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21142024-12-21T04:33:29.056Z Compiling pin-project-internal v1.1.6
21152024-12-21T04:33:29.076Z Compiling dropshot v0.13.0
21162024-12-21T04:33:29.933Z Compiling bitfield v0.14.0
21172024-12-21T04:33:31.454Z Compiling hashbrown v0.12.3
21182024-12-21T04:33:31.854Z Compiling same-file v1.0.6
21192024-12-21T04:33:32.191Z Compiling termcolor v1.4.1
21202024-12-21T04:33:33.280Z Compiling base64 v0.21.7
21212024-12-21T04:33:33.758Z Compiling ron v0.8.1
21222024-12-21T04:33:36.250Z Compiling env_logger v0.10.2
21232024-12-21T04:33:38.037Z Compiling walkdir v2.5.0
21242024-12-21T04:33:39.383Z Compiling pin-project v1.1.6
21252024-12-21T04:33:39.757Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21262024-12-21T04:33:45.262Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21272024-12-21T04:33:48.328Z Compiling progenitor v0.8.0
21282024-12-21T04:33:49.333Z Compiling serde_with_macros v3.11.0
21292024-12-21T04:33:49.770Z Compiling serde-hex v0.1.0
21302024-12-21T04:33:51.690Z Compiling parse-display-derive v0.10.0
21312024-12-21T04:33:51.895Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21322024-12-21T04:33:53.974Z Compiling strum_macros v0.26.4
21332024-12-21T04:33:55.175Z Compiling hashbrown v0.13.2
21342024-12-21T04:33:55.603Z Compiling xattr v1.3.1
21352024-12-21T04:33:55.936Z Compiling dropshot_endpoint v0.13.0
21362024-12-21T04:33:55.999Z Compiling snafu-derive v0.8.5
21372024-12-21T04:33:56.540Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21382024-12-21T04:33:57.298Z Compiling blake3 v1.5.4
21392024-12-21T04:33:57.819Z Compiling ring v0.16.20
21402024-12-21T04:33:57.922Z Compiling filetime v0.2.25
21412024-12-21T04:33:58.261Z Compiling instant v0.1.13
21422024-12-21T04:33:58.430Z Compiling lockfree-object-pool v0.1.6
21432024-12-21T04:33:58.542Z Compiling crc-any v2.5.0
21442024-12-21T04:33:58.762Z Compiling buf-list v1.0.3
21452024-12-21T04:33:59.336Z Compiling bumpalo v3.16.0
21462024-12-21T04:33:59.469Z Compiling zip v2.1.3
21472024-12-21T04:33:59.496Z Compiling simd-adler32 v0.3.7
21482024-12-21T04:33:59.903Z Compiling zopfli v0.8.1
21492024-12-21T04:34:00.277Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21502024-12-21T04:34:00.634Z Compiling strum v0.26.3
21512024-12-21T04:34:00.838Z Compiling backoff v0.4.0
21522024-12-21T04:34:00.861Z Compiling snafu v0.8.5
21532024-12-21T04:34:01.231Z Compiling tar v0.4.42
21542024-12-21T04:34:02.907Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21552024-12-21T04:34:03.122Z Compiling object v0.30.4
21562024-12-21T04:34:04.217Z Compiling parse-display v0.10.0
21572024-12-21T04:34:06.199Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21582024-12-21T04:34:06.231Z Compiling serde_with v3.11.0
21592024-12-21T04:34:06.897Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21602024-12-21T04:34:07.647Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21612024-12-21T04:34:07.784Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21622024-12-21T04:34:08.440Z Compiling camino-tempfile v1.1.1
21632024-12-21T04:34:09.231Z Compiling globset v0.4.15
21642024-12-21T04:34:10.587Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21652024-12-21T04:34:10.783Z Compiling regress v0.9.1
21662024-12-21T04:34:13.732Z Compiling pem v3.0.4
21672024-12-21T04:34:15.206Z Compiling olpc-cjson v0.1.4
21682024-12-21T04:34:15.357Z Compiling macaddr v1.0.1
21692024-12-21T04:34:15.556Z Compiling serde_plain v1.0.2
21702024-12-21T04:34:16.006Z Compiling async-recursion v1.1.1
21712024-12-21T04:34:16.099Z Compiling memmap2 v0.9.5
21722024-12-21T04:34:16.393Z Compiling arrayref v0.3.9
21732024-12-21T04:34:16.510Z Compiling typed-path v0.9.3
21742024-12-21T04:34:16.690Z Compiling constant_time_eq v0.3.1
21752024-12-21T04:34:16.902Z Compiling spin v0.5.2
21762024-12-21T04:34:16.923Z Compiling arrayvec v0.7.6
21772024-12-21T04:34:17.179Z Compiling path-slash v0.1.5
21782024-12-21T04:34:17.417Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21792024-12-21T04:34:19.533Z Compiling tough v0.19.0
21802024-12-21T04:34:20.010Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21812024-12-21T04:34:23.965Z Compiling itertools v0.13.0
21822024-12-21T04:34:24.851Z Compiling cargo-platform v0.1.8
21832024-12-21T04:34:24.890Z Compiling parse-size v1.1.0
21842024-12-21T04:34:25.203Z Compiling topological-sort v0.2.2
21852024-12-21T04:34:25.484Z Compiling omicron-zone-package v0.11.1
21862024-12-21T04:34:25.922Z Compiling cargo_metadata v0.18.1
21872024-12-21T04:34:26.389Z Compiling shell-words v1.1.0
21882024-12-21T04:34:35.956Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21892024-12-21T04:34:45.815Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21902024-12-21T04:35:00.466Z Finished `release` profile [optimized] target(s) in 5m 55s
21912024-12-21T04:35:00.630Z Running `target/release/omicron-releng --output-dir /work`
21922024-12-21T04:35:00.677ZDec 21 04:34:59.903 DEBG changing working directory to /work/oxidecomputer/omicron
21932024-12-21T04:35:00.784ZDec 21 04:35:00.012 DEBG running: git rev-parse HEAD
21942024-12-21T04:35:00.791ZDec 21 04:35:00.019 DEBG process exited with exit status: 0 (6.827728ms)
21952024-12-21T04:35:00.791ZDec 21 04:35:00.019 INFO version: 12.0.0-0.ci+git072b8da9f20
21962024-12-21T04:35:00.836ZDec 21 04:35:00.063 INFO cloning helios to /work/oxidecomputer/helios
21972024-12-21T04:35:00.836ZDec 21 04:35:00.064 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21982024-12-21T04:35:00.841ZCloning into '/work/oxidecomputer/helios'...
21992024-12-21T04:35:01.299ZDec 21 04:35:00.527 DEBG process exited with exit status: 0 (462.9926ms)
22002024-12-21T04:35:01.299ZDec 21 04:35:00.527 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22012024-12-21T04:35:01.308Z# branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067
22022024-12-21T04:35:01.308Z# branch.head master
22032024-12-21T04:35:01.308Z# branch.upstream origin/master
22042024-12-21T04:35:01.308Z# branch.ab +0 -0
22052024-12-21T04:35:01.311ZDec 21 04:35:00.536 DEBG process exited with exit status: 0 (8.89651ms)
22062024-12-21T04:35:01.311ZDec 21 04:35:00.536 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22072024-12-21T04:35:02.398ZDec 21 04:35:01.435 DEBG process exited with exit status: 0 (898.818382ms)
22082024-12-21T04:35:02.398ZDec 21 04:35:01.435 DEBG running: zfs list rpool/images/build/host
22092024-12-21T04:35:02.410ZNAME USED AVAIL REFER MOUNTPOINT
22102024-12-21T04:35:02.410Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22112024-12-21T04:35:02.410ZDec 21 04:35:01.442 DEBG process exited with exit status: 0 (7.467053ms)
22122024-12-21T04:35:02.410ZDec 21 04:35:01.442 DEBG running: zfs list rpool/images/build/recovery
22132024-12-21T04:35:02.410ZNAME USED AVAIL REFER MOUNTPOINT
22142024-12-21T04:35:02.410Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22152024-12-21T04:35:02.410ZDec 21 04:35:01.449 DEBG process exited with exit status: 0 (6.298003ms)
22162024-12-21T04:35:02.410ZDec 21 04:35:01.449 INFO [hubris-production] running task
22172024-12-21T04:35:02.410ZDec 21 04:35:01.450 INFO [hubris-staging] running task
22182024-12-21T04:35:02.410ZDec 21 04:35:01.450 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22192024-12-21T04:35:02.410ZDec 21 04:35:01.453 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22202024-12-21T04:35:02.410Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22212024-12-21T04:35:02.698Z[ omicron-package] Blocking waiting for file lock on package cache
22222024-12-21T04:35:03.243Z[ omicron-package] Blocking waiting for file lock on package cache
22232024-12-21T04:35:03.549Z[ omicron-package] Blocking waiting for file lock on package cache
22242024-12-21T04:35:04.438Z[ omicron-package] Compiling zerocopy v0.8.10
22252024-12-21T04:35:04.440Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22262024-12-21T04:35:04.440Z[ omicron-package] Compiling itertools v0.13.0
22272024-12-21T04:35:04.440Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22282024-12-21T04:35:04.440Z[ omicron-package] Compiling heapless v0.8.0
22292024-12-21T04:35:04.440Z[ omicron-package] Compiling hash32 v0.3.1
22302024-12-21T04:35:04.440Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312024-12-21T04:35:04.440Z[ omicron-package] Compiling smoltcp v0.11.0
22322024-12-21T04:35:04.456ZDec 21 04:35:03.670 INFO [hubris-production] task succeeded (2.220697094s)
22332024-12-21T04:35:05.541Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22342024-12-21T04:35:05.972Z[ omicron-package] Compiling cobs v0.2.3
22352024-12-21T04:35:06.353Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22362024-12-21T04:35:06.638Z[ omicron-package] Compiling postcard v1.0.10
22372024-12-21T04:35:06.737Z[ omicron-package] Compiling num_enum_derive v0.5.11
22382024-12-21T04:35:06.817Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22392024-12-21T04:35:06.941Z[ omicron-package] Compiling proc-macro-error v1.0.4
22402024-12-21T04:35:07.221Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22412024-12-21T04:35:07.501Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22422024-12-21T04:35:07.922Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22432024-12-21T04:35:08.852Z[ omicron-package] Compiling tabwriter v1.4.0
22442024-12-21T04:35:09.006Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22452024-12-21T04:35:09.614Z[ omicron-package] Compiling foreign-types v0.5.0
22462024-12-21T04:35:09.999Z[ omicron-package] Compiling cstr-argument v0.1.2
22472024-12-21T04:35:10.360Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22482024-12-21T04:35:10.549Z[ omicron-package] Compiling thiserror v2.0.3
22492024-12-21T04:35:10.699Z[ omicron-package] Compiling pretty-hex v0.2.1
22502024-12-21T04:35:10.830Z[ omicron-package] Compiling num_enum v0.5.11
22512024-12-21T04:35:10.851Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22522024-12-21T04:35:11.038Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22532024-12-21T04:35:11.279Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22542024-12-21T04:35:11.525Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22552024-12-21T04:35:12.075Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22562024-12-21T04:35:12.365Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22572024-12-21T04:35:12.475Z[ omicron-package] Compiling colored v2.1.0
22582024-12-21T04:35:12.627Z[ omicron-package] Compiling thiserror-impl v2.0.3
22592024-12-21T04:35:12.815Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22602024-12-21T04:35:13.201Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22612024-12-21T04:35:14.894Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22622024-12-21T04:35:15.180Z[ omicron-package] Compiling num-derive v0.4.2
22632024-12-21T04:35:16.037Z[ omicron-package] Compiling sigpipe v0.1.3
22642024-12-21T04:35:16.193Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22652024-12-21T04:35:16.366Z[ omicron-package] Compiling libefi-sys v0.1.0
22662024-12-21T04:35:17.212Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22672024-12-21T04:35:17.299Z[ omicron-package] Compiling zone v0.3.0
22682024-12-21T04:35:17.779ZDec 21 04:35:17.006 INFO [hubris-staging] task succeeded (15.556568321s)
22692024-12-21T04:35:18.277Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22702024-12-21T04:35:18.702Z[ omicron-package] Compiling smf v0.2.3
22712024-12-21T04:35:19.559Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22722024-12-21T04:35:19.630Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22732024-12-21T04:35:20.333Z[ omicron-package] Compiling bitfield-struct v0.6.2
22742024-12-21T04:35:22.517Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22752024-12-21T04:35:22.603Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22762024-12-21T04:35:22.724Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22772024-12-21T04:35:22.774Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22782024-12-21T04:35:22.777Z[ omicron-package] Compiling gethostname v0.5.0
22792024-12-21T04:35:22.881Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22802024-12-21T04:35:23.855Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22812024-12-21T04:35:23.939Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22822024-12-21T04:35:26.335Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22832024-12-21T04:35:27.693Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22842024-12-21T04:35:29.128Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22852024-12-21T04:35:31.978Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22862024-12-21T04:35:32.642Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22872024-12-21T04:35:34.445Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22882024-12-21T04:35:45.173Z[ helios-setup] Dec 21 04:35:44.398 INFO helios repository root is: /work/oxidecomputer/helios
22892024-12-21T04:35:45.175Z[ helios-setup] Dec 21 04:35:44.400 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
22902024-12-21T04:35:45.175Z[ helios-setup] Dec 21 04:35:44.400 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22912024-12-21T04:35:45.180Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22922024-12-21T04:35:45.752Z[ helios-setup] Dec 21 04:35:44.978 INFO clone ok!, project: image-builder
22932024-12-21T04:35:45.754Z[ helios-setup] Dec 21 04:35:44.978 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
22942024-12-21T04:35:45.754Z[ helios-setup] Dec 21 04:35:44.978 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22952024-12-21T04:35:45.757Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22962024-12-21T04:35:46.675Z[ helios-setup] Dec 21 04:35:45.901 INFO clone ok!, project: chelsio-t6-roms
22972024-12-21T04:35:46.677Z[ helios-setup] Dec 21 04:35:45.901 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22982024-12-21T04:35:46.677Z[ helios-setup] Dec 21 04:35:45.902 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22992024-12-21T04:35:46.677Z[ helios-setup] Dec 21 04:35:45.902 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23002024-12-21T04:35:46.678Z[ helios-setup] Dec 21 04:35:45.902 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
23012024-12-21T04:35:46.678Z[ helios-setup] Dec 21 04:35:45.902 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
23022024-12-21T04:35:46.680Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23032024-12-21T04:35:47.861Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23042024-12-21T04:35:47.896Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23052024-12-21T04:35:52.592Z[ omicron-package] Finished `release` profile [optimized] target(s) in 50.36s
23062024-12-21T04:35:52.854Z[ omicron-package]
23072024-12-21T04:35:52.854Z[ omicron-package] real 50.581539196
23082024-12-21T04:35:52.854Z[ omicron-package] user 2:57.178148718
23092024-12-21T04:35:52.858Z[ omicron-package] sys 26.025411411
23102024-12-21T04:35:52.858Z[ omicron-package] trap 0.243380634
23112024-12-21T04:35:52.858Z[ omicron-package] tflt 0.437511206
23122024-12-21T04:35:52.858Z[ omicron-package] dflt 0.846757548
23132024-12-21T04:35:52.858Z[ omicron-package] kflt 0.000014459
23142024-12-21T04:35:52.858Z[ omicron-package] lock 6:15.122582370
23152024-12-21T04:35:52.858Z[ omicron-package] slp 10:13.197715364
23162024-12-21T04:35:52.858Z[ omicron-package] lat 1:35.315544352
23172024-12-21T04:35:52.858Z[ omicron-package] stop 56.968854685
23182024-12-21T04:35:52.859ZDec 21 04:35:52.081 INFO [omicron-package] process exited with exit status: 0 (50.631408846s)
23192024-12-21T04:35:52.859ZDec 21 04:35:52.082 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
23202024-12-21T04:35:52.943ZDec 21 04:35:52.169 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23212024-12-21T04:35:52.956Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23222024-12-21T04:35:52.958Z[ host-target] Created new build target 'host' and set it as active
23232024-12-21T04:35:52.960ZDec 21 04:35:52.186 INFO [host-target] process exited with exit status: 0 (103.957123ms)
23242024-12-21T04:35:52.961ZDec 21 04:35:52.186 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23252024-12-21T04:35:52.967Z[ recovery-target] Created new build target 'recovery' and set it as active
23262024-12-21T04:35:52.970Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23272024-12-21T04:35:52.970ZDec 21 04:35:52.196 INFO [recovery-target] process exited with exit status: 0 (27.437803ms)
23282024-12-21T04:35:52.978Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23292024-12-21T04:35:53.517Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23302024-12-21T04:35:53.527Z[ helios-setup] Dec 21 04:35:52.753 INFO clone ok!, project: amd-host-image-builder
23312024-12-21T04:35:53.530Z[ helios-setup] Dec 21 04:35:52.754 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
23322024-12-21T04:35:53.530Z[ helios-setup] Dec 21 04:35:52.754 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23332024-12-21T04:35:53.532Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23342024-12-21T04:35:54.037Z[ helios-setup] Dec 21 04:35:53.263 INFO clone ok!, project: pinprick
23352024-12-21T04:35:54.040Z[ helios-setup] Dec 21 04:35:53.263 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
23362024-12-21T04:35:54.040Z[ helios-setup] Dec 21 04:35:53.263 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23372024-12-21T04:35:54.044Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23382024-12-21T04:35:54.212Z[ host-package] Compiling convert_case v0.4.0
23392024-12-21T04:35:54.212Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23402024-12-21T04:35:54.214Z[ host-package] Compiling newline-converter v0.3.0
23412024-12-21T04:35:54.214Z[ host-package] Compiling password-hash v0.5.0
23422024-12-21T04:35:54.214Z[ host-package] Compiling blake2 v0.10.6
23432024-12-21T04:35:54.214Z[ host-package] Compiling atomicwrites v0.4.4
23442024-12-21T04:35:54.214Z[ host-package] Compiling progenitor-client v0.8.0
23452024-12-21T04:35:54.360Z[ host-package] Compiling cancel-safe-futures v0.1.5
23462024-12-21T04:35:54.500Z[ host-package] Compiling expectorate v1.1.0
23472024-12-21T04:35:54.659Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23482024-12-21T04:35:54.717Z[ helios-setup] Dec 21 04:35:53.942 INFO clone ok!, project: phbl
23492024-12-21T04:35:54.720Z[ helios-setup] Dec 21 04:35:53.943 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
23502024-12-21T04:35:54.720Z[ helios-setup] Dec 21 04:35:53.943 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23512024-12-21T04:35:54.724Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23522024-12-21T04:35:54.771Z[ host-package] Compiling owo-colors v4.1.0
23532024-12-21T04:35:54.893Z[ host-package] Compiling argon2 v0.5.3
23542024-12-21T04:35:54.985Z[ host-package] Compiling progenitor v0.8.0
23552024-12-21T04:35:55.008Z[ host-package] Compiling num-rational v0.4.2
23562024-12-21T04:35:55.096Z[ host-package] Compiling derive_more v0.99.18
23572024-12-21T04:35:55.127Z[ host-package] Compiling num-complex v0.4.6
23582024-12-21T04:35:55.509Z[ host-package] Compiling libsw v3.3.1
23592024-12-21T04:35:55.885Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23602024-12-21T04:35:56.169Z[ host-package] Compiling indent_write v2.2.0
23612024-12-21T04:35:56.421Z[ host-package] Compiling num v0.4.3
23622024-12-21T04:35:56.523Z[ host-package] Compiling linear-map v1.2.0
23632024-12-21T04:35:56.547Z[ host-package] Compiling swrite v0.1.0
23642024-12-21T04:35:56.549Z[ host-package] Compiling float-ord v0.3.2
23652024-12-21T04:35:56.585Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23662024-12-21T04:35:56.692Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23672024-12-21T04:35:56.743Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23682024-12-21T04:35:56.967Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23692024-12-21T04:35:57.370Z[ host-package] Compiling highway v1.2.0
23702024-12-21T04:35:57.629Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23712024-12-21T04:35:58.312Z[ host-package] Compiling semver v0.1.20
23722024-12-21T04:35:58.823Z[ host-package] Compiling rustc_version v0.1.7
23732024-12-21T04:35:58.920Z[ host-package] Compiling tungstenite v0.21.0
23742024-12-21T04:35:59.325Z[ host-package] Compiling newtype_derive v0.1.6
23752024-12-21T04:35:59.673Z[ host-package] Compiling ipnetwork v0.20.0
23762024-12-21T04:36:00.544Z[ host-package] Compiling tokio-tungstenite v0.21.0
23772024-12-21T04:36:01.275Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23782024-12-21T04:36:02.014Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23792024-12-21T04:36:02.130Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23802024-12-21T04:36:03.649Z[ helios-setup] Dec 21 04:36:02.875 INFO clone ok!, project: amd-firmware
23812024-12-21T04:36:03.652Z[ helios-setup] Dec 21 04:36:02.875 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
23822024-12-21T04:36:03.652Z[ helios-setup] Dec 21 04:36:02.875 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23832024-12-21T04:36:03.655Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23842024-12-21T04:36:04.507Z[ host-package] Compiling humantime v2.1.0
23852024-12-21T04:36:04.818Z[ helios-setup] Dec 21 04:36:04.040 INFO clone ok!, project: pilot
23862024-12-21T04:36:04.827Z[ helios-setup] Dec 21 04:36:04.040 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
23872024-12-21T04:36:04.828Z[ helios-setup] Dec 21 04:36:04.040 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23882024-12-21T04:36:04.828Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23892024-12-21T04:36:05.319Z[ host-package] Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
23902024-12-21T04:36:05.441Z[ host-package] Compiling dropshot v0.13.0
23912024-12-21T04:36:05.535Z[ helios-setup] Dec 21 04:36:04.761 INFO clone ok!, project: bootserver
23922024-12-21T04:36:05.538Z[ helios-setup] Dec 21 04:36:04.761 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23932024-12-21T04:36:05.560Z[ host-package] Compiling instant v0.1.13
23942024-12-21T04:36:05.876Z[ host-package] Compiling backoff v0.4.0
23952024-12-21T04:36:06.149Z[ helios-setup] Dec 21 04:36:05.375 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23962024-12-21T04:36:06.207Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23972024-12-21T04:36:06.488Z[ host-package] Compiling steno v0.4.1
23982024-12-21T04:36:06.543Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23992024-12-21T04:36:06.686Z[ helios-setup] Dec 21 04:36:05.911 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24002024-12-21T04:36:06.686Z[ helios-setup] Dec 21 04:36:05.911 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24012024-12-21T04:36:06.806Z[ host-package] Compiling parse-display v0.10.0
24022024-12-21T04:36:07.214Z[ helios-setup] Dec 21 04:36:06.440 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24032024-12-21T04:36:07.681Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24042024-12-21T04:36:07.840Z[ helios-setup] Dec 21 04:36:07.065 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24052024-12-21T04:36:07.843Z[ helios-setup] Dec 21 04:36:07.065 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24062024-12-21T04:36:07.922Z[ host-package] Compiling serde_with v3.11.0
24072024-12-21T04:36:08.383Z[ helios-setup] Dec 21 04:36:07.608 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24082024-12-21T04:36:09.012Z[ helios-setup] Dec 21 04:36:08.238 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24092024-12-21T04:36:09.015Z[ helios-setup] Dec 21 04:36:08.238 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24102024-12-21T04:36:09.015Z[ helios-setup] Dec 21 04:36:08.238 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24112024-12-21T04:36:09.015Z[ helios-setup] Dec 21 04:36:08.238 INFO ok!
24122024-12-21T04:36:09.015Z[ helios-setup] Dec 21 04:36:08.238 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24132024-12-21T04:36:09.015Z[ helios-setup] Dec 21 04:36:08.238 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24142024-12-21T04:36:09.015Z[ helios-setup] Dec 21 04:36:08.238 INFO ok!
24152024-12-21T04:36:09.015Z[ helios-setup] Dec 21 04:36:08.238 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24162024-12-21T04:36:09.015Z[ helios-setup] Dec 21 04:36:08.238 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24172024-12-21T04:36:09.015Z[ helios-setup] Dec 21 04:36:08.238 INFO ok!
24182024-12-21T04:36:09.015Z[ helios-setup] Dec 21 04:36:08.238 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24192024-12-21T04:36:09.015Z[ helios-setup] Dec 21 04:36:08.238 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24202024-12-21T04:36:09.338Z[ helios-setup] Dec 21 04:36:08.561 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24212024-12-21T04:36:09.907Z[ helios-setup] Dec 21 04:36:09.132 INFO E| From https://github.com/jclulow/rust-jmclib
24222024-12-21T04:36:09.908Z[ helios-setup] Dec 21 04:36:09.132 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24232024-12-21T04:36:09.935Z[ helios-setup] Dec 21 04:36:09.160 INFO E| Updating crates.io index
24242024-12-21T04:36:10.062Z[ helios-setup] Dec 21 04:36:09.287 INFO E| Downloading crates ...
24252024-12-21T04:36:10.188Z[ helios-setup] Dec 21 04:36:09.413 INFO E| Downloaded block-buffer v0.9.0
24262024-12-21T04:36:10.220Z[ helios-setup] Dec 21 04:36:09.445 INFO E| Downloaded proc-macro2 v1.0.66
24272024-12-21T04:36:10.224Z[ helios-setup] Dec 21 04:36:09.449 INFO E| Downloaded bitflags v2.3.3
24282024-12-21T04:36:10.228Z[ helios-setup] Dec 21 04:36:09.453 INFO E| Downloaded opaque-debug v0.3.0
24292024-12-21T04:36:10.230Z[ helios-setup] Dec 21 04:36:09.455 INFO E| Downloaded cpufeatures v0.2.9
24302024-12-21T04:36:10.256Z[ helios-setup] Dec 21 04:36:09.482 INFO E| Downloaded walkdir v2.3.3
24312024-12-21T04:36:10.259Z[ helios-setup] Dec 21 04:36:09.485 INFO E| Downloaded itoa v1.0.9
24322024-12-21T04:36:10.262Z[ helios-setup] Dec 21 04:36:09.487 INFO E| Downloaded digest v0.9.0
24332024-12-21T04:36:10.264Z[ helios-setup] Dec 21 04:36:09.488 INFO E| Downloaded uuid v0.8.2
24342024-12-21T04:36:10.268Z[ helios-setup] Dec 21 04:36:09.493 INFO E| Downloaded once_cell v1.18.0
24352024-12-21T04:36:10.272Z[ helios-setup] Dec 21 04:36:09.498 INFO E| Downloaded unicode-ident v1.0.11
24362024-12-21T04:36:10.276Z[ helios-setup] Dec 21 04:36:09.502 INFO E| Downloaded serde_derive v1.0.193
24372024-12-21T04:36:10.280Z[ helios-setup] Dec 21 04:36:09.506 INFO E| Downloaded typenum v1.16.0
24382024-12-21T04:36:10.284Z[ helios-setup] Dec 21 04:36:09.510 INFO E| Downloaded ryu v1.0.15
24392024-12-21T04:36:10.289Z[ helios-setup] Dec 21 04:36:09.515 INFO E| Downloaded toml v0.5.11
24402024-12-21T04:36:10.293Z[ helios-setup] Dec 21 04:36:09.518 INFO E| Downloaded tempfile v3.7.0
24412024-12-21T04:36:10.296Z[ helios-setup] Dec 21 04:36:09.522 INFO E| Downloaded serde v1.0.193
24422024-12-21T04:36:10.301Z[ helios-setup] Dec 21 04:36:09.527 INFO E| Downloaded serde_json v1.0.103
24432024-12-21T04:36:10.310Z[ helios-setup] Dec 21 04:36:09.536 INFO E| Downloaded getrandom v0.2.10
24442024-12-21T04:36:10.314Z[ helios-setup] Dec 21 04:36:09.540 INFO E| Downloaded anyhow v1.0.72
24452024-12-21T04:36:10.319Z[ helios-setup] Dec 21 04:36:09.545 INFO E| Downloaded libdevinfo-sys v1.0.0
24462024-12-21T04:36:10.322Z[ helios-setup] Dec 21 04:36:09.546 INFO E| Downloaded unicode-width v0.1.10
24472024-12-21T04:36:10.324Z[ helios-setup] Dec 21 04:36:09.548 INFO E| Downloaded sha-1 v0.9.8
24482024-12-21T04:36:10.327Z[ helios-setup] Dec 21 04:36:09.550 INFO E| Downloaded quote v1.0.31
24492024-12-21T04:36:10.330Z[ helios-setup] Dec 21 04:36:09.554 INFO E| Downloaded md-5 v0.9.1
24502024-12-21T04:36:10.334Z[ helios-setup] Dec 21 04:36:09.556 INFO E| Downloaded syn v2.0.32
24512024-12-21T04:36:10.346Z[ helios-setup] Dec 21 04:36:09.572 INFO E| Downloaded fastrand v2.0.0
24522024-12-21T04:36:10.350Z[ helios-setup] Dec 21 04:36:09.574 INFO E| Downloaded errno v0.3.1
24532024-12-21T04:36:10.352Z[ helios-setup] Dec 21 04:36:09.576 INFO E| Downloaded rustix v0.38.4
24542024-12-21T04:36:10.433Z[ helios-setup] Dec 21 04:36:09.658 INFO E| Downloaded libc v0.2.147
24552024-12-21T04:36:10.565Z[ helios-setup] Dec 21 04:36:09.790 INFO E| Compiling libc v0.2.147
24562024-12-21T04:36:10.565Z[ helios-setup] Dec 21 04:36:09.790 INFO E| Compiling proc-macro2 v1.0.66
24572024-12-21T04:36:10.565Z[ helios-setup] Dec 21 04:36:09.790 INFO E| Compiling cfg-if v1.0.0
24582024-12-21T04:36:10.568Z[ helios-setup] Dec 21 04:36:09.790 INFO E| Compiling unicode-ident v1.0.11
24592024-12-21T04:36:10.568Z[ helios-setup] Dec 21 04:36:09.790 INFO E| Compiling typenum v1.16.0
24602024-12-21T04:36:10.568Z[ helios-setup] Dec 21 04:36:09.791 INFO E| Compiling version_check v0.9.4
24612024-12-21T04:36:10.568Z[ helios-setup] Dec 21 04:36:09.791 INFO E| Compiling serde v1.0.193
24622024-12-21T04:36:10.568Z[ helios-setup] Dec 21 04:36:09.791 INFO E| Compiling num-conv v0.1.0
24632024-12-21T04:36:11.024Z[ helios-setup] Dec 21 04:36:10.249 INFO E| Compiling rustix v0.38.4
24642024-12-21T04:36:11.127Z[ helios-setup] Dec 21 04:36:10.352 INFO E| Compiling itoa v1.0.9
24652024-12-21T04:36:11.600Z[ helios-setup] Dec 21 04:36:10.826 INFO E| Compiling powerfmt v0.2.0
24662024-12-21T04:36:11.699Z[ helios-setup] Dec 21 04:36:10.923 INFO E| Compiling time-core v0.1.2
24672024-12-21T04:36:11.987Z[ helios-setup] Dec 21 04:36:11.213 INFO E| Compiling slog v2.7.0
24682024-12-21T04:36:12.196Z[ helios-setup] Dec 21 04:36:11.422 INFO E| Compiling deranged v0.3.11
24692024-12-21T04:36:12.381Z[ helios-setup] Dec 21 04:36:11.606 INFO E| Compiling generic-array v0.14.7
24702024-12-21T04:36:12.779Z[ helios-setup] Dec 21 04:36:12.005 INFO E| Compiling time-macros v0.2.18
24712024-12-21T04:36:12.852Z[ host-package] Compiling strum v0.26.3
24722024-12-21T04:36:13.027Z[ helios-setup] Dec 21 04:36:12.252 INFO E| Compiling num_threads v0.1.6
24732024-12-21T04:36:13.058Z[ helios-setup] Dec 21 04:36:12.284 INFO E| Compiling once_cell v1.18.0
24742024-12-21T04:36:13.181Z[ helios-setup] Dec 21 04:36:12.407 INFO E| Compiling bitflags v2.3.3
24752024-12-21T04:36:13.412Z[ host-package] Compiling regress v0.9.1
24762024-12-21T04:36:13.767Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24772024-12-21T04:36:13.770Z[ helios-setup] Dec 21 04:36:12.993 INFO E| Compiling quote v1.0.31
24782024-12-21T04:36:14.173Z[ helios-setup] Dec 21 04:36:13.398 INFO E| Compiling thread_local v1.1.7
24792024-12-21T04:36:14.807Z[ helios-setup] Dec 21 04:36:14.032 INFO E| Compiling syn v2.0.32
24802024-12-21T04:36:15.043Z[ helios-setup] Dec 21 04:36:14.268 INFO E| Compiling dirs-sys-next v0.1.2
24812024-12-21T04:36:15.194Z[ helios-setup] Dec 21 04:36:14.419 INFO E| Compiling errno v0.3.1
24822024-12-21T04:36:15.417Z[ helios-setup] Dec 21 04:36:14.643 INFO E| Compiling atty v0.2.14
24832024-12-21T04:36:15.601Z[ helios-setup] Dec 21 04:36:14.827 INFO E| Compiling dirs-next v2.0.0
24842024-12-21T04:36:15.742Z[ helios-setup] Dec 21 04:36:14.967 INFO E| Compiling term v0.7.0
24852024-12-21T04:36:16.015Z[ helios-setup] Dec 21 04:36:15.240 INFO E| Compiling anyhow v1.0.72
24862024-12-21T04:36:16.219Z[ helios-setup] Dec 21 04:36:15.444 INFO E| Compiling fastrand v2.0.0
24872024-12-21T04:36:16.650Z[ helios-setup] Dec 21 04:36:15.875 INFO E| Compiling opaque-debug v0.3.0
24882024-12-21T04:36:16.736Z[ helios-setup] Dec 21 04:36:15.961 INFO E| Compiling serde_json v1.0.103
24892024-12-21T04:36:17.381Z[ helios-setup] Dec 21 04:36:16.606 INFO E| Compiling getrandom v0.2.10
24902024-12-21T04:36:17.697Z[ helios-setup] Dec 21 04:36:16.922 INFO E| Compiling digest v0.9.0
24912024-12-21T04:36:17.775Z[ helios-setup] Dec 21 04:36:17.000 INFO E| Compiling block-buffer v0.9.0
24922024-12-21T04:36:18.113Z[ helios-setup] Dec 21 04:36:17.338 INFO E| Compiling cpufeatures v0.2.9
24932024-12-21T04:36:18.119Z[ helios-setup] Dec 21 04:36:17.345 INFO E| Compiling ryu v1.0.15
24942024-12-21T04:36:18.165Z[ helios-setup] Dec 21 04:36:17.387 INFO E| Compiling same-file v1.0.6
24952024-12-21T04:36:18.200Z[ helios-setup] Dec 21 04:36:17.425 INFO E| Compiling unicode-width v0.1.10
24962024-12-21T04:36:18.480Z[ helios-setup] Dec 21 04:36:17.705 INFO E| Compiling walkdir v2.3.3
24972024-12-21T04:36:18.515Z[ helios-setup] Dec 21 04:36:17.740 INFO E| Compiling getopts v0.2.21
24982024-12-21T04:36:18.818Z[ helios-setup] Dec 21 04:36:18.042 INFO E| Compiling tempfile v3.7.0
24992024-12-21T04:36:18.952Z[ helios-setup] Dec 21 04:36:18.177 INFO E| Compiling time v0.3.36
25002024-12-21T04:36:18.994Z[ helios-setup] Dec 21 04:36:18.218 INFO E| Compiling sha-1 v0.9.8
25012024-12-21T04:36:19.078Z[ host-package] Compiling macaddr v1.0.1
25022024-12-21T04:36:19.196Z[ host-package] Compiling slog-dtrace v0.3.0
25032024-12-21T04:36:19.971Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25042024-12-21T04:36:20.122Z[ helios-setup] Dec 21 04:36:19.346 INFO E| Compiling md-5 v0.9.1
25052024-12-21T04:36:20.139Z[ helios-setup] Dec 21 04:36:19.364 INFO E| Compiling glob v0.3.1
25062024-12-21T04:36:20.399Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
25072024-12-21T04:36:20.469Z[ helios-setup] Dec 21 04:36:19.694 INFO E| Compiling libdevinfo-sys v1.0.0
25082024-12-21T04:36:22.527Z[ helios-setup] Dec 21 04:36:21.747 INFO E| Compiling slog-term v2.9.0
25092024-12-21T04:36:22.696Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102024-12-21T04:36:23.206Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
25112024-12-21T04:36:23.630Z[ host-package] Compiling prettyplease v0.2.25
25122024-12-21T04:36:23.934Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25132024-12-21T04:36:24.373Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
25142024-12-21T04:36:25.254Z[ helios-setup] Dec 21 04:36:24.478 INFO E| Compiling serde_derive v1.0.193
25152024-12-21T04:36:25.583Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25162024-12-21T04:36:28.470Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
25172024-12-21T04:36:29.363Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25182024-12-21T04:36:36.430Z[ host-package] Compiling half v2.4.1
25192024-12-21T04:36:37.313Z[ host-package] Compiling ciborium-io v0.2.2
25202024-12-21T04:36:37.575Z[ host-package] Compiling ciborium-ll v0.2.2
25212024-12-21T04:36:40.325Z[ helios-setup] Dec 21 04:36:39.549 INFO E| Compiling toml v0.5.11
25222024-12-21T04:36:40.325Z[ helios-setup] Dec 21 04:36:39.549 INFO E| Compiling uuid v0.8.2
25232024-12-21T04:36:41.969Z[ host-package] Compiling ciborium v0.2.2
25242024-12-21T04:36:42.531Z[ helios-setup] Dec 21 04:36:41.756 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25252024-12-21T04:36:45.353Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25262024-12-21T04:36:45.942Z[ helios-setup] Dec 21 04:36:45.163 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25272024-12-21T04:36:46.017Z[ host-package] Compiling fastrand v2.1.1
25282024-12-21T04:36:46.519Z[ host-package] Compiling same-file v1.0.6
25292024-12-21T04:36:46.611Z[ host-package] Compiling display-error-chain v0.2.2
25302024-12-21T04:36:46.794Z[ host-package] Compiling walkdir v2.5.0
25312024-12-21T04:36:46.828Z[ host-package] Compiling tempfile v3.13.0
25322024-12-21T04:36:46.901Z[ host-package] Compiling ring v0.16.20
25332024-12-21T04:36:47.506Z[ host-package] Compiling blake3 v1.5.4
25342024-12-21T04:36:47.688Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25352024-12-21T04:36:47.720Z[ host-package] Compiling xattr v1.3.1
25362024-12-21T04:36:48.032Z[ host-package] Compiling memmap2 v0.9.5
25372024-12-21T04:36:48.250Z[ host-package] Compiling filetime v0.2.25
25382024-12-21T04:36:48.591Z[ host-package] Compiling arrayref v0.3.9
25392024-12-21T04:36:48.694Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25402024-12-21T04:36:48.738Z[ host-package] Compiling spin v0.5.2
25412024-12-21T04:36:48.759Z[ host-package] Compiling keccak v0.1.5
25422024-12-21T04:36:49.085Z[ host-package] Compiling arrayvec v0.7.6
25432024-12-21T04:36:49.621Z[ host-package] Compiling constant_time_eq v0.3.1
25442024-12-21T04:36:49.943Z[ host-package] Compiling sha3 v0.10.8
25452024-12-21T04:36:50.935Z[ host-package] Compiling tar v0.4.42
25462024-12-21T04:36:51.003Z[ host-package] Compiling camino-tempfile v1.1.1
25472024-12-21T04:36:51.462Z[ host-package] Compiling toolchain_find v0.4.0
25482024-12-21T04:36:51.525Z[ host-package] Compiling const_format_proc_macros v0.2.33
25492024-12-21T04:36:51.868Z[ host-package] Compiling maplit v1.0.2
25502024-12-21T04:36:52.081Z[ host-package] Compiling topological-sort v0.2.2
25512024-12-21T04:36:52.111Z[ host-package] Compiling crunchy v0.2.2
25522024-12-21T04:36:52.355Z[ host-package] Compiling omicron-zone-package v0.11.1
25532024-12-21T04:36:52.825Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25542024-12-21T04:36:53.233Z[ host-package] Compiling tiny-keccak v2.0.2
25552024-12-21T04:36:53.676Z[ host-package] Compiling dsl_auto_type v0.1.2
25562024-12-21T04:36:53.751Z[ host-package] Compiling phf_generator v0.11.2
25572024-12-21T04:36:53.803Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25582024-12-21T04:36:53.836Z[ host-package] Compiling const_format v0.2.33
25592024-12-21T04:36:53.979Z[ host-package] Compiling secrecy v0.8.0
25602024-12-21T04:36:54.410Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25612024-12-21T04:36:54.764Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25622024-12-21T04:36:55.004Z[ host-package] Compiling arc-swap v1.7.1
25632024-12-21T04:36:55.239Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25642024-12-21T04:36:55.334Z[ host-package] Compiling r2d2 v0.8.10
25652024-12-21T04:36:55.431Z[ host-package] Compiling diesel_derives v2.2.3
25662024-12-21T04:36:55.586Z[ host-package] Compiling phf_codegen v0.11.2
25672024-12-21T04:36:55.811Z[ host-package] Compiling slog-scope v4.4.0
25682024-12-21T04:36:56.004Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25692024-12-21T04:36:56.051Z[ host-package] Compiling ascii-canvas v3.0.0
25702024-12-21T04:36:56.500Z[ host-package] Compiling universal-hash v0.5.1
25712024-12-21T04:36:56.664Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25722024-12-21T04:36:56.882Z[ host-package] Compiling parse-zoneinfo v0.3.1
25732024-12-21T04:36:57.080Z[ host-package] Compiling ena v0.14.3
25742024-12-21T04:36:57.633Z[ host-package] Compiling regex-syntax v0.6.29
25752024-12-21T04:36:58.601Z[ helios-setup] Dec 21 04:36:57.825 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.49s
25762024-12-21T04:36:58.635Z[ helios-setup] Dec 21 04:36:57.857 INFO building project "image-builder" ok (49 seconds)
25772024-12-21T04:36:58.635Z[ helios-setup] Dec 21 04:36:57.858 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
25782024-12-21T04:36:58.635Z[ helios-setup] Dec 21 04:36:57.858 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
25792024-12-21T04:36:58.644Z[ helios-setup] Dec 21 04:36:57.867 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
25802024-12-21T04:36:58.768Z[ host-package] Compiling opaque-debug v0.3.1
25812024-12-21T04:36:58.856Z[ helios-setup] Dec 21 04:36:58.080 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
25822024-12-21T04:36:58.859Z[ helios-setup] Dec 21 04:36:58.080 INFO E| info: downloading component 'cargo'
25832024-12-21T04:36:58.879Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25842024-12-21T04:36:58.902Z[ host-package] Compiling diff v0.1.13
25852024-12-21T04:36:59.555Z[ host-package] Compiling poly1305 v0.8.0
25862024-12-21T04:36:59.650Z[ helios-setup] Dec 21 04:36:58.873 INFO E| info: downloading component 'clippy'
25872024-12-21T04:36:59.652Z[ host-package] Compiling thiserror-no-std v2.0.2
25882024-12-21T04:36:59.806Z[ host-package] Compiling chrono-tz-build v0.4.0
25892024-12-21T04:36:59.873Z[ helios-setup] Dec 21 04:36:59.097 INFO E| info: downloading component 'rust-docs'
25902024-12-21T04:37:00.997Z[ host-package] Compiling slog-stdlog v4.1.1
25912024-12-21T04:37:01.138Z[ helios-setup] Dec 21 04:37:00.361 INFO E| info: downloading component 'rust-src'
25922024-12-21T04:37:01.299Z[ helios-setup] Dec 21 04:37:00.523 INFO E| info: downloading component 'rust-std'
25932024-12-21T04:37:01.744Z[ host-package] Compiling lalrpop v0.19.12
25942024-12-21T04:37:01.847Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25952024-12-21T04:37:03.056Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25962024-12-21T04:37:03.230Z[ helios-setup] Dec 21 04:37:02.454 INFO E| info: downloading component 'rustc'
25972024-12-21T04:37:03.398Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25982024-12-21T04:37:03.484Z[ host-package] Compiling chacha20 v0.9.1
25992024-12-21T04:37:03.652Z[ host-package] Compiling aead v0.5.2
26002024-12-21T04:37:03.990Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26012024-12-21T04:37:04.076Z[ host-package] Compiling ref-cast v1.0.23
26022024-12-21T04:37:04.671Z[ host-package] Compiling chacha20poly1305 v0.10.1
26032024-12-21T04:37:04.725Z[ host-package] Compiling vte v0.11.1
26042024-12-21T04:37:04.976Z[ host-package] Compiling slog-envlogger v2.2.0
26052024-12-21T04:37:06.325Z[ host-package] Compiling chrono-tz v0.10.0
26062024-12-21T04:37:07.040Z[ host-package] Compiling vsss-rs v3.3.4
26072024-12-21T04:37:07.849Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26082024-12-21T04:37:07.932Z[ helios-setup] Dec 21 04:37:07.156 INFO E| info: downloading component 'rustfmt'
26092024-12-21T04:37:07.944Z[ host-package] Compiling diesel v2.2.6
26102024-12-21T04:37:08.142Z[ helios-setup] Dec 21 04:37:07.366 INFO E| info: installing component 'cargo'
26112024-12-21T04:37:08.169Z[ host-package] Compiling derive_builder_core v0.20.2
26122024-12-21T04:37:09.527Z[ helios-setup] Dec 21 04:37:08.750 INFO E| info: installing component 'clippy'
26132024-12-21T04:37:09.950Z[ helios-setup] Dec 21 04:37:09.174 INFO E| info: installing component 'rust-docs'
26142024-12-21T04:37:10.610Z[ host-package] Compiling headers-core v0.3.0
26152024-12-21T04:37:10.817Z[ host-package] Compiling fxhash v0.2.1
26162024-12-21T04:37:11.138Z[ host-package] Compiling libxml v0.3.3
26172024-12-21T04:37:11.719Z[ host-package] Compiling ref-cast-impl v1.0.23
26182024-12-21T04:37:11.858Z[ host-package] Compiling bytecount v0.6.8
26192024-12-21T04:37:12.289Z[ host-package] Compiling papergrid v0.11.0
26202024-12-21T04:37:15.699Z[ helios-setup] Dec 21 04:37:14.921 INFO E| info: installing component 'rust-src'
26212024-12-21T04:37:16.278Z[ helios-setup] Dec 21 04:37:15.501 INFO E| info: installing component 'rust-std'
26222024-12-21T04:37:18.809Z[ helios-setup] Dec 21 04:37:18.031 INFO E| info: installing component 'rustc'
26232024-12-21T04:37:25.085Z[ helios-setup] Dec 21 04:37:24.308 INFO E| info: installing component 'rustfmt'
26242024-12-21T04:37:25.936Z[ helios-setup] Dec 21 04:37:25.159 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26252024-12-21T04:37:26.919Z[ helios-setup] Dec 21 04:37:26.129 INFO E| From https://github.com/oxidecomputer/amd-apcb
26262024-12-21T04:37:26.919Z[ helios-setup] Dec 21 04:37:26.129 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
26272024-12-21T04:37:26.932Z[ helios-setup] Dec 21 04:37:26.129 INFO E| * [new tag] v0.4.3 -> v0.4.3
26282024-12-21T04:37:26.944Z[ helios-setup] Dec 21 04:37:26.161 INFO E| * [new tag] v0.1.3 -> v0.1.3
26292024-12-21T04:37:26.944Z[ helios-setup] Dec 21 04:37:26.161 INFO E| * [new tag] v0.1.4 -> v0.1.4
26302024-12-21T04:37:26.944Z[ helios-setup] Dec 21 04:37:26.161 INFO E| * [new tag] v0.1.5 -> v0.1.5
26312024-12-21T04:37:26.944Z[ helios-setup] Dec 21 04:37:26.161 INFO E| * [new tag] v0.2.0 -> v0.2.0
26322024-12-21T04:37:26.944Z[ helios-setup] Dec 21 04:37:26.161 INFO E| * [new tag] v0.3.0 -> v0.3.0
26332024-12-21T04:37:26.944Z[ helios-setup] Dec 21 04:37:26.162 INFO E| * [new tag] v0.3.1 -> v0.3.1
26342024-12-21T04:37:26.944Z[ helios-setup] Dec 21 04:37:26.162 INFO E| * [new tag] v0.3.2 -> v0.3.2
26352024-12-21T04:37:26.944Z[ helios-setup] Dec 21 04:37:26.162 INFO E| * [new tag] v0.3.3 -> v0.3.3
26362024-12-21T04:37:26.945Z[ helios-setup] Dec 21 04:37:26.162 INFO E| * [new tag] v0.4.0 -> v0.4.0
26372024-12-21T04:37:26.945Z[ helios-setup] Dec 21 04:37:26.162 INFO E| * [new tag] v0.4.1 -> v0.4.1
26382024-12-21T04:37:26.945Z[ helios-setup] Dec 21 04:37:26.162 INFO E| * [new tag] v0.4.2 -> v0.4.2
26392024-12-21T04:37:26.979Z[ helios-setup] Dec 21 04:37:26.195 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
26402024-12-21T04:37:27.940Z[ host-package] Compiling headers v0.4.0
26412024-12-21T04:37:27.942Z[ helios-setup] Dec 21 04:37:27.165 INFO E| From https://github.com/oxidecomputer/amd-efs
26422024-12-21T04:37:27.942Z[ helios-setup] Dec 21 04:37:27.165 INFO E| * [new branch] empty -> origin/empty
26432024-12-21T04:37:27.942Z[ helios-setup] Dec 21 04:37:27.165 INFO E| * [new branch] issue-99 -> origin/issue-99
26442024-12-21T04:37:27.944Z[ helios-setup] Dec 21 04:37:27.166 INFO E| * [new branch] main -> origin/main
26452024-12-21T04:37:27.944Z[ helios-setup] Dec 21 04:37:27.166 INFO E| * [new branch] review -> origin/review
26462024-12-21T04:37:27.944Z[ helios-setup] Dec 21 04:37:27.166 INFO E| * [new ref] -> origin/HEAD
26472024-12-21T04:37:27.945Z[ helios-setup] Dec 21 04:37:27.166 INFO E| * [new tag] v0.2.0 -> v0.2.0
26482024-12-21T04:37:27.945Z[ helios-setup] Dec 21 04:37:27.166 INFO E| * [new tag] v0.2.1 -> v0.2.1
26492024-12-21T04:37:27.945Z[ helios-setup] Dec 21 04:37:27.166 INFO E| * [new tag] v0.2.2 -> v0.2.2
26502024-12-21T04:37:27.945Z[ helios-setup] Dec 21 04:37:27.167 INFO E| * [new tag] v0.2.3 -> v0.2.3
26512024-12-21T04:37:27.945Z[ helios-setup] Dec 21 04:37:27.167 INFO E| * [new tag] v0.2.4 -> v0.2.4
26522024-12-21T04:37:27.945Z[ helios-setup] Dec 21 04:37:27.167 INFO E| * [new tag] v0.2.5 -> v0.2.5
26532024-12-21T04:37:27.945Z[ helios-setup] Dec 21 04:37:27.167 INFO E| * [new tag] v0.2.6 -> v0.2.6
26542024-12-21T04:37:27.945Z[ helios-setup] Dec 21 04:37:27.167 INFO E| * [new tag] v0.2.7 -> v0.2.7
26552024-12-21T04:37:27.945Z[ helios-setup] Dec 21 04:37:27.167 INFO E| * [new tag] v0.3.0 -> v0.3.0
26562024-12-21T04:37:27.945Z[ helios-setup] Dec 21 04:37:27.167 INFO E| * [new tag] v0.3.1 -> v0.3.1
26572024-12-21T04:37:27.947Z[ helios-setup] Dec 21 04:37:27.168 INFO E| * [new tag] v0.4.0 -> v0.4.0
26582024-12-21T04:37:27.947Z[ helios-setup] Dec 21 04:37:27.168 INFO E| * [new tag] v0.4.1 -> v0.4.1
26592024-12-21T04:37:27.947Z[ helios-setup] Dec 21 04:37:27.168 INFO E| * [new tag] v0.4.2 -> v0.4.2
26602024-12-21T04:37:27.947Z[ helios-setup] Dec 21 04:37:27.168 INFO E| * [new tag] v0.4.3 -> v0.4.3
26612024-12-21T04:37:27.965Z[ helios-setup] Dec 21 04:37:27.188 INFO E| Updating crates.io index
26622024-12-21T04:37:28.187Z[ helios-setup] Dec 21 04:37:27.409 INFO E| Downloading crates ...
26632024-12-21T04:37:28.373Z[ helios-setup] Dec 21 04:37:27.595 INFO E| Downloaded ansi_term v0.12.1
26642024-12-21T04:37:28.408Z[ helios-setup] Dec 21 04:37:27.631 INFO E| Downloaded parse_int v0.6.0
26652024-12-21T04:37:28.411Z[ helios-setup] Dec 21 04:37:27.632 INFO E| Downloaded once_cell v1.20.1
26662024-12-21T04:37:28.415Z[ helios-setup] Dec 21 04:37:27.635 INFO E| Downloaded modular-bitfield-impl v0.11.2
26672024-12-21T04:37:28.418Z[ helios-setup] Dec 21 04:37:27.638 INFO E| Downloaded unic-ucd-version v0.9.0
26682024-12-21T04:37:28.418Z[ helios-setup] Dec 21 04:37:27.639 INFO E| Downloaded unic-common v0.9.0
26692024-12-21T04:37:28.418Z[ helios-setup] Dec 21 04:37:27.640 INFO E| Downloaded unic-char-property v0.9.0
26702024-12-21T04:37:28.421Z[ helios-setup] Dec 21 04:37:27.642 INFO E| Downloaded four-cc v0.3.0
26712024-12-21T04:37:28.421Z[ helios-setup] Dec 21 04:37:27.643 INFO E| Downloaded fletcher v0.1.0
26722024-12-21T04:37:28.424Z[ helios-setup] Dec 21 04:37:27.645 INFO E| Downloaded bytesize v1.3.0
26732024-12-21T04:37:28.424Z[ helios-setup] Dec 21 04:37:27.646 INFO E| Downloaded scroll_derive v0.10.5
26742024-12-21T04:37:28.426Z[ helios-setup] Dec 21 04:37:27.648 INFO E| Downloaded cfg-if v0.1.10
26752024-12-21T04:37:28.455Z[ helios-setup] Dec 21 04:37:27.678 INFO E| Downloaded vec_map v0.8.2
26762024-12-21T04:37:28.457Z[ helios-setup] Dec 21 04:37:27.679 INFO E| Downloaded unic-char-range v0.9.0
26772024-12-21T04:37:28.459Z[ helios-setup] Dec 21 04:37:27.681 INFO E| Downloaded textwrap v0.11.0
26782024-12-21T04:37:28.462Z[ helios-setup] Dec 21 04:37:27.683 INFO E| Downloaded strum v0.23.0
26792024-12-21T04:37:28.463Z[ helios-setup] Dec 21 04:37:27.685 INFO E| Downloaded thiserror-impl v1.0.64
26802024-12-21T04:37:28.467Z[ helios-setup] Dec 21 04:37:27.686 INFO E| Downloaded thiserror v1.0.64
26812024-12-21T04:37:28.469Z[ helios-setup] Dec 21 04:37:27.692 INFO E| Downloaded pest_generator v2.7.13
26822024-12-21T04:37:28.472Z[ helios-setup] Dec 21 04:37:27.694 INFO E| Downloaded unic-ucd-ident v0.9.0
26832024-12-21T04:37:28.476Z[ helios-setup] Dec 21 04:37:27.695 INFO E| Downloaded strsim v0.8.0
26842024-12-21T04:37:28.476Z[ helios-setup] Dec 21 04:37:27.697 INFO E| Downloaded semver-parser v0.7.0
26852024-12-21T04:37:28.476Z[ helios-setup] Dec 21 04:37:27.698 INFO E| Downloaded semver v0.9.0
26862024-12-21T04:37:28.478Z[ helios-setup] Dec 21 04:37:27.700 INFO E| Downloaded structopt v0.3.26
26872024-12-21T04:37:28.489Z[ helios-setup] Dec 21 04:37:27.712 INFO E| Downloaded pre-proc-macro v0.2.1
26882024-12-21T04:37:28.492Z[ helios-setup] Dec 21 04:37:27.715 INFO E| Downloaded serde_derive v1.0.210
26892024-12-21T04:37:28.496Z[ helios-setup] Dec 21 04:37:27.719 INFO E| Downloaded pest v2.7.13
26902024-12-21T04:37:28.505Z[ helios-setup] Dec 21 04:37:27.727 INFO E| Downloaded serde v1.0.210
26912024-12-21T04:37:28.510Z[ helios-setup] Dec 21 04:37:27.733 INFO E| Downloaded goblin v0.4.3
26922024-12-21T04:37:28.518Z[ helios-setup] Dec 21 04:37:27.741 INFO E| Downloaded serde_json v1.0.128
26932024-12-21T04:37:28.530Z[ helios-setup] Dec 21 04:37:27.753 INFO E| Downloaded syn v2.0.79
26942024-12-21T04:37:28.548Z[ helios-setup] Dec 21 04:37:27.771 INFO E| Downloaded scroll v0.10.2
26952024-12-21T04:37:28.552Z[ helios-setup] Dec 21 04:37:27.774 INFO E| Downloaded pest_meta v2.7.13
26962024-12-21T04:37:28.554Z[ helios-setup] Dec 21 04:37:27.777 INFO E| Downloaded rustc_version v0.2.3
26972024-12-21T04:37:28.557Z[ helios-setup] Dec 21 04:37:27.779 INFO E| Downloaded proc-macro2 v1.0.86
26982024-12-21T04:37:28.560Z[ helios-setup] Dec 21 04:37:27.783 INFO E| Downloaded libc v0.2.159
26992024-12-21T04:37:28.602Z[ helios-setup] Dec 21 04:37:27.824 INFO E| Downloaded clap v2.34.0
27002024-12-21T04:37:28.611Z[ helios-setup] Dec 21 04:37:27.834 INFO E| Downloaded pest_derive v2.7.13
27012024-12-21T04:37:28.615Z[ helios-setup] Dec 21 04:37:27.838 INFO E| Downloaded strum_macros v0.23.1
27022024-12-21T04:37:28.617Z[ helios-setup] Dec 21 04:37:27.840 INFO E| Downloaded memoffset v0.5.6
27032024-12-21T04:37:28.620Z[ helios-setup] Dec 21 04:37:27.842 INFO E| Downloaded structopt-derive v0.4.18
27042024-12-21T04:37:28.622Z[ helios-setup] Dec 21 04:37:27.844 INFO E| Downloaded proc-macro-crate v0.1.5
27052024-12-21T04:37:28.622Z[ helios-setup] Dec 21 04:37:27.845 INFO E| Downloaded pre v0.2.1
27062024-12-21T04:37:28.622Z[ helios-setup] Dec 21 04:37:27.845 INFO E| Downloaded modular-bitfield v0.11.2
27072024-12-21T04:37:28.733Z[ helios-setup] Dec 21 04:37:27.955 INFO E| Compiling proc-macro2 v1.0.86
27082024-12-21T04:37:28.735Z[ helios-setup] Dec 21 04:37:27.956 INFO E| Compiling unicode-ident v1.0.13
27092024-12-21T04:37:28.735Z[ helios-setup] Dec 21 04:37:27.956 INFO E| Compiling syn v1.0.109
27102024-12-21T04:37:28.735Z[ helios-setup] Dec 21 04:37:27.956 INFO E| Compiling version_check v0.9.5
27112024-12-21T04:37:28.736Z[ helios-setup] Dec 21 04:37:27.956 INFO E| Compiling memchr v2.7.4
27122024-12-21T04:37:28.736Z[ helios-setup] Dec 21 04:37:27.956 INFO E| Compiling semver-parser v0.7.0
27132024-12-21T04:37:28.736Z[ helios-setup] Dec 21 04:37:27.956 INFO E| Compiling thiserror v1.0.64
27142024-12-21T04:37:28.736Z[ helios-setup] Dec 21 04:37:27.957 INFO E| Compiling autocfg v1.4.0
27152024-12-21T04:37:29.083Z[ helios-setup] Dec 21 04:37:28.305 INFO E| Compiling serde v1.0.210
27162024-12-21T04:37:30.138Z[ helios-setup] Dec 21 04:37:29.361 INFO E| Compiling semver v0.9.0
27172024-12-21T04:37:30.232Z[ helios-setup] Dec 21 04:37:29.455 INFO E| Compiling serde_json v1.0.128
27182024-12-21T04:37:30.492Z[ helios-setup] Dec 21 04:37:29.714 INFO E| Compiling proc-macro-error-attr v1.0.4
27192024-12-21T04:37:30.871Z[ helios-setup] Dec 21 04:37:30.094 INFO E| Compiling rustc_version v0.2.3
27202024-12-21T04:37:30.882Z[ helios-setup] Dec 21 04:37:30.104 INFO E| Compiling proc-macro-error v1.0.4
27212024-12-21T04:37:31.099Z[ helios-setup] Dec 21 04:37:30.321 INFO E| Compiling num-traits v0.2.19
27222024-12-21T04:37:31.234Z[ helios-setup] Dec 21 04:37:30.456 INFO E| Compiling ryu v1.0.18
27232024-12-21T04:37:31.335Z[ helios-setup] Dec 21 04:37:30.558 INFO E| Compiling unicode-segmentation v1.12.0
27242024-12-21T04:37:31.674Z[ helios-setup] Dec 21 04:37:30.896 INFO E| Compiling itoa v1.0.11
27252024-12-21T04:37:31.758Z[ helios-setup] Dec 21 04:37:30.980 INFO E| Compiling schemars v0.8.21
27262024-12-21T04:37:31.873Z[ helios-setup] Dec 21 04:37:31.095 INFO E| Compiling pre-proc-macro v0.2.1
27272024-12-21T04:37:32.020Z[ helios-setup] Dec 21 04:37:31.243 INFO E| Compiling memoffset v0.5.6
27282024-12-21T04:37:32.103Z[ helios-setup] Dec 21 04:37:31.325 INFO E| Compiling lazy_static v1.5.0
27292024-12-21T04:37:32.279Z[ helios-setup] Dec 21 04:37:31.501 INFO E| Compiling rustversion v1.0.17
27302024-12-21T04:37:32.634Z[ helios-setup] Dec 21 04:37:31.856 INFO E| Compiling quote v1.0.37
27312024-12-21T04:37:32.747Z[ helios-setup] Dec 21 04:37:31.969 INFO E| Compiling heck v0.3.3
27322024-12-21T04:37:33.056Z[ helios-setup] Dec 21 04:37:32.278 INFO E| Compiling libc v0.2.159
27332024-12-21T04:37:33.102Z[ helios-setup] Dec 21 04:37:32.324 INFO E| Compiling dyn-clone v1.0.17
27342024-12-21T04:37:33.200Z[ host-package] Compiling derive_builder_macro v0.20.2
27352024-12-21T04:37:33.284Z[ host-package] Compiling polar-core v0.27.3
27362024-12-21T04:37:33.399Z[ helios-setup] Dec 21 04:37:32.622 INFO E| Compiling syn v2.0.79
27372024-12-21T04:37:33.517Z[ helios-setup] Dec 21 04:37:32.739 INFO E| Compiling ucd-trie v0.1.7
27382024-12-21T04:37:33.746Z[ helios-setup] Dec 21 04:37:32.969 INFO E| Compiling paste v1.0.15
27392024-12-21T04:37:34.997Z[ helios-setup] Dec 21 04:37:34.219 INFO E| Compiling pre v0.2.1
27402024-12-21T04:37:35.001Z[ helios-setup] Dec 21 04:37:34.224 INFO E| Compiling static_assertions v1.1.0
27412024-12-21T04:37:35.038Z[ helios-setup] Dec 21 04:37:34.261 INFO E| Compiling once_cell v1.20.1
27422024-12-21T04:37:35.098Z[ helios-setup] Dec 21 04:37:34.320 INFO E| Compiling byteorder v1.5.0
27432024-12-21T04:37:35.154Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27442024-12-21T04:37:35.852Z[ helios-setup] Dec 21 04:37:35.074 INFO E| Compiling cfg-if v0.1.10
27452024-12-21T04:37:36.093Z[ helios-setup] Dec 21 04:37:35.315 INFO E| Compiling unicode-width v0.1.14
27462024-12-21T04:37:36.219Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27472024-12-21T04:37:36.842Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27482024-12-21T04:37:37.071Z[ helios-setup] Dec 21 04:37:36.293 INFO E| Compiling textwrap v0.11.0
27492024-12-21T04:37:37.614Z[ host-package] Compiling tabled_derive v0.7.0
27502024-12-21T04:37:37.947Z[ helios-setup] Dec 21 04:37:37.169 INFO E| Compiling atty v0.2.14
27512024-12-21T04:37:38.149Z[ helios-setup] Dec 21 04:37:37.371 INFO E| Compiling parse_int v0.6.0
27522024-12-21T04:37:38.357Z[ helios-setup] Dec 21 04:37:37.579 INFO E| Compiling fletcher v0.1.0
27532024-12-21T04:37:38.491Z[ helios-setup] Dec 21 04:37:37.714 INFO E| Compiling vec_map v0.8.2
27542024-12-21T04:37:38.494Z[ helios-setup] Dec 21 04:37:37.714 INFO E| Compiling unic-char-range v0.9.0
27552024-12-21T04:37:38.612Z[ helios-setup] Dec 21 04:37:37.833 INFO E| Compiling unic-common v0.9.0
27562024-12-21T04:37:38.628Z[ helios-setup] Dec 21 04:37:37.849 INFO E| Compiling ansi_term v0.12.1
27572024-12-21T04:37:38.734Z[ helios-setup] Dec 21 04:37:37.955 INFO E| Compiling bitflags v1.3.2
27582024-12-21T04:37:38.874Z[ helios-setup] Dec 21 04:37:38.096 INFO E| Compiling strum v0.23.0
27592024-12-21T04:37:38.974Z[ helios-setup] Dec 21 04:37:38.195 INFO E| Compiling strsim v0.8.0
27602024-12-21T04:37:39.003Z[ helios-setup] Dec 21 04:37:38.225 INFO E| Compiling unic-ucd-version v0.9.0
27612024-12-21T04:37:39.061Z[ helios-setup] Dec 21 04:37:38.281 INFO E| Compiling unic-char-property v0.9.0
27622024-12-21T04:37:39.100Z[ helios-setup] Dec 21 04:37:38.322 INFO E| Compiling log v0.4.22
27632024-12-21T04:37:39.105Z[ helios-setup] Dec 21 04:37:38.327 INFO E| Compiling plain v0.2.3
27642024-12-21T04:37:39.323Z[ helios-setup] Dec 21 04:37:38.544 INFO E| Compiling unic-ucd-ident v0.9.0
27652024-12-21T04:37:39.450Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27662024-12-21T04:37:39.696Z[ helios-setup] Dec 21 04:37:38.917 INFO E| Compiling clap v2.34.0
27672024-12-21T04:37:39.832Z[ helios-setup] Dec 21 04:37:39.054 INFO E| Compiling bytesize v1.3.0
27682024-12-21T04:37:41.747Z[ host-package] Compiling fd-lock v4.0.2
27692024-12-21T04:37:42.090Z[ host-package] Compiling peg-macros v0.8.4
27702024-12-21T04:37:42.105Z[ helios-setup] Dec 21 04:37:41.327 INFO E| Compiling serde_derive_internals v0.29.1
27712024-12-21T04:37:42.322Z[ host-package] Compiling strum_macros v0.24.3
27722024-12-21T04:37:43.404Z[ helios-setup] Dec 21 04:37:42.626 INFO E| Compiling toml v0.5.11
27732024-12-21T04:37:46.402Z[ helios-setup] Dec 21 04:37:45.624 INFO E| Compiling proc-macro-crate v0.1.5
27742024-12-21T04:37:47.520Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27752024-12-21T04:37:47.735Z[ host-package] Compiling kstat-rs v0.2.4
27762024-12-21T04:37:48.105Z[ helios-setup] Dec 21 04:37:47.327 INFO E| Compiling thiserror-impl v1.0.64
27772024-12-21T04:37:48.226Z[ host-package] Compiling samael v0.0.17
27782024-12-21T04:37:48.319Z[ helios-setup] Dec 21 04:37:47.541 INFO E| Compiling serde_derive v1.0.210
27792024-12-21T04:37:48.685Z[ helios-setup] Dec 21 04:37:47.907 INFO E| Compiling schemars_derive v0.8.21
27802024-12-21T04:37:49.464Z[ helios-setup] Dec 21 04:37:48.686 INFO E| Compiling zerocopy-derive v0.6.6
27812024-12-21T04:37:49.562Z[ host-package] Compiling unicase v2.7.0
27822024-12-21T04:37:49.607Z[ host-package] Compiling nu-ansi-term v0.50.1
27832024-12-21T04:37:50.435Z[ host-package] Compiling indoc v1.0.9
27842024-12-21T04:37:50.885Z[ helios-setup] Dec 21 04:37:50.107 INFO E| Compiling num-derive v0.4.2
27852024-12-21T04:37:52.120Z[ host-package] Compiling reedline v0.35.0
27862024-12-21T04:37:52.398Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27872024-12-21T04:37:53.128Z[ helios-setup] Dec 21 04:37:52.350 INFO E| Compiling zerocopy v0.6.6
27882024-12-21T04:37:53.636Z[ helios-setup] Dec 21 04:37:52.857 INFO E| Compiling pest v2.7.13
27892024-12-21T04:37:53.640Z[ helios-setup] Dec 21 04:37:52.858 INFO E| Compiling modular-bitfield-impl v0.11.2
27902024-12-21T04:37:54.623Z[ helios-setup] Dec 21 04:37:53.845 INFO E| Compiling scroll_derive v0.10.5
27912024-12-21T04:37:54.868Z[ helios-setup] Dec 21 04:37:54.090 INFO E| Compiling strum_macros v0.23.1
27922024-12-21T04:37:55.958Z[ helios-setup] Dec 21 04:37:55.180 INFO E| Compiling structopt-derive v0.4.18
27932024-12-21T04:37:57.937Z[ helios-setup] Dec 21 04:37:57.156 INFO E| Compiling scroll v0.10.2
27942024-12-21T04:37:59.071Z[ helios-setup] Dec 21 04:37:58.293 INFO E| Compiling modular-bitfield v0.11.2
27952024-12-21T04:37:59.315Z[ helios-setup] Dec 21 04:37:58.537 INFO E| Compiling pest_meta v2.7.13
27962024-12-21T04:37:59.419Z[ helios-setup] Dec 21 04:37:58.641 INFO E| Compiling goblin v0.4.3
27972024-12-21T04:37:59.747Z[ host-package] Compiling peg v0.8.4
27982024-12-21T04:38:00.032Z[ host-package] Compiling tabled v0.15.0
27992024-12-21T04:38:01.366Z[ helios-setup] Dec 21 04:38:00.588 INFO E| Compiling structopt v0.3.26
28002024-12-21T04:38:01.769Z[ helios-setup] Dec 21 04:38:00.991 INFO E| Compiling pest_generator v2.7.13
28012024-12-21T04:38:06.490Z[ helios-setup] Dec 21 04:38:05.711 INFO E| Compiling pest_derive v2.7.13
28022024-12-21T04:38:10.962Z[ helios-setup] Dec 21 04:38:10.183 INFO E| Compiling json5 v0.4.1
28032024-12-21T04:38:16.563Z[ helios-setup] Dec 21 04:38:15.784 INFO E| Compiling four-cc v0.3.0
28042024-12-21T04:38:16.566Z[ helios-setup] Dec 21 04:38:15.784 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
28052024-12-21T04:38:16.797Z[ helios-setup] Dec 21 04:38:16.018 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
28062024-12-21T04:38:23.525Z[ host-package] Compiling derive_builder v0.20.2
28072024-12-21T04:38:23.676Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28082024-12-21T04:38:26.649Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28092024-12-21T04:38:27.647Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
28102024-12-21T04:38:27.953Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28112024-12-21T04:38:28.406Z[ host-package] Compiling bcs v0.1.6
28122024-12-21T04:38:29.817Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
28132024-12-21T04:38:29.919Z[ host-package] Compiling oso-derive v0.27.3
28142024-12-21T04:38:29.959Z[ host-package] Compiling libz-sys v1.1.20
28152024-12-21T04:38:30.841Z[ host-package] Compiling quick-xml v0.33.0
28162024-12-21T04:38:31.128Z[ host-package] Compiling diesel-dtrace v0.4.2
28172024-12-21T04:38:31.721Z[ host-package] Compiling parking_lot_core v0.8.6
28182024-12-21T04:38:37.387Z[ host-package] Compiling oso v0.27.3
28192024-12-21T04:38:40.010Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28202024-12-21T04:38:41.857Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28212024-12-21T04:38:47.847Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28222024-12-21T04:38:51.775Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28232024-12-21T04:38:52.185Z[ host-package] Compiling bb8 v0.8.5
28242024-12-21T04:38:53.026Z[ host-package] Compiling async-bb8-diesel v0.2.1
28252024-12-21T04:38:55.935Z[ host-package] Compiling nibble_vec v0.1.0
28262024-12-21T04:38:56.247Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28272024-12-21T04:38:57.090Z[ host-package] Compiling atty v0.2.14
28282024-12-21T04:38:57.115Z[ host-package] Compiling endian-type v0.1.2
28292024-12-21T04:38:57.303Z[ host-package] Compiling salty v0.3.0
28302024-12-21T04:38:57.405Z[ host-package] Compiling radix_trie v0.2.1
28312024-12-21T04:38:58.986Z[ host-package] Compiling parking_lot v0.11.2
28322024-12-21T04:38:59.937Z[ helios-setup] Dec 21 04:38:59.157 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28332024-12-21T04:39:01.593Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28342024-12-21T04:39:09.293Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28352024-12-21T04:39:13.838Z[ helios-setup] Dec 21 04:39:13.057 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28362024-12-21T04:39:15.086Z[ host-package] Compiling sled v0.34.7
28372024-12-21T04:39:33.641Z[ host-package] Compiling mime_guess v2.0.5
28382024-12-21T04:39:35.110Z[ host-package] Compiling hickory-client v0.24.1
28392024-12-21T04:39:36.197Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28402024-12-21T04:39:36.536Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28412024-12-21T04:39:37.703Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28422024-12-21T04:39:38.951Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28432024-12-21T04:39:41.813Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28442024-12-21T04:39:43.900Z[ host-package] Compiling hickory-server v0.24.1
28452024-12-21T04:39:44.053Z[ host-package] Compiling primeorder v0.13.6
28462024-12-21T04:39:44.949Z[ host-package] Compiling castaway v0.2.3
28472024-12-21T04:39:45.384Z[ host-package] Compiling vergen v8.3.2
28482024-12-21T04:39:45.854Z[ host-package] Compiling env_filter v0.1.2
28492024-12-21T04:39:48.234Z[ host-package] Compiling cargo-platform v0.1.8
28502024-12-21T04:39:48.919Z[ host-package] Compiling nanorand v0.7.0
28512024-12-21T04:39:49.718Z[ host-package] Compiling memoffset v0.9.1
28522024-12-21T04:39:50.308Z[ host-package] Compiling flume v0.11.1
28532024-12-21T04:39:50.519Z[ host-package] Compiling cargo_metadata v0.18.1
28542024-12-21T04:39:51.277Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28552024-12-21T04:39:53.383Z[ host-package] Compiling git2 v0.19.0
28562024-12-21T04:39:53.937Z[ helios-setup] Dec 21 04:39:53.154 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 28s
28572024-12-21T04:39:53.972Z[ helios-setup] Dec 21 04:39:53.188 INFO building project "amd-host-image-builder" ok (175 seconds)
28582024-12-21T04:39:53.972Z[ helios-setup] Dec 21 04:39:53.188 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28592024-12-21T04:39:53.972Z[ helios-setup] Dec 21 04:39:53.188 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28602024-12-21T04:39:54.200Z[ host-package] Compiling env_logger v0.11.5
28612024-12-21T04:39:54.255Z[ helios-setup] Dec 21 04:39:53.471 INFO E| Downloading crates ...
28622024-12-21T04:39:54.375Z[ helios-setup] Dec 21 04:39:53.593 INFO E| Downloaded miniz_oxide v0.7.2
28632024-12-21T04:39:54.451Z[ helios-setup] Dec 21 04:39:53.668 INFO E| Compiling adler v1.0.2
28642024-12-21T04:39:54.603Z[ helios-setup] Dec 21 04:39:53.821 INFO E| Compiling miniz_oxide v0.7.2
28652024-12-21T04:39:55.867Z[ host-package] Compiling compact_str v0.8.0
28662024-12-21T04:39:55.895Z[ host-package] Compiling p384 v0.13.0
28672024-12-21T04:39:56.231Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28682024-12-21T04:39:57.397Z[ helios-setup] Dec 21 04:39:56.615 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28692024-12-21T04:39:58.228Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28702024-12-21T04:39:58.543Z[ helios-setup] Dec 21 04:39:57.760 INFO E| Finished `release` profile [optimized] target(s) in 4.46s
28712024-12-21T04:39:58.553Z[ helios-setup] Dec 21 04:39:57.771 INFO building project "pinprick" ok (4 seconds)
28722024-12-21T04:39:58.553Z[ helios-setup] Dec 21 04:39:57.771 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28732024-12-21T04:39:58.559Z[ helios-setup] Dec 21 04:39:57.771 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28742024-12-21T04:39:58.875Z[ helios-setup] Dec 21 04:39:58.090 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
28752024-12-21T04:39:59.409Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28762024-12-21T04:40:00.271Z[ helios-setup] Dec 21 04:39:59.488 INFO E| From https://github.com/oxidecomputer/progenitor
28772024-12-21T04:40:00.271Z[ helios-setup] Dec 21 04:39:59.488 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
28782024-12-21T04:40:00.306Z[ helios-setup] Dec 21 04:39:59.523 INFO E| * [new tag] v0.1.1 -> v0.1.1
28792024-12-21T04:40:00.306Z[ helios-setup] Dec 21 04:39:59.524 INFO E| * [new tag] v0.2.0 -> v0.2.0
28802024-12-21T04:40:00.436Z[ helios-setup] Dec 21 04:39:59.654 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28812024-12-21T04:40:00.724Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28822024-12-21T04:40:01.034Z[ helios-setup] Dec 21 04:40:00.251 INFO E| From https://github.com/jclulow/hiercmd
28832024-12-21T04:40:01.034Z[ helios-setup] Dec 21 04:40:00.252 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
28842024-12-21T04:40:01.054Z[ helios-setup] Dec 21 04:40:00.271 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
28852024-12-21T04:40:01.601Z[ helios-setup] Dec 21 04:40:00.818 INFO E| From https://github.com/jclulow/network-interface
28862024-12-21T04:40:01.601Z[ helios-setup] Dec 21 04:40:00.818 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
28872024-12-21T04:40:01.636Z[ helios-setup] Dec 21 04:40:00.854 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28882024-12-21T04:40:02.251Z[ helios-setup] Dec 21 04:40:01.468 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28892024-12-21T04:40:02.251Z[ helios-setup] Dec 21 04:40:01.468 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28902024-12-21T04:40:02.290Z[ helios-setup] Dec 21 04:40:01.504 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
28912024-12-21T04:40:02.784Z[ host-package] Compiling unicode-truncate v1.1.0
28922024-12-21T04:40:03.100Z[ host-package] Compiling lru v0.12.5
28932024-12-21T04:40:03.173Z[ helios-setup] Dec 21 04:40:02.391 INFO E| From https://github.com/oxidecomputer/facade
28942024-12-21T04:40:03.173Z[ helios-setup] Dec 21 04:40:02.391 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
28952024-12-21T04:40:03.218Z[ helios-setup] Dec 21 04:40:02.435 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
28962024-12-21T04:40:03.389Z[ host-package] Compiling rand_seeder v0.3.0
28972024-12-21T04:40:03.559Z[ host-package] Compiling libsqlite3-sys v0.30.1
28982024-12-21T04:40:03.767Z[ host-package] Compiling lzma-sys v0.1.20
28992024-12-21T04:40:03.811Z[ host-package] Compiling instability v0.3.2
29002024-12-21T04:40:04.011Z[ helios-setup] Dec 21 04:40:03.229 INFO E| From https://github.com/oxidecomputer/dropshot
29012024-12-21T04:40:04.012Z[ helios-setup] Dec 21 04:40:03.229 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29022024-12-21T04:40:04.050Z[ helios-setup] Dec 21 04:40:03.265 INFO E| * [new tag] v0.3.0 -> v0.3.0
29032024-12-21T04:40:04.050Z[ helios-setup] Dec 21 04:40:03.265 INFO E| * [new tag] v0.4.0 -> v0.4.0
29042024-12-21T04:40:04.053Z[ helios-setup] Dec 21 04:40:03.265 INFO E| * [new tag] v0.5.0 -> v0.5.0
29052024-12-21T04:40:04.053Z[ helios-setup] Dec 21 04:40:03.266 INFO E| * [new tag] v0.5.1 -> v0.5.1
29062024-12-21T04:40:04.053Z[ helios-setup] Dec 21 04:40:03.266 INFO E| * [new tag] v0.6.0 -> v0.6.0
29072024-12-21T04:40:04.053Z[ helios-setup] Dec 21 04:40:03.266 INFO E| * [new tag] v0.7.0 -> v0.7.0
29082024-12-21T04:40:04.053Z[ helios-setup] Dec 21 04:40:03.266 INFO E| * [new tag] v0.8.0 -> v0.8.0
29092024-12-21T04:40:04.053Z[ helios-setup] Dec 21 04:40:03.266 INFO E| * [new tag] v0.9.0 -> v0.9.0
29102024-12-21T04:40:04.094Z[ helios-setup] Dec 21 04:40:03.311 INFO E| Updating crates.io index
29112024-12-21T04:40:04.123Z[ host-package] Compiling cassowary v0.3.0
29122024-12-21T04:40:04.189Z[ helios-setup] Dec 21 04:40:03.406 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29132024-12-21T04:40:04.551Z[ host-package] Compiling cfg_aliases v0.2.1
29142024-12-21T04:40:04.684Z[ host-package] Compiling rustls v0.21.12
29152024-12-21T04:40:05.009Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29162024-12-21T04:40:05.048Z[ host-package] Compiling http-range v0.1.5
29172024-12-21T04:40:05.125Z[ helios-setup] Dec 21 04:40:04.343 INFO E| From https://github.com/oxidecomputer/typify
29182024-12-21T04:40:05.126Z[ helios-setup] Dec 21 04:40:04.343 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29192024-12-21T04:40:05.158Z[ helios-setup] Dec 21 04:40:04.375 INFO E| * [new tag] v0.0.10 -> v0.0.10
29202024-12-21T04:40:05.158Z[ helios-setup] Dec 21 04:40:04.375 INFO E| * [new tag] v0.0.11 -> v0.0.11
29212024-12-21T04:40:05.161Z[ helios-setup] Dec 21 04:40:04.375 INFO E| * [new tag] v0.0.4 -> v0.0.4
29222024-12-21T04:40:05.161Z[ helios-setup] Dec 21 04:40:04.376 INFO E| * [new tag] v0.0.5 -> v0.0.5
29232024-12-21T04:40:05.161Z[ helios-setup] Dec 21 04:40:04.376 INFO E| * [new tag] v0.0.7 -> v0.0.7
29242024-12-21T04:40:05.161Z[ helios-setup] Dec 21 04:40:04.376 INFO E| * [new tag] v0.0.8 -> v0.0.8
29252024-12-21T04:40:05.161Z[ helios-setup] Dec 21 04:40:04.376 INFO E| * [new tag] v0.0.9 -> v0.0.9
29262024-12-21T04:40:05.423Z[ helios-setup] Dec 21 04:40:04.640 INFO E| Downloading crates ...
29272024-12-21T04:40:05.470Z[ host-package] Compiling ratatui v0.28.1
29282024-12-21T04:40:05.541Z[ helios-setup] Dec 21 04:40:04.759 INFO E| Downloaded async-stream-impl v0.3.5
29292024-12-21T04:40:05.579Z[ helios-setup] Dec 21 04:40:04.797 INFO E| Downloaded project-root v0.2.2
29302024-12-21T04:40:05.583Z[ helios-setup] Dec 21 04:40:04.798 INFO E| Downloaded const-random-macro v0.1.15
29312024-12-21T04:40:05.583Z[ helios-setup] Dec 21 04:40:04.800 INFO E| Downloaded concolor-override v1.0.0
29322024-12-21T04:40:05.647Z[ helios-setup] Dec 21 04:40:04.865 INFO E| Downloaded schemars_derive v0.8.12
29332024-12-21T04:40:05.651Z[ helios-setup] Dec 21 04:40:04.868 INFO E| Downloaded autocfg v1.1.0
29342024-12-21T04:40:05.653Z[ helios-setup] Dec 21 04:40:04.870 INFO E| Downloaded anstyle v0.3.5
29352024-12-21T04:40:05.656Z[ helios-setup] Dec 21 04:40:04.873 INFO E| Downloaded futures-sink v0.3.28
29362024-12-21T04:40:05.658Z[ helios-setup] Dec 21 04:40:04.875 INFO E| Downloaded serde_spanned v0.6.1
29372024-12-21T04:40:05.661Z[ helios-setup] Dec 21 04:40:04.877 INFO E| Downloaded semver v0.11.0
29382024-12-21T04:40:05.663Z[ helios-setup] Dec 21 04:40:04.879 INFO E| Downloaded const-random v0.1.15
29392024-12-21T04:40:05.663Z[ helios-setup] Dec 21 04:40:04.881 INFO E| Downloaded scopeguard v1.1.0
29402024-12-21T04:40:05.667Z[ helios-setup] Dec 21 04:40:04.885 INFO E| Downloaded semver v1.0.17
29412024-12-21T04:40:05.673Z[ helios-setup] Dec 21 04:40:04.889 INFO E| Downloaded futures-io v0.3.28
29422024-12-21T04:40:05.676Z[ helios-setup] Dec 21 04:40:04.890 INFO E| Downloaded fastrand v1.9.0
29432024-12-21T04:40:05.676Z[ helios-setup] Dec 21 04:40:04.892 INFO E| Downloaded num_cpus v1.15.0
29442024-12-21T04:40:05.680Z[ helios-setup] Dec 21 04:40:04.896 INFO E| Downloaded thiserror-impl v1.0.38
29452024-12-21T04:40:05.685Z[ helios-setup] Dec 21 04:40:04.898 INFO E| Downloaded slog-bunyan v2.4.0
29462024-12-21T04:40:05.685Z[ helios-setup] Dec 21 04:40:04.900 INFO E| Downloaded num-integer v0.1.45
29472024-12-21T04:40:05.688Z[ helios-setup] Dec 21 04:40:04.903 INFO E| Downloaded proc-macro-crate v1.2.1
29482024-12-21T04:40:05.688Z[ helios-setup] Dec 21 04:40:04.904 INFO E| Downloaded try-lock v0.2.4
29492024-12-21T04:40:05.688Z[ helios-setup] Dec 21 04:40:04.906 INFO E| Downloaded is-terminal v0.4.7
29502024-12-21T04:40:05.692Z[ helios-setup] Dec 21 04:40:04.907 INFO E| Downloaded crossbeam-deque v0.8.2
29512024-12-21T04:40:05.692Z[ helios-setup] Dec 21 04:40:04.910 INFO E| Downloaded want v0.3.0
29522024-12-21T04:40:05.695Z[ helios-setup] Dec 21 04:40:04.912 INFO E| Downloaded clap_lex v0.4.1
29532024-12-21T04:40:05.697Z[ helios-setup] Dec 21 04:40:04.914 INFO E| Downloaded toolchain_find v0.2.0
29542024-12-21T04:40:05.697Z[ helios-setup] Dec 21 04:40:04.915 INFO E| Downloaded http-body v0.4.5
29552024-12-21T04:40:05.700Z[ helios-setup] Dec 21 04:40:04.918 INFO E| Downloaded dyn-clone v1.0.11
29562024-12-21T04:40:05.703Z[ helios-setup] Dec 21 04:40:04.921 INFO E| Downloaded ppv-lite86 v0.2.17
29572024-12-21T04:40:05.706Z[ helios-setup] Dec 21 04:40:04.923 INFO E| Downloaded serde_path_to_error v0.1.11
29582024-12-21T04:40:05.708Z[ helios-setup] Dec 21 04:40:04.925 INFO E| Downloaded sha1 v0.10.5
29592024-12-21T04:40:05.711Z[ helios-setup] Dec 21 04:40:04.928 INFO E| Downloaded serde_tokenstream v0.2.0
29602024-12-21T04:40:05.715Z[ helios-setup] Dec 21 04:40:04.933 INFO E| Downloaded strsim v0.10.0
29612024-12-21T04:40:05.718Z[ helios-setup] Dec 21 04:40:04.935 INFO E| Downloaded slab v0.4.7
29622024-12-21T04:40:05.722Z[ helios-setup] Dec 21 04:40:04.940 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29632024-12-21T04:40:05.726Z[ helios-setup] Dec 21 04:40:04.944 INFO E| Downloaded terminal_size v0.2.6
29642024-12-21T04:40:05.731Z[ helios-setup] Dec 21 04:40:04.948 INFO E| Downloaded paste v1.0.12
29652024-12-21T04:40:05.736Z[ helios-setup] Dec 21 04:40:04.954 INFO E| Downloaded utf8parse v0.2.1
29662024-12-21T04:40:05.741Z[ helios-setup] Dec 21 04:40:04.956 INFO E| Downloaded tower-service v0.3.2
29672024-12-21T04:40:05.744Z[ helios-setup] Dec 21 04:40:04.958 INFO E| Downloaded parking_lot_core v0.9.6
29682024-12-21T04:40:05.748Z[ helios-setup] Dec 21 04:40:04.962 INFO E| Downloaded rustls-pemfile v1.0.2
29692024-12-21T04:40:05.753Z[ helios-setup] Dec 21 04:40:04.968 INFO E| Downloaded smawk v0.3.1
29702024-12-21T04:40:05.757Z[ helios-setup] Dec 21 04:40:04.970 INFO E| Downloaded tokio-tungstenite v0.18.0
29712024-12-21T04:40:05.761Z[ helios-setup] Dec 21 04:40:04.977 INFO E| Downloaded tokio-rustls v0.24.0
29722024-12-21T04:40:05.763Z[ helios-setup] Dec 21 04:40:04.981 INFO E| Downloaded bincode v1.3.3
29732024-12-21T04:40:05.768Z[ helios-setup] Dec 21 04:40:04.986 INFO E| Downloaded rustfmt-wrapper v0.2.0
29742024-12-21T04:40:05.771Z[ helios-setup] Dec 21 04:40:04.989 INFO E| Downloaded clap v4.2.1
29752024-12-21T04:40:05.790Z[ helios-setup] Dec 21 04:40:05.007 INFO E| Downloaded ucd-trie v0.1.5
29762024-12-21T04:40:05.827Z[ helios-setup] Dec 21 04:40:05.043 INFO E| Downloaded uuid v1.3.0
29772024-12-21T04:40:05.832Z[ helios-setup] Dec 21 04:40:05.049 INFO E| Downloaded textwrap v0.16.0
29782024-12-21T04:40:05.838Z[ helios-setup] Dec 21 04:40:05.055 INFO E| Downloaded url v2.3.1
29792024-12-21T04:40:05.844Z[ helios-setup] Dec 21 04:40:05.062 INFO E| Downloaded bytes v1.4.0
29802024-12-21T04:40:05.852Z[ helios-setup] Dec 21 04:40:05.070 INFO E| Downloaded memchr v2.5.0
29812024-12-21T04:40:05.862Z[ helios-setup] Dec 21 04:40:05.079 INFO E| Downloaded unicode-linebreak v0.1.4
29822024-12-21T04:40:05.866Z[ helios-setup] Dec 21 04:40:05.083 INFO E| Downloaded flate2 v1.0.25
29832024-12-21T04:40:05.876Z[ helios-setup] Dec 21 04:40:05.092 INFO E| Downloaded ryu v1.0.13
29842024-12-21T04:40:05.882Z[ helios-setup] Dec 21 04:40:05.099 INFO E| Downloaded unicode-normalization v0.1.22
29852024-12-21T04:40:05.887Z[ helios-setup] Dec 21 04:40:05.105 INFO E| Downloaded serde_json v1.0.95
29862024-12-21T04:40:05.910Z[ helios-setup] Dec 21 04:40:05.124 INFO E| Downloaded winnow v0.4.1
29872024-12-21T04:40:05.919Z[ helios-setup] Dec 21 04:40:05.136 INFO E| Downloaded aho-corasick v0.7.20
29882024-12-21T04:40:05.926Z[ helios-setup] Dec 21 04:40:05.144 INFO E| Downloaded mio v0.8.5
29892024-12-21T04:40:05.937Z[ helios-setup] Dec 21 04:40:05.154 INFO E| Downloaded pest v2.5.7
29902024-12-21T04:40:05.947Z[ helios-setup] Dec 21 04:40:05.165 INFO E| Downloaded rhai v1.14.0
29912024-12-21T04:40:05.971Z[ helios-setup] Dec 21 04:40:05.189 INFO E| Downloaded http v0.2.9
29922024-12-21T04:40:05.977Z[ helios-setup] Dec 21 04:40:05.195 INFO E| Downloaded syn v1.0.107
29932024-12-21T04:40:05.984Z[ host-package] Compiling nix v0.29.0
29942024-12-21T04:40:05.998Z[ helios-setup] Dec 21 04:40:05.215 INFO E| Downloaded rustls v0.21.0
29952024-12-21T04:40:06.013Z[ helios-setup] Dec 21 04:40:05.230 INFO E| Downloaded rayon v1.6.1
29962024-12-21T04:40:06.031Z[ helios-setup] Dec 21 04:40:05.248 INFO E| Downloaded rustix v0.37.3
29972024-12-21T04:40:06.066Z[ helios-setup] Dec 21 04:40:05.281 INFO E| Downloaded reqwest v0.11.16
29982024-12-21T04:40:06.085Z[ helios-setup] Dec 21 04:40:05.293 INFO E| Downloaded hyper v0.14.25
29992024-12-21T04:40:06.091Z[ helios-setup] Dec 21 04:40:05.308 INFO E| Downloaded futures-util v0.3.28
30002024-12-21T04:40:06.110Z[ helios-setup] Dec 21 04:40:05.327 INFO E| Downloaded regex v1.7.3
30012024-12-21T04:40:06.124Z[ helios-setup] Dec 21 04:40:05.341 INFO E| Downloaded git2 v0.16.1
30022024-12-21T04:40:06.137Z[ helios-setup] Dec 21 04:40:05.354 INFO E| Downloaded chrono v0.4.24
30032024-12-21T04:40:06.149Z[ helios-setup] Dec 21 04:40:05.367 INFO E| Downloaded h2 v0.3.16
30042024-12-21T04:40:06.163Z[ helios-setup] Dec 21 04:40:05.377 INFO E| Downloaded regress v0.5.0
30052024-12-21T04:40:06.172Z[ helios-setup] Dec 21 04:40:05.389 INFO E| Downloaded syn v2.0.72
30062024-12-21T04:40:06.255Z[ helios-setup] Dec 21 04:40:05.473 INFO E| Downloaded clap_builder v4.2.1
30072024-12-21T04:40:06.266Z[ helios-setup] Dec 21 04:40:05.483 INFO E| Downloaded crossbeam-channel v0.5.6
30082024-12-21T04:40:06.272Z[ helios-setup] Dec 21 04:40:05.490 INFO E| Downloaded schemars v0.8.12
30092024-12-21T04:40:06.291Z[ helios-setup] Dec 21 04:40:05.507 INFO E| Downloaded rustls-webpki v0.100.1
30102024-12-21T04:40:06.302Z[ helios-setup] Dec 21 04:40:05.517 INFO E| Downloaded tracing v0.1.37
30112024-12-21T04:40:06.313Z[ helios-setup] Dec 21 04:40:05.523 INFO E| Downloaded openapiv3 v1.0.2
30122024-12-21T04:40:06.332Z[ helios-setup] Dec 21 04:40:05.543 INFO E| Downloaded toml_edit v0.19.8
30132024-12-21T04:40:06.352Z[ helios-setup] Dec 21 04:40:05.569 INFO E| Downloaded tokio-util v0.7.7
30142024-12-21T04:40:06.361Z[ helios-setup] Dec 21 04:40:05.579 INFO E| Downloaded rayon-core v1.10.2
30152024-12-21T04:40:06.367Z[ helios-setup] Dec 21 04:40:05.584 INFO E| Downloaded cc v1.0.78
30162024-12-21T04:40:06.371Z[ helios-setup] Dec 21 04:40:05.588 INFO E| Downloaded unsafe-libyaml v0.2.8
30172024-12-21T04:40:06.376Z[ helios-setup] Dec 21 04:40:05.594 INFO E| Downloaded tungstenite v0.18.0
30182024-12-21T04:40:06.381Z[ helios-setup] Dec 21 04:40:05.599 INFO E| Downloaded tokio v1.27.0
30192024-12-21T04:40:06.498Z[ helios-setup] Dec 21 04:40:05.715 INFO E| Downloaded tracing-core v0.1.30
30202024-12-21T04:40:06.502Z[ helios-setup] Dec 21 04:40:05.720 INFO E| Downloaded cargo-lock v8.0.3
30212024-12-21T04:40:06.507Z[ helios-setup] Dec 21 04:40:05.724 INFO E| Downloaded socket2 v0.4.9
30222024-12-21T04:40:06.509Z[ helios-setup] Dec 21 04:40:05.727 INFO E| Downloaded serde_yaml v0.9.21
30232024-12-21T04:40:06.515Z[ helios-setup] Dec 21 04:40:05.733 INFO E| Downloaded serde_derive v1.0.204
30242024-12-21T04:40:06.520Z[ helios-setup] Dec 21 04:40:05.738 INFO E| Downloaded serde v1.0.204
30252024-12-21T04:40:06.526Z[ helios-setup] Dec 21 04:40:05.743 INFO E| Downloaded unicode-ident v1.0.8
30262024-12-21T04:40:06.531Z[ helios-setup] Dec 21 04:40:05.748 INFO E| Downloaded unicode-bidi v0.3.13
30272024-12-21T04:40:06.534Z[ helios-setup] Dec 21 04:40:05.752 INFO E| Downloaded libc v0.2.139
30282024-12-21T04:40:06.635Z[ helios-setup] Dec 21 04:40:05.852 INFO E| Downloaded rhai_codegen v1.5.0
30292024-12-21T04:40:06.648Z[ helios-setup] Dec 21 04:40:05.865 INFO E| Downloaded parking_lot v0.12.1
30302024-12-21T04:40:06.652Z[ helios-setup] Dec 21 04:40:05.868 INFO E| Downloaded miniz_oxide v0.6.2
30312024-12-21T04:40:06.655Z[ helios-setup] Dec 21 04:40:05.872 INFO E| Downloaded crossbeam-utils v0.8.14
30322024-12-21T04:40:06.659Z[ helios-setup] Dec 21 04:40:05.877 INFO E| Downloaded crossbeam-epoch v0.9.13
30332024-12-21T04:40:06.664Z[ helios-setup] Dec 21 04:40:05.881 INFO E| Downloaded ahash v0.8.3
30342024-12-21T04:40:06.668Z[ helios-setup] Dec 21 04:40:05.886 INFO E| Downloaded toml v0.7.3
30352024-12-21T04:40:06.674Z[ helios-setup] Dec 21 04:40:05.891 INFO E| Downloaded tinyvec v1.6.0
30362024-12-21T04:40:06.679Z[ helios-setup] Dec 21 04:40:05.897 INFO E| Downloaded num-traits v0.2.15
30372024-12-21T04:40:06.683Z[ helios-setup] Dec 21 04:40:05.901 INFO E| Downloaded lazy_static v1.4.0
30382024-12-21T04:40:06.686Z[ helios-setup] Dec 21 04:40:05.903 INFO E| Downloaded io-lifetimes v1.0.10
30392024-12-21T04:40:06.690Z[ helios-setup] Dec 21 04:40:05.908 INFO E| Downloaded futures-channel v0.3.28
30402024-12-21T04:40:06.693Z[ helios-setup] Dec 21 04:40:05.911 INFO E| Downloaded futures v0.3.28
30412024-12-21T04:40:06.701Z[ helios-setup] Dec 21 04:40:05.918 INFO E| Downloaded base64 v0.21.0
30422024-12-21T04:40:06.706Z[ helios-setup] Dec 21 04:40:05.924 INFO E| Downloaded anstyle-parse v0.1.1
30432024-12-21T04:40:06.709Z[ helios-setup] Dec 21 04:40:05.926 INFO E| Downloaded anyhow v1.0.68
30442024-12-21T04:40:06.714Z[ helios-setup] Dec 21 04:40:05.932 INFO E| Downloaded time v0.1.45
30452024-12-21T04:40:06.717Z[ helios-setup] Dec 21 04:40:05.934 INFO E| Downloaded tempfile v3.5.0
30462024-12-21T04:40:06.720Z[ helios-setup] Dec 21 04:40:05.937 INFO E| Downloaded slog-async v2.7.0
30472024-12-21T04:40:06.728Z[ helios-setup] Dec 21 04:40:05.939 INFO E| Downloaded pkg-config v0.3.26
30482024-12-21T04:40:06.733Z[ helios-setup] Dec 21 04:40:05.941 INFO E| Downloaded getrandom v0.2.8
30492024-12-21T04:40:06.733Z[ helios-setup] Dec 21 04:40:05.945 INFO E| Downloaded clap_derive v4.2.0
30502024-12-21T04:40:06.733Z[ helios-setup] Dec 21 04:40:05.947 INFO E| Downloaded smallvec v1.10.0
30512024-12-21T04:40:06.737Z[ helios-setup] Dec 21 04:40:05.950 INFO E| Downloaded smartstring v1.0.1
30522024-12-21T04:40:06.742Z[ helios-setup] Dec 21 04:40:05.953 INFO E| Downloaded serde_derive_internals v0.26.0
30532024-12-21T04:40:06.744Z[ helios-setup] Dec 21 04:40:05.955 INFO E| Downloaded sct v0.7.0
30542024-12-21T04:40:06.744Z[ helios-setup] Dec 21 04:40:05.960 INFO E| Downloaded quote v1.0.36
30552024-12-21T04:40:06.752Z[ helios-setup] Dec 21 04:40:05.963 INFO E| Downloaded pin-project-lite v0.2.9
30562024-12-21T04:40:06.752Z[ helios-setup] Dec 21 04:40:05.970 INFO E| Downloaded log v0.4.17
30572024-12-21T04:40:06.783Z[ helios-setup] Dec 21 04:40:05.973 INFO E| Downloaded ipnet v2.7.2
30582024-12-21T04:40:06.783Z[ helios-setup] Dec 21 04:40:05.976 INFO E| Downloaded num_enum v0.5.7
30592024-12-21T04:40:06.783Z[ helios-setup] Dec 21 04:40:05.980 INFO E| Downloaded memoffset v0.7.1
30602024-12-21T04:40:06.785Z[ helios-setup] Dec 21 04:40:05.982 INFO E| Downloaded lock_api v0.4.9
30612024-12-21T04:40:06.785Z[ helios-setup] Dec 21 04:40:05.984 INFO E| Downloaded generic-array v0.14.6
30622024-12-21T04:40:06.785Z[ helios-setup] Dec 21 04:40:05.987 INFO E| Downloaded form_urlencoded v1.1.0
30632024-12-21T04:40:06.785Z[ helios-setup] Dec 21 04:40:05.988 INFO E| Downloaded toml_datetime v0.6.1
30642024-12-21T04:40:06.785Z[ helios-setup] Dec 21 04:40:05.989 INFO E| Downloaded tokio-macros v2.0.0
30652024-12-21T04:40:06.785Z[ helios-setup] Dec 21 04:40:05.991 INFO E| Downloaded thiserror v1.0.38
30662024-12-21T04:40:06.785Z[ helios-setup] Dec 21 04:40:05.997 INFO E| Downloaded ahash v0.7.6
30672024-12-21T04:40:06.785Z[ helios-setup] Dec 21 04:40:06.002 INFO E| Downloaded once_cell v1.17.0
30682024-12-21T04:40:06.789Z[ helios-setup] Dec 21 04:40:06.006 INFO E| Downloaded jobserver v0.1.26
30692024-12-21T04:40:06.792Z[ helios-setup] Dec 21 04:40:06.009 INFO E| Downloaded httpdate v1.0.2
30702024-12-21T04:40:06.794Z[ helios-setup] Dec 21 04:40:06.011 INFO E| Downloaded itoa v1.0.6
30712024-12-21T04:40:06.797Z[ helios-setup] Dec 21 04:40:06.014 INFO E| Downloaded httparse v1.8.0
30722024-12-21T04:40:06.800Z[ helios-setup] Dec 21 04:40:06.018 INFO E| Downloaded futures-macro v0.3.28
30732024-12-21T04:40:06.803Z[ helios-setup] Dec 21 04:40:06.019 INFO E| Downloaded digest v0.10.6
30742024-12-21T04:40:06.806Z[ helios-setup] Dec 21 04:40:06.023 INFO E| Downloaded signal-hook-registry v1.4.0
30752024-12-21T04:40:06.808Z[ helios-setup] Dec 21 04:40:06.026 INFO E| Downloaded sha2 v0.10.6
30762024-12-21T04:40:06.823Z[ helios-setup] Dec 21 04:40:06.030 INFO E| Downloaded camino v1.1.4
30772024-12-21T04:40:06.823Z[ helios-setup] Dec 21 04:40:06.034 INFO E| Downloaded async-trait v0.1.68
30782024-12-21T04:40:06.823Z[ helios-setup] Dec 21 04:40:06.039 INFO E| Downloaded semver-parser v0.10.2
30792024-12-21T04:40:06.828Z[ helios-setup] Dec 21 04:40:06.042 INFO E| Downloaded percent-encoding v2.2.0
30802024-12-21T04:40:06.828Z[ helios-setup] Dec 21 04:40:06.043 INFO E| Downloaded iana-time-zone v0.1.56
30812024-12-21T04:40:06.845Z[ helios-setup] Dec 21 04:40:06.061 INFO E| Downloaded encoding_rs v0.8.32
30822024-12-21T04:40:06.877Z[ helios-setup] Dec 21 04:40:06.094 INFO E| Downloaded async-stream v0.3.5
30832024-12-21T04:40:06.882Z[ helios-setup] Dec 21 04:40:06.098 INFO E| Downloaded num_enum_derive v0.5.7
30842024-12-21T04:40:06.882Z[ helios-setup] Dec 21 04:40:06.098 INFO E| Downloaded anstream v0.2.6
30852024-12-21T04:40:06.885Z[ helios-setup] Dec 21 04:40:06.102 INFO E| Downloaded home v0.5.4
30862024-12-21T04:40:06.887Z[ helios-setup] Dec 21 04:40:06.104 INFO E| Downloaded futures-task v0.3.28
30872024-12-21T04:40:06.889Z[ helios-setup] Dec 21 04:40:06.106 INFO E| Downloaded either v1.8.0
30882024-12-21T04:40:06.892Z[ helios-setup] Dec 21 04:40:06.108 INFO E| Downloaded concolor-query v0.3.3
30892024-12-21T04:40:06.892Z[ helios-setup] Dec 21 04:40:06.110 INFO E| Downloaded futures-executor v0.3.28
30902024-12-21T04:40:06.895Z[ helios-setup] Dec 21 04:40:06.112 INFO E| Downloaded futures-core v0.3.28
30912024-12-21T04:40:06.905Z[ helios-setup] Dec 21 04:40:06.114 INFO E| Downloaded cpufeatures v0.2.5
30922024-12-21T04:40:06.912Z[ helios-setup] Dec 21 04:40:06.127 INFO E| Downloaded byteorder v1.4.3
30932024-12-21T04:40:06.915Z[ helios-setup] Dec 21 04:40:06.130 INFO E| Downloaded built v0.6.0
30942024-12-21T04:40:06.920Z[ helios-setup] Dec 21 04:40:06.137 INFO E| Downloaded block-buffer v0.10.3
30952024-12-21T04:40:06.941Z[ helios-setup] Dec 21 04:40:06.158 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
30962024-12-21T04:40:07.090Z[ helios-setup] Dec 21 04:40:06.307 INFO E| Downloaded libz-sys v1.1.8
30972024-12-21T04:40:07.395Z[ helios-setup] Dec 21 04:40:06.613 INFO E| Compiling proc-macro2 v1.0.86
30982024-12-21T04:40:07.401Z[ helios-setup] Dec 21 04:40:06.613 INFO E| Compiling libc v0.2.139
30992024-12-21T04:40:07.402Z[ helios-setup] Dec 21 04:40:06.613 INFO E| Compiling unicode-ident v1.0.8
31002024-12-21T04:40:07.402Z[ helios-setup] Dec 21 04:40:06.614 INFO E| Compiling autocfg v1.1.0
31012024-12-21T04:40:07.402Z[ helios-setup] Dec 21 04:40:06.614 INFO E| Compiling cfg-if v1.0.0
31022024-12-21T04:40:07.402Z[ helios-setup] Dec 21 04:40:06.614 INFO E| Compiling version_check v0.9.4
31032024-12-21T04:40:07.402Z[ helios-setup] Dec 21 04:40:06.614 INFO E| Compiling serde v1.0.204
31042024-12-21T04:40:07.402Z[ helios-setup] Dec 21 04:40:06.614 INFO E| Compiling syn v1.0.107
31052024-12-21T04:40:07.466Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31062024-12-21T04:40:07.830Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31072024-12-21T04:40:07.958Z[ helios-setup] Dec 21 04:40:07.173 INFO E| Compiling memchr v2.5.0
31082024-12-21T04:40:09.131Z[ helios-setup] Dec 21 04:40:08.333 INFO E| Compiling once_cell v1.17.0
31092024-12-21T04:40:09.195Z[ helios-setup] Dec 21 04:40:08.373 INFO E| Compiling thiserror v1.0.38
31102024-12-21T04:40:09.200Z[ helios-setup] Dec 21 04:40:08.399 INFO E| Compiling log v0.4.17
31112024-12-21T04:40:09.926Z[ helios-setup] Dec 21 04:40:09.136 INFO E| Compiling itoa v1.0.6
31122024-12-21T04:40:10.012Z[ helios-setup] Dec 21 04:40:09.229 INFO E| Compiling serde_json v1.0.95
31132024-12-21T04:40:11.147Z[ helios-setup] Dec 21 04:40:10.360 INFO E| Compiling getrandom v0.2.8
31142024-12-21T04:40:11.193Z[ helios-setup] Dec 21 04:40:10.410 INFO E| Compiling jobserver v0.1.26
31152024-12-21T04:40:11.403Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31162024-12-21T04:40:11.943Z[ helios-setup] Dec 21 04:40:11.160 INFO E| Compiling quote v1.0.36
31172024-12-21T04:40:11.964Z[ helios-setup] Dec 21 04:40:11.182 INFO E| Compiling cc v1.0.78
31182024-12-21T04:40:12.176Z[ helios-setup] Dec 21 04:40:11.391 INFO E| Compiling indexmap v1.9.3
31192024-12-21T04:40:12.218Z[ helios-setup] Dec 21 04:40:11.435 INFO E| Compiling pin-project-lite v0.2.9
31202024-12-21T04:40:12.341Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31212024-12-21T04:40:12.379Z[ helios-setup] Dec 21 04:40:11.595 INFO E| Compiling scopeguard v1.1.0
31222024-12-21T04:40:12.644Z[ helios-setup] Dec 21 04:40:11.860 INFO E| Compiling num-integer v0.1.45
31232024-12-21T04:40:12.841Z[ helios-setup] Dec 21 04:40:12.058 INFO E| Compiling bytes v1.4.0
31242024-12-21T04:40:12.943Z[ helios-setup] Dec 21 04:40:12.158 INFO E| Compiling syn v2.0.72
31252024-12-21T04:40:13.066Z[ helios-setup] Dec 21 04:40:12.283 INFO E| Compiling futures-core v0.3.28
31262024-12-21T04:40:13.775Z[ helios-setup] Dec 21 04:40:12.992 INFO E| Compiling ryu v1.0.13
31272024-12-21T04:40:14.072Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31282024-12-21T04:40:14.158Z[ host-package] Compiling sct v0.7.1
31292024-12-21T04:40:14.823Z[ host-package] Compiling rustls-webpki v0.101.7
31302024-12-21T04:40:15.008Z[ helios-setup] Dec 21 04:40:14.214 INFO E| Compiling lock_api v0.4.9
31312024-12-21T04:40:15.374Z[ helios-setup] Dec 21 04:40:14.591 INFO E| Compiling typenum v1.16.0
31322024-12-21T04:40:15.651Z[ helios-setup] Dec 21 04:40:14.868 INFO E| Compiling parking_lot_core v0.9.6
31332024-12-21T04:40:15.771Z[ host-package] Compiling heck v0.3.3
31342024-12-21T04:40:15.904Z[ helios-setup] Dec 21 04:40:15.118 INFO E| Compiling bitflags v1.3.2
31352024-12-21T04:40:16.175Z[ helios-setup] Dec 21 04:40:15.393 INFO E| Compiling num_cpus v1.15.0
31362024-12-21T04:40:16.286Z[ helios-setup] Dec 21 04:40:15.502 INFO E| Compiling slab v0.4.7
31372024-12-21T04:40:16.362Z[ helios-setup] Dec 21 04:40:15.568 INFO E| Compiling generic-array v0.14.6
31382024-12-21T04:40:16.449Z[ helios-setup] Dec 21 04:40:15.665 INFO E| Compiling futures-channel v0.3.28
31392024-12-21T04:40:16.553Z[ host-package] Compiling csv-core v0.1.11
31402024-12-21T04:40:16.631Z[ helios-setup] Dec 21 04:40:15.837 INFO E| Compiling futures-sink v0.3.28
31412024-12-21T04:40:17.020Z[ helios-setup] Dec 21 04:40:16.237 INFO E| Compiling futures-task v0.3.28
31422024-12-21T04:40:17.148Z[ helios-setup] Dec 21 04:40:16.365 INFO E| Compiling tokio v1.27.0
31432024-12-21T04:40:17.406Z[ helios-setup] Dec 21 04:40:16.623 INFO E| Compiling schemars v0.8.12
31442024-12-21T04:40:17.567Z[ helios-setup] Dec 21 04:40:16.784 INFO E| Compiling futures-util v0.3.28
31452024-12-21T04:40:18.760Z[ helios-setup] Dec 21 04:40:17.973 INFO E| Compiling mio v0.8.5
31462024-12-21T04:40:18.846Z[ helios-setup] Dec 21 04:40:18.063 INFO E| Compiling socket2 v0.4.9
31472024-12-21T04:40:18.940Z[ helios-setup] Dec 21 04:40:18.157 INFO E| Compiling signal-hook-registry v1.4.0
31482024-12-21T04:40:19.131Z[ helios-setup] Dec 21 04:40:18.347 INFO E| Compiling num-traits v0.2.15
31492024-12-21T04:40:19.186Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
31502024-12-21T04:40:19.230Z[ helios-setup] Dec 21 04:40:18.446 INFO E| Compiling ahash v0.7.6
31512024-12-21T04:40:19.762Z[ host-package] Compiling glob v0.3.1
31522024-12-21T04:40:19.969Z[ helios-setup] Dec 21 04:40:19.186 INFO E| Compiling crunchy v0.2.2
31532024-12-21T04:40:20.282Z[ helios-setup] Dec 21 04:40:19.497 INFO E| Compiling io-lifetimes v1.0.10
31542024-12-21T04:40:21.253Z[ helios-setup] Dec 21 04:40:20.470 INFO E| Compiling pin-utils v0.1.0
31552024-12-21T04:40:21.542Z[ helios-setup] Dec 21 04:40:20.746 INFO E| Compiling futures-io v0.3.28
31562024-12-21T04:40:21.655Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
31572024-12-21T04:40:22.435Z[ helios-setup] Dec 21 04:40:21.652 INFO E| Compiling ahash v0.8.3
31582024-12-21T04:40:22.469Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31592024-12-21T04:40:22.635Z[ helios-setup] Dec 21 04:40:21.851 INFO E| Compiling rustix v0.37.3
31602024-12-21T04:40:23.126Z[ helios-setup] Dec 21 04:40:22.336 INFO E| Compiling tiny-keccak v2.0.2
31612024-12-21T04:40:23.415Z[ host-package] Compiling csv v1.3.0
31622024-12-21T04:40:23.664Z[ helios-setup] Dec 21 04:40:22.881 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31632024-12-21T04:40:23.823Z[ host-package] Compiling zone_cfg_derive v0.1.2
31642024-12-21T04:40:23.920Z[ helios-setup] Dec 21 04:40:23.134 INFO E| Compiling hashbrown v0.12.3
31652024-12-21T04:40:24.044Z[ helios-setup] Dec 21 04:40:23.260 INFO E| Compiling serde_derive_internals v0.26.0
31662024-12-21T04:40:24.120Z[ helios-setup] Dec 21 04:40:23.337 INFO E| Compiling crypto-common v0.1.6
31672024-12-21T04:40:24.204Z[ helios-setup] Dec 21 04:40:23.369 INFO E| Compiling block-buffer v0.10.3
31682024-12-21T04:40:25.655Z[ helios-setup] Dec 21 04:40:24.815 INFO E| Compiling errno v0.3.1
31692024-12-21T04:40:26.160Z[ helios-setup] Dec 21 04:40:25.356 INFO E| Compiling pkg-config v0.3.26
31702024-12-21T04:40:26.341Z[ helios-setup] Dec 21 04:40:25.557 INFO E| Compiling slog v2.7.0
31712024-12-21T04:40:26.685Z[ helios-setup] Dec 21 04:40:25.902 INFO E| Compiling crossbeam-utils v0.8.14
31722024-12-21T04:40:27.057Z[ helios-setup] Dec 21 04:40:26.225 INFO E| Compiling fnv v1.0.7
31732024-12-21T04:40:27.365Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31742024-12-21T04:40:30.925Z[ helios-setup] Dec 21 04:40:27.125 INFO E| Compiling http v0.2.9
31752024-12-21T04:40:30.961Z[ helios-setup] Dec 21 04:40:28.781 INFO E| Compiling digest v0.10.6
31762024-12-21T04:40:30.961Z[ host-package] Compiling nix v0.27.1
31772024-12-21T04:40:30.961Z[ helios-setup] Dec 21 04:40:29.911 INFO E| Compiling aho-corasick v0.7.20
31782024-12-21T04:40:30.961Z[ helios-setup] Dec 21 04:40:30.043 INFO E| Compiling cpufeatures v0.2.5
31792024-12-21T04:40:31.061Z[ helios-setup] Dec 21 04:40:30.278 INFO E| Compiling regex-syntax v0.6.29
31802024-12-21T04:40:31.379Z[ helios-setup] Dec 21 04:40:30.596 INFO E| Compiling percent-encoding v2.2.0
31812024-12-21T04:40:32.457Z[ helios-setup] Dec 21 04:40:31.674 INFO E| Compiling httparse v1.8.0
31822024-12-21T04:40:33.008Z[ helios-setup] Dec 21 04:40:32.217 INFO E| Compiling unicode-width v0.1.10
31832024-12-21T04:40:33.628Z[ helios-setup] Dec 21 04:40:32.819 INFO E| Compiling tinyvec_macros v0.1.1
31842024-12-21T04:40:33.733Z[ helios-setup] Dec 21 04:40:32.920 INFO E| Compiling anyhow v1.0.68
31852024-12-21T04:40:33.797Z[ helios-setup] Dec 21 04:40:32.982 INFO E| Compiling heck v0.4.1
31862024-12-21T04:40:33.967Z[ helios-setup] Dec 21 04:40:33.162 INFO E| Compiling tinyvec v1.6.0
31872024-12-21T04:40:34.032Z[ helios-setup] Dec 21 04:40:33.218 INFO E| Compiling thiserror-impl v1.0.38
31882024-12-21T04:40:35.007Z[ helios-setup] Dec 21 04:40:34.223 INFO E| Compiling schemars_derive v0.8.12
31892024-12-21T04:40:35.738Z[ host-package] Compiling hyper-staticfile v0.10.1
31902024-12-21T04:40:36.462Z[ helios-setup] Dec 21 04:40:35.679 INFO E| Compiling const-random-macro v0.1.15
31912024-12-21T04:40:37.321Z[ helios-setup] Dec 21 04:40:36.538 INFO E| Compiling serde_derive v1.0.204
31922024-12-21T04:40:37.374Z[ helios-setup] Dec 21 04:40:36.591 INFO E| Compiling futures-macro v0.3.28
31932024-12-21T04:40:37.571Z[ helios-setup] Dec 21 04:40:36.787 INFO E| Compiling tokio-macros v2.0.0
31942024-12-21T04:40:38.562Z[ helios-setup] Dec 21 04:40:37.778 INFO E| Compiling regex v1.7.3
31952024-12-21T04:40:38.600Z[ helios-setup] Dec 21 04:40:37.817 INFO E| Compiling form_urlencoded v1.1.0
31962024-12-21T04:40:40.053Z[ helios-setup] Dec 21 04:40:39.270 INFO E| Compiling hashbrown v0.13.2
31972024-12-21T04:40:40.823Z[ helios-setup] Dec 21 04:40:40.039 INFO E| Compiling chrono v0.4.24
31982024-12-21T04:40:40.825Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31992024-12-21T04:40:42.362Z[ helios-setup] Dec 21 04:40:41.578 INFO E| Compiling libz-sys v1.1.8
32002024-12-21T04:40:42.954Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32012024-12-21T04:40:44.805Z[ helios-setup] Dec 21 04:40:44.021 INFO E| Compiling dyn-clone v1.0.11
32022024-12-21T04:40:44.854Z[ helios-setup] Dec 21 04:40:44.070 INFO E| Compiling uuid v1.3.0
32032024-12-21T04:40:45.031Z[ helios-setup] Dec 21 04:40:44.234 INFO E| Compiling regress v0.5.0
32042024-12-21T04:40:45.053Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32052024-12-21T04:40:45.393Z[ helios-setup] Dec 21 04:40:44.609 INFO E| Compiling const-random v0.1.15
32062024-12-21T04:40:45.508Z[ helios-setup] Dec 21 04:40:44.724 INFO E| Compiling unicode-normalization v0.1.22
32072024-12-21T04:40:47.844Z[ helios-setup] Dec 21 04:40:47.060 INFO E| Compiling getopts v0.2.21
32082024-12-21T04:40:47.907Z[ helios-setup] Dec 21 04:40:47.123 INFO E| Compiling tracing-core v0.1.30
32092024-12-21T04:40:47.935Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
32102024-12-21T04:40:48.479Z[ helios-setup] Dec 21 04:40:47.695 INFO E| Compiling memoffset v0.7.1
32112024-12-21T04:40:48.962Z[ helios-setup] Dec 21 04:40:48.163 INFO E| Compiling time-core v0.1.2
32122024-12-21T04:40:49.061Z[ helios-setup] Dec 21 04:40:48.277 INFO E| Compiling unicode-bidi v0.3.13
32132024-12-21T04:40:49.404Z[ helios-setup] Dec 21 04:40:48.619 INFO E| Compiling ucd-trie v0.1.5
32142024-12-21T04:40:50.462Z[ helios-setup] Dec 21 04:40:49.678 INFO E| Compiling num-conv v0.1.0
32152024-12-21T04:40:51.909Z[ helios-setup] Dec 21 04:40:51.122 INFO E| Compiling powerfmt v0.2.0
32162024-12-21T04:40:53.287Z[ helios-setup] Dec 21 04:40:52.501 INFO E| Compiling deranged v0.3.11
32172024-12-21T04:40:54.121Z[ helios-setup] Dec 21 04:40:53.326 INFO E| Compiling time-macros v0.2.18
32182024-12-21T04:40:55.190Z[ helios-setup] Dec 21 04:40:54.404 INFO E| Compiling idna v0.3.0
32192024-12-21T04:40:55.804Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32202024-12-21T04:40:57.403Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32212024-12-21T04:40:57.751Z[ helios-setup] Dec 21 04:40:56.966 INFO E| Compiling pest v2.5.7
32222024-12-21T04:40:57.833Z[ helios-setup] Dec 21 04:40:57.049 INFO E| Compiling tracing v0.1.37
32232024-12-21T04:40:59.937Z[ helios-setup] Dec 21 04:40:59.153 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32242024-12-21T04:41:00.937Z[ helios-setup] Dec 21 04:41:00.153 INFO E| Compiling time v0.1.45
32252024-12-21T04:41:01.019Z[ helios-setup] Dec 21 04:41:00.235 INFO E| Compiling crossbeam-epoch v0.9.13
32262024-12-21T04:41:02.399Z[ helios-setup] Dec 21 04:41:01.615 INFO E| Compiling semver v1.0.17
32272024-12-21T04:41:03.681Z[ helios-setup] Dec 21 04:41:02.897 INFO E| Compiling iana-time-zone v0.1.56
32282024-12-21T04:41:03.823Z[ helios-setup] Dec 21 04:41:03.037 INFO E| Compiling num_threads v0.1.6
32292024-12-21T04:41:04.313Z[ helios-setup] Dec 21 04:41:03.528 INFO E| Compiling time v0.3.36
32302024-12-21T04:41:04.524Z[ helios-setup] Dec 21 04:41:03.739 INFO E| Compiling semver-parser v0.10.2
32312024-12-21T04:41:05.451Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32322024-12-21T04:41:05.584Z[ helios-setup] Dec 21 04:41:04.800 INFO E| Compiling url v2.3.1
32332024-12-21T04:41:06.203Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32342024-12-21T04:41:07.232Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32352024-12-21T04:41:07.419Z[ helios-setup] Dec 21 04:41:06.633 INFO E| Compiling smallvec v1.10.0
32362024-12-21T04:41:07.787Z[ helios-setup] Dec 21 04:41:07.000 INFO E| Compiling toml v0.5.11
32372024-12-21T04:41:08.070Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32382024-12-21T04:41:08.884Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32392024-12-21T04:41:10.454Z[ helios-setup] Dec 21 04:41:09.669 INFO E| Compiling parking_lot v0.12.1
32402024-12-21T04:41:11.332Z[ helios-setup] Dec 21 04:41:10.548 INFO E| Compiling serde_tokenstream v0.2.0
32412024-12-21T04:41:13.996Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32422024-12-21T04:41:14.910Z[ helios-setup] Dec 21 04:41:14.126 INFO E| Compiling crossbeam-channel v0.5.6
32432024-12-21T04:41:15.110Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32442024-12-21T04:41:15.374Z[ host-package] Compiling hashlink v0.9.1
32452024-12-21T04:41:16.410Z[ host-package] Compiling tungstenite v0.23.0
32462024-12-21T04:41:16.476Z[ helios-setup] Dec 21 04:41:15.692 INFO E| Compiling dirs-sys-next v0.1.2
32472024-12-21T04:41:17.110Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32482024-12-21T04:41:17.488Z[ host-package] Compiling fallible-iterator v0.3.0
32492024-12-21T04:41:17.944Z[ host-package] Compiling base64 v0.13.1
32502024-12-21T04:41:18.542Z[ helios-setup] Dec 21 04:41:17.757 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32512024-12-21T04:41:18.942Z[ helios-setup] Dec 21 04:41:18.158 INFO E| Compiling same-file v1.0.6
32522024-12-21T04:41:19.454Z[ host-package] Compiling tokio-tungstenite v0.23.1
32532024-12-21T04:41:19.504Z[ helios-setup] Dec 21 04:41:18.719 INFO E| Compiling crc32fast v1.3.2
32542024-12-21T04:41:19.557Z[ host-package] Compiling rusqlite v0.32.1
32552024-12-21T04:41:20.790Z[ helios-setup] Dec 21 04:41:20.006 INFO E| Compiling try-lock v0.2.4
32562024-12-21T04:41:20.927Z[ host-package] Compiling ron v0.7.1
32572024-12-21T04:41:21.170Z[ helios-setup] Dec 21 04:41:20.384 INFO E| Compiling want v0.3.0
32582024-12-21T04:41:21.478Z[ helios-setup] Dec 21 04:41:20.694 INFO E| Compiling walkdir v2.3.3
32592024-12-21T04:41:22.157Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32602024-12-21T04:41:22.174Z[ helios-setup] Dec 21 04:41:21.368 INFO E| Compiling dirs-next v2.0.0
32612024-12-21T04:41:22.982Z[ helios-setup] Dec 21 04:41:22.197 INFO E| Compiling proc-macro-crate v1.2.1
32622024-12-21T04:41:23.478Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32632024-12-21T04:41:25.383Z[ helios-setup] Dec 21 04:41:24.598 INFO E| Compiling semver v0.11.0
32642024-12-21T04:41:29.197Z[ helios-setup] Dec 21 04:41:28.412 INFO E| Compiling futures-executor v0.3.28
32652024-12-21T04:41:30.182Z[ helios-setup] Dec 21 04:41:29.397 INFO E| Compiling http-body v0.4.5
32662024-12-21T04:41:30.851Z[ host-package] Compiling xz2 v0.1.7
32672024-12-21T04:41:31.270Z[ helios-setup] Dec 21 04:41:30.485 INFO E| Compiling tokio-util v0.7.7
32682024-12-21T04:41:31.503Z[ helios-setup] Dec 21 04:41:30.718 INFO E| Compiling ring v0.16.20
32692024-12-21T04:41:31.816Z[ host-package] Compiling tokio-rustls v0.24.1
32702024-12-21T04:41:32.756Z[ host-package] Compiling zone v0.1.8
32712024-12-21T04:41:34.033Z[ helios-setup] Dec 21 04:41:33.248 INFO E| Compiling h2 v0.3.16
32722024-12-21T04:41:34.117Z[ helios-setup] Dec 21 04:41:33.332 INFO E| Compiling rand_core v0.6.4
32732024-12-21T04:41:35.236Z[ helios-setup] Dec 21 04:41:34.450 INFO E| Compiling thread_local v1.1.7
32742024-12-21T04:41:35.501Z[ helios-setup] Dec 21 04:41:34.714 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32752024-12-21T04:41:35.501Z[ helios-setup] Dec 21 04:41:34.714 INFO E| Compiling base64 v0.21.0
32762024-12-21T04:41:36.420Z[ helios-setup] Dec 21 04:41:35.634 INFO E| Compiling home v0.5.4
32772024-12-21T04:41:36.904Z[ helios-setup] Dec 21 04:41:36.119 INFO E| Compiling tower-service v0.3.2
32782024-12-21T04:41:37.170Z[ helios-setup] Dec 21 04:41:36.380 INFO E| Compiling rayon-core v1.10.2
32792024-12-21T04:41:37.763Z[ helios-setup] Dec 21 04:41:36.977 INFO E| Compiling adler v1.0.2
32802024-12-21T04:41:38.432Z[ helios-setup] Dec 21 04:41:37.646 INFO E| Compiling ppv-lite86 v0.2.17
32812024-12-21T04:41:38.624Z[ helios-setup] Dec 21 04:41:37.839 INFO E| Compiling httpdate v1.0.2
32822024-12-21T04:41:39.418Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32832024-12-21T04:41:40.293Z[ helios-setup] Dec 21 04:41:39.508 INFO E| Compiling lazy_static v1.4.0
32842024-12-21T04:41:40.712Z[ helios-setup] Dec 21 04:41:39.927 INFO E| Compiling utf8parse v0.2.1
32852024-12-21T04:41:41.027Z[ helios-setup] Dec 21 04:41:40.241 INFO E| Compiling fastrand v1.9.0
32862024-12-21T04:41:41.944Z[ helios-setup] Dec 21 04:41:41.158 INFO E| Compiling tempfile v3.5.0
32872024-12-21T04:41:43.364Z[ helios-setup] Dec 21 04:41:42.579 INFO E| Compiling anstyle-parse v0.1.1
32882024-12-21T04:41:43.693Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32892024-12-21T04:41:44.132Z[ helios-setup] Dec 21 04:41:43.347 INFO E| Compiling toolchain_find v0.2.0
32902024-12-21T04:41:44.258Z[ helios-setup] Dec 21 04:41:43.472 INFO E| Compiling rand_chacha v0.3.1
32912024-12-21T04:41:44.794Z[ helios-setup] Dec 21 04:41:44.008 INFO E| Compiling miniz_oxide v0.6.2
32922024-12-21T04:41:47.539Z[ helios-setup] Dec 21 04:41:46.752 INFO E| Compiling hyper v0.14.25
32932024-12-21T04:41:56.934Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32942024-12-21T04:42:02.411Z[ helios-setup] Dec 21 04:42:01.625 INFO E| Compiling futures v0.3.28
32952024-12-21T04:42:02.469Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32962024-12-21T04:42:02.937Z[ helios-setup] Dec 21 04:42:02.151 INFO E| Compiling crossbeam-deque v0.8.2
32972024-12-21T04:42:03.944Z[ helios-setup] Dec 21 04:42:03.158 INFO E| Compiling cargo-lock v8.0.3
32982024-12-21T04:42:07.254Z[ helios-setup] Dec 21 04:42:06.468 INFO E| Compiling num_enum_derive v0.5.7
32992024-12-21T04:42:08.839Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33002024-12-21T04:42:10.106Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33012024-12-21T04:42:11.306Z[ helios-setup] Dec 21 04:42:10.502 INFO E| Compiling term v0.7.0
33022024-12-21T04:42:11.560Z[ helios-setup] Dec 21 04:42:10.774 INFO E| Compiling serde_urlencoded v0.7.1
33032024-12-21T04:42:11.648Z[ helios-setup] Dec 21 04:42:10.862 INFO E| Compiling is-terminal v0.4.7
33042024-12-21T04:42:12.020Z[ helios-setup] Dec 21 04:42:11.233 INFO E| Compiling sha2 v0.10.6
33052024-12-21T04:42:12.271Z[ helios-setup] Dec 21 04:42:11.484 INFO E| Compiling sha1 v0.10.5
33062024-12-21T04:42:12.998Z[ helios-setup] Dec 21 04:42:12.211 INFO E| Compiling atty v0.2.14
33072024-12-21T04:42:13.379Z[ helios-setup] Dec 21 04:42:12.593 INFO E| Compiling anstyle v0.3.5
33082024-12-21T04:42:13.668Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33092024-12-21T04:42:15.757Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33102024-12-21T04:42:15.960Z[ helios-setup] Dec 21 04:42:15.174 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33112024-12-21T04:42:16.645Z[ helios-setup] Dec 21 04:42:15.858 INFO E| Compiling concolor-override v1.0.0
33122024-12-21T04:42:17.017Z[ helios-setup] Dec 21 04:42:16.230 INFO E| Compiling concolor-query v0.3.3
33132024-12-21T04:42:17.104Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33142024-12-21T04:42:17.766Z[ helios-setup] Dec 21 04:42:16.980 INFO E| Compiling anstream v0.2.6
33152024-12-21T04:42:18.116Z[ host-package] Compiling rustls-pemfile v1.0.4
33162024-12-21T04:42:19.942Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33172024-12-21T04:42:21.358Z[ helios-setup] Dec 21 04:42:20.571 INFO E| Compiling slog-term v2.9.0
33182024-12-21T04:42:22.188Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33192024-12-21T04:42:22.249Z[ helios-setup] Dec 21 04:42:21.463 INFO E| Compiling flate2 v1.0.25
33202024-12-21T04:42:22.602Z[ helios-setup] Dec 21 04:42:21.815 INFO E| Compiling num_enum v0.5.7
33212024-12-21T04:42:22.787Z[ host-package] Compiling signal-hook-tokio v0.3.1
33222024-12-21T04:42:23.039Z[ helios-setup] Dec 21 04:42:22.252 INFO E| Compiling rand v0.8.5
33232024-12-21T04:42:23.955Z[ host-package] Compiling twox-hash v1.6.3
33242024-12-21T04:42:24.197Z[ helios-setup] Dec 21 04:42:23.410 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33252024-12-21T04:42:24.414Z[ helios-setup] Dec 21 04:42:23.627 INFO E| Compiling rustfmt-wrapper v0.2.0
33262024-12-21T04:42:24.689Z[ helios-setup] Dec 21 04:42:23.902 INFO E| Compiling openapiv3 v1.0.2
33272024-12-21T04:42:26.167Z[ host-package] Compiling yasna v0.5.2
33282024-12-21T04:42:26.938Z[ helios-setup] Dec 21 04:42:26.150 INFO E| Compiling encoding_rs v0.8.32
33292024-12-21T04:42:27.062Z[ helios-setup] Dec 21 04:42:26.275 INFO E| Compiling either v1.8.0
33302024-12-21T04:42:27.809Z[ helios-setup] Dec 21 04:42:27.022 INFO E| Compiling untrusted v0.7.1
33312024-12-21T04:42:28.554Z[ helios-setup] Dec 21 04:42:27.767 INFO E| Compiling base64 v0.13.1
33322024-12-21T04:42:29.214Z[ host-package] Compiling unicode-linebreak v0.1.5
33332024-12-21T04:42:30.112Z[ helios-setup] Dec 21 04:42:29.325 INFO E| Compiling byteorder v1.4.3
33342024-12-21T04:42:30.825Z[ host-package] Compiling is_ci v1.2.0
33352024-12-21T04:42:31.305Z[ helios-setup] Dec 21 04:42:30.518 INFO E| Compiling utf-8 v0.7.6
33362024-12-21T04:42:31.502Z[ host-package] Compiling smawk v0.3.2
33372024-12-21T04:42:31.657Z[ host-package] Compiling supports-color v3.0.1
33382024-12-21T04:42:32.126Z[ helios-setup] Dec 21 04:42:31.338 INFO E| Compiling clap_lex v0.4.1
33392024-12-21T04:42:32.319Z[ host-package] Compiling textwrap v0.16.1
33402024-12-21T04:42:32.546Z[ host-package] Compiling rcgen v0.12.1
33412024-12-21T04:42:32.982Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
33422024-12-21T04:42:34.056Z[ helios-setup] Dec 21 04:42:33.269 INFO E| Compiling ipnet v2.7.2
33432024-12-21T04:42:34.089Z[ helios-setup] Dec 21 04:42:33.302 INFO E| Compiling unsafe-libyaml v0.2.8
33442024-12-21T04:42:34.903Z[ helios-setup] Dec 21 04:42:34.114 INFO E| Compiling strsim v0.10.0
33452024-12-21T04:42:38.341Z[ helios-setup] Dec 21 04:42:37.554 INFO E| Compiling spin v0.5.2
33462024-12-21T04:42:38.832Z[ helios-setup] Dec 21 04:42:38.045 INFO E| Compiling project-root v0.2.2
33472024-12-21T04:42:38.916Z[ helios-setup] Dec 21 04:42:38.129 INFO E| Compiling mime v0.3.17
33482024-12-21T04:42:39.620Z[ helios-setup] Dec 21 04:42:38.832 INFO E| Compiling serde_yaml v0.9.21
33492024-12-21T04:42:39.761Z[ helios-setup] Dec 21 04:42:38.973 INFO E| Compiling reqwest v0.11.16
33502024-12-21T04:42:40.016Z[ helios-setup] Dec 21 04:42:39.226 INFO E| Compiling clap_builder v4.2.1
33512024-12-21T04:42:41.095Z[ helios-setup] Dec 21 04:42:40.308 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33522024-12-21T04:42:47.192Z[ helios-setup] Dec 21 04:42:46.404 INFO E| Compiling tungstenite v0.18.0
33532024-12-21T04:42:47.940Z[ helios-setup] Dec 21 04:42:47.153 INFO E| Compiling rayon v1.6.1
33542024-12-21T04:42:52.639Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33552024-12-21T04:42:53.002Z[ helios-setup] Dec 21 04:42:52.213 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33562024-12-21T04:42:54.267Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33572024-12-21T04:42:55.481Z[ helios-setup] Dec 21 04:42:54.693 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33582024-12-21T04:42:58.088Z[ helios-setup] Dec 21 04:42:57.300 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33592024-12-21T04:42:58.999Z[ helios-setup] Dec 21 04:42:58.212 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33602024-12-21T04:42:59.624Z[ helios-setup] Dec 21 04:42:58.834 INFO E| Compiling clap_derive v4.2.0
33612024-12-21T04:43:00.256Z[ helios-setup] Dec 21 04:42:59.468 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33622024-12-21T04:43:00.920Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33632024-12-21T04:43:09.281Z[ helios-setup] Dec 21 04:43:08.491 INFO E| Compiling clap v4.2.1
33642024-12-21T04:43:09.886Z[ helios-setup] Dec 21 04:43:09.098 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33652024-12-21T04:43:10.978Z[ helios-setup] Dec 21 04:43:10.190 INFO E| Compiling tokio-tungstenite v0.18.0
33662024-12-21T04:43:12.427Z[ helios-setup] Dec 21 04:43:11.639 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33672024-12-21T04:43:16.435Z[ helios-setup] Dec 21 04:43:15.647 INFO E| Compiling smartstring v1.0.1
33682024-12-21T04:43:17.303Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33692024-12-21T04:43:17.475Z[ helios-setup] Dec 21 04:43:16.686 INFO E| Compiling rustls v0.21.0
33702024-12-21T04:43:19.623Z[ helios-setup] Dec 21 04:43:18.835 INFO E| Compiling toml_datetime v0.6.1
33712024-12-21T04:43:21.191Z[ helios-setup] Dec 21 04:43:20.403 INFO E| Compiling serde_spanned v0.6.1
33722024-12-21T04:43:21.952Z[ helios-setup] Dec 21 04:43:21.164 INFO E| Compiling camino v1.1.4
33732024-12-21T04:43:22.802Z[ helios-setup] Dec 21 04:43:22.014 INFO E| Compiling async-trait v0.1.68
33742024-12-21T04:43:23.353Z[ helios-setup] Dec 21 04:43:22.565 INFO E| Compiling static_assertions v1.1.0
33752024-12-21T04:43:23.625Z[ helios-setup] Dec 21 04:43:22.837 INFO E| Compiling winnow v0.4.1
33762024-12-21T04:43:24.676Z[ helios-setup] Dec 21 04:43:23.887 INFO E| Compiling match_cfg v0.1.0
33772024-12-21T04:43:24.835Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33782024-12-21T04:43:24.913Z[ helios-setup] Dec 21 04:43:24.124 INFO E| Compiling slog-async v2.7.0
33792024-12-21T04:43:26.323Z[ helios-setup] Dec 21 04:43:25.534 INFO E| Compiling paste v1.0.12
33802024-12-21T04:43:27.880Z[ helios-setup] Dec 21 04:43:27.092 INFO E| Compiling hostname v0.3.1
33812024-12-21T04:43:30.997Z[ helios-setup] Dec 21 04:43:30.208 INFO E| Compiling toml_edit v0.19.8
33822024-12-21T04:43:31.290Z[ helios-setup] Dec 21 04:43:30.501 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33832024-12-21T04:43:33.132Z[ helios-setup] Dec 21 04:43:32.340 INFO E| Compiling slog-json v2.6.1
33842024-12-21T04:43:33.425Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33852024-12-21T04:43:34.179Z[ helios-setup] Dec 21 04:43:33.390 INFO E| Compiling unicode-linebreak v0.1.4
33862024-12-21T04:43:39.739Z[ helios-setup] Dec 21 04:43:38.950 INFO E| Compiling async-stream-impl v0.3.5
33872024-12-21T04:43:42.769Z[ helios-setup] Dec 21 04:43:41.980 INFO E| Compiling rhai_codegen v1.5.0
33882024-12-21T04:43:44.187Z[ helios-setup] Dec 21 04:43:43.397 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33892024-12-21T04:43:45.012Z[ helios-setup] Dec 21 04:43:44.223 INFO E| Compiling take_mut v0.2.2
33902024-12-21T04:43:47.073Z[ helios-setup] Dec 21 04:43:46.284 INFO E| Compiling async-stream v0.3.5
33912024-12-21T04:43:48.062Z[ helios-setup] Dec 21 04:43:47.273 INFO E| Compiling rhai v1.14.0
33922024-12-21T04:43:48.174Z[ helios-setup] Dec 21 04:43:47.385 INFO E| Compiling toml v0.7.3
33932024-12-21T04:43:48.280Z[ helios-setup] Dec 21 04:43:47.491 INFO E| Compiling slog-bunyan v2.4.0
33942024-12-21T04:43:55.174Z[ helios-setup] Dec 21 04:43:54.385 INFO E| Compiling rustls-pemfile v1.0.2
33952024-12-21T04:43:56.305Z[ helios-setup] Dec 21 04:43:55.516 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33962024-12-21T04:43:56.517Z[ helios-setup] Dec 21 04:43:55.725 INFO E| Compiling serde_path_to_error v0.1.11
33972024-12-21T04:43:58.799Z[ helios-setup] Dec 21 04:43:58.009 INFO E| Compiling bincode v1.3.3
33982024-12-21T04:43:59.125Z[ helios-setup] Dec 21 04:43:58.335 INFO E| Compiling terminal_size v0.2.6
33992024-12-21T04:43:59.367Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34002024-12-21T04:43:59.910Z[ helios-setup] Dec 21 04:43:59.120 INFO E| Compiling smawk v0.3.1
34012024-12-21T04:44:00.652Z[ helios-setup] Dec 21 04:43:59.863 INFO E| Compiling textwrap v0.16.0
34022024-12-21T04:44:00.801Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34032024-12-21T04:44:01.300Z[ helios-setup] Dec 21 04:44:00.510 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34042024-12-21T04:44:05.707Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34052024-12-21T04:44:06.352Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
34062024-12-21T04:44:08.309Z[ helios-setup] Dec 21 04:44:07.519 INFO E| Compiling sct v0.7.0
34072024-12-21T04:44:09.135Z[ helios-setup] Dec 21 04:44:08.345 INFO E| Compiling rustls-webpki v0.100.1
34082024-12-21T04:44:18.034Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34092024-12-21T04:44:19.507Z[ helios-setup] Dec 21 04:44:18.716 INFO E| Compiling git2 v0.16.1
34102024-12-21T04:44:19.686Z[ helios-setup] Dec 21 04:44:18.896 INFO E| Compiling tokio-rustls v0.24.0
34112024-12-21T04:44:19.819Z[ host-package] Compiling fatfs v0.3.6
34122024-12-21T04:44:24.420Z[ host-package] Compiling rtoolbox v0.0.2
34132024-12-21T04:44:25.100Z[ host-package] Compiling subprocess v0.2.9
34142024-12-21T04:44:32.105Z[ helios-setup] Dec 21 04:44:30.952 INFO E| Compiling built v0.6.0
34152024-12-21T04:44:33.083Z[ host-package] Compiling assert_matches v1.5.0
34162024-12-21T04:44:33.784Z[ helios-setup] Dec 21 04:44:32.993 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34172024-12-21T04:44:35.408Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34182024-12-21T04:44:35.574Z[ helios-setup] Dec 21 04:44:34.783 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34192024-12-21T04:44:36.475Z[ helios-setup] Dec 21 04:44:35.684 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34202024-12-21T04:44:38.242Z[ host-package] Compiling rpassword v7.3.1
34212024-12-21T04:44:39.280Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34222024-12-21T04:44:41.167Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34232024-12-21T04:44:47.404Z[ helios-setup] Dec 21 04:44:46.612 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34242024-12-21T04:44:47.983Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34252024-12-21T04:44:51.006Z[ helios-setup] Dec 21 04:44:50.215 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34262024-12-21T04:44:52.909Z[ host-package] Compiling tui-tree-widget v0.22.0
34272024-12-21T04:44:52.992Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34282024-12-21T04:44:53.784Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34292024-12-21T04:44:54.615Z[ host-package] Compiling uzers v0.12.1
34302024-12-21T04:45:00.174Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34312024-12-21T04:45:19.665Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34322024-12-21T04:45:22.311Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34332024-12-21T04:45:42.182Z[ helios-setup] Dec 21 04:45:41.389 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34342024-12-21T04:46:03.177Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34352024-12-21T04:46:04.729Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34362024-12-21T04:46:12.071Z[ host-package] Compiling multimap v0.10.0
34372024-12-21T04:46:46.431Z[ helios-setup] Dec 21 04:46:45.636 INFO E| Finished `release` profile [optimized] target(s) in 6m 47s
34382024-12-21T04:46:46.570Z[ helios-setup] Dec 21 04:46:45.775 INFO building project "pilot" ok (408 seconds)
34392024-12-21T04:46:46.570Z[ helios-setup] Dec 21 04:46:45.775 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
34402024-12-21T04:46:46.570Z[ helios-setup] Dec 21 04:46:45.775 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
34412024-12-21T04:46:46.920Z[ helios-setup] Dec 21 04:46:46.125 INFO E| Downloading crates ...
34422024-12-21T04:46:46.991Z[ helios-setup] Dec 21 04:46:46.196 INFO E| Downloaded sha2 v0.10.5
34432024-12-21T04:46:46.994Z[ helios-setup] Dec 21 04:46:46.199 INFO E| Downloaded digest v0.10.3
34442024-12-21T04:46:47.002Z[ helios-setup] Dec 21 04:46:46.207 INFO E| Downloaded typenum v1.15.0
34452024-12-21T04:46:47.005Z[ helios-setup] Dec 21 04:46:46.211 INFO E| Downloaded anyhow v1.0.62
34462024-12-21T04:46:47.011Z[ helios-setup] Dec 21 04:46:46.216 INFO E| Downloaded bytes v1.2.1
34472024-12-21T04:46:47.091Z[ helios-setup] Dec 21 04:46:46.296 INFO E| Compiling version_check v0.9.4
34482024-12-21T04:46:47.091Z[ helios-setup] Dec 21 04:46:46.296 INFO E| Compiling typenum v1.15.0
34492024-12-21T04:46:47.093Z[ helios-setup] Dec 21 04:46:46.296 INFO E| Compiling crc32fast v1.3.2
34502024-12-21T04:46:47.094Z[ helios-setup] Dec 21 04:46:46.296 INFO E| Compiling cfg-if v1.0.0
34512024-12-21T04:46:47.094Z[ helios-setup] Dec 21 04:46:46.296 INFO E| Compiling adler v1.0.2
34522024-12-21T04:46:47.094Z[ helios-setup] Dec 21 04:46:46.296 INFO E| Compiling anyhow v1.0.62
34532024-12-21T04:46:47.094Z[ helios-setup] Dec 21 04:46:46.296 INFO E| Compiling unicode-width v0.1.10
34542024-12-21T04:46:47.094Z[ helios-setup] Dec 21 04:46:46.296 INFO E| Compiling cpufeatures v0.2.5
34552024-12-21T04:46:47.927Z[ helios-setup] Dec 21 04:46:47.132 INFO E| Compiling getopts v0.2.21
34562024-12-21T04:46:48.122Z[ helios-setup] Dec 21 04:46:47.327 INFO E| Compiling generic-array v0.14.6
34572024-12-21T04:46:48.269Z[ helios-setup] Dec 21 04:46:47.474 INFO E| Compiling miniz_oxide v0.6.2
34582024-12-21T04:46:48.300Z[ helios-setup] Dec 21 04:46:47.505 INFO E| Compiling bitflags v1.3.2
34592024-12-21T04:46:48.465Z[ helios-setup] Dec 21 04:46:47.669 INFO E| Compiling bytes v1.2.1
34602024-12-21T04:46:50.088Z[ helios-setup] Dec 21 04:46:49.293 INFO E| Compiling flate2 v1.0.25
34612024-12-21T04:46:53.724Z[ helios-setup] Dec 21 04:46:52.929 INFO E| Compiling block-buffer v0.10.3
34622024-12-21T04:46:53.724Z[ helios-setup] Dec 21 04:46:52.929 INFO E| Compiling crypto-common v0.1.6
34632024-12-21T04:46:54.350Z[ helios-setup] Dec 21 04:46:53.140 INFO E| Compiling digest v0.10.3
34642024-12-21T04:46:54.369Z[ helios-setup] Dec 21 04:46:53.573 INFO E| Compiling sha2 v0.10.5
34652024-12-21T04:46:54.885Z[ helios-setup] Dec 21 04:46:54.090 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
34662024-12-21T04:47:00.453Z[ helios-setup] Dec 21 04:46:59.658 INFO E| Finished `release` profile [optimized] target(s) in 13.77s
34672024-12-21T04:47:00.471Z[ helios-setup] Dec 21 04:46:59.674 INFO building project "bootserver" ok (13 seconds)
34682024-12-21T04:47:00.474Z[ helios-setup] rm -f helios-build
34692024-12-21T04:47:00.476Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34702024-12-21T04:47:00.479Z[ helios-setup]
34712024-12-21T04:47:00.481Z[ helios-setup] Setup complete! ./helios-build is now available.
34722024-12-21T04:47:00.481Z[ helios-setup]
34732024-12-21T04:47:00.483Z[ helios-setup]
34742024-12-21T04:47:00.483Z[ helios-setup] real 11:58.228861968
34752024-12-21T04:47:00.483Z[ helios-setup] user 29:12.288670296
34762024-12-21T04:47:00.483Z[ helios-setup] sys 3:36.499812664
34772024-12-21T04:47:00.483Z[ helios-setup] trap 1.793063471
34782024-12-21T04:47:00.483Z[ helios-setup] tflt 8.419676916
34792024-12-21T04:47:00.483Z[ helios-setup] dflt 28.251391430
34802024-12-21T04:47:00.484Z[ helios-setup] kflt 0.099593282
34812024-12-21T04:47:00.484Z[ helios-setup] lock 2:03:54.365602025
34822024-12-21T04:47:00.484Z[ helios-setup] slp 3:44:28.483622750
34832024-12-21T04:47:00.484Z[ helios-setup] lat 33:12.411911833
34842024-12-21T04:47:00.484Z[ helios-setup] stop 4:34.674162381
34852024-12-21T04:47:00.484ZDec 21 04:46:59.688 INFO [helios-setup] process exited with exit status: 0 (718.234529897s)
34862024-12-21T04:47:00.484ZDec 21 04:46:59.688 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34872024-12-21T04:47:00.512Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34882024-12-21T04:47:00.876Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34892024-12-21T04:47:00.876Z[ phbl-toolchain] info: downloading component 'cargo'
34902024-12-21T04:47:01.979Z[ phbl-toolchain] info: downloading component 'clippy'
34912024-12-21T04:47:02.310Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34922024-12-21T04:47:07.233Z[ phbl-toolchain] info: downloading component 'miri'
34932024-12-21T04:47:07.408Z[ phbl-toolchain] info: downloading component 'rust-docs'
34942024-12-21T04:47:08.728Z[ phbl-toolchain] info: downloading component 'rust-src'
34952024-12-21T04:47:09.086Z[ phbl-toolchain] info: downloading component 'rust-std'
34962024-12-21T04:47:11.955Z[ phbl-toolchain] info: downloading component 'rustc'
34972024-12-21T04:47:20.980Z[ phbl-toolchain] info: downloading component 'rustfmt'
34982024-12-21T04:47:21.230Z[ phbl-toolchain] info: installing component 'cargo'
34992024-12-21T04:47:22.504Z[ phbl-toolchain] info: installing component 'clippy'
35002024-12-21T04:47:23.014Z[ phbl-toolchain] info: installing component 'llvm-tools'
35012024-12-21T04:47:28.795Z[ phbl-toolchain] info: installing component 'miri'
35022024-12-21T04:47:29.164Z[ phbl-toolchain] info: installing component 'rust-docs'
35032024-12-21T04:47:36.859Z[ phbl-toolchain] info: installing component 'rust-src'
35042024-12-21T04:47:37.564Z[ phbl-toolchain] info: installing component 'rust-std'
35052024-12-21T04:47:40.357Z[ phbl-toolchain] info: installing component 'rustc'
35062024-12-21T04:47:49.837Z[ phbl-toolchain] info: installing component 'rustfmt'
35072024-12-21T04:47:50.576Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
35082024-12-21T04:47:50.579ZDec 21 04:47:49.782 INFO [phbl-toolchain] process exited with exit status: 0 (50.093657517s)
35092024-12-21T04:48:54.893Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35102024-12-21T04:48:55.483Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35112024-12-21T04:55:44.796Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 51s
35122024-12-21T04:56:53.788ZDec 21 04:56:51.638 INFO [host-package] process exited with exit status: 0 (1259.452534463s)
35132024-12-21T04:56:53.788ZDec 21 04:56:51.638 INFO [host-stamp] running task
35142024-12-21T04:56:53.788ZDec 21 04:56:51.639 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35152024-12-21T04:56:53.788ZDec 21 04:56:51.639 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 12.0.0-0.ci+git072b8da9f20
35162024-12-21T04:56:53.788ZDec 21 04:56:51.656 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 12.0.0-0.ci+git072b8da9f20
35172024-12-21T04:56:53.788Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35182024-12-21T04:56:53.788ZDec 21 04:56:51.666 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 12.0.0-0.ci+git072b8da9f20
35192024-12-21T04:56:53.788Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35202024-12-21T04:56:53.788Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35212024-12-21T04:56:53.788Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35222024-12-21T04:56:53.788ZDec 21 04:56:51.679 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 12.0.0-0.ci+git072b8da9f20
35232024-12-21T04:56:53.788Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35242024-12-21T04:56:53.788ZDec 21 04:56:51.692 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 12.0.0-0.ci+git072b8da9f20
35252024-12-21T04:56:53.788Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35262024-12-21T04:56:53.788ZDec 21 04:56:51.705 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+git072b8da9f20
35272024-12-21T04:56:53.789Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35282024-12-21T04:56:53.789ZDec 21 04:56:51.720 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 12.0.0-0.ci+git072b8da9f20
35292024-12-21T04:56:53.789Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35302024-12-21T04:56:53.789Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35312024-12-21T04:56:53.834ZDec 21 04:56:51.737 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 12.0.0-0.ci+git072b8da9f20
35322024-12-21T04:56:53.834Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35332024-12-21T04:56:53.834Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35342024-12-21T04:56:53.834ZDec 21 04:56:51.757 INFO [stamp-overlay] process exited with exit status: 0 (117.580051ms)
35352024-12-21T04:56:53.834ZDec 21 04:56:51.757 INFO [stamp-oxlog] process exited with exit status: 0 (77.74973ms)
35362024-12-21T04:56:53.834ZDec 21 04:56:51.757 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (36.58687ms)
35372024-12-21T04:56:53.836Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35382024-12-21T04:56:53.836Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35392024-12-21T04:56:53.836ZDec 21 04:56:51.789 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (132.775853ms)
35402024-12-21T04:56:53.836Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35412024-12-21T04:56:53.836ZDec 21 04:56:51.952 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (259.217034ms)
35422024-12-21T04:56:53.836Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35432024-12-21T04:56:53.836ZDec 21 04:56:52.080 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (414.280037ms)
35442024-12-21T04:56:53.836Z[recovery-package] Compiling newtype-uuid v1.1.3
35452024-12-21T04:56:53.836Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35462024-12-21T04:56:53.836ZDec 21 04:56:52.894 INFO [stamp-propolis-server] process exited with exit status: 0 (1.188874039s)
35472024-12-21T04:56:54.221Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35482024-12-21T04:56:54.520Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35492024-12-21T04:56:54.520Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35502024-12-21T04:56:54.555Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35512024-12-21T04:56:55.183Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35522024-12-21T04:57:02.451Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35532024-12-21T04:57:02.455ZDec 21 04:57:01.639 INFO [stamp-switch-asic] process exited with exit status: 0 (9.902630398s)
35542024-12-21T04:57:02.455ZDec 21 04:57:01.640 INFO [host-stamp] task succeeded (10.001094151s)
35552024-12-21T04:57:02.455ZDec 21 04:57:01.640 INFO [host-proto] running task
35562024-12-21T04:57:02.885ZDec 21 04:57:02.069 INFO [host-proto] task succeeded (429.646769ms)
35572024-12-21T04:57:02.885ZDec 21 04:57:02.069 INFO [host-profile] running task
35582024-12-21T04:57:02.889ZDec 21 04:57:02.070 INFO [host-profile] task succeeded (282.608µs)
35592024-12-21T04:57:02.889ZDec 21 04:57:02.070 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.34.311' -P /tmp/.tmpSMdqRg/proto/host/root -N 'ci 072b8da/${os_short_commit} 2024-12-21 04:35' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35602024-12-21T04:57:02.906Z[ host-image] Dec 21 04:57:02.091 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35612024-12-21T04:57:02.907Z[ host-image] Dec 21 04:57:02.091 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35622024-12-21T04:57:02.922Z[ host-image] Dec 21 04:57:02.106 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpSMdqRg/proto/host/root"
35632024-12-21T04:57:02.926Z[ host-image] Dec 21 04:57:02.106 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35642024-12-21T04:57:02.926Z[ host-image] Dec 21 04:57:02.107 INFO image builder template: ramdisk-01-os...
35652024-12-21T04:57:02.926Z[ host-image] Dec 21 04:57:02.107 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/.tmpSMdqRg/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.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35662024-12-21T04:57:02.943Z[ host-image] Dec 21 04:57:02.128 INFO O| Dec 21 04:57:02.127 INFO CREATE DATASET: rpool/images/build/host/output
35672024-12-21T04:57:03.224Z[ host-image] Dec 21 04:57:02.409 INFO O| Dec 21 04:57:02.409 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35682024-12-21T04:57:03.230Z[ host-image] Dec 21 04:57:02.415 INFO O| Dec 21 04:57:02.415 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35692024-12-21T04:57:03.488Z[ host-image] Dec 21 04:57:02.672 INFO O| Dec 21 04:57:02.672 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35702024-12-21T04:57:03.564Z[ host-image] Dec 21 04:57:02.746 INFO O| Dec 21 04:57:02.746 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35712024-12-21T04:57:03.564Z[ host-image] Dec 21 04:57:02.746 INFO O| Dec 21 04:57:02.746 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35722024-12-21T04:57:03.582Z[ host-image] Dec 21 04:57:02.746 INFO O| Dec 21 04:57:02.746 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35732024-12-21T04:57:03.582Z[ host-image] Dec 21 04:57:02.746 INFO O| Dec 21 04:57:02.746 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35742024-12-21T04:57:03.585Z[ host-image] Dec 21 04:57:02.754 INFO O| Dec 21 04:57:02.754 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35752024-12-21T04:57:03.812Z[ host-image] Dec 21 04:57:02.994 INFO O| Dec 21 04:57:02.994 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35762024-12-21T04:57:03.823Z[ host-image] Dec 21 04:57:03.006 INFO O| Dec 21 04:57:03.006 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35772024-12-21T04:57:04.133Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35782024-12-21T04:57:04.133Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35792024-12-21T04:57:04.141Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35802024-12-21T04:57:04.141Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35812024-12-21T04:57:04.227Z[ host-image] Dec 21 04:57:03.411 INFO O| Dec 21 04:57:03.411 INFO O| Caching catalogs ... Done
35822024-12-21T04:57:04.369Z[ host-image] Dec 21 04:57:03.534 INFO O| Dec 21 04:57:03.534 INFO STEP 0 (pkg_image_create) COMPLETE
35832024-12-21T04:57:04.369Z[ host-image] Dec 21 04:57:03.535 INFO O| Dec 21 04:57:03.534 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35842024-12-21T04:57:04.369Z[ host-image] Dec 21 04:57:03.535 INFO O| Dec 21 04:57:03.534 INFO skip step because feature "repo_redist" is not enabled
35852024-12-21T04:57:04.373Z[ host-image] Dec 21 04:57:03.535 INFO O| Dec 21 04:57:03.534 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35862024-12-21T04:57:04.373Z[ host-image] Dec 21 04:57:03.547 INFO O| Dec 21 04:57:03.547 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"]
35872024-12-21T04:57:04.932Z[ host-image] Dec 21 04:57:04.117 INFO O| Dec 21 04:57:04.117 INFO STEP 2 (pkg_set_publisher) COMPLETE
35882024-12-21T04:57:04.933Z[ host-image] Dec 21 04:57:04.117 INFO O| Dec 21 04:57:04.117 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35892024-12-21T04:57:04.951Z[ host-image] Dec 21 04:57:04.136 INFO O| Dec 21 04:57:04.135 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"]
35902024-12-21T04:57:05.565Z[ host-image] Dec 21 04:57:04.746 INFO O| Dec 21 04:57:04.746 INFO STEP 3 (pkg_set_publisher) COMPLETE
35912024-12-21T04:57:05.565Z[ host-image] Dec 21 04:57:04.746 INFO O| Dec 21 04:57:04.746 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35922024-12-21T04:57:05.584Z[ host-image] Dec 21 04:57:04.746 INFO O| Dec 21 04:57:04.746 INFO skip step because feature "repo_redist" is not enabled
35932024-12-21T04:57:05.584Z[ host-image] Dec 21 04:57:04.746 INFO O| Dec 21 04:57:04.746 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35942024-12-21T04:57:06.126Z[ host-image] Dec 21 04:57:05.311 INFO O| Dec 21 04:57:05.311 INFO variant opensolaris.zone is already global
35952024-12-21T04:57:06.127Z[ host-image] Dec 21 04:57:05.311 INFO O| Dec 21 04:57:05.311 INFO STEP 5 (pkg_change_variant) COMPLETE
35962024-12-21T04:57:06.127Z[ host-image] Dec 21 04:57:05.311 INFO O| Dec 21 04:57:05.311 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35972024-12-21T04:57:06.775Z[ host-image] Dec 21 04:57:05.956 INFO O| Dec 21 04:57:05.956 INFO variant opensolaris.imagetype is full; changing to partial
35982024-12-21T04:57:06.780Z[ host-image] Dec 21 04:57:05.956 INFO O| Dec 21 04:57:05.956 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35992024-12-21T04:57:07.317Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36002024-12-21T04:57:07.563Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36012024-12-21T04:57:09.177Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36022024-12-21T04:57:09.266Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36032024-12-21T04:57:10.113Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36042024-12-21T04:57:13.769Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36052024-12-21T04:57:17.484Z[ host-image] Dec 21 04:57:16.667 INFO O| Dec 21 04:57:16.667 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36062024-12-21T04:57:19.728Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36072024-12-21T04:57:25.255Z[ host-image] Dec 21 04:57:24.437 INFO O| Dec 21 04:57:24.437 INFO O| Startup: Caching catalogs ... Done
36082024-12-21T04:57:25.360Z[ host-image] Dec 21 04:57:24.543 INFO O| Dec 21 04:57:24.543 INFO O| Planning: Planning completed in 0.00 seconds
36092024-12-21T04:57:25.368Z[ host-image] Dec 21 04:57:24.544 INFO O| Dec 21 04:57:24.544 INFO O| Planning: Consolidating action changes ... Done
36102024-12-21T04:57:25.368Z[ host-image] Dec 21 04:57:24.544 INFO O| Dec 21 04:57:24.544 INFO O| Planning: Evaluating mediators ... Done
36112024-12-21T04:57:25.368Z[ host-image] Dec 21 04:57:24.545 INFO O| Dec 21 04:57:24.545 INFO O| Planning: Planning completed in 0.00 seconds
36122024-12-21T04:57:25.368Z[ host-image] Dec 21 04:57:24.545 INFO O| Dec 21 04:57:24.545 INFO O| Variants/Facets to change: 1
36132024-12-21T04:57:25.395Z[ host-image] Dec 21 04:57:24.578 INFO O| Dec 21 04:57:24.578 INFO O| Done
36142024-12-21T04:57:25.395Z[ host-image] Dec 21 04:57:24.578 INFO O| Dec 21 04:57:24.578 INFO O| Done
36152024-12-21T04:57:26.279Z[ host-image] Dec 21 04:57:25.463 INFO O| Dec 21 04:57:25.462 INFO O| Done
36162024-12-21T04:57:26.348Z[ host-image] Dec 21 04:57:25.532 INFO O| Dec 21 04:57:25.532 INFO O| Done
36172024-12-21T04:57:26.355Z[ host-image] Dec 21 04:57:25.534 INFO O| Dec 21 04:57:25.534 INFO O| Done
36182024-12-21T04:57:26.355Z[ host-image] Dec 21 04:57:25.534 INFO O| Dec 21 04:57:25.534 INFO O| Done
36192024-12-21T04:57:26.356Z[ host-image] Dec 21 04:57:25.536 INFO O| Dec 21 04:57:25.536 INFO O| Done
36202024-12-21T04:57:26.916Z[ host-image] Dec 21 04:57:26.099 INFO O| Dec 21 04:57:26.099 INFO STEP 6 (pkg_change_variant) COMPLETE
36212024-12-21T04:57:26.916Z[ host-image] Dec 21 04:57:26.099 INFO O| Dec 21 04:57:26.099 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36222024-12-21T04:57:26.924Z[ host-image] Dec 21 04:57:26.099 INFO O| Dec 21 04:57:26.099 INFO skip step because feature "debug_variant" is not enabled
36232024-12-21T04:57:26.924Z[ host-image] Dec 21 04:57:26.099 INFO O| Dec 21 04:57:26.099 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36242024-12-21T04:57:27.350Z[ host-image] Dec 21 04:57:26.534 INFO O| Dec 21 04:57:26.533 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36252024-12-21T04:57:28.257Z[ host-image] Dec 21 04:57:27.440 INFO O| Dec 21 04:57:27.440 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36262024-12-21T04:57:28.262Z[ host-image] Dec 21 04:57:27.442 INFO O| Dec 21 04:57:27.442 INFO O| Planning: Planning completed in 0.00 seconds
36272024-12-21T04:57:28.262Z[ host-image] Dec 21 04:57:27.443 INFO O| Dec 21 04:57:27.443 INFO O| Planning: Consolidating action changes ... Done
36282024-12-21T04:57:28.263Z[ host-image] Dec 21 04:57:27.443 INFO O| Dec 21 04:57:27.443 INFO O| Planning: Evaluating mediators ... Done
36292024-12-21T04:57:28.263Z[ host-image] Dec 21 04:57:27.443 INFO O| Dec 21 04:57:27.443 INFO O| Planning: Planning completed in 0.00 seconds
36302024-12-21T04:57:28.263Z[ host-image] Dec 21 04:57:27.444 INFO O| Dec 21 04:57:27.444 INFO O| Variants/Facets to change: 1
36312024-12-21T04:57:28.344Z[ host-image] Dec 21 04:57:27.521 INFO O| Dec 21 04:57:27.520 INFO O| Done
36322024-12-21T04:57:28.344Z[ host-image] Dec 21 04:57:27.521 INFO O| Dec 21 04:57:27.520 INFO O| Done
36332024-12-21T04:57:28.974Z[ host-image] Dec 21 04:57:28.157 INFO O| Dec 21 04:57:28.157 INFO O| Done
36342024-12-21T04:57:29.027Z[ host-image] Dec 21 04:57:28.210 INFO O| Dec 21 04:57:28.210 INFO O| Done
36352024-12-21T04:57:29.034Z[ host-image] Dec 21 04:57:28.211 INFO O| Dec 21 04:57:28.210 INFO O| Done
36362024-12-21T04:57:29.034Z[ host-image] Dec 21 04:57:28.211 INFO O| Dec 21 04:57:28.211 INFO O| Done
36372024-12-21T04:57:29.034Z[ host-image] Dec 21 04:57:28.212 INFO O| Dec 21 04:57:28.212 INFO O| Done
36382024-12-21T04:57:29.081Z[ host-image] Dec 21 04:57:28.264 INFO O| Dec 21 04:57:28.264 INFO STEP 8 (pkg_change_facet) COMPLETE
36392024-12-21T04:57:29.081Z[ host-image] Dec 21 04:57:28.264 INFO O| Dec 21 04:57:28.264 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36402024-12-21T04:57:29.081Z[ host-image] Dec 21 04:57:28.264 INFO O| Dec 21 04:57:28.264 INFO skip step because feature "recovery" is not enabled
36412024-12-21T04:57:29.096Z[ host-image] Dec 21 04:57:28.264 INFO O| Dec 21 04:57:28.264 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36422024-12-21T04:57:29.096Z[ host-image] Dec 21 04:57:28.264 INFO O| Dec 21 04:57:28.264 INFO skip step because feature "recovery" is not enabled
36432024-12-21T04:57:29.096Z[ host-image] Dec 21 04:57:28.264 INFO O| Dec 21 04:57:28.264 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36442024-12-21T04:57:29.101Z[ host-image] Dec 21 04:57:28.276 INFO O| Dec 21 04:57:28.276 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"]
36452024-12-21T04:57:29.552Z[ host-image] Dec 21 04:57:28.736 INFO O| Dec 21 04:57:28.736 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36462024-12-21T04:57:42.385Z[recovery-package] Finished `release` profile [optimized] target(s) in 49.64s
36472024-12-21T04:57:44.026ZDec 21 04:57:43.209 INFO [recovery-package] process exited with exit status: 0 (51.570240587s)
36482024-12-21T04:57:44.026ZDec 21 04:57:43.209 INFO [recovery-stamp] running task
36492024-12-21T04:57:44.082ZDec 21 04:57:43.209 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
36502024-12-21T04:57:44.082ZDec 21 04:57:43.219 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git072b8da9f20
36512024-12-21T04:57:44.082ZDec 21 04:57:43.229 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 12.0.0-0.ci+git072b8da9f20
36522024-12-21T04:57:44.082Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
36532024-12-21T04:57:44.083Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
36542024-12-21T04:57:44.139Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
36552024-12-21T04:57:44.143ZDec 21 04:57:43.325 INFO [stamp-installinator] process exited with exit status: 0 (105.555059ms)
36562024-12-21T04:57:44.180Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
36572024-12-21T04:57:44.186ZDec 21 04:57:43.367 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (138.110216ms)
36582024-12-21T04:57:44.186ZDec 21 04:57:43.367 INFO [recovery-stamp] task succeeded (157.760849ms)
36592024-12-21T04:57:44.186ZDec 21 04:57:43.367 INFO [recovery-proto] running task
36602024-12-21T04:57:44.186ZDec 21 04:57:43.367 INFO [tuf-stamp] running task
36612024-12-21T04:57:44.186ZDec 21 04:57:43.369 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 12.0.0-0.ci+git072b8da9f20
36622024-12-21T04:57:44.208ZDec 21 04:57:43.388 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 12.0.0-0.ci+git072b8da9f20
36632024-12-21T04:57:44.223Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36642024-12-21T04:57:44.223ZDec 21 04:57:43.406 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 12.0.0-0.ci+git072b8da9f20
36652024-12-21T04:57:44.242Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36662024-12-21T04:57:44.242ZDec 21 04:57:43.425 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 12.0.0-0.ci+git072b8da9f20
36672024-12-21T04:57:44.258Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36682024-12-21T04:57:44.262ZDec 21 04:57:43.441 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+git072b8da9f20
36692024-12-21T04:57:44.313ZDec 21 04:57:43.496 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 12.0.0-0.ci+git072b8da9f20
36702024-12-21T04:57:44.313Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36712024-12-21T04:57:44.376Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36722024-12-21T04:57:44.379ZDec 21 04:57:43.559 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 12.0.0-0.ci+git072b8da9f20
36732024-12-21T04:57:44.390ZDec 21 04:57:43.573 INFO [recovery-proto] task succeeded (206.180523ms)
36742024-12-21T04:57:44.394ZDec 21 04:57:43.574 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.34.311' -P /tmp/.tmpSMdqRg/proto/recovery/root -N 'recovery 072b8da/${os_short_commit} 2024-12-21 04:35' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36752024-12-21T04:57:44.404Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36762024-12-21T04:57:44.407ZDec 21 04:57:43.587 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 12.0.0-0.ci+git072b8da9f20
36772024-12-21T04:57:44.477Z[ recovery-image] Dec 21 04:57:43.615 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36782024-12-21T04:57:44.477Z[ recovery-image] Dec 21 04:57:43.615 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36792024-12-21T04:57:44.484Z[ recovery-image] Dec 21 04:57:43.635 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpSMdqRg/proto/recovery/root"
36802024-12-21T04:57:44.484Z[ recovery-image] Dec 21 04:57:43.635 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36812024-12-21T04:57:44.484Z[ recovery-image] Dec 21 04:57:43.635 INFO image builder template: ramdisk-01-os...
36822024-12-21T04:57:44.484Z[ recovery-image] Dec 21 04:57:43.635 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/.tmpSMdqRg/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.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36832024-12-21T04:57:44.492Z[ recovery-image] Dec 21 04:57:43.675 INFO O| Dec 21 04:57:43.668 INFO CREATE DATASET: rpool/images/build/recovery/output
36842024-12-21T04:57:44.510Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36852024-12-21T04:57:44.510ZDec 21 04:57:43.694 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 12.0.0-0.ci+git072b8da9f20
36862024-12-21T04:57:44.599Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36872024-12-21T04:57:44.635Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36882024-12-21T04:57:44.664ZDec 21 04:57:43.847 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 12.0.0-0.ci+git072b8da9f20
36892024-12-21T04:57:44.754Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36902024-12-21T04:57:44.763Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36912024-12-21T04:57:44.778ZDec 21 04:57:43.962 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 12.0.0-0.ci+git072b8da9f20
36922024-12-21T04:57:44.812Z[ recovery-image] Dec 21 04:57:43.994 INFO O| Dec 21 04:57:43.975 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36932024-12-21T04:57:44.812Z[ recovery-image] Dec 21 04:57:43.994 INFO O| Dec 21 04:57:43.982 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36942024-12-21T04:57:45.044Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
36952024-12-21T04:57:45.050Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36962024-12-21T04:57:45.064Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36972024-12-21T04:57:45.070ZDec 21 04:57:44.248 INFO [stamp-probe] process exited with exit status: 0 (688.362748ms)
36982024-12-21T04:57:45.071ZDec 21 04:57:44.248 INFO [stamp-ntp] process exited with exit status: 0 (841.808996ms)
36992024-12-21T04:57:45.071Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37002024-12-21T04:57:45.217Z[ recovery-image] Dec 21 04:57:44.401 INFO O| Dec 21 04:57:44.400 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
37012024-12-21T04:57:45.315Z[ recovery-image] Dec 21 04:57:44.498 INFO O| Dec 21 04:57:44.498 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37022024-12-21T04:57:45.319Z[ recovery-image] Dec 21 04:57:44.499 INFO O| Dec 21 04:57:44.498 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37032024-12-21T04:57:45.319Z[ recovery-image] Dec 21 04:57:44.499 INFO O| Dec 21 04:57:44.499 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37042024-12-21T04:57:45.319Z[ recovery-image] Dec 21 04:57:44.499 INFO O| Dec 21 04:57:44.499 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37052024-12-21T04:57:45.326Z[ recovery-image] Dec 21 04:57:44.510 INFO O| Dec 21 04:57:44.510 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37062024-12-21T04:57:45.742Z[ recovery-image] Dec 21 04:57:44.925 INFO O| Dec 21 04:57:44.925 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37072024-12-21T04:57:45.758Z[ recovery-image] Dec 21 04:57:44.941 INFO O| Dec 21 04:57:44.941 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
37082024-12-21T04:57:45.969Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
37092024-12-21T04:57:45.996ZDec 21 04:57:45.168 INFO [stamp-internal-dns] process exited with exit status: 0 (1.742729239s)
37102024-12-21T04:57:46.258Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
37112024-12-21T04:57:46.298Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
37122024-12-21T04:57:46.305ZDec 21 04:57:45.485 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.988416326s)
37132024-12-21T04:57:46.305ZDec 21 04:57:45.485 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.63843973s)
37142024-12-21T04:57:46.565Z[ recovery-image] Dec 21 04:57:45.749 INFO O| Dec 21 04:57:45.749 INFO O| Caching catalogs ... Done
37152024-12-21T04:57:46.597Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
37162024-12-21T04:57:46.629ZDec 21 04:57:45.809 INFO [stamp-external-dns] process exited with exit status: 0 (1.780044883s)
37172024-12-21T04:57:46.653Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
37182024-12-21T04:57:46.658ZDec 21 04:57:45.840 INFO [stamp-oximeter] process exited with exit status: 0 (2.398527501s)
37192024-12-21T04:57:46.689Z[ recovery-image] Dec 21 04:57:45.873 INFO O| Dec 21 04:57:45.872 INFO STEP 0 (pkg_image_create) COMPLETE
37202024-12-21T04:57:46.690Z[ recovery-image] Dec 21 04:57:45.873 INFO O| Dec 21 04:57:45.873 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37212024-12-21T04:57:46.690Z[ recovery-image] Dec 21 04:57:45.873 INFO O| Dec 21 04:57:45.873 INFO skip step because feature "repo_redist" is not enabled
37222024-12-21T04:57:46.690Z[ recovery-image] Dec 21 04:57:45.873 INFO O| Dec 21 04:57:45.873 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37232024-12-21T04:57:46.704Z[ recovery-image] Dec 21 04:57:45.887 INFO O| Dec 21 04:57:45.887 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"]
37242024-12-21T04:57:47.151Z[ recovery-image] Dec 21 04:57:46.335 INFO O| Dec 21 04:57:46.335 INFO STEP 2 (pkg_set_publisher) COMPLETE
37252024-12-21T04:57:47.151Z[ recovery-image] Dec 21 04:57:46.335 INFO O| Dec 21 04:57:46.335 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37262024-12-21T04:57:47.166Z[ recovery-image] Dec 21 04:57:46.349 INFO O| Dec 21 04:57:46.349 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"]
37272024-12-21T04:57:51.044Z[ recovery-image] Dec 21 04:57:46.830 INFO O| Dec 21 04:57:46.830 INFO STEP 3 (pkg_set_publisher) COMPLETE
37282024-12-21T04:57:51.044Z[ recovery-image] Dec 21 04:57:46.831 INFO O| Dec 21 04:57:46.830 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37292024-12-21T04:57:51.051Z[ recovery-image] Dec 21 04:57:46.831 INFO O| Dec 21 04:57:46.830 INFO skip step because feature "repo_redist" is not enabled
37302024-12-21T04:57:51.051Z[ recovery-image] Dec 21 04:57:46.831 INFO O| Dec 21 04:57:46.830 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37312024-12-21T04:57:51.051Z[ recovery-image] Dec 21 04:57:47.326 INFO O| Dec 21 04:57:47.326 INFO variant opensolaris.zone is already global
37322024-12-21T04:57:51.051Z[ recovery-image] Dec 21 04:57:47.326 INFO O| Dec 21 04:57:47.326 INFO STEP 5 (pkg_change_variant) COMPLETE
37332024-12-21T04:57:51.051Z[ recovery-image] Dec 21 04:57:47.326 INFO O| Dec 21 04:57:47.326 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37342024-12-21T04:57:51.051Z[ recovery-image] Dec 21 04:57:47.812 INFO O| Dec 21 04:57:47.812 INFO variant opensolaris.imagetype is full; changing to partial
37352024-12-21T04:57:51.051Z[ recovery-image] Dec 21 04:57:47.812 INFO O| Dec 21 04:57:47.812 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37362024-12-21T04:57:51.051Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
37372024-12-21T04:57:51.051ZDec 21 04:57:47.910 INFO [stamp-nexus] process exited with exit status: 0 (4.215558911s)
37382024-12-21T04:57:51.051Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37392024-12-21T04:57:51.051Z[verify-libraries] Compiling home v0.5.9
37402024-12-21T04:57:51.051Z[verify-libraries] Compiling cfg_aliases v0.1.1
37412024-12-21T04:57:51.051Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37422024-12-21T04:57:51.051Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37432024-12-21T04:57:51.051Z[verify-libraries] Compiling unicode_categories v0.1.1
37442024-12-21T04:57:51.051Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37452024-12-21T04:57:51.052Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37462024-12-21T04:57:51.052Z[verify-libraries] Compiling nix v0.28.0
37472024-12-21T04:57:51.052Z[verify-libraries] Compiling polyval v0.6.2
37482024-12-21T04:57:51.052Z[verify-libraries] Compiling ctr v0.9.2
37492024-12-21T04:57:51.052Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37502024-12-21T04:57:51.052ZDec 21 04:57:49.775 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.187418117s)
37512024-12-21T04:57:51.052Z[verify-libraries] Compiling sqlformat v0.2.6
37522024-12-21T04:57:51.052Z[verify-libraries] Compiling ghash v0.5.1
37532024-12-21T04:57:51.073Z[verify-libraries] Compiling sqlparser v0.45.0
37542024-12-21T04:57:51.090Z[verify-libraries] Compiling ssh-encoding v0.2.0
37552024-12-21T04:57:51.130Z[verify-libraries] Compiling blowfish v0.9.1
37562024-12-21T04:57:51.474Z[verify-libraries] Compiling aes-gcm v0.10.3
37572024-12-21T04:57:52.136Z[verify-libraries] Compiling ssh-cipher v0.2.0
37582024-12-21T04:57:52.865Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37592024-12-21T04:57:53.675Z[verify-libraries] Compiling password-hash v0.4.2
37602024-12-21T04:57:56.834Z[verify-libraries] Compiling rustyline v14.0.0
37612024-12-21T04:57:57.648Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37622024-12-21T04:57:57.694ZDec 21 04:57:56.877 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.508620751s)
37632024-12-21T04:57:57.739Z[verify-libraries] Compiling matches v0.1.10
37642024-12-21T04:57:58.003Z[verify-libraries] Compiling idna v0.2.3
37652024-12-21T04:57:58.340Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37662024-12-21T04:57:58.401ZDec 21 04:57:57.583 INFO [stamp-clickhouse] process exited with exit status: 0 (14.195278296s)
37672024-12-21T04:57:58.459ZDec 21 04:57:57.584 INFO [tuf-stamp] task succeeded (14.216455105s)
37682024-12-21T04:57:59.639Z[verify-libraries] Compiling pbkdf2 v0.11.0
37692024-12-21T04:57:59.893Z[verify-libraries] Compiling ssh-key v0.6.6
37702024-12-21T04:58:00.391Z[verify-libraries] Compiling p256 v0.13.2
37712024-12-21T04:58:01.095Z[ recovery-image] Dec 21 04:58:00.276 INFO O| Dec 21 04:58:00.276 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37722024-12-21T04:58:02.868Z[verify-libraries] Compiling p521 v0.13.3
37732024-12-21T04:58:03.169Z[verify-libraries] Compiling enum-as-inner v0.5.1
37742024-12-21T04:58:04.603Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37752024-12-21T04:58:05.089Z[verify-libraries] Compiling md5 v0.7.0
37762024-12-21T04:58:05.831Z[verify-libraries] Compiling russh-keys v0.45.0
37772024-12-21T04:58:05.983Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37782024-12-21T04:58:10.337Z[ recovery-image] Dec 21 04:58:09.518 INFO O| Dec 21 04:58:09.518 INFO O| Startup: Caching catalogs ... Done
37792024-12-21T04:58:10.481Z[ recovery-image] Dec 21 04:58:09.663 INFO O| Dec 21 04:58:09.663 INFO O| Planning: Planning completed in 0.00 seconds
37802024-12-21T04:58:10.484Z[ recovery-image] Dec 21 04:58:09.664 INFO O| Dec 21 04:58:09.664 INFO O| Planning: Consolidating action changes ... Done
37812024-12-21T04:58:10.484Z[ recovery-image] Dec 21 04:58:09.665 INFO O| Dec 21 04:58:09.665 INFO O| Planning: Evaluating mediators ... Done
37822024-12-21T04:58:10.484Z[ recovery-image] Dec 21 04:58:09.665 INFO O| Dec 21 04:58:09.665 INFO O| Planning: Planning completed in 0.00 seconds
37832024-12-21T04:58:10.484Z[ recovery-image] Dec 21 04:58:09.666 INFO O| Dec 21 04:58:09.665 INFO O| Variants/Facets to change: 1
37842024-12-21T04:58:10.565Z[ recovery-image] Dec 21 04:58:09.747 INFO O| Dec 21 04:58:09.747 INFO O| Done
37852024-12-21T04:58:10.565Z[ recovery-image] Dec 21 04:58:09.747 INFO O| Dec 21 04:58:09.747 INFO O| Done
37862024-12-21T04:58:11.639Z[ recovery-image] Dec 21 04:58:10.788 INFO O| Dec 21 04:58:10.788 INFO O| Done
37872024-12-21T04:58:11.687Z[ recovery-image] Dec 21 04:58:10.868 INFO O| Dec 21 04:58:10.868 INFO O| Done
37882024-12-21T04:58:11.690Z[ recovery-image] Dec 21 04:58:10.870 INFO O| Dec 21 04:58:10.870 INFO O| Done
37892024-12-21T04:58:11.690Z[ recovery-image] Dec 21 04:58:10.870 INFO O| Dec 21 04:58:10.870 INFO O| Done
37902024-12-21T04:58:11.690Z[ recovery-image] Dec 21 04:58:10.872 INFO O| Dec 21 04:58:10.872 INFO O| Done
37912024-12-21T04:58:12.515Z[ recovery-image] Dec 21 04:58:11.697 INFO O| Dec 21 04:58:11.696 INFO STEP 6 (pkg_change_variant) COMPLETE
37922024-12-21T04:58:12.515Z[ recovery-image] Dec 21 04:58:11.697 INFO O| Dec 21 04:58:11.696 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37932024-12-21T04:58:12.515Z[ recovery-image] Dec 21 04:58:11.697 INFO O| Dec 21 04:58:11.697 INFO skip step because feature "debug_variant" is not enabled
37942024-12-21T04:58:12.520Z[ recovery-image] Dec 21 04:58:11.697 INFO O| Dec 21 04:58:11.697 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37952024-12-21T04:58:13.179Z[ recovery-image] Dec 21 04:58:12.359 INFO O| Dec 21 04:58:12.359 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37962024-12-21T04:58:14.244Z[ recovery-image] Dec 21 04:58:13.427 INFO O| Dec 21 04:58:13.427 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37972024-12-21T04:58:14.247Z[ recovery-image] Dec 21 04:58:13.429 INFO O| Dec 21 04:58:13.429 INFO O| Planning: Planning completed in 0.00 seconds
37982024-12-21T04:58:14.247Z[ recovery-image] Dec 21 04:58:13.430 INFO O| Dec 21 04:58:13.429 INFO O| Planning: Consolidating action changes ... Done
37992024-12-21T04:58:14.247Z[ recovery-image] Dec 21 04:58:13.430 INFO O| Dec 21 04:58:13.430 INFO O| Planning: Evaluating mediators ... Done
38002024-12-21T04:58:14.250Z[ recovery-image] Dec 21 04:58:13.430 INFO O| Dec 21 04:58:13.430 INFO O| Planning: Planning completed in 0.00 seconds
38012024-12-21T04:58:14.250Z[ recovery-image] Dec 21 04:58:13.430 INFO O| Dec 21 04:58:13.430 INFO O| Variants/Facets to change: 1
38022024-12-21T04:58:14.332Z[ recovery-image] Dec 21 04:58:13.510 INFO O| Dec 21 04:58:13.509 INFO O| Done
38032024-12-21T04:58:14.333Z[ recovery-image] Dec 21 04:58:13.510 INFO O| Dec 21 04:58:13.509 INFO O| Done
38042024-12-21T04:58:15.092Z[ recovery-image] Dec 21 04:58:14.274 INFO O| Dec 21 04:58:14.274 INFO O| Done
38052024-12-21T04:58:15.192Z[ recovery-image] Dec 21 04:58:14.374 INFO O| Dec 21 04:58:14.374 INFO O| Done
38062024-12-21T04:58:15.196Z[ recovery-image] Dec 21 04:58:14.375 INFO O| Dec 21 04:58:14.375 INFO O| Done
38072024-12-21T04:58:15.196Z[ recovery-image] Dec 21 04:58:14.376 INFO O| Dec 21 04:58:14.375 INFO O| Done
38082024-12-21T04:58:15.199Z[ recovery-image] Dec 21 04:58:14.378 INFO O| Dec 21 04:58:14.377 INFO O| Done
38092024-12-21T04:58:15.288Z[ recovery-image] Dec 21 04:58:14.470 INFO O| Dec 21 04:58:14.470 INFO STEP 8 (pkg_change_facet) COMPLETE
38102024-12-21T04:58:15.288Z[ recovery-image] Dec 21 04:58:14.470 INFO O| Dec 21 04:58:14.470 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38112024-12-21T04:58:15.645Z[verify-libraries] Compiling num-bigint v0.4.6
38122024-12-21T04:58:16.093Z[ recovery-image] Dec 21 04:58:15.275 INFO O| Dec 21 04:58:15.275 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
38132024-12-21T04:58:17.208Z[ recovery-image] Dec 21 04:58:16.389 INFO O| Dec 21 04:58:16.389 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38142024-12-21T04:58:17.210Z[ recovery-image] Dec 21 04:58:16.391 INFO O| Dec 21 04:58:16.391 INFO O| Planning: Planning completed in 0.00 seconds
38152024-12-21T04:58:17.210Z[ recovery-image] Dec 21 04:58:16.392 INFO O| Dec 21 04:58:16.392 INFO O| Planning: Consolidating action changes ... Done
38162024-12-21T04:58:17.210Z[ recovery-image] Dec 21 04:58:16.392 INFO O| Dec 21 04:58:16.392 INFO O| Planning: Evaluating mediators ... Done
38172024-12-21T04:58:17.210Z[ recovery-image] Dec 21 04:58:16.393 INFO O| Dec 21 04:58:16.393 INFO O| Planning: Planning completed in 0.00 seconds
38182024-12-21T04:58:17.214Z[ recovery-image] Dec 21 04:58:16.393 INFO O| Dec 21 04:58:16.393 INFO O| Variants/Facets to change: 1
38192024-12-21T04:58:17.308Z[ recovery-image] Dec 21 04:58:16.491 INFO O| Dec 21 04:58:16.490 INFO O| Done
38202024-12-21T04:58:17.308Z[ recovery-image] Dec 21 04:58:16.491 INFO O| Dec 21 04:58:16.491 INFO O| Done
38212024-12-21T04:58:18.053Z[ recovery-image] Dec 21 04:58:17.235 INFO O| Dec 21 04:58:17.235 INFO O| Done
38222024-12-21T04:58:18.152Z[ recovery-image] Dec 21 04:58:17.334 INFO O| Dec 21 04:58:17.334 INFO O| Done
38232024-12-21T04:58:18.155Z[ recovery-image] Dec 21 04:58:17.336 INFO O| Dec 21 04:58:17.336 INFO O| Done
38242024-12-21T04:58:18.155Z[ recovery-image] Dec 21 04:58:17.336 INFO O| Dec 21 04:58:17.336 INFO O| Done
38252024-12-21T04:58:18.157Z[ recovery-image] Dec 21 04:58:17.338 INFO O| Dec 21 04:58:17.338 INFO O| Done
38262024-12-21T04:58:18.269Z[ recovery-image] Dec 21 04:58:17.451 INFO O| Dec 21 04:58:17.451 INFO STEP 9 (pkg_change_facet) COMPLETE
38272024-12-21T04:58:18.269Z[ recovery-image] Dec 21 04:58:17.451 INFO O| Dec 21 04:58:17.451 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38282024-12-21T04:58:18.952Z[ recovery-image] Dec 21 04:58:18.134 INFO O| Dec 21 04:58:18.134 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38292024-12-21T04:58:20.106Z[ recovery-image] Dec 21 04:58:19.288 INFO O| Dec 21 04:58:19.288 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38302024-12-21T04:58:20.108Z[ recovery-image] Dec 21 04:58:19.290 INFO O| Dec 21 04:58:19.290 INFO O| Planning: Planning completed in 0.00 seconds
38312024-12-21T04:58:20.111Z[ recovery-image] Dec 21 04:58:19.291 INFO O| Dec 21 04:58:19.291 INFO O| Planning: Consolidating action changes ... Done
38322024-12-21T04:58:20.111Z[ recovery-image] Dec 21 04:58:19.291 INFO O| Dec 21 04:58:19.291 INFO O| Planning: Evaluating mediators ... Done
38332024-12-21T04:58:20.111Z[ recovery-image] Dec 21 04:58:19.292 INFO O| Dec 21 04:58:19.292 INFO O| Planning: Planning completed in 0.00 seconds
38342024-12-21T04:58:20.111Z[ recovery-image] Dec 21 04:58:19.292 INFO O| Dec 21 04:58:19.292 INFO O| Variants/Facets to change: 1
38352024-12-21T04:58:20.185Z[ recovery-image] Dec 21 04:58:19.368 INFO O| Dec 21 04:58:19.368 INFO O| Done
38362024-12-21T04:58:20.186Z[ recovery-image] Dec 21 04:58:19.368 INFO O| Dec 21 04:58:19.368 INFO O| Done
38372024-12-21T04:58:21.192Z[ recovery-image] Dec 21 04:58:20.374 INFO O| Dec 21 04:58:20.374 INFO O| Done
38382024-12-21T04:58:21.276Z[ recovery-image] Dec 21 04:58:20.458 INFO O| Dec 21 04:58:20.458 INFO O| Done
38392024-12-21T04:58:21.278Z[ recovery-image] Dec 21 04:58:20.459 INFO O| Dec 21 04:58:20.459 INFO O| Done
38402024-12-21T04:58:21.278Z[ recovery-image] Dec 21 04:58:20.460 INFO O| Dec 21 04:58:20.459 INFO O| Done
38412024-12-21T04:58:21.281Z[ recovery-image] Dec 21 04:58:20.462 INFO O| Dec 21 04:58:20.462 INFO O| Done
38422024-12-21T04:58:21.376Z[ recovery-image] Dec 21 04:58:20.558 INFO O| Dec 21 04:58:20.558 INFO STEP 10 (pkg_change_facet) COMPLETE
38432024-12-21T04:58:21.376Z[ recovery-image] Dec 21 04:58:20.558 INFO O| Dec 21 04:58:20.558 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38442024-12-21T04:58:21.397Z[ recovery-image] Dec 21 04:58:20.579 INFO O| Dec 21 04:58:20.579 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"]
38452024-12-21T04:58:22.351Z[ recovery-image] Dec 21 04:58:21.533 INFO O| Dec 21 04:58:21.533 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38462024-12-21T04:58:23.206Z[verify-libraries] Compiling des v0.8.1
38472024-12-21T04:58:23.872Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38482024-12-21T04:58:24.412Z[ host-image] Dec 21 04:58:23.594 INFO O| Dec 21 04:58:23.594 INFO O| Planning: Solver setup ... Done
38492024-12-21T04:58:25.090Z[verify-libraries] Compiling hex-literal v0.4.1
38502024-12-21T04:58:25.344Z[verify-libraries] Compiling russh v0.45.0
38512024-12-21T04:58:26.249Z[verify-libraries] Compiling dhcproto v0.12.0
38522024-12-21T04:58:30.326Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38532024-12-21T04:58:32.744Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38542024-12-21T04:58:37.170Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38552024-12-21T04:58:45.413Z[verify-libraries] Compiling petname v2.0.2
38562024-12-21T04:58:46.757Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38572024-12-21T04:58:47.522Z[verify-libraries] Compiling internet-checksum v0.2.1
38582024-12-21T04:58:48.245Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38592024-12-21T04:58:53.627Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38602024-12-21T04:59:00.746Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38612024-12-21T04:59:06.003Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38622024-12-21T04:59:08.802Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38632024-12-21T04:59:26.668Z[ recovery-image] Dec 21 04:59:25.848 INFO O| Dec 21 04:59:25.848 INFO O| Planning: Solver setup ... Done
38642024-12-21T04:59:34.685Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38652024-12-21T04:59:36.471Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38662024-12-21T04:59:41.081Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38672024-12-21T04:59:49.434Z[ host-image] Dec 21 04:59:48.612 INFO O| Dec 21 04:59:48.612 INFO O| Planning: Running solver ... Done
38682024-12-21T04:59:50.082Z[ host-image] Dec 21 04:59:49.261 INFO O| Dec 21 04:59:49.261 INFO O| Planning: Finding local manifests ... Done
38692024-12-21T04:59:50.117Z[ host-image] Dec 21 04:59:49.296 INFO O| Dec 21 04:59:49.296 INFO O| Planning: Fetching manifests: 0/124 0% complete
38702024-12-21T04:59:55.735Z[ host-image] Dec 21 04:59:54.914 INFO O| Dec 21 04:59:54.914 INFO O| Planning: Fetching manifests: 124/124 100% complete
38712024-12-21T04:59:57.231Z[ host-image] Dec 21 04:59:56.410 INFO O| Dec 21 04:59:56.410 INFO O| Planning: Package planning ... Done
38722024-12-21T04:59:59.017Z[ host-image] Dec 21 04:59:58.196 INFO O| Dec 21 04:59:58.196 INFO O| Planning: Merging actions ... Done
38732024-12-21T04:59:59.344Z[ host-image] Dec 21 04:59:58.524 INFO O| Dec 21 04:59:58.524 INFO O| Planning: Checking for conflicting actions ... Done
38742024-12-21T04:59:59.604Z[ host-image] Dec 21 04:59:58.783 INFO O| Dec 21 04:59:58.783 INFO O| Planning: Consolidating action changes ... Done
38752024-12-21T05:00:00.147Z[ host-image] Dec 21 04:59:59.326 INFO O| Dec 21 04:59:59.326 INFO O| Planning: Evaluating mediators ... Done
38762024-12-21T05:00:06.488Z[ host-image] Dec 21 05:00:05.667 INFO O| Dec 21 05:00:05.667 INFO O| Planning: Planning completed in 156.93 seconds
38772024-12-21T05:00:06.495Z[ host-image] Dec 21 05:00:05.674 INFO O| Dec 21 05:00:05.674 INFO O| Packages to install: 124
38782024-12-21T05:00:06.495Z[ host-image] Dec 21 05:00:05.675 INFO O| Dec 21 05:00:05.674 INFO O| Mediators to change: 4
38792024-12-21T05:00:06.498Z[ host-image] Dec 21 05:00:05.675 INFO O| Dec 21 05:00:05.674 INFO O| Services to change: 6
38802024-12-21T05:00:06.601Z[ host-image] Dec 21 05:00:05.780 INFO O| Dec 21 05:00:05.779 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38812024-12-21T05:00:06.618Z[verify-libraries] Compiling heck v0.4.1
38822024-12-21T05:00:08.010Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38832024-12-21T05:00:11.621Z[ host-image] Dec 21 05:00:10.800 INFO O| Dec 21 05:00:10.799 INFO O| Download: 730/22788 items 4.7/199.7MB 2% complete (965k/s)
38842024-12-21T05:00:13.244Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38852024-12-21T05:00:16.430Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38862024-12-21T05:00:16.621Z[ host-image] Dec 21 05:00:15.800 INFO O| Dec 21 05:00:15.800 INFO O| Download: 1350/22788 items 8.1/199.7MB 4% complete (848k/s)
38872024-12-21T05:00:19.948Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38882024-12-21T05:00:20.663Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38892024-12-21T05:00:20.974Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38902024-12-21T05:00:21.656Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38912024-12-21T05:00:21.872Z[ host-image] Dec 21 05:00:21.050 INFO O| Dec 21 05:00:21.050 INFO O| Download: 1628/22788 items 10.3/199.7MB 5% complete (592k/s)
38922024-12-21T05:00:22.021Z[verify-libraries] Compiling sync-ptr v0.1.1
38932024-12-21T05:00:22.404Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38942024-12-21T05:00:27.387Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38952024-12-21T05:00:27.506Z[ host-image] Dec 21 05:00:26.684 INFO O| Dec 21 05:00:26.684 INFO O| Download: 1640/22788 items 10.8/199.7MB 5% complete (524k/s)
38962024-12-21T05:00:30.096Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38972024-12-21T05:00:32.287Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38982024-12-21T05:00:33.438Z[ host-image] Dec 21 05:00:32.616 INFO O| Dec 21 05:00:32.616 INFO O| Download: 1806/22788 items 16.8/199.7MB 8% complete (567k/s)
38992024-12-21T05:00:40.106Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39002024-12-21T05:00:45.096Z[ recovery-image] Dec 21 05:00:44.273 INFO O| Dec 21 05:00:44.273 INFO O| Planning: Running solver ... Done
39012024-12-21T05:00:45.690Z[ recovery-image] Dec 21 05:00:44.868 INFO O| Dec 21 05:00:44.868 INFO O| Planning: Finding local manifests ... Done
39022024-12-21T05:00:45.708Z[ recovery-image] Dec 21 05:00:44.886 INFO O| Dec 21 05:00:44.886 INFO O| Planning: Fetching manifests: 0/124 0% complete
39032024-12-21T05:00:46.179Z[ host-image] Dec 21 05:00:45.356 INFO O| Dec 21 05:00:45.356 INFO O| Download: 1949/22788 items 22.3/199.7MB 11% complete
39042024-12-21T05:00:50.820Z[ recovery-image] Dec 21 05:00:49.997 INFO O| Dec 21 05:00:49.997 INFO O| Planning: Fetching manifests: 120/124 96% complete
39052024-12-21T05:00:52.291Z[ host-image] Dec 21 05:00:51.468 INFO O| Dec 21 05:00:51.468 INFO O| Download: 2091/22788 items 23.4/199.7MB 11% complete (496k/s)
39062024-12-21T05:00:55.186Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39072024-12-21T05:00:55.709Z[ recovery-image] Dec 21 05:00:54.886 INFO O| Dec 21 05:00:54.886 INFO O| Planning: Fetching manifests: 124/124 100% complete
39082024-12-21T05:00:56.638Z[ recovery-image] Dec 21 05:00:55.815 INFO O| Dec 21 05:00:55.815 INFO O| Planning: Package planning ... Done
39092024-12-21T05:00:57.544Z[ recovery-image] Dec 21 05:00:56.721 INFO O| Dec 21 05:00:56.721 INFO O| Planning: Merging actions ... Done
39102024-12-21T05:00:57.750Z[ recovery-image] Dec 21 05:00:56.927 INFO O| Dec 21 05:00:56.927 INFO O| Planning: Checking for conflicting actions ... Done
39112024-12-21T05:00:57.881Z[ recovery-image] Dec 21 05:00:57.058 INFO O| Dec 21 05:00:57.058 INFO O| Planning: Consolidating action changes ... Done
39122024-12-21T05:00:58.358Z[ recovery-image] Dec 21 05:00:57.535 INFO O| Dec 21 05:00:57.535 INFO O| Planning: Evaluating mediators ... Done
39132024-12-21T05:00:58.703Z[ host-image] Dec 21 05:00:57.881 INFO O| Dec 21 05:00:57.881 INFO O| Download: 2095/22788 items 23.5/199.7MB 11% complete (437k/s)
39142024-12-21T05:01:00.249Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39152024-12-21T05:01:03.893Z[ host-image] Dec 21 05:01:03.070 INFO O| Dec 21 05:01:03.070 INFO O| Download: 2302/22788 items 27.1/199.7MB 13% complete (607k/s)
39162024-12-21T05:01:04.060Z[ recovery-image] Dec 21 05:01:03.237 INFO O| Dec 21 05:01:03.237 INFO O| Planning: Planning completed in 161.70 seconds
39172024-12-21T05:01:04.067Z[ recovery-image] Dec 21 05:01:03.244 INFO O| Dec 21 05:01:03.244 INFO O| Packages to install: 124
39182024-12-21T05:01:04.069Z[ recovery-image] Dec 21 05:01:03.244 INFO O| Dec 21 05:01:03.244 INFO O| Mediators to change: 4
39192024-12-21T05:01:04.070Z[ recovery-image] Dec 21 05:01:03.245 INFO O| Dec 21 05:01:03.244 INFO O| Services to change: 5
39202024-12-21T05:01:04.150Z[ recovery-image] Dec 21 05:01:03.327 INFO O| Dec 21 05:01:03.327 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
39212024-12-21T05:01:08.913Z[ host-image] Dec 21 05:01:08.090 INFO O| Dec 21 05:01:08.090 INFO O| Download: 2461/22788 items 28.2/199.7MB 14% complete (504k/s)
39222024-12-21T05:01:09.151Z[ recovery-image] Dec 21 05:01:08.328 INFO O| Dec 21 05:01:08.328 INFO O| Download: 707/15862 items 6.0/176.4MB 3% complete (1.2M/s)
39232024-12-21T05:01:13.223Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
39242024-12-21T05:01:13.915Z[ host-image] Dec 21 05:01:13.091 INFO O| Dec 21 05:01:13.091 INFO O| Download: 2891/22788 items 33.8/199.7MB 16% complete (650k/s)
39252024-12-21T05:01:14.738Z[ recovery-image] Dec 21 05:01:13.915 INFO O| Dec 21 05:01:13.915 INFO O| Download: 1007/15862 items 7.9/176.4MB 4% complete (1009k/s)
39262024-12-21T05:01:19.997Z[ host-image] Dec 21 05:01:19.174 INFO O| Dec 21 05:01:19.173 INFO O| Download: 3485/22788 items 35.7/199.7MB 17% complete (779k/s)
39272024-12-21T05:01:20.044Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39282024-12-21T05:01:20.731Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39292024-12-21T05:01:21.472Z[ recovery-image] Dec 21 05:01:20.649 INFO O| Dec 21 05:01:20.648 INFO O| Download: 1008/15862 items 7.9/176.4MB 4% complete (985k/s)
39302024-12-21T05:01:22.370Z[verify-libraries] Compiling termios v0.3.3
39312024-12-21T05:01:22.731Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39322024-12-21T05:01:25.007Z[ host-image] Dec 21 05:01:24.183 INFO O| Dec 21 05:01:24.183 INFO O| Download: 4030/22788 items 40.2/199.7MB 20% complete (644k/s)
39332024-12-21T05:01:27.140Z[ recovery-image] Dec 21 05:01:26.316 INFO O| Dec 21 05:01:26.316 INFO O| Download: 1108/15862 items 9.4/176.4MB 5% complete (251k/s)
39342024-12-21T05:01:30.029Z[ host-image] Dec 21 05:01:29.204 INFO O| Dec 21 05:01:29.204 INFO O| Download: 4409/22788 items 41.2/199.7MB 20% complete (577k/s)
39352024-12-21T05:01:33.658Z[ recovery-image] Dec 21 05:01:32.834 INFO O| Dec 21 05:01:32.833 INFO O| Download: 1164/15862 items 10.0/176.4MB 5% complete (266k/s)
39362024-12-21T05:01:36.137Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39372024-12-21T05:01:38.886Z[ recovery-image] Dec 21 05:01:38.062 INFO O| Dec 21 05:01:38.062 INFO O| Download: 1319/15862 items 20.0/176.4MB 11% complete (1.0M/s)
39382024-12-21T05:01:44.584Z[ recovery-image] Dec 21 05:01:43.760 INFO O| Dec 21 05:01:43.759 INFO O| Download: 1454/15862 items 21.1/176.4MB 11% complete (1.2M/s)
39392024-12-21T05:01:45.551Z[ host-image] Dec 21 05:01:44.726 INFO O| Dec 21 05:01:44.726 INFO O| Download: 4495/22788 items 41.9/199.7MB 20% complete
39402024-12-21T05:01:51.057Z[ host-image] Dec 21 05:01:50.232 INFO O| Dec 21 05:01:50.232 INFO O| Download: 4550/22788 items 42.4/199.7MB 21% complete (174k/s)
39412024-12-21T05:01:51.817Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39422024-12-21T05:01:54.212Z[ recovery-image] Dec 21 05:01:53.388 INFO O| Dec 21 05:01:53.388 INFO O| Download: 1457/15862 items 21.3/176.4MB 12% complete (1.1M/s)
39432024-12-21T05:01:56.353Z[ host-image] Dec 21 05:01:55.528 INFO O| Dec 21 05:01:55.528 INFO O| Download: 4753/22788 items 45.3/199.7MB 22% complete (345k/s)
39442024-12-21T05:02:01.365Z[ host-image] Dec 21 05:02:00.540 INFO O| Dec 21 05:02:00.540 INFO O| Download: 5486/22788 items 46.1/199.7MB 23% complete (349k/s)
39452024-12-21T05:02:06.997Z[ recovery-image] Dec 21 05:02:06.172 INFO O| Dec 21 05:02:06.172 INFO O| Download: 1464/15862 items 21.4/176.4MB 12% complete
39462024-12-21T05:02:07.203Z[ host-image] Dec 21 05:02:06.378 INFO O| Dec 21 05:02:06.378 INFO O| Download: 5750/22788 items 46.3/199.7MB 23% complete (339k/s)
39472024-12-21T05:02:12.205Z[ host-image] Dec 21 05:02:11.380 INFO O| Dec 21 05:02:11.380 INFO O| Download: 6428/22788 items 46.7/199.7MB 23% complete (49.4k/s)
39482024-12-21T05:02:13.114Z[ recovery-image] Dec 21 05:02:12.288 INFO O| Dec 21 05:02:12.288 INFO O| Download: 1647/15862 items 25.5/176.4MB 14% complete (1.1M/s)
39492024-12-21T05:02:17.540Z[ host-image] Dec 21 05:02:16.714 INFO O| Dec 21 05:02:16.714 INFO O| Download: 6777/22788 items 48.3/199.7MB 24% complete (190k/s)
39502024-12-21T05:02:18.160Z[ recovery-image] Dec 21 05:02:17.334 INFO O| Dec 21 05:02:17.334 INFO O| Download: 2054/15862 items 30.7/176.4MB 17% complete (941k/s)
39512024-12-21T05:02:23.161Z[ recovery-image] Dec 21 05:02:22.336 INFO O| Dec 21 05:02:22.336 INFO O| Download: 2499/15862 items 31.5/176.4MB 17% complete (614k/s)
39522024-12-21T05:02:23.608Z[ host-image] Dec 21 05:02:22.782 INFO O| Dec 21 05:02:22.782 INFO O| Download: 6855/22788 items 48.9/199.7MB 24% complete (237k/s)
39532024-12-21T05:02:28.167Z[ recovery-image] Dec 21 05:02:27.341 INFO O| Dec 21 05:02:27.341 INFO O| Download: 3034/15862 items 37.1/176.4MB 21% complete (662k/s)
39542024-12-21T05:02:31.006Z[ host-image] Dec 21 05:02:30.180 INFO O| Dec 21 05:02:30.180 INFO O| Download: 7002/22788 items 50.8/199.7MB 25% complete (272k/s)
39552024-12-21T05:02:36.006Z[ host-image] Dec 21 05:02:35.180 INFO O| Dec 21 05:02:35.180 INFO O| Download: 7467/22788 items 58.0/199.7MB 29% complete (1.4M/s)
39562024-12-21T05:02:37.275Z[ recovery-image] Dec 21 05:02:36.449 INFO O| Dec 21 05:02:36.449 INFO O| Download: 3609/15862 items 39.1/176.4MB 22% complete (770k/s)
39572024-12-21T05:02:41.013Z[ host-image] Dec 21 05:02:40.186 INFO O| Dec 21 05:02:40.186 INFO O| Download: 7952/22788 items 59.6/199.7MB 29% complete (902k/s)
39582024-12-21T05:02:43.980Z[ recovery-image] Dec 21 05:02:43.154 INFO O| Dec 21 05:02:43.153 INFO O| Download: 3636/15862 items 39.6/176.4MB 22% complete (191k/s)
39592024-12-21T05:02:46.033Z[ host-image] Dec 21 05:02:45.207 INFO O| Dec 21 05:02:45.207 INFO O| Download: 8079/22788 items 60.4/199.7MB 30% complete (245k/s)
39602024-12-21T05:02:48.985Z[ recovery-image] Dec 21 05:02:48.158 INFO O| Dec 21 05:02:48.158 INFO O| Download: 4011/15862 items 42.6/176.4MB 24% complete (334k/s)
39612024-12-21T05:02:52.475Z[ host-image] Dec 21 05:02:51.648 INFO O| Dec 21 05:02:51.648 INFO O| Download: 8143/22788 items 60.8/199.7MB 30% complete (221k/s)
39622024-12-21T05:02:54.255Z[ recovery-image] Dec 21 05:02:53.428 INFO O| Dec 21 05:02:53.428 INFO O| Download: 4774/15862 items 43.0/176.4MB 24% complete (362k/s)
39632024-12-21T05:02:57.556Z[ host-image] Dec 21 05:02:56.729 INFO O| Dec 21 05:02:56.729 INFO O| Download: 8296/22788 items 67.3/199.7MB 33% complete (615k/s)
39642024-12-21T05:02:59.261Z[ recovery-image] Dec 21 05:02:58.435 INFO O| Dec 21 05:02:58.434 INFO O| Download: 5010/15862 items 43.1/176.4MB 24% complete (54.4k/s)
39652024-12-21T05:03:02.760Z[ host-image] Dec 21 05:03:01.934 INFO O| Dec 21 05:03:01.934 INFO O| Download: 8394/22788 items 69.2/199.7MB 34% complete (918k/s)
39662024-12-21T05:03:04.264Z[ recovery-image] Dec 21 05:03:03.437 INFO O| Dec 21 05:03:03.437 INFO O| Download: 5628/15862 items 43.6/176.4MB 24% complete (52.0k/s)
39672024-12-21T05:03:07.761Z[ host-image] Dec 21 05:03:06.934 INFO O| Dec 21 05:03:06.934 INFO O| Download: 9055/22788 items 74.5/199.7MB 37% complete (659k/s)
39682024-12-21T05:03:09.264Z[ recovery-image] Dec 21 05:03:08.437 INFO O| Dec 21 05:03:08.437 INFO O| Download: 5665/15862 items 44.5/176.4MB 25% complete (140k/s)
39692024-12-21T05:03:12.975Z[ host-image] Dec 21 05:03:12.148 INFO O| Dec 21 05:03:12.148 INFO O| Download: 9654/22788 items 83.3/199.7MB 41% complete (1.4M/s)
39702024-12-21T05:03:15.191Z[ recovery-image] Dec 21 05:03:14.364 INFO O| Dec 21 05:03:14.364 INFO O| Download: 5736/15862 items 46.6/176.4MB 26% complete (266k/s)
39712024-12-21T05:03:17.978Z[ host-image] Dec 21 05:03:17.149 INFO O| Dec 21 05:03:17.149 INFO O| Download: 10278/22788 items 87.3/199.7MB 43% complete (1.3M/s)
39722024-12-21T05:03:20.669Z[ recovery-image] Dec 21 05:03:19.766 INFO O| Dec 21 05:03:19.766 INFO O| Download: 5946/15862 items 53.6/176.4MB 30% complete (900k/s)
39732024-12-21T05:03:22.978Z[ host-image] Dec 21 05:03:22.151 INFO O| Dec 21 05:03:22.150 INFO O| Download: 10584/22788 items 88.9/199.7MB 44% complete (563k/s)
39742024-12-21T05:03:25.663Z[ recovery-image] Dec 21 05:03:24.836 INFO O| Dec 21 05:03:24.836 INFO O| Download: 6125/15862 items 59.5/176.4MB 33% complete (1.2M/s)
39752024-12-21T05:03:30.686Z[ recovery-image] Dec 21 05:03:29.858 INFO O| Dec 21 05:03:29.858 INFO O| Download: 6505/15862 items 63.8/176.4MB 36% complete (1003k/s)
39762024-12-21T05:03:35.695Z[ recovery-image] Dec 21 05:03:34.867 INFO O| Dec 21 05:03:34.867 INFO O| Download: 7114/15862 items 72.9/176.4MB 41% complete (1.4M/s)
39772024-12-21T05:03:42.022Z[ recovery-image] Dec 21 05:03:41.194 INFO O| Dec 21 05:03:41.194 INFO O| Download: 7211/15862 items 73.3/176.4MB 41% complete (1.2M/s)
39782024-12-21T05:03:47.682Z[ recovery-image] Dec 21 05:03:46.854 INFO O| Dec 21 05:03:46.840 INFO O| Download: 7626/15862 items 73.7/176.4MB 41% complete (107k/s)
39792024-12-21T05:03:48.004Z[ host-image] Dec 21 05:03:47.174 INFO O| Dec 21 05:03:47.174 INFO O| Download: 10846/22788 items 90.0/199.7MB 45% complete
39802024-12-21T05:03:48.031Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39812024-12-21T05:03:53.575Z[ host-image] Dec 21 05:03:52.747 INFO O| Dec 21 05:03:52.747 INFO O| Download: 11095/22788 items 92.1/199.7MB 46% complete (610k/s)
39822024-12-21T05:03:53.716Z[ recovery-image] Dec 21 05:03:52.888 INFO O| Dec 21 05:03:52.887 INFO O| Download: 7857/15862 items 75.6/176.4MB 42% complete (219k/s)
39832024-12-21T05:03:59.024Z[ recovery-image] Dec 21 05:03:58.195 INFO O| Dec 21 05:03:58.195 INFO O| Download: 7897/15862 items 76.9/176.4MB 43% complete (277k/s)
39842024-12-21T05:03:59.459Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39852024-12-21T05:03:59.801Z[ host-image] Dec 21 05:03:58.972 INFO O| Dec 21 05:03:58.972 INFO O| Download: 11204/22788 items 93.9/199.7MB 47% complete (432k/s)
39862024-12-21T05:04:04.029Z[ recovery-image] Dec 21 05:04:03.201 INFO O| Dec 21 05:04:03.201 INFO O| Download: 8209/15862 items 79.7/176.4MB 45% complete (421k/s)
39872024-12-21T05:04:10.508Z[ recovery-image] Dec 21 05:04:09.679 INFO O| Dec 21 05:04:09.679 INFO O| Download: 8662/15862 items 81.5/176.4MB 46% complete (526k/s)
39882024-12-21T05:04:12.285Z[ host-image] Dec 21 05:04:11.455 INFO O| Dec 21 05:04:11.455 INFO O| Download: 11234/22788 items 94.1/199.7MB 47% complete (317k/s)
39892024-12-21T05:04:16.863Z[ recovery-image] Dec 21 05:04:16.034 INFO O| Dec 21 05:04:16.034 INFO O| Download: 8673/15862 items 82.9/176.4MB 47% complete (318k/s)
39902024-12-21T05:04:17.287Z[ host-image] Dec 21 05:04:16.458 INFO O| Dec 21 05:04:16.458 INFO O| Download: 11879/22788 items 96.5/199.7MB 48% complete (491k/s)
39912024-12-21T05:04:20.858Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
39922024-12-21T05:04:22.663Z[ recovery-image] Dec 21 05:04:21.833 INFO O| Dec 21 05:04:21.833 INFO O| Download: 8777/15862 items 89.2/176.4MB 50% complete (714k/s)
39932024-12-21T05:04:23.450Z[ host-image] Dec 21 05:04:22.621 INFO O| Dec 21 05:04:22.621 INFO O| Download: 11979/22788 items 98.2/199.7MB 49% complete (551k/s)
39942024-12-21T05:04:25.948Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39952024-12-21T05:04:27.352Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
39962024-12-21T05:04:28.673Z[ host-image] Dec 21 05:04:27.843 INFO O| Dec 21 05:04:27.843 INFO O| Download: 12118/22788 items 106.0/199.7MB 53% complete (756k/s)
39972024-12-21T05:04:33.685Z[ host-image] Dec 21 05:04:32.856 INFO O| Dec 21 05:04:32.856 INFO O| Download: 12274/22788 items 109.4/199.7MB 54% complete (1.1M/s)
39982024-12-21T05:04:35.192Z[ recovery-image] Dec 21 05:04:34.362 INFO O| Dec 21 05:04:34.362 INFO O| Download: 8824/15862 items 91.8/176.4MB 52% complete (1.0M/s)
39992024-12-21T05:04:38.760Z[ host-image] Dec 21 05:04:37.930 INFO O| Dec 21 05:04:37.930 INFO O| Download: 12556/22788 items 109.6/199.7MB 54% complete (621k/s)
40002024-12-21T05:04:41.281Z[ recovery-image] Dec 21 05:04:40.451 INFO O| Dec 21 05:04:40.451 INFO O| Download: 8844/15862 items 91.9/176.4MB 52% complete (252k/s)
40012024-12-21T05:04:43.773Z[ host-image] Dec 21 05:04:42.943 INFO O| Dec 21 05:04:42.943 INFO O| Download: 13004/22788 items 109.8/199.7MB 54% complete (38.0k/s)
40022024-12-21T05:04:46.284Z[ recovery-image] Dec 21 05:04:45.454 INFO O| Dec 21 05:04:45.454 INFO O| Download: 9387/15862 items 92.9/176.4MB 52% complete (121k/s)
40032024-12-21T05:04:50.004Z[ host-image] Dec 21 05:04:49.174 INFO O| Dec 21 05:04:49.174 INFO O| Download: 13314/22788 items 110.0/199.7MB 55% complete (39.8k/s)
40042024-12-21T05:04:51.304Z[ recovery-image] Dec 21 05:04:50.471 INFO O| Dec 21 05:04:50.471 INFO O| Download: 10052/15862 items 93.2/176.4MB 52% complete (129k/s)
40052024-12-21T05:04:56.606Z[ recovery-image] Dec 21 05:04:55.775 INFO O| Dec 21 05:04:55.775 INFO O| Download: 10541/15862 items 93.5/176.4MB 52% complete (67.8k/s)
40062024-12-21T05:05:01.628Z[ recovery-image] Dec 21 05:05:00.798 INFO O| Dec 21 05:05:00.797 INFO O| Download: 10785/15862 items 93.8/176.4MB 53% complete (44.4k/s)
40072024-12-21T05:05:07.220Z[ recovery-image] Dec 21 05:05:06.390 INFO O| Dec 21 05:05:06.389 INFO O| Download: 11084/15862 items 99.5/176.4MB 56% complete (554k/s)
40082024-12-21T05:05:07.379Z[ host-image] Dec 21 05:05:06.548 INFO O| Dec 21 05:05:06.548 INFO O| Download: 13315/22788 items 110.0/199.7MB 55% complete
40092024-12-21T05:05:12.397Z[ host-image] Dec 21 05:05:11.566 INFO O| Dec 21 05:05:11.565 INFO O| Download: 13663/22788 items 110.1/199.7MB 55% complete (37.7k/s)
40102024-12-21T05:05:12.604Z[ recovery-image] Dec 21 05:05:11.773 INFO O| Dec 21 05:05:11.773 INFO O| Download: 11404/15862 items 107.1/176.4MB 60% complete (1.4M/s)
40112024-12-21T05:05:17.827Z[ host-image] Dec 21 05:05:16.996 INFO O| Dec 21 05:05:16.996 INFO O| Download: 13901/22788 items 110.3/199.7MB 55% complete (39.1k/s)
40122024-12-21T05:05:23.033Z[ host-image] Dec 21 05:05:22.202 INFO O| Dec 21 05:05:22.202 INFO O| Download: 14423/22788 items 111.7/199.7MB 55% complete (142k/s)
40132024-12-21T05:05:26.438Z[ recovery-image] Dec 21 05:05:25.607 INFO O| Dec 21 05:05:25.607 INFO O| Download: 11430/15862 items 107.3/176.4MB 60% complete (1.1M/s)
40142024-12-21T05:05:28.036Z[ host-image] Dec 21 05:05:27.205 INFO O| Dec 21 05:05:27.205 INFO O| Download: 14846/22788 items 117.8/199.7MB 59% complete (768k/s)
40152024-12-21T05:05:31.515Z[ recovery-image] Dec 21 05:05:30.683 INFO O| Dec 21 05:05:30.683 INFO O| Download: 11922/15862 items 128.3/176.4MB 72% complete (4.8M/s)
40162024-12-21T05:05:33.041Z[ host-image] Dec 21 05:05:32.209 INFO O| Dec 21 05:05:32.209 INFO O| Download: 15480/22788 items 123.4/199.7MB 61% complete (1.2M/s)
40172024-12-21T05:05:36.589Z[ recovery-image] Dec 21 05:05:35.755 INFO O| Dec 21 05:05:35.755 INFO O| Download: 11997/15862 items 140.0/176.4MB 79% complete (3.6M/s)
40182024-12-21T05:05:38.041Z[ host-image] Dec 21 05:05:37.209 INFO O| Dec 21 05:05:37.209 INFO O| Download: 15734/22788 items 126.0/199.7MB 63% complete (836k/s)
40192024-12-21T05:05:41.591Z[ recovery-image] Dec 21 05:05:40.758 INFO O| Dec 21 05:05:40.758 INFO O| Download: 12668/15862 items 142.7/176.4MB 80% complete (1.4M/s)
40202024-12-21T05:05:43.043Z[ host-image] Dec 21 05:05:42.211 INFO O| Dec 21 05:05:42.211 INFO O| Download: 16195/22788 items 143.7/199.7MB 71% complete (1.9M/s)
40212024-12-21T05:05:46.607Z[ recovery-image] Dec 21 05:05:45.775 INFO O| Dec 21 05:05:45.775 INFO O| Download: 13016/15862 items 144.1/176.4MB 81% complete (417k/s)
40222024-12-21T05:05:48.043Z[ host-image] Dec 21 05:05:47.211 INFO O| Dec 21 05:05:47.211 INFO O| Download: 16651/22788 items 148.0/199.7MB 74% complete (2.2M/s)
40232024-12-21T05:05:53.777Z[ recovery-image] Dec 21 05:05:52.945 INFO O| Dec 21 05:05:52.945 INFO O| Download: 13021/15862 items 144.1/176.4MB 81% complete (404k/s)
40242024-12-21T05:05:57.623Z[ host-image] Dec 21 05:05:56.791 INFO O| Dec 21 05:05:56.791 INFO O| Download: 16891/22788 items 148.4/199.7MB 74% complete (1.9M/s)
40252024-12-21T05:05:58.789Z[ recovery-image] Dec 21 05:05:57.956 INFO O| Dec 21 05:05:57.956 INFO O| Download: 13423/15862 items 146.1/176.4MB 82% complete (182k/s)
40262024-12-21T05:06:03.810Z[ recovery-image] Dec 21 05:06:02.977 INFO O| Dec 21 05:06:02.977 INFO O| Download: 14071/15862 items 148.6/176.4MB 84% complete (469k/s)
40272024-12-21T05:06:06.193Z[ host-image] Dec 21 05:06:05.360 INFO O| Dec 21 05:06:05.360 INFO O| Download: 16892/22788 items 148.4/199.7MB 74% complete
40282024-12-21T05:06:09.270Z[ recovery-image] Dec 21 05:06:08.437 INFO O| Dec 21 05:06:08.437 INFO O| Download: 14503/15862 items 150.1/176.4MB 85% complete (482k/s)
40292024-12-21T05:06:11.195Z[ host-image] Dec 21 05:06:10.363 INFO O| Dec 21 05:06:10.362 INFO O| Download: 17432/22788 items 149.4/199.7MB 74% complete (206k/s)
40302024-12-21T05:06:14.749Z[ recovery-image] Dec 21 05:06:13.916 INFO O| Dec 21 05:06:13.916 INFO O| Download: 14684/15862 items 151.0/176.4MB 85% complete (221k/s)
40312024-12-21T05:06:16.371Z[ host-image] Dec 21 05:06:15.539 INFO O| Dec 21 05:06:15.538 INFO O| Download: 17891/22788 items 150.3/199.7MB 75% complete (219k/s)
40322024-12-21T05:06:19.817Z[ recovery-image] Dec 21 05:06:18.983 INFO O| Dec 21 05:06:18.983 INFO O| Download: 14745/15862 items 156.0/176.4MB 88% complete (528k/s)
40332024-12-21T05:06:21.538Z[ host-image] Dec 21 05:06:20.704 INFO O| Dec 21 05:06:20.704 INFO O| Download: 17912/22788 items 155.3/199.7MB 77% complete (515k/s)
40342024-12-21T05:06:24.838Z[ recovery-image] Dec 21 05:06:24.004 INFO O| Dec 21 05:06:24.004 INFO O| Download: 15253/15862 items 159.8/176.4MB 90% complete (836k/s)
40352024-12-21T05:06:26.549Z[ host-image] Dec 21 05:06:25.715 INFO O| Dec 21 05:06:25.715 INFO O| Download: 18407/22788 items 163.8/199.7MB 82% complete (2.0M/s)
40362024-12-21T05:06:29.913Z[ recovery-image] Dec 21 05:06:29.073 INFO O| Dec 21 05:06:29.070 INFO O| Download: 15369/15862 items 163.8/176.4MB 92% complete (808k/s)
40372024-12-21T05:06:31.565Z[ host-image] Dec 21 05:06:30.730 INFO O| Dec 21 05:06:30.730 INFO O| Download: 18988/22788 items 165.9/199.7MB 83% complete (1.1M/s)
40382024-12-21T05:06:34.929Z[ recovery-image] Dec 21 05:06:34.095 INFO O| Dec 21 05:06:34.095 INFO O| Download: 15572/15862 items 169.1/176.4MB 95% complete (1.1M/s)
40392024-12-21T05:06:36.567Z[ host-image] Dec 21 05:06:35.734 INFO O| Dec 21 05:06:35.734 INFO O| Download: 19888/22788 items 170.0/199.7MB 85% complete (650k/s)
40402024-12-21T05:06:40.719Z[ recovery-image] Dec 21 05:06:39.885 INFO O| Dec 21 05:06:39.885 INFO O| Download: 15854/15862 items 175.4/176.4MB 99% complete (1.3M/s)
40412024-12-21T05:06:40.762Z[ recovery-image] Dec 21 05:06:39.928 INFO O| Dec 21 05:06:39.928 INFO O| Download: Completed 176.38 MB in 336.60 seconds (534k/s)
40422024-12-21T05:06:41.579Z[ host-image] Dec 21 05:06:40.745 INFO O| Dec 21 05:06:40.745 INFO O| Download: 20421/22788 items 171.8/199.7MB 86% complete (588k/s)
40432024-12-21T05:06:42.145Z[ recovery-image] Dec 21 05:06:41.311 INFO O| Dec 21 05:06:41.311 INFO O| Actions: 1/25028 actions (Installing new actions)
40442024-12-21T05:06:46.733Z[ host-image] Dec 21 05:06:45.899 INFO O| Dec 21 05:06:45.899 INFO O| Download: 20959/22788 items 178.8/199.7MB 89% complete (906k/s)
40452024-12-21T05:06:47.145Z[ recovery-image] Dec 21 05:06:46.311 INFO O| Dec 21 05:06:46.311 INFO O| Actions: 8641/25028 actions (Installing new actions)
40462024-12-21T05:06:52.146Z[ recovery-image] Dec 21 05:06:51.312 INFO O| Dec 21 05:06:51.311 INFO O| Actions: 14974/25028 actions (Installing new actions)
40472024-12-21T05:06:53.670Z[ host-image] Dec 21 05:06:52.836 INFO O| Dec 21 05:06:52.836 INFO O| Download: 21589/22788 items 183.5/199.7MB 91% complete (1.2M/s)
40482024-12-21T05:06:57.176Z[ recovery-image] Dec 21 05:06:56.342 INFO O| Dec 21 05:06:56.341 INFO O| Actions: 24524/25028 actions (Installing new actions)
40492024-12-21T05:06:58.266Z[ recovery-image] Dec 21 05:06:57.432 INFO O| Dec 21 05:06:57.431 INFO O| Actions: Completed 25028 actions in 16.12 seconds.
40502024-12-21T05:06:58.690Z[ host-image] Dec 21 05:06:57.855 INFO O| Dec 21 05:06:57.855 INFO O| Download: 22148/22788 items 197.2/199.7MB 98% complete (1.8M/s)
40512024-12-21T05:06:58.917Z[ recovery-image] Dec 21 05:06:58.082 INFO O| Dec 21 05:06:58.082 INFO O| Done
40522024-12-21T05:06:58.919Z[ recovery-image] Dec 21 05:06:58.082 INFO O| Dec 21 05:06:58.082 INFO O| Done
40532024-12-21T05:07:00.610Z[ recovery-image] Dec 21 05:06:59.776 INFO O| Dec 21 05:06:59.775 INFO O| Done
40542024-12-21T05:07:01.911Z[ host-image] Dec 21 05:07:01.077 INFO O| Dec 21 05:07:01.077 INFO O| Download: Completed 199.66 MB in 415.30 seconds (490k/s)
40552024-12-21T05:07:02.657Z[ recovery-image] Dec 21 05:07:01.823 INFO O| Dec 21 05:07:01.822 INFO O| Done
40562024-12-21T05:07:02.680Z[ recovery-image] Dec 21 05:07:01.846 INFO O| Dec 21 05:07:01.845 INFO O| Done
40572024-12-21T05:07:03.880Z[ host-image] Dec 21 05:07:03.045 INFO O| Dec 21 05:07:03.045 INFO O| Actions: 1/49485 actions (Installing new actions)
40582024-12-21T05:07:07.770Z[ recovery-image] Dec 21 05:07:06.935 INFO O| Dec 21 05:07:06.935 INFO O| Done
40592024-12-21T05:07:08.420Z[ recovery-image] Dec 21 05:07:07.585 INFO O| Dec 21 05:07:07.585 INFO O| Done
40602024-12-21T05:07:08.887Z[ host-image] Dec 21 05:07:08.053 INFO O| Dec 21 05:07:08.052 INFO O| Actions: 9749/49485 actions (Installing new actions)
40612024-12-21T05:07:08.922Z[ recovery-image] Dec 21 05:07:08.087 INFO O| Dec 21 05:07:08.087 INFO STEP 11 (pkg_install) COMPLETE
40622024-12-21T05:07:08.925Z[ recovery-image] Dec 21 05:07:08.087 INFO O| Dec 21 05:07:08.087 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40632024-12-21T05:07:08.925Z[ recovery-image] Dec 21 05:07:08.087 INFO O| Dec 21 05:07:08.087 INFO skip step because feature "recovery" is enabled
40642024-12-21T05:07:08.925Z[ recovery-image] Dec 21 05:07:08.087 INFO O| Dec 21 05:07:08.087 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40652024-12-21T05:07:08.925Z[ recovery-image] Dec 21 05:07:08.087 INFO O| Dec 21 05:07:08.087 INFO skip step because feature "omicron1" is not enabled
40662024-12-21T05:07:08.925Z[ recovery-image] Dec 21 05:07:08.087 INFO O| Dec 21 05:07:08.087 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40672024-12-21T05:07:08.942Z[ recovery-image] Dec 21 05:07:08.108 INFO O| Dec 21 05:07:08.107 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
40682024-12-21T05:07:13.069Z[ recovery-image] Dec 21 05:07:12.234 INFO O| Dec 21 05:07:12.234 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40692024-12-21T05:07:13.892Z[ host-image] Dec 21 05:07:13.057 INFO O| Dec 21 05:07:13.057 INFO O| Actions: 16430/49485 actions (Installing new actions)
40702024-12-21T05:07:17.155Z[ recovery-image] Dec 21 05:07:16.320 INFO O| Dec 21 05:07:16.320 INFO O| Planning: Solver setup ... Done
40712024-12-21T05:07:17.161Z[ recovery-image] Dec 21 05:07:16.326 INFO O| Dec 21 05:07:16.326 INFO O| Planning: Running solver ... Done
40722024-12-21T05:07:17.251Z[ recovery-image] Dec 21 05:07:16.415 INFO O| Dec 21 05:07:16.415 INFO O| Planning: Finding local manifests ... Done
40732024-12-21T05:07:17.254Z[ recovery-image] Dec 21 05:07:16.416 INFO O| Dec 21 05:07:16.416 INFO O| Planning: Fetching manifests: 0/1 0% complete
40742024-12-21T05:07:17.408Z[ recovery-image] Dec 21 05:07:16.573 INFO O| Dec 21 05:07:16.573 INFO O| Planning: Fetching manifests: 1/1 100% complete
40752024-12-21T05:07:17.474Z[ recovery-image] Dec 21 05:07:16.639 INFO O| Dec 21 05:07:16.639 INFO O| Planning: Package planning ... Done
40762024-12-21T05:07:17.478Z[ recovery-image] Dec 21 05:07:16.640 INFO O| Dec 21 05:07:16.640 INFO O| Planning: Merging actions ... Done
40772024-12-21T05:07:17.567Z[ recovery-image] Dec 21 05:07:16.732 INFO O| Dec 21 05:07:16.732 INFO O| Planning: Checking for conflicting actions ... Done
40782024-12-21T05:07:17.570Z[ recovery-image] Dec 21 05:07:16.733 INFO O| Dec 21 05:07:16.733 INFO O| Planning: Consolidating action changes ... Done
40792024-12-21T05:07:18.042Z[ recovery-image] Dec 21 05:07:17.207 INFO O| Dec 21 05:07:17.207 INFO O| Planning: Evaluating mediators ... Done
40802024-12-21T05:07:18.045Z[ recovery-image] Dec 21 05:07:17.208 INFO O| Dec 21 05:07:17.208 INFO O| Planning: Planning completed in 4.97 seconds
40812024-12-21T05:07:18.047Z[ recovery-image] Dec 21 05:07:17.210 INFO O| Dec 21 05:07:17.210 INFO O| Packages to install: 1
40822024-12-21T05:07:18.062Z[ recovery-image] Dec 21 05:07:17.227 INFO O| Dec 21 05:07:17.227 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
40832024-12-21T05:07:18.719Z[ recovery-image] Dec 21 05:07:17.884 INFO O| Dec 21 05:07:17.884 INFO O| Download: Completed 9.99 MB in 0.66 seconds (15.2M/s)
40842024-12-21T05:07:18.766Z[ recovery-image] Dec 21 05:07:17.931 INFO O| Dec 21 05:07:17.925 INFO O| Actions: 1/22 actions (Installing new actions)
40852024-12-21T05:07:18.895Z[ host-image] Dec 21 05:07:18.057 INFO O| Dec 21 05:07:18.057 INFO O| Actions: 25586/49485 actions (Installing new actions)
40862024-12-21T05:07:19.128Z[ recovery-image] Dec 21 05:07:18.293 INFO O| Dec 21 05:07:18.293 INFO O| Actions: Completed 22 actions in 0.37 seconds.
40872024-12-21T05:07:19.519Z[ recovery-image] Dec 21 05:07:18.684 INFO O| Dec 21 05:07:18.684 INFO O| Done
40882024-12-21T05:07:19.519Z[ recovery-image] Dec 21 05:07:18.684 INFO O| Dec 21 05:07:18.684 INFO O| Done
40892024-12-21T05:07:20.771Z[ recovery-image] Dec 21 05:07:19.936 INFO O| Dec 21 05:07:19.936 INFO O| Done
40902024-12-21T05:07:22.496Z[ recovery-image] Dec 21 05:07:21.660 INFO O| Dec 21 05:07:21.660 INFO O| Done
40912024-12-21T05:07:22.517Z[ recovery-image] Dec 21 05:07:21.681 INFO O| Dec 21 05:07:21.681 INFO O| Done
40922024-12-21T05:07:22.517Z[ recovery-image] Dec 21 05:07:21.681 INFO O| Dec 21 05:07:21.681 INFO O| Done
40932024-12-21T05:07:22.532Z[ recovery-image] Dec 21 05:07:21.697 INFO O| Dec 21 05:07:21.697 INFO O| Done
40942024-12-21T05:07:22.680Z[ recovery-image] Dec 21 05:07:21.845 INFO O| Dec 21 05:07:21.845 INFO STEP 14 (pkg_install) COMPLETE
40952024-12-21T05:07:22.680Z[ recovery-image] Dec 21 05:07:21.845 INFO O| Dec 21 05:07:21.845 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40962024-12-21T05:07:22.683Z[ recovery-image] Dec 21 05:07:21.845 INFO O| Dec 21 05:07:21.845 INFO skip step because feature "mfg" is not enabled
40972024-12-21T05:07:22.683Z[ recovery-image] Dec 21 05:07:21.845 INFO O| Dec 21 05:07:21.845 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40982024-12-21T05:07:22.683Z[ recovery-image] Dec 21 05:07:21.845 INFO O| Dec 21 05:07:21.845 INFO skip step because feature "compliance" is not enabled
40992024-12-21T05:07:22.683Z[ recovery-image] Dec 21 05:07:21.845 INFO O| Dec 21 05:07:21.845 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41002024-12-21T05:07:22.683Z[ recovery-image] Dec 21 05:07:21.845 INFO O| Dec 21 05:07:21.845 INFO skip step because feature "stress" is not enabled
41012024-12-21T05:07:22.683Z[ recovery-image] Dec 21 05:07:21.845 INFO O| Dec 21 05:07:21.845 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41022024-12-21T05:07:22.683Z[ recovery-image] Dec 21 05:07:21.845 INFO O| Dec 21 05:07:21.845 INFO skip step because feature "nfs" is not enabled
41032024-12-21T05:07:22.683Z[ recovery-image] Dec 21 05:07:21.845 INFO O| Dec 21 05:07:21.845 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41042024-12-21T05:07:22.683Z[ recovery-image] Dec 21 05:07:21.846 INFO O| Dec 21 05:07:21.846 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41052024-12-21T05:07:22.805Z[ recovery-image] Dec 21 05:07:21.970 INFO O| Dec 21 05:07:21.970 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
41062024-12-21T05:07:22.926Z[ recovery-image] Dec 21 05:07:22.091 INFO O| Dec 21 05:07:22.091 INFO completed processing gimlet/ramdisk-01-os
41072024-12-21T05:07:22.929Z[ recovery-image] Dec 21 05:07:22.094 INFO image builder template: ramdisk-02-trim...
41082024-12-21T05:07:22.929Z[ recovery-image] Dec 21 05:07:22.094 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/.tmpSMdqRg/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.34.311", "-n", "ramdisk-02-trim"], pwd: None
41092024-12-21T05:07:22.973Z[ recovery-image] Dec 21 05:07:22.138 INFO O| Dec 21 05:07:22.138 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41102024-12-21T05:07:22.982Z[ recovery-image] Dec 21 05:07:22.145 INFO O| Dec 21 05:07:22.145 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41112024-12-21T05:07:23.025Z[ host-image] Dec 21 05:07:22.189 INFO O| Dec 21 05:07:22.189 INFO O| Actions: Completed 49485 actions in 19.14 seconds.
41122024-12-21T05:07:23.142Z[ recovery-image] Dec 21 05:07:22.306 INFO O| Dec 21 05:07:22.306 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
41132024-12-21T05:07:23.224Z[ recovery-image] Dec 21 05:07:22.389 INFO O| Dec 21 05:07:22.389 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41142024-12-21T05:07:23.227Z[ recovery-image] Dec 21 05:07:22.390 INFO O| Dec 21 05:07:22.389 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41152024-12-21T05:07:23.234Z[ recovery-image] Dec 21 05:07:22.398 INFO O| Dec 21 05:07:22.398 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41162024-12-21T05:07:23.241Z[ recovery-image] Dec 21 05:07:22.405 INFO O| Dec 21 05:07:22.405 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41172024-12-21T05:07:23.249Z[ recovery-image] Dec 21 05:07:22.414 INFO O| Dec 21 05:07:22.413 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41182024-12-21T05:07:23.438Z[ recovery-image] Dec 21 05:07:22.603 INFO O| Dec 21 05:07:22.603 INFO rolled back to input snapshot; work may begin
41192024-12-21T05:07:23.438Z[ recovery-image] Dec 21 05:07:22.603 INFO O| Dec 21 05:07:22.603 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41202024-12-21T05:07:23.450Z[ recovery-image] Dec 21 05:07:22.613 INFO O| Dec 21 05:07:22.613 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41212024-12-21T05:07:23.467Z[ recovery-image] Dec 21 05:07:22.632 INFO O| Dec 21 05:07:22.632 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
41222024-12-21T05:07:23.551Z[ recovery-image] Dec 21 05:07:22.714 INFO O| Dec 21 05:07:22.714 INFO STEP 0 (remove_files) COMPLETE
41232024-12-21T05:07:23.551Z[ recovery-image] Dec 21 05:07:22.714 INFO O| Dec 21 05:07:22.714 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41242024-12-21T05:07:23.570Z[ recovery-image] Dec 21 05:07:22.734 INFO O| Dec 21 05:07:22.734 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
41252024-12-21T05:07:23.573Z[ recovery-image] Dec 21 05:07:22.737 INFO O| Dec 21 05:07:22.737 INFO STEP 1 (remove_files) COMPLETE
41262024-12-21T05:07:23.573Z[ recovery-image] Dec 21 05:07:22.738 INFO O| Dec 21 05:07:22.737 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41272024-12-21T05:07:23.593Z[ recovery-image] Dec 21 05:07:22.757 INFO O| Dec 21 05:07:22.757 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
41282024-12-21T05:07:23.616Z[ recovery-image] Dec 21 05:07:22.780 INFO O| Dec 21 05:07:22.780 INFO STEP 2 (remove_files) COMPLETE
41292024-12-21T05:07:23.616Z[ recovery-image] Dec 21 05:07:22.780 INFO O| Dec 21 05:07:22.780 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41302024-12-21T05:07:23.619Z[ host-image] Dec 21 05:07:22.783 INFO O| Dec 21 05:07:22.783 INFO O| Done
41312024-12-21T05:07:23.619Z[ host-image] Dec 21 05:07:22.783 INFO O| Dec 21 05:07:22.783 INFO O| Done
41322024-12-21T05:07:23.635Z[ recovery-image] Dec 21 05:07:22.800 INFO O| Dec 21 05:07:22.799 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
41332024-12-21T05:07:23.637Z[ recovery-image] Dec 21 05:07:22.802 INFO O| Dec 21 05:07:22.802 INFO STEP 3 (remove_files) COMPLETE
41342024-12-21T05:07:23.638Z[ recovery-image] Dec 21 05:07:22.802 INFO O| Dec 21 05:07:22.802 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41352024-12-21T05:07:23.653Z[ recovery-image] Dec 21 05:07:22.818 INFO O| Dec 21 05:07:22.818 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
41362024-12-21T05:07:23.658Z[ recovery-image] Dec 21 05:07:22.823 INFO O| Dec 21 05:07:22.823 INFO STEP 4 (remove_files) COMPLETE
41372024-12-21T05:07:23.658Z[ recovery-image] Dec 21 05:07:22.823 INFO O| Dec 21 05:07:22.823 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41382024-12-21T05:07:23.674Z[ recovery-image] Dec 21 05:07:22.839 INFO O| Dec 21 05:07:22.839 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
41392024-12-21T05:07:23.677Z[ recovery-image] Dec 21 05:07:22.839 INFO O| Dec 21 05:07:22.839 INFO STEP 5 (remove_files) COMPLETE
41402024-12-21T05:07:23.677Z[ recovery-image] Dec 21 05:07:22.839 INFO O| Dec 21 05:07:22.839 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41412024-12-21T05:07:23.692Z[ recovery-image] Dec 21 05:07:22.857 INFO O| Dec 21 05:07:22.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
41422024-12-21T05:07:23.712Z[ recovery-image] Dec 21 05:07:22.875 INFO O| Dec 21 05:07:22.875 INFO STEP 6 (remove_files) COMPLETE
41432024-12-21T05:07:23.712Z[ recovery-image] Dec 21 05:07:22.875 INFO O| Dec 21 05:07:22.875 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41442024-12-21T05:07:23.715Z[ recovery-image] Dec 21 05:07:22.875 INFO O| Dec 21 05:07:22.875 INFO skip step because feature "recovery" is enabled
41452024-12-21T05:07:23.715Z[ recovery-image] Dec 21 05:07:22.875 INFO O| Dec 21 05:07:22.875 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41462024-12-21T05:07:23.715Z[ recovery-image] Dec 21 05:07:22.875 INFO O| Dec 21 05:07:22.875 INFO skip step because feature "recovery" is enabled
41472024-12-21T05:07:23.715Z[ recovery-image] Dec 21 05:07:22.875 INFO O| Dec 21 05:07:22.875 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41482024-12-21T05:07:23.715Z[ recovery-image] Dec 21 05:07:22.875 INFO O| Dec 21 05:07:22.875 INFO skip step because feature "recovery" is enabled
41492024-12-21T05:07:23.715Z[ recovery-image] Dec 21 05:07:22.875 INFO O| Dec 21 05:07:22.875 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41502024-12-21T05:07:23.726Z[ recovery-image] Dec 21 05:07:22.891 INFO O| Dec 21 05:07:22.891 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41512024-12-21T05:07:23.733Z[ recovery-image] Dec 21 05:07:22.897 INFO O| Dec 21 05:07:22.897 INFO STEP 10 (remove_files) COMPLETE
41522024-12-21T05:07:23.733Z[ recovery-image] Dec 21 05:07:22.897 INFO O| Dec 21 05:07:22.897 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41532024-12-21T05:07:23.749Z[ recovery-image] Dec 21 05:07:22.914 INFO O| Dec 21 05:07:22.914 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41542024-12-21T05:07:23.752Z[ recovery-image] Dec 21 05:07:22.915 INFO O| Dec 21 05:07:22.915 INFO STEP 11 (remove_files) COMPLETE
41552024-12-21T05:07:23.752Z[ recovery-image] Dec 21 05:07:22.915 INFO O| Dec 21 05:07:22.915 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41562024-12-21T05:07:23.761Z[ recovery-image] Dec 21 05:07:22.927 INFO O| Dec 21 05:07:22.926 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41572024-12-21T05:07:23.764Z[ recovery-image] Dec 21 05:07:22.929 INFO O| Dec 21 05:07:22.928 INFO STEP 12 (remove_files) COMPLETE
41582024-12-21T05:07:23.764Z[ recovery-image] Dec 21 05:07:22.929 INFO O| Dec 21 05:07:22.928 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41592024-12-21T05:07:23.794Z[ recovery-image] Dec 21 05:07:22.958 INFO O| Dec 21 05:07:22.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41602024-12-21T05:07:24.074Z[ recovery-image] Dec 21 05:07:23.239 INFO O| Dec 21 05:07:23.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41612024-12-21T05:07:24.080Z[ recovery-image] Dec 21 05:07:23.245 INFO O| Dec 21 05:07:23.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41622024-12-21T05:07:24.085Z[ recovery-image] Dec 21 05:07:23.250 INFO O| Dec 21 05:07:23.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41632024-12-21T05:07:24.092Z[ recovery-image] Dec 21 05:07:23.257 INFO O| Dec 21 05:07:23.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41642024-12-21T05:07:24.188Z[ recovery-image] Dec 21 05:07:23.353 INFO O| Dec 21 05:07:23.353 INFO STEP 13 (remove_files) COMPLETE
41652024-12-21T05:07:24.188Z[ recovery-image] Dec 21 05:07:23.353 INFO O| Dec 21 05:07:23.353 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41662024-12-21T05:07:24.206Z[ recovery-image] Dec 21 05:07:23.371 INFO O| Dec 21 05:07:23.371 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41672024-12-21T05:07:24.209Z[ recovery-image] Dec 21 05:07:23.374 INFO O| Dec 21 05:07:23.374 INFO STEP 14 (remove_files) COMPLETE
41682024-12-21T05:07:24.209Z[ recovery-image] Dec 21 05:07:23.374 INFO O| Dec 21 05:07:23.374 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41692024-12-21T05:07:24.226Z[ recovery-image] Dec 21 05:07:23.391 INFO O| Dec 21 05:07:23.391 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41702024-12-21T05:07:24.237Z[ recovery-image] Dec 21 05:07:23.402 INFO O| Dec 21 05:07:23.402 INFO STEP 15 (remove_files) COMPLETE
41712024-12-21T05:07:24.242Z[ recovery-image] Dec 21 05:07:23.402 INFO O| Dec 21 05:07:23.402 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41722024-12-21T05:07:24.254Z[ recovery-image] Dec 21 05:07:23.418 INFO O| Dec 21 05:07:23.418 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41732024-12-21T05:07:24.257Z[ recovery-image] Dec 21 05:07:23.419 INFO O| Dec 21 05:07:23.419 INFO STEP 16 (remove_files) COMPLETE
41742024-12-21T05:07:24.257Z[ recovery-image] Dec 21 05:07:23.419 INFO O| Dec 21 05:07:23.419 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41752024-12-21T05:07:24.270Z[ recovery-image] Dec 21 05:07:23.435 INFO O| Dec 21 05:07:23.435 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41762024-12-21T05:07:24.273Z[ recovery-image] Dec 21 05:07:23.438 INFO O| Dec 21 05:07:23.438 INFO STEP 17 (remove_files) COMPLETE
41772024-12-21T05:07:24.273Z[ recovery-image] Dec 21 05:07:23.438 INFO O| Dec 21 05:07:23.438 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41782024-12-21T05:07:24.290Z[ recovery-image] Dec 21 05:07:23.455 INFO O| Dec 21 05:07:23.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41792024-12-21T05:07:24.292Z[ recovery-image] Dec 21 05:07:23.455 INFO O| Dec 21 05:07:23.455 INFO STEP 18 (remove_files) COMPLETE
41802024-12-21T05:07:24.292Z[ recovery-image] Dec 21 05:07:23.455 INFO O| Dec 21 05:07:23.455 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41812024-12-21T05:07:24.306Z[ recovery-image] Dec 21 05:07:23.471 INFO O| Dec 21 05:07:23.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41822024-12-21T05:07:24.306Z[ recovery-image] Dec 21 05:07:23.471 INFO O| Dec 21 05:07:23.471 INFO STEP 19 (remove_files) COMPLETE
41832024-12-21T05:07:24.306Z[ recovery-image] Dec 21 05:07:23.471 INFO O| Dec 21 05:07:23.471 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41842024-12-21T05:07:24.321Z[ recovery-image] Dec 21 05:07:23.486 INFO O| Dec 21 05:07:23.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41852024-12-21T05:07:24.324Z[ recovery-image] Dec 21 05:07:23.486 INFO O| Dec 21 05:07:23.486 INFO STEP 20 (remove_files) COMPLETE
41862024-12-21T05:07:24.324Z[ recovery-image] Dec 21 05:07:23.486 INFO O| Dec 21 05:07:23.486 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41872024-12-21T05:07:24.337Z[ recovery-image] Dec 21 05:07:23.502 INFO O| Dec 21 05:07:23.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41882024-12-21T05:07:24.337Z[ recovery-image] Dec 21 05:07:23.502 INFO O| Dec 21 05:07:23.502 INFO STEP 21 (remove_files) COMPLETE
41892024-12-21T05:07:24.340Z[ recovery-image] Dec 21 05:07:23.502 INFO O| Dec 21 05:07:23.502 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41902024-12-21T05:07:24.350Z[ recovery-image] Dec 21 05:07:23.514 INFO O| Dec 21 05:07:23.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41912024-12-21T05:07:24.350Z[ recovery-image] Dec 21 05:07:23.514 INFO O| Dec 21 05:07:23.514 INFO STEP 22 (remove_files) COMPLETE
41922024-12-21T05:07:24.350Z[ recovery-image] Dec 21 05:07:23.514 INFO O| Dec 21 05:07:23.514 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41932024-12-21T05:07:24.367Z[ recovery-image] Dec 21 05:07:23.531 INFO O| Dec 21 05:07:23.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41942024-12-21T05:07:24.367Z[ recovery-image] Dec 21 05:07:23.532 INFO O| Dec 21 05:07:23.531 INFO STEP 23 (remove_files) COMPLETE
41952024-12-21T05:07:24.369Z[ recovery-image] Dec 21 05:07:23.532 INFO O| Dec 21 05:07:23.531 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41962024-12-21T05:07:24.379Z[ recovery-image] Dec 21 05:07:23.544 INFO O| Dec 21 05:07:23.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41972024-12-21T05:07:24.379Z[ recovery-image] Dec 21 05:07:23.544 INFO O| Dec 21 05:07:23.544 INFO STEP 24 (remove_files) COMPLETE
41982024-12-21T05:07:24.379Z[ recovery-image] Dec 21 05:07:23.544 INFO O| Dec 21 05:07:23.544 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41992024-12-21T05:07:24.394Z[ recovery-image] Dec 21 05:07:23.559 INFO O| Dec 21 05:07:23.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
42002024-12-21T05:07:24.394Z[ recovery-image] Dec 21 05:07:23.559 INFO O| Dec 21 05:07:23.559 INFO STEP 25 (remove_files) COMPLETE
42012024-12-21T05:07:24.395Z[ recovery-image] Dec 21 05:07:23.559 INFO O| Dec 21 05:07:23.559 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42022024-12-21T05:07:24.410Z[ recovery-image] Dec 21 05:07:23.574 INFO O| Dec 21 05:07:23.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
42032024-12-21T05:07:24.410Z[ recovery-image] Dec 21 05:07:23.575 INFO O| Dec 21 05:07:23.575 INFO STEP 26 (remove_files) COMPLETE
42042024-12-21T05:07:24.410Z[ recovery-image] Dec 21 05:07:23.575 INFO O| Dec 21 05:07:23.575 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42052024-12-21T05:07:24.426Z[ recovery-image] Dec 21 05:07:23.590 INFO O| Dec 21 05:07:23.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
42062024-12-21T05:07:24.426Z[ recovery-image] Dec 21 05:07:23.591 INFO O| Dec 21 05:07:23.591 INFO STEP 27 (remove_files) COMPLETE
42072024-12-21T05:07:24.426Z[ recovery-image] Dec 21 05:07:23.591 INFO O| Dec 21 05:07:23.591 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42082024-12-21T05:07:24.442Z[ recovery-image] Dec 21 05:07:23.607 INFO O| Dec 21 05:07:23.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
42092024-12-21T05:07:24.443Z[ recovery-image] Dec 21 05:07:23.607 INFO O| Dec 21 05:07:23.607 INFO STEP 28 (remove_files) COMPLETE
42102024-12-21T05:07:24.446Z[ recovery-image] Dec 21 05:07:23.607 INFO O| Dec 21 05:07:23.607 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42112024-12-21T05:07:24.458Z[ recovery-image] Dec 21 05:07:23.623 INFO O| Dec 21 05:07:23.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
42122024-12-21T05:07:24.458Z[ recovery-image] Dec 21 05:07:23.623 INFO O| Dec 21 05:07:23.623 INFO STEP 29 (remove_files) COMPLETE
42132024-12-21T05:07:24.461Z[ recovery-image] Dec 21 05:07:23.623 INFO O| Dec 21 05:07:23.623 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42142024-12-21T05:07:24.474Z[ recovery-image] Dec 21 05:07:23.639 INFO O| Dec 21 05:07:23.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
42152024-12-21T05:07:24.474Z[ recovery-image] Dec 21 05:07:23.639 INFO O| Dec 21 05:07:23.639 INFO STEP 30 (remove_files) COMPLETE
42162024-12-21T05:07:24.477Z[ recovery-image] Dec 21 05:07:23.639 INFO O| Dec 21 05:07:23.639 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42172024-12-21T05:07:24.488Z[ recovery-image] Dec 21 05:07:23.653 INFO O| Dec 21 05:07:23.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
42182024-12-21T05:07:24.491Z[ recovery-image] Dec 21 05:07:23.653 INFO O| Dec 21 05:07:23.653 INFO STEP 31 (remove_files) COMPLETE
42192024-12-21T05:07:24.491Z[ recovery-image] Dec 21 05:07:23.653 INFO O| Dec 21 05:07:23.653 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42202024-12-21T05:07:24.503Z[ recovery-image] Dec 21 05:07:23.668 INFO O| Dec 21 05:07:23.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
42212024-12-21T05:07:24.503Z[ recovery-image] Dec 21 05:07:23.668 INFO O| Dec 21 05:07:23.668 INFO STEP 32 (remove_files) COMPLETE
42222024-12-21T05:07:24.503Z[ recovery-image] Dec 21 05:07:23.668 INFO O| Dec 21 05:07:23.668 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42232024-12-21T05:07:24.521Z[ recovery-image] Dec 21 05:07:23.685 INFO O| Dec 21 05:07:23.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
42242024-12-21T05:07:24.521Z[ recovery-image] Dec 21 05:07:23.685 INFO O| Dec 21 05:07:23.685 INFO STEP 33 (remove_files) COMPLETE
42252024-12-21T05:07:24.523Z[ recovery-image] Dec 21 05:07:23.685 INFO O| Dec 21 05:07:23.685 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42262024-12-21T05:07:24.537Z[ recovery-image] Dec 21 05:07:23.702 INFO O| Dec 21 05:07:23.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
42272024-12-21T05:07:24.537Z[ recovery-image] Dec 21 05:07:23.702 INFO O| Dec 21 05:07:23.702 INFO STEP 34 (remove_files) COMPLETE
42282024-12-21T05:07:24.540Z[ recovery-image] Dec 21 05:07:23.702 INFO O| Dec 21 05:07:23.702 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42292024-12-21T05:07:24.555Z[ recovery-image] Dec 21 05:07:23.720 INFO O| Dec 21 05:07:23.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
42302024-12-21T05:07:24.555Z[ recovery-image] Dec 21 05:07:23.720 INFO O| Dec 21 05:07:23.720 INFO STEP 35 (remove_files) COMPLETE
42312024-12-21T05:07:24.555Z[ recovery-image] Dec 21 05:07:23.720 INFO O| Dec 21 05:07:23.720 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42322024-12-21T05:07:24.573Z[ recovery-image] Dec 21 05:07:23.737 INFO O| Dec 21 05:07:23.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
42332024-12-21T05:07:24.573Z[ recovery-image] Dec 21 05:07:23.737 INFO O| Dec 21 05:07:23.737 INFO STEP 36 (remove_files) COMPLETE
42342024-12-21T05:07:24.573Z[ recovery-image] Dec 21 05:07:23.737 INFO O| Dec 21 05:07:23.737 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352024-12-21T05:07:24.590Z[ recovery-image] Dec 21 05:07:23.755 INFO O| Dec 21 05:07:23.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
42362024-12-21T05:07:24.590Z[ recovery-image] Dec 21 05:07:23.755 INFO O| Dec 21 05:07:23.755 INFO STEP 37 (remove_files) COMPLETE
42372024-12-21T05:07:24.590Z[ recovery-image] Dec 21 05:07:23.755 INFO O| Dec 21 05:07:23.755 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42382024-12-21T05:07:24.607Z[ recovery-image] Dec 21 05:07:23.771 INFO O| Dec 21 05:07:23.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
42392024-12-21T05:07:24.607Z[ recovery-image] Dec 21 05:07:23.771 INFO O| Dec 21 05:07:23.771 INFO STEP 38 (remove_files) COMPLETE
42402024-12-21T05:07:24.607Z[ recovery-image] Dec 21 05:07:23.771 INFO O| Dec 21 05:07:23.771 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42412024-12-21T05:07:24.624Z[ recovery-image] Dec 21 05:07:23.789 INFO O| Dec 21 05:07:23.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
42422024-12-21T05:07:24.624Z[ recovery-image] Dec 21 05:07:23.789 INFO O| Dec 21 05:07:23.789 INFO STEP 39 (remove_files) COMPLETE
42432024-12-21T05:07:24.627Z[ recovery-image] Dec 21 05:07:23.789 INFO O| Dec 21 05:07:23.789 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442024-12-21T05:07:24.642Z[ recovery-image] Dec 21 05:07:23.806 INFO O| Dec 21 05:07:23.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
42452024-12-21T05:07:24.642Z[ recovery-image] Dec 21 05:07:23.806 INFO O| Dec 21 05:07:23.806 INFO STEP 40 (remove_files) COMPLETE
42462024-12-21T05:07:24.643Z[ recovery-image] Dec 21 05:07:23.806 INFO O| Dec 21 05:07:23.806 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42472024-12-21T05:07:24.659Z[ recovery-image] Dec 21 05:07:23.823 INFO O| Dec 21 05:07:23.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
42482024-12-21T05:07:24.659Z[ recovery-image] Dec 21 05:07:23.823 INFO O| Dec 21 05:07:23.823 INFO STEP 41 (remove_files) COMPLETE
42492024-12-21T05:07:24.663Z[ recovery-image] Dec 21 05:07:23.823 INFO O| Dec 21 05:07:23.823 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42502024-12-21T05:07:24.675Z[ recovery-image] Dec 21 05:07:23.840 INFO O| Dec 21 05:07:23.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42512024-12-21T05:07:24.675Z[ recovery-image] Dec 21 05:07:23.840 INFO O| Dec 21 05:07:23.840 INFO STEP 42 (remove_files) COMPLETE
42522024-12-21T05:07:24.677Z[ recovery-image] Dec 21 05:07:23.840 INFO O| Dec 21 05:07:23.840 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42532024-12-21T05:07:24.692Z[ recovery-image] Dec 21 05:07:23.857 INFO O| Dec 21 05:07:23.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42542024-12-21T05:07:24.692Z[ recovery-image] Dec 21 05:07:23.857 INFO O| Dec 21 05:07:23.857 INFO STEP 43 (remove_files) COMPLETE
42552024-12-21T05:07:24.692Z[ recovery-image] Dec 21 05:07:23.857 INFO O| Dec 21 05:07:23.857 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42562024-12-21T05:07:24.711Z[ recovery-image] Dec 21 05:07:23.876 INFO O| Dec 21 05:07:23.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42572024-12-21T05:07:24.711Z[ recovery-image] Dec 21 05:07:23.876 INFO O| Dec 21 05:07:23.876 INFO STEP 44 (remove_files) COMPLETE
42582024-12-21T05:07:24.711Z[ recovery-image] Dec 21 05:07:23.876 INFO O| Dec 21 05:07:23.876 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42592024-12-21T05:07:24.728Z[ recovery-image] Dec 21 05:07:23.893 INFO O| Dec 21 05:07:23.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42602024-12-21T05:07:24.728Z[ recovery-image] Dec 21 05:07:23.893 INFO O| Dec 21 05:07:23.893 INFO STEP 45 (remove_files) COMPLETE
42612024-12-21T05:07:24.731Z[ recovery-image] Dec 21 05:07:23.893 INFO O| Dec 21 05:07:23.893 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42622024-12-21T05:07:24.746Z[ recovery-image] Dec 21 05:07:23.911 INFO O| Dec 21 05:07:23.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42632024-12-21T05:07:24.746Z[ recovery-image] Dec 21 05:07:23.911 INFO O| Dec 21 05:07:23.911 INFO STEP 46 (remove_files) COMPLETE
42642024-12-21T05:07:24.746Z[ recovery-image] Dec 21 05:07:23.911 INFO O| Dec 21 05:07:23.911 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42652024-12-21T05:07:24.764Z[ recovery-image] Dec 21 05:07:23.928 INFO O| Dec 21 05:07:23.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42662024-12-21T05:07:24.764Z[ recovery-image] Dec 21 05:07:23.929 INFO O| Dec 21 05:07:23.928 INFO STEP 47 (remove_files) COMPLETE
42672024-12-21T05:07:24.764Z[ recovery-image] Dec 21 05:07:23.929 INFO O| Dec 21 05:07:23.928 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42682024-12-21T05:07:24.781Z[ recovery-image] Dec 21 05:07:23.945 INFO O| Dec 21 05:07:23.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42692024-12-21T05:07:24.781Z[ recovery-image] Dec 21 05:07:23.946 INFO O| Dec 21 05:07:23.946 INFO STEP 48 (remove_files) COMPLETE
42702024-12-21T05:07:24.781Z[ recovery-image] Dec 21 05:07:23.946 INFO O| Dec 21 05:07:23.946 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42712024-12-21T05:07:24.799Z[ recovery-image] Dec 21 05:07:23.963 INFO O| Dec 21 05:07:23.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42722024-12-21T05:07:24.799Z[ recovery-image] Dec 21 05:07:23.963 INFO O| Dec 21 05:07:23.963 INFO STEP 49 (remove_files) COMPLETE
42732024-12-21T05:07:24.799Z[ recovery-image] Dec 21 05:07:23.963 INFO O| Dec 21 05:07:23.963 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42742024-12-21T05:07:24.817Z[ recovery-image] Dec 21 05:07:23.981 INFO O| Dec 21 05:07:23.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
42752024-12-21T05:07:24.817Z[ recovery-image] Dec 21 05:07:23.981 INFO O| Dec 21 05:07:23.981 INFO STEP 50 (remove_files) COMPLETE
42762024-12-21T05:07:24.817Z[ recovery-image] Dec 21 05:07:23.981 INFO O| Dec 21 05:07:23.981 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42772024-12-21T05:07:24.834Z[ host-image] Dec 21 05:07:23.999 INFO O| Dec 21 05:07:23.999 INFO O| Done
42782024-12-21T05:07:24.838Z[ recovery-image] Dec 21 05:07:24.000 INFO O| Dec 21 05:07:24.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42792024-12-21T05:07:24.838Z[ recovery-image] Dec 21 05:07:24.000 INFO O| Dec 21 05:07:24.000 INFO STEP 51 (remove_files) COMPLETE
42802024-12-21T05:07:24.838Z[ recovery-image] Dec 21 05:07:24.000 INFO O| Dec 21 05:07:24.000 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42812024-12-21T05:07:24.858Z[ recovery-image] Dec 21 05:07:24.021 INFO O| Dec 21 05:07:24.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42822024-12-21T05:07:24.858Z[ recovery-image] Dec 21 05:07:24.021 INFO O| Dec 21 05:07:24.021 INFO STEP 52 (remove_files) COMPLETE
42832024-12-21T05:07:24.858Z[ recovery-image] Dec 21 05:07:24.021 INFO O| Dec 21 05:07:24.021 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42842024-12-21T05:07:24.877Z[ recovery-image] Dec 21 05:07:24.042 INFO O| Dec 21 05:07:24.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42852024-12-21T05:07:24.877Z[ recovery-image] Dec 21 05:07:24.042 INFO O| Dec 21 05:07:24.042 INFO STEP 53 (remove_files) COMPLETE
42862024-12-21T05:07:24.880Z[ recovery-image] Dec 21 05:07:24.042 INFO O| Dec 21 05:07:24.042 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42872024-12-21T05:07:24.898Z[ recovery-image] Dec 21 05:07:24.063 INFO O| Dec 21 05:07:24.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42882024-12-21T05:07:24.898Z[ recovery-image] Dec 21 05:07:24.063 INFO O| Dec 21 05:07:24.063 INFO STEP 54 (remove_files) COMPLETE
42892024-12-21T05:07:24.900Z[ recovery-image] Dec 21 05:07:24.063 INFO O| Dec 21 05:07:24.063 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42902024-12-21T05:07:24.917Z[ recovery-image] Dec 21 05:07:24.081 INFO O| Dec 21 05:07:24.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42912024-12-21T05:07:24.917Z[ recovery-image] Dec 21 05:07:24.081 INFO O| Dec 21 05:07:24.081 INFO STEP 55 (remove_files) COMPLETE
42922024-12-21T05:07:24.917Z[ recovery-image] Dec 21 05:07:24.081 INFO O| Dec 21 05:07:24.081 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42932024-12-21T05:07:24.935Z[ recovery-image] Dec 21 05:07:24.100 INFO O| Dec 21 05:07:24.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42942024-12-21T05:07:24.935Z[ recovery-image] Dec 21 05:07:24.100 INFO O| Dec 21 05:07:24.100 INFO STEP 56 (remove_files) COMPLETE
42952024-12-21T05:07:24.938Z[ recovery-image] Dec 21 05:07:24.100 INFO O| Dec 21 05:07:24.100 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42962024-12-21T05:07:24.955Z[ recovery-image] Dec 21 05:07:24.119 INFO O| Dec 21 05:07:24.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42972024-12-21T05:07:24.955Z[ recovery-image] Dec 21 05:07:24.119 INFO O| Dec 21 05:07:24.119 INFO STEP 57 (remove_files) COMPLETE
42982024-12-21T05:07:24.958Z[ recovery-image] Dec 21 05:07:24.119 INFO O| Dec 21 05:07:24.119 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42992024-12-21T05:07:24.973Z[ recovery-image] Dec 21 05:07:24.138 INFO O| Dec 21 05:07:24.138 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
43002024-12-21T05:07:24.974Z[ recovery-image] Dec 21 05:07:24.138 INFO O| Dec 21 05:07:24.138 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
43012024-12-21T05:07:24.976Z[ recovery-image] Dec 21 05:07:24.138 INFO O| Dec 21 05:07:24.138 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43022024-12-21T05:07:24.977Z[ recovery-image] Dec 21 05:07:24.138 INFO O| Dec 21 05:07:24.138 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43032024-12-21T05:07:24.977Z[ recovery-image] Dec 21 05:07:24.139 INFO O| Dec 21 05:07:24.138 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43042024-12-21T05:07:24.977Z[ recovery-image] Dec 21 05:07:24.139 INFO O| Dec 21 05:07:24.139 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43052024-12-21T05:07:24.977Z[ recovery-image] Dec 21 05:07:24.139 INFO O| Dec 21 05:07:24.139 INFO ok!
43062024-12-21T05:07:24.977Z[ recovery-image] Dec 21 05:07:24.139 INFO O| Dec 21 05:07:24.139 INFO STEP 58 (ensure_file) COMPLETE
43072024-12-21T05:07:24.977Z[ recovery-image] Dec 21 05:07:24.139 INFO O| Dec 21 05:07:24.139 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43082024-12-21T05:07:24.995Z[ recovery-image] Dec 21 05:07:24.158 INFO O| Dec 21 05:07:24.158 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
43092024-12-21T05:07:24.995Z[ recovery-image] Dec 21 05:07:24.158 INFO O| Dec 21 05:07:24.158 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
43102024-12-21T05:07:24.997Z[ recovery-image] Dec 21 05:07:24.159 INFO O| Dec 21 05:07:24.159 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43112024-12-21T05:07:24.998Z[ recovery-image] Dec 21 05:07:24.159 INFO O| Dec 21 05:07:24.159 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43122024-12-21T05:07:24.998Z[ recovery-image] Dec 21 05:07:24.159 INFO O| Dec 21 05:07:24.159 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43132024-12-21T05:07:24.998Z[ recovery-image] Dec 21 05:07:24.159 INFO O| Dec 21 05:07:24.159 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43142024-12-21T05:07:24.998Z[ recovery-image] Dec 21 05:07:24.159 INFO O| Dec 21 05:07:24.159 INFO ok!
43152024-12-21T05:07:24.998Z[ recovery-image] Dec 21 05:07:24.159 INFO O| Dec 21 05:07:24.159 INFO STEP 59 (ensure_file) COMPLETE
43162024-12-21T05:07:24.998Z[ recovery-image] Dec 21 05:07:24.159 INFO O| Dec 21 05:07:24.159 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43172024-12-21T05:07:25.014Z[ recovery-image] Dec 21 05:07:24.179 INFO O| Dec 21 05:07:24.179 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
43182024-12-21T05:07:25.014Z[ recovery-image] Dec 21 05:07:24.179 INFO O| Dec 21 05:07:24.179 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
43192024-12-21T05:07:25.017Z[ recovery-image] Dec 21 05:07:24.179 INFO O| Dec 21 05:07:24.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
43202024-12-21T05:07:25.019Z[ recovery-image] Dec 21 05:07:24.180 INFO O| Dec 21 05:07:24.179 INFO ok!
43212024-12-21T05:07:25.019Z[ recovery-image] Dec 21 05:07:24.180 INFO O| Dec 21 05:07:24.180 INFO STEP 60 (ensure_file) COMPLETE
43222024-12-21T05:07:25.019Z[ recovery-image] Dec 21 05:07:24.180 INFO O| Dec 21 05:07:24.180 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43232024-12-21T05:07:25.035Z[ recovery-image] Dec 21 05:07:24.199 INFO O| Dec 21 05:07:24.199 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
43242024-12-21T05:07:25.038Z[ recovery-image] Dec 21 05:07:24.199 INFO O| Dec 21 05:07:24.199 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
43252024-12-21T05:07:25.038Z[ recovery-image] Dec 21 05:07:24.200 INFO O| Dec 21 05:07:24.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
43262024-12-21T05:07:25.038Z[ recovery-image] Dec 21 05:07:24.200 INFO O| Dec 21 05:07:24.200 INFO ok!
43272024-12-21T05:07:25.038Z[ recovery-image] Dec 21 05:07:24.200 INFO O| Dec 21 05:07:24.200 INFO STEP 61 (ensure_file) COMPLETE
43282024-12-21T05:07:25.038Z[ recovery-image] Dec 21 05:07:24.200 INFO O| Dec 21 05:07:24.200 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43292024-12-21T05:07:25.056Z[ recovery-image] Dec 21 05:07:24.220 INFO O| Dec 21 05:07:24.219 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
43302024-12-21T05:07:25.056Z[ recovery-image] Dec 21 05:07:24.220 INFO O| Dec 21 05:07:24.220 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
43312024-12-21T05:07:25.056Z[ recovery-image] Dec 21 05:07:24.220 INFO O| Dec 21 05:07:24.220 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43322024-12-21T05:07:25.057Z[ recovery-image] Dec 21 05:07:24.220 INFO O| Dec 21 05:07:24.220 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43332024-12-21T05:07:25.060Z[ recovery-image] Dec 21 05:07:24.220 INFO O| Dec 21 05:07:24.220 INFO ok!
43342024-12-21T05:07:25.060Z[ recovery-image] Dec 21 05:07:24.221 INFO O| Dec 21 05:07:24.221 INFO STEP 62 (ensure_file) COMPLETE
43352024-12-21T05:07:25.060Z[ recovery-image] Dec 21 05:07:24.221 INFO O| Dec 21 05:07:24.221 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43362024-12-21T05:07:25.075Z[ recovery-image] Dec 21 05:07:24.240 INFO O| Dec 21 05:07:24.239 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
43372024-12-21T05:07:25.075Z[ recovery-image] Dec 21 05:07:24.240 INFO O| Dec 21 05:07:24.240 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
43382024-12-21T05:07:25.078Z[ recovery-image] Dec 21 05:07:24.240 INFO O| Dec 21 05:07:24.240 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43392024-12-21T05:07:25.078Z[ recovery-image] Dec 21 05:07:24.240 INFO O| Dec 21 05:07:24.240 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43402024-12-21T05:07:25.078Z[ recovery-image] Dec 21 05:07:24.240 INFO O| Dec 21 05:07:24.240 INFO ok!
43412024-12-21T05:07:25.078Z[ recovery-image] Dec 21 05:07:24.241 INFO O| Dec 21 05:07:24.240 INFO STEP 63 (ensure_file) COMPLETE
43422024-12-21T05:07:25.078Z[ recovery-image] Dec 21 05:07:24.241 INFO O| Dec 21 05:07:24.241 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43432024-12-21T05:07:25.095Z[ recovery-image] Dec 21 05:07:24.260 INFO O| Dec 21 05:07:24.260 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
43442024-12-21T05:07:25.096Z[ recovery-image] Dec 21 05:07:24.260 INFO O| Dec 21 05:07:24.260 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
43452024-12-21T05:07:25.101Z[ recovery-image] Dec 21 05:07:24.260 INFO O| Dec 21 05:07:24.260 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
43462024-12-21T05:07:25.101Z[ recovery-image] Dec 21 05:07:24.260 INFO O| Dec 21 05:07:24.260 INFO ok!
43472024-12-21T05:07:25.101Z[ recovery-image] Dec 21 05:07:24.260 INFO O| Dec 21 05:07:24.260 INFO STEP 64 (assemble_files) COMPLETE
43482024-12-21T05:07:25.101Z[ recovery-image] Dec 21 05:07:24.261 INFO O| Dec 21 05:07:24.260 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43492024-12-21T05:07:25.113Z[ recovery-image] Dec 21 05:07:24.278 INFO O| Dec 21 05:07:24.278 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43502024-12-21T05:07:25.113Z[ recovery-image] Dec 21 05:07:24.278 INFO O| Dec 21 05:07:24.278 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43512024-12-21T05:07:25.118Z[ recovery-image] Dec 21 05:07:24.278 INFO O| Dec 21 05:07:24.278 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43522024-12-21T05:07:25.118Z[ recovery-image] Dec 21 05:07:24.279 INFO O| Dec 21 05:07:24.279 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43532024-12-21T05:07:25.118Z[ recovery-image] Dec 21 05:07:24.279 INFO O| Dec 21 05:07:24.279 INFO ok!
43542024-12-21T05:07:25.118Z[ recovery-image] Dec 21 05:07:24.279 INFO O| Dec 21 05:07:24.279 INFO STEP 65 (ensure_file) COMPLETE
43552024-12-21T05:07:25.118Z[ recovery-image] Dec 21 05:07:24.279 INFO O| Dec 21 05:07:24.279 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43562024-12-21T05:07:25.119Z[ recovery-image] Dec 21 05:07:24.279 INFO O| Dec 21 05:07:24.279 INFO skip step because feature "omicron1" is not enabled
43572024-12-21T05:07:25.119Z[ recovery-image] Dec 21 05:07:24.279 INFO O| Dec 21 05:07:24.279 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43582024-12-21T05:07:25.119Z[ recovery-image] Dec 21 05:07:24.279 INFO O| Dec 21 05:07:24.279 INFO skip step because feature "omicron1" is not enabled
43592024-12-21T05:07:25.119Z[ recovery-image] Dec 21 05:07:24.280 INFO O| Dec 21 05:07:24.279 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43602024-12-21T05:07:25.119Z[ recovery-image] Dec 21 05:07:24.280 INFO O| Dec 21 05:07:24.280 INFO skip step because feature "omicron1" is not enabled
43612024-12-21T05:07:25.119Z[ recovery-image] Dec 21 05:07:24.280 INFO O| Dec 21 05:07:24.280 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43622024-12-21T05:07:25.145Z[ recovery-image] Dec 21 05:07:24.309 INFO O| Dec 21 05:07:24.308 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43632024-12-21T05:07:25.148Z[ recovery-image] Dec 21 05:07:24.309 INFO O| Dec 21 05:07:24.309 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43642024-12-21T05:07:27.404Z[ host-image] Dec 21 05:07:26.569 INFO O| Dec 21 05:07:26.569 INFO O| Done
43652024-12-21T05:07:27.440Z[ host-image] Dec 21 05:07:26.605 INFO O| Dec 21 05:07:26.605 INFO O| Done
43662024-12-21T05:07:28.414Z[ recovery-image] Dec 21 05:07:27.579 INFO O| Dec 21 05:07:27.579 INFO STEP 69 (pack_tar) COMPLETE
43672024-12-21T05:07:28.414Z[ recovery-image] Dec 21 05:07:27.579 INFO O| Dec 21 05:07:27.579 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43682024-12-21T05:07:28.417Z[ recovery-image] Dec 21 05:07:27.579 INFO O| Dec 21 05:07:27.579 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43692024-12-21T05:07:28.832Z[ recovery-image] Dec 21 05:07:27.997 INFO O| Dec 21 05:07:27.997 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43702024-12-21T05:07:28.990Z[ recovery-image] Dec 21 05:07:28.154 INFO O| Dec 21 05:07:28.154 INFO completed processing gimlet/ramdisk-02-trim
43712024-12-21T05:07:28.994Z[ recovery-image] Dec 21 05:07:28.158 INFO image builder template: ramdisk-03-recovery-trim...
43722024-12-21T05:07:28.994Z[ recovery-image] Dec 21 05:07:28.158 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/.tmpSMdqRg/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.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None
43732024-12-21T05:07:29.252Z[ recovery-image] Dec 21 05:07:28.416 INFO O| Dec 21 05:07:28.416 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43742024-12-21T05:07:29.272Z[ recovery-image] Dec 21 05:07:28.437 INFO O| Dec 21 05:07:28.437 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43752024-12-21T05:07:29.440Z[ recovery-image] Dec 21 05:07:28.605 INFO O| Dec 21 05:07:28.605 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43762024-12-21T05:07:29.556Z[ recovery-image] Dec 21 05:07:28.721 INFO O| Dec 21 05:07:28.721 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43772024-12-21T05:07:29.559Z[ recovery-image] Dec 21 05:07:28.721 INFO O| Dec 21 05:07:28.721 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43782024-12-21T05:07:29.571Z[ recovery-image] Dec 21 05:07:28.736 INFO O| Dec 21 05:07:28.736 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43792024-12-21T05:07:29.580Z[ recovery-image] Dec 21 05:07:28.744 INFO O| Dec 21 05:07:28.744 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43802024-12-21T05:07:29.607Z[ recovery-image] Dec 21 05:07:28.771 INFO O| Dec 21 05:07:28.771 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43812024-12-21T05:07:30.089Z[ recovery-image] Dec 21 05:07:29.252 INFO O| Dec 21 05:07:29.252 INFO rolled back to input snapshot; work may begin
43822024-12-21T05:07:30.089Z[ recovery-image] Dec 21 05:07:29.252 INFO O| Dec 21 05:07:29.252 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43832024-12-21T05:07:30.096Z[ recovery-image] Dec 21 05:07:29.261 INFO O| Dec 21 05:07:29.261 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-12-21T05:07:30.113Z[ recovery-image] Dec 21 05:07:29.277 INFO O| Dec 21 05:07:29.277 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43852024-12-21T05:07:30.121Z[ recovery-image] Dec 21 05:07:29.286 INFO O| Dec 21 05:07:29.286 INFO STEP 0 (remove_files) COMPLETE
43862024-12-21T05:07:30.121Z[ recovery-image] Dec 21 05:07:29.286 INFO O| Dec 21 05:07:29.286 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-12-21T05:07:30.158Z[ recovery-image] Dec 21 05:07:29.321 INFO O| Dec 21 05:07:29.321 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43882024-12-21T05:07:30.753Z[ recovery-image] Dec 21 05:07:29.917 INFO O| Dec 21 05:07:29.917 INFO STEP 1 (remove_files) COMPLETE
43892024-12-21T05:07:30.753Z[ recovery-image] Dec 21 05:07:29.917 INFO O| Dec 21 05:07:29.917 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-12-21T05:07:30.785Z[ recovery-image] Dec 21 05:07:29.949 INFO O| Dec 21 05:07:29.949 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43912024-12-21T05:07:30.849Z[ recovery-image] Dec 21 05:07:30.014 INFO O| Dec 21 05:07:30.013 INFO STEP 2 (remove_files) COMPLETE
43922024-12-21T05:07:30.849Z[ recovery-image] Dec 21 05:07:30.014 INFO O| Dec 21 05:07:30.013 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-12-21T05:07:30.890Z[ recovery-image] Dec 21 05:07:30.051 INFO O| Dec 21 05:07:30.051 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43942024-12-21T05:07:31.038Z[ recovery-image] Dec 21 05:07:30.203 INFO O| Dec 21 05:07:30.203 INFO STEP 3 (remove_files) COMPLETE
43952024-12-21T05:07:31.038Z[ recovery-image] Dec 21 05:07:30.203 INFO O| Dec 21 05:07:30.203 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-12-21T05:07:31.088Z[ recovery-image] Dec 21 05:07:30.252 INFO O| Dec 21 05:07:30.252 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43972024-12-21T05:07:31.391Z[ recovery-image] Dec 21 05:07:30.555 INFO O| Dec 21 05:07:30.555 INFO STEP 4 (remove_files) COMPLETE
43982024-12-21T05:07:31.391Z[ recovery-image] Dec 21 05:07:30.555 INFO O| Dec 21 05:07:30.555 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-12-21T05:07:31.412Z[ recovery-image] Dec 21 05:07:30.577 INFO O| Dec 21 05:07:30.577 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
44002024-12-21T05:07:31.479Z[ recovery-image] Dec 21 05:07:30.643 INFO O| Dec 21 05:07:30.643 INFO STEP 5 (remove_files) COMPLETE
44012024-12-21T05:07:31.479Z[ recovery-image] Dec 21 05:07:30.644 INFO O| Dec 21 05:07:30.643 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-12-21T05:07:31.502Z[ recovery-image] Dec 21 05:07:30.665 INFO O| Dec 21 05:07:30.665 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
44032024-12-21T05:07:31.526Z[ recovery-image] Dec 21 05:07:30.689 INFO O| Dec 21 05:07:30.689 INFO STEP 6 (remove_files) COMPLETE
44042024-12-21T05:07:31.526Z[ recovery-image] Dec 21 05:07:30.689 INFO O| Dec 21 05:07:30.689 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-12-21T05:07:31.576Z[ recovery-image] Dec 21 05:07:30.740 INFO O| Dec 21 05:07:30.740 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
44062024-12-21T05:07:31.595Z[ recovery-image] Dec 21 05:07:30.759 INFO O| Dec 21 05:07:30.759 INFO STEP 7 (remove_files) COMPLETE
44072024-12-21T05:07:31.595Z[ recovery-image] Dec 21 05:07:30.759 INFO O| Dec 21 05:07:30.759 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-12-21T05:07:31.620Z[ recovery-image] Dec 21 05:07:30.784 INFO O| Dec 21 05:07:30.784 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
44092024-12-21T05:07:31.643Z[ recovery-image] Dec 21 05:07:30.805 INFO O| Dec 21 05:07:30.805 INFO STEP 8 (remove_files) COMPLETE
44102024-12-21T05:07:31.643Z[ recovery-image] Dec 21 05:07:30.805 INFO O| Dec 21 05:07:30.805 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-12-21T05:07:31.664Z[ recovery-image] Dec 21 05:07:30.828 INFO O| Dec 21 05:07:30.828 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
44122024-12-21T05:07:31.688Z[ recovery-image] Dec 21 05:07:30.852 INFO O| Dec 21 05:07:30.852 INFO STEP 9 (remove_files) COMPLETE
44132024-12-21T05:07:31.688Z[ recovery-image] Dec 21 05:07:30.852 INFO O| Dec 21 05:07:30.852 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-12-21T05:07:31.744Z[ recovery-image] Dec 21 05:07:30.909 INFO O| Dec 21 05:07:30.909 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
44152024-12-21T05:07:31.766Z[ recovery-image] Dec 21 05:07:30.930 INFO O| Dec 21 05:07:30.929 INFO STEP 10 (remove_files) COMPLETE
44162024-12-21T05:07:31.769Z[ recovery-image] Dec 21 05:07:30.930 INFO O| Dec 21 05:07:30.930 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-12-21T05:07:31.787Z[ recovery-image] Dec 21 05:07:30.951 INFO O| Dec 21 05:07:30.951 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
44182024-12-21T05:07:32.054Z[ recovery-image] Dec 21 05:07:31.218 INFO O| Dec 21 05:07:31.218 INFO STEP 11 (remove_files) COMPLETE
44192024-12-21T05:07:32.054Z[ recovery-image] Dec 21 05:07:31.218 INFO O| Dec 21 05:07:31.218 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-12-21T05:07:32.075Z[ recovery-image] Dec 21 05:07:31.239 INFO O| Dec 21 05:07:31.239 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
44212024-12-21T05:07:32.104Z[ recovery-image] Dec 21 05:07:31.268 INFO O| Dec 21 05:07:31.268 INFO STEP 12 (remove_files) COMPLETE
44222024-12-21T05:07:32.109Z[ recovery-image] Dec 21 05:07:31.268 INFO O| Dec 21 05:07:31.268 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-12-21T05:07:32.123Z[ recovery-image] Dec 21 05:07:31.287 INFO O| Dec 21 05:07:31.287 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
44242024-12-21T05:07:32.147Z[ recovery-image] Dec 21 05:07:31.311 INFO O| Dec 21 05:07:31.311 INFO STEP 13 (remove_files) COMPLETE
44252024-12-21T05:07:32.147Z[ recovery-image] Dec 21 05:07:31.312 INFO O| Dec 21 05:07:31.311 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-12-21T05:07:32.166Z[ recovery-image] Dec 21 05:07:31.330 INFO O| Dec 21 05:07:31.330 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
44272024-12-21T05:07:32.169Z[ recovery-image] Dec 21 05:07:31.331 INFO O| Dec 21 05:07:31.331 INFO STEP 14 (remove_files) COMPLETE
44282024-12-21T05:07:32.169Z[ recovery-image] Dec 21 05:07:31.331 INFO O| Dec 21 05:07:31.331 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-12-21T05:07:32.183Z[ recovery-image] Dec 21 05:07:31.348 INFO O| Dec 21 05:07:31.347 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
44302024-12-21T05:07:32.228Z[ recovery-image] Dec 21 05:07:31.392 INFO O| Dec 21 05:07:31.392 INFO STEP 15 (remove_files) COMPLETE
44312024-12-21T05:07:32.228Z[ recovery-image] Dec 21 05:07:31.392 INFO O| Dec 21 05:07:31.392 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-12-21T05:07:32.250Z[ recovery-image] Dec 21 05:07:31.414 INFO O| Dec 21 05:07:31.414 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
44332024-12-21T05:07:32.318Z[ recovery-image] Dec 21 05:07:31.483 INFO O| Dec 21 05:07:31.483 INFO STEP 16 (remove_files) COMPLETE
44342024-12-21T05:07:32.318Z[ recovery-image] Dec 21 05:07:31.483 INFO O| Dec 21 05:07:31.483 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-12-21T05:07:32.353Z[ recovery-image] Dec 21 05:07:31.517 INFO O| Dec 21 05:07:31.517 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
44362024-12-21T05:07:32.355Z[ recovery-image] Dec 21 05:07:31.517 INFO O| Dec 21 05:07:31.517 INFO STEP 17 (remove_files) COMPLETE
44372024-12-21T05:07:32.355Z[ recovery-image] Dec 21 05:07:31.517 INFO O| Dec 21 05:07:31.517 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-12-21T05:07:32.376Z[ recovery-image] Dec 21 05:07:31.540 INFO O| Dec 21 05:07:31.540 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
44392024-12-21T05:07:32.378Z[ recovery-image] Dec 21 05:07:31.540 INFO O| Dec 21 05:07:31.540 INFO STEP 18 (remove_files) COMPLETE
44402024-12-21T05:07:32.378Z[ recovery-image] Dec 21 05:07:31.540 INFO O| Dec 21 05:07:31.540 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-12-21T05:07:32.416Z[ recovery-image] Dec 21 05:07:31.580 INFO O| Dec 21 05:07:31.580 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44422024-12-21T05:07:32.673Z[ recovery-image] Dec 21 05:07:31.837 INFO O| Dec 21 05:07:31.837 INFO STEP 19 (remove_files) COMPLETE
44432024-12-21T05:07:32.673Z[ recovery-image] Dec 21 05:07:31.837 INFO O| Dec 21 05:07:31.837 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-12-21T05:07:32.710Z[ recovery-image] Dec 21 05:07:31.874 INFO O| Dec 21 05:07:31.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44452024-12-21T05:07:32.760Z[ recovery-image] Dec 21 05:07:31.925 INFO O| Dec 21 05:07:31.925 INFO STEP 20 (remove_files) COMPLETE
44462024-12-21T05:07:32.760Z[ recovery-image] Dec 21 05:07:31.925 INFO O| Dec 21 05:07:31.925 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-12-21T05:07:32.801Z[ recovery-image] Dec 21 05:07:31.965 INFO O| Dec 21 05:07:31.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44482024-12-21T05:07:32.814Z[ recovery-image] Dec 21 05:07:31.979 INFO O| Dec 21 05:07:31.979 INFO STEP 21 (remove_files) COMPLETE
44492024-12-21T05:07:32.814Z[ recovery-image] Dec 21 05:07:31.979 INFO O| Dec 21 05:07:31.979 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-12-21T05:07:32.852Z[ recovery-image] Dec 21 05:07:32.017 INFO O| Dec 21 05:07:32.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44512024-12-21T05:07:32.855Z[ recovery-image] Dec 21 05:07:32.017 INFO O| Dec 21 05:07:32.017 INFO STEP 22 (remove_files) COMPLETE
44522024-12-21T05:07:32.855Z[ recovery-image] Dec 21 05:07:32.017 INFO O| Dec 21 05:07:32.017 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-12-21T05:07:32.905Z[ recovery-image] Dec 21 05:07:32.070 INFO O| Dec 21 05:07:32.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44542024-12-21T05:07:32.905Z[ recovery-image] Dec 21 05:07:32.070 INFO O| Dec 21 05:07:32.070 INFO STEP 23 (remove_files) COMPLETE
44552024-12-21T05:07:32.905Z[ recovery-image] Dec 21 05:07:32.070 INFO O| Dec 21 05:07:32.070 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-12-21T05:07:32.923Z[ recovery-image] Dec 21 05:07:32.088 INFO O| Dec 21 05:07:32.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44572024-12-21T05:07:32.923Z[ recovery-image] Dec 21 05:07:32.088 INFO O| Dec 21 05:07:32.088 INFO STEP 24 (remove_files) COMPLETE
44582024-12-21T05:07:32.926Z[ recovery-image] Dec 21 05:07:32.088 INFO O| Dec 21 05:07:32.088 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-12-21T05:07:32.941Z[ recovery-image] Dec 21 05:07:32.105 INFO O| Dec 21 05:07:32.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44602024-12-21T05:07:32.941Z[ recovery-image] Dec 21 05:07:32.105 INFO O| Dec 21 05:07:32.105 INFO STEP 25 (remove_files) COMPLETE
44612024-12-21T05:07:32.941Z[ recovery-image] Dec 21 05:07:32.105 INFO O| Dec 21 05:07:32.105 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-12-21T05:07:32.959Z[ recovery-image] Dec 21 05:07:32.123 INFO O| Dec 21 05:07:32.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44632024-12-21T05:07:32.961Z[ recovery-image] Dec 21 05:07:32.123 INFO O| Dec 21 05:07:32.123 INFO STEP 26 (remove_files) COMPLETE
44642024-12-21T05:07:32.961Z[ recovery-image] Dec 21 05:07:32.123 INFO O| Dec 21 05:07:32.123 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-12-21T05:07:32.984Z[ recovery-image] Dec 21 05:07:32.149 INFO O| Dec 21 05:07:32.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44662024-12-21T05:07:32.984Z[ recovery-image] Dec 21 05:07:32.149 INFO O| Dec 21 05:07:32.149 INFO STEP 27 (remove_files) COMPLETE
44672024-12-21T05:07:32.987Z[ recovery-image] Dec 21 05:07:32.149 INFO O| Dec 21 05:07:32.149 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-12-21T05:07:33.028Z[ recovery-image] Dec 21 05:07:32.193 INFO O| Dec 21 05:07:32.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44692024-12-21T05:07:33.028Z[ recovery-image] Dec 21 05:07:32.193 INFO O| Dec 21 05:07:32.193 INFO STEP 28 (remove_files) COMPLETE
44702024-12-21T05:07:33.028Z[ recovery-image] Dec 21 05:07:32.193 INFO O| Dec 21 05:07:32.193 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-12-21T05:07:33.062Z[ recovery-image] Dec 21 05:07:32.226 INFO O| Dec 21 05:07:32.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44722024-12-21T05:07:33.062Z[ recovery-image] Dec 21 05:07:32.226 INFO O| Dec 21 05:07:32.226 INFO STEP 29 (remove_files) COMPLETE
44732024-12-21T05:07:33.064Z[ recovery-image] Dec 21 05:07:32.227 INFO O| Dec 21 05:07:32.226 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-12-21T05:07:33.082Z[ recovery-image] Dec 21 05:07:32.246 INFO O| Dec 21 05:07:32.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44752024-12-21T05:07:33.084Z[ recovery-image] Dec 21 05:07:32.247 INFO O| Dec 21 05:07:32.247 INFO STEP 30 (remove_files) COMPLETE
44762024-12-21T05:07:33.085Z[ recovery-image] Dec 21 05:07:32.247 INFO O| Dec 21 05:07:32.247 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-12-21T05:07:33.104Z[ recovery-image] Dec 21 05:07:32.268 INFO O| Dec 21 05:07:32.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44782024-12-21T05:07:33.106Z[ recovery-image] Dec 21 05:07:32.269 INFO O| Dec 21 05:07:32.268 INFO STEP 31 (remove_files) COMPLETE
44792024-12-21T05:07:33.106Z[ recovery-image] Dec 21 05:07:32.269 INFO O| Dec 21 05:07:32.269 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-12-21T05:07:33.145Z[ recovery-image] Dec 21 05:07:32.309 INFO O| Dec 21 05:07:32.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44812024-12-21T05:07:33.165Z[ recovery-image] Dec 21 05:07:32.330 INFO O| Dec 21 05:07:32.330 INFO STEP 32 (remove_files) COMPLETE
44822024-12-21T05:07:33.165Z[ recovery-image] Dec 21 05:07:32.330 INFO O| Dec 21 05:07:32.330 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-12-21T05:07:33.200Z[ recovery-image] Dec 21 05:07:32.363 INFO O| Dec 21 05:07:32.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44842024-12-21T05:07:33.217Z[ recovery-image] Dec 21 05:07:32.382 INFO O| Dec 21 05:07:32.382 INFO STEP 33 (remove_files) COMPLETE
44852024-12-21T05:07:33.217Z[ recovery-image] Dec 21 05:07:32.382 INFO O| Dec 21 05:07:32.382 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-12-21T05:07:33.251Z[ recovery-image] Dec 21 05:07:32.415 INFO O| Dec 21 05:07:32.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44872024-12-21T05:07:33.251Z[ recovery-image] Dec 21 05:07:32.415 INFO O| Dec 21 05:07:32.415 INFO STEP 34 (remove_files) COMPLETE
44882024-12-21T05:07:33.253Z[ recovery-image] Dec 21 05:07:32.415 INFO O| Dec 21 05:07:32.415 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-12-21T05:07:33.289Z[ recovery-image] Dec 21 05:07:32.453 INFO O| Dec 21 05:07:32.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44902024-12-21T05:07:33.289Z[ recovery-image] Dec 21 05:07:32.453 INFO O| Dec 21 05:07:32.453 INFO STEP 35 (remove_files) COMPLETE
44912024-12-21T05:07:33.289Z[ recovery-image] Dec 21 05:07:32.453 INFO O| Dec 21 05:07:32.453 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-12-21T05:07:33.344Z[ recovery-image] Dec 21 05:07:32.509 INFO O| Dec 21 05:07:32.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44932024-12-21T05:07:33.345Z[ recovery-image] Dec 21 05:07:32.509 INFO O| Dec 21 05:07:32.509 INFO STEP 36 (remove_files) COMPLETE
44942024-12-21T05:07:33.345Z[ recovery-image] Dec 21 05:07:32.509 INFO O| Dec 21 05:07:32.509 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-12-21T05:07:33.364Z[ recovery-image] Dec 21 05:07:32.528 INFO O| Dec 21 05:07:32.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44962024-12-21T05:07:33.380Z[ recovery-image] Dec 21 05:07:32.545 INFO O| Dec 21 05:07:32.545 INFO STEP 37 (remove_files) COMPLETE
44972024-12-21T05:07:33.381Z[ recovery-image] Dec 21 05:07:32.545 INFO O| Dec 21 05:07:32.545 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-12-21T05:07:33.400Z[ recovery-image] Dec 21 05:07:32.565 INFO O| Dec 21 05:07:32.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44992024-12-21T05:07:33.400Z[ recovery-image] Dec 21 05:07:32.565 INFO O| Dec 21 05:07:32.565 INFO STEP 38 (remove_files) COMPLETE
45002024-12-21T05:07:33.403Z[ recovery-image] Dec 21 05:07:32.565 INFO O| Dec 21 05:07:32.565 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-12-21T05:07:33.420Z[ recovery-image] Dec 21 05:07:32.584 INFO O| Dec 21 05:07:32.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
45022024-12-21T05:07:33.420Z[ recovery-image] Dec 21 05:07:32.584 INFO O| Dec 21 05:07:32.584 INFO STEP 39 (remove_files) COMPLETE
45032024-12-21T05:07:33.422Z[ recovery-image] Dec 21 05:07:32.584 INFO O| Dec 21 05:07:32.584 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-12-21T05:07:33.439Z[ recovery-image] Dec 21 05:07:32.603 INFO O| Dec 21 05:07:32.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
45052024-12-21T05:07:33.439Z[ recovery-image] Dec 21 05:07:32.603 INFO O| Dec 21 05:07:32.603 INFO STEP 40 (remove_files) COMPLETE
45062024-12-21T05:07:33.439Z[ recovery-image] Dec 21 05:07:32.603 INFO O| Dec 21 05:07:32.603 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-12-21T05:07:33.502Z[ recovery-image] Dec 21 05:07:32.667 INFO O| Dec 21 05:07:32.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
45082024-12-21T05:07:33.503Z[ recovery-image] Dec 21 05:07:32.667 INFO O| Dec 21 05:07:32.667 INFO STEP 41 (remove_files) COMPLETE
45092024-12-21T05:07:33.503Z[ recovery-image] Dec 21 05:07:32.667 INFO O| Dec 21 05:07:32.667 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-12-21T05:07:33.562Z[ recovery-image] Dec 21 05:07:32.726 INFO O| Dec 21 05:07:32.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
45112024-12-21T05:07:33.562Z[ recovery-image] Dec 21 05:07:32.726 INFO O| Dec 21 05:07:32.726 INFO STEP 42 (remove_files) COMPLETE
45122024-12-21T05:07:33.565Z[ recovery-image] Dec 21 05:07:32.726 INFO O| Dec 21 05:07:32.726 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-12-21T05:07:33.587Z[ recovery-image] Dec 21 05:07:32.751 INFO O| Dec 21 05:07:32.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
45142024-12-21T05:07:33.589Z[ recovery-image] Dec 21 05:07:32.751 INFO O| Dec 21 05:07:32.751 INFO STEP 43 (remove_files) COMPLETE
45152024-12-21T05:07:33.589Z[ recovery-image] Dec 21 05:07:32.752 INFO O| Dec 21 05:07:32.751 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-12-21T05:07:33.608Z[ recovery-image] Dec 21 05:07:32.773 INFO O| Dec 21 05:07:32.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
45172024-12-21T05:07:33.611Z[ recovery-image] Dec 21 05:07:32.773 INFO O| Dec 21 05:07:32.773 INFO STEP 44 (remove_files) COMPLETE
45182024-12-21T05:07:33.611Z[ recovery-image] Dec 21 05:07:32.773 INFO O| Dec 21 05:07:32.773 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-12-21T05:07:33.628Z[ recovery-image] Dec 21 05:07:32.792 INFO O| Dec 21 05:07:32.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
45202024-12-21T05:07:33.631Z[ recovery-image] Dec 21 05:07:32.793 INFO O| Dec 21 05:07:32.793 INFO STEP 45 (remove_files) COMPLETE
45212024-12-21T05:07:33.631Z[ recovery-image] Dec 21 05:07:32.793 INFO O| Dec 21 05:07:32.793 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-12-21T05:07:33.648Z[ recovery-image] Dec 21 05:07:32.813 INFO O| Dec 21 05:07:32.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
45232024-12-21T05:07:33.651Z[ recovery-image] Dec 21 05:07:32.813 INFO O| Dec 21 05:07:32.813 INFO STEP 46 (remove_files) COMPLETE
45242024-12-21T05:07:33.651Z[ recovery-image] Dec 21 05:07:32.813 INFO O| Dec 21 05:07:32.813 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-12-21T05:07:33.705Z[ recovery-image] Dec 21 05:07:32.870 INFO O| Dec 21 05:07:32.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
45262024-12-21T05:07:33.716Z[ recovery-image] Dec 21 05:07:32.881 INFO O| Dec 21 05:07:32.881 INFO STEP 47 (remove_files) COMPLETE
45272024-12-21T05:07:33.716Z[ recovery-image] Dec 21 05:07:32.881 INFO O| Dec 21 05:07:32.881 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-12-21T05:07:33.748Z[ recovery-image] Dec 21 05:07:32.912 INFO O| Dec 21 05:07:32.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
45292024-12-21T05:07:33.750Z[ recovery-image] Dec 21 05:07:32.913 INFO O| Dec 21 05:07:32.913 INFO STEP 48 (remove_files) COMPLETE
45302024-12-21T05:07:33.750Z[ recovery-image] Dec 21 05:07:32.913 INFO O| Dec 21 05:07:32.913 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-12-21T05:07:33.768Z[ recovery-image] Dec 21 05:07:32.932 INFO O| Dec 21 05:07:32.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
45322024-12-21T05:07:33.770Z[ recovery-image] Dec 21 05:07:32.933 INFO O| Dec 21 05:07:32.932 INFO STEP 49 (remove_files) COMPLETE
45332024-12-21T05:07:33.770Z[ recovery-image] Dec 21 05:07:32.933 INFO O| Dec 21 05:07:32.933 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-12-21T05:07:33.787Z[ recovery-image] Dec 21 05:07:32.952 INFO O| Dec 21 05:07:32.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
45352024-12-21T05:07:33.790Z[ recovery-image] Dec 21 05:07:32.952 INFO O| Dec 21 05:07:32.952 INFO STEP 50 (remove_files) COMPLETE
45362024-12-21T05:07:33.790Z[ recovery-image] Dec 21 05:07:32.952 INFO O| Dec 21 05:07:32.952 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-12-21T05:07:33.805Z[ recovery-image] Dec 21 05:07:32.970 INFO O| Dec 21 05:07:32.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
45382024-12-21T05:07:33.808Z[ recovery-image] Dec 21 05:07:32.970 INFO O| Dec 21 05:07:32.970 INFO STEP 51 (remove_files) COMPLETE
45392024-12-21T05:07:33.808Z[ recovery-image] Dec 21 05:07:32.970 INFO O| Dec 21 05:07:32.970 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-12-21T05:07:33.824Z[ recovery-image] Dec 21 05:07:32.989 INFO O| Dec 21 05:07:32.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
45412024-12-21T05:07:33.839Z[ recovery-image] Dec 21 05:07:33.004 INFO O| Dec 21 05:07:33.004 INFO STEP 52 (remove_files) COMPLETE
45422024-12-21T05:07:33.839Z[ recovery-image] Dec 21 05:07:33.004 INFO O| Dec 21 05:07:33.004 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-12-21T05:07:33.877Z[ recovery-image] Dec 21 05:07:33.042 INFO O| Dec 21 05:07:33.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45442024-12-21T05:07:33.881Z[ recovery-image] Dec 21 05:07:33.045 INFO O| Dec 21 05:07:33.045 INFO STEP 53 (remove_files) COMPLETE
45452024-12-21T05:07:33.881Z[ recovery-image] Dec 21 05:07:33.045 INFO O| Dec 21 05:07:33.045 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-12-21T05:07:33.920Z[ recovery-image] Dec 21 05:07:33.085 INFO O| Dec 21 05:07:33.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45472024-12-21T05:07:33.920Z[ recovery-image] Dec 21 05:07:33.085 INFO O| Dec 21 05:07:33.085 INFO STEP 54 (remove_files) COMPLETE
45482024-12-21T05:07:33.924Z[ recovery-image] Dec 21 05:07:33.085 INFO O| Dec 21 05:07:33.085 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-12-21T05:07:33.961Z[ recovery-image] Dec 21 05:07:33.125 INFO O| Dec 21 05:07:33.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45502024-12-21T05:07:33.961Z[ recovery-image] Dec 21 05:07:33.125 INFO O| Dec 21 05:07:33.125 INFO STEP 55 (remove_files) COMPLETE
45512024-12-21T05:07:33.963Z[ recovery-image] Dec 21 05:07:33.125 INFO O| Dec 21 05:07:33.125 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-12-21T05:07:33.986Z[ recovery-image] Dec 21 05:07:33.148 INFO O| Dec 21 05:07:33.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45532024-12-21T05:07:33.986Z[ recovery-image] Dec 21 05:07:33.148 INFO O| Dec 21 05:07:33.148 INFO STEP 56 (remove_files) COMPLETE
45542024-12-21T05:07:33.989Z[ recovery-image] Dec 21 05:07:33.148 INFO O| Dec 21 05:07:33.148 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-12-21T05:07:34.033Z[ recovery-image] Dec 21 05:07:33.196 INFO O| Dec 21 05:07:33.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45562024-12-21T05:07:34.033Z[ recovery-image] Dec 21 05:07:33.196 INFO O| Dec 21 05:07:33.196 INFO STEP 57 (remove_files) COMPLETE
45572024-12-21T05:07:34.036Z[ recovery-image] Dec 21 05:07:33.196 INFO O| Dec 21 05:07:33.196 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-12-21T05:07:34.068Z[ recovery-image] Dec 21 05:07:33.232 INFO O| Dec 21 05:07:33.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45592024-12-21T05:07:34.072Z[ recovery-image] Dec 21 05:07:33.232 INFO O| Dec 21 05:07:33.232 INFO STEP 58 (remove_files) COMPLETE
45602024-12-21T05:07:34.073Z[ recovery-image] Dec 21 05:07:33.232 INFO O| Dec 21 05:07:33.232 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-12-21T05:07:34.088Z[ recovery-image] Dec 21 05:07:33.252 INFO O| Dec 21 05:07:33.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45622024-12-21T05:07:34.091Z[ recovery-image] Dec 21 05:07:33.252 INFO O| Dec 21 05:07:33.252 INFO STEP 59 (remove_files) COMPLETE
45632024-12-21T05:07:34.091Z[ recovery-image] Dec 21 05:07:33.252 INFO O| Dec 21 05:07:33.252 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-12-21T05:07:34.108Z[ recovery-image] Dec 21 05:07:33.272 INFO O| Dec 21 05:07:33.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45652024-12-21T05:07:34.111Z[ recovery-image] Dec 21 05:07:33.272 INFO O| Dec 21 05:07:33.272 INFO STEP 60 (remove_files) COMPLETE
45662024-12-21T05:07:34.111Z[ recovery-image] Dec 21 05:07:33.272 INFO O| Dec 21 05:07:33.272 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-12-21T05:07:34.138Z[ recovery-image] Dec 21 05:07:33.302 INFO O| Dec 21 05:07:33.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45682024-12-21T05:07:34.141Z[ recovery-image] Dec 21 05:07:33.302 INFO O| Dec 21 05:07:33.302 INFO STEP 61 (remove_files) COMPLETE
45692024-12-21T05:07:34.141Z[ recovery-image] Dec 21 05:07:33.303 INFO O| Dec 21 05:07:33.302 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-12-21T05:07:34.175Z[ recovery-image] Dec 21 05:07:33.339 INFO O| Dec 21 05:07:33.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45712024-12-21T05:07:34.175Z[ recovery-image] Dec 21 05:07:33.340 INFO O| Dec 21 05:07:33.339 INFO STEP 62 (remove_files) COMPLETE
45722024-12-21T05:07:34.175Z[ recovery-image] Dec 21 05:07:33.340 INFO O| Dec 21 05:07:33.340 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-12-21T05:07:34.196Z[ recovery-image] Dec 21 05:07:33.360 INFO O| Dec 21 05:07:33.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45742024-12-21T05:07:34.196Z[ recovery-image] Dec 21 05:07:33.360 INFO O| Dec 21 05:07:33.360 INFO STEP 63 (remove_files) COMPLETE
45752024-12-21T05:07:34.196Z[ recovery-image] Dec 21 05:07:33.360 INFO O| Dec 21 05:07:33.360 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-12-21T05:07:34.228Z[ recovery-image] Dec 21 05:07:33.392 INFO O| Dec 21 05:07:33.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45772024-12-21T05:07:34.228Z[ recovery-image] Dec 21 05:07:33.392 INFO O| Dec 21 05:07:33.392 INFO STEP 64 (remove_files) COMPLETE
45782024-12-21T05:07:34.228Z[ recovery-image] Dec 21 05:07:33.393 INFO O| Dec 21 05:07:33.392 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-12-21T05:07:34.249Z[ recovery-image] Dec 21 05:07:33.413 INFO O| Dec 21 05:07:33.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45802024-12-21T05:07:34.249Z[ recovery-image] Dec 21 05:07:33.413 INFO O| Dec 21 05:07:33.413 INFO STEP 65 (remove_files) COMPLETE
45812024-12-21T05:07:34.249Z[ recovery-image] Dec 21 05:07:33.413 INFO O| Dec 21 05:07:33.413 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-12-21T05:07:34.268Z[ recovery-image] Dec 21 05:07:33.432 INFO O| Dec 21 05:07:33.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45832024-12-21T05:07:34.268Z[ recovery-image] Dec 21 05:07:33.432 INFO O| Dec 21 05:07:33.432 INFO STEP 66 (remove_files) COMPLETE
45842024-12-21T05:07:34.268Z[ recovery-image] Dec 21 05:07:33.432 INFO O| Dec 21 05:07:33.432 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-12-21T05:07:34.293Z[ recovery-image] Dec 21 05:07:33.457 INFO O| Dec 21 05:07:33.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45862024-12-21T05:07:34.293Z[ recovery-image] Dec 21 05:07:33.458 INFO O| Dec 21 05:07:33.458 INFO STEP 67 (remove_files) COMPLETE
45872024-12-21T05:07:34.293Z[ recovery-image] Dec 21 05:07:33.458 INFO O| Dec 21 05:07:33.458 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-12-21T05:07:34.345Z[ recovery-image] Dec 21 05:07:33.509 INFO O| Dec 21 05:07:33.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45892024-12-21T05:07:34.369Z[ recovery-image] Dec 21 05:07:33.533 INFO O| Dec 21 05:07:33.533 INFO STEP 68 (remove_files) COMPLETE
45902024-12-21T05:07:34.369Z[ recovery-image] Dec 21 05:07:33.533 INFO O| Dec 21 05:07:33.533 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-12-21T05:07:34.423Z[ recovery-image] Dec 21 05:07:33.587 INFO O| Dec 21 05:07:33.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45922024-12-21T05:07:34.423Z[ recovery-image] Dec 21 05:07:33.587 INFO O| Dec 21 05:07:33.587 INFO STEP 69 (remove_files) COMPLETE
45932024-12-21T05:07:34.425Z[ recovery-image] Dec 21 05:07:33.587 INFO O| Dec 21 05:07:33.587 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-12-21T05:07:34.495Z[ recovery-image] Dec 21 05:07:33.660 INFO O| Dec 21 05:07:33.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45952024-12-21T05:07:34.495Z[ recovery-image] Dec 21 05:07:33.660 INFO O| Dec 21 05:07:33.660 INFO STEP 70 (remove_files) COMPLETE
45962024-12-21T05:07:34.498Z[ recovery-image] Dec 21 05:07:33.660 INFO O| Dec 21 05:07:33.660 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-12-21T05:07:34.537Z[ recovery-image] Dec 21 05:07:33.700 INFO O| Dec 21 05:07:33.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45982024-12-21T05:07:34.537Z[ recovery-image] Dec 21 05:07:33.701 INFO O| Dec 21 05:07:33.700 INFO STEP 71 (remove_files) COMPLETE
45992024-12-21T05:07:34.537Z[ recovery-image] Dec 21 05:07:33.701 INFO O| Dec 21 05:07:33.701 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-12-21T05:07:34.573Z[ recovery-image] Dec 21 05:07:33.737 INFO O| Dec 21 05:07:33.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
46012024-12-21T05:07:34.573Z[ recovery-image] Dec 21 05:07:33.737 INFO O| Dec 21 05:07:33.737 INFO STEP 72 (remove_files) COMPLETE
46022024-12-21T05:07:34.573Z[ recovery-image] Dec 21 05:07:33.738 INFO O| Dec 21 05:07:33.737 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-12-21T05:07:34.593Z[ recovery-image] Dec 21 05:07:33.758 INFO O| Dec 21 05:07:33.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
46042024-12-21T05:07:34.593Z[ recovery-image] Dec 21 05:07:33.758 INFO O| Dec 21 05:07:33.758 INFO STEP 73 (remove_files) COMPLETE
46052024-12-21T05:07:34.593Z[ recovery-image] Dec 21 05:07:33.758 INFO O| Dec 21 05:07:33.758 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-12-21T05:07:34.613Z[ recovery-image] Dec 21 05:07:33.777 INFO O| Dec 21 05:07:33.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
46072024-12-21T05:07:34.613Z[ recovery-image] Dec 21 05:07:33.777 INFO O| Dec 21 05:07:33.777 INFO STEP 74 (remove_files) COMPLETE
46082024-12-21T05:07:34.613Z[ recovery-image] Dec 21 05:07:33.777 INFO O| Dec 21 05:07:33.777 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-12-21T05:07:34.647Z[ recovery-image] Dec 21 05:07:33.811 INFO O| Dec 21 05:07:33.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
46102024-12-21T05:07:34.647Z[ recovery-image] Dec 21 05:07:33.811 INFO O| Dec 21 05:07:33.811 INFO STEP 75 (remove_files) COMPLETE
46112024-12-21T05:07:34.647Z[ recovery-image] Dec 21 05:07:33.811 INFO O| Dec 21 05:07:33.811 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-12-21T05:07:34.708Z[ recovery-image] Dec 21 05:07:33.872 INFO O| Dec 21 05:07:33.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
46132024-12-21T05:07:34.708Z[ recovery-image] Dec 21 05:07:33.872 INFO O| Dec 21 05:07:33.872 INFO STEP 76 (remove_files) COMPLETE
46142024-12-21T05:07:34.708Z[ recovery-image] Dec 21 05:07:33.872 INFO O| Dec 21 05:07:33.872 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-12-21T05:07:34.728Z[ recovery-image] Dec 21 05:07:33.892 INFO O| Dec 21 05:07:33.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
46162024-12-21T05:07:34.728Z[ recovery-image] Dec 21 05:07:33.892 INFO O| Dec 21 05:07:33.892 INFO STEP 77 (remove_files) COMPLETE
46172024-12-21T05:07:34.728Z[ recovery-image] Dec 21 05:07:33.892 INFO O| Dec 21 05:07:33.892 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-12-21T05:07:34.746Z[ recovery-image] Dec 21 05:07:33.910 INFO O| Dec 21 05:07:33.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
46192024-12-21T05:07:34.746Z[ recovery-image] Dec 21 05:07:33.910 INFO O| Dec 21 05:07:33.910 INFO STEP 78 (remove_files) COMPLETE
46202024-12-21T05:07:34.746Z[ recovery-image] Dec 21 05:07:33.910 INFO O| Dec 21 05:07:33.910 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-12-21T05:07:34.764Z[ recovery-image] Dec 21 05:07:33.929 INFO O| Dec 21 05:07:33.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
46222024-12-21T05:07:34.764Z[ recovery-image] Dec 21 05:07:33.929 INFO O| Dec 21 05:07:33.929 INFO STEP 79 (remove_files) COMPLETE
46232024-12-21T05:07:34.764Z[ recovery-image] Dec 21 05:07:33.929 INFO O| Dec 21 05:07:33.929 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-12-21T05:07:34.782Z[ recovery-image] Dec 21 05:07:33.947 INFO O| Dec 21 05:07:33.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
46252024-12-21T05:07:34.782Z[ recovery-image] Dec 21 05:07:33.947 INFO O| Dec 21 05:07:33.947 INFO STEP 80 (remove_files) COMPLETE
46262024-12-21T05:07:34.782Z[ recovery-image] Dec 21 05:07:33.947 INFO O| Dec 21 05:07:33.947 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-12-21T05:07:34.801Z[ recovery-image] Dec 21 05:07:33.966 INFO O| Dec 21 05:07:33.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
46282024-12-21T05:07:34.801Z[ recovery-image] Dec 21 05:07:33.966 INFO O| Dec 21 05:07:33.966 INFO STEP 81 (remove_files) COMPLETE
46292024-12-21T05:07:34.801Z[ recovery-image] Dec 21 05:07:33.966 INFO O| Dec 21 05:07:33.966 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-12-21T05:07:34.823Z[ recovery-image] Dec 21 05:07:33.987 INFO O| Dec 21 05:07:33.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
46312024-12-21T05:07:34.823Z[ recovery-image] Dec 21 05:07:33.987 INFO O| Dec 21 05:07:33.987 INFO STEP 82 (remove_files) COMPLETE
46322024-12-21T05:07:34.823Z[ recovery-image] Dec 21 05:07:33.987 INFO O| Dec 21 05:07:33.987 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-12-21T05:07:34.834Z[ host-image] Dec 21 05:07:33.998 INFO O| Dec 21 05:07:33.998 INFO O| Done
46342024-12-21T05:07:34.846Z[ recovery-image] Dec 21 05:07:34.009 INFO O| Dec 21 05:07:34.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
46352024-12-21T05:07:34.848Z[ recovery-image] Dec 21 05:07:34.010 INFO O| Dec 21 05:07:34.010 INFO STEP 83 (remove_files) COMPLETE
46362024-12-21T05:07:34.848Z[ recovery-image] Dec 21 05:07:34.010 INFO O| Dec 21 05:07:34.010 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-12-21T05:07:34.930Z[ recovery-image] Dec 21 05:07:34.093 INFO O| Dec 21 05:07:34.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
46382024-12-21T05:07:34.932Z[ recovery-image] Dec 21 05:07:34.093 INFO O| Dec 21 05:07:34.093 INFO STEP 84 (remove_files) COMPLETE
46392024-12-21T05:07:34.932Z[ recovery-image] Dec 21 05:07:34.093 INFO O| Dec 21 05:07:34.093 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-12-21T05:07:34.978Z[ recovery-image] Dec 21 05:07:34.143 INFO O| Dec 21 05:07:34.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
46412024-12-21T05:07:34.978Z[ recovery-image] Dec 21 05:07:34.143 INFO O| Dec 21 05:07:34.143 INFO STEP 85 (remove_files) COMPLETE
46422024-12-21T05:07:34.978Z[ recovery-image] Dec 21 05:07:34.143 INFO O| Dec 21 05:07:34.143 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-21T05:07:35.023Z[ recovery-image] Dec 21 05:07:34.186 INFO O| Dec 21 05:07:34.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46442024-12-21T05:07:35.023Z[ recovery-image] Dec 21 05:07:34.186 INFO O| Dec 21 05:07:34.186 INFO STEP 86 (remove_files) COMPLETE
46452024-12-21T05:07:35.026Z[ recovery-image] Dec 21 05:07:34.186 INFO O| Dec 21 05:07:34.186 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-12-21T05:07:35.082Z[ recovery-image] Dec 21 05:07:34.246 INFO O| Dec 21 05:07:34.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46472024-12-21T05:07:35.112Z[ recovery-image] Dec 21 05:07:34.275 INFO O| Dec 21 05:07:34.275 INFO STEP 87 (remove_files) COMPLETE
46482024-12-21T05:07:35.112Z[ recovery-image] Dec 21 05:07:34.276 INFO O| Dec 21 05:07:34.275 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-12-21T05:07:35.150Z[ recovery-image] Dec 21 05:07:34.315 INFO O| Dec 21 05:07:34.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46502024-12-21T05:07:35.151Z[ recovery-image] Dec 21 05:07:34.315 INFO O| Dec 21 05:07:34.315 INFO STEP 88 (remove_files) COMPLETE
46512024-12-21T05:07:35.151Z[ recovery-image] Dec 21 05:07:34.315 INFO O| Dec 21 05:07:34.315 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-12-21T05:07:35.172Z[ recovery-image] Dec 21 05:07:34.336 INFO O| Dec 21 05:07:34.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46532024-12-21T05:07:35.172Z[ recovery-image] Dec 21 05:07:34.336 INFO O| Dec 21 05:07:34.336 INFO STEP 89 (remove_files) COMPLETE
46542024-12-21T05:07:35.172Z[ recovery-image] Dec 21 05:07:34.336 INFO O| Dec 21 05:07:34.336 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-12-21T05:07:35.190Z[ recovery-image] Dec 21 05:07:34.355 INFO O| Dec 21 05:07:34.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46562024-12-21T05:07:35.190Z[ recovery-image] Dec 21 05:07:34.355 INFO O| Dec 21 05:07:34.355 INFO STEP 90 (remove_files) COMPLETE
46572024-12-21T05:07:35.190Z[ recovery-image] Dec 21 05:07:34.355 INFO O| Dec 21 05:07:34.355 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-12-21T05:07:35.215Z[ recovery-image] Dec 21 05:07:34.379 INFO O| Dec 21 05:07:34.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46592024-12-21T05:07:35.215Z[ recovery-image] Dec 21 05:07:34.379 INFO O| Dec 21 05:07:34.379 INFO STEP 91 (remove_files) COMPLETE
46602024-12-21T05:07:35.218Z[ recovery-image] Dec 21 05:07:34.379 INFO O| Dec 21 05:07:34.379 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-12-21T05:07:35.291Z[ recovery-image] Dec 21 05:07:34.455 INFO O| Dec 21 05:07:34.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46622024-12-21T05:07:35.291Z[ recovery-image] Dec 21 05:07:34.455 INFO O| Dec 21 05:07:34.455 INFO STEP 92 (remove_files) COMPLETE
46632024-12-21T05:07:35.291Z[ recovery-image] Dec 21 05:07:34.455 INFO O| Dec 21 05:07:34.455 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-12-21T05:07:35.315Z[ recovery-image] Dec 21 05:07:34.476 INFO O| Dec 21 05:07:34.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46652024-12-21T05:07:35.315Z[ recovery-image] Dec 21 05:07:34.476 INFO O| Dec 21 05:07:34.476 INFO STEP 93 (remove_files) COMPLETE
46662024-12-21T05:07:35.319Z[ recovery-image] Dec 21 05:07:34.476 INFO O| Dec 21 05:07:34.476 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-12-21T05:07:35.333Z[ recovery-image] Dec 21 05:07:34.497 INFO O| Dec 21 05:07:34.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46682024-12-21T05:07:35.333Z[ recovery-image] Dec 21 05:07:34.497 INFO O| Dec 21 05:07:34.497 INFO STEP 94 (remove_files) COMPLETE
46692024-12-21T05:07:35.337Z[ recovery-image] Dec 21 05:07:34.497 INFO O| Dec 21 05:07:34.497 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-21T05:07:35.351Z[ recovery-image] Dec 21 05:07:34.515 INFO O| Dec 21 05:07:34.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46712024-12-21T05:07:35.351Z[ recovery-image] Dec 21 05:07:34.515 INFO O| Dec 21 05:07:34.515 INFO STEP 95 (remove_files) COMPLETE
46722024-12-21T05:07:35.351Z[ recovery-image] Dec 21 05:07:34.515 INFO O| Dec 21 05:07:34.515 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-12-21T05:07:35.368Z[ recovery-image] Dec 21 05:07:34.532 INFO O| Dec 21 05:07:34.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46742024-12-21T05:07:35.368Z[ recovery-image] Dec 21 05:07:34.532 INFO O| Dec 21 05:07:34.532 INFO STEP 96 (remove_files) COMPLETE
46752024-12-21T05:07:35.371Z[ recovery-image] Dec 21 05:07:34.532 INFO O| Dec 21 05:07:34.532 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-12-21T05:07:35.386Z[ recovery-image] Dec 21 05:07:34.551 INFO O| Dec 21 05:07:34.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46772024-12-21T05:07:35.386Z[ recovery-image] Dec 21 05:07:34.551 INFO O| Dec 21 05:07:34.551 INFO STEP 97 (remove_files) COMPLETE
46782024-12-21T05:07:35.387Z[ recovery-image] Dec 21 05:07:34.551 INFO O| Dec 21 05:07:34.551 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-12-21T05:07:35.405Z[ recovery-image] Dec 21 05:07:34.570 INFO O| Dec 21 05:07:34.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46802024-12-21T05:07:35.405Z[ recovery-image] Dec 21 05:07:34.570 INFO O| Dec 21 05:07:34.570 INFO STEP 98 (remove_files) COMPLETE
46812024-12-21T05:07:35.408Z[ recovery-image] Dec 21 05:07:34.570 INFO O| Dec 21 05:07:34.570 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-12-21T05:07:35.422Z[ recovery-image] Dec 21 05:07:34.587 INFO O| Dec 21 05:07:34.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46832024-12-21T05:07:35.422Z[ recovery-image] Dec 21 05:07:34.587 INFO O| Dec 21 05:07:34.587 INFO STEP 99 (remove_files) COMPLETE
46842024-12-21T05:07:35.422Z[ recovery-image] Dec 21 05:07:34.587 INFO O| Dec 21 05:07:34.587 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-12-21T05:07:35.440Z[ recovery-image] Dec 21 05:07:34.605 INFO O| Dec 21 05:07:34.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46862024-12-21T05:07:35.441Z[ recovery-image] Dec 21 05:07:34.605 INFO O| Dec 21 05:07:34.605 INFO STEP 100 (remove_files) COMPLETE
46872024-12-21T05:07:35.441Z[ recovery-image] Dec 21 05:07:34.605 INFO O| Dec 21 05:07:34.605 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-12-21T05:07:35.458Z[ recovery-image] Dec 21 05:07:34.622 INFO O| Dec 21 05:07:34.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46892024-12-21T05:07:35.460Z[ recovery-image] Dec 21 05:07:34.622 INFO O| Dec 21 05:07:34.622 INFO STEP 101 (remove_files) COMPLETE
46902024-12-21T05:07:35.463Z[ recovery-image] Dec 21 05:07:34.622 INFO O| Dec 21 05:07:34.622 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-12-21T05:07:35.476Z[ recovery-image] Dec 21 05:07:34.641 INFO O| Dec 21 05:07:34.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46922024-12-21T05:07:35.476Z[ recovery-image] Dec 21 05:07:34.641 INFO O| Dec 21 05:07:34.641 INFO STEP 102 (remove_files) COMPLETE
46932024-12-21T05:07:35.480Z[ recovery-image] Dec 21 05:07:34.641 INFO O| Dec 21 05:07:34.641 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-12-21T05:07:35.495Z[ recovery-image] Dec 21 05:07:34.659 INFO O| Dec 21 05:07:34.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46952024-12-21T05:07:35.495Z[ recovery-image] Dec 21 05:07:34.659 INFO O| Dec 21 05:07:34.659 INFO STEP 103 (remove_files) COMPLETE
46962024-12-21T05:07:35.495Z[ recovery-image] Dec 21 05:07:34.659 INFO O| Dec 21 05:07:34.659 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-12-21T05:07:35.512Z[ recovery-image] Dec 21 05:07:34.676 INFO O| Dec 21 05:07:34.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46982024-12-21T05:07:35.512Z[ recovery-image] Dec 21 05:07:34.676 INFO O| Dec 21 05:07:34.676 INFO STEP 104 (remove_files) COMPLETE
46992024-12-21T05:07:35.512Z[ recovery-image] Dec 21 05:07:34.676 INFO O| Dec 21 05:07:34.676 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-12-21T05:07:35.548Z[ recovery-image] Dec 21 05:07:34.712 INFO O| Dec 21 05:07:34.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
47012024-12-21T05:07:35.548Z[ recovery-image] Dec 21 05:07:34.712 INFO O| Dec 21 05:07:34.712 INFO STEP 105 (remove_files) COMPLETE
47022024-12-21T05:07:35.550Z[ recovery-image] Dec 21 05:07:34.712 INFO O| Dec 21 05:07:34.712 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-12-21T05:07:35.568Z[ recovery-image] Dec 21 05:07:34.731 INFO O| Dec 21 05:07:34.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
47042024-12-21T05:07:35.568Z[ recovery-image] Dec 21 05:07:34.732 INFO O| Dec 21 05:07:34.731 INFO STEP 106 (remove_files) COMPLETE
47052024-12-21T05:07:35.568Z[ recovery-image] Dec 21 05:07:34.732 INFO O| Dec 21 05:07:34.732 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-12-21T05:07:35.587Z[ recovery-image] Dec 21 05:07:34.751 INFO O| Dec 21 05:07:34.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
47072024-12-21T05:07:35.587Z[ recovery-image] Dec 21 05:07:34.751 INFO O| Dec 21 05:07:34.751 INFO STEP 107 (remove_files) COMPLETE
47082024-12-21T05:07:35.587Z[ recovery-image] Dec 21 05:07:34.751 INFO O| Dec 21 05:07:34.751 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-12-21T05:07:35.606Z[ recovery-image] Dec 21 05:07:34.770 INFO O| Dec 21 05:07:34.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
47102024-12-21T05:07:35.606Z[ recovery-image] Dec 21 05:07:34.770 INFO O| Dec 21 05:07:34.770 INFO STEP 108 (remove_files) COMPLETE
47112024-12-21T05:07:35.606Z[ recovery-image] Dec 21 05:07:34.770 INFO O| Dec 21 05:07:34.770 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-12-21T05:07:35.624Z[ recovery-image] Dec 21 05:07:34.787 INFO O| Dec 21 05:07:34.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
47132024-12-21T05:07:35.624Z[ recovery-image] Dec 21 05:07:34.787 INFO O| Dec 21 05:07:34.787 INFO STEP 109 (remove_files) COMPLETE
47142024-12-21T05:07:35.624Z[ recovery-image] Dec 21 05:07:34.788 INFO O| Dec 21 05:07:34.787 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-12-21T05:07:35.640Z[ recovery-image] Dec 21 05:07:34.804 INFO O| Dec 21 05:07:34.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
47162024-12-21T05:07:35.640Z[ recovery-image] Dec 21 05:07:34.804 INFO O| Dec 21 05:07:34.804 INFO STEP 110 (remove_files) COMPLETE
47172024-12-21T05:07:35.640Z[ recovery-image] Dec 21 05:07:34.804 INFO O| Dec 21 05:07:34.804 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-12-21T05:07:35.658Z[ recovery-image] Dec 21 05:07:34.822 INFO O| Dec 21 05:07:34.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
47192024-12-21T05:07:35.658Z[ recovery-image] Dec 21 05:07:34.822 INFO O| Dec 21 05:07:34.822 INFO STEP 111 (remove_files) COMPLETE
47202024-12-21T05:07:35.660Z[ recovery-image] Dec 21 05:07:34.822 INFO O| Dec 21 05:07:34.822 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-12-21T05:07:35.675Z[ recovery-image] Dec 21 05:07:34.840 INFO O| Dec 21 05:07:34.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
47222024-12-21T05:07:35.676Z[ recovery-image] Dec 21 05:07:34.840 INFO O| Dec 21 05:07:34.840 INFO STEP 112 (remove_files) COMPLETE
47232024-12-21T05:07:35.679Z[ recovery-image] Dec 21 05:07:34.840 INFO O| Dec 21 05:07:34.840 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-12-21T05:07:35.692Z[ recovery-image] Dec 21 05:07:34.857 INFO O| Dec 21 05:07:34.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
47252024-12-21T05:07:35.692Z[ recovery-image] Dec 21 05:07:34.857 INFO O| Dec 21 05:07:34.857 INFO STEP 113 (remove_files) COMPLETE
47262024-12-21T05:07:35.695Z[ recovery-image] Dec 21 05:07:34.857 INFO O| Dec 21 05:07:34.857 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-12-21T05:07:35.698Z[ host-image] Dec 21 05:07:34.860 INFO O| Dec 21 05:07:34.860 INFO O| Done
47282024-12-21T05:07:35.711Z[ recovery-image] Dec 21 05:07:34.876 INFO O| Dec 21 05:07:34.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
47292024-12-21T05:07:35.711Z[ recovery-image] Dec 21 05:07:34.876 INFO O| Dec 21 05:07:34.876 INFO STEP 114 (remove_files) COMPLETE
47302024-12-21T05:07:35.712Z[ recovery-image] Dec 21 05:07:34.876 INFO O| Dec 21 05:07:34.876 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-12-21T05:07:35.732Z[ recovery-image] Dec 21 05:07:34.896 INFO O| Dec 21 05:07:34.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
47322024-12-21T05:07:35.732Z[ recovery-image] Dec 21 05:07:34.896 INFO O| Dec 21 05:07:34.896 INFO STEP 115 (remove_files) COMPLETE
47332024-12-21T05:07:35.732Z[ recovery-image] Dec 21 05:07:34.896 INFO O| Dec 21 05:07:34.896 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-12-21T05:07:35.751Z[ recovery-image] Dec 21 05:07:34.916 INFO O| Dec 21 05:07:34.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
47352024-12-21T05:07:35.751Z[ recovery-image] Dec 21 05:07:34.916 INFO O| Dec 21 05:07:34.916 INFO STEP 116 (remove_files) COMPLETE
47362024-12-21T05:07:35.754Z[ recovery-image] Dec 21 05:07:34.916 INFO O| Dec 21 05:07:34.916 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-12-21T05:07:35.779Z[ recovery-image] Dec 21 05:07:34.944 INFO O| Dec 21 05:07:34.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
47382024-12-21T05:07:35.779Z[ recovery-image] Dec 21 05:07:34.944 INFO O| Dec 21 05:07:34.944 INFO STEP 117 (remove_files) COMPLETE
47392024-12-21T05:07:35.779Z[ recovery-image] Dec 21 05:07:34.944 INFO O| Dec 21 05:07:34.944 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-12-21T05:07:35.800Z[ recovery-image] Dec 21 05:07:34.964 INFO O| Dec 21 05:07:34.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
47412024-12-21T05:07:35.800Z[ recovery-image] Dec 21 05:07:34.964 INFO O| Dec 21 05:07:34.964 INFO STEP 118 (remove_files) COMPLETE
47422024-12-21T05:07:35.800Z[ recovery-image] Dec 21 05:07:34.964 INFO O| Dec 21 05:07:34.964 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-12-21T05:07:35.822Z[ recovery-image] Dec 21 05:07:34.986 INFO O| Dec 21 05:07:34.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47442024-12-21T05:07:35.822Z[ recovery-image] Dec 21 05:07:34.986 INFO O| Dec 21 05:07:34.986 INFO STEP 119 (remove_files) COMPLETE
47452024-12-21T05:07:35.825Z[ recovery-image] Dec 21 05:07:34.986 INFO O| Dec 21 05:07:34.986 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-12-21T05:07:35.854Z[ recovery-image] Dec 21 05:07:35.016 INFO O| Dec 21 05:07:35.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47472024-12-21T05:07:35.854Z[ recovery-image] Dec 21 05:07:35.016 INFO O| Dec 21 05:07:35.007 INFO STEP 120 (remove_files) COMPLETE
47482024-12-21T05:07:35.857Z[ recovery-image] Dec 21 05:07:35.016 INFO O| Dec 21 05:07:35.007 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-12-21T05:07:35.862Z[ recovery-image] Dec 21 05:07:35.027 INFO O| Dec 21 05:07:35.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47502024-12-21T05:07:35.869Z[ recovery-image] Dec 21 05:07:35.027 INFO O| Dec 21 05:07:35.027 INFO STEP 121 (remove_files) COMPLETE
47512024-12-21T05:07:35.869Z[ recovery-image] Dec 21 05:07:35.027 INFO O| Dec 21 05:07:35.027 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-12-21T05:07:35.889Z[ recovery-image] Dec 21 05:07:35.048 INFO O| Dec 21 05:07:35.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47532024-12-21T05:07:35.889Z[ recovery-image] Dec 21 05:07:35.048 INFO O| Dec 21 05:07:35.048 INFO STEP 122 (remove_files) COMPLETE
47542024-12-21T05:07:35.889Z[ recovery-image] Dec 21 05:07:35.048 INFO O| Dec 21 05:07:35.048 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-21T05:07:35.905Z[ recovery-image] Dec 21 05:07:35.068 INFO O| Dec 21 05:07:35.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47562024-12-21T05:07:35.905Z[ recovery-image] Dec 21 05:07:35.068 INFO O| Dec 21 05:07:35.068 INFO STEP 123 (remove_files) COMPLETE
47572024-12-21T05:07:35.905Z[ recovery-image] Dec 21 05:07:35.068 INFO O| Dec 21 05:07:35.068 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-21T05:07:35.976Z[ recovery-image] Dec 21 05:07:35.141 INFO O| Dec 21 05:07:35.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47592024-12-21T05:07:35.976Z[ recovery-image] Dec 21 05:07:35.141 INFO O| Dec 21 05:07:35.139 INFO STEP 124 (remove_files) COMPLETE
47602024-12-21T05:07:35.976Z[ recovery-image] Dec 21 05:07:35.141 INFO O| Dec 21 05:07:35.139 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-12-21T05:07:35.993Z[ recovery-image] Dec 21 05:07:35.157 INFO O| Dec 21 05:07:35.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47622024-12-21T05:07:35.993Z[ recovery-image] Dec 21 05:07:35.157 INFO O| Dec 21 05:07:35.156 INFO STEP 125 (remove_files) COMPLETE
47632024-12-21T05:07:35.993Z[ recovery-image] Dec 21 05:07:35.157 INFO O| Dec 21 05:07:35.156 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-12-21T05:07:36.259Z[ recovery-image] Dec 21 05:07:35.421 INFO O| Dec 21 05:07:35.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47652024-12-21T05:07:36.259Z[ recovery-image] Dec 21 05:07:35.421 INFO O| Dec 21 05:07:35.421 INFO STEP 126 (remove_files) COMPLETE
47662024-12-21T05:07:36.259Z[ recovery-image] Dec 21 05:07:35.421 INFO O| Dec 21 05:07:35.421 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-12-21T05:07:36.292Z[ host-image] Dec 21 05:07:35.456 INFO O| Dec 21 05:07:35.456 INFO STEP 11 (pkg_install) COMPLETE
47682024-12-21T05:07:36.292Z[ host-image] Dec 21 05:07:35.456 INFO O| Dec 21 05:07:35.456 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
47692024-12-21T05:07:36.303Z[ recovery-image] Dec 21 05:07:35.459 INFO O| Dec 21 05:07:35.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47702024-12-21T05:07:36.303Z[ recovery-image] Dec 21 05:07:35.459 INFO O| Dec 21 05:07:35.459 INFO STEP 127 (remove_files) COMPLETE
47712024-12-21T05:07:36.303Z[ recovery-image] Dec 21 05:07:35.459 INFO O| Dec 21 05:07:35.459 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-12-21T05:07:36.309Z[ host-image] Dec 21 05:07:35.474 INFO O| Dec 21 05:07:35.474 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"]
47732024-12-21T05:07:36.332Z[ recovery-image] Dec 21 05:07:35.496 INFO O| Dec 21 05:07:35.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47742024-12-21T05:07:36.336Z[ recovery-image] Dec 21 05:07:35.496 INFO O| Dec 21 05:07:35.496 INFO STEP 128 (remove_files) COMPLETE
47752024-12-21T05:07:36.337Z[ recovery-image] Dec 21 05:07:35.496 INFO O| Dec 21 05:07:35.496 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-21T05:07:36.350Z[ recovery-image] Dec 21 05:07:35.515 INFO O| Dec 21 05:07:35.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47772024-12-21T05:07:36.353Z[ recovery-image] Dec 21 05:07:35.515 INFO O| Dec 21 05:07:35.515 INFO STEP 129 (remove_files) COMPLETE
47782024-12-21T05:07:36.353Z[ recovery-image] Dec 21 05:07:35.515 INFO O| Dec 21 05:07:35.515 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-12-21T05:07:36.369Z[ recovery-image] Dec 21 05:07:35.532 INFO O| Dec 21 05:07:35.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47802024-12-21T05:07:36.369Z[ recovery-image] Dec 21 05:07:35.532 INFO O| Dec 21 05:07:35.532 INFO STEP 130 (remove_files) COMPLETE
47812024-12-21T05:07:36.373Z[ recovery-image] Dec 21 05:07:35.532 INFO O| Dec 21 05:07:35.532 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-12-21T05:07:36.385Z[ recovery-image] Dec 21 05:07:35.549 INFO O| Dec 21 05:07:35.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47832024-12-21T05:07:36.385Z[ recovery-image] Dec 21 05:07:35.549 INFO O| Dec 21 05:07:35.549 INFO STEP 131 (remove_files) COMPLETE
47842024-12-21T05:07:36.388Z[ recovery-image] Dec 21 05:07:35.549 INFO O| Dec 21 05:07:35.549 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-12-21T05:07:36.412Z[ recovery-image] Dec 21 05:07:35.576 INFO O| Dec 21 05:07:35.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47862024-12-21T05:07:36.412Z[ recovery-image] Dec 21 05:07:35.576 INFO O| Dec 21 05:07:35.576 INFO STEP 132 (remove_files) COMPLETE
47872024-12-21T05:07:36.412Z[ recovery-image] Dec 21 05:07:35.576 INFO O| Dec 21 05:07:35.576 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-12-21T05:07:36.435Z[ recovery-image] Dec 21 05:07:35.598 INFO O| Dec 21 05:07:35.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47892024-12-21T05:07:36.435Z[ recovery-image] Dec 21 05:07:35.598 INFO O| Dec 21 05:07:35.598 INFO STEP 133 (remove_files) COMPLETE
47902024-12-21T05:07:36.435Z[ recovery-image] Dec 21 05:07:35.598 INFO O| Dec 21 05:07:35.598 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-12-21T05:07:36.461Z[ recovery-image] Dec 21 05:07:35.625 INFO O| Dec 21 05:07:35.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47922024-12-21T05:07:36.461Z[ recovery-image] Dec 21 05:07:35.625 INFO O| Dec 21 05:07:35.625 INFO STEP 134 (remove_files) COMPLETE
47932024-12-21T05:07:36.461Z[ recovery-image] Dec 21 05:07:35.626 INFO O| Dec 21 05:07:35.625 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-12-21T05:07:36.500Z[ recovery-image] Dec 21 05:07:35.664 INFO O| Dec 21 05:07:35.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47952024-12-21T05:07:36.502Z[ recovery-image] Dec 21 05:07:35.664 INFO O| Dec 21 05:07:35.664 INFO STEP 135 (remove_files) COMPLETE
47962024-12-21T05:07:36.502Z[ recovery-image] Dec 21 05:07:35.664 INFO O| Dec 21 05:07:35.664 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-12-21T05:07:36.558Z[ recovery-image] Dec 21 05:07:35.722 INFO O| Dec 21 05:07:35.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47982024-12-21T05:07:36.558Z[ recovery-image] Dec 21 05:07:35.722 INFO O| Dec 21 05:07:35.722 INFO STEP 136 (remove_files) COMPLETE
47992024-12-21T05:07:36.558Z[ recovery-image] Dec 21 05:07:35.722 INFO O| Dec 21 05:07:35.722 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-12-21T05:07:36.578Z[ recovery-image] Dec 21 05:07:35.742 INFO O| Dec 21 05:07:35.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
48012024-12-21T05:07:36.578Z[ recovery-image] Dec 21 05:07:35.742 INFO O| Dec 21 05:07:35.742 INFO STEP 137 (remove_files) COMPLETE
48022024-12-21T05:07:36.578Z[ recovery-image] Dec 21 05:07:35.742 INFO O| Dec 21 05:07:35.742 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-12-21T05:07:36.596Z[ recovery-image] Dec 21 05:07:35.761 INFO O| Dec 21 05:07:35.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
48042024-12-21T05:07:36.596Z[ recovery-image] Dec 21 05:07:35.761 INFO O| Dec 21 05:07:35.761 INFO STEP 138 (remove_files) COMPLETE
48052024-12-21T05:07:36.599Z[ recovery-image] Dec 21 05:07:35.761 INFO O| Dec 21 05:07:35.761 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-12-21T05:07:36.615Z[ recovery-image] Dec 21 05:07:35.779 INFO O| Dec 21 05:07:35.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
48072024-12-21T05:07:36.617Z[ recovery-image] Dec 21 05:07:35.779 INFO O| Dec 21 05:07:35.779 INFO STEP 139 (remove_files) COMPLETE
48082024-12-21T05:07:36.617Z[ recovery-image] Dec 21 05:07:35.779 INFO O| Dec 21 05:07:35.779 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-12-21T05:07:36.652Z[ recovery-image] Dec 21 05:07:35.814 INFO O| Dec 21 05:07:35.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
48102024-12-21T05:07:36.652Z[ recovery-image] Dec 21 05:07:35.814 INFO O| Dec 21 05:07:35.814 INFO STEP 140 (remove_files) COMPLETE
48112024-12-21T05:07:36.655Z[ recovery-image] Dec 21 05:07:35.814 INFO O| Dec 21 05:07:35.814 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-12-21T05:07:36.669Z[ recovery-image] Dec 21 05:07:35.834 INFO O| Dec 21 05:07:35.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
48132024-12-21T05:07:36.669Z[ recovery-image] Dec 21 05:07:35.834 INFO O| Dec 21 05:07:35.834 INFO STEP 141 (remove_files) COMPLETE
48142024-12-21T05:07:36.672Z[ recovery-image] Dec 21 05:07:35.834 INFO O| Dec 21 05:07:35.834 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-12-21T05:07:36.689Z[ recovery-image] Dec 21 05:07:35.853 INFO O| Dec 21 05:07:35.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
48162024-12-21T05:07:36.689Z[ recovery-image] Dec 21 05:07:35.853 INFO O| Dec 21 05:07:35.853 INFO STEP 142 (remove_files) COMPLETE
48172024-12-21T05:07:36.691Z[ recovery-image] Dec 21 05:07:35.853 INFO O| Dec 21 05:07:35.853 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-12-21T05:07:36.708Z[ recovery-image] Dec 21 05:07:35.873 INFO O| Dec 21 05:07:35.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
48192024-12-21T05:07:36.709Z[ recovery-image] Dec 21 05:07:35.873 INFO O| Dec 21 05:07:35.873 INFO STEP 143 (remove_files) COMPLETE
48202024-12-21T05:07:36.709Z[ recovery-image] Dec 21 05:07:35.873 INFO O| Dec 21 05:07:35.873 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-12-21T05:07:36.739Z[ recovery-image] Dec 21 05:07:35.902 INFO O| Dec 21 05:07:35.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
48222024-12-21T05:07:36.742Z[ recovery-image] Dec 21 05:07:35.902 INFO O| Dec 21 05:07:35.902 INFO STEP 144 (remove_files) COMPLETE
48232024-12-21T05:07:36.743Z[ recovery-image] Dec 21 05:07:35.902 INFO O| Dec 21 05:07:35.902 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-12-21T05:07:36.758Z[ recovery-image] Dec 21 05:07:35.921 INFO O| Dec 21 05:07:35.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
48252024-12-21T05:07:36.758Z[ recovery-image] Dec 21 05:07:35.921 INFO O| Dec 21 05:07:35.921 INFO STEP 145 (remove_files) COMPLETE
48262024-12-21T05:07:36.758Z[ recovery-image] Dec 21 05:07:35.921 INFO O| Dec 21 05:07:35.921 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-12-21T05:07:36.783Z[ recovery-image] Dec 21 05:07:35.947 INFO O| Dec 21 05:07:35.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
48282024-12-21T05:07:36.783Z[ recovery-image] Dec 21 05:07:35.947 INFO O| Dec 21 05:07:35.947 INFO STEP 146 (remove_files) COMPLETE
48292024-12-21T05:07:36.783Z[ recovery-image] Dec 21 05:07:35.947 INFO O| Dec 21 05:07:35.947 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-12-21T05:07:36.841Z[ recovery-image] Dec 21 05:07:36.005 INFO O| Dec 21 05:07:36.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
48312024-12-21T05:07:36.841Z[ recovery-image] Dec 21 05:07:36.005 INFO O| Dec 21 05:07:36.005 INFO STEP 147 (remove_files) COMPLETE
48322024-12-21T05:07:36.841Z[ recovery-image] Dec 21 05:07:36.005 INFO O| Dec 21 05:07:36.005 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-12-21T05:07:36.859Z[ recovery-image] Dec 21 05:07:36.022 INFO O| Dec 21 05:07:36.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
48342024-12-21T05:07:36.859Z[ recovery-image] Dec 21 05:07:36.022 INFO O| Dec 21 05:07:36.022 INFO STEP 148 (remove_files) COMPLETE
48352024-12-21T05:07:36.859Z[ recovery-image] Dec 21 05:07:36.022 INFO O| Dec 21 05:07:36.022 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-12-21T05:07:36.875Z[ recovery-image] Dec 21 05:07:36.039 INFO O| Dec 21 05:07:36.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
48372024-12-21T05:07:36.875Z[ recovery-image] Dec 21 05:07:36.039 INFO O| Dec 21 05:07:36.039 INFO STEP 149 (remove_files) COMPLETE
48382024-12-21T05:07:36.879Z[ recovery-image] Dec 21 05:07:36.039 INFO O| Dec 21 05:07:36.039 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-12-21T05:07:36.894Z[ recovery-image] Dec 21 05:07:36.057 INFO O| Dec 21 05:07:36.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
48402024-12-21T05:07:36.894Z[ recovery-image] Dec 21 05:07:36.057 INFO O| Dec 21 05:07:36.057 INFO STEP 150 (remove_files) COMPLETE
48412024-12-21T05:07:36.895Z[ recovery-image] Dec 21 05:07:36.058 INFO O| Dec 21 05:07:36.057 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-12-21T05:07:36.921Z[ recovery-image] Dec 21 05:07:36.086 INFO O| Dec 21 05:07:36.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48432024-12-21T05:07:36.921Z[ recovery-image] Dec 21 05:07:36.086 INFO O| Dec 21 05:07:36.086 INFO STEP 151 (remove_files) COMPLETE
48442024-12-21T05:07:36.921Z[ recovery-image] Dec 21 05:07:36.086 INFO O| Dec 21 05:07:36.086 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-12-21T05:07:36.941Z[ recovery-image] Dec 21 05:07:36.105 INFO O| Dec 21 05:07:36.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48462024-12-21T05:07:36.941Z[ recovery-image] Dec 21 05:07:36.105 INFO O| Dec 21 05:07:36.105 INFO STEP 152 (remove_files) COMPLETE
48472024-12-21T05:07:36.943Z[ recovery-image] Dec 21 05:07:36.105 INFO O| Dec 21 05:07:36.105 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-12-21T05:07:36.961Z[ recovery-image] Dec 21 05:07:36.125 INFO O| Dec 21 05:07:36.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48492024-12-21T05:07:36.961Z[ recovery-image] Dec 21 05:07:36.125 INFO O| Dec 21 05:07:36.125 INFO STEP 153 (remove_files) COMPLETE
48502024-12-21T05:07:36.963Z[ recovery-image] Dec 21 05:07:36.125 INFO O| Dec 21 05:07:36.125 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-12-21T05:07:36.986Z[ recovery-image] Dec 21 05:07:36.151 INFO O| Dec 21 05:07:36.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48522024-12-21T05:07:36.986Z[ recovery-image] Dec 21 05:07:36.151 INFO O| Dec 21 05:07:36.151 INFO STEP 154 (remove_files) COMPLETE
48532024-12-21T05:07:36.989Z[ recovery-image] Dec 21 05:07:36.151 INFO O| Dec 21 05:07:36.151 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-12-21T05:07:37.008Z[ recovery-image] Dec 21 05:07:36.172 INFO O| Dec 21 05:07:36.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48552024-12-21T05:07:37.011Z[ recovery-image] Dec 21 05:07:36.172 INFO O| Dec 21 05:07:36.172 INFO STEP 155 (remove_files) COMPLETE
48562024-12-21T05:07:37.011Z[ recovery-image] Dec 21 05:07:36.173 INFO O| Dec 21 05:07:36.173 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-12-21T05:07:37.029Z[ recovery-image] Dec 21 05:07:36.193 INFO O| Dec 21 05:07:36.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48582024-12-21T05:07:37.032Z[ recovery-image] Dec 21 05:07:36.193 INFO O| Dec 21 05:07:36.193 INFO STEP 156 (remove_files) COMPLETE
48592024-12-21T05:07:37.032Z[ recovery-image] Dec 21 05:07:36.194 INFO O| Dec 21 05:07:36.193 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-12-21T05:07:37.095Z[ recovery-image] Dec 21 05:07:36.260 INFO O| Dec 21 05:07:36.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48612024-12-21T05:07:37.097Z[ recovery-image] Dec 21 05:07:36.260 INFO O| Dec 21 05:07:36.260 INFO STEP 157 (remove_files) COMPLETE
48622024-12-21T05:07:37.097Z[ recovery-image] Dec 21 05:07:36.260 INFO O| Dec 21 05:07:36.260 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-12-21T05:07:37.120Z[ recovery-image] Dec 21 05:07:36.282 INFO O| Dec 21 05:07:36.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
48642024-12-21T05:07:37.120Z[ recovery-image] Dec 21 05:07:36.282 INFO O| Dec 21 05:07:36.282 INFO STEP 158 (remove_files) COMPLETE
48652024-12-21T05:07:37.120Z[ recovery-image] Dec 21 05:07:36.282 INFO O| Dec 21 05:07:36.282 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-12-21T05:07:37.139Z[ recovery-image] Dec 21 05:07:36.303 INFO O| Dec 21 05:07:36.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48672024-12-21T05:07:37.139Z[ recovery-image] Dec 21 05:07:36.303 INFO O| Dec 21 05:07:36.303 INFO STEP 159 (remove_files) COMPLETE
48682024-12-21T05:07:37.139Z[ recovery-image] Dec 21 05:07:36.303 INFO O| Dec 21 05:07:36.303 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-12-21T05:07:37.159Z[ recovery-image] Dec 21 05:07:36.322 INFO O| Dec 21 05:07:36.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48702024-12-21T05:07:37.159Z[ recovery-image] Dec 21 05:07:36.323 INFO O| Dec 21 05:07:36.322 INFO STEP 160 (remove_files) COMPLETE
48712024-12-21T05:07:37.159Z[ recovery-image] Dec 21 05:07:36.323 INFO O| Dec 21 05:07:36.322 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-12-21T05:07:37.178Z[ recovery-image] Dec 21 05:07:36.342 INFO O| Dec 21 05:07:36.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48732024-12-21T05:07:37.178Z[ recovery-image] Dec 21 05:07:36.342 INFO O| Dec 21 05:07:36.342 INFO STEP 161 (remove_files) COMPLETE
48742024-12-21T05:07:37.178Z[ recovery-image] Dec 21 05:07:36.342 INFO O| Dec 21 05:07:36.342 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-12-21T05:07:37.196Z[ recovery-image] Dec 21 05:07:36.360 INFO O| Dec 21 05:07:36.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48762024-12-21T05:07:37.196Z[ recovery-image] Dec 21 05:07:36.360 INFO O| Dec 21 05:07:36.360 INFO STEP 162 (remove_files) COMPLETE
48772024-12-21T05:07:37.196Z[ recovery-image] Dec 21 05:07:36.360 INFO O| Dec 21 05:07:36.360 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-12-21T05:07:37.216Z[ recovery-image] Dec 21 05:07:36.377 INFO O| Dec 21 05:07:36.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48792024-12-21T05:07:37.216Z[ recovery-image] Dec 21 05:07:36.377 INFO O| Dec 21 05:07:36.377 INFO STEP 163 (remove_files) COMPLETE
48802024-12-21T05:07:37.216Z[ recovery-image] Dec 21 05:07:36.377 INFO O| Dec 21 05:07:36.377 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-12-21T05:07:37.246Z[ recovery-image] Dec 21 05:07:36.410 INFO O| Dec 21 05:07:36.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48822024-12-21T05:07:37.265Z[ recovery-image] Dec 21 05:07:36.428 INFO O| Dec 21 05:07:36.428 INFO STEP 164 (remove_files) COMPLETE
48832024-12-21T05:07:37.266Z[ recovery-image] Dec 21 05:07:36.428 INFO O| Dec 21 05:07:36.428 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-12-21T05:07:37.320Z[ recovery-image] Dec 21 05:07:36.484 INFO O| Dec 21 05:07:36.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48852024-12-21T05:07:37.320Z[ recovery-image] Dec 21 05:07:36.484 INFO O| Dec 21 05:07:36.484 INFO STEP 165 (remove_files) COMPLETE
48862024-12-21T05:07:37.320Z[ recovery-image] Dec 21 05:07:36.484 INFO O| Dec 21 05:07:36.484 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-12-21T05:07:37.344Z[ recovery-image] Dec 21 05:07:36.508 INFO O| Dec 21 05:07:36.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48882024-12-21T05:07:37.347Z[ recovery-image] Dec 21 05:07:36.509 INFO O| Dec 21 05:07:36.509 INFO STEP 166 (remove_files) COMPLETE
48892024-12-21T05:07:37.347Z[ recovery-image] Dec 21 05:07:36.509 INFO O| Dec 21 05:07:36.509 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-12-21T05:07:37.367Z[ recovery-image] Dec 21 05:07:36.531 INFO O| Dec 21 05:07:36.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48912024-12-21T05:07:37.370Z[ recovery-image] Dec 21 05:07:36.531 INFO O| Dec 21 05:07:36.531 INFO STEP 167 (remove_files) COMPLETE
48922024-12-21T05:07:37.370Z[ recovery-image] Dec 21 05:07:36.532 INFO O| Dec 21 05:07:36.532 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-12-21T05:07:37.387Z[ recovery-image] Dec 21 05:07:36.552 INFO O| Dec 21 05:07:36.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48942024-12-21T05:07:37.390Z[ recovery-image] Dec 21 05:07:36.552 INFO O| Dec 21 05:07:36.552 INFO STEP 168 (remove_files) COMPLETE
48952024-12-21T05:07:37.390Z[ recovery-image] Dec 21 05:07:36.552 INFO O| Dec 21 05:07:36.552 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-12-21T05:07:37.408Z[ recovery-image] Dec 21 05:07:36.572 INFO O| Dec 21 05:07:36.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48972024-12-21T05:07:37.410Z[ recovery-image] Dec 21 05:07:36.572 INFO O| Dec 21 05:07:36.572 INFO STEP 169 (remove_files) COMPLETE
48982024-12-21T05:07:37.410Z[ recovery-image] Dec 21 05:07:36.573 INFO O| Dec 21 05:07:36.572 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-12-21T05:07:37.453Z[ recovery-image] Dec 21 05:07:36.617 INFO O| Dec 21 05:07:36.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
49002024-12-21T05:07:37.456Z[ recovery-image] Dec 21 05:07:36.617 INFO O| Dec 21 05:07:36.617 INFO STEP 170 (remove_files) COMPLETE
49012024-12-21T05:07:37.456Z[ recovery-image] Dec 21 05:07:36.617 INFO O| Dec 21 05:07:36.617 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-12-21T05:07:37.474Z[ host-image] Dec 21 05:07:36.638 INFO O| Dec 21 05:07:36.638 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
49032024-12-21T05:07:37.476Z[ recovery-image] Dec 21 05:07:36.639 INFO O| Dec 21 05:07:36.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
49042024-12-21T05:07:37.476Z[ recovery-image] Dec 21 05:07:36.639 INFO O| Dec 21 05:07:36.639 INFO STEP 171 (remove_files) COMPLETE
49052024-12-21T05:07:37.476Z[ recovery-image] Dec 21 05:07:36.639 INFO O| Dec 21 05:07:36.639 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-12-21T05:07:37.494Z[ recovery-image] Dec 21 05:07:36.658 INFO O| Dec 21 05:07:36.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
49072024-12-21T05:07:37.494Z[ recovery-image] Dec 21 05:07:36.658 INFO O| Dec 21 05:07:36.658 INFO STEP 172 (remove_files) COMPLETE
49082024-12-21T05:07:37.494Z[ recovery-image] Dec 21 05:07:36.658 INFO O| Dec 21 05:07:36.658 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-12-21T05:07:37.516Z[ recovery-image] Dec 21 05:07:36.680 INFO O| Dec 21 05:07:36.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
49102024-12-21T05:07:37.516Z[ recovery-image] Dec 21 05:07:36.681 INFO O| Dec 21 05:07:36.680 INFO STEP 173 (remove_files) COMPLETE
49112024-12-21T05:07:37.519Z[ recovery-image] Dec 21 05:07:36.681 INFO O| Dec 21 05:07:36.680 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-12-21T05:07:37.539Z[ recovery-image] Dec 21 05:07:36.703 INFO O| Dec 21 05:07:36.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
49132024-12-21T05:07:37.539Z[ recovery-image] Dec 21 05:07:36.703 INFO O| Dec 21 05:07:36.703 INFO STEP 174 (remove_files) COMPLETE
49142024-12-21T05:07:37.543Z[ recovery-image] Dec 21 05:07:36.703 INFO O| Dec 21 05:07:36.703 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-12-21T05:07:37.557Z[ recovery-image] Dec 21 05:07:36.722 INFO O| Dec 21 05:07:36.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
49162024-12-21T05:07:37.557Z[ recovery-image] Dec 21 05:07:36.722 INFO O| Dec 21 05:07:36.722 INFO STEP 175 (remove_files) COMPLETE
49172024-12-21T05:07:37.560Z[ recovery-image] Dec 21 05:07:36.722 INFO O| Dec 21 05:07:36.722 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-12-21T05:07:37.593Z[ recovery-image] Dec 21 05:07:36.757 INFO O| Dec 21 05:07:36.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
49192024-12-21T05:07:37.598Z[ recovery-image] Dec 21 05:07:36.758 INFO O| Dec 21 05:07:36.757 INFO STEP 176 (remove_files) COMPLETE
49202024-12-21T05:07:37.598Z[ recovery-image] Dec 21 05:07:36.758 INFO O| Dec 21 05:07:36.758 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-12-21T05:07:37.648Z[ recovery-image] Dec 21 05:07:36.813 INFO O| Dec 21 05:07:36.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
49222024-12-21T05:07:37.648Z[ recovery-image] Dec 21 05:07:36.813 INFO O| Dec 21 05:07:36.813 INFO STEP 177 (remove_files) COMPLETE
49232024-12-21T05:07:37.648Z[ recovery-image] Dec 21 05:07:36.813 INFO O| Dec 21 05:07:36.813 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-12-21T05:07:37.668Z[ recovery-image] Dec 21 05:07:36.833 INFO O| Dec 21 05:07:36.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
49252024-12-21T05:07:37.669Z[ recovery-image] Dec 21 05:07:36.833 INFO O| Dec 21 05:07:36.833 INFO STEP 178 (remove_files) COMPLETE
49262024-12-21T05:07:37.669Z[ recovery-image] Dec 21 05:07:36.833 INFO O| Dec 21 05:07:36.833 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-12-21T05:07:37.717Z[ recovery-image] Dec 21 05:07:36.882 INFO O| Dec 21 05:07:36.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
49282024-12-21T05:07:37.717Z[ recovery-image] Dec 21 05:07:36.882 INFO O| Dec 21 05:07:36.882 INFO STEP 179 (remove_files) COMPLETE
49292024-12-21T05:07:37.720Z[ recovery-image] Dec 21 05:07:36.882 INFO O| Dec 21 05:07:36.882 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-12-21T05:07:37.754Z[ recovery-image] Dec 21 05:07:36.918 INFO O| Dec 21 05:07:36.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
49312024-12-21T05:07:37.754Z[ recovery-image] Dec 21 05:07:36.918 INFO O| Dec 21 05:07:36.918 INFO STEP 180 (remove_files) COMPLETE
49322024-12-21T05:07:37.757Z[ recovery-image] Dec 21 05:07:36.918 INFO O| Dec 21 05:07:36.918 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-12-21T05:07:37.788Z[ recovery-image] Dec 21 05:07:36.953 INFO O| Dec 21 05:07:36.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
49342024-12-21T05:07:37.791Z[ recovery-image] Dec 21 05:07:36.953 INFO O| Dec 21 05:07:36.953 INFO STEP 181 (remove_files) COMPLETE
49352024-12-21T05:07:37.791Z[ recovery-image] Dec 21 05:07:36.953 INFO O| Dec 21 05:07:36.953 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-12-21T05:07:37.846Z[ recovery-image] Dec 21 05:07:37.010 INFO O| Dec 21 05:07:37.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49372024-12-21T05:07:37.846Z[ recovery-image] Dec 21 05:07:37.010 INFO O| Dec 21 05:07:37.010 INFO STEP 182 (remove_files) COMPLETE
49382024-12-21T05:07:37.848Z[ recovery-image] Dec 21 05:07:37.010 INFO O| Dec 21 05:07:37.010 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-12-21T05:07:37.864Z[ recovery-image] Dec 21 05:07:37.028 INFO O| Dec 21 05:07:37.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49402024-12-21T05:07:37.866Z[ recovery-image] Dec 21 05:07:37.029 INFO O| Dec 21 05:07:37.028 INFO STEP 183 (remove_files) COMPLETE
49412024-12-21T05:07:37.866Z[ recovery-image] Dec 21 05:07:37.029 INFO O| Dec 21 05:07:37.029 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-12-21T05:07:37.882Z[ recovery-image] Dec 21 05:07:37.047 INFO O| Dec 21 05:07:37.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49432024-12-21T05:07:37.885Z[ recovery-image] Dec 21 05:07:37.047 INFO O| Dec 21 05:07:37.047 INFO STEP 184 (remove_files) COMPLETE
49442024-12-21T05:07:37.885Z[ recovery-image] Dec 21 05:07:37.047 INFO O| Dec 21 05:07:37.047 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-12-21T05:07:37.911Z[ recovery-image] Dec 21 05:07:37.075 INFO O| Dec 21 05:07:37.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49462024-12-21T05:07:37.914Z[ recovery-image] Dec 21 05:07:37.075 INFO O| Dec 21 05:07:37.075 INFO STEP 185 (remove_files) COMPLETE
49472024-12-21T05:07:37.914Z[ recovery-image] Dec 21 05:07:37.075 INFO O| Dec 21 05:07:37.075 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-12-21T05:07:37.932Z[ recovery-image] Dec 21 05:07:37.096 INFO O| Dec 21 05:07:37.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49492024-12-21T05:07:37.932Z[ recovery-image] Dec 21 05:07:37.097 INFO O| Dec 21 05:07:37.097 INFO STEP 186 (remove_files) COMPLETE
49502024-12-21T05:07:37.932Z[ recovery-image] Dec 21 05:07:37.097 INFO O| Dec 21 05:07:37.097 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-12-21T05:07:37.952Z[ recovery-image] Dec 21 05:07:37.116 INFO O| Dec 21 05:07:37.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49522024-12-21T05:07:37.952Z[ recovery-image] Dec 21 05:07:37.116 INFO O| Dec 21 05:07:37.116 INFO STEP 187 (remove_files) COMPLETE
49532024-12-21T05:07:37.952Z[ recovery-image] Dec 21 05:07:37.116 INFO O| Dec 21 05:07:37.116 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-12-21T05:07:37.970Z[ recovery-image] Dec 21 05:07:37.134 INFO O| Dec 21 05:07:37.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49552024-12-21T05:07:37.970Z[ recovery-image] Dec 21 05:07:37.134 INFO O| Dec 21 05:07:37.134 INFO STEP 188 (remove_files) COMPLETE
49562024-12-21T05:07:37.970Z[ recovery-image] Dec 21 05:07:37.134 INFO O| Dec 21 05:07:37.134 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-12-21T05:07:38.001Z[ recovery-image] Dec 21 05:07:37.165 INFO O| Dec 21 05:07:37.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49582024-12-21T05:07:38.002Z[ recovery-image] Dec 21 05:07:37.165 INFO O| Dec 21 05:07:37.165 INFO STEP 189 (remove_files) COMPLETE
49592024-12-21T05:07:38.002Z[ recovery-image] Dec 21 05:07:37.165 INFO O| Dec 21 05:07:37.165 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-12-21T05:07:38.048Z[ recovery-image] Dec 21 05:07:37.212 INFO O| Dec 21 05:07:37.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49612024-12-21T05:07:38.051Z[ recovery-image] Dec 21 05:07:37.212 INFO O| Dec 21 05:07:37.212 INFO STEP 190 (remove_files) COMPLETE
49622024-12-21T05:07:38.051Z[ recovery-image] Dec 21 05:07:37.213 INFO O| Dec 21 05:07:37.212 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-12-21T05:07:38.090Z[ recovery-image] Dec 21 05:07:37.254 INFO O| Dec 21 05:07:37.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
49642024-12-21T05:07:38.092Z[ recovery-image] Dec 21 05:07:37.254 INFO O| Dec 21 05:07:37.254 INFO STEP 191 (remove_files) COMPLETE
49652024-12-21T05:07:38.093Z[ recovery-image] Dec 21 05:07:37.255 INFO O| Dec 21 05:07:37.255 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-12-21T05:07:38.108Z[ recovery-image] Dec 21 05:07:37.273 INFO O| Dec 21 05:07:37.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49672024-12-21T05:07:38.111Z[ recovery-image] Dec 21 05:07:37.273 INFO O| Dec 21 05:07:37.273 INFO STEP 192 (remove_files) COMPLETE
49682024-12-21T05:07:38.111Z[ recovery-image] Dec 21 05:07:37.273 INFO O| Dec 21 05:07:37.273 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-12-21T05:07:38.126Z[ recovery-image] Dec 21 05:07:37.290 INFO O| Dec 21 05:07:37.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49702024-12-21T05:07:38.128Z[ recovery-image] Dec 21 05:07:37.290 INFO O| Dec 21 05:07:37.290 INFO STEP 193 (remove_files) COMPLETE
49712024-12-21T05:07:38.128Z[ recovery-image] Dec 21 05:07:37.290 INFO O| Dec 21 05:07:37.290 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-12-21T05:07:38.142Z[ recovery-image] Dec 21 05:07:37.306 INFO O| Dec 21 05:07:37.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49732024-12-21T05:07:38.145Z[ recovery-image] Dec 21 05:07:37.307 INFO O| Dec 21 05:07:37.306 INFO STEP 194 (remove_files) COMPLETE
49742024-12-21T05:07:38.145Z[ recovery-image] Dec 21 05:07:37.307 INFO O| Dec 21 05:07:37.307 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-12-21T05:07:38.177Z[ recovery-image] Dec 21 05:07:37.341 INFO O| Dec 21 05:07:37.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49762024-12-21T05:07:38.177Z[ recovery-image] Dec 21 05:07:37.341 INFO O| Dec 21 05:07:37.341 INFO STEP 195 (remove_files) COMPLETE
49772024-12-21T05:07:38.178Z[ recovery-image] Dec 21 05:07:37.341 INFO O| Dec 21 05:07:37.341 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-12-21T05:07:38.197Z[ recovery-image] Dec 21 05:07:37.361 INFO O| Dec 21 05:07:37.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49792024-12-21T05:07:38.197Z[ recovery-image] Dec 21 05:07:37.361 INFO O| Dec 21 05:07:37.361 INFO STEP 196 (remove_files) COMPLETE
49802024-12-21T05:07:38.197Z[ recovery-image] Dec 21 05:07:37.361 INFO O| Dec 21 05:07:37.361 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-12-21T05:07:38.215Z[ recovery-image] Dec 21 05:07:37.380 INFO O| Dec 21 05:07:37.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49822024-12-21T05:07:38.215Z[ recovery-image] Dec 21 05:07:37.380 INFO O| Dec 21 05:07:37.380 INFO STEP 197 (remove_files) COMPLETE
49832024-12-21T05:07:38.215Z[ recovery-image] Dec 21 05:07:37.380 INFO O| Dec 21 05:07:37.380 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-12-21T05:07:38.232Z[ recovery-image] Dec 21 05:07:37.397 INFO O| Dec 21 05:07:37.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49852024-12-21T05:07:38.232Z[ recovery-image] Dec 21 05:07:37.397 INFO O| Dec 21 05:07:37.397 INFO STEP 198 (remove_files) COMPLETE
49862024-12-21T05:07:38.232Z[ recovery-image] Dec 21 05:07:37.397 INFO O| Dec 21 05:07:37.397 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-12-21T05:07:38.249Z[ recovery-image] Dec 21 05:07:37.413 INFO O| Dec 21 05:07:37.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49882024-12-21T05:07:38.249Z[ recovery-image] Dec 21 05:07:37.413 INFO O| Dec 21 05:07:37.413 INFO STEP 199 (remove_files) COMPLETE
49892024-12-21T05:07:38.251Z[ recovery-image] Dec 21 05:07:37.413 INFO O| Dec 21 05:07:37.413 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-12-21T05:07:38.266Z[ recovery-image] Dec 21 05:07:37.431 INFO O| Dec 21 05:07:37.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49912024-12-21T05:07:38.267Z[ recovery-image] Dec 21 05:07:37.431 INFO O| Dec 21 05:07:37.431 INFO STEP 200 (remove_files) COMPLETE
49922024-12-21T05:07:38.267Z[ recovery-image] Dec 21 05:07:37.431 INFO O| Dec 21 05:07:37.431 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-12-21T05:07:38.284Z[ recovery-image] Dec 21 05:07:37.448 INFO O| Dec 21 05:07:37.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49942024-12-21T05:07:38.284Z[ recovery-image] Dec 21 05:07:37.448 INFO O| Dec 21 05:07:37.448 INFO STEP 201 (remove_files) COMPLETE
49952024-12-21T05:07:38.287Z[ recovery-image] Dec 21 05:07:37.448 INFO O| Dec 21 05:07:37.448 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-12-21T05:07:38.301Z[ recovery-image] Dec 21 05:07:37.465 INFO O| Dec 21 05:07:37.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49972024-12-21T05:07:38.301Z[ recovery-image] Dec 21 05:07:37.466 INFO O| Dec 21 05:07:37.466 INFO STEP 202 (remove_files) COMPLETE
49982024-12-21T05:07:38.301Z[ recovery-image] Dec 21 05:07:37.466 INFO O| Dec 21 05:07:37.466 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-12-21T05:07:38.319Z[ recovery-image] Dec 21 05:07:37.482 INFO O| Dec 21 05:07:37.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
50002024-12-21T05:07:38.319Z[ recovery-image] Dec 21 05:07:37.482 INFO O| Dec 21 05:07:37.482 INFO STEP 203 (remove_files) COMPLETE
50012024-12-21T05:07:38.319Z[ recovery-image] Dec 21 05:07:37.482 INFO O| Dec 21 05:07:37.482 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-12-21T05:07:38.334Z[ recovery-image] Dec 21 05:07:37.499 INFO O| Dec 21 05:07:37.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
50032024-12-21T05:07:38.335Z[ recovery-image] Dec 21 05:07:37.499 INFO O| Dec 21 05:07:37.499 INFO STEP 204 (remove_files) COMPLETE
50042024-12-21T05:07:38.335Z[ recovery-image] Dec 21 05:07:37.499 INFO O| Dec 21 05:07:37.499 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-12-21T05:07:38.371Z[ recovery-image] Dec 21 05:07:37.535 INFO O| Dec 21 05:07:37.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
50062024-12-21T05:07:38.371Z[ recovery-image] Dec 21 05:07:37.535 INFO O| Dec 21 05:07:37.535 INFO STEP 205 (remove_files) COMPLETE
50072024-12-21T05:07:38.371Z[ recovery-image] Dec 21 05:07:37.536 INFO O| Dec 21 05:07:37.535 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-12-21T05:07:38.432Z[ recovery-image] Dec 21 05:07:37.597 INFO O| Dec 21 05:07:37.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
50092024-12-21T05:07:38.432Z[ recovery-image] Dec 21 05:07:37.597 INFO O| Dec 21 05:07:37.597 INFO STEP 206 (remove_files) COMPLETE
50102024-12-21T05:07:38.432Z[ recovery-image] Dec 21 05:07:37.597 INFO O| Dec 21 05:07:37.597 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-12-21T05:07:38.455Z[ recovery-image] Dec 21 05:07:37.618 INFO O| Dec 21 05:07:37.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
50122024-12-21T05:07:38.455Z[ recovery-image] Dec 21 05:07:37.618 INFO O| Dec 21 05:07:37.618 INFO STEP 207 (remove_files) COMPLETE
50132024-12-21T05:07:38.455Z[ recovery-image] Dec 21 05:07:37.618 INFO O| Dec 21 05:07:37.618 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-12-21T05:07:38.498Z[ recovery-image] Dec 21 05:07:37.662 INFO O| Dec 21 05:07:37.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
50152024-12-21T05:07:38.501Z[ recovery-image] Dec 21 05:07:37.663 INFO O| Dec 21 05:07:37.662 INFO STEP 208 (remove_files) COMPLETE
50162024-12-21T05:07:38.501Z[ recovery-image] Dec 21 05:07:37.663 INFO O| Dec 21 05:07:37.663 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-12-21T05:07:38.518Z[ recovery-image] Dec 21 05:07:37.682 INFO O| Dec 21 05:07:37.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
50182024-12-21T05:07:38.518Z[ recovery-image] Dec 21 05:07:37.682 INFO O| Dec 21 05:07:37.682 INFO STEP 209 (remove_files) COMPLETE
50192024-12-21T05:07:38.521Z[ recovery-image] Dec 21 05:07:37.683 INFO O| Dec 21 05:07:37.682 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-12-21T05:07:38.539Z[ recovery-image] Dec 21 05:07:37.703 INFO O| Dec 21 05:07:37.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
50212024-12-21T05:07:38.539Z[ recovery-image] Dec 21 05:07:37.703 INFO O| Dec 21 05:07:37.703 INFO STEP 210 (remove_files) COMPLETE
50222024-12-21T05:07:38.539Z[ recovery-image] Dec 21 05:07:37.703 INFO O| Dec 21 05:07:37.703 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-12-21T05:07:38.566Z[ recovery-image] Dec 21 05:07:37.730 INFO O| Dec 21 05:07:37.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
50242024-12-21T05:07:38.566Z[ recovery-image] Dec 21 05:07:37.730 INFO O| Dec 21 05:07:37.730 INFO STEP 211 (remove_files) COMPLETE
50252024-12-21T05:07:38.568Z[ recovery-image] Dec 21 05:07:37.730 INFO O| Dec 21 05:07:37.730 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-12-21T05:07:38.589Z[ recovery-image] Dec 21 05:07:37.753 INFO O| Dec 21 05:07:37.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
50272024-12-21T05:07:38.591Z[ recovery-image] Dec 21 05:07:37.753 INFO O| Dec 21 05:07:37.753 INFO STEP 212 (remove_files) COMPLETE
50282024-12-21T05:07:38.591Z[ recovery-image] Dec 21 05:07:37.753 INFO O| Dec 21 05:07:37.753 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-12-21T05:07:38.608Z[ recovery-image] Dec 21 05:07:37.773 INFO O| Dec 21 05:07:37.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
50302024-12-21T05:07:38.611Z[ recovery-image] Dec 21 05:07:37.773 INFO O| Dec 21 05:07:37.773 INFO STEP 213 (remove_files) COMPLETE
50312024-12-21T05:07:38.611Z[ recovery-image] Dec 21 05:07:37.773 INFO O| Dec 21 05:07:37.773 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-12-21T05:07:38.627Z[ recovery-image] Dec 21 05:07:37.791 INFO O| Dec 21 05:07:37.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
50332024-12-21T05:07:38.627Z[ recovery-image] Dec 21 05:07:37.791 INFO O| Dec 21 05:07:37.791 INFO STEP 214 (remove_files) COMPLETE
50342024-12-21T05:07:38.627Z[ recovery-image] Dec 21 05:07:37.791 INFO O| Dec 21 05:07:37.791 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-12-21T05:07:38.647Z[ recovery-image] Dec 21 05:07:37.811 INFO O| Dec 21 05:07:37.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
50362024-12-21T05:07:38.647Z[ recovery-image] Dec 21 05:07:37.811 INFO O| Dec 21 05:07:37.811 INFO STEP 215 (remove_files) COMPLETE
50372024-12-21T05:07:38.649Z[ recovery-image] Dec 21 05:07:37.811 INFO O| Dec 21 05:07:37.811 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-12-21T05:07:38.670Z[ recovery-image] Dec 21 05:07:37.835 INFO O| Dec 21 05:07:37.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
50392024-12-21T05:07:38.673Z[ recovery-image] Dec 21 05:07:37.835 INFO O| Dec 21 05:07:37.835 INFO STEP 216 (remove_files) COMPLETE
50402024-12-21T05:07:38.673Z[ recovery-image] Dec 21 05:07:37.835 INFO O| Dec 21 05:07:37.835 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-12-21T05:07:38.693Z[ recovery-image] Dec 21 05:07:37.856 INFO O| Dec 21 05:07:37.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50422024-12-21T05:07:38.696Z[ recovery-image] Dec 21 05:07:37.857 INFO O| Dec 21 05:07:37.857 INFO STEP 217 (remove_files) COMPLETE
50432024-12-21T05:07:38.696Z[ recovery-image] Dec 21 05:07:37.857 INFO O| Dec 21 05:07:37.857 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-12-21T05:07:38.712Z[ recovery-image] Dec 21 05:07:37.876 INFO O| Dec 21 05:07:37.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50452024-12-21T05:07:38.714Z[ recovery-image] Dec 21 05:07:37.876 INFO O| Dec 21 05:07:37.876 INFO STEP 218 (remove_files) COMPLETE
50462024-12-21T05:07:38.715Z[ recovery-image] Dec 21 05:07:37.876 INFO O| Dec 21 05:07:37.876 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-12-21T05:07:38.731Z[ recovery-image] Dec 21 05:07:37.896 INFO O| Dec 21 05:07:37.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50482024-12-21T05:07:38.734Z[ recovery-image] Dec 21 05:07:37.896 INFO O| Dec 21 05:07:37.896 INFO STEP 219 (remove_files) COMPLETE
50492024-12-21T05:07:38.734Z[ recovery-image] Dec 21 05:07:37.896 INFO O| Dec 21 05:07:37.896 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-12-21T05:07:38.753Z[ recovery-image] Dec 21 05:07:37.916 INFO O| Dec 21 05:07:37.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50512024-12-21T05:07:38.756Z[ recovery-image] Dec 21 05:07:37.916 INFO O| Dec 21 05:07:37.916 INFO STEP 220 (remove_files) COMPLETE
50522024-12-21T05:07:38.756Z[ recovery-image] Dec 21 05:07:37.916 INFO O| Dec 21 05:07:37.916 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-12-21T05:07:38.775Z[ recovery-image] Dec 21 05:07:37.936 INFO O| Dec 21 05:07:37.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50542024-12-21T05:07:38.778Z[ recovery-image] Dec 21 05:07:37.937 INFO O| Dec 21 05:07:37.937 INFO STEP 221 (remove_files) COMPLETE
50552024-12-21T05:07:38.778Z[ recovery-image] Dec 21 05:07:37.937 INFO O| Dec 21 05:07:37.937 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-12-21T05:07:38.794Z[ recovery-image] Dec 21 05:07:37.958 INFO O| Dec 21 05:07:37.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50572024-12-21T05:07:38.796Z[ recovery-image] Dec 21 05:07:37.958 INFO O| Dec 21 05:07:37.958 INFO STEP 222 (remove_files) COMPLETE
50582024-12-21T05:07:38.796Z[ recovery-image] Dec 21 05:07:37.958 INFO O| Dec 21 05:07:37.958 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-12-21T05:07:38.816Z[ recovery-image] Dec 21 05:07:37.981 INFO O| Dec 21 05:07:37.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50602024-12-21T05:07:38.821Z[ recovery-image] Dec 21 05:07:37.981 INFO O| Dec 21 05:07:37.981 INFO STEP 223 (remove_files) COMPLETE
50612024-12-21T05:07:38.821Z[ recovery-image] Dec 21 05:07:37.981 INFO O| Dec 21 05:07:37.981 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-12-21T05:07:38.840Z[ recovery-image] Dec 21 05:07:38.004 INFO O| Dec 21 05:07:38.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50632024-12-21T05:07:38.844Z[ recovery-image] Dec 21 05:07:38.004 INFO O| Dec 21 05:07:38.004 INFO STEP 224 (remove_files) COMPLETE
50642024-12-21T05:07:38.844Z[ recovery-image] Dec 21 05:07:38.004 INFO O| Dec 21 05:07:38.004 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-12-21T05:07:38.860Z[ recovery-image] Dec 21 05:07:38.023 INFO O| Dec 21 05:07:38.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50662024-12-21T05:07:38.863Z[ recovery-image] Dec 21 05:07:38.024 INFO O| Dec 21 05:07:38.024 INFO STEP 225 (remove_files) COMPLETE
50672024-12-21T05:07:38.864Z[ recovery-image] Dec 21 05:07:38.024 INFO O| Dec 21 05:07:38.024 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-12-21T05:07:38.887Z[ recovery-image] Dec 21 05:07:38.051 INFO O| Dec 21 05:07:38.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50692024-12-21T05:07:38.887Z[ recovery-image] Dec 21 05:07:38.051 INFO O| Dec 21 05:07:38.051 INFO STEP 226 (remove_files) COMPLETE
50702024-12-21T05:07:38.889Z[ recovery-image] Dec 21 05:07:38.051 INFO O| Dec 21 05:07:38.051 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-12-21T05:07:38.932Z[ recovery-image] Dec 21 05:07:38.096 INFO O| Dec 21 05:07:38.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50722024-12-21T05:07:38.932Z[ recovery-image] Dec 21 05:07:38.096 INFO O| Dec 21 05:07:38.096 INFO STEP 227 (remove_files) COMPLETE
50732024-12-21T05:07:38.933Z[ recovery-image] Dec 21 05:07:38.096 INFO O| Dec 21 05:07:38.096 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-12-21T05:07:38.951Z[ recovery-image] Dec 21 05:07:38.116 INFO O| Dec 21 05:07:38.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50752024-12-21T05:07:38.952Z[ recovery-image] Dec 21 05:07:38.116 INFO O| Dec 21 05:07:38.116 INFO STEP 228 (remove_files) COMPLETE
50762024-12-21T05:07:38.952Z[ recovery-image] Dec 21 05:07:38.116 INFO O| Dec 21 05:07:38.116 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-12-21T05:07:38.978Z[ recovery-image] Dec 21 05:07:38.142 INFO O| Dec 21 05:07:38.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50782024-12-21T05:07:38.978Z[ recovery-image] Dec 21 05:07:38.142 INFO O| Dec 21 05:07:38.142 INFO STEP 229 (remove_files) COMPLETE
50792024-12-21T05:07:38.980Z[ recovery-image] Dec 21 05:07:38.142 INFO O| Dec 21 05:07:38.142 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-12-21T05:07:39.016Z[ recovery-image] Dec 21 05:07:38.180 INFO O| Dec 21 05:07:38.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50812024-12-21T05:07:39.016Z[ recovery-image] Dec 21 05:07:38.180 INFO O| Dec 21 05:07:38.180 INFO STEP 230 (remove_files) COMPLETE
50822024-12-21T05:07:39.016Z[ recovery-image] Dec 21 05:07:38.180 INFO O| Dec 21 05:07:38.180 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-12-21T05:07:39.043Z[ recovery-image] Dec 21 05:07:38.206 INFO O| Dec 21 05:07:38.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50842024-12-21T05:07:39.043Z[ recovery-image] Dec 21 05:07:38.206 INFO O| Dec 21 05:07:38.206 INFO STEP 231 (remove_files) COMPLETE
50852024-12-21T05:07:39.046Z[ recovery-image] Dec 21 05:07:38.206 INFO O| Dec 21 05:07:38.206 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-12-21T05:07:39.073Z[ recovery-image] Dec 21 05:07:38.238 INFO O| Dec 21 05:07:38.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50872024-12-21T05:07:39.074Z[ recovery-image] Dec 21 05:07:38.238 INFO O| Dec 21 05:07:38.238 INFO STEP 232 (remove_files) COMPLETE
50882024-12-21T05:07:39.074Z[ recovery-image] Dec 21 05:07:38.238 INFO O| Dec 21 05:07:38.238 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-12-21T05:07:39.094Z[ recovery-image] Dec 21 05:07:38.258 INFO O| Dec 21 05:07:38.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50902024-12-21T05:07:39.094Z[ recovery-image] Dec 21 05:07:38.258 INFO O| Dec 21 05:07:38.258 INFO STEP 233 (remove_files) COMPLETE
50912024-12-21T05:07:39.094Z[ recovery-image] Dec 21 05:07:38.258 INFO O| Dec 21 05:07:38.258 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-12-21T05:07:39.113Z[ recovery-image] Dec 21 05:07:38.277 INFO O| Dec 21 05:07:38.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50932024-12-21T05:07:39.113Z[ recovery-image] Dec 21 05:07:38.277 INFO O| Dec 21 05:07:38.277 INFO STEP 234 (remove_files) COMPLETE
50942024-12-21T05:07:39.115Z[ recovery-image] Dec 21 05:07:38.278 INFO O| Dec 21 05:07:38.277 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-12-21T05:07:39.135Z[ recovery-image] Dec 21 05:07:38.298 INFO O| Dec 21 05:07:38.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50962024-12-21T05:07:39.135Z[ recovery-image] Dec 21 05:07:38.299 INFO O| Dec 21 05:07:38.298 INFO STEP 235 (remove_files) COMPLETE
50972024-12-21T05:07:39.135Z[ recovery-image] Dec 21 05:07:38.299 INFO O| Dec 21 05:07:38.299 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-12-21T05:07:39.154Z[ recovery-image] Dec 21 05:07:38.319 INFO O| Dec 21 05:07:38.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50992024-12-21T05:07:39.154Z[ recovery-image] Dec 21 05:07:38.319 INFO O| Dec 21 05:07:38.319 INFO STEP 236 (remove_files) COMPLETE
51002024-12-21T05:07:39.157Z[ recovery-image] Dec 21 05:07:38.319 INFO O| Dec 21 05:07:38.319 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-12-21T05:07:39.174Z[ recovery-image] Dec 21 05:07:38.338 INFO O| Dec 21 05:07:38.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
51022024-12-21T05:07:39.174Z[ recovery-image] Dec 21 05:07:38.338 INFO O| Dec 21 05:07:38.338 INFO STEP 237 (remove_files) COMPLETE
51032024-12-21T05:07:39.174Z[ recovery-image] Dec 21 05:07:38.338 INFO O| Dec 21 05:07:38.338 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-12-21T05:07:39.193Z[ recovery-image] Dec 21 05:07:38.357 INFO O| Dec 21 05:07:38.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
51052024-12-21T05:07:39.196Z[ recovery-image] Dec 21 05:07:38.357 INFO O| Dec 21 05:07:38.357 INFO STEP 238 (remove_files) COMPLETE
51062024-12-21T05:07:39.196Z[ recovery-image] Dec 21 05:07:38.357 INFO O| Dec 21 05:07:38.357 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-12-21T05:07:39.210Z[ recovery-image] Dec 21 05:07:38.375 INFO O| Dec 21 05:07:38.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
51082024-12-21T05:07:39.210Z[ recovery-image] Dec 21 05:07:38.375 INFO O| Dec 21 05:07:38.375 INFO STEP 239 (remove_files) COMPLETE
51092024-12-21T05:07:39.210Z[ recovery-image] Dec 21 05:07:38.375 INFO O| Dec 21 05:07:38.375 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-12-21T05:07:39.228Z[ recovery-image] Dec 21 05:07:38.392 INFO O| Dec 21 05:07:38.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
51112024-12-21T05:07:39.228Z[ recovery-image] Dec 21 05:07:38.392 INFO O| Dec 21 05:07:38.392 INFO STEP 240 (remove_files) COMPLETE
51122024-12-21T05:07:39.228Z[ recovery-image] Dec 21 05:07:38.392 INFO O| Dec 21 05:07:38.392 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-12-21T05:07:39.244Z[ recovery-image] Dec 21 05:07:38.409 INFO O| Dec 21 05:07:38.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
51142024-12-21T05:07:39.247Z[ recovery-image] Dec 21 05:07:38.409 INFO O| Dec 21 05:07:38.409 INFO STEP 241 (remove_files) COMPLETE
51152024-12-21T05:07:39.247Z[ recovery-image] Dec 21 05:07:38.409 INFO O| Dec 21 05:07:38.409 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-12-21T05:07:39.262Z[ recovery-image] Dec 21 05:07:38.426 INFO O| Dec 21 05:07:38.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
51172024-12-21T05:07:39.274Z[ recovery-image] Dec 21 05:07:38.438 INFO O| Dec 21 05:07:38.438 INFO STEP 242 (remove_files) COMPLETE
51182024-12-21T05:07:39.274Z[ recovery-image] Dec 21 05:07:38.438 INFO O| Dec 21 05:07:38.438 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-12-21T05:07:39.294Z[ recovery-image] Dec 21 05:07:38.457 INFO O| Dec 21 05:07:38.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
51202024-12-21T05:07:39.297Z[ recovery-image] Dec 21 05:07:38.458 INFO O| Dec 21 05:07:38.457 INFO STEP 243 (remove_files) COMPLETE
51212024-12-21T05:07:39.297Z[ recovery-image] Dec 21 05:07:38.458 INFO O| Dec 21 05:07:38.458 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-12-21T05:07:39.313Z[ recovery-image] Dec 21 05:07:38.477 INFO O| Dec 21 05:07:38.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
51232024-12-21T05:07:39.317Z[ recovery-image] Dec 21 05:07:38.478 INFO O| Dec 21 05:07:38.478 INFO STEP 244 (remove_files) COMPLETE
51242024-12-21T05:07:39.317Z[ recovery-image] Dec 21 05:07:38.478 INFO O| Dec 21 05:07:38.478 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-12-21T05:07:39.335Z[ recovery-image] Dec 21 05:07:38.498 INFO O| Dec 21 05:07:38.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
51262024-12-21T05:07:39.335Z[ recovery-image] Dec 21 05:07:38.498 INFO O| Dec 21 05:07:38.498 INFO STEP 245 (remove_files) COMPLETE
51272024-12-21T05:07:39.335Z[ recovery-image] Dec 21 05:07:38.498 INFO O| Dec 21 05:07:38.498 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-12-21T05:07:39.372Z[ recovery-image] Dec 21 05:07:38.535 INFO O| Dec 21 05:07:38.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
51292024-12-21T05:07:39.372Z[ recovery-image] Dec 21 05:07:38.535 INFO O| Dec 21 05:07:38.535 INFO STEP 246 (remove_files) COMPLETE
51302024-12-21T05:07:39.372Z[ recovery-image] Dec 21 05:07:38.535 INFO O| Dec 21 05:07:38.535 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-12-21T05:07:39.390Z[ recovery-image] Dec 21 05:07:38.554 INFO O| Dec 21 05:07:38.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51322024-12-21T05:07:39.390Z[ recovery-image] Dec 21 05:07:38.554 INFO O| Dec 21 05:07:38.554 INFO STEP 247 (remove_files) COMPLETE
51332024-12-21T05:07:39.390Z[ recovery-image] Dec 21 05:07:38.554 INFO O| Dec 21 05:07:38.554 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-12-21T05:07:39.410Z[ recovery-image] Dec 21 05:07:38.574 INFO O| Dec 21 05:07:38.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51352024-12-21T05:07:39.410Z[ recovery-image] Dec 21 05:07:38.574 INFO O| Dec 21 05:07:38.574 INFO STEP 248 (remove_files) COMPLETE
51362024-12-21T05:07:39.410Z[ recovery-image] Dec 21 05:07:38.574 INFO O| Dec 21 05:07:38.574 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-12-21T05:07:39.431Z[ recovery-image] Dec 21 05:07:38.595 INFO O| Dec 21 05:07:38.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51382024-12-21T05:07:39.431Z[ recovery-image] Dec 21 05:07:38.595 INFO O| Dec 21 05:07:38.595 INFO STEP 249 (remove_files) COMPLETE
51392024-12-21T05:07:39.431Z[ recovery-image] Dec 21 05:07:38.595 INFO O| Dec 21 05:07:38.595 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-12-21T05:07:39.453Z[ recovery-image] Dec 21 05:07:38.617 INFO O| Dec 21 05:07:38.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51412024-12-21T05:07:39.453Z[ recovery-image] Dec 21 05:07:38.617 INFO O| Dec 21 05:07:38.617 INFO STEP 250 (remove_files) COMPLETE
51422024-12-21T05:07:39.453Z[ recovery-image] Dec 21 05:07:38.617 INFO O| Dec 21 05:07:38.617 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-12-21T05:07:39.476Z[ recovery-image] Dec 21 05:07:38.641 INFO O| Dec 21 05:07:38.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51442024-12-21T05:07:39.476Z[ recovery-image] Dec 21 05:07:38.641 INFO O| Dec 21 05:07:38.641 INFO STEP 251 (remove_files) COMPLETE
51452024-12-21T05:07:39.477Z[ recovery-image] Dec 21 05:07:38.641 INFO O| Dec 21 05:07:38.641 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-12-21T05:07:39.498Z[ recovery-image] Dec 21 05:07:38.662 INFO O| Dec 21 05:07:38.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51472024-12-21T05:07:39.498Z[ recovery-image] Dec 21 05:07:38.662 INFO O| Dec 21 05:07:38.662 INFO STEP 252 (remove_files) COMPLETE
51482024-12-21T05:07:39.498Z[ recovery-image] Dec 21 05:07:38.663 INFO O| Dec 21 05:07:38.662 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-12-21T05:07:39.518Z[ recovery-image] Dec 21 05:07:38.682 INFO O| Dec 21 05:07:38.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51502024-12-21T05:07:39.518Z[ recovery-image] Dec 21 05:07:38.682 INFO O| Dec 21 05:07:38.682 INFO STEP 253 (remove_files) COMPLETE
51512024-12-21T05:07:39.521Z[ recovery-image] Dec 21 05:07:38.682 INFO O| Dec 21 05:07:38.682 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-12-21T05:07:39.538Z[ recovery-image] Dec 21 05:07:38.702 INFO O| Dec 21 05:07:38.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51532024-12-21T05:07:39.538Z[ recovery-image] Dec 21 05:07:38.703 INFO O| Dec 21 05:07:38.703 INFO STEP 254 (remove_files) COMPLETE
51542024-12-21T05:07:39.538Z[ recovery-image] Dec 21 05:07:38.703 INFO O| Dec 21 05:07:38.703 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-12-21T05:07:39.558Z[ recovery-image] Dec 21 05:07:38.723 INFO O| Dec 21 05:07:38.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51562024-12-21T05:07:39.558Z[ recovery-image] Dec 21 05:07:38.723 INFO O| Dec 21 05:07:38.723 INFO STEP 255 (remove_files) COMPLETE
51572024-12-21T05:07:39.558Z[ recovery-image] Dec 21 05:07:38.723 INFO O| Dec 21 05:07:38.723 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-12-21T05:07:39.578Z[ recovery-image] Dec 21 05:07:38.742 INFO O| Dec 21 05:07:38.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51592024-12-21T05:07:39.578Z[ recovery-image] Dec 21 05:07:38.742 INFO O| Dec 21 05:07:38.742 INFO STEP 256 (remove_files) COMPLETE
51602024-12-21T05:07:39.581Z[ recovery-image] Dec 21 05:07:38.742 INFO O| Dec 21 05:07:38.742 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-12-21T05:07:39.597Z[ recovery-image] Dec 21 05:07:38.761 INFO O| Dec 21 05:07:38.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51622024-12-21T05:07:39.597Z[ recovery-image] Dec 21 05:07:38.762 INFO O| Dec 21 05:07:38.761 INFO STEP 257 (remove_files) COMPLETE
51632024-12-21T05:07:39.597Z[ recovery-image] Dec 21 05:07:38.762 INFO O| Dec 21 05:07:38.762 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-12-21T05:07:39.616Z[ recovery-image] Dec 21 05:07:38.781 INFO O| Dec 21 05:07:38.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51652024-12-21T05:07:39.619Z[ recovery-image] Dec 21 05:07:38.781 INFO O| Dec 21 05:07:38.781 INFO STEP 258 (remove_files) COMPLETE
51662024-12-21T05:07:39.619Z[ recovery-image] Dec 21 05:07:38.781 INFO O| Dec 21 05:07:38.781 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-12-21T05:07:39.637Z[ recovery-image] Dec 21 05:07:38.802 INFO O| Dec 21 05:07:38.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51682024-12-21T05:07:39.638Z[ recovery-image] Dec 21 05:07:38.802 INFO O| Dec 21 05:07:38.802 INFO STEP 259 (remove_files) COMPLETE
51692024-12-21T05:07:39.641Z[ recovery-image] Dec 21 05:07:38.802 INFO O| Dec 21 05:07:38.802 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-12-21T05:07:39.659Z[ recovery-image] Dec 21 05:07:38.823 INFO O| Dec 21 05:07:38.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51712024-12-21T05:07:39.659Z[ recovery-image] Dec 21 05:07:38.823 INFO O| Dec 21 05:07:38.823 INFO STEP 260 (remove_files) COMPLETE
51722024-12-21T05:07:39.659Z[ recovery-image] Dec 21 05:07:38.823 INFO O| Dec 21 05:07:38.823 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-12-21T05:07:39.698Z[ recovery-image] Dec 21 05:07:38.862 INFO O| Dec 21 05:07:38.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51742024-12-21T05:07:39.698Z[ recovery-image] Dec 21 05:07:38.862 INFO O| Dec 21 05:07:38.862 INFO STEP 261 (remove_files) COMPLETE
51752024-12-21T05:07:39.701Z[ recovery-image] Dec 21 05:07:38.862 INFO O| Dec 21 05:07:38.862 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-12-21T05:07:39.717Z[ recovery-image] Dec 21 05:07:38.882 INFO O| Dec 21 05:07:38.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51772024-12-21T05:07:39.717Z[ recovery-image] Dec 21 05:07:38.882 INFO O| Dec 21 05:07:38.882 INFO STEP 262 (remove_files) COMPLETE
51782024-12-21T05:07:39.718Z[ recovery-image] Dec 21 05:07:38.882 INFO O| Dec 21 05:07:38.882 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-12-21T05:07:39.738Z[ recovery-image] Dec 21 05:07:38.902 INFO O| Dec 21 05:07:38.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51802024-12-21T05:07:39.761Z[ recovery-image] Dec 21 05:07:38.925 INFO O| Dec 21 05:07:38.925 INFO STEP 263 (remove_files) COMPLETE
51812024-12-21T05:07:39.761Z[ recovery-image] Dec 21 05:07:38.925 INFO O| Dec 21 05:07:38.925 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-12-21T05:07:39.791Z[ recovery-image] Dec 21 05:07:38.956 INFO O| Dec 21 05:07:38.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51832024-12-21T05:07:39.791Z[ recovery-image] Dec 21 05:07:38.956 INFO O| Dec 21 05:07:38.956 INFO STEP 264 (remove_files) COMPLETE
51842024-12-21T05:07:39.791Z[ recovery-image] Dec 21 05:07:38.956 INFO O| Dec 21 05:07:38.956 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-12-21T05:07:39.824Z[ recovery-image] Dec 21 05:07:38.989 INFO O| Dec 21 05:07:38.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51862024-12-21T05:07:39.827Z[ recovery-image] Dec 21 05:07:38.989 INFO O| Dec 21 05:07:38.989 INFO STEP 265 (remove_files) COMPLETE
51872024-12-21T05:07:39.827Z[ recovery-image] Dec 21 05:07:38.989 INFO O| Dec 21 05:07:38.989 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-12-21T05:07:39.850Z[ recovery-image] Dec 21 05:07:39.014 INFO O| Dec 21 05:07:39.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51892024-12-21T05:07:39.852Z[ recovery-image] Dec 21 05:07:39.014 INFO O| Dec 21 05:07:39.014 INFO STEP 266 (remove_files) COMPLETE
51902024-12-21T05:07:39.852Z[ recovery-image] Dec 21 05:07:39.015 INFO O| Dec 21 05:07:39.014 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-12-21T05:07:39.870Z[ recovery-image] Dec 21 05:07:39.034 INFO O| Dec 21 05:07:39.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51922024-12-21T05:07:39.874Z[ recovery-image] Dec 21 05:07:39.035 INFO O| Dec 21 05:07:39.035 INFO STEP 267 (remove_files) COMPLETE
51932024-12-21T05:07:39.874Z[ recovery-image] Dec 21 05:07:39.035 INFO O| Dec 21 05:07:39.035 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-12-21T05:07:39.890Z[ recovery-image] Dec 21 05:07:39.054 INFO O| Dec 21 05:07:39.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51952024-12-21T05:07:39.893Z[ recovery-image] Dec 21 05:07:39.054 INFO O| Dec 21 05:07:39.054 INFO STEP 268 (remove_files) COMPLETE
51962024-12-21T05:07:39.893Z[ recovery-image] Dec 21 05:07:39.054 INFO O| Dec 21 05:07:39.054 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-12-21T05:07:39.911Z[ recovery-image] Dec 21 05:07:39.073 INFO O| Dec 21 05:07:39.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51982024-12-21T05:07:39.914Z[ recovery-image] Dec 21 05:07:39.074 INFO O| Dec 21 05:07:39.074 INFO STEP 269 (remove_files) COMPLETE
51992024-12-21T05:07:39.914Z[ recovery-image] Dec 21 05:07:39.074 INFO O| Dec 21 05:07:39.074 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-12-21T05:07:39.929Z[ recovery-image] Dec 21 05:07:39.093 INFO O| Dec 21 05:07:39.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
52012024-12-21T05:07:39.933Z[ recovery-image] Dec 21 05:07:39.093 INFO O| Dec 21 05:07:39.093 INFO STEP 270 (remove_files) COMPLETE
52022024-12-21T05:07:39.933Z[ recovery-image] Dec 21 05:07:39.093 INFO O| Dec 21 05:07:39.093 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-12-21T05:07:39.948Z[ recovery-image] Dec 21 05:07:39.112 INFO O| Dec 21 05:07:39.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
52042024-12-21T05:07:39.951Z[ recovery-image] Dec 21 05:07:39.113 INFO O| Dec 21 05:07:39.112 INFO STEP 271 (remove_files) COMPLETE
52052024-12-21T05:07:39.951Z[ recovery-image] Dec 21 05:07:39.113 INFO O| Dec 21 05:07:39.113 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-12-21T05:07:39.987Z[ recovery-image] Dec 21 05:07:39.151 INFO O| Dec 21 05:07:39.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
52072024-12-21T05:07:39.997Z[ recovery-image] Dec 21 05:07:39.162 INFO O| Dec 21 05:07:39.162 INFO STEP 272 (remove_files) COMPLETE
52082024-12-21T05:07:39.997Z[ recovery-image] Dec 21 05:07:39.162 INFO O| Dec 21 05:07:39.162 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-12-21T05:07:40.040Z[ recovery-image] Dec 21 05:07:39.204 INFO O| Dec 21 05:07:39.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
52102024-12-21T05:07:40.043Z[ recovery-image] Dec 21 05:07:39.205 INFO O| Dec 21 05:07:39.204 INFO STEP 273 (remove_files) COMPLETE
52112024-12-21T05:07:40.043Z[ recovery-image] Dec 21 05:07:39.205 INFO O| Dec 21 05:07:39.205 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-12-21T05:07:40.065Z[ recovery-image] Dec 21 05:07:39.229 INFO O| Dec 21 05:07:39.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
52132024-12-21T05:07:40.067Z[ recovery-image] Dec 21 05:07:39.229 INFO O| Dec 21 05:07:39.229 INFO STEP 274 (remove_files) COMPLETE
52142024-12-21T05:07:40.067Z[ recovery-image] Dec 21 05:07:39.229 INFO O| Dec 21 05:07:39.229 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-12-21T05:07:40.102Z[ recovery-image] Dec 21 05:07:39.267 INFO O| Dec 21 05:07:39.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
52162024-12-21T05:07:40.102Z[ recovery-image] Dec 21 05:07:39.267 INFO O| Dec 21 05:07:39.267 INFO STEP 275 (remove_files) COMPLETE
52172024-12-21T05:07:40.102Z[ recovery-image] Dec 21 05:07:39.267 INFO O| Dec 21 05:07:39.267 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-12-21T05:07:40.121Z[ recovery-image] Dec 21 05:07:39.285 INFO O| Dec 21 05:07:39.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
52192024-12-21T05:07:40.121Z[ recovery-image] Dec 21 05:07:39.285 INFO O| Dec 21 05:07:39.285 INFO STEP 276 (remove_files) COMPLETE
52202024-12-21T05:07:40.121Z[ recovery-image] Dec 21 05:07:39.285 INFO O| Dec 21 05:07:39.285 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-12-21T05:07:40.142Z[ recovery-image] Dec 21 05:07:39.306 INFO O| Dec 21 05:07:39.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
52222024-12-21T05:07:40.142Z[ recovery-image] Dec 21 05:07:39.306 INFO O| Dec 21 05:07:39.306 INFO STEP 277 (remove_files) COMPLETE
52232024-12-21T05:07:40.142Z[ recovery-image] Dec 21 05:07:39.306 INFO O| Dec 21 05:07:39.306 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-12-21T05:07:40.165Z[ recovery-image] Dec 21 05:07:39.329 INFO O| Dec 21 05:07:39.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
52252024-12-21T05:07:40.166Z[ recovery-image] Dec 21 05:07:39.329 INFO O| Dec 21 05:07:39.329 INFO STEP 278 (remove_files) COMPLETE
52262024-12-21T05:07:40.166Z[ recovery-image] Dec 21 05:07:39.330 INFO O| Dec 21 05:07:39.329 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-12-21T05:07:40.188Z[ recovery-image] Dec 21 05:07:39.352 INFO O| Dec 21 05:07:39.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
52282024-12-21T05:07:40.192Z[ recovery-image] Dec 21 05:07:39.352 INFO O| Dec 21 05:07:39.352 INFO STEP 279 (remove_files) COMPLETE
52292024-12-21T05:07:40.192Z[ recovery-image] Dec 21 05:07:39.352 INFO O| Dec 21 05:07:39.352 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-12-21T05:07:40.209Z[ recovery-image] Dec 21 05:07:39.373 INFO O| Dec 21 05:07:39.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
52312024-12-21T05:07:40.209Z[ recovery-image] Dec 21 05:07:39.374 INFO O| Dec 21 05:07:39.374 INFO STEP 280 (remove_files) COMPLETE
52322024-12-21T05:07:40.212Z[ recovery-image] Dec 21 05:07:39.374 INFO O| Dec 21 05:07:39.374 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-12-21T05:07:40.231Z[ recovery-image] Dec 21 05:07:39.395 INFO O| Dec 21 05:07:39.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52342024-12-21T05:07:40.231Z[ recovery-image] Dec 21 05:07:39.395 INFO O| Dec 21 05:07:39.395 INFO STEP 281 (remove_files) COMPLETE
52352024-12-21T05:07:40.231Z[ recovery-image] Dec 21 05:07:39.395 INFO O| Dec 21 05:07:39.395 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-12-21T05:07:40.252Z[ recovery-image] Dec 21 05:07:39.416 INFO O| Dec 21 05:07:39.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52372024-12-21T05:07:40.252Z[ recovery-image] Dec 21 05:07:39.416 INFO O| Dec 21 05:07:39.416 INFO STEP 282 (remove_files) COMPLETE
52382024-12-21T05:07:40.255Z[ recovery-image] Dec 21 05:07:39.416 INFO O| Dec 21 05:07:39.416 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-12-21T05:07:40.272Z[ recovery-image] Dec 21 05:07:39.437 INFO O| Dec 21 05:07:39.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52402024-12-21T05:07:40.282Z[ recovery-image] Dec 21 05:07:39.437 INFO O| Dec 21 05:07:39.437 INFO STEP 283 (remove_files) COMPLETE
52412024-12-21T05:07:40.282Z[ recovery-image] Dec 21 05:07:39.437 INFO O| Dec 21 05:07:39.437 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-12-21T05:07:40.292Z[ recovery-image] Dec 21 05:07:39.457 INFO O| Dec 21 05:07:39.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52432024-12-21T05:07:40.292Z[ recovery-image] Dec 21 05:07:39.457 INFO O| Dec 21 05:07:39.457 INFO STEP 284 (remove_files) COMPLETE
52442024-12-21T05:07:40.292Z[ recovery-image] Dec 21 05:07:39.457 INFO O| Dec 21 05:07:39.457 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-12-21T05:07:40.313Z[ recovery-image] Dec 21 05:07:39.476 INFO O| Dec 21 05:07:39.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52462024-12-21T05:07:40.313Z[ recovery-image] Dec 21 05:07:39.477 INFO O| Dec 21 05:07:39.477 INFO STEP 285 (remove_files) COMPLETE
52472024-12-21T05:07:40.314Z[ recovery-image] Dec 21 05:07:39.477 INFO O| Dec 21 05:07:39.477 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-12-21T05:07:40.349Z[ recovery-image] Dec 21 05:07:39.513 INFO O| Dec 21 05:07:39.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52492024-12-21T05:07:40.350Z[ recovery-image] Dec 21 05:07:39.513 INFO O| Dec 21 05:07:39.513 INFO STEP 286 (remove_files) COMPLETE
52502024-12-21T05:07:40.350Z[ recovery-image] Dec 21 05:07:39.513 INFO O| Dec 21 05:07:39.513 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-12-21T05:07:40.368Z[ recovery-image] Dec 21 05:07:39.533 INFO O| Dec 21 05:07:39.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52522024-12-21T05:07:40.368Z[ recovery-image] Dec 21 05:07:39.533 INFO O| Dec 21 05:07:39.533 INFO STEP 287 (remove_files) COMPLETE
52532024-12-21T05:07:40.371Z[ recovery-image] Dec 21 05:07:39.533 INFO O| Dec 21 05:07:39.533 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-12-21T05:07:40.387Z[ recovery-image] Dec 21 05:07:39.551 INFO O| Dec 21 05:07:39.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52552024-12-21T05:07:40.387Z[ recovery-image] Dec 21 05:07:39.551 INFO O| Dec 21 05:07:39.551 INFO STEP 288 (remove_files) COMPLETE
52562024-12-21T05:07:40.387Z[ recovery-image] Dec 21 05:07:39.551 INFO O| Dec 21 05:07:39.551 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-12-21T05:07:40.407Z[ recovery-image] Dec 21 05:07:39.571 INFO O| Dec 21 05:07:39.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52582024-12-21T05:07:40.407Z[ recovery-image] Dec 21 05:07:39.571 INFO O| Dec 21 05:07:39.571 INFO STEP 289 (remove_files) COMPLETE
52592024-12-21T05:07:40.407Z[ recovery-image] Dec 21 05:07:39.571 INFO O| Dec 21 05:07:39.571 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-12-21T05:07:40.425Z[ recovery-image] Dec 21 05:07:39.589 INFO O| Dec 21 05:07:39.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52612024-12-21T05:07:40.425Z[ recovery-image] Dec 21 05:07:39.589 INFO O| Dec 21 05:07:39.589 INFO STEP 290 (remove_files) COMPLETE
52622024-12-21T05:07:40.425Z[ recovery-image] Dec 21 05:07:39.589 INFO O| Dec 21 05:07:39.589 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-12-21T05:07:40.443Z[ recovery-image] Dec 21 05:07:39.607 INFO O| Dec 21 05:07:39.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52642024-12-21T05:07:40.443Z[ recovery-image] Dec 21 05:07:39.607 INFO O| Dec 21 05:07:39.607 INFO STEP 291 (remove_files) COMPLETE
52652024-12-21T05:07:40.443Z[ recovery-image] Dec 21 05:07:39.607 INFO O| Dec 21 05:07:39.607 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-12-21T05:07:40.479Z[ recovery-image] Dec 21 05:07:39.643 INFO O| Dec 21 05:07:39.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52672024-12-21T05:07:40.479Z[ recovery-image] Dec 21 05:07:39.643 INFO O| Dec 21 05:07:39.643 INFO STEP 292 (remove_files) COMPLETE
52682024-12-21T05:07:40.480Z[ recovery-image] Dec 21 05:07:39.644 INFO O| Dec 21 05:07:39.643 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-12-21T05:07:40.498Z[ recovery-image] Dec 21 05:07:39.662 INFO O| Dec 21 05:07:39.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52702024-12-21T05:07:40.498Z[ recovery-image] Dec 21 05:07:39.662 INFO O| Dec 21 05:07:39.662 INFO STEP 293 (remove_files) COMPLETE
52712024-12-21T05:07:40.498Z[ recovery-image] Dec 21 05:07:39.662 INFO O| Dec 21 05:07:39.662 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-12-21T05:07:40.520Z[ recovery-image] Dec 21 05:07:39.684 INFO O| Dec 21 05:07:39.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52732024-12-21T05:07:40.520Z[ recovery-image] Dec 21 05:07:39.685 INFO O| Dec 21 05:07:39.684 INFO STEP 294 (remove_files) COMPLETE
52742024-12-21T05:07:40.520Z[ recovery-image] Dec 21 05:07:39.685 INFO O| Dec 21 05:07:39.685 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-12-21T05:07:40.542Z[ recovery-image] Dec 21 05:07:39.704 INFO O| Dec 21 05:07:39.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52762024-12-21T05:07:40.542Z[ recovery-image] Dec 21 05:07:39.704 INFO O| Dec 21 05:07:39.704 INFO STEP 295 (remove_files) COMPLETE
52772024-12-21T05:07:40.542Z[ recovery-image] Dec 21 05:07:39.704 INFO O| Dec 21 05:07:39.704 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-12-21T05:07:40.559Z[ recovery-image] Dec 21 05:07:39.723 INFO O| Dec 21 05:07:39.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52792024-12-21T05:07:40.559Z[ recovery-image] Dec 21 05:07:39.723 INFO O| Dec 21 05:07:39.723 INFO STEP 296 (remove_files) COMPLETE
52802024-12-21T05:07:40.559Z[ recovery-image] Dec 21 05:07:39.723 INFO O| Dec 21 05:07:39.723 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-12-21T05:07:40.577Z[ recovery-image] Dec 21 05:07:39.741 INFO O| Dec 21 05:07:39.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52822024-12-21T05:07:40.577Z[ recovery-image] Dec 21 05:07:39.741 INFO O| Dec 21 05:07:39.741 INFO STEP 297 (remove_files) COMPLETE
52832024-12-21T05:07:40.577Z[ recovery-image] Dec 21 05:07:39.741 INFO O| Dec 21 05:07:39.741 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-12-21T05:07:40.596Z[ recovery-image] Dec 21 05:07:39.759 INFO O| Dec 21 05:07:39.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52852024-12-21T05:07:40.596Z[ recovery-image] Dec 21 05:07:39.759 INFO O| Dec 21 05:07:39.759 INFO STEP 298 (remove_files) COMPLETE
52862024-12-21T05:07:40.596Z[ recovery-image] Dec 21 05:07:39.759 INFO O| Dec 21 05:07:39.759 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-12-21T05:07:40.612Z[ recovery-image] Dec 21 05:07:39.776 INFO O| Dec 21 05:07:39.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52882024-12-21T05:07:40.615Z[ recovery-image] Dec 21 05:07:39.777 INFO O| Dec 21 05:07:39.777 INFO STEP 299 (remove_files) COMPLETE
52892024-12-21T05:07:40.615Z[ recovery-image] Dec 21 05:07:39.777 INFO O| Dec 21 05:07:39.777 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-12-21T05:07:40.631Z[ recovery-image] Dec 21 05:07:39.794 INFO O| Dec 21 05:07:39.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52912024-12-21T05:07:40.631Z[ recovery-image] Dec 21 05:07:39.794 INFO O| Dec 21 05:07:39.794 INFO STEP 300 (remove_files) COMPLETE
52922024-12-21T05:07:40.631Z[ recovery-image] Dec 21 05:07:39.794 INFO O| Dec 21 05:07:39.794 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-12-21T05:07:40.649Z[ recovery-image] Dec 21 05:07:39.813 INFO O| Dec 21 05:07:39.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52942024-12-21T05:07:40.649Z[ recovery-image] Dec 21 05:07:39.813 INFO O| Dec 21 05:07:39.813 INFO STEP 301 (remove_files) COMPLETE
52952024-12-21T05:07:40.649Z[ recovery-image] Dec 21 05:07:39.813 INFO O| Dec 21 05:07:39.813 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-12-21T05:07:40.667Z[ recovery-image] Dec 21 05:07:39.831 INFO O| Dec 21 05:07:39.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52972024-12-21T05:07:40.667Z[ recovery-image] Dec 21 05:07:39.831 INFO O| Dec 21 05:07:39.831 INFO STEP 302 (remove_files) COMPLETE
52982024-12-21T05:07:40.667Z[ recovery-image] Dec 21 05:07:39.831 INFO O| Dec 21 05:07:39.831 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-12-21T05:07:40.684Z[ recovery-image] Dec 21 05:07:39.849 INFO O| Dec 21 05:07:39.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
53002024-12-21T05:07:40.684Z[ recovery-image] Dec 21 05:07:39.849 INFO O| Dec 21 05:07:39.849 INFO STEP 303 (remove_files) COMPLETE
53012024-12-21T05:07:40.684Z[ recovery-image] Dec 21 05:07:39.849 INFO O| Dec 21 05:07:39.849 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-12-21T05:07:40.756Z[ recovery-image] Dec 21 05:07:39.920 INFO O| Dec 21 05:07:39.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
53032024-12-21T05:07:40.756Z[ recovery-image] Dec 21 05:07:39.920 INFO O| Dec 21 05:07:39.920 INFO STEP 304 (remove_files) COMPLETE
53042024-12-21T05:07:40.759Z[ recovery-image] Dec 21 05:07:39.920 INFO O| Dec 21 05:07:39.920 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-12-21T05:07:40.777Z[ recovery-image] Dec 21 05:07:39.941 INFO O| Dec 21 05:07:39.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
53062024-12-21T05:07:40.777Z[ recovery-image] Dec 21 05:07:39.941 INFO O| Dec 21 05:07:39.941 INFO STEP 305 (remove_files) COMPLETE
53072024-12-21T05:07:40.777Z[ recovery-image] Dec 21 05:07:39.941 INFO O| Dec 21 05:07:39.941 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-12-21T05:07:40.796Z[ recovery-image] Dec 21 05:07:39.960 INFO O| Dec 21 05:07:39.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
53092024-12-21T05:07:40.799Z[ recovery-image] Dec 21 05:07:39.963 INFO O| Dec 21 05:07:39.963 INFO STEP 306 (remove_files) COMPLETE
53102024-12-21T05:07:40.801Z[ recovery-image] Dec 21 05:07:39.963 INFO O| Dec 21 05:07:39.963 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-12-21T05:07:40.818Z[ recovery-image] Dec 21 05:07:39.982 INFO O| Dec 21 05:07:39.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
53122024-12-21T05:07:40.818Z[ recovery-image] Dec 21 05:07:39.983 INFO O| Dec 21 05:07:39.982 INFO STEP 307 (remove_files) COMPLETE
53132024-12-21T05:07:40.818Z[ recovery-image] Dec 21 05:07:39.983 INFO O| Dec 21 05:07:39.983 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-12-21T05:07:40.843Z[ recovery-image] Dec 21 05:07:40.007 INFO O| Dec 21 05:07:40.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
53152024-12-21T05:07:40.843Z[ recovery-image] Dec 21 05:07:40.007 INFO O| Dec 21 05:07:40.007 INFO STEP 308 (remove_files) COMPLETE
53162024-12-21T05:07:40.843Z[ recovery-image] Dec 21 05:07:40.007 INFO O| Dec 21 05:07:40.007 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-12-21T05:07:40.863Z[ recovery-image] Dec 21 05:07:40.027 INFO O| Dec 21 05:07:40.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
53182024-12-21T05:07:40.863Z[ recovery-image] Dec 21 05:07:40.027 INFO O| Dec 21 05:07:40.027 INFO STEP 309 (remove_files) COMPLETE
53192024-12-21T05:07:40.866Z[ recovery-image] Dec 21 05:07:40.027 INFO O| Dec 21 05:07:40.027 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-12-21T05:07:40.883Z[ recovery-image] Dec 21 05:07:40.046 INFO O| Dec 21 05:07:40.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
53212024-12-21T05:07:40.883Z[ recovery-image] Dec 21 05:07:40.046 INFO O| Dec 21 05:07:40.046 INFO STEP 310 (remove_files) COMPLETE
53222024-12-21T05:07:40.883Z[ recovery-image] Dec 21 05:07:40.046 INFO O| Dec 21 05:07:40.046 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-12-21T05:07:40.902Z[ recovery-image] Dec 21 05:07:40.064 INFO O| Dec 21 05:07:40.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
53242024-12-21T05:07:40.902Z[ recovery-image] Dec 21 05:07:40.064 INFO O| Dec 21 05:07:40.064 INFO STEP 311 (remove_files) COMPLETE
53252024-12-21T05:07:40.902Z[ recovery-image] Dec 21 05:07:40.064 INFO O| Dec 21 05:07:40.064 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-12-21T05:07:40.919Z[ recovery-image] Dec 21 05:07:40.083 INFO O| Dec 21 05:07:40.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
53272024-12-21T05:07:40.919Z[ recovery-image] Dec 21 05:07:40.083 INFO O| Dec 21 05:07:40.083 INFO STEP 312 (remove_files) COMPLETE
53282024-12-21T05:07:40.919Z[ recovery-image] Dec 21 05:07:40.083 INFO O| Dec 21 05:07:40.083 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-12-21T05:07:40.939Z[ recovery-image] Dec 21 05:07:40.102 INFO O| Dec 21 05:07:40.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53302024-12-21T05:07:40.939Z[ recovery-image] Dec 21 05:07:40.102 INFO O| Dec 21 05:07:40.102 INFO STEP 313 (remove_files) COMPLETE
53312024-12-21T05:07:40.939Z[ recovery-image] Dec 21 05:07:40.102 INFO O| Dec 21 05:07:40.102 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-12-21T05:07:40.955Z[ recovery-image] Dec 21 05:07:40.120 INFO O| Dec 21 05:07:40.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
53332024-12-21T05:07:40.955Z[ recovery-image] Dec 21 05:07:40.120 INFO O| Dec 21 05:07:40.120 INFO STEP 314 (remove_files) COMPLETE
53342024-12-21T05:07:40.955Z[ recovery-image] Dec 21 05:07:40.120 INFO O| Dec 21 05:07:40.120 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-12-21T05:07:40.984Z[ recovery-image] Dec 21 05:07:40.148 INFO O| Dec 21 05:07:40.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53362024-12-21T05:07:40.984Z[ recovery-image] Dec 21 05:07:40.148 INFO O| Dec 21 05:07:40.148 INFO STEP 315 (remove_files) COMPLETE
53372024-12-21T05:07:40.984Z[ recovery-image] Dec 21 05:07:40.148 INFO O| Dec 21 05:07:40.148 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-12-21T05:07:41.013Z[ recovery-image] Dec 21 05:07:40.175 INFO O| Dec 21 05:07:40.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53392024-12-21T05:07:41.017Z[ recovery-image] Dec 21 05:07:40.175 INFO O| Dec 21 05:07:40.175 INFO STEP 316 (remove_files) COMPLETE
53402024-12-21T05:07:41.018Z[ recovery-image] Dec 21 05:07:40.175 INFO O| Dec 21 05:07:40.175 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-12-21T05:07:41.045Z[ recovery-image] Dec 21 05:07:40.209 INFO O| Dec 21 05:07:40.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
53422024-12-21T05:07:41.045Z[ recovery-image] Dec 21 05:07:40.209 INFO O| Dec 21 05:07:40.209 INFO STEP 317 (remove_files) COMPLETE
53432024-12-21T05:07:41.047Z[ recovery-image] Dec 21 05:07:40.209 INFO O| Dec 21 05:07:40.209 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-12-21T05:07:41.064Z[ recovery-image] Dec 21 05:07:40.227 INFO O| Dec 21 05:07:40.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53452024-12-21T05:07:41.064Z[ recovery-image] Dec 21 05:07:40.228 INFO O| Dec 21 05:07:40.227 INFO STEP 318 (remove_files) COMPLETE
53462024-12-21T05:07:41.067Z[ recovery-image] Dec 21 05:07:40.228 INFO O| Dec 21 05:07:40.228 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-12-21T05:07:41.082Z[ recovery-image] Dec 21 05:07:40.246 INFO O| Dec 21 05:07:40.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53482024-12-21T05:07:41.082Z[ recovery-image] Dec 21 05:07:40.246 INFO O| Dec 21 05:07:40.246 INFO STEP 319 (remove_files) COMPLETE
53492024-12-21T05:07:41.082Z[ recovery-image] Dec 21 05:07:40.246 INFO O| Dec 21 05:07:40.246 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-12-21T05:07:41.109Z[ recovery-image] Dec 21 05:07:40.272 INFO O| Dec 21 05:07:40.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
53512024-12-21T05:07:41.109Z[ recovery-image] Dec 21 05:07:40.273 INFO O| Dec 21 05:07:40.273 INFO STEP 320 (remove_files) COMPLETE
53522024-12-21T05:07:41.109Z[ recovery-image] Dec 21 05:07:40.273 INFO O| Dec 21 05:07:40.273 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-12-21T05:07:41.135Z[ recovery-image] Dec 21 05:07:40.299 INFO O| Dec 21 05:07:40.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53542024-12-21T05:07:41.136Z[ recovery-image] Dec 21 05:07:40.299 INFO O| Dec 21 05:07:40.299 INFO STEP 321 (remove_files) COMPLETE
53552024-12-21T05:07:41.136Z[ recovery-image] Dec 21 05:07:40.299 INFO O| Dec 21 05:07:40.299 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-12-21T05:07:41.159Z[ recovery-image] Dec 21 05:07:40.323 INFO O| Dec 21 05:07:40.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53572024-12-21T05:07:41.159Z[ recovery-image] Dec 21 05:07:40.323 INFO O| Dec 21 05:07:40.323 INFO STEP 322 (remove_files) COMPLETE
53582024-12-21T05:07:41.159Z[ recovery-image] Dec 21 05:07:40.323 INFO O| Dec 21 05:07:40.323 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-12-21T05:07:41.183Z[ recovery-image] Dec 21 05:07:40.347 INFO O| Dec 21 05:07:40.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
53602024-12-21T05:07:41.183Z[ recovery-image] Dec 21 05:07:40.347 INFO O| Dec 21 05:07:40.347 INFO STEP 323 (remove_files) COMPLETE
53612024-12-21T05:07:41.184Z[ recovery-image] Dec 21 05:07:40.347 INFO O| Dec 21 05:07:40.347 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-12-21T05:07:41.209Z[ recovery-image] Dec 21 05:07:40.373 INFO O| Dec 21 05:07:40.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53632024-12-21T05:07:41.209Z[ recovery-image] Dec 21 05:07:40.374 INFO O| Dec 21 05:07:40.374 INFO STEP 324 (remove_files) COMPLETE
53642024-12-21T05:07:41.209Z[ recovery-image] Dec 21 05:07:40.374 INFO O| Dec 21 05:07:40.374 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-12-21T05:07:41.245Z[ recovery-image] Dec 21 05:07:40.409 INFO O| Dec 21 05:07:40.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53662024-12-21T05:07:41.245Z[ recovery-image] Dec 21 05:07:40.409 INFO O| Dec 21 05:07:40.409 INFO STEP 325 (remove_files) COMPLETE
53672024-12-21T05:07:41.248Z[ recovery-image] Dec 21 05:07:40.409 INFO O| Dec 21 05:07:40.409 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-12-21T05:07:41.275Z[ recovery-image] Dec 21 05:07:40.439 INFO O| Dec 21 05:07:40.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53692024-12-21T05:07:41.275Z[ recovery-image] Dec 21 05:07:40.440 INFO O| Dec 21 05:07:40.439 INFO STEP 326 (remove_files) COMPLETE
53702024-12-21T05:07:41.280Z[ recovery-image] Dec 21 05:07:40.440 INFO O| Dec 21 05:07:40.440 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-12-21T05:07:41.316Z[ recovery-image] Dec 21 05:07:40.480 INFO O| Dec 21 05:07:40.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53722024-12-21T05:07:41.316Z[ recovery-image] Dec 21 05:07:40.480 INFO O| Dec 21 05:07:40.480 INFO STEP 327 (remove_files) COMPLETE
53732024-12-21T05:07:41.316Z[ recovery-image] Dec 21 05:07:40.480 INFO O| Dec 21 05:07:40.480 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-12-21T05:07:41.341Z[ recovery-image] Dec 21 05:07:40.505 INFO O| Dec 21 05:07:40.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53752024-12-21T05:07:41.341Z[ recovery-image] Dec 21 05:07:40.506 INFO O| Dec 21 05:07:40.506 INFO STEP 328 (remove_files) COMPLETE
53762024-12-21T05:07:41.341Z[ recovery-image] Dec 21 05:07:40.506 INFO O| Dec 21 05:07:40.506 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-12-21T05:07:41.367Z[ recovery-image] Dec 21 05:07:40.531 INFO O| Dec 21 05:07:40.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53782024-12-21T05:07:41.367Z[ recovery-image] Dec 21 05:07:40.531 INFO O| Dec 21 05:07:40.531 INFO STEP 329 (remove_files) COMPLETE
53792024-12-21T05:07:41.367Z[ recovery-image] Dec 21 05:07:40.532 INFO O| Dec 21 05:07:40.531 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-12-21T05:07:41.432Z[ recovery-image] Dec 21 05:07:40.596 INFO O| Dec 21 05:07:40.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53812024-12-21T05:07:41.432Z[ recovery-image] Dec 21 05:07:40.596 INFO O| Dec 21 05:07:40.596 INFO STEP 330 (remove_files) COMPLETE
53822024-12-21T05:07:41.435Z[ recovery-image] Dec 21 05:07:40.596 INFO O| Dec 21 05:07:40.596 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-12-21T05:07:41.476Z[ recovery-image] Dec 21 05:07:40.640 INFO O| Dec 21 05:07:40.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53842024-12-21T05:07:41.476Z[ recovery-image] Dec 21 05:07:40.640 INFO O| Dec 21 05:07:40.640 INFO STEP 331 (remove_files) COMPLETE
53852024-12-21T05:07:41.476Z[ recovery-image] Dec 21 05:07:40.640 INFO O| Dec 21 05:07:40.640 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-12-21T05:07:41.500Z[ recovery-image] Dec 21 05:07:40.664 INFO O| Dec 21 05:07:40.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53872024-12-21T05:07:41.500Z[ recovery-image] Dec 21 05:07:40.664 INFO O| Dec 21 05:07:40.664 INFO STEP 332 (remove_files) COMPLETE
53882024-12-21T05:07:41.501Z[ recovery-image] Dec 21 05:07:40.664 INFO O| Dec 21 05:07:40.664 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-12-21T05:07:41.527Z[ recovery-image] Dec 21 05:07:40.691 INFO O| Dec 21 05:07:40.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53902024-12-21T05:07:41.527Z[ recovery-image] Dec 21 05:07:40.691 INFO O| Dec 21 05:07:40.691 INFO STEP 333 (remove_files) COMPLETE
53912024-12-21T05:07:41.529Z[ recovery-image] Dec 21 05:07:40.691 INFO O| Dec 21 05:07:40.691 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-12-21T05:07:41.551Z[ recovery-image] Dec 21 05:07:40.715 INFO O| Dec 21 05:07:40.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53932024-12-21T05:07:41.551Z[ recovery-image] Dec 21 05:07:40.715 INFO O| Dec 21 05:07:40.715 INFO STEP 334 (remove_files) COMPLETE
53942024-12-21T05:07:41.551Z[ recovery-image] Dec 21 05:07:40.715 INFO O| Dec 21 05:07:40.715 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-12-21T05:07:41.575Z[ recovery-image] Dec 21 05:07:40.739 INFO O| Dec 21 05:07:40.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53962024-12-21T05:07:41.578Z[ recovery-image] Dec 21 05:07:40.739 INFO O| Dec 21 05:07:40.739 INFO STEP 335 (remove_files) COMPLETE
53972024-12-21T05:07:41.578Z[ recovery-image] Dec 21 05:07:40.739 INFO O| Dec 21 05:07:40.739 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-12-21T05:07:41.599Z[ recovery-image] Dec 21 05:07:40.763 INFO O| Dec 21 05:07:40.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53992024-12-21T05:07:41.601Z[ recovery-image] Dec 21 05:07:40.763 INFO O| Dec 21 05:07:40.763 INFO STEP 336 (remove_files) COMPLETE
54002024-12-21T05:07:41.601Z[ recovery-image] Dec 21 05:07:40.763 INFO O| Dec 21 05:07:40.763 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-12-21T05:07:41.622Z[ recovery-image] Dec 21 05:07:40.786 INFO O| Dec 21 05:07:40.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
54022024-12-21T05:07:41.622Z[ recovery-image] Dec 21 05:07:40.786 INFO O| Dec 21 05:07:40.786 INFO STEP 337 (remove_files) COMPLETE
54032024-12-21T05:07:41.622Z[ recovery-image] Dec 21 05:07:40.787 INFO O| Dec 21 05:07:40.786 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-12-21T05:07:41.647Z[ recovery-image] Dec 21 05:07:40.811 INFO O| Dec 21 05:07:40.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
54052024-12-21T05:07:41.647Z[ recovery-image] Dec 21 05:07:40.811 INFO O| Dec 21 05:07:40.811 INFO STEP 338 (remove_files) COMPLETE
54062024-12-21T05:07:41.650Z[ recovery-image] Dec 21 05:07:40.811 INFO O| Dec 21 05:07:40.811 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-12-21T05:07:41.672Z[ recovery-image] Dec 21 05:07:40.836 INFO O| Dec 21 05:07:40.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
54082024-12-21T05:07:41.673Z[ recovery-image] Dec 21 05:07:40.836 INFO O| Dec 21 05:07:40.836 INFO STEP 339 (remove_files) COMPLETE
54092024-12-21T05:07:41.673Z[ recovery-image] Dec 21 05:07:40.836 INFO O| Dec 21 05:07:40.836 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-12-21T05:07:41.697Z[ recovery-image] Dec 21 05:07:40.860 INFO O| Dec 21 05:07:40.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
54112024-12-21T05:07:41.697Z[ recovery-image] Dec 21 05:07:40.860 INFO O| Dec 21 05:07:40.860 INFO STEP 340 (remove_files) COMPLETE
54122024-12-21T05:07:41.700Z[ recovery-image] Dec 21 05:07:40.861 INFO O| Dec 21 05:07:40.860 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-12-21T05:07:41.719Z[ recovery-image] Dec 21 05:07:40.883 INFO O| Dec 21 05:07:40.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
54142024-12-21T05:07:41.719Z[ recovery-image] Dec 21 05:07:40.883 INFO O| Dec 21 05:07:40.883 INFO STEP 341 (remove_files) COMPLETE
54152024-12-21T05:07:41.722Z[ recovery-image] Dec 21 05:07:40.884 INFO O| Dec 21 05:07:40.883 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-12-21T05:07:41.742Z[ recovery-image] Dec 21 05:07:40.906 INFO O| Dec 21 05:07:40.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
54172024-12-21T05:07:41.742Z[ recovery-image] Dec 21 05:07:40.906 INFO O| Dec 21 05:07:40.906 INFO STEP 342 (remove_files) COMPLETE
54182024-12-21T05:07:41.747Z[ recovery-image] Dec 21 05:07:40.906 INFO O| Dec 21 05:07:40.906 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-12-21T05:07:41.767Z[ recovery-image] Dec 21 05:07:40.931 INFO O| Dec 21 05:07:40.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
54202024-12-21T05:07:41.767Z[ recovery-image] Dec 21 05:07:40.931 INFO O| Dec 21 05:07:40.931 INFO STEP 343 (remove_files) COMPLETE
54212024-12-21T05:07:41.771Z[ recovery-image] Dec 21 05:07:40.931 INFO O| Dec 21 05:07:40.931 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-12-21T05:07:41.790Z[ recovery-image] Dec 21 05:07:40.955 INFO O| Dec 21 05:07:40.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
54232024-12-21T05:07:41.791Z[ recovery-image] Dec 21 05:07:40.955 INFO O| Dec 21 05:07:40.955 INFO STEP 344 (remove_files) COMPLETE
54242024-12-21T05:07:41.794Z[ recovery-image] Dec 21 05:07:40.955 INFO O| Dec 21 05:07:40.955 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-12-21T05:07:41.813Z[ recovery-image] Dec 21 05:07:40.977 INFO O| Dec 21 05:07:40.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
54262024-12-21T05:07:41.813Z[ recovery-image] Dec 21 05:07:40.977 INFO O| Dec 21 05:07:40.977 INFO STEP 345 (remove_files) COMPLETE
54272024-12-21T05:07:41.813Z[ recovery-image] Dec 21 05:07:40.977 INFO O| Dec 21 05:07:40.977 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-12-21T05:07:41.836Z[ recovery-image] Dec 21 05:07:41.000 INFO O| Dec 21 05:07:41.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54292024-12-21T05:07:41.856Z[ recovery-image] Dec 21 05:07:41.020 INFO O| Dec 21 05:07:41.020 INFO STEP 346 (remove_files) COMPLETE
54302024-12-21T05:07:41.856Z[ recovery-image] Dec 21 05:07:41.020 INFO O| Dec 21 05:07:41.020 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-12-21T05:07:41.898Z[ recovery-image] Dec 21 05:07:41.062 INFO O| Dec 21 05:07:41.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54322024-12-21T05:07:41.898Z[ recovery-image] Dec 21 05:07:41.062 INFO O| Dec 21 05:07:41.062 INFO STEP 347 (remove_files) COMPLETE
54332024-12-21T05:07:41.901Z[ recovery-image] Dec 21 05:07:41.063 INFO O| Dec 21 05:07:41.062 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-12-21T05:07:41.922Z[ recovery-image] Dec 21 05:07:41.086 INFO O| Dec 21 05:07:41.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
54352024-12-21T05:07:41.922Z[ recovery-image] Dec 21 05:07:41.086 INFO O| Dec 21 05:07:41.086 INFO STEP 348 (remove_files) COMPLETE
54362024-12-21T05:07:41.922Z[ recovery-image] Dec 21 05:07:41.086 INFO O| Dec 21 05:07:41.086 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-12-21T05:07:41.976Z[ recovery-image] Dec 21 05:07:41.140 INFO O| Dec 21 05:07:41.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54382024-12-21T05:07:41.976Z[ recovery-image] Dec 21 05:07:41.140 INFO O| Dec 21 05:07:41.140 INFO STEP 349 (remove_files) COMPLETE
54392024-12-21T05:07:41.976Z[ recovery-image] Dec 21 05:07:41.140 INFO O| Dec 21 05:07:41.140 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-12-21T05:07:42.001Z[ recovery-image] Dec 21 05:07:41.165 INFO O| Dec 21 05:07:41.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
54412024-12-21T05:07:42.001Z[ recovery-image] Dec 21 05:07:41.165 INFO O| Dec 21 05:07:41.165 INFO STEP 350 (remove_files) COMPLETE
54422024-12-21T05:07:42.001Z[ recovery-image] Dec 21 05:07:41.165 INFO O| Dec 21 05:07:41.165 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-12-21T05:07:42.023Z[ recovery-image] Dec 21 05:07:41.187 INFO O| Dec 21 05:07:41.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
54442024-12-21T05:07:42.026Z[ recovery-image] Dec 21 05:07:41.188 INFO O| Dec 21 05:07:41.188 INFO STEP 351 (remove_files) COMPLETE
54452024-12-21T05:07:42.026Z[ recovery-image] Dec 21 05:07:41.188 INFO O| Dec 21 05:07:41.188 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-12-21T05:07:42.045Z[ recovery-image] Dec 21 05:07:41.210 INFO O| Dec 21 05:07:41.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54472024-12-21T05:07:42.045Z[ recovery-image] Dec 21 05:07:41.210 INFO O| Dec 21 05:07:41.210 INFO STEP 352 (remove_files) COMPLETE
54482024-12-21T05:07:42.045Z[ recovery-image] Dec 21 05:07:41.210 INFO O| Dec 21 05:07:41.210 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-12-21T05:07:42.067Z[ recovery-image] Dec 21 05:07:41.231 INFO O| Dec 21 05:07:41.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54502024-12-21T05:07:42.067Z[ recovery-image] Dec 21 05:07:41.231 INFO O| Dec 21 05:07:41.231 INFO STEP 353 (remove_files) COMPLETE
54512024-12-21T05:07:42.070Z[ recovery-image] Dec 21 05:07:41.231 INFO O| Dec 21 05:07:41.231 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-12-21T05:07:42.090Z[ recovery-image] Dec 21 05:07:41.254 INFO O| Dec 21 05:07:41.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54532024-12-21T05:07:42.090Z[ recovery-image] Dec 21 05:07:41.254 INFO O| Dec 21 05:07:41.254 INFO STEP 354 (remove_files) COMPLETE
54542024-12-21T05:07:42.090Z[ recovery-image] Dec 21 05:07:41.254 INFO O| Dec 21 05:07:41.254 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-12-21T05:07:42.125Z[ recovery-image] Dec 21 05:07:41.290 INFO O| Dec 21 05:07:41.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54562024-12-21T05:07:42.125Z[ recovery-image] Dec 21 05:07:41.290 INFO O| Dec 21 05:07:41.290 INFO STEP 355 (remove_files) COMPLETE
54572024-12-21T05:07:42.128Z[ recovery-image] Dec 21 05:07:41.290 INFO O| Dec 21 05:07:41.290 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-12-21T05:07:42.148Z[ recovery-image] Dec 21 05:07:41.313 INFO O| Dec 21 05:07:41.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54592024-12-21T05:07:42.148Z[ recovery-image] Dec 21 05:07:41.313 INFO O| Dec 21 05:07:41.313 INFO STEP 356 (remove_files) COMPLETE
54602024-12-21T05:07:42.151Z[ recovery-image] Dec 21 05:07:41.313 INFO O| Dec 21 05:07:41.313 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-12-21T05:07:42.172Z[ recovery-image] Dec 21 05:07:41.336 INFO O| Dec 21 05:07:41.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
54622024-12-21T05:07:42.172Z[ recovery-image] Dec 21 05:07:41.337 INFO O| Dec 21 05:07:41.337 INFO STEP 357 (remove_files) COMPLETE
54632024-12-21T05:07:42.172Z[ recovery-image] Dec 21 05:07:41.337 INFO O| Dec 21 05:07:41.337 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-12-21T05:07:42.404Z[ recovery-image] Dec 21 05:07:41.568 INFO O| Dec 21 05:07:41.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
54652024-12-21T05:07:42.404Z[ recovery-image] Dec 21 05:07:41.568 INFO O| Dec 21 05:07:41.568 INFO STEP 358 (remove_files) COMPLETE
54662024-12-21T05:07:42.404Z[ recovery-image] Dec 21 05:07:41.568 INFO O| Dec 21 05:07:41.568 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-12-21T05:07:42.434Z[ host-image] Dec 21 05:07:41.599 INFO O| Dec 21 05:07:41.599 INFO O| Planning: Solver setup ... Done
54682024-12-21T05:07:42.441Z[ host-image] Dec 21 05:07:41.606 INFO O| Dec 21 05:07:41.606 INFO O| Planning: Running solver ... Done
54692024-12-21T05:07:42.463Z[ recovery-image] Dec 21 05:07:41.626 INFO O| Dec 21 05:07:41.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54702024-12-21T05:07:42.463Z[ recovery-image] Dec 21 05:07:41.626 INFO O| Dec 21 05:07:41.626 INFO STEP 359 (remove_files) COMPLETE
54712024-12-21T05:07:42.463Z[ recovery-image] Dec 21 05:07:41.626 INFO O| Dec 21 05:07:41.626 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-12-21T05:07:42.481Z[ recovery-image] Dec 21 05:07:41.645 INFO O| Dec 21 05:07:41.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54732024-12-21T05:07:42.481Z[ recovery-image] Dec 21 05:07:41.645 INFO O| Dec 21 05:07:41.645 INFO STEP 360 (remove_files) COMPLETE
54742024-12-21T05:07:42.481Z[ recovery-image] Dec 21 05:07:41.645 INFO O| Dec 21 05:07:41.645 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-12-21T05:07:42.501Z[ recovery-image] Dec 21 05:07:41.664 INFO O| Dec 21 05:07:41.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54762024-12-21T05:07:42.501Z[ recovery-image] Dec 21 05:07:41.664 INFO O| Dec 21 05:07:41.664 INFO STEP 361 (remove_files) COMPLETE
54772024-12-21T05:07:42.503Z[ recovery-image] Dec 21 05:07:41.664 INFO O| Dec 21 05:07:41.664 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-12-21T05:07:42.521Z[ recovery-image] Dec 21 05:07:41.684 INFO O| Dec 21 05:07:41.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54792024-12-21T05:07:42.521Z[ recovery-image] Dec 21 05:07:41.684 INFO O| Dec 21 05:07:41.684 INFO STEP 362 (remove_files) COMPLETE
54802024-12-21T05:07:42.521Z[ recovery-image] Dec 21 05:07:41.685 INFO O| Dec 21 05:07:41.684 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-12-21T05:07:42.557Z[ host-image] Dec 21 05:07:41.721 INFO O| Dec 21 05:07:41.721 INFO O| Planning: Finding local manifests ... Done
54822024-12-21T05:07:42.559Z[ host-image] Dec 21 05:07:41.723 INFO O| Dec 21 05:07:41.723 INFO O| Planning: Fetching manifests: 0/5 0% complete
54832024-12-21T05:07:42.609Z[ recovery-image] Dec 21 05:07:41.773 INFO O| Dec 21 05:07:41.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54842024-12-21T05:07:42.609Z[ recovery-image] Dec 21 05:07:41.773 INFO O| Dec 21 05:07:41.773 INFO STEP 363 (remove_files) COMPLETE
54852024-12-21T05:07:42.609Z[ recovery-image] Dec 21 05:07:41.773 INFO O| Dec 21 05:07:41.773 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-12-21T05:07:42.634Z[ recovery-image] Dec 21 05:07:41.798 INFO O| Dec 21 05:07:41.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54872024-12-21T05:07:42.634Z[ recovery-image] Dec 21 05:07:41.798 INFO O| Dec 21 05:07:41.798 INFO STEP 364 (remove_files) COMPLETE
54882024-12-21T05:07:42.634Z[ recovery-image] Dec 21 05:07:41.798 INFO O| Dec 21 05:07:41.798 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-12-21T05:07:42.653Z[ recovery-image] Dec 21 05:07:41.818 INFO O| Dec 21 05:07:41.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54902024-12-21T05:07:42.656Z[ recovery-image] Dec 21 05:07:41.818 INFO O| Dec 21 05:07:41.818 INFO STEP 365 (remove_files) COMPLETE
54912024-12-21T05:07:42.656Z[ recovery-image] Dec 21 05:07:41.818 INFO O| Dec 21 05:07:41.818 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-12-21T05:07:42.672Z[ recovery-image] Dec 21 05:07:41.836 INFO O| Dec 21 05:07:41.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54932024-12-21T05:07:42.672Z[ recovery-image] Dec 21 05:07:41.837 INFO O| Dec 21 05:07:41.837 INFO STEP 366 (remove_files) COMPLETE
54942024-12-21T05:07:42.672Z[ recovery-image] Dec 21 05:07:41.837 INFO O| Dec 21 05:07:41.837 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-12-21T05:07:42.700Z[ recovery-image] Dec 21 05:07:41.864 INFO O| Dec 21 05:07:41.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54962024-12-21T05:07:42.700Z[ recovery-image] Dec 21 05:07:41.864 INFO O| Dec 21 05:07:41.864 INFO STEP 367 (remove_files) COMPLETE
54972024-12-21T05:07:42.702Z[ recovery-image] Dec 21 05:07:41.864 INFO O| Dec 21 05:07:41.864 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-12-21T05:07:42.730Z[ recovery-image] Dec 21 05:07:41.894 INFO O| Dec 21 05:07:41.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54992024-12-21T05:07:42.730Z[ recovery-image] Dec 21 05:07:41.894 INFO O| Dec 21 05:07:41.894 INFO STEP 368 (remove_files) COMPLETE
55002024-12-21T05:07:42.730Z[ recovery-image] Dec 21 05:07:41.894 INFO O| Dec 21 05:07:41.894 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-12-21T05:07:42.751Z[ recovery-image] Dec 21 05:07:41.915 INFO O| Dec 21 05:07:41.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
55022024-12-21T05:07:42.751Z[ recovery-image] Dec 21 05:07:41.915 INFO O| Dec 21 05:07:41.915 INFO STEP 369 (remove_files) COMPLETE
55032024-12-21T05:07:42.754Z[ recovery-image] Dec 21 05:07:41.915 INFO O| Dec 21 05:07:41.915 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-12-21T05:07:42.770Z[ recovery-image] Dec 21 05:07:41.935 INFO O| Dec 21 05:07:41.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
55052024-12-21T05:07:42.773Z[ recovery-image] Dec 21 05:07:41.935 INFO O| Dec 21 05:07:41.935 INFO STEP 370 (remove_files) COMPLETE
55062024-12-21T05:07:42.773Z[ recovery-image] Dec 21 05:07:41.935 INFO O| Dec 21 05:07:41.935 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-12-21T05:07:42.808Z[ recovery-image] Dec 21 05:07:41.972 INFO O| Dec 21 05:07:41.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
55082024-12-21T05:07:42.811Z[ recovery-image] Dec 21 05:07:41.972 INFO O| Dec 21 05:07:41.972 INFO STEP 371 (remove_files) COMPLETE
55092024-12-21T05:07:42.811Z[ recovery-image] Dec 21 05:07:41.973 INFO O| Dec 21 05:07:41.972 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-12-21T05:07:42.839Z[ recovery-image] Dec 21 05:07:42.003 INFO O| Dec 21 05:07:42.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
55112024-12-21T05:07:42.839Z[ recovery-image] Dec 21 05:07:42.003 INFO O| Dec 21 05:07:42.003 INFO STEP 372 (remove_files) COMPLETE
55122024-12-21T05:07:42.842Z[ recovery-image] Dec 21 05:07:42.003 INFO O| Dec 21 05:07:42.003 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-12-21T05:07:42.870Z[ host-image] Dec 21 05:07:42.034 INFO O| Dec 21 05:07:42.034 INFO O| Planning: Fetching manifests: 5/5 100% complete
55142024-12-21T05:07:42.881Z[ recovery-image] Dec 21 05:07:42.045 INFO O| Dec 21 05:07:42.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
55152024-12-21T05:07:42.881Z[ recovery-image] Dec 21 05:07:42.045 INFO O| Dec 21 05:07:42.045 INFO STEP 373 (remove_files) COMPLETE
55162024-12-21T05:07:42.883Z[ recovery-image] Dec 21 05:07:42.045 INFO O| Dec 21 05:07:42.045 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-12-21T05:07:42.919Z[ recovery-image] Dec 21 05:07:42.083 INFO O| Dec 21 05:07:42.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
55182024-12-21T05:07:42.919Z[ recovery-image] Dec 21 05:07:42.083 INFO O| Dec 21 05:07:42.083 INFO STEP 374 (remove_files) COMPLETE
55192024-12-21T05:07:42.919Z[ recovery-image] Dec 21 05:07:42.083 INFO O| Dec 21 05:07:42.083 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-12-21T05:07:42.964Z[ host-image] Dec 21 05:07:42.121 INFO O| Dec 21 05:07:42.121 INFO O| Planning: Package planning ... Done
55212024-12-21T05:07:42.967Z[ host-image] Dec 21 05:07:42.127 INFO O| Dec 21 05:07:42.127 INFO O| Planning: Merging actions ... Done
55222024-12-21T05:07:42.967Z[ recovery-image] Dec 21 05:07:42.129 INFO O| Dec 21 05:07:42.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
55232024-12-21T05:07:42.967Z[ recovery-image] Dec 21 05:07:42.129 INFO O| Dec 21 05:07:42.129 INFO STEP 375 (remove_files) COMPLETE
55242024-12-21T05:07:42.967Z[ recovery-image] Dec 21 05:07:42.129 INFO O| Dec 21 05:07:42.129 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-12-21T05:07:42.996Z[ recovery-image] Dec 21 05:07:42.160 INFO O| Dec 21 05:07:42.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
55262024-12-21T05:07:42.996Z[ recovery-image] Dec 21 05:07:42.160 INFO O| Dec 21 05:07:42.160 INFO STEP 376 (remove_files) COMPLETE
55272024-12-21T05:07:42.996Z[ recovery-image] Dec 21 05:07:42.160 INFO O| Dec 21 05:07:42.160 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-12-21T05:07:43.029Z[ recovery-image] Dec 21 05:07:42.193 INFO O| Dec 21 05:07:42.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
55292024-12-21T05:07:43.029Z[ recovery-image] Dec 21 05:07:42.193 INFO O| Dec 21 05:07:42.193 INFO STEP 377 (remove_files) COMPLETE
55302024-12-21T05:07:43.029Z[ recovery-image] Dec 21 05:07:42.193 INFO O| Dec 21 05:07:42.193 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-12-21T05:07:43.071Z[ recovery-image] Dec 21 05:07:42.235 INFO O| Dec 21 05:07:42.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
55322024-12-21T05:07:43.071Z[ recovery-image] Dec 21 05:07:42.235 INFO O| Dec 21 05:07:42.235 INFO STEP 378 (remove_files) COMPLETE
55332024-12-21T05:07:43.074Z[ recovery-image] Dec 21 05:07:42.236 INFO O| Dec 21 05:07:42.235 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-12-21T05:07:43.090Z[ recovery-image] Dec 21 05:07:42.254 INFO O| Dec 21 05:07:42.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55352024-12-21T05:07:43.092Z[ recovery-image] Dec 21 05:07:42.254 INFO O| Dec 21 05:07:42.254 INFO STEP 379 (remove_files) COMPLETE
55362024-12-21T05:07:43.092Z[ recovery-image] Dec 21 05:07:42.254 INFO O| Dec 21 05:07:42.254 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-12-21T05:07:43.102Z[ host-image] Dec 21 05:07:42.266 INFO O| Dec 21 05:07:42.266 INFO O| Planning: Checking for conflicting actions ... Done
55382024-12-21T05:07:43.109Z[ host-image] Dec 21 05:07:42.274 INFO O| Dec 21 05:07:42.274 INFO O| Planning: Consolidating action changes ... Done
55392024-12-21T05:07:43.126Z[ recovery-image] Dec 21 05:07:42.290 INFO O| Dec 21 05:07:42.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55402024-12-21T05:07:43.128Z[ recovery-image] Dec 21 05:07:42.290 INFO O| Dec 21 05:07:42.290 INFO STEP 380 (remove_files) COMPLETE
55412024-12-21T05:07:43.128Z[ recovery-image] Dec 21 05:07:42.290 INFO O| Dec 21 05:07:42.290 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-12-21T05:07:43.175Z[ recovery-image] Dec 21 05:07:42.339 INFO O| Dec 21 05:07:42.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55432024-12-21T05:07:43.177Z[ recovery-image] Dec 21 05:07:42.339 INFO O| Dec 21 05:07:42.339 INFO STEP 381 (remove_files) COMPLETE
55442024-12-21T05:07:43.177Z[ recovery-image] Dec 21 05:07:42.339 INFO O| Dec 21 05:07:42.339 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-12-21T05:07:43.209Z[ recovery-image] Dec 21 05:07:42.373 INFO O| Dec 21 05:07:42.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55462024-12-21T05:07:43.211Z[ recovery-image] Dec 21 05:07:42.373 INFO O| Dec 21 05:07:42.373 INFO STEP 382 (remove_files) COMPLETE
55472024-12-21T05:07:43.211Z[ recovery-image] Dec 21 05:07:42.373 INFO O| Dec 21 05:07:42.373 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-12-21T05:07:43.232Z[ recovery-image] Dec 21 05:07:42.396 INFO O| Dec 21 05:07:42.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55492024-12-21T05:07:43.232Z[ recovery-image] Dec 21 05:07:42.396 INFO O| Dec 21 05:07:42.396 INFO STEP 383 (remove_files) COMPLETE
55502024-12-21T05:07:43.232Z[ recovery-image] Dec 21 05:07:42.396 INFO O| Dec 21 05:07:42.396 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-12-21T05:07:43.252Z[ recovery-image] Dec 21 05:07:42.416 INFO O| Dec 21 05:07:42.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55522024-12-21T05:07:43.252Z[ recovery-image] Dec 21 05:07:42.416 INFO O| Dec 21 05:07:42.416 INFO STEP 384 (remove_files) COMPLETE
55532024-12-21T05:07:43.255Z[ recovery-image] Dec 21 05:07:42.416 INFO O| Dec 21 05:07:42.416 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-12-21T05:07:43.270Z[ recovery-image] Dec 21 05:07:42.434 INFO O| Dec 21 05:07:42.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55552024-12-21T05:07:43.270Z[ recovery-image] Dec 21 05:07:42.434 INFO O| Dec 21 05:07:42.434 INFO STEP 385 (remove_files) COMPLETE
55562024-12-21T05:07:43.270Z[ recovery-image] Dec 21 05:07:42.434 INFO O| Dec 21 05:07:42.434 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-12-21T05:07:43.286Z[ recovery-image] Dec 21 05:07:42.450 INFO O| Dec 21 05:07:42.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55582024-12-21T05:07:43.286Z[ recovery-image] Dec 21 05:07:42.450 INFO O| Dec 21 05:07:42.450 INFO STEP 386 (remove_files) COMPLETE
55592024-12-21T05:07:43.289Z[ recovery-image] Dec 21 05:07:42.450 INFO O| Dec 21 05:07:42.450 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-12-21T05:07:43.304Z[ recovery-image] Dec 21 05:07:42.468 INFO O| Dec 21 05:07:42.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55612024-12-21T05:07:43.304Z[ recovery-image] Dec 21 05:07:42.468 INFO O| Dec 21 05:07:42.468 INFO STEP 387 (remove_files) COMPLETE
55622024-12-21T05:07:43.304Z[ recovery-image] Dec 21 05:07:42.468 INFO O| Dec 21 05:07:42.468 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-12-21T05:07:43.323Z[ recovery-image] Dec 21 05:07:42.488 INFO O| Dec 21 05:07:42.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55642024-12-21T05:07:43.325Z[ recovery-image] Dec 21 05:07:42.488 INFO O| Dec 21 05:07:42.488 INFO STEP 388 (remove_files) COMPLETE
55652024-12-21T05:07:43.325Z[ recovery-image] Dec 21 05:07:42.488 INFO O| Dec 21 05:07:42.488 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-12-21T05:07:43.351Z[ recovery-image] Dec 21 05:07:42.515 INFO O| Dec 21 05:07:42.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55672024-12-21T05:07:43.351Z[ recovery-image] Dec 21 05:07:42.515 INFO O| Dec 21 05:07:42.515 INFO STEP 389 (remove_files) COMPLETE
55682024-12-21T05:07:43.351Z[ recovery-image] Dec 21 05:07:42.515 INFO O| Dec 21 05:07:42.515 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-12-21T05:07:43.373Z[ recovery-image] Dec 21 05:07:42.535 INFO O| Dec 21 05:07:42.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55702024-12-21T05:07:43.374Z[ recovery-image] Dec 21 05:07:42.535 INFO O| Dec 21 05:07:42.535 INFO STEP 390 (remove_files) COMPLETE
55712024-12-21T05:07:43.374Z[ recovery-image] Dec 21 05:07:42.535 INFO O| Dec 21 05:07:42.535 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-12-21T05:07:43.440Z[ recovery-image] Dec 21 05:07:42.604 INFO O| Dec 21 05:07:42.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55732024-12-21T05:07:43.443Z[ recovery-image] Dec 21 05:07:42.605 INFO O| Dec 21 05:07:42.605 INFO STEP 391 (remove_files) COMPLETE
55742024-12-21T05:07:43.443Z[ recovery-image] Dec 21 05:07:42.605 INFO O| Dec 21 05:07:42.605 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-12-21T05:07:43.460Z[ recovery-image] Dec 21 05:07:42.624 INFO O| Dec 21 05:07:42.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55762024-12-21T05:07:43.463Z[ recovery-image] Dec 21 05:07:42.624 INFO O| Dec 21 05:07:42.624 INFO STEP 392 (remove_files) COMPLETE
55772024-12-21T05:07:43.463Z[ recovery-image] Dec 21 05:07:42.624 INFO O| Dec 21 05:07:42.624 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-12-21T05:07:43.496Z[ recovery-image] Dec 21 05:07:42.659 INFO O| Dec 21 05:07:42.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55792024-12-21T05:07:43.496Z[ recovery-image] Dec 21 05:07:42.659 INFO O| Dec 21 05:07:42.659 INFO STEP 393 (remove_files) COMPLETE
55802024-12-21T05:07:43.496Z[ recovery-image] Dec 21 05:07:42.659 INFO O| Dec 21 05:07:42.659 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-12-21T05:07:43.551Z[ recovery-image] Dec 21 05:07:42.715 INFO O| Dec 21 05:07:42.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55822024-12-21T05:07:43.552Z[ recovery-image] Dec 21 05:07:42.715 INFO O| Dec 21 05:07:42.715 INFO STEP 394 (remove_files) COMPLETE
55832024-12-21T05:07:43.554Z[ recovery-image] Dec 21 05:07:42.715 INFO O| Dec 21 05:07:42.715 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-12-21T05:07:43.585Z[ recovery-image] Dec 21 05:07:42.749 INFO O| Dec 21 05:07:42.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55852024-12-21T05:07:43.585Z[ recovery-image] Dec 21 05:07:42.749 INFO O| Dec 21 05:07:42.749 INFO STEP 395 (remove_files) COMPLETE
55862024-12-21T05:07:43.586Z[ recovery-image] Dec 21 05:07:42.749 INFO O| Dec 21 05:07:42.749 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-12-21T05:07:43.589Z[ host-image] Dec 21 05:07:42.750 INFO O| Dec 21 05:07:42.750 INFO O| Planning: Evaluating mediators ... Done
55882024-12-21T05:07:43.589Z[ host-image] Dec 21 05:07:42.753 INFO O| Dec 21 05:07:42.753 INFO O| Planning: Planning completed in 6.11 seconds
55892024-12-21T05:07:43.593Z[ host-image] Dec 21 05:07:42.756 INFO O| Dec 21 05:07:42.755 INFO O| Packages to install: 5
55902024-12-21T05:07:43.593Z[ host-image] Dec 21 05:07:42.756 INFO O| Dec 21 05:07:42.756 INFO O| Services to change: 2
55912024-12-21T05:07:43.607Z[ recovery-image] Dec 21 05:07:42.769 INFO O| Dec 21 05:07:42.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55922024-12-21T05:07:43.607Z[ recovery-image] Dec 21 05:07:42.769 INFO O| Dec 21 05:07:42.769 INFO STEP 396 (remove_files) COMPLETE
55932024-12-21T05:07:43.611Z[ recovery-image] Dec 21 05:07:42.769 INFO O| Dec 21 05:07:42.769 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-12-21T05:07:43.616Z[ host-image] Dec 21 05:07:42.776 INFO O| Dec 21 05:07:42.776 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
55952024-12-21T05:07:43.626Z[ recovery-image] Dec 21 05:07:42.789 INFO O| Dec 21 05:07:42.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55962024-12-21T05:07:43.626Z[ recovery-image] Dec 21 05:07:42.789 INFO O| Dec 21 05:07:42.789 INFO STEP 397 (remove_files) COMPLETE
55972024-12-21T05:07:43.626Z[ recovery-image] Dec 21 05:07:42.789 INFO O| Dec 21 05:07:42.789 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-12-21T05:07:43.643Z[ recovery-image] Dec 21 05:07:42.807 INFO O| Dec 21 05:07:42.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55992024-12-21T05:07:43.643Z[ recovery-image] Dec 21 05:07:42.807 INFO O| Dec 21 05:07:42.807 INFO STEP 398 (remove_files) COMPLETE
56002024-12-21T05:07:43.646Z[ recovery-image] Dec 21 05:07:42.808 INFO O| Dec 21 05:07:42.807 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-12-21T05:07:43.662Z[ recovery-image] Dec 21 05:07:42.826 INFO O| Dec 21 05:07:42.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
56022024-12-21T05:07:43.662Z[ recovery-image] Dec 21 05:07:42.826 INFO O| Dec 21 05:07:42.826 INFO STEP 399 (remove_files) COMPLETE
56032024-12-21T05:07:43.665Z[ recovery-image] Dec 21 05:07:42.827 INFO O| Dec 21 05:07:42.826 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-12-21T05:07:43.685Z[ recovery-image] Dec 21 05:07:42.849 INFO O| Dec 21 05:07:42.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
56052024-12-21T05:07:43.685Z[ recovery-image] Dec 21 05:07:42.849 INFO O| Dec 21 05:07:42.849 INFO STEP 400 (remove_files) COMPLETE
56062024-12-21T05:07:43.688Z[ recovery-image] Dec 21 05:07:42.849 INFO O| Dec 21 05:07:42.849 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-12-21T05:07:43.703Z[ recovery-image] Dec 21 05:07:42.867 INFO O| Dec 21 05:07:42.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
56082024-12-21T05:07:43.703Z[ recovery-image] Dec 21 05:07:42.867 INFO O| Dec 21 05:07:42.867 INFO STEP 401 (remove_files) COMPLETE
56092024-12-21T05:07:43.703Z[ recovery-image] Dec 21 05:07:42.867 INFO O| Dec 21 05:07:42.867 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-12-21T05:07:43.723Z[ recovery-image] Dec 21 05:07:42.887 INFO O| Dec 21 05:07:42.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
56112024-12-21T05:07:43.723Z[ recovery-image] Dec 21 05:07:42.887 INFO O| Dec 21 05:07:42.887 INFO STEP 402 (remove_files) COMPLETE
56122024-12-21T05:07:43.725Z[ recovery-image] Dec 21 05:07:42.887 INFO O| Dec 21 05:07:42.887 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-12-21T05:07:43.761Z[ recovery-image] Dec 21 05:07:42.925 INFO O| Dec 21 05:07:42.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
56142024-12-21T05:07:43.761Z[ recovery-image] Dec 21 05:07:42.925 INFO O| Dec 21 05:07:42.925 INFO STEP 403 (remove_files) COMPLETE
56152024-12-21T05:07:43.761Z[ recovery-image] Dec 21 05:07:42.925 INFO O| Dec 21 05:07:42.925 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-12-21T05:07:43.780Z[ recovery-image] Dec 21 05:07:42.944 INFO O| Dec 21 05:07:42.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
56172024-12-21T05:07:43.780Z[ recovery-image] Dec 21 05:07:42.944 INFO O| Dec 21 05:07:42.944 INFO STEP 404 (remove_files) COMPLETE
56182024-12-21T05:07:43.780Z[ recovery-image] Dec 21 05:07:42.944 INFO O| Dec 21 05:07:42.944 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-12-21T05:07:43.798Z[ recovery-image] Dec 21 05:07:42.962 INFO O| Dec 21 05:07:42.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
56202024-12-21T05:07:43.798Z[ recovery-image] Dec 21 05:07:42.962 INFO O| Dec 21 05:07:42.962 INFO STEP 405 (remove_files) COMPLETE
56212024-12-21T05:07:43.798Z[ recovery-image] Dec 21 05:07:42.962 INFO O| Dec 21 05:07:42.962 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-12-21T05:07:43.817Z[ recovery-image] Dec 21 05:07:42.980 INFO O| Dec 21 05:07:42.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
56232024-12-21T05:07:43.817Z[ recovery-image] Dec 21 05:07:42.981 INFO O| Dec 21 05:07:42.980 INFO STEP 406 (remove_files) COMPLETE
56242024-12-21T05:07:43.817Z[ recovery-image] Dec 21 05:07:42.981 INFO O| Dec 21 05:07:42.981 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-12-21T05:07:43.837Z[ recovery-image] Dec 21 05:07:43.000 INFO O| Dec 21 05:07:43.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
56262024-12-21T05:07:43.838Z[ recovery-image] Dec 21 05:07:43.001 INFO O| Dec 21 05:07:43.001 INFO STEP 407 (remove_files) COMPLETE
56272024-12-21T05:07:43.838Z[ recovery-image] Dec 21 05:07:43.001 INFO O| Dec 21 05:07:43.001 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-12-21T05:07:43.858Z[ recovery-image] Dec 21 05:07:43.021 INFO O| Dec 21 05:07:43.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
56292024-12-21T05:07:43.858Z[ recovery-image] Dec 21 05:07:43.021 INFO O| Dec 21 05:07:43.021 INFO STEP 408 (remove_files) COMPLETE
56302024-12-21T05:07:43.858Z[ recovery-image] Dec 21 05:07:43.021 INFO O| Dec 21 05:07:43.021 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-12-21T05:07:43.878Z[ recovery-image] Dec 21 05:07:43.041 INFO O| Dec 21 05:07:43.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
56322024-12-21T05:07:43.878Z[ recovery-image] Dec 21 05:07:43.042 INFO O| Dec 21 05:07:43.041 INFO STEP 409 (remove_files) COMPLETE
56332024-12-21T05:07:43.878Z[ recovery-image] Dec 21 05:07:43.042 INFO O| Dec 21 05:07:43.042 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-12-21T05:07:43.905Z[ recovery-image] Dec 21 05:07:43.069 INFO O| Dec 21 05:07:43.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
56352024-12-21T05:07:43.906Z[ recovery-image] Dec 21 05:07:43.070 INFO O| Dec 21 05:07:43.069 INFO STEP 410 (remove_files) COMPLETE
56362024-12-21T05:07:43.906Z[ recovery-image] Dec 21 05:07:43.070 INFO O| Dec 21 05:07:43.070 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-12-21T05:07:43.932Z[ recovery-image] Dec 21 05:07:43.095 INFO O| Dec 21 05:07:43.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
56382024-12-21T05:07:43.932Z[ recovery-image] Dec 21 05:07:43.095 INFO O| Dec 21 05:07:43.095 INFO STEP 411 (remove_files) COMPLETE
56392024-12-21T05:07:43.932Z[ recovery-image] Dec 21 05:07:43.096 INFO O| Dec 21 05:07:43.095 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-12-21T05:07:43.957Z[ recovery-image] Dec 21 05:07:43.120 INFO O| Dec 21 05:07:43.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56412024-12-21T05:07:43.957Z[ recovery-image] Dec 21 05:07:43.120 INFO O| Dec 21 05:07:43.120 INFO STEP 412 (remove_files) COMPLETE
56422024-12-21T05:07:43.958Z[ recovery-image] Dec 21 05:07:43.120 INFO O| Dec 21 05:07:43.120 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-12-21T05:07:43.982Z[ recovery-image] Dec 21 05:07:43.145 INFO O| Dec 21 05:07:43.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56442024-12-21T05:07:43.986Z[ recovery-image] Dec 21 05:07:43.145 INFO O| Dec 21 05:07:43.145 INFO STEP 413 (remove_files) COMPLETE
56452024-12-21T05:07:43.986Z[ recovery-image] Dec 21 05:07:43.145 INFO O| Dec 21 05:07:43.145 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-12-21T05:07:44.012Z[ recovery-image] Dec 21 05:07:43.174 INFO O| Dec 21 05:07:43.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56472024-12-21T05:07:44.012Z[ recovery-image] Dec 21 05:07:43.174 INFO O| Dec 21 05:07:43.174 INFO STEP 414 (remove_files) COMPLETE
56482024-12-21T05:07:44.012Z[ recovery-image] Dec 21 05:07:43.174 INFO O| Dec 21 05:07:43.174 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-12-21T05:07:44.030Z[ recovery-image] Dec 21 05:07:43.193 INFO O| Dec 21 05:07:43.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56502024-12-21T05:07:44.030Z[ recovery-image] Dec 21 05:07:43.194 INFO O| Dec 21 05:07:43.193 INFO STEP 415 (remove_files) COMPLETE
56512024-12-21T05:07:44.030Z[ recovery-image] Dec 21 05:07:43.194 INFO O| Dec 21 05:07:43.193 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-12-21T05:07:44.048Z[ recovery-image] Dec 21 05:07:43.212 INFO O| Dec 21 05:07:43.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56532024-12-21T05:07:44.048Z[ recovery-image] Dec 21 05:07:43.212 INFO O| Dec 21 05:07:43.212 INFO STEP 416 (remove_files) COMPLETE
56542024-12-21T05:07:44.051Z[ recovery-image] Dec 21 05:07:43.212 INFO O| Dec 21 05:07:43.212 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-12-21T05:07:44.089Z[ recovery-image] Dec 21 05:07:43.252 INFO O| Dec 21 05:07:43.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56562024-12-21T05:07:44.090Z[ recovery-image] Dec 21 05:07:43.252 INFO O| Dec 21 05:07:43.252 INFO STEP 417 (remove_files) COMPLETE
56572024-12-21T05:07:44.093Z[ recovery-image] Dec 21 05:07:43.252 INFO O| Dec 21 05:07:43.252 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-12-21T05:07:44.111Z[ recovery-image] Dec 21 05:07:43.274 INFO O| Dec 21 05:07:43.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56592024-12-21T05:07:44.111Z[ recovery-image] Dec 21 05:07:43.274 INFO O| Dec 21 05:07:43.274 INFO STEP 418 (remove_files) COMPLETE
56602024-12-21T05:07:44.111Z[ recovery-image] Dec 21 05:07:43.274 INFO O| Dec 21 05:07:43.274 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-12-21T05:07:44.131Z[ recovery-image] Dec 21 05:07:43.293 INFO O| Dec 21 05:07:43.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56622024-12-21T05:07:44.131Z[ recovery-image] Dec 21 05:07:43.293 INFO O| Dec 21 05:07:43.293 INFO STEP 419 (remove_files) COMPLETE
56632024-12-21T05:07:44.135Z[ recovery-image] Dec 21 05:07:43.293 INFO O| Dec 21 05:07:43.293 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-12-21T05:07:44.148Z[ recovery-image] Dec 21 05:07:43.312 INFO O| Dec 21 05:07:43.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56652024-12-21T05:07:44.148Z[ recovery-image] Dec 21 05:07:43.312 INFO O| Dec 21 05:07:43.312 INFO STEP 420 (remove_files) COMPLETE
56662024-12-21T05:07:44.148Z[ recovery-image] Dec 21 05:07:43.312 INFO O| Dec 21 05:07:43.312 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-12-21T05:07:44.168Z[ recovery-image] Dec 21 05:07:43.331 INFO O| Dec 21 05:07:43.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56682024-12-21T05:07:44.169Z[ recovery-image] Dec 21 05:07:43.331 INFO O| Dec 21 05:07:43.331 INFO STEP 421 (remove_files) COMPLETE
56692024-12-21T05:07:44.173Z[ recovery-image] Dec 21 05:07:43.331 INFO O| Dec 21 05:07:43.331 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-12-21T05:07:44.188Z[ recovery-image] Dec 21 05:07:43.353 INFO O| Dec 21 05:07:43.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56712024-12-21T05:07:44.188Z[ recovery-image] Dec 21 05:07:43.353 INFO O| Dec 21 05:07:43.353 INFO STEP 422 (remove_files) COMPLETE
56722024-12-21T05:07:44.191Z[ recovery-image] Dec 21 05:07:43.353 INFO O| Dec 21 05:07:43.353 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-12-21T05:07:44.207Z[ recovery-image] Dec 21 05:07:43.371 INFO O| Dec 21 05:07:43.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56742024-12-21T05:07:44.207Z[ recovery-image] Dec 21 05:07:43.372 INFO O| Dec 21 05:07:43.371 INFO STEP 423 (remove_files) COMPLETE
56752024-12-21T05:07:44.210Z[ recovery-image] Dec 21 05:07:43.372 INFO O| Dec 21 05:07:43.371 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-12-21T05:07:44.311Z[ recovery-image] Dec 21 05:07:43.474 INFO O| Dec 21 05:07:43.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56772024-12-21T05:07:44.315Z[ recovery-image] Dec 21 05:07:43.475 INFO O| Dec 21 05:07:43.474 INFO STEP 424 (remove_files) COMPLETE
56782024-12-21T05:07:44.315Z[ recovery-image] Dec 21 05:07:43.475 INFO O| Dec 21 05:07:43.475 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-12-21T05:07:44.333Z[ recovery-image] Dec 21 05:07:43.494 INFO O| Dec 21 05:07:43.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56802024-12-21T05:07:44.333Z[ recovery-image] Dec 21 05:07:43.495 INFO O| Dec 21 05:07:43.495 INFO STEP 425 (remove_files) COMPLETE
56812024-12-21T05:07:44.333Z[ recovery-image] Dec 21 05:07:43.495 INFO O| Dec 21 05:07:43.495 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-12-21T05:07:44.364Z[ recovery-image] Dec 21 05:07:43.526 INFO O| Dec 21 05:07:43.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56832024-12-21T05:07:44.364Z[ recovery-image] Dec 21 05:07:43.526 INFO O| Dec 21 05:07:43.526 INFO STEP 426 (remove_files) COMPLETE
56842024-12-21T05:07:44.364Z[ recovery-image] Dec 21 05:07:43.526 INFO O| Dec 21 05:07:43.526 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-12-21T05:07:44.381Z[ recovery-image] Dec 21 05:07:43.545 INFO O| Dec 21 05:07:43.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56862024-12-21T05:07:44.381Z[ recovery-image] Dec 21 05:07:43.545 INFO O| Dec 21 05:07:43.545 INFO STEP 427 (remove_files) COMPLETE
56872024-12-21T05:07:44.384Z[ recovery-image] Dec 21 05:07:43.545 INFO O| Dec 21 05:07:43.545 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-12-21T05:07:44.401Z[ recovery-image] Dec 21 05:07:43.563 INFO O| Dec 21 05:07:43.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56892024-12-21T05:07:44.401Z[ recovery-image] Dec 21 05:07:43.563 INFO O| Dec 21 05:07:43.563 INFO STEP 428 (remove_files) COMPLETE
56902024-12-21T05:07:44.402Z[ recovery-image] Dec 21 05:07:43.563 INFO O| Dec 21 05:07:43.563 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-12-21T05:07:44.419Z[ recovery-image] Dec 21 05:07:43.582 INFO O| Dec 21 05:07:43.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56922024-12-21T05:07:44.419Z[ recovery-image] Dec 21 05:07:43.582 INFO O| Dec 21 05:07:43.582 INFO STEP 429 (remove_files) COMPLETE
56932024-12-21T05:07:44.419Z[ recovery-image] Dec 21 05:07:43.582 INFO O| Dec 21 05:07:43.582 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-12-21T05:07:44.437Z[ recovery-image] Dec 21 05:07:43.601 INFO O| Dec 21 05:07:43.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56952024-12-21T05:07:44.437Z[ recovery-image] Dec 21 05:07:43.601 INFO O| Dec 21 05:07:43.601 INFO STEP 430 (remove_files) COMPLETE
56962024-12-21T05:07:44.440Z[ recovery-image] Dec 21 05:07:43.601 INFO O| Dec 21 05:07:43.601 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-12-21T05:07:44.460Z[ recovery-image] Dec 21 05:07:43.623 INFO O| Dec 21 05:07:43.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56982024-12-21T05:07:44.461Z[ recovery-image] Dec 21 05:07:43.623 INFO O| Dec 21 05:07:43.623 INFO STEP 431 (remove_files) COMPLETE
56992024-12-21T05:07:44.461Z[ recovery-image] Dec 21 05:07:43.623 INFO O| Dec 21 05:07:43.623 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-12-21T05:07:44.478Z[ recovery-image] Dec 21 05:07:43.642 INFO O| Dec 21 05:07:43.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
57012024-12-21T05:07:44.479Z[ recovery-image] Dec 21 05:07:43.642 INFO O| Dec 21 05:07:43.642 INFO STEP 432 (remove_files) COMPLETE
57022024-12-21T05:07:44.479Z[ recovery-image] Dec 21 05:07:43.642 INFO O| Dec 21 05:07:43.642 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-12-21T05:07:44.497Z[ recovery-image] Dec 21 05:07:43.660 INFO O| Dec 21 05:07:43.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
57042024-12-21T05:07:44.497Z[ recovery-image] Dec 21 05:07:43.661 INFO O| Dec 21 05:07:43.660 INFO STEP 433 (remove_files) COMPLETE
57052024-12-21T05:07:44.497Z[ recovery-image] Dec 21 05:07:43.661 INFO O| Dec 21 05:07:43.661 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-12-21T05:07:44.515Z[ recovery-image] Dec 21 05:07:43.679 INFO O| Dec 21 05:07:43.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
57072024-12-21T05:07:44.515Z[ recovery-image] Dec 21 05:07:43.679 INFO O| Dec 21 05:07:43.679 INFO STEP 434 (remove_files) COMPLETE
57082024-12-21T05:07:44.515Z[ recovery-image] Dec 21 05:07:43.679 INFO O| Dec 21 05:07:43.679 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-12-21T05:07:44.534Z[ recovery-image] Dec 21 05:07:43.697 INFO O| Dec 21 05:07:43.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
57102024-12-21T05:07:44.537Z[ recovery-image] Dec 21 05:07:43.697 INFO O| Dec 21 05:07:43.697 INFO STEP 435 (remove_files) COMPLETE
57112024-12-21T05:07:44.537Z[ recovery-image] Dec 21 05:07:43.697 INFO O| Dec 21 05:07:43.697 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-12-21T05:07:44.552Z[ recovery-image] Dec 21 05:07:43.716 INFO O| Dec 21 05:07:43.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
57132024-12-21T05:07:44.553Z[ recovery-image] Dec 21 05:07:43.716 INFO O| Dec 21 05:07:43.716 INFO STEP 436 (remove_files) COMPLETE
57142024-12-21T05:07:44.553Z[ recovery-image] Dec 21 05:07:43.716 INFO O| Dec 21 05:07:43.716 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-12-21T05:07:44.590Z[ recovery-image] Dec 21 05:07:43.754 INFO O| Dec 21 05:07:43.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
57162024-12-21T05:07:44.590Z[ recovery-image] Dec 21 05:07:43.754 INFO O| Dec 21 05:07:43.754 INFO STEP 437 (remove_files) COMPLETE
57172024-12-21T05:07:44.590Z[ recovery-image] Dec 21 05:07:43.754 INFO O| Dec 21 05:07:43.754 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-12-21T05:07:44.653Z[ recovery-image] Dec 21 05:07:43.816 INFO O| Dec 21 05:07:43.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
57192024-12-21T05:07:44.653Z[ recovery-image] Dec 21 05:07:43.816 INFO O| Dec 21 05:07:43.816 INFO STEP 438 (remove_files) COMPLETE
57202024-12-21T05:07:44.656Z[ recovery-image] Dec 21 05:07:43.816 INFO O| Dec 21 05:07:43.816 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-12-21T05:07:44.672Z[ recovery-image] Dec 21 05:07:43.837 INFO O| Dec 21 05:07:43.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
57222024-12-21T05:07:44.673Z[ recovery-image] Dec 21 05:07:43.837 INFO O| Dec 21 05:07:43.837 INFO STEP 439 (remove_files) COMPLETE
57232024-12-21T05:07:44.673Z[ recovery-image] Dec 21 05:07:43.837 INFO O| Dec 21 05:07:43.837 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-12-21T05:07:44.707Z[ recovery-image] Dec 21 05:07:43.870 INFO O| Dec 21 05:07:43.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
57252024-12-21T05:07:44.707Z[ recovery-image] Dec 21 05:07:43.870 INFO O| Dec 21 05:07:43.870 INFO STEP 440 (remove_files) COMPLETE
57262024-12-21T05:07:44.707Z[ recovery-image] Dec 21 05:07:43.870 INFO O| Dec 21 05:07:43.870 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-12-21T05:07:44.755Z[ host-image] Dec 21 05:07:43.919 INFO O| Dec 21 05:07:43.919 INFO O| Download: Completed 1.45 MB in 1.14 seconds (1.3M/s)
57282024-12-21T05:07:44.817Z[ recovery-image] Dec 21 05:07:43.981 INFO O| Dec 21 05:07:43.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
57292024-12-21T05:07:44.817Z[ recovery-image] Dec 21 05:07:43.981 INFO O| Dec 21 05:07:43.981 INFO STEP 441 (remove_files) COMPLETE
57302024-12-21T05:07:44.819Z[ recovery-image] Dec 21 05:07:43.981 INFO O| Dec 21 05:07:43.981 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-12-21T05:07:44.850Z[ recovery-image] Dec 21 05:07:44.014 INFO O| Dec 21 05:07:44.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
57322024-12-21T05:07:44.850Z[ recovery-image] Dec 21 05:07:44.014 INFO O| Dec 21 05:07:44.014 INFO STEP 442 (remove_files) COMPLETE
57332024-12-21T05:07:44.853Z[ recovery-image] Dec 21 05:07:44.014 INFO O| Dec 21 05:07:44.014 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-12-21T05:07:44.862Z[ host-image] Dec 21 05:07:44.026 INFO O| Dec 21 05:07:44.026 INFO O| Actions: 1/305 actions (Installing new actions)
57352024-12-21T05:07:44.888Z[ recovery-image] Dec 21 05:07:44.052 INFO O| Dec 21 05:07:44.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
57362024-12-21T05:07:44.917Z[ recovery-image] Dec 21 05:07:44.079 INFO O| Dec 21 05:07:44.079 INFO STEP 443 (remove_files) COMPLETE
57372024-12-21T05:07:44.917Z[ recovery-image] Dec 21 05:07:44.079 INFO O| Dec 21 05:07:44.079 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-12-21T05:07:44.955Z[ recovery-image] Dec 21 05:07:44.118 INFO O| Dec 21 05:07:44.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
57392024-12-21T05:07:44.955Z[ recovery-image] Dec 21 05:07:44.118 INFO O| Dec 21 05:07:44.118 INFO STEP 444 (remove_files) COMPLETE
57402024-12-21T05:07:44.955Z[ recovery-image] Dec 21 05:07:44.118 INFO O| Dec 21 05:07:44.118 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-12-21T05:07:44.975Z[ recovery-image] Dec 21 05:07:44.139 INFO O| Dec 21 05:07:44.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57422024-12-21T05:07:44.976Z[ recovery-image] Dec 21 05:07:44.139 INFO O| Dec 21 05:07:44.139 INFO STEP 445 (remove_files) COMPLETE
57432024-12-21T05:07:44.976Z[ recovery-image] Dec 21 05:07:44.139 INFO O| Dec 21 05:07:44.139 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-12-21T05:07:45.011Z[ recovery-image] Dec 21 05:07:44.174 INFO O| Dec 21 05:07:44.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
57452024-12-21T05:07:45.011Z[ recovery-image] Dec 21 05:07:44.174 INFO O| Dec 21 05:07:44.174 INFO STEP 446 (remove_files) COMPLETE
57462024-12-21T05:07:45.011Z[ recovery-image] Dec 21 05:07:44.174 INFO O| Dec 21 05:07:44.174 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-12-21T05:07:45.033Z[ recovery-image] Dec 21 05:07:44.196 INFO O| Dec 21 05:07:44.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57482024-12-21T05:07:45.037Z[ recovery-image] Dec 21 05:07:44.197 INFO O| Dec 21 05:07:44.197 INFO STEP 447 (remove_files) COMPLETE
57492024-12-21T05:07:45.037Z[ recovery-image] Dec 21 05:07:44.197 INFO O| Dec 21 05:07:44.197 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-12-21T05:07:45.054Z[ host-image] Dec 21 05:07:44.212 INFO O| Dec 21 05:07:44.212 INFO O| Actions: Completed 305 actions in 0.19 seconds.
57512024-12-21T05:07:45.098Z[ recovery-image] Dec 21 05:07:44.262 INFO O| Dec 21 05:07:44.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57522024-12-21T05:07:45.098Z[ recovery-image] Dec 21 05:07:44.262 INFO O| Dec 21 05:07:44.262 INFO STEP 448 (remove_files) COMPLETE
57532024-12-21T05:07:45.101Z[ recovery-image] Dec 21 05:07:44.262 INFO O| Dec 21 05:07:44.262 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-12-21T05:07:45.135Z[ recovery-image] Dec 21 05:07:44.299 INFO O| Dec 21 05:07:44.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57552024-12-21T05:07:45.136Z[ recovery-image] Dec 21 05:07:44.299 INFO O| Dec 21 05:07:44.299 INFO STEP 449 (remove_files) COMPLETE
57562024-12-21T05:07:45.138Z[ recovery-image] Dec 21 05:07:44.299 INFO O| Dec 21 05:07:44.299 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-12-21T05:07:45.159Z[ recovery-image] Dec 21 05:07:44.322 INFO O| Dec 21 05:07:44.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57582024-12-21T05:07:45.159Z[ recovery-image] Dec 21 05:07:44.322 INFO O| Dec 21 05:07:44.322 INFO STEP 450 (remove_files) COMPLETE
57592024-12-21T05:07:45.163Z[ recovery-image] Dec 21 05:07:44.322 INFO O| Dec 21 05:07:44.322 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-12-21T05:07:45.183Z[ recovery-image] Dec 21 05:07:44.346 INFO O| Dec 21 05:07:44.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57612024-12-21T05:07:45.183Z[ recovery-image] Dec 21 05:07:44.346 INFO O| Dec 21 05:07:44.346 INFO STEP 451 (remove_files) COMPLETE
57622024-12-21T05:07:45.183Z[ recovery-image] Dec 21 05:07:44.346 INFO O| Dec 21 05:07:44.346 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-12-21T05:07:45.205Z[ recovery-image] Dec 21 05:07:44.368 INFO O| Dec 21 05:07:44.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57642024-12-21T05:07:45.205Z[ recovery-image] Dec 21 05:07:44.369 INFO O| Dec 21 05:07:44.369 INFO STEP 452 (remove_files) COMPLETE
57652024-12-21T05:07:45.205Z[ recovery-image] Dec 21 05:07:44.369 INFO O| Dec 21 05:07:44.369 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-12-21T05:07:45.225Z[ recovery-image] Dec 21 05:07:44.389 INFO O| Dec 21 05:07:44.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57672024-12-21T05:07:45.225Z[ recovery-image] Dec 21 05:07:44.389 INFO O| Dec 21 05:07:44.389 INFO STEP 453 (remove_files) COMPLETE
57682024-12-21T05:07:45.228Z[ recovery-image] Dec 21 05:07:44.389 INFO O| Dec 21 05:07:44.389 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-12-21T05:07:45.282Z[ recovery-image] Dec 21 05:07:44.444 INFO O| Dec 21 05:07:44.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57702024-12-21T05:07:45.282Z[ recovery-image] Dec 21 05:07:44.444 INFO O| Dec 21 05:07:44.444 INFO STEP 454 (remove_files) COMPLETE
57712024-12-21T05:07:45.282Z[ recovery-image] Dec 21 05:07:44.444 INFO O| Dec 21 05:07:44.444 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-12-21T05:07:45.300Z[ recovery-image] Dec 21 05:07:44.463 INFO O| Dec 21 05:07:44.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57732024-12-21T05:07:45.300Z[ recovery-image] Dec 21 05:07:44.463 INFO O| Dec 21 05:07:44.463 INFO STEP 455 (remove_files) COMPLETE
57742024-12-21T05:07:45.300Z[ recovery-image] Dec 21 05:07:44.463 INFO O| Dec 21 05:07:44.463 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-12-21T05:07:45.321Z[ recovery-image] Dec 21 05:07:44.481 INFO O| Dec 21 05:07:44.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57762024-12-21T05:07:45.321Z[ recovery-image] Dec 21 05:07:44.481 INFO O| Dec 21 05:07:44.481 INFO STEP 456 (remove_files) COMPLETE
57772024-12-21T05:07:45.321Z[ recovery-image] Dec 21 05:07:44.482 INFO O| Dec 21 05:07:44.481 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-12-21T05:07:45.338Z[ recovery-image] Dec 21 05:07:44.501 INFO O| Dec 21 05:07:44.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57792024-12-21T05:07:45.338Z[ recovery-image] Dec 21 05:07:44.501 INFO O| Dec 21 05:07:44.501 INFO STEP 457 (remove_files) COMPLETE
57802024-12-21T05:07:45.352Z[ recovery-image] Dec 21 05:07:44.501 INFO O| Dec 21 05:07:44.501 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-12-21T05:07:45.366Z[ recovery-image] Dec 21 05:07:44.521 INFO O| Dec 21 05:07:44.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57822024-12-21T05:07:45.366Z[ recovery-image] Dec 21 05:07:44.521 INFO O| Dec 21 05:07:44.521 INFO STEP 458 (remove_files) COMPLETE
57832024-12-21T05:07:45.366Z[ recovery-image] Dec 21 05:07:44.521 INFO O| Dec 21 05:07:44.521 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-12-21T05:07:45.417Z[ recovery-image] Dec 21 05:07:44.580 INFO O| Dec 21 05:07:44.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57852024-12-21T05:07:45.417Z[ recovery-image] Dec 21 05:07:44.580 INFO O| Dec 21 05:07:44.580 INFO STEP 459 (remove_files) COMPLETE
57862024-12-21T05:07:45.417Z[ recovery-image] Dec 21 05:07:44.580 INFO O| Dec 21 05:07:44.580 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-12-21T05:07:45.456Z[ recovery-image] Dec 21 05:07:44.620 INFO O| Dec 21 05:07:44.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57882024-12-21T05:07:45.456Z[ recovery-image] Dec 21 05:07:44.620 INFO O| Dec 21 05:07:44.620 INFO STEP 460 (remove_files) COMPLETE
57892024-12-21T05:07:45.456Z[ recovery-image] Dec 21 05:07:44.620 INFO O| Dec 21 05:07:44.620 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-12-21T05:07:45.482Z[ recovery-image] Dec 21 05:07:44.644 INFO O| Dec 21 05:07:44.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57912024-12-21T05:07:45.482Z[ recovery-image] Dec 21 05:07:44.644 INFO O| Dec 21 05:07:44.644 INFO STEP 461 (remove_files) COMPLETE
57922024-12-21T05:07:45.482Z[ recovery-image] Dec 21 05:07:44.644 INFO O| Dec 21 05:07:44.644 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-12-21T05:07:45.507Z[ recovery-image] Dec 21 05:07:44.666 INFO O| Dec 21 05:07:44.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57942024-12-21T05:07:45.507Z[ recovery-image] Dec 21 05:07:44.666 INFO O| Dec 21 05:07:44.666 INFO STEP 462 (remove_files) COMPLETE
57952024-12-21T05:07:45.507Z[ recovery-image] Dec 21 05:07:44.666 INFO O| Dec 21 05:07:44.666 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-12-21T05:07:45.529Z[ recovery-image] Dec 21 05:07:44.685 INFO O| Dec 21 05:07:44.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57972024-12-21T05:07:45.530Z[ recovery-image] Dec 21 05:07:44.685 INFO O| Dec 21 05:07:44.685 INFO STEP 463 (remove_files) COMPLETE
57982024-12-21T05:07:45.530Z[ recovery-image] Dec 21 05:07:44.685 INFO O| Dec 21 05:07:44.685 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-12-21T05:07:45.543Z[ recovery-image] Dec 21 05:07:44.706 INFO O| Dec 21 05:07:44.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
58002024-12-21T05:07:45.543Z[ recovery-image] Dec 21 05:07:44.706 INFO O| Dec 21 05:07:44.706 INFO STEP 464 (remove_files) COMPLETE
58012024-12-21T05:07:45.543Z[ recovery-image] Dec 21 05:07:44.706 INFO O| Dec 21 05:07:44.706 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-12-21T05:07:45.562Z[ recovery-image] Dec 21 05:07:44.725 INFO O| Dec 21 05:07:44.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
58032024-12-21T05:07:45.562Z[ recovery-image] Dec 21 05:07:44.725 INFO O| Dec 21 05:07:44.725 INFO STEP 465 (remove_files) COMPLETE
58042024-12-21T05:07:45.562Z[ recovery-image] Dec 21 05:07:44.725 INFO O| Dec 21 05:07:44.725 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-12-21T05:07:45.582Z[ recovery-image] Dec 21 05:07:44.746 INFO O| Dec 21 05:07:44.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
58062024-12-21T05:07:45.583Z[ recovery-image] Dec 21 05:07:44.746 INFO O| Dec 21 05:07:44.746 INFO STEP 466 (remove_files) COMPLETE
58072024-12-21T05:07:45.583Z[ recovery-image] Dec 21 05:07:44.746 INFO O| Dec 21 05:07:44.746 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-12-21T05:07:45.618Z[ recovery-image] Dec 21 05:07:44.778 INFO O| Dec 21 05:07:44.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
58092024-12-21T05:07:45.629Z[ recovery-image] Dec 21 05:07:44.778 INFO O| Dec 21 05:07:44.778 INFO STEP 467 (remove_files) COMPLETE
58102024-12-21T05:07:45.629Z[ recovery-image] Dec 21 05:07:44.778 INFO O| Dec 21 05:07:44.778 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-12-21T05:07:45.637Z[ recovery-image] Dec 21 05:07:44.798 INFO O| Dec 21 05:07:44.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
58122024-12-21T05:07:45.637Z[ recovery-image] Dec 21 05:07:44.798 INFO O| Dec 21 05:07:44.798 INFO STEP 468 (remove_files) COMPLETE
58132024-12-21T05:07:45.644Z[ recovery-image] Dec 21 05:07:44.798 INFO O| Dec 21 05:07:44.798 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-12-21T05:07:45.654Z[ recovery-image] Dec 21 05:07:44.818 INFO O| Dec 21 05:07:44.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
58152024-12-21T05:07:45.654Z[ recovery-image] Dec 21 05:07:44.818 INFO O| Dec 21 05:07:44.818 INFO STEP 469 (remove_files) COMPLETE
58162024-12-21T05:07:45.654Z[ recovery-image] Dec 21 05:07:44.818 INFO O| Dec 21 05:07:44.818 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-12-21T05:07:45.672Z[ recovery-image] Dec 21 05:07:44.836 INFO O| Dec 21 05:07:44.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
58182024-12-21T05:07:45.672Z[ recovery-image] Dec 21 05:07:44.836 INFO O| Dec 21 05:07:44.836 INFO STEP 470 (remove_files) COMPLETE
58192024-12-21T05:07:45.672Z[ recovery-image] Dec 21 05:07:44.836 INFO O| Dec 21 05:07:44.836 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-12-21T05:07:45.704Z[ host-image] Dec 21 05:07:44.867 INFO O| Dec 21 05:07:44.866 INFO O| Done
58212024-12-21T05:07:45.704Z[ host-image] Dec 21 05:07:44.867 INFO O| Dec 21 05:07:44.867 INFO O| Done
58222024-12-21T05:07:45.738Z[ recovery-image] Dec 21 05:07:44.902 INFO O| Dec 21 05:07:44.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
58232024-12-21T05:07:45.741Z[ recovery-image] Dec 21 05:07:44.902 INFO O| Dec 21 05:07:44.902 INFO STEP 471 (remove_files) COMPLETE
58242024-12-21T05:07:45.741Z[ recovery-image] Dec 21 05:07:44.903 INFO O| Dec 21 05:07:44.902 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-12-21T05:07:45.759Z[ recovery-image] Dec 21 05:07:44.922 INFO O| Dec 21 05:07:44.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
58262024-12-21T05:07:45.762Z[ recovery-image] Dec 21 05:07:44.922 INFO O| Dec 21 05:07:44.922 INFO STEP 472 (remove_files) COMPLETE
58272024-12-21T05:07:45.762Z[ recovery-image] Dec 21 05:07:44.923 INFO O| Dec 21 05:07:44.922 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-12-21T05:07:45.777Z[ recovery-image] Dec 21 05:07:44.941 INFO O| Dec 21 05:07:44.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
58292024-12-21T05:07:45.781Z[ recovery-image] Dec 21 05:07:44.941 INFO O| Dec 21 05:07:44.941 INFO STEP 473 (remove_files) COMPLETE
58302024-12-21T05:07:45.781Z[ recovery-image] Dec 21 05:07:44.941 INFO O| Dec 21 05:07:44.941 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-12-21T05:07:45.793Z[ recovery-image] Dec 21 05:07:44.957 INFO O| Dec 21 05:07:44.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
58322024-12-21T05:07:45.793Z[ recovery-image] Dec 21 05:07:44.957 INFO O| Dec 21 05:07:44.957 INFO STEP 474 (remove_files) COMPLETE
58332024-12-21T05:07:45.793Z[ recovery-image] Dec 21 05:07:44.957 INFO O| Dec 21 05:07:44.957 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-12-21T05:07:45.812Z[ recovery-image] Dec 21 05:07:44.975 INFO O| Dec 21 05:07:44.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
58352024-12-21T05:07:45.812Z[ recovery-image] Dec 21 05:07:44.975 INFO O| Dec 21 05:07:44.975 INFO STEP 475 (remove_files) COMPLETE
58362024-12-21T05:07:45.812Z[ recovery-image] Dec 21 05:07:44.975 INFO O| Dec 21 05:07:44.975 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-12-21T05:07:45.834Z[ recovery-image] Dec 21 05:07:44.996 INFO O| Dec 21 05:07:44.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
58382024-12-21T05:07:45.834Z[ recovery-image] Dec 21 05:07:44.996 INFO O| Dec 21 05:07:44.996 INFO STEP 476 (remove_files) COMPLETE
58392024-12-21T05:07:45.834Z[ recovery-image] Dec 21 05:07:44.996 INFO O| Dec 21 05:07:44.996 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-12-21T05:07:45.855Z[ recovery-image] Dec 21 05:07:45.018 INFO O| Dec 21 05:07:45.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
58412024-12-21T05:07:45.856Z[ recovery-image] Dec 21 05:07:45.018 INFO O| Dec 21 05:07:45.018 INFO STEP 477 (remove_files) COMPLETE
58422024-12-21T05:07:45.856Z[ recovery-image] Dec 21 05:07:45.018 INFO O| Dec 21 05:07:45.018 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-12-21T05:07:45.907Z[ recovery-image] Dec 21 05:07:45.070 INFO O| Dec 21 05:07:45.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58442024-12-21T05:07:45.907Z[ recovery-image] Dec 21 05:07:45.070 INFO O| Dec 21 05:07:45.070 INFO STEP 478 (remove_files) COMPLETE
58452024-12-21T05:07:45.907Z[ recovery-image] Dec 21 05:07:45.070 INFO O| Dec 21 05:07:45.070 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-12-21T05:07:45.927Z[ recovery-image] Dec 21 05:07:45.089 INFO O| Dec 21 05:07:45.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58472024-12-21T05:07:45.927Z[ recovery-image] Dec 21 05:07:45.089 INFO O| Dec 21 05:07:45.089 INFO STEP 479 (remove_files) COMPLETE
58482024-12-21T05:07:45.927Z[ recovery-image] Dec 21 05:07:45.089 INFO O| Dec 21 05:07:45.089 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-12-21T05:07:45.942Z[ recovery-image] Dec 21 05:07:45.106 INFO O| Dec 21 05:07:45.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58502024-12-21T05:07:45.942Z[ recovery-image] Dec 21 05:07:45.106 INFO O| Dec 21 05:07:45.106 INFO STEP 480 (remove_files) COMPLETE
58512024-12-21T05:07:45.942Z[ recovery-image] Dec 21 05:07:45.106 INFO O| Dec 21 05:07:45.106 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-12-21T05:07:45.962Z[ recovery-image] Dec 21 05:07:45.124 INFO O| Dec 21 05:07:45.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58532024-12-21T05:07:45.962Z[ recovery-image] Dec 21 05:07:45.124 INFO O| Dec 21 05:07:45.124 INFO STEP 481 (remove_files) COMPLETE
58542024-12-21T05:07:45.963Z[ recovery-image] Dec 21 05:07:45.125 INFO O| Dec 21 05:07:45.124 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-12-21T05:07:45.982Z[ recovery-image] Dec 21 05:07:45.146 INFO O| Dec 21 05:07:45.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58562024-12-21T05:07:45.982Z[ recovery-image] Dec 21 05:07:45.146 INFO O| Dec 21 05:07:45.146 INFO STEP 482 (remove_files) COMPLETE
58572024-12-21T05:07:45.983Z[ recovery-image] Dec 21 05:07:45.146 INFO O| Dec 21 05:07:45.146 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-12-21T05:07:46.025Z[ recovery-image] Dec 21 05:07:45.189 INFO O| Dec 21 05:07:45.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58592024-12-21T05:07:46.028Z[ recovery-image] Dec 21 05:07:45.190 INFO O| Dec 21 05:07:45.190 INFO STEP 483 (remove_files) COMPLETE
58602024-12-21T05:07:46.028Z[ recovery-image] Dec 21 05:07:45.190 INFO O| Dec 21 05:07:45.190 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-12-21T05:07:46.053Z[ recovery-image] Dec 21 05:07:45.216 INFO O| Dec 21 05:07:45.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58622024-12-21T05:07:46.057Z[ recovery-image] Dec 21 05:07:45.217 INFO O| Dec 21 05:07:45.217 INFO STEP 484 (remove_files) COMPLETE
58632024-12-21T05:07:46.057Z[ recovery-image] Dec 21 05:07:45.217 INFO O| Dec 21 05:07:45.217 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-12-21T05:07:46.076Z[ recovery-image] Dec 21 05:07:45.234 INFO O| Dec 21 05:07:45.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58652024-12-21T05:07:46.080Z[ recovery-image] Dec 21 05:07:45.234 INFO O| Dec 21 05:07:45.234 INFO STEP 485 (remove_files) COMPLETE
58662024-12-21T05:07:46.080Z[ recovery-image] Dec 21 05:07:45.234 INFO O| Dec 21 05:07:45.234 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-12-21T05:07:46.089Z[ recovery-image] Dec 21 05:07:45.253 INFO O| Dec 21 05:07:45.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58682024-12-21T05:07:46.104Z[ recovery-image] Dec 21 05:07:45.253 INFO O| Dec 21 05:07:45.253 INFO STEP 486 (remove_files) COMPLETE
58692024-12-21T05:07:46.104Z[ recovery-image] Dec 21 05:07:45.253 INFO O| Dec 21 05:07:45.253 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-12-21T05:07:46.131Z[ recovery-image] Dec 21 05:07:45.294 INFO O| Dec 21 05:07:45.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58712024-12-21T05:07:46.132Z[ recovery-image] Dec 21 05:07:45.294 INFO O| Dec 21 05:07:45.294 INFO STEP 487 (remove_files) COMPLETE
58722024-12-21T05:07:46.132Z[ recovery-image] Dec 21 05:07:45.294 INFO O| Dec 21 05:07:45.294 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-12-21T05:07:46.171Z[ recovery-image] Dec 21 05:07:45.335 INFO O| Dec 21 05:07:45.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58742024-12-21T05:07:46.171Z[ recovery-image] Dec 21 05:07:45.335 INFO O| Dec 21 05:07:45.335 INFO STEP 488 (remove_files) COMPLETE
58752024-12-21T05:07:46.184Z[ recovery-image] Dec 21 05:07:45.335 INFO O| Dec 21 05:07:45.335 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-12-21T05:07:46.192Z[ recovery-image] Dec 21 05:07:45.354 INFO O| Dec 21 05:07:45.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58772024-12-21T05:07:46.192Z[ recovery-image] Dec 21 05:07:45.354 INFO O| Dec 21 05:07:45.354 INFO STEP 489 (remove_files) COMPLETE
58782024-12-21T05:07:46.195Z[ recovery-image] Dec 21 05:07:45.354 INFO O| Dec 21 05:07:45.354 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-12-21T05:07:46.226Z[ recovery-image] Dec 21 05:07:45.388 INFO O| Dec 21 05:07:45.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58802024-12-21T05:07:46.226Z[ recovery-image] Dec 21 05:07:45.388 INFO O| Dec 21 05:07:45.388 INFO STEP 490 (remove_files) COMPLETE
58812024-12-21T05:07:46.230Z[ recovery-image] Dec 21 05:07:45.388 INFO O| Dec 21 05:07:45.388 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-12-21T05:07:46.258Z[ recovery-image] Dec 21 05:07:45.420 INFO O| Dec 21 05:07:45.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58832024-12-21T05:07:46.258Z[ recovery-image] Dec 21 05:07:45.420 INFO O| Dec 21 05:07:45.420 INFO STEP 491 (remove_files) COMPLETE
58842024-12-21T05:07:46.258Z[ recovery-image] Dec 21 05:07:45.420 INFO O| Dec 21 05:07:45.420 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-12-21T05:07:46.308Z[ recovery-image] Dec 21 05:07:45.472 INFO O| Dec 21 05:07:45.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58862024-12-21T05:07:46.311Z[ recovery-image] Dec 21 05:07:45.472 INFO O| Dec 21 05:07:45.472 INFO STEP 492 (remove_files) COMPLETE
58872024-12-21T05:07:46.311Z[ recovery-image] Dec 21 05:07:45.472 INFO O| Dec 21 05:07:45.472 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-12-21T05:07:46.367Z[ recovery-image] Dec 21 05:07:45.529 INFO O| Dec 21 05:07:45.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58892024-12-21T05:07:46.377Z[ recovery-image] Dec 21 05:07:45.529 INFO O| Dec 21 05:07:45.529 INFO STEP 493 (remove_files) COMPLETE
58902024-12-21T05:07:46.377Z[ recovery-image] Dec 21 05:07:45.529 INFO O| Dec 21 05:07:45.529 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-12-21T05:07:46.424Z[ recovery-image] Dec 21 05:07:45.588 INFO O| Dec 21 05:07:45.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58922024-12-21T05:07:46.425Z[ recovery-image] Dec 21 05:07:45.588 INFO O| Dec 21 05:07:45.588 INFO STEP 494 (remove_files) COMPLETE
58932024-12-21T05:07:46.425Z[ recovery-image] Dec 21 05:07:45.588 INFO O| Dec 21 05:07:45.588 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-12-21T05:07:46.441Z[ recovery-image] Dec 21 05:07:45.604 INFO O| Dec 21 05:07:45.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58952024-12-21T05:07:46.441Z[ recovery-image] Dec 21 05:07:45.605 INFO O| Dec 21 05:07:45.604 INFO STEP 495 (remove_files) COMPLETE
58962024-12-21T05:07:46.441Z[ recovery-image] Dec 21 05:07:45.605 INFO O| Dec 21 05:07:45.604 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-12-21T05:07:46.476Z[ recovery-image] Dec 21 05:07:45.639 INFO O| Dec 21 05:07:45.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58982024-12-21T05:07:46.476Z[ recovery-image] Dec 21 05:07:45.640 INFO O| Dec 21 05:07:45.640 INFO STEP 496 (remove_files) COMPLETE
58992024-12-21T05:07:46.476Z[ recovery-image] Dec 21 05:07:45.640 INFO O| Dec 21 05:07:45.640 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-12-21T05:07:46.496Z[ recovery-image] Dec 21 05:07:45.660 INFO O| Dec 21 05:07:45.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
59012024-12-21T05:07:46.500Z[ recovery-image] Dec 21 05:07:45.660 INFO O| Dec 21 05:07:45.660 INFO STEP 497 (remove_files) COMPLETE
59022024-12-21T05:07:46.501Z[ recovery-image] Dec 21 05:07:45.660 INFO O| Dec 21 05:07:45.660 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-12-21T05:07:46.514Z[ recovery-image] Dec 21 05:07:45.678 INFO O| Dec 21 05:07:45.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
59042024-12-21T05:07:46.517Z[ recovery-image] Dec 21 05:07:45.678 INFO O| Dec 21 05:07:45.678 INFO STEP 498 (remove_files) COMPLETE
59052024-12-21T05:07:46.517Z[ recovery-image] Dec 21 05:07:45.678 INFO O| Dec 21 05:07:45.678 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-12-21T05:07:46.531Z[ recovery-image] Dec 21 05:07:45.694 INFO O| Dec 21 05:07:45.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
59072024-12-21T05:07:46.538Z[ recovery-image] Dec 21 05:07:45.694 INFO O| Dec 21 05:07:45.694 INFO STEP 499 (remove_files) COMPLETE
59082024-12-21T05:07:46.538Z[ recovery-image] Dec 21 05:07:45.694 INFO O| Dec 21 05:07:45.694 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-12-21T05:07:46.550Z[ recovery-image] Dec 21 05:07:45.712 INFO O| Dec 21 05:07:45.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
59102024-12-21T05:07:46.553Z[ recovery-image] Dec 21 05:07:45.712 INFO O| Dec 21 05:07:45.712 INFO STEP 500 (remove_files) COMPLETE
59112024-12-21T05:07:46.553Z[ recovery-image] Dec 21 05:07:45.712 INFO O| Dec 21 05:07:45.712 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-12-21T05:07:46.584Z[ recovery-image] Dec 21 05:07:45.746 INFO O| Dec 21 05:07:45.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
59132024-12-21T05:07:46.584Z[ recovery-image] Dec 21 05:07:45.746 INFO O| Dec 21 05:07:45.746 INFO STEP 501 (remove_files) COMPLETE
59142024-12-21T05:07:46.584Z[ recovery-image] Dec 21 05:07:45.746 INFO O| Dec 21 05:07:45.746 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-12-21T05:07:46.602Z[ recovery-image] Dec 21 05:07:45.765 INFO O| Dec 21 05:07:45.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
59162024-12-21T05:07:46.602Z[ recovery-image] Dec 21 05:07:45.765 INFO O| Dec 21 05:07:45.765 INFO STEP 502 (remove_files) COMPLETE
59172024-12-21T05:07:46.602Z[ recovery-image] Dec 21 05:07:45.765 INFO O| Dec 21 05:07:45.765 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-12-21T05:07:46.623Z[ recovery-image] Dec 21 05:07:45.785 INFO O| Dec 21 05:07:45.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
59192024-12-21T05:07:46.623Z[ recovery-image] Dec 21 05:07:45.785 INFO O| Dec 21 05:07:45.785 INFO STEP 503 (remove_files) COMPLETE
59202024-12-21T05:07:46.623Z[ recovery-image] Dec 21 05:07:45.785 INFO O| Dec 21 05:07:45.785 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-12-21T05:07:46.641Z[ recovery-image] Dec 21 05:07:45.803 INFO O| Dec 21 05:07:45.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
59222024-12-21T05:07:46.641Z[ recovery-image] Dec 21 05:07:45.803 INFO O| Dec 21 05:07:45.803 INFO STEP 504 (remove_files) COMPLETE
59232024-12-21T05:07:46.641Z[ recovery-image] Dec 21 05:07:45.803 INFO O| Dec 21 05:07:45.803 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-12-21T05:07:46.675Z[ recovery-image] Dec 21 05:07:45.838 INFO O| Dec 21 05:07:45.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
59252024-12-21T05:07:46.679Z[ recovery-image] Dec 21 05:07:45.838 INFO O| Dec 21 05:07:45.838 INFO STEP 505 (remove_files) COMPLETE
59262024-12-21T05:07:46.679Z[ recovery-image] Dec 21 05:07:45.838 INFO O| Dec 21 05:07:45.838 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-12-21T05:07:46.694Z[ recovery-image] Dec 21 05:07:45.858 INFO O| Dec 21 05:07:45.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
59282024-12-21T05:07:46.695Z[ recovery-image] Dec 21 05:07:45.858 INFO O| Dec 21 05:07:45.858 INFO STEP 506 (remove_files) COMPLETE
59292024-12-21T05:07:46.695Z[ recovery-image] Dec 21 05:07:45.858 INFO O| Dec 21 05:07:45.858 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-12-21T05:07:46.727Z[ recovery-image] Dec 21 05:07:45.890 INFO O| Dec 21 05:07:45.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
59312024-12-21T05:07:46.730Z[ recovery-image] Dec 21 05:07:45.890 INFO O| Dec 21 05:07:45.890 INFO STEP 507 (remove_files) COMPLETE
59322024-12-21T05:07:46.730Z[ recovery-image] Dec 21 05:07:45.890 INFO O| Dec 21 05:07:45.890 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-12-21T05:07:46.784Z[ recovery-image] Dec 21 05:07:45.948 INFO O| Dec 21 05:07:45.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
59342024-12-21T05:07:46.784Z[ recovery-image] Dec 21 05:07:45.948 INFO O| Dec 21 05:07:45.948 INFO STEP 508 (remove_files) COMPLETE
59352024-12-21T05:07:46.784Z[ recovery-image] Dec 21 05:07:45.948 INFO O| Dec 21 05:07:45.948 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-12-21T05:07:46.803Z[ recovery-image] Dec 21 05:07:45.966 INFO O| Dec 21 05:07:45.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
59372024-12-21T05:07:46.804Z[ recovery-image] Dec 21 05:07:45.966 INFO O| Dec 21 05:07:45.966 INFO STEP 509 (remove_files) COMPLETE
59382024-12-21T05:07:46.804Z[ recovery-image] Dec 21 05:07:45.966 INFO O| Dec 21 05:07:45.966 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-12-21T05:07:46.819Z[ recovery-image] Dec 21 05:07:45.984 INFO O| Dec 21 05:07:45.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
59402024-12-21T05:07:46.819Z[ recovery-image] Dec 21 05:07:45.984 INFO O| Dec 21 05:07:45.984 INFO STEP 510 (remove_files) COMPLETE
59412024-12-21T05:07:46.820Z[ recovery-image] Dec 21 05:07:45.984 INFO O| Dec 21 05:07:45.984 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-12-21T05:07:46.840Z[ recovery-image] Dec 21 05:07:46.004 INFO O| Dec 21 05:07:46.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59432024-12-21T05:07:46.843Z[ recovery-image] Dec 21 05:07:46.004 INFO O| Dec 21 05:07:46.004 INFO STEP 511 (remove_files) COMPLETE
59442024-12-21T05:07:46.844Z[ recovery-image] Dec 21 05:07:46.004 INFO O| Dec 21 05:07:46.004 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-12-21T05:07:46.880Z[ recovery-image] Dec 21 05:07:46.041 INFO O| Dec 21 05:07:46.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59462024-12-21T05:07:46.880Z[ recovery-image] Dec 21 05:07:46.042 INFO O| Dec 21 05:07:46.042 INFO STEP 512 (remove_files) COMPLETE
59472024-12-21T05:07:46.880Z[ recovery-image] Dec 21 05:07:46.042 INFO O| Dec 21 05:07:46.042 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-12-21T05:07:46.899Z[ recovery-image] Dec 21 05:07:46.060 INFO O| Dec 21 05:07:46.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59492024-12-21T05:07:46.899Z[ recovery-image] Dec 21 05:07:46.060 INFO O| Dec 21 05:07:46.060 INFO STEP 513 (remove_files) COMPLETE
59502024-12-21T05:07:46.899Z[ recovery-image] Dec 21 05:07:46.060 INFO O| Dec 21 05:07:46.060 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-12-21T05:07:46.936Z[ recovery-image] Dec 21 05:07:46.077 INFO O| Dec 21 05:07:46.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
59522024-12-21T05:07:46.936Z[ recovery-image] Dec 21 05:07:46.078 INFO O| Dec 21 05:07:46.078 INFO STEP 514 (remove_files) COMPLETE
59532024-12-21T05:07:46.936Z[ recovery-image] Dec 21 05:07:46.078 INFO O| Dec 21 05:07:46.078 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-12-21T05:07:46.948Z[ recovery-image] Dec 21 05:07:46.095 INFO O| Dec 21 05:07:46.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59552024-12-21T05:07:46.948Z[ recovery-image] Dec 21 05:07:46.095 INFO O| Dec 21 05:07:46.095 INFO STEP 515 (remove_files) COMPLETE
59562024-12-21T05:07:46.948Z[ recovery-image] Dec 21 05:07:46.095 INFO O| Dec 21 05:07:46.095 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-12-21T05:07:46.953Z[ recovery-image] Dec 21 05:07:46.116 INFO O| Dec 21 05:07:46.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59582024-12-21T05:07:46.953Z[ recovery-image] Dec 21 05:07:46.116 INFO O| Dec 21 05:07:46.116 INFO STEP 516 (remove_files) COMPLETE
59592024-12-21T05:07:46.956Z[ recovery-image] Dec 21 05:07:46.116 INFO O| Dec 21 05:07:46.116 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-12-21T05:07:46.986Z[ recovery-image] Dec 21 05:07:46.139 INFO O| Dec 21 05:07:46.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59612024-12-21T05:07:46.986Z[ recovery-image] Dec 21 05:07:46.139 INFO O| Dec 21 05:07:46.139 INFO STEP 517 (remove_files) COMPLETE
59622024-12-21T05:07:46.991Z[ recovery-image] Dec 21 05:07:46.139 INFO O| Dec 21 05:07:46.139 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-12-21T05:07:46.991Z[ host-image] Dec 21 05:07:46.153 INFO O| Dec 21 05:07:46.153 INFO O| Done
59642024-12-21T05:07:46.998Z[ recovery-image] Dec 21 05:07:46.162 INFO O| Dec 21 05:07:46.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59652024-12-21T05:07:47.005Z[ recovery-image] Dec 21 05:07:46.162 INFO O| Dec 21 05:07:46.162 INFO STEP 518 (remove_files) COMPLETE
59662024-12-21T05:07:47.005Z[ recovery-image] Dec 21 05:07:46.162 INFO O| Dec 21 05:07:46.162 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-12-21T05:07:47.017Z[ recovery-image] Dec 21 05:07:46.181 INFO O| Dec 21 05:07:46.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
59682024-12-21T05:07:47.023Z[ recovery-image] Dec 21 05:07:46.182 INFO O| Dec 21 05:07:46.182 INFO STEP 519 (remove_files) COMPLETE
59692024-12-21T05:07:47.023Z[ recovery-image] Dec 21 05:07:46.182 INFO O| Dec 21 05:07:46.182 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-12-21T05:07:47.037Z[ recovery-image] Dec 21 05:07:46.200 INFO O| Dec 21 05:07:46.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
59712024-12-21T05:07:47.041Z[ recovery-image] Dec 21 05:07:46.201 INFO O| Dec 21 05:07:46.201 INFO STEP 520 (remove_files) COMPLETE
59722024-12-21T05:07:47.041Z[ recovery-image] Dec 21 05:07:46.201 INFO O| Dec 21 05:07:46.201 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-12-21T05:07:47.055Z[ recovery-image] Dec 21 05:07:46.219 INFO O| Dec 21 05:07:46.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
59742024-12-21T05:07:47.056Z[ recovery-image] Dec 21 05:07:46.219 INFO O| Dec 21 05:07:46.219 INFO STEP 521 (remove_files) COMPLETE
59752024-12-21T05:07:47.056Z[ recovery-image] Dec 21 05:07:46.219 INFO O| Dec 21 05:07:46.219 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-12-21T05:07:47.083Z[ recovery-image] Dec 21 05:07:46.245 INFO O| Dec 21 05:07:46.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59772024-12-21T05:07:47.083Z[ recovery-image] Dec 21 05:07:46.246 INFO O| Dec 21 05:07:46.245 INFO STEP 522 (remove_files) COMPLETE
59782024-12-21T05:07:47.083Z[ recovery-image] Dec 21 05:07:46.246 INFO O| Dec 21 05:07:46.246 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-12-21T05:07:47.103Z[ recovery-image] Dec 21 05:07:46.266 INFO O| Dec 21 05:07:46.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
59802024-12-21T05:07:47.103Z[ recovery-image] Dec 21 05:07:46.266 INFO O| Dec 21 05:07:46.266 INFO STEP 523 (remove_files) COMPLETE
59812024-12-21T05:07:47.108Z[ recovery-image] Dec 21 05:07:46.266 INFO O| Dec 21 05:07:46.266 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-12-21T05:07:47.122Z[ recovery-image] Dec 21 05:07:46.286 INFO O| Dec 21 05:07:46.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59832024-12-21T05:07:47.122Z[ recovery-image] Dec 21 05:07:46.286 INFO O| Dec 21 05:07:46.286 INFO STEP 524 (remove_files) COMPLETE
59842024-12-21T05:07:47.122Z[ recovery-image] Dec 21 05:07:46.286 INFO O| Dec 21 05:07:46.286 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-12-21T05:07:47.141Z[ recovery-image] Dec 21 05:07:46.305 INFO O| Dec 21 05:07:46.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59862024-12-21T05:07:47.142Z[ recovery-image] Dec 21 05:07:46.305 INFO O| Dec 21 05:07:46.305 INFO STEP 525 (remove_files) COMPLETE
59872024-12-21T05:07:47.142Z[ recovery-image] Dec 21 05:07:46.305 INFO O| Dec 21 05:07:46.305 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-12-21T05:07:47.161Z[ recovery-image] Dec 21 05:07:46.325 INFO O| Dec 21 05:07:46.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59892024-12-21T05:07:47.161Z[ recovery-image] Dec 21 05:07:46.325 INFO O| Dec 21 05:07:46.325 INFO STEP 526 (remove_files) COMPLETE
59902024-12-21T05:07:47.161Z[ recovery-image] Dec 21 05:07:46.325 INFO O| Dec 21 05:07:46.325 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-12-21T05:07:47.194Z[ recovery-image] Dec 21 05:07:46.358 INFO O| Dec 21 05:07:46.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59922024-12-21T05:07:47.197Z[ recovery-image] Dec 21 05:07:46.359 INFO O| Dec 21 05:07:46.358 INFO STEP 527 (remove_files) COMPLETE
59932024-12-21T05:07:47.197Z[ recovery-image] Dec 21 05:07:46.359 INFO O| Dec 21 05:07:46.358 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-12-21T05:07:47.235Z[ recovery-image] Dec 21 05:07:46.397 INFO O| Dec 21 05:07:46.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59952024-12-21T05:07:47.235Z[ recovery-image] Dec 21 05:07:46.397 INFO O| Dec 21 05:07:46.397 INFO STEP 528 (remove_files) COMPLETE
59962024-12-21T05:07:47.235Z[ recovery-image] Dec 21 05:07:46.397 INFO O| Dec 21 05:07:46.397 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-12-21T05:07:47.251Z[ recovery-image] Dec 21 05:07:46.415 INFO O| Dec 21 05:07:46.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59982024-12-21T05:07:47.251Z[ recovery-image] Dec 21 05:07:46.415 INFO O| Dec 21 05:07:46.415 INFO STEP 529 (remove_files) COMPLETE
59992024-12-21T05:07:47.251Z[ recovery-image] Dec 21 05:07:46.415 INFO O| Dec 21 05:07:46.415 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-12-21T05:07:47.268Z[ recovery-image] Dec 21 05:07:46.432 INFO O| Dec 21 05:07:46.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
60012024-12-21T05:07:47.268Z[ recovery-image] Dec 21 05:07:46.432 INFO O| Dec 21 05:07:46.432 INFO STEP 530 (remove_files) COMPLETE
60022024-12-21T05:07:47.268Z[ recovery-image] Dec 21 05:07:46.432 INFO O| Dec 21 05:07:46.432 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-12-21T05:07:47.291Z[ recovery-image] Dec 21 05:07:46.454 INFO O| Dec 21 05:07:46.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
60042024-12-21T05:07:47.291Z[ recovery-image] Dec 21 05:07:46.454 INFO O| Dec 21 05:07:46.454 INFO STEP 531 (remove_files) COMPLETE
60052024-12-21T05:07:47.291Z[ recovery-image] Dec 21 05:07:46.454 INFO O| Dec 21 05:07:46.454 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-12-21T05:07:47.316Z[ recovery-image] Dec 21 05:07:46.480 INFO O| Dec 21 05:07:46.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
60072024-12-21T05:07:47.316Z[ recovery-image] Dec 21 05:07:46.480 INFO O| Dec 21 05:07:46.480 INFO STEP 532 (remove_files) COMPLETE
60082024-12-21T05:07:47.317Z[ recovery-image] Dec 21 05:07:46.480 INFO O| Dec 21 05:07:46.480 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-12-21T05:07:47.357Z[ recovery-image] Dec 21 05:07:46.520 INFO O| Dec 21 05:07:46.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
60102024-12-21T05:07:47.357Z[ recovery-image] Dec 21 05:07:46.520 INFO O| Dec 21 05:07:46.520 INFO STEP 533 (remove_files) COMPLETE
60112024-12-21T05:07:47.357Z[ recovery-image] Dec 21 05:07:46.520 INFO O| Dec 21 05:07:46.520 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-12-21T05:07:47.379Z[ recovery-image] Dec 21 05:07:46.542 INFO O| Dec 21 05:07:46.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
60132024-12-21T05:07:47.379Z[ recovery-image] Dec 21 05:07:46.542 INFO O| Dec 21 05:07:46.542 INFO STEP 534 (remove_files) COMPLETE
60142024-12-21T05:07:47.379Z[ recovery-image] Dec 21 05:07:46.542 INFO O| Dec 21 05:07:46.542 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-12-21T05:07:47.398Z[ recovery-image] Dec 21 05:07:46.561 INFO O| Dec 21 05:07:46.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
60162024-12-21T05:07:47.402Z[ recovery-image] Dec 21 05:07:46.562 INFO O| Dec 21 05:07:46.562 INFO STEP 535 (remove_files) COMPLETE
60172024-12-21T05:07:47.402Z[ recovery-image] Dec 21 05:07:46.562 INFO O| Dec 21 05:07:46.562 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-12-21T05:07:47.418Z[ recovery-image] Dec 21 05:07:46.582 INFO O| Dec 21 05:07:46.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
60192024-12-21T05:07:47.418Z[ recovery-image] Dec 21 05:07:46.582 INFO O| Dec 21 05:07:46.582 INFO STEP 536 (remove_files) COMPLETE
60202024-12-21T05:07:47.425Z[ recovery-image] Dec 21 05:07:46.583 INFO O| Dec 21 05:07:46.582 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-12-21T05:07:47.443Z[ recovery-image] Dec 21 05:07:46.604 INFO O| Dec 21 05:07:46.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
60222024-12-21T05:07:47.443Z[ recovery-image] Dec 21 05:07:46.604 INFO O| Dec 21 05:07:46.604 INFO STEP 537 (remove_files) COMPLETE
60232024-12-21T05:07:47.443Z[ recovery-image] Dec 21 05:07:46.604 INFO O| Dec 21 05:07:46.604 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-12-21T05:07:47.492Z[ recovery-image] Dec 21 05:07:46.656 INFO O| Dec 21 05:07:46.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
60252024-12-21T05:07:47.492Z[ recovery-image] Dec 21 05:07:46.656 INFO O| Dec 21 05:07:46.656 INFO STEP 538 (remove_files) COMPLETE
60262024-12-21T05:07:47.492Z[ recovery-image] Dec 21 05:07:46.656 INFO O| Dec 21 05:07:46.656 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-12-21T05:07:47.541Z[ recovery-image] Dec 21 05:07:46.697 INFO O| Dec 21 05:07:46.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
60282024-12-21T05:07:47.541Z[ recovery-image] Dec 21 05:07:46.697 INFO O| Dec 21 05:07:46.697 INFO STEP 539 (remove_files) COMPLETE
60292024-12-21T05:07:47.547Z[ recovery-image] Dec 21 05:07:46.697 INFO O| Dec 21 05:07:46.697 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-12-21T05:07:47.558Z[ recovery-image] Dec 21 05:07:46.720 INFO O| Dec 21 05:07:46.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
60312024-12-21T05:07:47.558Z[ recovery-image] Dec 21 05:07:46.721 INFO O| Dec 21 05:07:46.720 INFO STEP 540 (remove_files) COMPLETE
60322024-12-21T05:07:47.558Z[ recovery-image] Dec 21 05:07:46.721 INFO O| Dec 21 05:07:46.720 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-12-21T05:07:47.576Z[ recovery-image] Dec 21 05:07:46.740 INFO O| Dec 21 05:07:46.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
60342024-12-21T05:07:47.576Z[ recovery-image] Dec 21 05:07:46.740 INFO O| Dec 21 05:07:46.740 INFO STEP 541 (remove_files) COMPLETE
60352024-12-21T05:07:47.576Z[ recovery-image] Dec 21 05:07:46.740 INFO O| Dec 21 05:07:46.740 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-12-21T05:07:47.595Z[ recovery-image] Dec 21 05:07:46.758 INFO O| Dec 21 05:07:46.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
60372024-12-21T05:07:47.595Z[ recovery-image] Dec 21 05:07:46.758 INFO O| Dec 21 05:07:46.758 INFO STEP 542 (remove_files) COMPLETE
60382024-12-21T05:07:47.595Z[ recovery-image] Dec 21 05:07:46.758 INFO O| Dec 21 05:07:46.758 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-12-21T05:07:47.612Z[ recovery-image] Dec 21 05:07:46.776 INFO O| Dec 21 05:07:46.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
60402024-12-21T05:07:47.612Z[ recovery-image] Dec 21 05:07:46.776 INFO O| Dec 21 05:07:46.776 INFO STEP 543 (remove_files) COMPLETE
60412024-12-21T05:07:47.615Z[ recovery-image] Dec 21 05:07:46.776 INFO O| Dec 21 05:07:46.776 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-12-21T05:07:47.638Z[ recovery-image] Dec 21 05:07:46.795 INFO O| Dec 21 05:07:46.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
60432024-12-21T05:07:47.638Z[ recovery-image] Dec 21 05:07:46.795 INFO O| Dec 21 05:07:46.795 INFO STEP 544 (remove_files) COMPLETE
60442024-12-21T05:07:47.639Z[ recovery-image] Dec 21 05:07:46.795 INFO O| Dec 21 05:07:46.795 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-12-21T05:07:47.657Z[ recovery-image] Dec 21 05:07:46.813 INFO O| Dec 21 05:07:46.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
60462024-12-21T05:07:47.657Z[ recovery-image] Dec 21 05:07:46.813 INFO O| Dec 21 05:07:46.813 INFO STEP 545 (remove_files) COMPLETE
60472024-12-21T05:07:47.657Z[ recovery-image] Dec 21 05:07:46.813 INFO O| Dec 21 05:07:46.813 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-12-21T05:07:47.697Z[ recovery-image] Dec 21 05:07:46.858 INFO O| Dec 21 05:07:46.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
60492024-12-21T05:07:47.703Z[ recovery-image] Dec 21 05:07:46.858 INFO O| Dec 21 05:07:46.858 INFO STEP 546 (remove_files) COMPLETE
60502024-12-21T05:07:47.703Z[ recovery-image] Dec 21 05:07:46.858 INFO O| Dec 21 05:07:46.858 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-12-21T05:07:47.722Z[ recovery-image] Dec 21 05:07:46.885 INFO O| Dec 21 05:07:46.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60522024-12-21T05:07:47.722Z[ recovery-image] Dec 21 05:07:46.885 INFO O| Dec 21 05:07:46.885 INFO STEP 547 (remove_files) COMPLETE
60532024-12-21T05:07:47.722Z[ recovery-image] Dec 21 05:07:46.885 INFO O| Dec 21 05:07:46.885 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-12-21T05:07:47.769Z[ recovery-image] Dec 21 05:07:46.933 INFO O| Dec 21 05:07:46.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60552024-12-21T05:07:47.769Z[ recovery-image] Dec 21 05:07:46.933 INFO O| Dec 21 05:07:46.933 INFO STEP 548 (remove_files) COMPLETE
60562024-12-21T05:07:47.769Z[ recovery-image] Dec 21 05:07:46.933 INFO O| Dec 21 05:07:46.933 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-12-21T05:07:47.790Z[ recovery-image] Dec 21 05:07:46.953 INFO O| Dec 21 05:07:46.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60582024-12-21T05:07:47.790Z[ recovery-image] Dec 21 05:07:46.953 INFO O| Dec 21 05:07:46.953 INFO STEP 549 (remove_files) COMPLETE
60592024-12-21T05:07:47.790Z[ recovery-image] Dec 21 05:07:46.953 INFO O| Dec 21 05:07:46.953 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-21T05:07:47.810Z[ recovery-image] Dec 21 05:07:46.972 INFO O| Dec 21 05:07:46.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60612024-12-21T05:07:47.810Z[ recovery-image] Dec 21 05:07:46.972 INFO O| Dec 21 05:07:46.972 INFO STEP 550 (remove_files) COMPLETE
60622024-12-21T05:07:47.810Z[ recovery-image] Dec 21 05:07:46.972 INFO O| Dec 21 05:07:46.972 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-21T05:07:47.842Z[ recovery-image] Dec 21 05:07:47.004 INFO O| Dec 21 05:07:47.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60642024-12-21T05:07:47.842Z[ recovery-image] Dec 21 05:07:47.004 INFO O| Dec 21 05:07:47.004 INFO STEP 551 (remove_files) COMPLETE
60652024-12-21T05:07:47.842Z[ recovery-image] Dec 21 05:07:47.004 INFO O| Dec 21 05:07:47.004 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-12-21T05:07:47.877Z[ recovery-image] Dec 21 05:07:47.039 INFO O| Dec 21 05:07:47.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60672024-12-21T05:07:47.877Z[ recovery-image] Dec 21 05:07:47.039 INFO O| Dec 21 05:07:47.039 INFO STEP 552 (remove_files) COMPLETE
60682024-12-21T05:07:47.877Z[ recovery-image] Dec 21 05:07:47.039 INFO O| Dec 21 05:07:47.039 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-12-21T05:07:47.906Z[ recovery-image] Dec 21 05:07:47.070 INFO O| Dec 21 05:07:47.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60702024-12-21T05:07:47.907Z[ recovery-image] Dec 21 05:07:47.070 INFO O| Dec 21 05:07:47.070 INFO STEP 553 (remove_files) COMPLETE
60712024-12-21T05:07:47.909Z[ recovery-image] Dec 21 05:07:47.070 INFO O| Dec 21 05:07:47.070 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-12-21T05:07:47.923Z[ recovery-image] Dec 21 05:07:47.087 INFO O| Dec 21 05:07:47.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60732024-12-21T05:07:47.948Z[ recovery-image] Dec 21 05:07:47.111 INFO O| Dec 21 05:07:47.111 INFO STEP 554 (remove_files) COMPLETE
60742024-12-21T05:07:47.948Z[ recovery-image] Dec 21 05:07:47.111 INFO O| Dec 21 05:07:47.111 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-12-21T05:07:47.983Z[ recovery-image] Dec 21 05:07:47.147 INFO O| Dec 21 05:07:47.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60762024-12-21T05:07:47.986Z[ recovery-image] Dec 21 05:07:47.148 INFO O| Dec 21 05:07:47.148 INFO STEP 555 (remove_files) COMPLETE
60772024-12-21T05:07:47.986Z[ recovery-image] Dec 21 05:07:47.148 INFO O| Dec 21 05:07:47.148 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-12-21T05:07:48.003Z[ recovery-image] Dec 21 05:07:47.166 INFO O| Dec 21 05:07:47.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60792024-12-21T05:07:48.007Z[ recovery-image] Dec 21 05:07:47.167 INFO O| Dec 21 05:07:47.167 INFO STEP 556 (remove_files) COMPLETE
60802024-12-21T05:07:48.007Z[ recovery-image] Dec 21 05:07:47.167 INFO O| Dec 21 05:07:47.167 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-21T05:07:48.032Z[ recovery-image] Dec 21 05:07:47.194 INFO O| Dec 21 05:07:47.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60822024-12-21T05:07:48.053Z[ recovery-image] Dec 21 05:07:47.215 INFO O| Dec 21 05:07:47.215 INFO STEP 557 (remove_files) COMPLETE
60832024-12-21T05:07:48.056Z[ recovery-image] Dec 21 05:07:47.215 INFO O| Dec 21 05:07:47.215 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-21T05:07:48.074Z[ recovery-image] Dec 21 05:07:47.238 INFO O| Dec 21 05:07:47.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60852024-12-21T05:07:48.076Z[ recovery-image] Dec 21 05:07:47.238 INFO O| Dec 21 05:07:47.238 INFO STEP 558 (remove_files) COMPLETE
60862024-12-21T05:07:48.076Z[ recovery-image] Dec 21 05:07:47.238 INFO O| Dec 21 05:07:47.238 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-12-21T05:07:48.097Z[ recovery-image] Dec 21 05:07:47.258 INFO O| Dec 21 05:07:47.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60882024-12-21T05:07:48.099Z[ recovery-image] Dec 21 05:07:47.259 INFO O| Dec 21 05:07:47.259 INFO STEP 559 (remove_files) COMPLETE
60892024-12-21T05:07:48.099Z[ recovery-image] Dec 21 05:07:47.259 INFO O| Dec 21 05:07:47.259 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-21T05:07:48.130Z[ recovery-image] Dec 21 05:07:47.294 INFO O| Dec 21 05:07:47.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60912024-12-21T05:07:48.130Z[ recovery-image] Dec 21 05:07:47.294 INFO O| Dec 21 05:07:47.294 INFO STEP 560 (remove_files) COMPLETE
60922024-12-21T05:07:48.134Z[ recovery-image] Dec 21 05:07:47.294 INFO O| Dec 21 05:07:47.294 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-21T05:07:48.168Z[ recovery-image] Dec 21 05:07:47.332 INFO O| Dec 21 05:07:47.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60942024-12-21T05:07:48.168Z[ recovery-image] Dec 21 05:07:47.332 INFO O| Dec 21 05:07:47.332 INFO STEP 561 (remove_files) COMPLETE
60952024-12-21T05:07:48.169Z[ recovery-image] Dec 21 05:07:47.332 INFO O| Dec 21 05:07:47.332 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-21T05:07:48.189Z[ recovery-image] Dec 21 05:07:47.352 INFO O| Dec 21 05:07:47.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60972024-12-21T05:07:48.189Z[ recovery-image] Dec 21 05:07:47.352 INFO O| Dec 21 05:07:47.352 INFO STEP 562 (remove_files) COMPLETE
60982024-12-21T05:07:48.189Z[ recovery-image] Dec 21 05:07:47.352 INFO O| Dec 21 05:07:47.352 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-21T05:07:48.242Z[ recovery-image] Dec 21 05:07:47.402 INFO O| Dec 21 05:07:47.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
61002024-12-21T05:07:48.242Z[ recovery-image] Dec 21 05:07:47.403 INFO O| Dec 21 05:07:47.402 INFO STEP 563 (remove_files) COMPLETE
61012024-12-21T05:07:48.248Z[ recovery-image] Dec 21 05:07:47.403 INFO O| Dec 21 05:07:47.403 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-12-21T05:07:48.260Z[ recovery-image] Dec 21 05:07:47.421 INFO O| Dec 21 05:07:47.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
61032024-12-21T05:07:48.260Z[ recovery-image] Dec 21 05:07:47.421 INFO O| Dec 21 05:07:47.421 INFO STEP 564 (remove_files) COMPLETE
61042024-12-21T05:07:48.264Z[ recovery-image] Dec 21 05:07:47.421 INFO O| Dec 21 05:07:47.421 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-12-21T05:07:48.279Z[ recovery-image] Dec 21 05:07:47.439 INFO O| Dec 21 05:07:47.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
61062024-12-21T05:07:48.279Z[ recovery-image] Dec 21 05:07:47.439 INFO O| Dec 21 05:07:47.439 INFO STEP 565 (remove_files) COMPLETE
61072024-12-21T05:07:48.279Z[ recovery-image] Dec 21 05:07:47.439 INFO O| Dec 21 05:07:47.439 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-12-21T05:07:48.294Z[ recovery-image] Dec 21 05:07:47.457 INFO O| Dec 21 05:07:47.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
61092024-12-21T05:07:48.294Z[ recovery-image] Dec 21 05:07:47.458 INFO O| Dec 21 05:07:47.458 INFO STEP 566 (remove_files) COMPLETE
61102024-12-21T05:07:48.294Z[ recovery-image] Dec 21 05:07:47.458 INFO O| Dec 21 05:07:47.458 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-12-21T05:07:48.313Z[ recovery-image] Dec 21 05:07:47.477 INFO O| Dec 21 05:07:47.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
61122024-12-21T05:07:48.313Z[ recovery-image] Dec 21 05:07:47.477 INFO O| Dec 21 05:07:47.477 INFO STEP 567 (remove_files) COMPLETE
61132024-12-21T05:07:48.317Z[ recovery-image] Dec 21 05:07:47.477 INFO O| Dec 21 05:07:47.477 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-12-21T05:07:48.332Z[ recovery-image] Dec 21 05:07:47.496 INFO O| Dec 21 05:07:47.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
61152024-12-21T05:07:48.332Z[ recovery-image] Dec 21 05:07:47.496 INFO O| Dec 21 05:07:47.496 INFO STEP 568 (remove_files) COMPLETE
61162024-12-21T05:07:48.335Z[ recovery-image] Dec 21 05:07:47.496 INFO O| Dec 21 05:07:47.496 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-12-21T05:07:48.351Z[ recovery-image] Dec 21 05:07:47.515 INFO O| Dec 21 05:07:47.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
61182024-12-21T05:07:48.354Z[ recovery-image] Dec 21 05:07:47.515 INFO O| Dec 21 05:07:47.515 INFO STEP 569 (remove_files) COMPLETE
61192024-12-21T05:07:48.354Z[ recovery-image] Dec 21 05:07:47.515 INFO O| Dec 21 05:07:47.515 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-12-21T05:07:48.372Z[ recovery-image] Dec 21 05:07:47.535 INFO O| Dec 21 05:07:47.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
61212024-12-21T05:07:48.372Z[ recovery-image] Dec 21 05:07:47.536 INFO O| Dec 21 05:07:47.536 INFO STEP 570 (remove_files) COMPLETE
61222024-12-21T05:07:48.372Z[ recovery-image] Dec 21 05:07:47.536 INFO O| Dec 21 05:07:47.536 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-12-21T05:07:48.392Z[ recovery-image] Dec 21 05:07:47.555 INFO O| Dec 21 05:07:47.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
61242024-12-21T05:07:48.392Z[ recovery-image] Dec 21 05:07:47.555 INFO O| Dec 21 05:07:47.555 INFO STEP 571 (remove_files) COMPLETE
61252024-12-21T05:07:48.395Z[ recovery-image] Dec 21 05:07:47.555 INFO O| Dec 21 05:07:47.555 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-12-21T05:07:48.411Z[ recovery-image] Dec 21 05:07:47.574 INFO O| Dec 21 05:07:47.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
61272024-12-21T05:07:48.412Z[ recovery-image] Dec 21 05:07:47.575 INFO O| Dec 21 05:07:47.574 INFO STEP 572 (remove_files) COMPLETE
61282024-12-21T05:07:48.412Z[ recovery-image] Dec 21 05:07:47.575 INFO O| Dec 21 05:07:47.575 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-12-21T05:07:48.432Z[ recovery-image] Dec 21 05:07:47.595 INFO O| Dec 21 05:07:47.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
61302024-12-21T05:07:48.432Z[ recovery-image] Dec 21 05:07:47.595 INFO O| Dec 21 05:07:47.595 INFO STEP 573 (remove_files) COMPLETE
61312024-12-21T05:07:48.433Z[ recovery-image] Dec 21 05:07:47.595 INFO O| Dec 21 05:07:47.595 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-12-21T05:07:48.450Z[ recovery-image] Dec 21 05:07:47.614 INFO O| Dec 21 05:07:47.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
61332024-12-21T05:07:48.450Z[ recovery-image] Dec 21 05:07:47.614 INFO O| Dec 21 05:07:47.614 INFO STEP 574 (remove_files) COMPLETE
61342024-12-21T05:07:48.450Z[ recovery-image] Dec 21 05:07:47.614 INFO O| Dec 21 05:07:47.614 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-12-21T05:07:48.471Z[ recovery-image] Dec 21 05:07:47.634 INFO O| Dec 21 05:07:47.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
61362024-12-21T05:07:48.471Z[ recovery-image] Dec 21 05:07:47.634 INFO O| Dec 21 05:07:47.634 INFO STEP 575 (remove_files) COMPLETE
61372024-12-21T05:07:48.482Z[ recovery-image] Dec 21 05:07:47.634 INFO O| Dec 21 05:07:47.634 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-12-21T05:07:48.491Z[ recovery-image] Dec 21 05:07:47.652 INFO O| Dec 21 05:07:47.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
61392024-12-21T05:07:48.491Z[ recovery-image] Dec 21 05:07:47.652 INFO O| Dec 21 05:07:47.652 INFO STEP 576 (remove_files) COMPLETE
61402024-12-21T05:07:48.491Z[ recovery-image] Dec 21 05:07:47.652 INFO O| Dec 21 05:07:47.652 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-12-21T05:07:48.506Z[ recovery-image] Dec 21 05:07:47.670 INFO O| Dec 21 05:07:47.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
61422024-12-21T05:07:48.506Z[ recovery-image] Dec 21 05:07:47.670 INFO O| Dec 21 05:07:47.670 INFO STEP 577 (remove_files) COMPLETE
61432024-12-21T05:07:48.513Z[ recovery-image] Dec 21 05:07:47.670 INFO O| Dec 21 05:07:47.670 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-12-21T05:07:48.524Z[ recovery-image] Dec 21 05:07:47.688 INFO O| Dec 21 05:07:47.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
61452024-12-21T05:07:48.524Z[ recovery-image] Dec 21 05:07:47.688 INFO O| Dec 21 05:07:47.688 INFO STEP 578 (remove_files) COMPLETE
61462024-12-21T05:07:48.524Z[ recovery-image] Dec 21 05:07:47.688 INFO O| Dec 21 05:07:47.688 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-12-21T05:07:48.543Z[ recovery-image] Dec 21 05:07:47.706 INFO O| Dec 21 05:07:47.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61482024-12-21T05:07:48.543Z[ recovery-image] Dec 21 05:07:47.706 INFO O| Dec 21 05:07:47.706 INFO STEP 579 (remove_files) COMPLETE
61492024-12-21T05:07:48.556Z[ recovery-image] Dec 21 05:07:47.706 INFO O| Dec 21 05:07:47.706 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-12-21T05:07:48.565Z[ recovery-image] Dec 21 05:07:47.726 INFO O| Dec 21 05:07:47.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61512024-12-21T05:07:48.565Z[ recovery-image] Dec 21 05:07:47.726 INFO O| Dec 21 05:07:47.726 INFO STEP 580 (remove_files) COMPLETE
61522024-12-21T05:07:48.565Z[ recovery-image] Dec 21 05:07:47.726 INFO O| Dec 21 05:07:47.726 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-12-21T05:07:48.581Z[ recovery-image] Dec 21 05:07:47.745 INFO O| Dec 21 05:07:47.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61542024-12-21T05:07:48.581Z[ recovery-image] Dec 21 05:07:47.745 INFO O| Dec 21 05:07:47.745 INFO STEP 581 (remove_files) COMPLETE
61552024-12-21T05:07:48.581Z[ recovery-image] Dec 21 05:07:47.746 INFO O| Dec 21 05:07:47.745 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-12-21T05:07:48.599Z[ recovery-image] Dec 21 05:07:47.763 INFO O| Dec 21 05:07:47.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61572024-12-21T05:07:48.599Z[ recovery-image] Dec 21 05:07:47.763 INFO O| Dec 21 05:07:47.763 INFO STEP 582 (remove_files) COMPLETE
61582024-12-21T05:07:48.599Z[ recovery-image] Dec 21 05:07:47.763 INFO O| Dec 21 05:07:47.763 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-12-21T05:07:48.617Z[ recovery-image] Dec 21 05:07:47.780 INFO O| Dec 21 05:07:47.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61602024-12-21T05:07:48.617Z[ recovery-image] Dec 21 05:07:47.781 INFO O| Dec 21 05:07:47.780 INFO STEP 583 (remove_files) COMPLETE
61612024-12-21T05:07:48.617Z[ recovery-image] Dec 21 05:07:47.781 INFO O| Dec 21 05:07:47.780 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-12-21T05:07:48.636Z[ recovery-image] Dec 21 05:07:47.800 INFO O| Dec 21 05:07:47.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61632024-12-21T05:07:48.636Z[ recovery-image] Dec 21 05:07:47.800 INFO O| Dec 21 05:07:47.800 INFO STEP 584 (remove_files) COMPLETE
61642024-12-21T05:07:48.638Z[ recovery-image] Dec 21 05:07:47.800 INFO O| Dec 21 05:07:47.800 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-12-21T05:07:48.656Z[ recovery-image] Dec 21 05:07:47.819 INFO O| Dec 21 05:07:47.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61662024-12-21T05:07:48.656Z[ recovery-image] Dec 21 05:07:47.819 INFO O| Dec 21 05:07:47.819 INFO STEP 585 (remove_files) COMPLETE
61672024-12-21T05:07:48.656Z[ recovery-image] Dec 21 05:07:47.819 INFO O| Dec 21 05:07:47.819 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-12-21T05:07:48.678Z[ recovery-image] Dec 21 05:07:47.837 INFO O| Dec 21 05:07:47.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61692024-12-21T05:07:48.678Z[ recovery-image] Dec 21 05:07:47.838 INFO O| Dec 21 05:07:47.838 INFO STEP 586 (remove_files) COMPLETE
61702024-12-21T05:07:48.678Z[ recovery-image] Dec 21 05:07:47.838 INFO O| Dec 21 05:07:47.838 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-12-21T05:07:48.692Z[ recovery-image] Dec 21 05:07:47.855 INFO O| Dec 21 05:07:47.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61722024-12-21T05:07:48.692Z[ recovery-image] Dec 21 05:07:47.856 INFO O| Dec 21 05:07:47.855 INFO STEP 587 (remove_files) COMPLETE
61732024-12-21T05:07:48.692Z[ recovery-image] Dec 21 05:07:47.856 INFO O| Dec 21 05:07:47.856 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-12-21T05:07:48.712Z[ recovery-image] Dec 21 05:07:47.872 INFO O| Dec 21 05:07:47.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61752024-12-21T05:07:48.712Z[ recovery-image] Dec 21 05:07:47.872 INFO O| Dec 21 05:07:47.872 INFO STEP 588 (remove_files) COMPLETE
61762024-12-21T05:07:48.712Z[ recovery-image] Dec 21 05:07:47.872 INFO O| Dec 21 05:07:47.872 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-12-21T05:07:48.734Z[ recovery-image] Dec 21 05:07:47.890 INFO O| Dec 21 05:07:47.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61782024-12-21T05:07:48.734Z[ recovery-image] Dec 21 05:07:47.890 INFO O| Dec 21 05:07:47.890 INFO STEP 589 (remove_files) COMPLETE
61792024-12-21T05:07:48.741Z[ recovery-image] Dec 21 05:07:47.890 INFO O| Dec 21 05:07:47.890 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-12-21T05:07:48.750Z[ recovery-image] Dec 21 05:07:47.907 INFO O| Dec 21 05:07:47.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61812024-12-21T05:07:48.750Z[ recovery-image] Dec 21 05:07:47.907 INFO O| Dec 21 05:07:47.907 INFO STEP 590 (remove_files) COMPLETE
61822024-12-21T05:07:48.750Z[ recovery-image] Dec 21 05:07:47.907 INFO O| Dec 21 05:07:47.907 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-12-21T05:07:48.765Z[ recovery-image] Dec 21 05:07:47.925 INFO O| Dec 21 05:07:47.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61842024-12-21T05:07:48.768Z[ recovery-image] Dec 21 05:07:47.925 INFO O| Dec 21 05:07:47.925 INFO STEP 591 (remove_files) COMPLETE
61852024-12-21T05:07:48.768Z[ recovery-image] Dec 21 05:07:47.925 INFO O| Dec 21 05:07:47.925 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-12-21T05:07:48.780Z[ recovery-image] Dec 21 05:07:47.943 INFO O| Dec 21 05:07:47.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61872024-12-21T05:07:48.780Z[ recovery-image] Dec 21 05:07:47.943 INFO O| Dec 21 05:07:47.943 INFO STEP 592 (remove_files) COMPLETE
61882024-12-21T05:07:48.780Z[ recovery-image] Dec 21 05:07:47.943 INFO O| Dec 21 05:07:47.943 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-12-21T05:07:48.796Z[ recovery-image] Dec 21 05:07:47.960 INFO O| Dec 21 05:07:47.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61902024-12-21T05:07:48.796Z[ recovery-image] Dec 21 05:07:47.960 INFO O| Dec 21 05:07:47.960 INFO STEP 593 (remove_files) COMPLETE
61912024-12-21T05:07:48.796Z[ recovery-image] Dec 21 05:07:47.960 INFO O| Dec 21 05:07:47.960 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-12-21T05:07:48.815Z[ recovery-image] Dec 21 05:07:47.977 INFO O| Dec 21 05:07:47.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61932024-12-21T05:07:48.815Z[ recovery-image] Dec 21 05:07:47.977 INFO O| Dec 21 05:07:47.977 INFO STEP 594 (remove_files) COMPLETE
61942024-12-21T05:07:48.815Z[ recovery-image] Dec 21 05:07:47.977 INFO O| Dec 21 05:07:47.977 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-12-21T05:07:48.833Z[ recovery-image] Dec 21 05:07:47.994 INFO O| Dec 21 05:07:47.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61962024-12-21T05:07:48.834Z[ recovery-image] Dec 21 05:07:47.994 INFO O| Dec 21 05:07:47.994 INFO STEP 595 (remove_files) COMPLETE
61972024-12-21T05:07:48.834Z[ recovery-image] Dec 21 05:07:47.994 INFO O| Dec 21 05:07:47.994 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-12-21T05:07:48.848Z[ recovery-image] Dec 21 05:07:48.011 INFO O| Dec 21 05:07:48.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61992024-12-21T05:07:48.848Z[ recovery-image] Dec 21 05:07:48.011 INFO O| Dec 21 05:07:48.011 INFO STEP 596 (remove_files) COMPLETE
62002024-12-21T05:07:48.848Z[ recovery-image] Dec 21 05:07:48.011 INFO O| Dec 21 05:07:48.011 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-12-21T05:07:48.865Z[ recovery-image] Dec 21 05:07:48.028 INFO O| Dec 21 05:07:48.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
62022024-12-21T05:07:48.865Z[ recovery-image] Dec 21 05:07:48.028 INFO O| Dec 21 05:07:48.028 INFO STEP 597 (remove_files) COMPLETE
62032024-12-21T05:07:48.865Z[ recovery-image] Dec 21 05:07:48.028 INFO O| Dec 21 05:07:48.028 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-12-21T05:07:48.883Z[ recovery-image] Dec 21 05:07:48.046 INFO O| Dec 21 05:07:48.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
62052024-12-21T05:07:48.883Z[ recovery-image] Dec 21 05:07:48.046 INFO O| Dec 21 05:07:48.046 INFO STEP 598 (remove_files) COMPLETE
62062024-12-21T05:07:48.883Z[ recovery-image] Dec 21 05:07:48.046 INFO O| Dec 21 05:07:48.046 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-12-21T05:07:48.901Z[ recovery-image] Dec 21 05:07:48.065 INFO O| Dec 21 05:07:48.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
62082024-12-21T05:07:48.901Z[ recovery-image] Dec 21 05:07:48.065 INFO O| Dec 21 05:07:48.065 INFO STEP 599 (remove_files) COMPLETE
62092024-12-21T05:07:48.901Z[ recovery-image] Dec 21 05:07:48.065 INFO O| Dec 21 05:07:48.065 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-12-21T05:07:48.920Z[ recovery-image] Dec 21 05:07:48.084 INFO O| Dec 21 05:07:48.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
62112024-12-21T05:07:48.920Z[ recovery-image] Dec 21 05:07:48.084 INFO O| Dec 21 05:07:48.084 INFO STEP 600 (remove_files) COMPLETE
62122024-12-21T05:07:48.920Z[ recovery-image] Dec 21 05:07:48.084 INFO O| Dec 21 05:07:48.084 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-12-21T05:07:48.940Z[ recovery-image] Dec 21 05:07:48.104 INFO O| Dec 21 05:07:48.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
62142024-12-21T05:07:48.940Z[ recovery-image] Dec 21 05:07:48.104 INFO O| Dec 21 05:07:48.104 INFO STEP 601 (remove_files) COMPLETE
62152024-12-21T05:07:48.940Z[ recovery-image] Dec 21 05:07:48.104 INFO O| Dec 21 05:07:48.104 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-12-21T05:07:48.960Z[ recovery-image] Dec 21 05:07:48.124 INFO O| Dec 21 05:07:48.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
62172024-12-21T05:07:48.960Z[ recovery-image] Dec 21 05:07:48.124 INFO O| Dec 21 05:07:48.124 INFO STEP 602 (remove_files) COMPLETE
62182024-12-21T05:07:48.960Z[ recovery-image] Dec 21 05:07:48.124 INFO O| Dec 21 05:07:48.124 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-12-21T05:07:48.995Z[ recovery-image] Dec 21 05:07:48.159 INFO O| Dec 21 05:07:48.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
62202024-12-21T05:07:48.995Z[ recovery-image] Dec 21 05:07:48.159 INFO O| Dec 21 05:07:48.159 INFO STEP 603 (remove_files) COMPLETE
62212024-12-21T05:07:48.995Z[ recovery-image] Dec 21 05:07:48.159 INFO O| Dec 21 05:07:48.159 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-12-21T05:07:49.033Z[ recovery-image] Dec 21 05:07:48.197 INFO O| Dec 21 05:07:48.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
62232024-12-21T05:07:49.033Z[ recovery-image] Dec 21 05:07:48.197 INFO O| Dec 21 05:07:48.197 INFO STEP 604 (remove_files) COMPLETE
62242024-12-21T05:07:49.033Z[ recovery-image] Dec 21 05:07:48.197 INFO O| Dec 21 05:07:48.197 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-12-21T05:07:49.075Z[ recovery-image] Dec 21 05:07:48.237 INFO O| Dec 21 05:07:48.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
62262024-12-21T05:07:49.075Z[ recovery-image] Dec 21 05:07:48.237 INFO O| Dec 21 05:07:48.237 INFO STEP 605 (remove_files) COMPLETE
62272024-12-21T05:07:49.075Z[ recovery-image] Dec 21 05:07:48.237 INFO O| Dec 21 05:07:48.237 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-12-21T05:07:49.109Z[ recovery-image] Dec 21 05:07:48.272 INFO O| Dec 21 05:07:48.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
62292024-12-21T05:07:49.109Z[ recovery-image] Dec 21 05:07:48.272 INFO O| Dec 21 05:07:48.272 INFO STEP 606 (remove_files) COMPLETE
62302024-12-21T05:07:49.109Z[ recovery-image] Dec 21 05:07:48.272 INFO O| Dec 21 05:07:48.272 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-12-21T05:07:49.149Z[ recovery-image] Dec 21 05:07:48.308 INFO O| Dec 21 05:07:48.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
62322024-12-21T05:07:49.149Z[ recovery-image] Dec 21 05:07:48.308 INFO O| Dec 21 05:07:48.308 INFO STEP 607 (remove_files) COMPLETE
62332024-12-21T05:07:49.150Z[ recovery-image] Dec 21 05:07:48.309 INFO O| Dec 21 05:07:48.308 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-12-21T05:07:49.164Z[ recovery-image] Dec 21 05:07:48.328 INFO O| Dec 21 05:07:48.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
62352024-12-21T05:07:49.164Z[ recovery-image] Dec 21 05:07:48.328 INFO O| Dec 21 05:07:48.328 INFO STEP 608 (remove_files) COMPLETE
62362024-12-21T05:07:49.164Z[ recovery-image] Dec 21 05:07:48.328 INFO O| Dec 21 05:07:48.328 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-12-21T05:07:49.184Z[ recovery-image] Dec 21 05:07:48.347 INFO O| Dec 21 05:07:48.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
62382024-12-21T05:07:49.184Z[ recovery-image] Dec 21 05:07:48.347 INFO O| Dec 21 05:07:48.347 INFO STEP 609 (remove_files) COMPLETE
62392024-12-21T05:07:49.184Z[ recovery-image] Dec 21 05:07:48.347 INFO O| Dec 21 05:07:48.347 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-12-21T05:07:49.205Z[ recovery-image] Dec 21 05:07:48.367 INFO O| Dec 21 05:07:48.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
62412024-12-21T05:07:49.205Z[ recovery-image] Dec 21 05:07:48.367 INFO O| Dec 21 05:07:48.367 INFO STEP 610 (remove_files) COMPLETE
62422024-12-21T05:07:49.207Z[ recovery-image] Dec 21 05:07:48.367 INFO O| Dec 21 05:07:48.367 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-12-21T05:07:49.237Z[ recovery-image] Dec 21 05:07:48.400 INFO O| Dec 21 05:07:48.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62442024-12-21T05:07:49.237Z[ recovery-image] Dec 21 05:07:48.400 INFO O| Dec 21 05:07:48.400 INFO STEP 611 (remove_files) COMPLETE
62452024-12-21T05:07:49.237Z[ recovery-image] Dec 21 05:07:48.400 INFO O| Dec 21 05:07:48.400 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-12-21T05:07:49.259Z[ recovery-image] Dec 21 05:07:48.421 INFO O| Dec 21 05:07:48.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62472024-12-21T05:07:49.259Z[ recovery-image] Dec 21 05:07:48.421 INFO O| Dec 21 05:07:48.421 INFO STEP 612 (remove_files) COMPLETE
62482024-12-21T05:07:49.262Z[ recovery-image] Dec 21 05:07:48.421 INFO O| Dec 21 05:07:48.421 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-12-21T05:07:49.276Z[ recovery-image] Dec 21 05:07:48.439 INFO O| Dec 21 05:07:48.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62502024-12-21T05:07:49.277Z[ recovery-image] Dec 21 05:07:48.439 INFO O| Dec 21 05:07:48.439 INFO STEP 613 (remove_files) COMPLETE
62512024-12-21T05:07:49.277Z[ recovery-image] Dec 21 05:07:48.440 INFO O| Dec 21 05:07:48.439 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-12-21T05:07:49.294Z[ recovery-image] Dec 21 05:07:48.458 INFO O| Dec 21 05:07:48.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62532024-12-21T05:07:49.294Z[ recovery-image] Dec 21 05:07:48.458 INFO O| Dec 21 05:07:48.458 INFO STEP 614 (remove_files) COMPLETE
62542024-12-21T05:07:49.297Z[ recovery-image] Dec 21 05:07:48.458 INFO O| Dec 21 05:07:48.458 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-12-21T05:07:49.314Z[ recovery-image] Dec 21 05:07:48.478 INFO O| Dec 21 05:07:48.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62562024-12-21T05:07:49.314Z[ recovery-image] Dec 21 05:07:48.478 INFO O| Dec 21 05:07:48.478 INFO STEP 615 (remove_files) COMPLETE
62572024-12-21T05:07:49.327Z[ recovery-image] Dec 21 05:07:48.478 INFO O| Dec 21 05:07:48.478 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-12-21T05:07:49.336Z[ recovery-image] Dec 21 05:07:48.500 INFO O| Dec 21 05:07:48.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62592024-12-21T05:07:49.336Z[ recovery-image] Dec 21 05:07:48.500 INFO O| Dec 21 05:07:48.500 INFO STEP 616 (remove_files) COMPLETE
62602024-12-21T05:07:49.341Z[ recovery-image] Dec 21 05:07:48.500 INFO O| Dec 21 05:07:48.500 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-12-21T05:07:49.370Z[ recovery-image] Dec 21 05:07:48.534 INFO O| Dec 21 05:07:48.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62622024-12-21T05:07:49.373Z[ recovery-image] Dec 21 05:07:48.534 INFO O| Dec 21 05:07:48.534 INFO STEP 617 (remove_files) COMPLETE
62632024-12-21T05:07:49.373Z[ recovery-image] Dec 21 05:07:48.535 INFO O| Dec 21 05:07:48.534 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-12-21T05:07:49.390Z[ recovery-image] Dec 21 05:07:48.554 INFO O| Dec 21 05:07:48.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62652024-12-21T05:07:49.390Z[ recovery-image] Dec 21 05:07:48.554 INFO O| Dec 21 05:07:48.554 INFO STEP 618 (remove_files) COMPLETE
62662024-12-21T05:07:49.390Z[ recovery-image] Dec 21 05:07:48.554 INFO O| Dec 21 05:07:48.554 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-12-21T05:07:49.424Z[ recovery-image] Dec 21 05:07:48.587 INFO O| Dec 21 05:07:48.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62682024-12-21T05:07:49.427Z[ recovery-image] Dec 21 05:07:48.588 INFO O| Dec 21 05:07:48.588 INFO STEP 619 (remove_files) COMPLETE
62692024-12-21T05:07:49.427Z[ recovery-image] Dec 21 05:07:48.588 INFO O| Dec 21 05:07:48.588 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-12-21T05:07:49.504Z[ recovery-image] Dec 21 05:07:48.668 INFO O| Dec 21 05:07:48.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62712024-12-21T05:07:49.504Z[ recovery-image] Dec 21 05:07:48.668 INFO O| Dec 21 05:07:48.668 INFO STEP 620 (remove_files) COMPLETE
62722024-12-21T05:07:49.504Z[ recovery-image] Dec 21 05:07:48.668 INFO O| Dec 21 05:07:48.668 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-12-21T05:07:49.528Z[ recovery-image] Dec 21 05:07:48.689 INFO O| Dec 21 05:07:48.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62742024-12-21T05:07:49.528Z[ recovery-image] Dec 21 05:07:48.690 INFO O| Dec 21 05:07:48.689 INFO STEP 621 (remove_files) COMPLETE
62752024-12-21T05:07:49.529Z[ recovery-image] Dec 21 05:07:48.690 INFO O| Dec 21 05:07:48.690 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-12-21T05:07:49.566Z[ recovery-image] Dec 21 05:07:48.729 INFO O| Dec 21 05:07:48.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62772024-12-21T05:07:49.566Z[ recovery-image] Dec 21 05:07:48.729 INFO O| Dec 21 05:07:48.729 INFO STEP 622 (remove_files) COMPLETE
62782024-12-21T05:07:49.567Z[ recovery-image] Dec 21 05:07:48.729 INFO O| Dec 21 05:07:48.729 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-12-21T05:07:49.602Z[ recovery-image] Dec 21 05:07:48.765 INFO O| Dec 21 05:07:48.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62802024-12-21T05:07:49.608Z[ recovery-image] Dec 21 05:07:48.765 INFO O| Dec 21 05:07:48.765 INFO STEP 623 (remove_files) COMPLETE
62812024-12-21T05:07:49.608Z[ recovery-image] Dec 21 05:07:48.766 INFO O| Dec 21 05:07:48.766 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-12-21T05:07:49.627Z[ recovery-image] Dec 21 05:07:48.788 INFO O| Dec 21 05:07:48.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62832024-12-21T05:07:49.630Z[ recovery-image] Dec 21 05:07:48.789 INFO O| Dec 21 05:07:48.788 INFO STEP 624 (remove_files) COMPLETE
62842024-12-21T05:07:49.630Z[ recovery-image] Dec 21 05:07:48.789 INFO O| Dec 21 05:07:48.789 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-12-21T05:07:49.661Z[ recovery-image] Dec 21 05:07:48.825 INFO O| Dec 21 05:07:48.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62862024-12-21T05:07:49.665Z[ recovery-image] Dec 21 05:07:48.825 INFO O| Dec 21 05:07:48.825 INFO STEP 625 (remove_files) COMPLETE
62872024-12-21T05:07:49.665Z[ recovery-image] Dec 21 05:07:48.825 INFO O| Dec 21 05:07:48.825 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-12-21T05:07:49.676Z[ host-image] Dec 21 05:07:48.840 INFO O| Dec 21 05:07:48.840 INFO O| Done
62892024-12-21T05:07:49.684Z[ recovery-image] Dec 21 05:07:48.848 INFO O| Dec 21 05:07:48.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62902024-12-21T05:07:49.684Z[ recovery-image] Dec 21 05:07:48.848 INFO O| Dec 21 05:07:48.848 INFO STEP 626 (remove_files) COMPLETE
62912024-12-21T05:07:49.684Z[ recovery-image] Dec 21 05:07:48.848 INFO O| Dec 21 05:07:48.848 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-12-21T05:07:49.705Z[ recovery-image] Dec 21 05:07:48.868 INFO O| Dec 21 05:07:48.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62932024-12-21T05:07:49.705Z[ recovery-image] Dec 21 05:07:48.868 INFO O| Dec 21 05:07:48.868 INFO STEP 627 (remove_files) COMPLETE
62942024-12-21T05:07:49.709Z[ recovery-image] Dec 21 05:07:48.869 INFO O| Dec 21 05:07:48.868 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-12-21T05:07:49.721Z[ host-image] Dec 21 05:07:48.885 INFO O| Dec 21 05:07:48.885 INFO O| Done
62962024-12-21T05:07:49.725Z[ host-image] Dec 21 05:07:48.885 INFO O| Dec 21 05:07:48.885 INFO O| Done
62972024-12-21T05:07:49.727Z[ recovery-image] Dec 21 05:07:48.889 INFO O| Dec 21 05:07:48.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62982024-12-21T05:07:49.727Z[ recovery-image] Dec 21 05:07:48.889 INFO O| Dec 21 05:07:48.889 INFO STEP 628 (remove_files) COMPLETE
62992024-12-21T05:07:49.727Z[ recovery-image] Dec 21 05:07:48.889 INFO O| Dec 21 05:07:48.889 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-12-21T05:07:49.747Z[ recovery-image] Dec 21 05:07:48.911 INFO O| Dec 21 05:07:48.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
63012024-12-21T05:07:49.767Z[ host-image] Dec 21 05:07:48.931 INFO O| Dec 21 05:07:48.931 INFO O| Done
63022024-12-21T05:07:49.767Z[ recovery-image] Dec 21 05:07:48.931 INFO O| Dec 21 05:07:48.931 INFO STEP 629 (remove_files) COMPLETE
63032024-12-21T05:07:49.767Z[ recovery-image] Dec 21 05:07:48.931 INFO O| Dec 21 05:07:48.931 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-12-21T05:07:49.803Z[ recovery-image] Dec 21 05:07:48.967 INFO O| Dec 21 05:07:48.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
63052024-12-21T05:07:49.803Z[ recovery-image] Dec 21 05:07:48.967 INFO O| Dec 21 05:07:48.967 INFO STEP 630 (remove_files) COMPLETE
63062024-12-21T05:07:49.803Z[ recovery-image] Dec 21 05:07:48.967 INFO O| Dec 21 05:07:48.967 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-12-21T05:07:49.840Z[ recovery-image] Dec 21 05:07:49.004 INFO O| Dec 21 05:07:49.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
63082024-12-21T05:07:49.840Z[ recovery-image] Dec 21 05:07:49.005 INFO O| Dec 21 05:07:49.004 INFO STEP 631 (remove_files) COMPLETE
63092024-12-21T05:07:49.843Z[ recovery-image] Dec 21 05:07:49.005 INFO O| Dec 21 05:07:49.004 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-12-21T05:07:49.870Z[ recovery-image] Dec 21 05:07:49.033 INFO O| Dec 21 05:07:49.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
63112024-12-21T05:07:49.870Z[ recovery-image] Dec 21 05:07:49.033 INFO O| Dec 21 05:07:49.033 INFO STEP 632 (remove_files) COMPLETE
63122024-12-21T05:07:49.870Z[ recovery-image] Dec 21 05:07:49.033 INFO O| Dec 21 05:07:49.033 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-12-21T05:07:49.890Z[ recovery-image] Dec 21 05:07:49.050 INFO O| Dec 21 05:07:49.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
63142024-12-21T05:07:49.890Z[ recovery-image] Dec 21 05:07:49.050 INFO O| Dec 21 05:07:49.050 INFO STEP 633 (remove_files) COMPLETE
63152024-12-21T05:07:49.890Z[ recovery-image] Dec 21 05:07:49.050 INFO O| Dec 21 05:07:49.050 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-12-21T05:07:49.904Z[ recovery-image] Dec 21 05:07:49.067 INFO O| Dec 21 05:07:49.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
63172024-12-21T05:07:49.904Z[ recovery-image] Dec 21 05:07:49.067 INFO O| Dec 21 05:07:49.067 INFO STEP 634 (remove_files) COMPLETE
63182024-12-21T05:07:49.904Z[ recovery-image] Dec 21 05:07:49.067 INFO O| Dec 21 05:07:49.067 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-12-21T05:07:49.921Z[ recovery-image] Dec 21 05:07:49.085 INFO O| Dec 21 05:07:49.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
63202024-12-21T05:07:49.921Z[ recovery-image] Dec 21 05:07:49.085 INFO O| Dec 21 05:07:49.085 INFO STEP 635 (remove_files) COMPLETE
63212024-12-21T05:07:49.921Z[ recovery-image] Dec 21 05:07:49.085 INFO O| Dec 21 05:07:49.085 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-12-21T05:07:49.941Z[ recovery-image] Dec 21 05:07:49.102 INFO O| Dec 21 05:07:49.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
63232024-12-21T05:07:49.941Z[ recovery-image] Dec 21 05:07:49.102 INFO O| Dec 21 05:07:49.102 INFO STEP 636 (remove_files) COMPLETE
63242024-12-21T05:07:49.941Z[ recovery-image] Dec 21 05:07:49.102 INFO O| Dec 21 05:07:49.102 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-12-21T05:07:49.979Z[ host-image] Dec 21 05:07:49.143 INFO O| Dec 21 05:07:49.143 INFO STEP 12 (pkg_install) COMPLETE
63262024-12-21T05:07:49.979Z[ host-image] Dec 21 05:07:49.143 INFO O| Dec 21 05:07:49.143 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
63272024-12-21T05:07:49.982Z[ recovery-image] Dec 21 05:07:49.146 INFO O| Dec 21 05:07:49.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
63282024-12-21T05:07:49.982Z[ recovery-image] Dec 21 05:07:49.146 INFO O| Dec 21 05:07:49.146 INFO STEP 637 (remove_files) COMPLETE
63292024-12-21T05:07:49.982Z[ recovery-image] Dec 21 05:07:49.146 INFO O| Dec 21 05:07:49.146 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-12-21T05:07:50.000Z[ host-image] Dec 21 05:07:49.162 INFO O| Dec 21 05:07:49.162 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
63312024-12-21T05:07:50.025Z[ recovery-image] Dec 21 05:07:49.189 INFO O| Dec 21 05:07:49.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
63322024-12-21T05:07:50.025Z[ recovery-image] Dec 21 05:07:49.189 INFO O| Dec 21 05:07:49.189 INFO STEP 638 (remove_files) COMPLETE
63332024-12-21T05:07:50.025Z[ recovery-image] Dec 21 05:07:49.189 INFO O| Dec 21 05:07:49.189 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-12-21T05:07:50.044Z[ recovery-image] Dec 21 05:07:49.208 INFO O| Dec 21 05:07:49.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
63352024-12-21T05:07:50.047Z[ recovery-image] Dec 21 05:07:49.208 INFO O| Dec 21 05:07:49.208 INFO STEP 639 (remove_files) COMPLETE
63362024-12-21T05:07:50.047Z[ recovery-image] Dec 21 05:07:49.208 INFO O| Dec 21 05:07:49.208 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-12-21T05:07:50.064Z[ recovery-image] Dec 21 05:07:49.227 INFO O| Dec 21 05:07:49.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
63382024-12-21T05:07:50.068Z[ recovery-image] Dec 21 05:07:49.227 INFO O| Dec 21 05:07:49.227 INFO STEP 640 (remove_files) COMPLETE
63392024-12-21T05:07:50.068Z[ recovery-image] Dec 21 05:07:49.227 INFO O| Dec 21 05:07:49.227 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-12-21T05:07:50.086Z[ recovery-image] Dec 21 05:07:49.249 INFO O| Dec 21 05:07:49.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
63412024-12-21T05:07:50.086Z[ recovery-image] Dec 21 05:07:49.249 INFO O| Dec 21 05:07:49.249 INFO STEP 641 (remove_files) COMPLETE
63422024-12-21T05:07:50.086Z[ recovery-image] Dec 21 05:07:49.249 INFO O| Dec 21 05:07:49.249 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-12-21T05:07:50.106Z[ recovery-image] Dec 21 05:07:49.269 INFO O| Dec 21 05:07:49.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
63442024-12-21T05:07:50.106Z[ recovery-image] Dec 21 05:07:49.269 INFO O| Dec 21 05:07:49.269 INFO STEP 642 (remove_files) COMPLETE
63452024-12-21T05:07:50.110Z[ recovery-image] Dec 21 05:07:49.269 INFO O| Dec 21 05:07:49.269 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-12-21T05:07:50.145Z[ recovery-image] Dec 21 05:07:49.309 INFO O| Dec 21 05:07:49.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
63472024-12-21T05:07:50.148Z[ recovery-image] Dec 21 05:07:49.309 INFO O| Dec 21 05:07:49.309 INFO STEP 643 (remove_files) COMPLETE
63482024-12-21T05:07:50.148Z[ recovery-image] Dec 21 05:07:49.310 INFO O| Dec 21 05:07:49.309 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-12-21T05:07:50.209Z[ recovery-image] Dec 21 05:07:49.373 INFO O| Dec 21 05:07:49.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
63502024-12-21T05:07:50.209Z[ recovery-image] Dec 21 05:07:49.373 INFO O| Dec 21 05:07:49.373 INFO STEP 644 (remove_files) COMPLETE
63512024-12-21T05:07:50.209Z[ recovery-image] Dec 21 05:07:49.373 INFO O| Dec 21 05:07:49.373 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-12-21T05:07:50.321Z[ recovery-image] Dec 21 05:07:49.485 INFO O| Dec 21 05:07:49.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63532024-12-21T05:07:50.322Z[ recovery-image] Dec 21 05:07:49.485 INFO O| Dec 21 05:07:49.485 INFO STEP 645 (remove_files) COMPLETE
63542024-12-21T05:07:50.326Z[ recovery-image] Dec 21 05:07:49.485 INFO O| Dec 21 05:07:49.485 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-12-21T05:07:50.345Z[ recovery-image] Dec 21 05:07:49.508 INFO O| Dec 21 05:07:49.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63562024-12-21T05:07:50.345Z[ recovery-image] Dec 21 05:07:49.508 INFO O| Dec 21 05:07:49.508 INFO STEP 646 (remove_files) COMPLETE
63572024-12-21T05:07:50.345Z[ recovery-image] Dec 21 05:07:49.508 INFO O| Dec 21 05:07:49.508 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-12-21T05:07:50.364Z[ recovery-image] Dec 21 05:07:49.528 INFO O| Dec 21 05:07:49.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63592024-12-21T05:07:50.364Z[ recovery-image] Dec 21 05:07:49.528 INFO O| Dec 21 05:07:49.528 INFO STEP 647 (remove_files) COMPLETE
63602024-12-21T05:07:50.364Z[ recovery-image] Dec 21 05:07:49.528 INFO O| Dec 21 05:07:49.528 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-12-21T05:07:50.400Z[ recovery-image] Dec 21 05:07:49.562 INFO O| Dec 21 05:07:49.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63622024-12-21T05:07:50.400Z[ recovery-image] Dec 21 05:07:49.562 INFO O| Dec 21 05:07:49.562 INFO STEP 648 (remove_files) COMPLETE
63632024-12-21T05:07:50.400Z[ recovery-image] Dec 21 05:07:49.562 INFO O| Dec 21 05:07:49.562 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-12-21T05:07:50.445Z[ recovery-image] Dec 21 05:07:49.609 INFO O| Dec 21 05:07:49.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63652024-12-21T05:07:50.446Z[ recovery-image] Dec 21 05:07:49.609 INFO O| Dec 21 05:07:49.609 INFO STEP 649 (remove_files) COMPLETE
63662024-12-21T05:07:50.446Z[ recovery-image] Dec 21 05:07:49.609 INFO O| Dec 21 05:07:49.609 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-12-21T05:07:50.485Z[ recovery-image] Dec 21 05:07:49.649 INFO O| Dec 21 05:07:49.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63682024-12-21T05:07:50.485Z[ recovery-image] Dec 21 05:07:49.649 INFO O| Dec 21 05:07:49.649 INFO STEP 650 (remove_files) COMPLETE
63692024-12-21T05:07:50.485Z[ recovery-image] Dec 21 05:07:49.649 INFO O| Dec 21 05:07:49.649 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-12-21T05:07:50.542Z[ recovery-image] Dec 21 05:07:49.705 INFO O| Dec 21 05:07:49.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63712024-12-21T05:07:50.542Z[ recovery-image] Dec 21 05:07:49.705 INFO O| Dec 21 05:07:49.705 INFO STEP 651 (remove_files) COMPLETE
63722024-12-21T05:07:50.542Z[ recovery-image] Dec 21 05:07:49.705 INFO O| Dec 21 05:07:49.705 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-12-21T05:07:50.563Z[ recovery-image] Dec 21 05:07:49.726 INFO O| Dec 21 05:07:49.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63742024-12-21T05:07:50.564Z[ recovery-image] Dec 21 05:07:49.726 INFO O| Dec 21 05:07:49.726 INFO STEP 652 (remove_files) COMPLETE
63752024-12-21T05:07:50.564Z[ recovery-image] Dec 21 05:07:49.727 INFO O| Dec 21 05:07:49.726 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-12-21T05:07:50.585Z[ recovery-image] Dec 21 05:07:49.749 INFO O| Dec 21 05:07:49.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63772024-12-21T05:07:50.587Z[ recovery-image] Dec 21 05:07:49.749 INFO O| Dec 21 05:07:49.749 INFO STEP 653 (remove_files) COMPLETE
63782024-12-21T05:07:50.587Z[ recovery-image] Dec 21 05:07:49.749 INFO O| Dec 21 05:07:49.749 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-12-21T05:07:50.606Z[ recovery-image] Dec 21 05:07:49.769 INFO O| Dec 21 05:07:49.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63802024-12-21T05:07:50.606Z[ recovery-image] Dec 21 05:07:49.769 INFO O| Dec 21 05:07:49.769 INFO STEP 654 (remove_files) COMPLETE
63812024-12-21T05:07:50.606Z[ recovery-image] Dec 21 05:07:49.769 INFO O| Dec 21 05:07:49.769 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-12-21T05:07:50.650Z[ recovery-image] Dec 21 05:07:49.814 INFO O| Dec 21 05:07:49.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63832024-12-21T05:07:50.653Z[ recovery-image] Dec 21 05:07:49.814 INFO O| Dec 21 05:07:49.814 INFO STEP 655 (remove_files) COMPLETE
63842024-12-21T05:07:50.653Z[ recovery-image] Dec 21 05:07:49.814 INFO O| Dec 21 05:07:49.814 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-12-21T05:07:50.701Z[ recovery-image] Dec 21 05:07:49.865 INFO O| Dec 21 05:07:49.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63862024-12-21T05:07:50.708Z[ recovery-image] Dec 21 05:07:49.865 INFO O| Dec 21 05:07:49.865 INFO STEP 656 (remove_files) COMPLETE
63872024-12-21T05:07:50.708Z[ recovery-image] Dec 21 05:07:49.865 INFO O| Dec 21 05:07:49.865 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-12-21T05:07:50.722Z[ recovery-image] Dec 21 05:07:49.885 INFO O| Dec 21 05:07:49.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63892024-12-21T05:07:50.722Z[ recovery-image] Dec 21 05:07:49.886 INFO O| Dec 21 05:07:49.885 INFO STEP 657 (remove_files) COMPLETE
63902024-12-21T05:07:50.726Z[ recovery-image] Dec 21 05:07:49.886 INFO O| Dec 21 05:07:49.886 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-12-21T05:07:50.742Z[ recovery-image] Dec 21 05:07:49.906 INFO O| Dec 21 05:07:49.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63922024-12-21T05:07:50.742Z[ recovery-image] Dec 21 05:07:49.906 INFO O| Dec 21 05:07:49.906 INFO STEP 658 (remove_files) COMPLETE
63932024-12-21T05:07:50.745Z[ recovery-image] Dec 21 05:07:49.906 INFO O| Dec 21 05:07:49.906 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-12-21T05:07:50.766Z[ recovery-image] Dec 21 05:07:49.930 INFO O| Dec 21 05:07:49.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63952024-12-21T05:07:50.769Z[ recovery-image] Dec 21 05:07:49.931 INFO O| Dec 21 05:07:49.930 INFO STEP 659 (remove_files) COMPLETE
63962024-12-21T05:07:50.769Z[ recovery-image] Dec 21 05:07:49.931 INFO O| Dec 21 05:07:49.931 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-12-21T05:07:50.801Z[ recovery-image] Dec 21 05:07:49.965 INFO O| Dec 21 05:07:49.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63982024-12-21T05:07:50.801Z[ recovery-image] Dec 21 05:07:49.965 INFO O| Dec 21 05:07:49.965 INFO STEP 660 (remove_files) COMPLETE
63992024-12-21T05:07:50.801Z[ recovery-image] Dec 21 05:07:49.965 INFO O| Dec 21 05:07:49.965 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-12-21T05:07:50.819Z[ recovery-image] Dec 21 05:07:49.983 INFO O| Dec 21 05:07:49.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
64012024-12-21T05:07:50.819Z[ recovery-image] Dec 21 05:07:49.983 INFO O| Dec 21 05:07:49.983 INFO STEP 661 (remove_files) COMPLETE
64022024-12-21T05:07:50.819Z[ recovery-image] Dec 21 05:07:49.983 INFO O| Dec 21 05:07:49.983 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-12-21T05:07:50.841Z[ recovery-image] Dec 21 05:07:50.005 INFO O| Dec 21 05:07:50.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
64042024-12-21T05:07:50.841Z[ recovery-image] Dec 21 05:07:50.005 INFO O| Dec 21 05:07:50.005 INFO STEP 662 (remove_files) COMPLETE
64052024-12-21T05:07:50.841Z[ recovery-image] Dec 21 05:07:50.005 INFO O| Dec 21 05:07:50.005 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-12-21T05:07:50.864Z[ recovery-image] Dec 21 05:07:50.028 INFO O| Dec 21 05:07:50.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
64072024-12-21T05:07:50.867Z[ recovery-image] Dec 21 05:07:50.028 INFO O| Dec 21 05:07:50.028 INFO STEP 663 (remove_files) COMPLETE
64082024-12-21T05:07:50.867Z[ recovery-image] Dec 21 05:07:50.028 INFO O| Dec 21 05:07:50.028 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-12-21T05:07:50.905Z[ recovery-image] Dec 21 05:07:50.069 INFO O| Dec 21 05:07:50.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
64102024-12-21T05:07:50.905Z[ recovery-image] Dec 21 05:07:50.069 INFO O| Dec 21 05:07:50.069 INFO STEP 664 (remove_files) COMPLETE
64112024-12-21T05:07:50.908Z[ recovery-image] Dec 21 05:07:50.069 INFO O| Dec 21 05:07:50.069 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-12-21T05:07:50.983Z[ recovery-image] Dec 21 05:07:50.146 INFO O| Dec 21 05:07:50.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
64132024-12-21T05:07:50.983Z[ recovery-image] Dec 21 05:07:50.146 INFO O| Dec 21 05:07:50.146 INFO STEP 665 (remove_files) COMPLETE
64142024-12-21T05:07:50.983Z[ recovery-image] Dec 21 05:07:50.146 INFO O| Dec 21 05:07:50.146 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-12-21T05:07:51.003Z[ recovery-image] Dec 21 05:07:50.167 INFO O| Dec 21 05:07:50.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
64162024-12-21T05:07:51.008Z[ recovery-image] Dec 21 05:07:50.167 INFO O| Dec 21 05:07:50.167 INFO STEP 666 (remove_files) COMPLETE
64172024-12-21T05:07:51.008Z[ recovery-image] Dec 21 05:07:50.167 INFO O| Dec 21 05:07:50.167 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-12-21T05:07:51.036Z[ recovery-image] Dec 21 05:07:50.200 INFO O| Dec 21 05:07:50.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
64192024-12-21T05:07:51.039Z[ recovery-image] Dec 21 05:07:50.200 INFO O| Dec 21 05:07:50.200 INFO STEP 667 (remove_files) COMPLETE
64202024-12-21T05:07:51.039Z[ recovery-image] Dec 21 05:07:50.200 INFO O| Dec 21 05:07:50.200 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-12-21T05:07:51.059Z[ recovery-image] Dec 21 05:07:50.222 INFO O| Dec 21 05:07:50.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
64222024-12-21T05:07:51.062Z[ recovery-image] Dec 21 05:07:50.223 INFO O| Dec 21 05:07:50.223 INFO STEP 668 (remove_files) COMPLETE
64232024-12-21T05:07:51.062Z[ recovery-image] Dec 21 05:07:50.223 INFO O| Dec 21 05:07:50.223 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-12-21T05:07:51.083Z[ recovery-image] Dec 21 05:07:50.246 INFO O| Dec 21 05:07:50.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
64252024-12-21T05:07:51.083Z[ recovery-image] Dec 21 05:07:50.246 INFO O| Dec 21 05:07:50.246 INFO STEP 669 (remove_files) COMPLETE
64262024-12-21T05:07:51.083Z[ recovery-image] Dec 21 05:07:50.246 INFO O| Dec 21 05:07:50.246 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-12-21T05:07:51.105Z[ recovery-image] Dec 21 05:07:50.268 INFO O| Dec 21 05:07:50.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
64282024-12-21T05:07:51.105Z[ recovery-image] Dec 21 05:07:50.269 INFO O| Dec 21 05:07:50.269 INFO STEP 670 (remove_files) COMPLETE
64292024-12-21T05:07:51.105Z[ recovery-image] Dec 21 05:07:50.269 INFO O| Dec 21 05:07:50.269 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-12-21T05:07:51.124Z[ recovery-image] Dec 21 05:07:50.287 INFO O| Dec 21 05:07:50.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
64312024-12-21T05:07:51.124Z[ recovery-image] Dec 21 05:07:50.287 INFO O| Dec 21 05:07:50.287 INFO STEP 671 (remove_files) COMPLETE
64322024-12-21T05:07:51.128Z[ recovery-image] Dec 21 05:07:50.287 INFO O| Dec 21 05:07:50.287 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-12-21T05:07:51.141Z[ recovery-image] Dec 21 05:07:50.305 INFO O| Dec 21 05:07:50.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
64342024-12-21T05:07:51.142Z[ recovery-image] Dec 21 05:07:50.305 INFO O| Dec 21 05:07:50.305 INFO STEP 672 (remove_files) COMPLETE
64352024-12-21T05:07:51.142Z[ recovery-image] Dec 21 05:07:50.305 INFO O| Dec 21 05:07:50.305 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-12-21T05:07:51.160Z[ recovery-image] Dec 21 05:07:50.323 INFO O| Dec 21 05:07:50.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
64372024-12-21T05:07:51.160Z[ recovery-image] Dec 21 05:07:50.323 INFO O| Dec 21 05:07:50.323 INFO STEP 673 (remove_files) COMPLETE
64382024-12-21T05:07:51.160Z[ recovery-image] Dec 21 05:07:50.323 INFO O| Dec 21 05:07:50.323 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-12-21T05:07:51.180Z[ recovery-image] Dec 21 05:07:50.341 INFO O| Dec 21 05:07:50.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
64402024-12-21T05:07:51.181Z[ recovery-image] Dec 21 05:07:50.341 INFO O| Dec 21 05:07:50.341 INFO STEP 674 (remove_files) COMPLETE
64412024-12-21T05:07:51.181Z[ recovery-image] Dec 21 05:07:50.341 INFO O| Dec 21 05:07:50.341 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-12-21T05:07:51.230Z[ host-image] Dec 21 05:07:50.394 INFO O| Dec 21 05:07:50.394 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
64432024-12-21T05:07:51.239Z[ recovery-image] Dec 21 05:07:50.403 INFO O| Dec 21 05:07:50.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
64442024-12-21T05:07:51.242Z[ recovery-image] Dec 21 05:07:50.403 INFO O| Dec 21 05:07:50.403 INFO STEP 675 (remove_files) COMPLETE
64452024-12-21T05:07:51.242Z[ recovery-image] Dec 21 05:07:50.404 INFO O| Dec 21 05:07:50.404 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-12-21T05:07:51.260Z[ recovery-image] Dec 21 05:07:50.423 INFO O| Dec 21 05:07:50.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
64472024-12-21T05:07:51.262Z[ recovery-image] Dec 21 05:07:50.424 INFO O| Dec 21 05:07:50.424 INFO STEP 676 (remove_files) COMPLETE
64482024-12-21T05:07:51.262Z[ recovery-image] Dec 21 05:07:50.424 INFO O| Dec 21 05:07:50.424 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-12-21T05:07:51.280Z[ recovery-image] Dec 21 05:07:50.442 INFO O| Dec 21 05:07:50.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
64502024-12-21T05:07:51.303Z[ recovery-image] Dec 21 05:07:50.467 INFO O| Dec 21 05:07:50.467 INFO STEP 677 (remove_files) COMPLETE
64512024-12-21T05:07:51.303Z[ recovery-image] Dec 21 05:07:50.467 INFO O| Dec 21 05:07:50.467 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-12-21T05:07:51.323Z[ recovery-image] Dec 21 05:07:50.487 INFO O| Dec 21 05:07:50.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64532024-12-21T05:07:51.324Z[ recovery-image] Dec 21 05:07:50.487 INFO O| Dec 21 05:07:50.487 INFO STEP 678 (remove_files) COMPLETE
64542024-12-21T05:07:51.329Z[ recovery-image] Dec 21 05:07:50.487 INFO O| Dec 21 05:07:50.487 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-12-21T05:07:51.345Z[ recovery-image] Dec 21 05:07:50.507 INFO O| Dec 21 05:07:50.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64562024-12-21T05:07:51.345Z[ recovery-image] Dec 21 05:07:50.507 INFO O| Dec 21 05:07:50.507 INFO STEP 679 (remove_files) COMPLETE
64572024-12-21T05:07:51.349Z[ recovery-image] Dec 21 05:07:50.507 INFO O| Dec 21 05:07:50.507 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-12-21T05:07:51.400Z[ recovery-image] Dec 21 05:07:50.563 INFO O| Dec 21 05:07:50.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64592024-12-21T05:07:51.400Z[ recovery-image] Dec 21 05:07:50.563 INFO O| Dec 21 05:07:50.563 INFO STEP 680 (remove_files) COMPLETE
64602024-12-21T05:07:51.404Z[ recovery-image] Dec 21 05:07:50.563 INFO O| Dec 21 05:07:50.563 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-12-21T05:07:51.425Z[ recovery-image] Dec 21 05:07:50.589 INFO O| Dec 21 05:07:50.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64622024-12-21T05:07:51.425Z[ recovery-image] Dec 21 05:07:50.589 INFO O| Dec 21 05:07:50.589 INFO STEP 681 (remove_files) COMPLETE
64632024-12-21T05:07:51.425Z[ recovery-image] Dec 21 05:07:50.589 INFO O| Dec 21 05:07:50.589 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-12-21T05:07:51.484Z[ recovery-image] Dec 21 05:07:50.647 INFO O| Dec 21 05:07:50.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64652024-12-21T05:07:51.484Z[ recovery-image] Dec 21 05:07:50.647 INFO O| Dec 21 05:07:50.647 INFO STEP 682 (remove_files) COMPLETE
64662024-12-21T05:07:51.484Z[ recovery-image] Dec 21 05:07:50.647 INFO O| Dec 21 05:07:50.647 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-12-21T05:07:51.504Z[ recovery-image] Dec 21 05:07:50.666 INFO O| Dec 21 05:07:50.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64682024-12-21T05:07:51.504Z[ recovery-image] Dec 21 05:07:50.666 INFO O| Dec 21 05:07:50.666 INFO STEP 683 (remove_files) COMPLETE
64692024-12-21T05:07:51.504Z[ recovery-image] Dec 21 05:07:50.666 INFO O| Dec 21 05:07:50.666 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-12-21T05:07:51.564Z[ recovery-image] Dec 21 05:07:50.728 INFO O| Dec 21 05:07:50.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64712024-12-21T05:07:51.565Z[ recovery-image] Dec 21 05:07:50.728 INFO O| Dec 21 05:07:50.728 INFO STEP 684 (remove_files) COMPLETE
64722024-12-21T05:07:51.569Z[ recovery-image] Dec 21 05:07:50.728 INFO O| Dec 21 05:07:50.728 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-12-21T05:07:51.587Z[ recovery-image] Dec 21 05:07:50.749 INFO O| Dec 21 05:07:50.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64742024-12-21T05:07:51.603Z[ recovery-image] Dec 21 05:07:50.760 INFO O| Dec 21 05:07:50.760 INFO STEP 685 (remove_files) COMPLETE
64752024-12-21T05:07:51.603Z[ recovery-image] Dec 21 05:07:50.760 INFO O| Dec 21 05:07:50.760 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-12-21T05:07:51.617Z[ recovery-image] Dec 21 05:07:50.778 INFO O| Dec 21 05:07:50.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64772024-12-21T05:07:51.617Z[ recovery-image] Dec 21 05:07:50.778 INFO O| Dec 21 05:07:50.778 INFO STEP 686 (remove_files) COMPLETE
64782024-12-21T05:07:51.617Z[ recovery-image] Dec 21 05:07:50.778 INFO O| Dec 21 05:07:50.778 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-12-21T05:07:51.659Z[ recovery-image] Dec 21 05:07:50.823 INFO O| Dec 21 05:07:50.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64802024-12-21T05:07:51.659Z[ recovery-image] Dec 21 05:07:50.823 INFO O| Dec 21 05:07:50.823 INFO STEP 687 (remove_files) COMPLETE
64812024-12-21T05:07:51.659Z[ recovery-image] Dec 21 05:07:50.823 INFO O| Dec 21 05:07:50.823 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-12-21T05:07:51.689Z[ recovery-image] Dec 21 05:07:50.853 INFO O| Dec 21 05:07:50.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64832024-12-21T05:07:51.689Z[ recovery-image] Dec 21 05:07:50.853 INFO O| Dec 21 05:07:50.853 INFO STEP 688 (remove_files) COMPLETE
64842024-12-21T05:07:51.689Z[ recovery-image] Dec 21 05:07:50.853 INFO O| Dec 21 05:07:50.853 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-12-21T05:07:51.710Z[ recovery-image] Dec 21 05:07:50.874 INFO O| Dec 21 05:07:50.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64862024-12-21T05:07:51.710Z[ recovery-image] Dec 21 05:07:50.874 INFO O| Dec 21 05:07:50.874 INFO STEP 689 (remove_files) COMPLETE
64872024-12-21T05:07:51.710Z[ recovery-image] Dec 21 05:07:50.874 INFO O| Dec 21 05:07:50.874 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-12-21T05:07:51.731Z[ recovery-image] Dec 21 05:07:50.894 INFO O| Dec 21 05:07:50.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64892024-12-21T05:07:51.731Z[ recovery-image] Dec 21 05:07:50.894 INFO O| Dec 21 05:07:50.894 INFO STEP 690 (remove_files) COMPLETE
64902024-12-21T05:07:51.733Z[ recovery-image] Dec 21 05:07:50.894 INFO O| Dec 21 05:07:50.894 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-12-21T05:07:51.750Z[ recovery-image] Dec 21 05:07:50.914 INFO O| Dec 21 05:07:50.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64922024-12-21T05:07:51.750Z[ recovery-image] Dec 21 05:07:50.914 INFO O| Dec 21 05:07:50.914 INFO STEP 691 (remove_files) COMPLETE
64932024-12-21T05:07:51.750Z[ recovery-image] Dec 21 05:07:50.914 INFO O| Dec 21 05:07:50.914 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-12-21T05:07:51.812Z[ recovery-image] Dec 21 05:07:50.975 INFO O| Dec 21 05:07:50.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64952024-12-21T05:07:51.812Z[ recovery-image] Dec 21 05:07:50.975 INFO O| Dec 21 05:07:50.975 INFO STEP 692 (remove_files) COMPLETE
64962024-12-21T05:07:51.812Z[ recovery-image] Dec 21 05:07:50.975 INFO O| Dec 21 05:07:50.975 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-12-21T05:07:51.838Z[ recovery-image] Dec 21 05:07:51.001 INFO O| Dec 21 05:07:51.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64982024-12-21T05:07:51.840Z[ recovery-image] Dec 21 05:07:51.001 INFO O| Dec 21 05:07:51.001 INFO STEP 693 (remove_files) COMPLETE
64992024-12-21T05:07:51.840Z[ recovery-image] Dec 21 05:07:51.002 INFO O| Dec 21 05:07:51.001 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-12-21T05:07:51.859Z[ recovery-image] Dec 21 05:07:51.022 INFO O| Dec 21 05:07:51.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
65012024-12-21T05:07:51.861Z[ recovery-image] Dec 21 05:07:51.023 INFO O| Dec 21 05:07:51.022 INFO STEP 694 (remove_files) COMPLETE
65022024-12-21T05:07:51.862Z[ recovery-image] Dec 21 05:07:51.023 INFO O| Dec 21 05:07:51.023 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-12-21T05:07:51.879Z[ recovery-image] Dec 21 05:07:51.043 INFO O| Dec 21 05:07:51.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
65042024-12-21T05:07:51.882Z[ recovery-image] Dec 21 05:07:51.043 INFO O| Dec 21 05:07:51.043 INFO STEP 695 (remove_files) COMPLETE
65052024-12-21T05:07:51.882Z[ recovery-image] Dec 21 05:07:51.043 INFO O| Dec 21 05:07:51.043 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-12-21T05:07:51.897Z[ recovery-image] Dec 21 05:07:51.061 INFO O| Dec 21 05:07:51.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
65072024-12-21T05:07:51.900Z[ recovery-image] Dec 21 05:07:51.062 INFO O| Dec 21 05:07:51.061 INFO STEP 696 (remove_files) COMPLETE
65082024-12-21T05:07:51.900Z[ recovery-image] Dec 21 05:07:51.062 INFO O| Dec 21 05:07:51.062 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-12-21T05:07:51.916Z[ recovery-image] Dec 21 05:07:51.080 INFO O| Dec 21 05:07:51.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
65102024-12-21T05:07:51.916Z[ recovery-image] Dec 21 05:07:51.080 INFO O| Dec 21 05:07:51.080 INFO STEP 697 (remove_files) COMPLETE
65112024-12-21T05:07:51.916Z[ recovery-image] Dec 21 05:07:51.080 INFO O| Dec 21 05:07:51.080 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-12-21T05:07:51.936Z[ recovery-image] Dec 21 05:07:51.099 INFO O| Dec 21 05:07:51.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
65132024-12-21T05:07:51.938Z[ recovery-image] Dec 21 05:07:51.099 INFO O| Dec 21 05:07:51.099 INFO STEP 698 (remove_files) COMPLETE
65142024-12-21T05:07:51.942Z[ recovery-image] Dec 21 05:07:51.099 INFO O| Dec 21 05:07:51.099 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-12-21T05:07:51.962Z[ recovery-image] Dec 21 05:07:51.120 INFO O| Dec 21 05:07:51.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
65162024-12-21T05:07:51.963Z[ recovery-image] Dec 21 05:07:51.120 INFO O| Dec 21 05:07:51.120 INFO STEP 699 (remove_files) COMPLETE
65172024-12-21T05:07:51.963Z[ recovery-image] Dec 21 05:07:51.120 INFO O| Dec 21 05:07:51.120 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-12-21T05:07:51.994Z[ recovery-image] Dec 21 05:07:51.158 INFO O| Dec 21 05:07:51.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
65192024-12-21T05:07:51.994Z[ recovery-image] Dec 21 05:07:51.158 INFO O| Dec 21 05:07:51.158 INFO STEP 700 (remove_files) COMPLETE
65202024-12-21T05:07:51.994Z[ recovery-image] Dec 21 05:07:51.158 INFO O| Dec 21 05:07:51.158 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-12-21T05:07:52.025Z[ recovery-image] Dec 21 05:07:51.188 INFO O| Dec 21 05:07:51.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
65222024-12-21T05:07:52.028Z[ recovery-image] Dec 21 05:07:51.189 INFO O| Dec 21 05:07:51.189 INFO STEP 701 (remove_files) COMPLETE
65232024-12-21T05:07:52.028Z[ recovery-image] Dec 21 05:07:51.189 INFO O| Dec 21 05:07:51.189 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-12-21T05:07:52.081Z[ recovery-image] Dec 21 05:07:51.245 INFO O| Dec 21 05:07:51.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
65252024-12-21T05:07:52.081Z[ recovery-image] Dec 21 05:07:51.245 INFO O| Dec 21 05:07:51.245 INFO STEP 702 (remove_files) COMPLETE
65262024-12-21T05:07:52.081Z[ recovery-image] Dec 21 05:07:51.245 INFO O| Dec 21 05:07:51.245 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-12-21T05:07:52.102Z[ recovery-image] Dec 21 05:07:51.266 INFO O| Dec 21 05:07:51.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
65282024-12-21T05:07:52.103Z[ recovery-image] Dec 21 05:07:51.266 INFO O| Dec 21 05:07:51.266 INFO STEP 703 (remove_files) COMPLETE
65292024-12-21T05:07:52.103Z[ recovery-image] Dec 21 05:07:51.266 INFO O| Dec 21 05:07:51.266 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-12-21T05:07:52.126Z[ recovery-image] Dec 21 05:07:51.290 INFO O| Dec 21 05:07:51.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
65312024-12-21T05:07:52.129Z[ recovery-image] Dec 21 05:07:51.290 INFO O| Dec 21 05:07:51.290 INFO STEP 704 (remove_files) COMPLETE
65322024-12-21T05:07:52.129Z[ recovery-image] Dec 21 05:07:51.291 INFO O| Dec 21 05:07:51.290 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-12-21T05:07:52.150Z[ recovery-image] Dec 21 05:07:51.313 INFO O| Dec 21 05:07:51.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
65342024-12-21T05:07:52.152Z[ recovery-image] Dec 21 05:07:51.313 INFO O| Dec 21 05:07:51.313 INFO STEP 705 (remove_files) COMPLETE
65352024-12-21T05:07:52.152Z[ recovery-image] Dec 21 05:07:51.313 INFO O| Dec 21 05:07:51.313 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-12-21T05:07:52.190Z[ recovery-image] Dec 21 05:07:51.353 INFO O| Dec 21 05:07:51.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
65372024-12-21T05:07:52.190Z[ recovery-image] Dec 21 05:07:51.353 INFO O| Dec 21 05:07:51.353 INFO STEP 706 (remove_files) COMPLETE
65382024-12-21T05:07:52.190Z[ recovery-image] Dec 21 05:07:51.353 INFO O| Dec 21 05:07:51.353 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-12-21T05:07:52.208Z[ recovery-image] Dec 21 05:07:51.372 INFO O| Dec 21 05:07:51.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
65402024-12-21T05:07:52.209Z[ recovery-image] Dec 21 05:07:51.372 INFO O| Dec 21 05:07:51.372 INFO STEP 707 (remove_files) COMPLETE
65412024-12-21T05:07:52.212Z[ recovery-image] Dec 21 05:07:51.372 INFO O| Dec 21 05:07:51.372 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-12-21T05:07:52.245Z[ recovery-image] Dec 21 05:07:51.409 INFO O| Dec 21 05:07:51.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
65432024-12-21T05:07:52.246Z[ recovery-image] Dec 21 05:07:51.409 INFO O| Dec 21 05:07:51.409 INFO STEP 708 (remove_files) COMPLETE
65442024-12-21T05:07:52.246Z[ recovery-image] Dec 21 05:07:51.409 INFO O| Dec 21 05:07:51.409 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-12-21T05:07:52.264Z[ recovery-image] Dec 21 05:07:51.428 INFO O| Dec 21 05:07:51.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
65462024-12-21T05:07:52.264Z[ recovery-image] Dec 21 05:07:51.428 INFO O| Dec 21 05:07:51.428 INFO STEP 709 (remove_files) COMPLETE
65472024-12-21T05:07:52.264Z[ recovery-image] Dec 21 05:07:51.428 INFO O| Dec 21 05:07:51.428 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-12-21T05:07:52.284Z[ recovery-image] Dec 21 05:07:51.447 INFO O| Dec 21 05:07:51.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
65492024-12-21T05:07:52.284Z[ recovery-image] Dec 21 05:07:51.447 INFO O| Dec 21 05:07:51.447 INFO STEP 710 (remove_files) COMPLETE
65502024-12-21T05:07:52.284Z[ recovery-image] Dec 21 05:07:51.447 INFO O| Dec 21 05:07:51.447 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-12-21T05:07:52.319Z[ recovery-image] Dec 21 05:07:51.483 INFO O| Dec 21 05:07:51.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65522024-12-21T05:07:52.322Z[ recovery-image] Dec 21 05:07:51.483 INFO O| Dec 21 05:07:51.483 INFO STEP 711 (remove_files) COMPLETE
65532024-12-21T05:07:52.323Z[ recovery-image] Dec 21 05:07:51.483 INFO O| Dec 21 05:07:51.483 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-12-21T05:07:52.353Z[ recovery-image] Dec 21 05:07:51.517 INFO O| Dec 21 05:07:51.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65552024-12-21T05:07:52.354Z[ recovery-image] Dec 21 05:07:51.517 INFO O| Dec 21 05:07:51.517 INFO STEP 712 (remove_files) COMPLETE
65562024-12-21T05:07:52.354Z[ recovery-image] Dec 21 05:07:51.517 INFO O| Dec 21 05:07:51.517 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-12-21T05:07:52.375Z[ recovery-image] Dec 21 05:07:51.538 INFO O| Dec 21 05:07:51.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65582024-12-21T05:07:52.375Z[ recovery-image] Dec 21 05:07:51.538 INFO O| Dec 21 05:07:51.538 INFO STEP 713 (remove_files) COMPLETE
65592024-12-21T05:07:52.375Z[ recovery-image] Dec 21 05:07:51.538 INFO O| Dec 21 05:07:51.538 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-12-21T05:07:52.396Z[ recovery-image] Dec 21 05:07:51.558 INFO O| Dec 21 05:07:51.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65612024-12-21T05:07:52.396Z[ recovery-image] Dec 21 05:07:51.558 INFO O| Dec 21 05:07:51.558 INFO STEP 714 (remove_files) COMPLETE
65622024-12-21T05:07:52.396Z[ recovery-image] Dec 21 05:07:51.558 INFO O| Dec 21 05:07:51.558 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-12-21T05:07:52.414Z[ recovery-image] Dec 21 05:07:51.577 INFO O| Dec 21 05:07:51.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65642024-12-21T05:07:52.414Z[ recovery-image] Dec 21 05:07:51.577 INFO O| Dec 21 05:07:51.577 INFO STEP 715 (remove_files) COMPLETE
65652024-12-21T05:07:52.414Z[ recovery-image] Dec 21 05:07:51.577 INFO O| Dec 21 05:07:51.577 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-12-21T05:07:52.434Z[ recovery-image] Dec 21 05:07:51.597 INFO O| Dec 21 05:07:51.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65672024-12-21T05:07:52.434Z[ recovery-image] Dec 21 05:07:51.597 INFO O| Dec 21 05:07:51.597 INFO STEP 716 (remove_files) COMPLETE
65682024-12-21T05:07:52.434Z[ recovery-image] Dec 21 05:07:51.597 INFO O| Dec 21 05:07:51.597 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-12-21T05:07:52.456Z[ recovery-image] Dec 21 05:07:51.619 INFO O| Dec 21 05:07:51.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65702024-12-21T05:07:52.456Z[ recovery-image] Dec 21 05:07:51.619 INFO O| Dec 21 05:07:51.619 INFO STEP 717 (remove_files) COMPLETE
65712024-12-21T05:07:52.456Z[ recovery-image] Dec 21 05:07:51.619 INFO O| Dec 21 05:07:51.619 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-12-21T05:07:52.478Z[ recovery-image] Dec 21 05:07:51.641 INFO O| Dec 21 05:07:51.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65732024-12-21T05:07:52.478Z[ recovery-image] Dec 21 05:07:51.641 INFO O| Dec 21 05:07:51.641 INFO STEP 718 (remove_files) COMPLETE
65742024-12-21T05:07:52.478Z[ recovery-image] Dec 21 05:07:51.641 INFO O| Dec 21 05:07:51.641 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-12-21T05:07:52.515Z[ recovery-image] Dec 21 05:07:51.676 INFO O| Dec 21 05:07:51.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65762024-12-21T05:07:52.519Z[ recovery-image] Dec 21 05:07:51.676 INFO O| Dec 21 05:07:51.676 INFO STEP 719 (remove_files) COMPLETE
65772024-12-21T05:07:52.519Z[ recovery-image] Dec 21 05:07:51.676 INFO O| Dec 21 05:07:51.676 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-12-21T05:07:52.570Z[ recovery-image] Dec 21 05:07:51.732 INFO O| Dec 21 05:07:51.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65792024-12-21T05:07:52.570Z[ recovery-image] Dec 21 05:07:51.732 INFO O| Dec 21 05:07:51.732 INFO STEP 720 (remove_files) COMPLETE
65802024-12-21T05:07:52.570Z[ recovery-image] Dec 21 05:07:51.732 INFO O| Dec 21 05:07:51.732 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-12-21T05:07:52.630Z[ recovery-image] Dec 21 05:07:51.793 INFO O| Dec 21 05:07:51.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65822024-12-21T05:07:52.630Z[ recovery-image] Dec 21 05:07:51.793 INFO O| Dec 21 05:07:51.793 INFO STEP 721 (remove_files) COMPLETE
65832024-12-21T05:07:52.630Z[ recovery-image] Dec 21 05:07:51.793 INFO O| Dec 21 05:07:51.793 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-12-21T05:07:52.676Z[ recovery-image] Dec 21 05:07:51.838 INFO O| Dec 21 05:07:51.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65852024-12-21T05:07:52.680Z[ recovery-image] Dec 21 05:07:51.838 INFO O| Dec 21 05:07:51.838 INFO STEP 722 (remove_files) COMPLETE
65862024-12-21T05:07:52.681Z[ recovery-image] Dec 21 05:07:51.838 INFO O| Dec 21 05:07:51.838 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-12-21T05:07:52.693Z[ recovery-image] Dec 21 05:07:51.856 INFO O| Dec 21 05:07:51.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65882024-12-21T05:07:52.693Z[ recovery-image] Dec 21 05:07:51.857 INFO O| Dec 21 05:07:51.856 INFO STEP 723 (remove_files) COMPLETE
65892024-12-21T05:07:52.695Z[ recovery-image] Dec 21 05:07:51.857 INFO O| Dec 21 05:07:51.857 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-12-21T05:07:52.716Z[ recovery-image] Dec 21 05:07:51.879 INFO O| Dec 21 05:07:51.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65912024-12-21T05:07:52.716Z[ recovery-image] Dec 21 05:07:51.879 INFO O| Dec 21 05:07:51.879 INFO STEP 724 (remove_files) COMPLETE
65922024-12-21T05:07:52.716Z[ recovery-image] Dec 21 05:07:51.879 INFO O| Dec 21 05:07:51.879 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-12-21T05:07:52.736Z[ recovery-image] Dec 21 05:07:51.899 INFO O| Dec 21 05:07:51.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65942024-12-21T05:07:52.739Z[ recovery-image] Dec 21 05:07:51.899 INFO O| Dec 21 05:07:51.899 INFO STEP 725 (remove_files) COMPLETE
65952024-12-21T05:07:52.739Z[ recovery-image] Dec 21 05:07:51.899 INFO O| Dec 21 05:07:51.899 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-12-21T05:07:52.772Z[ recovery-image] Dec 21 05:07:51.936 INFO O| Dec 21 05:07:51.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65972024-12-21T05:07:52.772Z[ recovery-image] Dec 21 05:07:51.936 INFO O| Dec 21 05:07:51.936 INFO STEP 726 (remove_files) COMPLETE
65982024-12-21T05:07:52.772Z[ recovery-image] Dec 21 05:07:51.936 INFO O| Dec 21 05:07:51.936 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-12-21T05:07:52.812Z[ recovery-image] Dec 21 05:07:51.976 INFO O| Dec 21 05:07:51.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
66002024-12-21T05:07:52.815Z[ recovery-image] Dec 21 05:07:51.976 INFO O| Dec 21 05:07:51.976 INFO STEP 727 (remove_files) COMPLETE
66012024-12-21T05:07:52.815Z[ recovery-image] Dec 21 05:07:51.976 INFO O| Dec 21 05:07:51.976 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-12-21T05:07:52.845Z[ recovery-image] Dec 21 05:07:52.009 INFO O| Dec 21 05:07:52.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
66032024-12-21T05:07:52.845Z[ recovery-image] Dec 21 05:07:52.009 INFO O| Dec 21 05:07:52.009 INFO STEP 728 (remove_files) COMPLETE
66042024-12-21T05:07:52.848Z[ recovery-image] Dec 21 05:07:52.009 INFO O| Dec 21 05:07:52.009 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-12-21T05:07:52.872Z[ recovery-image] Dec 21 05:07:52.033 INFO O| Dec 21 05:07:52.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
66062024-12-21T05:07:52.873Z[ recovery-image] Dec 21 05:07:52.033 INFO O| Dec 21 05:07:52.033 INFO STEP 729 (remove_files) COMPLETE
66072024-12-21T05:07:52.873Z[ recovery-image] Dec 21 05:07:52.033 INFO O| Dec 21 05:07:52.033 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-12-21T05:07:52.890Z[ recovery-image] Dec 21 05:07:52.054 INFO O| Dec 21 05:07:52.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
66092024-12-21T05:07:52.891Z[ recovery-image] Dec 21 05:07:52.054 INFO O| Dec 21 05:07:52.054 INFO STEP 730 (remove_files) COMPLETE
66102024-12-21T05:07:52.892Z[ recovery-image] Dec 21 05:07:52.054 INFO O| Dec 21 05:07:52.054 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-12-21T05:07:52.912Z[ recovery-image] Dec 21 05:07:52.075 INFO O| Dec 21 05:07:52.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
66122024-12-21T05:07:52.912Z[ recovery-image] Dec 21 05:07:52.076 INFO O| Dec 21 05:07:52.075 INFO STEP 731 (remove_files) COMPLETE
66132024-12-21T05:07:52.913Z[ recovery-image] Dec 21 05:07:52.076 INFO O| Dec 21 05:07:52.075 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-12-21T05:07:52.943Z[ recovery-image] Dec 21 05:07:52.106 INFO O| Dec 21 05:07:52.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
66152024-12-21T05:07:52.943Z[ recovery-image] Dec 21 05:07:52.106 INFO O| Dec 21 05:07:52.106 INFO STEP 732 (remove_files) COMPLETE
66162024-12-21T05:07:52.943Z[ recovery-image] Dec 21 05:07:52.106 INFO O| Dec 21 05:07:52.106 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-12-21T05:07:52.984Z[ recovery-image] Dec 21 05:07:52.147 INFO O| Dec 21 05:07:52.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
66182024-12-21T05:07:52.984Z[ recovery-image] Dec 21 05:07:52.147 INFO O| Dec 21 05:07:52.147 INFO STEP 733 (remove_files) COMPLETE
66192024-12-21T05:07:52.988Z[ recovery-image] Dec 21 05:07:52.147 INFO O| Dec 21 05:07:52.147 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-12-21T05:07:53.002Z[ recovery-image] Dec 21 05:07:52.166 INFO O| Dec 21 05:07:52.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
66212024-12-21T05:07:53.002Z[ recovery-image] Dec 21 05:07:52.166 INFO O| Dec 21 05:07:52.166 INFO STEP 734 (remove_files) COMPLETE
66222024-12-21T05:07:53.002Z[ recovery-image] Dec 21 05:07:52.166 INFO O| Dec 21 05:07:52.166 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-12-21T05:07:53.061Z[ recovery-image] Dec 21 05:07:52.222 INFO O| Dec 21 05:07:52.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
66242024-12-21T05:07:53.066Z[ recovery-image] Dec 21 05:07:52.223 INFO O| Dec 21 05:07:52.223 INFO STEP 735 (remove_files) COMPLETE
66252024-12-21T05:07:53.066Z[ recovery-image] Dec 21 05:07:52.223 INFO O| Dec 21 05:07:52.223 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-12-21T05:07:53.085Z[ recovery-image] Dec 21 05:07:52.249 INFO O| Dec 21 05:07:52.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
66272024-12-21T05:07:53.086Z[ recovery-image] Dec 21 05:07:52.249 INFO O| Dec 21 05:07:52.249 INFO STEP 736 (remove_files) COMPLETE
66282024-12-21T05:07:53.088Z[ recovery-image] Dec 21 05:07:52.249 INFO O| Dec 21 05:07:52.249 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-12-21T05:07:53.111Z[ recovery-image] Dec 21 05:07:52.274 INFO O| Dec 21 05:07:52.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
66302024-12-21T05:07:53.114Z[ recovery-image] Dec 21 05:07:52.275 INFO O| Dec 21 05:07:52.274 INFO STEP 737 (remove_files) COMPLETE
66312024-12-21T05:07:53.114Z[ recovery-image] Dec 21 05:07:52.275 INFO O| Dec 21 05:07:52.275 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-12-21T05:07:53.156Z[ recovery-image] Dec 21 05:07:52.319 INFO O| Dec 21 05:07:52.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
66332024-12-21T05:07:53.156Z[ recovery-image] Dec 21 05:07:52.319 INFO O| Dec 21 05:07:52.319 INFO STEP 738 (remove_files) COMPLETE
66342024-12-21T05:07:53.156Z[ recovery-image] Dec 21 05:07:52.319 INFO O| Dec 21 05:07:52.319 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-12-21T05:07:53.181Z[ recovery-image] Dec 21 05:07:52.344 INFO O| Dec 21 05:07:52.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
66362024-12-21T05:07:53.184Z[ recovery-image] Dec 21 05:07:52.345 INFO O| Dec 21 05:07:52.344 INFO STEP 739 (remove_files) COMPLETE
66372024-12-21T05:07:53.184Z[ recovery-image] Dec 21 05:07:52.345 INFO O| Dec 21 05:07:52.344 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-12-21T05:07:53.224Z[ recovery-image] Dec 21 05:07:52.387 INFO O| Dec 21 05:07:52.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
66392024-12-21T05:07:53.224Z[ recovery-image] Dec 21 05:07:52.388 INFO O| Dec 21 05:07:52.387 INFO STEP 740 (remove_files) COMPLETE
66402024-12-21T05:07:53.224Z[ recovery-image] Dec 21 05:07:52.388 INFO O| Dec 21 05:07:52.388 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-12-21T05:07:53.244Z[ recovery-image] Dec 21 05:07:52.407 INFO O| Dec 21 05:07:52.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
66422024-12-21T05:07:53.244Z[ recovery-image] Dec 21 05:07:52.407 INFO O| Dec 21 05:07:52.407 INFO STEP 741 (remove_files) COMPLETE
66432024-12-21T05:07:53.244Z[ recovery-image] Dec 21 05:07:52.407 INFO O| Dec 21 05:07:52.407 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-12-21T05:07:53.264Z[ recovery-image] Dec 21 05:07:52.426 INFO O| Dec 21 05:07:52.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
66452024-12-21T05:07:53.264Z[ recovery-image] Dec 21 05:07:52.426 INFO O| Dec 21 05:07:52.426 INFO STEP 742 (remove_files) COMPLETE
66462024-12-21T05:07:53.264Z[ recovery-image] Dec 21 05:07:52.426 INFO O| Dec 21 05:07:52.426 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-12-21T05:07:53.346Z[ recovery-image] Dec 21 05:07:52.510 INFO O| Dec 21 05:07:52.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
66482024-12-21T05:07:53.346Z[ recovery-image] Dec 21 05:07:52.510 INFO O| Dec 21 05:07:52.510 INFO STEP 743 (remove_files) COMPLETE
66492024-12-21T05:07:53.346Z[ recovery-image] Dec 21 05:07:52.510 INFO O| Dec 21 05:07:52.510 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-12-21T05:07:53.380Z[ recovery-image] Dec 21 05:07:52.543 INFO O| Dec 21 05:07:52.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
66512024-12-21T05:07:53.380Z[ recovery-image] Dec 21 05:07:52.543 INFO O| Dec 21 05:07:52.543 INFO STEP 744 (remove_files) COMPLETE
66522024-12-21T05:07:53.380Z[ recovery-image] Dec 21 05:07:52.543 INFO O| Dec 21 05:07:52.543 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-12-21T05:07:53.467Z[ recovery-image] Dec 21 05:07:52.631 INFO O| Dec 21 05:07:52.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66542024-12-21T05:07:53.475Z[ recovery-image] Dec 21 05:07:52.638 INFO O| Dec 21 05:07:52.638 INFO STEP 745 (remove_files) COMPLETE
66552024-12-21T05:07:53.475Z[ recovery-image] Dec 21 05:07:52.638 INFO O| Dec 21 05:07:52.638 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-12-21T05:07:53.513Z[ recovery-image] Dec 21 05:07:52.676 INFO O| Dec 21 05:07:52.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66572024-12-21T05:07:53.513Z[ recovery-image] Dec 21 05:07:52.677 INFO O| Dec 21 05:07:52.677 INFO STEP 746 (remove_files) COMPLETE
66582024-12-21T05:07:53.513Z[ recovery-image] Dec 21 05:07:52.677 INFO O| Dec 21 05:07:52.677 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-12-21T05:07:53.550Z[ recovery-image] Dec 21 05:07:52.713 INFO O| Dec 21 05:07:52.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66602024-12-21T05:07:53.553Z[ recovery-image] Dec 21 05:07:52.713 INFO O| Dec 21 05:07:52.713 INFO STEP 747 (remove_files) COMPLETE
66612024-12-21T05:07:53.553Z[ recovery-image] Dec 21 05:07:52.713 INFO O| Dec 21 05:07:52.713 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-12-21T05:07:53.573Z[ recovery-image] Dec 21 05:07:52.736 INFO O| Dec 21 05:07:52.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66632024-12-21T05:07:53.577Z[ recovery-image] Dec 21 05:07:52.736 INFO O| Dec 21 05:07:52.736 INFO STEP 748 (remove_files) COMPLETE
66642024-12-21T05:07:53.578Z[ recovery-image] Dec 21 05:07:52.737 INFO O| Dec 21 05:07:52.736 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-12-21T05:07:53.594Z[ recovery-image] Dec 21 05:07:52.758 INFO O| Dec 21 05:07:52.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66662024-12-21T05:07:53.598Z[ recovery-image] Dec 21 05:07:52.758 INFO O| Dec 21 05:07:52.758 INFO STEP 749 (remove_files) COMPLETE
66672024-12-21T05:07:53.598Z[ recovery-image] Dec 21 05:07:52.758 INFO O| Dec 21 05:07:52.758 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-12-21T05:07:53.615Z[ recovery-image] Dec 21 05:07:52.777 INFO O| Dec 21 05:07:52.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66692024-12-21T05:07:53.615Z[ recovery-image] Dec 21 05:07:52.777 INFO O| Dec 21 05:07:52.777 INFO STEP 750 (remove_files) COMPLETE
66702024-12-21T05:07:53.619Z[ recovery-image] Dec 21 05:07:52.777 INFO O| Dec 21 05:07:52.777 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-12-21T05:07:53.633Z[ recovery-image] Dec 21 05:07:52.795 INFO O| Dec 21 05:07:52.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66722024-12-21T05:07:53.633Z[ recovery-image] Dec 21 05:07:52.795 INFO O| Dec 21 05:07:52.795 INFO STEP 751 (remove_files) COMPLETE
66732024-12-21T05:07:53.633Z[ recovery-image] Dec 21 05:07:52.795 INFO O| Dec 21 05:07:52.795 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-12-21T05:07:53.651Z[ recovery-image] Dec 21 05:07:52.814 INFO O| Dec 21 05:07:52.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66752024-12-21T05:07:53.652Z[ recovery-image] Dec 21 05:07:52.814 INFO O| Dec 21 05:07:52.814 INFO STEP 752 (remove_files) COMPLETE
66762024-12-21T05:07:53.652Z[ recovery-image] Dec 21 05:07:52.814 INFO O| Dec 21 05:07:52.814 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-12-21T05:07:53.706Z[ recovery-image] Dec 21 05:07:52.870 INFO O| Dec 21 05:07:52.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66782024-12-21T05:07:53.706Z[ recovery-image] Dec 21 05:07:52.870 INFO O| Dec 21 05:07:52.870 INFO STEP 753 (remove_files) COMPLETE
66792024-12-21T05:07:53.709Z[ recovery-image] Dec 21 05:07:52.870 INFO O| Dec 21 05:07:52.870 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-12-21T05:07:53.728Z[ recovery-image] Dec 21 05:07:52.891 INFO O| Dec 21 05:07:52.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66812024-12-21T05:07:53.728Z[ recovery-image] Dec 21 05:07:52.891 INFO O| Dec 21 05:07:52.891 INFO STEP 754 (remove_files) COMPLETE
66822024-12-21T05:07:53.734Z[ recovery-image] Dec 21 05:07:52.892 INFO O| Dec 21 05:07:52.891 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-12-21T05:07:53.752Z[ recovery-image] Dec 21 05:07:52.914 INFO O| Dec 21 05:07:52.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66842024-12-21T05:07:53.752Z[ recovery-image] Dec 21 05:07:52.914 INFO O| Dec 21 05:07:52.914 INFO STEP 755 (remove_files) COMPLETE
66852024-12-21T05:07:53.752Z[ recovery-image] Dec 21 05:07:52.914 INFO O| Dec 21 05:07:52.914 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-12-21T05:07:53.773Z[ recovery-image] Dec 21 05:07:52.935 INFO O| Dec 21 05:07:52.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66872024-12-21T05:07:53.773Z[ recovery-image] Dec 21 05:07:52.935 INFO O| Dec 21 05:07:52.935 INFO STEP 756 (remove_files) COMPLETE
66882024-12-21T05:07:53.773Z[ recovery-image] Dec 21 05:07:52.935 INFO O| Dec 21 05:07:52.935 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-12-21T05:07:53.847Z[ recovery-image] Dec 21 05:07:53.011 INFO O| Dec 21 05:07:53.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66902024-12-21T05:07:53.847Z[ recovery-image] Dec 21 05:07:53.011 INFO O| Dec 21 05:07:53.011 INFO STEP 757 (remove_files) COMPLETE
66912024-12-21T05:07:53.847Z[ recovery-image] Dec 21 05:07:53.011 INFO O| Dec 21 05:07:53.011 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-12-21T05:07:53.871Z[ recovery-image] Dec 21 05:07:53.035 INFO O| Dec 21 05:07:53.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66932024-12-21T05:07:53.871Z[ recovery-image] Dec 21 05:07:53.035 INFO O| Dec 21 05:07:53.035 INFO STEP 758 (remove_files) COMPLETE
66942024-12-21T05:07:53.875Z[ recovery-image] Dec 21 05:07:53.035 INFO O| Dec 21 05:07:53.035 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-12-21T05:07:53.893Z[ recovery-image] Dec 21 05:07:53.057 INFO O| Dec 21 05:07:53.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66962024-12-21T05:07:53.914Z[ recovery-image] Dec 21 05:07:53.077 INFO O| Dec 21 05:07:53.077 INFO STEP 759 (remove_files) COMPLETE
66972024-12-21T05:07:53.914Z[ recovery-image] Dec 21 05:07:53.077 INFO O| Dec 21 05:07:53.077 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-12-21T05:07:53.959Z[ recovery-image] Dec 21 05:07:53.123 INFO O| Dec 21 05:07:53.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66992024-12-21T05:07:53.959Z[ recovery-image] Dec 21 05:07:53.123 INFO O| Dec 21 05:07:53.123 INFO STEP 760 (remove_files) COMPLETE
67002024-12-21T05:07:53.959Z[ recovery-image] Dec 21 05:07:53.123 INFO O| Dec 21 05:07:53.123 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-12-21T05:07:53.992Z[ recovery-image] Dec 21 05:07:53.156 INFO O| Dec 21 05:07:53.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
67022024-12-21T05:07:53.992Z[ recovery-image] Dec 21 05:07:53.156 INFO O| Dec 21 05:07:53.156 INFO STEP 761 (remove_files) COMPLETE
67032024-12-21T05:07:53.992Z[ recovery-image] Dec 21 05:07:53.156 INFO O| Dec 21 05:07:53.156 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-12-21T05:07:54.026Z[ recovery-image] Dec 21 05:07:53.190 INFO O| Dec 21 05:07:53.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
67052024-12-21T05:07:54.027Z[ recovery-image] Dec 21 05:07:53.190 INFO O| Dec 21 05:07:53.190 INFO STEP 762 (remove_files) COMPLETE
67062024-12-21T05:07:54.028Z[ recovery-image] Dec 21 05:07:53.190 INFO O| Dec 21 05:07:53.190 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-12-21T05:07:54.071Z[ recovery-image] Dec 21 05:07:53.235 INFO O| Dec 21 05:07:53.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
67082024-12-21T05:07:54.075Z[ recovery-image] Dec 21 05:07:53.235 INFO O| Dec 21 05:07:53.235 INFO STEP 763 (remove_files) COMPLETE
67092024-12-21T05:07:54.075Z[ recovery-image] Dec 21 05:07:53.235 INFO O| Dec 21 05:07:53.235 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-12-21T05:07:54.089Z[ recovery-image] Dec 21 05:07:53.253 INFO O| Dec 21 05:07:53.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
67112024-12-21T05:07:54.092Z[ recovery-image] Dec 21 05:07:53.253 INFO O| Dec 21 05:07:53.253 INFO STEP 764 (remove_files) COMPLETE
67122024-12-21T05:07:54.092Z[ recovery-image] Dec 21 05:07:53.253 INFO O| Dec 21 05:07:53.253 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-12-21T05:07:54.122Z[ recovery-image] Dec 21 05:07:53.286 INFO O| Dec 21 05:07:53.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
67142024-12-21T05:07:54.126Z[ recovery-image] Dec 21 05:07:53.286 INFO O| Dec 21 05:07:53.286 INFO STEP 765 (remove_files) COMPLETE
67152024-12-21T05:07:54.126Z[ recovery-image] Dec 21 05:07:53.287 INFO O| Dec 21 05:07:53.286 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-12-21T05:07:54.143Z[ recovery-image] Dec 21 05:07:53.307 INFO O| Dec 21 05:07:53.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
67172024-12-21T05:07:54.146Z[ recovery-image] Dec 21 05:07:53.307 INFO O| Dec 21 05:07:53.307 INFO STEP 766 (remove_files) COMPLETE
67182024-12-21T05:07:54.146Z[ recovery-image] Dec 21 05:07:53.307 INFO O| Dec 21 05:07:53.307 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-12-21T05:07:54.160Z[ recovery-image] Dec 21 05:07:53.324 INFO O| Dec 21 05:07:53.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
67202024-12-21T05:07:54.174Z[ recovery-image] Dec 21 05:07:53.337 INFO O| Dec 21 05:07:53.337 INFO STEP 767 (remove_files) COMPLETE
67212024-12-21T05:07:54.174Z[ recovery-image] Dec 21 05:07:53.337 INFO O| Dec 21 05:07:53.337 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-12-21T05:07:54.195Z[ recovery-image] Dec 21 05:07:53.358 INFO O| Dec 21 05:07:53.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
67232024-12-21T05:07:54.199Z[ recovery-image] Dec 21 05:07:53.358 INFO O| Dec 21 05:07:53.358 INFO STEP 768 (remove_files) COMPLETE
67242024-12-21T05:07:54.199Z[ recovery-image] Dec 21 05:07:53.358 INFO O| Dec 21 05:07:53.358 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-12-21T05:07:54.231Z[ recovery-image] Dec 21 05:07:53.394 INFO O| Dec 21 05:07:53.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
67262024-12-21T05:07:54.231Z[ recovery-image] Dec 21 05:07:53.394 INFO O| Dec 21 05:07:53.394 INFO STEP 769 (remove_files) COMPLETE
67272024-12-21T05:07:54.231Z[ recovery-image] Dec 21 05:07:53.394 INFO O| Dec 21 05:07:53.394 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-12-21T05:07:54.267Z[ recovery-image] Dec 21 05:07:53.429 INFO O| Dec 21 05:07:53.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
67292024-12-21T05:07:54.268Z[ recovery-image] Dec 21 05:07:53.429 INFO O| Dec 21 05:07:53.429 INFO STEP 770 (remove_files) COMPLETE
67302024-12-21T05:07:54.268Z[ recovery-image] Dec 21 05:07:53.429 INFO O| Dec 21 05:07:53.429 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-12-21T05:07:54.308Z[ recovery-image] Dec 21 05:07:53.471 INFO O| Dec 21 05:07:53.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
67322024-12-21T05:07:54.308Z[ recovery-image] Dec 21 05:07:53.472 INFO O| Dec 21 05:07:53.471 INFO STEP 771 (remove_files) COMPLETE
67332024-12-21T05:07:54.310Z[ recovery-image] Dec 21 05:07:53.472 INFO O| Dec 21 05:07:53.472 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-12-21T05:07:54.355Z[ recovery-image] Dec 21 05:07:53.518 INFO O| Dec 21 05:07:53.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
67352024-12-21T05:07:54.355Z[ recovery-image] Dec 21 05:07:53.519 INFO O| Dec 21 05:07:53.518 INFO STEP 772 (remove_files) COMPLETE
67362024-12-21T05:07:54.355Z[ recovery-image] Dec 21 05:07:53.519 INFO O| Dec 21 05:07:53.519 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-12-21T05:07:54.374Z[ recovery-image] Dec 21 05:07:53.537 INFO O| Dec 21 05:07:53.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
67382024-12-21T05:07:54.374Z[ recovery-image] Dec 21 05:07:53.537 INFO O| Dec 21 05:07:53.537 INFO STEP 773 (remove_files) COMPLETE
67392024-12-21T05:07:54.374Z[ recovery-image] Dec 21 05:07:53.537 INFO O| Dec 21 05:07:53.537 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-12-21T05:07:54.403Z[ recovery-image] Dec 21 05:07:53.566 INFO O| Dec 21 05:07:53.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67412024-12-21T05:07:54.403Z[ recovery-image] Dec 21 05:07:53.566 INFO O| Dec 21 05:07:53.566 INFO STEP 774 (remove_files) COMPLETE
67422024-12-21T05:07:54.403Z[ recovery-image] Dec 21 05:07:53.566 INFO O| Dec 21 05:07:53.566 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-12-21T05:07:54.425Z[ recovery-image] Dec 21 05:07:53.587 INFO O| Dec 21 05:07:53.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67442024-12-21T05:07:54.425Z[ recovery-image] Dec 21 05:07:53.588 INFO O| Dec 21 05:07:53.587 INFO STEP 775 (remove_files) COMPLETE
67452024-12-21T05:07:54.425Z[ recovery-image] Dec 21 05:07:53.588 INFO O| Dec 21 05:07:53.588 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-12-21T05:07:54.443Z[ recovery-image] Dec 21 05:07:53.606 INFO O| Dec 21 05:07:53.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67472024-12-21T05:07:54.443Z[ recovery-image] Dec 21 05:07:53.606 INFO O| Dec 21 05:07:53.606 INFO STEP 776 (remove_files) COMPLETE
67482024-12-21T05:07:54.446Z[ recovery-image] Dec 21 05:07:53.606 INFO O| Dec 21 05:07:53.606 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-12-21T05:07:54.479Z[ recovery-image] Dec 21 05:07:53.642 INFO O| Dec 21 05:07:53.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67502024-12-21T05:07:54.479Z[ recovery-image] Dec 21 05:07:53.642 INFO O| Dec 21 05:07:53.642 INFO STEP 777 (remove_files) COMPLETE
67512024-12-21T05:07:54.482Z[ recovery-image] Dec 21 05:07:53.642 INFO O| Dec 21 05:07:53.642 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-12-21T05:07:54.590Z[ recovery-image] Dec 21 05:07:53.751 INFO O| Dec 21 05:07:53.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67532024-12-21T05:07:54.590Z[ recovery-image] Dec 21 05:07:53.751 INFO O| Dec 21 05:07:53.751 INFO STEP 778 (remove_files) COMPLETE
67542024-12-21T05:07:54.593Z[ recovery-image] Dec 21 05:07:53.751 INFO O| Dec 21 05:07:53.751 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-12-21T05:07:54.610Z[ recovery-image] Dec 21 05:07:53.773 INFO O| Dec 21 05:07:53.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67562024-12-21T05:07:54.610Z[ recovery-image] Dec 21 05:07:53.773 INFO O| Dec 21 05:07:53.773 INFO STEP 779 (remove_files) COMPLETE
67572024-12-21T05:07:54.610Z[ recovery-image] Dec 21 05:07:53.773 INFO O| Dec 21 05:07:53.773 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-12-21T05:07:54.629Z[ recovery-image] Dec 21 05:07:53.792 INFO O| Dec 21 05:07:53.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67592024-12-21T05:07:54.629Z[ recovery-image] Dec 21 05:07:53.793 INFO O| Dec 21 05:07:53.793 INFO STEP 780 (remove_files) COMPLETE
67602024-12-21T05:07:54.632Z[ recovery-image] Dec 21 05:07:53.793 INFO O| Dec 21 05:07:53.793 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-12-21T05:07:54.647Z[ recovery-image] Dec 21 05:07:53.811 INFO O| Dec 21 05:07:53.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67622024-12-21T05:07:54.648Z[ recovery-image] Dec 21 05:07:53.811 INFO O| Dec 21 05:07:53.811 INFO STEP 781 (remove_files) COMPLETE
67632024-12-21T05:07:54.648Z[ recovery-image] Dec 21 05:07:53.811 INFO O| Dec 21 05:07:53.811 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-12-21T05:07:54.665Z[ recovery-image] Dec 21 05:07:53.829 INFO O| Dec 21 05:07:53.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67652024-12-21T05:07:54.669Z[ recovery-image] Dec 21 05:07:53.829 INFO O| Dec 21 05:07:53.829 INFO STEP 782 (remove_files) COMPLETE
67662024-12-21T05:07:54.669Z[ recovery-image] Dec 21 05:07:53.829 INFO O| Dec 21 05:07:53.829 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-12-21T05:07:54.683Z[ recovery-image] Dec 21 05:07:53.846 INFO O| Dec 21 05:07:53.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67682024-12-21T05:07:54.683Z[ recovery-image] Dec 21 05:07:53.846 INFO O| Dec 21 05:07:53.846 INFO STEP 783 (remove_files) COMPLETE
67692024-12-21T05:07:54.684Z[ recovery-image] Dec 21 05:07:53.846 INFO O| Dec 21 05:07:53.846 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-12-21T05:07:54.701Z[ recovery-image] Dec 21 05:07:53.865 INFO O| Dec 21 05:07:53.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67712024-12-21T05:07:54.702Z[ recovery-image] Dec 21 05:07:53.865 INFO O| Dec 21 05:07:53.865 INFO STEP 784 (remove_files) COMPLETE
67722024-12-21T05:07:54.709Z[ recovery-image] Dec 21 05:07:53.865 INFO O| Dec 21 05:07:53.865 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-12-21T05:07:54.721Z[ recovery-image] Dec 21 05:07:53.883 INFO O| Dec 21 05:07:53.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67742024-12-21T05:07:54.721Z[ recovery-image] Dec 21 05:07:53.884 INFO O| Dec 21 05:07:53.884 INFO STEP 785 (remove_files) COMPLETE
67752024-12-21T05:07:54.721Z[ recovery-image] Dec 21 05:07:53.884 INFO O| Dec 21 05:07:53.884 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-12-21T05:07:54.739Z[ recovery-image] Dec 21 05:07:53.902 INFO O| Dec 21 05:07:53.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67772024-12-21T05:07:54.740Z[ recovery-image] Dec 21 05:07:53.902 INFO O| Dec 21 05:07:53.902 INFO STEP 786 (remove_files) COMPLETE
67782024-12-21T05:07:54.740Z[ recovery-image] Dec 21 05:07:53.902 INFO O| Dec 21 05:07:53.902 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-12-21T05:07:54.756Z[ recovery-image] Dec 21 05:07:53.920 INFO O| Dec 21 05:07:53.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67802024-12-21T05:07:54.756Z[ recovery-image] Dec 21 05:07:53.920 INFO O| Dec 21 05:07:53.920 INFO STEP 787 (remove_files) COMPLETE
67812024-12-21T05:07:54.756Z[ recovery-image] Dec 21 05:07:53.920 INFO O| Dec 21 05:07:53.920 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-12-21T05:07:54.777Z[ recovery-image] Dec 21 05:07:53.939 INFO O| Dec 21 05:07:53.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67832024-12-21T05:07:54.778Z[ recovery-image] Dec 21 05:07:53.940 INFO O| Dec 21 05:07:53.940 INFO STEP 788 (remove_files) COMPLETE
67842024-12-21T05:07:54.778Z[ recovery-image] Dec 21 05:07:53.940 INFO O| Dec 21 05:07:53.940 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-12-21T05:07:54.796Z[ recovery-image] Dec 21 05:07:53.960 INFO O| Dec 21 05:07:53.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67862024-12-21T05:07:54.797Z[ recovery-image] Dec 21 05:07:53.960 INFO O| Dec 21 05:07:53.960 INFO STEP 789 (remove_files) COMPLETE
67872024-12-21T05:07:54.799Z[ recovery-image] Dec 21 05:07:53.960 INFO O| Dec 21 05:07:53.960 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-12-21T05:07:54.820Z[ recovery-image] Dec 21 05:07:53.984 INFO O| Dec 21 05:07:53.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67892024-12-21T05:07:54.820Z[ recovery-image] Dec 21 05:07:53.984 INFO O| Dec 21 05:07:53.984 INFO STEP 790 (remove_files) COMPLETE
67902024-12-21T05:07:54.820Z[ recovery-image] Dec 21 05:07:53.984 INFO O| Dec 21 05:07:53.984 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-12-21T05:07:54.843Z[ recovery-image] Dec 21 05:07:54.007 INFO O| Dec 21 05:07:54.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67922024-12-21T05:07:54.843Z[ recovery-image] Dec 21 05:07:54.007 INFO O| Dec 21 05:07:54.007 INFO STEP 791 (remove_files) COMPLETE
67932024-12-21T05:07:54.843Z[ recovery-image] Dec 21 05:07:54.007 INFO O| Dec 21 05:07:54.007 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-12-21T05:07:54.865Z[ recovery-image] Dec 21 05:07:54.029 INFO O| Dec 21 05:07:54.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67952024-12-21T05:07:54.866Z[ recovery-image] Dec 21 05:07:54.029 INFO O| Dec 21 05:07:54.029 INFO STEP 792 (remove_files) COMPLETE
67962024-12-21T05:07:54.866Z[ recovery-image] Dec 21 05:07:54.029 INFO O| Dec 21 05:07:54.029 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-12-21T05:07:54.889Z[ recovery-image] Dec 21 05:07:54.052 INFO O| Dec 21 05:07:54.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67982024-12-21T05:07:54.889Z[ recovery-image] Dec 21 05:07:54.052 INFO O| Dec 21 05:07:54.052 INFO STEP 793 (remove_files) COMPLETE
67992024-12-21T05:07:54.889Z[ recovery-image] Dec 21 05:07:54.052 INFO O| Dec 21 05:07:54.052 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-12-21T05:07:54.911Z[ recovery-image] Dec 21 05:07:54.075 INFO O| Dec 21 05:07:54.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
68012024-12-21T05:07:54.912Z[ recovery-image] Dec 21 05:07:54.075 INFO O| Dec 21 05:07:54.075 INFO STEP 794 (remove_files) COMPLETE
68022024-12-21T05:07:54.912Z[ recovery-image] Dec 21 05:07:54.075 INFO O| Dec 21 05:07:54.075 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-12-21T05:07:54.937Z[ recovery-image] Dec 21 05:07:54.100 INFO O| Dec 21 05:07:54.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
68042024-12-21T05:07:54.937Z[ recovery-image] Dec 21 05:07:54.100 INFO O| Dec 21 05:07:54.100 INFO STEP 795 (remove_files) COMPLETE
68052024-12-21T05:07:54.937Z[ recovery-image] Dec 21 05:07:54.100 INFO O| Dec 21 05:07:54.100 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-12-21T05:07:54.959Z[ recovery-image] Dec 21 05:07:54.122 INFO O| Dec 21 05:07:54.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
68072024-12-21T05:07:54.959Z[ recovery-image] Dec 21 05:07:54.123 INFO O| Dec 21 05:07:54.122 INFO STEP 796 (remove_files) COMPLETE
68082024-12-21T05:07:54.962Z[ recovery-image] Dec 21 05:07:54.123 INFO O| Dec 21 05:07:54.123 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-12-21T05:07:54.979Z[ recovery-image] Dec 21 05:07:54.142 INFO O| Dec 21 05:07:54.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
68102024-12-21T05:07:54.979Z[ recovery-image] Dec 21 05:07:54.143 INFO O| Dec 21 05:07:54.143 INFO STEP 797 (remove_files) COMPLETE
68112024-12-21T05:07:54.979Z[ recovery-image] Dec 21 05:07:54.143 INFO O| Dec 21 05:07:54.143 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-12-21T05:07:55.002Z[ recovery-image] Dec 21 05:07:54.165 INFO O| Dec 21 05:07:54.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
68132024-12-21T05:07:55.005Z[ recovery-image] Dec 21 05:07:54.166 INFO O| Dec 21 05:07:54.166 INFO STEP 798 (remove_files) COMPLETE
68142024-12-21T05:07:55.005Z[ recovery-image] Dec 21 05:07:54.166 INFO O| Dec 21 05:07:54.166 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-12-21T05:07:55.022Z[ recovery-image] Dec 21 05:07:54.186 INFO O| Dec 21 05:07:54.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
68162024-12-21T05:07:55.026Z[ recovery-image] Dec 21 05:07:54.186 INFO O| Dec 21 05:07:54.186 INFO STEP 799 (remove_files) COMPLETE
68172024-12-21T05:07:55.026Z[ recovery-image] Dec 21 05:07:54.186 INFO O| Dec 21 05:07:54.186 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-12-21T05:07:55.043Z[ recovery-image] Dec 21 05:07:54.207 INFO O| Dec 21 05:07:54.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
68192024-12-21T05:07:55.048Z[ recovery-image] Dec 21 05:07:54.207 INFO O| Dec 21 05:07:54.207 INFO STEP 800 (remove_files) COMPLETE
68202024-12-21T05:07:55.048Z[ recovery-image] Dec 21 05:07:54.208 INFO O| Dec 21 05:07:54.207 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-12-21T05:07:55.068Z[ recovery-image] Dec 21 05:07:54.227 INFO O| Dec 21 05:07:54.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
68222024-12-21T05:07:55.070Z[ recovery-image] Dec 21 05:07:54.228 INFO O| Dec 21 05:07:54.228 INFO STEP 801 (remove_files) COMPLETE
68232024-12-21T05:07:55.070Z[ recovery-image] Dec 21 05:07:54.228 INFO O| Dec 21 05:07:54.228 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-12-21T05:07:55.103Z[ recovery-image] Dec 21 05:07:54.267 INFO O| Dec 21 05:07:54.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
68252024-12-21T05:07:55.103Z[ recovery-image] Dec 21 05:07:54.267 INFO O| Dec 21 05:07:54.267 INFO STEP 802 (remove_files) COMPLETE
68262024-12-21T05:07:55.103Z[ recovery-image] Dec 21 05:07:54.267 INFO O| Dec 21 05:07:54.267 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-12-21T05:07:55.122Z[ recovery-image] Dec 21 05:07:54.284 INFO O| Dec 21 05:07:54.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
68282024-12-21T05:07:55.122Z[ recovery-image] Dec 21 05:07:54.284 INFO O| Dec 21 05:07:54.284 INFO STEP 803 (remove_files) COMPLETE
68292024-12-21T05:07:55.122Z[ recovery-image] Dec 21 05:07:54.284 INFO O| Dec 21 05:07:54.284 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-12-21T05:07:55.198Z[ recovery-image] Dec 21 05:07:54.358 INFO O| Dec 21 05:07:54.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
68312024-12-21T05:07:55.198Z[ recovery-image] Dec 21 05:07:54.358 INFO O| Dec 21 05:07:54.358 INFO STEP 804 (remove_files) COMPLETE
68322024-12-21T05:07:55.198Z[ recovery-image] Dec 21 05:07:54.358 INFO O| Dec 21 05:07:54.358 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-12-21T05:07:55.215Z[ recovery-image] Dec 21 05:07:54.379 INFO O| Dec 21 05:07:54.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
68342024-12-21T05:07:55.215Z[ recovery-image] Dec 21 05:07:54.379 INFO O| Dec 21 05:07:54.379 INFO STEP 805 (remove_files) COMPLETE
68352024-12-21T05:07:55.215Z[ recovery-image] Dec 21 05:07:54.379 INFO O| Dec 21 05:07:54.379 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-12-21T05:07:55.236Z[ recovery-image] Dec 21 05:07:54.400 INFO O| Dec 21 05:07:54.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
68372024-12-21T05:07:55.236Z[ recovery-image] Dec 21 05:07:54.400 INFO O| Dec 21 05:07:54.400 INFO STEP 806 (remove_files) COMPLETE
68382024-12-21T05:07:55.236Z[ recovery-image] Dec 21 05:07:54.400 INFO O| Dec 21 05:07:54.400 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-12-21T05:07:55.259Z[ recovery-image] Dec 21 05:07:54.423 INFO O| Dec 21 05:07:54.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
68402024-12-21T05:07:55.259Z[ recovery-image] Dec 21 05:07:54.423 INFO O| Dec 21 05:07:54.423 INFO STEP 807 (remove_files) COMPLETE
68412024-12-21T05:07:55.262Z[ recovery-image] Dec 21 05:07:54.423 INFO O| Dec 21 05:07:54.423 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-12-21T05:07:55.279Z[ recovery-image] Dec 21 05:07:54.443 INFO O| Dec 21 05:07:54.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68432024-12-21T05:07:55.279Z[ recovery-image] Dec 21 05:07:54.443 INFO O| Dec 21 05:07:54.443 INFO STEP 808 (remove_files) COMPLETE
68442024-12-21T05:07:55.282Z[ recovery-image] Dec 21 05:07:54.443 INFO O| Dec 21 05:07:54.443 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-12-21T05:07:55.304Z[ recovery-image] Dec 21 05:07:54.464 INFO O| Dec 21 05:07:54.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68462024-12-21T05:07:55.304Z[ recovery-image] Dec 21 05:07:54.465 INFO O| Dec 21 05:07:54.464 INFO STEP 809 (remove_files) COMPLETE
68472024-12-21T05:07:55.308Z[ recovery-image] Dec 21 05:07:54.465 INFO O| Dec 21 05:07:54.465 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-12-21T05:07:55.317Z[ host-image] Dec 21 05:07:54.480 INFO O| Dec 21 05:07:54.480 INFO O| Planning: Solver setup ... Done
68492024-12-21T05:07:55.320Z[ recovery-image] Dec 21 05:07:54.483 INFO O| Dec 21 05:07:54.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68502024-12-21T05:07:55.321Z[ recovery-image] Dec 21 05:07:54.483 INFO O| Dec 21 05:07:54.483 INFO STEP 810 (remove_files) COMPLETE
68512024-12-21T05:07:55.321Z[ recovery-image] Dec 21 05:07:54.483 INFO O| Dec 21 05:07:54.483 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-12-21T05:07:55.324Z[ host-image] Dec 21 05:07:54.487 INFO O| Dec 21 05:07:54.487 INFO O| Planning: Running solver ... Done
68532024-12-21T05:07:55.340Z[ recovery-image] Dec 21 05:07:54.502 INFO O| Dec 21 05:07:54.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68542024-12-21T05:07:55.340Z[ recovery-image] Dec 21 05:07:54.503 INFO O| Dec 21 05:07:54.502 INFO STEP 811 (remove_files) COMPLETE
68552024-12-21T05:07:55.340Z[ recovery-image] Dec 21 05:07:54.503 INFO O| Dec 21 05:07:54.503 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-12-21T05:07:55.356Z[ recovery-image] Dec 21 05:07:54.519 INFO O| Dec 21 05:07:54.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68572024-12-21T05:07:55.356Z[ recovery-image] Dec 21 05:07:54.519 INFO O| Dec 21 05:07:54.519 INFO STEP 812 (remove_files) COMPLETE
68582024-12-21T05:07:55.356Z[ recovery-image] Dec 21 05:07:54.519 INFO O| Dec 21 05:07:54.519 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-12-21T05:07:55.371Z[ recovery-image] Dec 21 05:07:54.534 INFO O| Dec 21 05:07:54.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68602024-12-21T05:07:55.371Z[ recovery-image] Dec 21 05:07:54.534 INFO O| Dec 21 05:07:54.534 INFO STEP 813 (remove_files) COMPLETE
68612024-12-21T05:07:55.371Z[ recovery-image] Dec 21 05:07:54.534 INFO O| Dec 21 05:07:54.534 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-12-21T05:07:55.386Z[ recovery-image] Dec 21 05:07:54.549 INFO O| Dec 21 05:07:54.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68632024-12-21T05:07:55.386Z[ recovery-image] Dec 21 05:07:54.549 INFO O| Dec 21 05:07:54.549 INFO STEP 814 (remove_files) COMPLETE
68642024-12-21T05:07:55.386Z[ recovery-image] Dec 21 05:07:54.549 INFO O| Dec 21 05:07:54.549 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-12-21T05:07:55.404Z[ recovery-image] Dec 21 05:07:54.567 INFO O| Dec 21 05:07:54.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68662024-12-21T05:07:55.404Z[ recovery-image] Dec 21 05:07:54.567 INFO O| Dec 21 05:07:54.567 INFO STEP 815 (remove_files) COMPLETE
68672024-12-21T05:07:55.407Z[ recovery-image] Dec 21 05:07:54.567 INFO O| Dec 21 05:07:54.567 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-12-21T05:07:55.415Z[ host-image] Dec 21 05:07:54.578 INFO O| Dec 21 05:07:54.578 INFO O| Planning: Finding local manifests ... Done
68692024-12-21T05:07:55.418Z[ host-image] Dec 21 05:07:54.580 INFO O| Dec 21 05:07:54.580 INFO O| Planning: Fetching manifests: 0/6 0% complete
68702024-12-21T05:07:55.440Z[ recovery-image] Dec 21 05:07:54.603 INFO O| Dec 21 05:07:54.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68712024-12-21T05:07:55.440Z[ recovery-image] Dec 21 05:07:54.603 INFO O| Dec 21 05:07:54.603 INFO STEP 816 (remove_files) COMPLETE
68722024-12-21T05:07:55.443Z[ recovery-image] Dec 21 05:07:54.603 INFO O| Dec 21 05:07:54.603 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-12-21T05:07:55.457Z[ recovery-image] Dec 21 05:07:54.621 INFO O| Dec 21 05:07:54.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68742024-12-21T05:07:55.457Z[ recovery-image] Dec 21 05:07:54.621 INFO O| Dec 21 05:07:54.621 INFO STEP 817 (remove_files) COMPLETE
68752024-12-21T05:07:55.457Z[ recovery-image] Dec 21 05:07:54.621 INFO O| Dec 21 05:07:54.621 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-12-21T05:07:55.493Z[ recovery-image] Dec 21 05:07:54.657 INFO O| Dec 21 05:07:54.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68772024-12-21T05:07:55.494Z[ recovery-image] Dec 21 05:07:54.657 INFO O| Dec 21 05:07:54.657 INFO STEP 818 (remove_files) COMPLETE
68782024-12-21T05:07:55.494Z[ recovery-image] Dec 21 05:07:54.657 INFO O| Dec 21 05:07:54.657 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-12-21T05:07:55.514Z[ recovery-image] Dec 21 05:07:54.678 INFO O| Dec 21 05:07:54.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68802024-12-21T05:07:55.514Z[ recovery-image] Dec 21 05:07:54.678 INFO O| Dec 21 05:07:54.678 INFO STEP 819 (remove_files) COMPLETE
68812024-12-21T05:07:55.514Z[ recovery-image] Dec 21 05:07:54.678 INFO O| Dec 21 05:07:54.678 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-12-21T05:07:55.534Z[ recovery-image] Dec 21 05:07:54.698 INFO O| Dec 21 05:07:54.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68832024-12-21T05:07:55.534Z[ recovery-image] Dec 21 05:07:54.698 INFO O| Dec 21 05:07:54.698 INFO STEP 820 (remove_files) COMPLETE
68842024-12-21T05:07:55.534Z[ recovery-image] Dec 21 05:07:54.698 INFO O| Dec 21 05:07:54.698 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-12-21T05:07:55.555Z[ recovery-image] Dec 21 05:07:54.718 INFO O| Dec 21 05:07:54.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68862024-12-21T05:07:55.555Z[ recovery-image] Dec 21 05:07:54.719 INFO O| Dec 21 05:07:54.719 INFO STEP 821 (remove_files) COMPLETE
68872024-12-21T05:07:55.555Z[ recovery-image] Dec 21 05:07:54.719 INFO O| Dec 21 05:07:54.719 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-12-21T05:07:55.575Z[ recovery-image] Dec 21 05:07:54.737 INFO O| Dec 21 05:07:54.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68892024-12-21T05:07:55.575Z[ recovery-image] Dec 21 05:07:54.737 INFO O| Dec 21 05:07:54.737 INFO STEP 822 (remove_files) COMPLETE
68902024-12-21T05:07:55.575Z[ recovery-image] Dec 21 05:07:54.737 INFO O| Dec 21 05:07:54.737 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-12-21T05:07:55.592Z[ recovery-image] Dec 21 05:07:54.755 INFO O| Dec 21 05:07:54.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68922024-12-21T05:07:55.595Z[ recovery-image] Dec 21 05:07:54.755 INFO O| Dec 21 05:07:54.755 INFO STEP 823 (remove_files) COMPLETE
68932024-12-21T05:07:55.595Z[ recovery-image] Dec 21 05:07:54.755 INFO O| Dec 21 05:07:54.755 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-12-21T05:07:55.608Z[ recovery-image] Dec 21 05:07:54.771 INFO O| Dec 21 05:07:54.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68952024-12-21T05:07:55.608Z[ recovery-image] Dec 21 05:07:54.772 INFO O| Dec 21 05:07:54.771 INFO STEP 824 (remove_files) COMPLETE
68962024-12-21T05:07:55.611Z[ recovery-image] Dec 21 05:07:54.772 INFO O| Dec 21 05:07:54.772 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-12-21T05:07:55.628Z[ recovery-image] Dec 21 05:07:54.792 INFO O| Dec 21 05:07:54.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68982024-12-21T05:07:55.631Z[ recovery-image] Dec 21 05:07:54.792 INFO O| Dec 21 05:07:54.792 INFO STEP 825 (remove_files) COMPLETE
68992024-12-21T05:07:55.631Z[ recovery-image] Dec 21 05:07:54.792 INFO O| Dec 21 05:07:54.792 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-12-21T05:07:55.647Z[ recovery-image] Dec 21 05:07:54.811 INFO O| Dec 21 05:07:54.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
69012024-12-21T05:07:55.647Z[ recovery-image] Dec 21 05:07:54.811 INFO O| Dec 21 05:07:54.811 INFO STEP 826 (remove_files) COMPLETE
69022024-12-21T05:07:55.647Z[ recovery-image] Dec 21 05:07:54.811 INFO O| Dec 21 05:07:54.811 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-12-21T05:07:55.681Z[ recovery-image] Dec 21 05:07:54.843 INFO O| Dec 21 05:07:54.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
69042024-12-21T05:07:55.681Z[ recovery-image] Dec 21 05:07:54.844 INFO O| Dec 21 05:07:54.844 INFO STEP 827 (remove_files) COMPLETE
69052024-12-21T05:07:55.681Z[ recovery-image] Dec 21 05:07:54.844 INFO O| Dec 21 05:07:54.844 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-12-21T05:07:55.719Z[ host-image] Dec 21 05:07:54.883 INFO O| Dec 21 05:07:54.883 INFO O| Planning: Fetching manifests: 6/6 100% complete
69072024-12-21T05:07:55.724Z[ recovery-image] Dec 21 05:07:54.887 INFO O| Dec 21 05:07:54.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
69082024-12-21T05:07:55.727Z[ recovery-image] Dec 21 05:07:54.887 INFO O| Dec 21 05:07:54.887 INFO STEP 828 (remove_files) COMPLETE
69092024-12-21T05:07:55.727Z[ recovery-image] Dec 21 05:07:54.887 INFO O| Dec 21 05:07:54.887 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-12-21T05:07:55.749Z[ recovery-image] Dec 21 05:07:54.913 INFO O| Dec 21 05:07:54.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
69112024-12-21T05:07:55.749Z[ recovery-image] Dec 21 05:07:54.913 INFO O| Dec 21 05:07:54.913 INFO STEP 829 (remove_files) COMPLETE
69122024-12-21T05:07:55.749Z[ recovery-image] Dec 21 05:07:54.913 INFO O| Dec 21 05:07:54.913 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-12-21T05:07:55.768Z[ recovery-image] Dec 21 05:07:54.931 INFO O| Dec 21 05:07:54.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
69142024-12-21T05:07:55.768Z[ recovery-image] Dec 21 05:07:54.932 INFO O| Dec 21 05:07:54.931 INFO STEP 830 (remove_files) COMPLETE
69152024-12-21T05:07:55.768Z[ recovery-image] Dec 21 05:07:54.932 INFO O| Dec 21 05:07:54.931 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-12-21T05:07:55.775Z[ host-image] Dec 21 05:07:54.939 INFO O| Dec 21 05:07:54.939 INFO O| Planning: Package planning ... Done
69172024-12-21T05:07:55.790Z[ recovery-image] Dec 21 05:07:54.954 INFO O| Dec 21 05:07:54.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
69182024-12-21T05:07:55.790Z[ recovery-image] Dec 21 05:07:54.954 INFO O| Dec 21 05:07:54.954 INFO STEP 831 (remove_files) COMPLETE
69192024-12-21T05:07:55.793Z[ recovery-image] Dec 21 05:07:54.954 INFO O| Dec 21 05:07:54.954 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-12-21T05:07:55.814Z[ recovery-image] Dec 21 05:07:54.978 INFO O| Dec 21 05:07:54.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
69212024-12-21T05:07:55.814Z[ recovery-image] Dec 21 05:07:54.978 INFO O| Dec 21 05:07:54.978 INFO STEP 832 (remove_files) COMPLETE
69222024-12-21T05:07:55.818Z[ recovery-image] Dec 21 05:07:54.978 INFO O| Dec 21 05:07:54.978 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-12-21T05:07:55.824Z[ host-image] Dec 21 05:07:54.988 INFO O| Dec 21 05:07:54.988 INFO O| Planning: Merging actions ... Done
69242024-12-21T05:07:55.834Z[ recovery-image] Dec 21 05:07:54.998 INFO O| Dec 21 05:07:54.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
69252024-12-21T05:07:55.834Z[ recovery-image] Dec 21 05:07:54.998 INFO O| Dec 21 05:07:54.998 INFO STEP 833 (remove_files) COMPLETE
69262024-12-21T05:07:55.837Z[ recovery-image] Dec 21 05:07:54.998 INFO O| Dec 21 05:07:54.998 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-12-21T05:07:55.862Z[ recovery-image] Dec 21 05:07:55.026 INFO O| Dec 21 05:07:55.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
69282024-12-21T05:07:55.866Z[ recovery-image] Dec 21 05:07:55.026 INFO O| Dec 21 05:07:55.026 INFO STEP 834 (remove_files) COMPLETE
69292024-12-21T05:07:55.866Z[ recovery-image] Dec 21 05:07:55.026 INFO O| Dec 21 05:07:55.026 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-12-21T05:07:55.909Z[ recovery-image] Dec 21 05:07:55.073 INFO O| Dec 21 05:07:55.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
69312024-12-21T05:07:55.912Z[ recovery-image] Dec 21 05:07:55.073 INFO O| Dec 21 05:07:55.073 INFO STEP 835 (remove_files) COMPLETE
69322024-12-21T05:07:55.912Z[ recovery-image] Dec 21 05:07:55.073 INFO O| Dec 21 05:07:55.073 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-12-21T05:07:55.942Z[ recovery-image] Dec 21 05:07:55.106 INFO O| Dec 21 05:07:55.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
69342024-12-21T05:07:55.944Z[ recovery-image] Dec 21 05:07:55.106 INFO O| Dec 21 05:07:55.106 INFO STEP 836 (remove_files) COMPLETE
69352024-12-21T05:07:55.944Z[ recovery-image] Dec 21 05:07:55.106 INFO O| Dec 21 05:07:55.106 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-12-21T05:07:55.962Z[ recovery-image] Dec 21 05:07:55.124 INFO O| Dec 21 05:07:55.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
69372024-12-21T05:07:55.962Z[ recovery-image] Dec 21 05:07:55.125 INFO O| Dec 21 05:07:55.125 INFO STEP 837 (remove_files) COMPLETE
69382024-12-21T05:07:55.962Z[ recovery-image] Dec 21 05:07:55.125 INFO O| Dec 21 05:07:55.125 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-12-21T05:07:55.964Z[ host-image] Dec 21 05:07:55.126 INFO O| Dec 21 05:07:55.126 INFO O| Planning: Checking for conflicting actions ... Done
69402024-12-21T05:07:55.970Z[ host-image] Dec 21 05:07:55.133 INFO O| Dec 21 05:07:55.133 INFO O| Planning: Consolidating action changes ... Done
69412024-12-21T05:07:55.996Z[ recovery-image] Dec 21 05:07:55.158 INFO O| Dec 21 05:07:55.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
69422024-12-21T05:07:56.005Z[ recovery-image] Dec 21 05:07:55.159 INFO O| Dec 21 05:07:55.159 INFO STEP 838 (remove_files) COMPLETE
69432024-12-21T05:07:56.005Z[ recovery-image] Dec 21 05:07:55.159 INFO O| Dec 21 05:07:55.159 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-12-21T05:07:56.021Z[ recovery-image] Dec 21 05:07:55.182 INFO O| Dec 21 05:07:55.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
69452024-12-21T05:07:56.021Z[ recovery-image] Dec 21 05:07:55.182 INFO O| Dec 21 05:07:55.182 INFO STEP 839 (remove_files) COMPLETE
69462024-12-21T05:07:56.021Z[ recovery-image] Dec 21 05:07:55.182 INFO O| Dec 21 05:07:55.182 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-12-21T05:07:56.049Z[ recovery-image] Dec 21 05:07:55.211 INFO O| Dec 21 05:07:55.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
69482024-12-21T05:07:56.049Z[ recovery-image] Dec 21 05:07:55.211 INFO O| Dec 21 05:07:55.211 INFO STEP 840 (remove_files) COMPLETE
69492024-12-21T05:07:56.049Z[ recovery-image] Dec 21 05:07:55.211 INFO O| Dec 21 05:07:55.211 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-12-21T05:07:56.074Z[ recovery-image] Dec 21 05:07:55.235 INFO O| Dec 21 05:07:55.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69512024-12-21T05:07:56.074Z[ recovery-image] Dec 21 05:07:55.235 INFO O| Dec 21 05:07:55.235 INFO STEP 841 (remove_files) COMPLETE
69522024-12-21T05:07:56.074Z[ recovery-image] Dec 21 05:07:55.235 INFO O| Dec 21 05:07:55.235 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-12-21T05:07:56.116Z[ recovery-image] Dec 21 05:07:55.279 INFO O| Dec 21 05:07:55.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69542024-12-21T05:07:56.116Z[ recovery-image] Dec 21 05:07:55.279 INFO O| Dec 21 05:07:55.279 INFO STEP 842 (remove_files) COMPLETE
69552024-12-21T05:07:56.120Z[ recovery-image] Dec 21 05:07:55.279 INFO O| Dec 21 05:07:55.279 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-12-21T05:07:56.141Z[ recovery-image] Dec 21 05:07:55.305 INFO O| Dec 21 05:07:55.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69572024-12-21T05:07:56.141Z[ recovery-image] Dec 21 05:07:55.305 INFO O| Dec 21 05:07:55.305 INFO STEP 843 (remove_files) COMPLETE
69582024-12-21T05:07:56.141Z[ recovery-image] Dec 21 05:07:55.305 INFO O| Dec 21 05:07:55.305 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-12-21T05:07:56.192Z[ recovery-image] Dec 21 05:07:55.354 INFO O| Dec 21 05:07:55.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69602024-12-21T05:07:56.192Z[ recovery-image] Dec 21 05:07:55.354 INFO O| Dec 21 05:07:55.354 INFO STEP 844 (remove_files) COMPLETE
69612024-12-21T05:07:56.192Z[ recovery-image] Dec 21 05:07:55.354 INFO O| Dec 21 05:07:55.354 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-12-21T05:07:56.211Z[ recovery-image] Dec 21 05:07:55.374 INFO O| Dec 21 05:07:55.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69632024-12-21T05:07:56.211Z[ recovery-image] Dec 21 05:07:55.374 INFO O| Dec 21 05:07:55.374 INFO STEP 845 (remove_files) COMPLETE
69642024-12-21T05:07:56.211Z[ recovery-image] Dec 21 05:07:55.374 INFO O| Dec 21 05:07:55.374 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-12-21T05:07:56.235Z[ recovery-image] Dec 21 05:07:55.397 INFO O| Dec 21 05:07:55.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69662024-12-21T05:07:56.235Z[ recovery-image] Dec 21 05:07:55.398 INFO O| Dec 21 05:07:55.398 INFO STEP 846 (remove_files) COMPLETE
69672024-12-21T05:07:56.235Z[ recovery-image] Dec 21 05:07:55.398 INFO O| Dec 21 05:07:55.398 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-12-21T05:07:56.254Z[ recovery-image] Dec 21 05:07:55.418 INFO O| Dec 21 05:07:55.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69692024-12-21T05:07:56.254Z[ recovery-image] Dec 21 05:07:55.418 INFO O| Dec 21 05:07:55.418 INFO STEP 847 (remove_files) COMPLETE
69702024-12-21T05:07:56.254Z[ recovery-image] Dec 21 05:07:55.418 INFO O| Dec 21 05:07:55.418 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-12-21T05:07:56.274Z[ recovery-image] Dec 21 05:07:55.438 INFO O| Dec 21 05:07:55.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69722024-12-21T05:07:56.274Z[ recovery-image] Dec 21 05:07:55.438 INFO O| Dec 21 05:07:55.438 INFO STEP 848 (remove_files) COMPLETE
69732024-12-21T05:07:56.277Z[ recovery-image] Dec 21 05:07:55.438 INFO O| Dec 21 05:07:55.438 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-12-21T05:07:56.292Z[ recovery-image] Dec 21 05:07:55.456 INFO O| Dec 21 05:07:55.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69752024-12-21T05:07:56.292Z[ recovery-image] Dec 21 05:07:55.456 INFO O| Dec 21 05:07:55.456 INFO STEP 849 (remove_files) COMPLETE
69762024-12-21T05:07:56.292Z[ recovery-image] Dec 21 05:07:55.456 INFO O| Dec 21 05:07:55.456 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-12-21T05:07:56.313Z[ recovery-image] Dec 21 05:07:55.476 INFO O| Dec 21 05:07:55.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69782024-12-21T05:07:56.320Z[ recovery-image] Dec 21 05:07:55.476 INFO O| Dec 21 05:07:55.476 INFO STEP 850 (remove_files) COMPLETE
69792024-12-21T05:07:56.320Z[ recovery-image] Dec 21 05:07:55.476 INFO O| Dec 21 05:07:55.476 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-12-21T05:07:56.331Z[ recovery-image] Dec 21 05:07:55.494 INFO O| Dec 21 05:07:55.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69812024-12-21T05:07:56.331Z[ recovery-image] Dec 21 05:07:55.494 INFO O| Dec 21 05:07:55.494 INFO STEP 851 (remove_files) COMPLETE
69822024-12-21T05:07:56.331Z[ recovery-image] Dec 21 05:07:55.494 INFO O| Dec 21 05:07:55.494 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-12-21T05:07:56.338Z[ host-image] Dec 21 05:07:55.501 INFO O| Dec 21 05:07:55.501 INFO O| Planning: Evaluating mediators ... Done
69842024-12-21T05:07:56.343Z[ host-image] Dec 21 05:07:55.507 INFO O| Dec 21 05:07:55.507 INFO O| Planning: Planning completed in 5.11 seconds
69852024-12-21T05:07:56.346Z[ host-image] Dec 21 05:07:55.510 INFO O| Dec 21 05:07:55.510 INFO O| Packages to install: 6
69862024-12-21T05:07:56.348Z[ host-image] Dec 21 05:07:55.510 INFO O| Dec 21 05:07:55.510 INFO O| Mediators to change: 1
69872024-12-21T05:07:56.348Z[ host-image] Dec 21 05:07:55.510 INFO O| Dec 21 05:07:55.510 INFO O| Services to change: 1
69882024-12-21T05:07:56.351Z[ recovery-image] Dec 21 05:07:55.513 INFO O| Dec 21 05:07:55.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69892024-12-21T05:07:56.351Z[ recovery-image] Dec 21 05:07:55.513 INFO O| Dec 21 05:07:55.513 INFO STEP 852 (remove_files) COMPLETE
69902024-12-21T05:07:56.351Z[ recovery-image] Dec 21 05:07:55.513 INFO O| Dec 21 05:07:55.513 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-12-21T05:07:56.366Z[ recovery-image] Dec 21 05:07:55.530 INFO O| Dec 21 05:07:55.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69922024-12-21T05:07:56.370Z[ recovery-image] Dec 21 05:07:55.531 INFO O| Dec 21 05:07:55.531 INFO STEP 853 (remove_files) COMPLETE
69932024-12-21T05:07:56.370Z[ recovery-image] Dec 21 05:07:55.531 INFO O| Dec 21 05:07:55.531 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-12-21T05:07:56.375Z[ host-image] Dec 21 05:07:55.536 INFO O| Dec 21 05:07:55.536 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
69952024-12-21T05:07:56.422Z[ recovery-image] Dec 21 05:07:55.586 INFO O| Dec 21 05:07:55.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69962024-12-21T05:07:56.422Z[ recovery-image] Dec 21 05:07:55.586 INFO O| Dec 21 05:07:55.586 INFO STEP 854 (remove_files) COMPLETE
69972024-12-21T05:07:56.422Z[ recovery-image] Dec 21 05:07:55.586 INFO O| Dec 21 05:07:55.586 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-12-21T05:07:56.471Z[ recovery-image] Dec 21 05:07:55.635 INFO O| Dec 21 05:07:55.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69992024-12-21T05:07:56.471Z[ recovery-image] Dec 21 05:07:55.635 INFO O| Dec 21 05:07:55.635 INFO STEP 855 (remove_files) COMPLETE
70002024-12-21T05:07:56.475Z[ recovery-image] Dec 21 05:07:55.635 INFO O| Dec 21 05:07:55.635 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-12-21T05:07:56.499Z[ recovery-image] Dec 21 05:07:55.663 INFO O| Dec 21 05:07:55.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
70022024-12-21T05:07:56.499Z[ recovery-image] Dec 21 05:07:55.663 INFO O| Dec 21 05:07:55.663 INFO STEP 856 (remove_files) COMPLETE
70032024-12-21T05:07:56.503Z[ recovery-image] Dec 21 05:07:55.663 INFO O| Dec 21 05:07:55.663 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-12-21T05:07:56.566Z[ recovery-image] Dec 21 05:07:55.730 INFO O| Dec 21 05:07:55.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
70052024-12-21T05:07:56.566Z[ recovery-image] Dec 21 05:07:55.730 INFO O| Dec 21 05:07:55.730 INFO STEP 857 (remove_files) COMPLETE
70062024-12-21T05:07:56.569Z[ recovery-image] Dec 21 05:07:55.730 INFO O| Dec 21 05:07:55.730 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-12-21T05:07:56.590Z[ recovery-image] Dec 21 05:07:55.753 INFO O| Dec 21 05:07:55.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
70082024-12-21T05:07:56.590Z[ recovery-image] Dec 21 05:07:55.753 INFO O| Dec 21 05:07:55.753 INFO STEP 858 (remove_files) COMPLETE
70092024-12-21T05:07:56.590Z[ recovery-image] Dec 21 05:07:55.753 INFO O| Dec 21 05:07:55.753 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-12-21T05:07:56.608Z[ recovery-image] Dec 21 05:07:55.772 INFO O| Dec 21 05:07:55.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
70112024-12-21T05:07:56.608Z[ recovery-image] Dec 21 05:07:55.772 INFO O| Dec 21 05:07:55.772 INFO STEP 859 (remove_files) COMPLETE
70122024-12-21T05:07:56.608Z[ recovery-image] Dec 21 05:07:55.772 INFO O| Dec 21 05:07:55.772 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-12-21T05:07:56.626Z[ recovery-image] Dec 21 05:07:55.789 INFO O| Dec 21 05:07:55.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
70142024-12-21T05:07:56.626Z[ recovery-image] Dec 21 05:07:55.789 INFO O| Dec 21 05:07:55.789 INFO STEP 860 (remove_files) COMPLETE
70152024-12-21T05:07:56.630Z[ recovery-image] Dec 21 05:07:55.789 INFO O| Dec 21 05:07:55.789 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-12-21T05:07:56.646Z[ recovery-image] Dec 21 05:07:55.809 INFO O| Dec 21 05:07:55.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
70172024-12-21T05:07:56.648Z[ recovery-image] Dec 21 05:07:55.810 INFO O| Dec 21 05:07:55.810 INFO STEP 861 (remove_files) COMPLETE
70182024-12-21T05:07:56.648Z[ recovery-image] Dec 21 05:07:55.810 INFO O| Dec 21 05:07:55.810 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-12-21T05:07:56.677Z[ recovery-image] Dec 21 05:07:55.840 INFO O| Dec 21 05:07:55.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
70202024-12-21T05:07:56.692Z[ recovery-image] Dec 21 05:07:55.856 INFO O| Dec 21 05:07:55.856 INFO STEP 862 (remove_files) COMPLETE
70212024-12-21T05:07:56.692Z[ recovery-image] Dec 21 05:07:55.856 INFO O| Dec 21 05:07:55.856 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-12-21T05:07:56.717Z[ recovery-image] Dec 21 05:07:55.880 INFO O| Dec 21 05:07:55.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
70232024-12-21T05:07:56.720Z[ recovery-image] Dec 21 05:07:55.880 INFO O| Dec 21 05:07:55.880 INFO STEP 863 (remove_files) COMPLETE
70242024-12-21T05:07:56.720Z[ recovery-image] Dec 21 05:07:55.880 INFO O| Dec 21 05:07:55.880 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-12-21T05:07:56.742Z[ recovery-image] Dec 21 05:07:55.906 INFO O| Dec 21 05:07:55.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
70262024-12-21T05:07:56.745Z[ recovery-image] Dec 21 05:07:55.906 INFO O| Dec 21 05:07:55.906 INFO STEP 864 (remove_files) COMPLETE
70272024-12-21T05:07:56.745Z[ recovery-image] Dec 21 05:07:55.906 INFO O| Dec 21 05:07:55.906 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-12-21T05:07:56.764Z[ recovery-image] Dec 21 05:07:55.925 INFO O| Dec 21 05:07:55.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
70292024-12-21T05:07:56.768Z[ recovery-image] Dec 21 05:07:55.926 INFO O| Dec 21 05:07:55.926 INFO STEP 865 (remove_files) COMPLETE
70302024-12-21T05:07:56.768Z[ recovery-image] Dec 21 05:07:55.926 INFO O| Dec 21 05:07:55.926 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-12-21T05:07:56.782Z[ recovery-image] Dec 21 05:07:55.945 INFO O| Dec 21 05:07:55.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
70322024-12-21T05:07:56.784Z[ recovery-image] Dec 21 05:07:55.945 INFO O| Dec 21 05:07:55.945 INFO STEP 866 (remove_files) COMPLETE
70332024-12-21T05:07:56.785Z[ recovery-image] Dec 21 05:07:55.945 INFO O| Dec 21 05:07:55.945 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-12-21T05:07:56.800Z[ recovery-image] Dec 21 05:07:55.963 INFO O| Dec 21 05:07:55.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
70352024-12-21T05:07:56.803Z[ recovery-image] Dec 21 05:07:55.963 INFO O| Dec 21 05:07:55.963 INFO STEP 867 (remove_files) COMPLETE
70362024-12-21T05:07:56.803Z[ recovery-image] Dec 21 05:07:55.964 INFO O| Dec 21 05:07:55.964 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-12-21T05:07:56.820Z[ recovery-image] Dec 21 05:07:55.984 INFO O| Dec 21 05:07:55.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
70382024-12-21T05:07:56.822Z[ recovery-image] Dec 21 05:07:55.984 INFO O| Dec 21 05:07:55.984 INFO STEP 868 (remove_files) COMPLETE
70392024-12-21T05:07:56.822Z[ recovery-image] Dec 21 05:07:55.984 INFO O| Dec 21 05:07:55.984 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-12-21T05:07:56.840Z[ recovery-image] Dec 21 05:07:56.004 INFO O| Dec 21 05:07:56.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
70412024-12-21T05:07:56.840Z[ recovery-image] Dec 21 05:07:56.004 INFO O| Dec 21 05:07:56.004 INFO STEP 869 (remove_files) COMPLETE
70422024-12-21T05:07:56.840Z[ recovery-image] Dec 21 05:07:56.004 INFO O| Dec 21 05:07:56.004 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-12-21T05:07:56.859Z[ recovery-image] Dec 21 05:07:56.023 INFO O| Dec 21 05:07:56.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
70442024-12-21T05:07:56.862Z[ recovery-image] Dec 21 05:07:56.023 INFO O| Dec 21 05:07:56.023 INFO STEP 870 (remove_files) COMPLETE
70452024-12-21T05:07:56.862Z[ recovery-image] Dec 21 05:07:56.023 INFO O| Dec 21 05:07:56.023 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-12-21T05:07:56.880Z[ recovery-image] Dec 21 05:07:56.044 INFO O| Dec 21 05:07:56.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
70472024-12-21T05:07:56.880Z[ recovery-image] Dec 21 05:07:56.044 INFO O| Dec 21 05:07:56.044 INFO STEP 871 (remove_files) COMPLETE
70482024-12-21T05:07:56.880Z[ recovery-image] Dec 21 05:07:56.044 INFO O| Dec 21 05:07:56.044 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-12-21T05:07:56.900Z[ recovery-image] Dec 21 05:07:56.064 INFO O| Dec 21 05:07:56.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
70502024-12-21T05:07:56.900Z[ recovery-image] Dec 21 05:07:56.064 INFO O| Dec 21 05:07:56.064 INFO STEP 872 (remove_files) COMPLETE
70512024-12-21T05:07:56.903Z[ recovery-image] Dec 21 05:07:56.064 INFO O| Dec 21 05:07:56.064 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-12-21T05:07:56.920Z[ recovery-image] Dec 21 05:07:56.084 INFO O| Dec 21 05:07:56.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
70532024-12-21T05:07:56.923Z[ recovery-image] Dec 21 05:07:56.084 INFO O| Dec 21 05:07:56.084 INFO STEP 873 (remove_files) COMPLETE
70542024-12-21T05:07:56.923Z[ recovery-image] Dec 21 05:07:56.084 INFO O| Dec 21 05:07:56.084 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-12-21T05:07:56.939Z[ recovery-image] Dec 21 05:07:56.103 INFO O| Dec 21 05:07:56.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70562024-12-21T05:07:56.942Z[ recovery-image] Dec 21 05:07:56.103 INFO O| Dec 21 05:07:56.103 INFO STEP 874 (remove_files) COMPLETE
70572024-12-21T05:07:56.942Z[ recovery-image] Dec 21 05:07:56.103 INFO O| Dec 21 05:07:56.103 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-12-21T05:07:56.957Z[ recovery-image] Dec 21 05:07:56.121 INFO O| Dec 21 05:07:56.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70592024-12-21T05:07:56.957Z[ recovery-image] Dec 21 05:07:56.121 INFO O| Dec 21 05:07:56.121 INFO STEP 875 (remove_files) COMPLETE
70602024-12-21T05:07:56.957Z[ recovery-image] Dec 21 05:07:56.121 INFO O| Dec 21 05:07:56.121 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-12-21T05:07:56.980Z[ recovery-image] Dec 21 05:07:56.144 INFO O| Dec 21 05:07:56.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70622024-12-21T05:07:56.980Z[ recovery-image] Dec 21 05:07:56.144 INFO O| Dec 21 05:07:56.144 INFO STEP 876 (remove_files) COMPLETE
70632024-12-21T05:07:56.980Z[ recovery-image] Dec 21 05:07:56.144 INFO O| Dec 21 05:07:56.144 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-12-21T05:07:57.001Z[ recovery-image] Dec 21 05:07:56.165 INFO O| Dec 21 05:07:56.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70652024-12-21T05:07:57.007Z[ recovery-image] Dec 21 05:07:56.165 INFO O| Dec 21 05:07:56.165 INFO STEP 877 (remove_files) COMPLETE
70662024-12-21T05:07:57.007Z[ recovery-image] Dec 21 05:07:56.165 INFO O| Dec 21 05:07:56.165 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-12-21T05:07:57.028Z[ recovery-image] Dec 21 05:07:56.191 INFO O| Dec 21 05:07:56.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70682024-12-21T05:07:57.031Z[ recovery-image] Dec 21 05:07:56.192 INFO O| Dec 21 05:07:56.192 INFO STEP 878 (remove_files) COMPLETE
70692024-12-21T05:07:57.031Z[ recovery-image] Dec 21 05:07:56.192 INFO O| Dec 21 05:07:56.192 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-12-21T05:07:57.058Z[ recovery-image] Dec 21 05:07:56.221 INFO O| Dec 21 05:07:56.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70712024-12-21T05:07:57.060Z[ recovery-image] Dec 21 05:07:56.221 INFO O| Dec 21 05:07:56.221 INFO STEP 879 (remove_files) COMPLETE
70722024-12-21T05:07:57.060Z[ recovery-image] Dec 21 05:07:56.222 INFO O| Dec 21 05:07:56.222 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-12-21T05:07:57.078Z[ recovery-image] Dec 21 05:07:56.242 INFO O| Dec 21 05:07:56.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70742024-12-21T05:07:57.081Z[ recovery-image] Dec 21 05:07:56.242 INFO O| Dec 21 05:07:56.242 INFO STEP 880 (remove_files) COMPLETE
70752024-12-21T05:07:57.081Z[ recovery-image] Dec 21 05:07:56.242 INFO O| Dec 21 05:07:56.242 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-12-21T05:07:57.100Z[ recovery-image] Dec 21 05:07:56.263 INFO O| Dec 21 05:07:56.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70772024-12-21T05:07:57.103Z[ recovery-image] Dec 21 05:07:56.263 INFO O| Dec 21 05:07:56.263 INFO STEP 881 (remove_files) COMPLETE
70782024-12-21T05:07:57.103Z[ recovery-image] Dec 21 05:07:56.264 INFO O| Dec 21 05:07:56.263 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-12-21T05:07:57.120Z[ recovery-image] Dec 21 05:07:56.284 INFO O| Dec 21 05:07:56.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70802024-12-21T05:07:57.120Z[ recovery-image] Dec 21 05:07:56.284 INFO O| Dec 21 05:07:56.284 INFO STEP 882 (remove_files) COMPLETE
70812024-12-21T05:07:57.120Z[ recovery-image] Dec 21 05:07:56.284 INFO O| Dec 21 05:07:56.284 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-12-21T05:07:57.139Z[ recovery-image] Dec 21 05:07:56.303 INFO O| Dec 21 05:07:56.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70832024-12-21T05:07:57.142Z[ recovery-image] Dec 21 05:07:56.303 INFO O| Dec 21 05:07:56.303 INFO STEP 883 (remove_files) COMPLETE
70842024-12-21T05:07:57.142Z[ recovery-image] Dec 21 05:07:56.303 INFO O| Dec 21 05:07:56.303 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-12-21T05:07:57.165Z[ recovery-image] Dec 21 05:07:56.328 INFO O| Dec 21 05:07:56.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70862024-12-21T05:07:57.168Z[ recovery-image] Dec 21 05:07:56.329 INFO O| Dec 21 05:07:56.329 INFO STEP 884 (remove_files) COMPLETE
70872024-12-21T05:07:57.168Z[ recovery-image] Dec 21 05:07:56.329 INFO O| Dec 21 05:07:56.329 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-12-21T05:07:57.201Z[ recovery-image] Dec 21 05:07:56.365 INFO O| Dec 21 05:07:56.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70892024-12-21T05:07:57.205Z[ recovery-image] Dec 21 05:07:56.365 INFO O| Dec 21 05:07:56.365 INFO STEP 885 (remove_files) COMPLETE
70902024-12-21T05:07:57.205Z[ recovery-image] Dec 21 05:07:56.365 INFO O| Dec 21 05:07:56.365 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-12-21T05:07:57.260Z[ recovery-image] Dec 21 05:07:56.422 INFO O| Dec 21 05:07:56.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70922024-12-21T05:07:57.260Z[ recovery-image] Dec 21 05:07:56.423 INFO O| Dec 21 05:07:56.423 INFO STEP 886 (remove_files) COMPLETE
70932024-12-21T05:07:57.260Z[ recovery-image] Dec 21 05:07:56.423 INFO O| Dec 21 05:07:56.423 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-12-21T05:07:57.277Z[ recovery-image] Dec 21 05:07:56.441 INFO O| Dec 21 05:07:56.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70952024-12-21T05:07:57.277Z[ recovery-image] Dec 21 05:07:56.441 INFO O| Dec 21 05:07:56.441 INFO STEP 887 (remove_files) COMPLETE
70962024-12-21T05:07:57.282Z[ recovery-image] Dec 21 05:07:56.441 INFO O| Dec 21 05:07:56.441 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-12-21T05:07:57.299Z[ recovery-image] Dec 21 05:07:56.460 INFO O| Dec 21 05:07:56.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70982024-12-21T05:07:57.299Z[ recovery-image] Dec 21 05:07:56.460 INFO O| Dec 21 05:07:56.460 INFO STEP 888 (remove_files) COMPLETE
70992024-12-21T05:07:57.302Z[ recovery-image] Dec 21 05:07:56.461 INFO O| Dec 21 05:07:56.460 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-12-21T05:07:57.317Z[ recovery-image] Dec 21 05:07:56.480 INFO O| Dec 21 05:07:56.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
71012024-12-21T05:07:57.317Z[ recovery-image] Dec 21 05:07:56.480 INFO O| Dec 21 05:07:56.480 INFO STEP 889 (remove_files) COMPLETE
71022024-12-21T05:07:57.317Z[ recovery-image] Dec 21 05:07:56.480 INFO O| Dec 21 05:07:56.480 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-12-21T05:07:57.337Z[ recovery-image] Dec 21 05:07:56.500 INFO O| Dec 21 05:07:56.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
71042024-12-21T05:07:57.338Z[ recovery-image] Dec 21 05:07:56.500 INFO O| Dec 21 05:07:56.500 INFO STEP 890 (remove_files) COMPLETE
71052024-12-21T05:07:57.341Z[ recovery-image] Dec 21 05:07:56.501 INFO O| Dec 21 05:07:56.500 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-12-21T05:07:57.356Z[ recovery-image] Dec 21 05:07:56.520 INFO O| Dec 21 05:07:56.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
71072024-12-21T05:07:57.356Z[ recovery-image] Dec 21 05:07:56.520 INFO O| Dec 21 05:07:56.520 INFO STEP 891 (remove_files) COMPLETE
71082024-12-21T05:07:57.356Z[ recovery-image] Dec 21 05:07:56.520 INFO O| Dec 21 05:07:56.520 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-12-21T05:07:57.375Z[ recovery-image] Dec 21 05:07:56.538 INFO O| Dec 21 05:07:56.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
71102024-12-21T05:07:57.375Z[ recovery-image] Dec 21 05:07:56.538 INFO O| Dec 21 05:07:56.538 INFO STEP 892 (remove_files) COMPLETE
71112024-12-21T05:07:57.375Z[ recovery-image] Dec 21 05:07:56.538 INFO O| Dec 21 05:07:56.538 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-12-21T05:07:57.391Z[ recovery-image] Dec 21 05:07:56.555 INFO O| Dec 21 05:07:56.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
71132024-12-21T05:07:57.391Z[ recovery-image] Dec 21 05:07:56.555 INFO O| Dec 21 05:07:56.555 INFO STEP 893 (remove_files) COMPLETE
71142024-12-21T05:07:57.391Z[ recovery-image] Dec 21 05:07:56.555 INFO O| Dec 21 05:07:56.555 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-12-21T05:07:57.414Z[ recovery-image] Dec 21 05:07:56.578 INFO O| Dec 21 05:07:56.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
71162024-12-21T05:07:57.414Z[ recovery-image] Dec 21 05:07:56.578 INFO O| Dec 21 05:07:56.578 INFO STEP 894 (remove_files) COMPLETE
71172024-12-21T05:07:57.414Z[ recovery-image] Dec 21 05:07:56.578 INFO O| Dec 21 05:07:56.578 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-12-21T05:07:57.433Z[ recovery-image] Dec 21 05:07:56.597 INFO O| Dec 21 05:07:56.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
71192024-12-21T05:07:57.433Z[ recovery-image] Dec 21 05:07:56.597 INFO O| Dec 21 05:07:56.597 INFO STEP 895 (remove_files) COMPLETE
71202024-12-21T05:07:57.433Z[ recovery-image] Dec 21 05:07:56.597 INFO O| Dec 21 05:07:56.597 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-12-21T05:07:57.464Z[ recovery-image] Dec 21 05:07:56.628 INFO O| Dec 21 05:07:56.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
71222024-12-21T05:07:57.464Z[ recovery-image] Dec 21 05:07:56.628 INFO O| Dec 21 05:07:56.628 INFO STEP 896 (remove_files) COMPLETE
71232024-12-21T05:07:57.467Z[ recovery-image] Dec 21 05:07:56.628 INFO O| Dec 21 05:07:56.628 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-12-21T05:07:57.490Z[ recovery-image] Dec 21 05:07:56.653 INFO O| Dec 21 05:07:56.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
71252024-12-21T05:07:57.490Z[ recovery-image] Dec 21 05:07:56.653 INFO O| Dec 21 05:07:56.653 INFO STEP 897 (remove_files) COMPLETE
71262024-12-21T05:07:57.493Z[ recovery-image] Dec 21 05:07:56.653 INFO O| Dec 21 05:07:56.653 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-12-21T05:07:57.512Z[ recovery-image] Dec 21 05:07:56.675 INFO O| Dec 21 05:07:56.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
71282024-12-21T05:07:57.512Z[ recovery-image] Dec 21 05:07:56.675 INFO O| Dec 21 05:07:56.675 INFO STEP 898 (remove_files) COMPLETE
71292024-12-21T05:07:57.514Z[ recovery-image] Dec 21 05:07:56.676 INFO O| Dec 21 05:07:56.675 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-12-21T05:07:57.557Z[ recovery-image] Dec 21 05:07:56.721 INFO O| Dec 21 05:07:56.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
71312024-12-21T05:07:57.562Z[ recovery-image] Dec 21 05:07:56.721 INFO O| Dec 21 05:07:56.721 INFO STEP 899 (remove_files) COMPLETE
71322024-12-21T05:07:57.562Z[ recovery-image] Dec 21 05:07:56.721 INFO O| Dec 21 05:07:56.721 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-12-21T05:07:57.587Z[ recovery-image] Dec 21 05:07:56.744 INFO O| Dec 21 05:07:56.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
71342024-12-21T05:07:57.587Z[ recovery-image] Dec 21 05:07:56.744 INFO O| Dec 21 05:07:56.744 INFO STEP 900 (remove_files) COMPLETE
71352024-12-21T05:07:57.587Z[ recovery-image] Dec 21 05:07:56.744 INFO O| Dec 21 05:07:56.744 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-12-21T05:07:57.605Z[ recovery-image] Dec 21 05:07:56.768 INFO O| Dec 21 05:07:56.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
71372024-12-21T05:07:57.608Z[ recovery-image] Dec 21 05:07:56.770 INFO O| Dec 21 05:07:56.770 INFO STEP 901 (remove_files) COMPLETE
71382024-12-21T05:07:57.608Z[ recovery-image] Dec 21 05:07:56.770 INFO O| Dec 21 05:07:56.770 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-12-21T05:07:57.628Z[ recovery-image] Dec 21 05:07:56.792 INFO O| Dec 21 05:07:56.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
71402024-12-21T05:07:57.633Z[ recovery-image] Dec 21 05:07:56.792 INFO O| Dec 21 05:07:56.792 INFO STEP 902 (remove_files) COMPLETE
71412024-12-21T05:07:57.633Z[ recovery-image] Dec 21 05:07:56.792 INFO O| Dec 21 05:07:56.792 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-12-21T05:07:57.661Z[ recovery-image] Dec 21 05:07:56.824 INFO O| Dec 21 05:07:56.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
71432024-12-21T05:07:57.665Z[ recovery-image] Dec 21 05:07:56.824 INFO O| Dec 21 05:07:56.824 INFO STEP 903 (remove_files) COMPLETE
71442024-12-21T05:07:57.665Z[ recovery-image] Dec 21 05:07:56.824 INFO O| Dec 21 05:07:56.824 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-12-21T05:07:57.680Z[ recovery-image] Dec 21 05:07:56.844 INFO O| Dec 21 05:07:56.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
71462024-12-21T05:07:57.683Z[ recovery-image] Dec 21 05:07:56.844 INFO O| Dec 21 05:07:56.844 INFO STEP 904 (remove_files) COMPLETE
71472024-12-21T05:07:57.683Z[ recovery-image] Dec 21 05:07:56.844 INFO O| Dec 21 05:07:56.844 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-12-21T05:07:57.713Z[ recovery-image] Dec 21 05:07:56.877 INFO O| Dec 21 05:07:56.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
71492024-12-21T05:07:57.713Z[ recovery-image] Dec 21 05:07:56.877 INFO O| Dec 21 05:07:56.877 INFO STEP 905 (remove_files) COMPLETE
71502024-12-21T05:07:57.713Z[ recovery-image] Dec 21 05:07:56.877 INFO O| Dec 21 05:07:56.877 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-12-21T05:07:57.734Z[ recovery-image] Dec 21 05:07:56.896 INFO O| Dec 21 05:07:56.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
71522024-12-21T05:07:57.734Z[ recovery-image] Dec 21 05:07:56.896 INFO O| Dec 21 05:07:56.896 INFO STEP 906 (remove_files) COMPLETE
71532024-12-21T05:07:57.738Z[ recovery-image] Dec 21 05:07:56.896 INFO O| Dec 21 05:07:56.896 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-12-21T05:07:57.751Z[ recovery-image] Dec 21 05:07:56.915 INFO O| Dec 21 05:07:56.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
71552024-12-21T05:07:57.751Z[ recovery-image] Dec 21 05:07:56.915 INFO O| Dec 21 05:07:56.915 INFO STEP 907 (remove_files) COMPLETE
71562024-12-21T05:07:57.754Z[ recovery-image] Dec 21 05:07:56.915 INFO O| Dec 21 05:07:56.915 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-12-21T05:07:57.778Z[ recovery-image] Dec 21 05:07:56.941 INFO O| Dec 21 05:07:56.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71582024-12-21T05:07:57.778Z[ recovery-image] Dec 21 05:07:56.941 INFO O| Dec 21 05:07:56.941 INFO STEP 908 (remove_files) COMPLETE
71592024-12-21T05:07:57.780Z[ recovery-image] Dec 21 05:07:56.941 INFO O| Dec 21 05:07:56.941 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-12-21T05:07:57.798Z[ recovery-image] Dec 21 05:07:56.962 INFO O| Dec 21 05:07:56.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71612024-12-21T05:07:57.798Z[ recovery-image] Dec 21 05:07:56.962 INFO O| Dec 21 05:07:56.962 INFO STEP 909 (remove_files) COMPLETE
71622024-12-21T05:07:57.802Z[ recovery-image] Dec 21 05:07:56.962 INFO O| Dec 21 05:07:56.962 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-12-21T05:07:57.831Z[ recovery-image] Dec 21 05:07:56.994 INFO O| Dec 21 05:07:56.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71642024-12-21T05:07:57.831Z[ recovery-image] Dec 21 05:07:56.994 INFO O| Dec 21 05:07:56.994 INFO STEP 910 (remove_files) COMPLETE
71652024-12-21T05:07:57.831Z[ recovery-image] Dec 21 05:07:56.994 INFO O| Dec 21 05:07:56.994 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-12-21T05:07:57.856Z[ recovery-image] Dec 21 05:07:57.020 INFO O| Dec 21 05:07:57.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71672024-12-21T05:07:57.859Z[ recovery-image] Dec 21 05:07:57.020 INFO O| Dec 21 05:07:57.020 INFO STEP 911 (remove_files) COMPLETE
71682024-12-21T05:07:57.859Z[ recovery-image] Dec 21 05:07:57.020 INFO O| Dec 21 05:07:57.020 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-12-21T05:07:57.887Z[ recovery-image] Dec 21 05:07:57.051 INFO O| Dec 21 05:07:57.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71702024-12-21T05:07:57.890Z[ recovery-image] Dec 21 05:07:57.051 INFO O| Dec 21 05:07:57.051 INFO STEP 912 (remove_files) COMPLETE
71712024-12-21T05:07:57.890Z[ recovery-image] Dec 21 05:07:57.051 INFO O| Dec 21 05:07:57.051 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-12-21T05:07:57.918Z[ recovery-image] Dec 21 05:07:57.082 INFO O| Dec 21 05:07:57.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71732024-12-21T05:07:57.919Z[ recovery-image] Dec 21 05:07:57.082 INFO O| Dec 21 05:07:57.082 INFO STEP 913 (remove_files) COMPLETE
71742024-12-21T05:07:57.919Z[ recovery-image] Dec 21 05:07:57.082 INFO O| Dec 21 05:07:57.082 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-12-21T05:07:57.984Z[ recovery-image] Dec 21 05:07:57.147 INFO O| Dec 21 05:07:57.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71762024-12-21T05:07:57.987Z[ recovery-image] Dec 21 05:07:57.148 INFO O| Dec 21 05:07:57.147 INFO STEP 914 (remove_files) COMPLETE
71772024-12-21T05:07:57.987Z[ recovery-image] Dec 21 05:07:57.148 INFO O| Dec 21 05:07:57.148 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-12-21T05:07:58.002Z[ recovery-image] Dec 21 05:07:57.166 INFO O| Dec 21 05:07:57.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71792024-12-21T05:07:58.002Z[ recovery-image] Dec 21 05:07:57.166 INFO O| Dec 21 05:07:57.166 INFO STEP 915 (remove_files) COMPLETE
71802024-12-21T05:07:58.002Z[ recovery-image] Dec 21 05:07:57.166 INFO O| Dec 21 05:07:57.166 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-12-21T05:07:58.040Z[ recovery-image] Dec 21 05:07:57.203 INFO O| Dec 21 05:07:57.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71822024-12-21T05:07:58.042Z[ recovery-image] Dec 21 05:07:57.204 INFO O| Dec 21 05:07:57.204 INFO STEP 916 (remove_files) COMPLETE
71832024-12-21T05:07:58.042Z[ recovery-image] Dec 21 05:07:57.204 INFO O| Dec 21 05:07:57.204 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-12-21T05:07:58.066Z[ recovery-image] Dec 21 05:07:57.230 INFO O| Dec 21 05:07:57.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71852024-12-21T05:07:58.066Z[ recovery-image] Dec 21 05:07:57.230 INFO O| Dec 21 05:07:57.230 INFO STEP 917 (remove_files) COMPLETE
71862024-12-21T05:07:58.066Z[ recovery-image] Dec 21 05:07:57.230 INFO O| Dec 21 05:07:57.230 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-12-21T05:07:58.088Z[ recovery-image] Dec 21 05:07:57.252 INFO O| Dec 21 05:07:57.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71882024-12-21T05:07:58.088Z[ recovery-image] Dec 21 05:07:57.252 INFO O| Dec 21 05:07:57.252 INFO STEP 918 (remove_files) COMPLETE
71892024-12-21T05:07:58.088Z[ recovery-image] Dec 21 05:07:57.252 INFO O| Dec 21 05:07:57.252 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-12-21T05:07:58.117Z[ recovery-image] Dec 21 05:07:57.280 INFO O| Dec 21 05:07:57.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71912024-12-21T05:07:58.117Z[ recovery-image] Dec 21 05:07:57.280 INFO O| Dec 21 05:07:57.280 INFO STEP 919 (remove_files) COMPLETE
71922024-12-21T05:07:58.117Z[ recovery-image] Dec 21 05:07:57.280 INFO O| Dec 21 05:07:57.280 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-12-21T05:07:58.157Z[ recovery-image] Dec 21 05:07:57.321 INFO O| Dec 21 05:07:57.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71942024-12-21T05:07:58.157Z[ recovery-image] Dec 21 05:07:57.321 INFO O| Dec 21 05:07:57.321 INFO STEP 920 (remove_files) COMPLETE
71952024-12-21T05:07:58.161Z[ recovery-image] Dec 21 05:07:57.321 INFO O| Dec 21 05:07:57.321 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-12-21T05:07:58.179Z[ recovery-image] Dec 21 05:07:57.342 INFO O| Dec 21 05:07:57.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71972024-12-21T05:07:58.179Z[ recovery-image] Dec 21 05:07:57.343 INFO O| Dec 21 05:07:57.342 INFO STEP 921 (remove_files) COMPLETE
71982024-12-21T05:07:58.181Z[ recovery-image] Dec 21 05:07:57.343 INFO O| Dec 21 05:07:57.343 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-12-21T05:07:58.199Z[ recovery-image] Dec 21 05:07:57.363 INFO O| Dec 21 05:07:57.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
72002024-12-21T05:07:58.199Z[ recovery-image] Dec 21 05:07:57.363 INFO O| Dec 21 05:07:57.363 INFO STEP 922 (remove_files) COMPLETE
72012024-12-21T05:07:58.199Z[ recovery-image] Dec 21 05:07:57.363 INFO O| Dec 21 05:07:57.363 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-12-21T05:07:58.235Z[ recovery-image] Dec 21 05:07:57.399 INFO O| Dec 21 05:07:57.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
72032024-12-21T05:07:58.235Z[ recovery-image] Dec 21 05:07:57.399 INFO O| Dec 21 05:07:57.399 INFO STEP 923 (remove_files) COMPLETE
72042024-12-21T05:07:58.235Z[ recovery-image] Dec 21 05:07:57.399 INFO O| Dec 21 05:07:57.399 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-12-21T05:07:58.254Z[ recovery-image] Dec 21 05:07:57.417 INFO O| Dec 21 05:07:57.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
72062024-12-21T05:07:58.254Z[ recovery-image] Dec 21 05:07:57.417 INFO O| Dec 21 05:07:57.417 INFO STEP 924 (remove_files) COMPLETE
72072024-12-21T05:07:58.254Z[ recovery-image] Dec 21 05:07:57.417 INFO O| Dec 21 05:07:57.417 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-12-21T05:07:58.273Z[ recovery-image] Dec 21 05:07:57.437 INFO O| Dec 21 05:07:57.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
72092024-12-21T05:07:58.276Z[ recovery-image] Dec 21 05:07:57.437 INFO O| Dec 21 05:07:57.437 INFO STEP 925 (remove_files) COMPLETE
72102024-12-21T05:07:58.276Z[ recovery-image] Dec 21 05:07:57.437 INFO O| Dec 21 05:07:57.437 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-12-21T05:07:58.291Z[ recovery-image] Dec 21 05:07:57.455 INFO O| Dec 21 05:07:57.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
72122024-12-21T05:07:58.294Z[ recovery-image] Dec 21 05:07:57.455 INFO O| Dec 21 05:07:57.455 INFO STEP 926 (remove_files) COMPLETE
72132024-12-21T05:07:58.295Z[ recovery-image] Dec 21 05:07:57.455 INFO O| Dec 21 05:07:57.455 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-12-21T05:07:58.309Z[ recovery-image] Dec 21 05:07:57.472 INFO O| Dec 21 05:07:57.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
72152024-12-21T05:07:58.312Z[ recovery-image] Dec 21 05:07:57.472 INFO O| Dec 21 05:07:57.472 INFO STEP 927 (remove_files) COMPLETE
72162024-12-21T05:07:58.312Z[ recovery-image] Dec 21 05:07:57.473 INFO O| Dec 21 05:07:57.472 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-12-21T05:07:58.325Z[ recovery-image] Dec 21 05:07:57.489 INFO O| Dec 21 05:07:57.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
72182024-12-21T05:07:58.329Z[ recovery-image] Dec 21 05:07:57.489 INFO O| Dec 21 05:07:57.489 INFO STEP 928 (remove_files) COMPLETE
72192024-12-21T05:07:58.329Z[ recovery-image] Dec 21 05:07:57.490 INFO O| Dec 21 05:07:57.489 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-12-21T05:07:58.350Z[ recovery-image] Dec 21 05:07:57.514 INFO O| Dec 21 05:07:57.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
72212024-12-21T05:07:58.351Z[ recovery-image] Dec 21 05:07:57.514 INFO O| Dec 21 05:07:57.514 INFO STEP 929 (remove_files) COMPLETE
72222024-12-21T05:07:58.351Z[ recovery-image] Dec 21 05:07:57.514 INFO O| Dec 21 05:07:57.514 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-12-21T05:07:58.370Z[ recovery-image] Dec 21 05:07:57.533 INFO O| Dec 21 05:07:57.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
72242024-12-21T05:07:58.370Z[ recovery-image] Dec 21 05:07:57.533 INFO O| Dec 21 05:07:57.533 INFO STEP 930 (remove_files) COMPLETE
72252024-12-21T05:07:58.370Z[ recovery-image] Dec 21 05:07:57.533 INFO O| Dec 21 05:07:57.533 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-12-21T05:07:58.404Z[ recovery-image] Dec 21 05:07:57.566 INFO O| Dec 21 05:07:57.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
72272024-12-21T05:07:58.404Z[ recovery-image] Dec 21 05:07:57.566 INFO O| Dec 21 05:07:57.566 INFO STEP 931 (remove_files) COMPLETE
72282024-12-21T05:07:58.404Z[ recovery-image] Dec 21 05:07:57.566 INFO O| Dec 21 05:07:57.566 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-12-21T05:07:58.422Z[ recovery-image] Dec 21 05:07:57.586 INFO O| Dec 21 05:07:57.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
72302024-12-21T05:07:58.422Z[ recovery-image] Dec 21 05:07:57.586 INFO O| Dec 21 05:07:57.586 INFO STEP 932 (remove_files) COMPLETE
72312024-12-21T05:07:58.422Z[ recovery-image] Dec 21 05:07:57.586 INFO O| Dec 21 05:07:57.586 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-12-21T05:07:58.439Z[ recovery-image] Dec 21 05:07:57.603 INFO O| Dec 21 05:07:57.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
72332024-12-21T05:07:58.439Z[ recovery-image] Dec 21 05:07:57.603 INFO O| Dec 21 05:07:57.603 INFO STEP 933 (remove_files) COMPLETE
72342024-12-21T05:07:58.439Z[ recovery-image] Dec 21 05:07:57.603 INFO O| Dec 21 05:07:57.603 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-12-21T05:07:58.465Z[ recovery-image] Dec 21 05:07:57.628 INFO O| Dec 21 05:07:57.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
72362024-12-21T05:07:58.465Z[ recovery-image] Dec 21 05:07:57.628 INFO O| Dec 21 05:07:57.628 INFO STEP 934 (remove_files) COMPLETE
72372024-12-21T05:07:58.468Z[ recovery-image] Dec 21 05:07:57.628 INFO O| Dec 21 05:07:57.628 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-12-21T05:07:58.484Z[ recovery-image] Dec 21 05:07:57.647 INFO O| Dec 21 05:07:57.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
72392024-12-21T05:07:58.484Z[ recovery-image] Dec 21 05:07:57.648 INFO O| Dec 21 05:07:57.648 INFO STEP 935 (remove_files) COMPLETE
72402024-12-21T05:07:58.487Z[ recovery-image] Dec 21 05:07:57.648 INFO O| Dec 21 05:07:57.648 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-12-21T05:07:58.502Z[ recovery-image] Dec 21 05:07:57.666 INFO O| Dec 21 05:07:57.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
72422024-12-21T05:07:58.502Z[ recovery-image] Dec 21 05:07:57.666 INFO O| Dec 21 05:07:57.666 INFO STEP 936 (remove_files) COMPLETE
72432024-12-21T05:07:58.502Z[ recovery-image] Dec 21 05:07:57.666 INFO O| Dec 21 05:07:57.666 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-12-21T05:07:58.519Z[ recovery-image] Dec 21 05:07:57.683 INFO O| Dec 21 05:07:57.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
72452024-12-21T05:07:58.519Z[ recovery-image] Dec 21 05:07:57.683 INFO O| Dec 21 05:07:57.683 INFO STEP 937 (remove_files) COMPLETE
72462024-12-21T05:07:58.519Z[ recovery-image] Dec 21 05:07:57.683 INFO O| Dec 21 05:07:57.683 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-12-21T05:07:58.537Z[ recovery-image] Dec 21 05:07:57.701 INFO O| Dec 21 05:07:57.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
72482024-12-21T05:07:58.537Z[ recovery-image] Dec 21 05:07:57.701 INFO O| Dec 21 05:07:57.701 INFO STEP 938 (remove_files) COMPLETE
72492024-12-21T05:07:58.538Z[ recovery-image] Dec 21 05:07:57.701 INFO O| Dec 21 05:07:57.701 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-12-21T05:07:58.565Z[ recovery-image] Dec 21 05:07:57.729 INFO O| Dec 21 05:07:57.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
72512024-12-21T05:07:58.565Z[ recovery-image] Dec 21 05:07:57.729 INFO O| Dec 21 05:07:57.729 INFO STEP 939 (remove_files) COMPLETE
72522024-12-21T05:07:58.568Z[ recovery-image] Dec 21 05:07:57.729 INFO O| Dec 21 05:07:57.729 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-12-21T05:07:58.584Z[ recovery-image] Dec 21 05:07:57.747 INFO O| Dec 21 05:07:57.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
72542024-12-21T05:07:58.598Z[ recovery-image] Dec 21 05:07:57.747 INFO O| Dec 21 05:07:57.747 INFO STEP 940 (remove_files) COMPLETE
72552024-12-21T05:07:58.598Z[ recovery-image] Dec 21 05:07:57.748 INFO O| Dec 21 05:07:57.747 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-12-21T05:07:58.615Z[ recovery-image] Dec 21 05:07:57.778 INFO O| Dec 21 05:07:57.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72572024-12-21T05:07:58.615Z[ recovery-image] Dec 21 05:07:57.778 INFO O| Dec 21 05:07:57.778 INFO STEP 941 (remove_files) COMPLETE
72582024-12-21T05:07:58.615Z[ recovery-image] Dec 21 05:07:57.778 INFO O| Dec 21 05:07:57.778 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-12-21T05:07:58.637Z[ recovery-image] Dec 21 05:07:57.801 INFO O| Dec 21 05:07:57.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72602024-12-21T05:07:58.640Z[ recovery-image] Dec 21 05:07:57.801 INFO O| Dec 21 05:07:57.801 INFO STEP 942 (remove_files) COMPLETE
72612024-12-21T05:07:58.641Z[ recovery-image] Dec 21 05:07:57.801 INFO O| Dec 21 05:07:57.801 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-12-21T05:07:58.659Z[ recovery-image] Dec 21 05:07:57.819 INFO O| Dec 21 05:07:57.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72632024-12-21T05:07:58.660Z[ recovery-image] Dec 21 05:07:57.819 INFO O| Dec 21 05:07:57.819 INFO STEP 943 (remove_files) COMPLETE
72642024-12-21T05:07:58.663Z[ recovery-image] Dec 21 05:07:57.819 INFO O| Dec 21 05:07:57.819 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-12-21T05:07:58.672Z[ recovery-image] Dec 21 05:07:57.836 INFO O| Dec 21 05:07:57.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72662024-12-21T05:07:58.675Z[ recovery-image] Dec 21 05:07:57.836 INFO O| Dec 21 05:07:57.836 INFO STEP 944 (remove_files) COMPLETE
72672024-12-21T05:07:58.675Z[ recovery-image] Dec 21 05:07:57.836 INFO O| Dec 21 05:07:57.836 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-12-21T05:07:58.689Z[ recovery-image] Dec 21 05:07:57.853 INFO O| Dec 21 05:07:57.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72692024-12-21T05:07:58.692Z[ recovery-image] Dec 21 05:07:57.853 INFO O| Dec 21 05:07:57.853 INFO STEP 945 (remove_files) COMPLETE
72702024-12-21T05:07:58.692Z[ recovery-image] Dec 21 05:07:57.853 INFO O| Dec 21 05:07:57.853 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-12-21T05:07:58.707Z[ recovery-image] Dec 21 05:07:57.870 INFO O| Dec 21 05:07:57.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72722024-12-21T05:07:58.708Z[ recovery-image] Dec 21 05:07:57.870 INFO O| Dec 21 05:07:57.870 INFO STEP 946 (remove_files) COMPLETE
72732024-12-21T05:07:58.710Z[ recovery-image] Dec 21 05:07:57.870 INFO O| Dec 21 05:07:57.870 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-12-21T05:07:58.785Z[ recovery-image] Dec 21 05:07:57.948 INFO O| Dec 21 05:07:57.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72752024-12-21T05:07:58.788Z[ recovery-image] Dec 21 05:07:57.948 INFO O| Dec 21 05:07:57.948 INFO STEP 947 (remove_files) COMPLETE
72762024-12-21T05:07:58.788Z[ recovery-image] Dec 21 05:07:57.948 INFO O| Dec 21 05:07:57.948 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-12-21T05:07:58.807Z[ recovery-image] Dec 21 05:07:57.970 INFO O| Dec 21 05:07:57.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72782024-12-21T05:07:58.808Z[ recovery-image] Dec 21 05:07:57.970 INFO O| Dec 21 05:07:57.970 INFO STEP 948 (remove_files) COMPLETE
72792024-12-21T05:07:58.808Z[ recovery-image] Dec 21 05:07:57.970 INFO O| Dec 21 05:07:57.970 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-12-21T05:07:58.827Z[ recovery-image] Dec 21 05:07:57.991 INFO O| Dec 21 05:07:57.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72812024-12-21T05:07:58.827Z[ recovery-image] Dec 21 05:07:57.991 INFO O| Dec 21 05:07:57.991 INFO STEP 949 (remove_files) COMPLETE
72822024-12-21T05:07:58.830Z[ recovery-image] Dec 21 05:07:57.991 INFO O| Dec 21 05:07:57.991 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-12-21T05:07:58.849Z[ recovery-image] Dec 21 05:07:58.013 INFO O| Dec 21 05:07:58.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72842024-12-21T05:07:58.849Z[ recovery-image] Dec 21 05:07:58.013 INFO O| Dec 21 05:07:58.013 INFO STEP 950 (remove_files) COMPLETE
72852024-12-21T05:07:58.849Z[ recovery-image] Dec 21 05:07:58.013 INFO O| Dec 21 05:07:58.013 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-12-21T05:07:58.868Z[ recovery-image] Dec 21 05:07:58.032 INFO O| Dec 21 05:07:58.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72872024-12-21T05:07:58.868Z[ recovery-image] Dec 21 05:07:58.032 INFO O| Dec 21 05:07:58.032 INFO STEP 951 (remove_files) COMPLETE
72882024-12-21T05:07:58.868Z[ recovery-image] Dec 21 05:07:58.032 INFO O| Dec 21 05:07:58.032 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-12-21T05:07:58.950Z[ recovery-image] Dec 21 05:07:58.113 INFO O| Dec 21 05:07:58.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72902024-12-21T05:07:58.950Z[ recovery-image] Dec 21 05:07:58.114 INFO O| Dec 21 05:07:58.113 INFO STEP 952 (remove_files) COMPLETE
72912024-12-21T05:07:58.953Z[ recovery-image] Dec 21 05:07:58.114 INFO O| Dec 21 05:07:58.113 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-12-21T05:07:58.977Z[ recovery-image] Dec 21 05:07:58.139 INFO O| Dec 21 05:07:58.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72932024-12-21T05:07:58.977Z[ recovery-image] Dec 21 05:07:58.139 INFO O| Dec 21 05:07:58.139 INFO STEP 953 (remove_files) COMPLETE
72942024-12-21T05:07:58.977Z[ recovery-image] Dec 21 05:07:58.139 INFO O| Dec 21 05:07:58.139 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-12-21T05:07:59.000Z[ recovery-image] Dec 21 05:07:58.163 INFO O| Dec 21 05:07:58.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72962024-12-21T05:07:59.000Z[ recovery-image] Dec 21 05:07:58.163 INFO O| Dec 21 05:07:58.163 INFO STEP 954 (remove_files) COMPLETE
72972024-12-21T05:07:59.002Z[ recovery-image] Dec 21 05:07:58.163 INFO O| Dec 21 05:07:58.163 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-12-21T05:07:59.026Z[ recovery-image] Dec 21 05:07:58.190 INFO O| Dec 21 05:07:58.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72992024-12-21T05:07:59.026Z[ recovery-image] Dec 21 05:07:58.190 INFO O| Dec 21 05:07:58.190 INFO STEP 955 (remove_files) COMPLETE
73002024-12-21T05:07:59.026Z[ recovery-image] Dec 21 05:07:58.190 INFO O| Dec 21 05:07:58.190 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-12-21T05:07:59.049Z[ recovery-image] Dec 21 05:07:58.212 INFO O| Dec 21 05:07:58.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
73022024-12-21T05:07:59.049Z[ recovery-image] Dec 21 05:07:58.212 INFO O| Dec 21 05:07:58.212 INFO STEP 956 (remove_files) COMPLETE
73032024-12-21T05:07:59.051Z[ recovery-image] Dec 21 05:07:58.212 INFO O| Dec 21 05:07:58.212 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-12-21T05:07:59.073Z[ recovery-image] Dec 21 05:07:58.234 INFO O| Dec 21 05:07:58.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
73052024-12-21T05:07:59.073Z[ recovery-image] Dec 21 05:07:58.234 INFO O| Dec 21 05:07:58.234 INFO STEP 957 (remove_files) COMPLETE
73062024-12-21T05:07:59.073Z[ recovery-image] Dec 21 05:07:58.234 INFO O| Dec 21 05:07:58.234 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-12-21T05:07:59.098Z[ recovery-image] Dec 21 05:07:58.255 INFO O| Dec 21 05:07:58.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
73082024-12-21T05:07:59.098Z[ recovery-image] Dec 21 05:07:58.255 INFO O| Dec 21 05:07:58.255 INFO STEP 958 (remove_files) COMPLETE
73092024-12-21T05:07:59.098Z[ recovery-image] Dec 21 05:07:58.256 INFO O| Dec 21 05:07:58.255 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-12-21T05:07:59.111Z[ recovery-image] Dec 21 05:07:58.274 INFO O| Dec 21 05:07:58.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
73112024-12-21T05:07:59.111Z[ recovery-image] Dec 21 05:07:58.275 INFO O| Dec 21 05:07:58.275 INFO STEP 959 (remove_files) COMPLETE
73122024-12-21T05:07:59.111Z[ recovery-image] Dec 21 05:07:58.275 INFO O| Dec 21 05:07:58.275 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-12-21T05:07:59.135Z[ recovery-image] Dec 21 05:07:58.297 INFO O| Dec 21 05:07:58.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
73142024-12-21T05:07:59.136Z[ recovery-image] Dec 21 05:07:58.297 INFO O| Dec 21 05:07:58.297 INFO STEP 960 (remove_files) COMPLETE
73152024-12-21T05:07:59.136Z[ recovery-image] Dec 21 05:07:58.297 INFO O| Dec 21 05:07:58.297 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-12-21T05:07:59.168Z[ recovery-image] Dec 21 05:07:58.331 INFO O| Dec 21 05:07:58.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
73172024-12-21T05:07:59.168Z[ recovery-image] Dec 21 05:07:58.331 INFO O| Dec 21 05:07:58.331 INFO STEP 961 (remove_files) COMPLETE
73182024-12-21T05:07:59.168Z[ recovery-image] Dec 21 05:07:58.332 INFO O| Dec 21 05:07:58.331 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-12-21T05:07:59.203Z[ recovery-image] Dec 21 05:07:58.367 INFO O| Dec 21 05:07:58.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
73202024-12-21T05:07:59.203Z[ recovery-image] Dec 21 05:07:58.367 INFO O| Dec 21 05:07:58.367 INFO STEP 962 (remove_files) COMPLETE
73212024-12-21T05:07:59.203Z[ recovery-image] Dec 21 05:07:58.367 INFO O| Dec 21 05:07:58.367 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-12-21T05:07:59.261Z[ recovery-image] Dec 21 05:07:58.424 INFO O| Dec 21 05:07:58.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
73232024-12-21T05:07:59.261Z[ recovery-image] Dec 21 05:07:58.424 INFO O| Dec 21 05:07:58.424 INFO STEP 963 (remove_files) COMPLETE
73242024-12-21T05:07:59.261Z[ recovery-image] Dec 21 05:07:58.424 INFO O| Dec 21 05:07:58.424 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-12-21T05:07:59.281Z[ recovery-image] Dec 21 05:07:58.445 INFO O| Dec 21 05:07:58.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
73262024-12-21T05:07:59.281Z[ recovery-image] Dec 21 05:07:58.445 INFO O| Dec 21 05:07:58.445 INFO STEP 964 (remove_files) COMPLETE
73272024-12-21T05:07:59.281Z[ recovery-image] Dec 21 05:07:58.445 INFO O| Dec 21 05:07:58.445 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-12-21T05:07:59.302Z[ recovery-image] Dec 21 05:07:58.465 INFO O| Dec 21 05:07:58.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
73292024-12-21T05:07:59.302Z[ recovery-image] Dec 21 05:07:58.466 INFO O| Dec 21 05:07:58.466 INFO STEP 965 (remove_files) COMPLETE
73302024-12-21T05:07:59.302Z[ recovery-image] Dec 21 05:07:58.466 INFO O| Dec 21 05:07:58.466 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-12-21T05:07:59.323Z[ recovery-image] Dec 21 05:07:58.485 INFO O| Dec 21 05:07:58.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
73322024-12-21T05:07:59.323Z[ recovery-image] Dec 21 05:07:58.485 INFO O| Dec 21 05:07:58.485 INFO STEP 966 (remove_files) COMPLETE
73332024-12-21T05:07:59.326Z[ recovery-image] Dec 21 05:07:58.486 INFO O| Dec 21 05:07:58.485 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-12-21T05:07:59.345Z[ recovery-image] Dec 21 05:07:58.507 INFO O| Dec 21 05:07:58.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
73352024-12-21T05:07:59.345Z[ recovery-image] Dec 21 05:07:58.507 INFO O| Dec 21 05:07:58.507 INFO STEP 967 (remove_files) COMPLETE
73362024-12-21T05:07:59.345Z[ recovery-image] Dec 21 05:07:58.507 INFO O| Dec 21 05:07:58.507 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-12-21T05:07:59.372Z[ recovery-image] Dec 21 05:07:58.535 INFO O| Dec 21 05:07:58.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
73382024-12-21T05:07:59.372Z[ recovery-image] Dec 21 05:07:58.535 INFO O| Dec 21 05:07:58.535 INFO STEP 968 (remove_files) COMPLETE
73392024-12-21T05:07:59.374Z[ recovery-image] Dec 21 05:07:58.535 INFO O| Dec 21 05:07:58.535 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-12-21T05:07:59.394Z[ recovery-image] Dec 21 05:07:58.558 INFO O| Dec 21 05:07:58.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
73412024-12-21T05:07:59.394Z[ recovery-image] Dec 21 05:07:58.558 INFO O| Dec 21 05:07:58.558 INFO STEP 969 (remove_files) COMPLETE
73422024-12-21T05:07:59.397Z[ recovery-image] Dec 21 05:07:58.558 INFO O| Dec 21 05:07:58.558 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-12-21T05:07:59.417Z[ recovery-image] Dec 21 05:07:58.580 INFO O| Dec 21 05:07:58.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
73442024-12-21T05:07:59.417Z[ recovery-image] Dec 21 05:07:58.580 INFO O| Dec 21 05:07:58.580 INFO STEP 970 (remove_files) COMPLETE
73452024-12-21T05:07:59.423Z[ recovery-image] Dec 21 05:07:58.580 INFO O| Dec 21 05:07:58.580 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-12-21T05:07:59.438Z[ recovery-image] Dec 21 05:07:58.601 INFO O| Dec 21 05:07:58.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
73472024-12-21T05:07:59.438Z[ recovery-image] Dec 21 05:07:58.602 INFO O| Dec 21 05:07:58.602 INFO STEP 971 (remove_files) COMPLETE
73482024-12-21T05:07:59.438Z[ recovery-image] Dec 21 05:07:58.602 INFO O| Dec 21 05:07:58.602 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-12-21T05:07:59.482Z[ recovery-image] Dec 21 05:07:58.645 INFO O| Dec 21 05:07:58.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
73502024-12-21T05:07:59.482Z[ recovery-image] Dec 21 05:07:58.645 INFO O| Dec 21 05:07:58.645 INFO STEP 972 (remove_files) COMPLETE
73512024-12-21T05:07:59.482Z[ recovery-image] Dec 21 05:07:58.645 INFO O| Dec 21 05:07:58.645 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-12-21T05:07:59.503Z[ recovery-image] Dec 21 05:07:58.666 INFO O| Dec 21 05:07:58.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
73532024-12-21T05:07:59.503Z[ recovery-image] Dec 21 05:07:58.666 INFO O| Dec 21 05:07:58.666 INFO STEP 973 (remove_files) COMPLETE
73542024-12-21T05:07:59.503Z[ recovery-image] Dec 21 05:07:58.666 INFO O| Dec 21 05:07:58.666 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-12-21T05:07:59.523Z[ recovery-image] Dec 21 05:07:58.686 INFO O| Dec 21 05:07:58.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73562024-12-21T05:07:59.523Z[ recovery-image] Dec 21 05:07:58.686 INFO O| Dec 21 05:07:58.686 INFO STEP 974 (remove_files) COMPLETE
73572024-12-21T05:07:59.523Z[ recovery-image] Dec 21 05:07:58.686 INFO O| Dec 21 05:07:58.686 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-12-21T05:07:59.583Z[ recovery-image] Dec 21 05:07:58.747 INFO O| Dec 21 05:07:58.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73592024-12-21T05:07:59.583Z[ recovery-image] Dec 21 05:07:58.747 INFO O| Dec 21 05:07:58.747 INFO STEP 975 (remove_files) COMPLETE
73602024-12-21T05:07:59.583Z[ recovery-image] Dec 21 05:07:58.747 INFO O| Dec 21 05:07:58.747 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-12-21T05:07:59.605Z[ recovery-image] Dec 21 05:07:58.769 INFO O| Dec 21 05:07:58.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73622024-12-21T05:07:59.605Z[ recovery-image] Dec 21 05:07:58.769 INFO O| Dec 21 05:07:58.769 INFO STEP 976 (remove_files) COMPLETE
73632024-12-21T05:07:59.605Z[ recovery-image] Dec 21 05:07:58.769 INFO O| Dec 21 05:07:58.769 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-12-21T05:07:59.628Z[ recovery-image] Dec 21 05:07:58.792 INFO O| Dec 21 05:07:58.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
73652024-12-21T05:07:59.628Z[ recovery-image] Dec 21 05:07:58.792 INFO O| Dec 21 05:07:58.792 INFO STEP 977 (remove_files) COMPLETE
73662024-12-21T05:07:59.628Z[ recovery-image] Dec 21 05:07:58.792 INFO O| Dec 21 05:07:58.792 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-12-21T05:07:59.677Z[ recovery-image] Dec 21 05:07:58.841 INFO O| Dec 21 05:07:58.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
73682024-12-21T05:07:59.679Z[ recovery-image] Dec 21 05:07:58.841 INFO O| Dec 21 05:07:58.841 INFO STEP 978 (remove_files) COMPLETE
73692024-12-21T05:07:59.679Z[ recovery-image] Dec 21 05:07:58.841 INFO O| Dec 21 05:07:58.841 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-12-21T05:07:59.696Z[ recovery-image] Dec 21 05:07:58.860 INFO O| Dec 21 05:07:58.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
73712024-12-21T05:07:59.696Z[ recovery-image] Dec 21 05:07:58.860 INFO O| Dec 21 05:07:58.860 INFO STEP 979 (remove_files) COMPLETE
73722024-12-21T05:07:59.696Z[ recovery-image] Dec 21 05:07:58.860 INFO O| Dec 21 05:07:58.860 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-12-21T05:07:59.715Z[ recovery-image] Dec 21 05:07:58.879 INFO O| Dec 21 05:07:58.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
73742024-12-21T05:07:59.715Z[ recovery-image] Dec 21 05:07:58.879 INFO O| Dec 21 05:07:58.879 INFO STEP 980 (remove_files) COMPLETE
73752024-12-21T05:07:59.715Z[ recovery-image] Dec 21 05:07:58.879 INFO O| Dec 21 05:07:58.879 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-12-21T05:07:59.735Z[ recovery-image] Dec 21 05:07:58.899 INFO O| Dec 21 05:07:58.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73772024-12-21T05:07:59.738Z[ recovery-image] Dec 21 05:07:58.901 INFO O| Dec 21 05:07:58.901 INFO STEP 981 (remove_files) COMPLETE
73782024-12-21T05:07:59.738Z[ recovery-image] Dec 21 05:07:58.901 INFO O| Dec 21 05:07:58.901 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-12-21T05:07:59.757Z[ recovery-image] Dec 21 05:07:58.921 INFO O| Dec 21 05:07:58.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73802024-12-21T05:07:59.757Z[ recovery-image] Dec 21 05:07:58.921 INFO O| Dec 21 05:07:58.921 INFO STEP 982 (remove_files) COMPLETE
73812024-12-21T05:07:59.757Z[ recovery-image] Dec 21 05:07:58.921 INFO O| Dec 21 05:07:58.921 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-12-21T05:07:59.777Z[ recovery-image] Dec 21 05:07:58.941 INFO O| Dec 21 05:07:58.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73832024-12-21T05:07:59.777Z[ recovery-image] Dec 21 05:07:58.941 INFO O| Dec 21 05:07:58.941 INFO STEP 983 (remove_files) COMPLETE
73842024-12-21T05:07:59.779Z[ recovery-image] Dec 21 05:07:58.941 INFO O| Dec 21 05:07:58.941 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-12-21T05:07:59.797Z[ recovery-image] Dec 21 05:07:58.960 INFO O| Dec 21 05:07:58.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73862024-12-21T05:07:59.797Z[ recovery-image] Dec 21 05:07:58.960 INFO O| Dec 21 05:07:58.960 INFO STEP 984 (remove_files) COMPLETE
73872024-12-21T05:07:59.799Z[ recovery-image] Dec 21 05:07:58.960 INFO O| Dec 21 05:07:58.960 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-12-21T05:07:59.816Z[ recovery-image] Dec 21 05:07:58.980 INFO O| Dec 21 05:07:58.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73892024-12-21T05:07:59.816Z[ recovery-image] Dec 21 05:07:58.980 INFO O| Dec 21 05:07:58.980 INFO STEP 985 (remove_files) COMPLETE
73902024-12-21T05:07:59.816Z[ recovery-image] Dec 21 05:07:58.980 INFO O| Dec 21 05:07:58.980 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-12-21T05:07:59.838Z[ recovery-image] Dec 21 05:07:59.000 INFO O| Dec 21 05:07:59.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73922024-12-21T05:07:59.838Z[ recovery-image] Dec 21 05:07:59.000 INFO O| Dec 21 05:07:59.000 INFO STEP 986 (remove_files) COMPLETE
73932024-12-21T05:07:59.838Z[ recovery-image] Dec 21 05:07:59.001 INFO O| Dec 21 05:07:59.000 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-12-21T05:07:59.870Z[ recovery-image] Dec 21 05:07:59.033 INFO O| Dec 21 05:07:59.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73952024-12-21T05:07:59.872Z[ recovery-image] Dec 21 05:07:59.033 INFO O| Dec 21 05:07:59.033 INFO STEP 987 (remove_files) COMPLETE
73962024-12-21T05:07:59.872Z[ recovery-image] Dec 21 05:07:59.034 INFO O| Dec 21 05:07:59.033 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-12-21T05:07:59.887Z[ recovery-image] Dec 21 05:07:59.051 INFO O| Dec 21 05:07:59.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73982024-12-21T05:07:59.887Z[ recovery-image] Dec 21 05:07:59.051 INFO O| Dec 21 05:07:59.051 INFO STEP 988 (remove_files) COMPLETE
73992024-12-21T05:07:59.890Z[ recovery-image] Dec 21 05:07:59.051 INFO O| Dec 21 05:07:59.051 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-12-21T05:07:59.905Z[ recovery-image] Dec 21 05:07:59.069 INFO O| Dec 21 05:07:59.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
74012024-12-21T05:07:59.905Z[ recovery-image] Dec 21 05:07:59.069 INFO O| Dec 21 05:07:59.069 INFO STEP 989 (remove_files) COMPLETE
74022024-12-21T05:07:59.908Z[ recovery-image] Dec 21 05:07:59.069 INFO O| Dec 21 05:07:59.069 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-12-21T05:07:59.924Z[ recovery-image] Dec 21 05:07:59.087 INFO O| Dec 21 05:07:59.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
74042024-12-21T05:07:59.927Z[ recovery-image] Dec 21 05:07:59.088 INFO O| Dec 21 05:07:59.087 INFO STEP 990 (remove_files) COMPLETE
74052024-12-21T05:07:59.927Z[ recovery-image] Dec 21 05:07:59.088 INFO O| Dec 21 05:07:59.088 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-12-21T05:07:59.945Z[ recovery-image] Dec 21 05:07:59.107 INFO O| Dec 21 05:07:59.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
74072024-12-21T05:07:59.945Z[ recovery-image] Dec 21 05:07:59.107 INFO O| Dec 21 05:07:59.107 INFO STEP 991 (remove_files) COMPLETE
74082024-12-21T05:07:59.945Z[ recovery-image] Dec 21 05:07:59.107 INFO O| Dec 21 05:07:59.107 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-12-21T05:07:59.963Z[ recovery-image] Dec 21 05:07:59.127 INFO O| Dec 21 05:07:59.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
74102024-12-21T05:07:59.963Z[ recovery-image] Dec 21 05:07:59.127 INFO O| Dec 21 05:07:59.127 INFO STEP 992 (remove_files) COMPLETE
74112024-12-21T05:07:59.963Z[ recovery-image] Dec 21 05:07:59.127 INFO O| Dec 21 05:07:59.127 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-12-21T05:07:59.981Z[ recovery-image] Dec 21 05:07:59.145 INFO O| Dec 21 05:07:59.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
74132024-12-21T05:07:59.981Z[ recovery-image] Dec 21 05:07:59.145 INFO O| Dec 21 05:07:59.145 INFO STEP 993 (remove_files) COMPLETE
74142024-12-21T05:07:59.981Z[ recovery-image] Dec 21 05:07:59.145 INFO O| Dec 21 05:07:59.145 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-12-21T05:08:00.018Z[ recovery-image] Dec 21 05:07:59.182 INFO O| Dec 21 05:07:59.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
74162024-12-21T05:08:00.019Z[ recovery-image] Dec 21 05:07:59.182 INFO O| Dec 21 05:07:59.182 INFO STEP 994 (remove_files) COMPLETE
74172024-12-21T05:08:00.021Z[ recovery-image] Dec 21 05:07:59.182 INFO O| Dec 21 05:07:59.182 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-12-21T05:08:00.100Z[ recovery-image] Dec 21 05:07:59.264 INFO O| Dec 21 05:07:59.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
74192024-12-21T05:08:00.100Z[ recovery-image] Dec 21 05:07:59.264 INFO O| Dec 21 05:07:59.264 INFO STEP 995 (remove_files) COMPLETE
74202024-12-21T05:08:00.100Z[ recovery-image] Dec 21 05:07:59.264 INFO O| Dec 21 05:07:59.264 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-12-21T05:08:00.140Z[ recovery-image] Dec 21 05:07:59.304 INFO O| Dec 21 05:07:59.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
74222024-12-21T05:08:00.140Z[ recovery-image] Dec 21 05:07:59.304 INFO O| Dec 21 05:07:59.304 INFO STEP 996 (remove_files) COMPLETE
74232024-12-21T05:08:00.140Z[ recovery-image] Dec 21 05:07:59.304 INFO O| Dec 21 05:07:59.304 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-12-21T05:08:00.224Z[ recovery-image] Dec 21 05:07:59.387 INFO O| Dec 21 05:07:59.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
74252024-12-21T05:08:00.224Z[ recovery-image] Dec 21 05:07:59.387 INFO O| Dec 21 05:07:59.387 INFO STEP 997 (remove_files) COMPLETE
74262024-12-21T05:08:00.227Z[ recovery-image] Dec 21 05:07:59.387 INFO O| Dec 21 05:07:59.387 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-12-21T05:08:00.284Z[ recovery-image] Dec 21 05:07:59.447 INFO O| Dec 21 05:07:59.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
74282024-12-21T05:08:00.287Z[ recovery-image] Dec 21 05:07:59.447 INFO O| Dec 21 05:07:59.447 INFO STEP 998 (remove_files) COMPLETE
74292024-12-21T05:08:00.287Z[ recovery-image] Dec 21 05:07:59.447 INFO O| Dec 21 05:07:59.447 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-12-21T05:08:00.307Z[ recovery-image] Dec 21 05:07:59.471 INFO O| Dec 21 05:07:59.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
74312024-12-21T05:08:00.309Z[ recovery-image] Dec 21 05:07:59.471 INFO O| Dec 21 05:07:59.471 INFO STEP 999 (remove_files) COMPLETE
74322024-12-21T05:08:00.309Z[ recovery-image] Dec 21 05:07:59.471 INFO O| Dec 21 05:07:59.471 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-12-21T05:08:00.329Z[ recovery-image] Dec 21 05:07:59.493 INFO O| Dec 21 05:07:59.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
74342024-12-21T05:08:00.332Z[ recovery-image] Dec 21 05:07:59.493 INFO O| Dec 21 05:07:59.493 INFO STEP 1000 (remove_files) COMPLETE
74352024-12-21T05:08:00.332Z[ recovery-image] Dec 21 05:07:59.493 INFO O| Dec 21 05:07:59.493 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-12-21T05:08:00.353Z[ recovery-image] Dec 21 05:07:59.516 INFO O| Dec 21 05:07:59.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
74372024-12-21T05:08:00.353Z[ recovery-image] Dec 21 05:07:59.517 INFO O| Dec 21 05:07:59.517 INFO STEP 1001 (remove_files) COMPLETE
74382024-12-21T05:08:00.353Z[ recovery-image] Dec 21 05:07:59.517 INFO O| Dec 21 05:07:59.517 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-12-21T05:08:00.403Z[ recovery-image] Dec 21 05:07:59.567 INFO O| Dec 21 05:07:59.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
74402024-12-21T05:08:00.403Z[ recovery-image] Dec 21 05:07:59.567 INFO O| Dec 21 05:07:59.567 INFO STEP 1002 (remove_files) COMPLETE
74412024-12-21T05:08:00.403Z[ recovery-image] Dec 21 05:07:59.567 INFO O| Dec 21 05:07:59.567 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-12-21T05:08:00.426Z[ recovery-image] Dec 21 05:07:59.590 INFO O| Dec 21 05:07:59.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
74432024-12-21T05:08:00.426Z[ recovery-image] Dec 21 05:07:59.590 INFO O| Dec 21 05:07:59.590 INFO STEP 1003 (remove_files) COMPLETE
74442024-12-21T05:08:00.429Z[ recovery-image] Dec 21 05:07:59.590 INFO O| Dec 21 05:07:59.590 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-12-21T05:08:00.449Z[ recovery-image] Dec 21 05:07:59.611 INFO O| Dec 21 05:07:59.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
74462024-12-21T05:08:00.451Z[ recovery-image] Dec 21 05:07:59.611 INFO O| Dec 21 05:07:59.611 INFO STEP 1004 (remove_files) COMPLETE
74472024-12-21T05:08:00.451Z[ recovery-image] Dec 21 05:07:59.611 INFO O| Dec 21 05:07:59.611 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-12-21T05:08:00.467Z[ recovery-image] Dec 21 05:07:59.631 INFO O| Dec 21 05:07:59.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
74492024-12-21T05:08:00.470Z[ recovery-image] Dec 21 05:07:59.631 INFO O| Dec 21 05:07:59.631 INFO STEP 1005 (remove_files) COMPLETE
74502024-12-21T05:08:00.470Z[ recovery-image] Dec 21 05:07:59.631 INFO O| Dec 21 05:07:59.631 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-12-21T05:08:00.489Z[ recovery-image] Dec 21 05:07:59.653 INFO O| Dec 21 05:07:59.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
74522024-12-21T05:08:00.493Z[ recovery-image] Dec 21 05:07:59.653 INFO O| Dec 21 05:07:59.653 INFO STEP 1006 (remove_files) COMPLETE
74532024-12-21T05:08:00.493Z[ recovery-image] Dec 21 05:07:59.653 INFO O| Dec 21 05:07:59.653 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-12-21T05:08:00.547Z[ recovery-image] Dec 21 05:07:59.711 INFO O| Dec 21 05:07:59.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74552024-12-21T05:08:00.547Z[ recovery-image] Dec 21 05:07:59.711 INFO O| Dec 21 05:07:59.711 INFO STEP 1007 (remove_files) COMPLETE
74562024-12-21T05:08:00.550Z[ recovery-image] Dec 21 05:07:59.711 INFO O| Dec 21 05:07:59.711 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-12-21T05:08:00.571Z[ recovery-image] Dec 21 05:07:59.735 INFO O| Dec 21 05:07:59.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74582024-12-21T05:08:00.575Z[ recovery-image] Dec 21 05:07:59.735 INFO O| Dec 21 05:07:59.735 INFO STEP 1008 (remove_files) COMPLETE
74592024-12-21T05:08:00.575Z[ recovery-image] Dec 21 05:07:59.735 INFO O| Dec 21 05:07:59.735 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-12-21T05:08:00.593Z[ recovery-image] Dec 21 05:07:59.756 INFO O| Dec 21 05:07:59.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74612024-12-21T05:08:00.596Z[ recovery-image] Dec 21 05:07:59.756 INFO O| Dec 21 05:07:59.756 INFO STEP 1009 (remove_files) COMPLETE
74622024-12-21T05:08:00.596Z[ recovery-image] Dec 21 05:07:59.756 INFO O| Dec 21 05:07:59.756 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-12-21T05:08:00.615Z[ recovery-image] Dec 21 05:07:59.779 INFO O| Dec 21 05:07:59.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74642024-12-21T05:08:00.615Z[ recovery-image] Dec 21 05:07:59.779 INFO O| Dec 21 05:07:59.779 INFO STEP 1010 (remove_files) COMPLETE
74652024-12-21T05:08:00.615Z[ recovery-image] Dec 21 05:07:59.779 INFO O| Dec 21 05:07:59.779 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-12-21T05:08:00.637Z[ recovery-image] Dec 21 05:07:59.800 INFO O| Dec 21 05:07:59.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74672024-12-21T05:08:00.637Z[ recovery-image] Dec 21 05:07:59.800 INFO O| Dec 21 05:07:59.800 INFO STEP 1011 (remove_files) COMPLETE
74682024-12-21T05:08:00.639Z[ recovery-image] Dec 21 05:07:59.800 INFO O| Dec 21 05:07:59.800 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-12-21T05:08:00.658Z[ recovery-image] Dec 21 05:07:59.822 INFO O| Dec 21 05:07:59.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74702024-12-21T05:08:00.658Z[ recovery-image] Dec 21 05:07:59.822 INFO O| Dec 21 05:07:59.822 INFO STEP 1012 (remove_files) COMPLETE
74712024-12-21T05:08:00.658Z[ recovery-image] Dec 21 05:07:59.822 INFO O| Dec 21 05:07:59.822 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-12-21T05:08:00.745Z[ recovery-image] Dec 21 05:07:59.909 INFO O| Dec 21 05:07:59.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74732024-12-21T05:08:00.749Z[ recovery-image] Dec 21 05:07:59.909 INFO O| Dec 21 05:07:59.909 INFO STEP 1013 (remove_files) COMPLETE
74742024-12-21T05:08:00.749Z[ recovery-image] Dec 21 05:07:59.910 INFO O| Dec 21 05:07:59.909 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-12-21T05:08:00.770Z[ recovery-image] Dec 21 05:07:59.934 INFO O| Dec 21 05:07:59.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74762024-12-21T05:08:00.770Z[ recovery-image] Dec 21 05:07:59.934 INFO O| Dec 21 05:07:59.934 INFO STEP 1014 (remove_files) COMPLETE
74772024-12-21T05:08:00.770Z[ recovery-image] Dec 21 05:07:59.934 INFO O| Dec 21 05:07:59.934 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-12-21T05:08:00.795Z[ recovery-image] Dec 21 05:07:59.959 INFO O| Dec 21 05:07:59.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74792024-12-21T05:08:00.797Z[ recovery-image] Dec 21 05:07:59.959 INFO O| Dec 21 05:07:59.959 INFO STEP 1015 (remove_files) COMPLETE
74802024-12-21T05:08:00.797Z[ recovery-image] Dec 21 05:07:59.959 INFO O| Dec 21 05:07:59.959 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-12-21T05:08:00.818Z[ recovery-image] Dec 21 05:07:59.981 INFO O| Dec 21 05:07:59.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74822024-12-21T05:08:00.818Z[ recovery-image] Dec 21 05:07:59.981 INFO O| Dec 21 05:07:59.981 INFO STEP 1016 (remove_files) COMPLETE
74832024-12-21T05:08:00.818Z[ recovery-image] Dec 21 05:07:59.981 INFO O| Dec 21 05:07:59.981 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-12-21T05:08:00.837Z[ recovery-image] Dec 21 05:08:00.001 INFO O| Dec 21 05:08:00.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74852024-12-21T05:08:00.837Z[ recovery-image] Dec 21 05:08:00.001 INFO O| Dec 21 05:08:00.001 INFO STEP 1017 (remove_files) COMPLETE
74862024-12-21T05:08:00.838Z[ recovery-image] Dec 21 05:08:00.001 INFO O| Dec 21 05:08:00.001 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-12-21T05:08:00.860Z[ recovery-image] Dec 21 05:08:00.024 INFO O| Dec 21 05:08:00.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74882024-12-21T05:08:00.862Z[ recovery-image] Dec 21 05:08:00.024 INFO O| Dec 21 05:08:00.024 INFO STEP 1018 (remove_files) COMPLETE
74892024-12-21T05:08:00.862Z[ recovery-image] Dec 21 05:08:00.024 INFO O| Dec 21 05:08:00.024 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-12-21T05:08:00.914Z[ recovery-image] Dec 21 05:08:00.075 INFO O| Dec 21 05:08:00.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74912024-12-21T05:08:00.914Z[ recovery-image] Dec 21 05:08:00.075 INFO O| Dec 21 05:08:00.075 INFO STEP 1019 (remove_files) COMPLETE
74922024-12-21T05:08:00.914Z[ recovery-image] Dec 21 05:08:00.075 INFO O| Dec 21 05:08:00.075 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-12-21T05:08:00.931Z[ recovery-image] Dec 21 05:08:00.095 INFO O| Dec 21 05:08:00.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74942024-12-21T05:08:00.934Z[ recovery-image] Dec 21 05:08:00.095 INFO O| Dec 21 05:08:00.095 INFO STEP 1020 (remove_files) COMPLETE
74952024-12-21T05:08:00.934Z[ recovery-image] Dec 21 05:08:00.095 INFO O| Dec 21 05:08:00.095 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-12-21T05:08:00.951Z[ recovery-image] Dec 21 05:08:00.113 INFO O| Dec 21 05:08:00.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74972024-12-21T05:08:00.951Z[ recovery-image] Dec 21 05:08:00.113 INFO O| Dec 21 05:08:00.113 INFO STEP 1021 (remove_files) COMPLETE
74982024-12-21T05:08:00.951Z[ recovery-image] Dec 21 05:08:00.113 INFO O| Dec 21 05:08:00.113 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-12-21T05:08:00.969Z[ recovery-image] Dec 21 05:08:00.133 INFO O| Dec 21 05:08:00.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
75002024-12-21T05:08:00.969Z[ recovery-image] Dec 21 05:08:00.133 INFO O| Dec 21 05:08:00.133 INFO STEP 1022 (remove_files) COMPLETE
75012024-12-21T05:08:00.969Z[ recovery-image] Dec 21 05:08:00.133 INFO O| Dec 21 05:08:00.133 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-12-21T05:08:01.003Z[ recovery-image] Dec 21 05:08:00.167 INFO O| Dec 21 05:08:00.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
75032024-12-21T05:08:01.003Z[ recovery-image] Dec 21 05:08:00.167 INFO O| Dec 21 05:08:00.167 INFO STEP 1023 (remove_files) COMPLETE
75042024-12-21T05:08:01.006Z[ recovery-image] Dec 21 05:08:00.167 INFO O| Dec 21 05:08:00.167 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-12-21T05:08:01.062Z[ recovery-image] Dec 21 05:08:00.225 INFO O| Dec 21 05:08:00.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
75062024-12-21T05:08:01.065Z[ recovery-image] Dec 21 05:08:00.225 INFO O| Dec 21 05:08:00.225 INFO STEP 1024 (remove_files) COMPLETE
75072024-12-21T05:08:01.065Z[ recovery-image] Dec 21 05:08:00.226 INFO O| Dec 21 05:08:00.225 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-12-21T05:08:01.085Z[ recovery-image] Dec 21 05:08:00.248 INFO O| Dec 21 05:08:00.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
75092024-12-21T05:08:01.085Z[ recovery-image] Dec 21 05:08:00.248 INFO O| Dec 21 05:08:00.248 INFO STEP 1025 (remove_files) COMPLETE
75102024-12-21T05:08:01.088Z[ recovery-image] Dec 21 05:08:00.249 INFO O| Dec 21 05:08:00.249 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-12-21T05:08:01.106Z[ recovery-image] Dec 21 05:08:00.270 INFO O| Dec 21 05:08:00.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
75122024-12-21T05:08:01.109Z[ recovery-image] Dec 21 05:08:00.270 INFO O| Dec 21 05:08:00.270 INFO STEP 1026 (remove_files) COMPLETE
75132024-12-21T05:08:01.109Z[ recovery-image] Dec 21 05:08:00.270 INFO O| Dec 21 05:08:00.270 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-12-21T05:08:01.127Z[ recovery-image] Dec 21 05:08:00.290 INFO O| Dec 21 05:08:00.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
75152024-12-21T05:08:01.129Z[ recovery-image] Dec 21 05:08:00.290 INFO O| Dec 21 05:08:00.290 INFO STEP 1027 (remove_files) COMPLETE
75162024-12-21T05:08:01.129Z[ recovery-image] Dec 21 05:08:00.291 INFO O| Dec 21 05:08:00.291 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-12-21T05:08:01.146Z[ recovery-image] Dec 21 05:08:00.309 INFO O| Dec 21 05:08:00.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
75182024-12-21T05:08:01.148Z[ recovery-image] Dec 21 05:08:00.309 INFO O| Dec 21 05:08:00.309 INFO STEP 1028 (remove_files) COMPLETE
75192024-12-21T05:08:01.148Z[ recovery-image] Dec 21 05:08:00.310 INFO O| Dec 21 05:08:00.309 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-12-21T05:08:01.169Z[ recovery-image] Dec 21 05:08:00.332 INFO O| Dec 21 05:08:00.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
75212024-12-21T05:08:01.169Z[ recovery-image] Dec 21 05:08:00.332 INFO O| Dec 21 05:08:00.332 INFO STEP 1029 (remove_files) COMPLETE
75222024-12-21T05:08:01.169Z[ recovery-image] Dec 21 05:08:00.332 INFO O| Dec 21 05:08:00.332 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-12-21T05:08:01.196Z[ recovery-image] Dec 21 05:08:00.360 INFO O| Dec 21 05:08:00.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
75242024-12-21T05:08:01.197Z[ recovery-image] Dec 21 05:08:00.360 INFO O| Dec 21 05:08:00.360 INFO STEP 1030 (remove_files) COMPLETE
75252024-12-21T05:08:01.199Z[ recovery-image] Dec 21 05:08:00.360 INFO O| Dec 21 05:08:00.360 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-12-21T05:08:01.230Z[ recovery-image] Dec 21 05:08:00.393 INFO O| Dec 21 05:08:00.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
75272024-12-21T05:08:01.230Z[ recovery-image] Dec 21 05:08:00.393 INFO O| Dec 21 05:08:00.393 INFO STEP 1031 (remove_files) COMPLETE
75282024-12-21T05:08:01.230Z[ recovery-image] Dec 21 05:08:00.393 INFO O| Dec 21 05:08:00.393 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-12-21T05:08:01.316Z[ recovery-image] Dec 21 05:08:00.479 INFO O| Dec 21 05:08:00.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
75302024-12-21T05:08:01.318Z[ recovery-image] Dec 21 05:08:00.479 INFO O| Dec 21 05:08:00.479 INFO STEP 1032 (remove_files) COMPLETE
75312024-12-21T05:08:01.318Z[ recovery-image] Dec 21 05:08:00.479 INFO O| Dec 21 05:08:00.479 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-12-21T05:08:01.347Z[ recovery-image] Dec 21 05:08:00.508 INFO O| Dec 21 05:08:00.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
75332024-12-21T05:08:01.347Z[ recovery-image] Dec 21 05:08:00.508 INFO O| Dec 21 05:08:00.508 INFO STEP 1033 (remove_files) COMPLETE
75342024-12-21T05:08:01.347Z[ recovery-image] Dec 21 05:08:00.508 INFO O| Dec 21 05:08:00.508 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-12-21T05:08:01.369Z[ recovery-image] Dec 21 05:08:00.533 INFO O| Dec 21 05:08:00.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
75362024-12-21T05:08:01.372Z[ recovery-image] Dec 21 05:08:00.533 INFO O| Dec 21 05:08:00.533 INFO STEP 1034 (remove_files) COMPLETE
75372024-12-21T05:08:01.372Z[ recovery-image] Dec 21 05:08:00.533 INFO O| Dec 21 05:08:00.533 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-21T05:08:01.380Z[ host-image] Dec 21 05:08:00.543 INFO O| Dec 21 05:08:00.543 INFO O| Download: 804/1140 items 3.2/8.4MB 37% complete (654k/s)
75392024-12-21T05:08:01.390Z[ recovery-image] Dec 21 05:08:00.554 INFO O| Dec 21 05:08:00.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
75402024-12-21T05:08:01.390Z[ recovery-image] Dec 21 05:08:00.554 INFO O| Dec 21 05:08:00.554 INFO STEP 1035 (remove_files) COMPLETE
75412024-12-21T05:08:01.390Z[ recovery-image] Dec 21 05:08:00.554 INFO O| Dec 21 05:08:00.554 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-12-21T05:08:01.410Z[ recovery-image] Dec 21 05:08:00.573 INFO O| Dec 21 05:08:00.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
75432024-12-21T05:08:01.413Z[ recovery-image] Dec 21 05:08:00.576 INFO O| Dec 21 05:08:00.576 INFO STEP 1036 (remove_files) COMPLETE
75442024-12-21T05:08:01.415Z[ recovery-image] Dec 21 05:08:00.577 INFO O| Dec 21 05:08:00.577 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-12-21T05:08:01.437Z[ recovery-image] Dec 21 05:08:00.600 INFO O| Dec 21 05:08:00.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
75462024-12-21T05:08:01.439Z[ recovery-image] Dec 21 05:08:00.601 INFO O| Dec 21 05:08:00.601 INFO STEP 1037 (remove_files) COMPLETE
75472024-12-21T05:08:01.439Z[ recovery-image] Dec 21 05:08:00.601 INFO O| Dec 21 05:08:00.601 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-12-21T05:08:01.462Z[ recovery-image] Dec 21 05:08:00.625 INFO O| Dec 21 05:08:00.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
75492024-12-21T05:08:01.464Z[ recovery-image] Dec 21 05:08:00.626 INFO O| Dec 21 05:08:00.625 INFO STEP 1038 (remove_files) COMPLETE
75502024-12-21T05:08:01.465Z[ recovery-image] Dec 21 05:08:00.626 INFO O| Dec 21 05:08:00.626 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-12-21T05:08:01.488Z[ recovery-image] Dec 21 05:08:00.652 INFO O| Dec 21 05:08:00.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
75522024-12-21T05:08:01.491Z[ recovery-image] Dec 21 05:08:00.652 INFO O| Dec 21 05:08:00.652 INFO STEP 1039 (remove_files) COMPLETE
75532024-12-21T05:08:01.491Z[ recovery-image] Dec 21 05:08:00.652 INFO O| Dec 21 05:08:00.652 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-12-21T05:08:01.509Z[ recovery-image] Dec 21 05:08:00.673 INFO O| Dec 21 05:08:00.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75552024-12-21T05:08:01.512Z[ recovery-image] Dec 21 05:08:00.673 INFO O| Dec 21 05:08:00.673 INFO STEP 1040 (remove_files) COMPLETE
75562024-12-21T05:08:01.512Z[ recovery-image] Dec 21 05:08:00.673 INFO O| Dec 21 05:08:00.673 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-12-21T05:08:01.541Z[ recovery-image] Dec 21 05:08:00.704 INFO O| Dec 21 05:08:00.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75582024-12-21T05:08:01.541Z[ recovery-image] Dec 21 05:08:00.704 INFO O| Dec 21 05:08:00.704 INFO STEP 1041 (remove_files) COMPLETE
75592024-12-21T05:08:01.543Z[ recovery-image] Dec 21 05:08:00.704 INFO O| Dec 21 05:08:00.704 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-12-21T05:08:01.561Z[ recovery-image] Dec 21 05:08:00.725 INFO O| Dec 21 05:08:00.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75612024-12-21T05:08:01.561Z[ recovery-image] Dec 21 05:08:00.725 INFO O| Dec 21 05:08:00.725 INFO STEP 1042 (remove_files) COMPLETE
75622024-12-21T05:08:01.561Z[ recovery-image] Dec 21 05:08:00.725 INFO O| Dec 21 05:08:00.725 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-12-21T05:08:01.582Z[ recovery-image] Dec 21 05:08:00.744 INFO O| Dec 21 05:08:00.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75642024-12-21T05:08:01.582Z[ recovery-image] Dec 21 05:08:00.744 INFO O| Dec 21 05:08:00.744 INFO STEP 1043 (remove_files) COMPLETE
75652024-12-21T05:08:01.582Z[ recovery-image] Dec 21 05:08:00.745 INFO O| Dec 21 05:08:00.744 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-12-21T05:08:01.604Z[ recovery-image] Dec 21 05:08:00.763 INFO O| Dec 21 05:08:00.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75672024-12-21T05:08:01.604Z[ recovery-image] Dec 21 05:08:00.763 INFO O| Dec 21 05:08:00.763 INFO STEP 1044 (remove_files) COMPLETE
75682024-12-21T05:08:01.604Z[ recovery-image] Dec 21 05:08:00.763 INFO O| Dec 21 05:08:00.763 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-12-21T05:08:01.622Z[ recovery-image] Dec 21 05:08:00.784 INFO O| Dec 21 05:08:00.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75702024-12-21T05:08:01.622Z[ recovery-image] Dec 21 05:08:00.785 INFO O| Dec 21 05:08:00.785 INFO STEP 1045 (remove_files) COMPLETE
75712024-12-21T05:08:01.622Z[ recovery-image] Dec 21 05:08:00.785 INFO O| Dec 21 05:08:00.785 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-12-21T05:08:01.672Z[ recovery-image] Dec 21 05:08:00.835 INFO O| Dec 21 05:08:00.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75732024-12-21T05:08:01.676Z[ recovery-image] Dec 21 05:08:00.835 INFO O| Dec 21 05:08:00.835 INFO STEP 1046 (remove_files) COMPLETE
75742024-12-21T05:08:01.676Z[ recovery-image] Dec 21 05:08:00.835 INFO O| Dec 21 05:08:00.835 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-12-21T05:08:01.716Z[ recovery-image] Dec 21 05:08:00.879 INFO O| Dec 21 05:08:00.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75762024-12-21T05:08:01.716Z[ recovery-image] Dec 21 05:08:00.879 INFO O| Dec 21 05:08:00.879 INFO STEP 1047 (remove_files) COMPLETE
75772024-12-21T05:08:01.719Z[ recovery-image] Dec 21 05:08:00.880 INFO O| Dec 21 05:08:00.879 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-12-21T05:08:01.738Z[ recovery-image] Dec 21 05:08:00.901 INFO O| Dec 21 05:08:00.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75792024-12-21T05:08:01.740Z[ recovery-image] Dec 21 05:08:00.901 INFO O| Dec 21 05:08:00.901 INFO STEP 1048 (remove_files) COMPLETE
75802024-12-21T05:08:01.740Z[ recovery-image] Dec 21 05:08:00.901 INFO O| Dec 21 05:08:00.901 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-12-21T05:08:01.759Z[ recovery-image] Dec 21 05:08:00.922 INFO O| Dec 21 05:08:00.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75822024-12-21T05:08:01.761Z[ recovery-image] Dec 21 05:08:00.922 INFO O| Dec 21 05:08:00.922 INFO STEP 1049 (remove_files) COMPLETE
75832024-12-21T05:08:01.761Z[ recovery-image] Dec 21 05:08:00.922 INFO O| Dec 21 05:08:00.922 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-12-21T05:08:01.788Z[ recovery-image] Dec 21 05:08:00.942 INFO O| Dec 21 05:08:00.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75852024-12-21T05:08:01.788Z[ recovery-image] Dec 21 05:08:00.942 INFO O| Dec 21 05:08:00.942 INFO STEP 1050 (remove_files) COMPLETE
75862024-12-21T05:08:01.791Z[ recovery-image] Dec 21 05:08:00.942 INFO O| Dec 21 05:08:00.942 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-12-21T05:08:01.830Z[ recovery-image] Dec 21 05:08:00.994 INFO O| Dec 21 05:08:00.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75882024-12-21T05:08:01.830Z[ recovery-image] Dec 21 05:08:00.994 INFO O| Dec 21 05:08:00.994 INFO STEP 1051 (remove_files) COMPLETE
75892024-12-21T05:08:01.830Z[ recovery-image] Dec 21 05:08:00.994 INFO O| Dec 21 05:08:00.994 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-12-21T05:08:01.856Z[ recovery-image] Dec 21 05:08:01.019 INFO O| Dec 21 05:08:01.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75912024-12-21T05:08:01.856Z[ recovery-image] Dec 21 05:08:01.019 INFO O| Dec 21 05:08:01.019 INFO STEP 1052 (remove_files) COMPLETE
75922024-12-21T05:08:01.856Z[ recovery-image] Dec 21 05:08:01.019 INFO O| Dec 21 05:08:01.019 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-12-21T05:08:01.876Z[ recovery-image] Dec 21 05:08:01.039 INFO O| Dec 21 05:08:01.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75942024-12-21T05:08:01.876Z[ recovery-image] Dec 21 05:08:01.040 INFO O| Dec 21 05:08:01.040 INFO STEP 1053 (remove_files) COMPLETE
75952024-12-21T05:08:01.876Z[ recovery-image] Dec 21 05:08:01.040 INFO O| Dec 21 05:08:01.040 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-12-21T05:08:01.898Z[ recovery-image] Dec 21 05:08:01.060 INFO O| Dec 21 05:08:01.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75972024-12-21T05:08:01.898Z[ recovery-image] Dec 21 05:08:01.060 INFO O| Dec 21 05:08:01.060 INFO STEP 1054 (remove_files) COMPLETE
75982024-12-21T05:08:01.901Z[ recovery-image] Dec 21 05:08:01.061 INFO O| Dec 21 05:08:01.060 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-12-21T05:08:01.917Z[ recovery-image] Dec 21 05:08:01.081 INFO O| Dec 21 05:08:01.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
76002024-12-21T05:08:01.917Z[ recovery-image] Dec 21 05:08:01.081 INFO O| Dec 21 05:08:01.081 INFO STEP 1055 (remove_files) COMPLETE
76012024-12-21T05:08:01.917Z[ recovery-image] Dec 21 05:08:01.081 INFO O| Dec 21 05:08:01.081 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-12-21T05:08:01.936Z[ recovery-image] Dec 21 05:08:01.100 INFO O| Dec 21 05:08:01.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
76032024-12-21T05:08:01.936Z[ recovery-image] Dec 21 05:08:01.100 INFO O| Dec 21 05:08:01.100 INFO STEP 1056 (remove_files) COMPLETE
76042024-12-21T05:08:01.936Z[ recovery-image] Dec 21 05:08:01.100 INFO O| Dec 21 05:08:01.100 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-12-21T05:08:01.954Z[ recovery-image] Dec 21 05:08:01.118 INFO O| Dec 21 05:08:01.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
76062024-12-21T05:08:01.954Z[ recovery-image] Dec 21 05:08:01.118 INFO O| Dec 21 05:08:01.118 INFO STEP 1057 (remove_files) COMPLETE
76072024-12-21T05:08:01.957Z[ recovery-image] Dec 21 05:08:01.118 INFO O| Dec 21 05:08:01.118 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-12-21T05:08:01.978Z[ recovery-image] Dec 21 05:08:01.141 INFO O| Dec 21 05:08:01.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
76092024-12-21T05:08:01.978Z[ recovery-image] Dec 21 05:08:01.141 INFO O| Dec 21 05:08:01.141 INFO STEP 1058 (remove_files) COMPLETE
76102024-12-21T05:08:01.978Z[ recovery-image] Dec 21 05:08:01.141 INFO O| Dec 21 05:08:01.141 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-12-21T05:08:01.995Z[ recovery-image] Dec 21 05:08:01.158 INFO O| Dec 21 05:08:01.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
76122024-12-21T05:08:01.995Z[ recovery-image] Dec 21 05:08:01.158 INFO O| Dec 21 05:08:01.158 INFO STEP 1059 (remove_files) COMPLETE
76132024-12-21T05:08:01.995Z[ recovery-image] Dec 21 05:08:01.158 INFO O| Dec 21 05:08:01.158 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-12-21T05:08:02.021Z[ recovery-image] Dec 21 05:08:01.184 INFO O| Dec 21 05:08:01.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
76152024-12-21T05:08:02.041Z[ recovery-image] Dec 21 05:08:01.204 INFO O| Dec 21 05:08:01.204 INFO STEP 1060 (remove_files) COMPLETE
76162024-12-21T05:08:02.041Z[ recovery-image] Dec 21 05:08:01.204 INFO O| Dec 21 05:08:01.204 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-12-21T05:08:02.079Z[ recovery-image] Dec 21 05:08:01.242 INFO O| Dec 21 05:08:01.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
76182024-12-21T05:08:02.079Z[ recovery-image] Dec 21 05:08:01.243 INFO O| Dec 21 05:08:01.242 INFO STEP 1061 (remove_files) COMPLETE
76192024-12-21T05:08:02.079Z[ recovery-image] Dec 21 05:08:01.243 INFO O| Dec 21 05:08:01.243 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-12-21T05:08:02.100Z[ recovery-image] Dec 21 05:08:01.263 INFO O| Dec 21 05:08:01.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
76212024-12-21T05:08:02.100Z[ recovery-image] Dec 21 05:08:01.263 INFO O| Dec 21 05:08:01.263 INFO STEP 1062 (remove_files) COMPLETE
76222024-12-21T05:08:02.101Z[ recovery-image] Dec 21 05:08:01.263 INFO O| Dec 21 05:08:01.263 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-12-21T05:08:02.118Z[ recovery-image] Dec 21 05:08:01.281 INFO O| Dec 21 05:08:01.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
76242024-12-21T05:08:02.118Z[ recovery-image] Dec 21 05:08:01.281 INFO O| Dec 21 05:08:01.281 INFO STEP 1063 (remove_files) COMPLETE
76252024-12-21T05:08:02.118Z[ recovery-image] Dec 21 05:08:01.281 INFO O| Dec 21 05:08:01.281 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-12-21T05:08:02.138Z[ recovery-image] Dec 21 05:08:01.301 INFO O| Dec 21 05:08:01.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
76272024-12-21T05:08:02.138Z[ recovery-image] Dec 21 05:08:01.301 INFO O| Dec 21 05:08:01.301 INFO STEP 1064 (remove_files) COMPLETE
76282024-12-21T05:08:02.138Z[ recovery-image] Dec 21 05:08:01.301 INFO O| Dec 21 05:08:01.301 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-12-21T05:08:02.164Z[ recovery-image] Dec 21 05:08:01.327 INFO O| Dec 21 05:08:01.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
76302024-12-21T05:08:02.164Z[ recovery-image] Dec 21 05:08:01.328 INFO O| Dec 21 05:08:01.327 INFO STEP 1065 (remove_files) COMPLETE
76312024-12-21T05:08:02.166Z[ recovery-image] Dec 21 05:08:01.328 INFO O| Dec 21 05:08:01.327 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-12-21T05:08:02.220Z[ recovery-image] Dec 21 05:08:01.384 INFO O| Dec 21 05:08:01.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
76332024-12-21T05:08:02.220Z[ recovery-image] Dec 21 05:08:01.384 INFO O| Dec 21 05:08:01.384 INFO STEP 1066 (remove_files) COMPLETE
76342024-12-21T05:08:02.220Z[ recovery-image] Dec 21 05:08:01.384 INFO O| Dec 21 05:08:01.384 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-12-21T05:08:02.264Z[ recovery-image] Dec 21 05:08:01.427 INFO O| Dec 21 05:08:01.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
76362024-12-21T05:08:02.264Z[ recovery-image] Dec 21 05:08:01.427 INFO O| Dec 21 05:08:01.427 INFO STEP 1067 (remove_files) COMPLETE
76372024-12-21T05:08:02.264Z[ recovery-image] Dec 21 05:08:01.427 INFO O| Dec 21 05:08:01.427 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-12-21T05:08:02.303Z[ recovery-image] Dec 21 05:08:01.467 INFO O| Dec 21 05:08:01.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
76392024-12-21T05:08:02.306Z[ recovery-image] Dec 21 05:08:01.467 INFO O| Dec 21 05:08:01.467 INFO STEP 1068 (remove_files) COMPLETE
76402024-12-21T05:08:02.306Z[ recovery-image] Dec 21 05:08:01.467 INFO O| Dec 21 05:08:01.467 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-12-21T05:08:02.363Z[ recovery-image] Dec 21 05:08:01.527 INFO O| Dec 21 05:08:01.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
76422024-12-21T05:08:02.363Z[ recovery-image] Dec 21 05:08:01.527 INFO O| Dec 21 05:08:01.527 INFO STEP 1069 (remove_files) COMPLETE
76432024-12-21T05:08:02.363Z[ recovery-image] Dec 21 05:08:01.527 INFO O| Dec 21 05:08:01.527 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-12-21T05:08:02.381Z[ recovery-image] Dec 21 05:08:01.544 INFO O| Dec 21 05:08:01.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
76452024-12-21T05:08:02.381Z[ recovery-image] Dec 21 05:08:01.544 INFO O| Dec 21 05:08:01.544 INFO STEP 1070 (remove_files) COMPLETE
76462024-12-21T05:08:02.384Z[ recovery-image] Dec 21 05:08:01.545 INFO O| Dec 21 05:08:01.544 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-12-21T05:08:02.399Z[ recovery-image] Dec 21 05:08:01.562 INFO O| Dec 21 05:08:01.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
76482024-12-21T05:08:02.399Z[ recovery-image] Dec 21 05:08:01.563 INFO O| Dec 21 05:08:01.563 INFO STEP 1071 (remove_files) COMPLETE
76492024-12-21T05:08:02.399Z[ recovery-image] Dec 21 05:08:01.563 INFO O| Dec 21 05:08:01.563 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-12-21T05:08:02.417Z[ recovery-image] Dec 21 05:08:01.581 INFO O| Dec 21 05:08:01.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
76512024-12-21T05:08:02.420Z[ recovery-image] Dec 21 05:08:01.581 INFO O| Dec 21 05:08:01.581 INFO STEP 1072 (remove_files) COMPLETE
76522024-12-21T05:08:02.420Z[ recovery-image] Dec 21 05:08:01.581 INFO O| Dec 21 05:08:01.581 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-12-21T05:08:02.436Z[ recovery-image] Dec 21 05:08:01.599 INFO O| Dec 21 05:08:01.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
76542024-12-21T05:08:02.436Z[ recovery-image] Dec 21 05:08:01.599 INFO O| Dec 21 05:08:01.599 INFO STEP 1073 (remove_files) COMPLETE
76552024-12-21T05:08:02.436Z[ recovery-image] Dec 21 05:08:01.599 INFO O| Dec 21 05:08:01.599 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-12-21T05:08:02.453Z[ recovery-image] Dec 21 05:08:01.617 INFO O| Dec 21 05:08:01.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
76572024-12-21T05:08:02.453Z[ recovery-image] Dec 21 05:08:01.617 INFO O| Dec 21 05:08:01.617 INFO STEP 1074 (remove_files) COMPLETE
76582024-12-21T05:08:02.455Z[ recovery-image] Dec 21 05:08:01.617 INFO O| Dec 21 05:08:01.617 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-12-21T05:08:02.472Z[ recovery-image] Dec 21 05:08:01.635 INFO O| Dec 21 05:08:01.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76602024-12-21T05:08:02.472Z[ recovery-image] Dec 21 05:08:01.635 INFO O| Dec 21 05:08:01.635 INFO STEP 1075 (remove_files) COMPLETE
76612024-12-21T05:08:02.472Z[ recovery-image] Dec 21 05:08:01.635 INFO O| Dec 21 05:08:01.635 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-12-21T05:08:02.530Z[ recovery-image] Dec 21 05:08:01.694 INFO O| Dec 21 05:08:01.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76632024-12-21T05:08:02.530Z[ recovery-image] Dec 21 05:08:01.694 INFO O| Dec 21 05:08:01.694 INFO STEP 1076 (remove_files) COMPLETE
76642024-12-21T05:08:02.530Z[ recovery-image] Dec 21 05:08:01.694 INFO O| Dec 21 05:08:01.694 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-12-21T05:08:02.550Z[ recovery-image] Dec 21 05:08:01.714 INFO O| Dec 21 05:08:01.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76662024-12-21T05:08:02.552Z[ recovery-image] Dec 21 05:08:01.714 INFO O| Dec 21 05:08:01.714 INFO STEP 1077 (remove_files) COMPLETE
76672024-12-21T05:08:02.552Z[ recovery-image] Dec 21 05:08:01.714 INFO O| Dec 21 05:08:01.714 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-12-21T05:08:02.572Z[ recovery-image] Dec 21 05:08:01.734 INFO O| Dec 21 05:08:01.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76692024-12-21T05:08:02.572Z[ recovery-image] Dec 21 05:08:01.735 INFO O| Dec 21 05:08:01.735 INFO STEP 1078 (remove_files) COMPLETE
76702024-12-21T05:08:02.572Z[ recovery-image] Dec 21 05:08:01.735 INFO O| Dec 21 05:08:01.735 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-12-21T05:08:02.593Z[ recovery-image] Dec 21 05:08:01.755 INFO O| Dec 21 05:08:01.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76722024-12-21T05:08:02.593Z[ recovery-image] Dec 21 05:08:01.755 INFO O| Dec 21 05:08:01.755 INFO STEP 1079 (remove_files) COMPLETE
76732024-12-21T05:08:02.593Z[ recovery-image] Dec 21 05:08:01.755 INFO O| Dec 21 05:08:01.755 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-12-21T05:08:02.627Z[ recovery-image] Dec 21 05:08:01.791 INFO O| Dec 21 05:08:01.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76752024-12-21T05:08:02.627Z[ recovery-image] Dec 21 05:08:01.791 INFO O| Dec 21 05:08:01.791 INFO STEP 1080 (remove_files) COMPLETE
76762024-12-21T05:08:02.627Z[ recovery-image] Dec 21 05:08:01.791 INFO O| Dec 21 05:08:01.791 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-12-21T05:08:02.651Z[ recovery-image] Dec 21 05:08:01.813 INFO O| Dec 21 05:08:01.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76782024-12-21T05:08:02.651Z[ recovery-image] Dec 21 05:08:01.813 INFO O| Dec 21 05:08:01.813 INFO STEP 1081 (remove_files) COMPLETE
76792024-12-21T05:08:02.651Z[ recovery-image] Dec 21 05:08:01.813 INFO O| Dec 21 05:08:01.813 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-12-21T05:08:02.683Z[ recovery-image] Dec 21 05:08:01.834 INFO O| Dec 21 05:08:01.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76812024-12-21T05:08:02.689Z[ recovery-image] Dec 21 05:08:01.834 INFO O| Dec 21 05:08:01.834 INFO STEP 1082 (remove_files) COMPLETE
76822024-12-21T05:08:02.690Z[ recovery-image] Dec 21 05:08:01.835 INFO O| Dec 21 05:08:01.835 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-12-21T05:08:02.693Z[ recovery-image] Dec 21 05:08:01.856 INFO O| Dec 21 05:08:01.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76842024-12-21T05:08:02.693Z[ recovery-image] Dec 21 05:08:01.856 INFO O| Dec 21 05:08:01.856 INFO STEP 1083 (remove_files) COMPLETE
76852024-12-21T05:08:02.695Z[ recovery-image] Dec 21 05:08:01.856 INFO O| Dec 21 05:08:01.856 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-12-21T05:08:02.741Z[ recovery-image] Dec 21 05:08:01.905 INFO O| Dec 21 05:08:01.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76872024-12-21T05:08:02.745Z[ recovery-image] Dec 21 05:08:01.905 INFO O| Dec 21 05:08:01.905 INFO STEP 1084 (remove_files) COMPLETE
76882024-12-21T05:08:02.745Z[ recovery-image] Dec 21 05:08:01.905 INFO O| Dec 21 05:08:01.905 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-12-21T05:08:02.762Z[ recovery-image] Dec 21 05:08:01.925 INFO O| Dec 21 05:08:01.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76902024-12-21T05:08:02.762Z[ recovery-image] Dec 21 05:08:01.925 INFO O| Dec 21 05:08:01.925 INFO STEP 1085 (remove_files) COMPLETE
76912024-12-21T05:08:02.765Z[ recovery-image] Dec 21 05:08:01.926 INFO O| Dec 21 05:08:01.925 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-12-21T05:08:02.780Z[ recovery-image] Dec 21 05:08:01.943 INFO O| Dec 21 05:08:01.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76932024-12-21T05:08:02.782Z[ recovery-image] Dec 21 05:08:01.943 INFO O| Dec 21 05:08:01.943 INFO STEP 1086 (remove_files) COMPLETE
76942024-12-21T05:08:02.782Z[ recovery-image] Dec 21 05:08:01.944 INFO O| Dec 21 05:08:01.943 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-12-21T05:08:02.796Z[ recovery-image] Dec 21 05:08:01.960 INFO O| Dec 21 05:08:01.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76962024-12-21T05:08:02.796Z[ recovery-image] Dec 21 05:08:01.960 INFO O| Dec 21 05:08:01.960 INFO STEP 1087 (remove_files) COMPLETE
76972024-12-21T05:08:02.799Z[ recovery-image] Dec 21 05:08:01.960 INFO O| Dec 21 05:08:01.960 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-12-21T05:08:02.848Z[ recovery-image] Dec 21 05:08:02.011 INFO O| Dec 21 05:08:02.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76992024-12-21T05:08:02.848Z[ recovery-image] Dec 21 05:08:02.011 INFO O| Dec 21 05:08:02.011 INFO STEP 1088 (remove_files) COMPLETE
77002024-12-21T05:08:02.851Z[ recovery-image] Dec 21 05:08:02.011 INFO O| Dec 21 05:08:02.011 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-12-21T05:08:02.865Z[ recovery-image] Dec 21 05:08:02.028 INFO O| Dec 21 05:08:02.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
77022024-12-21T05:08:02.867Z[ recovery-image] Dec 21 05:08:02.028 INFO O| Dec 21 05:08:02.028 INFO STEP 1089 (remove_files) COMPLETE
77032024-12-21T05:08:02.867Z[ recovery-image] Dec 21 05:08:02.029 INFO O| Dec 21 05:08:02.028 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-12-21T05:08:02.899Z[ recovery-image] Dec 21 05:08:02.062 INFO O| Dec 21 05:08:02.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
77052024-12-21T05:08:02.899Z[ recovery-image] Dec 21 05:08:02.062 INFO O| Dec 21 05:08:02.062 INFO STEP 1090 (remove_files) COMPLETE
77062024-12-21T05:08:02.902Z[ recovery-image] Dec 21 05:08:02.062 INFO O| Dec 21 05:08:02.062 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-12-21T05:08:02.963Z[ recovery-image] Dec 21 05:08:02.127 INFO O| Dec 21 05:08:02.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
77082024-12-21T05:08:02.963Z[ recovery-image] Dec 21 05:08:02.127 INFO O| Dec 21 05:08:02.127 INFO STEP 1091 (remove_files) COMPLETE
77092024-12-21T05:08:02.963Z[ recovery-image] Dec 21 05:08:02.127 INFO O| Dec 21 05:08:02.127 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-12-21T05:08:02.994Z[ host-image] Dec 21 05:08:02.158 INFO O| Dec 21 05:08:02.157 INFO O| Download: Completed 8.42 MB in 6.62 seconds (1.3M/s)
77112024-12-21T05:08:03.001Z[ recovery-image] Dec 21 05:08:02.165 INFO O| Dec 21 05:08:02.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
77122024-12-21T05:08:03.001Z[ recovery-image] Dec 21 05:08:02.165 INFO O| Dec 21 05:08:02.165 INFO STEP 1092 (remove_files) COMPLETE
77132024-12-21T05:08:03.004Z[ recovery-image] Dec 21 05:08:02.165 INFO O| Dec 21 05:08:02.165 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-12-21T05:08:03.033Z[ recovery-image] Dec 21 05:08:02.196 INFO O| Dec 21 05:08:02.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
77152024-12-21T05:08:03.033Z[ recovery-image] Dec 21 05:08:02.196 INFO O| Dec 21 05:08:02.196 INFO STEP 1093 (remove_files) COMPLETE
77162024-12-21T05:08:03.033Z[ recovery-image] Dec 21 05:08:02.196 INFO O| Dec 21 05:08:02.196 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-12-21T05:08:03.075Z[ recovery-image] Dec 21 05:08:02.238 INFO O| Dec 21 05:08:02.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
77182024-12-21T05:08:03.078Z[ recovery-image] Dec 21 05:08:02.239 INFO O| Dec 21 05:08:02.239 INFO STEP 1094 (remove_files) COMPLETE
77192024-12-21T05:08:03.078Z[ recovery-image] Dec 21 05:08:02.239 INFO O| Dec 21 05:08:02.239 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-12-21T05:08:03.137Z[ host-image] Dec 21 05:08:02.300 INFO O| Dec 21 05:08:02.300 INFO O| Actions: 1/1361 actions (Installing new actions)
77212024-12-21T05:08:03.140Z[ recovery-image] Dec 21 05:08:02.301 INFO O| Dec 21 05:08:02.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
77222024-12-21T05:08:03.140Z[ recovery-image] Dec 21 05:08:02.301 INFO O| Dec 21 05:08:02.301 INFO STEP 1095 (remove_files) COMPLETE
77232024-12-21T05:08:03.140Z[ recovery-image] Dec 21 05:08:02.301 INFO O| Dec 21 05:08:02.301 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-12-21T05:08:03.158Z[ recovery-image] Dec 21 05:08:02.322 INFO O| Dec 21 05:08:02.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
77252024-12-21T05:08:03.158Z[ recovery-image] Dec 21 05:08:02.322 INFO O| Dec 21 05:08:02.322 INFO STEP 1096 (remove_files) COMPLETE
77262024-12-21T05:08:03.161Z[ recovery-image] Dec 21 05:08:02.322 INFO O| Dec 21 05:08:02.322 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-12-21T05:08:03.179Z[ recovery-image] Dec 21 05:08:02.343 INFO O| Dec 21 05:08:02.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
77282024-12-21T05:08:03.182Z[ recovery-image] Dec 21 05:08:02.343 INFO O| Dec 21 05:08:02.343 INFO STEP 1097 (remove_files) COMPLETE
77292024-12-21T05:08:03.183Z[ recovery-image] Dec 21 05:08:02.343 INFO O| Dec 21 05:08:02.343 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-12-21T05:08:03.200Z[ recovery-image] Dec 21 05:08:02.364 INFO O| Dec 21 05:08:02.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
77312024-12-21T05:08:03.202Z[ recovery-image] Dec 21 05:08:02.364 INFO O| Dec 21 05:08:02.364 INFO STEP 1098 (remove_files) COMPLETE
77322024-12-21T05:08:03.202Z[ recovery-image] Dec 21 05:08:02.364 INFO O| Dec 21 05:08:02.364 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-12-21T05:08:03.237Z[ recovery-image] Dec 21 05:08:02.399 INFO O| Dec 21 05:08:02.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
77342024-12-21T05:08:03.240Z[ recovery-image] Dec 21 05:08:02.399 INFO O| Dec 21 05:08:02.399 INFO STEP 1099 (remove_files) COMPLETE
77352024-12-21T05:08:03.240Z[ recovery-image] Dec 21 05:08:02.400 INFO O| Dec 21 05:08:02.399 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-12-21T05:08:03.296Z[ recovery-image] Dec 21 05:08:02.458 INFO O| Dec 21 05:08:02.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
77372024-12-21T05:08:03.300Z[ recovery-image] Dec 21 05:08:02.458 INFO O| Dec 21 05:08:02.458 INFO STEP 1100 (remove_files) COMPLETE
77382024-12-21T05:08:03.300Z[ recovery-image] Dec 21 05:08:02.458 INFO O| Dec 21 05:08:02.458 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-12-21T05:08:03.322Z[ recovery-image] Dec 21 05:08:02.486 INFO O| Dec 21 05:08:02.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
77402024-12-21T05:08:03.322Z[ recovery-image] Dec 21 05:08:02.486 INFO O| Dec 21 05:08:02.486 INFO STEP 1101 (remove_files) COMPLETE
77412024-12-21T05:08:03.322Z[ recovery-image] Dec 21 05:08:02.486 INFO O| Dec 21 05:08:02.486 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-12-21T05:08:03.344Z[ recovery-image] Dec 21 05:08:02.507 INFO O| Dec 21 05:08:02.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
77432024-12-21T05:08:03.344Z[ recovery-image] Dec 21 05:08:02.507 INFO O| Dec 21 05:08:02.507 INFO STEP 1102 (remove_files) COMPLETE
77442024-12-21T05:08:03.346Z[ recovery-image] Dec 21 05:08:02.507 INFO O| Dec 21 05:08:02.507 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-12-21T05:08:03.371Z[ recovery-image] Dec 21 05:08:02.534 INFO O| Dec 21 05:08:02.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
77462024-12-21T05:08:03.371Z[ recovery-image] Dec 21 05:08:02.534 INFO O| Dec 21 05:08:02.534 INFO STEP 1103 (remove_files) COMPLETE
77472024-12-21T05:08:03.373Z[ recovery-image] Dec 21 05:08:02.534 INFO O| Dec 21 05:08:02.534 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-12-21T05:08:03.394Z[ recovery-image] Dec 21 05:08:02.555 INFO O| Dec 21 05:08:02.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
77492024-12-21T05:08:03.394Z[ recovery-image] Dec 21 05:08:02.555 INFO O| Dec 21 05:08:02.555 INFO STEP 1104 (remove_files) COMPLETE
77502024-12-21T05:08:03.394Z[ recovery-image] Dec 21 05:08:02.555 INFO O| Dec 21 05:08:02.555 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-12-21T05:08:03.411Z[ recovery-image] Dec 21 05:08:02.574 INFO O| Dec 21 05:08:02.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
77522024-12-21T05:08:03.411Z[ recovery-image] Dec 21 05:08:02.574 INFO O| Dec 21 05:08:02.574 INFO STEP 1105 (remove_files) COMPLETE
77532024-12-21T05:08:03.411Z[ recovery-image] Dec 21 05:08:02.574 INFO O| Dec 21 05:08:02.574 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-12-21T05:08:03.430Z[ recovery-image] Dec 21 05:08:02.591 INFO O| Dec 21 05:08:02.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
77552024-12-21T05:08:03.430Z[ recovery-image] Dec 21 05:08:02.591 INFO O| Dec 21 05:08:02.591 INFO STEP 1106 (remove_files) COMPLETE
77562024-12-21T05:08:03.430Z[ recovery-image] Dec 21 05:08:02.591 INFO O| Dec 21 05:08:02.591 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-12-21T05:08:03.470Z[ recovery-image] Dec 21 05:08:02.633 INFO O| Dec 21 05:08:02.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
77582024-12-21T05:08:03.470Z[ recovery-image] Dec 21 05:08:02.633 INFO O| Dec 21 05:08:02.633 INFO STEP 1107 (remove_files) COMPLETE
77592024-12-21T05:08:03.470Z[ recovery-image] Dec 21 05:08:02.633 INFO O| Dec 21 05:08:02.633 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-12-21T05:08:03.512Z[ recovery-image] Dec 21 05:08:02.674 INFO O| Dec 21 05:08:02.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77612024-12-21T05:08:03.513Z[ recovery-image] Dec 21 05:08:02.674 INFO O| Dec 21 05:08:02.674 INFO STEP 1108 (remove_files) COMPLETE
77622024-12-21T05:08:03.513Z[ recovery-image] Dec 21 05:08:02.674 INFO O| Dec 21 05:08:02.674 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-12-21T05:08:03.527Z[ recovery-image] Dec 21 05:08:02.690 INFO O| Dec 21 05:08:02.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77642024-12-21T05:08:03.527Z[ recovery-image] Dec 21 05:08:02.690 INFO O| Dec 21 05:08:02.690 INFO STEP 1109 (remove_files) COMPLETE
77652024-12-21T05:08:03.527Z[ recovery-image] Dec 21 05:08:02.690 INFO O| Dec 21 05:08:02.690 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-12-21T05:08:03.543Z[ recovery-image] Dec 21 05:08:02.705 INFO O| Dec 21 05:08:02.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77672024-12-21T05:08:03.543Z[ recovery-image] Dec 21 05:08:02.706 INFO O| Dec 21 05:08:02.706 INFO STEP 1110 (remove_files) COMPLETE
77682024-12-21T05:08:03.543Z[ recovery-image] Dec 21 05:08:02.706 INFO O| Dec 21 05:08:02.706 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-12-21T05:08:03.579Z[ recovery-image] Dec 21 05:08:02.743 INFO O| Dec 21 05:08:02.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77702024-12-21T05:08:03.579Z[ recovery-image] Dec 21 05:08:02.743 INFO O| Dec 21 05:08:02.743 INFO STEP 1111 (remove_files) COMPLETE
77712024-12-21T05:08:03.584Z[ recovery-image] Dec 21 05:08:02.743 INFO O| Dec 21 05:08:02.743 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-12-21T05:08:03.623Z[ recovery-image] Dec 21 05:08:02.785 INFO O| Dec 21 05:08:02.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77732024-12-21T05:08:03.623Z[ recovery-image] Dec 21 05:08:02.785 INFO O| Dec 21 05:08:02.785 INFO STEP 1112 (remove_files) COMPLETE
77742024-12-21T05:08:03.625Z[ recovery-image] Dec 21 05:08:02.785 INFO O| Dec 21 05:08:02.785 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-12-21T05:08:03.639Z[ recovery-image] Dec 21 05:08:02.803 INFO O| Dec 21 05:08:02.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77762024-12-21T05:08:03.639Z[ recovery-image] Dec 21 05:08:02.803 INFO O| Dec 21 05:08:02.803 INFO STEP 1113 (remove_files) COMPLETE
77772024-12-21T05:08:03.639Z[ recovery-image] Dec 21 05:08:02.803 INFO O| Dec 21 05:08:02.803 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-12-21T05:08:03.656Z[ recovery-image] Dec 21 05:08:02.820 INFO O| Dec 21 05:08:02.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77792024-12-21T05:08:03.656Z[ recovery-image] Dec 21 05:08:02.820 INFO O| Dec 21 05:08:02.820 INFO STEP 1114 (remove_files) COMPLETE
77802024-12-21T05:08:03.656Z[ recovery-image] Dec 21 05:08:02.820 INFO O| Dec 21 05:08:02.820 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-12-21T05:08:03.740Z[ recovery-image] Dec 21 05:08:02.902 INFO O| Dec 21 05:08:02.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77822024-12-21T05:08:03.740Z[ recovery-image] Dec 21 05:08:02.902 INFO O| Dec 21 05:08:02.902 INFO STEP 1115 (remove_files) COMPLETE
77832024-12-21T05:08:03.740Z[ recovery-image] Dec 21 05:08:02.902 INFO O| Dec 21 05:08:02.902 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-12-21T05:08:03.782Z[ recovery-image] Dec 21 05:08:02.946 INFO O| Dec 21 05:08:02.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77852024-12-21T05:08:03.782Z[ recovery-image] Dec 21 05:08:02.946 INFO O| Dec 21 05:08:02.946 INFO STEP 1116 (remove_files) COMPLETE
77862024-12-21T05:08:03.782Z[ recovery-image] Dec 21 05:08:02.946 INFO O| Dec 21 05:08:02.946 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-12-21T05:08:03.799Z[ recovery-image] Dec 21 05:08:02.962 INFO O| Dec 21 05:08:02.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77882024-12-21T05:08:03.799Z[ recovery-image] Dec 21 05:08:02.962 INFO O| Dec 21 05:08:02.962 INFO STEP 1117 (remove_files) COMPLETE
77892024-12-21T05:08:03.799Z[ recovery-image] Dec 21 05:08:02.962 INFO O| Dec 21 05:08:02.962 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-12-21T05:08:03.815Z[ recovery-image] Dec 21 05:08:02.978 INFO O| Dec 21 05:08:02.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77912024-12-21T05:08:03.815Z[ recovery-image] Dec 21 05:08:02.978 INFO O| Dec 21 05:08:02.978 INFO STEP 1118 (remove_files) COMPLETE
77922024-12-21T05:08:03.815Z[ recovery-image] Dec 21 05:08:02.978 INFO O| Dec 21 05:08:02.978 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-12-21T05:08:03.833Z[ recovery-image] Dec 21 05:08:02.996 INFO O| Dec 21 05:08:02.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77942024-12-21T05:08:03.833Z[ recovery-image] Dec 21 05:08:02.996 INFO O| Dec 21 05:08:02.996 INFO STEP 1119 (remove_files) COMPLETE
77952024-12-21T05:08:03.833Z[ recovery-image] Dec 21 05:08:02.996 INFO O| Dec 21 05:08:02.996 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-12-21T05:08:03.853Z[ recovery-image] Dec 21 05:08:03.016 INFO O| Dec 21 05:08:03.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77972024-12-21T05:08:03.853Z[ recovery-image] Dec 21 05:08:03.016 INFO O| Dec 21 05:08:03.016 INFO STEP 1120 (remove_files) COMPLETE
77982024-12-21T05:08:03.853Z[ recovery-image] Dec 21 05:08:03.016 INFO O| Dec 21 05:08:03.016 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-12-21T05:08:03.867Z[ host-image] Dec 21 05:08:03.031 INFO O| Dec 21 05:08:03.030 INFO O| Actions: Completed 1361 actions in 0.73 seconds.
78002024-12-21T05:08:03.895Z[ recovery-image] Dec 21 05:08:03.059 INFO O| Dec 21 05:08:03.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
78012024-12-21T05:08:03.895Z[ recovery-image] Dec 21 05:08:03.059 INFO O| Dec 21 05:08:03.059 INFO STEP 1121 (remove_files) COMPLETE
78022024-12-21T05:08:03.896Z[ recovery-image] Dec 21 05:08:03.059 INFO O| Dec 21 05:08:03.059 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032024-12-21T05:08:03.914Z[ recovery-image] Dec 21 05:08:03.077 INFO O| Dec 21 05:08:03.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
78042024-12-21T05:08:03.914Z[ recovery-image] Dec 21 05:08:03.077 INFO O| Dec 21 05:08:03.077 INFO STEP 1122 (remove_files) COMPLETE
78052024-12-21T05:08:03.916Z[ recovery-image] Dec 21 05:08:03.077 INFO O| Dec 21 05:08:03.077 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062024-12-21T05:08:03.934Z[ recovery-image] Dec 21 05:08:03.096 INFO O| Dec 21 05:08:03.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
78072024-12-21T05:08:03.936Z[ recovery-image] Dec 21 05:08:03.096 INFO O| Dec 21 05:08:03.096 INFO STEP 1123 (remove_files) COMPLETE
78082024-12-21T05:08:03.936Z[ recovery-image] Dec 21 05:08:03.096 INFO O| Dec 21 05:08:03.096 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092024-12-21T05:08:03.960Z[ recovery-image] Dec 21 05:08:03.124 INFO O| Dec 21 05:08:03.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
78102024-12-21T05:08:03.960Z[ recovery-image] Dec 21 05:08:03.124 INFO O| Dec 21 05:08:03.124 INFO STEP 1124 (remove_files) COMPLETE
78112024-12-21T05:08:03.960Z[ recovery-image] Dec 21 05:08:03.124 INFO O| Dec 21 05:08:03.124 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122024-12-21T05:08:03.981Z[ recovery-image] Dec 21 05:08:03.144 INFO O| Dec 21 05:08:03.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
78132024-12-21T05:08:03.981Z[ recovery-image] Dec 21 05:08:03.145 INFO O| Dec 21 05:08:03.145 INFO STEP 1125 (remove_files) COMPLETE
78142024-12-21T05:08:03.981Z[ recovery-image] Dec 21 05:08:03.145 INFO O| Dec 21 05:08:03.145 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152024-12-21T05:08:04.000Z[ recovery-image] Dec 21 05:08:03.163 INFO O| Dec 21 05:08:03.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
78162024-12-21T05:08:04.000Z[ recovery-image] Dec 21 05:08:03.163 INFO O| Dec 21 05:08:03.163 INFO STEP 1126 (remove_files) COMPLETE
78172024-12-21T05:08:04.000Z[ recovery-image] Dec 21 05:08:03.163 INFO O| Dec 21 05:08:03.163 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182024-12-21T05:08:04.024Z[ recovery-image] Dec 21 05:08:03.187 INFO O| Dec 21 05:08:03.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
78192024-12-21T05:08:04.027Z[ recovery-image] Dec 21 05:08:03.188 INFO O| Dec 21 05:08:03.187 INFO STEP 1127 (remove_files) COMPLETE
78202024-12-21T05:08:04.027Z[ recovery-image] Dec 21 05:08:03.188 INFO O| Dec 21 05:08:03.188 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212024-12-21T05:08:04.080Z[ recovery-image] Dec 21 05:08:03.243 INFO O| Dec 21 05:08:03.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
78222024-12-21T05:08:04.080Z[ recovery-image] Dec 21 05:08:03.243 INFO O| Dec 21 05:08:03.243 INFO STEP 1128 (remove_files) COMPLETE
78232024-12-21T05:08:04.080Z[ recovery-image] Dec 21 05:08:03.243 INFO O| Dec 21 05:08:03.243 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242024-12-21T05:08:04.099Z[ recovery-image] Dec 21 05:08:03.263 INFO O| Dec 21 05:08:03.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
78252024-12-21T05:08:04.099Z[ recovery-image] Dec 21 05:08:03.263 INFO O| Dec 21 05:08:03.263 INFO STEP 1129 (remove_files) COMPLETE
78262024-12-21T05:08:04.099Z[ recovery-image] Dec 21 05:08:03.263 INFO O| Dec 21 05:08:03.263 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272024-12-21T05:08:04.136Z[ recovery-image] Dec 21 05:08:03.300 INFO O| Dec 21 05:08:03.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
78282024-12-21T05:08:04.147Z[ recovery-image] Dec 21 05:08:03.300 INFO O| Dec 21 05:08:03.300 INFO STEP 1130 (remove_files) COMPLETE
78292024-12-21T05:08:04.147Z[ recovery-image] Dec 21 05:08:03.300 INFO O| Dec 21 05:08:03.300 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302024-12-21T05:08:04.156Z[ recovery-image] Dec 21 05:08:03.320 INFO O| Dec 21 05:08:03.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
78312024-12-21T05:08:04.156Z[ recovery-image] Dec 21 05:08:03.320 INFO O| Dec 21 05:08:03.320 INFO STEP 1131 (remove_files) COMPLETE
78322024-12-21T05:08:04.156Z[ recovery-image] Dec 21 05:08:03.320 INFO O| Dec 21 05:08:03.320 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332024-12-21T05:08:04.174Z[ recovery-image] Dec 21 05:08:03.338 INFO O| Dec 21 05:08:03.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
78342024-12-21T05:08:04.174Z[ recovery-image] Dec 21 05:08:03.338 INFO O| Dec 21 05:08:03.338 INFO STEP 1132 (remove_files) COMPLETE
78352024-12-21T05:08:04.174Z[ recovery-image] Dec 21 05:08:03.338 INFO O| Dec 21 05:08:03.338 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362024-12-21T05:08:04.193Z[ recovery-image] Dec 21 05:08:03.356 INFO O| Dec 21 05:08:03.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
78372024-12-21T05:08:04.193Z[ recovery-image] Dec 21 05:08:03.356 INFO O| Dec 21 05:08:03.356 INFO STEP 1133 (remove_files) COMPLETE
78382024-12-21T05:08:04.193Z[ recovery-image] Dec 21 05:08:03.356 INFO O| Dec 21 05:08:03.356 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392024-12-21T05:08:04.222Z[ recovery-image] Dec 21 05:08:03.385 INFO O| Dec 21 05:08:03.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
78402024-12-21T05:08:04.222Z[ recovery-image] Dec 21 05:08:03.385 INFO O| Dec 21 05:08:03.385 INFO STEP 1134 (remove_files) COMPLETE
78412024-12-21T05:08:04.222Z[ recovery-image] Dec 21 05:08:03.385 INFO O| Dec 21 05:08:03.385 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422024-12-21T05:08:04.243Z[ recovery-image] Dec 21 05:08:03.406 INFO O| Dec 21 05:08:03.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
78432024-12-21T05:08:04.243Z[ recovery-image] Dec 21 05:08:03.407 INFO O| Dec 21 05:08:03.406 INFO STEP 1135 (remove_files) COMPLETE
78442024-12-21T05:08:04.243Z[ recovery-image] Dec 21 05:08:03.407 INFO O| Dec 21 05:08:03.407 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452024-12-21T05:08:04.262Z[ recovery-image] Dec 21 05:08:03.425 INFO O| Dec 21 05:08:03.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
78462024-12-21T05:08:04.262Z[ recovery-image] Dec 21 05:08:03.425 INFO O| Dec 21 05:08:03.425 INFO STEP 1136 (remove_files) COMPLETE
78472024-12-21T05:08:04.262Z[ recovery-image] Dec 21 05:08:03.425 INFO O| Dec 21 05:08:03.425 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482024-12-21T05:08:04.283Z[ recovery-image] Dec 21 05:08:03.446 INFO O| Dec 21 05:08:03.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
78492024-12-21T05:08:04.283Z[ recovery-image] Dec 21 05:08:03.446 INFO O| Dec 21 05:08:03.446 INFO STEP 1137 (remove_files) COMPLETE
78502024-12-21T05:08:04.283Z[ recovery-image] Dec 21 05:08:03.446 INFO O| Dec 21 05:08:03.446 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512024-12-21T05:08:04.304Z[ recovery-image] Dec 21 05:08:03.467 INFO O| Dec 21 05:08:03.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
78522024-12-21T05:08:04.304Z[ recovery-image] Dec 21 05:08:03.467 INFO O| Dec 21 05:08:03.467 INFO STEP 1138 (remove_files) COMPLETE
78532024-12-21T05:08:04.304Z[ recovery-image] Dec 21 05:08:03.467 INFO O| Dec 21 05:08:03.467 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542024-12-21T05:08:04.363Z[ recovery-image] Dec 21 05:08:03.527 INFO O| Dec 21 05:08:03.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
78552024-12-21T05:08:04.363Z[ recovery-image] Dec 21 05:08:03.527 INFO O| Dec 21 05:08:03.527 INFO STEP 1139 (remove_files) COMPLETE
78562024-12-21T05:08:04.363Z[ recovery-image] Dec 21 05:08:03.527 INFO O| Dec 21 05:08:03.527 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572024-12-21T05:08:04.425Z[ recovery-image] Dec 21 05:08:03.588 INFO O| Dec 21 05:08:03.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
78582024-12-21T05:08:04.427Z[ recovery-image] Dec 21 05:08:03.588 INFO O| Dec 21 05:08:03.588 INFO STEP 1140 (remove_files) COMPLETE
78592024-12-21T05:08:04.427Z[ recovery-image] Dec 21 05:08:03.588 INFO O| Dec 21 05:08:03.588 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602024-12-21T05:08:04.457Z[ recovery-image] Dec 21 05:08:03.620 INFO O| Dec 21 05:08:03.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
78612024-12-21T05:08:04.457Z[ recovery-image] Dec 21 05:08:03.620 INFO O| Dec 21 05:08:03.620 INFO STEP 1141 (remove_files) COMPLETE
78622024-12-21T05:08:04.457Z[ recovery-image] Dec 21 05:08:03.620 INFO O| Dec 21 05:08:03.620 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632024-12-21T05:08:04.464Z[ host-image] Dec 21 05:08:03.627 INFO O| Dec 21 05:08:03.627 INFO O| Done
78642024-12-21T05:08:04.464Z[ host-image] Dec 21 05:08:03.627 INFO O| Dec 21 05:08:03.627 INFO O| Done
78652024-12-21T05:08:04.521Z[ recovery-image] Dec 21 05:08:03.685 INFO O| Dec 21 05:08:03.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78662024-12-21T05:08:04.523Z[ recovery-image] Dec 21 05:08:03.685 INFO O| Dec 21 05:08:03.685 INFO STEP 1142 (remove_files) COMPLETE
78672024-12-21T05:08:04.523Z[ recovery-image] Dec 21 05:08:03.685 INFO O| Dec 21 05:08:03.685 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682024-12-21T05:08:04.557Z[ recovery-image] Dec 21 05:08:03.721 INFO O| Dec 21 05:08:03.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78692024-12-21T05:08:04.560Z[ recovery-image] Dec 21 05:08:03.721 INFO O| Dec 21 05:08:03.721 INFO STEP 1143 (remove_files) COMPLETE
78702024-12-21T05:08:04.560Z[ recovery-image] Dec 21 05:08:03.721 INFO O| Dec 21 05:08:03.721 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712024-12-21T05:08:04.580Z[ recovery-image] Dec 21 05:08:03.744 INFO O| Dec 21 05:08:03.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78722024-12-21T05:08:04.583Z[ recovery-image] Dec 21 05:08:03.744 INFO O| Dec 21 05:08:03.744 INFO STEP 1144 (remove_files) COMPLETE
78732024-12-21T05:08:04.583Z[ recovery-image] Dec 21 05:08:03.744 INFO O| Dec 21 05:08:03.744 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742024-12-21T05:08:04.613Z[ recovery-image] Dec 21 05:08:03.777 INFO O| Dec 21 05:08:03.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78752024-12-21T05:08:04.613Z[ recovery-image] Dec 21 05:08:03.777 INFO O| Dec 21 05:08:03.777 INFO STEP 1145 (remove_files) COMPLETE
78762024-12-21T05:08:04.613Z[ recovery-image] Dec 21 05:08:03.777 INFO O| Dec 21 05:08:03.777 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772024-12-21T05:08:04.632Z[ recovery-image] Dec 21 05:08:03.795 INFO O| Dec 21 05:08:03.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78782024-12-21T05:08:04.632Z[ recovery-image] Dec 21 05:08:03.795 INFO O| Dec 21 05:08:03.795 INFO STEP 1146 (remove_files) COMPLETE
78792024-12-21T05:08:04.635Z[ recovery-image] Dec 21 05:08:03.795 INFO O| Dec 21 05:08:03.795 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802024-12-21T05:08:04.655Z[ recovery-image] Dec 21 05:08:03.817 INFO O| Dec 21 05:08:03.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78812024-12-21T05:08:04.655Z[ recovery-image] Dec 21 05:08:03.817 INFO O| Dec 21 05:08:03.817 INFO STEP 1147 (remove_files) COMPLETE
78822024-12-21T05:08:04.655Z[ recovery-image] Dec 21 05:08:03.817 INFO O| Dec 21 05:08:03.817 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832024-12-21T05:08:04.675Z[ recovery-image] Dec 21 05:08:03.837 INFO O| Dec 21 05:08:03.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78842024-12-21T05:08:04.676Z[ recovery-image] Dec 21 05:08:03.837 INFO O| Dec 21 05:08:03.837 INFO STEP 1148 (remove_files) COMPLETE
78852024-12-21T05:08:04.676Z[ recovery-image] Dec 21 05:08:03.837 INFO O| Dec 21 05:08:03.837 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862024-12-21T05:08:04.692Z[ recovery-image] Dec 21 05:08:03.856 INFO O| Dec 21 05:08:03.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78872024-12-21T05:08:04.692Z[ recovery-image] Dec 21 05:08:03.856 INFO O| Dec 21 05:08:03.856 INFO STEP 1149 (remove_files) COMPLETE
78882024-12-21T05:08:04.692Z[ recovery-image] Dec 21 05:08:03.856 INFO O| Dec 21 05:08:03.856 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892024-12-21T05:08:04.730Z[ recovery-image] Dec 21 05:08:03.893 INFO O| Dec 21 05:08:03.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78902024-12-21T05:08:04.733Z[ recovery-image] Dec 21 05:08:03.894 INFO O| Dec 21 05:08:03.894 INFO STEP 1150 (remove_files) COMPLETE
78912024-12-21T05:08:04.733Z[ recovery-image] Dec 21 05:08:03.894 INFO O| Dec 21 05:08:03.894 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922024-12-21T05:08:04.751Z[ recovery-image] Dec 21 05:08:03.914 INFO O| Dec 21 05:08:03.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78932024-12-21T05:08:04.753Z[ recovery-image] Dec 21 05:08:03.915 INFO O| Dec 21 05:08:03.914 INFO STEP 1151 (remove_files) COMPLETE
78942024-12-21T05:08:04.753Z[ recovery-image] Dec 21 05:08:03.915 INFO O| Dec 21 05:08:03.915 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952024-12-21T05:08:04.774Z[ recovery-image] Dec 21 05:08:03.938 INFO O| Dec 21 05:08:03.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78962024-12-21T05:08:04.774Z[ recovery-image] Dec 21 05:08:03.938 INFO O| Dec 21 05:08:03.938 INFO STEP 1152 (remove_files) COMPLETE
78972024-12-21T05:08:04.774Z[ recovery-image] Dec 21 05:08:03.938 INFO O| Dec 21 05:08:03.938 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982024-12-21T05:08:04.793Z[ recovery-image] Dec 21 05:08:03.957 INFO O| Dec 21 05:08:03.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78992024-12-21T05:08:04.793Z[ recovery-image] Dec 21 05:08:03.957 INFO O| Dec 21 05:08:03.957 INFO STEP 1153 (remove_files) COMPLETE
79002024-12-21T05:08:04.793Z[ recovery-image] Dec 21 05:08:03.957 INFO O| Dec 21 05:08:03.957 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012024-12-21T05:08:04.812Z[ recovery-image] Dec 21 05:08:03.975 INFO O| Dec 21 05:08:03.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
79022024-12-21T05:08:04.813Z[ recovery-image] Dec 21 05:08:03.975 INFO O| Dec 21 05:08:03.975 INFO STEP 1154 (remove_files) COMPLETE
79032024-12-21T05:08:04.816Z[ recovery-image] Dec 21 05:08:03.975 INFO O| Dec 21 05:08:03.975 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042024-12-21T05:08:04.836Z[ recovery-image] Dec 21 05:08:03.999 INFO O| Dec 21 05:08:03.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
79052024-12-21T05:08:04.836Z[ recovery-image] Dec 21 05:08:03.999 INFO O| Dec 21 05:08:03.999 INFO STEP 1155 (remove_files) COMPLETE
79062024-12-21T05:08:04.836Z[ recovery-image] Dec 21 05:08:03.999 INFO O| Dec 21 05:08:03.999 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072024-12-21T05:08:04.857Z[ recovery-image] Dec 21 05:08:04.020 INFO O| Dec 21 05:08:04.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
79082024-12-21T05:08:04.857Z[ recovery-image] Dec 21 05:08:04.020 INFO O| Dec 21 05:08:04.020 INFO STEP 1156 (remove_files) COMPLETE
79092024-12-21T05:08:04.860Z[ recovery-image] Dec 21 05:08:04.020 INFO O| Dec 21 05:08:04.020 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102024-12-21T05:08:04.876Z[ recovery-image] Dec 21 05:08:04.038 INFO O| Dec 21 05:08:04.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
79112024-12-21T05:08:04.876Z[ recovery-image] Dec 21 05:08:04.038 INFO O| Dec 21 05:08:04.038 INFO STEP 1157 (remove_files) COMPLETE
79122024-12-21T05:08:04.876Z[ recovery-image] Dec 21 05:08:04.039 INFO O| Dec 21 05:08:04.038 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132024-12-21T05:08:04.960Z[ recovery-image] Dec 21 05:08:04.120 INFO O| Dec 21 05:08:04.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
79142024-12-21T05:08:04.960Z[ recovery-image] Dec 21 05:08:04.120 INFO O| Dec 21 05:08:04.120 INFO STEP 1158 (remove_files) COMPLETE
79152024-12-21T05:08:04.960Z[ recovery-image] Dec 21 05:08:04.120 INFO O| Dec 21 05:08:04.120 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162024-12-21T05:08:04.993Z[ recovery-image] Dec 21 05:08:04.156 INFO O| Dec 21 05:08:04.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
79172024-12-21T05:08:04.997Z[ recovery-image] Dec 21 05:08:04.157 INFO O| Dec 21 05:08:04.157 INFO STEP 1159 (remove_files) COMPLETE
79182024-12-21T05:08:04.997Z[ recovery-image] Dec 21 05:08:04.157 INFO O| Dec 21 05:08:04.157 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192024-12-21T05:08:05.041Z[ recovery-image] Dec 21 05:08:04.205 INFO O| Dec 21 05:08:04.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
79202024-12-21T05:08:05.041Z[ recovery-image] Dec 21 05:08:04.205 INFO O| Dec 21 05:08:04.205 INFO STEP 1160 (remove_files) COMPLETE
79212024-12-21T05:08:05.041Z[ recovery-image] Dec 21 05:08:04.205 INFO O| Dec 21 05:08:04.205 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222024-12-21T05:08:05.144Z[ recovery-image] Dec 21 05:08:04.308 INFO O| Dec 21 05:08:04.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
79232024-12-21T05:08:05.144Z[ recovery-image] Dec 21 05:08:04.308 INFO O| Dec 21 05:08:04.308 INFO STEP 1161 (remove_files) COMPLETE
79242024-12-21T05:08:05.144Z[ recovery-image] Dec 21 05:08:04.308 INFO O| Dec 21 05:08:04.308 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252024-12-21T05:08:05.165Z[ recovery-image] Dec 21 05:08:04.328 INFO O| Dec 21 05:08:04.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
79262024-12-21T05:08:05.165Z[ recovery-image] Dec 21 05:08:04.328 INFO O| Dec 21 05:08:04.328 INFO STEP 1162 (remove_files) COMPLETE
79272024-12-21T05:08:05.168Z[ recovery-image] Dec 21 05:08:04.329 INFO O| Dec 21 05:08:04.328 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282024-12-21T05:08:05.185Z[ recovery-image] Dec 21 05:08:04.348 INFO O| Dec 21 05:08:04.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
79292024-12-21T05:08:05.185Z[ recovery-image] Dec 21 05:08:04.348 INFO O| Dec 21 05:08:04.348 INFO STEP 1163 (remove_files) COMPLETE
79302024-12-21T05:08:05.185Z[ recovery-image] Dec 21 05:08:04.348 INFO O| Dec 21 05:08:04.348 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312024-12-21T05:08:05.201Z[ recovery-image] Dec 21 05:08:04.364 INFO O| Dec 21 05:08:04.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
79322024-12-21T05:08:05.201Z[ recovery-image] Dec 21 05:08:04.364 INFO O| Dec 21 05:08:04.364 INFO STEP 1164 (remove_files) COMPLETE
79332024-12-21T05:08:05.201Z[ recovery-image] Dec 21 05:08:04.364 INFO O| Dec 21 05:08:04.364 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342024-12-21T05:08:05.216Z[ recovery-image] Dec 21 05:08:04.379 INFO O| Dec 21 05:08:04.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
79352024-12-21T05:08:05.216Z[ recovery-image] Dec 21 05:08:04.379 INFO O| Dec 21 05:08:04.379 INFO STEP 1165 (remove_files) COMPLETE
79362024-12-21T05:08:05.216Z[ recovery-image] Dec 21 05:08:04.380 INFO O| Dec 21 05:08:04.379 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372024-12-21T05:08:05.237Z[ recovery-image] Dec 21 05:08:04.400 INFO O| Dec 21 05:08:04.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
79382024-12-21T05:08:05.237Z[ recovery-image] Dec 21 05:08:04.400 INFO O| Dec 21 05:08:04.400 INFO STEP 1166 (remove_files) COMPLETE
79392024-12-21T05:08:05.237Z[ recovery-image] Dec 21 05:08:04.400 INFO O| Dec 21 05:08:04.400 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402024-12-21T05:08:05.258Z[ recovery-image] Dec 21 05:08:04.421 INFO O| Dec 21 05:08:04.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
79412024-12-21T05:08:05.258Z[ recovery-image] Dec 21 05:08:04.421 INFO O| Dec 21 05:08:04.421 INFO STEP 1167 (remove_files) COMPLETE
79422024-12-21T05:08:05.258Z[ recovery-image] Dec 21 05:08:04.421 INFO O| Dec 21 05:08:04.421 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432024-12-21T05:08:05.295Z[ recovery-image] Dec 21 05:08:04.457 INFO O| Dec 21 05:08:04.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
79442024-12-21T05:08:05.298Z[ recovery-image] Dec 21 05:08:04.457 INFO O| Dec 21 05:08:04.457 INFO STEP 1168 (remove_files) COMPLETE
79452024-12-21T05:08:05.298Z[ recovery-image] Dec 21 05:08:04.457 INFO O| Dec 21 05:08:04.457 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462024-12-21T05:08:05.333Z[ recovery-image] Dec 21 05:08:04.496 INFO O| Dec 21 05:08:04.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
79472024-12-21T05:08:05.337Z[ recovery-image] Dec 21 05:08:04.496 INFO O| Dec 21 05:08:04.496 INFO STEP 1169 (remove_files) COMPLETE
79482024-12-21T05:08:05.337Z[ recovery-image] Dec 21 05:08:04.497 INFO O| Dec 21 05:08:04.496 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492024-12-21T05:08:05.354Z[ recovery-image] Dec 21 05:08:04.517 INFO O| Dec 21 05:08:04.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
79502024-12-21T05:08:05.357Z[ recovery-image] Dec 21 05:08:04.518 INFO O| Dec 21 05:08:04.518 INFO STEP 1170 (remove_files) COMPLETE
79512024-12-21T05:08:05.357Z[ recovery-image] Dec 21 05:08:04.518 INFO O| Dec 21 05:08:04.518 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522024-12-21T05:08:05.373Z[ recovery-image] Dec 21 05:08:04.536 INFO O| Dec 21 05:08:04.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
79532024-12-21T05:08:05.373Z[ recovery-image] Dec 21 05:08:04.536 INFO O| Dec 21 05:08:04.536 INFO STEP 1171 (remove_files) COMPLETE
79542024-12-21T05:08:05.375Z[ recovery-image] Dec 21 05:08:04.536 INFO O| Dec 21 05:08:04.536 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552024-12-21T05:08:05.410Z[ recovery-image] Dec 21 05:08:04.573 INFO O| Dec 21 05:08:04.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
79562024-12-21T05:08:05.410Z[ recovery-image] Dec 21 05:08:04.573 INFO O| Dec 21 05:08:04.573 INFO STEP 1172 (remove_files) COMPLETE
79572024-12-21T05:08:05.410Z[ recovery-image] Dec 21 05:08:04.573 INFO O| Dec 21 05:08:04.573 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582024-12-21T05:08:05.432Z[ recovery-image] Dec 21 05:08:04.596 INFO O| Dec 21 05:08:04.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
79592024-12-21T05:08:05.432Z[ recovery-image] Dec 21 05:08:04.596 INFO O| Dec 21 05:08:04.596 INFO STEP 1173 (remove_files) COMPLETE
79602024-12-21T05:08:05.435Z[ recovery-image] Dec 21 05:08:04.596 INFO O| Dec 21 05:08:04.596 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612024-12-21T05:08:05.458Z[ recovery-image] Dec 21 05:08:04.621 INFO O| Dec 21 05:08:04.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
79622024-12-21T05:08:05.458Z[ recovery-image] Dec 21 05:08:04.621 INFO O| Dec 21 05:08:04.621 INFO STEP 1174 (remove_files) COMPLETE
79632024-12-21T05:08:05.458Z[ recovery-image] Dec 21 05:08:04.621 INFO O| Dec 21 05:08:04.621 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642024-12-21T05:08:05.480Z[ recovery-image] Dec 21 05:08:04.643 INFO O| Dec 21 05:08:04.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79652024-12-21T05:08:05.480Z[ recovery-image] Dec 21 05:08:04.643 INFO O| Dec 21 05:08:04.643 INFO STEP 1175 (remove_files) COMPLETE
79662024-12-21T05:08:05.482Z[ recovery-image] Dec 21 05:08:04.643 INFO O| Dec 21 05:08:04.643 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672024-12-21T05:08:05.513Z[ recovery-image] Dec 21 05:08:04.676 INFO O| Dec 21 05:08:04.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79682024-12-21T05:08:05.513Z[ recovery-image] Dec 21 05:08:04.676 INFO O| Dec 21 05:08:04.676 INFO STEP 1176 (remove_files) COMPLETE
79692024-12-21T05:08:05.513Z[ recovery-image] Dec 21 05:08:04.676 INFO O| Dec 21 05:08:04.676 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702024-12-21T05:08:05.571Z[ recovery-image] Dec 21 05:08:04.734 INFO O| Dec 21 05:08:04.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79712024-12-21T05:08:05.571Z[ recovery-image] Dec 21 05:08:04.734 INFO O| Dec 21 05:08:04.734 INFO STEP 1177 (remove_files) COMPLETE
79722024-12-21T05:08:05.571Z[ recovery-image] Dec 21 05:08:04.734 INFO O| Dec 21 05:08:04.734 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732024-12-21T05:08:05.591Z[ recovery-image] Dec 21 05:08:04.754 INFO O| Dec 21 05:08:04.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79742024-12-21T05:08:05.591Z[ recovery-image] Dec 21 05:08:04.754 INFO O| Dec 21 05:08:04.754 INFO STEP 1178 (remove_files) COMPLETE
79752024-12-21T05:08:05.591Z[ recovery-image] Dec 21 05:08:04.754 INFO O| Dec 21 05:08:04.754 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762024-12-21T05:08:05.610Z[ recovery-image] Dec 21 05:08:04.774 INFO O| Dec 21 05:08:04.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79772024-12-21T05:08:05.611Z[ recovery-image] Dec 21 05:08:04.774 INFO O| Dec 21 05:08:04.774 INFO STEP 1179 (remove_files) COMPLETE
79782024-12-21T05:08:05.611Z[ recovery-image] Dec 21 05:08:04.774 INFO O| Dec 21 05:08:04.774 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792024-12-21T05:08:05.647Z[ recovery-image] Dec 21 05:08:04.811 INFO O| Dec 21 05:08:04.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79802024-12-21T05:08:05.648Z[ recovery-image] Dec 21 05:08:04.811 INFO O| Dec 21 05:08:04.811 INFO STEP 1180 (remove_files) COMPLETE
79812024-12-21T05:08:05.648Z[ recovery-image] Dec 21 05:08:04.811 INFO O| Dec 21 05:08:04.811 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822024-12-21T05:08:05.699Z[ recovery-image] Dec 21 05:08:04.862 INFO O| Dec 21 05:08:04.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79832024-12-21T05:08:05.699Z[ recovery-image] Dec 21 05:08:04.862 INFO O| Dec 21 05:08:04.862 INFO STEP 1181 (remove_files) COMPLETE
79842024-12-21T05:08:05.701Z[ recovery-image] Dec 21 05:08:04.862 INFO O| Dec 21 05:08:04.862 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852024-12-21T05:08:05.719Z[ recovery-image] Dec 21 05:08:04.882 INFO O| Dec 21 05:08:04.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79862024-12-21T05:08:05.719Z[ recovery-image] Dec 21 05:08:04.882 INFO O| Dec 21 05:08:04.882 INFO STEP 1182 (remove_files) COMPLETE
79872024-12-21T05:08:05.719Z[ recovery-image] Dec 21 05:08:04.882 INFO O| Dec 21 05:08:04.882 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882024-12-21T05:08:05.746Z[ host-image] Dec 21 05:08:04.909 INFO O| Dec 21 05:08:04.909 INFO O| Done
79892024-12-21T05:08:05.761Z[ recovery-image] Dec 21 05:08:04.924 INFO O| Dec 21 05:08:04.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79902024-12-21T05:08:05.761Z[ recovery-image] Dec 21 05:08:04.924 INFO O| Dec 21 05:08:04.924 INFO STEP 1183 (remove_files) COMPLETE
79912024-12-21T05:08:05.761Z[ recovery-image] Dec 21 05:08:04.924 INFO O| Dec 21 05:08:04.924 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922024-12-21T05:08:05.780Z[ recovery-image] Dec 21 05:08:04.942 INFO O| Dec 21 05:08:04.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79932024-12-21T05:08:05.780Z[ recovery-image] Dec 21 05:08:04.942 INFO O| Dec 21 05:08:04.942 INFO STEP 1184 (remove_files) COMPLETE
79942024-12-21T05:08:05.780Z[ recovery-image] Dec 21 05:08:04.943 INFO O| Dec 21 05:08:04.942 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952024-12-21T05:08:05.804Z[ recovery-image] Dec 21 05:08:04.967 INFO O| Dec 21 05:08:04.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79962024-12-21T05:08:05.806Z[ recovery-image] Dec 21 05:08:04.967 INFO O| Dec 21 05:08:04.967 INFO STEP 1185 (remove_files) COMPLETE
79972024-12-21T05:08:05.806Z[ recovery-image] Dec 21 05:08:04.968 INFO O| Dec 21 05:08:04.968 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982024-12-21T05:08:05.827Z[ recovery-image] Dec 21 05:08:04.990 INFO O| Dec 21 05:08:04.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79992024-12-21T05:08:05.827Z[ recovery-image] Dec 21 05:08:04.990 INFO O| Dec 21 05:08:04.990 INFO STEP 1186 (remove_files) COMPLETE
80002024-12-21T05:08:05.827Z[ recovery-image] Dec 21 05:08:04.990 INFO O| Dec 21 05:08:04.990 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012024-12-21T05:08:05.848Z[ recovery-image] Dec 21 05:08:05.009 INFO O| Dec 21 05:08:05.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
80022024-12-21T05:08:05.851Z[ recovery-image] Dec 21 05:08:05.010 INFO O| Dec 21 05:08:05.010 INFO STEP 1187 (remove_files) COMPLETE
80032024-12-21T05:08:05.851Z[ recovery-image] Dec 21 05:08:05.010 INFO O| Dec 21 05:08:05.010 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042024-12-21T05:08:05.864Z[ recovery-image] Dec 21 05:08:05.027 INFO O| Dec 21 05:08:05.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
80052024-12-21T05:08:05.867Z[ recovery-image] Dec 21 05:08:05.027 INFO O| Dec 21 05:08:05.027 INFO STEP 1188 (remove_files) COMPLETE
80062024-12-21T05:08:05.867Z[ recovery-image] Dec 21 05:08:05.028 INFO O| Dec 21 05:08:05.028 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072024-12-21T05:08:05.896Z[ recovery-image] Dec 21 05:08:05.058 INFO O| Dec 21 05:08:05.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
80082024-12-21T05:08:05.897Z[ recovery-image] Dec 21 05:08:05.058 INFO O| Dec 21 05:08:05.058 INFO STEP 1189 (remove_files) COMPLETE
80092024-12-21T05:08:05.897Z[ recovery-image] Dec 21 05:08:05.058 INFO O| Dec 21 05:08:05.058 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102024-12-21T05:08:05.928Z[ recovery-image] Dec 21 05:08:05.090 INFO O| Dec 21 05:08:05.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
80112024-12-21T05:08:05.928Z[ recovery-image] Dec 21 05:08:05.091 INFO O| Dec 21 05:08:05.091 INFO STEP 1190 (remove_files) COMPLETE
80122024-12-21T05:08:05.928Z[ recovery-image] Dec 21 05:08:05.091 INFO O| Dec 21 05:08:05.091 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132024-12-21T05:08:05.965Z[ recovery-image] Dec 21 05:08:05.129 INFO O| Dec 21 05:08:05.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
80142024-12-21T05:08:05.965Z[ recovery-image] Dec 21 05:08:05.129 INFO O| Dec 21 05:08:05.129 INFO STEP 1191 (remove_files) COMPLETE
80152024-12-21T05:08:05.965Z[ recovery-image] Dec 21 05:08:05.129 INFO O| Dec 21 05:08:05.129 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162024-12-21T05:08:05.990Z[ recovery-image] Dec 21 05:08:05.153 INFO O| Dec 21 05:08:05.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
80172024-12-21T05:08:05.990Z[ recovery-image] Dec 21 05:08:05.153 INFO O| Dec 21 05:08:05.153 INFO STEP 1192 (remove_files) COMPLETE
80182024-12-21T05:08:05.992Z[ recovery-image] Dec 21 05:08:05.153 INFO O| Dec 21 05:08:05.153 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80192024-12-21T05:08:06.055Z[ recovery-image] Dec 21 05:08:05.218 INFO O| Dec 21 05:08:05.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
80202024-12-21T05:08:06.055Z[ recovery-image] Dec 21 05:08:05.218 INFO O| Dec 21 05:08:05.218 INFO STEP 1193 (remove_files) COMPLETE
80212024-12-21T05:08:06.055Z[ recovery-image] Dec 21 05:08:05.218 INFO O| Dec 21 05:08:05.218 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80222024-12-21T05:08:06.093Z[ recovery-image] Dec 21 05:08:05.257 INFO O| Dec 21 05:08:05.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
80232024-12-21T05:08:06.096Z[ recovery-image] Dec 21 05:08:05.257 INFO O| Dec 21 05:08:05.257 INFO STEP 1194 (remove_files) COMPLETE
80242024-12-21T05:08:06.096Z[ recovery-image] Dec 21 05:08:05.257 INFO O| Dec 21 05:08:05.257 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80252024-12-21T05:08:06.131Z[ recovery-image] Dec 21 05:08:05.294 INFO O| Dec 21 05:08:05.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
80262024-12-21T05:08:06.131Z[ recovery-image] Dec 21 05:08:05.294 INFO O| Dec 21 05:08:05.294 INFO STEP 1195 (remove_files) COMPLETE
80272024-12-21T05:08:06.134Z[ recovery-image] Dec 21 05:08:05.294 INFO O| Dec 21 05:08:05.294 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80282024-12-21T05:08:06.174Z[ recovery-image] Dec 21 05:08:05.337 INFO O| Dec 21 05:08:05.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
80292024-12-21T05:08:06.174Z[ recovery-image] Dec 21 05:08:05.337 INFO O| Dec 21 05:08:05.337 INFO STEP 1196 (remove_files) COMPLETE
80302024-12-21T05:08:06.174Z[ recovery-image] Dec 21 05:08:05.337 INFO O| Dec 21 05:08:05.337 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80312024-12-21T05:08:06.194Z[ recovery-image] Dec 21 05:08:05.358 INFO O| Dec 21 05:08:05.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
80322024-12-21T05:08:06.194Z[ recovery-image] Dec 21 05:08:05.358 INFO O| Dec 21 05:08:05.358 INFO STEP 1197 (remove_files) COMPLETE
80332024-12-21T05:08:06.195Z[ recovery-image] Dec 21 05:08:05.358 INFO O| Dec 21 05:08:05.358 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80342024-12-21T05:08:06.236Z[ recovery-image] Dec 21 05:08:05.399 INFO O| Dec 21 05:08:05.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
80352024-12-21T05:08:06.236Z[ recovery-image] Dec 21 05:08:05.399 INFO O| Dec 21 05:08:05.399 INFO STEP 1198 (remove_files) COMPLETE
80362024-12-21T05:08:06.236Z[ recovery-image] Dec 21 05:08:05.399 INFO O| Dec 21 05:08:05.399 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80372024-12-21T05:08:06.259Z[ recovery-image] Dec 21 05:08:05.421 INFO O| Dec 21 05:08:05.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
80382024-12-21T05:08:06.259Z[ recovery-image] Dec 21 05:08:05.421 INFO O| Dec 21 05:08:05.421 INFO STEP 1199 (remove_files) COMPLETE
80392024-12-21T05:08:06.260Z[ recovery-image] Dec 21 05:08:05.421 INFO O| Dec 21 05:08:05.421 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80402024-12-21T05:08:06.277Z[ recovery-image] Dec 21 05:08:05.440 INFO O| Dec 21 05:08:05.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
80412024-12-21T05:08:06.277Z[ recovery-image] Dec 21 05:08:05.440 INFO O| Dec 21 05:08:05.440 INFO STEP 1200 (remove_files) COMPLETE
80422024-12-21T05:08:06.277Z[ recovery-image] Dec 21 05:08:05.440 INFO O| Dec 21 05:08:05.440 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80432024-12-21T05:08:06.295Z[ recovery-image] Dec 21 05:08:05.458 INFO O| Dec 21 05:08:05.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
80442024-12-21T05:08:06.295Z[ recovery-image] Dec 21 05:08:05.458 INFO O| Dec 21 05:08:05.458 INFO STEP 1201 (remove_files) COMPLETE
80452024-12-21T05:08:06.295Z[ recovery-image] Dec 21 05:08:05.458 INFO O| Dec 21 05:08:05.458 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80462024-12-21T05:08:06.313Z[ recovery-image] Dec 21 05:08:05.476 INFO O| Dec 21 05:08:05.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
80472024-12-21T05:08:06.313Z[ recovery-image] Dec 21 05:08:05.477 INFO O| Dec 21 05:08:05.477 INFO STEP 1202 (remove_files) COMPLETE
80482024-12-21T05:08:06.313Z[ recovery-image] Dec 21 05:08:05.477 INFO O| Dec 21 05:08:05.477 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80492024-12-21T05:08:06.331Z[ recovery-image] Dec 21 05:08:05.495 INFO O| Dec 21 05:08:05.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
80502024-12-21T05:08:06.332Z[ recovery-image] Dec 21 05:08:05.495 INFO O| Dec 21 05:08:05.495 INFO STEP 1203 (remove_files) COMPLETE
80512024-12-21T05:08:06.334Z[ recovery-image] Dec 21 05:08:05.495 INFO O| Dec 21 05:08:05.495 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80522024-12-21T05:08:06.349Z[ recovery-image] Dec 21 05:08:05.513 INFO O| Dec 21 05:08:05.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
80532024-12-21T05:08:06.349Z[ recovery-image] Dec 21 05:08:05.513 INFO O| Dec 21 05:08:05.513 INFO STEP 1204 (remove_files) COMPLETE
80542024-12-21T05:08:06.349Z[ recovery-image] Dec 21 05:08:05.513 INFO O| Dec 21 05:08:05.513 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80552024-12-21T05:08:06.367Z[ recovery-image] Dec 21 05:08:05.530 INFO O| Dec 21 05:08:05.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
80562024-12-21T05:08:06.367Z[ recovery-image] Dec 21 05:08:05.530 INFO O| Dec 21 05:08:05.530 INFO STEP 1205 (remove_files) COMPLETE
80572024-12-21T05:08:06.369Z[ recovery-image] Dec 21 05:08:05.530 INFO O| Dec 21 05:08:05.530 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
80582024-12-21T05:08:06.395Z[ recovery-image] Dec 21 05:08:05.558 INFO O| Dec 21 05:08:05.558 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
80592024-12-21T05:08:06.395Z[ recovery-image] Dec 21 05:08:05.559 INFO O| Dec 21 05:08:05.558 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
80602024-12-21T05:08:08.020Z[ recovery-image] Dec 21 05:08:07.182 INFO O| Dec 21 05:08:07.182 INFO STEP 1206 (pack_tar) COMPLETE
80612024-12-21T05:08:08.020Z[ recovery-image] Dec 21 05:08:07.182 INFO O| Dec 21 05:08:07.182 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80622024-12-21T05:08:08.023Z[ recovery-image] Dec 21 05:08:07.182 INFO O| Dec 21 05:08:07.182 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80632024-12-21T05:08:08.259Z[ host-image] Dec 21 05:08:07.422 INFO O| Dec 21 05:08:07.422 INFO O| Done
80642024-12-21T05:08:08.275Z[ recovery-image] Dec 21 05:08:07.438 INFO O| Dec 21 05:08:07.438 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80652024-12-21T05:08:08.315Z[ host-image] Dec 21 05:08:07.477 INFO O| Dec 21 05:08:07.477 INFO O| Done
80662024-12-21T05:08:08.315Z[ host-image] Dec 21 05:08:07.477 INFO O| Dec 21 05:08:07.477 INFO O| Done
80672024-12-21T05:08:08.381Z[ host-image] Dec 21 05:08:07.544 INFO O| Dec 21 05:08:07.544 INFO O| Done
80682024-12-21T05:08:08.383Z[ recovery-image] Dec 21 05:08:07.546 INFO O| Dec 21 05:08:07.546 INFO completed processing gimlet/ramdisk-03-recovery-trim
80692024-12-21T05:08:08.393Z[ recovery-image] Dec 21 05:08:07.557 INFO image builder template: zfs-recovery...
80702024-12-21T05:08:08.393Z[ recovery-image] Dec 21 05:08:07.557 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/.tmpSMdqRg/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.34.311", "-n", "zfs-recovery"], pwd: None
80712024-12-21T05:08:08.450Z[ recovery-image] Dec 21 05:08:07.613 INFO O| Dec 21 05:08:07.613 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80722024-12-21T05:08:08.456Z[ recovery-image] Dec 21 05:08:07.619 INFO O| Dec 21 05:08:07.619 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80732024-12-21T05:08:08.542Z[ recovery-image] Dec 21 05:08:07.705 INFO O| Dec 21 05:08:07.705 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80742024-12-21T05:08:08.548Z[ host-image] Dec 21 05:08:07.711 INFO O| Dec 21 05:08:07.711 INFO STEP 13 (pkg_install) COMPLETE
80752024-12-21T05:08:08.548Z[ host-image] Dec 21 05:08:07.711 INFO O| Dec 21 05:08:07.711 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80762024-12-21T05:08:08.567Z[ host-image] Dec 21 05:08:07.730 INFO O| Dec 21 05:08:07.730 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
80772024-12-21T05:08:08.618Z[ recovery-image] Dec 21 05:08:07.782 INFO O| Dec 21 05:08:07.781 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80782024-12-21T05:08:08.618Z[ recovery-image] Dec 21 05:08:07.782 INFO O| Dec 21 05:08:07.782 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80792024-12-21T05:08:08.626Z[ recovery-image] Dec 21 05:08:07.789 INFO O| Dec 21 05:08:07.789 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80802024-12-21T05:08:08.719Z[ recovery-image] Dec 21 05:08:07.882 INFO O| Dec 21 05:08:07.882 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80812024-12-21T05:08:08.778Z[ recovery-image] Dec 21 05:08:07.941 INFO O| Dec 21 05:08:07.941 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80822024-12-21T05:08:08.795Z[ recovery-image] Dec 21 05:08:07.958 INFO O| Dec 21 05:08:07.958 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80832024-12-21T05:08:08.803Z[ recovery-image] Dec 21 05:08:07.967 INFO O| Dec 21 05:08:07.966 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80842024-12-21T05:08:08.810Z[ recovery-image] Dec 21 05:08:07.973 INFO O| Dec 21 05:08:07.973 INFO no lofi found
80852024-12-21T05:08:08.812Z[ recovery-image] Dec 21 05:08:07.973 INFO O| Dec 21 05:08:07.973 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80862024-12-21T05:08:08.813Z[ recovery-image] Dec 21 05:08:07.973 INFO O| Dec 21 05:08:07.973 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80872024-12-21T05:08:09.344Z[ host-image] Dec 21 05:08:08.508 INFO O| Dec 21 05:08:08.508 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
80882024-12-21T05:08:10.849Z[ recovery-image] Dec 21 05:08:10.012 INFO O| Dec 21 05:08:10.012 INFO lofi device = /dev/dsk/c2t1d0p0
80892024-12-21T05:08:10.849Z[ recovery-image] Dec 21 05:08:10.012 INFO O| Dec 21 05:08:10.012 INFO pool device = /dev/dsk/c2t1d0p0
80902024-12-21T05:08:10.852Z[ recovery-image] Dec 21 05:08:10.013 INFO O| Dec 21 05:08:10.013 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
80912024-12-21T05:08:10.977Z[ recovery-image] Dec 21 05:08:10.140 INFO O| Dec 21 05:08:10.140 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80922024-12-21T05:08:10.977Z[ recovery-image] Dec 21 05:08:10.140 INFO O| Dec 21 05:08:10.140 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80932024-12-21T05:08:11.007Z[ recovery-image] Dec 21 05:08:10.170 INFO O| Dec 21 05:08:10.170 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80942024-12-21T05:08:11.118Z[ recovery-image] Dec 21 05:08:10.281 INFO O| Dec 21 05:08:10.281 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80952024-12-21T05:08:11.176Z[ recovery-image] Dec 21 05:08:10.339 INFO O| Dec 21 05:08:10.339 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80962024-12-21T05:08:11.202Z[ recovery-image] Dec 21 05:08:10.365 INFO O| Dec 21 05:08:10.365 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80972024-12-21T05:08:11.224Z[ recovery-image] Dec 21 05:08:10.387 INFO O| Dec 21 05:08:10.387 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80982024-12-21T05:08:11.293Z[ recovery-image] Dec 21 05:08:10.457 INFO O| Dec 21 05:08:10.457 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80992024-12-21T05:08:11.296Z[ recovery-image] Dec 21 05:08:10.457 INFO O| Dec 21 05:08:10.457 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81002024-12-21T05:08:11.296Z[ recovery-image] Dec 21 05:08:10.457 INFO O| Dec 21 05:08:10.457 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81012024-12-21T05:08:11.315Z[ recovery-image] Dec 21 05:08:10.478 INFO O| Dec 21 05:08:10.478 INFO boot environment UUID: 3bb5c4a8-20a6-49ca-a927-fd5da6a69bae
81022024-12-21T05:08:11.315Z[ recovery-image] Dec 21 05:08:10.478 INFO O| Dec 21 05:08:10.478 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3bb5c4a8-20a6-49ca-a927-fd5da6a69bae
81032024-12-21T05:08:11.335Z[ recovery-image] Dec 21 05:08:10.498 INFO O| Dec 21 05:08:10.498 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
81042024-12-21T05:08:11.354Z[ recovery-image] Dec 21 05:08:10.518 INFO O| Dec 21 05:08:10.518 INFO STEP 0 (create_be) COMPLETE
81052024-12-21T05:08:11.354Z[ recovery-image] Dec 21 05:08:10.518 INFO O| Dec 21 05:08:10.518 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81062024-12-21T05:08:11.375Z[ recovery-image] Dec 21 05:08:10.538 INFO O| Dec 21 05:08:10.538 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"]
81072024-12-21T05:08:13.181Z[ host-image] Dec 21 05:08:12.345 INFO O| Dec 21 05:08:12.344 INFO O| Planning: Solver setup ... Done
81082024-12-21T05:08:13.190Z[ host-image] Dec 21 05:08:12.353 INFO O| Dec 21 05:08:12.353 INFO O| Planning: Running solver ... Done
81092024-12-21T05:08:13.285Z[ host-image] Dec 21 05:08:12.448 INFO O| Dec 21 05:08:12.448 INFO O| Planning: Finding local manifests ... Done
81102024-12-21T05:08:13.288Z[ host-image] Dec 21 05:08:12.450 INFO O| Dec 21 05:08:12.450 INFO O| Planning: Fetching manifests: 0/1 0% complete
81112024-12-21T05:08:13.424Z[ host-image] Dec 21 05:08:12.588 INFO O| Dec 21 05:08:12.587 INFO O| Planning: Fetching manifests: 1/1 100% complete
81122024-12-21T05:08:13.804Z[ host-image] Dec 21 05:08:12.625 INFO O| Dec 21 05:08:12.625 INFO O| Planning: Package planning ... Done
81132024-12-21T05:08:13.812Z[ host-image] Dec 21 05:08:12.625 INFO O| Dec 21 05:08:12.625 INFO O| Planning: Merging actions ... Done
81142024-12-21T05:08:13.812Z[ host-image] Dec 21 05:08:12.730 INFO O| Dec 21 05:08:12.730 INFO O| Planning: Checking for conflicting actions ... Done
81152024-12-21T05:08:13.812Z[ host-image] Dec 21 05:08:12.731 INFO O| Dec 21 05:08:12.731 INFO O| Planning: Consolidating action changes ... Done
81162024-12-21T05:08:13.947Z[ host-image] Dec 21 05:08:13.110 INFO O| Dec 21 05:08:13.110 INFO O| Planning: Evaluating mediators ... Done
81172024-12-21T05:08:13.950Z[ host-image] Dec 21 05:08:13.111 INFO O| Dec 21 05:08:13.111 INFO O| Planning: Planning completed in 4.60 seconds
81182024-12-21T05:08:13.952Z[ host-image] Dec 21 05:08:13.114 INFO O| Dec 21 05:08:13.114 INFO O| Packages to install: 1
81192024-12-21T05:08:13.968Z[ host-image] Dec 21 05:08:13.131 INFO O| Dec 21 05:08:13.131 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
81202024-12-21T05:08:14.140Z[ host-image] Dec 21 05:08:13.304 INFO O| Dec 21 05:08:13.303 INFO O| Download: Completed 9.99 MB in 0.17 seconds (58.0M/s)
81212024-12-21T05:08:15.252Z[ host-image] Dec 21 05:08:14.415 INFO O| Dec 21 05:08:14.415 INFO O| Actions: 1/22 actions (Installing new actions)
81222024-12-21T05:08:15.730Z[ host-image] Dec 21 05:08:14.893 INFO O| Dec 21 05:08:14.892 INFO O| Actions: Completed 22 actions in 0.48 seconds.
81232024-12-21T05:08:15.789Z[ recovery-image] Dec 21 05:08:14.952 INFO O| Dec 21 05:08:14.952 INFO STEP 1 (unpack_tar) COMPLETE
81242024-12-21T05:08:15.789Z[ recovery-image] Dec 21 05:08:14.952 INFO O| Dec 21 05:08:14.952 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81252024-12-21T05:08:15.806Z[ recovery-image] Dec 21 05:08:14.969 INFO O| Dec 21 05:08:14.969 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81262024-12-21T05:08:16.072Z[ recovery-image] Dec 21 05:08:15.235 INFO O| Dec 21 05:08:15.235 INFO STEP 2 (devfsadm) COMPLETE
81272024-12-21T05:08:16.072Z[ recovery-image] Dec 21 05:08:15.235 INFO O| Dec 21 05:08:15.235 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81282024-12-21T05:08:16.089Z[ recovery-image] Dec 21 05:08:15.253 INFO O| Dec 21 05:08:15.252 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81292024-12-21T05:08:16.089Z[ recovery-image] Dec 21 05:08:15.253 INFO O| Dec 21 05:08:15.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81302024-12-21T05:08:16.089Z[ recovery-image] Dec 21 05:08:15.253 INFO O| Dec 21 05:08:15.253 INFO STEP 3 (ensure_dir) COMPLETE
81312024-12-21T05:08:16.092Z[ recovery-image] Dec 21 05:08:15.253 INFO O| Dec 21 05:08:15.253 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81322024-12-21T05:08:16.109Z[ recovery-image] Dec 21 05:08:15.272 INFO O| Dec 21 05:08:15.272 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81332024-12-21T05:08:16.109Z[ recovery-image] Dec 21 05:08:15.272 INFO O| Dec 21 05:08:15.272 INFO STEP 4 (ensure_dir) COMPLETE
81342024-12-21T05:08:16.109Z[ recovery-image] Dec 21 05:08:15.272 INFO O| Dec 21 05:08:15.272 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81352024-12-21T05:08:16.128Z[ recovery-image] Dec 21 05:08:15.291 INFO O| Dec 21 05:08:15.291 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81362024-12-21T05:08:16.128Z[ recovery-image] Dec 21 05:08:15.291 INFO O| Dec 21 05:08:15.291 INFO STEP 5 (ensure_dir) COMPLETE
81372024-12-21T05:08:16.128Z[ recovery-image] Dec 21 05:08:15.291 INFO O| Dec 21 05:08:15.291 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81382024-12-21T05:08:16.145Z[ recovery-image] Dec 21 05:08:15.309 INFO O| Dec 21 05:08:15.309 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81392024-12-21T05:08:16.146Z[ recovery-image] Dec 21 05:08:15.309 INFO O| Dec 21 05:08:15.309 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81402024-12-21T05:08:16.148Z[ recovery-image] Dec 21 05:08:15.309 INFO O| Dec 21 05:08:15.309 INFO STEP 6 (ensure_dir) COMPLETE
81412024-12-21T05:08:16.148Z[ recovery-image] Dec 21 05:08:15.309 INFO O| Dec 21 05:08:15.309 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81422024-12-21T05:08:16.163Z[ recovery-image] Dec 21 05:08:15.327 INFO O| Dec 21 05:08:15.326 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81432024-12-21T05:08:16.163Z[ recovery-image] Dec 21 05:08:15.327 INFO O| Dec 21 05:08:15.327 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81442024-12-21T05:08:16.167Z[ recovery-image] Dec 21 05:08:15.327 INFO O| Dec 21 05:08:15.327 INFO STEP 7 (ensure_dir) COMPLETE
81452024-12-21T05:08:16.168Z[ recovery-image] Dec 21 05:08:15.327 INFO O| Dec 21 05:08:15.327 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81462024-12-21T05:08:16.179Z[ recovery-image] Dec 21 05:08:15.341 INFO O| Dec 21 05:08:15.341 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
81472024-12-21T05:08:16.182Z[ recovery-image] Dec 21 05:08:15.341 INFO O| Dec 21 05:08:15.341 INFO STEP 8 (remove_files) COMPLETE
81482024-12-21T05:08:16.182Z[ recovery-image] Dec 21 05:08:15.341 INFO O| Dec 21 05:08:15.341 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81492024-12-21T05:08:16.195Z[ recovery-image] Dec 21 05:08:15.358 INFO O| Dec 21 05:08:15.358 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
81502024-12-21T05:08:16.198Z[ recovery-image] Dec 21 05:08:15.359 INFO O| Dec 21 05:08:15.359 INFO STEP 9 (remove_files) COMPLETE
81512024-12-21T05:08:16.198Z[ recovery-image] Dec 21 05:08:15.359 INFO O| Dec 21 05:08:15.359 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81522024-12-21T05:08:16.212Z[ recovery-image] Dec 21 05:08:15.375 INFO O| Dec 21 05:08:15.375 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
81532024-12-21T05:08:16.214Z[ recovery-image] Dec 21 05:08:15.376 INFO O| Dec 21 05:08:15.376 INFO STEP 10 (remove_files) COMPLETE
81542024-12-21T05:08:16.214Z[ recovery-image] Dec 21 05:08:15.376 INFO O| Dec 21 05:08:15.376 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81552024-12-21T05:08:16.230Z[ recovery-image] Dec 21 05:08:15.394 INFO O| Dec 21 05:08:15.394 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
81562024-12-21T05:08:16.231Z[ recovery-image] Dec 21 05:08:15.394 INFO O| Dec 21 05:08:15.394 INFO STEP 11 (remove_files) COMPLETE
81572024-12-21T05:08:16.233Z[ recovery-image] Dec 21 05:08:15.394 INFO O| Dec 21 05:08:15.394 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81582024-12-21T05:08:16.248Z[ recovery-image] Dec 21 05:08:15.411 INFO O| Dec 21 05:08:15.411 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
81592024-12-21T05:08:16.251Z[ recovery-image] Dec 21 05:08:15.412 INFO O| Dec 21 05:08:15.412 INFO STEP 12 (remove_files) COMPLETE
81602024-12-21T05:08:16.251Z[ recovery-image] Dec 21 05:08:15.412 INFO O| Dec 21 05:08:15.412 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81612024-12-21T05:08:16.254Z[ host-image] Dec 21 05:08:15.418 INFO O| Dec 21 05:08:15.418 INFO O| Done
81622024-12-21T05:08:16.258Z[ host-image] Dec 21 05:08:15.418 INFO O| Dec 21 05:08:15.418 INFO O| Done
81632024-12-21T05:08:16.265Z[ recovery-image] Dec 21 05:08:15.429 INFO O| Dec 21 05:08:15.429 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81642024-12-21T05:08:16.265Z[ recovery-image] Dec 21 05:08:15.429 INFO O| Dec 21 05:08:15.429 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81652024-12-21T05:08:16.265Z[ recovery-image] Dec 21 05:08:15.429 INFO O| Dec 21 05:08:15.429 INFO STEP 13 (ensure_dir) COMPLETE
81662024-12-21T05:08:16.265Z[ recovery-image] Dec 21 05:08:15.429 INFO O| Dec 21 05:08:15.429 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81672024-12-21T05:08:16.285Z[ recovery-image] Dec 21 05:08:15.448 INFO O| Dec 21 05:08:15.448 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81682024-12-21T05:08:16.285Z[ recovery-image] Dec 21 05:08:15.448 INFO O| Dec 21 05:08:15.448 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81692024-12-21T05:08:16.288Z[ recovery-image] Dec 21 05:08:15.448 INFO O| Dec 21 05:08:15.448 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81702024-12-21T05:08:16.288Z[ recovery-image] Dec 21 05:08:15.448 INFO O| Dec 21 05:08:15.448 INFO STEP 14 (ensure_dir) COMPLETE
81712024-12-21T05:08:16.288Z[ recovery-image] Dec 21 05:08:15.448 INFO O| Dec 21 05:08:15.448 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81722024-12-21T05:08:16.306Z[ recovery-image] Dec 21 05:08:15.469 INFO O| Dec 21 05:08:15.469 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81732024-12-21T05:08:16.307Z[ recovery-image] Dec 21 05:08:15.469 INFO O| Dec 21 05:08:15.469 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81742024-12-21T05:08:16.310Z[ recovery-image] Dec 21 05:08:15.469 INFO O| Dec 21 05:08:15.469 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81752024-12-21T05:08:16.310Z[ recovery-image] Dec 21 05:08:15.469 INFO O| Dec 21 05:08:15.469 INFO STEP 15 (ensure_dir) COMPLETE
81762024-12-21T05:08:16.310Z[ recovery-image] Dec 21 05:08:15.469 INFO O| Dec 21 05:08:15.469 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81772024-12-21T05:08:16.327Z[ recovery-image] Dec 21 05:08:15.490 INFO O| Dec 21 05:08:15.490 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81782024-12-21T05:08:16.327Z[ recovery-image] Dec 21 05:08:15.490 INFO O| Dec 21 05:08:15.490 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81792024-12-21T05:08:16.327Z[ recovery-image] Dec 21 05:08:15.490 INFO O| Dec 21 05:08:15.490 INFO STEP 16 (ensure_dir) COMPLETE
81802024-12-21T05:08:16.327Z[ recovery-image] Dec 21 05:08:15.490 INFO O| Dec 21 05:08:15.490 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81812024-12-21T05:08:16.342Z[ recovery-image] Dec 21 05:08:15.502 INFO O| Dec 21 05:08:15.502 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81822024-12-21T05:08:16.345Z[ recovery-image] Dec 21 05:08:15.503 INFO O| Dec 21 05:08:15.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81832024-12-21T05:08:16.345Z[ recovery-image] Dec 21 05:08:15.503 INFO O| Dec 21 05:08:15.503 INFO STEP 17 (ensure_dir) COMPLETE
81842024-12-21T05:08:16.346Z[ recovery-image] Dec 21 05:08:15.503 INFO O| Dec 21 05:08:15.503 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81852024-12-21T05:08:16.351Z[ recovery-image] Dec 21 05:08:15.514 INFO O| Dec 21 05:08:15.514 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81862024-12-21T05:08:16.351Z[ recovery-image] Dec 21 05:08:15.514 INFO O| Dec 21 05:08:15.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81872024-12-21T05:08:16.354Z[ recovery-image] Dec 21 05:08:15.514 INFO O| Dec 21 05:08:15.514 INFO ok!
81882024-12-21T05:08:16.354Z[ recovery-image] Dec 21 05:08:15.514 INFO O| Dec 21 05:08:15.514 INFO STEP 18 (ensure_symlink) COMPLETE
81892024-12-21T05:08:16.354Z[ recovery-image] Dec 21 05:08:15.514 INFO O| Dec 21 05:08:15.514 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81902024-12-21T05:08:16.367Z[ recovery-image] Dec 21 05:08:15.530 INFO O| Dec 21 05:08:15.530 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81912024-12-21T05:08:16.368Z[ recovery-image] Dec 21 05:08:15.530 INFO O| Dec 21 05:08:15.530 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81922024-12-21T05:08:16.370Z[ recovery-image] Dec 21 05:08:15.530 INFO O| Dec 21 05:08:15.530 INFO ok!
81932024-12-21T05:08:16.370Z[ recovery-image] Dec 21 05:08:15.530 INFO O| Dec 21 05:08:15.530 INFO STEP 19 (ensure_file) COMPLETE
81942024-12-21T05:08:16.370Z[ recovery-image] Dec 21 05:08:15.531 INFO O| Dec 21 05:08:15.530 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81952024-12-21T05:08:16.382Z[ recovery-image] Dec 21 05:08:15.545 INFO O| Dec 21 05:08:15.545 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81962024-12-21T05:08:16.382Z[ recovery-image] Dec 21 05:08:15.545 INFO O| Dec 21 05:08:15.545 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81972024-12-21T05:08:16.386Z[ recovery-image] Dec 21 05:08:15.546 INFO O| Dec 21 05:08:15.546 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81982024-12-21T05:08:16.386Z[ recovery-image] Dec 21 05:08:15.546 INFO O| Dec 21 05:08:15.546 INFO ok!
81992024-12-21T05:08:16.386Z[ recovery-image] Dec 21 05:08:15.546 INFO O| Dec 21 05:08:15.546 INFO STEP 20 (ensure_symlink) COMPLETE
82002024-12-21T05:08:16.386Z[ recovery-image] Dec 21 05:08:15.546 INFO O| Dec 21 05:08:15.546 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82012024-12-21T05:08:16.396Z[ recovery-image] Dec 21 05:08:15.560 INFO O| Dec 21 05:08:15.559 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
82022024-12-21T05:08:16.397Z[ recovery-image] Dec 21 05:08:15.560 INFO O| Dec 21 05:08:15.560 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
82032024-12-21T05:08:16.399Z[ recovery-image] Dec 21 05:08:15.560 INFO O| Dec 21 05:08:15.560 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
82042024-12-21T05:08:16.399Z[ recovery-image] Dec 21 05:08:15.560 INFO O| Dec 21 05:08:15.560 INFO ok!
82052024-12-21T05:08:16.399Z[ recovery-image] Dec 21 05:08:15.560 INFO O| Dec 21 05:08:15.560 INFO STEP 21 (ensure_symlink) COMPLETE
82062024-12-21T05:08:16.399Z[ recovery-image] Dec 21 05:08:15.560 INFO O| Dec 21 05:08:15.560 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82072024-12-21T05:08:16.414Z[ recovery-image] Dec 21 05:08:15.577 INFO O| Dec 21 05:08:15.577 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
82082024-12-21T05:08:16.414Z[ recovery-image] Dec 21 05:08:15.577 INFO O| Dec 21 05:08:15.577 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
82092024-12-21T05:08:16.417Z[ recovery-image] Dec 21 05:08:15.577 INFO O| Dec 21 05:08:15.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
82102024-12-21T05:08:16.417Z[ recovery-image] Dec 21 05:08:15.577 INFO O| Dec 21 05:08:15.577 INFO ok!
82112024-12-21T05:08:16.417Z[ recovery-image] Dec 21 05:08:15.577 INFO O| Dec 21 05:08:15.577 INFO STEP 22 (ensure_symlink) COMPLETE
82122024-12-21T05:08:16.417Z[ recovery-image] Dec 21 05:08:15.577 INFO O| Dec 21 05:08:15.577 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82132024-12-21T05:08:16.430Z[ recovery-image] Dec 21 05:08:15.593 INFO O| Dec 21 05:08:15.593 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
82142024-12-21T05:08:16.430Z[ recovery-image] Dec 21 05:08:15.593 INFO O| Dec 21 05:08:15.593 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
82152024-12-21T05:08:16.436Z[ recovery-image] Dec 21 05:08:15.593 INFO O| Dec 21 05:08:15.593 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
82162024-12-21T05:08:16.436Z[ recovery-image] Dec 21 05:08:15.593 INFO O| Dec 21 05:08:15.593 INFO ok!
82172024-12-21T05:08:16.436Z[ recovery-image] Dec 21 05:08:15.593 INFO O| Dec 21 05:08:15.593 INFO STEP 23 (ensure_symlink) COMPLETE
82182024-12-21T05:08:16.436Z[ recovery-image] Dec 21 05:08:15.593 INFO O| Dec 21 05:08:15.593 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82192024-12-21T05:08:16.442Z[ recovery-image] Dec 21 05:08:15.605 INFO O| Dec 21 05:08:15.605 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
82202024-12-21T05:08:16.445Z[ recovery-image] Dec 21 05:08:15.605 INFO O| Dec 21 05:08:15.605 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 ...
82212024-12-21T05:08:16.445Z[ recovery-image] Dec 21 05:08:15.605 INFO O| Dec 21 05:08:15.605 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
82222024-12-21T05:08:16.445Z[ recovery-image] Dec 21 05:08:15.606 INFO O| Dec 21 05:08:15.605 INFO ok!
82232024-12-21T05:08:16.445Z[ recovery-image] Dec 21 05:08:15.606 INFO O| Dec 21 05:08:15.606 INFO STEP 24 (ensure_file) COMPLETE
82242024-12-21T05:08:16.445Z[ recovery-image] Dec 21 05:08:15.606 INFO O| Dec 21 05:08:15.606 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
82252024-12-21T05:08:16.454Z[ recovery-image] Dec 21 05:08:15.617 INFO O| Dec 21 05:08:15.617 INFO updating shadow file
82262024-12-21T05:08:16.459Z[ recovery-image] Dec 21 05:08:15.618 INFO O| Dec 21 05:08:15.618 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82272024-12-21T05:08:16.459Z[ recovery-image] Dec 21 05:08:15.618 INFO O| Dec 21 05:08:15.618 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82282024-12-21T05:08:16.459Z[ recovery-image] Dec 21 05:08:15.618 INFO O| Dec 21 05:08:15.618 INFO STEP 25 (shadow) COMPLETE
82292024-12-21T05:08:16.459Z[ recovery-image] Dec 21 05:08:15.618 INFO O| Dec 21 05:08:15.618 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82302024-12-21T05:08:16.472Z[ recovery-image] Dec 21 05:08:15.634 INFO O| Dec 21 05:08:15.634 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
82312024-12-21T05:08:16.472Z[ recovery-image] Dec 21 05:08:15.634 INFO O| Dec 21 05:08:15.634 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
82322024-12-21T05:08:16.475Z[ recovery-image] Dec 21 05:08:15.634 INFO O| Dec 21 05:08:15.634 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
82332024-12-21T05:08:16.475Z[ recovery-image] Dec 21 05:08:15.634 INFO O| Dec 21 05:08:15.634 INFO ok!
82342024-12-21T05:08:16.475Z[ recovery-image] Dec 21 05:08:15.634 INFO O| Dec 21 05:08:15.634 INFO STEP 26 (ensure_file) COMPLETE
82352024-12-21T05:08:16.475Z[ recovery-image] Dec 21 05:08:15.634 INFO O| Dec 21 05:08:15.634 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82362024-12-21T05:08:16.486Z[ recovery-image] Dec 21 05:08:15.649 INFO O| Dec 21 05:08:15.649 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
82372024-12-21T05:08:16.486Z[ recovery-image] Dec 21 05:08:15.649 INFO O| Dec 21 05:08:15.649 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
82382024-12-21T05:08:16.489Z[ recovery-image] Dec 21 05:08:15.649 INFO O| Dec 21 05:08:15.649 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
82392024-12-21T05:08:16.489Z[ recovery-image] Dec 21 05:08:15.649 INFO O| Dec 21 05:08:15.649 INFO ok!
82402024-12-21T05:08:16.489Z[ recovery-image] Dec 21 05:08:15.649 INFO O| Dec 21 05:08:15.649 INFO STEP 27 (ensure_file) COMPLETE
82412024-12-21T05:08:16.489Z[ recovery-image] Dec 21 05:08:15.649 INFO O| Dec 21 05:08:15.649 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82422024-12-21T05:08:16.499Z[ recovery-image] Dec 21 05:08:15.662 INFO O| Dec 21 05:08:15.662 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
82432024-12-21T05:08:16.499Z[ recovery-image] Dec 21 05:08:15.662 INFO O| Dec 21 05:08:15.662 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
82442024-12-21T05:08:16.503Z[ recovery-image] Dec 21 05:08:15.662 INFO O| Dec 21 05:08:15.662 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82452024-12-21T05:08:16.503Z[ recovery-image] Dec 21 05:08:15.662 INFO O| Dec 21 05:08:15.662 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82462024-12-21T05:08:16.503Z[ recovery-image] Dec 21 05:08:15.662 INFO O| Dec 21 05:08:15.662 INFO ok!
82472024-12-21T05:08:16.503Z[ recovery-image] Dec 21 05:08:15.662 INFO O| Dec 21 05:08:15.662 INFO STEP 28 (ensure_file) COMPLETE
82482024-12-21T05:08:16.503Z[ recovery-image] Dec 21 05:08:15.662 INFO O| Dec 21 05:08:15.662 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82492024-12-21T05:08:16.512Z[ recovery-image] Dec 21 05:08:15.675 INFO O| Dec 21 05:08:15.675 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
82502024-12-21T05:08:16.512Z[ recovery-image] Dec 21 05:08:15.675 INFO O| Dec 21 05:08:15.675 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
82512024-12-21T05:08:16.515Z[ recovery-image] Dec 21 05:08:15.675 INFO O| Dec 21 05:08:15.675 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
82522024-12-21T05:08:16.515Z[ recovery-image] Dec 21 05:08:15.675 INFO O| Dec 21 05:08:15.675 INFO ok!
82532024-12-21T05:08:16.515Z[ recovery-image] Dec 21 05:08:15.675 INFO O| Dec 21 05:08:15.675 INFO STEP 29 (ensure_file) COMPLETE
82542024-12-21T05:08:16.515Z[ recovery-image] Dec 21 05:08:15.675 INFO O| Dec 21 05:08:15.675 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82552024-12-21T05:08:16.529Z[ recovery-image] Dec 21 05:08:15.691 INFO O| Dec 21 05:08:15.691 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
82562024-12-21T05:08:16.529Z[ recovery-image] Dec 21 05:08:15.691 INFO O| Dec 21 05:08:15.691 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
82572024-12-21T05:08:16.532Z[ recovery-image] Dec 21 05:08:15.691 INFO O| Dec 21 05:08:15.691 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
82582024-12-21T05:08:16.532Z[ recovery-image] Dec 21 05:08:15.691 INFO O| Dec 21 05:08:15.691 INFO ok!
82592024-12-21T05:08:16.532Z[ recovery-image] Dec 21 05:08:15.691 INFO O| Dec 21 05:08:15.691 INFO STEP 30 (ensure_file) COMPLETE
82602024-12-21T05:08:16.532Z[ recovery-image] Dec 21 05:08:15.691 INFO O| Dec 21 05:08:15.691 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82612024-12-21T05:08:16.540Z[ recovery-image] Dec 21 05:08:15.704 INFO O| Dec 21 05:08:15.703 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
82622024-12-21T05:08:16.541Z[ recovery-image] Dec 21 05:08:15.704 INFO O| Dec 21 05:08:15.704 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
82632024-12-21T05:08:16.543Z[ recovery-image] Dec 21 05:08:15.704 INFO O| Dec 21 05:08:15.704 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82642024-12-21T05:08:16.543Z[ recovery-image] Dec 21 05:08:15.704 INFO O| Dec 21 05:08:15.704 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82652024-12-21T05:08:16.543Z[ recovery-image] Dec 21 05:08:15.704 INFO O| Dec 21 05:08:15.704 INFO ok!
82662024-12-21T05:08:16.544Z[ recovery-image] Dec 21 05:08:15.704 INFO O| Dec 21 05:08:15.704 INFO STEP 31 (ensure_file) COMPLETE
82672024-12-21T05:08:16.544Z[ recovery-image] Dec 21 05:08:15.704 INFO O| Dec 21 05:08:15.704 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82682024-12-21T05:08:16.557Z[ recovery-image] Dec 21 05:08:15.720 INFO O| Dec 21 05:08:15.720 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
82692024-12-21T05:08:16.557Z[ recovery-image] Dec 21 05:08:15.720 INFO O| Dec 21 05:08:15.720 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
82702024-12-21T05:08:16.560Z[ recovery-image] Dec 21 05:08:15.720 INFO O| Dec 21 05:08:15.720 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
82712024-12-21T05:08:16.560Z[ recovery-image] Dec 21 05:08:15.721 INFO O| Dec 21 05:08:15.720 INFO ok!
82722024-12-21T05:08:16.560Z[ recovery-image] Dec 21 05:08:15.721 INFO O| Dec 21 05:08:15.720 INFO STEP 32 (ensure_file) COMPLETE
82732024-12-21T05:08:16.560Z[ recovery-image] Dec 21 05:08:15.721 INFO O| Dec 21 05:08:15.720 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82742024-12-21T05:08:16.574Z[ recovery-image] Dec 21 05:08:15.737 INFO O| Dec 21 05:08:15.737 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
82752024-12-21T05:08:16.575Z[ recovery-image] Dec 21 05:08:15.737 INFO O| Dec 21 05:08:15.737 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
82762024-12-21T05:08:16.577Z[ recovery-image] Dec 21 05:08:15.737 INFO O| Dec 21 05:08:15.737 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
82772024-12-21T05:08:16.578Z[ recovery-image] Dec 21 05:08:15.737 INFO O| Dec 21 05:08:15.737 INFO ok!
82782024-12-21T05:08:16.578Z[ recovery-image] Dec 21 05:08:15.737 INFO O| Dec 21 05:08:15.737 INFO STEP 33 (ensure_file) COMPLETE
82792024-12-21T05:08:16.578Z[ recovery-image] Dec 21 05:08:15.737 INFO O| Dec 21 05:08:15.737 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82802024-12-21T05:08:16.591Z[ recovery-image] Dec 21 05:08:15.754 INFO O| Dec 21 05:08:15.754 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
82812024-12-21T05:08:16.591Z[ recovery-image] Dec 21 05:08:15.754 INFO O| Dec 21 05:08:15.754 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
82822024-12-21T05:08:16.594Z[ recovery-image] Dec 21 05:08:15.754 INFO O| Dec 21 05:08:15.754 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82832024-12-21T05:08:16.594Z[ recovery-image] Dec 21 05:08:15.754 INFO O| Dec 21 05:08:15.754 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82842024-12-21T05:08:16.594Z[ recovery-image] Dec 21 05:08:15.754 INFO O| Dec 21 05:08:15.754 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82852024-12-21T05:08:16.594Z[ recovery-image] Dec 21 05:08:15.754 INFO O| Dec 21 05:08:15.754 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82862024-12-21T05:08:16.594Z[ recovery-image] Dec 21 05:08:15.754 INFO O| Dec 21 05:08:15.754 INFO ok!
82872024-12-21T05:08:16.594Z[ recovery-image] Dec 21 05:08:15.754 INFO O| Dec 21 05:08:15.754 INFO STEP 34 (ensure_file) COMPLETE
82882024-12-21T05:08:16.594Z[ recovery-image] Dec 21 05:08:15.754 INFO O| Dec 21 05:08:15.754 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82892024-12-21T05:08:16.606Z[ recovery-image] Dec 21 05:08:15.769 INFO O| Dec 21 05:08:15.769 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82902024-12-21T05:08:16.606Z[ recovery-image] Dec 21 05:08:15.769 INFO O| Dec 21 05:08:15.769 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82912024-12-21T05:08:16.609Z[ recovery-image] Dec 21 05:08:15.769 INFO O| Dec 21 05:08:15.769 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82922024-12-21T05:08:16.609Z[ recovery-image] Dec 21 05:08:15.769 INFO O| Dec 21 05:08:15.769 INFO STEP 35 (ensure_dir) COMPLETE
82932024-12-21T05:08:16.609Z[ recovery-image] Dec 21 05:08:15.769 INFO O| Dec 21 05:08:15.769 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82942024-12-21T05:08:16.624Z[ recovery-image] Dec 21 05:08:15.787 INFO O| Dec 21 05:08:15.787 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
82952024-12-21T05:08:16.624Z[ recovery-image] Dec 21 05:08:15.787 INFO O| Dec 21 05:08:15.787 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 ...
82962024-12-21T05:08:16.627Z[ recovery-image] Dec 21 05:08:15.787 INFO O| Dec 21 05:08:15.787 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
82972024-12-21T05:08:16.627Z[ recovery-image] Dec 21 05:08:15.788 INFO O| Dec 21 05:08:15.787 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
82982024-12-21T05:08:16.627Z[ recovery-image] Dec 21 05:08:15.788 INFO O| Dec 21 05:08:15.788 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
82992024-12-21T05:08:16.627Z[ recovery-image] Dec 21 05:08:15.788 INFO O| Dec 21 05:08:15.788 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
83002024-12-21T05:08:16.627Z[ recovery-image] Dec 21 05:08:15.788 INFO O| Dec 21 05:08:15.788 INFO ok!
83012024-12-21T05:08:16.627Z[ recovery-image] Dec 21 05:08:15.788 INFO O| Dec 21 05:08:15.788 INFO STEP 36 (ensure_file) COMPLETE
83022024-12-21T05:08:16.627Z[ recovery-image] Dec 21 05:08:15.788 INFO O| Dec 21 05:08:15.788 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83032024-12-21T05:08:16.643Z[ recovery-image] Dec 21 05:08:15.806 INFO O| Dec 21 05:08:15.806 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
83042024-12-21T05:08:16.643Z[ recovery-image] Dec 21 05:08:15.806 INFO O| Dec 21 05:08:15.806 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 ...
83052024-12-21T05:08:16.647Z[ recovery-image] Dec 21 05:08:15.806 INFO O| Dec 21 05:08:15.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
83062024-12-21T05:08:16.647Z[ recovery-image] Dec 21 05:08:15.806 INFO O| Dec 21 05:08:15.806 INFO ok!
83072024-12-21T05:08:16.647Z[ recovery-image] Dec 21 05:08:15.806 INFO O| Dec 21 05:08:15.806 INFO STEP 37 (ensure_symlink) COMPLETE
83082024-12-21T05:08:16.647Z[ recovery-image] Dec 21 05:08:15.807 INFO O| Dec 21 05:08:15.806 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83092024-12-21T05:08:16.660Z[ recovery-image] Dec 21 05:08:15.823 INFO O| Dec 21 05:08:15.823 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
83102024-12-21T05:08:16.664Z[ recovery-image] Dec 21 05:08:15.823 INFO O| Dec 21 05:08:15.823 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
83112024-12-21T05:08:16.664Z[ recovery-image] Dec 21 05:08:15.823 INFO O| Dec 21 05:08:15.823 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83122024-12-21T05:08:16.664Z[ recovery-image] Dec 21 05:08:15.824 INFO O| Dec 21 05:08:15.823 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83132024-12-21T05:08:16.664Z[ recovery-image] Dec 21 05:08:15.824 INFO O| Dec 21 05:08:15.824 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83142024-12-21T05:08:16.664Z[ recovery-image] Dec 21 05:08:15.824 INFO O| Dec 21 05:08:15.824 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83152024-12-21T05:08:16.665Z[ recovery-image] Dec 21 05:08:15.824 INFO O| Dec 21 05:08:15.824 INFO ok!
83162024-12-21T05:08:16.665Z[ recovery-image] Dec 21 05:08:15.824 INFO O| Dec 21 05:08:15.824 INFO STEP 38 (ensure_file) COMPLETE
83172024-12-21T05:08:16.665Z[ recovery-image] Dec 21 05:08:15.824 INFO O| Dec 21 05:08:15.824 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83182024-12-21T05:08:16.676Z[ recovery-image] Dec 21 05:08:15.839 INFO O| Dec 21 05:08:15.839 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
83192024-12-21T05:08:16.676Z[ recovery-image] Dec 21 05:08:15.839 INFO O| Dec 21 05:08:15.839 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 ...
83202024-12-21T05:08:16.679Z[ recovery-image] Dec 21 05:08:15.840 INFO O| Dec 21 05:08:15.839 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
83212024-12-21T05:08:16.679Z[ recovery-image] Dec 21 05:08:15.840 INFO O| Dec 21 05:08:15.840 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
83222024-12-21T05:08:16.679Z[ recovery-image] Dec 21 05:08:15.840 INFO O| Dec 21 05:08:15.840 INFO ok!
83232024-12-21T05:08:16.679Z[ recovery-image] Dec 21 05:08:15.840 INFO O| Dec 21 05:08:15.840 INFO STEP 39 (ensure_file) COMPLETE
83242024-12-21T05:08:16.679Z[ recovery-image] Dec 21 05:08:15.840 INFO O| Dec 21 05:08:15.840 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83252024-12-21T05:08:16.692Z[ recovery-image] Dec 21 05:08:15.856 INFO O| Dec 21 05:08:15.856 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
83262024-12-21T05:08:16.693Z[ recovery-image] Dec 21 05:08:15.856 INFO O| Dec 21 05:08:15.856 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
83272024-12-21T05:08:16.696Z[ recovery-image] Dec 21 05:08:15.856 INFO O| Dec 21 05:08:15.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
83282024-12-21T05:08:16.696Z[ recovery-image] Dec 21 05:08:15.856 INFO O| Dec 21 05:08:15.856 INFO ok!
83292024-12-21T05:08:16.696Z[ recovery-image] Dec 21 05:08:15.856 INFO O| Dec 21 05:08:15.856 INFO STEP 40 (ensure_file) COMPLETE
83302024-12-21T05:08:16.696Z[ recovery-image] Dec 21 05:08:15.856 INFO O| Dec 21 05:08:15.856 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83312024-12-21T05:08:16.705Z[ recovery-image] Dec 21 05:08:15.868 INFO O| Dec 21 05:08:15.868 INFO updating shadow file
83322024-12-21T05:08:16.708Z[ recovery-image] Dec 21 05:08:15.869 INFO O| Dec 21 05:08:15.868 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83332024-12-21T05:08:16.709Z[ recovery-image] Dec 21 05:08:15.869 INFO O| Dec 21 05:08:15.869 INFO STEP 41 (shadow) COMPLETE
83342024-12-21T05:08:16.709Z[ recovery-image] Dec 21 05:08:15.869 INFO O| Dec 21 05:08:15.869 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83352024-12-21T05:08:16.724Z[ recovery-image] Dec 21 05:08:15.886 INFO O| Dec 21 05:08:15.886 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
83362024-12-21T05:08:16.724Z[ recovery-image] Dec 21 05:08:15.886 INFO O| Dec 21 05:08:15.886 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
83372024-12-21T05:08:16.728Z[ recovery-image] Dec 21 05:08:15.886 INFO O| Dec 21 05:08:15.886 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83382024-12-21T05:08:16.728Z[ recovery-image] Dec 21 05:08:15.887 INFO O| Dec 21 05:08:15.886 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83392024-12-21T05:08:16.728Z[ recovery-image] Dec 21 05:08:15.887 INFO O| Dec 21 05:08:15.886 INFO ok!
83402024-12-21T05:08:16.728Z[ recovery-image] Dec 21 05:08:15.887 INFO O| Dec 21 05:08:15.886 INFO STEP 42 (ensure_file) COMPLETE
83412024-12-21T05:08:16.728Z[ recovery-image] Dec 21 05:08:15.887 INFO O| Dec 21 05:08:15.886 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83422024-12-21T05:08:16.740Z[ recovery-image] Dec 21 05:08:15.904 INFO O| Dec 21 05:08:15.904 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
83432024-12-21T05:08:16.740Z[ recovery-image] Dec 21 05:08:15.904 INFO O| Dec 21 05:08:15.904 INFO STEP 43 (ensure_dir) COMPLETE
83442024-12-21T05:08:16.743Z[ recovery-image] Dec 21 05:08:15.904 INFO O| Dec 21 05:08:15.904 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83452024-12-21T05:08:16.756Z[ recovery-image] Dec 21 05:08:15.920 INFO O| Dec 21 05:08:15.920 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83462024-12-21T05:08:16.756Z[ recovery-image] Dec 21 05:08:15.920 INFO O| Dec 21 05:08:15.920 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83472024-12-21T05:08:16.759Z[ recovery-image] Dec 21 05:08:15.920 INFO O| Dec 21 05:08:15.920 INFO STEP 44 (ensure_dir) COMPLETE
83482024-12-21T05:08:16.759Z[ recovery-image] Dec 21 05:08:15.920 INFO O| Dec 21 05:08:15.920 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83492024-12-21T05:08:16.768Z[ recovery-image] Dec 21 05:08:15.932 INFO O| Dec 21 05:08:15.931 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83502024-12-21T05:08:16.774Z[ recovery-image] Dec 21 05:08:15.932 INFO O| Dec 21 05:08:15.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83512024-12-21T05:08:16.774Z[ recovery-image] Dec 21 05:08:15.932 INFO O| Dec 21 05:08:15.932 INFO STEP 45 (ensure_dir) COMPLETE
83522024-12-21T05:08:16.774Z[ recovery-image] Dec 21 05:08:15.932 INFO O| Dec 21 05:08:15.932 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83532024-12-21T05:08:16.780Z[ recovery-image] Dec 21 05:08:15.943 INFO O| Dec 21 05:08:15.943 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
83542024-12-21T05:08:16.782Z[ recovery-image] Dec 21 05:08:15.943 INFO O| Dec 21 05:08:15.943 INFO copying /tmp/.tmpSMdqRg/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
83552024-12-21T05:08:16.830Z[ recovery-image] Dec 21 05:08:15.993 INFO O| Dec 21 05:08:15.993 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
83562024-12-21T05:08:16.830Z[ recovery-image] Dec 21 05:08:15.994 INFO O| Dec 21 05:08:15.993 INFO ok!
83572024-12-21T05:08:16.832Z[ recovery-image] Dec 21 05:08:15.994 INFO O| Dec 21 05:08:15.993 INFO STEP 46 (ensure_file) COMPLETE
83582024-12-21T05:08:16.832Z[ recovery-image] Dec 21 05:08:15.994 INFO O| Dec 21 05:08:15.993 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83592024-12-21T05:08:16.849Z[ recovery-image] Dec 21 05:08:16.012 INFO O| Dec 21 05:08:16.012 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83602024-12-21T05:08:16.851Z[ recovery-image] Dec 21 05:08:16.012 INFO O| Dec 21 05:08:16.012 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83612024-12-21T05:08:16.851Z[ recovery-image] Dec 21 05:08:16.012 INFO O| Dec 21 05:08:16.012 INFO STEP 47 (ensure_dir) COMPLETE
83622024-12-21T05:08:16.851Z[ recovery-image] Dec 21 05:08:16.012 INFO O| Dec 21 05:08:16.012 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83632024-12-21T05:08:16.861Z[ recovery-image] Dec 21 05:08:16.024 INFO O| Dec 21 05:08:16.024 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
83642024-12-21T05:08:16.861Z[ recovery-image] Dec 21 05:08:16.024 INFO O| Dec 21 05:08:16.024 INFO copying /tmp/.tmpSMdqRg/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
83652024-12-21T05:08:16.864Z[ recovery-image] Dec 21 05:08:16.025 INFO O| Dec 21 05:08:16.024 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
83662024-12-21T05:08:16.864Z[ recovery-image] Dec 21 05:08:16.025 INFO O| Dec 21 05:08:16.025 INFO ok!
83672024-12-21T05:08:16.865Z[ recovery-image] Dec 21 05:08:16.025 INFO O| Dec 21 05:08:16.025 INFO STEP 48 (ensure_file) COMPLETE
83682024-12-21T05:08:16.865Z[ recovery-image] Dec 21 05:08:16.025 INFO O| Dec 21 05:08:16.025 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83692024-12-21T05:08:16.877Z[ recovery-image] Dec 21 05:08:16.040 INFO O| Dec 21 05:08:16.040 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83702024-12-21T05:08:16.879Z[ recovery-image] Dec 21 05:08:16.040 INFO O| Dec 21 05:08:16.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83712024-12-21T05:08:16.879Z[ recovery-image] Dec 21 05:08:16.040 INFO O| Dec 21 05:08:16.040 INFO STEP 49 (ensure_dir) COMPLETE
83722024-12-21T05:08:16.879Z[ recovery-image] Dec 21 05:08:16.040 INFO O| Dec 21 05:08:16.040 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83732024-12-21T05:08:16.891Z[ recovery-image] Dec 21 05:08:16.052 INFO O| Dec 21 05:08:16.052 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
83742024-12-21T05:08:16.891Z[ recovery-image] Dec 21 05:08:16.052 INFO O| Dec 21 05:08:16.052 INFO copying /tmp/.tmpSMdqRg/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
83752024-12-21T05:08:16.912Z[ recovery-image] Dec 21 05:08:16.075 INFO O| Dec 21 05:08:16.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
83762024-12-21T05:08:16.912Z[ recovery-image] Dec 21 05:08:16.075 INFO O| Dec 21 05:08:16.075 INFO ok!
83772024-12-21T05:08:16.918Z[ recovery-image] Dec 21 05:08:16.075 INFO O| Dec 21 05:08:16.075 INFO STEP 50 (ensure_file) COMPLETE
83782024-12-21T05:08:16.918Z[ recovery-image] Dec 21 05:08:16.075 INFO O| Dec 21 05:08:16.075 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83792024-12-21T05:08:16.925Z[ recovery-image] Dec 21 05:08:16.088 INFO O| Dec 21 05:08:16.088 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
83802024-12-21T05:08:16.925Z[ recovery-image] Dec 21 05:08:16.088 INFO O| Dec 21 05:08:16.088 INFO copying /tmp/.tmpSMdqRg/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
83812024-12-21T05:08:17.081Z[ host-image] Dec 21 05:08:16.244 INFO O| Dec 21 05:08:16.244 INFO O| Done
83822024-12-21T05:08:18.496Z[ recovery-image] Dec 21 05:08:17.659 INFO O| Dec 21 05:08:17.659 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
83832024-12-21T05:08:18.496Z[ recovery-image] Dec 21 05:08:17.659 INFO O| Dec 21 05:08:17.659 INFO ok!
83842024-12-21T05:08:18.496Z[ recovery-image] Dec 21 05:08:17.659 INFO O| Dec 21 05:08:17.659 INFO STEP 51 (ensure_file) COMPLETE
83852024-12-21T05:08:18.499Z[ recovery-image] Dec 21 05:08:17.659 INFO O| Dec 21 05:08:17.659 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83862024-12-21T05:08:18.515Z[ recovery-image] Dec 21 05:08:17.678 INFO O| Dec 21 05:08:17.678 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83872024-12-21T05:08:18.518Z[ recovery-image] Dec 21 05:08:17.678 INFO O| Dec 21 05:08:17.678 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83882024-12-21T05:08:18.518Z[ recovery-image] Dec 21 05:08:17.678 INFO O| Dec 21 05:08:17.678 INFO STEP 52 (ensure_dir) COMPLETE
83892024-12-21T05:08:18.518Z[ recovery-image] Dec 21 05:08:17.678 INFO O| Dec 21 05:08:17.678 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83902024-12-21T05:08:18.531Z[ recovery-image] Dec 21 05:08:17.695 INFO O| Dec 21 05:08:17.695 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83912024-12-21T05:08:18.532Z[ recovery-image] Dec 21 05:08:17.695 INFO O| Dec 21 05:08:17.695 INFO copying /tmp/.tmpSMdqRg/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 ...
83922024-12-21T05:08:18.534Z[ recovery-image] Dec 21 05:08:17.695 INFO O| Dec 21 05:08:17.695 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
83932024-12-21T05:08:18.534Z[ recovery-image] Dec 21 05:08:17.695 INFO O| Dec 21 05:08:17.695 INFO ok!
83942024-12-21T05:08:18.534Z[ recovery-image] Dec 21 05:08:17.695 INFO O| Dec 21 05:08:17.695 INFO STEP 53 (ensure_file) COMPLETE
83952024-12-21T05:08:18.534Z[ recovery-image] Dec 21 05:08:17.695 INFO O| Dec 21 05:08:17.695 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83962024-12-21T05:08:18.548Z[ recovery-image] Dec 21 05:08:17.711 INFO O| Dec 21 05:08:17.711 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83972024-12-21T05:08:18.548Z[ recovery-image] Dec 21 05:08:17.711 INFO O| Dec 21 05:08:17.711 INFO copying /tmp/.tmpSMdqRg/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 ...
83982024-12-21T05:08:18.551Z[ recovery-image] Dec 21 05:08:17.711 INFO O| Dec 21 05:08:17.711 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
83992024-12-21T05:08:18.552Z[ recovery-image] Dec 21 05:08:17.711 INFO O| Dec 21 05:08:17.711 INFO ok!
84002024-12-21T05:08:18.552Z[ recovery-image] Dec 21 05:08:17.712 INFO O| Dec 21 05:08:17.711 INFO STEP 54 (ensure_file) COMPLETE
84012024-12-21T05:08:18.552Z[ recovery-image] Dec 21 05:08:17.712 INFO O| Dec 21 05:08:17.711 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84022024-12-21T05:08:18.566Z[ recovery-image] Dec 21 05:08:17.729 INFO O| Dec 21 05:08:17.729 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84032024-12-21T05:08:18.566Z[ recovery-image] Dec 21 05:08:17.729 INFO O| Dec 21 05:08:17.729 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84042024-12-21T05:08:18.568Z[ recovery-image] Dec 21 05:08:17.729 INFO O| Dec 21 05:08:17.729 INFO STEP 55 (ensure_dir) COMPLETE
84052024-12-21T05:08:18.568Z[ recovery-image] Dec 21 05:08:17.729 INFO O| Dec 21 05:08:17.729 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84062024-12-21T05:08:18.581Z[ recovery-image] Dec 21 05:08:17.744 INFO O| Dec 21 05:08:17.744 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
84072024-12-21T05:08:18.581Z[ recovery-image] Dec 21 05:08:17.744 INFO O| Dec 21 05:08:17.744 INFO copying /tmp/.tmpSMdqRg/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 ...
84082024-12-21T05:08:18.584Z[ recovery-image] Dec 21 05:08:17.744 INFO O| Dec 21 05:08:17.744 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
84092024-12-21T05:08:18.584Z[ recovery-image] Dec 21 05:08:17.744 INFO O| Dec 21 05:08:17.744 INFO ok!
84102024-12-21T05:08:18.584Z[ recovery-image] Dec 21 05:08:17.744 INFO O| Dec 21 05:08:17.744 INFO STEP 56 (ensure_file) COMPLETE
84112024-12-21T05:08:18.584Z[ recovery-image] Dec 21 05:08:17.744 INFO O| Dec 21 05:08:17.744 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84122024-12-21T05:08:18.595Z[ recovery-image] Dec 21 05:08:17.758 INFO O| Dec 21 05:08:17.758 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
84132024-12-21T05:08:18.595Z[ recovery-image] Dec 21 05:08:17.758 INFO O| Dec 21 05:08:17.758 INFO copying /tmp/.tmpSMdqRg/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 ...
84142024-12-21T05:08:18.598Z[ recovery-image] Dec 21 05:08:17.758 INFO O| Dec 21 05:08:17.758 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
84152024-12-21T05:08:18.598Z[ recovery-image] Dec 21 05:08:17.758 INFO O| Dec 21 05:08:17.758 INFO ok!
84162024-12-21T05:08:18.598Z[ recovery-image] Dec 21 05:08:17.758 INFO O| Dec 21 05:08:17.758 INFO STEP 57 (ensure_file) COMPLETE
84172024-12-21T05:08:18.598Z[ recovery-image] Dec 21 05:08:17.759 INFO O| Dec 21 05:08:17.758 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84182024-12-21T05:08:18.609Z[ recovery-image] Dec 21 05:08:17.772 INFO O| Dec 21 05:08:17.772 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84192024-12-21T05:08:18.612Z[ recovery-image] Dec 21 05:08:17.772 INFO O| Dec 21 05:08:17.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84202024-12-21T05:08:18.612Z[ recovery-image] Dec 21 05:08:17.772 INFO O| Dec 21 05:08:17.772 INFO STEP 58 (ensure_dir) COMPLETE
84212024-12-21T05:08:18.612Z[ recovery-image] Dec 21 05:08:17.772 INFO O| Dec 21 05:08:17.772 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84222024-12-21T05:08:18.627Z[ recovery-image] Dec 21 05:08:17.790 INFO O| Dec 21 05:08:17.790 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
84232024-12-21T05:08:18.627Z[ recovery-image] Dec 21 05:08:17.790 INFO O| Dec 21 05:08:17.790 INFO copying /tmp/.tmpSMdqRg/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 ...
84242024-12-21T05:08:18.630Z[ recovery-image] Dec 21 05:08:17.790 INFO O| Dec 21 05:08:17.790 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
84252024-12-21T05:08:18.630Z[ recovery-image] Dec 21 05:08:17.790 INFO O| Dec 21 05:08:17.790 INFO ok!
84262024-12-21T05:08:18.630Z[ recovery-image] Dec 21 05:08:17.790 INFO O| Dec 21 05:08:17.790 INFO STEP 59 (ensure_file) COMPLETE
84272024-12-21T05:08:18.630Z[ recovery-image] Dec 21 05:08:17.790 INFO O| Dec 21 05:08:17.790 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84282024-12-21T05:08:18.645Z[ recovery-image] Dec 21 05:08:17.808 INFO O| Dec 21 05:08:17.808 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
84292024-12-21T05:08:18.646Z[ recovery-image] Dec 21 05:08:17.808 INFO O| Dec 21 05:08:17.808 INFO copying /tmp/.tmpSMdqRg/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
84302024-12-21T05:08:18.646Z[ recovery-image] Dec 21 05:08:17.809 INFO O| Dec 21 05:08:17.809 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
84312024-12-21T05:08:18.648Z[ recovery-image] Dec 21 05:08:17.809 INFO O| Dec 21 05:08:17.809 INFO ok!
84322024-12-21T05:08:18.648Z[ recovery-image] Dec 21 05:08:17.809 INFO O| Dec 21 05:08:17.809 INFO STEP 60 (ensure_file) COMPLETE
84332024-12-21T05:08:18.648Z[ recovery-image] Dec 21 05:08:17.809 INFO O| Dec 21 05:08:17.809 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84342024-12-21T05:08:18.663Z[ recovery-image] Dec 21 05:08:17.827 INFO O| Dec 21 05:08:17.826 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
84352024-12-21T05:08:18.664Z[ recovery-image] Dec 21 05:08:17.827 INFO O| Dec 21 05:08:17.827 INFO STEP 61 (ensure_dir) COMPLETE
84362024-12-21T05:08:18.664Z[ recovery-image] Dec 21 05:08:17.827 INFO O| Dec 21 05:08:17.827 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84372024-12-21T05:08:18.680Z[ recovery-image] Dec 21 05:08:17.844 INFO O| Dec 21 05:08:17.843 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
84382024-12-21T05:08:18.681Z[ recovery-image] Dec 21 05:08:17.844 INFO O| Dec 21 05:08:17.844 INFO STEP 62 (ensure_dir) COMPLETE
84392024-12-21T05:08:18.683Z[ recovery-image] Dec 21 05:08:17.844 INFO O| Dec 21 05:08:17.844 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84402024-12-21T05:08:18.696Z[ recovery-image] Dec 21 05:08:17.859 INFO O| Dec 21 05:08:17.859 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
84412024-12-21T05:08:18.696Z[ recovery-image] Dec 21 05:08:17.859 INFO O| Dec 21 05:08:17.859 INFO STEP 63 (ensure_dir) COMPLETE
84422024-12-21T05:08:18.699Z[ recovery-image] Dec 21 05:08:17.859 INFO O| Dec 21 05:08:17.859 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84432024-12-21T05:08:18.712Z[ recovery-image] Dec 21 05:08:17.876 INFO O| Dec 21 05:08:17.875 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
84442024-12-21T05:08:18.713Z[ recovery-image] Dec 21 05:08:17.876 INFO O| Dec 21 05:08:17.875 INFO STEP 64 (ensure_dir) COMPLETE
84452024-12-21T05:08:18.713Z[ recovery-image] Dec 21 05:08:17.876 INFO O| Dec 21 05:08:17.876 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84462024-12-21T05:08:18.731Z[ recovery-image] Dec 21 05:08:17.894 INFO O| Dec 21 05:08:17.894 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
84472024-12-21T05:08:18.731Z[ recovery-image] Dec 21 05:08:17.895 INFO O| Dec 21 05:08:17.894 INFO copying /tmp/.tmpSMdqRg/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
84482024-12-21T05:08:18.736Z[ recovery-image] Dec 21 05:08:17.895 INFO O| Dec 21 05:08:17.895 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
84492024-12-21T05:08:18.736Z[ recovery-image] Dec 21 05:08:17.895 INFO O| Dec 21 05:08:17.895 INFO ok!
84502024-12-21T05:08:18.736Z[ recovery-image] Dec 21 05:08:17.895 INFO O| Dec 21 05:08:17.895 INFO STEP 65 (ensure_file) COMPLETE
84512024-12-21T05:08:18.736Z[ recovery-image] Dec 21 05:08:17.895 INFO O| Dec 21 05:08:17.895 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84522024-12-21T05:08:18.750Z[ recovery-image] Dec 21 05:08:17.913 INFO O| Dec 21 05:08:17.913 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
84532024-12-21T05:08:18.753Z[ recovery-image] Dec 21 05:08:17.913 INFO O| Dec 21 05:08:17.913 INFO STEP 66 (remove_files) COMPLETE
84542024-12-21T05:08:18.753Z[ recovery-image] Dec 21 05:08:17.913 INFO O| Dec 21 05:08:17.913 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84552024-12-21T05:08:18.766Z[ recovery-image] Dec 21 05:08:17.928 INFO O| Dec 21 05:08:17.928 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
84562024-12-21T05:08:18.766Z[ recovery-image] Dec 21 05:08:17.929 INFO O| Dec 21 05:08:17.929 INFO STEP 67 (remove_files) COMPLETE
84572024-12-21T05:08:18.769Z[ recovery-image] Dec 21 05:08:17.929 INFO O| Dec 21 05:08:17.929 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84582024-12-21T05:08:18.783Z[ recovery-image] Dec 21 05:08:17.946 INFO O| Dec 21 05:08:17.946 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
84592024-12-21T05:08:18.785Z[ recovery-image] Dec 21 05:08:17.946 INFO O| Dec 21 05:08:17.946 INFO STEP 68 (remove_files) COMPLETE
84602024-12-21T05:08:18.785Z[ recovery-image] Dec 21 05:08:17.946 INFO O| Dec 21 05:08:17.946 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84612024-12-21T05:08:18.800Z[ recovery-image] Dec 21 05:08:17.963 INFO O| Dec 21 05:08:17.963 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
84622024-12-21T05:08:18.803Z[ recovery-image] Dec 21 05:08:17.963 INFO O| Dec 21 05:08:17.963 INFO STEP 69 (remove_files) COMPLETE
84632024-12-21T05:08:18.803Z[ recovery-image] Dec 21 05:08:17.963 INFO O| Dec 21 05:08:17.963 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84642024-12-21T05:08:18.817Z[ recovery-image] Dec 21 05:08:17.980 INFO O| Dec 21 05:08:17.980 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
84652024-12-21T05:08:18.819Z[ recovery-image] Dec 21 05:08:17.980 INFO O| Dec 21 05:08:17.980 INFO STEP 70 (remove_files) COMPLETE
84662024-12-21T05:08:18.819Z[ recovery-image] Dec 21 05:08:17.980 INFO O| Dec 21 05:08:17.980 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84672024-12-21T05:08:18.835Z[ recovery-image] Dec 21 05:08:17.996 INFO O| Dec 21 05:08:17.996 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
84682024-12-21T05:08:18.838Z[ recovery-image] Dec 21 05:08:17.996 INFO O| Dec 21 05:08:17.996 INFO STEP 71 (remove_files) COMPLETE
84692024-12-21T05:08:18.838Z[ recovery-image] Dec 21 05:08:17.996 INFO O| Dec 21 05:08:17.996 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84702024-12-21T05:08:18.852Z[ recovery-image] Dec 21 05:08:18.015 INFO O| Dec 21 05:08:18.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
84712024-12-21T05:08:18.852Z[ recovery-image] Dec 21 05:08:18.015 INFO O| Dec 21 05:08:18.015 INFO STEP 72 (remove_files) COMPLETE
84722024-12-21T05:08:18.852Z[ recovery-image] Dec 21 05:08:18.015 INFO O| Dec 21 05:08:18.015 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84732024-12-21T05:08:18.868Z[ recovery-image] Dec 21 05:08:18.031 INFO O| Dec 21 05:08:18.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
84742024-12-21T05:08:18.868Z[ recovery-image] Dec 21 05:08:18.031 INFO O| Dec 21 05:08:18.031 INFO STEP 73 (remove_files) COMPLETE
84752024-12-21T05:08:18.871Z[ recovery-image] Dec 21 05:08:18.031 INFO O| Dec 21 05:08:18.031 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84762024-12-21T05:08:18.885Z[ recovery-image] Dec 21 05:08:18.048 INFO O| Dec 21 05:08:18.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
84772024-12-21T05:08:18.888Z[ recovery-image] Dec 21 05:08:18.048 INFO O| Dec 21 05:08:18.048 INFO STEP 74 (remove_files) COMPLETE
84782024-12-21T05:08:18.888Z[ recovery-image] Dec 21 05:08:18.048 INFO O| Dec 21 05:08:18.048 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84792024-12-21T05:08:18.903Z[ recovery-image] Dec 21 05:08:18.066 INFO O| Dec 21 05:08:18.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
84802024-12-21T05:08:18.903Z[ recovery-image] Dec 21 05:08:18.066 INFO O| Dec 21 05:08:18.066 INFO STEP 75 (remove_files) COMPLETE
84812024-12-21T05:08:18.909Z[ recovery-image] Dec 21 05:08:18.066 INFO O| Dec 21 05:08:18.066 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84822024-12-21T05:08:18.921Z[ recovery-image] Dec 21 05:08:18.084 INFO O| Dec 21 05:08:18.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
84832024-12-21T05:08:18.922Z[ recovery-image] Dec 21 05:08:18.084 INFO O| Dec 21 05:08:18.084 INFO STEP 76 (remove_files) COMPLETE
84842024-12-21T05:08:18.922Z[ recovery-image] Dec 21 05:08:18.084 INFO O| Dec 21 05:08:18.084 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84852024-12-21T05:08:18.938Z[ recovery-image] Dec 21 05:08:18.101 INFO O| Dec 21 05:08:18.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84862024-12-21T05:08:18.938Z[ recovery-image] Dec 21 05:08:18.101 INFO O| Dec 21 05:08:18.101 INFO STEP 77 (remove_files) COMPLETE
84872024-12-21T05:08:18.938Z[ recovery-image] Dec 21 05:08:18.101 INFO O| Dec 21 05:08:18.101 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84882024-12-21T05:08:18.955Z[ recovery-image] Dec 21 05:08:18.118 INFO O| Dec 21 05:08:18.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84892024-12-21T05:08:18.955Z[ recovery-image] Dec 21 05:08:18.118 INFO O| Dec 21 05:08:18.118 INFO STEP 78 (remove_files) COMPLETE
84902024-12-21T05:08:18.959Z[ recovery-image] Dec 21 05:08:18.118 INFO O| Dec 21 05:08:18.118 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84912024-12-21T05:08:18.963Z[ host-image] Dec 21 05:08:18.126 INFO O| Dec 21 05:08:18.126 INFO O| Done
84922024-12-21T05:08:18.973Z[ recovery-image] Dec 21 05:08:18.136 INFO O| Dec 21 05:08:18.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84932024-12-21T05:08:18.973Z[ recovery-image] Dec 21 05:08:18.136 INFO O| Dec 21 05:08:18.136 INFO STEP 79 (remove_files) COMPLETE
84942024-12-21T05:08:18.973Z[ recovery-image] Dec 21 05:08:18.136 INFO O| Dec 21 05:08:18.136 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84952024-12-21T05:08:18.990Z[ recovery-image] Dec 21 05:08:18.153 INFO O| Dec 21 05:08:18.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84962024-12-21T05:08:18.990Z[ recovery-image] Dec 21 05:08:18.153 INFO O| Dec 21 05:08:18.153 INFO STEP 80 (remove_files) COMPLETE
84972024-12-21T05:08:18.993Z[ recovery-image] Dec 21 05:08:18.153 INFO O| Dec 21 05:08:18.153 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84982024-12-21T05:08:19.000Z[ host-image] Dec 21 05:08:18.163 INFO O| Dec 21 05:08:18.163 INFO O| Done
84992024-12-21T05:08:19.002Z[ host-image] Dec 21 05:08:18.163 INFO O| Dec 21 05:08:18.163 INFO O| Done
85002024-12-21T05:08:19.007Z[ recovery-image] Dec 21 05:08:18.170 INFO O| Dec 21 05:08:18.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
85012024-12-21T05:08:19.010Z[ recovery-image] Dec 21 05:08:18.170 INFO O| Dec 21 05:08:18.170 INFO STEP 81 (remove_files) COMPLETE
85022024-12-21T05:08:19.010Z[ recovery-image] Dec 21 05:08:18.170 INFO O| Dec 21 05:08:18.170 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85032024-12-21T05:08:19.016Z[ host-image] Dec 21 05:08:18.179 INFO O| Dec 21 05:08:18.179 INFO O| Done
85042024-12-21T05:08:19.023Z[ recovery-image] Dec 21 05:08:18.186 INFO O| Dec 21 05:08:18.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
85052024-12-21T05:08:19.025Z[ recovery-image] Dec 21 05:08:18.186 INFO O| Dec 21 05:08:18.186 INFO STEP 82 (remove_files) COMPLETE
85062024-12-21T05:08:19.025Z[ recovery-image] Dec 21 05:08:18.186 INFO O| Dec 21 05:08:18.186 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85072024-12-21T05:08:19.039Z[ recovery-image] Dec 21 05:08:18.202 INFO O| Dec 21 05:08:18.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
85082024-12-21T05:08:19.041Z[ recovery-image] Dec 21 05:08:18.202 INFO O| Dec 21 05:08:18.202 INFO STEP 83 (remove_files) COMPLETE
85092024-12-21T05:08:19.041Z[ recovery-image] Dec 21 05:08:18.202 INFO O| Dec 21 05:08:18.202 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85102024-12-21T05:08:19.055Z[ recovery-image] Dec 21 05:08:18.218 INFO O| Dec 21 05:08:18.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
85112024-12-21T05:08:19.055Z[ recovery-image] Dec 21 05:08:18.218 INFO O| Dec 21 05:08:18.218 INFO STEP 84 (remove_files) COMPLETE
85122024-12-21T05:08:19.055Z[ recovery-image] Dec 21 05:08:18.218 INFO O| Dec 21 05:08:18.218 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85132024-12-21T05:08:19.071Z[ recovery-image] Dec 21 05:08:18.234 INFO O| Dec 21 05:08:18.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
85142024-12-21T05:08:19.071Z[ recovery-image] Dec 21 05:08:18.234 INFO O| Dec 21 05:08:18.234 INFO STEP 85 (remove_files) COMPLETE
85152024-12-21T05:08:19.071Z[ recovery-image] Dec 21 05:08:18.234 INFO O| Dec 21 05:08:18.234 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85162024-12-21T05:08:19.090Z[ recovery-image] Dec 21 05:08:18.247 INFO O| Dec 21 05:08:18.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
85172024-12-21T05:08:19.090Z[ recovery-image] Dec 21 05:08:18.247 INFO O| Dec 21 05:08:18.247 INFO STEP 86 (remove_files) COMPLETE
85182024-12-21T05:08:19.090Z[ recovery-image] Dec 21 05:08:18.247 INFO O| Dec 21 05:08:18.247 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85192024-12-21T05:08:19.105Z[ recovery-image] Dec 21 05:08:18.262 INFO O| Dec 21 05:08:18.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
85202024-12-21T05:08:19.105Z[ recovery-image] Dec 21 05:08:18.262 INFO O| Dec 21 05:08:18.262 INFO STEP 87 (remove_files) COMPLETE
85212024-12-21T05:08:19.108Z[ recovery-image] Dec 21 05:08:18.262 INFO O| Dec 21 05:08:18.262 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85222024-12-21T05:08:19.116Z[ recovery-image] Dec 21 05:08:18.279 INFO O| Dec 21 05:08:18.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
85232024-12-21T05:08:19.116Z[ recovery-image] Dec 21 05:08:18.279 INFO O| Dec 21 05:08:18.279 INFO STEP 88 (remove_files) COMPLETE
85242024-12-21T05:08:19.116Z[ recovery-image] Dec 21 05:08:18.279 INFO O| Dec 21 05:08:18.279 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85252024-12-21T05:08:19.134Z[ recovery-image] Dec 21 05:08:18.296 INFO O| Dec 21 05:08:18.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
85262024-12-21T05:08:19.138Z[ recovery-image] Dec 21 05:08:18.296 INFO O| Dec 21 05:08:18.296 INFO STEP 89 (remove_files) COMPLETE
85272024-12-21T05:08:19.138Z[ recovery-image] Dec 21 05:08:18.296 INFO O| Dec 21 05:08:18.296 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85282024-12-21T05:08:19.147Z[ recovery-image] Dec 21 05:08:18.311 INFO O| Dec 21 05:08:18.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
85292024-12-21T05:08:19.150Z[ recovery-image] Dec 21 05:08:18.311 INFO O| Dec 21 05:08:18.311 INFO STEP 90 (remove_files) COMPLETE
85302024-12-21T05:08:19.150Z[ recovery-image] Dec 21 05:08:18.311 INFO O| Dec 21 05:08:18.311 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85312024-12-21T05:08:19.162Z[ recovery-image] Dec 21 05:08:18.325 INFO O| Dec 21 05:08:18.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
85322024-12-21T05:08:19.162Z[ recovery-image] Dec 21 05:08:18.326 INFO O| Dec 21 05:08:18.326 INFO STEP 91 (remove_files) COMPLETE
85332024-12-21T05:08:19.165Z[ recovery-image] Dec 21 05:08:18.326 INFO O| Dec 21 05:08:18.326 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85342024-12-21T05:08:19.170Z[ host-image] Dec 21 05:08:18.333 INFO O| Dec 21 05:08:18.333 INFO STEP 14 (pkg_install) COMPLETE
85352024-12-21T05:08:19.170Z[ host-image] Dec 21 05:08:18.333 INFO O| Dec 21 05:08:18.333 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85362024-12-21T05:08:19.170Z[ host-image] Dec 21 05:08:18.333 INFO O| Dec 21 05:08:18.333 INFO skip step because feature "mfg" is not enabled
85372024-12-21T05:08:19.170Z[ host-image] Dec 21 05:08:18.333 INFO O| Dec 21 05:08:18.333 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85382024-12-21T05:08:19.172Z[ host-image] Dec 21 05:08:18.333 INFO O| Dec 21 05:08:18.333 INFO skip step because feature "compliance" is not enabled
85392024-12-21T05:08:19.172Z[ host-image] Dec 21 05:08:18.333 INFO O| Dec 21 05:08:18.333 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85402024-12-21T05:08:19.172Z[ host-image] Dec 21 05:08:18.333 INFO O| Dec 21 05:08:18.333 INFO skip step because feature "stress" is not enabled
85412024-12-21T05:08:19.172Z[ host-image] Dec 21 05:08:18.333 INFO O| Dec 21 05:08:18.333 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85422024-12-21T05:08:19.172Z[ host-image] Dec 21 05:08:18.333 INFO O| Dec 21 05:08:18.333 INFO skip step because feature "nfs" is not enabled
85432024-12-21T05:08:19.172Z[ host-image] Dec 21 05:08:18.333 INFO O| Dec 21 05:08:18.333 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85442024-12-21T05:08:19.172Z[ host-image] Dec 21 05:08:18.333 INFO O| Dec 21 05:08:18.333 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85452024-12-21T05:08:19.243Z[ recovery-image] Dec 21 05:08:18.403 INFO O| Dec 21 05:08:18.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
85462024-12-21T05:08:19.249Z[ recovery-image] Dec 21 05:08:18.403 INFO O| Dec 21 05:08:18.403 INFO STEP 92 (remove_files) COMPLETE
85472024-12-21T05:08:19.249Z[ recovery-image] Dec 21 05:08:18.403 INFO O| Dec 21 05:08:18.403 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85482024-12-21T05:08:19.305Z[ recovery-image] Dec 21 05:08:18.468 INFO O| Dec 21 05:08:18.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
85492024-12-21T05:08:19.305Z[ recovery-image] Dec 21 05:08:18.468 INFO O| Dec 21 05:08:18.468 INFO STEP 93 (remove_files) COMPLETE
85502024-12-21T05:08:19.305Z[ recovery-image] Dec 21 05:08:18.468 INFO O| Dec 21 05:08:18.468 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85512024-12-21T05:08:19.322Z[ recovery-image] Dec 21 05:08:18.485 INFO O| Dec 21 05:08:18.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
85522024-12-21T05:08:19.325Z[ recovery-image] Dec 21 05:08:18.485 INFO O| Dec 21 05:08:18.485 INFO STEP 94 (remove_files) COMPLETE
85532024-12-21T05:08:19.325Z[ recovery-image] Dec 21 05:08:18.485 INFO O| Dec 21 05:08:18.485 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
85542024-12-21T05:08:19.351Z[ recovery-image] Dec 21 05:08:18.513 INFO O| Dec 21 05:08:18.513 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
85552024-12-21T05:08:19.354Z[ recovery-image] Dec 21 05:08:18.514 INFO O| Dec 21 05:08:18.513 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
85562024-12-21T05:08:19.425Z[ host-image] Dec 21 05:08:18.588 INFO O| Dec 21 05:08:18.588 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
85572024-12-21T05:08:19.532Z[ host-image] Dec 21 05:08:18.695 INFO O| Dec 21 05:08:18.695 INFO completed processing gimlet/ramdisk-01-os
85582024-12-21T05:08:19.534Z[ host-image] Dec 21 05:08:18.697 INFO omicron1 baseline generation...
85592024-12-21T05:08:19.535Z[ host-image] Dec 21 05:08:18.698 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
85602024-12-21T05:08:20.232Z[ host-image] Dec 21 05:08:19.395 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z
85612024-12-21T05:08:27.312Z[ recovery-image] Dec 21 05:08:26.475 INFO O| Dec 21 05:08:26.474 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
85622024-12-21T05:08:27.312Z[ recovery-image] Dec 21 05:08:26.475 INFO O| Dec 21 05:08:26.475 INFO E| svccfg: Loaded 67 smf(7) service descriptions
85632024-12-21T05:08:27.326Z[ recovery-image] Dec 21 05:08:26.489 INFO O| Dec 21 05:08:26.489 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
85642024-12-21T05:08:27.409Z[ recovery-image] Dec 21 05:08:26.572 INFO O| Dec 21 05:08:26.571 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
85652024-12-21T05:08:27.409Z[ recovery-image] Dec 21 05:08:26.572 INFO O| Dec 21 05:08:26.571 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 ...
85662024-12-21T05:08:27.411Z[ recovery-image] Dec 21 05:08:26.574 INFO O| Dec 21 05:08:26.574 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
85672024-12-21T05:08:27.412Z[ recovery-image] Dec 21 05:08:26.574 INFO O| Dec 21 05:08:26.574 INFO ok!
85682024-12-21T05:08:27.412Z[ recovery-image] Dec 21 05:08:26.574 INFO O| Dec 21 05:08:26.574 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
85692024-12-21T05:08:27.412Z[ recovery-image] Dec 21 05:08:26.574 INFO O| Dec 21 05:08:26.574 INFO STEP 95 (seed_smf) COMPLETE
85702024-12-21T05:08:27.412Z[ recovery-image] Dec 21 05:08:26.574 INFO O| Dec 21 05:08:26.574 INFO steps complete; finalising image!
85712024-12-21T05:08:27.412Z[ recovery-image] Dec 21 05:08:26.574 INFO O| Dec 21 05:08:26.574 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
85722024-12-21T05:08:27.464Z[ recovery-image] Dec 21 05:08:26.627 INFO O| Dec 21 05:08:26.627 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Sat Dec 21 05:08:26 2024)
85732024-12-21T05:08:27.675Z[ recovery-image] Dec 21 05:08:26.838 INFO O| Dec 21 05:08:26.838 INFO trim TEMPORARY-gimlet-zfs-recovery: (82% trimmed, started at Sat Dec 21 05:08:26 2024)
85742024-12-21T05:08:27.912Z[ recovery-image] Dec 21 05:08:27.075 INFO O| Dec 21 05:08:27.074 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
85752024-12-21T05:08:27.912Z[ recovery-image] Dec 21 05:08:27.075 INFO O| Dec 21 05:08:27.075 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
85762024-12-21T05:08:28.194Z[ recovery-image] Dec 21 05:08:27.356 INFO O| Dec 21 05:08:27.356 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
85772024-12-21T05:08:28.195Z[ recovery-image] Dec 21 05:08:27.356 INFO O| Dec 21 05:08:27.356 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
85782024-12-21T05:08:32.089Z[ recovery-image] Dec 21 05:08:31.251 INFO O| Dec 21 05:08:31.251 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85792024-12-21T05:08:32.089Z[ recovery-image] Dec 21 05:08:31.251 INFO O| Dec 21 05:08:31.251 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85802024-12-21T05:08:32.092Z[ recovery-image] Dec 21 05:08:31.251 INFO O| Dec 21 05:08:31.251 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85812024-12-21T05:08:32.092Z[ recovery-image] Dec 21 05:08:31.251 INFO O| Dec 21 05:08:31.251 INFO completed processing gimlet/zfs-recovery
85822024-12-21T05:08:32.092Z[ recovery-image] Dec 21 05:08:31.251 INFO O| Dec 21 05:08:31.251 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
85832024-12-21T05:08:32.512Z[ recovery-image] Dec 21 05:08:31.675 INFO O| Dec 21 05:08:31.674 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
85842024-12-21T05:08:32.622Z[ recovery-image] Dec 21 05:08:31.783 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
85852024-12-21T05:08:32.624Z[ recovery-image] Dec 21 05:08:31.784 INFO expanded image name: "recovery 072b8da/${os_short_commit} 2024-12-21 04:35" -> "recovery 072b8da/37a4469 2024-12-21 04:35"
85862024-12-21T05:08:32.625Z[ recovery-image] Dec 21 05:08:31.784 INFO output artefacts stored in: "/work/os-recovery"
85872024-12-21T05:08:32.625Z[ recovery-image] Dec 21 05:08:31.786 INFO collecting git info from project "amd-firmware"...
85882024-12-21T05:08:32.977Z[ recovery-image] Dec 21 05:08:32.140 INFO collecting git info from project "pinprick"...
85892024-12-21T05:08:32.984Z[ recovery-image] Dec 21 05:08:32.147 INFO collecting git info from project "pilot"...
85902024-12-21T05:08:33.008Z[ recovery-image] Dec 21 05:08:32.171 INFO collecting git info from project "amd-host-image-builder"...
85912024-12-21T05:08:33.336Z[ recovery-image] Dec 21 05:08:32.498 INFO collecting git info from project "bootserver"...
85922024-12-21T05:08:33.346Z[ recovery-image] Dec 21 05:08:32.508 INFO collecting git info from project "chelsio-t6-roms"...
85932024-12-21T05:08:33.380Z[ recovery-image] Dec 21 05:08:32.543 INFO collecting git info from project "image-builder"...
85942024-12-21T05:08:33.389Z[ recovery-image] Dec 21 05:08:32.552 INFO collecting git info from project "phbl"...
85952024-12-21T05:08:33.397Z[ recovery-image] Dec 21 05:08:32.559 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
85962024-12-21T05:08:33.814Z[ recovery-image] Dec 21 05:08:32.977 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
85972024-12-21T05:08:34.196Z[ recovery-image] Dec 21 05:08:33.358 INFO creating Oxide boot image...
85982024-12-21T05:08:34.199Z[ recovery-image] Dec 21 05:08:33.358 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 072b8da/37a4469 2024-12-21 04:35", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
85992024-12-21T05:09:46.484Z[ recovery-image] Dec 21 05:09:45.644 INFO O| ok, image written!
86002024-12-21T05:09:46.484Z[ recovery-image] Dec 21 05:09:45.644 INFO O| ok, boot_image_csum file written!
86012024-12-21T05:09:46.491Z[ recovery-image] Dec 21 05:09:45.651 INFO creating boot archive (CPIO)...
86022024-12-21T05:09:46.491Z[ recovery-image] Dec 21 05:09:45.651 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
86032024-12-21T05:09:46.508Z[ recovery-image] Dec 21 05:09:45.668 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86042024-12-21T05:09:46.508Z[ recovery-image] Dec 21 05:09:45.669 INFO E| + outfile=/work/os-recovery/cpio
86052024-12-21T05:09:46.511Z[ recovery-image] Dec 21 05:09:45.669 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86062024-12-21T05:09:46.513Z[ recovery-image] Dec 21 05:09:45.671 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86072024-12-21T05:09:46.513Z[ recovery-image] Dec 21 05:09:45.671 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86082024-12-21T05:09:46.557Z[ recovery-image] Dec 21 05:09:45.717 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86092024-12-21T05:09:46.557Z[ recovery-image] Dec 21 05:09:45.717 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86102024-12-21T05:09:46.567Z[ recovery-image] Dec 21 05:09:45.727 INFO creating compressed cpio/unix for nanobl-rs...
86112024-12-21T05:09:46.567Z[ recovery-image] Dec 21 05:09:45.727 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
86122024-12-21T05:09:47.035Z[ recovery-image] Dec 21 05:09:46.195 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86132024-12-21T05:09:48.940Z[ host-image] Dec 21 05:09:48.100 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z
86142024-12-21T05:09:48.943Z[ host-image] Dec 21 05:09:48.100 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z
86152024-12-21T05:09:48.943Z[ host-image] Dec 21 05:09:48.100 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
86162024-12-21T05:09:48.943Z[ host-image] Dec 21 05:09:48.100 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
86172024-12-21T05:09:48.943Z[ host-image] Dec 21 05:09:48.101 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
86182024-12-21T05:09:48.943Z[ host-image] Dec 21 05:09:48.101 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
86192024-12-21T05:09:48.943Z[ host-image] Dec 21 05:09:48.102 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
86202024-12-21T05:09:48.943Z[ host-image] Dec 21 05:09:48.102 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
86212024-12-21T05:09:48.943Z[ host-image] Dec 21 05:09:48.102 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
86222024-12-21T05:09:48.943Z[ host-image] Dec 21 05:09:48.102 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
86232024-12-21T05:09:48.943Z[ host-image] Dec 21 05:09:48.102 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z
86242024-12-21T05:09:48.946Z[ host-image] Dec 21 05:09:48.105 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z
86252024-12-21T05:09:48.947Z[ host-image] Dec 21 05:09:48.106 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z
86262024-12-21T05:09:48.950Z[ host-image] Dec 21 05:09:48.107 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z
86272024-12-21T05:09:48.950Z[ host-image] Dec 21 05:09:48.107 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
86282024-12-21T05:09:48.950Z[ host-image] Dec 21 05:09:48.108 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z
86292024-12-21T05:09:48.950Z[ host-image] Dec 21 05:09:48.109 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z
86302024-12-21T05:09:48.950Z[ host-image] Dec 21 05:09:48.109 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z
86312024-12-21T05:09:48.950Z[ host-image] Dec 21 05:09:48.109 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z
86322024-12-21T05:09:48.951Z[ host-image] Dec 21 05:09:48.110 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z
86332024-12-21T05:09:48.951Z[ host-image] Dec 21 05:09:48.110 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z
86342024-12-21T05:09:48.951Z[ host-image] Dec 21 05:09:48.110 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z
86352024-12-21T05:09:48.951Z[ host-image] Dec 21 05:09:48.110 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z
86362024-12-21T05:09:48.953Z[ host-image] Dec 21 05:09:48.111 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z
86372024-12-21T05:09:48.954Z[ host-image] Dec 21 05:09:48.111 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z
86382024-12-21T05:09:48.954Z[ host-image] Dec 21 05:09:48.111 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z
86392024-12-21T05:09:48.954Z[ host-image] Dec 21 05:09:48.111 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z
86402024-12-21T05:09:48.954Z[ host-image] Dec 21 05:09:48.112 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z
86412024-12-21T05:09:48.954Z[ host-image] Dec 21 05:09:48.112 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z
86422024-12-21T05:09:48.954Z[ host-image] Dec 21 05:09:48.112 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
86432024-12-21T05:09:48.954Z[ host-image] Dec 21 05:09:48.112 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z
86442024-12-21T05:09:48.954Z[ host-image] Dec 21 05:09:48.112 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z
86452024-12-21T05:09:48.954Z[ host-image] Dec 21 05:09:48.112 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z
86462024-12-21T05:09:48.954Z[ host-image] Dec 21 05:09:48.113 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z
86472024-12-21T05:09:48.956Z[ host-image] Dec 21 05:09:48.114 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z
86482024-12-21T05:09:48.956Z[ host-image] Dec 21 05:09:48.114 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z
86492024-12-21T05:09:48.968Z[ host-image] Dec 21 05:09:48.129 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
86502024-12-21T05:09:48.969Z[ host-image] Dec 21 05:09:48.129 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z
86512024-12-21T05:09:48.971Z[ host-image] Dec 21 05:09:48.129 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
86522024-12-21T05:09:48.971Z[ host-image] Dec 21 05:09:48.129 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
86532024-12-21T05:09:48.971Z[ host-image] Dec 21 05:09:48.130 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
86542024-12-21T05:09:48.971Z[ host-image] Dec 21 05:09:48.131 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z
86552024-12-21T05:09:48.971Z[ host-image] Dec 21 05:09:48.131 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
86562024-12-21T05:09:48.973Z[ host-image] Dec 21 05:09:48.132 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
86572024-12-21T05:09:48.973Z[ host-image] Dec 21 05:09:48.133 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
86582024-12-21T05:09:48.976Z[ host-image] Dec 21 05:09:48.134 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
86592024-12-21T05:09:48.992Z[ host-image] Dec 21 05:09:48.152 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
86602024-12-21T05:09:48.992Z[ host-image] Dec 21 05:09:48.152 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
86612024-12-21T05:09:48.995Z[ host-image] Dec 21 05:09:48.153 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
86622024-12-21T05:09:48.995Z[ host-image] Dec 21 05:09:48.154 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
86632024-12-21T05:09:48.995Z[ host-image] Dec 21 05:09:48.155 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
86642024-12-21T05:09:48.997Z[ host-image] Dec 21 05:09:48.155 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
86652024-12-21T05:09:49.052Z[ host-image] Dec 21 05:09:48.212 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
86662024-12-21T05:09:49.054Z[ host-image] Dec 21 05:09:48.213 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
86672024-12-21T05:09:49.054Z[ host-image] Dec 21 05:09:48.213 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
86682024-12-21T05:09:49.075Z[ host-image] Dec 21 05:09:48.235 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z
86692024-12-21T05:09:49.075Z[ host-image] Dec 21 05:09:48.236 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z
86702024-12-21T05:09:49.078Z[ host-image] Dec 21 05:09:48.236 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
86712024-12-21T05:09:49.078Z[ host-image] Dec 21 05:09:48.236 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z
86722024-12-21T05:09:49.078Z[ host-image] Dec 21 05:09:48.237 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
86732024-12-21T05:09:49.078Z[ host-image] Dec 21 05:09:48.237 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
86742024-12-21T05:09:49.078Z[ host-image] Dec 21 05:09:48.237 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
86752024-12-21T05:09:49.078Z[ host-image] Dec 21 05:09:48.237 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z
86762024-12-21T05:09:49.078Z[ host-image] Dec 21 05:09:48.237 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
86772024-12-21T05:09:49.084Z[ host-image] Dec 21 05:09:48.244 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
86782024-12-21T05:09:49.086Z[ host-image] Dec 21 05:09:48.245 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
86792024-12-21T05:09:49.086Z[ host-image] Dec 21 05:09:48.245 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
86802024-12-21T05:09:49.086Z[ host-image] Dec 21 05:09:48.245 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z
86812024-12-21T05:09:49.086Z[ host-image] Dec 21 05:09:48.245 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
86822024-12-21T05:09:49.113Z[ host-image] Dec 21 05:09:48.273 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
86832024-12-21T05:09:49.116Z[ host-image] Dec 21 05:09:48.274 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z
86842024-12-21T05:09:49.119Z[ host-image] Dec 21 05:09:48.277 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z
86852024-12-21T05:09:49.119Z[ host-image] Dec 21 05:09:48.278 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z
86862024-12-21T05:09:49.119Z[ host-image] Dec 21 05:09:48.278 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
86872024-12-21T05:09:49.119Z[ host-image] Dec 21 05:09:48.279 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z
86882024-12-21T05:09:49.121Z[ host-image] Dec 21 05:09:48.280 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z
86892024-12-21T05:09:49.121Z[ host-image] Dec 21 05:09:48.280 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z
86902024-12-21T05:09:49.121Z[ host-image] Dec 21 05:09:48.281 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z
86912024-12-21T05:09:49.126Z[ host-image] Dec 21 05:09:48.286 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
86922024-12-21T05:09:49.128Z[ host-image] Dec 21 05:09:48.287 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z
86932024-12-21T05:09:49.129Z[ host-image] Dec 21 05:09:48.288 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z
86942024-12-21T05:09:49.129Z[ host-image] Dec 21 05:09:48.288 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
86952024-12-21T05:09:49.129Z[ host-image] Dec 21 05:09:48.289 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z
86962024-12-21T05:09:49.131Z[ host-image] Dec 21 05:09:48.289 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z
86972024-12-21T05:09:49.131Z[ host-image] Dec 21 05:09:48.289 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z
86982024-12-21T05:09:49.131Z[ host-image] Dec 21 05:09:48.290 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z
86992024-12-21T05:09:49.147Z[ host-image] Dec 21 05:09:48.307 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z
87002024-12-21T05:09:49.147Z[ host-image] Dec 21 05:09:48.308 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
87012024-12-21T05:09:49.150Z[ host-image] Dec 21 05:09:48.310 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z
87022024-12-21T05:09:49.153Z[ host-image] Dec 21 05:09:48.312 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z
87032024-12-21T05:09:49.153Z[ host-image] Dec 21 05:09:48.312 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z
87042024-12-21T05:09:49.153Z[ host-image] Dec 21 05:09:48.313 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z
87052024-12-21T05:09:49.156Z[ host-image] Dec 21 05:09:48.314 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z
87062024-12-21T05:09:49.156Z[ host-image] Dec 21 05:09:48.314 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z
87072024-12-21T05:09:49.177Z[ host-image] Dec 21 05:09:48.337 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z
87082024-12-21T05:09:49.180Z[ host-image] Dec 21 05:09:48.338 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z
87092024-12-21T05:09:49.180Z[ host-image] Dec 21 05:09:48.338 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z
87102024-12-21T05:09:49.180Z[ host-image] Dec 21 05:09:48.340 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z
87112024-12-21T05:09:49.180Z[ host-image] Dec 21 05:09:48.340 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z
87122024-12-21T05:09:49.221Z[ host-image] Dec 21 05:09:48.382 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z
87132024-12-21T05:09:49.237Z[ host-image] Dec 21 05:09:48.397 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z
87142024-12-21T05:09:49.237Z[ host-image] Dec 21 05:09:48.397 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z
87152024-12-21T05:09:49.239Z[ host-image] Dec 21 05:09:48.397 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
87162024-12-21T05:09:49.239Z[ host-image] Dec 21 05:09:48.398 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
87172024-12-21T05:09:49.318Z[ host-image] Dec 21 05:09:48.478 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z
87182024-12-21T05:09:49.321Z[ host-image] Dec 21 05:09:48.479 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
87192024-12-21T05:09:49.321Z[ host-image] Dec 21 05:09:48.479 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z
87202024-12-21T05:09:49.321Z[ host-image] Dec 21 05:09:48.479 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z
87212024-12-21T05:09:49.321Z[ host-image] Dec 21 05:09:48.481 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z
87222024-12-21T05:09:49.323Z[ host-image] Dec 21 05:09:48.482 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
87232024-12-21T05:09:49.323Z[ host-image] Dec 21 05:09:48.482 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
87242024-12-21T05:09:49.323Z[ host-image] Dec 21 05:09:48.483 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z
87252024-12-21T05:09:49.323Z[ host-image] Dec 21 05:09:48.483 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z
87262024-12-21T05:09:49.323Z[ host-image] Dec 21 05:09:48.484 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z
87272024-12-21T05:09:49.326Z[ host-image] Dec 21 05:09:48.484 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z
87282024-12-21T05:09:49.326Z[ host-image] Dec 21 05:09:48.485 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z
87292024-12-21T05:09:49.326Z[ host-image] Dec 21 05:09:48.485 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z
87302024-12-21T05:09:49.330Z[ host-image] Dec 21 05:09:48.490 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
87312024-12-21T05:09:49.333Z[ host-image] Dec 21 05:09:48.490 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z
87322024-12-21T05:09:49.333Z[ host-image] Dec 21 05:09:48.493 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z
87332024-12-21T05:09:49.336Z[ host-image] Dec 21 05:09:48.493 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z
87342024-12-21T05:09:49.336Z[ host-image] Dec 21 05:09:48.494 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z
87352024-12-21T05:09:49.336Z[ host-image] Dec 21 05:09:48.494 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z
87362024-12-21T05:09:49.336Z[ host-image] Dec 21 05:09:48.495 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z
87372024-12-21T05:09:49.336Z[ host-image] Dec 21 05:09:48.495 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87382024-12-21T05:09:49.336Z[ host-image] Dec 21 05:09:48.495 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87392024-12-21T05:09:49.339Z[ host-image] Dec 21 05:09:48.496 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z
87402024-12-21T05:09:49.339Z[ host-image] Dec 21 05:09:48.496 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z
87412024-12-21T05:09:49.339Z[ host-image] Dec 21 05:09:48.497 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87422024-12-21T05:09:49.339Z[ host-image] Dec 21 05:09:48.497 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87432024-12-21T05:09:49.339Z[ host-image] Dec 21 05:09:48.497 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
87442024-12-21T05:09:49.339Z[ host-image] Dec 21 05:09:48.497 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
87452024-12-21T05:09:49.339Z[ host-image] Dec 21 05:09:48.497 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
87462024-12-21T05:09:49.339Z[ host-image] Dec 21 05:09:48.499 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
87472024-12-21T05:09:49.342Z[ host-image] Dec 21 05:09:48.501 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
87482024-12-21T05:09:49.342Z[ host-image] Dec 21 05:09:48.501 INFO O| tempdir @ "/tmp/.tmpDviNDR/tmp"
87492024-12-21T05:09:49.342Z[ host-image] Dec 21 05:09:48.501 INFO O| image root @ "/tmp/.tmpDviNDR/tmp/root"
87502024-12-21T05:09:49.342Z[ host-image] Dec 21 05:09:48.501 INFO O| creating image...
87512024-12-21T05:09:50.538Z[ host-image] Dec 21 05:09:49.698 INFO O| copying publishers...
87522024-12-21T05:09:53.578Z[ recovery-image] Dec 21 05:09:52.738 INFO creating reset image...
87532024-12-21T05:09:53.578Z[ recovery-image] Dec 21 05:09:52.738 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
87542024-12-21T05:09:54.180Z[ recovery-image] Dec 21 05:09:53.338 INFO E| Updating crates.io index
87552024-12-21T05:09:54.290Z[ recovery-image] Dec 21 05:09:53.449 INFO E| Downloading crates ...
87562024-12-21T05:09:54.747Z[ recovery-image] Dec 21 05:09:53.906 INFO E| Downloaded shared_child v1.0.1
87572024-12-21T05:09:54.749Z[ recovery-image] Dec 21 05:09:53.909 INFO E| Downloaded os_pipe v1.2.1
87582024-12-21T05:09:54.779Z[ recovery-image] Dec 21 05:09:53.938 INFO E| Downloaded duct v0.13.7
87592024-12-21T05:09:54.782Z[ recovery-image] Dec 21 05:09:53.942 INFO E| Downloaded clap_derive v4.5.13
87602024-12-21T05:09:54.816Z[ recovery-image] Dec 21 05:09:53.976 INFO E| Downloaded syn v2.0.77
87612024-12-21T05:09:54.830Z[ recovery-image] Dec 21 05:09:53.990 INFO E| Downloaded clap v4.5.17
87622024-12-21T05:09:54.843Z[ recovery-image] Dec 21 05:09:54.003 INFO E| Downloaded clap_builder v4.5.17
87632024-12-21T05:09:54.915Z[ recovery-image] Dec 21 05:09:54.075 INFO E| Downloaded libc v0.2.158
87642024-12-21T05:09:55.265Z[ recovery-image] Dec 21 05:09:54.425 INFO E| Compiling proc-macro2 v1.0.86
87652024-12-21T05:09:55.426Z[ recovery-image] Dec 21 05:09:54.586 INFO E| Compiling libc v0.2.158
87662024-12-21T05:09:55.429Z[ recovery-image] Dec 21 05:09:54.586 INFO E| Compiling unicode-ident v1.0.13
87672024-12-21T05:09:55.429Z[ recovery-image] Dec 21 05:09:54.586 INFO E| Compiling utf8parse v0.2.2
87682024-12-21T05:09:55.429Z[ recovery-image] Dec 21 05:09:54.586 INFO E| Compiling anstyle-query v1.1.1
87692024-12-21T05:09:55.429Z[ recovery-image] Dec 21 05:09:54.586 INFO E| Compiling is_terminal_polyfill v1.70.1
87702024-12-21T05:09:55.430Z[ recovery-image] Dec 21 05:09:54.586 INFO E| Compiling colorchoice v1.0.2
87712024-12-21T05:09:55.430Z[ recovery-image] Dec 21 05:09:54.587 INFO E| Compiling anstyle v1.0.8
87722024-12-21T05:09:56.264Z[ recovery-image] Dec 21 05:09:55.423 INFO E| Compiling anstyle-parse v0.2.5
87732024-12-21T05:09:56.272Z[ recovery-image] Dec 21 05:09:55.432 INFO E| Compiling strsim v0.11.1
87742024-12-21T05:09:56.319Z[ recovery-image] Dec 21 05:09:55.478 INFO E| Compiling clap_lex v0.7.2
87752024-12-21T05:09:56.361Z[ recovery-image] Dec 21 05:09:55.521 INFO E| Compiling heck v0.5.0
87762024-12-21T05:09:56.403Z[ recovery-image] Dec 21 05:09:55.563 INFO E| Compiling once_cell v1.19.0
87772024-12-21T05:09:56.946Z[ recovery-image] Dec 21 05:09:56.106 INFO E| Compiling anstream v0.6.15
87782024-12-21T05:09:57.737Z[ recovery-image] Dec 21 05:09:56.896 INFO E| Compiling clap_builder v4.5.17
87792024-12-21T05:09:57.931Z[ recovery-image] Dec 21 05:09:57.090 INFO E| Compiling os_pipe v1.2.1
87802024-12-21T05:09:57.931Z[ recovery-image] Dec 21 05:09:57.090 INFO E| Compiling shared_child v1.0.1
87812024-12-21T05:09:58.253Z[ recovery-image] Dec 21 05:09:57.413 INFO E| Compiling duct v0.13.7
87822024-12-21T05:09:58.332Z[ recovery-image] Dec 21 05:09:57.492 INFO E| Compiling quote v1.0.37
87832024-12-21T05:09:58.944Z[ recovery-image] Dec 21 05:09:58.104 INFO E| Compiling syn v2.0.77
87842024-12-21T05:10:08.240Z[ recovery-image] Dec 21 05:10:07.399 INFO E| Compiling clap_derive v4.5.13
87852024-12-21T05:10:12.902Z[ recovery-image] Dec 21 05:10:12.062 INFO E| Compiling clap v4.5.17
87862024-12-21T05:10:12.990Z[ recovery-image] Dec 21 05:10:12.149 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
87872024-12-21T05:10:15.300Z[ recovery-image] Dec 21 05:10:14.459 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.55s
87882024-12-21T05:10:15.315Z[ recovery-image] Dec 21 05:10:14.474 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87892024-12-21T05:10:15.609Z[ recovery-image] Dec 21 05:10:14.768 INFO E| Updating crates.io index
87902024-12-21T05:10:15.775Z[ host-image] Dec 21 05:10:14.934 INFO O| adding properties...
87912024-12-21T05:10:15.807Z[ recovery-image] Dec 21 05:10:14.966 INFO E| Downloading crates ...
87922024-12-21T05:10:16.030Z[ recovery-image] Dec 21 05:10:15.189 INFO E| Downloaded seq-macro v0.3.5
87932024-12-21T05:10:16.033Z[ recovery-image] Dec 21 05:10:15.192 INFO E| Downloaded bitstruct_derive v0.1.0
87942024-12-21T05:10:16.041Z[ recovery-image] Dec 21 05:10:15.201 INFO E| Downloaded bitstruct v0.1.1
87952024-12-21T05:10:16.046Z[ recovery-image] Dec 21 05:10:15.205 INFO E| Downloaded raw-cpuid v10.7.0
87962024-12-21T05:10:16.050Z[ recovery-image] Dec 21 05:10:15.210 INFO E| Downloaded cpio_reader v0.1.1
87972024-12-21T05:10:16.053Z[ recovery-image] Dec 21 05:10:15.211 INFO E| Downloaded bit_field v0.10.2
87982024-12-21T05:10:16.079Z[ recovery-image] Dec 21 05:10:15.237 INFO E| Downloaded syn v2.0.85
87992024-12-21T05:10:16.272Z[ recovery-image] Dec 21 05:10:15.431 INFO E| Downloaded x86 v0.52.0
88002024-12-21T05:10:16.372Z[ recovery-image] Dec 21 05:10:15.531 INFO E| Updating crates.io index
88012024-12-21T05:10:16.640Z[ recovery-image] Dec 21 05:10:15.798 INFO E| Downloading crates ...
88022024-12-21T05:10:16.880Z[ recovery-image] Dec 21 05:10:16.039 INFO E| Downloaded hashbrown v0.15.0
88032024-12-21T05:10:16.910Z[ recovery-image] Dec 21 05:10:16.069 INFO E| Downloaded compiler_builtins v0.1.134
88042024-12-21T05:10:17.087Z[ recovery-image] Dec 21 05:10:16.246 INFO E| Compiling compiler_builtins v0.1.134
88052024-12-21T05:10:17.087Z[ recovery-image] Dec 21 05:10:16.246 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
88062024-12-21T05:10:17.090Z[ recovery-image] Dec 21 05:10:16.246 INFO E| Compiling proc-macro2 v1.0.89
88072024-12-21T05:10:17.090Z[ recovery-image] Dec 21 05:10:16.246 INFO E| Compiling unicode-ident v1.0.13
88082024-12-21T05:10:17.090Z[ recovery-image] Dec 21 05:10:16.246 INFO E| Compiling syn v1.0.109
88092024-12-21T05:10:17.090Z[ recovery-image] Dec 21 05:10:16.247 INFO E| Compiling x86 v0.52.0
88102024-12-21T05:10:17.090Z[ recovery-image] Dec 21 05:10:16.247 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
88112024-12-21T05:10:17.090Z[ recovery-image] Dec 21 05:10:16.247 INFO E| Compiling seq-macro v0.3.5
88122024-12-21T05:10:18.557Z[ host-image] Dec 21 05:10:17.716 INFO O| installing packages...
88132024-12-21T05:10:20.510Z[ recovery-image] Dec 21 05:10:19.668 INFO E| Compiling quote v1.0.37
88142024-12-21T05:10:20.952Z[ recovery-image] Dec 21 05:10:20.110 INFO E| Compiling syn v2.0.85
88152024-12-21T05:10:27.083Z[ recovery-image] Dec 21 05:10:26.240 INFO E| Compiling scroll_derive v0.12.0
88162024-12-21T05:10:31.024Z[ recovery-image] Dec 21 05:10:30.183 INFO E| Compiling bitstruct_derive v0.1.0
88172024-12-21T05:10:48.266Z[ host-image] Dec 21 05:10:47.423 INFO O| seeding SMF database...
88182024-12-21T05:10:51.544Z[ recovery-image] Dec 21 05:10:50.702 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
88192024-12-21T05:10:54.592Z[ recovery-image] Dec 21 05:10:53.730 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
88202024-12-21T05:11:00.438Z[ recovery-image] Dec 21 05:10:59.558 INFO E| Compiling bitflags v1.3.2
88212024-12-21T05:11:00.443Z[ recovery-image] Dec 21 05:10:59.558 INFO E| Compiling log v0.4.22
88222024-12-21T05:11:00.443Z[ recovery-image] Dec 21 05:10:59.558 INFO E| Compiling scroll v0.12.0
88232024-12-21T05:11:00.443Z[ recovery-image] Dec 21 05:10:59.559 INFO E| Compiling plain v0.2.3
88242024-12-21T05:11:00.443Z[ recovery-image] Dec 21 05:10:59.559 INFO E| Compiling bit_field v0.10.2
88252024-12-21T05:11:00.443Z[ recovery-image] Dec 21 05:10:59.559 INFO E| Compiling adler2 v2.0.0
88262024-12-21T05:11:00.443Z[ recovery-image] Dec 21 05:10:59.559 INFO E| Compiling bitstruct v0.1.1
88272024-12-21T05:11:00.526Z[ recovery-image] Dec 21 05:10:59.675 INFO E| Compiling raw-cpuid v10.7.0
88282024-12-21T05:11:00.537Z[ recovery-image] Dec 21 05:10:59.681 INFO E| Compiling cpio_reader v0.1.1
88292024-12-21T05:11:00.701Z[ recovery-image] Dec 21 05:10:59.752 INFO E| Compiling static_assertions v1.1.0
88302024-12-21T05:11:00.743Z[ recovery-image] Dec 21 05:10:59.851 INFO E| Compiling miniz_oxide v0.8.0
88312024-12-21T05:11:01.337Z[ recovery-image] Dec 21 05:11:00.494 INFO E| Compiling goblin v0.8.2
88322024-12-21T05:11:03.267Z[ host-image] Dec 21 05:11:02.424 INFO O| configuring SMF profile...
88332024-12-21T05:11:03.270Z[ host-image] Dec 21 05:11:02.425 INFO O| modifying shadow(5)...
88342024-12-21T05:11:03.270Z[ host-image] Dec 21 05:11:02.425 INFO O| loading user and group database...
88352024-12-21T05:11:03.271Z[ host-image] Dec 21 05:11:02.425 INFO O| assessing packaged files...
88362024-12-21T05:11:09.150Z[ host-image] Dec 21 05:11:08.307 INFO O| creating archive...
88372024-12-21T05:11:09.230Z[ host-image] Dec 21 05:11:08.387 INFO O| missing from packaging:
88382024-12-21T05:11:09.230Z[ host-image] Dec 21 05:11:08.387 INFO O| "etc/.pwd.lock"
88392024-12-21T05:11:09.233Z[ host-image] Dec 21 05:11:08.387 INFO O| "etc/bash"
88402024-12-21T05:11:09.239Z[ host-image] Dec 21 05:11:08.396 INFO O| "etc/svc/profile/generic.xml"
88412024-12-21T05:11:09.240Z[ host-image] Dec 21 05:11:08.396 INFO O| "etc/svc/profile/inetd_services.xml"
88422024-12-21T05:11:09.242Z[ host-image] Dec 21 05:11:08.396 INFO O| "etc/svc/profile/name_service.xml"
88432024-12-21T05:11:09.243Z[ host-image] Dec 21 05:11:08.396 INFO O| "etc/svc/profile/platform.xml"
88442024-12-21T05:11:09.243Z[ host-image] Dec 21 05:11:08.396 INFO O| "etc/svc/profile/platform_omicron1.xml"
88452024-12-21T05:11:09.243Z[ host-image] Dec 21 05:11:08.397 INFO O| "etc/svc/repository.db"
88462024-12-21T05:11:09.256Z[ host-image] Dec 21 05:11:08.413 INFO O| "opt/ooce/share"
88472024-12-21T05:11:09.256Z[ host-image] Dec 21 05:11:08.413 INFO O| "opt/ooce/share/man"
88482024-12-21T05:11:09.258Z[ host-image] Dec 21 05:11:08.413 INFO O| "opt/ooce/share/man/man1"
88492024-12-21T05:11:09.287Z[ host-image] Dec 21 05:11:08.440 INFO O| finishing archive...
88502024-12-21T05:11:11.741Z[ recovery-image] Dec 21 05:11:10.897 INFO E| Finished `release` profile [optimized] target(s) in 56.40s
88512024-12-21T05:11:11.772Z[ recovery-image] Dec 21 05:11:10.929 INFO building host image...
88522024-12-21T05:11:11.775Z[ recovery-image] Dec 21 05:11:10.930 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")
88532024-12-21T05:11:12.585Z[ recovery-image] Dec 21 05:11:11.742 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
88542024-12-21T05:11:13.095Z[ host-image] Dec 21 05:11:12.246 INFO O| creating gzonly manifest...
88552024-12-21T05:11:13.107Z[ host-image] Dec 21 05:11:12.258 INFO O| ok
88562024-12-21T05:11:13.267Z[ host-image] Dec 21 05:11:12.423 INFO image builder template: ramdisk-02-trim...
88572024-12-21T05:11:13.274Z[ host-image] Dec 21 05:11:12.423 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/.tmpSMdqRg/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.34.311", "-n", "ramdisk-02-trim"], pwd: None
88582024-12-21T05:11:13.304Z[ host-image] Dec 21 05:11:12.461 INFO O| Dec 21 05:11:12.460 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88592024-12-21T05:11:13.317Z[ host-image] Dec 21 05:11:12.474 INFO O| Dec 21 05:11:12.474 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88602024-12-21T05:11:13.456Z[ host-image] Dec 21 05:11:12.613 INFO O| Dec 21 05:11:12.613 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
88612024-12-21T05:11:13.544Z[ host-image] Dec 21 05:11:12.701 INFO O| Dec 21 05:11:12.701 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88622024-12-21T05:11:13.548Z[ host-image] Dec 21 05:11:12.702 INFO O| Dec 21 05:11:12.702 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
88632024-12-21T05:11:13.554Z[ host-image] Dec 21 05:11:12.711 INFO O| Dec 21 05:11:12.711 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88642024-12-21T05:11:13.561Z[ host-image] Dec 21 05:11:12.719 INFO O| Dec 21 05:11:12.718 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
88652024-12-21T05:11:13.570Z[ host-image] Dec 21 05:11:12.727 INFO O| Dec 21 05:11:12.727 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
88662024-12-21T05:11:13.971Z[ host-image] Dec 21 05:11:13.127 INFO O| Dec 21 05:11:13.127 INFO rolled back to input snapshot; work may begin
88672024-12-21T05:11:13.971Z[ host-image] Dec 21 05:11:13.127 INFO O| Dec 21 05:11:13.127 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
88682024-12-21T05:11:13.995Z[ host-image] Dec 21 05:11:13.136 INFO O| Dec 21 05:11:13.136 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88692024-12-21T05:11:14.005Z[ host-image] Dec 21 05:11:13.161 INFO O| Dec 21 05:11:13.161 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
88702024-12-21T05:11:14.155Z[ host-image] Dec 21 05:11:13.312 INFO O| Dec 21 05:11:13.311 INFO STEP 0 (remove_files) COMPLETE
88712024-12-21T05:11:14.155Z[ host-image] Dec 21 05:11:13.312 INFO O| Dec 21 05:11:13.311 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88722024-12-21T05:11:14.174Z[ host-image] Dec 21 05:11:13.331 INFO O| Dec 21 05:11:13.331 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
88732024-12-21T05:11:14.178Z[ host-image] Dec 21 05:11:13.334 INFO O| Dec 21 05:11:13.334 INFO STEP 1 (remove_files) COMPLETE
88742024-12-21T05:11:14.178Z[ host-image] Dec 21 05:11:13.334 INFO O| Dec 21 05:11:13.334 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88752024-12-21T05:11:14.197Z[ host-image] Dec 21 05:11:13.354 INFO O| Dec 21 05:11:13.354 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
88762024-12-21T05:11:14.267Z[ host-image] Dec 21 05:11:13.424 INFO O| Dec 21 05:11:13.424 INFO STEP 2 (remove_files) COMPLETE
88772024-12-21T05:11:14.272Z[ host-image] Dec 21 05:11:13.424 INFO O| Dec 21 05:11:13.424 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782024-12-21T05:11:14.304Z[ host-image] Dec 21 05:11:13.460 INFO O| Dec 21 05:11:13.460 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
88792024-12-21T05:11:14.308Z[ host-image] Dec 21 05:11:13.463 INFO O| Dec 21 05:11:13.463 INFO STEP 3 (remove_files) COMPLETE
88802024-12-21T05:11:14.308Z[ host-image] Dec 21 05:11:13.463 INFO O| Dec 21 05:11:13.463 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88812024-12-21T05:11:14.324Z[ host-image] Dec 21 05:11:13.481 INFO O| Dec 21 05:11:13.481 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
88822024-12-21T05:11:14.332Z[ host-image] Dec 21 05:11:13.487 INFO O| Dec 21 05:11:13.487 INFO STEP 4 (remove_files) COMPLETE
88832024-12-21T05:11:14.332Z[ host-image] Dec 21 05:11:13.487 INFO O| Dec 21 05:11:13.487 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88842024-12-21T05:11:14.349Z[ host-image] Dec 21 05:11:13.506 INFO O| Dec 21 05:11:13.506 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
88852024-12-21T05:11:14.354Z[ host-image] Dec 21 05:11:13.510 INFO O| Dec 21 05:11:13.510 INFO STEP 5 (remove_files) COMPLETE
88862024-12-21T05:11:14.354Z[ host-image] Dec 21 05:11:13.510 INFO O| Dec 21 05:11:13.510 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88872024-12-21T05:11:14.372Z[ host-image] Dec 21 05:11:13.528 INFO O| Dec 21 05:11:13.527 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
88882024-12-21T05:11:14.389Z[ host-image] Dec 21 05:11:13.546 INFO O| Dec 21 05:11:13.546 INFO STEP 6 (remove_files) COMPLETE
88892024-12-21T05:11:14.389Z[ host-image] Dec 21 05:11:13.546 INFO O| Dec 21 05:11:13.546 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88902024-12-21T05:11:14.407Z[ host-image] Dec 21 05:11:13.564 INFO O| Dec 21 05:11:13.564 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
88912024-12-21T05:11:14.428Z[ host-image] Dec 21 05:11:13.585 INFO O| Dec 21 05:11:13.585 INFO STEP 7 (remove_files) COMPLETE
88922024-12-21T05:11:14.434Z[ host-image] Dec 21 05:11:13.585 INFO O| Dec 21 05:11:13.585 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88932024-12-21T05:11:14.480Z[ host-image] Dec 21 05:11:13.636 INFO O| Dec 21 05:11:13.636 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
88942024-12-21T05:11:14.602Z[ host-image] Dec 21 05:11:13.757 INFO O| Dec 21 05:11:13.757 INFO STEP 8 (remove_files) COMPLETE
88952024-12-21T05:11:14.602Z[ host-image] Dec 21 05:11:13.757 INFO O| Dec 21 05:11:13.757 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88962024-12-21T05:11:14.658Z[ host-image] Dec 21 05:11:13.813 INFO O| Dec 21 05:11:13.813 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88972024-12-21T05:11:14.803Z[ recovery-image] Dec 21 05:11:13.960 INFO image complete! materials are in "/work/os-recovery"
88982024-12-21T05:11:14.808Z[ recovery-image]
88992024-12-21T05:11:14.808Z[ recovery-image] real 13:30.357528712
89002024-12-21T05:11:14.808Z[ recovery-image] user 6:33.191270941
89012024-12-21T05:11:14.812Z[ recovery-image] sys 1:02.974243255
89022024-12-21T05:11:14.812Z[ recovery-image] trap 0.326848575
89032024-12-21T05:11:14.812Z[ recovery-image] tflt 0.617511666
89042024-12-21T05:11:14.812Z[ recovery-image] dflt 2.887178013
89052024-12-21T05:11:14.812Z[ recovery-image] kflt 0.000789479
89062024-12-21T05:11:14.812Z[ recovery-image] lock 29:57.335440749
89072024-12-21T05:11:14.812Z[ recovery-image] slp 1:24:55.375678703
89082024-12-21T05:11:14.812Z[ recovery-image] lat 3:51.005710324
89092024-12-21T05:11:14.813Z[ recovery-image] stop 11.389721137
89102024-12-21T05:11:14.813ZDec 21 05:11:13.967 INFO [recovery-image] process exited with exit status: 0 (810.392699506s)
89112024-12-21T05:11:14.816Z[ host-image] Dec 21 05:11:13.971 INFO O| Dec 21 05:11:13.971 INFO STEP 9 (remove_files) COMPLETE
89122024-12-21T05:11:14.816Z[ host-image] Dec 21 05:11:13.971 INFO O| Dec 21 05:11:13.971 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89132024-12-21T05:11:14.833Z[ host-image] Dec 21 05:11:13.990 INFO O| Dec 21 05:11:13.990 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
89142024-12-21T05:11:14.839Z[ host-image] Dec 21 05:11:13.996 INFO O| Dec 21 05:11:13.996 INFO STEP 10 (remove_files) COMPLETE
89152024-12-21T05:11:14.839Z[ host-image] Dec 21 05:11:13.996 INFO O| Dec 21 05:11:13.996 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89162024-12-21T05:11:14.858Z[ host-image] Dec 21 05:11:14.014 INFO O| Dec 21 05:11:14.014 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
89172024-12-21T05:11:14.861Z[ host-image] Dec 21 05:11:14.015 INFO O| Dec 21 05:11:14.015 INFO STEP 11 (remove_files) COMPLETE
89182024-12-21T05:11:14.861Z[ host-image] Dec 21 05:11:14.015 INFO O| Dec 21 05:11:14.015 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89192024-12-21T05:11:14.875Z[ host-image] Dec 21 05:11:14.032 INFO O| Dec 21 05:11:14.032 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
89202024-12-21T05:11:14.878Z[ host-image] Dec 21 05:11:14.034 INFO O| Dec 21 05:11:14.034 INFO STEP 12 (remove_files) COMPLETE
89212024-12-21T05:11:14.878Z[ host-image] Dec 21 05:11:14.034 INFO O| Dec 21 05:11:14.034 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89222024-12-21T05:11:14.957Z[ host-image] Dec 21 05:11:14.096 INFO O| Dec 21 05:11:14.096 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89232024-12-21T05:11:14.957Z[ host-image] Dec 21 05:11:14.097 INFO O| Dec 21 05:11:14.096 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89242024-12-21T05:11:14.965Z[ host-image] Dec 21 05:11:14.097 INFO O| Dec 21 05:11:14.097 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
89252024-12-21T05:11:14.965Z[ host-image] Dec 21 05:11:14.097 INFO O| Dec 21 05:11:14.097 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
89262024-12-21T05:11:14.965Z[ host-image] Dec 21 05:11:14.097 INFO O| Dec 21 05:11:14.097 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
89272024-12-21T05:11:14.965Z[ host-image] Dec 21 05:11:14.097 INFO O| Dec 21 05:11:14.097 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
89282024-12-21T05:11:14.965Z[ host-image] Dec 21 05:11:14.098 INFO O| Dec 21 05:11:14.098 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89292024-12-21T05:11:14.966Z[ host-image] Dec 21 05:11:14.098 INFO O| Dec 21 05:11:14.098 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89302024-12-21T05:11:14.966Z[ host-image] Dec 21 05:11:14.098 INFO O| Dec 21 05:11:14.098 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89312024-12-21T05:11:14.966Z[ host-image] Dec 21 05:11:14.098 INFO O| Dec 21 05:11:14.098 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89322024-12-21T05:11:14.966Z[ host-image] Dec 21 05:11:14.098 INFO O| Dec 21 05:11:14.098 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89332024-12-21T05:11:14.966Z[ host-image] Dec 21 05:11:14.099 INFO O| Dec 21 05:11:14.099 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89342024-12-21T05:11:14.966Z[ host-image] Dec 21 05:11:14.099 INFO O| Dec 21 05:11:14.099 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89352024-12-21T05:11:14.966Z[ host-image] Dec 21 05:11:14.099 INFO O| Dec 21 05:11:14.099 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89362024-12-21T05:11:14.967Z[ host-image] Dec 21 05:11:14.100 INFO O| Dec 21 05:11:14.100 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
89372024-12-21T05:11:14.967Z[ host-image] Dec 21 05:11:14.100 INFO O| Dec 21 05:11:14.100 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89382024-12-21T05:11:14.967Z[ host-image] Dec 21 05:11:14.101 INFO O| Dec 21 05:11:14.101 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
89392024-12-21T05:11:15.367Z[ host-image] Dec 21 05:11:14.499 INFO O| Dec 21 05:11:14.499 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
89402024-12-21T05:11:15.371Z[ host-image] Dec 21 05:11:14.511 INFO O| Dec 21 05:11:14.511 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
89412024-12-21T05:11:15.418Z[ host-image] Dec 21 05:11:14.574 INFO O| Dec 21 05:11:14.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
89422024-12-21T05:11:15.424Z[ host-image] Dec 21 05:11:14.576 INFO O| Dec 21 05:11:14.576 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
89432024-12-21T05:11:15.521Z[ host-image] Dec 21 05:11:14.679 INFO O| Dec 21 05:11:14.679 INFO STEP 13 (remove_files) COMPLETE
89442024-12-21T05:11:15.522Z[ host-image] Dec 21 05:11:14.679 INFO O| Dec 21 05:11:14.679 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89452024-12-21T05:11:15.537Z[ host-image] Dec 21 05:11:14.694 INFO O| Dec 21 05:11:14.694 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
89462024-12-21T05:11:15.544Z[ host-image] Dec 21 05:11:14.697 INFO O| Dec 21 05:11:14.697 INFO STEP 14 (remove_files) COMPLETE
89472024-12-21T05:11:15.544Z[ host-image] Dec 21 05:11:14.697 INFO O| Dec 21 05:11:14.697 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89482024-12-21T05:11:15.551Z[ host-image] Dec 21 05:11:14.708 INFO O| Dec 21 05:11:14.708 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
89492024-12-21T05:11:15.562Z[ host-image] Dec 21 05:11:14.718 INFO O| Dec 21 05:11:14.718 INFO STEP 15 (remove_files) COMPLETE
89502024-12-21T05:11:15.562Z[ host-image] Dec 21 05:11:14.718 INFO O| Dec 21 05:11:14.718 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89512024-12-21T05:11:15.579Z[ host-image] Dec 21 05:11:14.736 INFO O| Dec 21 05:11:14.736 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
89522024-12-21T05:11:15.584Z[ host-image] Dec 21 05:11:14.736 INFO O| Dec 21 05:11:14.736 INFO STEP 16 (remove_files) COMPLETE
89532024-12-21T05:11:15.584Z[ host-image] Dec 21 05:11:14.736 INFO O| Dec 21 05:11:14.736 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89542024-12-21T05:11:15.596Z[ host-image] Dec 21 05:11:14.753 INFO O| Dec 21 05:11:14.753 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
89552024-12-21T05:11:15.599Z[ host-image] Dec 21 05:11:14.755 INFO O| Dec 21 05:11:14.755 INFO STEP 17 (remove_files) COMPLETE
89562024-12-21T05:11:15.599Z[ host-image] Dec 21 05:11:14.755 INFO O| Dec 21 05:11:14.755 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89572024-12-21T05:11:15.615Z[ host-image] Dec 21 05:11:14.771 INFO O| Dec 21 05:11:14.771 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
89582024-12-21T05:11:15.615Z[ host-image] Dec 21 05:11:14.771 INFO O| Dec 21 05:11:14.771 INFO STEP 18 (remove_files) COMPLETE
89592024-12-21T05:11:15.622Z[ host-image] Dec 21 05:11:14.771 INFO O| Dec 21 05:11:14.771 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89602024-12-21T05:11:15.629Z[ host-image] Dec 21 05:11:14.786 INFO O| Dec 21 05:11:14.786 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
89612024-12-21T05:11:15.629Z[ host-image] Dec 21 05:11:14.786 INFO O| Dec 21 05:11:14.786 INFO STEP 19 (remove_files) COMPLETE
89622024-12-21T05:11:15.629Z[ host-image] Dec 21 05:11:14.786 INFO O| Dec 21 05:11:14.786 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89632024-12-21T05:11:15.644Z[ host-image] Dec 21 05:11:14.801 INFO O| Dec 21 05:11:14.801 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
89642024-12-21T05:11:15.644Z[ host-image] Dec 21 05:11:14.801 INFO O| Dec 21 05:11:14.801 INFO STEP 20 (remove_files) COMPLETE
89652024-12-21T05:11:15.644Z[ host-image] Dec 21 05:11:14.801 INFO O| Dec 21 05:11:14.801 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89662024-12-21T05:11:15.661Z[ host-image] Dec 21 05:11:14.817 INFO O| Dec 21 05:11:14.817 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
89672024-12-21T05:11:15.661Z[ host-image] Dec 21 05:11:14.818 INFO O| Dec 21 05:11:14.817 INFO STEP 21 (remove_files) COMPLETE
89682024-12-21T05:11:15.661Z[ host-image] Dec 21 05:11:14.818 INFO O| Dec 21 05:11:14.818 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89692024-12-21T05:11:15.677Z[ host-image] Dec 21 05:11:14.833 INFO O| Dec 21 05:11:14.833 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
89702024-12-21T05:11:15.677Z[ host-image] Dec 21 05:11:14.834 INFO O| Dec 21 05:11:14.833 INFO STEP 22 (remove_files) COMPLETE
89712024-12-21T05:11:15.683Z[ host-image] Dec 21 05:11:14.834 INFO O| Dec 21 05:11:14.833 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89722024-12-21T05:11:15.693Z[ host-image] Dec 21 05:11:14.850 INFO O| Dec 21 05:11:14.850 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
89732024-12-21T05:11:15.693Z[ host-image] Dec 21 05:11:14.850 INFO O| Dec 21 05:11:14.850 INFO STEP 23 (remove_files) COMPLETE
89742024-12-21T05:11:15.700Z[ host-image] Dec 21 05:11:14.850 INFO O| Dec 21 05:11:14.850 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89752024-12-21T05:11:15.706Z[ host-image] Dec 21 05:11:14.863 INFO O| Dec 21 05:11:14.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
89762024-12-21T05:11:15.706Z[ host-image] Dec 21 05:11:14.863 INFO O| Dec 21 05:11:14.863 INFO STEP 24 (remove_files) COMPLETE
89772024-12-21T05:11:15.706Z[ host-image] Dec 21 05:11:14.863 INFO O| Dec 21 05:11:14.863 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89782024-12-21T05:11:15.722Z[ host-image] Dec 21 05:11:14.878 INFO O| Dec 21 05:11:14.878 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
89792024-12-21T05:11:15.722Z[ host-image] Dec 21 05:11:14.879 INFO O| Dec 21 05:11:14.878 INFO STEP 25 (remove_files) COMPLETE
89802024-12-21T05:11:15.722Z[ host-image] Dec 21 05:11:14.879 INFO O| Dec 21 05:11:14.879 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89812024-12-21T05:11:15.740Z[ host-image] Dec 21 05:11:14.897 INFO O| Dec 21 05:11:14.896 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
89822024-12-21T05:11:15.740Z[ host-image] Dec 21 05:11:14.897 INFO O| Dec 21 05:11:14.897 INFO STEP 26 (remove_files) COMPLETE
89832024-12-21T05:11:15.744Z[ host-image] Dec 21 05:11:14.897 INFO O| Dec 21 05:11:14.897 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89842024-12-21T05:11:15.758Z[ host-image] Dec 21 05:11:14.914 INFO O| Dec 21 05:11:14.914 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
89852024-12-21T05:11:15.758Z[ host-image] Dec 21 05:11:14.914 INFO O| Dec 21 05:11:14.914 INFO STEP 27 (remove_files) COMPLETE
89862024-12-21T05:11:15.758Z[ host-image] Dec 21 05:11:14.914 INFO O| Dec 21 05:11:14.914 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89872024-12-21T05:11:15.777Z[ host-image] Dec 21 05:11:14.931 INFO O| Dec 21 05:11:14.931 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
89882024-12-21T05:11:15.777Z[ host-image] Dec 21 05:11:14.931 INFO O| Dec 21 05:11:14.931 INFO STEP 28 (remove_files) COMPLETE
89892024-12-21T05:11:15.784Z[ host-image] Dec 21 05:11:14.931 INFO O| Dec 21 05:11:14.931 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89902024-12-21T05:11:15.792Z[ host-image] Dec 21 05:11:14.949 INFO O| Dec 21 05:11:14.949 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
89912024-12-21T05:11:15.792Z[ host-image] Dec 21 05:11:14.949 INFO O| Dec 21 05:11:14.949 INFO STEP 29 (remove_files) COMPLETE
89922024-12-21T05:11:15.792Z[ host-image] Dec 21 05:11:14.949 INFO O| Dec 21 05:11:14.949 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89932024-12-21T05:11:15.809Z[ host-image] Dec 21 05:11:14.966 INFO O| Dec 21 05:11:14.966 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
89942024-12-21T05:11:15.809Z[ host-image] Dec 21 05:11:14.966 INFO O| Dec 21 05:11:14.966 INFO STEP 30 (remove_files) COMPLETE
89952024-12-21T05:11:15.809Z[ host-image] Dec 21 05:11:14.966 INFO O| Dec 21 05:11:14.966 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89962024-12-21T05:11:15.826Z[ host-image] Dec 21 05:11:14.982 INFO O| Dec 21 05:11:14.982 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
89972024-12-21T05:11:15.826Z[ host-image] Dec 21 05:11:14.982 INFO O| Dec 21 05:11:14.982 INFO STEP 31 (remove_files) COMPLETE
89982024-12-21T05:11:15.831Z[ host-image] Dec 21 05:11:14.982 INFO O| Dec 21 05:11:14.982 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89992024-12-21T05:11:15.843Z[ host-image] Dec 21 05:11:15.000 INFO O| Dec 21 05:11:14.999 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
90002024-12-21T05:11:15.843Z[ host-image] Dec 21 05:11:15.000 INFO O| Dec 21 05:11:15.000 INFO STEP 32 (remove_files) COMPLETE
90012024-12-21T05:11:15.843Z[ host-image] Dec 21 05:11:15.000 INFO O| Dec 21 05:11:15.000 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90022024-12-21T05:11:15.856Z[ host-image] Dec 21 05:11:15.013 INFO O| Dec 21 05:11:15.013 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
90032024-12-21T05:11:15.857Z[ host-image] Dec 21 05:11:15.013 INFO O| Dec 21 05:11:15.013 INFO STEP 33 (remove_files) COMPLETE
90042024-12-21T05:11:15.857Z[ host-image] Dec 21 05:11:15.013 INFO O| Dec 21 05:11:15.013 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90052024-12-21T05:11:15.873Z[ host-image] Dec 21 05:11:15.030 INFO O| Dec 21 05:11:15.030 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
90062024-12-21T05:11:15.873Z[ host-image] Dec 21 05:11:15.030 INFO O| Dec 21 05:11:15.030 INFO STEP 34 (remove_files) COMPLETE
90072024-12-21T05:11:15.876Z[ host-image] Dec 21 05:11:15.030 INFO O| Dec 21 05:11:15.030 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90082024-12-21T05:11:15.889Z[ host-image] Dec 21 05:11:15.046 INFO O| Dec 21 05:11:15.046 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
90092024-12-21T05:11:15.893Z[ host-image] Dec 21 05:11:15.046 INFO O| Dec 21 05:11:15.046 INFO STEP 35 (remove_files) COMPLETE
90102024-12-21T05:11:15.893Z[ host-image] Dec 21 05:11:15.046 INFO O| Dec 21 05:11:15.046 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90112024-12-21T05:11:15.901Z[ host-image] Dec 21 05:11:15.057 INFO O| Dec 21 05:11:15.057 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
90122024-12-21T05:11:15.901Z[ host-image] Dec 21 05:11:15.057 INFO O| Dec 21 05:11:15.057 INFO STEP 36 (remove_files) COMPLETE
90132024-12-21T05:11:15.904Z[ host-image] Dec 21 05:11:15.057 INFO O| Dec 21 05:11:15.057 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90142024-12-21T05:11:15.911Z[ host-image] Dec 21 05:11:15.068 INFO O| Dec 21 05:11:15.068 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
90152024-12-21T05:11:15.911Z[ host-image] Dec 21 05:11:15.068 INFO O| Dec 21 05:11:15.068 INFO STEP 37 (remove_files) COMPLETE
90162024-12-21T05:11:15.911Z[ host-image] Dec 21 05:11:15.068 INFO O| Dec 21 05:11:15.068 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90172024-12-21T05:11:15.927Z[ host-image] Dec 21 05:11:15.084 INFO O| Dec 21 05:11:15.084 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
90182024-12-21T05:11:15.928Z[ host-image] Dec 21 05:11:15.084 INFO O| Dec 21 05:11:15.084 INFO STEP 38 (remove_files) COMPLETE
90192024-12-21T05:11:15.933Z[ host-image] Dec 21 05:11:15.084 INFO O| Dec 21 05:11:15.084 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90202024-12-21T05:11:15.944Z[ host-image] Dec 21 05:11:15.099 INFO O| Dec 21 05:11:15.099 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
90212024-12-21T05:11:15.945Z[ host-image] Dec 21 05:11:15.099 INFO O| Dec 21 05:11:15.099 INFO STEP 39 (remove_files) COMPLETE
90222024-12-21T05:11:15.945Z[ host-image] Dec 21 05:11:15.099 INFO O| Dec 21 05:11:15.099 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90232024-12-21T05:11:15.962Z[ host-image] Dec 21 05:11:15.118 INFO O| Dec 21 05:11:15.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
90242024-12-21T05:11:15.962Z[ host-image] Dec 21 05:11:15.118 INFO O| Dec 21 05:11:15.118 INFO STEP 40 (remove_files) COMPLETE
90252024-12-21T05:11:15.962Z[ host-image] Dec 21 05:11:15.118 INFO O| Dec 21 05:11:15.118 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90262024-12-21T05:11:15.979Z[ host-image] Dec 21 05:11:15.135 INFO O| Dec 21 05:11:15.135 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
90272024-12-21T05:11:15.979Z[ host-image] Dec 21 05:11:15.135 INFO O| Dec 21 05:11:15.135 INFO STEP 41 (remove_files) COMPLETE
90282024-12-21T05:11:15.985Z[ host-image] Dec 21 05:11:15.135 INFO O| Dec 21 05:11:15.135 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90292024-12-21T05:11:15.995Z[ host-image] Dec 21 05:11:15.152 INFO O| Dec 21 05:11:15.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
90302024-12-21T05:11:15.995Z[ host-image] Dec 21 05:11:15.152 INFO O| Dec 21 05:11:15.152 INFO STEP 42 (remove_files) COMPLETE
90312024-12-21T05:11:15.995Z[ host-image] Dec 21 05:11:15.152 INFO O| Dec 21 05:11:15.152 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90322024-12-21T05:11:16.010Z[ host-image] Dec 21 05:11:15.166 INFO O| Dec 21 05:11:15.166 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
90332024-12-21T05:11:16.010Z[ host-image] Dec 21 05:11:15.166 INFO O| Dec 21 05:11:15.166 INFO STEP 43 (remove_files) COMPLETE
90342024-12-21T05:11:16.010Z[ host-image] Dec 21 05:11:15.166 INFO O| Dec 21 05:11:15.166 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90352024-12-21T05:11:16.026Z[ host-image] Dec 21 05:11:15.183 INFO O| Dec 21 05:11:15.183 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
90362024-12-21T05:11:16.029Z[ host-image] Dec 21 05:11:15.183 INFO O| Dec 21 05:11:15.183 INFO STEP 44 (remove_files) COMPLETE
90372024-12-21T05:11:16.030Z[ host-image] Dec 21 05:11:15.183 INFO O| Dec 21 05:11:15.183 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90382024-12-21T05:11:16.043Z[ host-image] Dec 21 05:11:15.200 INFO O| Dec 21 05:11:15.199 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
90392024-12-21T05:11:16.047Z[ host-image] Dec 21 05:11:15.200 INFO O| Dec 21 05:11:15.200 INFO STEP 45 (remove_files) COMPLETE
90402024-12-21T05:11:16.047Z[ host-image] Dec 21 05:11:15.200 INFO O| Dec 21 05:11:15.200 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90412024-12-21T05:11:16.059Z[ host-image] Dec 21 05:11:15.216 INFO O| Dec 21 05:11:15.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
90422024-12-21T05:11:16.059Z[ host-image] Dec 21 05:11:15.216 INFO O| Dec 21 05:11:15.216 INFO STEP 46 (remove_files) COMPLETE
90432024-12-21T05:11:16.064Z[ host-image] Dec 21 05:11:15.216 INFO O| Dec 21 05:11:15.216 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90442024-12-21T05:11:16.074Z[ host-image] Dec 21 05:11:15.231 INFO O| Dec 21 05:11:15.231 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
90452024-12-21T05:11:16.074Z[ host-image] Dec 21 05:11:15.231 INFO O| Dec 21 05:11:15.231 INFO STEP 47 (remove_files) COMPLETE
90462024-12-21T05:11:16.077Z[ host-image] Dec 21 05:11:15.231 INFO O| Dec 21 05:11:15.231 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90472024-12-21T05:11:16.091Z[ host-image] Dec 21 05:11:15.248 INFO O| Dec 21 05:11:15.248 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
90482024-12-21T05:11:16.092Z[ host-image] Dec 21 05:11:15.248 INFO O| Dec 21 05:11:15.248 INFO STEP 48 (remove_files) COMPLETE
90492024-12-21T05:11:16.094Z[ host-image] Dec 21 05:11:15.249 INFO O| Dec 21 05:11:15.248 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90502024-12-21T05:11:16.113Z[ host-image] Dec 21 05:11:15.265 INFO O| Dec 21 05:11:15.265 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
90512024-12-21T05:11:16.113Z[ host-image] Dec 21 05:11:15.265 INFO O| Dec 21 05:11:15.265 INFO STEP 49 (remove_files) COMPLETE
90522024-12-21T05:11:16.113Z[ host-image] Dec 21 05:11:15.265 INFO O| Dec 21 05:11:15.265 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90532024-12-21T05:11:16.124Z[ host-image] Dec 21 05:11:15.280 INFO O| Dec 21 05:11:15.280 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
90542024-12-21T05:11:16.124Z[ host-image] Dec 21 05:11:15.280 INFO O| Dec 21 05:11:15.280 INFO STEP 50 (remove_files) COMPLETE
90552024-12-21T05:11:16.124Z[ host-image] Dec 21 05:11:15.280 INFO O| Dec 21 05:11:15.280 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90562024-12-21T05:11:16.140Z[ host-image] Dec 21 05:11:15.297 INFO O| Dec 21 05:11:15.297 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
90572024-12-21T05:11:16.141Z[ host-image] Dec 21 05:11:15.297 INFO O| Dec 21 05:11:15.297 INFO STEP 51 (remove_files) COMPLETE
90582024-12-21T05:11:16.145Z[ host-image] Dec 21 05:11:15.297 INFO O| Dec 21 05:11:15.297 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90592024-12-21T05:11:16.156Z[ host-image] Dec 21 05:11:15.313 INFO O| Dec 21 05:11:15.312 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90602024-12-21T05:11:16.156Z[ host-image] Dec 21 05:11:15.313 INFO O| Dec 21 05:11:15.313 INFO STEP 52 (remove_files) COMPLETE
90612024-12-21T05:11:16.156Z[ host-image] Dec 21 05:11:15.313 INFO O| Dec 21 05:11:15.313 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90622024-12-21T05:11:16.172Z[ host-image] Dec 21 05:11:15.329 INFO O| Dec 21 05:11:15.329 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
90632024-12-21T05:11:16.176Z[ host-image] Dec 21 05:11:15.329 INFO O| Dec 21 05:11:15.329 INFO STEP 53 (remove_files) COMPLETE
90642024-12-21T05:11:16.176Z[ host-image] Dec 21 05:11:15.329 INFO O| Dec 21 05:11:15.329 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90652024-12-21T05:11:16.299Z[ host-image] Dec 21 05:11:15.345 INFO O| Dec 21 05:11:15.345 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
90662024-12-21T05:11:16.299Z[ host-image] Dec 21 05:11:15.345 INFO O| Dec 21 05:11:15.345 INFO STEP 54 (remove_files) COMPLETE
90672024-12-21T05:11:16.299Z[ host-image] Dec 21 05:11:15.345 INFO O| Dec 21 05:11:15.345 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90682024-12-21T05:11:16.405Z[ host-image] Dec 21 05:11:15.362 INFO O| Dec 21 05:11:15.362 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
90692024-12-21T05:11:16.405Z[ host-image] Dec 21 05:11:15.362 INFO O| Dec 21 05:11:15.362 INFO STEP 55 (remove_files) COMPLETE
90702024-12-21T05:11:16.405Z[ host-image] Dec 21 05:11:15.362 INFO O| Dec 21 05:11:15.362 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90712024-12-21T05:11:16.405Z[ host-image] Dec 21 05:11:15.379 INFO O| Dec 21 05:11:15.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
90722024-12-21T05:11:16.405Z[ host-image] Dec 21 05:11:15.379 INFO O| Dec 21 05:11:15.379 INFO STEP 56 (remove_files) COMPLETE
90732024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.379 INFO O| Dec 21 05:11:15.379 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90742024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.395 INFO O| Dec 21 05:11:15.395 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
90752024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.395 INFO O| Dec 21 05:11:15.395 INFO STEP 57 (remove_files) COMPLETE
90762024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.395 INFO O| Dec 21 05:11:15.395 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90772024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.411 INFO O| Dec 21 05:11:15.411 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90782024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.411 INFO O| Dec 21 05:11:15.411 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
90792024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.411 INFO O| Dec 21 05:11:15.411 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90802024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.411 INFO O| Dec 21 05:11:15.411 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90812024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.411 INFO O| Dec 21 05:11:15.411 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90822024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.412 INFO O| Dec 21 05:11:15.411 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90832024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.412 INFO O| Dec 21 05:11:15.412 INFO ok!
90842024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.412 INFO O| Dec 21 05:11:15.412 INFO STEP 58 (ensure_file) COMPLETE
90852024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.412 INFO O| Dec 21 05:11:15.412 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90862024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.428 INFO O| Dec 21 05:11:15.428 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
90872024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.428 INFO O| Dec 21 05:11:15.428 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
90882024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.429 INFO O| Dec 21 05:11:15.429 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90892024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.429 INFO O| Dec 21 05:11:15.429 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90902024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.429 INFO O| Dec 21 05:11:15.429 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90912024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.429 INFO O| Dec 21 05:11:15.429 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90922024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.429 INFO O| Dec 21 05:11:15.429 INFO ok!
90932024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.429 INFO O| Dec 21 05:11:15.429 INFO STEP 59 (ensure_file) COMPLETE
90942024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.429 INFO O| Dec 21 05:11:15.429 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90952024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.446 INFO O| Dec 21 05:11:15.446 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
90962024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.446 INFO O| Dec 21 05:11:15.446 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
90972024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.446 INFO O| Dec 21 05:11:15.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
90982024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.446 INFO O| Dec 21 05:11:15.446 INFO ok!
90992024-12-21T05:11:16.406Z[ host-image] Dec 21 05:11:15.446 INFO O| Dec 21 05:11:15.446 INFO STEP 60 (ensure_file) COMPLETE
91002024-12-21T05:11:16.407Z[ host-image] Dec 21 05:11:15.446 INFO O| Dec 21 05:11:15.446 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91012024-12-21T05:11:16.407Z[ host-image] Dec 21 05:11:15.464 INFO O| Dec 21 05:11:15.464 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91022024-12-21T05:11:16.407Z[ host-image] Dec 21 05:11:15.464 INFO O| Dec 21 05:11:15.464 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
91032024-12-21T05:11:16.407Z[ host-image] Dec 21 05:11:15.465 INFO O| Dec 21 05:11:15.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
91042024-12-21T05:11:16.407Z[ host-image] Dec 21 05:11:15.465 INFO O| Dec 21 05:11:15.465 INFO ok!
91052024-12-21T05:11:16.407Z[ host-image] Dec 21 05:11:15.465 INFO O| Dec 21 05:11:15.465 INFO STEP 61 (ensure_file) COMPLETE
91062024-12-21T05:11:16.407Z[ host-image] Dec 21 05:11:15.465 INFO O| Dec 21 05:11:15.465 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91072024-12-21T05:11:16.407Z[ host-image] Dec 21 05:11:15.482 INFO O| Dec 21 05:11:15.481 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
91082024-12-21T05:11:16.407Z[ host-image] Dec 21 05:11:15.482 INFO O| Dec 21 05:11:15.482 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
91092024-12-21T05:11:16.480Z[ host-image] Dec 21 05:11:15.482 INFO O| Dec 21 05:11:15.482 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
91102024-12-21T05:11:16.481Z[ host-image] Dec 21 05:11:15.482 INFO O| Dec 21 05:11:15.482 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
91112024-12-21T05:11:16.481Z[ host-image] Dec 21 05:11:15.482 INFO O| Dec 21 05:11:15.482 INFO ok!
91122024-12-21T05:11:16.481Z[ host-image] Dec 21 05:11:15.482 INFO O| Dec 21 05:11:15.482 INFO STEP 62 (ensure_file) COMPLETE
91132024-12-21T05:11:16.481Z[ host-image] Dec 21 05:11:15.482 INFO O| Dec 21 05:11:15.482 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91142024-12-21T05:11:16.481Z[ host-image] Dec 21 05:11:15.495 INFO O| Dec 21 05:11:15.495 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
91152024-12-21T05:11:16.481Z[ host-image] Dec 21 05:11:15.495 INFO O| Dec 21 05:11:15.495 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
91162024-12-21T05:11:16.481Z[ host-image] Dec 21 05:11:15.495 INFO O| Dec 21 05:11:15.495 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91172024-12-21T05:11:16.481Z[ host-image] Dec 21 05:11:15.495 INFO O| Dec 21 05:11:15.495 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91182024-12-21T05:11:16.481Z[ host-image] Dec 21 05:11:15.495 INFO O| Dec 21 05:11:15.495 INFO ok!
91192024-12-21T05:11:16.481Z[ host-image] Dec 21 05:11:15.495 INFO O| Dec 21 05:11:15.495 INFO STEP 63 (ensure_file) COMPLETE
91202024-12-21T05:11:16.481Z[ host-image] Dec 21 05:11:15.495 INFO O| Dec 21 05:11:15.495 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91212024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.511 INFO O| Dec 21 05:11:15.511 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
91222024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.511 INFO O| Dec 21 05:11:15.511 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
91232024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.511 INFO O| Dec 21 05:11:15.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
91242024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.511 INFO O| Dec 21 05:11:15.511 INFO ok!
91252024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.511 INFO O| Dec 21 05:11:15.511 INFO STEP 64 (assemble_files) COMPLETE
91262024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.511 INFO O| Dec 21 05:11:15.511 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91272024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.528 INFO O| Dec 21 05:11:15.528 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
91282024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.528 INFO O| Dec 21 05:11:15.528 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
91292024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.528 INFO O| Dec 21 05:11:15.528 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
91302024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.528 INFO O| Dec 21 05:11:15.528 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
91312024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.528 INFO O| Dec 21 05:11:15.528 INFO ok!
91322024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.528 INFO O| Dec 21 05:11:15.528 INFO STEP 65 (ensure_file) COMPLETE
91332024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.528 INFO O| Dec 21 05:11:15.528 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91342024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.546 INFO O| Dec 21 05:11:15.546 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91352024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.546 INFO O| Dec 21 05:11:15.546 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91362024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.546 INFO O| Dec 21 05:11:15.546 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91372024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.546 INFO O| Dec 21 05:11:15.546 INFO STEP 66 (ensure_dir) COMPLETE
91382024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.546 INFO O| Dec 21 05:11:15.546 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91392024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.563 INFO O| Dec 21 05:11:15.563 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91402024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.563 INFO O| Dec 21 05:11:15.563 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 ...
91412024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.573 INFO O| Dec 21 05:11:15.573 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
91422024-12-21T05:11:16.482Z[ host-image] Dec 21 05:11:15.573 INFO O| Dec 21 05:11:15.573 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91432024-12-21T05:11:16.483Z[ host-image] Dec 21 05:11:15.573 INFO O| Dec 21 05:11:15.573 INFO ok!
91442024-12-21T05:11:16.483Z[ host-image] Dec 21 05:11:15.573 INFO O| Dec 21 05:11:15.573 INFO STEP 67 (ensure_file) COMPLETE
91452024-12-21T05:11:16.483Z[ host-image] Dec 21 05:11:15.573 INFO O| Dec 21 05:11:15.573 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91462024-12-21T05:11:16.483Z[ host-image] Dec 21 05:11:15.590 INFO O| Dec 21 05:11:15.590 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91472024-12-21T05:11:16.483Z[ host-image] Dec 21 05:11:15.590 INFO O| Dec 21 05:11:15.590 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 ...
91482024-12-21T05:11:16.483Z[ host-image] Dec 21 05:11:15.590 INFO O| Dec 21 05:11:15.590 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
91492024-12-21T05:11:16.483Z[ host-image] Dec 21 05:11:15.591 INFO O| Dec 21 05:11:15.590 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91502024-12-21T05:11:16.483Z[ host-image] Dec 21 05:11:15.591 INFO O| Dec 21 05:11:15.591 INFO ok!
91512024-12-21T05:11:16.483Z[ host-image] Dec 21 05:11:15.591 INFO O| Dec 21 05:11:15.591 INFO STEP 68 (ensure_file) COMPLETE
91522024-12-21T05:11:16.484Z[ host-image] Dec 21 05:11:15.591 INFO O| Dec 21 05:11:15.591 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91532024-12-21T05:11:16.491Z[ host-image] Dec 21 05:11:15.617 INFO O| Dec 21 05:11:15.617 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
91542024-12-21T05:11:16.491Z[ host-image] Dec 21 05:11:15.617 INFO O| Dec 21 05:11:15.617 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
91552024-12-21T05:11:22.263Z[ host-image] Dec 21 05:11:18.719 INFO O| Dec 21 05:11:18.719 INFO STEP 69 (pack_tar) COMPLETE
91562024-12-21T05:11:22.263Z[ host-image] Dec 21 05:11:18.719 INFO O| Dec 21 05:11:18.719 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
91572024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:18.719 INFO O| Dec 21 05:11:18.719 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
91582024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:18.951 INFO O| Dec 21 05:11:18.951 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
91592024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:19.046 INFO O| Dec 21 05:11:19.046 INFO completed processing gimlet/ramdisk-02-trim
91602024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:19.048 INFO image builder template: zfs...
91612024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:19.049 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/.tmpSMdqRg/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.34.311", "-n", "zfs"], pwd: None
91622024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:19.070 INFO O| Dec 21 05:11:19.069 INFO skip include "stress" because feature "stress" is not enabled
91632024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:19.120 INFO O| Dec 21 05:11:19.120 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
91642024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:19.127 INFO O| Dec 21 05:11:19.127 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
91652024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:19.220 INFO O| Dec 21 05:11:19.220 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
91662024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:19.289 INFO O| Dec 21 05:11:19.289 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
91672024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:19.289 INFO O| Dec 21 05:11:19.289 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
91682024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:19.294 INFO O| Dec 21 05:11:19.294 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
91692024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:19.382 INFO O| Dec 21 05:11:19.382 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
91702024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:19.448 INFO O| Dec 21 05:11:19.448 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
91712024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:19.464 INFO O| Dec 21 05:11:19.464 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91722024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:19.472 INFO O| Dec 21 05:11:19.472 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
91732024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:19.472 INFO O| Dec 21 05:11:19.472 INFO no lofi found
91742024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:19.472 INFO O| Dec 21 05:11:19.472 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
91752024-12-21T05:11:22.300Z[ host-image] Dec 21 05:11:19.472 INFO O| Dec 21 05:11:19.472 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91762024-12-21T05:11:22.319Z[ host-image] Dec 21 05:11:21.010 INFO O| Dec 21 05:11:21.010 INFO lofi device = /dev/dsk/c2t1d0p0
91772024-12-21T05:11:22.319Z[ host-image] Dec 21 05:11:21.010 INFO O| Dec 21 05:11:21.010 INFO pool device = /dev/dsk/c2t1d0p0
91782024-12-21T05:11:22.319Z[ host-image] Dec 21 05:11:21.010 INFO O| Dec 21 05:11:21.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
91792024-12-21T05:11:22.319Z[ host-image] Dec 21 05:11:21.125 INFO O| Dec 21 05:11:21.125 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91802024-12-21T05:11:22.319Z[ host-image] Dec 21 05:11:21.125 INFO O| Dec 21 05:11:21.125 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
91812024-12-21T05:11:22.319Z[ host-image] Dec 21 05:11:21.162 INFO O| Dec 21 05:11:21.162 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
91822024-12-21T05:11:22.321Z[ host-image] Dec 21 05:11:21.240 INFO O| Dec 21 05:11:21.240 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
91832024-12-21T05:11:22.321Z[ host-image] Dec 21 05:11:21.299 INFO O| Dec 21 05:11:21.299 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
91842024-12-21T05:11:22.321Z[ host-image] Dec 21 05:11:21.323 INFO O| Dec 21 05:11:21.323 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
91852024-12-21T05:11:22.321Z[ host-image] Dec 21 05:11:21.342 INFO O| Dec 21 05:11:21.342 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
91862024-12-21T05:11:22.321Z[ host-image] Dec 21 05:11:21.406 INFO O| Dec 21 05:11:21.406 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
91872024-12-21T05:11:22.321Z[ host-image] Dec 21 05:11:21.406 INFO O| Dec 21 05:11:21.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
91882024-12-21T05:11:22.321Z[ host-image] Dec 21 05:11:21.406 INFO O| Dec 21 05:11:21.406 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
91892024-12-21T05:11:22.321Z[ host-image] Dec 21 05:11:21.429 INFO O| Dec 21 05:11:21.429 INFO boot environment UUID: e89da662-b1c7-43b5-9aa1-54a29ca65bb6
91902024-12-21T05:11:22.321Z[ host-image] Dec 21 05:11:21.429 INFO O| Dec 21 05:11:21.429 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e89da662-b1c7-43b5-9aa1-54a29ca65bb6
91912024-12-21T05:11:22.321Z[ host-image] Dec 21 05:11:21.449 INFO O| Dec 21 05:11:21.449 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
91922024-12-21T05:11:22.330Z[ host-image] Dec 21 05:11:21.467 INFO O| Dec 21 05:11:21.467 INFO STEP 0 (create_be) COMPLETE
91932024-12-21T05:11:22.330Z[ host-image] Dec 21 05:11:21.467 INFO O| Dec 21 05:11:21.467 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91942024-12-21T05:11:22.334Z[ host-image] Dec 21 05:11:21.491 INFO O| Dec 21 05:11:21.491 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
91952024-12-21T05:11:42.585Z[ host-image] Dec 21 05:11:41.741 INFO O| Dec 21 05:11:41.741 INFO STEP 1 (unpack_tar) COMPLETE
91962024-12-21T05:11:42.585Z[ host-image] Dec 21 05:11:41.741 INFO O| Dec 21 05:11:41.741 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91972024-12-21T05:11:42.598Z[ host-image] Dec 21 05:11:41.754 INFO O| Dec 21 05:11:41.754 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91982024-12-21T05:11:43.086Z[ host-image] Dec 21 05:11:42.243 INFO O| Dec 21 05:11:42.242 INFO STEP 2 (devfsadm) COMPLETE
91992024-12-21T05:11:43.086Z[ host-image] Dec 21 05:11:42.243 INFO O| Dec 21 05:11:42.243 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92002024-12-21T05:11:43.100Z[ host-image] Dec 21 05:11:42.256 INFO O| Dec 21 05:11:42.256 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92012024-12-21T05:11:43.101Z[ host-image] Dec 21 05:11:42.256 INFO O| Dec 21 05:11:42.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92022024-12-21T05:11:43.101Z[ host-image] Dec 21 05:11:42.256 INFO O| Dec 21 05:11:42.256 INFO STEP 3 (ensure_dir) COMPLETE
92032024-12-21T05:11:43.103Z[ host-image] Dec 21 05:11:42.256 INFO O| Dec 21 05:11:42.256 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92042024-12-21T05:11:43.111Z[ host-image] Dec 21 05:11:42.267 INFO O| Dec 21 05:11:42.267 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92052024-12-21T05:11:43.111Z[ host-image] Dec 21 05:11:42.267 INFO O| Dec 21 05:11:42.267 INFO STEP 4 (ensure_dir) COMPLETE
92062024-12-21T05:11:43.111Z[ host-image] Dec 21 05:11:42.267 INFO O| Dec 21 05:11:42.267 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92072024-12-21T05:11:43.123Z[ host-image] Dec 21 05:11:42.280 INFO O| Dec 21 05:11:42.280 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92082024-12-21T05:11:43.123Z[ host-image] Dec 21 05:11:42.280 INFO O| Dec 21 05:11:42.280 INFO STEP 5 (ensure_dir) COMPLETE
92092024-12-21T05:11:43.126Z[ host-image] Dec 21 05:11:42.280 INFO O| Dec 21 05:11:42.280 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92102024-12-21T05:11:43.136Z[ host-image] Dec 21 05:11:42.292 INFO O| Dec 21 05:11:42.292 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92112024-12-21T05:11:43.136Z[ host-image] Dec 21 05:11:42.292 INFO O| Dec 21 05:11:42.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92122024-12-21T05:11:43.138Z[ host-image] Dec 21 05:11:42.292 INFO O| Dec 21 05:11:42.292 INFO STEP 6 (ensure_dir) COMPLETE
92132024-12-21T05:11:43.138Z[ host-image] Dec 21 05:11:42.292 INFO O| Dec 21 05:11:42.292 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92142024-12-21T05:11:43.147Z[ host-image] Dec 21 05:11:42.304 INFO O| Dec 21 05:11:42.304 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92152024-12-21T05:11:43.149Z[ host-image] Dec 21 05:11:42.304 INFO O| Dec 21 05:11:42.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92162024-12-21T05:11:43.149Z[ host-image] Dec 21 05:11:42.304 INFO O| Dec 21 05:11:42.304 INFO STEP 7 (ensure_dir) COMPLETE
92172024-12-21T05:11:43.149Z[ host-image] Dec 21 05:11:42.304 INFO O| Dec 21 05:11:42.304 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92182024-12-21T05:11:43.158Z[ host-image] Dec 21 05:11:42.315 INFO O| Dec 21 05:11:42.315 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
92192024-12-21T05:11:43.161Z[ host-image] Dec 21 05:11:42.315 INFO O| Dec 21 05:11:42.315 INFO STEP 8 (remove_files) COMPLETE
92202024-12-21T05:11:43.161Z[ host-image] Dec 21 05:11:42.315 INFO O| Dec 21 05:11:42.315 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92212024-12-21T05:11:43.169Z[ host-image] Dec 21 05:11:42.326 INFO O| Dec 21 05:11:42.325 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
92222024-12-21T05:11:43.172Z[ host-image] Dec 21 05:11:42.326 INFO O| Dec 21 05:11:42.326 INFO STEP 9 (remove_files) COMPLETE
92232024-12-21T05:11:43.172Z[ host-image] Dec 21 05:11:42.326 INFO O| Dec 21 05:11:42.326 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92242024-12-21T05:11:43.180Z[ host-image] Dec 21 05:11:42.337 INFO O| Dec 21 05:11:42.337 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
92252024-12-21T05:11:43.184Z[ host-image] Dec 21 05:11:42.338 INFO O| Dec 21 05:11:42.338 INFO STEP 10 (remove_files) COMPLETE
92262024-12-21T05:11:43.184Z[ host-image] Dec 21 05:11:42.338 INFO O| Dec 21 05:11:42.338 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92272024-12-21T05:11:43.192Z[ host-image] Dec 21 05:11:42.349 INFO O| Dec 21 05:11:42.349 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
92282024-12-21T05:11:43.194Z[ host-image] Dec 21 05:11:42.349 INFO O| Dec 21 05:11:42.349 INFO STEP 11 (remove_files) COMPLETE
92292024-12-21T05:11:43.194Z[ host-image] Dec 21 05:11:42.349 INFO O| Dec 21 05:11:42.349 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92302024-12-21T05:11:43.203Z[ host-image] Dec 21 05:11:42.360 INFO O| Dec 21 05:11:42.360 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
92312024-12-21T05:11:43.203Z[ host-image] Dec 21 05:11:42.360 INFO O| Dec 21 05:11:42.360 INFO STEP 12 (remove_files) COMPLETE
92322024-12-21T05:11:43.205Z[ host-image] Dec 21 05:11:42.360 INFO O| Dec 21 05:11:42.360 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92332024-12-21T05:11:43.214Z[ host-image] Dec 21 05:11:42.370 INFO O| Dec 21 05:11:42.370 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92342024-12-21T05:11:43.214Z[ host-image] Dec 21 05:11:42.370 INFO O| Dec 21 05:11:42.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92352024-12-21T05:11:43.214Z[ host-image] Dec 21 05:11:42.370 INFO O| Dec 21 05:11:42.370 INFO STEP 13 (ensure_dir) COMPLETE
92362024-12-21T05:11:43.216Z[ host-image] Dec 21 05:11:42.370 INFO O| Dec 21 05:11:42.370 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92372024-12-21T05:11:43.225Z[ host-image] Dec 21 05:11:42.381 INFO O| Dec 21 05:11:42.381 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92382024-12-21T05:11:43.225Z[ host-image] Dec 21 05:11:42.381 INFO O| Dec 21 05:11:42.381 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92392024-12-21T05:11:43.227Z[ host-image] Dec 21 05:11:42.382 INFO O| Dec 21 05:11:42.382 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92402024-12-21T05:11:43.227Z[ host-image] Dec 21 05:11:42.382 INFO O| Dec 21 05:11:42.382 INFO STEP 14 (ensure_dir) COMPLETE
92412024-12-21T05:11:43.227Z[ host-image] Dec 21 05:11:42.382 INFO O| Dec 21 05:11:42.382 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92422024-12-21T05:11:43.236Z[ host-image] Dec 21 05:11:42.392 INFO O| Dec 21 05:11:42.392 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92432024-12-21T05:11:43.236Z[ host-image] Dec 21 05:11:42.392 INFO O| Dec 21 05:11:42.392 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92442024-12-21T05:11:43.236Z[ host-image] Dec 21 05:11:42.392 INFO O| Dec 21 05:11:42.392 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92452024-12-21T05:11:43.238Z[ host-image] Dec 21 05:11:42.392 INFO O| Dec 21 05:11:42.392 INFO STEP 15 (ensure_dir) COMPLETE
92462024-12-21T05:11:43.238Z[ host-image] Dec 21 05:11:42.392 INFO O| Dec 21 05:11:42.392 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92472024-12-21T05:11:43.246Z[ host-image] Dec 21 05:11:42.403 INFO O| Dec 21 05:11:42.403 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92482024-12-21T05:11:43.246Z[ host-image] Dec 21 05:11:42.403 INFO O| Dec 21 05:11:42.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92492024-12-21T05:11:43.248Z[ host-image] Dec 21 05:11:42.403 INFO O| Dec 21 05:11:42.403 INFO STEP 16 (ensure_dir) COMPLETE
92502024-12-21T05:11:43.248Z[ host-image] Dec 21 05:11:42.403 INFO O| Dec 21 05:11:42.403 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92512024-12-21T05:11:43.256Z[ host-image] Dec 21 05:11:42.413 INFO O| Dec 21 05:11:42.413 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92522024-12-21T05:11:43.256Z[ host-image] Dec 21 05:11:42.413 INFO O| Dec 21 05:11:42.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92532024-12-21T05:11:43.257Z[ host-image] Dec 21 05:11:42.413 INFO O| Dec 21 05:11:42.413 INFO STEP 17 (ensure_dir) COMPLETE
92542024-12-21T05:11:43.257Z[ host-image] Dec 21 05:11:42.413 INFO O| Dec 21 05:11:42.413 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92552024-12-21T05:11:43.267Z[ host-image] Dec 21 05:11:42.423 INFO O| Dec 21 05:11:42.423 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92562024-12-21T05:11:43.267Z[ host-image] Dec 21 05:11:42.423 INFO O| Dec 21 05:11:42.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
92572024-12-21T05:11:43.267Z[ host-image] Dec 21 05:11:42.423 INFO O| Dec 21 05:11:42.423 INFO ok!
92582024-12-21T05:11:43.269Z[ host-image] Dec 21 05:11:42.423 INFO O| Dec 21 05:11:42.423 INFO STEP 18 (ensure_symlink) COMPLETE
92592024-12-21T05:11:43.269Z[ host-image] Dec 21 05:11:42.423 INFO O| Dec 21 05:11:42.423 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92602024-12-21T05:11:43.277Z[ host-image] Dec 21 05:11:42.434 INFO O| Dec 21 05:11:42.434 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
92612024-12-21T05:11:43.280Z[ host-image] Dec 21 05:11:42.434 INFO O| Dec 21 05:11:42.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
92622024-12-21T05:11:43.280Z[ host-image] Dec 21 05:11:42.434 INFO O| Dec 21 05:11:42.434 INFO ok!
92632024-12-21T05:11:43.280Z[ host-image] Dec 21 05:11:42.434 INFO O| Dec 21 05:11:42.434 INFO STEP 19 (ensure_file) COMPLETE
92642024-12-21T05:11:43.280Z[ host-image] Dec 21 05:11:42.434 INFO O| Dec 21 05:11:42.434 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92652024-12-21T05:11:43.288Z[ host-image] Dec 21 05:11:42.445 INFO O| Dec 21 05:11:42.445 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
92662024-12-21T05:11:43.288Z[ host-image] Dec 21 05:11:42.445 INFO O| Dec 21 05:11:42.445 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92672024-12-21T05:11:43.288Z[ host-image] Dec 21 05:11:42.445 INFO O| Dec 21 05:11:42.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
92682024-12-21T05:11:43.290Z[ host-image] Dec 21 05:11:42.445 INFO O| Dec 21 05:11:42.445 INFO ok!
92692024-12-21T05:11:43.290Z[ host-image] Dec 21 05:11:42.445 INFO O| Dec 21 05:11:42.445 INFO STEP 20 (ensure_symlink) COMPLETE
92702024-12-21T05:11:43.290Z[ host-image] Dec 21 05:11:42.445 INFO O| Dec 21 05:11:42.445 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92712024-12-21T05:11:43.299Z[ host-image] Dec 21 05:11:42.455 INFO O| Dec 21 05:11:42.455 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
92722024-12-21T05:11:43.299Z[ host-image] Dec 21 05:11:42.455 INFO O| Dec 21 05:11:42.455 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
92732024-12-21T05:11:43.301Z[ host-image] Dec 21 05:11:42.455 INFO O| Dec 21 05:11:42.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
92742024-12-21T05:11:43.301Z[ host-image] Dec 21 05:11:42.455 INFO O| Dec 21 05:11:42.455 INFO ok!
92752024-12-21T05:11:43.301Z[ host-image] Dec 21 05:11:42.455 INFO O| Dec 21 05:11:42.455 INFO STEP 21 (ensure_symlink) COMPLETE
92762024-12-21T05:11:43.301Z[ host-image] Dec 21 05:11:42.455 INFO O| Dec 21 05:11:42.455 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92772024-12-21T05:11:43.310Z[ host-image] Dec 21 05:11:42.466 INFO O| Dec 21 05:11:42.466 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
92782024-12-21T05:11:43.310Z[ host-image] Dec 21 05:11:42.466 INFO O| Dec 21 05:11:42.466 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
92792024-12-21T05:11:43.312Z[ host-image] Dec 21 05:11:42.466 INFO O| Dec 21 05:11:42.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
92802024-12-21T05:11:43.312Z[ host-image] Dec 21 05:11:42.466 INFO O| Dec 21 05:11:42.466 INFO ok!
92812024-12-21T05:11:43.312Z[ host-image] Dec 21 05:11:42.466 INFO O| Dec 21 05:11:42.466 INFO STEP 22 (ensure_symlink) COMPLETE
92822024-12-21T05:11:43.312Z[ host-image] Dec 21 05:11:42.466 INFO O| Dec 21 05:11:42.466 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92832024-12-21T05:11:43.322Z[ host-image] Dec 21 05:11:42.478 INFO O| Dec 21 05:11:42.478 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
92842024-12-21T05:11:43.322Z[ host-image] Dec 21 05:11:42.478 INFO O| Dec 21 05:11:42.478 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
92852024-12-21T05:11:43.324Z[ host-image] Dec 21 05:11:42.479 INFO O| Dec 21 05:11:42.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
92862024-12-21T05:11:43.325Z[ host-image] Dec 21 05:11:42.479 INFO O| Dec 21 05:11:42.478 INFO ok!
92872024-12-21T05:11:43.325Z[ host-image] Dec 21 05:11:42.479 INFO O| Dec 21 05:11:42.479 INFO STEP 23 (ensure_symlink) COMPLETE
92882024-12-21T05:11:43.325Z[ host-image] Dec 21 05:11:42.479 INFO O| Dec 21 05:11:42.479 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92892024-12-21T05:11:43.333Z[ host-image] Dec 21 05:11:42.489 INFO O| Dec 21 05:11:42.489 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
92902024-12-21T05:11:43.337Z[ host-image] Dec 21 05:11:42.489 INFO O| Dec 21 05:11:42.489 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
92912024-12-21T05:11:43.337Z[ host-image] Dec 21 05:11:42.490 INFO O| Dec 21 05:11:42.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
92922024-12-21T05:11:43.337Z[ host-image] Dec 21 05:11:42.490 INFO O| Dec 21 05:11:42.490 INFO ok!
92932024-12-21T05:11:43.337Z[ host-image] Dec 21 05:11:42.490 INFO O| Dec 21 05:11:42.490 INFO STEP 24 (ensure_file) COMPLETE
92942024-12-21T05:11:43.337Z[ host-image] Dec 21 05:11:42.490 INFO O| Dec 21 05:11:42.490 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92952024-12-21T05:11:43.344Z[ host-image] Dec 21 05:11:42.500 INFO O| Dec 21 05:11:42.500 INFO updating shadow file
92962024-12-21T05:11:43.347Z[ host-image] Dec 21 05:11:42.501 INFO O| Dec 21 05:11:42.501 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92972024-12-21T05:11:43.347Z[ host-image] Dec 21 05:11:42.501 INFO O| Dec 21 05:11:42.501 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92982024-12-21T05:11:43.347Z[ host-image] Dec 21 05:11:42.501 INFO O| Dec 21 05:11:42.501 INFO STEP 25 (shadow) COMPLETE
92992024-12-21T05:11:43.347Z[ host-image] Dec 21 05:11:42.501 INFO O| Dec 21 05:11:42.501 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93002024-12-21T05:11:43.356Z[ host-image] Dec 21 05:11:42.511 INFO O| Dec 21 05:11:42.511 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93012024-12-21T05:11:43.356Z[ host-image] Dec 21 05:11:42.512 INFO O| Dec 21 05:11:42.512 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
93022024-12-21T05:11:43.359Z[ host-image] Dec 21 05:11:42.512 INFO O| Dec 21 05:11:42.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
93032024-12-21T05:11:43.359Z[ host-image] Dec 21 05:11:42.512 INFO O| Dec 21 05:11:42.512 INFO ok!
93042024-12-21T05:11:43.359Z[ host-image] Dec 21 05:11:42.512 INFO O| Dec 21 05:11:42.512 INFO STEP 26 (ensure_file) COMPLETE
93052024-12-21T05:11:43.359Z[ host-image] Dec 21 05:11:42.512 INFO O| Dec 21 05:11:42.512 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93062024-12-21T05:11:43.366Z[ host-image] Dec 21 05:11:42.522 INFO O| Dec 21 05:11:42.522 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
93072024-12-21T05:11:43.370Z[ host-image] Dec 21 05:11:42.522 INFO O| Dec 21 05:11:42.522 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
93082024-12-21T05:11:43.370Z[ host-image] Dec 21 05:11:42.522 INFO O| Dec 21 05:11:42.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
93092024-12-21T05:11:43.370Z[ host-image] Dec 21 05:11:42.523 INFO O| Dec 21 05:11:42.522 INFO ok!
93102024-12-21T05:11:43.370Z[ host-image] Dec 21 05:11:42.523 INFO O| Dec 21 05:11:42.523 INFO STEP 27 (ensure_file) COMPLETE
93112024-12-21T05:11:43.370Z[ host-image] Dec 21 05:11:42.523 INFO O| Dec 21 05:11:42.523 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93122024-12-21T05:11:43.377Z[ host-image] Dec 21 05:11:42.534 INFO O| Dec 21 05:11:42.534 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93132024-12-21T05:11:43.378Z[ host-image] Dec 21 05:11:42.534 INFO O| Dec 21 05:11:42.534 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
93142024-12-21T05:11:43.380Z[ host-image] Dec 21 05:11:42.534 INFO O| Dec 21 05:11:42.534 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93152024-12-21T05:11:43.380Z[ host-image] Dec 21 05:11:42.534 INFO O| Dec 21 05:11:42.534 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93162024-12-21T05:11:43.380Z[ host-image] Dec 21 05:11:42.534 INFO O| Dec 21 05:11:42.534 INFO ok!
93172024-12-21T05:11:43.380Z[ host-image] Dec 21 05:11:42.534 INFO O| Dec 21 05:11:42.534 INFO STEP 28 (ensure_file) COMPLETE
93182024-12-21T05:11:43.380Z[ host-image] Dec 21 05:11:42.534 INFO O| Dec 21 05:11:42.534 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93192024-12-21T05:11:43.388Z[ host-image] Dec 21 05:11:42.545 INFO O| Dec 21 05:11:42.545 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
93202024-12-21T05:11:43.388Z[ host-image] Dec 21 05:11:42.545 INFO O| Dec 21 05:11:42.545 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
93212024-12-21T05:11:43.389Z[ host-image] Dec 21 05:11:42.545 INFO O| Dec 21 05:11:42.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
93222024-12-21T05:11:43.391Z[ host-image] Dec 21 05:11:42.545 INFO O| Dec 21 05:11:42.545 INFO ok!
93232024-12-21T05:11:43.391Z[ host-image] Dec 21 05:11:42.545 INFO O| Dec 21 05:11:42.545 INFO STEP 29 (ensure_file) COMPLETE
93242024-12-21T05:11:43.391Z[ host-image] Dec 21 05:11:42.545 INFO O| Dec 21 05:11:42.545 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93252024-12-21T05:11:43.399Z[ host-image] Dec 21 05:11:42.556 INFO O| Dec 21 05:11:42.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
93262024-12-21T05:11:43.399Z[ host-image] Dec 21 05:11:42.556 INFO O| Dec 21 05:11:42.556 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
93272024-12-21T05:11:43.402Z[ host-image] Dec 21 05:11:42.556 INFO O| Dec 21 05:11:42.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
93282024-12-21T05:11:43.402Z[ host-image] Dec 21 05:11:42.556 INFO O| Dec 21 05:11:42.556 INFO ok!
93292024-12-21T05:11:43.402Z[ host-image] Dec 21 05:11:42.556 INFO O| Dec 21 05:11:42.556 INFO STEP 30 (ensure_file) COMPLETE
93302024-12-21T05:11:43.402Z[ host-image] Dec 21 05:11:42.556 INFO O| Dec 21 05:11:42.556 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93312024-12-21T05:11:43.410Z[ host-image] Dec 21 05:11:42.566 INFO O| Dec 21 05:11:42.566 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
93322024-12-21T05:11:43.410Z[ host-image] Dec 21 05:11:42.566 INFO O| Dec 21 05:11:42.566 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
93332024-12-21T05:11:43.413Z[ host-image] Dec 21 05:11:42.567 INFO O| Dec 21 05:11:42.567 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93342024-12-21T05:11:43.413Z[ host-image] Dec 21 05:11:42.567 INFO O| Dec 21 05:11:42.567 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93352024-12-21T05:11:43.413Z[ host-image] Dec 21 05:11:42.567 INFO O| Dec 21 05:11:42.567 INFO ok!
93362024-12-21T05:11:43.413Z[ host-image] Dec 21 05:11:42.567 INFO O| Dec 21 05:11:42.567 INFO STEP 31 (ensure_file) COMPLETE
93372024-12-21T05:11:43.413Z[ host-image] Dec 21 05:11:42.567 INFO O| Dec 21 05:11:42.567 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93382024-12-21T05:11:43.421Z[ host-image] Dec 21 05:11:42.577 INFO O| Dec 21 05:11:42.577 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
93392024-12-21T05:11:43.421Z[ host-image] Dec 21 05:11:42.577 INFO O| Dec 21 05:11:42.577 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
93402024-12-21T05:11:43.423Z[ host-image] Dec 21 05:11:42.578 INFO O| Dec 21 05:11:42.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
93412024-12-21T05:11:43.423Z[ host-image] Dec 21 05:11:42.578 INFO O| Dec 21 05:11:42.578 INFO ok!
93422024-12-21T05:11:43.423Z[ host-image] Dec 21 05:11:42.578 INFO O| Dec 21 05:11:42.578 INFO STEP 32 (ensure_file) COMPLETE
93432024-12-21T05:11:43.423Z[ host-image] Dec 21 05:11:42.578 INFO O| Dec 21 05:11:42.578 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93442024-12-21T05:11:43.432Z[ host-image] Dec 21 05:11:42.588 INFO O| Dec 21 05:11:42.588 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
93452024-12-21T05:11:43.432Z[ host-image] Dec 21 05:11:42.588 INFO O| Dec 21 05:11:42.588 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
93462024-12-21T05:11:43.435Z[ host-image] Dec 21 05:11:42.588 INFO O| Dec 21 05:11:42.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
93472024-12-21T05:11:43.435Z[ host-image] Dec 21 05:11:42.588 INFO O| Dec 21 05:11:42.588 INFO ok!
93482024-12-21T05:11:43.435Z[ host-image] Dec 21 05:11:42.588 INFO O| Dec 21 05:11:42.588 INFO STEP 33 (ensure_file) COMPLETE
93492024-12-21T05:11:43.435Z[ host-image] Dec 21 05:11:42.588 INFO O| Dec 21 05:11:42.588 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93502024-12-21T05:11:43.442Z[ host-image] Dec 21 05:11:42.599 INFO O| Dec 21 05:11:42.599 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
93512024-12-21T05:11:43.444Z[ host-image] Dec 21 05:11:42.599 INFO O| Dec 21 05:11:42.599 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
93522024-12-21T05:11:43.444Z[ host-image] Dec 21 05:11:42.599 INFO O| Dec 21 05:11:42.599 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93532024-12-21T05:11:43.444Z[ host-image] Dec 21 05:11:42.599 INFO O| Dec 21 05:11:42.599 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93542024-12-21T05:11:43.444Z[ host-image] Dec 21 05:11:42.599 INFO O| Dec 21 05:11:42.599 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93552024-12-21T05:11:43.444Z[ host-image] Dec 21 05:11:42.599 INFO O| Dec 21 05:11:42.599 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93562024-12-21T05:11:43.444Z[ host-image] Dec 21 05:11:42.599 INFO O| Dec 21 05:11:42.599 INFO ok!
93572024-12-21T05:11:43.444Z[ host-image] Dec 21 05:11:42.599 INFO O| Dec 21 05:11:42.599 INFO STEP 34 (ensure_file) COMPLETE
93582024-12-21T05:11:43.444Z[ host-image] Dec 21 05:11:42.599 INFO O| Dec 21 05:11:42.599 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93592024-12-21T05:11:43.454Z[ host-image] Dec 21 05:11:42.609 INFO O| Dec 21 05:11:42.609 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93602024-12-21T05:11:43.456Z[ host-image] Dec 21 05:11:42.610 INFO O| Dec 21 05:11:42.609 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93612024-12-21T05:11:43.456Z[ host-image] Dec 21 05:11:42.610 INFO O| Dec 21 05:11:42.610 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93622024-12-21T05:11:43.456Z[ host-image] Dec 21 05:11:42.610 INFO O| Dec 21 05:11:42.610 INFO STEP 35 (ensure_dir) COMPLETE
93632024-12-21T05:11:43.456Z[ host-image] Dec 21 05:11:42.610 INFO O| Dec 21 05:11:42.610 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93642024-12-21T05:11:43.463Z[ host-image] Dec 21 05:11:42.620 INFO O| Dec 21 05:11:42.620 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
93652024-12-21T05:11:43.463Z[ host-image] Dec 21 05:11:42.620 INFO O| Dec 21 05:11:42.620 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 ...
93662024-12-21T05:11:43.466Z[ host-image] Dec 21 05:11:42.620 INFO O| Dec 21 05:11:42.620 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
93672024-12-21T05:11:43.466Z[ host-image] Dec 21 05:11:42.620 INFO O| Dec 21 05:11:42.620 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
93682024-12-21T05:11:43.466Z[ host-image] Dec 21 05:11:42.620 INFO O| Dec 21 05:11:42.620 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
93692024-12-21T05:11:43.466Z[ host-image] Dec 21 05:11:42.620 INFO O| Dec 21 05:11:42.620 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
93702024-12-21T05:11:43.466Z[ host-image] Dec 21 05:11:42.620 INFO O| Dec 21 05:11:42.620 INFO ok!
93712024-12-21T05:11:43.466Z[ host-image] Dec 21 05:11:42.621 INFO O| Dec 21 05:11:42.620 INFO STEP 36 (ensure_file) COMPLETE
93722024-12-21T05:11:43.466Z[ host-image] Dec 21 05:11:42.621 INFO O| Dec 21 05:11:42.620 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93732024-12-21T05:11:43.474Z[ host-image] Dec 21 05:11:42.631 INFO O| Dec 21 05:11:42.631 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
93742024-12-21T05:11:43.477Z[ host-image] Dec 21 05:11:42.631 INFO O| Dec 21 05:11:42.631 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 ...
93752024-12-21T05:11:43.477Z[ host-image] Dec 21 05:11:42.631 INFO O| Dec 21 05:11:42.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
93762024-12-21T05:11:43.477Z[ host-image] Dec 21 05:11:42.631 INFO O| Dec 21 05:11:42.631 INFO ok!
93772024-12-21T05:11:43.477Z[ host-image] Dec 21 05:11:42.631 INFO O| Dec 21 05:11:42.631 INFO STEP 37 (ensure_symlink) COMPLETE
93782024-12-21T05:11:43.477Z[ host-image] Dec 21 05:11:42.631 INFO O| Dec 21 05:11:42.631 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93792024-12-21T05:11:43.485Z[ host-image] Dec 21 05:11:42.642 INFO O| Dec 21 05:11:42.642 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
93802024-12-21T05:11:43.485Z[ host-image] Dec 21 05:11:42.642 INFO O| Dec 21 05:11:42.642 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93812024-12-21T05:11:43.487Z[ host-image] Dec 21 05:11:42.642 INFO O| Dec 21 05:11:42.642 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93822024-12-21T05:11:43.488Z[ host-image] Dec 21 05:11:42.642 INFO O| Dec 21 05:11:42.642 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93832024-12-21T05:11:43.488Z[ host-image] Dec 21 05:11:42.642 INFO O| Dec 21 05:11:42.642 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93842024-12-21T05:11:43.488Z[ host-image] Dec 21 05:11:42.642 INFO O| Dec 21 05:11:42.642 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93852024-12-21T05:11:43.488Z[ host-image] Dec 21 05:11:42.642 INFO O| Dec 21 05:11:42.642 INFO ok!
93862024-12-21T05:11:43.488Z[ host-image] Dec 21 05:11:42.642 INFO O| Dec 21 05:11:42.642 INFO STEP 38 (ensure_file) COMPLETE
93872024-12-21T05:11:43.488Z[ host-image] Dec 21 05:11:42.642 INFO O| Dec 21 05:11:42.642 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93882024-12-21T05:11:43.496Z[ host-image] Dec 21 05:11:42.652 INFO O| Dec 21 05:11:42.652 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
93892024-12-21T05:11:43.496Z[ host-image] Dec 21 05:11:42.652 INFO O| Dec 21 05:11:42.652 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 ...
93902024-12-21T05:11:43.498Z[ host-image] Dec 21 05:11:42.652 INFO O| Dec 21 05:11:42.652 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
93912024-12-21T05:11:43.498Z[ host-image] Dec 21 05:11:42.652 INFO O| Dec 21 05:11:42.652 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93922024-12-21T05:11:43.498Z[ host-image] Dec 21 05:11:42.652 INFO O| Dec 21 05:11:42.652 INFO ok!
93932024-12-21T05:11:43.499Z[ host-image] Dec 21 05:11:42.653 INFO O| Dec 21 05:11:42.652 INFO STEP 39 (ensure_file) COMPLETE
93942024-12-21T05:11:43.499Z[ host-image] Dec 21 05:11:42.653 INFO O| Dec 21 05:11:42.652 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93952024-12-21T05:11:43.507Z[ host-image] Dec 21 05:11:42.663 INFO O| Dec 21 05:11:42.663 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
93962024-12-21T05:11:43.507Z[ host-image] Dec 21 05:11:42.663 INFO O| Dec 21 05:11:42.663 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
93972024-12-21T05:11:43.509Z[ host-image] Dec 21 05:11:42.663 INFO O| Dec 21 05:11:42.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93982024-12-21T05:11:43.509Z[ host-image] Dec 21 05:11:42.663 INFO O| Dec 21 05:11:42.663 INFO ok!
93992024-12-21T05:11:43.509Z[ host-image] Dec 21 05:11:42.663 INFO O| Dec 21 05:11:42.663 INFO STEP 40 (ensure_file) COMPLETE
94002024-12-21T05:11:43.509Z[ host-image] Dec 21 05:11:42.663 INFO O| Dec 21 05:11:42.663 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94012024-12-21T05:11:43.519Z[ host-image] Dec 21 05:11:42.676 INFO O| Dec 21 05:11:42.676 INFO updating shadow file
94022024-12-21T05:11:43.522Z[ host-image] Dec 21 05:11:42.676 INFO O| Dec 21 05:11:42.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
94032024-12-21T05:11:43.522Z[ host-image] Dec 21 05:11:42.676 INFO O| Dec 21 05:11:42.676 INFO STEP 41 (shadow) COMPLETE
94042024-12-21T05:11:43.522Z[ host-image] Dec 21 05:11:42.676 INFO O| Dec 21 05:11:42.676 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94052024-12-21T05:11:43.530Z[ host-image] Dec 21 05:11:42.687 INFO O| Dec 21 05:11:42.687 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
94062024-12-21T05:11:43.530Z[ host-image] Dec 21 05:11:42.687 INFO O| Dec 21 05:11:42.687 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
94072024-12-21T05:11:43.534Z[ host-image] Dec 21 05:11:42.687 INFO O| Dec 21 05:11:42.687 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94082024-12-21T05:11:43.534Z[ host-image] Dec 21 05:11:42.687 INFO O| Dec 21 05:11:42.687 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94092024-12-21T05:11:43.534Z[ host-image] Dec 21 05:11:42.687 INFO O| Dec 21 05:11:42.687 INFO ok!
94102024-12-21T05:11:43.534Z[ host-image] Dec 21 05:11:42.687 INFO O| Dec 21 05:11:42.687 INFO STEP 42 (ensure_file) COMPLETE
94112024-12-21T05:11:43.534Z[ host-image] Dec 21 05:11:42.687 INFO O| Dec 21 05:11:42.687 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94122024-12-21T05:11:43.534Z[ host-image] Dec 21 05:11:42.687 INFO O| Dec 21 05:11:42.687 INFO skip step because feature "mfg" is not enabled
94132024-12-21T05:11:43.534Z[ host-image] Dec 21 05:11:42.687 INFO O| Dec 21 05:11:42.687 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94142024-12-21T05:11:43.534Z[ host-image] Dec 21 05:11:42.687 INFO O| Dec 21 05:11:42.687 INFO skip step because feature "mfg" is not enabled
94152024-12-21T05:11:43.534Z[ host-image] Dec 21 05:11:42.687 INFO O| Dec 21 05:11:42.687 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94162024-12-21T05:11:43.541Z[ host-image] Dec 21 05:11:42.698 INFO O| Dec 21 05:11:42.698 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
94172024-12-21T05:11:43.541Z[ host-image] Dec 21 05:11:42.698 INFO O| Dec 21 05:11:42.698 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
94182024-12-21T05:11:44.189Z[ host-image] Dec 21 05:11:43.345 INFO O| Dec 21 05:11:43.345 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94192024-12-21T05:11:44.189Z[ host-image] Dec 21 05:11:43.345 INFO O| Dec 21 05:11:43.345 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94202024-12-21T05:11:44.189Z[ host-image] Dec 21 05:11:43.345 INFO O| Dec 21 05:11:43.345 INFO ok!
94212024-12-21T05:11:44.192Z[ host-image] Dec 21 05:11:43.345 INFO O| Dec 21 05:11:43.345 INFO STEP 45 (ensure_file) COMPLETE
94222024-12-21T05:11:44.193Z[ host-image] Dec 21 05:11:43.345 INFO O| Dec 21 05:11:43.345 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94232024-12-21T05:11:44.200Z[ host-image] Dec 21 05:11:43.357 INFO O| Dec 21 05:11:43.357 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
94242024-12-21T05:11:44.200Z[ host-image] Dec 21 05:11:43.357 INFO O| Dec 21 05:11:43.357 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
94252024-12-21T05:11:44.203Z[ host-image] Dec 21 05:11:43.357 INFO O| Dec 21 05:11:43.357 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94262024-12-21T05:11:44.203Z[ host-image] Dec 21 05:11:43.357 INFO O| Dec 21 05:11:43.357 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94272024-12-21T05:11:44.203Z[ host-image] Dec 21 05:11:43.357 INFO O| Dec 21 05:11:43.357 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94282024-12-21T05:11:44.203Z[ host-image] Dec 21 05:11:43.357 INFO O| Dec 21 05:11:43.357 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94292024-12-21T05:11:44.203Z[ host-image] Dec 21 05:11:43.357 INFO O| Dec 21 05:11:43.357 INFO ok!
94302024-12-21T05:11:44.203Z[ host-image] Dec 21 05:11:43.357 INFO O| Dec 21 05:11:43.357 INFO STEP 46 (ensure_file) COMPLETE
94312024-12-21T05:11:44.203Z[ host-image] Dec 21 05:11:43.357 INFO O| Dec 21 05:11:43.357 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94322024-12-21T05:11:44.211Z[ host-image] Dec 21 05:11:43.368 INFO O| Dec 21 05:11:43.368 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
94332024-12-21T05:11:44.211Z[ host-image] Dec 21 05:11:43.368 INFO O| Dec 21 05:11:43.368 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 ...
94342024-12-21T05:11:44.214Z[ host-image] Dec 21 05:11:43.368 INFO O| Dec 21 05:11:43.368 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
94352024-12-21T05:11:44.214Z[ host-image] Dec 21 05:11:43.368 INFO O| Dec 21 05:11:43.368 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94362024-12-21T05:11:44.214Z[ host-image] Dec 21 05:11:43.368 INFO O| Dec 21 05:11:43.368 INFO ok!
94372024-12-21T05:11:44.214Z[ host-image] Dec 21 05:11:43.368 INFO O| Dec 21 05:11:43.368 INFO STEP 47 (ensure_file) COMPLETE
94382024-12-21T05:11:44.214Z[ host-image] Dec 21 05:11:43.368 INFO O| Dec 21 05:11:43.368 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94392024-12-21T05:11:44.224Z[ host-image] Dec 21 05:11:43.380 INFO O| Dec 21 05:11:43.380 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
94402024-12-21T05:11:44.224Z[ host-image] Dec 21 05:11:43.380 INFO O| Dec 21 05:11:43.380 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
94412024-12-21T05:11:44.226Z[ host-image] Dec 21 05:11:43.381 INFO O| Dec 21 05:11:43.380 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94422024-12-21T05:11:44.226Z[ host-image] Dec 21 05:11:43.381 INFO O| Dec 21 05:11:43.381 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94432024-12-21T05:11:44.227Z[ host-image] Dec 21 05:11:43.381 INFO O| Dec 21 05:11:43.381 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94442024-12-21T05:11:44.227Z[ host-image] Dec 21 05:11:43.381 INFO O| Dec 21 05:11:43.381 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94452024-12-21T05:11:44.227Z[ host-image] Dec 21 05:11:43.381 INFO O| Dec 21 05:11:43.381 INFO ok!
94462024-12-21T05:11:44.227Z[ host-image] Dec 21 05:11:43.381 INFO O| Dec 21 05:11:43.381 INFO STEP 48 (ensure_file) COMPLETE
94472024-12-21T05:11:44.227Z[ host-image] Dec 21 05:11:43.381 INFO O| Dec 21 05:11:43.381 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94482024-12-21T05:11:44.236Z[ host-image] Dec 21 05:11:43.393 INFO O| Dec 21 05:11:43.393 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
94492024-12-21T05:11:44.236Z[ host-image] Dec 21 05:11:43.393 INFO O| Dec 21 05:11:43.393 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 ...
94502024-12-21T05:11:44.238Z[ host-image] Dec 21 05:11:43.393 INFO O| Dec 21 05:11:43.393 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
94512024-12-21T05:11:44.238Z[ host-image] Dec 21 05:11:43.393 INFO O| Dec 21 05:11:43.393 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
94522024-12-21T05:11:44.238Z[ host-image] Dec 21 05:11:43.393 INFO O| Dec 21 05:11:43.393 INFO ok!
94532024-12-21T05:11:44.239Z[ host-image] Dec 21 05:11:43.393 INFO O| Dec 21 05:11:43.393 INFO STEP 49 (ensure_file) COMPLETE
94542024-12-21T05:11:44.239Z[ host-image] Dec 21 05:11:43.393 INFO O| Dec 21 05:11:43.393 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94552024-12-21T05:11:44.247Z[ host-image] Dec 21 05:11:43.403 INFO O| Dec 21 05:11:43.403 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
94562024-12-21T05:11:44.247Z[ host-image] Dec 21 05:11:43.403 INFO O| Dec 21 05:11:43.403 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
94572024-12-21T05:11:44.249Z[ host-image] Dec 21 05:11:43.403 INFO O| Dec 21 05:11:43.403 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94582024-12-21T05:11:44.249Z[ host-image] Dec 21 05:11:43.403 INFO O| Dec 21 05:11:43.403 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94592024-12-21T05:11:44.249Z[ host-image] Dec 21 05:11:43.403 INFO O| Dec 21 05:11:43.403 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94602024-12-21T05:11:44.249Z[ host-image] Dec 21 05:11:43.403 INFO O| Dec 21 05:11:43.403 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94612024-12-21T05:11:44.249Z[ host-image] Dec 21 05:11:43.403 INFO O| Dec 21 05:11:43.403 INFO ok!
94622024-12-21T05:11:44.249Z[ host-image] Dec 21 05:11:43.404 INFO O| Dec 21 05:11:43.403 INFO STEP 50 (ensure_file) COMPLETE
94632024-12-21T05:11:44.249Z[ host-image] Dec 21 05:11:43.404 INFO O| Dec 21 05:11:43.403 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94642024-12-21T05:11:44.257Z[ host-image] Dec 21 05:11:43.414 INFO O| Dec 21 05:11:43.414 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
94652024-12-21T05:11:44.257Z[ host-image] Dec 21 05:11:43.414 INFO O| Dec 21 05:11:43.414 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 ...
94662024-12-21T05:11:44.260Z[ host-image] Dec 21 05:11:43.414 INFO O| Dec 21 05:11:43.414 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
94672024-12-21T05:11:44.260Z[ host-image] Dec 21 05:11:43.414 INFO O| Dec 21 05:11:43.414 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
94682024-12-21T05:11:44.260Z[ host-image] Dec 21 05:11:43.414 INFO O| Dec 21 05:11:43.414 INFO ok!
94692024-12-21T05:11:44.260Z[ host-image] Dec 21 05:11:43.414 INFO O| Dec 21 05:11:43.414 INFO STEP 51 (ensure_file) COMPLETE
94702024-12-21T05:11:44.260Z[ host-image] Dec 21 05:11:43.414 INFO O| Dec 21 05:11:43.414 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94712024-12-21T05:11:44.268Z[ host-image] Dec 21 05:11:43.425 INFO O| Dec 21 05:11:43.425 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
94722024-12-21T05:11:44.268Z[ host-image] Dec 21 05:11:43.425 INFO O| Dec 21 05:11:43.425 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 ...
94732024-12-21T05:11:44.271Z[ host-image] Dec 21 05:11:43.425 INFO O| Dec 21 05:11:43.425 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
94742024-12-21T05:11:44.271Z[ host-image] Dec 21 05:11:43.425 INFO O| Dec 21 05:11:43.425 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
94752024-12-21T05:11:44.271Z[ host-image] Dec 21 05:11:43.425 INFO O| Dec 21 05:11:43.425 INFO ok!
94762024-12-21T05:11:44.271Z[ host-image] Dec 21 05:11:43.425 INFO O| Dec 21 05:11:43.425 INFO STEP 52 (ensure_file) COMPLETE
94772024-12-21T05:11:44.271Z[ host-image] Dec 21 05:11:43.425 INFO O| Dec 21 05:11:43.425 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94782024-12-21T05:11:44.279Z[ host-image] Dec 21 05:11:43.436 INFO O| Dec 21 05:11:43.435 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
94792024-12-21T05:11:44.281Z[ host-image] Dec 21 05:11:43.436 INFO O| Dec 21 05:11:43.435 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 ...
94802024-12-21T05:11:44.281Z[ host-image] Dec 21 05:11:43.436 INFO O| Dec 21 05:11:43.436 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
94812024-12-21T05:11:44.281Z[ host-image] Dec 21 05:11:43.436 INFO O| Dec 21 05:11:43.436 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94822024-12-21T05:11:44.282Z[ host-image] Dec 21 05:11:43.436 INFO O| Dec 21 05:11:43.436 INFO ok!
94832024-12-21T05:11:44.282Z[ host-image] Dec 21 05:11:43.436 INFO O| Dec 21 05:11:43.436 INFO STEP 53 (ensure_file) COMPLETE
94842024-12-21T05:11:44.282Z[ host-image] Dec 21 05:11:43.436 INFO O| Dec 21 05:11:43.436 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94852024-12-21T05:11:44.290Z[ host-image] Dec 21 05:11:43.447 INFO O| Dec 21 05:11:43.447 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
94862024-12-21T05:11:44.290Z[ host-image] Dec 21 05:11:43.447 INFO O| Dec 21 05:11:43.447 INFO STEP 54 (ensure_dir) COMPLETE
94872024-12-21T05:11:44.293Z[ host-image] Dec 21 05:11:43.447 INFO O| Dec 21 05:11:43.447 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882024-12-21T05:11:44.301Z[ host-image] Dec 21 05:11:43.458 INFO O| Dec 21 05:11:43.458 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94892024-12-21T05:11:44.301Z[ host-image] Dec 21 05:11:43.458 INFO O| Dec 21 05:11:43.458 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94902024-12-21T05:11:44.304Z[ host-image] Dec 21 05:11:43.458 INFO O| Dec 21 05:11:43.458 INFO STEP 55 (ensure_dir) COMPLETE
94912024-12-21T05:11:44.304Z[ host-image] Dec 21 05:11:43.458 INFO O| Dec 21 05:11:43.458 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94922024-12-21T05:11:44.313Z[ host-image] Dec 21 05:11:43.470 INFO O| Dec 21 05:11:43.470 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94932024-12-21T05:11:44.313Z[ host-image] Dec 21 05:11:43.470 INFO O| Dec 21 05:11:43.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94942024-12-21T05:11:44.313Z[ host-image] Dec 21 05:11:43.470 INFO O| Dec 21 05:11:43.470 INFO STEP 56 (ensure_dir) COMPLETE
94952024-12-21T05:11:44.315Z[ host-image] Dec 21 05:11:43.470 INFO O| Dec 21 05:11:43.470 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94962024-12-21T05:11:44.324Z[ host-image] Dec 21 05:11:43.480 INFO O| Dec 21 05:11:43.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
94972024-12-21T05:11:44.327Z[ host-image] Dec 21 05:11:43.480 INFO O| Dec 21 05:11:43.480 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94982024-12-21T05:11:44.341Z[ host-image] Dec 21 05:11:43.497 INFO O| Dec 21 05:11:43.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94992024-12-21T05:11:44.341Z[ host-image] Dec 21 05:11:43.497 INFO O| Dec 21 05:11:43.497 INFO ok!
95002024-12-21T05:11:44.344Z[ host-image] Dec 21 05:11:43.497 INFO O| Dec 21 05:11:43.497 INFO STEP 57 (ensure_file) COMPLETE
95012024-12-21T05:11:44.344Z[ host-image] Dec 21 05:11:43.497 INFO O| Dec 21 05:11:43.497 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95022024-12-21T05:11:44.354Z[ host-image] Dec 21 05:11:43.510 INFO O| Dec 21 05:11:43.510 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
95032024-12-21T05:11:44.354Z[ host-image] Dec 21 05:11:43.510 INFO O| Dec 21 05:11:43.510 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
95042024-12-21T05:11:45.450Z[ host-image] Dec 21 05:11:44.607 INFO O| Dec 21 05:11:44.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
95052024-12-21T05:11:45.450Z[ host-image] Dec 21 05:11:44.607 INFO O| Dec 21 05:11:44.607 INFO ok!
95062024-12-21T05:11:45.453Z[ host-image] Dec 21 05:11:44.607 INFO O| Dec 21 05:11:44.607 INFO STEP 58 (ensure_file) COMPLETE
95072024-12-21T05:11:45.453Z[ host-image] Dec 21 05:11:44.607 INFO O| Dec 21 05:11:44.607 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95082024-12-21T05:11:45.462Z[ host-image] Dec 21 05:11:44.619 INFO O| Dec 21 05:11:44.618 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95092024-12-21T05:11:45.465Z[ host-image] Dec 21 05:11:44.619 INFO O| Dec 21 05:11:44.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95102024-12-21T05:11:45.465Z[ host-image] Dec 21 05:11:44.619 INFO O| Dec 21 05:11:44.619 INFO STEP 59 (ensure_dir) COMPLETE
95112024-12-21T05:11:45.465Z[ host-image] Dec 21 05:11:44.619 INFO O| Dec 21 05:11:44.619 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95122024-12-21T05:11:45.472Z[ host-image] Dec 21 05:11:44.629 INFO O| Dec 21 05:11:44.629 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95132024-12-21T05:11:45.475Z[ host-image] Dec 21 05:11:44.629 INFO O| Dec 21 05:11:44.629 INFO copying /tmp/.tmpSMdqRg/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 ...
95142024-12-21T05:11:45.475Z[ host-image] Dec 21 05:11:44.629 INFO O| Dec 21 05:11:44.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
95152024-12-21T05:11:45.475Z[ host-image] Dec 21 05:11:44.629 INFO O| Dec 21 05:11:44.629 INFO ok!
95162024-12-21T05:11:45.475Z[ host-image] Dec 21 05:11:44.629 INFO O| Dec 21 05:11:44.629 INFO STEP 60 (ensure_file) COMPLETE
95172024-12-21T05:11:45.475Z[ host-image] Dec 21 05:11:44.629 INFO O| Dec 21 05:11:44.629 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95182024-12-21T05:11:45.483Z[ host-image] Dec 21 05:11:44.639 INFO O| Dec 21 05:11:44.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95192024-12-21T05:11:45.485Z[ host-image] Dec 21 05:11:44.639 INFO O| Dec 21 05:11:44.639 INFO copying /tmp/.tmpSMdqRg/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 ...
95202024-12-21T05:11:45.485Z[ host-image] Dec 21 05:11:44.640 INFO O| Dec 21 05:11:44.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
95212024-12-21T05:11:45.485Z[ host-image] Dec 21 05:11:44.640 INFO O| Dec 21 05:11:44.640 INFO ok!
95222024-12-21T05:11:45.486Z[ host-image] Dec 21 05:11:44.640 INFO O| Dec 21 05:11:44.640 INFO STEP 61 (ensure_file) COMPLETE
95232024-12-21T05:11:45.486Z[ host-image] Dec 21 05:11:44.640 INFO O| Dec 21 05:11:44.640 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95242024-12-21T05:11:45.493Z[ host-image] Dec 21 05:11:44.650 INFO O| Dec 21 05:11:44.650 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95252024-12-21T05:11:45.496Z[ host-image] Dec 21 05:11:44.650 INFO O| Dec 21 05:11:44.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95262024-12-21T05:11:45.496Z[ host-image] Dec 21 05:11:44.650 INFO O| Dec 21 05:11:44.650 INFO STEP 62 (ensure_dir) COMPLETE
95272024-12-21T05:11:45.496Z[ host-image] Dec 21 05:11:44.650 INFO O| Dec 21 05:11:44.650 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282024-12-21T05:11:45.504Z[ host-image] Dec 21 05:11:44.661 INFO O| Dec 21 05:11:44.661 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95292024-12-21T05:11:45.504Z[ host-image] Dec 21 05:11:44.661 INFO O| Dec 21 05:11:44.661 INFO copying /tmp/.tmpSMdqRg/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 ...
95302024-12-21T05:11:45.506Z[ host-image] Dec 21 05:11:44.661 INFO O| Dec 21 05:11:44.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95312024-12-21T05:11:45.506Z[ host-image] Dec 21 05:11:44.661 INFO O| Dec 21 05:11:44.661 INFO ok!
95322024-12-21T05:11:45.506Z[ host-image] Dec 21 05:11:44.661 INFO O| Dec 21 05:11:44.661 INFO STEP 63 (ensure_file) COMPLETE
95332024-12-21T05:11:45.507Z[ host-image] Dec 21 05:11:44.661 INFO O| Dec 21 05:11:44.661 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95342024-12-21T05:11:45.514Z[ host-image] Dec 21 05:11:44.671 INFO O| Dec 21 05:11:44.671 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95352024-12-21T05:11:45.514Z[ host-image] Dec 21 05:11:44.671 INFO O| Dec 21 05:11:44.671 INFO copying /tmp/.tmpSMdqRg/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 ...
95362024-12-21T05:11:45.517Z[ host-image] Dec 21 05:11:44.671 INFO O| Dec 21 05:11:44.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
95372024-12-21T05:11:45.517Z[ host-image] Dec 21 05:11:44.671 INFO O| Dec 21 05:11:44.671 INFO ok!
95382024-12-21T05:11:45.517Z[ host-image] Dec 21 05:11:44.671 INFO O| Dec 21 05:11:44.671 INFO STEP 64 (ensure_file) COMPLETE
95392024-12-21T05:11:45.517Z[ host-image] Dec 21 05:11:44.671 INFO O| Dec 21 05:11:44.671 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95402024-12-21T05:11:45.525Z[ host-image] Dec 21 05:11:44.681 INFO O| Dec 21 05:11:44.681 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95412024-12-21T05:11:45.525Z[ host-image] Dec 21 05:11:44.681 INFO O| Dec 21 05:11:44.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95422024-12-21T05:11:45.528Z[ host-image] Dec 21 05:11:44.681 INFO O| Dec 21 05:11:44.681 INFO STEP 65 (ensure_dir) COMPLETE
95432024-12-21T05:11:45.528Z[ host-image] Dec 21 05:11:44.681 INFO O| Dec 21 05:11:44.681 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95442024-12-21T05:11:45.535Z[ host-image] Dec 21 05:11:44.692 INFO O| Dec 21 05:11:44.692 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95452024-12-21T05:11:45.535Z[ host-image] Dec 21 05:11:44.692 INFO O| Dec 21 05:11:44.692 INFO copying /tmp/.tmpSMdqRg/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 ...
95462024-12-21T05:11:45.537Z[ host-image] Dec 21 05:11:44.692 INFO O| Dec 21 05:11:44.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95472024-12-21T05:11:45.537Z[ host-image] Dec 21 05:11:44.692 INFO O| Dec 21 05:11:44.692 INFO ok!
95482024-12-21T05:11:45.537Z[ host-image] Dec 21 05:11:44.692 INFO O| Dec 21 05:11:44.692 INFO STEP 66 (ensure_file) COMPLETE
95492024-12-21T05:11:45.537Z[ host-image] Dec 21 05:11:44.692 INFO O| Dec 21 05:11:44.692 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95502024-12-21T05:11:45.546Z[ host-image] Dec 21 05:11:44.703 INFO O| Dec 21 05:11:44.703 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
95512024-12-21T05:11:45.546Z[ host-image] Dec 21 05:11:44.703 INFO O| Dec 21 05:11:44.703 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
95522024-12-21T05:11:45.548Z[ host-image] Dec 21 05:11:44.703 INFO O| Dec 21 05:11:44.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
95532024-12-21T05:11:45.548Z[ host-image] Dec 21 05:11:44.703 INFO O| Dec 21 05:11:44.703 INFO ok!
95542024-12-21T05:11:45.548Z[ host-image] Dec 21 05:11:44.703 INFO O| Dec 21 05:11:44.703 INFO STEP 67 (ensure_file) COMPLETE
95552024-12-21T05:11:45.548Z[ host-image] Dec 21 05:11:44.703 INFO O| Dec 21 05:11:44.703 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95562024-12-21T05:11:45.556Z[ host-image] Dec 21 05:11:44.713 INFO O| Dec 21 05:11:44.713 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95572024-12-21T05:11:45.559Z[ host-image] Dec 21 05:11:44.713 INFO O| Dec 21 05:11:44.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95582024-12-21T05:11:45.559Z[ host-image] Dec 21 05:11:44.713 INFO O| Dec 21 05:11:44.713 INFO STEP 68 (ensure_dir) COMPLETE
95592024-12-21T05:11:45.559Z[ host-image] Dec 21 05:11:44.713 INFO O| Dec 21 05:11:44.713 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95602024-12-21T05:11:45.567Z[ host-image] Dec 21 05:11:44.724 INFO O| Dec 21 05:11:44.724 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
95612024-12-21T05:11:45.567Z[ host-image] Dec 21 05:11:44.724 INFO O| Dec 21 05:11:44.724 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
95622024-12-21T05:11:46.689Z[ host-image] Dec 21 05:11:45.845 INFO O| Dec 21 05:11:45.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
95632024-12-21T05:11:46.689Z[ host-image] Dec 21 05:11:45.845 INFO O| Dec 21 05:11:45.845 INFO ok!
95642024-12-21T05:11:46.689Z[ host-image] Dec 21 05:11:45.845 INFO O| Dec 21 05:11:45.845 INFO STEP 69 (ensure_file) COMPLETE
95652024-12-21T05:11:46.692Z[ host-image] Dec 21 05:11:45.845 INFO O| Dec 21 05:11:45.845 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95662024-12-21T05:11:46.703Z[ host-image] Dec 21 05:11:45.859 INFO O| Dec 21 05:11:45.859 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
95672024-12-21T05:11:46.703Z[ host-image] Dec 21 05:11:45.859 INFO O| Dec 21 05:11:45.859 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
95682024-12-21T05:11:48.429Z[ host-image] Dec 21 05:11:47.585 INFO O| Dec 21 05:11:47.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
95692024-12-21T05:11:48.429Z[ host-image] Dec 21 05:11:47.585 INFO O| Dec 21 05:11:47.585 INFO ok!
95702024-12-21T05:11:48.432Z[ host-image] Dec 21 05:11:47.585 INFO O| Dec 21 05:11:47.585 INFO STEP 70 (ensure_file) COMPLETE
95712024-12-21T05:11:48.432Z[ host-image] Dec 21 05:11:47.585 INFO O| Dec 21 05:11:47.585 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95722024-12-21T05:11:48.448Z[ host-image] Dec 21 05:11:47.603 INFO O| Dec 21 05:11:47.603 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95732024-12-21T05:11:48.449Z[ host-image] Dec 21 05:11:47.603 INFO O| Dec 21 05:11:47.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95742024-12-21T05:11:48.452Z[ host-image] Dec 21 05:11:47.603 INFO O| Dec 21 05:11:47.603 INFO STEP 71 (ensure_dir) COMPLETE
95752024-12-21T05:11:48.452Z[ host-image] Dec 21 05:11:47.603 INFO O| Dec 21 05:11:47.603 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762024-12-21T05:11:48.461Z[ host-image] Dec 21 05:11:47.617 INFO O| Dec 21 05:11:47.617 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
95772024-12-21T05:11:48.461Z[ host-image] Dec 21 05:11:47.618 INFO O| Dec 21 05:11:47.617 INFO copying /tmp/.tmpSMdqRg/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 ...
95782024-12-21T05:11:48.464Z[ host-image] Dec 21 05:11:47.618 INFO O| Dec 21 05:11:47.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
95792024-12-21T05:11:48.464Z[ host-image] Dec 21 05:11:47.618 INFO O| Dec 21 05:11:47.618 INFO ok!
95802024-12-21T05:11:48.464Z[ host-image] Dec 21 05:11:47.618 INFO O| Dec 21 05:11:47.618 INFO STEP 72 (ensure_file) COMPLETE
95812024-12-21T05:11:48.464Z[ host-image] Dec 21 05:11:47.618 INFO O| Dec 21 05:11:47.618 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822024-12-21T05:11:48.478Z[ host-image] Dec 21 05:11:47.634 INFO O| Dec 21 05:11:47.634 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
95832024-12-21T05:11:48.478Z[ host-image] Dec 21 05:11:47.634 INFO O| Dec 21 05:11:47.634 INFO copying /tmp/.tmpSMdqRg/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 ...
95842024-12-21T05:11:48.478Z[ host-image] Dec 21 05:11:47.634 INFO O| Dec 21 05:11:47.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
95852024-12-21T05:11:48.480Z[ host-image] Dec 21 05:11:47.634 INFO O| Dec 21 05:11:47.634 INFO ok!
95862024-12-21T05:11:48.480Z[ host-image] Dec 21 05:11:47.634 INFO O| Dec 21 05:11:47.634 INFO STEP 73 (ensure_file) COMPLETE
95872024-12-21T05:11:48.480Z[ host-image] Dec 21 05:11:47.634 INFO O| Dec 21 05:11:47.634 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882024-12-21T05:11:48.494Z[ host-image] Dec 21 05:11:47.650 INFO O| Dec 21 05:11:47.650 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
95892024-12-21T05:11:48.494Z[ host-image] Dec 21 05:11:47.650 INFO O| Dec 21 05:11:47.650 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
95902024-12-21T05:11:48.494Z[ host-image] Dec 21 05:11:47.650 INFO O| Dec 21 05:11:47.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
95912024-12-21T05:11:48.494Z[ host-image] Dec 21 05:11:47.650 INFO O| Dec 21 05:11:47.650 INFO ok!
95922024-12-21T05:11:48.496Z[ host-image] Dec 21 05:11:47.650 INFO O| Dec 21 05:11:47.650 INFO STEP 74 (ensure_file) COMPLETE
95932024-12-21T05:11:48.496Z[ host-image] Dec 21 05:11:47.650 INFO O| Dec 21 05:11:47.650 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942024-12-21T05:11:48.510Z[ host-image] Dec 21 05:11:47.666 INFO O| Dec 21 05:11:47.666 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
95952024-12-21T05:11:48.510Z[ host-image] Dec 21 05:11:47.666 INFO O| Dec 21 05:11:47.666 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
95962024-12-21T05:11:48.510Z[ host-image] Dec 21 05:11:47.666 INFO O| Dec 21 05:11:47.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
95972024-12-21T05:11:48.513Z[ host-image] Dec 21 05:11:47.667 INFO O| Dec 21 05:11:47.666 INFO ok!
95982024-12-21T05:11:48.514Z[ host-image] Dec 21 05:11:47.667 INFO O| Dec 21 05:11:47.666 INFO STEP 75 (ensure_file) COMPLETE
95992024-12-21T05:11:48.514Z[ host-image] Dec 21 05:11:47.667 INFO O| Dec 21 05:11:47.667 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96002024-12-21T05:11:48.527Z[ host-image] Dec 21 05:11:47.683 INFO O| Dec 21 05:11:47.683 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96012024-12-21T05:11:48.527Z[ host-image] Dec 21 05:11:47.683 INFO O| Dec 21 05:11:47.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96022024-12-21T05:11:48.527Z[ host-image] Dec 21 05:11:47.683 INFO O| Dec 21 05:11:47.683 INFO STEP 76 (ensure_dir) COMPLETE
96032024-12-21T05:11:48.530Z[ host-image] Dec 21 05:11:47.683 INFO O| Dec 21 05:11:47.683 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96042024-12-21T05:11:48.540Z[ host-image] Dec 21 05:11:47.696 INFO O| Dec 21 05:11:47.696 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
96052024-12-21T05:11:48.540Z[ host-image] Dec 21 05:11:47.696 INFO O| Dec 21 05:11:47.696 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
96062024-12-21T05:11:48.543Z[ host-image] Dec 21 05:11:47.699 INFO O| Dec 21 05:11:47.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
96072024-12-21T05:11:48.543Z[ host-image] Dec 21 05:11:47.699 INFO O| Dec 21 05:11:47.699 INFO ok!
96082024-12-21T05:11:48.543Z[ host-image] Dec 21 05:11:47.699 INFO O| Dec 21 05:11:47.699 INFO STEP 77 (ensure_file) COMPLETE
96092024-12-21T05:11:48.543Z[ host-image] Dec 21 05:11:47.699 INFO O| Dec 21 05:11:47.699 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96102024-12-21T05:11:48.557Z[ host-image] Dec 21 05:11:47.713 INFO O| Dec 21 05:11:47.713 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
96112024-12-21T05:11:48.557Z[ host-image] Dec 21 05:11:47.713 INFO O| Dec 21 05:11:47.713 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
96122024-12-21T05:11:48.557Z[ host-image] Dec 21 05:11:47.713 INFO O| Dec 21 05:11:47.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
96132024-12-21T05:11:48.559Z[ host-image] Dec 21 05:11:47.713 INFO O| Dec 21 05:11:47.713 INFO ok!
96142024-12-21T05:11:48.559Z[ host-image] Dec 21 05:11:47.713 INFO O| Dec 21 05:11:47.713 INFO STEP 78 (ensure_file) COMPLETE
96152024-12-21T05:11:48.559Z[ host-image] Dec 21 05:11:47.713 INFO O| Dec 21 05:11:47.713 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96162024-12-21T05:11:48.573Z[ host-image] Dec 21 05:11:47.729 INFO O| Dec 21 05:11:47.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
96172024-12-21T05:11:48.573Z[ host-image] Dec 21 05:11:47.729 INFO O| Dec 21 05:11:47.729 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
96182024-12-21T05:11:50.137Z[ host-image] Dec 21 05:11:49.293 INFO O| Dec 21 05:11:49.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
96192024-12-21T05:11:50.137Z[ host-image] Dec 21 05:11:49.293 INFO O| Dec 21 05:11:49.293 INFO ok!
96202024-12-21T05:11:50.137Z[ host-image] Dec 21 05:11:49.293 INFO O| Dec 21 05:11:49.293 INFO STEP 79 (ensure_file) COMPLETE
96212024-12-21T05:11:50.140Z[ host-image] Dec 21 05:11:49.293 INFO O| Dec 21 05:11:49.293 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96222024-12-21T05:11:50.155Z[ host-image] Dec 21 05:11:49.311 INFO O| Dec 21 05:11:49.311 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96232024-12-21T05:11:50.155Z[ host-image] Dec 21 05:11:49.311 INFO O| Dec 21 05:11:49.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96242024-12-21T05:11:50.155Z[ host-image] Dec 21 05:11:49.311 INFO O| Dec 21 05:11:49.311 INFO STEP 80 (ensure_dir) COMPLETE
96252024-12-21T05:11:50.158Z[ host-image] Dec 21 05:11:49.311 INFO O| Dec 21 05:11:49.311 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96262024-12-21T05:11:50.172Z[ host-image] Dec 21 05:11:49.329 INFO O| Dec 21 05:11:49.328 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96272024-12-21T05:11:50.172Z[ host-image] Dec 21 05:11:49.329 INFO O| Dec 21 05:11:49.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96282024-12-21T05:11:50.175Z[ host-image] Dec 21 05:11:49.329 INFO O| Dec 21 05:11:49.329 INFO STEP 81 (ensure_dir) COMPLETE
96292024-12-21T05:11:50.175Z[ host-image] Dec 21 05:11:49.329 INFO O| Dec 21 05:11:49.329 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96302024-12-21T05:11:50.192Z[ host-image] Dec 21 05:11:49.348 INFO O| Dec 21 05:11:49.348 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96312024-12-21T05:11:50.192Z[ host-image] Dec 21 05:11:49.348 INFO O| Dec 21 05:11:49.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96322024-12-21T05:11:50.197Z[ host-image] Dec 21 05:11:49.348 INFO O| Dec 21 05:11:49.348 INFO STEP 82 (ensure_dir) COMPLETE
96332024-12-21T05:11:50.197Z[ host-image] Dec 21 05:11:49.348 INFO O| Dec 21 05:11:49.348 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96342024-12-21T05:11:50.210Z[ host-image] Dec 21 05:11:49.366 INFO O| Dec 21 05:11:49.366 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96352024-12-21T05:11:50.210Z[ host-image] Dec 21 05:11:49.366 INFO O| Dec 21 05:11:49.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96362024-12-21T05:11:50.210Z[ host-image] Dec 21 05:11:49.366 INFO O| Dec 21 05:11:49.366 INFO STEP 83 (ensure_dir) COMPLETE
96372024-12-21T05:11:50.210Z[ host-image] Dec 21 05:11:49.366 INFO O| Dec 21 05:11:49.366 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96382024-12-21T05:11:50.227Z[ host-image] Dec 21 05:11:49.383 INFO O| Dec 21 05:11:49.383 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96392024-12-21T05:11:50.235Z[ host-image] Dec 21 05:11:49.383 INFO O| Dec 21 05:11:49.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96402024-12-21T05:11:50.235Z[ host-image] Dec 21 05:11:49.383 INFO O| Dec 21 05:11:49.383 INFO STEP 84 (ensure_dir) COMPLETE
96412024-12-21T05:11:50.235Z[ host-image] Dec 21 05:11:49.383 INFO O| Dec 21 05:11:49.383 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422024-12-21T05:11:50.239Z[ host-image] Dec 21 05:11:49.395 INFO O| Dec 21 05:11:49.395 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
96432024-12-21T05:11:50.239Z[ host-image] Dec 21 05:11:49.396 INFO O| Dec 21 05:11:49.395 INFO copying /tmp/.tmpSMdqRg/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 ...
96442024-12-21T05:11:50.243Z[ host-image] Dec 21 05:11:49.396 INFO O| Dec 21 05:11:49.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
96452024-12-21T05:11:50.243Z[ host-image] Dec 21 05:11:49.396 INFO O| Dec 21 05:11:49.396 INFO ok!
96462024-12-21T05:11:50.244Z[ host-image] Dec 21 05:11:49.396 INFO O| Dec 21 05:11:49.396 INFO STEP 85 (ensure_file) COMPLETE
96472024-12-21T05:11:50.244Z[ host-image] Dec 21 05:11:49.396 INFO O| Dec 21 05:11:49.396 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96482024-12-21T05:11:50.254Z[ host-image] Dec 21 05:11:49.410 INFO O| Dec 21 05:11:49.410 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96492024-12-21T05:11:50.254Z[ host-image] Dec 21 05:11:49.410 INFO O| Dec 21 05:11:49.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96502024-12-21T05:11:50.254Z[ host-image] Dec 21 05:11:49.410 INFO O| Dec 21 05:11:49.410 INFO STEP 86 (ensure_dir) COMPLETE
96512024-12-21T05:11:50.256Z[ host-image] Dec 21 05:11:49.410 INFO O| Dec 21 05:11:49.410 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96522024-12-21T05:11:50.271Z[ host-image] Dec 21 05:11:49.427 INFO O| Dec 21 05:11:49.427 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
96532024-12-21T05:11:50.271Z[ host-image] Dec 21 05:11:49.427 INFO O| Dec 21 05:11:49.427 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
96542024-12-21T05:11:50.274Z[ host-image] Dec 21 05:11:49.428 INFO O| Dec 21 05:11:49.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
96552024-12-21T05:11:50.274Z[ host-image] Dec 21 05:11:49.428 INFO O| Dec 21 05:11:49.428 INFO ok!
96562024-12-21T05:11:50.274Z[ host-image] Dec 21 05:11:49.428 INFO O| Dec 21 05:11:49.428 INFO STEP 87 (ensure_file) COMPLETE
96572024-12-21T05:11:50.274Z[ host-image] Dec 21 05:11:49.428 INFO O| Dec 21 05:11:49.428 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96582024-12-21T05:11:50.290Z[ host-image] Dec 21 05:11:49.446 INFO O| Dec 21 05:11:49.446 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
96592024-12-21T05:11:50.290Z[ host-image] Dec 21 05:11:49.446 INFO O| Dec 21 05:11:49.446 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
96602024-12-21T05:11:50.800Z[ host-image] Dec 21 05:11:49.955 INFO O| Dec 21 05:11:49.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
96612024-12-21T05:11:50.800Z[ host-image] Dec 21 05:11:49.955 INFO O| Dec 21 05:11:49.955 INFO ok!
96622024-12-21T05:11:50.803Z[ host-image] Dec 21 05:11:49.955 INFO O| Dec 21 05:11:49.955 INFO STEP 88 (ensure_file) COMPLETE
96632024-12-21T05:11:50.803Z[ host-image] Dec 21 05:11:49.956 INFO O| Dec 21 05:11:49.955 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96642024-12-21T05:11:50.814Z[ host-image] Dec 21 05:11:49.970 INFO O| Dec 21 05:11:49.970 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
96652024-12-21T05:11:50.814Z[ host-image] Dec 21 05:11:49.970 INFO O| Dec 21 05:11:49.970 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
96662024-12-21T05:11:51.540Z[ host-image] Dec 21 05:11:50.697 INFO O| Dec 21 05:11:50.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
96672024-12-21T05:11:51.541Z[ host-image] Dec 21 05:11:50.697 INFO O| Dec 21 05:11:50.697 INFO ok!
96682024-12-21T05:11:51.541Z[ host-image] Dec 21 05:11:50.697 INFO O| Dec 21 05:11:50.697 INFO STEP 89 (ensure_file) COMPLETE
96692024-12-21T05:11:51.543Z[ host-image] Dec 21 05:11:50.697 INFO O| Dec 21 05:11:50.697 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96702024-12-21T05:11:51.561Z[ host-image] Dec 21 05:11:50.718 INFO O| Dec 21 05:11:50.717 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
96712024-12-21T05:11:51.561Z[ host-image] Dec 21 05:11:50.718 INFO O| Dec 21 05:11:50.717 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
96722024-12-21T05:11:51.564Z[ host-image] Dec 21 05:11:50.718 INFO O| Dec 21 05:11:50.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
96732024-12-21T05:11:51.564Z[ host-image] Dec 21 05:11:50.718 INFO O| Dec 21 05:11:50.718 INFO ok!
96742024-12-21T05:11:51.564Z[ host-image] Dec 21 05:11:50.718 INFO O| Dec 21 05:11:50.718 INFO STEP 90 (ensure_file) COMPLETE
96752024-12-21T05:11:51.564Z[ host-image] Dec 21 05:11:50.718 INFO O| Dec 21 05:11:50.718 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96762024-12-21T05:11:51.578Z[ host-image] Dec 21 05:11:50.734 INFO O| Dec 21 05:11:50.734 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96772024-12-21T05:11:51.578Z[ host-image] Dec 21 05:11:50.734 INFO O| Dec 21 05:11:50.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96782024-12-21T05:11:51.578Z[ host-image] Dec 21 05:11:50.734 INFO O| Dec 21 05:11:50.734 INFO STEP 91 (ensure_dir) COMPLETE
96792024-12-21T05:11:51.581Z[ host-image] Dec 21 05:11:50.734 INFO O| Dec 21 05:11:50.734 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96802024-12-21T05:11:51.595Z[ host-image] Dec 21 05:11:50.752 INFO O| Dec 21 05:11:50.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
96812024-12-21T05:11:51.596Z[ host-image] Dec 21 05:11:50.752 INFO O| Dec 21 05:11:50.752 INFO copying /tmp/.tmpSMdqRg/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 ...
96822024-12-21T05:11:51.598Z[ host-image] Dec 21 05:11:50.752 INFO O| Dec 21 05:11:50.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
96832024-12-21T05:11:51.598Z[ host-image] Dec 21 05:11:50.752 INFO O| Dec 21 05:11:50.752 INFO ok!
96842024-12-21T05:11:51.598Z[ host-image] Dec 21 05:11:50.752 INFO O| Dec 21 05:11:50.752 INFO STEP 92 (ensure_file) COMPLETE
96852024-12-21T05:11:51.598Z[ host-image] Dec 21 05:11:50.752 INFO O| Dec 21 05:11:50.752 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96862024-12-21T05:11:51.615Z[ host-image] Dec 21 05:11:50.771 INFO O| Dec 21 05:11:50.771 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
96872024-12-21T05:11:51.615Z[ host-image] Dec 21 05:11:50.771 INFO O| Dec 21 05:11:50.771 INFO copying /tmp/.tmpSMdqRg/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 ...
96882024-12-21T05:11:51.615Z[ host-image] Dec 21 05:11:50.771 INFO O| Dec 21 05:11:50.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
96892024-12-21T05:11:51.617Z[ host-image] Dec 21 05:11:50.771 INFO O| Dec 21 05:11:50.771 INFO ok!
96902024-12-21T05:11:51.617Z[ host-image] Dec 21 05:11:50.771 INFO O| Dec 21 05:11:50.771 INFO STEP 93 (ensure_file) COMPLETE
96912024-12-21T05:11:51.618Z[ host-image] Dec 21 05:11:50.771 INFO O| Dec 21 05:11:50.771 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96922024-12-21T05:11:51.635Z[ host-image] Dec 21 05:11:50.791 INFO O| Dec 21 05:11:50.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
96932024-12-21T05:11:51.635Z[ host-image] Dec 21 05:11:50.791 INFO O| Dec 21 05:11:50.791 INFO copying /tmp/.tmpSMdqRg/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 ...
96942024-12-21T05:11:51.637Z[ host-image] Dec 21 05:11:50.791 INFO O| Dec 21 05:11:50.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
96952024-12-21T05:11:51.637Z[ host-image] Dec 21 05:11:50.791 INFO O| Dec 21 05:11:50.791 INFO ok!
96962024-12-21T05:11:51.637Z[ host-image] Dec 21 05:11:50.791 INFO O| Dec 21 05:11:50.791 INFO STEP 94 (ensure_file) COMPLETE
96972024-12-21T05:11:51.637Z[ host-image] Dec 21 05:11:50.791 INFO O| Dec 21 05:11:50.791 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96982024-12-21T05:11:51.650Z[ host-image] Dec 21 05:11:50.806 INFO O| Dec 21 05:11:50.806 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96992024-12-21T05:11:51.650Z[ host-image] Dec 21 05:11:50.806 INFO O| Dec 21 05:11:50.806 INFO copying /tmp/.tmpSMdqRg/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 ...
97002024-12-21T05:11:51.653Z[ host-image] Dec 21 05:11:50.806 INFO O| Dec 21 05:11:50.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
97012024-12-21T05:11:51.653Z[ host-image] Dec 21 05:11:50.806 INFO O| Dec 21 05:11:50.806 INFO ok!
97022024-12-21T05:11:51.653Z[ host-image] Dec 21 05:11:50.806 INFO O| Dec 21 05:11:50.806 INFO STEP 95 (ensure_file) COMPLETE
97032024-12-21T05:11:51.653Z[ host-image] Dec 21 05:11:50.806 INFO O| Dec 21 05:11:50.806 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97042024-12-21T05:11:51.668Z[ host-image] Dec 21 05:11:50.824 INFO O| Dec 21 05:11:50.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
97052024-12-21T05:11:51.668Z[ host-image] Dec 21 05:11:50.824 INFO O| Dec 21 05:11:50.824 INFO copying /tmp/.tmpSMdqRg/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 ...
97062024-12-21T05:11:51.671Z[ host-image] Dec 21 05:11:50.825 INFO O| Dec 21 05:11:50.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
97072024-12-21T05:11:51.671Z[ host-image] Dec 21 05:11:50.825 INFO O| Dec 21 05:11:50.825 INFO ok!
97082024-12-21T05:11:51.671Z[ host-image] Dec 21 05:11:50.825 INFO O| Dec 21 05:11:50.825 INFO STEP 96 (ensure_file) COMPLETE
97092024-12-21T05:11:51.671Z[ host-image] Dec 21 05:11:50.825 INFO O| Dec 21 05:11:50.825 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97102024-12-21T05:11:51.683Z[ host-image] Dec 21 05:11:50.839 INFO O| Dec 21 05:11:50.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
97112024-12-21T05:11:51.683Z[ host-image] Dec 21 05:11:50.839 INFO O| Dec 21 05:11:50.839 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
97122024-12-21T05:11:51.685Z[ host-image] Dec 21 05:11:50.840 INFO O| Dec 21 05:11:50.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
97132024-12-21T05:11:51.686Z[ host-image] Dec 21 05:11:50.840 INFO O| Dec 21 05:11:50.840 INFO ok!
97142024-12-21T05:11:51.686Z[ host-image] Dec 21 05:11:50.840 INFO O| Dec 21 05:11:50.840 INFO STEP 97 (ensure_file) COMPLETE
97152024-12-21T05:11:51.686Z[ host-image] Dec 21 05:11:50.840 INFO O| Dec 21 05:11:50.840 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97162024-12-21T05:11:51.697Z[ host-image] Dec 21 05:11:50.853 INFO O| Dec 21 05:11:50.853 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
97172024-12-21T05:11:51.697Z[ host-image] Dec 21 05:11:50.853 INFO O| Dec 21 05:11:50.853 INFO copying /tmp/.tmpSMdqRg/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 ...
97182024-12-21T05:11:51.697Z[ host-image] Dec 21 05:11:50.853 INFO O| Dec 21 05:11:50.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
97192024-12-21T05:11:51.697Z[ host-image] Dec 21 05:11:50.853 INFO O| Dec 21 05:11:50.853 INFO ok!
97202024-12-21T05:11:51.699Z[ host-image] Dec 21 05:11:50.854 INFO O| Dec 21 05:11:50.853 INFO STEP 98 (ensure_file) COMPLETE
97212024-12-21T05:11:51.699Z[ host-image] Dec 21 05:11:50.854 INFO O| Dec 21 05:11:50.854 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97222024-12-21T05:11:51.716Z[ host-image] Dec 21 05:11:50.872 INFO O| Dec 21 05:11:50.872 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
97232024-12-21T05:11:51.716Z[ host-image] Dec 21 05:11:50.872 INFO O| Dec 21 05:11:50.872 INFO copying /tmp/.tmpSMdqRg/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 ...
97242024-12-21T05:11:51.718Z[ host-image] Dec 21 05:11:50.872 INFO O| Dec 21 05:11:50.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
97252024-12-21T05:11:51.718Z[ host-image] Dec 21 05:11:50.872 INFO O| Dec 21 05:11:50.872 INFO ok!
97262024-12-21T05:11:51.719Z[ host-image] Dec 21 05:11:50.873 INFO O| Dec 21 05:11:50.872 INFO STEP 99 (ensure_file) COMPLETE
97272024-12-21T05:11:51.719Z[ host-image] Dec 21 05:11:50.873 INFO O| Dec 21 05:11:50.872 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97282024-12-21T05:11:51.729Z[ host-image] Dec 21 05:11:50.886 INFO O| Dec 21 05:11:50.885 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
97292024-12-21T05:11:51.731Z[ host-image] Dec 21 05:11:50.886 INFO O| Dec 21 05:11:50.885 INFO copying /tmp/.tmpSMdqRg/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 ...
97302024-12-21T05:11:51.731Z[ host-image] Dec 21 05:11:50.886 INFO O| Dec 21 05:11:50.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
97312024-12-21T05:11:51.731Z[ host-image] Dec 21 05:11:50.886 INFO O| Dec 21 05:11:50.886 INFO ok!
97322024-12-21T05:11:51.731Z[ host-image] Dec 21 05:11:50.886 INFO O| Dec 21 05:11:50.886 INFO STEP 100 (ensure_file) COMPLETE
97332024-12-21T05:11:51.732Z[ host-image] Dec 21 05:11:50.886 INFO O| Dec 21 05:11:50.886 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97342024-12-21T05:11:51.744Z[ host-image] Dec 21 05:11:50.900 INFO O| Dec 21 05:11:50.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
97352024-12-21T05:11:51.744Z[ host-image] Dec 21 05:11:50.900 INFO O| Dec 21 05:11:50.900 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
97362024-12-21T05:11:51.744Z[ host-image] Dec 21 05:11:50.900 INFO O| Dec 21 05:11:50.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
97372024-12-21T05:11:51.744Z[ host-image] Dec 21 05:11:50.900 INFO O| Dec 21 05:11:50.900 INFO ok!
97382024-12-21T05:11:51.744Z[ host-image] Dec 21 05:11:50.900 INFO O| Dec 21 05:11:50.900 INFO STEP 101 (ensure_file) COMPLETE
97392024-12-21T05:11:51.746Z[ host-image] Dec 21 05:11:50.900 INFO O| Dec 21 05:11:50.900 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97402024-12-21T05:11:51.759Z[ host-image] Dec 21 05:11:50.915 INFO O| Dec 21 05:11:50.915 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
97412024-12-21T05:11:51.761Z[ host-image] Dec 21 05:11:50.915 INFO O| Dec 21 05:11:50.915 INFO copying /tmp/.tmpSMdqRg/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 ...
97422024-12-21T05:11:51.761Z[ host-image] Dec 21 05:11:50.915 INFO O| Dec 21 05:11:50.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
97432024-12-21T05:11:51.761Z[ host-image] Dec 21 05:11:50.916 INFO O| Dec 21 05:11:50.915 INFO ok!
97442024-12-21T05:11:51.761Z[ host-image] Dec 21 05:11:50.916 INFO O| Dec 21 05:11:50.915 INFO STEP 102 (ensure_file) COMPLETE
97452024-12-21T05:11:51.761Z[ host-image] Dec 21 05:11:50.916 INFO O| Dec 21 05:11:50.916 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97462024-12-21T05:11:51.772Z[ host-image] Dec 21 05:11:50.928 INFO O| Dec 21 05:11:50.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
97472024-12-21T05:11:51.772Z[ host-image] Dec 21 05:11:50.928 INFO O| Dec 21 05:11:50.928 INFO copying /tmp/.tmpSMdqRg/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 ...
97482024-12-21T05:11:51.775Z[ host-image] Dec 21 05:11:50.928 INFO O| Dec 21 05:11:50.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
97492024-12-21T05:11:51.775Z[ host-image] Dec 21 05:11:50.929 INFO O| Dec 21 05:11:50.928 INFO ok!
97502024-12-21T05:11:51.775Z[ host-image] Dec 21 05:11:50.929 INFO O| Dec 21 05:11:50.929 INFO STEP 103 (ensure_file) COMPLETE
97512024-12-21T05:11:51.775Z[ host-image] Dec 21 05:11:50.929 INFO O| Dec 21 05:11:50.929 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97522024-12-21T05:11:51.791Z[ host-image] Dec 21 05:11:50.947 INFO O| Dec 21 05:11:50.947 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
97532024-12-21T05:11:51.791Z[ host-image] Dec 21 05:11:50.947 INFO O| Dec 21 05:11:50.947 INFO copying /tmp/.tmpSMdqRg/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 ...
97542024-12-21T05:11:51.794Z[ host-image] Dec 21 05:11:50.947 INFO O| Dec 21 05:11:50.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
97552024-12-21T05:11:51.794Z[ host-image] Dec 21 05:11:50.947 INFO O| Dec 21 05:11:50.947 INFO ok!
97562024-12-21T05:11:51.794Z[ host-image] Dec 21 05:11:50.947 INFO O| Dec 21 05:11:50.947 INFO STEP 104 (ensure_file) COMPLETE
97572024-12-21T05:11:51.794Z[ host-image] Dec 21 05:11:50.947 INFO O| Dec 21 05:11:50.947 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97582024-12-21T05:11:51.809Z[ host-image] Dec 21 05:11:50.965 INFO O| Dec 21 05:11:50.965 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
97592024-12-21T05:11:51.809Z[ host-image] Dec 21 05:11:50.965 INFO O| Dec 21 05:11:50.965 INFO copying /tmp/.tmpSMdqRg/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 ...
97602024-12-21T05:11:51.811Z[ host-image] Dec 21 05:11:50.965 INFO O| Dec 21 05:11:50.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
97612024-12-21T05:11:51.811Z[ host-image] Dec 21 05:11:50.965 INFO O| Dec 21 05:11:50.965 INFO ok!
97622024-12-21T05:11:51.811Z[ host-image] Dec 21 05:11:50.965 INFO O| Dec 21 05:11:50.965 INFO STEP 105 (ensure_file) COMPLETE
97632024-12-21T05:11:51.811Z[ host-image] Dec 21 05:11:50.965 INFO O| Dec 21 05:11:50.965 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97642024-12-21T05:11:51.825Z[ host-image] Dec 21 05:11:50.981 INFO O| Dec 21 05:11:50.981 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
97652024-12-21T05:11:51.825Z[ host-image] Dec 21 05:11:50.981 INFO O| Dec 21 05:11:50.981 INFO copying /tmp/.tmpSMdqRg/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 ...
97662024-12-21T05:11:51.827Z[ host-image] Dec 21 05:11:50.981 INFO O| Dec 21 05:11:50.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
97672024-12-21T05:11:51.827Z[ host-image] Dec 21 05:11:50.981 INFO O| Dec 21 05:11:50.981 INFO ok!
97682024-12-21T05:11:51.827Z[ host-image] Dec 21 05:11:50.981 INFO O| Dec 21 05:11:50.981 INFO STEP 106 (ensure_file) COMPLETE
97692024-12-21T05:11:51.827Z[ host-image] Dec 21 05:11:50.981 INFO O| Dec 21 05:11:50.981 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97702024-12-21T05:11:51.841Z[ host-image] Dec 21 05:11:50.997 INFO O| Dec 21 05:11:50.997 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
97712024-12-21T05:11:51.841Z[ host-image] Dec 21 05:11:50.997 INFO O| Dec 21 05:11:50.997 INFO copying /tmp/.tmpSMdqRg/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 ...
97722024-12-21T05:11:51.845Z[ host-image] Dec 21 05:11:50.997 INFO O| Dec 21 05:11:50.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
97732024-12-21T05:11:51.845Z[ host-image] Dec 21 05:11:50.997 INFO O| Dec 21 05:11:50.997 INFO ok!
97742024-12-21T05:11:51.845Z[ host-image] Dec 21 05:11:50.997 INFO O| Dec 21 05:11:50.997 INFO STEP 107 (ensure_file) COMPLETE
97752024-12-21T05:11:51.845Z[ host-image] Dec 21 05:11:50.997 INFO O| Dec 21 05:11:50.997 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97762024-12-21T05:11:51.859Z[ host-image] Dec 21 05:11:51.014 INFO O| Dec 21 05:11:51.014 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
97772024-12-21T05:11:51.860Z[ host-image] Dec 21 05:11:51.015 INFO O| Dec 21 05:11:51.014 INFO copying /tmp/.tmpSMdqRg/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 ...
97782024-12-21T05:11:51.860Z[ host-image] Dec 21 05:11:51.015 INFO O| Dec 21 05:11:51.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
97792024-12-21T05:11:51.865Z[ host-image] Dec 21 05:11:51.015 INFO O| Dec 21 05:11:51.015 INFO ok!
97802024-12-21T05:11:51.865Z[ host-image] Dec 21 05:11:51.015 INFO O| Dec 21 05:11:51.015 INFO STEP 108 (ensure_file) COMPLETE
97812024-12-21T05:11:51.866Z[ host-image] Dec 21 05:11:51.015 INFO O| Dec 21 05:11:51.015 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97822024-12-21T05:11:51.879Z[ host-image] Dec 21 05:11:51.033 INFO O| Dec 21 05:11:51.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
97832024-12-21T05:11:51.879Z[ host-image] Dec 21 05:11:51.033 INFO O| Dec 21 05:11:51.033 INFO copying /tmp/.tmpSMdqRg/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 ...
97842024-12-21T05:11:51.879Z[ host-image] Dec 21 05:11:51.033 INFO O| Dec 21 05:11:51.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
97852024-12-21T05:11:51.882Z[ host-image] Dec 21 05:11:51.033 INFO O| Dec 21 05:11:51.033 INFO ok!
97862024-12-21T05:11:51.883Z[ host-image] Dec 21 05:11:51.034 INFO O| Dec 21 05:11:51.034 INFO STEP 109 (ensure_file) COMPLETE
97872024-12-21T05:11:51.883Z[ host-image] Dec 21 05:11:51.034 INFO O| Dec 21 05:11:51.034 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97882024-12-21T05:11:51.895Z[ host-image] Dec 21 05:11:51.051 INFO O| Dec 21 05:11:51.051 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
97892024-12-21T05:11:51.898Z[ host-image] Dec 21 05:11:51.051 INFO O| Dec 21 05:11:51.051 INFO copying /tmp/.tmpSMdqRg/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 ...
97902024-12-21T05:11:51.898Z[ host-image] Dec 21 05:11:51.052 INFO O| Dec 21 05:11:51.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
97912024-12-21T05:11:51.898Z[ host-image] Dec 21 05:11:51.052 INFO O| Dec 21 05:11:51.051 INFO ok!
97922024-12-21T05:11:51.898Z[ host-image] Dec 21 05:11:51.052 INFO O| Dec 21 05:11:51.052 INFO STEP 110 (ensure_file) COMPLETE
97932024-12-21T05:11:51.899Z[ host-image] Dec 21 05:11:51.052 INFO O| Dec 21 05:11:51.052 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97942024-12-21T05:11:51.913Z[ host-image] Dec 21 05:11:51.069 INFO O| Dec 21 05:11:51.069 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
97952024-12-21T05:11:51.913Z[ host-image] Dec 21 05:11:51.069 INFO O| Dec 21 05:11:51.069 INFO copying /tmp/.tmpSMdqRg/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 ...
97962024-12-21T05:11:51.916Z[ host-image] Dec 21 05:11:51.069 INFO O| Dec 21 05:11:51.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
97972024-12-21T05:11:51.916Z[ host-image] Dec 21 05:11:51.069 INFO O| Dec 21 05:11:51.069 INFO ok!
97982024-12-21T05:11:51.916Z[ host-image] Dec 21 05:11:51.070 INFO O| Dec 21 05:11:51.069 INFO STEP 111 (ensure_file) COMPLETE
97992024-12-21T05:11:51.916Z[ host-image] Dec 21 05:11:51.070 INFO O| Dec 21 05:11:51.070 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98002024-12-21T05:11:51.931Z[ host-image] Dec 21 05:11:51.087 INFO O| Dec 21 05:11:51.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
98012024-12-21T05:11:51.932Z[ host-image] Dec 21 05:11:51.087 INFO O| Dec 21 05:11:51.087 INFO copying /tmp/.tmpSMdqRg/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 ...
98022024-12-21T05:11:51.932Z[ host-image] Dec 21 05:11:51.087 INFO O| Dec 21 05:11:51.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
98032024-12-21T05:11:51.932Z[ host-image] Dec 21 05:11:51.087 INFO O| Dec 21 05:11:51.087 INFO ok!
98042024-12-21T05:11:51.932Z[ host-image] Dec 21 05:11:51.087 INFO O| Dec 21 05:11:51.087 INFO STEP 112 (ensure_file) COMPLETE
98052024-12-21T05:11:51.934Z[ host-image] Dec 21 05:11:51.087 INFO O| Dec 21 05:11:51.087 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98062024-12-21T05:11:51.949Z[ host-image] Dec 21 05:11:51.105 INFO O| Dec 21 05:11:51.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
98072024-12-21T05:11:51.949Z[ host-image] Dec 21 05:11:51.105 INFO O| Dec 21 05:11:51.105 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
98082024-12-21T05:11:51.949Z[ host-image] Dec 21 05:11:51.105 INFO O| Dec 21 05:11:51.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
98092024-12-21T05:11:51.952Z[ host-image] Dec 21 05:11:51.105 INFO O| Dec 21 05:11:51.105 INFO ok!
98102024-12-21T05:11:51.952Z[ host-image] Dec 21 05:11:51.105 INFO O| Dec 21 05:11:51.105 INFO STEP 113 (ensure_file) COMPLETE
98112024-12-21T05:11:51.952Z[ host-image] Dec 21 05:11:51.105 INFO O| Dec 21 05:11:51.105 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98122024-12-21T05:11:51.969Z[ host-image] Dec 21 05:11:51.125 INFO O| Dec 21 05:11:51.124 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
98132024-12-21T05:11:51.969Z[ host-image] Dec 21 05:11:51.125 INFO O| Dec 21 05:11:51.125 INFO copying /tmp/.tmpSMdqRg/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 ...
98142024-12-21T05:11:51.969Z[ host-image] Dec 21 05:11:51.125 INFO O| Dec 21 05:11:51.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
98152024-12-21T05:11:51.969Z[ host-image] Dec 21 05:11:51.125 INFO O| Dec 21 05:11:51.125 INFO ok!
98162024-12-21T05:11:51.972Z[ host-image] Dec 21 05:11:51.125 INFO O| Dec 21 05:11:51.125 INFO STEP 114 (ensure_file) COMPLETE
98172024-12-21T05:11:51.972Z[ host-image] Dec 21 05:11:51.125 INFO O| Dec 21 05:11:51.125 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98182024-12-21T05:11:51.990Z[ host-image] Dec 21 05:11:51.146 INFO O| Dec 21 05:11:51.146 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
98192024-12-21T05:11:51.990Z[ host-image] Dec 21 05:11:51.146 INFO O| Dec 21 05:11:51.146 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
98202024-12-21T05:11:51.993Z[ host-image] Dec 21 05:11:51.146 INFO O| Dec 21 05:11:51.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
98212024-12-21T05:11:51.993Z[ host-image] Dec 21 05:11:51.146 INFO O| Dec 21 05:11:51.146 INFO ok!
98222024-12-21T05:11:51.993Z[ host-image] Dec 21 05:11:51.146 INFO O| Dec 21 05:11:51.146 INFO STEP 115 (ensure_file) COMPLETE
98232024-12-21T05:11:51.993Z[ host-image] Dec 21 05:11:51.146 INFO O| Dec 21 05:11:51.146 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98242024-12-21T05:11:52.026Z[ host-image] Dec 21 05:11:51.181 INFO O| Dec 21 05:11:51.181 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
98252024-12-21T05:11:52.026Z[ host-image] Dec 21 05:11:51.182 INFO O| Dec 21 05:11:51.181 INFO copying /tmp/.tmpSMdqRg/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 ...
98262024-12-21T05:11:52.029Z[ host-image] Dec 21 05:11:51.182 INFO O| Dec 21 05:11:51.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
98272024-12-21T05:11:52.029Z[ host-image] Dec 21 05:11:51.182 INFO O| Dec 21 05:11:51.182 INFO ok!
98282024-12-21T05:11:52.029Z[ host-image] Dec 21 05:11:51.182 INFO O| Dec 21 05:11:51.182 INFO STEP 116 (ensure_file) COMPLETE
98292024-12-21T05:11:52.029Z[ host-image] Dec 21 05:11:51.182 INFO O| Dec 21 05:11:51.182 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98302024-12-21T05:11:52.064Z[ host-image] Dec 21 05:11:51.220 INFO O| Dec 21 05:11:51.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
98312024-12-21T05:11:52.064Z[ host-image] Dec 21 05:11:51.220 INFO O| Dec 21 05:11:51.220 INFO copying /tmp/.tmpSMdqRg/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 ...
98322024-12-21T05:11:52.064Z[ host-image] Dec 21 05:11:51.220 INFO O| Dec 21 05:11:51.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
98332024-12-21T05:11:52.066Z[ host-image] Dec 21 05:11:51.220 INFO O| Dec 21 05:11:51.220 INFO ok!
98342024-12-21T05:11:52.066Z[ host-image] Dec 21 05:11:51.220 INFO O| Dec 21 05:11:51.220 INFO STEP 117 (ensure_file) COMPLETE
98352024-12-21T05:11:52.066Z[ host-image] Dec 21 05:11:51.220 INFO O| Dec 21 05:11:51.220 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98362024-12-21T05:11:52.086Z[ host-image] Dec 21 05:11:51.242 INFO O| Dec 21 05:11:51.242 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
98372024-12-21T05:11:52.086Z[ host-image] Dec 21 05:11:51.242 INFO O| Dec 21 05:11:51.242 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
98382024-12-21T05:11:52.089Z[ host-image] Dec 21 05:11:51.243 INFO O| Dec 21 05:11:51.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
98392024-12-21T05:11:52.089Z[ host-image] Dec 21 05:11:51.243 INFO O| Dec 21 05:11:51.243 INFO ok!
98402024-12-21T05:11:52.089Z[ host-image] Dec 21 05:11:51.243 INFO O| Dec 21 05:11:51.243 INFO STEP 118 (ensure_file) COMPLETE
98412024-12-21T05:11:52.089Z[ host-image] Dec 21 05:11:51.243 INFO O| Dec 21 05:11:51.243 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98422024-12-21T05:11:52.106Z[ host-image] Dec 21 05:11:51.262 INFO O| Dec 21 05:11:51.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
98432024-12-21T05:11:52.106Z[ host-image] Dec 21 05:11:51.262 INFO O| Dec 21 05:11:51.262 INFO copying /tmp/.tmpSMdqRg/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 ...
98442024-12-21T05:11:52.106Z[ host-image] Dec 21 05:11:51.263 INFO O| Dec 21 05:11:51.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
98452024-12-21T05:11:52.109Z[ host-image] Dec 21 05:11:51.263 INFO O| Dec 21 05:11:51.263 INFO ok!
98462024-12-21T05:11:52.109Z[ host-image] Dec 21 05:11:51.263 INFO O| Dec 21 05:11:51.263 INFO STEP 119 (ensure_file) COMPLETE
98472024-12-21T05:11:52.109Z[ host-image] Dec 21 05:11:51.263 INFO O| Dec 21 05:11:51.263 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98482024-12-21T05:11:52.128Z[ host-image] Dec 21 05:11:51.285 INFO O| Dec 21 05:11:51.285 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
98492024-12-21T05:11:52.129Z[ host-image] Dec 21 05:11:51.285 INFO O| Dec 21 05:11:51.285 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
98502024-12-21T05:11:52.129Z[ host-image] Dec 21 05:11:51.285 INFO O| Dec 21 05:11:51.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
98512024-12-21T05:11:52.129Z[ host-image] Dec 21 05:11:51.285 INFO O| Dec 21 05:11:51.285 INFO ok!
98522024-12-21T05:11:52.131Z[ host-image] Dec 21 05:11:51.285 INFO O| Dec 21 05:11:51.285 INFO STEP 120 (ensure_file) COMPLETE
98532024-12-21T05:11:52.131Z[ host-image] Dec 21 05:11:51.285 INFO O| Dec 21 05:11:51.285 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98542024-12-21T05:11:52.151Z[ host-image] Dec 21 05:11:51.307 INFO O| Dec 21 05:11:51.307 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
98552024-12-21T05:11:52.151Z[ host-image] Dec 21 05:11:51.307 INFO O| Dec 21 05:11:51.307 INFO copying /tmp/.tmpSMdqRg/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
98562024-12-21T05:12:03.074Z[ host-image] Dec 21 05:12:02.229 INFO O| Dec 21 05:12:02.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
98572024-12-21T05:12:03.076Z[ host-image] Dec 21 05:12:02.229 INFO O| Dec 21 05:12:02.229 INFO ok!
98582024-12-21T05:12:03.076Z[ host-image] Dec 21 05:12:02.229 INFO O| Dec 21 05:12:02.229 INFO STEP 121 (ensure_file) COMPLETE
98592024-12-21T05:12:03.076Z[ host-image] Dec 21 05:12:02.229 INFO O| Dec 21 05:12:02.229 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98602024-12-21T05:12:03.094Z[ host-image] Dec 21 05:12:02.250 INFO O| Dec 21 05:12:02.250 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
98612024-12-21T05:12:03.097Z[ host-image] Dec 21 05:12:02.250 INFO O| Dec 21 05:12:02.250 INFO STEP 122 (ensure_dir) COMPLETE
98622024-12-21T05:12:03.097Z[ host-image] Dec 21 05:12:02.250 INFO O| Dec 21 05:12:02.250 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98632024-12-21T05:12:03.112Z[ host-image] Dec 21 05:12:02.268 INFO O| Dec 21 05:12:02.268 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
98642024-12-21T05:12:03.112Z[ host-image] Dec 21 05:12:02.268 INFO O| Dec 21 05:12:02.268 INFO STEP 123 (ensure_dir) COMPLETE
98652024-12-21T05:12:03.112Z[ host-image] Dec 21 05:12:02.268 INFO O| Dec 21 05:12:02.268 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98662024-12-21T05:12:03.141Z[ host-image] Dec 21 05:12:02.297 INFO O| Dec 21 05:12:02.297 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
98672024-12-21T05:12:03.144Z[ host-image] Dec 21 05:12:02.297 INFO O| Dec 21 05:12:02.297 INFO STEP 124 (ensure_dir) COMPLETE
98682024-12-21T05:12:03.145Z[ host-image] Dec 21 05:12:02.297 INFO O| Dec 21 05:12:02.297 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98692024-12-21T05:12:03.164Z[ host-image] Dec 21 05:12:02.320 INFO O| Dec 21 05:12:02.320 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
98702024-12-21T05:12:03.165Z[ host-image] Dec 21 05:12:02.320 INFO O| Dec 21 05:12:02.320 INFO STEP 125 (ensure_dir) COMPLETE
98712024-12-21T05:12:03.167Z[ host-image] Dec 21 05:12:02.321 INFO O| Dec 21 05:12:02.320 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98722024-12-21T05:12:03.185Z[ host-image] Dec 21 05:12:02.341 INFO O| Dec 21 05:12:02.341 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
98732024-12-21T05:12:03.186Z[ host-image] Dec 21 05:12:02.341 INFO O| Dec 21 05:12:02.341 INFO copying /tmp/.tmpSMdqRg/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 ...
98742024-12-21T05:12:03.189Z[ host-image] Dec 21 05:12:02.342 INFO O| Dec 21 05:12:02.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
98752024-12-21T05:12:03.189Z[ host-image] Dec 21 05:12:02.342 INFO O| Dec 21 05:12:02.342 INFO ok!
98762024-12-21T05:12:03.189Z[ host-image] Dec 21 05:12:02.342 INFO O| Dec 21 05:12:02.342 INFO STEP 126 (ensure_file) COMPLETE
98772024-12-21T05:12:03.189Z[ host-image] Dec 21 05:12:02.342 INFO O| Dec 21 05:12:02.342 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98782024-12-21T05:12:03.207Z[ host-image] Dec 21 05:12:02.362 INFO O| Dec 21 05:12:02.362 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98792024-12-21T05:12:03.209Z[ host-image] Dec 21 05:12:02.363 INFO O| Dec 21 05:12:02.362 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98802024-12-21T05:12:03.209Z[ host-image] Dec 21 05:12:02.363 INFO O| Dec 21 05:12:02.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
98812024-12-21T05:12:03.209Z[ host-image] Dec 21 05:12:02.363 INFO O| Dec 21 05:12:02.363 INFO STEP 127 (ensure_dir) COMPLETE
98822024-12-21T05:12:03.209Z[ host-image] Dec 21 05:12:02.363 INFO O| Dec 21 05:12:02.363 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98832024-12-21T05:12:03.228Z[ host-image] Dec 21 05:12:02.383 INFO O| Dec 21 05:12:02.383 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
98842024-12-21T05:12:03.230Z[ host-image] Dec 21 05:12:02.384 INFO O| Dec 21 05:12:02.384 INFO copying /tmp/.tmpSMdqRg/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
98852024-12-21T05:12:03.230Z[ host-image] Dec 21 05:12:02.384 INFO O| Dec 21 05:12:02.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
98862024-12-21T05:12:03.230Z[ host-image] Dec 21 05:12:02.384 INFO O| Dec 21 05:12:02.384 INFO ok!
98872024-12-21T05:12:03.231Z[ host-image] Dec 21 05:12:02.384 INFO O| Dec 21 05:12:02.384 INFO STEP 128 (ensure_file) COMPLETE
98882024-12-21T05:12:03.231Z[ host-image] Dec 21 05:12:02.384 INFO O| Dec 21 05:12:02.384 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98892024-12-21T05:12:03.249Z[ host-image] Dec 21 05:12:02.404 INFO O| Dec 21 05:12:02.404 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
98902024-12-21T05:12:03.251Z[ host-image] Dec 21 05:12:02.405 INFO O| Dec 21 05:12:02.405 INFO STEP 129 (remove_files) COMPLETE
98912024-12-21T05:12:03.251Z[ host-image] Dec 21 05:12:02.405 INFO O| Dec 21 05:12:02.405 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98922024-12-21T05:12:03.270Z[ host-image] Dec 21 05:12:02.426 INFO O| Dec 21 05:12:02.426 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
98932024-12-21T05:12:03.273Z[ host-image] Dec 21 05:12:02.426 INFO O| Dec 21 05:12:02.426 INFO STEP 130 (remove_files) COMPLETE
98942024-12-21T05:12:03.274Z[ host-image] Dec 21 05:12:02.426 INFO O| Dec 21 05:12:02.426 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98952024-12-21T05:12:03.291Z[ host-image] Dec 21 05:12:02.446 INFO O| Dec 21 05:12:02.446 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
98962024-12-21T05:12:03.293Z[ host-image] Dec 21 05:12:02.447 INFO O| Dec 21 05:12:02.447 INFO STEP 131 (remove_files) COMPLETE
98972024-12-21T05:12:03.293Z[ host-image] Dec 21 05:12:02.447 INFO O| Dec 21 05:12:02.447 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98982024-12-21T05:12:03.346Z[ host-image] Dec 21 05:12:02.502 INFO O| Dec 21 05:12:02.502 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98992024-12-21T05:12:03.349Z[ host-image] Dec 21 05:12:02.502 INFO O| Dec 21 05:12:02.502 INFO STEP 132 (remove_files) COMPLETE
99002024-12-21T05:12:03.349Z[ host-image] Dec 21 05:12:02.502 INFO O| Dec 21 05:12:02.502 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99012024-12-21T05:12:03.370Z[ host-image] Dec 21 05:12:02.526 INFO O| Dec 21 05:12:02.526 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
99022024-12-21T05:12:03.373Z[ host-image] Dec 21 05:12:02.526 INFO O| Dec 21 05:12:02.526 INFO STEP 133 (remove_files) COMPLETE
99032024-12-21T05:12:03.373Z[ host-image] Dec 21 05:12:02.526 INFO O| Dec 21 05:12:02.526 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99042024-12-21T05:12:03.391Z[ host-image] Dec 21 05:12:02.547 INFO O| Dec 21 05:12:02.547 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
99052024-12-21T05:12:03.394Z[ host-image] Dec 21 05:12:02.547 INFO O| Dec 21 05:12:02.547 INFO STEP 134 (remove_files) COMPLETE
99062024-12-21T05:12:03.394Z[ host-image] Dec 21 05:12:02.547 INFO O| Dec 21 05:12:02.547 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99072024-12-21T05:12:03.413Z[ host-image] Dec 21 05:12:02.568 INFO O| Dec 21 05:12:02.567 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
99082024-12-21T05:12:03.413Z[ host-image] Dec 21 05:12:02.568 INFO O| Dec 21 05:12:02.568 INFO STEP 135 (remove_files) COMPLETE
99092024-12-21T05:12:03.416Z[ host-image] Dec 21 05:12:02.568 INFO O| Dec 21 05:12:02.568 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99102024-12-21T05:12:03.432Z[ host-image] Dec 21 05:12:02.588 INFO O| Dec 21 05:12:02.587 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
99112024-12-21T05:12:03.432Z[ host-image] Dec 21 05:12:02.588 INFO O| Dec 21 05:12:02.588 INFO STEP 136 (remove_files) COMPLETE
99122024-12-21T05:12:03.435Z[ host-image] Dec 21 05:12:02.588 INFO O| Dec 21 05:12:02.588 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99132024-12-21T05:12:03.466Z[ host-image] Dec 21 05:12:02.622 INFO O| Dec 21 05:12:02.622 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
99142024-12-21T05:12:03.466Z[ host-image] Dec 21 05:12:02.622 INFO O| Dec 21 05:12:02.622 INFO STEP 137 (remove_files) COMPLETE
99152024-12-21T05:12:03.466Z[ host-image] Dec 21 05:12:02.622 INFO O| Dec 21 05:12:02.622 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99162024-12-21T05:12:03.487Z[ host-image] Dec 21 05:12:02.643 INFO O| Dec 21 05:12:02.643 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
99172024-12-21T05:12:03.487Z[ host-image] Dec 21 05:12:02.643 INFO O| Dec 21 05:12:02.643 INFO STEP 138 (remove_files) COMPLETE
99182024-12-21T05:12:03.487Z[ host-image] Dec 21 05:12:02.643 INFO O| Dec 21 05:12:02.643 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99192024-12-21T05:12:03.518Z[ host-image] Dec 21 05:12:02.661 INFO O| Dec 21 05:12:02.661 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
99202024-12-21T05:12:03.519Z[ host-image] Dec 21 05:12:02.661 INFO O| Dec 21 05:12:02.661 INFO STEP 139 (remove_files) COMPLETE
99212024-12-21T05:12:03.519Z[ host-image] Dec 21 05:12:02.661 INFO O| Dec 21 05:12:02.661 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99222024-12-21T05:12:03.528Z[ host-image] Dec 21 05:12:02.678 INFO O| Dec 21 05:12:02.678 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
99232024-12-21T05:12:03.528Z[ host-image] Dec 21 05:12:02.678 INFO O| Dec 21 05:12:02.678 INFO STEP 140 (remove_files) COMPLETE
99242024-12-21T05:12:03.528Z[ host-image] Dec 21 05:12:02.678 INFO O| Dec 21 05:12:02.678 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99252024-12-21T05:12:03.553Z[ host-image] Dec 21 05:12:02.695 INFO O| Dec 21 05:12:02.695 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
99262024-12-21T05:12:03.553Z[ host-image] Dec 21 05:12:02.695 INFO O| Dec 21 05:12:02.695 INFO STEP 141 (remove_files) COMPLETE
99272024-12-21T05:12:03.559Z[ host-image] Dec 21 05:12:02.695 INFO O| Dec 21 05:12:02.695 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99282024-12-21T05:12:03.559Z[ host-image] Dec 21 05:12:02.712 INFO O| Dec 21 05:12:02.712 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
99292024-12-21T05:12:03.559Z[ host-image] Dec 21 05:12:02.712 INFO O| Dec 21 05:12:02.712 INFO STEP 142 (remove_files) COMPLETE
99302024-12-21T05:12:03.559Z[ host-image] Dec 21 05:12:02.712 INFO O| Dec 21 05:12:02.712 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99312024-12-21T05:12:03.576Z[ host-image] Dec 21 05:12:02.732 INFO O| Dec 21 05:12:02.732 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
99322024-12-21T05:12:03.576Z[ host-image] Dec 21 05:12:02.732 INFO O| Dec 21 05:12:02.732 INFO STEP 143 (remove_files) COMPLETE
99332024-12-21T05:12:03.576Z[ host-image] Dec 21 05:12:02.732 INFO O| Dec 21 05:12:02.732 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99342024-12-21T05:12:03.610Z[ host-image] Dec 21 05:12:02.766 INFO O| Dec 21 05:12:02.766 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
99352024-12-21T05:12:03.610Z[ host-image] Dec 21 05:12:02.766 INFO O| Dec 21 05:12:02.766 INFO STEP 144 (remove_files) COMPLETE
99362024-12-21T05:12:03.610Z[ host-image] Dec 21 05:12:02.766 INFO O| Dec 21 05:12:02.766 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99372024-12-21T05:12:03.638Z[ host-image] Dec 21 05:12:02.794 INFO O| Dec 21 05:12:02.794 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
99382024-12-21T05:12:03.638Z[ host-image] Dec 21 05:12:02.794 INFO O| Dec 21 05:12:02.794 INFO STEP 145 (remove_files) COMPLETE
99392024-12-21T05:12:03.646Z[ host-image] Dec 21 05:12:02.794 INFO O| Dec 21 05:12:02.794 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99402024-12-21T05:12:03.664Z[ host-image] Dec 21 05:12:02.818 INFO O| Dec 21 05:12:02.818 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
99412024-12-21T05:12:03.664Z[ host-image] Dec 21 05:12:02.818 INFO O| Dec 21 05:12:02.818 INFO STEP 146 (remove_files) COMPLETE
99422024-12-21T05:12:03.664Z[ host-image] Dec 21 05:12:02.818 INFO O| Dec 21 05:12:02.818 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99432024-12-21T05:12:03.681Z[ host-image] Dec 21 05:12:02.836 INFO O| Dec 21 05:12:02.836 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
99442024-12-21T05:12:03.681Z[ host-image] Dec 21 05:12:02.836 INFO O| Dec 21 05:12:02.836 INFO STEP 147 (remove_files) COMPLETE
99452024-12-21T05:12:03.681Z[ host-image] Dec 21 05:12:02.836 INFO O| Dec 21 05:12:02.836 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99462024-12-21T05:12:03.724Z[ host-image] Dec 21 05:12:02.879 INFO O| Dec 21 05:12:02.879 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
99472024-12-21T05:12:03.727Z[ host-image] Dec 21 05:12:02.879 INFO O| Dec 21 05:12:02.879 INFO STEP 148 (remove_files) COMPLETE
99482024-12-21T05:12:03.727Z[ host-image] Dec 21 05:12:02.879 INFO O| Dec 21 05:12:02.879 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99492024-12-21T05:12:03.743Z[ host-image] Dec 21 05:12:02.898 INFO O| Dec 21 05:12:02.898 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
99502024-12-21T05:12:03.743Z[ host-image] Dec 21 05:12:02.898 INFO O| Dec 21 05:12:02.898 INFO STEP 149 (remove_files) COMPLETE
99512024-12-21T05:12:03.746Z[ host-image] Dec 21 05:12:02.899 INFO O| Dec 21 05:12:02.898 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99522024-12-21T05:12:03.762Z[ host-image] Dec 21 05:12:02.917 INFO O| Dec 21 05:12:02.917 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
99532024-12-21T05:12:03.765Z[ host-image] Dec 21 05:12:02.918 INFO O| Dec 21 05:12:02.917 INFO STEP 150 (remove_files) COMPLETE
99542024-12-21T05:12:03.765Z[ host-image] Dec 21 05:12:02.918 INFO O| Dec 21 05:12:02.918 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99552024-12-21T05:12:03.793Z[ host-image] Dec 21 05:12:02.949 INFO O| Dec 21 05:12:02.949 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
99562024-12-21T05:12:03.793Z[ host-image] Dec 21 05:12:02.949 INFO O| Dec 21 05:12:02.949 INFO STEP 151 (remove_files) COMPLETE
99572024-12-21T05:12:03.793Z[ host-image] Dec 21 05:12:02.949 INFO O| Dec 21 05:12:02.949 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99582024-12-21T05:12:03.814Z[ host-image] Dec 21 05:12:02.970 INFO O| Dec 21 05:12:02.969 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
99592024-12-21T05:12:03.816Z[ host-image] Dec 21 05:12:02.970 INFO O| Dec 21 05:12:02.970 INFO STEP 152 (remove_files) COMPLETE
99602024-12-21T05:12:03.816Z[ host-image] Dec 21 05:12:02.970 INFO O| Dec 21 05:12:02.970 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99612024-12-21T05:12:03.841Z[ host-image] Dec 21 05:12:02.996 INFO O| Dec 21 05:12:02.996 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
99622024-12-21T05:12:03.841Z[ host-image] Dec 21 05:12:02.996 INFO O| Dec 21 05:12:02.996 INFO STEP 153 (remove_files) COMPLETE
99632024-12-21T05:12:03.841Z[ host-image] Dec 21 05:12:02.996 INFO O| Dec 21 05:12:02.996 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99642024-12-21T05:12:03.859Z[ host-image] Dec 21 05:12:03.014 INFO O| Dec 21 05:12:03.014 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
99652024-12-21T05:12:03.859Z[ host-image] Dec 21 05:12:03.014 INFO O| Dec 21 05:12:03.014 INFO STEP 154 (remove_files) COMPLETE
99662024-12-21T05:12:03.859Z[ host-image] Dec 21 05:12:03.014 INFO O| Dec 21 05:12:03.014 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99672024-12-21T05:12:03.877Z[ host-image] Dec 21 05:12:03.033 INFO O| Dec 21 05:12:03.033 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
99682024-12-21T05:12:03.877Z[ host-image] Dec 21 05:12:03.033 INFO O| Dec 21 05:12:03.033 INFO STEP 155 (remove_files) COMPLETE
99692024-12-21T05:12:03.878Z[ host-image] Dec 21 05:12:03.033 INFO O| Dec 21 05:12:03.033 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99702024-12-21T05:12:03.898Z[ host-image] Dec 21 05:12:03.054 INFO O| Dec 21 05:12:03.054 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
99712024-12-21T05:12:03.898Z[ host-image] Dec 21 05:12:03.054 INFO O| Dec 21 05:12:03.054 INFO STEP 156 (remove_files) COMPLETE
99722024-12-21T05:12:03.899Z[ host-image] Dec 21 05:12:03.054 INFO O| Dec 21 05:12:03.054 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99732024-12-21T05:12:03.918Z[ host-image] Dec 21 05:12:03.073 INFO O| Dec 21 05:12:03.073 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
99742024-12-21T05:12:03.918Z[ host-image] Dec 21 05:12:03.074 INFO O| Dec 21 05:12:03.073 INFO STEP 157 (remove_files) COMPLETE
99752024-12-21T05:12:03.921Z[ host-image] Dec 21 05:12:03.074 INFO O| Dec 21 05:12:03.074 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
99762024-12-21T05:12:03.991Z[ host-image] Dec 21 05:12:03.146 INFO O| Dec 21 05:12:03.146 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
99772024-12-21T05:12:03.991Z[ host-image] Dec 21 05:12:03.146 INFO O| Dec 21 05:12:03.146 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_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", "SVCCFG_CHECKHASH": "1"}
99782024-12-21T05:12:14.737Z[ host-image] Dec 21 05:12:13.892 INFO O| Dec 21 05:12:13.892 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
99792024-12-21T05:12:14.737Z[ host-image] Dec 21 05:12:13.892 INFO O| Dec 21 05:12:13.892 INFO E| svccfg: Loaded 74 smf(7) service descriptions
99802024-12-21T05:12:14.767Z[ host-image] Dec 21 05:12:13.922 INFO O| Dec 21 05:12:13.922 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
99812024-12-21T05:12:14.902Z[ host-image] Dec 21 05:12:14.057 INFO O| Dec 21 05:12:14.057 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
99822024-12-21T05:12:14.902Z[ host-image] Dec 21 05:12:14.057 INFO O| Dec 21 05:12:14.057 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
99832024-12-21T05:12:14.906Z[ host-image] Dec 21 05:12:14.060 INFO O| Dec 21 05:12:14.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
99842024-12-21T05:12:14.906Z[ host-image] Dec 21 05:12:14.060 INFO O| Dec 21 05:12:14.060 INFO ok!
99852024-12-21T05:12:14.906Z[ host-image] Dec 21 05:12:14.060 INFO O| Dec 21 05:12:14.060 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
99862024-12-21T05:12:14.906Z[ host-image] Dec 21 05:12:14.060 INFO O| Dec 21 05:12:14.060 INFO STEP 158 (seed_smf) COMPLETE
99872024-12-21T05:12:14.906Z[ host-image] Dec 21 05:12:14.060 INFO O| Dec 21 05:12:14.060 INFO steps complete; finalising image!
99882024-12-21T05:12:14.906Z[ host-image] Dec 21 05:12:14.060 INFO O| Dec 21 05:12:14.060 INFO TRIM POOL: TEMPORARY-gimlet-zfs
99892024-12-21T05:12:15.078Z[ host-image] Dec 21 05:12:14.233 INFO O| Dec 21 05:12:14.233 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Dec 21 05:12:14 2024)
99902024-12-21T05:12:15.289Z[ host-image] Dec 21 05:12:14.444 INFO O| Dec 21 05:12:14.443 INFO trim TEMPORARY-gimlet-zfs: (23% trimmed, started at Sat Dec 21 05:12:14 2024)
99912024-12-21T05:12:15.501Z[ host-image] Dec 21 05:12:14.655 INFO O| Dec 21 05:12:14.655 INFO trim TEMPORARY-gimlet-zfs: (91% trimmed, started at Sat Dec 21 05:12:14 2024)
99922024-12-21T05:12:15.772Z[ host-image] Dec 21 05:12:14.890 INFO O| Dec 21 05:12:14.890 INFO temporary pool has 688M used, 144M avail, 1.82x compressratio
99932024-12-21T05:12:15.772Z[ host-image] Dec 21 05:12:14.890 INFO O| Dec 21 05:12:14.890 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99942024-12-21T05:12:16.218Z[ host-image] Dec 21 05:12:15.373 INFO O| Dec 21 05:12:15.373 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99952024-12-21T05:12:16.218Z[ host-image] Dec 21 05:12:15.373 INFO O| Dec 21 05:12:15.373 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99962024-12-21T05:12:17.937Z[ host-image] Dec 21 05:12:17.091 INFO O| Dec 21 05:12:17.091 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99972024-12-21T05:12:17.937Z[ host-image] Dec 21 05:12:17.091 INFO O| Dec 21 05:12:17.091 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99982024-12-21T05:12:17.940Z[ host-image] Dec 21 05:12:17.091 INFO O| Dec 21 05:12:17.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99992024-12-21T05:12:17.940Z[ host-image] Dec 21 05:12:17.091 INFO O| Dec 21 05:12:17.091 INFO completed processing gimlet/zfs
100002024-12-21T05:12:17.940Z[ host-image] Dec 21 05:12:17.092 INFO O| Dec 21 05:12:17.091 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
100012024-12-21T05:12:26.459Z[ host-image] Dec 21 05:12:25.613 INFO O| Dec 21 05:12:25.613 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
100022024-12-21T05:12:26.589Z[ host-image] Dec 21 05:12:25.743 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
100032024-12-21T05:12:26.589Z[ host-image] Dec 21 05:12:25.743 INFO expanded image name: "ci 072b8da/${os_short_commit} 2024-12-21 04:35" -> "ci 072b8da/37a4469 2024-12-21 04:35"
100042024-12-21T05:12:26.593Z[ host-image] Dec 21 05:12:25.743 INFO output artefacts stored in: "/work/os-host"
100052024-12-21T05:12:26.594Z[ host-image] Dec 21 05:12:25.743 INFO collecting git info from project "amd-firmware"...
100062024-12-21T05:12:26.603Z[ host-image] Dec 21 05:12:25.758 INFO collecting git info from project "pinprick"...
100072024-12-21T05:12:26.610Z[ host-image] Dec 21 05:12:25.766 INFO collecting git info from project "pilot"...
100082024-12-21T05:12:26.619Z[ host-image] Dec 21 05:12:25.774 INFO collecting git info from project "amd-host-image-builder"...
100092024-12-21T05:12:26.642Z[ host-image] Dec 21 05:12:25.797 INFO collecting git info from project "bootserver"...
100102024-12-21T05:12:26.649Z[ host-image] Dec 21 05:12:25.804 INFO collecting git info from project "chelsio-t6-roms"...
100112024-12-21T05:12:26.662Z[ host-image] Dec 21 05:12:25.816 INFO collecting git info from project "image-builder"...
100122024-12-21T05:12:26.707Z[ host-image] Dec 21 05:12:25.862 INFO collecting git info from project "phbl"...
100132024-12-21T05:12:26.728Z[ host-image] Dec 21 05:12:25.883 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
100142024-12-21T05:12:27.789Z[ host-image] Dec 21 05:12:26.944 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
100152024-12-21T05:12:28.574Z[ host-image] Dec 21 05:12:27.729 INFO creating Oxide boot image...
100162024-12-21T05:12:28.574Z[ host-image] Dec 21 05:12:27.729 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 072b8da/37a4469 2024-12-21 04:35", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
100172024-12-21T05:12:29.876Z[ host-image] Dec 21 05:12:29.031 INFO O| ok, image written!
100182024-12-21T05:12:29.876Z[ host-image] Dec 21 05:12:29.031 INFO O| ok, boot_image_csum file written!
100192024-12-21T05:12:29.880Z[ host-image] Dec 21 05:12:29.035 INFO creating boot archive (CPIO)...
100202024-12-21T05:12:29.880Z[ host-image] Dec 21 05:12:29.035 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
100212024-12-21T05:12:29.893Z[ host-image] Dec 21 05:12:29.048 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
100222024-12-21T05:12:29.893Z[ host-image] Dec 21 05:12:29.048 INFO E| + outfile=/work/os-host/cpio
100232024-12-21T05:12:29.894Z[ host-image] Dec 21 05:12:29.048 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
100242024-12-21T05:12:29.896Z[ host-image] Dec 21 05:12:29.051 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
100252024-12-21T05:12:29.898Z[ host-image] Dec 21 05:12:29.051 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
100262024-12-21T05:12:29.956Z[ host-image] Dec 21 05:12:29.111 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
100272024-12-21T05:12:29.956Z[ host-image] Dec 21 05:12:29.111 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
100282024-12-21T05:12:29.967Z[ host-image] Dec 21 05:12:29.122 INFO creating compressed cpio/unix for nanobl-rs...
100292024-12-21T05:12:29.967Z[ host-image] Dec 21 05:12:29.122 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
100302024-12-21T05:12:30.403Z[ host-image] Dec 21 05:12:29.558 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
100312024-12-21T05:12:36.491Z[ host-image] Dec 21 05:12:35.645 INFO creating reset image...
100322024-12-21T05:12:36.491Z[ host-image] Dec 21 05:12:35.645 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
100332024-12-21T05:12:36.627Z[ host-image] Dec 21 05:12:35.782 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
100342024-12-21T05:12:36.634Z[ host-image] Dec 21 05:12:35.786 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
100352024-12-21T05:12:36.721Z[ host-image] Dec 21 05:12:35.876 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
100362024-12-21T05:12:40.660Z[ host-image] Dec 21 05:12:39.814 INFO E| Finished `release` profile [optimized] target(s) in 4.00s
100372024-12-21T05:12:40.677Z[ host-image] Dec 21 05:12:39.831 INFO building host image...
100382024-12-21T05:12:40.680Z[ host-image] Dec 21 05:12:39.832 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")
100392024-12-21T05:12:41.507Z[ host-image] Dec 21 05:12:40.662 INFO finishing image archive at "/work/os-host/os.tar.gz"...
100402024-12-21T05:12:56.738Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 08s
100412024-12-21T05:12:57.107ZDec 21 05:12:56.261 INFO [verify-libraries] process exited with exit status: 0 (913.051837352s)
100422024-12-21T05:13:32.973Z[ host-image] Dec 21 05:13:32.126 INFO image complete! materials are in "/work/os-host"
100432024-12-21T05:13:32.981Z[ host-image]
100442024-12-21T05:13:32.981Z[ host-image] real 16:30.040902963
100452024-12-21T05:13:32.981Z[ host-image] user 6:22.791597574
100462024-12-21T05:13:32.982Z[ host-image] sys 1:05.215717046
100472024-12-21T05:13:32.982Z[ host-image] trap 0.290349041
100482024-12-21T05:13:32.982Z[ host-image] tflt 0.031965599
100492024-12-21T05:13:32.982Z[ host-image] dflt 0.272725883
100502024-12-21T05:13:32.982Z[ host-image] kflt 0.006828337
100512024-12-21T05:13:32.982Z[ host-image] lock 17:53.109533639
100522024-12-21T05:13:32.982Z[ host-image] slp 1:35:14.837357344
100532024-12-21T05:13:32.982Z[ host-image] lat 2:30.619018610
100542024-12-21T05:13:32.982Z[ host-image] stop 1.385565411
100552024-12-21T05:13:32.982ZDec 21 05:13:32.130 INFO [host-image] process exited with exit status: 0 (990.059871252s)
100562024-12-21T05:13:32.982ZDec 21 05:13:32.130 INFO [tuf-repo] running task
100572024-12-21T05:13:40.867ZDec 21 05:13:40.019 INFO assembling repository in `/tmp/tufaceouszWz75P`, component: OmicronRepoAssembler
100582024-12-21T05:13:45.706ZDec 21 05:13:44.857 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
100592024-12-21T05:13:45.908ZDec 21 05:13:45.048 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
100602024-12-21T05:13:58.717ZDec 21 05:13:57.869 INFO [tuf-repo] task succeeded (25.738754791s)
100612024-12-21T05:13:58.717ZDec 21 05:13:57.869 INFO all jobs completed in 2336.419431615s
100622024-12-21T05:13:59.296Zprocess exited: duration 3131126 ms, exit code 0
 
100632024-12-21T05:13:59.330Zfound 33 output files
100642024-12-21T05:13:59.330Zuploading: /work/manifest.toml (8404 bytes)
100652024-12-21T05:14:00.372Zuploaded: /work/manifest.toml
100662024-12-21T05:14:00.383Zuploading: /work/repo.zip (1959626835 bytes)
100672024-12-21T05:15:17.892Zuploaded: /work/repo.zip
100682024-12-21T05:15:17.892Zuploading: /work/repo.zip.sha256.txt (65 bytes)
100692024-12-21T05:15:18.952Zuploaded: /work/repo.zip.sha256.txt
100702024-12-21T05:15:18.952Zuploading: /work/helios-setup.log (66237 bytes)
100712024-12-21T05:15:20.041Zuploaded: /work/helios-setup.log
100722024-12-21T05:15:20.041Zuploading: /work/host-image.log (200864 bytes)
100732024-12-21T05:15:21.146Zuploaded: /work/host-image.log
100742024-12-21T05:15:21.147Zuploading: /work/host-package.log (22579 bytes)
100752024-12-21T05:15:22.159Zuploaded: /work/host-package.log
100762024-12-21T05:15:22.166Zuploading: /work/host-target.log (101 bytes)
100772024-12-21T05:15:23.177Zuploaded: /work/host-target.log
100782024-12-21T05:15:23.183Zuploading: /work/omicron-package.log (5666 bytes)
100792024-12-21T05:15:24.191Zuploaded: /work/omicron-package.log
100802024-12-21T05:15:24.192Zuploading: /work/phbl-toolchain.log (881 bytes)
100812024-12-21T05:15:25.214Zuploaded: /work/phbl-toolchain.log
100822024-12-21T05:15:25.215Zuploading: /work/recovery-image.log (595915 bytes)
100832024-12-21T05:15:57.664Zuploaded: /work/recovery-image.log
100842024-12-21T05:15:57.664Zuploading: /work/recovery-package.log (1661 bytes)
100852024-12-21T05:15:58.717Zuploaded: /work/recovery-package.log
100862024-12-21T05:15:58.717Zuploading: /work/recovery-target.log (57 bytes)
100872024-12-21T05:15:59.728Zuploaded: /work/recovery-target.log
100882024-12-21T05:15:59.731Zuploading: /work/stamp-clickhouse.log (117 bytes)
100892024-12-21T05:16:00.738Zuploaded: /work/stamp-clickhouse.log
100902024-12-21T05:16:00.738Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
100912024-12-21T05:16:01.747Zuploaded: /work/stamp-clickhouse_keeper.log
100922024-12-21T05:16:01.747Zuploading: /work/stamp-cockroachdb.log (118 bytes)
100932024-12-21T05:16:02.755Zuploaded: /work/stamp-cockroachdb.log
100942024-12-21T05:16:02.755Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100952024-12-21T05:16:03.763Zuploaded: /work/stamp-crucible-dtrace.log
100962024-12-21T05:16:03.763Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100972024-12-21T05:16:04.772Zuploaded: /work/stamp-crucible-pantry-zone.log
100982024-12-21T05:16:04.772Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100992024-12-21T05:16:05.780Zuploaded: /work/stamp-crucible-zone.log
101002024-12-21T05:16:05.780Zuploading: /work/stamp-external-dns.log (119 bytes)
101012024-12-21T05:16:06.788Zuploaded: /work/stamp-external-dns.log
101022024-12-21T05:16:06.788Zuploading: /work/stamp-installinator.log (103 bytes)
101032024-12-21T05:16:07.797Zuploaded: /work/stamp-installinator.log
101042024-12-21T05:16:07.797Zuploading: /work/stamp-internal-dns.log (119 bytes)
101052024-12-21T05:16:08.807Zuploaded: /work/stamp-internal-dns.log
101062024-12-21T05:16:08.807Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
101072024-12-21T05:16:09.817Zuploaded: /work/stamp-mg-ddm-gz.log
101082024-12-21T05:16:09.817Zuploading: /work/stamp-nexus.log (112 bytes)
101092024-12-21T05:16:10.828Zuploaded: /work/stamp-nexus.log
101102024-12-21T05:16:10.829Zuploading: /work/stamp-ntp.log (110 bytes)
101112024-12-21T05:16:11.838Zuploaded: /work/stamp-ntp.log
101122024-12-21T05:16:11.838Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
101132024-12-21T05:16:12.847Zuploaded: /work/stamp-omicron-sled-agent.log
101142024-12-21T05:16:12.847Zuploading: /work/stamp-overlay.log (114 bytes)
101152024-12-21T05:16:13.864Zuploaded: /work/stamp-overlay.log
101162024-12-21T05:16:13.864Zuploading: /work/stamp-oximeter.log (115 bytes)
101172024-12-21T05:16:14.874Zuploaded: /work/stamp-oximeter.log
101182024-12-21T05:16:14.874Zuploading: /work/stamp-oxlog.log (109 bytes)
101192024-12-21T05:16:15.886Zuploaded: /work/stamp-oxlog.log
101202024-12-21T05:16:15.887Zuploading: /work/stamp-probe.log (112 bytes)
101212024-12-21T05:16:16.897Zuploaded: /work/stamp-probe.log
101222024-12-21T05:16:16.897Zuploading: /work/stamp-propolis-server.log (122 bytes)
101232024-12-21T05:16:17.908Zuploaded: /work/stamp-propolis-server.log
101242024-12-21T05:16:17.908Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
101252024-12-21T05:16:18.917Zuploaded: /work/stamp-pumpkind-gz.log
101262024-12-21T05:16:18.917Zuploading: /work/stamp-switch-asic.log (118 bytes)
101272024-12-21T05:16:19.956Zuploaded: /work/stamp-switch-asic.log
101282024-12-21T05:16:19.956Zuploading: /work/verify-libraries.log (5977 bytes)
101292024-12-21T05:16:21.027Zuploaded: /work/verify-libraries.log