01JF136JT9BD5KGJGMVVF9CVAH: 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: 01JF137K3KC1XT3WP3288JH5T8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-13T23:09:28.450Zjob assigned to worker 01JF14FHC7Y9KG8MGB3Y9NN30R [factory aws, i-0652b508e0079e676] (queued for 22 m 53 s)
 
22024-12-13T23:09:36.195Zstarting task 0: "setup"
32024-12-13T23:09:36.204Z++ uname -s
42024-12-13T23:09:36.208Z+ kern=SunOS
52024-12-13T23:09:36.208Z+ case "$kern" in
62024-12-13T23:09:36.208Z+ groupadd -g 12345 build
72024-12-13T23:09:36.211Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-13T23:09:38.218Z+ zfs create -o mountpoint=/work rpool/work
92024-12-13T23:09:38.284Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-13T23:09:38.288Z+ home_fs=zfs
112024-12-13T23:09:38.288Z+ [[ zfs == autofs ]]
122024-12-13T23:09:38.288Z+ mkdir -p /home/build
132024-12-13T23:09:38.291Z+ chown build:build /home/build /work
142024-12-13T23:09:39.291Z+ chmod 0700 /home/build /work
152024-12-13T23:09:39.294Zprocess exited: duration 3100 ms, exit code 0
 
162024-12-13T23:09:39.301Zstarting task 1: "rust-toolchain"
172024-12-13T23:09:39.306Z+ printf ' * toolchain channel = "%s"
182024-12-13T23:09:39.306Z' 1.81.0
192024-12-13T23:09:39.306Z+ printf ' * toolchain profile = "%s"
202024-12-13T23:09:39.306Z * toolchain channel = "1.81.0"
212024-12-13T23:09:39.306Z' default
222024-12-13T23:09:39.306Z * toolchain profile = "default"
232024-12-13T23:09:39.316Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-13T23:09:39.316Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-13T23:09:39.425Zinfo: downloading installer
262024-12-13T23:09:40.577Zinfo: profile set to 'default'
272024-12-13T23:09:40.577Zinfo: default host triple is x86_64-unknown-illumos
282024-12-13T23:09:40.580Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-13T23:09:40.744Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-13T23:09:40.744Zinfo: downloading component 'cargo'
312024-12-13T23:09:41.709Zinfo: downloading component 'clippy'
322024-12-13T23:09:42.069Zinfo: downloading component 'rust-docs'
332024-12-13T23:09:43.413Zinfo: downloading component 'rust-std'
342024-12-13T23:09:45.514Zinfo: downloading component 'rustc'
352024-12-13T23:09:53.027Zinfo: downloading component 'rustfmt'
362024-12-13T23:09:53.308Zinfo: installing component 'cargo'
372024-12-13T23:09:54.118Zinfo: installing component 'clippy'
382024-12-13T23:09:54.475Zinfo: installing component 'rust-docs'
392024-12-13T23:09:56.101Zinfo: installing component 'rust-std'
402024-12-13T23:09:57.835Zinfo: installing component 'rustc'
412024-12-13T23:10:03.470Zinfo: installing component 'rustfmt'
422024-12-13T23:10:03.788Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-13T23:10:03.788Z
442024-12-13T23:10:04.152Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-13T23:10:04.152Z
462024-12-13T23:10:04.155Z
472024-12-13T23:10:04.155ZRust is installed now. Great!
482024-12-13T23:10:04.155Z
492024-12-13T23:10:04.155ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-13T23:10:04.155Zenvironment variable. This has not been done automatically.
512024-12-13T23:10:04.155Z
522024-12-13T23:10:04.155ZTo configure your current shell, you need to source
532024-12-13T23:10:04.155Zthe corresponding env file under $HOME/.cargo.
542024-12-13T23:10:04.155Z
552024-12-13T23:10:04.155ZThis is usually done by running one of the following (note the leading DOT):
562024-12-13T23:10:04.155Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-13T23:10:04.155Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-13T23:10:04.227Z+ rustc --version
592024-12-13T23:10:04.292Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-13T23:10:04.295Zprocess exited: duration 24991 ms, exit code 0
 
612024-12-13T23:10:04.301Zstarting task 2: "authentication"
622024-12-13T23:10:04.323Zprocess exited: duration 21 ms, exit code 0
 
632024-12-13T23:10:04.333Zstarting task 3: "clone repository"
642024-12-13T23:10:04.336Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-13T23:10:04.339Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-13T23:10:04.379ZCloning into '/work/oxidecomputer/omicron'...
672024-12-13T23:10:12.360Z+ cd /work/oxidecomputer/omicron
682024-12-13T23:10:12.360Z+ git fetch origin 6503968e3d887929cb9cd9e18070b40ce258ee0b
692024-12-13T23:10:13.007ZFrom https://github.com/oxidecomputer/omicron
702024-12-13T23:10:13.007Z * branch 6503968e3d887929cb9cd9e18070b40ce258ee0b -> FETCH_HEAD
712024-12-13T23:10:13.017Z+ [[ -n spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]]
722024-12-13T23:10:13.021Z++ git branch --show-current
732024-12-13T23:10:13.025Z+ current=main
742024-12-13T23:10:13.025Z+ [[ main != spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]]
752024-12-13T23:10:13.025Z+ git branch -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured 6503968e3d887929cb9cd9e18070b40ce258ee0b
762024-12-13T23:10:13.028Z+ git checkout -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured
772024-12-13T23:10:13.140ZSwitched to branch 'spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured'
782024-12-13T23:10:13.142Z+ git reset --hard 6503968e3d887929cb9cd9e18070b40ce258ee0b
792024-12-13T23:10:13.255ZHEAD is now at 6503968e3 openapi
802024-12-13T23:10:13.258Zprocess exited: duration 8926 ms, exit code 0
 
812024-12-13T23:10:13.264Zstarting task 4: "build"
822024-12-13T23:10:13.270Z+ source .github/buildomat/ci-env.sh
832024-12-13T23:10:13.272Z++ export CARGO_TERM_COLOR=always
842024-12-13T23:10:13.272Z++ CARGO_TERM_COLOR=always
852024-12-13T23:10:13.272Z+ cargo --version
862024-12-13T23:10:13.329Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-13T23:10:13.332Z+ rustc --version
882024-12-13T23:10:13.391Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-13T23:10:13.393Z+ cargo tree --locked
902024-12-13T23:10:13.650Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-13T23:10:14.285Z Updating crates.io index
922024-12-13T23:10:14.307Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-13T23:10:14.506Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-13T23:10:14.728Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-13T23:10:14.965Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-13T23:10:15.192Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-13T23:10:16.088Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-13T23:10:17.587Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-13T23:10:18.661Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-13T23:10:19.320Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-13T23:10:19.589Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-13T23:10:19.908Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-13T23:10:20.474Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-13T23:10:20.780Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-13T23:10:21.116Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-13T23:10:21.355Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-13T23:10:21.658Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-13T23:10:21.988Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-13T23:10:22.248Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-13T23:10:22.483Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-13T23:10:22.779Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-13T23:10:23.050Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-13T23:10:23.496Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-13T23:10:23.797Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-13T23:10:24.163Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-13T23:10:24.608Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-13T23:10:24.940Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-13T23:10:25.187Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-13T23:10:25.452Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-13T23:10:26.822Z Downloading crates ...
1212024-12-13T23:10:26.956Z Downloaded addr2line v0.24.2
1222024-12-13T23:10:26.960Z Downloaded ff v0.13.0
1232024-12-13T23:10:26.964Z Downloaded anstyle v1.0.10
1242024-12-13T23:10:26.966Z Downloaded adler2 v2.0.0
1252024-12-13T23:10:26.975Z Downloaded anstream v0.6.15
1262024-12-13T23:10:26.984Z Downloaded ciborium v0.2.2
1272024-12-13T23:10:26.987Z Downloaded ahash v0.8.11
1282024-12-13T23:10:26.990Z Downloaded aead v0.5.2
1292024-12-13T23:10:26.993Z Downloaded errno v0.3.9
1302024-12-13T23:10:26.993Z Downloaded event-listener-strategy v0.5.2
1312024-12-13T23:10:26.997Z Downloaded fallible-iterator v0.2.0
1322024-12-13T23:10:26.997Z Downloaded anes v0.1.6
1332024-12-13T23:10:27.000Z Downloaded event-listener v5.3.1
1342024-12-13T23:10:27.006Z Downloaded fancy-regex v0.13.0
1352024-12-13T23:10:27.010Z Downloaded allocator-api2 v0.2.18
1362024-12-13T23:10:27.013Z Downloaded event-listener v2.5.3
1372024-12-13T23:10:27.016Z Downloaded aho-corasick v1.1.3
1382024-12-13T23:10:27.021Z Downloaded fd-lock v4.0.2
1392024-12-13T23:10:27.030Z Downloaded fallible-iterator v0.3.0
1402024-12-13T23:10:27.030Z Downloaded escape8259 v0.5.3
1412024-12-13T23:10:27.030Z Downloaded anstyle-query v1.1.1
1422024-12-13T23:10:27.030Z Downloaded anstyle-parse v0.2.5
1432024-12-13T23:10:27.030Z Downloaded filetime v0.2.25
1442024-12-13T23:10:27.030Z Downloaded fastrand v2.1.1
1452024-12-13T23:10:27.034Z Downloaded expectorate v1.1.0
1462024-12-13T23:10:27.034Z Downloaded assert_matches v1.5.0
1472024-12-13T23:10:27.036Z Downloaded argon2 v0.5.3
1482024-12-13T23:10:27.039Z Downloaded futures v0.3.31
1492024-12-13T23:10:27.045Z Downloaded futures-io v0.3.31
1502024-12-13T23:10:27.051Z Downloaded fragile v2.0.0
1512024-12-13T23:10:27.051Z Downloaded foreign-types-shared v0.3.1
1522024-12-13T23:10:27.051Z Downloaded foreign-types-shared v0.1.1
1532024-12-13T23:10:27.051Z Downloaded foreign-types-macros v0.2.3
1542024-12-13T23:10:27.055Z Downloaded funty v2.0.0
1552024-12-13T23:10:27.055Z Downloaded futures-task v0.3.31
1562024-12-13T23:10:27.055Z Downloaded atty v0.2.14
1572024-12-13T23:10:27.055Z Downloaded futures-sink v0.3.31
1582024-12-13T23:10:27.055Z Downloaded futures-macro v0.3.31
1592024-12-13T23:10:27.058Z Downloaded futures-executor v0.3.31
1602024-12-13T23:10:27.058Z Downloaded async-channel v2.3.1
1612024-12-13T23:10:27.058Z Downloaded futures-core v0.3.31
1622024-12-13T23:10:27.062Z Downloaded guppy-workspace-hack v0.1.0
1632024-12-13T23:10:27.062Z Downloaded async-stream v0.3.6
1642024-12-13T23:10:27.064Z Downloaded async-attributes v1.1.2
1652024-12-13T23:10:27.064Z Downloaded assert-json-diff v2.0.2
1662024-12-13T23:10:27.068Z Downloaded async-global-executor v2.4.1
1672024-12-13T23:10:27.071Z Downloaded atomicwrites v0.4.4
1682024-12-13T23:10:27.071Z Downloaded async-object-pool v0.1.5
1692024-12-13T23:10:27.075Z Downloaded fxhash v0.2.1
1702024-12-13T23:10:27.075Z Downloaded async-stream-impl v0.3.6
1712024-12-13T23:10:27.075Z Downloaded futures-timer v3.0.3
1722024-12-13T23:10:27.077Z Downloaded futures-channel v0.3.31
1732024-12-13T23:10:27.077Z Downloaded fs-err v2.11.0
1742024-12-13T23:10:27.082Z Downloaded async-recursion v1.1.1
1752024-12-13T23:10:27.084Z Downloaded headers-core v0.3.0
1762024-12-13T23:10:27.084Z Downloaded arc-swap v1.7.1
1772024-12-13T23:10:27.087Z Downloaded fs_extra v1.3.0
1782024-12-13T23:10:27.091Z Downloaded async-bb8-diesel v0.2.1
1792024-12-13T23:10:27.094Z Downloaded cfg_aliases v0.1.1
1802024-12-13T23:10:27.094Z Downloaded array-init v0.0.4
1812024-12-13T23:10:27.096Z Downloaded approx v0.5.1
1822024-12-13T23:10:27.096Z Downloaded form_urlencoded v1.2.1
1832024-12-13T23:10:27.099Z Downloaded ascii-canvas v3.0.0
1842024-12-13T23:10:27.099Z Downloaded cfg_aliases v0.2.1
1852024-12-13T23:10:27.101Z Downloaded async-process v2.3.0
1862024-12-13T23:10:27.103Z Downloaded async-trait v0.1.83
1872024-12-13T23:10:27.105Z Downloaded http-range v0.1.5
1882024-12-13T23:10:27.108Z Downloaded http-body v1.0.1
1892024-12-13T23:10:27.108Z Downloaded foreign-types v0.5.0
1902024-12-13T23:10:27.111Z Downloaded foreign-types v0.3.2
1912024-12-13T23:10:27.111Z Downloaded bitfield-struct v0.6.2
1922024-12-13T23:10:27.111Z Downloaded autocfg v1.4.0
1932024-12-13T23:10:27.113Z Downloaded pretty-hex v0.4.1
1942024-12-13T23:10:27.117Z Downloaded hubpack_derive v0.1.1
1952024-12-13T23:10:27.117Z Downloaded generic-array v0.14.7
1962024-12-13T23:10:27.120Z Downloaded async-channel v1.9.0
1972024-12-13T23:10:27.120Z Downloaded async-signal v0.2.10
1982024-12-13T23:10:27.120Z Downloaded pretty-hex v0.2.1
1992024-12-13T23:10:27.123Z Downloaded group v0.13.0
2002024-12-13T23:10:27.123Z Downloaded bitfield v0.14.0
2012024-12-13T23:10:27.125Z Downloaded heck v0.5.0
2022024-12-13T23:10:27.128Z Downloaded base16ct v0.2.0
2032024-12-13T23:10:27.128Z Downloaded hash32 v0.3.1
2042024-12-13T23:10:27.130Z Downloaded hash32 v0.2.1
2052024-12-13T23:10:27.130Z Downloaded bit-set v0.5.3
2062024-12-13T23:10:27.133Z Downloaded glob v0.3.1
2072024-12-13T23:10:27.135Z Downloaded hex v0.4.3
2082024-12-13T23:10:27.137Z Downloaded heck v0.4.1
2092024-12-13T23:10:27.137Z Downloaded blowfish v0.9.1
2102024-12-13T23:10:27.140Z Downloaded blocking v1.6.1
2112024-12-13T23:10:27.140Z Downloaded bitflags v1.3.2
2122024-12-13T23:10:27.143Z Downloaded bit-vec v0.6.3
2132024-12-13T23:10:27.145Z Downloaded http-body-util v0.1.2
2142024-12-13T23:10:27.147Z Downloaded globset v0.4.15
2152024-12-13T23:10:27.149Z Downloaded home v0.5.9
2162024-12-13T23:10:27.150Z Downloaded buf-list v1.0.3
2172024-12-13T23:10:27.152Z Downloaded block-buffer v0.10.4
2182024-12-13T23:10:27.152Z Downloaded block-padding v0.3.3
2192024-12-13T23:10:27.155Z Downloaded gethostname v0.5.0
2202024-12-13T23:10:27.155Z Downloaded plotters-svg v0.3.7
2212024-12-13T23:10:27.157Z Downloaded cbc v0.1.2
2222024-12-13T23:10:27.157Z Downloaded cassowary v0.3.0
2232024-12-13T23:10:27.160Z Downloaded cargo-platform v0.1.8
2242024-12-13T23:10:27.163Z Downloaded bcrypt-pbkdf v0.10.0
2252024-12-13T23:10:27.163Z Downloaded byteorder v1.5.0
2262024-12-13T23:10:27.166Z Downloaded bb8 v0.8.5
2272024-12-13T23:10:27.166Z Downloaded radium v0.7.0
2282024-12-13T23:10:27.168Z Downloaded atomic-waker v1.1.2
2292024-12-13T23:10:27.168Z Downloaded hostname v0.3.1
2302024-12-13T23:10:27.171Z Downloaded fnv v1.0.7
2312024-12-13T23:10:27.171Z Downloaded float-cmp v0.9.0
2322024-12-13T23:10:27.173Z Downloaded arrayvec v0.7.6
2332024-12-13T23:10:27.174Z Downloaded chrono-tz-build v0.4.0
2342024-12-13T23:10:27.176Z Downloaded cfg-if v1.0.0
2352024-12-13T23:10:27.179Z Downloaded humantime v2.1.0
2362024-12-13T23:10:27.181Z Downloaded sigpipe v0.1.3
2372024-12-13T23:10:27.182Z Downloaded hubpack v0.1.2
2382024-12-13T23:10:27.182Z Downloaded flagset v0.4.6
2392024-12-13T23:10:27.184Z Downloaded httpdate v1.0.3
2402024-12-13T23:10:27.184Z Downloaded hostname v0.4.0
2412024-12-13T23:10:27.188Z Downloaded pbkdf2 v0.11.0
2422024-12-13T23:10:27.191Z Downloaded olpc-cjson v0.1.4
2432024-12-13T23:10:27.191Z Downloaded phf_shared v0.11.2
2442024-12-13T23:10:27.191Z Downloaded futures-lite v2.3.0
2452024-12-13T23:10:27.194Z Downloaded sync-ptr v0.1.1
2462024-12-13T23:10:27.194Z Downloaded num_enum v0.5.11
2472024-12-13T23:10:27.199Z Downloaded tower-service v0.3.3
2482024-12-13T23:10:27.201Z Downloaded hashlink v0.9.1
2492024-12-13T23:10:27.201Z Downloaded hickory-client v0.24.1
2502024-12-13T23:10:27.205Z Downloaded r2d2 v0.8.10
2512024-12-13T23:10:27.207Z Downloaded rand_chacha v0.3.1
2522024-12-13T23:10:27.207Z Downloaded quick-error v1.2.3
2532024-12-13T23:10:27.211Z Downloaded bcs v0.1.6
2542024-12-13T23:10:27.214Z Downloaded getrandom v0.2.15
2552024-12-13T23:10:27.214Z Downloaded heck v0.3.3
2562024-12-13T23:10:27.217Z Downloaded ghash v0.5.1
2572024-12-13T23:10:27.217Z Downloaded num-integer v0.1.46
2582024-12-13T23:10:27.219Z Downloaded bytecount v0.6.8
2592024-12-13T23:10:27.222Z Downloaded futures-util v0.3.31
2602024-12-13T23:10:27.232Z Downloaded rand_core v0.6.4
2612024-12-13T23:10:27.234Z Downloaded rustc-hash v2.0.0
2622024-12-13T23:10:27.237Z Downloaded plotters-backend v0.3.7
2632024-12-13T23:10:27.237Z Downloaded pest_generator v2.7.14
2642024-12-13T23:10:27.239Z Downloaded pem v3.0.4
2652024-12-13T23:10:27.239Z Downloaded rustls-pemfile v1.0.4
2662024-12-13T23:10:27.242Z Downloaded highway v1.2.0
2672024-12-13T23:10:27.244Z Downloaded rand_seeder v0.3.0
2682024-12-13T23:10:27.248Z Downloaded rusty-fork v0.3.0
2692024-12-13T23:10:27.248Z Downloaded crucible-workspace-hack v0.1.0
2702024-12-13T23:10:27.248Z Downloaded yoke-derive v0.7.4
2712024-12-13T23:10:27.251Z Downloaded fixedbitset v0.4.2
2722024-12-13T23:10:27.251Z Downloaded parse-display-derive v0.10.0
2732024-12-13T23:10:27.253Z Downloaded signal-hook-registry v1.4.2
2742024-12-13T23:10:27.253Z Downloaded serde_urlencoded v0.7.1
2752024-12-13T23:10:27.257Z Downloaded hyper-rustls v0.26.0
2762024-12-13T23:10:27.260Z Downloaded ssh-cipher v0.2.0
2772024-12-13T23:10:27.260Z Downloaded httptest v0.16.1
2782024-12-13T23:10:27.263Z Downloaded equivalent v1.0.1
2792024-12-13T23:10:27.263Z Downloaded serde_tokenstream v0.2.2
2802024-12-13T23:10:27.263Z Downloaded parking v2.2.1
2812024-12-13T23:10:27.265Z Downloaded chacha20 v0.9.1
2822024-12-13T23:10:27.268Z Downloaded dtrace-parser v0.2.0
2832024-12-13T23:10:27.268Z Downloaded strip-ansi-escapes v0.2.0
2842024-12-13T23:10:27.268Z Downloaded signature v2.2.0
2852024-12-13T23:10:27.271Z Downloaded stringprep v0.1.5
2862024-12-13T23:10:27.273Z Downloaded signal-hook-tokio v0.3.1
2872024-12-13T23:10:27.274Z Downloaded stringmetrics v2.2.2
2882024-12-13T23:10:27.276Z Downloaded signal-hook-mio v0.2.4
2892024-12-13T23:10:27.276Z Downloaded threadpool v1.8.1
2902024-12-13T23:10:27.279Z Downloaded twox-hash v1.6.3
2912024-12-13T23:10:27.282Z Downloaded half v2.4.1
2922024-12-13T23:10:27.282Z Downloaded wait-timeout v0.2.0
2932024-12-13T23:10:27.284Z Downloaded utf8parse v0.2.2
2942024-12-13T23:10:27.284Z Downloaded unicase v2.7.0
2952024-12-13T23:10:27.288Z Downloaded hmac v0.12.1
2962024-12-13T23:10:27.290Z Downloaded cargo_metadata v0.18.1
2972024-12-13T23:10:27.290Z Downloaded cancel-safe-futures v0.1.5
2982024-12-13T23:10:27.293Z Downloaded camino-tempfile v1.1.1
2992024-12-13T23:10:27.296Z Downloaded camino v1.1.9
3002024-12-13T23:10:27.299Z Downloaded password-hash v0.4.2
3012024-12-13T23:10:27.301Z Downloaded bzip2 v0.4.4
3022024-12-13T23:10:27.301Z Downloaded rustc-hash v1.1.0
3032024-12-13T23:10:27.304Z Downloaded blake2 v0.10.6
3042024-12-13T23:10:27.304Z Downloaded blake2b_simd v1.0.2
3052024-12-13T23:10:27.307Z Downloaded assert_cmd v2.0.16
3062024-12-13T23:10:27.309Z Downloaded which v4.4.2
3072024-12-13T23:10:27.313Z Downloaded unicode-linebreak v0.1.5
3082024-12-13T23:10:27.313Z Downloaded rustls-native-certs v0.7.3
3092024-12-13T23:10:27.316Z Downloaded zerofrom-derive v0.1.4
3102024-12-13T23:10:27.316Z Downloaded cfg-expr v0.17.0
3112024-12-13T23:10:27.318Z Downloaded mirai-annotations v1.12.0
3122024-12-13T23:10:27.321Z Downloaded base64ct v1.6.0
3132024-12-13T23:10:27.323Z Downloaded backoff v0.4.0
3142024-12-13T23:10:27.325Z Downloaded progenitor-client v0.8.0
3152024-12-13T23:10:27.325Z Downloaded hex-literal v0.4.1
3162024-12-13T23:10:27.325Z Downloaded foldhash v0.1.3
3172024-12-13T23:10:27.328Z Downloaded colorchoice v1.0.2
3182024-12-13T23:10:27.328Z Downloaded rustversion v1.0.17
3192024-12-13T23:10:27.330Z Downloaded snafu-derive v0.8.5
3202024-12-13T23:10:27.335Z Downloaded hyper-rustls v0.27.3
3212024-12-13T23:10:27.338Z Downloaded pin-utils v0.1.0
3222024-12-13T23:10:27.338Z Downloaded shlex v1.3.0
3232024-12-13T23:10:27.339Z Downloaded ctr v0.9.2
3242024-12-13T23:10:27.343Z Downloaded float-ord v0.3.2
3252024-12-13T23:10:27.343Z Downloaded curve25519-dalek-derive v0.1.1
3262024-12-13T23:10:27.346Z Downloaded dirs-sys-next v0.1.2
3272024-12-13T23:10:27.346Z Downloaded diesel-dtrace v0.4.0
3282024-12-13T23:10:27.346Z Downloaded either v1.13.0
3292024-12-13T23:10:27.349Z Downloaded dirs-next v2.0.0
3302024-12-13T23:10:27.350Z Downloaded indoc v1.0.9
3312024-12-13T23:10:27.353Z Downloaded idna_adapter v1.2.0
3322024-12-13T23:10:27.353Z Downloaded libefi-sys v0.1.0
3332024-12-13T23:10:27.353Z Downloaded lazycell v1.3.0
3342024-12-13T23:10:27.355Z Downloaded lockfree-object-pool v0.1.6
3352024-12-13T23:10:27.358Z Downloaded hyper-tls v0.6.0
3362024-12-13T23:10:27.358Z Downloaded cobs v0.2.3
3372024-12-13T23:10:27.365Z Downloaded clap_lex v0.7.2
3382024-12-13T23:10:27.365Z Downloaded string_cache v0.8.7
3392024-12-13T23:10:27.369Z Downloaded rustfmt-wrapper v0.2.1
3402024-12-13T23:10:27.369Z Downloaded headers v0.4.0
3412024-12-13T23:10:27.369Z Downloaded term v0.7.0
3422024-12-13T23:10:27.373Z Downloaded target-triple v0.1.3
3432024-12-13T23:10:27.377Z Downloaded pest_meta v2.7.14
3442024-12-13T23:10:27.377Z Downloaded strum v0.26.3
3452024-12-13T23:10:27.381Z Downloaded async-lock v3.4.0
3462024-12-13T23:10:27.381Z Downloaded async-executor v1.13.1
3472024-12-13T23:10:27.381Z Downloaded is-terminal v0.4.13
3482024-12-13T23:10:27.384Z Downloaded ipnetwork v0.20.0
3492024-12-13T23:10:27.384Z Downloaded mime v0.3.17
3502024-12-13T23:10:27.392Z Downloaded cexpr v0.6.0
3512024-12-13T23:10:27.392Z Downloaded castaway v0.2.3
3522024-12-13T23:10:27.392Z Downloaded cast v0.3.0
3532024-12-13T23:10:27.392Z Downloaded async-task v4.7.1
3542024-12-13T23:10:27.395Z Downloaded cmake v0.1.51
3552024-12-13T23:10:27.395Z Downloaded bytes v1.8.0
3562024-12-13T23:10:27.398Z Downloaded packed_struct_codegen v0.10.1
3572024-12-13T23:10:27.401Z Downloaded num_enum_derive v0.5.11
3582024-12-13T23:10:27.401Z Downloaded memoffset v0.9.1
3592024-12-13T23:10:27.403Z Downloaded clap_derive v4.5.18
3602024-12-13T23:10:27.405Z Downloaded yoke v0.7.4
3612024-12-13T23:10:27.408Z Downloaded piper v0.2.4
3622024-12-13T23:10:27.408Z Downloaded usdt-macro v0.5.0
3632024-12-13T23:10:27.411Z Downloaded flume v0.11.1
3642024-12-13T23:10:27.413Z Downloaded peg v0.8.4
3652024-12-13T23:10:27.416Z Downloaded zone_cfg_derive v0.3.0
3662024-12-13T23:10:27.419Z Downloaded toolchain_find v0.4.0
3672024-12-13T23:10:27.419Z Downloaded progenitor-macro v0.8.0
3682024-12-13T23:10:27.422Z Downloaded rtoolbox v0.0.2
3692024-12-13T23:10:27.422Z Downloaded proc-macro-crate v3.2.0
3702024-12-13T23:10:27.424Z Downloaded powerfmt v0.2.0
3712024-12-13T23:10:27.424Z Downloaded derive_builder v0.20.2
3722024-12-13T23:10:27.429Z Downloaded digest v0.10.7
3732024-12-13T23:10:27.432Z Downloaded csv-core v0.1.11
3742024-12-13T23:10:27.432Z Downloaded hyper-staticfile v0.10.1
3752024-12-13T23:10:27.434Z Downloaded lock_api v0.4.12
3762024-12-13T23:10:27.437Z Downloaded heapless v0.8.0
3772024-12-13T23:10:27.439Z Downloaded heapless v0.7.17
3782024-12-13T23:10:27.443Z Downloaded pbkdf2 v0.12.2
3792024-12-13T23:10:27.446Z Downloaded scheduled-thread-pool v0.2.7
3802024-12-13T23:10:27.448Z Downloaded same-file v1.0.6
3812024-12-13T23:10:27.449Z Downloaded salsa20 v0.10.2
3822024-12-13T23:10:27.451Z Downloaded stable_deref_trait v1.2.0
3832024-12-13T23:10:27.451Z Downloaded darling_macro v0.20.10
3842024-12-13T23:10:27.451Z Downloaded spki v0.7.3
3852024-12-13T23:10:27.454Z Downloaded signal-hook v0.3.17
3862024-12-13T23:10:27.457Z Downloaded supports-color v3.0.1
3872024-12-13T23:10:27.461Z Downloaded subtle v2.6.1
3882024-12-13T23:10:27.461Z Downloaded textwrap v0.16.1
3892024-12-13T23:10:27.464Z Downloaded thread_local v1.1.8
3902024-12-13T23:10:27.464Z Downloaded ipnet v2.10.1
3912024-12-13T23:10:27.467Z Downloaded test-strategy v0.3.1
3922024-12-13T23:10:27.472Z Downloaded unicode-ident v1.0.13
3932024-12-13T23:10:27.475Z Downloaded mime_guess v2.0.5
3942024-12-13T23:10:27.475Z Downloaded base64 v0.21.7
3952024-12-13T23:10:27.479Z Downloaded is_ci v1.2.0
3962024-12-13T23:10:27.479Z Downloaded ident_case v1.0.1
3972024-12-13T23:10:27.482Z Downloaded icu_provider_macros v1.5.0
3982024-12-13T23:10:27.482Z Downloaded memmap2 v0.9.5
3992024-12-13T23:10:27.482Z Downloaded httparse v1.9.5
4002024-12-13T23:10:27.485Z Downloaded hickory-server v0.24.1
4012024-12-13T23:10:27.490Z Downloaded new_debug_unreachable v1.0.6
4022024-12-13T23:10:27.493Z Downloaded oorandom v11.1.4
4032024-12-13T23:10:27.493Z Downloaded base64 v0.22.1
4042024-12-13T23:10:27.496Z Downloaded md5 v0.7.0
4052024-12-13T23:10:27.499Z Downloaded topological-sort v0.2.2
4062024-12-13T23:10:27.499Z Downloaded postgres-types v0.2.8
4072024-12-13T23:10:27.501Z Downloaded number_prefix v0.4.0
4082024-12-13T23:10:27.505Z Downloaded utf-8 v0.7.6
4092024-12-13T23:10:27.505Z Downloaded normalize-line-endings v0.3.0
4102024-12-13T23:10:27.508Z Downloaded phf v0.11.2
4112024-12-13T23:10:27.508Z Downloaded cc v1.1.30
4122024-12-13T23:10:27.513Z Downloaded pin-project-lite v0.2.14
4132024-12-13T23:10:27.516Z Downloaded http v1.1.0
4142024-12-13T23:10:27.519Z Downloaded log v0.4.22
4152024-12-13T23:10:27.521Z Downloaded litemap v0.7.3
4162024-12-13T23:10:27.526Z Downloaded cpufeatures v0.2.14
4172024-12-13T23:10:27.529Z Downloaded crc v3.2.1
4182024-12-13T23:10:27.529Z Downloaded slog-scope v4.4.0
4192024-12-13T23:10:27.532Z Downloaded precomputed-hash v0.1.1
4202024-12-13T23:10:27.532Z Downloaded tempfile v3.13.0
4212024-12-13T23:10:27.535Z Downloaded relative-path v1.9.3
4222024-12-13T23:10:27.535Z Downloaded rustc_version v0.1.7
4232024-12-13T23:10:27.535Z Downloaded rand_distr v0.4.3
4242024-12-13T23:10:27.538Z Downloaded pretty_assertions v1.4.1
4252024-12-13T23:10:27.540Z Downloaded take_mut v0.2.2
4262024-12-13T23:10:27.540Z Downloaded endian-type v0.1.2
4272024-12-13T23:10:27.543Z Downloaded dsl_auto_type v0.1.2
4282024-12-13T23:10:27.543Z Downloaded difflib v0.4.0
4292024-12-13T23:10:27.543Z Downloaded base64 v0.13.1
4302024-12-13T23:10:27.547Z Downloaded unicode-bidi v0.3.17
4312024-12-13T23:10:27.550Z Downloaded hashbrown v0.12.3
4322024-12-13T23:10:27.553Z Downloaded uuid v1.11.0
4332024-12-13T23:10:27.557Z Downloaded tungstenite v0.24.0
4342024-12-13T23:10:27.561Z Downloaded bumpalo v3.16.0
4352024-12-13T23:10:27.564Z Downloaded internet-checksum v0.2.1
4362024-12-13T23:10:27.564Z Downloaded hickory-resolver v0.24.1
4372024-12-13T23:10:27.568Z Downloaded opaque-debug v0.3.1
4382024-12-13T23:10:27.571Z Downloaded untrusted v0.7.1
4392024-12-13T23:10:27.571Z Downloaded packed_struct v0.10.1
4402024-12-13T23:10:27.574Z Downloaded backtrace v0.3.74
4412024-12-13T23:10:27.577Z Downloaded usdt-attr-macro v0.5.0
4422024-12-13T23:10:27.581Z Downloaded try-lock v0.2.5
4432024-12-13T23:10:27.581Z Downloaded paste v1.0.15
4442024-12-13T23:10:27.584Z Downloaded linear-map v1.2.0
4452024-12-13T23:10:27.586Z Downloaded tinytemplate v1.2.1
4462024-12-13T23:10:27.586Z Downloaded tokio-rustls v0.26.0
4472024-12-13T23:10:27.589Z Downloaded vte_generate_state_changes v0.1.2
4482024-12-13T23:10:27.592Z Downloaded zerofrom v0.1.4
4492024-12-13T23:10:27.592Z Downloaded time-core v0.1.2
4502024-12-13T23:10:27.592Z Downloaded zip v0.6.6
4512024-12-13T23:10:27.595Z Downloaded vsss-rs v3.3.4
4522024-12-13T23:10:27.598Z Downloaded progenitor-impl v0.8.0
4532024-12-13T23:10:27.600Z Downloaded target-spec v3.2.2
4542024-12-13T23:10:27.602Z Downloaded pkg-config v0.3.31
4552024-12-13T23:10:27.604Z Downloaded hashbrown v0.13.2
4562024-12-13T23:10:27.608Z Downloaded cookie_store v0.21.0
4572024-12-13T23:10:27.610Z Downloaded psl-types v2.0.11
4582024-12-13T23:10:27.612Z Downloaded defmt-parser v0.3.4
4592024-12-13T23:10:27.612Z Downloaded console v0.15.8
4602024-12-13T23:10:27.615Z Downloaded doc-comment v0.3.3
4612024-12-13T23:10:27.618Z Downloaded embedded-io v0.4.0
4622024-12-13T23:10:27.620Z Downloaded ppv-lite86 v0.2.20
4632024-12-13T23:10:27.620Z Downloaded serde_path_to_error v0.1.16
4642024-12-13T23:10:27.623Z Downloaded miniz_oxide v0.8.0
4652024-12-13T23:10:27.626Z Downloaded progenitor v0.8.0
4662024-12-13T23:10:27.626Z Downloaded rpassword v7.3.1
4672024-12-13T23:10:27.628Z Downloaded hyper-util v0.1.10
4682024-12-13T23:10:27.631Z Downloaded is_terminal_polyfill v1.70.1
4692024-12-13T23:10:27.634Z Downloaded flate2 v1.0.34
4702024-12-13T23:10:27.637Z Downloaded slab v0.4.9
4712024-12-13T23:10:27.640Z Downloaded tap v1.0.1
4722024-12-13T23:10:27.640Z Downloaded structmeta-derive v0.3.0
4732024-12-13T23:10:27.643Z Downloaded siphasher v0.3.11
4742024-12-13T23:10:27.643Z Downloaded similar-asserts v1.6.0
4752024-12-13T23:10:27.645Z Downloaded tracing v0.1.40
4762024-12-13T23:10:27.649Z Downloaded oso-derive v0.27.3
4772024-12-13T23:10:27.652Z Downloaded nu-ansi-term v0.50.1
4782024-12-13T23:10:27.654Z Downloaded tokio-postgres v0.7.12
4792024-12-13T23:10:27.657Z Downloaded unicode-truncate v1.1.0
4802024-12-13T23:10:27.660Z Downloaded num_threads v0.1.7
4812024-12-13T23:10:27.663Z Downloaded pest_derive v2.7.14
4822024-12-13T23:10:27.663Z Downloaded parking_lot v0.11.2
4832024-12-13T23:10:27.665Z Downloaded tokio-native-tls v0.3.1
4842024-12-13T23:10:27.668Z Downloaded zerocopy-derive v0.7.35
4852024-12-13T23:10:27.671Z Downloaded path-slash v0.1.5
4862024-12-13T23:10:27.674Z Downloaded p256 v0.13.2
4872024-12-13T23:10:27.677Z Downloaded cipher v0.4.4
4882024-12-13T23:10:27.681Z Downloaded version_check v0.9.5
4892024-12-13T23:10:27.681Z Downloaded schemars v0.8.21
4902024-12-13T23:10:27.690Z Downloaded serde-big-array v0.5.1
4912024-12-13T23:10:27.693Z Downloaded cstr-argument v0.1.2
4922024-12-13T23:10:27.695Z Downloaded scopeguard v1.2.0
4932024-12-13T23:10:27.695Z Downloaded dropshot_endpoint v0.13.0
4942024-12-13T23:10:27.698Z Downloaded tinyvec_macros v0.1.1
4952024-12-13T23:10:27.701Z Downloaded termtree v0.4.1
4962024-12-13T23:10:27.701Z Downloaded enum-as-inner v0.5.1
4972024-12-13T23:10:27.705Z Downloaded keccak v0.1.5
4982024-12-13T23:10:27.705Z Downloaded kv-log-macro v1.0.7
4992024-12-13T23:10:27.708Z Downloaded tinyvec v1.8.0
5002024-12-13T23:10:27.708Z Downloaded strum_macros v0.24.3
5012024-12-13T23:10:27.711Z Downloaded lru-cache v0.1.2
5022024-12-13T23:10:27.711Z Downloaded embedded-io v0.6.1
5032024-12-13T23:10:27.714Z Downloaded rstest_macros v0.23.0
5042024-12-13T23:10:27.716Z Downloaded memmap v0.7.0
5052024-12-13T23:10:27.719Z Downloaded time-macros v0.2.18
5062024-12-13T23:10:27.721Z Downloaded newline-converter v0.3.0
5072024-12-13T23:10:27.721Z Downloaded tokio-tungstenite v0.24.0
5082024-12-13T23:10:27.724Z Downloaded diff v0.1.13
5092024-12-13T23:10:27.726Z Downloaded password-hash v0.5.0
5102024-12-13T23:10:27.729Z Downloaded derive_more v0.99.18
5112024-12-13T23:10:27.732Z Downloaded ciborium-io v0.2.2
5122024-12-13T23:10:27.735Z Downloaded md-5 v0.10.6
5132024-12-13T23:10:27.735Z Downloaded samael v0.0.17
5142024-12-13T23:10:27.740Z Downloaded plain v0.2.3
5152024-12-13T23:10:27.743Z Downloaded zip v2.1.3
5162024-12-13T23:10:27.746Z Downloaded thiserror v2.0.3
5172024-12-13T23:10:27.751Z Downloaded primeorder v0.13.6
5182024-12-13T23:10:27.754Z Downloaded zone_cfg_derive v0.1.2
5192024-12-13T23:10:27.754Z Downloaded crunchy v0.2.2
5202024-12-13T23:10:27.757Z Downloaded guppy v0.17.8
5212024-12-13T23:10:27.761Z Downloaded phf_generator v0.11.2
5222024-12-13T23:10:27.763Z Downloaded vte v0.11.1
5232024-12-13T23:10:27.766Z Downloaded proc-macro-crate v1.3.1
5242024-12-13T23:10:27.766Z Downloaded nom v7.1.3
5252024-12-13T23:10:27.771Z Downloaded sha1 v0.10.6
5262024-12-13T23:10:27.773Z Downloaded darling v0.20.10
5272024-12-13T23:10:27.777Z Downloaded mio v1.0.2
5282024-12-13T23:10:27.782Z Downloaded spin v0.5.2
5292024-12-13T23:10:27.785Z Downloaded proc-macro2 v1.0.89
5302024-12-13T23:10:27.787Z Downloaded slog-stdlog v4.1.1
5312024-12-13T23:10:27.791Z Downloaded icu_provider v1.5.0
5322024-12-13T23:10:27.794Z Downloaded termios v0.3.3
5332024-12-13T23:10:27.794Z Downloaded jobserver v0.1.32
5342024-12-13T23:10:27.797Z Downloaded tabwriter v1.4.0
5352024-12-13T23:10:27.797Z Downloaded similar v2.6.0
5362024-12-13T23:10:27.803Z Downloaded phf_shared v0.10.0
5372024-12-13T23:10:27.806Z Downloaded minimal-lexical v0.2.1
5382024-12-13T23:10:27.809Z Downloaded unicode-xid v0.2.6
5392024-12-13T23:10:27.809Z Downloaded time v0.3.36
5402024-12-13T23:10:27.815Z Downloaded scroll_derive v0.12.0
5412024-12-13T23:10:27.818Z Downloaded owo-colors v4.1.0
5422024-12-13T23:10:27.823Z Downloaded num-bigint-dig v0.8.4
5432024-12-13T23:10:27.826Z Downloaded display-error-chain v0.2.2
5442024-12-13T23:10:27.826Z Downloaded proc-macro-error v1.0.4
5452024-12-13T23:10:27.829Z Downloaded pem-rfc7468 v0.7.0
5462024-12-13T23:10:27.834Z Downloaded crypto-common v0.1.6
5472024-12-13T23:10:27.834Z Downloaded xz2 v0.1.7
5482024-12-13T23:10:27.837Z Downloaded clang-sys v1.8.1
5492024-12-13T23:10:27.837Z Downloaded xattr v1.3.1
5502024-12-13T23:10:27.840Z Downloaded hashbrown v0.15.1
5512024-12-13T23:10:27.843Z Downloaded write16 v1.0.0
5522024-12-13T23:10:27.844Z Downloaded itoa v1.0.11
5532024-12-13T23:10:27.847Z Downloaded serde-hex v0.1.0
5542024-12-13T23:10:27.850Z Downloaded cookie v0.18.1
5552024-12-13T23:10:27.854Z Downloaded zone v0.3.0
5562024-12-13T23:10:27.854Z Downloaded zerovec-derive v0.10.3
5572024-12-13T23:10:27.855Z Downloaded vergen v8.3.2
5582024-12-13T23:10:27.860Z Downloaded rustc-demangle v0.1.24
5592024-12-13T23:10:27.860Z Downloaded libsw v3.3.1
5602024-12-13T23:10:27.860Z Downloaded dropshot_endpoint v0.12.0
5612024-12-13T23:10:27.864Z Downloaded rust-argon2 v2.1.0
5622024-12-13T23:10:27.867Z Downloaded data-encoding v2.6.0
5632024-12-13T23:10:27.867Z Downloaded diesel_table_macro_syntax v0.2.0
5642024-12-13T23:10:27.867Z Downloaded zeroize_derive v1.4.2
5652024-12-13T23:10:27.869Z Downloaded crc-any v2.5.0
5662024-12-13T23:10:27.870Z Downloaded ron v0.8.1
5672024-12-13T23:10:27.875Z Downloaded num-iter v0.1.45
5682024-12-13T23:10:27.882Z Downloaded num-derive v0.4.2
5692024-12-13T23:10:27.885Z Downloaded convert_case v0.4.0
5702024-12-13T23:10:27.885Z Downloaded trybuild v1.0.101
5712024-12-13T23:10:27.885Z Downloaded hyper v1.5.0
5722024-12-13T23:10:27.890Z Downloaded instant v0.1.13
5732024-12-13T23:10:27.893Z Downloaded scrypt v0.11.0
5742024-12-13T23:10:27.895Z Downloaded phf_codegen v0.11.2
5752024-12-13T23:10:27.895Z Downloaded hashbrown v0.14.5
5762024-12-13T23:10:27.900Z Downloaded untrusted v0.9.0
5772024-12-13T23:10:27.903Z Downloaded tinystr v0.7.6
5782024-12-13T23:10:27.905Z Downloaded displaydoc v0.2.5
5792024-12-13T23:10:27.908Z Downloaded tiny-keccak v2.0.2
5802024-12-13T23:10:27.911Z Downloaded strum_macros v0.25.3
5812024-12-13T23:10:27.913Z Downloaded ron v0.7.1
5822024-12-13T23:10:27.916Z Downloaded tokio-util v0.7.12
5832024-12-13T23:10:27.923Z Downloaded proc-macro-error-attr v1.0.4
5842024-12-13T23:10:27.925Z Downloaded structmeta-derive v0.2.0
5852024-12-13T23:10:27.925Z Downloaded thiserror-no-std v2.0.2
5862024-12-13T23:10:27.932Z Downloaded darling_core v0.20.10
5872024-12-13T23:10:27.937Z Downloaded concurrent-queue v2.5.0
5882024-12-13T23:10:27.937Z Downloaded value-bag v1.9.0
5892024-12-13T23:10:27.940Z Downloaded des v0.8.1
5902024-12-13T23:10:27.943Z Downloaded socket2 v0.5.7
5912024-12-13T23:10:27.943Z Downloaded structmeta v0.3.0
5922024-12-13T23:10:27.945Z Downloaded ed25519 v2.2.3
5932024-12-13T23:10:27.948Z Downloaded structmeta v0.2.0
5942024-12-13T23:10:27.948Z Downloaded nanorand v0.7.0
5952024-12-13T23:10:27.950Z Downloaded env_logger v0.11.5
5962024-12-13T23:10:27.953Z Downloaded toml_edit v0.19.15
5972024-12-13T23:10:27.968Z Downloaded downcast v0.11.0
5982024-12-13T23:10:27.970Z Downloaded maplit v1.0.2
5992024-12-13T23:10:27.976Z Downloaded waitgroup v0.1.2
6002024-12-13T23:10:27.976Z Downloaded linked-hash-map v0.5.6
6012024-12-13T23:10:27.976Z Downloaded instability v0.3.2
6022024-12-13T23:10:27.980Z Downloaded dof v0.3.0
6032024-12-13T23:10:27.980Z Downloaded quote v1.0.37
6042024-12-13T23:10:27.980Z Downloaded toml v0.7.8
6052024-12-13T23:10:27.984Z Downloaded indent_write v2.2.0
6062024-12-13T23:10:27.987Z Downloaded hkdf v0.12.4
6072024-12-13T23:10:27.987Z Downloaded plotters v0.3.7
6082024-12-13T23:10:27.995Z Downloaded env_filter v0.1.2
6092024-12-13T23:10:27.998Z Downloaded h2 v0.4.6
6102024-12-13T23:10:28.002Z Downloaded nested v0.1.1
6112024-12-13T23:10:28.006Z Downloaded resolv-conf v0.7.0
6122024-12-13T23:10:28.009Z Downloaded quinn-udp v0.5.5
6132024-12-13T23:10:28.009Z Downloaded tokio-rustls v0.24.1
6142024-12-13T23:10:28.009Z Downloaded percent-encoding v2.3.1
6152024-12-13T23:10:28.012Z Downloaded scroll v0.12.0
6162024-12-13T23:10:28.012Z Downloaded openssl-macros v0.1.1
6172024-12-13T23:10:28.015Z Downloaded native-tls v0.2.12
6182024-12-13T23:10:28.019Z Downloaded derive_builder_core v0.20.2
6192024-12-13T23:10:28.019Z Downloaded yasna v0.5.2
6202024-12-13T23:10:28.023Z Downloaded serde_with_macros v3.11.0
6212024-12-13T23:10:28.023Z Downloaded ref-cast-impl v1.0.23
6222024-12-13T23:10:28.026Z Downloaded slog-dtrace v0.3.0
6232024-12-13T23:10:28.026Z Downloaded thiserror v1.0.69
6242024-12-13T23:10:28.029Z Downloaded parking_lot v0.12.3
6252024-12-13T23:10:28.032Z Downloaded typify v0.2.0
6262024-12-13T23:10:28.035Z Downloaded oso v0.27.3
6272024-12-13T23:10:28.039Z Downloaded tough v0.19.0
6282024-12-13T23:10:28.046Z Downloaded sync_wrapper v1.0.1
6292024-12-13T23:10:28.048Z Downloaded swrite v0.1.0
6302024-12-13T23:10:28.048Z Downloaded tls_codec_derive v0.4.1
6312024-12-13T23:10:28.051Z Downloaded slog-bunyan v2.5.0
6322024-12-13T23:10:28.055Z Downloaded slog v2.7.0
6332024-12-13T23:10:28.055Z Downloaded utf8_iter v1.0.4
6342024-12-13T23:10:28.057Z Downloaded toml_datetime v0.6.8
6352024-12-13T23:10:28.057Z Downloaded defmt v0.3.8
6362024-12-13T23:10:28.060Z Downloaded colored v2.1.0
6372024-12-13T23:10:28.062Z Downloaded rayon-core v1.12.1
6382024-12-13T23:10:28.066Z Downloaded steno v0.4.1
6392024-12-13T23:10:28.070Z Downloaded elliptic-curve v0.13.8
6402024-12-13T23:10:28.074Z Downloaded rustyline v14.0.0
6412024-12-13T23:10:28.079Z Downloaded multimap v0.10.0
6422024-12-13T23:10:28.082Z Downloaded icu_normalizer_data v1.5.0
6432024-12-13T23:10:28.084Z Downloaded goblin v0.8.2
6442024-12-13T23:10:28.089Z Downloaded ref-cast v1.0.23
6452024-12-13T23:10:28.092Z Downloaded rustls-webpki v0.101.7
6462024-12-13T23:10:28.105Z Downloaded semver v0.1.20
6472024-12-13T23:10:28.108Z Downloaded url v2.5.3
6482024-12-13T23:10:28.111Z Downloaded predicates-tree v1.0.11
6492024-12-13T23:10:28.113Z Downloaded tokio-tungstenite v0.21.0
6502024-12-13T23:10:28.113Z Downloaded secrecy v0.8.0
6512024-12-13T23:10:28.116Z Downloaded sec1 v0.7.3
6522024-12-13T23:10:28.116Z Downloaded parking_lot_core v0.9.10
6532024-12-13T23:10:28.119Z Downloaded parking_lot_core v0.8.6
6542024-12-13T23:10:28.121Z Downloaded usdt-impl v0.5.0
6552024-12-13T23:10:28.124Z Downloaded walkdir v2.5.0
6562024-12-13T23:10:28.124Z Downloaded uzers v0.12.1
6572024-12-13T23:10:28.126Z Downloaded serde_repr v0.1.19
6582024-12-13T23:10:28.129Z Downloaded sqlformat v0.2.6
6592024-12-13T23:10:28.132Z Downloaded serde_derive_internals v0.29.1
6602024-12-13T23:10:28.135Z Downloaded zopfli v0.8.1
6612024-12-13T23:10:28.135Z Downloaded tungstenite v0.23.0
6622024-12-13T23:10:28.138Z Downloaded static_assertions v1.1.0
6632024-12-13T23:10:28.141Z Downloaded num-conv v0.1.0
6642024-12-13T23:10:28.143Z Downloaded zeroize v1.8.1
6652024-12-13T23:10:28.143Z Downloaded ssh-encoding v0.2.0
6662024-12-13T23:10:28.146Z Downloaded strum_macros v0.26.4
6672024-12-13T23:10:28.146Z Downloaded icu_properties v1.5.1
6682024-12-13T23:10:28.149Z Downloaded snafu v0.8.5
6692024-12-13T23:10:28.155Z Downloaded pin-project v1.1.6
6702024-12-13T23:10:28.165Z Downloaded lalrpop-util v0.19.12
6712024-12-13T23:10:28.168Z Downloaded icu_locid v1.5.0
6722024-12-13T23:10:28.171Z Downloaded crossbeam-epoch v0.9.18
6732024-12-13T23:10:28.174Z Downloaded rustls-webpki v0.102.8
6742024-12-13T23:10:28.191Z Downloaded parse-size v1.1.0
6752024-12-13T23:10:28.193Z Downloaded openssl-probe v0.1.5
6762024-12-13T23:10:28.196Z Downloaded predicates-core v1.0.8
6772024-12-13T23:10:28.196Z Downloaded strsim v0.11.1
6782024-12-13T23:10:28.198Z Downloaded tokio-tungstenite v0.23.1
6792024-12-13T23:10:28.198Z Downloaded lazy_static v1.5.0
6802024-12-13T23:10:28.201Z Downloaded newtype-uuid v1.1.3
6812024-12-13T23:10:28.201Z Downloaded blake3 v1.5.4
6822024-12-13T23:10:28.209Z Downloaded utf16_iter v1.0.5
6832024-12-13T23:10:28.211Z Downloaded predicates v3.1.2
6842024-12-13T23:10:28.213Z Downloaded serde_plain v1.0.2
6852024-12-13T23:10:28.216Z Downloaded serde_regex v1.1.0
6862024-12-13T23:10:28.216Z Downloaded crc-catalog v2.4.0
6872024-12-13T23:10:28.219Z Downloaded const-oid v0.9.6
6882024-12-13T23:10:28.219Z Downloaded crypto-bigint v0.5.5
6892024-12-13T23:10:28.225Z Downloaded derive_builder_macro v0.20.2
6902024-12-13T23:10:28.229Z Downloaded inout v0.1.3
6912024-12-13T23:10:28.229Z Downloaded indoc v2.0.5
6922024-12-13T23:10:28.232Z Downloaded crossbeam-deque v0.8.5
6932024-12-13T23:10:28.232Z Downloaded criterion-plot v0.5.0
6942024-12-13T23:10:28.234Z Downloaded postcard v1.0.10
6952024-12-13T23:10:28.237Z Downloaded unsafe-libyaml v0.2.11
6962024-12-13T23:10:28.240Z Downloaded dhcproto v0.12.0
6972024-12-13T23:10:28.245Z Downloaded salty v0.3.0
6982024-12-13T23:10:28.249Z Downloaded newtype_derive v0.1.6
6992024-12-13T23:10:28.251Z Downloaded polyval v0.6.2
7002024-12-13T23:10:28.254Z Downloaded p521 v0.13.3
7012024-12-13T23:10:28.258Z Downloaded termcolor v1.4.1
7022024-12-13T23:10:28.258Z Downloaded toml v0.8.19
7032024-12-13T23:10:28.261Z Downloaded once_cell v1.20.2
7042024-12-13T23:10:28.264Z Downloaded pin-project-internal v1.1.6
7052024-12-13T23:10:28.267Z Downloaded aws-lc-rs v1.10.0
7062024-12-13T23:10:28.274Z Downloaded defmt-macros v0.3.9
7072024-12-13T23:10:28.277Z Downloaded matches v0.1.10
7082024-12-13T23:10:28.279Z Downloaded peg-runtime v0.8.3
7092024-12-13T23:10:28.280Z Downloaded match_cfg v0.1.0
7102024-12-13T23:10:28.280Z Downloaded tabled_derive v0.7.0
7112024-12-13T23:10:28.283Z Downloaded parse-display v0.10.0
7122024-12-13T23:10:28.283Z Downloaded slog-term v2.9.1
7132024-12-13T23:10:28.286Z Downloaded debug-ignore v1.0.5
7142024-12-13T23:10:28.286Z Downloaded tui-tree-widget v0.22.0
7152024-12-13T23:10:28.289Z Downloaded universal-hash v0.5.1
7162024-12-13T23:10:28.289Z Downloaded tracing-attributes v0.1.27
7172024-12-13T23:10:28.294Z Downloaded ucd-trie v0.1.7
7182024-12-13T23:10:28.295Z Downloaded tokio-stream v0.1.16
7192024-12-13T23:10:28.297Z Downloaded mockall_derive v0.13.0
7202024-12-13T23:10:28.300Z Downloaded env_logger v0.10.2
7212024-12-13T23:10:28.303Z Downloaded want v0.3.1
7222024-12-13T23:10:28.303Z Downloaded ecdsa v0.16.9
7232024-12-13T23:10:28.306Z Downloaded crc32fast v1.4.2
7242024-12-13T23:10:28.308Z Downloaded postgres-protocol v0.6.7
7252024-12-13T23:10:28.308Z Downloaded synstructure v0.13.1
7262024-12-13T23:10:28.310Z Downloaded num-rational v0.4.2
7272024-12-13T23:10:28.313Z Downloaded icu_locid_transform_data v1.5.0
7282024-12-13T23:10:28.313Z Downloaded num v0.4.3
7292024-12-13T23:10:28.315Z Downloaded winnow v0.6.20
7302024-12-13T23:10:28.322Z Downloaded libxml v0.3.3
7312024-12-13T23:10:28.328Z Downloaded russh-cryptovec v0.7.3
7322024-12-13T23:10:28.331Z Downloaded zerocopy v0.6.6
7332024-12-13T23:10:28.333Z Downloaded rfc6979 v0.4.0
7342024-12-13T23:10:28.333Z Downloaded path-tree v0.8.1
7352024-12-13T23:10:28.336Z Downloaded sqlparser_derive v0.2.2
7362024-12-13T23:10:28.336Z Downloaded omicron-zone-package v0.11.1
7372024-12-13T23:10:28.339Z Downloaded num-complex v0.4.6
7382024-12-13T23:10:28.339Z Downloaded subprocess v0.2.9
7392024-12-13T23:10:28.341Z Downloaded target-lexicon v0.12.16
7402024-12-13T23:10:28.344Z Downloaded slog-json v2.6.1
7412024-12-13T23:10:28.347Z Downloaded smallvec v0.6.14
7422024-12-13T23:10:28.350Z Downloaded slog-envlogger v2.2.0
7432024-12-13T23:10:28.350Z Downloaded deranged v0.3.11
7442024-12-13T23:10:28.350Z Downloaded qorb v0.2.1
7452024-12-13T23:10:28.353Z Downloaded pathdiff v0.2.2
7462024-12-13T23:10:28.356Z Downloaded partial-io v0.5.4
7472024-12-13T23:10:28.358Z Downloaded libloading v0.8.5
7482024-12-13T23:10:28.360Z Downloaded serde_spanned v0.6.8
7492024-12-13T23:10:28.360Z Downloaded async-std v1.13.0
7502024-12-13T23:10:28.379Z Downloaded dyn-clone v1.0.17
7512024-12-13T23:10:28.382Z Downloaded iana-time-zone v0.1.61
7522024-12-13T23:10:28.385Z Downloaded tokio-rustls v0.25.0
7532024-12-13T23:10:28.388Z Downloaded bindgen v0.69.5
7542024-12-13T23:10:28.392Z Downloaded tls_codec v0.4.1
7552024-12-13T23:10:28.395Z Downloaded chrono v0.4.38
7562024-12-13T23:10:28.400Z Downloaded thiserror-impl v1.0.69
7572024-12-13T23:10:28.403Z Downloaded serde_derive v1.0.215
7582024-12-13T23:10:28.405Z Downloaded typed-path v0.9.3
7592024-12-13T23:10:28.410Z Downloaded ciborium-ll v0.2.2
7602024-12-13T23:10:28.413Z Downloaded writeable v0.5.5
7612024-12-13T23:10:28.415Z Downloaded mockall v0.13.0
7622024-12-13T23:10:28.415Z Downloaded maybe-uninit v2.0.0
7632024-12-13T23:10:28.417Z Downloaded datatest-stable v0.2.9
7642024-12-13T23:10:28.420Z Downloaded wyz v0.5.1
7652024-12-13T23:10:28.420Z Downloaded thiserror-impl-no-std v2.0.2
7662024-12-13T23:10:28.422Z Downloaded thiserror-impl v2.0.3
7672024-12-13T23:10:28.422Z Downloaded git2 v0.19.0
7682024-12-13T23:10:28.430Z Downloaded enum-as-inner v0.6.1
7692024-12-13T23:10:28.433Z Downloaded terminal_size v0.4.0
7702024-12-13T23:10:28.433Z Downloaded rand_xorshift v0.3.0
7712024-12-13T23:10:28.435Z Downloaded slog-async v2.8.0
7722024-12-13T23:10:28.435Z Downloaded poly1305 v0.8.0
7732024-12-13T23:10:28.438Z Downloaded multer v3.1.0
7742024-12-13T23:10:28.440Z Downloaded managed v0.8.0
7752024-12-13T23:10:28.440Z Downloaded smf v0.2.3
7762024-12-13T23:10:28.443Z Downloaded smawk v0.3.2
7772024-12-13T23:10:28.443Z Downloaded tracing-core v0.1.32
7782024-12-13T23:10:28.446Z Downloaded impl-trait-for-tuples v0.2.2
7792024-12-13T23:10:28.448Z Downloaded der_derive v0.7.3
7802024-12-13T23:10:28.451Z Downloaded tokio-macros v2.4.0
7812024-12-13T23:10:28.453Z Downloaded icu_normalizer v1.5.0
7822024-12-13T23:10:28.456Z Downloaded compact_str v0.8.0
7832024-12-13T23:10:28.459Z Downloaded dunce v1.0.5
7842024-12-13T23:10:28.459Z Downloaded usdt v0.5.0
7852024-12-13T23:10:28.461Z Downloaded lru v0.12.5
7862024-12-13T23:10:28.461Z Downloaded crossbeam-utils v0.8.20
7872024-12-13T23:10:28.464Z Downloaded unarray v0.1.4
7882024-12-13T23:10:28.466Z Downloaded const_format_proc_macros v0.2.33
7892024-12-13T23:10:28.469Z Downloaded sct v0.7.1
7902024-12-13T23:10:28.471Z Downloaded typify-macro v0.2.0
7912024-12-13T23:10:28.472Z Downloaded papergrid v0.11.0
7922024-12-13T23:10:28.475Z Downloaded thread-id v4.2.2
7932024-12-13T23:10:28.477Z Downloaded spin v0.9.8
7942024-12-13T23:10:28.480Z Downloaded memchr v2.7.4
7952024-12-13T23:10:28.484Z Downloaded bitvec v1.0.1
7962024-12-13T23:10:28.498Z Downloaded macaddr v1.0.1
7972024-12-13T23:10:28.501Z Downloaded semver v1.0.23
7982024-12-13T23:10:28.504Z Downloaded smallvec v1.13.2
7992024-12-13T23:10:28.504Z Downloaded peg-macros v0.8.4
8002024-12-13T23:10:28.506Z Downloaded tar v0.4.42
8012024-12-13T23:10:28.509Z Downloaded tungstenite v0.21.0
8022024-12-13T23:10:28.512Z Downloaded yansi v1.0.1
8032024-12-13T23:10:28.514Z Downloaded indicatif v0.17.9
8042024-12-13T23:10:28.519Z Downloaded serde_yaml v0.9.34+deprecated
8052024-12-13T23:10:28.521Z Downloaded nodrop v0.1.14
8062024-12-13T23:10:28.524Z Downloaded nibble_vec v0.1.0
8072024-12-13T23:10:28.524Z Downloaded libm v0.2.8
8082024-12-13T23:10:28.530Z Downloaded serde_json v1.0.132
8092024-12-13T23:10:28.537Z Downloaded diesel_derives v2.2.3
8102024-12-13T23:10:28.541Z Downloaded rstest v0.23.0
8112024-12-13T23:10:28.546Z Downloaded russh-keys v0.45.0
8122024-12-13T23:10:28.549Z Downloaded icu_collections v1.5.0
8132024-12-13T23:10:28.554Z Downloaded dhcproto-macros v0.1.0
8142024-12-13T23:10:28.557Z Downloaded rcgen v0.12.1
8152024-12-13T23:10:28.560Z Downloaded zerocopy-derive v0.8.10
8162024-12-13T23:10:28.563Z Downloaded der v0.7.9
8172024-12-13T23:10:28.568Z Downloaded winnow v0.5.40
8182024-12-13T23:10:28.576Z Downloaded indexmap v1.9.3
8192024-12-13T23:10:28.579Z Downloaded derive-where v1.2.7
8202024-12-13T23:10:28.582Z Downloaded rsa v0.9.6
8212024-12-13T23:10:28.587Z Downloaded crossbeam-channel v0.5.13
8222024-12-13T23:10:28.592Z Downloaded p384 v0.13.0
8232024-12-13T23:10:28.599Z Downloaded pkcs5 v0.7.1
8242024-12-13T23:10:28.601Z Downloaded radix_trie v0.2.1
8252024-12-13T23:10:28.606Z Downloaded typenum v1.17.0
8262024-12-13T23:10:28.608Z Downloaded unicode-properties v0.1.3
8272024-12-13T23:10:28.611Z Downloaded pest v2.7.14
8282024-12-13T23:10:28.614Z Downloaded gimli v0.31.1
8292024-12-13T23:10:28.622Z Downloaded unicode_categories v0.1.1
8302024-12-13T23:10:28.625Z Downloaded syn v1.0.109
8312024-12-13T23:10:28.633Z Downloaded parse-zoneinfo v0.3.1
8322024-12-13T23:10:28.636Z Downloaded polar-core v0.27.3
8332024-12-13T23:10:28.644Z Downloaded serde v1.0.215
8342024-12-13T23:10:28.647Z Downloaded quinn v0.11.5
8352024-12-13T23:10:28.650Z Downloaded proptest v1.5.0
8362024-12-13T23:10:28.660Z Downloaded indexmap v2.6.0
8372024-12-13T23:10:28.663Z Downloaded x509-cert v0.2.5
8382024-12-13T23:10:28.668Z Downloaded num-bigint v0.4.6
8392024-12-13T23:10:28.673Z Downloaded ed25519-dalek v2.1.1
8402024-12-13T23:10:28.675Z Downloaded serde_with v3.11.0
8412024-12-13T23:10:28.684Z Downloaded ssh-key v0.6.6
8422024-12-13T23:10:28.690Z Downloaded unicode-width v0.1.14
8432024-12-13T23:10:28.696Z Downloaded publicsuffix v2.2.3
8442024-12-13T23:10:28.698Z Downloaded reedline v0.35.0
8452024-12-13T23:10:28.705Z Downloaded const_format v0.2.33
8462024-12-13T23:10:28.711Z Downloaded idna v1.0.3
8472024-12-13T23:10:28.713Z Downloaded sha2 v0.10.8
8482024-12-13T23:10:28.716Z Downloaded polling v3.7.3
8492024-12-13T23:10:28.719Z Downloaded toml_edit v0.22.22
8502024-12-13T23:10:28.739Z Downloaded reqwest v0.12.9
8512024-12-13T23:10:28.746Z Downloaded idna v0.2.3
8522024-12-13T23:10:28.752Z Downloaded itertools v0.13.0
8532024-12-13T23:10:28.759Z Downloaded criterion v0.5.1
8542024-12-13T23:10:28.765Z Downloaded unicode-segmentation v1.12.0
8552024-12-13T23:10:28.768Z Downloaded itertools v0.10.5
8562024-12-13T23:10:28.774Z Downloaded itertools v0.12.1
8572024-12-13T23:10:28.781Z Downloaded crossterm v0.28.1
8582024-12-13T23:10:28.787Z Downloaded zerovec v0.10.4
8592024-12-13T23:10:28.793Z Downloaded petname v2.0.2
8602024-12-13T23:10:28.798Z Downloaded portable-atomic v1.9.0
8612024-12-13T23:10:28.804Z Downloaded icu_properties_data v1.5.0
8622024-12-13T23:10:28.814Z Downloaded tabled v0.15.0
8632024-12-13T23:10:28.829Z Downloaded syn v2.0.87
8642024-12-13T23:10:28.841Z Downloaded curve25519-dalek v4.1.3
8652024-12-13T23:10:28.847Z Downloaded zerocopy v0.7.35
8662024-12-13T23:10:28.862Z Downloaded trust-dns-proto v0.22.0
8672024-12-13T23:10:28.873Z Downloaded clap_builder v4.5.21
8682024-12-13T23:10:28.880Z Downloaded rustls v0.21.12
8692024-12-13T23:10:28.890Z Downloaded zerocopy v0.8.10
8702024-12-13T23:10:28.912Z Downloaded quick-xml v0.33.0
8712024-12-13T23:10:28.919Z Downloaded quinn-proto v0.11.8
8722024-12-13T23:10:28.925Z Downloaded vcpkg v0.2.15
8732024-12-13T23:10:28.964Z Downloaded idna v0.4.0
8742024-12-13T23:10:28.970Z Downloaded chrono-tz v0.10.0
8752024-12-13T23:10:28.977Z Downloaded object v0.30.4
8762024-12-13T23:10:28.986Z Downloaded regress v0.10.1
8772024-12-13T23:10:28.995Z Downloaded bstr v1.10.0
8782024-12-13T23:10:29.006Z Downloaded regex v1.11.1
8792024-12-13T23:10:29.018Z Downloaded rayon v1.10.0
8802024-12-13T23:10:29.027Z Downloaded lalrpop v0.19.12
8812024-12-13T23:10:29.038Z Downloaded dropshot v0.12.0
8822024-12-13T23:10:29.057Z Downloaded smoltcp v0.11.0
8832024-12-13T23:10:29.070Z Downloaded nix v0.29.0
8842024-12-13T23:10:29.081Z Downloaded dropshot v0.13.0
8852024-12-13T23:10:29.101Z Downloaded diesel v2.2.6
8862024-12-13T23:10:29.119Z Downloaded openssl v0.10.66
8872024-12-13T23:10:29.128Z Downloaded nix v0.27.1
8882024-12-13T23:10:29.138Z Downloaded sled v0.34.7
8892024-12-13T23:10:29.148Z Downloaded nix v0.28.0
8902024-12-13T23:10:29.159Z Downloaded rustls v0.23.19
8912024-12-13T23:10:29.171Z Downloaded rustix v0.38.37
8922024-12-13T23:10:29.193Z Downloaded regex-automata v0.4.8
8932024-12-13T23:10:29.209Z Downloaded regress v0.9.1
8942024-12-13T23:10:29.218Z Downloaded rustls v0.22.4
8952024-12-13T23:10:29.230Z Downloaded zerocopy-derive v0.6.6
8962024-12-13T23:10:29.240Z Downloaded object v0.36.5
8972024-12-13T23:10:29.251Z Downloaded regex-syntax v0.8.5
8982024-12-13T23:10:29.260Z Downloaded smoltcp v0.9.1
8992024-12-13T23:10:29.272Z Downloaded idna v0.3.0
9002024-12-13T23:10:29.277Z Downloaded openapiv3 v2.0.0
9012024-12-13T23:10:29.289Z Downloaded typify-impl v0.2.0
9022024-12-13T23:10:29.304Z Downloaded sqlparser v0.45.0
9032024-12-13T23:10:29.309Z Downloaded ratatui v0.28.1
9042024-12-13T23:10:29.334Z Downloaded bzip2-sys v0.1.11+1.0.8
9052024-12-13T23:10:29.346Z Downloaded regex-syntax v0.6.29
9062024-12-13T23:10:29.358Z Downloaded hickory-proto v0.24.1
9072024-12-13T23:10:29.367Z Downloaded idna v0.5.0
9082024-12-13T23:10:29.374Z Downloaded webpki-roots v0.26.6
9092024-12-13T23:10:29.377Z Downloaded rusqlite v0.32.1
9102024-12-13T23:10:29.383Z Downloaded csv v1.3.0
9112024-12-13T23:10:29.403Z Downloaded unicode-width v0.2.0
9122024-12-13T23:10:29.409Z Downloaded unicode-normalization v0.1.24
9132024-12-13T23:10:29.412Z Downloaded libtest-mimic v0.7.3
9142024-12-13T23:10:29.414Z Downloaded tokio v1.40.0
9152024-12-13T23:10:29.451Z Downloaded russh v0.45.0
9162024-12-13T23:10:29.457Z Downloaded constant_time_eq v0.3.1
9172024-12-13T23:10:29.460Z Downloaded pkcs8 v0.10.2
9182024-12-13T23:10:29.461Z Downloaded clap v4.5.21
9192024-12-13T23:10:29.467Z Downloaded rand v0.8.5
9202024-12-13T23:10:29.471Z Downloaded ryu v1.0.18
9212024-12-13T23:10:29.474Z Downloaded simd-adler32 v0.3.7
9222024-12-13T23:10:29.476Z Downloaded shell-words v1.1.0
9232024-12-13T23:10:29.476Z Downloaded num-traits v0.2.19
9242024-12-13T23:10:29.479Z Downloaded schemars_derive v0.8.21
9252024-12-13T23:10:29.481Z Downloaded rustc_version v0.4.1
9262024-12-13T23:10:29.481Z Downloaded kstat-rs v0.2.4
9272024-12-13T23:10:29.484Z Downloaded icu_locid_transform v1.5.0
9282024-12-13T23:10:29.486Z Downloaded ena v0.14.3
9292024-12-13T23:10:29.486Z Downloaded prettyplease v0.2.25
9302024-12-13T23:10:29.489Z Downloaded pkcs1 v0.7.5
9312024-12-13T23:10:29.492Z Downloaded openssl-sys v0.9.103
9322024-12-13T23:10:29.495Z Downloaded num_cpus v1.16.0
9332024-12-13T23:10:29.497Z Downloaded zone v0.1.8
9342024-12-13T23:10:29.500Z Downloaded rustls-pemfile v2.2.0
9352024-12-13T23:10:29.503Z Downloaded rustls-pki-types v1.10.0
9362024-12-13T23:10:29.505Z Downloaded chacha20poly1305 v0.10.1
9372024-12-13T23:10:29.505Z Downloaded bitflags v2.6.0
9382024-12-13T23:10:29.508Z Downloaded whoami v1.5.2
9392024-12-13T23:10:29.511Z Downloaded async-io v2.3.4
9402024-12-13T23:10:29.514Z Downloaded httpmock v0.8.0-alpha.1
9412024-12-13T23:10:29.530Z Downloaded petgraph v0.6.5
9422024-12-13T23:10:29.547Z Downloaded libc v0.2.162
9432024-12-13T23:10:29.573Z Downloaded arrayref v0.3.9
9442024-12-13T23:10:29.576Z Downloaded anyhow v1.0.93
9452024-12-13T23:10:29.578Z Downloaded aes v0.8.4
9462024-12-13T23:10:29.582Z Downloaded fatfs v0.3.6
9472024-12-13T23:10:29.585Z Downloaded fallible-streaming-iterator v0.1.9
9482024-12-13T23:10:29.587Z Downloaded aes-gcm v0.10.3
9492024-12-13T23:10:29.606Z Downloaded libz-sys v1.1.20
9502024-12-13T23:10:29.638Z Downloaded sha3 v0.10.8
9512024-12-13T23:10:29.648Z Downloaded lzma-sys v0.1.20
9522024-12-13T23:10:29.858Z Downloaded encoding_rs v0.8.34
9532024-12-13T23:10:29.934Z Downloaded libsqlite3-sys v0.30.1
9542024-12-13T23:10:30.107Z Downloaded libgit2-sys v0.17.0+1.8.1
9552024-12-13T23:10:30.783Z Downloaded ring v0.17.8
9562024-12-13T23:10:30.979Z Downloaded ring v0.16.20
9572024-12-13T23:10:31.278Z Downloaded aws-lc-sys v0.22.0
9582024-12-13T23:10:31.766Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-13T23:10:39.946Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-13T23:10:43.727Z Startup: Caching catalogs ... Done
9612024-12-13T23:10:53.675ZPlanning: Solver setup ... Done (9.073s)
9622024-12-13T23:10:53.802ZPlanning: Running solver ... Done (0.126s)
9632024-12-13T23:10:53.903ZPlanning: Finding local manifests ... Done (0.009s)
9642024-12-13T23:10:53.920ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-13T23:10:54.161ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-13T23:10:54.259ZPlanning: Package planning ... Done (0.098s)
9672024-12-13T23:10:54.315ZPlanning: Merging actions ... Done (0.056s)
9682024-12-13T23:10:54.511ZPlanning: Checking for conflicting actions ... Done (0.194s)
9692024-12-13T23:10:56.520ZPlanning: Consolidating action changes ... Done (2.009s)
9702024-12-13T23:10:56.954ZPlanning: Evaluating mediators ... Done (0.432s)
9712024-12-13T23:10:57.031ZPlanning: Planning completed in 13.21 seconds
9722024-12-13T23:10:57.046Z Packages to install: 4
9732024-12-13T23:10:57.046Z Packages to update: 1
9742024-12-13T23:10:57.049Z Mediators to change: 2
9752024-12-13T23:10:57.049Z Services to change: 1
9762024-12-13T23:10:57.049Z Estimated space available: 155.37 GB
9772024-12-13T23:10:57.049ZEstimated space to be consumed: 1.61 GB
9782024-12-13T23:10:57.049Z Create boot environment: No
9792024-12-13T23:10:57.049ZCreate backup boot environment: Yes
9802024-12-13T23:10:57.049Z Rebuild boot archive: No
9812024-12-13T23:10:57.049Z
9822024-12-13T23:10:57.049ZChanged mediators:
9832024-12-13T23:10:57.049Z mediator clang:
9842024-12-13T23:10:57.049Z version: None -> 15 (system default)
9852024-12-13T23:10:57.049Z
9862024-12-13T23:10:57.049Z mediator llvm:
9872024-12-13T23:10:57.049Z version: 14 (system default) -> 15 (system default)
9882024-12-13T23:10:57.049Z
9892024-12-13T23:10:57.049ZChanged packages:
9902024-12-13T23:10:57.049Zhelios-dev
9912024-12-13T23:10:57.049Z developer/build-essential
9922024-12-13T23:10:57.049Z None -> 11-2.0
9932024-12-13T23:10:57.050Z library/libxmlsec1
9942024-12-13T23:10:57.050Z None -> 1.2.35-2.0
9952024-12-13T23:10:57.050Z ooce/developer/clang-15
9962024-12-13T23:10:57.050Z None -> 15.0.7-2.0
9972024-12-13T23:10:57.050Z ooce/developer/llvm-15
9982024-12-13T23:10:57.050Z None -> 15.0.7-2.0
9992024-12-13T23:10:57.050Z package/pkg
10002024-12-13T23:10:57.050Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-13T23:10:57.050Z
10022024-12-13T23:10:57.050ZServices:
10032024-12-13T23:10:57.050Z restart_fmri:
10042024-12-13T23:10:57.050Z svc:/system/update-man-index:default
10052024-12-13T23:10:57.050Z
10062024-12-13T23:10:57.050ZEditable files to change:
10072024-12-13T23:10:57.050Z Update:
10082024-12-13T23:10:57.050Z usr/share/lib/pkg/web/config.shtml
10092024-12-13T23:10:57.129Z
10102024-12-13T23:10:57.130ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-13T23:11:02.161ZDownload: 1137/4281 items 45.0/220.6MB 20% complete (8.9M/s)
10122024-12-13T23:11:07.131ZDownload: 1753/4281 items 118.0/220.6MB 53% complete (11.9M/s)
10132024-12-13T23:11:12.134ZDownload: 2386/4281 items 120.0/220.6MB 54% complete (8.6M/s)
10142024-12-13T23:11:17.135ZDownload: 3247/4281 items 188.4/220.6MB 85% complete (7.0M/s)
10152024-12-13T23:11:22.455ZDownload: 4206/4281 items 220.6/220.6MB 99% complete (10.1M/s)
10162024-12-13T23:11:22.963ZDownload: Completed 220.60 MB in 25.83 seconds (8.5M/s)
10172024-12-13T23:11:25.114Z Actions: 1/5063 actions (Removing old actions)
10182024-12-13T23:11:25.136Z Actions: 194/5063 actions (Installing new actions)
10192024-12-13T23:11:29.829Z Actions: 4226/5063 actions (Updating modified actions)
10202024-12-13T23:11:30.142Z Actions: Completed 5063 actions in 5.03 seconds.
10212024-12-13T23:11:30.362Z Done (0.212s)
10222024-12-13T23:11:30.365Z Done (0.000s)
10232024-12-13T23:11:30.914Z Done (0.549s)
10242024-12-13T23:11:35.338Z Done (4.204s)
10252024-12-13T23:11:35.426Z Done (0.021s)
10262024-12-13T23:11:35.429Z Done (0.000s)
10272024-12-13T23:11:35.674Z Done (0.000s)
10282024-12-13T23:11:36.366ZPlanning: Evaluating mediator changes ... Done
10292024-12-13T23:11:36.527ZPlanning: Checking for conflicting actions ... Done
10302024-12-13T23:11:36.530ZPlanning: Consolidating action changes ... Done
10312024-12-13T23:11:36.798ZPlanning: Evaluating mediators ... Done
10322024-12-13T23:11:36.806ZPlanning: Planning completed in 0.43 seconds
10332024-12-13T23:11:36.839Z Mediators to change: 2
10342024-12-13T23:11:36.839Z Create boot environment: No
10352024-12-13T23:11:36.841ZCreate backup boot environment: No
10362024-12-13T23:11:36.941Z Done
10372024-12-13T23:11:36.942Z Done
10382024-12-13T23:11:37.294Z Done
10392024-12-13T23:11:41.038Z Done
10402024-12-13T23:11:41.133Z Done
10412024-12-13T23:11:41.136Z Done
10422024-12-13T23:11:41.270Z Done
10432024-12-13T23:11:41.884ZPlanning: Evaluating mediator changes ... Done
10442024-12-13T23:11:41.888ZPlanning: Merging actions ... Done
10452024-12-13T23:11:42.072ZPlanning: Checking for conflicting actions ... Done
10462024-12-13T23:11:42.075ZPlanning: Consolidating action changes ... Done
10472024-12-13T23:11:42.340ZPlanning: Evaluating mediators ... Done
10482024-12-13T23:11:42.395ZPlanning: Planning completed in 0.75 seconds
10492024-12-13T23:11:42.437Z Packages to change: 1
10502024-12-13T23:11:42.437Z Mediators to change: 1
10512024-12-13T23:11:42.440Z Services to change: 1
10522024-12-13T23:11:42.440Z Create boot environment: No
10532024-12-13T23:11:42.440ZCreate backup boot environment: Yes
10542024-12-13T23:11:44.629Z Actions: 1/6 actions (Updating modified actions)
10552024-12-13T23:11:44.632Z Actions: Completed 6 actions in 0.00 seconds.
10562024-12-13T23:11:44.632Z Done
10572024-12-13T23:11:44.632Z Done
10582024-12-13T23:11:44.747Z Done
10592024-12-13T23:11:48.343Z Done
10602024-12-13T23:11:48.432Z Done
10612024-12-13T23:11:48.435Z Done
10622024-12-13T23:11:48.558Z Done
10632024-12-13T23:11:49.212ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10642024-12-13T23:11:49.212Zclang system 15 system
10652024-12-13T23:11:49.212Zcsh system system illumos
10662024-12-13T23:11:49.212Zctags system system illumos
10672024-12-13T23:11:49.213Zgcc vendor 12 vendor
10682024-12-13T23:11:49.213Zgcc system 10 system
10692024-12-13T23:11:49.213Zgcc system 7 system
10702024-12-13T23:11:49.213Zgo system 1.20 system
10712024-12-13T23:11:49.213Zgo system 1.19 system
10722024-12-13T23:11:49.213Zllvm system 15 system
10732024-12-13T23:11:49.213Zllvm system 14 system
10742024-12-13T23:11:49.213Zmariadb system 10.6 system
10752024-12-13T23:11:49.213Zmta vendor vendor dma
10762024-12-13T23:11:49.213Zopenjdk system 17 system
10772024-12-13T23:11:49.213Zopenjdk system 11 system
10782024-12-13T23:11:49.213Zopenjdk system 1.8 system
10792024-12-13T23:11:49.213Zopenssl vendor 3 vendor
10802024-12-13T23:11:49.213Zperl system 5.36 system
10812024-12-13T23:11:49.213Zpostgresql system 15 system
10822024-12-13T23:11:49.213Zpostgresql system 13 system
10832024-12-13T23:11:49.213Zpython vendor 3 vendor
10842024-12-13T23:11:49.213Zpython system 2 system
10852024-12-13T23:11:49.213Zpython3 system 3.11 system
10862024-12-13T23:11:49.213Zruby system 3.0 system
10872024-12-13T23:11:49.213Zwords vendor vendor american-english
10882024-12-13T23:11:49.213Zwords system system australian-english
10892024-12-13T23:11:49.213Zwords system system british-english
10902024-12-13T23:11:49.213Zwords system system canadian-english
10912024-12-13T23:11:49.213Zwords system system french
10922024-12-13T23:11:49.213Zwords system system italian
10932024-12-13T23:11:49.214Zwords system system ngerman
10942024-12-13T23:11:49.214Zwords system system ogerman
10952024-12-13T23:11:49.214Zwords system system spanish
10962024-12-13T23:11:49.332ZPUBLISHER TYPE STATUS P LOCATION
10972024-12-13T23:11:49.332Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10982024-12-13T23:11:52.021ZFMRI IFO
10992024-12-13T23:11:52.021Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11002024-12-13T23:11:52.021Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11012024-12-13T23:11:52.021Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11022024-12-13T23:11:52.021Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11032024-12-13T23:11:52.021Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11042024-12-13T23:11:52.021Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11052024-12-13T23:11:52.021Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11062024-12-13T23:11:52.021Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11072024-12-13T23:11:52.021Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11082024-12-13T23:11:52.021Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11092024-12-13T23:11:52.021Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11102024-12-13T23:11:52.021Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11112024-12-13T23:11:52.021Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11122024-12-13T23:11:52.021Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11132024-12-13T23:11:52.022Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11142024-12-13T23:11:53.046Z Downloading crates ...
11152024-12-13T23:11:53.138Z Downloaded cargo_toml v0.20.5
11162024-12-13T23:11:53.275Z Compiling proc-macro2 v1.0.89
11172024-12-13T23:11:53.275Z Compiling unicode-ident v1.0.13
11182024-12-13T23:11:53.275Z Compiling serde v1.0.215
11192024-12-13T23:11:53.277Z Compiling version_check v0.9.5
11202024-12-13T23:11:53.277Z Compiling thiserror v1.0.69
11212024-12-13T23:11:53.277Z Compiling memchr v2.7.4
11222024-12-13T23:11:53.277Z Compiling libc v0.2.162
11232024-12-13T23:11:53.277Z Compiling itoa v1.0.11
11242024-12-13T23:11:53.536Z Compiling ucd-trie v0.1.7
11252024-12-13T23:11:53.544Z Compiling ryu v1.0.18
11262024-12-13T23:11:53.989Z Compiling once_cell v1.20.2
11272024-12-13T23:11:54.118Z Compiling byteorder v1.5.0
11282024-12-13T23:11:54.122Z Compiling rustix v0.38.37
11292024-12-13T23:11:54.400Z Compiling serde_json v1.0.132
11302024-12-13T23:11:54.471Z Compiling bitflags v2.6.0
11312024-12-13T23:11:54.722Z Compiling proc-macro-error-attr v1.0.4
11322024-12-13T23:11:54.877Z Compiling usdt-impl v0.5.0
11332024-12-13T23:11:54.898Z Compiling syn v1.0.109
11342024-12-13T23:11:55.039Z Compiling proc-macro-error v1.0.4
11352024-12-13T23:11:55.056Z Compiling utf8parse v0.2.2
11362024-12-13T23:11:55.079Z Compiling quote v1.0.37
11372024-12-13T23:11:55.197Z Compiling plain v0.2.3
11382024-12-13T23:11:55.292Z Compiling camino v1.1.9
11392024-12-13T23:11:55.316Z Compiling equivalent v1.0.1
11402024-12-13T23:11:55.332Z Compiling errno v0.3.9
11412024-12-13T23:11:55.423Z Compiling hashbrown v0.15.1
11422024-12-13T23:11:55.494Z Compiling syn v2.0.87
11432024-12-13T23:11:55.702Z Compiling log v0.4.22
11442024-12-13T23:11:55.806Z Compiling thread-id v4.2.2
11452024-12-13T23:11:55.994Z Compiling anstyle-parse v0.2.5
11462024-12-13T23:11:56.057Z Compiling autocfg v1.4.0
11472024-12-13T23:11:56.335Z Compiling unicode-width v0.1.14
11482024-12-13T23:11:56.380Z Compiling anstyle-query v1.1.1
11492024-12-13T23:11:56.496Z Compiling semver v1.0.23
11502024-12-13T23:11:56.660Z Compiling indexmap v2.6.0
11512024-12-13T23:11:56.844Z Compiling pretty-hex v0.4.1
11522024-12-13T23:11:56.861Z Compiling anstyle v1.0.10
11532024-12-13T23:11:57.046Z Compiling is_terminal_polyfill v1.70.1
11542024-12-13T23:11:57.074Z Compiling winnow v0.6.20
11552024-12-13T23:11:57.203Z Compiling colorchoice v1.0.2
11562024-12-13T23:11:57.256Z Compiling fs-err v2.11.0
11572024-12-13T23:11:57.341Z Compiling anstream v0.6.15
11582024-12-13T23:11:57.534Z Compiling heck v0.4.1
11592024-12-13T23:11:57.656Z Compiling heck v0.5.0
11602024-12-13T23:11:58.002Z Compiling terminal_size v0.4.0
11612024-12-13T23:11:58.069Z Compiling fastrand v2.1.1
11622024-12-13T23:11:58.081Z Compiling fnv v1.0.7
11632024-12-13T23:11:58.187Z Compiling bytecount v0.6.8
11642024-12-13T23:11:58.205Z Compiling anyhow v1.0.93
11652024-12-13T23:11:58.398Z Compiling clap_lex v0.7.2
11662024-12-13T23:11:58.557Z Compiling strsim v0.11.1
11672024-12-13T23:11:58.625Z Compiling cfg-if v1.0.0
11682024-12-13T23:11:58.709Z Compiling tempfile v3.13.0
11692024-12-13T23:11:58.944Z Compiling clap_builder v4.5.21
11702024-12-13T23:11:59.238Z Compiling papergrid v0.11.0
11712024-12-13T23:12:03.440Z Compiling memmap v0.7.0
11722024-12-13T23:12:03.627Z Compiling unicode-linebreak v0.1.5
11732024-12-13T23:12:03.628Z Compiling smawk v0.3.2
11742024-12-13T23:12:03.628Z Compiling textwrap v0.16.1
11752024-12-13T23:12:03.628Z Compiling swrite v0.1.0
11762024-12-13T23:12:03.734Z Compiling tabled_derive v0.7.0
11772024-12-13T23:12:03.734Z Compiling tabled v0.15.0
11782024-12-13T23:12:04.723Z Compiling serde_derive v1.0.215
11792024-12-13T23:12:04.723Z Compiling thiserror-impl v1.0.69
11802024-12-13T23:12:04.726Z Compiling zerocopy-derive v0.7.35
11812024-12-13T23:12:04.726Z Compiling scroll_derive v0.12.0
11822024-12-13T23:12:04.726Z Compiling clap_derive v4.5.18
11832024-12-13T23:12:06.015Z Compiling scroll v0.12.0
11842024-12-13T23:12:06.345Z Compiling zerocopy v0.7.35
11852024-12-13T23:12:06.498Z Compiling goblin v0.8.2
11862024-12-13T23:12:07.543Z Compiling pest v2.7.14
11872024-12-13T23:12:08.718Z Compiling clap v4.5.21
11882024-12-13T23:12:09.628Z Compiling pest_meta v2.7.14
11892024-12-13T23:12:10.501Z Compiling pest_generator v2.7.14
11902024-12-13T23:12:12.479Z Compiling pest_derive v2.7.14
11912024-12-13T23:12:13.143Z Compiling dtrace-parser v0.2.0
11922024-12-13T23:12:14.802Z Compiling serde_tokenstream v0.2.2
11932024-12-13T23:12:14.821Z Compiling toml_datetime v0.6.8
11942024-12-13T23:12:14.824Z Compiling serde_spanned v0.6.8
11952024-12-13T23:12:15.199Z Compiling toml_edit v0.22.22
11962024-12-13T23:12:15.202Z Compiling cargo-platform v0.1.8
11972024-12-13T23:12:15.350Z Compiling macaddr v1.0.1
11982024-12-13T23:12:15.453Z Compiling camino-tempfile v1.1.1
11992024-12-13T23:12:16.293Z Compiling dof v0.3.0
12002024-12-13T23:12:16.346Z Compiling cargo_metadata v0.18.1
12012024-12-13T23:12:18.002Z Compiling usdt-macro v0.5.0
12022024-12-13T23:12:18.006Z Compiling usdt-attr-macro v0.5.0
12032024-12-13T23:12:18.070Z Compiling toml v0.8.19
12042024-12-13T23:12:18.886Z Compiling cargo_toml v0.20.5
12052024-12-13T23:12:19.362Z Compiling usdt v0.5.0
12062024-12-13T23:12:22.483Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12072024-12-13T23:12:26.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.08s
12082024-12-13T23:12:26.680Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12092024-12-13T23:12:27.512Z Compiling serde v1.0.215
12102024-12-13T23:12:27.516Z Compiling lock_api v0.4.12
12112024-12-13T23:12:27.516Z Compiling scopeguard v1.2.0
12122024-12-13T23:12:27.516Z Compiling value-bag v1.9.0
12132024-12-13T23:12:27.516Z Compiling typenum v1.17.0
12142024-12-13T23:12:27.516Z Compiling generic-array v0.14.7
12152024-12-13T23:12:27.516Z Compiling syn v2.0.87
12162024-12-13T23:12:27.642Z Compiling getrandom v0.2.15
12172024-12-13T23:12:27.833Z Compiling subtle v2.6.1
12182024-12-13T23:12:28.005Z Compiling rand_core v0.6.4
12192024-12-13T23:12:28.068Z Compiling log v0.4.22
12202024-12-13T23:12:28.208Z Compiling shlex v1.3.0
12212024-12-13T23:12:28.222Z Compiling jobserver v0.1.32
12222024-12-13T23:12:28.270Z Compiling const-oid v0.9.6
12232024-12-13T23:12:28.503Z Compiling smallvec v1.13.2
12242024-12-13T23:12:28.562Z Compiling spin v0.9.8
12252024-12-13T23:12:28.611Z Compiling cc v1.1.30
12262024-12-13T23:12:28.991Z Compiling pin-project-lite v0.2.14
12272024-12-13T23:12:29.115Z Compiling rustix v0.38.37
12282024-12-13T23:12:29.115Z Compiling parking_lot_core v0.9.10
12292024-12-13T23:12:29.247Z Compiling futures-core v0.3.31
12302024-12-13T23:12:29.247Z Compiling signal-hook-registry v1.4.2
12312024-12-13T23:12:29.388Z Compiling mio v1.0.2
12322024-12-13T23:12:29.871Z Compiling parking_lot v0.12.3
12332024-12-13T23:12:29.918Z Compiling aho-corasick v1.1.3
12342024-12-13T23:12:30.167Z Compiling cpufeatures v0.2.14
12352024-12-13T23:12:30.241Z Compiling regex-syntax v0.8.5
12362024-12-13T23:12:30.293Z Compiling lazy_static v1.5.0
12372024-12-13T23:12:30.385Z Compiling glob v0.3.1
12382024-12-13T23:12:30.428Z Compiling stable_deref_trait v1.2.0
12392024-12-13T23:12:30.491Z Compiling either v1.13.0
12402024-12-13T23:12:30.560Z Compiling futures-sink v0.3.31
12412024-12-13T23:12:30.749Z Compiling socket2 v0.5.7
12422024-12-13T23:12:30.802Z Compiling slab v0.4.9
12432024-12-13T23:12:30.915Z Compiling prettyplease v0.2.25
12442024-12-13T23:12:31.180Z Compiling minimal-lexical v0.2.1
12452024-12-13T23:12:31.338Z Compiling clang-sys v1.8.1
12462024-12-13T23:12:31.548Z Compiling libloading v0.8.5
12472024-12-13T23:12:31.625Z Compiling nom v7.1.3
12482024-12-13T23:12:31.693Z Compiling serde_json v1.0.132
12492024-12-13T23:12:31.961Z Compiling home v0.5.9
12502024-12-13T23:12:31.996Z Compiling bindgen v0.69.5
12512024-12-13T23:12:32.258Z Compiling itertools v0.10.5
12522024-12-13T23:12:32.807Z Compiling futures-channel v0.3.31
12532024-12-13T23:12:32.877Z Compiling pin-utils v0.1.0
12542024-12-13T23:12:32.977Z Compiling lazycell v1.3.0
12552024-12-13T23:12:33.145Z Compiling foldhash v0.1.3
12562024-12-13T23:12:33.207Z Compiling rustc-hash v1.1.0
12572024-12-13T23:12:33.354Z Compiling allocator-api2 v0.2.18
12582024-12-13T23:12:33.464Z Compiling futures-io v0.3.31
12592024-12-13T23:12:33.790Z Compiling regex-automata v0.4.8
12602024-12-13T23:12:34.218Z Compiling futures-task v0.3.31
12612024-12-13T23:12:34.526Z Compiling hashbrown v0.15.1
12622024-12-13T23:12:35.113Z Compiling synstructure v0.13.1
12632024-12-13T23:12:35.631Z Compiling cexpr v0.6.0
12642024-12-13T23:12:35.852Z Compiling cmake v0.1.51
12652024-12-13T23:12:36.861Z Compiling dunce v1.0.5
12662024-12-13T23:12:36.914Z Compiling libm v0.2.8
12672024-12-13T23:12:36.935Z Compiling tinyvec_macros v0.1.1
12682024-12-13T23:12:36.989Z Compiling fs_extra v1.3.0
12692024-12-13T23:12:37.024Z Compiling pkg-config v0.3.31
12702024-12-13T23:12:37.268Z Compiling tinyvec v1.8.0
12712024-12-13T23:12:37.414Z Compiling num-traits v0.2.19
12722024-12-13T23:12:37.922Z Compiling ring v0.17.8
12732024-12-13T23:12:38.539Z Compiling unicode-bidi v0.3.17
12742024-12-13T23:12:38.595Z Compiling base64ct v1.6.0
12752024-12-13T23:12:38.845Z Compiling unicode-normalization v0.1.24
12762024-12-13T23:12:39.048Z Compiling writeable v0.5.5
12772024-12-13T23:12:39.100Z Compiling paste v1.0.15
12782024-12-13T23:12:39.184Z Compiling litemap v0.7.3
12792024-12-13T23:12:39.601Z Compiling regex v1.11.1
12802024-12-13T23:12:39.693Z Compiling pem-rfc7468 v0.7.0
12812024-12-13T23:12:39.982Z Compiling httparse v1.9.5
12822024-12-13T23:12:40.428Z Compiling flagset v0.4.6
12832024-12-13T23:12:40.642Z Compiling aws-lc-rs v1.10.0
12842024-12-13T23:12:40.741Z Compiling tracing-core v0.1.32
12852024-12-13T23:12:41.071Z Compiling rustls-pki-types v1.10.0
12862024-12-13T23:12:41.819Z Compiling icu_locid_transform_data v1.5.0
12872024-12-13T23:12:41.904Z Compiling percent-encoding v2.3.1
12882024-12-13T23:12:41.919Z Compiling crossbeam-utils v0.8.20
12892024-12-13T23:12:42.032Z Compiling serde_derive v1.0.215
12902024-12-13T23:12:42.101Z Compiling zeroize_derive v1.4.2
12912024-12-13T23:12:42.104Z Compiling zerocopy-derive v0.7.35
12922024-12-13T23:12:42.259Z Compiling tokio-macros v2.4.0
12932024-12-13T23:12:42.489Z Compiling zerofrom-derive v0.1.4
12942024-12-13T23:12:43.742Z Compiling zeroize v1.8.1
12952024-12-13T23:12:43.873Z Compiling yoke-derive v0.7.4
12962024-12-13T23:12:44.398Z Compiling thiserror-impl v1.0.69
12972024-12-13T23:12:44.417Z Compiling zerocopy v0.7.35
12982024-12-13T23:12:45.491Z Compiling crypto-common v0.1.6
12992024-12-13T23:12:45.510Z Compiling block-buffer v0.10.4
13002024-12-13T23:12:45.737Z Compiling digest v0.10.7
13012024-12-13T23:12:45.777Z Compiling zerovec-derive v0.10.3
13022024-12-13T23:12:46.036Z Compiling futures-macro v0.3.31
13032024-12-13T23:12:46.227Z Compiling hmac v0.12.1
13042024-12-13T23:12:46.473Z Compiling block-padding v0.3.3
13052024-12-13T23:12:46.606Z Compiling zerofrom v0.1.4
13062024-12-13T23:12:46.719Z Compiling displaydoc v0.2.5
13072024-12-13T23:12:46.823Z Compiling inout v0.1.3
13082024-12-13T23:12:46.838Z Compiling sha2 v0.10.8
13092024-12-13T23:12:46.902Z Compiling yoke v0.7.4
13102024-12-13T23:12:47.094Z Compiling cipher v0.4.4
13112024-12-13T23:12:47.337Z Compiling ppv-lite86 v0.2.20
13122024-12-13T23:12:47.650Z Compiling icu_provider_macros v1.5.0
13132024-12-13T23:12:47.837Z Compiling thiserror v1.0.69
13142024-12-13T23:12:47.956Z Compiling der_derive v0.7.3
13152024-12-13T23:12:47.995Z Compiling futures-util v0.3.31
13162024-12-13T23:12:48.122Z Compiling rand_chacha v0.3.1
13172024-12-13T23:12:48.454Z Compiling tracing-attributes v0.1.27
13182024-12-13T23:12:48.617Z Compiling zerovec v0.10.4
13192024-12-13T23:12:48.829Z Compiling rand v0.8.5
13202024-12-13T23:12:50.421Z Compiling pest v2.7.14
13212024-12-13T23:12:50.441Z Compiling tinystr v0.7.6
13222024-12-13T23:12:50.494Z Compiling der v0.7.9
13232024-12-13T23:12:50.871Z Compiling icu_locid v1.5.0
13242024-12-13T23:12:50.892Z Compiling icu_collections v1.5.0
13252024-12-13T23:12:51.057Z Compiling salsa20 v0.10.2
13262024-12-13T23:12:51.284Z Compiling pbkdf2 v0.12.2
13272024-12-13T23:12:52.246Z Compiling icu_provider v1.5.0
13282024-12-13T23:12:52.398Z Compiling num-conv v0.1.0
13292024-12-13T23:12:52.428Z Compiling tracing v0.1.40
13302024-12-13T23:12:52.693Z Compiling spki v0.7.3
13312024-12-13T23:12:52.987Z Compiling icu_locid_transform v1.5.0
13322024-12-13T23:12:53.064Z Compiling icu_properties_data v1.5.0
13332024-12-13T23:12:53.317Z Compiling time-core v0.1.2
13342024-12-13T23:12:53.334Z Compiling untrusted v0.9.0
13352024-12-13T23:12:53.348Z Compiling untrusted v0.7.1
13362024-12-13T23:12:53.466Z Compiling vcpkg v0.2.15
13372024-12-13T23:12:53.481Z Compiling powerfmt v0.2.0
13382024-12-13T23:12:53.505Z Compiling mirai-annotations v1.12.0
13392024-12-13T23:12:53.572Z Compiling time-macros v0.2.18
13402024-12-13T23:12:53.858Z Compiling deranged v0.3.11
13412024-12-13T23:12:53.887Z Compiling pest_meta v2.7.14
13422024-12-13T23:12:54.410Z Compiling icu_properties v1.5.1
13432024-12-13T23:12:55.717Z Compiling openssl-sys v0.9.103
13442024-12-13T23:12:55.794Z Compiling scrypt v0.11.0
13452024-12-13T23:12:56.372Z Compiling bitflags v2.6.0
13462024-12-13T23:12:56.668Z Compiling bytes v1.8.0
13472024-12-13T23:12:56.909Z Compiling indexmap v2.6.0
13482024-12-13T23:12:57.062Z Compiling semver v1.0.23
13492024-12-13T23:12:57.499Z Compiling rustc_version v0.4.1
13502024-12-13T23:12:57.868Z Compiling tokio v1.40.0
13512024-12-13T23:12:57.994Z Compiling http v1.1.0
13522024-12-13T23:12:58.282Z Compiling aes v0.8.4
13532024-12-13T23:12:58.373Z Compiling cbc v0.1.2
13542024-12-13T23:12:58.638Z Compiling scroll_derive v0.12.0
13552024-12-13T23:12:59.006Z Compiling atomic-waker v1.1.2
13562024-12-13T23:12:59.197Z Compiling num_threads v0.1.7
13572024-12-13T23:12:59.333Z Compiling utf8_iter v1.0.4
13582024-12-13T23:12:59.445Z Compiling utf16_iter v1.0.5
13592024-12-13T23:12:59.581Z Compiling icu_normalizer_data v1.5.0
13602024-12-13T23:12:59.648Z Compiling write16 v1.0.0
13612024-12-13T23:12:59.684Z Compiling http-body v1.0.1
13622024-12-13T23:12:59.776Z Compiling icu_normalizer v1.5.0
13632024-12-13T23:12:59.947Z Compiling time v0.3.36
13642024-12-13T23:13:00.117Z Compiling pkcs5 v0.7.1
13652024-12-13T23:13:00.156Z Compiling scroll v0.12.0
13662024-12-13T23:13:00.661Z Compiling pest_generator v2.7.14
13672024-12-13T23:13:00.724Z Compiling which v4.4.2
13682024-12-13T23:13:01.364Z Compiling form_urlencoded v1.2.1
13692024-12-13T23:13:01.383Z Compiling try-lock v0.2.5
13702024-12-13T23:13:01.532Z Compiling slog v2.7.0
13712024-12-13T23:13:01.682Z Compiling want v0.3.1
13722024-12-13T23:13:01.807Z Compiling goblin v0.8.2
13732024-12-13T23:13:01.977Z Compiling pkcs8 v0.10.2
13742024-12-13T23:13:02.124Z Compiling idna_adapter v1.2.0
13752024-12-13T23:13:02.187Z Compiling httpdate v1.0.3
13762024-12-13T23:13:02.352Z Compiling idna v1.0.3
13772024-12-13T23:13:02.669Z Compiling pest_derive v2.7.14
13782024-12-13T23:13:02.688Z Compiling uuid v1.11.0
13792024-12-13T23:13:03.493Z Compiling dtrace-parser v0.2.0
13802024-12-13T23:13:03.514Z Compiling serde_spanned v0.6.8
13812024-12-13T23:13:03.764Z Compiling toml_datetime v0.6.8
13822024-12-13T23:13:04.164Z Compiling serde_tokenstream v0.2.2
13832024-12-13T23:13:04.295Z Compiling rustversion v1.0.17
13842024-12-13T23:13:04.310Z Compiling openssl v0.10.66
13852024-12-13T23:13:04.722Z Compiling tower-service v0.3.3
13862024-12-13T23:13:04.795Z Compiling base64 v0.22.1
13872024-12-13T23:13:04.855Z Compiling foreign-types-shared v0.1.1
13882024-12-13T23:13:04.968Z Compiling match_cfg v0.1.0
13892024-12-13T23:13:05.023Z Compiling adler2 v2.0.0
13902024-12-13T23:13:05.069Z Compiling iana-time-zone v0.1.61
13912024-12-13T23:13:05.233Z Compiling chrono v0.4.38
13922024-12-13T23:13:05.364Z Compiling miniz_oxide v0.8.0
13932024-12-13T23:13:05.526Z Compiling hostname v0.3.1
13942024-12-13T23:13:05.619Z Compiling foreign-types v0.3.2
13952024-12-13T23:13:05.696Z Compiling url v2.5.3
13962024-12-13T23:13:05.766Z Compiling openssl-macros v0.1.1
13972024-12-13T23:13:06.555Z Compiling tokio-util v0.7.12
13982024-12-13T23:13:06.865Z Compiling async-trait v0.1.83
13992024-12-13T23:13:07.113Z Compiling dirs-sys-next v0.1.2
14002024-12-13T23:13:07.642Z Compiling h2 v0.4.6
14012024-12-13T23:13:07.760Z Compiling dof v0.3.0
14022024-12-13T23:13:08.021Z Compiling rustls v0.23.19
14032024-12-13T23:13:08.291Z Compiling native-tls v0.2.12
14042024-12-13T23:13:08.668Z Compiling usdt-impl v0.5.0
14052024-12-13T23:13:08.975Z Compiling syn v1.0.109
14062024-12-13T23:13:09.612Z Compiling data-encoding v2.6.0
14072024-12-13T23:13:09.652Z Compiling siphasher v0.3.11
14082024-12-13T23:13:10.027Z Compiling rustls v0.22.4
14092024-12-13T23:13:10.143Z Compiling dirs-next v2.0.0
14102024-12-13T23:13:10.330Z Compiling http-body-util v0.1.2
14112024-12-13T23:13:10.870Z Compiling heapless v0.7.17
14122024-12-13T23:13:11.314Z Compiling crossbeam-epoch v0.9.18
14132024-12-13T23:13:11.709Z Compiling signature v2.2.0
14142024-12-13T23:13:12.010Z Compiling sha1 v0.10.6
14152024-12-13T23:13:12.028Z Compiling bzip2-sys v0.1.11+1.0.8
14162024-12-13T23:13:12.072Z Compiling serde_derive_internals v0.29.1
14172024-12-13T23:13:12.315Z Compiling thread_local v1.1.8
14182024-12-13T23:13:12.409Z Compiling multer v3.1.0
14192024-12-13T23:13:12.522Z Compiling encoding_rs v0.8.34
14202024-12-13T23:13:12.696Z Compiling cookie v0.18.1
14212024-12-13T23:13:12.874Z Compiling schemars v0.8.21
14222024-12-13T23:13:12.987Z Compiling rayon-core v1.12.1
14232024-12-13T23:13:13.201Z Compiling ipnet v2.10.1
14242024-12-13T23:13:13.270Z Compiling signal-hook v0.3.17
14252024-12-13T23:13:13.587Z Compiling openssl-probe v0.1.5
14262024-12-13T23:13:13.709Z Compiling mime v0.3.17
14272024-12-13T23:13:13.958Z Compiling slog-async v2.8.0
14282024-12-13T23:13:14.305Z Compiling unicode-properties v0.1.3
14292024-12-13T23:13:14.467Z Compiling gimli v0.31.1
14302024-12-13T23:13:14.645Z Compiling stringprep v0.1.5
14312024-12-13T23:13:14.701Z Compiling hyper v1.5.0
14322024-12-13T23:13:14.956Z Compiling schemars_derive v0.8.21
14332024-12-13T23:13:16.030Z Compiling toml_edit v0.22.22
14342024-12-13T23:13:17.615Z Compiling hyper-util v0.1.10
14352024-12-13T23:13:18.416Z Compiling usdt-attr-macro v0.5.0
14362024-12-13T23:13:18.897Z Compiling usdt-macro v0.5.0
14372024-12-13T23:13:19.023Z Compiling addr2line v0.24.2
14382024-12-13T23:13:19.744Z Compiling crossbeam-deque v0.8.5
14392024-12-13T23:13:19.836Z Compiling term v0.7.0
14402024-12-13T23:13:20.026Z Compiling slog-json v2.6.1
14412024-12-13T23:13:20.058Z Compiling serde_urlencoded v0.7.1
14422024-12-13T23:13:20.381Z Compiling curve25519-dalek v4.1.3
14432024-12-13T23:13:20.418Z Compiling crossbeam-channel v0.5.13
14442024-12-13T23:13:20.604Z Compiling futures-executor v0.3.31
14452024-12-13T23:13:20.863Z Compiling enum-as-inner v0.6.1
14462024-12-13T23:13:20.980Z Compiling md-5 v0.10.6
14472024-12-13T23:13:21.181Z Compiling async-stream-impl v0.3.6
14482024-12-13T23:13:21.249Z Compiling num-integer v0.1.46
14492024-12-13T23:13:21.362Z Compiling rustls-pemfile v2.2.0
14502024-12-13T23:13:21.566Z Compiling idna v0.3.0
14512024-12-13T23:13:21.687Z Compiling idna v0.4.0
14522024-12-13T23:13:21.970Z Compiling hash32 v0.2.1
14532024-12-13T23:13:22.018Z Compiling ff v0.13.0
14542024-12-13T23:13:22.256Z Compiling is-terminal v0.4.13
14552024-12-13T23:13:22.335Z Compiling dropshot v0.12.0
14562024-12-13T23:13:22.382Z Compiling object v0.36.5
14572024-12-13T23:13:22.575Z Compiling linked-hash-map v0.5.6
14582024-12-13T23:13:22.619Z Compiling take_mut v0.2.2
14592024-12-13T23:13:22.778Z Compiling psl-types v2.0.11
14602024-12-13T23:13:22.949Z Compiling quick-error v1.2.3
14612024-12-13T23:13:22.971Z Compiling fallible-iterator v0.2.0
14622024-12-13T23:13:23.091Z Compiling dyn-clone v1.0.17
14632024-12-13T23:13:23.296Z Compiling utf-8 v0.7.6
14642024-12-13T23:13:23.313Z Compiling anyhow v1.0.93
14652024-12-13T23:13:23.397Z Compiling rustc-demangle v0.1.24
14662024-12-13T23:13:24.118Z Compiling portable-atomic v1.9.0
14672024-12-13T23:13:24.134Z Compiling smoltcp v0.9.1
14682024-12-13T23:13:24.134Z Compiling base16ct v0.2.0
14692024-12-13T23:13:24.291Z Compiling num-bigint-dig v0.8.4
14702024-12-13T23:13:24.426Z Compiling sec1 v0.7.3
14712024-12-13T23:13:24.577Z Compiling postgres-protocol v0.6.7
14722024-12-13T23:13:24.616Z Compiling tungstenite v0.24.0
14732024-12-13T23:13:24.902Z Compiling resolv-conf v0.7.0
14742024-12-13T23:13:25.023Z Compiling publicsuffix v2.2.3
14752024-12-13T23:13:25.296Z Compiling lru-cache v0.1.2
14762024-12-13T23:13:25.755Z Compiling async-stream v0.3.6
14772024-12-13T23:13:25.907Z Compiling hickory-proto v0.24.1
14782024-12-13T23:13:26.067Z Compiling slog-term v2.9.1
14792024-12-13T23:13:26.991Z Compiling usdt v0.5.0
14802024-12-13T23:13:27.375Z Compiling group v0.13.0
14812024-12-13T23:13:27.502Z Compiling num-iter v0.1.45
14822024-12-13T23:13:27.715Z Compiling futures v0.3.31
14832024-12-13T23:13:27.810Z Compiling slog-bunyan v2.5.0
14842024-12-13T23:13:27.991Z Compiling toml v0.8.19
14852024-12-13T23:13:28.711Z Compiling tokio-native-tls v0.3.1
14862024-12-13T23:13:29.758Z Compiling camino v1.1.9
14872024-12-13T23:13:29.838Z Compiling phf_shared v0.11.2
14882024-12-13T23:13:30.088Z Compiling backtrace v0.3.74
14892024-12-13T23:13:30.156Z Compiling dropshot_endpoint v0.12.0
14902024-12-13T23:13:30.244Z Compiling terminal_size v0.4.0
14912024-12-13T23:13:30.460Z Compiling waitgroup v0.1.2
14922024-12-13T23:13:30.659Z Compiling openapiv3 v2.0.0
14932024-12-13T23:13:30.678Z Compiling serde_path_to_error v0.1.16
14942024-12-13T23:13:30.701Z Compiling hkdf v0.12.4
14952024-12-13T23:13:30.957Z Compiling crypto-bigint v0.5.5
14962024-12-13T23:13:31.554Z Compiling curve25519-dalek-derive v0.1.1
14972024-12-13T23:13:33.178Z Compiling zerocopy-derive v0.6.6
14982024-12-13T23:13:33.886Z Compiling webpki-roots v0.26.6
14992024-12-13T23:13:34.110Z Compiling idna v0.5.0
15002024-12-13T23:13:34.477Z Compiling hubpack_derive v0.1.1
15012024-12-13T23:13:34.906Z Compiling hostname v0.4.0
15022024-12-13T23:13:35.155Z Compiling crc32fast v1.4.2
15032024-12-13T23:13:35.180Z Compiling ahash v0.8.11
15042024-12-13T23:13:35.357Z Compiling fs-err v2.11.0
15052024-12-13T23:13:35.447Z Compiling debug-ignore v1.0.5
15062024-12-13T23:13:35.499Z Compiling winnow v0.5.40
15072024-12-13T23:13:35.519Z Compiling bitflags v1.3.2
15082024-12-13T23:13:35.590Z Compiling managed v0.8.0
15092024-12-13T23:13:35.623Z Compiling strum_macros v0.25.3
15102024-12-13T23:13:35.759Z Compiling console v0.15.8
15112024-12-13T23:13:35.790Z Compiling clap_builder v4.5.21
15122024-12-13T23:13:36.618Z Compiling zerocopy v0.6.6
15132024-12-13T23:13:37.108Z Compiling flate2 v1.0.34
15142024-12-13T23:13:37.414Z Compiling hubpack v0.1.2
15152024-12-13T23:13:37.510Z Compiling cookie_store v0.21.0
15162024-12-13T23:13:37.867Z Compiling elliptic-curve v0.13.8
15172024-12-13T23:13:38.198Z Compiling hickory-resolver v0.24.1
15182024-12-13T23:13:39.150Z Compiling toml_edit v0.19.15
15192024-12-13T23:13:39.499Z Compiling phf v0.11.2
15202024-12-13T23:13:39.706Z Compiling signal-hook-mio v0.2.4
15212024-12-13T23:13:39.799Z Compiling hyper-tls v0.6.0
15222024-12-13T23:13:39.817Z Compiling rayon v1.10.0
15232024-12-13T23:13:39.878Z Compiling bzip2 v0.4.4
15242024-12-13T23:13:40.281Z Compiling tokio-tungstenite v0.24.0
15252024-12-13T23:13:40.849Z Compiling postgres-types v0.2.8
15262024-12-13T23:13:43.791Z Compiling ed25519 v2.2.3
15272024-12-13T23:13:44.768Z Compiling phf_shared v0.10.0
15282024-12-13T23:13:45.172Z Compiling tokio-stream v0.1.16
15292024-12-13T23:13:45.191Z Compiling pkcs1 v0.7.5
15302024-12-13T23:13:45.399Z Compiling serde-big-array v0.5.1
15312024-12-13T23:13:45.643Z Compiling clap_derive v4.5.18
15322024-12-13T23:13:45.662Z Compiling rfc6979 v0.4.0
15332024-12-13T23:13:45.861Z Compiling derive-where v1.2.7
15342024-12-13T23:13:46.214Z Compiling serde_repr v0.1.19
15352024-12-13T23:13:46.245Z Compiling float-cmp v0.9.0
15362024-12-13T23:13:46.308Z Compiling bstr v1.10.0
15372024-12-13T23:13:46.470Z Compiling sync_wrapper v1.0.1
15382024-12-13T23:13:46.625Z Compiling whoami v1.5.2
15392024-12-13T23:13:47.273Z Compiling number_prefix v0.4.0
15402024-12-13T23:13:47.307Z Compiling new_debug_unreachable v1.0.6
15412024-12-13T23:13:47.407Z Compiling precomputed-hash v0.1.1
15422024-12-13T23:13:47.441Z Compiling normalize-line-endings v0.3.0
15432024-12-13T23:13:47.503Z Compiling static_assertions v1.1.0
15442024-12-13T23:13:47.530Z Compiling difflib v0.4.0
15452024-12-13T23:13:47.566Z Compiling unicode-segmentation v1.12.0
15462024-12-13T23:13:47.605Z Compiling bit-vec v0.6.3
15472024-12-13T23:13:48.078Z Compiling predicates-core v1.0.8
15482024-12-13T23:13:48.118Z Compiling unicode-width v0.2.0
15492024-12-13T23:13:48.418Z Compiling fixedbitset v0.4.2
15502024-12-13T23:13:48.472Z Compiling similar v2.6.0
15512024-12-13T23:13:48.664Z Compiling indicatif v0.17.9
15522024-12-13T23:13:48.921Z Compiling petgraph v0.6.5
15532024-12-13T23:13:49.256Z Compiling predicates v3.1.2
15542024-12-13T23:13:49.522Z Compiling bit-set v0.5.3
15552024-12-13T23:13:49.815Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15562024-12-13T23:13:50.791Z Compiling clap v4.5.21
15572024-12-13T23:13:50.911Z Compiling string_cache v0.8.7
15582024-12-13T23:13:50.931Z Compiling tokio-postgres v0.7.12
15592024-12-13T23:13:50.931Z Compiling ecdsa v0.16.9
15602024-12-13T23:13:51.019Z Compiling rsa v0.9.6
15612024-12-13T23:13:51.418Z Compiling ed25519-dalek v2.1.1
15622024-12-13T23:13:51.820Z Compiling toml v0.7.8
15632024-12-13T23:13:52.757Z Compiling zip v0.6.6
15642024-12-13T23:13:53.185Z Compiling crossterm v0.28.1
15652024-12-13T23:13:54.337Z Compiling hex v0.4.3
15662024-12-13T23:13:54.801Z Compiling x509-cert v0.2.5
15672024-12-13T23:13:54.966Z Compiling peg-runtime v0.8.3
15682024-12-13T23:13:55.082Z Compiling lalrpop-util v0.19.12
15692024-12-13T23:13:55.430Z Compiling unicode-xid v0.2.6
15702024-12-13T23:13:55.622Z Compiling strum_macros v0.26.4
15712024-12-13T23:13:55.657Z Compiling xattr v1.3.1
15722024-12-13T23:13:55.922Z Compiling filetime v0.2.25
15732024-12-13T23:13:56.248Z Compiling tar v0.4.42
15742024-12-13T23:14:00.648Z Compiling strum v0.26.3
15752024-12-13T23:14:03.713Z Compiling aws-lc-sys v0.22.0
15762024-12-13T23:14:31.953Z Compiling rustls-webpki v0.102.8
15772024-12-13T23:14:35.299Z Compiling tokio-rustls v0.25.0
15782024-12-13T23:14:37.067Z Compiling tokio-rustls v0.26.0
15792024-12-13T23:14:37.471Z Compiling hyper-rustls v0.27.3
15802024-12-13T23:14:37.773Z Compiling reqwest v0.12.9
15812024-12-13T23:14:38.730Z Compiling qorb v0.2.1
15822024-12-13T23:14:43.930Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15832024-12-13T23:14:44.157Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15842024-12-13T23:14:49.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
15852024-12-13T23:14:50.155Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15862024-12-13T23:14:50.196ZDec 13 23:14:48.909 INFO Starting download, target: Cockroach
15872024-12-13T23:14:50.196ZDec 13 23:14:48.909 INFO Starting download, target: Clickhouse
15882024-12-13T23:14:50.196ZDec 13 23:14:48.909 INFO Starting download, target: Console
15892024-12-13T23:14:50.196ZDec 13 23:14:48.909 INFO Starting download, target: DendriteOpenapi
15902024-12-13T23:14:50.196ZDec 13 23:14:48.909 INFO Starting download, target: DendriteStub
15912024-12-13T23:14:50.215ZDec 13 23:14:48.909 INFO Starting download, target: MaghemiteMgd
15922024-12-13T23:14:50.215ZDec 13 23:14:48.909 INFO Starting download, target: TransceiverControl
15932024-12-13T23:14:50.215ZDec 13 23:14:48.910 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15942024-12-13T23:14:50.215ZDec 13 23:14:48.910 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15952024-12-13T23:14:50.215ZDec 13 23:14:48.910 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15962024-12-13T23:14:50.215ZDec 13 23:14:48.910 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15972024-12-13T23:14:50.215ZDec 13 23:14:48.910 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15982024-12-13T23:14:50.216ZDec 13 23:14:48.910 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15992024-12-13T23:14:50.216ZDec 13 23:14:48.910 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16002024-12-13T23:14:50.625ZDec 13 23:14:49.323 INFO Download complete, target: DendriteOpenapi
16012024-12-13T23:14:50.685ZDec 13 23:14:49.385 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16022024-12-13T23:14:50.738ZDec 13 23:14:49.445 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16032024-12-13T23:14:51.021ZDec 13 23:14:49.733 INFO Download complete, target: Console
16042024-12-13T23:14:51.262ZDec 13 23:14:49.966 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16052024-12-13T23:14:51.353ZDec 13 23:14:50.072 INFO Download complete, target: TransceiverControl
16062024-12-13T23:14:51.572ZDec 13 23:14:50.284 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16072024-12-13T23:14:52.071ZDec 13 23:14:50.792 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16082024-12-13T23:14:52.380ZDec 13 23:14:51.102 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16092024-12-13T23:14:52.380ZDec 13 23:14:51.102 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16102024-12-13T23:14:54.031ZDec 13 23:14:52.752 INFO Download complete, target: DendriteStub
16112024-12-13T23:14:54.409ZDec 13 23:14:53.131 INFO Download complete, target: MaghemiteMgd
16122024-12-13T23:14:59.762ZDec 13 23:14:58.483 INFO Checking that binary works, target: Cockroach
16132024-12-13T23:14:59.932ZDec 13 23:14:58.651 INFO Download complete, target: Cockroach
16142024-12-13T23:15:04.335ZDec 13 23:15:03.051 INFO Checking that binary works, target: Clickhouse
16152024-12-13T23:15:04.459ZDec 13 23:15:03.177 INFO Download complete, target: Clickhouse
16162024-12-13T23:15:04.464ZAll prerequisites installed successfully
16172024-12-13T23:15:04.466Z
16182024-12-13T23:15:04.466Zreal 4:32.653209119
16192024-12-13T23:15:04.467Zuser 16:27.427325466
16202024-12-13T23:15:04.467Zsys 3:10.473842712
16212024-12-13T23:15:04.467Ztrap 0.508616936
16222024-12-13T23:15:04.467Ztflt 1.672061228
16232024-12-13T23:15:04.467Zdflt 2.019190969
16242024-12-13T23:15:04.467Zkflt 0.028100473
16252024-12-13T23:15:04.467Zlock 32:00.916793710
16262024-12-13T23:15:04.467Zslp 1:01:24.982615862
16272024-12-13T23:15:04.467Zlat 54.217114874
16282024-12-13T23:15:04.467Zstop 2:04.645375500
16292024-12-13T23:15:04.467Z+ source ./tools/include/force-git-over-https.sh
16302024-12-13T23:15:04.467Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16312024-12-13T23:15:04.467Z++ (( i = 0 ))
16322024-12-13T23:15:04.467Z++ (( i < 5 ))
16332024-12-13T23:15:04.467Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16342024-12-13T23:15:04.470Z++ (( i++ ))
16352024-12-13T23:15:04.470Z++ (( i < 5 ))
16362024-12-13T23:15:04.470Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16372024-12-13T23:15:04.473Z++ (( i++ ))
16382024-12-13T23:15:04.473Z++ (( i < 5 ))
16392024-12-13T23:15:04.473Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16402024-12-13T23:15:04.476Z++ (( i++ ))
16412024-12-13T23:15:04.476Z++ (( i < 5 ))
16422024-12-13T23:15:04.478Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16432024-12-13T23:15:04.480Z++ (( i++ ))
16442024-12-13T23:15:04.481Z++ (( i < 5 ))
16452024-12-13T23:15:04.481Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16462024-12-13T23:15:04.483Z++ (( i++ ))
16472024-12-13T23:15:04.483Z++ (( i < 5 ))
16482024-12-13T23:15:04.483Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16492024-12-13T23:15:04.483Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16502024-12-13T23:15:04.483Z+ rc=0
16512024-12-13T23:15:04.483Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16522024-12-13T23:15:35.410Z+ case $rc in
16532024-12-13T23:15:35.410Z+ pfexec zfs create -p rpool/images/build/host
16542024-12-13T23:15:35.643Z+ pfexec zfs create -p rpool/images/build/recovery
16552024-12-13T23:15:35.719Z+ cargo xtask releng --output-dir /work
16562024-12-13T23:15:36.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16572024-12-13T23:15:36.254Z Running `target/debug/xtask releng --output-dir /work`
16582024-12-13T23:15:37.164Z Compiling proc-macro2 v1.0.89
16592024-12-13T23:15:37.164Z Compiling unicode-ident v1.0.13
16602024-12-13T23:15:37.164Z Compiling libc v0.2.162
16612024-12-13T23:15:37.167Z Compiling serde v1.0.215
16622024-12-13T23:15:37.167Z Compiling autocfg v1.4.0
16632024-12-13T23:15:37.167Z Compiling version_check v0.9.5
16642024-12-13T23:15:37.297Z Compiling cfg-if v1.0.0
16652024-12-13T23:15:37.446Z Compiling memchr v2.7.4
16662024-12-13T23:15:37.448Z Compiling typenum v1.17.0
16672024-12-13T23:15:37.495Z Compiling shlex v1.3.0
16682024-12-13T23:15:37.908Z Compiling value-bag v1.9.0
16692024-12-13T23:15:37.985Z Compiling generic-array v0.14.7
16702024-12-13T23:15:38.324Z Compiling lock_api v0.4.12
16712024-12-13T23:15:38.345Z Compiling scopeguard v1.2.0
16722024-12-13T23:15:38.433Z Compiling log v0.4.22
16732024-12-13T23:15:38.503Z Compiling rustix v0.38.37
16742024-12-13T23:15:38.530Z Compiling parking_lot_core v0.9.10
16752024-12-13T23:15:38.937Z Compiling serde_json v1.0.132
16762024-12-13T23:15:39.142Z Compiling libm v0.2.8
16772024-12-13T23:15:39.248Z Compiling quote v1.0.37
16782024-12-13T23:15:39.271Z Compiling num-traits v0.2.19
16792024-12-13T23:15:39.291Z Compiling once_cell v1.20.2
16802024-12-13T23:15:39.488Z Compiling jobserver v0.1.32
16812024-12-13T23:15:39.565Z Compiling getrandom v0.2.15
16822024-12-13T23:15:39.684Z Compiling syn v2.0.87
16832024-12-13T23:15:39.878Z Compiling cc v1.1.30
16842024-12-13T23:15:39.879Z Compiling thiserror v1.0.69
16852024-12-13T23:15:39.902Z Compiling spin v0.9.8
16862024-12-13T23:15:40.072Z Compiling itoa v1.0.11
16872024-12-13T23:15:40.224Z Compiling aho-corasick v1.1.3
16882024-12-13T23:15:40.245Z Compiling regex-syntax v0.8.5
16892024-12-13T23:15:40.330Z Compiling slab v0.4.9
16902024-12-13T23:15:40.438Z Compiling errno v0.3.9
16912024-12-13T23:15:41.068Z Compiling byteorder v1.5.0
16922024-12-13T23:15:41.629Z Compiling lazy_static v1.5.0
16932024-12-13T23:15:41.796Z Compiling rand_core v0.6.4
16942024-12-13T23:15:41.865Z Compiling either v1.13.0
16952024-12-13T23:15:42.081Z Compiling glob v0.3.1
16962024-12-13T23:15:42.230Z Compiling prettyplease v0.2.25
16972024-12-13T23:15:42.354Z Compiling subtle v2.6.1
16982024-12-13T23:15:42.712Z Compiling minimal-lexical v0.2.1
16992024-12-13T23:15:42.811Z Compiling libloading v0.8.5
17002024-12-13T23:15:42.904Z Compiling clang-sys v1.8.1
17012024-12-13T23:15:43.188Z Compiling nom v7.1.3
17022024-12-13T23:15:43.214Z Compiling bindgen v0.69.5
17032024-12-13T23:15:43.465Z Compiling home v0.5.9
17042024-12-13T23:15:43.762Z Compiling itertools v0.10.5
17052024-12-13T23:15:44.130Z Compiling regex-automata v0.4.8
17062024-12-13T23:15:44.591Z Compiling rustc-hash v1.1.0
17072024-12-13T23:15:44.769Z Compiling lazycell v1.3.0
17082024-12-13T23:15:45.393Z Compiling cmake v0.1.51
17092024-12-13T23:15:46.611Z Compiling dunce v1.0.5
17102024-12-13T23:15:46.611Z Compiling pkg-config v0.3.31
17112024-12-13T23:15:46.611Z Compiling fs_extra v1.3.0
17122024-12-13T23:15:46.659Z Compiling cexpr v0.6.0
17132024-12-13T23:15:46.903Z Compiling smallvec v1.13.2
17142024-12-13T23:15:46.936Z Compiling semver v1.0.23
17152024-12-13T23:15:47.121Z Compiling ring v0.17.8
17162024-12-13T23:15:47.411Z Compiling heck v0.5.0
17172024-12-13T23:15:47.730Z Compiling synstructure v0.13.1
17182024-12-13T23:15:47.927Z Compiling paste v1.0.15
17192024-12-13T23:15:48.184Z Compiling ryu v1.0.18
17202024-12-13T23:15:48.490Z Compiling const-oid v0.9.6
17212024-12-13T23:15:48.511Z Compiling aws-lc-rs v1.10.0
17222024-12-13T23:15:48.631Z Compiling httparse v1.9.5
17232024-12-13T23:15:49.372Z Compiling pin-project-lite v0.2.14
17242024-12-13T23:15:49.393Z Compiling allocator-api2 v0.2.18
17252024-12-13T23:15:50.121Z Compiling regex v1.11.1
17262024-12-13T23:15:50.663Z Compiling futures-core v0.3.31
17272024-12-13T23:15:50.731Z Compiling signal-hook-registry v1.4.2
17282024-12-13T23:15:50.995Z Compiling crossbeam-utils v0.8.20
17292024-12-13T23:15:51.331Z Compiling time-core v0.1.2
17302024-12-13T23:15:51.545Z Compiling num-conv v0.1.0
17312024-12-13T23:15:51.878Z Compiling time-macros v0.2.18
17322024-12-13T23:15:51.973Z Compiling parking_lot v0.12.3
17332024-12-13T23:15:52.261Z Compiling mio v1.0.2
17342024-12-13T23:15:52.488Z Compiling vcpkg v0.2.15
17352024-12-13T23:15:52.708Z Compiling fnv v1.0.7
17362024-12-13T23:15:52.875Z Compiling schemars v0.8.21
17372024-12-13T23:15:53.542Z Compiling serde_derive v1.0.215
17382024-12-13T23:15:53.590Z Compiling zeroize_derive v1.4.2
17392024-12-13T23:15:54.116Z Compiling zerocopy-derive v0.7.35
17402024-12-13T23:15:54.223Z Compiling tokio-macros v2.4.0
17412024-12-13T23:15:54.374Z Compiling thiserror-impl v1.0.69
17422024-12-13T23:15:54.497Z Compiling zerofrom-derive v0.1.4
17432024-12-13T23:15:55.074Z Compiling yoke-derive v0.7.4
17442024-12-13T23:15:55.287Z Compiling zeroize v1.8.1
17452024-12-13T23:15:55.865Z Compiling futures-macro v0.3.31
17462024-12-13T23:15:55.909Z Compiling zerovec-derive v0.10.3
17472024-12-13T23:15:56.463Z Compiling displaydoc v0.2.5
17482024-12-13T23:15:57.631Z Compiling zerocopy v0.7.35
17492024-12-13T23:15:57.950Z Compiling crypto-common v0.1.6
17502024-12-13T23:15:58.187Z Compiling icu_provider_macros v1.5.0
17512024-12-13T23:15:58.219Z Compiling tracing-attributes v0.1.27
17522024-12-13T23:15:58.275Z Compiling block-buffer v0.10.4
17532024-12-13T23:15:58.521Z Compiling digest v0.10.7
17542024-12-13T23:15:58.556Z Compiling der_derive v0.7.3
17552024-12-13T23:15:59.041Z Compiling openssl-sys v0.9.103
17562024-12-13T23:16:00.116Z Compiling serde_derive_internals v0.29.1
17572024-12-13T23:16:00.373Z Compiling socket2 v0.5.7
17582024-12-13T23:16:01.141Z Compiling ahash v0.8.11
17592024-12-13T23:16:02.388Z Compiling schemars_derive v0.8.21
17602024-12-13T23:16:02.660Z Compiling futures-sink v0.3.31
17612024-12-13T23:16:02.863Z Compiling foldhash v0.1.3
17622024-12-13T23:16:03.024Z Compiling equivalent v1.0.1
17632024-12-13T23:16:03.184Z Compiling cpufeatures v0.2.14
17642024-12-13T23:16:03.227Z Compiling hashbrown v0.15.1
17652024-12-13T23:16:03.711Z Compiling stable_deref_trait v1.2.0
17662024-12-13T23:16:03.758Z Compiling slog v2.7.0
17672024-12-13T23:16:04.791Z Compiling futures-channel v0.3.31
17682024-12-13T23:16:05.011Z Compiling zerofrom v0.1.4
17692024-12-13T23:16:05.280Z Compiling scroll_derive v0.12.0
17702024-12-13T23:16:05.305Z Compiling ucd-trie v0.1.7
17712024-12-13T23:16:05.424Z Compiling openssl v0.10.66
17722024-12-13T23:16:05.518Z Compiling futures-io v0.3.31
17732024-12-13T23:16:05.583Z Compiling futures-task v0.3.31
17742024-12-13T23:16:05.737Z Compiling pin-utils v0.1.0
17752024-12-13T23:16:05.850Z Compiling pest v2.7.14
17762024-12-13T23:16:05.894Z Compiling yoke v0.7.4
17772024-12-13T23:16:05.949Z Compiling futures-util v0.3.31
17782024-12-13T23:16:06.370Z Compiling hmac v0.12.1
17792024-12-13T23:16:06.509Z Compiling tinyvec_macros v0.1.1
17802024-12-13T23:16:06.812Z Compiling tinyvec v1.8.0
17812024-12-13T23:16:06.879Z Compiling zerovec v0.10.4
17822024-12-13T23:16:08.135Z Compiling bitflags v2.6.0
17832024-12-13T23:16:08.729Z Compiling bytes v1.8.0
17842024-12-13T23:16:10.350Z Compiling tokio v1.40.0
17852024-12-13T23:16:10.839Z Compiling indexmap v2.6.0
17862024-12-13T23:16:11.176Z Compiling serde_tokenstream v0.2.2
17872024-12-13T23:16:12.639Z Compiling http v1.1.0
17882024-12-13T23:16:13.761Z Compiling which v4.4.2
17892024-12-13T23:16:13.806Z Compiling rustc_version v0.4.1
17902024-12-13T23:16:14.504Z Compiling pest_meta v2.7.14
17912024-12-13T23:16:14.766Z Compiling uuid v1.11.0
17922024-12-13T23:16:15.147Z Compiling block-padding v0.3.3
17932024-12-13T23:16:15.471Z Compiling openssl-macros v0.1.1
17942024-12-13T23:16:15.642Z Compiling rustls v0.23.19
17952024-12-13T23:16:15.998Z Compiling iana-time-zone v0.1.61
17962024-12-13T23:16:16.425Z Compiling native-tls v0.2.12
17972024-12-13T23:16:16.816Z Compiling chrono v0.4.38
17982024-12-13T23:16:17.358Z Compiling pest_generator v2.7.14
17992024-12-13T23:16:18.334Z Compiling inout v0.1.3
18002024-12-13T23:16:18.630Z Compiling unicode-normalization v0.1.24
18012024-12-13T23:16:19.247Z Compiling cipher v0.4.4
18022024-12-13T23:16:19.335Z Compiling pest_derive v2.7.14
18032024-12-13T23:16:20.843Z Compiling tinystr v0.7.6
18042024-12-13T23:16:20.846Z Compiling sha2 v0.10.8
18052024-12-13T23:16:20.846Z Compiling async-trait v0.1.83
18062024-12-13T23:16:20.846Z Compiling cookie v0.18.1
18072024-12-13T23:16:20.901Z Compiling usdt-impl v0.5.0
18082024-12-13T23:16:21.077Z Compiling writeable v0.5.5
18092024-12-13T23:16:21.118Z Compiling unicode-bidi v0.3.17
18102024-12-13T23:16:21.322Z Compiling litemap v0.7.3
18112024-12-13T23:16:22.467Z Compiling base64ct v1.6.0
18122024-12-13T23:16:23.254Z Compiling pem-rfc7468 v0.7.0
18132024-12-13T23:16:23.802Z Compiling icu_locid v1.5.0
18142024-12-13T23:16:24.510Z Compiling scroll v0.12.0
18152024-12-13T23:16:25.542Z Compiling ppv-lite86 v0.2.20
18162024-12-13T23:16:26.508Z Compiling tracing-core v0.1.32
18172024-12-13T23:16:26.560Z Compiling untrusted v0.7.1
18182024-12-13T23:16:26.764Z Compiling plain v0.2.3
18192024-12-13T23:16:26.933Z Compiling syn v1.0.109
18202024-12-13T23:16:27.475Z Compiling rustls-pki-types v1.10.0
18212024-12-13T23:16:28.702Z Compiling aws-lc-sys v0.22.0
18222024-12-13T23:16:28.844Z Compiling flagset v0.4.6
18232024-12-13T23:16:29.264Z Compiling dyn-clone v1.0.17
18242024-12-13T23:16:29.285Z Compiling camino v1.1.9
18252024-12-13T23:16:29.464Z Compiling percent-encoding v2.3.1
18262024-12-13T23:16:29.941Z Compiling der v0.7.9
18272024-12-13T23:16:32.355Z Compiling tracing v0.1.40
18282024-12-13T23:16:33.081Z Compiling goblin v0.8.2
18292024-12-13T23:16:33.207Z Compiling rand_chacha v0.3.1
18302024-12-13T23:16:33.404Z Compiling icu_provider v1.5.0
18312024-12-13T23:16:34.547Z Compiling tokio-util v0.7.12
18322024-12-13T23:16:35.710Z Compiling pretty-hex v0.4.1
18332024-12-13T23:16:36.601Z Compiling icu_locid_transform_data v1.5.0
18342024-12-13T23:16:36.745Z Compiling rustls v0.22.4
18352024-12-13T23:16:37.046Z Compiling mirai-annotations v1.12.0
18362024-12-13T23:16:37.077Z Compiling rayon-core v1.12.1
18372024-12-13T23:16:37.204Z Compiling powerfmt v0.2.0
18382024-12-13T23:16:37.297Z Compiling untrusted v0.9.0
18392024-12-13T23:16:37.472Z Compiling icu_locid_transform v1.5.0
18402024-12-13T23:16:37.578Z Compiling deranged v0.3.11
18412024-12-13T23:16:39.822Z Compiling dof v0.3.0
18422024-12-13T23:16:40.798Z Compiling rand v0.8.5
18432024-12-13T23:16:41.464Z Compiling spki v0.7.3
18442024-12-13T23:16:46.528Z Compiling dtrace-parser v0.2.0
18452024-12-13T23:16:46.588Z Compiling salsa20 v0.10.2
18462024-12-13T23:16:46.588Z Compiling icu_collections v1.5.0
18472024-12-13T23:16:46.588Z Compiling pbkdf2 v0.12.2
18482024-12-13T23:16:46.588Z Compiling bzip2-sys v0.1.11+1.0.8
18492024-12-13T23:16:46.588Z Compiling thread-id v4.2.2
18502024-12-13T23:16:46.588Z Compiling icu_properties_data v1.5.0
18512024-12-13T23:16:46.588Z Compiling num_threads v0.1.7
18522024-12-13T23:16:46.755Z Compiling atomic-waker v1.1.2
18532024-12-13T23:16:46.961Z Compiling time v0.3.36
18542024-12-13T23:16:47.020Z Compiling icu_properties v1.5.1
18552024-12-13T23:16:51.939Z Compiling scrypt v0.11.0
18562024-12-13T23:16:52.205Z Compiling form_urlencoded v1.2.1
18572024-12-13T23:16:52.523Z Compiling cbc v0.1.2
18582024-12-13T23:16:52.760Z Compiling aes v0.8.4
18592024-12-13T23:16:52.790Z Compiling http-body v1.0.1
18602024-12-13T23:16:53.210Z Compiling multer v3.1.0
18612024-12-13T23:16:53.296Z Compiling utf16_iter v1.0.5
18622024-12-13T23:16:53.498Z Compiling icu_normalizer_data v1.5.0
18632024-12-13T23:16:53.545Z Compiling try-lock v0.2.5
18642024-12-13T23:16:53.750Z Compiling write16 v1.0.0
18652024-12-13T23:16:53.987Z Compiling slog-async v2.8.0
18662024-12-13T23:16:54.341Z Compiling utf8_iter v1.0.4
18672024-12-13T23:16:54.756Z Compiling icu_normalizer v1.5.0
18682024-12-13T23:16:55.320Z Compiling pkcs5 v0.7.1
18692024-12-13T23:16:56.653Z Compiling want v0.3.1
18702024-12-13T23:16:59.177Z Compiling h2 v0.4.6
18712024-12-13T23:17:00.042Z Compiling heapless v0.7.17
18722024-12-13T23:17:00.569Z Compiling zerocopy-derive v0.6.6
18732024-12-13T23:17:00.893Z Compiling num-bigint-dig v0.8.4
18742024-12-13T23:17:01.198Z Compiling httpdate v1.0.3
18752024-12-13T23:17:01.665Z Compiling base64 v0.22.1
18762024-12-13T23:17:02.053Z Compiling anyhow v1.0.93
18772024-12-13T23:17:02.767Z Compiling signal-hook v0.3.17
18782024-12-13T23:17:03.956Z Compiling pkcs8 v0.10.2
18792024-12-13T23:17:04.736Z Compiling idna_adapter v1.2.0
18802024-12-13T23:17:05.182Z Compiling usdt-attr-macro v0.5.0
18812024-12-13T23:17:05.933Z Compiling usdt-macro v0.5.0
18822024-12-13T23:17:07.594Z Compiling hyper v1.5.0
18832024-12-13T23:17:07.662Z Compiling async-stream-impl v0.3.6
18842024-12-13T23:17:08.349Z Compiling tower-service v0.3.3
18852024-12-13T23:17:08.924Z Compiling strsim v0.11.1
18862024-12-13T23:17:08.960Z Compiling rustversion v1.0.17
18872024-12-13T23:17:10.487Z Compiling idna v1.0.3
18882024-12-13T23:17:11.234Z Compiling hyper-util v0.1.10
18892024-12-13T23:17:17.383Z Compiling curve25519-dalek v4.1.3
18902024-12-13T23:17:17.792Z Compiling openapiv3 v2.0.0
18912024-12-13T23:17:18.002Z Compiling toml_datetime v0.6.8
18922024-12-13T23:17:18.221Z Compiling serde_spanned v0.6.8
18932024-12-13T23:17:18.471Z Compiling enum-as-inner v0.6.1
18942024-12-13T23:17:18.588Z Compiling dropshot v0.12.0
18952024-12-13T23:17:18.922Z Compiling foreign-types-shared v0.1.1
18962024-12-13T23:17:19.051Z Compiling smoltcp v0.9.1
18972024-12-13T23:17:19.649Z Compiling adler2 v2.0.0
18982024-12-13T23:17:19.756Z Compiling match_cfg v0.1.0
18992024-12-13T23:17:19.865Z Compiling portable-atomic v1.9.0
19002024-12-13T23:17:19.924Z Compiling hostname v0.3.1
19012024-12-13T23:17:20.118Z Compiling miniz_oxide v0.8.0
19022024-12-13T23:17:20.153Z Compiling foreign-types v0.3.2
19032024-12-13T23:17:22.191Z Compiling url v2.5.3
19042024-12-13T23:17:29.593Z Compiling http-body-util v0.1.2
19052024-12-13T23:17:29.885Z Compiling clap_derive v4.5.18
19062024-12-13T23:17:30.321Z Compiling dirs-sys-next v0.1.2
19072024-12-13T23:17:30.883Z Compiling encoding_rs v0.8.34
19082024-12-13T23:17:33.545Z Compiling siphasher v0.3.11
19092024-12-13T23:17:33.965Z Compiling data-encoding v2.6.0
19102024-12-13T23:17:35.066Z Compiling mime v0.3.17
19112024-12-13T23:17:36.506Z Compiling dirs-next v2.0.0
19122024-12-13T23:17:43.165Z Compiling hubpack_derive v0.1.1
19132024-12-13T23:17:43.463Z Compiling serde_urlencoded v0.7.1
19142024-12-13T23:17:44.139Z Compiling crossbeam-epoch v0.9.18
19152024-12-13T23:17:44.378Z Compiling hashbrown v0.14.5
19162024-12-13T23:17:44.861Z Compiling rustls-pemfile v2.2.0
19172024-12-13T23:17:45.421Z Compiling dropshot_endpoint v0.12.0
19182024-12-13T23:17:46.299Z Compiling rustls-webpki v0.102.8
19192024-12-13T23:17:47.302Z Compiling sha1 v0.10.6
19202024-12-13T23:17:47.391Z Compiling signature v2.2.0
19212024-12-13T23:17:47.702Z Compiling curve25519-dalek-derive v0.1.1
19222024-12-13T23:17:47.910Z Compiling thread_local v1.1.8
19232024-12-13T23:17:48.462Z Compiling fs-err v2.11.0
19242024-12-13T23:17:48.857Z Compiling winnow v0.6.20
19252024-12-13T23:17:49.333Z Compiling openssl-probe v0.1.5
19262024-12-13T23:17:49.970Z Compiling gimli v0.31.1
19272024-12-13T23:17:50.008Z Compiling ipnet v2.10.1
19282024-12-13T23:17:52.069Z Compiling utf8parse v0.2.2
19292024-12-13T23:17:52.132Z Compiling unicode-properties v0.1.3
19302024-12-13T23:17:52.549Z Compiling anstyle v1.0.10
19312024-12-13T23:17:52.659Z Compiling stringprep v0.1.5
19322024-12-13T23:17:52.983Z Compiling toml_edit v0.22.22
19332024-12-13T23:17:53.660Z Compiling anstyle-parse v0.2.5
19342024-12-13T23:17:55.231Z Compiling addr2line v0.24.2
19352024-12-13T23:17:55.904Z Compiling regress v0.10.1
19362024-12-13T23:17:56.782Z Compiling crossbeam-deque v0.8.5
19372024-12-13T23:17:57.203Z Compiling term v0.7.0
19382024-12-13T23:17:58.420Z Compiling slog-json v2.6.1
19392024-12-13T23:17:59.652Z Compiling crossbeam-channel v0.5.13
19402024-12-13T23:18:00.788Z Compiling idna v0.3.0
19412024-12-13T23:18:01.004Z Compiling idna v0.4.0
19422024-12-13T23:18:02.388Z Compiling futures-executor v0.3.31
19432024-12-13T23:18:02.408Z Compiling num-integer v0.1.46
19442024-12-13T23:18:02.889Z Compiling md-5 v0.10.6
19452024-12-13T23:18:03.161Z Compiling ff v0.13.0
19462024-12-13T23:18:03.183Z Compiling hash32 v0.2.1
19472024-12-13T23:18:03.388Z Compiling is-terminal v0.4.13
19482024-12-13T23:18:03.532Z Compiling memmap v0.7.0
19492024-12-13T23:18:03.555Z Compiling object v0.36.5
19502024-12-13T23:18:03.873Z Compiling rustc-demangle v0.1.24
19512024-12-13T23:18:04.473Z Compiling linked-hash-map v0.5.6
19522024-12-13T23:18:04.732Z Compiling base16ct v0.2.0
19532024-12-13T23:18:04.864Z Compiling colorchoice v1.0.2
19542024-12-13T23:18:05.039Z Compiling fallible-iterator v0.2.0
19552024-12-13T23:18:05.042Z Compiling heck v0.4.1
19562024-12-13T23:18:05.486Z Compiling psl-types v2.0.11
19572024-12-13T23:18:05.667Z Compiling anstyle-query v1.1.1
19582024-12-13T23:18:05.728Z Compiling utf-8 v0.7.6
19592024-12-13T23:18:05.847Z Compiling quick-error v1.2.3
19602024-12-13T23:18:06.009Z Compiling is_terminal_polyfill v1.70.1
19612024-12-13T23:18:06.031Z Compiling take_mut v0.2.2
19622024-12-13T23:18:06.049Z Compiling publicsuffix v2.2.3
19632024-12-13T23:18:06.149Z Compiling anstream v0.6.15
19642024-12-13T23:18:06.332Z Compiling resolv-conf v0.7.0
19652024-12-13T23:18:06.825Z Compiling tungstenite v0.24.0
19662024-12-13T23:18:07.039Z Compiling postgres-protocol v0.6.7
19672024-12-13T23:18:07.553Z Compiling strum_macros v0.25.3
19682024-12-13T23:18:08.274Z Compiling sec1 v0.7.3
19692024-12-13T23:18:09.182Z Compiling lru-cache v0.1.2
19702024-12-13T23:18:09.206Z Compiling usdt v0.5.0
19712024-12-13T23:18:09.206Z Compiling slog-term v2.9.1
19722024-12-13T23:18:09.206Z Compiling group v0.13.0
19732024-12-13T23:18:09.344Z Compiling num-iter v0.1.45
19742024-12-13T23:18:09.423Z Compiling futures v0.3.31
19752024-12-13T23:18:10.189Z Compiling tokio-rustls v0.26.0
19762024-12-13T23:18:10.296Z Compiling hickory-proto v0.24.1
19772024-12-13T23:18:11.165Z Compiling backtrace v0.3.74
19782024-12-13T23:18:11.518Z Compiling tokio-rustls v0.25.0
19792024-12-13T23:18:11.598Z Compiling typify-impl v0.2.0
19802024-12-13T23:18:12.316Z Compiling slog-bunyan v2.5.0
19812024-12-13T23:18:12.536Z Compiling toml v0.8.19
19822024-12-13T23:18:12.875Z Compiling tokio-native-tls v0.3.1
19832024-12-13T23:18:13.191Z Compiling phf_shared v0.11.2
19842024-12-13T23:18:13.541Z Compiling async-stream v0.3.6
19852024-12-13T23:18:13.863Z Compiling waitgroup v0.1.2
19862024-12-13T23:18:13.920Z Compiling webpki-roots v0.26.6
19872024-12-13T23:18:14.123Z Compiling idna v0.5.0
19882024-12-13T23:18:14.147Z Compiling terminal_size v0.4.0
19892024-12-13T23:18:14.303Z Compiling serde_path_to_error v0.1.16
19902024-12-13T23:18:15.002Z Compiling hkdf v0.12.4
19912024-12-13T23:18:15.108Z Compiling crypto-bigint v0.5.5
19922024-12-13T23:18:15.248Z Compiling derive-where v1.2.7
19932024-12-13T23:18:15.542Z Compiling serde_repr v0.1.19
19942024-12-13T23:18:16.827Z Compiling hostname v0.4.0
19952024-12-13T23:18:17.066Z Compiling crc32fast v1.4.2
19962024-12-13T23:18:18.012Z Compiling unicode-width v0.1.14
19972024-12-13T23:18:18.395Z Compiling bitflags v1.3.2
19982024-12-13T23:18:18.470Z Compiling managed v0.8.0
19992024-12-13T23:18:18.518Z Compiling clap_lex v0.7.2
20002024-12-13T23:18:18.845Z Compiling debug-ignore v1.0.5
20012024-12-13T23:18:18.869Z Compiling winnow v0.5.40
20022024-12-13T23:18:20.535Z Compiling clap_builder v4.5.21
20032024-12-13T23:18:21.302Z Compiling console v0.15.8
20042024-12-13T23:18:22.680Z Compiling toml_edit v0.19.15
20052024-12-13T23:18:22.717Z Compiling elliptic-curve v0.13.8
20062024-12-13T23:18:23.207Z Compiling flate2 v1.0.34
20072024-12-13T23:18:23.255Z Compiling typify-macro v0.2.0
20082024-12-13T23:18:23.440Z Compiling hickory-resolver v0.24.1
20092024-12-13T23:18:24.149Z Compiling cookie_store v0.21.0
20102024-12-13T23:18:27.908Z Compiling hyper-rustls v0.27.3
20112024-12-13T23:18:29.167Z Compiling phf v0.11.2
20122024-12-13T23:18:29.494Z Compiling hyper-tls v0.6.0
20132024-12-13T23:18:29.889Z Compiling signal-hook-mio v0.2.4
20142024-12-13T23:18:29.999Z Compiling rayon v1.10.0
20152024-12-13T23:18:30.057Z Compiling bzip2 v0.4.4
20162024-12-13T23:18:30.441Z Compiling tokio-tungstenite v0.24.0
20172024-12-13T23:18:30.582Z Compiling postgres-types v0.2.8
20182024-12-13T23:18:31.148Z Compiling ed25519 v2.2.3
20192024-12-13T23:18:31.561Z Compiling hubpack v0.1.2
20202024-12-13T23:18:31.597Z Compiling phf_shared v0.10.0
20212024-12-13T23:18:31.973Z Compiling pkcs1 v0.7.5
20222024-12-13T23:18:31.997Z Compiling zerocopy v0.6.6
20232024-12-13T23:18:32.036Z Compiling tokio-stream v0.1.16
20242024-12-13T23:18:33.080Z Compiling serde-big-array v0.5.1
20252024-12-13T23:18:33.192Z Compiling rfc6979 v0.4.0
20262024-12-13T23:18:33.213Z Compiling float-cmp v0.9.0
20272024-12-13T23:18:33.442Z Compiling sync_wrapper v1.0.1
20282024-12-13T23:18:33.621Z Compiling bstr v1.10.0
20292024-12-13T23:18:33.668Z Compiling unicode-width v0.2.0
20302024-12-13T23:18:33.905Z Compiling normalize-line-endings v0.3.0
20312024-12-13T23:18:34.053Z Compiling bit-vec v0.6.3
20322024-12-13T23:18:34.232Z Compiling number_prefix v0.4.0
20332024-12-13T23:18:34.471Z Compiling unicode-segmentation v1.12.0
20342024-12-13T23:18:34.647Z Compiling difflib v0.4.0
20352024-12-13T23:18:34.808Z Compiling predicates-core v1.0.8
20362024-12-13T23:18:34.939Z Compiling precomputed-hash v0.1.1
20372024-12-13T23:18:35.077Z Compiling static_assertions v1.1.0
20382024-12-13T23:18:35.133Z Compiling whoami v1.5.2
20392024-12-13T23:18:35.178Z Compiling new_debug_unreachable v1.0.6
20402024-12-13T23:18:35.285Z Compiling fixedbitset v0.4.2
20412024-12-13T23:18:35.675Z Compiling petgraph v0.6.5
20422024-12-13T23:18:35.902Z Compiling tokio-postgres v0.7.12
20432024-12-13T23:18:37.460Z Compiling reqwest v0.12.9
20442024-12-13T23:18:38.844Z Compiling string_cache v0.8.7
20452024-12-13T23:18:39.273Z Compiling similar v2.6.0
20462024-12-13T23:18:39.837Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20472024-12-13T23:18:41.296Z Compiling predicates v3.1.2
20482024-12-13T23:18:42.176Z Compiling indicatif v0.17.9
20492024-12-13T23:18:42.284Z Compiling bit-set v0.5.3
20502024-12-13T23:18:42.867Z Compiling ecdsa v0.16.9
20512024-12-13T23:18:43.196Z Compiling qorb v0.2.1
20522024-12-13T23:18:43.651Z Compiling rsa v0.9.6
20532024-12-13T23:18:43.735Z Compiling ed25519-dalek v2.1.1
20542024-12-13T23:18:44.293Z Compiling zip v0.6.6
20552024-12-13T23:18:44.848Z Compiling crossterm v0.28.1
20562024-12-13T23:18:45.352Z Compiling toml v0.7.8
20572024-12-13T23:18:45.576Z Compiling clap v4.5.21
20582024-12-13T23:18:48.307Z Compiling x509-cert v0.2.5
20592024-12-13T23:18:49.014Z Compiling hex v0.4.3
20602024-12-13T23:18:51.666Z Compiling unicode-xid v0.2.6
20612024-12-13T23:18:52.691Z Compiling radium v0.7.0
20622024-12-13T23:18:53.826Z Compiling lalrpop-util v0.19.12
20632024-12-13T23:18:54.372Z Compiling peg-runtime v0.8.3
20642024-12-13T23:18:54.913Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20652024-12-13T23:19:11.369Z Compiling tap v1.0.1
20662024-12-13T23:19:11.919Z Compiling ident_case v1.0.1
20672024-12-13T23:19:12.525Z Compiling maybe-uninit v2.0.0
20682024-12-13T23:19:14.493Z Compiling darling_core v0.20.10
20692024-12-13T23:19:15.963Z Compiling wyz v0.5.1
20702024-12-13T23:19:22.976Z Compiling typify v0.2.0
20712024-12-13T23:19:27.250Z Compiling packed_struct v0.10.1
20722024-12-13T23:19:27.655Z Compiling unsafe-libyaml v0.2.11
20732024-12-13T23:19:27.893Z Compiling funty v2.0.0
20742024-12-13T23:19:29.438Z Compiling bitvec v1.0.1
20752024-12-13T23:19:30.314Z Compiling serde_yaml v0.9.34+deprecated
20762024-12-13T23:19:33.171Z Compiling progenitor-impl v0.8.0
20772024-12-13T23:19:33.994Z Compiling darling_macro v0.20.10
20782024-12-13T23:19:35.985Z Compiling packed_struct_codegen v0.10.1
20792024-12-13T23:19:38.218Z Compiling structmeta-derive v0.3.0
20802024-12-13T23:19:38.523Z Compiling indexmap v1.9.3
20812024-12-13T23:19:39.394Z Compiling crc-catalog v2.4.0
20822024-12-13T23:19:39.879Z Compiling nodrop v0.1.14
20832024-12-13T23:19:40.016Z Compiling fastrand v2.1.1
20842024-12-13T23:19:40.037Z Compiling newtype-uuid v1.1.3
20852024-12-13T23:19:40.697Z Compiling tempfile v3.13.0
20862024-12-13T23:19:40.901Z Compiling structmeta v0.3.0
20872024-12-13T23:19:42.192Z Compiling array-init v0.0.4
20882024-12-13T23:19:42.415Z Compiling progenitor-macro v0.8.0
20892024-12-13T23:19:43.071Z Compiling crc v3.2.1
20902024-12-13T23:19:48.110Z Compiling smallvec v0.6.14
20912024-12-13T23:19:48.644Z Compiling darling v0.20.10
20922024-12-13T23:19:55.258Z Compiling progenitor-client v0.8.0
20932024-12-13T23:19:57.081Z Compiling pin-project-internal v1.1.6
20942024-12-13T23:19:57.300Z Compiling dropshot v0.13.0
20952024-12-13T23:19:58.072Z Compiling hashbrown v0.12.3
20962024-12-13T23:19:59.580Z Compiling termcolor v1.4.1
20972024-12-13T23:20:00.386Z Compiling bitfield v0.14.0
20982024-12-13T23:20:00.859Z Compiling base64 v0.21.7
20992024-12-13T23:20:00.920Z Compiling same-file v1.0.6
21002024-12-13T23:20:01.473Z Compiling ron v0.8.1
21012024-12-13T23:20:02.003Z Compiling walkdir v2.5.0
21022024-12-13T23:20:05.407Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21032024-12-13T23:20:06.653Z Compiling env_logger v0.10.2
21042024-12-13T23:20:10.689Z Compiling pin-project v1.1.6
21052024-12-13T23:20:15.871Z Compiling progenitor v0.8.0
21062024-12-13T23:20:17.162Z Compiling serde_with_macros v3.11.0
21072024-12-13T23:20:19.792Z Compiling serde-hex v0.1.0
21082024-12-13T23:20:21.401Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21092024-12-13T23:20:21.777Z Compiling parse-display-derive v0.10.0
21102024-12-13T23:20:26.775Z Compiling strum_macros v0.26.4
21112024-12-13T23:20:26.804Z Compiling hashbrown v0.13.2
21122024-12-13T23:20:26.804Z Compiling ipnetwork v0.20.0
21132024-12-13T23:20:26.805Z Compiling xattr v1.3.1
21142024-12-13T23:20:26.805Z Compiling dropshot_endpoint v0.13.0
21152024-12-13T23:20:26.805Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21162024-12-13T23:20:26.805Z Compiling snafu-derive v0.8.5
21172024-12-13T23:20:26.805Z Compiling blake3 v1.5.4
21182024-12-13T23:20:26.805Z Compiling ring v0.16.20
21192024-12-13T23:20:27.258Z Compiling filetime v0.2.25
21202024-12-13T23:20:27.644Z Compiling instant v0.1.13
21212024-12-13T23:20:27.665Z Compiling bumpalo v3.16.0
21222024-12-13T23:20:28.288Z Compiling simd-adler32 v0.3.7
21232024-12-13T23:20:29.120Z Compiling lockfree-object-pool v0.1.6
21242024-12-13T23:20:29.152Z Compiling crc-any v2.5.0
21252024-12-13T23:20:29.470Z Compiling zip v2.1.3
21262024-12-13T23:20:29.507Z Compiling buf-list v1.0.3
21272024-12-13T23:20:29.857Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21282024-12-13T23:20:29.933Z Compiling strum v0.26.3
21292024-12-13T23:20:30.057Z Compiling zopfli v0.8.1
21302024-12-13T23:20:30.103Z Compiling backoff v0.4.0
21312024-12-13T23:20:30.492Z Compiling tar v0.4.42
21322024-12-13T23:20:31.851Z Compiling snafu v0.8.5
21332024-12-13T23:20:33.339Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21342024-12-13T23:20:33.578Z Compiling object v0.30.4
21352024-12-13T23:20:34.222Z Compiling parse-display v0.10.0
21362024-12-13T23:20:35.983Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21372024-12-13T23:20:36.143Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21382024-12-13T23:20:36.177Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21392024-12-13T23:20:36.764Z Compiling serde_with v3.11.0
21402024-12-13T23:20:37.733Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21412024-12-13T23:20:38.491Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21422024-12-13T23:20:39.335Z Compiling camino-tempfile v1.1.1
21432024-12-13T23:20:39.717Z Compiling globset v0.4.15
21442024-12-13T23:20:40.142Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21452024-12-13T23:20:40.353Z Compiling regress v0.9.1
21462024-12-13T23:20:41.159Z Compiling pem v3.0.4
21472024-12-13T23:20:42.639Z Compiling olpc-cjson v0.1.4
21482024-12-13T23:20:42.999Z Compiling serde_plain v1.0.2
21492024-12-13T23:20:43.552Z Compiling macaddr v1.0.1
21502024-12-13T23:20:44.194Z Compiling async-recursion v1.1.1
21512024-12-13T23:20:44.944Z Compiling memmap2 v0.9.5
21522024-12-13T23:20:45.542Z Compiling typed-path v0.9.3
21532024-12-13T23:20:45.670Z Compiling constant_time_eq v0.3.1
21542024-12-13T23:20:45.881Z Compiling spin v0.5.2
21552024-12-13T23:20:46.169Z Compiling arrayvec v0.7.6
21562024-12-13T23:20:46.450Z Compiling path-slash v0.1.5
21572024-12-13T23:20:46.684Z Compiling arrayref v0.3.9
21582024-12-13T23:20:46.708Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21592024-12-13T23:20:47.288Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21602024-12-13T23:20:49.043Z Compiling tough v0.19.0
21612024-12-13T23:20:53.573Z Compiling itertools v0.13.0
21622024-12-13T23:20:53.932Z Compiling cargo-platform v0.1.8
21632024-12-13T23:20:54.114Z Compiling parse-size v1.1.0
21642024-12-13T23:20:54.441Z Compiling topological-sort v0.2.2
21652024-12-13T23:20:54.730Z Compiling omicron-zone-package v0.11.1
21662024-12-13T23:20:55.019Z Compiling cargo_metadata v0.18.1
21672024-12-13T23:20:57.357Z Compiling shell-words v1.1.0
21682024-12-13T23:21:01.460Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21692024-12-13T23:21:14.634Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21702024-12-13T23:21:29.652Z Finished `release` profile [optimized] target(s) in 5m 53s
21712024-12-13T23:21:29.816Z Running `target/release/omicron-releng --output-dir /work`
21722024-12-13T23:21:29.864ZDec 13 23:21:28.521 DEBG changing working directory to /work/oxidecomputer/omicron
21732024-12-13T23:21:29.965ZDec 13 23:21:28.625 DEBG running: git rev-parse HEAD
21742024-12-13T23:21:29.972ZDec 13 23:21:28.632 DEBG process exited with exit status: 0 (6.756298ms)
21752024-12-13T23:21:29.972ZDec 13 23:21:28.632 INFO version: 12.0.0-0.ci+git6503968e3d8
21762024-12-13T23:21:30.012ZDec 13 23:21:28.672 INFO cloning helios to /work/oxidecomputer/helios
21772024-12-13T23:21:30.012ZDec 13 23:21:28.672 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21782024-12-13T23:21:30.018ZCloning into '/work/oxidecomputer/helios'...
21792024-12-13T23:21:30.509ZDec 13 23:21:29.169 DEBG process exited with exit status: 0 (497.352697ms)
21802024-12-13T23:21:30.509ZDec 13 23:21:29.169 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21812024-12-13T23:21:30.517Z# branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b
21822024-12-13T23:21:30.517Z# branch.head master
21832024-12-13T23:21:30.517Z# branch.upstream origin/master
21842024-12-13T23:21:30.517Z# branch.ab +0 -0
21852024-12-13T23:21:30.520ZDec 13 23:21:29.177 DEBG process exited with exit status: 0 (7.999537ms)
21862024-12-13T23:21:30.520ZDec 13 23:21:29.177 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21872024-12-13T23:21:31.629ZDec 13 23:21:30.289 DEBG process exited with exit status: 0 (1.111192882s)
21882024-12-13T23:21:31.629ZDec 13 23:21:30.289 DEBG running: zfs list rpool/images/build/host
21892024-12-13T23:21:31.636ZNAME USED AVAIL REFER MOUNTPOINT
21902024-12-13T23:21:31.636Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21912024-12-13T23:21:31.639ZDec 13 23:21:30.296 DEBG process exited with exit status: 0 (7.525691ms)
21922024-12-13T23:21:31.639ZDec 13 23:21:30.296 DEBG running: zfs list rpool/images/build/recovery
21932024-12-13T23:21:31.642ZNAME USED AVAIL REFER MOUNTPOINT
21942024-12-13T23:21:31.643Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21952024-12-13T23:21:31.645ZDec 13 23:21:30.303 DEBG process exited with exit status: 0 (6.551486ms)
21962024-12-13T23:21:31.645ZDec 13 23:21:30.304 INFO [hubris-production] running task
21972024-12-13T23:21:31.645ZDec 13 23:21:30.304 INFO [hubris-staging] running task
21982024-12-13T23:21:31.645ZDec 13 23:21:30.305 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
21992024-12-13T23:21:31.648ZDec 13 23:21:30.308 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22002024-12-13T23:21:31.718Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22012024-12-13T23:21:32.118Z[ omicron-package] Blocking waiting for file lock on package cache
22022024-12-13T23:21:32.783Z[ omicron-package] Blocking waiting for file lock on package cache
22032024-12-13T23:21:33.056Z[ omicron-package] Blocking waiting for file lock on package cache
22042024-12-13T23:21:33.229ZDec 13 23:21:31.889 INFO [hubris-production] task succeeded (1.584623079s)
22052024-12-13T23:21:34.086Z[ omicron-package] Compiling zerocopy v0.8.10
22062024-12-13T23:21:34.089Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22072024-12-13T23:21:34.089Z[ omicron-package] Compiling itertools v0.13.0
22082024-12-13T23:21:34.089Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22092024-12-13T23:21:34.093Z[ omicron-package] Compiling heapless v0.8.0
22102024-12-13T23:21:34.093Z[ omicron-package] Compiling hash32 v0.3.1
22112024-12-13T23:21:34.093Z[ omicron-package] Compiling smoltcp v0.11.0
22122024-12-13T23:21:34.096Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22132024-12-13T23:21:35.124Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22142024-12-13T23:21:35.488Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22152024-12-13T23:21:35.919Z[ omicron-package] Compiling num_enum_derive v0.5.11
22162024-12-13T23:21:35.950Z[ omicron-package] Compiling cobs v0.2.3
22172024-12-13T23:21:36.387Z[ omicron-package] Compiling proc-macro-error v1.0.4
22182024-12-13T23:21:36.555Z[ omicron-package] Compiling postcard v1.0.10
22192024-12-13T23:21:36.714Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22202024-12-13T23:21:36.887Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22212024-12-13T23:21:37.154Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22222024-12-13T23:21:37.540Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22232024-12-13T23:21:38.684Z[ omicron-package] Compiling tabwriter v1.4.0
22242024-12-13T23:21:38.949Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22252024-12-13T23:21:39.533Z[ omicron-package] Compiling foreign-types v0.5.0
22262024-12-13T23:21:39.753Z[ omicron-package] Compiling cstr-argument v0.1.2
22272024-12-13T23:21:39.883Z[ omicron-package] Compiling num_enum v0.5.11
22282024-12-13T23:21:40.279Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22292024-12-13T23:21:40.279Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22302024-12-13T23:21:40.424Z[ omicron-package] Compiling thiserror v2.0.3
22312024-12-13T23:21:40.628Z[ omicron-package] Compiling pretty-hex v0.2.1
22322024-12-13T23:21:40.631Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22332024-12-13T23:21:40.805Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22342024-12-13T23:21:41.241Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22352024-12-13T23:21:41.315Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22362024-12-13T23:21:42.020Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22372024-12-13T23:21:42.112Z[ omicron-package] Compiling colored v2.1.0
22382024-12-13T23:21:42.389Z[ omicron-package] Compiling thiserror-impl v2.0.3
22392024-12-13T23:21:42.741Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22402024-12-13T23:21:43.755Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22412024-12-13T23:21:44.497Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22422024-12-13T23:21:44.720Z[ omicron-package] Compiling sigpipe v0.1.3
22432024-12-13T23:21:45.158Z[ omicron-package] Compiling num-derive v0.4.2
22442024-12-13T23:21:45.522ZDec 13 23:21:44.179 INFO [hubris-staging] task succeeded (13.875320628s)
22452024-12-13T23:21:45.554Z[ omicron-package] Compiling libefi-sys v0.1.0
22462024-12-13T23:21:46.141Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22472024-12-13T23:21:46.582Z[ omicron-package] Compiling zone v0.3.0
22482024-12-13T23:21:46.908Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22492024-12-13T23:21:47.183Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22502024-12-13T23:21:47.930Z[ omicron-package] Compiling smf v0.2.3
22512024-12-13T23:21:48.949Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22522024-12-13T23:21:49.547Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22532024-12-13T23:21:49.729Z[ omicron-package] Compiling bitfield-struct v0.6.2
22542024-12-13T23:21:51.966Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22552024-12-13T23:21:52.186Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22562024-12-13T23:21:52.277Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22572024-12-13T23:21:52.279Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22582024-12-13T23:21:52.529Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22592024-12-13T23:21:52.596Z[ omicron-package] Compiling gethostname v0.5.0
22602024-12-13T23:21:52.832Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22612024-12-13T23:21:53.337Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22622024-12-13T23:21:55.579Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22632024-12-13T23:21:56.737Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22642024-12-13T23:21:58.416Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22652024-12-13T23:22:01.378Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22662024-12-13T23:22:01.999Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22672024-12-13T23:22:03.722Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22682024-12-13T23:22:14.987Z[ helios-setup] Dec 13 23:22:13.640 INFO helios repository root is: /work/oxidecomputer/helios
22692024-12-13T23:22:14.990Z[ helios-setup] Dec 13 23:22:13.643 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
22702024-12-13T23:22:14.990Z[ helios-setup] Dec 13 23:22:13.643 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22712024-12-13T23:22:14.995Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22722024-12-13T23:22:21.835Z[ helios-setup] Dec 13 23:22:20.486 INFO clone ok!, project: amd-firmware
22732024-12-13T23:22:21.837Z[ helios-setup] Dec 13 23:22:20.487 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
22742024-12-13T23:22:21.837Z[ helios-setup] Dec 13 23:22:20.487 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22752024-12-13T23:22:21.840Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22762024-12-13T23:22:22.329Z[ helios-setup] Dec 13 23:22:20.980 INFO clone ok!, project: bootserver
22772024-12-13T23:22:22.331Z[ helios-setup] Dec 13 23:22:20.981 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22782024-12-13T23:22:22.331Z[ helios-setup] Dec 13 23:22:20.981 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
22792024-12-13T23:22:22.331Z[ helios-setup] Dec 13 23:22:20.981 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22802024-12-13T23:22:22.334Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22812024-12-13T23:22:22.796Z[ omicron-package] Finished `release` profile [optimized] target(s) in 51.13s
22822024-12-13T23:22:22.824Z[ helios-setup] Dec 13 23:22:21.476 INFO clone ok!, project: phbl
22832024-12-13T23:22:22.827Z[ helios-setup] Dec 13 23:22:21.476 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
22842024-12-13T23:22:22.827Z[ helios-setup] Dec 13 23:22:21.476 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22852024-12-13T23:22:22.829Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22862024-12-13T23:22:23.048Z[ omicron-package]
22872024-12-13T23:22:23.048Z[ omicron-package] real 51.349948388
22882024-12-13T23:22:23.048Z[ omicron-package] user 2:59.617501674
22892024-12-13T23:22:23.050Z[ omicron-package] sys 26.929525371
22902024-12-13T23:22:23.050Z[ omicron-package] trap 0.315553238
22912024-12-13T23:22:23.051Z[ omicron-package] tflt 0.458058853
22922024-12-13T23:22:23.051Z[ omicron-package] dflt 0.774928985
22932024-12-13T23:22:23.051Z[ omicron-package] kflt 0.000069189
22942024-12-13T23:22:23.051Z[ omicron-package] lock 6:19.560454688
22952024-12-13T23:22:23.051Z[ omicron-package] slp 10:17.401225401
22962024-12-13T23:22:23.051Z[ omicron-package] lat 1:39.308802931
22972024-12-13T23:22:23.051Z[ omicron-package] stop 1:01.871978092
22982024-12-13T23:22:23.051ZDec 13 23:22:21.700 INFO [omicron-package] process exited with exit status: 0 (51.395681448s)
22992024-12-13T23:22:23.051ZDec 13 23:22:21.700 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
23002024-12-13T23:22:23.121ZDec 13 23:22:21.773 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23012024-12-13T23:22:23.132Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23022024-12-13T23:22:23.134Z[ host-target] Created new build target 'host' and set it as active
23032024-12-13T23:22:23.136ZDec 13 23:22:21.786 INFO [host-target] process exited with exit status: 0 (85.313318ms)
23042024-12-13T23:22:23.136ZDec 13 23:22:21.786 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23052024-12-13T23:22:23.140Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23062024-12-13T23:22:23.142Z[ recovery-target] Created new build target 'recovery' and set it as active
23072024-12-13T23:22:23.142ZDec 13 23:22:21.794 INFO [recovery-target] process exited with exit status: 0 (21.354123ms)
23082024-12-13T23:22:23.149Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23092024-12-13T23:22:23.681Z[ helios-setup] Dec 13 23:22:22.332 INFO clone ok!, project: chelsio-t6-roms
23102024-12-13T23:22:23.684Z[ helios-setup] Dec 13 23:22:22.333 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
23112024-12-13T23:22:23.684Z[ helios-setup] Dec 13 23:22:22.333 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23122024-12-13T23:22:23.688Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23132024-12-13T23:22:24.142Z[ helios-setup] Dec 13 23:22:22.793 INFO clone ok!, project: pinprick
23142024-12-13T23:22:24.144Z[ helios-setup] Dec 13 23:22:22.793 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
23152024-12-13T23:22:24.144Z[ helios-setup] Dec 13 23:22:22.793 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23162024-12-13T23:22:24.147Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23172024-12-13T23:22:24.306Z[ host-package] Compiling convert_case v0.4.0
23182024-12-13T23:22:24.306Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23192024-12-13T23:22:24.306Z[ host-package] Compiling newline-converter v0.3.0
23202024-12-13T23:22:24.308Z[ host-package] Compiling password-hash v0.5.0
23212024-12-13T23:22:24.308Z[ host-package] Compiling progenitor-client v0.8.0
23222024-12-13T23:22:24.436Z[ host-package] Compiling blake2 v0.10.6
23232024-12-13T23:22:24.439Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23242024-12-13T23:22:24.470Z[ host-package] Compiling cancel-safe-futures v0.1.5
23252024-12-13T23:22:24.634Z[ host-package] Compiling expectorate v1.1.0
23262024-12-13T23:22:24.722Z[ host-package] Compiling owo-colors v4.1.0
23272024-12-13T23:22:24.767Z[ helios-setup] Dec 13 23:22:23.384 INFO clone ok!, project: image-builder
23282024-12-13T23:22:24.767Z[ helios-setup] Dec 13 23:22:23.385 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23292024-12-13T23:22:24.767Z[ helios-setup] Dec 13 23:22:23.385 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
23302024-12-13T23:22:24.767Z[ helios-setup] Dec 13 23:22:23.385 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
23312024-12-13T23:22:24.767Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23322024-12-13T23:22:24.857Z[ host-package] Compiling num-rational v0.4.2
23332024-12-13T23:22:24.987Z[ host-package] Compiling progenitor v0.8.0
23342024-12-13T23:22:25.078Z[ host-package] Compiling argon2 v0.5.3
23352024-12-13T23:22:25.131Z[ host-package] Compiling num-complex v0.4.6
23362024-12-13T23:22:25.186Z[ host-package] Compiling derive_more v0.99.18
23372024-12-13T23:22:25.820Z[ host-package] Compiling atomicwrites v0.4.4
23382024-12-13T23:22:25.911Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23392024-12-13T23:22:25.926Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23402024-12-13T23:22:26.129Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23412024-12-13T23:22:26.389Z[ host-package] Compiling num v0.4.3
23422024-12-13T23:22:26.477Z[ host-package] Compiling libsw v3.3.1
23432024-12-13T23:22:26.526Z[ host-package] Compiling swrite v0.1.0
23442024-12-13T23:22:26.692Z[ host-package] Compiling float-ord v0.3.2
23452024-12-13T23:22:26.720Z[ host-package] Compiling linear-map v1.2.0
23462024-12-13T23:22:26.740Z[ host-package] Compiling indent_write v2.2.0
23472024-12-13T23:22:26.881Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23482024-12-13T23:22:26.905Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23492024-12-13T23:22:26.993Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23502024-12-13T23:22:27.189Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23512024-12-13T23:22:27.414Z[ host-package] Compiling highway v1.2.0
23522024-12-13T23:22:27.711Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23532024-12-13T23:22:28.422Z[ host-package] Compiling semver v0.1.20
23542024-12-13T23:22:28.951Z[ host-package] Compiling rustc_version v0.1.7
23552024-12-13T23:22:29.048Z[ host-package] Compiling newtype-uuid v1.1.3
23562024-12-13T23:22:29.417Z[ host-package] Compiling newtype_derive v0.1.6
23572024-12-13T23:22:29.419Z[ host-package] Compiling dropshot v0.13.0
23582024-12-13T23:22:29.738Z[ host-package] Compiling ipnetwork v0.20.0
23592024-12-13T23:22:29.848Z[ host-package] Compiling instant v0.1.13
23602024-12-13T23:22:30.027Z[ host-package] Compiling humantime v2.1.0
23612024-12-13T23:22:30.568Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23622024-12-13T23:22:30.948Z[ host-package] Compiling backoff v0.4.0
23632024-12-13T23:22:31.491Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23642024-12-13T23:22:32.118Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23652024-12-13T23:22:34.293Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23662024-12-13T23:22:34.308Z[ helios-setup] Dec 13 23:22:32.957 INFO clone ok!, project: amd-host-image-builder
23672024-12-13T23:22:34.310Z[ helios-setup] Dec 13 23:22:32.958 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23682024-12-13T23:22:34.310Z[ helios-setup] Dec 13 23:22:32.958 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
23692024-12-13T23:22:34.310Z[ helios-setup] Dec 13 23:22:32.958 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23702024-12-13T23:22:34.313Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23712024-12-13T23:22:35.262Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23722024-12-13T23:22:35.362Z[ helios-setup] Dec 13 23:22:34.011 INFO clone ok!, project: pilot
23732024-12-13T23:22:35.365Z[ helios-setup] Dec 13 23:22:34.012 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23742024-12-13T23:22:35.672Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23752024-12-13T23:22:36.248Z[ host-package] Compiling parse-display v0.10.0
23762024-12-13T23:22:36.442Z[ helios-setup] Dec 13 23:22:35.092 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23772024-12-13T23:22:36.958Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23782024-12-13T23:22:36.998Z[ helios-setup] Dec 13 23:22:35.647 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23792024-12-13T23:22:36.998Z[ helios-setup] Dec 13 23:22:35.648 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23802024-12-13T23:22:37.092Z[ host-package] Compiling serde_with v3.11.0
23812024-12-13T23:22:37.172Z[ host-package] Compiling strum v0.26.3
23822024-12-13T23:22:37.463Z[ host-package] Compiling regress v0.9.1
23832024-12-13T23:22:37.531Z[ helios-setup] Dec 13 23:22:36.180 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23842024-12-13T23:22:38.072Z[ helios-setup] Dec 13 23:22:36.721 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23852024-12-13T23:22:38.072Z[ helios-setup] Dec 13 23:22:36.721 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23862024-12-13T23:22:38.618Z[ helios-setup] Dec 13 23:22:37.265 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23872024-12-13T23:22:39.202Z[ helios-setup] Dec 13 23:22:37.851 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23882024-12-13T23:22:39.205Z[ helios-setup] Dec 13 23:22:37.851 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23892024-12-13T23:22:39.205Z[ helios-setup] Dec 13 23:22:37.851 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23902024-12-13T23:22:39.205Z[ helios-setup] Dec 13 23:22:37.852 INFO ok!
23912024-12-13T23:22:39.205Z[ helios-setup] Dec 13 23:22:37.852 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23922024-12-13T23:22:39.205Z[ helios-setup] Dec 13 23:22:37.852 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23932024-12-13T23:22:39.205Z[ helios-setup] Dec 13 23:22:37.852 INFO ok!
23942024-12-13T23:22:39.205Z[ helios-setup] Dec 13 23:22:37.852 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23952024-12-13T23:22:39.205Z[ helios-setup] Dec 13 23:22:37.852 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23962024-12-13T23:22:39.205Z[ helios-setup] Dec 13 23:22:37.852 INFO ok!
23972024-12-13T23:22:39.205Z[ helios-setup] Dec 13 23:22:37.852 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
23982024-12-13T23:22:39.205Z[ helios-setup] Dec 13 23:22:37.852 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
23992024-12-13T23:22:39.502Z[ helios-setup] Dec 13 23:22:38.151 INFO E| Downloading crates ...
24002024-12-13T23:22:39.597Z[ helios-setup] Dec 13 23:22:38.243 INFO E| Downloaded unicode-width v0.1.10
24012024-12-13T23:22:39.611Z[ helios-setup] Dec 13 23:22:38.259 INFO E| Downloaded flate2 v1.0.25
24022024-12-13T23:22:39.711Z[ helios-setup] Dec 13 23:22:38.357 INFO E| Downloaded sha2 v0.10.5
24032024-12-13T23:22:39.717Z[ helios-setup] Dec 13 23:22:38.360 INFO E| Downloaded digest v0.10.3
24042024-12-13T23:22:39.717Z[ helios-setup] Dec 13 23:22:38.362 INFO E| Downloaded typenum v1.15.0
24052024-12-13T23:22:39.717Z[ helios-setup] Dec 13 23:22:38.366 INFO E| Downloaded miniz_oxide v0.6.2
24062024-12-13T23:22:39.720Z[ helios-setup] Dec 13 23:22:38.369 INFO E| Downloaded cpufeatures v0.2.5
24072024-12-13T23:22:39.726Z[ helios-setup] Dec 13 23:22:38.370 INFO E| Downloaded bytes v1.2.1
24082024-12-13T23:22:39.732Z[ helios-setup] Dec 13 23:22:38.376 INFO E| Downloaded block-buffer v0.10.3
24092024-12-13T23:22:39.732Z[ helios-setup] Dec 13 23:22:38.377 INFO E| Downloaded anyhow v1.0.62
24102024-12-13T23:22:39.736Z[ helios-setup] Dec 13 23:22:38.383 INFO E| Downloaded generic-array v0.14.6
24112024-12-13T23:22:39.816Z[ helios-setup] Dec 13 23:22:38.462 INFO E| Compiling version_check v0.9.4
24122024-12-13T23:22:39.816Z[ helios-setup] Dec 13 23:22:38.462 INFO E| Compiling typenum v1.15.0
24132024-12-13T23:22:39.816Z[ helios-setup] Dec 13 23:22:38.462 INFO E| Compiling crc32fast v1.3.2
24142024-12-13T23:22:39.816Z[ helios-setup] Dec 13 23:22:38.462 INFO E| Compiling cfg-if v1.0.0
24152024-12-13T23:22:39.822Z[ helios-setup] Dec 13 23:22:38.462 INFO E| Compiling adler v1.0.2
24162024-12-13T23:22:39.822Z[ helios-setup] Dec 13 23:22:38.462 INFO E| Compiling anyhow v1.0.62
24172024-12-13T23:22:39.823Z[ helios-setup] Dec 13 23:22:38.462 INFO E| Compiling unicode-width v0.1.10
24182024-12-13T23:22:39.823Z[ helios-setup] Dec 13 23:22:38.462 INFO E| Compiling cpufeatures v0.2.5
24192024-12-13T23:22:40.495Z[ helios-setup] Dec 13 23:22:39.143 INFO E| Compiling getopts v0.2.21
24202024-12-13T23:22:40.514Z[ helios-setup] Dec 13 23:22:39.159 INFO E| Compiling miniz_oxide v0.6.2
24212024-12-13T23:22:40.521Z[ helios-setup] Dec 13 23:22:39.169 INFO E| Compiling bitflags v1.3.2
24222024-12-13T23:22:40.631Z[ helios-setup] Dec 13 23:22:39.279 INFO E| Compiling bytes v1.2.1
24232024-12-13T23:22:40.851Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24242024-12-13T23:22:41.736Z[ helios-setup] Dec 13 23:22:40.385 INFO E| Compiling generic-array v0.14.6
24252024-12-13T23:22:42.055Z[ helios-setup] Dec 13 23:22:40.702 INFO E| Compiling flate2 v1.0.25
24262024-12-13T23:22:42.692Z[ host-package] Compiling macaddr v1.0.1
24272024-12-13T23:22:43.523Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24282024-12-13T23:22:44.603Z[ host-package] Compiling steno v0.4.1
24292024-12-13T23:22:45.124Z[ host-package] Compiling prettyplease v0.2.25
24302024-12-13T23:22:45.160Z[ host-package] Compiling slog-dtrace v0.3.0
24312024-12-13T23:22:45.846Z[ helios-setup] Dec 13 23:22:44.494 INFO E| Compiling block-buffer v0.10.3
24322024-12-13T23:22:45.846Z[ helios-setup] Dec 13 23:22:44.494 INFO E| Compiling crypto-common v0.1.6
24332024-12-13T23:22:46.120Z[ helios-setup] Dec 13 23:22:44.761 INFO E| Compiling digest v0.10.3
24342024-12-13T23:22:46.426Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24352024-12-13T23:22:46.520Z[ helios-setup] Dec 13 23:22:45.165 INFO E| Compiling sha2 v0.10.5
24362024-12-13T23:22:47.110Z[ helios-setup] Dec 13 23:22:45.758 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24372024-12-13T23:22:47.243Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24382024-12-13T23:22:47.772Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24392024-12-13T23:22:50.300Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24402024-12-13T23:22:52.451Z[ host-package] Compiling half v2.4.1
24412024-12-13T23:22:52.512Z[ helios-setup] Dec 13 23:22:51.159 INFO E| Finished `release` profile [optimized] target(s) in 13.22s
24422024-12-13T23:22:52.527Z[ helios-setup] Dec 13 23:22:51.174 INFO building project "bootserver" ok (13 seconds)
24432024-12-13T23:22:52.528Z[ helios-setup] Dec 13 23:22:51.175 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24442024-12-13T23:22:52.528Z[ helios-setup] Dec 13 23:22:51.175 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
24452024-12-13T23:22:52.846Z[ helios-setup] Dec 13 23:22:51.493 INFO E| Downloading crates ...
24462024-12-13T23:22:52.945Z[ helios-setup] Dec 13 23:22:51.591 INFO E| Downloaded miniz_oxide v0.7.2
24472024-12-13T23:22:53.004Z[ helios-setup] Dec 13 23:22:51.651 INFO E| Compiling adler v1.0.2
24482024-12-13T23:22:53.170Z[ helios-setup] Dec 13 23:22:51.817 INFO E| Compiling miniz_oxide v0.7.2
24492024-12-13T23:22:53.428Z[ host-package] Compiling ciborium-io v0.2.2
24502024-12-13T23:22:53.593Z[ host-package] Compiling ciborium-ll v0.2.2
24512024-12-13T23:22:54.478Z[ host-package] Compiling tungstenite v0.21.0
24522024-12-13T23:22:55.836Z[ helios-setup] Dec 13 23:22:54.482 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24532024-12-13T23:22:56.856Z[ helios-setup] Dec 13 23:22:55.502 INFO E| Finished `release` profile [optimized] target(s) in 4.22s
24542024-12-13T23:22:56.866Z[ helios-setup] Dec 13 23:22:55.512 INFO building project "pinprick" ok (4 seconds)
24552024-12-13T23:22:56.866Z[ helios-setup] Dec 13 23:22:55.513 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24562024-12-13T23:22:56.869Z[ helios-setup] Dec 13 23:22:55.513 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24572024-12-13T23:22:57.210Z[ helios-setup] Dec 13 23:22:55.856 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24582024-12-13T23:22:57.343Z[ host-package] Compiling tokio-tungstenite v0.21.0
24592024-12-13T23:22:57.757Z[ helios-setup] Dec 13 23:22:56.403 INFO E| From https://github.com/jclulow/rust-jmclib
24602024-12-13T23:22:57.757Z[ helios-setup] Dec 13 23:22:56.403 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24612024-12-13T23:22:57.776Z[ helios-setup] Dec 13 23:22:56.422 INFO E| Updating crates.io index
24622024-12-13T23:22:57.934Z[ helios-setup] Dec 13 23:22:56.580 INFO E| Downloading crates ...
24632024-12-13T23:22:58.044Z[ host-package] Compiling ciborium v0.2.2
24642024-12-13T23:22:58.058Z[ helios-setup] Dec 13 23:22:56.704 INFO E| Downloaded md-5 v0.9.1
24652024-12-13T23:22:58.061Z[ helios-setup] Dec 13 23:22:56.707 INFO E| Downloaded bitflags v2.3.3
24662024-12-13T23:22:58.066Z[ helios-setup] Dec 13 23:22:56.712 INFO E| Downloaded opaque-debug v0.3.0
24672024-12-13T23:22:58.068Z[ helios-setup] Dec 13 23:22:56.713 INFO E| Downloaded getrandom v0.2.10
24682024-12-13T23:22:58.073Z[ helios-setup] Dec 13 23:22:56.719 INFO E| Downloaded block-buffer v0.9.0
24692024-12-13T23:22:58.084Z[ helios-setup] Dec 13 23:22:56.730 INFO E| Downloaded itoa v1.0.9
24702024-12-13T23:22:58.087Z[ helios-setup] Dec 13 23:22:56.732 INFO E| Downloaded walkdir v2.3.3
24712024-12-13T23:22:58.089Z[ helios-setup] Dec 13 23:22:56.735 INFO E| Downloaded libdevinfo-sys v1.0.0
24722024-12-13T23:22:58.091Z[ helios-setup] Dec 13 23:22:56.736 INFO E| Downloaded errno v0.3.1
24732024-12-13T23:22:58.107Z[ helios-setup] Dec 13 23:22:56.754 INFO E| Downloaded tempfile v3.7.0
24742024-12-13T23:22:58.140Z[ helios-setup] Dec 13 23:22:56.787 INFO E| Downloaded uuid v0.8.2
24752024-12-13T23:22:58.146Z[ helios-setup] Dec 13 23:22:56.792 INFO E| Downloaded toml v0.5.11
24762024-12-13T23:22:58.150Z[ helios-setup] Dec 13 23:22:56.796 INFO E| Downloaded ryu v1.0.15
24772024-12-13T23:22:58.155Z[ helios-setup] Dec 13 23:22:56.801 INFO E| Downloaded proc-macro2 v1.0.66
24782024-12-13T23:22:58.173Z[ helios-setup] Dec 13 23:22:56.805 INFO E| Downloaded serde v1.0.193
24792024-12-13T23:22:58.173Z[ helios-setup] Dec 13 23:22:56.809 INFO E| Downloaded unicode-ident v1.0.11
24802024-12-13T23:22:58.173Z[ helios-setup] Dec 13 23:22:56.813 INFO E| Downloaded typenum v1.16.0
24812024-12-13T23:22:58.173Z[ helios-setup] Dec 13 23:22:56.817 INFO E| Downloaded serde_json v1.0.103
24822024-12-13T23:22:58.182Z[ helios-setup] Dec 13 23:22:56.828 INFO E| Downloaded quote v1.0.31
24832024-12-13T23:22:58.185Z[ helios-setup] Dec 13 23:22:56.831 INFO E| Downloaded fastrand v2.0.0
24842024-12-13T23:22:58.188Z[ helios-setup] Dec 13 23:22:56.833 INFO E| Downloaded syn v2.0.32
24852024-12-13T23:22:58.202Z[ helios-setup] Dec 13 23:22:56.848 INFO E| Downloaded sha-1 v0.9.8
24862024-12-13T23:22:58.205Z[ helios-setup] Dec 13 23:22:56.851 INFO E| Downloaded anyhow v1.0.72
24872024-12-13T23:22:58.210Z[ helios-setup] Dec 13 23:22:56.856 INFO E| Downloaded serde_derive v1.0.193
24882024-12-13T23:22:58.213Z[ helios-setup] Dec 13 23:22:56.859 INFO E| Downloaded once_cell v1.18.0
24892024-12-13T23:22:58.217Z[ helios-setup] Dec 13 23:22:56.863 INFO E| Downloaded digest v0.9.0
24902024-12-13T23:22:58.220Z[ helios-setup] Dec 13 23:22:56.865 INFO E| Downloaded cpufeatures v0.2.9
24912024-12-13T23:22:58.273Z[ helios-setup] Dec 13 23:22:56.919 INFO E| Downloaded rustix v0.38.4
24922024-12-13T23:22:58.328Z[ helios-setup] Dec 13 23:22:56.974 INFO E| Downloaded libc v0.2.147
24932024-12-13T23:22:58.475Z[ helios-setup] Dec 13 23:22:57.121 INFO E| Compiling libc v0.2.147
24942024-12-13T23:22:58.475Z[ helios-setup] Dec 13 23:22:57.121 INFO E| Compiling proc-macro2 v1.0.66
24952024-12-13T23:22:58.475Z[ helios-setup] Dec 13 23:22:57.121 INFO E| Compiling cfg-if v1.0.0
24962024-12-13T23:22:58.479Z[ helios-setup] Dec 13 23:22:57.121 INFO E| Compiling unicode-ident v1.0.11
24972024-12-13T23:22:58.479Z[ helios-setup] Dec 13 23:22:57.121 INFO E| Compiling typenum v1.16.0
24982024-12-13T23:22:58.479Z[ helios-setup] Dec 13 23:22:57.121 INFO E| Compiling version_check v0.9.4
24992024-12-13T23:22:58.479Z[ helios-setup] Dec 13 23:22:57.122 INFO E| Compiling serde v1.0.193
25002024-12-13T23:22:58.479Z[ helios-setup] Dec 13 23:22:57.122 INFO E| Compiling rustix v0.38.4
25012024-12-13T23:22:58.828Z[ helios-setup] Dec 13 23:22:57.474 INFO E| Compiling num-conv v0.1.0
25022024-12-13T23:22:59.087Z[ helios-setup] Dec 13 23:22:57.732 INFO E| Compiling powerfmt v0.2.0
25032024-12-13T23:22:59.524Z[ helios-setup] Dec 13 23:22:58.169 INFO E| Compiling slog v2.7.0
25042024-12-13T23:22:59.723Z[ helios-setup] Dec 13 23:22:58.368 INFO E| Compiling itoa v1.0.9
25052024-12-13T23:22:59.740Z[ helios-setup] Dec 13 23:22:58.386 INFO E| Compiling time-core v0.1.2
25062024-12-13T23:22:59.836Z[ helios-setup] Dec 13 23:22:58.482 INFO E| Compiling generic-array v0.14.7
25072024-12-13T23:23:00.032Z[ helios-setup] Dec 13 23:22:58.677 INFO E| Compiling time-macros v0.2.18
25082024-12-13T23:23:00.117Z[ helios-setup] Dec 13 23:22:58.762 INFO E| Compiling deranged v0.3.11
25092024-12-13T23:23:00.122Z[ helios-setup] Dec 13 23:22:58.767 INFO E| Compiling bitflags v2.3.3
25102024-12-13T23:23:00.587Z[ helios-setup] Dec 13 23:22:59.233 INFO E| Compiling once_cell v1.18.0
25112024-12-13T23:23:00.988Z[ helios-setup] Dec 13 23:22:59.634 INFO E| Compiling num_threads v0.1.6
25122024-12-13T23:23:01.292Z[ helios-setup] Dec 13 23:22:59.938 INFO E| Compiling anyhow v1.0.72
25132024-12-13T23:23:01.569Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25142024-12-13T23:23:01.616Z[ helios-setup] Dec 13 23:23:00.258 INFO E| Compiling thread_local v1.1.7
25152024-12-13T23:23:02.272Z[ helios-setup] Dec 13 23:23:00.917 INFO E| Compiling quote v1.0.31
25162024-12-13T23:23:02.882Z[ helios-setup] Dec 13 23:23:01.527 INFO E| Compiling dirs-sys-next v0.1.2
25172024-12-13T23:23:02.987Z[ helios-setup] Dec 13 23:23:01.631 INFO E| Compiling syn v2.0.32
25182024-12-13T23:23:03.403Z[ helios-setup] Dec 13 23:23:02.048 INFO E| Compiling dirs-next v2.0.0
25192024-12-13T23:23:03.545Z[ helios-setup] Dec 13 23:23:02.190 INFO E| Compiling errno v0.3.1
25202024-12-13T23:23:03.578Z[ helios-setup] Dec 13 23:23:02.224 INFO E| Compiling term v0.7.0
25212024-12-13T23:23:04.148Z[ helios-setup] Dec 13 23:23:02.793 INFO E| Compiling atty v0.2.14
25222024-12-13T23:23:04.161Z[ helios-setup] Dec 13 23:23:02.805 INFO E| Compiling serde_json v1.0.103
25232024-12-13T23:23:04.437Z[ helios-setup] Dec 13 23:23:03.081 INFO E| Compiling fastrand v2.0.0
25242024-12-13T23:23:04.551Z[ helios-setup] Dec 13 23:23:03.196 INFO E| Compiling opaque-debug v0.3.0
25252024-12-13T23:23:04.645Z[ helios-setup] Dec 13 23:23:03.290 INFO E| Compiling getrandom v0.2.10
25262024-12-13T23:23:05.460Z[ helios-setup] Dec 13 23:23:04.105 INFO E| Compiling digest v0.9.0
25272024-12-13T23:23:05.530Z[ helios-setup] Dec 13 23:23:04.175 INFO E| Compiling block-buffer v0.9.0
25282024-12-13T23:23:05.910Z[ helios-setup] Dec 13 23:23:04.555 INFO E| Compiling unicode-width v0.1.10
25292024-12-13T23:23:05.916Z[ helios-setup] Dec 13 23:23:04.561 INFO E| Compiling cpufeatures v0.2.9
25302024-12-13T23:23:06.010Z[ helios-setup] Dec 13 23:23:04.654 INFO E| Compiling ryu v1.0.15
25312024-12-13T23:23:06.030Z[ helios-setup] Dec 13 23:23:04.675 INFO E| Compiling same-file v1.0.6
25322024-12-13T23:23:06.202Z[ helios-setup] Dec 13 23:23:04.842 INFO E| Compiling getopts v0.2.21
25332024-12-13T23:23:06.270Z[ helios-setup] Dec 13 23:23:04.915 INFO E| Compiling walkdir v2.3.3
25342024-12-13T23:23:06.335Z[ helios-setup] Dec 13 23:23:04.980 INFO E| Compiling time v0.3.36
25352024-12-13T23:23:06.736Z[ helios-setup] Dec 13 23:23:05.381 INFO E| Compiling sha-1 v0.9.8
25362024-12-13T23:23:06.928Z[ helios-setup] Dec 13 23:23:05.573 INFO E| Compiling tempfile v3.7.0
25372024-12-13T23:23:07.953Z[ helios-setup] Dec 13 23:23:06.598 INFO E| Compiling md-5 v0.9.1
25382024-12-13T23:23:08.298Z[ helios-setup] Dec 13 23:23:06.943 INFO E| Compiling libdevinfo-sys v1.0.0
25392024-12-13T23:23:08.330Z[ helios-setup] Dec 13 23:23:06.974 INFO E| Compiling glob v0.3.1
25402024-12-13T23:23:10.095Z[ helios-setup] Dec 13 23:23:08.739 INFO E| Compiling slog-term v2.9.0
25412024-12-13T23:23:11.332Z[ host-package] Compiling display-error-chain v0.2.2
25422024-12-13T23:23:11.825Z[ host-package] Compiling fastrand v2.1.1
25432024-12-13T23:23:11.887Z[ helios-setup] Dec 13 23:23:10.530 INFO E| Compiling serde_derive v1.0.193
25442024-12-13T23:23:12.486Z[ host-package] Compiling same-file v1.0.6
25452024-12-13T23:23:12.597Z[ host-package] Compiling tempfile v3.13.0
25462024-12-13T23:23:12.958Z[ host-package] Compiling walkdir v2.5.0
25472024-12-13T23:23:13.356Z[ host-package] Compiling blake3 v1.5.4
25482024-12-13T23:23:13.585Z[ host-package] Compiling ring v0.16.20
25492024-12-13T23:23:13.765Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25502024-12-13T23:23:14.167Z[ host-package] Compiling xattr v1.3.1
25512024-12-13T23:23:14.274Z[ host-package] Compiling filetime v0.2.25
25522024-12-13T23:23:14.484Z[ host-package] Compiling memmap2 v0.9.5
25532024-12-13T23:23:14.689Z[ host-package] Compiling spin v0.5.2
25542024-12-13T23:23:14.692Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552024-12-13T23:23:14.947Z[ host-package] Compiling arrayref v0.3.9
25562024-12-13T23:23:15.000Z[ host-package] Compiling arrayvec v0.7.6
25572024-12-13T23:23:15.074Z[ host-package] Compiling keccak v0.1.5
25582024-12-13T23:23:15.517Z[ host-package] Compiling constant_time_eq v0.3.1
25592024-12-13T23:23:15.564Z[ host-package] Compiling sha3 v0.10.8
25602024-12-13T23:23:16.143Z[ host-package] Compiling tar v0.4.42
25612024-12-13T23:23:16.717Z[ host-package] Compiling toolchain_find v0.4.0
25622024-12-13T23:23:16.829Z[ host-package] Compiling camino-tempfile v1.1.1
25632024-12-13T23:23:17.284Z[ host-package] Compiling const_format_proc_macros v0.2.33
25642024-12-13T23:23:17.380Z[ host-package] Compiling crunchy v0.2.2
25652024-12-13T23:23:17.971Z[ host-package] Compiling maplit v1.0.2
25662024-12-13T23:23:18.320Z[ host-package] Compiling topological-sort v0.2.2
25672024-12-13T23:23:18.419Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25682024-12-13T23:23:18.466Z[ host-package] Compiling tiny-keccak v2.0.2
25692024-12-13T23:23:18.791Z[ host-package] Compiling dsl_auto_type v0.1.2
25702024-12-13T23:23:19.096Z[ host-package] Compiling phf_generator v0.11.2
25712024-12-13T23:23:19.121Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25722024-12-13T23:23:19.318Z[ host-package] Compiling omicron-zone-package v0.11.1
25732024-12-13T23:23:19.641Z[ host-package] Compiling const_format v0.2.33
25742024-12-13T23:23:20.195Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25752024-12-13T23:23:20.360Z[ host-package] Compiling secrecy v0.8.0
25762024-12-13T23:23:20.411Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25772024-12-13T23:23:20.521Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25782024-12-13T23:23:20.763Z[ host-package] Compiling arc-swap v1.7.1
25792024-12-13T23:23:20.845Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25802024-12-13T23:23:20.889Z[ host-package] Compiling diesel_derives v2.2.3
25812024-12-13T23:23:21.101Z[ host-package] Compiling r2d2 v0.8.10
25822024-12-13T23:23:21.126Z[ host-package] Compiling phf_codegen v0.11.2
25832024-12-13T23:23:21.472Z[ host-package] Compiling slog-scope v4.4.0
25842024-12-13T23:23:21.607Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
25852024-12-13T23:23:22.083Z[ host-package] Compiling ascii-canvas v3.0.0
25862024-12-13T23:23:22.531Z[ host-package] Compiling universal-hash v0.5.1
25872024-12-13T23:23:22.645Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25882024-12-13T23:23:23.880Z[ host-package] Compiling parse-zoneinfo v0.3.1
25892024-12-13T23:23:24.751Z[ host-package] Compiling ena v0.14.3
25902024-12-13T23:23:25.267Z[ host-package] Compiling regex-syntax v0.6.29
25912024-12-13T23:23:25.327Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25922024-12-13T23:23:25.737Z[ host-package] Compiling diff v0.1.13
25932024-12-13T23:23:26.125Z[ helios-setup] Dec 13 23:23:24.766 INFO E| Compiling toml v0.5.11
25942024-12-13T23:23:26.125Z[ helios-setup] Dec 13 23:23:24.766 INFO E| Compiling uuid v0.8.2
25952024-12-13T23:23:26.498Z[ host-package] Compiling opaque-debug v0.3.1
25962024-12-13T23:23:26.728Z[ host-package] Compiling poly1305 v0.8.0
25972024-12-13T23:23:28.558Z[ helios-setup] Dec 13 23:23:27.199 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25982024-12-13T23:23:28.689Z[ host-package] Compiling thiserror-no-std v2.0.2
25992024-12-13T23:23:28.856Z[ host-package] Compiling chrono-tz-build v0.4.0
26002024-12-13T23:23:30.478Z[ host-package] Compiling lalrpop v0.19.12
26012024-12-13T23:23:31.884Z[ host-package] Compiling slog-stdlog v4.1.1
26022024-12-13T23:23:31.928Z[ helios-setup] Dec 13 23:23:30.568 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
26032024-12-13T23:23:33.640Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26042024-12-13T23:23:34.579Z[ host-package] Compiling diesel v2.2.6
26052024-12-13T23:23:35.117Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26062024-12-13T23:23:35.544Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26072024-12-13T23:23:35.975Z[ host-package] Compiling chacha20 v0.9.1
26082024-12-13T23:23:36.487Z[ host-package] Compiling aead v0.5.2
26092024-12-13T23:23:36.896Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26102024-12-13T23:23:37.563Z[ host-package] Compiling ref-cast v1.0.23
26112024-12-13T23:23:38.282Z[ host-package] Compiling vte v0.11.1
26122024-12-13T23:23:39.920Z[ host-package] Compiling chacha20poly1305 v0.10.1
26132024-12-13T23:23:40.218Z[ host-package] Compiling slog-envlogger v2.2.0
26142024-12-13T23:23:41.163Z[ host-package] Compiling chrono-tz v0.10.0
26152024-12-13T23:23:42.067Z[ host-package] Compiling vsss-rs v3.3.4
26162024-12-13T23:23:44.012Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26172024-12-13T23:23:44.460Z[ host-package] Compiling derive_builder_core v0.20.2
26182024-12-13T23:23:45.680Z[ helios-setup] Dec 13 23:23:44.318 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.71s
26192024-12-13T23:23:45.712Z[ helios-setup] Dec 13 23:23:44.350 INFO building project "image-builder" ok (48 seconds)
26202024-12-13T23:23:45.712Z[ helios-setup] Dec 13 23:23:44.350 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26212024-12-13T23:23:45.714Z[ helios-setup] Dec 13 23:23:44.350 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26222024-12-13T23:23:45.722Z[ helios-setup] Dec 13 23:23:44.361 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
26232024-12-13T23:23:45.924Z[ helios-setup] Dec 13 23:23:44.562 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
26242024-12-13T23:23:45.924Z[ helios-setup] Dec 13 23:23:44.562 INFO E| info: downloading component 'cargo'
26252024-12-13T23:23:46.974Z[ host-package] Compiling headers-core v0.3.0
26262024-12-13T23:23:47.166Z[ host-package] Compiling fxhash v0.2.1
26272024-12-13T23:23:47.205Z[ host-package] Compiling libxml v0.3.3
26282024-12-13T23:23:47.320Z[ helios-setup] Dec 13 23:23:45.958 INFO E| info: downloading component 'clippy'
26292024-12-13T23:23:47.420Z[ host-package] Compiling ref-cast-impl v1.0.23
26302024-12-13T23:23:47.582Z[ helios-setup] Dec 13 23:23:46.221 INFO E| info: downloading component 'rust-docs'
26312024-12-13T23:23:47.604Z[ host-package] Compiling bytecount v0.6.8
26322024-12-13T23:23:48.018Z[ host-package] Compiling papergrid v0.11.0
26332024-12-13T23:23:48.877Z[ host-package] Compiling headers v0.4.0
26342024-12-13T23:23:48.942Z[ helios-setup] Dec 13 23:23:47.580 INFO E| info: downloading component 'rust-src'
26352024-12-13T23:23:49.132Z[ helios-setup] Dec 13 23:23:47.770 INFO E| info: downloading component 'rust-std'
26362024-12-13T23:23:51.873Z[ helios-setup] Dec 13 23:23:50.510 INFO E| info: downloading component 'rustc'
26372024-12-13T23:23:52.645Z[ host-package] Compiling derive_builder_macro v0.20.2
26382024-12-13T23:23:57.651Z[ helios-setup] Dec 13 23:23:56.288 INFO E| info: downloading component 'rustfmt'
26392024-12-13T23:23:57.985Z[ helios-setup] Dec 13 23:23:56.622 INFO E| info: installing component 'cargo'
26402024-12-13T23:23:59.265Z[ host-package] Compiling polar-core v0.27.3
26412024-12-13T23:23:59.295Z[ helios-setup] Dec 13 23:23:57.923 INFO E| info: installing component 'clippy'
26422024-12-13T23:23:59.738Z[ helios-setup] Dec 13 23:23:58.374 INFO E| info: installing component 'rust-docs'
26432024-12-13T23:24:02.674Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26442024-12-13T23:24:03.473Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26452024-12-13T23:24:03.763Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26462024-12-13T23:24:04.161Z[ host-package] Compiling tabled_derive v0.7.0
26472024-12-13T23:24:05.613Z[ helios-setup] Dec 13 23:24:04.249 INFO E| info: installing component 'rust-src'
26482024-12-13T23:24:06.148Z[ helios-setup] Dec 13 23:24:04.784 INFO E| info: installing component 'rust-std'
26492024-12-13T23:24:06.869Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26502024-12-13T23:24:07.284Z[ host-package] Compiling itertools v0.12.1
26512024-12-13T23:24:08.857Z[ helios-setup] Dec 13 23:24:07.492 INFO E| info: installing component 'rustc'
26522024-12-13T23:24:11.339Z[ host-package] Compiling fd-lock v4.0.2
26532024-12-13T23:24:11.582Z[ host-package] Compiling peg-macros v0.8.4
26542024-12-13T23:24:11.653Z[ host-package] Compiling strum_macros v0.24.3
26552024-12-13T23:24:12.220Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26562024-12-13T23:24:13.394Z[ host-package] Compiling kstat-rs v0.2.4
26572024-12-13T23:24:14.335Z[ host-package] Compiling samael v0.0.17
26582024-12-13T23:24:14.471Z[ host-package] Compiling unicase v2.7.0
26592024-12-13T23:24:14.919Z[ host-package] Compiling indoc v1.0.9
26602024-12-13T23:24:14.966Z[ helios-setup] Dec 13 23:24:13.598 INFO E| info: installing component 'rustfmt'
26612024-12-13T23:24:15.418Z[ host-package] Compiling nu-ansi-term v0.50.1
26622024-12-13T23:24:15.478Z[ host-package] Compiling peg v0.8.4
26632024-12-13T23:24:15.721Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26642024-12-13T23:24:15.797Z[ helios-setup] Dec 13 23:24:14.430 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26652024-12-13T23:24:16.569Z[ helios-setup] Dec 13 23:24:15.203 INFO E| From https://github.com/oxidecomputer/amd-apcb
26662024-12-13T23:24:16.569Z[ helios-setup] Dec 13 23:24:15.203 INFO E| * [new branch] issue-113 -> origin/issue-113
26672024-12-13T23:24:16.569Z[ helios-setup] Dec 13 23:24:15.203 INFO E| * [new branch] issue-135 -> origin/issue-135
26682024-12-13T23:24:16.572Z[ helios-setup] Dec 13 23:24:15.203 INFO E| * [new branch] luqmana/bdat -> origin/luqmana/bdat
26692024-12-13T23:24:16.572Z[ helios-setup] Dec 13 23:24:15.204 INFO E| * [new branch] main -> origin/main
26702024-12-13T23:24:16.572Z[ helios-setup] Dec 13 23:24:15.204 INFO E| * [new ref] -> origin/HEAD
26712024-12-13T23:24:16.572Z[ helios-setup] Dec 13 23:24:15.204 INFO E| * [new tag] v0.1.3 -> v0.1.3
26722024-12-13T23:24:16.572Z[ helios-setup] Dec 13 23:24:15.204 INFO E| * [new tag] v0.1.4 -> v0.1.4
26732024-12-13T23:24:16.572Z[ helios-setup] Dec 13 23:24:15.204 INFO E| * [new tag] v0.1.5 -> v0.1.5
26742024-12-13T23:24:16.572Z[ helios-setup] Dec 13 23:24:15.204 INFO E| * [new tag] v0.2.0 -> v0.2.0
26752024-12-13T23:24:16.572Z[ helios-setup] Dec 13 23:24:15.204 INFO E| * [new tag] v0.3.0 -> v0.3.0
26762024-12-13T23:24:16.572Z[ helios-setup] Dec 13 23:24:15.205 INFO E| * [new tag] v0.3.1 -> v0.3.1
26772024-12-13T23:24:16.572Z[ helios-setup] Dec 13 23:24:15.205 INFO E| * [new tag] v0.3.2 -> v0.3.2
26782024-12-13T23:24:16.572Z[ helios-setup] Dec 13 23:24:15.205 INFO E| * [new tag] v0.3.3 -> v0.3.3
26792024-12-13T23:24:16.572Z[ helios-setup] Dec 13 23:24:15.205 INFO E| * [new tag] v0.4.0 -> v0.4.0
26802024-12-13T23:24:16.572Z[ helios-setup] Dec 13 23:24:15.205 INFO E| * [new tag] v0.4.1 -> v0.4.1
26812024-12-13T23:24:16.572Z[ helios-setup] Dec 13 23:24:15.205 INFO E| * [new tag] v0.4.2 -> v0.4.2
26822024-12-13T23:24:16.572Z[ helios-setup] Dec 13 23:24:15.205 INFO E| * [new tag] v0.4.3 -> v0.4.3
26832024-12-13T23:24:16.606Z[ helios-setup] Dec 13 23:24:15.238 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
26842024-12-13T23:24:16.762Z[ host-package] Compiling reedline v0.35.0
26852024-12-13T23:24:17.544Z[ helios-setup] Dec 13 23:24:16.175 INFO E| From https://github.com/oxidecomputer/amd-efs
26862024-12-13T23:24:17.545Z[ helios-setup] Dec 13 23:24:16.175 INFO E| * [new branch] empty -> origin/empty
26872024-12-13T23:24:17.545Z[ helios-setup] Dec 13 23:24:16.175 INFO E| * [new branch] issue-99 -> origin/issue-99
26882024-12-13T23:24:17.553Z[ helios-setup] Dec 13 23:24:16.175 INFO E| * [new branch] main -> origin/main
26892024-12-13T23:24:17.553Z[ helios-setup] Dec 13 23:24:16.176 INFO E| * [new branch] review -> origin/review
26902024-12-13T23:24:17.553Z[ helios-setup] Dec 13 23:24:16.176 INFO E| * [new ref] -> origin/HEAD
26912024-12-13T23:24:17.553Z[ helios-setup] Dec 13 23:24:16.176 INFO E| * [new tag] v0.2.0 -> v0.2.0
26922024-12-13T23:24:17.553Z[ helios-setup] Dec 13 23:24:16.176 INFO E| * [new tag] v0.2.1 -> v0.2.1
26932024-12-13T23:24:17.553Z[ helios-setup] Dec 13 23:24:16.177 INFO E| * [new tag] v0.2.2 -> v0.2.2
26942024-12-13T23:24:17.553Z[ helios-setup] Dec 13 23:24:16.177 INFO E| * [new tag] v0.2.3 -> v0.2.3
26952024-12-13T23:24:17.553Z[ helios-setup] Dec 13 23:24:16.177 INFO E| * [new tag] v0.2.4 -> v0.2.4
26962024-12-13T23:24:17.553Z[ helios-setup] Dec 13 23:24:16.177 INFO E| * [new tag] v0.2.5 -> v0.2.5
26972024-12-13T23:24:17.553Z[ helios-setup] Dec 13 23:24:16.177 INFO E| * [new tag] v0.2.6 -> v0.2.6
26982024-12-13T23:24:17.553Z[ helios-setup] Dec 13 23:24:16.178 INFO E| * [new tag] v0.2.7 -> v0.2.7
26992024-12-13T23:24:17.553Z[ helios-setup] Dec 13 23:24:16.178 INFO E| * [new tag] v0.3.0 -> v0.3.0
27002024-12-13T23:24:17.553Z[ helios-setup] Dec 13 23:24:16.178 INFO E| * [new tag] v0.3.1 -> v0.3.1
27012024-12-13T23:24:17.553Z[ helios-setup] Dec 13 23:24:16.178 INFO E| * [new tag] v0.4.0 -> v0.4.0
27022024-12-13T23:24:17.554Z[ helios-setup] Dec 13 23:24:16.178 INFO E| * [new tag] v0.4.1 -> v0.4.1
27032024-12-13T23:24:17.554Z[ helios-setup] Dec 13 23:24:16.179 INFO E| * [new tag] v0.4.2 -> v0.4.2
27042024-12-13T23:24:17.554Z[ helios-setup] Dec 13 23:24:16.179 INFO E| * [new tag] v0.4.3 -> v0.4.3
27052024-12-13T23:24:17.573Z[ helios-setup] Dec 13 23:24:16.204 INFO E| Updating crates.io index
27062024-12-13T23:24:17.830Z[ helios-setup] Dec 13 23:24:16.463 INFO E| Downloading crates ...
27072024-12-13T23:24:17.985Z[ helios-setup] Dec 13 23:24:16.613 INFO E| Downloaded ansi_term v0.12.1
27082024-12-13T23:24:18.015Z[ helios-setup] Dec 13 23:24:16.648 INFO E| Downloaded unic-ucd-version v0.9.0
27092024-12-13T23:24:18.020Z[ helios-setup] Dec 13 23:24:16.650 INFO E| Downloaded unic-common v0.9.0
27102024-12-13T23:24:18.021Z[ helios-setup] Dec 13 23:24:16.651 INFO E| Downloaded unic-char-range v0.9.0
27112024-12-13T23:24:18.021Z[ helios-setup] Dec 13 23:24:16.652 INFO E| Downloaded unic-char-property v0.9.0
27122024-12-13T23:24:18.023Z[ helios-setup] Dec 13 23:24:16.654 INFO E| Downloaded strum v0.23.0
27132024-12-13T23:24:18.023Z[ helios-setup] Dec 13 23:24:16.655 INFO E| Downloaded parse_int v0.6.0
27142024-12-13T23:24:18.023Z[ helios-setup] Dec 13 23:24:16.656 INFO E| Downloaded scroll_derive v0.10.5
27152024-12-13T23:24:18.026Z[ helios-setup] Dec 13 23:24:16.658 INFO E| Downloaded proc-macro-crate v0.1.5
27162024-12-13T23:24:18.026Z[ helios-setup] Dec 13 23:24:16.659 INFO E| Downloaded cfg-if v0.1.10
27172024-12-13T23:24:18.033Z[ helios-setup] Dec 13 23:24:16.660 INFO E| Downloaded pre v0.2.1
27182024-12-13T23:24:18.033Z[ helios-setup] Dec 13 23:24:16.662 INFO E| Downloaded four-cc v0.3.0
27192024-12-13T23:24:18.033Z[ helios-setup] Dec 13 23:24:16.663 INFO E| Downloaded memoffset v0.5.6
27202024-12-13T23:24:18.033Z[ helios-setup] Dec 13 23:24:16.665 INFO E| Downloaded vec_map v0.8.2
27212024-12-13T23:24:18.036Z[ helios-setup] Dec 13 23:24:16.666 INFO E| Downloaded thiserror-impl v1.0.64
27222024-12-13T23:24:18.036Z[ helios-setup] Dec 13 23:24:16.668 INFO E| Downloaded textwrap v0.11.0
27232024-12-13T23:24:18.040Z[ helios-setup] Dec 13 23:24:16.671 INFO E| Downloaded semver-parser v0.7.0
27242024-12-13T23:24:18.040Z[ helios-setup] Dec 13 23:24:16.672 INFO E| Downloaded fletcher v0.1.0
27252024-12-13T23:24:18.040Z[ helios-setup] Dec 13 23:24:16.673 INFO E| Downloaded thiserror v1.0.64
27262024-12-13T23:24:18.047Z[ helios-setup] Dec 13 23:24:16.681 INFO E| Downloaded unic-ucd-ident v0.9.0
27272024-12-13T23:24:18.050Z[ helios-setup] Dec 13 23:24:16.684 INFO E| Downloaded structopt-derive v0.4.18
27282024-12-13T23:24:18.053Z[ helios-setup] Dec 13 23:24:16.686 INFO E| Downloaded pest_derive v2.7.13
27292024-12-13T23:24:18.056Z[ helios-setup] Dec 13 23:24:16.689 INFO E| Downloaded once_cell v1.20.1
27302024-12-13T23:24:18.059Z[ helios-setup] Dec 13 23:24:16.693 INFO E| Downloaded strsim v0.8.0
27312024-12-13T23:24:18.062Z[ helios-setup] Dec 13 23:24:16.695 INFO E| Downloaded scroll v0.10.2
27322024-12-13T23:24:18.065Z[ helios-setup] Dec 13 23:24:16.697 INFO E| Downloaded pre-proc-macro v0.2.1
27332024-12-13T23:24:18.068Z[ helios-setup] Dec 13 23:24:16.700 INFO E| Downloaded modular-bitfield v0.11.2
27342024-12-13T23:24:18.082Z[ helios-setup] Dec 13 23:24:16.716 INFO E| Downloaded structopt v0.3.26
27352024-12-13T23:24:18.092Z[ helios-setup] Dec 13 23:24:16.725 INFO E| Downloaded serde v1.0.210
27362024-12-13T23:24:18.096Z[ helios-setup] Dec 13 23:24:16.730 INFO E| Downloaded serde_derive v1.0.210
27372024-12-13T23:24:18.107Z[ helios-setup] Dec 13 23:24:16.733 INFO E| Downloaded clap v2.34.0
27382024-12-13T23:24:18.110Z[ helios-setup] Dec 13 23:24:16.742 INFO E| Downloaded pest v2.7.13
27392024-12-13T23:24:18.116Z[ helios-setup] Dec 13 23:24:16.748 INFO E| Downloaded serde_json v1.0.128
27402024-12-13T23:24:18.126Z[ helios-setup] Dec 13 23:24:16.759 INFO E| Downloaded goblin v0.4.3
27412024-12-13T23:24:18.134Z[ helios-setup] Dec 13 23:24:16.766 INFO E| Downloaded bytesize v1.3.0
27422024-12-13T23:24:18.138Z[ helios-setup] Dec 13 23:24:16.767 INFO E| Downloaded proc-macro2 v1.0.86
27432024-12-13T23:24:18.141Z[ helios-setup] Dec 13 23:24:16.772 INFO E| Downloaded pest_meta v2.7.13
27442024-12-13T23:24:18.144Z[ helios-setup] Dec 13 23:24:16.774 INFO E| Downloaded strum_macros v0.23.1
27452024-12-13T23:24:18.144Z[ helios-setup] Dec 13 23:24:16.777 INFO E| Downloaded syn v2.0.79
27462024-12-13T23:24:18.165Z[ helios-setup] Dec 13 23:24:16.798 INFO E| Downloaded semver v0.9.0
27472024-12-13T23:24:18.168Z[ helios-setup] Dec 13 23:24:16.800 INFO E| Downloaded rustc_version v0.2.3
27482024-12-13T23:24:18.170Z[ helios-setup] Dec 13 23:24:16.801 INFO E| Downloaded pest_generator v2.7.13
27492024-12-13T23:24:18.170Z[ helios-setup] Dec 13 23:24:16.803 INFO E| Downloaded modular-bitfield-impl v0.11.2
27502024-12-13T23:24:18.183Z[ helios-setup] Dec 13 23:24:16.817 INFO E| Downloaded libc v0.2.159
27512024-12-13T23:24:18.312Z[ helios-setup] Dec 13 23:24:16.945 INFO E| Compiling proc-macro2 v1.0.86
27522024-12-13T23:24:18.312Z[ helios-setup] Dec 13 23:24:16.945 INFO E| Compiling unicode-ident v1.0.13
27532024-12-13T23:24:18.315Z[ helios-setup] Dec 13 23:24:16.945 INFO E| Compiling syn v1.0.109
27542024-12-13T23:24:18.315Z[ helios-setup] Dec 13 23:24:16.945 INFO E| Compiling version_check v0.9.5
27552024-12-13T23:24:18.315Z[ helios-setup] Dec 13 23:24:16.945 INFO E| Compiling memchr v2.7.4
27562024-12-13T23:24:18.315Z[ helios-setup] Dec 13 23:24:16.945 INFO E| Compiling semver-parser v0.7.0
27572024-12-13T23:24:18.315Z[ helios-setup] Dec 13 23:24:16.946 INFO E| Compiling autocfg v1.4.0
27582024-12-13T23:24:18.315Z[ helios-setup] Dec 13 23:24:16.946 INFO E| Compiling thiserror v1.0.64
27592024-12-13T23:24:18.344Z[ host-package] Compiling tabled v0.15.0
27602024-12-13T23:24:18.852Z[ helios-setup] Dec 13 23:24:17.484 INFO E| Compiling serde v1.0.210
27612024-12-13T23:24:19.401Z[ helios-setup] Dec 13 23:24:18.034 INFO E| Compiling semver v0.9.0
27622024-12-13T23:24:19.931Z[ helios-setup] Dec 13 23:24:18.564 INFO E| Compiling proc-macro-error-attr v1.0.4
27632024-12-13T23:24:19.986Z[ helios-setup] Dec 13 23:24:18.618 INFO E| Compiling rustc_version v0.2.3
27642024-12-13T23:24:20.371Z[ helios-setup] Dec 13 23:24:19.001 INFO E| Compiling proc-macro-error v1.0.4
27652024-12-13T23:24:20.398Z[ helios-setup] Dec 13 23:24:19.031 INFO E| Compiling serde_json v1.0.128
27662024-12-13T23:24:20.523Z[ helios-setup] Dec 13 23:24:19.156 INFO E| Compiling num-traits v0.2.19
27672024-12-13T23:24:20.695Z[ helios-setup] Dec 13 23:24:19.328 INFO E| Compiling ryu v1.0.18
27682024-12-13T23:24:20.729Z[ helios-setup] Dec 13 23:24:19.363 INFO E| Compiling unicode-segmentation v1.12.0
27692024-12-13T23:24:20.992Z[ helios-setup] Dec 13 23:24:19.625 INFO E| Compiling itoa v1.0.11
27702024-12-13T23:24:21.209Z[ helios-setup] Dec 13 23:24:19.842 INFO E| Compiling schemars v0.8.21
27712024-12-13T23:24:21.355Z[ helios-setup] Dec 13 23:24:19.988 INFO E| Compiling pre-proc-macro v0.2.1
27722024-12-13T23:24:21.548Z[ helios-setup] Dec 13 23:24:20.180 INFO E| Compiling memoffset v0.5.6
27732024-12-13T23:24:21.748Z[ helios-setup] Dec 13 23:24:20.381 INFO E| Compiling quote v1.0.37
27742024-12-13T23:24:22.107Z[ helios-setup] Dec 13 23:24:20.740 INFO E| Compiling heck v0.3.3
27752024-12-13T23:24:22.375Z[ helios-setup] Dec 13 23:24:21.007 INFO E| Compiling dyn-clone v1.0.17
27762024-12-13T23:24:22.378Z[ helios-setup] Dec 13 23:24:21.008 INFO E| Compiling rustversion v1.0.17
27772024-12-13T23:24:22.451Z[ helios-setup] Dec 13 23:24:21.081 INFO E| Compiling ucd-trie v0.1.7
27782024-12-13T23:24:22.670Z[ helios-setup] Dec 13 23:24:21.303 INFO E| Compiling syn v2.0.79
27792024-12-13T23:24:22.897Z[ helios-setup] Dec 13 23:24:21.530 INFO E| Compiling paste v1.0.15
27802024-12-13T23:24:23.226Z[ helios-setup] Dec 13 23:24:21.859 INFO E| Compiling libc v0.2.159
27812024-12-13T23:24:23.890Z[ helios-setup] Dec 13 23:24:22.523 INFO E| Compiling lazy_static v1.5.0
27822024-12-13T23:24:24.149Z[ helios-setup] Dec 13 23:24:22.781 INFO E| Compiling pre v0.2.1
27832024-12-13T23:24:24.219Z[ helios-setup] Dec 13 23:24:22.850 INFO E| Compiling cfg-if v0.1.10
27842024-12-13T23:24:24.306Z[ helios-setup] Dec 13 23:24:22.937 INFO E| Compiling byteorder v1.5.0
27852024-12-13T23:24:24.599Z[ helios-setup] Dec 13 23:24:23.231 INFO E| Compiling static_assertions v1.1.0
27862024-12-13T23:24:24.692Z[ helios-setup] Dec 13 23:24:23.324 INFO E| Compiling once_cell v1.20.1
27872024-12-13T23:24:25.552Z[ helios-setup] Dec 13 23:24:24.184 INFO E| Compiling unicode-width v0.1.14
27882024-12-13T23:24:26.701Z[ helios-setup] Dec 13 23:24:25.333 INFO E| Compiling textwrap v0.11.0
27892024-12-13T23:24:27.055Z[ helios-setup] Dec 13 23:24:25.686 INFO E| Compiling atty v0.2.14
27902024-12-13T23:24:27.429Z[ helios-setup] Dec 13 23:24:26.060 INFO E| Compiling strum v0.23.0
27912024-12-13T23:24:27.624Z[ helios-setup] Dec 13 23:24:26.255 INFO E| Compiling bitflags v1.3.2
27922024-12-13T23:24:27.659Z[ helios-setup] Dec 13 23:24:26.291 INFO E| Compiling unic-char-range v0.9.0
27932024-12-13T23:24:27.715Z[ helios-setup] Dec 13 23:24:26.347 INFO E| Compiling vec_map v0.8.2
27942024-12-13T23:24:28.099Z[ helios-setup] Dec 13 23:24:26.731 INFO E| Compiling unic-common v0.9.0
27952024-12-13T23:24:28.155Z[ helios-setup] Dec 13 23:24:26.786 INFO E| Compiling fletcher v0.1.0
27962024-12-13T23:24:28.252Z[ helios-setup] Dec 13 23:24:26.883 INFO E| Compiling strsim v0.8.0
27972024-12-13T23:24:28.296Z[ helios-setup] Dec 13 23:24:26.928 INFO E| Compiling ansi_term v0.12.1
27982024-12-13T23:24:28.402Z[ helios-setup] Dec 13 23:24:27.031 INFO E| Compiling parse_int v0.6.0
27992024-12-13T23:24:28.411Z[ helios-setup] Dec 13 23:24:27.043 INFO E| Compiling unic-ucd-version v0.9.0
28002024-12-13T23:24:28.520Z[ helios-setup] Dec 13 23:24:27.146 INFO E| Compiling unic-char-property v0.9.0
28012024-12-13T23:24:28.633Z[ helios-setup] Dec 13 23:24:27.264 INFO E| Compiling log v0.4.22
28022024-12-13T23:24:28.633Z[ helios-setup] Dec 13 23:24:27.264 INFO E| Compiling plain v0.2.3
28032024-12-13T23:24:28.855Z[ helios-setup] Dec 13 23:24:27.486 INFO E| Compiling unic-ucd-ident v0.9.0
28042024-12-13T23:24:30.026Z[ helios-setup] Dec 13 23:24:27.635 INFO E| Compiling clap v2.34.0
28052024-12-13T23:24:30.195Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28062024-12-13T23:24:30.195Z[ helios-setup] Dec 13 23:24:28.028 INFO E| Compiling bytesize v1.3.0
28072024-12-13T23:24:31.199Z[ helios-setup] Dec 13 23:24:29.830 INFO E| Compiling serde_derive_internals v0.29.1
28082024-12-13T23:24:36.744Z[ helios-setup] Dec 13 23:24:32.150 INFO E| Compiling toml v0.5.11
28092024-12-13T23:24:36.841Z[ helios-setup] Dec 13 23:24:35.088 INFO E| Compiling thiserror-impl v1.0.64
28102024-12-13T23:24:36.841Z[ helios-setup] Dec 13 23:24:35.108 INFO E| Compiling serde_derive v1.0.210
28112024-12-13T23:24:36.911Z[ helios-setup] Dec 13 23:24:35.428 INFO E| Compiling schemars_derive v0.8.21
28122024-12-13T23:24:37.587Z[ helios-setup] Dec 13 23:24:36.217 INFO E| Compiling proc-macro-crate v0.1.5
28132024-12-13T23:24:38.776Z[ helios-setup] Dec 13 23:24:37.406 INFO E| Compiling zerocopy-derive v0.6.6
28142024-12-13T23:24:39.700Z[ helios-setup] Dec 13 23:24:38.330 INFO E| Compiling num-derive v0.4.2
28152024-12-13T23:24:42.322Z[ helios-setup] Dec 13 23:24:40.952 INFO E| Compiling pest v2.7.13
28162024-12-13T23:24:42.361Z[ helios-setup] Dec 13 23:24:40.991 INFO E| Compiling zerocopy v0.6.6
28172024-12-13T23:24:44.824Z[ helios-setup] Dec 13 23:24:43.453 INFO E| Compiling modular-bitfield-impl v0.11.2
28182024-12-13T23:24:46.136Z[ helios-setup] Dec 13 23:24:44.761 INFO E| Compiling scroll_derive v0.10.5
28192024-12-13T23:24:46.517Z[ helios-setup] Dec 13 23:24:45.146 INFO E| Compiling strum_macros v0.23.1
28202024-12-13T23:24:46.854Z[ helios-setup] Dec 13 23:24:45.480 INFO E| Compiling pest_meta v2.7.13
28212024-12-13T23:24:46.926Z[ helios-setup] Dec 13 23:24:45.555 INFO E| Compiling structopt-derive v0.4.18
28222024-12-13T23:24:47.346Z[ host-package] Compiling derive_builder v0.20.2
28232024-12-13T23:24:48.943Z[ helios-setup] Dec 13 23:24:47.572 INFO E| Compiling scroll v0.10.2
28242024-12-13T23:24:49.733Z[ helios-setup] Dec 13 23:24:48.362 INFO E| Compiling pest_generator v2.7.13
28252024-12-13T23:24:50.301Z[ helios-setup] Dec 13 23:24:48.928 INFO E| Compiling goblin v0.4.3
28262024-12-13T23:24:50.351Z[ helios-setup] Dec 13 23:24:48.980 INFO E| Compiling modular-bitfield v0.11.2
28272024-12-13T23:24:51.429Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28282024-12-13T23:24:52.478Z[ helios-setup] Dec 13 23:24:51.106 INFO E| Compiling structopt v0.3.26
28292024-12-13T23:24:54.435Z[ helios-setup] Dec 13 23:24:53.063 INFO E| Compiling pest_derive v2.7.13
28302024-12-13T23:24:55.308Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
28312024-12-13T23:24:55.750Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28322024-12-13T23:24:56.307Z[ host-package] Compiling bcs v0.1.6
28332024-12-13T23:24:56.329Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
28342024-12-13T23:24:57.492Z[ host-package] Compiling oso-derive v0.27.3
28352024-12-13T23:24:58.910Z[ host-package] Compiling libz-sys v1.1.20
28362024-12-13T23:24:59.024Z[ host-package] Compiling quick-xml v0.33.0
28372024-12-13T23:24:59.771Z[ host-package] Compiling diesel-dtrace v0.4.0
28382024-12-13T23:25:00.053Z[ helios-setup] Dec 13 23:24:58.680 INFO E| Compiling json5 v0.4.1
28392024-12-13T23:25:00.593Z[ host-package] Compiling parking_lot_core v0.8.6
28402024-12-13T23:25:06.070Z[ host-package] Compiling oso v0.27.3
28412024-12-13T23:25:06.211Z[ helios-setup] Dec 13 23:25:04.837 INFO E| Compiling four-cc v0.3.0
28422024-12-13T23:25:06.211Z[ helios-setup] Dec 13 23:25:04.837 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
28432024-12-13T23:25:06.477Z[ helios-setup] Dec 13 23:25:05.103 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
28442024-12-13T23:25:09.837Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28452024-12-13T23:25:11.943Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28462024-12-13T23:25:18.562Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28472024-12-13T23:25:22.229Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28482024-12-13T23:25:22.659Z[ host-package] Compiling bb8 v0.8.5
28492024-12-13T23:25:23.480Z[ host-package] Compiling async-bb8-diesel v0.2.1
28502024-12-13T23:25:26.600Z[ host-package] Compiling nibble_vec v0.1.0
28512024-12-13T23:25:26.804Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28522024-12-13T23:25:26.941Z[ host-package] Compiling atty v0.2.14
28532024-12-13T23:25:27.167Z[ host-package] Compiling endian-type v0.1.2
28542024-12-13T23:25:27.548Z[ host-package] Compiling salty v0.3.0
28552024-12-13T23:25:28.074Z[ host-package] Compiling radix_trie v0.2.1
28562024-12-13T23:25:29.539Z[ host-package] Compiling parking_lot v0.11.2
28572024-12-13T23:25:31.975Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28582024-12-13T23:25:37.390Z[ host-package] Compiling sled v0.34.7
28592024-12-13T23:25:49.267Z[ helios-setup] Dec 13 23:25:47.886 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28602024-12-13T23:25:52.895Z[ host-package] Compiling mime_guess v2.0.5
28612024-12-13T23:25:54.170Z[ host-package] Compiling hickory-client v0.24.1
28622024-12-13T23:26:02.597Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28632024-12-13T23:26:02.934Z[ helios-setup] Dec 13 23:26:01.551 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28642024-12-13T23:26:03.198Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28652024-12-13T23:26:05.042Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28662024-12-13T23:26:05.136Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28672024-12-13T23:26:05.802Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28682024-12-13T23:26:07.612Z[ host-package] Compiling hickory-server v0.24.1
28692024-12-13T23:26:09.845Z[ host-package] Compiling primeorder v0.13.6
28702024-12-13T23:26:10.492Z[ host-package] Compiling vergen v8.3.2
28712024-12-13T23:26:10.888Z[ host-package] Compiling env_filter v0.1.2
28722024-12-13T23:26:12.591Z[ host-package] Compiling cargo-platform v0.1.8
28732024-12-13T23:26:13.213Z[ host-package] Compiling nanorand v0.7.0
28742024-12-13T23:26:13.986Z[ host-package] Compiling memoffset v0.9.1
28752024-12-13T23:26:14.798Z[ host-package] Compiling flume v0.11.1
28762024-12-13T23:26:14.874Z[ host-package] Compiling cargo_metadata v0.18.1
28772024-12-13T23:26:15.896Z[ host-package] Compiling env_logger v0.11.5
28782024-12-13T23:26:16.903Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28792024-12-13T23:26:17.485Z[ host-package] Compiling p384 v0.13.0
28802024-12-13T23:26:18.679Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28812024-12-13T23:26:20.868Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28822024-12-13T23:26:23.016Z[ host-package] Compiling git2 v0.19.0
28832024-12-13T23:26:24.774Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28842024-12-13T23:26:24.897Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28852024-12-13T23:26:26.065Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28862024-12-13T23:26:28.460Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28872024-12-13T23:26:30.981Z[ host-package] Compiling rand_seeder v0.3.0
28882024-12-13T23:26:32.010Z[ host-package] Compiling libsqlite3-sys v0.30.1
28892024-12-13T23:26:33.737Z[ host-package] Compiling lzma-sys v0.1.20
28902024-12-13T23:26:33.961Z[ host-package] Compiling http-range v0.1.5
28912024-12-13T23:26:34.795Z[ host-package] Compiling cfg_aliases v0.2.1
28922024-12-13T23:26:34.897Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28932024-12-13T23:26:34.972Z[ host-package] Compiling rustls v0.21.12
28942024-12-13T23:26:35.055Z[ host-package] Compiling nix v0.29.0
28952024-12-13T23:26:35.279Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28962024-12-13T23:26:35.574Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28972024-12-13T23:26:35.952Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28982024-12-13T23:26:36.233Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28992024-12-13T23:26:40.921Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29002024-12-13T23:26:41.052Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29012024-12-13T23:26:41.052Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29022024-12-13T23:26:41.052Z[ host-package] Compiling rustls-webpki v0.101.7
29032024-12-13T23:26:42.496Z[ host-package] Compiling sct v0.7.1
29042024-12-13T23:26:42.590Z[ host-package] Compiling heck v0.3.3
29052024-12-13T23:26:42.646Z[ host-package] Compiling castaway v0.2.3
29062024-12-13T23:26:42.913Z[ host-package] Compiling csv-core v0.1.11
29072024-12-13T23:26:43.000Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29082024-12-13T23:26:43.056Z[ host-package] Compiling glob v0.3.1
29092024-12-13T23:26:43.406Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29102024-12-13T23:26:43.806Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29112024-12-13T23:26:43.959Z[ host-package] Compiling csv v1.3.0
29122024-12-13T23:26:44.265Z[ helios-setup] Dec 13 23:26:42.876 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 28s
29132024-12-13T23:26:44.301Z[ helios-setup] Dec 13 23:26:42.912 INFO building project "amd-host-image-builder" ok (178 seconds)
29142024-12-13T23:26:44.304Z[ helios-setup] Dec 13 23:26:42.912 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29152024-12-13T23:26:44.304Z[ helios-setup] Dec 13 23:26:42.912 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29162024-12-13T23:26:44.646Z[ helios-setup] Dec 13 23:26:43.255 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
29172024-12-13T23:26:45.239Z[ host-package] Compiling zone_cfg_derive v0.1.2
29182024-12-13T23:26:45.360Z[ host-package] Compiling compact_str v0.8.0
29192024-12-13T23:26:45.829Z[ helios-setup] Dec 13 23:26:44.440 INFO E| From https://github.com/oxidecomputer/progenitor
29202024-12-13T23:26:45.829Z[ helios-setup] Dec 13 23:26:44.440 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
29212024-12-13T23:26:45.864Z[ helios-setup] Dec 13 23:26:44.475 INFO E| * [new tag] v0.1.1 -> v0.1.1
29222024-12-13T23:26:45.864Z[ helios-setup] Dec 13 23:26:44.475 INFO E| * [new tag] v0.2.0 -> v0.2.0
29232024-12-13T23:26:45.972Z[ helios-setup] Dec 13 23:26:44.582 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29242024-12-13T23:26:46.576Z[ helios-setup] Dec 13 23:26:45.186 INFO E| From https://github.com/jclulow/hiercmd
29252024-12-13T23:26:46.576Z[ helios-setup] Dec 13 23:26:45.186 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
29262024-12-13T23:26:46.596Z[ helios-setup] Dec 13 23:26:45.206 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29272024-12-13T23:26:46.869Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29282024-12-13T23:26:47.118Z[ helios-setup] Dec 13 23:26:45.728 INFO E| From https://github.com/jclulow/network-interface
29292024-12-13T23:26:47.118Z[ helios-setup] Dec 13 23:26:45.728 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29302024-12-13T23:26:47.160Z[ helios-setup] Dec 13 23:26:45.768 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29312024-12-13T23:26:47.691Z[ helios-setup] Dec 13 23:26:46.300 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29322024-12-13T23:26:47.691Z[ helios-setup] Dec 13 23:26:46.300 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29332024-12-13T23:26:47.724Z[ helios-setup] Dec 13 23:26:46.334 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29342024-12-13T23:26:48.171Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29352024-12-13T23:26:48.570Z[ helios-setup] Dec 13 23:26:47.180 INFO E| From https://github.com/oxidecomputer/facade
29362024-12-13T23:26:48.570Z[ helios-setup] Dec 13 23:26:47.180 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29372024-12-13T23:26:48.617Z[ helios-setup] Dec 13 23:26:47.227 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29382024-12-13T23:26:49.667Z[ helios-setup] Dec 13 23:26:48.277 INFO E| From https://github.com/oxidecomputer/dropshot
29392024-12-13T23:26:49.667Z[ helios-setup] Dec 13 23:26:48.277 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29402024-12-13T23:26:49.705Z[ helios-setup] Dec 13 23:26:48.315 INFO E| * [new tag] v0.3.0 -> v0.3.0
29412024-12-13T23:26:49.705Z[ helios-setup] Dec 13 23:26:48.315 INFO E| * [new tag] v0.4.0 -> v0.4.0
29422024-12-13T23:26:49.707Z[ helios-setup] Dec 13 23:26:48.315 INFO E| * [new tag] v0.5.0 -> v0.5.0
29432024-12-13T23:26:49.707Z[ helios-setup] Dec 13 23:26:48.315 INFO E| * [new tag] v0.5.1 -> v0.5.1
29442024-12-13T23:26:49.707Z[ helios-setup] Dec 13 23:26:48.315 INFO E| * [new tag] v0.6.0 -> v0.6.0
29452024-12-13T23:26:49.707Z[ helios-setup] Dec 13 23:26:48.315 INFO E| * [new tag] v0.7.0 -> v0.7.0
29462024-12-13T23:26:49.707Z[ helios-setup] Dec 13 23:26:48.315 INFO E| * [new tag] v0.8.0 -> v0.8.0
29472024-12-13T23:26:49.707Z[ helios-setup] Dec 13 23:26:48.315 INFO E| * [new tag] v0.9.0 -> v0.9.0
29482024-12-13T23:26:49.756Z[ helios-setup] Dec 13 23:26:48.366 INFO E| Updating crates.io index
29492024-12-13T23:26:49.898Z[ helios-setup] Dec 13 23:26:48.508 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29502024-12-13T23:26:50.772Z[ helios-setup] Dec 13 23:26:49.382 INFO E| From https://github.com/oxidecomputer/typify
29512024-12-13T23:26:50.772Z[ helios-setup] Dec 13 23:26:49.382 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29522024-12-13T23:26:50.806Z[ helios-setup] Dec 13 23:26:49.416 INFO E| * [new tag] v0.0.10 -> v0.0.10
29532024-12-13T23:26:50.806Z[ helios-setup] Dec 13 23:26:49.416 INFO E| * [new tag] v0.0.11 -> v0.0.11
29542024-12-13T23:26:50.809Z[ helios-setup] Dec 13 23:26:49.416 INFO E| * [new tag] v0.0.4 -> v0.0.4
29552024-12-13T23:26:50.809Z[ helios-setup] Dec 13 23:26:49.417 INFO E| * [new tag] v0.0.5 -> v0.0.5
29562024-12-13T23:26:50.809Z[ helios-setup] Dec 13 23:26:49.417 INFO E| * [new tag] v0.0.7 -> v0.0.7
29572024-12-13T23:26:50.809Z[ helios-setup] Dec 13 23:26:49.417 INFO E| * [new tag] v0.0.8 -> v0.0.8
29582024-12-13T23:26:50.809Z[ helios-setup] Dec 13 23:26:49.417 INFO E| * [new tag] v0.0.9 -> v0.0.9
29592024-12-13T23:26:51.145Z[ helios-setup] Dec 13 23:26:49.755 INFO E| Downloading crates ...
29602024-12-13T23:26:51.311Z[ helios-setup] Dec 13 23:26:49.921 INFO E| Downloaded async-stream-impl v0.3.5
29612024-12-13T23:26:51.314Z[ helios-setup] Dec 13 23:26:49.924 INFO E| Downloaded lazy_static v1.4.0
29622024-12-13T23:26:51.316Z[ helios-setup] Dec 13 23:26:49.926 INFO E| Downloaded home v0.5.4
29632024-12-13T23:26:51.319Z[ helios-setup] Dec 13 23:26:49.927 INFO E| Downloaded futures-channel v0.3.28
29642024-12-13T23:26:51.323Z[ helios-setup] Dec 13 23:26:49.933 INFO E| Downloaded fastrand v1.9.0
29652024-12-13T23:26:51.326Z[ helios-setup] Dec 13 23:26:49.935 INFO E| Downloaded dyn-clone v1.0.11
29662024-12-13T23:26:51.330Z[ helios-setup] Dec 13 23:26:49.938 INFO E| Downloaded num-integer v0.1.45
29672024-12-13T23:26:51.332Z[ helios-setup] Dec 13 23:26:49.941 INFO E| Downloaded futures-util v0.3.28
29682024-12-13T23:26:51.348Z[ helios-setup] Dec 13 23:26:49.958 INFO E| Downloaded rhai_codegen v1.5.0
29692024-12-13T23:26:51.361Z[ helios-setup] Dec 13 23:26:49.971 INFO E| Downloaded ahash v0.7.6
29702024-12-13T23:26:51.365Z[ helios-setup] Dec 13 23:26:49.975 INFO E| Downloaded time v0.1.45
29712024-12-13T23:26:51.368Z[ helios-setup] Dec 13 23:26:49.978 INFO E| Downloaded lock_api v0.4.9
29722024-12-13T23:26:51.371Z[ helios-setup] Dec 13 23:26:49.980 INFO E| Downloaded ahash v0.8.3
29732024-12-13T23:26:51.375Z[ helios-setup] Dec 13 23:26:49.985 INFO E| Downloaded tokio-rustls v0.24.0
29742024-12-13T23:26:51.379Z[ helios-setup] Dec 13 23:26:49.989 INFO E| Downloaded const-random v0.1.15
29752024-12-13T23:26:51.381Z[ helios-setup] Dec 13 23:26:49.991 INFO E| Downloaded tokio-util v0.7.7
29762024-12-13T23:26:51.390Z[ helios-setup] Dec 13 23:26:50.000 INFO E| Downloaded tokio-tungstenite v0.18.0
29772024-12-13T23:26:51.395Z[ helios-setup] Dec 13 23:26:50.004 INFO E| Downloaded want v0.3.0
29782024-12-13T23:26:51.397Z[ helios-setup] Dec 13 23:26:50.006 INFO E| Downloaded try-lock v0.2.4
29792024-12-13T23:26:51.400Z[ helios-setup] Dec 13 23:26:50.008 INFO E| Downloaded url v2.3.1
29802024-12-13T23:26:51.403Z[ helios-setup] Dec 13 23:26:50.012 INFO E| Downloaded tower-service v0.3.2
29812024-12-13T23:26:51.405Z[ helios-setup] Dec 13 23:26:50.014 INFO E| Downloaded anstyle-parse v0.1.1
29822024-12-13T23:26:51.408Z[ helios-setup] Dec 13 23:26:50.017 INFO E| Downloaded autocfg v1.1.0
29832024-12-13T23:26:51.411Z[ helios-setup] Dec 13 23:26:50.021 INFO E| Downloaded async-trait v0.1.68
29842024-12-13T23:26:51.417Z[ helios-setup] Dec 13 23:26:50.026 INFO E| Downloaded tracing-core v0.1.30
29852024-12-13T23:26:51.422Z[ helios-setup] Dec 13 23:26:50.032 INFO E| Downloaded utf8parse v0.2.1
29862024-12-13T23:26:51.426Z[ helios-setup] Dec 13 23:26:50.034 INFO E| Downloaded anyhow v1.0.68
29872024-12-13T23:26:51.434Z[ helios-setup] Dec 13 23:26:50.043 INFO E| Downloaded serde_path_to_error v0.1.11
29882024-12-13T23:26:51.437Z[ helios-setup] Dec 13 23:26:50.047 INFO E| Downloaded serde_tokenstream v0.2.0
29892024-12-13T23:26:51.443Z[ helios-setup] Dec 13 23:26:50.053 INFO E| Downloaded ucd-trie v0.1.5
29902024-12-13T23:26:51.446Z[ helios-setup] Dec 13 23:26:50.056 INFO E| Downloaded bytes v1.4.0
29912024-12-13T23:26:51.452Z[ helios-setup] Dec 13 23:26:50.062 INFO E| Downloaded sha1 v0.10.5
29922024-12-13T23:26:51.455Z[ helios-setup] Dec 13 23:26:50.065 INFO E| Downloaded unicode-ident v1.0.8
29932024-12-13T23:26:51.460Z[ helios-setup] Dec 13 23:26:50.070 INFO E| Downloaded slab v0.4.7
29942024-12-13T23:26:51.463Z[ helios-setup] Dec 13 23:26:50.072 INFO E| Downloaded signal-hook-registry v1.4.0
29952024-12-13T23:26:51.465Z[ helios-setup] Dec 13 23:26:50.075 INFO E| Downloaded semver v1.0.17
29962024-12-13T23:26:51.469Z[ helios-setup] Dec 13 23:26:50.079 INFO E| Downloaded terminal_size v0.2.6
29972024-12-13T23:26:51.472Z[ helios-setup] Dec 13 23:26:50.081 INFO E| Downloaded project-root v0.2.2
29982024-12-13T23:26:51.474Z[ helios-setup] Dec 13 23:26:50.083 INFO E| Downloaded strsim v0.10.0
29992024-12-13T23:26:51.476Z[ helios-setup] Dec 13 23:26:50.085 INFO E| Downloaded smawk v0.3.1
30002024-12-13T23:26:51.479Z[ helios-setup] Dec 13 23:26:50.088 INFO E| Downloaded slog-async v2.7.0
30012024-12-13T23:26:51.481Z[ helios-setup] Dec 13 23:26:50.090 INFO E| Downloaded futures-task v0.3.28
30022024-12-13T23:26:51.484Z[ helios-setup] Dec 13 23:26:50.093 INFO E| Downloaded tempfile v3.5.0
30032024-12-13T23:26:51.487Z[ helios-setup] Dec 13 23:26:50.097 INFO E| Downloaded thiserror-impl v1.0.38
30042024-12-13T23:26:51.490Z[ helios-setup] Dec 13 23:26:50.100 INFO E| Downloaded is-terminal v0.4.7
30052024-12-13T23:26:51.493Z[ helios-setup] Dec 13 23:26:50.102 INFO E| Downloaded textwrap v0.16.0
30062024-12-13T23:26:51.496Z[ helios-setup] Dec 13 23:26:50.106 INFO E| Downloaded smallvec v1.10.0
30072024-12-13T23:26:51.499Z[ helios-setup] Dec 13 23:26:50.109 INFO E| Downloaded serde_yaml v0.9.21
30082024-12-13T23:26:51.506Z[ helios-setup] Dec 13 23:26:50.115 INFO E| Downloaded socket2 v0.4.9
30092024-12-13T23:26:51.509Z[ helios-setup] Dec 13 23:26:50.119 INFO E| Downloaded camino v1.1.4
30102024-12-13T23:26:51.512Z[ helios-setup] Dec 13 23:26:50.122 INFO E| Downloaded unicode-linebreak v0.1.4
30112024-12-13T23:26:51.516Z[ helios-setup] Dec 13 23:26:50.125 INFO E| Downloaded proc-macro-crate v1.2.1
30122024-12-13T23:26:51.518Z[ helios-setup] Dec 13 23:26:50.127 INFO E| Downloaded unicode-normalization v0.1.22
30132024-12-13T23:26:51.530Z[ helios-setup] Dec 13 23:26:50.140 INFO E| Downloaded semver-parser v0.10.2
30142024-12-13T23:26:51.539Z[ helios-setup] Dec 13 23:26:50.148 INFO E| Downloaded winnow v0.4.1
30152024-12-13T23:26:51.578Z[ helios-setup] Dec 13 23:26:50.187 INFO E| Downloaded log v0.4.17
30162024-12-13T23:26:51.581Z[ helios-setup] Dec 13 23:26:50.191 INFO E| Downloaded clap v4.2.1
30172024-12-13T23:26:51.596Z[ helios-setup] Dec 13 23:26:50.206 INFO E| Downloaded quote v1.0.36
30182024-12-13T23:26:51.600Z[ helios-setup] Dec 13 23:26:50.210 INFO E| Downloaded serde_derive_internals v0.26.0
30192024-12-13T23:26:51.603Z[ helios-setup] Dec 13 23:26:50.213 INFO E| Downloaded ryu v1.0.13
30202024-12-13T23:26:51.608Z[ helios-setup] Dec 13 23:26:50.218 INFO E| Downloaded crossbeam-utils v0.8.14
30212024-12-13T23:26:51.612Z[ helios-setup] Dec 13 23:26:50.222 INFO E| Downloaded num-traits v0.2.15
30222024-12-13T23:26:51.617Z[ helios-setup] Dec 13 23:26:50.227 INFO E| Downloaded syn v1.0.107
30232024-12-13T23:26:51.633Z[ helios-setup] Dec 13 23:26:50.243 INFO E| Downloaded base64 v0.21.0
30242024-12-13T23:26:51.638Z[ helios-setup] Dec 13 23:26:50.248 INFO E| Downloaded futures v0.3.28
30252024-12-13T23:26:51.660Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30262024-12-13T23:26:51.663Z[ helios-setup] Dec 13 23:26:50.273 INFO E| Downloaded memchr v2.5.0
30272024-12-13T23:26:51.669Z[ helios-setup] Dec 13 23:26:50.279 INFO E| Downloaded parking_lot v0.12.1
30282024-12-13T23:26:51.673Z[ helios-setup] Dec 13 23:26:50.283 INFO E| Downloaded rayon-core v1.10.2
30292024-12-13T23:26:51.678Z[ helios-setup] Dec 13 23:26:50.288 INFO E| Downloaded cc v1.0.78
30302024-12-13T23:26:51.715Z[ helios-setup] Dec 13 23:26:50.323 INFO E| Downloaded crossbeam-epoch v0.9.13
30312024-12-13T23:26:51.718Z[ helios-setup] Dec 13 23:26:50.328 INFO E| Downloaded parking_lot_core v0.9.6
30322024-12-13T23:26:51.721Z[ helios-setup] Dec 13 23:26:50.331 INFO E| Downloaded once_cell v1.17.0
30332024-12-13T23:26:51.726Z[ helios-setup] Dec 13 23:26:50.335 INFO E| Downloaded serde v1.0.204
30342024-12-13T23:26:51.731Z[ helios-setup] Dec 13 23:26:50.341 INFO E| Downloaded crossbeam-channel v0.5.6
30352024-12-13T23:26:51.737Z[ helios-setup] Dec 13 23:26:50.347 INFO E| Downloaded mio v0.8.5
30362024-12-13T23:26:51.746Z[ helios-setup] Dec 13 23:26:50.355 INFO E| Downloaded jobserver v0.1.26
30372024-12-13T23:26:51.749Z[ helios-setup] Dec 13 23:26:50.359 INFO E| Downloaded rustls-webpki v0.100.1
30382024-12-13T23:26:51.760Z[ helios-setup] Dec 13 23:26:50.369 INFO E| Downloaded http v0.2.9
30392024-12-13T23:26:51.765Z[ helios-setup] Dec 13 23:26:50.375 INFO E| Downloaded itoa v1.0.6
30402024-12-13T23:26:51.769Z[ helios-setup] Dec 13 23:26:50.378 INFO E| Downloaded pest v2.5.7
30412024-12-13T23:26:51.776Z[ helios-setup] Dec 13 23:26:50.386 INFO E| Downloaded clap_builder v4.2.1
30422024-12-13T23:26:51.787Z[ helios-setup] Dec 13 23:26:50.397 INFO E| Downloaded ipnet v2.7.2
30432024-12-13T23:26:51.790Z[ helios-setup] Dec 13 23:26:50.399 INFO E| Downloaded io-lifetimes v1.0.10
30442024-12-13T23:26:51.795Z[ helios-setup] Dec 13 23:26:50.405 INFO E| Downloaded httparse v1.8.0
30452024-12-13T23:26:51.798Z[ helios-setup] Dec 13 23:26:50.408 INFO E| Downloaded getrandom v0.2.8
30462024-12-13T23:26:51.803Z[ helios-setup] Dec 13 23:26:50.413 INFO E| Downloaded digest v0.10.6
30472024-12-13T23:26:51.806Z[ helios-setup] Dec 13 23:26:50.416 INFO E| Downloaded h2 v0.3.16
30482024-12-13T23:26:51.817Z[ helios-setup] Dec 13 23:26:50.426 INFO E| Downloaded tokio v1.27.0
30492024-12-13T23:26:51.958Z[ helios-setup] Dec 13 23:26:50.568 INFO E| Downloaded rayon v1.6.1
30502024-12-13T23:26:51.972Z[ helios-setup] Dec 13 23:26:50.582 INFO E| Downloaded chrono v0.4.24
30512024-12-13T23:26:51.984Z[ helios-setup] Dec 13 23:26:50.593 INFO E| Downloaded serde_json v1.0.95
30522024-12-13T23:26:51.997Z[ helios-setup] Dec 13 23:26:50.604 INFO E| Downloaded reqwest v0.11.16
30532024-12-13T23:26:52.006Z[ helios-setup] Dec 13 23:26:50.616 INFO E| Downloaded pin-project-lite v0.2.9
30542024-12-13T23:26:52.014Z[ helios-setup] Dec 13 23:26:50.623 INFO E| Downloaded hyper v0.14.25
30552024-12-13T23:26:52.027Z[ helios-setup] Dec 13 23:26:50.637 INFO E| Downloaded git2 v0.16.1
30562024-12-13T23:26:52.040Z[ helios-setup] Dec 13 23:26:50.650 INFO E| Downloaded rustfmt-wrapper v0.2.0
30572024-12-13T23:26:52.043Z[ helios-setup] Dec 13 23:26:50.652 INFO E| Downloaded regress v0.5.0
30582024-12-13T23:26:52.054Z[ helios-setup] Dec 13 23:26:50.663 INFO E| Downloaded regex v1.7.3
30592024-12-13T23:26:52.066Z[ helios-setup] Dec 13 23:26:50.676 INFO E| Downloaded syn v2.0.72
30602024-12-13T23:26:52.085Z[ helios-setup] Dec 13 23:26:50.694 INFO E| Downloaded rustix v0.37.3
30612024-12-13T23:26:52.125Z[ helios-setup] Dec 13 23:26:50.735 INFO E| Downloaded rhai v1.14.0
30622024-12-13T23:26:52.270Z[ helios-setup] Dec 13 23:26:50.753 INFO E| Downloaded libc v0.2.139
30632024-12-13T23:26:52.448Z[ helios-setup] Dec 13 23:26:50.791 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
30642024-12-13T23:26:52.448Z[ helios-setup] Dec 13 23:26:50.794 INFO E| Downloaded ppv-lite86 v0.2.17
30652024-12-13T23:26:52.448Z[ helios-setup] Dec 13 23:26:50.796 INFO E| Downloaded percent-encoding v2.2.0
30662024-12-13T23:26:52.448Z[ helios-setup] Dec 13 23:26:50.797 INFO E| Downloaded pkg-config v0.3.26
30672024-12-13T23:26:52.448Z[ helios-setup] Dec 13 23:26:50.800 INFO E| Downloaded num_enum_derive v0.5.7
30682024-12-13T23:26:52.448Z[ helios-setup] Dec 13 23:26:50.801 INFO E| Downloaded openapiv3 v1.0.2
30692024-12-13T23:26:52.448Z[ helios-setup] Dec 13 23:26:50.821 INFO E| Downloaded num_enum v0.5.7
30702024-12-13T23:26:52.448Z[ helios-setup] Dec 13 23:26:50.827 INFO E| Downloaded toml_edit v0.19.8
30712024-12-13T23:26:52.448Z[ helios-setup] Dec 13 23:26:50.853 INFO E| Downloaded num_cpus v1.15.0
30722024-12-13T23:26:52.448Z[ helios-setup] Dec 13 23:26:50.857 INFO E| Downloaded cargo-lock v8.0.3
30732024-12-13T23:26:52.448Z[ helios-setup] Dec 13 23:26:50.861 INFO E| Downloaded schemars v0.8.12
30742024-12-13T23:26:52.448Z[ helios-setup] Dec 13 23:26:50.879 INFO E| Downloaded uuid v1.3.0
30752024-12-13T23:26:52.547Z[ helios-setup] Dec 13 23:26:50.885 INFO E| Downloaded tinyvec v1.6.0
30762024-12-13T23:26:52.547Z[ helios-setup] Dec 13 23:26:50.891 INFO E| Downloaded paste v1.0.12
30772024-12-13T23:26:52.547Z[ helios-setup] Dec 13 23:26:50.896 INFO E| Downloaded slog-bunyan v2.4.0
30782024-12-13T23:26:52.547Z[ helios-setup] Dec 13 23:26:50.900 INFO E| Downloaded sct v0.7.0
30792024-12-13T23:26:52.547Z[ helios-setup] Dec 13 23:26:50.906 INFO E| Downloaded unsafe-libyaml v0.2.8
30802024-12-13T23:26:52.547Z[ helios-setup] Dec 13 23:26:50.911 INFO E| Downloaded tungstenite v0.18.0
30812024-12-13T23:26:52.547Z[ helios-setup] Dec 13 23:26:50.916 INFO E| Downloaded toml v0.7.3
30822024-12-13T23:26:52.547Z[ helios-setup] Dec 13 23:26:50.923 INFO E| Downloaded memoffset v0.7.1
30832024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.925 INFO E| Downloaded iana-time-zone v0.1.56
30842024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.928 INFO E| Downloaded httpdate v1.0.2
30852024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.930 INFO E| Downloaded http-body v0.4.5
30862024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.932 INFO E| Downloaded clap_derive v4.2.0
30872024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.936 INFO E| Downloaded bincode v1.3.3
30882024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.939 INFO E| Downloaded thiserror v1.0.38
30892024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.946 INFO E| Downloaded smartstring v1.0.1
30902024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.949 INFO E| Downloaded sha2 v0.10.6
30912024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.953 INFO E| Downloaded futures-sink v0.3.28
30922024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.954 INFO E| Downloaded either v1.8.0
30932024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.956 INFO E| Downloaded futures-macro v0.3.28
30942024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.958 INFO E| Downloaded futures-io v0.3.28
30952024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.959 INFO E| Downloaded form_urlencoded v1.1.0
30962024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.960 INFO E| Downloaded concolor-query v0.3.3
30972024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.961 INFO E| Downloaded clap_lex v0.4.1
30982024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.963 INFO E| Downloaded tokio-macros v2.0.0
30992024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.964 INFO E| Downloaded futures-executor v0.3.28
31002024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.966 INFO E| Downloaded futures-core v0.3.28
31012024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.968 INFO E| Downloaded semver v0.11.0
31022024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.971 INFO E| Downloaded unicode-bidi v0.3.13
31032024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.974 INFO E| Downloaded crossbeam-deque v0.8.2
31042024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.976 INFO E| Downloaded serde_spanned v0.6.1
31052024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.978 INFO E| Downloaded scopeguard v1.1.0
31062024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.980 INFO E| Downloaded schemars_derive v0.8.12
31072024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.992 INFO E| Downloaded const-random-macro v0.1.15
31082024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.992 INFO E| Downloaded aho-corasick v0.7.20
31092024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.992 INFO E| Downloaded byteorder v1.4.3
31102024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:50.992 INFO E| Downloaded built v0.6.0
31112024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:51.004 INFO E| Downloaded concolor-override v1.0.0
31122024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:51.004 INFO E| Downloaded tracing v0.1.37
31132024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:51.004 INFO E| Downloaded toolchain_find v0.2.0
31142024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:51.004 INFO E| Downloaded toml_datetime v0.6.1
31152024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:51.005 INFO E| Downloaded serde_derive v1.0.204
31162024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:51.008 INFO E| Downloaded anstyle v0.3.5
31172024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:51.012 INFO E| Downloaded anstream v0.2.6
31182024-12-13T23:26:52.548Z[ helios-setup] Dec 13 23:26:51.041 INFO E| Downloaded rustls-pemfile v1.0.2
31192024-12-13T23:26:52.549Z[ helios-setup] Dec 13 23:26:51.044 INFO E| Downloaded rustls v0.21.0
31202024-12-13T23:26:52.549Z[ helios-setup] Dec 13 23:26:51.062 INFO E| Downloaded async-stream v0.3.5
31212024-12-13T23:26:52.558Z[ helios-setup] Dec 13 23:26:51.136 INFO E| Downloaded encoding_rs v0.8.32
31222024-12-13T23:26:52.656Z[ helios-setup] Dec 13 23:26:51.252 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31232024-12-13T23:26:52.830Z[ helios-setup] Dec 13 23:26:51.439 INFO E| Downloaded libz-sys v1.1.8
31242024-12-13T23:26:53.080Z[ host-package] Compiling hyper-staticfile v0.10.1
31252024-12-13T23:26:53.243Z[ helios-setup] Dec 13 23:26:51.853 INFO E| Compiling proc-macro2 v1.0.86
31262024-12-13T23:26:53.246Z[ helios-setup] Dec 13 23:26:51.853 INFO E| Compiling libc v0.2.139
31272024-12-13T23:26:53.246Z[ helios-setup] Dec 13 23:26:51.853 INFO E| Compiling unicode-ident v1.0.8
31282024-12-13T23:26:53.246Z[ helios-setup] Dec 13 23:26:51.853 INFO E| Compiling autocfg v1.1.0
31292024-12-13T23:26:53.246Z[ helios-setup] Dec 13 23:26:51.853 INFO E| Compiling cfg-if v1.0.0
31302024-12-13T23:26:53.246Z[ helios-setup] Dec 13 23:26:51.854 INFO E| Compiling version_check v0.9.4
31312024-12-13T23:26:53.246Z[ helios-setup] Dec 13 23:26:51.854 INFO E| Compiling serde v1.0.204
31322024-12-13T23:26:53.246Z[ helios-setup] Dec 13 23:26:51.854 INFO E| Compiling syn v1.0.107
31332024-12-13T23:26:53.805Z[ helios-setup] Dec 13 23:26:52.415 INFO E| Compiling memchr v2.5.0
31342024-12-13T23:26:54.193Z[ helios-setup] Dec 13 23:26:52.802 INFO E| Compiling once_cell v1.17.0
31352024-12-13T23:26:54.875Z[ helios-setup] Dec 13 23:26:53.484 INFO E| Compiling log v0.4.17
31362024-12-13T23:26:54.959Z[ helios-setup] Dec 13 23:26:53.567 INFO E| Compiling thiserror v1.0.38
31372024-12-13T23:26:55.361Z[ helios-setup] Dec 13 23:26:53.970 INFO E| Compiling serde_json v1.0.95
31382024-12-13T23:26:55.617Z[ helios-setup] Dec 13 23:26:54.226 INFO E| Compiling itoa v1.0.6
31392024-12-13T23:26:56.747Z[ helios-setup] Dec 13 23:26:55.355 INFO E| Compiling indexmap v1.9.3
31402024-12-13T23:26:56.838Z[ helios-setup] Dec 13 23:26:55.446 INFO E| Compiling pin-project-lite v0.2.9
31412024-12-13T23:26:56.967Z[ helios-setup] Dec 13 23:26:55.575 INFO E| Compiling scopeguard v1.1.0
31422024-12-13T23:26:57.251Z[ helios-setup] Dec 13 23:26:55.856 INFO E| Compiling num-integer v0.1.45
31432024-12-13T23:26:57.493Z[ helios-setup] Dec 13 23:26:56.100 INFO E| Compiling futures-core v0.3.28
31442024-12-13T23:26:57.584Z[ helios-setup] Dec 13 23:26:56.192 INFO E| Compiling bytes v1.4.0
31452024-12-13T23:26:57.746Z[ host-package] Compiling nix v0.27.1
31462024-12-13T23:26:58.087Z[ helios-setup] Dec 13 23:26:56.695 INFO E| Compiling quote v1.0.36
31472024-12-13T23:26:58.467Z[ helios-setup] Dec 13 23:26:57.069 INFO E| Compiling getrandom v0.2.8
31482024-12-13T23:26:58.660Z[ helios-setup] Dec 13 23:26:57.268 INFO E| Compiling jobserver v0.1.26
31492024-12-13T23:26:59.083Z[ helios-setup] Dec 13 23:26:57.691 INFO E| Compiling syn v2.0.72
31502024-12-13T23:26:59.295Z[ helios-setup] Dec 13 23:26:57.903 INFO E| Compiling cc v1.0.78
31512024-12-13T23:26:59.721Z[ helios-setup] Dec 13 23:26:58.329 INFO E| Compiling ryu v1.0.13
31522024-12-13T23:27:00.799Z[ helios-setup] Dec 13 23:26:59.407 INFO E| Compiling lock_api v0.4.9
31532024-12-13T23:27:00.926Z[ helios-setup] Dec 13 23:26:59.534 INFO E| Compiling bitflags v1.3.2
31542024-12-13T23:27:01.045Z[ helios-setup] Dec 13 23:26:59.653 INFO E| Compiling typenum v1.16.0
31552024-12-13T23:27:01.181Z[ helios-setup] Dec 13 23:26:59.789 INFO E| Compiling parking_lot_core v0.9.6
31562024-12-13T23:27:01.280Z[ helios-setup] Dec 13 23:26:59.885 INFO E| Compiling num_cpus v1.15.0
31572024-12-13T23:27:01.639Z[ helios-setup] Dec 13 23:27:00.246 INFO E| Compiling slab v0.4.7
31582024-12-13T23:27:01.654Z[ helios-setup] Dec 13 23:27:00.262 INFO E| Compiling generic-array v0.14.6
31592024-12-13T23:27:02.012Z[ helios-setup] Dec 13 23:27:00.618 INFO E| Compiling futures-task v0.3.28
31602024-12-13T23:27:02.313Z[ helios-setup] Dec 13 23:27:00.921 INFO E| Compiling futures-sink v0.3.28
31612024-12-13T23:27:02.593Z[ helios-setup] Dec 13 23:27:01.201 INFO E| Compiling futures-channel v0.3.28
31622024-12-13T23:27:03.202Z[ helios-setup] Dec 13 23:27:01.810 INFO E| Compiling tokio v1.27.0
31632024-12-13T23:27:03.360Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31642024-12-13T23:27:03.484Z[ helios-setup] Dec 13 23:27:02.092 INFO E| Compiling schemars v0.8.12
31652024-12-13T23:27:03.559Z[ helios-setup] Dec 13 23:27:02.166 INFO E| Compiling futures-util v0.3.28
31662024-12-13T23:27:04.671Z[ helios-setup] Dec 13 23:27:03.279 INFO E| Compiling mio v0.8.5
31672024-12-13T23:27:04.733Z[ helios-setup] Dec 13 23:27:03.340 INFO E| Compiling socket2 v0.4.9
31682024-12-13T23:27:04.932Z[ helios-setup] Dec 13 23:27:03.539 INFO E| Compiling signal-hook-registry v1.4.0
31692024-12-13T23:27:05.594Z[ helios-setup] Dec 13 23:27:04.200 INFO E| Compiling num-traits v0.2.15
31702024-12-13T23:27:05.631Z[ helios-setup] Dec 13 23:27:04.238 INFO E| Compiling ahash v0.7.6
31712024-12-13T23:27:06.533Z[ helios-setup] Dec 13 23:27:05.141 INFO E| Compiling futures-io v0.3.28
31722024-12-13T23:27:07.102Z[ helios-setup] Dec 13 23:27:05.709 INFO E| Compiling pin-utils v0.1.0
31732024-12-13T23:27:07.350Z[ helios-setup] Dec 13 23:27:05.956 INFO E| Compiling io-lifetimes v1.0.10
31742024-12-13T23:27:07.565Z[ helios-setup] Dec 13 23:27:06.171 INFO E| Compiling crunchy v0.2.2
31752024-12-13T23:27:08.445Z[ helios-setup] Dec 13 23:27:07.051 INFO E| Compiling ahash v0.8.3
31762024-12-13T23:27:08.709Z[ helios-setup] Dec 13 23:27:07.316 INFO E| Compiling rustix v0.37.3
31772024-12-13T23:27:09.294Z[ helios-setup] Dec 13 23:27:07.901 INFO E| Compiling tiny-keccak v2.0.2
31782024-12-13T23:27:09.359Z[ helios-setup] Dec 13 23:27:07.966 INFO E| Compiling hashbrown v0.12.3
31792024-12-13T23:27:09.896Z[ helios-setup] Dec 13 23:27:08.501 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31802024-12-13T23:27:10.609Z[ helios-setup] Dec 13 23:27:09.215 INFO E| Compiling serde_derive_internals v0.26.0
31812024-12-13T23:27:10.684Z[ helios-setup] Dec 13 23:27:09.290 INFO E| Compiling crypto-common v0.1.6
31822024-12-13T23:27:10.961Z[ helios-setup] Dec 13 23:27:09.567 INFO E| Compiling block-buffer v0.10.3
31832024-12-13T23:27:11.815Z[ helios-setup] Dec 13 23:27:10.422 INFO E| Compiling errno v0.3.1
31842024-12-13T23:27:12.534Z[ helios-setup] Dec 13 23:27:11.140 INFO E| Compiling pkg-config v0.3.26
31852024-12-13T23:27:12.537Z[ helios-setup] Dec 13 23:27:11.140 INFO E| Compiling slog v2.7.0
31862024-12-13T23:27:12.708Z[ helios-setup] Dec 13 23:27:11.314 INFO E| Compiling fnv v1.0.7
31872024-12-13T23:27:13.172Z[ helios-setup] Dec 13 23:27:11.779 INFO E| Compiling crossbeam-utils v0.8.14
31882024-12-13T23:27:14.483Z[ helios-setup] Dec 13 23:27:13.089 INFO E| Compiling http v0.2.9
31892024-12-13T23:27:15.181Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31902024-12-13T23:27:15.533Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31912024-12-13T23:27:15.751Z[ helios-setup] Dec 13 23:27:14.357 INFO E| Compiling digest v0.10.6
31922024-12-13T23:27:16.572Z[ helios-setup] Dec 13 23:27:15.177 INFO E| Compiling aho-corasick v0.7.20
31932024-12-13T23:27:16.644Z[ helios-setup] Dec 13 23:27:15.250 INFO E| Compiling tinyvec_macros v0.1.1
31942024-12-13T23:27:17.334Z[ helios-setup] Dec 13 23:27:15.939 INFO E| Compiling cpufeatures v0.2.5
31952024-12-13T23:27:17.493Z[ helios-setup] Dec 13 23:27:16.099 INFO E| Compiling percent-encoding v2.2.0
31962024-12-13T23:27:17.565Z[ helios-setup] Dec 13 23:27:16.170 INFO E| Compiling heck v0.4.1
31972024-12-13T23:27:17.569Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31982024-12-13T23:27:17.909Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31992024-12-13T23:27:18.402Z[ helios-setup] Dec 13 23:27:17.007 INFO E| Compiling regex-syntax v0.6.29
32002024-12-13T23:27:18.544Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32012024-12-13T23:27:18.634Z[ helios-setup] Dec 13 23:27:17.239 INFO E| Compiling unicode-width v0.1.10
32022024-12-13T23:27:19.280Z[ helios-setup] Dec 13 23:27:17.885 INFO E| Compiling anyhow v1.0.68
32032024-12-13T23:27:19.357Z[ helios-setup] Dec 13 23:27:17.962 INFO E| Compiling httparse v1.8.0
32042024-12-13T23:27:19.442Z[ helios-setup] Dec 13 23:27:18.047 INFO E| Compiling const-random-macro v0.1.15
32052024-12-13T23:27:19.570Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32062024-12-13T23:27:20.277Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32072024-12-13T23:27:20.658Z[ helios-setup] Dec 13 23:27:19.262 INFO E| Compiling form_urlencoded v1.1.0
32082024-12-13T23:27:20.819Z[ helios-setup] Dec 13 23:27:19.424 INFO E| Compiling tinyvec v1.6.0
32092024-12-13T23:27:21.132Z[ host-package] Compiling unicode-truncate v1.1.0
32102024-12-13T23:27:21.137Z[ helios-setup] Dec 13 23:27:19.742 INFO E| Compiling thiserror-impl v1.0.38
32112024-12-13T23:27:21.395Z[ helios-setup] Dec 13 23:27:20.000 INFO E| Compiling schemars_derive v0.8.12
32122024-12-13T23:27:21.572Z[ helios-setup] Dec 13 23:27:20.177 INFO E| Compiling hashbrown v0.13.2
32132024-12-13T23:27:21.824Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32142024-12-13T23:27:22.906Z[ helios-setup] Dec 13 23:27:21.511 INFO E| Compiling serde_derive v1.0.204
32152024-12-13T23:27:23.213Z[ helios-setup] Dec 13 23:27:21.817 INFO E| Compiling futures-macro v0.3.28
32162024-12-13T23:27:24.404Z[ helios-setup] Dec 13 23:27:23.009 INFO E| Compiling tokio-macros v2.0.0
32172024-12-13T23:27:25.330Z[ helios-setup] Dec 13 23:27:23.934 INFO E| Compiling chrono v0.4.24
32182024-12-13T23:27:27.124Z[ helios-setup] Dec 13 23:27:25.729 INFO E| Compiling regex v1.7.3
32192024-12-13T23:27:27.260Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32202024-12-13T23:27:27.610Z[ helios-setup] Dec 13 23:27:26.214 INFO E| Compiling libz-sys v1.1.8
32212024-12-13T23:27:29.628Z[ helios-setup] Dec 13 23:27:28.232 INFO E| Compiling dyn-clone v1.0.11
32222024-12-13T23:27:29.669Z[ helios-setup] Dec 13 23:27:28.273 INFO E| Compiling uuid v1.3.0
32232024-12-13T23:27:30.330Z[ helios-setup] Dec 13 23:27:28.934 INFO E| Compiling unicode-normalization v0.1.22
32242024-12-13T23:27:30.356Z[ helios-setup] Dec 13 23:27:28.959 INFO E| Compiling regress v0.5.0
32252024-12-13T23:27:30.578Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32262024-12-13T23:27:30.855Z[ helios-setup] Dec 13 23:27:29.459 INFO E| Compiling const-random v0.1.15
32272024-12-13T23:27:31.472Z[ host-package] Compiling hashlink v0.9.1
32282024-12-13T23:27:31.767Z[ host-package] Compiling tungstenite v0.23.0
32292024-12-13T23:27:32.270Z[ host-package] Compiling lru v0.12.5
32302024-12-13T23:27:33.197Z[ host-package] Compiling instability v0.3.2
32312024-12-13T23:27:33.200Z[ helios-setup] Dec 13 23:27:31.801 INFO E| Compiling getopts v0.2.21
32322024-12-13T23:27:33.606Z[ host-package] Compiling fallible-iterator v0.3.0
32332024-12-13T23:27:33.809Z[ helios-setup] Dec 13 23:27:32.412 INFO E| Compiling tracing-core v0.1.30
32342024-12-13T23:27:34.633Z[ helios-setup] Dec 13 23:27:33.236 INFO E| Compiling memoffset v0.7.1
32352024-12-13T23:27:35.449Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32362024-12-13T23:27:35.554Z[ host-package] Compiling cassowary v0.3.0
32372024-12-13T23:27:35.706Z[ host-package] Compiling base64 v0.13.1
32382024-12-13T23:27:36.153Z[ helios-setup] Dec 13 23:27:34.756 INFO E| Compiling unicode-bidi v0.3.13
32392024-12-13T23:27:36.403Z[ helios-setup] Dec 13 23:27:35.006 INFO E| Compiling ucd-trie v0.1.5
32402024-12-13T23:27:36.493Z[ host-package] Compiling rusqlite v0.32.1
32412024-12-13T23:27:36.613Z[ host-package] Compiling tokio-tungstenite v0.23.1
32422024-12-13T23:27:37.612Z[ host-package] Compiling ron v0.7.1
32432024-12-13T23:27:37.836Z[ helios-setup] Dec 13 23:27:36.438 INFO E| Compiling powerfmt v0.2.0
32442024-12-13T23:27:38.062Z[ host-package] Compiling ratatui v0.28.1
32452024-12-13T23:27:38.263Z[ helios-setup] Dec 13 23:27:36.865 INFO E| Compiling time-core v0.1.2
32462024-12-13T23:27:38.624Z[ helios-setup] Dec 13 23:27:37.225 INFO E| Compiling num-conv v0.1.0
32472024-12-13T23:27:39.197Z[ helios-setup] Dec 13 23:27:37.799 INFO E| Compiling deranged v0.3.11
32482024-12-13T23:27:39.197Z[ helios-setup] Dec 13 23:27:37.799 INFO E| Compiling idna v0.3.0
32492024-12-13T23:27:39.442Z[ helios-setup] Dec 13 23:27:38.045 INFO E| Compiling time-macros v0.2.18
32502024-12-13T23:27:41.666Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32512024-12-13T23:27:43.038Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32522024-12-13T23:27:43.265Z[ helios-setup] Dec 13 23:27:41.865 INFO E| Compiling pest v2.5.7
32532024-12-13T23:27:43.899Z[ helios-setup] Dec 13 23:27:42.500 INFO E| Compiling tracing v0.1.37
32542024-12-13T23:27:45.676Z[ helios-setup] Dec 13 23:27:44.277 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32552024-12-13T23:27:46.326Z[ host-package] Compiling xz2 v0.1.7
32562024-12-13T23:27:47.426Z[ helios-setup] Dec 13 23:27:46.027 INFO E| Compiling time v0.1.45
32572024-12-13T23:27:47.565Z[ helios-setup] Dec 13 23:27:46.165 INFO E| Compiling crossbeam-epoch v0.9.13
32582024-12-13T23:27:47.773Z[ helios-setup] Dec 13 23:27:46.374 INFO E| Compiling num_threads v0.1.6
32592024-12-13T23:27:49.115Z[ helios-setup] Dec 13 23:27:47.716 INFO E| Compiling iana-time-zone v0.1.56
32602024-12-13T23:27:49.799Z[ host-package] Compiling tokio-rustls v0.24.1
32612024-12-13T23:27:50.091Z[ helios-setup] Dec 13 23:27:48.692 INFO E| Compiling smallvec v1.10.0
32622024-12-13T23:27:50.782Z[ host-package] Compiling zone v0.1.8
32632024-12-13T23:27:50.897Z[ helios-setup] Dec 13 23:27:49.498 INFO E| Compiling semver v1.0.17
32642024-12-13T23:27:51.248Z[ helios-setup] Dec 13 23:27:49.848 INFO E| Compiling toml v0.5.11
32652024-12-13T23:27:51.718Z[ helios-setup] Dec 13 23:27:50.319 INFO E| Compiling serde_tokenstream v0.2.0
32662024-12-13T23:27:52.021Z[ helios-setup] Dec 13 23:27:50.621 INFO E| Compiling parking_lot v0.12.1
32672024-12-13T23:27:52.935Z[ helios-setup] Dec 13 23:27:51.536 INFO E| Compiling time v0.3.36
32682024-12-13T23:27:57.072Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32692024-12-13T23:27:57.492Z[ helios-setup] Dec 13 23:27:56.092 INFO E| Compiling semver-parser v0.10.2
32702024-12-13T23:28:01.196Z[ helios-setup] Dec 13 23:27:59.795 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32712024-12-13T23:28:03.365Z[ helios-setup] Dec 13 23:28:01.963 INFO E| Compiling url v2.3.1
32722024-12-13T23:28:07.443Z[ helios-setup] Dec 13 23:28:06.040 INFO E| Compiling crossbeam-channel v0.5.6
32732024-12-13T23:28:08.231Z[ helios-setup] Dec 13 23:28:06.829 INFO E| Compiling dirs-sys-next v0.1.2
32742024-12-13T23:28:09.446Z[ helios-setup] Dec 13 23:28:08.043 INFO E| Compiling same-file v1.0.6
32752024-12-13T23:28:10.286Z[ helios-setup] Dec 13 23:28:08.883 INFO E| Compiling try-lock v0.2.4
32762024-12-13T23:28:10.364Z[ helios-setup] Dec 13 23:28:08.961 INFO E| Compiling crc32fast v1.3.2
32772024-12-13T23:28:10.579Z[ helios-setup] Dec 13 23:28:09.177 INFO E| Compiling want v0.3.0
32782024-12-13T23:28:10.658Z[ helios-setup] Dec 13 23:28:09.254 INFO E| Compiling walkdir v2.3.3
32792024-12-13T23:28:11.696Z[ helios-setup] Dec 13 23:28:10.292 INFO E| Compiling tokio-util v0.7.7
32802024-12-13T23:28:12.127Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32812024-12-13T23:28:12.204Z[ helios-setup] Dec 13 23:28:10.801 INFO E| Compiling dirs-next v2.0.0
32822024-12-13T23:28:14.168Z[ helios-setup] Dec 13 23:28:12.765 INFO E| Compiling h2 v0.3.16
32832024-12-13T23:28:14.742Z[ helios-setup] Dec 13 23:28:13.338 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32842024-12-13T23:28:16.420Z[ helios-setup] Dec 13 23:28:15.017 INFO E| Compiling semver v0.11.0
32852024-12-13T23:28:16.555Z[ helios-setup] Dec 13 23:28:15.152 INFO E| Compiling proc-macro-crate v1.2.1
32862024-12-13T23:28:18.459Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32872024-12-13T23:28:18.593Z[ helios-setup] Dec 13 23:28:17.189 INFO E| Compiling futures-executor v0.3.28
32882024-12-13T23:28:18.687Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32892024-12-13T23:28:20.594Z[ helios-setup] Dec 13 23:28:19.188 INFO E| Compiling http-body v0.4.5
32902024-12-13T23:28:20.942Z[ helios-setup] Dec 13 23:28:19.537 INFO E| Compiling ring v0.16.20
32912024-12-13T23:28:21.627Z[ helios-setup] Dec 13 23:28:20.222 INFO E| Compiling rand_core v0.6.4
32922024-12-13T23:28:22.022Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32932024-12-13T23:28:23.117Z[ helios-setup] Dec 13 23:28:21.712 INFO E| Compiling thread_local v1.1.7
32942024-12-13T23:28:23.319Z[ helios-setup] Dec 13 23:28:21.914 INFO E| Compiling rayon-core v1.10.2
32952024-12-13T23:28:24.472Z[ helios-setup] Dec 13 23:28:23.068 INFO E| Compiling ppv-lite86 v0.2.17
32962024-12-13T23:28:25.009Z[ helios-setup] Dec 13 23:28:23.604 INFO E| Compiling home v0.5.4
32972024-12-13T23:28:25.767Z[ helios-setup] Dec 13 23:28:24.362 INFO E| Compiling adler v1.0.2
32982024-12-13T23:28:26.010Z[ helios-setup] Dec 13 23:28:24.605 INFO E| Compiling lazy_static v1.4.0
32992024-12-13T23:28:26.448Z[ helios-setup] Dec 13 23:28:25.042 INFO E| Compiling tower-service v0.3.2
33002024-12-13T23:28:26.569Z[ helios-setup] Dec 13 23:28:25.164 INFO E| Compiling httpdate v1.0.2
33012024-12-13T23:28:26.962Z[ helios-setup] Dec 13 23:28:25.557 INFO E| Compiling fastrand v1.9.0
33022024-12-13T23:28:27.047Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33032024-12-13T23:28:27.754Z[ helios-setup] Dec 13 23:28:26.349 INFO E| Compiling base64 v0.21.0
33042024-12-13T23:28:28.301Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33052024-12-13T23:28:28.307Z[ helios-setup] Dec 13 23:28:26.902 INFO E| Compiling utf8parse v0.2.1
33062024-12-13T23:28:28.718Z[ helios-setup] Dec 13 23:28:27.312 INFO E| Compiling anstyle-parse v0.1.1
33072024-12-13T23:28:29.579Z[ helios-setup] Dec 13 23:28:28.172 INFO E| Compiling tempfile v3.5.0
33082024-12-13T23:28:29.884Z[ helios-setup] Dec 13 23:28:28.466 INFO E| Compiling hyper v0.14.25
33092024-12-13T23:28:32.589Z[ helios-setup] Dec 13 23:28:31.182 INFO E| Compiling toolchain_find v0.2.0
33102024-12-13T23:28:33.447Z[ helios-setup] Dec 13 23:28:32.040 INFO E| Compiling miniz_oxide v0.6.2
33112024-12-13T23:28:33.690Z[ helios-setup] Dec 13 23:28:32.284 INFO E| Compiling rand_chacha v0.3.1
33122024-12-13T23:28:35.672Z[ host-package] Compiling rustls-pemfile v1.0.4
33132024-12-13T23:28:37.157Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33142024-12-13T23:28:37.853Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33152024-12-13T23:28:38.447Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33162024-12-13T23:28:39.382Z[ host-package] Compiling signal-hook-tokio v0.3.1
33172024-12-13T23:28:40.001Z[ host-package] Compiling twox-hash v1.6.3
33182024-12-13T23:28:42.498Z[ host-package] Compiling yasna v0.5.2
33192024-12-13T23:28:44.795Z[ host-package] Compiling is_ci v1.2.0
33202024-12-13T23:28:44.822Z[ helios-setup] Dec 13 23:28:43.414 INFO E| Compiling futures v0.3.28
33212024-12-13T23:28:45.100Z[ helios-setup] Dec 13 23:28:43.692 INFO E| Compiling num_enum_derive v0.5.7
33222024-12-13T23:28:45.690Z[ host-package] Compiling unicode-linebreak v0.1.5
33232024-12-13T23:28:46.518Z[ helios-setup] Dec 13 23:28:45.109 INFO E| Compiling cargo-lock v8.0.3
33242024-12-13T23:28:46.901Z[ host-package] Compiling smawk v0.3.2
33252024-12-13T23:28:47.247Z[ host-package] Compiling rcgen v0.12.1
33262024-12-13T23:28:47.640Z[ host-package] Compiling textwrap v0.16.1
33272024-12-13T23:28:49.551Z[ host-package] Compiling supports-color v3.0.1
33282024-12-13T23:28:52.466Z[ helios-setup] Dec 13 23:28:51.057 INFO E| Compiling crossbeam-deque v0.8.2
33292024-12-13T23:28:52.835Z[ helios-setup] Dec 13 23:28:51.426 INFO E| Compiling term v0.7.0
33302024-12-13T23:28:53.124Z[ helios-setup] Dec 13 23:28:51.715 INFO E| Compiling serde_urlencoded v0.7.1
33312024-12-13T23:28:53.235Z[ helios-setup] Dec 13 23:28:51.826 INFO E| Compiling is-terminal v0.4.7
33322024-12-13T23:28:53.550Z[ helios-setup] Dec 13 23:28:52.134 INFO E| Compiling sha2 v0.10.6
33332024-12-13T23:28:54.084Z[ helios-setup] Dec 13 23:28:52.675 INFO E| Compiling sha1 v0.10.5
33342024-12-13T23:28:54.617Z[ helios-setup] Dec 13 23:28:53.208 INFO E| Compiling atty v0.2.14
33352024-12-13T23:28:56.975Z[ helios-setup] Dec 13 23:28:55.565 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33362024-12-13T23:28:57.399Z[ helios-setup] Dec 13 23:28:55.989 INFO E| Compiling concolor-query v0.3.3
33372024-12-13T23:28:57.716Z[ helios-setup] Dec 13 23:28:56.306 INFO E| Compiling concolor-override v1.0.0
33382024-12-13T23:28:57.864Z[ helios-setup] Dec 13 23:28:56.454 INFO E| Compiling anstyle v0.3.5
33392024-12-13T23:28:59.306Z[ helios-setup] Dec 13 23:28:57.896 INFO E| Compiling anstream v0.2.6
33402024-12-13T23:28:59.422Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412024-12-13T23:29:01.589Z[ helios-setup] Dec 13 23:29:00.179 INFO E| Compiling slog-term v2.9.0
33422024-12-13T23:29:02.381Z[ helios-setup] Dec 13 23:29:00.970 INFO E| Compiling flate2 v1.0.25
33432024-12-13T23:29:02.508Z[ helios-setup] Dec 13 23:29:01.097 INFO E| Compiling num_enum v0.5.7
33442024-12-13T23:29:02.602Z[ helios-setup] Dec 13 23:29:01.188 INFO E| Compiling rand v0.8.5
33452024-12-13T23:29:03.454Z[ helios-setup] Dec 13 23:29:02.043 INFO E| Compiling rustfmt-wrapper v0.2.0
33462024-12-13T23:29:04.984Z[ helios-setup] Dec 13 23:29:03.573 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33472024-12-13T23:29:05.085Z[ helios-setup] Dec 13 23:29:03.674 INFO E| Compiling openapiv3 v1.0.2
33482024-12-13T23:29:06.410Z[ helios-setup] Dec 13 23:29:04.998 INFO E| Compiling encoding_rs v0.8.32
33492024-12-13T23:29:06.916Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33502024-12-13T23:29:07.406Z[ helios-setup] Dec 13 23:29:05.995 INFO E| Compiling untrusted v0.7.1
33512024-12-13T23:29:08.003Z[ helios-setup] Dec 13 23:29:06.592 INFO E| Compiling ipnet v2.7.2
33522024-12-13T23:29:10.768Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
33532024-12-13T23:29:11.899Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33542024-12-13T23:29:13.499Z[ helios-setup] Dec 13 23:29:12.087 INFO E| Compiling base64 v0.13.1
33552024-12-13T23:29:14.096Z[ helios-setup] Dec 13 23:29:12.684 INFO E| Compiling byteorder v1.4.3
33562024-12-13T23:29:14.158Z[ helios-setup] Dec 13 23:29:12.746 INFO E| Compiling spin v0.5.2
33572024-12-13T23:29:15.184Z[ helios-setup] Dec 13 23:29:13.285 INFO E| Compiling clap_lex v0.4.1
33582024-12-13T23:29:15.567Z[ helios-setup] Dec 13 23:29:14.154 INFO E| Compiling either v1.8.0
33592024-12-13T23:29:15.651Z[ helios-setup] Dec 13 23:29:14.238 INFO E| Compiling utf-8 v0.7.6
33602024-12-13T23:29:15.947Z[ helios-setup] Dec 13 23:29:14.534 INFO E| Compiling unsafe-libyaml v0.2.8
33612024-12-13T23:29:16.410Z[ helios-setup] Dec 13 23:29:14.997 INFO E| Compiling project-root v0.2.2
33622024-12-13T23:29:16.667Z[ helios-setup] Dec 13 23:29:15.254 INFO E| Compiling mime v0.3.17
33632024-12-13T23:29:17.093Z[ helios-setup] Dec 13 23:29:15.678 INFO E| Compiling strsim v0.10.0
33642024-12-13T23:29:17.323Z[ helios-setup] Dec 13 23:29:15.909 INFO E| Compiling rayon v1.6.1
33652024-12-13T23:29:18.753Z[ helios-setup] Dec 13 23:29:17.340 INFO E| Compiling clap_builder v4.2.1
33662024-12-13T23:29:19.706Z[ helios-setup] Dec 13 23:29:18.292 INFO E| Compiling serde_yaml v0.9.21
33672024-12-13T23:29:20.068Z[ helios-setup] Dec 13 23:29:18.654 INFO E| Compiling reqwest v0.11.16
33682024-12-13T23:29:20.866Z[ helios-setup] Dec 13 23:29:19.452 INFO E| Compiling tungstenite v0.18.0
33692024-12-13T23:29:27.739Z[ helios-setup] Dec 13 23:29:26.325 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33702024-12-13T23:29:28.594Z[ helios-setup] Dec 13 23:29:27.179 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33712024-12-13T23:29:28.873Z[ helios-setup] Dec 13 23:29:27.458 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33722024-12-13T23:29:31.571Z[ helios-setup] Dec 13 23:29:30.156 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33732024-12-13T23:29:32.717Z[ helios-setup] Dec 13 23:29:31.300 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33742024-12-13T23:29:33.557Z[ helios-setup] Dec 13 23:29:32.141 INFO E| Compiling clap_derive v4.2.0
33752024-12-13T23:29:38.959Z[ helios-setup] Dec 13 23:29:37.543 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33762024-12-13T23:29:42.638Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33772024-12-13T23:29:43.848Z[ helios-setup] Dec 13 23:29:42.431 INFO E| Compiling clap v4.2.1
33782024-12-13T23:29:44.313Z[ helios-setup] Dec 13 23:29:42.896 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33792024-12-13T23:29:53.573Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33802024-12-13T23:29:55.944Z[ helios-setup] Dec 13 23:29:54.525 INFO E| Compiling tokio-tungstenite v0.18.0
33812024-12-13T23:29:57.443Z[ helios-setup] Dec 13 23:29:56.023 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33822024-12-13T23:30:00.806Z[ helios-setup] Dec 13 23:29:59.386 INFO E| Compiling smartstring v1.0.1
33832024-12-13T23:30:03.326Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33842024-12-13T23:30:03.355Z[ helios-setup] Dec 13 23:30:00.954 INFO E| Compiling rustls v0.21.0
33852024-12-13T23:30:04.167Z[ helios-setup] Dec 13 23:30:02.747 INFO E| Compiling toml_datetime v0.6.1
33862024-12-13T23:30:05.602Z[ helios-setup] Dec 13 23:30:04.181 INFO E| Compiling serde_spanned v0.6.1
33872024-12-13T23:30:09.734Z[ helios-setup] Dec 13 23:30:05.101 INFO E| Compiling match_cfg v0.1.0
33882024-12-13T23:30:09.734Z[ helios-setup] Dec 13 23:30:05.427 INFO E| Compiling winnow v0.4.1
33892024-12-13T23:30:11.777Z[ helios-setup] Dec 13 23:30:10.356 INFO E| Compiling camino v1.1.4
33902024-12-13T23:30:13.166Z[ helios-setup] Dec 13 23:30:11.744 INFO E| Compiling slog-async v2.7.0
33912024-12-13T23:30:14.147Z[ helios-setup] Dec 13 23:30:12.725 INFO E| Compiling async-trait v0.1.68
33922024-12-13T23:30:14.369Z[ helios-setup] Dec 13 23:30:12.947 INFO E| Compiling paste v1.0.12
33932024-12-13T23:30:14.719Z[ helios-setup] Dec 13 23:30:13.297 INFO E| Compiling static_assertions v1.1.0
33942024-12-13T23:30:14.954Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33952024-12-13T23:30:15.969Z[ helios-setup] Dec 13 23:30:14.547 INFO E| Compiling toml_edit v0.19.8
33962024-12-13T23:30:16.507Z[ helios-setup] Dec 13 23:30:15.084 INFO E| Compiling hostname v0.3.1
33972024-12-13T23:30:16.757Z[ helios-setup] Dec 13 23:30:15.335 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33982024-12-13T23:30:17.262Z[ helios-setup] Dec 13 23:30:15.839 INFO E| Compiling slog-json v2.6.1
33992024-12-13T23:30:18.622Z[ helios-setup] Dec 13 23:30:17.199 INFO E| Compiling unicode-linebreak v0.1.4
34002024-12-13T23:30:24.158Z[ helios-setup] Dec 13 23:30:22.734 INFO E| Compiling async-stream-impl v0.3.5
34012024-12-13T23:30:26.652Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34022024-12-13T23:30:27.274Z[ helios-setup] Dec 13 23:30:25.850 INFO E| Compiling rhai_codegen v1.5.0
34032024-12-13T23:30:28.360Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34042024-12-13T23:30:28.966Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
34052024-12-13T23:30:29.068Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34062024-12-13T23:30:31.145Z[ helios-setup] Dec 13 23:30:29.720 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34072024-12-13T23:30:31.904Z[ helios-setup] Dec 13 23:30:30.479 INFO E| Compiling take_mut v0.2.2
34082024-12-13T23:30:32.589Z[ helios-setup] Dec 13 23:30:31.164 INFO E| Compiling async-stream v0.3.5
34092024-12-13T23:30:32.850Z[ helios-setup] Dec 13 23:30:31.425 INFO E| Compiling rhai v1.14.0
34102024-12-13T23:30:33.335Z[ helios-setup] Dec 13 23:30:31.910 INFO E| Compiling toml v0.7.3
34112024-12-13T23:30:33.601Z[ helios-setup] Dec 13 23:30:32.176 INFO E| Compiling slog-bunyan v2.4.0
34122024-12-13T23:30:38.223Z[ helios-setup] Dec 13 23:30:36.777 INFO E| Compiling rustls-pemfile v1.0.2
34132024-12-13T23:30:39.019Z[ helios-setup] Dec 13 23:30:37.593 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34142024-12-13T23:30:39.752Z[ helios-setup] Dec 13 23:30:38.326 INFO E| Compiling bincode v1.3.3
34152024-12-13T23:30:41.824Z[ host-package] Compiling fatfs v0.3.6
34162024-12-13T23:30:42.350Z[ helios-setup] Dec 13 23:30:40.923 INFO E| Compiling serde_path_to_error v0.1.11
34172024-12-13T23:30:42.986Z[ helios-setup] Dec 13 23:30:41.559 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34182024-12-13T23:30:44.200Z[ helios-setup] Dec 13 23:30:42.773 INFO E| Compiling terminal_size v0.2.6
34192024-12-13T23:30:44.602Z[ helios-setup] Dec 13 23:30:43.174 INFO E| Compiling smawk v0.3.1
34202024-12-13T23:30:45.312Z[ helios-setup] Dec 13 23:30:43.883 INFO E| Compiling textwrap v0.16.0
34212024-12-13T23:30:47.596Z[ host-package] Compiling rtoolbox v0.0.2
34222024-12-13T23:30:48.710Z[ host-package] Compiling subprocess v0.2.9
34232024-12-13T23:30:50.124Z[ host-package] Compiling assert_matches v1.5.0
34242024-12-13T23:30:53.582Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34252024-12-13T23:30:56.222Z[ helios-setup] Dec 13 23:30:54.794 INFO E| Compiling rustls-webpki v0.100.1
34262024-12-13T23:30:56.311Z[ helios-setup] Dec 13 23:30:54.882 INFO E| Compiling sct v0.7.0
34272024-12-13T23:30:57.565Z[ host-package] Compiling rpassword v7.3.1
34282024-12-13T23:30:58.755Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34292024-12-13T23:31:02.499Z[ helios-setup] Dec 13 23:31:01.068 INFO E| Compiling git2 v0.16.1
34302024-12-13T23:31:04.308Z[ helios-setup] Dec 13 23:31:02.878 INFO E| Compiling tokio-rustls v0.24.0
34312024-12-13T23:31:06.662Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34322024-12-13T23:31:06.794Z[ host-package] Compiling tui-tree-widget v0.22.0
34332024-12-13T23:31:07.595Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34342024-12-13T23:31:08.198Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34352024-12-13T23:31:09.857Z[ helios-setup] Dec 13 23:31:08.426 INFO E| Compiling built v0.6.0
34362024-12-13T23:31:14.282Z[ helios-setup] Dec 13 23:31:12.851 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34372024-12-13T23:31:17.368Z[ helios-setup] Dec 13 23:31:15.936 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34382024-12-13T23:31:18.494Z[ helios-setup] Dec 13 23:31:17.063 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34392024-12-13T23:31:18.917Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34402024-12-13T23:31:19.749Z[ host-package] Compiling uzers v0.12.1
34412024-12-13T23:31:24.799Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34422024-12-13T23:31:31.188Z[ helios-setup] Dec 13 23:31:29.754 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34432024-12-13T23:31:32.440Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34442024-12-13T23:31:34.173Z[ helios-setup] Dec 13 23:31:32.739 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34452024-12-13T23:31:36.129Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34462024-12-13T23:32:23.699Z[ helios-setup] Dec 13 23:32:22.257 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34472024-12-13T23:32:25.659Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34482024-12-13T23:32:30.479Z[ host-package] Compiling multimap v0.10.0
34492024-12-13T23:33:28.630Z[ helios-setup] Dec 13 23:33:27.178 INFO E| Finished `release` profile [optimized] target(s) in 6m 44s
34502024-12-13T23:33:28.779Z[ helios-setup] Dec 13 23:33:27.327 INFO building project "pilot" ok (404 seconds)
34512024-12-13T23:33:28.782Z[ helios-setup] rm -f helios-build
34522024-12-13T23:33:28.784Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34532024-12-13T23:33:28.787Z[ helios-setup]
34542024-12-13T23:33:28.789Z[ helios-setup] Setup complete! ./helios-build is now available.
34552024-12-13T23:33:28.792Z[ helios-setup]
34562024-12-13T23:33:28.792Z[ helios-setup]
34572024-12-13T23:33:28.792Z[ helios-setup] real 11:57.026302692
34582024-12-13T23:33:28.792Z[ helios-setup] user 29:00.889373489
34592024-12-13T23:33:28.792Z[ helios-setup] sys 3:36.083922575
34602024-12-13T23:33:28.792Z[ helios-setup] trap 1.720402040
34612024-12-13T23:33:28.792Z[ helios-setup] tflt 7.703391537
34622024-12-13T23:33:28.792Z[ helios-setup] dflt 29.524002561
34632024-12-13T23:33:28.792Z[ helios-setup] kflt 0.029328867
34642024-12-13T23:33:28.792Z[ helios-setup] lock 2:06:12.892812725
34652024-12-13T23:33:28.792Z[ helios-setup] slp 3:45:05.545684493
34662024-12-13T23:33:28.792Z[ helios-setup] lat 33:11.294228626
34672024-12-13T23:33:28.792Z[ helios-setup] stop 4:33.814374918
34682024-12-13T23:33:28.795ZDec 13 23:33:27.340 INFO [helios-setup] process exited with exit status: 0 (717.032294696s)
34692024-12-13T23:33:28.795ZDec 13 23:33:27.340 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34702024-12-13T23:33:28.819Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34712024-12-13T23:33:29.085Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34722024-12-13T23:33:29.087Z[ phbl-toolchain] info: downloading component 'cargo'
34732024-12-13T23:33:31.160Z[ phbl-toolchain] info: downloading component 'clippy'
34742024-12-13T23:33:31.679Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34752024-12-13T23:33:37.775Z[ phbl-toolchain] info: downloading component 'miri'
34762024-12-13T23:33:37.777Z[ phbl-toolchain] info: downloading component 'rust-docs'
34772024-12-13T23:33:38.806Z[ phbl-toolchain] info: downloading component 'rust-src'
34782024-12-13T23:33:39.017Z[ phbl-toolchain] info: downloading component 'rust-std'
34792024-12-13T23:33:41.322Z[ phbl-toolchain] info: downloading component 'rustc'
34802024-12-13T23:33:50.252Z[ phbl-toolchain] info: downloading component 'rustfmt'
34812024-12-13T23:33:50.658Z[ phbl-toolchain] info: installing component 'cargo'
34822024-12-13T23:33:51.943Z[ phbl-toolchain] info: installing component 'clippy'
34832024-12-13T23:33:52.556Z[ phbl-toolchain] info: installing component 'llvm-tools'
34842024-12-13T23:33:58.109Z[ phbl-toolchain] info: installing component 'miri'
34852024-12-13T23:33:58.510Z[ phbl-toolchain] info: installing component 'rust-docs'
34862024-12-13T23:34:06.330Z[ phbl-toolchain] info: installing component 'rust-src'
34872024-12-13T23:34:07.084Z[ phbl-toolchain] info: installing component 'rust-std'
34882024-12-13T23:34:09.482Z[ phbl-toolchain] info: installing component 'rustc'
34892024-12-13T23:34:18.683Z[ phbl-toolchain] info: installing component 'rustfmt'
34902024-12-13T23:34:19.404Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34912024-12-13T23:34:19.407ZDec 13 23:34:17.947 INFO [phbl-toolchain] process exited with exit status: 0 (50.60661913s)
34922024-12-13T23:35:20.349Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34932024-12-13T23:35:26.877Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34942024-12-13T23:42:11.358Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 47s
34952024-12-13T23:43:18.533ZDec 13 23:43:16.987 INFO [host-package] process exited with exit status: 0 (1255.200567905s)
34962024-12-13T23:43:18.537ZDec 13 23:43:16.987 INFO [host-stamp] running task
34972024-12-13T23:43:18.537ZDec 13 23:43:16.987 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34982024-12-13T23:43:18.540ZDec 13 23:43:16.996 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+git6503968e3d8
34992024-12-13T23:43:18.551ZDec 13 23:43:17.007 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+git6503968e3d8
35002024-12-13T23:43:18.559Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35012024-12-13T23:43:18.562Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35022024-12-13T23:43:18.562ZDec 13 23:43:17.017 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+git6503968e3d8
35032024-12-13T23:43:18.570ZDec 13 23:43:17.026 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+git6503968e3d8
35042024-12-13T23:43:18.578Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35052024-12-13T23:43:18.578Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35062024-12-13T23:43:18.583Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35072024-12-13T23:43:18.583ZDec 13 23:43:17.037 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+git6503968e3d8
35082024-12-13T23:43:18.595Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35092024-12-13T23:43:18.595ZDec 13 23:43:17.047 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+git6503968e3d8
35102024-12-13T23:43:18.602Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35112024-12-13T23:43:18.606Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35122024-12-13T23:43:18.609ZDec 13 23:43:17.062 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+git6503968e3d8
35132024-12-13T23:43:18.621Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35142024-12-13T23:43:18.621ZDec 13 23:43:17.077 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+git6503968e3d8
35152024-12-13T23:43:18.639Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35162024-12-13T23:43:18.642ZDec 13 23:43:17.095 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (87.961453ms)
35172024-12-13T23:43:18.642ZDec 13 23:43:17.095 INFO [stamp-overlay] process exited with exit status: 0 (69.169706ms)
35182024-12-13T23:43:18.649Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35192024-12-13T23:43:18.653Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35202024-12-13T23:43:18.656ZDec 13 23:43:17.109 INFO [stamp-oxlog] process exited with exit status: 0 (46.707136ms)
35212024-12-13T23:43:18.729Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35222024-12-13T23:43:18.732ZDec 13 23:43:17.185 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (137.675254ms)
35232024-12-13T23:43:18.834Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35242024-12-13T23:43:18.839ZDec 13 23:43:17.293 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (275.589525ms)
35252024-12-13T23:43:18.928Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35262024-12-13T23:43:18.931ZDec 13 23:43:17.387 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (390.228118ms)
35272024-12-13T23:43:19.715Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35282024-12-13T23:43:19.719Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35292024-12-13T23:43:19.719ZDec 13 23:43:18.174 INFO [stamp-propolis-server] process exited with exit status: 0 (1.137352663s)
35302024-12-13T23:43:22.143Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35312024-12-13T23:43:29.555Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35322024-12-13T23:43:29.566ZDec 13 23:43:27.915 INFO [stamp-switch-asic] process exited with exit status: 0 (10.837655613s)
35332024-12-13T23:43:29.566ZDec 13 23:43:27.915 INFO [host-stamp] task succeeded (10.928178413s)
35342024-12-13T23:43:29.566ZDec 13 23:43:27.915 INFO [host-proto] running task
35352024-12-13T23:43:29.895ZDec 13 23:43:28.349 INFO [host-proto] task succeeded (434.050482ms)
35362024-12-13T23:43:29.895ZDec 13 23:43:28.349 INFO [host-profile] running task
35372024-12-13T23:43:29.900ZDec 13 23:43:28.350 INFO [host-profile] task succeeded (414.303µs)
35382024-12-13T23:43:29.900ZDec 13 23:43:28.350 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/.tmpwfH0qP/proto/host/root -N 'ci 6503968/${os_short_commit} 2024-12-13 23:21' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35392024-12-13T23:43:29.915Z[ host-image] Dec 13 23:43:28.369 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35402024-12-13T23:43:29.923Z[ host-image] Dec 13 23:43:28.369 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35412024-12-13T23:43:29.933Z[ host-image] Dec 13 23:43:28.387 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpwfH0qP/proto/host/root"
35422024-12-13T23:43:29.936Z[ host-image] Dec 13 23:43:28.387 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35432024-12-13T23:43:29.936Z[ host-image] Dec 13 23:43:28.387 INFO image builder template: ramdisk-01-os...
35442024-12-13T23:43:29.936Z[ host-image] Dec 13 23:43:28.387 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/.tmpwfH0qP/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
35452024-12-13T23:43:29.960Z[ host-image] Dec 13 23:43:28.414 INFO O| Dec 13 23:43:28.414 INFO CREATE DATASET: rpool/images/build/host/output
35462024-12-13T23:43:30.208Z[ host-image] Dec 13 23:43:28.662 INFO O| Dec 13 23:43:28.662 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35472024-12-13T23:43:30.214Z[ host-image] Dec 13 23:43:28.668 INFO O| Dec 13 23:43:28.668 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35482024-12-13T23:43:30.399Z[ host-image] Dec 13 23:43:28.853 INFO O| Dec 13 23:43:28.853 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35492024-12-13T23:43:30.466Z[ host-image] Dec 13 23:43:28.920 INFO O| Dec 13 23:43:28.920 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35502024-12-13T23:43:30.466Z[ host-image] Dec 13 23:43:28.920 INFO O| Dec 13 23:43:28.920 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35512024-12-13T23:43:30.469Z[ host-image] Dec 13 23:43:28.920 INFO O| Dec 13 23:43:28.920 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35522024-12-13T23:43:30.469Z[ host-image] Dec 13 23:43:28.920 INFO O| Dec 13 23:43:28.920 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35532024-12-13T23:43:30.478Z[ host-image] Dec 13 23:43:28.933 INFO O| Dec 13 23:43:28.932 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35542024-12-13T23:43:30.721Z[ host-image] Dec 13 23:43:29.175 INFO O| Dec 13 23:43:29.174 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35552024-12-13T23:43:30.736Z[ host-image] Dec 13 23:43:29.190 INFO O| Dec 13 23:43:29.190 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35562024-12-13T23:43:31.348Z[ host-image] Dec 13 23:43:29.802 INFO O| Dec 13 23:43:29.802 INFO O| Caching catalogs ... Done
35572024-12-13T23:43:31.474Z[ host-image] Dec 13 23:43:29.927 INFO O| Dec 13 23:43:29.927 INFO STEP 0 (pkg_image_create) COMPLETE
35582024-12-13T23:43:31.474Z[ host-image] Dec 13 23:43:29.927 INFO O| Dec 13 23:43:29.927 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35592024-12-13T23:43:31.478Z[ host-image] Dec 13 23:43:29.927 INFO O| Dec 13 23:43:29.927 INFO skip step because feature "repo_redist" is not enabled
35602024-12-13T23:43:31.478Z[ host-image] Dec 13 23:43:29.928 INFO O| Dec 13 23:43:29.927 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35612024-12-13T23:43:31.493Z[ host-image] Dec 13 23:43:29.947 INFO O| Dec 13 23:43:29.947 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"]
35622024-12-13T23:43:32.051Z[ host-image] Dec 13 23:43:30.505 INFO O| Dec 13 23:43:30.504 INFO STEP 2 (pkg_set_publisher) COMPLETE
35632024-12-13T23:43:32.051Z[ host-image] Dec 13 23:43:30.505 INFO O| Dec 13 23:43:30.505 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35642024-12-13T23:43:32.067Z[ host-image] Dec 13 23:43:30.521 INFO O| Dec 13 23:43:30.521 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"]
35652024-12-13T23:43:32.616Z[ host-image] Dec 13 23:43:31.067 INFO O| Dec 13 23:43:31.066 INFO STEP 3 (pkg_set_publisher) COMPLETE
35662024-12-13T23:43:32.616Z[ host-image] Dec 13 23:43:31.067 INFO O| Dec 13 23:43:31.067 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35672024-12-13T23:43:32.621Z[ host-image] Dec 13 23:43:31.067 INFO O| Dec 13 23:43:31.067 INFO skip step because feature "repo_redist" is not enabled
35682024-12-13T23:43:32.621Z[ host-image] Dec 13 23:43:31.067 INFO O| Dec 13 23:43:31.067 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35692024-12-13T23:43:33.162Z[ host-image] Dec 13 23:43:31.614 INFO O| Dec 13 23:43:31.614 INFO variant opensolaris.zone is already global
35702024-12-13T23:43:33.162Z[ host-image] Dec 13 23:43:31.614 INFO O| Dec 13 23:43:31.614 INFO STEP 5 (pkg_change_variant) COMPLETE
35712024-12-13T23:43:33.165Z[ host-image] Dec 13 23:43:31.614 INFO O| Dec 13 23:43:31.614 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35722024-12-13T23:43:33.686Z[ host-image] Dec 13 23:43:32.139 INFO O| Dec 13 23:43:32.139 INFO variant opensolaris.imagetype is full; changing to partial
35732024-12-13T23:43:33.686Z[ host-image] Dec 13 23:43:32.139 INFO O| Dec 13 23:43:32.139 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35742024-12-13T23:43:41.402Z[ host-image] Dec 13 23:43:39.854 INFO O| Dec 13 23:43:39.854 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35752024-12-13T23:43:41.491Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.69s
35762024-12-13T23:43:45.119Z[ host-image] Dec 13 23:43:43.569 INFO O| Dec 13 23:43:43.569 INFO O| Startup: Caching catalogs ... Done
35772024-12-13T23:43:45.191Z[ host-image] Dec 13 23:43:43.642 INFO O| Dec 13 23:43:43.642 INFO O| Planning: Planning completed in 0.00 seconds
35782024-12-13T23:43:45.194Z[ host-image] Dec 13 23:43:43.643 INFO O| Dec 13 23:43:43.643 INFO O| Planning: Consolidating action changes ... Done
35792024-12-13T23:43:45.194Z[ host-image] Dec 13 23:43:43.643 INFO O| Dec 13 23:43:43.643 INFO O| Planning: Evaluating mediators ... Done
35802024-12-13T23:43:45.194Z[ host-image] Dec 13 23:43:43.643 INFO O| Dec 13 23:43:43.643 INFO O| Planning: Planning completed in 0.00 seconds
35812024-12-13T23:43:45.194Z[ host-image] Dec 13 23:43:43.643 INFO O| Dec 13 23:43:43.643 INFO O| Variants/Facets to change: 1
35822024-12-13T23:43:45.210Z[ host-image] Dec 13 23:43:43.662 INFO O| Dec 13 23:43:43.662 INFO O| Done
35832024-12-13T23:43:45.213Z[ host-image] Dec 13 23:43:43.662 INFO O| Dec 13 23:43:43.662 INFO O| Done
35842024-12-13T23:43:45.726ZDec 13 23:43:44.177 INFO [recovery-package] process exited with exit status: 0 (27.18959231s)
35852024-12-13T23:43:45.726ZDec 13 23:43:44.177 INFO [recovery-stamp] running task
35862024-12-13T23:43:45.726ZDec 13 23:43:44.177 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35872024-12-13T23:43:45.738ZDec 13 23:43:44.190 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git6503968e3d8
35882024-12-13T23:43:45.752ZDec 13 23:43:44.204 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+git6503968e3d8
35892024-12-13T23:43:45.765Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35902024-12-13T23:43:45.775Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35912024-12-13T23:43:45.844Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35922024-12-13T23:43:45.848ZDec 13 23:43:44.300 INFO [stamp-installinator] process exited with exit status: 0 (110.52388ms)
35932024-12-13T23:43:45.857Z[ host-image] Dec 13 23:43:44.309 INFO O| Dec 13 23:43:44.309 INFO O| Done
35942024-12-13T23:43:45.890Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35952024-12-13T23:43:45.894ZDec 13 23:43:44.346 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (141.750652ms)
35962024-12-13T23:43:45.900ZDec 13 23:43:44.346 INFO [recovery-stamp] task succeeded (169.314959ms)
35972024-12-13T23:43:45.900ZDec 13 23:43:44.346 INFO [recovery-proto] running task
35982024-12-13T23:43:45.900ZDec 13 23:43:44.346 INFO [tuf-stamp] running task
35992024-12-13T23:43:45.900ZDec 13 23:43:44.347 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+git6503968e3d8
36002024-12-13T23:43:45.909Z[ host-image] Dec 13 23:43:44.360 INFO O| Dec 13 23:43:44.360 INFO O| Done
36012024-12-13T23:43:45.912Z[ host-image] Dec 13 23:43:44.361 INFO O| Dec 13 23:43:44.361 INFO O| Done
36022024-12-13T23:43:45.912Z[ host-image] Dec 13 23:43:44.361 INFO O| Dec 13 23:43:44.361 INFO O| Done
36032024-12-13T23:43:45.912Z[ host-image] Dec 13 23:43:44.363 INFO O| Dec 13 23:43:44.363 INFO O| Done
36042024-12-13T23:43:45.912ZDec 13 23:43:44.363 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+git6503968e3d8
36052024-12-13T23:43:45.930Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36062024-12-13T23:43:45.933ZDec 13 23:43:44.382 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+git6503968e3d8
36072024-12-13T23:43:45.943Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36082024-12-13T23:43:45.950ZDec 13 23:43:44.402 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+git6503968e3d8
36092024-12-13T23:43:45.969ZDec 13 23:43:44.421 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+git6503968e3d8
36102024-12-13T23:43:45.981Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36112024-12-13T23:43:45.989ZDec 13 23:43:44.441 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+git6503968e3d8
36122024-12-13T23:43:46.009ZDec 13 23:43:44.461 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+git6503968e3d8
36132024-12-13T23:43:46.047ZDec 13 23:43:44.499 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+git6503968e3d8
36142024-12-13T23:43:46.115Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36152024-12-13T23:43:46.115Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36162024-12-13T23:43:46.115Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36172024-12-13T23:43:46.115Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36182024-12-13T23:43:46.115ZDec 13 23:43:44.566 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+git6503968e3d8
36192024-12-13T23:43:46.191ZDec 13 23:43:44.643 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+git6503968e3d8
36202024-12-13T23:43:46.265Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36212024-12-13T23:43:46.288Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36222024-12-13T23:43:46.291Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36232024-12-13T23:43:46.291ZDec 13 23:43:44.740 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+git6503968e3d8
36242024-12-13T23:43:46.394Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36252024-12-13T23:43:46.396ZDec 13 23:43:44.846 INFO [stamp-probe] process exited with exit status: 0 (443.242413ms)
36262024-12-13T23:43:46.396Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36272024-12-13T23:43:46.507ZDec 13 23:43:44.958 INFO [recovery-proto] task succeeded (611.55311ms)
36282024-12-13T23:43:46.507ZDec 13 23:43:44.958 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/.tmpwfH0qP/proto/recovery/root -N 'recovery 6503968/${os_short_commit} 2024-12-13 23:21' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36292024-12-13T23:43:46.551Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
36302024-12-13T23:43:46.566Z[ recovery-image] Dec 13 23:43:45.017 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36312024-12-13T23:43:46.566Z[ recovery-image] Dec 13 23:43:45.017 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36322024-12-13T23:43:46.599Z[ host-image] Dec 13 23:43:45.050 INFO O| Dec 13 23:43:45.050 INFO STEP 6 (pkg_change_variant) COMPLETE
36332024-12-13T23:43:46.599Z[ host-image] Dec 13 23:43:45.050 INFO O| Dec 13 23:43:45.050 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36342024-12-13T23:43:46.599Z[ host-image] Dec 13 23:43:45.050 INFO O| Dec 13 23:43:45.050 INFO skip step because feature "debug_variant" is not enabled
36352024-12-13T23:43:46.606Z[ host-image] Dec 13 23:43:45.050 INFO O| Dec 13 23:43:45.050 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36362024-12-13T23:43:46.628Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36372024-12-13T23:43:46.678Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36382024-12-13T23:43:46.688Z[ recovery-image] Dec 13 23:43:45.140 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpwfH0qP/proto/recovery/root"
36392024-12-13T23:43:46.688Z[ recovery-image] Dec 13 23:43:45.140 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36402024-12-13T23:43:46.692Z[ recovery-image] Dec 13 23:43:45.140 INFO image builder template: ramdisk-01-os...
36412024-12-13T23:43:46.692Z[ recovery-image] Dec 13 23:43:45.140 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/.tmpwfH0qP/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
36422024-12-13T23:43:46.695ZDec 13 23:43:45.145 INFO [stamp-ntp] process exited with exit status: 0 (646.075037ms)
36432024-12-13T23:43:46.758Z[ recovery-image] Dec 13 23:43:45.210 INFO O| Dec 13 23:43:45.209 INFO CREATE DATASET: rpool/images/build/recovery/output
36442024-12-13T23:43:47.099Z[ recovery-image] Dec 13 23:43:45.550 INFO O| Dec 13 23:43:45.550 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36452024-12-13T23:43:47.108Z[ recovery-image] Dec 13 23:43:45.560 INFO O| Dec 13 23:43:45.560 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36462024-12-13T23:43:47.393Z[ host-image] Dec 13 23:43:45.844 INFO O| Dec 13 23:43:45.844 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36472024-12-13T23:43:47.630Z[ recovery-image] Dec 13 23:43:46.081 INFO O| Dec 13 23:43:46.081 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36482024-12-13T23:43:47.704Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36492024-12-13T23:43:47.708ZDec 13 23:43:46.160 INFO [stamp-internal-dns] process exited with exit status: 0 (1.812631031s)
36502024-12-13T23:43:47.763Z[ recovery-image] Dec 13 23:43:46.215 INFO O| Dec 13 23:43:46.215 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36512024-12-13T23:43:47.764Z[ recovery-image] Dec 13 23:43:46.215 INFO O| Dec 13 23:43:46.215 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36522024-12-13T23:43:47.766Z[ recovery-image] Dec 13 23:43:46.215 INFO O| Dec 13 23:43:46.215 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36532024-12-13T23:43:47.766Z[ recovery-image] Dec 13 23:43:46.215 INFO O| Dec 13 23:43:46.215 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36542024-12-13T23:43:47.775Z[ recovery-image] Dec 13 23:43:46.226 INFO O| Dec 13 23:43:46.226 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36552024-12-13T23:43:47.833Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36562024-12-13T23:43:47.872ZDec 13 23:43:46.324 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.960397642s)
36572024-12-13T23:43:47.881Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36582024-12-13T23:43:47.886ZDec 13 23:43:46.338 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.571953489s)
36592024-12-13T23:43:47.963Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36602024-12-13T23:43:47.967ZDec 13 23:43:46.419 INFO [stamp-external-dns] process exited with exit status: 0 (1.977762327s)
36612024-12-13T23:43:48.122Z[ recovery-image] Dec 13 23:43:46.573 INFO O| Dec 13 23:43:46.573 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36622024-12-13T23:43:48.137Z[ recovery-image] Dec 13 23:43:46.588 INFO O| Dec 13 23:43:46.588 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36632024-12-13T23:43:48.351Z[ host-image] Dec 13 23:43:46.802 INFO O| Dec 13 23:43:46.802 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36642024-12-13T23:43:48.353Z[ host-image] Dec 13 23:43:46.804 INFO O| Dec 13 23:43:46.804 INFO O| Planning: Planning completed in 0.00 seconds
36652024-12-13T23:43:48.353Z[ host-image] Dec 13 23:43:46.805 INFO O| Dec 13 23:43:46.805 INFO O| Planning: Consolidating action changes ... Done
36662024-12-13T23:43:48.354Z[ host-image] Dec 13 23:43:46.805 INFO O| Dec 13 23:43:46.805 INFO O| Planning: Evaluating mediators ... Done
36672024-12-13T23:43:48.356Z[ host-image] Dec 13 23:43:46.805 INFO O| Dec 13 23:43:46.805 INFO O| Planning: Planning completed in 0.00 seconds
36682024-12-13T23:43:48.356Z[ host-image] Dec 13 23:43:46.806 INFO O| Dec 13 23:43:46.806 INFO O| Variants/Facets to change: 1
36692024-12-13T23:43:48.369Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36702024-12-13T23:43:48.374ZDec 13 23:43:46.825 INFO [stamp-oximeter] process exited with exit status: 0 (2.258412564s)
36712024-12-13T23:43:48.380Z[ host-image] Dec 13 23:43:46.831 INFO O| Dec 13 23:43:46.831 INFO O| Done
36722024-12-13T23:43:48.380Z[ host-image] Dec 13 23:43:46.831 INFO O| Dec 13 23:43:46.831 INFO O| Done
36732024-12-13T23:43:48.615Z[ recovery-image] Dec 13 23:43:47.067 INFO O| Dec 13 23:43:47.066 INFO O| Caching catalogs ... Done
36742024-12-13T23:43:48.723Z[ recovery-image] Dec 13 23:43:47.172 INFO O| Dec 13 23:43:47.171 INFO STEP 0 (pkg_image_create) COMPLETE
36752024-12-13T23:43:48.723Z[ recovery-image] Dec 13 23:43:47.172 INFO O| Dec 13 23:43:47.171 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36762024-12-13T23:43:48.723Z[ recovery-image] Dec 13 23:43:47.172 INFO O| Dec 13 23:43:47.172 INFO skip step because feature "repo_redist" is not enabled
36772024-12-13T23:43:48.723Z[ recovery-image] Dec 13 23:43:47.172 INFO O| Dec 13 23:43:47.172 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36782024-12-13T23:43:48.736Z[ recovery-image] Dec 13 23:43:47.187 INFO O| Dec 13 23:43:47.187 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"]
36792024-12-13T23:43:49.137Z[ host-image] Dec 13 23:43:47.588 INFO O| Dec 13 23:43:47.588 INFO O| Done
36802024-12-13T23:43:49.211Z[ host-image] Dec 13 23:43:47.662 INFO O| Dec 13 23:43:47.662 INFO O| Done
36812024-12-13T23:43:49.213Z[ recovery-image] Dec 13 23:43:47.662 INFO O| Dec 13 23:43:47.662 INFO STEP 2 (pkg_set_publisher) COMPLETE
36822024-12-13T23:43:49.213Z[ recovery-image] Dec 13 23:43:47.662 INFO O| Dec 13 23:43:47.662 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36832024-12-13T23:43:49.213Z[ host-image] Dec 13 23:43:47.663 INFO O| Dec 13 23:43:47.663 INFO O| Done
36842024-12-13T23:43:49.213Z[ host-image] Dec 13 23:43:47.663 INFO O| Dec 13 23:43:47.663 INFO O| Done
36852024-12-13T23:43:49.213Z[ host-image] Dec 13 23:43:47.665 INFO O| Dec 13 23:43:47.664 INFO O| Done
36862024-12-13T23:43:49.227Z[ recovery-image] Dec 13 23:43:47.678 INFO O| Dec 13 23:43:47.678 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"]
36872024-12-13T23:43:49.275Z[ host-image] Dec 13 23:43:47.726 INFO O| Dec 13 23:43:47.726 INFO STEP 8 (pkg_change_facet) COMPLETE
36882024-12-13T23:43:49.275Z[ host-image] Dec 13 23:43:47.726 INFO O| Dec 13 23:43:47.726 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36892024-12-13T23:43:49.277Z[ host-image] Dec 13 23:43:47.726 INFO O| Dec 13 23:43:47.726 INFO skip step because feature "recovery" is not enabled
36902024-12-13T23:43:49.277Z[ host-image] Dec 13 23:43:47.726 INFO O| Dec 13 23:43:47.726 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36912024-12-13T23:43:49.277Z[ host-image] Dec 13 23:43:47.726 INFO O| Dec 13 23:43:47.726 INFO skip step because feature "recovery" is not enabled
36922024-12-13T23:43:49.277Z[ host-image] Dec 13 23:43:47.726 INFO O| Dec 13 23:43:47.726 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36932024-12-13T23:43:49.291Z[ host-image] Dec 13 23:43:47.742 INFO O| Dec 13 23:43:47.742 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"]
36942024-12-13T23:43:49.703Z[ recovery-image] Dec 13 23:43:48.154 INFO O| Dec 13 23:43:48.154 INFO STEP 3 (pkg_set_publisher) COMPLETE
36952024-12-13T23:43:49.706Z[ recovery-image] Dec 13 23:43:48.154 INFO O| Dec 13 23:43:48.154 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36962024-12-13T23:43:49.706Z[ recovery-image] Dec 13 23:43:48.154 INFO O| Dec 13 23:43:48.154 INFO skip step because feature "repo_redist" is not enabled
36972024-12-13T23:43:49.707Z[ recovery-image] Dec 13 23:43:48.154 INFO O| Dec 13 23:43:48.154 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36982024-12-13T23:43:50.053Z[ recovery-image] Dec 13 23:43:48.504 INFO O| Dec 13 23:43:48.504 INFO variant opensolaris.zone is already global
36992024-12-13T23:43:50.053Z[ recovery-image] Dec 13 23:43:48.504 INFO O| Dec 13 23:43:48.504 INFO STEP 5 (pkg_change_variant) COMPLETE
37002024-12-13T23:43:50.053Z[ recovery-image] Dec 13 23:43:48.504 INFO O| Dec 13 23:43:48.504 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37012024-12-13T23:43:50.366Z[ host-image] Dec 13 23:43:48.817 INFO O| Dec 13 23:43:48.817 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37022024-12-13T23:43:50.382Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
37032024-12-13T23:43:50.387ZDec 13 23:43:48.838 INFO [stamp-nexus] process exited with exit status: 0 (4.194927061s)
37042024-12-13T23:43:50.522Z[ recovery-image] Dec 13 23:43:48.973 INFO O| Dec 13 23:43:48.973 INFO variant opensolaris.imagetype is full; changing to partial
37052024-12-13T23:43:50.522Z[ recovery-image] Dec 13 23:43:48.973 INFO O| Dec 13 23:43:48.973 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37062024-12-13T23:43:50.929Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37072024-12-13T23:43:51.080Z[verify-libraries] Compiling home v0.5.9
37082024-12-13T23:43:51.109Z[verify-libraries] Compiling cfg_aliases v0.1.1
37092024-12-13T23:43:51.109Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37102024-12-13T23:43:51.112Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37112024-12-13T23:43:51.112Z[verify-libraries] Compiling unicode_categories v0.1.1
37122024-12-13T23:43:51.115Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37132024-12-13T23:43:51.115Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37142024-12-13T23:43:51.596Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37152024-12-13T23:43:51.602ZDec 13 23:43:50.053 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.670683922s)
37162024-12-13T23:43:51.624Z[verify-libraries] Compiling sqlformat v0.2.6
37172024-12-13T23:43:51.752Z[verify-libraries] Compiling nix v0.28.0
37182024-12-13T23:43:51.754Z[verify-libraries] Compiling polyval v0.6.2
37192024-12-13T23:43:52.051Z[verify-libraries] Compiling ctr v0.9.2
37202024-12-13T23:43:52.578Z[verify-libraries] Compiling ghash v0.5.1
37212024-12-13T23:43:52.644Z[verify-libraries] Compiling ssh-encoding v0.2.0
37222024-12-13T23:43:52.809Z[verify-libraries] Compiling blowfish v0.9.1
37232024-12-13T23:43:52.945Z[verify-libraries] Compiling sqlparser v0.45.0
37242024-12-13T23:43:52.995Z[verify-libraries] Compiling aes-gcm v0.10.3
37252024-12-13T23:43:53.893Z[verify-libraries] Compiling ssh-cipher v0.2.0
37262024-12-13T23:43:54.332Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37272024-12-13T23:43:54.961Z[verify-libraries] Compiling password-hash v0.4.2
37282024-12-13T23:43:57.347Z[verify-libraries] Compiling matches v0.1.10
37292024-12-13T23:43:57.521Z[verify-libraries] Compiling rustyline v14.0.0
37302024-12-13T23:43:59.577Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37312024-12-13T23:43:59.604ZDec 13 23:43:58.054 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.632761797s)
37322024-12-13T23:43:59.757Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37332024-12-13T23:43:59.778ZDec 13 23:43:58.227 INFO [stamp-clickhouse] process exited with exit status: 0 (13.76680951s)
37342024-12-13T23:43:59.778ZDec 13 23:43:58.227 INFO [tuf-stamp] task succeeded (13.881226474s)
37352024-12-13T23:43:59.789Z[verify-libraries] Compiling idna v0.2.3
37362024-12-13T23:44:01.462Z[verify-libraries] Compiling pbkdf2 v0.11.0
37372024-12-13T23:44:01.545Z[verify-libraries] Compiling ssh-key v0.6.6
37382024-12-13T23:44:02.037Z[verify-libraries] Compiling p521 v0.13.3
37392024-12-13T23:44:03.528Z[ recovery-image] Dec 13 23:44:01.977 INFO O| Dec 13 23:44:01.977 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37402024-12-13T23:44:05.102Z[verify-libraries] Compiling p256 v0.13.2
37412024-12-13T23:44:06.645Z[verify-libraries] Compiling enum-as-inner v0.5.1
37422024-12-13T23:44:07.757Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37432024-12-13T23:44:08.146Z[verify-libraries] Compiling md5 v0.7.0
37442024-12-13T23:44:08.284Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37452024-12-13T23:44:12.400Z[ recovery-image] Dec 13 23:44:10.848 INFO O| Dec 13 23:44:10.848 INFO O| Startup: Caching catalogs ... Done
37462024-12-13T23:44:12.523Z[ recovery-image] Dec 13 23:44:10.970 INFO O| Dec 13 23:44:10.970 INFO O| Planning: Planning completed in 0.00 seconds
37472024-12-13T23:44:12.525Z[ recovery-image] Dec 13 23:44:10.971 INFO O| Dec 13 23:44:10.971 INFO O| Planning: Consolidating action changes ... Done
37482024-12-13T23:44:12.525Z[ recovery-image] Dec 13 23:44:10.971 INFO O| Dec 13 23:44:10.971 INFO O| Planning: Evaluating mediators ... Done
37492024-12-13T23:44:12.525Z[ recovery-image] Dec 13 23:44:10.971 INFO O| Dec 13 23:44:10.971 INFO O| Planning: Planning completed in 0.00 seconds
37502024-12-13T23:44:12.525Z[ recovery-image] Dec 13 23:44:10.972 INFO O| Dec 13 23:44:10.972 INFO O| Variants/Facets to change: 1
37512024-12-13T23:44:12.713Z[ recovery-image] Dec 13 23:44:11.161 INFO O| Dec 13 23:44:11.160 INFO O| Done
37522024-12-13T23:44:12.713Z[ recovery-image] Dec 13 23:44:11.161 INFO O| Dec 13 23:44:11.160 INFO O| Done
37532024-12-13T23:44:13.622Z[ recovery-image] Dec 13 23:44:12.069 INFO O| Dec 13 23:44:12.069 INFO O| Done
37542024-12-13T23:44:13.703Z[ recovery-image] Dec 13 23:44:12.150 INFO O| Dec 13 23:44:12.150 INFO O| Done
37552024-12-13T23:44:13.705Z[ recovery-image] Dec 13 23:44:12.152 INFO O| Dec 13 23:44:12.152 INFO O| Done
37562024-12-13T23:44:13.705Z[ recovery-image] Dec 13 23:44:12.152 INFO O| Dec 13 23:44:12.152 INFO O| Done
37572024-12-13T23:44:13.708Z[ recovery-image] Dec 13 23:44:12.154 INFO O| Dec 13 23:44:12.154 INFO O| Done
37582024-12-13T23:44:13.820Z[verify-libraries] Compiling russh-keys v0.45.0
37592024-12-13T23:44:14.433Z[ recovery-image] Dec 13 23:44:12.880 INFO O| Dec 13 23:44:12.880 INFO STEP 6 (pkg_change_variant) COMPLETE
37602024-12-13T23:44:14.433Z[ recovery-image] Dec 13 23:44:12.880 INFO O| Dec 13 23:44:12.880 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37612024-12-13T23:44:14.433Z[ recovery-image] Dec 13 23:44:12.881 INFO O| Dec 13 23:44:12.880 INFO skip step because feature "debug_variant" is not enabled
37622024-12-13T23:44:14.436Z[ recovery-image] Dec 13 23:44:12.881 INFO O| Dec 13 23:44:12.880 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37632024-12-13T23:44:14.508Z[verify-libraries] Compiling num-bigint v0.4.6
37642024-12-13T23:44:15.109Z[ recovery-image] Dec 13 23:44:13.556 INFO O| Dec 13 23:44:13.556 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37652024-12-13T23:44:16.073Z[ recovery-image] Dec 13 23:44:14.520 INFO O| Dec 13 23:44:14.520 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37662024-12-13T23:44:16.076Z[ recovery-image] Dec 13 23:44:14.522 INFO O| Dec 13 23:44:14.522 INFO O| Planning: Planning completed in 0.00 seconds
37672024-12-13T23:44:16.076Z[ recovery-image] Dec 13 23:44:14.523 INFO O| Dec 13 23:44:14.523 INFO O| Planning: Consolidating action changes ... Done
37682024-12-13T23:44:16.076Z[ recovery-image] Dec 13 23:44:14.523 INFO O| Dec 13 23:44:14.523 INFO O| Planning: Evaluating mediators ... Done
37692024-12-13T23:44:16.079Z[ recovery-image] Dec 13 23:44:14.524 INFO O| Dec 13 23:44:14.524 INFO O| Planning: Planning completed in 0.00 seconds
37702024-12-13T23:44:16.079Z[ recovery-image] Dec 13 23:44:14.524 INFO O| Dec 13 23:44:14.524 INFO O| Variants/Facets to change: 1
37712024-12-13T23:44:16.263Z[ recovery-image] Dec 13 23:44:14.710 INFO O| Dec 13 23:44:14.709 INFO O| Done
37722024-12-13T23:44:16.263Z[ recovery-image] Dec 13 23:44:14.710 INFO O| Dec 13 23:44:14.710 INFO O| Done
37732024-12-13T23:44:17.128Z[ recovery-image] Dec 13 23:44:15.575 INFO O| Dec 13 23:44:15.575 INFO O| Done
37742024-12-13T23:44:17.226Z[ recovery-image] Dec 13 23:44:15.673 INFO O| Dec 13 23:44:15.673 INFO O| Done
37752024-12-13T23:44:17.229Z[ recovery-image] Dec 13 23:44:15.674 INFO O| Dec 13 23:44:15.674 INFO O| Done
37762024-12-13T23:44:17.229Z[ recovery-image] Dec 13 23:44:15.674 INFO O| Dec 13 23:44:15.674 INFO O| Done
37772024-12-13T23:44:17.229Z[ recovery-image] Dec 13 23:44:15.676 INFO O| Dec 13 23:44:15.676 INFO O| Done
37782024-12-13T23:44:17.349Z[ recovery-image] Dec 13 23:44:15.793 INFO O| Dec 13 23:44:15.793 INFO STEP 8 (pkg_change_facet) COMPLETE
37792024-12-13T23:44:17.349Z[ recovery-image] Dec 13 23:44:15.793 INFO O| Dec 13 23:44:15.793 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37802024-12-13T23:44:18.098Z[ recovery-image] Dec 13 23:44:16.544 INFO O| Dec 13 23:44:16.544 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37812024-12-13T23:44:19.073Z[ recovery-image] Dec 13 23:44:17.519 INFO O| Dec 13 23:44:17.519 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37822024-12-13T23:44:19.075Z[ recovery-image] Dec 13 23:44:17.521 INFO O| Dec 13 23:44:17.521 INFO O| Planning: Planning completed in 0.00 seconds
37832024-12-13T23:44:19.075Z[ recovery-image] Dec 13 23:44:17.522 INFO O| Dec 13 23:44:17.522 INFO O| Planning: Consolidating action changes ... Done
37842024-12-13T23:44:19.075Z[ recovery-image] Dec 13 23:44:17.522 INFO O| Dec 13 23:44:17.522 INFO O| Planning: Evaluating mediators ... Done
37852024-12-13T23:44:19.078Z[ recovery-image] Dec 13 23:44:17.522 INFO O| Dec 13 23:44:17.522 INFO O| Planning: Planning completed in 0.00 seconds
37862024-12-13T23:44:19.078Z[ recovery-image] Dec 13 23:44:17.523 INFO O| Dec 13 23:44:17.523 INFO O| Variants/Facets to change: 1
37872024-12-13T23:44:19.165Z[ recovery-image] Dec 13 23:44:17.612 INFO O| Dec 13 23:44:17.611 INFO O| Done
37882024-12-13T23:44:19.165Z[ recovery-image] Dec 13 23:44:17.612 INFO O| Dec 13 23:44:17.611 INFO O| Done
37892024-12-13T23:44:19.969Z[ recovery-image] Dec 13 23:44:18.415 INFO O| Dec 13 23:44:18.415 INFO O| Done
37902024-12-13T23:44:20.044Z[ recovery-image] Dec 13 23:44:18.490 INFO O| Dec 13 23:44:18.490 INFO O| Done
37912024-12-13T23:44:20.047Z[ recovery-image] Dec 13 23:44:18.491 INFO O| Dec 13 23:44:18.491 INFO O| Done
37922024-12-13T23:44:20.048Z[ recovery-image] Dec 13 23:44:18.491 INFO O| Dec 13 23:44:18.491 INFO O| Done
37932024-12-13T23:44:20.048Z[ recovery-image] Dec 13 23:44:18.493 INFO O| Dec 13 23:44:18.493 INFO O| Done
37942024-12-13T23:44:20.146Z[ recovery-image] Dec 13 23:44:18.592 INFO O| Dec 13 23:44:18.592 INFO STEP 9 (pkg_change_facet) COMPLETE
37952024-12-13T23:44:20.146Z[ recovery-image] Dec 13 23:44:18.592 INFO O| Dec 13 23:44:18.592 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37962024-12-13T23:44:20.832Z[ recovery-image] Dec 13 23:44:19.277 INFO O| Dec 13 23:44:19.277 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37972024-12-13T23:44:22.356Z[ recovery-image] Dec 13 23:44:20.802 INFO O| Dec 13 23:44:20.802 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37982024-12-13T23:44:22.359Z[ recovery-image] Dec 13 23:44:20.804 INFO O| Dec 13 23:44:20.804 INFO O| Planning: Planning completed in 0.00 seconds
37992024-12-13T23:44:22.359Z[ recovery-image] Dec 13 23:44:20.804 INFO O| Dec 13 23:44:20.804 INFO O| Planning: Consolidating action changes ... Done
38002024-12-13T23:44:22.360Z[ recovery-image] Dec 13 23:44:20.805 INFO O| Dec 13 23:44:20.805 INFO O| Planning: Evaluating mediators ... Done
38012024-12-13T23:44:22.360Z[ recovery-image] Dec 13 23:44:20.805 INFO O| Dec 13 23:44:20.805 INFO O| Planning: Planning completed in 0.00 seconds
38022024-12-13T23:44:22.360Z[ recovery-image] Dec 13 23:44:20.805 INFO O| Dec 13 23:44:20.805 INFO O| Variants/Facets to change: 1
38032024-12-13T23:44:22.483Z[ recovery-image] Dec 13 23:44:20.929 INFO O| Dec 13 23:44:20.929 INFO O| Done
38042024-12-13T23:44:22.484Z[ recovery-image] Dec 13 23:44:20.929 INFO O| Dec 13 23:44:20.929 INFO O| Done
38052024-12-13T23:44:23.374Z[ recovery-image] Dec 13 23:44:21.819 INFO O| Dec 13 23:44:21.819 INFO O| Done
38062024-12-13T23:44:23.492Z[ recovery-image] Dec 13 23:44:21.926 INFO O| Dec 13 23:44:21.926 INFO O| Done
38072024-12-13T23:44:23.496Z[ recovery-image] Dec 13 23:44:21.927 INFO O| Dec 13 23:44:21.927 INFO O| Done
38082024-12-13T23:44:23.496Z[ recovery-image] Dec 13 23:44:21.927 INFO O| Dec 13 23:44:21.927 INFO O| Done
38092024-12-13T23:44:23.496Z[ recovery-image] Dec 13 23:44:21.929 INFO O| Dec 13 23:44:21.929 INFO O| Done
38102024-12-13T23:44:23.589Z[ recovery-image] Dec 13 23:44:22.035 INFO O| Dec 13 23:44:22.035 INFO STEP 10 (pkg_change_facet) COMPLETE
38112024-12-13T23:44:23.590Z[ recovery-image] Dec 13 23:44:22.035 INFO O| Dec 13 23:44:22.035 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38122024-12-13T23:44:23.609Z[ recovery-image] Dec 13 23:44:22.055 INFO O| Dec 13 23:44:22.054 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"]
38132024-12-13T23:44:23.993Z[verify-libraries] Compiling des v0.8.1
38142024-12-13T23:44:24.560Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38152024-12-13T23:44:24.621Z[ recovery-image] Dec 13 23:44:23.066 INFO O| Dec 13 23:44:23.066 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38162024-12-13T23:44:24.847Z[verify-libraries] Compiling hex-literal v0.4.1
38172024-12-13T23:44:25.189Z[verify-libraries] Compiling russh v0.45.0
38182024-12-13T23:44:25.874Z[verify-libraries] Compiling dhcproto v0.12.0
38192024-12-13T23:44:32.173Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38202024-12-13T23:44:36.832Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38212024-12-13T23:44:40.196Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38222024-12-13T23:44:49.643Z[verify-libraries] Compiling petname v2.0.2
38232024-12-13T23:44:50.934Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38242024-12-13T23:44:51.725Z[verify-libraries] Compiling internet-checksum v0.2.1
38252024-12-13T23:44:52.258Z[ host-image] Dec 13 23:44:50.700 INFO O| Dec 13 23:44:50.699 INFO O| Planning: Solver setup ... Done
38262024-12-13T23:44:52.478Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38272024-12-13T23:44:53.783Z[verify-libraries] Compiling heck v0.4.1
38282024-12-13T23:44:55.340Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38292024-12-13T23:45:02.527Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38302024-12-13T23:45:07.660Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38312024-12-13T23:45:09.885Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38322024-12-13T23:45:28.198Z[ recovery-image] Dec 13 23:45:26.633 INFO O| Dec 13 23:45:26.633 INFO O| Planning: Solver setup ... Done
38332024-12-13T23:45:38.182Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38342024-12-13T23:45:39.917Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38352024-12-13T23:45:42.125Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38362024-12-13T23:46:06.664Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38372024-12-13T23:46:09.244Z[ host-image] Dec 13 23:46:07.673 INFO O| Dec 13 23:46:07.673 INFO O| Planning: Running solver ... Done
38382024-12-13T23:46:09.810Z[ host-image] Dec 13 23:46:08.239 INFO O| Dec 13 23:46:08.239 INFO O| Planning: Finding local manifests ... Done
38392024-12-13T23:46:09.823Z[ host-image] Dec 13 23:46:08.252 INFO O| Dec 13 23:46:08.252 INFO O| Planning: Fetching manifests: 0/124 0% complete
38402024-12-13T23:46:14.778Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38412024-12-13T23:46:15.177Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38422024-12-13T23:46:15.241Z[ host-image] Dec 13 23:46:13.669 INFO O| Dec 13 23:46:13.669 INFO O| Planning: Fetching manifests: 124/124 100% complete
38432024-12-13T23:46:15.671Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38442024-12-13T23:46:16.100Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38452024-12-13T23:46:16.588Z[ host-image] Dec 13 23:46:15.016 INFO O| Dec 13 23:46:15.016 INFO O| Planning: Package planning ... Done
38462024-12-13T23:46:16.690Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38472024-12-13T23:46:17.218Z[verify-libraries] Compiling sync-ptr v0.1.1
38482024-12-13T23:46:17.343Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38492024-12-13T23:46:17.685Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38502024-12-13T23:46:18.086Z[ host-image] Dec 13 23:46:16.513 INFO O| Dec 13 23:46:16.513 INFO O| Planning: Merging actions ... Done
38512024-12-13T23:46:18.620Z[ host-image] Dec 13 23:46:17.048 INFO O| Dec 13 23:46:17.048 INFO O| Planning: Checking for conflicting actions ... Done
38522024-12-13T23:46:18.953Z[ host-image] Dec 13 23:46:17.381 INFO O| Dec 13 23:46:17.381 INFO O| Planning: Consolidating action changes ... Done
38532024-12-13T23:46:19.452Z[ host-image] Dec 13 23:46:17.879 INFO O| Dec 13 23:46:17.879 INFO O| Planning: Evaluating mediators ... Done
38542024-12-13T23:46:20.711Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38552024-12-13T23:46:26.012Z[ host-image] Dec 13 23:46:24.439 INFO O| Dec 13 23:46:24.439 INFO O| Planning: Planning completed in 155.62 seconds
38562024-12-13T23:46:26.029Z[ host-image] Dec 13 23:46:24.445 INFO O| Dec 13 23:46:24.445 INFO O| Packages to install: 124
38572024-12-13T23:46:26.029Z[ host-image] Dec 13 23:46:24.446 INFO O| Dec 13 23:46:24.445 INFO O| Mediators to change: 4
38582024-12-13T23:46:26.029Z[ host-image] Dec 13 23:46:24.446 INFO O| Dec 13 23:46:24.446 INFO O| Services to change: 6
38592024-12-13T23:46:26.154Z[ host-image] Dec 13 23:46:24.580 INFO O| Dec 13 23:46:24.580 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete
38602024-12-13T23:46:30.507Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38612024-12-13T23:46:31.178Z[ host-image] Dec 13 23:46:29.603 INFO O| Dec 13 23:46:29.603 INFO O| Download: 1171/22774 items 6.4/199.6MB 3% complete (1.3M/s)
38622024-12-13T23:46:35.342Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38632024-12-13T23:46:36.223Z[ host-image] Dec 13 23:46:34.648 INFO O| Dec 13 23:46:34.648 INFO O| Download: 1772/22774 items 11.8/199.6MB 5% complete (1.2M/s)
38642024-12-13T23:46:40.336Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38652024-12-13T23:46:41.386Z[ host-image] Dec 13 23:46:39.810 INFO O| Dec 13 23:46:39.810 INFO O| Download: 2251/22774 items 24.5/199.6MB 12% complete (1.8M/s)
38662024-12-13T23:46:41.500Z[ recovery-image] Dec 13 23:46:39.924 INFO O| Dec 13 23:46:39.924 INFO O| Planning: Running solver ... Done
38672024-12-13T23:46:42.061Z[ recovery-image] Dec 13 23:46:40.485 INFO O| Dec 13 23:46:40.485 INFO O| Planning: Finding local manifests ... Done
38682024-12-13T23:46:42.080Z[ recovery-image] Dec 13 23:46:40.504 INFO O| Dec 13 23:46:40.504 INFO O| Planning: Fetching manifests: 0/124 0% complete
38692024-12-13T23:46:46.401Z[ host-image] Dec 13 23:46:44.822 INFO O| Dec 13 23:46:44.822 INFO O| Download: 3384/22774 items 34.2/199.6MB 17% complete (2.2M/s)
38702024-12-13T23:46:47.056Z[ recovery-image] Dec 13 23:46:45.475 INFO O| Dec 13 23:46:45.474 INFO O| Planning: Fetching manifests: 124/124 100% complete
38712024-12-13T23:46:48.274Z[ recovery-image] Dec 13 23:46:46.697 INFO O| Dec 13 23:46:46.697 INFO O| Planning: Package planning ... Done
38722024-12-13T23:46:49.092Z[ recovery-image] Dec 13 23:46:47.515 INFO O| Dec 13 23:46:47.515 INFO O| Planning: Merging actions ... Done
38732024-12-13T23:46:49.256Z[ recovery-image] Dec 13 23:46:47.679 INFO O| Dec 13 23:46:47.679 INFO O| Planning: Checking for conflicting actions ... Done
38742024-12-13T23:46:49.379Z[ recovery-image] Dec 13 23:46:47.802 INFO O| Dec 13 23:46:47.802 INFO O| Planning: Consolidating action changes ... Done
38752024-12-13T23:46:49.804Z[ recovery-image] Dec 13 23:46:48.227 INFO O| Dec 13 23:46:48.226 INFO O| Planning: Evaluating mediators ... Done
38762024-12-13T23:46:51.400Z[ host-image] Dec 13 23:46:49.822 INFO O| Dec 13 23:46:49.822 INFO O| Download: 4514/22774 items 41.9/199.6MB 21% complete (1.7M/s)
38772024-12-13T23:46:55.790Z[ recovery-image] Dec 13 23:46:54.173 INFO O| Dec 13 23:46:54.173 INFO O| Planning: Planning completed in 151.11 seconds
38782024-12-13T23:46:55.799Z[ recovery-image] Dec 13 23:46:54.180 INFO O| Dec 13 23:46:54.180 INFO O| Packages to install: 124
38792024-12-13T23:46:55.799Z[ recovery-image] Dec 13 23:46:54.180 INFO O| Dec 13 23:46:54.180 INFO O| Mediators to change: 4
38802024-12-13T23:46:55.799Z[ recovery-image] Dec 13 23:46:54.180 INFO O| Dec 13 23:46:54.180 INFO O| Services to change: 5
38812024-12-13T23:46:55.869Z[ recovery-image] Dec 13 23:46:54.274 INFO O| Dec 13 23:46:54.274 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete
38822024-12-13T23:46:56.404Z[ host-image] Dec 13 23:46:54.825 INFO O| Dec 13 23:46:54.825 INFO O| Download: 5330/22774 items 46.1/199.6MB 23% complete (1.2M/s)
38832024-12-13T23:47:01.127Z[ recovery-image] Dec 13 23:46:59.548 INFO O| Dec 13 23:46:59.548 INFO O| Download: 1001/15848 items 7.8/176.3MB 4% complete (1.6M/s)
38842024-12-13T23:47:01.411Z[ host-image] Dec 13 23:46:59.832 INFO O| Dec 13 23:46:59.832 INFO O| Download: 6180/22774 items 46.5/199.6MB 23% complete (473k/s)
38852024-12-13T23:47:02.945Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38862024-12-13T23:47:06.136Z[ recovery-image] Dec 13 23:47:04.557 INFO O| Dec 13 23:47:04.556 INFO O| Download: 1248/15848 items 17.6/176.3MB 10% complete (1.7M/s)
38872024-12-13T23:47:06.412Z[ host-image] Dec 13 23:47:04.832 INFO O| Dec 13 23:47:04.832 INFO O| Download: 6907/22774 items 49.7/199.6MB 24% complete (362k/s)
38882024-12-13T23:47:09.002Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38892024-12-13T23:47:09.652Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38902024-12-13T23:47:09.916Z[verify-libraries] Compiling termios v0.3.3
38912024-12-13T23:47:10.248Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38922024-12-13T23:47:11.146Z[ recovery-image] Dec 13 23:47:09.566 INFO O| Dec 13 23:47:09.566 INFO O| Download: 1561/15848 items 22.6/176.3MB 12% complete (1.5M/s)
38932024-12-13T23:47:11.412Z[ host-image] Dec 13 23:47:09.832 INFO O| Dec 13 23:47:09.832 INFO O| Download: 7963/22774 items 59.6/199.6MB 29% complete (1.3M/s)
38942024-12-13T23:47:16.159Z[ recovery-image] Dec 13 23:47:14.576 INFO O| Dec 13 23:47:14.576 INFO O| Download: 2391/15848 items 31.3/176.3MB 17% complete (1.4M/s)
38952024-12-13T23:47:16.414Z[ host-image] Dec 13 23:47:14.832 INFO O| Dec 13 23:47:14.832 INFO O| Download: 8406/22774 items 69.4/199.6MB 34% complete (1.9M/s)
38962024-12-13T23:47:21.183Z[ recovery-image] Dec 13 23:47:19.601 INFO O| Dec 13 23:47:19.601 INFO O| Download: 2903/15848 items 36.6/176.3MB 20% complete (1.4M/s)
38972024-12-13T23:47:21.443Z[ host-image] Dec 13 23:47:19.861 INFO O| Dec 13 23:47:19.861 INFO O| Download: 9378/22774 items 81.3/199.6MB 40% complete (2.1M/s)
38982024-12-13T23:47:26.291Z[ recovery-image] Dec 13 23:47:24.708 INFO O| Dec 13 23:47:24.708 INFO O| Download: 3610/15848 items 39.1/176.3MB 22% complete (798k/s)
38992024-12-13T23:47:26.444Z[ host-image] Dec 13 23:47:24.861 INFO O| Dec 13 23:47:24.861 INFO O| Download: 10126/22774 items 85.0/199.6MB 42% complete (1.5M/s)
39002024-12-13T23:47:31.297Z[ recovery-image] Dec 13 23:47:29.714 INFO O| Dec 13 23:47:29.714 INFO O| Download: 4206/15848 items 42.7/176.3MB 24% complete (630k/s)
39012024-12-13T23:47:31.583Z[ host-image] Dec 13 23:47:29.999 INFO O| Dec 13 23:47:29.999 INFO O| Download: 10836/22774 items 89.9/199.6MB 45% complete (911k/s)
39022024-12-13T23:47:36.241Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39032024-12-13T23:47:36.330Z[ recovery-image] Dec 13 23:47:34.745 INFO O| Dec 13 23:47:34.745 INFO O| Download: 5312/15848 items 43.3/176.3MB 24% complete (441k/s)
39042024-12-13T23:47:36.604Z[ host-image] Dec 13 23:47:35.020 INFO O| Dec 13 23:47:35.020 INFO O| Download: 11221/22774 items 94.0/199.6MB 47% complete (907k/s)
39052024-12-13T23:47:41.356Z[ recovery-image] Dec 13 23:47:39.771 INFO O| Dec 13 23:47:39.771 INFO O| Download: 5762/15848 items 50.9/176.3MB 28% complete (731k/s)
39062024-12-13T23:47:41.698Z[ host-image] Dec 13 23:47:40.113 INFO O| Dec 13 23:47:40.113 INFO O| Download: 11978/22774 items 98.2/199.6MB 49% complete (790k/s)
39072024-12-13T23:47:46.358Z[ recovery-image] Dec 13 23:47:44.772 INFO O| Dec 13 23:47:44.772 INFO O| Download: 6441/15848 items 63.5/176.3MB 36% complete (2.0M/s)
39082024-12-13T23:47:46.788Z[ host-image] Dec 13 23:47:45.202 INFO O| Dec 13 23:47:45.202 INFO O| Download: 12316/22774 items 109.5/199.6MB 54% complete (1.6M/s)
39092024-12-13T23:47:51.927Z[ host-image] Dec 13 23:47:50.340 INFO O| Dec 13 23:47:50.340 INFO O| Download: 13312/22774 items 110.0/199.6MB 55% complete (1.2M/s)
39102024-12-13T23:47:52.353Z[ recovery-image] Dec 13 23:47:50.766 INFO O| Dec 13 23:47:50.766 INFO O| Download: 7209/15848 items 72.2/176.3MB 40% complete (2.6M/s)
39112024-12-13T23:47:55.948Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39122024-12-13T23:47:56.935Z[ host-image] Dec 13 23:47:55.348 INFO O| Dec 13 23:47:55.348 INFO O| Download: 13905/22774 items 110.3/199.6MB 55% complete (81.7k/s)
39132024-12-13T23:47:57.600Z[ recovery-image] Dec 13 23:47:56.013 INFO O| Dec 13 23:47:56.012 INFO O| Download: 7868/15848 items 75.7/176.3MB 42% complete (1.1M/s)
39142024-12-13T23:48:01.938Z[ host-image] Dec 13 23:48:00.350 INFO O| Dec 13 23:48:00.350 INFO O| Download: 14571/22774 items 116.8/199.6MB 58% complete (693k/s)
39152024-12-13T23:48:02.621Z[ recovery-image] Dec 13 23:48:01.032 INFO O| Dec 13 23:48:01.032 INFO O| Download: 8634/15848 items 80.5/176.3MB 45% complete (731k/s)
39162024-12-13T23:48:06.944Z[ host-image] Dec 13 23:48:05.354 INFO O| Dec 13 23:48:05.354 INFO O| Download: 15646/22774 items 124.1/199.6MB 62% complete (1.4M/s)
39172024-12-13T23:48:07.640Z[ recovery-image] Dec 13 23:48:06.051 INFO O| Dec 13 23:48:06.050 INFO O| Download: 8910/15848 items 92.6/176.3MB 52% complete (1.7M/s)
39182024-12-13T23:48:11.946Z[ host-image] Dec 13 23:48:10.356 INFO O| Dec 13 23:48:10.356 INFO O| Download: 15903/22774 items 130.3/199.6MB 65% complete (1.4M/s)
39192024-12-13T23:48:12.720Z[ recovery-image] Dec 13 23:48:11.130 INFO O| Dec 13 23:48:11.130 INFO O| Download: 9955/15848 items 93.2/176.3MB 52% complete (1.3M/s)
39202024-12-13T23:48:16.952Z[ host-image] Dec 13 23:48:15.361 INFO O| Dec 13 23:48:15.361 INFO O| Download: 16933/22774 items 140.7/199.6MB 70% complete (1.6M/s)
39212024-12-13T23:48:17.726Z[ recovery-image] Dec 13 23:48:16.135 INFO O| Dec 13 23:48:16.135 INFO O| Download: 10732/15848 items 93.5/176.3MB 53% complete (107k/s)
39222024-12-13T23:48:21.974Z[ host-image] Dec 13 23:48:20.378 INFO O| Dec 13 23:48:20.378 INFO O| Download: 17892/22774 items 150.2/199.6MB 75% complete (2.0M/s)
39232024-12-13T23:48:22.964Z[ recovery-image] Dec 13 23:48:21.372 INFO O| Dec 13 23:48:21.372 INFO O| Download: 11119/15848 items 99.7/176.3MB 56% complete (659k/s)
39242024-12-13T23:48:26.981Z[ host-image] Dec 13 23:48:25.389 INFO O| Dec 13 23:48:25.389 INFO O| Download: 18919/22774 items 165.4/199.6MB 82% complete (2.5M/s)
39252024-12-13T23:48:27.984Z[ recovery-image] Dec 13 23:48:26.391 INFO O| Dec 13 23:48:26.391 INFO O| Download: 11566/15848 items 112.4/176.3MB 63% complete (1.8M/s)
39262024-12-13T23:48:31.997Z[ host-image] Dec 13 23:48:30.404 INFO O| Dec 13 23:48:30.404 INFO O| Download: 19858/22774 items 169.9/199.6MB 85% complete (2.0M/s)
39272024-12-13T23:48:32.988Z[ recovery-image] Dec 13 23:48:31.394 INFO O| Dec 13 23:48:31.394 INFO O| Download: 11953/15848 items 136.3/176.3MB 77% complete (3.6M/s)
39282024-12-13T23:48:37.558Z[ host-image] Dec 13 23:48:35.964 INFO O| Dec 13 23:48:35.964 INFO O| Download: 20659/22774 items 172.9/199.6MB 86% complete (819k/s)
39292024-12-13T23:48:38.003Z[ recovery-image] Dec 13 23:48:36.395 INFO O| Dec 13 23:48:36.395 INFO O| Download: 12857/15848 items 143.2/176.3MB 81% complete (3.1M/s)
39302024-12-13T23:48:42.573Z[ host-image] Dec 13 23:48:40.978 INFO O| Dec 13 23:48:40.978 INFO O| Download: 21092/22774 items 179.5/199.6MB 89% complete (947k/s)
39312024-12-13T23:48:43.030Z[ recovery-image] Dec 13 23:48:41.434 INFO O| Dec 13 23:48:41.434 INFO O| Download: 13915/15848 items 148.1/176.3MB 84% complete (1.3M/s)
39322024-12-13T23:48:47.606Z[ host-image] Dec 13 23:48:46.010 INFO O| Dec 13 23:48:46.010 INFO O| Download: 21892/22774 items 190.8/199.6MB 95% complete (1.7M/s)
39332024-12-13T23:48:51.441Z[ recovery-image] Dec 13 23:48:46.454 INFO O| Dec 13 23:48:46.453 INFO O| Download: 14609/15848 items 150.4/176.3MB 85% complete (730k/s)
39342024-12-13T23:48:52.619Z[ host-image] Dec 13 23:48:51.022 INFO O| Dec 13 23:48:51.022 INFO O| Download: 22357/22774 items 199.1/199.6MB 99% complete (2.0M/s)
39352024-12-13T23:48:53.054Z[ recovery-image] Dec 13 23:48:51.457 INFO O| Dec 13 23:48:51.457 INFO O| Download: 15118/15848 items 157.9/176.3MB 89% complete (1009k/s)
39362024-12-13T23:48:58.397Z[ recovery-image] Dec 13 23:48:56.800 INFO O| Dec 13 23:48:56.799 INFO O| Download: 15612/15848 items 169.7/176.3MB 96% complete (1.9M/s)
39372024-12-13T23:48:58.590Z[ host-image] Dec 13 23:48:56.991 INFO O| Dec 13 23:48:56.991 INFO O| Download: 22772/22774 items 199.6/199.6MB 99% complete (1.9M/s)
39382024-12-13T23:48:58.696Z[ host-image] Dec 13 23:48:57.098 INFO O| Dec 13 23:48:57.098 INFO O| Download: Completed 199.56 MB in 152.52 seconds (1.3M/s)
39392024-12-13T23:49:00.135Z[ host-image] Dec 13 23:48:58.537 INFO O| Dec 13 23:48:58.537 INFO O| Actions: 1/49471 actions (Installing new actions)
39402024-12-13T23:49:00.777Z[ recovery-image] Dec 13 23:48:59.164 INFO O| Dec 13 23:48:59.164 INFO O| Download: Completed 176.29 MB in 124.89 seconds (1.4M/s)
39412024-12-13T23:49:01.928Z[ recovery-image] Dec 13 23:49:00.330 INFO O| Dec 13 23:49:00.330 INFO O| Actions: 1/25014 actions (Installing new actions)
39422024-12-13T23:49:05.137Z[ host-image] Dec 13 23:49:03.538 INFO O| Dec 13 23:49:03.537 INFO O| Actions: 8221/49471 actions (Installing new actions)
39432024-12-13T23:49:06.952Z[ recovery-image] Dec 13 23:49:05.353 INFO O| Dec 13 23:49:05.353 INFO O| Actions: 8803/25014 actions (Installing new actions)
39442024-12-13T23:49:10.137Z[ host-image] Dec 13 23:49:08.538 INFO O| Dec 13 23:49:08.538 INFO O| Actions: 13601/49471 actions (Installing new actions)
39452024-12-13T23:49:12.068Z[ recovery-image] Dec 13 23:49:10.468 INFO O| Dec 13 23:49:10.468 INFO O| Actions: 13702/25014 actions (Installing new actions)
39462024-12-13T23:49:15.307Z[ host-image] Dec 13 23:49:13.708 INFO O| Dec 13 23:49:13.708 INFO O| Actions: 18578/49471 actions (Installing new actions)
39472024-12-13T23:49:17.070Z[ recovery-image] Dec 13 23:49:15.470 INFO O| Dec 13 23:49:15.470 INFO O| Actions: 19087/25014 actions (Installing new actions)
39482024-12-13T23:49:20.309Z[ host-image] Dec 13 23:49:18.708 INFO O| Dec 13 23:49:18.708 INFO O| Actions: 24360/49471 actions (Installing new actions)
39492024-12-13T23:49:22.071Z[ recovery-image] Dec 13 23:49:20.471 INFO O| Dec 13 23:49:20.470 INFO O| Actions: 24900/25014 actions (Installing new actions)
39502024-12-13T23:49:22.118Z[ recovery-image] Dec 13 23:49:20.517 INFO O| Dec 13 23:49:20.517 INFO O| Actions: Completed 25014 actions in 20.18 seconds.
39512024-12-13T23:49:23.255Z[ recovery-image] Dec 13 23:49:21.654 INFO O| Dec 13 23:49:21.654 INFO O| Done
39522024-12-13T23:49:23.255Z[ recovery-image] Dec 13 23:49:21.654 INFO O| Dec 13 23:49:21.654 INFO O| Done
39532024-12-13T23:49:24.840Z[ recovery-image] Dec 13 23:49:23.239 INFO O| Dec 13 23:49:23.239 INFO O| Done
39542024-12-13T23:49:25.311Z[ host-image] Dec 13 23:49:23.710 INFO O| Dec 13 23:49:23.710 INFO O| Actions: 48920/49471 actions (Installing new actions)
39552024-12-13T23:49:26.570Z[ host-image] Dec 13 23:49:24.967 INFO O| Dec 13 23:49:24.967 INFO O| Actions: Completed 49471 actions in 26.42 seconds.
39562024-12-13T23:49:26.731Z[ recovery-image] Dec 13 23:49:25.130 INFO O| Dec 13 23:49:25.130 INFO O| Done
39572024-12-13T23:49:26.754Z[ recovery-image] Dec 13 23:49:25.152 INFO O| Dec 13 23:49:25.152 INFO O| Done
39582024-12-13T23:49:27.313Z[ host-image] Dec 13 23:49:25.711 INFO O| Dec 13 23:49:25.711 INFO O| Done
39592024-12-13T23:49:27.313Z[ host-image] Dec 13 23:49:25.712 INFO O| Dec 13 23:49:25.711 INFO O| Done
39602024-12-13T23:49:28.945Z[ host-image] Dec 13 23:49:27.342 INFO O| Dec 13 23:49:27.342 INFO O| Done
39612024-12-13T23:49:31.783Z[ recovery-image] Dec 13 23:49:30.180 INFO O| Dec 13 23:49:30.180 INFO O| Done
39622024-12-13T23:49:31.874Z[ host-image] Dec 13 23:49:30.272 INFO O| Dec 13 23:49:30.272 INFO O| Done
39632024-12-13T23:49:31.974Z[ host-image] Dec 13 23:49:30.372 INFO O| Dec 13 23:49:30.372 INFO O| Done
39642024-12-13T23:49:32.570Z[ recovery-image] Dec 13 23:49:30.968 INFO O| Dec 13 23:49:30.968 INFO O| Done
39652024-12-13T23:49:33.285Z[ recovery-image] Dec 13 23:49:31.682 INFO O| Dec 13 23:49:31.682 INFO STEP 11 (pkg_install) COMPLETE
39662024-12-13T23:49:33.285Z[ recovery-image] Dec 13 23:49:31.682 INFO O| Dec 13 23:49:31.682 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39672024-12-13T23:49:33.287Z[ recovery-image] Dec 13 23:49:31.682 INFO O| Dec 13 23:49:31.682 INFO skip step because feature "recovery" is enabled
39682024-12-13T23:49:33.287Z[ recovery-image] Dec 13 23:49:31.682 INFO O| Dec 13 23:49:31.682 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39692024-12-13T23:49:33.287Z[ recovery-image] Dec 13 23:49:31.682 INFO O| Dec 13 23:49:31.682 INFO skip step because feature "omicron1" is not enabled
39702024-12-13T23:49:33.287Z[ recovery-image] Dec 13 23:49:31.682 INFO O| Dec 13 23:49:31.682 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39712024-12-13T23:49:33.309Z[ recovery-image] Dec 13 23:49:31.706 INFO O| Dec 13 23:49:31.706 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39722024-12-13T23:49:36.999Z[ recovery-image] Dec 13 23:49:35.396 INFO O| Dec 13 23:49:35.396 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39732024-12-13T23:49:39.517Z[ host-image] Dec 13 23:49:37.913 INFO O| Dec 13 23:49:37.913 INFO O| Done
39742024-12-13T23:49:40.703Z[ host-image] Dec 13 23:49:39.099 INFO O| Dec 13 23:49:39.099 INFO O| Done
39752024-12-13T23:49:41.248Z[ host-image] Dec 13 23:49:39.644 INFO O| Dec 13 23:49:39.644 INFO STEP 11 (pkg_install) COMPLETE
39762024-12-13T23:49:41.248Z[ host-image] Dec 13 23:49:39.644 INFO O| Dec 13 23:49:39.644 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39772024-12-13T23:49:41.267Z[ host-image] Dec 13 23:49:39.663 INFO O| Dec 13 23:49:39.663 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"]
39782024-12-13T23:49:41.460Z[ recovery-image] Dec 13 23:49:39.856 INFO O| Dec 13 23:49:39.856 INFO O| Planning: Solver setup ... Done
39792024-12-13T23:49:41.470Z[ recovery-image] Dec 13 23:49:39.863 INFO O| Dec 13 23:49:39.863 INFO O| Planning: Running solver ... Done
39802024-12-13T23:49:41.575Z[ recovery-image] Dec 13 23:49:39.971 INFO O| Dec 13 23:49:39.971 INFO O| Planning: Finding local manifests ... Done
39812024-12-13T23:49:41.577Z[ recovery-image] Dec 13 23:49:39.972 INFO O| Dec 13 23:49:39.972 INFO O| Planning: Fetching manifests: 0/1 0% complete
39822024-12-13T23:49:41.736Z[ recovery-image] Dec 13 23:49:40.133 INFO O| Dec 13 23:49:40.132 INFO O| Planning: Fetching manifests: 1/1 100% complete
39832024-12-13T23:49:41.799Z[ recovery-image] Dec 13 23:49:40.196 INFO O| Dec 13 23:49:40.195 INFO O| Planning: Package planning ... Done
39842024-12-13T23:49:41.802Z[ recovery-image] Dec 13 23:49:40.196 INFO O| Dec 13 23:49:40.196 INFO O| Planning: Merging actions ... Done
39852024-12-13T23:49:41.865Z[ recovery-image] Dec 13 23:49:40.261 INFO O| Dec 13 23:49:40.261 INFO O| Planning: Checking for conflicting actions ... Done
39862024-12-13T23:49:41.867Z[ recovery-image] Dec 13 23:49:40.262 INFO O| Dec 13 23:49:40.262 INFO O| Planning: Consolidating action changes ... Done
39872024-12-13T23:49:42.462Z[ host-image] Dec 13 23:49:40.858 INFO O| Dec 13 23:49:40.857 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39882024-12-13T23:49:42.491Z[ recovery-image] Dec 13 23:49:40.887 INFO O| Dec 13 23:49:40.887 INFO O| Planning: Evaluating mediators ... Done
39892024-12-13T23:49:42.494Z[ recovery-image] Dec 13 23:49:40.888 INFO O| Dec 13 23:49:40.888 INFO O| Planning: Planning completed in 5.49 seconds
39902024-12-13T23:49:42.496Z[ recovery-image] Dec 13 23:49:40.890 INFO O| Dec 13 23:49:40.890 INFO O| Packages to install: 1
39912024-12-13T23:49:42.514Z[ recovery-image] Dec 13 23:49:40.910 INFO O| Dec 13 23:49:40.910 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39922024-12-13T23:49:43.014Z[ recovery-image] Dec 13 23:49:41.410 INFO O| Dec 13 23:49:41.409 INFO O| Download: Completed 9.99 MB in 0.50 seconds (20.0M/s)
39932024-12-13T23:49:43.123Z[ recovery-image] Dec 13 23:49:41.518 INFO O| Dec 13 23:49:41.518 INFO O| Actions: 1/22 actions (Installing new actions)
39942024-12-13T23:49:43.532Z[ recovery-image] Dec 13 23:49:41.928 INFO O| Dec 13 23:49:41.928 INFO O| Actions: Completed 22 actions in 0.41 seconds.
39952024-12-13T23:49:44.024Z[ recovery-image] Dec 13 23:49:42.419 INFO O| Dec 13 23:49:42.419 INFO O| Done
39962024-12-13T23:49:44.024Z[ recovery-image] Dec 13 23:49:42.419 INFO O| Dec 13 23:49:42.419 INFO O| Done
39972024-12-13T23:49:45.512Z[ recovery-image] Dec 13 23:49:43.908 INFO O| Dec 13 23:49:43.908 INFO O| Done
39982024-12-13T23:49:47.587Z[ host-image] Dec 13 23:49:45.982 INFO O| Dec 13 23:49:45.982 INFO O| Planning: Solver setup ... Done
39992024-12-13T23:49:47.595Z[ host-image] Dec 13 23:49:45.991 INFO O| Dec 13 23:49:45.990 INFO O| Planning: Running solver ... Done
40002024-12-13T23:49:47.693Z[ recovery-image] Dec 13 23:49:46.089 INFO O| Dec 13 23:49:46.089 INFO O| Done
40012024-12-13T23:49:47.727Z[ recovery-image] Dec 13 23:49:46.123 INFO O| Dec 13 23:49:46.122 INFO O| Done
40022024-12-13T23:49:47.727Z[ recovery-image] Dec 13 23:49:46.123 INFO O| Dec 13 23:49:46.123 INFO O| Done
40032024-12-13T23:49:47.730Z[ host-image] Dec 13 23:49:46.123 INFO O| Dec 13 23:49:46.123 INFO O| Planning: Finding local manifests ... Done
40042024-12-13T23:49:47.730Z[ host-image] Dec 13 23:49:46.125 INFO O| Dec 13 23:49:46.125 INFO O| Planning: Fetching manifests: 0/5 0% complete
40052024-12-13T23:49:47.744Z[ recovery-image] Dec 13 23:49:46.139 INFO O| Dec 13 23:49:46.139 INFO O| Done
40062024-12-13T23:49:47.907Z[ recovery-image] Dec 13 23:49:46.302 INFO O| Dec 13 23:49:46.302 INFO STEP 14 (pkg_install) COMPLETE
40072024-12-13T23:49:47.907Z[ recovery-image] Dec 13 23:49:46.302 INFO O| Dec 13 23:49:46.302 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40082024-12-13T23:49:47.909Z[ recovery-image] Dec 13 23:49:46.302 INFO O| Dec 13 23:49:46.302 INFO skip step because feature "mfg" is not enabled
40092024-12-13T23:49:47.910Z[ recovery-image] Dec 13 23:49:46.302 INFO O| Dec 13 23:49:46.302 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40102024-12-13T23:49:47.910Z[ recovery-image] Dec 13 23:49:46.302 INFO O| Dec 13 23:49:46.302 INFO skip step because feature "compliance" is not enabled
40112024-12-13T23:49:47.910Z[ recovery-image] Dec 13 23:49:46.302 INFO O| Dec 13 23:49:46.302 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40122024-12-13T23:49:47.910Z[ recovery-image] Dec 13 23:49:46.302 INFO O| Dec 13 23:49:46.302 INFO skip step because feature "stress" is not enabled
40132024-12-13T23:49:47.910Z[ recovery-image] Dec 13 23:49:46.302 INFO O| Dec 13 23:49:46.302 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40142024-12-13T23:49:47.910Z[ recovery-image] Dec 13 23:49:46.302 INFO O| Dec 13 23:49:46.302 INFO skip step because feature "nfs" is not enabled
40152024-12-13T23:49:47.910Z[ recovery-image] Dec 13 23:49:46.302 INFO O| Dec 13 23:49:46.302 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40162024-12-13T23:49:47.910Z[ recovery-image] Dec 13 23:49:46.302 INFO O| Dec 13 23:49:46.302 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40172024-12-13T23:49:47.974Z[ host-image] Dec 13 23:49:46.369 INFO O| Dec 13 23:49:46.369 INFO O| Planning: Fetching manifests: 5/5 100% complete
40182024-12-13T23:49:47.989Z[ recovery-image] Dec 13 23:49:46.384 INFO O| Dec 13 23:49:46.384 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40192024-12-13T23:49:48.324Z[ host-image] Dec 13 23:49:46.459 INFO O| Dec 13 23:49:46.459 INFO O| Planning: Package planning ... Done
40202024-12-13T23:49:48.331Z[ host-image] Dec 13 23:49:46.467 INFO O| Dec 13 23:49:46.467 INFO O| Planning: Merging actions ... Done
40212024-12-13T23:49:48.331Z[ recovery-image] Dec 13 23:49:46.516 INFO O| Dec 13 23:49:46.516 INFO completed processing gimlet/ramdisk-01-os
40222024-12-13T23:49:48.331Z[ recovery-image] Dec 13 23:49:46.519 INFO image builder template: ramdisk-02-trim...
40232024-12-13T23:49:48.331Z[ recovery-image] Dec 13 23:49:46.520 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/.tmpwfH0qP/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
40242024-12-13T23:49:48.331Z[ recovery-image] Dec 13 23:49:46.562 INFO O| Dec 13 23:49:46.562 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40252024-12-13T23:49:48.331Z[ recovery-image] Dec 13 23:49:46.570 INFO O| Dec 13 23:49:46.570 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40262024-12-13T23:49:48.331Z[ host-image] Dec 13 23:49:46.627 INFO O| Dec 13 23:49:46.627 INFO O| Planning: Checking for conflicting actions ... Done
40272024-12-13T23:49:48.331Z[ host-image] Dec 13 23:49:46.629 INFO O| Dec 13 23:49:46.629 INFO O| Planning: Consolidating action changes ... Done
40282024-12-13T23:49:48.331Z[ recovery-image] Dec 13 23:49:46.685 INFO O| Dec 13 23:49:46.685 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40292024-12-13T23:49:48.415Z[ recovery-image] Dec 13 23:49:46.810 INFO O| Dec 13 23:49:46.809 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40302024-12-13T23:49:48.418Z[ recovery-image] Dec 13 23:49:46.810 INFO O| Dec 13 23:49:46.810 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40312024-12-13T23:49:48.428Z[ recovery-image] Dec 13 23:49:46.822 INFO O| Dec 13 23:49:46.822 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40322024-12-13T23:49:48.436Z[ recovery-image] Dec 13 23:49:46.831 INFO O| Dec 13 23:49:46.831 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40332024-12-13T23:49:48.446Z[ recovery-image] Dec 13 23:49:46.841 INFO O| Dec 13 23:49:46.841 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40342024-12-13T23:49:48.749Z[ recovery-image] Dec 13 23:49:47.144 INFO O| Dec 13 23:49:47.144 INFO rolled back to input snapshot; work may begin
40352024-12-13T23:49:48.749Z[ recovery-image] Dec 13 23:49:47.144 INFO O| Dec 13 23:49:47.144 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40362024-12-13T23:49:48.759Z[ recovery-image] Dec 13 23:49:47.155 INFO O| Dec 13 23:49:47.154 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40372024-12-13T23:49:48.788Z[ recovery-image] Dec 13 23:49:47.183 INFO O| Dec 13 23:49:47.182 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40382024-12-13T23:49:48.796Z[ host-image] Dec 13 23:49:47.192 INFO O| Dec 13 23:49:47.191 INFO O| Planning: Evaluating mediators ... Done
40392024-12-13T23:49:48.799Z[ host-image] Dec 13 23:49:47.194 INFO O| Dec 13 23:49:47.194 INFO O| Planning: Planning completed in 6.34 seconds
40402024-12-13T23:49:48.801Z[ host-image] Dec 13 23:49:47.197 INFO O| Dec 13 23:49:47.197 INFO O| Packages to install: 5
40412024-12-13T23:49:48.802Z[ host-image] Dec 13 23:49:47.197 INFO O| Dec 13 23:49:47.197 INFO O| Services to change: 2
40422024-12-13T23:49:48.833Z[ host-image] Dec 13 23:49:47.228 INFO O| Dec 13 23:49:47.228 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
40432024-12-13T23:49:48.947Z[ recovery-image] Dec 13 23:49:47.341 INFO O| Dec 13 23:49:47.341 INFO STEP 0 (remove_files) COMPLETE
40442024-12-13T23:49:48.947Z[ recovery-image] Dec 13 23:49:47.341 INFO O| Dec 13 23:49:47.341 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40452024-12-13T23:49:49.008Z[ recovery-image] Dec 13 23:49:47.395 INFO O| Dec 13 23:49:47.394 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40462024-12-13T23:49:49.008Z[ recovery-image] Dec 13 23:49:47.398 INFO O| Dec 13 23:49:47.398 INFO STEP 1 (remove_files) COMPLETE
40472024-12-13T23:49:49.011Z[ recovery-image] Dec 13 23:49:47.398 INFO O| Dec 13 23:49:47.398 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40482024-12-13T23:49:49.025Z[ recovery-image] Dec 13 23:49:47.420 INFO O| Dec 13 23:49:47.420 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40492024-12-13T23:49:49.051Z[ recovery-image] Dec 13 23:49:47.446 INFO O| Dec 13 23:49:47.446 INFO STEP 2 (remove_files) COMPLETE
40502024-12-13T23:49:49.054Z[ recovery-image] Dec 13 23:49:47.446 INFO O| Dec 13 23:49:47.446 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40512024-12-13T23:49:49.083Z[ recovery-image] Dec 13 23:49:47.478 INFO O| Dec 13 23:49:47.478 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40522024-12-13T23:49:49.086Z[ recovery-image] Dec 13 23:49:47.481 INFO O| Dec 13 23:49:47.481 INFO STEP 3 (remove_files) COMPLETE
40532024-12-13T23:49:49.086Z[ recovery-image] Dec 13 23:49:47.481 INFO O| Dec 13 23:49:47.481 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40542024-12-13T23:49:49.108Z[ recovery-image] Dec 13 23:49:47.503 INFO O| Dec 13 23:49:47.503 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40552024-12-13T23:49:49.116Z[ recovery-image] Dec 13 23:49:47.510 INFO O| Dec 13 23:49:47.510 INFO STEP 4 (remove_files) COMPLETE
40562024-12-13T23:49:49.116Z[ recovery-image] Dec 13 23:49:47.510 INFO O| Dec 13 23:49:47.510 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40572024-12-13T23:49:49.135Z[ recovery-image] Dec 13 23:49:47.530 INFO O| Dec 13 23:49:47.530 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40582024-12-13T23:49:49.138Z[ recovery-image] Dec 13 23:49:47.530 INFO O| Dec 13 23:49:47.530 INFO STEP 5 (remove_files) COMPLETE
40592024-12-13T23:49:49.138Z[ recovery-image] Dec 13 23:49:47.530 INFO O| Dec 13 23:49:47.530 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40602024-12-13T23:49:49.157Z[ recovery-image] Dec 13 23:49:47.550 INFO O| Dec 13 23:49:47.550 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40612024-12-13T23:49:49.173Z[ recovery-image] Dec 13 23:49:47.568 INFO O| Dec 13 23:49:47.568 INFO STEP 6 (remove_files) COMPLETE
40622024-12-13T23:49:49.173Z[ recovery-image] Dec 13 23:49:47.568 INFO O| Dec 13 23:49:47.568 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40632024-12-13T23:49:49.173Z[ recovery-image] Dec 13 23:49:47.568 INFO O| Dec 13 23:49:47.568 INFO skip step because feature "recovery" is enabled
40642024-12-13T23:49:49.173Z[ recovery-image] Dec 13 23:49:47.568 INFO O| Dec 13 23:49:47.568 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40652024-12-13T23:49:49.173Z[ recovery-image] Dec 13 23:49:47.568 INFO O| Dec 13 23:49:47.568 INFO skip step because feature "recovery" is enabled
40662024-12-13T23:49:49.174Z[ recovery-image] Dec 13 23:49:47.568 INFO O| Dec 13 23:49:47.568 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40672024-12-13T23:49:49.174Z[ recovery-image] Dec 13 23:49:47.568 INFO O| Dec 13 23:49:47.568 INFO skip step because feature "recovery" is enabled
40682024-12-13T23:49:49.174Z[ recovery-image] Dec 13 23:49:47.568 INFO O| Dec 13 23:49:47.568 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40692024-12-13T23:49:49.192Z[ recovery-image] Dec 13 23:49:47.587 INFO O| Dec 13 23:49:47.587 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40702024-12-13T23:49:49.227Z[ recovery-image] Dec 13 23:49:47.621 INFO O| Dec 13 23:49:47.621 INFO STEP 10 (remove_files) COMPLETE
40712024-12-13T23:49:49.227Z[ recovery-image] Dec 13 23:49:47.621 INFO O| Dec 13 23:49:47.621 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40722024-12-13T23:49:49.261Z[ recovery-image] Dec 13 23:49:47.656 INFO O| Dec 13 23:49:47.656 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40732024-12-13T23:49:49.264Z[ recovery-image] Dec 13 23:49:47.657 INFO O| Dec 13 23:49:47.657 INFO STEP 11 (remove_files) COMPLETE
40742024-12-13T23:49:49.264Z[ recovery-image] Dec 13 23:49:47.657 INFO O| Dec 13 23:49:47.657 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40752024-12-13T23:49:49.282Z[ recovery-image] Dec 13 23:49:47.677 INFO O| Dec 13 23:49:47.677 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40762024-12-13T23:49:49.284Z[ recovery-image] Dec 13 23:49:47.679 INFO O| Dec 13 23:49:47.679 INFO STEP 12 (remove_files) COMPLETE
40772024-12-13T23:49:49.284Z[ recovery-image] Dec 13 23:49:47.679 INFO O| Dec 13 23:49:47.679 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40782024-12-13T23:49:49.667Z[ recovery-image] Dec 13 23:49:48.041 INFO O| Dec 13 23:49:48.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40792024-12-13T23:49:49.668Z[ recovery-image] Dec 13 23:49:48.045 INFO O| Dec 13 23:49:48.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40802024-12-13T23:49:49.668Z[ recovery-image] Dec 13 23:49:48.047 INFO O| Dec 13 23:49:48.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40812024-12-13T23:49:49.668Z[ recovery-image] Dec 13 23:49:48.053 INFO O| Dec 13 23:49:48.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40822024-12-13T23:49:49.768Z[ recovery-image] Dec 13 23:49:48.162 INFO O| Dec 13 23:49:48.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40832024-12-13T23:49:49.778Z[ recovery-image] Dec 13 23:49:48.173 INFO O| Dec 13 23:49:48.173 INFO STEP 13 (remove_files) COMPLETE
40842024-12-13T23:49:49.778Z[ recovery-image] Dec 13 23:49:48.173 INFO O| Dec 13 23:49:48.173 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40852024-12-13T23:49:49.800Z[ recovery-image] Dec 13 23:49:48.195 INFO O| Dec 13 23:49:48.195 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40862024-12-13T23:49:49.802Z[ recovery-image] Dec 13 23:49:48.198 INFO O| Dec 13 23:49:48.198 INFO STEP 14 (remove_files) COMPLETE
40872024-12-13T23:49:49.805Z[ recovery-image] Dec 13 23:49:48.198 INFO O| Dec 13 23:49:48.198 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40882024-12-13T23:49:49.857Z[ recovery-image] Dec 13 23:49:48.251 INFO O| Dec 13 23:49:48.251 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40892024-12-13T23:49:49.868Z[ recovery-image] Dec 13 23:49:48.263 INFO O| Dec 13 23:49:48.263 INFO STEP 15 (remove_files) COMPLETE
40902024-12-13T23:49:49.868Z[ recovery-image] Dec 13 23:49:48.263 INFO O| Dec 13 23:49:48.263 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40912024-12-13T23:49:49.904Z[ recovery-image] Dec 13 23:49:48.299 INFO O| Dec 13 23:49:48.299 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40922024-12-13T23:49:49.907Z[ recovery-image] Dec 13 23:49:48.300 INFO O| Dec 13 23:49:48.300 INFO STEP 16 (remove_files) COMPLETE
40932024-12-13T23:49:49.907Z[ recovery-image] Dec 13 23:49:48.300 INFO O| Dec 13 23:49:48.300 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40942024-12-13T23:49:49.925Z[ recovery-image] Dec 13 23:49:48.320 INFO O| Dec 13 23:49:48.320 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
40952024-12-13T23:49:49.927Z[ recovery-image] Dec 13 23:49:48.322 INFO O| Dec 13 23:49:48.322 INFO STEP 17 (remove_files) COMPLETE
40962024-12-13T23:49:49.927Z[ recovery-image] Dec 13 23:49:48.322 INFO O| Dec 13 23:49:48.322 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40972024-12-13T23:49:49.946Z[ recovery-image] Dec 13 23:49:48.341 INFO O| Dec 13 23:49:48.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
40982024-12-13T23:49:49.947Z[ recovery-image] Dec 13 23:49:48.342 INFO O| Dec 13 23:49:48.342 INFO STEP 18 (remove_files) COMPLETE
40992024-12-13T23:49:49.949Z[ recovery-image] Dec 13 23:49:48.342 INFO O| Dec 13 23:49:48.342 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41002024-12-13T23:49:49.966Z[ recovery-image] Dec 13 23:49:48.361 INFO O| Dec 13 23:49:48.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41012024-12-13T23:49:49.968Z[ recovery-image] Dec 13 23:49:48.361 INFO O| Dec 13 23:49:48.361 INFO STEP 19 (remove_files) COMPLETE
41022024-12-13T23:49:49.968Z[ recovery-image] Dec 13 23:49:48.361 INFO O| Dec 13 23:49:48.361 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41032024-12-13T23:49:49.984Z[ recovery-image] Dec 13 23:49:48.379 INFO O| Dec 13 23:49:48.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41042024-12-13T23:49:49.985Z[ recovery-image] Dec 13 23:49:48.380 INFO O| Dec 13 23:49:48.379 INFO STEP 20 (remove_files) COMPLETE
41052024-12-13T23:49:49.987Z[ recovery-image] Dec 13 23:49:48.380 INFO O| Dec 13 23:49:48.380 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41062024-12-13T23:49:50.003Z[ recovery-image] Dec 13 23:49:48.398 INFO O| Dec 13 23:49:48.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41072024-12-13T23:49:50.005Z[ recovery-image] Dec 13 23:49:48.398 INFO O| Dec 13 23:49:48.398 INFO STEP 21 (remove_files) COMPLETE
41082024-12-13T23:49:50.005Z[ recovery-image] Dec 13 23:49:48.398 INFO O| Dec 13 23:49:48.398 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41092024-12-13T23:49:50.022Z[ recovery-image] Dec 13 23:49:48.417 INFO O| Dec 13 23:49:48.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41102024-12-13T23:49:50.022Z[ recovery-image] Dec 13 23:49:48.417 INFO O| Dec 13 23:49:48.417 INFO STEP 22 (remove_files) COMPLETE
41112024-12-13T23:49:50.025Z[ recovery-image] Dec 13 23:49:48.417 INFO O| Dec 13 23:49:48.417 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41122024-12-13T23:49:50.042Z[ recovery-image] Dec 13 23:49:48.436 INFO O| Dec 13 23:49:48.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41132024-12-13T23:49:50.044Z[ recovery-image] Dec 13 23:49:48.437 INFO O| Dec 13 23:49:48.436 INFO STEP 23 (remove_files) COMPLETE
41142024-12-13T23:49:50.045Z[ recovery-image] Dec 13 23:49:48.437 INFO O| Dec 13 23:49:48.437 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41152024-12-13T23:49:50.063Z[ recovery-image] Dec 13 23:49:48.458 INFO O| Dec 13 23:49:48.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41162024-12-13T23:49:50.066Z[ recovery-image] Dec 13 23:49:48.459 INFO O| Dec 13 23:49:48.459 INFO STEP 24 (remove_files) COMPLETE
41172024-12-13T23:49:50.066Z[ recovery-image] Dec 13 23:49:48.459 INFO O| Dec 13 23:49:48.459 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41182024-12-13T23:49:50.069Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41192024-12-13T23:49:50.085Z[ recovery-image] Dec 13 23:49:48.475 INFO O| Dec 13 23:49:48.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41202024-12-13T23:49:50.085Z[ recovery-image] Dec 13 23:49:48.476 INFO O| Dec 13 23:49:48.475 INFO STEP 25 (remove_files) COMPLETE
41212024-12-13T23:49:50.085Z[ recovery-image] Dec 13 23:49:48.476 INFO O| Dec 13 23:49:48.476 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41222024-12-13T23:49:50.118Z[ recovery-image] Dec 13 23:49:48.513 INFO O| Dec 13 23:49:48.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41232024-12-13T23:49:50.121Z[ recovery-image] Dec 13 23:49:48.513 INFO O| Dec 13 23:49:48.513 INFO STEP 26 (remove_files) COMPLETE
41242024-12-13T23:49:50.121Z[ recovery-image] Dec 13 23:49:48.513 INFO O| Dec 13 23:49:48.513 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41252024-12-13T23:49:50.139Z[ recovery-image] Dec 13 23:49:48.533 INFO O| Dec 13 23:49:48.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41262024-12-13T23:49:50.139Z[ recovery-image] Dec 13 23:49:48.534 INFO O| Dec 13 23:49:48.533 INFO STEP 27 (remove_files) COMPLETE
41272024-12-13T23:49:50.141Z[ recovery-image] Dec 13 23:49:48.534 INFO O| Dec 13 23:49:48.534 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41282024-12-13T23:49:50.156Z[ recovery-image] Dec 13 23:49:48.551 INFO O| Dec 13 23:49:48.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41292024-12-13T23:49:50.159Z[ recovery-image] Dec 13 23:49:48.551 INFO O| Dec 13 23:49:48.551 INFO STEP 28 (remove_files) COMPLETE
41302024-12-13T23:49:50.159Z[ recovery-image] Dec 13 23:49:48.551 INFO O| Dec 13 23:49:48.551 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41312024-12-13T23:49:50.174Z[ recovery-image] Dec 13 23:49:48.568 INFO O| Dec 13 23:49:48.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41322024-12-13T23:49:50.174Z[ recovery-image] Dec 13 23:49:48.568 INFO O| Dec 13 23:49:48.568 INFO STEP 29 (remove_files) COMPLETE
41332024-12-13T23:49:50.174Z[ recovery-image] Dec 13 23:49:48.568 INFO O| Dec 13 23:49:48.568 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41342024-12-13T23:49:50.208Z[ recovery-image] Dec 13 23:49:48.602 INFO O| Dec 13 23:49:48.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41352024-12-13T23:49:50.208Z[ recovery-image] Dec 13 23:49:48.602 INFO O| Dec 13 23:49:48.602 INFO STEP 30 (remove_files) COMPLETE
41362024-12-13T23:49:50.208Z[ recovery-image] Dec 13 23:49:48.602 INFO O| Dec 13 23:49:48.602 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41372024-12-13T23:49:50.282Z[ recovery-image] Dec 13 23:49:48.673 INFO O| Dec 13 23:49:48.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41382024-12-13T23:49:50.282Z[ recovery-image] Dec 13 23:49:48.673 INFO O| Dec 13 23:49:48.673 INFO STEP 31 (remove_files) COMPLETE
41392024-12-13T23:49:50.282Z[ recovery-image] Dec 13 23:49:48.673 INFO O| Dec 13 23:49:48.673 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41402024-12-13T23:49:50.299Z[ recovery-image] Dec 13 23:49:48.694 INFO O| Dec 13 23:49:48.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41412024-12-13T23:49:50.299Z[ recovery-image] Dec 13 23:49:48.694 INFO O| Dec 13 23:49:48.694 INFO STEP 32 (remove_files) COMPLETE
41422024-12-13T23:49:50.302Z[ recovery-image] Dec 13 23:49:48.694 INFO O| Dec 13 23:49:48.694 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41432024-12-13T23:49:50.308Z[ host-image] Dec 13 23:49:48.703 INFO O| Dec 13 23:49:48.703 INFO O| Download: Completed 1.44 MB in 1.48 seconds (999k/s)
41442024-12-13T23:49:50.346Z[ recovery-image] Dec 13 23:49:48.741 INFO O| Dec 13 23:49:48.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41452024-12-13T23:49:50.346Z[ recovery-image] Dec 13 23:49:48.741 INFO O| Dec 13 23:49:48.741 INFO STEP 33 (remove_files) COMPLETE
41462024-12-13T23:49:50.346Z[ recovery-image] Dec 13 23:49:48.741 INFO O| Dec 13 23:49:48.741 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41472024-12-13T23:49:50.376Z[ host-image] Dec 13 23:49:48.771 INFO O| Dec 13 23:49:48.770 INFO O| Actions: 1/305 actions (Installing new actions)
41482024-12-13T23:49:50.392Z[ recovery-image] Dec 13 23:49:48.787 INFO O| Dec 13 23:49:48.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41492024-12-13T23:49:50.392Z[ recovery-image] Dec 13 23:49:48.787 INFO O| Dec 13 23:49:48.787 INFO STEP 34 (remove_files) COMPLETE
41502024-12-13T23:49:50.392Z[ recovery-image] Dec 13 23:49:48.787 INFO O| Dec 13 23:49:48.787 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41512024-12-13T23:49:50.439Z[ recovery-image] Dec 13 23:49:48.834 INFO O| Dec 13 23:49:48.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41522024-12-13T23:49:50.439Z[ recovery-image] Dec 13 23:49:48.834 INFO O| Dec 13 23:49:48.834 INFO STEP 35 (remove_files) COMPLETE
41532024-12-13T23:49:50.439Z[ recovery-image] Dec 13 23:49:48.834 INFO O| Dec 13 23:49:48.834 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41542024-12-13T23:49:50.461Z[ recovery-image] Dec 13 23:49:48.856 INFO O| Dec 13 23:49:48.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41552024-12-13T23:49:50.461Z[ recovery-image] Dec 13 23:49:48.856 INFO O| Dec 13 23:49:48.856 INFO STEP 36 (remove_files) COMPLETE
41562024-12-13T23:49:50.464Z[ recovery-image] Dec 13 23:49:48.856 INFO O| Dec 13 23:49:48.856 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41572024-12-13T23:49:50.483Z[ recovery-image] Dec 13 23:49:48.878 INFO O| Dec 13 23:49:48.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41582024-12-13T23:49:50.483Z[ recovery-image] Dec 13 23:49:48.878 INFO O| Dec 13 23:49:48.878 INFO STEP 37 (remove_files) COMPLETE
41592024-12-13T23:49:50.486Z[ recovery-image] Dec 13 23:49:48.878 INFO O| Dec 13 23:49:48.878 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41602024-12-13T23:49:50.504Z[ recovery-image] Dec 13 23:49:48.898 INFO O| Dec 13 23:49:48.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41612024-12-13T23:49:50.504Z[ recovery-image] Dec 13 23:49:48.898 INFO O| Dec 13 23:49:48.898 INFO STEP 38 (remove_files) COMPLETE
41622024-12-13T23:49:50.504Z[ recovery-image] Dec 13 23:49:48.899 INFO O| Dec 13 23:49:48.898 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41632024-12-13T23:49:50.523Z[ recovery-image] Dec 13 23:49:48.918 INFO O| Dec 13 23:49:48.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41642024-12-13T23:49:50.523Z[ recovery-image] Dec 13 23:49:48.918 INFO O| Dec 13 23:49:48.918 INFO STEP 39 (remove_files) COMPLETE
41652024-12-13T23:49:50.523Z[ recovery-image] Dec 13 23:49:48.918 INFO O| Dec 13 23:49:48.918 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41662024-12-13T23:49:50.533Z[ host-image] Dec 13 23:49:48.928 INFO O| Dec 13 23:49:48.928 INFO O| Actions: Completed 305 actions in 0.16 seconds.
41672024-12-13T23:49:50.544Z[ recovery-image] Dec 13 23:49:48.939 INFO O| Dec 13 23:49:48.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41682024-12-13T23:49:50.544Z[ recovery-image] Dec 13 23:49:48.939 INFO O| Dec 13 23:49:48.939 INFO STEP 40 (remove_files) COMPLETE
41692024-12-13T23:49:50.546Z[ recovery-image] Dec 13 23:49:48.939 INFO O| Dec 13 23:49:48.939 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41702024-12-13T23:49:50.565Z[ recovery-image] Dec 13 23:49:48.960 INFO O| Dec 13 23:49:48.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41712024-12-13T23:49:50.565Z[ recovery-image] Dec 13 23:49:48.960 INFO O| Dec 13 23:49:48.960 INFO STEP 41 (remove_files) COMPLETE
41722024-12-13T23:49:50.565Z[ recovery-image] Dec 13 23:49:48.960 INFO O| Dec 13 23:49:48.960 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41732024-12-13T23:49:50.607Z[ recovery-image] Dec 13 23:49:49.002 INFO O| Dec 13 23:49:49.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41742024-12-13T23:49:50.607Z[ recovery-image] Dec 13 23:49:49.002 INFO O| Dec 13 23:49:49.002 INFO STEP 42 (remove_files) COMPLETE
41752024-12-13T23:49:50.610Z[ recovery-image] Dec 13 23:49:49.002 INFO O| Dec 13 23:49:49.002 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41762024-12-13T23:49:50.627Z[ recovery-image] Dec 13 23:49:49.021 INFO O| Dec 13 23:49:49.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41772024-12-13T23:49:50.627Z[ recovery-image] Dec 13 23:49:49.022 INFO O| Dec 13 23:49:49.022 INFO STEP 43 (remove_files) COMPLETE
41782024-12-13T23:49:50.627Z[ recovery-image] Dec 13 23:49:49.022 INFO O| Dec 13 23:49:49.022 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41792024-12-13T23:49:50.649Z[ recovery-image] Dec 13 23:49:49.044 INFO O| Dec 13 23:49:49.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41802024-12-13T23:49:50.651Z[ recovery-image] Dec 13 23:49:49.044 INFO O| Dec 13 23:49:49.044 INFO STEP 44 (remove_files) COMPLETE
41812024-12-13T23:49:50.652Z[ recovery-image] Dec 13 23:49:49.044 INFO O| Dec 13 23:49:49.044 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41822024-12-13T23:49:50.674Z[ recovery-image] Dec 13 23:49:49.069 INFO O| Dec 13 23:49:49.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41832024-12-13T23:49:50.674Z[ recovery-image] Dec 13 23:49:49.069 INFO O| Dec 13 23:49:49.069 INFO STEP 45 (remove_files) COMPLETE
41842024-12-13T23:49:50.674Z[ recovery-image] Dec 13 23:49:49.069 INFO O| Dec 13 23:49:49.069 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41852024-12-13T23:49:50.696Z[ recovery-image] Dec 13 23:49:49.091 INFO O| Dec 13 23:49:49.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41862024-12-13T23:49:50.696Z[ recovery-image] Dec 13 23:49:49.091 INFO O| Dec 13 23:49:49.091 INFO STEP 46 (remove_files) COMPLETE
41872024-12-13T23:49:50.698Z[ recovery-image] Dec 13 23:49:49.091 INFO O| Dec 13 23:49:49.091 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41882024-12-13T23:49:50.754Z[ recovery-image] Dec 13 23:49:49.149 INFO O| Dec 13 23:49:49.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41892024-12-13T23:49:50.754Z[ recovery-image] Dec 13 23:49:49.149 INFO O| Dec 13 23:49:49.149 INFO STEP 47 (remove_files) COMPLETE
41902024-12-13T23:49:50.754Z[ recovery-image] Dec 13 23:49:49.149 INFO O| Dec 13 23:49:49.149 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41912024-12-13T23:49:50.777Z[ recovery-image] Dec 13 23:49:49.172 INFO O| Dec 13 23:49:49.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41922024-12-13T23:49:50.777Z[ recovery-image] Dec 13 23:49:49.172 INFO O| Dec 13 23:49:49.172 INFO STEP 48 (remove_files) COMPLETE
41932024-12-13T23:49:50.780Z[ recovery-image] Dec 13 23:49:49.172 INFO O| Dec 13 23:49:49.172 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41942024-12-13T23:49:50.806Z[ recovery-image] Dec 13 23:49:49.201 INFO O| Dec 13 23:49:49.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41952024-12-13T23:49:50.807Z[ recovery-image] Dec 13 23:49:49.201 INFO O| Dec 13 23:49:49.201 INFO STEP 49 (remove_files) COMPLETE
41962024-12-13T23:49:50.809Z[ recovery-image] Dec 13 23:49:49.201 INFO O| Dec 13 23:49:49.201 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41972024-12-13T23:49:50.852Z[ recovery-image] Dec 13 23:49:49.228 INFO O| Dec 13 23:49:49.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41982024-12-13T23:49:50.852Z[ recovery-image] Dec 13 23:49:49.228 INFO O| Dec 13 23:49:49.228 INFO STEP 50 (remove_files) COMPLETE
41992024-12-13T23:49:50.855Z[ recovery-image] Dec 13 23:49:49.228 INFO O| Dec 13 23:49:49.228 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42002024-12-13T23:49:50.855Z[ recovery-image] Dec 13 23:49:49.248 INFO O| Dec 13 23:49:49.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42012024-12-13T23:49:50.855Z[ recovery-image] Dec 13 23:49:49.248 INFO O| Dec 13 23:49:49.248 INFO STEP 51 (remove_files) COMPLETE
42022024-12-13T23:49:50.855Z[ recovery-image] Dec 13 23:49:49.248 INFO O| Dec 13 23:49:49.248 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42032024-12-13T23:49:50.876Z[ recovery-image] Dec 13 23:49:49.271 INFO O| Dec 13 23:49:49.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42042024-12-13T23:49:50.876Z[ recovery-image] Dec 13 23:49:49.271 INFO O| Dec 13 23:49:49.271 INFO STEP 52 (remove_files) COMPLETE
42052024-12-13T23:49:50.880Z[ recovery-image] Dec 13 23:49:49.271 INFO O| Dec 13 23:49:49.271 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42062024-12-13T23:49:50.924Z[ recovery-image] Dec 13 23:49:49.318 INFO O| Dec 13 23:49:49.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42072024-12-13T23:49:50.924Z[ recovery-image] Dec 13 23:49:49.318 INFO O| Dec 13 23:49:49.318 INFO STEP 53 (remove_files) COMPLETE
42082024-12-13T23:49:50.924Z[ recovery-image] Dec 13 23:49:49.318 INFO O| Dec 13 23:49:49.318 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42092024-12-13T23:49:50.946Z[ recovery-image] Dec 13 23:49:49.340 INFO O| Dec 13 23:49:49.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42102024-12-13T23:49:50.946Z[ recovery-image] Dec 13 23:49:49.340 INFO O| Dec 13 23:49:49.340 INFO STEP 54 (remove_files) COMPLETE
42112024-12-13T23:49:50.946Z[ recovery-image] Dec 13 23:49:49.340 INFO O| Dec 13 23:49:49.340 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42122024-12-13T23:49:50.957Z[ host-image] Dec 13 23:49:49.352 INFO O| Dec 13 23:49:49.352 INFO O| Done
42132024-12-13T23:49:50.957Z[ host-image] Dec 13 23:49:49.352 INFO O| Dec 13 23:49:49.352 INFO O| Done
42142024-12-13T23:49:50.968Z[ recovery-image] Dec 13 23:49:49.362 INFO O| Dec 13 23:49:49.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42152024-12-13T23:49:50.968Z[ recovery-image] Dec 13 23:49:49.363 INFO O| Dec 13 23:49:49.363 INFO STEP 55 (remove_files) COMPLETE
42162024-12-13T23:49:50.970Z[ recovery-image] Dec 13 23:49:49.363 INFO O| Dec 13 23:49:49.363 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42172024-12-13T23:49:50.991Z[ recovery-image] Dec 13 23:49:49.383 INFO O| Dec 13 23:49:49.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42182024-12-13T23:49:50.991Z[ recovery-image] Dec 13 23:49:49.383 INFO O| Dec 13 23:49:49.383 INFO STEP 56 (remove_files) COMPLETE
42192024-12-13T23:49:50.991Z[ recovery-image] Dec 13 23:49:49.383 INFO O| Dec 13 23:49:49.383 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42202024-12-13T23:49:51.011Z[ recovery-image] Dec 13 23:49:49.405 INFO O| Dec 13 23:49:49.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42212024-12-13T23:49:51.011Z[ recovery-image] Dec 13 23:49:49.405 INFO O| Dec 13 23:49:49.405 INFO STEP 57 (remove_files) COMPLETE
42222024-12-13T23:49:51.011Z[ recovery-image] Dec 13 23:49:49.405 INFO O| Dec 13 23:49:49.405 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42232024-12-13T23:49:51.034Z[ recovery-image] Dec 13 23:49:49.429 INFO O| Dec 13 23:49:49.429 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42242024-12-13T23:49:51.034Z[ recovery-image] Dec 13 23:49:49.429 INFO O| Dec 13 23:49:49.429 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42252024-12-13T23:49:51.036Z[ recovery-image] Dec 13 23:49:49.429 INFO O| Dec 13 23:49:49.429 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42262024-12-13T23:49:51.036Z[ recovery-image] Dec 13 23:49:49.429 INFO O| Dec 13 23:49:49.429 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42272024-12-13T23:49:51.036Z[ recovery-image] Dec 13 23:49:49.430 INFO O| Dec 13 23:49:49.429 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42282024-12-13T23:49:51.036Z[ recovery-image] Dec 13 23:49:49.430 INFO O| Dec 13 23:49:49.430 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42292024-12-13T23:49:51.036Z[ recovery-image] Dec 13 23:49:49.430 INFO O| Dec 13 23:49:49.430 INFO ok!
42302024-12-13T23:49:51.036Z[ recovery-image] Dec 13 23:49:49.430 INFO O| Dec 13 23:49:49.430 INFO STEP 58 (ensure_file) COMPLETE
42312024-12-13T23:49:51.036Z[ recovery-image] Dec 13 23:49:49.430 INFO O| Dec 13 23:49:49.430 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42322024-12-13T23:49:51.057Z[ recovery-image] Dec 13 23:49:49.452 INFO O| Dec 13 23:49:49.451 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42332024-12-13T23:49:51.057Z[ recovery-image] Dec 13 23:49:49.452 INFO O| Dec 13 23:49:49.452 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42342024-12-13T23:49:51.060Z[ recovery-image] Dec 13 23:49:49.452 INFO O| Dec 13 23:49:49.452 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42352024-12-13T23:49:51.060Z[ recovery-image] Dec 13 23:49:49.452 INFO O| Dec 13 23:49:49.452 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42362024-12-13T23:49:51.060Z[ recovery-image] Dec 13 23:49:49.452 INFO O| Dec 13 23:49:49.452 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42372024-12-13T23:49:51.060Z[ recovery-image] Dec 13 23:49:49.452 INFO O| Dec 13 23:49:49.452 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42382024-12-13T23:49:51.060Z[ recovery-image] Dec 13 23:49:49.452 INFO O| Dec 13 23:49:49.452 INFO ok!
42392024-12-13T23:49:51.060Z[ recovery-image] Dec 13 23:49:49.452 INFO O| Dec 13 23:49:49.452 INFO STEP 59 (ensure_file) COMPLETE
42402024-12-13T23:49:51.060Z[ recovery-image] Dec 13 23:49:49.452 INFO O| Dec 13 23:49:49.452 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42412024-12-13T23:49:51.080Z[ recovery-image] Dec 13 23:49:49.473 INFO O| Dec 13 23:49:49.473 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42422024-12-13T23:49:51.080Z[ recovery-image] Dec 13 23:49:49.473 INFO O| Dec 13 23:49:49.473 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42432024-12-13T23:49:51.080Z[ recovery-image] Dec 13 23:49:49.473 INFO O| Dec 13 23:49:49.473 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42442024-12-13T23:49:51.080Z[ recovery-image] Dec 13 23:49:49.473 INFO O| Dec 13 23:49:49.473 INFO ok!
42452024-12-13T23:49:51.080Z[ recovery-image] Dec 13 23:49:49.473 INFO O| Dec 13 23:49:49.473 INFO STEP 60 (ensure_file) COMPLETE
42462024-12-13T23:49:51.080Z[ recovery-image] Dec 13 23:49:49.473 INFO O| Dec 13 23:49:49.473 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42472024-12-13T23:49:51.099Z[ recovery-image] Dec 13 23:49:49.494 INFO O| Dec 13 23:49:49.494 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42482024-12-13T23:49:51.099Z[ recovery-image] Dec 13 23:49:49.494 INFO O| Dec 13 23:49:49.494 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42492024-12-13T23:49:51.102Z[ recovery-image] Dec 13 23:49:49.494 INFO O| Dec 13 23:49:49.494 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42502024-12-13T23:49:51.102Z[ recovery-image] Dec 13 23:49:49.494 INFO O| Dec 13 23:49:49.494 INFO ok!
42512024-12-13T23:49:51.102Z[ recovery-image] Dec 13 23:49:49.494 INFO O| Dec 13 23:49:49.494 INFO STEP 61 (ensure_file) COMPLETE
42522024-12-13T23:49:51.102Z[ recovery-image] Dec 13 23:49:49.494 INFO O| Dec 13 23:49:49.494 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42532024-12-13T23:49:51.123Z[ recovery-image] Dec 13 23:49:49.518 INFO O| Dec 13 23:49:49.518 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42542024-12-13T23:49:51.123Z[ recovery-image] Dec 13 23:49:49.518 INFO O| Dec 13 23:49:49.518 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42552024-12-13T23:49:51.123Z[ recovery-image] Dec 13 23:49:49.518 INFO O| Dec 13 23:49:49.518 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42562024-12-13T23:49:51.126Z[ recovery-image] Dec 13 23:49:49.518 INFO O| Dec 13 23:49:49.518 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42572024-12-13T23:49:51.126Z[ recovery-image] Dec 13 23:49:49.518 INFO O| Dec 13 23:49:49.518 INFO ok!
42582024-12-13T23:49:51.126Z[ recovery-image] Dec 13 23:49:49.518 INFO O| Dec 13 23:49:49.518 INFO STEP 62 (ensure_file) COMPLETE
42592024-12-13T23:49:51.126Z[ recovery-image] Dec 13 23:49:49.518 INFO O| Dec 13 23:49:49.518 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42602024-12-13T23:49:51.283Z[ recovery-image] Dec 13 23:49:49.678 INFO O| Dec 13 23:49:49.678 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42612024-12-13T23:49:51.283Z[ recovery-image] Dec 13 23:49:49.678 INFO O| Dec 13 23:49:49.678 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42622024-12-13T23:49:51.286Z[ recovery-image] Dec 13 23:49:49.679 INFO O| Dec 13 23:49:49.678 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42632024-12-13T23:49:51.286Z[ recovery-image] Dec 13 23:49:49.679 INFO O| Dec 13 23:49:49.679 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42642024-12-13T23:49:51.286Z[ recovery-image] Dec 13 23:49:49.679 INFO O| Dec 13 23:49:49.679 INFO ok!
42652024-12-13T23:49:51.286Z[ recovery-image] Dec 13 23:49:49.679 INFO O| Dec 13 23:49:49.679 INFO STEP 63 (ensure_file) COMPLETE
42662024-12-13T23:49:51.286Z[ recovery-image] Dec 13 23:49:49.679 INFO O| Dec 13 23:49:49.679 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42672024-12-13T23:49:51.308Z[ recovery-image] Dec 13 23:49:49.702 INFO O| Dec 13 23:49:49.702 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42682024-12-13T23:49:51.308Z[ recovery-image] Dec 13 23:49:49.703 INFO O| Dec 13 23:49:49.702 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42692024-12-13T23:49:51.311Z[ recovery-image] Dec 13 23:49:49.703 INFO O| Dec 13 23:49:49.702 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42702024-12-13T23:49:51.311Z[ recovery-image] Dec 13 23:49:49.703 INFO O| Dec 13 23:49:49.702 INFO ok!
42712024-12-13T23:49:51.311Z[ recovery-image] Dec 13 23:49:49.703 INFO O| Dec 13 23:49:49.702 INFO STEP 64 (assemble_files) COMPLETE
42722024-12-13T23:49:51.311Z[ recovery-image] Dec 13 23:49:49.703 INFO O| Dec 13 23:49:49.702 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42732024-12-13T23:49:51.334Z[ recovery-image] Dec 13 23:49:49.724 INFO O| Dec 13 23:49:49.724 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42742024-12-13T23:49:51.334Z[ recovery-image] Dec 13 23:49:49.724 INFO O| Dec 13 23:49:49.724 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42752024-12-13T23:49:51.334Z[ recovery-image] Dec 13 23:49:49.724 INFO O| Dec 13 23:49:49.724 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42762024-12-13T23:49:51.334Z[ recovery-image] Dec 13 23:49:49.724 INFO O| Dec 13 23:49:49.724 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42772024-12-13T23:49:51.334Z[ recovery-image] Dec 13 23:49:49.724 INFO O| Dec 13 23:49:49.724 INFO ok!
42782024-12-13T23:49:51.334Z[ recovery-image] Dec 13 23:49:49.724 INFO O| Dec 13 23:49:49.724 INFO STEP 65 (ensure_file) COMPLETE
42792024-12-13T23:49:51.334Z[ recovery-image] Dec 13 23:49:49.724 INFO O| Dec 13 23:49:49.724 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42802024-12-13T23:49:51.334Z[ recovery-image] Dec 13 23:49:49.724 INFO O| Dec 13 23:49:49.724 INFO skip step because feature "omicron1" is not enabled
42812024-12-13T23:49:51.334Z[ recovery-image] Dec 13 23:49:49.724 INFO O| Dec 13 23:49:49.724 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42822024-12-13T23:49:51.334Z[ recovery-image] Dec 13 23:49:49.724 INFO O| Dec 13 23:49:49.724 INFO skip step because feature "omicron1" is not enabled
42832024-12-13T23:49:51.334Z[ recovery-image] Dec 13 23:49:49.724 INFO O| Dec 13 23:49:49.724 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42842024-12-13T23:49:51.334Z[ recovery-image] Dec 13 23:49:49.724 INFO O| Dec 13 23:49:49.724 INFO skip step because feature "omicron1" is not enabled
42852024-12-13T23:49:51.334Z[ recovery-image] Dec 13 23:49:49.724 INFO O| Dec 13 23:49:49.724 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42862024-12-13T23:49:51.380Z[ recovery-image] Dec 13 23:49:49.774 INFO O| Dec 13 23:49:49.773 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42872024-12-13T23:49:51.383Z[ recovery-image] Dec 13 23:49:49.774 INFO O| Dec 13 23:49:49.774 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42882024-12-13T23:49:52.197Z[ host-image] Dec 13 23:49:50.592 INFO O| Dec 13 23:49:50.591 INFO O| Done
42892024-12-13T23:49:54.495Z[ recovery-image] Dec 13 23:49:52.889 INFO O| Dec 13 23:49:52.889 INFO STEP 69 (pack_tar) COMPLETE
42902024-12-13T23:49:54.495Z[ recovery-image] Dec 13 23:49:52.889 INFO O| Dec 13 23:49:52.889 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42912024-12-13T23:49:54.498Z[ recovery-image] Dec 13 23:49:52.889 INFO O| Dec 13 23:49:52.889 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42922024-12-13T23:49:54.730Z[ recovery-image] Dec 13 23:49:53.124 INFO O| Dec 13 23:49:53.124 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42932024-12-13T23:49:54.844Z[ recovery-image] Dec 13 23:49:53.238 INFO O| Dec 13 23:49:53.238 INFO completed processing gimlet/ramdisk-02-trim
42942024-12-13T23:49:54.849Z[ recovery-image] Dec 13 23:49:53.242 INFO image builder template: ramdisk-03-recovery-trim...
42952024-12-13T23:49:54.849Z[ recovery-image] Dec 13 23:49:53.243 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/.tmpwfH0qP/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
42962024-12-13T23:49:55.066Z[ recovery-image] Dec 13 23:49:53.460 INFO O| Dec 13 23:49:53.460 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42972024-12-13T23:49:55.074Z[ recovery-image] Dec 13 23:49:53.468 INFO O| Dec 13 23:49:53.468 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42982024-12-13T23:49:55.195Z[ recovery-image] Dec 13 23:49:53.589 INFO O| Dec 13 23:49:53.589 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
42992024-12-13T23:49:55.288Z[ recovery-image] Dec 13 23:49:53.682 INFO O| Dec 13 23:49:53.682 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43002024-12-13T23:49:55.291Z[ recovery-image] Dec 13 23:49:53.682 INFO O| Dec 13 23:49:53.682 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43012024-12-13T23:49:55.310Z[ recovery-image] Dec 13 23:49:53.703 INFO O| Dec 13 23:49:53.703 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43022024-12-13T23:49:55.318Z[ recovery-image] Dec 13 23:49:53.712 INFO O| Dec 13 23:49:53.712 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43032024-12-13T23:49:55.344Z[ recovery-image] Dec 13 23:49:53.738 INFO O| Dec 13 23:49:53.738 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43042024-12-13T23:49:55.407Z[ host-image] Dec 13 23:49:53.801 INFO O| Dec 13 23:49:53.800 INFO O| Done
43052024-12-13T23:49:55.453Z[ host-image] Dec 13 23:49:53.847 INFO O| Dec 13 23:49:53.847 INFO O| Done
43062024-12-13T23:49:55.456Z[ host-image] Dec 13 23:49:53.847 INFO O| Dec 13 23:49:53.847 INFO O| Done
43072024-12-13T23:49:55.492Z[ host-image] Dec 13 23:49:53.886 INFO O| Dec 13 23:49:53.886 INFO O| Done
43082024-12-13T23:49:55.705Z[ host-image] Dec 13 23:49:54.099 INFO O| Dec 13 23:49:54.099 INFO STEP 12 (pkg_install) COMPLETE
43092024-12-13T23:49:55.705Z[ host-image] Dec 13 23:49:54.099 INFO O| Dec 13 23:49:54.099 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43102024-12-13T23:49:55.725Z[ host-image] Dec 13 23:49:54.119 INFO O| Dec 13 23:49:54.119 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
43112024-12-13T23:49:55.801Z[ recovery-image] Dec 13 23:49:54.194 INFO O| Dec 13 23:49:54.194 INFO rolled back to input snapshot; work may begin
43122024-12-13T23:49:55.801Z[ recovery-image] Dec 13 23:49:54.194 INFO O| Dec 13 23:49:54.194 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43132024-12-13T23:49:55.810Z[ recovery-image] Dec 13 23:49:54.204 INFO O| Dec 13 23:49:54.204 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-12-13T23:49:55.831Z[ recovery-image] Dec 13 23:49:54.225 INFO O| Dec 13 23:49:54.225 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43152024-12-13T23:49:55.838Z[ recovery-image] Dec 13 23:49:54.232 INFO O| Dec 13 23:49:54.232 INFO STEP 0 (remove_files) COMPLETE
43162024-12-13T23:49:55.838Z[ recovery-image] Dec 13 23:49:54.232 INFO O| Dec 13 23:49:54.232 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-12-13T23:49:55.860Z[ recovery-image] Dec 13 23:49:54.254 INFO O| Dec 13 23:49:54.254 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43182024-12-13T23:49:56.473Z[ recovery-image] Dec 13 23:49:54.866 INFO O| Dec 13 23:49:54.866 INFO STEP 1 (remove_files) COMPLETE
43192024-12-13T23:49:56.473Z[ recovery-image] Dec 13 23:49:54.866 INFO O| Dec 13 23:49:54.866 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-12-13T23:49:56.504Z[ recovery-image] Dec 13 23:49:54.898 INFO O| Dec 13 23:49:54.898 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43212024-12-13T23:49:56.564Z[ recovery-image] Dec 13 23:49:54.957 INFO O| Dec 13 23:49:54.957 INFO STEP 2 (remove_files) COMPLETE
43222024-12-13T23:49:56.564Z[ recovery-image] Dec 13 23:49:54.957 INFO O| Dec 13 23:49:54.957 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-12-13T23:49:56.626Z[ recovery-image] Dec 13 23:49:55.020 INFO O| Dec 13 23:49:55.020 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43242024-12-13T23:49:56.834Z[ recovery-image] Dec 13 23:49:55.227 INFO O| Dec 13 23:49:55.227 INFO STEP 3 (remove_files) COMPLETE
43252024-12-13T23:49:56.834Z[ recovery-image] Dec 13 23:49:55.227 INFO O| Dec 13 23:49:55.227 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-12-13T23:49:56.860Z[ host-image] Dec 13 23:49:55.253 INFO O| Dec 13 23:49:55.253 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43272024-12-13T23:49:56.878Z[ recovery-image] Dec 13 23:49:55.271 INFO O| Dec 13 23:49:55.271 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43282024-12-13T23:49:57.117Z[ recovery-image] Dec 13 23:49:55.511 INFO O| Dec 13 23:49:55.511 INFO STEP 4 (remove_files) COMPLETE
43292024-12-13T23:49:57.117Z[ recovery-image] Dec 13 23:49:55.511 INFO O| Dec 13 23:49:55.511 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-12-13T23:49:57.178Z[ recovery-image] Dec 13 23:49:55.572 INFO O| Dec 13 23:49:55.572 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43312024-12-13T23:49:57.274Z[ recovery-image] Dec 13 23:49:55.668 INFO O| Dec 13 23:49:55.668 INFO STEP 5 (remove_files) COMPLETE
43322024-12-13T23:49:57.274Z[ recovery-image] Dec 13 23:49:55.668 INFO O| Dec 13 23:49:55.668 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-12-13T23:49:57.351Z[ recovery-image] Dec 13 23:49:55.745 INFO O| Dec 13 23:49:55.745 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43342024-12-13T23:49:57.393Z[ recovery-image] Dec 13 23:49:55.786 INFO O| Dec 13 23:49:55.786 INFO STEP 6 (remove_files) COMPLETE
43352024-12-13T23:49:57.393Z[ recovery-image] Dec 13 23:49:55.786 INFO O| Dec 13 23:49:55.786 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-12-13T23:49:57.451Z[ recovery-image] Dec 13 23:49:55.845 INFO O| Dec 13 23:49:55.845 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43372024-12-13T23:49:57.473Z[ recovery-image] Dec 13 23:49:55.866 INFO O| Dec 13 23:49:55.866 INFO STEP 7 (remove_files) COMPLETE
43382024-12-13T23:49:57.473Z[ recovery-image] Dec 13 23:49:55.866 INFO O| Dec 13 23:49:55.866 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-12-13T23:49:57.508Z[ recovery-image] Dec 13 23:49:55.902 INFO O| Dec 13 23:49:55.902 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43402024-12-13T23:49:57.546Z[ recovery-image] Dec 13 23:49:55.939 INFO O| Dec 13 23:49:55.939 INFO STEP 8 (remove_files) COMPLETE
43412024-12-13T23:49:57.546Z[ recovery-image] Dec 13 23:49:55.939 INFO O| Dec 13 23:49:55.939 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-12-13T23:49:57.602Z[ recovery-image] Dec 13 23:49:55.996 INFO O| Dec 13 23:49:55.996 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43432024-12-13T23:49:57.605Z[ recovery-image] Dec 13 23:49:55.996 INFO O| Dec 13 23:49:55.996 INFO STEP 9 (remove_files) COMPLETE
43442024-12-13T23:49:57.605Z[ recovery-image] Dec 13 23:49:55.996 INFO O| Dec 13 23:49:55.996 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-12-13T23:49:57.621Z[ recovery-image] Dec 13 23:49:56.015 INFO O| Dec 13 23:49:56.014 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43462024-12-13T23:49:57.645Z[ recovery-image] Dec 13 23:49:56.038 INFO O| Dec 13 23:49:56.038 INFO STEP 10 (remove_files) COMPLETE
43472024-12-13T23:49:57.645Z[ recovery-image] Dec 13 23:49:56.038 INFO O| Dec 13 23:49:56.038 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-12-13T23:49:57.711Z[ recovery-image] Dec 13 23:49:56.105 INFO O| Dec 13 23:49:56.105 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43492024-12-13T23:49:57.827Z[ recovery-image] Dec 13 23:49:56.221 INFO O| Dec 13 23:49:56.221 INFO STEP 11 (remove_files) COMPLETE
43502024-12-13T23:49:57.827Z[ recovery-image] Dec 13 23:49:56.221 INFO O| Dec 13 23:49:56.221 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-12-13T23:49:57.866Z[ recovery-image] Dec 13 23:49:56.259 INFO O| Dec 13 23:49:56.259 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43522024-12-13T23:49:57.917Z[ recovery-image] Dec 13 23:49:56.310 INFO O| Dec 13 23:49:56.310 INFO STEP 12 (remove_files) COMPLETE
43532024-12-13T23:49:57.917Z[ recovery-image] Dec 13 23:49:56.310 INFO O| Dec 13 23:49:56.310 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-12-13T23:49:57.939Z[ recovery-image] Dec 13 23:49:56.333 INFO O| Dec 13 23:49:56.333 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43552024-12-13T23:49:57.971Z[ recovery-image] Dec 13 23:49:56.363 INFO O| Dec 13 23:49:56.363 INFO STEP 13 (remove_files) COMPLETE
43562024-12-13T23:49:57.971Z[ recovery-image] Dec 13 23:49:56.363 INFO O| Dec 13 23:49:56.363 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-12-13T23:49:58.012Z[ recovery-image] Dec 13 23:49:56.405 INFO O| Dec 13 23:49:56.405 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43582024-12-13T23:49:58.032Z[ recovery-image] Dec 13 23:49:56.425 INFO O| Dec 13 23:49:56.425 INFO STEP 14 (remove_files) COMPLETE
43592024-12-13T23:49:58.032Z[ recovery-image] Dec 13 23:49:56.425 INFO O| Dec 13 23:49:56.425 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-12-13T23:49:58.093Z[ recovery-image] Dec 13 23:49:56.487 INFO O| Dec 13 23:49:56.487 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43612024-12-13T23:49:58.096Z[ recovery-image] Dec 13 23:49:56.488 INFO O| Dec 13 23:49:56.488 INFO STEP 15 (remove_files) COMPLETE
43622024-12-13T23:49:58.096Z[ recovery-image] Dec 13 23:49:56.488 INFO O| Dec 13 23:49:56.488 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-12-13T23:49:58.118Z[ recovery-image] Dec 13 23:49:56.512 INFO O| Dec 13 23:49:56.511 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43642024-12-13T23:49:58.279Z[ recovery-image] Dec 13 23:49:56.673 INFO O| Dec 13 23:49:56.673 INFO STEP 16 (remove_files) COMPLETE
43652024-12-13T23:49:58.279Z[ recovery-image] Dec 13 23:49:56.673 INFO O| Dec 13 23:49:56.673 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-12-13T23:49:58.341Z[ recovery-image] Dec 13 23:49:56.734 INFO O| Dec 13 23:49:56.734 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43672024-12-13T23:49:58.343Z[ recovery-image] Dec 13 23:49:56.735 INFO O| Dec 13 23:49:56.734 INFO STEP 17 (remove_files) COMPLETE
43682024-12-13T23:49:58.343Z[ recovery-image] Dec 13 23:49:56.735 INFO O| Dec 13 23:49:56.734 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-12-13T23:49:58.362Z[ recovery-image] Dec 13 23:49:56.756 INFO O| Dec 13 23:49:56.755 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43702024-12-13T23:49:58.362Z[ recovery-image] Dec 13 23:49:56.756 INFO O| Dec 13 23:49:56.756 INFO STEP 18 (remove_files) COMPLETE
43712024-12-13T23:49:58.364Z[ recovery-image] Dec 13 23:49:56.756 INFO O| Dec 13 23:49:56.756 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-12-13T23:49:58.384Z[ recovery-image] Dec 13 23:49:56.778 INFO O| Dec 13 23:49:56.778 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43732024-12-13T23:49:58.692Z[ recovery-image] Dec 13 23:49:57.084 INFO O| Dec 13 23:49:57.084 INFO STEP 19 (remove_files) COMPLETE
43742024-12-13T23:49:58.692Z[ recovery-image] Dec 13 23:49:57.084 INFO O| Dec 13 23:49:57.084 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-12-13T23:49:58.713Z[ recovery-image] Dec 13 23:49:57.106 INFO O| Dec 13 23:49:57.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43762024-12-13T23:49:58.740Z[ recovery-image] Dec 13 23:49:57.134 INFO O| Dec 13 23:49:57.134 INFO STEP 20 (remove_files) COMPLETE
43772024-12-13T23:49:58.740Z[ recovery-image] Dec 13 23:49:57.134 INFO O| Dec 13 23:49:57.134 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-12-13T23:49:58.776Z[ recovery-image] Dec 13 23:49:57.169 INFO O| Dec 13 23:49:57.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43792024-12-13T23:49:58.776Z[ recovery-image] Dec 13 23:49:57.169 INFO O| Dec 13 23:49:57.169 INFO STEP 21 (remove_files) COMPLETE
43802024-12-13T23:49:58.776Z[ recovery-image] Dec 13 23:49:57.169 INFO O| Dec 13 23:49:57.169 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-12-13T23:49:58.798Z[ recovery-image] Dec 13 23:49:57.191 INFO O| Dec 13 23:49:57.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43822024-12-13T23:49:58.801Z[ recovery-image] Dec 13 23:49:57.192 INFO O| Dec 13 23:49:57.192 INFO STEP 22 (remove_files) COMPLETE
43832024-12-13T23:49:58.801Z[ recovery-image] Dec 13 23:49:57.192 INFO O| Dec 13 23:49:57.192 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-12-13T23:49:58.839Z[ recovery-image] Dec 13 23:49:57.232 INFO O| Dec 13 23:49:57.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43852024-12-13T23:49:58.839Z[ recovery-image] Dec 13 23:49:57.233 INFO O| Dec 13 23:49:57.233 INFO STEP 23 (remove_files) COMPLETE
43862024-12-13T23:49:58.842Z[ recovery-image] Dec 13 23:49:57.233 INFO O| Dec 13 23:49:57.233 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-12-13T23:49:58.881Z[ recovery-image] Dec 13 23:49:57.275 INFO O| Dec 13 23:49:57.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43882024-12-13T23:49:58.891Z[ recovery-image] Dec 13 23:49:57.285 INFO O| Dec 13 23:49:57.285 INFO STEP 24 (remove_files) COMPLETE
43892024-12-13T23:49:58.891Z[ recovery-image] Dec 13 23:49:57.285 INFO O| Dec 13 23:49:57.285 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-12-13T23:49:58.912Z[ recovery-image] Dec 13 23:49:57.305 INFO O| Dec 13 23:49:57.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43912024-12-13T23:49:58.912Z[ recovery-image] Dec 13 23:49:57.305 INFO O| Dec 13 23:49:57.305 INFO STEP 25 (remove_files) COMPLETE
43922024-12-13T23:49:58.914Z[ recovery-image] Dec 13 23:49:57.305 INFO O| Dec 13 23:49:57.305 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-12-13T23:49:58.934Z[ recovery-image] Dec 13 23:49:57.327 INFO O| Dec 13 23:49:57.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
43942024-12-13T23:49:58.937Z[ recovery-image] Dec 13 23:49:57.328 INFO O| Dec 13 23:49:57.327 INFO STEP 26 (remove_files) COMPLETE
43952024-12-13T23:49:58.937Z[ recovery-image] Dec 13 23:49:57.328 INFO O| Dec 13 23:49:57.328 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-12-13T23:49:58.953Z[ recovery-image] Dec 13 23:49:57.347 INFO O| Dec 13 23:49:57.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
43972024-12-13T23:49:58.956Z[ recovery-image] Dec 13 23:49:57.347 INFO O| Dec 13 23:49:57.347 INFO STEP 27 (remove_files) COMPLETE
43982024-12-13T23:49:58.956Z[ recovery-image] Dec 13 23:49:57.347 INFO O| Dec 13 23:49:57.347 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-12-13T23:49:58.971Z[ recovery-image] Dec 13 23:49:57.365 INFO O| Dec 13 23:49:57.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44002024-12-13T23:49:58.995Z[ recovery-image] Dec 13 23:49:57.389 INFO O| Dec 13 23:49:57.389 INFO STEP 28 (remove_files) COMPLETE
44012024-12-13T23:49:58.998Z[ recovery-image] Dec 13 23:49:57.389 INFO O| Dec 13 23:49:57.389 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-12-13T23:49:59.016Z[ recovery-image] Dec 13 23:49:57.409 INFO O| Dec 13 23:49:57.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44032024-12-13T23:49:59.018Z[ recovery-image] Dec 13 23:49:57.410 INFO O| Dec 13 23:49:57.409 INFO STEP 29 (remove_files) COMPLETE
44042024-12-13T23:49:59.018Z[ recovery-image] Dec 13 23:49:57.410 INFO O| Dec 13 23:49:57.410 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-12-13T23:49:59.036Z[ recovery-image] Dec 13 23:49:57.430 INFO O| Dec 13 23:49:57.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44062024-12-13T23:49:59.050Z[ recovery-image] Dec 13 23:49:57.444 INFO O| Dec 13 23:49:57.444 INFO STEP 30 (remove_files) COMPLETE
44072024-12-13T23:49:59.053Z[ recovery-image] Dec 13 23:49:57.444 INFO O| Dec 13 23:49:57.444 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-12-13T23:49:59.072Z[ recovery-image] Dec 13 23:49:57.466 INFO O| Dec 13 23:49:57.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44092024-12-13T23:49:59.075Z[ recovery-image] Dec 13 23:49:57.466 INFO O| Dec 13 23:49:57.466 INFO STEP 31 (remove_files) COMPLETE
44102024-12-13T23:49:59.075Z[ recovery-image] Dec 13 23:49:57.466 INFO O| Dec 13 23:49:57.466 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-12-13T23:49:59.106Z[ recovery-image] Dec 13 23:49:57.500 INFO O| Dec 13 23:49:57.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44122024-12-13T23:49:59.130Z[ recovery-image] Dec 13 23:49:57.524 INFO O| Dec 13 23:49:57.524 INFO STEP 32 (remove_files) COMPLETE
44132024-12-13T23:49:59.130Z[ recovery-image] Dec 13 23:49:57.524 INFO O| Dec 13 23:49:57.524 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-12-13T23:49:59.162Z[ recovery-image] Dec 13 23:49:57.556 INFO O| Dec 13 23:49:57.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44152024-12-13T23:49:59.186Z[ recovery-image] Dec 13 23:49:57.580 INFO O| Dec 13 23:49:57.580 INFO STEP 33 (remove_files) COMPLETE
44162024-12-13T23:49:59.186Z[ recovery-image] Dec 13 23:49:57.580 INFO O| Dec 13 23:49:57.580 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-12-13T23:49:59.261Z[ recovery-image] Dec 13 23:49:57.655 INFO O| Dec 13 23:49:57.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44182024-12-13T23:49:59.261Z[ recovery-image] Dec 13 23:49:57.655 INFO O| Dec 13 23:49:57.655 INFO STEP 34 (remove_files) COMPLETE
44192024-12-13T23:49:59.264Z[ recovery-image] Dec 13 23:49:57.655 INFO O| Dec 13 23:49:57.655 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-12-13T23:49:59.280Z[ recovery-image] Dec 13 23:49:57.673 INFO O| Dec 13 23:49:57.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44212024-12-13T23:49:59.280Z[ recovery-image] Dec 13 23:49:57.673 INFO O| Dec 13 23:49:57.673 INFO STEP 35 (remove_files) COMPLETE
44222024-12-13T23:49:59.280Z[ recovery-image] Dec 13 23:49:57.673 INFO O| Dec 13 23:49:57.673 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-12-13T23:49:59.297Z[ recovery-image] Dec 13 23:49:57.690 INFO O| Dec 13 23:49:57.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44242024-12-13T23:49:59.317Z[ recovery-image] Dec 13 23:49:57.711 INFO O| Dec 13 23:49:57.711 INFO STEP 36 (remove_files) COMPLETE
44252024-12-13T23:49:59.317Z[ recovery-image] Dec 13 23:49:57.711 INFO O| Dec 13 23:49:57.711 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-12-13T23:49:59.377Z[ recovery-image] Dec 13 23:49:57.770 INFO O| Dec 13 23:49:57.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44272024-12-13T23:49:59.377Z[ recovery-image] Dec 13 23:49:57.771 INFO O| Dec 13 23:49:57.771 INFO STEP 37 (remove_files) COMPLETE
44282024-12-13T23:49:59.377Z[ recovery-image] Dec 13 23:49:57.771 INFO O| Dec 13 23:49:57.771 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-12-13T23:49:59.399Z[ recovery-image] Dec 13 23:49:57.793 INFO O| Dec 13 23:49:57.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44302024-12-13T23:49:59.400Z[ recovery-image] Dec 13 23:49:57.793 INFO O| Dec 13 23:49:57.793 INFO STEP 38 (remove_files) COMPLETE
44312024-12-13T23:49:59.400Z[ recovery-image] Dec 13 23:49:57.793 INFO O| Dec 13 23:49:57.793 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-12-13T23:49:59.459Z[ recovery-image] Dec 13 23:49:57.852 INFO O| Dec 13 23:49:57.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44332024-12-13T23:49:59.459Z[ recovery-image] Dec 13 23:49:57.852 INFO O| Dec 13 23:49:57.852 INFO STEP 39 (remove_files) COMPLETE
44342024-12-13T23:49:59.459Z[ recovery-image] Dec 13 23:49:57.852 INFO O| Dec 13 23:49:57.852 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-12-13T23:49:59.521Z[ recovery-image] Dec 13 23:49:57.915 INFO O| Dec 13 23:49:57.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44362024-12-13T23:49:59.524Z[ recovery-image] Dec 13 23:49:57.915 INFO O| Dec 13 23:49:57.915 INFO STEP 40 (remove_files) COMPLETE
44372024-12-13T23:49:59.524Z[ recovery-image] Dec 13 23:49:57.915 INFO O| Dec 13 23:49:57.915 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-12-13T23:49:59.559Z[ recovery-image] Dec 13 23:49:57.953 INFO O| Dec 13 23:49:57.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44392024-12-13T23:49:59.559Z[ recovery-image] Dec 13 23:49:57.953 INFO O| Dec 13 23:49:57.953 INFO STEP 41 (remove_files) COMPLETE
44402024-12-13T23:49:59.559Z[ recovery-image] Dec 13 23:49:57.953 INFO O| Dec 13 23:49:57.953 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-12-13T23:49:59.582Z[ recovery-image] Dec 13 23:49:57.975 INFO O| Dec 13 23:49:57.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44422024-12-13T23:49:59.582Z[ recovery-image] Dec 13 23:49:57.975 INFO O| Dec 13 23:49:57.975 INFO STEP 42 (remove_files) COMPLETE
44432024-12-13T23:49:59.582Z[ recovery-image] Dec 13 23:49:57.975 INFO O| Dec 13 23:49:57.975 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-12-13T23:49:59.626Z[ recovery-image] Dec 13 23:49:58.019 INFO O| Dec 13 23:49:58.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44452024-12-13T23:49:59.626Z[ recovery-image] Dec 13 23:49:58.019 INFO O| Dec 13 23:49:58.019 INFO STEP 43 (remove_files) COMPLETE
44462024-12-13T23:49:59.629Z[ recovery-image] Dec 13 23:49:58.019 INFO O| Dec 13 23:49:58.019 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-12-13T23:49:59.647Z[ recovery-image] Dec 13 23:49:58.041 INFO O| Dec 13 23:49:58.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44482024-12-13T23:49:59.650Z[ recovery-image] Dec 13 23:49:58.042 INFO O| Dec 13 23:49:58.041 INFO STEP 44 (remove_files) COMPLETE
44492024-12-13T23:49:59.650Z[ recovery-image] Dec 13 23:49:58.042 INFO O| Dec 13 23:49:58.041 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-12-13T23:49:59.682Z[ recovery-image] Dec 13 23:49:58.076 INFO O| Dec 13 23:49:58.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44512024-12-13T23:49:59.685Z[ recovery-image] Dec 13 23:49:58.077 INFO O| Dec 13 23:49:58.077 INFO STEP 45 (remove_files) COMPLETE
44522024-12-13T23:49:59.685Z[ recovery-image] Dec 13 23:49:58.077 INFO O| Dec 13 23:49:58.077 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-12-13T23:49:59.716Z[ recovery-image] Dec 13 23:49:58.110 INFO O| Dec 13 23:49:58.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44542024-12-13T23:49:59.716Z[ recovery-image] Dec 13 23:49:58.110 INFO O| Dec 13 23:49:58.110 INFO STEP 46 (remove_files) COMPLETE
44552024-12-13T23:49:59.718Z[ recovery-image] Dec 13 23:49:58.110 INFO O| Dec 13 23:49:58.110 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-12-13T23:49:59.734Z[ recovery-image] Dec 13 23:49:58.128 INFO O| Dec 13 23:49:58.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44572024-12-13T23:49:59.737Z[ recovery-image] Dec 13 23:49:58.128 INFO O| Dec 13 23:49:58.128 INFO STEP 47 (remove_files) COMPLETE
44582024-12-13T23:49:59.737Z[ recovery-image] Dec 13 23:49:58.128 INFO O| Dec 13 23:49:58.128 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-12-13T23:49:59.765Z[ recovery-image] Dec 13 23:49:58.159 INFO O| Dec 13 23:49:58.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44602024-12-13T23:49:59.765Z[ recovery-image] Dec 13 23:49:58.159 INFO O| Dec 13 23:49:58.159 INFO STEP 48 (remove_files) COMPLETE
44612024-12-13T23:49:59.765Z[ recovery-image] Dec 13 23:49:58.159 INFO O| Dec 13 23:49:58.159 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-12-13T23:49:59.785Z[ recovery-image] Dec 13 23:49:58.178 INFO O| Dec 13 23:49:58.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44632024-12-13T23:49:59.785Z[ recovery-image] Dec 13 23:49:58.178 INFO O| Dec 13 23:49:58.178 INFO STEP 49 (remove_files) COMPLETE
44642024-12-13T23:49:59.785Z[ recovery-image] Dec 13 23:49:58.178 INFO O| Dec 13 23:49:58.178 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-12-13T23:49:59.843Z[ recovery-image] Dec 13 23:49:58.237 INFO O| Dec 13 23:49:58.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44662024-12-13T23:49:59.844Z[ recovery-image] Dec 13 23:49:58.237 INFO O| Dec 13 23:49:58.237 INFO STEP 50 (remove_files) COMPLETE
44672024-12-13T23:49:59.844Z[ recovery-image] Dec 13 23:49:58.237 INFO O| Dec 13 23:49:58.237 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-12-13T23:49:59.902Z[ recovery-image] Dec 13 23:49:58.295 INFO O| Dec 13 23:49:58.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44692024-12-13T23:49:59.902Z[ recovery-image] Dec 13 23:49:58.295 INFO O| Dec 13 23:49:58.295 INFO STEP 51 (remove_files) COMPLETE
44702024-12-13T23:49:59.905Z[ recovery-image] Dec 13 23:49:58.295 INFO O| Dec 13 23:49:58.295 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-12-13T23:49:59.974Z[ recovery-image] Dec 13 23:49:58.368 INFO O| Dec 13 23:49:58.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44722024-12-13T23:49:59.975Z[ recovery-image] Dec 13 23:49:58.368 INFO O| Dec 13 23:49:58.368 INFO STEP 52 (remove_files) COMPLETE
44732024-12-13T23:49:59.977Z[ recovery-image] Dec 13 23:49:58.368 INFO O| Dec 13 23:49:58.368 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-12-13T23:49:59.996Z[ recovery-image] Dec 13 23:49:58.389 INFO O| Dec 13 23:49:58.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44752024-12-13T23:49:59.998Z[ recovery-image] Dec 13 23:49:58.389 INFO O| Dec 13 23:49:58.389 INFO STEP 53 (remove_files) COMPLETE
44762024-12-13T23:49:59.998Z[ recovery-image] Dec 13 23:49:58.389 INFO O| Dec 13 23:49:58.389 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-12-13T23:50:00.040Z[ recovery-image] Dec 13 23:49:58.433 INFO O| Dec 13 23:49:58.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44782024-12-13T23:50:00.042Z[ recovery-image] Dec 13 23:49:58.433 INFO O| Dec 13 23:49:58.433 INFO STEP 54 (remove_files) COMPLETE
44792024-12-13T23:50:00.042Z[ recovery-image] Dec 13 23:49:58.433 INFO O| Dec 13 23:49:58.433 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-12-13T23:50:00.061Z[ recovery-image] Dec 13 23:49:58.455 INFO O| Dec 13 23:49:58.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44812024-12-13T23:50:00.064Z[ recovery-image] Dec 13 23:49:58.455 INFO O| Dec 13 23:49:58.455 INFO STEP 55 (remove_files) COMPLETE
44822024-12-13T23:50:00.064Z[ recovery-image] Dec 13 23:49:58.455 INFO O| Dec 13 23:49:58.455 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-12-13T23:50:00.082Z[ recovery-image] Dec 13 23:49:58.476 INFO O| Dec 13 23:49:58.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44842024-12-13T23:50:00.085Z[ recovery-image] Dec 13 23:49:58.476 INFO O| Dec 13 23:49:58.476 INFO STEP 56 (remove_files) COMPLETE
44852024-12-13T23:50:00.085Z[ recovery-image] Dec 13 23:49:58.476 INFO O| Dec 13 23:49:58.476 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-12-13T23:50:00.103Z[ recovery-image] Dec 13 23:49:58.496 INFO O| Dec 13 23:49:58.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44872024-12-13T23:50:00.106Z[ recovery-image] Dec 13 23:49:58.497 INFO O| Dec 13 23:49:58.497 INFO STEP 57 (remove_files) COMPLETE
44882024-12-13T23:50:00.106Z[ recovery-image] Dec 13 23:49:58.497 INFO O| Dec 13 23:49:58.497 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-12-13T23:50:00.134Z[ recovery-image] Dec 13 23:49:58.527 INFO O| Dec 13 23:49:58.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
44902024-12-13T23:50:00.136Z[ recovery-image] Dec 13 23:49:58.527 INFO O| Dec 13 23:49:58.527 INFO STEP 58 (remove_files) COMPLETE
44912024-12-13T23:50:00.136Z[ recovery-image] Dec 13 23:49:58.528 INFO O| Dec 13 23:49:58.527 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-12-13T23:50:00.154Z[ recovery-image] Dec 13 23:49:58.547 INFO O| Dec 13 23:49:58.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
44932024-12-13T23:50:00.157Z[ recovery-image] Dec 13 23:49:58.547 INFO O| Dec 13 23:49:58.547 INFO STEP 59 (remove_files) COMPLETE
44942024-12-13T23:50:00.157Z[ recovery-image] Dec 13 23:49:58.548 INFO O| Dec 13 23:49:58.547 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-12-13T23:50:00.175Z[ recovery-image] Dec 13 23:49:58.568 INFO O| Dec 13 23:49:58.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
44962024-12-13T23:50:00.177Z[ recovery-image] Dec 13 23:49:58.569 INFO O| Dec 13 23:49:58.569 INFO STEP 60 (remove_files) COMPLETE
44972024-12-13T23:50:00.177Z[ recovery-image] Dec 13 23:49:58.569 INFO O| Dec 13 23:49:58.569 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-12-13T23:50:00.195Z[ recovery-image] Dec 13 23:49:58.589 INFO O| Dec 13 23:49:58.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
44992024-12-13T23:50:00.195Z[ recovery-image] Dec 13 23:49:58.589 INFO O| Dec 13 23:49:58.589 INFO STEP 61 (remove_files) COMPLETE
45002024-12-13T23:50:00.198Z[ recovery-image] Dec 13 23:49:58.589 INFO O| Dec 13 23:49:58.589 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-12-13T23:50:00.215Z[ recovery-image] Dec 13 23:49:58.608 INFO O| Dec 13 23:49:58.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45022024-12-13T23:50:00.217Z[ recovery-image] Dec 13 23:49:58.609 INFO O| Dec 13 23:49:58.609 INFO STEP 62 (remove_files) COMPLETE
45032024-12-13T23:50:00.217Z[ recovery-image] Dec 13 23:49:58.609 INFO O| Dec 13 23:49:58.609 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-12-13T23:50:00.235Z[ recovery-image] Dec 13 23:49:58.629 INFO O| Dec 13 23:49:58.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45052024-12-13T23:50:00.246Z[ recovery-image] Dec 13 23:49:58.640 INFO O| Dec 13 23:49:58.640 INFO STEP 63 (remove_files) COMPLETE
45062024-12-13T23:50:00.249Z[ recovery-image] Dec 13 23:49:58.640 INFO O| Dec 13 23:49:58.640 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-12-13T23:50:00.268Z[ recovery-image] Dec 13 23:49:58.661 INFO O| Dec 13 23:49:58.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45082024-12-13T23:50:00.270Z[ recovery-image] Dec 13 23:49:58.661 INFO O| Dec 13 23:49:58.661 INFO STEP 64 (remove_files) COMPLETE
45092024-12-13T23:50:00.270Z[ recovery-image] Dec 13 23:49:58.661 INFO O| Dec 13 23:49:58.661 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-12-13T23:50:00.293Z[ recovery-image] Dec 13 23:49:58.686 INFO O| Dec 13 23:49:58.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45112024-12-13T23:50:00.293Z[ recovery-image] Dec 13 23:49:58.686 INFO O| Dec 13 23:49:58.686 INFO STEP 65 (remove_files) COMPLETE
45122024-12-13T23:50:00.293Z[ recovery-image] Dec 13 23:49:58.686 INFO O| Dec 13 23:49:58.686 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-12-13T23:50:00.352Z[ recovery-image] Dec 13 23:49:58.745 INFO O| Dec 13 23:49:58.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45142024-12-13T23:50:00.352Z[ recovery-image] Dec 13 23:49:58.745 INFO O| Dec 13 23:49:58.745 INFO STEP 66 (remove_files) COMPLETE
45152024-12-13T23:50:00.355Z[ recovery-image] Dec 13 23:49:58.745 INFO O| Dec 13 23:49:58.745 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-12-13T23:50:00.424Z[ recovery-image] Dec 13 23:49:58.816 INFO O| Dec 13 23:49:58.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45172024-12-13T23:50:00.424Z[ recovery-image] Dec 13 23:49:58.816 INFO O| Dec 13 23:49:58.816 INFO STEP 67 (remove_files) COMPLETE
45182024-12-13T23:50:00.424Z[ recovery-image] Dec 13 23:49:58.816 INFO O| Dec 13 23:49:58.816 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-12-13T23:50:00.483Z[ recovery-image] Dec 13 23:49:58.876 INFO O| Dec 13 23:49:58.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45202024-12-13T23:50:00.506Z[ recovery-image] Dec 13 23:49:58.899 INFO O| Dec 13 23:49:58.899 INFO STEP 68 (remove_files) COMPLETE
45212024-12-13T23:50:00.506Z[ recovery-image] Dec 13 23:49:58.899 INFO O| Dec 13 23:49:58.899 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-12-13T23:50:00.550Z[ recovery-image] Dec 13 23:49:58.943 INFO O| Dec 13 23:49:58.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45232024-12-13T23:50:00.550Z[ recovery-image] Dec 13 23:49:58.944 INFO O| Dec 13 23:49:58.943 INFO STEP 69 (remove_files) COMPLETE
45242024-12-13T23:50:00.552Z[ recovery-image] Dec 13 23:49:58.944 INFO O| Dec 13 23:49:58.944 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-12-13T23:50:00.573Z[ recovery-image] Dec 13 23:49:58.966 INFO O| Dec 13 23:49:58.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45262024-12-13T23:50:00.573Z[ recovery-image] Dec 13 23:49:58.966 INFO O| Dec 13 23:49:58.966 INFO STEP 70 (remove_files) COMPLETE
45272024-12-13T23:50:00.573Z[ recovery-image] Dec 13 23:49:58.966 INFO O| Dec 13 23:49:58.966 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-12-13T23:50:00.594Z[ recovery-image] Dec 13 23:49:58.988 INFO O| Dec 13 23:49:58.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45292024-12-13T23:50:00.594Z[ recovery-image] Dec 13 23:49:58.988 INFO O| Dec 13 23:49:58.988 INFO STEP 71 (remove_files) COMPLETE
45302024-12-13T23:50:00.594Z[ recovery-image] Dec 13 23:49:58.988 INFO O| Dec 13 23:49:58.988 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-12-13T23:50:00.620Z[ recovery-image] Dec 13 23:49:59.014 INFO O| Dec 13 23:49:59.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45322024-12-13T23:50:00.621Z[ recovery-image] Dec 13 23:49:59.014 INFO O| Dec 13 23:49:59.014 INFO STEP 72 (remove_files) COMPLETE
45332024-12-13T23:50:00.621Z[ recovery-image] Dec 13 23:49:59.014 INFO O| Dec 13 23:49:59.014 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-12-13T23:50:00.642Z[ recovery-image] Dec 13 23:49:59.035 INFO O| Dec 13 23:49:59.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45352024-12-13T23:50:00.664Z[ recovery-image] Dec 13 23:49:59.058 INFO O| Dec 13 23:49:59.058 INFO STEP 73 (remove_files) COMPLETE
45362024-12-13T23:50:00.665Z[ recovery-image] Dec 13 23:49:59.058 INFO O| Dec 13 23:49:59.058 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-12-13T23:50:00.706Z[ recovery-image] Dec 13 23:49:59.100 INFO O| Dec 13 23:49:59.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45382024-12-13T23:50:00.706Z[ recovery-image] Dec 13 23:49:59.100 INFO O| Dec 13 23:49:59.100 INFO STEP 74 (remove_files) COMPLETE
45392024-12-13T23:50:00.709Z[ recovery-image] Dec 13 23:49:59.100 INFO O| Dec 13 23:49:59.100 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-12-13T23:50:00.709Z[ host-image] Dec 13 23:49:59.102 INFO O| Dec 13 23:49:59.102 INFO O| Planning: Solver setup ... Done
45412024-12-13T23:50:00.716Z[ host-image] Dec 13 23:49:59.109 INFO O| Dec 13 23:49:59.109 INFO O| Planning: Running solver ... Done
45422024-12-13T23:50:00.729Z[ recovery-image] Dec 13 23:49:59.121 INFO O| Dec 13 23:49:59.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45432024-12-13T23:50:00.731Z[ recovery-image] Dec 13 23:49:59.121 INFO O| Dec 13 23:49:59.121 INFO STEP 75 (remove_files) COMPLETE
45442024-12-13T23:50:00.731Z[ recovery-image] Dec 13 23:49:59.121 INFO O| Dec 13 23:49:59.121 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-12-13T23:50:00.752Z[ recovery-image] Dec 13 23:49:59.145 INFO O| Dec 13 23:49:59.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45462024-12-13T23:50:00.752Z[ recovery-image] Dec 13 23:49:59.145 INFO O| Dec 13 23:49:59.145 INFO STEP 76 (remove_files) COMPLETE
45472024-12-13T23:50:00.754Z[ recovery-image] Dec 13 23:49:59.145 INFO O| Dec 13 23:49:59.145 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-12-13T23:50:00.779Z[ recovery-image] Dec 13 23:49:59.172 INFO O| Dec 13 23:49:59.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45492024-12-13T23:50:00.779Z[ recovery-image] Dec 13 23:49:59.172 INFO O| Dec 13 23:49:59.172 INFO STEP 77 (remove_files) COMPLETE
45502024-12-13T23:50:00.782Z[ recovery-image] Dec 13 23:49:59.172 INFO O| Dec 13 23:49:59.172 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-12-13T23:50:00.815Z[ host-image] Dec 13 23:49:59.208 INFO O| Dec 13 23:49:59.208 INFO O| Planning: Finding local manifests ... Done
45522024-12-13T23:50:00.818Z[ host-image] Dec 13 23:49:59.211 INFO O| Dec 13 23:49:59.211 INFO O| Planning: Fetching manifests: 0/6 0% complete
45532024-12-13T23:50:00.820Z[ recovery-image] Dec 13 23:49:59.213 INFO O| Dec 13 23:49:59.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45542024-12-13T23:50:00.820Z[ recovery-image] Dec 13 23:49:59.213 INFO O| Dec 13 23:49:59.213 INFO STEP 78 (remove_files) COMPLETE
45552024-12-13T23:50:00.820Z[ recovery-image] Dec 13 23:49:59.213 INFO O| Dec 13 23:49:59.213 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-13T23:50:00.839Z[ recovery-image] Dec 13 23:49:59.233 INFO O| Dec 13 23:49:59.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45572024-12-13T23:50:00.839Z[ recovery-image] Dec 13 23:49:59.233 INFO O| Dec 13 23:49:59.233 INFO STEP 79 (remove_files) COMPLETE
45582024-12-13T23:50:00.840Z[ recovery-image] Dec 13 23:49:59.233 INFO O| Dec 13 23:49:59.233 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-13T23:50:00.857Z[ recovery-image] Dec 13 23:49:59.251 INFO O| Dec 13 23:49:59.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45602024-12-13T23:50:00.857Z[ recovery-image] Dec 13 23:49:59.251 INFO O| Dec 13 23:49:59.251 INFO STEP 80 (remove_files) COMPLETE
45612024-12-13T23:50:00.857Z[ recovery-image] Dec 13 23:49:59.251 INFO O| Dec 13 23:49:59.251 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-13T23:50:00.878Z[ recovery-image] Dec 13 23:49:59.271 INFO O| Dec 13 23:49:59.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45632024-12-13T23:50:00.882Z[ recovery-image] Dec 13 23:49:59.271 INFO O| Dec 13 23:49:59.271 INFO STEP 81 (remove_files) COMPLETE
45642024-12-13T23:50:00.882Z[ recovery-image] Dec 13 23:49:59.271 INFO O| Dec 13 23:49:59.271 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-13T23:50:00.925Z[ recovery-image] Dec 13 23:49:59.318 INFO O| Dec 13 23:49:59.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45662024-12-13T23:50:00.928Z[ recovery-image] Dec 13 23:49:59.318 INFO O| Dec 13 23:49:59.318 INFO STEP 82 (remove_files) COMPLETE
45672024-12-13T23:50:00.928Z[ recovery-image] Dec 13 23:49:59.319 INFO O| Dec 13 23:49:59.319 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-13T23:50:00.947Z[ recovery-image] Dec 13 23:49:59.340 INFO O| Dec 13 23:49:59.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45692024-12-13T23:50:00.950Z[ recovery-image] Dec 13 23:49:59.341 INFO O| Dec 13 23:49:59.341 INFO STEP 83 (remove_files) COMPLETE
45702024-12-13T23:50:00.950Z[ recovery-image] Dec 13 23:49:59.341 INFO O| Dec 13 23:49:59.341 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-13T23:50:00.968Z[ recovery-image] Dec 13 23:49:59.361 INFO O| Dec 13 23:49:59.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45722024-12-13T23:50:00.970Z[ recovery-image] Dec 13 23:49:59.361 INFO O| Dec 13 23:49:59.361 INFO STEP 84 (remove_files) COMPLETE
45732024-12-13T23:50:00.970Z[ recovery-image] Dec 13 23:49:59.362 INFO O| Dec 13 23:49:59.361 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-13T23:50:00.989Z[ recovery-image] Dec 13 23:49:59.382 INFO O| Dec 13 23:49:59.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45752024-12-13T23:50:00.998Z[ recovery-image] Dec 13 23:49:59.391 INFO O| Dec 13 23:49:59.391 INFO STEP 85 (remove_files) COMPLETE
45762024-12-13T23:50:00.998Z[ recovery-image] Dec 13 23:49:59.391 INFO O| Dec 13 23:49:59.391 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-13T23:50:01.018Z[ recovery-image] Dec 13 23:49:59.412 INFO O| Dec 13 23:49:59.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45782024-12-13T23:50:01.021Z[ recovery-image] Dec 13 23:49:59.412 INFO O| Dec 13 23:49:59.412 INFO STEP 86 (remove_files) COMPLETE
45792024-12-13T23:50:01.021Z[ recovery-image] Dec 13 23:49:59.412 INFO O| Dec 13 23:49:59.412 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-13T23:50:01.081Z[ recovery-image] Dec 13 23:49:59.475 INFO O| Dec 13 23:49:59.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45812024-12-13T23:50:01.084Z[ recovery-image] Dec 13 23:49:59.475 INFO O| Dec 13 23:49:59.475 INFO STEP 87 (remove_files) COMPLETE
45822024-12-13T23:50:01.084Z[ recovery-image] Dec 13 23:49:59.475 INFO O| Dec 13 23:49:59.475 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-13T23:50:01.122Z[ recovery-image] Dec 13 23:49:59.515 INFO O| Dec 13 23:49:59.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45842024-12-13T23:50:01.122Z[ recovery-image] Dec 13 23:49:59.515 INFO O| Dec 13 23:49:59.515 INFO STEP 88 (remove_files) COMPLETE
45852024-12-13T23:50:01.123Z[ recovery-image] Dec 13 23:49:59.515 INFO O| Dec 13 23:49:59.515 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-13T23:50:01.171Z[ host-image] Dec 13 23:49:59.564 INFO O| Dec 13 23:49:59.564 INFO O| Planning: Fetching manifests: 6/6 100% complete
45872024-12-13T23:50:01.223Z[ recovery-image] Dec 13 23:49:59.616 INFO O| Dec 13 23:49:59.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45882024-12-13T23:50:01.224Z[ recovery-image] Dec 13 23:49:59.616 INFO O| Dec 13 23:49:59.616 INFO STEP 89 (remove_files) COMPLETE
45892024-12-13T23:50:01.224Z[ recovery-image] Dec 13 23:49:59.616 INFO O| Dec 13 23:49:59.616 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-12-13T23:50:01.233Z[ host-image] Dec 13 23:49:59.626 INFO O| Dec 13 23:49:59.626 INFO O| Planning: Package planning ... Done
45912024-12-13T23:50:01.280Z[ host-image] Dec 13 23:49:59.673 INFO O| Dec 13 23:49:59.673 INFO O| Planning: Merging actions ... Done
45922024-12-13T23:50:01.310Z[ recovery-image] Dec 13 23:49:59.703 INFO O| Dec 13 23:49:59.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45932024-12-13T23:50:01.310Z[ recovery-image] Dec 13 23:49:59.703 INFO O| Dec 13 23:49:59.703 INFO STEP 90 (remove_files) COMPLETE
45942024-12-13T23:50:01.310Z[ recovery-image] Dec 13 23:49:59.703 INFO O| Dec 13 23:49:59.703 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-13T23:50:01.351Z[ recovery-image] Dec 13 23:49:59.744 INFO O| Dec 13 23:49:59.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
45962024-12-13T23:50:01.351Z[ recovery-image] Dec 13 23:49:59.744 INFO O| Dec 13 23:49:59.744 INFO STEP 91 (remove_files) COMPLETE
45972024-12-13T23:50:01.351Z[ recovery-image] Dec 13 23:49:59.744 INFO O| Dec 13 23:49:59.744 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-13T23:50:01.371Z[ recovery-image] Dec 13 23:49:59.764 INFO O| Dec 13 23:49:59.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
45992024-12-13T23:50:01.374Z[ recovery-image] Dec 13 23:49:59.764 INFO O| Dec 13 23:49:59.764 INFO STEP 92 (remove_files) COMPLETE
46002024-12-13T23:50:01.374Z[ recovery-image] Dec 13 23:49:59.764 INFO O| Dec 13 23:49:59.764 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-13T23:50:01.391Z[ recovery-image] Dec 13 23:49:59.783 INFO O| Dec 13 23:49:59.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46022024-12-13T23:50:01.391Z[ recovery-image] Dec 13 23:49:59.783 INFO O| Dec 13 23:49:59.783 INFO STEP 93 (remove_files) COMPLETE
46032024-12-13T23:50:01.391Z[ recovery-image] Dec 13 23:49:59.783 INFO O| Dec 13 23:49:59.783 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-13T23:50:01.418Z[ recovery-image] Dec 13 23:49:59.811 INFO O| Dec 13 23:49:59.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46052024-12-13T23:50:01.435Z[ host-image] Dec 13 23:49:59.828 INFO O| Dec 13 23:49:59.828 INFO O| Planning: Checking for conflicting actions ... Done
46062024-12-13T23:50:01.438Z[ recovery-image] Dec 13 23:49:59.832 INFO O| Dec 13 23:49:59.832 INFO STEP 94 (remove_files) COMPLETE
46072024-12-13T23:50:01.441Z[ recovery-image] Dec 13 23:49:59.832 INFO O| Dec 13 23:49:59.832 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-12-13T23:50:01.443Z[ host-image] Dec 13 23:49:59.836 INFO O| Dec 13 23:49:59.836 INFO O| Planning: Consolidating action changes ... Done
46092024-12-13T23:50:01.471Z[ recovery-image] Dec 13 23:49:59.864 INFO O| Dec 13 23:49:59.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46102024-12-13T23:50:01.471Z[ recovery-image] Dec 13 23:49:59.865 INFO O| Dec 13 23:49:59.865 INFO STEP 95 (remove_files) COMPLETE
46112024-12-13T23:50:01.471Z[ recovery-image] Dec 13 23:49:59.865 INFO O| Dec 13 23:49:59.865 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-12-13T23:50:01.492Z[ recovery-image] Dec 13 23:49:59.885 INFO O| Dec 13 23:49:59.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46132024-12-13T23:50:01.492Z[ recovery-image] Dec 13 23:49:59.886 INFO O| Dec 13 23:49:59.885 INFO STEP 96 (remove_files) COMPLETE
46142024-12-13T23:50:01.495Z[ recovery-image] Dec 13 23:49:59.886 INFO O| Dec 13 23:49:59.885 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-12-13T23:50:01.510Z[ recovery-image] Dec 13 23:49:59.903 INFO O| Dec 13 23:49:59.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46162024-12-13T23:50:01.510Z[ recovery-image] Dec 13 23:49:59.903 INFO O| Dec 13 23:49:59.903 INFO STEP 97 (remove_files) COMPLETE
46172024-12-13T23:50:01.510Z[ recovery-image] Dec 13 23:49:59.903 INFO O| Dec 13 23:49:59.903 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-12-13T23:50:01.528Z[ recovery-image] Dec 13 23:49:59.921 INFO O| Dec 13 23:49:59.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46192024-12-13T23:50:01.528Z[ recovery-image] Dec 13 23:49:59.921 INFO O| Dec 13 23:49:59.921 INFO STEP 98 (remove_files) COMPLETE
46202024-12-13T23:50:01.531Z[ recovery-image] Dec 13 23:49:59.921 INFO O| Dec 13 23:49:59.921 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-12-13T23:50:01.548Z[ recovery-image] Dec 13 23:49:59.941 INFO O| Dec 13 23:49:59.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46222024-12-13T23:50:01.562Z[ recovery-image] Dec 13 23:49:59.955 INFO O| Dec 13 23:49:59.955 INFO STEP 99 (remove_files) COMPLETE
46232024-12-13T23:50:01.562Z[ recovery-image] Dec 13 23:49:59.955 INFO O| Dec 13 23:49:59.955 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-12-13T23:50:01.593Z[ recovery-image] Dec 13 23:49:59.986 INFO O| Dec 13 23:49:59.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46252024-12-13T23:50:01.593Z[ recovery-image] Dec 13 23:49:59.987 INFO O| Dec 13 23:49:59.987 INFO STEP 100 (remove_files) COMPLETE
46262024-12-13T23:50:01.594Z[ recovery-image] Dec 13 23:49:59.987 INFO O| Dec 13 23:49:59.987 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-12-13T23:50:01.634Z[ recovery-image] Dec 13 23:50:00.027 INFO O| Dec 13 23:50:00.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46282024-12-13T23:50:01.634Z[ recovery-image] Dec 13 23:50:00.027 INFO O| Dec 13 23:50:00.027 INFO STEP 101 (remove_files) COMPLETE
46292024-12-13T23:50:01.634Z[ recovery-image] Dec 13 23:50:00.027 INFO O| Dec 13 23:50:00.027 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-12-13T23:50:01.653Z[ recovery-image] Dec 13 23:50:00.046 INFO O| Dec 13 23:50:00.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46312024-12-13T23:50:01.653Z[ recovery-image] Dec 13 23:50:00.046 INFO O| Dec 13 23:50:00.046 INFO STEP 102 (remove_files) COMPLETE
46322024-12-13T23:50:01.653Z[ recovery-image] Dec 13 23:50:00.046 INFO O| Dec 13 23:50:00.046 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-12-13T23:50:01.672Z[ recovery-image] Dec 13 23:50:00.065 INFO O| Dec 13 23:50:00.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46342024-12-13T23:50:01.672Z[ recovery-image] Dec 13 23:50:00.065 INFO O| Dec 13 23:50:00.065 INFO STEP 103 (remove_files) COMPLETE
46352024-12-13T23:50:01.674Z[ recovery-image] Dec 13 23:50:00.065 INFO O| Dec 13 23:50:00.065 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-12-13T23:50:01.700Z[ recovery-image] Dec 13 23:50:00.093 INFO O| Dec 13 23:50:00.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46372024-12-13T23:50:01.703Z[ recovery-image] Dec 13 23:50:00.093 INFO O| Dec 13 23:50:00.093 INFO STEP 104 (remove_files) COMPLETE
46382024-12-13T23:50:01.703Z[ recovery-image] Dec 13 23:50:00.094 INFO O| Dec 13 23:50:00.094 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-12-13T23:50:01.725Z[ recovery-image] Dec 13 23:50:00.118 INFO O| Dec 13 23:50:00.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46402024-12-13T23:50:01.728Z[ recovery-image] Dec 13 23:50:00.118 INFO O| Dec 13 23:50:00.118 INFO STEP 105 (remove_files) COMPLETE
46412024-12-13T23:50:01.728Z[ recovery-image] Dec 13 23:50:00.118 INFO O| Dec 13 23:50:00.118 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-12-13T23:50:01.747Z[ recovery-image] Dec 13 23:50:00.139 INFO O| Dec 13 23:50:00.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46432024-12-13T23:50:01.747Z[ recovery-image] Dec 13 23:50:00.139 INFO O| Dec 13 23:50:00.139 INFO STEP 106 (remove_files) COMPLETE
46442024-12-13T23:50:01.748Z[ recovery-image] Dec 13 23:50:00.139 INFO O| Dec 13 23:50:00.139 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-12-13T23:50:01.766Z[ recovery-image] Dec 13 23:50:00.159 INFO O| Dec 13 23:50:00.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46462024-12-13T23:50:01.766Z[ recovery-image] Dec 13 23:50:00.159 INFO O| Dec 13 23:50:00.159 INFO STEP 107 (remove_files) COMPLETE
46472024-12-13T23:50:01.769Z[ recovery-image] Dec 13 23:50:00.159 INFO O| Dec 13 23:50:00.159 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-12-13T23:50:01.806Z[ recovery-image] Dec 13 23:50:00.199 INFO O| Dec 13 23:50:00.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46492024-12-13T23:50:01.806Z[ recovery-image] Dec 13 23:50:00.199 INFO O| Dec 13 23:50:00.199 INFO STEP 108 (remove_files) COMPLETE
46502024-12-13T23:50:01.806Z[ recovery-image] Dec 13 23:50:00.199 INFO O| Dec 13 23:50:00.199 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-12-13T23:50:01.895Z[ recovery-image] Dec 13 23:50:00.257 INFO O| Dec 13 23:50:00.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46522024-12-13T23:50:01.898Z[ recovery-image] Dec 13 23:50:00.257 INFO O| Dec 13 23:50:00.257 INFO STEP 109 (remove_files) COMPLETE
46532024-12-13T23:50:01.898Z[ recovery-image] Dec 13 23:50:00.257 INFO O| Dec 13 23:50:00.257 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-12-13T23:50:01.898Z[ recovery-image] Dec 13 23:50:00.278 INFO O| Dec 13 23:50:00.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46552024-12-13T23:50:01.899Z[ recovery-image] Dec 13 23:50:00.278 INFO O| Dec 13 23:50:00.278 INFO STEP 110 (remove_files) COMPLETE
46562024-12-13T23:50:01.899Z[ recovery-image] Dec 13 23:50:00.279 INFO O| Dec 13 23:50:00.278 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-12-13T23:50:01.921Z[ recovery-image] Dec 13 23:50:00.314 INFO O| Dec 13 23:50:00.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46582024-12-13T23:50:01.923Z[ recovery-image] Dec 13 23:50:00.314 INFO O| Dec 13 23:50:00.314 INFO STEP 111 (remove_files) COMPLETE
46592024-12-13T23:50:01.923Z[ recovery-image] Dec 13 23:50:00.315 INFO O| Dec 13 23:50:00.314 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-12-13T23:50:01.942Z[ recovery-image] Dec 13 23:50:00.336 INFO O| Dec 13 23:50:00.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46612024-12-13T23:50:01.945Z[ recovery-image] Dec 13 23:50:00.336 INFO O| Dec 13 23:50:00.336 INFO STEP 112 (remove_files) COMPLETE
46622024-12-13T23:50:01.945Z[ recovery-image] Dec 13 23:50:00.336 INFO O| Dec 13 23:50:00.336 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-12-13T23:50:01.962Z[ recovery-image] Dec 13 23:50:00.355 INFO O| Dec 13 23:50:00.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46642024-12-13T23:50:01.965Z[ recovery-image] Dec 13 23:50:00.355 INFO O| Dec 13 23:50:00.355 INFO STEP 113 (remove_files) COMPLETE
46652024-12-13T23:50:01.965Z[ recovery-image] Dec 13 23:50:00.356 INFO O| Dec 13 23:50:00.355 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-12-13T23:50:01.981Z[ recovery-image] Dec 13 23:50:00.374 INFO O| Dec 13 23:50:00.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46672024-12-13T23:50:01.984Z[ recovery-image] Dec 13 23:50:00.374 INFO O| Dec 13 23:50:00.374 INFO STEP 114 (remove_files) COMPLETE
46682024-12-13T23:50:01.984Z[ recovery-image] Dec 13 23:50:00.374 INFO O| Dec 13 23:50:00.374 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-12-13T23:50:02.000Z[ recovery-image] Dec 13 23:50:00.393 INFO O| Dec 13 23:50:00.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46702024-12-13T23:50:02.003Z[ recovery-image] Dec 13 23:50:00.394 INFO O| Dec 13 23:50:00.394 INFO STEP 115 (remove_files) COMPLETE
46712024-12-13T23:50:02.003Z[ recovery-image] Dec 13 23:50:00.394 INFO O| Dec 13 23:50:00.394 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-12-13T23:50:02.049Z[ recovery-image] Dec 13 23:50:00.434 INFO O| Dec 13 23:50:00.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46732024-12-13T23:50:02.049Z[ recovery-image] Dec 13 23:50:00.434 INFO O| Dec 13 23:50:00.434 INFO STEP 116 (remove_files) COMPLETE
46742024-12-13T23:50:02.049Z[ recovery-image] Dec 13 23:50:00.434 INFO O| Dec 13 23:50:00.434 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-12-13T23:50:02.062Z[ recovery-image] Dec 13 23:50:00.455 INFO O| Dec 13 23:50:00.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46762024-12-13T23:50:02.063Z[ recovery-image] Dec 13 23:50:00.456 INFO O| Dec 13 23:50:00.456 INFO STEP 117 (remove_files) COMPLETE
46772024-12-13T23:50:02.065Z[ recovery-image] Dec 13 23:50:00.456 INFO O| Dec 13 23:50:00.456 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-12-13T23:50:02.099Z[ host-image] Dec 13 23:50:00.492 INFO O| Dec 13 23:50:00.492 INFO O| Planning: Evaluating mediators ... Done
46792024-12-13T23:50:02.104Z[ host-image] Dec 13 23:50:00.497 INFO O| Dec 13 23:50:00.497 INFO O| Planning: Planning completed in 5.24 seconds
46802024-12-13T23:50:02.107Z[ host-image] Dec 13 23:50:00.500 INFO O| Dec 13 23:50:00.500 INFO O| Packages to install: 6
46812024-12-13T23:50:02.107Z[ host-image] Dec 13 23:50:00.500 INFO O| Dec 13 23:50:00.500 INFO O| Mediators to change: 1
46822024-12-13T23:50:02.107Z[ host-image] Dec 13 23:50:00.500 INFO O| Dec 13 23:50:00.500 INFO O| Services to change: 1
46832024-12-13T23:50:02.132Z[ host-image] Dec 13 23:50:00.525 INFO O| Dec 13 23:50:00.525 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
46842024-12-13T23:50:02.161Z[ recovery-image] Dec 13 23:50:00.554 INFO O| Dec 13 23:50:00.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46852024-12-13T23:50:02.163Z[ recovery-image] Dec 13 23:50:00.554 INFO O| Dec 13 23:50:00.554 INFO STEP 118 (remove_files) COMPLETE
46862024-12-13T23:50:02.163Z[ recovery-image] Dec 13 23:50:00.554 INFO O| Dec 13 23:50:00.554 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-12-13T23:50:02.183Z[ recovery-image] Dec 13 23:50:00.576 INFO O| Dec 13 23:50:00.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46882024-12-13T23:50:02.183Z[ recovery-image] Dec 13 23:50:00.576 INFO O| Dec 13 23:50:00.576 INFO STEP 119 (remove_files) COMPLETE
46892024-12-13T23:50:02.185Z[ recovery-image] Dec 13 23:50:00.576 INFO O| Dec 13 23:50:00.576 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-12-13T23:50:02.206Z[ recovery-image] Dec 13 23:50:00.599 INFO O| Dec 13 23:50:00.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46912024-12-13T23:50:02.220Z[ recovery-image] Dec 13 23:50:00.613 INFO O| Dec 13 23:50:00.613 INFO STEP 120 (remove_files) COMPLETE
46922024-12-13T23:50:02.220Z[ recovery-image] Dec 13 23:50:00.613 INFO O| Dec 13 23:50:00.613 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-12-13T23:50:02.241Z[ recovery-image] Dec 13 23:50:00.634 INFO O| Dec 13 23:50:00.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46942024-12-13T23:50:02.256Z[ recovery-image] Dec 13 23:50:00.649 INFO O| Dec 13 23:50:00.649 INFO STEP 121 (remove_files) COMPLETE
46952024-12-13T23:50:02.258Z[ recovery-image] Dec 13 23:50:00.649 INFO O| Dec 13 23:50:00.649 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-12-13T23:50:02.326Z[ recovery-image] Dec 13 23:50:00.719 INFO O| Dec 13 23:50:00.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46972024-12-13T23:50:02.326Z[ recovery-image] Dec 13 23:50:00.719 INFO O| Dec 13 23:50:00.719 INFO STEP 122 (remove_files) COMPLETE
46982024-12-13T23:50:02.326Z[ recovery-image] Dec 13 23:50:00.719 INFO O| Dec 13 23:50:00.719 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-12-13T23:50:02.348Z[ recovery-image] Dec 13 23:50:00.741 INFO O| Dec 13 23:50:00.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47002024-12-13T23:50:02.351Z[ recovery-image] Dec 13 23:50:00.742 INFO O| Dec 13 23:50:00.742 INFO STEP 123 (remove_files) COMPLETE
47012024-12-13T23:50:02.351Z[ recovery-image] Dec 13 23:50:00.742 INFO O| Dec 13 23:50:00.742 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-12-13T23:50:02.371Z[ recovery-image] Dec 13 23:50:00.764 INFO O| Dec 13 23:50:00.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47032024-12-13T23:50:02.374Z[ recovery-image] Dec 13 23:50:00.765 INFO O| Dec 13 23:50:00.764 INFO STEP 124 (remove_files) COMPLETE
47042024-12-13T23:50:02.374Z[ recovery-image] Dec 13 23:50:00.765 INFO O| Dec 13 23:50:00.765 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-12-13T23:50:02.393Z[ recovery-image] Dec 13 23:50:00.786 INFO O| Dec 13 23:50:00.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47062024-12-13T23:50:02.395Z[ recovery-image] Dec 13 23:50:00.786 INFO O| Dec 13 23:50:00.786 INFO STEP 125 (remove_files) COMPLETE
47072024-12-13T23:50:02.395Z[ recovery-image] Dec 13 23:50:00.786 INFO O| Dec 13 23:50:00.786 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-12-13T23:50:02.414Z[ recovery-image] Dec 13 23:50:00.807 INFO O| Dec 13 23:50:00.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47092024-12-13T23:50:02.417Z[ recovery-image] Dec 13 23:50:00.807 INFO O| Dec 13 23:50:00.807 INFO STEP 126 (remove_files) COMPLETE
47102024-12-13T23:50:02.417Z[ recovery-image] Dec 13 23:50:00.807 INFO O| Dec 13 23:50:00.807 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-12-13T23:50:02.504Z[ recovery-image] Dec 13 23:50:00.897 INFO O| Dec 13 23:50:00.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47122024-12-13T23:50:02.504Z[ recovery-image] Dec 13 23:50:00.897 INFO O| Dec 13 23:50:00.897 INFO STEP 127 (remove_files) COMPLETE
47132024-12-13T23:50:02.504Z[ recovery-image] Dec 13 23:50:00.897 INFO O| Dec 13 23:50:00.897 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-12-13T23:50:02.525Z[ recovery-image] Dec 13 23:50:00.917 INFO O| Dec 13 23:50:00.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47152024-12-13T23:50:02.527Z[ recovery-image] Dec 13 23:50:00.920 INFO O| Dec 13 23:50:00.920 INFO STEP 128 (remove_files) COMPLETE
47162024-12-13T23:50:02.527Z[ recovery-image] Dec 13 23:50:00.920 INFO O| Dec 13 23:50:00.920 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-12-13T23:50:02.550Z[ recovery-image] Dec 13 23:50:00.943 INFO O| Dec 13 23:50:00.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47182024-12-13T23:50:02.550Z[ recovery-image] Dec 13 23:50:00.943 INFO O| Dec 13 23:50:00.943 INFO STEP 129 (remove_files) COMPLETE
47192024-12-13T23:50:02.553Z[ recovery-image] Dec 13 23:50:00.943 INFO O| Dec 13 23:50:00.943 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-12-13T23:50:02.571Z[ recovery-image] Dec 13 23:50:00.964 INFO O| Dec 13 23:50:00.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47212024-12-13T23:50:02.571Z[ recovery-image] Dec 13 23:50:00.964 INFO O| Dec 13 23:50:00.964 INFO STEP 130 (remove_files) COMPLETE
47222024-12-13T23:50:02.574Z[ recovery-image] Dec 13 23:50:00.964 INFO O| Dec 13 23:50:00.964 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-12-13T23:50:02.594Z[ recovery-image] Dec 13 23:50:00.987 INFO O| Dec 13 23:50:00.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47242024-12-13T23:50:02.594Z[ recovery-image] Dec 13 23:50:00.987 INFO O| Dec 13 23:50:00.987 INFO STEP 131 (remove_files) COMPLETE
47252024-12-13T23:50:02.597Z[ recovery-image] Dec 13 23:50:00.988 INFO O| Dec 13 23:50:00.987 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-12-13T23:50:02.616Z[ recovery-image] Dec 13 23:50:01.009 INFO O| Dec 13 23:50:01.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47272024-12-13T23:50:02.616Z[ recovery-image] Dec 13 23:50:01.009 INFO O| Dec 13 23:50:01.009 INFO STEP 132 (remove_files) COMPLETE
47282024-12-13T23:50:02.619Z[ recovery-image] Dec 13 23:50:01.009 INFO O| Dec 13 23:50:01.009 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-12-13T23:50:02.639Z[ recovery-image] Dec 13 23:50:01.032 INFO O| Dec 13 23:50:01.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47302024-12-13T23:50:02.642Z[ recovery-image] Dec 13 23:50:01.032 INFO O| Dec 13 23:50:01.032 INFO STEP 133 (remove_files) COMPLETE
47312024-12-13T23:50:02.642Z[ recovery-image] Dec 13 23:50:01.032 INFO O| Dec 13 23:50:01.032 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-12-13T23:50:02.661Z[ recovery-image] Dec 13 23:50:01.054 INFO O| Dec 13 23:50:01.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47332024-12-13T23:50:02.663Z[ recovery-image] Dec 13 23:50:01.054 INFO O| Dec 13 23:50:01.054 INFO STEP 134 (remove_files) COMPLETE
47342024-12-13T23:50:02.663Z[ recovery-image] Dec 13 23:50:01.054 INFO O| Dec 13 23:50:01.054 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-12-13T23:50:02.684Z[ recovery-image] Dec 13 23:50:01.077 INFO O| Dec 13 23:50:01.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47362024-12-13T23:50:02.686Z[ recovery-image] Dec 13 23:50:01.077 INFO O| Dec 13 23:50:01.077 INFO STEP 135 (remove_files) COMPLETE
47372024-12-13T23:50:02.686Z[ recovery-image] Dec 13 23:50:01.077 INFO O| Dec 13 23:50:01.077 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-12-13T23:50:02.704Z[ recovery-image] Dec 13 23:50:01.097 INFO O| Dec 13 23:50:01.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47392024-12-13T23:50:02.707Z[ recovery-image] Dec 13 23:50:01.097 INFO O| Dec 13 23:50:01.097 INFO STEP 136 (remove_files) COMPLETE
47402024-12-13T23:50:02.707Z[ recovery-image] Dec 13 23:50:01.098 INFO O| Dec 13 23:50:01.097 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-12-13T23:50:02.728Z[ recovery-image] Dec 13 23:50:01.120 INFO O| Dec 13 23:50:01.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47422024-12-13T23:50:02.728Z[ recovery-image] Dec 13 23:50:01.121 INFO O| Dec 13 23:50:01.120 INFO STEP 137 (remove_files) COMPLETE
47432024-12-13T23:50:02.730Z[ recovery-image] Dec 13 23:50:01.121 INFO O| Dec 13 23:50:01.121 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-12-13T23:50:02.773Z[ recovery-image] Dec 13 23:50:01.166 INFO O| Dec 13 23:50:01.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47452024-12-13T23:50:02.773Z[ recovery-image] Dec 13 23:50:01.166 INFO O| Dec 13 23:50:01.166 INFO STEP 138 (remove_files) COMPLETE
47462024-12-13T23:50:02.773Z[ recovery-image] Dec 13 23:50:01.166 INFO O| Dec 13 23:50:01.166 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-12-13T23:50:02.792Z[ recovery-image] Dec 13 23:50:01.185 INFO O| Dec 13 23:50:01.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47482024-12-13T23:50:02.792Z[ recovery-image] Dec 13 23:50:01.185 INFO O| Dec 13 23:50:01.185 INFO STEP 139 (remove_files) COMPLETE
47492024-12-13T23:50:02.795Z[ recovery-image] Dec 13 23:50:01.185 INFO O| Dec 13 23:50:01.185 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-12-13T23:50:02.826Z[ recovery-image] Dec 13 23:50:01.219 INFO O| Dec 13 23:50:01.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47512024-12-13T23:50:02.826Z[ recovery-image] Dec 13 23:50:01.219 INFO O| Dec 13 23:50:01.219 INFO STEP 140 (remove_files) COMPLETE
47522024-12-13T23:50:02.829Z[ recovery-image] Dec 13 23:50:01.219 INFO O| Dec 13 23:50:01.219 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-12-13T23:50:02.846Z[ recovery-image] Dec 13 23:50:01.239 INFO O| Dec 13 23:50:01.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47542024-12-13T23:50:02.868Z[ recovery-image] Dec 13 23:50:01.261 INFO O| Dec 13 23:50:01.261 INFO STEP 141 (remove_files) COMPLETE
47552024-12-13T23:50:02.868Z[ recovery-image] Dec 13 23:50:01.261 INFO O| Dec 13 23:50:01.261 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-12-13T23:50:02.911Z[ recovery-image] Dec 13 23:50:01.304 INFO O| Dec 13 23:50:01.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47572024-12-13T23:50:02.911Z[ recovery-image] Dec 13 23:50:01.304 INFO O| Dec 13 23:50:01.304 INFO STEP 142 (remove_files) COMPLETE
47582024-12-13T23:50:02.915Z[ recovery-image] Dec 13 23:50:01.304 INFO O| Dec 13 23:50:01.304 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-12-13T23:50:02.930Z[ recovery-image] Dec 13 23:50:01.323 INFO O| Dec 13 23:50:01.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47602024-12-13T23:50:02.930Z[ recovery-image] Dec 13 23:50:01.323 INFO O| Dec 13 23:50:01.323 INFO STEP 143 (remove_files) COMPLETE
47612024-12-13T23:50:02.930Z[ recovery-image] Dec 13 23:50:01.323 INFO O| Dec 13 23:50:01.323 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-12-13T23:50:02.949Z[ recovery-image] Dec 13 23:50:01.341 INFO O| Dec 13 23:50:01.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47632024-12-13T23:50:02.949Z[ recovery-image] Dec 13 23:50:01.341 INFO O| Dec 13 23:50:01.341 INFO STEP 144 (remove_files) COMPLETE
47642024-12-13T23:50:02.949Z[ recovery-image] Dec 13 23:50:01.341 INFO O| Dec 13 23:50:01.341 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-12-13T23:50:02.968Z[ recovery-image] Dec 13 23:50:01.360 INFO O| Dec 13 23:50:01.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47662024-12-13T23:50:02.968Z[ recovery-image] Dec 13 23:50:01.360 INFO O| Dec 13 23:50:01.360 INFO STEP 145 (remove_files) COMPLETE
47672024-12-13T23:50:02.968Z[ recovery-image] Dec 13 23:50:01.360 INFO O| Dec 13 23:50:01.360 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-12-13T23:50:03.024Z[ recovery-image] Dec 13 23:50:01.417 INFO O| Dec 13 23:50:01.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47692024-12-13T23:50:03.025Z[ recovery-image] Dec 13 23:50:01.417 INFO O| Dec 13 23:50:01.417 INFO STEP 146 (remove_files) COMPLETE
47702024-12-13T23:50:03.025Z[ recovery-image] Dec 13 23:50:01.417 INFO O| Dec 13 23:50:01.417 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-12-13T23:50:03.044Z[ recovery-image] Dec 13 23:50:01.436 INFO O| Dec 13 23:50:01.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47722024-12-13T23:50:03.044Z[ recovery-image] Dec 13 23:50:01.436 INFO O| Dec 13 23:50:01.436 INFO STEP 147 (remove_files) COMPLETE
47732024-12-13T23:50:03.044Z[ recovery-image] Dec 13 23:50:01.436 INFO O| Dec 13 23:50:01.436 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-12-13T23:50:03.063Z[ recovery-image] Dec 13 23:50:01.455 INFO O| Dec 13 23:50:01.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47752024-12-13T23:50:03.063Z[ recovery-image] Dec 13 23:50:01.455 INFO O| Dec 13 23:50:01.455 INFO STEP 148 (remove_files) COMPLETE
47762024-12-13T23:50:03.063Z[ recovery-image] Dec 13 23:50:01.455 INFO O| Dec 13 23:50:01.455 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-12-13T23:50:03.081Z[ recovery-image] Dec 13 23:50:01.474 INFO O| Dec 13 23:50:01.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47782024-12-13T23:50:03.084Z[ recovery-image] Dec 13 23:50:01.475 INFO O| Dec 13 23:50:01.475 INFO STEP 149 (remove_files) COMPLETE
47792024-12-13T23:50:03.084Z[ recovery-image] Dec 13 23:50:01.475 INFO O| Dec 13 23:50:01.475 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-12-13T23:50:03.100Z[ recovery-image] Dec 13 23:50:01.492 INFO O| Dec 13 23:50:01.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47812024-12-13T23:50:03.100Z[ recovery-image] Dec 13 23:50:01.493 INFO O| Dec 13 23:50:01.492 INFO STEP 150 (remove_files) COMPLETE
47822024-12-13T23:50:03.100Z[ recovery-image] Dec 13 23:50:01.493 INFO O| Dec 13 23:50:01.493 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-12-13T23:50:03.117Z[ recovery-image] Dec 13 23:50:01.510 INFO O| Dec 13 23:50:01.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47842024-12-13T23:50:03.117Z[ recovery-image] Dec 13 23:50:01.510 INFO O| Dec 13 23:50:01.510 INFO STEP 151 (remove_files) COMPLETE
47852024-12-13T23:50:03.117Z[ recovery-image] Dec 13 23:50:01.510 INFO O| Dec 13 23:50:01.510 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-12-13T23:50:03.135Z[ recovery-image] Dec 13 23:50:01.528 INFO O| Dec 13 23:50:01.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47872024-12-13T23:50:03.135Z[ recovery-image] Dec 13 23:50:01.528 INFO O| Dec 13 23:50:01.528 INFO STEP 152 (remove_files) COMPLETE
47882024-12-13T23:50:03.136Z[ recovery-image] Dec 13 23:50:01.528 INFO O| Dec 13 23:50:01.528 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-12-13T23:50:03.153Z[ recovery-image] Dec 13 23:50:01.545 INFO O| Dec 13 23:50:01.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47902024-12-13T23:50:03.153Z[ recovery-image] Dec 13 23:50:01.545 INFO O| Dec 13 23:50:01.545 INFO STEP 153 (remove_files) COMPLETE
47912024-12-13T23:50:03.153Z[ recovery-image] Dec 13 23:50:01.545 INFO O| Dec 13 23:50:01.545 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-12-13T23:50:03.171Z[ recovery-image] Dec 13 23:50:01.563 INFO O| Dec 13 23:50:01.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47932024-12-13T23:50:03.171Z[ recovery-image] Dec 13 23:50:01.563 INFO O| Dec 13 23:50:01.563 INFO STEP 154 (remove_files) COMPLETE
47942024-12-13T23:50:03.171Z[ recovery-image] Dec 13 23:50:01.563 INFO O| Dec 13 23:50:01.563 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-12-13T23:50:03.189Z[ recovery-image] Dec 13 23:50:01.582 INFO O| Dec 13 23:50:01.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47962024-12-13T23:50:03.189Z[ recovery-image] Dec 13 23:50:01.582 INFO O| Dec 13 23:50:01.582 INFO STEP 155 (remove_files) COMPLETE
47972024-12-13T23:50:03.190Z[ recovery-image] Dec 13 23:50:01.582 INFO O| Dec 13 23:50:01.582 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-12-13T23:50:03.208Z[ recovery-image] Dec 13 23:50:01.601 INFO O| Dec 13 23:50:01.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47992024-12-13T23:50:03.209Z[ recovery-image] Dec 13 23:50:01.601 INFO O| Dec 13 23:50:01.601 INFO STEP 156 (remove_files) COMPLETE
48002024-12-13T23:50:03.209Z[ recovery-image] Dec 13 23:50:01.601 INFO O| Dec 13 23:50:01.601 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-12-13T23:50:03.235Z[ recovery-image] Dec 13 23:50:01.628 INFO O| Dec 13 23:50:01.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48022024-12-13T23:50:03.238Z[ recovery-image] Dec 13 23:50:01.628 INFO O| Dec 13 23:50:01.628 INFO STEP 157 (remove_files) COMPLETE
48032024-12-13T23:50:03.238Z[ recovery-image] Dec 13 23:50:01.628 INFO O| Dec 13 23:50:01.628 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-12-13T23:50:03.300Z[ recovery-image] Dec 13 23:50:01.693 INFO O| Dec 13 23:50:01.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
48052024-12-13T23:50:03.303Z[ recovery-image] Dec 13 23:50:01.693 INFO O| Dec 13 23:50:01.693 INFO STEP 158 (remove_files) COMPLETE
48062024-12-13T23:50:03.303Z[ recovery-image] Dec 13 23:50:01.693 INFO O| Dec 13 23:50:01.693 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-12-13T23:50:03.321Z[ recovery-image] Dec 13 23:50:01.714 INFO O| Dec 13 23:50:01.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48082024-12-13T23:50:03.323Z[ recovery-image] Dec 13 23:50:01.714 INFO O| Dec 13 23:50:01.714 INFO STEP 159 (remove_files) COMPLETE
48092024-12-13T23:50:03.323Z[ recovery-image] Dec 13 23:50:01.714 INFO O| Dec 13 23:50:01.714 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-12-13T23:50:03.362Z[ recovery-image] Dec 13 23:50:01.755 INFO O| Dec 13 23:50:01.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48112024-12-13T23:50:03.362Z[ recovery-image] Dec 13 23:50:01.755 INFO O| Dec 13 23:50:01.755 INFO STEP 160 (remove_files) COMPLETE
48122024-12-13T23:50:03.365Z[ recovery-image] Dec 13 23:50:01.755 INFO O| Dec 13 23:50:01.755 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-12-13T23:50:03.383Z[ recovery-image] Dec 13 23:50:01.775 INFO O| Dec 13 23:50:01.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48142024-12-13T23:50:03.383Z[ recovery-image] Dec 13 23:50:01.776 INFO O| Dec 13 23:50:01.775 INFO STEP 161 (remove_files) COMPLETE
48152024-12-13T23:50:03.383Z[ recovery-image] Dec 13 23:50:01.776 INFO O| Dec 13 23:50:01.775 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-12-13T23:50:03.403Z[ recovery-image] Dec 13 23:50:01.796 INFO O| Dec 13 23:50:01.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48172024-12-13T23:50:03.405Z[ recovery-image] Dec 13 23:50:01.798 INFO O| Dec 13 23:50:01.798 INFO STEP 162 (remove_files) COMPLETE
48182024-12-13T23:50:03.405Z[ recovery-image] Dec 13 23:50:01.798 INFO O| Dec 13 23:50:01.798 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-12-13T23:50:03.458Z[ recovery-image] Dec 13 23:50:01.851 INFO O| Dec 13 23:50:01.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48202024-12-13T23:50:03.458Z[ recovery-image] Dec 13 23:50:01.851 INFO O| Dec 13 23:50:01.851 INFO STEP 163 (remove_files) COMPLETE
48212024-12-13T23:50:03.459Z[ recovery-image] Dec 13 23:50:01.851 INFO O| Dec 13 23:50:01.851 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-12-13T23:50:03.479Z[ recovery-image] Dec 13 23:50:01.872 INFO O| Dec 13 23:50:01.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48232024-12-13T23:50:03.479Z[ recovery-image] Dec 13 23:50:01.872 INFO O| Dec 13 23:50:01.872 INFO STEP 164 (remove_files) COMPLETE
48242024-12-13T23:50:03.479Z[ recovery-image] Dec 13 23:50:01.872 INFO O| Dec 13 23:50:01.872 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-12-13T23:50:03.500Z[ recovery-image] Dec 13 23:50:01.893 INFO O| Dec 13 23:50:01.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48262024-12-13T23:50:03.506Z[ recovery-image] Dec 13 23:50:01.899 INFO O| Dec 13 23:50:01.899 INFO STEP 165 (remove_files) COMPLETE
48272024-12-13T23:50:03.507Z[ recovery-image] Dec 13 23:50:01.899 INFO O| Dec 13 23:50:01.899 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-12-13T23:50:03.545Z[ recovery-image] Dec 13 23:50:01.938 INFO O| Dec 13 23:50:01.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48292024-12-13T23:50:03.545Z[ recovery-image] Dec 13 23:50:01.938 INFO O| Dec 13 23:50:01.938 INFO STEP 166 (remove_files) COMPLETE
48302024-12-13T23:50:03.545Z[ recovery-image] Dec 13 23:50:01.938 INFO O| Dec 13 23:50:01.938 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-12-13T23:50:03.607Z[ recovery-image] Dec 13 23:50:02.000 INFO O| Dec 13 23:50:02.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48322024-12-13T23:50:03.611Z[ recovery-image] Dec 13 23:50:02.004 INFO O| Dec 13 23:50:02.004 INFO STEP 167 (remove_files) COMPLETE
48332024-12-13T23:50:03.611Z[ recovery-image] Dec 13 23:50:02.004 INFO O| Dec 13 23:50:02.004 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-12-13T23:50:03.634Z[ recovery-image] Dec 13 23:50:02.026 INFO O| Dec 13 23:50:02.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48352024-12-13T23:50:03.634Z[ recovery-image] Dec 13 23:50:02.026 INFO O| Dec 13 23:50:02.026 INFO STEP 168 (remove_files) COMPLETE
48362024-12-13T23:50:03.634Z[ recovery-image] Dec 13 23:50:02.026 INFO O| Dec 13 23:50:02.026 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-12-13T23:50:03.654Z[ recovery-image] Dec 13 23:50:02.046 INFO O| Dec 13 23:50:02.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48382024-12-13T23:50:03.654Z[ recovery-image] Dec 13 23:50:02.046 INFO O| Dec 13 23:50:02.046 INFO STEP 169 (remove_files) COMPLETE
48392024-12-13T23:50:03.654Z[ recovery-image] Dec 13 23:50:02.046 INFO O| Dec 13 23:50:02.046 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-12-13T23:50:03.672Z[ recovery-image] Dec 13 23:50:02.065 INFO O| Dec 13 23:50:02.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48412024-12-13T23:50:03.672Z[ recovery-image] Dec 13 23:50:02.065 INFO O| Dec 13 23:50:02.065 INFO STEP 170 (remove_files) COMPLETE
48422024-12-13T23:50:03.672Z[ recovery-image] Dec 13 23:50:02.065 INFO O| Dec 13 23:50:02.065 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-12-13T23:50:03.691Z[ recovery-image] Dec 13 23:50:02.083 INFO O| Dec 13 23:50:02.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48442024-12-13T23:50:03.691Z[ recovery-image] Dec 13 23:50:02.083 INFO O| Dec 13 23:50:02.083 INFO STEP 171 (remove_files) COMPLETE
48452024-12-13T23:50:03.691Z[ recovery-image] Dec 13 23:50:02.083 INFO O| Dec 13 23:50:02.083 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-12-13T23:50:03.713Z[ recovery-image] Dec 13 23:50:02.105 INFO O| Dec 13 23:50:02.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48472024-12-13T23:50:03.716Z[ recovery-image] Dec 13 23:50:02.109 INFO O| Dec 13 23:50:02.109 INFO STEP 172 (remove_files) COMPLETE
48482024-12-13T23:50:03.717Z[ recovery-image] Dec 13 23:50:02.109 INFO O| Dec 13 23:50:02.109 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-12-13T23:50:03.771Z[ recovery-image] Dec 13 23:50:02.162 INFO O| Dec 13 23:50:02.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48502024-12-13T23:50:03.771Z[ recovery-image] Dec 13 23:50:02.162 INFO O| Dec 13 23:50:02.162 INFO STEP 173 (remove_files) COMPLETE
48512024-12-13T23:50:03.773Z[ recovery-image] Dec 13 23:50:02.162 INFO O| Dec 13 23:50:02.162 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-12-13T23:50:03.793Z[ recovery-image] Dec 13 23:50:02.185 INFO O| Dec 13 23:50:02.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48532024-12-13T23:50:03.793Z[ recovery-image] Dec 13 23:50:02.186 INFO O| Dec 13 23:50:02.185 INFO STEP 174 (remove_files) COMPLETE
48542024-12-13T23:50:03.793Z[ recovery-image] Dec 13 23:50:02.186 INFO O| Dec 13 23:50:02.186 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-12-13T23:50:03.830Z[ recovery-image] Dec 13 23:50:02.223 INFO O| Dec 13 23:50:02.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48562024-12-13T23:50:03.832Z[ recovery-image] Dec 13 23:50:02.223 INFO O| Dec 13 23:50:02.223 INFO STEP 175 (remove_files) COMPLETE
48572024-12-13T23:50:03.832Z[ recovery-image] Dec 13 23:50:02.223 INFO O| Dec 13 23:50:02.223 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-12-13T23:50:03.904Z[ recovery-image] Dec 13 23:50:02.296 INFO O| Dec 13 23:50:02.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48592024-12-13T23:50:03.904Z[ recovery-image] Dec 13 23:50:02.296 INFO O| Dec 13 23:50:02.296 INFO STEP 176 (remove_files) COMPLETE
48602024-12-13T23:50:03.906Z[ recovery-image] Dec 13 23:50:02.296 INFO O| Dec 13 23:50:02.296 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-12-13T23:50:03.926Z[ recovery-image] Dec 13 23:50:02.319 INFO O| Dec 13 23:50:02.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48622024-12-13T23:50:03.926Z[ recovery-image] Dec 13 23:50:02.319 INFO O| Dec 13 23:50:02.319 INFO STEP 177 (remove_files) COMPLETE
48632024-12-13T23:50:03.926Z[ recovery-image] Dec 13 23:50:02.319 INFO O| Dec 13 23:50:02.319 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-12-13T23:50:03.947Z[ recovery-image] Dec 13 23:50:02.340 INFO O| Dec 13 23:50:02.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48652024-12-13T23:50:03.957Z[ recovery-image] Dec 13 23:50:02.340 INFO O| Dec 13 23:50:02.340 INFO STEP 178 (remove_files) COMPLETE
48662024-12-13T23:50:03.957Z[ recovery-image] Dec 13 23:50:02.340 INFO O| Dec 13 23:50:02.340 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-12-13T23:50:03.985Z[ recovery-image] Dec 13 23:50:02.377 INFO O| Dec 13 23:50:02.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48682024-12-13T23:50:03.985Z[ recovery-image] Dec 13 23:50:02.377 INFO O| Dec 13 23:50:02.377 INFO STEP 179 (remove_files) COMPLETE
48692024-12-13T23:50:03.987Z[ recovery-image] Dec 13 23:50:02.378 INFO O| Dec 13 23:50:02.377 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-12-13T23:50:04.023Z[ recovery-image] Dec 13 23:50:02.416 INFO O| Dec 13 23:50:02.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48712024-12-13T23:50:04.023Z[ recovery-image] Dec 13 23:50:02.416 INFO O| Dec 13 23:50:02.416 INFO STEP 180 (remove_files) COMPLETE
48722024-12-13T23:50:04.025Z[ recovery-image] Dec 13 23:50:02.416 INFO O| Dec 13 23:50:02.416 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-12-13T23:50:04.044Z[ recovery-image] Dec 13 23:50:02.436 INFO O| Dec 13 23:50:02.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48742024-12-13T23:50:04.044Z[ recovery-image] Dec 13 23:50:02.436 INFO O| Dec 13 23:50:02.436 INFO STEP 181 (remove_files) COMPLETE
48752024-12-13T23:50:04.044Z[ recovery-image] Dec 13 23:50:02.436 INFO O| Dec 13 23:50:02.436 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-12-13T23:50:04.063Z[ recovery-image] Dec 13 23:50:02.456 INFO O| Dec 13 23:50:02.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48772024-12-13T23:50:04.063Z[ recovery-image] Dec 13 23:50:02.456 INFO O| Dec 13 23:50:02.456 INFO STEP 182 (remove_files) COMPLETE
48782024-12-13T23:50:04.063Z[ recovery-image] Dec 13 23:50:02.456 INFO O| Dec 13 23:50:02.456 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-12-13T23:50:04.082Z[ recovery-image] Dec 13 23:50:02.474 INFO O| Dec 13 23:50:02.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48802024-12-13T23:50:04.082Z[ recovery-image] Dec 13 23:50:02.474 INFO O| Dec 13 23:50:02.474 INFO STEP 183 (remove_files) COMPLETE
48812024-12-13T23:50:04.082Z[ recovery-image] Dec 13 23:50:02.474 INFO O| Dec 13 23:50:02.474 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-12-13T23:50:04.102Z[ recovery-image] Dec 13 23:50:02.495 INFO O| Dec 13 23:50:02.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48832024-12-13T23:50:04.103Z[ recovery-image] Dec 13 23:50:02.495 INFO O| Dec 13 23:50:02.495 INFO STEP 184 (remove_files) COMPLETE
48842024-12-13T23:50:04.105Z[ recovery-image] Dec 13 23:50:02.495 INFO O| Dec 13 23:50:02.495 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-12-13T23:50:04.129Z[ recovery-image] Dec 13 23:50:02.521 INFO O| Dec 13 23:50:02.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48862024-12-13T23:50:04.129Z[ recovery-image] Dec 13 23:50:02.521 INFO O| Dec 13 23:50:02.521 INFO STEP 185 (remove_files) COMPLETE
48872024-12-13T23:50:04.129Z[ recovery-image] Dec 13 23:50:02.521 INFO O| Dec 13 23:50:02.521 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-12-13T23:50:04.151Z[ recovery-image] Dec 13 23:50:02.543 INFO O| Dec 13 23:50:02.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48892024-12-13T23:50:04.152Z[ recovery-image] Dec 13 23:50:02.543 INFO O| Dec 13 23:50:02.543 INFO STEP 186 (remove_files) COMPLETE
48902024-12-13T23:50:04.152Z[ recovery-image] Dec 13 23:50:02.543 INFO O| Dec 13 23:50:02.543 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-12-13T23:50:04.171Z[ recovery-image] Dec 13 23:50:02.564 INFO O| Dec 13 23:50:02.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48922024-12-13T23:50:04.171Z[ recovery-image] Dec 13 23:50:02.564 INFO O| Dec 13 23:50:02.564 INFO STEP 187 (remove_files) COMPLETE
48932024-12-13T23:50:04.171Z[ recovery-image] Dec 13 23:50:02.564 INFO O| Dec 13 23:50:02.564 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-12-13T23:50:04.191Z[ recovery-image] Dec 13 23:50:02.584 INFO O| Dec 13 23:50:02.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48952024-12-13T23:50:04.191Z[ recovery-image] Dec 13 23:50:02.584 INFO O| Dec 13 23:50:02.584 INFO STEP 188 (remove_files) COMPLETE
48962024-12-13T23:50:04.191Z[ recovery-image] Dec 13 23:50:02.584 INFO O| Dec 13 23:50:02.584 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-12-13T23:50:04.211Z[ recovery-image] Dec 13 23:50:02.604 INFO O| Dec 13 23:50:02.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48982024-12-13T23:50:04.214Z[ recovery-image] Dec 13 23:50:02.604 INFO O| Dec 13 23:50:02.604 INFO STEP 189 (remove_files) COMPLETE
48992024-12-13T23:50:04.214Z[ recovery-image] Dec 13 23:50:02.604 INFO O| Dec 13 23:50:02.604 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-12-13T23:50:04.232Z[ recovery-image] Dec 13 23:50:02.625 INFO O| Dec 13 23:50:02.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49012024-12-13T23:50:04.232Z[ recovery-image] Dec 13 23:50:02.625 INFO O| Dec 13 23:50:02.625 INFO STEP 190 (remove_files) COMPLETE
49022024-12-13T23:50:04.235Z[ recovery-image] Dec 13 23:50:02.625 INFO O| Dec 13 23:50:02.625 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-12-13T23:50:04.253Z[ recovery-image] Dec 13 23:50:02.646 INFO O| Dec 13 23:50:02.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
49042024-12-13T23:50:04.253Z[ recovery-image] Dec 13 23:50:02.646 INFO O| Dec 13 23:50:02.646 INFO STEP 191 (remove_files) COMPLETE
49052024-12-13T23:50:04.256Z[ recovery-image] Dec 13 23:50:02.646 INFO O| Dec 13 23:50:02.646 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-12-13T23:50:04.275Z[ recovery-image] Dec 13 23:50:02.667 INFO O| Dec 13 23:50:02.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49072024-12-13T23:50:04.275Z[ recovery-image] Dec 13 23:50:02.667 INFO O| Dec 13 23:50:02.667 INFO STEP 192 (remove_files) COMPLETE
49082024-12-13T23:50:04.275Z[ recovery-image] Dec 13 23:50:02.667 INFO O| Dec 13 23:50:02.667 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-12-13T23:50:04.313Z[ recovery-image] Dec 13 23:50:02.706 INFO O| Dec 13 23:50:02.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49102024-12-13T23:50:04.313Z[ recovery-image] Dec 13 23:50:02.706 INFO O| Dec 13 23:50:02.706 INFO STEP 193 (remove_files) COMPLETE
49112024-12-13T23:50:04.316Z[ recovery-image] Dec 13 23:50:02.706 INFO O| Dec 13 23:50:02.706 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-12-13T23:50:04.351Z[ recovery-image] Dec 13 23:50:02.744 INFO O| Dec 13 23:50:02.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49132024-12-13T23:50:04.351Z[ recovery-image] Dec 13 23:50:02.744 INFO O| Dec 13 23:50:02.744 INFO STEP 194 (remove_files) COMPLETE
49142024-12-13T23:50:04.351Z[ recovery-image] Dec 13 23:50:02.744 INFO O| Dec 13 23:50:02.744 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-12-13T23:50:04.370Z[ recovery-image] Dec 13 23:50:02.763 INFO O| Dec 13 23:50:02.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49162024-12-13T23:50:04.370Z[ recovery-image] Dec 13 23:50:02.763 INFO O| Dec 13 23:50:02.763 INFO STEP 195 (remove_files) COMPLETE
49172024-12-13T23:50:04.373Z[ recovery-image] Dec 13 23:50:02.763 INFO O| Dec 13 23:50:02.763 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-12-13T23:50:04.389Z[ recovery-image] Dec 13 23:50:02.782 INFO O| Dec 13 23:50:02.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49192024-12-13T23:50:04.389Z[ recovery-image] Dec 13 23:50:02.782 INFO O| Dec 13 23:50:02.782 INFO STEP 196 (remove_files) COMPLETE
49202024-12-13T23:50:04.389Z[ recovery-image] Dec 13 23:50:02.782 INFO O| Dec 13 23:50:02.782 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-12-13T23:50:04.409Z[ recovery-image] Dec 13 23:50:02.802 INFO O| Dec 13 23:50:02.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49222024-12-13T23:50:04.409Z[ recovery-image] Dec 13 23:50:02.802 INFO O| Dec 13 23:50:02.802 INFO STEP 197 (remove_files) COMPLETE
49232024-12-13T23:50:04.409Z[ recovery-image] Dec 13 23:50:02.802 INFO O| Dec 13 23:50:02.802 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-12-13T23:50:04.430Z[ recovery-image] Dec 13 23:50:02.823 INFO O| Dec 13 23:50:02.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49252024-12-13T23:50:04.430Z[ recovery-image] Dec 13 23:50:02.823 INFO O| Dec 13 23:50:02.823 INFO STEP 198 (remove_files) COMPLETE
49262024-12-13T23:50:04.432Z[ recovery-image] Dec 13 23:50:02.823 INFO O| Dec 13 23:50:02.823 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-12-13T23:50:04.450Z[ recovery-image] Dec 13 23:50:02.842 INFO O| Dec 13 23:50:02.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49282024-12-13T23:50:04.452Z[ recovery-image] Dec 13 23:50:02.843 INFO O| Dec 13 23:50:02.843 INFO STEP 199 (remove_files) COMPLETE
49292024-12-13T23:50:04.452Z[ recovery-image] Dec 13 23:50:02.843 INFO O| Dec 13 23:50:02.843 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-12-13T23:50:04.469Z[ recovery-image] Dec 13 23:50:02.862 INFO O| Dec 13 23:50:02.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49312024-12-13T23:50:04.472Z[ recovery-image] Dec 13 23:50:02.862 INFO O| Dec 13 23:50:02.862 INFO STEP 200 (remove_files) COMPLETE
49322024-12-13T23:50:04.472Z[ recovery-image] Dec 13 23:50:02.862 INFO O| Dec 13 23:50:02.862 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-12-13T23:50:04.489Z[ recovery-image] Dec 13 23:50:02.882 INFO O| Dec 13 23:50:02.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49342024-12-13T23:50:04.489Z[ recovery-image] Dec 13 23:50:02.882 INFO O| Dec 13 23:50:02.882 INFO STEP 201 (remove_files) COMPLETE
49352024-12-13T23:50:04.491Z[ recovery-image] Dec 13 23:50:02.882 INFO O| Dec 13 23:50:02.882 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-12-13T23:50:04.509Z[ recovery-image] Dec 13 23:50:02.902 INFO O| Dec 13 23:50:02.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49372024-12-13T23:50:04.509Z[ recovery-image] Dec 13 23:50:02.902 INFO O| Dec 13 23:50:02.902 INFO STEP 202 (remove_files) COMPLETE
49382024-12-13T23:50:04.512Z[ recovery-image] Dec 13 23:50:02.902 INFO O| Dec 13 23:50:02.902 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-12-13T23:50:04.529Z[ recovery-image] Dec 13 23:50:02.921 INFO O| Dec 13 23:50:02.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49402024-12-13T23:50:04.529Z[ recovery-image] Dec 13 23:50:02.921 INFO O| Dec 13 23:50:02.921 INFO STEP 203 (remove_files) COMPLETE
49412024-12-13T23:50:04.531Z[ recovery-image] Dec 13 23:50:02.922 INFO O| Dec 13 23:50:02.921 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-12-13T23:50:04.550Z[ recovery-image] Dec 13 23:50:02.943 INFO O| Dec 13 23:50:02.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49432024-12-13T23:50:04.553Z[ recovery-image] Dec 13 23:50:02.943 INFO O| Dec 13 23:50:02.943 INFO STEP 204 (remove_files) COMPLETE
49442024-12-13T23:50:04.553Z[ recovery-image] Dec 13 23:50:02.943 INFO O| Dec 13 23:50:02.943 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-12-13T23:50:04.582Z[ recovery-image] Dec 13 23:50:02.965 INFO O| Dec 13 23:50:02.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49462024-12-13T23:50:04.582Z[ recovery-image] Dec 13 23:50:02.965 INFO O| Dec 13 23:50:02.965 INFO STEP 205 (remove_files) COMPLETE
49472024-12-13T23:50:04.582Z[ recovery-image] Dec 13 23:50:02.965 INFO O| Dec 13 23:50:02.965 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-12-13T23:50:04.594Z[ recovery-image] Dec 13 23:50:02.987 INFO O| Dec 13 23:50:02.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49492024-12-13T23:50:04.597Z[ recovery-image] Dec 13 23:50:02.987 INFO O| Dec 13 23:50:02.987 INFO STEP 206 (remove_files) COMPLETE
49502024-12-13T23:50:04.597Z[ recovery-image] Dec 13 23:50:02.987 INFO O| Dec 13 23:50:02.987 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-12-13T23:50:04.616Z[ recovery-image] Dec 13 23:50:03.009 INFO O| Dec 13 23:50:03.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49522024-12-13T23:50:04.618Z[ recovery-image] Dec 13 23:50:03.009 INFO O| Dec 13 23:50:03.009 INFO STEP 207 (remove_files) COMPLETE
49532024-12-13T23:50:04.618Z[ recovery-image] Dec 13 23:50:03.009 INFO O| Dec 13 23:50:03.009 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-12-13T23:50:04.637Z[ recovery-image] Dec 13 23:50:03.029 INFO O| Dec 13 23:50:03.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49552024-12-13T23:50:04.637Z[ recovery-image] Dec 13 23:50:03.030 INFO O| Dec 13 23:50:03.029 INFO STEP 208 (remove_files) COMPLETE
49562024-12-13T23:50:04.637Z[ recovery-image] Dec 13 23:50:03.030 INFO O| Dec 13 23:50:03.030 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-12-13T23:50:04.658Z[ recovery-image] Dec 13 23:50:03.050 INFO O| Dec 13 23:50:03.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49582024-12-13T23:50:04.658Z[ recovery-image] Dec 13 23:50:03.050 INFO O| Dec 13 23:50:03.050 INFO STEP 209 (remove_files) COMPLETE
49592024-12-13T23:50:04.660Z[ recovery-image] Dec 13 23:50:03.050 INFO O| Dec 13 23:50:03.050 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-12-13T23:50:04.678Z[ recovery-image] Dec 13 23:50:03.071 INFO O| Dec 13 23:50:03.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49612024-12-13T23:50:04.678Z[ recovery-image] Dec 13 23:50:03.071 INFO O| Dec 13 23:50:03.071 INFO STEP 210 (remove_files) COMPLETE
49622024-12-13T23:50:04.681Z[ recovery-image] Dec 13 23:50:03.071 INFO O| Dec 13 23:50:03.071 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-12-13T23:50:04.699Z[ recovery-image] Dec 13 23:50:03.091 INFO O| Dec 13 23:50:03.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49642024-12-13T23:50:04.699Z[ recovery-image] Dec 13 23:50:03.091 INFO O| Dec 13 23:50:03.091 INFO STEP 211 (remove_files) COMPLETE
49652024-12-13T23:50:04.699Z[ recovery-image] Dec 13 23:50:03.091 INFO O| Dec 13 23:50:03.091 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-12-13T23:50:04.736Z[ recovery-image] Dec 13 23:50:03.128 INFO O| Dec 13 23:50:03.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49672024-12-13T23:50:04.738Z[ recovery-image] Dec 13 23:50:03.128 INFO O| Dec 13 23:50:03.128 INFO STEP 212 (remove_files) COMPLETE
49682024-12-13T23:50:04.738Z[ recovery-image] Dec 13 23:50:03.129 INFO O| Dec 13 23:50:03.129 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-12-13T23:50:04.803Z[ recovery-image] Dec 13 23:50:03.195 INFO O| Dec 13 23:50:03.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49702024-12-13T23:50:04.803Z[ recovery-image] Dec 13 23:50:03.195 INFO O| Dec 13 23:50:03.195 INFO STEP 213 (remove_files) COMPLETE
49712024-12-13T23:50:04.803Z[ recovery-image] Dec 13 23:50:03.195 INFO O| Dec 13 23:50:03.195 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-12-13T23:50:04.821Z[ recovery-image] Dec 13 23:50:03.214 INFO O| Dec 13 23:50:03.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49732024-12-13T23:50:04.821Z[ recovery-image] Dec 13 23:50:03.214 INFO O| Dec 13 23:50:03.214 INFO STEP 214 (remove_files) COMPLETE
49742024-12-13T23:50:04.824Z[ recovery-image] Dec 13 23:50:03.214 INFO O| Dec 13 23:50:03.214 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-12-13T23:50:04.841Z[ recovery-image] Dec 13 23:50:03.234 INFO O| Dec 13 23:50:03.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49762024-12-13T23:50:04.844Z[ recovery-image] Dec 13 23:50:03.234 INFO O| Dec 13 23:50:03.234 INFO STEP 215 (remove_files) COMPLETE
49772024-12-13T23:50:04.844Z[ recovery-image] Dec 13 23:50:03.234 INFO O| Dec 13 23:50:03.234 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-12-13T23:50:04.861Z[ recovery-image] Dec 13 23:50:03.254 INFO O| Dec 13 23:50:03.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49792024-12-13T23:50:04.864Z[ recovery-image] Dec 13 23:50:03.254 INFO O| Dec 13 23:50:03.254 INFO STEP 216 (remove_files) COMPLETE
49802024-12-13T23:50:04.864Z[ recovery-image] Dec 13 23:50:03.254 INFO O| Dec 13 23:50:03.254 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-12-13T23:50:04.880Z[ recovery-image] Dec 13 23:50:03.273 INFO O| Dec 13 23:50:03.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49822024-12-13T23:50:04.883Z[ recovery-image] Dec 13 23:50:03.273 INFO O| Dec 13 23:50:03.273 INFO STEP 217 (remove_files) COMPLETE
49832024-12-13T23:50:04.883Z[ recovery-image] Dec 13 23:50:03.273 INFO O| Dec 13 23:50:03.273 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-12-13T23:50:04.899Z[ recovery-image] Dec 13 23:50:03.292 INFO O| Dec 13 23:50:03.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49852024-12-13T23:50:04.899Z[ recovery-image] Dec 13 23:50:03.292 INFO O| Dec 13 23:50:03.292 INFO STEP 218 (remove_files) COMPLETE
49862024-12-13T23:50:04.902Z[ recovery-image] Dec 13 23:50:03.292 INFO O| Dec 13 23:50:03.292 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-12-13T23:50:04.918Z[ recovery-image] Dec 13 23:50:03.311 INFO O| Dec 13 23:50:03.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49882024-12-13T23:50:04.921Z[ recovery-image] Dec 13 23:50:03.311 INFO O| Dec 13 23:50:03.311 INFO STEP 219 (remove_files) COMPLETE
49892024-12-13T23:50:04.921Z[ recovery-image] Dec 13 23:50:03.311 INFO O| Dec 13 23:50:03.311 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-12-13T23:50:04.938Z[ recovery-image] Dec 13 23:50:03.331 INFO O| Dec 13 23:50:03.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49912024-12-13T23:50:04.942Z[ recovery-image] Dec 13 23:50:03.331 INFO O| Dec 13 23:50:03.331 INFO STEP 220 (remove_files) COMPLETE
49922024-12-13T23:50:04.942Z[ recovery-image] Dec 13 23:50:03.331 INFO O| Dec 13 23:50:03.331 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-12-13T23:50:04.977Z[ recovery-image] Dec 13 23:50:03.369 INFO O| Dec 13 23:50:03.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49942024-12-13T23:50:04.977Z[ recovery-image] Dec 13 23:50:03.369 INFO O| Dec 13 23:50:03.369 INFO STEP 221 (remove_files) COMPLETE
49952024-12-13T23:50:04.980Z[ recovery-image] Dec 13 23:50:03.370 INFO O| Dec 13 23:50:03.369 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-12-13T23:50:04.995Z[ recovery-image] Dec 13 23:50:03.388 INFO O| Dec 13 23:50:03.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49972024-12-13T23:50:04.998Z[ recovery-image] Dec 13 23:50:03.388 INFO O| Dec 13 23:50:03.388 INFO STEP 222 (remove_files) COMPLETE
49982024-12-13T23:50:04.998Z[ recovery-image] Dec 13 23:50:03.388 INFO O| Dec 13 23:50:03.388 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-12-13T23:50:05.014Z[ recovery-image] Dec 13 23:50:03.407 INFO O| Dec 13 23:50:03.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50002024-12-13T23:50:05.017Z[ recovery-image] Dec 13 23:50:03.407 INFO O| Dec 13 23:50:03.407 INFO STEP 223 (remove_files) COMPLETE
50012024-12-13T23:50:05.017Z[ recovery-image] Dec 13 23:50:03.407 INFO O| Dec 13 23:50:03.407 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-12-13T23:50:05.033Z[ recovery-image] Dec 13 23:50:03.425 INFO O| Dec 13 23:50:03.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50032024-12-13T23:50:05.035Z[ recovery-image] Dec 13 23:50:03.426 INFO O| Dec 13 23:50:03.425 INFO STEP 224 (remove_files) COMPLETE
50042024-12-13T23:50:05.036Z[ recovery-image] Dec 13 23:50:03.426 INFO O| Dec 13 23:50:03.426 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-12-13T23:50:05.053Z[ recovery-image] Dec 13 23:50:03.445 INFO O| Dec 13 23:50:03.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50062024-12-13T23:50:05.057Z[ recovery-image] Dec 13 23:50:03.445 INFO O| Dec 13 23:50:03.445 INFO STEP 225 (remove_files) COMPLETE
50072024-12-13T23:50:05.057Z[ recovery-image] Dec 13 23:50:03.446 INFO O| Dec 13 23:50:03.445 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-12-13T23:50:05.075Z[ recovery-image] Dec 13 23:50:03.464 INFO O| Dec 13 23:50:03.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50092024-12-13T23:50:05.075Z[ recovery-image] Dec 13 23:50:03.465 INFO O| Dec 13 23:50:03.464 INFO STEP 226 (remove_files) COMPLETE
50102024-12-13T23:50:05.075Z[ recovery-image] Dec 13 23:50:03.465 INFO O| Dec 13 23:50:03.465 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-12-13T23:50:05.091Z[ recovery-image] Dec 13 23:50:03.483 INFO O| Dec 13 23:50:03.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50122024-12-13T23:50:05.114Z[ recovery-image] Dec 13 23:50:03.506 INFO O| Dec 13 23:50:03.506 INFO STEP 227 (remove_files) COMPLETE
50132024-12-13T23:50:05.114Z[ recovery-image] Dec 13 23:50:03.506 INFO O| Dec 13 23:50:03.506 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-12-13T23:50:05.141Z[ recovery-image] Dec 13 23:50:03.533 INFO O| Dec 13 23:50:03.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50152024-12-13T23:50:05.141Z[ recovery-image] Dec 13 23:50:03.534 INFO O| Dec 13 23:50:03.533 INFO STEP 228 (remove_files) COMPLETE
50162024-12-13T23:50:05.141Z[ recovery-image] Dec 13 23:50:03.534 INFO O| Dec 13 23:50:03.534 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-12-13T23:50:05.160Z[ recovery-image] Dec 13 23:50:03.552 INFO O| Dec 13 23:50:03.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50182024-12-13T23:50:05.161Z[ recovery-image] Dec 13 23:50:03.552 INFO O| Dec 13 23:50:03.552 INFO STEP 229 (remove_files) COMPLETE
50192024-12-13T23:50:05.161Z[ recovery-image] Dec 13 23:50:03.553 INFO O| Dec 13 23:50:03.552 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-12-13T23:50:05.180Z[ recovery-image] Dec 13 23:50:03.572 INFO O| Dec 13 23:50:03.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50212024-12-13T23:50:05.180Z[ recovery-image] Dec 13 23:50:03.572 INFO O| Dec 13 23:50:03.572 INFO STEP 230 (remove_files) COMPLETE
50222024-12-13T23:50:05.182Z[ recovery-image] Dec 13 23:50:03.572 INFO O| Dec 13 23:50:03.572 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-12-13T23:50:05.198Z[ recovery-image] Dec 13 23:50:03.591 INFO O| Dec 13 23:50:03.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50242024-12-13T23:50:05.201Z[ recovery-image] Dec 13 23:50:03.591 INFO O| Dec 13 23:50:03.591 INFO STEP 231 (remove_files) COMPLETE
50252024-12-13T23:50:05.201Z[ recovery-image] Dec 13 23:50:03.591 INFO O| Dec 13 23:50:03.591 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-12-13T23:50:05.217Z[ recovery-image] Dec 13 23:50:03.610 INFO O| Dec 13 23:50:03.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50272024-12-13T23:50:05.220Z[ recovery-image] Dec 13 23:50:03.610 INFO O| Dec 13 23:50:03.610 INFO STEP 232 (remove_files) COMPLETE
50282024-12-13T23:50:05.220Z[ recovery-image] Dec 13 23:50:03.610 INFO O| Dec 13 23:50:03.610 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-12-13T23:50:05.234Z[ recovery-image] Dec 13 23:50:03.627 INFO O| Dec 13 23:50:03.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50302024-12-13T23:50:05.235Z[ recovery-image] Dec 13 23:50:03.627 INFO O| Dec 13 23:50:03.627 INFO STEP 233 (remove_files) COMPLETE
50312024-12-13T23:50:05.237Z[ recovery-image] Dec 13 23:50:03.627 INFO O| Dec 13 23:50:03.627 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-12-13T23:50:05.252Z[ recovery-image] Dec 13 23:50:03.644 INFO O| Dec 13 23:50:03.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50332024-12-13T23:50:05.252Z[ recovery-image] Dec 13 23:50:03.645 INFO O| Dec 13 23:50:03.645 INFO STEP 234 (remove_files) COMPLETE
50342024-12-13T23:50:05.254Z[ recovery-image] Dec 13 23:50:03.645 INFO O| Dec 13 23:50:03.645 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-12-13T23:50:05.277Z[ recovery-image] Dec 13 23:50:03.669 INFO O| Dec 13 23:50:03.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50362024-12-13T23:50:05.277Z[ recovery-image] Dec 13 23:50:03.669 INFO O| Dec 13 23:50:03.669 INFO STEP 235 (remove_files) COMPLETE
50372024-12-13T23:50:05.277Z[ recovery-image] Dec 13 23:50:03.669 INFO O| Dec 13 23:50:03.669 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-12-13T23:50:05.298Z[ recovery-image] Dec 13 23:50:03.690 INFO O| Dec 13 23:50:03.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50392024-12-13T23:50:05.322Z[ recovery-image] Dec 13 23:50:03.714 INFO O| Dec 13 23:50:03.714 INFO STEP 236 (remove_files) COMPLETE
50402024-12-13T23:50:05.322Z[ recovery-image] Dec 13 23:50:03.714 INFO O| Dec 13 23:50:03.714 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-12-13T23:50:05.353Z[ recovery-image] Dec 13 23:50:03.746 INFO O| Dec 13 23:50:03.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50422024-12-13T23:50:05.353Z[ recovery-image] Dec 13 23:50:03.746 INFO O| Dec 13 23:50:03.746 INFO STEP 237 (remove_files) COMPLETE
50432024-12-13T23:50:05.353Z[ recovery-image] Dec 13 23:50:03.746 INFO O| Dec 13 23:50:03.746 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-12-13T23:50:05.373Z[ recovery-image] Dec 13 23:50:03.766 INFO O| Dec 13 23:50:03.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50452024-12-13T23:50:05.373Z[ recovery-image] Dec 13 23:50:03.766 INFO O| Dec 13 23:50:03.766 INFO STEP 238 (remove_files) COMPLETE
50462024-12-13T23:50:05.373Z[ recovery-image] Dec 13 23:50:03.766 INFO O| Dec 13 23:50:03.766 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-12-13T23:50:05.392Z[ recovery-image] Dec 13 23:50:03.785 INFO O| Dec 13 23:50:03.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50482024-12-13T23:50:05.392Z[ recovery-image] Dec 13 23:50:03.785 INFO O| Dec 13 23:50:03.785 INFO STEP 239 (remove_files) COMPLETE
50492024-12-13T23:50:05.395Z[ recovery-image] Dec 13 23:50:03.785 INFO O| Dec 13 23:50:03.785 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-12-13T23:50:05.414Z[ recovery-image] Dec 13 23:50:03.806 INFO O| Dec 13 23:50:03.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50512024-12-13T23:50:05.416Z[ recovery-image] Dec 13 23:50:03.806 INFO O| Dec 13 23:50:03.806 INFO STEP 240 (remove_files) COMPLETE
50522024-12-13T23:50:05.416Z[ recovery-image] Dec 13 23:50:03.806 INFO O| Dec 13 23:50:03.806 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-12-13T23:50:05.493Z[ recovery-image] Dec 13 23:50:03.885 INFO O| Dec 13 23:50:03.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50542024-12-13T23:50:05.493Z[ recovery-image] Dec 13 23:50:03.885 INFO O| Dec 13 23:50:03.885 INFO STEP 241 (remove_files) COMPLETE
50552024-12-13T23:50:05.496Z[ recovery-image] Dec 13 23:50:03.886 INFO O| Dec 13 23:50:03.885 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-12-13T23:50:05.559Z[ recovery-image] Dec 13 23:50:03.952 INFO O| Dec 13 23:50:03.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50572024-12-13T23:50:05.560Z[ recovery-image] Dec 13 23:50:03.952 INFO O| Dec 13 23:50:03.952 INFO STEP 242 (remove_files) COMPLETE
50582024-12-13T23:50:05.562Z[ recovery-image] Dec 13 23:50:03.952 INFO O| Dec 13 23:50:03.952 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-12-13T23:50:05.600Z[ recovery-image] Dec 13 23:50:03.992 INFO O| Dec 13 23:50:03.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50602024-12-13T23:50:05.616Z[ recovery-image] Dec 13 23:50:04.008 INFO O| Dec 13 23:50:04.008 INFO STEP 243 (remove_files) COMPLETE
50612024-12-13T23:50:05.616Z[ recovery-image] Dec 13 23:50:04.008 INFO O| Dec 13 23:50:04.008 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-12-13T23:50:05.672Z[ recovery-image] Dec 13 23:50:04.064 INFO O| Dec 13 23:50:04.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50632024-12-13T23:50:05.697Z[ recovery-image] Dec 13 23:50:04.090 INFO O| Dec 13 23:50:04.090 INFO STEP 244 (remove_files) COMPLETE
50642024-12-13T23:50:05.700Z[ recovery-image] Dec 13 23:50:04.090 INFO O| Dec 13 23:50:04.090 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-12-13T23:50:05.734Z[ recovery-image] Dec 13 23:50:04.127 INFO O| Dec 13 23:50:04.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50662024-12-13T23:50:05.737Z[ recovery-image] Dec 13 23:50:04.127 INFO O| Dec 13 23:50:04.127 INFO STEP 245 (remove_files) COMPLETE
50672024-12-13T23:50:05.737Z[ recovery-image] Dec 13 23:50:04.127 INFO O| Dec 13 23:50:04.127 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-12-13T23:50:05.779Z[ recovery-image] Dec 13 23:50:04.155 INFO O| Dec 13 23:50:04.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50692024-12-13T23:50:05.779Z[ recovery-image] Dec 13 23:50:04.155 INFO O| Dec 13 23:50:04.155 INFO STEP 246 (remove_files) COMPLETE
50702024-12-13T23:50:05.779Z[ recovery-image] Dec 13 23:50:04.155 INFO O| Dec 13 23:50:04.155 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-12-13T23:50:05.790Z[ recovery-image] Dec 13 23:50:04.182 INFO O| Dec 13 23:50:04.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50722024-12-13T23:50:05.790Z[ recovery-image] Dec 13 23:50:04.182 INFO O| Dec 13 23:50:04.182 INFO STEP 247 (remove_files) COMPLETE
50732024-12-13T23:50:05.790Z[ recovery-image] Dec 13 23:50:04.182 INFO O| Dec 13 23:50:04.182 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-12-13T23:50:05.825Z[ recovery-image] Dec 13 23:50:04.218 INFO O| Dec 13 23:50:04.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50752024-12-13T23:50:05.825Z[ recovery-image] Dec 13 23:50:04.218 INFO O| Dec 13 23:50:04.218 INFO STEP 248 (remove_files) COMPLETE
50762024-12-13T23:50:05.825Z[ recovery-image] Dec 13 23:50:04.218 INFO O| Dec 13 23:50:04.218 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-12-13T23:50:05.865Z[ recovery-image] Dec 13 23:50:04.257 INFO O| Dec 13 23:50:04.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50782024-12-13T23:50:05.865Z[ recovery-image] Dec 13 23:50:04.257 INFO O| Dec 13 23:50:04.257 INFO STEP 249 (remove_files) COMPLETE
50792024-12-13T23:50:05.865Z[ recovery-image] Dec 13 23:50:04.258 INFO O| Dec 13 23:50:04.257 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-12-13T23:50:05.903Z[ recovery-image] Dec 13 23:50:04.296 INFO O| Dec 13 23:50:04.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50812024-12-13T23:50:05.903Z[ recovery-image] Dec 13 23:50:04.296 INFO O| Dec 13 23:50:04.296 INFO STEP 250 (remove_files) COMPLETE
50822024-12-13T23:50:05.903Z[ recovery-image] Dec 13 23:50:04.296 INFO O| Dec 13 23:50:04.296 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-12-13T23:50:05.926Z[ recovery-image] Dec 13 23:50:04.318 INFO O| Dec 13 23:50:04.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50842024-12-13T23:50:05.926Z[ recovery-image] Dec 13 23:50:04.319 INFO O| Dec 13 23:50:04.318 INFO STEP 251 (remove_files) COMPLETE
50852024-12-13T23:50:05.926Z[ recovery-image] Dec 13 23:50:04.319 INFO O| Dec 13 23:50:04.319 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-12-13T23:50:05.948Z[ recovery-image] Dec 13 23:50:04.341 INFO O| Dec 13 23:50:04.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50872024-12-13T23:50:05.948Z[ recovery-image] Dec 13 23:50:04.341 INFO O| Dec 13 23:50:04.341 INFO STEP 252 (remove_files) COMPLETE
50882024-12-13T23:50:05.951Z[ recovery-image] Dec 13 23:50:04.341 INFO O| Dec 13 23:50:04.341 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-12-13T23:50:05.970Z[ recovery-image] Dec 13 23:50:04.363 INFO O| Dec 13 23:50:04.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50902024-12-13T23:50:05.970Z[ recovery-image] Dec 13 23:50:04.363 INFO O| Dec 13 23:50:04.363 INFO STEP 253 (remove_files) COMPLETE
50912024-12-13T23:50:05.973Z[ recovery-image] Dec 13 23:50:04.363 INFO O| Dec 13 23:50:04.363 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-12-13T23:50:06.006Z[ recovery-image] Dec 13 23:50:04.398 INFO O| Dec 13 23:50:04.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50932024-12-13T23:50:06.009Z[ recovery-image] Dec 13 23:50:04.398 INFO O| Dec 13 23:50:04.398 INFO STEP 254 (remove_files) COMPLETE
50942024-12-13T23:50:06.009Z[ recovery-image] Dec 13 23:50:04.399 INFO O| Dec 13 23:50:04.399 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-12-13T23:50:06.026Z[ recovery-image] Dec 13 23:50:04.419 INFO O| Dec 13 23:50:04.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50962024-12-13T23:50:06.028Z[ recovery-image] Dec 13 23:50:04.419 INFO O| Dec 13 23:50:04.419 INFO STEP 255 (remove_files) COMPLETE
50972024-12-13T23:50:06.029Z[ recovery-image] Dec 13 23:50:04.419 INFO O| Dec 13 23:50:04.419 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-12-13T23:50:06.048Z[ recovery-image] Dec 13 23:50:04.440 INFO O| Dec 13 23:50:04.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
50992024-12-13T23:50:06.048Z[ recovery-image] Dec 13 23:50:04.441 INFO O| Dec 13 23:50:04.440 INFO STEP 256 (remove_files) COMPLETE
51002024-12-13T23:50:06.050Z[ recovery-image] Dec 13 23:50:04.441 INFO O| Dec 13 23:50:04.441 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-12-13T23:50:06.070Z[ recovery-image] Dec 13 23:50:04.462 INFO O| Dec 13 23:50:04.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51022024-12-13T23:50:06.073Z[ recovery-image] Dec 13 23:50:04.462 INFO O| Dec 13 23:50:04.462 INFO STEP 257 (remove_files) COMPLETE
51032024-12-13T23:50:06.073Z[ recovery-image] Dec 13 23:50:04.463 INFO O| Dec 13 23:50:04.462 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-12-13T23:50:06.091Z[ recovery-image] Dec 13 23:50:04.483 INFO O| Dec 13 23:50:04.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51052024-12-13T23:50:06.093Z[ recovery-image] Dec 13 23:50:04.483 INFO O| Dec 13 23:50:04.483 INFO STEP 258 (remove_files) COMPLETE
51062024-12-13T23:50:06.093Z[ recovery-image] Dec 13 23:50:04.484 INFO O| Dec 13 23:50:04.483 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-12-13T23:50:06.112Z[ recovery-image] Dec 13 23:50:04.505 INFO O| Dec 13 23:50:04.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51082024-12-13T23:50:06.115Z[ recovery-image] Dec 13 23:50:04.505 INFO O| Dec 13 23:50:04.505 INFO STEP 259 (remove_files) COMPLETE
51092024-12-13T23:50:06.115Z[ recovery-image] Dec 13 23:50:04.505 INFO O| Dec 13 23:50:04.505 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-12-13T23:50:06.134Z[ recovery-image] Dec 13 23:50:04.526 INFO O| Dec 13 23:50:04.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51112024-12-13T23:50:06.136Z[ recovery-image] Dec 13 23:50:04.526 INFO O| Dec 13 23:50:04.526 INFO STEP 260 (remove_files) COMPLETE
51122024-12-13T23:50:06.136Z[ recovery-image] Dec 13 23:50:04.526 INFO O| Dec 13 23:50:04.526 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-12-13T23:50:06.155Z[ recovery-image] Dec 13 23:50:04.548 INFO O| Dec 13 23:50:04.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51142024-12-13T23:50:06.158Z[ recovery-image] Dec 13 23:50:04.548 INFO O| Dec 13 23:50:04.548 INFO STEP 261 (remove_files) COMPLETE
51152024-12-13T23:50:06.158Z[ recovery-image] Dec 13 23:50:04.548 INFO O| Dec 13 23:50:04.548 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-12-13T23:50:06.244Z[ recovery-image] Dec 13 23:50:04.637 INFO O| Dec 13 23:50:04.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51172024-12-13T23:50:06.244Z[ recovery-image] Dec 13 23:50:04.637 INFO O| Dec 13 23:50:04.637 INFO STEP 262 (remove_files) COMPLETE
51182024-12-13T23:50:06.247Z[ recovery-image] Dec 13 23:50:04.637 INFO O| Dec 13 23:50:04.637 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-12-13T23:50:06.279Z[ recovery-image] Dec 13 23:50:04.671 INFO O| Dec 13 23:50:04.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51202024-12-13T23:50:06.281Z[ recovery-image] Dec 13 23:50:04.671 INFO O| Dec 13 23:50:04.671 INFO STEP 263 (remove_files) COMPLETE
51212024-12-13T23:50:06.281Z[ recovery-image] Dec 13 23:50:04.672 INFO O| Dec 13 23:50:04.671 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-12-13T23:50:06.299Z[ recovery-image] Dec 13 23:50:04.691 INFO O| Dec 13 23:50:04.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51232024-12-13T23:50:06.301Z[ recovery-image] Dec 13 23:50:04.691 INFO O| Dec 13 23:50:04.691 INFO STEP 264 (remove_files) COMPLETE
51242024-12-13T23:50:06.301Z[ recovery-image] Dec 13 23:50:04.692 INFO O| Dec 13 23:50:04.691 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-12-13T23:50:06.320Z[ recovery-image] Dec 13 23:50:04.712 INFO O| Dec 13 23:50:04.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51262024-12-13T23:50:06.322Z[ recovery-image] Dec 13 23:50:04.713 INFO O| Dec 13 23:50:04.713 INFO STEP 265 (remove_files) COMPLETE
51272024-12-13T23:50:06.322Z[ recovery-image] Dec 13 23:50:04.713 INFO O| Dec 13 23:50:04.713 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-12-13T23:50:06.341Z[ recovery-image] Dec 13 23:50:04.733 INFO O| Dec 13 23:50:04.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51292024-12-13T23:50:06.365Z[ recovery-image] Dec 13 23:50:04.758 INFO O| Dec 13 23:50:04.758 INFO STEP 266 (remove_files) COMPLETE
51302024-12-13T23:50:06.365Z[ recovery-image] Dec 13 23:50:04.758 INFO O| Dec 13 23:50:04.758 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-12-13T23:50:06.386Z[ recovery-image] Dec 13 23:50:04.779 INFO O| Dec 13 23:50:04.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51322024-12-13T23:50:06.389Z[ recovery-image] Dec 13 23:50:04.779 INFO O| Dec 13 23:50:04.779 INFO STEP 267 (remove_files) COMPLETE
51332024-12-13T23:50:06.389Z[ recovery-image] Dec 13 23:50:04.779 INFO O| Dec 13 23:50:04.779 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-12-13T23:50:06.406Z[ recovery-image] Dec 13 23:50:04.799 INFO O| Dec 13 23:50:04.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51352024-12-13T23:50:06.406Z[ recovery-image] Dec 13 23:50:04.799 INFO O| Dec 13 23:50:04.799 INFO STEP 268 (remove_files) COMPLETE
51362024-12-13T23:50:06.406Z[ recovery-image] Dec 13 23:50:04.799 INFO O| Dec 13 23:50:04.799 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-12-13T23:50:06.425Z[ recovery-image] Dec 13 23:50:04.818 INFO O| Dec 13 23:50:04.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51382024-12-13T23:50:06.425Z[ recovery-image] Dec 13 23:50:04.818 INFO O| Dec 13 23:50:04.818 INFO STEP 269 (remove_files) COMPLETE
51392024-12-13T23:50:06.425Z[ recovery-image] Dec 13 23:50:04.818 INFO O| Dec 13 23:50:04.818 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-12-13T23:50:06.444Z[ recovery-image] Dec 13 23:50:04.836 INFO O| Dec 13 23:50:04.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51412024-12-13T23:50:06.464Z[ recovery-image] Dec 13 23:50:04.857 INFO O| Dec 13 23:50:04.857 INFO STEP 270 (remove_files) COMPLETE
51422024-12-13T23:50:06.467Z[ recovery-image] Dec 13 23:50:04.857 INFO O| Dec 13 23:50:04.857 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-12-13T23:50:06.488Z[ recovery-image] Dec 13 23:50:04.880 INFO O| Dec 13 23:50:04.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51442024-12-13T23:50:06.490Z[ recovery-image] Dec 13 23:50:04.880 INFO O| Dec 13 23:50:04.880 INFO STEP 271 (remove_files) COMPLETE
51452024-12-13T23:50:06.490Z[ recovery-image] Dec 13 23:50:04.881 INFO O| Dec 13 23:50:04.880 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-12-13T23:50:06.509Z[ recovery-image] Dec 13 23:50:04.902 INFO O| Dec 13 23:50:04.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51472024-12-13T23:50:06.513Z[ recovery-image] Dec 13 23:50:04.902 INFO O| Dec 13 23:50:04.902 INFO STEP 272 (remove_files) COMPLETE
51482024-12-13T23:50:06.513Z[ recovery-image] Dec 13 23:50:04.903 INFO O| Dec 13 23:50:04.903 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-12-13T23:50:06.560Z[ recovery-image] Dec 13 23:50:04.953 INFO O| Dec 13 23:50:04.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51502024-12-13T23:50:06.563Z[ recovery-image] Dec 13 23:50:04.953 INFO O| Dec 13 23:50:04.953 INFO STEP 273 (remove_files) COMPLETE
51512024-12-13T23:50:06.563Z[ recovery-image] Dec 13 23:50:04.953 INFO O| Dec 13 23:50:04.953 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-12-13T23:50:06.583Z[ recovery-image] Dec 13 23:50:04.976 INFO O| Dec 13 23:50:04.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51532024-12-13T23:50:06.586Z[ recovery-image] Dec 13 23:50:04.976 INFO O| Dec 13 23:50:04.976 INFO STEP 274 (remove_files) COMPLETE
51542024-12-13T23:50:06.586Z[ recovery-image] Dec 13 23:50:04.976 INFO O| Dec 13 23:50:04.976 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-12-13T23:50:06.605Z[ recovery-image] Dec 13 23:50:04.997 INFO O| Dec 13 23:50:04.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51562024-12-13T23:50:06.607Z[ recovery-image] Dec 13 23:50:04.997 INFO O| Dec 13 23:50:04.997 INFO STEP 275 (remove_files) COMPLETE
51572024-12-13T23:50:06.607Z[ recovery-image] Dec 13 23:50:04.997 INFO O| Dec 13 23:50:04.997 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-12-13T23:50:06.626Z[ recovery-image] Dec 13 23:50:05.018 INFO O| Dec 13 23:50:05.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51592024-12-13T23:50:06.628Z[ recovery-image] Dec 13 23:50:05.019 INFO O| Dec 13 23:50:05.019 INFO STEP 276 (remove_files) COMPLETE
51602024-12-13T23:50:06.629Z[ recovery-image] Dec 13 23:50:05.019 INFO O| Dec 13 23:50:05.019 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-12-13T23:50:06.647Z[ recovery-image] Dec 13 23:50:05.040 INFO O| Dec 13 23:50:05.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51622024-12-13T23:50:06.650Z[ recovery-image] Dec 13 23:50:05.040 INFO O| Dec 13 23:50:05.040 INFO STEP 277 (remove_files) COMPLETE
51632024-12-13T23:50:06.650Z[ recovery-image] Dec 13 23:50:05.040 INFO O| Dec 13 23:50:05.040 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-12-13T23:50:06.668Z[ recovery-image] Dec 13 23:50:05.060 INFO O| Dec 13 23:50:05.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51652024-12-13T23:50:06.671Z[ recovery-image] Dec 13 23:50:05.061 INFO O| Dec 13 23:50:05.061 INFO STEP 278 (remove_files) COMPLETE
51662024-12-13T23:50:06.671Z[ recovery-image] Dec 13 23:50:05.061 INFO O| Dec 13 23:50:05.061 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-12-13T23:50:06.706Z[ recovery-image] Dec 13 23:50:05.099 INFO O| Dec 13 23:50:05.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51682024-12-13T23:50:06.706Z[ recovery-image] Dec 13 23:50:05.099 INFO O| Dec 13 23:50:05.099 INFO STEP 279 (remove_files) COMPLETE
51692024-12-13T23:50:06.707Z[ recovery-image] Dec 13 23:50:05.099 INFO O| Dec 13 23:50:05.099 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-12-13T23:50:06.767Z[ recovery-image] Dec 13 23:50:05.159 INFO O| Dec 13 23:50:05.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51712024-12-13T23:50:06.767Z[ recovery-image] Dec 13 23:50:05.159 INFO O| Dec 13 23:50:05.159 INFO STEP 280 (remove_files) COMPLETE
51722024-12-13T23:50:06.770Z[ recovery-image] Dec 13 23:50:05.159 INFO O| Dec 13 23:50:05.159 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-12-13T23:50:06.787Z[ recovery-image] Dec 13 23:50:05.179 INFO O| Dec 13 23:50:05.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51742024-12-13T23:50:06.787Z[ recovery-image] Dec 13 23:50:05.179 INFO O| Dec 13 23:50:05.179 INFO STEP 281 (remove_files) COMPLETE
51752024-12-13T23:50:06.787Z[ recovery-image] Dec 13 23:50:05.179 INFO O| Dec 13 23:50:05.179 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-12-13T23:50:06.831Z[ recovery-image] Dec 13 23:50:05.223 INFO O| Dec 13 23:50:05.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51772024-12-13T23:50:06.833Z[ recovery-image] Dec 13 23:50:05.223 INFO O| Dec 13 23:50:05.223 INFO STEP 282 (remove_files) COMPLETE
51782024-12-13T23:50:06.833Z[ recovery-image] Dec 13 23:50:05.223 INFO O| Dec 13 23:50:05.223 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-12-13T23:50:06.851Z[ recovery-image] Dec 13 23:50:05.244 INFO O| Dec 13 23:50:05.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51802024-12-13T23:50:06.854Z[ recovery-image] Dec 13 23:50:05.244 INFO O| Dec 13 23:50:05.244 INFO STEP 283 (remove_files) COMPLETE
51812024-12-13T23:50:06.854Z[ recovery-image] Dec 13 23:50:05.244 INFO O| Dec 13 23:50:05.244 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-12-13T23:50:06.871Z[ recovery-image] Dec 13 23:50:05.263 INFO O| Dec 13 23:50:05.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51832024-12-13T23:50:06.873Z[ recovery-image] Dec 13 23:50:05.264 INFO O| Dec 13 23:50:05.263 INFO STEP 284 (remove_files) COMPLETE
51842024-12-13T23:50:06.873Z[ recovery-image] Dec 13 23:50:05.264 INFO O| Dec 13 23:50:05.264 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-12-13T23:50:06.912Z[ recovery-image] Dec 13 23:50:05.304 INFO O| Dec 13 23:50:05.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51862024-12-13T23:50:06.912Z[ recovery-image] Dec 13 23:50:05.304 INFO O| Dec 13 23:50:05.304 INFO STEP 285 (remove_files) COMPLETE
51872024-12-13T23:50:06.914Z[ recovery-image] Dec 13 23:50:05.304 INFO O| Dec 13 23:50:05.304 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-12-13T23:50:06.932Z[ recovery-image] Dec 13 23:50:05.324 INFO O| Dec 13 23:50:05.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51892024-12-13T23:50:06.932Z[ recovery-image] Dec 13 23:50:05.324 INFO O| Dec 13 23:50:05.324 INFO STEP 286 (remove_files) COMPLETE
51902024-12-13T23:50:06.934Z[ recovery-image] Dec 13 23:50:05.325 INFO O| Dec 13 23:50:05.324 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-12-13T23:50:06.953Z[ recovery-image] Dec 13 23:50:05.345 INFO O| Dec 13 23:50:05.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51922024-12-13T23:50:06.953Z[ recovery-image] Dec 13 23:50:05.345 INFO O| Dec 13 23:50:05.345 INFO STEP 287 (remove_files) COMPLETE
51932024-12-13T23:50:06.955Z[ recovery-image] Dec 13 23:50:05.345 INFO O| Dec 13 23:50:05.345 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-12-13T23:50:06.973Z[ recovery-image] Dec 13 23:50:05.365 INFO O| Dec 13 23:50:05.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51952024-12-13T23:50:06.973Z[ recovery-image] Dec 13 23:50:05.365 INFO O| Dec 13 23:50:05.365 INFO STEP 288 (remove_files) COMPLETE
51962024-12-13T23:50:06.975Z[ recovery-image] Dec 13 23:50:05.365 INFO O| Dec 13 23:50:05.365 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-12-13T23:50:06.993Z[ recovery-image] Dec 13 23:50:05.385 INFO O| Dec 13 23:50:05.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
51982024-12-13T23:50:06.995Z[ recovery-image] Dec 13 23:50:05.385 INFO O| Dec 13 23:50:05.385 INFO STEP 289 (remove_files) COMPLETE
51992024-12-13T23:50:06.995Z[ recovery-image] Dec 13 23:50:05.386 INFO O| Dec 13 23:50:05.385 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-12-13T23:50:07.012Z[ recovery-image] Dec 13 23:50:05.404 INFO O| Dec 13 23:50:05.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52012024-12-13T23:50:07.014Z[ recovery-image] Dec 13 23:50:05.404 INFO O| Dec 13 23:50:05.404 INFO STEP 290 (remove_files) COMPLETE
52022024-12-13T23:50:07.014Z[ recovery-image] Dec 13 23:50:05.404 INFO O| Dec 13 23:50:05.404 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-12-13T23:50:07.045Z[ recovery-image] Dec 13 23:50:05.437 INFO O| Dec 13 23:50:05.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52042024-12-13T23:50:07.045Z[ recovery-image] Dec 13 23:50:05.437 INFO O| Dec 13 23:50:05.437 INFO STEP 291 (remove_files) COMPLETE
52052024-12-13T23:50:07.048Z[ recovery-image] Dec 13 23:50:05.437 INFO O| Dec 13 23:50:05.437 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-12-13T23:50:07.064Z[ recovery-image] Dec 13 23:50:05.457 INFO O| Dec 13 23:50:05.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52072024-12-13T23:50:07.064Z[ recovery-image] Dec 13 23:50:05.457 INFO O| Dec 13 23:50:05.457 INFO STEP 292 (remove_files) COMPLETE
52082024-12-13T23:50:07.064Z[ recovery-image] Dec 13 23:50:05.457 INFO O| Dec 13 23:50:05.457 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-12-13T23:50:07.082Z[ recovery-image] Dec 13 23:50:05.475 INFO O| Dec 13 23:50:05.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52102024-12-13T23:50:07.082Z[ recovery-image] Dec 13 23:50:05.475 INFO O| Dec 13 23:50:05.475 INFO STEP 293 (remove_files) COMPLETE
52112024-12-13T23:50:07.082Z[ recovery-image] Dec 13 23:50:05.475 INFO O| Dec 13 23:50:05.475 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-12-13T23:50:07.100Z[ recovery-image] Dec 13 23:50:05.492 INFO O| Dec 13 23:50:05.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52132024-12-13T23:50:07.100Z[ recovery-image] Dec 13 23:50:05.493 INFO O| Dec 13 23:50:05.493 INFO STEP 294 (remove_files) COMPLETE
52142024-12-13T23:50:07.103Z[ recovery-image] Dec 13 23:50:05.493 INFO O| Dec 13 23:50:05.493 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-12-13T23:50:07.133Z[ host-image] Dec 13 23:50:05.525 INFO O| Dec 13 23:50:05.525 INFO O| Download: 262/1140 items 1.8/8.4MB 21% complete (395k/s)
52162024-12-13T23:50:07.209Z[ recovery-image] Dec 13 23:50:05.602 INFO O| Dec 13 23:50:05.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52172024-12-13T23:50:07.212Z[ recovery-image] Dec 13 23:50:05.602 INFO O| Dec 13 23:50:05.602 INFO STEP 295 (remove_files) COMPLETE
52182024-12-13T23:50:07.212Z[ recovery-image] Dec 13 23:50:05.602 INFO O| Dec 13 23:50:05.602 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-12-13T23:50:07.242Z[ recovery-image] Dec 13 23:50:05.634 INFO O| Dec 13 23:50:05.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52202024-12-13T23:50:07.242Z[ recovery-image] Dec 13 23:50:05.634 INFO O| Dec 13 23:50:05.634 INFO STEP 296 (remove_files) COMPLETE
52212024-12-13T23:50:07.245Z[ recovery-image] Dec 13 23:50:05.634 INFO O| Dec 13 23:50:05.634 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-12-13T23:50:07.261Z[ recovery-image] Dec 13 23:50:05.653 INFO O| Dec 13 23:50:05.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52232024-12-13T23:50:07.264Z[ recovery-image] Dec 13 23:50:05.653 INFO O| Dec 13 23:50:05.653 INFO STEP 297 (remove_files) COMPLETE
52242024-12-13T23:50:07.264Z[ recovery-image] Dec 13 23:50:05.654 INFO O| Dec 13 23:50:05.654 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-12-13T23:50:07.280Z[ recovery-image] Dec 13 23:50:05.672 INFO O| Dec 13 23:50:05.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52262024-12-13T23:50:07.282Z[ recovery-image] Dec 13 23:50:05.673 INFO O| Dec 13 23:50:05.673 INFO STEP 298 (remove_files) COMPLETE
52272024-12-13T23:50:07.282Z[ recovery-image] Dec 13 23:50:05.673 INFO O| Dec 13 23:50:05.673 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-12-13T23:50:07.300Z[ recovery-image] Dec 13 23:50:05.692 INFO O| Dec 13 23:50:05.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52292024-12-13T23:50:07.300Z[ recovery-image] Dec 13 23:50:05.692 INFO O| Dec 13 23:50:05.692 INFO STEP 299 (remove_files) COMPLETE
52302024-12-13T23:50:07.303Z[ recovery-image] Dec 13 23:50:05.692 INFO O| Dec 13 23:50:05.692 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-12-13T23:50:07.320Z[ recovery-image] Dec 13 23:50:05.712 INFO O| Dec 13 23:50:05.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52322024-12-13T23:50:07.322Z[ recovery-image] Dec 13 23:50:05.712 INFO O| Dec 13 23:50:05.712 INFO STEP 300 (remove_files) COMPLETE
52332024-12-13T23:50:07.323Z[ recovery-image] Dec 13 23:50:05.712 INFO O| Dec 13 23:50:05.712 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-12-13T23:50:07.339Z[ recovery-image] Dec 13 23:50:05.731 INFO O| Dec 13 23:50:05.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52352024-12-13T23:50:07.341Z[ recovery-image] Dec 13 23:50:05.731 INFO O| Dec 13 23:50:05.731 INFO STEP 301 (remove_files) COMPLETE
52362024-12-13T23:50:07.341Z[ recovery-image] Dec 13 23:50:05.731 INFO O| Dec 13 23:50:05.731 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-12-13T23:50:07.381Z[ recovery-image] Dec 13 23:50:05.773 INFO O| Dec 13 23:50:05.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52382024-12-13T23:50:07.381Z[ recovery-image] Dec 13 23:50:05.773 INFO O| Dec 13 23:50:05.773 INFO STEP 302 (remove_files) COMPLETE
52392024-12-13T23:50:07.383Z[ recovery-image] Dec 13 23:50:05.773 INFO O| Dec 13 23:50:05.773 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-12-13T23:50:07.402Z[ recovery-image] Dec 13 23:50:05.795 INFO O| Dec 13 23:50:05.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52412024-12-13T23:50:07.404Z[ recovery-image] Dec 13 23:50:05.795 INFO O| Dec 13 23:50:05.795 INFO STEP 303 (remove_files) COMPLETE
52422024-12-13T23:50:07.404Z[ recovery-image] Dec 13 23:50:05.795 INFO O| Dec 13 23:50:05.795 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-12-13T23:50:07.452Z[ recovery-image] Dec 13 23:50:05.845 INFO O| Dec 13 23:50:05.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52442024-12-13T23:50:07.456Z[ recovery-image] Dec 13 23:50:05.845 INFO O| Dec 13 23:50:05.845 INFO STEP 304 (remove_files) COMPLETE
52452024-12-13T23:50:07.456Z[ recovery-image] Dec 13 23:50:05.846 INFO O| Dec 13 23:50:05.845 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-12-13T23:50:07.497Z[ recovery-image] Dec 13 23:50:05.890 INFO O| Dec 13 23:50:05.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52472024-12-13T23:50:07.497Z[ recovery-image] Dec 13 23:50:05.890 INFO O| Dec 13 23:50:05.890 INFO STEP 305 (remove_files) COMPLETE
52482024-12-13T23:50:07.497Z[ recovery-image] Dec 13 23:50:05.890 INFO O| Dec 13 23:50:05.890 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-12-13T23:50:07.519Z[ recovery-image] Dec 13 23:50:05.911 INFO O| Dec 13 23:50:05.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52502024-12-13T23:50:07.519Z[ recovery-image] Dec 13 23:50:05.911 INFO O| Dec 13 23:50:05.911 INFO STEP 306 (remove_files) COMPLETE
52512024-12-13T23:50:07.519Z[ recovery-image] Dec 13 23:50:05.911 INFO O| Dec 13 23:50:05.911 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-12-13T23:50:07.541Z[ recovery-image] Dec 13 23:50:05.933 INFO O| Dec 13 23:50:05.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52532024-12-13T23:50:07.541Z[ recovery-image] Dec 13 23:50:05.933 INFO O| Dec 13 23:50:05.933 INFO STEP 307 (remove_files) COMPLETE
52542024-12-13T23:50:07.541Z[ recovery-image] Dec 13 23:50:05.933 INFO O| Dec 13 23:50:05.933 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-12-13T23:50:07.562Z[ recovery-image] Dec 13 23:50:05.955 INFO O| Dec 13 23:50:05.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52562024-12-13T23:50:07.562Z[ recovery-image] Dec 13 23:50:05.955 INFO O| Dec 13 23:50:05.955 INFO STEP 308 (remove_files) COMPLETE
52572024-12-13T23:50:07.565Z[ recovery-image] Dec 13 23:50:05.955 INFO O| Dec 13 23:50:05.955 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-12-13T23:50:07.585Z[ recovery-image] Dec 13 23:50:05.977 INFO O| Dec 13 23:50:05.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52592024-12-13T23:50:07.585Z[ recovery-image] Dec 13 23:50:05.977 INFO O| Dec 13 23:50:05.977 INFO STEP 309 (remove_files) COMPLETE
52602024-12-13T23:50:07.588Z[ recovery-image] Dec 13 23:50:05.977 INFO O| Dec 13 23:50:05.977 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-12-13T23:50:07.605Z[ recovery-image] Dec 13 23:50:05.997 INFO O| Dec 13 23:50:05.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52622024-12-13T23:50:07.605Z[ recovery-image] Dec 13 23:50:05.997 INFO O| Dec 13 23:50:05.997 INFO STEP 310 (remove_files) COMPLETE
52632024-12-13T23:50:07.608Z[ recovery-image] Dec 13 23:50:05.997 INFO O| Dec 13 23:50:05.997 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-12-13T23:50:07.625Z[ recovery-image] Dec 13 23:50:06.017 INFO O| Dec 13 23:50:06.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52652024-12-13T23:50:07.625Z[ recovery-image] Dec 13 23:50:06.017 INFO O| Dec 13 23:50:06.017 INFO STEP 311 (remove_files) COMPLETE
52662024-12-13T23:50:07.627Z[ recovery-image] Dec 13 23:50:06.018 INFO O| Dec 13 23:50:06.017 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-12-13T23:50:07.645Z[ recovery-image] Dec 13 23:50:06.037 INFO O| Dec 13 23:50:06.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52682024-12-13T23:50:07.645Z[ recovery-image] Dec 13 23:50:06.037 INFO O| Dec 13 23:50:06.037 INFO STEP 312 (remove_files) COMPLETE
52692024-12-13T23:50:07.645Z[ recovery-image] Dec 13 23:50:06.037 INFO O| Dec 13 23:50:06.037 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-12-13T23:50:07.665Z[ recovery-image] Dec 13 23:50:06.057 INFO O| Dec 13 23:50:06.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52712024-12-13T23:50:07.668Z[ recovery-image] Dec 13 23:50:06.057 INFO O| Dec 13 23:50:06.057 INFO STEP 313 (remove_files) COMPLETE
52722024-12-13T23:50:07.668Z[ recovery-image] Dec 13 23:50:06.057 INFO O| Dec 13 23:50:06.057 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-12-13T23:50:07.685Z[ recovery-image] Dec 13 23:50:06.077 INFO O| Dec 13 23:50:06.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52742024-12-13T23:50:07.685Z[ recovery-image] Dec 13 23:50:06.078 INFO O| Dec 13 23:50:06.077 INFO STEP 314 (remove_files) COMPLETE
52752024-12-13T23:50:07.685Z[ recovery-image] Dec 13 23:50:06.078 INFO O| Dec 13 23:50:06.077 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-12-13T23:50:07.705Z[ recovery-image] Dec 13 23:50:06.097 INFO O| Dec 13 23:50:06.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52772024-12-13T23:50:07.705Z[ recovery-image] Dec 13 23:50:06.097 INFO O| Dec 13 23:50:06.097 INFO STEP 315 (remove_files) COMPLETE
52782024-12-13T23:50:07.705Z[ recovery-image] Dec 13 23:50:06.097 INFO O| Dec 13 23:50:06.097 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-12-13T23:50:07.725Z[ recovery-image] Dec 13 23:50:06.118 INFO O| Dec 13 23:50:06.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52802024-12-13T23:50:07.725Z[ recovery-image] Dec 13 23:50:06.118 INFO O| Dec 13 23:50:06.118 INFO STEP 316 (remove_files) COMPLETE
52812024-12-13T23:50:07.727Z[ recovery-image] Dec 13 23:50:06.118 INFO O| Dec 13 23:50:06.118 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-12-13T23:50:07.745Z[ recovery-image] Dec 13 23:50:06.137 INFO O| Dec 13 23:50:06.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52832024-12-13T23:50:07.745Z[ recovery-image] Dec 13 23:50:06.137 INFO O| Dec 13 23:50:06.137 INFO STEP 317 (remove_files) COMPLETE
52842024-12-13T23:50:07.747Z[ recovery-image] Dec 13 23:50:06.137 INFO O| Dec 13 23:50:06.137 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-12-13T23:50:07.766Z[ recovery-image] Dec 13 23:50:06.158 INFO O| Dec 13 23:50:06.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52862024-12-13T23:50:07.768Z[ recovery-image] Dec 13 23:50:06.159 INFO O| Dec 13 23:50:06.159 INFO STEP 318 (remove_files) COMPLETE
52872024-12-13T23:50:07.768Z[ recovery-image] Dec 13 23:50:06.159 INFO O| Dec 13 23:50:06.159 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-12-13T23:50:07.796Z[ recovery-image] Dec 13 23:50:06.188 INFO O| Dec 13 23:50:06.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52892024-12-13T23:50:07.798Z[ recovery-image] Dec 13 23:50:06.188 INFO O| Dec 13 23:50:06.188 INFO STEP 319 (remove_files) COMPLETE
52902024-12-13T23:50:07.798Z[ recovery-image] Dec 13 23:50:06.188 INFO O| Dec 13 23:50:06.188 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-12-13T23:50:07.858Z[ recovery-image] Dec 13 23:50:06.250 INFO O| Dec 13 23:50:06.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52922024-12-13T23:50:07.858Z[ recovery-image] Dec 13 23:50:06.250 INFO O| Dec 13 23:50:06.250 INFO STEP 320 (remove_files) COMPLETE
52932024-12-13T23:50:07.858Z[ recovery-image] Dec 13 23:50:06.250 INFO O| Dec 13 23:50:06.250 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-12-13T23:50:07.879Z[ recovery-image] Dec 13 23:50:06.272 INFO O| Dec 13 23:50:06.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52952024-12-13T23:50:07.879Z[ recovery-image] Dec 13 23:50:06.272 INFO O| Dec 13 23:50:06.272 INFO STEP 321 (remove_files) COMPLETE
52962024-12-13T23:50:07.879Z[ recovery-image] Dec 13 23:50:06.272 INFO O| Dec 13 23:50:06.272 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-12-13T23:50:07.901Z[ recovery-image] Dec 13 23:50:06.293 INFO O| Dec 13 23:50:06.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52982024-12-13T23:50:07.901Z[ recovery-image] Dec 13 23:50:06.293 INFO O| Dec 13 23:50:06.293 INFO STEP 322 (remove_files) COMPLETE
52992024-12-13T23:50:07.903Z[ recovery-image] Dec 13 23:50:06.293 INFO O| Dec 13 23:50:06.293 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-12-13T23:50:07.924Z[ recovery-image] Dec 13 23:50:06.316 INFO O| Dec 13 23:50:06.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
53012024-12-13T23:50:07.924Z[ recovery-image] Dec 13 23:50:06.316 INFO O| Dec 13 23:50:06.316 INFO STEP 323 (remove_files) COMPLETE
53022024-12-13T23:50:07.926Z[ recovery-image] Dec 13 23:50:06.317 INFO O| Dec 13 23:50:06.317 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-12-13T23:50:07.947Z[ recovery-image] Dec 13 23:50:06.340 INFO O| Dec 13 23:50:06.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53042024-12-13T23:50:07.947Z[ recovery-image] Dec 13 23:50:06.340 INFO O| Dec 13 23:50:06.340 INFO STEP 324 (remove_files) COMPLETE
53052024-12-13T23:50:07.947Z[ recovery-image] Dec 13 23:50:06.340 INFO O| Dec 13 23:50:06.340 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-12-13T23:50:07.970Z[ recovery-image] Dec 13 23:50:06.361 INFO O| Dec 13 23:50:06.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53072024-12-13T23:50:07.970Z[ recovery-image] Dec 13 23:50:06.361 INFO O| Dec 13 23:50:06.361 INFO STEP 325 (remove_files) COMPLETE
53082024-12-13T23:50:07.970Z[ recovery-image] Dec 13 23:50:06.361 INFO O| Dec 13 23:50:06.361 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-12-13T23:50:07.990Z[ recovery-image] Dec 13 23:50:06.381 INFO O| Dec 13 23:50:06.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53102024-12-13T23:50:07.990Z[ recovery-image] Dec 13 23:50:06.381 INFO O| Dec 13 23:50:06.381 INFO STEP 326 (remove_files) COMPLETE
53112024-12-13T23:50:07.990Z[ recovery-image] Dec 13 23:50:06.381 INFO O| Dec 13 23:50:06.381 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-12-13T23:50:08.022Z[ recovery-image] Dec 13 23:50:06.414 INFO O| Dec 13 23:50:06.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53132024-12-13T23:50:08.025Z[ recovery-image] Dec 13 23:50:06.414 INFO O| Dec 13 23:50:06.414 INFO STEP 327 (remove_files) COMPLETE
53142024-12-13T23:50:08.025Z[ recovery-image] Dec 13 23:50:06.414 INFO O| Dec 13 23:50:06.414 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-12-13T23:50:08.067Z[ recovery-image] Dec 13 23:50:06.459 INFO O| Dec 13 23:50:06.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53162024-12-13T23:50:08.067Z[ recovery-image] Dec 13 23:50:06.459 INFO O| Dec 13 23:50:06.459 INFO STEP 328 (remove_files) COMPLETE
53172024-12-13T23:50:08.067Z[ recovery-image] Dec 13 23:50:06.459 INFO O| Dec 13 23:50:06.459 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-12-13T23:50:08.110Z[ recovery-image] Dec 13 23:50:06.502 INFO O| Dec 13 23:50:06.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53192024-12-13T23:50:08.135Z[ recovery-image] Dec 13 23:50:06.527 INFO O| Dec 13 23:50:06.527 INFO STEP 329 (remove_files) COMPLETE
53202024-12-13T23:50:08.135Z[ recovery-image] Dec 13 23:50:06.527 INFO O| Dec 13 23:50:06.527 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-12-13T23:50:08.175Z[ recovery-image] Dec 13 23:50:06.567 INFO O| Dec 13 23:50:06.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53222024-12-13T23:50:08.175Z[ recovery-image] Dec 13 23:50:06.567 INFO O| Dec 13 23:50:06.567 INFO STEP 330 (remove_files) COMPLETE
53232024-12-13T23:50:08.175Z[ recovery-image] Dec 13 23:50:06.567 INFO O| Dec 13 23:50:06.567 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-12-13T23:50:08.196Z[ recovery-image] Dec 13 23:50:06.588 INFO O| Dec 13 23:50:06.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53252024-12-13T23:50:08.196Z[ recovery-image] Dec 13 23:50:06.588 INFO O| Dec 13 23:50:06.588 INFO STEP 331 (remove_files) COMPLETE
53262024-12-13T23:50:08.198Z[ recovery-image] Dec 13 23:50:06.588 INFO O| Dec 13 23:50:06.588 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-12-13T23:50:08.215Z[ recovery-image] Dec 13 23:50:06.608 INFO O| Dec 13 23:50:06.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53282024-12-13T23:50:08.216Z[ recovery-image] Dec 13 23:50:06.608 INFO O| Dec 13 23:50:06.608 INFO STEP 332 (remove_files) COMPLETE
53292024-12-13T23:50:08.218Z[ recovery-image] Dec 13 23:50:06.608 INFO O| Dec 13 23:50:06.608 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-12-13T23:50:08.235Z[ recovery-image] Dec 13 23:50:06.627 INFO O| Dec 13 23:50:06.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53312024-12-13T23:50:08.238Z[ recovery-image] Dec 13 23:50:06.627 INFO O| Dec 13 23:50:06.627 INFO STEP 333 (remove_files) COMPLETE
53322024-12-13T23:50:08.238Z[ recovery-image] Dec 13 23:50:06.627 INFO O| Dec 13 23:50:06.627 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-12-13T23:50:08.256Z[ recovery-image] Dec 13 23:50:06.648 INFO O| Dec 13 23:50:06.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53342024-12-13T23:50:08.259Z[ recovery-image] Dec 13 23:50:06.648 INFO O| Dec 13 23:50:06.648 INFO STEP 334 (remove_files) COMPLETE
53352024-12-13T23:50:08.259Z[ recovery-image] Dec 13 23:50:06.648 INFO O| Dec 13 23:50:06.648 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-12-13T23:50:08.278Z[ recovery-image] Dec 13 23:50:06.670 INFO O| Dec 13 23:50:06.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53372024-12-13T23:50:08.280Z[ recovery-image] Dec 13 23:50:06.670 INFO O| Dec 13 23:50:06.670 INFO STEP 335 (remove_files) COMPLETE
53382024-12-13T23:50:08.280Z[ recovery-image] Dec 13 23:50:06.670 INFO O| Dec 13 23:50:06.670 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-12-13T23:50:08.298Z[ recovery-image] Dec 13 23:50:06.691 INFO O| Dec 13 23:50:06.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53402024-12-13T23:50:08.301Z[ recovery-image] Dec 13 23:50:06.691 INFO O| Dec 13 23:50:06.691 INFO STEP 336 (remove_files) COMPLETE
53412024-12-13T23:50:08.301Z[ recovery-image] Dec 13 23:50:06.691 INFO O| Dec 13 23:50:06.691 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-12-13T23:50:08.319Z[ recovery-image] Dec 13 23:50:06.711 INFO O| Dec 13 23:50:06.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53432024-12-13T23:50:08.322Z[ recovery-image] Dec 13 23:50:06.712 INFO O| Dec 13 23:50:06.712 INFO STEP 337 (remove_files) COMPLETE
53442024-12-13T23:50:08.322Z[ recovery-image] Dec 13 23:50:06.712 INFO O| Dec 13 23:50:06.712 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-12-13T23:50:08.340Z[ recovery-image] Dec 13 23:50:06.732 INFO O| Dec 13 23:50:06.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53462024-12-13T23:50:08.343Z[ recovery-image] Dec 13 23:50:06.733 INFO O| Dec 13 23:50:06.733 INFO STEP 338 (remove_files) COMPLETE
53472024-12-13T23:50:08.343Z[ recovery-image] Dec 13 23:50:06.733 INFO O| Dec 13 23:50:06.733 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-12-13T23:50:08.383Z[ recovery-image] Dec 13 23:50:06.773 INFO O| Dec 13 23:50:06.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53492024-12-13T23:50:08.383Z[ recovery-image] Dec 13 23:50:06.773 INFO O| Dec 13 23:50:06.773 INFO STEP 339 (remove_files) COMPLETE
53502024-12-13T23:50:08.385Z[ recovery-image] Dec 13 23:50:06.773 INFO O| Dec 13 23:50:06.773 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-12-13T23:50:08.441Z[ recovery-image] Dec 13 23:50:06.833 INFO O| Dec 13 23:50:06.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53522024-12-13T23:50:08.455Z[ recovery-image] Dec 13 23:50:06.847 INFO O| Dec 13 23:50:06.847 INFO STEP 340 (remove_files) COMPLETE
53532024-12-13T23:50:08.455Z[ recovery-image] Dec 13 23:50:06.847 INFO O| Dec 13 23:50:06.847 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-12-13T23:50:08.476Z[ recovery-image] Dec 13 23:50:06.868 INFO O| Dec 13 23:50:06.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53552024-12-13T23:50:08.478Z[ recovery-image] Dec 13 23:50:06.868 INFO O| Dec 13 23:50:06.868 INFO STEP 341 (remove_files) COMPLETE
53562024-12-13T23:50:08.478Z[ recovery-image] Dec 13 23:50:06.868 INFO O| Dec 13 23:50:06.868 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-12-13T23:50:08.494Z[ recovery-image] Dec 13 23:50:06.887 INFO O| Dec 13 23:50:06.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53582024-12-13T23:50:08.497Z[ recovery-image] Dec 13 23:50:06.887 INFO O| Dec 13 23:50:06.887 INFO STEP 342 (remove_files) COMPLETE
53592024-12-13T23:50:08.497Z[ recovery-image] Dec 13 23:50:06.887 INFO O| Dec 13 23:50:06.887 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-12-13T23:50:08.516Z[ recovery-image] Dec 13 23:50:06.909 INFO O| Dec 13 23:50:06.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53612024-12-13T23:50:08.519Z[ recovery-image] Dec 13 23:50:06.909 INFO O| Dec 13 23:50:06.909 INFO STEP 343 (remove_files) COMPLETE
53622024-12-13T23:50:08.519Z[ recovery-image] Dec 13 23:50:06.909 INFO O| Dec 13 23:50:06.909 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-12-13T23:50:08.538Z[ recovery-image] Dec 13 23:50:06.930 INFO O| Dec 13 23:50:06.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53642024-12-13T23:50:08.540Z[ recovery-image] Dec 13 23:50:06.930 INFO O| Dec 13 23:50:06.930 INFO STEP 344 (remove_files) COMPLETE
53652024-12-13T23:50:08.540Z[ recovery-image] Dec 13 23:50:06.930 INFO O| Dec 13 23:50:06.930 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-12-13T23:50:08.571Z[ recovery-image] Dec 13 23:50:06.963 INFO O| Dec 13 23:50:06.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53672024-12-13T23:50:08.574Z[ recovery-image] Dec 13 23:50:06.963 INFO O| Dec 13 23:50:06.963 INFO STEP 345 (remove_files) COMPLETE
53682024-12-13T23:50:08.574Z[ recovery-image] Dec 13 23:50:06.963 INFO O| Dec 13 23:50:06.963 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-12-13T23:50:08.594Z[ recovery-image] Dec 13 23:50:06.986 INFO O| Dec 13 23:50:06.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53702024-12-13T23:50:08.596Z[ recovery-image] Dec 13 23:50:06.986 INFO O| Dec 13 23:50:06.986 INFO STEP 346 (remove_files) COMPLETE
53712024-12-13T23:50:08.596Z[ recovery-image] Dec 13 23:50:06.986 INFO O| Dec 13 23:50:06.986 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-12-13T23:50:08.618Z[ recovery-image] Dec 13 23:50:07.010 INFO O| Dec 13 23:50:07.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53732024-12-13T23:50:08.618Z[ recovery-image] Dec 13 23:50:07.010 INFO O| Dec 13 23:50:07.010 INFO STEP 347 (remove_files) COMPLETE
53742024-12-13T23:50:08.618Z[ recovery-image] Dec 13 23:50:07.010 INFO O| Dec 13 23:50:07.010 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-12-13T23:50:08.641Z[ recovery-image] Dec 13 23:50:07.033 INFO O| Dec 13 23:50:07.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53762024-12-13T23:50:08.641Z[ recovery-image] Dec 13 23:50:07.033 INFO O| Dec 13 23:50:07.033 INFO STEP 348 (remove_files) COMPLETE
53772024-12-13T23:50:08.643Z[ recovery-image] Dec 13 23:50:07.033 INFO O| Dec 13 23:50:07.033 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-12-13T23:50:08.663Z[ recovery-image] Dec 13 23:50:07.055 INFO O| Dec 13 23:50:07.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53792024-12-13T23:50:08.663Z[ recovery-image] Dec 13 23:50:07.055 INFO O| Dec 13 23:50:07.055 INFO STEP 349 (remove_files) COMPLETE
53802024-12-13T23:50:08.663Z[ recovery-image] Dec 13 23:50:07.055 INFO O| Dec 13 23:50:07.055 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-12-13T23:50:08.683Z[ recovery-image] Dec 13 23:50:07.075 INFO O| Dec 13 23:50:07.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53822024-12-13T23:50:08.683Z[ recovery-image] Dec 13 23:50:07.075 INFO O| Dec 13 23:50:07.075 INFO STEP 350 (remove_files) COMPLETE
53832024-12-13T23:50:08.683Z[ recovery-image] Dec 13 23:50:07.075 INFO O| Dec 13 23:50:07.075 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-12-13T23:50:08.704Z[ recovery-image] Dec 13 23:50:07.096 INFO O| Dec 13 23:50:07.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53852024-12-13T23:50:08.704Z[ recovery-image] Dec 13 23:50:07.096 INFO O| Dec 13 23:50:07.096 INFO STEP 351 (remove_files) COMPLETE
53862024-12-13T23:50:08.704Z[ recovery-image] Dec 13 23:50:07.096 INFO O| Dec 13 23:50:07.096 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-12-13T23:50:08.725Z[ recovery-image] Dec 13 23:50:07.117 INFO O| Dec 13 23:50:07.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53882024-12-13T23:50:08.725Z[ recovery-image] Dec 13 23:50:07.117 INFO O| Dec 13 23:50:07.117 INFO STEP 352 (remove_files) COMPLETE
53892024-12-13T23:50:08.725Z[ recovery-image] Dec 13 23:50:07.117 INFO O| Dec 13 23:50:07.117 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-12-13T23:50:08.752Z[ recovery-image] Dec 13 23:50:07.144 INFO O| Dec 13 23:50:07.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53912024-12-13T23:50:08.753Z[ recovery-image] Dec 13 23:50:07.145 INFO O| Dec 13 23:50:07.145 INFO STEP 353 (remove_files) COMPLETE
53922024-12-13T23:50:08.753Z[ recovery-image] Dec 13 23:50:07.145 INFO O| Dec 13 23:50:07.145 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-12-13T23:50:08.783Z[ recovery-image] Dec 13 23:50:07.174 INFO O| Dec 13 23:50:07.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53942024-12-13T23:50:08.783Z[ recovery-image] Dec 13 23:50:07.174 INFO O| Dec 13 23:50:07.174 INFO STEP 354 (remove_files) COMPLETE
53952024-12-13T23:50:08.783Z[ recovery-image] Dec 13 23:50:07.174 INFO O| Dec 13 23:50:07.174 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-12-13T23:50:08.808Z[ recovery-image] Dec 13 23:50:07.200 INFO O| Dec 13 23:50:07.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53972024-12-13T23:50:08.812Z[ recovery-image] Dec 13 23:50:07.200 INFO O| Dec 13 23:50:07.200 INFO STEP 355 (remove_files) COMPLETE
53982024-12-13T23:50:08.812Z[ recovery-image] Dec 13 23:50:07.201 INFO O| Dec 13 23:50:07.200 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-12-13T23:50:08.830Z[ recovery-image] Dec 13 23:50:07.222 INFO O| Dec 13 23:50:07.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54002024-12-13T23:50:08.832Z[ recovery-image] Dec 13 23:50:07.222 INFO O| Dec 13 23:50:07.222 INFO STEP 356 (remove_files) COMPLETE
54012024-12-13T23:50:08.832Z[ recovery-image] Dec 13 23:50:07.222 INFO O| Dec 13 23:50:07.222 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-12-13T23:50:08.850Z[ recovery-image] Dec 13 23:50:07.242 INFO O| Dec 13 23:50:07.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
54032024-12-13T23:50:08.852Z[ recovery-image] Dec 13 23:50:07.242 INFO O| Dec 13 23:50:07.242 INFO STEP 357 (remove_files) COMPLETE
54042024-12-13T23:50:08.853Z[ recovery-image] Dec 13 23:50:07.242 INFO O| Dec 13 23:50:07.242 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-12-13T23:50:08.870Z[ recovery-image] Dec 13 23:50:07.262 INFO O| Dec 13 23:50:07.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
54062024-12-13T23:50:08.870Z[ recovery-image] Dec 13 23:50:07.262 INFO O| Dec 13 23:50:07.262 INFO STEP 358 (remove_files) COMPLETE
54072024-12-13T23:50:08.870Z[ recovery-image] Dec 13 23:50:07.262 INFO O| Dec 13 23:50:07.262 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-12-13T23:50:08.890Z[ recovery-image] Dec 13 23:50:07.282 INFO O| Dec 13 23:50:07.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54092024-12-13T23:50:08.890Z[ recovery-image] Dec 13 23:50:07.282 INFO O| Dec 13 23:50:07.282 INFO STEP 359 (remove_files) COMPLETE
54102024-12-13T23:50:08.893Z[ recovery-image] Dec 13 23:50:07.282 INFO O| Dec 13 23:50:07.282 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-12-13T23:50:08.911Z[ recovery-image] Dec 13 23:50:07.303 INFO O| Dec 13 23:50:07.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54122024-12-13T23:50:08.911Z[ recovery-image] Dec 13 23:50:07.303 INFO O| Dec 13 23:50:07.303 INFO STEP 360 (remove_files) COMPLETE
54132024-12-13T23:50:08.911Z[ recovery-image] Dec 13 23:50:07.303 INFO O| Dec 13 23:50:07.303 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-12-13T23:50:08.932Z[ recovery-image] Dec 13 23:50:07.324 INFO O| Dec 13 23:50:07.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54152024-12-13T23:50:08.932Z[ recovery-image] Dec 13 23:50:07.324 INFO O| Dec 13 23:50:07.324 INFO STEP 361 (remove_files) COMPLETE
54162024-12-13T23:50:08.932Z[ recovery-image] Dec 13 23:50:07.324 INFO O| Dec 13 23:50:07.324 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-12-13T23:50:08.958Z[ recovery-image] Dec 13 23:50:07.349 INFO O| Dec 13 23:50:07.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54182024-12-13T23:50:08.958Z[ recovery-image] Dec 13 23:50:07.350 INFO O| Dec 13 23:50:07.350 INFO STEP 362 (remove_files) COMPLETE
54192024-12-13T23:50:08.958Z[ recovery-image] Dec 13 23:50:07.350 INFO O| Dec 13 23:50:07.350 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-12-13T23:50:08.979Z[ recovery-image] Dec 13 23:50:07.371 INFO O| Dec 13 23:50:07.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54212024-12-13T23:50:08.979Z[ recovery-image] Dec 13 23:50:07.371 INFO O| Dec 13 23:50:07.371 INFO STEP 363 (remove_files) COMPLETE
54222024-12-13T23:50:08.979Z[ recovery-image] Dec 13 23:50:07.371 INFO O| Dec 13 23:50:07.371 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-12-13T23:50:08.999Z[ recovery-image] Dec 13 23:50:07.391 INFO O| Dec 13 23:50:07.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54242024-12-13T23:50:08.999Z[ recovery-image] Dec 13 23:50:07.392 INFO O| Dec 13 23:50:07.391 INFO STEP 364 (remove_files) COMPLETE
54252024-12-13T23:50:09.002Z[ recovery-image] Dec 13 23:50:07.392 INFO O| Dec 13 23:50:07.392 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-12-13T23:50:09.020Z[ recovery-image] Dec 13 23:50:07.411 INFO O| Dec 13 23:50:07.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54272024-12-13T23:50:09.020Z[ recovery-image] Dec 13 23:50:07.412 INFO O| Dec 13 23:50:07.412 INFO STEP 365 (remove_files) COMPLETE
54282024-12-13T23:50:09.020Z[ recovery-image] Dec 13 23:50:07.412 INFO O| Dec 13 23:50:07.412 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-12-13T23:50:09.042Z[ recovery-image] Dec 13 23:50:07.434 INFO O| Dec 13 23:50:07.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54302024-12-13T23:50:09.044Z[ recovery-image] Dec 13 23:50:07.434 INFO O| Dec 13 23:50:07.434 INFO STEP 366 (remove_files) COMPLETE
54312024-12-13T23:50:09.044Z[ recovery-image] Dec 13 23:50:07.435 INFO O| Dec 13 23:50:07.434 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-12-13T23:50:09.091Z[ recovery-image] Dec 13 23:50:07.483 INFO O| Dec 13 23:50:07.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54332024-12-13T23:50:09.091Z[ recovery-image] Dec 13 23:50:07.483 INFO O| Dec 13 23:50:07.483 INFO STEP 367 (remove_files) COMPLETE
54342024-12-13T23:50:09.091Z[ recovery-image] Dec 13 23:50:07.483 INFO O| Dec 13 23:50:07.483 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-12-13T23:50:09.111Z[ recovery-image] Dec 13 23:50:07.503 INFO O| Dec 13 23:50:07.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54362024-12-13T23:50:09.111Z[ recovery-image] Dec 13 23:50:07.503 INFO O| Dec 13 23:50:07.503 INFO STEP 368 (remove_files) COMPLETE
54372024-12-13T23:50:09.111Z[ recovery-image] Dec 13 23:50:07.503 INFO O| Dec 13 23:50:07.503 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-12-13T23:50:09.178Z[ recovery-image] Dec 13 23:50:07.570 INFO O| Dec 13 23:50:07.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54392024-12-13T23:50:09.178Z[ recovery-image] Dec 13 23:50:07.570 INFO O| Dec 13 23:50:07.570 INFO STEP 369 (remove_files) COMPLETE
54402024-12-13T23:50:09.178Z[ recovery-image] Dec 13 23:50:07.570 INFO O| Dec 13 23:50:07.570 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-12-13T23:50:09.199Z[ recovery-image] Dec 13 23:50:07.591 INFO O| Dec 13 23:50:07.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54422024-12-13T23:50:09.199Z[ recovery-image] Dec 13 23:50:07.591 INFO O| Dec 13 23:50:07.591 INFO STEP 370 (remove_files) COMPLETE
54432024-12-13T23:50:09.199Z[ recovery-image] Dec 13 23:50:07.591 INFO O| Dec 13 23:50:07.591 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-12-13T23:50:09.221Z[ recovery-image] Dec 13 23:50:07.612 INFO O| Dec 13 23:50:07.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54452024-12-13T23:50:09.221Z[ recovery-image] Dec 13 23:50:07.612 INFO O| Dec 13 23:50:07.612 INFO STEP 371 (remove_files) COMPLETE
54462024-12-13T23:50:09.221Z[ recovery-image] Dec 13 23:50:07.612 INFO O| Dec 13 23:50:07.612 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-12-13T23:50:09.243Z[ recovery-image] Dec 13 23:50:07.635 INFO O| Dec 13 23:50:07.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54482024-12-13T23:50:09.243Z[ recovery-image] Dec 13 23:50:07.635 INFO O| Dec 13 23:50:07.635 INFO STEP 372 (remove_files) COMPLETE
54492024-12-13T23:50:09.246Z[ recovery-image] Dec 13 23:50:07.635 INFO O| Dec 13 23:50:07.635 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-12-13T23:50:09.264Z[ recovery-image] Dec 13 23:50:07.656 INFO O| Dec 13 23:50:07.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54512024-12-13T23:50:09.264Z[ recovery-image] Dec 13 23:50:07.656 INFO O| Dec 13 23:50:07.656 INFO STEP 373 (remove_files) COMPLETE
54522024-12-13T23:50:09.264Z[ recovery-image] Dec 13 23:50:07.656 INFO O| Dec 13 23:50:07.656 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-12-13T23:50:09.289Z[ recovery-image] Dec 13 23:50:07.681 INFO O| Dec 13 23:50:07.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54542024-12-13T23:50:09.289Z[ recovery-image] Dec 13 23:50:07.681 INFO O| Dec 13 23:50:07.681 INFO STEP 374 (remove_files) COMPLETE
54552024-12-13T23:50:09.289Z[ recovery-image] Dec 13 23:50:07.681 INFO O| Dec 13 23:50:07.681 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-12-13T23:50:09.312Z[ recovery-image] Dec 13 23:50:07.704 INFO O| Dec 13 23:50:07.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54572024-12-13T23:50:09.312Z[ recovery-image] Dec 13 23:50:07.704 INFO O| Dec 13 23:50:07.704 INFO STEP 375 (remove_files) COMPLETE
54582024-12-13T23:50:09.312Z[ recovery-image] Dec 13 23:50:07.704 INFO O| Dec 13 23:50:07.704 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-12-13T23:50:09.367Z[ recovery-image] Dec 13 23:50:07.758 INFO O| Dec 13 23:50:07.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54602024-12-13T23:50:09.367Z[ recovery-image] Dec 13 23:50:07.758 INFO O| Dec 13 23:50:07.758 INFO STEP 376 (remove_files) COMPLETE
54612024-12-13T23:50:09.367Z[ recovery-image] Dec 13 23:50:07.758 INFO O| Dec 13 23:50:07.758 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-12-13T23:50:09.409Z[ recovery-image] Dec 13 23:50:07.801 INFO O| Dec 13 23:50:07.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54632024-12-13T23:50:09.409Z[ recovery-image] Dec 13 23:50:07.801 INFO O| Dec 13 23:50:07.801 INFO STEP 377 (remove_files) COMPLETE
54642024-12-13T23:50:09.409Z[ recovery-image] Dec 13 23:50:07.801 INFO O| Dec 13 23:50:07.801 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-12-13T23:50:09.484Z[ recovery-image] Dec 13 23:50:07.876 INFO O| Dec 13 23:50:07.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54662024-12-13T23:50:09.484Z[ recovery-image] Dec 13 23:50:07.876 INFO O| Dec 13 23:50:07.876 INFO STEP 378 (remove_files) COMPLETE
54672024-12-13T23:50:09.484Z[ recovery-image] Dec 13 23:50:07.876 INFO O| Dec 13 23:50:07.876 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-12-13T23:50:09.517Z[ recovery-image] Dec 13 23:50:07.909 INFO O| Dec 13 23:50:07.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54692024-12-13T23:50:09.518Z[ recovery-image] Dec 13 23:50:07.909 INFO O| Dec 13 23:50:07.909 INFO STEP 379 (remove_files) COMPLETE
54702024-12-13T23:50:09.518Z[ recovery-image] Dec 13 23:50:07.909 INFO O| Dec 13 23:50:07.909 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-12-13T23:50:09.601Z[ recovery-image] Dec 13 23:50:07.992 INFO O| Dec 13 23:50:07.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54722024-12-13T23:50:09.601Z[ recovery-image] Dec 13 23:50:07.992 INFO O| Dec 13 23:50:07.992 INFO STEP 380 (remove_files) COMPLETE
54732024-12-13T23:50:09.604Z[ recovery-image] Dec 13 23:50:07.992 INFO O| Dec 13 23:50:07.992 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-12-13T23:50:09.657Z[ recovery-image] Dec 13 23:50:08.049 INFO O| Dec 13 23:50:08.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54752024-12-13T23:50:09.658Z[ recovery-image] Dec 13 23:50:08.049 INFO O| Dec 13 23:50:08.049 INFO STEP 381 (remove_files) COMPLETE
54762024-12-13T23:50:09.661Z[ recovery-image] Dec 13 23:50:08.049 INFO O| Dec 13 23:50:08.049 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-12-13T23:50:09.676Z[ recovery-image] Dec 13 23:50:08.067 INFO O| Dec 13 23:50:08.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54782024-12-13T23:50:09.676Z[ recovery-image] Dec 13 23:50:08.068 INFO O| Dec 13 23:50:08.068 INFO STEP 382 (remove_files) COMPLETE
54792024-12-13T23:50:09.676Z[ recovery-image] Dec 13 23:50:08.068 INFO O| Dec 13 23:50:08.068 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-12-13T23:50:09.694Z[ recovery-image] Dec 13 23:50:08.086 INFO O| Dec 13 23:50:08.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54812024-12-13T23:50:09.694Z[ recovery-image] Dec 13 23:50:08.086 INFO O| Dec 13 23:50:08.086 INFO STEP 383 (remove_files) COMPLETE
54822024-12-13T23:50:09.694Z[ recovery-image] Dec 13 23:50:08.086 INFO O| Dec 13 23:50:08.086 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-12-13T23:50:09.714Z[ recovery-image] Dec 13 23:50:08.106 INFO O| Dec 13 23:50:08.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54842024-12-13T23:50:09.738Z[ recovery-image] Dec 13 23:50:08.129 INFO O| Dec 13 23:50:08.129 INFO STEP 384 (remove_files) COMPLETE
54852024-12-13T23:50:09.738Z[ recovery-image] Dec 13 23:50:08.129 INFO O| Dec 13 23:50:08.129 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-12-13T23:50:09.813Z[ recovery-image] Dec 13 23:50:08.205 INFO O| Dec 13 23:50:08.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54872024-12-13T23:50:09.813Z[ recovery-image] Dec 13 23:50:08.206 INFO O| Dec 13 23:50:08.205 INFO STEP 385 (remove_files) COMPLETE
54882024-12-13T23:50:09.814Z[ recovery-image] Dec 13 23:50:08.206 INFO O| Dec 13 23:50:08.206 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-12-13T23:50:09.837Z[ recovery-image] Dec 13 23:50:08.229 INFO O| Dec 13 23:50:08.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54902024-12-13T23:50:09.837Z[ recovery-image] Dec 13 23:50:08.229 INFO O| Dec 13 23:50:08.229 INFO STEP 386 (remove_files) COMPLETE
54912024-12-13T23:50:09.837Z[ recovery-image] Dec 13 23:50:08.229 INFO O| Dec 13 23:50:08.229 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-12-13T23:50:09.862Z[ recovery-image] Dec 13 23:50:08.254 INFO O| Dec 13 23:50:08.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54932024-12-13T23:50:09.864Z[ recovery-image] Dec 13 23:50:08.254 INFO O| Dec 13 23:50:08.254 INFO STEP 387 (remove_files) COMPLETE
54942024-12-13T23:50:09.864Z[ recovery-image] Dec 13 23:50:08.254 INFO O| Dec 13 23:50:08.254 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-12-13T23:50:09.885Z[ recovery-image] Dec 13 23:50:08.277 INFO O| Dec 13 23:50:08.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54962024-12-13T23:50:09.900Z[ recovery-image] Dec 13 23:50:08.292 INFO O| Dec 13 23:50:08.292 INFO STEP 388 (remove_files) COMPLETE
54972024-12-13T23:50:09.900Z[ recovery-image] Dec 13 23:50:08.292 INFO O| Dec 13 23:50:08.292 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-12-13T23:50:09.924Z[ recovery-image] Dec 13 23:50:08.316 INFO O| Dec 13 23:50:08.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54992024-12-13T23:50:09.924Z[ recovery-image] Dec 13 23:50:08.316 INFO O| Dec 13 23:50:08.316 INFO STEP 389 (remove_files) COMPLETE
55002024-12-13T23:50:09.924Z[ recovery-image] Dec 13 23:50:08.316 INFO O| Dec 13 23:50:08.316 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-12-13T23:50:09.949Z[ recovery-image] Dec 13 23:50:08.340 INFO O| Dec 13 23:50:08.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55022024-12-13T23:50:09.951Z[ recovery-image] Dec 13 23:50:08.341 INFO O| Dec 13 23:50:08.340 INFO STEP 390 (remove_files) COMPLETE
55032024-12-13T23:50:09.951Z[ recovery-image] Dec 13 23:50:08.341 INFO O| Dec 13 23:50:08.341 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-12-13T23:50:09.973Z[ recovery-image] Dec 13 23:50:08.364 INFO O| Dec 13 23:50:08.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55052024-12-13T23:50:09.973Z[ recovery-image] Dec 13 23:50:08.364 INFO O| Dec 13 23:50:08.364 INFO STEP 391 (remove_files) COMPLETE
55062024-12-13T23:50:09.973Z[ recovery-image] Dec 13 23:50:08.364 INFO O| Dec 13 23:50:08.364 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-12-13T23:50:09.997Z[ recovery-image] Dec 13 23:50:08.388 INFO O| Dec 13 23:50:08.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55082024-12-13T23:50:09.997Z[ recovery-image] Dec 13 23:50:08.388 INFO O| Dec 13 23:50:08.388 INFO STEP 392 (remove_files) COMPLETE
55092024-12-13T23:50:09.997Z[ recovery-image] Dec 13 23:50:08.388 INFO O| Dec 13 23:50:08.388 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-12-13T23:50:10.016Z[ recovery-image] Dec 13 23:50:08.408 INFO O| Dec 13 23:50:08.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55112024-12-13T23:50:10.017Z[ recovery-image] Dec 13 23:50:08.408 INFO O| Dec 13 23:50:08.408 INFO STEP 393 (remove_files) COMPLETE
55122024-12-13T23:50:10.017Z[ recovery-image] Dec 13 23:50:08.408 INFO O| Dec 13 23:50:08.408 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-12-13T23:50:10.058Z[ recovery-image] Dec 13 23:50:08.450 INFO O| Dec 13 23:50:08.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55142024-12-13T23:50:10.058Z[ recovery-image] Dec 13 23:50:08.450 INFO O| Dec 13 23:50:08.450 INFO STEP 394 (remove_files) COMPLETE
55152024-12-13T23:50:10.061Z[ recovery-image] Dec 13 23:50:08.450 INFO O| Dec 13 23:50:08.450 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-12-13T23:50:10.128Z[ recovery-image] Dec 13 23:50:08.520 INFO O| Dec 13 23:50:08.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55172024-12-13T23:50:10.128Z[ recovery-image] Dec 13 23:50:08.520 INFO O| Dec 13 23:50:08.520 INFO STEP 395 (remove_files) COMPLETE
55182024-12-13T23:50:10.128Z[ recovery-image] Dec 13 23:50:08.520 INFO O| Dec 13 23:50:08.520 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-12-13T23:50:10.147Z[ recovery-image] Dec 13 23:50:08.539 INFO O| Dec 13 23:50:08.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55202024-12-13T23:50:10.147Z[ recovery-image] Dec 13 23:50:08.539 INFO O| Dec 13 23:50:08.539 INFO STEP 396 (remove_files) COMPLETE
55212024-12-13T23:50:10.150Z[ recovery-image] Dec 13 23:50:08.539 INFO O| Dec 13 23:50:08.539 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-12-13T23:50:10.170Z[ recovery-image] Dec 13 23:50:08.561 INFO O| Dec 13 23:50:08.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55232024-12-13T23:50:10.170Z[ recovery-image] Dec 13 23:50:08.561 INFO O| Dec 13 23:50:08.561 INFO STEP 397 (remove_files) COMPLETE
55242024-12-13T23:50:10.170Z[ recovery-image] Dec 13 23:50:08.561 INFO O| Dec 13 23:50:08.561 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-12-13T23:50:10.190Z[ recovery-image] Dec 13 23:50:08.582 INFO O| Dec 13 23:50:08.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55262024-12-13T23:50:10.190Z[ recovery-image] Dec 13 23:50:08.582 INFO O| Dec 13 23:50:08.582 INFO STEP 398 (remove_files) COMPLETE
55272024-12-13T23:50:10.192Z[ recovery-image] Dec 13 23:50:08.582 INFO O| Dec 13 23:50:08.582 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-12-13T23:50:10.228Z[ recovery-image] Dec 13 23:50:08.620 INFO O| Dec 13 23:50:08.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55292024-12-13T23:50:10.228Z[ recovery-image] Dec 13 23:50:08.620 INFO O| Dec 13 23:50:08.620 INFO STEP 399 (remove_files) COMPLETE
55302024-12-13T23:50:10.228Z[ recovery-image] Dec 13 23:50:08.620 INFO O| Dec 13 23:50:08.620 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-12-13T23:50:10.249Z[ recovery-image] Dec 13 23:50:08.641 INFO O| Dec 13 23:50:08.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55322024-12-13T23:50:10.249Z[ recovery-image] Dec 13 23:50:08.641 INFO O| Dec 13 23:50:08.641 INFO STEP 400 (remove_files) COMPLETE
55332024-12-13T23:50:10.249Z[ recovery-image] Dec 13 23:50:08.641 INFO O| Dec 13 23:50:08.641 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-12-13T23:50:10.307Z[ recovery-image] Dec 13 23:50:08.699 INFO O| Dec 13 23:50:08.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55352024-12-13T23:50:10.310Z[ recovery-image] Dec 13 23:50:08.699 INFO O| Dec 13 23:50:08.699 INFO STEP 401 (remove_files) COMPLETE
55362024-12-13T23:50:10.310Z[ recovery-image] Dec 13 23:50:08.699 INFO O| Dec 13 23:50:08.699 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-12-13T23:50:10.329Z[ recovery-image] Dec 13 23:50:08.721 INFO O| Dec 13 23:50:08.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55382024-12-13T23:50:10.332Z[ recovery-image] Dec 13 23:50:08.721 INFO O| Dec 13 23:50:08.721 INFO STEP 402 (remove_files) COMPLETE
55392024-12-13T23:50:10.332Z[ recovery-image] Dec 13 23:50:08.722 INFO O| Dec 13 23:50:08.721 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-12-13T23:50:10.349Z[ recovery-image] Dec 13 23:50:08.741 INFO O| Dec 13 23:50:08.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55412024-12-13T23:50:10.352Z[ recovery-image] Dec 13 23:50:08.741 INFO O| Dec 13 23:50:08.741 INFO STEP 403 (remove_files) COMPLETE
55422024-12-13T23:50:10.352Z[ recovery-image] Dec 13 23:50:08.742 INFO O| Dec 13 23:50:08.741 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-12-13T23:50:10.370Z[ recovery-image] Dec 13 23:50:08.762 INFO O| Dec 13 23:50:08.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55442024-12-13T23:50:10.372Z[ recovery-image] Dec 13 23:50:08.762 INFO O| Dec 13 23:50:08.762 INFO STEP 404 (remove_files) COMPLETE
55452024-12-13T23:50:10.372Z[ recovery-image] Dec 13 23:50:08.762 INFO O| Dec 13 23:50:08.762 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-12-13T23:50:10.390Z[ recovery-image] Dec 13 23:50:08.782 INFO O| Dec 13 23:50:08.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55472024-12-13T23:50:10.393Z[ recovery-image] Dec 13 23:50:08.782 INFO O| Dec 13 23:50:08.782 INFO STEP 405 (remove_files) COMPLETE
55482024-12-13T23:50:10.393Z[ recovery-image] Dec 13 23:50:08.782 INFO O| Dec 13 23:50:08.782 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-12-13T23:50:10.410Z[ recovery-image] Dec 13 23:50:08.802 INFO O| Dec 13 23:50:08.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55502024-12-13T23:50:10.413Z[ recovery-image] Dec 13 23:50:08.802 INFO O| Dec 13 23:50:08.802 INFO STEP 406 (remove_files) COMPLETE
55512024-12-13T23:50:10.413Z[ recovery-image] Dec 13 23:50:08.802 INFO O| Dec 13 23:50:08.802 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-12-13T23:50:10.429Z[ recovery-image] Dec 13 23:50:08.821 INFO O| Dec 13 23:50:08.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55532024-12-13T23:50:10.432Z[ recovery-image] Dec 13 23:50:08.821 INFO O| Dec 13 23:50:08.821 INFO STEP 407 (remove_files) COMPLETE
55542024-12-13T23:50:10.432Z[ recovery-image] Dec 13 23:50:08.822 INFO O| Dec 13 23:50:08.822 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-12-13T23:50:10.449Z[ recovery-image] Dec 13 23:50:08.840 INFO O| Dec 13 23:50:08.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55562024-12-13T23:50:10.459Z[ recovery-image] Dec 13 23:50:08.851 INFO O| Dec 13 23:50:08.851 INFO STEP 408 (remove_files) COMPLETE
55572024-12-13T23:50:10.461Z[ recovery-image] Dec 13 23:50:08.851 INFO O| Dec 13 23:50:08.851 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-12-13T23:50:10.479Z[ recovery-image] Dec 13 23:50:08.871 INFO O| Dec 13 23:50:08.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55592024-12-13T23:50:10.482Z[ recovery-image] Dec 13 23:50:08.871 INFO O| Dec 13 23:50:08.871 INFO STEP 409 (remove_files) COMPLETE
55602024-12-13T23:50:10.482Z[ recovery-image] Dec 13 23:50:08.872 INFO O| Dec 13 23:50:08.871 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-12-13T23:50:10.498Z[ recovery-image] Dec 13 23:50:08.890 INFO O| Dec 13 23:50:08.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55622024-12-13T23:50:10.501Z[ recovery-image] Dec 13 23:50:08.890 INFO O| Dec 13 23:50:08.890 INFO STEP 410 (remove_files) COMPLETE
55632024-12-13T23:50:10.501Z[ recovery-image] Dec 13 23:50:08.891 INFO O| Dec 13 23:50:08.890 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-12-13T23:50:10.518Z[ recovery-image] Dec 13 23:50:08.910 INFO O| Dec 13 23:50:08.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55652024-12-13T23:50:10.520Z[ recovery-image] Dec 13 23:50:08.910 INFO O| Dec 13 23:50:08.910 INFO STEP 411 (remove_files) COMPLETE
55662024-12-13T23:50:10.520Z[ recovery-image] Dec 13 23:50:08.910 INFO O| Dec 13 23:50:08.910 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-12-13T23:50:10.539Z[ recovery-image] Dec 13 23:50:08.931 INFO O| Dec 13 23:50:08.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55682024-12-13T23:50:10.542Z[ recovery-image] Dec 13 23:50:08.931 INFO O| Dec 13 23:50:08.931 INFO STEP 412 (remove_files) COMPLETE
55692024-12-13T23:50:10.542Z[ recovery-image] Dec 13 23:50:08.932 INFO O| Dec 13 23:50:08.931 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-12-13T23:50:10.561Z[ recovery-image] Dec 13 23:50:08.953 INFO O| Dec 13 23:50:08.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55712024-12-13T23:50:10.563Z[ recovery-image] Dec 13 23:50:08.953 INFO O| Dec 13 23:50:08.953 INFO STEP 413 (remove_files) COMPLETE
55722024-12-13T23:50:10.563Z[ recovery-image] Dec 13 23:50:08.953 INFO O| Dec 13 23:50:08.953 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-12-13T23:50:10.588Z[ recovery-image] Dec 13 23:50:08.980 INFO O| Dec 13 23:50:08.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55742024-12-13T23:50:10.588Z[ recovery-image] Dec 13 23:50:08.980 INFO O| Dec 13 23:50:08.980 INFO STEP 414 (remove_files) COMPLETE
55752024-12-13T23:50:10.588Z[ recovery-image] Dec 13 23:50:08.980 INFO O| Dec 13 23:50:08.980 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-12-13T23:50:10.643Z[ recovery-image] Dec 13 23:50:09.033 INFO O| Dec 13 23:50:09.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55772024-12-13T23:50:10.645Z[ recovery-image] Dec 13 23:50:09.033 INFO O| Dec 13 23:50:09.033 INFO STEP 415 (remove_files) COMPLETE
55782024-12-13T23:50:10.645Z[ recovery-image] Dec 13 23:50:09.033 INFO O| Dec 13 23:50:09.033 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-12-13T23:50:10.663Z[ recovery-image] Dec 13 23:50:09.054 INFO O| Dec 13 23:50:09.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55802024-12-13T23:50:10.666Z[ recovery-image] Dec 13 23:50:09.055 INFO O| Dec 13 23:50:09.055 INFO STEP 416 (remove_files) COMPLETE
55812024-12-13T23:50:10.666Z[ recovery-image] Dec 13 23:50:09.055 INFO O| Dec 13 23:50:09.055 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-12-13T23:50:10.686Z[ recovery-image] Dec 13 23:50:09.077 INFO O| Dec 13 23:50:09.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55832024-12-13T23:50:10.686Z[ recovery-image] Dec 13 23:50:09.077 INFO O| Dec 13 23:50:09.077 INFO STEP 417 (remove_files) COMPLETE
55842024-12-13T23:50:10.689Z[ recovery-image] Dec 13 23:50:09.077 INFO O| Dec 13 23:50:09.077 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-12-13T23:50:10.708Z[ recovery-image] Dec 13 23:50:09.100 INFO O| Dec 13 23:50:09.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55862024-12-13T23:50:10.708Z[ recovery-image] Dec 13 23:50:09.100 INFO O| Dec 13 23:50:09.100 INFO STEP 418 (remove_files) COMPLETE
55872024-12-13T23:50:10.708Z[ recovery-image] Dec 13 23:50:09.100 INFO O| Dec 13 23:50:09.100 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-12-13T23:50:10.731Z[ recovery-image] Dec 13 23:50:09.123 INFO O| Dec 13 23:50:09.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55892024-12-13T23:50:10.731Z[ recovery-image] Dec 13 23:50:09.123 INFO O| Dec 13 23:50:09.123 INFO STEP 419 (remove_files) COMPLETE
55902024-12-13T23:50:10.731Z[ recovery-image] Dec 13 23:50:09.123 INFO O| Dec 13 23:50:09.123 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-12-13T23:50:10.759Z[ recovery-image] Dec 13 23:50:09.151 INFO O| Dec 13 23:50:09.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55922024-12-13T23:50:10.759Z[ recovery-image] Dec 13 23:50:09.151 INFO O| Dec 13 23:50:09.151 INFO STEP 420 (remove_files) COMPLETE
55932024-12-13T23:50:10.759Z[ recovery-image] Dec 13 23:50:09.151 INFO O| Dec 13 23:50:09.151 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-12-13T23:50:10.789Z[ recovery-image] Dec 13 23:50:09.180 INFO O| Dec 13 23:50:09.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55952024-12-13T23:50:10.789Z[ recovery-image] Dec 13 23:50:09.181 INFO O| Dec 13 23:50:09.181 INFO STEP 421 (remove_files) COMPLETE
55962024-12-13T23:50:10.789Z[ recovery-image] Dec 13 23:50:09.181 INFO O| Dec 13 23:50:09.181 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-12-13T23:50:10.847Z[ recovery-image] Dec 13 23:50:09.239 INFO O| Dec 13 23:50:09.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55982024-12-13T23:50:10.847Z[ recovery-image] Dec 13 23:50:09.239 INFO O| Dec 13 23:50:09.239 INFO STEP 422 (remove_files) COMPLETE
55992024-12-13T23:50:10.847Z[ recovery-image] Dec 13 23:50:09.239 INFO O| Dec 13 23:50:09.239 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-12-13T23:50:10.870Z[ recovery-image] Dec 13 23:50:09.262 INFO O| Dec 13 23:50:09.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56012024-12-13T23:50:10.870Z[ recovery-image] Dec 13 23:50:09.262 INFO O| Dec 13 23:50:09.262 INFO STEP 423 (remove_files) COMPLETE
56022024-12-13T23:50:10.870Z[ recovery-image] Dec 13 23:50:09.262 INFO O| Dec 13 23:50:09.262 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-12-13T23:50:10.892Z[ recovery-image] Dec 13 23:50:09.283 INFO O| Dec 13 23:50:09.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56042024-12-13T23:50:10.892Z[ recovery-image] Dec 13 23:50:09.284 INFO O| Dec 13 23:50:09.284 INFO STEP 424 (remove_files) COMPLETE
56052024-12-13T23:50:10.894Z[ recovery-image] Dec 13 23:50:09.284 INFO O| Dec 13 23:50:09.284 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-12-13T23:50:10.914Z[ recovery-image] Dec 13 23:50:09.306 INFO O| Dec 13 23:50:09.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56072024-12-13T23:50:10.914Z[ recovery-image] Dec 13 23:50:09.306 INFO O| Dec 13 23:50:09.306 INFO STEP 425 (remove_files) COMPLETE
56082024-12-13T23:50:10.917Z[ recovery-image] Dec 13 23:50:09.306 INFO O| Dec 13 23:50:09.306 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-12-13T23:50:10.936Z[ recovery-image] Dec 13 23:50:09.328 INFO O| Dec 13 23:50:09.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56102024-12-13T23:50:10.936Z[ recovery-image] Dec 13 23:50:09.328 INFO O| Dec 13 23:50:09.328 INFO STEP 426 (remove_files) COMPLETE
56112024-12-13T23:50:10.936Z[ recovery-image] Dec 13 23:50:09.328 INFO O| Dec 13 23:50:09.328 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-12-13T23:50:10.970Z[ recovery-image] Dec 13 23:50:09.361 INFO O| Dec 13 23:50:09.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56132024-12-13T23:50:10.970Z[ recovery-image] Dec 13 23:50:09.361 INFO O| Dec 13 23:50:09.361 INFO STEP 427 (remove_files) COMPLETE
56142024-12-13T23:50:10.970Z[ recovery-image] Dec 13 23:50:09.361 INFO O| Dec 13 23:50:09.361 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-12-13T23:50:10.995Z[ recovery-image] Dec 13 23:50:09.386 INFO O| Dec 13 23:50:09.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56162024-12-13T23:50:10.995Z[ recovery-image] Dec 13 23:50:09.386 INFO O| Dec 13 23:50:09.386 INFO STEP 428 (remove_files) COMPLETE
56172024-12-13T23:50:10.995Z[ recovery-image] Dec 13 23:50:09.386 INFO O| Dec 13 23:50:09.386 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-12-13T23:50:11.026Z[ recovery-image] Dec 13 23:50:09.409 INFO O| Dec 13 23:50:09.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56192024-12-13T23:50:11.027Z[ recovery-image] Dec 13 23:50:09.409 INFO O| Dec 13 23:50:09.409 INFO STEP 429 (remove_files) COMPLETE
56202024-12-13T23:50:11.027Z[ recovery-image] Dec 13 23:50:09.409 INFO O| Dec 13 23:50:09.409 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-12-13T23:50:11.037Z[ recovery-image] Dec 13 23:50:09.429 INFO O| Dec 13 23:50:09.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56222024-12-13T23:50:11.037Z[ recovery-image] Dec 13 23:50:09.429 INFO O| Dec 13 23:50:09.429 INFO STEP 430 (remove_files) COMPLETE
56232024-12-13T23:50:11.040Z[ recovery-image] Dec 13 23:50:09.429 INFO O| Dec 13 23:50:09.429 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-12-13T23:50:11.059Z[ recovery-image] Dec 13 23:50:09.450 INFO O| Dec 13 23:50:09.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56252024-12-13T23:50:11.059Z[ recovery-image] Dec 13 23:50:09.450 INFO O| Dec 13 23:50:09.450 INFO STEP 431 (remove_files) COMPLETE
56262024-12-13T23:50:11.059Z[ recovery-image] Dec 13 23:50:09.450 INFO O| Dec 13 23:50:09.450 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-12-13T23:50:11.080Z[ recovery-image] Dec 13 23:50:09.471 INFO O| Dec 13 23:50:09.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56282024-12-13T23:50:11.080Z[ recovery-image] Dec 13 23:50:09.471 INFO O| Dec 13 23:50:09.471 INFO STEP 432 (remove_files) COMPLETE
56292024-12-13T23:50:11.082Z[ recovery-image] Dec 13 23:50:09.471 INFO O| Dec 13 23:50:09.471 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-12-13T23:50:11.100Z[ recovery-image] Dec 13 23:50:09.492 INFO O| Dec 13 23:50:09.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56312024-12-13T23:50:11.100Z[ recovery-image] Dec 13 23:50:09.492 INFO O| Dec 13 23:50:09.492 INFO STEP 433 (remove_files) COMPLETE
56322024-12-13T23:50:11.100Z[ recovery-image] Dec 13 23:50:09.492 INFO O| Dec 13 23:50:09.492 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-12-13T23:50:11.134Z[ recovery-image] Dec 13 23:50:09.523 INFO O| Dec 13 23:50:09.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56342024-12-13T23:50:11.134Z[ recovery-image] Dec 13 23:50:09.523 INFO O| Dec 13 23:50:09.512 INFO STEP 434 (remove_files) COMPLETE
56352024-12-13T23:50:11.134Z[ recovery-image] Dec 13 23:50:09.523 INFO O| Dec 13 23:50:09.512 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-12-13T23:50:11.146Z[ recovery-image] Dec 13 23:50:09.534 INFO O| Dec 13 23:50:09.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56372024-12-13T23:50:11.146Z[ recovery-image] Dec 13 23:50:09.535 INFO O| Dec 13 23:50:09.535 INFO STEP 435 (remove_files) COMPLETE
56382024-12-13T23:50:11.146Z[ recovery-image] Dec 13 23:50:09.535 INFO O| Dec 13 23:50:09.535 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-12-13T23:50:11.234Z[ recovery-image] Dec 13 23:50:09.626 INFO O| Dec 13 23:50:09.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56402024-12-13T23:50:11.234Z[ recovery-image] Dec 13 23:50:09.626 INFO O| Dec 13 23:50:09.626 INFO STEP 436 (remove_files) COMPLETE
56412024-12-13T23:50:11.234Z[ recovery-image] Dec 13 23:50:09.626 INFO O| Dec 13 23:50:09.626 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-12-13T23:50:11.254Z[ recovery-image] Dec 13 23:50:09.646 INFO O| Dec 13 23:50:09.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56432024-12-13T23:50:11.254Z[ recovery-image] Dec 13 23:50:09.646 INFO O| Dec 13 23:50:09.646 INFO STEP 437 (remove_files) COMPLETE
56442024-12-13T23:50:11.254Z[ recovery-image] Dec 13 23:50:09.646 INFO O| Dec 13 23:50:09.646 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-12-13T23:50:11.275Z[ recovery-image] Dec 13 23:50:09.666 INFO O| Dec 13 23:50:09.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56462024-12-13T23:50:11.275Z[ recovery-image] Dec 13 23:50:09.666 INFO O| Dec 13 23:50:09.666 INFO STEP 438 (remove_files) COMPLETE
56472024-12-13T23:50:11.277Z[ recovery-image] Dec 13 23:50:09.666 INFO O| Dec 13 23:50:09.666 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-12-13T23:50:11.293Z[ recovery-image] Dec 13 23:50:09.685 INFO O| Dec 13 23:50:09.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56492024-12-13T23:50:11.293Z[ recovery-image] Dec 13 23:50:09.685 INFO O| Dec 13 23:50:09.685 INFO STEP 439 (remove_files) COMPLETE
56502024-12-13T23:50:11.294Z[ recovery-image] Dec 13 23:50:09.685 INFO O| Dec 13 23:50:09.685 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-12-13T23:50:11.314Z[ recovery-image] Dec 13 23:50:09.706 INFO O| Dec 13 23:50:09.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56522024-12-13T23:50:11.317Z[ recovery-image] Dec 13 23:50:09.706 INFO O| Dec 13 23:50:09.706 INFO STEP 440 (remove_files) COMPLETE
56532024-12-13T23:50:11.317Z[ recovery-image] Dec 13 23:50:09.706 INFO O| Dec 13 23:50:09.706 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-12-13T23:50:11.388Z[ recovery-image] Dec 13 23:50:09.779 INFO O| Dec 13 23:50:09.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56552024-12-13T23:50:11.390Z[ recovery-image] Dec 13 23:50:09.780 INFO O| Dec 13 23:50:09.779 INFO STEP 441 (remove_files) COMPLETE
56562024-12-13T23:50:11.390Z[ recovery-image] Dec 13 23:50:09.780 INFO O| Dec 13 23:50:09.780 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-12-13T23:50:11.410Z[ recovery-image] Dec 13 23:50:09.802 INFO O| Dec 13 23:50:09.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56582024-12-13T23:50:11.413Z[ recovery-image] Dec 13 23:50:09.802 INFO O| Dec 13 23:50:09.802 INFO STEP 442 (remove_files) COMPLETE
56592024-12-13T23:50:11.413Z[ recovery-image] Dec 13 23:50:09.802 INFO O| Dec 13 23:50:09.802 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-12-13T23:50:11.433Z[ recovery-image] Dec 13 23:50:09.824 INFO O| Dec 13 23:50:09.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56612024-12-13T23:50:11.435Z[ recovery-image] Dec 13 23:50:09.825 INFO O| Dec 13 23:50:09.825 INFO STEP 443 (remove_files) COMPLETE
56622024-12-13T23:50:11.435Z[ recovery-image] Dec 13 23:50:09.825 INFO O| Dec 13 23:50:09.825 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-12-13T23:50:11.454Z[ recovery-image] Dec 13 23:50:09.846 INFO O| Dec 13 23:50:09.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56642024-12-13T23:50:11.455Z[ recovery-image] Dec 13 23:50:09.846 INFO O| Dec 13 23:50:09.846 INFO STEP 444 (remove_files) COMPLETE
56652024-12-13T23:50:11.457Z[ recovery-image] Dec 13 23:50:09.846 INFO O| Dec 13 23:50:09.846 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-12-13T23:50:11.475Z[ recovery-image] Dec 13 23:50:09.867 INFO O| Dec 13 23:50:09.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56672024-12-13T23:50:11.477Z[ recovery-image] Dec 13 23:50:09.867 INFO O| Dec 13 23:50:09.867 INFO STEP 445 (remove_files) COMPLETE
56682024-12-13T23:50:11.477Z[ recovery-image] Dec 13 23:50:09.867 INFO O| Dec 13 23:50:09.867 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-12-13T23:50:11.513Z[ recovery-image] Dec 13 23:50:09.905 INFO O| Dec 13 23:50:09.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56702024-12-13T23:50:11.513Z[ recovery-image] Dec 13 23:50:09.905 INFO O| Dec 13 23:50:09.905 INFO STEP 446 (remove_files) COMPLETE
56712024-12-13T23:50:11.513Z[ recovery-image] Dec 13 23:50:09.905 INFO O| Dec 13 23:50:09.905 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-12-13T23:50:11.576Z[ recovery-image] Dec 13 23:50:09.968 INFO O| Dec 13 23:50:09.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56732024-12-13T23:50:11.579Z[ recovery-image] Dec 13 23:50:09.968 INFO O| Dec 13 23:50:09.968 INFO STEP 447 (remove_files) COMPLETE
56742024-12-13T23:50:11.579Z[ recovery-image] Dec 13 23:50:09.968 INFO O| Dec 13 23:50:09.968 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-12-13T23:50:11.599Z[ recovery-image] Dec 13 23:50:09.991 INFO O| Dec 13 23:50:09.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56762024-12-13T23:50:11.599Z[ recovery-image] Dec 13 23:50:09.991 INFO O| Dec 13 23:50:09.991 INFO STEP 448 (remove_files) COMPLETE
56772024-12-13T23:50:11.599Z[ recovery-image] Dec 13 23:50:09.991 INFO O| Dec 13 23:50:09.991 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-12-13T23:50:11.620Z[ recovery-image] Dec 13 23:50:10.012 INFO O| Dec 13 23:50:10.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56792024-12-13T23:50:11.620Z[ recovery-image] Dec 13 23:50:10.012 INFO O| Dec 13 23:50:10.012 INFO STEP 449 (remove_files) COMPLETE
56802024-12-13T23:50:11.620Z[ recovery-image] Dec 13 23:50:10.012 INFO O| Dec 13 23:50:10.012 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-12-13T23:50:11.638Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
56822024-12-13T23:50:11.657Z[ recovery-image] Dec 13 23:50:10.044 INFO O| Dec 13 23:50:10.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56832024-12-13T23:50:11.657Z[ recovery-image] Dec 13 23:50:10.044 INFO O| Dec 13 23:50:10.044 INFO STEP 450 (remove_files) COMPLETE
56842024-12-13T23:50:11.659Z[ recovery-image] Dec 13 23:50:10.044 INFO O| Dec 13 23:50:10.044 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-12-13T23:50:11.710Z[ recovery-image] Dec 13 23:50:10.098 INFO O| Dec 13 23:50:10.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56862024-12-13T23:50:11.710Z[ recovery-image] Dec 13 23:50:10.099 INFO O| Dec 13 23:50:10.099 INFO STEP 451 (remove_files) COMPLETE
56872024-12-13T23:50:11.710Z[ recovery-image] Dec 13 23:50:10.099 INFO O| Dec 13 23:50:10.099 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-12-13T23:50:11.732Z[ recovery-image] Dec 13 23:50:10.123 INFO O| Dec 13 23:50:10.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56892024-12-13T23:50:11.736Z[ recovery-image] Dec 13 23:50:10.124 INFO O| Dec 13 23:50:10.124 INFO STEP 452 (remove_files) COMPLETE
56902024-12-13T23:50:11.736Z[ recovery-image] Dec 13 23:50:10.124 INFO O| Dec 13 23:50:10.124 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-12-13T23:50:11.761Z[ recovery-image] Dec 13 23:50:10.153 INFO O| Dec 13 23:50:10.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56922024-12-13T23:50:11.762Z[ recovery-image] Dec 13 23:50:10.153 INFO O| Dec 13 23:50:10.153 INFO STEP 453 (remove_files) COMPLETE
56932024-12-13T23:50:11.762Z[ recovery-image] Dec 13 23:50:10.153 INFO O| Dec 13 23:50:10.153 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-12-13T23:50:11.783Z[ recovery-image] Dec 13 23:50:10.174 INFO O| Dec 13 23:50:10.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56952024-12-13T23:50:11.783Z[ recovery-image] Dec 13 23:50:10.174 INFO O| Dec 13 23:50:10.174 INFO STEP 454 (remove_files) COMPLETE
56962024-12-13T23:50:11.783Z[ recovery-image] Dec 13 23:50:10.174 INFO O| Dec 13 23:50:10.174 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-12-13T23:50:11.826Z[ recovery-image] Dec 13 23:50:10.216 INFO O| Dec 13 23:50:10.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56982024-12-13T23:50:11.828Z[ recovery-image] Dec 13 23:50:10.216 INFO O| Dec 13 23:50:10.216 INFO STEP 455 (remove_files) COMPLETE
56992024-12-13T23:50:11.828Z[ recovery-image] Dec 13 23:50:10.217 INFO O| Dec 13 23:50:10.216 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-12-13T23:50:11.847Z[ recovery-image] Dec 13 23:50:10.239 INFO O| Dec 13 23:50:10.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57012024-12-13T23:50:11.850Z[ recovery-image] Dec 13 23:50:10.239 INFO O| Dec 13 23:50:10.239 INFO STEP 456 (remove_files) COMPLETE
57022024-12-13T23:50:11.850Z[ recovery-image] Dec 13 23:50:10.239 INFO O| Dec 13 23:50:10.239 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-12-13T23:50:11.870Z[ recovery-image] Dec 13 23:50:10.261 INFO O| Dec 13 23:50:10.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57042024-12-13T23:50:11.870Z[ recovery-image] Dec 13 23:50:10.261 INFO O| Dec 13 23:50:10.261 INFO STEP 457 (remove_files) COMPLETE
57052024-12-13T23:50:11.872Z[ recovery-image] Dec 13 23:50:10.261 INFO O| Dec 13 23:50:10.261 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-12-13T23:50:11.889Z[ recovery-image] Dec 13 23:50:10.281 INFO O| Dec 13 23:50:10.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57072024-12-13T23:50:11.889Z[ recovery-image] Dec 13 23:50:10.281 INFO O| Dec 13 23:50:10.281 INFO STEP 458 (remove_files) COMPLETE
57082024-12-13T23:50:11.892Z[ recovery-image] Dec 13 23:50:10.281 INFO O| Dec 13 23:50:10.281 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-12-13T23:50:11.911Z[ recovery-image] Dec 13 23:50:10.302 INFO O| Dec 13 23:50:10.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57102024-12-13T23:50:11.914Z[ recovery-image] Dec 13 23:50:10.303 INFO O| Dec 13 23:50:10.302 INFO STEP 459 (remove_files) COMPLETE
57112024-12-13T23:50:11.914Z[ recovery-image] Dec 13 23:50:10.303 INFO O| Dec 13 23:50:10.303 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-12-13T23:50:11.969Z[ recovery-image] Dec 13 23:50:10.361 INFO O| Dec 13 23:50:10.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57132024-12-13T23:50:11.972Z[ recovery-image] Dec 13 23:50:10.361 INFO O| Dec 13 23:50:10.361 INFO STEP 460 (remove_files) COMPLETE
57142024-12-13T23:50:11.972Z[ recovery-image] Dec 13 23:50:10.361 INFO O| Dec 13 23:50:10.361 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-12-13T23:50:12.001Z[ recovery-image] Dec 13 23:50:10.392 INFO O| Dec 13 23:50:10.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57162024-12-13T23:50:12.001Z[ recovery-image] Dec 13 23:50:10.392 INFO O| Dec 13 23:50:10.392 INFO STEP 461 (remove_files) COMPLETE
57172024-12-13T23:50:12.004Z[ recovery-image] Dec 13 23:50:10.392 INFO O| Dec 13 23:50:10.392 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-12-13T23:50:12.025Z[ recovery-image] Dec 13 23:50:10.416 INFO O| Dec 13 23:50:10.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57192024-12-13T23:50:12.025Z[ recovery-image] Dec 13 23:50:10.416 INFO O| Dec 13 23:50:10.416 INFO STEP 462 (remove_files) COMPLETE
57202024-12-13T23:50:12.027Z[ recovery-image] Dec 13 23:50:10.416 INFO O| Dec 13 23:50:10.416 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-12-13T23:50:12.061Z[ recovery-image] Dec 13 23:50:10.452 INFO O| Dec 13 23:50:10.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57222024-12-13T23:50:12.061Z[ recovery-image] Dec 13 23:50:10.452 INFO O| Dec 13 23:50:10.452 INFO STEP 463 (remove_files) COMPLETE
57232024-12-13T23:50:12.064Z[ recovery-image] Dec 13 23:50:10.452 INFO O| Dec 13 23:50:10.452 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-12-13T23:50:12.084Z[ recovery-image] Dec 13 23:50:10.476 INFO O| Dec 13 23:50:10.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57252024-12-13T23:50:12.084Z[ recovery-image] Dec 13 23:50:10.476 INFO O| Dec 13 23:50:10.476 INFO STEP 464 (remove_files) COMPLETE
57262024-12-13T23:50:12.087Z[ recovery-image] Dec 13 23:50:10.476 INFO O| Dec 13 23:50:10.476 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-12-13T23:50:12.107Z[ recovery-image] Dec 13 23:50:10.498 INFO O| Dec 13 23:50:10.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57282024-12-13T23:50:12.107Z[ recovery-image] Dec 13 23:50:10.498 INFO O| Dec 13 23:50:10.498 INFO STEP 465 (remove_files) COMPLETE
57292024-12-13T23:50:12.109Z[ recovery-image] Dec 13 23:50:10.498 INFO O| Dec 13 23:50:10.498 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-12-13T23:50:12.130Z[ recovery-image] Dec 13 23:50:10.521 INFO O| Dec 13 23:50:10.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57312024-12-13T23:50:12.130Z[ recovery-image] Dec 13 23:50:10.521 INFO O| Dec 13 23:50:10.521 INFO STEP 466 (remove_files) COMPLETE
57322024-12-13T23:50:12.133Z[ recovery-image] Dec 13 23:50:10.521 INFO O| Dec 13 23:50:10.521 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-12-13T23:50:12.135Z[ host-image] Dec 13 23:50:10.526 INFO O| Dec 13 23:50:10.525 INFO O| Download: 1059/1140 items 3.5/8.4MB 41% complete (363k/s)
57342024-12-13T23:50:12.156Z[ recovery-image] Dec 13 23:50:10.548 INFO O| Dec 13 23:50:10.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57352024-12-13T23:50:12.159Z[ recovery-image] Dec 13 23:50:10.548 INFO O| Dec 13 23:50:10.548 INFO STEP 467 (remove_files) COMPLETE
57362024-12-13T23:50:12.159Z[ recovery-image] Dec 13 23:50:10.548 INFO O| Dec 13 23:50:10.548 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-12-13T23:50:12.214Z[ recovery-image] Dec 13 23:50:10.606 INFO O| Dec 13 23:50:10.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57382024-12-13T23:50:12.214Z[ recovery-image] Dec 13 23:50:10.606 INFO O| Dec 13 23:50:10.606 INFO STEP 468 (remove_files) COMPLETE
57392024-12-13T23:50:12.214Z[ recovery-image] Dec 13 23:50:10.606 INFO O| Dec 13 23:50:10.606 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-12-13T23:50:12.239Z[ recovery-image] Dec 13 23:50:10.631 INFO O| Dec 13 23:50:10.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57412024-12-13T23:50:12.242Z[ recovery-image] Dec 13 23:50:10.631 INFO O| Dec 13 23:50:10.631 INFO STEP 469 (remove_files) COMPLETE
57422024-12-13T23:50:12.242Z[ recovery-image] Dec 13 23:50:10.631 INFO O| Dec 13 23:50:10.631 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-12-13T23:50:12.262Z[ recovery-image] Dec 13 23:50:10.653 INFO O| Dec 13 23:50:10.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57442024-12-13T23:50:12.264Z[ recovery-image] Dec 13 23:50:10.654 INFO O| Dec 13 23:50:10.653 INFO STEP 470 (remove_files) COMPLETE
57452024-12-13T23:50:12.264Z[ recovery-image] Dec 13 23:50:10.654 INFO O| Dec 13 23:50:10.654 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-12-13T23:50:12.285Z[ recovery-image] Dec 13 23:50:10.676 INFO O| Dec 13 23:50:10.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57472024-12-13T23:50:12.285Z[ recovery-image] Dec 13 23:50:10.676 INFO O| Dec 13 23:50:10.676 INFO STEP 471 (remove_files) COMPLETE
57482024-12-13T23:50:12.285Z[ recovery-image] Dec 13 23:50:10.676 INFO O| Dec 13 23:50:10.676 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-12-13T23:50:12.307Z[ recovery-image] Dec 13 23:50:10.698 INFO O| Dec 13 23:50:10.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57502024-12-13T23:50:12.307Z[ recovery-image] Dec 13 23:50:10.698 INFO O| Dec 13 23:50:10.698 INFO STEP 472 (remove_files) COMPLETE
57512024-12-13T23:50:12.307Z[ recovery-image] Dec 13 23:50:10.698 INFO O| Dec 13 23:50:10.698 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-12-13T23:50:12.327Z[ recovery-image] Dec 13 23:50:10.718 INFO O| Dec 13 23:50:10.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57532024-12-13T23:50:12.327Z[ recovery-image] Dec 13 23:50:10.718 INFO O| Dec 13 23:50:10.718 INFO STEP 473 (remove_files) COMPLETE
57542024-12-13T23:50:12.327Z[ recovery-image] Dec 13 23:50:10.718 INFO O| Dec 13 23:50:10.718 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-12-13T23:50:12.347Z[ recovery-image] Dec 13 23:50:10.738 INFO O| Dec 13 23:50:10.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57562024-12-13T23:50:12.347Z[ recovery-image] Dec 13 23:50:10.738 INFO O| Dec 13 23:50:10.738 INFO STEP 474 (remove_files) COMPLETE
57572024-12-13T23:50:12.347Z[ recovery-image] Dec 13 23:50:10.738 INFO O| Dec 13 23:50:10.738 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-12-13T23:50:12.369Z[ recovery-image] Dec 13 23:50:10.761 INFO O| Dec 13 23:50:10.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57592024-12-13T23:50:12.371Z[ recovery-image] Dec 13 23:50:10.761 INFO O| Dec 13 23:50:10.761 INFO STEP 475 (remove_files) COMPLETE
57602024-12-13T23:50:12.371Z[ recovery-image] Dec 13 23:50:10.761 INFO O| Dec 13 23:50:10.761 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-12-13T23:50:12.390Z[ recovery-image] Dec 13 23:50:10.781 INFO O| Dec 13 23:50:10.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57622024-12-13T23:50:12.393Z[ recovery-image] Dec 13 23:50:10.781 INFO O| Dec 13 23:50:10.781 INFO STEP 476 (remove_files) COMPLETE
57632024-12-13T23:50:12.393Z[ recovery-image] Dec 13 23:50:10.781 INFO O| Dec 13 23:50:10.781 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-12-13T23:50:12.415Z[ recovery-image] Dec 13 23:50:10.806 INFO O| Dec 13 23:50:10.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57652024-12-13T23:50:12.415Z[ recovery-image] Dec 13 23:50:10.806 INFO O| Dec 13 23:50:10.806 INFO STEP 477 (remove_files) COMPLETE
57662024-12-13T23:50:12.415Z[ recovery-image] Dec 13 23:50:10.806 INFO O| Dec 13 23:50:10.806 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-12-13T23:50:12.440Z[ recovery-image] Dec 13 23:50:10.828 INFO O| Dec 13 23:50:10.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57682024-12-13T23:50:12.440Z[ recovery-image] Dec 13 23:50:10.828 INFO O| Dec 13 23:50:10.828 INFO STEP 478 (remove_files) COMPLETE
57692024-12-13T23:50:12.440Z[ recovery-image] Dec 13 23:50:10.828 INFO O| Dec 13 23:50:10.828 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-12-13T23:50:12.495Z[ recovery-image] Dec 13 23:50:10.886 INFO O| Dec 13 23:50:10.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57712024-12-13T23:50:12.517Z[ recovery-image] Dec 13 23:50:10.908 INFO O| Dec 13 23:50:10.908 INFO STEP 479 (remove_files) COMPLETE
57722024-12-13T23:50:12.517Z[ recovery-image] Dec 13 23:50:10.908 INFO O| Dec 13 23:50:10.908 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-12-13T23:50:12.553Z[ recovery-image] Dec 13 23:50:10.944 INFO O| Dec 13 23:50:10.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57742024-12-13T23:50:12.574Z[ recovery-image] Dec 13 23:50:10.965 INFO O| Dec 13 23:50:10.965 INFO STEP 480 (remove_files) COMPLETE
57752024-12-13T23:50:12.574Z[ recovery-image] Dec 13 23:50:10.965 INFO O| Dec 13 23:50:10.965 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-12-13T23:50:12.605Z[ recovery-image] Dec 13 23:50:10.997 INFO O| Dec 13 23:50:10.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57772024-12-13T23:50:12.605Z[ recovery-image] Dec 13 23:50:10.997 INFO O| Dec 13 23:50:10.997 INFO STEP 481 (remove_files) COMPLETE
57782024-12-13T23:50:12.606Z[ recovery-image] Dec 13 23:50:10.997 INFO O| Dec 13 23:50:10.997 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-12-13T23:50:12.626Z[ recovery-image] Dec 13 23:50:11.017 INFO O| Dec 13 23:50:11.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57802024-12-13T23:50:12.626Z[ recovery-image] Dec 13 23:50:11.017 INFO O| Dec 13 23:50:11.017 INFO STEP 482 (remove_files) COMPLETE
57812024-12-13T23:50:12.626Z[ recovery-image] Dec 13 23:50:11.017 INFO O| Dec 13 23:50:11.017 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-12-13T23:50:12.645Z[ recovery-image] Dec 13 23:50:11.036 INFO O| Dec 13 23:50:11.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57832024-12-13T23:50:12.645Z[ recovery-image] Dec 13 23:50:11.037 INFO O| Dec 13 23:50:11.037 INFO STEP 483 (remove_files) COMPLETE
57842024-12-13T23:50:12.648Z[ recovery-image] Dec 13 23:50:11.037 INFO O| Dec 13 23:50:11.037 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-12-13T23:50:12.664Z[ recovery-image] Dec 13 23:50:11.055 INFO O| Dec 13 23:50:11.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57862024-12-13T23:50:12.664Z[ recovery-image] Dec 13 23:50:11.056 INFO O| Dec 13 23:50:11.055 INFO STEP 484 (remove_files) COMPLETE
57872024-12-13T23:50:12.664Z[ recovery-image] Dec 13 23:50:11.056 INFO O| Dec 13 23:50:11.056 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-12-13T23:50:12.701Z[ recovery-image] Dec 13 23:50:11.093 INFO O| Dec 13 23:50:11.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57892024-12-13T23:50:12.701Z[ recovery-image] Dec 13 23:50:11.093 INFO O| Dec 13 23:50:11.093 INFO STEP 485 (remove_files) COMPLETE
57902024-12-13T23:50:12.704Z[ recovery-image] Dec 13 23:50:11.093 INFO O| Dec 13 23:50:11.093 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-12-13T23:50:12.722Z[ recovery-image] Dec 13 23:50:11.114 INFO O| Dec 13 23:50:11.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57922024-12-13T23:50:12.722Z[ recovery-image] Dec 13 23:50:11.114 INFO O| Dec 13 23:50:11.114 INFO STEP 486 (remove_files) COMPLETE
57932024-12-13T23:50:12.724Z[ recovery-image] Dec 13 23:50:11.114 INFO O| Dec 13 23:50:11.114 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-12-13T23:50:12.742Z[ recovery-image] Dec 13 23:50:11.134 INFO O| Dec 13 23:50:11.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57952024-12-13T23:50:12.742Z[ recovery-image] Dec 13 23:50:11.134 INFO O| Dec 13 23:50:11.134 INFO STEP 487 (remove_files) COMPLETE
57962024-12-13T23:50:12.745Z[ recovery-image] Dec 13 23:50:11.134 INFO O| Dec 13 23:50:11.134 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-12-13T23:50:12.761Z[ recovery-image] Dec 13 23:50:11.152 INFO O| Dec 13 23:50:11.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57982024-12-13T23:50:12.764Z[ recovery-image] Dec 13 23:50:11.152 INFO O| Dec 13 23:50:11.152 INFO STEP 488 (remove_files) COMPLETE
57992024-12-13T23:50:12.764Z[ recovery-image] Dec 13 23:50:11.152 INFO O| Dec 13 23:50:11.152 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-12-13T23:50:12.780Z[ recovery-image] Dec 13 23:50:11.171 INFO O| Dec 13 23:50:11.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58012024-12-13T23:50:12.783Z[ recovery-image] Dec 13 23:50:11.171 INFO O| Dec 13 23:50:11.171 INFO STEP 489 (remove_files) COMPLETE
58022024-12-13T23:50:12.783Z[ recovery-image] Dec 13 23:50:11.171 INFO O| Dec 13 23:50:11.171 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-12-13T23:50:12.799Z[ recovery-image] Dec 13 23:50:11.190 INFO O| Dec 13 23:50:11.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58042024-12-13T23:50:12.802Z[ recovery-image] Dec 13 23:50:11.191 INFO O| Dec 13 23:50:11.191 INFO STEP 490 (remove_files) COMPLETE
58052024-12-13T23:50:12.802Z[ recovery-image] Dec 13 23:50:11.191 INFO O| Dec 13 23:50:11.191 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-12-13T23:50:12.820Z[ recovery-image] Dec 13 23:50:11.211 INFO O| Dec 13 23:50:11.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58072024-12-13T23:50:12.822Z[ recovery-image] Dec 13 23:50:11.212 INFO O| Dec 13 23:50:11.212 INFO STEP 491 (remove_files) COMPLETE
58082024-12-13T23:50:12.822Z[ recovery-image] Dec 13 23:50:11.212 INFO O| Dec 13 23:50:11.212 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-12-13T23:50:12.840Z[ recovery-image] Dec 13 23:50:11.232 INFO O| Dec 13 23:50:11.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58102024-12-13T23:50:12.843Z[ recovery-image] Dec 13 23:50:11.232 INFO O| Dec 13 23:50:11.232 INFO STEP 492 (remove_files) COMPLETE
58112024-12-13T23:50:12.843Z[ recovery-image] Dec 13 23:50:11.232 INFO O| Dec 13 23:50:11.232 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-12-13T23:50:12.860Z[ recovery-image] Dec 13 23:50:11.251 INFO O| Dec 13 23:50:11.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58132024-12-13T23:50:12.862Z[ recovery-image] Dec 13 23:50:11.251 INFO O| Dec 13 23:50:11.251 INFO STEP 493 (remove_files) COMPLETE
58142024-12-13T23:50:12.862Z[ recovery-image] Dec 13 23:50:11.251 INFO O| Dec 13 23:50:11.251 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-12-13T23:50:12.877Z[ recovery-image] Dec 13 23:50:11.269 INFO O| Dec 13 23:50:11.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58162024-12-13T23:50:12.878Z[ recovery-image] Dec 13 23:50:11.269 INFO O| Dec 13 23:50:11.269 INFO STEP 494 (remove_files) COMPLETE
58172024-12-13T23:50:12.880Z[ recovery-image] Dec 13 23:50:11.269 INFO O| Dec 13 23:50:11.269 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-12-13T23:50:12.897Z[ recovery-image] Dec 13 23:50:11.288 INFO O| Dec 13 23:50:11.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58192024-12-13T23:50:12.897Z[ recovery-image] Dec 13 23:50:11.288 INFO O| Dec 13 23:50:11.288 INFO STEP 495 (remove_files) COMPLETE
58202024-12-13T23:50:12.897Z[ recovery-image] Dec 13 23:50:11.288 INFO O| Dec 13 23:50:11.288 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-12-13T23:50:12.954Z[ recovery-image] Dec 13 23:50:11.346 INFO O| Dec 13 23:50:11.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58222024-12-13T23:50:12.958Z[ recovery-image] Dec 13 23:50:11.346 INFO O| Dec 13 23:50:11.346 INFO STEP 496 (remove_files) COMPLETE
58232024-12-13T23:50:12.958Z[ recovery-image] Dec 13 23:50:11.346 INFO O| Dec 13 23:50:11.346 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-12-13T23:50:12.976Z[ recovery-image] Dec 13 23:50:11.368 INFO O| Dec 13 23:50:11.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58252024-12-13T23:50:12.979Z[ recovery-image] Dec 13 23:50:11.368 INFO O| Dec 13 23:50:11.368 INFO STEP 497 (remove_files) COMPLETE
58262024-12-13T23:50:12.979Z[ recovery-image] Dec 13 23:50:11.368 INFO O| Dec 13 23:50:11.368 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-12-13T23:50:13.002Z[ recovery-image] Dec 13 23:50:11.393 INFO O| Dec 13 23:50:11.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58282024-12-13T23:50:13.002Z[ recovery-image] Dec 13 23:50:11.393 INFO O| Dec 13 23:50:11.393 INFO STEP 498 (remove_files) COMPLETE
58292024-12-13T23:50:13.004Z[ recovery-image] Dec 13 23:50:11.393 INFO O| Dec 13 23:50:11.393 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-12-13T23:50:13.052Z[ recovery-image] Dec 13 23:50:11.443 INFO O| Dec 13 23:50:11.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58312024-12-13T23:50:13.052Z[ recovery-image] Dec 13 23:50:11.443 INFO O| Dec 13 23:50:11.443 INFO STEP 499 (remove_files) COMPLETE
58322024-12-13T23:50:13.055Z[ recovery-image] Dec 13 23:50:11.443 INFO O| Dec 13 23:50:11.443 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-12-13T23:50:13.088Z[ recovery-image] Dec 13 23:50:11.479 INFO O| Dec 13 23:50:11.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58342024-12-13T23:50:13.088Z[ recovery-image] Dec 13 23:50:11.479 INFO O| Dec 13 23:50:11.479 INFO STEP 500 (remove_files) COMPLETE
58352024-12-13T23:50:13.091Z[ recovery-image] Dec 13 23:50:11.479 INFO O| Dec 13 23:50:11.479 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-12-13T23:50:13.129Z[ recovery-image] Dec 13 23:50:11.521 INFO O| Dec 13 23:50:11.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58372024-12-13T23:50:13.132Z[ recovery-image] Dec 13 23:50:11.521 INFO O| Dec 13 23:50:11.521 INFO STEP 501 (remove_files) COMPLETE
58382024-12-13T23:50:13.132Z[ recovery-image] Dec 13 23:50:11.521 INFO O| Dec 13 23:50:11.521 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-12-13T23:50:13.149Z[ recovery-image] Dec 13 23:50:11.541 INFO O| Dec 13 23:50:11.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58402024-12-13T23:50:13.152Z[ recovery-image] Dec 13 23:50:11.541 INFO O| Dec 13 23:50:11.541 INFO STEP 502 (remove_files) COMPLETE
58412024-12-13T23:50:13.152Z[ recovery-image] Dec 13 23:50:11.541 INFO O| Dec 13 23:50:11.541 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-12-13T23:50:13.169Z[ recovery-image] Dec 13 23:50:11.560 INFO O| Dec 13 23:50:11.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58432024-12-13T23:50:13.171Z[ recovery-image] Dec 13 23:50:11.561 INFO O| Dec 13 23:50:11.560 INFO STEP 503 (remove_files) COMPLETE
58442024-12-13T23:50:13.172Z[ recovery-image] Dec 13 23:50:11.561 INFO O| Dec 13 23:50:11.561 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-12-13T23:50:13.188Z[ recovery-image] Dec 13 23:50:11.579 INFO O| Dec 13 23:50:11.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58462024-12-13T23:50:13.188Z[ recovery-image] Dec 13 23:50:11.579 INFO O| Dec 13 23:50:11.579 INFO STEP 504 (remove_files) COMPLETE
58472024-12-13T23:50:13.191Z[ recovery-image] Dec 13 23:50:11.580 INFO O| Dec 13 23:50:11.580 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-12-13T23:50:13.206Z[ recovery-image] Dec 13 23:50:11.598 INFO O| Dec 13 23:50:11.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58492024-12-13T23:50:13.208Z[ recovery-image] Dec 13 23:50:11.598 INFO O| Dec 13 23:50:11.598 INFO STEP 505 (remove_files) COMPLETE
58502024-12-13T23:50:13.208Z[ recovery-image] Dec 13 23:50:11.598 INFO O| Dec 13 23:50:11.598 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-12-13T23:50:13.225Z[ recovery-image] Dec 13 23:50:11.616 INFO O| Dec 13 23:50:11.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58522024-12-13T23:50:13.253Z[ recovery-image] Dec 13 23:50:11.645 INFO O| Dec 13 23:50:11.645 INFO STEP 506 (remove_files) COMPLETE
58532024-12-13T23:50:13.253Z[ recovery-image] Dec 13 23:50:11.645 INFO O| Dec 13 23:50:11.645 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-12-13T23:50:13.261Z[ host-image] Dec 13 23:50:11.652 INFO O| Dec 13 23:50:11.652 INFO O| Download: Completed 8.42 MB in 11.13 seconds (774k/s)
58552024-12-13T23:50:13.339Z[ recovery-image] Dec 13 23:50:11.730 INFO O| Dec 13 23:50:11.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58562024-12-13T23:50:13.339Z[ recovery-image] Dec 13 23:50:11.730 INFO O| Dec 13 23:50:11.730 INFO STEP 507 (remove_files) COMPLETE
58572024-12-13T23:50:13.342Z[ recovery-image] Dec 13 23:50:11.730 INFO O| Dec 13 23:50:11.730 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-12-13T23:50:13.358Z[ recovery-image] Dec 13 23:50:11.750 INFO O| Dec 13 23:50:11.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58592024-12-13T23:50:13.358Z[ recovery-image] Dec 13 23:50:11.750 INFO O| Dec 13 23:50:11.750 INFO STEP 508 (remove_files) COMPLETE
58602024-12-13T23:50:13.358Z[ recovery-image] Dec 13 23:50:11.750 INFO O| Dec 13 23:50:11.750 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-12-13T23:50:13.399Z[ recovery-image] Dec 13 23:50:11.790 INFO O| Dec 13 23:50:11.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58622024-12-13T23:50:13.399Z[ recovery-image] Dec 13 23:50:11.790 INFO O| Dec 13 23:50:11.790 INFO STEP 509 (remove_files) COMPLETE
58632024-12-13T23:50:13.399Z[ recovery-image] Dec 13 23:50:11.790 INFO O| Dec 13 23:50:11.790 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-12-13T23:50:13.418Z[ recovery-image] Dec 13 23:50:11.809 INFO O| Dec 13 23:50:11.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58652024-12-13T23:50:13.435Z[ recovery-image] Dec 13 23:50:11.827 INFO O| Dec 13 23:50:11.827 INFO STEP 510 (remove_files) COMPLETE
58662024-12-13T23:50:13.435Z[ recovery-image] Dec 13 23:50:11.827 INFO O| Dec 13 23:50:11.827 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-12-13T23:50:13.467Z[ recovery-image] Dec 13 23:50:11.859 INFO O| Dec 13 23:50:11.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58682024-12-13T23:50:13.468Z[ recovery-image] Dec 13 23:50:11.859 INFO O| Dec 13 23:50:11.859 INFO STEP 511 (remove_files) COMPLETE
58692024-12-13T23:50:13.468Z[ recovery-image] Dec 13 23:50:11.859 INFO O| Dec 13 23:50:11.859 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-12-13T23:50:13.471Z[ host-image] Dec 13 23:50:11.863 INFO O| Dec 13 23:50:11.863 INFO O| Actions: 1/1361 actions (Installing new actions)
58712024-12-13T23:50:13.488Z[ recovery-image] Dec 13 23:50:11.878 INFO O| Dec 13 23:50:11.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58722024-12-13T23:50:13.488Z[ recovery-image] Dec 13 23:50:11.878 INFO O| Dec 13 23:50:11.878 INFO STEP 512 (remove_files) COMPLETE
58732024-12-13T23:50:13.488Z[ recovery-image] Dec 13 23:50:11.878 INFO O| Dec 13 23:50:11.878 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-12-13T23:50:13.519Z[ recovery-image] Dec 13 23:50:11.910 INFO O| Dec 13 23:50:11.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58752024-12-13T23:50:13.522Z[ recovery-image] Dec 13 23:50:11.910 INFO O| Dec 13 23:50:11.910 INFO STEP 513 (remove_files) COMPLETE
58762024-12-13T23:50:13.522Z[ recovery-image] Dec 13 23:50:11.911 INFO O| Dec 13 23:50:11.911 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-12-13T23:50:13.541Z[ recovery-image] Dec 13 23:50:11.932 INFO O| Dec 13 23:50:11.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58782024-12-13T23:50:13.544Z[ recovery-image] Dec 13 23:50:11.933 INFO O| Dec 13 23:50:11.933 INFO STEP 514 (remove_files) COMPLETE
58792024-12-13T23:50:13.544Z[ recovery-image] Dec 13 23:50:11.933 INFO O| Dec 13 23:50:11.933 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-12-13T23:50:13.578Z[ recovery-image] Dec 13 23:50:11.969 INFO O| Dec 13 23:50:11.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58812024-12-13T23:50:13.580Z[ recovery-image] Dec 13 23:50:11.969 INFO O| Dec 13 23:50:11.969 INFO STEP 515 (remove_files) COMPLETE
58822024-12-13T23:50:13.581Z[ recovery-image] Dec 13 23:50:11.969 INFO O| Dec 13 23:50:11.969 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-12-13T23:50:13.615Z[ recovery-image] Dec 13 23:50:12.005 INFO O| Dec 13 23:50:12.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58842024-12-13T23:50:13.617Z[ recovery-image] Dec 13 23:50:12.005 INFO O| Dec 13 23:50:12.005 INFO STEP 516 (remove_files) COMPLETE
58852024-12-13T23:50:13.617Z[ recovery-image] Dec 13 23:50:12.005 INFO O| Dec 13 23:50:12.005 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-12-13T23:50:13.644Z[ recovery-image] Dec 13 23:50:12.036 INFO O| Dec 13 23:50:12.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58872024-12-13T23:50:13.645Z[ recovery-image] Dec 13 23:50:12.036 INFO O| Dec 13 23:50:12.036 INFO STEP 517 (remove_files) COMPLETE
58882024-12-13T23:50:13.647Z[ recovery-image] Dec 13 23:50:12.036 INFO O| Dec 13 23:50:12.036 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-12-13T23:50:13.743Z[ recovery-image] Dec 13 23:50:12.134 INFO O| Dec 13 23:50:12.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58902024-12-13T23:50:13.743Z[ recovery-image] Dec 13 23:50:12.134 INFO O| Dec 13 23:50:12.134 INFO STEP 518 (remove_files) COMPLETE
58912024-12-13T23:50:13.743Z[ recovery-image] Dec 13 23:50:12.134 INFO O| Dec 13 23:50:12.134 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-12-13T23:50:13.765Z[ recovery-image] Dec 13 23:50:12.157 INFO O| Dec 13 23:50:12.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
58932024-12-13T23:50:13.765Z[ recovery-image] Dec 13 23:50:12.157 INFO O| Dec 13 23:50:12.157 INFO STEP 519 (remove_files) COMPLETE
58942024-12-13T23:50:13.765Z[ recovery-image] Dec 13 23:50:12.157 INFO O| Dec 13 23:50:12.157 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-12-13T23:50:13.798Z[ recovery-image] Dec 13 23:50:12.189 INFO O| Dec 13 23:50:12.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
58962024-12-13T23:50:13.798Z[ recovery-image] Dec 13 23:50:12.189 INFO O| Dec 13 23:50:12.189 INFO STEP 520 (remove_files) COMPLETE
58972024-12-13T23:50:13.801Z[ recovery-image] Dec 13 23:50:12.189 INFO O| Dec 13 23:50:12.189 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-12-13T23:50:13.836Z[ recovery-image] Dec 13 23:50:12.227 INFO O| Dec 13 23:50:12.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
58992024-12-13T23:50:13.836Z[ recovery-image] Dec 13 23:50:12.227 INFO O| Dec 13 23:50:12.227 INFO STEP 521 (remove_files) COMPLETE
59002024-12-13T23:50:13.838Z[ recovery-image] Dec 13 23:50:12.227 INFO O| Dec 13 23:50:12.227 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-12-13T23:50:13.884Z[ recovery-image] Dec 13 23:50:12.275 INFO O| Dec 13 23:50:12.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59022024-12-13T23:50:13.887Z[ recovery-image] Dec 13 23:50:12.276 INFO O| Dec 13 23:50:12.276 INFO STEP 522 (remove_files) COMPLETE
59032024-12-13T23:50:13.887Z[ recovery-image] Dec 13 23:50:12.276 INFO O| Dec 13 23:50:12.276 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-12-13T23:50:13.903Z[ recovery-image] Dec 13 23:50:12.294 INFO O| Dec 13 23:50:12.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
59052024-12-13T23:50:13.905Z[ recovery-image] Dec 13 23:50:12.295 INFO O| Dec 13 23:50:12.294 INFO STEP 523 (remove_files) COMPLETE
59062024-12-13T23:50:13.905Z[ recovery-image] Dec 13 23:50:12.295 INFO O| Dec 13 23:50:12.295 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-12-13T23:50:13.929Z[ recovery-image] Dec 13 23:50:12.320 INFO O| Dec 13 23:50:12.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59082024-12-13T23:50:13.929Z[ recovery-image] Dec 13 23:50:12.320 INFO O| Dec 13 23:50:12.320 INFO STEP 524 (remove_files) COMPLETE
59092024-12-13T23:50:13.932Z[ recovery-image] Dec 13 23:50:12.320 INFO O| Dec 13 23:50:12.320 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-12-13T23:50:13.978Z[ recovery-image] Dec 13 23:50:12.369 INFO O| Dec 13 23:50:12.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59112024-12-13T23:50:13.981Z[ recovery-image] Dec 13 23:50:12.370 INFO O| Dec 13 23:50:12.370 INFO STEP 525 (remove_files) COMPLETE
59122024-12-13T23:50:13.981Z[ recovery-image] Dec 13 23:50:12.370 INFO O| Dec 13 23:50:12.370 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-12-13T23:50:13.998Z[ recovery-image] Dec 13 23:50:12.389 INFO O| Dec 13 23:50:12.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59142024-12-13T23:50:14.001Z[ recovery-image] Dec 13 23:50:12.389 INFO O| Dec 13 23:50:12.389 INFO STEP 526 (remove_files) COMPLETE
59152024-12-13T23:50:14.001Z[ recovery-image] Dec 13 23:50:12.389 INFO O| Dec 13 23:50:12.389 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-12-13T23:50:14.018Z[ recovery-image] Dec 13 23:50:12.409 INFO O| Dec 13 23:50:12.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59172024-12-13T23:50:14.021Z[ recovery-image] Dec 13 23:50:12.409 INFO O| Dec 13 23:50:12.409 INFO STEP 527 (remove_files) COMPLETE
59182024-12-13T23:50:14.021Z[ recovery-image] Dec 13 23:50:12.409 INFO O| Dec 13 23:50:12.409 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-12-13T23:50:14.065Z[ recovery-image] Dec 13 23:50:12.456 INFO O| Dec 13 23:50:12.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59202024-12-13T23:50:14.065Z[ recovery-image] Dec 13 23:50:12.456 INFO O| Dec 13 23:50:12.456 INFO STEP 528 (remove_files) COMPLETE
59212024-12-13T23:50:14.065Z[ recovery-image] Dec 13 23:50:12.456 INFO O| Dec 13 23:50:12.456 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-12-13T23:50:14.086Z[ recovery-image] Dec 13 23:50:12.477 INFO O| Dec 13 23:50:12.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59232024-12-13T23:50:14.088Z[ recovery-image] Dec 13 23:50:12.477 INFO O| Dec 13 23:50:12.477 INFO STEP 529 (remove_files) COMPLETE
59242024-12-13T23:50:14.088Z[ recovery-image] Dec 13 23:50:12.477 INFO O| Dec 13 23:50:12.477 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-12-13T23:50:14.106Z[ recovery-image] Dec 13 23:50:12.497 INFO O| Dec 13 23:50:12.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59262024-12-13T23:50:14.106Z[ recovery-image] Dec 13 23:50:12.497 INFO O| Dec 13 23:50:12.497 INFO STEP 530 (remove_files) COMPLETE
59272024-12-13T23:50:14.108Z[ recovery-image] Dec 13 23:50:12.497 INFO O| Dec 13 23:50:12.497 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-12-13T23:50:14.143Z[ recovery-image] Dec 13 23:50:12.534 INFO O| Dec 13 23:50:12.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59292024-12-13T23:50:14.143Z[ recovery-image] Dec 13 23:50:12.534 INFO O| Dec 13 23:50:12.534 INFO STEP 531 (remove_files) COMPLETE
59302024-12-13T23:50:14.143Z[ recovery-image] Dec 13 23:50:12.534 INFO O| Dec 13 23:50:12.534 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-12-13T23:50:14.186Z[ recovery-image] Dec 13 23:50:12.577 INFO O| Dec 13 23:50:12.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59322024-12-13T23:50:14.186Z[ recovery-image] Dec 13 23:50:12.578 INFO O| Dec 13 23:50:12.578 INFO STEP 532 (remove_files) COMPLETE
59332024-12-13T23:50:14.186Z[ recovery-image] Dec 13 23:50:12.578 INFO O| Dec 13 23:50:12.578 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-12-13T23:50:14.199Z[ host-image] Dec 13 23:50:12.590 INFO O| Dec 13 23:50:12.590 INFO O| Actions: Completed 1361 actions in 0.73 seconds.
59352024-12-13T23:50:14.206Z[ recovery-image] Dec 13 23:50:12.597 INFO O| Dec 13 23:50:12.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59362024-12-13T23:50:14.206Z[ recovery-image] Dec 13 23:50:12.597 INFO O| Dec 13 23:50:12.597 INFO STEP 533 (remove_files) COMPLETE
59372024-12-13T23:50:14.206Z[ recovery-image] Dec 13 23:50:12.597 INFO O| Dec 13 23:50:12.597 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-12-13T23:50:14.245Z[ recovery-image] Dec 13 23:50:12.636 INFO O| Dec 13 23:50:12.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59392024-12-13T23:50:14.245Z[ recovery-image] Dec 13 23:50:12.636 INFO O| Dec 13 23:50:12.636 INFO STEP 534 (remove_files) COMPLETE
59402024-12-13T23:50:14.245Z[ recovery-image] Dec 13 23:50:12.636 INFO O| Dec 13 23:50:12.636 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-12-13T23:50:14.288Z[ recovery-image] Dec 13 23:50:12.678 INFO O| Dec 13 23:50:12.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59422024-12-13T23:50:14.288Z[ recovery-image] Dec 13 23:50:12.678 INFO O| Dec 13 23:50:12.678 INFO STEP 535 (remove_files) COMPLETE
59432024-12-13T23:50:14.288Z[ recovery-image] Dec 13 23:50:12.678 INFO O| Dec 13 23:50:12.678 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-12-13T23:50:14.346Z[ recovery-image] Dec 13 23:50:12.737 INFO O| Dec 13 23:50:12.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59452024-12-13T23:50:14.349Z[ recovery-image] Dec 13 23:50:12.737 INFO O| Dec 13 23:50:12.737 INFO STEP 536 (remove_files) COMPLETE
59462024-12-13T23:50:14.349Z[ recovery-image] Dec 13 23:50:12.737 INFO O| Dec 13 23:50:12.737 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-12-13T23:50:14.373Z[ recovery-image] Dec 13 23:50:12.764 INFO O| Dec 13 23:50:12.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59482024-12-13T23:50:14.373Z[ recovery-image] Dec 13 23:50:12.764 INFO O| Dec 13 23:50:12.764 INFO STEP 537 (remove_files) COMPLETE
59492024-12-13T23:50:14.375Z[ recovery-image] Dec 13 23:50:12.765 INFO O| Dec 13 23:50:12.764 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-12-13T23:50:14.405Z[ recovery-image] Dec 13 23:50:12.797 INFO O| Dec 13 23:50:12.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59512024-12-13T23:50:14.405Z[ recovery-image] Dec 13 23:50:12.797 INFO O| Dec 13 23:50:12.797 INFO STEP 538 (remove_files) COMPLETE
59522024-12-13T23:50:14.406Z[ recovery-image] Dec 13 23:50:12.797 INFO O| Dec 13 23:50:12.797 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-12-13T23:50:14.442Z[ recovery-image] Dec 13 23:50:12.833 INFO O| Dec 13 23:50:12.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59542024-12-13T23:50:14.445Z[ recovery-image] Dec 13 23:50:12.834 INFO O| Dec 13 23:50:12.834 INFO STEP 539 (remove_files) COMPLETE
59552024-12-13T23:50:14.445Z[ recovery-image] Dec 13 23:50:12.834 INFO O| Dec 13 23:50:12.834 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-12-13T23:50:14.478Z[ recovery-image] Dec 13 23:50:12.869 INFO O| Dec 13 23:50:12.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59572024-12-13T23:50:14.478Z[ recovery-image] Dec 13 23:50:12.869 INFO O| Dec 13 23:50:12.869 INFO STEP 540 (remove_files) COMPLETE
59582024-12-13T23:50:14.480Z[ recovery-image] Dec 13 23:50:12.869 INFO O| Dec 13 23:50:12.869 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-12-13T23:50:14.497Z[ recovery-image] Dec 13 23:50:12.888 INFO O| Dec 13 23:50:12.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59602024-12-13T23:50:14.500Z[ recovery-image] Dec 13 23:50:12.888 INFO O| Dec 13 23:50:12.888 INFO STEP 541 (remove_files) COMPLETE
59612024-12-13T23:50:14.500Z[ recovery-image] Dec 13 23:50:12.888 INFO O| Dec 13 23:50:12.888 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-12-13T23:50:14.518Z[ recovery-image] Dec 13 23:50:12.909 INFO O| Dec 13 23:50:12.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59632024-12-13T23:50:14.518Z[ recovery-image] Dec 13 23:50:12.909 INFO O| Dec 13 23:50:12.909 INFO STEP 542 (remove_files) COMPLETE
59642024-12-13T23:50:14.521Z[ recovery-image] Dec 13 23:50:12.909 INFO O| Dec 13 23:50:12.909 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-12-13T23:50:14.553Z[ recovery-image] Dec 13 23:50:12.945 INFO O| Dec 13 23:50:12.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59662024-12-13T23:50:14.553Z[ recovery-image] Dec 13 23:50:12.945 INFO O| Dec 13 23:50:12.945 INFO STEP 543 (remove_files) COMPLETE
59672024-12-13T23:50:14.554Z[ recovery-image] Dec 13 23:50:12.945 INFO O| Dec 13 23:50:12.945 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-12-13T23:50:14.581Z[ recovery-image] Dec 13 23:50:12.972 INFO O| Dec 13 23:50:12.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59692024-12-13T23:50:14.581Z[ recovery-image] Dec 13 23:50:12.972 INFO O| Dec 13 23:50:12.972 INFO STEP 544 (remove_files) COMPLETE
59702024-12-13T23:50:14.584Z[ recovery-image] Dec 13 23:50:12.972 INFO O| Dec 13 23:50:12.972 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-12-13T23:50:14.639Z[ recovery-image] Dec 13 23:50:13.030 INFO O| Dec 13 23:50:13.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59722024-12-13T23:50:14.639Z[ recovery-image] Dec 13 23:50:13.030 INFO O| Dec 13 23:50:13.030 INFO STEP 545 (remove_files) COMPLETE
59732024-12-13T23:50:14.642Z[ recovery-image] Dec 13 23:50:13.030 INFO O| Dec 13 23:50:13.030 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-12-13T23:50:14.678Z[ recovery-image] Dec 13 23:50:13.069 INFO O| Dec 13 23:50:13.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59752024-12-13T23:50:14.680Z[ recovery-image] Dec 13 23:50:13.069 INFO O| Dec 13 23:50:13.069 INFO STEP 546 (remove_files) COMPLETE
59762024-12-13T23:50:14.680Z[ recovery-image] Dec 13 23:50:13.069 INFO O| Dec 13 23:50:13.069 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-12-13T23:50:14.705Z[ recovery-image] Dec 13 23:50:13.095 INFO O| Dec 13 23:50:13.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59782024-12-13T23:50:14.708Z[ recovery-image] Dec 13 23:50:13.095 INFO O| Dec 13 23:50:13.095 INFO STEP 547 (remove_files) COMPLETE
59792024-12-13T23:50:14.708Z[ recovery-image] Dec 13 23:50:13.095 INFO O| Dec 13 23:50:13.095 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-12-13T23:50:14.727Z[ recovery-image] Dec 13 23:50:13.118 INFO O| Dec 13 23:50:13.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59812024-12-13T23:50:14.731Z[ recovery-image] Dec 13 23:50:13.119 INFO O| Dec 13 23:50:13.119 INFO STEP 548 (remove_files) COMPLETE
59822024-12-13T23:50:14.731Z[ recovery-image] Dec 13 23:50:13.119 INFO O| Dec 13 23:50:13.119 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-12-13T23:50:14.790Z[ recovery-image] Dec 13 23:50:13.181 INFO O| Dec 13 23:50:13.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59842024-12-13T23:50:14.793Z[ recovery-image] Dec 13 23:50:13.182 INFO O| Dec 13 23:50:13.182 INFO STEP 549 (remove_files) COMPLETE
59852024-12-13T23:50:14.793Z[ recovery-image] Dec 13 23:50:13.182 INFO O| Dec 13 23:50:13.182 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-12-13T23:50:14.813Z[ recovery-image] Dec 13 23:50:13.204 INFO O| Dec 13 23:50:13.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59872024-12-13T23:50:14.816Z[ recovery-image] Dec 13 23:50:13.204 INFO O| Dec 13 23:50:13.204 INFO STEP 550 (remove_files) COMPLETE
59882024-12-13T23:50:14.816Z[ recovery-image] Dec 13 23:50:13.204 INFO O| Dec 13 23:50:13.204 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-12-13T23:50:14.834Z[ recovery-image] Dec 13 23:50:13.225 INFO O| Dec 13 23:50:13.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59902024-12-13T23:50:14.836Z[ recovery-image] Dec 13 23:50:13.225 INFO O| Dec 13 23:50:13.225 INFO STEP 551 (remove_files) COMPLETE
59912024-12-13T23:50:14.836Z[ recovery-image] Dec 13 23:50:13.225 INFO O| Dec 13 23:50:13.225 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-12-13T23:50:14.855Z[ recovery-image] Dec 13 23:50:13.246 INFO O| Dec 13 23:50:13.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59932024-12-13T23:50:14.858Z[ recovery-image] Dec 13 23:50:13.246 INFO O| Dec 13 23:50:13.246 INFO STEP 552 (remove_files) COMPLETE
59942024-12-13T23:50:14.859Z[ recovery-image] Dec 13 23:50:13.246 INFO O| Dec 13 23:50:13.246 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-12-13T23:50:14.874Z[ recovery-image] Dec 13 23:50:13.265 INFO O| Dec 13 23:50:13.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59962024-12-13T23:50:14.877Z[ recovery-image] Dec 13 23:50:13.266 INFO O| Dec 13 23:50:13.266 INFO STEP 553 (remove_files) COMPLETE
59972024-12-13T23:50:14.877Z[ recovery-image] Dec 13 23:50:13.266 INFO O| Dec 13 23:50:13.266 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-12-13T23:50:14.895Z[ recovery-image] Dec 13 23:50:13.286 INFO O| Dec 13 23:50:13.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59992024-12-13T23:50:14.898Z[ recovery-image] Dec 13 23:50:13.286 INFO O| Dec 13 23:50:13.286 INFO STEP 554 (remove_files) COMPLETE
60002024-12-13T23:50:14.898Z[ recovery-image] Dec 13 23:50:13.287 INFO O| Dec 13 23:50:13.287 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-12-13T23:50:14.906Z[ host-image] Dec 13 23:50:13.291 INFO O| Dec 13 23:50:13.291 INFO O| Done
60022024-12-13T23:50:14.906Z[ host-image] Dec 13 23:50:13.291 INFO O| Dec 13 23:50:13.291 INFO O| Done
60032024-12-13T23:50:14.923Z[ recovery-image] Dec 13 23:50:13.307 INFO O| Dec 13 23:50:13.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60042024-12-13T23:50:14.923Z[ recovery-image] Dec 13 23:50:13.308 INFO O| Dec 13 23:50:13.307 INFO STEP 555 (remove_files) COMPLETE
60052024-12-13T23:50:14.923Z[ recovery-image] Dec 13 23:50:13.308 INFO O| Dec 13 23:50:13.308 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-12-13T23:50:14.937Z[ recovery-image] Dec 13 23:50:13.328 INFO O| Dec 13 23:50:13.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60072024-12-13T23:50:14.940Z[ recovery-image] Dec 13 23:50:13.329 INFO O| Dec 13 23:50:13.329 INFO STEP 556 (remove_files) COMPLETE
60082024-12-13T23:50:14.940Z[ recovery-image] Dec 13 23:50:13.329 INFO O| Dec 13 23:50:13.329 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-12-13T23:50:15.059Z[ recovery-image] Dec 13 23:50:13.449 INFO O| Dec 13 23:50:13.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60102024-12-13T23:50:15.062Z[ recovery-image] Dec 13 23:50:13.450 INFO O| Dec 13 23:50:13.450 INFO STEP 557 (remove_files) COMPLETE
60112024-12-13T23:50:15.062Z[ recovery-image] Dec 13 23:50:13.450 INFO O| Dec 13 23:50:13.450 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-12-13T23:50:15.082Z[ recovery-image] Dec 13 23:50:13.471 INFO O| Dec 13 23:50:13.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60132024-12-13T23:50:15.082Z[ recovery-image] Dec 13 23:50:13.471 INFO O| Dec 13 23:50:13.471 INFO STEP 558 (remove_files) COMPLETE
60142024-12-13T23:50:15.082Z[ recovery-image] Dec 13 23:50:13.471 INFO O| Dec 13 23:50:13.471 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-12-13T23:50:15.115Z[ recovery-image] Dec 13 23:50:13.506 INFO O| Dec 13 23:50:13.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60162024-12-13T23:50:15.115Z[ recovery-image] Dec 13 23:50:13.507 INFO O| Dec 13 23:50:13.507 INFO STEP 559 (remove_files) COMPLETE
60172024-12-13T23:50:15.118Z[ recovery-image] Dec 13 23:50:13.507 INFO O| Dec 13 23:50:13.507 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-12-13T23:50:15.144Z[ recovery-image] Dec 13 23:50:13.534 INFO O| Dec 13 23:50:13.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60192024-12-13T23:50:15.144Z[ recovery-image] Dec 13 23:50:13.535 INFO O| Dec 13 23:50:13.534 INFO STEP 560 (remove_files) COMPLETE
60202024-12-13T23:50:15.144Z[ recovery-image] Dec 13 23:50:13.535 INFO O| Dec 13 23:50:13.534 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-12-13T23:50:15.196Z[ recovery-image] Dec 13 23:50:13.587 INFO O| Dec 13 23:50:13.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60222024-12-13T23:50:15.199Z[ recovery-image] Dec 13 23:50:13.588 INFO O| Dec 13 23:50:13.587 INFO STEP 561 (remove_files) COMPLETE
60232024-12-13T23:50:15.199Z[ recovery-image] Dec 13 23:50:13.588 INFO O| Dec 13 23:50:13.588 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-12-13T23:50:15.215Z[ recovery-image] Dec 13 23:50:13.606 INFO O| Dec 13 23:50:13.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60252024-12-13T23:50:15.218Z[ recovery-image] Dec 13 23:50:13.606 INFO O| Dec 13 23:50:13.606 INFO STEP 562 (remove_files) COMPLETE
60262024-12-13T23:50:15.218Z[ recovery-image] Dec 13 23:50:13.606 INFO O| Dec 13 23:50:13.606 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-12-13T23:50:15.244Z[ recovery-image] Dec 13 23:50:13.635 INFO O| Dec 13 23:50:13.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60282024-12-13T23:50:15.247Z[ recovery-image] Dec 13 23:50:13.638 INFO O| Dec 13 23:50:13.638 INFO STEP 563 (remove_files) COMPLETE
60292024-12-13T23:50:15.247Z[ recovery-image] Dec 13 23:50:13.638 INFO O| Dec 13 23:50:13.638 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-12-13T23:50:15.332Z[ recovery-image] Dec 13 23:50:13.723 INFO O| Dec 13 23:50:13.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60312024-12-13T23:50:15.332Z[ recovery-image] Dec 13 23:50:13.723 INFO O| Dec 13 23:50:13.723 INFO STEP 564 (remove_files) COMPLETE
60322024-12-13T23:50:15.332Z[ recovery-image] Dec 13 23:50:13.723 INFO O| Dec 13 23:50:13.723 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-12-13T23:50:15.354Z[ recovery-image] Dec 13 23:50:13.745 INFO O| Dec 13 23:50:13.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60342024-12-13T23:50:15.378Z[ recovery-image] Dec 13 23:50:13.769 INFO O| Dec 13 23:50:13.769 INFO STEP 565 (remove_files) COMPLETE
60352024-12-13T23:50:15.379Z[ recovery-image] Dec 13 23:50:13.769 INFO O| Dec 13 23:50:13.769 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-12-13T23:50:15.423Z[ recovery-image] Dec 13 23:50:13.814 INFO O| Dec 13 23:50:13.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60372024-12-13T23:50:15.423Z[ recovery-image] Dec 13 23:50:13.814 INFO O| Dec 13 23:50:13.814 INFO STEP 566 (remove_files) COMPLETE
60382024-12-13T23:50:15.423Z[ recovery-image] Dec 13 23:50:13.814 INFO O| Dec 13 23:50:13.814 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-12-13T23:50:15.458Z[ recovery-image] Dec 13 23:50:13.849 INFO O| Dec 13 23:50:13.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60402024-12-13T23:50:15.458Z[ recovery-image] Dec 13 23:50:13.849 INFO O| Dec 13 23:50:13.849 INFO STEP 567 (remove_files) COMPLETE
60412024-12-13T23:50:15.458Z[ recovery-image] Dec 13 23:50:13.849 INFO O| Dec 13 23:50:13.849 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-12-13T23:50:15.478Z[ recovery-image] Dec 13 23:50:13.868 INFO O| Dec 13 23:50:13.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60432024-12-13T23:50:15.478Z[ recovery-image] Dec 13 23:50:13.868 INFO O| Dec 13 23:50:13.868 INFO STEP 568 (remove_files) COMPLETE
60442024-12-13T23:50:15.478Z[ recovery-image] Dec 13 23:50:13.868 INFO O| Dec 13 23:50:13.868 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-12-13T23:50:15.533Z[ recovery-image] Dec 13 23:50:13.922 INFO O| Dec 13 23:50:13.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60462024-12-13T23:50:15.533Z[ recovery-image] Dec 13 23:50:13.922 INFO O| Dec 13 23:50:13.922 INFO STEP 569 (remove_files) COMPLETE
60472024-12-13T23:50:15.533Z[ recovery-image] Dec 13 23:50:13.922 INFO O| Dec 13 23:50:13.922 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-12-13T23:50:15.570Z[ recovery-image] Dec 13 23:50:13.961 INFO O| Dec 13 23:50:13.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60492024-12-13T23:50:15.570Z[ recovery-image] Dec 13 23:50:13.961 INFO O| Dec 13 23:50:13.961 INFO STEP 570 (remove_files) COMPLETE
60502024-12-13T23:50:15.570Z[ recovery-image] Dec 13 23:50:13.961 INFO O| Dec 13 23:50:13.961 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-12-13T23:50:15.604Z[ recovery-image] Dec 13 23:50:13.995 INFO O| Dec 13 23:50:13.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60522024-12-13T23:50:15.604Z[ recovery-image] Dec 13 23:50:13.996 INFO O| Dec 13 23:50:13.995 INFO STEP 571 (remove_files) COMPLETE
60532024-12-13T23:50:15.605Z[ recovery-image] Dec 13 23:50:13.996 INFO O| Dec 13 23:50:13.996 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-12-13T23:50:15.627Z[ recovery-image] Dec 13 23:50:14.017 INFO O| Dec 13 23:50:14.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60552024-12-13T23:50:15.627Z[ recovery-image] Dec 13 23:50:14.018 INFO O| Dec 13 23:50:14.018 INFO STEP 572 (remove_files) COMPLETE
60562024-12-13T23:50:15.627Z[ recovery-image] Dec 13 23:50:14.018 INFO O| Dec 13 23:50:14.018 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-12-13T23:50:15.647Z[ recovery-image] Dec 13 23:50:14.038 INFO O| Dec 13 23:50:14.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60582024-12-13T23:50:15.647Z[ recovery-image] Dec 13 23:50:14.038 INFO O| Dec 13 23:50:14.038 INFO STEP 573 (remove_files) COMPLETE
60592024-12-13T23:50:15.652Z[ recovery-image] Dec 13 23:50:14.038 INFO O| Dec 13 23:50:14.038 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-13T23:50:15.732Z[ recovery-image] Dec 13 23:50:14.123 INFO O| Dec 13 23:50:14.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60612024-12-13T23:50:15.732Z[ recovery-image] Dec 13 23:50:14.123 INFO O| Dec 13 23:50:14.123 INFO STEP 574 (remove_files) COMPLETE
60622024-12-13T23:50:15.734Z[ recovery-image] Dec 13 23:50:14.123 INFO O| Dec 13 23:50:14.123 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-13T23:50:15.789Z[ recovery-image] Dec 13 23:50:14.180 INFO O| Dec 13 23:50:14.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60642024-12-13T23:50:15.789Z[ recovery-image] Dec 13 23:50:14.180 INFO O| Dec 13 23:50:14.180 INFO STEP 575 (remove_files) COMPLETE
60652024-12-13T23:50:15.789Z[ recovery-image] Dec 13 23:50:14.180 INFO O| Dec 13 23:50:14.180 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-12-13T23:50:15.811Z[ recovery-image] Dec 13 23:50:14.202 INFO O| Dec 13 23:50:14.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60672024-12-13T23:50:15.811Z[ recovery-image] Dec 13 23:50:14.202 INFO O| Dec 13 23:50:14.202 INFO STEP 576 (remove_files) COMPLETE
60682024-12-13T23:50:15.811Z[ recovery-image] Dec 13 23:50:14.202 INFO O| Dec 13 23:50:14.202 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-12-13T23:50:15.849Z[ recovery-image] Dec 13 23:50:14.240 INFO O| Dec 13 23:50:14.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60702024-12-13T23:50:15.851Z[ recovery-image] Dec 13 23:50:14.240 INFO O| Dec 13 23:50:14.240 INFO STEP 577 (remove_files) COMPLETE
60712024-12-13T23:50:15.851Z[ recovery-image] Dec 13 23:50:14.240 INFO O| Dec 13 23:50:14.240 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-12-13T23:50:15.870Z[ recovery-image] Dec 13 23:50:14.261 INFO O| Dec 13 23:50:14.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60732024-12-13T23:50:15.890Z[ recovery-image] Dec 13 23:50:14.281 INFO O| Dec 13 23:50:14.281 INFO STEP 578 (remove_files) COMPLETE
60742024-12-13T23:50:15.890Z[ recovery-image] Dec 13 23:50:14.281 INFO O| Dec 13 23:50:14.281 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-12-13T23:50:15.916Z[ recovery-image] Dec 13 23:50:14.307 INFO O| Dec 13 23:50:14.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60762024-12-13T23:50:15.916Z[ recovery-image] Dec 13 23:50:14.307 INFO O| Dec 13 23:50:14.307 INFO STEP 579 (remove_files) COMPLETE
60772024-12-13T23:50:15.919Z[ recovery-image] Dec 13 23:50:14.307 INFO O| Dec 13 23:50:14.307 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-12-13T23:50:15.938Z[ recovery-image] Dec 13 23:50:14.329 INFO O| Dec 13 23:50:14.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60792024-12-13T23:50:15.938Z[ recovery-image] Dec 13 23:50:14.329 INFO O| Dec 13 23:50:14.329 INFO STEP 580 (remove_files) COMPLETE
60802024-12-13T23:50:15.940Z[ recovery-image] Dec 13 23:50:14.329 INFO O| Dec 13 23:50:14.329 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-13T23:50:15.958Z[ recovery-image] Dec 13 23:50:14.349 INFO O| Dec 13 23:50:14.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60822024-12-13T23:50:15.958Z[ recovery-image] Dec 13 23:50:14.349 INFO O| Dec 13 23:50:14.349 INFO STEP 581 (remove_files) COMPLETE
60832024-12-13T23:50:15.958Z[ recovery-image] Dec 13 23:50:14.349 INFO O| Dec 13 23:50:14.349 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-13T23:50:15.978Z[ recovery-image] Dec 13 23:50:14.369 INFO O| Dec 13 23:50:14.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60852024-12-13T23:50:15.978Z[ recovery-image] Dec 13 23:50:14.369 INFO O| Dec 13 23:50:14.369 INFO STEP 582 (remove_files) COMPLETE
60862024-12-13T23:50:15.981Z[ recovery-image] Dec 13 23:50:14.370 INFO O| Dec 13 23:50:14.369 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-12-13T23:50:15.999Z[ recovery-image] Dec 13 23:50:14.390 INFO O| Dec 13 23:50:14.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60882024-12-13T23:50:15.999Z[ recovery-image] Dec 13 23:50:14.390 INFO O| Dec 13 23:50:14.390 INFO STEP 583 (remove_files) COMPLETE
60892024-12-13T23:50:15.999Z[ recovery-image] Dec 13 23:50:14.390 INFO O| Dec 13 23:50:14.390 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-13T23:50:16.018Z[ recovery-image] Dec 13 23:50:14.409 INFO O| Dec 13 23:50:14.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60912024-12-13T23:50:16.018Z[ recovery-image] Dec 13 23:50:14.409 INFO O| Dec 13 23:50:14.409 INFO STEP 584 (remove_files) COMPLETE
60922024-12-13T23:50:16.018Z[ recovery-image] Dec 13 23:50:14.409 INFO O| Dec 13 23:50:14.409 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-13T23:50:16.057Z[ recovery-image] Dec 13 23:50:14.448 INFO O| Dec 13 23:50:14.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60942024-12-13T23:50:16.060Z[ recovery-image] Dec 13 23:50:14.448 INFO O| Dec 13 23:50:14.448 INFO STEP 585 (remove_files) COMPLETE
60952024-12-13T23:50:16.060Z[ recovery-image] Dec 13 23:50:14.448 INFO O| Dec 13 23:50:14.448 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-13T23:50:16.135Z[ recovery-image] Dec 13 23:50:14.526 INFO O| Dec 13 23:50:14.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60972024-12-13T23:50:16.137Z[ recovery-image] Dec 13 23:50:14.526 INFO O| Dec 13 23:50:14.526 INFO STEP 586 (remove_files) COMPLETE
60982024-12-13T23:50:16.137Z[ recovery-image] Dec 13 23:50:14.526 INFO O| Dec 13 23:50:14.526 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-13T23:50:16.153Z[ host-image] Dec 13 23:50:14.544 INFO O| Dec 13 23:50:14.543 INFO O| Done
61002024-12-13T23:50:16.156Z[ recovery-image] Dec 13 23:50:14.547 INFO O| Dec 13 23:50:14.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61012024-12-13T23:50:16.156Z[ recovery-image] Dec 13 23:50:14.547 INFO O| Dec 13 23:50:14.547 INFO STEP 587 (remove_files) COMPLETE
61022024-12-13T23:50:16.158Z[ recovery-image] Dec 13 23:50:14.547 INFO O| Dec 13 23:50:14.547 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-12-13T23:50:16.177Z[ recovery-image] Dec 13 23:50:14.567 INFO O| Dec 13 23:50:14.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61042024-12-13T23:50:16.177Z[ recovery-image] Dec 13 23:50:14.567 INFO O| Dec 13 23:50:14.567 INFO STEP 588 (remove_files) COMPLETE
61052024-12-13T23:50:16.177Z[ recovery-image] Dec 13 23:50:14.567 INFO O| Dec 13 23:50:14.567 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-12-13T23:50:16.198Z[ recovery-image] Dec 13 23:50:14.589 INFO O| Dec 13 23:50:14.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61072024-12-13T23:50:16.199Z[ recovery-image] Dec 13 23:50:14.589 INFO O| Dec 13 23:50:14.589 INFO STEP 589 (remove_files) COMPLETE
61082024-12-13T23:50:16.201Z[ recovery-image] Dec 13 23:50:14.590 INFO O| Dec 13 23:50:14.589 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-12-13T23:50:16.219Z[ recovery-image] Dec 13 23:50:14.610 INFO O| Dec 13 23:50:14.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61102024-12-13T23:50:16.219Z[ recovery-image] Dec 13 23:50:14.610 INFO O| Dec 13 23:50:14.610 INFO STEP 590 (remove_files) COMPLETE
61112024-12-13T23:50:16.222Z[ recovery-image] Dec 13 23:50:14.610 INFO O| Dec 13 23:50:14.610 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-12-13T23:50:16.240Z[ recovery-image] Dec 13 23:50:14.631 INFO O| Dec 13 23:50:14.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61132024-12-13T23:50:16.240Z[ recovery-image] Dec 13 23:50:14.631 INFO O| Dec 13 23:50:14.631 INFO STEP 591 (remove_files) COMPLETE
61142024-12-13T23:50:16.243Z[ recovery-image] Dec 13 23:50:14.631 INFO O| Dec 13 23:50:14.631 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-12-13T23:50:16.261Z[ recovery-image] Dec 13 23:50:14.652 INFO O| Dec 13 23:50:14.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61162024-12-13T23:50:16.261Z[ recovery-image] Dec 13 23:50:14.652 INFO O| Dec 13 23:50:14.652 INFO STEP 592 (remove_files) COMPLETE
61172024-12-13T23:50:16.261Z[ recovery-image] Dec 13 23:50:14.652 INFO O| Dec 13 23:50:14.652 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-12-13T23:50:16.282Z[ recovery-image] Dec 13 23:50:14.673 INFO O| Dec 13 23:50:14.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61192024-12-13T23:50:16.282Z[ recovery-image] Dec 13 23:50:14.673 INFO O| Dec 13 23:50:14.673 INFO STEP 593 (remove_files) COMPLETE
61202024-12-13T23:50:16.282Z[ recovery-image] Dec 13 23:50:14.673 INFO O| Dec 13 23:50:14.673 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-12-13T23:50:16.300Z[ recovery-image] Dec 13 23:50:14.691 INFO O| Dec 13 23:50:14.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61222024-12-13T23:50:16.300Z[ recovery-image] Dec 13 23:50:14.691 INFO O| Dec 13 23:50:14.691 INFO STEP 594 (remove_files) COMPLETE
61232024-12-13T23:50:16.303Z[ recovery-image] Dec 13 23:50:14.691 INFO O| Dec 13 23:50:14.691 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-12-13T23:50:16.339Z[ recovery-image] Dec 13 23:50:14.729 INFO O| Dec 13 23:50:14.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61252024-12-13T23:50:16.339Z[ recovery-image] Dec 13 23:50:14.729 INFO O| Dec 13 23:50:14.729 INFO STEP 595 (remove_files) COMPLETE
61262024-12-13T23:50:16.339Z[ recovery-image] Dec 13 23:50:14.729 INFO O| Dec 13 23:50:14.729 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-12-13T23:50:16.376Z[ recovery-image] Dec 13 23:50:14.765 INFO O| Dec 13 23:50:14.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61282024-12-13T23:50:16.376Z[ recovery-image] Dec 13 23:50:14.765 INFO O| Dec 13 23:50:14.765 INFO STEP 596 (remove_files) COMPLETE
61292024-12-13T23:50:16.376Z[ recovery-image] Dec 13 23:50:14.765 INFO O| Dec 13 23:50:14.765 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-12-13T23:50:16.421Z[ recovery-image] Dec 13 23:50:14.812 INFO O| Dec 13 23:50:14.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61312024-12-13T23:50:16.421Z[ recovery-image] Dec 13 23:50:14.812 INFO O| Dec 13 23:50:14.812 INFO STEP 597 (remove_files) COMPLETE
61322024-12-13T23:50:16.421Z[ recovery-image] Dec 13 23:50:14.812 INFO O| Dec 13 23:50:14.812 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-12-13T23:50:16.441Z[ recovery-image] Dec 13 23:50:14.831 INFO O| Dec 13 23:50:14.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61342024-12-13T23:50:16.441Z[ recovery-image] Dec 13 23:50:14.831 INFO O| Dec 13 23:50:14.831 INFO STEP 598 (remove_files) COMPLETE
61352024-12-13T23:50:16.441Z[ recovery-image] Dec 13 23:50:14.831 INFO O| Dec 13 23:50:14.831 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-12-13T23:50:16.503Z[ recovery-image] Dec 13 23:50:14.892 INFO O| Dec 13 23:50:14.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61372024-12-13T23:50:16.503Z[ recovery-image] Dec 13 23:50:14.892 INFO O| Dec 13 23:50:14.892 INFO STEP 599 (remove_files) COMPLETE
61382024-12-13T23:50:16.503Z[ recovery-image] Dec 13 23:50:14.892 INFO O| Dec 13 23:50:14.892 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-12-13T23:50:16.562Z[ recovery-image] Dec 13 23:50:14.953 INFO O| Dec 13 23:50:14.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61402024-12-13T23:50:16.565Z[ recovery-image] Dec 13 23:50:14.953 INFO O| Dec 13 23:50:14.953 INFO STEP 600 (remove_files) COMPLETE
61412024-12-13T23:50:16.565Z[ recovery-image] Dec 13 23:50:14.953 INFO O| Dec 13 23:50:14.953 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-12-13T23:50:16.586Z[ recovery-image] Dec 13 23:50:14.977 INFO O| Dec 13 23:50:14.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61432024-12-13T23:50:16.588Z[ recovery-image] Dec 13 23:50:14.977 INFO O| Dec 13 23:50:14.977 INFO STEP 601 (remove_files) COMPLETE
61442024-12-13T23:50:16.588Z[ recovery-image] Dec 13 23:50:14.977 INFO O| Dec 13 23:50:14.977 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-12-13T23:50:16.665Z[ recovery-image] Dec 13 23:50:15.056 INFO O| Dec 13 23:50:15.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61462024-12-13T23:50:16.668Z[ recovery-image] Dec 13 23:50:15.056 INFO O| Dec 13 23:50:15.056 INFO STEP 602 (remove_files) COMPLETE
61472024-12-13T23:50:16.668Z[ recovery-image] Dec 13 23:50:15.056 INFO O| Dec 13 23:50:15.056 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-12-13T23:50:16.689Z[ recovery-image] Dec 13 23:50:15.079 INFO O| Dec 13 23:50:15.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61492024-12-13T23:50:16.691Z[ recovery-image] Dec 13 23:50:15.080 INFO O| Dec 13 23:50:15.080 INFO STEP 603 (remove_files) COMPLETE
61502024-12-13T23:50:16.691Z[ recovery-image] Dec 13 23:50:15.080 INFO O| Dec 13 23:50:15.080 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-12-13T23:50:16.721Z[ recovery-image] Dec 13 23:50:15.112 INFO O| Dec 13 23:50:15.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61522024-12-13T23:50:16.721Z[ recovery-image] Dec 13 23:50:15.112 INFO O| Dec 13 23:50:15.112 INFO STEP 604 (remove_files) COMPLETE
61532024-12-13T23:50:16.721Z[ recovery-image] Dec 13 23:50:15.112 INFO O| Dec 13 23:50:15.112 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-12-13T23:50:16.742Z[ recovery-image] Dec 13 23:50:15.132 INFO O| Dec 13 23:50:15.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61552024-12-13T23:50:16.742Z[ recovery-image] Dec 13 23:50:15.132 INFO O| Dec 13 23:50:15.132 INFO STEP 605 (remove_files) COMPLETE
61562024-12-13T23:50:16.742Z[ recovery-image] Dec 13 23:50:15.133 INFO O| Dec 13 23:50:15.132 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-12-13T23:50:16.765Z[ recovery-image] Dec 13 23:50:15.156 INFO O| Dec 13 23:50:15.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61582024-12-13T23:50:16.765Z[ recovery-image] Dec 13 23:50:15.156 INFO O| Dec 13 23:50:15.156 INFO STEP 606 (remove_files) COMPLETE
61592024-12-13T23:50:16.765Z[ recovery-image] Dec 13 23:50:15.156 INFO O| Dec 13 23:50:15.156 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-12-13T23:50:16.799Z[ recovery-image] Dec 13 23:50:15.190 INFO O| Dec 13 23:50:15.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61612024-12-13T23:50:16.799Z[ recovery-image] Dec 13 23:50:15.190 INFO O| Dec 13 23:50:15.190 INFO STEP 607 (remove_files) COMPLETE
61622024-12-13T23:50:16.800Z[ recovery-image] Dec 13 23:50:15.190 INFO O| Dec 13 23:50:15.190 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-12-13T23:50:16.842Z[ recovery-image] Dec 13 23:50:15.233 INFO O| Dec 13 23:50:15.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61642024-12-13T23:50:16.842Z[ recovery-image] Dec 13 23:50:15.233 INFO O| Dec 13 23:50:15.233 INFO STEP 608 (remove_files) COMPLETE
61652024-12-13T23:50:16.842Z[ recovery-image] Dec 13 23:50:15.233 INFO O| Dec 13 23:50:15.233 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-12-13T23:50:16.898Z[ recovery-image] Dec 13 23:50:15.288 INFO O| Dec 13 23:50:15.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61672024-12-13T23:50:16.898Z[ recovery-image] Dec 13 23:50:15.289 INFO O| Dec 13 23:50:15.288 INFO STEP 609 (remove_files) COMPLETE
61682024-12-13T23:50:16.898Z[ recovery-image] Dec 13 23:50:15.289 INFO O| Dec 13 23:50:15.288 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-12-13T23:50:16.921Z[ recovery-image] Dec 13 23:50:15.312 INFO O| Dec 13 23:50:15.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61702024-12-13T23:50:16.924Z[ recovery-image] Dec 13 23:50:15.312 INFO O| Dec 13 23:50:15.312 INFO STEP 610 (remove_files) COMPLETE
61712024-12-13T23:50:16.924Z[ recovery-image] Dec 13 23:50:15.313 INFO O| Dec 13 23:50:15.313 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-12-13T23:50:16.942Z[ recovery-image] Dec 13 23:50:15.333 INFO O| Dec 13 23:50:15.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61732024-12-13T23:50:16.945Z[ recovery-image] Dec 13 23:50:15.333 INFO O| Dec 13 23:50:15.333 INFO STEP 611 (remove_files) COMPLETE
61742024-12-13T23:50:16.945Z[ recovery-image] Dec 13 23:50:15.334 INFO O| Dec 13 23:50:15.333 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-12-13T23:50:16.962Z[ recovery-image] Dec 13 23:50:15.353 INFO O| Dec 13 23:50:15.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61762024-12-13T23:50:16.964Z[ recovery-image] Dec 13 23:50:15.353 INFO O| Dec 13 23:50:15.353 INFO STEP 612 (remove_files) COMPLETE
61772024-12-13T23:50:16.964Z[ recovery-image] Dec 13 23:50:15.353 INFO O| Dec 13 23:50:15.353 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-12-13T23:50:17.006Z[ recovery-image] Dec 13 23:50:15.397 INFO O| Dec 13 23:50:15.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61792024-12-13T23:50:17.009Z[ recovery-image] Dec 13 23:50:15.397 INFO O| Dec 13 23:50:15.397 INFO STEP 613 (remove_files) COMPLETE
61802024-12-13T23:50:17.009Z[ recovery-image] Dec 13 23:50:15.397 INFO O| Dec 13 23:50:15.397 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-12-13T23:50:17.028Z[ recovery-image] Dec 13 23:50:15.419 INFO O| Dec 13 23:50:15.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61822024-12-13T23:50:17.031Z[ recovery-image] Dec 13 23:50:15.419 INFO O| Dec 13 23:50:15.419 INFO STEP 614 (remove_files) COMPLETE
61832024-12-13T23:50:17.031Z[ recovery-image] Dec 13 23:50:15.419 INFO O| Dec 13 23:50:15.419 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-12-13T23:50:17.062Z[ recovery-image] Dec 13 23:50:15.452 INFO O| Dec 13 23:50:15.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61852024-12-13T23:50:17.065Z[ recovery-image] Dec 13 23:50:15.455 INFO O| Dec 13 23:50:15.455 INFO STEP 615 (remove_files) COMPLETE
61862024-12-13T23:50:17.065Z[ recovery-image] Dec 13 23:50:15.455 INFO O| Dec 13 23:50:15.455 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-12-13T23:50:17.101Z[ recovery-image] Dec 13 23:50:15.492 INFO O| Dec 13 23:50:15.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61882024-12-13T23:50:17.101Z[ recovery-image] Dec 13 23:50:15.492 INFO O| Dec 13 23:50:15.492 INFO STEP 616 (remove_files) COMPLETE
61892024-12-13T23:50:17.101Z[ recovery-image] Dec 13 23:50:15.492 INFO O| Dec 13 23:50:15.492 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-12-13T23:50:17.121Z[ recovery-image] Dec 13 23:50:15.512 INFO O| Dec 13 23:50:15.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61912024-12-13T23:50:17.121Z[ recovery-image] Dec 13 23:50:15.512 INFO O| Dec 13 23:50:15.512 INFO STEP 617 (remove_files) COMPLETE
61922024-12-13T23:50:17.121Z[ recovery-image] Dec 13 23:50:15.512 INFO O| Dec 13 23:50:15.512 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-12-13T23:50:17.142Z[ recovery-image] Dec 13 23:50:15.532 INFO O| Dec 13 23:50:15.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61942024-12-13T23:50:17.142Z[ recovery-image] Dec 13 23:50:15.533 INFO O| Dec 13 23:50:15.533 INFO STEP 618 (remove_files) COMPLETE
61952024-12-13T23:50:17.142Z[ recovery-image] Dec 13 23:50:15.533 INFO O| Dec 13 23:50:15.533 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-12-13T23:50:17.162Z[ recovery-image] Dec 13 23:50:15.553 INFO O| Dec 13 23:50:15.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61972024-12-13T23:50:17.163Z[ recovery-image] Dec 13 23:50:15.553 INFO O| Dec 13 23:50:15.553 INFO STEP 619 (remove_files) COMPLETE
61982024-12-13T23:50:17.165Z[ recovery-image] Dec 13 23:50:15.553 INFO O| Dec 13 23:50:15.553 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-12-13T23:50:17.184Z[ recovery-image] Dec 13 23:50:15.575 INFO O| Dec 13 23:50:15.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62002024-12-13T23:50:17.184Z[ recovery-image] Dec 13 23:50:15.575 INFO O| Dec 13 23:50:15.575 INFO STEP 620 (remove_files) COMPLETE
62012024-12-13T23:50:17.186Z[ recovery-image] Dec 13 23:50:15.575 INFO O| Dec 13 23:50:15.575 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-12-13T23:50:17.209Z[ recovery-image] Dec 13 23:50:15.599 INFO O| Dec 13 23:50:15.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62032024-12-13T23:50:17.209Z[ recovery-image] Dec 13 23:50:15.599 INFO O| Dec 13 23:50:15.599 INFO STEP 621 (remove_files) COMPLETE
62042024-12-13T23:50:17.209Z[ recovery-image] Dec 13 23:50:15.599 INFO O| Dec 13 23:50:15.599 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-12-13T23:50:17.231Z[ recovery-image] Dec 13 23:50:15.622 INFO O| Dec 13 23:50:15.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62062024-12-13T23:50:17.231Z[ recovery-image] Dec 13 23:50:15.622 INFO O| Dec 13 23:50:15.622 INFO STEP 622 (remove_files) COMPLETE
62072024-12-13T23:50:17.234Z[ recovery-image] Dec 13 23:50:15.622 INFO O| Dec 13 23:50:15.622 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-12-13T23:50:17.251Z[ recovery-image] Dec 13 23:50:15.642 INFO O| Dec 13 23:50:15.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62092024-12-13T23:50:17.251Z[ recovery-image] Dec 13 23:50:15.642 INFO O| Dec 13 23:50:15.642 INFO STEP 623 (remove_files) COMPLETE
62102024-12-13T23:50:17.254Z[ recovery-image] Dec 13 23:50:15.642 INFO O| Dec 13 23:50:15.642 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-12-13T23:50:17.270Z[ recovery-image] Dec 13 23:50:15.661 INFO O| Dec 13 23:50:15.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62122024-12-13T23:50:17.270Z[ recovery-image] Dec 13 23:50:15.661 INFO O| Dec 13 23:50:15.661 INFO STEP 624 (remove_files) COMPLETE
62132024-12-13T23:50:17.271Z[ recovery-image] Dec 13 23:50:15.661 INFO O| Dec 13 23:50:15.661 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-12-13T23:50:17.290Z[ recovery-image] Dec 13 23:50:15.681 INFO O| Dec 13 23:50:15.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62152024-12-13T23:50:17.290Z[ recovery-image] Dec 13 23:50:15.681 INFO O| Dec 13 23:50:15.681 INFO STEP 625 (remove_files) COMPLETE
62162024-12-13T23:50:17.290Z[ recovery-image] Dec 13 23:50:15.681 INFO O| Dec 13 23:50:15.681 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-12-13T23:50:17.327Z[ recovery-image] Dec 13 23:50:15.718 INFO O| Dec 13 23:50:15.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62182024-12-13T23:50:17.330Z[ recovery-image] Dec 13 23:50:15.718 INFO O| Dec 13 23:50:15.718 INFO STEP 626 (remove_files) COMPLETE
62192024-12-13T23:50:17.330Z[ recovery-image] Dec 13 23:50:15.718 INFO O| Dec 13 23:50:15.718 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-12-13T23:50:17.349Z[ recovery-image] Dec 13 23:50:15.740 INFO O| Dec 13 23:50:15.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62212024-12-13T23:50:17.351Z[ recovery-image] Dec 13 23:50:15.740 INFO O| Dec 13 23:50:15.740 INFO STEP 627 (remove_files) COMPLETE
62222024-12-13T23:50:17.351Z[ recovery-image] Dec 13 23:50:15.740 INFO O| Dec 13 23:50:15.740 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-12-13T23:50:17.389Z[ recovery-image] Dec 13 23:50:15.780 INFO O| Dec 13 23:50:15.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62242024-12-13T23:50:17.389Z[ recovery-image] Dec 13 23:50:15.780 INFO O| Dec 13 23:50:15.780 INFO STEP 628 (remove_files) COMPLETE
62252024-12-13T23:50:17.389Z[ recovery-image] Dec 13 23:50:15.780 INFO O| Dec 13 23:50:15.780 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-12-13T23:50:17.444Z[ recovery-image] Dec 13 23:50:15.835 INFO O| Dec 13 23:50:15.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62272024-12-13T23:50:17.444Z[ recovery-image] Dec 13 23:50:15.835 INFO O| Dec 13 23:50:15.835 INFO STEP 629 (remove_files) COMPLETE
62282024-12-13T23:50:17.444Z[ recovery-image] Dec 13 23:50:15.835 INFO O| Dec 13 23:50:15.835 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-12-13T23:50:17.466Z[ recovery-image] Dec 13 23:50:15.856 INFO O| Dec 13 23:50:15.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62302024-12-13T23:50:17.466Z[ recovery-image] Dec 13 23:50:15.857 INFO O| Dec 13 23:50:15.857 INFO STEP 630 (remove_files) COMPLETE
62312024-12-13T23:50:17.466Z[ recovery-image] Dec 13 23:50:15.857 INFO O| Dec 13 23:50:15.857 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-12-13T23:50:17.487Z[ recovery-image] Dec 13 23:50:15.877 INFO O| Dec 13 23:50:15.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62332024-12-13T23:50:17.487Z[ recovery-image] Dec 13 23:50:15.877 INFO O| Dec 13 23:50:15.877 INFO STEP 631 (remove_files) COMPLETE
62342024-12-13T23:50:17.489Z[ recovery-image] Dec 13 23:50:15.878 INFO O| Dec 13 23:50:15.877 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-12-13T23:50:17.508Z[ recovery-image] Dec 13 23:50:15.899 INFO O| Dec 13 23:50:15.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62362024-12-13T23:50:17.508Z[ recovery-image] Dec 13 23:50:15.899 INFO O| Dec 13 23:50:15.899 INFO STEP 632 (remove_files) COMPLETE
62372024-12-13T23:50:17.508Z[ recovery-image] Dec 13 23:50:15.899 INFO O| Dec 13 23:50:15.899 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-12-13T23:50:17.538Z[ recovery-image] Dec 13 23:50:15.929 INFO O| Dec 13 23:50:15.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62392024-12-13T23:50:17.539Z[ recovery-image] Dec 13 23:50:15.929 INFO O| Dec 13 23:50:15.929 INFO STEP 633 (remove_files) COMPLETE
62402024-12-13T23:50:17.539Z[ recovery-image] Dec 13 23:50:15.929 INFO O| Dec 13 23:50:15.929 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-12-13T23:50:17.596Z[ recovery-image] Dec 13 23:50:15.987 INFO O| Dec 13 23:50:15.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62422024-12-13T23:50:17.596Z[ recovery-image] Dec 13 23:50:15.987 INFO O| Dec 13 23:50:15.987 INFO STEP 634 (remove_files) COMPLETE
62432024-12-13T23:50:17.596Z[ recovery-image] Dec 13 23:50:15.987 INFO O| Dec 13 23:50:15.987 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-12-13T23:50:17.657Z[ recovery-image] Dec 13 23:50:16.047 INFO O| Dec 13 23:50:16.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62452024-12-13T23:50:17.657Z[ recovery-image] Dec 13 23:50:16.047 INFO O| Dec 13 23:50:16.047 INFO STEP 635 (remove_files) COMPLETE
62462024-12-13T23:50:17.657Z[ recovery-image] Dec 13 23:50:16.047 INFO O| Dec 13 23:50:16.047 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-12-13T23:50:17.677Z[ recovery-image] Dec 13 23:50:16.068 INFO O| Dec 13 23:50:16.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62482024-12-13T23:50:17.680Z[ recovery-image] Dec 13 23:50:16.068 INFO O| Dec 13 23:50:16.068 INFO STEP 636 (remove_files) COMPLETE
62492024-12-13T23:50:17.680Z[ recovery-image] Dec 13 23:50:16.068 INFO O| Dec 13 23:50:16.068 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-12-13T23:50:17.714Z[ recovery-image] Dec 13 23:50:16.105 INFO O| Dec 13 23:50:16.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62512024-12-13T23:50:17.717Z[ recovery-image] Dec 13 23:50:16.105 INFO O| Dec 13 23:50:16.105 INFO STEP 637 (remove_files) COMPLETE
62522024-12-13T23:50:17.717Z[ recovery-image] Dec 13 23:50:16.105 INFO O| Dec 13 23:50:16.105 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-12-13T23:50:17.735Z[ recovery-image] Dec 13 23:50:16.125 INFO O| Dec 13 23:50:16.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62542024-12-13T23:50:17.737Z[ recovery-image] Dec 13 23:50:16.125 INFO O| Dec 13 23:50:16.125 INFO STEP 638 (remove_files) COMPLETE
62552024-12-13T23:50:17.738Z[ recovery-image] Dec 13 23:50:16.126 INFO O| Dec 13 23:50:16.125 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-12-13T23:50:17.755Z[ recovery-image] Dec 13 23:50:16.146 INFO O| Dec 13 23:50:16.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62572024-12-13T23:50:17.755Z[ recovery-image] Dec 13 23:50:16.146 INFO O| Dec 13 23:50:16.146 INFO STEP 639 (remove_files) COMPLETE
62582024-12-13T23:50:17.755Z[ recovery-image] Dec 13 23:50:16.146 INFO O| Dec 13 23:50:16.146 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-12-13T23:50:17.785Z[ recovery-image] Dec 13 23:50:16.176 INFO O| Dec 13 23:50:16.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62602024-12-13T23:50:17.785Z[ recovery-image] Dec 13 23:50:16.176 INFO O| Dec 13 23:50:16.176 INFO STEP 640 (remove_files) COMPLETE
62612024-12-13T23:50:17.788Z[ recovery-image] Dec 13 23:50:16.176 INFO O| Dec 13 23:50:16.176 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-12-13T23:50:17.836Z[ recovery-image] Dec 13 23:50:16.226 INFO O| Dec 13 23:50:16.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62632024-12-13T23:50:17.836Z[ recovery-image] Dec 13 23:50:16.226 INFO O| Dec 13 23:50:16.226 INFO STEP 641 (remove_files) COMPLETE
62642024-12-13T23:50:17.836Z[ recovery-image] Dec 13 23:50:16.226 INFO O| Dec 13 23:50:16.226 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-12-13T23:50:17.858Z[ recovery-image] Dec 13 23:50:16.249 INFO O| Dec 13 23:50:16.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62662024-12-13T23:50:17.858Z[ recovery-image] Dec 13 23:50:16.249 INFO O| Dec 13 23:50:16.249 INFO STEP 642 (remove_files) COMPLETE
62672024-12-13T23:50:17.858Z[ recovery-image] Dec 13 23:50:16.249 INFO O| Dec 13 23:50:16.249 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-12-13T23:50:17.879Z[ recovery-image] Dec 13 23:50:16.270 INFO O| Dec 13 23:50:16.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62692024-12-13T23:50:17.879Z[ recovery-image] Dec 13 23:50:16.270 INFO O| Dec 13 23:50:16.270 INFO STEP 643 (remove_files) COMPLETE
62702024-12-13T23:50:17.879Z[ recovery-image] Dec 13 23:50:16.270 INFO O| Dec 13 23:50:16.270 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-12-13T23:50:17.900Z[ recovery-image] Dec 13 23:50:16.291 INFO O| Dec 13 23:50:16.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62722024-12-13T23:50:17.900Z[ recovery-image] Dec 13 23:50:16.291 INFO O| Dec 13 23:50:16.291 INFO STEP 644 (remove_files) COMPLETE
62732024-12-13T23:50:17.903Z[ recovery-image] Dec 13 23:50:16.291 INFO O| Dec 13 23:50:16.291 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-12-13T23:50:17.921Z[ recovery-image] Dec 13 23:50:16.311 INFO O| Dec 13 23:50:16.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62752024-12-13T23:50:17.921Z[ recovery-image] Dec 13 23:50:16.311 INFO O| Dec 13 23:50:16.311 INFO STEP 645 (remove_files) COMPLETE
62762024-12-13T23:50:17.924Z[ recovery-image] Dec 13 23:50:16.311 INFO O| Dec 13 23:50:16.311 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-12-13T23:50:17.975Z[ recovery-image] Dec 13 23:50:16.365 INFO O| Dec 13 23:50:16.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62782024-12-13T23:50:17.975Z[ recovery-image] Dec 13 23:50:16.365 INFO O| Dec 13 23:50:16.365 INFO STEP 646 (remove_files) COMPLETE
62792024-12-13T23:50:17.975Z[ recovery-image] Dec 13 23:50:16.365 INFO O| Dec 13 23:50:16.365 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-12-13T23:50:18.008Z[ recovery-image] Dec 13 23:50:16.398 INFO O| Dec 13 23:50:16.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62812024-12-13T23:50:18.008Z[ recovery-image] Dec 13 23:50:16.398 INFO O| Dec 13 23:50:16.398 INFO STEP 647 (remove_files) COMPLETE
62822024-12-13T23:50:18.011Z[ recovery-image] Dec 13 23:50:16.398 INFO O| Dec 13 23:50:16.398 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-12-13T23:50:18.027Z[ recovery-image] Dec 13 23:50:16.418 INFO O| Dec 13 23:50:16.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62842024-12-13T23:50:18.027Z[ recovery-image] Dec 13 23:50:16.418 INFO O| Dec 13 23:50:16.418 INFO STEP 648 (remove_files) COMPLETE
62852024-12-13T23:50:18.029Z[ recovery-image] Dec 13 23:50:16.418 INFO O| Dec 13 23:50:16.418 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-12-13T23:50:18.045Z[ recovery-image] Dec 13 23:50:16.436 INFO O| Dec 13 23:50:16.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62872024-12-13T23:50:18.045Z[ recovery-image] Dec 13 23:50:16.436 INFO O| Dec 13 23:50:16.436 INFO STEP 649 (remove_files) COMPLETE
62882024-12-13T23:50:18.045Z[ recovery-image] Dec 13 23:50:16.436 INFO O| Dec 13 23:50:16.436 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-12-13T23:50:18.065Z[ recovery-image] Dec 13 23:50:16.455 INFO O| Dec 13 23:50:16.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62902024-12-13T23:50:18.065Z[ recovery-image] Dec 13 23:50:16.455 INFO O| Dec 13 23:50:16.455 INFO STEP 650 (remove_files) COMPLETE
62912024-12-13T23:50:18.065Z[ recovery-image] Dec 13 23:50:16.455 INFO O| Dec 13 23:50:16.455 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-12-13T23:50:18.084Z[ recovery-image] Dec 13 23:50:16.474 INFO O| Dec 13 23:50:16.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62932024-12-13T23:50:18.084Z[ recovery-image] Dec 13 23:50:16.474 INFO O| Dec 13 23:50:16.474 INFO STEP 651 (remove_files) COMPLETE
62942024-12-13T23:50:18.086Z[ recovery-image] Dec 13 23:50:16.475 INFO O| Dec 13 23:50:16.474 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-12-13T23:50:18.103Z[ recovery-image] Dec 13 23:50:16.493 INFO O| Dec 13 23:50:16.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62962024-12-13T23:50:18.103Z[ recovery-image] Dec 13 23:50:16.493 INFO O| Dec 13 23:50:16.493 INFO STEP 652 (remove_files) COMPLETE
62972024-12-13T23:50:18.103Z[ recovery-image] Dec 13 23:50:16.493 INFO O| Dec 13 23:50:16.493 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-12-13T23:50:18.121Z[ recovery-image] Dec 13 23:50:16.512 INFO O| Dec 13 23:50:16.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62992024-12-13T23:50:18.121Z[ recovery-image] Dec 13 23:50:16.512 INFO O| Dec 13 23:50:16.512 INFO STEP 653 (remove_files) COMPLETE
63002024-12-13T23:50:18.124Z[ recovery-image] Dec 13 23:50:16.512 INFO O| Dec 13 23:50:16.512 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-12-13T23:50:18.152Z[ recovery-image] Dec 13 23:50:16.542 INFO O| Dec 13 23:50:16.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63022024-12-13T23:50:18.152Z[ recovery-image] Dec 13 23:50:16.543 INFO O| Dec 13 23:50:16.543 INFO STEP 654 (remove_files) COMPLETE
63032024-12-13T23:50:18.152Z[ recovery-image] Dec 13 23:50:16.543 INFO O| Dec 13 23:50:16.543 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-12-13T23:50:18.171Z[ recovery-image] Dec 13 23:50:16.562 INFO O| Dec 13 23:50:16.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63052024-12-13T23:50:18.171Z[ recovery-image] Dec 13 23:50:16.562 INFO O| Dec 13 23:50:16.562 INFO STEP 655 (remove_files) COMPLETE
63062024-12-13T23:50:18.174Z[ recovery-image] Dec 13 23:50:16.562 INFO O| Dec 13 23:50:16.562 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-12-13T23:50:18.247Z[ recovery-image] Dec 13 23:50:16.637 INFO O| Dec 13 23:50:16.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63082024-12-13T23:50:18.247Z[ recovery-image] Dec 13 23:50:16.637 INFO O| Dec 13 23:50:16.637 INFO STEP 656 (remove_files) COMPLETE
63092024-12-13T23:50:18.247Z[ recovery-image] Dec 13 23:50:16.637 INFO O| Dec 13 23:50:16.637 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-12-13T23:50:18.270Z[ recovery-image] Dec 13 23:50:16.660 INFO O| Dec 13 23:50:16.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63112024-12-13T23:50:18.270Z[ recovery-image] Dec 13 23:50:16.660 INFO O| Dec 13 23:50:16.660 INFO STEP 657 (remove_files) COMPLETE
63122024-12-13T23:50:18.270Z[ recovery-image] Dec 13 23:50:16.660 INFO O| Dec 13 23:50:16.660 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-12-13T23:50:18.304Z[ recovery-image] Dec 13 23:50:16.694 INFO O| Dec 13 23:50:16.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63142024-12-13T23:50:18.304Z[ recovery-image] Dec 13 23:50:16.694 INFO O| Dec 13 23:50:16.694 INFO STEP 658 (remove_files) COMPLETE
63152024-12-13T23:50:18.304Z[ recovery-image] Dec 13 23:50:16.694 INFO O| Dec 13 23:50:16.694 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-12-13T23:50:18.325Z[ recovery-image] Dec 13 23:50:16.716 INFO O| Dec 13 23:50:16.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63172024-12-13T23:50:18.325Z[ recovery-image] Dec 13 23:50:16.716 INFO O| Dec 13 23:50:16.716 INFO STEP 659 (remove_files) COMPLETE
63182024-12-13T23:50:18.325Z[ recovery-image] Dec 13 23:50:16.716 INFO O| Dec 13 23:50:16.716 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-12-13T23:50:18.347Z[ recovery-image] Dec 13 23:50:16.737 INFO O| Dec 13 23:50:16.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63202024-12-13T23:50:18.347Z[ recovery-image] Dec 13 23:50:16.737 INFO O| Dec 13 23:50:16.737 INFO STEP 660 (remove_files) COMPLETE
63212024-12-13T23:50:18.347Z[ recovery-image] Dec 13 23:50:16.737 INFO O| Dec 13 23:50:16.737 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-12-13T23:50:18.423Z[ recovery-image] Dec 13 23:50:16.813 INFO O| Dec 13 23:50:16.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63232024-12-13T23:50:18.423Z[ recovery-image] Dec 13 23:50:16.813 INFO O| Dec 13 23:50:16.813 INFO STEP 661 (remove_files) COMPLETE
63242024-12-13T23:50:18.426Z[ recovery-image] Dec 13 23:50:16.813 INFO O| Dec 13 23:50:16.813 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-12-13T23:50:18.480Z[ recovery-image] Dec 13 23:50:16.870 INFO O| Dec 13 23:50:16.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63262024-12-13T23:50:18.480Z[ recovery-image] Dec 13 23:50:16.870 INFO O| Dec 13 23:50:16.870 INFO STEP 662 (remove_files) COMPLETE
63272024-12-13T23:50:18.483Z[ recovery-image] Dec 13 23:50:16.871 INFO O| Dec 13 23:50:16.870 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-12-13T23:50:18.505Z[ recovery-image] Dec 13 23:50:16.895 INFO O| Dec 13 23:50:16.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63292024-12-13T23:50:18.526Z[ recovery-image] Dec 13 23:50:16.917 INFO O| Dec 13 23:50:16.917 INFO STEP 663 (remove_files) COMPLETE
63302024-12-13T23:50:18.526Z[ recovery-image] Dec 13 23:50:16.917 INFO O| Dec 13 23:50:16.917 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-12-13T23:50:18.558Z[ recovery-image] Dec 13 23:50:16.948 INFO O| Dec 13 23:50:16.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63322024-12-13T23:50:18.561Z[ recovery-image] Dec 13 23:50:16.948 INFO O| Dec 13 23:50:16.948 INFO STEP 664 (remove_files) COMPLETE
63332024-12-13T23:50:18.561Z[ recovery-image] Dec 13 23:50:16.948 INFO O| Dec 13 23:50:16.948 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-12-13T23:50:18.590Z[ recovery-image] Dec 13 23:50:16.981 INFO O| Dec 13 23:50:16.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63352024-12-13T23:50:18.590Z[ recovery-image] Dec 13 23:50:16.981 INFO O| Dec 13 23:50:16.981 INFO STEP 665 (remove_files) COMPLETE
63362024-12-13T23:50:18.590Z[ recovery-image] Dec 13 23:50:16.981 INFO O| Dec 13 23:50:16.981 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-12-13T23:50:18.631Z[ recovery-image] Dec 13 23:50:17.021 INFO O| Dec 13 23:50:17.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63382024-12-13T23:50:18.631Z[ recovery-image] Dec 13 23:50:17.021 INFO O| Dec 13 23:50:17.021 INFO STEP 666 (remove_files) COMPLETE
63392024-12-13T23:50:18.634Z[ recovery-image] Dec 13 23:50:17.021 INFO O| Dec 13 23:50:17.021 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-12-13T23:50:18.652Z[ recovery-image] Dec 13 23:50:17.043 INFO O| Dec 13 23:50:17.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63412024-12-13T23:50:18.653Z[ recovery-image] Dec 13 23:50:17.043 INFO O| Dec 13 23:50:17.043 INFO STEP 667 (remove_files) COMPLETE
63422024-12-13T23:50:18.655Z[ recovery-image] Dec 13 23:50:17.043 INFO O| Dec 13 23:50:17.043 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-12-13T23:50:18.690Z[ recovery-image] Dec 13 23:50:17.081 INFO O| Dec 13 23:50:17.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63442024-12-13T23:50:18.690Z[ recovery-image] Dec 13 23:50:17.081 INFO O| Dec 13 23:50:17.081 INFO STEP 668 (remove_files) COMPLETE
63452024-12-13T23:50:18.693Z[ recovery-image] Dec 13 23:50:17.081 INFO O| Dec 13 23:50:17.081 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-12-13T23:50:18.749Z[ recovery-image] Dec 13 23:50:17.140 INFO O| Dec 13 23:50:17.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63472024-12-13T23:50:18.749Z[ recovery-image] Dec 13 23:50:17.140 INFO O| Dec 13 23:50:17.140 INFO STEP 669 (remove_files) COMPLETE
63482024-12-13T23:50:18.749Z[ recovery-image] Dec 13 23:50:17.140 INFO O| Dec 13 23:50:17.140 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-12-13T23:50:18.769Z[ recovery-image] Dec 13 23:50:17.159 INFO O| Dec 13 23:50:17.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63502024-12-13T23:50:18.769Z[ recovery-image] Dec 13 23:50:17.159 INFO O| Dec 13 23:50:17.159 INFO STEP 670 (remove_files) COMPLETE
63512024-12-13T23:50:18.769Z[ recovery-image] Dec 13 23:50:17.159 INFO O| Dec 13 23:50:17.159 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-12-13T23:50:18.796Z[ recovery-image] Dec 13 23:50:17.187 INFO O| Dec 13 23:50:17.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63532024-12-13T23:50:18.799Z[ recovery-image] Dec 13 23:50:17.187 INFO O| Dec 13 23:50:17.187 INFO STEP 671 (remove_files) COMPLETE
63542024-12-13T23:50:18.799Z[ recovery-image] Dec 13 23:50:17.187 INFO O| Dec 13 23:50:17.187 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-12-13T23:50:18.831Z[ recovery-image] Dec 13 23:50:17.222 INFO O| Dec 13 23:50:17.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63562024-12-13T23:50:18.834Z[ recovery-image] Dec 13 23:50:17.222 INFO O| Dec 13 23:50:17.222 INFO STEP 672 (remove_files) COMPLETE
63572024-12-13T23:50:18.834Z[ recovery-image] Dec 13 23:50:17.222 INFO O| Dec 13 23:50:17.222 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-12-13T23:50:18.860Z[ recovery-image] Dec 13 23:50:17.250 INFO O| Dec 13 23:50:17.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63592024-12-13T23:50:18.860Z[ recovery-image] Dec 13 23:50:17.250 INFO O| Dec 13 23:50:17.250 INFO STEP 673 (remove_files) COMPLETE
63602024-12-13T23:50:18.860Z[ recovery-image] Dec 13 23:50:17.250 INFO O| Dec 13 23:50:17.250 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-12-13T23:50:18.878Z[ recovery-image] Dec 13 23:50:17.269 INFO O| Dec 13 23:50:17.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63622024-12-13T23:50:18.878Z[ recovery-image] Dec 13 23:50:17.269 INFO O| Dec 13 23:50:17.269 INFO STEP 674 (remove_files) COMPLETE
63632024-12-13T23:50:18.878Z[ recovery-image] Dec 13 23:50:17.269 INFO O| Dec 13 23:50:17.269 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-12-13T23:50:18.898Z[ recovery-image] Dec 13 23:50:17.288 INFO O| Dec 13 23:50:17.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63652024-12-13T23:50:18.898Z[ recovery-image] Dec 13 23:50:17.288 INFO O| Dec 13 23:50:17.288 INFO STEP 675 (remove_files) COMPLETE
63662024-12-13T23:50:18.898Z[ recovery-image] Dec 13 23:50:17.288 INFO O| Dec 13 23:50:17.288 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-12-13T23:50:18.917Z[ recovery-image] Dec 13 23:50:17.308 INFO O| Dec 13 23:50:17.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63682024-12-13T23:50:18.917Z[ recovery-image] Dec 13 23:50:17.308 INFO O| Dec 13 23:50:17.308 INFO STEP 676 (remove_files) COMPLETE
63692024-12-13T23:50:18.917Z[ recovery-image] Dec 13 23:50:17.308 INFO O| Dec 13 23:50:17.308 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-12-13T23:50:18.936Z[ recovery-image] Dec 13 23:50:17.327 INFO O| Dec 13 23:50:17.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63712024-12-13T23:50:18.936Z[ recovery-image] Dec 13 23:50:17.327 INFO O| Dec 13 23:50:17.327 INFO STEP 677 (remove_files) COMPLETE
63722024-12-13T23:50:18.936Z[ recovery-image] Dec 13 23:50:17.327 INFO O| Dec 13 23:50:17.327 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-12-13T23:50:18.967Z[ recovery-image] Dec 13 23:50:17.357 INFO O| Dec 13 23:50:17.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63742024-12-13T23:50:18.970Z[ recovery-image] Dec 13 23:50:17.357 INFO O| Dec 13 23:50:17.357 INFO STEP 678 (remove_files) COMPLETE
63752024-12-13T23:50:18.970Z[ recovery-image] Dec 13 23:50:17.358 INFO O| Dec 13 23:50:17.358 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-12-13T23:50:18.989Z[ recovery-image] Dec 13 23:50:17.379 INFO O| Dec 13 23:50:17.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63772024-12-13T23:50:18.991Z[ recovery-image] Dec 13 23:50:17.380 INFO O| Dec 13 23:50:17.380 INFO STEP 679 (remove_files) COMPLETE
63782024-12-13T23:50:18.991Z[ recovery-image] Dec 13 23:50:17.380 INFO O| Dec 13 23:50:17.380 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-12-13T23:50:19.011Z[ recovery-image] Dec 13 23:50:17.400 INFO O| Dec 13 23:50:17.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63802024-12-13T23:50:19.014Z[ recovery-image] Dec 13 23:50:17.400 INFO O| Dec 13 23:50:17.400 INFO STEP 680 (remove_files) COMPLETE
63812024-12-13T23:50:19.014Z[ recovery-image] Dec 13 23:50:17.400 INFO O| Dec 13 23:50:17.400 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-12-13T23:50:19.043Z[ host-image] Dec 13 23:50:17.434 INFO O| Dec 13 23:50:17.434 INFO O| Done
63832024-12-13T23:50:19.047Z[ recovery-image] Dec 13 23:50:17.436 INFO O| Dec 13 23:50:17.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63842024-12-13T23:50:19.047Z[ recovery-image] Dec 13 23:50:17.436 INFO O| Dec 13 23:50:17.436 INFO STEP 681 (remove_files) COMPLETE
63852024-12-13T23:50:19.047Z[ recovery-image] Dec 13 23:50:17.436 INFO O| Dec 13 23:50:17.436 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-12-13T23:50:19.067Z[ recovery-image] Dec 13 23:50:17.458 INFO O| Dec 13 23:50:17.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63872024-12-13T23:50:19.070Z[ recovery-image] Dec 13 23:50:17.458 INFO O| Dec 13 23:50:17.458 INFO STEP 682 (remove_files) COMPLETE
63882024-12-13T23:50:19.070Z[ recovery-image] Dec 13 23:50:17.458 INFO O| Dec 13 23:50:17.458 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-12-13T23:50:19.099Z[ recovery-image] Dec 13 23:50:17.489 INFO O| Dec 13 23:50:17.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63902024-12-13T23:50:19.099Z[ recovery-image] Dec 13 23:50:17.489 INFO O| Dec 13 23:50:17.489 INFO STEP 683 (remove_files) COMPLETE
63912024-12-13T23:50:19.099Z[ recovery-image] Dec 13 23:50:17.489 INFO O| Dec 13 23:50:17.489 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-12-13T23:50:19.101Z[ host-image] Dec 13 23:50:17.490 INFO O| Dec 13 23:50:17.490 INFO O| Done
63932024-12-13T23:50:19.102Z[ host-image] Dec 13 23:50:17.490 INFO O| Dec 13 23:50:17.490 INFO O| Done
63942024-12-13T23:50:19.172Z[ host-image] Dec 13 23:50:17.563 INFO O| Dec 13 23:50:17.562 INFO O| Done
63952024-12-13T23:50:19.253Z[ recovery-image] Dec 13 23:50:17.643 INFO O| Dec 13 23:50:17.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63962024-12-13T23:50:19.253Z[ recovery-image] Dec 13 23:50:17.643 INFO O| Dec 13 23:50:17.643 INFO STEP 684 (remove_files) COMPLETE
63972024-12-13T23:50:19.253Z[ recovery-image] Dec 13 23:50:17.643 INFO O| Dec 13 23:50:17.643 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-12-13T23:50:19.274Z[ recovery-image] Dec 13 23:50:17.664 INFO O| Dec 13 23:50:17.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63992024-12-13T23:50:19.274Z[ recovery-image] Dec 13 23:50:17.665 INFO O| Dec 13 23:50:17.664 INFO STEP 685 (remove_files) COMPLETE
64002024-12-13T23:50:19.274Z[ recovery-image] Dec 13 23:50:17.665 INFO O| Dec 13 23:50:17.664 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-12-13T23:50:19.294Z[ recovery-image] Dec 13 23:50:17.684 INFO O| Dec 13 23:50:17.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64022024-12-13T23:50:19.294Z[ recovery-image] Dec 13 23:50:17.684 INFO O| Dec 13 23:50:17.684 INFO STEP 686 (remove_files) COMPLETE
64032024-12-13T23:50:19.297Z[ recovery-image] Dec 13 23:50:17.684 INFO O| Dec 13 23:50:17.684 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-12-13T23:50:19.318Z[ recovery-image] Dec 13 23:50:17.708 INFO O| Dec 13 23:50:17.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64052024-12-13T23:50:19.318Z[ recovery-image] Dec 13 23:50:17.708 INFO O| Dec 13 23:50:17.708 INFO STEP 687 (remove_files) COMPLETE
64062024-12-13T23:50:19.318Z[ recovery-image] Dec 13 23:50:17.708 INFO O| Dec 13 23:50:17.708 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-12-13T23:50:19.351Z[ recovery-image] Dec 13 23:50:17.742 INFO O| Dec 13 23:50:17.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64082024-12-13T23:50:19.352Z[ recovery-image] Dec 13 23:50:17.742 INFO O| Dec 13 23:50:17.742 INFO STEP 688 (remove_files) COMPLETE
64092024-12-13T23:50:19.352Z[ recovery-image] Dec 13 23:50:17.742 INFO O| Dec 13 23:50:17.742 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-12-13T23:50:19.372Z[ recovery-image] Dec 13 23:50:17.762 INFO O| Dec 13 23:50:17.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64112024-12-13T23:50:19.372Z[ recovery-image] Dec 13 23:50:17.762 INFO O| Dec 13 23:50:17.762 INFO STEP 689 (remove_files) COMPLETE
64122024-12-13T23:50:19.373Z[ recovery-image] Dec 13 23:50:17.762 INFO O| Dec 13 23:50:17.762 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-12-13T23:50:19.376Z[ host-image] Dec 13 23:50:17.763 INFO O| Dec 13 23:50:17.763 INFO STEP 13 (pkg_install) COMPLETE
64142024-12-13T23:50:19.376Z[ host-image] Dec 13 23:50:17.763 INFO O| Dec 13 23:50:17.763 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
64152024-12-13T23:50:19.391Z[ host-image] Dec 13 23:50:17.782 INFO O| Dec 13 23:50:17.782 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
64162024-12-13T23:50:19.476Z[ recovery-image] Dec 13 23:50:17.866 INFO O| Dec 13 23:50:17.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64172024-12-13T23:50:19.476Z[ recovery-image] Dec 13 23:50:17.866 INFO O| Dec 13 23:50:17.866 INFO STEP 690 (remove_files) COMPLETE
64182024-12-13T23:50:19.476Z[ recovery-image] Dec 13 23:50:17.866 INFO O| Dec 13 23:50:17.866 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-12-13T23:50:19.560Z[ recovery-image] Dec 13 23:50:17.950 INFO O| Dec 13 23:50:17.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64202024-12-13T23:50:19.560Z[ recovery-image] Dec 13 23:50:17.951 INFO O| Dec 13 23:50:17.951 INFO STEP 691 (remove_files) COMPLETE
64212024-12-13T23:50:19.566Z[ recovery-image] Dec 13 23:50:17.951 INFO O| Dec 13 23:50:17.951 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-12-13T23:50:19.581Z[ recovery-image] Dec 13 23:50:17.971 INFO O| Dec 13 23:50:17.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64232024-12-13T23:50:19.581Z[ recovery-image] Dec 13 23:50:17.971 INFO O| Dec 13 23:50:17.971 INFO STEP 692 (remove_files) COMPLETE
64242024-12-13T23:50:19.581Z[ recovery-image] Dec 13 23:50:17.971 INFO O| Dec 13 23:50:17.971 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-12-13T23:50:19.613Z[ recovery-image] Dec 13 23:50:18.003 INFO O| Dec 13 23:50:18.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64262024-12-13T23:50:19.613Z[ recovery-image] Dec 13 23:50:18.003 INFO O| Dec 13 23:50:18.003 INFO STEP 693 (remove_files) COMPLETE
64272024-12-13T23:50:19.616Z[ recovery-image] Dec 13 23:50:18.003 INFO O| Dec 13 23:50:18.003 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-12-13T23:50:19.650Z[ recovery-image] Dec 13 23:50:18.039 INFO O| Dec 13 23:50:18.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64292024-12-13T23:50:19.650Z[ recovery-image] Dec 13 23:50:18.040 INFO O| Dec 13 23:50:18.039 INFO STEP 694 (remove_files) COMPLETE
64302024-12-13T23:50:19.650Z[ recovery-image] Dec 13 23:50:18.040 INFO O| Dec 13 23:50:18.040 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-12-13T23:50:19.706Z[ recovery-image] Dec 13 23:50:18.095 INFO O| Dec 13 23:50:18.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64322024-12-13T23:50:19.706Z[ recovery-image] Dec 13 23:50:18.095 INFO O| Dec 13 23:50:18.095 INFO STEP 695 (remove_files) COMPLETE
64332024-12-13T23:50:19.706Z[ recovery-image] Dec 13 23:50:18.095 INFO O| Dec 13 23:50:18.095 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-12-13T23:50:19.733Z[ recovery-image] Dec 13 23:50:18.122 INFO O| Dec 13 23:50:18.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64352024-12-13T23:50:19.733Z[ recovery-image] Dec 13 23:50:18.122 INFO O| Dec 13 23:50:18.122 INFO STEP 696 (remove_files) COMPLETE
64362024-12-13T23:50:19.733Z[ recovery-image] Dec 13 23:50:18.122 INFO O| Dec 13 23:50:18.122 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-12-13T23:50:19.762Z[ recovery-image] Dec 13 23:50:18.152 INFO O| Dec 13 23:50:18.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64382024-12-13T23:50:19.762Z[ recovery-image] Dec 13 23:50:18.153 INFO O| Dec 13 23:50:18.152 INFO STEP 697 (remove_files) COMPLETE
64392024-12-13T23:50:19.762Z[ recovery-image] Dec 13 23:50:18.153 INFO O| Dec 13 23:50:18.153 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-12-13T23:50:19.790Z[ recovery-image] Dec 13 23:50:18.180 INFO O| Dec 13 23:50:18.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64412024-12-13T23:50:19.790Z[ recovery-image] Dec 13 23:50:18.180 INFO O| Dec 13 23:50:18.180 INFO STEP 698 (remove_files) COMPLETE
64422024-12-13T23:50:19.792Z[ recovery-image] Dec 13 23:50:18.180 INFO O| Dec 13 23:50:18.180 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-12-13T23:50:19.828Z[ recovery-image] Dec 13 23:50:18.218 INFO O| Dec 13 23:50:18.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64442024-12-13T23:50:19.828Z[ recovery-image] Dec 13 23:50:18.218 INFO O| Dec 13 23:50:18.218 INFO STEP 699 (remove_files) COMPLETE
64452024-12-13T23:50:19.831Z[ recovery-image] Dec 13 23:50:18.219 INFO O| Dec 13 23:50:18.218 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-12-13T23:50:19.888Z[ recovery-image] Dec 13 23:50:18.277 INFO O| Dec 13 23:50:18.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64472024-12-13T23:50:19.888Z[ recovery-image] Dec 13 23:50:18.278 INFO O| Dec 13 23:50:18.278 INFO STEP 700 (remove_files) COMPLETE
64482024-12-13T23:50:19.888Z[ recovery-image] Dec 13 23:50:18.278 INFO O| Dec 13 23:50:18.278 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-12-13T23:50:19.908Z[ recovery-image] Dec 13 23:50:18.297 INFO O| Dec 13 23:50:18.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64502024-12-13T23:50:19.908Z[ recovery-image] Dec 13 23:50:18.297 INFO O| Dec 13 23:50:18.297 INFO STEP 701 (remove_files) COMPLETE
64512024-12-13T23:50:19.908Z[ recovery-image] Dec 13 23:50:18.298 INFO O| Dec 13 23:50:18.297 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-12-13T23:50:19.928Z[ recovery-image] Dec 13 23:50:18.317 INFO O| Dec 13 23:50:18.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64532024-12-13T23:50:19.928Z[ recovery-image] Dec 13 23:50:18.317 INFO O| Dec 13 23:50:18.317 INFO STEP 702 (remove_files) COMPLETE
64542024-12-13T23:50:19.928Z[ recovery-image] Dec 13 23:50:18.317 INFO O| Dec 13 23:50:18.317 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-12-13T23:50:19.987Z[ recovery-image] Dec 13 23:50:18.377 INFO O| Dec 13 23:50:18.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64562024-12-13T23:50:19.987Z[ recovery-image] Dec 13 23:50:18.377 INFO O| Dec 13 23:50:18.377 INFO STEP 703 (remove_files) COMPLETE
64572024-12-13T23:50:19.987Z[ recovery-image] Dec 13 23:50:18.377 INFO O| Dec 13 23:50:18.377 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-12-13T23:50:20.074Z[ recovery-image] Dec 13 23:50:18.464 INFO O| Dec 13 23:50:18.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64592024-12-13T23:50:20.074Z[ recovery-image] Dec 13 23:50:18.464 INFO O| Dec 13 23:50:18.464 INFO STEP 704 (remove_files) COMPLETE
64602024-12-13T23:50:20.076Z[ recovery-image] Dec 13 23:50:18.464 INFO O| Dec 13 23:50:18.464 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-12-13T23:50:20.182Z[ recovery-image] Dec 13 23:50:18.572 INFO O| Dec 13 23:50:18.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64622024-12-13T23:50:20.186Z[ recovery-image] Dec 13 23:50:18.572 INFO O| Dec 13 23:50:18.572 INFO STEP 705 (remove_files) COMPLETE
64632024-12-13T23:50:20.186Z[ recovery-image] Dec 13 23:50:18.572 INFO O| Dec 13 23:50:18.572 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-12-13T23:50:20.221Z[ recovery-image] Dec 13 23:50:18.611 INFO O| Dec 13 23:50:18.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64652024-12-13T23:50:20.221Z[ recovery-image] Dec 13 23:50:18.611 INFO O| Dec 13 23:50:18.611 INFO STEP 706 (remove_files) COMPLETE
64662024-12-13T23:50:20.221Z[ recovery-image] Dec 13 23:50:18.611 INFO O| Dec 13 23:50:18.611 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-12-13T23:50:20.241Z[ recovery-image] Dec 13 23:50:18.631 INFO O| Dec 13 23:50:18.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64682024-12-13T23:50:20.241Z[ recovery-image] Dec 13 23:50:18.631 INFO O| Dec 13 23:50:18.631 INFO STEP 707 (remove_files) COMPLETE
64692024-12-13T23:50:20.241Z[ recovery-image] Dec 13 23:50:18.631 INFO O| Dec 13 23:50:18.631 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-12-13T23:50:20.260Z[ recovery-image] Dec 13 23:50:18.650 INFO O| Dec 13 23:50:18.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64712024-12-13T23:50:20.262Z[ recovery-image] Dec 13 23:50:18.650 INFO O| Dec 13 23:50:18.650 INFO STEP 708 (remove_files) COMPLETE
64722024-12-13T23:50:20.262Z[ recovery-image] Dec 13 23:50:18.651 INFO O| Dec 13 23:50:18.650 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-12-13T23:50:20.280Z[ recovery-image] Dec 13 23:50:18.671 INFO O| Dec 13 23:50:18.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64742024-12-13T23:50:20.280Z[ recovery-image] Dec 13 23:50:18.671 INFO O| Dec 13 23:50:18.671 INFO STEP 709 (remove_files) COMPLETE
64752024-12-13T23:50:20.280Z[ recovery-image] Dec 13 23:50:18.671 INFO O| Dec 13 23:50:18.671 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-12-13T23:50:20.301Z[ recovery-image] Dec 13 23:50:18.690 INFO O| Dec 13 23:50:18.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64772024-12-13T23:50:20.301Z[ recovery-image] Dec 13 23:50:18.690 INFO O| Dec 13 23:50:18.690 INFO STEP 710 (remove_files) COMPLETE
64782024-12-13T23:50:20.301Z[ recovery-image] Dec 13 23:50:18.690 INFO O| Dec 13 23:50:18.690 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-12-13T23:50:20.320Z[ recovery-image] Dec 13 23:50:18.710 INFO O| Dec 13 23:50:18.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64802024-12-13T23:50:20.320Z[ recovery-image] Dec 13 23:50:18.710 INFO O| Dec 13 23:50:18.710 INFO STEP 711 (remove_files) COMPLETE
64812024-12-13T23:50:20.322Z[ recovery-image] Dec 13 23:50:18.710 INFO O| Dec 13 23:50:18.710 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-12-13T23:50:20.364Z[ recovery-image] Dec 13 23:50:18.754 INFO O| Dec 13 23:50:18.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64832024-12-13T23:50:20.367Z[ recovery-image] Dec 13 23:50:18.755 INFO O| Dec 13 23:50:18.755 INFO STEP 712 (remove_files) COMPLETE
64842024-12-13T23:50:20.367Z[ recovery-image] Dec 13 23:50:18.755 INFO O| Dec 13 23:50:18.755 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-12-13T23:50:20.405Z[ recovery-image] Dec 13 23:50:18.795 INFO O| Dec 13 23:50:18.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64862024-12-13T23:50:20.405Z[ recovery-image] Dec 13 23:50:18.795 INFO O| Dec 13 23:50:18.795 INFO STEP 713 (remove_files) COMPLETE
64872024-12-13T23:50:20.405Z[ recovery-image] Dec 13 23:50:18.795 INFO O| Dec 13 23:50:18.795 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-12-13T23:50:20.426Z[ recovery-image] Dec 13 23:50:18.816 INFO O| Dec 13 23:50:18.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64892024-12-13T23:50:20.429Z[ recovery-image] Dec 13 23:50:18.817 INFO O| Dec 13 23:50:18.816 INFO STEP 714 (remove_files) COMPLETE
64902024-12-13T23:50:20.429Z[ recovery-image] Dec 13 23:50:18.817 INFO O| Dec 13 23:50:18.817 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-12-13T23:50:20.457Z[ recovery-image] Dec 13 23:50:18.847 INFO O| Dec 13 23:50:18.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64922024-12-13T23:50:20.459Z[ recovery-image] Dec 13 23:50:18.847 INFO O| Dec 13 23:50:18.847 INFO STEP 715 (remove_files) COMPLETE
64932024-12-13T23:50:20.459Z[ recovery-image] Dec 13 23:50:18.847 INFO O| Dec 13 23:50:18.847 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-12-13T23:50:20.538Z[ recovery-image] Dec 13 23:50:18.928 INFO O| Dec 13 23:50:18.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64952024-12-13T23:50:20.539Z[ recovery-image] Dec 13 23:50:18.928 INFO O| Dec 13 23:50:18.928 INFO STEP 716 (remove_files) COMPLETE
64962024-12-13T23:50:20.541Z[ recovery-image] Dec 13 23:50:18.928 INFO O| Dec 13 23:50:18.928 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-12-13T23:50:20.575Z[ host-image] Dec 13 23:50:18.965 INFO O| Dec 13 23:50:18.965 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
64982024-12-13T23:50:20.593Z[ recovery-image] Dec 13 23:50:18.983 INFO O| Dec 13 23:50:18.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64992024-12-13T23:50:20.593Z[ recovery-image] Dec 13 23:50:18.984 INFO O| Dec 13 23:50:18.984 INFO STEP 717 (remove_files) COMPLETE
65002024-12-13T23:50:20.596Z[ recovery-image] Dec 13 23:50:18.984 INFO O| Dec 13 23:50:18.984 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-12-13T23:50:20.653Z[ recovery-image] Dec 13 23:50:19.043 INFO O| Dec 13 23:50:19.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65022024-12-13T23:50:20.653Z[ recovery-image] Dec 13 23:50:19.043 INFO O| Dec 13 23:50:19.043 INFO STEP 718 (remove_files) COMPLETE
65032024-12-13T23:50:20.653Z[ recovery-image] Dec 13 23:50:19.043 INFO O| Dec 13 23:50:19.043 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-12-13T23:50:20.687Z[ recovery-image] Dec 13 23:50:19.077 INFO O| Dec 13 23:50:19.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65052024-12-13T23:50:20.687Z[ recovery-image] Dec 13 23:50:19.077 INFO O| Dec 13 23:50:19.077 INFO STEP 719 (remove_files) COMPLETE
65062024-12-13T23:50:20.690Z[ recovery-image] Dec 13 23:50:19.077 INFO O| Dec 13 23:50:19.077 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-12-13T23:50:20.714Z[ recovery-image] Dec 13 23:50:19.104 INFO O| Dec 13 23:50:19.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65082024-12-13T23:50:20.716Z[ recovery-image] Dec 13 23:50:19.104 INFO O| Dec 13 23:50:19.104 INFO STEP 720 (remove_files) COMPLETE
65092024-12-13T23:50:20.716Z[ recovery-image] Dec 13 23:50:19.104 INFO O| Dec 13 23:50:19.104 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-12-13T23:50:20.740Z[ recovery-image] Dec 13 23:50:19.130 INFO O| Dec 13 23:50:19.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65112024-12-13T23:50:20.740Z[ recovery-image] Dec 13 23:50:19.130 INFO O| Dec 13 23:50:19.130 INFO STEP 721 (remove_files) COMPLETE
65122024-12-13T23:50:20.743Z[ recovery-image] Dec 13 23:50:19.130 INFO O| Dec 13 23:50:19.130 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-12-13T23:50:20.781Z[ recovery-image] Dec 13 23:50:19.171 INFO O| Dec 13 23:50:19.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65142024-12-13T23:50:20.781Z[ recovery-image] Dec 13 23:50:19.171 INFO O| Dec 13 23:50:19.171 INFO STEP 722 (remove_files) COMPLETE
65152024-12-13T23:50:20.783Z[ recovery-image] Dec 13 23:50:19.171 INFO O| Dec 13 23:50:19.171 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-12-13T23:50:20.812Z[ recovery-image] Dec 13 23:50:19.202 INFO O| Dec 13 23:50:19.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65172024-12-13T23:50:20.812Z[ recovery-image] Dec 13 23:50:19.202 INFO O| Dec 13 23:50:19.202 INFO STEP 723 (remove_files) COMPLETE
65182024-12-13T23:50:20.812Z[ recovery-image] Dec 13 23:50:19.202 INFO O| Dec 13 23:50:19.202 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-12-13T23:50:20.833Z[ recovery-image] Dec 13 23:50:19.224 INFO O| Dec 13 23:50:19.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65202024-12-13T23:50:20.836Z[ recovery-image] Dec 13 23:50:19.224 INFO O| Dec 13 23:50:19.224 INFO STEP 724 (remove_files) COMPLETE
65212024-12-13T23:50:20.836Z[ recovery-image] Dec 13 23:50:19.224 INFO O| Dec 13 23:50:19.224 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-12-13T23:50:20.924Z[ recovery-image] Dec 13 23:50:19.315 INFO O| Dec 13 23:50:19.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65232024-12-13T23:50:20.949Z[ recovery-image] Dec 13 23:50:19.339 INFO O| Dec 13 23:50:19.339 INFO STEP 725 (remove_files) COMPLETE
65242024-12-13T23:50:20.949Z[ recovery-image] Dec 13 23:50:19.339 INFO O| Dec 13 23:50:19.339 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-12-13T23:50:21.038Z[ recovery-image] Dec 13 23:50:19.428 INFO O| Dec 13 23:50:19.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65262024-12-13T23:50:21.041Z[ recovery-image] Dec 13 23:50:19.428 INFO O| Dec 13 23:50:19.428 INFO STEP 726 (remove_files) COMPLETE
65272024-12-13T23:50:21.041Z[ recovery-image] Dec 13 23:50:19.428 INFO O| Dec 13 23:50:19.428 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-12-13T23:50:21.105Z[ recovery-image] Dec 13 23:50:19.495 INFO O| Dec 13 23:50:19.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65292024-12-13T23:50:21.105Z[ recovery-image] Dec 13 23:50:19.495 INFO O| Dec 13 23:50:19.495 INFO STEP 727 (remove_files) COMPLETE
65302024-12-13T23:50:21.105Z[ recovery-image] Dec 13 23:50:19.495 INFO O| Dec 13 23:50:19.495 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-12-13T23:50:21.124Z[ recovery-image] Dec 13 23:50:19.514 INFO O| Dec 13 23:50:19.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65322024-12-13T23:50:21.148Z[ recovery-image] Dec 13 23:50:19.537 INFO O| Dec 13 23:50:19.537 INFO STEP 728 (remove_files) COMPLETE
65332024-12-13T23:50:21.148Z[ recovery-image] Dec 13 23:50:19.537 INFO O| Dec 13 23:50:19.537 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-12-13T23:50:21.221Z[ recovery-image] Dec 13 23:50:19.611 INFO O| Dec 13 23:50:19.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65352024-12-13T23:50:21.221Z[ recovery-image] Dec 13 23:50:19.611 INFO O| Dec 13 23:50:19.611 INFO STEP 729 (remove_files) COMPLETE
65362024-12-13T23:50:21.221Z[ recovery-image] Dec 13 23:50:19.611 INFO O| Dec 13 23:50:19.611 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-12-13T23:50:21.245Z[ recovery-image] Dec 13 23:50:19.635 INFO O| Dec 13 23:50:19.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65382024-12-13T23:50:21.245Z[ recovery-image] Dec 13 23:50:19.635 INFO O| Dec 13 23:50:19.635 INFO STEP 730 (remove_files) COMPLETE
65392024-12-13T23:50:21.247Z[ recovery-image] Dec 13 23:50:19.635 INFO O| Dec 13 23:50:19.635 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-12-13T23:50:21.266Z[ recovery-image] Dec 13 23:50:19.656 INFO O| Dec 13 23:50:19.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65412024-12-13T23:50:21.290Z[ recovery-image] Dec 13 23:50:19.680 INFO O| Dec 13 23:50:19.680 INFO STEP 731 (remove_files) COMPLETE
65422024-12-13T23:50:21.290Z[ recovery-image] Dec 13 23:50:19.680 INFO O| Dec 13 23:50:19.680 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-12-13T23:50:21.323Z[ recovery-image] Dec 13 23:50:19.713 INFO O| Dec 13 23:50:19.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65442024-12-13T23:50:21.325Z[ recovery-image] Dec 13 23:50:19.713 INFO O| Dec 13 23:50:19.713 INFO STEP 732 (remove_files) COMPLETE
65452024-12-13T23:50:21.325Z[ recovery-image] Dec 13 23:50:19.713 INFO O| Dec 13 23:50:19.713 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-12-13T23:50:21.343Z[ recovery-image] Dec 13 23:50:19.733 INFO O| Dec 13 23:50:19.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65472024-12-13T23:50:21.346Z[ recovery-image] Dec 13 23:50:19.733 INFO O| Dec 13 23:50:19.733 INFO STEP 733 (remove_files) COMPLETE
65482024-12-13T23:50:21.346Z[ recovery-image] Dec 13 23:50:19.734 INFO O| Dec 13 23:50:19.733 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-12-13T23:50:21.363Z[ recovery-image] Dec 13 23:50:19.753 INFO O| Dec 13 23:50:19.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65502024-12-13T23:50:21.366Z[ recovery-image] Dec 13 23:50:19.753 INFO O| Dec 13 23:50:19.753 INFO STEP 734 (remove_files) COMPLETE
65512024-12-13T23:50:21.366Z[ recovery-image] Dec 13 23:50:19.754 INFO O| Dec 13 23:50:19.753 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-12-13T23:50:21.383Z[ recovery-image] Dec 13 23:50:19.773 INFO O| Dec 13 23:50:19.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65532024-12-13T23:50:21.383Z[ recovery-image] Dec 13 23:50:19.773 INFO O| Dec 13 23:50:19.773 INFO STEP 735 (remove_files) COMPLETE
65542024-12-13T23:50:21.383Z[ recovery-image] Dec 13 23:50:19.773 INFO O| Dec 13 23:50:19.773 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-12-13T23:50:21.414Z[ recovery-image] Dec 13 23:50:19.803 INFO O| Dec 13 23:50:19.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65562024-12-13T23:50:21.414Z[ recovery-image] Dec 13 23:50:19.803 INFO O| Dec 13 23:50:19.803 INFO STEP 736 (remove_files) COMPLETE
65572024-12-13T23:50:21.414Z[ recovery-image] Dec 13 23:50:19.803 INFO O| Dec 13 23:50:19.803 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-12-13T23:50:21.453Z[ recovery-image] Dec 13 23:50:19.843 INFO O| Dec 13 23:50:19.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65592024-12-13T23:50:21.453Z[ recovery-image] Dec 13 23:50:19.843 INFO O| Dec 13 23:50:19.843 INFO STEP 737 (remove_files) COMPLETE
65602024-12-13T23:50:21.453Z[ recovery-image] Dec 13 23:50:19.843 INFO O| Dec 13 23:50:19.843 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-12-13T23:50:21.508Z[ recovery-image] Dec 13 23:50:19.898 INFO O| Dec 13 23:50:19.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65622024-12-13T23:50:21.508Z[ recovery-image] Dec 13 23:50:19.898 INFO O| Dec 13 23:50:19.898 INFO STEP 738 (remove_files) COMPLETE
65632024-12-13T23:50:21.512Z[ recovery-image] Dec 13 23:50:19.898 INFO O| Dec 13 23:50:19.898 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-12-13T23:50:21.531Z[ recovery-image] Dec 13 23:50:19.921 INFO O| Dec 13 23:50:19.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65652024-12-13T23:50:21.531Z[ recovery-image] Dec 13 23:50:19.921 INFO O| Dec 13 23:50:19.921 INFO STEP 739 (remove_files) COMPLETE
65662024-12-13T23:50:21.531Z[ recovery-image] Dec 13 23:50:19.921 INFO O| Dec 13 23:50:19.921 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-12-13T23:50:21.571Z[ recovery-image] Dec 13 23:50:19.961 INFO O| Dec 13 23:50:19.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65682024-12-13T23:50:21.571Z[ recovery-image] Dec 13 23:50:19.961 INFO O| Dec 13 23:50:19.961 INFO STEP 740 (remove_files) COMPLETE
65692024-12-13T23:50:21.573Z[ recovery-image] Dec 13 23:50:19.961 INFO O| Dec 13 23:50:19.961 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-12-13T23:50:21.615Z[ recovery-image] Dec 13 23:50:20.005 INFO O| Dec 13 23:50:20.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65712024-12-13T23:50:21.618Z[ recovery-image] Dec 13 23:50:20.005 INFO O| Dec 13 23:50:20.005 INFO STEP 741 (remove_files) COMPLETE
65722024-12-13T23:50:21.618Z[ recovery-image] Dec 13 23:50:20.005 INFO O| Dec 13 23:50:20.005 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-12-13T23:50:21.643Z[ recovery-image] Dec 13 23:50:20.033 INFO O| Dec 13 23:50:20.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65742024-12-13T23:50:21.643Z[ recovery-image] Dec 13 23:50:20.033 INFO O| Dec 13 23:50:20.033 INFO STEP 742 (remove_files) COMPLETE
65752024-12-13T23:50:21.643Z[ recovery-image] Dec 13 23:50:20.033 INFO O| Dec 13 23:50:20.033 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-12-13T23:50:21.701Z[ recovery-image] Dec 13 23:50:20.091 INFO O| Dec 13 23:50:20.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65772024-12-13T23:50:21.701Z[ recovery-image] Dec 13 23:50:20.091 INFO O| Dec 13 23:50:20.091 INFO STEP 743 (remove_files) COMPLETE
65782024-12-13T23:50:21.701Z[ recovery-image] Dec 13 23:50:20.091 INFO O| Dec 13 23:50:20.091 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-12-13T23:50:21.732Z[ recovery-image] Dec 13 23:50:20.122 INFO O| Dec 13 23:50:20.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65802024-12-13T23:50:21.732Z[ recovery-image] Dec 13 23:50:20.122 INFO O| Dec 13 23:50:20.122 INFO STEP 744 (remove_files) COMPLETE
65812024-12-13T23:50:21.736Z[ recovery-image] Dec 13 23:50:20.123 INFO O| Dec 13 23:50:20.122 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-12-13T23:50:21.776Z[ recovery-image] Dec 13 23:50:20.165 INFO O| Dec 13 23:50:20.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65832024-12-13T23:50:21.776Z[ recovery-image] Dec 13 23:50:20.166 INFO O| Dec 13 23:50:20.165 INFO STEP 745 (remove_files) COMPLETE
65842024-12-13T23:50:21.776Z[ recovery-image] Dec 13 23:50:20.166 INFO O| Dec 13 23:50:20.166 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-12-13T23:50:21.796Z[ recovery-image] Dec 13 23:50:20.186 INFO O| Dec 13 23:50:20.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65862024-12-13T23:50:21.796Z[ recovery-image] Dec 13 23:50:20.186 INFO O| Dec 13 23:50:20.186 INFO STEP 746 (remove_files) COMPLETE
65872024-12-13T23:50:21.796Z[ recovery-image] Dec 13 23:50:20.186 INFO O| Dec 13 23:50:20.186 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-12-13T23:50:21.823Z[ recovery-image] Dec 13 23:50:20.213 INFO O| Dec 13 23:50:20.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65892024-12-13T23:50:21.823Z[ recovery-image] Dec 13 23:50:20.213 INFO O| Dec 13 23:50:20.213 INFO STEP 747 (remove_files) COMPLETE
65902024-12-13T23:50:21.826Z[ recovery-image] Dec 13 23:50:20.213 INFO O| Dec 13 23:50:20.213 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-12-13T23:50:21.891Z[ recovery-image] Dec 13 23:50:20.281 INFO O| Dec 13 23:50:20.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65922024-12-13T23:50:21.891Z[ recovery-image] Dec 13 23:50:20.281 INFO O| Dec 13 23:50:20.281 INFO STEP 748 (remove_files) COMPLETE
65932024-12-13T23:50:21.891Z[ recovery-image] Dec 13 23:50:20.281 INFO O| Dec 13 23:50:20.281 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-12-13T23:50:21.917Z[ recovery-image] Dec 13 23:50:20.307 INFO O| Dec 13 23:50:20.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65952024-12-13T23:50:21.917Z[ recovery-image] Dec 13 23:50:20.307 INFO O| Dec 13 23:50:20.307 INFO STEP 749 (remove_files) COMPLETE
65962024-12-13T23:50:21.920Z[ recovery-image] Dec 13 23:50:20.307 INFO O| Dec 13 23:50:20.307 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-12-13T23:50:21.982Z[ recovery-image] Dec 13 23:50:20.372 INFO O| Dec 13 23:50:20.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65982024-12-13T23:50:21.982Z[ recovery-image] Dec 13 23:50:20.372 INFO O| Dec 13 23:50:20.372 INFO STEP 750 (remove_files) COMPLETE
65992024-12-13T23:50:21.982Z[ recovery-image] Dec 13 23:50:20.372 INFO O| Dec 13 23:50:20.372 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-12-13T23:50:22.003Z[ recovery-image] Dec 13 23:50:20.393 INFO O| Dec 13 23:50:20.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66012024-12-13T23:50:22.003Z[ recovery-image] Dec 13 23:50:20.393 INFO O| Dec 13 23:50:20.393 INFO STEP 751 (remove_files) COMPLETE
66022024-12-13T23:50:22.003Z[ recovery-image] Dec 13 23:50:20.393 INFO O| Dec 13 23:50:20.393 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-12-13T23:50:22.441Z[ recovery-image] Dec 13 23:50:20.412 INFO O| Dec 13 23:50:20.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66042024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.413 INFO O| Dec 13 23:50:20.412 INFO STEP 752 (remove_files) COMPLETE
66052024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.413 INFO O| Dec 13 23:50:20.413 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.432 INFO O| Dec 13 23:50:20.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66072024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.432 INFO O| Dec 13 23:50:20.432 INFO STEP 753 (remove_files) COMPLETE
66082024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.432 INFO O| Dec 13 23:50:20.432 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.517 INFO O| Dec 13 23:50:20.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66102024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.517 INFO O| Dec 13 23:50:20.517 INFO STEP 754 (remove_files) COMPLETE
66112024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.517 INFO O| Dec 13 23:50:20.517 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.539 INFO O| Dec 13 23:50:20.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66132024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.539 INFO O| Dec 13 23:50:20.539 INFO STEP 755 (remove_files) COMPLETE
66142024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.539 INFO O| Dec 13 23:50:20.539 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.558 INFO O| Dec 13 23:50:20.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66162024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.558 INFO O| Dec 13 23:50:20.558 INFO STEP 756 (remove_files) COMPLETE
66172024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.558 INFO O| Dec 13 23:50:20.558 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.579 INFO O| Dec 13 23:50:20.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66192024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.579 INFO O| Dec 13 23:50:20.579 INFO STEP 757 (remove_files) COMPLETE
66202024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.579 INFO O| Dec 13 23:50:20.579 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.599 INFO O| Dec 13 23:50:20.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66222024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.599 INFO O| Dec 13 23:50:20.599 INFO STEP 758 (remove_files) COMPLETE
66232024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.599 INFO O| Dec 13 23:50:20.599 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.635 INFO O| Dec 13 23:50:20.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66252024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.636 INFO O| Dec 13 23:50:20.635 INFO STEP 759 (remove_files) COMPLETE
66262024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.636 INFO O| Dec 13 23:50:20.636 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.659 INFO O| Dec 13 23:50:20.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66282024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.659 INFO O| Dec 13 23:50:20.659 INFO STEP 760 (remove_files) COMPLETE
66292024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.659 INFO O| Dec 13 23:50:20.659 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.700 INFO O| Dec 13 23:50:20.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66312024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.700 INFO O| Dec 13 23:50:20.700 INFO STEP 761 (remove_files) COMPLETE
66322024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.700 INFO O| Dec 13 23:50:20.700 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.723 INFO O| Dec 13 23:50:20.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66342024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.723 INFO O| Dec 13 23:50:20.723 INFO STEP 762 (remove_files) COMPLETE
66352024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.723 INFO O| Dec 13 23:50:20.723 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.767 INFO O| Dec 13 23:50:20.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66372024-12-13T23:50:22.442Z[ recovery-image] Dec 13 23:50:20.767 INFO O| Dec 13 23:50:20.767 INFO STEP 763 (remove_files) COMPLETE
66382024-12-13T23:50:22.443Z[ recovery-image] Dec 13 23:50:20.767 INFO O| Dec 13 23:50:20.767 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-12-13T23:50:22.443Z[ recovery-image] Dec 13 23:50:20.788 INFO O| Dec 13 23:50:20.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66402024-12-13T23:50:22.443Z[ recovery-image] Dec 13 23:50:20.788 INFO O| Dec 13 23:50:20.788 INFO STEP 764 (remove_files) COMPLETE
66412024-12-13T23:50:22.443Z[ recovery-image] Dec 13 23:50:20.788 INFO O| Dec 13 23:50:20.788 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-12-13T23:50:22.443Z[ recovery-image] Dec 13 23:50:20.807 INFO O| Dec 13 23:50:20.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66432024-12-13T23:50:22.443Z[ recovery-image] Dec 13 23:50:20.807 INFO O| Dec 13 23:50:20.807 INFO STEP 765 (remove_files) COMPLETE
66442024-12-13T23:50:22.443Z[ recovery-image] Dec 13 23:50:20.807 INFO O| Dec 13 23:50:20.807 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-12-13T23:50:22.475Z[ recovery-image] Dec 13 23:50:20.865 INFO O| Dec 13 23:50:20.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66462024-12-13T23:50:22.475Z[ recovery-image] Dec 13 23:50:20.865 INFO O| Dec 13 23:50:20.865 INFO STEP 766 (remove_files) COMPLETE
66472024-12-13T23:50:22.475Z[ recovery-image] Dec 13 23:50:20.865 INFO O| Dec 13 23:50:20.865 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-12-13T23:50:22.509Z[ recovery-image] Dec 13 23:50:20.898 INFO O| Dec 13 23:50:20.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66492024-12-13T23:50:22.511Z[ recovery-image] Dec 13 23:50:20.899 INFO O| Dec 13 23:50:20.899 INFO STEP 767 (remove_files) COMPLETE
66502024-12-13T23:50:22.512Z[ recovery-image] Dec 13 23:50:20.899 INFO O| Dec 13 23:50:20.899 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-12-13T23:50:22.530Z[ recovery-image] Dec 13 23:50:20.920 INFO O| Dec 13 23:50:20.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66522024-12-13T23:50:22.532Z[ recovery-image] Dec 13 23:50:20.920 INFO O| Dec 13 23:50:20.920 INFO STEP 768 (remove_files) COMPLETE
66532024-12-13T23:50:22.534Z[ recovery-image] Dec 13 23:50:20.920 INFO O| Dec 13 23:50:20.920 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-12-13T23:50:22.552Z[ recovery-image] Dec 13 23:50:20.941 INFO O| Dec 13 23:50:20.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66552024-12-13T23:50:22.554Z[ recovery-image] Dec 13 23:50:20.942 INFO O| Dec 13 23:50:20.942 INFO STEP 769 (remove_files) COMPLETE
66562024-12-13T23:50:22.554Z[ recovery-image] Dec 13 23:50:20.942 INFO O| Dec 13 23:50:20.942 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-12-13T23:50:22.572Z[ recovery-image] Dec 13 23:50:20.962 INFO O| Dec 13 23:50:20.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66582024-12-13T23:50:22.575Z[ recovery-image] Dec 13 23:50:20.962 INFO O| Dec 13 23:50:20.962 INFO STEP 770 (remove_files) COMPLETE
66592024-12-13T23:50:22.575Z[ recovery-image] Dec 13 23:50:20.962 INFO O| Dec 13 23:50:20.962 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-12-13T23:50:22.594Z[ recovery-image] Dec 13 23:50:20.984 INFO O| Dec 13 23:50:20.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66612024-12-13T23:50:22.597Z[ recovery-image] Dec 13 23:50:20.984 INFO O| Dec 13 23:50:20.984 INFO STEP 771 (remove_files) COMPLETE
66622024-12-13T23:50:22.597Z[ recovery-image] Dec 13 23:50:20.985 INFO O| Dec 13 23:50:20.984 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-12-13T23:50:22.616Z[ recovery-image] Dec 13 23:50:21.006 INFO O| Dec 13 23:50:21.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66642024-12-13T23:50:22.616Z[ recovery-image] Dec 13 23:50:21.006 INFO O| Dec 13 23:50:21.006 INFO STEP 772 (remove_files) COMPLETE
66652024-12-13T23:50:22.619Z[ recovery-image] Dec 13 23:50:21.006 INFO O| Dec 13 23:50:21.006 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-12-13T23:50:22.656Z[ recovery-image] Dec 13 23:50:21.046 INFO O| Dec 13 23:50:21.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66672024-12-13T23:50:22.659Z[ recovery-image] Dec 13 23:50:21.046 INFO O| Dec 13 23:50:21.046 INFO STEP 773 (remove_files) COMPLETE
66682024-12-13T23:50:22.659Z[ recovery-image] Dec 13 23:50:21.046 INFO O| Dec 13 23:50:21.046 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-12-13T23:50:22.679Z[ recovery-image] Dec 13 23:50:21.069 INFO O| Dec 13 23:50:21.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66702024-12-13T23:50:22.679Z[ recovery-image] Dec 13 23:50:21.069 INFO O| Dec 13 23:50:21.069 INFO STEP 774 (remove_files) COMPLETE
66712024-12-13T23:50:22.679Z[ recovery-image] Dec 13 23:50:21.069 INFO O| Dec 13 23:50:21.069 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-12-13T23:50:22.701Z[ recovery-image] Dec 13 23:50:21.091 INFO O| Dec 13 23:50:21.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66732024-12-13T23:50:22.701Z[ recovery-image] Dec 13 23:50:21.091 INFO O| Dec 13 23:50:21.091 INFO STEP 775 (remove_files) COMPLETE
66742024-12-13T23:50:22.701Z[ recovery-image] Dec 13 23:50:21.091 INFO O| Dec 13 23:50:21.091 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-12-13T23:50:22.738Z[ recovery-image] Dec 13 23:50:21.127 INFO O| Dec 13 23:50:21.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66762024-12-13T23:50:22.738Z[ recovery-image] Dec 13 23:50:21.127 INFO O| Dec 13 23:50:21.127 INFO STEP 776 (remove_files) COMPLETE
66772024-12-13T23:50:22.738Z[ recovery-image] Dec 13 23:50:21.127 INFO O| Dec 13 23:50:21.127 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-12-13T23:50:22.760Z[ recovery-image] Dec 13 23:50:21.150 INFO O| Dec 13 23:50:21.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66792024-12-13T23:50:22.760Z[ recovery-image] Dec 13 23:50:21.150 INFO O| Dec 13 23:50:21.150 INFO STEP 777 (remove_files) COMPLETE
66802024-12-13T23:50:22.760Z[ recovery-image] Dec 13 23:50:21.150 INFO O| Dec 13 23:50:21.150 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-12-13T23:50:22.799Z[ recovery-image] Dec 13 23:50:21.188 INFO O| Dec 13 23:50:21.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66822024-12-13T23:50:22.799Z[ recovery-image] Dec 13 23:50:21.188 INFO O| Dec 13 23:50:21.188 INFO STEP 778 (remove_files) COMPLETE
66832024-12-13T23:50:22.799Z[ recovery-image] Dec 13 23:50:21.188 INFO O| Dec 13 23:50:21.188 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-12-13T23:50:22.828Z[ recovery-image] Dec 13 23:50:21.218 INFO O| Dec 13 23:50:21.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66852024-12-13T23:50:22.828Z[ recovery-image] Dec 13 23:50:21.218 INFO O| Dec 13 23:50:21.218 INFO STEP 779 (remove_files) COMPLETE
66862024-12-13T23:50:22.828Z[ recovery-image] Dec 13 23:50:21.218 INFO O| Dec 13 23:50:21.218 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-12-13T23:50:22.852Z[ recovery-image] Dec 13 23:50:21.241 INFO O| Dec 13 23:50:21.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66882024-12-13T23:50:22.852Z[ recovery-image] Dec 13 23:50:21.241 INFO O| Dec 13 23:50:21.241 INFO STEP 780 (remove_files) COMPLETE
66892024-12-13T23:50:22.852Z[ recovery-image] Dec 13 23:50:21.241 INFO O| Dec 13 23:50:21.241 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-12-13T23:50:22.875Z[ recovery-image] Dec 13 23:50:21.263 INFO O| Dec 13 23:50:21.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66912024-12-13T23:50:22.875Z[ recovery-image] Dec 13 23:50:21.263 INFO O| Dec 13 23:50:21.263 INFO STEP 781 (remove_files) COMPLETE
66922024-12-13T23:50:22.875Z[ recovery-image] Dec 13 23:50:21.264 INFO O| Dec 13 23:50:21.263 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-12-13T23:50:22.895Z[ recovery-image] Dec 13 23:50:21.285 INFO O| Dec 13 23:50:21.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66942024-12-13T23:50:22.895Z[ recovery-image] Dec 13 23:50:21.285 INFO O| Dec 13 23:50:21.285 INFO STEP 782 (remove_files) COMPLETE
66952024-12-13T23:50:22.895Z[ recovery-image] Dec 13 23:50:21.285 INFO O| Dec 13 23:50:21.285 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-12-13T23:50:22.916Z[ recovery-image] Dec 13 23:50:21.305 INFO O| Dec 13 23:50:21.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66972024-12-13T23:50:22.916Z[ recovery-image] Dec 13 23:50:21.306 INFO O| Dec 13 23:50:21.306 INFO STEP 783 (remove_files) COMPLETE
66982024-12-13T23:50:22.918Z[ recovery-image] Dec 13 23:50:21.306 INFO O| Dec 13 23:50:21.306 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-12-13T23:50:22.958Z[ recovery-image] Dec 13 23:50:21.348 INFO O| Dec 13 23:50:21.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67002024-12-13T23:50:22.961Z[ recovery-image] Dec 13 23:50:21.348 INFO O| Dec 13 23:50:21.348 INFO STEP 784 (remove_files) COMPLETE
67012024-12-13T23:50:22.961Z[ recovery-image] Dec 13 23:50:21.348 INFO O| Dec 13 23:50:21.348 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-12-13T23:50:22.981Z[ recovery-image] Dec 13 23:50:21.371 INFO O| Dec 13 23:50:21.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67032024-12-13T23:50:22.984Z[ recovery-image] Dec 13 23:50:21.371 INFO O| Dec 13 23:50:21.371 INFO STEP 785 (remove_files) COMPLETE
67042024-12-13T23:50:22.984Z[ recovery-image] Dec 13 23:50:21.371 INFO O| Dec 13 23:50:21.371 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-12-13T23:50:23.015Z[ recovery-image] Dec 13 23:50:21.404 INFO O| Dec 13 23:50:21.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67062024-12-13T23:50:23.019Z[ recovery-image] Dec 13 23:50:21.405 INFO O| Dec 13 23:50:21.404 INFO STEP 786 (remove_files) COMPLETE
67072024-12-13T23:50:23.019Z[ recovery-image] Dec 13 23:50:21.405 INFO O| Dec 13 23:50:21.405 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-12-13T23:50:23.069Z[ recovery-image] Dec 13 23:50:21.459 INFO O| Dec 13 23:50:21.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67092024-12-13T23:50:23.072Z[ recovery-image] Dec 13 23:50:21.459 INFO O| Dec 13 23:50:21.459 INFO STEP 787 (remove_files) COMPLETE
67102024-12-13T23:50:23.072Z[ recovery-image] Dec 13 23:50:21.459 INFO O| Dec 13 23:50:21.459 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-12-13T23:50:23.089Z[ recovery-image] Dec 13 23:50:21.478 INFO O| Dec 13 23:50:21.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67122024-12-13T23:50:23.089Z[ recovery-image] Dec 13 23:50:21.479 INFO O| Dec 13 23:50:21.478 INFO STEP 788 (remove_files) COMPLETE
67132024-12-13T23:50:23.089Z[ recovery-image] Dec 13 23:50:21.479 INFO O| Dec 13 23:50:21.479 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-12-13T23:50:23.108Z[ recovery-image] Dec 13 23:50:21.498 INFO O| Dec 13 23:50:21.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67152024-12-13T23:50:23.111Z[ recovery-image] Dec 13 23:50:21.498 INFO O| Dec 13 23:50:21.498 INFO STEP 789 (remove_files) COMPLETE
67162024-12-13T23:50:23.111Z[ recovery-image] Dec 13 23:50:21.499 INFO O| Dec 13 23:50:21.498 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-12-13T23:50:23.199Z[ recovery-image] Dec 13 23:50:21.589 INFO O| Dec 13 23:50:21.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67182024-12-13T23:50:23.199Z[ recovery-image] Dec 13 23:50:21.589 INFO O| Dec 13 23:50:21.589 INFO STEP 790 (remove_files) COMPLETE
67192024-12-13T23:50:23.199Z[ recovery-image] Dec 13 23:50:21.589 INFO O| Dec 13 23:50:21.589 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-12-13T23:50:23.247Z[ recovery-image] Dec 13 23:50:21.637 INFO O| Dec 13 23:50:21.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67212024-12-13T23:50:23.247Z[ recovery-image] Dec 13 23:50:21.637 INFO O| Dec 13 23:50:21.637 INFO STEP 791 (remove_files) COMPLETE
67222024-12-13T23:50:23.250Z[ recovery-image] Dec 13 23:50:21.637 INFO O| Dec 13 23:50:21.637 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-12-13T23:50:23.268Z[ recovery-image] Dec 13 23:50:21.658 INFO O| Dec 13 23:50:21.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67242024-12-13T23:50:23.268Z[ recovery-image] Dec 13 23:50:21.658 INFO O| Dec 13 23:50:21.658 INFO STEP 792 (remove_files) COMPLETE
67252024-12-13T23:50:23.268Z[ recovery-image] Dec 13 23:50:21.658 INFO O| Dec 13 23:50:21.658 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-12-13T23:50:23.300Z[ recovery-image] Dec 13 23:50:21.690 INFO O| Dec 13 23:50:21.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67272024-12-13T23:50:23.300Z[ recovery-image] Dec 13 23:50:21.690 INFO O| Dec 13 23:50:21.690 INFO STEP 793 (remove_files) COMPLETE
67282024-12-13T23:50:23.300Z[ recovery-image] Dec 13 23:50:21.690 INFO O| Dec 13 23:50:21.690 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-12-13T23:50:23.346Z[ recovery-image] Dec 13 23:50:21.736 INFO O| Dec 13 23:50:21.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67302024-12-13T23:50:23.349Z[ recovery-image] Dec 13 23:50:21.736 INFO O| Dec 13 23:50:21.736 INFO STEP 794 (remove_files) COMPLETE
67312024-12-13T23:50:23.349Z[ recovery-image] Dec 13 23:50:21.736 INFO O| Dec 13 23:50:21.736 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-12-13T23:50:23.369Z[ recovery-image] Dec 13 23:50:21.758 INFO O| Dec 13 23:50:21.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67332024-12-13T23:50:23.371Z[ recovery-image] Dec 13 23:50:21.759 INFO O| Dec 13 23:50:21.759 INFO STEP 795 (remove_files) COMPLETE
67342024-12-13T23:50:23.371Z[ recovery-image] Dec 13 23:50:21.759 INFO O| Dec 13 23:50:21.759 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-12-13T23:50:23.389Z[ recovery-image] Dec 13 23:50:21.779 INFO O| Dec 13 23:50:21.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67362024-12-13T23:50:23.392Z[ recovery-image] Dec 13 23:50:21.779 INFO O| Dec 13 23:50:21.779 INFO STEP 796 (remove_files) COMPLETE
67372024-12-13T23:50:23.392Z[ recovery-image] Dec 13 23:50:21.779 INFO O| Dec 13 23:50:21.779 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-12-13T23:50:23.421Z[ recovery-image] Dec 13 23:50:21.810 INFO O| Dec 13 23:50:21.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67392024-12-13T23:50:23.441Z[ recovery-image] Dec 13 23:50:21.831 INFO O| Dec 13 23:50:21.831 INFO STEP 797 (remove_files) COMPLETE
67402024-12-13T23:50:23.441Z[ recovery-image] Dec 13 23:50:21.831 INFO O| Dec 13 23:50:21.831 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-12-13T23:50:23.477Z[ recovery-image] Dec 13 23:50:21.865 INFO O| Dec 13 23:50:21.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67422024-12-13T23:50:23.477Z[ recovery-image] Dec 13 23:50:21.865 INFO O| Dec 13 23:50:21.865 INFO STEP 798 (remove_files) COMPLETE
67432024-12-13T23:50:23.477Z[ recovery-image] Dec 13 23:50:21.865 INFO O| Dec 13 23:50:21.865 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-12-13T23:50:23.498Z[ recovery-image] Dec 13 23:50:21.886 INFO O| Dec 13 23:50:21.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67452024-12-13T23:50:23.498Z[ recovery-image] Dec 13 23:50:21.886 INFO O| Dec 13 23:50:21.886 INFO STEP 799 (remove_files) COMPLETE
67462024-12-13T23:50:23.498Z[ recovery-image] Dec 13 23:50:21.886 INFO O| Dec 13 23:50:21.886 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-12-13T23:50:23.519Z[ recovery-image] Dec 13 23:50:21.908 INFO O| Dec 13 23:50:21.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67482024-12-13T23:50:23.519Z[ recovery-image] Dec 13 23:50:21.908 INFO O| Dec 13 23:50:21.908 INFO STEP 800 (remove_files) COMPLETE
67492024-12-13T23:50:23.519Z[ recovery-image] Dec 13 23:50:21.908 INFO O| Dec 13 23:50:21.908 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-12-13T23:50:23.539Z[ recovery-image] Dec 13 23:50:21.929 INFO O| Dec 13 23:50:21.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67512024-12-13T23:50:23.540Z[ recovery-image] Dec 13 23:50:21.929 INFO O| Dec 13 23:50:21.929 INFO STEP 801 (remove_files) COMPLETE
67522024-12-13T23:50:23.543Z[ recovery-image] Dec 13 23:50:21.929 INFO O| Dec 13 23:50:21.929 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-12-13T23:50:23.561Z[ recovery-image] Dec 13 23:50:21.951 INFO O| Dec 13 23:50:21.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67542024-12-13T23:50:23.564Z[ recovery-image] Dec 13 23:50:21.951 INFO O| Dec 13 23:50:21.951 INFO STEP 802 (remove_files) COMPLETE
67552024-12-13T23:50:23.564Z[ recovery-image] Dec 13 23:50:21.951 INFO O| Dec 13 23:50:21.951 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-12-13T23:50:23.603Z[ recovery-image] Dec 13 23:50:21.992 INFO O| Dec 13 23:50:21.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67572024-12-13T23:50:23.603Z[ recovery-image] Dec 13 23:50:21.992 INFO O| Dec 13 23:50:21.992 INFO STEP 803 (remove_files) COMPLETE
67582024-12-13T23:50:23.605Z[ recovery-image] Dec 13 23:50:21.992 INFO O| Dec 13 23:50:21.992 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-12-13T23:50:23.706Z[ recovery-image] Dec 13 23:50:22.095 INFO O| Dec 13 23:50:22.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67602024-12-13T23:50:23.709Z[ recovery-image] Dec 13 23:50:22.096 INFO O| Dec 13 23:50:22.095 INFO STEP 804 (remove_files) COMPLETE
67612024-12-13T23:50:23.709Z[ recovery-image] Dec 13 23:50:22.096 INFO O| Dec 13 23:50:22.096 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-12-13T23:50:23.726Z[ recovery-image] Dec 13 23:50:22.116 INFO O| Dec 13 23:50:22.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67632024-12-13T23:50:23.729Z[ recovery-image] Dec 13 23:50:22.116 INFO O| Dec 13 23:50:22.116 INFO STEP 805 (remove_files) COMPLETE
67642024-12-13T23:50:23.730Z[ recovery-image] Dec 13 23:50:22.116 INFO O| Dec 13 23:50:22.116 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-12-13T23:50:23.746Z[ recovery-image] Dec 13 23:50:22.136 INFO O| Dec 13 23:50:22.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67662024-12-13T23:50:23.746Z[ recovery-image] Dec 13 23:50:22.136 INFO O| Dec 13 23:50:22.136 INFO STEP 806 (remove_files) COMPLETE
67672024-12-13T23:50:23.746Z[ recovery-image] Dec 13 23:50:22.136 INFO O| Dec 13 23:50:22.136 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-12-13T23:50:23.764Z[ recovery-image] Dec 13 23:50:22.154 INFO O| Dec 13 23:50:22.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67692024-12-13T23:50:23.764Z[ recovery-image] Dec 13 23:50:22.154 INFO O| Dec 13 23:50:22.154 INFO STEP 807 (remove_files) COMPLETE
67702024-12-13T23:50:23.764Z[ recovery-image] Dec 13 23:50:22.154 INFO O| Dec 13 23:50:22.154 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-12-13T23:50:23.805Z[ recovery-image] Dec 13 23:50:22.195 INFO O| Dec 13 23:50:22.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67722024-12-13T23:50:23.805Z[ recovery-image] Dec 13 23:50:22.195 INFO O| Dec 13 23:50:22.195 INFO STEP 808 (remove_files) COMPLETE
67732024-12-13T23:50:23.808Z[ recovery-image] Dec 13 23:50:22.195 INFO O| Dec 13 23:50:22.195 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-12-13T23:50:23.828Z[ recovery-image] Dec 13 23:50:22.217 INFO O| Dec 13 23:50:22.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67752024-12-13T23:50:23.828Z[ recovery-image] Dec 13 23:50:22.217 INFO O| Dec 13 23:50:22.217 INFO STEP 809 (remove_files) COMPLETE
67762024-12-13T23:50:23.830Z[ recovery-image] Dec 13 23:50:22.217 INFO O| Dec 13 23:50:22.217 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-12-13T23:50:23.864Z[ recovery-image] Dec 13 23:50:22.253 INFO O| Dec 13 23:50:22.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67782024-12-13T23:50:23.864Z[ recovery-image] Dec 13 23:50:22.253 INFO O| Dec 13 23:50:22.253 INFO STEP 810 (remove_files) COMPLETE
67792024-12-13T23:50:23.864Z[ recovery-image] Dec 13 23:50:22.253 INFO O| Dec 13 23:50:22.253 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-12-13T23:50:23.887Z[ recovery-image] Dec 13 23:50:22.276 INFO O| Dec 13 23:50:22.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67812024-12-13T23:50:23.887Z[ recovery-image] Dec 13 23:50:22.276 INFO O| Dec 13 23:50:22.276 INFO STEP 811 (remove_files) COMPLETE
67822024-12-13T23:50:23.890Z[ recovery-image] Dec 13 23:50:22.276 INFO O| Dec 13 23:50:22.276 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-12-13T23:50:23.966Z[ recovery-image] Dec 13 23:50:22.355 INFO O| Dec 13 23:50:22.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67842024-12-13T23:50:23.968Z[ recovery-image] Dec 13 23:50:22.356 INFO O| Dec 13 23:50:22.356 INFO STEP 812 (remove_files) COMPLETE
67852024-12-13T23:50:23.968Z[ recovery-image] Dec 13 23:50:22.356 INFO O| Dec 13 23:50:22.356 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-12-13T23:50:23.999Z[ recovery-image] Dec 13 23:50:22.389 INFO O| Dec 13 23:50:22.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67872024-12-13T23:50:24.002Z[ recovery-image] Dec 13 23:50:22.389 INFO O| Dec 13 23:50:22.389 INFO STEP 813 (remove_files) COMPLETE
67882024-12-13T23:50:24.002Z[ recovery-image] Dec 13 23:50:22.389 INFO O| Dec 13 23:50:22.389 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-12-13T23:50:24.022Z[ recovery-image] Dec 13 23:50:22.411 INFO O| Dec 13 23:50:22.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67902024-12-13T23:50:24.046Z[ recovery-image] Dec 13 23:50:22.436 INFO O| Dec 13 23:50:22.436 INFO STEP 814 (remove_files) COMPLETE
67912024-12-13T23:50:24.046Z[ recovery-image] Dec 13 23:50:22.436 INFO O| Dec 13 23:50:22.436 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-12-13T23:50:24.071Z[ recovery-image] Dec 13 23:50:22.460 INFO O| Dec 13 23:50:22.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67932024-12-13T23:50:24.073Z[ recovery-image] Dec 13 23:50:22.461 INFO O| Dec 13 23:50:22.461 INFO STEP 815 (remove_files) COMPLETE
67942024-12-13T23:50:24.073Z[ recovery-image] Dec 13 23:50:22.461 INFO O| Dec 13 23:50:22.461 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-12-13T23:50:24.117Z[ recovery-image] Dec 13 23:50:22.507 INFO O| Dec 13 23:50:22.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67962024-12-13T23:50:24.117Z[ recovery-image] Dec 13 23:50:22.507 INFO O| Dec 13 23:50:22.507 INFO STEP 816 (remove_files) COMPLETE
67972024-12-13T23:50:24.117Z[ recovery-image] Dec 13 23:50:22.507 INFO O| Dec 13 23:50:22.507 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-12-13T23:50:24.197Z[ recovery-image] Dec 13 23:50:22.586 INFO O| Dec 13 23:50:22.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67992024-12-13T23:50:24.197Z[ recovery-image] Dec 13 23:50:22.586 INFO O| Dec 13 23:50:22.586 INFO STEP 817 (remove_files) COMPLETE
68002024-12-13T23:50:24.197Z[ recovery-image] Dec 13 23:50:22.586 INFO O| Dec 13 23:50:22.586 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-12-13T23:50:24.254Z[ recovery-image] Dec 13 23:50:22.644 INFO O| Dec 13 23:50:22.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68022024-12-13T23:50:24.254Z[ recovery-image] Dec 13 23:50:22.644 INFO O| Dec 13 23:50:22.644 INFO STEP 818 (remove_files) COMPLETE
68032024-12-13T23:50:24.254Z[ recovery-image] Dec 13 23:50:22.644 INFO O| Dec 13 23:50:22.644 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-12-13T23:50:24.274Z[ recovery-image] Dec 13 23:50:22.664 INFO O| Dec 13 23:50:22.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68052024-12-13T23:50:24.275Z[ recovery-image] Dec 13 23:50:22.664 INFO O| Dec 13 23:50:22.664 INFO STEP 819 (remove_files) COMPLETE
68062024-12-13T23:50:24.275Z[ recovery-image] Dec 13 23:50:22.664 INFO O| Dec 13 23:50:22.664 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-12-13T23:50:24.293Z[ recovery-image] Dec 13 23:50:22.683 INFO O| Dec 13 23:50:22.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68082024-12-13T23:50:24.294Z[ recovery-image] Dec 13 23:50:22.683 INFO O| Dec 13 23:50:22.683 INFO STEP 820 (remove_files) COMPLETE
68092024-12-13T23:50:24.294Z[ recovery-image] Dec 13 23:50:22.683 INFO O| Dec 13 23:50:22.683 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-12-13T23:50:24.322Z[ recovery-image] Dec 13 23:50:22.712 INFO O| Dec 13 23:50:22.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68112024-12-13T23:50:24.322Z[ recovery-image] Dec 13 23:50:22.712 INFO O| Dec 13 23:50:22.712 INFO STEP 821 (remove_files) COMPLETE
68122024-12-13T23:50:24.322Z[ recovery-image] Dec 13 23:50:22.712 INFO O| Dec 13 23:50:22.712 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-12-13T23:50:24.364Z[ recovery-image] Dec 13 23:50:22.754 INFO O| Dec 13 23:50:22.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68142024-12-13T23:50:24.364Z[ recovery-image] Dec 13 23:50:22.754 INFO O| Dec 13 23:50:22.754 INFO STEP 822 (remove_files) COMPLETE
68152024-12-13T23:50:24.364Z[ recovery-image] Dec 13 23:50:22.754 INFO O| Dec 13 23:50:22.754 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-12-13T23:50:24.383Z[ recovery-image] Dec 13 23:50:22.773 INFO O| Dec 13 23:50:22.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68172024-12-13T23:50:24.384Z[ recovery-image] Dec 13 23:50:22.773 INFO O| Dec 13 23:50:22.773 INFO STEP 823 (remove_files) COMPLETE
68182024-12-13T23:50:24.384Z[ recovery-image] Dec 13 23:50:22.773 INFO O| Dec 13 23:50:22.773 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-12-13T23:50:24.403Z[ recovery-image] Dec 13 23:50:22.792 INFO O| Dec 13 23:50:22.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68202024-12-13T23:50:24.403Z[ recovery-image] Dec 13 23:50:22.792 INFO O| Dec 13 23:50:22.792 INFO STEP 824 (remove_files) COMPLETE
68212024-12-13T23:50:24.403Z[ recovery-image] Dec 13 23:50:22.793 INFO O| Dec 13 23:50:22.792 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-12-13T23:50:24.447Z[ recovery-image] Dec 13 23:50:22.836 INFO O| Dec 13 23:50:22.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68232024-12-13T23:50:24.447Z[ recovery-image] Dec 13 23:50:22.836 INFO O| Dec 13 23:50:22.836 INFO STEP 825 (remove_files) COMPLETE
68242024-12-13T23:50:24.450Z[ recovery-image] Dec 13 23:50:22.836 INFO O| Dec 13 23:50:22.836 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-12-13T23:50:24.508Z[ recovery-image] Dec 13 23:50:22.894 INFO O| Dec 13 23:50:22.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68262024-12-13T23:50:24.508Z[ recovery-image] Dec 13 23:50:22.895 INFO O| Dec 13 23:50:22.894 INFO STEP 826 (remove_files) COMPLETE
68272024-12-13T23:50:24.511Z[ recovery-image] Dec 13 23:50:22.895 INFO O| Dec 13 23:50:22.894 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-12-13T23:50:24.546Z[ recovery-image] Dec 13 23:50:22.934 INFO O| Dec 13 23:50:22.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68292024-12-13T23:50:24.546Z[ recovery-image] Dec 13 23:50:22.934 INFO O| Dec 13 23:50:22.934 INFO STEP 827 (remove_files) COMPLETE
68302024-12-13T23:50:24.548Z[ recovery-image] Dec 13 23:50:22.934 INFO O| Dec 13 23:50:22.934 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-12-13T23:50:24.571Z[ recovery-image] Dec 13 23:50:22.961 INFO O| Dec 13 23:50:22.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68322024-12-13T23:50:24.571Z[ recovery-image] Dec 13 23:50:22.961 INFO O| Dec 13 23:50:22.961 INFO STEP 828 (remove_files) COMPLETE
68332024-12-13T23:50:24.571Z[ recovery-image] Dec 13 23:50:22.961 INFO O| Dec 13 23:50:22.961 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-12-13T23:50:24.592Z[ recovery-image] Dec 13 23:50:22.981 INFO O| Dec 13 23:50:22.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68352024-12-13T23:50:24.592Z[ recovery-image] Dec 13 23:50:22.981 INFO O| Dec 13 23:50:22.981 INFO STEP 829 (remove_files) COMPLETE
68362024-12-13T23:50:24.592Z[ recovery-image] Dec 13 23:50:22.981 INFO O| Dec 13 23:50:22.981 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-12-13T23:50:24.615Z[ recovery-image] Dec 13 23:50:23.004 INFO O| Dec 13 23:50:23.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68382024-12-13T23:50:24.615Z[ recovery-image] Dec 13 23:50:23.004 INFO O| Dec 13 23:50:23.004 INFO STEP 830 (remove_files) COMPLETE
68392024-12-13T23:50:24.618Z[ recovery-image] Dec 13 23:50:23.004 INFO O| Dec 13 23:50:23.004 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-12-13T23:50:24.639Z[ recovery-image] Dec 13 23:50:23.028 INFO O| Dec 13 23:50:23.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68412024-12-13T23:50:24.639Z[ recovery-image] Dec 13 23:50:23.028 INFO O| Dec 13 23:50:23.028 INFO STEP 831 (remove_files) COMPLETE
68422024-12-13T23:50:24.639Z[ recovery-image] Dec 13 23:50:23.028 INFO O| Dec 13 23:50:23.028 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-12-13T23:50:24.660Z[ recovery-image] Dec 13 23:50:23.050 INFO O| Dec 13 23:50:23.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68442024-12-13T23:50:24.660Z[ recovery-image] Dec 13 23:50:23.050 INFO O| Dec 13 23:50:23.050 INFO STEP 832 (remove_files) COMPLETE
68452024-12-13T23:50:24.660Z[ recovery-image] Dec 13 23:50:23.050 INFO O| Dec 13 23:50:23.050 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-12-13T23:50:24.698Z[ recovery-image] Dec 13 23:50:23.087 INFO O| Dec 13 23:50:23.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68472024-12-13T23:50:24.701Z[ recovery-image] Dec 13 23:50:23.088 INFO O| Dec 13 23:50:23.088 INFO STEP 833 (remove_files) COMPLETE
68482024-12-13T23:50:24.701Z[ recovery-image] Dec 13 23:50:23.088 INFO O| Dec 13 23:50:23.088 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-12-13T23:50:24.722Z[ recovery-image] Dec 13 23:50:23.112 INFO O| Dec 13 23:50:23.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68502024-12-13T23:50:24.722Z[ recovery-image] Dec 13 23:50:23.112 INFO O| Dec 13 23:50:23.112 INFO STEP 834 (remove_files) COMPLETE
68512024-12-13T23:50:24.722Z[ recovery-image] Dec 13 23:50:23.112 INFO O| Dec 13 23:50:23.112 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-12-13T23:50:24.781Z[ recovery-image] Dec 13 23:50:23.169 INFO O| Dec 13 23:50:23.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68532024-12-13T23:50:24.781Z[ recovery-image] Dec 13 23:50:23.169 INFO O| Dec 13 23:50:23.169 INFO STEP 835 (remove_files) COMPLETE
68542024-12-13T23:50:24.781Z[ recovery-image] Dec 13 23:50:23.169 INFO O| Dec 13 23:50:23.169 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-12-13T23:50:24.803Z[ recovery-image] Dec 13 23:50:23.192 INFO O| Dec 13 23:50:23.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68562024-12-13T23:50:24.803Z[ recovery-image] Dec 13 23:50:23.192 INFO O| Dec 13 23:50:23.192 INFO STEP 836 (remove_files) COMPLETE
68572024-12-13T23:50:24.806Z[ recovery-image] Dec 13 23:50:23.192 INFO O| Dec 13 23:50:23.192 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-12-13T23:50:24.844Z[ recovery-image] Dec 13 23:50:23.233 INFO O| Dec 13 23:50:23.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68592024-12-13T23:50:24.844Z[ recovery-image] Dec 13 23:50:23.233 INFO O| Dec 13 23:50:23.233 INFO STEP 837 (remove_files) COMPLETE
68602024-12-13T23:50:24.847Z[ recovery-image] Dec 13 23:50:23.233 INFO O| Dec 13 23:50:23.233 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-12-13T23:50:24.974Z[ recovery-image] Dec 13 23:50:23.361 INFO O| Dec 13 23:50:23.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68622024-12-13T23:50:24.974Z[ recovery-image] Dec 13 23:50:23.361 INFO O| Dec 13 23:50:23.361 INFO STEP 838 (remove_files) COMPLETE
68632024-12-13T23:50:24.975Z[ recovery-image] Dec 13 23:50:23.361 INFO O| Dec 13 23:50:23.361 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-12-13T23:50:25.006Z[ recovery-image] Dec 13 23:50:23.395 INFO O| Dec 13 23:50:23.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68652024-12-13T23:50:25.006Z[ recovery-image] Dec 13 23:50:23.395 INFO O| Dec 13 23:50:23.395 INFO STEP 839 (remove_files) COMPLETE
68662024-12-13T23:50:25.006Z[ recovery-image] Dec 13 23:50:23.395 INFO O| Dec 13 23:50:23.395 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-12-13T23:50:25.047Z[ recovery-image] Dec 13 23:50:23.436 INFO O| Dec 13 23:50:23.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68682024-12-13T23:50:25.047Z[ recovery-image] Dec 13 23:50:23.436 INFO O| Dec 13 23:50:23.436 INFO STEP 840 (remove_files) COMPLETE
68692024-12-13T23:50:25.047Z[ recovery-image] Dec 13 23:50:23.436 INFO O| Dec 13 23:50:23.436 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-12-13T23:50:25.075Z[ recovery-image] Dec 13 23:50:23.464 INFO O| Dec 13 23:50:23.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68712024-12-13T23:50:25.078Z[ recovery-image] Dec 13 23:50:23.464 INFO O| Dec 13 23:50:23.464 INFO STEP 841 (remove_files) COMPLETE
68722024-12-13T23:50:25.078Z[ recovery-image] Dec 13 23:50:23.465 INFO O| Dec 13 23:50:23.465 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-12-13T23:50:25.081Z[ host-image] Dec 13 23:50:23.471 INFO O| Dec 13 23:50:23.471 INFO O| Planning: Solver setup ... Done
68742024-12-13T23:50:25.089Z[ host-image] Dec 13 23:50:23.478 INFO O| Dec 13 23:50:23.478 INFO O| Planning: Running solver ... Done
68752024-12-13T23:50:25.098Z[ recovery-image] Dec 13 23:50:23.486 INFO O| Dec 13 23:50:23.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68762024-12-13T23:50:25.100Z[ recovery-image] Dec 13 23:50:23.486 INFO O| Dec 13 23:50:23.486 INFO STEP 842 (remove_files) COMPLETE
68772024-12-13T23:50:25.100Z[ recovery-image] Dec 13 23:50:23.486 INFO O| Dec 13 23:50:23.486 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-12-13T23:50:25.116Z[ recovery-image] Dec 13 23:50:23.505 INFO O| Dec 13 23:50:23.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68792024-12-13T23:50:25.116Z[ recovery-image] Dec 13 23:50:23.505 INFO O| Dec 13 23:50:23.505 INFO STEP 843 (remove_files) COMPLETE
68802024-12-13T23:50:25.116Z[ recovery-image] Dec 13 23:50:23.505 INFO O| Dec 13 23:50:23.505 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-12-13T23:50:25.137Z[ recovery-image] Dec 13 23:50:23.527 INFO O| Dec 13 23:50:23.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68822024-12-13T23:50:25.140Z[ recovery-image] Dec 13 23:50:23.527 INFO O| Dec 13 23:50:23.527 INFO STEP 844 (remove_files) COMPLETE
68832024-12-13T23:50:25.140Z[ recovery-image] Dec 13 23:50:23.527 INFO O| Dec 13 23:50:23.527 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-12-13T23:50:25.175Z[ recovery-image] Dec 13 23:50:23.564 INFO O| Dec 13 23:50:23.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68852024-12-13T23:50:25.175Z[ recovery-image] Dec 13 23:50:23.564 INFO O| Dec 13 23:50:23.563 INFO STEP 845 (remove_files) COMPLETE
68862024-12-13T23:50:25.177Z[ recovery-image] Dec 13 23:50:23.564 INFO O| Dec 13 23:50:23.563 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-12-13T23:50:25.192Z[ host-image] Dec 13 23:50:23.582 INFO O| Dec 13 23:50:23.582 INFO O| Planning: Finding local manifests ... Done
68882024-12-13T23:50:25.195Z[ host-image] Dec 13 23:50:23.583 INFO O| Dec 13 23:50:23.583 INFO O| Planning: Fetching manifests: 0/1 0% complete
68892024-12-13T23:50:25.232Z[ recovery-image] Dec 13 23:50:23.621 INFO O| Dec 13 23:50:23.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68902024-12-13T23:50:25.235Z[ recovery-image] Dec 13 23:50:23.621 INFO O| Dec 13 23:50:23.621 INFO STEP 846 (remove_files) COMPLETE
68912024-12-13T23:50:25.235Z[ recovery-image] Dec 13 23:50:23.621 INFO O| Dec 13 23:50:23.621 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-12-13T23:50:25.251Z[ recovery-image] Dec 13 23:50:23.640 INFO O| Dec 13 23:50:23.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68932024-12-13T23:50:25.253Z[ recovery-image] Dec 13 23:50:23.640 INFO O| Dec 13 23:50:23.640 INFO STEP 847 (remove_files) COMPLETE
68942024-12-13T23:50:25.254Z[ recovery-image] Dec 13 23:50:23.641 INFO O| Dec 13 23:50:23.641 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-12-13T23:50:25.270Z[ recovery-image] Dec 13 23:50:23.660 INFO O| Dec 13 23:50:23.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68962024-12-13T23:50:25.274Z[ recovery-image] Dec 13 23:50:23.660 INFO O| Dec 13 23:50:23.660 INFO STEP 848 (remove_files) COMPLETE
68972024-12-13T23:50:25.274Z[ recovery-image] Dec 13 23:50:23.660 INFO O| Dec 13 23:50:23.660 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-12-13T23:50:25.291Z[ recovery-image] Dec 13 23:50:23.680 INFO O| Dec 13 23:50:23.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68992024-12-13T23:50:25.294Z[ recovery-image] Dec 13 23:50:23.680 INFO O| Dec 13 23:50:23.680 INFO STEP 849 (remove_files) COMPLETE
69002024-12-13T23:50:25.294Z[ recovery-image] Dec 13 23:50:23.680 INFO O| Dec 13 23:50:23.680 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-12-13T23:50:25.310Z[ recovery-image] Dec 13 23:50:23.700 INFO O| Dec 13 23:50:23.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69022024-12-13T23:50:25.314Z[ recovery-image] Dec 13 23:50:23.700 INFO O| Dec 13 23:50:23.700 INFO STEP 850 (remove_files) COMPLETE
69032024-12-13T23:50:25.314Z[ recovery-image] Dec 13 23:50:23.700 INFO O| Dec 13 23:50:23.700 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-12-13T23:50:25.332Z[ recovery-image] Dec 13 23:50:23.722 INFO O| Dec 13 23:50:23.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69052024-12-13T23:50:25.332Z[ recovery-image] Dec 13 23:50:23.722 INFO O| Dec 13 23:50:23.722 INFO STEP 851 (remove_files) COMPLETE
69062024-12-13T23:50:25.335Z[ recovery-image] Dec 13 23:50:23.722 INFO O| Dec 13 23:50:23.722 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-12-13T23:50:25.366Z[ recovery-image] Dec 13 23:50:23.755 INFO O| Dec 13 23:50:23.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69082024-12-13T23:50:25.366Z[ recovery-image] Dec 13 23:50:23.755 INFO O| Dec 13 23:50:23.755 INFO STEP 852 (remove_files) COMPLETE
69092024-12-13T23:50:25.366Z[ recovery-image] Dec 13 23:50:23.755 INFO O| Dec 13 23:50:23.755 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-12-13T23:50:25.386Z[ recovery-image] Dec 13 23:50:23.776 INFO O| Dec 13 23:50:23.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69112024-12-13T23:50:25.412Z[ recovery-image] Dec 13 23:50:23.801 INFO O| Dec 13 23:50:23.801 INFO STEP 853 (remove_files) COMPLETE
69122024-12-13T23:50:25.412Z[ recovery-image] Dec 13 23:50:23.801 INFO O| Dec 13 23:50:23.801 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-12-13T23:50:25.460Z[ recovery-image] Dec 13 23:50:23.849 INFO O| Dec 13 23:50:23.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69142024-12-13T23:50:25.460Z[ recovery-image] Dec 13 23:50:23.849 INFO O| Dec 13 23:50:23.849 INFO STEP 854 (remove_files) COMPLETE
69152024-12-13T23:50:25.462Z[ recovery-image] Dec 13 23:50:23.850 INFO O| Dec 13 23:50:23.849 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-12-13T23:50:25.486Z[ host-image] Dec 13 23:50:23.876 INFO O| Dec 13 23:50:23.876 INFO O| Planning: Fetching manifests: 1/1 100% complete
69172024-12-13T23:50:25.512Z[ recovery-image] Dec 13 23:50:23.901 INFO O| Dec 13 23:50:23.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69182024-12-13T23:50:25.514Z[ recovery-image] Dec 13 23:50:23.901 INFO O| Dec 13 23:50:23.901 INFO STEP 855 (remove_files) COMPLETE
69192024-12-13T23:50:25.514Z[ recovery-image] Dec 13 23:50:23.901 INFO O| Dec 13 23:50:23.901 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-12-13T23:50:25.518Z[ host-image] Dec 13 23:50:23.908 INFO O| Dec 13 23:50:23.908 INFO O| Planning: Package planning ... Done
69212024-12-13T23:50:25.521Z[ host-image] Dec 13 23:50:23.909 INFO O| Dec 13 23:50:23.909 INFO O| Planning: Merging actions ... Done
69222024-12-13T23:50:25.532Z[ recovery-image] Dec 13 23:50:23.921 INFO O| Dec 13 23:50:23.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69232024-12-13T23:50:25.535Z[ recovery-image] Dec 13 23:50:23.921 INFO O| Dec 13 23:50:23.921 INFO STEP 856 (remove_files) COMPLETE
69242024-12-13T23:50:25.535Z[ recovery-image] Dec 13 23:50:23.921 INFO O| Dec 13 23:50:23.921 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-12-13T23:50:25.552Z[ recovery-image] Dec 13 23:50:23.941 INFO O| Dec 13 23:50:23.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69262024-12-13T23:50:25.554Z[ recovery-image] Dec 13 23:50:23.941 INFO O| Dec 13 23:50:23.941 INFO STEP 857 (remove_files) COMPLETE
69272024-12-13T23:50:25.554Z[ recovery-image] Dec 13 23:50:23.941 INFO O| Dec 13 23:50:23.941 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-12-13T23:50:25.582Z[ recovery-image] Dec 13 23:50:23.970 INFO O| Dec 13 23:50:23.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69292024-12-13T23:50:25.584Z[ recovery-image] Dec 13 23:50:23.971 INFO O| Dec 13 23:50:23.970 INFO STEP 858 (remove_files) COMPLETE
69302024-12-13T23:50:25.584Z[ recovery-image] Dec 13 23:50:23.971 INFO O| Dec 13 23:50:23.970 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-12-13T23:50:25.639Z[ host-image] Dec 13 23:50:24.028 INFO O| Dec 13 23:50:24.028 INFO O| Planning: Checking for conflicting actions ... Done
69322024-12-13T23:50:25.639Z[ host-image] Dec 13 23:50:24.028 INFO O| Dec 13 23:50:24.028 INFO O| Planning: Consolidating action changes ... Done
69332024-12-13T23:50:25.642Z[ recovery-image] Dec 13 23:50:24.029 INFO O| Dec 13 23:50:24.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69342024-12-13T23:50:25.642Z[ recovery-image] Dec 13 23:50:24.030 INFO O| Dec 13 23:50:24.029 INFO STEP 859 (remove_files) COMPLETE
69352024-12-13T23:50:25.642Z[ recovery-image] Dec 13 23:50:24.030 INFO O| Dec 13 23:50:24.030 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-12-13T23:50:25.660Z[ recovery-image] Dec 13 23:50:24.050 INFO O| Dec 13 23:50:24.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69372024-12-13T23:50:25.660Z[ recovery-image] Dec 13 23:50:24.050 INFO O| Dec 13 23:50:24.050 INFO STEP 860 (remove_files) COMPLETE
69382024-12-13T23:50:25.663Z[ recovery-image] Dec 13 23:50:24.050 INFO O| Dec 13 23:50:24.050 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-12-13T23:50:25.683Z[ recovery-image] Dec 13 23:50:24.072 INFO O| Dec 13 23:50:24.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69402024-12-13T23:50:25.683Z[ recovery-image] Dec 13 23:50:24.072 INFO O| Dec 13 23:50:24.072 INFO STEP 861 (remove_files) COMPLETE
69412024-12-13T23:50:25.686Z[ recovery-image] Dec 13 23:50:24.072 INFO O| Dec 13 23:50:24.072 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-12-13T23:50:25.705Z[ recovery-image] Dec 13 23:50:24.094 INFO O| Dec 13 23:50:24.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69432024-12-13T23:50:25.708Z[ recovery-image] Dec 13 23:50:24.094 INFO O| Dec 13 23:50:24.094 INFO STEP 862 (remove_files) COMPLETE
69442024-12-13T23:50:25.708Z[ recovery-image] Dec 13 23:50:24.094 INFO O| Dec 13 23:50:24.094 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-12-13T23:50:25.746Z[ recovery-image] Dec 13 23:50:24.135 INFO O| Dec 13 23:50:24.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69462024-12-13T23:50:25.748Z[ recovery-image] Dec 13 23:50:24.136 INFO O| Dec 13 23:50:24.135 INFO STEP 863 (remove_files) COMPLETE
69472024-12-13T23:50:25.748Z[ recovery-image] Dec 13 23:50:24.136 INFO O| Dec 13 23:50:24.136 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-12-13T23:50:25.778Z[ recovery-image] Dec 13 23:50:24.167 INFO O| Dec 13 23:50:24.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69492024-12-13T23:50:25.778Z[ recovery-image] Dec 13 23:50:24.167 INFO O| Dec 13 23:50:24.167 INFO STEP 864 (remove_files) COMPLETE
69502024-12-13T23:50:25.778Z[ recovery-image] Dec 13 23:50:24.167 INFO O| Dec 13 23:50:24.167 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-12-13T23:50:25.816Z[ recovery-image] Dec 13 23:50:24.206 INFO O| Dec 13 23:50:24.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69522024-12-13T23:50:25.816Z[ recovery-image] Dec 13 23:50:24.206 INFO O| Dec 13 23:50:24.206 INFO STEP 865 (remove_files) COMPLETE
69532024-12-13T23:50:25.817Z[ recovery-image] Dec 13 23:50:24.206 INFO O| Dec 13 23:50:24.206 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-12-13T23:50:25.907Z[ recovery-image] Dec 13 23:50:24.295 INFO O| Dec 13 23:50:24.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69552024-12-13T23:50:25.907Z[ recovery-image] Dec 13 23:50:24.295 INFO O| Dec 13 23:50:24.295 INFO STEP 866 (remove_files) COMPLETE
69562024-12-13T23:50:25.907Z[ recovery-image] Dec 13 23:50:24.295 INFO O| Dec 13 23:50:24.295 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-12-13T23:50:25.926Z[ recovery-image] Dec 13 23:50:24.315 INFO O| Dec 13 23:50:24.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69582024-12-13T23:50:25.926Z[ recovery-image] Dec 13 23:50:24.315 INFO O| Dec 13 23:50:24.315 INFO STEP 867 (remove_files) COMPLETE
69592024-12-13T23:50:25.926Z[ recovery-image] Dec 13 23:50:24.315 INFO O| Dec 13 23:50:24.315 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-12-13T23:50:25.955Z[ recovery-image] Dec 13 23:50:24.344 INFO O| Dec 13 23:50:24.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69612024-12-13T23:50:25.958Z[ recovery-image] Dec 13 23:50:24.344 INFO O| Dec 13 23:50:24.344 INFO STEP 868 (remove_files) COMPLETE
69622024-12-13T23:50:25.958Z[ recovery-image] Dec 13 23:50:24.345 INFO O| Dec 13 23:50:24.344 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-12-13T23:50:25.975Z[ recovery-image] Dec 13 23:50:24.364 INFO O| Dec 13 23:50:24.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69642024-12-13T23:50:25.979Z[ recovery-image] Dec 13 23:50:24.364 INFO O| Dec 13 23:50:24.364 INFO STEP 869 (remove_files) COMPLETE
69652024-12-13T23:50:25.979Z[ recovery-image] Dec 13 23:50:24.365 INFO O| Dec 13 23:50:24.364 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-12-13T23:50:25.995Z[ recovery-image] Dec 13 23:50:24.384 INFO O| Dec 13 23:50:24.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69672024-12-13T23:50:25.998Z[ recovery-image] Dec 13 23:50:24.384 INFO O| Dec 13 23:50:24.384 INFO STEP 870 (remove_files) COMPLETE
69682024-12-13T23:50:25.998Z[ recovery-image] Dec 13 23:50:24.384 INFO O| Dec 13 23:50:24.384 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-12-13T23:50:26.015Z[ recovery-image] Dec 13 23:50:24.404 INFO O| Dec 13 23:50:24.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69702024-12-13T23:50:26.018Z[ recovery-image] Dec 13 23:50:24.404 INFO O| Dec 13 23:50:24.404 INFO STEP 871 (remove_files) COMPLETE
69712024-12-13T23:50:26.018Z[ recovery-image] Dec 13 23:50:24.405 INFO O| Dec 13 23:50:24.404 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-12-13T23:50:26.041Z[ recovery-image] Dec 13 23:50:24.430 INFO O| Dec 13 23:50:24.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69732024-12-13T23:50:26.041Z[ recovery-image] Dec 13 23:50:24.430 INFO O| Dec 13 23:50:24.430 INFO STEP 872 (remove_files) COMPLETE
69742024-12-13T23:50:26.043Z[ recovery-image] Dec 13 23:50:24.430 INFO O| Dec 13 23:50:24.430 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-12-13T23:50:26.068Z[ recovery-image] Dec 13 23:50:24.457 INFO O| Dec 13 23:50:24.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69762024-12-13T23:50:26.068Z[ recovery-image] Dec 13 23:50:24.457 INFO O| Dec 13 23:50:24.457 INFO STEP 873 (remove_files) COMPLETE
69772024-12-13T23:50:26.068Z[ recovery-image] Dec 13 23:50:24.457 INFO O| Dec 13 23:50:24.457 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-12-13T23:50:26.089Z[ recovery-image] Dec 13 23:50:24.478 INFO O| Dec 13 23:50:24.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69792024-12-13T23:50:26.100Z[ host-image] Dec 13 23:50:24.489 INFO O| Dec 13 23:50:24.489 INFO O| Planning: Evaluating mediators ... Done
69802024-12-13T23:50:26.103Z[ host-image] Dec 13 23:50:24.490 INFO O| Dec 13 23:50:24.490 INFO O| Planning: Planning completed in 5.52 seconds
69812024-12-13T23:50:26.103Z[ host-image] Dec 13 23:50:24.492 INFO O| Dec 13 23:50:24.492 INFO O| Packages to install: 1
69822024-12-13T23:50:26.114Z[ recovery-image] Dec 13 23:50:24.503 INFO O| Dec 13 23:50:24.503 INFO STEP 874 (remove_files) COMPLETE
69832024-12-13T23:50:26.114Z[ recovery-image] Dec 13 23:50:24.503 INFO O| Dec 13 23:50:24.503 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-12-13T23:50:26.123Z[ host-image] Dec 13 23:50:24.512 INFO O| Dec 13 23:50:24.512 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
69852024-12-13T23:50:26.142Z[ recovery-image] Dec 13 23:50:24.531 INFO O| Dec 13 23:50:24.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69862024-12-13T23:50:26.142Z[ recovery-image] Dec 13 23:50:24.531 INFO O| Dec 13 23:50:24.531 INFO STEP 875 (remove_files) COMPLETE
69872024-12-13T23:50:26.142Z[ recovery-image] Dec 13 23:50:24.531 INFO O| Dec 13 23:50:24.531 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-12-13T23:50:26.206Z[ recovery-image] Dec 13 23:50:24.595 INFO O| Dec 13 23:50:24.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69892024-12-13T23:50:26.207Z[ recovery-image] Dec 13 23:50:24.596 INFO O| Dec 13 23:50:24.596 INFO STEP 876 (remove_files) COMPLETE
69902024-12-13T23:50:26.207Z[ recovery-image] Dec 13 23:50:24.596 INFO O| Dec 13 23:50:24.596 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-12-13T23:50:26.251Z[ recovery-image] Dec 13 23:50:24.640 INFO O| Dec 13 23:50:24.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69922024-12-13T23:50:26.251Z[ recovery-image] Dec 13 23:50:24.640 INFO O| Dec 13 23:50:24.640 INFO STEP 877 (remove_files) COMPLETE
69932024-12-13T23:50:26.254Z[ recovery-image] Dec 13 23:50:24.640 INFO O| Dec 13 23:50:24.640 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-12-13T23:50:26.288Z[ recovery-image] Dec 13 23:50:24.677 INFO O| Dec 13 23:50:24.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69952024-12-13T23:50:26.288Z[ recovery-image] Dec 13 23:50:24.677 INFO O| Dec 13 23:50:24.677 INFO STEP 878 (remove_files) COMPLETE
69962024-12-13T23:50:26.288Z[ recovery-image] Dec 13 23:50:24.677 INFO O| Dec 13 23:50:24.677 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-12-13T23:50:26.308Z[ recovery-image] Dec 13 23:50:24.697 INFO O| Dec 13 23:50:24.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69982024-12-13T23:50:26.308Z[ recovery-image] Dec 13 23:50:24.697 INFO O| Dec 13 23:50:24.697 INFO STEP 879 (remove_files) COMPLETE
69992024-12-13T23:50:26.308Z[ recovery-image] Dec 13 23:50:24.697 INFO O| Dec 13 23:50:24.697 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-12-13T23:50:26.328Z[ recovery-image] Dec 13 23:50:24.718 INFO O| Dec 13 23:50:24.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70012024-12-13T23:50:26.328Z[ recovery-image] Dec 13 23:50:24.718 INFO O| Dec 13 23:50:24.718 INFO STEP 880 (remove_files) COMPLETE
70022024-12-13T23:50:26.328Z[ recovery-image] Dec 13 23:50:24.718 INFO O| Dec 13 23:50:24.718 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-12-13T23:50:26.349Z[ recovery-image] Dec 13 23:50:24.738 INFO O| Dec 13 23:50:24.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70042024-12-13T23:50:26.349Z[ recovery-image] Dec 13 23:50:24.738 INFO O| Dec 13 23:50:24.738 INFO STEP 881 (remove_files) COMPLETE
70052024-12-13T23:50:26.352Z[ recovery-image] Dec 13 23:50:24.739 INFO O| Dec 13 23:50:24.738 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-12-13T23:50:26.370Z[ recovery-image] Dec 13 23:50:24.759 INFO O| Dec 13 23:50:24.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70072024-12-13T23:50:26.370Z[ recovery-image] Dec 13 23:50:24.759 INFO O| Dec 13 23:50:24.759 INFO STEP 882 (remove_files) COMPLETE
70082024-12-13T23:50:26.373Z[ recovery-image] Dec 13 23:50:24.759 INFO O| Dec 13 23:50:24.759 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-12-13T23:50:26.391Z[ recovery-image] Dec 13 23:50:24.781 INFO O| Dec 13 23:50:24.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70102024-12-13T23:50:26.391Z[ recovery-image] Dec 13 23:50:24.781 INFO O| Dec 13 23:50:24.781 INFO STEP 883 (remove_files) COMPLETE
70112024-12-13T23:50:26.391Z[ recovery-image] Dec 13 23:50:24.781 INFO O| Dec 13 23:50:24.781 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-12-13T23:50:26.414Z[ recovery-image] Dec 13 23:50:24.803 INFO O| Dec 13 23:50:24.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70132024-12-13T23:50:26.414Z[ recovery-image] Dec 13 23:50:24.803 INFO O| Dec 13 23:50:24.803 INFO STEP 884 (remove_files) COMPLETE
70142024-12-13T23:50:26.414Z[ recovery-image] Dec 13 23:50:24.803 INFO O| Dec 13 23:50:24.803 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-12-13T23:50:26.437Z[ recovery-image] Dec 13 23:50:24.826 INFO O| Dec 13 23:50:24.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70162024-12-13T23:50:26.437Z[ recovery-image] Dec 13 23:50:24.826 INFO O| Dec 13 23:50:24.826 INFO STEP 885 (remove_files) COMPLETE
70172024-12-13T23:50:26.440Z[ recovery-image] Dec 13 23:50:24.826 INFO O| Dec 13 23:50:24.826 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-12-13T23:50:26.531Z[ recovery-image] Dec 13 23:50:24.920 INFO O| Dec 13 23:50:24.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70192024-12-13T23:50:26.534Z[ recovery-image] Dec 13 23:50:24.921 INFO O| Dec 13 23:50:24.920 INFO STEP 886 (remove_files) COMPLETE
70202024-12-13T23:50:26.534Z[ recovery-image] Dec 13 23:50:24.921 INFO O| Dec 13 23:50:24.921 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-12-13T23:50:26.554Z[ recovery-image] Dec 13 23:50:24.944 INFO O| Dec 13 23:50:24.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70222024-12-13T23:50:26.565Z[ recovery-image] Dec 13 23:50:24.944 INFO O| Dec 13 23:50:24.944 INFO STEP 887 (remove_files) COMPLETE
70232024-12-13T23:50:26.565Z[ recovery-image] Dec 13 23:50:24.944 INFO O| Dec 13 23:50:24.944 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-12-13T23:50:26.581Z[ recovery-image] Dec 13 23:50:24.966 INFO O| Dec 13 23:50:24.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70252024-12-13T23:50:26.581Z[ recovery-image] Dec 13 23:50:24.966 INFO O| Dec 13 23:50:24.966 INFO STEP 888 (remove_files) COMPLETE
70262024-12-13T23:50:26.581Z[ recovery-image] Dec 13 23:50:24.966 INFO O| Dec 13 23:50:24.966 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-12-13T23:50:26.598Z[ recovery-image] Dec 13 23:50:24.988 INFO O| Dec 13 23:50:24.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70282024-12-13T23:50:26.598Z[ recovery-image] Dec 13 23:50:24.988 INFO O| Dec 13 23:50:24.988 INFO STEP 889 (remove_files) COMPLETE
70292024-12-13T23:50:26.599Z[ recovery-image] Dec 13 23:50:24.988 INFO O| Dec 13 23:50:24.988 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-12-13T23:50:26.624Z[ recovery-image] Dec 13 23:50:25.014 INFO O| Dec 13 23:50:25.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70312024-12-13T23:50:26.624Z[ recovery-image] Dec 13 23:50:25.014 INFO O| Dec 13 23:50:25.014 INFO STEP 890 (remove_files) COMPLETE
70322024-12-13T23:50:26.625Z[ recovery-image] Dec 13 23:50:25.014 INFO O| Dec 13 23:50:25.014 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-12-13T23:50:26.649Z[ recovery-image] Dec 13 23:50:25.038 INFO O| Dec 13 23:50:25.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70342024-12-13T23:50:26.649Z[ recovery-image] Dec 13 23:50:25.038 INFO O| Dec 13 23:50:25.038 INFO STEP 891 (remove_files) COMPLETE
70352024-12-13T23:50:26.649Z[ recovery-image] Dec 13 23:50:25.038 INFO O| Dec 13 23:50:25.038 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-12-13T23:50:26.670Z[ recovery-image] Dec 13 23:50:25.060 INFO O| Dec 13 23:50:25.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70372024-12-13T23:50:26.673Z[ recovery-image] Dec 13 23:50:25.060 INFO O| Dec 13 23:50:25.060 INFO STEP 892 (remove_files) COMPLETE
70382024-12-13T23:50:26.673Z[ recovery-image] Dec 13 23:50:25.060 INFO O| Dec 13 23:50:25.060 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-12-13T23:50:26.709Z[ recovery-image] Dec 13 23:50:25.098 INFO O| Dec 13 23:50:25.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70402024-12-13T23:50:26.709Z[ recovery-image] Dec 13 23:50:25.098 INFO O| Dec 13 23:50:25.098 INFO STEP 893 (remove_files) COMPLETE
70412024-12-13T23:50:26.709Z[ recovery-image] Dec 13 23:50:25.098 INFO O| Dec 13 23:50:25.098 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-12-13T23:50:26.732Z[ recovery-image] Dec 13 23:50:25.122 INFO O| Dec 13 23:50:25.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70432024-12-13T23:50:26.732Z[ recovery-image] Dec 13 23:50:25.122 INFO O| Dec 13 23:50:25.122 INFO STEP 894 (remove_files) COMPLETE
70442024-12-13T23:50:26.737Z[ recovery-image] Dec 13 23:50:25.122 INFO O| Dec 13 23:50:25.122 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-12-13T23:50:26.767Z[ recovery-image] Dec 13 23:50:25.156 INFO O| Dec 13 23:50:25.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70462024-12-13T23:50:26.767Z[ recovery-image] Dec 13 23:50:25.156 INFO O| Dec 13 23:50:25.156 INFO STEP 895 (remove_files) COMPLETE
70472024-12-13T23:50:26.767Z[ recovery-image] Dec 13 23:50:25.156 INFO O| Dec 13 23:50:25.156 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-12-13T23:50:26.788Z[ recovery-image] Dec 13 23:50:25.176 INFO O| Dec 13 23:50:25.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70492024-12-13T23:50:26.788Z[ recovery-image] Dec 13 23:50:25.176 INFO O| Dec 13 23:50:25.176 INFO STEP 896 (remove_files) COMPLETE
70502024-12-13T23:50:26.789Z[ recovery-image] Dec 13 23:50:25.176 INFO O| Dec 13 23:50:25.176 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-12-13T23:50:26.845Z[ recovery-image] Dec 13 23:50:25.234 INFO O| Dec 13 23:50:25.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70522024-12-13T23:50:26.845Z[ recovery-image] Dec 13 23:50:25.234 INFO O| Dec 13 23:50:25.234 INFO STEP 897 (remove_files) COMPLETE
70532024-12-13T23:50:26.845Z[ recovery-image] Dec 13 23:50:25.234 INFO O| Dec 13 23:50:25.234 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-12-13T23:50:26.866Z[ recovery-image] Dec 13 23:50:25.255 INFO O| Dec 13 23:50:25.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70552024-12-13T23:50:26.866Z[ recovery-image] Dec 13 23:50:25.255 INFO O| Dec 13 23:50:25.255 INFO STEP 898 (remove_files) COMPLETE
70562024-12-13T23:50:26.866Z[ recovery-image] Dec 13 23:50:25.255 INFO O| Dec 13 23:50:25.255 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-12-13T23:50:26.886Z[ recovery-image] Dec 13 23:50:25.275 INFO O| Dec 13 23:50:25.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70582024-12-13T23:50:26.888Z[ recovery-image] Dec 13 23:50:25.276 INFO O| Dec 13 23:50:25.276 INFO STEP 899 (remove_files) COMPLETE
70592024-12-13T23:50:26.889Z[ recovery-image] Dec 13 23:50:25.276 INFO O| Dec 13 23:50:25.276 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-12-13T23:50:26.904Z[ recovery-image] Dec 13 23:50:25.294 INFO O| Dec 13 23:50:25.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70612024-12-13T23:50:26.904Z[ recovery-image] Dec 13 23:50:25.294 INFO O| Dec 13 23:50:25.294 INFO STEP 900 (remove_files) COMPLETE
70622024-12-13T23:50:26.907Z[ recovery-image] Dec 13 23:50:25.294 INFO O| Dec 13 23:50:25.294 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-12-13T23:50:26.943Z[ recovery-image] Dec 13 23:50:25.332 INFO O| Dec 13 23:50:25.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70642024-12-13T23:50:26.943Z[ recovery-image] Dec 13 23:50:25.332 INFO O| Dec 13 23:50:25.332 INFO STEP 901 (remove_files) COMPLETE
70652024-12-13T23:50:26.943Z[ recovery-image] Dec 13 23:50:25.332 INFO O| Dec 13 23:50:25.332 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-12-13T23:50:26.965Z[ recovery-image] Dec 13 23:50:25.354 INFO O| Dec 13 23:50:25.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70672024-12-13T23:50:26.965Z[ recovery-image] Dec 13 23:50:25.354 INFO O| Dec 13 23:50:25.354 INFO STEP 902 (remove_files) COMPLETE
70682024-12-13T23:50:26.965Z[ recovery-image] Dec 13 23:50:25.354 INFO O| Dec 13 23:50:25.354 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-12-13T23:50:26.985Z[ recovery-image] Dec 13 23:50:25.374 INFO O| Dec 13 23:50:25.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70702024-12-13T23:50:26.985Z[ recovery-image] Dec 13 23:50:25.374 INFO O| Dec 13 23:50:25.374 INFO STEP 903 (remove_files) COMPLETE
70712024-12-13T23:50:26.987Z[ recovery-image] Dec 13 23:50:25.374 INFO O| Dec 13 23:50:25.374 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-12-13T23:50:27.003Z[ recovery-image] Dec 13 23:50:25.393 INFO O| Dec 13 23:50:25.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70732024-12-13T23:50:27.004Z[ recovery-image] Dec 13 23:50:25.393 INFO O| Dec 13 23:50:25.393 INFO STEP 904 (remove_files) COMPLETE
70742024-12-13T23:50:27.004Z[ recovery-image] Dec 13 23:50:25.393 INFO O| Dec 13 23:50:25.393 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-12-13T23:50:27.022Z[ recovery-image] Dec 13 23:50:25.412 INFO O| Dec 13 23:50:25.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70762024-12-13T23:50:27.022Z[ recovery-image] Dec 13 23:50:25.412 INFO O| Dec 13 23:50:25.412 INFO STEP 905 (remove_files) COMPLETE
70772024-12-13T23:50:27.023Z[ recovery-image] Dec 13 23:50:25.412 INFO O| Dec 13 23:50:25.412 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-12-13T23:50:27.049Z[ recovery-image] Dec 13 23:50:25.438 INFO O| Dec 13 23:50:25.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70792024-12-13T23:50:27.049Z[ recovery-image] Dec 13 23:50:25.438 INFO O| Dec 13 23:50:25.438 INFO STEP 906 (remove_files) COMPLETE
70802024-12-13T23:50:27.049Z[ recovery-image] Dec 13 23:50:25.438 INFO O| Dec 13 23:50:25.438 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-12-13T23:50:27.090Z[ recovery-image] Dec 13 23:50:25.479 INFO O| Dec 13 23:50:25.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70822024-12-13T23:50:27.090Z[ recovery-image] Dec 13 23:50:25.479 INFO O| Dec 13 23:50:25.479 INFO STEP 907 (remove_files) COMPLETE
70832024-12-13T23:50:27.090Z[ recovery-image] Dec 13 23:50:25.479 INFO O| Dec 13 23:50:25.479 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-12-13T23:50:27.093Z[ host-image] Dec 13 23:50:25.482 INFO O| Dec 13 23:50:25.482 INFO O| Download: Completed 9.99 MB in 0.97 seconds (10.3M/s)
70852024-12-13T23:50:27.110Z[ recovery-image] Dec 13 23:50:25.499 INFO O| Dec 13 23:50:25.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70862024-12-13T23:50:27.110Z[ recovery-image] Dec 13 23:50:25.499 INFO O| Dec 13 23:50:25.499 INFO STEP 908 (remove_files) COMPLETE
70872024-12-13T23:50:27.112Z[ recovery-image] Dec 13 23:50:25.499 INFO O| Dec 13 23:50:25.499 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-12-13T23:50:27.135Z[ host-image] Dec 13 23:50:25.524 INFO O| Dec 13 23:50:25.524 INFO O| Actions: 1/22 actions (Installing new actions)
70892024-12-13T23:50:27.160Z[ recovery-image] Dec 13 23:50:25.549 INFO O| Dec 13 23:50:25.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70902024-12-13T23:50:27.160Z[ recovery-image] Dec 13 23:50:25.549 INFO O| Dec 13 23:50:25.549 INFO STEP 909 (remove_files) COMPLETE
70912024-12-13T23:50:27.160Z[ recovery-image] Dec 13 23:50:25.549 INFO O| Dec 13 23:50:25.549 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-12-13T23:50:27.261Z[ recovery-image] Dec 13 23:50:25.650 INFO O| Dec 13 23:50:25.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70932024-12-13T23:50:27.271Z[ recovery-image] Dec 13 23:50:25.650 INFO O| Dec 13 23:50:25.650 INFO STEP 910 (remove_files) COMPLETE
70942024-12-13T23:50:27.271Z[ recovery-image] Dec 13 23:50:25.650 INFO O| Dec 13 23:50:25.650 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-12-13T23:50:27.296Z[ recovery-image] Dec 13 23:50:25.685 INFO O| Dec 13 23:50:25.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70962024-12-13T23:50:27.296Z[ recovery-image] Dec 13 23:50:25.685 INFO O| Dec 13 23:50:25.685 INFO STEP 911 (remove_files) COMPLETE
70972024-12-13T23:50:27.296Z[ recovery-image] Dec 13 23:50:25.685 INFO O| Dec 13 23:50:25.685 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-12-13T23:50:27.356Z[ recovery-image] Dec 13 23:50:25.745 INFO O| Dec 13 23:50:25.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70992024-12-13T23:50:27.356Z[ recovery-image] Dec 13 23:50:25.745 INFO O| Dec 13 23:50:25.745 INFO STEP 912 (remove_files) COMPLETE
71002024-12-13T23:50:27.356Z[ recovery-image] Dec 13 23:50:25.745 INFO O| Dec 13 23:50:25.745 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-12-13T23:50:27.381Z[ recovery-image] Dec 13 23:50:25.771 INFO O| Dec 13 23:50:25.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71022024-12-13T23:50:27.381Z[ recovery-image] Dec 13 23:50:25.771 INFO O| Dec 13 23:50:25.771 INFO STEP 913 (remove_files) COMPLETE
71032024-12-13T23:50:27.381Z[ recovery-image] Dec 13 23:50:25.771 INFO O| Dec 13 23:50:25.771 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-12-13T23:50:27.442Z[ recovery-image] Dec 13 23:50:25.832 INFO O| Dec 13 23:50:25.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71052024-12-13T23:50:27.442Z[ recovery-image] Dec 13 23:50:25.832 INFO O| Dec 13 23:50:25.832 INFO STEP 914 (remove_files) COMPLETE
71062024-12-13T23:50:27.445Z[ recovery-image] Dec 13 23:50:25.832 INFO O| Dec 13 23:50:25.832 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-12-13T23:50:27.487Z[ recovery-image] Dec 13 23:50:25.877 INFO O| Dec 13 23:50:25.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71082024-12-13T23:50:27.488Z[ recovery-image] Dec 13 23:50:25.877 INFO O| Dec 13 23:50:25.877 INFO STEP 915 (remove_files) COMPLETE
71092024-12-13T23:50:27.490Z[ recovery-image] Dec 13 23:50:25.877 INFO O| Dec 13 23:50:25.877 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-12-13T23:50:27.493Z[ host-image] Dec 13 23:50:25.882 INFO O| Dec 13 23:50:25.882 INFO O| Actions: Completed 22 actions in 0.36 seconds.
71112024-12-13T23:50:27.507Z[ recovery-image] Dec 13 23:50:25.896 INFO O| Dec 13 23:50:25.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71122024-12-13T23:50:27.509Z[ recovery-image] Dec 13 23:50:25.896 INFO O| Dec 13 23:50:25.896 INFO STEP 916 (remove_files) COMPLETE
71132024-12-13T23:50:27.509Z[ recovery-image] Dec 13 23:50:25.896 INFO O| Dec 13 23:50:25.896 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-12-13T23:50:27.528Z[ recovery-image] Dec 13 23:50:25.916 INFO O| Dec 13 23:50:25.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71152024-12-13T23:50:27.528Z[ recovery-image] Dec 13 23:50:25.916 INFO O| Dec 13 23:50:25.916 INFO STEP 917 (remove_files) COMPLETE
71162024-12-13T23:50:27.528Z[ recovery-image] Dec 13 23:50:25.916 INFO O| Dec 13 23:50:25.916 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-12-13T23:50:27.586Z[ recovery-image] Dec 13 23:50:25.975 INFO O| Dec 13 23:50:25.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71182024-12-13T23:50:27.586Z[ recovery-image] Dec 13 23:50:25.975 INFO O| Dec 13 23:50:25.975 INFO STEP 918 (remove_files) COMPLETE
71192024-12-13T23:50:27.589Z[ recovery-image] Dec 13 23:50:25.975 INFO O| Dec 13 23:50:25.975 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-12-13T23:50:27.622Z[ recovery-image] Dec 13 23:50:26.011 INFO O| Dec 13 23:50:26.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71212024-12-13T23:50:27.622Z[ recovery-image] Dec 13 23:50:26.011 INFO O| Dec 13 23:50:26.011 INFO STEP 919 (remove_files) COMPLETE
71222024-12-13T23:50:27.622Z[ recovery-image] Dec 13 23:50:26.011 INFO O| Dec 13 23:50:26.011 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-12-13T23:50:27.660Z[ recovery-image] Dec 13 23:50:26.049 INFO O| Dec 13 23:50:26.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71242024-12-13T23:50:27.660Z[ recovery-image] Dec 13 23:50:26.049 INFO O| Dec 13 23:50:26.049 INFO STEP 920 (remove_files) COMPLETE
71252024-12-13T23:50:27.660Z[ recovery-image] Dec 13 23:50:26.049 INFO O| Dec 13 23:50:26.049 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-12-13T23:50:27.691Z[ recovery-image] Dec 13 23:50:26.080 INFO O| Dec 13 23:50:26.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71272024-12-13T23:50:27.691Z[ recovery-image] Dec 13 23:50:26.080 INFO O| Dec 13 23:50:26.080 INFO STEP 921 (remove_files) COMPLETE
71282024-12-13T23:50:27.694Z[ recovery-image] Dec 13 23:50:26.080 INFO O| Dec 13 23:50:26.080 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-12-13T23:50:27.712Z[ recovery-image] Dec 13 23:50:26.101 INFO O| Dec 13 23:50:26.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71302024-12-13T23:50:27.712Z[ recovery-image] Dec 13 23:50:26.101 INFO O| Dec 13 23:50:26.101 INFO STEP 922 (remove_files) COMPLETE
71312024-12-13T23:50:27.712Z[ recovery-image] Dec 13 23:50:26.101 INFO O| Dec 13 23:50:26.101 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-12-13T23:50:27.731Z[ recovery-image] Dec 13 23:50:26.121 INFO O| Dec 13 23:50:26.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71332024-12-13T23:50:27.731Z[ recovery-image] Dec 13 23:50:26.121 INFO O| Dec 13 23:50:26.121 INFO STEP 923 (remove_files) COMPLETE
71342024-12-13T23:50:27.732Z[ recovery-image] Dec 13 23:50:26.121 INFO O| Dec 13 23:50:26.121 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-12-13T23:50:27.751Z[ recovery-image] Dec 13 23:50:26.140 INFO O| Dec 13 23:50:26.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71362024-12-13T23:50:27.751Z[ recovery-image] Dec 13 23:50:26.140 INFO O| Dec 13 23:50:26.140 INFO STEP 924 (remove_files) COMPLETE
71372024-12-13T23:50:27.751Z[ recovery-image] Dec 13 23:50:26.140 INFO O| Dec 13 23:50:26.140 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-12-13T23:50:27.778Z[ recovery-image] Dec 13 23:50:26.167 INFO O| Dec 13 23:50:26.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71392024-12-13T23:50:27.778Z[ recovery-image] Dec 13 23:50:26.167 INFO O| Dec 13 23:50:26.167 INFO STEP 925 (remove_files) COMPLETE
71402024-12-13T23:50:27.780Z[ recovery-image] Dec 13 23:50:26.167 INFO O| Dec 13 23:50:26.167 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-12-13T23:50:27.817Z[ recovery-image] Dec 13 23:50:26.206 INFO O| Dec 13 23:50:26.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71422024-12-13T23:50:27.817Z[ recovery-image] Dec 13 23:50:26.206 INFO O| Dec 13 23:50:26.206 INFO STEP 926 (remove_files) COMPLETE
71432024-12-13T23:50:27.817Z[ recovery-image] Dec 13 23:50:26.206 INFO O| Dec 13 23:50:26.206 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-12-13T23:50:27.869Z[ recovery-image] Dec 13 23:50:26.258 INFO O| Dec 13 23:50:26.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71452024-12-13T23:50:27.869Z[ recovery-image] Dec 13 23:50:26.258 INFO O| Dec 13 23:50:26.258 INFO STEP 927 (remove_files) COMPLETE
71462024-12-13T23:50:27.869Z[ recovery-image] Dec 13 23:50:26.258 INFO O| Dec 13 23:50:26.258 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-12-13T23:50:27.889Z[ recovery-image] Dec 13 23:50:26.278 INFO O| Dec 13 23:50:26.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71482024-12-13T23:50:27.889Z[ recovery-image] Dec 13 23:50:26.278 INFO O| Dec 13 23:50:26.278 INFO STEP 928 (remove_files) COMPLETE
71492024-12-13T23:50:27.889Z[ recovery-image] Dec 13 23:50:26.278 INFO O| Dec 13 23:50:26.278 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-12-13T23:50:27.907Z[ recovery-image] Dec 13 23:50:26.296 INFO O| Dec 13 23:50:26.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71512024-12-13T23:50:27.907Z[ recovery-image] Dec 13 23:50:26.297 INFO O| Dec 13 23:50:26.297 INFO STEP 929 (remove_files) COMPLETE
71522024-12-13T23:50:27.910Z[ recovery-image] Dec 13 23:50:26.297 INFO O| Dec 13 23:50:26.297 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-12-13T23:50:27.922Z[ host-image] Dec 13 23:50:26.311 INFO O| Dec 13 23:50:26.311 INFO O| Done
71542024-12-13T23:50:27.922Z[ host-image] Dec 13 23:50:26.311 INFO O| Dec 13 23:50:26.311 INFO O| Done
71552024-12-13T23:50:27.926Z[ recovery-image] Dec 13 23:50:26.315 INFO O| Dec 13 23:50:26.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71562024-12-13T23:50:27.926Z[ recovery-image] Dec 13 23:50:26.315 INFO O| Dec 13 23:50:26.315 INFO STEP 930 (remove_files) COMPLETE
71572024-12-13T23:50:27.928Z[ recovery-image] Dec 13 23:50:26.315 INFO O| Dec 13 23:50:26.315 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-12-13T23:50:27.945Z[ recovery-image] Dec 13 23:50:26.334 INFO O| Dec 13 23:50:26.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71592024-12-13T23:50:27.945Z[ recovery-image] Dec 13 23:50:26.334 INFO O| Dec 13 23:50:26.334 INFO STEP 931 (remove_files) COMPLETE
71602024-12-13T23:50:27.948Z[ recovery-image] Dec 13 23:50:26.334 INFO O| Dec 13 23:50:26.334 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-12-13T23:50:28.000Z[ recovery-image] Dec 13 23:50:26.389 INFO O| Dec 13 23:50:26.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71622024-12-13T23:50:28.003Z[ recovery-image] Dec 13 23:50:26.389 INFO O| Dec 13 23:50:26.389 INFO STEP 932 (remove_files) COMPLETE
71632024-12-13T23:50:28.003Z[ recovery-image] Dec 13 23:50:26.389 INFO O| Dec 13 23:50:26.389 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-12-13T23:50:28.021Z[ recovery-image] Dec 13 23:50:26.410 INFO O| Dec 13 23:50:26.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71652024-12-13T23:50:28.024Z[ recovery-image] Dec 13 23:50:26.410 INFO O| Dec 13 23:50:26.410 INFO STEP 933 (remove_files) COMPLETE
71662024-12-13T23:50:28.024Z[ recovery-image] Dec 13 23:50:26.410 INFO O| Dec 13 23:50:26.410 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-12-13T23:50:28.048Z[ recovery-image] Dec 13 23:50:26.437 INFO O| Dec 13 23:50:26.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71682024-12-13T23:50:28.050Z[ recovery-image] Dec 13 23:50:26.437 INFO O| Dec 13 23:50:26.437 INFO STEP 934 (remove_files) COMPLETE
71692024-12-13T23:50:28.050Z[ recovery-image] Dec 13 23:50:26.437 INFO O| Dec 13 23:50:26.437 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-12-13T23:50:28.068Z[ recovery-image] Dec 13 23:50:26.457 INFO O| Dec 13 23:50:26.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71712024-12-13T23:50:28.068Z[ recovery-image] Dec 13 23:50:26.457 INFO O| Dec 13 23:50:26.457 INFO STEP 935 (remove_files) COMPLETE
71722024-12-13T23:50:28.071Z[ recovery-image] Dec 13 23:50:26.458 INFO O| Dec 13 23:50:26.458 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-12-13T23:50:28.087Z[ recovery-image] Dec 13 23:50:26.476 INFO O| Dec 13 23:50:26.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71742024-12-13T23:50:28.090Z[ recovery-image] Dec 13 23:50:26.477 INFO O| Dec 13 23:50:26.477 INFO STEP 936 (remove_files) COMPLETE
71752024-12-13T23:50:28.090Z[ recovery-image] Dec 13 23:50:26.477 INFO O| Dec 13 23:50:26.477 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-12-13T23:50:28.108Z[ recovery-image] Dec 13 23:50:26.497 INFO O| Dec 13 23:50:26.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71772024-12-13T23:50:28.108Z[ recovery-image] Dec 13 23:50:26.497 INFO O| Dec 13 23:50:26.497 INFO STEP 937 (remove_files) COMPLETE
71782024-12-13T23:50:28.110Z[ recovery-image] Dec 13 23:50:26.497 INFO O| Dec 13 23:50:26.497 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-12-13T23:50:28.128Z[ recovery-image] Dec 13 23:50:26.517 INFO O| Dec 13 23:50:26.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71802024-12-13T23:50:28.130Z[ recovery-image] Dec 13 23:50:26.517 INFO O| Dec 13 23:50:26.517 INFO STEP 938 (remove_files) COMPLETE
71812024-12-13T23:50:28.130Z[ recovery-image] Dec 13 23:50:26.517 INFO O| Dec 13 23:50:26.517 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-12-13T23:50:28.162Z[ recovery-image] Dec 13 23:50:26.551 INFO O| Dec 13 23:50:26.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71832024-12-13T23:50:28.162Z[ recovery-image] Dec 13 23:50:26.552 INFO O| Dec 13 23:50:26.551 INFO STEP 939 (remove_files) COMPLETE
71842024-12-13T23:50:28.162Z[ recovery-image] Dec 13 23:50:26.552 INFO O| Dec 13 23:50:26.552 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-12-13T23:50:28.258Z[ recovery-image] Dec 13 23:50:26.647 INFO O| Dec 13 23:50:26.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71862024-12-13T23:50:28.258Z[ recovery-image] Dec 13 23:50:26.647 INFO O| Dec 13 23:50:26.647 INFO STEP 940 (remove_files) COMPLETE
71872024-12-13T23:50:28.261Z[ recovery-image] Dec 13 23:50:26.647 INFO O| Dec 13 23:50:26.647 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-12-13T23:50:28.298Z[ recovery-image] Dec 13 23:50:26.687 INFO O| Dec 13 23:50:26.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71892024-12-13T23:50:28.298Z[ recovery-image] Dec 13 23:50:26.687 INFO O| Dec 13 23:50:26.687 INFO STEP 941 (remove_files) COMPLETE
71902024-12-13T23:50:28.298Z[ recovery-image] Dec 13 23:50:26.687 INFO O| Dec 13 23:50:26.687 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-12-13T23:50:28.339Z[ recovery-image] Dec 13 23:50:26.728 INFO O| Dec 13 23:50:26.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71922024-12-13T23:50:28.339Z[ recovery-image] Dec 13 23:50:26.728 INFO O| Dec 13 23:50:26.728 INFO STEP 942 (remove_files) COMPLETE
71932024-12-13T23:50:28.342Z[ recovery-image] Dec 13 23:50:26.728 INFO O| Dec 13 23:50:26.728 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-12-13T23:50:28.359Z[ recovery-image] Dec 13 23:50:26.748 INFO O| Dec 13 23:50:26.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71952024-12-13T23:50:28.359Z[ recovery-image] Dec 13 23:50:26.749 INFO O| Dec 13 23:50:26.749 INFO STEP 943 (remove_files) COMPLETE
71962024-12-13T23:50:28.360Z[ recovery-image] Dec 13 23:50:26.749 INFO O| Dec 13 23:50:26.749 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-12-13T23:50:28.390Z[ recovery-image] Dec 13 23:50:26.779 INFO O| Dec 13 23:50:26.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71982024-12-13T23:50:28.390Z[ recovery-image] Dec 13 23:50:26.779 INFO O| Dec 13 23:50:26.779 INFO STEP 944 (remove_files) COMPLETE
71992024-12-13T23:50:28.390Z[ recovery-image] Dec 13 23:50:26.779 INFO O| Dec 13 23:50:26.779 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-12-13T23:50:28.410Z[ recovery-image] Dec 13 23:50:26.799 INFO O| Dec 13 23:50:26.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72012024-12-13T23:50:28.410Z[ recovery-image] Dec 13 23:50:26.800 INFO O| Dec 13 23:50:26.799 INFO STEP 945 (remove_files) COMPLETE
72022024-12-13T23:50:28.410Z[ recovery-image] Dec 13 23:50:26.800 INFO O| Dec 13 23:50:26.800 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-12-13T23:50:28.430Z[ recovery-image] Dec 13 23:50:26.819 INFO O| Dec 13 23:50:26.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72042024-12-13T23:50:28.431Z[ recovery-image] Dec 13 23:50:26.820 INFO O| Dec 13 23:50:26.820 INFO STEP 946 (remove_files) COMPLETE
72052024-12-13T23:50:28.431Z[ recovery-image] Dec 13 23:50:26.820 INFO O| Dec 13 23:50:26.820 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-12-13T23:50:28.450Z[ recovery-image] Dec 13 23:50:26.839 INFO O| Dec 13 23:50:26.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72072024-12-13T23:50:28.450Z[ recovery-image] Dec 13 23:50:26.839 INFO O| Dec 13 23:50:26.839 INFO STEP 947 (remove_files) COMPLETE
72082024-12-13T23:50:28.450Z[ recovery-image] Dec 13 23:50:26.839 INFO O| Dec 13 23:50:26.839 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-12-13T23:50:28.469Z[ recovery-image] Dec 13 23:50:26.858 INFO O| Dec 13 23:50:26.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72102024-12-13T23:50:28.469Z[ recovery-image] Dec 13 23:50:26.858 INFO O| Dec 13 23:50:26.858 INFO STEP 948 (remove_files) COMPLETE
72112024-12-13T23:50:28.472Z[ recovery-image] Dec 13 23:50:26.858 INFO O| Dec 13 23:50:26.858 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-12-13T23:50:28.488Z[ recovery-image] Dec 13 23:50:26.877 INFO O| Dec 13 23:50:26.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72132024-12-13T23:50:28.488Z[ recovery-image] Dec 13 23:50:26.878 INFO O| Dec 13 23:50:26.878 INFO STEP 949 (remove_files) COMPLETE
72142024-12-13T23:50:28.491Z[ recovery-image] Dec 13 23:50:26.878 INFO O| Dec 13 23:50:26.878 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-12-13T23:50:28.507Z[ recovery-image] Dec 13 23:50:26.897 INFO O| Dec 13 23:50:26.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72162024-12-13T23:50:28.507Z[ recovery-image] Dec 13 23:50:26.897 INFO O| Dec 13 23:50:26.897 INFO STEP 950 (remove_files) COMPLETE
72172024-12-13T23:50:28.510Z[ recovery-image] Dec 13 23:50:26.897 INFO O| Dec 13 23:50:26.897 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-12-13T23:50:28.527Z[ recovery-image] Dec 13 23:50:26.915 INFO O| Dec 13 23:50:26.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72192024-12-13T23:50:28.527Z[ recovery-image] Dec 13 23:50:26.915 INFO O| Dec 13 23:50:26.915 INFO STEP 951 (remove_files) COMPLETE
72202024-12-13T23:50:28.527Z[ recovery-image] Dec 13 23:50:26.915 INFO O| Dec 13 23:50:26.915 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-12-13T23:50:28.546Z[ recovery-image] Dec 13 23:50:26.935 INFO O| Dec 13 23:50:26.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72222024-12-13T23:50:28.546Z[ recovery-image] Dec 13 23:50:26.935 INFO O| Dec 13 23:50:26.935 INFO STEP 952 (remove_files) COMPLETE
72232024-12-13T23:50:28.546Z[ recovery-image] Dec 13 23:50:26.935 INFO O| Dec 13 23:50:26.935 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-12-13T23:50:28.566Z[ recovery-image] Dec 13 23:50:26.955 INFO O| Dec 13 23:50:26.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72252024-12-13T23:50:28.566Z[ recovery-image] Dec 13 23:50:26.955 INFO O| Dec 13 23:50:26.955 INFO STEP 953 (remove_files) COMPLETE
72262024-12-13T23:50:28.566Z[ recovery-image] Dec 13 23:50:26.955 INFO O| Dec 13 23:50:26.955 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-12-13T23:50:28.607Z[ recovery-image] Dec 13 23:50:26.996 INFO O| Dec 13 23:50:26.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72282024-12-13T23:50:28.607Z[ recovery-image] Dec 13 23:50:26.996 INFO O| Dec 13 23:50:26.996 INFO STEP 954 (remove_files) COMPLETE
72292024-12-13T23:50:28.607Z[ recovery-image] Dec 13 23:50:26.996 INFO O| Dec 13 23:50:26.996 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-12-13T23:50:28.628Z[ recovery-image] Dec 13 23:50:27.017 INFO O| Dec 13 23:50:27.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72312024-12-13T23:50:28.628Z[ recovery-image] Dec 13 23:50:27.017 INFO O| Dec 13 23:50:27.017 INFO STEP 955 (remove_files) COMPLETE
72322024-12-13T23:50:28.631Z[ recovery-image] Dec 13 23:50:27.018 INFO O| Dec 13 23:50:27.017 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-12-13T23:50:28.687Z[ recovery-image] Dec 13 23:50:27.076 INFO O| Dec 13 23:50:27.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72342024-12-13T23:50:28.687Z[ recovery-image] Dec 13 23:50:27.076 INFO O| Dec 13 23:50:27.076 INFO STEP 956 (remove_files) COMPLETE
72352024-12-13T23:50:28.687Z[ recovery-image] Dec 13 23:50:27.076 INFO O| Dec 13 23:50:27.076 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-12-13T23:50:28.707Z[ recovery-image] Dec 13 23:50:27.096 INFO O| Dec 13 23:50:27.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72372024-12-13T23:50:28.710Z[ recovery-image] Dec 13 23:50:27.096 INFO O| Dec 13 23:50:27.096 INFO STEP 957 (remove_files) COMPLETE
72382024-12-13T23:50:28.710Z[ recovery-image] Dec 13 23:50:27.097 INFO O| Dec 13 23:50:27.096 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-12-13T23:50:28.772Z[ recovery-image] Dec 13 23:50:27.161 INFO O| Dec 13 23:50:27.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72402024-12-13T23:50:28.772Z[ recovery-image] Dec 13 23:50:27.161 INFO O| Dec 13 23:50:27.161 INFO STEP 958 (remove_files) COMPLETE
72412024-12-13T23:50:28.772Z[ recovery-image] Dec 13 23:50:27.161 INFO O| Dec 13 23:50:27.161 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-12-13T23:50:28.791Z[ recovery-image] Dec 13 23:50:27.180 INFO O| Dec 13 23:50:27.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72432024-12-13T23:50:28.791Z[ recovery-image] Dec 13 23:50:27.180 INFO O| Dec 13 23:50:27.180 INFO STEP 959 (remove_files) COMPLETE
72442024-12-13T23:50:28.791Z[ recovery-image] Dec 13 23:50:27.180 INFO O| Dec 13 23:50:27.180 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-12-13T23:50:28.821Z[ recovery-image] Dec 13 23:50:27.210 INFO O| Dec 13 23:50:27.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72462024-12-13T23:50:28.821Z[ recovery-image] Dec 13 23:50:27.210 INFO O| Dec 13 23:50:27.210 INFO STEP 960 (remove_files) COMPLETE
72472024-12-13T23:50:28.823Z[ recovery-image] Dec 13 23:50:27.210 INFO O| Dec 13 23:50:27.210 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-12-13T23:50:28.856Z[ recovery-image] Dec 13 23:50:27.245 INFO O| Dec 13 23:50:27.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72492024-12-13T23:50:28.856Z[ recovery-image] Dec 13 23:50:27.245 INFO O| Dec 13 23:50:27.245 INFO STEP 961 (remove_files) COMPLETE
72502024-12-13T23:50:28.859Z[ recovery-image] Dec 13 23:50:27.246 INFO O| Dec 13 23:50:27.245 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-12-13T23:50:28.883Z[ recovery-image] Dec 13 23:50:27.272 INFO O| Dec 13 23:50:27.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72522024-12-13T23:50:28.883Z[ recovery-image] Dec 13 23:50:27.272 INFO O| Dec 13 23:50:27.272 INFO STEP 962 (remove_files) COMPLETE
72532024-12-13T23:50:28.883Z[ recovery-image] Dec 13 23:50:27.272 INFO O| Dec 13 23:50:27.272 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-12-13T23:50:28.904Z[ recovery-image] Dec 13 23:50:27.292 INFO O| Dec 13 23:50:27.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72552024-12-13T23:50:28.904Z[ recovery-image] Dec 13 23:50:27.292 INFO O| Dec 13 23:50:27.292 INFO STEP 963 (remove_files) COMPLETE
72562024-12-13T23:50:28.907Z[ recovery-image] Dec 13 23:50:27.292 INFO O| Dec 13 23:50:27.292 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-12-13T23:50:28.921Z[ recovery-image] Dec 13 23:50:27.310 INFO O| Dec 13 23:50:27.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72582024-12-13T23:50:28.921Z[ recovery-image] Dec 13 23:50:27.310 INFO O| Dec 13 23:50:27.310 INFO STEP 964 (remove_files) COMPLETE
72592024-12-13T23:50:28.924Z[ recovery-image] Dec 13 23:50:27.310 INFO O| Dec 13 23:50:27.310 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-12-13T23:50:28.940Z[ recovery-image] Dec 13 23:50:27.328 INFO O| Dec 13 23:50:27.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72612024-12-13T23:50:28.940Z[ recovery-image] Dec 13 23:50:27.328 INFO O| Dec 13 23:50:27.328 INFO STEP 965 (remove_files) COMPLETE
72622024-12-13T23:50:28.943Z[ recovery-image] Dec 13 23:50:27.328 INFO O| Dec 13 23:50:27.328 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-12-13T23:50:28.971Z[ recovery-image] Dec 13 23:50:27.360 INFO O| Dec 13 23:50:27.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72642024-12-13T23:50:28.971Z[ recovery-image] Dec 13 23:50:27.360 INFO O| Dec 13 23:50:27.360 INFO STEP 966 (remove_files) COMPLETE
72652024-12-13T23:50:28.971Z[ recovery-image] Dec 13 23:50:27.360 INFO O| Dec 13 23:50:27.360 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-12-13T23:50:29.013Z[ recovery-image] Dec 13 23:50:27.402 INFO O| Dec 13 23:50:27.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72672024-12-13T23:50:29.013Z[ recovery-image] Dec 13 23:50:27.402 INFO O| Dec 13 23:50:27.402 INFO STEP 967 (remove_files) COMPLETE
72682024-12-13T23:50:29.015Z[ recovery-image] Dec 13 23:50:27.402 INFO O| Dec 13 23:50:27.402 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-12-13T23:50:29.073Z[ recovery-image] Dec 13 23:50:27.461 INFO O| Dec 13 23:50:27.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72702024-12-13T23:50:29.073Z[ recovery-image] Dec 13 23:50:27.461 INFO O| Dec 13 23:50:27.461 INFO STEP 968 (remove_files) COMPLETE
72712024-12-13T23:50:29.073Z[ recovery-image] Dec 13 23:50:27.461 INFO O| Dec 13 23:50:27.461 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-12-13T23:50:29.100Z[ recovery-image] Dec 13 23:50:27.489 INFO O| Dec 13 23:50:27.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72732024-12-13T23:50:29.103Z[ recovery-image] Dec 13 23:50:27.489 INFO O| Dec 13 23:50:27.489 INFO STEP 969 (remove_files) COMPLETE
72742024-12-13T23:50:29.103Z[ recovery-image] Dec 13 23:50:27.490 INFO O| Dec 13 23:50:27.489 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-12-13T23:50:29.123Z[ recovery-image] Dec 13 23:50:27.511 INFO O| Dec 13 23:50:27.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72762024-12-13T23:50:29.146Z[ recovery-image] Dec 13 23:50:27.535 INFO O| Dec 13 23:50:27.535 INFO STEP 970 (remove_files) COMPLETE
72772024-12-13T23:50:29.146Z[ recovery-image] Dec 13 23:50:27.535 INFO O| Dec 13 23:50:27.535 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-12-13T23:50:29.167Z[ recovery-image] Dec 13 23:50:27.556 INFO O| Dec 13 23:50:27.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72792024-12-13T23:50:29.169Z[ recovery-image] Dec 13 23:50:27.556 INFO O| Dec 13 23:50:27.556 INFO STEP 971 (remove_files) COMPLETE
72802024-12-13T23:50:29.169Z[ recovery-image] Dec 13 23:50:27.556 INFO O| Dec 13 23:50:27.556 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-12-13T23:50:29.180Z[ host-image] Dec 13 23:50:27.569 INFO O| Dec 13 23:50:27.569 INFO O| Done
72822024-12-13T23:50:29.188Z[ recovery-image] Dec 13 23:50:27.576 INFO O| Dec 13 23:50:27.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72832024-12-13T23:50:29.188Z[ recovery-image] Dec 13 23:50:27.576 INFO O| Dec 13 23:50:27.576 INFO STEP 972 (remove_files) COMPLETE
72842024-12-13T23:50:29.188Z[ recovery-image] Dec 13 23:50:27.577 INFO O| Dec 13 23:50:27.577 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-12-13T23:50:29.214Z[ recovery-image] Dec 13 23:50:27.603 INFO O| Dec 13 23:50:27.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72862024-12-13T23:50:29.216Z[ recovery-image] Dec 13 23:50:27.603 INFO O| Dec 13 23:50:27.603 INFO STEP 973 (remove_files) COMPLETE
72872024-12-13T23:50:29.216Z[ recovery-image] Dec 13 23:50:27.603 INFO O| Dec 13 23:50:27.603 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-12-13T23:50:29.246Z[ recovery-image] Dec 13 23:50:27.635 INFO O| Dec 13 23:50:27.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72892024-12-13T23:50:29.246Z[ recovery-image] Dec 13 23:50:27.635 INFO O| Dec 13 23:50:27.635 INFO STEP 974 (remove_files) COMPLETE
72902024-12-13T23:50:29.248Z[ recovery-image] Dec 13 23:50:27.635 INFO O| Dec 13 23:50:27.635 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-12-13T23:50:29.287Z[ recovery-image] Dec 13 23:50:27.676 INFO O| Dec 13 23:50:27.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72922024-12-13T23:50:29.287Z[ recovery-image] Dec 13 23:50:27.676 INFO O| Dec 13 23:50:27.676 INFO STEP 975 (remove_files) COMPLETE
72932024-12-13T23:50:29.290Z[ recovery-image] Dec 13 23:50:27.676 INFO O| Dec 13 23:50:27.676 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-12-13T23:50:29.307Z[ recovery-image] Dec 13 23:50:27.696 INFO O| Dec 13 23:50:27.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72952024-12-13T23:50:29.307Z[ recovery-image] Dec 13 23:50:27.696 INFO O| Dec 13 23:50:27.696 INFO STEP 976 (remove_files) COMPLETE
72962024-12-13T23:50:29.307Z[ recovery-image] Dec 13 23:50:27.696 INFO O| Dec 13 23:50:27.696 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-12-13T23:50:29.328Z[ recovery-image] Dec 13 23:50:27.717 INFO O| Dec 13 23:50:27.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
72982024-12-13T23:50:29.336Z[ recovery-image] Dec 13 23:50:27.725 INFO O| Dec 13 23:50:27.725 INFO STEP 977 (remove_files) COMPLETE
72992024-12-13T23:50:29.337Z[ recovery-image] Dec 13 23:50:27.725 INFO O| Dec 13 23:50:27.725 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-12-13T23:50:29.360Z[ recovery-image] Dec 13 23:50:27.748 INFO O| Dec 13 23:50:27.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
73012024-12-13T23:50:29.360Z[ recovery-image] Dec 13 23:50:27.748 INFO O| Dec 13 23:50:27.748 INFO STEP 978 (remove_files) COMPLETE
73022024-12-13T23:50:29.363Z[ recovery-image] Dec 13 23:50:27.748 INFO O| Dec 13 23:50:27.748 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-12-13T23:50:29.397Z[ recovery-image] Dec 13 23:50:27.786 INFO O| Dec 13 23:50:27.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
73042024-12-13T23:50:29.397Z[ recovery-image] Dec 13 23:50:27.786 INFO O| Dec 13 23:50:27.785 INFO STEP 979 (remove_files) COMPLETE
73052024-12-13T23:50:29.397Z[ recovery-image] Dec 13 23:50:27.786 INFO O| Dec 13 23:50:27.785 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-12-13T23:50:29.418Z[ recovery-image] Dec 13 23:50:27.807 INFO O| Dec 13 23:50:27.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
73072024-12-13T23:50:29.420Z[ recovery-image] Dec 13 23:50:27.807 INFO O| Dec 13 23:50:27.807 INFO STEP 980 (remove_files) COMPLETE
73082024-12-13T23:50:29.420Z[ recovery-image] Dec 13 23:50:27.807 INFO O| Dec 13 23:50:27.807 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-12-13T23:50:29.439Z[ recovery-image] Dec 13 23:50:27.828 INFO O| Dec 13 23:50:27.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73102024-12-13T23:50:29.440Z[ recovery-image] Dec 13 23:50:27.828 INFO O| Dec 13 23:50:27.828 INFO STEP 981 (remove_files) COMPLETE
73112024-12-13T23:50:29.440Z[ recovery-image] Dec 13 23:50:27.828 INFO O| Dec 13 23:50:27.828 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-12-13T23:50:29.476Z[ recovery-image] Dec 13 23:50:27.865 INFO O| Dec 13 23:50:27.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73132024-12-13T23:50:29.479Z[ recovery-image] Dec 13 23:50:27.865 INFO O| Dec 13 23:50:27.865 INFO STEP 982 (remove_files) COMPLETE
73142024-12-13T23:50:29.479Z[ recovery-image] Dec 13 23:50:27.866 INFO O| Dec 13 23:50:27.866 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-12-13T23:50:29.502Z[ recovery-image] Dec 13 23:50:27.891 INFO O| Dec 13 23:50:27.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73162024-12-13T23:50:29.505Z[ recovery-image] Dec 13 23:50:27.891 INFO O| Dec 13 23:50:27.891 INFO STEP 983 (remove_files) COMPLETE
73172024-12-13T23:50:29.505Z[ recovery-image] Dec 13 23:50:27.891 INFO O| Dec 13 23:50:27.891 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-12-13T23:50:29.530Z[ recovery-image] Dec 13 23:50:27.919 INFO O| Dec 13 23:50:27.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73192024-12-13T23:50:29.533Z[ recovery-image] Dec 13 23:50:27.919 INFO O| Dec 13 23:50:27.919 INFO STEP 984 (remove_files) COMPLETE
73202024-12-13T23:50:29.533Z[ recovery-image] Dec 13 23:50:27.920 INFO O| Dec 13 23:50:27.919 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-12-13T23:50:29.618Z[ recovery-image] Dec 13 23:50:28.007 INFO O| Dec 13 23:50:28.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73222024-12-13T23:50:29.621Z[ recovery-image] Dec 13 23:50:28.007 INFO O| Dec 13 23:50:28.007 INFO STEP 985 (remove_files) COMPLETE
73232024-12-13T23:50:29.621Z[ recovery-image] Dec 13 23:50:28.007 INFO O| Dec 13 23:50:28.007 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-12-13T23:50:29.641Z[ recovery-image] Dec 13 23:50:28.030 INFO O| Dec 13 23:50:28.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73252024-12-13T23:50:29.644Z[ recovery-image] Dec 13 23:50:28.030 INFO O| Dec 13 23:50:28.030 INFO STEP 986 (remove_files) COMPLETE
73262024-12-13T23:50:29.644Z[ recovery-image] Dec 13 23:50:28.031 INFO O| Dec 13 23:50:28.030 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-12-13T23:50:29.669Z[ recovery-image] Dec 13 23:50:28.058 INFO O| Dec 13 23:50:28.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73282024-12-13T23:50:29.669Z[ recovery-image] Dec 13 23:50:28.058 INFO O| Dec 13 23:50:28.058 INFO STEP 987 (remove_files) COMPLETE
73292024-12-13T23:50:29.673Z[ recovery-image] Dec 13 23:50:28.058 INFO O| Dec 13 23:50:28.058 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-12-13T23:50:29.692Z[ recovery-image] Dec 13 23:50:28.081 INFO O| Dec 13 23:50:28.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73312024-12-13T23:50:29.692Z[ recovery-image] Dec 13 23:50:28.081 INFO O| Dec 13 23:50:28.081 INFO STEP 988 (remove_files) COMPLETE
73322024-12-13T23:50:29.692Z[ recovery-image] Dec 13 23:50:28.081 INFO O| Dec 13 23:50:28.081 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-12-13T23:50:29.714Z[ recovery-image] Dec 13 23:50:28.103 INFO O| Dec 13 23:50:28.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73342024-12-13T23:50:29.714Z[ recovery-image] Dec 13 23:50:28.103 INFO O| Dec 13 23:50:28.103 INFO STEP 989 (remove_files) COMPLETE
73352024-12-13T23:50:29.714Z[ recovery-image] Dec 13 23:50:28.103 INFO O| Dec 13 23:50:28.103 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-12-13T23:50:29.734Z[ recovery-image] Dec 13 23:50:28.123 INFO O| Dec 13 23:50:28.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73372024-12-13T23:50:29.734Z[ recovery-image] Dec 13 23:50:28.123 INFO O| Dec 13 23:50:28.123 INFO STEP 990 (remove_files) COMPLETE
73382024-12-13T23:50:29.734Z[ recovery-image] Dec 13 23:50:28.123 INFO O| Dec 13 23:50:28.123 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-12-13T23:50:29.755Z[ recovery-image] Dec 13 23:50:28.143 INFO O| Dec 13 23:50:28.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73402024-12-13T23:50:29.755Z[ recovery-image] Dec 13 23:50:28.143 INFO O| Dec 13 23:50:28.143 INFO STEP 991 (remove_files) COMPLETE
73412024-12-13T23:50:29.757Z[ recovery-image] Dec 13 23:50:28.143 INFO O| Dec 13 23:50:28.143 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-12-13T23:50:29.786Z[ recovery-image] Dec 13 23:50:28.175 INFO O| Dec 13 23:50:28.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73432024-12-13T23:50:29.786Z[ recovery-image] Dec 13 23:50:28.175 INFO O| Dec 13 23:50:28.175 INFO STEP 992 (remove_files) COMPLETE
73442024-12-13T23:50:29.786Z[ recovery-image] Dec 13 23:50:28.175 INFO O| Dec 13 23:50:28.175 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-12-13T23:50:29.811Z[ recovery-image] Dec 13 23:50:28.200 INFO O| Dec 13 23:50:28.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73462024-12-13T23:50:29.811Z[ recovery-image] Dec 13 23:50:28.200 INFO O| Dec 13 23:50:28.200 INFO STEP 993 (remove_files) COMPLETE
73472024-12-13T23:50:29.811Z[ recovery-image] Dec 13 23:50:28.200 INFO O| Dec 13 23:50:28.200 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-12-13T23:50:29.834Z[ recovery-image] Dec 13 23:50:28.222 INFO O| Dec 13 23:50:28.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73492024-12-13T23:50:29.835Z[ recovery-image] Dec 13 23:50:28.222 INFO O| Dec 13 23:50:28.222 INFO STEP 994 (remove_files) COMPLETE
73502024-12-13T23:50:29.835Z[ recovery-image] Dec 13 23:50:28.222 INFO O| Dec 13 23:50:28.222 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-12-13T23:50:29.855Z[ recovery-image] Dec 13 23:50:28.243 INFO O| Dec 13 23:50:28.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73522024-12-13T23:50:29.855Z[ recovery-image] Dec 13 23:50:28.243 INFO O| Dec 13 23:50:28.243 INFO STEP 995 (remove_files) COMPLETE
73532024-12-13T23:50:29.857Z[ recovery-image] Dec 13 23:50:28.243 INFO O| Dec 13 23:50:28.243 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-12-13T23:50:29.875Z[ recovery-image] Dec 13 23:50:28.264 INFO O| Dec 13 23:50:28.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73552024-12-13T23:50:29.875Z[ recovery-image] Dec 13 23:50:28.264 INFO O| Dec 13 23:50:28.264 INFO STEP 996 (remove_files) COMPLETE
73562024-12-13T23:50:29.879Z[ recovery-image] Dec 13 23:50:28.264 INFO O| Dec 13 23:50:28.264 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-12-13T23:50:29.897Z[ recovery-image] Dec 13 23:50:28.286 INFO O| Dec 13 23:50:28.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73582024-12-13T23:50:29.897Z[ recovery-image] Dec 13 23:50:28.286 INFO O| Dec 13 23:50:28.286 INFO STEP 997 (remove_files) COMPLETE
73592024-12-13T23:50:29.897Z[ recovery-image] Dec 13 23:50:28.286 INFO O| Dec 13 23:50:28.286 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-12-13T23:50:29.936Z[ recovery-image] Dec 13 23:50:28.325 INFO O| Dec 13 23:50:28.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73612024-12-13T23:50:29.937Z[ recovery-image] Dec 13 23:50:28.325 INFO O| Dec 13 23:50:28.325 INFO STEP 998 (remove_files) COMPLETE
73622024-12-13T23:50:29.939Z[ recovery-image] Dec 13 23:50:28.325 INFO O| Dec 13 23:50:28.325 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-12-13T23:50:29.958Z[ recovery-image] Dec 13 23:50:28.347 INFO O| Dec 13 23:50:28.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73642024-12-13T23:50:29.958Z[ recovery-image] Dec 13 23:50:28.347 INFO O| Dec 13 23:50:28.347 INFO STEP 999 (remove_files) COMPLETE
73652024-12-13T23:50:29.961Z[ recovery-image] Dec 13 23:50:28.347 INFO O| Dec 13 23:50:28.347 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-12-13T23:50:29.998Z[ recovery-image] Dec 13 23:50:28.387 INFO O| Dec 13 23:50:28.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73672024-12-13T23:50:29.998Z[ recovery-image] Dec 13 23:50:28.387 INFO O| Dec 13 23:50:28.387 INFO STEP 1000 (remove_files) COMPLETE
73682024-12-13T23:50:30.001Z[ recovery-image] Dec 13 23:50:28.387 INFO O| Dec 13 23:50:28.387 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-12-13T23:50:30.053Z[ recovery-image] Dec 13 23:50:28.441 INFO O| Dec 13 23:50:28.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73702024-12-13T23:50:30.053Z[ recovery-image] Dec 13 23:50:28.441 INFO O| Dec 13 23:50:28.441 INFO STEP 1001 (remove_files) COMPLETE
73712024-12-13T23:50:30.053Z[ recovery-image] Dec 13 23:50:28.441 INFO O| Dec 13 23:50:28.441 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-12-13T23:50:30.110Z[ recovery-image] Dec 13 23:50:28.499 INFO O| Dec 13 23:50:28.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73732024-12-13T23:50:30.110Z[ recovery-image] Dec 13 23:50:28.499 INFO O| Dec 13 23:50:28.499 INFO STEP 1002 (remove_files) COMPLETE
73742024-12-13T23:50:30.110Z[ recovery-image] Dec 13 23:50:28.499 INFO O| Dec 13 23:50:28.499 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-12-13T23:50:30.130Z[ recovery-image] Dec 13 23:50:28.518 INFO O| Dec 13 23:50:28.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73762024-12-13T23:50:30.130Z[ recovery-image] Dec 13 23:50:28.519 INFO O| Dec 13 23:50:28.518 INFO STEP 1003 (remove_files) COMPLETE
73772024-12-13T23:50:30.130Z[ recovery-image] Dec 13 23:50:28.519 INFO O| Dec 13 23:50:28.519 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-12-13T23:50:30.149Z[ recovery-image] Dec 13 23:50:28.538 INFO O| Dec 13 23:50:28.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73792024-12-13T23:50:30.149Z[ recovery-image] Dec 13 23:50:28.538 INFO O| Dec 13 23:50:28.538 INFO STEP 1004 (remove_files) COMPLETE
73802024-12-13T23:50:30.149Z[ recovery-image] Dec 13 23:50:28.538 INFO O| Dec 13 23:50:28.538 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-12-13T23:50:30.186Z[ recovery-image] Dec 13 23:50:28.574 INFO O| Dec 13 23:50:28.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73822024-12-13T23:50:30.189Z[ recovery-image] Dec 13 23:50:28.574 INFO O| Dec 13 23:50:28.574 INFO STEP 1005 (remove_files) COMPLETE
73832024-12-13T23:50:30.189Z[ recovery-image] Dec 13 23:50:28.574 INFO O| Dec 13 23:50:28.574 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-12-13T23:50:30.207Z[ recovery-image] Dec 13 23:50:28.595 INFO O| Dec 13 23:50:28.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73852024-12-13T23:50:30.209Z[ recovery-image] Dec 13 23:50:28.596 INFO O| Dec 13 23:50:28.596 INFO STEP 1006 (remove_files) COMPLETE
73862024-12-13T23:50:30.209Z[ recovery-image] Dec 13 23:50:28.596 INFO O| Dec 13 23:50:28.596 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-12-13T23:50:30.233Z[ recovery-image] Dec 13 23:50:28.622 INFO O| Dec 13 23:50:28.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73882024-12-13T23:50:30.234Z[ recovery-image] Dec 13 23:50:28.622 INFO O| Dec 13 23:50:28.622 INFO STEP 1007 (remove_files) COMPLETE
73892024-12-13T23:50:30.234Z[ recovery-image] Dec 13 23:50:28.622 INFO O| Dec 13 23:50:28.622 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-12-13T23:50:30.286Z[ recovery-image] Dec 13 23:50:28.674 INFO O| Dec 13 23:50:28.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73912024-12-13T23:50:30.286Z[ recovery-image] Dec 13 23:50:28.674 INFO O| Dec 13 23:50:28.674 INFO STEP 1008 (remove_files) COMPLETE
73922024-12-13T23:50:30.286Z[ recovery-image] Dec 13 23:50:28.674 INFO O| Dec 13 23:50:28.674 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-12-13T23:50:30.307Z[ recovery-image] Dec 13 23:50:28.695 INFO O| Dec 13 23:50:28.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73942024-12-13T23:50:30.307Z[ recovery-image] Dec 13 23:50:28.695 INFO O| Dec 13 23:50:28.695 INFO STEP 1009 (remove_files) COMPLETE
73952024-12-13T23:50:30.307Z[ recovery-image] Dec 13 23:50:28.695 INFO O| Dec 13 23:50:28.695 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-12-13T23:50:30.339Z[ recovery-image] Dec 13 23:50:28.727 INFO O| Dec 13 23:50:28.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73972024-12-13T23:50:30.339Z[ recovery-image] Dec 13 23:50:28.727 INFO O| Dec 13 23:50:28.727 INFO STEP 1010 (remove_files) COMPLETE
73982024-12-13T23:50:30.339Z[ recovery-image] Dec 13 23:50:28.727 INFO O| Dec 13 23:50:28.727 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-12-13T23:50:30.408Z[ recovery-image] Dec 13 23:50:28.762 INFO O| Dec 13 23:50:28.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74002024-12-13T23:50:30.408Z[ recovery-image] Dec 13 23:50:28.762 INFO O| Dec 13 23:50:28.762 INFO STEP 1011 (remove_files) COMPLETE
74012024-12-13T23:50:30.408Z[ recovery-image] Dec 13 23:50:28.762 INFO O| Dec 13 23:50:28.762 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-12-13T23:50:30.408Z[ recovery-image] Dec 13 23:50:28.779 INFO O| Dec 13 23:50:28.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74032024-12-13T23:50:30.408Z[ recovery-image] Dec 13 23:50:28.780 INFO O| Dec 13 23:50:28.780 INFO STEP 1012 (remove_files) COMPLETE
74042024-12-13T23:50:30.408Z[ recovery-image] Dec 13 23:50:28.780 INFO O| Dec 13 23:50:28.780 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-12-13T23:50:30.416Z[ recovery-image] Dec 13 23:50:28.797 INFO O| Dec 13 23:50:28.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74062024-12-13T23:50:30.419Z[ recovery-image] Dec 13 23:50:28.797 INFO O| Dec 13 23:50:28.797 INFO STEP 1013 (remove_files) COMPLETE
74072024-12-13T23:50:30.419Z[ recovery-image] Dec 13 23:50:28.797 INFO O| Dec 13 23:50:28.797 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-12-13T23:50:30.445Z[ recovery-image] Dec 13 23:50:28.834 INFO O| Dec 13 23:50:28.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74092024-12-13T23:50:30.448Z[ recovery-image] Dec 13 23:50:28.834 INFO O| Dec 13 23:50:28.834 INFO STEP 1014 (remove_files) COMPLETE
74102024-12-13T23:50:30.448Z[ recovery-image] Dec 13 23:50:28.834 INFO O| Dec 13 23:50:28.834 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-12-13T23:50:30.466Z[ recovery-image] Dec 13 23:50:28.854 INFO O| Dec 13 23:50:28.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74122024-12-13T23:50:30.468Z[ recovery-image] Dec 13 23:50:28.855 INFO O| Dec 13 23:50:28.854 INFO STEP 1015 (remove_files) COMPLETE
74132024-12-13T23:50:30.468Z[ recovery-image] Dec 13 23:50:28.855 INFO O| Dec 13 23:50:28.855 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-12-13T23:50:30.507Z[ recovery-image] Dec 13 23:50:28.895 INFO O| Dec 13 23:50:28.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74152024-12-13T23:50:30.509Z[ recovery-image] Dec 13 23:50:28.896 INFO O| Dec 13 23:50:28.895 INFO STEP 1016 (remove_files) COMPLETE
74162024-12-13T23:50:30.509Z[ recovery-image] Dec 13 23:50:28.896 INFO O| Dec 13 23:50:28.895 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-12-13T23:50:30.548Z[ recovery-image] Dec 13 23:50:28.936 INFO O| Dec 13 23:50:28.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74182024-12-13T23:50:30.550Z[ recovery-image] Dec 13 23:50:28.936 INFO O| Dec 13 23:50:28.936 INFO STEP 1017 (remove_files) COMPLETE
74192024-12-13T23:50:30.550Z[ recovery-image] Dec 13 23:50:28.937 INFO O| Dec 13 23:50:28.937 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-12-13T23:50:30.579Z[ recovery-image] Dec 13 23:50:28.967 INFO O| Dec 13 23:50:28.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74212024-12-13T23:50:30.579Z[ recovery-image] Dec 13 23:50:28.967 INFO O| Dec 13 23:50:28.967 INFO STEP 1018 (remove_files) COMPLETE
74222024-12-13T23:50:30.579Z[ recovery-image] Dec 13 23:50:28.967 INFO O| Dec 13 23:50:28.967 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-12-13T23:50:30.649Z[ recovery-image] Dec 13 23:50:29.038 INFO O| Dec 13 23:50:29.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74242024-12-13T23:50:30.649Z[ recovery-image] Dec 13 23:50:29.038 INFO O| Dec 13 23:50:29.038 INFO STEP 1019 (remove_files) COMPLETE
74252024-12-13T23:50:30.649Z[ recovery-image] Dec 13 23:50:29.038 INFO O| Dec 13 23:50:29.038 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-12-13T23:50:30.671Z[ recovery-image] Dec 13 23:50:29.059 INFO O| Dec 13 23:50:29.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74272024-12-13T23:50:30.671Z[ recovery-image] Dec 13 23:50:29.059 INFO O| Dec 13 23:50:29.059 INFO STEP 1020 (remove_files) COMPLETE
74282024-12-13T23:50:30.688Z[ recovery-image] Dec 13 23:50:29.059 INFO O| Dec 13 23:50:29.059 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-12-13T23:50:30.760Z[ recovery-image] Dec 13 23:50:29.148 INFO O| Dec 13 23:50:29.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74302024-12-13T23:50:30.760Z[ recovery-image] Dec 13 23:50:29.148 INFO O| Dec 13 23:50:29.148 INFO STEP 1021 (remove_files) COMPLETE
74312024-12-13T23:50:30.760Z[ recovery-image] Dec 13 23:50:29.148 INFO O| Dec 13 23:50:29.148 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-12-13T23:50:30.779Z[ recovery-image] Dec 13 23:50:29.168 INFO O| Dec 13 23:50:29.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74332024-12-13T23:50:30.780Z[ recovery-image] Dec 13 23:50:29.168 INFO O| Dec 13 23:50:29.168 INFO STEP 1022 (remove_files) COMPLETE
74342024-12-13T23:50:30.780Z[ recovery-image] Dec 13 23:50:29.168 INFO O| Dec 13 23:50:29.168 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-12-13T23:50:30.830Z[ recovery-image] Dec 13 23:50:29.218 INFO O| Dec 13 23:50:29.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74362024-12-13T23:50:30.830Z[ recovery-image] Dec 13 23:50:29.218 INFO O| Dec 13 23:50:29.218 INFO STEP 1023 (remove_files) COMPLETE
74372024-12-13T23:50:30.830Z[ recovery-image] Dec 13 23:50:29.218 INFO O| Dec 13 23:50:29.218 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-12-13T23:50:30.899Z[ recovery-image] Dec 13 23:50:29.288 INFO O| Dec 13 23:50:29.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74392024-12-13T23:50:30.899Z[ recovery-image] Dec 13 23:50:29.288 INFO O| Dec 13 23:50:29.288 INFO STEP 1024 (remove_files) COMPLETE
74402024-12-13T23:50:30.902Z[ recovery-image] Dec 13 23:50:29.288 INFO O| Dec 13 23:50:29.288 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-12-13T23:50:30.934Z[ recovery-image] Dec 13 23:50:29.322 INFO O| Dec 13 23:50:29.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74422024-12-13T23:50:30.934Z[ recovery-image] Dec 13 23:50:29.322 INFO O| Dec 13 23:50:29.322 INFO STEP 1025 (remove_files) COMPLETE
74432024-12-13T23:50:30.934Z[ recovery-image] Dec 13 23:50:29.322 INFO O| Dec 13 23:50:29.322 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-12-13T23:50:30.955Z[ recovery-image] Dec 13 23:50:29.344 INFO O| Dec 13 23:50:29.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74452024-12-13T23:50:30.967Z[ recovery-image] Dec 13 23:50:29.356 INFO O| Dec 13 23:50:29.356 INFO STEP 1026 (remove_files) COMPLETE
74462024-12-13T23:50:30.967Z[ recovery-image] Dec 13 23:50:29.356 INFO O| Dec 13 23:50:29.356 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-12-13T23:50:30.989Z[ recovery-image] Dec 13 23:50:29.377 INFO O| Dec 13 23:50:29.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74482024-12-13T23:50:31.000Z[ recovery-image] Dec 13 23:50:29.389 INFO O| Dec 13 23:50:29.389 INFO STEP 1027 (remove_files) COMPLETE
74492024-12-13T23:50:31.000Z[ recovery-image] Dec 13 23:50:29.389 INFO O| Dec 13 23:50:29.389 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-12-13T23:50:31.038Z[ recovery-image] Dec 13 23:50:29.426 INFO O| Dec 13 23:50:29.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74512024-12-13T23:50:31.061Z[ recovery-image] Dec 13 23:50:29.450 INFO O| Dec 13 23:50:29.450 INFO STEP 1028 (remove_files) COMPLETE
74522024-12-13T23:50:31.061Z[ recovery-image] Dec 13 23:50:29.450 INFO O| Dec 13 23:50:29.450 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-12-13T23:50:31.117Z[ recovery-image] Dec 13 23:50:29.506 INFO O| Dec 13 23:50:29.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74542024-12-13T23:50:31.117Z[ recovery-image] Dec 13 23:50:29.506 INFO O| Dec 13 23:50:29.506 INFO STEP 1029 (remove_files) COMPLETE
74552024-12-13T23:50:31.120Z[ recovery-image] Dec 13 23:50:29.506 INFO O| Dec 13 23:50:29.506 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-12-13T23:50:31.144Z[ recovery-image] Dec 13 23:50:29.532 INFO O| Dec 13 23:50:29.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74572024-12-13T23:50:31.144Z[ recovery-image] Dec 13 23:50:29.532 INFO O| Dec 13 23:50:29.532 INFO STEP 1030 (remove_files) COMPLETE
74582024-12-13T23:50:31.144Z[ recovery-image] Dec 13 23:50:29.532 INFO O| Dec 13 23:50:29.532 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-12-13T23:50:31.166Z[ recovery-image] Dec 13 23:50:29.554 INFO O| Dec 13 23:50:29.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74602024-12-13T23:50:31.166Z[ recovery-image] Dec 13 23:50:29.554 INFO O| Dec 13 23:50:29.554 INFO STEP 1031 (remove_files) COMPLETE
74612024-12-13T23:50:31.166Z[ recovery-image] Dec 13 23:50:29.555 INFO O| Dec 13 23:50:29.554 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-12-13T23:50:31.186Z[ recovery-image] Dec 13 23:50:29.575 INFO O| Dec 13 23:50:29.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74632024-12-13T23:50:31.186Z[ recovery-image] Dec 13 23:50:29.575 INFO O| Dec 13 23:50:29.575 INFO STEP 1032 (remove_files) COMPLETE
74642024-12-13T23:50:31.189Z[ recovery-image] Dec 13 23:50:29.575 INFO O| Dec 13 23:50:29.575 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-12-13T23:50:31.220Z[ recovery-image] Dec 13 23:50:29.608 INFO O| Dec 13 23:50:29.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74662024-12-13T23:50:31.223Z[ recovery-image] Dec 13 23:50:29.609 INFO O| Dec 13 23:50:29.609 INFO STEP 1033 (remove_files) COMPLETE
74672024-12-13T23:50:31.223Z[ recovery-image] Dec 13 23:50:29.609 INFO O| Dec 13 23:50:29.609 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-12-13T23:50:31.241Z[ recovery-image] Dec 13 23:50:29.629 INFO O| Dec 13 23:50:29.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74692024-12-13T23:50:31.244Z[ recovery-image] Dec 13 23:50:29.629 INFO O| Dec 13 23:50:29.629 INFO STEP 1034 (remove_files) COMPLETE
74702024-12-13T23:50:31.244Z[ recovery-image] Dec 13 23:50:29.630 INFO O| Dec 13 23:50:29.629 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-12-13T23:50:31.263Z[ recovery-image] Dec 13 23:50:29.651 INFO O| Dec 13 23:50:29.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74722024-12-13T23:50:31.265Z[ recovery-image] Dec 13 23:50:29.651 INFO O| Dec 13 23:50:29.651 INFO STEP 1035 (remove_files) COMPLETE
74732024-12-13T23:50:31.265Z[ recovery-image] Dec 13 23:50:29.652 INFO O| Dec 13 23:50:29.651 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-12-13T23:50:31.296Z[ recovery-image] Dec 13 23:50:29.684 INFO O| Dec 13 23:50:29.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74752024-12-13T23:50:31.296Z[ recovery-image] Dec 13 23:50:29.684 INFO O| Dec 13 23:50:29.684 INFO STEP 1036 (remove_files) COMPLETE
74762024-12-13T23:50:31.299Z[ recovery-image] Dec 13 23:50:29.684 INFO O| Dec 13 23:50:29.684 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-12-13T23:50:31.353Z[ recovery-image] Dec 13 23:50:29.742 INFO O| Dec 13 23:50:29.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74782024-12-13T23:50:31.353Z[ recovery-image] Dec 13 23:50:29.742 INFO O| Dec 13 23:50:29.742 INFO STEP 1037 (remove_files) COMPLETE
74792024-12-13T23:50:31.356Z[ recovery-image] Dec 13 23:50:29.742 INFO O| Dec 13 23:50:29.742 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-12-13T23:50:31.390Z[ recovery-image] Dec 13 23:50:29.778 INFO O| Dec 13 23:50:29.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74812024-12-13T23:50:31.390Z[ recovery-image] Dec 13 23:50:29.778 INFO O| Dec 13 23:50:29.778 INFO STEP 1038 (remove_files) COMPLETE
74822024-12-13T23:50:31.390Z[ recovery-image] Dec 13 23:50:29.778 INFO O| Dec 13 23:50:29.778 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-12-13T23:50:31.412Z[ recovery-image] Dec 13 23:50:29.800 INFO O| Dec 13 23:50:29.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74842024-12-13T23:50:31.416Z[ recovery-image] Dec 13 23:50:29.800 INFO O| Dec 13 23:50:29.800 INFO STEP 1039 (remove_files) COMPLETE
74852024-12-13T23:50:31.416Z[ recovery-image] Dec 13 23:50:29.800 INFO O| Dec 13 23:50:29.800 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-12-13T23:50:31.431Z[ recovery-image] Dec 13 23:50:29.818 INFO O| Dec 13 23:50:29.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74872024-12-13T23:50:31.436Z[ recovery-image] Dec 13 23:50:29.819 INFO O| Dec 13 23:50:29.818 INFO STEP 1040 (remove_files) COMPLETE
74882024-12-13T23:50:31.436Z[ recovery-image] Dec 13 23:50:29.819 INFO O| Dec 13 23:50:29.819 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-12-13T23:50:31.447Z[ recovery-image] Dec 13 23:50:29.836 INFO O| Dec 13 23:50:29.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74902024-12-13T23:50:31.450Z[ recovery-image] Dec 13 23:50:29.836 INFO O| Dec 13 23:50:29.836 INFO STEP 1041 (remove_files) COMPLETE
74912024-12-13T23:50:31.450Z[ recovery-image] Dec 13 23:50:29.836 INFO O| Dec 13 23:50:29.836 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-12-13T23:50:31.466Z[ recovery-image] Dec 13 23:50:29.854 INFO O| Dec 13 23:50:29.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74932024-12-13T23:50:31.469Z[ recovery-image] Dec 13 23:50:29.855 INFO O| Dec 13 23:50:29.855 INFO STEP 1042 (remove_files) COMPLETE
74942024-12-13T23:50:31.469Z[ recovery-image] Dec 13 23:50:29.855 INFO O| Dec 13 23:50:29.855 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-12-13T23:50:31.485Z[ recovery-image] Dec 13 23:50:29.873 INFO O| Dec 13 23:50:29.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74962024-12-13T23:50:31.504Z[ recovery-image] Dec 13 23:50:29.893 INFO O| Dec 13 23:50:29.893 INFO STEP 1043 (remove_files) COMPLETE
74972024-12-13T23:50:31.504Z[ recovery-image] Dec 13 23:50:29.893 INFO O| Dec 13 23:50:29.893 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-12-13T23:50:31.535Z[ recovery-image] Dec 13 23:50:29.923 INFO O| Dec 13 23:50:29.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74992024-12-13T23:50:31.535Z[ recovery-image] Dec 13 23:50:29.923 INFO O| Dec 13 23:50:29.923 INFO STEP 1044 (remove_files) COMPLETE
75002024-12-13T23:50:31.535Z[ recovery-image] Dec 13 23:50:29.923 INFO O| Dec 13 23:50:29.923 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-12-13T23:50:31.568Z[ recovery-image] Dec 13 23:50:29.957 INFO O| Dec 13 23:50:29.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75022024-12-13T23:50:31.568Z[ recovery-image] Dec 13 23:50:29.957 INFO O| Dec 13 23:50:29.957 INFO STEP 1045 (remove_files) COMPLETE
75032024-12-13T23:50:31.571Z[ recovery-image] Dec 13 23:50:29.957 INFO O| Dec 13 23:50:29.957 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-12-13T23:50:31.602Z[ recovery-image] Dec 13 23:50:29.991 INFO O| Dec 13 23:50:29.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75052024-12-13T23:50:31.603Z[ recovery-image] Dec 13 23:50:29.991 INFO O| Dec 13 23:50:29.991 INFO STEP 1046 (remove_files) COMPLETE
75062024-12-13T23:50:31.603Z[ recovery-image] Dec 13 23:50:29.991 INFO O| Dec 13 23:50:29.991 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-12-13T23:50:31.646Z[ recovery-image] Dec 13 23:50:30.035 INFO O| Dec 13 23:50:30.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75082024-12-13T23:50:31.649Z[ recovery-image] Dec 13 23:50:30.035 INFO O| Dec 13 23:50:30.035 INFO STEP 1047 (remove_files) COMPLETE
75092024-12-13T23:50:31.649Z[ recovery-image] Dec 13 23:50:30.035 INFO O| Dec 13 23:50:30.035 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-12-13T23:50:31.666Z[ recovery-image] Dec 13 23:50:30.054 INFO O| Dec 13 23:50:30.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75112024-12-13T23:50:31.669Z[ recovery-image] Dec 13 23:50:30.055 INFO O| Dec 13 23:50:30.054 INFO STEP 1048 (remove_files) COMPLETE
75122024-12-13T23:50:31.669Z[ recovery-image] Dec 13 23:50:30.055 INFO O| Dec 13 23:50:30.055 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-12-13T23:50:31.696Z[ recovery-image] Dec 13 23:50:30.084 INFO O| Dec 13 23:50:30.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75142024-12-13T23:50:31.696Z[ recovery-image] Dec 13 23:50:30.084 INFO O| Dec 13 23:50:30.084 INFO STEP 1049 (remove_files) COMPLETE
75152024-12-13T23:50:31.696Z[ recovery-image] Dec 13 23:50:30.084 INFO O| Dec 13 23:50:30.084 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-12-13T23:50:31.729Z[ recovery-image] Dec 13 23:50:30.117 INFO O| Dec 13 23:50:30.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75172024-12-13T23:50:31.729Z[ recovery-image] Dec 13 23:50:30.117 INFO O| Dec 13 23:50:30.117 INFO STEP 1050 (remove_files) COMPLETE
75182024-12-13T23:50:31.731Z[ recovery-image] Dec 13 23:50:30.118 INFO O| Dec 13 23:50:30.117 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-12-13T23:50:31.768Z[ recovery-image] Dec 13 23:50:30.157 INFO O| Dec 13 23:50:30.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75202024-12-13T23:50:31.768Z[ recovery-image] Dec 13 23:50:30.157 INFO O| Dec 13 23:50:30.157 INFO STEP 1051 (remove_files) COMPLETE
75212024-12-13T23:50:31.768Z[ recovery-image] Dec 13 23:50:30.157 INFO O| Dec 13 23:50:30.157 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-12-13T23:50:31.787Z[ recovery-image] Dec 13 23:50:30.175 INFO O| Dec 13 23:50:30.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75232024-12-13T23:50:31.787Z[ recovery-image] Dec 13 23:50:30.175 INFO O| Dec 13 23:50:30.175 INFO STEP 1052 (remove_files) COMPLETE
75242024-12-13T23:50:31.787Z[ recovery-image] Dec 13 23:50:30.175 INFO O| Dec 13 23:50:30.175 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-12-13T23:50:31.821Z[ recovery-image] Dec 13 23:50:30.209 INFO O| Dec 13 23:50:30.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75262024-12-13T23:50:31.821Z[ recovery-image] Dec 13 23:50:30.209 INFO O| Dec 13 23:50:30.209 INFO STEP 1053 (remove_files) COMPLETE
75272024-12-13T23:50:31.821Z[ recovery-image] Dec 13 23:50:30.209 INFO O| Dec 13 23:50:30.209 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-12-13T23:50:31.897Z[ recovery-image] Dec 13 23:50:30.286 INFO O| Dec 13 23:50:30.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75292024-12-13T23:50:31.898Z[ recovery-image] Dec 13 23:50:30.286 INFO O| Dec 13 23:50:30.286 INFO STEP 1054 (remove_files) COMPLETE
75302024-12-13T23:50:31.898Z[ recovery-image] Dec 13 23:50:30.286 INFO O| Dec 13 23:50:30.286 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-12-13T23:50:31.924Z[ recovery-image] Dec 13 23:50:30.312 INFO O| Dec 13 23:50:30.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75322024-12-13T23:50:31.924Z[ recovery-image] Dec 13 23:50:30.312 INFO O| Dec 13 23:50:30.312 INFO STEP 1055 (remove_files) COMPLETE
75332024-12-13T23:50:31.924Z[ recovery-image] Dec 13 23:50:30.312 INFO O| Dec 13 23:50:30.312 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-12-13T23:50:31.982Z[ host-image] Dec 13 23:50:30.370 INFO O| Dec 13 23:50:30.370 INFO O| Done
75352024-12-13T23:50:31.985Z[ recovery-image] Dec 13 23:50:30.372 INFO O| Dec 13 23:50:30.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75362024-12-13T23:50:31.985Z[ recovery-image] Dec 13 23:50:30.372 INFO O| Dec 13 23:50:30.372 INFO STEP 1056 (remove_files) COMPLETE
75372024-12-13T23:50:31.985Z[ recovery-image] Dec 13 23:50:30.372 INFO O| Dec 13 23:50:30.372 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-13T23:50:32.003Z[ recovery-image] Dec 13 23:50:30.392 INFO O| Dec 13 23:50:30.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75392024-12-13T23:50:32.003Z[ recovery-image] Dec 13 23:50:30.392 INFO O| Dec 13 23:50:30.392 INFO STEP 1057 (remove_files) COMPLETE
75402024-12-13T23:50:32.006Z[ recovery-image] Dec 13 23:50:30.392 INFO O| Dec 13 23:50:30.392 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-12-13T23:50:32.036Z[ recovery-image] Dec 13 23:50:30.424 INFO O| Dec 13 23:50:30.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75422024-12-13T23:50:32.037Z[ recovery-image] Dec 13 23:50:30.424 INFO O| Dec 13 23:50:30.424 INFO STEP 1058 (remove_files) COMPLETE
75432024-12-13T23:50:32.037Z[ recovery-image] Dec 13 23:50:30.424 INFO O| Dec 13 23:50:30.424 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-12-13T23:50:32.049Z[ host-image] Dec 13 23:50:30.437 INFO O| Dec 13 23:50:30.437 INFO O| Done
75452024-12-13T23:50:32.049Z[ host-image] Dec 13 23:50:30.438 INFO O| Dec 13 23:50:30.438 INFO O| Done
75462024-12-13T23:50:32.058Z[ recovery-image] Dec 13 23:50:30.447 INFO O| Dec 13 23:50:30.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75472024-12-13T23:50:32.058Z[ recovery-image] Dec 13 23:50:30.447 INFO O| Dec 13 23:50:30.447 INFO STEP 1059 (remove_files) COMPLETE
75482024-12-13T23:50:32.061Z[ recovery-image] Dec 13 23:50:30.447 INFO O| Dec 13 23:50:30.447 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-12-13T23:50:32.068Z[ host-image] Dec 13 23:50:30.457 INFO O| Dec 13 23:50:30.457 INFO O| Done
75502024-12-13T23:50:32.090Z[ recovery-image] Dec 13 23:50:30.478 INFO O| Dec 13 23:50:30.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75512024-12-13T23:50:32.090Z[ recovery-image] Dec 13 23:50:30.478 INFO O| Dec 13 23:50:30.478 INFO STEP 1060 (remove_files) COMPLETE
75522024-12-13T23:50:32.090Z[ recovery-image] Dec 13 23:50:30.478 INFO O| Dec 13 23:50:30.478 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-12-13T23:50:32.112Z[ recovery-image] Dec 13 23:50:30.500 INFO O| Dec 13 23:50:30.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75542024-12-13T23:50:32.112Z[ recovery-image] Dec 13 23:50:30.500 INFO O| Dec 13 23:50:30.500 INFO STEP 1061 (remove_files) COMPLETE
75552024-12-13T23:50:32.112Z[ recovery-image] Dec 13 23:50:30.500 INFO O| Dec 13 23:50:30.500 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-12-13T23:50:32.132Z[ recovery-image] Dec 13 23:50:30.519 INFO O| Dec 13 23:50:30.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75572024-12-13T23:50:32.132Z[ recovery-image] Dec 13 23:50:30.520 INFO O| Dec 13 23:50:30.519 INFO STEP 1062 (remove_files) COMPLETE
75582024-12-13T23:50:32.132Z[ recovery-image] Dec 13 23:50:30.520 INFO O| Dec 13 23:50:30.520 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-12-13T23:50:32.214Z[ recovery-image] Dec 13 23:50:30.601 INFO O| Dec 13 23:50:30.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75602024-12-13T23:50:32.214Z[ recovery-image] Dec 13 23:50:30.602 INFO O| Dec 13 23:50:30.601 INFO STEP 1063 (remove_files) COMPLETE
75612024-12-13T23:50:32.214Z[ recovery-image] Dec 13 23:50:30.602 INFO O| Dec 13 23:50:30.602 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-12-13T23:50:32.241Z[ recovery-image] Dec 13 23:50:30.629 INFO O| Dec 13 23:50:30.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75632024-12-13T23:50:32.245Z[ recovery-image] Dec 13 23:50:30.629 INFO O| Dec 13 23:50:30.629 INFO STEP 1064 (remove_files) COMPLETE
75642024-12-13T23:50:32.245Z[ recovery-image] Dec 13 23:50:30.630 INFO O| Dec 13 23:50:30.630 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-12-13T23:50:32.270Z[ recovery-image] Dec 13 23:50:30.658 INFO O| Dec 13 23:50:30.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75662024-12-13T23:50:32.270Z[ recovery-image] Dec 13 23:50:30.658 INFO O| Dec 13 23:50:30.652 INFO STEP 1065 (remove_files) COMPLETE
75672024-12-13T23:50:32.273Z[ recovery-image] Dec 13 23:50:30.658 INFO O| Dec 13 23:50:30.652 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-12-13T23:50:32.285Z[ recovery-image] Dec 13 23:50:30.673 INFO O| Dec 13 23:50:30.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75692024-12-13T23:50:32.287Z[ recovery-image] Dec 13 23:50:30.673 INFO O| Dec 13 23:50:30.673 INFO STEP 1066 (remove_files) COMPLETE
75702024-12-13T23:50:32.287Z[ recovery-image] Dec 13 23:50:30.674 INFO O| Dec 13 23:50:30.673 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-12-13T23:50:32.292Z[ host-image] Dec 13 23:50:30.680 INFO O| Dec 13 23:50:30.680 INFO STEP 14 (pkg_install) COMPLETE
75722024-12-13T23:50:32.292Z[ host-image] Dec 13 23:50:30.680 INFO O| Dec 13 23:50:30.680 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75732024-12-13T23:50:32.292Z[ host-image] Dec 13 23:50:30.681 INFO O| Dec 13 23:50:30.680 INFO skip step because feature "mfg" is not enabled
75742024-12-13T23:50:32.295Z[ host-image] Dec 13 23:50:30.681 INFO O| Dec 13 23:50:30.680 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75752024-12-13T23:50:32.295Z[ host-image] Dec 13 23:50:30.681 INFO O| Dec 13 23:50:30.680 INFO skip step because feature "compliance" is not enabled
75762024-12-13T23:50:32.295Z[ host-image] Dec 13 23:50:30.681 INFO O| Dec 13 23:50:30.680 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75772024-12-13T23:50:32.295Z[ host-image] Dec 13 23:50:30.681 INFO O| Dec 13 23:50:30.680 INFO skip step because feature "stress" is not enabled
75782024-12-13T23:50:32.295Z[ host-image] Dec 13 23:50:30.681 INFO O| Dec 13 23:50:30.681 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75792024-12-13T23:50:32.295Z[ host-image] Dec 13 23:50:30.681 INFO O| Dec 13 23:50:30.681 INFO skip step because feature "nfs" is not enabled
75802024-12-13T23:50:32.295Z[ host-image] Dec 13 23:50:30.681 INFO O| Dec 13 23:50:30.681 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
75812024-12-13T23:50:32.295Z[ host-image] Dec 13 23:50:30.681 INFO O| Dec 13 23:50:30.681 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
75822024-12-13T23:50:32.313Z[ recovery-image] Dec 13 23:50:30.701 INFO O| Dec 13 23:50:30.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75832024-12-13T23:50:32.313Z[ recovery-image] Dec 13 23:50:30.701 INFO O| Dec 13 23:50:30.701 INFO STEP 1067 (remove_files) COMPLETE
75842024-12-13T23:50:32.313Z[ recovery-image] Dec 13 23:50:30.701 INFO O| Dec 13 23:50:30.701 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-12-13T23:50:32.401Z[ recovery-image] Dec 13 23:50:30.789 INFO O| Dec 13 23:50:30.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75862024-12-13T23:50:32.401Z[ recovery-image] Dec 13 23:50:30.789 INFO O| Dec 13 23:50:30.789 INFO STEP 1068 (remove_files) COMPLETE
75872024-12-13T23:50:32.401Z[ recovery-image] Dec 13 23:50:30.789 INFO O| Dec 13 23:50:30.789 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-12-13T23:50:32.403Z[ host-image] Dec 13 23:50:30.790 INFO O| Dec 13 23:50:30.790 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
75892024-12-13T23:50:32.424Z[ recovery-image] Dec 13 23:50:30.811 INFO O| Dec 13 23:50:30.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75902024-12-13T23:50:32.424Z[ recovery-image] Dec 13 23:50:30.811 INFO O| Dec 13 23:50:30.811 INFO STEP 1069 (remove_files) COMPLETE
75912024-12-13T23:50:32.424Z[ recovery-image] Dec 13 23:50:30.812 INFO O| Dec 13 23:50:30.811 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-12-13T23:50:32.454Z[ recovery-image] Dec 13 23:50:30.841 INFO O| Dec 13 23:50:30.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75932024-12-13T23:50:32.454Z[ recovery-image] Dec 13 23:50:30.842 INFO O| Dec 13 23:50:30.841 INFO STEP 1070 (remove_files) COMPLETE
75942024-12-13T23:50:32.454Z[ recovery-image] Dec 13 23:50:30.842 INFO O| Dec 13 23:50:30.841 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-12-13T23:50:32.510Z[ recovery-image] Dec 13 23:50:30.897 INFO O| Dec 13 23:50:30.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75962024-12-13T23:50:32.510Z[ recovery-image] Dec 13 23:50:30.897 INFO O| Dec 13 23:50:30.897 INFO STEP 1071 (remove_files) COMPLETE
75972024-12-13T23:50:32.510Z[ recovery-image] Dec 13 23:50:30.897 INFO O| Dec 13 23:50:30.897 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-12-13T23:50:32.575Z[ host-image] Dec 13 23:50:30.963 INFO O| Dec 13 23:50:30.963 INFO completed processing gimlet/ramdisk-01-os
75992024-12-13T23:50:32.579Z[ host-image] Dec 13 23:50:30.966 INFO omicron1 baseline generation...
76002024-12-13T23:50:32.579Z[ host-image] Dec 13 23:50:30.967 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
76012024-12-13T23:50:32.601Z[ recovery-image] Dec 13 23:50:30.990 INFO O| Dec 13 23:50:30.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
76022024-12-13T23:50:32.602Z[ recovery-image] Dec 13 23:50:30.990 INFO O| Dec 13 23:50:30.990 INFO STEP 1072 (remove_files) COMPLETE
76032024-12-13T23:50:32.604Z[ recovery-image] Dec 13 23:50:30.990 INFO O| Dec 13 23:50:30.990 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-12-13T23:50:32.621Z[ recovery-image] Dec 13 23:50:31.009 INFO O| Dec 13 23:50:31.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
76052024-12-13T23:50:32.625Z[ recovery-image] Dec 13 23:50:31.009 INFO O| Dec 13 23:50:31.009 INFO STEP 1073 (remove_files) COMPLETE
76062024-12-13T23:50:32.625Z[ recovery-image] Dec 13 23:50:31.010 INFO O| Dec 13 23:50:31.009 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-12-13T23:50:32.639Z[ recovery-image] Dec 13 23:50:31.027 INFO O| Dec 13 23:50:31.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
76082024-12-13T23:50:32.639Z[ recovery-image] Dec 13 23:50:31.027 INFO O| Dec 13 23:50:31.027 INFO STEP 1074 (remove_files) COMPLETE
76092024-12-13T23:50:32.639Z[ recovery-image] Dec 13 23:50:31.027 INFO O| Dec 13 23:50:31.027 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-12-13T23:50:32.657Z[ recovery-image] Dec 13 23:50:31.045 INFO O| Dec 13 23:50:31.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76112024-12-13T23:50:32.657Z[ recovery-image] Dec 13 23:50:31.045 INFO O| Dec 13 23:50:31.045 INFO STEP 1075 (remove_files) COMPLETE
76122024-12-13T23:50:32.657Z[ recovery-image] Dec 13 23:50:31.045 INFO O| Dec 13 23:50:31.045 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-12-13T23:50:32.675Z[ recovery-image] Dec 13 23:50:31.062 INFO O| Dec 13 23:50:31.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76142024-12-13T23:50:32.675Z[ recovery-image] Dec 13 23:50:31.063 INFO O| Dec 13 23:50:31.063 INFO STEP 1076 (remove_files) COMPLETE
76152024-12-13T23:50:32.675Z[ recovery-image] Dec 13 23:50:31.063 INFO O| Dec 13 23:50:31.063 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-12-13T23:50:32.695Z[ recovery-image] Dec 13 23:50:31.082 INFO O| Dec 13 23:50:31.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76172024-12-13T23:50:32.695Z[ recovery-image] Dec 13 23:50:31.082 INFO O| Dec 13 23:50:31.082 INFO STEP 1077 (remove_files) COMPLETE
76182024-12-13T23:50:32.695Z[ recovery-image] Dec 13 23:50:31.082 INFO O| Dec 13 23:50:31.082 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-12-13T23:50:32.733Z[ recovery-image] Dec 13 23:50:31.121 INFO O| Dec 13 23:50:31.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76202024-12-13T23:50:32.735Z[ recovery-image] Dec 13 23:50:31.121 INFO O| Dec 13 23:50:31.121 INFO STEP 1078 (remove_files) COMPLETE
76212024-12-13T23:50:32.735Z[ recovery-image] Dec 13 23:50:31.122 INFO O| Dec 13 23:50:31.122 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-12-13T23:50:32.770Z[ recovery-image] Dec 13 23:50:31.158 INFO O| Dec 13 23:50:31.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76232024-12-13T23:50:32.770Z[ recovery-image] Dec 13 23:50:31.158 INFO O| Dec 13 23:50:31.158 INFO STEP 1079 (remove_files) COMPLETE
76242024-12-13T23:50:32.770Z[ recovery-image] Dec 13 23:50:31.158 INFO O| Dec 13 23:50:31.158 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-12-13T23:50:32.787Z[ recovery-image] Dec 13 23:50:31.176 INFO O| Dec 13 23:50:31.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76262024-12-13T23:50:32.787Z[ recovery-image] Dec 13 23:50:31.176 INFO O| Dec 13 23:50:31.176 INFO STEP 1080 (remove_files) COMPLETE
76272024-12-13T23:50:32.787Z[ recovery-image] Dec 13 23:50:31.176 INFO O| Dec 13 23:50:31.176 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-12-13T23:50:32.818Z[ recovery-image] Dec 13 23:50:31.206 INFO O| Dec 13 23:50:31.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76292024-12-13T23:50:32.819Z[ recovery-image] Dec 13 23:50:31.206 INFO O| Dec 13 23:50:31.206 INFO STEP 1081 (remove_files) COMPLETE
76302024-12-13T23:50:32.819Z[ recovery-image] Dec 13 23:50:31.206 INFO O| Dec 13 23:50:31.206 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-12-13T23:50:32.841Z[ recovery-image] Dec 13 23:50:31.229 INFO O| Dec 13 23:50:31.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76322024-12-13T23:50:32.841Z[ recovery-image] Dec 13 23:50:31.230 INFO O| Dec 13 23:50:31.230 INFO STEP 1082 (remove_files) COMPLETE
76332024-12-13T23:50:32.846Z[ recovery-image] Dec 13 23:50:31.230 INFO O| Dec 13 23:50:31.230 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-12-13T23:50:32.867Z[ recovery-image] Dec 13 23:50:31.255 INFO O| Dec 13 23:50:31.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76352024-12-13T23:50:32.870Z[ recovery-image] Dec 13 23:50:31.255 INFO O| Dec 13 23:50:31.255 INFO STEP 1083 (remove_files) COMPLETE
76362024-12-13T23:50:32.870Z[ recovery-image] Dec 13 23:50:31.255 INFO O| Dec 13 23:50:31.255 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-12-13T23:50:32.887Z[ recovery-image] Dec 13 23:50:31.275 INFO O| Dec 13 23:50:31.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76382024-12-13T23:50:32.890Z[ recovery-image] Dec 13 23:50:31.275 INFO O| Dec 13 23:50:31.275 INFO STEP 1084 (remove_files) COMPLETE
76392024-12-13T23:50:32.890Z[ recovery-image] Dec 13 23:50:31.275 INFO O| Dec 13 23:50:31.275 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-12-13T23:50:32.906Z[ recovery-image] Dec 13 23:50:31.294 INFO O| Dec 13 23:50:31.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76412024-12-13T23:50:32.909Z[ recovery-image] Dec 13 23:50:31.294 INFO O| Dec 13 23:50:31.294 INFO STEP 1085 (remove_files) COMPLETE
76422024-12-13T23:50:32.909Z[ recovery-image] Dec 13 23:50:31.294 INFO O| Dec 13 23:50:31.294 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-12-13T23:50:32.941Z[ recovery-image] Dec 13 23:50:31.329 INFO O| Dec 13 23:50:31.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76442024-12-13T23:50:32.941Z[ recovery-image] Dec 13 23:50:31.329 INFO O| Dec 13 23:50:31.323 INFO STEP 1086 (remove_files) COMPLETE
76452024-12-13T23:50:32.943Z[ recovery-image] Dec 13 23:50:31.329 INFO O| Dec 13 23:50:31.323 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-12-13T23:50:32.975Z[ recovery-image] Dec 13 23:50:31.364 INFO O| Dec 13 23:50:31.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76472024-12-13T23:50:32.995Z[ recovery-image] Dec 13 23:50:31.383 INFO O| Dec 13 23:50:31.383 INFO STEP 1087 (remove_files) COMPLETE
76482024-12-13T23:50:32.995Z[ recovery-image] Dec 13 23:50:31.383 INFO O| Dec 13 23:50:31.383 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-12-13T23:50:33.015Z[ recovery-image] Dec 13 23:50:31.403 INFO O| Dec 13 23:50:31.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76502024-12-13T23:50:33.040Z[ recovery-image] Dec 13 23:50:31.428 INFO O| Dec 13 23:50:31.428 INFO STEP 1088 (remove_files) COMPLETE
76512024-12-13T23:50:33.040Z[ recovery-image] Dec 13 23:50:31.428 INFO O| Dec 13 23:50:31.428 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-12-13T23:50:33.062Z[ recovery-image] Dec 13 23:50:31.450 INFO O| Dec 13 23:50:31.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76532024-12-13T23:50:33.065Z[ recovery-image] Dec 13 23:50:31.450 INFO O| Dec 13 23:50:31.450 INFO STEP 1089 (remove_files) COMPLETE
76542024-12-13T23:50:33.065Z[ recovery-image] Dec 13 23:50:31.450 INFO O| Dec 13 23:50:31.450 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-12-13T23:50:33.082Z[ recovery-image] Dec 13 23:50:31.470 INFO O| Dec 13 23:50:31.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76562024-12-13T23:50:33.085Z[ recovery-image] Dec 13 23:50:31.470 INFO O| Dec 13 23:50:31.470 INFO STEP 1090 (remove_files) COMPLETE
76572024-12-13T23:50:33.085Z[ recovery-image] Dec 13 23:50:31.471 INFO O| Dec 13 23:50:31.470 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-12-13T23:50:33.101Z[ recovery-image] Dec 13 23:50:31.489 INFO O| Dec 13 23:50:31.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76592024-12-13T23:50:33.104Z[ recovery-image] Dec 13 23:50:31.493 INFO O| Dec 13 23:50:31.493 INFO STEP 1091 (remove_files) COMPLETE
76602024-12-13T23:50:33.107Z[ recovery-image] Dec 13 23:50:31.493 INFO O| Dec 13 23:50:31.493 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-12-13T23:50:33.125Z[ recovery-image] Dec 13 23:50:31.513 INFO O| Dec 13 23:50:31.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76622024-12-13T23:50:33.127Z[ recovery-image] Dec 13 23:50:31.513 INFO O| Dec 13 23:50:31.513 INFO STEP 1092 (remove_files) COMPLETE
76632024-12-13T23:50:33.127Z[ recovery-image] Dec 13 23:50:31.513 INFO O| Dec 13 23:50:31.513 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-12-13T23:50:33.141Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
76652024-12-13T23:50:33.178Z[ recovery-image] Dec 13 23:50:31.566 INFO O| Dec 13 23:50:31.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76662024-12-13T23:50:33.181Z[ recovery-image] Dec 13 23:50:31.566 INFO O| Dec 13 23:50:31.566 INFO STEP 1093 (remove_files) COMPLETE
76672024-12-13T23:50:33.181Z[ recovery-image] Dec 13 23:50:31.566 INFO O| Dec 13 23:50:31.566 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-12-13T23:50:33.198Z[ recovery-image] Dec 13 23:50:31.586 INFO O| Dec 13 23:50:31.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76692024-12-13T23:50:33.201Z[ recovery-image] Dec 13 23:50:31.587 INFO O| Dec 13 23:50:31.587 INFO STEP 1094 (remove_files) COMPLETE
76702024-12-13T23:50:33.201Z[ recovery-image] Dec 13 23:50:31.587 INFO O| Dec 13 23:50:31.587 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-12-13T23:50:33.232Z[ recovery-image] Dec 13 23:50:31.607 INFO O| Dec 13 23:50:31.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76722024-12-13T23:50:33.232Z[ recovery-image] Dec 13 23:50:31.607 INFO O| Dec 13 23:50:31.607 INFO STEP 1095 (remove_files) COMPLETE
76732024-12-13T23:50:33.232Z[ recovery-image] Dec 13 23:50:31.607 INFO O| Dec 13 23:50:31.607 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-12-13T23:50:33.238Z[ recovery-image] Dec 13 23:50:31.627 INFO O| Dec 13 23:50:31.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76752024-12-13T23:50:33.241Z[ recovery-image] Dec 13 23:50:31.627 INFO O| Dec 13 23:50:31.627 INFO STEP 1096 (remove_files) COMPLETE
76762024-12-13T23:50:33.241Z[ recovery-image] Dec 13 23:50:31.627 INFO O| Dec 13 23:50:31.627 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-12-13T23:50:33.258Z[ recovery-image] Dec 13 23:50:31.646 INFO O| Dec 13 23:50:31.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76782024-12-13T23:50:33.261Z[ recovery-image] Dec 13 23:50:31.647 INFO O| Dec 13 23:50:31.647 INFO STEP 1097 (remove_files) COMPLETE
76792024-12-13T23:50:33.261Z[ recovery-image] Dec 13 23:50:31.647 INFO O| Dec 13 23:50:31.647 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-12-13T23:50:33.278Z[ recovery-image] Dec 13 23:50:31.666 INFO O| Dec 13 23:50:31.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76812024-12-13T23:50:33.278Z[ recovery-image] Dec 13 23:50:31.667 INFO O| Dec 13 23:50:31.666 INFO STEP 1098 (remove_files) COMPLETE
76822024-12-13T23:50:33.281Z[ recovery-image] Dec 13 23:50:31.667 INFO O| Dec 13 23:50:31.667 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-12-13T23:50:33.312Z[ recovery-image] Dec 13 23:50:31.700 INFO O| Dec 13 23:50:31.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76842024-12-13T23:50:33.315Z[ recovery-image] Dec 13 23:50:31.700 INFO O| Dec 13 23:50:31.700 INFO STEP 1099 (remove_files) COMPLETE
76852024-12-13T23:50:33.315Z[ recovery-image] Dec 13 23:50:31.701 INFO O| Dec 13 23:50:31.700 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-12-13T23:50:33.333Z[ recovery-image] Dec 13 23:50:31.721 INFO O| Dec 13 23:50:31.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76872024-12-13T23:50:33.336Z[ recovery-image] Dec 13 23:50:31.721 INFO O| Dec 13 23:50:31.721 INFO STEP 1100 (remove_files) COMPLETE
76882024-12-13T23:50:33.336Z[ recovery-image] Dec 13 23:50:31.721 INFO O| Dec 13 23:50:31.721 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-12-13T23:50:33.352Z[ recovery-image] Dec 13 23:50:31.740 INFO O| Dec 13 23:50:31.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76902024-12-13T23:50:33.352Z[ recovery-image] Dec 13 23:50:31.740 INFO O| Dec 13 23:50:31.740 INFO STEP 1101 (remove_files) COMPLETE
76912024-12-13T23:50:33.352Z[ recovery-image] Dec 13 23:50:31.740 INFO O| Dec 13 23:50:31.740 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-12-13T23:50:33.357Z[ host-image] Dec 13 23:50:31.746 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23049:20241204T192527Z
76932024-12-13T23:50:33.372Z[ recovery-image] Dec 13 23:50:31.760 INFO O| Dec 13 23:50:31.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76942024-12-13T23:50:33.372Z[ recovery-image] Dec 13 23:50:31.760 INFO O| Dec 13 23:50:31.760 INFO STEP 1102 (remove_files) COMPLETE
76952024-12-13T23:50:33.372Z[ recovery-image] Dec 13 23:50:31.760 INFO O| Dec 13 23:50:31.760 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962024-12-13T23:50:33.393Z[ recovery-image] Dec 13 23:50:31.781 INFO O| Dec 13 23:50:31.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76972024-12-13T23:50:33.393Z[ recovery-image] Dec 13 23:50:31.781 INFO O| Dec 13 23:50:31.781 INFO STEP 1103 (remove_files) COMPLETE
76982024-12-13T23:50:33.393Z[ recovery-image] Dec 13 23:50:31.781 INFO O| Dec 13 23:50:31.781 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-12-13T23:50:33.418Z[ recovery-image] Dec 13 23:50:31.806 INFO O| Dec 13 23:50:31.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
77002024-12-13T23:50:33.418Z[ recovery-image] Dec 13 23:50:31.806 INFO O| Dec 13 23:50:31.806 INFO STEP 1104 (remove_files) COMPLETE
77012024-12-13T23:50:33.421Z[ recovery-image] Dec 13 23:50:31.806 INFO O| Dec 13 23:50:31.806 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-12-13T23:50:33.455Z[ recovery-image] Dec 13 23:50:31.843 INFO O| Dec 13 23:50:31.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
77032024-12-13T23:50:33.455Z[ recovery-image] Dec 13 23:50:31.843 INFO O| Dec 13 23:50:31.843 INFO STEP 1105 (remove_files) COMPLETE
77042024-12-13T23:50:33.455Z[ recovery-image] Dec 13 23:50:31.843 INFO O| Dec 13 23:50:31.843 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-12-13T23:50:33.475Z[ recovery-image] Dec 13 23:50:31.863 INFO O| Dec 13 23:50:31.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
77062024-12-13T23:50:33.475Z[ recovery-image] Dec 13 23:50:31.863 INFO O| Dec 13 23:50:31.863 INFO STEP 1106 (remove_files) COMPLETE
77072024-12-13T23:50:33.477Z[ recovery-image] Dec 13 23:50:31.863 INFO O| Dec 13 23:50:31.863 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-12-13T23:50:33.495Z[ recovery-image] Dec 13 23:50:31.883 INFO O| Dec 13 23:50:31.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
77092024-12-13T23:50:33.495Z[ recovery-image] Dec 13 23:50:31.883 INFO O| Dec 13 23:50:31.883 INFO STEP 1107 (remove_files) COMPLETE
77102024-12-13T23:50:33.495Z[ recovery-image] Dec 13 23:50:31.883 INFO O| Dec 13 23:50:31.883 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-12-13T23:50:33.514Z[ recovery-image] Dec 13 23:50:31.902 INFO O| Dec 13 23:50:31.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77122024-12-13T23:50:33.514Z[ recovery-image] Dec 13 23:50:31.902 INFO O| Dec 13 23:50:31.902 INFO STEP 1108 (remove_files) COMPLETE
77132024-12-13T23:50:33.514Z[ recovery-image] Dec 13 23:50:31.902 INFO O| Dec 13 23:50:31.902 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-12-13T23:50:33.534Z[ recovery-image] Dec 13 23:50:31.922 INFO O| Dec 13 23:50:31.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77152024-12-13T23:50:33.534Z[ recovery-image] Dec 13 23:50:31.922 INFO O| Dec 13 23:50:31.922 INFO STEP 1109 (remove_files) COMPLETE
77162024-12-13T23:50:33.534Z[ recovery-image] Dec 13 23:50:31.922 INFO O| Dec 13 23:50:31.922 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-12-13T23:50:33.560Z[ recovery-image] Dec 13 23:50:31.948 INFO O| Dec 13 23:50:31.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77182024-12-13T23:50:33.560Z[ recovery-image] Dec 13 23:50:31.948 INFO O| Dec 13 23:50:31.948 INFO STEP 1110 (remove_files) COMPLETE
77192024-12-13T23:50:33.560Z[ recovery-image] Dec 13 23:50:31.948 INFO O| Dec 13 23:50:31.948 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-12-13T23:50:33.595Z[ recovery-image] Dec 13 23:50:31.983 INFO O| Dec 13 23:50:31.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77212024-12-13T23:50:33.595Z[ recovery-image] Dec 13 23:50:31.983 INFO O| Dec 13 23:50:31.983 INFO STEP 1111 (remove_files) COMPLETE
77222024-12-13T23:50:33.595Z[ recovery-image] Dec 13 23:50:31.983 INFO O| Dec 13 23:50:31.983 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-12-13T23:50:33.629Z[ recovery-image] Dec 13 23:50:32.017 INFO O| Dec 13 23:50:32.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77242024-12-13T23:50:33.632Z[ recovery-image] Dec 13 23:50:32.017 INFO O| Dec 13 23:50:32.017 INFO STEP 1112 (remove_files) COMPLETE
77252024-12-13T23:50:33.632Z[ recovery-image] Dec 13 23:50:32.017 INFO O| Dec 13 23:50:32.017 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-12-13T23:50:33.651Z[ recovery-image] Dec 13 23:50:32.039 INFO O| Dec 13 23:50:32.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77272024-12-13T23:50:33.656Z[ recovery-image] Dec 13 23:50:32.039 INFO O| Dec 13 23:50:32.039 INFO STEP 1113 (remove_files) COMPLETE
77282024-12-13T23:50:33.656Z[ recovery-image] Dec 13 23:50:32.039 INFO O| Dec 13 23:50:32.039 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-12-13T23:50:33.672Z[ recovery-image] Dec 13 23:50:32.060 INFO O| Dec 13 23:50:32.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77302024-12-13T23:50:33.674Z[ recovery-image] Dec 13 23:50:32.060 INFO O| Dec 13 23:50:32.060 INFO STEP 1114 (remove_files) COMPLETE
77312024-12-13T23:50:33.674Z[ recovery-image] Dec 13 23:50:32.061 INFO O| Dec 13 23:50:32.060 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-12-13T23:50:33.693Z[ recovery-image] Dec 13 23:50:32.081 INFO O| Dec 13 23:50:32.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77332024-12-13T23:50:33.696Z[ recovery-image] Dec 13 23:50:32.082 INFO O| Dec 13 23:50:32.081 INFO STEP 1115 (remove_files) COMPLETE
77342024-12-13T23:50:33.696Z[ recovery-image] Dec 13 23:50:32.082 INFO O| Dec 13 23:50:32.082 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-12-13T23:50:33.714Z[ recovery-image] Dec 13 23:50:32.102 INFO O| Dec 13 23:50:32.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77362024-12-13T23:50:33.717Z[ recovery-image] Dec 13 23:50:32.102 INFO O| Dec 13 23:50:32.102 INFO STEP 1116 (remove_files) COMPLETE
77372024-12-13T23:50:33.717Z[ recovery-image] Dec 13 23:50:32.103 INFO O| Dec 13 23:50:32.102 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-12-13T23:50:33.746Z[ recovery-image] Dec 13 23:50:32.134 INFO O| Dec 13 23:50:32.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77392024-12-13T23:50:33.746Z[ recovery-image] Dec 13 23:50:32.134 INFO O| Dec 13 23:50:32.134 INFO STEP 1117 (remove_files) COMPLETE
77402024-12-13T23:50:33.749Z[ recovery-image] Dec 13 23:50:32.134 INFO O| Dec 13 23:50:32.134 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-12-13T23:50:33.779Z[ recovery-image] Dec 13 23:50:32.167 INFO O| Dec 13 23:50:32.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77422024-12-13T23:50:33.779Z[ recovery-image] Dec 13 23:50:32.168 INFO O| Dec 13 23:50:32.168 INFO STEP 1118 (remove_files) COMPLETE
77432024-12-13T23:50:33.779Z[ recovery-image] Dec 13 23:50:32.168 INFO O| Dec 13 23:50:32.168 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442024-12-13T23:50:33.813Z[ recovery-image] Dec 13 23:50:32.200 INFO O| Dec 13 23:50:32.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77452024-12-13T23:50:33.813Z[ recovery-image] Dec 13 23:50:32.200 INFO O| Dec 13 23:50:32.200 INFO STEP 1119 (remove_files) COMPLETE
77462024-12-13T23:50:33.813Z[ recovery-image] Dec 13 23:50:32.200 INFO O| Dec 13 23:50:32.200 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472024-12-13T23:50:33.841Z[ recovery-image] Dec 13 23:50:32.229 INFO O| Dec 13 23:50:32.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77482024-12-13T23:50:33.844Z[ recovery-image] Dec 13 23:50:32.229 INFO O| Dec 13 23:50:32.229 INFO STEP 1120 (remove_files) COMPLETE
77492024-12-13T23:50:33.844Z[ recovery-image] Dec 13 23:50:32.230 INFO O| Dec 13 23:50:32.229 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502024-12-13T23:50:33.860Z[ recovery-image] Dec 13 23:50:32.248 INFO O| Dec 13 23:50:32.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77512024-12-13T23:50:33.863Z[ recovery-image] Dec 13 23:50:32.248 INFO O| Dec 13 23:50:32.248 INFO STEP 1121 (remove_files) COMPLETE
77522024-12-13T23:50:33.863Z[ recovery-image] Dec 13 23:50:32.249 INFO O| Dec 13 23:50:32.249 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532024-12-13T23:50:33.880Z[ recovery-image] Dec 13 23:50:32.268 INFO O| Dec 13 23:50:32.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77542024-12-13T23:50:33.883Z[ recovery-image] Dec 13 23:50:32.269 INFO O| Dec 13 23:50:32.269 INFO STEP 1122 (remove_files) COMPLETE
77552024-12-13T23:50:33.883Z[ recovery-image] Dec 13 23:50:32.269 INFO O| Dec 13 23:50:32.269 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562024-12-13T23:50:33.900Z[ recovery-image] Dec 13 23:50:32.288 INFO O| Dec 13 23:50:32.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77572024-12-13T23:50:33.902Z[ recovery-image] Dec 13 23:50:32.288 INFO O| Dec 13 23:50:32.288 INFO STEP 1123 (remove_files) COMPLETE
77582024-12-13T23:50:33.902Z[ recovery-image] Dec 13 23:50:32.288 INFO O| Dec 13 23:50:32.288 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592024-12-13T23:50:33.920Z[ recovery-image] Dec 13 23:50:32.308 INFO O| Dec 13 23:50:32.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77602024-12-13T23:50:33.922Z[ recovery-image] Dec 13 23:50:32.308 INFO O| Dec 13 23:50:32.308 INFO STEP 1124 (remove_files) COMPLETE
77612024-12-13T23:50:33.922Z[ recovery-image] Dec 13 23:50:32.308 INFO O| Dec 13 23:50:32.308 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622024-12-13T23:50:33.941Z[ recovery-image] Dec 13 23:50:32.329 INFO O| Dec 13 23:50:32.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77632024-12-13T23:50:33.941Z[ recovery-image] Dec 13 23:50:32.329 INFO O| Dec 13 23:50:32.329 INFO STEP 1125 (remove_files) COMPLETE
77642024-12-13T23:50:33.944Z[ recovery-image] Dec 13 23:50:32.329 INFO O| Dec 13 23:50:32.329 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652024-12-13T23:50:33.960Z[ recovery-image] Dec 13 23:50:32.348 INFO O| Dec 13 23:50:32.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77662024-12-13T23:50:33.960Z[ recovery-image] Dec 13 23:50:32.348 INFO O| Dec 13 23:50:32.348 INFO STEP 1126 (remove_files) COMPLETE
77672024-12-13T23:50:33.960Z[ recovery-image] Dec 13 23:50:32.348 INFO O| Dec 13 23:50:32.348 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682024-12-13T23:50:33.979Z[ recovery-image] Dec 13 23:50:32.367 INFO O| Dec 13 23:50:32.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77692024-12-13T23:50:33.982Z[ recovery-image] Dec 13 23:50:32.367 INFO O| Dec 13 23:50:32.367 INFO STEP 1127 (remove_files) COMPLETE
77702024-12-13T23:50:33.982Z[ recovery-image] Dec 13 23:50:32.367 INFO O| Dec 13 23:50:32.367 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712024-12-13T23:50:33.998Z[ recovery-image] Dec 13 23:50:32.386 INFO O| Dec 13 23:50:32.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77722024-12-13T23:50:34.001Z[ recovery-image] Dec 13 23:50:32.386 INFO O| Dec 13 23:50:32.386 INFO STEP 1128 (remove_files) COMPLETE
77732024-12-13T23:50:34.001Z[ recovery-image] Dec 13 23:50:32.386 INFO O| Dec 13 23:50:32.386 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742024-12-13T23:50:34.017Z[ recovery-image] Dec 13 23:50:32.405 INFO O| Dec 13 23:50:32.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77752024-12-13T23:50:34.019Z[ recovery-image] Dec 13 23:50:32.405 INFO O| Dec 13 23:50:32.405 INFO STEP 1129 (remove_files) COMPLETE
77762024-12-13T23:50:34.019Z[ recovery-image] Dec 13 23:50:32.406 INFO O| Dec 13 23:50:32.405 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772024-12-13T23:50:34.037Z[ recovery-image] Dec 13 23:50:32.425 INFO O| Dec 13 23:50:32.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77782024-12-13T23:50:34.040Z[ recovery-image] Dec 13 23:50:32.425 INFO O| Dec 13 23:50:32.425 INFO STEP 1130 (remove_files) COMPLETE
77792024-12-13T23:50:34.040Z[ recovery-image] Dec 13 23:50:32.425 INFO O| Dec 13 23:50:32.425 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802024-12-13T23:50:34.057Z[ recovery-image] Dec 13 23:50:32.445 INFO O| Dec 13 23:50:32.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77812024-12-13T23:50:34.060Z[ recovery-image] Dec 13 23:50:32.446 INFO O| Dec 13 23:50:32.446 INFO STEP 1131 (remove_files) COMPLETE
77822024-12-13T23:50:34.060Z[ recovery-image] Dec 13 23:50:32.446 INFO O| Dec 13 23:50:32.446 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832024-12-13T23:50:34.076Z[ recovery-image] Dec 13 23:50:32.464 INFO O| Dec 13 23:50:32.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77842024-12-13T23:50:34.079Z[ recovery-image] Dec 13 23:50:32.464 INFO O| Dec 13 23:50:32.464 INFO STEP 1132 (remove_files) COMPLETE
77852024-12-13T23:50:34.079Z[ recovery-image] Dec 13 23:50:32.464 INFO O| Dec 13 23:50:32.464 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862024-12-13T23:50:34.115Z[ recovery-image] Dec 13 23:50:32.503 INFO O| Dec 13 23:50:32.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77872024-12-13T23:50:34.118Z[ recovery-image] Dec 13 23:50:32.504 INFO O| Dec 13 23:50:32.504 INFO STEP 1133 (remove_files) COMPLETE
77882024-12-13T23:50:34.118Z[ recovery-image] Dec 13 23:50:32.504 INFO O| Dec 13 23:50:32.504 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892024-12-13T23:50:34.139Z[ recovery-image] Dec 13 23:50:32.527 INFO O| Dec 13 23:50:32.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77902024-12-13T23:50:34.141Z[ recovery-image] Dec 13 23:50:32.527 INFO O| Dec 13 23:50:32.527 INFO STEP 1134 (remove_files) COMPLETE
77912024-12-13T23:50:34.142Z[ recovery-image] Dec 13 23:50:32.527 INFO O| Dec 13 23:50:32.527 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922024-12-13T23:50:34.171Z[ recovery-image] Dec 13 23:50:32.559 INFO O| Dec 13 23:50:32.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77932024-12-13T23:50:34.175Z[ recovery-image] Dec 13 23:50:32.559 INFO O| Dec 13 23:50:32.559 INFO STEP 1135 (remove_files) COMPLETE
77942024-12-13T23:50:34.175Z[ recovery-image] Dec 13 23:50:32.560 INFO O| Dec 13 23:50:32.560 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952024-12-13T23:50:34.197Z[ recovery-image] Dec 13 23:50:32.585 INFO O| Dec 13 23:50:32.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77962024-12-13T23:50:34.200Z[ recovery-image] Dec 13 23:50:32.585 INFO O| Dec 13 23:50:32.585 INFO STEP 1136 (remove_files) COMPLETE
77972024-12-13T23:50:34.200Z[ recovery-image] Dec 13 23:50:32.585 INFO O| Dec 13 23:50:32.585 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982024-12-13T23:50:34.217Z[ recovery-image] Dec 13 23:50:32.603 INFO O| Dec 13 23:50:32.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77992024-12-13T23:50:34.217Z[ recovery-image] Dec 13 23:50:32.603 INFO O| Dec 13 23:50:32.603 INFO STEP 1137 (remove_files) COMPLETE
78002024-12-13T23:50:34.217Z[ recovery-image] Dec 13 23:50:32.604 INFO O| Dec 13 23:50:32.603 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012024-12-13T23:50:34.240Z[ recovery-image] Dec 13 23:50:32.628 INFO O| Dec 13 23:50:32.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
78022024-12-13T23:50:34.240Z[ recovery-image] Dec 13 23:50:32.628 INFO O| Dec 13 23:50:32.628 INFO STEP 1138 (remove_files) COMPLETE
78032024-12-13T23:50:34.243Z[ recovery-image] Dec 13 23:50:32.628 INFO O| Dec 13 23:50:32.628 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042024-12-13T23:50:34.284Z[ recovery-image] Dec 13 23:50:32.672 INFO O| Dec 13 23:50:32.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
78052024-12-13T23:50:34.284Z[ recovery-image] Dec 13 23:50:32.672 INFO O| Dec 13 23:50:32.672 INFO STEP 1139 (remove_files) COMPLETE
78062024-12-13T23:50:34.287Z[ recovery-image] Dec 13 23:50:32.672 INFO O| Dec 13 23:50:32.672 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072024-12-13T23:50:34.303Z[ recovery-image] Dec 13 23:50:32.692 INFO O| Dec 13 23:50:32.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
78082024-12-13T23:50:34.303Z[ recovery-image] Dec 13 23:50:32.692 INFO O| Dec 13 23:50:32.692 INFO STEP 1140 (remove_files) COMPLETE
78092024-12-13T23:50:34.306Z[ recovery-image] Dec 13 23:50:32.692 INFO O| Dec 13 23:50:32.692 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102024-12-13T23:50:34.323Z[ recovery-image] Dec 13 23:50:32.711 INFO O| Dec 13 23:50:32.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
78112024-12-13T23:50:34.325Z[ recovery-image] Dec 13 23:50:32.711 INFO O| Dec 13 23:50:32.711 INFO STEP 1141 (remove_files) COMPLETE
78122024-12-13T23:50:34.325Z[ recovery-image] Dec 13 23:50:32.711 INFO O| Dec 13 23:50:32.711 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132024-12-13T23:50:34.399Z[ recovery-image] Dec 13 23:50:32.787 INFO O| Dec 13 23:50:32.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78142024-12-13T23:50:34.399Z[ recovery-image] Dec 13 23:50:32.787 INFO O| Dec 13 23:50:32.787 INFO STEP 1142 (remove_files) COMPLETE
78152024-12-13T23:50:34.399Z[ recovery-image] Dec 13 23:50:32.787 INFO O| Dec 13 23:50:32.787 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162024-12-13T23:50:34.460Z[ recovery-image] Dec 13 23:50:32.848 INFO O| Dec 13 23:50:32.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78172024-12-13T23:50:34.460Z[ recovery-image] Dec 13 23:50:32.848 INFO O| Dec 13 23:50:32.848 INFO STEP 1143 (remove_files) COMPLETE
78182024-12-13T23:50:34.460Z[ recovery-image] Dec 13 23:50:32.848 INFO O| Dec 13 23:50:32.848 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192024-12-13T23:50:34.481Z[ recovery-image] Dec 13 23:50:32.869 INFO O| Dec 13 23:50:32.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78202024-12-13T23:50:34.481Z[ recovery-image] Dec 13 23:50:32.869 INFO O| Dec 13 23:50:32.869 INFO STEP 1144 (remove_files) COMPLETE
78212024-12-13T23:50:34.481Z[ recovery-image] Dec 13 23:50:32.869 INFO O| Dec 13 23:50:32.869 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222024-12-13T23:50:34.524Z[ recovery-image] Dec 13 23:50:32.912 INFO O| Dec 13 23:50:32.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78232024-12-13T23:50:34.527Z[ recovery-image] Dec 13 23:50:32.912 INFO O| Dec 13 23:50:32.912 INFO STEP 1145 (remove_files) COMPLETE
78242024-12-13T23:50:34.527Z[ recovery-image] Dec 13 23:50:32.913 INFO O| Dec 13 23:50:32.912 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252024-12-13T23:50:34.545Z[ recovery-image] Dec 13 23:50:32.933 INFO O| Dec 13 23:50:32.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78262024-12-13T23:50:34.548Z[ recovery-image] Dec 13 23:50:32.933 INFO O| Dec 13 23:50:32.933 INFO STEP 1146 (remove_files) COMPLETE
78272024-12-13T23:50:34.548Z[ recovery-image] Dec 13 23:50:32.933 INFO O| Dec 13 23:50:32.933 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282024-12-13T23:50:34.565Z[ recovery-image] Dec 13 23:50:32.953 INFO O| Dec 13 23:50:32.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78292024-12-13T23:50:34.568Z[ recovery-image] Dec 13 23:50:32.953 INFO O| Dec 13 23:50:32.953 INFO STEP 1147 (remove_files) COMPLETE
78302024-12-13T23:50:34.568Z[ recovery-image] Dec 13 23:50:32.953 INFO O| Dec 13 23:50:32.953 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312024-12-13T23:50:34.598Z[ recovery-image] Dec 13 23:50:32.986 INFO O| Dec 13 23:50:32.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78322024-12-13T23:50:34.601Z[ recovery-image] Dec 13 23:50:32.986 INFO O| Dec 13 23:50:32.986 INFO STEP 1148 (remove_files) COMPLETE
78332024-12-13T23:50:34.601Z[ recovery-image] Dec 13 23:50:32.987 INFO O| Dec 13 23:50:32.986 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342024-12-13T23:50:34.621Z[ recovery-image] Dec 13 23:50:33.009 INFO O| Dec 13 23:50:33.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78352024-12-13T23:50:34.623Z[ recovery-image] Dec 13 23:50:33.009 INFO O| Dec 13 23:50:33.009 INFO STEP 1149 (remove_files) COMPLETE
78362024-12-13T23:50:34.623Z[ recovery-image] Dec 13 23:50:33.009 INFO O| Dec 13 23:50:33.009 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372024-12-13T23:50:34.650Z[ recovery-image] Dec 13 23:50:33.038 INFO O| Dec 13 23:50:33.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78382024-12-13T23:50:34.653Z[ recovery-image] Dec 13 23:50:33.038 INFO O| Dec 13 23:50:33.038 INFO STEP 1150 (remove_files) COMPLETE
78392024-12-13T23:50:34.653Z[ recovery-image] Dec 13 23:50:33.038 INFO O| Dec 13 23:50:33.038 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402024-12-13T23:50:34.671Z[ recovery-image] Dec 13 23:50:33.059 INFO O| Dec 13 23:50:33.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78412024-12-13T23:50:34.671Z[ recovery-image] Dec 13 23:50:33.059 INFO O| Dec 13 23:50:33.059 INFO STEP 1151 (remove_files) COMPLETE
78422024-12-13T23:50:34.673Z[ recovery-image] Dec 13 23:50:33.059 INFO O| Dec 13 23:50:33.059 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432024-12-13T23:50:34.690Z[ recovery-image] Dec 13 23:50:33.078 INFO O| Dec 13 23:50:33.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78442024-12-13T23:50:34.690Z[ recovery-image] Dec 13 23:50:33.078 INFO O| Dec 13 23:50:33.078 INFO STEP 1152 (remove_files) COMPLETE
78452024-12-13T23:50:34.693Z[ recovery-image] Dec 13 23:50:33.078 INFO O| Dec 13 23:50:33.078 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462024-12-13T23:50:34.707Z[ recovery-image] Dec 13 23:50:33.095 INFO O| Dec 13 23:50:33.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78472024-12-13T23:50:34.707Z[ recovery-image] Dec 13 23:50:33.096 INFO O| Dec 13 23:50:33.095 INFO STEP 1153 (remove_files) COMPLETE
78482024-12-13T23:50:34.710Z[ recovery-image] Dec 13 23:50:33.096 INFO O| Dec 13 23:50:33.096 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492024-12-13T23:50:34.726Z[ recovery-image] Dec 13 23:50:33.113 INFO O| Dec 13 23:50:33.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78502024-12-13T23:50:34.726Z[ recovery-image] Dec 13 23:50:33.113 INFO O| Dec 13 23:50:33.113 INFO STEP 1154 (remove_files) COMPLETE
78512024-12-13T23:50:34.726Z[ recovery-image] Dec 13 23:50:33.113 INFO O| Dec 13 23:50:33.113 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522024-12-13T23:50:34.744Z[ recovery-image] Dec 13 23:50:33.132 INFO O| Dec 13 23:50:33.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78532024-12-13T23:50:34.744Z[ recovery-image] Dec 13 23:50:33.132 INFO O| Dec 13 23:50:33.132 INFO STEP 1155 (remove_files) COMPLETE
78542024-12-13T23:50:34.744Z[ recovery-image] Dec 13 23:50:33.132 INFO O| Dec 13 23:50:33.132 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552024-12-13T23:50:34.771Z[ recovery-image] Dec 13 23:50:33.158 INFO O| Dec 13 23:50:33.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78562024-12-13T23:50:34.771Z[ recovery-image] Dec 13 23:50:33.159 INFO O| Dec 13 23:50:33.159 INFO STEP 1156 (remove_files) COMPLETE
78572024-12-13T23:50:34.773Z[ recovery-image] Dec 13 23:50:33.159 INFO O| Dec 13 23:50:33.159 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582024-12-13T23:50:34.801Z[ recovery-image] Dec 13 23:50:33.188 INFO O| Dec 13 23:50:33.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78592024-12-13T23:50:34.801Z[ recovery-image] Dec 13 23:50:33.188 INFO O| Dec 13 23:50:33.188 INFO STEP 1157 (remove_files) COMPLETE
78602024-12-13T23:50:34.801Z[ recovery-image] Dec 13 23:50:33.188 INFO O| Dec 13 23:50:33.188 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612024-12-13T23:50:34.870Z[ recovery-image] Dec 13 23:50:33.258 INFO O| Dec 13 23:50:33.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78622024-12-13T23:50:34.873Z[ recovery-image] Dec 13 23:50:33.258 INFO O| Dec 13 23:50:33.258 INFO STEP 1158 (remove_files) COMPLETE
78632024-12-13T23:50:34.873Z[ recovery-image] Dec 13 23:50:33.258 INFO O| Dec 13 23:50:33.258 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642024-12-13T23:50:34.890Z[ recovery-image] Dec 13 23:50:33.278 INFO O| Dec 13 23:50:33.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78652024-12-13T23:50:34.890Z[ recovery-image] Dec 13 23:50:33.278 INFO O| Dec 13 23:50:33.278 INFO STEP 1159 (remove_files) COMPLETE
78662024-12-13T23:50:34.903Z[ recovery-image] Dec 13 23:50:33.278 INFO O| Dec 13 23:50:33.278 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672024-12-13T23:50:34.910Z[ recovery-image] Dec 13 23:50:33.298 INFO O| Dec 13 23:50:33.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78682024-12-13T23:50:34.913Z[ recovery-image] Dec 13 23:50:33.298 INFO O| Dec 13 23:50:33.298 INFO STEP 1160 (remove_files) COMPLETE
78692024-12-13T23:50:34.913Z[ recovery-image] Dec 13 23:50:33.298 INFO O| Dec 13 23:50:33.298 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702024-12-13T23:50:34.931Z[ recovery-image] Dec 13 23:50:33.318 INFO O| Dec 13 23:50:33.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78712024-12-13T23:50:34.931Z[ recovery-image] Dec 13 23:50:33.318 INFO O| Dec 13 23:50:33.318 INFO STEP 1161 (remove_files) COMPLETE
78722024-12-13T23:50:34.934Z[ recovery-image] Dec 13 23:50:33.318 INFO O| Dec 13 23:50:33.318 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732024-12-13T23:50:34.954Z[ recovery-image] Dec 13 23:50:33.341 INFO O| Dec 13 23:50:33.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78742024-12-13T23:50:34.954Z[ recovery-image] Dec 13 23:50:33.341 INFO O| Dec 13 23:50:33.341 INFO STEP 1162 (remove_files) COMPLETE
78752024-12-13T23:50:34.954Z[ recovery-image] Dec 13 23:50:33.341 INFO O| Dec 13 23:50:33.341 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762024-12-13T23:50:34.985Z[ recovery-image] Dec 13 23:50:33.373 INFO O| Dec 13 23:50:33.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78772024-12-13T23:50:34.985Z[ recovery-image] Dec 13 23:50:33.373 INFO O| Dec 13 23:50:33.373 INFO STEP 1163 (remove_files) COMPLETE
78782024-12-13T23:50:34.988Z[ recovery-image] Dec 13 23:50:33.373 INFO O| Dec 13 23:50:33.373 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792024-12-13T23:50:35.061Z[ recovery-image] Dec 13 23:50:33.449 INFO O| Dec 13 23:50:33.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78802024-12-13T23:50:35.061Z[ recovery-image] Dec 13 23:50:33.449 INFO O| Dec 13 23:50:33.449 INFO STEP 1164 (remove_files) COMPLETE
78812024-12-13T23:50:35.061Z[ recovery-image] Dec 13 23:50:33.449 INFO O| Dec 13 23:50:33.449 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822024-12-13T23:50:35.099Z[ recovery-image] Dec 13 23:50:33.486 INFO O| Dec 13 23:50:33.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78832024-12-13T23:50:35.099Z[ recovery-image] Dec 13 23:50:33.486 INFO O| Dec 13 23:50:33.486 INFO STEP 1165 (remove_files) COMPLETE
78842024-12-13T23:50:35.099Z[ recovery-image] Dec 13 23:50:33.486 INFO O| Dec 13 23:50:33.486 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852024-12-13T23:50:35.160Z[ recovery-image] Dec 13 23:50:33.548 INFO O| Dec 13 23:50:33.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78862024-12-13T23:50:35.161Z[ recovery-image] Dec 13 23:50:33.548 INFO O| Dec 13 23:50:33.548 INFO STEP 1166 (remove_files) COMPLETE
78872024-12-13T23:50:35.161Z[ recovery-image] Dec 13 23:50:33.548 INFO O| Dec 13 23:50:33.548 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882024-12-13T23:50:35.182Z[ recovery-image] Dec 13 23:50:33.569 INFO O| Dec 13 23:50:33.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78892024-12-13T23:50:35.182Z[ recovery-image] Dec 13 23:50:33.569 INFO O| Dec 13 23:50:33.569 INFO STEP 1167 (remove_files) COMPLETE
78902024-12-13T23:50:35.182Z[ recovery-image] Dec 13 23:50:33.569 INFO O| Dec 13 23:50:33.569 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912024-12-13T23:50:35.205Z[ recovery-image] Dec 13 23:50:33.592 INFO O| Dec 13 23:50:33.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78922024-12-13T23:50:35.205Z[ recovery-image] Dec 13 23:50:33.593 INFO O| Dec 13 23:50:33.593 INFO STEP 1168 (remove_files) COMPLETE
78932024-12-13T23:50:35.207Z[ recovery-image] Dec 13 23:50:33.593 INFO O| Dec 13 23:50:33.593 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942024-12-13T23:50:35.227Z[ recovery-image] Dec 13 23:50:33.614 INFO O| Dec 13 23:50:33.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78952024-12-13T23:50:35.227Z[ recovery-image] Dec 13 23:50:33.614 INFO O| Dec 13 23:50:33.614 INFO STEP 1169 (remove_files) COMPLETE
78962024-12-13T23:50:35.230Z[ recovery-image] Dec 13 23:50:33.614 INFO O| Dec 13 23:50:33.614 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972024-12-13T23:50:35.248Z[ recovery-image] Dec 13 23:50:33.636 INFO O| Dec 13 23:50:33.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78982024-12-13T23:50:35.248Z[ recovery-image] Dec 13 23:50:33.636 INFO O| Dec 13 23:50:33.636 INFO STEP 1170 (remove_files) COMPLETE
78992024-12-13T23:50:36.254Z[ recovery-image] Dec 13 23:50:33.636 INFO O| Dec 13 23:50:33.636 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.669 INFO O| Dec 13 23:50:33.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
79012024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.669 INFO O| Dec 13 23:50:33.669 INFO STEP 1171 (remove_files) COMPLETE
79022024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.669 INFO O| Dec 13 23:50:33.669 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.689 INFO O| Dec 13 23:50:33.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
79042024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.689 INFO O| Dec 13 23:50:33.689 INFO STEP 1172 (remove_files) COMPLETE
79052024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.689 INFO O| Dec 13 23:50:33.689 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.709 INFO O| Dec 13 23:50:33.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
79072024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.709 INFO O| Dec 13 23:50:33.709 INFO STEP 1173 (remove_files) COMPLETE
79082024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.709 INFO O| Dec 13 23:50:33.709 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.734 INFO O| Dec 13 23:50:33.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
79102024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.734 INFO O| Dec 13 23:50:33.734 INFO STEP 1174 (remove_files) COMPLETE
79112024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.734 INFO O| Dec 13 23:50:33.734 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.753 INFO O| Dec 13 23:50:33.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79132024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.753 INFO O| Dec 13 23:50:33.753 INFO STEP 1175 (remove_files) COMPLETE
79142024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.753 INFO O| Dec 13 23:50:33.753 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.790 INFO O| Dec 13 23:50:33.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79162024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.790 INFO O| Dec 13 23:50:33.790 INFO STEP 1176 (remove_files) COMPLETE
79172024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.790 INFO O| Dec 13 23:50:33.790 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.808 INFO O| Dec 13 23:50:33.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79192024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.808 INFO O| Dec 13 23:50:33.808 INFO STEP 1177 (remove_files) COMPLETE
79202024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.808 INFO O| Dec 13 23:50:33.808 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.826 INFO O| Dec 13 23:50:33.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79222024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.826 INFO O| Dec 13 23:50:33.826 INFO STEP 1178 (remove_files) COMPLETE
79232024-12-13T23:50:36.260Z[ recovery-image] Dec 13 23:50:33.827 INFO O| Dec 13 23:50:33.826 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.866 INFO O| Dec 13 23:50:33.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79252024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.866 INFO O| Dec 13 23:50:33.866 INFO STEP 1179 (remove_files) COMPLETE
79262024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.866 INFO O| Dec 13 23:50:33.866 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.897 INFO O| Dec 13 23:50:33.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79282024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.898 INFO O| Dec 13 23:50:33.897 INFO STEP 1180 (remove_files) COMPLETE
79292024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.898 INFO O| Dec 13 23:50:33.898 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.917 INFO O| Dec 13 23:50:33.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79312024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.917 INFO O| Dec 13 23:50:33.917 INFO STEP 1181 (remove_files) COMPLETE
79322024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.918 INFO O| Dec 13 23:50:33.917 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.937 INFO O| Dec 13 23:50:33.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79342024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.937 INFO O| Dec 13 23:50:33.937 INFO STEP 1182 (remove_files) COMPLETE
79352024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.937 INFO O| Dec 13 23:50:33.937 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.955 INFO O| Dec 13 23:50:33.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79372024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.955 INFO O| Dec 13 23:50:33.955 INFO STEP 1183 (remove_files) COMPLETE
79382024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.955 INFO O| Dec 13 23:50:33.955 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.975 INFO O| Dec 13 23:50:33.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79402024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.975 INFO O| Dec 13 23:50:33.975 INFO STEP 1184 (remove_files) COMPLETE
79412024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.975 INFO O| Dec 13 23:50:33.975 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.994 INFO O| Dec 13 23:50:33.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79432024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.994 INFO O| Dec 13 23:50:33.994 INFO STEP 1185 (remove_files) COMPLETE
79442024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:33.994 INFO O| Dec 13 23:50:33.994 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:34.022 INFO O| Dec 13 23:50:34.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79462024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:34.022 INFO O| Dec 13 23:50:34.022 INFO STEP 1186 (remove_files) COMPLETE
79472024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:34.022 INFO O| Dec 13 23:50:34.022 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:34.057 INFO O| Dec 13 23:50:34.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79492024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:34.057 INFO O| Dec 13 23:50:34.057 INFO STEP 1187 (remove_files) COMPLETE
79502024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:34.057 INFO O| Dec 13 23:50:34.057 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512024-12-13T23:50:36.261Z[ recovery-image] Dec 13 23:50:34.096 INFO O| Dec 13 23:50:34.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79522024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.096 INFO O| Dec 13 23:50:34.096 INFO STEP 1188 (remove_files) COMPLETE
79532024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.096 INFO O| Dec 13 23:50:34.096 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.130 INFO O| Dec 13 23:50:34.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79552024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.130 INFO O| Dec 13 23:50:34.130 INFO STEP 1189 (remove_files) COMPLETE
79562024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.130 INFO O| Dec 13 23:50:34.130 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.167 INFO O| Dec 13 23:50:34.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79582024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.167 INFO O| Dec 13 23:50:34.167 INFO STEP 1190 (remove_files) COMPLETE
79592024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.167 INFO O| Dec 13 23:50:34.167 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.202 INFO O| Dec 13 23:50:34.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79612024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.202 INFO O| Dec 13 23:50:34.202 INFO STEP 1191 (remove_files) COMPLETE
79622024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.202 INFO O| Dec 13 23:50:34.202 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.238 INFO O| Dec 13 23:50:34.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79642024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.238 INFO O| Dec 13 23:50:34.238 INFO STEP 1192 (remove_files) COMPLETE
79652024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.239 INFO O| Dec 13 23:50:34.238 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.258 INFO O| Dec 13 23:50:34.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79672024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.258 INFO O| Dec 13 23:50:34.258 INFO STEP 1193 (remove_files) COMPLETE
79682024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.258 INFO O| Dec 13 23:50:34.258 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.276 INFO O| Dec 13 23:50:34.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79702024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.276 INFO O| Dec 13 23:50:34.276 INFO STEP 1194 (remove_files) COMPLETE
79712024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.276 INFO O| Dec 13 23:50:34.276 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.294 INFO O| Dec 13 23:50:34.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79732024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.294 INFO O| Dec 13 23:50:34.294 INFO STEP 1195 (remove_files) COMPLETE
79742024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.294 INFO O| Dec 13 23:50:34.294 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.313 INFO O| Dec 13 23:50:34.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79762024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.313 INFO O| Dec 13 23:50:34.313 INFO STEP 1196 (remove_files) COMPLETE
79772024-12-13T23:50:36.262Z[ recovery-image] Dec 13 23:50:34.313 INFO O| Dec 13 23:50:34.313 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.333 INFO O| Dec 13 23:50:34.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79792024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.333 INFO O| Dec 13 23:50:34.333 INFO STEP 1197 (remove_files) COMPLETE
79802024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.333 INFO O| Dec 13 23:50:34.333 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.352 INFO O| Dec 13 23:50:34.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79822024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.353 INFO O| Dec 13 23:50:34.353 INFO STEP 1198 (remove_files) COMPLETE
79832024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.353 INFO O| Dec 13 23:50:34.353 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.372 INFO O| Dec 13 23:50:34.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79852024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.372 INFO O| Dec 13 23:50:34.372 INFO STEP 1199 (remove_files) COMPLETE
79862024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.372 INFO O| Dec 13 23:50:34.372 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.393 INFO O| Dec 13 23:50:34.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79882024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.393 INFO O| Dec 13 23:50:34.393 INFO STEP 1200 (remove_files) COMPLETE
79892024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.394 INFO O| Dec 13 23:50:34.394 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.413 INFO O| Dec 13 23:50:34.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79912024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.413 INFO O| Dec 13 23:50:34.413 INFO STEP 1201 (remove_files) COMPLETE
79922024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.413 INFO O| Dec 13 23:50:34.413 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.432 INFO O| Dec 13 23:50:34.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79942024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.432 INFO O| Dec 13 23:50:34.432 INFO STEP 1202 (remove_files) COMPLETE
79952024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.433 INFO O| Dec 13 23:50:34.432 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.452 INFO O| Dec 13 23:50:34.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79972024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.452 INFO O| Dec 13 23:50:34.452 INFO STEP 1203 (remove_files) COMPLETE
79982024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.452 INFO O| Dec 13 23:50:34.452 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992024-12-13T23:50:36.263Z[ recovery-image] Dec 13 23:50:34.472 INFO O| Dec 13 23:50:34.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
80002024-12-13T23:50:36.267Z[ recovery-image] Dec 13 23:50:34.473 INFO O| Dec 13 23:50:34.473 INFO STEP 1204 (remove_files) COMPLETE
80012024-12-13T23:50:36.267Z[ recovery-image] Dec 13 23:50:34.473 INFO O| Dec 13 23:50:34.473 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022024-12-13T23:50:36.267Z[ recovery-image] Dec 13 23:50:34.492 INFO O| Dec 13 23:50:34.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
80032024-12-13T23:50:36.267Z[ recovery-image] Dec 13 23:50:34.492 INFO O| Dec 13 23:50:34.492 INFO STEP 1205 (remove_files) COMPLETE
80042024-12-13T23:50:36.267Z[ recovery-image] Dec 13 23:50:34.492 INFO O| Dec 13 23:50:34.492 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
80052024-12-13T23:50:36.267Z[ recovery-image] Dec 13 23:50:34.564 INFO O| Dec 13 23:50:34.564 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
80062024-12-13T23:50:36.267Z[ recovery-image] Dec 13 23:50:34.565 INFO O| Dec 13 23:50:34.564 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
80072024-12-13T23:50:37.230Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
80082024-12-13T23:50:38.017Z[ recovery-image] Dec 13 23:50:36.405 INFO O| Dec 13 23:50:36.405 INFO STEP 1206 (pack_tar) COMPLETE
80092024-12-13T23:50:38.018Z[ recovery-image] Dec 13 23:50:36.405 INFO O| Dec 13 23:50:36.405 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80102024-12-13T23:50:38.020Z[ recovery-image] Dec 13 23:50:36.405 INFO O| Dec 13 23:50:36.405 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80112024-12-13T23:50:38.157Z[ recovery-image] Dec 13 23:50:36.544 INFO O| Dec 13 23:50:36.544 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80122024-12-13T23:50:38.274Z[ recovery-image] Dec 13 23:50:36.661 INFO O| Dec 13 23:50:36.661 INFO completed processing gimlet/ramdisk-03-recovery-trim
80132024-12-13T23:50:38.283Z[ recovery-image] Dec 13 23:50:36.671 INFO image builder template: zfs-recovery...
80142024-12-13T23:50:38.283Z[ recovery-image] Dec 13 23:50:36.671 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/.tmpwfH0qP/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
80152024-12-13T23:50:38.336Z[ recovery-image] Dec 13 23:50:36.723 INFO O| Dec 13 23:50:36.723 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80162024-12-13T23:50:38.345Z[ recovery-image] Dec 13 23:50:36.732 INFO O| Dec 13 23:50:36.732 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80172024-12-13T23:50:38.579Z[ recovery-image] Dec 13 23:50:36.965 INFO O| Dec 13 23:50:36.965 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80182024-12-13T23:50:38.747Z[ recovery-image] Dec 13 23:50:37.135 INFO O| Dec 13 23:50:37.135 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80192024-12-13T23:50:38.748Z[ recovery-image] Dec 13 23:50:37.135 INFO O| Dec 13 23:50:37.135 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80202024-12-13T23:50:38.761Z[ recovery-image] Dec 13 23:50:37.149 INFO O| Dec 13 23:50:37.149 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80212024-12-13T23:50:38.865Z[ recovery-image] Dec 13 23:50:37.252 INFO O| Dec 13 23:50:37.252 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80222024-12-13T23:50:39.045Z[ recovery-image] Dec 13 23:50:37.433 INFO O| Dec 13 23:50:37.432 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80232024-12-13T23:50:39.080Z[ recovery-image] Dec 13 23:50:37.467 INFO O| Dec 13 23:50:37.467 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80242024-12-13T23:50:39.127Z[ recovery-image] Dec 13 23:50:37.514 INFO O| Dec 13 23:50:37.514 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80252024-12-13T23:50:39.182Z[ recovery-image] Dec 13 23:50:37.569 INFO O| Dec 13 23:50:37.569 INFO no lofi found
80262024-12-13T23:50:39.182Z[ recovery-image] Dec 13 23:50:37.569 INFO O| Dec 13 23:50:37.569 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80272024-12-13T23:50:39.182Z[ recovery-image] Dec 13 23:50:37.569 INFO O| Dec 13 23:50:37.569 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80282024-12-13T23:50:39.400Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
80292024-12-13T23:50:41.624Z[ recovery-image] Dec 13 23:50:40.011 INFO O| Dec 13 23:50:40.011 INFO lofi device = /dev/dsk/c2t1d0p0
80302024-12-13T23:50:41.624Z[ recovery-image] Dec 13 23:50:40.011 INFO O| Dec 13 23:50:40.011 INFO pool device = /dev/dsk/c2t1d0p0
80312024-12-13T23:50:41.627Z[ recovery-image] Dec 13 23:50:40.011 INFO O| Dec 13 23:50:40.011 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"]
80322024-12-13T23:50:41.859Z[ recovery-image] Dec 13 23:50:40.245 INFO O| Dec 13 23:50:40.245 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80332024-12-13T23:50:41.859Z[ recovery-image] Dec 13 23:50:40.245 INFO O| Dec 13 23:50:40.245 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80342024-12-13T23:50:41.898Z[ recovery-image] Dec 13 23:50:40.285 INFO O| Dec 13 23:50:40.285 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80352024-12-13T23:50:42.239Z[ recovery-image] Dec 13 23:50:40.626 INFO O| Dec 13 23:50:40.626 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80362024-12-13T23:50:42.320Z[ recovery-image] Dec 13 23:50:40.684 INFO O| Dec 13 23:50:40.684 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80372024-12-13T23:50:42.335Z[ recovery-image] Dec 13 23:50:40.721 INFO O| Dec 13 23:50:40.721 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80382024-12-13T23:50:42.357Z[ recovery-image] Dec 13 23:50:40.744 INFO O| Dec 13 23:50:40.744 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80392024-12-13T23:50:42.472Z[ recovery-image] Dec 13 23:50:40.858 INFO O| Dec 13 23:50:40.858 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80402024-12-13T23:50:42.474Z[ recovery-image] Dec 13 23:50:40.859 INFO O| Dec 13 23:50:40.859 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80412024-12-13T23:50:42.474Z[ recovery-image] Dec 13 23:50:40.859 INFO O| Dec 13 23:50:40.859 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80422024-12-13T23:50:42.489Z[ recovery-image] Dec 13 23:50:40.876 INFO O| Dec 13 23:50:40.876 INFO boot environment UUID: e95d0530-7163-42ee-bead-2185e405bf54
80432024-12-13T23:50:42.492Z[ recovery-image] Dec 13 23:50:40.876 INFO O| Dec 13 23:50:40.876 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e95d0530-7163-42ee-bead-2185e405bf54
80442024-12-13T23:50:42.533Z[ recovery-image] Dec 13 23:50:40.919 INFO O| Dec 13 23:50:40.919 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80452024-12-13T23:50:42.582Z[ recovery-image] Dec 13 23:50:40.969 INFO O| Dec 13 23:50:40.969 INFO STEP 0 (create_be) COMPLETE
80462024-12-13T23:50:42.582Z[ recovery-image] Dec 13 23:50:40.969 INFO O| Dec 13 23:50:40.969 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80472024-12-13T23:50:42.611Z[ recovery-image] Dec 13 23:50:40.997 INFO O| Dec 13 23:50:40.997 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"]
80482024-12-13T23:50:49.787Z[ recovery-image] Dec 13 23:50:48.172 INFO O| Dec 13 23:50:48.172 INFO STEP 1 (unpack_tar) COMPLETE
80492024-12-13T23:50:49.787Z[ recovery-image] Dec 13 23:50:48.172 INFO O| Dec 13 23:50:48.172 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80502024-12-13T23:50:49.808Z[ recovery-image] Dec 13 23:50:48.194 INFO O| Dec 13 23:50:48.193 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80512024-12-13T23:50:50.304Z[ recovery-image] Dec 13 23:50:48.690 INFO O| Dec 13 23:50:48.690 INFO STEP 2 (devfsadm) COMPLETE
80522024-12-13T23:50:50.304Z[ recovery-image] Dec 13 23:50:48.690 INFO O| Dec 13 23:50:48.690 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80532024-12-13T23:50:50.325Z[ recovery-image] Dec 13 23:50:48.710 INFO O| Dec 13 23:50:48.710 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80542024-12-13T23:50:50.325Z[ recovery-image] Dec 13 23:50:48.710 INFO O| Dec 13 23:50:48.710 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80552024-12-13T23:50:50.325Z[ recovery-image] Dec 13 23:50:48.710 INFO O| Dec 13 23:50:48.710 INFO STEP 3 (ensure_dir) COMPLETE
80562024-12-13T23:50:50.327Z[ recovery-image] Dec 13 23:50:48.710 INFO O| Dec 13 23:50:48.710 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80572024-12-13T23:50:50.363Z[ recovery-image] Dec 13 23:50:48.748 INFO O| Dec 13 23:50:48.748 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80582024-12-13T23:50:50.363Z[ recovery-image] Dec 13 23:50:48.748 INFO O| Dec 13 23:50:48.748 INFO STEP 4 (ensure_dir) COMPLETE
80592024-12-13T23:50:50.363Z[ recovery-image] Dec 13 23:50:48.748 INFO O| Dec 13 23:50:48.748 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80602024-12-13T23:50:50.426Z[ recovery-image] Dec 13 23:50:48.811 INFO O| Dec 13 23:50:48.811 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80612024-12-13T23:50:50.426Z[ recovery-image] Dec 13 23:50:48.811 INFO O| Dec 13 23:50:48.811 INFO STEP 5 (ensure_dir) COMPLETE
80622024-12-13T23:50:50.426Z[ recovery-image] Dec 13 23:50:48.811 INFO O| Dec 13 23:50:48.811 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80632024-12-13T23:50:50.446Z[ recovery-image] Dec 13 23:50:48.832 INFO O| Dec 13 23:50:48.831 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80642024-12-13T23:50:50.446Z[ recovery-image] Dec 13 23:50:48.832 INFO O| Dec 13 23:50:48.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80652024-12-13T23:50:50.446Z[ recovery-image] Dec 13 23:50:48.832 INFO O| Dec 13 23:50:48.832 INFO STEP 6 (ensure_dir) COMPLETE
80662024-12-13T23:50:50.449Z[ recovery-image] Dec 13 23:50:48.832 INFO O| Dec 13 23:50:48.832 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80672024-12-13T23:50:50.495Z[ recovery-image] Dec 13 23:50:48.880 INFO O| Dec 13 23:50:48.880 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80682024-12-13T23:50:50.495Z[ recovery-image] Dec 13 23:50:48.880 INFO O| Dec 13 23:50:48.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80692024-12-13T23:50:50.495Z[ recovery-image] Dec 13 23:50:48.880 INFO O| Dec 13 23:50:48.880 INFO STEP 7 (ensure_dir) COMPLETE
80702024-12-13T23:50:50.498Z[ recovery-image] Dec 13 23:50:48.880 INFO O| Dec 13 23:50:48.880 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80712024-12-13T23:50:50.551Z[ recovery-image] Dec 13 23:50:48.937 INFO O| Dec 13 23:50:48.937 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80722024-12-13T23:50:50.554Z[ recovery-image] Dec 13 23:50:48.937 INFO O| Dec 13 23:50:48.937 INFO STEP 8 (remove_files) COMPLETE
80732024-12-13T23:50:50.554Z[ recovery-image] Dec 13 23:50:48.937 INFO O| Dec 13 23:50:48.937 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80742024-12-13T23:50:50.570Z[ recovery-image] Dec 13 23:50:48.955 INFO O| Dec 13 23:50:48.955 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80752024-12-13T23:50:50.572Z[ recovery-image] Dec 13 23:50:48.956 INFO O| Dec 13 23:50:48.956 INFO STEP 9 (remove_files) COMPLETE
80762024-12-13T23:50:50.572Z[ recovery-image] Dec 13 23:50:48.956 INFO O| Dec 13 23:50:48.956 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80772024-12-13T23:50:50.588Z[ recovery-image] Dec 13 23:50:48.974 INFO O| Dec 13 23:50:48.973 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80782024-12-13T23:50:50.591Z[ recovery-image] Dec 13 23:50:48.975 INFO O| Dec 13 23:50:48.975 INFO STEP 10 (remove_files) COMPLETE
80792024-12-13T23:50:50.591Z[ recovery-image] Dec 13 23:50:48.975 INFO O| Dec 13 23:50:48.975 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80802024-12-13T23:50:50.634Z[ recovery-image] Dec 13 23:50:49.019 INFO O| Dec 13 23:50:49.019 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80812024-12-13T23:50:50.634Z[ recovery-image] Dec 13 23:50:49.019 INFO O| Dec 13 23:50:49.019 INFO STEP 11 (remove_files) COMPLETE
80822024-12-13T23:50:50.634Z[ recovery-image] Dec 13 23:50:49.019 INFO O| Dec 13 23:50:49.019 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80832024-12-13T23:50:50.692Z[ recovery-image] Dec 13 23:50:49.078 INFO O| Dec 13 23:50:49.078 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80842024-12-13T23:50:50.692Z[ recovery-image] Dec 13 23:50:49.078 INFO O| Dec 13 23:50:49.078 INFO STEP 12 (remove_files) COMPLETE
80852024-12-13T23:50:50.695Z[ recovery-image] Dec 13 23:50:49.078 INFO O| Dec 13 23:50:49.078 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80862024-12-13T23:50:50.743Z[ recovery-image] Dec 13 23:50:49.128 INFO O| Dec 13 23:50:49.128 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80872024-12-13T23:50:50.751Z[ recovery-image] Dec 13 23:50:49.128 INFO O| Dec 13 23:50:49.128 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80882024-12-13T23:50:50.751Z[ recovery-image] Dec 13 23:50:49.128 INFO O| Dec 13 23:50:49.128 INFO STEP 13 (ensure_dir) COMPLETE
80892024-12-13T23:50:50.751Z[ recovery-image] Dec 13 23:50:49.128 INFO O| Dec 13 23:50:49.128 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80902024-12-13T23:50:50.769Z[ recovery-image] Dec 13 23:50:49.154 INFO O| Dec 13 23:50:49.154 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80912024-12-13T23:50:50.769Z[ recovery-image] Dec 13 23:50:49.154 INFO O| Dec 13 23:50:49.154 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80922024-12-13T23:50:50.771Z[ recovery-image] Dec 13 23:50:49.154 INFO O| Dec 13 23:50:49.154 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80932024-12-13T23:50:50.772Z[ recovery-image] Dec 13 23:50:49.154 INFO O| Dec 13 23:50:49.154 INFO STEP 14 (ensure_dir) COMPLETE
80942024-12-13T23:50:50.772Z[ recovery-image] Dec 13 23:50:49.154 INFO O| Dec 13 23:50:49.154 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80952024-12-13T23:50:50.796Z[ recovery-image] Dec 13 23:50:49.182 INFO O| Dec 13 23:50:49.182 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80962024-12-13T23:50:50.797Z[ recovery-image] Dec 13 23:50:49.182 INFO O| Dec 13 23:50:49.182 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80972024-12-13T23:50:50.797Z[ recovery-image] Dec 13 23:50:49.182 INFO O| Dec 13 23:50:49.182 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80982024-12-13T23:50:50.800Z[ recovery-image] Dec 13 23:50:49.182 INFO O| Dec 13 23:50:49.182 INFO STEP 15 (ensure_dir) COMPLETE
80992024-12-13T23:50:50.800Z[ recovery-image] Dec 13 23:50:49.182 INFO O| Dec 13 23:50:49.182 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81002024-12-13T23:50:50.821Z[ recovery-image] Dec 13 23:50:49.207 INFO O| Dec 13 23:50:49.207 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81012024-12-13T23:50:50.821Z[ recovery-image] Dec 13 23:50:49.207 INFO O| Dec 13 23:50:49.207 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81022024-12-13T23:50:50.824Z[ recovery-image] Dec 13 23:50:49.207 INFO O| Dec 13 23:50:49.207 INFO STEP 16 (ensure_dir) COMPLETE
81032024-12-13T23:50:50.824Z[ recovery-image] Dec 13 23:50:49.207 INFO O| Dec 13 23:50:49.207 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81042024-12-13T23:50:50.840Z[ recovery-image] Dec 13 23:50:49.226 INFO O| Dec 13 23:50:49.226 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81052024-12-13T23:50:50.840Z[ recovery-image] Dec 13 23:50:49.226 INFO O| Dec 13 23:50:49.226 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81062024-12-13T23:50:50.843Z[ recovery-image] Dec 13 23:50:49.226 INFO O| Dec 13 23:50:49.226 INFO STEP 17 (ensure_dir) COMPLETE
81072024-12-13T23:50:50.843Z[ recovery-image] Dec 13 23:50:49.226 INFO O| Dec 13 23:50:49.226 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81082024-12-13T23:50:50.873Z[ recovery-image] Dec 13 23:50:49.258 INFO O| Dec 13 23:50:49.258 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81092024-12-13T23:50:50.873Z[ recovery-image] Dec 13 23:50:49.259 INFO O| Dec 13 23:50:49.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81102024-12-13T23:50:50.876Z[ recovery-image] Dec 13 23:50:49.259 INFO O| Dec 13 23:50:49.258 INFO ok!
81112024-12-13T23:50:50.876Z[ recovery-image] Dec 13 23:50:49.259 INFO O| Dec 13 23:50:49.258 INFO STEP 18 (ensure_symlink) COMPLETE
81122024-12-13T23:50:50.876Z[ recovery-image] Dec 13 23:50:49.259 INFO O| Dec 13 23:50:49.258 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81132024-12-13T23:50:50.905Z[ recovery-image] Dec 13 23:50:49.290 INFO O| Dec 13 23:50:49.290 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81142024-12-13T23:50:50.905Z[ recovery-image] Dec 13 23:50:49.290 INFO O| Dec 13 23:50:49.290 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81152024-12-13T23:50:50.907Z[ recovery-image] Dec 13 23:50:49.290 INFO O| Dec 13 23:50:49.290 INFO ok!
81162024-12-13T23:50:50.907Z[ recovery-image] Dec 13 23:50:49.290 INFO O| Dec 13 23:50:49.290 INFO STEP 19 (ensure_file) COMPLETE
81172024-12-13T23:50:50.907Z[ recovery-image] Dec 13 23:50:49.290 INFO O| Dec 13 23:50:49.290 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81182024-12-13T23:50:50.939Z[ recovery-image] Dec 13 23:50:49.324 INFO O| Dec 13 23:50:49.324 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81192024-12-13T23:50:50.939Z[ recovery-image] Dec 13 23:50:49.325 INFO O| Dec 13 23:50:49.324 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81202024-12-13T23:50:50.942Z[ recovery-image] Dec 13 23:50:49.325 INFO O| Dec 13 23:50:49.325 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81212024-12-13T23:50:50.942Z[ recovery-image] Dec 13 23:50:49.325 INFO O| Dec 13 23:50:49.325 INFO ok!
81222024-12-13T23:50:50.942Z[ recovery-image] Dec 13 23:50:49.325 INFO O| Dec 13 23:50:49.325 INFO STEP 20 (ensure_symlink) COMPLETE
81232024-12-13T23:50:50.942Z[ recovery-image] Dec 13 23:50:49.325 INFO O| Dec 13 23:50:49.325 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81242024-12-13T23:50:50.958Z[ recovery-image] Dec 13 23:50:49.343 INFO O| Dec 13 23:50:49.343 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81252024-12-13T23:50:50.958Z[ recovery-image] Dec 13 23:50:49.343 INFO O| Dec 13 23:50:49.343 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81262024-12-13T23:50:50.958Z[ recovery-image] Dec 13 23:50:49.343 INFO O| Dec 13 23:50:49.343 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81272024-12-13T23:50:50.958Z[ recovery-image] Dec 13 23:50:49.343 INFO O| Dec 13 23:50:49.343 INFO ok!
81282024-12-13T23:50:50.958Z[ recovery-image] Dec 13 23:50:49.343 INFO O| Dec 13 23:50:49.343 INFO STEP 21 (ensure_symlink) COMPLETE
81292024-12-13T23:50:50.959Z[ recovery-image] Dec 13 23:50:49.343 INFO O| Dec 13 23:50:49.343 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81302024-12-13T23:50:50.989Z[ recovery-image] Dec 13 23:50:49.375 INFO O| Dec 13 23:50:49.375 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81312024-12-13T23:50:50.989Z[ recovery-image] Dec 13 23:50:49.375 INFO O| Dec 13 23:50:49.375 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81322024-12-13T23:50:50.992Z[ recovery-image] Dec 13 23:50:49.375 INFO O| Dec 13 23:50:49.375 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81332024-12-13T23:50:50.992Z[ recovery-image] Dec 13 23:50:49.375 INFO O| Dec 13 23:50:49.375 INFO ok!
81342024-12-13T23:50:50.992Z[ recovery-image] Dec 13 23:50:49.375 INFO O| Dec 13 23:50:49.375 INFO STEP 22 (ensure_symlink) COMPLETE
81352024-12-13T23:50:50.992Z[ recovery-image] Dec 13 23:50:49.375 INFO O| Dec 13 23:50:49.375 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81362024-12-13T23:50:51.030Z[ recovery-image] Dec 13 23:50:49.416 INFO O| Dec 13 23:50:49.416 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81372024-12-13T23:50:51.030Z[ recovery-image] Dec 13 23:50:49.416 INFO O| Dec 13 23:50:49.416 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81382024-12-13T23:50:51.033Z[ recovery-image] Dec 13 23:50:49.416 INFO O| Dec 13 23:50:49.416 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81392024-12-13T23:50:51.034Z[ recovery-image] Dec 13 23:50:49.416 INFO O| Dec 13 23:50:49.416 INFO ok!
81402024-12-13T23:50:51.034Z[ recovery-image] Dec 13 23:50:49.416 INFO O| Dec 13 23:50:49.416 INFO STEP 23 (ensure_symlink) COMPLETE
81412024-12-13T23:50:51.034Z[ recovery-image] Dec 13 23:50:49.416 INFO O| Dec 13 23:50:49.416 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81422024-12-13T23:50:51.080Z[ recovery-image] Dec 13 23:50:49.465 INFO O| Dec 13 23:50:49.465 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81432024-12-13T23:50:51.083Z[ recovery-image] Dec 13 23:50:49.466 INFO O| Dec 13 23:50:49.466 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 ...
81442024-12-13T23:50:51.083Z[ recovery-image] Dec 13 23:50:49.466 INFO O| Dec 13 23:50:49.466 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81452024-12-13T23:50:51.083Z[ recovery-image] Dec 13 23:50:49.466 INFO O| Dec 13 23:50:49.466 INFO ok!
81462024-12-13T23:50:51.083Z[ recovery-image] Dec 13 23:50:49.466 INFO O| Dec 13 23:50:49.466 INFO STEP 24 (ensure_file) COMPLETE
81472024-12-13T23:50:51.083Z[ recovery-image] Dec 13 23:50:49.466 INFO O| Dec 13 23:50:49.466 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81482024-12-13T23:50:51.102Z[ recovery-image] Dec 13 23:50:49.488 INFO O| Dec 13 23:50:49.488 INFO updating shadow file
81492024-12-13T23:50:51.105Z[ recovery-image] Dec 13 23:50:49.488 INFO O| Dec 13 23:50:49.488 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81502024-12-13T23:50:51.105Z[ recovery-image] Dec 13 23:50:49.489 INFO O| Dec 13 23:50:49.489 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81512024-12-13T23:50:51.105Z[ recovery-image] Dec 13 23:50:49.489 INFO O| Dec 13 23:50:49.489 INFO STEP 25 (shadow) COMPLETE
81522024-12-13T23:50:51.105Z[ recovery-image] Dec 13 23:50:49.489 INFO O| Dec 13 23:50:49.489 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81532024-12-13T23:50:51.124Z[ recovery-image] Dec 13 23:50:49.509 INFO O| Dec 13 23:50:49.509 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81542024-12-13T23:50:51.127Z[ recovery-image] Dec 13 23:50:49.509 INFO O| Dec 13 23:50:49.509 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81552024-12-13T23:50:51.127Z[ recovery-image] Dec 13 23:50:49.510 INFO O| Dec 13 23:50:49.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81562024-12-13T23:50:51.127Z[ recovery-image] Dec 13 23:50:49.510 INFO O| Dec 13 23:50:49.510 INFO ok!
81572024-12-13T23:50:51.127Z[ recovery-image] Dec 13 23:50:49.510 INFO O| Dec 13 23:50:49.510 INFO STEP 26 (ensure_file) COMPLETE
81582024-12-13T23:50:51.127Z[ recovery-image] Dec 13 23:50:49.510 INFO O| Dec 13 23:50:49.510 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81592024-12-13T23:50:51.158Z[ recovery-image] Dec 13 23:50:49.543 INFO O| Dec 13 23:50:49.543 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81602024-12-13T23:50:51.158Z[ recovery-image] Dec 13 23:50:49.543 INFO O| Dec 13 23:50:49.543 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81612024-12-13T23:50:51.158Z[ recovery-image] Dec 13 23:50:49.544 INFO O| Dec 13 23:50:49.543 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81622024-12-13T23:50:51.161Z[ recovery-image] Dec 13 23:50:49.544 INFO O| Dec 13 23:50:49.544 INFO ok!
81632024-12-13T23:50:51.161Z[ recovery-image] Dec 13 23:50:49.544 INFO O| Dec 13 23:50:49.544 INFO STEP 27 (ensure_file) COMPLETE
81642024-12-13T23:50:51.161Z[ recovery-image] Dec 13 23:50:49.544 INFO O| Dec 13 23:50:49.544 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81652024-12-13T23:50:51.223Z[ recovery-image] Dec 13 23:50:49.609 INFO O| Dec 13 23:50:49.608 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81662024-12-13T23:50:51.223Z[ recovery-image] Dec 13 23:50:49.609 INFO O| Dec 13 23:50:49.609 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81672024-12-13T23:50:51.223Z[ recovery-image] Dec 13 23:50:49.609 INFO O| Dec 13 23:50:49.609 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81682024-12-13T23:50:51.226Z[ recovery-image] Dec 13 23:50:49.609 INFO O| Dec 13 23:50:49.609 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81692024-12-13T23:50:51.226Z[ recovery-image] Dec 13 23:50:49.609 INFO O| Dec 13 23:50:49.609 INFO ok!
81702024-12-13T23:50:51.226Z[ recovery-image] Dec 13 23:50:49.609 INFO O| Dec 13 23:50:49.609 INFO STEP 28 (ensure_file) COMPLETE
81712024-12-13T23:50:51.226Z[ recovery-image] Dec 13 23:50:49.609 INFO O| Dec 13 23:50:49.609 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81722024-12-13T23:50:51.252Z[ recovery-image] Dec 13 23:50:49.637 INFO O| Dec 13 23:50:49.637 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81732024-12-13T23:50:51.252Z[ recovery-image] Dec 13 23:50:49.637 INFO O| Dec 13 23:50:49.637 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81742024-12-13T23:50:51.255Z[ recovery-image] Dec 13 23:50:49.638 INFO O| Dec 13 23:50:49.638 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81752024-12-13T23:50:51.255Z[ recovery-image] Dec 13 23:50:49.638 INFO O| Dec 13 23:50:49.638 INFO ok!
81762024-12-13T23:50:51.255Z[ recovery-image] Dec 13 23:50:49.638 INFO O| Dec 13 23:50:49.638 INFO STEP 29 (ensure_file) COMPLETE
81772024-12-13T23:50:51.255Z[ recovery-image] Dec 13 23:50:49.638 INFO O| Dec 13 23:50:49.638 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81782024-12-13T23:50:51.299Z[ recovery-image] Dec 13 23:50:49.684 INFO O| Dec 13 23:50:49.684 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81792024-12-13T23:50:51.299Z[ recovery-image] Dec 13 23:50:49.684 INFO O| Dec 13 23:50:49.684 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81802024-12-13T23:50:51.301Z[ recovery-image] Dec 13 23:50:49.684 INFO O| Dec 13 23:50:49.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81812024-12-13T23:50:51.301Z[ recovery-image] Dec 13 23:50:49.684 INFO O| Dec 13 23:50:49.684 INFO ok!
81822024-12-13T23:50:51.301Z[ recovery-image] Dec 13 23:50:49.684 INFO O| Dec 13 23:50:49.684 INFO STEP 30 (ensure_file) COMPLETE
81832024-12-13T23:50:51.301Z[ recovery-image] Dec 13 23:50:49.684 INFO O| Dec 13 23:50:49.684 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81842024-12-13T23:50:51.355Z[ recovery-image] Dec 13 23:50:49.740 INFO O| Dec 13 23:50:49.740 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81852024-12-13T23:50:51.355Z[ recovery-image] Dec 13 23:50:49.740 INFO O| Dec 13 23:50:49.740 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81862024-12-13T23:50:51.355Z[ recovery-image] Dec 13 23:50:49.741 INFO O| Dec 13 23:50:49.740 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81872024-12-13T23:50:51.355Z[ recovery-image] Dec 13 23:50:49.741 INFO O| Dec 13 23:50:49.741 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81882024-12-13T23:50:51.358Z[ recovery-image] Dec 13 23:50:49.741 INFO O| Dec 13 23:50:49.741 INFO ok!
81892024-12-13T23:50:51.358Z[ recovery-image] Dec 13 23:50:49.741 INFO O| Dec 13 23:50:49.741 INFO STEP 31 (ensure_file) COMPLETE
81902024-12-13T23:50:51.358Z[ recovery-image] Dec 13 23:50:49.741 INFO O| Dec 13 23:50:49.741 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81912024-12-13T23:50:51.396Z[ recovery-image] Dec 13 23:50:49.781 INFO O| Dec 13 23:50:49.781 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81922024-12-13T23:50:51.396Z[ recovery-image] Dec 13 23:50:49.781 INFO O| Dec 13 23:50:49.781 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81932024-12-13T23:50:51.396Z[ recovery-image] Dec 13 23:50:49.781 INFO O| Dec 13 23:50:49.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81942024-12-13T23:50:51.399Z[ recovery-image] Dec 13 23:50:49.781 INFO O| Dec 13 23:50:49.781 INFO ok!
81952024-12-13T23:50:51.399Z[ recovery-image] Dec 13 23:50:49.781 INFO O| Dec 13 23:50:49.781 INFO STEP 32 (ensure_file) COMPLETE
81962024-12-13T23:50:51.399Z[ recovery-image] Dec 13 23:50:49.781 INFO O| Dec 13 23:50:49.781 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81972024-12-13T23:50:51.415Z[ recovery-image] Dec 13 23:50:49.801 INFO O| Dec 13 23:50:49.800 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81982024-12-13T23:50:51.415Z[ recovery-image] Dec 13 23:50:49.801 INFO O| Dec 13 23:50:49.801 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81992024-12-13T23:50:51.418Z[ recovery-image] Dec 13 23:50:49.801 INFO O| Dec 13 23:50:49.801 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
82002024-12-13T23:50:51.418Z[ recovery-image] Dec 13 23:50:49.801 INFO O| Dec 13 23:50:49.801 INFO ok!
82012024-12-13T23:50:51.418Z[ recovery-image] Dec 13 23:50:49.801 INFO O| Dec 13 23:50:49.801 INFO STEP 33 (ensure_file) COMPLETE
82022024-12-13T23:50:51.418Z[ recovery-image] Dec 13 23:50:49.801 INFO O| Dec 13 23:50:49.801 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82032024-12-13T23:50:51.452Z[ recovery-image] Dec 13 23:50:49.837 INFO O| Dec 13 23:50:49.837 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
82042024-12-13T23:50:51.452Z[ recovery-image] Dec 13 23:50:49.838 INFO O| Dec 13 23:50:49.837 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
82052024-12-13T23:50:51.452Z[ recovery-image] Dec 13 23:50:49.838 INFO O| Dec 13 23:50:49.838 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82062024-12-13T23:50:51.455Z[ recovery-image] Dec 13 23:50:49.838 INFO O| Dec 13 23:50:49.838 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82072024-12-13T23:50:51.455Z[ recovery-image] Dec 13 23:50:49.838 INFO O| Dec 13 23:50:49.838 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82082024-12-13T23:50:51.455Z[ recovery-image] Dec 13 23:50:49.838 INFO O| Dec 13 23:50:49.838 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82092024-12-13T23:50:51.455Z[ recovery-image] Dec 13 23:50:49.838 INFO O| Dec 13 23:50:49.838 INFO ok!
82102024-12-13T23:50:51.455Z[ recovery-image] Dec 13 23:50:49.838 INFO O| Dec 13 23:50:49.838 INFO STEP 34 (ensure_file) COMPLETE
82112024-12-13T23:50:51.455Z[ recovery-image] Dec 13 23:50:49.838 INFO O| Dec 13 23:50:49.838 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82122024-12-13T23:50:51.488Z[ recovery-image] Dec 13 23:50:49.874 INFO O| Dec 13 23:50:49.873 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82132024-12-13T23:50:51.491Z[ recovery-image] Dec 13 23:50:49.874 INFO O| Dec 13 23:50:49.874 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82142024-12-13T23:50:51.491Z[ recovery-image] Dec 13 23:50:49.874 INFO O| Dec 13 23:50:49.874 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82152024-12-13T23:50:51.491Z[ recovery-image] Dec 13 23:50:49.874 INFO O| Dec 13 23:50:49.874 INFO STEP 35 (ensure_dir) COMPLETE
82162024-12-13T23:50:51.491Z[ recovery-image] Dec 13 23:50:49.874 INFO O| Dec 13 23:50:49.874 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82172024-12-13T23:50:51.515Z[ recovery-image] Dec 13 23:50:49.900 INFO O| Dec 13 23:50:49.900 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
82182024-12-13T23:50:51.515Z[ recovery-image] Dec 13 23:50:49.900 INFO O| Dec 13 23:50:49.900 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 ...
82192024-12-13T23:50:51.517Z[ recovery-image] Dec 13 23:50:49.900 INFO O| Dec 13 23:50:49.900 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
82202024-12-13T23:50:51.518Z[ recovery-image] Dec 13 23:50:49.900 INFO O| Dec 13 23:50:49.900 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
82212024-12-13T23:50:51.518Z[ recovery-image] Dec 13 23:50:49.900 INFO O| Dec 13 23:50:49.900 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
82222024-12-13T23:50:51.518Z[ recovery-image] Dec 13 23:50:49.901 INFO O| Dec 13 23:50:49.900 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
82232024-12-13T23:50:51.518Z[ recovery-image] Dec 13 23:50:49.901 INFO O| Dec 13 23:50:49.900 INFO ok!
82242024-12-13T23:50:51.518Z[ recovery-image] Dec 13 23:50:49.901 INFO O| Dec 13 23:50:49.901 INFO STEP 36 (ensure_file) COMPLETE
82252024-12-13T23:50:51.518Z[ recovery-image] Dec 13 23:50:49.901 INFO O| Dec 13 23:50:49.901 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82262024-12-13T23:50:51.548Z[ recovery-image] Dec 13 23:50:49.922 INFO O| Dec 13 23:50:49.922 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82272024-12-13T23:50:51.548Z[ recovery-image] Dec 13 23:50:49.922 INFO O| Dec 13 23:50:49.922 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 ...
82282024-12-13T23:50:51.548Z[ recovery-image] Dec 13 23:50:49.923 INFO O| Dec 13 23:50:49.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82292024-12-13T23:50:51.548Z[ recovery-image] Dec 13 23:50:49.923 INFO O| Dec 13 23:50:49.923 INFO ok!
82302024-12-13T23:50:51.548Z[ recovery-image] Dec 13 23:50:49.923 INFO O| Dec 13 23:50:49.923 INFO STEP 37 (ensure_symlink) COMPLETE
82312024-12-13T23:50:51.548Z[ recovery-image] Dec 13 23:50:49.923 INFO O| Dec 13 23:50:49.923 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82322024-12-13T23:50:51.559Z[ recovery-image] Dec 13 23:50:49.944 INFO O| Dec 13 23:50:49.944 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82332024-12-13T23:50:51.559Z[ recovery-image] Dec 13 23:50:49.944 INFO O| Dec 13 23:50:49.944 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82342024-12-13T23:50:51.562Z[ recovery-image] Dec 13 23:50:49.944 INFO O| Dec 13 23:50:49.944 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82352024-12-13T23:50:51.562Z[ recovery-image] Dec 13 23:50:49.945 INFO O| Dec 13 23:50:49.944 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82362024-12-13T23:50:51.563Z[ recovery-image] Dec 13 23:50:49.945 INFO O| Dec 13 23:50:49.945 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82372024-12-13T23:50:51.563Z[ recovery-image] Dec 13 23:50:49.945 INFO O| Dec 13 23:50:49.945 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82382024-12-13T23:50:51.563Z[ recovery-image] Dec 13 23:50:49.945 INFO O| Dec 13 23:50:49.945 INFO ok!
82392024-12-13T23:50:51.563Z[ recovery-image] Dec 13 23:50:49.945 INFO O| Dec 13 23:50:49.945 INFO STEP 38 (ensure_file) COMPLETE
82402024-12-13T23:50:51.563Z[ recovery-image] Dec 13 23:50:49.945 INFO O| Dec 13 23:50:49.945 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82412024-12-13T23:50:51.584Z[ recovery-image] Dec 13 23:50:49.966 INFO O| Dec 13 23:50:49.966 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82422024-12-13T23:50:51.584Z[ recovery-image] Dec 13 23:50:49.967 INFO O| Dec 13 23:50:49.966 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 ...
82432024-12-13T23:50:51.584Z[ recovery-image] Dec 13 23:50:49.967 INFO O| Dec 13 23:50:49.967 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
82442024-12-13T23:50:51.584Z[ recovery-image] Dec 13 23:50:49.967 INFO O| Dec 13 23:50:49.967 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82452024-12-13T23:50:51.584Z[ recovery-image] Dec 13 23:50:49.967 INFO O| Dec 13 23:50:49.967 INFO ok!
82462024-12-13T23:50:51.584Z[ recovery-image] Dec 13 23:50:49.967 INFO O| Dec 13 23:50:49.967 INFO STEP 39 (ensure_file) COMPLETE
82472024-12-13T23:50:51.584Z[ recovery-image] Dec 13 23:50:49.967 INFO O| Dec 13 23:50:49.967 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82482024-12-13T23:50:51.605Z[ recovery-image] Dec 13 23:50:49.990 INFO O| Dec 13 23:50:49.990 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82492024-12-13T23:50:51.605Z[ recovery-image] Dec 13 23:50:49.990 INFO O| Dec 13 23:50:49.990 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82502024-12-13T23:50:51.608Z[ recovery-image] Dec 13 23:50:49.990 INFO O| Dec 13 23:50:49.990 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82512024-12-13T23:50:51.608Z[ recovery-image] Dec 13 23:50:49.990 INFO O| Dec 13 23:50:49.990 INFO ok!
82522024-12-13T23:50:51.611Z[ recovery-image] Dec 13 23:50:49.990 INFO O| Dec 13 23:50:49.990 INFO STEP 40 (ensure_file) COMPLETE
82532024-12-13T23:50:51.611Z[ recovery-image] Dec 13 23:50:49.990 INFO O| Dec 13 23:50:49.990 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82542024-12-13T23:50:51.629Z[ recovery-image] Dec 13 23:50:50.013 INFO O| Dec 13 23:50:50.013 INFO updating shadow file
82552024-12-13T23:50:51.632Z[ recovery-image] Dec 13 23:50:50.014 INFO O| Dec 13 23:50:50.014 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82562024-12-13T23:50:51.633Z[ recovery-image] Dec 13 23:50:50.014 INFO O| Dec 13 23:50:50.014 INFO STEP 41 (shadow) COMPLETE
82572024-12-13T23:50:51.633Z[ recovery-image] Dec 13 23:50:50.014 INFO O| Dec 13 23:50:50.014 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82582024-12-13T23:50:51.675Z[ recovery-image] Dec 13 23:50:50.059 INFO O| Dec 13 23:50:50.059 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82592024-12-13T23:50:51.675Z[ recovery-image] Dec 13 23:50:50.059 INFO O| Dec 13 23:50:50.059 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82602024-12-13T23:50:51.678Z[ recovery-image] Dec 13 23:50:50.064 INFO O| Dec 13 23:50:50.064 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82612024-12-13T23:50:51.679Z[ recovery-image] Dec 13 23:50:50.064 INFO O| Dec 13 23:50:50.064 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82622024-12-13T23:50:51.679Z[ recovery-image] Dec 13 23:50:50.064 INFO O| Dec 13 23:50:50.064 INFO ok!
82632024-12-13T23:50:51.681Z[ recovery-image] Dec 13 23:50:50.064 INFO O| Dec 13 23:50:50.064 INFO STEP 42 (ensure_file) COMPLETE
82642024-12-13T23:50:51.684Z[ recovery-image] Dec 13 23:50:50.064 INFO O| Dec 13 23:50:50.064 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82652024-12-13T23:50:51.733Z[ recovery-image] Dec 13 23:50:50.118 INFO O| Dec 13 23:50:50.118 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82662024-12-13T23:50:51.733Z[ recovery-image] Dec 13 23:50:50.118 INFO O| Dec 13 23:50:50.118 INFO STEP 43 (ensure_dir) COMPLETE
82672024-12-13T23:50:51.733Z[ recovery-image] Dec 13 23:50:50.118 INFO O| Dec 13 23:50:50.118 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82682024-12-13T23:50:51.829Z[ recovery-image] Dec 13 23:50:50.214 INFO O| Dec 13 23:50:50.214 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82692024-12-13T23:50:51.829Z[ recovery-image] Dec 13 23:50:50.214 INFO O| Dec 13 23:50:50.214 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82702024-12-13T23:50:51.829Z[ recovery-image] Dec 13 23:50:50.214 INFO O| Dec 13 23:50:50.214 INFO STEP 44 (ensure_dir) COMPLETE
82712024-12-13T23:50:51.832Z[ recovery-image] Dec 13 23:50:50.214 INFO O| Dec 13 23:50:50.214 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82722024-12-13T23:50:51.867Z[ recovery-image] Dec 13 23:50:50.252 INFO O| Dec 13 23:50:50.252 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82732024-12-13T23:50:51.867Z[ recovery-image] Dec 13 23:50:50.252 INFO O| Dec 13 23:50:50.252 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82742024-12-13T23:50:51.867Z[ recovery-image] Dec 13 23:50:50.252 INFO O| Dec 13 23:50:50.252 INFO STEP 45 (ensure_dir) COMPLETE
82752024-12-13T23:50:51.870Z[ recovery-image] Dec 13 23:50:50.252 INFO O| Dec 13 23:50:50.252 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82762024-12-13T23:50:51.889Z[ recovery-image] Dec 13 23:50:50.274 INFO O| Dec 13 23:50:50.274 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82772024-12-13T23:50:51.889Z[ recovery-image] Dec 13 23:50:50.275 INFO O| Dec 13 23:50:50.274 INFO copying /tmp/.tmpwfH0qP/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82782024-12-13T23:50:51.940Z[ recovery-image] Dec 13 23:50:50.324 INFO O| Dec 13 23:50:50.324 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82792024-12-13T23:50:51.940Z[ recovery-image] Dec 13 23:50:50.324 INFO O| Dec 13 23:50:50.324 INFO ok!
82802024-12-13T23:50:51.940Z[ recovery-image] Dec 13 23:50:50.324 INFO O| Dec 13 23:50:50.324 INFO STEP 46 (ensure_file) COMPLETE
82812024-12-13T23:50:51.940Z[ recovery-image] Dec 13 23:50:50.324 INFO O| Dec 13 23:50:50.324 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82822024-12-13T23:50:51.961Z[ recovery-image] Dec 13 23:50:50.346 INFO O| Dec 13 23:50:50.346 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82832024-12-13T23:50:51.961Z[ recovery-image] Dec 13 23:50:50.346 INFO O| Dec 13 23:50:50.346 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82842024-12-13T23:50:51.961Z[ recovery-image] Dec 13 23:50:50.346 INFO O| Dec 13 23:50:50.346 INFO STEP 47 (ensure_dir) COMPLETE
82852024-12-13T23:50:51.963Z[ recovery-image] Dec 13 23:50:50.346 INFO O| Dec 13 23:50:50.346 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82862024-12-13T23:50:51.979Z[ recovery-image] Dec 13 23:50:50.364 INFO O| Dec 13 23:50:50.364 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82872024-12-13T23:50:51.979Z[ recovery-image] Dec 13 23:50:50.364 INFO O| Dec 13 23:50:50.364 INFO copying /tmp/.tmpwfH0qP/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82882024-12-13T23:50:51.979Z[ recovery-image] Dec 13 23:50:50.364 INFO O| Dec 13 23:50:50.364 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82892024-12-13T23:50:51.979Z[ recovery-image] Dec 13 23:50:50.364 INFO O| Dec 13 23:50:50.364 INFO ok!
82902024-12-13T23:50:51.982Z[ recovery-image] Dec 13 23:50:50.364 INFO O| Dec 13 23:50:50.364 INFO STEP 48 (ensure_file) COMPLETE
82912024-12-13T23:50:51.982Z[ recovery-image] Dec 13 23:50:50.364 INFO O| Dec 13 23:50:50.364 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82922024-12-13T23:50:52.016Z[ recovery-image] Dec 13 23:50:50.401 INFO O| Dec 13 23:50:50.401 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82932024-12-13T23:50:52.019Z[ recovery-image] Dec 13 23:50:50.402 INFO O| Dec 13 23:50:50.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82942024-12-13T23:50:52.019Z[ recovery-image] Dec 13 23:50:50.402 INFO O| Dec 13 23:50:50.402 INFO STEP 49 (ensure_dir) COMPLETE
82952024-12-13T23:50:52.019Z[ recovery-image] Dec 13 23:50:50.402 INFO O| Dec 13 23:50:50.402 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82962024-12-13T23:50:52.035Z[ recovery-image] Dec 13 23:50:50.420 INFO O| Dec 13 23:50:50.420 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82972024-12-13T23:50:52.035Z[ recovery-image] Dec 13 23:50:50.420 INFO O| Dec 13 23:50:50.420 INFO copying /tmp/.tmpwfH0qP/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82982024-12-13T23:50:52.057Z[ recovery-image] Dec 13 23:50:50.442 INFO O| Dec 13 23:50:50.442 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82992024-12-13T23:50:52.057Z[ recovery-image] Dec 13 23:50:50.442 INFO O| Dec 13 23:50:50.442 INFO ok!
83002024-12-13T23:50:52.057Z[ recovery-image] Dec 13 23:50:50.442 INFO O| Dec 13 23:50:50.442 INFO STEP 50 (ensure_file) COMPLETE
83012024-12-13T23:50:52.060Z[ recovery-image] Dec 13 23:50:50.442 INFO O| Dec 13 23:50:50.442 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83022024-12-13T23:50:52.077Z[ recovery-image] Dec 13 23:50:50.462 INFO O| Dec 13 23:50:50.462 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
83032024-12-13T23:50:52.077Z[ recovery-image] Dec 13 23:50:50.462 INFO O| Dec 13 23:50:50.462 INFO copying /tmp/.tmpwfH0qP/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
83042024-12-13T23:50:54.107Z[ recovery-image] Dec 13 23:50:52.492 INFO O| Dec 13 23:50:52.491 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
83052024-12-13T23:50:54.107Z[ recovery-image] Dec 13 23:50:52.492 INFO O| Dec 13 23:50:52.492 INFO ok!
83062024-12-13T23:50:54.107Z[ recovery-image] Dec 13 23:50:52.492 INFO O| Dec 13 23:50:52.492 INFO STEP 51 (ensure_file) COMPLETE
83072024-12-13T23:50:54.107Z[ recovery-image] Dec 13 23:50:52.492 INFO O| Dec 13 23:50:52.492 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83082024-12-13T23:50:54.126Z[ recovery-image] Dec 13 23:50:52.510 INFO O| Dec 13 23:50:52.510 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83092024-12-13T23:50:54.126Z[ recovery-image] Dec 13 23:50:52.511 INFO O| Dec 13 23:50:52.511 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83102024-12-13T23:50:54.129Z[ recovery-image] Dec 13 23:50:52.511 INFO O| Dec 13 23:50:52.511 INFO STEP 52 (ensure_dir) COMPLETE
83112024-12-13T23:50:54.129Z[ recovery-image] Dec 13 23:50:52.511 INFO O| Dec 13 23:50:52.511 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83122024-12-13T23:50:54.162Z[ recovery-image] Dec 13 23:50:52.546 INFO O| Dec 13 23:50:52.546 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83132024-12-13T23:50:54.162Z[ recovery-image] Dec 13 23:50:52.547 INFO O| Dec 13 23:50:52.546 INFO copying /tmp/.tmpwfH0qP/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 ...
83142024-12-13T23:50:54.162Z[ recovery-image] Dec 13 23:50:52.547 INFO O| Dec 13 23:50:52.547 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
83152024-12-13T23:50:54.165Z[ recovery-image] Dec 13 23:50:52.547 INFO O| Dec 13 23:50:52.547 INFO ok!
83162024-12-13T23:50:54.165Z[ recovery-image] Dec 13 23:50:52.547 INFO O| Dec 13 23:50:52.547 INFO STEP 53 (ensure_file) COMPLETE
83172024-12-13T23:50:54.165Z[ recovery-image] Dec 13 23:50:52.547 INFO O| Dec 13 23:50:52.547 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83182024-12-13T23:50:54.224Z[ recovery-image] Dec 13 23:50:52.608 INFO O| Dec 13 23:50:52.608 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83192024-12-13T23:50:54.224Z[ recovery-image] Dec 13 23:50:52.609 INFO O| Dec 13 23:50:52.608 INFO copying /tmp/.tmpwfH0qP/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 ...
83202024-12-13T23:50:54.224Z[ recovery-image] Dec 13 23:50:52.609 INFO O| Dec 13 23:50:52.609 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
83212024-12-13T23:50:54.227Z[ recovery-image] Dec 13 23:50:52.609 INFO O| Dec 13 23:50:52.609 INFO ok!
83222024-12-13T23:50:54.227Z[ recovery-image] Dec 13 23:50:52.609 INFO O| Dec 13 23:50:52.609 INFO STEP 54 (ensure_file) COMPLETE
83232024-12-13T23:50:54.227Z[ recovery-image] Dec 13 23:50:52.609 INFO O| Dec 13 23:50:52.609 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83242024-12-13T23:50:54.281Z[ recovery-image] Dec 13 23:50:52.666 INFO O| Dec 13 23:50:52.666 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83252024-12-13T23:50:54.281Z[ recovery-image] Dec 13 23:50:52.666 INFO O| Dec 13 23:50:52.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83262024-12-13T23:50:54.281Z[ recovery-image] Dec 13 23:50:52.666 INFO O| Dec 13 23:50:52.666 INFO STEP 55 (ensure_dir) COMPLETE
83272024-12-13T23:50:54.284Z[ recovery-image] Dec 13 23:50:52.666 INFO O| Dec 13 23:50:52.666 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83282024-12-13T23:50:54.300Z[ recovery-image] Dec 13 23:50:52.685 INFO O| Dec 13 23:50:52.685 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83292024-12-13T23:50:54.300Z[ recovery-image] Dec 13 23:50:52.685 INFO O| Dec 13 23:50:52.685 INFO copying /tmp/.tmpwfH0qP/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 ...
83302024-12-13T23:50:54.300Z[ recovery-image] Dec 13 23:50:52.685 INFO O| Dec 13 23:50:52.685 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83312024-12-13T23:50:54.303Z[ recovery-image] Dec 13 23:50:52.685 INFO O| Dec 13 23:50:52.685 INFO ok!
83322024-12-13T23:50:54.303Z[ recovery-image] Dec 13 23:50:52.685 INFO O| Dec 13 23:50:52.685 INFO STEP 56 (ensure_file) COMPLETE
83332024-12-13T23:50:54.303Z[ recovery-image] Dec 13 23:50:52.685 INFO O| Dec 13 23:50:52.685 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83342024-12-13T23:50:54.334Z[ recovery-image] Dec 13 23:50:52.718 INFO O| Dec 13 23:50:52.718 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83352024-12-13T23:50:54.334Z[ recovery-image] Dec 13 23:50:52.718 INFO O| Dec 13 23:50:52.718 INFO copying /tmp/.tmpwfH0qP/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 ...
83362024-12-13T23:50:54.334Z[ recovery-image] Dec 13 23:50:52.718 INFO O| Dec 13 23:50:52.718 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
83372024-12-13T23:50:54.334Z[ recovery-image] Dec 13 23:50:52.718 INFO O| Dec 13 23:50:52.718 INFO ok!
83382024-12-13T23:50:54.337Z[ recovery-image] Dec 13 23:50:52.718 INFO O| Dec 13 23:50:52.718 INFO STEP 57 (ensure_file) COMPLETE
83392024-12-13T23:50:54.337Z[ recovery-image] Dec 13 23:50:52.718 INFO O| Dec 13 23:50:52.718 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83402024-12-13T23:50:54.355Z[ recovery-image] Dec 13 23:50:52.739 INFO O| Dec 13 23:50:52.739 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83412024-12-13T23:50:54.355Z[ recovery-image] Dec 13 23:50:52.739 INFO O| Dec 13 23:50:52.739 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83422024-12-13T23:50:54.355Z[ recovery-image] Dec 13 23:50:52.740 INFO O| Dec 13 23:50:52.739 INFO STEP 58 (ensure_dir) COMPLETE
83432024-12-13T23:50:54.355Z[ recovery-image] Dec 13 23:50:52.740 INFO O| Dec 13 23:50:52.739 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83442024-12-13T23:50:54.374Z[ recovery-image] Dec 13 23:50:52.759 INFO O| Dec 13 23:50:52.759 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83452024-12-13T23:50:54.374Z[ recovery-image] Dec 13 23:50:52.759 INFO O| Dec 13 23:50:52.759 INFO copying /tmp/.tmpwfH0qP/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 ...
83462024-12-13T23:50:54.374Z[ recovery-image] Dec 13 23:50:52.759 INFO O| Dec 13 23:50:52.759 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83472024-12-13T23:50:54.375Z[ recovery-image] Dec 13 23:50:52.759 INFO O| Dec 13 23:50:52.759 INFO ok!
83482024-12-13T23:50:54.378Z[ recovery-image] Dec 13 23:50:52.759 INFO O| Dec 13 23:50:52.759 INFO STEP 59 (ensure_file) COMPLETE
83492024-12-13T23:50:54.378Z[ recovery-image] Dec 13 23:50:52.759 INFO O| Dec 13 23:50:52.759 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83502024-12-13T23:50:54.412Z[ recovery-image] Dec 13 23:50:52.797 INFO O| Dec 13 23:50:52.797 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83512024-12-13T23:50:54.412Z[ recovery-image] Dec 13 23:50:52.797 INFO O| Dec 13 23:50:52.797 INFO copying /tmp/.tmpwfH0qP/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83522024-12-13T23:50:54.415Z[ recovery-image] Dec 13 23:50:52.797 INFO O| Dec 13 23:50:52.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83532024-12-13T23:50:54.415Z[ recovery-image] Dec 13 23:50:52.797 INFO O| Dec 13 23:50:52.797 INFO ok!
83542024-12-13T23:50:54.415Z[ recovery-image] Dec 13 23:50:52.797 INFO O| Dec 13 23:50:52.797 INFO STEP 60 (ensure_file) COMPLETE
83552024-12-13T23:50:54.415Z[ recovery-image] Dec 13 23:50:52.797 INFO O| Dec 13 23:50:52.797 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83562024-12-13T23:50:54.444Z[ recovery-image] Dec 13 23:50:52.829 INFO O| Dec 13 23:50:52.829 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83572024-12-13T23:50:54.444Z[ recovery-image] Dec 13 23:50:52.829 INFO O| Dec 13 23:50:52.829 INFO STEP 61 (ensure_dir) COMPLETE
83582024-12-13T23:50:54.447Z[ recovery-image] Dec 13 23:50:52.829 INFO O| Dec 13 23:50:52.829 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83592024-12-13T23:50:54.492Z[ recovery-image] Dec 13 23:50:52.877 INFO O| Dec 13 23:50:52.877 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83602024-12-13T23:50:54.492Z[ recovery-image] Dec 13 23:50:52.877 INFO O| Dec 13 23:50:52.877 INFO STEP 62 (ensure_dir) COMPLETE
83612024-12-13T23:50:54.496Z[ recovery-image] Dec 13 23:50:52.877 INFO O| Dec 13 23:50:52.877 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83622024-12-13T23:50:54.515Z[ recovery-image] Dec 13 23:50:52.899 INFO O| Dec 13 23:50:52.899 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83632024-12-13T23:50:54.515Z[ recovery-image] Dec 13 23:50:52.899 INFO O| Dec 13 23:50:52.899 INFO STEP 63 (ensure_dir) COMPLETE
83642024-12-13T23:50:54.518Z[ recovery-image] Dec 13 23:50:52.899 INFO O| Dec 13 23:50:52.899 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83652024-12-13T23:50:54.557Z[ recovery-image] Dec 13 23:50:52.942 INFO O| Dec 13 23:50:52.942 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83662024-12-13T23:50:54.557Z[ recovery-image] Dec 13 23:50:52.942 INFO O| Dec 13 23:50:52.942 INFO STEP 64 (ensure_dir) COMPLETE
83672024-12-13T23:50:54.560Z[ recovery-image] Dec 13 23:50:52.942 INFO O| Dec 13 23:50:52.942 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83682024-12-13T23:50:54.596Z[ recovery-image] Dec 13 23:50:52.980 INFO O| Dec 13 23:50:52.980 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83692024-12-13T23:50:54.596Z[ recovery-image] Dec 13 23:50:52.980 INFO O| Dec 13 23:50:52.980 INFO copying /tmp/.tmpwfH0qP/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83702024-12-13T23:50:54.598Z[ recovery-image] Dec 13 23:50:52.980 INFO O| Dec 13 23:50:52.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83712024-12-13T23:50:54.598Z[ recovery-image] Dec 13 23:50:52.980 INFO O| Dec 13 23:50:52.980 INFO ok!
83722024-12-13T23:50:54.598Z[ recovery-image] Dec 13 23:50:52.981 INFO O| Dec 13 23:50:52.980 INFO STEP 65 (ensure_file) COMPLETE
83732024-12-13T23:50:54.598Z[ recovery-image] Dec 13 23:50:52.981 INFO O| Dec 13 23:50:52.981 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83742024-12-13T23:50:54.616Z[ recovery-image] Dec 13 23:50:53.001 INFO O| Dec 13 23:50:53.000 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83752024-12-13T23:50:54.619Z[ recovery-image] Dec 13 23:50:53.001 INFO O| Dec 13 23:50:53.001 INFO STEP 66 (remove_files) COMPLETE
83762024-12-13T23:50:54.619Z[ recovery-image] Dec 13 23:50:53.001 INFO O| Dec 13 23:50:53.001 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83772024-12-13T23:50:54.672Z[ recovery-image] Dec 13 23:50:53.057 INFO O| Dec 13 23:50:53.057 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83782024-12-13T23:50:54.675Z[ recovery-image] Dec 13 23:50:53.057 INFO O| Dec 13 23:50:53.057 INFO STEP 67 (remove_files) COMPLETE
83792024-12-13T23:50:54.675Z[ recovery-image] Dec 13 23:50:53.057 INFO O| Dec 13 23:50:53.057 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83802024-12-13T23:50:54.693Z[ recovery-image] Dec 13 23:50:53.078 INFO O| Dec 13 23:50:53.078 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83812024-12-13T23:50:54.695Z[ recovery-image] Dec 13 23:50:53.078 INFO O| Dec 13 23:50:53.078 INFO STEP 68 (remove_files) COMPLETE
83822024-12-13T23:50:54.695Z[ recovery-image] Dec 13 23:50:53.078 INFO O| Dec 13 23:50:53.078 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83832024-12-13T23:50:54.745Z[ recovery-image] Dec 13 23:50:53.129 INFO O| Dec 13 23:50:53.129 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83842024-12-13T23:50:54.747Z[ recovery-image] Dec 13 23:50:53.130 INFO O| Dec 13 23:50:53.130 INFO STEP 69 (remove_files) COMPLETE
83852024-12-13T23:50:54.747Z[ recovery-image] Dec 13 23:50:53.130 INFO O| Dec 13 23:50:53.130 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83862024-12-13T23:50:54.773Z[ recovery-image] Dec 13 23:50:53.158 INFO O| Dec 13 23:50:53.157 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83872024-12-13T23:50:54.773Z[ recovery-image] Dec 13 23:50:53.158 INFO O| Dec 13 23:50:53.158 INFO STEP 70 (remove_files) COMPLETE
83882024-12-13T23:50:54.776Z[ recovery-image] Dec 13 23:50:53.158 INFO O| Dec 13 23:50:53.158 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83892024-12-13T23:50:54.812Z[ recovery-image] Dec 13 23:50:53.197 INFO O| Dec 13 23:50:53.197 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83902024-12-13T23:50:54.815Z[ recovery-image] Dec 13 23:50:53.197 INFO O| Dec 13 23:50:53.197 INFO STEP 71 (remove_files) COMPLETE
83912024-12-13T23:50:54.815Z[ recovery-image] Dec 13 23:50:53.197 INFO O| Dec 13 23:50:53.197 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83922024-12-13T23:50:54.851Z[ recovery-image] Dec 13 23:50:53.235 INFO O| Dec 13 23:50:53.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83932024-12-13T23:50:54.851Z[ recovery-image] Dec 13 23:50:53.236 INFO O| Dec 13 23:50:53.236 INFO STEP 72 (remove_files) COMPLETE
83942024-12-13T23:50:54.851Z[ recovery-image] Dec 13 23:50:53.236 INFO O| Dec 13 23:50:53.236 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83952024-12-13T23:50:54.955Z[ recovery-image] Dec 13 23:50:53.340 INFO O| Dec 13 23:50:53.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83962024-12-13T23:50:54.957Z[ recovery-image] Dec 13 23:50:53.340 INFO O| Dec 13 23:50:53.340 INFO STEP 73 (remove_files) COMPLETE
83972024-12-13T23:50:54.958Z[ recovery-image] Dec 13 23:50:53.340 INFO O| Dec 13 23:50:53.340 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83982024-12-13T23:50:54.977Z[ recovery-image] Dec 13 23:50:53.362 INFO O| Dec 13 23:50:53.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83992024-12-13T23:50:54.980Z[ recovery-image] Dec 13 23:50:53.362 INFO O| Dec 13 23:50:53.362 INFO STEP 74 (remove_files) COMPLETE
84002024-12-13T23:50:54.980Z[ recovery-image] Dec 13 23:50:53.362 INFO O| Dec 13 23:50:53.362 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84012024-12-13T23:50:54.997Z[ recovery-image] Dec 13 23:50:53.382 INFO O| Dec 13 23:50:53.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
84022024-12-13T23:50:55.000Z[ recovery-image] Dec 13 23:50:53.382 INFO O| Dec 13 23:50:53.382 INFO STEP 75 (remove_files) COMPLETE
84032024-12-13T23:50:55.000Z[ recovery-image] Dec 13 23:50:53.382 INFO O| Dec 13 23:50:53.382 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84042024-12-13T23:50:55.017Z[ recovery-image] Dec 13 23:50:53.402 INFO O| Dec 13 23:50:53.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
84052024-12-13T23:50:55.020Z[ recovery-image] Dec 13 23:50:53.402 INFO O| Dec 13 23:50:53.402 INFO STEP 76 (remove_files) COMPLETE
84062024-12-13T23:50:55.020Z[ recovery-image] Dec 13 23:50:53.402 INFO O| Dec 13 23:50:53.402 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84072024-12-13T23:50:55.051Z[ recovery-image] Dec 13 23:50:53.435 INFO O| Dec 13 23:50:53.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84082024-12-13T23:50:55.053Z[ recovery-image] Dec 13 23:50:53.435 INFO O| Dec 13 23:50:53.435 INFO STEP 77 (remove_files) COMPLETE
84092024-12-13T23:50:55.053Z[ recovery-image] Dec 13 23:50:53.436 INFO O| Dec 13 23:50:53.435 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84102024-12-13T23:50:55.069Z[ recovery-image] Dec 13 23:50:53.454 INFO O| Dec 13 23:50:53.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84112024-12-13T23:50:55.072Z[ recovery-image] Dec 13 23:50:53.454 INFO O| Dec 13 23:50:53.454 INFO STEP 78 (remove_files) COMPLETE
84122024-12-13T23:50:55.072Z[ recovery-image] Dec 13 23:50:53.454 INFO O| Dec 13 23:50:53.454 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84132024-12-13T23:50:55.087Z[ recovery-image] Dec 13 23:50:53.472 INFO O| Dec 13 23:50:53.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84142024-12-13T23:50:55.090Z[ recovery-image] Dec 13 23:50:53.472 INFO O| Dec 13 23:50:53.472 INFO STEP 79 (remove_files) COMPLETE
84152024-12-13T23:50:55.090Z[ recovery-image] Dec 13 23:50:53.473 INFO O| Dec 13 23:50:53.472 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84162024-12-13T23:50:55.107Z[ recovery-image] Dec 13 23:50:53.491 INFO O| Dec 13 23:50:53.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84172024-12-13T23:50:55.107Z[ recovery-image] Dec 13 23:50:53.492 INFO O| Dec 13 23:50:53.491 INFO STEP 80 (remove_files) COMPLETE
84182024-12-13T23:50:55.109Z[ recovery-image] Dec 13 23:50:53.492 INFO O| Dec 13 23:50:53.492 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84192024-12-13T23:50:55.126Z[ recovery-image] Dec 13 23:50:53.511 INFO O| Dec 13 23:50:53.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84202024-12-13T23:50:55.129Z[ recovery-image] Dec 13 23:50:53.511 INFO O| Dec 13 23:50:53.511 INFO STEP 81 (remove_files) COMPLETE
84212024-12-13T23:50:55.129Z[ recovery-image] Dec 13 23:50:53.511 INFO O| Dec 13 23:50:53.511 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84222024-12-13T23:50:55.160Z[ recovery-image] Dec 13 23:50:53.545 INFO O| Dec 13 23:50:53.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84232024-12-13T23:50:55.164Z[ recovery-image] Dec 13 23:50:53.546 INFO O| Dec 13 23:50:53.545 INFO STEP 82 (remove_files) COMPLETE
84242024-12-13T23:50:55.164Z[ recovery-image] Dec 13 23:50:53.546 INFO O| Dec 13 23:50:53.546 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84252024-12-13T23:50:55.183Z[ recovery-image] Dec 13 23:50:53.568 INFO O| Dec 13 23:50:53.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84262024-12-13T23:50:55.184Z[ recovery-image] Dec 13 23:50:53.568 INFO O| Dec 13 23:50:53.568 INFO STEP 83 (remove_files) COMPLETE
84272024-12-13T23:50:55.184Z[ recovery-image] Dec 13 23:50:53.568 INFO O| Dec 13 23:50:53.568 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84282024-12-13T23:50:55.202Z[ recovery-image] Dec 13 23:50:53.587 INFO O| Dec 13 23:50:53.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84292024-12-13T23:50:55.202Z[ recovery-image] Dec 13 23:50:53.587 INFO O| Dec 13 23:50:53.587 INFO STEP 84 (remove_files) COMPLETE
84302024-12-13T23:50:55.202Z[ recovery-image] Dec 13 23:50:53.587 INFO O| Dec 13 23:50:53.587 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84312024-12-13T23:50:55.231Z[ recovery-image] Dec 13 23:50:53.607 INFO O| Dec 13 23:50:53.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84322024-12-13T23:50:55.231Z[ recovery-image] Dec 13 23:50:53.607 INFO O| Dec 13 23:50:53.607 INFO STEP 85 (remove_files) COMPLETE
84332024-12-13T23:50:55.231Z[ recovery-image] Dec 13 23:50:53.607 INFO O| Dec 13 23:50:53.607 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84342024-12-13T23:50:55.243Z[ recovery-image] Dec 13 23:50:53.628 INFO O| Dec 13 23:50:53.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84352024-12-13T23:50:55.246Z[ recovery-image] Dec 13 23:50:53.628 INFO O| Dec 13 23:50:53.628 INFO STEP 86 (remove_files) COMPLETE
84362024-12-13T23:50:55.246Z[ recovery-image] Dec 13 23:50:53.629 INFO O| Dec 13 23:50:53.629 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84372024-12-13T23:50:55.261Z[ recovery-image] Dec 13 23:50:53.646 INFO O| Dec 13 23:50:53.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84382024-12-13T23:50:55.264Z[ recovery-image] Dec 13 23:50:53.646 INFO O| Dec 13 23:50:53.646 INFO STEP 87 (remove_files) COMPLETE
84392024-12-13T23:50:55.264Z[ recovery-image] Dec 13 23:50:53.646 INFO O| Dec 13 23:50:53.646 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84402024-12-13T23:50:55.278Z[ recovery-image] Dec 13 23:50:53.663 INFO O| Dec 13 23:50:53.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84412024-12-13T23:50:55.281Z[ recovery-image] Dec 13 23:50:53.663 INFO O| Dec 13 23:50:53.663 INFO STEP 88 (remove_files) COMPLETE
84422024-12-13T23:50:55.281Z[ recovery-image] Dec 13 23:50:53.663 INFO O| Dec 13 23:50:53.663 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84432024-12-13T23:50:55.296Z[ recovery-image] Dec 13 23:50:53.680 INFO O| Dec 13 23:50:53.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84442024-12-13T23:50:55.299Z[ recovery-image] Dec 13 23:50:53.680 INFO O| Dec 13 23:50:53.680 INFO STEP 89 (remove_files) COMPLETE
84452024-12-13T23:50:55.299Z[ recovery-image] Dec 13 23:50:53.680 INFO O| Dec 13 23:50:53.680 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84462024-12-13T23:50:55.314Z[ recovery-image] Dec 13 23:50:53.699 INFO O| Dec 13 23:50:53.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84472024-12-13T23:50:55.317Z[ recovery-image] Dec 13 23:50:53.699 INFO O| Dec 13 23:50:53.699 INFO STEP 90 (remove_files) COMPLETE
84482024-12-13T23:50:55.317Z[ recovery-image] Dec 13 23:50:53.699 INFO O| Dec 13 23:50:53.699 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84492024-12-13T23:50:55.334Z[ recovery-image] Dec 13 23:50:53.719 INFO O| Dec 13 23:50:53.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84502024-12-13T23:50:55.337Z[ recovery-image] Dec 13 23:50:53.719 INFO O| Dec 13 23:50:53.719 INFO STEP 91 (remove_files) COMPLETE
84512024-12-13T23:50:55.337Z[ recovery-image] Dec 13 23:50:53.720 INFO O| Dec 13 23:50:53.720 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84522024-12-13T23:50:55.354Z[ recovery-image] Dec 13 23:50:53.739 INFO O| Dec 13 23:50:53.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84532024-12-13T23:50:55.357Z[ recovery-image] Dec 13 23:50:53.739 INFO O| Dec 13 23:50:53.739 INFO STEP 92 (remove_files) COMPLETE
84542024-12-13T23:50:55.357Z[ recovery-image] Dec 13 23:50:53.740 INFO O| Dec 13 23:50:53.740 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84552024-12-13T23:50:55.375Z[ recovery-image] Dec 13 23:50:53.759 INFO O| Dec 13 23:50:53.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84562024-12-13T23:50:55.377Z[ recovery-image] Dec 13 23:50:53.760 INFO O| Dec 13 23:50:53.759 INFO STEP 93 (remove_files) COMPLETE
84572024-12-13T23:50:55.377Z[ recovery-image] Dec 13 23:50:53.760 INFO O| Dec 13 23:50:53.760 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84582024-12-13T23:50:55.396Z[ recovery-image] Dec 13 23:50:53.780 INFO O| Dec 13 23:50:53.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84592024-12-13T23:50:55.398Z[ recovery-image] Dec 13 23:50:53.780 INFO O| Dec 13 23:50:53.780 INFO STEP 94 (remove_files) COMPLETE
84602024-12-13T23:50:55.398Z[ recovery-image] Dec 13 23:50:53.781 INFO O| Dec 13 23:50:53.781 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84612024-12-13T23:50:55.427Z[ recovery-image] Dec 13 23:50:53.811 INFO O| Dec 13 23:50:53.811 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84622024-12-13T23:50:55.429Z[ recovery-image] Dec 13 23:50:53.812 INFO O| Dec 13 23:50:53.812 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
84632024-12-13T23:51:05.760Z[ recovery-image] Dec 13 23:51:04.143 INFO O| Dec 13 23:51:04.142 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
84642024-12-13T23:51:05.760Z[ recovery-image] Dec 13 23:51:04.143 INFO O| Dec 13 23:51:04.143 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84652024-12-13T23:51:05.777Z[ recovery-image] Dec 13 23:51:04.160 INFO O| Dec 13 23:51:04.160 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
84662024-12-13T23:51:05.914Z[ recovery-image] Dec 13 23:51:04.292 INFO O| Dec 13 23:51:04.292 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84672024-12-13T23:51:05.914Z[ recovery-image] Dec 13 23:51:04.293 INFO O| Dec 13 23:51:04.292 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 ...
84682024-12-13T23:51:05.914Z[ recovery-image] Dec 13 23:51:04.295 INFO O| Dec 13 23:51:04.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84692024-12-13T23:51:05.914Z[ recovery-image] Dec 13 23:51:04.295 INFO O| Dec 13 23:51:04.295 INFO ok!
84702024-12-13T23:51:05.914Z[ recovery-image] Dec 13 23:51:04.295 INFO O| Dec 13 23:51:04.295 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84712024-12-13T23:51:05.914Z[ recovery-image] Dec 13 23:51:04.295 INFO O| Dec 13 23:51:04.295 INFO STEP 95 (seed_smf) COMPLETE
84722024-12-13T23:51:05.914Z[ recovery-image] Dec 13 23:51:04.295 INFO O| Dec 13 23:51:04.295 INFO steps complete; finalising image!
84732024-12-13T23:51:05.914Z[ recovery-image] Dec 13 23:51:04.295 INFO O| Dec 13 23:51:04.295 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84742024-12-13T23:51:05.997Z[ recovery-image] Dec 13 23:51:04.381 INFO O| Dec 13 23:51:04.380 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Dec 13 23:51:04 2024)
84752024-12-13T23:51:06.208Z[ recovery-image] Dec 13 23:51:04.591 INFO O| Dec 13 23:51:04.591 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Fri Dec 13 23:51:04 2024)
84762024-12-13T23:51:06.484Z[ recovery-image] Dec 13 23:51:04.866 INFO O| Dec 13 23:51:04.866 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
84772024-12-13T23:51:06.484Z[ recovery-image] Dec 13 23:51:04.866 INFO O| Dec 13 23:51:04.866 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84782024-12-13T23:51:07.141Z[ recovery-image] Dec 13 23:51:05.524 INFO O| Dec 13 23:51:05.524 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
84792024-12-13T23:51:07.141Z[ recovery-image] Dec 13 23:51:05.524 INFO O| Dec 13 23:51:05.524 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84802024-12-13T23:51:13.079Z[ recovery-image] Dec 13 23:51:11.461 INFO O| Dec 13 23:51:11.461 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84812024-12-13T23:51:13.080Z[ recovery-image] Dec 13 23:51:11.461 INFO O| Dec 13 23:51:11.461 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84822024-12-13T23:51:13.084Z[ recovery-image] Dec 13 23:51:11.461 INFO O| Dec 13 23:51:11.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84832024-12-13T23:51:13.084Z[ recovery-image] Dec 13 23:51:11.461 INFO O| Dec 13 23:51:11.461 INFO completed processing gimlet/zfs-recovery
84842024-12-13T23:51:13.084Z[ recovery-image] Dec 13 23:51:11.462 INFO O| Dec 13 23:51:11.462 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84852024-12-13T23:51:13.523Z[ recovery-image] Dec 13 23:51:11.905 INFO O| Dec 13 23:51:11.905 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84862024-12-13T23:51:13.701Z[ recovery-image] Dec 13 23:51:12.083 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
84872024-12-13T23:51:13.703Z[ recovery-image] Dec 13 23:51:12.083 INFO expanded image name: "recovery 6503968/${os_short_commit} 2024-12-13 23:21" -> "recovery 6503968/92ea229 2024-12-13 23:21"
84882024-12-13T23:51:13.703Z[ recovery-image] Dec 13 23:51:12.084 INFO output artefacts stored in: "/work/os-recovery"
84892024-12-13T23:51:13.703Z[ recovery-image] Dec 13 23:51:12.085 INFO collecting git info from project "image-builder"...
84902024-12-13T23:51:13.738Z[ recovery-image] Dec 13 23:51:12.120 INFO collecting git info from project "pilot"...
84912024-12-13T23:51:13.769Z[ recovery-image] Dec 13 23:51:12.151 INFO collecting git info from project "amd-firmware"...
84922024-12-13T23:51:14.400Z[ recovery-image] Dec 13 23:51:12.780 INFO collecting git info from project "bootserver"...
84932024-12-13T23:51:14.410Z[ recovery-image] Dec 13 23:51:12.790 INFO collecting git info from project "phbl"...
84942024-12-13T23:51:14.420Z[ recovery-image] Dec 13 23:51:12.800 INFO collecting git info from project "amd-host-image-builder"...
84952024-12-13T23:51:14.902Z[ recovery-image] Dec 13 23:51:13.284 INFO collecting git info from project "pinprick"...
84962024-12-13T23:51:14.911Z[ recovery-image] Dec 13 23:51:13.293 INFO collecting git info from project "chelsio-t6-roms"...
84972024-12-13T23:51:14.946Z[ recovery-image] Dec 13 23:51:13.327 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84982024-12-13T23:51:15.916Z[ recovery-image] Dec 13 23:51:14.297 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84992024-12-13T23:51:16.697Z[ recovery-image] Dec 13 23:51:15.079 INFO creating Oxide boot image...
85002024-12-13T23:51:16.697Z[ recovery-image] Dec 13 23:51:15.079 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 6503968/92ea229 2024-12-13 23:21", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
85012024-12-13T23:52:13.058Z[ host-image] Dec 13 23:52:11.430 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23049:20241204T192600Z
85022024-12-13T23:52:13.058Z[ host-image] Dec 13 23:52:11.431 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23049:20241204T192600Z
85032024-12-13T23:52:13.061Z[ host-image] Dec 13 23:52:11.431 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
85042024-12-13T23:52:13.061Z[ host-image] Dec 13 23:52:11.431 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
85052024-12-13T23:52:13.061Z[ host-image] Dec 13 23:52:11.431 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
85062024-12-13T23:52:13.061Z[ host-image] Dec 13 23:52:11.431 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
85072024-12-13T23:52:13.061Z[ host-image] Dec 13 23:52:11.433 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85082024-12-13T23:52:13.061Z[ host-image] Dec 13 23:52:11.433 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85092024-12-13T23:52:13.061Z[ host-image] Dec 13 23:52:11.433 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85102024-12-13T23:52:13.061Z[ host-image] Dec 13 23:52:11.433 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85112024-12-13T23:52:13.061Z[ host-image] Dec 13 23:52:11.433 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23049:20241204T192601Z
85122024-12-13T23:52:13.064Z[ host-image] Dec 13 23:52:11.436 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23049:20241204T192601Z
85132024-12-13T23:52:13.067Z[ host-image] Dec 13 23:52:11.437 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23049:20241204T192601Z
85142024-12-13T23:52:13.067Z[ host-image] Dec 13 23:52:11.438 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23049:20241204T192602Z
85152024-12-13T23:52:13.067Z[ host-image] Dec 13 23:52:11.438 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85162024-12-13T23:52:13.067Z[ host-image] Dec 13 23:52:11.439 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23049:20241204T192602Z
85172024-12-13T23:52:13.070Z[ host-image] Dec 13 23:52:11.440 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23049:20241204T192602Z
85182024-12-13T23:52:13.070Z[ host-image] Dec 13 23:52:11.440 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23049:20241204T192602Z
85192024-12-13T23:52:13.070Z[ host-image] Dec 13 23:52:11.440 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23049:20241204T192602Z
85202024-12-13T23:52:13.070Z[ host-image] Dec 13 23:52:11.440 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23049:20241204T192603Z
85212024-12-13T23:52:13.070Z[ host-image] Dec 13 23:52:11.440 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23049:20241204T192603Z
85222024-12-13T23:52:13.070Z[ host-image] Dec 13 23:52:11.441 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23049:20241204T192603Z
85232024-12-13T23:52:13.070Z[ host-image] Dec 13 23:52:11.441 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23049:20241204T192604Z
85242024-12-13T23:52:13.070Z[ host-image] Dec 13 23:52:11.441 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23049:20241204T192604Z
85252024-12-13T23:52:13.070Z[ host-image] Dec 13 23:52:11.441 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23049:20241204T192604Z
85262024-12-13T23:52:13.070Z[ host-image] Dec 13 23:52:11.442 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23049:20241204T192606Z
85272024-12-13T23:52:13.070Z[ host-image] Dec 13 23:52:11.442 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23049:20241204T192606Z
85282024-12-13T23:52:13.070Z[ host-image] Dec 13 23:52:11.442 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23049:20241204T192607Z
85292024-12-13T23:52:13.070Z[ host-image] Dec 13 23:52:11.442 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23049:20241204T192608Z
85302024-12-13T23:52:13.070Z[ host-image] Dec 13 23:52:11.442 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85312024-12-13T23:52:13.070Z[ host-image] Dec 13 23:52:11.442 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23049:20241204T192609Z
85322024-12-13T23:52:13.071Z[ host-image] Dec 13 23:52:11.442 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23049:20241204T192611Z
85332024-12-13T23:52:13.071Z[ host-image] Dec 13 23:52:11.442 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23049:20241204T192612Z
85342024-12-13T23:52:13.071Z[ host-image] Dec 13 23:52:11.443 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23049:20241204T192613Z
85352024-12-13T23:52:13.074Z[ host-image] Dec 13 23:52:11.444 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23049:20241204T192614Z
85362024-12-13T23:52:13.074Z[ host-image] Dec 13 23:52:11.444 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23049:20241204T192614Z
85372024-12-13T23:52:13.085Z[ host-image] Dec 13 23:52:11.458 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85382024-12-13T23:52:13.085Z[ host-image] Dec 13 23:52:11.458 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23049:20241204T192614Z
85392024-12-13T23:52:13.089Z[ host-image] Dec 13 23:52:11.458 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85402024-12-13T23:52:13.089Z[ host-image] Dec 13 23:52:11.458 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85412024-12-13T23:52:13.089Z[ host-image] Dec 13 23:52:11.459 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85422024-12-13T23:52:13.089Z[ host-image] Dec 13 23:52:11.460 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23049:20241204T192615Z
85432024-12-13T23:52:13.089Z[ host-image] Dec 13 23:52:11.460 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85442024-12-13T23:52:13.089Z[ host-image] Dec 13 23:52:11.460 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85452024-12-13T23:52:13.092Z[ host-image] Dec 13 23:52:11.462 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85462024-12-13T23:52:13.092Z[ host-image] Dec 13 23:52:11.462 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85472024-12-13T23:52:13.113Z[ host-image] Dec 13 23:52:11.486 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85482024-12-13T23:52:13.113Z[ host-image] Dec 13 23:52:11.486 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85492024-12-13T23:52:13.116Z[ host-image] Dec 13 23:52:11.486 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85502024-12-13T23:52:13.116Z[ host-image] Dec 13 23:52:11.487 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85512024-12-13T23:52:13.116Z[ host-image] Dec 13 23:52:11.488 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85522024-12-13T23:52:13.116Z[ host-image] Dec 13 23:52:11.488 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85532024-12-13T23:52:13.179Z[ host-image] Dec 13 23:52:11.552 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85542024-12-13T23:52:13.198Z[ host-image] Dec 13 23:52:11.570 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85552024-12-13T23:52:13.198Z[ host-image] Dec 13 23:52:11.570 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85562024-12-13T23:52:13.201Z[ host-image] Dec 13 23:52:11.572 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23049:20241204T192616Z
85572024-12-13T23:52:13.201Z[ host-image] Dec 13 23:52:11.572 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23049:20241204T192622Z
85582024-12-13T23:52:13.201Z[ host-image] Dec 13 23:52:11.572 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85592024-12-13T23:52:13.201Z[ host-image] Dec 13 23:52:11.572 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23049:20241204T192623Z
85602024-12-13T23:52:13.201Z[ host-image] Dec 13 23:52:11.573 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85612024-12-13T23:52:13.201Z[ host-image] Dec 13 23:52:11.573 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85622024-12-13T23:52:13.202Z[ host-image] Dec 13 23:52:11.573 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85632024-12-13T23:52:13.202Z[ host-image] Dec 13 23:52:11.573 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23049:20241204T192623Z
85642024-12-13T23:52:13.202Z[ host-image] Dec 13 23:52:11.573 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85652024-12-13T23:52:13.208Z[ host-image] Dec 13 23:52:11.581 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85662024-12-13T23:52:13.210Z[ host-image] Dec 13 23:52:11.581 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85672024-12-13T23:52:13.210Z[ host-image] Dec 13 23:52:11.581 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85682024-12-13T23:52:13.210Z[ host-image] Dec 13 23:52:11.582 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23049:20241204T192623Z
85692024-12-13T23:52:13.210Z[ host-image] Dec 13 23:52:11.582 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85702024-12-13T23:52:13.233Z[ host-image] Dec 13 23:52:11.606 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85712024-12-13T23:52:13.236Z[ host-image] Dec 13 23:52:11.606 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23049:20241204T192624Z
85722024-12-13T23:52:13.238Z[ host-image] Dec 13 23:52:11.609 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23049:20241204T192624Z
85732024-12-13T23:52:13.238Z[ host-image] Dec 13 23:52:11.610 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23049:20241204T192624Z
85742024-12-13T23:52:13.238Z[ host-image] Dec 13 23:52:11.610 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85752024-12-13T23:52:13.238Z[ host-image] Dec 13 23:52:11.611 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23049:20241204T192625Z
85762024-12-13T23:52:13.241Z[ host-image] Dec 13 23:52:11.612 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23049:20241204T192625Z
85772024-12-13T23:52:13.241Z[ host-image] Dec 13 23:52:11.612 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23049:20241204T192626Z
85782024-12-13T23:52:13.241Z[ host-image] Dec 13 23:52:11.612 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23049:20241204T192626Z
85792024-12-13T23:52:13.245Z[ host-image] Dec 13 23:52:11.618 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85802024-12-13T23:52:13.249Z[ host-image] Dec 13 23:52:11.618 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23049:20241204T192626Z
85812024-12-13T23:52:13.249Z[ host-image] Dec 13 23:52:11.619 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23049:20241204T192627Z
85822024-12-13T23:52:13.249Z[ host-image] Dec 13 23:52:11.620 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85832024-12-13T23:52:13.249Z[ host-image] Dec 13 23:52:11.620 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23049:20241204T192627Z
85842024-12-13T23:52:13.249Z[ host-image] Dec 13 23:52:11.620 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23049:20241204T192628Z
85852024-12-13T23:52:13.249Z[ host-image] Dec 13 23:52:11.621 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23049:20241204T192628Z
85862024-12-13T23:52:13.249Z[ host-image] Dec 13 23:52:11.621 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23049:20241204T192628Z
85872024-12-13T23:52:13.261Z[ host-image] Dec 13 23:52:11.634 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23049:20241204T192628Z
85882024-12-13T23:52:13.261Z[ host-image] Dec 13 23:52:11.634 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85892024-12-13T23:52:13.264Z[ host-image] Dec 13 23:52:11.637 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23049:20241204T192628Z
85902024-12-13T23:52:13.267Z[ host-image] Dec 13 23:52:11.639 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23049:20241204T192628Z
85912024-12-13T23:52:13.267Z[ host-image] Dec 13 23:52:11.640 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23049:20241204T192628Z
85922024-12-13T23:52:13.270Z[ host-image] Dec 13 23:52:11.640 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23049:20241204T192629Z
85932024-12-13T23:52:13.270Z[ host-image] Dec 13 23:52:11.641 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23049:20241204T192629Z
85942024-12-13T23:52:13.270Z[ host-image] Dec 13 23:52:11.642 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23049:20241204T192629Z
85952024-12-13T23:52:13.288Z[ host-image] Dec 13 23:52:11.661 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23049:20241204T192631Z
85962024-12-13T23:52:13.288Z[ host-image] Dec 13 23:52:11.661 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23049:20241204T192630Z
85972024-12-13T23:52:13.293Z[ host-image] Dec 13 23:52:11.662 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23049:20241204T192630Z
85982024-12-13T23:52:13.293Z[ host-image] Dec 13 23:52:11.663 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23049:20241204T192630Z
85992024-12-13T23:52:13.293Z[ host-image] Dec 13 23:52:11.663 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23049:20241204T192631Z
86002024-12-13T23:52:13.344Z[ host-image] Dec 13 23:52:11.716 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23049:20241204T192633Z
86012024-12-13T23:52:13.344Z[ host-image] Dec 13 23:52:11.716 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23049:20241204T192631Z
86022024-12-13T23:52:13.346Z[ host-image] Dec 13 23:52:11.717 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23049:20241204T192631Z
86032024-12-13T23:52:13.346Z[ host-image] Dec 13 23:52:11.717 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
86042024-12-13T23:52:13.346Z[ host-image] Dec 13 23:52:11.718 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
86052024-12-13T23:52:13.396Z[ host-image] Dec 13 23:52:11.769 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23049:20241204T192631Z
86062024-12-13T23:52:13.399Z[ host-image] Dec 13 23:52:11.769 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
86072024-12-13T23:52:13.399Z[ host-image] Dec 13 23:52:11.769 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23049:20241204T192631Z
86082024-12-13T23:52:13.399Z[ host-image] Dec 13 23:52:11.769 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23049:20241204T192631Z
86092024-12-13T23:52:13.399Z[ host-image] Dec 13 23:52:11.771 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23049:20241204T192632Z
86102024-12-13T23:52:13.399Z[ host-image] Dec 13 23:52:11.772 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86112024-12-13T23:52:13.402Z[ host-image] Dec 13 23:52:11.772 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86122024-12-13T23:52:13.403Z[ host-image] Dec 13 23:52:11.773 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23049:20241204T192633Z
86132024-12-13T23:52:13.403Z[ host-image] Dec 13 23:52:11.773 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23049:20241204T192632Z
86142024-12-13T23:52:13.403Z[ host-image] Dec 13 23:52:11.773 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23049:20241204T192633Z
86152024-12-13T23:52:13.403Z[ host-image] Dec 13 23:52:11.774 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23049:20241204T192633Z
86162024-12-13T23:52:13.403Z[ host-image] Dec 13 23:52:11.774 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23049:20241204T192633Z
86172024-12-13T23:52:13.403Z[ host-image] Dec 13 23:52:11.775 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23049:20241204T192633Z
86182024-12-13T23:52:13.406Z[ host-image] Dec 13 23:52:11.779 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86192024-12-13T23:52:13.409Z[ host-image] Dec 13 23:52:11.779 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23049:20241204T192634Z
86202024-12-13T23:52:13.409Z[ host-image] Dec 13 23:52:11.781 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23049:20241204T192634Z
86212024-12-13T23:52:13.409Z[ host-image] Dec 13 23:52:11.781 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23049:20241204T192634Z
86222024-12-13T23:52:13.410Z[ host-image] Dec 13 23:52:11.782 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23049:20241204T192635Z
86232024-12-13T23:52:13.414Z[ host-image] Dec 13 23:52:11.782 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23049:20241204T192635Z
86242024-12-13T23:52:13.414Z[ host-image] Dec 13 23:52:11.783 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23049:20241204T192635Z
86252024-12-13T23:52:13.414Z[ host-image] Dec 13 23:52:11.783 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86262024-12-13T23:52:13.414Z[ host-image] Dec 13 23:52:11.783 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86272024-12-13T23:52:13.414Z[ host-image] Dec 13 23:52:11.783 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23049:20241204T192637Z
86282024-12-13T23:52:13.414Z[ host-image] Dec 13 23:52:11.784 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23049:20241204T192637Z
86292024-12-13T23:52:13.414Z[ host-image] Dec 13 23:52:11.784 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86302024-12-13T23:52:13.414Z[ host-image] Dec 13 23:52:11.784 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86312024-12-13T23:52:13.414Z[ host-image] Dec 13 23:52:11.784 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86322024-12-13T23:52:13.414Z[ host-image] Dec 13 23:52:11.784 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86332024-12-13T23:52:13.414Z[ host-image] Dec 13 23:52:11.785 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86342024-12-13T23:52:13.414Z[ host-image] Dec 13 23:52:11.786 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86352024-12-13T23:52:13.417Z[ host-image] Dec 13 23:52:11.788 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86362024-12-13T23:52:13.417Z[ host-image] Dec 13 23:52:11.788 INFO O| tempdir @ "/tmp/.tmpq1AMsT/tmp"
86372024-12-13T23:52:13.417Z[ host-image] Dec 13 23:52:11.788 INFO O| image root @ "/tmp/.tmpq1AMsT/tmp/root"
86382024-12-13T23:52:13.417Z[ host-image] Dec 13 23:52:11.788 INFO O| creating image...
86392024-12-13T23:52:14.589Z[ host-image] Dec 13 23:52:12.962 INFO O| copying publishers...
86402024-12-13T23:52:25.229Z[ recovery-image] Dec 13 23:52:23.599 INFO O| ok, image written!
86412024-12-13T23:52:25.233Z[ recovery-image] Dec 13 23:52:23.600 INFO O| ok, boot_image_csum file written!
86422024-12-13T23:52:25.237Z[ recovery-image] Dec 13 23:52:23.607 INFO creating boot archive (CPIO)...
86432024-12-13T23:52:25.237Z[ recovery-image] Dec 13 23:52:23.607 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
86442024-12-13T23:52:25.247Z[ recovery-image] Dec 13 23:52:23.618 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86452024-12-13T23:52:25.247Z[ recovery-image] Dec 13 23:52:23.618 INFO E| + outfile=/work/os-recovery/cpio
86462024-12-13T23:52:25.250Z[ recovery-image] Dec 13 23:52:23.618 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86472024-12-13T23:52:25.252Z[ recovery-image] Dec 13 23:52:23.621 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86482024-12-13T23:52:25.252Z[ recovery-image] Dec 13 23:52:23.621 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86492024-12-13T23:52:25.298Z[ recovery-image] Dec 13 23:52:23.669 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86502024-12-13T23:52:25.298Z[ recovery-image] Dec 13 23:52:23.669 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86512024-12-13T23:52:25.309Z[ recovery-image] Dec 13 23:52:23.680 INFO creating compressed cpio/unix for nanobl-rs...
86522024-12-13T23:52:25.309Z[ recovery-image] Dec 13 23:52:23.680 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
86532024-12-13T23:52:25.685Z[ recovery-image] Dec 13 23:52:24.056 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86542024-12-13T23:52:30.707Z[ recovery-image] Dec 13 23:52:29.077 INFO creating reset image...
86552024-12-13T23:52:30.709Z[ recovery-image] Dec 13 23:52:29.077 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86562024-12-13T23:52:31.199Z[ recovery-image] Dec 13 23:52:29.568 INFO E| Updating crates.io index
86572024-12-13T23:52:31.657Z[ recovery-image] Dec 13 23:52:30.027 INFO E| Downloading crates ...
86582024-12-13T23:52:31.865Z[ recovery-image] Dec 13 23:52:30.234 INFO E| Downloaded os_pipe v1.2.1
86592024-12-13T23:52:31.868Z[ recovery-image] Dec 13 23:52:30.237 INFO E| Downloaded shared_child v1.0.1
86602024-12-13T23:52:31.875Z[ recovery-image] Dec 13 23:52:30.245 INFO E| Downloaded duct v0.13.7
86612024-12-13T23:52:31.878Z[ recovery-image] Dec 13 23:52:30.248 INFO E| Downloaded clap_derive v4.5.13
86622024-12-13T23:52:31.884Z[ recovery-image] Dec 13 23:52:30.254 INFO E| Downloaded clap_builder v4.5.17
86632024-12-13T23:52:31.894Z[ recovery-image] Dec 13 23:52:30.263 INFO E| Downloaded clap v4.5.17
86642024-12-13T23:52:31.919Z[ recovery-image] Dec 13 23:52:30.289 INFO E| Downloaded syn v2.0.77
86652024-12-13T23:52:31.970Z[ recovery-image] Dec 13 23:52:30.340 INFO E| Downloaded libc v0.2.158
86662024-12-13T23:52:32.076Z[ recovery-image] Dec 13 23:52:30.445 INFO E| Compiling proc-macro2 v1.0.86
86672024-12-13T23:52:32.076Z[ recovery-image] Dec 13 23:52:30.445 INFO E| Compiling unicode-ident v1.0.13
86682024-12-13T23:52:32.076Z[ recovery-image] Dec 13 23:52:30.445 INFO E| Compiling libc v0.2.158
86692024-12-13T23:52:32.079Z[ recovery-image] Dec 13 23:52:30.446 INFO E| Compiling utf8parse v0.2.2
86702024-12-13T23:52:32.079Z[ recovery-image] Dec 13 23:52:30.446 INFO E| Compiling anstyle-query v1.1.1
86712024-12-13T23:52:32.079Z[ recovery-image] Dec 13 23:52:30.446 INFO E| Compiling colorchoice v1.0.2
86722024-12-13T23:52:32.079Z[ recovery-image] Dec 13 23:52:30.446 INFO E| Compiling is_terminal_polyfill v1.70.1
86732024-12-13T23:52:32.079Z[ recovery-image] Dec 13 23:52:30.446 INFO E| Compiling anstyle v1.0.8
86742024-12-13T23:52:32.821Z[ recovery-image] Dec 13 23:52:31.190 INFO E| Compiling strsim v0.11.1
86752024-12-13T23:52:33.062Z[ recovery-image] Dec 13 23:52:31.431 INFO E| Compiling anstyle-parse v0.2.5
86762024-12-13T23:52:33.298Z[ recovery-image] Dec 13 23:52:31.668 INFO E| Compiling clap_lex v0.7.2
86772024-12-13T23:52:33.313Z[ recovery-image] Dec 13 23:52:31.683 INFO E| Compiling heck v0.5.0
86782024-12-13T23:52:33.321Z[ recovery-image] Dec 13 23:52:31.690 INFO E| Compiling once_cell v1.19.0
86792024-12-13T23:52:33.767Z[ recovery-image] Dec 13 23:52:32.137 INFO E| Compiling anstream v0.6.15
86802024-12-13T23:52:34.378Z[ recovery-image] Dec 13 23:52:32.747 INFO E| Compiling clap_builder v4.5.17
86812024-12-13T23:52:35.137Z[ recovery-image] Dec 13 23:52:33.506 INFO E| Compiling quote v1.0.37
86822024-12-13T23:52:35.380Z[ recovery-image] Dec 13 23:52:33.749 INFO E| Compiling os_pipe v1.2.1
86832024-12-13T23:52:35.380Z[ recovery-image] Dec 13 23:52:33.749 INFO E| Compiling shared_child v1.0.1
86842024-12-13T23:52:35.692Z[ recovery-image] Dec 13 23:52:34.062 INFO E| Compiling duct v0.13.7
86852024-12-13T23:52:35.919Z[ recovery-image] Dec 13 23:52:34.286 INFO E| Compiling syn v2.0.77
86862024-12-13T23:52:37.490Z[ host-image] Dec 13 23:52:35.858 INFO O| adding properties...
86872024-12-13T23:52:40.247Z[ host-image] Dec 13 23:52:38.615 INFO O| installing packages...
86882024-12-13T23:52:44.995Z[ recovery-image] Dec 13 23:52:43.363 INFO E| Compiling clap_derive v4.5.13
86892024-12-13T23:52:50.062Z[ recovery-image] Dec 13 23:52:48.429 INFO E| Compiling clap v4.5.17
86902024-12-13T23:52:50.150Z[ recovery-image] Dec 13 23:52:48.517 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86912024-12-13T23:52:52.286Z[ recovery-image] Dec 13 23:52:50.653 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.42s
86922024-12-13T23:52:52.302Z[ recovery-image] Dec 13 23:52:50.668 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86932024-12-13T23:52:52.751Z[ recovery-image] Dec 13 23:52:51.112 INFO E| Updating crates.io index
86942024-12-13T23:52:52.849Z[ recovery-image] Dec 13 23:52:51.213 INFO E| Downloading crates ...
86952024-12-13T23:52:52.938Z[ recovery-image] Dec 13 23:52:51.292 INFO E| Downloaded bit_field v0.10.2
86962024-12-13T23:52:52.959Z[ recovery-image] Dec 13 23:52:51.324 INFO E| Downloaded bitstruct_derive v0.1.0
86972024-12-13T23:52:52.962Z[ recovery-image] Dec 13 23:52:51.325 INFO E| Downloaded seq-macro v0.3.5
86982024-12-13T23:52:52.962Z[ recovery-image] Dec 13 23:52:51.328 INFO E| Downloaded cpio_reader v0.1.1
86992024-12-13T23:52:52.965Z[ recovery-image] Dec 13 23:52:51.330 INFO E| Downloaded bitstruct v0.1.1
87002024-12-13T23:52:52.994Z[ recovery-image] Dec 13 23:52:51.359 INFO E| Downloaded raw-cpuid v10.7.0
87012024-12-13T23:52:52.999Z[ recovery-image] Dec 13 23:52:51.365 INFO E| Downloaded syn v2.0.85
87022024-12-13T23:52:53.203Z[ recovery-image] Dec 13 23:52:51.568 INFO E| Downloaded x86 v0.52.0
87032024-12-13T23:52:53.285Z[ recovery-image] Dec 13 23:52:51.651 INFO E| Updating crates.io index
87042024-12-13T23:52:53.672Z[ recovery-image] Dec 13 23:52:52.038 INFO E| Downloading crates ...
87052024-12-13T23:52:53.836Z[ recovery-image] Dec 13 23:52:52.201 INFO E| Downloaded hashbrown v0.15.0
87062024-12-13T23:52:53.856Z[ recovery-image] Dec 13 23:52:52.222 INFO E| Downloaded compiler_builtins v0.1.134
87072024-12-13T23:52:53.998Z[ recovery-image] Dec 13 23:52:52.360 INFO E| Compiling compiler_builtins v0.1.134
87082024-12-13T23:52:53.998Z[ recovery-image] Dec 13 23:52:52.360 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)
87092024-12-13T23:52:54.007Z[ recovery-image] Dec 13 23:52:52.360 INFO E| Compiling proc-macro2 v1.0.89
87102024-12-13T23:52:54.007Z[ recovery-image] Dec 13 23:52:52.360 INFO E| Compiling unicode-ident v1.0.13
87112024-12-13T23:52:54.007Z[ recovery-image] Dec 13 23:52:52.360 INFO E| Compiling syn v1.0.109
87122024-12-13T23:52:54.007Z[ recovery-image] Dec 13 23:52:52.360 INFO E| Compiling x86 v0.52.0
87132024-12-13T23:52:54.007Z[ recovery-image] Dec 13 23:52:52.360 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87142024-12-13T23:52:54.007Z[ recovery-image] Dec 13 23:52:52.360 INFO E| Compiling seq-macro v0.3.5
87152024-12-13T23:52:56.722Z[ recovery-image] Dec 13 23:52:55.087 INFO E| Compiling quote v1.0.37
87162024-12-13T23:52:57.253Z[ recovery-image] Dec 13 23:52:55.618 INFO E| Compiling syn v2.0.85
87172024-12-13T23:53:02.738Z[ recovery-image] Dec 13 23:53:01.103 INFO E| Compiling scroll_derive v0.12.0
87182024-12-13T23:53:07.122Z[ recovery-image] Dec 13 23:53:05.486 INFO E| Compiling bitstruct_derive v0.1.0
87192024-12-13T23:53:32.243Z[ recovery-image] Dec 13 23:53:30.603 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)
87202024-12-13T23:53:35.227Z[ host-image] Dec 13 23:53:33.587 INFO O| seeding SMF database...
87212024-12-13T23:53:36.009Z[ recovery-image] Dec 13 23:53:34.369 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)
87222024-12-13T23:53:42.558Z[ recovery-image] Dec 13 23:53:40.913 INFO E| Compiling bitflags v1.3.2
87232024-12-13T23:53:42.558Z[ recovery-image] Dec 13 23:53:40.913 INFO E| Compiling scroll v0.12.0
87242024-12-13T23:53:42.563Z[ recovery-image] Dec 13 23:53:40.913 INFO E| Compiling bit_field v0.10.2
87252024-12-13T23:53:42.563Z[ recovery-image] Dec 13 23:53:40.913 INFO E| Compiling plain v0.2.3
87262024-12-13T23:53:42.563Z[ recovery-image] Dec 13 23:53:40.913 INFO E| Compiling adler2 v2.0.0
87272024-12-13T23:53:42.563Z[ recovery-image] Dec 13 23:53:40.913 INFO E| Compiling log v0.4.22
87282024-12-13T23:53:42.563Z[ recovery-image] Dec 13 23:53:40.913 INFO E| Compiling bitstruct v0.1.1
87292024-12-13T23:53:42.682Z[ recovery-image] Dec 13 23:53:41.015 INFO E| Compiling raw-cpuid v10.7.0
87302024-12-13T23:53:42.692Z[ recovery-image] Dec 13 23:53:41.044 INFO E| Compiling cpio_reader v0.1.1
87312024-12-13T23:53:42.865Z[ recovery-image] Dec 13 23:53:41.223 INFO E| Compiling miniz_oxide v0.8.0
87322024-12-13T23:53:42.981Z[ recovery-image] Dec 13 23:53:41.340 INFO E| Compiling static_assertions v1.1.0
87332024-12-13T23:53:43.642Z[ recovery-image] Dec 13 23:53:41.999 INFO E| Compiling goblin v0.8.2
87342024-12-13T23:53:51.522Z[ host-image] Dec 13 23:53:49.879 INFO O| configuring SMF profile...
87352024-12-13T23:53:51.525Z[ host-image] Dec 13 23:53:49.879 INFO O| modifying shadow(5)...
87362024-12-13T23:53:51.525Z[ host-image] Dec 13 23:53:49.879 INFO O| loading user and group database...
87372024-12-13T23:53:51.525Z[ host-image] Dec 13 23:53:49.880 INFO O| assessing packaged files...
87382024-12-13T23:53:56.047Z[ recovery-image] Dec 13 23:53:54.403 INFO E| Finished `release` profile [optimized] target(s) in 1m 03s
87392024-12-13T23:53:56.078Z[ recovery-image] Dec 13 23:53:54.434 INFO building host image...
87402024-12-13T23:53:56.081Z[ recovery-image] Dec 13 23:53:54.435 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")
87412024-12-13T23:53:56.982Z[ recovery-image] Dec 13 23:53:55.337 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
87422024-12-13T23:53:57.091Z[ host-image] Dec 13 23:53:55.444 INFO O| creating archive...
87432024-12-13T23:53:57.166Z[ host-image] Dec 13 23:53:55.523 INFO O| missing from packaging:
87442024-12-13T23:53:57.166Z[ host-image] Dec 13 23:53:55.523 INFO O| "etc/.pwd.lock"
87452024-12-13T23:53:57.166Z[ host-image] Dec 13 23:53:55.523 INFO O| "etc/bash"
87462024-12-13T23:53:57.175Z[ host-image] Dec 13 23:53:55.532 INFO O| "etc/svc/profile/generic.xml"
87472024-12-13T23:53:57.175Z[ host-image] Dec 13 23:53:55.532 INFO O| "etc/svc/profile/inetd_services.xml"
87482024-12-13T23:53:57.178Z[ host-image] Dec 13 23:53:55.532 INFO O| "etc/svc/profile/name_service.xml"
87492024-12-13T23:53:57.178Z[ host-image] Dec 13 23:53:55.532 INFO O| "etc/svc/profile/platform.xml"
87502024-12-13T23:53:57.178Z[ host-image] Dec 13 23:53:55.532 INFO O| "etc/svc/profile/platform_omicron1.xml"
87512024-12-13T23:53:57.178Z[ host-image] Dec 13 23:53:55.532 INFO O| "etc/svc/repository.db"
87522024-12-13T23:53:57.191Z[ host-image] Dec 13 23:53:55.548 INFO O| "opt/ooce/share"
87532024-12-13T23:53:57.192Z[ host-image] Dec 13 23:53:55.548 INFO O| "opt/ooce/share/man"
87542024-12-13T23:53:57.192Z[ host-image] Dec 13 23:53:55.548 INFO O| "opt/ooce/share/man/man1"
87552024-12-13T23:53:57.207Z[ host-image] Dec 13 23:53:55.562 INFO O| finishing archive...
87562024-12-13T23:53:59.485Z[ recovery-image] Dec 13 23:53:57.841 INFO image complete! materials are in "/work/os-recovery"
87572024-12-13T23:53:59.492Z[ recovery-image]
87582024-12-13T23:53:59.492Z[ recovery-image] real 10:12.832732399
87592024-12-13T23:53:59.493Z[ recovery-image] user 6:24.353467952
87602024-12-13T23:53:59.495Z[ recovery-image] sys 1:03.839677512
87612024-12-13T23:53:59.495Z[ recovery-image] trap 0.303413977
87622024-12-13T23:53:59.495Z[ recovery-image] tflt 1.039080464
87632024-12-13T23:53:59.495Z[ recovery-image] dflt 3.834537511
87642024-12-13T23:53:59.495Z[ recovery-image] kflt 0.026482752
87652024-12-13T23:53:59.495Z[ recovery-image] lock 13:51.408721363
87662024-12-13T23:53:59.495Z[ recovery-image] slp 1:01:55.831187333
87672024-12-13T23:53:59.496Z[ recovery-image] lat 4:26.117945534
87682024-12-13T23:53:59.496Z[ recovery-image] stop 12.384913261
87692024-12-13T23:53:59.496ZDec 13 23:53:57.850 INFO [recovery-image] process exited with exit status: 0 (612.891741316s)
87702024-12-13T23:54:01.261Z[ host-image] Dec 13 23:53:59.617 INFO O| creating gzonly manifest...
87712024-12-13T23:54:01.272Z[ host-image] Dec 13 23:53:59.628 INFO O| ok
87722024-12-13T23:54:01.461Z[ host-image] Dec 13 23:53:59.816 INFO image builder template: ramdisk-02-trim...
87732024-12-13T23:54:01.461Z[ host-image] Dec 13 23:53:59.817 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/.tmpwfH0qP/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
87742024-12-13T23:54:01.509Z[ host-image] Dec 13 23:53:59.865 INFO O| Dec 13 23:53:59.865 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87752024-12-13T23:54:01.521Z[ host-image] Dec 13 23:53:59.876 INFO O| Dec 13 23:53:59.876 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87762024-12-13T23:54:01.689Z[ host-image] Dec 13 23:54:00.045 INFO O| Dec 13 23:54:00.045 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87772024-12-13T23:54:01.804Z[ host-image] Dec 13 23:54:00.160 INFO O| Dec 13 23:54:00.160 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87782024-12-13T23:54:01.807Z[ host-image] Dec 13 23:54:00.160 INFO O| Dec 13 23:54:00.160 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87792024-12-13T23:54:01.814Z[ host-image] Dec 13 23:54:00.170 INFO O| Dec 13 23:54:00.170 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87802024-12-13T23:54:01.822Z[ host-image] Dec 13 23:54:00.178 INFO O| Dec 13 23:54:00.177 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87812024-12-13T23:54:01.840Z[ host-image] Dec 13 23:54:00.195 INFO O| Dec 13 23:54:00.195 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87822024-12-13T23:54:02.395Z[ host-image] Dec 13 23:54:00.750 INFO O| Dec 13 23:54:00.750 INFO rolled back to input snapshot; work may begin
87832024-12-13T23:54:02.395Z[ host-image] Dec 13 23:54:00.750 INFO O| Dec 13 23:54:00.750 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87842024-12-13T23:54:02.429Z[ host-image] Dec 13 23:54:00.784 INFO O| Dec 13 23:54:00.784 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87852024-12-13T23:54:02.449Z[ host-image] Dec 13 23:54:00.805 INFO O| Dec 13 23:54:00.804 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87862024-12-13T23:54:03.242Z[ host-image] Dec 13 23:54:01.598 INFO O| Dec 13 23:54:01.597 INFO STEP 0 (remove_files) COMPLETE
87872024-12-13T23:54:03.242Z[ host-image] Dec 13 23:54:01.598 INFO O| Dec 13 23:54:01.598 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87882024-12-13T23:54:03.272Z[ host-image] Dec 13 23:54:01.627 INFO O| Dec 13 23:54:01.627 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87892024-12-13T23:54:03.442Z[ host-image] Dec 13 23:54:01.797 INFO O| Dec 13 23:54:01.797 INFO STEP 1 (remove_files) COMPLETE
87902024-12-13T23:54:03.443Z[ host-image] Dec 13 23:54:01.797 INFO O| Dec 13 23:54:01.797 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87912024-12-13T23:54:03.460Z[ host-image] Dec 13 23:54:01.815 INFO O| Dec 13 23:54:01.815 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87922024-12-13T23:54:03.818Z[ host-image] Dec 13 23:54:02.173 INFO O| Dec 13 23:54:02.173 INFO STEP 2 (remove_files) COMPLETE
87932024-12-13T23:54:03.818Z[ host-image] Dec 13 23:54:02.173 INFO O| Dec 13 23:54:02.173 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87942024-12-13T23:54:03.871Z[ host-image] Dec 13 23:54:02.226 INFO O| Dec 13 23:54:02.226 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87952024-12-13T23:54:03.881Z[ host-image] Dec 13 23:54:02.237 INFO O| Dec 13 23:54:02.237 INFO STEP 3 (remove_files) COMPLETE
87962024-12-13T23:54:03.881Z[ host-image] Dec 13 23:54:02.237 INFO O| Dec 13 23:54:02.237 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87972024-12-13T23:54:03.921Z[ host-image] Dec 13 23:54:02.276 INFO O| Dec 13 23:54:02.276 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87982024-12-13T23:54:03.981Z[ host-image] Dec 13 23:54:02.336 INFO O| Dec 13 23:54:02.336 INFO STEP 4 (remove_files) COMPLETE
87992024-12-13T23:54:03.982Z[ host-image] Dec 13 23:54:02.336 INFO O| Dec 13 23:54:02.336 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88002024-12-13T23:54:04.018Z[ host-image] Dec 13 23:54:02.373 INFO O| Dec 13 23:54:02.373 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
88012024-12-13T23:54:04.195Z[ host-image] Dec 13 23:54:02.549 INFO O| Dec 13 23:54:02.549 INFO STEP 5 (remove_files) COMPLETE
88022024-12-13T23:54:04.198Z[ host-image] Dec 13 23:54:02.550 INFO O| Dec 13 23:54:02.549 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88032024-12-13T23:54:04.232Z[ host-image] Dec 13 23:54:02.587 INFO O| Dec 13 23:54:02.587 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
88042024-12-13T23:54:04.271Z[ host-image] Dec 13 23:54:02.626 INFO O| Dec 13 23:54:02.626 INFO STEP 6 (remove_files) COMPLETE
88052024-12-13T23:54:04.271Z[ host-image] Dec 13 23:54:02.626 INFO O| Dec 13 23:54:02.626 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88062024-12-13T23:54:04.331Z[ host-image] Dec 13 23:54:02.686 INFO O| Dec 13 23:54:02.686 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
88072024-12-13T23:54:04.797Z[ host-image] Dec 13 23:54:03.153 INFO O| Dec 13 23:54:03.153 INFO STEP 7 (remove_files) COMPLETE
88082024-12-13T23:54:04.797Z[ host-image] Dec 13 23:54:03.153 INFO O| Dec 13 23:54:03.153 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88092024-12-13T23:54:04.817Z[ host-image] Dec 13 23:54:03.172 INFO O| Dec 13 23:54:03.171 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
88102024-12-13T23:54:04.970Z[ host-image] Dec 13 23:54:03.325 INFO O| Dec 13 23:54:03.325 INFO STEP 8 (remove_files) COMPLETE
88112024-12-13T23:54:04.970Z[ host-image] Dec 13 23:54:03.325 INFO O| Dec 13 23:54:03.325 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88122024-12-13T23:54:04.996Z[ host-image] Dec 13 23:54:03.345 INFO O| Dec 13 23:54:03.345 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88132024-12-13T23:54:05.332Z[ host-image] Dec 13 23:54:03.687 INFO O| Dec 13 23:54:03.687 INFO STEP 9 (remove_files) COMPLETE
88142024-12-13T23:54:05.335Z[ host-image] Dec 13 23:54:03.687 INFO O| Dec 13 23:54:03.687 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88152024-12-13T23:54:05.354Z[ host-image] Dec 13 23:54:03.709 INFO O| Dec 13 23:54:03.708 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
88162024-12-13T23:54:05.568Z[ host-image] Dec 13 23:54:03.924 INFO O| Dec 13 23:54:03.923 INFO STEP 10 (remove_files) COMPLETE
88172024-12-13T23:54:05.572Z[ host-image] Dec 13 23:54:03.924 INFO O| Dec 13 23:54:03.923 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88182024-12-13T23:54:05.603Z[ host-image] Dec 13 23:54:03.958 INFO O| Dec 13 23:54:03.958 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
88192024-12-13T23:54:05.715Z[ host-image] Dec 13 23:54:04.070 INFO O| Dec 13 23:54:04.070 INFO STEP 11 (remove_files) COMPLETE
88202024-12-13T23:54:05.715Z[ host-image] Dec 13 23:54:04.070 INFO O| Dec 13 23:54:04.070 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88212024-12-13T23:54:05.773Z[ host-image] Dec 13 23:54:04.127 INFO O| Dec 13 23:54:04.127 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88222024-12-13T23:54:05.786Z[ host-image] Dec 13 23:54:04.141 INFO O| Dec 13 23:54:04.141 INFO STEP 12 (remove_files) COMPLETE
88232024-12-13T23:54:05.786Z[ host-image] Dec 13 23:54:04.141 INFO O| Dec 13 23:54:04.141 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242024-12-13T23:54:05.853Z[ host-image] Dec 13 23:54:04.208 INFO O| Dec 13 23:54:04.208 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88252024-12-13T23:54:06.284Z[ host-image] Dec 13 23:54:04.639 INFO O| Dec 13 23:54:04.638 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88262024-12-13T23:54:06.336Z[ host-image] Dec 13 23:54:04.691 INFO O| Dec 13 23:54:04.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88272024-12-13T23:54:06.427Z[ host-image] Dec 13 23:54:04.782 INFO O| Dec 13 23:54:04.782 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88282024-12-13T23:54:10.809Z[ host-image] Dec 13 23:54:09.163 INFO O| Dec 13 23:54:09.163 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88292024-12-13T23:54:10.812Z[ host-image] Dec 13 23:54:09.165 INFO O| Dec 13 23:54:09.165 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88302024-12-13T23:54:10.812Z[ host-image] Dec 13 23:54:09.165 INFO O| Dec 13 23:54:09.165 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88312024-12-13T23:54:10.814Z[ host-image] Dec 13 23:54:09.166 INFO O| Dec 13 23:54:09.166 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88322024-12-13T23:54:10.814Z[ host-image] Dec 13 23:54:09.167 INFO O| Dec 13 23:54:09.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88332024-12-13T23:54:10.815Z[ host-image] Dec 13 23:54:09.168 INFO O| Dec 13 23:54:09.168 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88342024-12-13T23:54:10.815Z[ host-image] Dec 13 23:54:09.169 INFO O| Dec 13 23:54:09.168 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88352024-12-13T23:54:10.817Z[ host-image] Dec 13 23:54:09.169 INFO O| Dec 13 23:54:09.169 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88362024-12-13T23:54:10.817Z[ host-image] Dec 13 23:54:09.171 INFO O| Dec 13 23:54:09.171 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88372024-12-13T23:54:10.820Z[ host-image] Dec 13 23:54:09.173 INFO O| Dec 13 23:54:09.172 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88382024-12-13T23:54:10.820Z[ host-image] Dec 13 23:54:09.173 INFO O| Dec 13 23:54:09.173 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88392024-12-13T23:54:10.820Z[ host-image] Dec 13 23:54:09.173 INFO O| Dec 13 23:54:09.173 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88402024-12-13T23:54:10.820Z[ host-image] Dec 13 23:54:09.174 INFO O| Dec 13 23:54:09.174 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88412024-12-13T23:54:10.823Z[ host-image] Dec 13 23:54:09.175 INFO O| Dec 13 23:54:09.175 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88422024-12-13T23:54:10.823Z[ host-image] Dec 13 23:54:09.176 INFO O| Dec 13 23:54:09.176 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88432024-12-13T23:54:10.823Z[ host-image] Dec 13 23:54:09.177 INFO O| Dec 13 23:54:09.177 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88442024-12-13T23:54:10.864Z[ host-image] Dec 13 23:54:09.218 INFO O| Dec 13 23:54:09.218 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88452024-12-13T23:54:10.898Z[ host-image] Dec 13 23:54:09.252 INFO O| Dec 13 23:54:09.252 INFO STEP 13 (remove_files) COMPLETE
88462024-12-13T23:54:10.898Z[ host-image] Dec 13 23:54:09.252 INFO O| Dec 13 23:54:09.252 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88472024-12-13T23:54:10.919Z[ host-image] Dec 13 23:54:09.273 INFO O| Dec 13 23:54:09.273 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88482024-12-13T23:54:10.991Z[ host-image] Dec 13 23:54:09.345 INFO O| Dec 13 23:54:09.345 INFO STEP 14 (remove_files) COMPLETE
88492024-12-13T23:54:10.993Z[ host-image] Dec 13 23:54:09.345 INFO O| Dec 13 23:54:09.345 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88502024-12-13T23:54:11.011Z[ host-image] Dec 13 23:54:09.364 INFO O| Dec 13 23:54:09.364 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88512024-12-13T23:54:11.389Z[ host-image] Dec 13 23:54:09.742 INFO O| Dec 13 23:54:09.742 INFO STEP 15 (remove_files) COMPLETE
88522024-12-13T23:54:11.389Z[ host-image] Dec 13 23:54:09.743 INFO O| Dec 13 23:54:09.742 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88532024-12-13T23:54:11.605Z[ host-image] Dec 13 23:54:09.804 INFO O| Dec 13 23:54:09.804 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88542024-12-13T23:54:11.613Z[ host-image] Dec 13 23:54:09.805 INFO O| Dec 13 23:54:09.805 INFO STEP 16 (remove_files) COMPLETE
88552024-12-13T23:54:11.613Z[ host-image] Dec 13 23:54:09.805 INFO O| Dec 13 23:54:09.805 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88562024-12-13T23:54:11.613Z[ host-image] Dec 13 23:54:09.823 INFO O| Dec 13 23:54:09.823 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88572024-12-13T23:54:11.613Z[ host-image] Dec 13 23:54:09.894 INFO O| Dec 13 23:54:09.894 INFO STEP 17 (remove_files) COMPLETE
88582024-12-13T23:54:11.613Z[ host-image] Dec 13 23:54:09.894 INFO O| Dec 13 23:54:09.894 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88592024-12-13T23:54:11.613Z[ host-image] Dec 13 23:54:09.952 INFO O| Dec 13 23:54:09.952 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88602024-12-13T23:54:11.621Z[ host-image] Dec 13 23:54:09.973 INFO O| Dec 13 23:54:09.973 INFO STEP 18 (remove_files) COMPLETE
88612024-12-13T23:54:11.621Z[ host-image] Dec 13 23:54:09.973 INFO O| Dec 13 23:54:09.973 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88622024-12-13T23:54:11.638Z[ host-image] Dec 13 23:54:09.992 INFO O| Dec 13 23:54:09.992 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88632024-12-13T23:54:11.638Z[ host-image] Dec 13 23:54:09.992 INFO O| Dec 13 23:54:09.992 INFO STEP 19 (remove_files) COMPLETE
88642024-12-13T23:54:11.641Z[ host-image] Dec 13 23:54:09.992 INFO O| Dec 13 23:54:09.992 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88652024-12-13T23:54:11.654Z[ host-image] Dec 13 23:54:10.008 INFO O| Dec 13 23:54:10.008 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88662024-12-13T23:54:11.654Z[ host-image] Dec 13 23:54:10.009 INFO O| Dec 13 23:54:10.008 INFO STEP 20 (remove_files) COMPLETE
88672024-12-13T23:54:11.654Z[ host-image] Dec 13 23:54:10.009 INFO O| Dec 13 23:54:10.008 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88682024-12-13T23:54:11.670Z[ host-image] Dec 13 23:54:10.024 INFO O| Dec 13 23:54:10.024 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88692024-12-13T23:54:11.674Z[ host-image] Dec 13 23:54:10.024 INFO O| Dec 13 23:54:10.024 INFO STEP 21 (remove_files) COMPLETE
88702024-12-13T23:54:11.674Z[ host-image] Dec 13 23:54:10.024 INFO O| Dec 13 23:54:10.024 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88712024-12-13T23:54:11.763Z[ host-image] Dec 13 23:54:10.117 INFO O| Dec 13 23:54:10.117 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88722024-12-13T23:54:11.763Z[ host-image] Dec 13 23:54:10.117 INFO O| Dec 13 23:54:10.117 INFO STEP 22 (remove_files) COMPLETE
88732024-12-13T23:54:11.766Z[ host-image] Dec 13 23:54:10.117 INFO O| Dec 13 23:54:10.117 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88742024-12-13T23:54:11.783Z[ host-image] Dec 13 23:54:10.137 INFO O| Dec 13 23:54:10.137 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88752024-12-13T23:54:11.783Z[ host-image] Dec 13 23:54:10.137 INFO O| Dec 13 23:54:10.137 INFO STEP 23 (remove_files) COMPLETE
88762024-12-13T23:54:11.785Z[ host-image] Dec 13 23:54:10.137 INFO O| Dec 13 23:54:10.137 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88772024-12-13T23:54:11.809Z[ host-image] Dec 13 23:54:10.163 INFO O| Dec 13 23:54:10.163 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88782024-12-13T23:54:11.809Z[ host-image] Dec 13 23:54:10.164 INFO O| Dec 13 23:54:10.163 INFO STEP 24 (remove_files) COMPLETE
88792024-12-13T23:54:11.809Z[ host-image] Dec 13 23:54:10.164 INFO O| Dec 13 23:54:10.164 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88802024-12-13T23:54:11.849Z[ host-image] Dec 13 23:54:10.203 INFO O| Dec 13 23:54:10.203 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88812024-12-13T23:54:11.849Z[ host-image] Dec 13 23:54:10.203 INFO O| Dec 13 23:54:10.203 INFO STEP 25 (remove_files) COMPLETE
88822024-12-13T23:54:11.849Z[ host-image] Dec 13 23:54:10.203 INFO O| Dec 13 23:54:10.203 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88832024-12-13T23:54:11.888Z[ host-image] Dec 13 23:54:10.242 INFO O| Dec 13 23:54:10.242 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88842024-12-13T23:54:11.896Z[ host-image] Dec 13 23:54:10.248 INFO O| Dec 13 23:54:10.248 INFO STEP 26 (remove_files) COMPLETE
88852024-12-13T23:54:11.896Z[ host-image] Dec 13 23:54:10.248 INFO O| Dec 13 23:54:10.248 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88862024-12-13T23:54:11.915Z[ host-image] Dec 13 23:54:10.269 INFO O| Dec 13 23:54:10.269 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88872024-12-13T23:54:11.915Z[ host-image] Dec 13 23:54:10.269 INFO O| Dec 13 23:54:10.269 INFO STEP 27 (remove_files) COMPLETE
88882024-12-13T23:54:11.915Z[ host-image] Dec 13 23:54:10.269 INFO O| Dec 13 23:54:10.269 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88892024-12-13T23:54:11.935Z[ host-image] Dec 13 23:54:10.289 INFO O| Dec 13 23:54:10.289 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88902024-12-13T23:54:11.935Z[ host-image] Dec 13 23:54:10.289 INFO O| Dec 13 23:54:10.289 INFO STEP 28 (remove_files) COMPLETE
88912024-12-13T23:54:11.935Z[ host-image] Dec 13 23:54:10.289 INFO O| Dec 13 23:54:10.289 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88922024-12-13T23:54:11.975Z[ host-image] Dec 13 23:54:10.329 INFO O| Dec 13 23:54:10.329 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88932024-12-13T23:54:11.978Z[ host-image] Dec 13 23:54:10.329 INFO O| Dec 13 23:54:10.329 INFO STEP 29 (remove_files) COMPLETE
88942024-12-13T23:54:11.978Z[ host-image] Dec 13 23:54:10.329 INFO O| Dec 13 23:54:10.329 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88952024-12-13T23:54:11.995Z[ host-image] Dec 13 23:54:10.349 INFO O| Dec 13 23:54:10.349 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88962024-12-13T23:54:11.995Z[ host-image] Dec 13 23:54:10.349 INFO O| Dec 13 23:54:10.349 INFO STEP 30 (remove_files) COMPLETE
88972024-12-13T23:54:11.998Z[ host-image] Dec 13 23:54:10.350 INFO O| Dec 13 23:54:10.349 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88982024-12-13T23:54:12.013Z[ host-image] Dec 13 23:54:10.367 INFO O| Dec 13 23:54:10.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88992024-12-13T23:54:12.036Z[ host-image] Dec 13 23:54:10.390 INFO O| Dec 13 23:54:10.390 INFO STEP 31 (remove_files) COMPLETE
89002024-12-13T23:54:12.036Z[ host-image] Dec 13 23:54:10.390 INFO O| Dec 13 23:54:10.390 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89012024-12-13T23:54:12.056Z[ host-image] Dec 13 23:54:10.410 INFO O| Dec 13 23:54:10.410 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
89022024-12-13T23:54:12.059Z[ host-image] Dec 13 23:54:10.411 INFO O| Dec 13 23:54:10.411 INFO STEP 32 (remove_files) COMPLETE
89032024-12-13T23:54:12.059Z[ host-image] Dec 13 23:54:10.411 INFO O| Dec 13 23:54:10.411 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89042024-12-13T23:54:12.075Z[ host-image] Dec 13 23:54:10.429 INFO O| Dec 13 23:54:10.429 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
89052024-12-13T23:54:12.079Z[ host-image] Dec 13 23:54:10.429 INFO O| Dec 13 23:54:10.429 INFO STEP 33 (remove_files) COMPLETE
89062024-12-13T23:54:12.079Z[ host-image] Dec 13 23:54:10.429 INFO O| Dec 13 23:54:10.429 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89072024-12-13T23:54:12.093Z[ host-image] Dec 13 23:54:10.447 INFO O| Dec 13 23:54:10.447 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
89082024-12-13T23:54:12.093Z[ host-image] Dec 13 23:54:10.447 INFO O| Dec 13 23:54:10.447 INFO STEP 34 (remove_files) COMPLETE
89092024-12-13T23:54:12.097Z[ host-image] Dec 13 23:54:10.447 INFO O| Dec 13 23:54:10.447 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89102024-12-13T23:54:12.112Z[ host-image] Dec 13 23:54:10.466 INFO O| Dec 13 23:54:10.466 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
89112024-12-13T23:54:12.115Z[ host-image] Dec 13 23:54:10.466 INFO O| Dec 13 23:54:10.466 INFO STEP 35 (remove_files) COMPLETE
89122024-12-13T23:54:12.116Z[ host-image] Dec 13 23:54:10.466 INFO O| Dec 13 23:54:10.466 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89132024-12-13T23:54:12.131Z[ host-image] Dec 13 23:54:10.485 INFO O| Dec 13 23:54:10.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
89142024-12-13T23:54:12.133Z[ host-image] Dec 13 23:54:10.485 INFO O| Dec 13 23:54:10.485 INFO STEP 36 (remove_files) COMPLETE
89152024-12-13T23:54:12.133Z[ host-image] Dec 13 23:54:10.485 INFO O| Dec 13 23:54:10.485 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89162024-12-13T23:54:12.151Z[ host-image] Dec 13 23:54:10.504 INFO O| Dec 13 23:54:10.503 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
89172024-12-13T23:54:12.154Z[ host-image] Dec 13 23:54:10.504 INFO O| Dec 13 23:54:10.504 INFO STEP 37 (remove_files) COMPLETE
89182024-12-13T23:54:12.154Z[ host-image] Dec 13 23:54:10.504 INFO O| Dec 13 23:54:10.504 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89192024-12-13T23:54:12.173Z[ host-image] Dec 13 23:54:10.527 INFO O| Dec 13 23:54:10.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
89202024-12-13T23:54:12.175Z[ host-image] Dec 13 23:54:10.527 INFO O| Dec 13 23:54:10.527 INFO STEP 38 (remove_files) COMPLETE
89212024-12-13T23:54:12.175Z[ host-image] Dec 13 23:54:10.527 INFO O| Dec 13 23:54:10.527 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89222024-12-13T23:54:12.193Z[ host-image] Dec 13 23:54:10.547 INFO O| Dec 13 23:54:10.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89232024-12-13T23:54:12.196Z[ host-image] Dec 13 23:54:10.548 INFO O| Dec 13 23:54:10.548 INFO STEP 39 (remove_files) COMPLETE
89242024-12-13T23:54:12.196Z[ host-image] Dec 13 23:54:10.548 INFO O| Dec 13 23:54:10.548 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89252024-12-13T23:54:12.214Z[ host-image] Dec 13 23:54:10.568 INFO O| Dec 13 23:54:10.568 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89262024-12-13T23:54:12.217Z[ host-image] Dec 13 23:54:10.568 INFO O| Dec 13 23:54:10.568 INFO STEP 40 (remove_files) COMPLETE
89272024-12-13T23:54:12.217Z[ host-image] Dec 13 23:54:10.568 INFO O| Dec 13 23:54:10.568 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89282024-12-13T23:54:12.309Z[ host-image] Dec 13 23:54:10.663 INFO O| Dec 13 23:54:10.663 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89292024-12-13T23:54:12.309Z[ host-image] Dec 13 23:54:10.663 INFO O| Dec 13 23:54:10.663 INFO STEP 41 (remove_files) COMPLETE
89302024-12-13T23:54:12.312Z[ host-image] Dec 13 23:54:10.663 INFO O| Dec 13 23:54:10.663 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89312024-12-13T23:54:12.340Z[ host-image] Dec 13 23:54:10.694 INFO O| Dec 13 23:54:10.694 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89322024-12-13T23:54:12.365Z[ host-image] Dec 13 23:54:10.719 INFO O| Dec 13 23:54:10.719 INFO STEP 42 (remove_files) COMPLETE
89332024-12-13T23:54:12.365Z[ host-image] Dec 13 23:54:10.719 INFO O| Dec 13 23:54:10.719 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89342024-12-13T23:54:12.397Z[ host-image] Dec 13 23:54:10.751 INFO O| Dec 13 23:54:10.751 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89352024-12-13T23:54:12.397Z[ host-image] Dec 13 23:54:10.751 INFO O| Dec 13 23:54:10.751 INFO STEP 43 (remove_files) COMPLETE
89362024-12-13T23:54:12.397Z[ host-image] Dec 13 23:54:10.751 INFO O| Dec 13 23:54:10.751 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89372024-12-13T23:54:12.442Z[ host-image] Dec 13 23:54:10.796 INFO O| Dec 13 23:54:10.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89382024-12-13T23:54:12.462Z[ host-image] Dec 13 23:54:10.816 INFO O| Dec 13 23:54:10.816 INFO STEP 44 (remove_files) COMPLETE
89392024-12-13T23:54:12.462Z[ host-image] Dec 13 23:54:10.816 INFO O| Dec 13 23:54:10.816 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89402024-12-13T23:54:12.492Z[ host-image] Dec 13 23:54:10.846 INFO O| Dec 13 23:54:10.846 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89412024-12-13T23:54:12.493Z[ host-image] Dec 13 23:54:10.846 INFO O| Dec 13 23:54:10.846 INFO STEP 45 (remove_files) COMPLETE
89422024-12-13T23:54:12.496Z[ host-image] Dec 13 23:54:10.846 INFO O| Dec 13 23:54:10.846 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89432024-12-13T23:54:12.527Z[ host-image] Dec 13 23:54:10.881 INFO O| Dec 13 23:54:10.881 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89442024-12-13T23:54:12.528Z[ host-image] Dec 13 23:54:10.881 INFO O| Dec 13 23:54:10.881 INFO STEP 46 (remove_files) COMPLETE
89452024-12-13T23:54:12.528Z[ host-image] Dec 13 23:54:10.881 INFO O| Dec 13 23:54:10.881 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89462024-12-13T23:54:12.546Z[ host-image] Dec 13 23:54:10.900 INFO O| Dec 13 23:54:10.899 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89472024-12-13T23:54:12.546Z[ host-image] Dec 13 23:54:10.900 INFO O| Dec 13 23:54:10.900 INFO STEP 47 (remove_files) COMPLETE
89482024-12-13T23:54:12.546Z[ host-image] Dec 13 23:54:10.900 INFO O| Dec 13 23:54:10.900 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89492024-12-13T23:54:12.564Z[ host-image] Dec 13 23:54:10.918 INFO O| Dec 13 23:54:10.918 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89502024-12-13T23:54:12.564Z[ host-image] Dec 13 23:54:10.918 INFO O| Dec 13 23:54:10.918 INFO STEP 48 (remove_files) COMPLETE
89512024-12-13T23:54:12.564Z[ host-image] Dec 13 23:54:10.918 INFO O| Dec 13 23:54:10.918 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89522024-12-13T23:54:12.581Z[ host-image] Dec 13 23:54:10.935 INFO O| Dec 13 23:54:10.935 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89532024-12-13T23:54:12.605Z[ host-image] Dec 13 23:54:10.959 INFO O| Dec 13 23:54:10.959 INFO STEP 49 (remove_files) COMPLETE
89542024-12-13T23:54:12.605Z[ host-image] Dec 13 23:54:10.959 INFO O| Dec 13 23:54:10.959 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89552024-12-13T23:54:12.636Z[ host-image] Dec 13 23:54:10.990 INFO O| Dec 13 23:54:10.990 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89562024-12-13T23:54:12.639Z[ host-image] Dec 13 23:54:10.991 INFO O| Dec 13 23:54:10.990 INFO STEP 50 (remove_files) COMPLETE
89572024-12-13T23:54:12.639Z[ host-image] Dec 13 23:54:10.991 INFO O| Dec 13 23:54:10.991 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89582024-12-13T23:54:12.656Z[ host-image] Dec 13 23:54:11.010 INFO O| Dec 13 23:54:11.010 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89592024-12-13T23:54:12.656Z[ host-image] Dec 13 23:54:11.010 INFO O| Dec 13 23:54:11.010 INFO STEP 51 (remove_files) COMPLETE
89602024-12-13T23:54:12.656Z[ host-image] Dec 13 23:54:11.010 INFO O| Dec 13 23:54:11.010 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89612024-12-13T23:54:12.674Z[ host-image] Dec 13 23:54:11.028 INFO O| Dec 13 23:54:11.028 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89622024-12-13T23:54:12.674Z[ host-image] Dec 13 23:54:11.028 INFO O| Dec 13 23:54:11.028 INFO STEP 52 (remove_files) COMPLETE
89632024-12-13T23:54:12.677Z[ host-image] Dec 13 23:54:11.029 INFO O| Dec 13 23:54:11.028 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89642024-12-13T23:54:12.693Z[ host-image] Dec 13 23:54:11.047 INFO O| Dec 13 23:54:11.047 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89652024-12-13T23:54:12.717Z[ host-image] Dec 13 23:54:11.071 INFO O| Dec 13 23:54:11.071 INFO STEP 53 (remove_files) COMPLETE
89662024-12-13T23:54:12.717Z[ host-image] Dec 13 23:54:11.071 INFO O| Dec 13 23:54:11.071 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89672024-12-13T23:54:12.738Z[ host-image] Dec 13 23:54:11.092 INFO O| Dec 13 23:54:11.092 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89682024-12-13T23:54:12.738Z[ host-image] Dec 13 23:54:11.092 INFO O| Dec 13 23:54:11.092 INFO STEP 54 (remove_files) COMPLETE
89692024-12-13T23:54:12.738Z[ host-image] Dec 13 23:54:11.092 INFO O| Dec 13 23:54:11.092 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89702024-12-13T23:54:12.756Z[ host-image] Dec 13 23:54:11.110 INFO O| Dec 13 23:54:11.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89712024-12-13T23:54:12.756Z[ host-image] Dec 13 23:54:11.110 INFO O| Dec 13 23:54:11.110 INFO STEP 55 (remove_files) COMPLETE
89722024-12-13T23:54:12.756Z[ host-image] Dec 13 23:54:11.110 INFO O| Dec 13 23:54:11.110 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89732024-12-13T23:54:12.773Z[ host-image] Dec 13 23:54:11.127 INFO O| Dec 13 23:54:11.127 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89742024-12-13T23:54:12.773Z[ host-image] Dec 13 23:54:11.127 INFO O| Dec 13 23:54:11.127 INFO STEP 56 (remove_files) COMPLETE
89752024-12-13T23:54:12.776Z[ host-image] Dec 13 23:54:11.127 INFO O| Dec 13 23:54:11.127 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89762024-12-13T23:54:12.791Z[ host-image] Dec 13 23:54:11.145 INFO O| Dec 13 23:54:11.145 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89772024-12-13T23:54:12.791Z[ host-image] Dec 13 23:54:11.145 INFO O| Dec 13 23:54:11.145 INFO STEP 57 (remove_files) COMPLETE
89782024-12-13T23:54:12.794Z[ host-image] Dec 13 23:54:11.145 INFO O| Dec 13 23:54:11.145 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89792024-12-13T23:54:12.817Z[ host-image] Dec 13 23:54:11.171 INFO O| Dec 13 23:54:11.171 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89802024-12-13T23:54:12.817Z[ host-image] Dec 13 23:54:11.171 INFO O| Dec 13 23:54:11.171 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89812024-12-13T23:54:12.820Z[ host-image] Dec 13 23:54:11.171 INFO O| Dec 13 23:54:11.171 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89822024-12-13T23:54:12.820Z[ host-image] Dec 13 23:54:11.171 INFO O| Dec 13 23:54:11.171 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89832024-12-13T23:54:12.820Z[ host-image] Dec 13 23:54:11.171 INFO O| Dec 13 23:54:11.171 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89842024-12-13T23:54:12.820Z[ host-image] Dec 13 23:54:11.171 INFO O| Dec 13 23:54:11.171 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89852024-12-13T23:54:12.820Z[ host-image] Dec 13 23:54:11.171 INFO O| Dec 13 23:54:11.171 INFO ok!
89862024-12-13T23:54:12.820Z[ host-image] Dec 13 23:54:11.171 INFO O| Dec 13 23:54:11.171 INFO STEP 58 (ensure_file) COMPLETE
89872024-12-13T23:54:12.820Z[ host-image] Dec 13 23:54:11.171 INFO O| Dec 13 23:54:11.171 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89882024-12-13T23:54:12.845Z[ host-image] Dec 13 23:54:11.198 INFO O| Dec 13 23:54:11.198 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89892024-12-13T23:54:12.845Z[ host-image] Dec 13 23:54:11.199 INFO O| Dec 13 23:54:11.199 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89902024-12-13T23:54:12.847Z[ host-image] Dec 13 23:54:11.199 INFO O| Dec 13 23:54:11.199 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89912024-12-13T23:54:12.847Z[ host-image] Dec 13 23:54:11.199 INFO O| Dec 13 23:54:11.199 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89922024-12-13T23:54:12.847Z[ host-image] Dec 13 23:54:11.199 INFO O| Dec 13 23:54:11.199 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89932024-12-13T23:54:12.847Z[ host-image] Dec 13 23:54:11.199 INFO O| Dec 13 23:54:11.199 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89942024-12-13T23:54:12.847Z[ host-image] Dec 13 23:54:11.199 INFO O| Dec 13 23:54:11.199 INFO ok!
89952024-12-13T23:54:12.847Z[ host-image] Dec 13 23:54:11.199 INFO O| Dec 13 23:54:11.199 INFO STEP 59 (ensure_file) COMPLETE
89962024-12-13T23:54:12.847Z[ host-image] Dec 13 23:54:11.199 INFO O| Dec 13 23:54:11.199 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89972024-12-13T23:54:12.930Z[ host-image] Dec 13 23:54:11.284 INFO O| Dec 13 23:54:11.284 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89982024-12-13T23:54:12.930Z[ host-image] Dec 13 23:54:11.284 INFO O| Dec 13 23:54:11.284 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89992024-12-13T23:54:12.930Z[ host-image] Dec 13 23:54:11.284 INFO O| Dec 13 23:54:11.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
90002024-12-13T23:54:12.933Z[ host-image] Dec 13 23:54:11.285 INFO O| Dec 13 23:54:11.284 INFO ok!
90012024-12-13T23:54:12.933Z[ host-image] Dec 13 23:54:11.285 INFO O| Dec 13 23:54:11.284 INFO STEP 60 (ensure_file) COMPLETE
90022024-12-13T23:54:12.933Z[ host-image] Dec 13 23:54:11.285 INFO O| Dec 13 23:54:11.285 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90032024-12-13T23:54:12.949Z[ host-image] Dec 13 23:54:11.302 INFO O| Dec 13 23:54:11.302 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
90042024-12-13T23:54:12.949Z[ host-image] Dec 13 23:54:11.302 INFO O| Dec 13 23:54:11.302 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
90052024-12-13T23:54:12.949Z[ host-image] Dec 13 23:54:11.302 INFO O| Dec 13 23:54:11.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
90062024-12-13T23:54:12.949Z[ host-image] Dec 13 23:54:11.302 INFO O| Dec 13 23:54:11.302 INFO ok!
90072024-12-13T23:54:12.949Z[ host-image] Dec 13 23:54:11.302 INFO O| Dec 13 23:54:11.302 INFO STEP 61 (ensure_file) COMPLETE
90082024-12-13T23:54:12.949Z[ host-image] Dec 13 23:54:11.302 INFO O| Dec 13 23:54:11.302 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90092024-12-13T23:54:12.966Z[ host-image] Dec 13 23:54:11.320 INFO O| Dec 13 23:54:11.319 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
90102024-12-13T23:54:12.966Z[ host-image] Dec 13 23:54:11.320 INFO O| Dec 13 23:54:11.320 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
90112024-12-13T23:54:12.970Z[ host-image] Dec 13 23:54:11.320 INFO O| Dec 13 23:54:11.320 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90122024-12-13T23:54:12.970Z[ host-image] Dec 13 23:54:11.320 INFO O| Dec 13 23:54:11.320 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90132024-12-13T23:54:12.970Z[ host-image] Dec 13 23:54:11.320 INFO O| Dec 13 23:54:11.320 INFO ok!
90142024-12-13T23:54:12.970Z[ host-image] Dec 13 23:54:11.320 INFO O| Dec 13 23:54:11.320 INFO STEP 62 (ensure_file) COMPLETE
90152024-12-13T23:54:12.970Z[ host-image] Dec 13 23:54:11.320 INFO O| Dec 13 23:54:11.320 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90162024-12-13T23:54:12.984Z[ host-image] Dec 13 23:54:11.337 INFO O| Dec 13 23:54:11.337 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
90172024-12-13T23:54:12.984Z[ host-image] Dec 13 23:54:11.337 INFO O| Dec 13 23:54:11.337 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
90182024-12-13T23:54:12.986Z[ host-image] Dec 13 23:54:11.338 INFO O| Dec 13 23:54:11.338 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90192024-12-13T23:54:12.986Z[ host-image] Dec 13 23:54:11.338 INFO O| Dec 13 23:54:11.338 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90202024-12-13T23:54:12.986Z[ host-image] Dec 13 23:54:11.338 INFO O| Dec 13 23:54:11.338 INFO ok!
90212024-12-13T23:54:12.986Z[ host-image] Dec 13 23:54:11.338 INFO O| Dec 13 23:54:11.338 INFO STEP 63 (ensure_file) COMPLETE
90222024-12-13T23:54:12.986Z[ host-image] Dec 13 23:54:11.338 INFO O| Dec 13 23:54:11.338 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90232024-12-13T23:54:13.003Z[ host-image] Dec 13 23:54:11.355 INFO O| Dec 13 23:54:11.355 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90242024-12-13T23:54:13.003Z[ host-image] Dec 13 23:54:11.355 INFO O| Dec 13 23:54:11.355 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90252024-12-13T23:54:13.003Z[ host-image] Dec 13 23:54:11.355 INFO O| Dec 13 23:54:11.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90262024-12-13T23:54:13.003Z[ host-image] Dec 13 23:54:11.356 INFO O| Dec 13 23:54:11.355 INFO ok!
90272024-12-13T23:54:13.003Z[ host-image] Dec 13 23:54:11.356 INFO O| Dec 13 23:54:11.356 INFO STEP 64 (assemble_files) COMPLETE
90282024-12-13T23:54:13.003Z[ host-image] Dec 13 23:54:11.356 INFO O| Dec 13 23:54:11.356 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90292024-12-13T23:54:13.020Z[ host-image] Dec 13 23:54:11.374 INFO O| Dec 13 23:54:11.374 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90302024-12-13T23:54:13.020Z[ host-image] Dec 13 23:54:11.374 INFO O| Dec 13 23:54:11.374 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90312024-12-13T23:54:13.023Z[ host-image] Dec 13 23:54:11.374 INFO O| Dec 13 23:54:11.374 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90322024-12-13T23:54:13.026Z[ host-image] Dec 13 23:54:11.374 INFO O| Dec 13 23:54:11.374 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90332024-12-13T23:54:13.026Z[ host-image] Dec 13 23:54:11.374 INFO O| Dec 13 23:54:11.374 INFO ok!
90342024-12-13T23:54:13.026Z[ host-image] Dec 13 23:54:11.374 INFO O| Dec 13 23:54:11.374 INFO STEP 65 (ensure_file) COMPLETE
90352024-12-13T23:54:13.026Z[ host-image] Dec 13 23:54:11.374 INFO O| Dec 13 23:54:11.374 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90362024-12-13T23:54:13.037Z[ host-image] Dec 13 23:54:11.391 INFO O| Dec 13 23:54:11.391 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90372024-12-13T23:54:13.037Z[ host-image] Dec 13 23:54:11.391 INFO O| Dec 13 23:54:11.391 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90382024-12-13T23:54:13.040Z[ host-image] Dec 13 23:54:11.391 INFO O| Dec 13 23:54:11.391 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90392024-12-13T23:54:13.040Z[ host-image] Dec 13 23:54:11.391 INFO O| Dec 13 23:54:11.391 INFO STEP 66 (ensure_dir) COMPLETE
90402024-12-13T23:54:13.040Z[ host-image] Dec 13 23:54:11.391 INFO O| Dec 13 23:54:11.391 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90412024-12-13T23:54:13.054Z[ host-image] Dec 13 23:54:11.407 INFO O| Dec 13 23:54:11.407 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90422024-12-13T23:54:13.054Z[ host-image] Dec 13 23:54:11.408 INFO O| Dec 13 23:54:11.407 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 ...
90432024-12-13T23:54:13.064Z[ host-image] Dec 13 23:54:11.418 INFO O| Dec 13 23:54:11.418 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
90442024-12-13T23:54:13.064Z[ host-image] Dec 13 23:54:11.418 INFO O| Dec 13 23:54:11.418 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90452024-12-13T23:54:13.064Z[ host-image] Dec 13 23:54:11.418 INFO O| Dec 13 23:54:11.418 INFO ok!
90462024-12-13T23:54:13.067Z[ host-image] Dec 13 23:54:11.418 INFO O| Dec 13 23:54:11.418 INFO STEP 67 (ensure_file) COMPLETE
90472024-12-13T23:54:13.067Z[ host-image] Dec 13 23:54:11.418 INFO O| Dec 13 23:54:11.418 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90482024-12-13T23:54:13.082Z[ host-image] Dec 13 23:54:11.436 INFO O| Dec 13 23:54:11.436 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90492024-12-13T23:54:13.082Z[ host-image] Dec 13 23:54:11.436 INFO O| Dec 13 23:54:11.436 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 ...
90502024-12-13T23:54:13.085Z[ host-image] Dec 13 23:54:11.436 INFO O| Dec 13 23:54:11.436 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
90512024-12-13T23:54:13.085Z[ host-image] Dec 13 23:54:11.436 INFO O| Dec 13 23:54:11.436 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90522024-12-13T23:54:13.085Z[ host-image] Dec 13 23:54:11.436 INFO O| Dec 13 23:54:11.436 INFO ok!
90532024-12-13T23:54:13.085Z[ host-image] Dec 13 23:54:11.436 INFO O| Dec 13 23:54:11.436 INFO STEP 68 (ensure_file) COMPLETE
90542024-12-13T23:54:13.085Z[ host-image] Dec 13 23:54:11.436 INFO O| Dec 13 23:54:11.436 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90552024-12-13T23:54:13.107Z[ host-image] Dec 13 23:54:11.460 INFO O| Dec 13 23:54:11.460 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90562024-12-13T23:54:13.107Z[ host-image] Dec 13 23:54:11.461 INFO O| Dec 13 23:54:11.460 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90572024-12-13T23:54:24.448Z[ host-image] Dec 13 23:54:22.800 INFO O| Dec 13 23:54:22.800 INFO STEP 69 (pack_tar) COMPLETE
90582024-12-13T23:54:24.448Z[ host-image] Dec 13 23:54:22.800 INFO O| Dec 13 23:54:22.800 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90592024-12-13T23:54:24.453Z[ host-image] Dec 13 23:54:22.800 INFO O| Dec 13 23:54:22.800 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90602024-12-13T23:54:24.679Z[ host-image] Dec 13 23:54:23.031 INFO O| Dec 13 23:54:23.030 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90612024-12-13T23:54:24.845Z[ host-image] Dec 13 23:54:23.197 INFO O| Dec 13 23:54:23.197 INFO completed processing gimlet/ramdisk-02-trim
90622024-12-13T23:54:24.849Z[ host-image] Dec 13 23:54:23.201 INFO image builder template: zfs...
90632024-12-13T23:54:24.849Z[ host-image] Dec 13 23:54:23.201 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/.tmpwfH0qP/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
90642024-12-13T23:54:24.868Z[ host-image] Dec 13 23:54:23.220 INFO O| Dec 13 23:54:23.220 INFO skip include "stress" because feature "stress" is not enabled
90652024-12-13T23:54:24.930Z[ host-image] Dec 13 23:54:23.281 INFO O| Dec 13 23:54:23.281 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90662024-12-13T23:54:24.981Z[ host-image] Dec 13 23:54:23.333 INFO O| Dec 13 23:54:23.333 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90672024-12-13T23:54:25.133Z[ host-image] Dec 13 23:54:23.484 INFO O| Dec 13 23:54:23.484 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90682024-12-13T23:54:25.251Z[ host-image] Dec 13 23:54:23.603 INFO O| Dec 13 23:54:23.603 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90692024-12-13T23:54:25.255Z[ host-image] Dec 13 23:54:23.603 INFO O| Dec 13 23:54:23.603 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90702024-12-13T23:54:25.258Z[ host-image] Dec 13 23:54:23.610 INFO O| Dec 13 23:54:23.610 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90712024-12-13T23:54:25.407Z[ host-image] Dec 13 23:54:23.759 INFO O| Dec 13 23:54:23.759 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90722024-12-13T23:54:25.532Z[ host-image] Dec 13 23:54:23.853 INFO O| Dec 13 23:54:23.853 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90732024-12-13T23:54:25.532Z[ host-image] Dec 13 23:54:23.870 INFO O| Dec 13 23:54:23.870 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90742024-12-13T23:54:25.535Z[ host-image] Dec 13 23:54:23.879 INFO O| Dec 13 23:54:23.879 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90752024-12-13T23:54:25.535Z[ host-image] Dec 13 23:54:23.879 INFO O| Dec 13 23:54:23.879 INFO no lofi found
90762024-12-13T23:54:25.535Z[ host-image] Dec 13 23:54:23.879 INFO O| Dec 13 23:54:23.879 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90772024-12-13T23:54:25.535Z[ host-image] Dec 13 23:54:23.879 INFO O| Dec 13 23:54:23.879 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90782024-12-13T23:54:27.660Z[ host-image] Dec 13 23:54:26.012 INFO O| Dec 13 23:54:26.012 INFO lofi device = /dev/dsk/c2t1d0p0
90792024-12-13T23:54:27.660Z[ host-image] Dec 13 23:54:26.012 INFO O| Dec 13 23:54:26.012 INFO pool device = /dev/dsk/c2t1d0p0
90802024-12-13T23:54:27.664Z[ host-image] Dec 13 23:54:26.012 INFO O| Dec 13 23:54:26.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
90812024-12-13T23:54:27.933Z[ host-image] Dec 13 23:54:26.284 INFO O| Dec 13 23:54:26.284 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90822024-12-13T23:54:27.933Z[ host-image] Dec 13 23:54:26.284 INFO O| Dec 13 23:54:26.284 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90832024-12-13T23:54:27.981Z[ host-image] Dec 13 23:54:26.332 INFO O| Dec 13 23:54:26.332 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90842024-12-13T23:54:28.089Z[ host-image] Dec 13 23:54:26.440 INFO O| Dec 13 23:54:26.440 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90852024-12-13T23:54:28.150Z[ host-image] Dec 13 23:54:26.501 INFO O| Dec 13 23:54:26.501 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90862024-12-13T23:54:28.177Z[ host-image] Dec 13 23:54:26.529 INFO O| Dec 13 23:54:26.529 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90872024-12-13T23:54:28.204Z[ host-image] Dec 13 23:54:26.553 INFO O| Dec 13 23:54:26.553 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90882024-12-13T23:54:28.285Z[ host-image] Dec 13 23:54:26.637 INFO O| Dec 13 23:54:26.637 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90892024-12-13T23:54:28.288Z[ host-image] Dec 13 23:54:26.637 INFO O| Dec 13 23:54:26.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90902024-12-13T23:54:28.288Z[ host-image] Dec 13 23:54:26.637 INFO O| Dec 13 23:54:26.637 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90912024-12-13T23:54:28.304Z[ host-image] Dec 13 23:54:26.656 INFO O| Dec 13 23:54:26.656 INFO boot environment UUID: b0add794-9e9a-4831-a04a-5afe43363d7d
90922024-12-13T23:54:28.307Z[ host-image] Dec 13 23:54:26.656 INFO O| Dec 13 23:54:26.656 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = b0add794-9e9a-4831-a04a-5afe43363d7d
90932024-12-13T23:54:28.343Z[ host-image] Dec 13 23:54:26.695 INFO O| Dec 13 23:54:26.695 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90942024-12-13T23:54:28.378Z[ host-image] Dec 13 23:54:26.729 INFO O| Dec 13 23:54:26.729 INFO STEP 0 (create_be) COMPLETE
90952024-12-13T23:54:28.378Z[ host-image] Dec 13 23:54:26.729 INFO O| Dec 13 23:54:26.729 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90962024-12-13T23:54:28.437Z[ host-image] Dec 13 23:54:26.788 INFO O| Dec 13 23:54:26.788 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90972024-12-13T23:54:52.359Z[ host-image] Dec 13 23:54:50.707 INFO O| Dec 13 23:54:50.707 INFO STEP 1 (unpack_tar) COMPLETE
90982024-12-13T23:54:52.359Z[ host-image] Dec 13 23:54:50.707 INFO O| Dec 13 23:54:50.707 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90992024-12-13T23:54:52.379Z[ host-image] Dec 13 23:54:50.727 INFO O| Dec 13 23:54:50.727 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91002024-12-13T23:54:53.119Z[ host-image] Dec 13 23:54:51.466 INFO O| Dec 13 23:54:51.466 INFO STEP 2 (devfsadm) COMPLETE
91012024-12-13T23:54:53.122Z[ host-image] Dec 13 23:54:51.466 INFO O| Dec 13 23:54:51.466 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91022024-12-13T23:54:53.137Z[ host-image] Dec 13 23:54:51.485 INFO O| Dec 13 23:54:51.485 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91032024-12-13T23:54:53.138Z[ host-image] Dec 13 23:54:51.485 INFO O| Dec 13 23:54:51.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91042024-12-13T23:54:53.140Z[ host-image] Dec 13 23:54:51.485 INFO O| Dec 13 23:54:51.485 INFO STEP 3 (ensure_dir) COMPLETE
91052024-12-13T23:54:53.140Z[ host-image] Dec 13 23:54:51.485 INFO O| Dec 13 23:54:51.485 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91062024-12-13T23:54:53.150Z[ host-image] Dec 13 23:54:51.497 INFO O| Dec 13 23:54:51.497 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91072024-12-13T23:54:53.150Z[ host-image] Dec 13 23:54:51.497 INFO O| Dec 13 23:54:51.497 INFO STEP 4 (ensure_dir) COMPLETE
91082024-12-13T23:54:53.154Z[ host-image] Dec 13 23:54:51.497 INFO O| Dec 13 23:54:51.497 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91092024-12-13T23:54:53.167Z[ host-image] Dec 13 23:54:51.515 INFO O| Dec 13 23:54:51.515 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91102024-12-13T23:54:53.167Z[ host-image] Dec 13 23:54:51.515 INFO O| Dec 13 23:54:51.515 INFO STEP 5 (ensure_dir) COMPLETE
91112024-12-13T23:54:53.167Z[ host-image] Dec 13 23:54:51.515 INFO O| Dec 13 23:54:51.515 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91122024-12-13T23:54:53.184Z[ host-image] Dec 13 23:54:51.532 INFO O| Dec 13 23:54:51.532 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91132024-12-13T23:54:53.184Z[ host-image] Dec 13 23:54:51.532 INFO O| Dec 13 23:54:51.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91142024-12-13T23:54:53.184Z[ host-image] Dec 13 23:54:51.532 INFO O| Dec 13 23:54:51.532 INFO STEP 6 (ensure_dir) COMPLETE
91152024-12-13T23:54:53.187Z[ host-image] Dec 13 23:54:51.532 INFO O| Dec 13 23:54:51.532 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91162024-12-13T23:54:53.200Z[ host-image] Dec 13 23:54:51.548 INFO O| Dec 13 23:54:51.548 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91172024-12-13T23:54:53.207Z[ host-image] Dec 13 23:54:51.548 INFO O| Dec 13 23:54:51.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91182024-12-13T23:54:53.207Z[ host-image] Dec 13 23:54:51.548 INFO O| Dec 13 23:54:51.548 INFO STEP 7 (ensure_dir) COMPLETE
91192024-12-13T23:54:53.207Z[ host-image] Dec 13 23:54:51.548 INFO O| Dec 13 23:54:51.548 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91202024-12-13T23:54:53.217Z[ host-image] Dec 13 23:54:51.565 INFO O| Dec 13 23:54:51.565 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91212024-12-13T23:54:53.221Z[ host-image] Dec 13 23:54:51.565 INFO O| Dec 13 23:54:51.565 INFO STEP 8 (remove_files) COMPLETE
91222024-12-13T23:54:53.221Z[ host-image] Dec 13 23:54:51.566 INFO O| Dec 13 23:54:51.565 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91232024-12-13T23:54:53.236Z[ host-image] Dec 13 23:54:51.582 INFO O| Dec 13 23:54:51.582 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91242024-12-13T23:54:53.239Z[ host-image] Dec 13 23:54:51.584 INFO O| Dec 13 23:54:51.583 INFO STEP 9 (remove_files) COMPLETE
91252024-12-13T23:54:53.239Z[ host-image] Dec 13 23:54:51.584 INFO O| Dec 13 23:54:51.584 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91262024-12-13T23:54:53.249Z[ host-image] Dec 13 23:54:51.596 INFO O| Dec 13 23:54:51.596 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91272024-12-13T23:54:53.252Z[ host-image] Dec 13 23:54:51.597 INFO O| Dec 13 23:54:51.597 INFO STEP 10 (remove_files) COMPLETE
91282024-12-13T23:54:53.252Z[ host-image] Dec 13 23:54:51.597 INFO O| Dec 13 23:54:51.597 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91292024-12-13T23:54:53.267Z[ host-image] Dec 13 23:54:51.614 INFO O| Dec 13 23:54:51.614 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91302024-12-13T23:54:53.267Z[ host-image] Dec 13 23:54:51.614 INFO O| Dec 13 23:54:51.614 INFO STEP 11 (remove_files) COMPLETE
91312024-12-13T23:54:53.272Z[ host-image] Dec 13 23:54:51.615 INFO O| Dec 13 23:54:51.614 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91322024-12-13T23:54:53.285Z[ host-image] Dec 13 23:54:51.632 INFO O| Dec 13 23:54:51.632 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91332024-12-13T23:54:53.288Z[ host-image] Dec 13 23:54:51.632 INFO O| Dec 13 23:54:51.632 INFO STEP 12 (remove_files) COMPLETE
91342024-12-13T23:54:53.289Z[ host-image] Dec 13 23:54:51.632 INFO O| Dec 13 23:54:51.632 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91352024-12-13T23:54:53.303Z[ host-image] Dec 13 23:54:51.650 INFO O| Dec 13 23:54:51.650 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91362024-12-13T23:54:53.304Z[ host-image] Dec 13 23:54:51.650 INFO O| Dec 13 23:54:51.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91372024-12-13T23:54:53.306Z[ host-image] Dec 13 23:54:51.651 INFO O| Dec 13 23:54:51.651 INFO STEP 13 (ensure_dir) COMPLETE
91382024-12-13T23:54:53.306Z[ host-image] Dec 13 23:54:51.651 INFO O| Dec 13 23:54:51.651 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91392024-12-13T23:54:53.320Z[ host-image] Dec 13 23:54:51.667 INFO O| Dec 13 23:54:51.667 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91402024-12-13T23:54:53.320Z[ host-image] Dec 13 23:54:51.667 INFO O| Dec 13 23:54:51.667 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91412024-12-13T23:54:53.324Z[ host-image] Dec 13 23:54:51.668 INFO O| Dec 13 23:54:51.668 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91422024-12-13T23:54:53.324Z[ host-image] Dec 13 23:54:51.668 INFO O| Dec 13 23:54:51.668 INFO STEP 14 (ensure_dir) COMPLETE
91432024-12-13T23:54:53.324Z[ host-image] Dec 13 23:54:51.668 INFO O| Dec 13 23:54:51.668 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91442024-12-13T23:54:53.340Z[ host-image] Dec 13 23:54:51.684 INFO O| Dec 13 23:54:51.684 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91452024-12-13T23:54:53.340Z[ host-image] Dec 13 23:54:51.684 INFO O| Dec 13 23:54:51.684 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91462024-12-13T23:54:53.347Z[ host-image] Dec 13 23:54:51.684 INFO O| Dec 13 23:54:51.684 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91472024-12-13T23:54:53.347Z[ host-image] Dec 13 23:54:51.684 INFO O| Dec 13 23:54:51.684 INFO STEP 15 (ensure_dir) COMPLETE
91482024-12-13T23:54:53.347Z[ host-image] Dec 13 23:54:51.684 INFO O| Dec 13 23:54:51.684 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91492024-12-13T23:54:53.362Z[ host-image] Dec 13 23:54:51.701 INFO O| Dec 13 23:54:51.701 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91502024-12-13T23:54:53.362Z[ host-image] Dec 13 23:54:51.702 INFO O| Dec 13 23:54:51.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91512024-12-13T23:54:53.362Z[ host-image] Dec 13 23:54:51.702 INFO O| Dec 13 23:54:51.702 INFO STEP 16 (ensure_dir) COMPLETE
91522024-12-13T23:54:53.362Z[ host-image] Dec 13 23:54:51.702 INFO O| Dec 13 23:54:51.702 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91532024-12-13T23:54:53.372Z[ host-image] Dec 13 23:54:51.719 INFO O| Dec 13 23:54:51.719 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91542024-12-13T23:54:53.390Z[ host-image] Dec 13 23:54:51.719 INFO O| Dec 13 23:54:51.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91552024-12-13T23:54:53.390Z[ host-image] Dec 13 23:54:51.719 INFO O| Dec 13 23:54:51.719 INFO STEP 17 (ensure_dir) COMPLETE
91562024-12-13T23:54:53.390Z[ host-image] Dec 13 23:54:51.719 INFO O| Dec 13 23:54:51.719 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91572024-12-13T23:54:53.402Z[ host-image] Dec 13 23:54:51.737 INFO O| Dec 13 23:54:51.737 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91582024-12-13T23:54:53.402Z[ host-image] Dec 13 23:54:51.737 INFO O| Dec 13 23:54:51.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91592024-12-13T23:54:53.402Z[ host-image] Dec 13 23:54:51.737 INFO O| Dec 13 23:54:51.737 INFO ok!
91602024-12-13T23:54:53.403Z[ host-image] Dec 13 23:54:51.737 INFO O| Dec 13 23:54:51.737 INFO STEP 18 (ensure_symlink) COMPLETE
91612024-12-13T23:54:53.403Z[ host-image] Dec 13 23:54:51.737 INFO O| Dec 13 23:54:51.737 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91622024-12-13T23:54:53.406Z[ host-image] Dec 13 23:54:51.752 INFO O| Dec 13 23:54:51.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91632024-12-13T23:54:53.406Z[ host-image] Dec 13 23:54:51.752 INFO O| Dec 13 23:54:51.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91642024-12-13T23:54:53.406Z[ host-image] Dec 13 23:54:51.752 INFO O| Dec 13 23:54:51.752 INFO ok!
91652024-12-13T23:54:53.406Z[ host-image] Dec 13 23:54:51.752 INFO O| Dec 13 23:54:51.752 INFO STEP 19 (ensure_file) COMPLETE
91662024-12-13T23:54:53.406Z[ host-image] Dec 13 23:54:51.752 INFO O| Dec 13 23:54:51.752 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91672024-12-13T23:54:53.422Z[ host-image] Dec 13 23:54:51.770 INFO O| Dec 13 23:54:51.769 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91682024-12-13T23:54:53.422Z[ host-image] Dec 13 23:54:51.770 INFO O| Dec 13 23:54:51.769 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91692024-12-13T23:54:53.425Z[ host-image] Dec 13 23:54:51.770 INFO O| Dec 13 23:54:51.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91702024-12-13T23:54:53.425Z[ host-image] Dec 13 23:54:51.770 INFO O| Dec 13 23:54:51.770 INFO ok!
91712024-12-13T23:54:53.425Z[ host-image] Dec 13 23:54:51.770 INFO O| Dec 13 23:54:51.770 INFO STEP 20 (ensure_symlink) COMPLETE
91722024-12-13T23:54:53.425Z[ host-image] Dec 13 23:54:51.770 INFO O| Dec 13 23:54:51.770 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91732024-12-13T23:54:53.439Z[ host-image] Dec 13 23:54:51.786 INFO O| Dec 13 23:54:51.786 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91742024-12-13T23:54:53.439Z[ host-image] Dec 13 23:54:51.786 INFO O| Dec 13 23:54:51.786 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91752024-12-13T23:54:53.443Z[ host-image] Dec 13 23:54:51.787 INFO O| Dec 13 23:54:51.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91762024-12-13T23:54:53.443Z[ host-image] Dec 13 23:54:51.787 INFO O| Dec 13 23:54:51.787 INFO ok!
91772024-12-13T23:54:53.443Z[ host-image] Dec 13 23:54:51.787 INFO O| Dec 13 23:54:51.787 INFO STEP 21 (ensure_symlink) COMPLETE
91782024-12-13T23:54:53.443Z[ host-image] Dec 13 23:54:51.787 INFO O| Dec 13 23:54:51.787 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91792024-12-13T23:54:53.452Z[ host-image] Dec 13 23:54:51.799 INFO O| Dec 13 23:54:51.799 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91802024-12-13T23:54:53.452Z[ host-image] Dec 13 23:54:51.799 INFO O| Dec 13 23:54:51.799 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91812024-12-13T23:54:53.454Z[ host-image] Dec 13 23:54:51.800 INFO O| Dec 13 23:54:51.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91822024-12-13T23:54:53.454Z[ host-image] Dec 13 23:54:51.800 INFO O| Dec 13 23:54:51.800 INFO ok!
91832024-12-13T23:54:53.454Z[ host-image] Dec 13 23:54:51.800 INFO O| Dec 13 23:54:51.800 INFO STEP 22 (ensure_symlink) COMPLETE
91842024-12-13T23:54:53.454Z[ host-image] Dec 13 23:54:51.800 INFO O| Dec 13 23:54:51.800 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91852024-12-13T23:54:53.468Z[ host-image] Dec 13 23:54:51.815 INFO O| Dec 13 23:54:51.815 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91862024-12-13T23:54:53.470Z[ host-image] Dec 13 23:54:51.815 INFO O| Dec 13 23:54:51.815 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91872024-12-13T23:54:53.470Z[ host-image] Dec 13 23:54:51.815 INFO O| Dec 13 23:54:51.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91882024-12-13T23:54:53.470Z[ host-image] Dec 13 23:54:51.816 INFO O| Dec 13 23:54:51.816 INFO ok!
91892024-12-13T23:54:53.470Z[ host-image] Dec 13 23:54:51.816 INFO O| Dec 13 23:54:51.816 INFO STEP 23 (ensure_symlink) COMPLETE
91902024-12-13T23:54:53.470Z[ host-image] Dec 13 23:54:51.816 INFO O| Dec 13 23:54:51.816 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91912024-12-13T23:54:53.486Z[ host-image] Dec 13 23:54:51.833 INFO O| Dec 13 23:54:51.833 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91922024-12-13T23:54:53.488Z[ host-image] Dec 13 23:54:51.833 INFO O| Dec 13 23:54:51.833 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91932024-12-13T23:54:53.488Z[ host-image] Dec 13 23:54:51.833 INFO O| Dec 13 23:54:51.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91942024-12-13T23:54:53.488Z[ host-image] Dec 13 23:54:51.833 INFO O| Dec 13 23:54:51.833 INFO ok!
91952024-12-13T23:54:53.488Z[ host-image] Dec 13 23:54:51.833 INFO O| Dec 13 23:54:51.833 INFO STEP 24 (ensure_file) COMPLETE
91962024-12-13T23:54:53.488Z[ host-image] Dec 13 23:54:51.833 INFO O| Dec 13 23:54:51.833 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91972024-12-13T23:54:53.503Z[ host-image] Dec 13 23:54:51.851 INFO O| Dec 13 23:54:51.851 INFO updating shadow file
91982024-12-13T23:54:53.507Z[ host-image] Dec 13 23:54:51.851 INFO O| Dec 13 23:54:51.851 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91992024-12-13T23:54:53.507Z[ host-image] Dec 13 23:54:51.851 INFO O| Dec 13 23:54:51.851 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92002024-12-13T23:54:53.507Z[ host-image] Dec 13 23:54:51.851 INFO O| Dec 13 23:54:51.851 INFO STEP 25 (shadow) COMPLETE
92012024-12-13T23:54:53.507Z[ host-image] Dec 13 23:54:51.851 INFO O| Dec 13 23:54:51.851 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92022024-12-13T23:54:53.520Z[ host-image] Dec 13 23:54:51.867 INFO O| Dec 13 23:54:51.867 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
92032024-12-13T23:54:53.524Z[ host-image] Dec 13 23:54:51.867 INFO O| Dec 13 23:54:51.867 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
92042024-12-13T23:54:53.524Z[ host-image] Dec 13 23:54:51.867 INFO O| Dec 13 23:54:51.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
92052024-12-13T23:54:53.524Z[ host-image] Dec 13 23:54:51.867 INFO O| Dec 13 23:54:51.867 INFO ok!
92062024-12-13T23:54:53.524Z[ host-image] Dec 13 23:54:51.867 INFO O| Dec 13 23:54:51.867 INFO STEP 26 (ensure_file) COMPLETE
92072024-12-13T23:54:53.524Z[ host-image] Dec 13 23:54:51.867 INFO O| Dec 13 23:54:51.867 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92082024-12-13T23:54:53.532Z[ host-image] Dec 13 23:54:51.879 INFO O| Dec 13 23:54:51.879 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92092024-12-13T23:54:53.534Z[ host-image] Dec 13 23:54:51.879 INFO O| Dec 13 23:54:51.879 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92102024-12-13T23:54:53.534Z[ host-image] Dec 13 23:54:51.880 INFO O| Dec 13 23:54:51.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92112024-12-13T23:54:53.535Z[ host-image] Dec 13 23:54:51.880 INFO O| Dec 13 23:54:51.880 INFO ok!
92122024-12-13T23:54:53.535Z[ host-image] Dec 13 23:54:51.880 INFO O| Dec 13 23:54:51.880 INFO STEP 27 (ensure_file) COMPLETE
92132024-12-13T23:54:53.535Z[ host-image] Dec 13 23:54:51.880 INFO O| Dec 13 23:54:51.880 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92142024-12-13T23:54:53.548Z[ host-image] Dec 13 23:54:51.894 INFO O| Dec 13 23:54:51.894 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92152024-12-13T23:54:53.548Z[ host-image] Dec 13 23:54:51.894 INFO O| Dec 13 23:54:51.894 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92162024-12-13T23:54:53.551Z[ host-image] Dec 13 23:54:51.895 INFO O| Dec 13 23:54:51.895 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92172024-12-13T23:54:53.551Z[ host-image] Dec 13 23:54:51.895 INFO O| Dec 13 23:54:51.895 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92182024-12-13T23:54:53.551Z[ host-image] Dec 13 23:54:51.895 INFO O| Dec 13 23:54:51.895 INFO ok!
92192024-12-13T23:54:53.551Z[ host-image] Dec 13 23:54:51.895 INFO O| Dec 13 23:54:51.895 INFO STEP 28 (ensure_file) COMPLETE
92202024-12-13T23:54:53.551Z[ host-image] Dec 13 23:54:51.895 INFO O| Dec 13 23:54:51.895 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92212024-12-13T23:54:53.569Z[ host-image] Dec 13 23:54:51.912 INFO O| Dec 13 23:54:51.912 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92222024-12-13T23:54:53.569Z[ host-image] Dec 13 23:54:51.912 INFO O| Dec 13 23:54:51.912 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92232024-12-13T23:54:53.574Z[ host-image] Dec 13 23:54:51.912 INFO O| Dec 13 23:54:51.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92242024-12-13T23:54:53.574Z[ host-image] Dec 13 23:54:51.912 INFO O| Dec 13 23:54:51.912 INFO ok!
92252024-12-13T23:54:53.574Z[ host-image] Dec 13 23:54:51.912 INFO O| Dec 13 23:54:51.912 INFO STEP 29 (ensure_file) COMPLETE
92262024-12-13T23:54:53.574Z[ host-image] Dec 13 23:54:51.912 INFO O| Dec 13 23:54:51.912 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92272024-12-13T23:54:53.583Z[ host-image] Dec 13 23:54:51.930 INFO O| Dec 13 23:54:51.930 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92282024-12-13T23:54:53.583Z[ host-image] Dec 13 23:54:51.930 INFO O| Dec 13 23:54:51.930 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92292024-12-13T23:54:53.585Z[ host-image] Dec 13 23:54:51.930 INFO O| Dec 13 23:54:51.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92302024-12-13T23:54:53.585Z[ host-image] Dec 13 23:54:51.930 INFO O| Dec 13 23:54:51.930 INFO ok!
92312024-12-13T23:54:53.585Z[ host-image] Dec 13 23:54:51.931 INFO O| Dec 13 23:54:51.930 INFO STEP 30 (ensure_file) COMPLETE
92322024-12-13T23:54:53.585Z[ host-image] Dec 13 23:54:51.931 INFO O| Dec 13 23:54:51.930 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92332024-12-13T23:54:53.600Z[ host-image] Dec 13 23:54:51.948 INFO O| Dec 13 23:54:51.948 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92342024-12-13T23:54:53.600Z[ host-image] Dec 13 23:54:51.948 INFO O| Dec 13 23:54:51.948 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92352024-12-13T23:54:53.603Z[ host-image] Dec 13 23:54:51.948 INFO O| Dec 13 23:54:51.948 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92362024-12-13T23:54:53.603Z[ host-image] Dec 13 23:54:51.948 INFO O| Dec 13 23:54:51.948 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92372024-12-13T23:54:53.603Z[ host-image] Dec 13 23:54:51.948 INFO O| Dec 13 23:54:51.948 INFO ok!
92382024-12-13T23:54:53.603Z[ host-image] Dec 13 23:54:51.948 INFO O| Dec 13 23:54:51.948 INFO STEP 31 (ensure_file) COMPLETE
92392024-12-13T23:54:53.603Z[ host-image] Dec 13 23:54:51.948 INFO O| Dec 13 23:54:51.948 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92402024-12-13T23:54:53.617Z[ host-image] Dec 13 23:54:51.965 INFO O| Dec 13 23:54:51.965 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92412024-12-13T23:54:53.618Z[ host-image] Dec 13 23:54:51.965 INFO O| Dec 13 23:54:51.965 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92422024-12-13T23:54:53.621Z[ host-image] Dec 13 23:54:51.965 INFO O| Dec 13 23:54:51.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92432024-12-13T23:54:53.621Z[ host-image] Dec 13 23:54:51.966 INFO O| Dec 13 23:54:51.966 INFO ok!
92442024-12-13T23:54:53.621Z[ host-image] Dec 13 23:54:51.966 INFO O| Dec 13 23:54:51.966 INFO STEP 32 (ensure_file) COMPLETE
92452024-12-13T23:54:53.621Z[ host-image] Dec 13 23:54:51.966 INFO O| Dec 13 23:54:51.966 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92462024-12-13T23:54:53.636Z[ host-image] Dec 13 23:54:51.983 INFO O| Dec 13 23:54:51.983 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92472024-12-13T23:54:53.640Z[ host-image] Dec 13 23:54:51.983 INFO O| Dec 13 23:54:51.983 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92482024-12-13T23:54:53.640Z[ host-image] Dec 13 23:54:51.983 INFO O| Dec 13 23:54:51.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92492024-12-13T23:54:53.640Z[ host-image] Dec 13 23:54:51.983 INFO O| Dec 13 23:54:51.983 INFO ok!
92502024-12-13T23:54:53.640Z[ host-image] Dec 13 23:54:51.983 INFO O| Dec 13 23:54:51.983 INFO STEP 33 (ensure_file) COMPLETE
92512024-12-13T23:54:53.640Z[ host-image] Dec 13 23:54:51.983 INFO O| Dec 13 23:54:51.983 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92522024-12-13T23:54:53.653Z[ host-image] Dec 13 23:54:52.000 INFO O| Dec 13 23:54:52.000 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92532024-12-13T23:54:53.654Z[ host-image] Dec 13 23:54:52.000 INFO O| Dec 13 23:54:52.000 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92542024-12-13T23:54:53.657Z[ host-image] Dec 13 23:54:52.001 INFO O| Dec 13 23:54:52.001 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92552024-12-13T23:54:53.657Z[ host-image] Dec 13 23:54:52.001 INFO O| Dec 13 23:54:52.001 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92562024-12-13T23:54:53.657Z[ host-image] Dec 13 23:54:52.001 INFO O| Dec 13 23:54:52.001 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92572024-12-13T23:54:53.657Z[ host-image] Dec 13 23:54:52.001 INFO O| Dec 13 23:54:52.001 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92582024-12-13T23:54:53.658Z[ host-image] Dec 13 23:54:52.001 INFO O| Dec 13 23:54:52.001 INFO ok!
92592024-12-13T23:54:53.658Z[ host-image] Dec 13 23:54:52.001 INFO O| Dec 13 23:54:52.001 INFO STEP 34 (ensure_file) COMPLETE
92602024-12-13T23:54:53.658Z[ host-image] Dec 13 23:54:52.001 INFO O| Dec 13 23:54:52.001 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92612024-12-13T23:54:53.669Z[ host-image] Dec 13 23:54:52.017 INFO O| Dec 13 23:54:52.017 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92622024-12-13T23:54:53.669Z[ host-image] Dec 13 23:54:52.017 INFO O| Dec 13 23:54:52.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92632024-12-13T23:54:53.669Z[ host-image] Dec 13 23:54:52.017 INFO O| Dec 13 23:54:52.017 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92642024-12-13T23:54:53.672Z[ host-image] Dec 13 23:54:52.017 INFO O| Dec 13 23:54:52.017 INFO STEP 35 (ensure_dir) COMPLETE
92652024-12-13T23:54:53.672Z[ host-image] Dec 13 23:54:52.017 INFO O| Dec 13 23:54:52.017 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92662024-12-13T23:54:53.687Z[ host-image] Dec 13 23:54:52.033 INFO O| Dec 13 23:54:52.033 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
92672024-12-13T23:54:53.688Z[ host-image] Dec 13 23:54:52.033 INFO O| Dec 13 23:54:52.033 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 ...
92682024-12-13T23:54:53.690Z[ host-image] Dec 13 23:54:52.034 INFO O| Dec 13 23:54:52.034 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
92692024-12-13T23:54:53.691Z[ host-image] Dec 13 23:54:52.034 INFO O| Dec 13 23:54:52.034 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
92702024-12-13T23:54:53.691Z[ host-image] Dec 13 23:54:52.034 INFO O| Dec 13 23:54:52.034 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
92712024-12-13T23:54:53.691Z[ host-image] Dec 13 23:54:52.034 INFO O| Dec 13 23:54:52.034 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
92722024-12-13T23:54:53.691Z[ host-image] Dec 13 23:54:52.034 INFO O| Dec 13 23:54:52.034 INFO ok!
92732024-12-13T23:54:53.691Z[ host-image] Dec 13 23:54:52.034 INFO O| Dec 13 23:54:52.034 INFO STEP 36 (ensure_file) COMPLETE
92742024-12-13T23:54:53.691Z[ host-image] Dec 13 23:54:52.034 INFO O| Dec 13 23:54:52.034 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92752024-12-13T23:54:53.700Z[ host-image] Dec 13 23:54:52.047 INFO O| Dec 13 23:54:52.047 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92762024-12-13T23:54:53.703Z[ host-image] Dec 13 23:54:52.047 INFO O| Dec 13 23:54:52.047 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 ...
92772024-12-13T23:54:53.703Z[ host-image] Dec 13 23:54:52.048 INFO O| Dec 13 23:54:52.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92782024-12-13T23:54:53.703Z[ host-image] Dec 13 23:54:52.048 INFO O| Dec 13 23:54:52.048 INFO ok!
92792024-12-13T23:54:53.703Z[ host-image] Dec 13 23:54:52.048 INFO O| Dec 13 23:54:52.048 INFO STEP 37 (ensure_symlink) COMPLETE
92802024-12-13T23:54:53.703Z[ host-image] Dec 13 23:54:52.048 INFO O| Dec 13 23:54:52.048 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92812024-12-13T23:54:53.717Z[ host-image] Dec 13 23:54:52.065 INFO O| Dec 13 23:54:52.065 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92822024-12-13T23:54:53.717Z[ host-image] Dec 13 23:54:52.065 INFO O| Dec 13 23:54:52.065 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92832024-12-13T23:54:53.720Z[ host-image] Dec 13 23:54:52.065 INFO O| Dec 13 23:54:52.065 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92842024-12-13T23:54:53.720Z[ host-image] Dec 13 23:54:52.065 INFO O| Dec 13 23:54:52.065 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92852024-12-13T23:54:53.720Z[ host-image] Dec 13 23:54:52.065 INFO O| Dec 13 23:54:52.065 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92862024-12-13T23:54:53.720Z[ host-image] Dec 13 23:54:52.065 INFO O| Dec 13 23:54:52.065 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92872024-12-13T23:54:53.720Z[ host-image] Dec 13 23:54:52.065 INFO O| Dec 13 23:54:52.065 INFO ok!
92882024-12-13T23:54:53.721Z[ host-image] Dec 13 23:54:52.065 INFO O| Dec 13 23:54:52.065 INFO STEP 38 (ensure_file) COMPLETE
92892024-12-13T23:54:53.721Z[ host-image] Dec 13 23:54:52.065 INFO O| Dec 13 23:54:52.065 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92902024-12-13T23:54:53.734Z[ host-image] Dec 13 23:54:52.081 INFO O| Dec 13 23:54:52.081 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92912024-12-13T23:54:53.734Z[ host-image] Dec 13 23:54:52.081 INFO O| Dec 13 23:54:52.081 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 ...
92922024-12-13T23:54:53.734Z[ host-image] Dec 13 23:54:52.081 INFO O| Dec 13 23:54:52.081 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
92932024-12-13T23:54:53.737Z[ host-image] Dec 13 23:54:52.081 INFO O| Dec 13 23:54:52.081 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92942024-12-13T23:54:53.737Z[ host-image] Dec 13 23:54:52.081 INFO O| Dec 13 23:54:52.081 INFO ok!
92952024-12-13T23:54:53.738Z[ host-image] Dec 13 23:54:52.081 INFO O| Dec 13 23:54:52.081 INFO STEP 39 (ensure_file) COMPLETE
92962024-12-13T23:54:53.738Z[ host-image] Dec 13 23:54:52.081 INFO O| Dec 13 23:54:52.081 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92972024-12-13T23:54:53.751Z[ host-image] Dec 13 23:54:52.098 INFO O| Dec 13 23:54:52.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92982024-12-13T23:54:53.751Z[ host-image] Dec 13 23:54:52.098 INFO O| Dec 13 23:54:52.098 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92992024-12-13T23:54:53.751Z[ host-image] Dec 13 23:54:52.098 INFO O| Dec 13 23:54:52.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93002024-12-13T23:54:53.754Z[ host-image] Dec 13 23:54:52.098 INFO O| Dec 13 23:54:52.098 INFO ok!
93012024-12-13T23:54:53.754Z[ host-image] Dec 13 23:54:52.098 INFO O| Dec 13 23:54:52.098 INFO STEP 40 (ensure_file) COMPLETE
93022024-12-13T23:54:53.754Z[ host-image] Dec 13 23:54:52.098 INFO O| Dec 13 23:54:52.098 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93032024-12-13T23:54:53.767Z[ host-image] Dec 13 23:54:52.115 INFO O| Dec 13 23:54:52.115 INFO updating shadow file
93042024-12-13T23:54:53.770Z[ host-image] Dec 13 23:54:52.115 INFO O| Dec 13 23:54:52.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93052024-12-13T23:54:53.770Z[ host-image] Dec 13 23:54:52.115 INFO O| Dec 13 23:54:52.115 INFO STEP 41 (shadow) COMPLETE
93062024-12-13T23:54:53.770Z[ host-image] Dec 13 23:54:52.115 INFO O| Dec 13 23:54:52.115 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93072024-12-13T23:54:53.785Z[ host-image] Dec 13 23:54:52.133 INFO O| Dec 13 23:54:52.132 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93082024-12-13T23:54:53.785Z[ host-image] Dec 13 23:54:52.133 INFO O| Dec 13 23:54:52.133 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93092024-12-13T23:54:53.788Z[ host-image] Dec 13 23:54:52.133 INFO O| Dec 13 23:54:52.133 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93102024-12-13T23:54:53.788Z[ host-image] Dec 13 23:54:52.133 INFO O| Dec 13 23:54:52.133 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93112024-12-13T23:54:53.788Z[ host-image] Dec 13 23:54:52.133 INFO O| Dec 13 23:54:52.133 INFO ok!
93122024-12-13T23:54:53.788Z[ host-image] Dec 13 23:54:52.133 INFO O| Dec 13 23:54:52.133 INFO STEP 42 (ensure_file) COMPLETE
93132024-12-13T23:54:53.788Z[ host-image] Dec 13 23:54:52.133 INFO O| Dec 13 23:54:52.133 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93142024-12-13T23:54:53.788Z[ host-image] Dec 13 23:54:52.133 INFO O| Dec 13 23:54:52.133 INFO skip step because feature "mfg" is not enabled
93152024-12-13T23:54:53.790Z[ host-image] Dec 13 23:54:52.133 INFO O| Dec 13 23:54:52.133 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93162024-12-13T23:54:53.790Z[ host-image] Dec 13 23:54:52.133 INFO O| Dec 13 23:54:52.133 INFO skip step because feature "mfg" is not enabled
93172024-12-13T23:54:53.790Z[ host-image] Dec 13 23:54:52.133 INFO O| Dec 13 23:54:52.133 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93182024-12-13T23:54:53.803Z[ host-image] Dec 13 23:54:52.150 INFO O| Dec 13 23:54:52.150 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93192024-12-13T23:54:53.803Z[ host-image] Dec 13 23:54:52.150 INFO O| Dec 13 23:54:52.150 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93202024-12-13T23:54:54.620Z[ host-image] Dec 13 23:54:52.967 INFO O| Dec 13 23:54:52.967 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93212024-12-13T23:54:54.620Z[ host-image] Dec 13 23:54:52.967 INFO O| Dec 13 23:54:52.967 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93222024-12-13T23:54:54.620Z[ host-image] Dec 13 23:54:52.967 INFO O| Dec 13 23:54:52.967 INFO ok!
93232024-12-13T23:54:54.622Z[ host-image] Dec 13 23:54:52.967 INFO O| Dec 13 23:54:52.967 INFO STEP 45 (ensure_file) COMPLETE
93242024-12-13T23:54:54.622Z[ host-image] Dec 13 23:54:52.967 INFO O| Dec 13 23:54:52.967 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93252024-12-13T23:54:54.639Z[ host-image] Dec 13 23:54:52.986 INFO O| Dec 13 23:54:52.986 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93262024-12-13T23:54:54.639Z[ host-image] Dec 13 23:54:52.986 INFO O| Dec 13 23:54:52.986 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93272024-12-13T23:54:54.642Z[ host-image] Dec 13 23:54:52.986 INFO O| Dec 13 23:54:52.986 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93282024-12-13T23:54:54.642Z[ host-image] Dec 13 23:54:52.986 INFO O| Dec 13 23:54:52.986 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93292024-12-13T23:54:54.642Z[ host-image] Dec 13 23:54:52.986 INFO O| Dec 13 23:54:52.986 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93302024-12-13T23:54:54.642Z[ host-image] Dec 13 23:54:52.986 INFO O| Dec 13 23:54:52.986 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93312024-12-13T23:54:54.642Z[ host-image] Dec 13 23:54:52.986 INFO O| Dec 13 23:54:52.986 INFO ok!
93322024-12-13T23:54:54.642Z[ host-image] Dec 13 23:54:52.987 INFO O| Dec 13 23:54:52.986 INFO STEP 46 (ensure_file) COMPLETE
93332024-12-13T23:54:54.642Z[ host-image] Dec 13 23:54:52.987 INFO O| Dec 13 23:54:52.986 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93342024-12-13T23:54:54.653Z[ host-image] Dec 13 23:54:53.000 INFO O| Dec 13 23:54:53.000 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93352024-12-13T23:54:54.653Z[ host-image] Dec 13 23:54:53.000 INFO O| Dec 13 23:54:53.000 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 ...
93362024-12-13T23:54:54.655Z[ host-image] Dec 13 23:54:53.000 INFO O| Dec 13 23:54:53.000 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
93372024-12-13T23:54:54.655Z[ host-image] Dec 13 23:54:53.000 INFO O| Dec 13 23:54:53.000 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93382024-12-13T23:54:54.655Z[ host-image] Dec 13 23:54:53.000 INFO O| Dec 13 23:54:53.000 INFO ok!
93392024-12-13T23:54:54.655Z[ host-image] Dec 13 23:54:53.000 INFO O| Dec 13 23:54:53.000 INFO STEP 47 (ensure_file) COMPLETE
93402024-12-13T23:54:54.656Z[ host-image] Dec 13 23:54:53.000 INFO O| Dec 13 23:54:53.000 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93412024-12-13T23:54:54.673Z[ host-image] Dec 13 23:54:53.021 INFO O| Dec 13 23:54:53.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93422024-12-13T23:54:54.673Z[ host-image] Dec 13 23:54:53.021 INFO O| Dec 13 23:54:53.021 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93432024-12-13T23:54:54.676Z[ host-image] Dec 13 23:54:53.021 INFO O| Dec 13 23:54:53.021 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93442024-12-13T23:54:54.676Z[ host-image] Dec 13 23:54:53.021 INFO O| Dec 13 23:54:53.021 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93452024-12-13T23:54:54.676Z[ host-image] Dec 13 23:54:53.021 INFO O| Dec 13 23:54:53.021 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93462024-12-13T23:54:54.676Z[ host-image] Dec 13 23:54:53.021 INFO O| Dec 13 23:54:53.021 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93472024-12-13T23:54:54.676Z[ host-image] Dec 13 23:54:53.021 INFO O| Dec 13 23:54:53.021 INFO ok!
93482024-12-13T23:54:54.676Z[ host-image] Dec 13 23:54:53.021 INFO O| Dec 13 23:54:53.021 INFO STEP 48 (ensure_file) COMPLETE
93492024-12-13T23:54:54.676Z[ host-image] Dec 13 23:54:53.021 INFO O| Dec 13 23:54:53.021 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93502024-12-13T23:54:54.690Z[ host-image] Dec 13 23:54:53.038 INFO O| Dec 13 23:54:53.037 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93512024-12-13T23:54:54.690Z[ host-image] Dec 13 23:54:53.038 INFO O| Dec 13 23:54:53.037 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 ...
93522024-12-13T23:54:54.695Z[ host-image] Dec 13 23:54:53.038 INFO O| Dec 13 23:54:53.038 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
93532024-12-13T23:54:54.695Z[ host-image] Dec 13 23:54:53.038 INFO O| Dec 13 23:54:53.038 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93542024-12-13T23:54:54.695Z[ host-image] Dec 13 23:54:53.038 INFO O| Dec 13 23:54:53.038 INFO ok!
93552024-12-13T23:54:54.695Z[ host-image] Dec 13 23:54:53.038 INFO O| Dec 13 23:54:53.038 INFO STEP 49 (ensure_file) COMPLETE
93562024-12-13T23:54:54.695Z[ host-image] Dec 13 23:54:53.038 INFO O| Dec 13 23:54:53.038 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93572024-12-13T23:54:54.709Z[ host-image] Dec 13 23:54:53.055 INFO O| Dec 13 23:54:53.055 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93582024-12-13T23:54:54.709Z[ host-image] Dec 13 23:54:53.055 INFO O| Dec 13 23:54:53.055 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93592024-12-13T23:54:54.711Z[ host-image] Dec 13 23:54:53.055 INFO O| Dec 13 23:54:53.055 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93602024-12-13T23:54:54.711Z[ host-image] Dec 13 23:54:53.055 INFO O| Dec 13 23:54:53.055 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93612024-12-13T23:54:54.711Z[ host-image] Dec 13 23:54:53.056 INFO O| Dec 13 23:54:53.055 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93622024-12-13T23:54:54.711Z[ host-image] Dec 13 23:54:53.056 INFO O| Dec 13 23:54:53.056 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93632024-12-13T23:54:54.711Z[ host-image] Dec 13 23:54:53.056 INFO O| Dec 13 23:54:53.056 INFO ok!
93642024-12-13T23:54:54.711Z[ host-image] Dec 13 23:54:53.056 INFO O| Dec 13 23:54:53.056 INFO STEP 50 (ensure_file) COMPLETE
93652024-12-13T23:54:54.711Z[ host-image] Dec 13 23:54:53.056 INFO O| Dec 13 23:54:53.056 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93662024-12-13T23:54:54.725Z[ host-image] Dec 13 23:54:53.073 INFO O| Dec 13 23:54:53.073 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93672024-12-13T23:54:54.725Z[ host-image] Dec 13 23:54:53.073 INFO O| Dec 13 23:54:53.073 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 ...
93682024-12-13T23:54:54.729Z[ host-image] Dec 13 23:54:53.073 INFO O| Dec 13 23:54:53.073 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
93692024-12-13T23:54:54.729Z[ host-image] Dec 13 23:54:53.073 INFO O| Dec 13 23:54:53.073 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93702024-12-13T23:54:54.729Z[ host-image] Dec 13 23:54:53.073 INFO O| Dec 13 23:54:53.073 INFO ok!
93712024-12-13T23:54:54.729Z[ host-image] Dec 13 23:54:53.073 INFO O| Dec 13 23:54:53.073 INFO STEP 51 (ensure_file) COMPLETE
93722024-12-13T23:54:54.730Z[ host-image] Dec 13 23:54:53.073 INFO O| Dec 13 23:54:53.073 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93732024-12-13T23:54:54.743Z[ host-image] Dec 13 23:54:53.091 INFO O| Dec 13 23:54:53.091 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93742024-12-13T23:54:54.743Z[ host-image] Dec 13 23:54:53.091 INFO O| Dec 13 23:54:53.091 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 ...
93752024-12-13T23:54:54.746Z[ host-image] Dec 13 23:54:53.091 INFO O| Dec 13 23:54:53.091 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
93762024-12-13T23:54:54.746Z[ host-image] Dec 13 23:54:53.091 INFO O| Dec 13 23:54:53.091 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93772024-12-13T23:54:54.746Z[ host-image] Dec 13 23:54:53.091 INFO O| Dec 13 23:54:53.091 INFO ok!
93782024-12-13T23:54:54.746Z[ host-image] Dec 13 23:54:53.091 INFO O| Dec 13 23:54:53.091 INFO STEP 52 (ensure_file) COMPLETE
93792024-12-13T23:54:54.746Z[ host-image] Dec 13 23:54:53.091 INFO O| Dec 13 23:54:53.091 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93802024-12-13T23:54:54.760Z[ host-image] Dec 13 23:54:53.107 INFO O| Dec 13 23:54:53.107 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93812024-12-13T23:54:54.760Z[ host-image] Dec 13 23:54:53.107 INFO O| Dec 13 23:54:53.107 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 ...
93822024-12-13T23:54:54.764Z[ host-image] Dec 13 23:54:53.107 INFO O| Dec 13 23:54:53.107 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
93832024-12-13T23:54:54.764Z[ host-image] Dec 13 23:54:53.107 INFO O| Dec 13 23:54:53.107 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93842024-12-13T23:54:54.764Z[ host-image] Dec 13 23:54:53.107 INFO O| Dec 13 23:54:53.107 INFO ok!
93852024-12-13T23:54:54.764Z[ host-image] Dec 13 23:54:53.108 INFO O| Dec 13 23:54:53.108 INFO STEP 53 (ensure_file) COMPLETE
93862024-12-13T23:54:54.764Z[ host-image] Dec 13 23:54:53.108 INFO O| Dec 13 23:54:53.108 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93872024-12-13T23:54:54.779Z[ host-image] Dec 13 23:54:53.126 INFO O| Dec 13 23:54:53.126 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93882024-12-13T23:54:54.779Z[ host-image] Dec 13 23:54:53.126 INFO O| Dec 13 23:54:53.126 INFO STEP 54 (ensure_dir) COMPLETE
93892024-12-13T23:54:54.779Z[ host-image] Dec 13 23:54:53.126 INFO O| Dec 13 23:54:53.126 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93902024-12-13T23:54:54.796Z[ host-image] Dec 13 23:54:53.144 INFO O| Dec 13 23:54:53.143 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93912024-12-13T23:54:54.796Z[ host-image] Dec 13 23:54:53.144 INFO O| Dec 13 23:54:53.144 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93922024-12-13T23:54:54.796Z[ host-image] Dec 13 23:54:53.144 INFO O| Dec 13 23:54:53.144 INFO STEP 55 (ensure_dir) COMPLETE
93932024-12-13T23:54:54.796Z[ host-image] Dec 13 23:54:53.144 INFO O| Dec 13 23:54:53.144 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93942024-12-13T23:54:54.813Z[ host-image] Dec 13 23:54:53.160 INFO O| Dec 13 23:54:53.160 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93952024-12-13T23:54:54.813Z[ host-image] Dec 13 23:54:53.160 INFO O| Dec 13 23:54:53.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93962024-12-13T23:54:54.816Z[ host-image] Dec 13 23:54:53.160 INFO O| Dec 13 23:54:53.160 INFO STEP 56 (ensure_dir) COMPLETE
93972024-12-13T23:54:54.816Z[ host-image] Dec 13 23:54:53.160 INFO O| Dec 13 23:54:53.160 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93982024-12-13T23:54:54.830Z[ host-image] Dec 13 23:54:53.178 INFO O| Dec 13 23:54:53.178 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93992024-12-13T23:54:54.831Z[ host-image] Dec 13 23:54:53.178 INFO O| Dec 13 23:54:53.178 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94002024-12-13T23:54:54.855Z[ host-image] Dec 13 23:54:53.203 INFO O| Dec 13 23:54:53.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94012024-12-13T23:54:54.856Z[ host-image] Dec 13 23:54:53.203 INFO O| Dec 13 23:54:53.202 INFO ok!
94022024-12-13T23:54:54.858Z[ host-image] Dec 13 23:54:53.203 INFO O| Dec 13 23:54:53.203 INFO STEP 57 (ensure_file) COMPLETE
94032024-12-13T23:54:54.858Z[ host-image] Dec 13 23:54:53.203 INFO O| Dec 13 23:54:53.203 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94042024-12-13T23:54:54.874Z[ host-image] Dec 13 23:54:53.221 INFO O| Dec 13 23:54:53.221 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94052024-12-13T23:54:54.877Z[ host-image] Dec 13 23:54:53.221 INFO O| Dec 13 23:54:53.221 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
94062024-12-13T23:54:56.288Z[ host-image] Dec 13 23:54:54.635 INFO O| Dec 13 23:54:54.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
94072024-12-13T23:54:56.288Z[ host-image] Dec 13 23:54:54.635 INFO O| Dec 13 23:54:54.635 INFO ok!
94082024-12-13T23:54:56.291Z[ host-image] Dec 13 23:54:54.635 INFO O| Dec 13 23:54:54.635 INFO STEP 58 (ensure_file) COMPLETE
94092024-12-13T23:54:56.291Z[ host-image] Dec 13 23:54:54.635 INFO O| Dec 13 23:54:54.635 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94102024-12-13T23:54:56.306Z[ host-image] Dec 13 23:54:54.654 INFO O| Dec 13 23:54:54.653 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94112024-12-13T23:54:56.309Z[ host-image] Dec 13 23:54:54.654 INFO O| Dec 13 23:54:54.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94122024-12-13T23:54:56.309Z[ host-image] Dec 13 23:54:54.654 INFO O| Dec 13 23:54:54.654 INFO STEP 59 (ensure_dir) COMPLETE
94132024-12-13T23:54:56.309Z[ host-image] Dec 13 23:54:54.654 INFO O| Dec 13 23:54:54.654 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94142024-12-13T23:54:56.325Z[ host-image] Dec 13 23:54:54.671 INFO O| Dec 13 23:54:54.671 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94152024-12-13T23:54:56.325Z[ host-image] Dec 13 23:54:54.671 INFO O| Dec 13 23:54:54.671 INFO copying /tmp/.tmpwfH0qP/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 ...
94162024-12-13T23:54:56.328Z[ host-image] Dec 13 23:54:54.671 INFO O| Dec 13 23:54:54.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94172024-12-13T23:54:56.328Z[ host-image] Dec 13 23:54:54.671 INFO O| Dec 13 23:54:54.671 INFO ok!
94182024-12-13T23:54:56.328Z[ host-image] Dec 13 23:54:54.671 INFO O| Dec 13 23:54:54.671 INFO STEP 60 (ensure_file) COMPLETE
94192024-12-13T23:54:56.328Z[ host-image] Dec 13 23:54:54.671 INFO O| Dec 13 23:54:54.671 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94202024-12-13T23:54:56.337Z[ host-image] Dec 13 23:54:54.684 INFO O| Dec 13 23:54:54.684 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94212024-12-13T23:54:56.337Z[ host-image] Dec 13 23:54:54.685 INFO O| Dec 13 23:54:54.684 INFO copying /tmp/.tmpwfH0qP/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 ...
94222024-12-13T23:54:56.337Z[ host-image] Dec 13 23:54:54.685 INFO O| Dec 13 23:54:54.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94232024-12-13T23:54:56.340Z[ host-image] Dec 13 23:54:54.685 INFO O| Dec 13 23:54:54.685 INFO ok!
94242024-12-13T23:54:56.340Z[ host-image] Dec 13 23:54:54.685 INFO O| Dec 13 23:54:54.685 INFO STEP 61 (ensure_file) COMPLETE
94252024-12-13T23:54:56.340Z[ host-image] Dec 13 23:54:54.685 INFO O| Dec 13 23:54:54.685 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94262024-12-13T23:54:56.354Z[ host-image] Dec 13 23:54:54.701 INFO O| Dec 13 23:54:54.701 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94272024-12-13T23:54:56.354Z[ host-image] Dec 13 23:54:54.701 INFO O| Dec 13 23:54:54.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94282024-12-13T23:54:56.357Z[ host-image] Dec 13 23:54:54.701 INFO O| Dec 13 23:54:54.701 INFO STEP 62 (ensure_dir) COMPLETE
94292024-12-13T23:54:56.357Z[ host-image] Dec 13 23:54:54.702 INFO O| Dec 13 23:54:54.701 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94302024-12-13T23:54:56.368Z[ host-image] Dec 13 23:54:54.716 INFO O| Dec 13 23:54:54.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94312024-12-13T23:54:56.369Z[ host-image] Dec 13 23:54:54.716 INFO O| Dec 13 23:54:54.716 INFO copying /tmp/.tmpwfH0qP/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 ...
94322024-12-13T23:54:56.371Z[ host-image] Dec 13 23:54:54.716 INFO O| Dec 13 23:54:54.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94332024-12-13T23:54:56.371Z[ host-image] Dec 13 23:54:54.716 INFO O| Dec 13 23:54:54.716 INFO ok!
94342024-12-13T23:54:56.372Z[ host-image] Dec 13 23:54:54.716 INFO O| Dec 13 23:54:54.716 INFO STEP 63 (ensure_file) COMPLETE
94352024-12-13T23:54:56.372Z[ host-image] Dec 13 23:54:54.716 INFO O| Dec 13 23:54:54.716 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94362024-12-13T23:54:56.385Z[ host-image] Dec 13 23:54:54.732 INFO O| Dec 13 23:54:54.732 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94372024-12-13T23:54:56.385Z[ host-image] Dec 13 23:54:54.732 INFO O| Dec 13 23:54:54.732 INFO copying /tmp/.tmpwfH0qP/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 ...
94382024-12-13T23:54:56.388Z[ host-image] Dec 13 23:54:54.732 INFO O| Dec 13 23:54:54.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94392024-12-13T23:54:56.388Z[ host-image] Dec 13 23:54:54.732 INFO O| Dec 13 23:54:54.732 INFO ok!
94402024-12-13T23:54:56.388Z[ host-image] Dec 13 23:54:54.732 INFO O| Dec 13 23:54:54.732 INFO STEP 64 (ensure_file) COMPLETE
94412024-12-13T23:54:56.388Z[ host-image] Dec 13 23:54:54.732 INFO O| Dec 13 23:54:54.732 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94422024-12-13T23:54:56.406Z[ host-image] Dec 13 23:54:54.750 INFO O| Dec 13 23:54:54.750 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94432024-12-13T23:54:56.409Z[ host-image] Dec 13 23:54:54.750 INFO O| Dec 13 23:54:54.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94442024-12-13T23:54:56.409Z[ host-image] Dec 13 23:54:54.750 INFO O| Dec 13 23:54:54.750 INFO STEP 65 (ensure_dir) COMPLETE
94452024-12-13T23:54:56.409Z[ host-image] Dec 13 23:54:54.750 INFO O| Dec 13 23:54:54.750 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94462024-12-13T23:54:56.418Z[ host-image] Dec 13 23:54:54.765 INFO O| Dec 13 23:54:54.765 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94472024-12-13T23:54:56.418Z[ host-image] Dec 13 23:54:54.765 INFO O| Dec 13 23:54:54.765 INFO copying /tmp/.tmpwfH0qP/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 ...
94482024-12-13T23:54:56.418Z[ host-image] Dec 13 23:54:54.765 INFO O| Dec 13 23:54:54.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94492024-12-13T23:54:56.422Z[ host-image] Dec 13 23:54:54.766 INFO O| Dec 13 23:54:54.765 INFO ok!
94502024-12-13T23:54:56.422Z[ host-image] Dec 13 23:54:54.766 INFO O| Dec 13 23:54:54.766 INFO STEP 66 (ensure_file) COMPLETE
94512024-12-13T23:54:56.422Z[ host-image] Dec 13 23:54:54.766 INFO O| Dec 13 23:54:54.766 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94522024-12-13T23:54:56.435Z[ host-image] Dec 13 23:54:54.783 INFO O| Dec 13 23:54:54.783 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94532024-12-13T23:54:56.435Z[ host-image] Dec 13 23:54:54.783 INFO O| Dec 13 23:54:54.783 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94542024-12-13T23:54:56.438Z[ host-image] Dec 13 23:54:54.783 INFO O| Dec 13 23:54:54.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94552024-12-13T23:54:56.438Z[ host-image] Dec 13 23:54:54.783 INFO O| Dec 13 23:54:54.783 INFO ok!
94562024-12-13T23:54:56.438Z[ host-image] Dec 13 23:54:54.783 INFO O| Dec 13 23:54:54.783 INFO STEP 67 (ensure_file) COMPLETE
94572024-12-13T23:54:56.438Z[ host-image] Dec 13 23:54:54.783 INFO O| Dec 13 23:54:54.783 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94582024-12-13T23:54:56.452Z[ host-image] Dec 13 23:54:54.799 INFO O| Dec 13 23:54:54.799 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94592024-12-13T23:54:56.452Z[ host-image] Dec 13 23:54:54.799 INFO O| Dec 13 23:54:54.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94602024-12-13T23:54:56.454Z[ host-image] Dec 13 23:54:54.799 INFO O| Dec 13 23:54:54.799 INFO STEP 68 (ensure_dir) COMPLETE
94612024-12-13T23:54:56.454Z[ host-image] Dec 13 23:54:54.799 INFO O| Dec 13 23:54:54.799 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94622024-12-13T23:54:56.470Z[ host-image] Dec 13 23:54:54.817 INFO O| Dec 13 23:54:54.817 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94632024-12-13T23:54:56.470Z[ host-image] Dec 13 23:54:54.817 INFO O| Dec 13 23:54:54.817 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94642024-12-13T23:54:57.839Z[ host-image] Dec 13 23:54:56.186 INFO O| Dec 13 23:54:56.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94652024-12-13T23:54:57.839Z[ host-image] Dec 13 23:54:56.186 INFO O| Dec 13 23:54:56.186 INFO ok!
94662024-12-13T23:54:57.842Z[ host-image] Dec 13 23:54:56.186 INFO O| Dec 13 23:54:56.186 INFO STEP 69 (ensure_file) COMPLETE
94672024-12-13T23:54:57.842Z[ host-image] Dec 13 23:54:56.186 INFO O| Dec 13 23:54:56.186 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682024-12-13T23:54:57.854Z[ host-image] Dec 13 23:54:56.201 INFO O| Dec 13 23:54:56.201 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94692024-12-13T23:54:57.854Z[ host-image] Dec 13 23:54:56.201 INFO O| Dec 13 23:54:56.201 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94702024-12-13T23:54:59.826Z[ host-image] Dec 13 23:54:58.173 INFO O| Dec 13 23:54:58.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94712024-12-13T23:54:59.827Z[ host-image] Dec 13 23:54:58.173 INFO O| Dec 13 23:54:58.173 INFO ok!
94722024-12-13T23:54:59.827Z[ host-image] Dec 13 23:54:58.173 INFO O| Dec 13 23:54:58.173 INFO STEP 70 (ensure_file) COMPLETE
94732024-12-13T23:54:59.829Z[ host-image] Dec 13 23:54:58.173 INFO O| Dec 13 23:54:58.173 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94742024-12-13T23:54:59.844Z[ host-image] Dec 13 23:54:58.190 INFO O| Dec 13 23:54:58.190 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94752024-12-13T23:54:59.844Z[ host-image] Dec 13 23:54:58.190 INFO O| Dec 13 23:54:58.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94762024-12-13T23:54:59.847Z[ host-image] Dec 13 23:54:58.190 INFO O| Dec 13 23:54:58.190 INFO STEP 71 (ensure_dir) COMPLETE
94772024-12-13T23:54:59.847Z[ host-image] Dec 13 23:54:58.190 INFO O| Dec 13 23:54:58.190 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94782024-12-13T23:54:59.859Z[ host-image] Dec 13 23:54:58.206 INFO O| Dec 13 23:54:58.206 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94792024-12-13T23:54:59.860Z[ host-image] Dec 13 23:54:58.206 INFO O| Dec 13 23:54:58.206 INFO copying /tmp/.tmpwfH0qP/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 ...
94802024-12-13T23:54:59.863Z[ host-image] Dec 13 23:54:58.206 INFO O| Dec 13 23:54:58.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94812024-12-13T23:54:59.863Z[ host-image] Dec 13 23:54:58.206 INFO O| Dec 13 23:54:58.206 INFO ok!
94822024-12-13T23:54:59.863Z[ host-image] Dec 13 23:54:58.206 INFO O| Dec 13 23:54:58.206 INFO STEP 72 (ensure_file) COMPLETE
94832024-12-13T23:54:59.863Z[ host-image] Dec 13 23:54:58.207 INFO O| Dec 13 23:54:58.206 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94842024-12-13T23:54:59.873Z[ host-image] Dec 13 23:54:58.219 INFO O| Dec 13 23:54:58.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94852024-12-13T23:54:59.873Z[ host-image] Dec 13 23:54:58.219 INFO O| Dec 13 23:54:58.219 INFO copying /tmp/.tmpwfH0qP/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 ...
94862024-12-13T23:54:59.873Z[ host-image] Dec 13 23:54:58.220 INFO O| Dec 13 23:54:58.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94872024-12-13T23:54:59.875Z[ host-image] Dec 13 23:54:58.220 INFO O| Dec 13 23:54:58.220 INFO ok!
94882024-12-13T23:54:59.875Z[ host-image] Dec 13 23:54:58.220 INFO O| Dec 13 23:54:58.220 INFO STEP 73 (ensure_file) COMPLETE
94892024-12-13T23:54:59.875Z[ host-image] Dec 13 23:54:58.220 INFO O| Dec 13 23:54:58.220 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94902024-12-13T23:54:59.885Z[ host-image] Dec 13 23:54:58.232 INFO O| Dec 13 23:54:58.232 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94912024-12-13T23:54:59.885Z[ host-image] Dec 13 23:54:58.232 INFO O| Dec 13 23:54:58.232 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94922024-12-13T23:54:59.888Z[ host-image] Dec 13 23:54:58.232 INFO O| Dec 13 23:54:58.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94932024-12-13T23:54:59.888Z[ host-image] Dec 13 23:54:58.232 INFO O| Dec 13 23:54:58.232 INFO ok!
94942024-12-13T23:54:59.888Z[ host-image] Dec 13 23:54:58.232 INFO O| Dec 13 23:54:58.232 INFO STEP 74 (ensure_file) COMPLETE
94952024-12-13T23:54:59.888Z[ host-image] Dec 13 23:54:58.232 INFO O| Dec 13 23:54:58.232 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94962024-12-13T23:54:59.901Z[ host-image] Dec 13 23:54:58.247 INFO O| Dec 13 23:54:58.247 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94972024-12-13T23:54:59.904Z[ host-image] Dec 13 23:54:58.247 INFO O| Dec 13 23:54:58.247 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94982024-12-13T23:54:59.904Z[ host-image] Dec 13 23:54:58.247 INFO O| Dec 13 23:54:58.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94992024-12-13T23:54:59.904Z[ host-image] Dec 13 23:54:58.247 INFO O| Dec 13 23:54:58.247 INFO ok!
95002024-12-13T23:54:59.904Z[ host-image] Dec 13 23:54:58.247 INFO O| Dec 13 23:54:58.247 INFO STEP 75 (ensure_file) COMPLETE
95012024-12-13T23:54:59.904Z[ host-image] Dec 13 23:54:58.247 INFO O| Dec 13 23:54:58.247 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95022024-12-13T23:54:59.915Z[ host-image] Dec 13 23:54:58.261 INFO O| Dec 13 23:54:58.261 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95032024-12-13T23:54:59.916Z[ host-image] Dec 13 23:54:58.261 INFO O| Dec 13 23:54:58.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95042024-12-13T23:54:59.918Z[ host-image] Dec 13 23:54:58.261 INFO O| Dec 13 23:54:58.261 INFO STEP 76 (ensure_dir) COMPLETE
95052024-12-13T23:54:59.918Z[ host-image] Dec 13 23:54:58.261 INFO O| Dec 13 23:54:58.261 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95062024-12-13T23:54:59.931Z[ host-image] Dec 13 23:54:58.278 INFO O| Dec 13 23:54:58.277 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95072024-12-13T23:54:59.931Z[ host-image] Dec 13 23:54:58.278 INFO O| Dec 13 23:54:58.278 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95082024-12-13T23:54:59.937Z[ host-image] Dec 13 23:54:58.283 INFO O| Dec 13 23:54:58.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95092024-12-13T23:54:59.937Z[ host-image] Dec 13 23:54:58.284 INFO O| Dec 13 23:54:58.283 INFO ok!
95102024-12-13T23:54:59.940Z[ host-image] Dec 13 23:54:58.284 INFO O| Dec 13 23:54:58.283 INFO STEP 77 (ensure_file) COMPLETE
95112024-12-13T23:54:59.940Z[ host-image] Dec 13 23:54:58.284 INFO O| Dec 13 23:54:58.283 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95122024-12-13T23:54:59.954Z[ host-image] Dec 13 23:54:58.300 INFO O| Dec 13 23:54:58.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95132024-12-13T23:54:59.954Z[ host-image] Dec 13 23:54:58.300 INFO O| Dec 13 23:54:58.300 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95142024-12-13T23:54:59.957Z[ host-image] Dec 13 23:54:58.300 INFO O| Dec 13 23:54:58.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95152024-12-13T23:54:59.957Z[ host-image] Dec 13 23:54:58.300 INFO O| Dec 13 23:54:58.300 INFO ok!
95162024-12-13T23:54:59.957Z[ host-image] Dec 13 23:54:58.300 INFO O| Dec 13 23:54:58.300 INFO STEP 78 (ensure_file) COMPLETE
95172024-12-13T23:54:59.957Z[ host-image] Dec 13 23:54:58.300 INFO O| Dec 13 23:54:58.300 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95182024-12-13T23:54:59.971Z[ host-image] Dec 13 23:54:58.318 INFO O| Dec 13 23:54:58.318 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95192024-12-13T23:54:59.971Z[ host-image] Dec 13 23:54:58.318 INFO O| Dec 13 23:54:58.318 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95202024-12-13T23:55:01.470Z[ host-image] Dec 13 23:54:59.816 INFO O| Dec 13 23:54:59.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95212024-12-13T23:55:01.470Z[ host-image] Dec 13 23:54:59.816 INFO O| Dec 13 23:54:59.816 INFO ok!
95222024-12-13T23:55:01.472Z[ host-image] Dec 13 23:54:59.816 INFO O| Dec 13 23:54:59.816 INFO STEP 79 (ensure_file) COMPLETE
95232024-12-13T23:55:01.472Z[ host-image] Dec 13 23:54:59.816 INFO O| Dec 13 23:54:59.816 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95242024-12-13T23:55:01.488Z[ host-image] Dec 13 23:54:59.835 INFO O| Dec 13 23:54:59.835 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95252024-12-13T23:55:01.488Z[ host-image] Dec 13 23:54:59.835 INFO O| Dec 13 23:54:59.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95262024-12-13T23:55:01.488Z[ host-image] Dec 13 23:54:59.835 INFO O| Dec 13 23:54:59.835 INFO STEP 80 (ensure_dir) COMPLETE
95272024-12-13T23:55:01.491Z[ host-image] Dec 13 23:54:59.835 INFO O| Dec 13 23:54:59.835 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282024-12-13T23:55:01.506Z[ host-image] Dec 13 23:54:59.852 INFO O| Dec 13 23:54:59.852 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95292024-12-13T23:55:01.506Z[ host-image] Dec 13 23:54:59.852 INFO O| Dec 13 23:54:59.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95302024-12-13T23:55:01.506Z[ host-image] Dec 13 23:54:59.852 INFO O| Dec 13 23:54:59.852 INFO STEP 81 (ensure_dir) COMPLETE
95312024-12-13T23:55:01.509Z[ host-image] Dec 13 23:54:59.852 INFO O| Dec 13 23:54:59.852 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95322024-12-13T23:55:01.524Z[ host-image] Dec 13 23:54:59.870 INFO O| Dec 13 23:54:59.870 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95332024-12-13T23:55:01.527Z[ host-image] Dec 13 23:54:59.870 INFO O| Dec 13 23:54:59.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95342024-12-13T23:55:01.527Z[ host-image] Dec 13 23:54:59.870 INFO O| Dec 13 23:54:59.870 INFO STEP 82 (ensure_dir) COMPLETE
95352024-12-13T23:55:01.527Z[ host-image] Dec 13 23:54:59.870 INFO O| Dec 13 23:54:59.870 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95362024-12-13T23:55:01.540Z[ host-image] Dec 13 23:54:59.887 INFO O| Dec 13 23:54:59.887 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95372024-12-13T23:55:01.540Z[ host-image] Dec 13 23:54:59.887 INFO O| Dec 13 23:54:59.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95382024-12-13T23:55:01.543Z[ host-image] Dec 13 23:54:59.887 INFO O| Dec 13 23:54:59.887 INFO STEP 83 (ensure_dir) COMPLETE
95392024-12-13T23:55:01.543Z[ host-image] Dec 13 23:54:59.887 INFO O| Dec 13 23:54:59.887 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95402024-12-13T23:55:01.553Z[ host-image] Dec 13 23:54:59.900 INFO O| Dec 13 23:54:59.899 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95412024-12-13T23:55:01.553Z[ host-image] Dec 13 23:54:59.900 INFO O| Dec 13 23:54:59.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95422024-12-13T23:55:01.556Z[ host-image] Dec 13 23:54:59.900 INFO O| Dec 13 23:54:59.900 INFO STEP 84 (ensure_dir) COMPLETE
95432024-12-13T23:55:01.556Z[ host-image] Dec 13 23:54:59.900 INFO O| Dec 13 23:54:59.900 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95442024-12-13T23:55:01.569Z[ host-image] Dec 13 23:54:59.915 INFO O| Dec 13 23:54:59.915 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95452024-12-13T23:55:01.569Z[ host-image] Dec 13 23:54:59.915 INFO O| Dec 13 23:54:59.915 INFO copying /tmp/.tmpwfH0qP/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 ...
95462024-12-13T23:55:01.572Z[ host-image] Dec 13 23:54:59.916 INFO O| Dec 13 23:54:59.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95472024-12-13T23:55:01.572Z[ host-image] Dec 13 23:54:59.916 INFO O| Dec 13 23:54:59.916 INFO ok!
95482024-12-13T23:55:01.572Z[ host-image] Dec 13 23:54:59.916 INFO O| Dec 13 23:54:59.916 INFO STEP 85 (ensure_file) COMPLETE
95492024-12-13T23:55:01.572Z[ host-image] Dec 13 23:54:59.916 INFO O| Dec 13 23:54:59.916 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95502024-12-13T23:55:01.588Z[ host-image] Dec 13 23:54:59.931 INFO O| Dec 13 23:54:59.931 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95512024-12-13T23:55:01.588Z[ host-image] Dec 13 23:54:59.931 INFO O| Dec 13 23:54:59.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95522024-12-13T23:55:01.588Z[ host-image] Dec 13 23:54:59.931 INFO O| Dec 13 23:54:59.931 INFO STEP 86 (ensure_dir) COMPLETE
95532024-12-13T23:55:01.588Z[ host-image] Dec 13 23:54:59.931 INFO O| Dec 13 23:54:59.931 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95542024-12-13T23:55:01.596Z[ host-image] Dec 13 23:54:59.943 INFO O| Dec 13 23:54:59.943 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95552024-12-13T23:55:01.596Z[ host-image] Dec 13 23:54:59.943 INFO O| Dec 13 23:54:59.943 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95562024-12-13T23:55:01.600Z[ host-image] Dec 13 23:54:59.943 INFO O| Dec 13 23:54:59.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95572024-12-13T23:55:01.600Z[ host-image] Dec 13 23:54:59.943 INFO O| Dec 13 23:54:59.943 INFO ok!
95582024-12-13T23:55:01.600Z[ host-image] Dec 13 23:54:59.943 INFO O| Dec 13 23:54:59.943 INFO STEP 87 (ensure_file) COMPLETE
95592024-12-13T23:55:01.600Z[ host-image] Dec 13 23:54:59.943 INFO O| Dec 13 23:54:59.943 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95602024-12-13T23:55:01.612Z[ host-image] Dec 13 23:54:59.959 INFO O| Dec 13 23:54:59.958 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95612024-12-13T23:55:01.612Z[ host-image] Dec 13 23:54:59.959 INFO O| Dec 13 23:54:59.959 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95622024-12-13T23:55:02.126Z[ host-image] Dec 13 23:55:00.472 INFO O| Dec 13 23:55:00.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95632024-12-13T23:55:02.128Z[ host-image] Dec 13 23:55:00.472 INFO O| Dec 13 23:55:00.472 INFO ok!
95642024-12-13T23:55:02.128Z[ host-image] Dec 13 23:55:00.472 INFO O| Dec 13 23:55:00.472 INFO STEP 88 (ensure_file) COMPLETE
95652024-12-13T23:55:02.128Z[ host-image] Dec 13 23:55:00.472 INFO O| Dec 13 23:55:00.472 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95662024-12-13T23:55:02.144Z[ host-image] Dec 13 23:55:00.491 INFO O| Dec 13 23:55:00.491 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95672024-12-13T23:55:02.145Z[ host-image] Dec 13 23:55:00.491 INFO O| Dec 13 23:55:00.491 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95682024-12-13T23:55:02.795Z[ host-image] Dec 13 23:55:01.141 INFO O| Dec 13 23:55:01.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95692024-12-13T23:55:02.795Z[ host-image] Dec 13 23:55:01.141 INFO O| Dec 13 23:55:01.141 INFO ok!
95702024-12-13T23:55:02.800Z[ host-image] Dec 13 23:55:01.141 INFO O| Dec 13 23:55:01.141 INFO STEP 89 (ensure_file) COMPLETE
95712024-12-13T23:55:02.800Z[ host-image] Dec 13 23:55:01.141 INFO O| Dec 13 23:55:01.141 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95722024-12-13T23:55:02.812Z[ host-image] Dec 13 23:55:01.158 INFO O| Dec 13 23:55:01.158 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95732024-12-13T23:55:02.812Z[ host-image] Dec 13 23:55:01.158 INFO O| Dec 13 23:55:01.158 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95742024-12-13T23:55:02.814Z[ host-image] Dec 13 23:55:01.158 INFO O| Dec 13 23:55:01.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95752024-12-13T23:55:02.814Z[ host-image] Dec 13 23:55:01.158 INFO O| Dec 13 23:55:01.158 INFO ok!
95762024-12-13T23:55:02.814Z[ host-image] Dec 13 23:55:01.158 INFO O| Dec 13 23:55:01.158 INFO STEP 90 (ensure_file) COMPLETE
95772024-12-13T23:55:02.814Z[ host-image] Dec 13 23:55:01.158 INFO O| Dec 13 23:55:01.158 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95782024-12-13T23:55:02.827Z[ host-image] Dec 13 23:55:01.173 INFO O| Dec 13 23:55:01.173 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95792024-12-13T23:55:02.830Z[ host-image] Dec 13 23:55:01.174 INFO O| Dec 13 23:55:01.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95802024-12-13T23:55:02.830Z[ host-image] Dec 13 23:55:01.174 INFO O| Dec 13 23:55:01.174 INFO STEP 91 (ensure_dir) COMPLETE
95812024-12-13T23:55:02.830Z[ host-image] Dec 13 23:55:01.174 INFO O| Dec 13 23:55:01.174 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822024-12-13T23:55:02.844Z[ host-image] Dec 13 23:55:01.190 INFO O| Dec 13 23:55:01.190 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95832024-12-13T23:55:02.844Z[ host-image] Dec 13 23:55:01.190 INFO O| Dec 13 23:55:01.190 INFO copying /tmp/.tmpwfH0qP/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 ...
95842024-12-13T23:55:02.846Z[ host-image] Dec 13 23:55:01.190 INFO O| Dec 13 23:55:01.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95852024-12-13T23:55:02.846Z[ host-image] Dec 13 23:55:01.190 INFO O| Dec 13 23:55:01.190 INFO ok!
95862024-12-13T23:55:02.846Z[ host-image] Dec 13 23:55:01.190 INFO O| Dec 13 23:55:01.190 INFO STEP 92 (ensure_file) COMPLETE
95872024-12-13T23:55:02.847Z[ host-image] Dec 13 23:55:01.190 INFO O| Dec 13 23:55:01.190 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882024-12-13T23:55:02.858Z[ host-image] Dec 13 23:55:01.204 INFO O| Dec 13 23:55:01.204 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95892024-12-13T23:55:02.858Z[ host-image] Dec 13 23:55:01.204 INFO O| Dec 13 23:55:01.204 INFO copying /tmp/.tmpwfH0qP/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 ...
95902024-12-13T23:55:02.861Z[ host-image] Dec 13 23:55:01.204 INFO O| Dec 13 23:55:01.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95912024-12-13T23:55:02.861Z[ host-image] Dec 13 23:55:01.204 INFO O| Dec 13 23:55:01.204 INFO ok!
95922024-12-13T23:55:02.861Z[ host-image] Dec 13 23:55:01.204 INFO O| Dec 13 23:55:01.204 INFO STEP 93 (ensure_file) COMPLETE
95932024-12-13T23:55:02.861Z[ host-image] Dec 13 23:55:01.205 INFO O| Dec 13 23:55:01.204 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942024-12-13T23:55:02.875Z[ host-image] Dec 13 23:55:01.220 INFO O| Dec 13 23:55:01.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95952024-12-13T23:55:02.875Z[ host-image] Dec 13 23:55:01.220 INFO O| Dec 13 23:55:01.220 INFO copying /tmp/.tmpwfH0qP/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 ...
95962024-12-13T23:55:02.878Z[ host-image] Dec 13 23:55:01.220 INFO O| Dec 13 23:55:01.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95972024-12-13T23:55:02.878Z[ host-image] Dec 13 23:55:01.220 INFO O| Dec 13 23:55:01.220 INFO ok!
95982024-12-13T23:55:02.878Z[ host-image] Dec 13 23:55:01.220 INFO O| Dec 13 23:55:01.220 INFO STEP 94 (ensure_file) COMPLETE
95992024-12-13T23:55:02.878Z[ host-image] Dec 13 23:55:01.220 INFO O| Dec 13 23:55:01.220 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96002024-12-13T23:55:02.887Z[ host-image] Dec 13 23:55:01.233 INFO O| Dec 13 23:55:01.233 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96012024-12-13T23:55:02.887Z[ host-image] Dec 13 23:55:01.233 INFO O| Dec 13 23:55:01.233 INFO copying /tmp/.tmpwfH0qP/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 ...
96022024-12-13T23:55:02.890Z[ host-image] Dec 13 23:55:01.233 INFO O| Dec 13 23:55:01.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
96032024-12-13T23:55:02.890Z[ host-image] Dec 13 23:55:01.233 INFO O| Dec 13 23:55:01.233 INFO ok!
96042024-12-13T23:55:02.890Z[ host-image] Dec 13 23:55:01.233 INFO O| Dec 13 23:55:01.233 INFO STEP 95 (ensure_file) COMPLETE
96052024-12-13T23:55:02.890Z[ host-image] Dec 13 23:55:01.233 INFO O| Dec 13 23:55:01.233 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96062024-12-13T23:55:02.904Z[ host-image] Dec 13 23:55:01.251 INFO O| Dec 13 23:55:01.250 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96072024-12-13T23:55:02.904Z[ host-image] Dec 13 23:55:01.251 INFO O| Dec 13 23:55:01.250 INFO copying /tmp/.tmpwfH0qP/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 ...
96082024-12-13T23:55:02.907Z[ host-image] Dec 13 23:55:01.251 INFO O| Dec 13 23:55:01.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96092024-12-13T23:55:02.907Z[ host-image] Dec 13 23:55:01.251 INFO O| Dec 13 23:55:01.251 INFO ok!
96102024-12-13T23:55:02.907Z[ host-image] Dec 13 23:55:01.251 INFO O| Dec 13 23:55:01.251 INFO STEP 96 (ensure_file) COMPLETE
96112024-12-13T23:55:02.907Z[ host-image] Dec 13 23:55:01.251 INFO O| Dec 13 23:55:01.251 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96122024-12-13T23:55:02.920Z[ host-image] Dec 13 23:55:01.265 INFO O| Dec 13 23:55:01.265 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96132024-12-13T23:55:02.920Z[ host-image] Dec 13 23:55:01.266 INFO O| Dec 13 23:55:01.265 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96142024-12-13T23:55:02.923Z[ host-image] Dec 13 23:55:01.266 INFO O| Dec 13 23:55:01.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96152024-12-13T23:55:02.923Z[ host-image] Dec 13 23:55:01.266 INFO O| Dec 13 23:55:01.266 INFO ok!
96162024-12-13T23:55:02.923Z[ host-image] Dec 13 23:55:01.266 INFO O| Dec 13 23:55:01.266 INFO STEP 97 (ensure_file) COMPLETE
96172024-12-13T23:55:02.923Z[ host-image] Dec 13 23:55:01.266 INFO O| Dec 13 23:55:01.266 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96182024-12-13T23:55:02.936Z[ host-image] Dec 13 23:55:01.282 INFO O| Dec 13 23:55:01.282 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96192024-12-13T23:55:02.936Z[ host-image] Dec 13 23:55:01.282 INFO O| Dec 13 23:55:01.282 INFO copying /tmp/.tmpwfH0qP/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 ...
96202024-12-13T23:55:02.939Z[ host-image] Dec 13 23:55:01.282 INFO O| Dec 13 23:55:01.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96212024-12-13T23:55:02.939Z[ host-image] Dec 13 23:55:01.282 INFO O| Dec 13 23:55:01.282 INFO ok!
96222024-12-13T23:55:02.939Z[ host-image] Dec 13 23:55:01.282 INFO O| Dec 13 23:55:01.282 INFO STEP 98 (ensure_file) COMPLETE
96232024-12-13T23:55:02.939Z[ host-image] Dec 13 23:55:01.282 INFO O| Dec 13 23:55:01.282 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96242024-12-13T23:55:02.953Z[ host-image] Dec 13 23:55:01.299 INFO O| Dec 13 23:55:01.299 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96252024-12-13T23:55:02.953Z[ host-image] Dec 13 23:55:01.300 INFO O| Dec 13 23:55:01.299 INFO copying /tmp/.tmpwfH0qP/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 ...
96262024-12-13T23:55:02.956Z[ host-image] Dec 13 23:55:01.300 INFO O| Dec 13 23:55:01.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96272024-12-13T23:55:02.956Z[ host-image] Dec 13 23:55:01.300 INFO O| Dec 13 23:55:01.300 INFO ok!
96282024-12-13T23:55:02.956Z[ host-image] Dec 13 23:55:01.300 INFO O| Dec 13 23:55:01.300 INFO STEP 99 (ensure_file) COMPLETE
96292024-12-13T23:55:02.956Z[ host-image] Dec 13 23:55:01.300 INFO O| Dec 13 23:55:01.300 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96302024-12-13T23:55:02.969Z[ host-image] Dec 13 23:55:01.315 INFO O| Dec 13 23:55:01.315 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96312024-12-13T23:55:02.969Z[ host-image] Dec 13 23:55:01.315 INFO O| Dec 13 23:55:01.315 INFO copying /tmp/.tmpwfH0qP/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 ...
96322024-12-13T23:55:02.972Z[ host-image] Dec 13 23:55:01.315 INFO O| Dec 13 23:55:01.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96332024-12-13T23:55:02.972Z[ host-image] Dec 13 23:55:01.315 INFO O| Dec 13 23:55:01.315 INFO ok!
96342024-12-13T23:55:02.972Z[ host-image] Dec 13 23:55:01.315 INFO O| Dec 13 23:55:01.315 INFO STEP 100 (ensure_file) COMPLETE
96352024-12-13T23:55:02.972Z[ host-image] Dec 13 23:55:01.315 INFO O| Dec 13 23:55:01.315 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96362024-12-13T23:55:02.985Z[ host-image] Dec 13 23:55:01.331 INFO O| Dec 13 23:55:01.331 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96372024-12-13T23:55:02.985Z[ host-image] Dec 13 23:55:01.331 INFO O| Dec 13 23:55:01.331 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96382024-12-13T23:55:02.988Z[ host-image] Dec 13 23:55:01.331 INFO O| Dec 13 23:55:01.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96392024-12-13T23:55:02.988Z[ host-image] Dec 13 23:55:01.331 INFO O| Dec 13 23:55:01.331 INFO ok!
96402024-12-13T23:55:02.988Z[ host-image] Dec 13 23:55:01.331 INFO O| Dec 13 23:55:01.331 INFO STEP 101 (ensure_file) COMPLETE
96412024-12-13T23:55:02.988Z[ host-image] Dec 13 23:55:01.331 INFO O| Dec 13 23:55:01.331 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422024-12-13T23:55:03.001Z[ host-image] Dec 13 23:55:01.347 INFO O| Dec 13 23:55:01.347 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96432024-12-13T23:55:03.001Z[ host-image] Dec 13 23:55:01.347 INFO O| Dec 13 23:55:01.347 INFO copying /tmp/.tmpwfH0qP/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 ...
96442024-12-13T23:55:03.004Z[ host-image] Dec 13 23:55:01.347 INFO O| Dec 13 23:55:01.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96452024-12-13T23:55:03.004Z[ host-image] Dec 13 23:55:01.347 INFO O| Dec 13 23:55:01.347 INFO ok!
96462024-12-13T23:55:03.004Z[ host-image] Dec 13 23:55:01.347 INFO O| Dec 13 23:55:01.347 INFO STEP 102 (ensure_file) COMPLETE
96472024-12-13T23:55:03.004Z[ host-image] Dec 13 23:55:01.347 INFO O| Dec 13 23:55:01.347 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96482024-12-13T23:55:03.019Z[ host-image] Dec 13 23:55:01.365 INFO O| Dec 13 23:55:01.365 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96492024-12-13T23:55:03.019Z[ host-image] Dec 13 23:55:01.365 INFO O| Dec 13 23:55:01.365 INFO copying /tmp/.tmpwfH0qP/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 ...
96502024-12-13T23:55:03.022Z[ host-image] Dec 13 23:55:01.365 INFO O| Dec 13 23:55:01.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96512024-12-13T23:55:03.022Z[ host-image] Dec 13 23:55:01.365 INFO O| Dec 13 23:55:01.365 INFO ok!
96522024-12-13T23:55:03.022Z[ host-image] Dec 13 23:55:01.366 INFO O| Dec 13 23:55:01.365 INFO STEP 103 (ensure_file) COMPLETE
96532024-12-13T23:55:03.022Z[ host-image] Dec 13 23:55:01.366 INFO O| Dec 13 23:55:01.365 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96542024-12-13T23:55:03.036Z[ host-image] Dec 13 23:55:01.382 INFO O| Dec 13 23:55:01.382 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96552024-12-13T23:55:03.036Z[ host-image] Dec 13 23:55:01.382 INFO O| Dec 13 23:55:01.382 INFO copying /tmp/.tmpwfH0qP/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 ...
96562024-12-13T23:55:03.036Z[ host-image] Dec 13 23:55:01.382 INFO O| Dec 13 23:55:01.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96572024-12-13T23:55:03.039Z[ host-image] Dec 13 23:55:01.382 INFO O| Dec 13 23:55:01.382 INFO ok!
96582024-12-13T23:55:03.039Z[ host-image] Dec 13 23:55:01.382 INFO O| Dec 13 23:55:01.382 INFO STEP 104 (ensure_file) COMPLETE
96592024-12-13T23:55:03.039Z[ host-image] Dec 13 23:55:01.382 INFO O| Dec 13 23:55:01.382 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96602024-12-13T23:55:03.050Z[ host-image] Dec 13 23:55:01.396 INFO O| Dec 13 23:55:01.396 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96612024-12-13T23:55:03.050Z[ host-image] Dec 13 23:55:01.396 INFO O| Dec 13 23:55:01.396 INFO copying /tmp/.tmpwfH0qP/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 ...
96622024-12-13T23:55:03.050Z[ host-image] Dec 13 23:55:01.396 INFO O| Dec 13 23:55:01.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96632024-12-13T23:55:03.053Z[ host-image] Dec 13 23:55:01.396 INFO O| Dec 13 23:55:01.396 INFO ok!
96642024-12-13T23:55:03.053Z[ host-image] Dec 13 23:55:01.396 INFO O| Dec 13 23:55:01.396 INFO STEP 105 (ensure_file) COMPLETE
96652024-12-13T23:55:03.053Z[ host-image] Dec 13 23:55:01.396 INFO O| Dec 13 23:55:01.396 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96662024-12-13T23:55:03.067Z[ host-image] Dec 13 23:55:01.413 INFO O| Dec 13 23:55:01.413 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96672024-12-13T23:55:03.067Z[ host-image] Dec 13 23:55:01.413 INFO O| Dec 13 23:55:01.413 INFO copying /tmp/.tmpwfH0qP/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 ...
96682024-12-13T23:55:03.070Z[ host-image] Dec 13 23:55:01.413 INFO O| Dec 13 23:55:01.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96692024-12-13T23:55:03.070Z[ host-image] Dec 13 23:55:01.413 INFO O| Dec 13 23:55:01.413 INFO ok!
96702024-12-13T23:55:03.070Z[ host-image] Dec 13 23:55:01.413 INFO O| Dec 13 23:55:01.413 INFO STEP 106 (ensure_file) COMPLETE
96712024-12-13T23:55:03.070Z[ host-image] Dec 13 23:55:01.413 INFO O| Dec 13 23:55:01.413 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96722024-12-13T23:55:03.085Z[ host-image] Dec 13 23:55:01.431 INFO O| Dec 13 23:55:01.431 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96732024-12-13T23:55:03.085Z[ host-image] Dec 13 23:55:01.431 INFO O| Dec 13 23:55:01.431 INFO copying /tmp/.tmpwfH0qP/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 ...
96742024-12-13T23:55:03.088Z[ host-image] Dec 13 23:55:01.431 INFO O| Dec 13 23:55:01.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96752024-12-13T23:55:03.088Z[ host-image] Dec 13 23:55:01.431 INFO O| Dec 13 23:55:01.431 INFO ok!
96762024-12-13T23:55:03.088Z[ host-image] Dec 13 23:55:01.431 INFO O| Dec 13 23:55:01.431 INFO STEP 107 (ensure_file) COMPLETE
96772024-12-13T23:55:03.088Z[ host-image] Dec 13 23:55:01.431 INFO O| Dec 13 23:55:01.431 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96782024-12-13T23:55:03.098Z[ host-image] Dec 13 23:55:01.444 INFO O| Dec 13 23:55:01.444 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96792024-12-13T23:55:03.098Z[ host-image] Dec 13 23:55:01.444 INFO O| Dec 13 23:55:01.444 INFO copying /tmp/.tmpwfH0qP/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 ...
96802024-12-13T23:55:03.101Z[ host-image] Dec 13 23:55:01.444 INFO O| Dec 13 23:55:01.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96812024-12-13T23:55:03.101Z[ host-image] Dec 13 23:55:01.444 INFO O| Dec 13 23:55:01.444 INFO ok!
96822024-12-13T23:55:03.101Z[ host-image] Dec 13 23:55:01.444 INFO O| Dec 13 23:55:01.444 INFO STEP 108 (ensure_file) COMPLETE
96832024-12-13T23:55:03.101Z[ host-image] Dec 13 23:55:01.444 INFO O| Dec 13 23:55:01.444 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96842024-12-13T23:55:03.112Z[ host-image] Dec 13 23:55:01.458 INFO O| Dec 13 23:55:01.458 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96852024-12-13T23:55:03.112Z[ host-image] Dec 13 23:55:01.458 INFO O| Dec 13 23:55:01.458 INFO copying /tmp/.tmpwfH0qP/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 ...
96862024-12-13T23:55:03.115Z[ host-image] Dec 13 23:55:01.458 INFO O| Dec 13 23:55:01.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96872024-12-13T23:55:03.115Z[ host-image] Dec 13 23:55:01.458 INFO O| Dec 13 23:55:01.458 INFO ok!
96882024-12-13T23:55:03.115Z[ host-image] Dec 13 23:55:01.459 INFO O| Dec 13 23:55:01.458 INFO STEP 109 (ensure_file) COMPLETE
96892024-12-13T23:55:03.115Z[ host-image] Dec 13 23:55:01.459 INFO O| Dec 13 23:55:01.458 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96902024-12-13T23:55:03.130Z[ host-image] Dec 13 23:55:01.476 INFO O| Dec 13 23:55:01.476 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96912024-12-13T23:55:03.130Z[ host-image] Dec 13 23:55:01.476 INFO O| Dec 13 23:55:01.476 INFO copying /tmp/.tmpwfH0qP/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 ...
96922024-12-13T23:55:03.133Z[ host-image] Dec 13 23:55:01.476 INFO O| Dec 13 23:55:01.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96932024-12-13T23:55:03.133Z[ host-image] Dec 13 23:55:01.476 INFO O| Dec 13 23:55:01.476 INFO ok!
96942024-12-13T23:55:03.133Z[ host-image] Dec 13 23:55:01.477 INFO O| Dec 13 23:55:01.476 INFO STEP 110 (ensure_file) COMPLETE
96952024-12-13T23:55:03.133Z[ host-image] Dec 13 23:55:01.477 INFO O| Dec 13 23:55:01.477 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96962024-12-13T23:55:03.148Z[ host-image] Dec 13 23:55:01.494 INFO O| Dec 13 23:55:01.494 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96972024-12-13T23:55:03.148Z[ host-image] Dec 13 23:55:01.494 INFO O| Dec 13 23:55:01.494 INFO copying /tmp/.tmpwfH0qP/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 ...
96982024-12-13T23:55:03.150Z[ host-image] Dec 13 23:55:01.494 INFO O| Dec 13 23:55:01.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96992024-12-13T23:55:03.150Z[ host-image] Dec 13 23:55:01.494 INFO O| Dec 13 23:55:01.494 INFO ok!
97002024-12-13T23:55:03.150Z[ host-image] Dec 13 23:55:01.494 INFO O| Dec 13 23:55:01.494 INFO STEP 111 (ensure_file) COMPLETE
97012024-12-13T23:55:03.150Z[ host-image] Dec 13 23:55:01.494 INFO O| Dec 13 23:55:01.494 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97022024-12-13T23:55:03.165Z[ host-image] Dec 13 23:55:01.510 INFO O| Dec 13 23:55:01.510 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97032024-12-13T23:55:03.165Z[ host-image] Dec 13 23:55:01.510 INFO O| Dec 13 23:55:01.510 INFO copying /tmp/.tmpwfH0qP/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 ...
97042024-12-13T23:55:03.168Z[ host-image] Dec 13 23:55:01.511 INFO O| Dec 13 23:55:01.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97052024-12-13T23:55:03.168Z[ host-image] Dec 13 23:55:01.511 INFO O| Dec 13 23:55:01.511 INFO ok!
97062024-12-13T23:55:03.168Z[ host-image] Dec 13 23:55:01.511 INFO O| Dec 13 23:55:01.511 INFO STEP 112 (ensure_file) COMPLETE
97072024-12-13T23:55:03.168Z[ host-image] Dec 13 23:55:01.511 INFO O| Dec 13 23:55:01.511 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97082024-12-13T23:55:03.181Z[ host-image] Dec 13 23:55:01.527 INFO O| Dec 13 23:55:01.527 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97092024-12-13T23:55:03.181Z[ host-image] Dec 13 23:55:01.527 INFO O| Dec 13 23:55:01.527 INFO copying /tmp/.tmpwfH0qP/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 ...
97102024-12-13T23:55:03.184Z[ host-image] Dec 13 23:55:01.527 INFO O| Dec 13 23:55:01.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97112024-12-13T23:55:03.184Z[ host-image] Dec 13 23:55:01.527 INFO O| Dec 13 23:55:01.527 INFO ok!
97122024-12-13T23:55:03.184Z[ host-image] Dec 13 23:55:01.527 INFO O| Dec 13 23:55:01.527 INFO STEP 113 (ensure_file) COMPLETE
97132024-12-13T23:55:03.184Z[ host-image] Dec 13 23:55:01.527 INFO O| Dec 13 23:55:01.527 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97142024-12-13T23:55:03.198Z[ host-image] Dec 13 23:55:01.544 INFO O| Dec 13 23:55:01.544 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97152024-12-13T23:55:03.198Z[ host-image] Dec 13 23:55:01.544 INFO O| Dec 13 23:55:01.544 INFO copying /tmp/.tmpwfH0qP/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 ...
97162024-12-13T23:55:03.202Z[ host-image] Dec 13 23:55:01.544 INFO O| Dec 13 23:55:01.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97172024-12-13T23:55:03.202Z[ host-image] Dec 13 23:55:01.544 INFO O| Dec 13 23:55:01.544 INFO ok!
97182024-12-13T23:55:03.202Z[ host-image] Dec 13 23:55:01.545 INFO O| Dec 13 23:55:01.545 INFO STEP 114 (ensure_file) COMPLETE
97192024-12-13T23:55:03.202Z[ host-image] Dec 13 23:55:01.545 INFO O| Dec 13 23:55:01.545 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97202024-12-13T23:55:03.216Z[ host-image] Dec 13 23:55:01.562 INFO O| Dec 13 23:55:01.562 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97212024-12-13T23:55:03.216Z[ host-image] Dec 13 23:55:01.562 INFO O| Dec 13 23:55:01.562 INFO copying /tmp/.tmpwfH0qP/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 ...
97222024-12-13T23:55:03.229Z[ host-image] Dec 13 23:55:01.562 INFO O| Dec 13 23:55:01.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97232024-12-13T23:55:03.229Z[ host-image] Dec 13 23:55:01.562 INFO O| Dec 13 23:55:01.562 INFO ok!
97242024-12-13T23:55:03.229Z[ host-image] Dec 13 23:55:01.562 INFO O| Dec 13 23:55:01.562 INFO STEP 115 (ensure_file) COMPLETE
97252024-12-13T23:55:03.229Z[ host-image] Dec 13 23:55:01.562 INFO O| Dec 13 23:55:01.562 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97262024-12-13T23:55:03.233Z[ host-image] Dec 13 23:55:01.579 INFO O| Dec 13 23:55:01.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97272024-12-13T23:55:03.233Z[ host-image] Dec 13 23:55:01.579 INFO O| Dec 13 23:55:01.579 INFO copying /tmp/.tmpwfH0qP/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 ...
97282024-12-13T23:55:03.233Z[ host-image] Dec 13 23:55:01.579 INFO O| Dec 13 23:55:01.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97292024-12-13T23:55:03.233Z[ host-image] Dec 13 23:55:01.579 INFO O| Dec 13 23:55:01.579 INFO ok!
97302024-12-13T23:55:03.233Z[ host-image] Dec 13 23:55:01.579 INFO O| Dec 13 23:55:01.579 INFO STEP 116 (ensure_file) COMPLETE
97312024-12-13T23:55:03.236Z[ host-image] Dec 13 23:55:01.579 INFO O| Dec 13 23:55:01.579 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97322024-12-13T23:55:03.250Z[ host-image] Dec 13 23:55:01.596 INFO O| Dec 13 23:55:01.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97332024-12-13T23:55:03.250Z[ host-image] Dec 13 23:55:01.596 INFO O| Dec 13 23:55:01.596 INFO copying /tmp/.tmpwfH0qP/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 ...
97342024-12-13T23:55:03.253Z[ host-image] Dec 13 23:55:01.596 INFO O| Dec 13 23:55:01.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97352024-12-13T23:55:03.253Z[ host-image] Dec 13 23:55:01.596 INFO O| Dec 13 23:55:01.596 INFO ok!
97362024-12-13T23:55:03.253Z[ host-image] Dec 13 23:55:01.596 INFO O| Dec 13 23:55:01.596 INFO STEP 117 (ensure_file) COMPLETE
97372024-12-13T23:55:03.253Z[ host-image] Dec 13 23:55:01.596 INFO O| Dec 13 23:55:01.596 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97382024-12-13T23:55:03.265Z[ host-image] Dec 13 23:55:01.611 INFO O| Dec 13 23:55:01.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97392024-12-13T23:55:03.265Z[ host-image] Dec 13 23:55:01.611 INFO O| Dec 13 23:55:01.611 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97402024-12-13T23:55:03.268Z[ host-image] Dec 13 23:55:01.611 INFO O| Dec 13 23:55:01.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97412024-12-13T23:55:03.268Z[ host-image] Dec 13 23:55:01.611 INFO O| Dec 13 23:55:01.611 INFO ok!
97422024-12-13T23:55:03.268Z[ host-image] Dec 13 23:55:01.611 INFO O| Dec 13 23:55:01.611 INFO STEP 118 (ensure_file) COMPLETE
97432024-12-13T23:55:03.268Z[ host-image] Dec 13 23:55:01.611 INFO O| Dec 13 23:55:01.611 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97442024-12-13T23:55:03.282Z[ host-image] Dec 13 23:55:01.628 INFO O| Dec 13 23:55:01.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97452024-12-13T23:55:03.282Z[ host-image] Dec 13 23:55:01.628 INFO O| Dec 13 23:55:01.628 INFO copying /tmp/.tmpwfH0qP/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 ...
97462024-12-13T23:55:03.285Z[ host-image] Dec 13 23:55:01.628 INFO O| Dec 13 23:55:01.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97472024-12-13T23:55:03.285Z[ host-image] Dec 13 23:55:01.628 INFO O| Dec 13 23:55:01.628 INFO ok!
97482024-12-13T23:55:03.285Z[ host-image] Dec 13 23:55:01.628 INFO O| Dec 13 23:55:01.628 INFO STEP 119 (ensure_file) COMPLETE
97492024-12-13T23:55:03.285Z[ host-image] Dec 13 23:55:01.628 INFO O| Dec 13 23:55:01.628 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97502024-12-13T23:55:03.300Z[ host-image] Dec 13 23:55:01.646 INFO O| Dec 13 23:55:01.646 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97512024-12-13T23:55:03.300Z[ host-image] Dec 13 23:55:01.646 INFO O| Dec 13 23:55:01.646 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97522024-12-13T23:55:03.302Z[ host-image] Dec 13 23:55:01.646 INFO O| Dec 13 23:55:01.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97532024-12-13T23:55:03.302Z[ host-image] Dec 13 23:55:01.646 INFO O| Dec 13 23:55:01.646 INFO ok!
97542024-12-13T23:55:03.302Z[ host-image] Dec 13 23:55:01.646 INFO O| Dec 13 23:55:01.646 INFO STEP 120 (ensure_file) COMPLETE
97552024-12-13T23:55:03.303Z[ host-image] Dec 13 23:55:01.646 INFO O| Dec 13 23:55:01.646 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97562024-12-13T23:55:03.316Z[ host-image] Dec 13 23:55:01.662 INFO O| Dec 13 23:55:01.662 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97572024-12-13T23:55:03.316Z[ host-image] Dec 13 23:55:01.663 INFO O| Dec 13 23:55:01.662 INFO copying /tmp/.tmpwfH0qP/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97582024-12-13T23:55:11.698Z[ host-image] Dec 13 23:55:10.043 INFO O| Dec 13 23:55:10.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97592024-12-13T23:55:11.698Z[ host-image] Dec 13 23:55:10.043 INFO O| Dec 13 23:55:10.043 INFO ok!
97602024-12-13T23:55:11.701Z[ host-image] Dec 13 23:55:10.043 INFO O| Dec 13 23:55:10.043 INFO STEP 121 (ensure_file) COMPLETE
97612024-12-13T23:55:11.701Z[ host-image] Dec 13 23:55:10.043 INFO O| Dec 13 23:55:10.043 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97622024-12-13T23:55:11.714Z[ host-image] Dec 13 23:55:10.059 INFO O| Dec 13 23:55:10.059 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97632024-12-13T23:55:11.714Z[ host-image] Dec 13 23:55:10.059 INFO O| Dec 13 23:55:10.059 INFO STEP 122 (ensure_dir) COMPLETE
97642024-12-13T23:55:11.717Z[ host-image] Dec 13 23:55:10.059 INFO O| Dec 13 23:55:10.059 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97652024-12-13T23:55:11.732Z[ host-image] Dec 13 23:55:10.076 INFO O| Dec 13 23:55:10.076 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97662024-12-13T23:55:11.732Z[ host-image] Dec 13 23:55:10.077 INFO O| Dec 13 23:55:10.076 INFO STEP 123 (ensure_dir) COMPLETE
97672024-12-13T23:55:11.732Z[ host-image] Dec 13 23:55:10.077 INFO O| Dec 13 23:55:10.076 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97682024-12-13T23:55:11.746Z[ host-image] Dec 13 23:55:10.091 INFO O| Dec 13 23:55:10.091 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97692024-12-13T23:55:11.746Z[ host-image] Dec 13 23:55:10.091 INFO O| Dec 13 23:55:10.091 INFO STEP 124 (ensure_dir) COMPLETE
97702024-12-13T23:55:11.750Z[ host-image] Dec 13 23:55:10.091 INFO O| Dec 13 23:55:10.091 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97712024-12-13T23:55:11.759Z[ host-image] Dec 13 23:55:10.103 INFO O| Dec 13 23:55:10.103 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97722024-12-13T23:55:11.759Z[ host-image] Dec 13 23:55:10.104 INFO O| Dec 13 23:55:10.103 INFO STEP 125 (ensure_dir) COMPLETE
97732024-12-13T23:55:11.759Z[ host-image] Dec 13 23:55:10.104 INFO O| Dec 13 23:55:10.103 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97742024-12-13T23:55:11.775Z[ host-image] Dec 13 23:55:10.120 INFO O| Dec 13 23:55:10.120 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97752024-12-13T23:55:11.775Z[ host-image] Dec 13 23:55:10.120 INFO O| Dec 13 23:55:10.120 INFO copying /tmp/.tmpwfH0qP/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 ...
97762024-12-13T23:55:11.778Z[ host-image] Dec 13 23:55:10.120 INFO O| Dec 13 23:55:10.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97772024-12-13T23:55:11.778Z[ host-image] Dec 13 23:55:10.120 INFO O| Dec 13 23:55:10.120 INFO ok!
97782024-12-13T23:55:11.778Z[ host-image] Dec 13 23:55:10.120 INFO O| Dec 13 23:55:10.120 INFO STEP 126 (ensure_file) COMPLETE
97792024-12-13T23:55:11.778Z[ host-image] Dec 13 23:55:10.120 INFO O| Dec 13 23:55:10.120 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97802024-12-13T23:55:11.790Z[ host-image] Dec 13 23:55:10.135 INFO O| Dec 13 23:55:10.135 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97812024-12-13T23:55:11.790Z[ host-image] Dec 13 23:55:10.135 INFO O| Dec 13 23:55:10.135 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97822024-12-13T23:55:11.790Z[ host-image] Dec 13 23:55:10.135 INFO O| Dec 13 23:55:10.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97832024-12-13T23:55:11.790Z[ host-image] Dec 13 23:55:10.135 INFO O| Dec 13 23:55:10.135 INFO STEP 127 (ensure_dir) COMPLETE
97842024-12-13T23:55:11.790Z[ host-image] Dec 13 23:55:10.135 INFO O| Dec 13 23:55:10.135 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97852024-12-13T23:55:11.804Z[ host-image] Dec 13 23:55:10.149 INFO O| Dec 13 23:55:10.149 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97862024-12-13T23:55:11.804Z[ host-image] Dec 13 23:55:10.149 INFO O| Dec 13 23:55:10.149 INFO copying /tmp/.tmpwfH0qP/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97872024-12-13T23:55:11.805Z[ host-image] Dec 13 23:55:10.149 INFO O| Dec 13 23:55:10.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97882024-12-13T23:55:11.807Z[ host-image] Dec 13 23:55:10.149 INFO O| Dec 13 23:55:10.149 INFO ok!
97892024-12-13T23:55:11.807Z[ host-image] Dec 13 23:55:10.150 INFO O| Dec 13 23:55:10.149 INFO STEP 128 (ensure_file) COMPLETE
97902024-12-13T23:55:11.807Z[ host-image] Dec 13 23:55:10.150 INFO O| Dec 13 23:55:10.149 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97912024-12-13T23:55:11.819Z[ host-image] Dec 13 23:55:10.164 INFO O| Dec 13 23:55:10.164 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97922024-12-13T23:55:11.821Z[ host-image] Dec 13 23:55:10.164 INFO O| Dec 13 23:55:10.164 INFO STEP 129 (remove_files) COMPLETE
97932024-12-13T23:55:11.821Z[ host-image] Dec 13 23:55:10.164 INFO O| Dec 13 23:55:10.164 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97942024-12-13T23:55:11.837Z[ host-image] Dec 13 23:55:10.181 INFO O| Dec 13 23:55:10.181 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97952024-12-13T23:55:11.837Z[ host-image] Dec 13 23:55:10.181 INFO O| Dec 13 23:55:10.181 INFO STEP 130 (remove_files) COMPLETE
97962024-12-13T23:55:11.840Z[ host-image] Dec 13 23:55:10.181 INFO O| Dec 13 23:55:10.181 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97972024-12-13T23:55:11.850Z[ host-image] Dec 13 23:55:10.195 INFO O| Dec 13 23:55:10.195 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97982024-12-13T23:55:11.853Z[ host-image] Dec 13 23:55:10.195 INFO O| Dec 13 23:55:10.195 INFO STEP 131 (remove_files) COMPLETE
97992024-12-13T23:55:11.853Z[ host-image] Dec 13 23:55:10.195 INFO O| Dec 13 23:55:10.195 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98002024-12-13T23:55:11.862Z[ host-image] Dec 13 23:55:10.207 INFO O| Dec 13 23:55:10.207 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98012024-12-13T23:55:11.865Z[ host-image] Dec 13 23:55:10.207 INFO O| Dec 13 23:55:10.207 INFO STEP 132 (remove_files) COMPLETE
98022024-12-13T23:55:11.865Z[ host-image] Dec 13 23:55:10.207 INFO O| Dec 13 23:55:10.207 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98032024-12-13T23:55:11.875Z[ host-image] Dec 13 23:55:10.219 INFO O| Dec 13 23:55:10.219 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
98042024-12-13T23:55:11.878Z[ host-image] Dec 13 23:55:10.220 INFO O| Dec 13 23:55:10.220 INFO STEP 133 (remove_files) COMPLETE
98052024-12-13T23:55:11.878Z[ host-image] Dec 13 23:55:10.220 INFO O| Dec 13 23:55:10.220 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98062024-12-13T23:55:11.887Z[ host-image] Dec 13 23:55:10.232 INFO O| Dec 13 23:55:10.232 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98072024-12-13T23:55:11.888Z[ host-image] Dec 13 23:55:10.232 INFO O| Dec 13 23:55:10.232 INFO STEP 134 (remove_files) COMPLETE
98082024-12-13T23:55:11.891Z[ host-image] Dec 13 23:55:10.232 INFO O| Dec 13 23:55:10.232 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98092024-12-13T23:55:11.902Z[ host-image] Dec 13 23:55:10.245 INFO O| Dec 13 23:55:10.245 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98102024-12-13T23:55:11.902Z[ host-image] Dec 13 23:55:10.245 INFO O| Dec 13 23:55:10.245 INFO STEP 135 (remove_files) COMPLETE
98112024-12-13T23:55:11.902Z[ host-image] Dec 13 23:55:10.245 INFO O| Dec 13 23:55:10.245 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98122024-12-13T23:55:11.916Z[ host-image] Dec 13 23:55:10.260 INFO O| Dec 13 23:55:10.260 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98132024-12-13T23:55:11.916Z[ host-image] Dec 13 23:55:10.260 INFO O| Dec 13 23:55:10.260 INFO STEP 136 (remove_files) COMPLETE
98142024-12-13T23:55:11.916Z[ host-image] Dec 13 23:55:10.260 INFO O| Dec 13 23:55:10.260 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98152024-12-13T23:55:11.931Z[ host-image] Dec 13 23:55:10.276 INFO O| Dec 13 23:55:10.276 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98162024-12-13T23:55:11.932Z[ host-image] Dec 13 23:55:10.276 INFO O| Dec 13 23:55:10.276 INFO STEP 137 (remove_files) COMPLETE
98172024-12-13T23:55:11.932Z[ host-image] Dec 13 23:55:10.276 INFO O| Dec 13 23:55:10.276 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98182024-12-13T23:55:11.946Z[ host-image] Dec 13 23:55:10.289 INFO O| Dec 13 23:55:10.289 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98192024-12-13T23:55:11.946Z[ host-image] Dec 13 23:55:10.289 INFO O| Dec 13 23:55:10.289 INFO STEP 138 (remove_files) COMPLETE
98202024-12-13T23:55:11.950Z[ host-image] Dec 13 23:55:10.289 INFO O| Dec 13 23:55:10.289 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98212024-12-13T23:55:11.958Z[ host-image] Dec 13 23:55:10.303 INFO O| Dec 13 23:55:10.302 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98222024-12-13T23:55:11.958Z[ host-image] Dec 13 23:55:10.303 INFO O| Dec 13 23:55:10.303 INFO STEP 139 (remove_files) COMPLETE
98232024-12-13T23:55:11.963Z[ host-image] Dec 13 23:55:10.303 INFO O| Dec 13 23:55:10.303 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98242024-12-13T23:55:11.973Z[ host-image] Dec 13 23:55:10.317 INFO O| Dec 13 23:55:10.317 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98252024-12-13T23:55:11.973Z[ host-image] Dec 13 23:55:10.317 INFO O| Dec 13 23:55:10.317 INFO STEP 140 (remove_files) COMPLETE
98262024-12-13T23:55:11.977Z[ host-image] Dec 13 23:55:10.317 INFO O| Dec 13 23:55:10.317 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98272024-12-13T23:55:11.985Z[ host-image] Dec 13 23:55:10.330 INFO O| Dec 13 23:55:10.329 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98282024-12-13T23:55:11.985Z[ host-image] Dec 13 23:55:10.330 INFO O| Dec 13 23:55:10.330 INFO STEP 141 (remove_files) COMPLETE
98292024-12-13T23:55:11.986Z[ host-image] Dec 13 23:55:10.330 INFO O| Dec 13 23:55:10.330 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98302024-12-13T23:55:12.002Z[ host-image] Dec 13 23:55:10.347 INFO O| Dec 13 23:55:10.346 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98312024-12-13T23:55:12.002Z[ host-image] Dec 13 23:55:10.347 INFO O| Dec 13 23:55:10.347 INFO STEP 142 (remove_files) COMPLETE
98322024-12-13T23:55:12.002Z[ host-image] Dec 13 23:55:10.347 INFO O| Dec 13 23:55:10.347 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98332024-12-13T23:55:12.019Z[ host-image] Dec 13 23:55:10.363 INFO O| Dec 13 23:55:10.363 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98342024-12-13T23:55:12.021Z[ host-image] Dec 13 23:55:10.363 INFO O| Dec 13 23:55:10.363 INFO STEP 143 (remove_files) COMPLETE
98352024-12-13T23:55:12.022Z[ host-image] Dec 13 23:55:10.363 INFO O| Dec 13 23:55:10.363 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98362024-12-13T23:55:12.032Z[ host-image] Dec 13 23:55:10.376 INFO O| Dec 13 23:55:10.376 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98372024-12-13T23:55:12.032Z[ host-image] Dec 13 23:55:10.376 INFO O| Dec 13 23:55:10.376 INFO STEP 144 (remove_files) COMPLETE
98382024-12-13T23:55:12.036Z[ host-image] Dec 13 23:55:10.376 INFO O| Dec 13 23:55:10.376 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98392024-12-13T23:55:12.045Z[ host-image] Dec 13 23:55:10.389 INFO O| Dec 13 23:55:10.389 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98402024-12-13T23:55:12.045Z[ host-image] Dec 13 23:55:10.389 INFO O| Dec 13 23:55:10.389 INFO STEP 145 (remove_files) COMPLETE
98412024-12-13T23:55:12.045Z[ host-image] Dec 13 23:55:10.389 INFO O| Dec 13 23:55:10.389 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98422024-12-13T23:55:12.063Z[ host-image] Dec 13 23:55:10.406 INFO O| Dec 13 23:55:10.406 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98432024-12-13T23:55:12.063Z[ host-image] Dec 13 23:55:10.406 INFO O| Dec 13 23:55:10.406 INFO STEP 146 (remove_files) COMPLETE
98442024-12-13T23:55:12.067Z[ host-image] Dec 13 23:55:10.406 INFO O| Dec 13 23:55:10.406 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98452024-12-13T23:55:12.079Z[ host-image] Dec 13 23:55:10.423 INFO O| Dec 13 23:55:10.423 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98462024-12-13T23:55:12.079Z[ host-image] Dec 13 23:55:10.423 INFO O| Dec 13 23:55:10.423 INFO STEP 147 (remove_files) COMPLETE
98472024-12-13T23:55:12.080Z[ host-image] Dec 13 23:55:10.423 INFO O| Dec 13 23:55:10.423 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98482024-12-13T23:55:12.096Z[ host-image] Dec 13 23:55:10.440 INFO O| Dec 13 23:55:10.440 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98492024-12-13T23:55:12.096Z[ host-image] Dec 13 23:55:10.440 INFO O| Dec 13 23:55:10.440 INFO STEP 148 (remove_files) COMPLETE
98502024-12-13T23:55:12.097Z[ host-image] Dec 13 23:55:10.440 INFO O| Dec 13 23:55:10.440 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98512024-12-13T23:55:12.111Z[ host-image] Dec 13 23:55:10.455 INFO O| Dec 13 23:55:10.455 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98522024-12-13T23:55:12.111Z[ host-image] Dec 13 23:55:10.455 INFO O| Dec 13 23:55:10.455 INFO STEP 149 (remove_files) COMPLETE
98532024-12-13T23:55:12.111Z[ host-image] Dec 13 23:55:10.455 INFO O| Dec 13 23:55:10.455 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98542024-12-13T23:55:12.124Z[ host-image] Dec 13 23:55:10.467 INFO O| Dec 13 23:55:10.467 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98552024-12-13T23:55:12.124Z[ host-image] Dec 13 23:55:10.467 INFO O| Dec 13 23:55:10.467 INFO STEP 150 (remove_files) COMPLETE
98562024-12-13T23:55:12.124Z[ host-image] Dec 13 23:55:10.467 INFO O| Dec 13 23:55:10.467 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98572024-12-13T23:55:12.138Z[ host-image] Dec 13 23:55:10.482 INFO O| Dec 13 23:55:10.482 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98582024-12-13T23:55:12.138Z[ host-image] Dec 13 23:55:10.482 INFO O| Dec 13 23:55:10.482 INFO STEP 151 (remove_files) COMPLETE
98592024-12-13T23:55:12.142Z[ host-image] Dec 13 23:55:10.482 INFO O| Dec 13 23:55:10.482 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98602024-12-13T23:55:12.153Z[ host-image] Dec 13 23:55:10.497 INFO O| Dec 13 23:55:10.497 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98612024-12-13T23:55:12.153Z[ host-image] Dec 13 23:55:10.497 INFO O| Dec 13 23:55:10.497 INFO STEP 152 (remove_files) COMPLETE
98622024-12-13T23:55:12.153Z[ host-image] Dec 13 23:55:10.497 INFO O| Dec 13 23:55:10.497 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98632024-12-13T23:55:12.168Z[ host-image] Dec 13 23:55:10.512 INFO O| Dec 13 23:55:10.512 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98642024-12-13T23:55:12.172Z[ host-image] Dec 13 23:55:10.512 INFO O| Dec 13 23:55:10.512 INFO STEP 153 (remove_files) COMPLETE
98652024-12-13T23:55:12.172Z[ host-image] Dec 13 23:55:10.512 INFO O| Dec 13 23:55:10.512 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98662024-12-13T23:55:12.184Z[ host-image] Dec 13 23:55:10.526 INFO O| Dec 13 23:55:10.526 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98672024-12-13T23:55:12.184Z[ host-image] Dec 13 23:55:10.526 INFO O| Dec 13 23:55:10.526 INFO STEP 154 (remove_files) COMPLETE
98682024-12-13T23:55:12.184Z[ host-image] Dec 13 23:55:10.526 INFO O| Dec 13 23:55:10.526 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98692024-12-13T23:55:12.198Z[ host-image] Dec 13 23:55:10.542 INFO O| Dec 13 23:55:10.542 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98702024-12-13T23:55:12.198Z[ host-image] Dec 13 23:55:10.543 INFO O| Dec 13 23:55:10.542 INFO STEP 155 (remove_files) COMPLETE
98712024-12-13T23:55:12.201Z[ host-image] Dec 13 23:55:10.543 INFO O| Dec 13 23:55:10.543 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98722024-12-13T23:55:12.212Z[ host-image] Dec 13 23:55:10.555 INFO O| Dec 13 23:55:10.555 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98732024-12-13T23:55:12.215Z[ host-image] Dec 13 23:55:10.555 INFO O| Dec 13 23:55:10.555 INFO STEP 156 (remove_files) COMPLETE
98742024-12-13T23:55:12.216Z[ host-image] Dec 13 23:55:10.555 INFO O| Dec 13 23:55:10.555 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98752024-12-13T23:55:12.226Z[ host-image] Dec 13 23:55:10.570 INFO O| Dec 13 23:55:10.570 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98762024-12-13T23:55:12.226Z[ host-image] Dec 13 23:55:10.570 INFO O| Dec 13 23:55:10.570 INFO STEP 157 (remove_files) COMPLETE
98772024-12-13T23:55:12.226Z[ host-image] Dec 13 23:55:10.570 INFO O| Dec 13 23:55:10.570 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98782024-12-13T23:55:12.246Z[ host-image] Dec 13 23:55:10.590 INFO O| Dec 13 23:55:10.590 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98792024-12-13T23:55:12.246Z[ host-image] Dec 13 23:55:10.590 INFO O| Dec 13 23:55:10.590 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98802024-12-13T23:55:17.553Z[ host-image] Dec 13 23:55:15.897 INFO O| Dec 13 23:55:15.896 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
98812024-12-13T23:55:17.553Z[ host-image] Dec 13 23:55:15.897 INFO O| Dec 13 23:55:15.896 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98822024-12-13T23:55:17.567Z[ host-image] Dec 13 23:55:15.911 INFO O| Dec 13 23:55:15.911 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
98832024-12-13T23:55:17.667Z[ host-image] Dec 13 23:55:16.010 INFO O| Dec 13 23:55:16.010 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98842024-12-13T23:55:17.667Z[ host-image] Dec 13 23:55:16.010 INFO O| Dec 13 23:55:16.010 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98852024-12-13T23:55:17.670Z[ host-image] Dec 13 23:55:16.013 INFO O| Dec 13 23:55:16.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98862024-12-13T23:55:17.670Z[ host-image] Dec 13 23:55:16.013 INFO O| Dec 13 23:55:16.013 INFO ok!
98872024-12-13T23:55:17.670Z[ host-image] Dec 13 23:55:16.013 INFO O| Dec 13 23:55:16.013 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98882024-12-13T23:55:17.670Z[ host-image] Dec 13 23:55:16.013 INFO O| Dec 13 23:55:16.013 INFO STEP 158 (seed_smf) COMPLETE
98892024-12-13T23:55:17.670Z[ host-image] Dec 13 23:55:16.013 INFO O| Dec 13 23:55:16.013 INFO steps complete; finalising image!
98902024-12-13T23:55:17.670Z[ host-image] Dec 13 23:55:16.013 INFO O| Dec 13 23:55:16.013 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98912024-12-13T23:55:17.824Z[ host-image] Dec 13 23:55:16.168 INFO O| Dec 13 23:55:16.168 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Dec 13 23:55:16 2024)
98922024-12-13T23:55:18.035Z[ host-image] Dec 13 23:55:16.378 INFO O| Dec 13 23:55:16.378 INFO trim TEMPORARY-gimlet-zfs: (67% trimmed, started at Fri Dec 13 23:55:16 2024)
98932024-12-13T23:55:18.266Z[ host-image] Dec 13 23:55:16.610 INFO O| Dec 13 23:55:16.610 INFO temporary pool has 689M used, 143M avail, 1.82x compressratio
98942024-12-13T23:55:18.266Z[ host-image] Dec 13 23:55:16.610 INFO O| Dec 13 23:55:16.610 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98952024-12-13T23:55:18.644Z[ host-image] Dec 13 23:55:16.988 INFO O| Dec 13 23:55:16.988 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98962024-12-13T23:55:18.644Z[ host-image] Dec 13 23:55:16.988 INFO O| Dec 13 23:55:16.988 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98972024-12-13T23:55:20.115Z[ host-image] Dec 13 23:55:18.059 INFO O| Dec 13 23:55:18.059 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98982024-12-13T23:55:20.115Z[ host-image] Dec 13 23:55:18.059 INFO O| Dec 13 23:55:18.059 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98992024-12-13T23:55:20.129Z[ host-image] Dec 13 23:55:18.059 INFO O| Dec 13 23:55:18.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99002024-12-13T23:55:20.129Z[ host-image] Dec 13 23:55:18.059 INFO O| Dec 13 23:55:18.059 INFO completed processing gimlet/zfs
99012024-12-13T23:55:20.129Z[ host-image] Dec 13 23:55:18.059 INFO O| Dec 13 23:55:18.059 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99022024-12-13T23:55:28.311Z[ host-image] Dec 13 23:55:26.651 INFO O| Dec 13 23:55:26.651 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99032024-12-13T23:55:28.401Z[ host-image] Dec 13 23:55:26.743 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
99042024-12-13T23:55:28.401Z[ host-image] Dec 13 23:55:26.743 INFO expanded image name: "ci 6503968/${os_short_commit} 2024-12-13 23:21" -> "ci 6503968/92ea229 2024-12-13 23:21"
99052024-12-13T23:55:28.404Z[ host-image] Dec 13 23:55:26.743 INFO output artefacts stored in: "/work/os-host"
99062024-12-13T23:55:28.404Z[ host-image] Dec 13 23:55:26.744 INFO collecting git info from project "image-builder"...
99072024-12-13T23:55:28.414Z[ host-image] Dec 13 23:55:26.756 INFO collecting git info from project "pilot"...
99082024-12-13T23:55:28.421Z[ host-image] Dec 13 23:55:26.764 INFO collecting git info from project "amd-firmware"...
99092024-12-13T23:55:28.434Z[ host-image] Dec 13 23:55:26.776 INFO collecting git info from project "bootserver"...
99102024-12-13T23:55:28.439Z[ host-image] Dec 13 23:55:26.781 INFO collecting git info from project "phbl"...
99112024-12-13T23:55:28.445Z[ host-image] Dec 13 23:55:26.787 INFO collecting git info from project "amd-host-image-builder"...
99122024-12-13T23:55:28.465Z[ host-image] Dec 13 23:55:26.808 INFO collecting git info from project "pinprick"...
99132024-12-13T23:55:28.471Z[ host-image] Dec 13 23:55:26.813 INFO collecting git info from project "chelsio-t6-roms"...
99142024-12-13T23:55:28.477Z[ host-image] Dec 13 23:55:26.819 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99152024-12-13T23:55:28.863Z[ host-image] Dec 13 23:55:27.205 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99162024-12-13T23:55:29.227Z[ host-image] Dec 13 23:55:27.569 INFO creating Oxide boot image...
99172024-12-13T23:55:29.227Z[ host-image] Dec 13 23:55:27.569 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 6503968/92ea229 2024-12-13 23:21", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99182024-12-13T23:55:30.213Z[ host-image] Dec 13 23:55:28.555 INFO O| ok, image written!
99192024-12-13T23:55:30.215Z[ host-image] Dec 13 23:55:28.555 INFO O| ok, boot_image_csum file written!
99202024-12-13T23:55:30.217Z[ host-image] Dec 13 23:55:28.558 INFO creating boot archive (CPIO)...
99212024-12-13T23:55:30.217Z[ host-image] Dec 13 23:55:28.558 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
99222024-12-13T23:55:30.224Z[ host-image] Dec 13 23:55:28.566 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99232024-12-13T23:55:30.224Z[ host-image] Dec 13 23:55:28.566 INFO E| + outfile=/work/os-host/cpio
99242024-12-13T23:55:30.227Z[ host-image] Dec 13 23:55:28.566 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99252024-12-13T23:55:30.227Z[ host-image] Dec 13 23:55:28.568 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99262024-12-13T23:55:30.227Z[ host-image] Dec 13 23:55:28.568 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99272024-12-13T23:55:30.269Z[ host-image] Dec 13 23:55:28.611 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99282024-12-13T23:55:30.269Z[ host-image] Dec 13 23:55:28.611 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99292024-12-13T23:55:30.279Z[ host-image] Dec 13 23:55:28.621 INFO creating compressed cpio/unix for nanobl-rs...
99302024-12-13T23:55:30.279Z[ host-image] Dec 13 23:55:28.621 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
99312024-12-13T23:55:30.580Z[ host-image] Dec 13 23:55:28.922 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99322024-12-13T23:55:35.215Z[ host-image] Dec 13 23:55:33.556 INFO creating reset image...
99332024-12-13T23:55:35.215Z[ host-image] Dec 13 23:55:33.556 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99342024-12-13T23:55:35.388Z[ host-image] Dec 13 23:55:33.729 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
99352024-12-13T23:55:35.391Z[ host-image] Dec 13 23:55:33.731 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99362024-12-13T23:55:35.474Z[ host-image] Dec 13 23:55:33.815 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99372024-12-13T23:55:38.827Z[ host-image] Dec 13 23:55:37.167 INFO E| Finished `release` profile [optimized] target(s) in 3.41s
99382024-12-13T23:55:38.844Z[ host-image] Dec 13 23:55:37.185 INFO building host image...
99392024-12-13T23:55:38.847Z[ host-image] Dec 13 23:55:37.185 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")
99402024-12-13T23:55:39.677Z[ host-image] Dec 13 23:55:38.017 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99412024-12-13T23:56:56.149Z[ host-image] Dec 13 23:56:54.477 INFO image complete! materials are in "/work/os-host"
99422024-12-13T23:56:56.154Z[ host-image]
99432024-12-13T23:56:56.154Z[ host-image] real 13:26.114373750
99442024-12-13T23:56:56.157Z[ host-image] user 6:34.292004471
99452024-12-13T23:56:56.157Z[ host-image] sys 1:05.366245008
99462024-12-13T23:56:56.157Z[ host-image] trap 0.306506700
99472024-12-13T23:56:56.157Z[ host-image] tflt 0.040912050
99482024-12-13T23:56:56.157Z[ host-image] dflt 0.031750905
99492024-12-13T23:56:56.157Z[ host-image] kflt 0.004159943
99502024-12-13T23:56:56.157Z[ host-image] lock 8:45.990982359
99512024-12-13T23:56:56.157Z[ host-image] slp 1:09:16.836677687
99522024-12-13T23:56:56.157Z[ host-image] lat 3:06.935218357
99532024-12-13T23:56:56.157Z[ host-image] stop 1.250896138
99542024-12-13T23:56:56.157ZDec 13 23:56:54.483 INFO [host-image] process exited with exit status: 0 (806.13264036s)
99552024-12-13T23:56:56.157ZDec 13 23:56:54.483 INFO [tuf-repo] running task
99562024-12-13T23:57:13.005ZDec 13 23:57:09.940 INFO assembling repository in `/tmp/tufaceouslRIT0A`, component: OmicronRepoAssembler
99572024-12-13T23:57:35.681ZDec 13 23:57:33.517 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99582024-12-13T23:57:35.681ZDec 13 23:57:33.805 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99592024-12-13T23:57:51.680ZDec 13 23:57:50.000 INFO [tuf-repo] task succeeded (55.51740693s)
99602024-12-13T23:59:10.966Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 21s
99612024-12-13T23:59:11.374ZDec 13 23:59:09.681 INFO [verify-libraries] process exited with exit status: 0 (925.504122283s)
99622024-12-13T23:59:11.374ZDec 13 23:59:09.681 INFO all jobs completed in 2259.377381485s
99632024-12-13T23:59:13.693Zprocess exited: duration 2939970 ms, exit code 0
 
99642024-12-13T23:59:13.707Zfound 33 output files
99652024-12-13T23:59:13.707Zuploading: /work/manifest.toml (8404 bytes)
99662024-12-13T23:59:14.721Zuploaded: /work/manifest.toml
99672024-12-13T23:59:14.721Zuploading: /work/repo.zip (1944094413 bytes)
99682024-12-13T23:59:54.695Zuploaded: /work/repo.zip
99692024-12-13T23:59:54.695Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99702024-12-13T23:59:55.758Zuploaded: /work/repo.zip.sha256.txt
99712024-12-13T23:59:55.761Zuploading: /work/helios-setup.log (66514 bytes)
99722024-12-13T23:59:56.776Zuploaded: /work/helios-setup.log
99732024-12-13T23:59:56.776Zuploading: /work/host-image.log (196844 bytes)
99742024-12-13T23:59:57.798Zuploaded: /work/host-image.log
99752024-12-13T23:59:57.798Zuploading: /work/host-package.log (22349 bytes)
99762024-12-13T23:59:58.809Zuploaded: /work/host-package.log
99772024-12-13T23:59:58.809Zuploading: /work/host-target.log (101 bytes)
99782024-12-13T23:59:59.817Zuploaded: /work/host-target.log
99792024-12-13T23:59:59.817Zuploading: /work/omicron-package.log (5666 bytes)
99802024-12-14T00:00:00.827Zuploaded: /work/omicron-package.log
99812024-12-14T00:00:00.830Zuploading: /work/phbl-toolchain.log (881 bytes)
99822024-12-14T00:00:01.835Zuploaded: /work/phbl-toolchain.log
99832024-12-14T00:00:01.835Zuploading: /work/recovery-image.log (592021 bytes)
99842024-12-14T00:00:02.871Zuploaded: /work/recovery-image.log
99852024-12-14T00:00:02.871Zuploading: /work/recovery-package.log (321 bytes)
99862024-12-14T00:00:03.880Zuploaded: /work/recovery-package.log
99872024-12-14T00:00:03.883Zuploading: /work/recovery-target.log (98 bytes)
99882024-12-14T00:00:04.889Zuploaded: /work/recovery-target.log
99892024-12-14T00:00:04.889Zuploading: /work/stamp-clickhouse.log (117 bytes)
99902024-12-14T00:00:05.898Zuploaded: /work/stamp-clickhouse.log
99912024-12-14T00:00:05.898Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99922024-12-14T00:00:06.906Zuploaded: /work/stamp-clickhouse_keeper.log
99932024-12-14T00:00:06.909Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99942024-12-14T00:00:07.916Zuploaded: /work/stamp-cockroachdb.log
99952024-12-14T00:00:07.916Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99962024-12-14T00:00:08.927Zuploaded: /work/stamp-crucible-dtrace.log
99972024-12-14T00:00:08.930Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99982024-12-14T00:00:09.935Zuploaded: /work/stamp-crucible-pantry-zone.log
99992024-12-14T00:00:09.935Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100002024-12-14T00:00:10.944Zuploaded: /work/stamp-crucible-zone.log
100012024-12-14T00:00:10.944Zuploading: /work/stamp-external-dns.log (119 bytes)
100022024-12-14T00:00:11.954Zuploaded: /work/stamp-external-dns.log
100032024-12-14T00:00:11.954Zuploading: /work/stamp-installinator.log (103 bytes)
100042024-12-14T00:00:12.963Zuploaded: /work/stamp-installinator.log
100052024-12-14T00:00:12.963Zuploading: /work/stamp-internal-dns.log (119 bytes)
100062024-12-14T00:00:13.971Zuploaded: /work/stamp-internal-dns.log
100072024-12-14T00:00:13.971Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100082024-12-14T00:00:14.980Zuploaded: /work/stamp-mg-ddm-gz.log
100092024-12-14T00:00:14.980Zuploading: /work/stamp-nexus.log (112 bytes)
100102024-12-14T00:00:15.989Zuploaded: /work/stamp-nexus.log
100112024-12-14T00:00:15.989Zuploading: /work/stamp-ntp.log (110 bytes)
100122024-12-14T00:00:16.997Zuploaded: /work/stamp-ntp.log
100132024-12-14T00:00:16.997Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100142024-12-14T00:00:18.008Zuploaded: /work/stamp-omicron-sled-agent.log
100152024-12-14T00:00:18.008Zuploading: /work/stamp-overlay.log (114 bytes)
100162024-12-14T00:00:19.016Zuploaded: /work/stamp-overlay.log
100172024-12-14T00:00:19.016Zuploading: /work/stamp-oximeter.log (115 bytes)
100182024-12-14T00:00:20.026Zuploaded: /work/stamp-oximeter.log
100192024-12-14T00:00:20.026Zuploading: /work/stamp-oxlog.log (109 bytes)
100202024-12-14T00:00:21.034Zuploaded: /work/stamp-oxlog.log
100212024-12-14T00:00:21.035Zuploading: /work/stamp-probe.log (112 bytes)
100222024-12-14T00:00:22.043Zuploaded: /work/stamp-probe.log
100232024-12-14T00:00:22.043Zuploading: /work/stamp-propolis-server.log (122 bytes)
100242024-12-14T00:00:23.053Zuploaded: /work/stamp-propolis-server.log
100252024-12-14T00:00:23.053Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100262024-12-14T00:00:24.063Zuploaded: /work/stamp-pumpkind-gz.log
100272024-12-14T00:00:24.063Zuploading: /work/stamp-switch-asic.log (118 bytes)
100282024-12-14T00:00:25.072Zuploaded: /work/stamp-switch-asic.log
100292024-12-14T00:00:25.072Zuploading: /work/verify-libraries.log (5773 bytes)
100302024-12-14T00:00:26.082Zuploaded: /work/verify-libraries.log