01JFK339NB8MSTFPZS4HQZSJAN: 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: 01JFK34KMV2KGAT69KBEQEQ4HK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T22:32:21.178Zjob assigned to worker 01JFK34Z7JVYXG8DTK7N1ZTDC8 [factory aws, i-006dc5dc305ae5621] (queued for 1 m 4 s)
 
22024-12-20T22:32:29.672Zstarting task 0: "setup"
32024-12-20T22:32:29.683Z++ uname -s
42024-12-20T22:32:29.686Z+ kern=SunOS
52024-12-20T22:32:29.686Z+ case "$kern" in
62024-12-20T22:32:29.686Z+ groupadd -g 12345 build
72024-12-20T22:32:29.688Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T22:32:31.696Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T22:32:31.817Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T22:32:31.820Z+ home_fs=zfs
112024-12-20T22:32:31.820Z+ [[ zfs == autofs ]]
122024-12-20T22:32:31.820Z+ mkdir -p /home/build
132024-12-20T22:32:31.823Z+ chown build:build /home/build /work
142024-12-20T22:32:33.826Z+ chmod 0700 /home/build /work
152024-12-20T22:32:33.829Zprocess exited: duration 4155 ms, exit code 0
 
162024-12-20T22:32:33.835Zstarting task 1: "rust-toolchain"
172024-12-20T22:32:33.843Z+ printf ' * toolchain channel = "%s"
182024-12-20T22:32:33.843Z' 1.81.0
192024-12-20T22:32:33.843Z+ printf ' * toolchain profile = "%s"
202024-12-20T22:32:33.843Z' default
212024-12-20T22:32:33.843Z * toolchain channel = "1.81.0"
222024-12-20T22:32:33.843Z * toolchain profile = "default"
232024-12-20T22:32:33.846Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T22:32:33.846Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T22:32:33.943Zinfo: downloading installer
262024-12-20T22:32:35.288Zinfo: profile set to 'default'
272024-12-20T22:32:35.288Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T22:32:35.290Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T22:32:35.428Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T22:32:35.428Zinfo: downloading component 'cargo'
312024-12-20T22:32:36.126Zinfo: downloading component 'clippy'
322024-12-20T22:32:36.384Zinfo: downloading component 'rust-docs'
332024-12-20T22:32:37.346Zinfo: downloading component 'rust-std'
342024-12-20T22:32:38.843Zinfo: downloading component 'rustc'
352024-12-20T22:32:44.227Zinfo: downloading component 'rustfmt'
362024-12-20T22:32:44.434Zinfo: installing component 'cargo'
372024-12-20T22:32:45.285Zinfo: installing component 'clippy'
382024-12-20T22:32:45.651Zinfo: installing component 'rust-docs'
392024-12-20T22:32:47.375Zinfo: installing component 'rust-std'
402024-12-20T22:32:49.257Zinfo: installing component 'rustc'
412024-12-20T22:32:55.271Zinfo: installing component 'rustfmt'
422024-12-20T22:32:55.617Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T22:32:55.617Z
442024-12-20T22:32:55.989Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T22:32:55.989Z
462024-12-20T22:32:56.000Z
472024-12-20T22:32:56.000ZRust is installed now. Great!
482024-12-20T22:32:56.000Z
492024-12-20T22:32:56.000ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T22:32:56.000Zenvironment variable. This has not been done automatically.
512024-12-20T22:32:56.000Z
522024-12-20T22:32:56.000ZTo configure your current shell, you need to source
532024-12-20T22:32:56.000Zthe corresponding env file under $HOME/.cargo.
542024-12-20T22:32:56.000Z
552024-12-20T22:32:56.000ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T22:32:56.000Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T22:32:56.000Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T22:32:56.073Z+ rustc --version
592024-12-20T22:32:56.140Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T22:32:56.145Zprocess exited: duration 22305 ms, exit code 0
 
612024-12-20T22:32:56.153Zstarting task 2: "authentication"
622024-12-20T22:32:56.180Zprocess exited: duration 26 ms, exit code 0
 
632024-12-20T22:32:56.186Zstarting task 3: "clone repository"
642024-12-20T22:32:56.194Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T22:32:56.198Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T22:32:56.568ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T22:33:04.020Z+ cd /work/oxidecomputer/omicron
682024-12-20T22:33:04.869Z+ git fetch origin 50917c7c01171c46ff066305594e819bed771774
692024-12-20T22:33:04.870ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T22:33:04.871Z * branch 50917c7c01171c46ff066305594e819bed771774 -> FETCH_HEAD
712024-12-20T22:33:04.871Z+ [[ -n support-bundles-crdb ]]
722024-12-20T22:33:04.871Z++ git branch --show-current
732024-12-20T22:33:04.871Z+ current=main
742024-12-20T22:33:04.871Z+ [[ main != support-bundles-crdb ]]
752024-12-20T22:33:04.871Z+ git branch -f support-bundles-crdb 50917c7c01171c46ff066305594e819bed771774
762024-12-20T22:33:04.871Z+ git checkout -f support-bundles-crdb
772024-12-20T22:33:04.871ZSwitched to branch 'support-bundles-crdb'
782024-12-20T22:33:04.871Z+ git reset --hard 50917c7c01171c46ff066305594e819bed771774
792024-12-20T22:33:04.872ZHEAD is now at 50917c7c0 Merge branch 'nexus-support-bundles-api' into support-bundles-crdb
802024-12-20T22:33:04.872Zprocess exited: duration 7675 ms, exit code 0
 
812024-12-20T22:33:06.607Zstarting task 4: "build"
822024-12-20T22:33:08.236Z+ source .github/buildomat/ci-env.sh
832024-12-20T22:33:08.236Z++ export CARGO_TERM_COLOR=always
842024-12-20T22:33:08.237Z++ CARGO_TERM_COLOR=always
852024-12-20T22:33:08.237Z+ cargo --version
862024-12-20T22:33:08.237Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T22:33:08.237Z+ rustc --version
882024-12-20T22:33:08.237Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T22:33:08.237Z+ cargo tree --locked
902024-12-20T22:33:08.237Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-20T22:33:08.237Z Updating crates.io index
922024-12-20T22:33:08.237Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-20T22:33:08.237Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-20T22:33:08.237Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-20T22:33:08.857Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-20T22:33:08.857Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-20T22:33:09.474Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-20T22:33:11.087Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-20T22:33:11.859Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-20T22:33:12.441Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-20T22:33:12.831Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-20T22:33:13.077Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-20T22:33:13.474Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-20T22:33:13.976Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-20T22:33:14.155Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-20T22:33:14.418Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-20T22:33:14.576Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-20T22:33:14.921Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-20T22:33:15.046Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-20T22:33:15.352Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-20T22:33:15.701Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-20T22:33:16.042Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-20T22:33:16.479Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-20T22:33:16.774Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-20T22:33:17.138Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-20T22:33:17.557Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-20T22:33:17.850Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-20T22:33:18.053Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-20T22:33:18.413Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-20T22:33:19.849Z Downloading crates ...
1212024-12-20T22:33:20.015Z Downloaded aead v0.5.2
1222024-12-20T22:33:20.078Z Downloaded anstyle-parse v0.2.5
1232024-12-20T22:33:20.078Z Downloaded anes v0.1.6
1242024-12-20T22:33:20.078Z Downloaded addr2line v0.24.2
1252024-12-20T22:33:20.078Z Downloaded ahash v0.8.11
1262024-12-20T22:33:20.078Z Downloaded atty v0.2.14
1272024-12-20T22:33:20.078Z Downloaded cfg_aliases v0.1.1
1282024-12-20T22:33:20.079Z Downloaded cfg_aliases v0.2.1
1292024-12-20T22:33:20.079Z Downloaded atomicwrites v0.4.4
1302024-12-20T22:33:20.079Z Downloaded async-object-pool v0.1.5
1312024-12-20T22:33:20.079Z Downloaded async-stream-impl v0.3.6
1322024-12-20T22:33:20.079Z Downloaded anstyle-query v1.1.1
1332024-12-20T22:33:20.079Z Downloaded fd-lock v4.0.2
1342024-12-20T22:33:20.079Z Downloaded anstyle v1.0.10
1352024-12-20T22:33:20.079Z Downloaded buf-list v1.0.3
1362024-12-20T22:33:20.081Z Downloaded blocking v1.6.1
1372024-12-20T22:33:20.081Z Downloaded block-padding v0.3.3
1382024-12-20T22:33:20.081Z Downloaded bytecount v0.6.8
1392024-12-20T22:33:20.081Z Downloaded fastrand v2.1.1
1402024-12-20T22:33:20.082Z Downloaded bitfield v0.14.0
1412024-12-20T22:33:20.082Z Downloaded async-channel v1.9.0
1422024-12-20T22:33:20.082Z Downloaded async-channel v2.3.1
1432024-12-20T22:33:20.082Z Downloaded float-ord v0.3.2
1442024-12-20T22:33:20.082Z Downloaded filetime v0.2.25
1452024-12-20T22:33:20.082Z Downloaded fatfs v0.3.6
1462024-12-20T22:33:20.082Z Downloaded block-buffer v0.10.4
1472024-12-20T22:33:20.083Z Downloaded approx v0.5.1
1482024-12-20T22:33:20.083Z Downloaded fixedbitset v0.4.2
1492024-12-20T22:33:20.083Z Downloaded chrono-tz-build v0.4.0
1502024-12-20T22:33:20.083Z Downloaded flate2 v1.0.34
1512024-12-20T22:33:20.189Z Downloaded float-cmp v0.9.0
1522024-12-20T22:33:20.192Z Downloaded cbc v0.1.2
1532024-12-20T22:33:20.192Z Downloaded chacha20 v0.9.1
1542024-12-20T22:33:20.192Z Downloaded async-attributes v1.1.2
1552024-12-20T22:33:20.196Z Downloaded assert-json-diff v2.0.2
1562024-12-20T22:33:20.196Z Downloaded flagset v0.4.6
1572024-12-20T22:33:20.196Z Downloaded byteorder v1.5.0
1582024-12-20T22:33:20.196Z Downloaded async-signal v0.2.10
1592024-12-20T22:33:20.197Z Downloaded cast v0.3.0
1602024-12-20T22:33:20.197Z Downloaded cassowary v0.3.0
1612024-12-20T22:33:20.197Z Downloaded event-listener-strategy v0.5.2
1622024-12-20T22:33:20.197Z Downloaded errno v0.3.9
1632024-12-20T22:33:20.197Z Downloaded async-process v2.3.0
1642024-12-20T22:33:20.197Z Downloaded anstream v0.6.15
1652024-12-20T22:33:20.197Z Downloaded base64ct v1.6.0
1662024-12-20T22:33:20.197Z Downloaded fs_extra v1.3.0
1672024-12-20T22:33:20.197Z Downloaded fnv v1.0.7
1682024-12-20T22:33:20.198Z Downloaded flume v0.11.1
1692024-12-20T22:33:20.198Z Downloaded futures-channel v0.3.31
1702024-12-20T22:33:20.201Z Downloaded foreign-types-macros v0.2.3
1712024-12-20T22:33:20.201Z Downloaded camino v1.1.9
1722024-12-20T22:33:20.202Z Downloaded fxhash v0.2.1
1732024-12-20T22:33:20.202Z Downloaded futures-lite v2.3.0
1742024-12-20T22:33:20.203Z Downloaded funty v2.0.0
1752024-12-20T22:33:20.203Z Downloaded async-task v4.7.1
1762024-12-20T22:33:20.203Z Downloaded generic-array v0.14.7
1772024-12-20T22:33:20.203Z Downloaded pretty-hex v0.4.1
1782024-12-20T22:33:20.204Z Downloaded fs-err v2.11.0
1792024-12-20T22:33:20.204Z Downloaded futures-timer v3.0.3
1802024-12-20T22:33:20.204Z Downloaded futures-sink v0.3.31
1812024-12-20T22:33:20.204Z Downloaded glob v0.3.1
1822024-12-20T22:33:20.204Z Downloaded num-iter v0.1.45
1832024-12-20T22:33:20.205Z Downloaded futures-util v0.3.31
1842024-12-20T22:33:20.282Z Downloaded phf_codegen v0.11.2
1852024-12-20T22:33:20.282Z Downloaded guppy-workspace-hack v0.1.0
1862024-12-20T22:33:20.282Z Downloaded guppy v0.17.8
1872024-12-20T22:33:20.282Z Downloaded cfg-expr v0.17.0
1882024-12-20T22:33:20.282Z Downloaded sqlparser_derive v0.2.2
1892024-12-20T22:33:20.282Z Downloaded pest_generator v2.7.14
1902024-12-20T22:33:20.282Z Downloaded async-io v2.3.4
1912024-12-20T22:33:20.282Z Downloaded ppv-lite86 v0.2.20
1922024-12-20T22:33:20.283Z Downloaded piper v0.2.4
1932024-12-20T22:33:20.283Z Downloaded futures-macro v0.3.31
1942024-12-20T22:33:20.283Z Downloaded hubpack_derive v0.1.1
1952024-12-20T22:33:20.283Z Downloaded ref-cast-impl v1.0.23
1962024-12-20T22:33:20.283Z Downloaded rand_core v0.6.4
1972024-12-20T22:33:20.283Z Downloaded salsa20 v0.10.2
1982024-12-20T22:33:20.283Z Downloaded http-range v0.1.5
1992024-12-20T22:33:20.283Z Downloaded primeorder v0.13.6
2002024-12-20T22:33:20.283Z Downloaded target-triple v0.1.3
2012024-12-20T22:33:20.283Z Downloaded hash32 v0.3.1
2022024-12-20T22:33:20.283Z Downloaded hash32 v0.2.1
2032024-12-20T22:33:20.283Z Downloaded group v0.13.0
2042024-12-20T22:33:20.283Z Downloaded num-rational v0.4.2
2052024-12-20T22:33:20.283Z Downloaded futures-io v0.3.31
2062024-12-20T22:33:20.283Z Downloaded signature v2.2.0
2072024-12-20T22:33:20.283Z Downloaded spin v0.5.2
2082024-12-20T22:33:20.283Z Downloaded fragile v2.0.0
2092024-12-20T22:33:20.283Z Downloaded humantime v2.1.0
2102024-12-20T22:33:20.284Z Downloaded hex-literal v0.4.1
2112024-12-20T22:33:20.284Z Downloaded httpdate v1.0.3
2122024-12-20T22:33:20.284Z Downloaded hostname v0.4.0
2132024-12-20T22:33:20.284Z Downloaded arc-swap v1.7.1
2142024-12-20T22:33:20.284Z Downloaded chacha20poly1305 v0.10.1
2152024-12-20T22:33:20.285Z Downloaded home v0.5.9
2162024-12-20T22:33:20.285Z Downloaded hex v0.4.3
2172024-12-20T22:33:20.285Z Downloaded hostname v0.3.1
2182024-12-20T22:33:20.285Z Downloaded structmeta-derive v0.3.0
2192024-12-20T22:33:20.285Z Downloaded toolchain_find v0.4.0
2202024-12-20T22:33:20.285Z Downloaded tinyvec_macros v0.1.1
2212024-12-20T22:33:20.286Z Downloaded sigpipe v0.1.3
2222024-12-20T22:33:20.286Z Downloaded rustc-demangle v0.1.24
2232024-12-20T22:33:20.286Z Downloaded waitgroup v0.1.2
2242024-12-20T22:33:20.286Z Downloaded unicode-linebreak v0.1.5
2252024-12-20T22:33:20.286Z Downloaded rust-argon2 v2.1.0
2262024-12-20T22:33:20.287Z Downloaded dhcproto-macros v0.1.0
2272024-12-20T22:33:20.287Z Downloaded derive_builder_macro v0.20.2
2282024-12-20T22:33:20.287Z Downloaded serde_path_to_error v0.1.16
2292024-12-20T22:33:20.287Z Downloaded cstr-argument v0.1.2
2302024-12-20T22:33:20.287Z Downloaded futures-executor v0.3.31
2312024-12-20T22:33:20.287Z Downloaded tinystr v0.7.6
2322024-12-20T22:33:20.287Z Downloaded thiserror-impl v1.0.69
2332024-12-20T22:33:20.287Z Downloaded thiserror v1.0.69
2342024-12-20T22:33:20.287Z Downloaded toml_datetime v0.6.8
2352024-12-20T22:33:20.287Z Downloaded gethostname v0.5.0
2362024-12-20T22:33:20.288Z Downloaded slog-term v2.9.1
2372024-12-20T22:33:20.288Z Downloaded blake2 v0.10.6
2382024-12-20T22:33:20.288Z Downloaded pem v3.0.4
2392024-12-20T22:33:20.288Z Downloaded cc v1.1.30
2402024-12-20T22:33:20.288Z Downloaded vte_generate_state_changes v0.1.2
2412024-12-20T22:33:20.288Z Downloaded wait-timeout v0.2.0
2422024-12-20T22:33:20.288Z Downloaded highway v1.2.0
2432024-12-20T22:33:20.288Z Downloaded proc-macro-crate v3.2.0
2442024-12-20T22:33:20.288Z Downloaded relative-path v1.9.3
2452024-12-20T22:33:20.288Z Downloaded data-encoding v2.6.0
2462024-12-20T22:33:20.288Z Downloaded hyper-rustls v0.26.0
2472024-12-20T22:33:20.289Z Downloaded zeroize_derive v1.4.2
2482024-12-20T22:33:20.289Z Downloaded ryu v1.0.18
2492024-12-20T22:33:20.289Z Downloaded serde_plain v1.0.2
2502024-12-20T22:33:20.289Z Downloaded iana-time-zone v0.1.61
2512024-12-20T22:33:20.289Z Downloaded path-slash v0.1.5
2522024-12-20T22:33:20.345Z Downloaded newtype_derive v0.1.6
2532024-12-20T22:33:20.345Z Downloaded unicode-truncate v1.1.0
2542024-12-20T22:33:20.345Z Downloaded internet-checksum v0.2.1
2552024-12-20T22:33:20.345Z Downloaded newline-converter v0.3.0
2562024-12-20T22:33:20.345Z Downloaded peg-runtime v0.8.3
2572024-12-20T22:33:20.346Z Downloaded fallible-iterator v0.2.0
2582024-12-20T22:33:20.346Z Downloaded colorchoice v1.0.2
2592024-12-20T22:33:20.346Z Downloaded password-hash v0.5.0
2602024-12-20T22:33:20.346Z Downloaded openssl-sys v0.9.103
2612024-12-20T22:33:20.346Z Downloaded embedded-io v0.6.1
2622024-12-20T22:33:20.346Z Downloaded embedded-io v0.4.0
2632024-12-20T22:33:20.346Z Downloaded hyper-staticfile v0.10.1
2642024-12-20T22:33:20.346Z Downloaded is_terminal_polyfill v1.70.1
2652024-12-20T22:33:20.346Z Downloaded aes-gcm v0.10.3
2662024-12-20T22:33:20.346Z Downloaded lockfree-object-pool v0.1.6
2672024-12-20T22:33:20.346Z Downloaded hickory-client v0.24.1
2682024-12-20T22:33:20.346Z Downloaded pbkdf2 v0.12.2
2692024-12-20T22:33:20.347Z Downloaded olpc-cjson v0.1.4
2702024-12-20T22:33:20.347Z Downloaded num_cpus v1.16.0
2712024-12-20T22:33:20.347Z Downloaded radium v0.7.0
2722024-12-20T22:33:20.347Z Downloaded des v0.8.1
2732024-12-20T22:33:20.347Z Downloaded derive_builder v0.20.2
2742024-12-20T22:33:20.347Z Downloaded r2d2 v0.8.10
2752024-12-20T22:33:20.347Z Downloaded predicates-tree v1.0.11
2762024-12-20T22:33:20.373Z Downloaded path-tree v0.8.1
2772024-12-20T22:33:20.373Z Downloaded quinn-udp v0.5.5
2782024-12-20T22:33:20.373Z Downloaded simd-adler32 v0.3.7
2792024-12-20T22:33:20.373Z Downloaded rusty-fork v0.3.0
2802024-12-20T22:33:20.373Z Downloaded unicode-ident v1.0.13
2812024-12-20T22:33:20.373Z Downloaded toml v0.7.8
2822024-12-20T22:33:20.373Z Downloaded same-file v1.0.6
2832024-12-20T22:33:20.373Z Downloaded zerovec-derive v0.10.3
2842024-12-20T22:33:20.373Z Downloaded nibble_vec v0.1.0
2852024-12-20T22:33:20.373Z Downloaded pbkdf2 v0.11.0
2862024-12-20T22:33:20.373Z Downloaded crunchy v0.2.2
2872024-12-20T22:33:20.373Z Downloaded static_assertions v1.1.0
2882024-12-20T22:33:20.373Z Downloaded peg v0.8.4
2892024-12-20T22:33:20.373Z Downloaded tap v1.0.1
2902024-12-20T22:33:20.374Z Downloaded icu_normalizer v1.5.0
2912024-12-20T22:33:20.374Z Downloaded quote v1.0.37
2922024-12-20T22:33:20.374Z Downloaded hmac v0.12.1
2932024-12-20T22:33:20.375Z Downloaded endian-type v0.1.2
2942024-12-20T22:33:20.407Z Downloaded utf8_iter v1.0.4
2952024-12-20T22:33:20.407Z Downloaded usdt-attr-macro v0.5.0
2962024-12-20T22:33:20.407Z Downloaded pathdiff v0.2.2
2972024-12-20T22:33:20.407Z Downloaded dtrace-parser v0.2.0
2982024-12-20T22:33:20.407Z Downloaded topological-sort v0.2.2
2992024-12-20T22:33:20.407Z Downloaded event-listener v5.3.1
3002024-12-20T22:33:20.407Z Downloaded diesel_table_macro_syntax v0.2.0
3012024-12-20T22:33:20.407Z Downloaded zerofrom v0.1.4
3022024-12-20T22:33:20.407Z Downloaded rustc-hash v2.0.0
3032024-12-20T22:33:20.408Z Downloaded rustc-hash v1.1.0
3042024-12-20T22:33:20.408Z Downloaded progenitor-macro v0.8.0
3052024-12-20T22:33:20.408Z Downloaded postgres-types v0.2.8
3062024-12-20T22:33:20.408Z Downloaded utf8parse v0.2.2
3072024-12-20T22:33:20.408Z Downloaded serde_with_macros v3.11.0
3082024-12-20T22:33:20.408Z Downloaded libloading v0.8.5
3092024-12-20T22:33:20.408Z Downloaded openssl-macros v0.1.1
3102024-12-20T22:33:20.426Z Downloaded opaque-debug v0.3.1
3112024-12-20T22:33:20.427Z Downloaded tinyvec v1.8.0
3122024-12-20T22:33:20.427Z Downloaded mirai-annotations v1.12.0
3132024-12-20T22:33:20.427Z Downloaded concurrent-queue v2.5.0
3142024-12-20T22:33:20.427Z Downloaded display-error-chain v0.2.2
3152024-12-20T22:33:20.427Z Downloaded openssl-probe v0.1.5
3162024-12-20T22:33:20.427Z Downloaded slog-envlogger v2.2.0
3172024-12-20T22:33:20.427Z Downloaded tokio-rustls v0.24.1
3182024-12-20T22:33:20.427Z Downloaded slog-dtrace v0.3.0
3192024-12-20T22:33:20.428Z Downloaded slog-bunyan v2.5.0
3202024-12-20T22:33:20.428Z Downloaded indoc v2.0.5
3212024-12-20T22:33:20.428Z Downloaded enum-as-inner v0.5.1
3222024-12-20T22:33:20.428Z Downloaded peg-macros v0.8.4
3232024-12-20T22:33:20.428Z Downloaded hyper-util v0.1.10
3242024-12-20T22:33:20.428Z Downloaded linear-map v1.2.0
3252024-12-20T22:33:20.440Z Downloaded lalrpop-util v0.19.12
3262024-12-20T22:33:20.440Z Downloaded uzers v0.12.1
3272024-12-20T22:33:20.440Z Downloaded heapless v0.8.0
3282024-12-20T22:33:20.440Z Downloaded managed v0.8.0
3292024-12-20T22:33:20.440Z Downloaded cpufeatures v0.2.14
3302024-12-20T22:33:20.440Z Downloaded nanorand v0.7.0
3312024-12-20T22:33:20.441Z Downloaded cookie_store v0.21.0
3322024-12-20T22:33:20.463Z Downloaded termtree v0.4.1
3332024-12-20T22:33:20.464Z Downloaded cmake v0.1.51
3342024-12-20T22:33:20.464Z Downloaded cipher v0.4.4
3352024-12-20T22:33:20.464Z Downloaded sct v0.7.1
3362024-12-20T22:33:20.464Z Downloaded rstest_macros v0.23.0
3372024-12-20T22:33:20.498Z Downloaded predicates-core v1.0.8
3382024-12-20T22:33:20.498Z Downloaded rand_seeder v0.3.0
3392024-12-20T22:33:20.499Z Downloaded trybuild v1.0.101
3402024-12-20T22:33:20.499Z Downloaded zip v0.6.6
3412024-12-20T22:33:20.499Z Downloaded toml_edit v0.19.15
3422024-12-20T22:33:20.511Z Downloaded zone_cfg_derive v0.1.2
3432024-12-20T22:33:20.511Z Downloaded hashbrown v0.12.3
3442024-12-20T22:33:20.511Z Downloaded shlex v1.3.0
3452024-12-20T22:33:20.511Z Downloaded similar-asserts v1.6.0
3462024-12-20T22:33:20.512Z Downloaded signal-hook-registry v1.4.2
3472024-12-20T22:33:20.512Z Downloaded signal-hook-mio v0.2.4
3482024-12-20T22:33:20.512Z Downloaded num-conv v0.1.0
3492024-12-20T22:33:20.512Z Downloaded termios v0.3.3
3502024-12-20T22:33:20.512Z Downloaded psl-types v2.0.11
3512024-12-20T22:33:20.512Z Downloaded percent-encoding v2.3.1
3522024-12-20T22:33:20.512Z Downloaded universal-hash v0.5.1
3532024-12-20T22:33:20.512Z Downloaded untrusted v0.9.0
3542024-12-20T22:33:20.512Z Downloaded untrusted v0.7.1
3552024-12-20T22:33:20.512Z Downloaded tokio-native-tls v0.3.1
3562024-12-20T22:33:20.512Z Downloaded serde-hex v0.1.0
3572024-12-20T22:33:20.539Z Downloaded rustls-pemfile v1.0.4
3582024-12-20T22:33:20.539Z Downloaded rustyline v14.0.0
3592024-12-20T22:33:20.540Z Downloaded tabled_derive v0.7.0
3602024-12-20T22:33:20.540Z Downloaded rand_xorshift v0.3.0
3612024-12-20T22:33:20.571Z Downloaded predicates v3.1.2
3622024-12-20T22:33:20.571Z Downloaded precomputed-hash v0.1.1
3632024-12-20T22:33:20.571Z Downloaded env_logger v0.10.2
3642024-12-20T22:33:20.571Z Downloaded displaydoc v0.2.5
3652024-12-20T22:33:20.571Z Downloaded plotters-svg v0.3.7
3662024-12-20T22:33:20.571Z Downloaded enum-as-inner v0.6.1
3672024-12-20T22:33:20.571Z Downloaded dirs-sys-next v0.1.2
3682024-12-20T22:33:20.571Z Downloaded dirs-next v2.0.0
3692024-12-20T22:33:20.572Z Downloaded fallible-streaming-iterator v0.1.9
3702024-12-20T22:33:20.572Z Downloaded clap_lex v0.7.2
3712024-12-20T22:33:20.572Z Downloaded mockall_derive v0.13.0
3722024-12-20T22:33:20.572Z Downloaded hashbrown v0.13.2
3732024-12-20T22:33:20.580Z Downloaded sync-ptr v0.1.1
3742024-12-20T22:33:20.580Z Downloaded tls_codec_derive v0.4.1
3752024-12-20T22:33:20.581Z Downloaded blake3 v1.5.4
3762024-12-20T22:33:20.581Z Downloaded defmt-macros v0.3.9
3772024-12-20T22:33:20.581Z Downloaded quinn v0.11.5
3782024-12-20T22:33:20.581Z Downloaded keccak v0.1.5
3792024-12-20T22:33:20.581Z Downloaded aho-corasick v1.1.3
3802024-12-20T22:33:20.591Z Downloaded powerfmt v0.2.0
3812024-12-20T22:33:20.592Z Downloaded pem-rfc7468 v0.7.0
3822024-12-20T22:33:20.592Z Downloaded rustls-pemfile v2.2.0
3832024-12-20T22:33:20.609Z Downloaded escape8259 v0.5.3
3842024-12-20T22:33:20.609Z Downloaded num-integer v0.1.46
3852024-12-20T22:33:20.609Z Downloaded equivalent v1.0.1
3862024-12-20T22:33:20.609Z Downloaded defmt v0.3.8
3872024-12-20T22:33:20.609Z Downloaded try-lock v0.2.5
3882024-12-20T22:33:20.609Z Downloaded new_debug_unreachable v1.0.6
3892024-12-20T22:33:20.622Z Downloaded tower-service v0.3.3
3902024-12-20T22:33:20.622Z Downloaded zone v0.3.0
3912024-12-20T22:33:20.622Z Downloaded plotters-backend v0.3.7
3922024-12-20T22:33:20.622Z Downloaded parse-size v1.1.0
3932024-12-20T22:33:20.622Z Downloaded thiserror-impl v2.0.3
3942024-12-20T22:33:20.622Z Downloaded num-complex v0.4.6
3952024-12-20T22:33:20.622Z Downloaded number_prefix v0.4.0
3962024-12-20T22:33:20.622Z Downloaded num_threads v0.1.7
3972024-12-20T22:33:20.622Z Downloaded scheduled-thread-pool v0.2.7
3982024-12-20T22:33:20.622Z Downloaded rustversion v1.0.17
3992024-12-20T22:33:20.623Z Downloaded yoke v0.7.4
4002024-12-20T22:33:20.646Z Downloaded progenitor-client v0.8.0
4012024-12-20T22:33:20.646Z Downloaded console v0.15.8
4022024-12-20T22:33:20.646Z Downloaded csv-core v0.1.11
4032024-12-20T22:33:20.646Z Downloaded russh-cryptovec v0.7.3
4042024-12-20T22:33:20.646Z Downloaded pest_meta v2.7.14
4052024-12-20T22:33:20.662Z Downloaded pest_derive v2.7.14
4062024-12-20T22:33:20.662Z Downloaded constant_time_eq v0.3.1
4072024-12-20T22:33:20.662Z Downloaded phf_shared v0.10.0
4082024-12-20T22:33:20.662Z Downloaded proc-macro-error v1.0.4
4092024-12-20T22:33:20.662Z Downloaded tokio-rustls v0.25.0
4102024-12-20T22:33:20.662Z Downloaded thiserror-impl-no-std v2.0.2
4112024-12-20T22:33:20.662Z Downloaded typify-macro v0.2.0
4122024-12-20T22:33:20.662Z Downloaded deranged v0.3.11
4132024-12-20T22:33:20.662Z Downloaded serde_spanned v0.6.8
4142024-12-20T22:33:20.662Z Downloaded ena v0.14.3
4152024-12-20T22:33:20.679Z Downloaded strum v0.26.3
4162024-12-20T22:33:20.680Z Downloaded partial-io v0.5.4
4172024-12-20T22:33:20.680Z Downloaded want v0.3.1
4182024-12-20T22:33:20.680Z Downloaded twox-hash v1.6.3
4192024-12-20T22:33:20.680Z Downloaded parse-display v0.10.0
4202024-12-20T22:33:20.680Z Downloaded unsafe-libyaml v0.2.11
4212024-12-20T22:33:20.705Z Downloaded salty v0.3.0
4222024-12-20T22:33:20.705Z Downloaded darling_macro v0.20.10
4232024-12-20T22:33:20.705Z Downloaded slog-stdlog v4.1.1
4242024-12-20T22:33:20.705Z Downloaded rustc_version v0.4.1
4252024-12-20T22:33:20.705Z Downloaded rustc_version v0.1.7
4262024-12-20T22:33:20.729Z Downloaded thiserror-no-std v2.0.2
4272024-12-20T22:33:20.729Z Downloaded zerocopy-derive v0.8.10
4282024-12-20T22:33:20.730Z Downloaded normalize-line-endings v0.3.0
4292024-12-20T22:33:20.730Z Downloaded instant v0.1.13
4302024-12-20T22:33:20.730Z Downloaded phf_generator v0.11.2
4312024-12-20T22:33:20.730Z Downloaded ssh-encoding v0.2.0
4322024-12-20T22:33:20.730Z Downloaded libtest-mimic v0.7.3
4332024-12-20T22:33:20.741Z Downloaded unarray v0.1.4
4342024-12-20T22:33:20.741Z Downloaded crossbeam-deque v0.8.5
4352024-12-20T22:33:20.741Z Downloaded rustfmt-wrapper v0.2.1
4362024-12-20T22:33:20.741Z Downloaded itertools v0.10.5
4372024-12-20T22:33:20.741Z Downloaded scroll_derive v0.12.0
4382024-12-20T22:33:20.741Z Downloaded tokio-util v0.7.12
4392024-12-20T22:33:20.769Z Downloaded libsw v3.3.1
4402024-12-20T22:33:20.770Z Downloaded downcast v0.11.0
4412024-12-20T22:33:20.770Z Downloaded write16 v1.0.0
4422024-12-20T22:33:20.770Z Downloaded usdt-macro v0.5.0
4432024-12-20T22:33:20.770Z Downloaded itoa v1.0.11
4442024-12-20T22:33:20.793Z Downloaded ciborium-ll v0.2.2
4452024-12-20T22:33:20.793Z Downloaded typify v0.2.0
4462024-12-20T22:33:20.793Z Downloaded chrono v0.4.38
4472024-12-20T22:33:20.793Z Downloaded walkdir v2.5.0
4482024-12-20T22:33:20.793Z Downloaded terminal_size v0.4.0
4492024-12-20T22:33:20.794Z Downloaded nodrop v0.1.14
4502024-12-20T22:33:20.794Z Downloaded difflib v0.4.0
4512024-12-20T22:33:20.794Z Downloaded tiny-keccak v2.0.2
4522024-12-20T22:33:20.794Z Downloaded diesel-dtrace v0.4.2
4532024-12-20T22:33:20.803Z Downloaded zone_cfg_derive v0.3.0
4542024-12-20T22:33:20.804Z Downloaded slab v0.4.9
4552024-12-20T22:33:20.804Z Downloaded slog v2.7.0
4562024-12-20T22:33:20.804Z Downloaded postgres-protocol v0.6.7
4572024-12-20T22:33:20.804Z Downloaded pin-project-internal v1.1.6
4582024-12-20T22:33:20.804Z Downloaded rustls-pki-types v1.10.0
4592024-12-20T22:33:20.804Z Downloaded is_ci v1.2.0
4602024-12-20T22:33:20.804Z Downloaded bindgen v0.69.5
4612024-12-20T22:33:20.826Z Downloaded packed_struct v0.10.1
4622024-12-20T22:33:20.826Z Downloaded tracing-attributes v0.1.27
4632024-12-20T22:33:20.842Z Downloaded synstructure v0.13.1
4642024-12-20T22:33:20.842Z Downloaded serde_with v3.11.0
4652024-12-20T22:33:20.843Z Downloaded resolv-conf v0.7.0
4662024-12-20T22:33:20.843Z Downloaded wyz v0.5.1
4672024-12-20T22:33:20.843Z Downloaded const-oid v0.9.6
4682024-12-20T22:33:20.843Z Downloaded itertools v0.12.1
4692024-12-20T22:33:20.866Z Downloaded take_mut v0.2.2
4702024-12-20T22:33:20.867Z Downloaded spki v0.7.3
4712024-12-20T22:33:20.867Z Downloaded ipnetwork v0.20.0
4722024-12-20T22:33:20.867Z Downloaded time-core v0.1.2
4732024-12-20T22:33:20.879Z Downloaded zeroize v1.8.1
4742024-12-20T22:33:20.879Z Downloaded const_format_proc_macros v0.2.33
4752024-12-20T22:33:20.879Z Downloaded md5 v0.7.0
4762024-12-20T22:33:20.879Z Downloaded h2 v0.4.6
4772024-12-20T22:33:20.879Z Downloaded indent_write v2.2.0
4782024-12-20T22:33:20.879Z Downloaded zone v0.1.8
4792024-12-20T22:33:20.879Z Downloaded once_cell v1.20.2
4802024-12-20T22:33:20.879Z Downloaded strum_macros v0.25.3
4812024-12-20T22:33:20.906Z Downloaded tungstenite v0.23.0
4822024-12-20T22:33:20.906Z Downloaded ref-cast v1.0.23
4832024-12-20T22:33:20.906Z Downloaded lazy_static v1.5.0
4842024-12-20T22:33:20.932Z Downloaded serde-big-array v0.5.1
4852024-12-20T22:33:20.932Z Downloaded darling_core v0.20.10
4862024-12-20T22:33:20.932Z Downloaded proc-macro-error-attr v1.0.4
4872024-12-20T22:33:20.932Z Downloaded smf v0.2.3
4882024-12-20T22:33:20.932Z Downloaded diff v0.1.13
4892024-12-20T22:33:20.932Z Downloaded swrite v0.1.0
4902024-12-20T22:33:20.932Z Downloaded num v0.4.3
4912024-12-20T22:33:20.932Z Downloaded ipnet v2.10.1
4922024-12-20T22:33:20.932Z Downloaded thread_local v1.1.8
4932024-12-20T22:33:20.968Z Downloaded threadpool v1.8.1
4942024-12-20T22:33:20.968Z Downloaded md-5 v0.10.6
4952024-12-20T22:33:20.968Z Downloaded plain v0.2.3
4962024-12-20T22:33:20.968Z Downloaded pkg-config v0.3.31
4972024-12-20T22:33:20.968Z Downloaded criterion-plot v0.5.0
4982024-12-20T22:33:20.968Z Downloaded oso v0.27.3
4992024-12-20T22:33:20.968Z Downloaded quick-xml v0.33.0
5002024-12-20T22:33:20.968Z Downloaded doc-comment v0.3.3
5012024-12-20T22:33:20.968Z Downloaded rstest v0.23.0
5022024-12-20T22:33:21.030Z Downloaded matches v0.1.10
5032024-12-20T22:33:21.030Z Downloaded packed_struct_codegen v0.10.1
5042024-12-20T22:33:21.030Z Downloaded tungstenite v0.21.0
5052024-12-20T22:33:21.030Z Downloaded icu_provider_macros v1.5.0
5062024-12-20T22:33:21.030Z Downloaded dyn-clone v1.0.17
5072024-12-20T22:33:21.030Z Downloaded jobserver v0.1.32
5082024-12-20T22:33:21.030Z Downloaded clap v4.5.21
5092024-12-20T22:33:21.030Z Downloaded supports-color v3.0.1
5102024-12-20T22:33:21.031Z Downloaded indexmap v1.9.3
5112024-12-20T22:33:21.071Z Downloaded utf16_iter v1.0.5
5122024-12-20T22:33:21.071Z Downloaded pin-utils v0.1.0
5132024-12-20T22:33:21.071Z Downloaded ciborium-io v0.2.2
5142024-12-20T22:33:21.071Z Downloaded phf_shared v0.11.2
5152024-12-20T22:33:21.072Z Downloaded dropshot_endpoint v0.12.0
5162024-12-20T22:33:21.072Z Downloaded yoke-derive v0.7.4
5172024-12-20T22:33:21.072Z Downloaded cookie v0.18.1
5182024-12-20T22:33:21.072Z Downloaded curve25519-dalek-derive v0.1.1
5192024-12-20T22:33:21.072Z Downloaded zip v2.1.3
5202024-12-20T22:33:21.072Z Downloaded tracing v0.1.40
5212024-12-20T22:33:21.072Z Downloaded libxml v0.3.3
5222024-12-20T22:33:21.072Z Downloaded siphasher v0.3.11
5232024-12-20T22:33:21.072Z Downloaded ecdsa v0.16.9
5242024-12-20T22:33:21.072Z Downloaded dropshot_endpoint v0.13.0
5252024-12-20T22:33:21.072Z Downloaded scopeguard v1.2.0
5262024-12-20T22:33:21.072Z Downloaded schemars_derive v0.8.21
5272024-12-20T22:33:21.072Z Downloaded const_format v0.2.33
5282024-12-20T22:33:21.073Z Downloaded zerofrom-derive v0.1.4
5292024-12-20T22:33:21.073Z Downloaded usdt v0.5.0
5302024-12-20T22:33:21.073Z Downloaded impl-trait-for-tuples v0.2.2
5312024-12-20T22:33:21.073Z Downloaded diesel_derives v2.2.3
5322024-12-20T22:33:21.094Z Downloaded progenitor v0.8.0
5332024-12-20T22:33:21.094Z Downloaded ssh-key v0.6.6
5342024-12-20T22:33:21.094Z Downloaded crc v3.2.1
5352024-12-20T22:33:21.094Z Downloaded utf-8 v0.7.6
5362024-12-20T22:33:21.094Z Downloaded quinn-proto v0.11.8
5372024-12-20T22:33:21.094Z Downloaded smoltcp v0.9.1
5382024-12-20T22:33:21.094Z Downloaded libefi-sys v0.1.0
5392024-12-20T22:33:21.094Z Downloaded ctr v0.9.2
5402024-12-20T22:33:21.140Z Downloaded semver v1.0.23
5412024-12-20T22:33:21.141Z Downloaded xz2 v0.1.7
5422024-12-20T22:33:21.141Z Downloaded papergrid v0.11.0
5432024-12-20T22:33:21.141Z Downloaded yasna v0.5.2
5442024-12-20T22:33:21.141Z Downloaded version_check v0.9.5
5452024-12-20T22:33:21.141Z Downloaded serde_regex v1.1.0
5462024-12-20T22:33:21.141Z Downloaded vergen v8.3.2
5472024-12-20T22:33:21.192Z Downloaded git2 v0.19.0
5482024-12-20T22:33:21.193Z Downloaded parking_lot_core v0.8.6
5492024-12-20T22:33:21.193Z Downloaded winnow v0.5.40
5502024-12-20T22:33:21.193Z Downloaded qorb v0.2.1
5512024-12-20T22:33:21.193Z Downloaded proc-macro2 v1.0.89
5522024-12-20T22:33:21.193Z Downloaded tough v0.19.0
5532024-12-20T22:33:21.193Z Downloaded usdt-impl v0.5.0
5542024-12-20T22:33:21.193Z Downloaded maplit v1.0.2
5552024-12-20T22:33:21.193Z Downloaded num-traits v0.2.19
5562024-12-20T22:33:21.193Z Downloaded schemars v0.8.21
5572024-12-20T22:33:21.261Z Downloaded rand v0.8.5
5582024-12-20T22:33:21.261Z Downloaded unicode-bidi v0.3.17
5592024-12-20T22:33:21.261Z Downloaded lalrpop v0.19.12
5602024-12-20T22:33:21.262Z Downloaded idna v0.5.0
5612024-12-20T22:33:21.262Z Downloaded serde v1.0.215
5622024-12-20T22:33:21.262Z Downloaded rayon v1.10.0
5632024-12-20T22:33:21.262Z Downloaded miniz_oxide v0.8.0
5642024-12-20T22:33:21.262Z Downloaded serde_yaml v0.9.34+deprecated
5652024-12-20T22:33:21.405Z Downloaded icu_provider v1.5.0
5662024-12-20T22:33:21.406Z Downloaded bstr v1.10.0
5672024-12-20T22:33:21.406Z Downloaded url v2.5.3
5682024-12-20T22:33:21.406Z Downloaded regress v0.9.1
5692024-12-20T22:33:21.406Z Downloaded crossbeam-channel v0.5.13
5702024-12-20T22:33:21.406Z Downloaded gimli v0.31.1
5712024-12-20T22:33:21.406Z Downloaded plotters v0.3.7
5722024-12-20T22:33:21.407Z Downloaded rustls-webpki v0.102.8
5732024-12-20T22:33:21.407Z Downloaded time v0.3.36
5742024-12-20T22:33:22.517Z Downloaded reedline v0.35.0
5752024-12-20T22:33:22.517Z Downloaded syn v1.0.109
5762024-12-20T22:33:22.517Z Downloaded russh v0.45.0
5772024-12-20T22:33:22.517Z Downloaded syn v2.0.87
5782024-12-20T22:33:22.517Z Downloaded openssl v0.10.66
5792024-12-20T22:33:22.517Z Downloaded regex-syntax v0.6.29
5802024-12-20T22:33:22.517Z Downloaded unicode-width v0.1.14
5812024-12-20T22:33:22.517Z Downloaded openapiv3 v2.0.0
5822024-12-20T22:33:22.518Z Downloaded libm v0.2.8
5832024-12-20T22:33:22.518Z Downloaded icu_properties_data v1.5.0
5842024-12-20T22:33:22.518Z Downloaded sqlparser v0.45.0
5852024-12-20T22:33:22.518Z Downloaded proptest v1.5.0
5862024-12-20T22:33:22.518Z Downloaded rusqlite v0.32.1
5872024-12-20T22:33:22.518Z Downloaded p384 v0.13.0
5882024-12-20T22:33:22.518Z Downloaded regress v0.10.1
5892024-12-20T22:33:22.518Z Downloaded clap_builder v4.5.21
5902024-12-20T22:33:22.518Z Downloaded winnow v0.6.20
5912024-12-20T22:33:22.519Z Downloaded portable-atomic v1.9.0
5922024-12-20T22:33:22.519Z Downloaded rustls v0.21.12
5932024-12-20T22:33:22.519Z Downloaded diesel v2.2.6
5942024-12-20T22:33:22.519Z Downloaded tabled v0.15.0
5952024-12-20T22:33:22.519Z Downloaded vcpkg v0.2.15
5962024-12-20T22:33:22.519Z Downloaded typify-impl v0.2.0
5972024-12-20T22:33:22.519Z Downloaded nix v0.28.0
5982024-12-20T22:33:22.519Z Downloaded zerocopy v0.8.10
5992024-12-20T22:33:22.520Z Downloaded nix v0.29.0
6002024-12-20T22:33:22.520Z Downloaded polar-core v0.27.3
6012024-12-20T22:33:22.520Z Downloaded idna v0.3.0
6022024-12-20T22:33:22.520Z Downloaded regex-syntax v0.8.5
6032024-12-20T22:33:22.520Z Downloaded curve25519-dalek v4.1.3
6042024-12-20T22:33:22.520Z Downloaded dropshot v0.13.0
6052024-12-20T22:33:24.060Z Downloaded sled v0.34.7
6062024-12-20T22:33:24.061Z Downloaded bzip2-sys v0.1.11+1.0.8
6072024-12-20T22:33:24.061Z Downloaded rustls v0.22.4
6082024-12-20T22:33:24.061Z Downloaded rustix v0.38.37
6092024-12-20T22:33:24.061Z Downloaded webpki-roots v0.26.6
6102024-12-20T22:33:24.061Z Downloaded regex v1.11.1
6112024-12-20T22:33:24.061Z Downloaded trust-dns-proto v0.22.0
6122024-12-20T22:33:24.061Z Downloaded regex-automata v0.4.8
6132024-12-20T22:33:24.061Z Downloaded smoltcp v0.11.0
6142024-12-20T22:33:24.061Z Downloaded object v0.36.5
6152024-12-20T22:33:24.061Z Downloaded hickory-proto v0.24.1
6162024-12-20T22:33:24.062Z Downloaded ratatui v0.28.1
6172024-12-20T22:33:24.062Z Downloaded rustls v0.23.19
6182024-12-20T22:33:24.062Z Downloaded zerocopy-derive v0.6.6
6192024-12-20T22:33:24.062Z Downloaded idna v0.2.3
6202024-12-20T22:33:24.062Z Downloaded dropshot v0.12.0
6212024-12-20T22:33:24.062Z Downloaded petgraph v0.6.5
6222024-12-20T22:33:24.062Z Downloaded reqwest v0.12.9
6232024-12-20T22:33:24.062Z Downloaded nix v0.27.1
6242024-12-20T22:33:24.063Z Downloaded unicode-width v0.2.0
6252024-12-20T22:33:24.067Z Downloaded petname v2.0.2
6262024-12-20T22:33:24.067Z Downloaded radix_trie v0.2.1
6272024-12-20T22:33:24.067Z Downloaded itertools v0.13.0
6282024-12-20T22:33:24.067Z Downloaded nom v7.1.3
6292024-12-20T22:33:24.067Z Downloaded tokio v1.40.0
6302024-12-20T22:33:24.067Z Downloaded lzma-sys v0.1.20
6312024-12-20T22:33:24.067Z Downloaded libz-sys v1.1.20
6322024-12-20T22:33:24.068Z Downloaded sha3 v0.10.8
6332024-12-20T22:33:24.068Z Downloaded csv v1.3.0
6342024-12-20T22:33:24.068Z Downloaded libc v0.2.162
6352024-12-20T22:33:24.068Z Downloaded unicode_categories v0.1.1
6362024-12-20T22:33:24.068Z Downloaded memchr v2.7.4
6372024-12-20T22:33:24.068Z Downloaded x509-cert v0.2.5
6382024-12-20T22:33:24.070Z Downloaded chrono-tz v0.10.0
6392024-12-20T22:33:24.070Z Downloaded pin-project v1.1.6
6402024-12-20T22:33:24.071Z Downloaded typed-path v0.9.3
6412024-12-20T22:33:24.071Z Downloaded idna v0.4.0
6422024-12-20T22:33:24.071Z Downloaded parking_lot v0.12.3
6432024-12-20T22:33:24.071Z Downloaded rustls-webpki v0.101.7
6442024-12-20T22:33:24.071Z Downloaded postcard v1.0.10
6452024-12-20T22:33:24.071Z Downloaded poly1305 v0.8.0
6462024-12-20T22:33:24.072Z Downloaded unicase v2.7.0
6472024-12-20T22:33:24.072Z Downloaded textwrap v0.16.1
6482024-12-20T22:33:24.072Z Downloaded indexmap v2.6.0
6492024-12-20T22:33:24.072Z Downloaded p256 v0.13.2
6502024-12-20T22:33:24.072Z Downloaded indicatif v0.17.9
6512024-12-20T22:33:24.072Z Downloaded parse-zoneinfo v0.3.1
6522024-12-20T22:33:24.072Z Downloaded num-bigint-dig v0.8.4
6532024-12-20T22:33:24.072Z Downloaded scroll v0.12.0
6542024-12-20T22:33:24.072Z Downloaded typenum v1.17.0
6552024-12-20T22:33:24.072Z Downloaded pin-project-lite v0.2.14
6562024-12-20T22:33:24.073Z Downloaded zopfli v0.8.1
6572024-12-20T22:33:24.073Z Downloaded subprocess v0.2.9
6582024-12-20T22:33:24.073Z Downloaded ron v0.8.1
6592024-12-20T22:33:24.073Z Downloaded httpmock v0.8.0-alpha.1
6602024-12-20T22:33:24.073Z Downloaded parking_lot v0.11.2
6612024-12-20T22:33:24.073Z Downloaded crc-any v2.5.0
6622024-12-20T22:33:24.073Z Downloaded serde_repr v0.1.19
6632024-12-20T22:33:24.073Z Downloaded xattr v1.3.1
6642024-12-20T22:33:24.073Z Downloaded polyval v0.6.2
6652024-12-20T22:33:24.073Z Downloaded ed25519 v2.2.3
6662024-12-20T22:33:24.073Z Downloaded snafu-derive v0.8.5
6672024-12-20T22:33:24.073Z Downloaded snafu v0.8.5
6682024-12-20T22:33:24.073Z Downloaded zerocopy v0.7.35
6692024-12-20T22:33:24.073Z Downloaded darling v0.20.10
6702024-12-20T22:33:24.074Z Downloaded time-macros v0.2.18
6712024-12-20T22:33:24.074Z Downloaded polling v3.7.3
6722024-12-20T22:33:24.074Z Downloaded goblin v0.8.2
6732024-12-20T22:33:24.074Z Downloaded num_enum v0.5.11
6742024-12-20T22:33:24.074Z Downloaded publicsuffix v2.2.3
6752024-12-20T22:33:24.074Z Downloaded rand_chacha v0.3.1
6762024-12-20T22:33:24.074Z Downloaded ed25519-dalek v2.1.1
6772024-12-20T22:33:24.074Z Downloaded socket2 v0.5.7
6782024-12-20T22:33:24.074Z Downloaded tracing-core v0.1.32
6792024-12-20T22:33:24.074Z Downloaded encoding_rs v0.8.34
6802024-12-20T22:33:24.074Z Downloaded object v0.30.4
6812024-12-20T22:33:24.075Z Downloaded match_cfg v0.1.0
6822024-12-20T22:33:24.075Z Downloaded sync_wrapper v1.0.1
6832024-12-20T22:33:24.075Z Downloaded idna_adapter v1.2.0
6842024-12-20T22:33:24.075Z Downloaded rcgen v0.12.1
6852024-12-20T22:33:24.075Z Downloaded crc-catalog v2.4.0
6862024-12-20T22:33:24.075Z Downloaded der v0.7.9
6872024-12-20T22:33:24.075Z Downloaded minimal-lexical v0.2.1
6882024-12-20T22:33:24.075Z Downloaded fancy-regex v0.13.0
6892024-12-20T22:33:24.075Z Downloaded maybe-uninit v2.0.0
6902024-12-20T22:33:24.077Z Downloaded rtoolbox v0.0.2
6912024-12-20T22:33:24.077Z Downloaded termcolor v1.4.1
6922024-12-20T22:33:24.077Z Downloaded libgit2-sys v0.17.0+1.8.1
6932024-12-20T22:33:24.078Z Downloaded tabwriter v1.4.0
6942024-12-20T22:33:24.078Z Downloaded subtle v2.6.1
6952024-12-20T22:33:24.078Z Downloaded clang-sys v1.8.1
6962024-12-20T22:33:24.078Z Downloaded idna v1.0.3
6972024-12-20T22:33:24.078Z Downloaded tungstenite v0.24.0
6982024-12-20T22:33:24.078Z Downloaded pest v2.7.14
6992024-12-20T22:33:24.078Z Downloaded nested v0.1.1
7002024-12-20T22:33:24.078Z Downloaded ident_case v1.0.1
7012024-12-20T22:33:24.078Z Downloaded dunce v1.0.5
7022024-12-20T22:33:24.078Z Downloaded dof v0.3.0
7032024-12-20T22:33:24.078Z Downloaded secrecy v0.8.0
7042024-12-20T22:33:24.078Z Downloaded ssh-cipher v0.2.0
7052024-12-20T22:33:25.563Z Downloaded semver v0.1.20
7062024-12-20T22:33:25.563Z Downloaded clap_derive v4.5.18
7072024-12-20T22:33:25.563Z Downloaded progenitor-impl v0.8.0
7082024-12-20T22:33:25.564Z Downloaded indoc v1.0.9
7092024-12-20T22:33:25.564Z Downloaded nu-ansi-term v0.50.1
7102024-12-20T22:33:25.564Z Downloaded icu_properties v1.5.1
7112024-12-20T22:33:25.564Z Downloaded hkdf v0.12.4
7122024-12-20T22:33:25.564Z Downloaded writeable v0.5.5
7132024-12-20T22:33:25.564Z Downloaded crossbeam-utils v0.8.20
7142024-12-20T22:33:25.565Z Downloaded num-bigint v0.4.6
7152024-12-20T22:33:25.565Z Downloaded crossterm v0.28.1
7162024-12-20T22:33:25.565Z Downloaded oorandom v11.1.4
7172024-12-20T22:33:25.565Z Downloaded smawk v0.3.2
7182024-12-20T22:33:25.565Z Downloaded smallvec v0.6.14
7192024-12-20T22:33:25.565Z Downloaded scrypt v0.11.0
7202024-12-20T22:33:25.565Z Downloaded rfc6979 v0.4.0
7212024-12-20T22:33:25.565Z Downloaded criterion v0.5.1
7222024-12-20T22:33:25.566Z Downloaded rayon-core v1.12.1
7232024-12-20T22:33:25.566Z Downloaded tokio-postgres v0.7.12
7242024-12-20T22:33:25.566Z Downloaded hyper v1.5.0
7252024-12-20T22:33:25.566Z Downloaded bitvec v1.0.1
7262024-12-20T22:33:25.566Z Downloaded ron v0.7.1
7272024-12-20T22:33:25.566Z Downloaded rsa v0.9.6
7282024-12-20T22:33:25.566Z Downloaded mio v1.0.2
7292024-12-20T22:33:25.566Z Downloaded async-std v1.13.0
7302024-12-20T22:33:25.566Z Downloaded derive-where v1.2.7
7312024-12-20T22:33:25.566Z Downloaded crossbeam-epoch v0.9.18
7322024-12-20T22:33:25.566Z Downloaded tokio-tungstenite v0.23.1
7332024-12-20T22:33:25.566Z Downloaded which v4.4.2
7342024-12-20T22:33:25.566Z Downloaded thread-id v4.2.2
7352024-12-20T22:33:25.566Z Downloaded strum_macros v0.24.3
7362024-12-20T22:33:25.566Z Downloaded stringprep v0.1.5
7372024-12-20T22:33:25.568Z Downloaded slog-scope v4.4.0
7382024-12-20T22:33:25.568Z Downloaded tokio-tungstenite v0.21.0
7392024-12-20T22:33:25.568Z Downloaded tokio-stream v0.1.16
7402024-12-20T22:33:25.568Z Downloaded debug-ignore v1.0.5
7412024-12-20T22:33:25.568Z Downloaded tokio-rustls v0.26.0
7422024-12-20T22:33:25.569Z Downloaded unicode-normalization v0.1.24
7432024-12-20T22:33:25.569Z Downloaded yansi v1.0.1
7442024-12-20T22:33:25.569Z Downloaded aws-lc-rs v1.10.0
7452024-12-20T22:33:25.569Z Downloaded slog-json v2.6.1
7462024-12-20T22:33:25.569Z Downloaded defmt-parser v0.3.4
7472024-12-20T22:33:25.569Z Downloaded spin v0.9.8
7482024-12-20T22:33:25.569Z Downloaded lazycell v1.3.0
7492024-12-20T22:33:25.569Z Downloaded convert_case v0.4.0
7502024-12-20T22:33:25.570Z Downloaded smallvec v1.13.2
7512024-12-20T22:33:25.570Z Downloaded zerovec v0.10.4
7522024-12-20T22:33:25.570Z Downloaded serde_json v1.0.132
7532024-12-20T22:33:25.570Z Downloaded hashbrown v0.14.5
7542024-12-20T22:33:25.570Z Downloaded hashbrown v0.15.1
7552024-12-20T22:33:25.570Z Downloaded crypto-bigint v0.5.5
7562024-12-20T22:33:25.570Z Downloaded num_enum_derive v0.5.11
7572024-12-20T22:33:25.570Z Downloaded lru-cache v0.1.2
7582024-12-20T22:33:25.570Z Downloaded lru v0.12.5
7592024-12-20T22:33:25.571Z Downloaded strum_macros v0.26.4
7602024-12-20T22:33:25.571Z Downloaded log v0.4.22
7612024-12-20T22:33:25.571Z Downloaded ucd-trie v0.1.7
7622024-12-20T22:33:25.571Z Downloaded test-strategy v0.3.1
7632024-12-20T22:33:25.572Z Downloaded similar v2.6.0
7642024-12-20T22:33:25.573Z Downloaded steno v0.4.1
7652024-12-20T22:33:25.573Z Downloaded either v1.13.0
7662024-12-20T22:33:25.573Z Downloaded unicode-segmentation v1.12.0
7672024-12-20T22:33:25.573Z Downloaded toml_edit v0.22.22
7682024-12-20T22:33:25.573Z Downloaded password-hash v0.4.2
7692024-12-20T22:33:25.573Z Downloaded num-derive v0.4.2
7702024-12-20T22:33:25.573Z Downloaded mime_guess v2.0.5
7712024-12-20T22:33:25.573Z Downloaded signal-hook v0.3.17
7722024-12-20T22:33:25.573Z Downloaded mime v0.3.17
7732024-12-20T22:33:25.573Z Downloaded kstat-rs v0.2.4
7742024-12-20T22:33:25.573Z Downloaded crypto-common v0.1.6
7752024-12-20T22:33:25.573Z Downloaded p521 v0.13.3
7762024-12-20T22:33:25.573Z Downloaded is-terminal v0.4.13
7772024-12-20T22:33:25.573Z Downloaded russh-keys v0.45.0
7782024-12-20T22:33:25.573Z Downloaded whoami v1.5.2
7792024-12-20T22:33:25.574Z Downloaded der_derive v0.7.3
7802024-12-20T22:33:25.574Z Downloaded expectorate v1.1.0
7812024-12-20T22:33:25.574Z Downloaded native-tls v0.2.12
7822024-12-20T22:33:25.574Z Downloaded env_logger v0.11.5
7832024-12-20T22:33:25.574Z Downloaded term v0.7.0
7842024-12-20T22:33:25.574Z Downloaded fallible-iterator v0.3.0
7852024-12-20T22:33:25.574Z Downloaded event-listener v2.5.3
7862024-12-20T22:33:25.574Z Downloaded digest v0.10.7
7872024-12-20T22:33:25.575Z Downloaded sha2 v0.10.8
7882024-12-20T22:33:25.576Z Downloaded sha1 v0.10.6
7892024-12-20T22:33:25.577Z Downloaded http v1.1.0
7902024-12-20T22:33:25.577Z Downloaded tokio-macros v2.4.0
7912024-12-20T22:33:25.577Z Downloaded multer v3.1.0
7922024-12-20T22:33:25.577Z Downloaded mockall v0.13.0
7932024-12-20T22:33:25.577Z Downloaded tar v0.4.42
7942024-12-20T22:33:25.577Z Downloaded shell-words v1.1.0
7952024-12-20T22:33:25.577Z Downloaded hickory-server v0.24.1
7962024-12-20T22:33:25.577Z Downloaded aes v0.8.4
7972024-12-20T22:33:25.577Z Downloaded rpassword v7.3.1
7982024-12-20T22:33:25.577Z Downloaded memmap v0.7.0
7992024-12-20T22:33:25.578Z Downloaded instability v0.3.2
8002024-12-20T22:33:25.578Z Downloaded inout v0.1.3
8012024-12-20T22:33:25.578Z Downloaded env_filter v0.1.2
8022024-12-20T22:33:25.578Z Downloaded value-bag v1.9.0
8032024-12-20T22:33:25.578Z Downloaded uuid v1.11.0
8042024-12-20T22:33:25.578Z Downloaded tempfile v3.13.0
8052024-12-20T22:33:27.196Z Downloaded target-lexicon v0.12.16
8062024-12-20T22:33:27.196Z Downloaded sqlformat v0.2.6
8072024-12-20T22:33:27.198Z Downloaded omicron-zone-package v0.11.1
8082024-12-20T22:33:27.198Z Downloaded compact_str v0.8.0
8092024-12-20T22:33:27.198Z Downloaded icu_collections v1.5.0
8102024-12-20T22:33:27.198Z Downloaded hickory-resolver v0.24.1
8112024-12-20T22:33:27.198Z Downloaded zerocopy-derive v0.7.35
8122024-12-20T22:33:27.198Z Downloaded macaddr v1.0.1
8132024-12-20T22:33:27.198Z Downloaded unicode-xid v0.2.6
8142024-12-20T22:33:27.198Z Downloaded kv-log-macro v1.0.7
8152024-12-20T22:33:27.198Z Downloaded heapless v0.7.17
8162024-12-20T22:33:27.198Z Downloaded parking_lot_core v0.9.10
8172024-12-20T22:33:27.198Z Downloaded owo-colors v4.1.0
8182024-12-20T22:33:27.199Z Downloaded dsl_auto_type v0.1.2
8192024-12-20T22:33:27.199Z Downloaded tui-tree-widget v0.22.0
8202024-12-20T22:33:27.199Z Downloaded tokio-tungstenite v0.24.0
8212024-12-20T22:33:27.199Z Downloaded tls_codec v0.4.1
8222024-12-20T22:33:27.199Z Downloaded slog-async v2.8.0
8232024-12-20T22:33:27.199Z Downloaded elliptic-curve v0.13.8
8242024-12-20T22:33:27.199Z Downloaded derive_more v0.99.18
8252024-12-20T22:33:27.199Z Downloaded zerocopy v0.6.6
8262024-12-20T22:33:27.199Z Downloaded unicode-properties v0.1.3
8272024-12-20T22:33:27.199Z Downloaded serde_derive v1.0.215
8282024-12-20T22:33:27.199Z Downloaded pretty_assertions v1.4.1
8292024-12-20T22:33:27.199Z Downloaded sec1 v0.7.3
8302024-12-20T22:33:27.199Z Downloaded dhcproto v0.12.0
8312024-12-20T22:33:27.199Z Downloaded derive_builder_core v0.20.2
8322024-12-20T22:33:27.199Z Downloaded headers v0.4.0
8332024-12-20T22:33:27.199Z Downloaded half v2.4.1
8342024-12-20T22:33:27.199Z Downloaded icu_locid v1.5.0
8352024-12-20T22:33:27.199Z Downloaded crucible-workspace-hack v0.1.0
8362024-12-20T22:33:27.199Z Downloaded stringmetrics v2.2.2
8372024-12-20T22:33:27.199Z Downloaded string_cache v0.8.7
8382024-12-20T22:33:27.199Z Downloaded stable_deref_trait v1.2.0
8392024-12-20T22:33:27.199Z Downloaded serde_urlencoded v0.7.1
8402024-12-20T22:33:27.199Z Downloaded serde_tokenstream v0.2.2
8412024-12-20T22:33:27.199Z Downloaded memmap2 v0.9.5
8422024-12-20T22:33:27.199Z Downloaded lock_api v0.4.12
8432024-12-20T22:33:27.199Z Downloaded litemap v0.7.3
8442024-12-20T22:33:27.199Z Downloaded newtype-uuid v1.1.3
8452024-12-20T22:33:27.199Z Downloaded colored v2.1.0
8462024-12-20T22:33:27.199Z Downloaded icu_normalizer_data v1.5.0
8472024-12-20T22:33:27.201Z Downloaded icu_locid_transform_data v1.5.0
8482024-12-20T22:33:27.201Z Downloaded quick-error v1.2.3
8492024-12-20T22:33:27.201Z Downloaded toml v0.8.19
8502024-12-20T22:33:27.201Z Downloaded memoffset v0.9.1
8512024-12-20T22:33:27.201Z Downloaded rustls-native-certs v0.7.3
8522024-12-20T22:33:27.201Z Downloaded httptest v0.16.1
8532024-12-20T22:33:27.201Z Downloaded samael v0.0.17
8542024-12-20T22:33:27.201Z Downloaded multimap v0.10.0
8552024-12-20T22:33:27.201Z Downloaded crc32fast v1.4.2
8562024-12-20T22:33:27.201Z Downloaded rand_distr v0.4.3
8572024-12-20T22:33:27.201Z Downloaded prettyplease v0.2.25
8582024-12-20T22:33:27.201Z Downloaded linked-hash-map v0.5.6
8592024-12-20T22:33:27.201Z Downloaded vte v0.11.1
8602024-12-20T22:33:27.201Z Downloaded vsss-rs v3.3.4
8612024-12-20T22:33:27.201Z Downloaded hyper-rustls v0.27.3
8622024-12-20T22:33:27.201Z Downloaded base64 v0.22.1
8632024-12-20T22:33:27.201Z Downloaded datatest-stable v0.2.9
8642024-12-20T22:33:27.201Z Downloaded icu_locid_transform v1.5.0
8652024-12-20T22:33:27.201Z Downloaded base64 v0.21.7
8662024-12-20T22:33:27.201Z Downloaded backtrace v0.3.74
8672024-12-20T22:33:27.202Z Downloaded cobs v0.2.3
8682024-12-20T22:33:27.202Z Downloaded tinytemplate v1.2.1
8692024-12-20T22:33:27.202Z Downloaded thiserror v2.0.3
8702024-12-20T22:33:27.202Z Downloaded oso-derive v0.27.3
8712024-12-20T22:33:27.202Z Downloaded httparse v1.9.5
8722024-12-20T22:33:27.202Z Downloaded signal-hook-tokio v0.3.1
8732024-12-20T22:33:27.202Z Downloaded pkcs5 v0.7.1
8742024-12-20T22:33:27.202Z Downloaded pkcs1 v0.7.5
8752024-12-20T22:33:27.202Z Downloaded proc-macro-crate v1.3.1
8762024-12-20T22:33:27.202Z Downloaded bumpalo v3.16.0
8772024-12-20T22:33:27.202Z Downloaded heck v0.4.1
8782024-12-20T22:33:27.202Z Downloaded hashlink v0.9.1
8792024-12-20T22:33:27.202Z Downloaded target-spec v3.2.2
8802024-12-20T22:33:27.202Z Downloaded allocator-api2 v0.2.18
8812024-12-20T22:33:27.202Z Downloaded hyper-tls v0.6.0
8822024-12-20T22:33:27.202Z Downloaded globset v0.4.15
8832024-12-20T22:33:27.202Z Downloaded ghash v0.5.1
8842024-12-20T22:33:27.202Z Downloaded serde_derive_internals v0.29.1
8852024-12-20T22:33:27.202Z Downloaded structmeta-derive v0.2.0
8862024-12-20T22:33:27.202Z Downloaded structmeta v0.3.0
8872024-12-20T22:33:27.202Z Downloaded structmeta v0.2.0
8882024-12-20T22:33:27.202Z Downloaded strsim v0.11.1
8892024-12-20T22:33:27.202Z Downloaded strip-ansi-escapes v0.2.0
8902024-12-20T22:33:27.202Z Downloaded pkcs8 v0.10.2
8912024-12-20T22:33:27.202Z Downloaded hubpack v0.1.2
8922024-12-20T22:33:27.202Z Downloaded http-body-util v0.1.2
8932024-12-20T22:33:27.202Z Downloaded heck v0.5.0
8942024-12-20T22:33:27.203Z Downloaded heck v0.3.3
8952024-12-20T22:33:27.203Z Downloaded bytes v1.8.0
8962024-12-20T22:33:27.203Z Downloaded base64 v0.13.1
8972024-12-20T22:33:27.203Z Downloaded pretty-hex v0.2.1
8982024-12-20T22:33:27.203Z Downloaded http-body v1.0.1
8992024-12-20T22:33:27.203Z Downloaded headers-core v0.3.0
9002024-12-20T22:33:27.203Z Downloaded blake2b_simd v1.0.2
9012024-12-20T22:33:27.203Z Downloaded async-bb8-diesel v0.2.1
9022024-12-20T22:33:27.203Z Downloaded anyhow v1.0.93
9032024-12-20T22:33:27.203Z Downloaded phf v0.11.2
9042024-12-20T22:33:27.203Z Downloaded paste v1.0.15
9052024-12-20T22:33:28.803Z Downloaded parse-display-derive v0.10.0
9062024-12-20T22:33:28.803Z Downloaded parking v2.2.1
9072024-12-20T22:33:28.803Z Downloaded getrandom v0.2.15
9082024-12-20T22:33:28.804Z Downloaded bitflags v2.6.0
9092024-12-20T22:33:28.804Z Downloaded async-lock v3.4.0
9102024-12-20T22:33:28.804Z Downloaded futures-task v0.3.31
9112024-12-20T22:33:28.804Z Downloaded futures-core v0.3.31
9122024-12-20T22:33:28.804Z Downloaded async-executor v1.13.1
9132024-12-20T22:33:28.804Z Downloaded futures v0.3.31
9142024-12-20T22:33:28.804Z Downloaded bcs v0.1.6
9152024-12-20T22:33:28.804Z Downloaded array-init v0.0.4
9162024-12-20T22:33:28.804Z Downloaded argon2 v0.5.3
9172024-12-20T22:33:28.804Z Downloaded form_urlencoded v1.2.1
9182024-12-20T22:33:28.805Z Downloaded foreign-types-shared v0.3.1
9192024-12-20T22:33:28.805Z Downloaded foreign-types-shared v0.1.1
9202024-12-20T22:33:28.805Z Downloaded foreign-types v0.3.2
9212024-12-20T22:33:28.805Z Downloaded foldhash v0.1.3
9222024-12-20T22:33:28.805Z Downloaded async-global-executor v2.4.1
9232024-12-20T22:33:28.805Z Downloaded cexpr v0.6.0
9242024-12-20T22:33:28.805Z Downloaded cargo_metadata v0.18.1
9252024-12-20T22:33:28.805Z Downloaded bzip2 v0.4.4
9262024-12-20T22:33:28.805Z Downloaded atomic-waker v1.1.2
9272024-12-20T22:33:28.806Z Downloaded assert_cmd v2.0.16
9282024-12-20T22:33:28.806Z Downloaded foreign-types v0.5.0
9292024-12-20T22:33:28.806Z Downloaded cancel-safe-futures v0.1.5
9302024-12-20T22:33:28.806Z Downloaded arrayvec v0.7.6
9312024-12-20T22:33:28.806Z Downloaded backoff v0.4.0
9322024-12-20T22:33:28.806Z Downloaded async-trait v0.1.83
9332024-12-20T22:33:28.806Z Downloaded ring v0.17.8
9342024-12-20T22:33:28.806Z Downloaded cfg-if v1.0.0
9352024-12-20T22:33:28.806Z Downloaded castaway v0.2.3
9362024-12-20T22:33:28.806Z Downloaded bit-set v0.5.3
9372024-12-20T22:33:28.806Z Downloaded assert_matches v1.5.0
9382024-12-20T22:33:28.806Z Downloaded cargo-platform v0.1.8
9392024-12-20T22:33:28.807Z Downloaded async-recursion v1.1.1
9402024-12-20T22:33:28.807Z Downloaded camino-tempfile v1.1.1
9412024-12-20T22:33:28.807Z Downloaded bitflags v1.3.2
9422024-12-20T22:33:28.807Z Downloaded bitfield-struct v0.6.2
9432024-12-20T22:33:28.807Z Downloaded bb8 v0.8.5
9442024-12-20T22:33:28.807Z Downloaded ff v0.13.0
9452024-12-20T22:33:28.808Z Downloaded ascii-canvas v3.0.0
9462024-12-20T22:33:28.808Z Downloaded ciborium v0.2.2
9472024-12-20T22:33:28.808Z Downloaded blowfish v0.9.1
9482024-12-20T22:33:28.808Z Downloaded bit-vec v0.6.3
9492024-12-20T22:33:28.808Z Downloaded async-stream v0.3.6
9502024-12-20T22:33:28.808Z Downloaded arrayref v0.3.9
9512024-12-20T22:33:28.808Z Downloaded adler2 v2.0.0
9522024-12-20T22:33:28.808Z Downloaded bcrypt-pbkdf v0.10.0
9532024-12-20T22:33:28.808Z Downloaded autocfg v1.4.0
9542024-12-20T22:33:28.808Z Downloaded base16ct v0.2.0
9552024-12-20T22:33:28.808Z Downloaded ring v0.16.20
9562024-12-20T22:33:28.809Z Downloaded libsqlite3-sys v0.30.1
9572024-12-20T22:33:28.809Z Downloaded aws-lc-sys v0.22.0
9582024-12-20T22:33:28.809Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-20T22:33:45.970Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-20T22:33:49.354Z Startup: Caching catalogs ... Done
9612024-12-20T22:34:01.284ZPlanning: Solver setup ... Done (10.810s)
9622024-12-20T22:34:01.626ZPlanning: Running solver ... Done (0.138s)
9632024-12-20T22:34:01.982ZPlanning: Finding local manifests ... Done (0.123s)
9642024-12-20T22:34:02.245ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-20T22:34:02.786ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-20T22:34:03.139ZPlanning: Package planning ... Done (0.208s)
9672024-12-20T22:34:03.139ZPlanning: Merging actions ... Done (0.059s)
9682024-12-20T22:34:03.888ZPlanning: Checking for conflicting actions ... Done (0.866s)
9692024-12-20T22:34:08.790ZPlanning: Consolidating action changes ... Done (5.064s)
9702024-12-20T22:34:09.183ZPlanning: Evaluating mediators ... Done (0.392s)
9712024-12-20T22:34:09.342ZPlanning: Planning completed in 20.06 seconds
9722024-12-20T22:34:09.357Z Packages to install: 4
9732024-12-20T22:34:09.357Z Packages to update: 1
9742024-12-20T22:34:09.357Z Mediators to change: 2
9752024-12-20T22:34:09.362Z Services to change: 1
9762024-12-20T22:34:09.362Z Estimated space available: 155.37 GB
9772024-12-20T22:34:09.362ZEstimated space to be consumed: 1.62 GB
9782024-12-20T22:34:09.362Z Create boot environment: No
9792024-12-20T22:34:09.362ZCreate backup boot environment: Yes
9802024-12-20T22:34:09.362Z Rebuild boot archive: No
9812024-12-20T22:34:09.362Z
9822024-12-20T22:34:09.362ZChanged mediators:
9832024-12-20T22:34:09.362Z mediator clang:
9842024-12-20T22:34:09.362Z version: None -> 15 (system default)
9852024-12-20T22:34:09.362Z
9862024-12-20T22:34:09.362Z mediator llvm:
9872024-12-20T22:34:09.362Z version: 14 (system default) -> 15 (system default)
9882024-12-20T22:34:09.362Z
9892024-12-20T22:34:09.362ZChanged packages:
9902024-12-20T22:34:09.362Zhelios-dev
9912024-12-20T22:34:09.362Z developer/build-essential
9922024-12-20T22:34:09.362Z None -> 11-2.0
9932024-12-20T22:34:09.362Z library/libxmlsec1
9942024-12-20T22:34:09.362Z None -> 1.2.35-2.0
9952024-12-20T22:34:09.362Z ooce/developer/clang-15
9962024-12-20T22:34:09.362Z None -> 15.0.7-2.0
9972024-12-20T22:34:09.362Z ooce/developer/llvm-15
9982024-12-20T22:34:09.362Z None -> 15.0.7-2.0
9992024-12-20T22:34:09.362Z package/pkg
10002024-12-20T22:34:09.362Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-20T22:34:09.362Z
10022024-12-20T22:34:09.363ZServices:
10032024-12-20T22:34:09.363Z restart_fmri:
10042024-12-20T22:34:09.363Z svc:/system/update-man-index:default
10052024-12-20T22:34:09.363Z
10062024-12-20T22:34:09.363ZEditable files to change:
10072024-12-20T22:34:09.363Z Update:
10082024-12-20T22:34:09.363Z usr/share/lib/pkg/web/config.shtml
10092024-12-20T22:34:09.629Z
10102024-12-20T22:34:09.629ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-20T22:34:15.052ZDownload: 201/4281 items 1.3/220.6MB 0% complete (226k/s)
10122024-12-20T22:34:22.403ZDownload: 209/4281 items 1.3/220.6MB 0% complete (212k/s)
10132024-12-20T22:34:35.221ZDownload: 213/4281 items 1.3/220.6MB 0% complete
10142024-12-20T22:34:40.240ZDownload: 343/4281 items 2.0/220.6MB 0% complete (147k/s)
10152024-12-20T22:34:45.256ZDownload: 533/4281 items 3.1/220.6MB 1% complete (186k/s)
10162024-12-20T22:34:50.256ZDownload: 682/4281 items 3.9/220.6MB 1% complete (194k/s)
10172024-12-20T22:34:55.270ZDownload: 913/4281 items 4.7/220.6MB 2% complete (179k/s)
10182024-12-20T22:35:00.287ZDownload: 1012/4281 items 5.2/220.6MB 2% complete (149k/s)
10192024-12-20T22:35:05.288ZDownload: 1108/4281 items 37.9/220.6MB 17% complete (3.2M/s)
10202024-12-20T22:35:11.605ZDownload: 1186/4281 items 81.5/220.6MB 36% complete (7.6M/s)
10212024-12-20T22:35:17.989ZDownload: 1193/4281 items 83.2/220.6MB 37% complete (7.6M/s)
10222024-12-20T22:35:35.524ZDownload: 1197/4281 items 83.5/220.6MB 37% complete
10232024-12-20T22:35:40.546ZDownload: 1402/4281 items 116.4/220.6MB 52% complete (7.2M/s)
10242024-12-20T22:35:45.756ZDownload: 1664/4281 items 117.8/220.6MB 53% complete (3.7M/s)
10252024-12-20T22:35:50.765ZDownload: 1809/4281 items 118.3/220.6MB 53% complete (521k/s)
10262024-12-20T22:35:55.777ZDownload: 1973/4281 items 118.5/220.6MB 53% complete (77.8k/s)
10272024-12-20T22:36:00.888ZDownload: 2211/4281 items 119.0/220.6MB 53% complete (69.0k/s)
10282024-12-20T22:36:07.499ZDownload: 2220/4281 items 119.2/220.6MB 54% complete (71.4k/s)
10292024-12-20T22:36:12.951ZDownload: 2222/4281 items 119.2/220.6MB 54% complete
10302024-12-20T22:36:17.980ZDownload: 2529/4281 items 120.3/220.6MB 54% complete (114k/s)
10312024-12-20T22:36:22.982ZDownload: 2848/4281 items 121.1/220.6MB 54% complete (195k/s)
10322024-12-20T22:36:27.983ZDownload: 3095/4281 items 135.2/220.6MB 61% complete (1.4M/s)
10332024-12-20T22:36:32.992ZDownload: 3231/4281 items 195.0/220.6MB 88% complete (7.3M/s)
10342024-12-20T22:36:38.134ZDownload: 3243/4281 items 202.6/220.6MB 91% complete (8.0M/s)
10352024-12-20T22:36:43.268ZDownload: 3245/4281 items 202.6/220.6MB 91% complete (7.6M/s)
10362024-12-20T22:36:49.997ZDownload: 3246/4281 items 202.6/220.6MB 91% complete
10372024-12-20T22:36:57.350ZDownload: 3247/4281 items 202.6/220.6MB 91% complete
10382024-12-20T22:37:03.672ZDownload: 3284/4281 items 212.3/220.6MB 96% complete (2.8M/s)
10392024-12-20T22:37:08.690ZDownload: 3647/4281 items 216.2/220.6MB 97% complete (789k/s)
10402024-12-20T22:37:14.045ZDownload: 4199/4281 items 220.5/220.6MB 99% complete (887k/s)
10412024-12-20T22:37:29.454ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
10422024-12-20T22:37:29.569ZDownload: Completed 220.60 MB in 199.91 seconds (1.1M/s)
10432024-12-20T22:37:31.736Z Actions: 1/5063 actions (Removing old actions)
10442024-12-20T22:37:31.754Z Actions: 194/5063 actions (Installing new actions)
10452024-12-20T22:37:36.783Z Actions: 4091/5063 actions (Installing new actions)
10462024-12-20T22:37:37.290Z Actions: 4226/5063 actions (Updating modified actions)
10472024-12-20T22:37:37.658Z Actions: Completed 5063 actions in 5.92 seconds.
10482024-12-20T22:37:38.097Z Done (0.430s)
10492024-12-20T22:37:38.099Z Done (0.000s)
10502024-12-20T22:37:38.691Z Done (0.593s)
10512024-12-20T22:37:44.752Z Done (5.819s)
10522024-12-20T22:37:45.025Z Done (0.189s)
10532024-12-20T22:37:45.027Z Done (0.000s)
10542024-12-20T22:37:45.218Z Done (0.000s)
10552024-12-20T22:37:46.048ZPlanning: Evaluating mediator changes ... Done
10562024-12-20T22:37:46.234ZPlanning: Checking for conflicting actions ... Done
10572024-12-20T22:37:46.237ZPlanning: Consolidating action changes ... Done
10582024-12-20T22:37:46.549ZPlanning: Evaluating mediators ... Done
10592024-12-20T22:37:46.552ZPlanning: Planning completed in 0.49 seconds
10602024-12-20T22:37:46.582Z Mediators to change: 2
10612024-12-20T22:37:46.582Z Create boot environment: No
10622024-12-20T22:37:46.582ZCreate backup boot environment: No
10632024-12-20T22:37:46.741Z Done
10642024-12-20T22:37:46.741Z Done
10652024-12-20T22:37:47.158Z Done
10662024-12-20T22:37:51.563Z Done
10672024-12-20T22:37:51.681Z Done
10682024-12-20T22:37:51.683Z Done
10692024-12-20T22:37:51.763Z Done
10702024-12-20T22:37:52.504ZPlanning: Evaluating mediator changes ... Done
10712024-12-20T22:37:52.507ZPlanning: Merging actions ... Done
10722024-12-20T22:37:52.719ZPlanning: Checking for conflicting actions ... Done
10732024-12-20T22:37:52.722ZPlanning: Consolidating action changes ... Done
10742024-12-20T22:37:53.021ZPlanning: Evaluating mediators ... Done
10752024-12-20T22:37:53.084ZPlanning: Planning completed in 0.86 seconds
10762024-12-20T22:37:53.129Z Packages to change: 1
10772024-12-20T22:37:53.129Z Mediators to change: 1
10782024-12-20T22:37:53.129Z Services to change: 1
10792024-12-20T22:37:53.132Z Create boot environment: No
10802024-12-20T22:37:53.132ZCreate backup boot environment: Yes
10812024-12-20T22:37:55.457Z Actions: 1/6 actions (Updating modified actions)
10822024-12-20T22:37:55.494Z Actions: Completed 6 actions in 0.04 seconds.
10832024-12-20T22:37:55.498Z Done
10842024-12-20T22:37:55.498Z Done
10852024-12-20T22:37:55.615Z Done
10862024-12-20T22:37:59.979Z Done
10872024-12-20T22:38:00.092Z Done
10882024-12-20T22:38:00.094Z Done
10892024-12-20T22:38:00.218Z Done
10902024-12-20T22:38:00.744ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10912024-12-20T22:38:00.744Zclang system 15 system
10922024-12-20T22:38:00.744Zcsh system system illumos
10932024-12-20T22:38:00.744Zctags system system illumos
10942024-12-20T22:38:00.744Zgcc vendor 12 vendor
10952024-12-20T22:38:00.744Zgcc system 10 system
10962024-12-20T22:38:00.744Zgcc system 7 system
10972024-12-20T22:38:00.744Zgo system 1.20 system
10982024-12-20T22:38:00.744Zgo system 1.19 system
10992024-12-20T22:38:00.744Zllvm system 15 system
11002024-12-20T22:38:00.744Zllvm system 14 system
11012024-12-20T22:38:00.744Zmariadb system 10.6 system
11022024-12-20T22:38:00.744Zmta vendor vendor dma
11032024-12-20T22:38:00.744Zopenjdk system 17 system
11042024-12-20T22:38:00.744Zopenjdk system 11 system
11052024-12-20T22:38:00.744Zopenjdk system 1.8 system
11062024-12-20T22:38:00.744Zopenssl vendor 3 vendor
11072024-12-20T22:38:00.745Zperl system 5.36 system
11082024-12-20T22:38:00.745Zpostgresql system 15 system
11092024-12-20T22:38:00.745Zpostgresql system 13 system
11102024-12-20T22:38:00.745Zpython vendor 3 vendor
11112024-12-20T22:38:00.745Zpython system 2 system
11122024-12-20T22:38:00.745Zpython3 system 3.11 system
11132024-12-20T22:38:00.745Zruby system 3.0 system
11142024-12-20T22:38:00.745Zwords vendor vendor american-english
11152024-12-20T22:38:00.745Zwords system system australian-english
11162024-12-20T22:38:00.745Zwords system system british-english
11172024-12-20T22:38:00.745Zwords system system canadian-english
11182024-12-20T22:38:00.745Zwords system system french
11192024-12-20T22:38:00.745Zwords system system italian
11202024-12-20T22:38:00.745Zwords system system ngerman
11212024-12-20T22:38:00.745Zwords system system ogerman
11222024-12-20T22:38:00.745Zwords system system spanish
11232024-12-20T22:38:01.159ZPUBLISHER TYPE STATUS P LOCATION
11242024-12-20T22:38:01.159Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11252024-12-20T22:38:04.111ZFMRI IFO
11262024-12-20T22:38:04.111Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11272024-12-20T22:38:04.111Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11282024-12-20T22:38:04.111Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11292024-12-20T22:38:04.111Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11302024-12-20T22:38:04.112Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11312024-12-20T22:38:04.112Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11322024-12-20T22:38:04.112Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11332024-12-20T22:38:04.114Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11342024-12-20T22:38:04.114Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11352024-12-20T22:38:04.114Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11362024-12-20T22:38:04.114Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11372024-12-20T22:38:04.114Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11382024-12-20T22:38:04.114Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11392024-12-20T22:38:04.114Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11402024-12-20T22:38:04.114Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11412024-12-20T22:38:05.341Z Downloading crates ...
11422024-12-20T22:38:05.424Z Downloaded cargo_toml v0.20.5
11432024-12-20T22:38:05.572Z Compiling proc-macro2 v1.0.89
11442024-12-20T22:38:05.573Z Compiling unicode-ident v1.0.13
11452024-12-20T22:38:05.575Z Compiling serde v1.0.215
11462024-12-20T22:38:05.575Z Compiling version_check v0.9.5
11472024-12-20T22:38:05.575Z Compiling memchr v2.7.4
11482024-12-20T22:38:05.575Z Compiling thiserror v1.0.69
11492024-12-20T22:38:05.575Z Compiling libc v0.2.162
11502024-12-20T22:38:05.597Z Compiling ucd-trie v0.1.7
11512024-12-20T22:38:05.837Z Compiling itoa v1.0.11
11522024-12-20T22:38:06.080Z Compiling ryu v1.0.18
11532024-12-20T22:38:06.376Z Compiling once_cell v1.20.2
11542024-12-20T22:38:06.414Z Compiling byteorder v1.5.0
11552024-12-20T22:38:06.780Z Compiling rustix v0.38.37
11562024-12-20T22:38:07.014Z Compiling serde_json v1.0.132
11572024-12-20T22:38:07.144Z Compiling bitflags v2.6.0
11582024-12-20T22:38:07.315Z Compiling proc-macro-error-attr v1.0.4
11592024-12-20T22:38:07.358Z Compiling usdt-impl v0.5.0
11602024-12-20T22:38:07.393Z Compiling syn v1.0.109
11612024-12-20T22:38:07.585Z Compiling proc-macro-error v1.0.4
11622024-12-20T22:38:07.679Z Compiling log v0.4.22
11632024-12-20T22:38:07.705Z Compiling equivalent v1.0.1
11642024-12-20T22:38:07.821Z Compiling utf8parse v0.2.2
11652024-12-20T22:38:07.847Z Compiling camino v1.1.9
11662024-12-20T22:38:07.872Z Compiling plain v0.2.3
11672024-12-20T22:38:07.991Z Compiling hashbrown v0.15.1
11682024-12-20T22:38:08.042Z Compiling anstyle-parse v0.2.5
11692024-12-20T22:38:08.150Z Compiling quote v1.0.37
11702024-12-20T22:38:08.225Z Compiling thread-id v4.2.2
11712024-12-20T22:38:08.314Z Compiling errno v0.3.9
11722024-12-20T22:38:08.410Z Compiling winnow v0.6.20
11732024-12-20T22:38:08.565Z Compiling syn v2.0.87
11742024-12-20T22:38:08.738Z Compiling colorchoice v1.0.2
11752024-12-20T22:38:08.913Z Compiling pretty-hex v0.4.1
11762024-12-20T22:38:08.915Z Compiling autocfg v1.4.0
11772024-12-20T22:38:09.146Z Compiling anstyle v1.0.10
11782024-12-20T22:38:09.364Z Compiling indexmap v2.6.0
11792024-12-20T22:38:09.635Z Compiling unicode-width v0.1.14
11802024-12-20T22:38:10.237Z Compiling anstyle-query v1.1.1
11812024-12-20T22:38:10.251Z Compiling is_terminal_polyfill v1.70.1
11822024-12-20T22:38:10.341Z Compiling semver v1.0.23
11832024-12-20T22:38:10.374Z Compiling anstream v0.6.15
11842024-12-20T22:38:10.394Z Compiling fs-err v2.11.0
11852024-12-20T22:38:10.865Z Compiling terminal_size v0.4.0
11862024-12-20T22:38:11.053Z Compiling bytecount v0.6.8
11872024-12-20T22:38:11.083Z Compiling heck v0.4.1
11882024-12-20T22:38:11.197Z Compiling fnv v1.0.7
11892024-12-20T22:38:11.278Z Compiling clap_lex v0.7.2
11902024-12-20T22:38:11.340Z Compiling strsim v0.11.1
11912024-12-20T22:38:11.445Z Compiling fastrand v2.1.1
11922024-12-20T22:38:11.631Z Compiling cfg-if v1.0.0
11932024-12-20T22:38:11.663Z Compiling anyhow v1.0.93
11942024-12-20T22:38:11.851Z Compiling heck v0.5.0
11952024-12-20T22:38:12.044Z Compiling tempfile v3.13.0
11962024-12-20T22:38:12.325Z Compiling clap_builder v4.5.21
11972024-12-20T22:38:12.383Z Compiling papergrid v0.11.0
11982024-12-20T22:38:12.606Z Compiling memmap v0.7.0
11992024-12-20T22:38:12.677Z Compiling unicode-linebreak v0.1.5
12002024-12-20T22:38:12.710Z Compiling smawk v0.3.2
12012024-12-20T22:38:12.988Z Compiling swrite v0.1.0
12022024-12-20T22:38:13.120Z Compiling textwrap v0.16.1
12032024-12-20T22:38:14.574Z Compiling tabled_derive v0.7.0
12042024-12-20T22:38:16.239Z Compiling tabled v0.15.0
12052024-12-20T22:38:18.278Z Compiling serde_derive v1.0.215
12062024-12-20T22:38:18.278Z Compiling thiserror-impl v1.0.69
12072024-12-20T22:38:18.286Z Compiling zerocopy-derive v0.7.35
12082024-12-20T22:38:18.286Z Compiling scroll_derive v0.12.0
12092024-12-20T22:38:18.481Z Compiling clap_derive v4.5.18
12102024-12-20T22:38:19.653Z Compiling scroll v0.12.0
12112024-12-20T22:38:20.091Z Compiling zerocopy v0.7.35
12122024-12-20T22:38:20.223Z Compiling goblin v0.8.2
12132024-12-20T22:38:21.442Z Compiling pest v2.7.14
12142024-12-20T22:38:22.800Z Compiling clap v4.5.21
12152024-12-20T22:38:23.709Z Compiling pest_meta v2.7.14
12162024-12-20T22:38:24.662Z Compiling pest_generator v2.7.14
12172024-12-20T22:38:26.820Z Compiling pest_derive v2.7.14
12182024-12-20T22:38:27.580Z Compiling dtrace-parser v0.2.0
12192024-12-20T22:38:29.178Z Compiling toml_datetime v0.6.8
12202024-12-20T22:38:29.178Z Compiling serde_spanned v0.6.8
12212024-12-20T22:38:29.185Z Compiling cargo-platform v0.1.8
12222024-12-20T22:38:29.637Z Compiling serde_tokenstream v0.2.2
12232024-12-20T22:38:29.693Z Compiling toml_edit v0.22.22
12242024-12-20T22:38:29.832Z Compiling macaddr v1.0.1
12252024-12-20T22:38:30.045Z Compiling camino-tempfile v1.1.1
12262024-12-20T22:38:30.826Z Compiling dof v0.3.0
12272024-12-20T22:38:30.826Z Compiling cargo_metadata v0.18.1
12282024-12-20T22:38:32.797Z Compiling toml v0.8.19
12292024-12-20T22:38:32.929Z Compiling usdt-attr-macro v0.5.0
12302024-12-20T22:38:32.934Z Compiling usdt-macro v0.5.0
12312024-12-20T22:38:33.713Z Compiling cargo_toml v0.20.5
12322024-12-20T22:38:34.412Z Compiling usdt v0.5.0
12332024-12-20T22:38:37.704Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12342024-12-20T22:38:42.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.80s
12352024-12-20T22:38:42.625Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12362024-12-20T22:38:43.619Z Compiling serde v1.0.215
12372024-12-20T22:38:43.623Z Compiling lock_api v0.4.12
12382024-12-20T22:38:43.623Z Compiling scopeguard v1.2.0
12392024-12-20T22:38:43.623Z Compiling value-bag v1.9.0
12402024-12-20T22:38:43.623Z Compiling typenum v1.17.0
12412024-12-20T22:38:43.623Z Compiling generic-array v0.14.7
12422024-12-20T22:38:43.773Z Compiling syn v2.0.87
12432024-12-20T22:38:43.785Z Compiling getrandom v0.2.15
12442024-12-20T22:38:43.900Z Compiling subtle v2.6.1
12452024-12-20T22:38:44.125Z Compiling rand_core v0.6.4
12462024-12-20T22:38:44.230Z Compiling log v0.4.22
12472024-12-20T22:38:44.317Z Compiling shlex v1.3.0
12482024-12-20T22:38:44.336Z Compiling jobserver v0.1.32
12492024-12-20T22:38:44.360Z Compiling const-oid v0.9.6
12502024-12-20T22:38:44.689Z Compiling smallvec v1.13.2
12512024-12-20T22:38:44.748Z Compiling cc v1.1.30
12522024-12-20T22:38:44.768Z Compiling spin v0.9.8
12532024-12-20T22:38:45.106Z Compiling pin-project-lite v0.2.14
12542024-12-20T22:38:45.225Z Compiling rustix v0.38.37
12552024-12-20T22:38:45.254Z Compiling parking_lot_core v0.9.10
12562024-12-20T22:38:45.293Z Compiling futures-core v0.3.31
12572024-12-20T22:38:45.372Z Compiling signal-hook-registry v1.4.2
12582024-12-20T22:38:45.571Z Compiling mio v1.0.2
12592024-12-20T22:38:46.219Z Compiling parking_lot v0.12.3
12602024-12-20T22:38:46.252Z Compiling aho-corasick v1.1.3
12612024-12-20T22:38:46.364Z Compiling cpufeatures v0.2.14
12622024-12-20T22:38:46.471Z Compiling regex-syntax v0.8.5
12632024-12-20T22:38:46.493Z Compiling lazy_static v1.5.0
12642024-12-20T22:38:46.607Z Compiling either v1.13.0
12652024-12-20T22:38:46.629Z Compiling futures-sink v0.3.31
12662024-12-20T22:38:46.795Z Compiling stable_deref_trait v1.2.0
12672024-12-20T22:38:46.872Z Compiling glob v0.3.1
12682024-12-20T22:38:46.913Z Compiling socket2 v0.5.7
12692024-12-20T22:38:47.040Z Compiling slab v0.4.9
12702024-12-20T22:38:47.144Z Compiling prettyplease v0.2.25
12712024-12-20T22:38:47.500Z Compiling minimal-lexical v0.2.1
12722024-12-20T22:38:47.836Z Compiling libloading v0.8.5
12732024-12-20T22:38:47.945Z Compiling clang-sys v1.8.1
12742024-12-20T22:38:47.992Z Compiling nom v7.1.3
12752024-12-20T22:38:48.021Z Compiling serde_json v1.0.132
12762024-12-20T22:38:48.267Z Compiling bindgen v0.69.5
12772024-12-20T22:38:48.341Z Compiling home v0.5.9
12782024-12-20T22:38:48.658Z Compiling itertools v0.10.5
12792024-12-20T22:38:49.140Z Compiling futures-channel v0.3.31
12802024-12-20T22:38:49.433Z Compiling futures-task v0.3.31
12812024-12-20T22:38:49.592Z Compiling lazycell v1.3.0
12822024-12-20T22:38:49.761Z Compiling rustc-hash v1.1.0
12832024-12-20T22:38:49.782Z Compiling foldhash v0.1.3
12842024-12-20T22:38:49.928Z Compiling allocator-api2 v0.2.18
12852024-12-20T22:38:50.103Z Compiling pin-utils v0.1.0
12862024-12-20T22:38:50.240Z Compiling futures-io v0.3.31
12872024-12-20T22:38:50.605Z Compiling regex-automata v0.4.8
12882024-12-20T22:38:50.803Z Compiling hashbrown v0.15.1
12892024-12-20T22:38:51.816Z Compiling cexpr v0.6.0
12902024-12-20T22:38:52.089Z Compiling synstructure v0.13.1
12912024-12-20T22:38:52.312Z Compiling cmake v0.1.51
12922024-12-20T22:38:53.477Z Compiling libm v0.2.8
12932024-12-20T22:38:53.812Z Compiling fs_extra v1.3.0
12942024-12-20T22:38:53.831Z Compiling pkg-config v0.3.31
12952024-12-20T22:38:53.902Z Compiling tinyvec_macros v0.1.1
12962024-12-20T22:38:53.981Z Compiling dunce v1.0.5
12972024-12-20T22:38:54.002Z Compiling tinyvec v1.8.0
12982024-12-20T22:38:54.164Z Compiling num-traits v0.2.19
12992024-12-20T22:38:54.739Z Compiling ring v0.17.8
13002024-12-20T22:38:55.584Z Compiling unicode-normalization v0.1.24
13012024-12-20T22:38:55.635Z Compiling writeable v0.5.5
13022024-12-20T22:38:55.773Z Compiling paste v1.0.15
13032024-12-20T22:38:55.970Z Compiling litemap v0.7.3
13042024-12-20T22:38:56.015Z Compiling base64ct v1.6.0
13052024-12-20T22:38:56.243Z Compiling unicode-bidi v0.3.17
13062024-12-20T22:38:56.650Z Compiling pem-rfc7468 v0.7.0
13072024-12-20T22:38:56.773Z Compiling regex v1.11.1
13082024-12-20T22:38:57.434Z Compiling flagset v0.4.6
13092024-12-20T22:38:57.670Z Compiling httparse v1.9.5
13102024-12-20T22:38:57.728Z Compiling aws-lc-rs v1.10.0
13112024-12-20T22:38:58.193Z Compiling tracing-core v0.1.32
13122024-12-20T22:38:58.508Z Compiling crossbeam-utils v0.8.20
13132024-12-20T22:38:58.526Z Compiling rustls-pki-types v1.10.0
13142024-12-20T22:38:59.003Z Compiling icu_locid_transform_data v1.5.0
13152024-12-20T22:38:59.114Z Compiling percent-encoding v2.3.1
13162024-12-20T22:38:59.476Z Compiling mirai-annotations v1.12.0
13172024-12-20T22:38:59.494Z Compiling serde_derive v1.0.215
13182024-12-20T22:38:59.667Z Compiling zeroize_derive v1.4.2
13192024-12-20T22:38:59.670Z Compiling zerocopy-derive v0.7.35
13202024-12-20T22:38:59.697Z Compiling tokio-macros v2.4.0
13212024-12-20T22:38:59.847Z Compiling zerofrom-derive v0.1.4
13222024-12-20T22:39:01.288Z Compiling zeroize v1.8.1
13232024-12-20T22:39:01.382Z Compiling yoke-derive v0.7.4
13242024-12-20T22:39:01.467Z Compiling thiserror-impl v1.0.69
13252024-12-20T22:39:02.063Z Compiling zerocopy v0.7.35
13262024-12-20T22:39:03.140Z Compiling crypto-common v0.1.6
13272024-12-20T22:39:03.414Z Compiling block-buffer v0.10.4
13282024-12-20T22:39:03.709Z Compiling digest v0.10.7
13292024-12-20T22:39:03.779Z Compiling futures-macro v0.3.31
13302024-12-20T22:39:04.245Z Compiling hmac v0.12.1
13312024-12-20T22:39:04.377Z Compiling zerofrom v0.1.4
13322024-12-20T22:39:04.502Z Compiling zerovec-derive v0.10.3
13332024-12-20T22:39:04.602Z Compiling block-padding v0.3.3
13342024-12-20T22:39:04.630Z Compiling yoke v0.7.4
13352024-12-20T22:39:04.648Z Compiling displaydoc v0.2.5
13362024-12-20T22:39:04.852Z Compiling inout v0.1.3
13372024-12-20T22:39:05.019Z Compiling sha2 v0.10.8
13382024-12-20T22:39:05.147Z Compiling cipher v0.4.4
13392024-12-20T22:39:05.270Z Compiling thiserror v1.0.69
13402024-12-20T22:39:05.423Z Compiling ppv-lite86 v0.2.20
13412024-12-20T22:39:05.738Z Compiling icu_provider_macros v1.5.0
13422024-12-20T22:39:05.897Z Compiling futures-util v0.3.31
13432024-12-20T22:39:06.315Z Compiling der_derive v0.7.3
13442024-12-20T22:39:06.498Z Compiling rand_chacha v0.3.1
13452024-12-20T22:39:07.020Z Compiling tracing-attributes v0.1.27
13462024-12-20T22:39:07.099Z Compiling rand v0.8.5
13472024-12-20T22:39:07.483Z Compiling zerovec v0.10.4
13482024-12-20T22:39:08.806Z Compiling salsa20 v0.10.2
13492024-12-20T22:39:09.010Z Compiling der v0.7.9
13502024-12-20T22:39:09.060Z Compiling pest v2.7.14
13512024-12-20T22:39:09.104Z Compiling pbkdf2 v0.12.2
13522024-12-20T22:39:09.188Z Compiling untrusted v0.9.0
13532024-12-20T22:39:09.278Z Compiling untrusted v0.7.1
13542024-12-20T22:39:09.376Z Compiling powerfmt v0.2.0
13552024-12-20T22:39:09.483Z Compiling time-core v0.1.2
13562024-12-20T22:39:09.687Z Compiling tinystr v0.7.6
13572024-12-20T22:39:09.801Z Compiling icu_collections v1.5.0
13582024-12-20T22:39:09.965Z Compiling num-conv v0.1.0
13592024-12-20T22:39:10.230Z Compiling icu_locid v1.5.0
13602024-12-20T22:39:10.340Z Compiling vcpkg v0.2.15
13612024-12-20T22:39:11.126Z Compiling tracing v0.1.40
13622024-12-20T22:39:11.484Z Compiling icu_provider v1.5.0
13632024-12-20T22:39:11.710Z Compiling spki v0.7.3
13642024-12-20T22:39:12.153Z Compiling icu_properties_data v1.5.0
13652024-12-20T22:39:12.350Z Compiling icu_locid_transform v1.5.0
13662024-12-20T22:39:12.414Z Compiling pest_meta v2.7.14
13672024-12-20T22:39:12.479Z Compiling time-macros v0.2.18
13682024-12-20T22:39:12.716Z Compiling deranged v0.3.11
13692024-12-20T22:39:12.828Z Compiling scrypt v0.11.0
13702024-12-20T22:39:12.848Z Compiling openssl-sys v0.9.103
13712024-12-20T22:39:13.461Z Compiling cbc v0.1.2
13722024-12-20T22:39:13.726Z Compiling icu_properties v1.5.1
13732024-12-20T22:39:14.071Z Compiling aes v0.8.4
13742024-12-20T22:39:14.826Z Compiling bitflags v2.6.0
13752024-12-20T22:39:15.150Z Compiling bytes v1.8.0
13762024-12-20T22:39:16.238Z Compiling tokio v1.40.0
13772024-12-20T22:39:16.609Z Compiling indexmap v2.6.0
13782024-12-20T22:39:17.022Z Compiling http v1.1.0
13792024-12-20T22:39:17.235Z Compiling semver v1.0.23
13802024-12-20T22:39:17.984Z Compiling rustc_version v0.4.1
13812024-12-20T22:39:18.043Z Compiling scroll_derive v0.12.0
13822024-12-20T22:39:18.855Z Compiling utf8_iter v1.0.4
13832024-12-20T22:39:18.958Z Compiling utf16_iter v1.0.5
13842024-12-20T22:39:18.978Z Compiling atomic-waker v1.1.2
13852024-12-20T22:39:19.118Z Compiling icu_normalizer_data v1.5.0
13862024-12-20T22:39:19.183Z Compiling write16 v1.0.0
13872024-12-20T22:39:19.200Z Compiling num_threads v0.1.7
13882024-12-20T22:39:19.238Z Compiling http-body v1.0.1
13892024-12-20T22:39:19.315Z Compiling time v0.3.36
13902024-12-20T22:39:19.336Z Compiling icu_normalizer v1.5.0
13912024-12-20T22:39:19.497Z Compiling pkcs5 v0.7.1
13922024-12-20T22:39:19.665Z Compiling which v4.4.2
13932024-12-20T22:39:19.683Z Compiling scroll v0.12.0
13942024-12-20T22:39:20.317Z Compiling pest_generator v2.7.14
13952024-12-20T22:39:20.338Z Compiling form_urlencoded v1.2.1
13962024-12-20T22:39:20.714Z Compiling try-lock v0.2.5
13972024-12-20T22:39:20.868Z Compiling slog v2.7.0
13982024-12-20T22:39:20.887Z Compiling goblin v0.8.2
13992024-12-20T22:39:21.258Z Compiling want v0.3.1
14002024-12-20T22:39:21.474Z Compiling idna_adapter v1.2.0
14012024-12-20T22:39:21.577Z Compiling pkcs8 v0.10.2
14022024-12-20T22:39:21.636Z Compiling httpdate v1.0.3
14032024-12-20T22:39:21.719Z Compiling idna v1.0.3
14042024-12-20T22:39:22.363Z Compiling uuid v1.11.0
14052024-12-20T22:39:22.545Z Compiling pest_derive v2.7.14
14062024-12-20T22:39:23.103Z Compiling serde_tokenstream v0.2.2
14072024-12-20T22:39:23.462Z Compiling dtrace-parser v0.2.0
14082024-12-20T22:39:23.780Z Compiling serde_spanned v0.6.8
14092024-12-20T22:39:23.803Z Compiling toml_datetime v0.6.8
14102024-12-20T22:39:23.918Z Compiling rustversion v1.0.17
14112024-12-20T22:39:24.047Z Compiling adler2 v2.0.0
14122024-12-20T22:39:24.281Z Compiling foreign-types-shared v0.1.1
14132024-12-20T22:39:24.371Z Compiling match_cfg v0.1.0
14142024-12-20T22:39:24.407Z Compiling tower-service v0.3.3
14152024-12-20T22:39:24.482Z Compiling iana-time-zone v0.1.61
14162024-12-20T22:39:24.554Z Compiling base64 v0.22.1
14172024-12-20T22:39:24.685Z Compiling openssl v0.10.66
14182024-12-20T22:39:25.047Z Compiling chrono v0.4.38
14192024-12-20T22:39:25.087Z Compiling hostname v0.3.1
14202024-12-20T22:39:25.209Z Compiling foreign-types v0.3.2
14212024-12-20T22:39:25.319Z Compiling miniz_oxide v0.8.0
14222024-12-20T22:39:25.384Z Compiling tokio-util v0.7.12
14232024-12-20T22:39:25.405Z Compiling url v2.5.3
14242024-12-20T22:39:26.947Z Compiling h2 v0.4.6
14252024-12-20T22:39:27.031Z Compiling openssl-macros v0.1.1
14262024-12-20T22:39:27.406Z Compiling dof v0.3.0
14272024-12-20T22:39:27.598Z Compiling async-trait v0.1.83
14282024-12-20T22:39:27.821Z Compiling dirs-sys-next v0.1.2
14292024-12-20T22:39:28.523Z Compiling usdt-impl v0.5.0
14302024-12-20T22:39:29.206Z Compiling data-encoding v2.6.0
14312024-12-20T22:39:29.761Z Compiling syn v1.0.109
14322024-12-20T22:39:30.282Z Compiling rustls v0.23.19
14332024-12-20T22:39:30.463Z Compiling native-tls v0.2.12
14342024-12-20T22:39:30.569Z Compiling rustls v0.22.4
14352024-12-20T22:39:30.588Z Compiling siphasher v0.3.11
14362024-12-20T22:39:30.895Z Compiling dirs-next v2.0.0
14372024-12-20T22:39:31.101Z Compiling http-body-util v0.1.2
14382024-12-20T22:39:31.710Z Compiling crossbeam-epoch v0.9.18
14392024-12-20T22:39:31.793Z Compiling heapless v0.7.17
14402024-12-20T22:39:32.182Z Compiling signature v2.2.0
14412024-12-20T22:39:32.264Z Compiling sha1 v0.10.6
14422024-12-20T22:39:32.507Z Compiling bzip2-sys v0.1.11+1.0.8
14432024-12-20T22:39:32.542Z Compiling serde_derive_internals v0.29.1
14442024-12-20T22:39:32.591Z Compiling thread_local v1.1.8
14452024-12-20T22:39:32.714Z Compiling multer v3.1.0
14462024-12-20T22:39:32.994Z Compiling encoding_rs v0.8.34
14472024-12-20T22:39:33.024Z Compiling cookie v0.18.1
14482024-12-20T22:39:33.072Z Compiling openssl-probe v0.1.5
14492024-12-20T22:39:33.168Z Compiling schemars v0.8.21
14502024-12-20T22:39:33.329Z Compiling ipnet v2.10.1
14512024-12-20T22:39:33.458Z Compiling mime v0.3.17
14522024-12-20T22:39:33.523Z Compiling unicode-properties v0.1.3
14532024-12-20T22:39:33.920Z Compiling slog-async v2.8.0
14542024-12-20T22:39:34.082Z Compiling rayon-core v1.12.1
14552024-12-20T22:39:34.384Z Compiling signal-hook v0.3.17
14562024-12-20T22:39:34.469Z Compiling gimli v0.31.1
14572024-12-20T22:39:34.679Z Compiling hyper v1.5.0
14582024-12-20T22:39:34.877Z Compiling stringprep v0.1.5
14592024-12-20T22:39:35.612Z Compiling schemars_derive v0.8.21
14602024-12-20T22:39:36.367Z Compiling toml_edit v0.22.22
14612024-12-20T22:39:37.916Z Compiling hyper-util v0.1.10
14622024-12-20T22:39:39.444Z Compiling addr2line v0.24.2
14632024-12-20T22:39:39.626Z Compiling crossbeam-deque v0.8.5
14642024-12-20T22:39:39.993Z Compiling usdt-macro v0.5.0
14652024-12-20T22:39:40.205Z Compiling usdt-attr-macro v0.5.0
14662024-12-20T22:39:40.226Z Compiling term v0.7.0
14672024-12-20T22:39:40.943Z Compiling slog-json v2.6.1
14682024-12-20T22:39:41.357Z Compiling serde_urlencoded v0.7.1
14692024-12-20T22:39:41.450Z Compiling crossbeam-channel v0.5.13
14702024-12-20T22:39:41.598Z Compiling curve25519-dalek v4.1.3
14712024-12-20T22:39:41.933Z Compiling enum-as-inner v0.6.1
14722024-12-20T22:39:41.954Z Compiling futures-executor v0.3.31
14732024-12-20T22:39:42.015Z Compiling md-5 v0.10.6
14742024-12-20T22:39:42.304Z Compiling async-stream-impl v0.3.6
14752024-12-20T22:39:42.306Z Compiling rustls-pemfile v2.2.0
14762024-12-20T22:39:42.552Z Compiling num-integer v0.1.46
14772024-12-20T22:39:42.600Z Compiling idna v0.4.0
14782024-12-20T22:39:42.702Z Compiling idna v0.3.0
14792024-12-20T22:39:43.100Z Compiling hash32 v0.2.1
14802024-12-20T22:39:43.339Z Compiling ff v0.13.0
14812024-12-20T22:39:43.518Z Compiling is-terminal v0.4.13
14822024-12-20T22:39:43.583Z Compiling object v0.36.5
14832024-12-20T22:39:43.648Z Compiling dropshot v0.12.0
14842024-12-20T22:39:43.833Z Compiling portable-atomic v1.9.0
14852024-12-20T22:39:43.965Z Compiling utf-8 v0.7.6
14862024-12-20T22:39:44.320Z Compiling quick-error v1.2.3
14872024-12-20T22:39:44.474Z Compiling num-bigint-dig v0.8.4
14882024-12-20T22:39:44.493Z Compiling take_mut v0.2.2
14892024-12-20T22:39:44.571Z Compiling psl-types v2.0.11
14902024-12-20T22:39:44.656Z Compiling rustc-demangle v0.1.24
14912024-12-20T22:39:44.774Z Compiling dyn-clone v1.0.17
14922024-12-20T22:39:44.794Z Compiling smoltcp v0.9.1
14932024-12-20T22:39:44.992Z Compiling linked-hash-map v0.5.6
14942024-12-20T22:39:45.011Z Compiling anyhow v1.0.93
14952024-12-20T22:39:45.431Z Compiling base16ct v0.2.0
14962024-12-20T22:39:45.613Z Compiling fallible-iterator v0.2.0
14972024-12-20T22:39:45.739Z Compiling sec1 v0.7.3
14982024-12-20T22:39:45.813Z Compiling lru-cache v0.1.2
14992024-12-20T22:39:46.047Z Compiling publicsuffix v2.2.3
15002024-12-20T22:39:46.322Z Compiling postgres-protocol v0.6.7
15012024-12-20T22:39:46.363Z Compiling resolv-conf v0.7.0
15022024-12-20T22:39:46.382Z Compiling tungstenite v0.24.0
15032024-12-20T22:39:47.316Z Compiling async-stream v0.3.6
15042024-12-20T22:39:47.424Z Compiling slog-term v2.9.1
15052024-12-20T22:39:47.656Z Compiling usdt v0.5.0
15062024-12-20T22:39:47.771Z Compiling hickory-proto v0.24.1
15072024-12-20T22:39:48.195Z Compiling group v0.13.0
15082024-12-20T22:39:48.794Z Compiling num-iter v0.1.45
15092024-12-20T22:39:49.004Z Compiling futures v0.3.31
15102024-12-20T22:39:49.033Z Compiling slog-bunyan v2.5.0
15112024-12-20T22:39:49.276Z Compiling toml v0.8.19
15122024-12-20T22:39:51.091Z Compiling camino v1.1.9
15132024-12-20T22:39:51.226Z Compiling tokio-native-tls v0.3.1
15142024-12-20T22:39:51.317Z Compiling phf_shared v0.11.2
15152024-12-20T22:39:51.522Z Compiling dropshot_endpoint v0.12.0
15162024-12-20T22:39:51.724Z Compiling backtrace v0.3.74
15172024-12-20T22:39:52.147Z Compiling terminal_size v0.4.0
15182024-12-20T22:39:52.329Z Compiling waitgroup v0.1.2
15192024-12-20T22:39:52.396Z Compiling openapiv3 v2.0.0
15202024-12-20T22:39:52.398Z Compiling serde_path_to_error v0.1.16
15212024-12-20T22:39:52.560Z Compiling hkdf v0.12.4
15222024-12-20T22:39:52.844Z Compiling crypto-bigint v0.5.5
15232024-12-20T22:39:53.322Z Compiling curve25519-dalek-derive v0.1.1
15242024-12-20T22:39:55.059Z Compiling zerocopy-derive v0.6.6
15252024-12-20T22:39:55.841Z Compiling webpki-roots v0.26.6
15262024-12-20T22:39:55.935Z Compiling hubpack_derive v0.1.1
15272024-12-20T22:39:56.107Z Compiling idna v0.5.0
15282024-12-20T22:39:56.698Z Compiling hostname v0.4.0
15292024-12-20T22:39:56.897Z Compiling crc32fast v1.4.2
15302024-12-20T22:39:57.004Z Compiling fs-err v2.11.0
15312024-12-20T22:39:57.262Z Compiling ahash v0.8.11
15322024-12-20T22:39:57.318Z Compiling managed v0.8.0
15332024-12-20T22:39:57.448Z Compiling debug-ignore v1.0.5
15342024-12-20T22:39:57.543Z Compiling bitflags v1.3.2
15352024-12-20T22:39:57.605Z Compiling winnow v0.5.40
15362024-12-20T22:39:57.668Z Compiling zerocopy v0.6.6
15372024-12-20T22:39:57.702Z Compiling clap_builder v4.5.21
15382024-12-20T22:39:57.980Z Compiling strum_macros v0.25.3
15392024-12-20T22:39:58.595Z Compiling console v0.15.8
15402024-12-20T22:39:59.707Z Compiling flate2 v1.0.34
15412024-12-20T22:39:59.844Z Compiling cookie_store v0.21.0
15422024-12-20T22:40:00.168Z Compiling hubpack v0.1.2
15432024-12-20T22:40:00.335Z Compiling elliptic-curve v0.13.8
15442024-12-20T22:40:00.853Z Compiling hickory-resolver v0.24.1
15452024-12-20T22:40:01.623Z Compiling toml_edit v0.19.15
15462024-12-20T22:40:01.911Z Compiling signal-hook-mio v0.2.4
15472024-12-20T22:40:02.082Z Compiling phf v0.11.2
15482024-12-20T22:40:02.248Z Compiling hyper-tls v0.6.0
15492024-12-20T22:40:02.387Z Compiling rayon v1.10.0
15502024-12-20T22:40:02.567Z Compiling bzip2 v0.4.4
15512024-12-20T22:40:03.006Z Compiling tokio-tungstenite v0.24.0
15522024-12-20T22:40:03.639Z Compiling postgres-types v0.2.8
15532024-12-20T22:40:06.865Z Compiling ed25519 v2.2.3
15542024-12-20T22:40:07.627Z Compiling phf_shared v0.10.0
15552024-12-20T22:40:08.088Z Compiling tokio-stream v0.1.16
15562024-12-20T22:40:08.389Z Compiling pkcs1 v0.7.5
15572024-12-20T22:40:08.481Z Compiling serde-big-array v0.5.1
15582024-12-20T22:40:08.750Z Compiling clap_derive v4.5.18
15592024-12-20T22:40:08.946Z Compiling rfc6979 v0.4.0
15602024-12-20T22:40:09.171Z Compiling serde_repr v0.1.19
15612024-12-20T22:40:09.326Z Compiling derive-where v1.2.7
15622024-12-20T22:40:09.513Z Compiling float-cmp v0.9.0
15632024-12-20T22:40:09.613Z Compiling bstr v1.10.0
15642024-12-20T22:40:09.776Z Compiling sync_wrapper v1.0.1
15652024-12-20T22:40:09.935Z Compiling difflib v0.4.0
15662024-12-20T22:40:10.470Z Compiling new_debug_unreachable v1.0.6
15672024-12-20T22:40:10.583Z Compiling unicode-width v0.2.0
15682024-12-20T22:40:10.676Z Compiling normalize-line-endings v0.3.0
15692024-12-20T22:40:10.833Z Compiling static_assertions v1.1.0
15702024-12-20T22:40:10.953Z Compiling whoami v1.5.2
15712024-12-20T22:40:11.144Z Compiling number_prefix v0.4.0
15722024-12-20T22:40:11.396Z Compiling fixedbitset v0.4.2
15732024-12-20T22:40:11.562Z Compiling predicates-core v1.0.8
15742024-12-20T22:40:11.665Z Compiling precomputed-hash v0.1.1
15752024-12-20T22:40:11.704Z Compiling bit-vec v0.6.3
15762024-12-20T22:40:11.801Z Compiling unicode-segmentation v1.12.0
15772024-12-20T22:40:11.919Z Compiling string_cache v0.8.7
15782024-12-20T22:40:11.938Z Compiling predicates v3.1.2
15792024-12-20T22:40:12.199Z Compiling bit-set v0.5.3
15802024-12-20T22:40:12.428Z Compiling petgraph v0.6.5
15812024-12-20T22:40:12.508Z Compiling indicatif v0.17.9
15822024-12-20T22:40:12.789Z Compiling similar v2.6.0
15832024-12-20T22:40:13.260Z Compiling tokio-postgres v0.7.12
15842024-12-20T22:40:13.885Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15852024-12-20T22:40:14.364Z Compiling clap v4.5.21
15862024-12-20T22:40:14.505Z Compiling ecdsa v0.16.9
15872024-12-20T22:40:15.020Z Compiling rsa v0.9.6
15882024-12-20T22:40:15.450Z Compiling ed25519-dalek v2.1.1
15892024-12-20T22:40:15.498Z Compiling toml v0.7.8
15902024-12-20T22:40:16.928Z Compiling zip v0.6.6
15912024-12-20T22:40:16.964Z Compiling crossterm v0.28.1
15922024-12-20T22:40:18.535Z Compiling hex v0.4.3
15932024-12-20T22:40:19.115Z Compiling x509-cert v0.2.5
15942024-12-20T22:40:19.136Z Compiling lalrpop-util v0.19.12
15952024-12-20T22:40:19.221Z Compiling unicode-xid v0.2.6
15962024-12-20T22:40:19.424Z Compiling peg-runtime v0.8.3
15972024-12-20T22:40:19.516Z Compiling strum_macros v0.26.4
15982024-12-20T22:40:19.542Z Compiling xattr v1.3.1
15992024-12-20T22:40:19.849Z Compiling filetime v0.2.25
16002024-12-20T22:40:20.170Z Compiling tar v0.4.42
16012024-12-20T22:40:25.173Z Compiling strum v0.26.3
16022024-12-20T22:40:28.526Z Compiling aws-lc-sys v0.22.0
16032024-12-20T22:41:04.333Z Compiling rustls-webpki v0.102.8
16042024-12-20T22:41:08.443Z Compiling tokio-rustls v0.25.0
16052024-12-20T22:41:10.404Z Compiling tokio-rustls v0.26.0
16062024-12-20T22:41:10.803Z Compiling hyper-rustls v0.27.3
16072024-12-20T22:41:11.080Z Compiling reqwest v0.12.9
16082024-12-20T22:41:12.477Z Compiling qorb v0.2.1
16092024-12-20T22:41:17.745Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16102024-12-20T22:41:18.025Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16112024-12-20T22:41:24.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s
16122024-12-20T22:41:24.891Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16132024-12-20T22:41:24.945ZDec 20 22:41:23.500 INFO Starting download, target: Cockroach
16142024-12-20T22:41:24.945ZDec 20 22:41:23.500 INFO Starting download, target: Console
16152024-12-20T22:41:24.945ZDec 20 22:41:23.500 INFO Starting download, target: Clickhouse
16162024-12-20T22:41:24.945ZDec 20 22:41:23.500 INFO Starting download, target: DendriteOpenapi
16172024-12-20T22:41:24.945ZDec 20 22:41:23.500 INFO Starting download, target: DendriteStub
16182024-12-20T22:41:24.950ZDec 20 22:41:23.500 INFO Starting download, target: MaghemiteMgd
16192024-12-20T22:41:24.950ZDec 20 22:41:23.500 INFO Starting download, target: TransceiverControl
16202024-12-20T22:41:24.950ZDec 20 22:41:23.501 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16212024-12-20T22:41:24.950ZDec 20 22:41:23.501 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
16222024-12-20T22:41:24.950ZDec 20 22:41:23.501 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16232024-12-20T22:41:24.950ZDec 20 22:41:23.501 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16242024-12-20T22:41:24.950ZDec 20 22:41:23.501 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16252024-12-20T22:41:24.950ZDec 20 22:41:23.501 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16262024-12-20T22:41:24.950ZDec 20 22:41:23.501 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16272024-12-20T22:41:25.141ZDec 20 22:41:23.678 INFO Download complete, target: DendriteOpenapi
16282024-12-20T22:41:25.362ZDec 20 22:41:23.904 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16292024-12-20T22:41:25.397ZDec 20 22:41:23.918 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16302024-12-20T22:41:25.745ZDec 20 22:41:24.265 INFO Download complete, target: Console
16312024-12-20T22:41:26.010ZDec 20 22:41:24.562 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16322024-12-20T22:41:26.026ZDec 20 22:41:24.574 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16332024-12-20T22:41:26.033ZDec 20 22:41:24.583 INFO Download complete, target: TransceiverControl
16342024-12-20T22:41:26.813ZDec 20 22:41:25.369 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16352024-12-20T22:41:26.813ZDec 20 22:41:25.369 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16362024-12-20T22:41:27.127ZDec 20 22:41:25.680 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16372024-12-20T22:41:28.873ZDec 20 22:41:27.428 INFO Download complete, target: DendriteStub
16382024-12-20T22:41:28.978ZDec 20 22:41:27.533 INFO Download complete, target: MaghemiteMgd
16392024-12-20T22:41:34.344ZDec 20 22:41:32.899 INFO Checking that binary works, target: Cockroach
16402024-12-20T22:41:34.591ZDec 20 22:41:33.145 INFO Download complete, target: Cockroach
16412024-12-20T22:41:39.869ZDec 20 22:41:38.418 INFO Checking that binary works, target: Clickhouse
16422024-12-20T22:41:40.404ZDec 20 22:41:38.907 INFO Download complete, target: Clickhouse
16432024-12-20T22:41:40.520ZAll prerequisites installed successfully
16442024-12-20T22:41:40.521Z
16452024-12-20T22:41:40.521Zreal 8:16.036087519
16462024-12-20T22:41:40.521Zuser 18:01.520074781
16472024-12-20T22:41:40.521Zsys 3:22.683272494
16482024-12-20T22:41:40.521Ztrap 0.638880344
16492024-12-20T22:41:40.521Ztflt 5.816126107
16502024-12-20T22:41:40.521Zdflt 5.266171902
16512024-12-20T22:41:40.521Zkflt 0.247822290
16522024-12-20T22:41:40.521Zlock 34:53.403719212
16532024-12-20T22:41:40.521Zslp 1:13:48.017368384
16542024-12-20T22:41:40.521Zlat 57.629425353
16552024-12-20T22:41:40.521Zstop 2:13.464371634
16562024-12-20T22:41:40.521Z+ source ./tools/include/force-git-over-https.sh
16572024-12-20T22:41:40.521Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16582024-12-20T22:41:40.521Z++ (( i = 0 ))
16592024-12-20T22:41:40.521Z++ (( i < 5 ))
16602024-12-20T22:41:40.521Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16612024-12-20T22:41:40.521Z++ (( i++ ))
16622024-12-20T22:41:40.521Z++ (( i < 5 ))
16632024-12-20T22:41:40.521Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16642024-12-20T22:41:40.521Z++ (( i++ ))
16652024-12-20T22:41:40.521Z++ (( i < 5 ))
16662024-12-20T22:41:40.521Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16672024-12-20T22:41:40.521Z++ (( i++ ))
16682024-12-20T22:41:40.521Z++ (( i < 5 ))
16692024-12-20T22:41:40.521Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16702024-12-20T22:41:40.521Z++ (( i++ ))
16712024-12-20T22:41:40.521Z++ (( i < 5 ))
16722024-12-20T22:41:40.522Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16732024-12-20T22:41:40.526Z++ (( i++ ))
16742024-12-20T22:41:40.526Z++ (( i < 5 ))
16752024-12-20T22:41:40.526Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16762024-12-20T22:41:40.526Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16772024-12-20T22:41:40.526Z+ rc=0
16782024-12-20T22:41:40.526Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16792024-12-20T22:42:13.784Z+ case $rc in
16802024-12-20T22:42:13.784Z+ pfexec zfs create -p rpool/images/build/host
16812024-12-20T22:42:13.979Z+ pfexec zfs create -p rpool/images/build/recovery
16822024-12-20T22:42:14.051Z+ cargo xtask releng --output-dir /work
16832024-12-20T22:42:14.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16842024-12-20T22:42:14.690Z Running `target/debug/xtask releng --output-dir /work`
16852024-12-20T22:42:15.794Z Compiling proc-macro2 v1.0.89
16862024-12-20T22:42:15.794Z Compiling unicode-ident v1.0.13
16872024-12-20T22:42:15.798Z Compiling libc v0.2.162
16882024-12-20T22:42:15.798Z Compiling serde v1.0.215
16892024-12-20T22:42:15.798Z Compiling autocfg v1.4.0
16902024-12-20T22:42:15.798Z Compiling version_check v0.9.5
16912024-12-20T22:42:15.798Z Compiling cfg-if v1.0.0
16922024-12-20T22:42:16.097Z Compiling memchr v2.7.4
16932024-12-20T22:42:16.125Z Compiling typenum v1.17.0
16942024-12-20T22:42:16.241Z Compiling shlex v1.3.0
16952024-12-20T22:42:16.683Z Compiling generic-array v0.14.7
16962024-12-20T22:42:16.802Z Compiling value-bag v1.9.0
16972024-12-20T22:42:16.933Z Compiling lock_api v0.4.12
16982024-12-20T22:42:17.065Z Compiling scopeguard v1.2.0
16992024-12-20T22:42:17.163Z Compiling rustix v0.38.37
17002024-12-20T22:42:17.300Z Compiling log v0.4.22
17012024-12-20T22:42:17.445Z Compiling parking_lot_core v0.9.10
17022024-12-20T22:42:17.900Z Compiling quote v1.0.37
17032024-12-20T22:42:18.415Z Compiling serde_json v1.0.132
17042024-12-20T22:42:18.443Z Compiling jobserver v0.1.32
17052024-12-20T22:42:18.443Z Compiling getrandom v0.2.15
17062024-12-20T22:42:18.477Z Compiling syn v2.0.87
17072024-12-20T22:42:18.501Z Compiling libm v0.2.8
17082024-12-20T22:42:18.644Z Compiling cc v1.1.30
17092024-12-20T22:42:18.677Z Compiling num-traits v0.2.19
17102024-12-20T22:42:18.868Z Compiling once_cell v1.20.2
17112024-12-20T22:42:18.899Z Compiling thiserror v1.0.69
17122024-12-20T22:42:18.923Z Compiling spin v0.9.8
17132024-12-20T22:42:19.004Z Compiling itoa v1.0.11
17142024-12-20T22:42:19.158Z Compiling aho-corasick v1.1.3
17152024-12-20T22:42:19.282Z Compiling regex-syntax v0.8.5
17162024-12-20T22:42:19.409Z Compiling slab v0.4.9
17172024-12-20T22:42:19.464Z Compiling errno v0.3.9
17182024-12-20T22:42:19.978Z Compiling byteorder v1.5.0
17192024-12-20T22:42:20.645Z Compiling lazy_static v1.5.0
17202024-12-20T22:42:20.804Z Compiling rand_core v0.6.4
17212024-12-20T22:42:20.855Z Compiling glob v0.3.1
17222024-12-20T22:42:21.226Z Compiling either v1.13.0
17232024-12-20T22:42:21.397Z Compiling prettyplease v0.2.25
17242024-12-20T22:42:21.733Z Compiling subtle v2.6.1
17252024-12-20T22:42:21.761Z Compiling clang-sys v1.8.1
17262024-12-20T22:42:21.870Z Compiling minimal-lexical v0.2.1
17272024-12-20T22:42:22.197Z Compiling libloading v0.8.5
17282024-12-20T22:42:22.450Z Compiling nom v7.1.3
17292024-12-20T22:42:22.588Z Compiling bindgen v0.69.5
17302024-12-20T22:42:22.671Z Compiling home v0.5.9
17312024-12-20T22:42:23.189Z Compiling itertools v0.10.5
17322024-12-20T22:42:23.538Z Compiling regex-automata v0.4.8
17332024-12-20T22:42:24.179Z Compiling lazycell v1.3.0
17342024-12-20T22:42:24.439Z Compiling rustc-hash v1.1.0
17352024-12-20T22:42:24.940Z Compiling cmake v0.1.51
17362024-12-20T22:42:26.200Z Compiling semver v1.0.23
17372024-12-20T22:42:26.358Z Compiling fs_extra v1.3.0
17382024-12-20T22:42:26.440Z Compiling cexpr v0.6.0
17392024-12-20T22:42:26.554Z Compiling smallvec v1.13.2
17402024-12-20T22:42:26.738Z Compiling dunce v1.0.5
17412024-12-20T22:42:26.809Z Compiling pkg-config v0.3.31
17422024-12-20T22:42:26.934Z Compiling ring v0.17.8
17432024-12-20T22:42:27.155Z Compiling paste v1.0.15
17442024-12-20T22:42:27.473Z Compiling synstructure v0.13.1
17452024-12-20T22:42:28.112Z Compiling ryu v1.0.18
17462024-12-20T22:42:28.331Z Compiling httparse v1.9.5
17472024-12-20T22:42:28.387Z Compiling const-oid v0.9.6
17482024-12-20T22:42:28.477Z Compiling aws-lc-rs v1.10.0
17492024-12-20T22:42:29.488Z Compiling pin-project-lite v0.2.14
17502024-12-20T22:42:29.532Z Compiling heck v0.5.0
17512024-12-20T22:42:29.692Z Compiling allocator-api2 v0.2.18
17522024-12-20T22:42:30.166Z Compiling regex v1.11.1
17532024-12-20T22:42:30.620Z Compiling futures-core v0.3.31
17542024-12-20T22:42:30.998Z Compiling signal-hook-registry v1.4.2
17552024-12-20T22:42:32.041Z Compiling crossbeam-utils v0.8.20
17562024-12-20T22:42:32.207Z Compiling time-core v0.1.2
17572024-12-20T22:42:32.281Z Compiling num-conv v0.1.0
17582024-12-20T22:42:32.476Z Compiling parking_lot v0.12.3
17592024-12-20T22:42:32.615Z Compiling mio v1.0.2
17602024-12-20T22:42:32.674Z Compiling time-macros v0.2.18
17612024-12-20T22:42:33.041Z Compiling vcpkg v0.2.15
17622024-12-20T22:42:33.305Z Compiling fnv v1.0.7
17632024-12-20T22:42:33.760Z Compiling schemars v0.8.21
17642024-12-20T22:42:33.848Z Compiling serde_derive v1.0.215
17652024-12-20T22:42:34.247Z Compiling zeroize_derive v1.4.2
17662024-12-20T22:42:34.549Z Compiling zerocopy-derive v0.7.35
17672024-12-20T22:42:34.748Z Compiling tokio-macros v2.4.0
17682024-12-20T22:42:34.880Z Compiling thiserror-impl v1.0.69
17692024-12-20T22:42:34.996Z Compiling zerofrom-derive v0.1.4
17702024-12-20T22:42:36.021Z Compiling zeroize v1.8.1
17712024-12-20T22:42:36.268Z Compiling yoke-derive v0.7.4
17722024-12-20T22:42:36.591Z Compiling futures-macro v0.3.31
17732024-12-20T22:42:36.638Z Compiling zerovec-derive v0.10.3
17742024-12-20T22:42:36.875Z Compiling displaydoc v0.2.5
17752024-12-20T22:42:38.286Z Compiling zerocopy v0.7.35
17762024-12-20T22:42:38.915Z Compiling crypto-common v0.1.6
17772024-12-20T22:42:38.965Z Compiling icu_provider_macros v1.5.0
17782024-12-20T22:42:39.197Z Compiling tracing-attributes v0.1.27
17792024-12-20T22:42:39.272Z Compiling block-buffer v0.10.4
17802024-12-20T22:42:39.516Z Compiling der_derive v0.7.3
17812024-12-20T22:42:39.601Z Compiling digest v0.10.7
17822024-12-20T22:42:40.223Z Compiling openssl-sys v0.9.103
17832024-12-20T22:42:41.327Z Compiling serde_derive_internals v0.29.1
17842024-12-20T22:42:41.962Z Compiling socket2 v0.5.7
17852024-12-20T22:42:42.187Z Compiling ahash v0.8.11
17862024-12-20T22:42:43.869Z Compiling schemars_derive v0.8.21
17872024-12-20T22:42:43.979Z Compiling futures-sink v0.3.31
17882024-12-20T22:42:44.033Z Compiling cpufeatures v0.2.14
17892024-12-20T22:42:44.228Z Compiling foldhash v0.1.3
17902024-12-20T22:42:44.290Z Compiling equivalent v1.0.1
17912024-12-20T22:42:44.474Z Compiling hashbrown v0.15.1
17922024-12-20T22:42:44.593Z Compiling slog v2.7.0
17932024-12-20T22:42:44.819Z Compiling stable_deref_trait v1.2.0
17942024-12-20T22:42:46.122Z Compiling futures-channel v0.3.31
17952024-12-20T22:42:46.438Z Compiling zerofrom v0.1.4
17962024-12-20T22:42:46.614Z Compiling scroll_derive v0.12.0
17972024-12-20T22:42:46.725Z Compiling futures-io v0.3.31
17982024-12-20T22:42:46.769Z Compiling ucd-trie v0.1.7
17992024-12-20T22:42:46.815Z Compiling pin-utils v0.1.0
18002024-12-20T22:42:47.068Z Compiling futures-task v0.3.31
18012024-12-20T22:42:47.137Z Compiling openssl v0.10.66
18022024-12-20T22:42:47.392Z Compiling pest v2.7.14
18032024-12-20T22:42:47.408Z Compiling yoke v0.7.4
18042024-12-20T22:42:47.408Z Compiling futures-util v0.3.31
18052024-12-20T22:42:47.870Z Compiling hmac v0.12.1
18062024-12-20T22:42:47.956Z Compiling tinyvec_macros v0.1.1
18072024-12-20T22:42:48.331Z Compiling tinyvec v1.8.0
18082024-12-20T22:42:48.465Z Compiling zerovec v0.10.4
18092024-12-20T22:42:50.181Z Compiling bitflags v2.6.0
18102024-12-20T22:42:50.342Z Compiling bytes v1.8.0
18112024-12-20T22:42:52.359Z Compiling tokio v1.40.0
18122024-12-20T22:42:52.735Z Compiling serde_tokenstream v0.2.2
18132024-12-20T22:42:53.187Z Compiling indexmap v2.6.0
18142024-12-20T22:42:55.044Z Compiling http v1.1.0
18152024-12-20T22:42:55.685Z Compiling which v4.4.2
18162024-12-20T22:42:56.356Z Compiling rustc_version v0.4.1
18172024-12-20T22:42:57.066Z Compiling pest_meta v2.7.14
18182024-12-20T22:42:57.173Z Compiling uuid v1.11.0
18192024-12-20T22:42:57.761Z Compiling block-padding v0.3.3
18202024-12-20T22:42:58.053Z Compiling openssl-macros v0.1.1
18212024-12-20T22:42:58.309Z Compiling rustls v0.23.19
18222024-12-20T22:42:58.709Z Compiling iana-time-zone v0.1.61
18232024-12-20T22:42:59.050Z Compiling native-tls v0.2.12
18242024-12-20T22:42:59.517Z Compiling chrono v0.4.38
18252024-12-20T22:43:00.066Z Compiling pest_generator v2.7.14
18262024-12-20T22:43:01.278Z Compiling inout v0.1.3
18272024-12-20T22:43:01.613Z Compiling unicode-normalization v0.1.24
18282024-12-20T22:43:02.122Z Compiling cipher v0.4.4
18292024-12-20T22:43:02.283Z Compiling pest_derive v2.7.14
18302024-12-20T22:43:02.691Z Compiling tinystr v0.7.6
18312024-12-20T22:43:03.312Z Compiling sha2 v0.10.8
18322024-12-20T22:43:03.661Z Compiling async-trait v0.1.83
18332024-12-20T22:43:03.756Z Compiling usdt-impl v0.5.0
18342024-12-20T22:43:03.826Z Compiling cookie v0.18.1
18352024-12-20T22:43:04.230Z Compiling unicode-bidi v0.3.17
18362024-12-20T22:43:04.291Z Compiling writeable v0.5.5
18372024-12-20T22:43:04.297Z Compiling litemap v0.7.3
18382024-12-20T22:43:06.277Z Compiling base64ct v1.6.0
18392024-12-20T22:43:07.104Z Compiling pem-rfc7468 v0.7.0
18402024-12-20T22:43:07.337Z Compiling icu_locid v1.5.0
18412024-12-20T22:43:07.861Z Compiling scroll v0.12.0
18422024-12-20T22:43:09.006Z Compiling ppv-lite86 v0.2.20
18432024-12-20T22:43:10.157Z Compiling tracing-core v0.1.32
18442024-12-20T22:43:10.233Z Compiling dyn-clone v1.0.17
18452024-12-20T22:43:10.456Z Compiling syn v1.0.109
18462024-12-20T22:43:11.125Z Compiling rustls-pki-types v1.10.0
18472024-12-20T22:43:12.391Z Compiling aws-lc-sys v0.22.0
18482024-12-20T22:43:12.702Z Compiling flagset v0.4.6
18492024-12-20T22:43:12.988Z Compiling untrusted v0.7.1
18502024-12-20T22:43:13.223Z Compiling plain v0.2.3
18512024-12-20T22:43:13.279Z Compiling camino v1.1.9
18522024-12-20T22:43:13.467Z Compiling percent-encoding v2.3.1
18532024-12-20T22:43:14.011Z Compiling goblin v0.8.2
18542024-12-20T22:43:14.043Z Compiling der v0.7.9
18552024-12-20T22:43:15.230Z Compiling tracing v0.1.40
18562024-12-20T22:43:16.784Z Compiling rand_chacha v0.3.1
18572024-12-20T22:43:17.947Z Compiling icu_provider v1.5.0
18582024-12-20T22:43:19.339Z Compiling tokio-util v0.7.12
18592024-12-20T22:43:21.545Z Compiling untrusted v0.9.0
18602024-12-20T22:43:21.730Z Compiling mirai-annotations v1.12.0
18612024-12-20T22:43:21.837Z Compiling rustls v0.22.4
18622024-12-20T22:43:21.889Z Compiling powerfmt v0.2.0
18632024-12-20T22:43:21.994Z Compiling icu_locid_transform_data v1.5.0
18642024-12-20T22:43:22.290Z Compiling rayon-core v1.12.1
18652024-12-20T22:43:22.329Z Compiling pretty-hex v0.4.1
18662024-12-20T22:43:22.492Z Compiling icu_locid_transform v1.5.0
18672024-12-20T22:43:22.600Z Compiling dof v0.3.0
18682024-12-20T22:43:22.742Z Compiling deranged v0.3.11
18692024-12-20T22:43:25.403Z Compiling rand v0.8.5
18702024-12-20T22:43:25.561Z Compiling spki v0.7.3
18712024-12-20T22:43:26.133Z Compiling dtrace-parser v0.2.0
18722024-12-20T22:43:27.268Z Compiling salsa20 v0.10.2
18732024-12-20T22:43:27.588Z Compiling icu_collections v1.5.0
18742024-12-20T22:43:28.229Z Compiling pbkdf2 v0.12.2
18752024-12-20T22:43:30.177Z Compiling bzip2-sys v0.1.11+1.0.8
18762024-12-20T22:43:30.720Z Compiling thread-id v4.2.2
18772024-12-20T22:43:31.226Z Compiling atomic-waker v1.1.2
18782024-12-20T22:43:31.563Z Compiling icu_properties_data v1.5.0
18792024-12-20T22:43:32.129Z Compiling num_threads v0.1.7
18802024-12-20T22:43:32.206Z Compiling icu_properties v1.5.1
18812024-12-20T22:43:32.249Z Compiling time v0.3.36
18822024-12-20T22:43:38.667Z Compiling scrypt v0.11.0
18832024-12-20T22:43:38.909Z Compiling form_urlencoded v1.2.1
18842024-12-20T22:43:39.322Z Compiling aes v0.8.4
18852024-12-20T22:43:39.391Z Compiling cbc v0.1.2
18862024-12-20T22:43:39.583Z Compiling http-body v1.0.1
18872024-12-20T22:43:39.933Z Compiling multer v3.1.0
18882024-12-20T22:43:40.031Z Compiling utf16_iter v1.0.5
18892024-12-20T22:43:40.247Z Compiling write16 v1.0.0
18902024-12-20T22:43:40.295Z Compiling utf8_iter v1.0.4
18912024-12-20T22:43:40.358Z Compiling slog-async v2.8.0
18922024-12-20T22:43:40.853Z Compiling icu_normalizer_data v1.5.0
18932024-12-20T22:43:41.049Z Compiling try-lock v0.2.5
18942024-12-20T22:43:41.207Z Compiling icu_normalizer v1.5.0
18952024-12-20T22:43:41.257Z Compiling want v0.3.1
18962024-12-20T22:43:41.280Z Compiling pkcs5 v0.7.1
18972024-12-20T22:43:46.308Z Compiling h2 v0.4.6
18982024-12-20T22:43:47.415Z Compiling heapless v0.7.17
18992024-12-20T22:43:47.900Z Compiling zerocopy-derive v0.6.6
19002024-12-20T22:43:47.991Z Compiling base64 v0.22.1
19012024-12-20T22:43:48.373Z Compiling num-bigint-dig v0.8.4
19022024-12-20T22:43:48.928Z Compiling anyhow v1.0.93
19032024-12-20T22:43:49.274Z Compiling httpdate v1.0.3
19042024-12-20T22:43:49.564Z Compiling signal-hook v0.3.17
19052024-12-20T22:43:50.966Z Compiling idna_adapter v1.2.0
19062024-12-20T22:43:51.542Z Compiling pkcs8 v0.10.2
19072024-12-20T22:43:52.301Z Compiling usdt-attr-macro v0.5.0
19082024-12-20T22:43:52.594Z Compiling usdt-macro v0.5.0
19092024-12-20T22:43:54.646Z Compiling async-stream-impl v0.3.6
19102024-12-20T22:43:54.724Z Compiling strsim v0.11.1
19112024-12-20T22:43:55.601Z Compiling hyper v1.5.0
19122024-12-20T22:43:56.076Z Compiling rustversion v1.0.17
19132024-12-20T22:43:56.813Z Compiling tower-service v0.3.3
19142024-12-20T22:43:58.033Z Compiling idna v1.0.3
19152024-12-20T22:43:59.074Z Compiling hyper-util v0.1.10
19162024-12-20T22:44:07.244Z Compiling curve25519-dalek v4.1.3
19172024-12-20T22:44:07.369Z Compiling openapiv3 v2.0.0
19182024-12-20T22:44:07.563Z Compiling toml_datetime v0.6.8
19192024-12-20T22:44:07.840Z Compiling serde_spanned v0.6.8
19202024-12-20T22:44:08.263Z Compiling enum-as-inner v0.6.1
19212024-12-20T22:44:08.341Z Compiling dropshot v0.12.0
19222024-12-20T22:44:08.817Z Compiling adler2 v2.0.0
19232024-12-20T22:44:09.060Z Compiling foreign-types-shared v0.1.1
19242024-12-20T22:44:09.455Z Compiling smoltcp v0.9.1
19252024-12-20T22:44:10.281Z Compiling heck v0.4.1
19262024-12-20T22:44:10.496Z Compiling match_cfg v0.1.0
19272024-12-20T22:44:10.628Z Compiling portable-atomic v1.9.0
19282024-12-20T22:44:10.872Z Compiling hostname v0.3.1
19292024-12-20T22:44:11.265Z Compiling foreign-types v0.3.2
19302024-12-20T22:44:11.805Z Compiling miniz_oxide v0.8.0
19312024-12-20T22:44:13.448Z Compiling url v2.5.3
19322024-12-20T22:44:22.066Z Compiling http-body-util v0.1.2
19332024-12-20T22:44:22.381Z Compiling clap_derive v4.5.18
19342024-12-20T22:44:22.732Z Compiling dirs-sys-next v0.1.2
19352024-12-20T22:44:23.287Z Compiling encoding_rs v0.8.34
19362024-12-20T22:44:25.160Z Compiling siphasher v0.3.11
19372024-12-20T22:44:25.573Z Compiling data-encoding v2.6.0
19382024-12-20T22:44:27.402Z Compiling mime v0.3.17
19392024-12-20T22:44:28.612Z Compiling dirs-next v2.0.0
19402024-12-20T22:44:34.868Z Compiling hubpack_derive v0.1.1
19412024-12-20T22:44:35.027Z Compiling serde_urlencoded v0.7.1
19422024-12-20T22:44:35.678Z Compiling crossbeam-epoch v0.9.18
19432024-12-20T22:44:35.853Z Compiling hashbrown v0.14.5
19442024-12-20T22:44:36.412Z Compiling rustls-webpki v0.102.8
19452024-12-20T22:44:37.098Z Compiling rustls-pemfile v2.2.0
19462024-12-20T22:44:37.413Z Compiling dropshot_endpoint v0.12.0
19472024-12-20T22:44:38.104Z Compiling sha1 v0.10.6
19482024-12-20T22:44:38.563Z Compiling signature v2.2.0
19492024-12-20T22:44:38.620Z Compiling curve25519-dalek-derive v0.1.1
19502024-12-20T22:44:38.778Z Compiling thread_local v1.1.8
19512024-12-20T22:44:38.848Z Compiling fs-err v2.11.0
19522024-12-20T22:44:39.971Z Compiling unicode-properties v0.1.3
19532024-12-20T22:44:40.093Z Compiling utf8parse v0.2.2
19542024-12-20T22:44:40.294Z Compiling gimli v0.31.1
19552024-12-20T22:44:40.801Z Compiling anstyle v1.0.10
19562024-12-20T22:44:40.903Z Compiling openssl-probe v0.1.5
19572024-12-20T22:44:41.729Z Compiling winnow v0.6.20
19582024-12-20T22:44:42.017Z Compiling ipnet v2.10.1
19592024-12-20T22:44:45.319Z Compiling addr2line v0.24.2
19602024-12-20T22:44:45.810Z Compiling toml_edit v0.22.22
19612024-12-20T22:44:45.841Z Compiling stringprep v0.1.5
19622024-12-20T22:44:45.950Z Compiling anstyle-parse v0.2.5
19632024-12-20T22:44:46.955Z Compiling regress v0.10.1
19642024-12-20T22:44:47.708Z Compiling crossbeam-deque v0.8.5
19652024-12-20T22:44:48.104Z Compiling term v0.7.0
19662024-12-20T22:44:49.541Z Compiling slog-json v2.6.1
19672024-12-20T22:44:50.864Z Compiling crossbeam-channel v0.5.13
19682024-12-20T22:44:52.672Z Compiling idna v0.3.0
19692024-12-20T22:44:53.482Z Compiling idna v0.4.0
19702024-12-20T22:44:54.426Z Compiling futures-executor v0.3.31
19712024-12-20T22:44:54.973Z Compiling num-integer v0.1.46
19722024-12-20T22:44:55.083Z Compiling md-5 v0.10.6
19732024-12-20T22:44:55.364Z Compiling ff v0.13.0
19742024-12-20T22:44:55.625Z Compiling hash32 v0.2.1
19752024-12-20T22:44:55.715Z Compiling memmap v0.7.0
19762024-12-20T22:44:55.759Z Compiling is-terminal v0.4.13
19772024-12-20T22:44:55.911Z Compiling object v0.36.5
19782024-12-20T22:44:56.046Z Compiling linked-hash-map v0.5.6
19792024-12-20T22:44:56.068Z Compiling base16ct v0.2.0
19802024-12-20T22:44:56.403Z Compiling rustc-demangle v0.1.24
19812024-12-20T22:44:56.487Z Compiling fallible-iterator v0.2.0
19822024-12-20T22:44:57.295Z Compiling quick-error v1.2.3
19832024-12-20T22:44:57.388Z Compiling psl-types v2.0.11
19842024-12-20T22:44:57.466Z Compiling colorchoice v1.0.2
19852024-12-20T22:44:57.613Z Compiling utf-8 v0.7.6
19862024-12-20T22:44:57.660Z Compiling is_terminal_polyfill v1.70.1
19872024-12-20T22:44:57.816Z Compiling anstyle-query v1.1.1
19882024-12-20T22:44:57.990Z Compiling take_mut v0.2.2
19892024-12-20T22:44:58.015Z Compiling anstream v0.6.15
19902024-12-20T22:44:58.174Z Compiling publicsuffix v2.2.3
19912024-12-20T22:44:58.517Z Compiling tungstenite v0.24.0
19922024-12-20T22:44:59.074Z Compiling resolv-conf v0.7.0
19932024-12-20T22:44:59.353Z Compiling postgres-protocol v0.6.7
19942024-12-20T22:44:59.823Z Compiling lru-cache v0.1.2
19952024-12-20T22:45:00.069Z Compiling sec1 v0.7.3
19962024-12-20T22:45:00.737Z Compiling usdt v0.5.0
19972024-12-20T22:45:00.846Z Compiling slog-term v2.9.1
19982024-12-20T22:45:01.070Z Compiling group v0.13.0
19992024-12-20T22:45:01.255Z Compiling num-iter v0.1.45
20002024-12-20T22:45:01.451Z Compiling futures v0.3.31
20012024-12-20T22:45:01.475Z Compiling hickory-proto v0.24.1
20022024-12-20T22:45:02.064Z Compiling tokio-rustls v0.26.0
20032024-12-20T22:45:03.753Z Compiling typify-impl v0.2.0
20042024-12-20T22:45:04.436Z Compiling backtrace v0.3.74
20052024-12-20T22:45:04.565Z Compiling tokio-rustls v0.25.0
20062024-12-20T22:45:05.037Z Compiling slog-bunyan v2.5.0
20072024-12-20T22:45:05.279Z Compiling toml v0.8.19
20082024-12-20T22:45:05.713Z Compiling tokio-native-tls v0.3.1
20092024-12-20T22:45:06.015Z Compiling phf_shared v0.11.2
20102024-12-20T22:45:06.163Z Compiling strum_macros v0.25.3
20112024-12-20T22:45:06.767Z Compiling async-stream v0.3.6
20122024-12-20T22:45:07.113Z Compiling waitgroup v0.1.2
20132024-12-20T22:45:07.345Z Compiling webpki-roots v0.26.6
20142024-12-20T22:45:07.570Z Compiling idna v0.5.0
20152024-12-20T22:45:07.688Z Compiling terminal_size v0.4.0
20162024-12-20T22:45:07.941Z Compiling serde_path_to_error v0.1.16
20172024-12-20T22:45:09.146Z Compiling hkdf v0.12.4
20182024-12-20T22:45:09.422Z Compiling crypto-bigint v0.5.5
20192024-12-20T22:45:09.537Z Compiling serde_repr v0.1.19
20202024-12-20T22:45:10.089Z Compiling derive-where v1.2.7
20212024-12-20T22:45:10.878Z Compiling hostname v0.4.0
20222024-12-20T22:45:11.139Z Compiling crc32fast v1.4.2
20232024-12-20T22:45:11.677Z Compiling unicode-width v0.1.14
20242024-12-20T22:45:12.019Z Compiling winnow v0.5.40
20252024-12-20T22:45:12.246Z Compiling clap_lex v0.7.2
20262024-12-20T22:45:13.071Z Compiling managed v0.8.0
20272024-12-20T22:45:13.413Z Compiling debug-ignore v1.0.5
20282024-12-20T22:45:13.508Z Compiling bitflags v1.3.2
20292024-12-20T22:45:13.882Z Compiling elliptic-curve v0.13.8
20302024-12-20T22:45:14.827Z Compiling clap_builder v4.5.21
20312024-12-20T22:45:15.885Z Compiling console v0.15.8
20322024-12-20T22:45:16.235Z Compiling toml_edit v0.19.15
20332024-12-20T22:45:16.930Z Compiling typify-macro v0.2.0
20342024-12-20T22:45:20.946Z Compiling flate2 v1.0.34
20352024-12-20T22:45:21.185Z Compiling cookie_store v0.21.0
20362024-12-20T22:45:22.518Z Compiling hickory-resolver v0.24.1
20372024-12-20T22:45:22.624Z Compiling hyper-rustls v0.27.3
20382024-12-20T22:45:24.313Z Compiling phf v0.11.2
20392024-12-20T22:45:24.648Z Compiling hyper-tls v0.6.0
20402024-12-20T22:45:25.590Z Compiling signal-hook-mio v0.2.4
20412024-12-20T22:45:25.647Z Compiling rayon v1.10.0
20422024-12-20T22:45:25.784Z Compiling bzip2 v0.4.4
20432024-12-20T22:45:25.816Z Compiling postgres-types v0.2.8
20442024-12-20T22:45:26.196Z Compiling tokio-tungstenite v0.24.0
20452024-12-20T22:45:26.903Z Compiling ed25519 v2.2.3
20462024-12-20T22:45:26.990Z Compiling hubpack v0.1.2
20472024-12-20T22:45:27.050Z Compiling phf_shared v0.10.0
20482024-12-20T22:45:27.379Z Compiling pkcs1 v0.7.5
20492024-12-20T22:45:27.463Z Compiling zerocopy v0.6.6
20502024-12-20T22:45:28.476Z Compiling tokio-stream v0.1.16
20512024-12-20T22:45:29.037Z Compiling serde-big-array v0.5.1
20522024-12-20T22:45:29.370Z Compiling rfc6979 v0.4.0
20532024-12-20T22:45:29.588Z Compiling float-cmp v0.9.0
20542024-12-20T22:45:29.816Z Compiling sync_wrapper v1.0.1
20552024-12-20T22:45:30.005Z Compiling bstr v1.10.0
20562024-12-20T22:45:30.113Z Compiling difflib v0.4.0
20572024-12-20T22:45:30.688Z Compiling number_prefix v0.4.0
20582024-12-20T22:45:30.957Z Compiling unicode-width v0.2.0
20592024-12-20T22:45:31.008Z Compiling precomputed-hash v0.1.1
20602024-12-20T22:45:31.145Z Compiling new_debug_unreachable v1.0.6
20612024-12-20T22:45:31.163Z Compiling unicode-segmentation v1.12.0
20622024-12-20T22:45:31.259Z Compiling fixedbitset v0.4.2
20632024-12-20T22:45:31.499Z Compiling predicates-core v1.0.8
20642024-12-20T22:45:31.531Z Compiling static_assertions v1.1.0
20652024-12-20T22:45:31.662Z Compiling normalize-line-endings v0.3.0
20662024-12-20T22:45:31.722Z Compiling whoami v1.5.2
20672024-12-20T22:45:31.862Z Compiling bit-vec v0.6.3
20682024-12-20T22:45:32.107Z Compiling tokio-postgres v0.7.12
20692024-12-20T22:45:32.246Z Compiling bit-set v0.5.3
20702024-12-20T22:45:32.580Z Compiling similar v2.6.0
20712024-12-20T22:45:33.463Z Compiling predicates v3.1.2
20722024-12-20T22:45:34.813Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20732024-12-20T22:45:35.226Z Compiling petgraph v0.6.5
20742024-12-20T22:45:35.325Z Compiling indicatif v0.17.9
20752024-12-20T22:45:38.042Z Compiling string_cache v0.8.7
20762024-12-20T22:45:38.541Z Compiling reqwest v0.12.9
20772024-12-20T22:45:39.132Z Compiling ecdsa v0.16.9
20782024-12-20T22:45:39.449Z Compiling qorb v0.2.1
20792024-12-20T22:45:40.095Z Compiling rsa v0.9.6
20802024-12-20T22:45:40.293Z Compiling ed25519-dalek v2.1.1
20812024-12-20T22:45:40.883Z Compiling zip v0.6.6
20822024-12-20T22:45:41.668Z Compiling crossterm v0.28.1
20832024-12-20T22:45:41.956Z Compiling toml v0.7.8
20842024-12-20T22:45:42.253Z Compiling clap v4.5.21
20852024-12-20T22:45:45.591Z Compiling x509-cert v0.2.5
20862024-12-20T22:45:45.688Z Compiling hex v0.4.3
20872024-12-20T22:45:48.196Z Compiling peg-runtime v0.8.3
20882024-12-20T22:45:48.799Z Compiling lalrpop-util v0.19.12
20892024-12-20T22:45:50.209Z Compiling radium v0.7.0
20902024-12-20T22:45:51.628Z Compiling unicode-xid v0.2.6
20912024-12-20T22:45:51.843Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20922024-12-20T22:46:10.185Z Compiling tap v1.0.1
20932024-12-20T22:46:10.613Z Compiling ident_case v1.0.1
20942024-12-20T22:46:10.905Z Compiling maybe-uninit v2.0.0
20952024-12-20T22:46:15.765Z Compiling darling_core v0.20.10
20962024-12-20T22:46:17.896Z Compiling wyz v0.5.1
20972024-12-20T22:46:24.597Z Compiling typify v0.2.0
20982024-12-20T22:46:29.535Z Compiling packed_struct v0.10.1
20992024-12-20T22:46:29.923Z Compiling funty v2.0.0
21002024-12-20T22:46:30.020Z Compiling unsafe-libyaml v0.2.11
21012024-12-20T22:46:31.987Z Compiling serde_yaml v0.9.34+deprecated
21022024-12-20T22:46:32.067Z Compiling bitvec v1.0.1
21032024-12-20T22:46:36.284Z Compiling progenitor-impl v0.8.0
21042024-12-20T22:46:36.558Z Compiling darling_macro v0.20.10
21052024-12-20T22:46:38.737Z Compiling packed_struct_codegen v0.10.1
21062024-12-20T22:46:41.022Z Compiling structmeta-derive v0.3.0
21072024-12-20T22:46:41.474Z Compiling indexmap v1.9.3
21082024-12-20T22:46:42.556Z Compiling crc-catalog v2.4.0
21092024-12-20T22:46:42.739Z Compiling fastrand v2.1.1
21102024-12-20T22:46:43.155Z Compiling nodrop v0.1.14
21112024-12-20T22:46:43.499Z Compiling newtype-uuid v1.1.3
21122024-12-20T22:46:43.669Z Compiling progenitor-macro v0.8.0
21132024-12-20T22:46:43.895Z Compiling structmeta v0.3.0
21142024-12-20T22:46:43.940Z Compiling array-init v0.0.4
21152024-12-20T22:46:44.344Z Compiling tempfile v3.13.0
21162024-12-20T22:46:46.250Z Compiling crc v3.2.1
21172024-12-20T22:46:52.496Z Compiling smallvec v0.6.14
21182024-12-20T22:46:53.060Z Compiling darling v0.20.10
21192024-12-20T22:46:59.466Z Compiling progenitor-client v0.8.0
21202024-12-20T22:47:01.834Z Compiling pin-project-internal v1.1.6
21212024-12-20T22:47:01.882Z Compiling dropshot v0.13.0
21222024-12-20T22:47:03.529Z Compiling base64 v0.21.7
21232024-12-20T22:47:04.286Z Compiling bitfield v0.14.0
21242024-12-20T22:47:05.476Z Compiling hashbrown v0.12.3
21252024-12-20T22:47:05.503Z Compiling same-file v1.0.6
21262024-12-20T22:47:06.594Z Compiling termcolor v1.4.1
21272024-12-20T22:47:07.736Z Compiling env_logger v0.10.2
21282024-12-20T22:47:11.190Z Compiling walkdir v2.5.0
21292024-12-20T22:47:15.765Z Compiling pin-project v1.1.6
21302024-12-20T22:47:15.941Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21312024-12-20T22:47:16.979Z Compiling ron v0.8.1
21322024-12-20T22:47:24.478Z Compiling progenitor v0.8.0
21332024-12-20T22:47:24.803Z Compiling serde_with_macros v3.11.0
21342024-12-20T22:47:24.912Z Compiling serde-hex v0.1.0
21352024-12-20T22:47:26.118Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21362024-12-20T22:47:26.502Z Compiling parse-display-derive v0.10.0
21372024-12-20T22:47:29.519Z Compiling strum_macros v0.26.4
21382024-12-20T22:47:30.642Z Compiling snafu-derive v0.8.5
21392024-12-20T22:47:30.824Z Compiling hashbrown v0.13.2
21402024-12-20T22:47:31.626Z Compiling ipnetwork v0.20.0
21412024-12-20T22:47:32.417Z Compiling xattr v1.3.1
21422024-12-20T22:47:32.784Z Compiling dropshot_endpoint v0.13.0
21432024-12-20T22:47:34.137Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21442024-12-20T22:47:34.539Z Compiling blake3 v1.5.4
21452024-12-20T22:47:34.984Z Compiling ring v0.16.20
21462024-12-20T22:47:35.237Z Compiling filetime v0.2.25
21472024-12-20T22:47:35.530Z Compiling instant v0.1.13
21482024-12-20T22:47:35.630Z Compiling crc-any v2.5.0
21492024-12-20T22:47:35.724Z Compiling bumpalo v3.16.0
21502024-12-20T22:47:36.030Z Compiling buf-list v1.0.3
21512024-12-20T22:47:36.384Z Compiling simd-adler32 v0.3.7
21522024-12-20T22:47:36.568Z Compiling lockfree-object-pool v0.1.6
21532024-12-20T22:47:36.650Z Compiling zip v2.1.3
21542024-12-20T22:47:36.911Z Compiling zopfli v0.8.1
21552024-12-20T22:47:37.268Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21562024-12-20T22:47:37.441Z Compiling snafu v0.8.5
21572024-12-20T22:47:37.794Z Compiling backoff v0.4.0
21582024-12-20T22:47:38.211Z Compiling tar v0.4.42
21592024-12-20T22:47:39.562Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21602024-12-20T22:47:39.822Z Compiling strum v0.26.3
21612024-12-20T22:47:40.062Z Compiling object v0.30.4
21622024-12-20T22:47:41.528Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21632024-12-20T22:47:43.964Z Compiling parse-display v0.10.0
21642024-12-20T22:47:44.570Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21652024-12-20T22:47:45.239Z Compiling serde_with v3.11.0
21662024-12-20T22:47:45.521Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21672024-12-20T22:47:46.150Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21682024-12-20T22:47:47.321Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21692024-12-20T22:47:48.172Z Compiling camino-tempfile v1.1.1
21702024-12-20T22:47:49.120Z Compiling globset v0.4.15
21712024-12-20T22:47:50.099Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21722024-12-20T22:47:50.754Z Compiling regress v0.9.1
21732024-12-20T22:47:54.239Z Compiling pem v3.0.4
21742024-12-20T22:47:54.619Z Compiling olpc-cjson v0.1.4
21752024-12-20T22:47:54.937Z Compiling serde_plain v1.0.2
21762024-12-20T22:47:55.006Z Compiling macaddr v1.0.1
21772024-12-20T22:47:55.543Z Compiling async-recursion v1.1.1
21782024-12-20T22:47:55.722Z Compiling memmap2 v0.9.5
21792024-12-20T22:47:55.800Z Compiling arrayref v0.3.9
21802024-12-20T22:47:55.968Z Compiling spin v0.5.2
21812024-12-20T22:47:56.277Z Compiling path-slash v0.1.5
21822024-12-20T22:47:56.355Z Compiling constant_time_eq v0.3.1
21832024-12-20T22:47:56.571Z Compiling arrayvec v0.7.6
21842024-12-20T22:47:56.595Z Compiling typed-path v0.9.3
21852024-12-20T22:47:57.172Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21862024-12-20T22:47:58.901Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21872024-12-20T22:47:59.940Z Compiling tough v0.19.0
21882024-12-20T22:48:04.838Z Compiling itertools v0.13.0
21892024-12-20T22:48:05.428Z Compiling cargo-platform v0.1.8
21902024-12-20T22:48:05.867Z Compiling parse-size v1.1.0
21912024-12-20T22:48:06.230Z Compiling topological-sort v0.2.2
21922024-12-20T22:48:06.564Z Compiling omicron-zone-package v0.11.1
21932024-12-20T22:48:06.618Z Compiling cargo_metadata v0.18.1
21942024-12-20T22:48:06.850Z Compiling shell-words v1.1.0
21952024-12-20T22:48:14.345Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21962024-12-20T22:48:28.451Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21972024-12-20T22:48:45.207Z Finished `release` profile [optimized] target(s) in 6m 30s
21982024-12-20T22:48:45.397Z Running `target/release/omicron-releng --output-dir /work`
21992024-12-20T22:48:45.460ZDec 20 22:48:43.946 DEBG changing working directory to /work/oxidecomputer/omicron
22002024-12-20T22:48:45.580ZDec 20 22:48:44.066 DEBG running: git rev-parse HEAD
22012024-12-20T22:48:45.588ZDec 20 22:48:44.075 DEBG process exited with exit status: 0 (8.149944ms)
22022024-12-20T22:48:45.588ZDec 20 22:48:44.075 INFO version: 12.0.0-0.ci+git50917c7c011
22032024-12-20T22:48:45.630ZDec 20 22:48:44.117 INFO cloning helios to /work/oxidecomputer/helios
22042024-12-20T22:48:45.630ZDec 20 22:48:44.117 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22052024-12-20T22:48:45.637ZCloning into '/work/oxidecomputer/helios'...
22062024-12-20T22:48:46.160ZDec 20 22:48:44.646 DEBG process exited with exit status: 0 (529.535725ms)
22072024-12-20T22:48:46.160ZDec 20 22:48:44.647 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22082024-12-20T22:48:46.170Z# branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067
22092024-12-20T22:48:46.170Z# branch.head master
22102024-12-20T22:48:46.170Z# branch.upstream origin/master
22112024-12-20T22:48:46.170Z# branch.ab +0 -0
22122024-12-20T22:48:46.172ZDec 20 22:48:44.657 DEBG process exited with exit status: 0 (10.529778ms)
22132024-12-20T22:48:46.172ZDec 20 22:48:44.657 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22142024-12-20T22:48:47.265ZDec 20 22:48:45.751 DEBG process exited with exit status: 0 (1.093672176s)
22152024-12-20T22:48:47.265ZDec 20 22:48:45.751 DEBG running: zfs list rpool/images/build/host
22162024-12-20T22:48:47.273ZNAME USED AVAIL REFER MOUNTPOINT
22172024-12-20T22:48:47.273Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22182024-12-20T22:48:47.276ZDec 20 22:48:45.760 DEBG process exited with exit status: 0 (9.338797ms)
22192024-12-20T22:48:47.276ZDec 20 22:48:45.760 DEBG running: zfs list rpool/images/build/recovery
22202024-12-20T22:48:47.282ZNAME USED AVAIL REFER MOUNTPOINT
22212024-12-20T22:48:47.282Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22222024-12-20T22:48:47.285ZDec 20 22:48:45.770 DEBG process exited with exit status: 0 (9.162067ms)
22232024-12-20T22:48:47.285ZDec 20 22:48:45.771 INFO [hubris-staging] running task
22242024-12-20T22:48:47.285ZDec 20 22:48:45.771 INFO [hubris-production] running task
22252024-12-20T22:48:47.287ZDec 20 22:48:45.771 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
22262024-12-20T22:48:47.291ZDec 20 22:48:45.776 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22272024-12-20T22:48:47.372Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22282024-12-20T22:48:47.850Z[ omicron-package] Blocking waiting for file lock on package cache
22292024-12-20T22:48:48.488Z[ omicron-package] Blocking waiting for file lock on package cache
22302024-12-20T22:48:48.822Z[ omicron-package] Blocking waiting for file lock on package cache
22312024-12-20T22:48:49.164ZDec 20 22:48:47.650 INFO [hubris-production] task succeeded (1.878817022s)
22322024-12-20T22:48:49.803Z[ omicron-package] Compiling zerocopy v0.8.10
22332024-12-20T22:48:49.809Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22342024-12-20T22:48:49.810Z[ omicron-package] Compiling itertools v0.13.0
22352024-12-20T22:48:49.810Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22362024-12-20T22:48:49.810Z[ omicron-package] Compiling heapless v0.8.0
22372024-12-20T22:48:49.810Z[ omicron-package] Compiling hash32 v0.3.1
22382024-12-20T22:48:49.810Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22392024-12-20T22:48:49.810Z[ omicron-package] Compiling smoltcp v0.11.0
22402024-12-20T22:48:51.119Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22412024-12-20T22:48:51.528Z[ omicron-package] Compiling num_enum_derive v0.5.11
22422024-12-20T22:48:51.604Z[ omicron-package] Compiling cobs v0.2.3
22432024-12-20T22:48:52.036Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22442024-12-20T22:48:52.494Z[ omicron-package] Compiling postcard v1.0.10
22452024-12-20T22:48:52.592Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22462024-12-20T22:48:52.798Z[ omicron-package] Compiling proc-macro-error v1.0.4
22472024-12-20T22:48:52.903Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22482024-12-20T22:48:53.374Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22492024-12-20T22:48:53.503Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22502024-12-20T22:48:54.947Z[ omicron-package] Compiling tabwriter v1.4.0
22512024-12-20T22:48:55.456Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22522024-12-20T22:48:55.705Z[ omicron-package] Compiling foreign-types v0.5.0
22532024-12-20T22:48:56.034Z[ omicron-package] Compiling num_enum v0.5.11
22542024-12-20T22:48:56.225Z[ omicron-package] Compiling cstr-argument v0.1.2
22552024-12-20T22:48:56.420Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22562024-12-20T22:48:56.674Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22572024-12-20T22:48:56.794Z[ omicron-package] Compiling pretty-hex v0.2.1
22582024-12-20T22:48:57.144Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22592024-12-20T22:48:57.365Z[ omicron-package] Compiling thiserror v2.0.3
22602024-12-20T22:48:57.492Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22612024-12-20T22:48:57.495Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22622024-12-20T22:48:57.779Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22632024-12-20T22:48:57.881Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22642024-12-20T22:48:58.446Z[ omicron-package] Compiling colored v2.1.0
22652024-12-20T22:48:58.846Z[ omicron-package] Compiling thiserror-impl v2.0.3
22662024-12-20T22:48:59.661Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22672024-12-20T22:48:59.901Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22682024-12-20T22:49:00.881Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22692024-12-20T22:49:01.052Z[ omicron-package] Compiling sigpipe v0.1.3
22702024-12-20T22:49:01.411Z[ omicron-package] Compiling num-derive v0.4.2
22712024-12-20T22:49:02.310Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22722024-12-20T22:49:02.858Z[ omicron-package] Compiling libefi-sys v0.1.0
22732024-12-20T22:49:03.417Z[ omicron-package] Compiling zone v0.3.0
22742024-12-20T22:49:04.090Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22752024-12-20T22:49:04.412Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22762024-12-20T22:49:04.623ZDec 20 22:49:03.106 INFO [hubris-staging] task succeeded (17.335695736s)
22772024-12-20T22:49:05.462Z[ omicron-package] Compiling smf v0.2.3
22782024-12-20T22:49:06.103Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22792024-12-20T22:49:06.445Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22802024-12-20T22:49:06.937Z[ omicron-package] Compiling bitfield-struct v0.6.2
22812024-12-20T22:49:09.323Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22822024-12-20T22:49:09.572Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22832024-12-20T22:49:09.903Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22842024-12-20T22:49:10.003Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22852024-12-20T22:49:10.206Z[ omicron-package] Compiling gethostname v0.5.0
22862024-12-20T22:49:10.399Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22872024-12-20T22:49:10.556Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22882024-12-20T22:49:11.644Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22892024-12-20T22:49:13.988Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22902024-12-20T22:49:15.542Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22912024-12-20T22:49:17.185Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22922024-12-20T22:49:20.694Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22932024-12-20T22:49:21.312Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22942024-12-20T22:49:23.284Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22952024-12-20T22:49:33.911Z[ helios-setup] Dec 20 22:49:32.389 INFO helios repository root is: /work/oxidecomputer/helios
22962024-12-20T22:49:33.913Z[ helios-setup] Dec 20 22:49:32.391 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
22972024-12-20T22:49:33.913Z[ helios-setup] Dec 20 22:49:32.391 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22982024-12-20T22:49:33.918Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22992024-12-20T22:49:34.718Z[ helios-setup] Dec 20 22:49:33.197 INFO clone ok!, project: pinprick
23002024-12-20T22:49:34.723Z[ helios-setup] Dec 20 22:49:33.197 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
23012024-12-20T22:49:34.723Z[ helios-setup] Dec 20 22:49:33.197 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23022024-12-20T22:49:34.726Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23032024-12-20T22:49:35.809Z[ helios-setup] Dec 20 22:49:34.288 INFO clone ok!, project: chelsio-t6-roms
23042024-12-20T22:49:35.812Z[ helios-setup] Dec 20 22:49:34.288 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
23052024-12-20T22:49:35.812Z[ helios-setup] Dec 20 22:49:34.288 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23062024-12-20T22:49:35.816Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23072024-12-20T22:49:36.841Z[ helios-setup] Dec 20 22:49:35.318 INFO clone ok!, project: pilot
23082024-12-20T22:49:36.844Z[ helios-setup] Dec 20 22:49:35.319 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
23092024-12-20T22:49:36.844Z[ helios-setup] Dec 20 22:49:35.319 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23102024-12-20T22:49:36.853Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23112024-12-20T22:49:43.462Z[ helios-setup] Dec 20 22:49:41.939 INFO clone ok!, project: amd-firmware
23122024-12-20T22:49:43.464Z[ helios-setup] Dec 20 22:49:41.939 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23132024-12-20T22:49:43.464Z[ helios-setup] Dec 20 22:49:41.940 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
23142024-12-20T22:49:43.464Z[ helios-setup] Dec 20 22:49:41.940 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23152024-12-20T22:49:43.468Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23162024-12-20T22:49:44.002Z[ helios-setup] Dec 20 22:49:42.479 INFO clone ok!, project: image-builder
23172024-12-20T22:49:44.005Z[ helios-setup] Dec 20 22:49:42.480 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23182024-12-20T22:49:44.005Z[ helios-setup] Dec 20 22:49:42.480 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
23192024-12-20T22:49:44.005Z[ helios-setup] Dec 20 22:49:42.480 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23202024-12-20T22:49:44.008Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23212024-12-20T22:49:44.309Z[ omicron-package] Finished `release` profile [optimized] target(s) in 57.00s
23222024-12-20T22:49:44.554Z[ helios-setup] Dec 20 22:49:43.031 INFO clone ok!, project: bootserver
23232024-12-20T22:49:44.557Z[ helios-setup] Dec 20 22:49:43.032 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
23242024-12-20T22:49:44.557Z[ helios-setup] Dec 20 22:49:43.032 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23252024-12-20T22:49:44.559Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23262024-12-20T22:49:44.603Z[ omicron-package]
23272024-12-20T22:49:44.603Z[ omicron-package] real 57.249234191
23282024-12-20T22:49:44.604Z[ omicron-package] user 3:16.926009697
23292024-12-20T22:49:44.604Z[ omicron-package] sys 28.609986553
23302024-12-20T22:49:44.606Z[ omicron-package] trap 0.333429559
23312024-12-20T22:49:44.606Z[ omicron-package] tflt 0.532836445
23322024-12-20T22:49:44.606Z[ omicron-package] dflt 0.745814394
23332024-12-20T22:49:44.606Z[ omicron-package] kflt 0.000000000
23342024-12-20T22:49:44.606Z[ omicron-package] lock 6:41.239504927
23352024-12-20T22:49:44.606Z[ omicron-package] slp 11:28.373750169
23362024-12-20T22:49:44.606Z[ omicron-package] lat 1:48.085989297
23372024-12-20T22:49:44.606Z[ omicron-package] stop 59.601717225
23382024-12-20T22:49:44.606ZDec 20 22:49:43.082 INFO [omicron-package] process exited with exit status: 0 (57.310118846s)
23392024-12-20T22:49:44.606ZDec 20 22:49:43.082 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled
23402024-12-20T22:49:44.680ZDec 20 22:49:43.157 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23412024-12-20T22:49:44.694Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23422024-12-20T22:49:44.697Z[ host-target] Created new build target 'host' and set it as active
23432024-12-20T22:49:44.699ZDec 20 22:49:43.175 INFO [host-target] process exited with exit status: 0 (92.754888ms)
23442024-12-20T22:49:44.699ZDec 20 22:49:43.175 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23452024-12-20T22:49:44.707Z[ recovery-target] Created new build target 'recovery' and set it as active
23462024-12-20T22:49:44.707Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23472024-12-20T22:49:44.712ZDec 20 22:49:43.189 INFO [recovery-target] process exited with exit status: 0 (31.654507ms)
23482024-12-20T22:49:44.722Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23492024-12-20T22:49:45.129Z[ helios-setup] Dec 20 22:49:43.605 INFO clone ok!, project: phbl
23502024-12-20T22:49:45.131Z[ helios-setup] Dec 20 22:49:43.606 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23512024-12-20T22:49:45.131Z[ helios-setup] Dec 20 22:49:43.606 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
23522024-12-20T22:49:45.132Z[ helios-setup] Dec 20 22:49:43.606 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
23532024-12-20T22:49:45.134Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23542024-12-20T22:49:46.088Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23552024-12-20T22:49:46.139Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23562024-12-20T22:49:46.250Z[ host-package] Compiling convert_case v0.4.0
23572024-12-20T22:49:46.286Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23582024-12-20T22:49:46.286Z[ host-package] Compiling newline-converter v0.3.0
23592024-12-20T22:49:46.286Z[ host-package] Compiling password-hash v0.5.0
23602024-12-20T22:49:46.286Z[ host-package] Compiling progenitor-client v0.8.0
23612024-12-20T22:49:46.286Z[ host-package] Compiling blake2 v0.10.6
23622024-12-20T22:49:46.287Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23632024-12-20T22:49:46.287Z[ host-package] Compiling atomicwrites v0.4.4
23642024-12-20T22:49:46.578Z[ host-package] Compiling expectorate v1.1.0
23652024-12-20T22:49:46.600Z[ host-package] Compiling owo-colors v4.1.0
23662024-12-20T22:49:46.831Z[ host-package] Compiling cancel-safe-futures v0.1.5
23672024-12-20T22:49:46.964Z[ host-package] Compiling argon2 v0.5.3
23682024-12-20T22:49:47.017Z[ host-package] Compiling progenitor v0.8.0
23692024-12-20T22:49:47.086Z[ host-package] Compiling num-rational v0.4.2
23702024-12-20T22:49:47.203Z[ host-package] Compiling derive_more v0.99.18
23712024-12-20T22:49:47.292Z[ host-package] Compiling num-complex v0.4.6
23722024-12-20T22:49:47.717Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23732024-12-20T22:49:48.176Z[ host-package] Compiling libsw v3.3.1
23742024-12-20T22:49:48.412Z[ host-package] Compiling float-ord v0.3.2
23752024-12-20T22:49:48.591Z[ host-package] Compiling num v0.4.3
23762024-12-20T22:49:48.651Z[ host-package] Compiling indent_write v2.2.0
23772024-12-20T22:49:48.747Z[ host-package] Compiling linear-map v1.2.0
23782024-12-20T22:49:48.862Z[ host-package] Compiling swrite v0.1.0
23792024-12-20T22:49:48.888Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23802024-12-20T22:49:48.944Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23812024-12-20T22:49:49.018Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23822024-12-20T22:49:49.323Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23832024-12-20T22:49:49.676Z[ host-package] Compiling highway v1.2.0
23842024-12-20T22:49:49.934Z[ host-package] Compiling semver v0.1.20
23852024-12-20T22:49:50.622Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23862024-12-20T22:49:50.877Z[ host-package] Compiling rustc_version v0.1.7
23872024-12-20T22:49:51.353Z[ host-package] Compiling newtype_derive v0.1.6
23882024-12-20T22:49:51.439Z[ host-package] Compiling newtype-uuid v1.1.3
23892024-12-20T22:49:51.818Z[ host-package] Compiling dropshot v0.13.0
23902024-12-20T22:49:51.880Z[ host-package] Compiling ipnetwork v0.20.0
23912024-12-20T22:49:51.926Z[ host-package] Compiling instant v0.1.13
23922024-12-20T22:49:52.116Z[ host-package] Compiling humantime v2.1.0
23932024-12-20T22:49:52.843Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23942024-12-20T22:49:53.181Z[ host-package] Compiling backoff v0.4.0
23952024-12-20T22:49:53.514Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23962024-12-20T22:49:53.588Z[ helios-setup] Dec 20 22:49:51.968 INFO clone ok!, project: amd-host-image-builder
23972024-12-20T22:49:53.588Z[ helios-setup] Dec 20 22:49:51.969 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23982024-12-20T22:49:54.020Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23992024-12-20T22:49:54.451Z[ helios-setup] Dec 20 22:49:52.926 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24002024-12-20T22:49:54.557Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24012024-12-20T22:49:55.131Z[ helios-setup] Dec 20 22:49:53.607 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24022024-12-20T22:49:55.134Z[ helios-setup] Dec 20 22:49:53.607 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24032024-12-20T22:49:55.417Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24042024-12-20T22:49:55.886Z[ helios-setup] Dec 20 22:49:54.361 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24052024-12-20T22:49:56.579Z[ helios-setup] Dec 20 22:49:55.054 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24062024-12-20T22:49:56.579Z[ helios-setup] Dec 20 22:49:55.054 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24072024-12-20T22:49:57.256Z[ helios-setup] Dec 20 22:49:55.731 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24082024-12-20T22:49:58.047Z[ helios-setup] Dec 20 22:49:56.522 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24092024-12-20T22:49:58.050Z[ helios-setup] Dec 20 22:49:56.523 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24102024-12-20T22:49:58.050Z[ helios-setup] Dec 20 22:49:56.523 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24112024-12-20T22:49:58.050Z[ helios-setup] Dec 20 22:49:56.523 INFO ok!
24122024-12-20T22:49:58.050Z[ helios-setup] Dec 20 22:49:56.523 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24132024-12-20T22:49:58.050Z[ helios-setup] Dec 20 22:49:56.523 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24142024-12-20T22:49:58.050Z[ helios-setup] Dec 20 22:49:56.523 INFO ok!
24152024-12-20T22:49:58.050Z[ helios-setup] Dec 20 22:49:56.523 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24162024-12-20T22:49:58.050Z[ helios-setup] Dec 20 22:49:56.523 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24172024-12-20T22:49:58.050Z[ helios-setup] Dec 20 22:49:56.523 INFO ok!
24182024-12-20T22:49:58.050Z[ helios-setup] Dec 20 22:49:56.523 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24192024-12-20T22:49:58.050Z[ helios-setup] Dec 20 22:49:56.523 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
24202024-12-20T22:49:58.439Z[ helios-setup] Dec 20 22:49:56.914 INFO E| Downloading crates ...
24212024-12-20T22:49:58.629Z[ helios-setup] Dec 20 22:49:57.104 INFO E| Downloaded miniz_oxide v0.7.2
24222024-12-20T22:49:58.696Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24232024-12-20T22:49:58.699Z[ helios-setup] Dec 20 22:49:57.174 INFO E| Compiling adler v1.0.2
24242024-12-20T22:49:58.895Z[ helios-setup] Dec 20 22:49:57.370 INFO E| Compiling miniz_oxide v0.7.2
24252024-12-20T22:50:00.396Z[ host-package] Compiling parse-display v0.10.0
24262024-12-20T22:50:00.719Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24272024-12-20T22:50:01.121Z[ host-package] Compiling strum v0.26.3
24282024-12-20T22:50:01.278Z[ host-package] Compiling serde_with v3.11.0
24292024-12-20T22:50:01.430Z[ host-package] Compiling regress v0.9.1
24302024-12-20T22:50:01.763Z[ helios-setup] Dec 20 22:50:00.237 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24312024-12-20T22:50:02.943Z[ helios-setup] Dec 20 22:50:01.417 INFO E| Finished `release` profile [optimized] target(s) in 4.80s
24322024-12-20T22:50:02.956Z[ helios-setup] Dec 20 22:50:01.430 INFO building project "pinprick" ok (4 seconds)
24332024-12-20T22:50:02.956Z[ helios-setup] Dec 20 22:50:01.430 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
24342024-12-20T22:50:02.958Z[ helios-setup] Dec 20 22:50:01.430 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
24352024-12-20T22:50:03.390Z[ helios-setup] Dec 20 22:50:01.864 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
24362024-12-20T22:50:03.988Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24372024-12-20T22:50:04.591Z[ helios-setup] Dec 20 22:50:03.065 INFO E| From https://github.com/oxidecomputer/progenitor
24382024-12-20T22:50:04.591Z[ helios-setup] Dec 20 22:50:03.065 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
24392024-12-20T22:50:04.629Z[ helios-setup] Dec 20 22:50:03.103 INFO E| * [new tag] v0.1.1 -> v0.1.1
24402024-12-20T22:50:04.629Z[ helios-setup] Dec 20 22:50:03.103 INFO E| * [new tag] v0.2.0 -> v0.2.0
24412024-12-20T22:50:04.760Z[ helios-setup] Dec 20 22:50:03.234 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
24422024-12-20T22:50:05.466Z[ helios-setup] Dec 20 22:50:03.940 INFO E| From https://github.com/jclulow/hiercmd
24432024-12-20T22:50:05.467Z[ helios-setup] Dec 20 22:50:03.940 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24442024-12-20T22:50:05.489Z[ helios-setup] Dec 20 22:50:03.963 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24452024-12-20T22:50:06.067Z[ helios-setup] Dec 20 22:50:04.541 INFO E| From https://github.com/jclulow/network-interface
24462024-12-20T22:50:06.068Z[ helios-setup] Dec 20 22:50:04.541 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24472024-12-20T22:50:06.090Z[ helios-setup] Dec 20 22:50:04.563 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24482024-12-20T22:50:06.295Z[ host-package] Compiling macaddr v1.0.1
24492024-12-20T22:50:06.586Z[ helios-setup] Dec 20 22:50:05.060 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24502024-12-20T22:50:06.586Z[ helios-setup] Dec 20 22:50:05.060 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24512024-12-20T22:50:06.626Z[ helios-setup] Dec 20 22:50:05.100 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24522024-12-20T22:50:06.818Z[ host-package] Compiling slog-dtrace v0.3.0
24532024-12-20T22:50:06.842Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24542024-12-20T22:50:07.288Z[ host-package] Compiling steno v0.4.1
24552024-12-20T22:50:07.409Z[ helios-setup] Dec 20 22:50:05.882 INFO E| From https://github.com/oxidecomputer/facade
24562024-12-20T22:50:07.409Z[ helios-setup] Dec 20 22:50:05.882 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24572024-12-20T22:50:07.452Z[ helios-setup] Dec 20 22:50:05.926 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
24582024-12-20T22:50:07.691Z[ host-package] Compiling prettyplease v0.2.25
24592024-12-20T22:50:08.517Z[ helios-setup] Dec 20 22:50:06.990 INFO E| From https://github.com/oxidecomputer/dropshot
24602024-12-20T22:50:08.517Z[ helios-setup] Dec 20 22:50:06.990 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
24612024-12-20T22:50:08.561Z[ helios-setup] Dec 20 22:50:07.034 INFO E| * [new tag] v0.3.0 -> v0.3.0
24622024-12-20T22:50:08.561Z[ helios-setup] Dec 20 22:50:07.034 INFO E| * [new tag] v0.4.0 -> v0.4.0
24632024-12-20T22:50:08.563Z[ helios-setup] Dec 20 22:50:07.034 INFO E| * [new tag] v0.5.0 -> v0.5.0
24642024-12-20T22:50:08.563Z[ helios-setup] Dec 20 22:50:07.034 INFO E| * [new tag] v0.5.1 -> v0.5.1
24652024-12-20T22:50:08.563Z[ helios-setup] Dec 20 22:50:07.034 INFO E| * [new tag] v0.6.0 -> v0.6.0
24662024-12-20T22:50:08.563Z[ helios-setup] Dec 20 22:50:07.035 INFO E| * [new tag] v0.7.0 -> v0.7.0
24672024-12-20T22:50:08.564Z[ helios-setup] Dec 20 22:50:07.035 INFO E| * [new tag] v0.8.0 -> v0.8.0
24682024-12-20T22:50:08.564Z[ helios-setup] Dec 20 22:50:07.035 INFO E| * [new tag] v0.9.0 -> v0.9.0
24692024-12-20T22:50:08.615Z[ helios-setup] Dec 20 22:50:07.088 INFO E| Updating crates.io index
24702024-12-20T22:50:08.723Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24712024-12-20T22:50:08.830Z[ helios-setup] Dec 20 22:50:07.303 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
24722024-12-20T22:50:09.487Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24732024-12-20T22:50:09.612Z[ helios-setup] Dec 20 22:50:08.085 INFO E| From https://github.com/oxidecomputer/typify
24742024-12-20T22:50:09.612Z[ helios-setup] Dec 20 22:50:08.085 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
24752024-12-20T22:50:09.650Z[ helios-setup] Dec 20 22:50:08.123 INFO E| * [new tag] v0.0.10 -> v0.0.10
24762024-12-20T22:50:09.651Z[ helios-setup] Dec 20 22:50:08.124 INFO E| * [new tag] v0.0.11 -> v0.0.11
24772024-12-20T22:50:09.653Z[ helios-setup] Dec 20 22:50:08.124 INFO E| * [new tag] v0.0.4 -> v0.0.4
24782024-12-20T22:50:09.653Z[ helios-setup] Dec 20 22:50:08.124 INFO E| * [new tag] v0.0.5 -> v0.0.5
24792024-12-20T22:50:09.653Z[ helios-setup] Dec 20 22:50:08.124 INFO E| * [new tag] v0.0.7 -> v0.0.7
24802024-12-20T22:50:09.653Z[ helios-setup] Dec 20 22:50:08.124 INFO E| * [new tag] v0.0.8 -> v0.0.8
24812024-12-20T22:50:09.653Z[ helios-setup] Dec 20 22:50:08.124 INFO E| * [new tag] v0.0.9 -> v0.0.9
24822024-12-20T22:50:10.013Z[ helios-setup] Dec 20 22:50:08.486 INFO E| Downloading crates ...
24832024-12-20T22:50:10.016Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24842024-12-20T22:50:10.154Z[ helios-setup] Dec 20 22:50:08.626 INFO E| Downloaded const-random v0.1.15
24852024-12-20T22:50:10.157Z[ helios-setup] Dec 20 22:50:08.629 INFO E| Downloaded concolor-override v1.0.0
24862024-12-20T22:50:10.187Z[ helios-setup] Dec 20 22:50:08.660 INFO E| Downloaded const-random-macro v0.1.15
24872024-12-20T22:50:10.219Z[ helios-setup] Dec 20 22:50:08.692 INFO E| Downloaded serde_spanned v0.6.1
24882024-12-20T22:50:10.222Z[ helios-setup] Dec 20 22:50:08.695 INFO E| Downloaded anyhow v1.0.68
24892024-12-20T22:50:10.230Z[ helios-setup] Dec 20 22:50:08.703 INFO E| Downloaded tower-service v0.3.2
24902024-12-20T22:50:10.235Z[ helios-setup] Dec 20 22:50:08.705 INFO E| Downloaded serde_derive_internals v0.26.0
24912024-12-20T22:50:10.238Z[ helios-setup] Dec 20 22:50:08.709 INFO E| Downloaded byteorder v1.4.3
24922024-12-20T22:50:10.241Z[ helios-setup] Dec 20 22:50:08.713 INFO E| Downloaded want v0.3.0
24932024-12-20T22:50:10.243Z[ helios-setup] Dec 20 22:50:08.715 INFO E| Downloaded try-lock v0.2.4
24942024-12-20T22:50:10.246Z[ helios-setup] Dec 20 22:50:08.718 INFO E| Downloaded crossbeam-deque v0.8.2
24952024-12-20T22:50:10.249Z[ helios-setup] Dec 20 22:50:08.722 INFO E| Downloaded toolchain_find v0.2.0
24962024-12-20T22:50:10.252Z[ helios-setup] Dec 20 22:50:08.725 INFO E| Downloaded paste v1.0.12
24972024-12-20T22:50:10.259Z[ helios-setup] Dec 20 22:50:08.732 INFO E| Downloaded percent-encoding v2.2.0
24982024-12-20T22:50:10.262Z[ helios-setup] Dec 20 22:50:08.733 INFO E| Downloaded generic-array v0.14.6
24992024-12-20T22:50:10.264Z[ helios-setup] Dec 20 22:50:08.737 INFO E| Downloaded home v0.5.4
25002024-12-20T22:50:10.267Z[ helios-setup] Dec 20 22:50:08.740 INFO E| Downloaded num_cpus v1.15.0
25012024-12-20T22:50:10.273Z[ helios-setup] Dec 20 22:50:08.746 INFO E| Downloaded semver v0.11.0
25022024-12-20T22:50:10.278Z[ helios-setup] Dec 20 22:50:08.751 INFO E| Downloaded serde_path_to_error v0.1.11
25032024-12-20T22:50:10.282Z[ helios-setup] Dec 20 22:50:08.755 INFO E| Downloaded scopeguard v1.1.0
25042024-12-20T22:50:10.285Z[ helios-setup] Dec 20 22:50:08.759 INFO E| Downloaded proc-macro-crate v1.2.1
25052024-12-20T22:50:10.288Z[ helios-setup] Dec 20 22:50:08.761 INFO E| Downloaded toml_datetime v0.6.1
25062024-12-20T22:50:10.291Z[ helios-setup] Dec 20 22:50:08.764 INFO E| Downloaded terminal_size v0.2.6
25072024-12-20T22:50:10.295Z[ helios-setup] Dec 20 22:50:08.768 INFO E| Downloaded slog-bunyan v2.4.0
25082024-12-20T22:50:10.298Z[ helios-setup] Dec 20 22:50:08.770 INFO E| Downloaded slog-async v2.7.0
25092024-12-20T22:50:10.302Z[ helios-setup] Dec 20 22:50:08.774 INFO E| Downloaded sha1 v0.10.5
25102024-12-20T22:50:10.306Z[ helios-setup] Dec 20 22:50:08.778 INFO E| Downloaded futures-executor v0.3.28
25112024-12-20T22:50:10.314Z[ helios-setup] Dec 20 22:50:08.781 INFO E| Downloaded utf8parse v0.2.1
25122024-12-20T22:50:10.314Z[ helios-setup] Dec 20 22:50:08.784 INFO E| Downloaded rustfmt-wrapper v0.2.0
25132024-12-20T22:50:10.317Z[ helios-setup] Dec 20 22:50:08.788 INFO E| Downloaded strsim v0.10.0
25142024-12-20T22:50:10.319Z[ helios-setup] Dec 20 22:50:08.790 INFO E| Downloaded sct v0.7.0
25152024-12-20T22:50:10.324Z[ helios-setup] Dec 20 22:50:08.797 INFO E| Downloaded unicode-width v0.1.10
25162024-12-20T22:50:10.326Z[ helios-setup] Dec 20 22:50:08.799 INFO E| Downloaded walkdir v2.3.3
25172024-12-20T22:50:10.332Z[ helios-setup] Dec 20 22:50:08.805 INFO E| Downloaded tokio-macros v2.0.0
25182024-12-20T22:50:10.334Z[ helios-setup] Dec 20 22:50:08.807 INFO E| Downloaded thiserror-impl v1.0.38
25192024-12-20T22:50:10.337Z[ helios-setup] Dec 20 22:50:08.810 INFO E| Downloaded semver v1.0.17
25202024-12-20T22:50:10.342Z[ helios-setup] Dec 20 22:50:08.815 INFO E| Downloaded pin-project-lite v0.2.9
25212024-12-20T22:50:10.352Z[ helios-setup] Dec 20 22:50:08.825 INFO E| Downloaded rustls-pemfile v1.0.2
25222024-12-20T22:50:10.357Z[ helios-setup] Dec 20 22:50:08.830 INFO E| Downloaded pkg-config v0.3.26
25232024-12-20T22:50:10.360Z[ helios-setup] Dec 20 22:50:08.833 INFO E| Downloaded schemars_derive v0.8.12
25242024-12-20T22:50:10.363Z[ helios-setup] Dec 20 22:50:08.836 INFO E| Downloaded tempfile v3.5.0
25252024-12-20T22:50:10.369Z[ helios-setup] Dec 20 22:50:08.842 INFO E| Downloaded smartstring v1.0.1
25262024-12-20T22:50:10.374Z[ helios-setup] Dec 20 22:50:08.847 INFO E| Downloaded miniz_oxide v0.6.2
25272024-12-20T22:50:10.380Z[ helios-setup] Dec 20 22:50:08.853 INFO E| Downloaded proc-macro2 v1.0.86
25282024-12-20T22:50:10.387Z[ helios-setup] Dec 20 22:50:08.860 INFO E| Downloaded textwrap v0.16.0
25292024-12-20T22:50:10.392Z[ helios-setup] Dec 20 22:50:08.865 INFO E| Downloaded rhai_codegen v1.5.0
25302024-12-20T22:50:10.411Z[ helios-setup] Dec 20 22:50:08.884 INFO E| Downloaded schemars v0.8.12
25312024-12-20T22:50:10.434Z[ helios-setup] Dec 20 22:50:08.907 INFO E| Downloaded unsafe-libyaml v0.2.8
25322024-12-20T22:50:10.439Z[ helios-setup] Dec 20 22:50:08.912 INFO E| Downloaded url v2.3.1
25332024-12-20T22:50:10.446Z[ helios-setup] Dec 20 22:50:08.919 INFO E| Downloaded rayon-core v1.10.2
25342024-12-20T22:50:10.454Z[ helios-setup] Dec 20 22:50:08.927 INFO E| Downloaded unicode-ident v1.0.8
25352024-12-20T22:50:10.460Z[ helios-setup] Dec 20 22:50:08.932 INFO E| Downloaded tracing v0.1.37
25362024-12-20T22:50:10.468Z[ helios-setup] Dec 20 22:50:08.941 INFO E| Downloaded rustls-webpki v0.100.1
25372024-12-20T22:50:10.480Z[ helios-setup] Dec 20 22:50:08.953 INFO E| Downloaded toml_edit v0.19.8
25382024-12-20T22:50:10.510Z[ helios-setup] Dec 20 22:50:08.982 INFO E| Downloaded unicode-normalization v0.1.22
25392024-12-20T22:50:10.517Z[ helios-setup] Dec 20 22:50:08.990 INFO E| Downloaded winnow v0.4.1
25402024-12-20T22:50:10.532Z[ helios-setup] Dec 20 22:50:09.005 INFO E| Downloaded serde_json v1.0.95
25412024-12-20T22:50:10.545Z[ helios-setup] Dec 20 22:50:09.018 INFO E| Downloaded futures-util v0.3.28
25422024-12-20T22:50:10.566Z[ helios-setup] Dec 20 22:50:09.039 INFO E| Downloaded rayon v1.6.1
25432024-12-20T22:50:10.580Z[ helios-setup] Dec 20 22:50:09.053 INFO E| Downloaded reqwest v0.11.16
25442024-12-20T22:50:10.595Z[ helios-setup] Dec 20 22:50:09.067 INFO E| Downloaded clap_builder v4.2.1
25452024-12-20T22:50:10.606Z[ helios-setup] Dec 20 22:50:09.079 INFO E| Downloaded chrono v0.4.24
25462024-12-20T22:50:10.618Z[ helios-setup] Dec 20 22:50:09.091 INFO E| Downloaded hyper v0.14.25
25472024-12-20T22:50:10.633Z[ helios-setup] Dec 20 22:50:09.106 INFO E| Downloaded regex v1.7.3
25482024-12-20T22:50:10.664Z[ helios-setup] Dec 20 22:50:09.136 INFO E| Downloaded syn v1.0.107
25492024-12-20T22:50:10.683Z[ helios-setup] Dec 20 22:50:09.155 INFO E| Downloaded syn v2.0.72
25502024-12-20T22:50:10.703Z[ helios-setup] Dec 20 22:50:09.176 INFO E| Downloaded rustix v0.37.3
25512024-12-20T22:50:10.738Z[ helios-setup] Dec 20 22:50:09.208 INFO E| Downloaded rhai v1.14.0
25522024-12-20T22:50:10.757Z[ helios-setup] Dec 20 22:50:09.229 INFO E| Downloaded rustls v0.21.0
25532024-12-20T22:50:10.776Z[ helios-setup] Dec 20 22:50:09.247 INFO E| Downloaded regress v0.5.0
25542024-12-20T22:50:10.813Z[ helios-setup] Dec 20 22:50:09.284 INFO E| Downloaded openapiv3 v1.0.2
25552024-12-20T22:50:10.832Z[ helios-setup] Dec 20 22:50:09.305 INFO E| Downloaded git2 v0.16.1
25562024-12-20T22:50:10.847Z[ helios-setup] Dec 20 22:50:09.319 INFO E| Downloaded h2 v0.3.16
25572024-12-20T22:50:10.858Z[ helios-setup] Dec 20 22:50:09.331 INFO E| Downloaded http v0.2.9
25582024-12-20T22:50:10.865Z[ helios-setup] Dec 20 22:50:09.338 INFO E| Downloaded aho-corasick v0.7.20
25592024-12-20T22:50:10.873Z[ helios-setup] Dec 20 22:50:09.346 INFO E| Downloaded tokio-util v0.7.7
25602024-12-20T22:50:10.884Z[ helios-setup] Dec 20 22:50:09.357 INFO E| Downloaded pest v2.5.7
25612024-12-20T22:50:10.895Z[ helios-setup] Dec 20 22:50:09.366 INFO E| Downloaded mio v0.8.5
25622024-12-20T22:50:10.904Z[ helios-setup] Dec 20 22:50:09.377 INFO E| Downloaded unicode-linebreak v0.1.4
25632024-12-20T22:50:10.908Z[ helios-setup] Dec 20 22:50:09.381 INFO E| Downloaded tracing-core v0.1.30
25642024-12-20T22:50:10.913Z[ helios-setup] Dec 20 22:50:09.386 INFO E| Downloaded serde_yaml v0.9.21
25652024-12-20T22:50:10.943Z[ helios-setup] Dec 20 22:50:09.416 INFO E| Downloaded crossbeam-channel v0.5.6
25662024-12-20T22:50:10.951Z[ helios-setup] Dec 20 22:50:09.424 INFO E| Downloaded serde v1.0.204
25672024-12-20T22:50:10.957Z[ helios-setup] Dec 20 22:50:09.430 INFO E| Downloaded socket2 v0.4.9
25682024-12-20T22:50:10.961Z[ helios-setup] Dec 20 22:50:09.434 INFO E| Downloaded unicode-bidi v0.3.13
25692024-12-20T22:50:10.966Z[ helios-setup] Dec 20 22:50:09.439 INFO E| Downloaded tungstenite v0.18.0
25702024-12-20T22:50:10.972Z[ helios-setup] Dec 20 22:50:09.445 INFO E| Downloaded toml v0.7.3
25712024-12-20T22:50:10.977Z[ helios-setup] Dec 20 22:50:09.450 INFO E| Downloaded tokio v1.27.0
25722024-12-20T22:50:11.033Z[ helios-setup] Dec 20 22:50:09.506 INFO E| Downloaded tokio-tungstenite v0.18.0
25732024-12-20T22:50:11.037Z[ helios-setup] Dec 20 22:50:09.510 INFO E| Downloaded tinyvec v1.6.0
25742024-12-20T22:50:11.045Z[ helios-setup] Dec 20 22:50:09.516 INFO E| Downloaded flate2 v1.0.25
25752024-12-20T22:50:11.051Z[ helios-setup] Dec 20 22:50:09.524 INFO E| Downloaded base64 v0.21.0
25762024-12-20T22:50:11.057Z[ helios-setup] Dec 20 22:50:09.530 INFO E| Downloaded ryu v1.0.13
25772024-12-20T22:50:11.062Z[ helios-setup] Dec 20 22:50:09.535 INFO E| Downloaded uuid v1.3.0
25782024-12-20T22:50:11.087Z[ helios-setup] Dec 20 22:50:09.560 INFO E| Downloaded libc v0.2.139
25792024-12-20T22:50:11.127Z[ helios-setup] Dec 20 22:50:09.600 INFO E| Downloaded ucd-trie v0.1.5
25802024-12-20T22:50:11.130Z[ helios-setup] Dec 20 22:50:09.603 INFO E| Downloaded typenum v1.16.0
25812024-12-20T22:50:11.134Z[ helios-setup] Dec 20 22:50:09.607 INFO E| Downloaded toml v0.5.11
25822024-12-20T22:50:11.139Z[ helios-setup] Dec 20 22:50:09.612 INFO E| Downloaded smallvec v1.10.0
25832024-12-20T22:50:11.142Z[ helios-setup] Dec 20 22:50:09.615 INFO E| Downloaded memchr v2.5.0
25842024-12-20T22:50:11.150Z[ helios-setup] Dec 20 22:50:09.623 INFO E| Downloaded crossbeam-epoch v0.9.13
25852024-12-20T22:50:11.155Z[ helios-setup] Dec 20 22:50:09.628 INFO E| Downloaded cc v1.0.78
25862024-12-20T22:50:11.160Z[ helios-setup] Dec 20 22:50:09.633 INFO E| Downloaded cargo-lock v8.0.3
25872024-12-20T22:50:11.165Z[ helios-setup] Dec 20 22:50:09.637 INFO E| Downloaded time v0.1.45
25882024-12-20T22:50:11.167Z[ helios-setup] Dec 20 22:50:09.640 INFO E| Downloaded serde_derive v1.0.204
25892024-12-20T22:50:11.172Z[ helios-setup] Dec 20 22:50:09.644 INFO E| Downloaded parking_lot v0.12.1
25902024-12-20T22:50:11.175Z[ helios-setup] Dec 20 22:50:09.648 INFO E| Downloaded num-traits v0.2.15
25912024-12-20T22:50:11.180Z[ helios-setup] Dec 20 22:50:09.653 INFO E| Downloaded crossbeam-utils v0.8.14
25922024-12-20T22:50:11.186Z[ helios-setup] Dec 20 22:50:09.659 INFO E| Downloaded bytes v1.4.0
25932024-12-20T22:50:11.192Z[ helios-setup] Dec 20 22:50:09.665 INFO E| Downloaded httparse v1.8.0
25942024-12-20T22:50:11.196Z[ helios-setup] Dec 20 22:50:09.669 INFO E| Downloaded futures v0.3.28
25952024-12-20T22:50:11.206Z[ helios-setup] Dec 20 22:50:09.677 INFO E| Downloaded clap v4.2.1
25962024-12-20T22:50:11.219Z[ helios-setup] Dec 20 22:50:09.691 INFO E| Downloaded tokio-rustls v0.24.0
25972024-12-20T22:50:11.223Z[ helios-setup] Dec 20 22:50:09.694 INFO E| Downloaded thiserror v1.0.38
25982024-12-20T22:50:11.229Z[ helios-setup] Dec 20 22:50:09.701 INFO E| Downloaded smawk v0.3.1
25992024-12-20T22:50:11.231Z[ helios-setup] Dec 20 22:50:09.704 INFO E| Downloaded parking_lot_core v0.9.6
26002024-12-20T22:50:11.234Z[ helios-setup] Dec 20 22:50:09.707 INFO E| Downloaded once_cell v1.17.0
26012024-12-20T22:50:11.238Z[ helios-setup] Dec 20 22:50:09.712 INFO E| Downloaded num_enum v0.5.7
26022024-12-20T22:50:11.255Z[ helios-setup] Dec 20 22:50:09.727 INFO E| Downloaded lock_api v0.4.9
26032024-12-20T22:50:11.257Z[ helios-setup] Dec 20 22:50:09.730 INFO E| Downloaded slab v0.4.7
26042024-12-20T22:50:11.262Z[ helios-setup] Dec 20 22:50:09.732 INFO E| Downloaded serde_tokenstream v0.2.0
26052024-12-20T22:50:11.265Z[ helios-setup] Dec 20 22:50:09.738 INFO E| Downloaded quote v1.0.36
26062024-12-20T22:50:11.270Z[ helios-setup] Dec 20 22:50:09.743 INFO E| Downloaded ipnet v2.7.2
26072024-12-20T22:50:11.272Z[ helios-setup] Dec 20 22:50:09.745 INFO E| Downloaded getrandom v0.2.8
26082024-12-20T22:50:11.277Z[ helios-setup] Dec 20 22:50:09.750 INFO E| Downloaded futures-channel v0.3.28
26092024-12-20T22:50:11.281Z[ helios-setup] Dec 20 22:50:09.754 INFO E| Downloaded sha2 v0.10.6
26102024-12-20T22:50:11.287Z[ helios-setup] Dec 20 22:50:09.760 INFO E| Downloaded log v0.4.17
26112024-12-20T22:50:11.291Z[ helios-setup] Dec 20 22:50:09.764 INFO E| Downloaded futures-io v0.3.28
26122024-12-20T22:50:11.293Z[ helios-setup] Dec 20 22:50:09.765 INFO E| Downloaded anstyle-parse v0.1.1
26132024-12-20T22:50:11.296Z[ helios-setup] Dec 20 22:50:09.768 INFO E| Downloaded io-lifetimes v1.0.10
26142024-12-20T22:50:11.301Z[ helios-setup] Dec 20 22:50:09.773 INFO E| Downloaded clap_derive v4.2.0
26152024-12-20T22:50:11.304Z[ helios-setup] Dec 20 22:50:09.776 INFO E| Downloaded signal-hook-registry v1.4.0
26162024-12-20T22:50:11.307Z[ helios-setup] Dec 20 22:50:09.778 INFO E| Downloaded futures-core v0.3.28
26172024-12-20T22:50:11.313Z[ helios-setup] Dec 20 22:50:09.782 INFO E| Downloaded digest v0.10.6
26182024-12-20T22:50:11.316Z[ helios-setup] Dec 20 22:50:09.785 INFO E| Downloaded ahash v0.7.6
26192024-12-20T22:50:11.319Z[ helios-setup] Dec 20 22:50:09.790 INFO E| Downloaded futures-sink v0.3.28
26202024-12-20T22:50:11.319Z[ helios-setup] Dec 20 22:50:09.791 INFO E| Downloaded async-trait v0.1.68
26212024-12-20T22:50:11.324Z[ helios-setup] Dec 20 22:50:09.797 INFO E| Downloaded num_enum_derive v0.5.7
26222024-12-20T22:50:11.327Z[ helios-setup] Dec 20 22:50:09.799 INFO E| Downloaded iana-time-zone v0.1.56
26232024-12-20T22:50:11.331Z[ helios-setup] Dec 20 22:50:09.802 INFO E| Downloaded httpdate v1.0.2
26242024-12-20T22:50:11.333Z[ helios-setup] Dec 20 22:50:09.804 INFO E| Downloaded camino v1.1.4
26252024-12-20T22:50:11.336Z[ helios-setup] Dec 20 22:50:09.808 INFO E| Downloaded block-buffer v0.10.3
26262024-12-20T22:50:11.338Z[ helios-setup] Dec 20 22:50:09.809 INFO E| Downloaded encoding_rs v0.8.32
26272024-12-20T22:50:11.374Z[ helios-setup] Dec 20 22:50:09.846 INFO E| Downloaded bincode v1.3.3
26282024-12-20T22:50:11.378Z[ helios-setup] Dec 20 22:50:09.850 INFO E| Downloaded num-integer v0.1.45
26292024-12-20T22:50:11.381Z[ helios-setup] Dec 20 22:50:09.853 INFO E| Downloaded lazy_static v1.4.0
26302024-12-20T22:50:11.384Z[ helios-setup] Dec 20 22:50:09.855 INFO E| Downloaded form_urlencoded v1.1.0
26312024-12-20T22:50:11.384Z[ helios-setup] Dec 20 22:50:09.857 INFO E| Downloaded semver-parser v0.10.2
26322024-12-20T22:50:11.387Z[ helios-setup] Dec 20 22:50:09.860 INFO E| Downloaded project-root v0.2.2
26332024-12-20T22:50:11.389Z[ helios-setup] Dec 20 22:50:09.861 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26342024-12-20T22:50:11.392Z[ helios-setup] Dec 20 22:50:09.864 INFO E| Downloaded ppv-lite86 v0.2.17
26352024-12-20T22:50:11.395Z[ helios-setup] Dec 20 22:50:09.866 INFO E| Downloaded memoffset v0.7.1
26362024-12-20T22:50:11.397Z[ helios-setup] Dec 20 22:50:09.868 INFO E| Downloaded is-terminal v0.4.7
26372024-12-20T22:50:11.397Z[ helios-setup] Dec 20 22:50:09.870 INFO E| Downloaded http-body v0.4.5
26382024-12-20T22:50:11.400Z[ helios-setup] Dec 20 22:50:09.873 INFO E| Downloaded futures-task v0.3.28
26392024-12-20T22:50:11.403Z[ helios-setup] Dec 20 22:50:09.876 INFO E| Downloaded either v1.8.0
26402024-12-20T22:50:11.405Z[ helios-setup] Dec 20 22:50:09.878 INFO E| Downloaded jobserver v0.1.26
26412024-12-20T22:50:11.408Z[ helios-setup] Dec 20 22:50:09.881 INFO E| Downloaded itoa v1.0.6
26422024-12-20T22:50:11.411Z[ helios-setup] Dec 20 22:50:09.883 INFO E| Downloaded futures-macro v0.3.28
26432024-12-20T22:50:11.414Z[ helios-setup] Dec 20 22:50:09.885 INFO E| Downloaded fastrand v1.9.0
26442024-12-20T22:50:11.414Z[ helios-setup] Dec 20 22:50:09.887 INFO E| Downloaded errno v0.3.1
26452024-12-20T22:50:11.417Z[ helios-setup] Dec 20 22:50:09.890 INFO E| Downloaded dyn-clone v1.0.11
26462024-12-20T22:50:11.421Z[ helios-setup] Dec 20 22:50:09.894 INFO E| Downloaded concolor-query v0.3.3
26472024-12-20T22:50:11.427Z[ helios-setup] Dec 20 22:50:09.896 INFO E| Downloaded built v0.6.0
26482024-12-20T22:50:11.427Z[ helios-setup] Dec 20 22:50:09.898 INFO E| Downloaded cpufeatures v0.2.5
26492024-12-20T22:50:11.430Z[ helios-setup] Dec 20 22:50:09.900 INFO E| Downloaded clap_lex v0.4.1
26502024-12-20T22:50:11.430Z[ helios-setup] Dec 20 22:50:09.902 INFO E| Downloaded async-stream v0.3.5
26512024-12-20T22:50:11.433Z[ helios-setup] Dec 20 22:50:09.906 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26522024-12-20T22:50:11.528Z[ helios-setup] Dec 20 22:50:10.000 INFO E| Downloaded autocfg v1.1.0
26532024-12-20T22:50:11.532Z[ helios-setup] Dec 20 22:50:10.002 INFO E| Downloaded anstyle v0.3.5
26542024-12-20T22:50:11.534Z[ helios-setup] Dec 20 22:50:10.005 INFO E| Downloaded anstream v0.2.6
26552024-12-20T22:50:11.537Z[ helios-setup] Dec 20 22:50:10.009 INFO E| Downloaded ahash v0.8.3
26562024-12-20T22:50:11.541Z[ helios-setup] Dec 20 22:50:10.013 INFO E| Downloaded async-stream-impl v0.3.5
26572024-12-20T22:50:11.586Z[ helios-setup] Dec 20 22:50:10.058 INFO E| Downloaded libz-sys v1.1.8
26582024-12-20T22:50:11.969Z[ helios-setup] Dec 20 22:50:10.441 INFO E| Compiling proc-macro2 v1.0.86
26592024-12-20T22:50:11.971Z[ helios-setup] Dec 20 22:50:10.441 INFO E| Compiling libc v0.2.139
26602024-12-20T22:50:11.971Z[ helios-setup] Dec 20 22:50:10.441 INFO E| Compiling unicode-ident v1.0.8
26612024-12-20T22:50:11.971Z[ helios-setup] Dec 20 22:50:10.442 INFO E| Compiling autocfg v1.1.0
26622024-12-20T22:50:11.971Z[ helios-setup] Dec 20 22:50:10.442 INFO E| Compiling cfg-if v1.0.0
26632024-12-20T22:50:11.972Z[ helios-setup] Dec 20 22:50:10.442 INFO E| Compiling version_check v0.9.4
26642024-12-20T22:50:11.972Z[ helios-setup] Dec 20 22:50:10.442 INFO E| Compiling serde v1.0.204
26652024-12-20T22:50:11.972Z[ helios-setup] Dec 20 22:50:10.442 INFO E| Compiling syn v1.0.107
26662024-12-20T22:50:13.291Z[ helios-setup] Dec 20 22:50:11.274 INFO E| Compiling memchr v2.5.0
26672024-12-20T22:50:13.576Z[ helios-setup] Dec 20 22:50:12.046 INFO E| Compiling once_cell v1.17.0
26682024-12-20T22:50:13.874Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26692024-12-20T22:50:14.008Z[ helios-setup] Dec 20 22:50:12.480 INFO E| Compiling log v0.4.17
26702024-12-20T22:50:14.375Z[ helios-setup] Dec 20 22:50:12.847 INFO E| Compiling thiserror v1.0.38
26712024-12-20T22:50:14.754Z[ host-package] Compiling half v2.4.1
26722024-12-20T22:50:14.871Z[ helios-setup] Dec 20 22:50:13.342 INFO E| Compiling serde_json v1.0.95
26732024-12-20T22:50:15.408Z[ helios-setup] Dec 20 22:50:13.880 INFO E| Compiling itoa v1.0.6
26742024-12-20T22:50:16.326Z[ helios-setup] Dec 20 22:50:14.798 INFO E| Compiling getrandom v0.2.8
26752024-12-20T22:50:16.471Z[ helios-setup] Dec 20 22:50:14.943 INFO E| Compiling jobserver v0.1.26
26762024-12-20T22:50:16.541Z[ host-package] Compiling ciborium-io v0.2.2
26772024-12-20T22:50:16.638Z[ helios-setup] Dec 20 22:50:15.110 INFO E| Compiling indexmap v1.9.3
26782024-12-20T22:50:16.979Z[ host-package] Compiling ciborium-ll v0.2.2
26792024-12-20T22:50:17.216Z[ helios-setup] Dec 20 22:50:15.688 INFO E| Compiling quote v1.0.36
26802024-12-20T22:50:17.308Z[ helios-setup] Dec 20 22:50:15.779 INFO E| Compiling cc v1.0.78
26812024-12-20T22:50:17.492Z[ helios-setup] Dec 20 22:50:15.964 INFO E| Compiling pin-project-lite v0.2.9
26822024-12-20T22:50:17.579Z[ helios-setup] Dec 20 22:50:16.051 INFO E| Compiling scopeguard v1.1.0
26832024-12-20T22:50:17.939Z[ helios-setup] Dec 20 22:50:16.411 INFO E| Compiling num-integer v0.1.45
26842024-12-20T22:50:18.015Z[ helios-setup] Dec 20 22:50:16.486 INFO E| Compiling futures-core v0.3.28
26852024-12-20T22:50:18.146Z[ host-package] Compiling tungstenite v0.21.0
26862024-12-20T22:50:18.172Z[ helios-setup] Dec 20 22:50:16.643 INFO E| Compiling syn v2.0.72
26872024-12-20T22:50:18.403Z[ helios-setup] Dec 20 22:50:16.875 INFO E| Compiling bytes v1.4.0
26882024-12-20T22:50:19.042Z[ helios-setup] Dec 20 22:50:17.513 INFO E| Compiling ryu v1.0.13
26892024-12-20T22:50:20.356Z[ helios-setup] Dec 20 22:50:18.826 INFO E| Compiling lock_api v0.4.9
26902024-12-20T22:50:20.803Z[ helios-setup] Dec 20 22:50:19.275 INFO E| Compiling bitflags v1.3.2
26912024-12-20T22:50:20.986Z[ helios-setup] Dec 20 22:50:19.457 INFO E| Compiling typenum v1.16.0
26922024-12-20T22:50:21.277Z[ helios-setup] Dec 20 22:50:19.749 INFO E| Compiling parking_lot_core v0.9.6
26932024-12-20T22:50:21.354Z[ helios-setup] Dec 20 22:50:19.826 INFO E| Compiling num_cpus v1.15.0
26942024-12-20T22:50:21.864Z[ helios-setup] Dec 20 22:50:20.335 INFO E| Compiling generic-array v0.14.6
26952024-12-20T22:50:21.964Z[ helios-setup] Dec 20 22:50:20.435 INFO E| Compiling slab v0.4.7
26962024-12-20T22:50:22.313Z[ helios-setup] Dec 20 22:50:20.784 INFO E| Compiling futures-task v0.3.28
26972024-12-20T22:50:22.704Z[ helios-setup] Dec 20 22:50:21.175 INFO E| Compiling futures-sink v0.3.28
26982024-12-20T22:50:23.021Z[ helios-setup] Dec 20 22:50:21.492 INFO E| Compiling futures-channel v0.3.28
26992024-12-20T22:50:23.414Z[ helios-setup] Dec 20 22:50:21.885 INFO E| Compiling tokio v1.27.0
27002024-12-20T22:50:23.604Z[ helios-setup] Dec 20 22:50:22.074 INFO E| Compiling schemars v0.8.12
27012024-12-20T22:50:23.747Z[ helios-setup] Dec 20 22:50:22.217 INFO E| Compiling futures-util v0.3.28
27022024-12-20T22:50:24.385Z[ host-package] Compiling tokio-tungstenite v0.21.0
27032024-12-20T22:50:25.252Z[ helios-setup] Dec 20 22:50:23.723 INFO E| Compiling mio v0.8.5
27042024-12-20T22:50:25.317Z[ helios-setup] Dec 20 22:50:23.787 INFO E| Compiling socket2 v0.4.9
27052024-12-20T22:50:25.379Z[ helios-setup] Dec 20 22:50:23.849 INFO E| Compiling signal-hook-registry v1.4.0
27062024-12-20T22:50:25.591Z[ helios-setup] Dec 20 22:50:24.062 INFO E| Compiling ahash v0.7.6
27072024-12-20T22:50:25.877Z[ host-package] Compiling ciborium v0.2.2
27082024-12-20T22:50:26.367Z[ helios-setup] Dec 20 22:50:24.836 INFO E| Compiling num-traits v0.2.15
27092024-12-20T22:50:26.957Z[ helios-setup] Dec 20 22:50:25.427 INFO E| Compiling crunchy v0.2.2
27102024-12-20T22:50:27.494Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27112024-12-20T22:50:27.504Z[ helios-setup] Dec 20 22:50:25.974 INFO E| Compiling futures-io v0.3.28
27122024-12-20T22:50:28.058Z[ helios-setup] Dec 20 22:50:26.528 INFO E| Compiling io-lifetimes v1.0.10
27132024-12-20T22:50:28.239Z[ helios-setup] Dec 20 22:50:26.709 INFO E| Compiling pin-utils v0.1.0
27142024-12-20T22:50:29.169Z[ helios-setup] Dec 20 22:50:27.615 INFO E| Compiling ahash v0.8.3
27152024-12-20T22:50:29.271Z[ helios-setup] Dec 20 22:50:27.726 INFO E| Compiling hashbrown v0.12.3
27162024-12-20T22:50:29.677Z[ helios-setup] Dec 20 22:50:28.119 INFO E| Compiling rustix v0.37.3
27172024-12-20T22:50:30.464Z[ helios-setup] Dec 20 22:50:28.934 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
27182024-12-20T22:50:30.510Z[ helios-setup] Dec 20 22:50:28.979 INFO E| Compiling tiny-keccak v2.0.2
27192024-12-20T22:50:31.703Z[ helios-setup] Dec 20 22:50:30.173 INFO E| Compiling crypto-common v0.1.6
27202024-12-20T22:50:31.904Z[ helios-setup] Dec 20 22:50:30.373 INFO E| Compiling block-buffer v0.10.3
27212024-12-20T22:50:32.436Z[ helios-setup] Dec 20 22:50:30.905 INFO E| Compiling errno v0.3.1
27222024-12-20T22:50:32.761Z[ helios-setup] Dec 20 22:50:31.231 INFO E| Compiling pkg-config v0.3.26
27232024-12-20T22:50:33.072Z[ helios-setup] Dec 20 22:50:31.542 INFO E| Compiling crossbeam-utils v0.8.14
27242024-12-20T22:50:33.166Z[ helios-setup] Dec 20 22:50:31.635 INFO E| Compiling fnv v1.0.7
27252024-12-20T22:50:33.169Z[ helios-setup] Dec 20 22:50:31.636 INFO E| Compiling slog v2.7.0
27262024-12-20T22:50:33.667Z[ helios-setup] Dec 20 22:50:32.136 INFO E| Compiling http v0.2.9
27272024-12-20T22:50:35.913Z[ helios-setup] Dec 20 22:50:34.382 INFO E| Compiling digest v0.10.6
27282024-12-20T22:50:37.089Z[ helios-setup] Dec 20 22:50:35.558 INFO E| Compiling aho-corasick v0.7.20
27292024-12-20T22:50:37.420Z[ helios-setup] Dec 20 22:50:35.889 INFO E| Compiling unicode-width v0.1.10
27302024-12-20T22:50:38.064Z[ helios-setup] Dec 20 22:50:36.532 INFO E| Compiling tinyvec_macros v0.1.1
27312024-12-20T22:50:38.249Z[ helios-setup] Dec 20 22:50:36.717 INFO E| Compiling regex-syntax v0.6.29
27322024-12-20T22:50:38.339Z[ helios-setup] Dec 20 22:50:36.807 INFO E| Compiling anyhow v1.0.68
27332024-12-20T22:50:39.786Z[ helios-setup] Dec 20 22:50:38.253 INFO E| Compiling heck v0.4.1
27342024-12-20T22:50:40.061Z[ host-package] Compiling same-file v1.0.6
27352024-12-20T22:50:40.064Z[ host-package] Compiling display-error-chain v0.2.2
27362024-12-20T22:50:40.580Z[ helios-setup] Dec 20 22:50:39.049 INFO E| Compiling httparse v1.8.0
27372024-12-20T22:50:40.655Z[ helios-setup] Dec 20 22:50:39.124 INFO E| Compiling percent-encoding v2.2.0
27382024-12-20T22:50:40.881Z[ helios-setup] Dec 20 22:50:39.349 INFO E| Compiling cpufeatures v0.2.5
27392024-12-20T22:50:40.912Z[ host-package] Compiling fastrand v2.1.1
27402024-12-20T22:50:41.701Z[ helios-setup] Dec 20 22:50:40.169 INFO E| Compiling tinyvec v1.6.0
27412024-12-20T22:50:41.825Z[ helios-setup] Dec 20 22:50:40.293 INFO E| Compiling form_urlencoded v1.1.0
27422024-12-20T22:50:41.828Z[ helios-setup] Dec 20 22:50:40.295 INFO E| Compiling const-random-macro v0.1.15
27432024-12-20T22:50:42.364Z[ host-package] Compiling tempfile v3.13.0
27442024-12-20T22:50:42.851Z[ host-package] Compiling walkdir v2.5.0
27452024-12-20T22:50:42.957Z[ helios-setup] Dec 20 22:50:41.425 INFO E| Compiling hashbrown v0.13.2
27462024-12-20T22:50:43.525Z[ helios-setup] Dec 20 22:50:41.993 INFO E| Compiling chrono v0.4.24
27472024-12-20T22:50:43.696Z[ helios-setup] Dec 20 22:50:42.164 INFO E| Compiling thiserror-impl v1.0.38
27482024-12-20T22:50:43.815Z[ helios-setup] Dec 20 22:50:42.283 INFO E| Compiling serde_derive v1.0.204
27492024-12-20T22:50:43.999Z[ helios-setup] Dec 20 22:50:42.466 INFO E| Compiling tokio-macros v2.0.0
27502024-12-20T22:50:44.570Z[ host-package] Compiling ring v0.16.20
27512024-12-20T22:50:44.733Z[ host-package] Compiling blake3 v1.5.4
27522024-12-20T22:50:45.563Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27532024-12-20T22:50:45.793Z[ helios-setup] Dec 20 22:50:44.260 INFO E| Compiling futures-macro v0.3.28
27542024-12-20T22:50:45.872Z[ helios-setup] Dec 20 22:50:44.340 INFO E| Compiling serde_derive_internals v0.26.0
27552024-12-20T22:50:46.082Z[ host-package] Compiling xattr v1.3.1
27562024-12-20T22:50:46.454Z[ helios-setup] Dec 20 22:50:44.921 INFO E| Compiling regex v1.7.3
27572024-12-20T22:50:46.912Z[ host-package] Compiling filetime v0.2.25
27582024-12-20T22:50:47.202Z[ host-package] Compiling memmap2 v0.9.5
27592024-12-20T22:50:47.950Z[ host-package] Compiling keccak v0.1.5
27602024-12-20T22:50:48.086Z[ host-package] Compiling constant_time_eq v0.3.1
27612024-12-20T22:50:48.188Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27622024-12-20T22:50:48.481Z[ host-package] Compiling arrayvec v0.7.6
27632024-12-20T22:50:49.177Z[ host-package] Compiling spin v0.5.2
27642024-12-20T22:50:49.569Z[ host-package] Compiling arrayref v0.3.9
27652024-12-20T22:50:50.173Z[ helios-setup] Dec 20 22:50:48.638 INFO E| Compiling libz-sys v1.1.8
27662024-12-20T22:50:50.337Z[ host-package] Compiling sha3 v0.10.8
27672024-12-20T22:50:50.447Z[ host-package] Compiling tar v0.4.42
27682024-12-20T22:50:50.648Z[ helios-setup] Dec 20 22:50:49.114 INFO E| Compiling schemars_derive v0.8.12
27692024-12-20T22:50:51.417Z[ helios-setup] Dec 20 22:50:49.883 INFO E| Compiling dyn-clone v1.0.11
27702024-12-20T22:50:51.919Z[ helios-setup] Dec 20 22:50:50.385 INFO E| Compiling uuid v1.3.0
27712024-12-20T22:50:52.376Z[ host-package] Compiling toolchain_find v0.4.0
27722024-12-20T22:50:52.444Z[ host-package] Compiling camino-tempfile v1.1.1
27732024-12-20T22:50:52.857Z[ helios-setup] Dec 20 22:50:51.323 INFO E| Compiling unicode-normalization v0.1.22
27742024-12-20T22:50:53.358Z[ helios-setup] Dec 20 22:50:51.824 INFO E| Compiling regress v0.5.0
27752024-12-20T22:50:53.406Z[ host-package] Compiling const_format_proc_macros v0.2.33
27762024-12-20T22:50:53.521Z[ helios-setup] Dec 20 22:50:51.987 INFO E| Compiling const-random v0.1.15
27772024-12-20T22:50:53.680Z[ host-package] Compiling maplit v1.0.2
27782024-12-20T22:50:54.180Z[ host-package] Compiling crunchy v0.2.2
27792024-12-20T22:50:54.912Z[ host-package] Compiling topological-sort v0.2.2
27802024-12-20T22:50:55.497Z[ host-package] Compiling rustfmt-wrapper v0.2.1
27812024-12-20T22:50:55.594Z[ host-package] Compiling tiny-keccak v2.0.2
27822024-12-20T22:50:55.926Z[ helios-setup] Dec 20 22:50:54.392 INFO E| Compiling getopts v0.2.21
27832024-12-20T22:50:56.241Z[ helios-setup] Dec 20 22:50:54.707 INFO E| Compiling tracing-core v0.1.30
27842024-12-20T22:50:56.284Z[ host-package] Compiling dsl_auto_type v0.1.2
27852024-12-20T22:50:56.622Z[ host-package] Compiling phf_generator v0.11.2
27862024-12-20T22:50:57.002Z[ helios-setup] Dec 20 22:50:55.467 INFO E| Compiling memoffset v0.7.1
27872024-12-20T22:50:57.018Z[ host-package] Compiling omicron-zone-package v0.11.1
27882024-12-20T22:50:57.307Z[ host-package] Compiling scheduled-thread-pool v0.2.7
27892024-12-20T22:50:57.511Z[ helios-setup] Dec 20 22:50:55.977 INFO E| Compiling unicode-bidi v0.3.13
27902024-12-20T22:50:57.595Z[ host-package] Compiling const_format v0.2.33
27912024-12-20T22:50:57.659Z[ helios-setup] Dec 20 22:50:56.125 INFO E| Compiling time-core v0.1.2
27922024-12-20T22:50:58.827Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27932024-12-20T22:50:59.442Z[ host-package] Compiling secrecy v0.8.0
27942024-12-20T22:50:59.618Z[ helios-setup] Dec 20 22:50:58.083 INFO E| Compiling ucd-trie v0.1.5
27952024-12-20T22:50:59.638Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
27962024-12-20T22:50:59.927Z[ host-package] Compiling arc-swap v1.7.1
27972024-12-20T22:51:00.056Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27982024-12-20T22:51:00.210Z[ host-package] Compiling r2d2 v0.8.10
27992024-12-20T22:51:00.822Z[ helios-setup] Dec 20 22:50:59.057 INFO E| Compiling num-conv v0.1.0
28002024-12-20T22:51:00.836Z[ host-package] Compiling phf_codegen v0.11.2
28012024-12-20T22:51:00.836Z[ helios-setup] Dec 20 22:50:59.239 INFO E| Compiling powerfmt v0.2.0
28022024-12-20T22:51:00.877Z[ host-package] Compiling diesel_derives v2.2.3
28032024-12-20T22:51:01.243Z[ host-package] Compiling slog-scope v4.4.0
28042024-12-20T22:51:01.352Z[ helios-setup] Dec 20 22:50:59.817 INFO E| Compiling time-macros v0.2.18
28052024-12-20T22:51:01.534Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28062024-12-20T22:51:01.536Z[ host-package] Compiling ascii-canvas v3.0.0
28072024-12-20T22:51:02.289Z[ helios-setup] Dec 20 22:51:00.754 INFO E| Compiling deranged v0.3.11
28082024-12-20T22:51:02.424Z[ helios-setup] Dec 20 22:51:00.889 INFO E| Compiling idna v0.3.0
28092024-12-20T22:51:02.522Z[ helios-setup] Dec 20 22:51:00.987 INFO E| Compiling pest v2.5.7
28102024-12-20T22:51:02.525Z[ host-package] Compiling universal-hash v0.5.1
28112024-12-20T22:51:02.590Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28122024-12-20T22:51:02.985Z[ host-package] Compiling parse-zoneinfo v0.3.1
28132024-12-20T22:51:03.241Z[ host-package] Compiling ena v0.14.3
28142024-12-20T22:51:04.393Z[ host-package] Compiling diff v0.1.13
28152024-12-20T22:51:05.572Z[ host-package] Compiling opaque-debug v0.3.1
28162024-12-20T22:51:05.844Z[ host-package] Compiling regex-syntax v0.6.29
28172024-12-20T22:51:06.666Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28182024-12-20T22:51:07.509Z[ helios-setup] Dec 20 22:51:05.973 INFO E| Compiling tracing v0.1.37
28192024-12-20T22:51:08.370Z[ helios-setup] Dec 20 22:51:06.833 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
28202024-12-20T22:51:08.495Z[ host-package] Compiling thiserror-no-std v2.0.2
28212024-12-20T22:51:08.664Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28222024-12-20T22:51:09.001Z[ host-package] Compiling poly1305 v0.8.0
28232024-12-20T22:51:09.573Z[ helios-setup] Dec 20 22:51:08.036 INFO E| Compiling time v0.1.45
28242024-12-20T22:51:09.822Z[ helios-setup] Dec 20 22:51:08.286 INFO E| Compiling crossbeam-epoch v0.9.13
28252024-12-20T22:51:10.364Z[ helios-setup] Dec 20 22:51:08.828 INFO E| Compiling semver v1.0.17
28262024-12-20T22:51:12.269Z[ host-package] Compiling chrono-tz-build v0.4.0
28272024-12-20T22:51:13.037Z[ helios-setup] Dec 20 22:51:11.501 INFO E| Compiling toml v0.5.11
28282024-12-20T22:51:13.199Z[ helios-setup] Dec 20 22:51:11.662 INFO E| Compiling serde_tokenstream v0.2.0
28292024-12-20T22:51:13.697Z[ helios-setup] Dec 20 22:51:12.160 INFO E| Compiling num_threads v0.1.6
28302024-12-20T22:51:14.203Z[ helios-setup] Dec 20 22:51:12.666 INFO E| Compiling iana-time-zone v0.1.56
28312024-12-20T22:51:14.282Z[ helios-setup] Dec 20 22:51:12.745 INFO E| Compiling time v0.3.36
28322024-12-20T22:51:14.635Z[ host-package] Compiling lalrpop v0.19.12
28332024-12-20T22:51:14.827Z[ helios-setup] Dec 20 22:51:13.290 INFO E| Compiling smallvec v1.10.0
28342024-12-20T22:51:17.308Z[ host-package] Compiling slog-stdlog v4.1.1
28352024-12-20T22:51:17.867Z[ helios-setup] Dec 20 22:51:16.330 INFO E| Compiling parking_lot v0.12.1
28362024-12-20T22:51:20.916Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28372024-12-20T22:51:23.215Z[ helios-setup] Dec 20 22:51:21.676 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28382024-12-20T22:51:23.608Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28392024-12-20T22:51:24.423Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28402024-12-20T22:51:25.007Z[ host-package] Compiling chacha20 v0.9.1
28412024-12-20T22:51:26.120Z[ host-package] Compiling aead v0.5.2
28422024-12-20T22:51:26.346Z[ helios-setup] Dec 20 22:51:24.806 INFO E| Compiling url v2.3.1
28432024-12-20T22:51:26.817Z[ host-package] Compiling diesel v2.2.6
28442024-12-20T22:51:27.386Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28452024-12-20T22:51:28.877Z[ helios-setup] Dec 20 22:51:27.338 INFO E| Compiling semver-parser v0.10.2
28462024-12-20T22:51:28.898Z[ host-package] Compiling ref-cast v1.0.23
28472024-12-20T22:51:30.593Z[ host-package] Compiling vte v0.11.1
28482024-12-20T22:51:32.573Z[ helios-setup] Dec 20 22:51:31.033 INFO E| Compiling crossbeam-channel v0.5.6
28492024-12-20T22:51:32.720Z[ helios-setup] Dec 20 22:51:31.179 INFO E| Compiling dirs-sys-next v0.1.2
28502024-12-20T22:51:33.470Z[ helios-setup] Dec 20 22:51:31.930 INFO E| Compiling crc32fast v1.3.2
28512024-12-20T22:51:34.226Z[ host-package] Compiling chacha20poly1305 v0.10.1
28522024-12-20T22:51:34.637Z[ helios-setup] Dec 20 22:51:33.097 INFO E| Compiling try-lock v0.2.4
28532024-12-20T22:51:34.938Z[ helios-setup] Dec 20 22:51:33.398 INFO E| Compiling same-file v1.0.6
28542024-12-20T22:51:35.062Z[ host-package] Compiling slog-envlogger v2.2.0
28552024-12-20T22:51:35.355Z[ helios-setup] Dec 20 22:51:33.815 INFO E| Compiling walkdir v2.3.3
28562024-12-20T22:51:35.713Z[ helios-setup] Dec 20 22:51:34.173 INFO E| Compiling want v0.3.0
28572024-12-20T22:51:36.643Z[ helios-setup] Dec 20 22:51:35.101 INFO E| Compiling dirs-next v2.0.0
28582024-12-20T22:51:37.492Z[ helios-setup] Dec 20 22:51:35.952 INFO E| Compiling semver v0.11.0
28592024-12-20T22:51:38.010Z[ helios-setup] Dec 20 22:51:36.469 INFO E| Compiling tokio-util v0.7.7
28602024-12-20T22:51:40.013Z[ host-package] Compiling chrono-tz v0.10.0
28612024-12-20T22:51:40.513Z[ host-package] Compiling vsss-rs v3.3.4
28622024-12-20T22:51:40.738Z[ helios-setup] Dec 20 22:51:39.197 INFO E| Compiling h2 v0.3.16
28632024-12-20T22:51:40.973Z[ helios-setup] Dec 20 22:51:39.432 INFO E| Compiling proc-macro-crate v1.2.1
28642024-12-20T22:51:41.490Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28652024-12-20T22:51:42.279Z[ helios-setup] Dec 20 22:51:40.737 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28662024-12-20T22:51:42.434Z[ host-package] Compiling derive_builder_core v0.20.2
28672024-12-20T22:51:43.271Z[ helios-setup] Dec 20 22:51:41.729 INFO E| Compiling futures-executor v0.3.28
28682024-12-20T22:51:45.015Z[ helios-setup] Dec 20 22:51:43.473 INFO E| Compiling http-body v0.4.5
28692024-12-20T22:51:45.849Z[ helios-setup] Dec 20 22:51:44.307 INFO E| Compiling ring v0.16.20
28702024-12-20T22:51:47.729Z[ host-package] Compiling headers-core v0.3.0
28712024-12-20T22:51:48.348Z[ helios-setup] Dec 20 22:51:46.372 INFO E| Compiling rand_core v0.6.4
28722024-12-20T22:51:48.364Z[ host-package] Compiling fxhash v0.2.1
28732024-12-20T22:51:48.519Z[ helios-setup] Dec 20 22:51:46.977 INFO E| Compiling thread_local v1.1.7
28742024-12-20T22:51:49.080Z[ helios-setup] Dec 20 22:51:47.538 INFO E| Compiling rayon-core v1.10.2
28752024-12-20T22:51:49.114Z[ host-package] Compiling libxml v0.3.3
28762024-12-20T22:51:49.888Z[ host-package] Compiling ref-cast-impl v1.0.23
28772024-12-20T22:51:49.981Z[ helios-setup] Dec 20 22:51:48.438 INFO E| Compiling fastrand v1.9.0
28782024-12-20T22:51:50.714Z[ host-package] Compiling bytecount v0.6.8
28792024-12-20T22:51:51.286Z[ helios-setup] Dec 20 22:51:49.743 INFO E| Compiling home v0.5.4
28802024-12-20T22:51:51.388Z[ helios-setup] Dec 20 22:51:49.845 INFO E| Compiling httpdate v1.0.2
28812024-12-20T22:51:51.603Z[ host-package] Compiling papergrid v0.11.0
28822024-12-20T22:51:52.060Z[ helios-setup] Dec 20 22:51:50.517 INFO E| Compiling utf8parse v0.2.1
28832024-12-20T22:51:52.673Z[ helios-setup] Dec 20 22:51:51.130 INFO E| Compiling base64 v0.21.0
28842024-12-20T22:51:52.942Z[ helios-setup] Dec 20 22:51:51.399 INFO E| Compiling ppv-lite86 v0.2.17
28852024-12-20T22:51:53.471Z[ helios-setup] Dec 20 22:51:51.927 INFO E| Compiling tower-service v0.3.2
28862024-12-20T22:51:54.075Z[ helios-setup] Dec 20 22:51:52.531 INFO E| Compiling adler v1.0.2
28872024-12-20T22:51:55.131Z[ helios-setup] Dec 20 22:51:53.588 INFO E| Compiling lazy_static v1.4.0
28882024-12-20T22:51:55.381Z[ helios-setup] Dec 20 22:51:53.837 INFO E| Compiling rand_chacha v0.3.1
28892024-12-20T22:51:55.490Z[ helios-setup] Dec 20 22:51:53.947 INFO E| Compiling toolchain_find v0.2.0
28902024-12-20T22:51:55.736Z[ helios-setup] Dec 20 22:51:54.192 INFO E| Compiling miniz_oxide v0.6.2
28912024-12-20T22:51:56.753Z[ helios-setup] Dec 20 22:51:55.209 INFO E| Compiling hyper v0.14.25
28922024-12-20T22:52:01.045Z[ helios-setup] Dec 20 22:51:59.500 INFO E| Compiling anstyle-parse v0.1.1
28932024-12-20T22:52:02.368Z[ helios-setup] Dec 20 22:52:00.824 INFO E| Compiling tempfile v3.5.0
28942024-12-20T22:52:13.350Z[ host-package] Compiling polar-core v0.27.3
28952024-12-20T22:52:14.702Z[ helios-setup] Dec 20 22:52:13.155 INFO E| Compiling futures v0.3.28
28962024-12-20T22:52:15.206Z[ helios-setup] Dec 20 22:52:13.659 INFO E| Compiling num_enum_derive v0.5.7
28972024-12-20T22:52:20.164Z[ helios-setup] Dec 20 22:52:18.617 INFO E| Compiling cargo-lock v8.0.3
28982024-12-20T22:52:20.532Z[ host-package] Compiling headers v0.4.0
28992024-12-20T22:52:22.214Z[ helios-setup] Dec 20 22:52:20.666 INFO E| Compiling crossbeam-deque v0.8.2
29002024-12-20T22:52:22.254Z[ helios-setup] Dec 20 22:52:20.706 INFO E| Compiling term v0.7.0
29012024-12-20T22:52:24.214Z[ helios-setup] Dec 20 22:52:22.666 INFO E| Compiling serde_urlencoded v0.7.1
29022024-12-20T22:52:24.436Z[ host-package] Compiling derive_builder_macro v0.20.2
29032024-12-20T22:52:24.815Z[ helios-setup] Dec 20 22:52:23.266 INFO E| Compiling sha2 v0.10.6
29042024-12-20T22:52:25.876Z[ helios-setup] Dec 20 22:52:24.328 INFO E| Compiling sha1 v0.10.5
29052024-12-20T22:52:27.714Z[ helios-setup] Dec 20 22:52:26.165 INFO E| Compiling is-terminal v0.4.7
29062024-12-20T22:52:27.769Z[ helios-setup] Dec 20 22:52:26.220 INFO E| Compiling atty v0.2.14
29072024-12-20T22:52:28.226Z[ host-package] Compiling strip-ansi-escapes v0.2.0
29082024-12-20T22:52:28.361Z[ helios-setup] Dec 20 22:52:26.813 INFO E| Compiling concolor-override v1.0.0
29092024-12-20T22:52:28.364Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29102024-12-20T22:52:28.512Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29112024-12-20T22:52:29.412Z[ host-package] Compiling tabled_derive v0.7.0
29122024-12-20T22:52:29.594Z[ helios-setup] Dec 20 22:52:28.045 INFO E| Compiling concolor-query v0.3.3
29132024-12-20T22:52:29.846Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29142024-12-20T22:52:30.589Z[ helios-setup] Dec 20 22:52:29.037 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
29152024-12-20T22:52:31.142Z[ helios-setup] Dec 20 22:52:29.592 INFO E| Compiling anstyle v0.3.5
29162024-12-20T22:52:32.588Z[ helios-setup] Dec 20 22:52:31.038 INFO E| Compiling anstream v0.2.6
29172024-12-20T22:52:33.689Z[ host-package] Compiling itertools v0.12.1
29182024-12-20T22:52:34.433Z[ helios-setup] Dec 20 22:52:32.883 INFO E| Compiling slog-term v2.9.0
29192024-12-20T22:52:34.897Z[ helios-setup] Dec 20 22:52:33.347 INFO E| Compiling flate2 v1.0.25
29202024-12-20T22:52:35.124Z[ host-package] Compiling fd-lock v4.0.2
29212024-12-20T22:52:35.899Z[ host-package] Compiling peg-macros v0.8.4
29222024-12-20T22:52:35.972Z[ helios-setup] Dec 20 22:52:34.422 INFO E| Compiling num_enum v0.5.7
29232024-12-20T22:52:36.444Z[ helios-setup] Dec 20 22:52:34.893 INFO E| Compiling rustfmt-wrapper v0.2.0
29242024-12-20T22:52:37.969Z[ helios-setup] Dec 20 22:52:36.419 INFO E| Compiling rand v0.8.5
29252024-12-20T22:52:38.036Z[ helios-setup] Dec 20 22:52:36.486 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29262024-12-20T22:52:38.117Z[ helios-setup] Dec 20 22:52:36.567 INFO E| Compiling openapiv3 v1.0.2
29272024-12-20T22:52:39.879Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29282024-12-20T22:52:40.650Z[ helios-setup] Dec 20 22:52:39.081 INFO E| Compiling encoding_rs v0.8.32
29292024-12-20T22:52:41.603Z[ host-package] Compiling strum_macros v0.24.3
29302024-12-20T22:52:42.638Z[ helios-setup] Dec 20 22:52:41.086 INFO E| Compiling utf-8 v0.7.6
29312024-12-20T22:52:42.690Z[ host-package] Compiling kstat-rs v0.2.4
29322024-12-20T22:52:42.805Z[ host-package] Compiling samael v0.0.17
29332024-12-20T22:52:43.382Z[ helios-setup] Dec 20 22:52:41.831 INFO E| Compiling base64 v0.13.1
29342024-12-20T22:52:43.413Z[ host-package] Compiling unicase v2.7.0
29352024-12-20T22:52:44.397Z[ host-package] Compiling indoc v1.0.9
29362024-12-20T22:52:45.017Z[ helios-setup] Dec 20 22:52:43.465 INFO E| Compiling mime v0.3.17
29372024-12-20T22:52:45.075Z[ host-package] Compiling nu-ansi-term v0.50.1
29382024-12-20T22:52:46.498Z[ host-package] Compiling reedline v0.35.0
29392024-12-20T22:52:47.636Z[ helios-setup] Dec 20 22:52:46.084 INFO E| Compiling ipnet v2.7.2
29402024-12-20T22:52:47.680Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29412024-12-20T22:52:47.746Z[ helios-setup] Dec 20 22:52:46.194 INFO E| Compiling clap_lex v0.4.1
29422024-12-20T22:52:48.054Z[ helios-setup] Dec 20 22:52:46.481 INFO E| Compiling byteorder v1.4.3
29432024-12-20T22:52:49.376Z[ helios-setup] Dec 20 22:52:47.823 INFO E| Compiling spin v0.5.2
29442024-12-20T22:52:49.425Z[ helios-setup] Dec 20 22:52:47.873 INFO E| Compiling untrusted v0.7.1
29452024-12-20T22:52:50.344Z[ helios-setup] Dec 20 22:52:48.792 INFO E| Compiling either v1.8.0
29462024-12-20T22:52:50.454Z[ helios-setup] Dec 20 22:52:48.901 INFO E| Compiling strsim v0.10.0
29472024-12-20T22:52:51.200Z[ helios-setup] Dec 20 22:52:49.648 INFO E| Compiling project-root v0.2.2
29482024-12-20T22:52:51.269Z[ helios-setup] Dec 20 22:52:49.716 INFO E| Compiling unsafe-libyaml v0.2.8
29492024-12-20T22:52:51.888Z[ helios-setup] Dec 20 22:52:50.335 INFO E| Compiling clap_builder v4.2.1
29502024-12-20T22:52:52.739Z[ helios-setup] Dec 20 22:52:51.186 INFO E| Compiling rayon v1.6.1
29512024-12-20T22:52:53.893Z[ host-package] Compiling peg v0.8.4
29522024-12-20T22:52:54.303Z[ helios-setup] Dec 20 22:52:52.750 INFO E| Compiling tungstenite v0.18.0
29532024-12-20T22:52:54.475Z[ host-package] Compiling tabled v0.15.0
29542024-12-20T22:52:55.772Z[ helios-setup] Dec 20 22:52:54.219 INFO E| Compiling serde_yaml v0.9.21
29552024-12-20T22:53:03.479Z[ helios-setup] Dec 20 22:53:01.922 INFO E| Compiling reqwest v0.11.16
29562024-12-20T22:53:03.875Z[ helios-setup] Dec 20 22:53:02.320 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29572024-12-20T22:53:05.156Z[ helios-setup] Dec 20 22:53:03.601 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29582024-12-20T22:53:06.066Z[ helios-setup] Dec 20 22:53:04.511 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29592024-12-20T22:53:09.204Z[ helios-setup] Dec 20 22:53:07.649 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29602024-12-20T22:53:10.138Z[ helios-setup] Dec 20 22:53:08.583 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29612024-12-20T22:53:11.622Z[ helios-setup] Dec 20 22:53:10.067 INFO E| Compiling clap_derive v4.2.0
29622024-12-20T22:53:16.210Z[ helios-setup] Dec 20 22:53:14.653 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29632024-12-20T22:53:22.715Z[ helios-setup] Dec 20 22:53:21.158 INFO E| Compiling clap v4.2.1
29642024-12-20T22:53:23.404Z[ helios-setup] Dec 20 22:53:21.504 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29652024-12-20T22:53:26.043Z[ host-package] Compiling derive_builder v0.20.2
29662024-12-20T22:53:26.527Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29672024-12-20T22:53:32.844Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29682024-12-20T22:53:36.564Z[ helios-setup] Dec 20 22:53:35.004 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29692024-12-20T22:53:39.535Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
29702024-12-20T22:53:40.260Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29712024-12-20T22:53:40.537Z[ helios-setup] Dec 20 22:53:38.977 INFO E| Compiling tokio-tungstenite v0.18.0
29722024-12-20T22:53:41.424Z[ host-package] Compiling bcs v0.1.6
29732024-12-20T22:53:42.036Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
29742024-12-20T22:53:42.382Z[ helios-setup] Dec 20 22:53:40.821 INFO E| Compiling smartstring v1.0.1
29752024-12-20T22:53:42.694Z[ host-package] Compiling oso-derive v0.27.3
29762024-12-20T22:53:43.601Z[ host-package] Compiling libz-sys v1.1.20
29772024-12-20T22:53:43.744Z[ helios-setup] Dec 20 22:53:42.183 INFO E| Compiling rustls v0.21.0
29782024-12-20T22:53:44.846Z[ host-package] Compiling quick-xml v0.33.0
29792024-12-20T22:53:45.261Z[ host-package] Compiling diesel-dtrace v0.4.2
29802024-12-20T22:53:45.975Z[ helios-setup] Dec 20 22:53:44.414 INFO E| Compiling sct v0.7.0
29812024-12-20T22:53:46.184Z[ host-package] Compiling parking_lot_core v0.8.6
29822024-12-20T22:53:47.406Z[ helios-setup] Dec 20 22:53:45.845 INFO E| Compiling rustls-webpki v0.100.1
29832024-12-20T22:53:51.964Z[ helios-setup] Dec 20 22:53:50.401 INFO E| Compiling toml_datetime v0.6.1
29842024-12-20T22:53:52.776Z[ helios-setup] Dec 20 22:53:51.214 INFO E| Compiling serde_spanned v0.6.1
29852024-12-20T22:53:53.465Z[ helios-setup] Dec 20 22:53:51.902 INFO E| Compiling camino v1.1.4
29862024-12-20T22:53:53.765Z[ helios-setup] Dec 20 22:53:52.203 INFO E| Compiling async-trait v0.1.68
29872024-12-20T22:53:54.735Z[ helios-setup] Dec 20 22:53:53.172 INFO E| Compiling static_assertions v1.1.0
29882024-12-20T22:53:54.983Z[ helios-setup] Dec 20 22:53:53.420 INFO E| Compiling match_cfg v0.1.0
29892024-12-20T22:53:55.123Z[ helios-setup] Dec 20 22:53:53.560 INFO E| Compiling winnow v0.4.1
29902024-12-20T22:53:55.203Z[ helios-setup] Dec 20 22:53:53.640 INFO E| Compiling paste v1.0.12
29912024-12-20T22:53:55.390Z[ helios-setup] Dec 20 22:53:53.827 INFO E| Compiling slog-async v2.7.0
29922024-12-20T22:53:56.065Z[ host-package] Compiling oso v0.27.3
29932024-12-20T22:53:56.765Z[ helios-setup] Dec 20 22:53:55.202 INFO E| Compiling hostname v0.3.1
29942024-12-20T22:53:59.398Z[ helios-setup] Dec 20 22:53:57.835 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29952024-12-20T22:54:00.562Z[ helios-setup] Dec 20 22:53:58.999 INFO E| Compiling slog-json v2.6.1
29962024-12-20T22:54:01.722Z[ helios-setup] Dec 20 22:54:00.158 INFO E| Compiling unicode-linebreak v0.1.4
29972024-12-20T22:54:03.030Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29982024-12-20T22:54:03.517Z[ helios-setup] Dec 20 22:54:01.953 INFO E| Compiling toml_edit v0.19.8
29992024-12-20T22:54:06.632Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30002024-12-20T22:54:07.546Z[ helios-setup] Dec 20 22:54:05.982 INFO E| Compiling async-stream-impl v0.3.5
30012024-12-20T22:54:10.989Z[ helios-setup] Dec 20 22:54:09.234 INFO E| Compiling rhai_codegen v1.5.0
30022024-12-20T22:54:16.199Z[ helios-setup] Dec 20 22:54:14.633 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30032024-12-20T22:54:17.012Z[ helios-setup] Dec 20 22:54:15.444 INFO E| Compiling take_mut v0.2.2
30042024-12-20T22:54:17.631Z[ helios-setup] Dec 20 22:54:16.065 INFO E| Compiling rhai v1.14.0
30052024-12-20T22:54:17.722Z[ helios-setup] Dec 20 22:54:16.156 INFO E| Compiling toml v0.7.3
30062024-12-20T22:54:18.837Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30072024-12-20T22:54:23.565Z[ helios-setup] Dec 20 22:54:21.998 INFO E| Compiling async-stream v0.3.5
30082024-12-20T22:54:24.464Z[ helios-setup] Dec 20 22:54:22.896 INFO E| Compiling tokio-rustls v0.24.0
30092024-12-20T22:54:25.568Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30102024-12-20T22:54:25.642Z[ helios-setup] Dec 20 22:54:24.074 INFO E| Compiling slog-bunyan v2.4.0
30112024-12-20T22:54:26.585Z[ host-package] Compiling bb8 v0.8.5
30122024-12-20T22:54:28.183Z[ host-package] Compiling async-bb8-diesel v0.2.1
30132024-12-20T22:54:32.360Z[ helios-setup] Dec 20 22:54:30.792 INFO E| Compiling rustls-pemfile v1.0.2
30142024-12-20T22:54:33.057Z[ helios-setup] Dec 20 22:54:31.488 INFO E| Compiling serde_path_to_error v0.1.11
30152024-12-20T22:54:33.551Z[ helios-setup] Dec 20 22:54:31.982 INFO E| Compiling bincode v1.3.3
30162024-12-20T22:54:33.883Z[ host-package] Compiling nibble_vec v0.1.0
30172024-12-20T22:54:34.024Z[ helios-setup] Dec 20 22:54:32.455 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30182024-12-20T22:54:34.430Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
30192024-12-20T22:54:34.500Z[ host-package] Compiling atty v0.2.14
30202024-12-20T22:54:35.256Z[ host-package] Compiling salty v0.3.0
30212024-12-20T22:54:35.604Z[ helios-setup] Dec 20 22:54:34.035 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30222024-12-20T22:54:36.220Z[ host-package] Compiling endian-type v0.1.2
30232024-12-20T22:54:36.413Z[ helios-setup] Dec 20 22:54:34.844 INFO E| Compiling terminal_size v0.2.6
30242024-12-20T22:54:36.515Z[ helios-setup] Dec 20 22:54:34.946 INFO E| Compiling smawk v0.3.1
30252024-12-20T22:54:36.999Z[ host-package] Compiling radix_trie v0.2.1
30262024-12-20T22:54:37.199Z[ helios-setup] Dec 20 22:54:35.630 INFO E| Compiling textwrap v0.16.0
30272024-12-20T22:54:40.075Z[ host-package] Compiling parking_lot v0.11.2
30282024-12-20T22:54:44.710Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30292024-12-20T22:54:58.862Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30302024-12-20T22:55:06.420Z[ helios-setup] Dec 20 22:55:04.846 INFO E| Compiling git2 v0.16.1
30312024-12-20T22:55:08.035Z[ host-package] Compiling sled v0.34.7
30322024-12-20T22:55:12.726Z[ helios-setup] Dec 20 22:55:11.148 INFO E| Compiling built v0.6.0
30332024-12-20T22:55:16.806Z[ helios-setup] Dec 20 22:55:15.230 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30342024-12-20T22:55:18.583Z[ helios-setup] Dec 20 22:55:17.007 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30352024-12-20T22:55:19.423Z[ helios-setup] Dec 20 22:55:17.847 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30362024-12-20T22:55:19.426Z[ helios-setup] Dec 20 22:55:17.847 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30372024-12-20T22:55:23.069Z[ helios-setup] Dec 20 22:55:21.493 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30382024-12-20T22:55:38.835Z[ host-package] Compiling mime_guess v2.0.5
30392024-12-20T22:55:40.107Z[ host-package] Compiling hickory-client v0.24.1
30402024-12-20T22:55:42.192Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30412024-12-20T22:55:43.925Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30422024-12-20T22:55:45.071Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30432024-12-20T22:55:47.333Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30442024-12-20T22:55:50.689Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
30452024-12-20T22:55:52.061Z[ host-package] Compiling hickory-server v0.24.1
30462024-12-20T22:55:54.725Z[ host-package] Compiling primeorder v0.13.6
30472024-12-20T22:55:56.200Z[ host-package] Compiling vergen v8.3.2
30482024-12-20T22:55:56.430Z[ host-package] Compiling castaway v0.2.3
30492024-12-20T22:55:56.837Z[ host-package] Compiling env_filter v0.1.2
30502024-12-20T22:55:57.362Z[ host-package] Compiling cargo-platform v0.1.8
30512024-12-20T22:55:58.537Z[ host-package] Compiling nanorand v0.7.0
30522024-12-20T22:56:00.110Z[ host-package] Compiling memoffset v0.9.1
30532024-12-20T22:56:00.205Z[ host-package] Compiling flume v0.11.1
30542024-12-20T22:56:01.440Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30552024-12-20T22:56:02.521Z[ host-package] Compiling cargo_metadata v0.18.1
30562024-12-20T22:56:05.947Z[ host-package] Compiling env_logger v0.11.5
30572024-12-20T22:56:08.861Z[ host-package] Compiling compact_str v0.8.0
30582024-12-20T22:56:09.950Z[ host-package] Compiling p384 v0.13.0
30592024-12-20T22:56:14.430Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30602024-12-20T22:56:16.120Z[ host-package] Compiling git2 v0.19.0
30612024-12-20T22:56:17.025Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30622024-12-20T22:56:19.208Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30632024-12-20T22:56:19.795Z[ helios-setup] Dec 20 22:56:18.210 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30642024-12-20T22:56:19.894Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30652024-12-20T22:56:20.738Z[ host-package] Compiling unicode-truncate v1.1.0
30662024-12-20T22:56:21.196Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30672024-12-20T22:56:24.630Z[ host-package] Compiling lru v0.12.5
30682024-12-20T22:56:25.037Z[ host-package] Compiling rand_seeder v0.3.0
30692024-12-20T22:56:25.265Z[ host-package] Compiling libsqlite3-sys v0.30.1
30702024-12-20T22:56:25.573Z[ host-package] Compiling lzma-sys v0.1.20
30712024-12-20T22:56:25.945Z[ host-package] Compiling instability v0.3.2
30722024-12-20T22:56:26.551Z[ host-package] Compiling http-range v0.1.5
30732024-12-20T22:56:27.255Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30742024-12-20T22:56:27.295Z[ host-package] Compiling rustls v0.21.12
30752024-12-20T22:56:27.456Z[ host-package] Compiling cfg_aliases v0.2.1
30762024-12-20T22:56:27.525Z[ host-package] Compiling cassowary v0.3.0
30772024-12-20T22:56:27.648Z[ host-package] Compiling nix v0.29.0
30782024-12-20T22:56:27.891Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30792024-12-20T22:56:28.292Z[ host-package] Compiling ratatui v0.28.1
30802024-12-20T22:56:28.643Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30812024-12-20T22:56:30.261Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30822024-12-20T22:56:30.894Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30832024-12-20T22:56:31.392Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30842024-12-20T22:56:31.852Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30852024-12-20T22:56:32.023Z[ host-package] Compiling sct v0.7.1
30862024-12-20T22:56:32.096Z[ host-package] Compiling rustls-webpki v0.101.7
30872024-12-20T22:56:33.046Z[ host-package] Compiling heck v0.3.3
30882024-12-20T22:56:33.729Z[ host-package] Compiling csv-core v0.1.11
30892024-12-20T22:56:34.675Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30902024-12-20T22:56:35.585Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
30912024-12-20T22:56:36.053Z[ host-package] Compiling glob v0.3.1
30922024-12-20T22:56:36.398Z[ host-package] Compiling csv v1.3.0
30932024-12-20T22:56:37.665Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30942024-12-20T22:56:37.961Z[ host-package] Compiling zone_cfg_derive v0.1.2
30952024-12-20T22:56:39.094Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30962024-12-20T22:56:39.924Z[ host-package] Compiling nix v0.27.1
30972024-12-20T22:56:40.542Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30982024-12-20T22:56:42.861Z[ host-package] Compiling hyper-staticfile v0.10.1
30992024-12-20T22:56:50.813Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31002024-12-20T22:57:01.824Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31012024-12-20T22:57:10.497Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31022024-12-20T22:57:10.822Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31032024-12-20T22:57:14.213Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31042024-12-20T22:57:15.766Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31052024-12-20T22:57:24.601Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31062024-12-20T22:57:25.473Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31072024-12-20T22:57:26.208Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31082024-12-20T22:57:26.632Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31092024-12-20T22:57:27.581Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31102024-12-20T22:57:28.701Z[ helios-setup] Dec 20 22:57:27.104 INFO E| Finished `release` profile [optimized] target(s) in 7m 25s
31112024-12-20T22:57:28.862Z[ helios-setup] Dec 20 22:57:27.266 INFO building project "pilot" ok (445 seconds)
31122024-12-20T22:57:28.862Z[ helios-setup] Dec 20 22:57:27.266 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31132024-12-20T22:57:28.865Z[ helios-setup] Dec 20 22:57:27.266 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31142024-12-20T22:57:29.080Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31152024-12-20T22:57:29.245Z[ helios-setup] Dec 20 22:57:27.649 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31162024-12-20T22:57:29.720Z[ helios-setup] Dec 20 22:57:28.124 INFO E| From https://github.com/jclulow/rust-jmclib
31172024-12-20T22:57:29.720Z[ helios-setup] Dec 20 22:57:28.124 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31182024-12-20T22:57:29.744Z[ helios-setup] Dec 20 22:57:28.147 INFO E| Updating crates.io index
31192024-12-20T22:57:29.848Z[ helios-setup] Dec 20 22:57:28.251 INFO E| Downloading crates ...
31202024-12-20T22:57:29.987Z[ helios-setup] Dec 20 22:57:28.390 INFO E| Downloaded serde v1.0.193
31212024-12-20T22:57:29.993Z[ helios-setup] Dec 20 22:57:28.397 INFO E| Downloaded block-buffer v0.9.0
31222024-12-20T22:57:29.996Z[ helios-setup] Dec 20 22:57:28.398 INFO E| Downloaded opaque-debug v0.3.0
31232024-12-20T22:57:29.999Z[ helios-setup] Dec 20 22:57:28.400 INFO E| Downloaded digest v0.9.0
31242024-12-20T22:57:30.016Z[ helios-setup] Dec 20 22:57:28.419 INFO E| Downloaded sha-1 v0.9.8
31252024-12-20T22:57:30.019Z[ helios-setup] Dec 20 22:57:28.423 INFO E| Downloaded ryu v1.0.15
31262024-12-20T22:57:30.025Z[ helios-setup] Dec 20 22:57:28.428 INFO E| Downloaded once_cell v1.18.0
31272024-12-20T22:57:30.030Z[ helios-setup] Dec 20 22:57:28.433 INFO E| Downloaded uuid v0.8.2
31282024-12-20T22:57:30.036Z[ helios-setup] Dec 20 22:57:28.440 INFO E| Downloaded unicode-ident v1.0.11
31292024-12-20T22:57:30.041Z[ helios-setup] Dec 20 22:57:28.444 INFO E| Downloaded proc-macro2 v1.0.66
31302024-12-20T22:57:30.047Z[ helios-setup] Dec 20 22:57:28.449 INFO E| Downloaded anyhow v1.0.72
31312024-12-20T22:57:30.047Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31322024-12-20T22:57:30.052Z[ helios-setup] Dec 20 22:57:28.455 INFO E| Downloaded bitflags v2.3.3
31332024-12-20T22:57:30.057Z[ helios-setup] Dec 20 22:57:28.460 INFO E| Downloaded serde_derive v1.0.193
31342024-12-20T22:57:30.061Z[ helios-setup] Dec 20 22:57:28.465 INFO E| Downloaded getrandom v0.2.10
31352024-12-20T22:57:30.067Z[ helios-setup] Dec 20 22:57:28.471 INFO E| Downloaded tempfile v3.7.0
31362024-12-20T22:57:30.071Z[ helios-setup] Dec 20 22:57:28.475 INFO E| Downloaded quote v1.0.31
31372024-12-20T22:57:30.076Z[ helios-setup] Dec 20 22:57:28.480 INFO E| Downloaded libdevinfo-sys v1.0.0
31382024-12-20T22:57:30.080Z[ helios-setup] Dec 20 22:57:28.481 INFO E| Downloaded serde_json v1.0.103
31392024-12-20T22:57:30.088Z[ helios-setup] Dec 20 22:57:28.491 INFO E| Downloaded fastrand v2.0.0
31402024-12-20T22:57:30.091Z[ helios-setup] Dec 20 22:57:28.493 INFO E| Downloaded cpufeatures v0.2.9
31412024-12-20T22:57:30.094Z[ helios-setup] Dec 20 22:57:28.496 INFO E| Downloaded md-5 v0.9.1
31422024-12-20T22:57:30.098Z[ helios-setup] Dec 20 22:57:28.498 INFO E| Downloaded itoa v1.0.9
31432024-12-20T22:57:30.098Z[ helios-setup] Dec 20 22:57:28.500 INFO E| Downloaded syn v2.0.32
31442024-12-20T22:57:30.113Z[ helios-setup] Dec 20 22:57:28.517 INFO E| Downloaded rustix v0.38.4
31452024-12-20T22:57:30.159Z[ helios-setup] Dec 20 22:57:28.563 INFO E| Downloaded libc v0.2.147
31462024-12-20T22:57:30.324Z[ helios-setup] Dec 20 22:57:28.727 INFO E| Compiling libc v0.2.147
31472024-12-20T22:57:30.324Z[ helios-setup] Dec 20 22:57:28.727 INFO E| Compiling proc-macro2 v1.0.66
31482024-12-20T22:57:30.324Z[ helios-setup] Dec 20 22:57:28.727 INFO E| Compiling unicode-ident v1.0.11
31492024-12-20T22:57:30.326Z[ helios-setup] Dec 20 22:57:28.727 INFO E| Compiling cfg-if v1.0.0
31502024-12-20T22:57:30.326Z[ helios-setup] Dec 20 22:57:28.727 INFO E| Compiling typenum v1.16.0
31512024-12-20T22:57:30.326Z[ helios-setup] Dec 20 22:57:28.727 INFO E| Compiling version_check v0.9.4
31522024-12-20T22:57:30.326Z[ helios-setup] Dec 20 22:57:28.727 INFO E| Compiling serde v1.0.193
31532024-12-20T22:57:30.326Z[ helios-setup] Dec 20 22:57:28.727 INFO E| Compiling time-core v0.1.2
31542024-12-20T22:57:30.485Z[ helios-setup] Dec 20 22:57:28.888 INFO E| Compiling rustix v0.38.4
31552024-12-20T22:57:30.826Z[ helios-setup] Dec 20 22:57:29.229 INFO E| Compiling slog v2.7.0
31562024-12-20T22:57:30.967Z[ helios-setup] Dec 20 22:57:29.370 INFO E| Compiling itoa v1.0.9
31572024-12-20T22:57:31.161Z[ host-package] Compiling hashlink v0.9.1
31582024-12-20T22:57:31.437Z[ helios-setup] Dec 20 22:57:29.840 INFO E| Compiling powerfmt v0.2.0
31592024-12-20T22:57:31.443Z[ host-package] Compiling tungstenite v0.23.0
31602024-12-20T22:57:31.828Z[ helios-setup] Dec 20 22:57:30.231 INFO E| Compiling generic-array v0.14.7
31612024-12-20T22:57:32.043Z[ helios-setup] Dec 20 22:57:30.446 INFO E| Compiling num-conv v0.1.0
31622024-12-20T22:57:32.275Z[ helios-setup] Dec 20 22:57:30.676 INFO E| Compiling deranged v0.3.11
31632024-12-20T22:57:32.287Z[ helios-setup] Dec 20 22:57:30.690 INFO E| Compiling bitflags v2.3.3
31642024-12-20T22:57:32.697Z[ helios-setup] Dec 20 22:57:31.100 INFO E| Compiling num_threads v0.1.6
31652024-12-20T22:57:32.791Z[ helios-setup] Dec 20 22:57:31.194 INFO E| Compiling once_cell v1.18.0
31662024-12-20T22:57:32.829Z[ helios-setup] Dec 20 22:57:31.232 INFO E| Compiling time-macros v0.2.18
31672024-12-20T22:57:33.435Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
31682024-12-20T22:57:33.557Z[ helios-setup] Dec 20 22:57:31.960 INFO E| Compiling thread_local v1.1.7
31692024-12-20T22:57:33.576Z[ helios-setup] Dec 20 22:57:31.979 INFO E| Compiling fastrand v2.0.0
31702024-12-20T22:57:34.318Z[ host-package] Compiling fallible-iterator v0.3.0
31712024-12-20T22:57:34.739Z[ helios-setup] Dec 20 22:57:33.141 INFO E| Compiling quote v1.0.31
31722024-12-20T22:57:34.993Z[ helios-setup] Dec 20 22:57:33.396 INFO E| Compiling dirs-sys-next v0.1.2
31732024-12-20T22:57:35.023Z[ helios-setup] Dec 20 22:57:33.425 INFO E| Compiling errno v0.3.1
31742024-12-20T22:57:35.465Z[ helios-setup] Dec 20 22:57:33.868 INFO E| Compiling dirs-next v2.0.0
31752024-12-20T22:57:35.739Z[ helios-setup] Dec 20 22:57:34.141 INFO E| Compiling syn v2.0.32
31762024-12-20T22:57:35.992Z[ helios-setup] Dec 20 22:57:34.394 INFO E| Compiling term v0.7.0
31772024-12-20T22:57:36.430Z[ host-package] Compiling base64 v0.13.1
31782024-12-20T22:57:36.555Z[ helios-setup] Dec 20 22:57:34.957 INFO E| Compiling atty v0.2.14
31792024-12-20T22:57:36.684Z[ helios-setup] Dec 20 22:57:35.086 INFO E| Compiling serde_json v1.0.103
31802024-12-20T22:57:36.961Z[ helios-setup] Dec 20 22:57:35.361 INFO E| Compiling opaque-debug v0.3.0
31812024-12-20T22:57:37.118Z[ helios-setup] Dec 20 22:57:35.520 INFO E| Compiling anyhow v1.0.72
31822024-12-20T22:57:37.375Z[ helios-setup] Dec 20 22:57:35.777 INFO E| Compiling getrandom v0.2.10
31832024-12-20T22:57:37.986Z[ host-package] Compiling ron v0.7.1
31842024-12-20T22:57:38.193Z[ helios-setup] Dec 20 22:57:36.595 INFO E| Compiling digest v0.9.0
31852024-12-20T22:57:38.349Z[ helios-setup] Dec 20 22:57:36.751 INFO E| Compiling block-buffer v0.9.0
31862024-12-20T22:57:38.545Z[ helios-setup] Dec 20 22:57:36.947 INFO E| Compiling ryu v1.0.15
31872024-12-20T22:57:38.673Z[ helios-setup] Dec 20 22:57:37.075 INFO E| Compiling unicode-width v0.1.10
31882024-12-20T22:57:38.843Z[ helios-setup] Dec 20 22:57:37.245 INFO E| Compiling cpufeatures v0.2.9
31892024-12-20T22:57:39.051Z[ helios-setup] Dec 20 22:57:37.453 INFO E| Compiling same-file v1.0.6
31902024-12-20T22:57:39.147Z[ host-package] Compiling rusqlite v0.32.1
31912024-12-20T22:57:39.180Z[ helios-setup] Dec 20 22:57:37.581 INFO E| Compiling getopts v0.2.21
31922024-12-20T22:57:39.292Z[ helios-setup] Dec 20 22:57:37.694 INFO E| Compiling tempfile v3.7.0
31932024-12-20T22:57:39.383Z[ helios-setup] Dec 20 22:57:37.780 INFO E| Compiling time v0.3.36
31942024-12-20T22:57:39.712Z[ helios-setup] Dec 20 22:57:38.114 INFO E| Compiling walkdir v2.3.3
31952024-12-20T22:57:40.074Z[ helios-setup] Dec 20 22:57:38.476 INFO E| Compiling sha-1 v0.9.8
31962024-12-20T22:57:40.805Z[ helios-setup] Dec 20 22:57:39.206 INFO E| Compiling md-5 v0.9.1
31972024-12-20T22:57:41.432Z[ helios-setup] Dec 20 22:57:39.833 INFO E| Compiling glob v0.3.1
31982024-12-20T22:57:41.654Z[ helios-setup] Dec 20 22:57:40.055 INFO E| Compiling libdevinfo-sys v1.0.0
31992024-12-20T22:57:42.428Z[ host-package] Compiling tokio-tungstenite v0.23.1
32002024-12-20T22:57:43.087Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32012024-12-20T22:57:43.136Z[ helios-setup] Dec 20 22:57:41.538 INFO E| Compiling slog-term v2.9.0
32022024-12-20T22:57:43.352Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32032024-12-20T22:57:46.481Z[ helios-setup] Dec 20 22:57:44.882 INFO E| Compiling serde_derive v1.0.193
32042024-12-20T22:57:47.459Z[ host-package] Compiling xz2 v0.1.7
32052024-12-20T22:57:48.281Z[ host-package] Compiling tokio-rustls v0.24.1
32062024-12-20T22:57:48.917Z[ host-package] Compiling zone v0.1.8
32072024-12-20T22:57:53.178Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32082024-12-20T22:58:01.086Z[ helios-setup] Dec 20 22:57:59.484 INFO E| Compiling toml v0.5.11
32092024-12-20T22:58:01.086Z[ helios-setup] Dec 20 22:57:59.484 INFO E| Compiling uuid v0.8.2
32102024-12-20T22:58:02.144Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32112024-12-20T22:58:03.856Z[ helios-setup] Dec 20 22:58:02.254 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32122024-12-20T22:58:07.259Z[ helios-setup] Dec 20 22:58:05.657 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32132024-12-20T22:58:08.732Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32142024-12-20T22:58:08.806Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32152024-12-20T22:58:10.897Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32162024-12-20T22:58:15.060Z[ host-package] Compiling rustls-pemfile v1.0.4
32172024-12-20T22:58:16.042Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32182024-12-20T22:58:16.452Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32192024-12-20T22:58:19.661Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32202024-12-20T22:58:19.892Z[ host-package] Compiling signal-hook-tokio v0.3.1
32212024-12-20T22:58:20.292Z[ host-package] Compiling twox-hash v1.6.3
32222024-12-20T22:58:20.404Z[ host-package] Compiling yasna v0.5.2
32232024-12-20T22:58:21.733Z[ host-package] Compiling smawk v0.3.2
32242024-12-20T22:58:22.170Z[ host-package] Compiling is_ci v1.2.0
32252024-12-20T22:58:22.621Z[ host-package] Compiling unicode-linebreak v0.1.5
32262024-12-20T22:58:23.322Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32272024-12-20T22:58:23.365Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32282024-12-20T22:58:23.841Z[ helios-setup] Dec 20 22:58:22.236 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.87s
32292024-12-20T22:58:23.878Z[ helios-setup] Dec 20 22:58:22.273 INFO building project "image-builder" ok (55 seconds)
32302024-12-20T22:58:23.878Z[ helios-setup] Dec 20 22:58:22.273 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
32312024-12-20T22:58:23.881Z[ helios-setup] Dec 20 22:58:22.273 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
32322024-12-20T22:58:24.389Z[ helios-setup] Dec 20 22:58:22.784 INFO E| Downloading crates ...
32332024-12-20T22:58:24.462Z[ helios-setup] Dec 20 22:58:22.856 INFO E| Downloaded sha2 v0.10.5
32342024-12-20T22:58:24.470Z[ helios-setup] Dec 20 22:58:22.864 INFO E| Downloaded bytes v1.2.1
32352024-12-20T22:58:24.480Z[ helios-setup] Dec 20 22:58:22.871 INFO E| Downloaded anyhow v1.0.62
32362024-12-20T22:58:24.482Z[ helios-setup] Dec 20 22:58:22.877 INFO E| Downloaded typenum v1.15.0
32372024-12-20T22:58:24.485Z[ helios-setup] Dec 20 22:58:22.880 INFO E| Downloaded digest v0.10.3
32382024-12-20T22:58:24.594Z[ helios-setup] Dec 20 22:58:22.989 INFO E| Compiling version_check v0.9.4
32392024-12-20T22:58:24.594Z[ helios-setup] Dec 20 22:58:22.989 INFO E| Compiling typenum v1.15.0
32402024-12-20T22:58:24.597Z[ helios-setup] Dec 20 22:58:22.989 INFO E| Compiling cfg-if v1.0.0
32412024-12-20T22:58:24.597Z[ helios-setup] Dec 20 22:58:22.989 INFO E| Compiling crc32fast v1.3.2
32422024-12-20T22:58:24.597Z[ helios-setup] Dec 20 22:58:22.989 INFO E| Compiling anyhow v1.0.62
32432024-12-20T22:58:24.598Z[ helios-setup] Dec 20 22:58:22.989 INFO E| Compiling adler v1.0.2
32442024-12-20T22:58:24.598Z[ helios-setup] Dec 20 22:58:22.989 INFO E| Compiling unicode-width v0.1.10
32452024-12-20T22:58:24.598Z[ helios-setup] Dec 20 22:58:22.989 INFO E| Compiling cpufeatures v0.2.5
32462024-12-20T22:58:25.459Z[ helios-setup] Dec 20 22:58:23.853 INFO E| Compiling getopts v0.2.21
32472024-12-20T22:58:25.461Z[ helios-setup] Dec 20 22:58:23.853 INFO E| Compiling bytes v1.2.1
32482024-12-20T22:58:25.721Z[ helios-setup] Dec 20 22:58:24.115 INFO E| Compiling bitflags v1.3.2
32492024-12-20T22:58:25.980Z[ helios-setup] Dec 20 22:58:24.375 INFO E| Compiling miniz_oxide v0.6.2
32502024-12-20T22:58:26.659Z[ helios-setup] Dec 20 22:58:25.054 INFO E| Compiling generic-array v0.14.6
32512024-12-20T22:58:28.166Z[ helios-setup] Dec 20 22:58:26.560 INFO E| Compiling flate2 v1.0.25
32522024-12-20T22:58:30.237Z[ host-package] Compiling textwrap v0.16.1
32532024-12-20T22:58:31.498Z[ helios-setup] Dec 20 22:58:29.891 INFO E| Compiling block-buffer v0.10.3
32542024-12-20T22:58:31.498Z[ helios-setup] Dec 20 22:58:29.892 INFO E| Compiling crypto-common v0.1.6
32552024-12-20T22:58:31.791Z[ helios-setup] Dec 20 22:58:30.181 INFO E| Compiling digest v0.10.3
32562024-12-20T22:58:32.203Z[ helios-setup] Dec 20 22:58:30.597 INFO E| Compiling sha2 v0.10.5
32572024-12-20T22:58:32.884Z[ helios-setup] Dec 20 22:58:31.277 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32582024-12-20T22:58:34.337Z[ host-package] Compiling supports-color v3.0.1
32592024-12-20T22:58:34.743Z[ host-package] Compiling rcgen v0.12.1
32602024-12-20T22:58:35.647Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32612024-12-20T22:58:39.268Z[ helios-setup] Dec 20 22:58:37.661 INFO E| Finished `release` profile [optimized] target(s) in 15.22s
32622024-12-20T22:58:39.288Z[ helios-setup] Dec 20 22:58:37.680 INFO building project "bootserver" ok (15 seconds)
32632024-12-20T22:58:39.288Z[ helios-setup] Dec 20 22:58:37.681 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32642024-12-20T22:58:39.291Z[ helios-setup] Dec 20 22:58:37.681 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32652024-12-20T22:58:39.301Z[ helios-setup] Dec 20 22:58:37.693 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
32662024-12-20T22:58:39.698Z[ helios-setup] Dec 20 22:58:38.091 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
32672024-12-20T22:58:39.698Z[ helios-setup] Dec 20 22:58:38.091 INFO E| info: downloading component 'cargo'
32682024-12-20T22:58:41.422Z[ helios-setup] Dec 20 22:58:39.814 INFO E| info: downloading component 'clippy'
32692024-12-20T22:58:41.685Z[ helios-setup] Dec 20 22:58:40.077 INFO E| info: downloading component 'rust-docs'
32702024-12-20T22:58:41.775Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32712024-12-20T22:58:42.858Z[ helios-setup] Dec 20 22:58:41.250 INFO E| info: downloading component 'rust-src'
32722024-12-20T22:58:43.126Z[ helios-setup] Dec 20 22:58:41.518 INFO E| info: downloading component 'rust-std'
32732024-12-20T22:58:45.546Z[ helios-setup] Dec 20 22:58:43.938 INFO E| info: downloading component 'rustc'
32742024-12-20T22:58:47.649Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
32752024-12-20T22:58:48.819Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32762024-12-20T22:58:50.714Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32772024-12-20T22:58:50.810Z[ helios-setup] Dec 20 22:58:49.201 INFO E| info: downloading component 'rustfmt'
32782024-12-20T22:58:51.184Z[ helios-setup] Dec 20 22:58:49.574 INFO E| info: installing component 'cargo'
32792024-12-20T22:58:52.562Z[ helios-setup] Dec 20 22:58:50.952 INFO E| info: installing component 'clippy'
32802024-12-20T22:58:52.878Z[ helios-setup] Dec 20 22:58:51.268 INFO E| info: installing component 'rust-docs'
32812024-12-20T22:58:58.542Z[ helios-setup] Dec 20 22:58:56.931 INFO E| info: installing component 'rust-src'
32822024-12-20T22:58:59.063Z[ helios-setup] Dec 20 22:58:57.453 INFO E| info: installing component 'rust-std'
32832024-12-20T22:59:01.671Z[ helios-setup] Dec 20 22:59:00.060 INFO E| info: installing component 'rustc'
32842024-12-20T22:59:07.880Z[ helios-setup] Dec 20 22:59:06.268 INFO E| info: installing component 'rustfmt'
32852024-12-20T22:59:08.782Z[ helios-setup] Dec 20 22:59:07.169 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32862024-12-20T22:59:09.751Z[ helios-setup] Dec 20 22:59:08.138 INFO E| From https://github.com/oxidecomputer/amd-apcb
32872024-12-20T22:59:09.751Z[ helios-setup] Dec 20 22:59:08.138 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
32882024-12-20T22:59:09.754Z[ helios-setup] Dec 20 22:59:08.138 INFO E| * [new tag] v0.4.3 -> v0.4.3
32892024-12-20T22:59:09.789Z[ helios-setup] Dec 20 22:59:08.177 INFO E| * [new tag] v0.1.3 -> v0.1.3
32902024-12-20T22:59:09.789Z[ helios-setup] Dec 20 22:59:08.177 INFO E| * [new tag] v0.1.4 -> v0.1.4
32912024-12-20T22:59:09.792Z[ helios-setup] Dec 20 22:59:08.177 INFO E| * [new tag] v0.1.5 -> v0.1.5
32922024-12-20T22:59:09.792Z[ helios-setup] Dec 20 22:59:08.177 INFO E| * [new tag] v0.2.0 -> v0.2.0
32932024-12-20T22:59:09.792Z[ helios-setup] Dec 20 22:59:08.177 INFO E| * [new tag] v0.3.0 -> v0.3.0
32942024-12-20T22:59:09.792Z[ helios-setup] Dec 20 22:59:08.178 INFO E| * [new tag] v0.3.1 -> v0.3.1
32952024-12-20T22:59:09.792Z[ helios-setup] Dec 20 22:59:08.178 INFO E| * [new tag] v0.3.2 -> v0.3.2
32962024-12-20T22:59:09.793Z[ helios-setup] Dec 20 22:59:08.178 INFO E| * [new tag] v0.3.3 -> v0.3.3
32972024-12-20T22:59:09.793Z[ helios-setup] Dec 20 22:59:08.178 INFO E| * [new tag] v0.4.0 -> v0.4.0
32982024-12-20T22:59:09.793Z[ helios-setup] Dec 20 22:59:08.178 INFO E| * [new tag] v0.4.1 -> v0.4.1
32992024-12-20T22:59:09.793Z[ helios-setup] Dec 20 22:59:08.178 INFO E| * [new tag] v0.4.2 -> v0.4.2
33002024-12-20T22:59:09.847Z[ helios-setup] Dec 20 22:59:08.234 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
33012024-12-20T22:59:10.814Z[ helios-setup] Dec 20 22:59:09.201 INFO E| From https://github.com/oxidecomputer/amd-efs
33022024-12-20T22:59:10.814Z[ helios-setup] Dec 20 22:59:09.201 INFO E| * [new branch] empty -> origin/empty
33032024-12-20T22:59:10.814Z[ helios-setup] Dec 20 22:59:09.202 INFO E| * [new branch] issue-99 -> origin/issue-99
33042024-12-20T22:59:10.817Z[ helios-setup] Dec 20 22:59:09.202 INFO E| * [new branch] main -> origin/main
33052024-12-20T22:59:10.817Z[ helios-setup] Dec 20 22:59:09.202 INFO E| * [new branch] review -> origin/review
33062024-12-20T22:59:10.817Z[ helios-setup] Dec 20 22:59:09.202 INFO E| * [new ref] -> origin/HEAD
33072024-12-20T22:59:10.817Z[ helios-setup] Dec 20 22:59:09.202 INFO E| * [new tag] v0.2.0 -> v0.2.0
33082024-12-20T22:59:10.817Z[ helios-setup] Dec 20 22:59:09.202 INFO E| * [new tag] v0.2.1 -> v0.2.1
33092024-12-20T22:59:10.817Z[ helios-setup] Dec 20 22:59:09.203 INFO E| * [new tag] v0.2.2 -> v0.2.2
33102024-12-20T22:59:10.817Z[ helios-setup] Dec 20 22:59:09.203 INFO E| * [new tag] v0.2.3 -> v0.2.3
33112024-12-20T22:59:10.817Z[ helios-setup] Dec 20 22:59:09.203 INFO E| * [new tag] v0.2.4 -> v0.2.4
33122024-12-20T22:59:10.817Z[ helios-setup] Dec 20 22:59:09.203 INFO E| * [new tag] v0.2.5 -> v0.2.5
33132024-12-20T22:59:10.817Z[ helios-setup] Dec 20 22:59:09.203 INFO E| * [new tag] v0.2.6 -> v0.2.6
33142024-12-20T22:59:10.817Z[ helios-setup] Dec 20 22:59:09.203 INFO E| * [new tag] v0.2.7 -> v0.2.7
33152024-12-20T22:59:10.817Z[ helios-setup] Dec 20 22:59:09.203 INFO E| * [new tag] v0.3.0 -> v0.3.0
33162024-12-20T22:59:10.817Z[ helios-setup] Dec 20 22:59:09.203 INFO E| * [new tag] v0.3.1 -> v0.3.1
33172024-12-20T22:59:10.817Z[ helios-setup] Dec 20 22:59:09.204 INFO E| * [new tag] v0.4.0 -> v0.4.0
33182024-12-20T22:59:10.817Z[ helios-setup] Dec 20 22:59:09.204 INFO E| * [new tag] v0.4.1 -> v0.4.1
33192024-12-20T22:59:10.817Z[ helios-setup] Dec 20 22:59:09.204 INFO E| * [new tag] v0.4.2 -> v0.4.2
33202024-12-20T22:59:10.817Z[ helios-setup] Dec 20 22:59:09.204 INFO E| * [new tag] v0.4.3 -> v0.4.3
33212024-12-20T22:59:10.846Z[ helios-setup] Dec 20 22:59:09.233 INFO E| Updating crates.io index
33222024-12-20T22:59:11.045Z[ helios-setup] Dec 20 22:59:09.433 INFO E| Downloading crates ...
33232024-12-20T22:59:11.195Z[ helios-setup] Dec 20 22:59:09.582 INFO E| Downloaded unic-ucd-version v0.9.0
33242024-12-20T22:59:11.198Z[ helios-setup] Dec 20 22:59:09.585 INFO E| Downloaded unic-common v0.9.0
33252024-12-20T22:59:11.200Z[ helios-setup] Dec 20 22:59:09.586 INFO E| Downloaded unic-char-property v0.9.0
33262024-12-20T22:59:11.203Z[ helios-setup] Dec 20 22:59:09.588 INFO E| Downloaded unic-char-range v0.9.0
33272024-12-20T22:59:11.205Z[ helios-setup] Dec 20 22:59:09.591 INFO E| Downloaded parse_int v0.6.0
33282024-12-20T22:59:11.205Z[ helios-setup] Dec 20 22:59:09.592 INFO E| Downloaded memoffset v0.5.6
33292024-12-20T22:59:11.214Z[ helios-setup] Dec 20 22:59:09.593 INFO E| Downloaded cfg-if v0.1.10
33302024-12-20T22:59:11.214Z[ helios-setup] Dec 20 22:59:09.596 INFO E| Downloaded strum v0.23.0
33312024-12-20T22:59:11.217Z[ helios-setup] Dec 20 22:59:09.598 INFO E| Downloaded structopt-derive v0.4.18
33322024-12-20T22:59:11.217Z[ helios-setup] Dec 20 22:59:09.599 INFO E| Downloaded scroll_derive v0.10.5
33332024-12-20T22:59:11.217Z[ helios-setup] Dec 20 22:59:09.601 INFO E| Downloaded modular-bitfield-impl v0.11.2
33342024-12-20T22:59:11.219Z[ helios-setup] Dec 20 22:59:09.604 INFO E| Downloaded vec_map v0.8.2
33352024-12-20T22:59:11.219Z[ helios-setup] Dec 20 22:59:09.606 INFO E| Downloaded strum_macros v0.23.1
33362024-12-20T22:59:11.222Z[ helios-setup] Dec 20 22:59:09.609 INFO E| Downloaded strsim v0.8.0
33372024-12-20T22:59:11.225Z[ helios-setup] Dec 20 22:59:09.612 INFO E| Downloaded unic-ucd-ident v0.9.0
33382024-12-20T22:59:11.227Z[ helios-setup] Dec 20 22:59:09.615 INFO E| Downloaded thiserror-impl v1.0.64
33392024-12-20T22:59:11.230Z[ helios-setup] Dec 20 22:59:09.617 INFO E| Downloaded thiserror v1.0.64
33402024-12-20T22:59:11.240Z[ helios-setup] Dec 20 22:59:09.627 INFO E| Downloaded serde_derive v1.0.210
33412024-12-20T22:59:11.244Z[ helios-setup] Dec 20 22:59:09.632 INFO E| Downloaded scroll v0.10.2
33422024-12-20T22:59:11.247Z[ helios-setup] Dec 20 22:59:09.635 INFO E| Downloaded pre-proc-macro v0.2.1
33432024-12-20T22:59:11.251Z[ helios-setup] Dec 20 22:59:09.638 INFO E| Downloaded structopt v0.3.26
33442024-12-20T22:59:11.265Z[ helios-setup] Dec 20 22:59:09.651 INFO E| Downloaded serde v1.0.210
33452024-12-20T22:59:11.270Z[ helios-setup] Dec 20 22:59:09.657 INFO E| Downloaded modular-bitfield v0.11.2
33462024-12-20T22:59:11.287Z[ helios-setup] Dec 20 22:59:09.675 INFO E| Downloaded pest v2.7.13
33472024-12-20T22:59:11.296Z[ helios-setup] Dec 20 22:59:09.683 INFO E| Downloaded serde_json v1.0.128
33482024-12-20T22:59:11.310Z[ helios-setup] Dec 20 22:59:09.698 INFO E| Downloaded syn v2.0.79
33492024-12-20T22:59:11.328Z[ helios-setup] Dec 20 22:59:09.715 INFO E| Downloaded goblin v0.4.3
33502024-12-20T22:59:11.338Z[ helios-setup] Dec 20 22:59:09.725 INFO E| Downloaded libc v0.2.159
33512024-12-20T22:59:11.380Z[ helios-setup] Dec 20 22:59:09.768 INFO E| Downloaded clap v2.34.0
33522024-12-20T22:59:11.391Z[ helios-setup] Dec 20 22:59:09.778 INFO E| Downloaded pest_derive v2.7.13
33532024-12-20T22:59:11.394Z[ helios-setup] Dec 20 22:59:09.782 INFO E| Downloaded pest_meta v2.7.13
33542024-12-20T22:59:11.398Z[ helios-setup] Dec 20 22:59:09.785 INFO E| Downloaded pest_generator v2.7.13
33552024-12-20T22:59:11.401Z[ helios-setup] Dec 20 22:59:09.787 INFO E| Downloaded once_cell v1.20.1
33562024-12-20T22:59:11.404Z[ helios-setup] Dec 20 22:59:09.791 INFO E| Downloaded textwrap v0.11.0
33572024-12-20T22:59:11.406Z[ helios-setup] Dec 20 22:59:09.794 INFO E| Downloaded semver-parser v0.7.0
33582024-12-20T22:59:11.409Z[ helios-setup] Dec 20 22:59:09.795 INFO E| Downloaded proc-macro-crate v0.1.5
33592024-12-20T22:59:11.409Z[ helios-setup] Dec 20 22:59:09.796 INFO E| Downloaded pre v0.2.1
33602024-12-20T22:59:11.412Z[ helios-setup] Dec 20 22:59:09.798 INFO E| Downloaded fletcher v0.1.0
33612024-12-20T22:59:11.412Z[ helios-setup] Dec 20 22:59:09.799 INFO E| Downloaded ansi_term v0.12.1
33622024-12-20T22:59:11.415Z[ helios-setup] Dec 20 22:59:09.802 INFO E| Downloaded semver v0.9.0
33632024-12-20T22:59:11.417Z[ helios-setup] Dec 20 22:59:09.804 INFO E| Downloaded rustc_version v0.2.3
33642024-12-20T22:59:11.420Z[ helios-setup] Dec 20 22:59:09.806 INFO E| Downloaded four-cc v0.3.0
33652024-12-20T22:59:11.420Z[ helios-setup] Dec 20 22:59:09.807 INFO E| Downloaded bytesize v1.3.0
33662024-12-20T22:59:11.518Z[ helios-setup] Dec 20 22:59:09.905 INFO E| Compiling proc-macro2 v1.0.86
33672024-12-20T22:59:11.518Z[ helios-setup] Dec 20 22:59:09.905 INFO E| Compiling unicode-ident v1.0.13
33682024-12-20T22:59:11.518Z[ helios-setup] Dec 20 22:59:09.905 INFO E| Compiling syn v1.0.109
33692024-12-20T22:59:11.523Z[ helios-setup] Dec 20 22:59:09.905 INFO E| Compiling version_check v0.9.5
33702024-12-20T22:59:11.523Z[ helios-setup] Dec 20 22:59:09.905 INFO E| Compiling memchr v2.7.4
33712024-12-20T22:59:11.523Z[ helios-setup] Dec 20 22:59:09.905 INFO E| Compiling semver-parser v0.7.0
33722024-12-20T22:59:11.523Z[ helios-setup] Dec 20 22:59:09.905 INFO E| Compiling thiserror v1.0.64
33732024-12-20T22:59:11.524Z[ helios-setup] Dec 20 22:59:09.905 INFO E| Compiling autocfg v1.4.0
33742024-12-20T22:59:12.486Z[ helios-setup] Dec 20 22:59:10.873 INFO E| Compiling serde v1.0.210
33752024-12-20T22:59:12.888Z[ helios-setup] Dec 20 22:59:11.275 INFO E| Compiling proc-macro-error-attr v1.0.4
33762024-12-20T22:59:13.565Z[ helios-setup] Dec 20 22:59:11.952 INFO E| Compiling semver v0.9.0
33772024-12-20T22:59:13.773Z[ helios-setup] Dec 20 22:59:12.160 INFO E| Compiling proc-macro-error v1.0.4
33782024-12-20T22:59:14.122Z[ helios-setup] Dec 20 22:59:12.508 INFO E| Compiling serde_json v1.0.128
33792024-12-20T22:59:14.243Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33802024-12-20T22:59:14.388Z[ helios-setup] Dec 20 22:59:12.766 INFO E| Compiling rustc_version v0.2.3
33812024-12-20T22:59:14.427Z[ helios-setup] Dec 20 22:59:12.814 INFO E| Compiling num-traits v0.2.19
33822024-12-20T22:59:14.697Z[ helios-setup] Dec 20 22:59:13.084 INFO E| Compiling ryu v1.0.18
33832024-12-20T22:59:14.939Z[ helios-setup] Dec 20 22:59:13.325 INFO E| Compiling schemars v0.8.21
33842024-12-20T22:59:15.119Z[ helios-setup] Dec 20 22:59:13.506 INFO E| Compiling itoa v1.0.11
33852024-12-20T22:59:15.510Z[ helios-setup] Dec 20 22:59:13.896 INFO E| Compiling unicode-segmentation v1.12.0
33862024-12-20T22:59:15.543Z[ helios-setup] Dec 20 22:59:13.930 INFO E| Compiling pre-proc-macro v0.2.1
33872024-12-20T22:59:15.798Z[ helios-setup] Dec 20 22:59:14.185 INFO E| Compiling memoffset v0.5.6
33882024-12-20T22:59:15.799Z[ helios-setup] Dec 20 22:59:14.185 INFO E| Compiling libc v0.2.159
33892024-12-20T22:59:16.185Z[ helios-setup] Dec 20 22:59:14.568 INFO E| Compiling quote v1.0.37
33902024-12-20T22:59:16.495Z[ helios-setup] Dec 20 22:59:14.881 INFO E| Compiling ucd-trie v0.1.7
33912024-12-20T22:59:16.761Z[ helios-setup] Dec 20 22:59:15.147 INFO E| Compiling dyn-clone v1.0.17
33922024-12-20T22:59:16.907Z[ helios-setup] Dec 20 22:59:15.294 INFO E| Compiling rustversion v1.0.17
33932024-12-20T22:59:17.192Z[ helios-setup] Dec 20 22:59:15.579 INFO E| Compiling syn v2.0.79
33942024-12-20T22:59:17.452Z[ helios-setup] Dec 20 22:59:15.838 INFO E| Compiling heck v0.3.3
33952024-12-20T22:59:17.618Z[ helios-setup] Dec 20 22:59:16.004 INFO E| Compiling paste v1.0.15
33962024-12-20T22:59:18.336Z[ helios-setup] Dec 20 22:59:16.723 INFO E| Compiling lazy_static v1.5.0
33972024-12-20T22:59:18.602Z[ helios-setup] Dec 20 22:59:16.988 INFO E| Compiling pre v0.2.1
33982024-12-20T22:59:18.723Z[ helios-setup] Dec 20 22:59:17.109 INFO E| Compiling once_cell v1.20.1
33992024-12-20T22:59:19.250Z[ helios-setup] Dec 20 22:59:17.636 INFO E| Compiling static_assertions v1.1.0
34002024-12-20T22:59:19.435Z[ helios-setup] Dec 20 22:59:17.821 INFO E| Compiling byteorder v1.5.0
34012024-12-20T22:59:19.438Z[ helios-setup] Dec 20 22:59:17.821 INFO E| Compiling cfg-if v0.1.10
34022024-12-20T22:59:21.449Z[ helios-setup] Dec 20 22:59:19.834 INFO E| Compiling unicode-width v0.1.14
34032024-12-20T22:59:21.831Z[ helios-setup] Dec 20 22:59:20.217 INFO E| Compiling atty v0.2.14
34042024-12-20T22:59:21.993Z[ helios-setup] Dec 20 22:59:20.379 INFO E| Compiling unic-char-range v0.9.0
34052024-12-20T22:59:22.461Z[ helios-setup] Dec 20 22:59:20.847 INFO E| Compiling textwrap v0.11.0
34062024-12-20T22:59:22.585Z[ helios-setup] Dec 20 22:59:20.971 INFO E| Compiling ansi_term v0.12.1
34072024-12-20T22:59:23.128Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34082024-12-20T22:59:23.423Z[ helios-setup] Dec 20 22:59:21.809 INFO E| Compiling parse_int v0.6.0
34092024-12-20T22:59:23.472Z[ helios-setup] Dec 20 22:59:21.857 INFO E| Compiling fletcher v0.1.0
34102024-12-20T22:59:23.610Z[ helios-setup] Dec 20 22:59:21.996 INFO E| Compiling vec_map v0.8.2
34112024-12-20T22:59:23.879Z[ helios-setup] Dec 20 22:59:22.264 INFO E| Compiling unic-common v0.9.0
34122024-12-20T22:59:23.932Z[ helios-setup] Dec 20 22:59:22.318 INFO E| Compiling bitflags v1.3.2
34132024-12-20T22:59:24.037Z[ helios-setup] Dec 20 22:59:22.422 INFO E| Compiling strsim v0.8.0
34142024-12-20T22:59:24.096Z[ helios-setup] Dec 20 22:59:22.481 INFO E| Compiling strum v0.23.0
34152024-12-20T22:59:24.108Z[ helios-setup] Dec 20 22:59:22.494 INFO E| Compiling unic-ucd-version v0.9.0
34162024-12-20T22:59:24.148Z[ helios-setup] Dec 20 22:59:22.533 INFO E| Compiling unic-char-property v0.9.0
34172024-12-20T22:59:24.270Z[ helios-setup] Dec 20 22:59:22.655 INFO E| Compiling log v0.4.22
34182024-12-20T22:59:24.306Z[ helios-setup] Dec 20 22:59:22.691 INFO E| Compiling plain v0.2.3
34192024-12-20T22:59:24.427Z[ helios-setup] Dec 20 22:59:22.812 INFO E| Compiling clap v2.34.0
34202024-12-20T22:59:24.438Z[ helios-setup] Dec 20 22:59:22.823 INFO E| Compiling unic-ucd-ident v0.9.0
34212024-12-20T22:59:24.885Z[ helios-setup] Dec 20 22:59:23.270 INFO E| Compiling bytesize v1.3.0
34222024-12-20T22:59:26.577Z[ helios-setup] Dec 20 22:59:24.962 INFO E| Compiling serde_derive_internals v0.29.1
34232024-12-20T22:59:28.063Z[ helios-setup] Dec 20 22:59:26.448 INFO E| Compiling toml v0.5.11
34242024-12-20T22:59:31.430Z[ helios-setup] Dec 20 22:59:29.814 INFO E| Compiling proc-macro-crate v0.1.5
34252024-12-20T22:59:32.999Z[ helios-setup] Dec 20 22:59:31.383 INFO E| Compiling thiserror-impl v1.0.64
34262024-12-20T22:59:32.999Z[ helios-setup] Dec 20 22:59:31.383 INFO E| Compiling serde_derive v1.0.210
34272024-12-20T22:59:33.004Z[ helios-setup] Dec 20 22:59:31.383 INFO E| Compiling schemars_derive v0.8.21
34282024-12-20T22:59:34.132Z[ helios-setup] Dec 20 22:59:32.516 INFO E| Compiling zerocopy-derive v0.6.6
34292024-12-20T22:59:36.228Z[ helios-setup] Dec 20 22:59:34.611 INFO E| Compiling num-derive v0.4.2
34302024-12-20T22:59:38.153Z[ helios-setup] Dec 20 22:59:36.536 INFO E| Compiling zerocopy v0.6.6
34312024-12-20T22:59:39.302Z[ helios-setup] Dec 20 22:59:37.684 INFO E| Compiling pest v2.7.13
34322024-12-20T22:59:41.590Z[ helios-setup] Dec 20 22:59:39.972 INFO E| Compiling modular-bitfield-impl v0.11.2
34332024-12-20T22:59:41.942Z[ helios-setup] Dec 20 22:59:40.325 INFO E| Compiling scroll_derive v0.10.5
34342024-12-20T22:59:42.965Z[ helios-setup] Dec 20 22:59:41.347 INFO E| Compiling strum_macros v0.23.1
34352024-12-20T22:59:43.774Z[ helios-setup] Dec 20 22:59:41.780 INFO E| Compiling structopt-derive v0.4.18
34362024-12-20T22:59:44.774Z[ helios-setup] Dec 20 22:59:43.155 INFO E| Compiling pest_meta v2.7.13
34372024-12-20T22:59:45.356Z[ helios-setup] Dec 20 22:59:43.738 INFO E| Compiling scroll v0.10.2
34382024-12-20T22:59:46.667Z[ helios-setup] Dec 20 22:59:45.048 INFO E| Compiling goblin v0.4.3
34392024-12-20T22:59:47.449Z[ helios-setup] Dec 20 22:59:45.831 INFO E| Compiling modular-bitfield v0.11.2
34402024-12-20T22:59:47.627Z[ helios-setup] Dec 20 22:59:46.009 INFO E| Compiling pest_generator v2.7.13
34412024-12-20T22:59:48.845Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34422024-12-20T22:59:49.317Z[ helios-setup] Dec 20 22:59:47.698 INFO E| Compiling structopt v0.3.26
34432024-12-20T22:59:50.081Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34442024-12-20T22:59:51.518Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34452024-12-20T22:59:52.040Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
34462024-12-20T22:59:53.311Z[ helios-setup] Dec 20 22:59:51.692 INFO E| Compiling pest_derive v2.7.13
34472024-12-20T22:59:55.956Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34482024-12-20T22:59:58.379Z[ helios-setup] Dec 20 22:59:56.758 INFO E| Compiling json5 v0.4.1
34492024-12-20T23:00:02.447Z[ host-package] Compiling fatfs v0.3.6
34502024-12-20T23:00:03.287Z[ host-package] Compiling subprocess v0.2.9
34512024-12-20T23:00:04.583Z[ helios-setup] Dec 20 23:00:02.962 INFO E| Compiling four-cc v0.3.0
34522024-12-20T23:00:04.586Z[ helios-setup] Dec 20 23:00:02.962 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
34532024-12-20T23:00:04.815Z[ helios-setup] Dec 20 23:00:03.194 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
34542024-12-20T23:00:07.367Z[ host-package] Compiling rtoolbox v0.0.2
34552024-12-20T23:00:08.158Z[ host-package] Compiling assert_matches v1.5.0
34562024-12-20T23:00:10.356Z[ host-package] Compiling rpassword v7.3.1
34572024-12-20T23:00:11.077Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34582024-12-20T23:00:11.931Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34592024-12-20T23:00:17.724Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34602024-12-20T23:00:17.875Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34612024-12-20T23:00:20.861Z[ host-package] Compiling tui-tree-widget v0.22.0
34622024-12-20T23:00:21.510Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34632024-12-20T23:00:26.888Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34642024-12-20T23:00:27.439Z[ host-package] Compiling uzers v0.12.1
34652024-12-20T23:00:31.429Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34662024-12-20T23:00:38.615Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34672024-12-20T23:00:41.472Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34682024-12-20T23:00:53.823Z[ helios-setup] Dec 20 23:00:52.194 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
34692024-12-20T23:01:10.308Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34702024-12-20T23:01:15.062Z[ helios-setup] Dec 20 23:01:13.429 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34712024-12-20T23:01:19.798Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34722024-12-20T23:01:24.288Z[ host-package] Compiling multimap v0.10.0
34732024-12-20T23:02:13.035Z[ helios-setup] Dec 20 23:02:11.391 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 3m 04s
34742024-12-20T23:02:13.073Z[ helios-setup] Dec 20 23:02:11.429 INFO building project "amd-host-image-builder" ok (213 seconds)
34752024-12-20T23:02:13.077Z[ helios-setup] rm -f helios-build
34762024-12-20T23:02:13.081Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34772024-12-20T23:02:13.083Z[ helios-setup]
34782024-12-20T23:02:13.086Z[ helios-setup] Setup complete! ./helios-build is now available.
34792024-12-20T23:02:13.089Z[ helios-setup]
34802024-12-20T23:02:13.089Z[ helios-setup]
34812024-12-20T23:02:13.089Z[ helios-setup] real 13:25.663991249
34822024-12-20T23:02:13.089Z[ helios-setup] user 32:16.292823715
34832024-12-20T23:02:13.089Z[ helios-setup] sys 3:54.684285760
34842024-12-20T23:02:13.089Z[ helios-setup] trap 2.269598841
34852024-12-20T23:02:13.089Z[ helios-setup] tflt 8.425095234
34862024-12-20T23:02:13.089Z[ helios-setup] dflt 38.006760760
34872024-12-20T23:02:13.089Z[ helios-setup] kflt 0.040183092
34882024-12-20T23:02:13.099Z[ helios-setup] lock 2:20:16.249984597
34892024-12-20T23:02:13.099Z[ helios-setup] slp 4:10:07.149300578
34902024-12-20T23:02:13.099Z[ helios-setup] lat 36:34.185594289
34912024-12-20T23:02:13.099Z[ helios-setup] stop 5:07.049747738
34922024-12-20T23:02:13.099ZDec 20 23:02:11.449 INFO [helios-setup] process exited with exit status: 0 (805.672442109s)
34932024-12-20T23:02:13.099ZDec 20 23:02:11.449 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34942024-12-20T23:02:13.121Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34952024-12-20T23:02:13.458Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34962024-12-20T23:02:13.459Z[ phbl-toolchain] info: downloading component 'cargo'
34972024-12-20T23:02:14.904Z[ phbl-toolchain] info: downloading component 'clippy'
34982024-12-20T23:02:15.545Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34992024-12-20T23:02:21.680Z[ phbl-toolchain] info: downloading component 'miri'
35002024-12-20T23:02:21.868Z[ phbl-toolchain] info: downloading component 'rust-docs'
35012024-12-20T23:02:23.628Z[ phbl-toolchain] info: downloading component 'rust-src'
35022024-12-20T23:02:23.850Z[ phbl-toolchain] info: downloading component 'rust-std'
35032024-12-20T23:02:26.090Z[ phbl-toolchain] info: downloading component 'rustc'
35042024-12-20T23:02:34.456Z[ phbl-toolchain] info: downloading component 'rustfmt'
35052024-12-20T23:02:34.720Z[ phbl-toolchain] info: installing component 'cargo'
35062024-12-20T23:02:36.117Z[ phbl-toolchain] info: installing component 'clippy'
35072024-12-20T23:02:36.690Z[ phbl-toolchain] info: installing component 'llvm-tools'
35082024-12-20T23:02:42.388Z[ phbl-toolchain] info: installing component 'miri'
35092024-12-20T23:02:42.718Z[ phbl-toolchain] info: installing component 'rust-docs'
35102024-12-20T23:02:51.962Z[ phbl-toolchain] info: installing component 'rust-src'
35112024-12-20T23:02:52.578Z[ phbl-toolchain] info: installing component 'rust-std'
35122024-12-20T23:02:55.247Z[ phbl-toolchain] info: installing component 'rustc'
35132024-12-20T23:03:04.860Z[ phbl-toolchain] info: installing component 'rustfmt'
35142024-12-20T23:03:05.745Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
35152024-12-20T23:03:05.764ZDec 20 23:03:04.088 INFO [phbl-toolchain] process exited with exit status: 0 (52.638547334s)
35162024-12-20T23:04:13.882Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35172024-12-20T23:04:15.001Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35182024-12-20T23:11:57.144Z[ host-package] Finished `release` profile [optimized] target(s) in 22m 12s
35192024-12-20T23:13:07.011ZDec 20 23:13:05.269 INFO [host-package] process exited with exit status: 0 (1402.094161467s)
35202024-12-20T23:13:07.011ZDec 20 23:13:05.269 INFO [host-stamp] running task
35212024-12-20T23:13:07.014ZDec 20 23:13:05.270 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35222024-12-20T23:13:07.014ZDec 20 23:13:05.270 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+git50917c7c011
35232024-12-20T23:13:07.036ZDec 20 23:13:05.295 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+git50917c7c011
35242024-12-20T23:13:07.046Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35252024-12-20T23:13:07.054Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35262024-12-20T23:13:07.057ZDec 20 23:13:05.313 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+git50917c7c011
35272024-12-20T23:13:07.067Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35282024-12-20T23:13:07.070ZDec 20 23:13:05.329 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+git50917c7c011
35292024-12-20T23:13:07.083Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35302024-12-20T23:13:07.087Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35312024-12-20T23:13:07.101Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35322024-12-20T23:13:07.101ZDec 20 23:13:05.347 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+git50917c7c011
35332024-12-20T23:13:07.114Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35342024-12-20T23:13:07.118Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35352024-12-20T23:13:07.118ZDec 20 23:13:05.367 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+git50917c7c011
35362024-12-20T23:13:07.128Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35372024-12-20T23:13:07.134ZDec 20 23:13:05.385 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+git50917c7c011
35382024-12-20T23:13:07.149Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35392024-12-20T23:13:07.149ZDec 20 23:13:05.405 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+git50917c7c011
35402024-12-20T23:13:07.160Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35412024-12-20T23:13:07.164Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35422024-12-20T23:13:07.167ZDec 20 23:13:05.423 INFO [stamp-oxlog] process exited with exit status: 0 (127.961612ms)
35432024-12-20T23:13:07.168ZDec 20 23:13:05.423 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (152.944703ms)
35442024-12-20T23:13:07.168ZDec 20 23:13:05.423 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (110.557402ms)
35452024-12-20T23:13:07.168ZDec 20 23:13:05.423 INFO [stamp-overlay] process exited with exit status: 0 (94.521912ms)
35462024-12-20T23:13:07.178Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35472024-12-20T23:13:07.420Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35482024-12-20T23:13:07.423ZDec 20 23:13:05.681 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (295.385085ms)
35492024-12-20T23:13:07.559Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35502024-12-20T23:13:07.563ZDec 20 23:13:05.822 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (416.413011ms)
35512024-12-20T23:13:08.269Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35522024-12-20T23:13:08.273ZDec 20 23:13:06.531 INFO [stamp-propolis-server] process exited with exit status: 0 (1.184538162s)
35532024-12-20T23:13:08.386Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35542024-12-20T23:13:11.230Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35552024-12-20T23:13:18.162Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35562024-12-20T23:13:18.166ZDec 20 23:13:16.423 INFO [stamp-switch-asic] process exited with exit status: 0 (11.056939219s)
35572024-12-20T23:13:18.169ZDec 20 23:13:16.424 INFO [host-stamp] task succeeded (11.154474301s)
35582024-12-20T23:13:18.169ZDec 20 23:13:16.424 INFO [host-proto] running task
35592024-12-20T23:13:18.622ZDec 20 23:13:16.879 INFO [host-proto] task succeeded (455.396498ms)
35602024-12-20T23:13:18.622ZDec 20 23:13:16.879 INFO [host-profile] running task
35612024-12-20T23:13:18.626ZDec 20 23:13:16.880 INFO [host-profile] task succeeded (434.31µs)
35622024-12-20T23:13:18.626ZDec 20 23:13:16.880 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/.tmpzMcpQQ/proto/host/root -N 'ci 50917c7/${os_short_commit} 2024-12-20 22:48' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35632024-12-20T23:13:18.645Z[ host-image] Dec 20 23:13:16.902 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35642024-12-20T23:13:18.645Z[ host-image] Dec 20 23:13:16.902 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35652024-12-20T23:13:18.665Z[ host-image] Dec 20 23:13:16.921 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpzMcpQQ/proto/host/root"
35662024-12-20T23:13:18.665Z[ host-image] Dec 20 23:13:16.922 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35672024-12-20T23:13:18.667Z[ host-image] Dec 20 23:13:16.922 INFO image builder template: ramdisk-01-os...
35682024-12-20T23:13:18.668Z[ host-image] Dec 20 23:13:16.922 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/.tmpzMcpQQ/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
35692024-12-20T23:13:18.693Z[ host-image] Dec 20 23:13:16.949 INFO O| Dec 20 23:13:16.948 INFO CREATE DATASET: rpool/images/build/host/output
35702024-12-20T23:13:19.021Z[ host-image] Dec 20 23:13:17.278 INFO O| Dec 20 23:13:17.278 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35712024-12-20T23:13:19.028Z[ host-image] Dec 20 23:13:17.285 INFO O| Dec 20 23:13:17.284 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35722024-12-20T23:13:19.223Z[ host-image] Dec 20 23:13:17.480 INFO O| Dec 20 23:13:17.480 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35732024-12-20T23:13:19.279Z[ host-image] Dec 20 23:13:17.535 INFO O| Dec 20 23:13:17.535 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35742024-12-20T23:13:19.279Z[ host-image] Dec 20 23:13:17.535 INFO O| Dec 20 23:13:17.535 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35752024-12-20T23:13:19.281Z[ host-image] Dec 20 23:13:17.535 INFO O| Dec 20 23:13:17.535 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35762024-12-20T23:13:19.281Z[ host-image] Dec 20 23:13:17.535 INFO O| Dec 20 23:13:17.535 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35772024-12-20T23:13:19.291Z[ host-image] Dec 20 23:13:17.547 INFO O| Dec 20 23:13:17.547 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35782024-12-20T23:13:19.509Z[ host-image] Dec 20 23:13:17.766 INFO O| Dec 20 23:13:17.766 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35792024-12-20T23:13:19.525Z[ host-image] Dec 20 23:13:17.781 INFO O| Dec 20 23:13:17.781 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35802024-12-20T23:13:19.967Z[ host-image] Dec 20 23:13:18.224 INFO O| Dec 20 23:13:18.224 INFO O| Caching catalogs ... Done
35812024-12-20T23:13:20.079Z[ host-image] Dec 20 23:13:18.335 INFO O| Dec 20 23:13:18.335 INFO STEP 0 (pkg_image_create) COMPLETE
35822024-12-20T23:13:20.079Z[ host-image] Dec 20 23:13:18.335 INFO O| Dec 20 23:13:18.335 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35832024-12-20T23:13:20.083Z[ host-image] Dec 20 23:13:18.335 INFO O| Dec 20 23:13:18.335 INFO skip step because feature "repo_redist" is not enabled
35842024-12-20T23:13:20.083Z[ host-image] Dec 20 23:13:18.335 INFO O| Dec 20 23:13:18.335 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35852024-12-20T23:13:20.094Z[ host-image] Dec 20 23:13:18.350 INFO O| Dec 20 23:13:18.350 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"]
35862024-12-20T23:13:20.556Z[ host-image] Dec 20 23:13:18.809 INFO O| Dec 20 23:13:18.809 INFO STEP 2 (pkg_set_publisher) COMPLETE
35872024-12-20T23:13:20.557Z[ host-image] Dec 20 23:13:18.809 INFO O| Dec 20 23:13:18.809 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35882024-12-20T23:13:20.585Z[ host-image] Dec 20 23:13:18.825 INFO O| Dec 20 23:13:18.825 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"]
35892024-12-20T23:13:21.112Z[ host-image] Dec 20 23:13:19.357 INFO O| Dec 20 23:13:19.357 INFO STEP 3 (pkg_set_publisher) COMPLETE
35902024-12-20T23:13:21.112Z[ host-image] Dec 20 23:13:19.357 INFO O| Dec 20 23:13:19.357 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35912024-12-20T23:13:21.145Z[ host-image] Dec 20 23:13:19.357 INFO O| Dec 20 23:13:19.357 INFO skip step because feature "repo_redist" is not enabled
35922024-12-20T23:13:21.146Z[ host-image] Dec 20 23:13:19.357 INFO O| Dec 20 23:13:19.357 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35932024-12-20T23:13:21.812Z[ host-image] Dec 20 23:13:20.033 INFO O| Dec 20 23:13:20.032 INFO variant opensolaris.zone is already global
35942024-12-20T23:13:21.812Z[ host-image] Dec 20 23:13:20.033 INFO O| Dec 20 23:13:20.032 INFO STEP 5 (pkg_change_variant) COMPLETE
35952024-12-20T23:13:21.821Z[ host-image] Dec 20 23:13:20.033 INFO O| Dec 20 23:13:20.033 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35962024-12-20T23:13:22.456Z[ host-image] Dec 20 23:13:20.702 INFO O| Dec 20 23:13:20.702 INFO variant opensolaris.imagetype is full; changing to partial
35972024-12-20T23:13:22.457Z[ host-image] Dec 20 23:13:20.702 INFO O| Dec 20 23:13:20.702 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35982024-12-20T23:13:32.829Z[recovery-package] Finished `release` profile [optimized] target(s) in 25.55s
35992024-12-20T23:13:32.857Z[ host-image] Dec 20 23:13:31.112 INFO O| Dec 20 23:13:31.112 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36002024-12-20T23:13:34.755ZDec 20 23:13:33.007 INFO [recovery-package] process exited with exit status: 0 (27.737527131s)
36012024-12-20T23:13:34.755ZDec 20 23:13:33.008 INFO [recovery-stamp] running task
36022024-12-20T23:13:34.765ZDec 20 23:13:33.008 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
36032024-12-20T23:13:34.765ZDec 20 23:13:33.008 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git50917c7c011
36042024-12-20T23:13:34.780ZDec 20 23:13:33.033 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+git50917c7c011
36052024-12-20T23:13:34.802Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
36062024-12-20T23:13:34.810Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
36072024-12-20T23:13:34.875Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
36082024-12-20T23:13:34.888ZDec 20 23:13:33.130 INFO [stamp-installinator] process exited with exit status: 0 (121.574853ms)
36092024-12-20T23:13:34.942Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
36102024-12-20T23:13:34.946ZDec 20 23:13:33.200 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (166.784617ms)
36112024-12-20T23:13:34.955ZDec 20 23:13:33.200 INFO [recovery-stamp] task succeeded (192.279639ms)
36122024-12-20T23:13:34.955ZDec 20 23:13:33.200 INFO [recovery-proto] running task
36132024-12-20T23:13:34.955ZDec 20 23:13:33.200 INFO [tuf-stamp] running task
36142024-12-20T23:13:34.955ZDec 20 23:13:33.201 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+git50917c7c011
36152024-12-20T23:13:34.963ZDec 20 23:13:33.217 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+git50917c7c011
36162024-12-20T23:13:34.980Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36172024-12-20T23:13:34.983ZDec 20 23:13:33.234 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+git50917c7c011
36182024-12-20T23:13:35.001Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36192024-12-20T23:13:35.006ZDec 20 23:13:33.256 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+git50917c7c011
36202024-12-20T23:13:35.023Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36212024-12-20T23:13:35.026ZDec 20 23:13:33.278 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+git50917c7c011
36222024-12-20T23:13:35.060Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36232024-12-20T23:13:35.070ZDec 20 23:13:33.313 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+git50917c7c011
36242024-12-20T23:13:35.081Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36252024-12-20T23:13:35.084ZDec 20 23:13:33.336 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+git50917c7c011
36262024-12-20T23:13:35.144Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36272024-12-20T23:13:35.147Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36282024-12-20T23:13:35.147ZDec 20 23:13:33.399 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+git50917c7c011
36292024-12-20T23:13:35.221Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36302024-12-20T23:13:35.224ZDec 20 23:13:33.474 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+git50917c7c011
36312024-12-20T23:13:35.307Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36322024-12-20T23:13:35.313ZDec 20 23:13:33.559 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+git50917c7c011
36332024-12-20T23:13:35.374ZDec 20 23:13:33.622 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+git50917c7c011
36342024-12-20T23:13:35.374Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36352024-12-20T23:13:35.444Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36362024-12-20T23:13:35.454Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36372024-12-20T23:13:35.457ZDec 20 23:13:33.709 INFO [stamp-probe] process exited with exit status: 0 (474.905695ms)
36382024-12-20T23:13:35.475Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36392024-12-20T23:13:35.517ZDec 20 23:13:33.772 INFO [recovery-proto] task succeeded (571.501385ms)
36402024-12-20T23:13:35.524ZDec 20 23:13:33.779 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/.tmpzMcpQQ/proto/recovery/root -N 'recovery 50917c7/${os_short_commit} 2024-12-20 22:48' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36412024-12-20T23:13:35.598ZDec 20 23:13:33.853 INFO [stamp-ntp] process exited with exit status: 0 (635.345727ms)
36422024-12-20T23:13:35.602Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
36432024-12-20T23:13:35.680Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36442024-12-20T23:13:35.770Z[ recovery-image] Dec 20 23:13:34.024 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36452024-12-20T23:13:35.770Z[ recovery-image] Dec 20 23:13:34.024 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36462024-12-20T23:13:35.836Z[ recovery-image] Dec 20 23:13:34.089 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpzMcpQQ/proto/recovery/root"
36472024-12-20T23:13:35.836Z[ recovery-image] Dec 20 23:13:34.089 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36482024-12-20T23:13:35.838Z[ recovery-image] Dec 20 23:13:34.089 INFO image builder template: ramdisk-01-os...
36492024-12-20T23:13:35.838Z[ recovery-image] Dec 20 23:13:34.089 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/.tmpzMcpQQ/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
36502024-12-20T23:13:35.895Z[ recovery-image] Dec 20 23:13:34.150 INFO O| Dec 20 23:13:34.140 INFO CREATE DATASET: rpool/images/build/recovery/output
36512024-12-20T23:13:36.264Z[ recovery-image] Dec 20 23:13:34.517 INFO O| Dec 20 23:13:34.517 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36522024-12-20T23:13:36.297Z[ recovery-image] Dec 20 23:13:34.551 INFO O| Dec 20 23:13:34.548 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36532024-12-20T23:13:36.496Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36542024-12-20T23:13:36.520ZDec 20 23:13:34.775 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.497245147s)
36552024-12-20T23:13:36.679Z[ recovery-image] Dec 20 23:13:34.933 INFO O| Dec 20 23:13:34.933 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36562024-12-20T23:13:36.740Z[ recovery-image] Dec 20 23:13:34.994 INFO O| Dec 20 23:13:34.994 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36572024-12-20T23:13:36.740Z[ recovery-image] Dec 20 23:13:34.994 INFO O| Dec 20 23:13:34.994 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36582024-12-20T23:13:36.743Z[ recovery-image] Dec 20 23:13:34.994 INFO O| Dec 20 23:13:34.994 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36592024-12-20T23:13:36.743Z[ recovery-image] Dec 20 23:13:34.994 INFO O| Dec 20 23:13:34.994 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36602024-12-20T23:13:36.756Z[ recovery-image] Dec 20 23:13:35.010 INFO O| Dec 20 23:13:35.010 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36612024-12-20T23:13:36.968Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36622024-12-20T23:13:37.014ZDec 20 23:13:35.268 INFO [stamp-internal-dns] process exited with exit status: 0 (1.932079261s)
36632024-12-20T23:13:37.055Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36642024-12-20T23:13:37.113ZDec 20 23:13:35.363 INFO [stamp-external-dns] process exited with exit status: 0 (1.964251958s)
36652024-12-20T23:13:37.181Z[ recovery-image] Dec 20 23:13:35.426 INFO O| Dec 20 23:13:35.426 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36662024-12-20T23:13:37.188Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36672024-12-20T23:13:37.193Z[ recovery-image] Dec 20 23:13:35.446 INFO O| Dec 20 23:13:35.446 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36682024-12-20T23:13:37.216ZDec 20 23:13:35.469 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.910047228s)
36692024-12-20T23:13:37.549Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36702024-12-20T23:13:37.554ZDec 20 23:13:35.808 INFO [stamp-oximeter] process exited with exit status: 0 (2.49545568s)
36712024-12-20T23:13:37.710Z[ recovery-image] Dec 20 23:13:35.964 INFO O| Dec 20 23:13:35.964 INFO O| Caching catalogs ... Done
36722024-12-20T23:13:37.848Z[ recovery-image] Dec 20 23:13:36.102 INFO O| Dec 20 23:13:36.102 INFO STEP 0 (pkg_image_create) COMPLETE
36732024-12-20T23:13:37.848Z[ recovery-image] Dec 20 23:13:36.102 INFO O| Dec 20 23:13:36.102 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36742024-12-20T23:13:37.848Z[ recovery-image] Dec 20 23:13:36.102 INFO O| Dec 20 23:13:36.102 INFO skip step because feature "repo_redist" is not enabled
36752024-12-20T23:13:37.848Z[ recovery-image] Dec 20 23:13:36.102 INFO O| Dec 20 23:13:36.102 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36762024-12-20T23:13:37.868Z[ recovery-image] Dec 20 23:13:36.121 INFO O| Dec 20 23:13:36.121 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"]
36772024-12-20T23:13:38.422Z[ recovery-image] Dec 20 23:13:36.675 INFO O| Dec 20 23:13:36.675 INFO STEP 2 (pkg_set_publisher) COMPLETE
36782024-12-20T23:13:38.423Z[ recovery-image] Dec 20 23:13:36.675 INFO O| Dec 20 23:13:36.675 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36792024-12-20T23:13:38.440Z[ recovery-image] Dec 20 23:13:36.694 INFO O| Dec 20 23:13:36.694 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"]
36802024-12-20T23:13:38.999Z[ host-image] Dec 20 23:13:37.253 INFO O| Dec 20 23:13:37.253 INFO O| Startup: Caching catalogs ... Done
36812024-12-20T23:13:39.019Z[ recovery-image] Dec 20 23:13:37.273 INFO O| Dec 20 23:13:37.272 INFO STEP 3 (pkg_set_publisher) COMPLETE
36822024-12-20T23:13:39.019Z[ recovery-image] Dec 20 23:13:37.273 INFO O| Dec 20 23:13:37.273 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36832024-12-20T23:13:39.019Z[ recovery-image] Dec 20 23:13:37.273 INFO O| Dec 20 23:13:37.273 INFO skip step because feature "repo_redist" is not enabled
36842024-12-20T23:13:39.021Z[ recovery-image] Dec 20 23:13:37.273 INFO O| Dec 20 23:13:37.273 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36852024-12-20T23:13:39.107Z[ host-image] Dec 20 23:13:37.361 INFO O| Dec 20 23:13:37.361 INFO O| Planning: Planning completed in 0.00 seconds
36862024-12-20T23:13:39.110Z[ host-image] Dec 20 23:13:37.362 INFO O| Dec 20 23:13:37.362 INFO O| Planning: Consolidating action changes ... Done
36872024-12-20T23:13:39.110Z[ host-image] Dec 20 23:13:37.362 INFO O| Dec 20 23:13:37.362 INFO O| Planning: Evaluating mediators ... Done
36882024-12-20T23:13:39.110Z[ host-image] Dec 20 23:13:37.363 INFO O| Dec 20 23:13:37.363 INFO O| Planning: Planning completed in 0.00 seconds
36892024-12-20T23:13:39.111Z[ host-image] Dec 20 23:13:37.363 INFO O| Dec 20 23:13:37.363 INFO O| Variants/Facets to change: 1
36902024-12-20T23:13:39.139Z[ host-image] Dec 20 23:13:37.392 INFO O| Dec 20 23:13:37.392 INFO O| Done
36912024-12-20T23:13:39.139Z[ host-image] Dec 20 23:13:37.392 INFO O| Dec 20 23:13:37.392 INFO O| Done
36922024-12-20T23:13:39.284Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36932024-12-20T23:13:39.289ZDec 20 23:13:37.543 INFO [stamp-nexus] process exited with exit status: 0 (4.287059332s)
36942024-12-20T23:13:39.580Z[ recovery-image] Dec 20 23:13:37.833 INFO O| Dec 20 23:13:37.833 INFO variant opensolaris.zone is already global
36952024-12-20T23:13:39.580Z[ recovery-image] Dec 20 23:13:37.833 INFO O| Dec 20 23:13:37.833 INFO STEP 5 (pkg_change_variant) COMPLETE
36962024-12-20T23:13:39.582Z[ recovery-image] Dec 20 23:13:37.833 INFO O| Dec 20 23:13:37.833 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36972024-12-20T23:13:39.929Z[ host-image] Dec 20 23:13:38.183 INFO O| Dec 20 23:13:38.183 INFO O| Done
36982024-12-20T23:13:40.006Z[ host-image] Dec 20 23:13:38.260 INFO O| Dec 20 23:13:38.260 INFO O| Done
36992024-12-20T23:13:40.009Z[ host-image] Dec 20 23:13:38.261 INFO O| Dec 20 23:13:38.261 INFO O| Done
37002024-12-20T23:13:40.009Z[ host-image] Dec 20 23:13:38.262 INFO O| Dec 20 23:13:38.261 INFO O| Done
37012024-12-20T23:13:40.012Z[ host-image] Dec 20 23:13:38.263 INFO O| Dec 20 23:13:38.263 INFO O| Done
37022024-12-20T23:13:40.167Z[ recovery-image] Dec 20 23:13:38.420 INFO O| Dec 20 23:13:38.420 INFO variant opensolaris.imagetype is full; changing to partial
37032024-12-20T23:13:40.167Z[ recovery-image] Dec 20 23:13:38.421 INFO O| Dec 20 23:13:38.420 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37042024-12-20T23:13:40.253Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37052024-12-20T23:13:40.257Z[verify-libraries] Compiling home v0.5.9
37062024-12-20T23:13:40.450Z[verify-libraries] Compiling cfg_aliases v0.1.1
37072024-12-20T23:13:40.458Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37082024-12-20T23:13:40.461Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37092024-12-20T23:13:40.490Z[verify-libraries] Compiling unicode_categories v0.1.1
37102024-12-20T23:13:40.552Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37112024-12-20T23:13:40.560ZDec 20 23:13:38.814 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.613266435s)
37122024-12-20T23:13:40.569Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37132024-12-20T23:13:40.572Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37142024-12-20T23:13:40.615Z[ host-image] Dec 20 23:13:38.869 INFO O| Dec 20 23:13:38.868 INFO STEP 6 (pkg_change_variant) COMPLETE
37152024-12-20T23:13:40.618Z[ host-image] Dec 20 23:13:38.869 INFO O| Dec 20 23:13:38.869 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37162024-12-20T23:13:40.618Z[ host-image] Dec 20 23:13:38.869 INFO O| Dec 20 23:13:38.869 INFO skip step because feature "debug_variant" is not enabled
37172024-12-20T23:13:40.618Z[ host-image] Dec 20 23:13:38.869 INFO O| Dec 20 23:13:38.869 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37182024-12-20T23:13:40.659Z[verify-libraries] Compiling nix v0.28.0
37192024-12-20T23:13:40.868Z[verify-libraries] Compiling polyval v0.6.2
37202024-12-20T23:13:41.072Z[verify-libraries] Compiling sqlformat v0.2.6
37212024-12-20T23:13:41.333Z[ host-image] Dec 20 23:13:39.586 INFO O| Dec 20 23:13:39.586 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37222024-12-20T23:13:41.428Z[verify-libraries] Compiling ghash v0.5.1
37232024-12-20T23:13:41.737Z[verify-libraries] Compiling ctr v0.9.2
37242024-12-20T23:13:41.845Z[verify-libraries] Compiling ssh-encoding v0.2.0
37252024-12-20T23:13:42.376Z[verify-libraries] Compiling aes-gcm v0.10.3
37262024-12-20T23:13:42.433Z[verify-libraries] Compiling sqlparser v0.45.0
37272024-12-20T23:13:42.460Z[verify-libraries] Compiling blowfish v0.9.1
37282024-12-20T23:13:43.120Z[verify-libraries] Compiling ssh-cipher v0.2.0
37292024-12-20T23:13:43.213Z[ host-image] Dec 20 23:13:41.466 INFO O| Dec 20 23:13:41.466 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37302024-12-20T23:13:43.216Z[ host-image] Dec 20 23:13:41.468 INFO O| Dec 20 23:13:41.468 INFO O| Planning: Planning completed in 0.00 seconds
37312024-12-20T23:13:43.219Z[ host-image] Dec 20 23:13:41.470 INFO O| Dec 20 23:13:41.470 INFO O| Planning: Consolidating action changes ... Done
37322024-12-20T23:13:43.219Z[ host-image] Dec 20 23:13:41.470 INFO O| Dec 20 23:13:41.470 INFO O| Planning: Evaluating mediators ... Done
37332024-12-20T23:13:43.220Z[ host-image] Dec 20 23:13:41.471 INFO O| Dec 20 23:13:41.471 INFO O| Planning: Planning completed in 0.00 seconds
37342024-12-20T23:13:43.220Z[ host-image] Dec 20 23:13:41.472 INFO O| Dec 20 23:13:41.472 INFO O| Variants/Facets to change: 1
37352024-12-20T23:13:43.246Z[ host-image] Dec 20 23:13:41.499 INFO O| Dec 20 23:13:41.499 INFO O| Done
37362024-12-20T23:13:43.246Z[ host-image] Dec 20 23:13:41.499 INFO O| Dec 20 23:13:41.499 INFO O| Done
37372024-12-20T23:13:43.259Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37382024-12-20T23:13:44.101Z[verify-libraries] Compiling password-hash v0.4.2
37392024-12-20T23:13:44.282Z[ host-image] Dec 20 23:13:42.535 INFO O| Dec 20 23:13:42.535 INFO O| Done
37402024-12-20T23:13:44.368Z[ host-image] Dec 20 23:13:42.621 INFO O| Dec 20 23:13:42.621 INFO O| Done
37412024-12-20T23:13:44.372Z[ host-image] Dec 20 23:13:42.622 INFO O| Dec 20 23:13:42.622 INFO O| Done
37422024-12-20T23:13:44.372Z[ host-image] Dec 20 23:13:42.622 INFO O| Dec 20 23:13:42.622 INFO O| Done
37432024-12-20T23:13:44.372Z[ host-image] Dec 20 23:13:42.624 INFO O| Dec 20 23:13:42.623 INFO O| Done
37442024-12-20T23:13:44.538Z[ host-image] Dec 20 23:13:42.790 INFO O| Dec 20 23:13:42.790 INFO STEP 8 (pkg_change_facet) COMPLETE
37452024-12-20T23:13:44.541Z[ host-image] Dec 20 23:13:42.790 INFO O| Dec 20 23:13:42.790 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37462024-12-20T23:13:44.542Z[ host-image] Dec 20 23:13:42.790 INFO O| Dec 20 23:13:42.790 INFO skip step because feature "recovery" is not enabled
37472024-12-20T23:13:44.542Z[ host-image] Dec 20 23:13:42.790 INFO O| Dec 20 23:13:42.790 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37482024-12-20T23:13:44.542Z[ host-image] Dec 20 23:13:42.790 INFO O| Dec 20 23:13:42.790 INFO skip step because feature "recovery" is not enabled
37492024-12-20T23:13:44.542Z[ host-image] Dec 20 23:13:42.790 INFO O| Dec 20 23:13:42.790 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37502024-12-20T23:13:44.559Z[ host-image] Dec 20 23:13:42.812 INFO O| Dec 20 23:13:42.812 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"]
37512024-12-20T23:13:46.047Z[ host-image] Dec 20 23:13:44.299 INFO O| Dec 20 23:13:44.299 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37522024-12-20T23:13:47.163Z[verify-libraries] Compiling rustyline v14.0.0
37532024-12-20T23:13:48.768Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37542024-12-20T23:13:48.806ZDec 20 23:13:47.058 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.58419098s)
37552024-12-20T23:13:49.070Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37562024-12-20T23:13:49.094ZDec 20 23:13:47.346 INFO [stamp-clickhouse] process exited with exit status: 0 (13.723728789s)
37572024-12-20T23:13:49.094ZDec 20 23:13:47.346 INFO [tuf-stamp] task succeeded (14.145901263s)
37582024-12-20T23:13:49.097Z[verify-libraries] Compiling matches v0.1.10
37592024-12-20T23:13:49.343Z[verify-libraries] Compiling idna v0.2.3
37602024-12-20T23:13:51.181Z[verify-libraries] Compiling pbkdf2 v0.11.0
37612024-12-20T23:13:51.887Z[verify-libraries] Compiling ssh-key v0.6.6
37622024-12-20T23:13:52.641Z[verify-libraries] Compiling p521 v0.13.3
37632024-12-20T23:13:53.592Z[ recovery-image] Dec 20 23:13:51.843 INFO O| Dec 20 23:13:51.843 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37642024-12-20T23:13:54.820Z[verify-libraries] Compiling p256 v0.13.2
37652024-12-20T23:13:57.849Z[verify-libraries] Compiling enum-as-inner v0.5.1
37662024-12-20T23:13:58.714Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37672024-12-20T23:13:59.228Z[verify-libraries] Compiling md5 v0.7.0
37682024-12-20T23:13:59.310Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37692024-12-20T23:14:00.261Z[verify-libraries] Compiling russh-keys v0.45.0
37702024-12-20T23:14:02.149Z[ recovery-image] Dec 20 23:14:00.399 INFO O| Dec 20 23:14:00.398 INFO O| Startup: Caching catalogs ... Done
37712024-12-20T23:14:02.356Z[ recovery-image] Dec 20 23:14:00.606 INFO O| Dec 20 23:14:00.606 INFO O| Planning: Planning completed in 0.00 seconds
37722024-12-20T23:14:02.359Z[ recovery-image] Dec 20 23:14:00.607 INFO O| Dec 20 23:14:00.607 INFO O| Planning: Consolidating action changes ... Done
37732024-12-20T23:14:02.359Z[ recovery-image] Dec 20 23:14:00.608 INFO O| Dec 20 23:14:00.608 INFO O| Planning: Evaluating mediators ... Done
37742024-12-20T23:14:02.359Z[ recovery-image] Dec 20 23:14:00.608 INFO O| Dec 20 23:14:00.608 INFO O| Planning: Planning completed in 0.00 seconds
37752024-12-20T23:14:02.359Z[ recovery-image] Dec 20 23:14:00.609 INFO O| Dec 20 23:14:00.608 INFO O| Variants/Facets to change: 1
37762024-12-20T23:14:02.455Z[ recovery-image] Dec 20 23:14:00.705 INFO O| Dec 20 23:14:00.705 INFO O| Done
37772024-12-20T23:14:02.455Z[ recovery-image] Dec 20 23:14:00.706 INFO O| Dec 20 23:14:00.705 INFO O| Done
37782024-12-20T23:14:03.522Z[ recovery-image] Dec 20 23:14:01.772 INFO O| Dec 20 23:14:01.772 INFO O| Done
37792024-12-20T23:14:03.647Z[ recovery-image] Dec 20 23:14:01.897 INFO O| Dec 20 23:14:01.896 INFO O| Done
37802024-12-20T23:14:03.649Z[ recovery-image] Dec 20 23:14:01.899 INFO O| Dec 20 23:14:01.899 INFO O| Done
37812024-12-20T23:14:03.649Z[ recovery-image] Dec 20 23:14:01.899 INFO O| Dec 20 23:14:01.899 INFO O| Done
37822024-12-20T23:14:03.652Z[ recovery-image] Dec 20 23:14:01.901 INFO O| Dec 20 23:14:01.901 INFO O| Done
37832024-12-20T23:14:04.476Z[ recovery-image] Dec 20 23:14:02.726 INFO O| Dec 20 23:14:02.725 INFO STEP 6 (pkg_change_variant) COMPLETE
37842024-12-20T23:14:04.476Z[ recovery-image] Dec 20 23:14:02.726 INFO O| Dec 20 23:14:02.725 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37852024-12-20T23:14:04.479Z[ recovery-image] Dec 20 23:14:02.726 INFO O| Dec 20 23:14:02.725 INFO skip step because feature "debug_variant" is not enabled
37862024-12-20T23:14:04.479Z[ recovery-image] Dec 20 23:14:02.726 INFO O| Dec 20 23:14:02.726 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37872024-12-20T23:14:05.290Z[ recovery-image] Dec 20 23:14:03.540 INFO O| Dec 20 23:14:03.540 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37882024-12-20T23:14:05.651Z[verify-libraries] Compiling num-bigint v0.4.6
37892024-12-20T23:14:06.553Z[ recovery-image] Dec 20 23:14:04.803 INFO O| Dec 20 23:14:04.802 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37902024-12-20T23:14:06.556Z[ recovery-image] Dec 20 23:14:04.805 INFO O| Dec 20 23:14:04.805 INFO O| Planning: Planning completed in 0.00 seconds
37912024-12-20T23:14:06.559Z[ recovery-image] Dec 20 23:14:04.806 INFO O| Dec 20 23:14:04.806 INFO O| Planning: Consolidating action changes ... Done
37922024-12-20T23:14:06.559Z[ recovery-image] Dec 20 23:14:04.806 INFO O| Dec 20 23:14:04.806 INFO O| Planning: Evaluating mediators ... Done
37932024-12-20T23:14:06.559Z[ recovery-image] Dec 20 23:14:04.807 INFO O| Dec 20 23:14:04.807 INFO O| Planning: Planning completed in 0.00 seconds
37942024-12-20T23:14:06.559Z[ recovery-image] Dec 20 23:14:04.808 INFO O| Dec 20 23:14:04.807 INFO O| Variants/Facets to change: 1
37952024-12-20T23:14:06.615Z[ recovery-image] Dec 20 23:14:04.864 INFO O| Dec 20 23:14:04.864 INFO O| Done
37962024-12-20T23:14:06.615Z[ recovery-image] Dec 20 23:14:04.864 INFO O| Dec 20 23:14:04.864 INFO O| Done
37972024-12-20T23:14:07.666Z[ recovery-image] Dec 20 23:14:05.916 INFO O| Dec 20 23:14:05.916 INFO O| Done
37982024-12-20T23:14:07.759Z[ recovery-image] Dec 20 23:14:06.009 INFO O| Dec 20 23:14:06.009 INFO O| Done
37992024-12-20T23:14:07.762Z[ recovery-image] Dec 20 23:14:06.010 INFO O| Dec 20 23:14:06.010 INFO O| Done
38002024-12-20T23:14:07.762Z[ recovery-image] Dec 20 23:14:06.010 INFO O| Dec 20 23:14:06.010 INFO O| Done
38012024-12-20T23:14:07.765Z[ recovery-image] Dec 20 23:14:06.012 INFO O| Dec 20 23:14:06.012 INFO O| Done
38022024-12-20T23:14:07.968Z[ recovery-image] Dec 20 23:14:06.217 INFO O| Dec 20 23:14:06.217 INFO STEP 8 (pkg_change_facet) COMPLETE
38032024-12-20T23:14:07.972Z[ recovery-image] Dec 20 23:14:06.217 INFO O| Dec 20 23:14:06.217 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38042024-12-20T23:14:08.859Z[ recovery-image] Dec 20 23:14:07.108 INFO O| Dec 20 23:14:07.108 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
38052024-12-20T23:14:09.979Z[ recovery-image] Dec 20 23:14:08.228 INFO O| Dec 20 23:14:08.227 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38062024-12-20T23:14:09.982Z[ recovery-image] Dec 20 23:14:08.230 INFO O| Dec 20 23:14:08.230 INFO O| Planning: Planning completed in 0.00 seconds
38072024-12-20T23:14:09.985Z[ recovery-image] Dec 20 23:14:08.231 INFO O| Dec 20 23:14:08.231 INFO O| Planning: Consolidating action changes ... Done
38082024-12-20T23:14:09.985Z[ recovery-image] Dec 20 23:14:08.231 INFO O| Dec 20 23:14:08.231 INFO O| Planning: Evaluating mediators ... Done
38092024-12-20T23:14:09.985Z[ recovery-image] Dec 20 23:14:08.232 INFO O| Dec 20 23:14:08.232 INFO O| Planning: Planning completed in 0.00 seconds
38102024-12-20T23:14:09.985Z[ recovery-image] Dec 20 23:14:08.233 INFO O| Dec 20 23:14:08.233 INFO O| Variants/Facets to change: 1
38112024-12-20T23:14:10.084Z[ recovery-image] Dec 20 23:14:08.333 INFO O| Dec 20 23:14:08.333 INFO O| Done
38122024-12-20T23:14:10.084Z[ recovery-image] Dec 20 23:14:08.333 INFO O| Dec 20 23:14:08.333 INFO O| Done
38132024-12-20T23:14:11.013Z[ recovery-image] Dec 20 23:14:09.262 INFO O| Dec 20 23:14:09.262 INFO O| Done
38142024-12-20T23:14:11.112Z[ recovery-image] Dec 20 23:14:09.360 INFO O| Dec 20 23:14:09.360 INFO O| Done
38152024-12-20T23:14:11.114Z[ recovery-image] Dec 20 23:14:09.361 INFO O| Dec 20 23:14:09.361 INFO O| Done
38162024-12-20T23:14:11.114Z[ recovery-image] Dec 20 23:14:09.362 INFO O| Dec 20 23:14:09.362 INFO O| Done
38172024-12-20T23:14:11.117Z[ recovery-image] Dec 20 23:14:09.364 INFO O| Dec 20 23:14:09.364 INFO O| Done
38182024-12-20T23:14:11.268Z[ recovery-image] Dec 20 23:14:09.517 INFO O| Dec 20 23:14:09.517 INFO STEP 9 (pkg_change_facet) COMPLETE
38192024-12-20T23:14:11.268Z[ recovery-image] Dec 20 23:14:09.517 INFO O| Dec 20 23:14:09.517 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38202024-12-20T23:14:12.071Z[ recovery-image] Dec 20 23:14:10.319 INFO O| Dec 20 23:14:10.319 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38212024-12-20T23:14:13.382Z[ recovery-image] Dec 20 23:14:11.629 INFO O| Dec 20 23:14:11.629 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38222024-12-20T23:14:13.385Z[ recovery-image] Dec 20 23:14:11.631 INFO O| Dec 20 23:14:11.631 INFO O| Planning: Planning completed in 0.00 seconds
38232024-12-20T23:14:13.385Z[ recovery-image] Dec 20 23:14:11.632 INFO O| Dec 20 23:14:11.632 INFO O| Planning: Consolidating action changes ... Done
38242024-12-20T23:14:13.385Z[ recovery-image] Dec 20 23:14:11.632 INFO O| Dec 20 23:14:11.632 INFO O| Planning: Evaluating mediators ... Done
38252024-12-20T23:14:13.385Z[ recovery-image] Dec 20 23:14:11.632 INFO O| Dec 20 23:14:11.632 INFO O| Planning: Planning completed in 0.00 seconds
38262024-12-20T23:14:13.385Z[ recovery-image] Dec 20 23:14:11.633 INFO O| Dec 20 23:14:11.633 INFO O| Variants/Facets to change: 1
38272024-12-20T23:14:13.484Z[ recovery-image] Dec 20 23:14:11.732 INFO O| Dec 20 23:14:11.732 INFO O| Done
38282024-12-20T23:14:13.484Z[ recovery-image] Dec 20 23:14:11.733 INFO O| Dec 20 23:14:11.732 INFO O| Done
38292024-12-20T23:14:14.407Z[ recovery-image] Dec 20 23:14:12.656 INFO O| Dec 20 23:14:12.656 INFO O| Done
38302024-12-20T23:14:14.492Z[ recovery-image] Dec 20 23:14:12.741 INFO O| Dec 20 23:14:12.741 INFO O| Done
38312024-12-20T23:14:14.495Z[ recovery-image] Dec 20 23:14:12.742 INFO O| Dec 20 23:14:12.742 INFO O| Done
38322024-12-20T23:14:14.495Z[ recovery-image] Dec 20 23:14:12.742 INFO O| Dec 20 23:14:12.742 INFO O| Done
38332024-12-20T23:14:14.498Z[ recovery-image] Dec 20 23:14:12.745 INFO O| Dec 20 23:14:12.745 INFO O| Done
38342024-12-20T23:14:14.659Z[ recovery-image] Dec 20 23:14:12.908 INFO O| Dec 20 23:14:12.908 INFO STEP 10 (pkg_change_facet) COMPLETE
38352024-12-20T23:14:14.660Z[ recovery-image] Dec 20 23:14:12.908 INFO O| Dec 20 23:14:12.908 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38362024-12-20T23:14:14.686Z[ recovery-image] Dec 20 23:14:12.935 INFO O| Dec 20 23:14:12.934 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"]
38372024-12-20T23:14:15.872Z[ recovery-image] Dec 20 23:14:14.120 INFO O| Dec 20 23:14:14.120 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38382024-12-20T23:14:17.358Z[verify-libraries] Compiling des v0.8.1
38392024-12-20T23:14:17.743Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38402024-12-20T23:14:18.069Z[verify-libraries] Compiling hex-literal v0.4.1
38412024-12-20T23:14:18.415Z[verify-libraries] Compiling russh v0.45.0
38422024-12-20T23:14:19.093Z[verify-libraries] Compiling dhcproto v0.12.0
38432024-12-20T23:14:25.869Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38442024-12-20T23:14:30.241Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38452024-12-20T23:14:31.985Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38462024-12-20T23:14:46.052Z[verify-libraries] Compiling petname v2.0.2
38472024-12-20T23:14:47.706Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38482024-12-20T23:14:48.663Z[verify-libraries] Compiling internet-checksum v0.2.1
38492024-12-20T23:14:49.533Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38502024-12-20T23:14:57.697Z[ host-image] Dec 20 23:14:55.939 INFO O| Dec 20 23:14:55.939 INFO O| Planning: Solver setup ... Done
38512024-12-20T23:15:01.415Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38522024-12-20T23:15:04.153Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38532024-12-20T23:15:12.168Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38542024-12-20T23:15:18.026Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38552024-12-20T23:15:25.534Z[ recovery-image] Dec 20 23:15:23.771 INFO O| Dec 20 23:15:23.771 INFO O| Planning: Solver setup ... Done
38562024-12-20T23:15:41.514Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38572024-12-20T23:15:44.013Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38582024-12-20T23:15:50.330Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38592024-12-20T23:16:20.005Z[ host-image] Dec 20 23:16:18.234 INFO O| Dec 20 23:16:18.234 INFO O| Planning: Running solver ... Done
38602024-12-20T23:16:20.675Z[ host-image] Dec 20 23:16:18.904 INFO O| Dec 20 23:16:18.904 INFO O| Planning: Finding local manifests ... Done
38612024-12-20T23:16:20.700Z[ host-image] Dec 20 23:16:18.930 INFO O| Dec 20 23:16:18.929 INFO O| Planning: Fetching manifests: 0/124 0% complete
38622024-12-20T23:16:21.161Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38632024-12-20T23:16:21.617Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38642024-12-20T23:16:22.641Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38652024-12-20T23:16:22.856Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38662024-12-20T23:16:23.459Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38672024-12-20T23:16:23.922Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38682024-12-20T23:16:25.623Z[ host-image] Dec 20 23:16:23.850 INFO O| Dec 20 23:16:23.849 INFO O| Planning: Fetching manifests: 124/124 100% complete
38692024-12-20T23:16:25.840Z[verify-libraries] Compiling sync-ptr v0.1.1
38702024-12-20T23:16:26.289Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38712024-12-20T23:16:26.835Z[ host-image] Dec 20 23:16:25.062 INFO O| Dec 20 23:16:25.062 INFO O| Planning: Package planning ... Done
38722024-12-20T23:16:28.342Z[ host-image] Dec 20 23:16:26.570 INFO O| Dec 20 23:16:26.570 INFO O| Planning: Merging actions ... Done
38732024-12-20T23:16:28.739Z[ host-image] Dec 20 23:16:26.966 INFO O| Dec 20 23:16:26.966 INFO O| Planning: Checking for conflicting actions ... Done
38742024-12-20T23:16:29.031Z[ host-image] Dec 20 23:16:27.258 INFO O| Dec 20 23:16:27.258 INFO O| Planning: Consolidating action changes ... Done
38752024-12-20T23:16:29.631Z[ host-image] Dec 20 23:16:27.859 INFO O| Dec 20 23:16:27.859 INFO O| Planning: Evaluating mediators ... Done
38762024-12-20T23:16:33.352Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38772024-12-20T23:16:36.198Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38782024-12-20T23:16:36.205Z[ host-image] Dec 20 23:16:34.431 INFO O| Dec 20 23:16:34.431 INFO O| Planning: Planning completed in 170.13 seconds
38792024-12-20T23:16:36.211Z[ host-image] Dec 20 23:16:34.437 INFO O| Dec 20 23:16:34.437 INFO O| Packages to install: 124
38802024-12-20T23:16:36.211Z[ host-image] Dec 20 23:16:34.437 INFO O| Dec 20 23:16:34.437 INFO O| Mediators to change: 4
38812024-12-20T23:16:36.214Z[ host-image] Dec 20 23:16:34.437 INFO O| Dec 20 23:16:34.437 INFO O| Services to change: 6
38822024-12-20T23:16:36.329Z[ host-image] Dec 20 23:16:34.555 INFO O| Dec 20 23:16:34.555 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38832024-12-20T23:16:40.060Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38842024-12-20T23:16:41.344Z[ host-image] Dec 20 23:16:39.570 INFO O| Dec 20 23:16:39.570 INFO O| Download: 593/22788 items 3.1/199.7MB 1% complete (665k/s)
38852024-12-20T23:16:46.355Z[ host-image] Dec 20 23:16:44.580 INFO O| Dec 20 23:16:44.580 INFO O| Download: 1005/22788 items 6.6/199.7MB 3% complete (690k/s)
38862024-12-20T23:16:46.837Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38872024-12-20T23:16:46.840Z[ recovery-image] Dec 20 23:16:45.062 INFO O| Dec 20 23:16:45.062 INFO O| Planning: Running solver ... Done
38882024-12-20T23:16:47.422Z[ recovery-image] Dec 20 23:16:45.647 INFO O| Dec 20 23:16:45.646 INFO O| Planning: Finding local manifests ... Done
38892024-12-20T23:16:47.438Z[ recovery-image] Dec 20 23:16:45.663 INFO O| Dec 20 23:16:45.663 INFO O| Planning: Fetching manifests: 0/124 0% complete
38902024-12-20T23:16:51.822Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38912024-12-20T23:16:52.552Z[ recovery-image] Dec 20 23:16:50.776 INFO O| Dec 20 23:16:50.776 INFO O| Planning: Fetching manifests: 123/124 99% complete
38922024-12-20T23:16:54.866Z[ host-image] Dec 20 23:16:53.090 INFO O| Dec 20 23:16:53.090 INFO O| Download: 1023/22788 items 6.7/199.7MB 3% complete (664k/s)
38932024-12-20T23:16:57.554Z[ recovery-image] Dec 20 23:16:55.777 INFO O| Dec 20 23:16:55.777 INFO O| Planning: Fetching manifests: 123/124 99% complete
38942024-12-20T23:17:00.130Z[ host-image] Dec 20 23:16:58.352 INFO O| Dec 20 23:16:58.351 INFO O| Download: 1595/22788 items 9.6/199.7MB 4% complete (674k/s)
38952024-12-20T23:17:03.599Z[ recovery-image] Dec 20 23:17:01.822 INFO O| Dec 20 23:17:01.821 INFO O| Planning: Fetching manifests: 124/124 100% complete
38962024-12-20T23:17:04.721Z[ recovery-image] Dec 20 23:17:02.943 INFO O| Dec 20 23:17:02.943 INFO O| Planning: Package planning ... Done
38972024-12-20T23:17:05.184Z[ host-image] Dec 20 23:17:03.407 INFO O| Dec 20 23:17:03.407 INFO O| Download: 1643/22788 items 10.8/199.7MB 5% complete (474k/s)
38982024-12-20T23:17:05.400Z[ recovery-image] Dec 20 23:17:03.622 INFO O| Dec 20 23:17:03.622 INFO O| Planning: Merging actions ... Done
38992024-12-20T23:17:05.589Z[ recovery-image] Dec 20 23:17:03.811 INFO O| Dec 20 23:17:03.811 INFO O| Planning: Checking for conflicting actions ... Done
39002024-12-20T23:17:05.732Z[ recovery-image] Dec 20 23:17:03.955 INFO O| Dec 20 23:17:03.954 INFO O| Planning: Consolidating action changes ... Done
39012024-12-20T23:17:06.106Z[ recovery-image] Dec 20 23:17:04.328 INFO O| Dec 20 23:17:04.328 INFO O| Planning: Evaluating mediators ... Done
39022024-12-20T23:17:10.799Z[ host-image] Dec 20 23:17:09.021 INFO O| Dec 20 23:17:09.021 INFO O| Download: 1654/22788 items 10.9/199.7MB 5% complete (423k/s)
39032024-12-20T23:17:12.201Z[ recovery-image] Dec 20 23:17:10.422 INFO O| Dec 20 23:17:10.422 INFO O| Planning: Planning completed in 176.30 seconds
39042024-12-20T23:17:12.209Z[ recovery-image] Dec 20 23:17:10.430 INFO O| Dec 20 23:17:10.430 INFO O| Packages to install: 124
39052024-12-20T23:17:12.209Z[ recovery-image] Dec 20 23:17:10.430 INFO O| Dec 20 23:17:10.430 INFO O| Mediators to change: 4
39062024-12-20T23:17:12.212Z[ recovery-image] Dec 20 23:17:10.430 INFO O| Dec 20 23:17:10.430 INFO O| Services to change: 5
39072024-12-20T23:17:12.299Z[ recovery-image] Dec 20 23:17:10.520 INFO O| Dec 20 23:17:10.520 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
39082024-12-20T23:17:15.685Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
39092024-12-20T23:17:16.442Z[ host-image] Dec 20 23:17:14.661 INFO O| Dec 20 23:17:14.660 INFO O| Download: 1804/22788 items 16.0/199.7MB 8% complete (473k/s)
39102024-12-20T23:17:17.313Z[ recovery-image] Dec 20 23:17:15.533 INFO O| Dec 20 23:17:15.533 INFO O| Download: 665/15862 items 5.8/176.4MB 3% complete (1.2M/s)
39112024-12-20T23:17:21.463Z[ host-image] Dec 20 23:17:19.683 INFO O| Dec 20 23:17:19.683 INFO O| Download: 1892/22788 items 19.9/199.7MB 9% complete (859k/s)
39122024-12-20T23:17:23.055Z[ recovery-image] Dec 20 23:17:21.274 INFO O| Dec 20 23:17:21.274 INFO O| Download: 1006/15862 items 7.9/176.4MB 4% complete (983k/s)
39132024-12-20T23:17:23.100Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39142024-12-20T23:17:23.824Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39152024-12-20T23:17:26.501Z[ host-image] Dec 20 23:17:24.719 INFO O| Dec 20 23:17:24.719 INFO O| Download: 2091/22788 items 23.5/199.7MB 11% complete (825k/s)
39162024-12-20T23:17:27.180Z[verify-libraries] Compiling termios v0.3.3
39172024-12-20T23:17:27.554Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39182024-12-20T23:17:28.374Z[ recovery-image] Dec 20 23:17:26.593 INFO O| Dec 20 23:17:26.593 INFO O| Download: 1184/15862 items 14.9/176.4MB 8% complete (776k/s)
39192024-12-20T23:17:32.793Z[ host-image] Dec 20 23:17:31.011 INFO O| Dec 20 23:17:31.011 INFO O| Download: 2156/22788 items 23.9/199.7MB 11% complete (643k/s)
39202024-12-20T23:17:33.551Z[ recovery-image] Dec 20 23:17:31.769 INFO O| Dec 20 23:17:31.769 INFO O| Download: 1461/15862 items 21.4/176.4MB 12% complete (1.4M/s)
39212024-12-20T23:17:37.822Z[ host-image] Dec 20 23:17:36.039 INFO O| Dec 20 23:17:36.039 INFO O| Download: 2262/22788 items 24.9/199.7MB 12% complete (209k/s)
39222024-12-20T23:17:44.246Z[ host-image] Dec 20 23:17:42.462 INFO O| Dec 20 23:17:42.462 INFO O| Download: 2457/22788 items 28.2/199.7MB 14% complete (453k/s)
39232024-12-20T23:17:49.266Z[ host-image] Dec 20 23:17:47.482 INFO O| Dec 20 23:17:47.482 INFO O| Download: 3470/22788 items 35.7/199.7MB 17% complete (977k/s)
39242024-12-20T23:17:52.269Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39252024-12-20T23:17:54.317Z[ host-image] Dec 20 23:17:52.532 INFO O| Dec 20 23:17:52.532 INFO O| Download: 3860/22788 items 39.8/199.7MB 19% complete (1.2M/s)
39262024-12-20T23:17:59.327Z[ host-image] Dec 20 23:17:57.541 INFO O| Dec 20 23:17:57.541 INFO O| Download: 4307/22788 items 41.0/199.7MB 20% complete (643k/s)
39272024-12-20T23:17:59.844Z[ recovery-image] Dec 20 23:17:58.058 INFO O| Dec 20 23:17:58.058 INFO O| Download: 1465/15862 items 21.4/176.4MB 12% complete
39282024-12-20T23:18:04.592Z[ host-image] Dec 20 23:18:02.805 INFO O| Dec 20 23:18:02.805 INFO O| Download: 4489/22788 items 41.8/199.7MB 20% complete (390k/s)
39292024-12-20T23:18:05.958Z[ recovery-image] Dec 20 23:18:04.171 INFO O| Dec 20 23:18:04.171 INFO O| Download: 1510/15862 items 21.9/176.4MB 12% complete (616k/s)
39302024-12-20T23:18:06.534Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39312024-12-20T23:18:09.893Z[ host-image] Dec 20 23:18:08.105 INFO O| Dec 20 23:18:08.105 INFO O| Download: 4496/22788 items 41.9/199.7MB 20% complete (329k/s)
39322024-12-20T23:18:11.104Z[ recovery-image] Dec 20 23:18:09.316 INFO O| Dec 20 23:18:09.316 INFO O| Download: 1618/15862 items 25.1/176.4MB 14% complete (395k/s)
39332024-12-20T23:18:15.073Z[ host-image] Dec 20 23:18:13.274 INFO O| Dec 20 23:18:13.274 INFO O| Download: 4640/22788 items 43.0/199.7MB 21% complete (115k/s)
39342024-12-20T23:18:17.174Z[ recovery-image] Dec 20 23:18:15.385 INFO O| Dec 20 23:18:15.385 INFO O| Download: 1648/15862 items 25.6/176.4MB 14% complete (410k/s)
39352024-12-20T23:18:20.069Z[ host-image] Dec 20 23:18:18.280 INFO O| Dec 20 23:18:18.279 INFO O| Download: 4802/22788 items 45.4/199.7MB 22% complete (349k/s)
39362024-12-20T23:18:23.585Z[ recovery-image] Dec 20 23:18:21.796 INFO O| Dec 20 23:18:21.795 INFO O| Download: 1651/15862 items 25.7/176.4MB 14% complete (378k/s)
39372024-12-20T23:18:25.070Z[ host-image] Dec 20 23:18:23.280 INFO O| Dec 20 23:18:23.280 INFO O| Download: 5585/22788 items 46.2/199.7MB 23% complete (332k/s)
39382024-12-20T23:18:28.651Z[ recovery-image] Dec 20 23:18:26.800 INFO O| Dec 20 23:18:26.800 INFO O| Download: 2161/15862 items 31.0/176.4MB 17% complete (1.1M/s)
39392024-12-20T23:18:30.286Z[ host-image] Dec 20 23:18:28.495 INFO O| Dec 20 23:18:28.495 INFO O| Download: 5744/22788 items 46.3/199.7MB 23% complete (287k/s)
39402024-12-20T23:18:33.704Z[ recovery-image] Dec 20 23:18:31.913 INFO O| Dec 20 23:18:31.913 INFO O| Download: 2670/15862 items 33.1/176.4MB 18% complete (764k/s)
39412024-12-20T23:18:35.432Z[ host-image] Dec 20 23:18:33.640 INFO O| Dec 20 23:18:33.640 INFO O| Download: 5749/22788 items 46.3/199.7MB 23% complete (244k/s)
39422024-12-20T23:18:38.967Z[ recovery-image] Dec 20 23:18:37.175 INFO O| Dec 20 23:18:37.175 INFO O| Download: 2678/15862 items 33.1/176.4MB 18% complete (723k/s)
39432024-12-20T23:18:40.665Z[ host-image] Dec 20 23:18:38.872 INFO O| Dec 20 23:18:38.872 INFO O| Download: 6500/22788 items 46.7/199.7MB 23% complete (45.8k/s)
39442024-12-20T23:18:45.948Z[ recovery-image] Dec 20 23:18:44.107 INFO O| Dec 20 23:18:44.107 INFO O| Download: 2681/15862 items 33.1/176.4MB 18% complete
39452024-12-20T23:18:50.915Z[ recovery-image] Dec 20 23:18:49.121 INFO O| Dec 20 23:18:49.121 INFO O| Download: 3075/15862 items 37.2/176.4MB 21% complete (883k/s)
39462024-12-20T23:18:52.585Z[ host-image] Dec 20 23:18:50.791 INFO O| Dec 20 23:18:50.790 INFO O| Download: 6766/22788 items 47.9/199.7MB 23% complete (179k/s)
39472024-12-20T23:18:55.971Z[ recovery-image] Dec 20 23:18:54.176 INFO O| Dec 20 23:18:54.176 INFO O| Download: 3556/15862 items 38.6/176.4MB 21% complete (569k/s)
39482024-12-20T23:18:57.844Z[ host-image] Dec 20 23:18:56.048 INFO O| Dec 20 23:18:56.048 INFO O| Download: 6973/22788 items 50.0/199.7MB 25% complete (554k/s)
39492024-12-20T23:19:00.982Z[ recovery-image] Dec 20 23:18:59.186 INFO O| Dec 20 23:18:59.186 INFO O| Download: 3624/15862 items 39.4/176.4MB 22% complete (209k/s)
39502024-12-20T23:19:05.998Z[ recovery-image] Dec 20 23:19:04.199 INFO O| Dec 20 23:19:04.199 INFO O| Download: 3760/15862 items 41.9/176.4MB 23% complete (338k/s)
39512024-12-20T23:19:07.461Z[ host-image] Dec 20 23:19:05.664 INFO O| Dec 20 23:19:05.664 INFO O| Download: 6983/22788 items 50.4/199.7MB 25% complete (446k/s)
39522024-12-20T23:19:10.996Z[ recovery-image] Dec 20 23:19:09.199 INFO O| Dec 20 23:19:09.199 INFO O| Download: 4328/15862 items 42.8/176.4MB 24% complete (366k/s)
39532024-12-20T23:19:13.549Z[ host-image] Dec 20 23:19:11.751 INFO O| Dec 20 23:19:11.751 INFO O| Download: 6999/22788 items 50.7/199.7MB 25% complete (56.7k/s)
39542024-12-20T23:19:16.002Z[ recovery-image] Dec 20 23:19:14.204 INFO O| Dec 20 23:19:14.204 INFO O| Download: 4761/15862 items 43.0/176.4MB 24% complete (118k/s)
39552024-12-20T23:19:18.552Z[ host-image] Dec 20 23:19:16.754 INFO O| Dec 20 23:19:16.754 INFO O| Download: 7801/22788 items 59.1/199.7MB 29% complete (1.1M/s)
39562024-12-20T23:19:21.021Z[ recovery-image] Dec 20 23:19:19.223 INFO O| Dec 20 23:19:19.222 INFO O| Download: 5105/15862 items 43.2/176.4MB 24% complete (45.3k/s)
39572024-12-20T23:19:23.807Z[ host-image] Dec 20 23:19:21.956 INFO O| Dec 20 23:19:21.956 INFO O| Download: 8068/22788 items 60.3/199.7MB 30% complete (1018k/s)
39582024-12-20T23:19:28.321Z[ recovery-image] Dec 20 23:19:26.522 INFO O| Dec 20 23:19:26.522 INFO O| Download: 5660/15862 items 44.5/176.4MB 25% complete (120k/s)
39592024-12-20T23:19:29.358Z[ host-image] Dec 20 23:19:27.557 INFO O| Dec 20 23:19:27.557 INFO O| Download: 8078/22788 items 60.4/199.7MB 30% complete (838k/s)
39602024-12-20T23:19:33.697Z[ recovery-image] Dec 20 23:19:31.896 INFO O| Dec 20 23:19:31.896 INFO O| Download: 5707/15862 items 45.5/176.4MB 25% complete (199k/s)
39612024-12-20T23:19:38.703Z[ recovery-image] Dec 20 23:19:36.902 INFO O| Dec 20 23:19:36.902 INFO O| Download: 5901/15862 items 53.0/176.4MB 30% complete (867k/s)
39622024-12-20T23:19:43.754Z[ recovery-image] Dec 20 23:19:41.952 INFO O| Dec 20 23:19:41.952 INFO O| Download: 6014/15862 items 54.1/176.4MB 30% complete (905k/s)
39632024-12-20T23:19:44.340Z[ host-image] Dec 20 23:19:42.538 INFO O| Dec 20 23:19:42.538 INFO O| Download: 8213/22788 items 61.1/199.7MB 30% complete
39642024-12-20T23:19:48.762Z[ recovery-image] Dec 20 23:19:46.960 INFO O| Dec 20 23:19:46.960 INFO O| Download: 6220/15862 items 62.2/176.4MB 35% complete (1009k/s)
39652024-12-20T23:19:49.424Z[ host-image] Dec 20 23:19:47.621 INFO O| Dec 20 23:19:47.621 INFO O| Download: 8357/22788 items 69.0/199.7MB 34% complete (3.2M/s)
39662024-12-20T23:19:53.771Z[ recovery-image] Dec 20 23:19:51.968 INFO O| Dec 20 23:19:51.968 INFO O| Download: 7200/15862 items 73.3/176.4MB 41% complete (1.9M/s)
39672024-12-20T23:19:54.431Z[ host-image] Dec 20 23:19:52.628 INFO O| Dec 20 23:19:52.627 INFO O| Download: 8538/22788 items 69.9/199.7MB 35% complete (879k/s)
39682024-12-20T23:19:59.443Z[ host-image] Dec 20 23:19:57.639 INFO O| Dec 20 23:19:57.638 INFO O| Download: 9422/22788 items 81.9/199.7MB 41% complete (1.3M/s)
39692024-12-20T23:20:04.088Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39702024-12-20T23:20:04.457Z[ host-image] Dec 20 23:20:02.651 INFO O| Dec 20 23:20:02.651 INFO O| Download: 10169/22788 items 85.8/199.7MB 42% complete (1.6M/s)
39712024-12-20T23:20:06.093Z[ recovery-image] Dec 20 23:20:04.288 INFO O| Dec 20 23:20:04.288 INFO O| Download: 7211/15862 items 73.3/176.4MB 41% complete
39722024-12-20T23:20:09.509Z[ host-image] Dec 20 23:20:07.703 INFO O| Dec 20 23:20:07.703 INFO O| Download: 10515/22788 items 88.6/199.7MB 44% complete (718k/s)
39732024-12-20T23:20:11.471Z[ recovery-image] Dec 20 23:20:09.665 INFO O| Dec 20 23:20:09.665 INFO O| Download: 7444/15862 items 73.5/176.4MB 41% complete (53.4k/s)
39742024-12-20T23:20:11.604Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39752024-12-20T23:20:16.634Z[ recovery-image] Dec 20 23:20:14.827 INFO O| Dec 20 23:20:14.827 INFO O| Download: 7897/15862 items 76.7/176.4MB 43% complete (304k/s)
39762024-12-20T23:20:20.137Z[ host-image] Dec 20 23:20:18.330 INFO O| Dec 20 23:20:18.330 INFO O| Download: 10843/22788 items 90.0/199.7MB 45% complete (628k/s)
39772024-12-20T23:20:21.711Z[ recovery-image] Dec 20 23:20:19.903 INFO O| Dec 20 23:20:19.903 INFO O| Download: 8251/15862 items 79.7/176.4MB 45% complete (639k/s)
39782024-12-20T23:20:26.293Z[ host-image] Dec 20 23:20:24.484 INFO O| Dec 20 23:20:24.484 INFO O| Download: 10866/22788 items 90.1/199.7MB 45% complete (99.7k/s)
39792024-12-20T23:20:26.712Z[ recovery-image] Dec 20 23:20:24.903 INFO O| Dec 20 23:20:24.903 INFO O| Download: 8665/15862 items 81.5/176.4MB 46% complete (447k/s)
39802024-12-20T23:20:31.299Z[ host-image] Dec 20 23:20:29.490 INFO O| Dec 20 23:20:29.490 INFO O| Download: 11187/22788 items 93.9/199.7MB 47% complete (391k/s)
39812024-12-20T23:20:31.898Z[ recovery-image] Dec 20 23:20:30.088 INFO O| Dec 20 23:20:30.088 INFO O| Download: 8817/15862 items 91.4/176.4MB 51% complete (1.1M/s)
39822024-12-20T23:20:36.302Z[ host-image] Dec 20 23:20:34.492 INFO O| Dec 20 23:20:34.492 INFO O| Download: 11867/22788 items 96.5/199.7MB 48% complete (657k/s)
39832024-12-20T23:20:36.920Z[ recovery-image] Dec 20 23:20:35.110 INFO O| Dec 20 23:20:35.110 INFO O| Download: 8988/15862 items 92.7/176.4MB 52% complete (1.1M/s)
39842024-12-20T23:20:40.361Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
39852024-12-20T23:20:41.314Z[ host-image] Dec 20 23:20:39.503 INFO O| Dec 20 23:20:39.503 INFO O| Download: 12097/22788 items 101.0/199.7MB 50% complete (724k/s)
39862024-12-20T23:20:41.930Z[ recovery-image] Dec 20 23:20:40.119 INFO O| Dec 20 23:20:40.119 INFO O| Download: 9669/15862 items 93.0/176.4MB 52% complete (169k/s)
39872024-12-20T23:20:42.358Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39882024-12-20T23:20:46.108Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
39892024-12-20T23:20:46.331Z[ host-image] Dec 20 23:20:44.520 INFO O| Dec 20 23:20:44.520 INFO O| Download: 12361/22788 items 109.5/199.7MB 54% complete (1.3M/s)
39902024-12-20T23:20:47.000Z[ recovery-image] Dec 20 23:20:45.188 INFO O| Dec 20 23:20:45.188 INFO O| Download: 10316/15862 items 93.3/176.4MB 52% complete (68.0k/s)
39912024-12-20T23:20:51.340Z[ host-image] Dec 20 23:20:49.528 INFO O| Dec 20 23:20:49.528 INFO O| Download: 13110/22788 items 109.8/199.7MB 55% complete (939k/s)
39922024-12-20T23:20:52.025Z[ recovery-image] Dec 20 23:20:50.212 INFO O| Dec 20 23:20:50.212 INFO O| Download: 10891/15862 items 93.8/176.4MB 53% complete (84.5k/s)
39932024-12-20T23:20:56.361Z[ host-image] Dec 20 23:20:54.548 INFO O| Dec 20 23:20:54.548 INFO O| Download: 13441/22788 items 110.0/199.7MB 55% complete (52.7k/s)
39942024-12-20T23:20:57.376Z[ recovery-image] Dec 20 23:20:55.563 INFO O| Dec 20 23:20:55.562 INFO O| Download: 11046/15862 items 95.3/176.4MB 54% complete (175k/s)
39952024-12-20T23:21:01.374Z[ host-image] Dec 20 23:20:59.560 INFO O| Dec 20 23:20:59.560 INFO O| Download: 14227/22788 items 110.7/199.7MB 55% complete (78.5k/s)
39962024-12-20T23:21:03.047Z[ recovery-image] Dec 20 23:21:01.233 INFO O| Dec 20 23:21:01.233 INFO O| Download: 11430/15862 items 107.3/176.4MB 60% complete (1.3M/s)
39972024-12-20T23:21:08.122Z[ recovery-image] Dec 20 23:21:06.308 INFO O| Dec 20 23:21:06.307 INFO O| Download: 11711/15862 items 121.2/176.4MB 68% complete (2.3M/s)
39982024-12-20T23:21:13.406Z[ recovery-image] Dec 20 23:21:11.590 INFO O| Dec 20 23:21:11.590 INFO O| Download: 11986/15862 items 139.1/176.4MB 78% complete (3.1M/s)
39992024-12-20T23:21:15.174Z[ host-image] Dec 20 23:21:13.358 INFO O| Dec 20 23:21:13.358 INFO O| Download: 14425/22788 items 111.7/199.7MB 55% complete
40002024-12-20T23:21:18.408Z[ recovery-image] Dec 20 23:21:16.591 INFO O| Dec 20 23:21:16.591 INFO O| Download: 12632/15862 items 142.6/176.4MB 80% complete (2.1M/s)
40012024-12-20T23:21:21.357Z[ host-image] Dec 20 23:21:19.540 INFO O| Dec 20 23:21:19.540 INFO O| Download: 14504/22788 items 116.6/199.7MB 58% complete (901k/s)
40022024-12-20T23:21:23.431Z[ recovery-image] Dec 20 23:21:21.614 INFO O| Dec 20 23:21:21.614 INFO O| Download: 13063/15862 items 144.3/176.4MB 81% complete (637k/s)
40032024-12-20T23:21:26.372Z[ host-image] Dec 20 23:21:24.555 INFO O| Dec 20 23:21:24.555 INFO O| Download: 14973/22788 items 120.1/199.7MB 60% complete (818k/s)
40042024-12-20T23:21:28.440Z[ recovery-image] Dec 20 23:21:26.620 INFO O| Dec 20 23:21:26.620 INFO O| Download: 13632/15862 items 147.2/176.4MB 83% complete (480k/s)
40052024-12-20T23:21:31.409Z[ host-image] Dec 20 23:21:29.591 INFO O| Dec 20 23:21:29.590 INFO O| Download: 15537/22788 items 124.4/199.7MB 62% complete (809k/s)
40062024-12-20T23:21:33.511Z[ recovery-image] Dec 20 23:21:31.693 INFO O| Dec 20 23:21:31.693 INFO O| Download: 14045/15862 items 148.5/176.4MB 84% complete (462k/s)
40072024-12-20T23:21:37.469Z[ host-image] Dec 20 23:21:35.649 INFO O| Dec 20 23:21:35.649 INFO O| Download: 15733/22788 items 126.0/199.7MB 63% complete (771k/s)
40082024-12-20T23:21:40.662Z[ recovery-image] Dec 20 23:21:38.841 INFO O| Dec 20 23:21:38.841 INFO O| Download: 14671/15862 items 150.6/176.4MB 85% complete (460k/s)
40092024-12-20T23:21:42.472Z[ host-image] Dec 20 23:21:40.652 INFO O| Dec 20 23:21:40.652 INFO O| Download: 16399/22788 items 147.6/199.7MB 73% complete (2.3M/s)
40102024-12-20T23:21:46.850Z[ recovery-image] Dec 20 23:21:45.029 INFO O| Dec 20 23:21:45.029 INFO O| Download: 14696/15862 items 151.0/176.4MB 85% complete (257k/s)
40112024-12-20T23:21:47.487Z[ host-image] Dec 20 23:21:45.666 INFO O| Dec 20 23:21:45.666 INFO O| Download: 17351/22788 items 149.3/199.7MB 74% complete (2.4M/s)
40122024-12-20T23:21:51.857Z[ recovery-image] Dec 20 23:21:50.036 INFO O| Dec 20 23:21:50.036 INFO O| Download: 15113/15862 items 158.0/176.4MB 89% complete (727k/s)
40132024-12-20T23:21:52.626Z[ host-image] Dec 20 23:21:50.804 INFO O| Dec 20 23:21:50.804 INFO O| Download: 17914/22788 items 157.1/199.7MB 78% complete (806k/s)
40142024-12-20T23:21:57.051Z[ recovery-image] Dec 20 23:21:55.229 INFO O| Dec 20 23:21:55.229 INFO O| Download: 15571/15862 items 169.1/176.4MB 95% complete (1.9M/s)
40152024-12-20T23:21:57.628Z[ host-image] Dec 20 23:21:55.805 INFO O| Dec 20 23:21:55.805 INFO O| Download: 18596/22788 items 164.5/199.7MB 82% complete (1.5M/s)
40162024-12-20T23:22:02.632Z[ host-image] Dec 20 23:22:00.809 INFO O| Dec 20 23:22:00.809 INFO O| Download: 19393/22788 items 167.7/199.7MB 84% complete (1.2M/s)
40172024-12-20T23:22:03.319Z[ recovery-image] Dec 20 23:22:01.496 INFO O| Dec 20 23:22:01.496 INFO O| Download: 15836/15862 items 175.2/176.4MB 99% complete (1.8M/s)
40182024-12-20T23:22:04.612Z[ recovery-image] Dec 20 23:22:02.788 INFO O| Dec 20 23:22:02.788 INFO O| Download: Completed 176.38 MB in 292.27 seconds (616k/s)
40192024-12-20T23:22:05.814Z[ recovery-image] Dec 20 23:22:03.990 INFO O| Dec 20 23:22:03.990 INFO O| Actions: 1/25028 actions (Installing new actions)
40202024-12-20T23:22:07.634Z[ host-image] Dec 20 23:22:05.809 INFO O| Dec 20 23:22:05.809 INFO O| Download: 20454/22788 items 171.9/199.7MB 86% complete (757k/s)
40212024-12-20T23:22:10.815Z[ recovery-image] Dec 20 23:22:08.990 INFO O| Dec 20 23:22:08.990 INFO O| Actions: 8674/25028 actions (Installing new actions)
40222024-12-20T23:22:12.643Z[ host-image] Dec 20 23:22:10.818 INFO O| Dec 20 23:22:10.818 INFO O| Download: 21024/22788 items 179.3/199.7MB 89% complete (1.2M/s)
40232024-12-20T23:22:15.816Z[ recovery-image] Dec 20 23:22:13.990 INFO O| Dec 20 23:22:13.990 INFO O| Actions: 14798/25028 actions (Installing new actions)
40242024-12-20T23:22:17.647Z[ host-image] Dec 20 23:22:15.821 INFO O| Dec 20 23:22:15.821 INFO O| Download: 21934/22788 items 191.4/199.7MB 95% complete (2.0M/s)
40252024-12-20T23:22:21.013Z[ recovery-image] Dec 20 23:22:19.187 INFO O| Dec 20 23:22:19.187 INFO O| Actions: 24473/25028 actions (Installing new actions)
40262024-12-20T23:22:22.649Z[ host-image] Dec 20 23:22:20.823 INFO O| Dec 20 23:22:20.823 INFO O| Download: 22621/22788 items 199.4/199.7MB 99% complete (2.0M/s)
40272024-12-20T23:22:22.919Z[ recovery-image] Dec 20 23:22:21.093 INFO O| Dec 20 23:22:21.093 INFO O| Actions: Completed 25028 actions in 17.10 seconds.
40282024-12-20T23:22:23.623Z[ host-image] Dec 20 23:22:21.796 INFO O| Dec 20 23:22:21.796 INFO O| Download: Completed 199.66 MB in 347.24 seconds (587k/s)
40292024-12-20T23:22:23.666Z[ recovery-image] Dec 20 23:22:21.840 INFO O| Dec 20 23:22:21.840 INFO O| Done
40302024-12-20T23:22:23.666Z[ recovery-image] Dec 20 23:22:21.840 INFO O| Dec 20 23:22:21.840 INFO O| Done
40312024-12-20T23:22:25.324Z[ recovery-image] Dec 20 23:22:23.495 INFO O| Dec 20 23:22:23.495 INFO O| Done
40322024-12-20T23:22:25.461Z[ host-image] Dec 20 23:22:23.634 INFO O| Dec 20 23:22:23.634 INFO O| Actions: 1/49485 actions (Installing new actions)
40332024-12-20T23:22:27.629Z[ recovery-image] Dec 20 23:22:25.793 INFO O| Dec 20 23:22:25.793 INFO O| Done
40342024-12-20T23:22:27.653Z[ recovery-image] Dec 20 23:22:25.820 INFO O| Dec 20 23:22:25.820 INFO O| Done
40352024-12-20T23:22:30.463Z[ host-image] Dec 20 23:22:28.636 INFO O| Dec 20 23:22:28.636 INFO O| Actions: 9248/49485 actions (Installing new actions)
40362024-12-20T23:22:32.783Z[ recovery-image] Dec 20 23:22:30.955 INFO O| Dec 20 23:22:30.955 INFO O| Done
40372024-12-20T23:22:33.650Z[ recovery-image] Dec 20 23:22:31.822 INFO O| Dec 20 23:22:31.822 INFO O| Done
40382024-12-20T23:22:34.455Z[ recovery-image] Dec 20 23:22:32.627 INFO O| Dec 20 23:22:32.627 INFO STEP 11 (pkg_install) COMPLETE
40392024-12-20T23:22:34.455Z[ recovery-image] Dec 20 23:22:32.627 INFO O| Dec 20 23:22:32.627 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40402024-12-20T23:22:34.458Z[ recovery-image] Dec 20 23:22:32.627 INFO O| Dec 20 23:22:32.627 INFO skip step because feature "recovery" is enabled
40412024-12-20T23:22:34.458Z[ recovery-image] Dec 20 23:22:32.627 INFO O| Dec 20 23:22:32.627 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40422024-12-20T23:22:34.458Z[ recovery-image] Dec 20 23:22:32.627 INFO O| Dec 20 23:22:32.627 INFO skip step because feature "omicron1" is not enabled
40432024-12-20T23:22:34.458Z[ recovery-image] Dec 20 23:22:32.627 INFO O| Dec 20 23:22:32.627 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40442024-12-20T23:22:34.492Z[ recovery-image] Dec 20 23:22:32.664 INFO O| Dec 20 23:22:32.664 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
40452024-12-20T23:22:35.464Z[ host-image] Dec 20 23:22:33.636 INFO O| Dec 20 23:22:33.636 INFO O| Actions: 15989/49485 actions (Installing new actions)
40462024-12-20T23:22:38.817Z[ recovery-image] Dec 20 23:22:36.988 INFO O| Dec 20 23:22:36.988 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40472024-12-20T23:22:40.466Z[ host-image] Dec 20 23:22:38.637 INFO O| Dec 20 23:22:38.637 INFO O| Actions: 21298/49485 actions (Installing new actions)
40482024-12-20T23:22:43.012Z[ recovery-image] Dec 20 23:22:41.183 INFO O| Dec 20 23:22:41.183 INFO O| Planning: Solver setup ... Done
40492024-12-20T23:22:43.036Z[ recovery-image] Dec 20 23:22:41.206 INFO O| Dec 20 23:22:41.206 INFO O| Planning: Running solver ... Done
40502024-12-20T23:22:43.158Z[ recovery-image] Dec 20 23:22:41.329 INFO O| Dec 20 23:22:41.329 INFO O| Planning: Finding local manifests ... Done
40512024-12-20T23:22:43.161Z[ recovery-image] Dec 20 23:22:41.330 INFO O| Dec 20 23:22:41.330 INFO O| Planning: Fetching manifests: 0/1 0% complete
40522024-12-20T23:22:43.366Z[ recovery-image] Dec 20 23:22:41.536 INFO O| Dec 20 23:22:41.536 INFO O| Planning: Fetching manifests: 1/1 100% complete
40532024-12-20T23:22:43.403Z[ recovery-image] Dec 20 23:22:41.573 INFO O| Dec 20 23:22:41.572 INFO O| Planning: Package planning ... Done
40542024-12-20T23:22:43.406Z[ recovery-image] Dec 20 23:22:41.574 INFO O| Dec 20 23:22:41.574 INFO O| Planning: Merging actions ... Done
40552024-12-20T23:22:43.483Z[ recovery-image] Dec 20 23:22:41.654 INFO O| Dec 20 23:22:41.654 INFO O| Planning: Checking for conflicting actions ... Done
40562024-12-20T23:22:43.486Z[ recovery-image] Dec 20 23:22:41.655 INFO O| Dec 20 23:22:41.655 INFO O| Planning: Consolidating action changes ... Done
40572024-12-20T23:22:43.875Z[ recovery-image] Dec 20 23:22:42.038 INFO O| Dec 20 23:22:42.038 INFO O| Planning: Evaluating mediators ... Done
40582024-12-20T23:22:43.881Z[ recovery-image] Dec 20 23:22:42.039 INFO O| Dec 20 23:22:42.039 INFO O| Planning: Planning completed in 5.05 seconds
40592024-12-20T23:22:43.881Z[ recovery-image] Dec 20 23:22:42.042 INFO O| Dec 20 23:22:42.042 INFO O| Packages to install: 1
40602024-12-20T23:22:43.892Z[ recovery-image] Dec 20 23:22:42.063 INFO O| Dec 20 23:22:42.062 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
40612024-12-20T23:22:44.691Z[ recovery-image] Dec 20 23:22:42.862 INFO O| Dec 20 23:22:42.862 INFO O| Download: Completed 9.99 MB in 0.80 seconds (12.5M/s)
40622024-12-20T23:22:44.856Z[ recovery-image] Dec 20 23:22:43.026 INFO O| Dec 20 23:22:43.026 INFO O| Actions: 1/22 actions (Installing new actions)
40632024-12-20T23:22:45.357Z[ recovery-image] Dec 20 23:22:43.527 INFO O| Dec 20 23:22:43.527 INFO O| Actions: Completed 22 actions in 0.50 seconds.
40642024-12-20T23:22:45.467Z[ host-image] Dec 20 23:22:43.637 INFO O| Dec 20 23:22:43.637 INFO O| Actions: 34770/49485 actions (Installing new actions)
40652024-12-20T23:22:45.809Z[ recovery-image] Dec 20 23:22:43.979 INFO O| Dec 20 23:22:43.979 INFO O| Done
40662024-12-20T23:22:45.809Z[ recovery-image] Dec 20 23:22:43.979 INFO O| Dec 20 23:22:43.979 INFO O| Done
40672024-12-20T23:22:47.411Z[ recovery-image] Dec 20 23:22:45.581 INFO O| Dec 20 23:22:45.581 INFO O| Done
40682024-12-20T23:22:49.455Z[ host-image] Dec 20 23:22:47.625 INFO O| Dec 20 23:22:47.624 INFO O| Actions: Completed 49485 actions in 23.98 seconds.
40692024-12-20T23:22:49.774Z[ recovery-image] Dec 20 23:22:47.944 INFO O| Dec 20 23:22:47.943 INFO O| Done
40702024-12-20T23:22:49.808Z[ recovery-image] Dec 20 23:22:47.978 INFO O| Dec 20 23:22:47.977 INFO O| Done
40712024-12-20T23:22:49.811Z[ recovery-image] Dec 20 23:22:47.978 INFO O| Dec 20 23:22:47.978 INFO O| Done
40722024-12-20T23:22:49.828Z[ recovery-image] Dec 20 23:22:47.998 INFO O| Dec 20 23:22:47.997 INFO O| Done
40732024-12-20T23:22:50.111Z[ recovery-image] Dec 20 23:22:48.281 INFO O| Dec 20 23:22:48.281 INFO STEP 14 (pkg_install) COMPLETE
40742024-12-20T23:22:50.111Z[ recovery-image] Dec 20 23:22:48.281 INFO O| Dec 20 23:22:48.281 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40752024-12-20T23:22:50.114Z[ recovery-image] Dec 20 23:22:48.281 INFO O| Dec 20 23:22:48.281 INFO skip step because feature "mfg" is not enabled
40762024-12-20T23:22:50.114Z[ recovery-image] Dec 20 23:22:48.281 INFO O| Dec 20 23:22:48.281 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40772024-12-20T23:22:50.114Z[ recovery-image] Dec 20 23:22:48.281 INFO O| Dec 20 23:22:48.281 INFO skip step because feature "compliance" is not enabled
40782024-12-20T23:22:50.114Z[ recovery-image] Dec 20 23:22:48.281 INFO O| Dec 20 23:22:48.281 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40792024-12-20T23:22:50.114Z[ recovery-image] Dec 20 23:22:48.281 INFO O| Dec 20 23:22:48.281 INFO skip step because feature "stress" is not enabled
40802024-12-20T23:22:50.114Z[ recovery-image] Dec 20 23:22:48.281 INFO O| Dec 20 23:22:48.281 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40812024-12-20T23:22:50.114Z[ recovery-image] Dec 20 23:22:48.281 INFO O| Dec 20 23:22:48.281 INFO skip step because feature "nfs" is not enabled
40822024-12-20T23:22:50.114Z[ recovery-image] Dec 20 23:22:48.281 INFO O| Dec 20 23:22:48.281 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40832024-12-20T23:22:50.114Z[ recovery-image] Dec 20 23:22:48.281 INFO O| Dec 20 23:22:48.281 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40842024-12-20T23:22:50.253Z[ recovery-image] Dec 20 23:22:48.423 INFO O| Dec 20 23:22:48.423 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40852024-12-20T23:22:50.275Z[ host-image] Dec 20 23:22:48.444 INFO O| Dec 20 23:22:48.444 INFO O| Done
40862024-12-20T23:22:50.275Z[ host-image] Dec 20 23:22:48.444 INFO O| Dec 20 23:22:48.444 INFO O| Done
40872024-12-20T23:22:50.410Z[ recovery-image] Dec 20 23:22:48.580 INFO O| Dec 20 23:22:48.580 INFO completed processing gimlet/ramdisk-01-os
40882024-12-20T23:22:50.414Z[ recovery-image] Dec 20 23:22:48.584 INFO image builder template: ramdisk-02-trim...
40892024-12-20T23:22:50.414Z[ recovery-image] Dec 20 23:22:48.584 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/.tmpzMcpQQ/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
40902024-12-20T23:22:50.468Z[ recovery-image] Dec 20 23:22:48.637 INFO O| Dec 20 23:22:48.637 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40912024-12-20T23:22:50.496Z[ recovery-image] Dec 20 23:22:48.665 INFO O| Dec 20 23:22:48.665 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40922024-12-20T23:22:50.654Z[ recovery-image] Dec 20 23:22:48.824 INFO O| Dec 20 23:22:48.824 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40932024-12-20T23:22:50.718Z[ recovery-image] Dec 20 23:22:48.888 INFO O| Dec 20 23:22:48.888 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40942024-12-20T23:22:50.718Z[ recovery-image] Dec 20 23:22:48.888 INFO O| Dec 20 23:22:48.888 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40952024-12-20T23:22:50.730Z[ recovery-image] Dec 20 23:22:48.900 INFO O| Dec 20 23:22:48.900 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40962024-12-20T23:22:50.740Z[ recovery-image] Dec 20 23:22:48.910 INFO O| Dec 20 23:22:48.910 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40972024-12-20T23:22:50.758Z[ recovery-image] Dec 20 23:22:48.927 INFO O| Dec 20 23:22:48.927 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40982024-12-20T23:22:51.296Z[ recovery-image] Dec 20 23:22:49.465 INFO O| Dec 20 23:22:49.465 INFO rolled back to input snapshot; work may begin
40992024-12-20T23:22:51.299Z[ recovery-image] Dec 20 23:22:49.465 INFO O| Dec 20 23:22:49.465 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41002024-12-20T23:22:51.316Z[ recovery-image] Dec 20 23:22:49.486 INFO O| Dec 20 23:22:49.486 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41012024-12-20T23:22:51.342Z[ recovery-image] Dec 20 23:22:49.511 INFO O| Dec 20 23:22:49.511 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
41022024-12-20T23:22:51.648Z[ recovery-image] Dec 20 23:22:49.817 INFO O| Dec 20 23:22:49.817 INFO STEP 0 (remove_files) COMPLETE
41032024-12-20T23:22:51.648Z[ recovery-image] Dec 20 23:22:49.817 INFO O| Dec 20 23:22:49.817 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41042024-12-20T23:22:51.688Z[ recovery-image] Dec 20 23:22:49.857 INFO O| Dec 20 23:22:49.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
41052024-12-20T23:22:51.691Z[ recovery-image] Dec 20 23:22:49.860 INFO O| Dec 20 23:22:49.860 INFO STEP 1 (remove_files) COMPLETE
41062024-12-20T23:22:51.691Z[ recovery-image] Dec 20 23:22:49.861 INFO O| Dec 20 23:22:49.860 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41072024-12-20T23:22:51.719Z[ recovery-image] Dec 20 23:22:49.888 INFO O| Dec 20 23:22:49.888 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
41082024-12-20T23:22:51.768Z[ recovery-image] Dec 20 23:22:49.937 INFO O| Dec 20 23:22:49.937 INFO STEP 2 (remove_files) COMPLETE
41092024-12-20T23:22:51.768Z[ recovery-image] Dec 20 23:22:49.937 INFO O| Dec 20 23:22:49.937 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41102024-12-20T23:22:51.806Z[ recovery-image] Dec 20 23:22:49.976 INFO O| Dec 20 23:22:49.976 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
41112024-12-20T23:22:51.810Z[ recovery-image] Dec 20 23:22:49.980 INFO O| Dec 20 23:22:49.980 INFO STEP 3 (remove_files) COMPLETE
41122024-12-20T23:22:51.810Z[ recovery-image] Dec 20 23:22:49.980 INFO O| Dec 20 23:22:49.980 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41132024-12-20T23:22:51.841Z[ recovery-image] Dec 20 23:22:50.010 INFO O| Dec 20 23:22:50.010 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
41142024-12-20T23:22:51.850Z[ recovery-image] Dec 20 23:22:50.019 INFO O| Dec 20 23:22:50.018 INFO STEP 4 (remove_files) COMPLETE
41152024-12-20T23:22:51.850Z[ recovery-image] Dec 20 23:22:50.019 INFO O| Dec 20 23:22:50.018 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41162024-12-20T23:22:51.875Z[ recovery-image] Dec 20 23:22:50.045 INFO O| Dec 20 23:22:50.044 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
41172024-12-20T23:22:51.880Z[ recovery-image] Dec 20 23:22:50.045 INFO O| Dec 20 23:22:50.045 INFO STEP 5 (remove_files) COMPLETE
41182024-12-20T23:22:51.880Z[ recovery-image] Dec 20 23:22:50.045 INFO O| Dec 20 23:22:50.045 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41192024-12-20T23:22:51.901Z[ recovery-image] Dec 20 23:22:50.070 INFO O| Dec 20 23:22:50.070 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
41202024-12-20T23:22:51.919Z[ recovery-image] Dec 20 23:22:50.088 INFO O| Dec 20 23:22:50.088 INFO STEP 6 (remove_files) COMPLETE
41212024-12-20T23:22:51.919Z[ recovery-image] Dec 20 23:22:50.088 INFO O| Dec 20 23:22:50.088 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41222024-12-20T23:22:51.919Z[ recovery-image] Dec 20 23:22:50.088 INFO O| Dec 20 23:22:50.088 INFO skip step because feature "recovery" is enabled
41232024-12-20T23:22:51.921Z[ recovery-image] Dec 20 23:22:50.088 INFO O| Dec 20 23:22:50.088 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41242024-12-20T23:22:51.921Z[ recovery-image] Dec 20 23:22:50.088 INFO O| Dec 20 23:22:50.088 INFO skip step because feature "recovery" is enabled
41252024-12-20T23:22:51.921Z[ recovery-image] Dec 20 23:22:50.088 INFO O| Dec 20 23:22:50.088 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41262024-12-20T23:22:51.921Z[ recovery-image] Dec 20 23:22:50.088 INFO O| Dec 20 23:22:50.088 INFO skip step because feature "recovery" is enabled
41272024-12-20T23:22:51.922Z[ recovery-image] Dec 20 23:22:50.088 INFO O| Dec 20 23:22:50.088 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41282024-12-20T23:22:51.955Z[ recovery-image] Dec 20 23:22:50.124 INFO O| Dec 20 23:22:50.124 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41292024-12-20T23:22:51.960Z[ recovery-image] Dec 20 23:22:50.129 INFO O| Dec 20 23:22:50.129 INFO STEP 10 (remove_files) COMPLETE
41302024-12-20T23:22:51.960Z[ recovery-image] Dec 20 23:22:50.129 INFO O| Dec 20 23:22:50.129 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41312024-12-20T23:22:51.987Z[ host-image] Dec 20 23:22:50.156 INFO O| Dec 20 23:22:50.156 INFO O| Done
41322024-12-20T23:22:52.000Z[ recovery-image] Dec 20 23:22:50.169 INFO O| Dec 20 23:22:50.169 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41332024-12-20T23:22:52.002Z[ recovery-image] Dec 20 23:22:50.171 INFO O| Dec 20 23:22:50.171 INFO STEP 11 (remove_files) COMPLETE
41342024-12-20T23:22:52.002Z[ recovery-image] Dec 20 23:22:50.171 INFO O| Dec 20 23:22:50.171 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41352024-12-20T23:22:52.046Z[ recovery-image] Dec 20 23:22:50.214 INFO O| Dec 20 23:22:50.214 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41362024-12-20T23:22:52.049Z[ recovery-image] Dec 20 23:22:50.218 INFO O| Dec 20 23:22:50.217 INFO STEP 12 (remove_files) COMPLETE
41372024-12-20T23:22:52.049Z[ recovery-image] Dec 20 23:22:50.218 INFO O| Dec 20 23:22:50.218 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41382024-12-20T23:22:52.219Z[ recovery-image] Dec 20 23:22:50.388 INFO O| Dec 20 23:22:50.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41392024-12-20T23:22:52.230Z[ recovery-image] Dec 20 23:22:50.398 INFO O| Dec 20 23:22:50.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41402024-12-20T23:22:52.237Z[ recovery-image] Dec 20 23:22:50.406 INFO O| Dec 20 23:22:50.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41412024-12-20T23:22:52.237Z[ recovery-image] Dec 20 23:22:50.407 INFO O| Dec 20 23:22:50.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41422024-12-20T23:22:52.571Z[ recovery-image] Dec 20 23:22:50.741 INFO O| Dec 20 23:22:50.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41432024-12-20T23:22:52.585Z[ recovery-image] Dec 20 23:22:50.754 INFO O| Dec 20 23:22:50.754 INFO STEP 13 (remove_files) COMPLETE
41442024-12-20T23:22:52.585Z[ recovery-image] Dec 20 23:22:50.754 INFO O| Dec 20 23:22:50.754 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41452024-12-20T23:22:52.621Z[ recovery-image] Dec 20 23:22:50.790 INFO O| Dec 20 23:22:50.790 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41462024-12-20T23:22:52.624Z[ recovery-image] Dec 20 23:22:50.793 INFO O| Dec 20 23:22:50.793 INFO STEP 14 (remove_files) COMPLETE
41472024-12-20T23:22:52.624Z[ recovery-image] Dec 20 23:22:50.793 INFO O| Dec 20 23:22:50.793 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41482024-12-20T23:22:52.647Z[ recovery-image] Dec 20 23:22:50.817 INFO O| Dec 20 23:22:50.817 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41492024-12-20T23:22:52.664Z[ recovery-image] Dec 20 23:22:50.834 INFO O| Dec 20 23:22:50.833 INFO STEP 15 (remove_files) COMPLETE
41502024-12-20T23:22:52.664Z[ recovery-image] Dec 20 23:22:50.834 INFO O| Dec 20 23:22:50.834 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41512024-12-20T23:22:52.701Z[ recovery-image] Dec 20 23:22:50.870 INFO O| Dec 20 23:22:50.870 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41522024-12-20T23:22:52.704Z[ recovery-image] Dec 20 23:22:50.871 INFO O| Dec 20 23:22:50.871 INFO STEP 16 (remove_files) COMPLETE
41532024-12-20T23:22:52.704Z[ recovery-image] Dec 20 23:22:50.871 INFO O| Dec 20 23:22:50.871 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41542024-12-20T23:22:52.733Z[ recovery-image] Dec 20 23:22:50.902 INFO O| Dec 20 23:22:50.902 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41552024-12-20T23:22:52.735Z[ recovery-image] Dec 20 23:22:50.905 INFO O| Dec 20 23:22:50.905 INFO STEP 17 (remove_files) COMPLETE
41562024-12-20T23:22:52.735Z[ recovery-image] Dec 20 23:22:50.905 INFO O| Dec 20 23:22:50.905 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41572024-12-20T23:22:52.832Z[ recovery-image] Dec 20 23:22:51.001 INFO O| Dec 20 23:22:51.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41582024-12-20T23:22:52.836Z[ recovery-image] Dec 20 23:22:51.001 INFO O| Dec 20 23:22:51.001 INFO STEP 18 (remove_files) COMPLETE
41592024-12-20T23:22:52.836Z[ recovery-image] Dec 20 23:22:51.001 INFO O| Dec 20 23:22:51.001 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41602024-12-20T23:22:52.866Z[ recovery-image] Dec 20 23:22:51.036 INFO O| Dec 20 23:22:51.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41612024-12-20T23:22:52.866Z[ recovery-image] Dec 20 23:22:51.036 INFO O| Dec 20 23:22:51.036 INFO STEP 19 (remove_files) COMPLETE
41622024-12-20T23:22:52.869Z[ recovery-image] Dec 20 23:22:51.036 INFO O| Dec 20 23:22:51.036 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41632024-12-20T23:22:52.892Z[ recovery-image] Dec 20 23:22:51.062 INFO O| Dec 20 23:22:51.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41642024-12-20T23:22:52.892Z[ recovery-image] Dec 20 23:22:51.062 INFO O| Dec 20 23:22:51.062 INFO STEP 20 (remove_files) COMPLETE
41652024-12-20T23:22:52.895Z[ recovery-image] Dec 20 23:22:51.062 INFO O| Dec 20 23:22:51.062 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41662024-12-20T23:22:52.930Z[ recovery-image] Dec 20 23:22:51.099 INFO O| Dec 20 23:22:51.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41672024-12-20T23:22:52.930Z[ recovery-image] Dec 20 23:22:51.099 INFO O| Dec 20 23:22:51.099 INFO STEP 21 (remove_files) COMPLETE
41682024-12-20T23:22:52.933Z[ recovery-image] Dec 20 23:22:51.099 INFO O| Dec 20 23:22:51.099 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41692024-12-20T23:22:52.971Z[ recovery-image] Dec 20 23:22:51.140 INFO O| Dec 20 23:22:51.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41702024-12-20T23:22:52.974Z[ recovery-image] Dec 20 23:22:51.141 INFO O| Dec 20 23:22:51.141 INFO STEP 22 (remove_files) COMPLETE
41712024-12-20T23:22:52.974Z[ recovery-image] Dec 20 23:22:51.141 INFO O| Dec 20 23:22:51.141 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41722024-12-20T23:22:52.999Z[ recovery-image] Dec 20 23:22:51.168 INFO O| Dec 20 23:22:51.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41732024-12-20T23:22:53.002Z[ recovery-image] Dec 20 23:22:51.168 INFO O| Dec 20 23:22:51.168 INFO STEP 23 (remove_files) COMPLETE
41742024-12-20T23:22:53.002Z[ recovery-image] Dec 20 23:22:51.168 INFO O| Dec 20 23:22:51.168 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41752024-12-20T23:22:53.039Z[ recovery-image] Dec 20 23:22:51.209 INFO O| Dec 20 23:22:51.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41762024-12-20T23:22:53.039Z[ recovery-image] Dec 20 23:22:51.209 INFO O| Dec 20 23:22:51.209 INFO STEP 24 (remove_files) COMPLETE
41772024-12-20T23:22:53.039Z[ recovery-image] Dec 20 23:22:51.209 INFO O| Dec 20 23:22:51.209 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41782024-12-20T23:22:53.069Z[ recovery-image] Dec 20 23:22:51.238 INFO O| Dec 20 23:22:51.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41792024-12-20T23:22:53.069Z[ recovery-image] Dec 20 23:22:51.238 INFO O| Dec 20 23:22:51.238 INFO STEP 25 (remove_files) COMPLETE
41802024-12-20T23:22:53.072Z[ recovery-image] Dec 20 23:22:51.238 INFO O| Dec 20 23:22:51.238 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41812024-12-20T23:22:53.106Z[ recovery-image] Dec 20 23:22:51.275 INFO O| Dec 20 23:22:51.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41822024-12-20T23:22:53.106Z[ recovery-image] Dec 20 23:22:51.276 INFO O| Dec 20 23:22:51.275 INFO STEP 26 (remove_files) COMPLETE
41832024-12-20T23:22:53.106Z[ recovery-image] Dec 20 23:22:51.276 INFO O| Dec 20 23:22:51.276 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41842024-12-20T23:22:53.152Z[ recovery-image] Dec 20 23:22:51.320 INFO O| Dec 20 23:22:51.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41852024-12-20T23:22:53.154Z[ recovery-image] Dec 20 23:22:51.320 INFO O| Dec 20 23:22:51.320 INFO STEP 27 (remove_files) COMPLETE
41862024-12-20T23:22:53.154Z[ recovery-image] Dec 20 23:22:51.320 INFO O| Dec 20 23:22:51.320 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41872024-12-20T23:22:53.177Z[ recovery-image] Dec 20 23:22:51.346 INFO O| Dec 20 23:22:51.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41882024-12-20T23:22:53.178Z[ recovery-image] Dec 20 23:22:51.347 INFO O| Dec 20 23:22:51.347 INFO STEP 28 (remove_files) COMPLETE
41892024-12-20T23:22:53.181Z[ recovery-image] Dec 20 23:22:51.347 INFO O| Dec 20 23:22:51.347 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41902024-12-20T23:22:53.202Z[ recovery-image] Dec 20 23:22:51.371 INFO O| Dec 20 23:22:51.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41912024-12-20T23:22:53.205Z[ recovery-image] Dec 20 23:22:51.372 INFO O| Dec 20 23:22:51.372 INFO STEP 29 (remove_files) COMPLETE
41922024-12-20T23:22:53.205Z[ recovery-image] Dec 20 23:22:51.372 INFO O| Dec 20 23:22:51.372 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41932024-12-20T23:22:53.232Z[ recovery-image] Dec 20 23:22:51.401 INFO O| Dec 20 23:22:51.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41942024-12-20T23:22:53.232Z[ recovery-image] Dec 20 23:22:51.401 INFO O| Dec 20 23:22:51.401 INFO STEP 30 (remove_files) COMPLETE
41952024-12-20T23:22:53.235Z[ recovery-image] Dec 20 23:22:51.401 INFO O| Dec 20 23:22:51.401 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41962024-12-20T23:22:53.266Z[ recovery-image] Dec 20 23:22:51.435 INFO O| Dec 20 23:22:51.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41972024-12-20T23:22:53.270Z[ recovery-image] Dec 20 23:22:51.436 INFO O| Dec 20 23:22:51.436 INFO STEP 31 (remove_files) COMPLETE
41982024-12-20T23:22:53.270Z[ recovery-image] Dec 20 23:22:51.436 INFO O| Dec 20 23:22:51.436 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41992024-12-20T23:22:53.303Z[ recovery-image] Dec 20 23:22:51.471 INFO O| Dec 20 23:22:51.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
42002024-12-20T23:22:53.303Z[ recovery-image] Dec 20 23:22:51.471 INFO O| Dec 20 23:22:51.471 INFO STEP 32 (remove_files) COMPLETE
42012024-12-20T23:22:53.306Z[ recovery-image] Dec 20 23:22:51.471 INFO O| Dec 20 23:22:51.471 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42022024-12-20T23:22:53.358Z[ recovery-image] Dec 20 23:22:51.526 INFO O| Dec 20 23:22:51.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
42032024-12-20T23:22:53.358Z[ recovery-image] Dec 20 23:22:51.527 INFO O| Dec 20 23:22:51.526 INFO STEP 33 (remove_files) COMPLETE
42042024-12-20T23:22:53.363Z[ recovery-image] Dec 20 23:22:51.527 INFO O| Dec 20 23:22:51.527 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42052024-12-20T23:22:53.401Z[ recovery-image] Dec 20 23:22:51.569 INFO O| Dec 20 23:22:51.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
42062024-12-20T23:22:53.401Z[ recovery-image] Dec 20 23:22:51.569 INFO O| Dec 20 23:22:51.569 INFO STEP 34 (remove_files) COMPLETE
42072024-12-20T23:22:53.406Z[ recovery-image] Dec 20 23:22:51.569 INFO O| Dec 20 23:22:51.569 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42082024-12-20T23:22:53.426Z[ recovery-image] Dec 20 23:22:51.595 INFO O| Dec 20 23:22:51.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
42092024-12-20T23:22:53.426Z[ recovery-image] Dec 20 23:22:51.596 INFO O| Dec 20 23:22:51.596 INFO STEP 35 (remove_files) COMPLETE
42102024-12-20T23:22:53.426Z[ recovery-image] Dec 20 23:22:51.596 INFO O| Dec 20 23:22:51.596 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42112024-12-20T23:22:53.453Z[ recovery-image] Dec 20 23:22:51.621 INFO O| Dec 20 23:22:51.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
42122024-12-20T23:22:53.453Z[ recovery-image] Dec 20 23:22:51.622 INFO O| Dec 20 23:22:51.622 INFO STEP 36 (remove_files) COMPLETE
42132024-12-20T23:22:53.455Z[ recovery-image] Dec 20 23:22:51.622 INFO O| Dec 20 23:22:51.622 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42142024-12-20T23:22:53.475Z[ recovery-image] Dec 20 23:22:51.644 INFO O| Dec 20 23:22:51.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
42152024-12-20T23:22:53.475Z[ recovery-image] Dec 20 23:22:51.645 INFO O| Dec 20 23:22:51.645 INFO STEP 37 (remove_files) COMPLETE
42162024-12-20T23:22:53.475Z[ recovery-image] Dec 20 23:22:51.645 INFO O| Dec 20 23:22:51.645 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42172024-12-20T23:22:53.499Z[ recovery-image] Dec 20 23:22:51.668 INFO O| Dec 20 23:22:51.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
42182024-12-20T23:22:53.499Z[ recovery-image] Dec 20 23:22:51.668 INFO O| Dec 20 23:22:51.668 INFO STEP 38 (remove_files) COMPLETE
42192024-12-20T23:22:53.499Z[ recovery-image] Dec 20 23:22:51.668 INFO O| Dec 20 23:22:51.668 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42202024-12-20T23:22:53.524Z[ recovery-image] Dec 20 23:22:51.693 INFO O| Dec 20 23:22:51.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
42212024-12-20T23:22:53.527Z[ recovery-image] Dec 20 23:22:51.693 INFO O| Dec 20 23:22:51.693 INFO STEP 39 (remove_files) COMPLETE
42222024-12-20T23:22:53.527Z[ recovery-image] Dec 20 23:22:51.693 INFO O| Dec 20 23:22:51.693 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42232024-12-20T23:22:53.565Z[ recovery-image] Dec 20 23:22:51.734 INFO O| Dec 20 23:22:51.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
42242024-12-20T23:22:53.565Z[ recovery-image] Dec 20 23:22:51.734 INFO O| Dec 20 23:22:51.734 INFO STEP 40 (remove_files) COMPLETE
42252024-12-20T23:22:53.567Z[ recovery-image] Dec 20 23:22:51.734 INFO O| Dec 20 23:22:51.734 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42262024-12-20T23:22:53.640Z[ recovery-image] Dec 20 23:22:51.809 INFO O| Dec 20 23:22:51.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
42272024-12-20T23:22:53.640Z[ recovery-image] Dec 20 23:22:51.809 INFO O| Dec 20 23:22:51.809 INFO STEP 41 (remove_files) COMPLETE
42282024-12-20T23:22:53.640Z[ recovery-image] Dec 20 23:22:51.809 INFO O| Dec 20 23:22:51.809 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42292024-12-20T23:22:53.663Z[ recovery-image] Dec 20 23:22:51.831 INFO O| Dec 20 23:22:51.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42302024-12-20T23:22:53.663Z[ recovery-image] Dec 20 23:22:51.831 INFO O| Dec 20 23:22:51.831 INFO STEP 42 (remove_files) COMPLETE
42312024-12-20T23:22:53.666Z[ recovery-image] Dec 20 23:22:51.831 INFO O| Dec 20 23:22:51.831 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42322024-12-20T23:22:53.700Z[ recovery-image] Dec 20 23:22:51.869 INFO O| Dec 20 23:22:51.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42332024-12-20T23:22:53.703Z[ recovery-image] Dec 20 23:22:51.870 INFO O| Dec 20 23:22:51.869 INFO STEP 43 (remove_files) COMPLETE
42342024-12-20T23:22:53.703Z[ recovery-image] Dec 20 23:22:51.870 INFO O| Dec 20 23:22:51.870 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352024-12-20T23:22:53.724Z[ recovery-image] Dec 20 23:22:51.893 INFO O| Dec 20 23:22:51.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42362024-12-20T23:22:53.727Z[ recovery-image] Dec 20 23:22:51.894 INFO O| Dec 20 23:22:51.893 INFO STEP 44 (remove_files) COMPLETE
42372024-12-20T23:22:53.727Z[ recovery-image] Dec 20 23:22:51.894 INFO O| Dec 20 23:22:51.894 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42382024-12-20T23:22:53.765Z[ recovery-image] Dec 20 23:22:51.933 INFO O| Dec 20 23:22:51.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42392024-12-20T23:22:53.768Z[ recovery-image] Dec 20 23:22:51.933 INFO O| Dec 20 23:22:51.933 INFO STEP 45 (remove_files) COMPLETE
42402024-12-20T23:22:53.768Z[ recovery-image] Dec 20 23:22:51.933 INFO O| Dec 20 23:22:51.933 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42412024-12-20T23:22:53.789Z[ recovery-image] Dec 20 23:22:51.958 INFO O| Dec 20 23:22:51.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42422024-12-20T23:22:53.792Z[ recovery-image] Dec 20 23:22:51.958 INFO O| Dec 20 23:22:51.958 INFO STEP 46 (remove_files) COMPLETE
42432024-12-20T23:22:53.792Z[ recovery-image] Dec 20 23:22:51.958 INFO O| Dec 20 23:22:51.958 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442024-12-20T23:22:53.814Z[ recovery-image] Dec 20 23:22:51.983 INFO O| Dec 20 23:22:51.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42452024-12-20T23:22:53.819Z[ recovery-image] Dec 20 23:22:51.983 INFO O| Dec 20 23:22:51.983 INFO STEP 47 (remove_files) COMPLETE
42462024-12-20T23:22:53.819Z[ recovery-image] Dec 20 23:22:51.984 INFO O| Dec 20 23:22:51.983 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42472024-12-20T23:22:53.841Z[ recovery-image] Dec 20 23:22:52.010 INFO O| Dec 20 23:22:52.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42482024-12-20T23:22:53.843Z[ recovery-image] Dec 20 23:22:52.010 INFO O| Dec 20 23:22:52.010 INFO STEP 48 (remove_files) COMPLETE
42492024-12-20T23:22:53.844Z[ recovery-image] Dec 20 23:22:52.010 INFO O| Dec 20 23:22:52.010 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42502024-12-20T23:22:53.870Z[ recovery-image] Dec 20 23:22:52.037 INFO O| Dec 20 23:22:52.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42512024-12-20T23:22:53.870Z[ recovery-image] Dec 20 23:22:52.037 INFO O| Dec 20 23:22:52.037 INFO STEP 49 (remove_files) COMPLETE
42522024-12-20T23:22:53.870Z[ recovery-image] Dec 20 23:22:52.037 INFO O| Dec 20 23:22:52.037 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42532024-12-20T23:22:53.897Z[ recovery-image] Dec 20 23:22:52.066 INFO O| Dec 20 23:22:52.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
42542024-12-20T23:22:53.897Z[ recovery-image] Dec 20 23:22:52.066 INFO O| Dec 20 23:22:52.066 INFO STEP 50 (remove_files) COMPLETE
42552024-12-20T23:22:53.897Z[ recovery-image] Dec 20 23:22:52.066 INFO O| Dec 20 23:22:52.066 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42562024-12-20T23:22:53.958Z[ recovery-image] Dec 20 23:22:52.127 INFO O| Dec 20 23:22:52.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42572024-12-20T23:22:53.958Z[ recovery-image] Dec 20 23:22:52.127 INFO O| Dec 20 23:22:52.127 INFO STEP 51 (remove_files) COMPLETE
42582024-12-20T23:22:53.961Z[ recovery-image] Dec 20 23:22:52.127 INFO O| Dec 20 23:22:52.127 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42592024-12-20T23:22:53.983Z[ recovery-image] Dec 20 23:22:52.152 INFO O| Dec 20 23:22:52.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42602024-12-20T23:22:53.983Z[ recovery-image] Dec 20 23:22:52.152 INFO O| Dec 20 23:22:52.152 INFO STEP 52 (remove_files) COMPLETE
42612024-12-20T23:22:53.986Z[ recovery-image] Dec 20 23:22:52.152 INFO O| Dec 20 23:22:52.152 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42622024-12-20T23:22:54.009Z[ recovery-image] Dec 20 23:22:52.178 INFO O| Dec 20 23:22:52.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42632024-12-20T23:22:54.009Z[ recovery-image] Dec 20 23:22:52.178 INFO O| Dec 20 23:22:52.178 INFO STEP 53 (remove_files) COMPLETE
42642024-12-20T23:22:54.009Z[ recovery-image] Dec 20 23:22:52.178 INFO O| Dec 20 23:22:52.178 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42652024-12-20T23:22:54.033Z[ recovery-image] Dec 20 23:22:52.203 INFO O| Dec 20 23:22:52.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42662024-12-20T23:22:54.033Z[ recovery-image] Dec 20 23:22:52.203 INFO O| Dec 20 23:22:52.203 INFO STEP 54 (remove_files) COMPLETE
42672024-12-20T23:22:54.033Z[ recovery-image] Dec 20 23:22:52.203 INFO O| Dec 20 23:22:52.203 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42682024-12-20T23:22:54.058Z[ recovery-image] Dec 20 23:22:52.227 INFO O| Dec 20 23:22:52.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42692024-12-20T23:22:54.058Z[ recovery-image] Dec 20 23:22:52.227 INFO O| Dec 20 23:22:52.227 INFO STEP 55 (remove_files) COMPLETE
42702024-12-20T23:22:54.058Z[ recovery-image] Dec 20 23:22:52.227 INFO O| Dec 20 23:22:52.227 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42712024-12-20T23:22:54.095Z[ recovery-image] Dec 20 23:22:52.264 INFO O| Dec 20 23:22:52.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42722024-12-20T23:22:54.096Z[ recovery-image] Dec 20 23:22:52.265 INFO O| Dec 20 23:22:52.265 INFO STEP 56 (remove_files) COMPLETE
42732024-12-20T23:22:54.098Z[ recovery-image] Dec 20 23:22:52.265 INFO O| Dec 20 23:22:52.265 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42742024-12-20T23:22:54.155Z[ recovery-image] Dec 20 23:22:52.324 INFO O| Dec 20 23:22:52.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42752024-12-20T23:22:54.155Z[ recovery-image] Dec 20 23:22:52.324 INFO O| Dec 20 23:22:52.324 INFO STEP 57 (remove_files) COMPLETE
42762024-12-20T23:22:54.155Z[ recovery-image] Dec 20 23:22:52.324 INFO O| Dec 20 23:22:52.324 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42772024-12-20T23:22:54.215Z[ recovery-image] Dec 20 23:22:52.384 INFO O| Dec 20 23:22:52.384 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42782024-12-20T23:22:54.215Z[ recovery-image] Dec 20 23:22:52.384 INFO O| Dec 20 23:22:52.384 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42792024-12-20T23:22:54.215Z[ recovery-image] Dec 20 23:22:52.384 INFO O| Dec 20 23:22:52.384 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42802024-12-20T23:22:54.218Z[ recovery-image] Dec 20 23:22:52.384 INFO O| Dec 20 23:22:52.384 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42812024-12-20T23:22:54.218Z[ recovery-image] Dec 20 23:22:52.385 INFO O| Dec 20 23:22:52.384 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42822024-12-20T23:22:54.218Z[ recovery-image] Dec 20 23:22:52.385 INFO O| Dec 20 23:22:52.385 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42832024-12-20T23:22:54.218Z[ recovery-image] Dec 20 23:22:52.385 INFO O| Dec 20 23:22:52.385 INFO ok!
42842024-12-20T23:22:54.218Z[ recovery-image] Dec 20 23:22:52.385 INFO O| Dec 20 23:22:52.385 INFO STEP 58 (ensure_file) COMPLETE
42852024-12-20T23:22:54.218Z[ recovery-image] Dec 20 23:22:52.385 INFO O| Dec 20 23:22:52.385 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42862024-12-20T23:22:54.266Z[ recovery-image] Dec 20 23:22:52.435 INFO O| Dec 20 23:22:52.434 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42872024-12-20T23:22:54.266Z[ recovery-image] Dec 20 23:22:52.435 INFO O| Dec 20 23:22:52.435 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42882024-12-20T23:22:54.269Z[ recovery-image] Dec 20 23:22:52.435 INFO O| Dec 20 23:22:52.435 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42892024-12-20T23:22:54.269Z[ recovery-image] Dec 20 23:22:52.435 INFO O| Dec 20 23:22:52.435 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42902024-12-20T23:22:54.269Z[ recovery-image] Dec 20 23:22:52.435 INFO O| Dec 20 23:22:52.435 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42912024-12-20T23:22:54.269Z[ recovery-image] Dec 20 23:22:52.435 INFO O| Dec 20 23:22:52.435 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42922024-12-20T23:22:54.269Z[ recovery-image] Dec 20 23:22:52.435 INFO O| Dec 20 23:22:52.435 INFO ok!
42932024-12-20T23:22:54.269Z[ recovery-image] Dec 20 23:22:52.435 INFO O| Dec 20 23:22:52.435 INFO STEP 59 (ensure_file) COMPLETE
42942024-12-20T23:22:54.269Z[ recovery-image] Dec 20 23:22:52.435 INFO O| Dec 20 23:22:52.435 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42952024-12-20T23:22:54.292Z[ recovery-image] Dec 20 23:22:52.461 INFO O| Dec 20 23:22:52.461 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42962024-12-20T23:22:54.292Z[ recovery-image] Dec 20 23:22:52.461 INFO O| Dec 20 23:22:52.461 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42972024-12-20T23:22:54.292Z[ recovery-image] Dec 20 23:22:52.461 INFO O| Dec 20 23:22:52.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42982024-12-20T23:22:54.295Z[ recovery-image] Dec 20 23:22:52.462 INFO O| Dec 20 23:22:52.461 INFO ok!
42992024-12-20T23:22:54.295Z[ recovery-image] Dec 20 23:22:52.462 INFO O| Dec 20 23:22:52.462 INFO STEP 60 (ensure_file) COMPLETE
43002024-12-20T23:22:54.295Z[ recovery-image] Dec 20 23:22:52.462 INFO O| Dec 20 23:22:52.462 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43012024-12-20T23:22:54.321Z[ recovery-image] Dec 20 23:22:52.488 INFO O| Dec 20 23:22:52.488 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
43022024-12-20T23:22:54.321Z[ recovery-image] Dec 20 23:22:52.488 INFO O| Dec 20 23:22:52.488 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
43032024-12-20T23:22:54.325Z[ recovery-image] Dec 20 23:22:52.488 INFO O| Dec 20 23:22:52.488 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
43042024-12-20T23:22:54.325Z[ recovery-image] Dec 20 23:22:52.488 INFO O| Dec 20 23:22:52.488 INFO ok!
43052024-12-20T23:22:54.325Z[ recovery-image] Dec 20 23:22:52.488 INFO O| Dec 20 23:22:52.488 INFO STEP 61 (ensure_file) COMPLETE
43062024-12-20T23:22:54.325Z[ recovery-image] Dec 20 23:22:52.488 INFO O| Dec 20 23:22:52.488 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43072024-12-20T23:22:54.346Z[ recovery-image] Dec 20 23:22:52.515 INFO O| Dec 20 23:22:52.515 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
43082024-12-20T23:22:54.346Z[ recovery-image] Dec 20 23:22:52.515 INFO O| Dec 20 23:22:52.515 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
43092024-12-20T23:22:54.349Z[ recovery-image] Dec 20 23:22:52.516 INFO O| Dec 20 23:22:52.515 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43102024-12-20T23:22:54.349Z[ recovery-image] Dec 20 23:22:52.516 INFO O| Dec 20 23:22:52.516 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43112024-12-20T23:22:54.349Z[ recovery-image] Dec 20 23:22:52.516 INFO O| Dec 20 23:22:52.516 INFO ok!
43122024-12-20T23:22:54.349Z[ recovery-image] Dec 20 23:22:52.516 INFO O| Dec 20 23:22:52.516 INFO STEP 62 (ensure_file) COMPLETE
43132024-12-20T23:22:54.349Z[ recovery-image] Dec 20 23:22:52.516 INFO O| Dec 20 23:22:52.516 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43142024-12-20T23:22:54.387Z[ recovery-image] Dec 20 23:22:52.556 INFO O| Dec 20 23:22:52.556 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
43152024-12-20T23:22:54.387Z[ recovery-image] Dec 20 23:22:52.556 INFO O| Dec 20 23:22:52.556 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
43162024-12-20T23:22:54.390Z[ recovery-image] Dec 20 23:22:52.556 INFO O| Dec 20 23:22:52.556 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43172024-12-20T23:22:54.390Z[ recovery-image] Dec 20 23:22:52.557 INFO O| Dec 20 23:22:52.557 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43182024-12-20T23:22:54.390Z[ recovery-image] Dec 20 23:22:52.557 INFO O| Dec 20 23:22:52.557 INFO ok!
43192024-12-20T23:22:54.390Z[ recovery-image] Dec 20 23:22:52.557 INFO O| Dec 20 23:22:52.557 INFO STEP 63 (ensure_file) COMPLETE
43202024-12-20T23:22:54.390Z[ recovery-image] Dec 20 23:22:52.557 INFO O| Dec 20 23:22:52.557 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43212024-12-20T23:22:54.429Z[ recovery-image] Dec 20 23:22:52.598 INFO O| Dec 20 23:22:52.598 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
43222024-12-20T23:22:54.429Z[ recovery-image] Dec 20 23:22:52.598 INFO O| Dec 20 23:22:52.598 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
43232024-12-20T23:22:54.429Z[ recovery-image] Dec 20 23:22:52.598 INFO O| Dec 20 23:22:52.598 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
43242024-12-20T23:22:54.432Z[ recovery-image] Dec 20 23:22:52.598 INFO O| Dec 20 23:22:52.598 INFO ok!
43252024-12-20T23:22:54.432Z[ recovery-image] Dec 20 23:22:52.598 INFO O| Dec 20 23:22:52.598 INFO STEP 64 (assemble_files) COMPLETE
43262024-12-20T23:22:54.432Z[ recovery-image] Dec 20 23:22:52.598 INFO O| Dec 20 23:22:52.598 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43272024-12-20T23:22:54.495Z[ recovery-image] Dec 20 23:22:52.663 INFO O| Dec 20 23:22:52.663 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43282024-12-20T23:22:54.495Z[ recovery-image] Dec 20 23:22:52.663 INFO O| Dec 20 23:22:52.663 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43292024-12-20T23:22:54.495Z[ recovery-image] Dec 20 23:22:52.663 INFO O| Dec 20 23:22:52.663 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43302024-12-20T23:22:54.495Z[ recovery-image] Dec 20 23:22:52.663 INFO O| Dec 20 23:22:52.663 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43312024-12-20T23:22:54.498Z[ recovery-image] Dec 20 23:22:52.663 INFO O| Dec 20 23:22:52.663 INFO ok!
43322024-12-20T23:22:54.498Z[ recovery-image] Dec 20 23:22:52.663 INFO O| Dec 20 23:22:52.663 INFO STEP 65 (ensure_file) COMPLETE
43332024-12-20T23:22:54.498Z[ recovery-image] Dec 20 23:22:52.663 INFO O| Dec 20 23:22:52.663 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43342024-12-20T23:22:54.498Z[ recovery-image] Dec 20 23:22:52.663 INFO O| Dec 20 23:22:52.663 INFO skip step because feature "omicron1" is not enabled
43352024-12-20T23:22:54.498Z[ recovery-image] Dec 20 23:22:52.663 INFO O| Dec 20 23:22:52.663 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43362024-12-20T23:22:54.498Z[ recovery-image] Dec 20 23:22:52.663 INFO O| Dec 20 23:22:52.663 INFO skip step because feature "omicron1" is not enabled
43372024-12-20T23:22:54.498Z[ recovery-image] Dec 20 23:22:52.663 INFO O| Dec 20 23:22:52.663 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43382024-12-20T23:22:54.498Z[ recovery-image] Dec 20 23:22:52.663 INFO O| Dec 20 23:22:52.663 INFO skip step because feature "omicron1" is not enabled
43392024-12-20T23:22:54.498Z[ recovery-image] Dec 20 23:22:52.663 INFO O| Dec 20 23:22:52.663 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43402024-12-20T23:22:54.564Z[ recovery-image] Dec 20 23:22:52.733 INFO O| Dec 20 23:22:52.733 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43412024-12-20T23:22:54.564Z[ recovery-image] Dec 20 23:22:52.733 INFO O| Dec 20 23:22:52.733 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43422024-12-20T23:22:54.962Z[ host-image] Dec 20 23:22:53.131 INFO O| Dec 20 23:22:53.131 INFO O| Done
43432024-12-20T23:22:55.013Z[ host-image] Dec 20 23:22:53.181 INFO O| Dec 20 23:22:53.181 INFO O| Done
43442024-12-20T23:22:57.786Z[ recovery-image] Dec 20 23:22:55.954 INFO O| Dec 20 23:22:55.954 INFO STEP 69 (pack_tar) COMPLETE
43452024-12-20T23:22:57.786Z[ recovery-image] Dec 20 23:22:55.954 INFO O| Dec 20 23:22:55.954 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43462024-12-20T23:22:57.789Z[ recovery-image] Dec 20 23:22:55.954 INFO O| Dec 20 23:22:55.954 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43472024-12-20T23:22:58.028Z[ recovery-image] Dec 20 23:22:56.197 INFO O| Dec 20 23:22:56.197 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43482024-12-20T23:22:58.197Z[ recovery-image] Dec 20 23:22:56.366 INFO O| Dec 20 23:22:56.366 INFO completed processing gimlet/ramdisk-02-trim
43492024-12-20T23:22:58.203Z[ recovery-image] Dec 20 23:22:56.370 INFO image builder template: ramdisk-03-recovery-trim...
43502024-12-20T23:22:58.203Z[ recovery-image] Dec 20 23:22:56.370 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/.tmpzMcpQQ/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
43512024-12-20T23:22:58.436Z[ recovery-image] Dec 20 23:22:56.604 INFO O| Dec 20 23:22:56.603 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43522024-12-20T23:22:58.477Z[ recovery-image] Dec 20 23:22:56.645 INFO O| Dec 20 23:22:56.645 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43532024-12-20T23:22:58.620Z[ recovery-image] Dec 20 23:22:56.784 INFO O| Dec 20 23:22:56.784 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43542024-12-20T23:22:58.694Z[ recovery-image] Dec 20 23:22:56.862 INFO O| Dec 20 23:22:56.862 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43552024-12-20T23:22:58.697Z[ recovery-image] Dec 20 23:22:56.862 INFO O| Dec 20 23:22:56.862 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43562024-12-20T23:22:58.712Z[ recovery-image] Dec 20 23:22:56.880 INFO O| Dec 20 23:22:56.880 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43572024-12-20T23:22:58.722Z[ recovery-image] Dec 20 23:22:56.891 INFO O| Dec 20 23:22:56.891 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43582024-12-20T23:22:58.751Z[ recovery-image] Dec 20 23:22:56.918 INFO O| Dec 20 23:22:56.918 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43592024-12-20T23:22:59.620Z[ recovery-image] Dec 20 23:22:57.788 INFO O| Dec 20 23:22:57.788 INFO rolled back to input snapshot; work may begin
43602024-12-20T23:22:59.620Z[ recovery-image] Dec 20 23:22:57.789 INFO O| Dec 20 23:22:57.788 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43612024-12-20T23:22:59.632Z[ recovery-image] Dec 20 23:22:57.801 INFO O| Dec 20 23:22:57.800 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-12-20T23:22:59.658Z[ recovery-image] Dec 20 23:22:57.826 INFO O| Dec 20 23:22:57.826 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43632024-12-20T23:22:59.666Z[ recovery-image] Dec 20 23:22:57.831 INFO O| Dec 20 23:22:57.831 INFO STEP 0 (remove_files) COMPLETE
43642024-12-20T23:22:59.666Z[ recovery-image] Dec 20 23:22:57.831 INFO O| Dec 20 23:22:57.831 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-12-20T23:22:59.709Z[ recovery-image] Dec 20 23:22:57.875 INFO O| Dec 20 23:22:57.875 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43662024-12-20T23:23:00.002Z[ recovery-image] Dec 20 23:22:58.170 INFO O| Dec 20 23:22:58.170 INFO STEP 1 (remove_files) COMPLETE
43672024-12-20T23:23:00.002Z[ recovery-image] Dec 20 23:22:58.170 INFO O| Dec 20 23:22:58.170 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-12-20T23:23:00.066Z[ recovery-image] Dec 20 23:22:58.234 INFO O| Dec 20 23:22:58.234 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43692024-12-20T23:23:00.108Z[ recovery-image] Dec 20 23:22:58.276 INFO O| Dec 20 23:22:58.276 INFO STEP 2 (remove_files) COMPLETE
43702024-12-20T23:23:00.108Z[ recovery-image] Dec 20 23:22:58.276 INFO O| Dec 20 23:22:58.276 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-12-20T23:23:00.153Z[ recovery-image] Dec 20 23:22:58.321 INFO O| Dec 20 23:22:58.321 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43722024-12-20T23:23:00.292Z[ recovery-image] Dec 20 23:22:58.459 INFO O| Dec 20 23:22:58.459 INFO STEP 3 (remove_files) COMPLETE
43732024-12-20T23:23:00.292Z[ recovery-image] Dec 20 23:22:58.459 INFO O| Dec 20 23:22:58.459 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-12-20T23:23:00.329Z[ recovery-image] Dec 20 23:22:58.497 INFO O| Dec 20 23:22:58.497 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43752024-12-20T23:23:00.574Z[ recovery-image] Dec 20 23:22:58.741 INFO O| Dec 20 23:22:58.741 INFO STEP 4 (remove_files) COMPLETE
43762024-12-20T23:23:00.574Z[ recovery-image] Dec 20 23:22:58.741 INFO O| Dec 20 23:22:58.741 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-12-20T23:23:00.646Z[ recovery-image] Dec 20 23:22:58.814 INFO O| Dec 20 23:22:58.814 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43782024-12-20T23:23:00.651Z[ recovery-image] Dec 20 23:22:58.819 INFO O| Dec 20 23:22:58.819 INFO STEP 5 (remove_files) COMPLETE
43792024-12-20T23:23:00.651Z[ recovery-image] Dec 20 23:22:58.819 INFO O| Dec 20 23:22:58.819 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-12-20T23:23:00.675Z[ recovery-image] Dec 20 23:22:58.843 INFO O| Dec 20 23:22:58.843 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43812024-12-20T23:23:00.678Z[ recovery-image] Dec 20 23:22:58.846 INFO O| Dec 20 23:22:58.846 INFO STEP 6 (remove_files) COMPLETE
43822024-12-20T23:23:00.678Z[ recovery-image] Dec 20 23:22:58.846 INFO O| Dec 20 23:22:58.846 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-12-20T23:23:00.712Z[ recovery-image] Dec 20 23:22:58.880 INFO O| Dec 20 23:22:58.880 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43842024-12-20T23:23:00.715Z[ recovery-image] Dec 20 23:22:58.882 INFO O| Dec 20 23:22:58.882 INFO STEP 7 (remove_files) COMPLETE
43852024-12-20T23:23:00.715Z[ recovery-image] Dec 20 23:22:58.882 INFO O| Dec 20 23:22:58.882 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-12-20T23:23:00.740Z[ recovery-image] Dec 20 23:22:58.908 INFO O| Dec 20 23:22:58.908 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43872024-12-20T23:23:00.787Z[ recovery-image] Dec 20 23:22:58.955 INFO O| Dec 20 23:22:58.954 INFO STEP 8 (remove_files) COMPLETE
43882024-12-20T23:23:00.787Z[ recovery-image] Dec 20 23:22:58.955 INFO O| Dec 20 23:22:58.954 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-12-20T23:23:00.836Z[ recovery-image] Dec 20 23:22:59.004 INFO O| Dec 20 23:22:59.004 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43902024-12-20T23:23:00.857Z[ recovery-image] Dec 20 23:22:59.025 INFO O| Dec 20 23:22:59.025 INFO STEP 9 (remove_files) COMPLETE
43912024-12-20T23:23:00.857Z[ recovery-image] Dec 20 23:22:59.025 INFO O| Dec 20 23:22:59.025 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-12-20T23:23:00.895Z[ recovery-image] Dec 20 23:22:59.063 INFO O| Dec 20 23:22:59.063 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43932024-12-20T23:23:00.898Z[ recovery-image] Dec 20 23:22:59.064 INFO O| Dec 20 23:22:59.064 INFO STEP 10 (remove_files) COMPLETE
43942024-12-20T23:23:00.898Z[ recovery-image] Dec 20 23:22:59.064 INFO O| Dec 20 23:22:59.064 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-12-20T23:23:00.935Z[ recovery-image] Dec 20 23:22:59.103 INFO O| Dec 20 23:22:59.103 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43962024-12-20T23:23:01.365Z[ recovery-image] Dec 20 23:22:59.532 INFO O| Dec 20 23:22:59.532 INFO STEP 11 (remove_files) COMPLETE
43972024-12-20T23:23:01.366Z[ recovery-image] Dec 20 23:22:59.532 INFO O| Dec 20 23:22:59.532 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-12-20T23:23:01.426Z[ recovery-image] Dec 20 23:22:59.594 INFO O| Dec 20 23:22:59.594 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43992024-12-20T23:23:01.468Z[ recovery-image] Dec 20 23:22:59.636 INFO O| Dec 20 23:22:59.636 INFO STEP 12 (remove_files) COMPLETE
44002024-12-20T23:23:01.468Z[ recovery-image] Dec 20 23:22:59.636 INFO O| Dec 20 23:22:59.636 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-12-20T23:23:01.495Z[ recovery-image] Dec 20 23:22:59.663 INFO O| Dec 20 23:22:59.663 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
44022024-12-20T23:23:01.544Z[ recovery-image] Dec 20 23:22:59.712 INFO O| Dec 20 23:22:59.712 INFO STEP 13 (remove_files) COMPLETE
44032024-12-20T23:23:01.544Z[ recovery-image] Dec 20 23:22:59.712 INFO O| Dec 20 23:22:59.712 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-12-20T23:23:01.612Z[ recovery-image] Dec 20 23:22:59.780 INFO O| Dec 20 23:22:59.780 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
44052024-12-20T23:23:01.615Z[ recovery-image] Dec 20 23:22:59.781 INFO O| Dec 20 23:22:59.781 INFO STEP 14 (remove_files) COMPLETE
44062024-12-20T23:23:01.615Z[ recovery-image] Dec 20 23:22:59.781 INFO O| Dec 20 23:22:59.781 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-12-20T23:23:01.657Z[ recovery-image] Dec 20 23:22:59.825 INFO O| Dec 20 23:22:59.825 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
44082024-12-20T23:23:01.661Z[ recovery-image] Dec 20 23:22:59.829 INFO O| Dec 20 23:22:59.829 INFO STEP 15 (remove_files) COMPLETE
44092024-12-20T23:23:01.661Z[ recovery-image] Dec 20 23:22:59.829 INFO O| Dec 20 23:22:59.829 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-12-20T23:23:01.687Z[ recovery-image] Dec 20 23:22:59.854 INFO O| Dec 20 23:22:59.854 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
44112024-12-20T23:23:01.698Z[ recovery-image] Dec 20 23:22:59.866 INFO O| Dec 20 23:22:59.866 INFO STEP 16 (remove_files) COMPLETE
44122024-12-20T23:23:01.698Z[ recovery-image] Dec 20 23:22:59.866 INFO O| Dec 20 23:22:59.866 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-12-20T23:23:01.730Z[ recovery-image] Dec 20 23:22:59.898 INFO O| Dec 20 23:22:59.898 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
44142024-12-20T23:23:01.755Z[ recovery-image] Dec 20 23:22:59.922 INFO O| Dec 20 23:22:59.922 INFO STEP 17 (remove_files) COMPLETE
44152024-12-20T23:23:01.755Z[ recovery-image] Dec 20 23:22:59.922 INFO O| Dec 20 23:22:59.922 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-12-20T23:23:01.836Z[ recovery-image] Dec 20 23:23:00.004 INFO O| Dec 20 23:23:00.004 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
44172024-12-20T23:23:01.839Z[ recovery-image] Dec 20 23:23:00.004 INFO O| Dec 20 23:23:00.004 INFO STEP 18 (remove_files) COMPLETE
44182024-12-20T23:23:01.840Z[ recovery-image] Dec 20 23:23:00.004 INFO O| Dec 20 23:23:00.004 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-12-20T23:23:01.892Z[ recovery-image] Dec 20 23:23:00.060 INFO O| Dec 20 23:23:00.060 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44202024-12-20T23:23:02.103Z[ recovery-image] Dec 20 23:23:00.270 INFO O| Dec 20 23:23:00.270 INFO STEP 19 (remove_files) COMPLETE
44212024-12-20T23:23:02.103Z[ recovery-image] Dec 20 23:23:00.270 INFO O| Dec 20 23:23:00.270 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-12-20T23:23:02.157Z[ recovery-image] Dec 20 23:23:00.324 INFO O| Dec 20 23:23:00.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44232024-12-20T23:23:02.172Z[ recovery-image] Dec 20 23:23:00.340 INFO O| Dec 20 23:23:00.340 INFO STEP 20 (remove_files) COMPLETE
44242024-12-20T23:23:02.172Z[ recovery-image] Dec 20 23:23:00.340 INFO O| Dec 20 23:23:00.340 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-12-20T23:23:02.221Z[ recovery-image] Dec 20 23:23:00.388 INFO O| Dec 20 23:23:00.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44262024-12-20T23:23:02.224Z[ recovery-image] Dec 20 23:23:00.389 INFO O| Dec 20 23:23:00.389 INFO STEP 21 (remove_files) COMPLETE
44272024-12-20T23:23:02.224Z[ recovery-image] Dec 20 23:23:00.389 INFO O| Dec 20 23:23:00.389 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-12-20T23:23:02.248Z[ recovery-image] Dec 20 23:23:00.415 INFO O| Dec 20 23:23:00.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44292024-12-20T23:23:02.251Z[ recovery-image] Dec 20 23:23:00.416 INFO O| Dec 20 23:23:00.416 INFO STEP 22 (remove_files) COMPLETE
44302024-12-20T23:23:02.251Z[ recovery-image] Dec 20 23:23:00.416 INFO O| Dec 20 23:23:00.416 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-12-20T23:23:02.285Z[ recovery-image] Dec 20 23:23:00.452 INFO O| Dec 20 23:23:00.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44322024-12-20T23:23:02.288Z[ recovery-image] Dec 20 23:23:00.453 INFO O| Dec 20 23:23:00.453 INFO STEP 23 (remove_files) COMPLETE
44332024-12-20T23:23:02.288Z[ recovery-image] Dec 20 23:23:00.453 INFO O| Dec 20 23:23:00.453 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-12-20T23:23:02.313Z[ recovery-image] Dec 20 23:23:00.481 INFO O| Dec 20 23:23:00.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44352024-12-20T23:23:02.341Z[ recovery-image] Dec 20 23:23:00.508 INFO O| Dec 20 23:23:00.508 INFO STEP 24 (remove_files) COMPLETE
44362024-12-20T23:23:02.341Z[ recovery-image] Dec 20 23:23:00.508 INFO O| Dec 20 23:23:00.508 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-12-20T23:23:02.375Z[ recovery-image] Dec 20 23:23:00.543 INFO O| Dec 20 23:23:00.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44382024-12-20T23:23:02.375Z[ recovery-image] Dec 20 23:23:00.543 INFO O| Dec 20 23:23:00.543 INFO STEP 25 (remove_files) COMPLETE
44392024-12-20T23:23:02.377Z[ recovery-image] Dec 20 23:23:00.543 INFO O| Dec 20 23:23:00.543 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-12-20T23:23:02.407Z[ recovery-image] Dec 20 23:23:00.574 INFO O| Dec 20 23:23:00.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44412024-12-20T23:23:02.410Z[ recovery-image] Dec 20 23:23:00.575 INFO O| Dec 20 23:23:00.574 INFO STEP 26 (remove_files) COMPLETE
44422024-12-20T23:23:02.410Z[ recovery-image] Dec 20 23:23:00.575 INFO O| Dec 20 23:23:00.575 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-12-20T23:23:02.434Z[ recovery-image] Dec 20 23:23:00.602 INFO O| Dec 20 23:23:00.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44442024-12-20T23:23:02.434Z[ recovery-image] Dec 20 23:23:00.602 INFO O| Dec 20 23:23:00.602 INFO STEP 27 (remove_files) COMPLETE
44452024-12-20T23:23:02.437Z[ recovery-image] Dec 20 23:23:00.602 INFO O| Dec 20 23:23:00.602 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-12-20T23:23:02.461Z[ recovery-image] Dec 20 23:23:00.629 INFO O| Dec 20 23:23:00.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44472024-12-20T23:23:02.461Z[ recovery-image] Dec 20 23:23:00.629 INFO O| Dec 20 23:23:00.629 INFO STEP 28 (remove_files) COMPLETE
44482024-12-20T23:23:02.468Z[ recovery-image] Dec 20 23:23:00.629 INFO O| Dec 20 23:23:00.629 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-12-20T23:23:02.499Z[ recovery-image] Dec 20 23:23:00.667 INFO O| Dec 20 23:23:00.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44502024-12-20T23:23:02.502Z[ recovery-image] Dec 20 23:23:00.667 INFO O| Dec 20 23:23:00.667 INFO STEP 29 (remove_files) COMPLETE
44512024-12-20T23:23:02.502Z[ recovery-image] Dec 20 23:23:00.667 INFO O| Dec 20 23:23:00.667 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-12-20T23:23:02.526Z[ recovery-image] Dec 20 23:23:00.694 INFO O| Dec 20 23:23:00.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44532024-12-20T23:23:02.552Z[ recovery-image] Dec 20 23:23:00.719 INFO O| Dec 20 23:23:00.719 INFO STEP 30 (remove_files) COMPLETE
44542024-12-20T23:23:02.552Z[ recovery-image] Dec 20 23:23:00.719 INFO O| Dec 20 23:23:00.719 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-12-20T23:23:02.598Z[ recovery-image] Dec 20 23:23:00.765 INFO O| Dec 20 23:23:00.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44562024-12-20T23:23:02.598Z[ recovery-image] Dec 20 23:23:00.766 INFO O| Dec 20 23:23:00.765 INFO STEP 31 (remove_files) COMPLETE
44572024-12-20T23:23:02.598Z[ recovery-image] Dec 20 23:23:00.766 INFO O| Dec 20 23:23:00.765 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-12-20T23:23:02.662Z[ recovery-image] Dec 20 23:23:00.829 INFO O| Dec 20 23:23:00.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44592024-12-20T23:23:02.664Z[ recovery-image] Dec 20 23:23:00.830 INFO O| Dec 20 23:23:00.829 INFO STEP 32 (remove_files) COMPLETE
44602024-12-20T23:23:02.664Z[ recovery-image] Dec 20 23:23:00.830 INFO O| Dec 20 23:23:00.830 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-12-20T23:23:02.688Z[ recovery-image] Dec 20 23:23:00.856 INFO O| Dec 20 23:23:00.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44622024-12-20T23:23:02.688Z[ recovery-image] Dec 20 23:23:00.856 INFO O| Dec 20 23:23:00.856 INFO STEP 33 (remove_files) COMPLETE
44632024-12-20T23:23:02.688Z[ recovery-image] Dec 20 23:23:00.856 INFO O| Dec 20 23:23:00.856 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-12-20T23:23:02.733Z[ recovery-image] Dec 20 23:23:00.901 INFO O| Dec 20 23:23:00.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44652024-12-20T23:23:02.736Z[ recovery-image] Dec 20 23:23:00.901 INFO O| Dec 20 23:23:00.901 INFO STEP 34 (remove_files) COMPLETE
44662024-12-20T23:23:02.736Z[ recovery-image] Dec 20 23:23:00.901 INFO O| Dec 20 23:23:00.901 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-12-20T23:23:02.811Z[ recovery-image] Dec 20 23:23:00.979 INFO O| Dec 20 23:23:00.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44682024-12-20T23:23:02.818Z[ recovery-image] Dec 20 23:23:00.986 INFO O| Dec 20 23:23:00.986 INFO STEP 35 (remove_files) COMPLETE
44692024-12-20T23:23:02.818Z[ recovery-image] Dec 20 23:23:00.986 INFO O| Dec 20 23:23:00.986 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-12-20T23:23:02.861Z[ recovery-image] Dec 20 23:23:01.029 INFO O| Dec 20 23:23:01.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44712024-12-20T23:23:02.864Z[ recovery-image] Dec 20 23:23:01.029 INFO O| Dec 20 23:23:01.029 INFO STEP 36 (remove_files) COMPLETE
44722024-12-20T23:23:02.864Z[ recovery-image] Dec 20 23:23:01.029 INFO O| Dec 20 23:23:01.029 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-12-20T23:23:02.912Z[ recovery-image] Dec 20 23:23:01.080 INFO O| Dec 20 23:23:01.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44742024-12-20T23:23:02.915Z[ recovery-image] Dec 20 23:23:01.080 INFO O| Dec 20 23:23:01.080 INFO STEP 37 (remove_files) COMPLETE
44752024-12-20T23:23:02.915Z[ recovery-image] Dec 20 23:23:01.080 INFO O| Dec 20 23:23:01.080 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-12-20T23:23:02.976Z[ recovery-image] Dec 20 23:23:01.144 INFO O| Dec 20 23:23:01.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44772024-12-20T23:23:02.976Z[ recovery-image] Dec 20 23:23:01.144 INFO O| Dec 20 23:23:01.144 INFO STEP 38 (remove_files) COMPLETE
44782024-12-20T23:23:02.978Z[ recovery-image] Dec 20 23:23:01.144 INFO O| Dec 20 23:23:01.144 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-12-20T23:23:02.991Z[ host-image] Dec 20 23:23:01.159 INFO O| Dec 20 23:23:01.158 INFO O| Done
44802024-12-20T23:23:03.012Z[ recovery-image] Dec 20 23:23:01.179 INFO O| Dec 20 23:23:01.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44812024-12-20T23:23:03.012Z[ recovery-image] Dec 20 23:23:01.179 INFO O| Dec 20 23:23:01.179 INFO STEP 39 (remove_files) COMPLETE
44822024-12-20T23:23:03.012Z[ recovery-image] Dec 20 23:23:01.180 INFO O| Dec 20 23:23:01.179 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-12-20T23:23:03.042Z[ recovery-image] Dec 20 23:23:01.210 INFO O| Dec 20 23:23:01.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44842024-12-20T23:23:03.042Z[ recovery-image] Dec 20 23:23:01.210 INFO O| Dec 20 23:23:01.210 INFO STEP 40 (remove_files) COMPLETE
44852024-12-20T23:23:03.045Z[ recovery-image] Dec 20 23:23:01.210 INFO O| Dec 20 23:23:01.210 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-12-20T23:23:03.071Z[ recovery-image] Dec 20 23:23:01.239 INFO O| Dec 20 23:23:01.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44872024-12-20T23:23:03.074Z[ recovery-image] Dec 20 23:23:01.239 INFO O| Dec 20 23:23:01.239 INFO STEP 41 (remove_files) COMPLETE
44882024-12-20T23:23:03.074Z[ recovery-image] Dec 20 23:23:01.239 INFO O| Dec 20 23:23:01.239 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-12-20T23:23:03.101Z[ recovery-image] Dec 20 23:23:01.268 INFO O| Dec 20 23:23:01.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44902024-12-20T23:23:03.103Z[ recovery-image] Dec 20 23:23:01.269 INFO O| Dec 20 23:23:01.269 INFO STEP 42 (remove_files) COMPLETE
44912024-12-20T23:23:03.103Z[ recovery-image] Dec 20 23:23:01.269 INFO O| Dec 20 23:23:01.269 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-12-20T23:23:03.148Z[ recovery-image] Dec 20 23:23:01.316 INFO O| Dec 20 23:23:01.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44932024-12-20T23:23:03.148Z[ recovery-image] Dec 20 23:23:01.316 INFO O| Dec 20 23:23:01.316 INFO STEP 43 (remove_files) COMPLETE
44942024-12-20T23:23:03.151Z[ recovery-image] Dec 20 23:23:01.316 INFO O| Dec 20 23:23:01.316 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-12-20T23:23:03.222Z[ recovery-image] Dec 20 23:23:01.390 INFO O| Dec 20 23:23:01.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44962024-12-20T23:23:03.222Z[ recovery-image] Dec 20 23:23:01.390 INFO O| Dec 20 23:23:01.390 INFO STEP 44 (remove_files) COMPLETE
44972024-12-20T23:23:03.222Z[ recovery-image] Dec 20 23:23:01.390 INFO O| Dec 20 23:23:01.390 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-12-20T23:23:03.287Z[ recovery-image] Dec 20 23:23:01.449 INFO O| Dec 20 23:23:01.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44992024-12-20T23:23:03.287Z[ recovery-image] Dec 20 23:23:01.449 INFO O| Dec 20 23:23:01.449 INFO STEP 45 (remove_files) COMPLETE
45002024-12-20T23:23:03.287Z[ recovery-image] Dec 20 23:23:01.449 INFO O| Dec 20 23:23:01.449 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-12-20T23:23:03.331Z[ recovery-image] Dec 20 23:23:01.497 INFO O| Dec 20 23:23:01.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
45022024-12-20T23:23:03.361Z[ recovery-image] Dec 20 23:23:01.528 INFO O| Dec 20 23:23:01.528 INFO STEP 46 (remove_files) COMPLETE
45032024-12-20T23:23:03.361Z[ recovery-image] Dec 20 23:23:01.528 INFO O| Dec 20 23:23:01.528 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-12-20T23:23:03.409Z[ recovery-image] Dec 20 23:23:01.575 INFO O| Dec 20 23:23:01.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
45052024-12-20T23:23:03.409Z[ recovery-image] Dec 20 23:23:01.575 INFO O| Dec 20 23:23:01.575 INFO STEP 47 (remove_files) COMPLETE
45062024-12-20T23:23:03.409Z[ recovery-image] Dec 20 23:23:01.575 INFO O| Dec 20 23:23:01.575 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-12-20T23:23:03.437Z[ recovery-image] Dec 20 23:23:01.604 INFO O| Dec 20 23:23:01.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
45082024-12-20T23:23:03.437Z[ recovery-image] Dec 20 23:23:01.604 INFO O| Dec 20 23:23:01.604 INFO STEP 48 (remove_files) COMPLETE
45092024-12-20T23:23:03.439Z[ recovery-image] Dec 20 23:23:01.604 INFO O| Dec 20 23:23:01.604 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-12-20T23:23:03.466Z[ recovery-image] Dec 20 23:23:01.632 INFO O| Dec 20 23:23:01.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
45112024-12-20T23:23:03.470Z[ recovery-image] Dec 20 23:23:01.632 INFO O| Dec 20 23:23:01.632 INFO STEP 49 (remove_files) COMPLETE
45122024-12-20T23:23:03.470Z[ recovery-image] Dec 20 23:23:01.632 INFO O| Dec 20 23:23:01.632 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-12-20T23:23:03.491Z[ recovery-image] Dec 20 23:23:01.659 INFO O| Dec 20 23:23:01.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
45142024-12-20T23:23:03.491Z[ recovery-image] Dec 20 23:23:01.659 INFO O| Dec 20 23:23:01.659 INFO STEP 50 (remove_files) COMPLETE
45152024-12-20T23:23:03.494Z[ recovery-image] Dec 20 23:23:01.659 INFO O| Dec 20 23:23:01.659 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-12-20T23:23:03.526Z[ recovery-image] Dec 20 23:23:01.694 INFO O| Dec 20 23:23:01.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
45172024-12-20T23:23:03.527Z[ recovery-image] Dec 20 23:23:01.694 INFO O| Dec 20 23:23:01.694 INFO STEP 51 (remove_files) COMPLETE
45182024-12-20T23:23:03.529Z[ recovery-image] Dec 20 23:23:01.694 INFO O| Dec 20 23:23:01.694 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-12-20T23:23:03.553Z[ recovery-image] Dec 20 23:23:01.721 INFO O| Dec 20 23:23:01.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
45202024-12-20T23:23:03.553Z[ recovery-image] Dec 20 23:23:01.721 INFO O| Dec 20 23:23:01.721 INFO STEP 52 (remove_files) COMPLETE
45212024-12-20T23:23:03.553Z[ recovery-image] Dec 20 23:23:01.721 INFO O| Dec 20 23:23:01.721 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-12-20T23:23:03.579Z[ recovery-image] Dec 20 23:23:01.747 INFO O| Dec 20 23:23:01.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45232024-12-20T23:23:03.584Z[ recovery-image] Dec 20 23:23:01.747 INFO O| Dec 20 23:23:01.747 INFO STEP 53 (remove_files) COMPLETE
45242024-12-20T23:23:03.584Z[ recovery-image] Dec 20 23:23:01.747 INFO O| Dec 20 23:23:01.747 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-12-20T23:23:03.637Z[ recovery-image] Dec 20 23:23:01.805 INFO O| Dec 20 23:23:01.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45262024-12-20T23:23:03.640Z[ recovery-image] Dec 20 23:23:01.805 INFO O| Dec 20 23:23:01.805 INFO STEP 54 (remove_files) COMPLETE
45272024-12-20T23:23:03.640Z[ recovery-image] Dec 20 23:23:01.805 INFO O| Dec 20 23:23:01.805 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-12-20T23:23:03.669Z[ recovery-image] Dec 20 23:23:01.837 INFO O| Dec 20 23:23:01.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45292024-12-20T23:23:03.669Z[ recovery-image] Dec 20 23:23:01.837 INFO O| Dec 20 23:23:01.837 INFO STEP 55 (remove_files) COMPLETE
45302024-12-20T23:23:03.676Z[ recovery-image] Dec 20 23:23:01.837 INFO O| Dec 20 23:23:01.837 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-12-20T23:23:03.704Z[ recovery-image] Dec 20 23:23:01.872 INFO O| Dec 20 23:23:01.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45322024-12-20T23:23:03.704Z[ recovery-image] Dec 20 23:23:01.872 INFO O| Dec 20 23:23:01.872 INFO STEP 56 (remove_files) COMPLETE
45332024-12-20T23:23:03.704Z[ recovery-image] Dec 20 23:23:01.872 INFO O| Dec 20 23:23:01.872 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-12-20T23:23:03.735Z[ recovery-image] Dec 20 23:23:01.901 INFO O| Dec 20 23:23:01.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45352024-12-20T23:23:03.735Z[ recovery-image] Dec 20 23:23:01.901 INFO O| Dec 20 23:23:01.901 INFO STEP 57 (remove_files) COMPLETE
45362024-12-20T23:23:03.735Z[ recovery-image] Dec 20 23:23:01.901 INFO O| Dec 20 23:23:01.901 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-12-20T23:23:03.761Z[ recovery-image] Dec 20 23:23:01.929 INFO O| Dec 20 23:23:01.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45382024-12-20T23:23:03.761Z[ recovery-image] Dec 20 23:23:01.929 INFO O| Dec 20 23:23:01.929 INFO STEP 58 (remove_files) COMPLETE
45392024-12-20T23:23:03.761Z[ recovery-image] Dec 20 23:23:01.929 INFO O| Dec 20 23:23:01.929 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-12-20T23:23:03.804Z[ recovery-image] Dec 20 23:23:01.972 INFO O| Dec 20 23:23:01.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45412024-12-20T23:23:03.804Z[ recovery-image] Dec 20 23:23:01.972 INFO O| Dec 20 23:23:01.972 INFO STEP 59 (remove_files) COMPLETE
45422024-12-20T23:23:03.807Z[ recovery-image] Dec 20 23:23:01.972 INFO O| Dec 20 23:23:01.972 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-12-20T23:23:03.892Z[ recovery-image] Dec 20 23:23:02.060 INFO O| Dec 20 23:23:02.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45442024-12-20T23:23:03.892Z[ recovery-image] Dec 20 23:23:02.060 INFO O| Dec 20 23:23:02.060 INFO STEP 60 (remove_files) COMPLETE
45452024-12-20T23:23:03.895Z[ recovery-image] Dec 20 23:23:02.060 INFO O| Dec 20 23:23:02.060 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-12-20T23:23:03.976Z[ recovery-image] Dec 20 23:23:02.144 INFO O| Dec 20 23:23:02.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45472024-12-20T23:23:03.976Z[ recovery-image] Dec 20 23:23:02.144 INFO O| Dec 20 23:23:02.144 INFO STEP 61 (remove_files) COMPLETE
45482024-12-20T23:23:03.976Z[ recovery-image] Dec 20 23:23:02.144 INFO O| Dec 20 23:23:02.144 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-12-20T23:23:04.036Z[ recovery-image] Dec 20 23:23:02.203 INFO O| Dec 20 23:23:02.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45502024-12-20T23:23:04.040Z[ recovery-image] Dec 20 23:23:02.204 INFO O| Dec 20 23:23:02.204 INFO STEP 62 (remove_files) COMPLETE
45512024-12-20T23:23:04.040Z[ recovery-image] Dec 20 23:23:02.204 INFO O| Dec 20 23:23:02.204 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-12-20T23:23:04.123Z[ recovery-image] Dec 20 23:23:02.290 INFO O| Dec 20 23:23:02.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45532024-12-20T23:23:04.125Z[ recovery-image] Dec 20 23:23:02.290 INFO O| Dec 20 23:23:02.290 INFO STEP 63 (remove_files) COMPLETE
45542024-12-20T23:23:04.125Z[ recovery-image] Dec 20 23:23:02.291 INFO O| Dec 20 23:23:02.291 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-12-20T23:23:04.150Z[ recovery-image] Dec 20 23:23:02.317 INFO O| Dec 20 23:23:02.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45562024-12-20T23:23:04.152Z[ recovery-image] Dec 20 23:23:02.318 INFO O| Dec 20 23:23:02.317 INFO STEP 64 (remove_files) COMPLETE
45572024-12-20T23:23:04.152Z[ recovery-image] Dec 20 23:23:02.318 INFO O| Dec 20 23:23:02.318 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-12-20T23:23:04.206Z[ host-image] Dec 20 23:23:02.373 INFO O| Dec 20 23:23:02.373 INFO O| Done
45592024-12-20T23:23:04.226Z[ recovery-image] Dec 20 23:23:02.394 INFO O| Dec 20 23:23:02.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45602024-12-20T23:23:04.227Z[ recovery-image] Dec 20 23:23:02.394 INFO O| Dec 20 23:23:02.394 INFO STEP 65 (remove_files) COMPLETE
45612024-12-20T23:23:04.227Z[ recovery-image] Dec 20 23:23:02.394 INFO O| Dec 20 23:23:02.394 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-20T23:23:04.274Z[ recovery-image] Dec 20 23:23:02.441 INFO O| Dec 20 23:23:02.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45632024-12-20T23:23:04.274Z[ recovery-image] Dec 20 23:23:02.441 INFO O| Dec 20 23:23:02.441 INFO STEP 66 (remove_files) COMPLETE
45642024-12-20T23:23:04.274Z[ recovery-image] Dec 20 23:23:02.441 INFO O| Dec 20 23:23:02.441 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-20T23:23:04.330Z[ recovery-image] Dec 20 23:23:02.497 INFO O| Dec 20 23:23:02.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45662024-12-20T23:23:04.330Z[ recovery-image] Dec 20 23:23:02.497 INFO O| Dec 20 23:23:02.497 INFO STEP 67 (remove_files) COMPLETE
45672024-12-20T23:23:04.333Z[ recovery-image] Dec 20 23:23:02.497 INFO O| Dec 20 23:23:02.497 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-20T23:23:04.357Z[ recovery-image] Dec 20 23:23:02.525 INFO O| Dec 20 23:23:02.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45692024-12-20T23:23:04.357Z[ recovery-image] Dec 20 23:23:02.525 INFO O| Dec 20 23:23:02.525 INFO STEP 68 (remove_files) COMPLETE
45702024-12-20T23:23:04.361Z[ recovery-image] Dec 20 23:23:02.525 INFO O| Dec 20 23:23:02.525 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-20T23:23:04.391Z[ recovery-image] Dec 20 23:23:02.558 INFO O| Dec 20 23:23:02.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45722024-12-20T23:23:04.391Z[ recovery-image] Dec 20 23:23:02.558 INFO O| Dec 20 23:23:02.558 INFO STEP 69 (remove_files) COMPLETE
45732024-12-20T23:23:04.394Z[ recovery-image] Dec 20 23:23:02.558 INFO O| Dec 20 23:23:02.558 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-20T23:23:04.457Z[ recovery-image] Dec 20 23:23:02.617 INFO O| Dec 20 23:23:02.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45752024-12-20T23:23:04.457Z[ recovery-image] Dec 20 23:23:02.617 INFO O| Dec 20 23:23:02.617 INFO STEP 70 (remove_files) COMPLETE
45762024-12-20T23:23:04.461Z[ recovery-image] Dec 20 23:23:02.617 INFO O| Dec 20 23:23:02.617 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-20T23:23:04.477Z[ recovery-image] Dec 20 23:23:02.644 INFO O| Dec 20 23:23:02.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45782024-12-20T23:23:04.477Z[ recovery-image] Dec 20 23:23:02.644 INFO O| Dec 20 23:23:02.644 INFO STEP 71 (remove_files) COMPLETE
45792024-12-20T23:23:04.480Z[ recovery-image] Dec 20 23:23:02.644 INFO O| Dec 20 23:23:02.644 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-20T23:23:04.542Z[ recovery-image] Dec 20 23:23:02.708 INFO O| Dec 20 23:23:02.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45812024-12-20T23:23:04.555Z[ recovery-image] Dec 20 23:23:02.721 INFO O| Dec 20 23:23:02.721 INFO STEP 72 (remove_files) COMPLETE
45822024-12-20T23:23:04.559Z[ recovery-image] Dec 20 23:23:02.721 INFO O| Dec 20 23:23:02.721 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-20T23:23:04.589Z[ recovery-image] Dec 20 23:23:02.757 INFO O| Dec 20 23:23:02.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45842024-12-20T23:23:04.589Z[ recovery-image] Dec 20 23:23:02.757 INFO O| Dec 20 23:23:02.757 INFO STEP 73 (remove_files) COMPLETE
45852024-12-20T23:23:04.592Z[ recovery-image] Dec 20 23:23:02.757 INFO O| Dec 20 23:23:02.757 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-20T23:23:04.640Z[ recovery-image] Dec 20 23:23:02.807 INFO O| Dec 20 23:23:02.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45872024-12-20T23:23:04.640Z[ recovery-image] Dec 20 23:23:02.807 INFO O| Dec 20 23:23:02.807 INFO STEP 74 (remove_files) COMPLETE
45882024-12-20T23:23:04.643Z[ recovery-image] Dec 20 23:23:02.808 INFO O| Dec 20 23:23:02.807 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-20T23:23:04.665Z[ recovery-image] Dec 20 23:23:02.833 INFO O| Dec 20 23:23:02.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45902024-12-20T23:23:04.665Z[ recovery-image] Dec 20 23:23:02.833 INFO O| Dec 20 23:23:02.833 INFO STEP 75 (remove_files) COMPLETE
45912024-12-20T23:23:04.665Z[ recovery-image] Dec 20 23:23:02.833 INFO O| Dec 20 23:23:02.833 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-20T23:23:04.709Z[ recovery-image] Dec 20 23:23:02.877 INFO O| Dec 20 23:23:02.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45932024-12-20T23:23:04.709Z[ recovery-image] Dec 20 23:23:02.877 INFO O| Dec 20 23:23:02.877 INFO STEP 76 (remove_files) COMPLETE
45942024-12-20T23:23:04.713Z[ recovery-image] Dec 20 23:23:02.877 INFO O| Dec 20 23:23:02.877 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-20T23:23:04.736Z[ recovery-image] Dec 20 23:23:02.903 INFO O| Dec 20 23:23:02.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45962024-12-20T23:23:04.736Z[ recovery-image] Dec 20 23:23:02.903 INFO O| Dec 20 23:23:02.903 INFO STEP 77 (remove_files) COMPLETE
45972024-12-20T23:23:04.736Z[ recovery-image] Dec 20 23:23:02.903 INFO O| Dec 20 23:23:02.903 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-20T23:23:04.761Z[ recovery-image] Dec 20 23:23:02.928 INFO O| Dec 20 23:23:02.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45992024-12-20T23:23:04.761Z[ recovery-image] Dec 20 23:23:02.928 INFO O| Dec 20 23:23:02.928 INFO STEP 78 (remove_files) COMPLETE
46002024-12-20T23:23:04.764Z[ recovery-image] Dec 20 23:23:02.928 INFO O| Dec 20 23:23:02.928 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-20T23:23:04.786Z[ recovery-image] Dec 20 23:23:02.953 INFO O| Dec 20 23:23:02.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
46022024-12-20T23:23:04.786Z[ recovery-image] Dec 20 23:23:02.953 INFO O| Dec 20 23:23:02.953 INFO STEP 79 (remove_files) COMPLETE
46032024-12-20T23:23:04.786Z[ recovery-image] Dec 20 23:23:02.954 INFO O| Dec 20 23:23:02.953 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-20T23:23:04.814Z[ recovery-image] Dec 20 23:23:02.981 INFO O| Dec 20 23:23:02.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
46052024-12-20T23:23:04.814Z[ recovery-image] Dec 20 23:23:02.982 INFO O| Dec 20 23:23:02.982 INFO STEP 80 (remove_files) COMPLETE
46062024-12-20T23:23:04.819Z[ recovery-image] Dec 20 23:23:02.982 INFO O| Dec 20 23:23:02.982 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-20T23:23:04.859Z[ recovery-image] Dec 20 23:23:03.026 INFO O| Dec 20 23:23:03.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
46082024-12-20T23:23:04.862Z[ recovery-image] Dec 20 23:23:03.027 INFO O| Dec 20 23:23:03.027 INFO STEP 81 (remove_files) COMPLETE
46092024-12-20T23:23:04.862Z[ recovery-image] Dec 20 23:23:03.027 INFO O| Dec 20 23:23:03.027 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-20T23:23:04.890Z[ recovery-image] Dec 20 23:23:03.057 INFO O| Dec 20 23:23:03.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
46112024-12-20T23:23:04.893Z[ recovery-image] Dec 20 23:23:03.057 INFO O| Dec 20 23:23:03.057 INFO STEP 82 (remove_files) COMPLETE
46122024-12-20T23:23:04.893Z[ recovery-image] Dec 20 23:23:03.058 INFO O| Dec 20 23:23:03.057 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-12-20T23:23:04.921Z[ recovery-image] Dec 20 23:23:03.088 INFO O| Dec 20 23:23:03.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
46142024-12-20T23:23:04.924Z[ recovery-image] Dec 20 23:23:03.089 INFO O| Dec 20 23:23:03.089 INFO STEP 83 (remove_files) COMPLETE
46152024-12-20T23:23:04.924Z[ recovery-image] Dec 20 23:23:03.089 INFO O| Dec 20 23:23:03.089 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-12-20T23:23:04.951Z[ recovery-image] Dec 20 23:23:03.119 INFO O| Dec 20 23:23:03.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
46172024-12-20T23:23:04.951Z[ recovery-image] Dec 20 23:23:03.119 INFO O| Dec 20 23:23:03.119 INFO STEP 84 (remove_files) COMPLETE
46182024-12-20T23:23:04.951Z[ recovery-image] Dec 20 23:23:03.119 INFO O| Dec 20 23:23:03.119 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-12-20T23:23:04.966Z[ host-image] Dec 20 23:23:03.134 INFO O| Dec 20 23:23:03.134 INFO STEP 11 (pkg_install) COMPLETE
46202024-12-20T23:23:04.966Z[ host-image] Dec 20 23:23:03.134 INFO O| Dec 20 23:23:03.134 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
46212024-12-20T23:23:04.981Z[ recovery-image] Dec 20 23:23:03.149 INFO O| Dec 20 23:23:03.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
46222024-12-20T23:23:04.984Z[ recovery-image] Dec 20 23:23:03.149 INFO O| Dec 20 23:23:03.149 INFO STEP 85 (remove_files) COMPLETE
46232024-12-20T23:23:04.984Z[ recovery-image] Dec 20 23:23:03.149 INFO O| Dec 20 23:23:03.149 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-12-20T23:23:04.993Z[ host-image] Dec 20 23:23:03.161 INFO O| Dec 20 23:23:03.160 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"]
46252024-12-20T23:23:05.011Z[ recovery-image] Dec 20 23:23:03.177 INFO O| Dec 20 23:23:03.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46262024-12-20T23:23:05.011Z[ recovery-image] Dec 20 23:23:03.177 INFO O| Dec 20 23:23:03.177 INFO STEP 86 (remove_files) COMPLETE
46272024-12-20T23:23:05.011Z[ recovery-image] Dec 20 23:23:03.177 INFO O| Dec 20 23:23:03.177 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-12-20T23:23:05.041Z[ recovery-image] Dec 20 23:23:03.208 INFO O| Dec 20 23:23:03.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46292024-12-20T23:23:05.045Z[ recovery-image] Dec 20 23:23:03.208 INFO O| Dec 20 23:23:03.208 INFO STEP 87 (remove_files) COMPLETE
46302024-12-20T23:23:05.045Z[ recovery-image] Dec 20 23:23:03.208 INFO O| Dec 20 23:23:03.208 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-12-20T23:23:05.070Z[ recovery-image] Dec 20 23:23:03.238 INFO O| Dec 20 23:23:03.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46322024-12-20T23:23:05.073Z[ recovery-image] Dec 20 23:23:03.239 INFO O| Dec 20 23:23:03.239 INFO STEP 88 (remove_files) COMPLETE
46332024-12-20T23:23:05.073Z[ recovery-image] Dec 20 23:23:03.239 INFO O| Dec 20 23:23:03.239 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-12-20T23:23:05.130Z[ recovery-image] Dec 20 23:23:03.297 INFO O| Dec 20 23:23:03.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46352024-12-20T23:23:05.155Z[ recovery-image] Dec 20 23:23:03.323 INFO O| Dec 20 23:23:03.323 INFO STEP 89 (remove_files) COMPLETE
46362024-12-20T23:23:05.155Z[ recovery-image] Dec 20 23:23:03.323 INFO O| Dec 20 23:23:03.323 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-12-20T23:23:05.196Z[ recovery-image] Dec 20 23:23:03.363 INFO O| Dec 20 23:23:03.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46382024-12-20T23:23:05.196Z[ recovery-image] Dec 20 23:23:03.364 INFO O| Dec 20 23:23:03.363 INFO STEP 90 (remove_files) COMPLETE
46392024-12-20T23:23:05.196Z[ recovery-image] Dec 20 23:23:03.364 INFO O| Dec 20 23:23:03.364 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-12-20T23:23:05.223Z[ recovery-image] Dec 20 23:23:03.390 INFO O| Dec 20 23:23:03.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46412024-12-20T23:23:05.223Z[ recovery-image] Dec 20 23:23:03.390 INFO O| Dec 20 23:23:03.390 INFO STEP 91 (remove_files) COMPLETE
46422024-12-20T23:23:05.223Z[ recovery-image] Dec 20 23:23:03.390 INFO O| Dec 20 23:23:03.390 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-20T23:23:05.248Z[ recovery-image] Dec 20 23:23:03.416 INFO O| Dec 20 23:23:03.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46442024-12-20T23:23:05.248Z[ recovery-image] Dec 20 23:23:03.416 INFO O| Dec 20 23:23:03.416 INFO STEP 92 (remove_files) COMPLETE
46452024-12-20T23:23:05.251Z[ recovery-image] Dec 20 23:23:03.416 INFO O| Dec 20 23:23:03.416 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-12-20T23:23:05.275Z[ recovery-image] Dec 20 23:23:03.442 INFO O| Dec 20 23:23:03.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46472024-12-20T23:23:05.275Z[ recovery-image] Dec 20 23:23:03.442 INFO O| Dec 20 23:23:03.442 INFO STEP 93 (remove_files) COMPLETE
46482024-12-20T23:23:05.278Z[ recovery-image] Dec 20 23:23:03.442 INFO O| Dec 20 23:23:03.442 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-12-20T23:23:05.301Z[ recovery-image] Dec 20 23:23:03.469 INFO O| Dec 20 23:23:03.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46502024-12-20T23:23:05.301Z[ recovery-image] Dec 20 23:23:03.469 INFO O| Dec 20 23:23:03.469 INFO STEP 94 (remove_files) COMPLETE
46512024-12-20T23:23:05.301Z[ recovery-image] Dec 20 23:23:03.469 INFO O| Dec 20 23:23:03.469 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-12-20T23:23:05.329Z[ recovery-image] Dec 20 23:23:03.495 INFO O| Dec 20 23:23:03.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46532024-12-20T23:23:05.329Z[ recovery-image] Dec 20 23:23:03.495 INFO O| Dec 20 23:23:03.495 INFO STEP 95 (remove_files) COMPLETE
46542024-12-20T23:23:05.332Z[ recovery-image] Dec 20 23:23:03.495 INFO O| Dec 20 23:23:03.495 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-12-20T23:23:05.354Z[ recovery-image] Dec 20 23:23:03.521 INFO O| Dec 20 23:23:03.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46562024-12-20T23:23:05.358Z[ recovery-image] Dec 20 23:23:03.521 INFO O| Dec 20 23:23:03.521 INFO STEP 96 (remove_files) COMPLETE
46572024-12-20T23:23:05.358Z[ recovery-image] Dec 20 23:23:03.521 INFO O| Dec 20 23:23:03.521 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-12-20T23:23:05.380Z[ recovery-image] Dec 20 23:23:03.547 INFO O| Dec 20 23:23:03.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46592024-12-20T23:23:05.380Z[ recovery-image] Dec 20 23:23:03.548 INFO O| Dec 20 23:23:03.548 INFO STEP 97 (remove_files) COMPLETE
46602024-12-20T23:23:05.380Z[ recovery-image] Dec 20 23:23:03.548 INFO O| Dec 20 23:23:03.548 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-12-20T23:23:05.453Z[ recovery-image] Dec 20 23:23:03.620 INFO O| Dec 20 23:23:03.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46622024-12-20T23:23:05.455Z[ recovery-image] Dec 20 23:23:03.620 INFO O| Dec 20 23:23:03.620 INFO STEP 98 (remove_files) COMPLETE
46632024-12-20T23:23:05.455Z[ recovery-image] Dec 20 23:23:03.621 INFO O| Dec 20 23:23:03.620 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-12-20T23:23:05.480Z[ recovery-image] Dec 20 23:23:03.648 INFO O| Dec 20 23:23:03.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46652024-12-20T23:23:05.500Z[ recovery-image] Dec 20 23:23:03.668 INFO O| Dec 20 23:23:03.668 INFO STEP 99 (remove_files) COMPLETE
46662024-12-20T23:23:05.500Z[ recovery-image] Dec 20 23:23:03.668 INFO O| Dec 20 23:23:03.668 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-12-20T23:23:05.537Z[ recovery-image] Dec 20 23:23:03.704 INFO O| Dec 20 23:23:03.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46682024-12-20T23:23:05.559Z[ recovery-image] Dec 20 23:23:03.725 INFO O| Dec 20 23:23:03.725 INFO STEP 100 (remove_files) COMPLETE
46692024-12-20T23:23:05.559Z[ recovery-image] Dec 20 23:23:03.725 INFO O| Dec 20 23:23:03.725 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-20T23:23:05.594Z[ recovery-image] Dec 20 23:23:03.761 INFO O| Dec 20 23:23:03.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46712024-12-20T23:23:05.594Z[ recovery-image] Dec 20 23:23:03.761 INFO O| Dec 20 23:23:03.761 INFO STEP 101 (remove_files) COMPLETE
46722024-12-20T23:23:05.597Z[ recovery-image] Dec 20 23:23:03.761 INFO O| Dec 20 23:23:03.761 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-12-20T23:23:05.620Z[ recovery-image] Dec 20 23:23:03.787 INFO O| Dec 20 23:23:03.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46742024-12-20T23:23:05.620Z[ recovery-image] Dec 20 23:23:03.787 INFO O| Dec 20 23:23:03.787 INFO STEP 102 (remove_files) COMPLETE
46752024-12-20T23:23:05.624Z[ recovery-image] Dec 20 23:23:03.787 INFO O| Dec 20 23:23:03.787 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-12-20T23:23:05.644Z[ recovery-image] Dec 20 23:23:03.811 INFO O| Dec 20 23:23:03.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46772024-12-20T23:23:05.644Z[ recovery-image] Dec 20 23:23:03.812 INFO O| Dec 20 23:23:03.812 INFO STEP 103 (remove_files) COMPLETE
46782024-12-20T23:23:05.644Z[ recovery-image] Dec 20 23:23:03.812 INFO O| Dec 20 23:23:03.812 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-12-20T23:23:05.689Z[ recovery-image] Dec 20 23:23:03.856 INFO O| Dec 20 23:23:03.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46802024-12-20T23:23:05.689Z[ recovery-image] Dec 20 23:23:03.856 INFO O| Dec 20 23:23:03.856 INFO STEP 104 (remove_files) COMPLETE
46812024-12-20T23:23:05.692Z[ recovery-image] Dec 20 23:23:03.856 INFO O| Dec 20 23:23:03.856 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-12-20T23:23:05.727Z[ recovery-image] Dec 20 23:23:03.894 INFO O| Dec 20 23:23:03.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46832024-12-20T23:23:05.730Z[ recovery-image] Dec 20 23:23:03.895 INFO O| Dec 20 23:23:03.895 INFO STEP 105 (remove_files) COMPLETE
46842024-12-20T23:23:05.730Z[ recovery-image] Dec 20 23:23:03.895 INFO O| Dec 20 23:23:03.895 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-12-20T23:23:05.750Z[ recovery-image] Dec 20 23:23:03.918 INFO O| Dec 20 23:23:03.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46862024-12-20T23:23:05.753Z[ recovery-image] Dec 20 23:23:03.918 INFO O| Dec 20 23:23:03.918 INFO STEP 106 (remove_files) COMPLETE
46872024-12-20T23:23:05.753Z[ recovery-image] Dec 20 23:23:03.918 INFO O| Dec 20 23:23:03.918 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-12-20T23:23:05.821Z[ recovery-image] Dec 20 23:23:03.988 INFO O| Dec 20 23:23:03.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46892024-12-20T23:23:05.821Z[ recovery-image] Dec 20 23:23:03.988 INFO O| Dec 20 23:23:03.988 INFO STEP 107 (remove_files) COMPLETE
46902024-12-20T23:23:05.824Z[ recovery-image] Dec 20 23:23:03.988 INFO O| Dec 20 23:23:03.988 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-12-20T23:23:05.889Z[ recovery-image] Dec 20 23:23:04.055 INFO O| Dec 20 23:23:04.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46922024-12-20T23:23:05.889Z[ recovery-image] Dec 20 23:23:04.055 INFO O| Dec 20 23:23:04.055 INFO STEP 108 (remove_files) COMPLETE
46932024-12-20T23:23:05.889Z[ recovery-image] Dec 20 23:23:04.055 INFO O| Dec 20 23:23:04.055 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-12-20T23:23:05.915Z[ recovery-image] Dec 20 23:23:04.082 INFO O| Dec 20 23:23:04.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46952024-12-20T23:23:05.915Z[ recovery-image] Dec 20 23:23:04.082 INFO O| Dec 20 23:23:04.082 INFO STEP 109 (remove_files) COMPLETE
46962024-12-20T23:23:05.916Z[ recovery-image] Dec 20 23:23:04.082 INFO O| Dec 20 23:23:04.082 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-12-20T23:23:05.973Z[ recovery-image] Dec 20 23:23:04.140 INFO O| Dec 20 23:23:04.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46982024-12-20T23:23:05.973Z[ recovery-image] Dec 20 23:23:04.140 INFO O| Dec 20 23:23:04.140 INFO STEP 110 (remove_files) COMPLETE
46992024-12-20T23:23:05.973Z[ recovery-image] Dec 20 23:23:04.140 INFO O| Dec 20 23:23:04.140 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-12-20T23:23:06.013Z[ recovery-image] Dec 20 23:23:04.180 INFO O| Dec 20 23:23:04.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
47012024-12-20T23:23:06.016Z[ recovery-image] Dec 20 23:23:04.180 INFO O| Dec 20 23:23:04.180 INFO STEP 111 (remove_files) COMPLETE
47022024-12-20T23:23:06.016Z[ recovery-image] Dec 20 23:23:04.180 INFO O| Dec 20 23:23:04.180 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-12-20T23:23:06.039Z[ recovery-image] Dec 20 23:23:04.206 INFO O| Dec 20 23:23:04.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
47042024-12-20T23:23:06.042Z[ recovery-image] Dec 20 23:23:04.207 INFO O| Dec 20 23:23:04.206 INFO STEP 112 (remove_files) COMPLETE
47052024-12-20T23:23:06.042Z[ recovery-image] Dec 20 23:23:04.207 INFO O| Dec 20 23:23:04.207 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-12-20T23:23:06.092Z[ host-image] Dec 20 23:23:04.259 INFO O| Dec 20 23:23:04.259 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
47072024-12-20T23:23:06.099Z[ recovery-image] Dec 20 23:23:04.265 INFO O| Dec 20 23:23:04.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
47082024-12-20T23:23:06.099Z[ recovery-image] Dec 20 23:23:04.265 INFO O| Dec 20 23:23:04.265 INFO STEP 113 (remove_files) COMPLETE
47092024-12-20T23:23:06.100Z[ recovery-image] Dec 20 23:23:04.265 INFO O| Dec 20 23:23:04.265 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-12-20T23:23:06.124Z[ recovery-image] Dec 20 23:23:04.291 INFO O| Dec 20 23:23:04.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
47112024-12-20T23:23:06.124Z[ recovery-image] Dec 20 23:23:04.292 INFO O| Dec 20 23:23:04.291 INFO STEP 114 (remove_files) COMPLETE
47122024-12-20T23:23:06.124Z[ recovery-image] Dec 20 23:23:04.292 INFO O| Dec 20 23:23:04.291 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-12-20T23:23:06.163Z[ recovery-image] Dec 20 23:23:04.330 INFO O| Dec 20 23:23:04.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
47142024-12-20T23:23:06.163Z[ recovery-image] Dec 20 23:23:04.331 INFO O| Dec 20 23:23:04.331 INFO STEP 115 (remove_files) COMPLETE
47152024-12-20T23:23:06.166Z[ recovery-image] Dec 20 23:23:04.331 INFO O| Dec 20 23:23:04.331 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-12-20T23:23:06.209Z[ recovery-image] Dec 20 23:23:04.376 INFO O| Dec 20 23:23:04.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
47172024-12-20T23:23:06.209Z[ recovery-image] Dec 20 23:23:04.376 INFO O| Dec 20 23:23:04.376 INFO STEP 116 (remove_files) COMPLETE
47182024-12-20T23:23:06.209Z[ recovery-image] Dec 20 23:23:04.376 INFO O| Dec 20 23:23:04.376 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-12-20T23:23:06.233Z[ recovery-image] Dec 20 23:23:04.400 INFO O| Dec 20 23:23:04.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
47202024-12-20T23:23:06.233Z[ recovery-image] Dec 20 23:23:04.401 INFO O| Dec 20 23:23:04.401 INFO STEP 117 (remove_files) COMPLETE
47212024-12-20T23:23:06.233Z[ recovery-image] Dec 20 23:23:04.401 INFO O| Dec 20 23:23:04.401 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-12-20T23:23:06.268Z[ recovery-image] Dec 20 23:23:04.434 INFO O| Dec 20 23:23:04.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
47232024-12-20T23:23:06.268Z[ recovery-image] Dec 20 23:23:04.434 INFO O| Dec 20 23:23:04.434 INFO STEP 118 (remove_files) COMPLETE
47242024-12-20T23:23:06.271Z[ recovery-image] Dec 20 23:23:04.435 INFO O| Dec 20 23:23:04.434 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-12-20T23:23:06.309Z[ recovery-image] Dec 20 23:23:04.476 INFO O| Dec 20 23:23:04.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47262024-12-20T23:23:06.309Z[ recovery-image] Dec 20 23:23:04.476 INFO O| Dec 20 23:23:04.476 INFO STEP 119 (remove_files) COMPLETE
47272024-12-20T23:23:06.314Z[ recovery-image] Dec 20 23:23:04.476 INFO O| Dec 20 23:23:04.476 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-12-20T23:23:06.364Z[ recovery-image] Dec 20 23:23:04.532 INFO O| Dec 20 23:23:04.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47292024-12-20T23:23:06.364Z[ recovery-image] Dec 20 23:23:04.532 INFO O| Dec 20 23:23:04.532 INFO STEP 120 (remove_files) COMPLETE
47302024-12-20T23:23:06.364Z[ recovery-image] Dec 20 23:23:04.532 INFO O| Dec 20 23:23:04.532 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-12-20T23:23:06.408Z[ recovery-image] Dec 20 23:23:04.575 INFO O| Dec 20 23:23:04.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47322024-12-20T23:23:06.408Z[ recovery-image] Dec 20 23:23:04.575 INFO O| Dec 20 23:23:04.575 INFO STEP 121 (remove_files) COMPLETE
47332024-12-20T23:23:06.410Z[ recovery-image] Dec 20 23:23:04.575 INFO O| Dec 20 23:23:04.575 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-12-20T23:23:06.433Z[ recovery-image] Dec 20 23:23:04.600 INFO O| Dec 20 23:23:04.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47352024-12-20T23:23:06.433Z[ recovery-image] Dec 20 23:23:04.600 INFO O| Dec 20 23:23:04.600 INFO STEP 122 (remove_files) COMPLETE
47362024-12-20T23:23:06.436Z[ recovery-image] Dec 20 23:23:04.600 INFO O| Dec 20 23:23:04.600 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-12-20T23:23:06.456Z[ recovery-image] Dec 20 23:23:04.624 INFO O| Dec 20 23:23:04.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47382024-12-20T23:23:06.478Z[ recovery-image] Dec 20 23:23:04.644 INFO O| Dec 20 23:23:04.644 INFO STEP 123 (remove_files) COMPLETE
47392024-12-20T23:23:06.478Z[ recovery-image] Dec 20 23:23:04.644 INFO O| Dec 20 23:23:04.644 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-12-20T23:23:06.538Z[ recovery-image] Dec 20 23:23:04.705 INFO O| Dec 20 23:23:04.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47412024-12-20T23:23:06.538Z[ recovery-image] Dec 20 23:23:04.705 INFO O| Dec 20 23:23:04.705 INFO STEP 124 (remove_files) COMPLETE
47422024-12-20T23:23:06.538Z[ recovery-image] Dec 20 23:23:04.705 INFO O| Dec 20 23:23:04.705 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-12-20T23:23:06.565Z[ recovery-image] Dec 20 23:23:04.732 INFO O| Dec 20 23:23:04.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47442024-12-20T23:23:06.565Z[ recovery-image] Dec 20 23:23:04.732 INFO O| Dec 20 23:23:04.732 INFO STEP 125 (remove_files) COMPLETE
47452024-12-20T23:23:06.579Z[ recovery-image] Dec 20 23:23:04.732 INFO O| Dec 20 23:23:04.732 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-12-20T23:23:06.594Z[ recovery-image] Dec 20 23:23:04.759 INFO O| Dec 20 23:23:04.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47472024-12-20T23:23:06.594Z[ recovery-image] Dec 20 23:23:04.759 INFO O| Dec 20 23:23:04.759 INFO STEP 126 (remove_files) COMPLETE
47482024-12-20T23:23:06.594Z[ recovery-image] Dec 20 23:23:04.759 INFO O| Dec 20 23:23:04.759 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-12-20T23:23:06.618Z[ recovery-image] Dec 20 23:23:04.785 INFO O| Dec 20 23:23:04.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47502024-12-20T23:23:06.618Z[ recovery-image] Dec 20 23:23:04.785 INFO O| Dec 20 23:23:04.785 INFO STEP 127 (remove_files) COMPLETE
47512024-12-20T23:23:06.618Z[ recovery-image] Dec 20 23:23:04.785 INFO O| Dec 20 23:23:04.785 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-12-20T23:23:06.657Z[ recovery-image] Dec 20 23:23:04.824 INFO O| Dec 20 23:23:04.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47532024-12-20T23:23:06.657Z[ recovery-image] Dec 20 23:23:04.824 INFO O| Dec 20 23:23:04.824 INFO STEP 128 (remove_files) COMPLETE
47542024-12-20T23:23:06.660Z[ recovery-image] Dec 20 23:23:04.824 INFO O| Dec 20 23:23:04.824 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-20T23:23:06.685Z[ recovery-image] Dec 20 23:23:04.852 INFO O| Dec 20 23:23:04.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47562024-12-20T23:23:06.685Z[ recovery-image] Dec 20 23:23:04.852 INFO O| Dec 20 23:23:04.852 INFO STEP 129 (remove_files) COMPLETE
47572024-12-20T23:23:06.688Z[ recovery-image] Dec 20 23:23:04.852 INFO O| Dec 20 23:23:04.852 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-20T23:23:06.729Z[ recovery-image] Dec 20 23:23:04.896 INFO O| Dec 20 23:23:04.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47592024-12-20T23:23:06.732Z[ recovery-image] Dec 20 23:23:04.897 INFO O| Dec 20 23:23:04.897 INFO STEP 130 (remove_files) COMPLETE
47602024-12-20T23:23:06.732Z[ recovery-image] Dec 20 23:23:04.897 INFO O| Dec 20 23:23:04.897 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-12-20T23:23:06.822Z[ recovery-image] Dec 20 23:23:04.989 INFO O| Dec 20 23:23:04.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47622024-12-20T23:23:06.822Z[ recovery-image] Dec 20 23:23:04.989 INFO O| Dec 20 23:23:04.989 INFO STEP 131 (remove_files) COMPLETE
47632024-12-20T23:23:06.822Z[ recovery-image] Dec 20 23:23:04.990 INFO O| Dec 20 23:23:04.989 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-12-20T23:23:06.849Z[ recovery-image] Dec 20 23:23:05.016 INFO O| Dec 20 23:23:05.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47652024-12-20T23:23:06.849Z[ recovery-image] Dec 20 23:23:05.017 INFO O| Dec 20 23:23:05.017 INFO STEP 132 (remove_files) COMPLETE
47662024-12-20T23:23:06.849Z[ recovery-image] Dec 20 23:23:05.017 INFO O| Dec 20 23:23:05.017 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-12-20T23:23:06.875Z[ recovery-image] Dec 20 23:23:05.042 INFO O| Dec 20 23:23:05.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47682024-12-20T23:23:06.875Z[ recovery-image] Dec 20 23:23:05.042 INFO O| Dec 20 23:23:05.042 INFO STEP 133 (remove_files) COMPLETE
47692024-12-20T23:23:06.878Z[ recovery-image] Dec 20 23:23:05.042 INFO O| Dec 20 23:23:05.042 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-12-20T23:23:06.902Z[ recovery-image] Dec 20 23:23:05.069 INFO O| Dec 20 23:23:05.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47712024-12-20T23:23:06.902Z[ recovery-image] Dec 20 23:23:05.069 INFO O| Dec 20 23:23:05.069 INFO STEP 134 (remove_files) COMPLETE
47722024-12-20T23:23:06.905Z[ recovery-image] Dec 20 23:23:05.069 INFO O| Dec 20 23:23:05.069 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-12-20T23:23:06.939Z[ recovery-image] Dec 20 23:23:05.105 INFO O| Dec 20 23:23:05.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47742024-12-20T23:23:06.939Z[ recovery-image] Dec 20 23:23:05.105 INFO O| Dec 20 23:23:05.105 INFO STEP 135 (remove_files) COMPLETE
47752024-12-20T23:23:06.939Z[ recovery-image] Dec 20 23:23:05.105 INFO O| Dec 20 23:23:05.105 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-20T23:23:06.962Z[ recovery-image] Dec 20 23:23:05.129 INFO O| Dec 20 23:23:05.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47772024-12-20T23:23:06.962Z[ recovery-image] Dec 20 23:23:05.129 INFO O| Dec 20 23:23:05.129 INFO STEP 136 (remove_files) COMPLETE
47782024-12-20T23:23:06.964Z[ recovery-image] Dec 20 23:23:05.129 INFO O| Dec 20 23:23:05.129 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-12-20T23:23:06.986Z[ recovery-image] Dec 20 23:23:05.153 INFO O| Dec 20 23:23:05.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47802024-12-20T23:23:06.986Z[ recovery-image] Dec 20 23:23:05.154 INFO O| Dec 20 23:23:05.153 INFO STEP 137 (remove_files) COMPLETE
47812024-12-20T23:23:06.986Z[ recovery-image] Dec 20 23:23:05.154 INFO O| Dec 20 23:23:05.154 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-12-20T23:23:07.061Z[ recovery-image] Dec 20 23:23:05.228 INFO O| Dec 20 23:23:05.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47832024-12-20T23:23:07.061Z[ recovery-image] Dec 20 23:23:05.228 INFO O| Dec 20 23:23:05.228 INFO STEP 138 (remove_files) COMPLETE
47842024-12-20T23:23:07.061Z[ recovery-image] Dec 20 23:23:05.228 INFO O| Dec 20 23:23:05.228 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-12-20T23:23:07.088Z[ recovery-image] Dec 20 23:23:05.255 INFO O| Dec 20 23:23:05.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47862024-12-20T23:23:07.088Z[ recovery-image] Dec 20 23:23:05.255 INFO O| Dec 20 23:23:05.255 INFO STEP 139 (remove_files) COMPLETE
47872024-12-20T23:23:07.088Z[ recovery-image] Dec 20 23:23:05.255 INFO O| Dec 20 23:23:05.255 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-12-20T23:23:07.134Z[ recovery-image] Dec 20 23:23:05.301 INFO O| Dec 20 23:23:05.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47892024-12-20T23:23:07.137Z[ recovery-image] Dec 20 23:23:05.301 INFO O| Dec 20 23:23:05.301 INFO STEP 140 (remove_files) COMPLETE
47902024-12-20T23:23:07.137Z[ recovery-image] Dec 20 23:23:05.302 INFO O| Dec 20 23:23:05.302 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-12-20T23:23:07.164Z[ recovery-image] Dec 20 23:23:05.331 INFO O| Dec 20 23:23:05.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47922024-12-20T23:23:07.166Z[ recovery-image] Dec 20 23:23:05.332 INFO O| Dec 20 23:23:05.332 INFO STEP 141 (remove_files) COMPLETE
47932024-12-20T23:23:07.166Z[ recovery-image] Dec 20 23:23:05.332 INFO O| Dec 20 23:23:05.332 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-12-20T23:23:07.206Z[ recovery-image] Dec 20 23:23:05.373 INFO O| Dec 20 23:23:05.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47952024-12-20T23:23:07.209Z[ recovery-image] Dec 20 23:23:05.374 INFO O| Dec 20 23:23:05.373 INFO STEP 142 (remove_files) COMPLETE
47962024-12-20T23:23:07.210Z[ recovery-image] Dec 20 23:23:05.374 INFO O| Dec 20 23:23:05.374 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-12-20T23:23:07.251Z[ recovery-image] Dec 20 23:23:05.418 INFO O| Dec 20 23:23:05.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47982024-12-20T23:23:07.251Z[ recovery-image] Dec 20 23:23:05.418 INFO O| Dec 20 23:23:05.418 INFO STEP 143 (remove_files) COMPLETE
47992024-12-20T23:23:07.251Z[ recovery-image] Dec 20 23:23:05.418 INFO O| Dec 20 23:23:05.418 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-12-20T23:23:07.287Z[ recovery-image] Dec 20 23:23:05.453 INFO O| Dec 20 23:23:05.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
48012024-12-20T23:23:07.287Z[ recovery-image] Dec 20 23:23:05.453 INFO O| Dec 20 23:23:05.453 INFO STEP 144 (remove_files) COMPLETE
48022024-12-20T23:23:07.290Z[ recovery-image] Dec 20 23:23:05.453 INFO O| Dec 20 23:23:05.453 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-12-20T23:23:07.321Z[ recovery-image] Dec 20 23:23:05.488 INFO O| Dec 20 23:23:05.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
48042024-12-20T23:23:07.321Z[ recovery-image] Dec 20 23:23:05.488 INFO O| Dec 20 23:23:05.488 INFO STEP 145 (remove_files) COMPLETE
48052024-12-20T23:23:07.326Z[ recovery-image] Dec 20 23:23:05.488 INFO O| Dec 20 23:23:05.488 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-12-20T23:23:07.382Z[ recovery-image] Dec 20 23:23:05.549 INFO O| Dec 20 23:23:05.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
48072024-12-20T23:23:07.384Z[ recovery-image] Dec 20 23:23:05.549 INFO O| Dec 20 23:23:05.549 INFO STEP 146 (remove_files) COMPLETE
48082024-12-20T23:23:07.384Z[ recovery-image] Dec 20 23:23:05.549 INFO O| Dec 20 23:23:05.549 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-12-20T23:23:07.407Z[ recovery-image] Dec 20 23:23:05.574 INFO O| Dec 20 23:23:05.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
48102024-12-20T23:23:07.410Z[ recovery-image] Dec 20 23:23:05.574 INFO O| Dec 20 23:23:05.574 INFO STEP 147 (remove_files) COMPLETE
48112024-12-20T23:23:07.410Z[ recovery-image] Dec 20 23:23:05.574 INFO O| Dec 20 23:23:05.574 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-12-20T23:23:07.546Z[ recovery-image] Dec 20 23:23:05.713 INFO O| Dec 20 23:23:05.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
48132024-12-20T23:23:07.546Z[ recovery-image] Dec 20 23:23:05.713 INFO O| Dec 20 23:23:05.713 INFO STEP 148 (remove_files) COMPLETE
48142024-12-20T23:23:07.546Z[ recovery-image] Dec 20 23:23:05.713 INFO O| Dec 20 23:23:05.713 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-12-20T23:23:07.574Z[ recovery-image] Dec 20 23:23:05.741 INFO O| Dec 20 23:23:05.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
48162024-12-20T23:23:07.574Z[ recovery-image] Dec 20 23:23:05.741 INFO O| Dec 20 23:23:05.741 INFO STEP 149 (remove_files) COMPLETE
48172024-12-20T23:23:07.574Z[ recovery-image] Dec 20 23:23:05.741 INFO O| Dec 20 23:23:05.741 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-12-20T23:23:07.600Z[ recovery-image] Dec 20 23:23:05.767 INFO O| Dec 20 23:23:05.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
48192024-12-20T23:23:07.600Z[ recovery-image] Dec 20 23:23:05.767 INFO O| Dec 20 23:23:05.767 INFO STEP 150 (remove_files) COMPLETE
48202024-12-20T23:23:07.600Z[ recovery-image] Dec 20 23:23:05.767 INFO O| Dec 20 23:23:05.767 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-12-20T23:23:07.627Z[ recovery-image] Dec 20 23:23:05.794 INFO O| Dec 20 23:23:05.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48222024-12-20T23:23:07.627Z[ recovery-image] Dec 20 23:23:05.794 INFO O| Dec 20 23:23:05.794 INFO STEP 151 (remove_files) COMPLETE
48232024-12-20T23:23:07.630Z[ recovery-image] Dec 20 23:23:05.794 INFO O| Dec 20 23:23:05.794 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-12-20T23:23:07.657Z[ recovery-image] Dec 20 23:23:05.824 INFO O| Dec 20 23:23:05.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48252024-12-20T23:23:07.657Z[ recovery-image] Dec 20 23:23:05.824 INFO O| Dec 20 23:23:05.824 INFO STEP 152 (remove_files) COMPLETE
48262024-12-20T23:23:07.661Z[ recovery-image] Dec 20 23:23:05.824 INFO O| Dec 20 23:23:05.824 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-12-20T23:23:07.707Z[ recovery-image] Dec 20 23:23:05.871 INFO O| Dec 20 23:23:05.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48282024-12-20T23:23:07.707Z[ recovery-image] Dec 20 23:23:05.871 INFO O| Dec 20 23:23:05.871 INFO STEP 153 (remove_files) COMPLETE
48292024-12-20T23:23:07.710Z[ recovery-image] Dec 20 23:23:05.871 INFO O| Dec 20 23:23:05.871 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-12-20T23:23:07.738Z[ recovery-image] Dec 20 23:23:05.905 INFO O| Dec 20 23:23:05.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48312024-12-20T23:23:07.738Z[ recovery-image] Dec 20 23:23:05.905 INFO O| Dec 20 23:23:05.905 INFO STEP 154 (remove_files) COMPLETE
48322024-12-20T23:23:07.742Z[ recovery-image] Dec 20 23:23:05.905 INFO O| Dec 20 23:23:05.905 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-12-20T23:23:07.807Z[ recovery-image] Dec 20 23:23:05.974 INFO O| Dec 20 23:23:05.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48342024-12-20T23:23:07.810Z[ recovery-image] Dec 20 23:23:05.975 INFO O| Dec 20 23:23:05.975 INFO STEP 155 (remove_files) COMPLETE
48352024-12-20T23:23:07.810Z[ recovery-image] Dec 20 23:23:05.975 INFO O| Dec 20 23:23:05.975 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-12-20T23:23:07.843Z[ recovery-image] Dec 20 23:23:06.010 INFO O| Dec 20 23:23:06.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48372024-12-20T23:23:07.846Z[ recovery-image] Dec 20 23:23:06.010 INFO O| Dec 20 23:23:06.010 INFO STEP 156 (remove_files) COMPLETE
48382024-12-20T23:23:07.846Z[ recovery-image] Dec 20 23:23:06.010 INFO O| Dec 20 23:23:06.010 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-12-20T23:23:07.880Z[ recovery-image] Dec 20 23:23:06.047 INFO O| Dec 20 23:23:06.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48402024-12-20T23:23:07.883Z[ recovery-image] Dec 20 23:23:06.047 INFO O| Dec 20 23:23:06.047 INFO STEP 157 (remove_files) COMPLETE
48412024-12-20T23:23:07.883Z[ recovery-image] Dec 20 23:23:06.047 INFO O| Dec 20 23:23:06.047 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-12-20T23:23:07.943Z[ recovery-image] Dec 20 23:23:06.110 INFO O| Dec 20 23:23:06.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
48432024-12-20T23:23:07.943Z[ recovery-image] Dec 20 23:23:06.110 INFO O| Dec 20 23:23:06.110 INFO STEP 158 (remove_files) COMPLETE
48442024-12-20T23:23:07.945Z[ recovery-image] Dec 20 23:23:06.110 INFO O| Dec 20 23:23:06.110 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-12-20T23:23:07.973Z[ recovery-image] Dec 20 23:23:06.140 INFO O| Dec 20 23:23:06.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48462024-12-20T23:23:07.973Z[ recovery-image] Dec 20 23:23:06.140 INFO O| Dec 20 23:23:06.140 INFO STEP 159 (remove_files) COMPLETE
48472024-12-20T23:23:07.976Z[ recovery-image] Dec 20 23:23:06.140 INFO O| Dec 20 23:23:06.140 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-12-20T23:23:07.999Z[ recovery-image] Dec 20 23:23:06.165 INFO O| Dec 20 23:23:06.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48492024-12-20T23:23:07.999Z[ recovery-image] Dec 20 23:23:06.165 INFO O| Dec 20 23:23:06.165 INFO STEP 160 (remove_files) COMPLETE
48502024-12-20T23:23:07.999Z[ recovery-image] Dec 20 23:23:06.165 INFO O| Dec 20 23:23:06.165 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-12-20T23:23:08.022Z[ recovery-image] Dec 20 23:23:06.188 INFO O| Dec 20 23:23:06.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48522024-12-20T23:23:08.022Z[ recovery-image] Dec 20 23:23:06.188 INFO O| Dec 20 23:23:06.188 INFO STEP 161 (remove_files) COMPLETE
48532024-12-20T23:23:08.022Z[ recovery-image] Dec 20 23:23:06.188 INFO O| Dec 20 23:23:06.188 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-12-20T23:23:08.048Z[ recovery-image] Dec 20 23:23:06.214 INFO O| Dec 20 23:23:06.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48552024-12-20T23:23:08.048Z[ recovery-image] Dec 20 23:23:06.214 INFO O| Dec 20 23:23:06.214 INFO STEP 162 (remove_files) COMPLETE
48562024-12-20T23:23:08.050Z[ recovery-image] Dec 20 23:23:06.214 INFO O| Dec 20 23:23:06.214 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-12-20T23:23:08.089Z[ recovery-image] Dec 20 23:23:06.255 INFO O| Dec 20 23:23:06.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48582024-12-20T23:23:08.089Z[ recovery-image] Dec 20 23:23:06.256 INFO O| Dec 20 23:23:06.256 INFO STEP 163 (remove_files) COMPLETE
48592024-12-20T23:23:08.089Z[ recovery-image] Dec 20 23:23:06.256 INFO O| Dec 20 23:23:06.256 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-12-20T23:23:08.128Z[ recovery-image] Dec 20 23:23:06.294 INFO O| Dec 20 23:23:06.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48612024-12-20T23:23:08.128Z[ recovery-image] Dec 20 23:23:06.294 INFO O| Dec 20 23:23:06.294 INFO STEP 164 (remove_files) COMPLETE
48622024-12-20T23:23:08.128Z[ recovery-image] Dec 20 23:23:06.294 INFO O| Dec 20 23:23:06.294 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-12-20T23:23:08.154Z[ recovery-image] Dec 20 23:23:06.321 INFO O| Dec 20 23:23:06.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48642024-12-20T23:23:08.154Z[ recovery-image] Dec 20 23:23:06.321 INFO O| Dec 20 23:23:06.321 INFO STEP 165 (remove_files) COMPLETE
48652024-12-20T23:23:08.154Z[ recovery-image] Dec 20 23:23:06.321 INFO O| Dec 20 23:23:06.321 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-12-20T23:23:08.192Z[ recovery-image] Dec 20 23:23:06.359 INFO O| Dec 20 23:23:06.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48672024-12-20T23:23:08.212Z[ recovery-image] Dec 20 23:23:06.379 INFO O| Dec 20 23:23:06.379 INFO STEP 166 (remove_files) COMPLETE
48682024-12-20T23:23:08.212Z[ recovery-image] Dec 20 23:23:06.379 INFO O| Dec 20 23:23:06.379 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-12-20T23:23:08.272Z[ recovery-image] Dec 20 23:23:06.439 INFO O| Dec 20 23:23:06.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48702024-12-20T23:23:08.272Z[ recovery-image] Dec 20 23:23:06.439 INFO O| Dec 20 23:23:06.439 INFO STEP 167 (remove_files) COMPLETE
48712024-12-20T23:23:08.272Z[ recovery-image] Dec 20 23:23:06.439 INFO O| Dec 20 23:23:06.439 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-12-20T23:23:08.332Z[ recovery-image] Dec 20 23:23:06.499 INFO O| Dec 20 23:23:06.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48732024-12-20T23:23:08.332Z[ recovery-image] Dec 20 23:23:06.499 INFO O| Dec 20 23:23:06.499 INFO STEP 168 (remove_files) COMPLETE
48742024-12-20T23:23:08.334Z[ recovery-image] Dec 20 23:23:06.499 INFO O| Dec 20 23:23:06.499 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-12-20T23:23:08.370Z[ recovery-image] Dec 20 23:23:06.537 INFO O| Dec 20 23:23:06.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48762024-12-20T23:23:08.370Z[ recovery-image] Dec 20 23:23:06.537 INFO O| Dec 20 23:23:06.537 INFO STEP 169 (remove_files) COMPLETE
48772024-12-20T23:23:08.373Z[ recovery-image] Dec 20 23:23:06.537 INFO O| Dec 20 23:23:06.537 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-12-20T23:23:08.430Z[ recovery-image] Dec 20 23:23:06.597 INFO O| Dec 20 23:23:06.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48792024-12-20T23:23:08.430Z[ recovery-image] Dec 20 23:23:06.597 INFO O| Dec 20 23:23:06.597 INFO STEP 170 (remove_files) COMPLETE
48802024-12-20T23:23:08.430Z[ recovery-image] Dec 20 23:23:06.597 INFO O| Dec 20 23:23:06.597 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-12-20T23:23:08.471Z[ recovery-image] Dec 20 23:23:06.638 INFO O| Dec 20 23:23:06.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48822024-12-20T23:23:08.474Z[ recovery-image] Dec 20 23:23:06.638 INFO O| Dec 20 23:23:06.638 INFO STEP 171 (remove_files) COMPLETE
48832024-12-20T23:23:08.474Z[ recovery-image] Dec 20 23:23:06.638 INFO O| Dec 20 23:23:06.638 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-12-20T23:23:08.497Z[ recovery-image] Dec 20 23:23:06.664 INFO O| Dec 20 23:23:06.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48852024-12-20T23:23:08.497Z[ recovery-image] Dec 20 23:23:06.664 INFO O| Dec 20 23:23:06.664 INFO STEP 172 (remove_files) COMPLETE
48862024-12-20T23:23:08.497Z[ recovery-image] Dec 20 23:23:06.664 INFO O| Dec 20 23:23:06.664 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-12-20T23:23:08.535Z[ recovery-image] Dec 20 23:23:06.702 INFO O| Dec 20 23:23:06.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48882024-12-20T23:23:08.535Z[ recovery-image] Dec 20 23:23:06.702 INFO O| Dec 20 23:23:06.702 INFO STEP 173 (remove_files) COMPLETE
48892024-12-20T23:23:08.538Z[ recovery-image] Dec 20 23:23:06.702 INFO O| Dec 20 23:23:06.702 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-12-20T23:23:08.570Z[ recovery-image] Dec 20 23:23:06.737 INFO O| Dec 20 23:23:06.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48912024-12-20T23:23:08.573Z[ recovery-image] Dec 20 23:23:06.737 INFO O| Dec 20 23:23:06.737 INFO STEP 174 (remove_files) COMPLETE
48922024-12-20T23:23:08.573Z[ recovery-image] Dec 20 23:23:06.737 INFO O| Dec 20 23:23:06.737 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-12-20T23:23:08.597Z[ recovery-image] Dec 20 23:23:06.764 INFO O| Dec 20 23:23:06.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48942024-12-20T23:23:08.597Z[ recovery-image] Dec 20 23:23:06.764 INFO O| Dec 20 23:23:06.764 INFO STEP 175 (remove_files) COMPLETE
48952024-12-20T23:23:08.600Z[ recovery-image] Dec 20 23:23:06.764 INFO O| Dec 20 23:23:06.764 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-12-20T23:23:08.645Z[ recovery-image] Dec 20 23:23:06.811 INFO O| Dec 20 23:23:06.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48972024-12-20T23:23:08.645Z[ recovery-image] Dec 20 23:23:06.811 INFO O| Dec 20 23:23:06.811 INFO STEP 176 (remove_files) COMPLETE
48982024-12-20T23:23:08.645Z[ recovery-image] Dec 20 23:23:06.811 INFO O| Dec 20 23:23:06.811 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-12-20T23:23:08.668Z[ recovery-image] Dec 20 23:23:06.835 INFO O| Dec 20 23:23:06.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
49002024-12-20T23:23:08.668Z[ recovery-image] Dec 20 23:23:06.835 INFO O| Dec 20 23:23:06.835 INFO STEP 177 (remove_files) COMPLETE
49012024-12-20T23:23:08.670Z[ recovery-image] Dec 20 23:23:06.835 INFO O| Dec 20 23:23:06.835 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-12-20T23:23:08.710Z[ recovery-image] Dec 20 23:23:06.877 INFO O| Dec 20 23:23:06.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
49032024-12-20T23:23:08.731Z[ recovery-image] Dec 20 23:23:06.898 INFO O| Dec 20 23:23:06.898 INFO STEP 178 (remove_files) COMPLETE
49042024-12-20T23:23:08.731Z[ recovery-image] Dec 20 23:23:06.898 INFO O| Dec 20 23:23:06.898 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-12-20T23:23:08.755Z[ recovery-image] Dec 20 23:23:06.922 INFO O| Dec 20 23:23:06.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
49062024-12-20T23:23:08.755Z[ recovery-image] Dec 20 23:23:06.922 INFO O| Dec 20 23:23:06.922 INFO STEP 179 (remove_files) COMPLETE
49072024-12-20T23:23:08.758Z[ recovery-image] Dec 20 23:23:06.922 INFO O| Dec 20 23:23:06.922 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-12-20T23:23:08.795Z[ recovery-image] Dec 20 23:23:06.962 INFO O| Dec 20 23:23:06.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
49092024-12-20T23:23:08.795Z[ recovery-image] Dec 20 23:23:06.962 INFO O| Dec 20 23:23:06.962 INFO STEP 180 (remove_files) COMPLETE
49102024-12-20T23:23:08.797Z[ recovery-image] Dec 20 23:23:06.962 INFO O| Dec 20 23:23:06.962 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-12-20T23:23:08.841Z[ recovery-image] Dec 20 23:23:07.008 INFO O| Dec 20 23:23:07.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
49122024-12-20T23:23:08.841Z[ recovery-image] Dec 20 23:23:07.008 INFO O| Dec 20 23:23:07.008 INFO STEP 181 (remove_files) COMPLETE
49132024-12-20T23:23:08.841Z[ recovery-image] Dec 20 23:23:07.008 INFO O| Dec 20 23:23:07.008 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-12-20T23:23:08.896Z[ recovery-image] Dec 20 23:23:07.063 INFO O| Dec 20 23:23:07.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49152024-12-20T23:23:08.896Z[ recovery-image] Dec 20 23:23:07.063 INFO O| Dec 20 23:23:07.063 INFO STEP 182 (remove_files) COMPLETE
49162024-12-20T23:23:08.896Z[ recovery-image] Dec 20 23:23:07.063 INFO O| Dec 20 23:23:07.063 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-12-20T23:23:08.933Z[ recovery-image] Dec 20 23:23:07.100 INFO O| Dec 20 23:23:07.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49182024-12-20T23:23:08.943Z[ recovery-image] Dec 20 23:23:07.110 INFO O| Dec 20 23:23:07.110 INFO STEP 183 (remove_files) COMPLETE
49192024-12-20T23:23:08.943Z[ recovery-image] Dec 20 23:23:07.110 INFO O| Dec 20 23:23:07.110 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-12-20T23:23:08.980Z[ recovery-image] Dec 20 23:23:07.146 INFO O| Dec 20 23:23:07.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49212024-12-20T23:23:08.982Z[ recovery-image] Dec 20 23:23:07.147 INFO O| Dec 20 23:23:07.146 INFO STEP 184 (remove_files) COMPLETE
49222024-12-20T23:23:08.982Z[ recovery-image] Dec 20 23:23:07.147 INFO O| Dec 20 23:23:07.147 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-12-20T23:23:09.007Z[ recovery-image] Dec 20 23:23:07.173 INFO O| Dec 20 23:23:07.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49242024-12-20T23:23:09.011Z[ recovery-image] Dec 20 23:23:07.174 INFO O| Dec 20 23:23:07.174 INFO STEP 185 (remove_files) COMPLETE
49252024-12-20T23:23:09.011Z[ recovery-image] Dec 20 23:23:07.174 INFO O| Dec 20 23:23:07.174 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-12-20T23:23:09.034Z[ recovery-image] Dec 20 23:23:07.201 INFO O| Dec 20 23:23:07.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49272024-12-20T23:23:09.034Z[ recovery-image] Dec 20 23:23:07.201 INFO O| Dec 20 23:23:07.201 INFO STEP 186 (remove_files) COMPLETE
49282024-12-20T23:23:09.034Z[ recovery-image] Dec 20 23:23:07.201 INFO O| Dec 20 23:23:07.201 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-12-20T23:23:09.061Z[ recovery-image] Dec 20 23:23:07.228 INFO O| Dec 20 23:23:07.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49302024-12-20T23:23:09.061Z[ recovery-image] Dec 20 23:23:07.228 INFO O| Dec 20 23:23:07.228 INFO STEP 187 (remove_files) COMPLETE
49312024-12-20T23:23:09.061Z[ recovery-image] Dec 20 23:23:07.228 INFO O| Dec 20 23:23:07.228 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-12-20T23:23:09.105Z[ recovery-image] Dec 20 23:23:07.271 INFO O| Dec 20 23:23:07.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49332024-12-20T23:23:09.105Z[ recovery-image] Dec 20 23:23:07.272 INFO O| Dec 20 23:23:07.271 INFO STEP 188 (remove_files) COMPLETE
49342024-12-20T23:23:09.109Z[ recovery-image] Dec 20 23:23:07.272 INFO O| Dec 20 23:23:07.272 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-12-20T23:23:09.146Z[ recovery-image] Dec 20 23:23:07.313 INFO O| Dec 20 23:23:07.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49362024-12-20T23:23:09.146Z[ recovery-image] Dec 20 23:23:07.313 INFO O| Dec 20 23:23:07.313 INFO STEP 189 (remove_files) COMPLETE
49372024-12-20T23:23:09.150Z[ recovery-image] Dec 20 23:23:07.313 INFO O| Dec 20 23:23:07.313 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-12-20T23:23:09.175Z[ recovery-image] Dec 20 23:23:07.341 INFO O| Dec 20 23:23:07.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49392024-12-20T23:23:09.175Z[ recovery-image] Dec 20 23:23:07.341 INFO O| Dec 20 23:23:07.341 INFO STEP 190 (remove_files) COMPLETE
49402024-12-20T23:23:09.175Z[ recovery-image] Dec 20 23:23:07.342 INFO O| Dec 20 23:23:07.341 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-12-20T23:23:09.203Z[ recovery-image] Dec 20 23:23:07.368 INFO O| Dec 20 23:23:07.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
49422024-12-20T23:23:09.203Z[ recovery-image] Dec 20 23:23:07.368 INFO O| Dec 20 23:23:07.368 INFO STEP 191 (remove_files) COMPLETE
49432024-12-20T23:23:09.203Z[ recovery-image] Dec 20 23:23:07.368 INFO O| Dec 20 23:23:07.368 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-12-20T23:23:09.233Z[ recovery-image] Dec 20 23:23:07.399 INFO O| Dec 20 23:23:07.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49452024-12-20T23:23:09.233Z[ recovery-image] Dec 20 23:23:07.399 INFO O| Dec 20 23:23:07.399 INFO STEP 192 (remove_files) COMPLETE
49462024-12-20T23:23:09.236Z[ recovery-image] Dec 20 23:23:07.400 INFO O| Dec 20 23:23:07.399 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-12-20T23:23:09.260Z[ recovery-image] Dec 20 23:23:07.427 INFO O| Dec 20 23:23:07.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49482024-12-20T23:23:09.260Z[ recovery-image] Dec 20 23:23:07.427 INFO O| Dec 20 23:23:07.427 INFO STEP 193 (remove_files) COMPLETE
49492024-12-20T23:23:09.260Z[ recovery-image] Dec 20 23:23:07.427 INFO O| Dec 20 23:23:07.427 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-12-20T23:23:09.295Z[ recovery-image] Dec 20 23:23:07.462 INFO O| Dec 20 23:23:07.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49512024-12-20T23:23:09.295Z[ recovery-image] Dec 20 23:23:07.462 INFO O| Dec 20 23:23:07.462 INFO STEP 194 (remove_files) COMPLETE
49522024-12-20T23:23:09.295Z[ recovery-image] Dec 20 23:23:07.462 INFO O| Dec 20 23:23:07.462 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-12-20T23:23:09.323Z[ recovery-image] Dec 20 23:23:07.490 INFO O| Dec 20 23:23:07.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49542024-12-20T23:23:09.323Z[ recovery-image] Dec 20 23:23:07.490 INFO O| Dec 20 23:23:07.490 INFO STEP 195 (remove_files) COMPLETE
49552024-12-20T23:23:09.323Z[ recovery-image] Dec 20 23:23:07.490 INFO O| Dec 20 23:23:07.490 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-12-20T23:23:09.356Z[ recovery-image] Dec 20 23:23:07.523 INFO O| Dec 20 23:23:07.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49572024-12-20T23:23:09.359Z[ recovery-image] Dec 20 23:23:07.523 INFO O| Dec 20 23:23:07.523 INFO STEP 196 (remove_files) COMPLETE
49582024-12-20T23:23:09.359Z[ recovery-image] Dec 20 23:23:07.524 INFO O| Dec 20 23:23:07.523 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-12-20T23:23:09.417Z[ recovery-image] Dec 20 23:23:07.583 INFO O| Dec 20 23:23:07.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49602024-12-20T23:23:09.419Z[ recovery-image] Dec 20 23:23:07.584 INFO O| Dec 20 23:23:07.584 INFO STEP 197 (remove_files) COMPLETE
49612024-12-20T23:23:09.419Z[ recovery-image] Dec 20 23:23:07.584 INFO O| Dec 20 23:23:07.584 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-12-20T23:23:09.495Z[ recovery-image] Dec 20 23:23:07.662 INFO O| Dec 20 23:23:07.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49632024-12-20T23:23:09.498Z[ recovery-image] Dec 20 23:23:07.662 INFO O| Dec 20 23:23:07.662 INFO STEP 198 (remove_files) COMPLETE
49642024-12-20T23:23:09.498Z[ recovery-image] Dec 20 23:23:07.662 INFO O| Dec 20 23:23:07.662 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-12-20T23:23:09.529Z[ recovery-image] Dec 20 23:23:07.696 INFO O| Dec 20 23:23:07.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49662024-12-20T23:23:09.532Z[ recovery-image] Dec 20 23:23:07.696 INFO O| Dec 20 23:23:07.696 INFO STEP 199 (remove_files) COMPLETE
49672024-12-20T23:23:09.532Z[ recovery-image] Dec 20 23:23:07.696 INFO O| Dec 20 23:23:07.696 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-12-20T23:23:09.573Z[ recovery-image] Dec 20 23:23:07.739 INFO O| Dec 20 23:23:07.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49692024-12-20T23:23:09.573Z[ recovery-image] Dec 20 23:23:07.740 INFO O| Dec 20 23:23:07.739 INFO STEP 200 (remove_files) COMPLETE
49702024-12-20T23:23:09.575Z[ recovery-image] Dec 20 23:23:07.740 INFO O| Dec 20 23:23:07.740 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-12-20T23:23:09.619Z[ recovery-image] Dec 20 23:23:07.786 INFO O| Dec 20 23:23:07.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49722024-12-20T23:23:09.619Z[ recovery-image] Dec 20 23:23:07.786 INFO O| Dec 20 23:23:07.786 INFO STEP 201 (remove_files) COMPLETE
49732024-12-20T23:23:09.619Z[ recovery-image] Dec 20 23:23:07.786 INFO O| Dec 20 23:23:07.786 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-12-20T23:23:09.648Z[ recovery-image] Dec 20 23:23:07.815 INFO O| Dec 20 23:23:07.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49752024-12-20T23:23:09.648Z[ recovery-image] Dec 20 23:23:07.815 INFO O| Dec 20 23:23:07.815 INFO STEP 202 (remove_files) COMPLETE
49762024-12-20T23:23:09.648Z[ recovery-image] Dec 20 23:23:07.815 INFO O| Dec 20 23:23:07.815 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-12-20T23:23:09.690Z[ recovery-image] Dec 20 23:23:07.856 INFO O| Dec 20 23:23:07.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49782024-12-20T23:23:09.690Z[ recovery-image] Dec 20 23:23:07.856 INFO O| Dec 20 23:23:07.856 INFO STEP 203 (remove_files) COMPLETE
49792024-12-20T23:23:09.690Z[ recovery-image] Dec 20 23:23:07.857 INFO O| Dec 20 23:23:07.856 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-12-20T23:23:09.725Z[ recovery-image] Dec 20 23:23:07.891 INFO O| Dec 20 23:23:07.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49812024-12-20T23:23:09.725Z[ recovery-image] Dec 20 23:23:07.892 INFO O| Dec 20 23:23:07.891 INFO STEP 204 (remove_files) COMPLETE
49822024-12-20T23:23:09.727Z[ recovery-image] Dec 20 23:23:07.892 INFO O| Dec 20 23:23:07.892 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-12-20T23:23:09.778Z[ recovery-image] Dec 20 23:23:07.921 INFO O| Dec 20 23:23:07.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49842024-12-20T23:23:09.778Z[ recovery-image] Dec 20 23:23:07.921 INFO O| Dec 20 23:23:07.921 INFO STEP 205 (remove_files) COMPLETE
49852024-12-20T23:23:09.778Z[ recovery-image] Dec 20 23:23:07.921 INFO O| Dec 20 23:23:07.921 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-12-20T23:23:09.790Z[ recovery-image] Dec 20 23:23:07.957 INFO O| Dec 20 23:23:07.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49872024-12-20T23:23:09.790Z[ recovery-image] Dec 20 23:23:07.957 INFO O| Dec 20 23:23:07.957 INFO STEP 206 (remove_files) COMPLETE
49882024-12-20T23:23:09.792Z[ recovery-image] Dec 20 23:23:07.957 INFO O| Dec 20 23:23:07.957 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-12-20T23:23:09.824Z[ recovery-image] Dec 20 23:23:07.991 INFO O| Dec 20 23:23:07.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49902024-12-20T23:23:09.825Z[ recovery-image] Dec 20 23:23:07.991 INFO O| Dec 20 23:23:07.991 INFO STEP 207 (remove_files) COMPLETE
49912024-12-20T23:23:09.825Z[ recovery-image] Dec 20 23:23:07.991 INFO O| Dec 20 23:23:07.991 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-12-20T23:23:09.894Z[ recovery-image] Dec 20 23:23:08.061 INFO O| Dec 20 23:23:08.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49932024-12-20T23:23:09.894Z[ recovery-image] Dec 20 23:23:08.061 INFO O| Dec 20 23:23:08.061 INFO STEP 208 (remove_files) COMPLETE
49942024-12-20T23:23:09.894Z[ recovery-image] Dec 20 23:23:08.061 INFO O| Dec 20 23:23:08.061 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-12-20T23:23:09.933Z[ recovery-image] Dec 20 23:23:08.099 INFO O| Dec 20 23:23:08.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49962024-12-20T23:23:09.933Z[ recovery-image] Dec 20 23:23:08.099 INFO O| Dec 20 23:23:08.099 INFO STEP 209 (remove_files) COMPLETE
49972024-12-20T23:23:09.933Z[ recovery-image] Dec 20 23:23:08.099 INFO O| Dec 20 23:23:08.099 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-12-20T23:23:09.959Z[ recovery-image] Dec 20 23:23:08.126 INFO O| Dec 20 23:23:08.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49992024-12-20T23:23:09.959Z[ recovery-image] Dec 20 23:23:08.126 INFO O| Dec 20 23:23:08.126 INFO STEP 210 (remove_files) COMPLETE
50002024-12-20T23:23:09.959Z[ recovery-image] Dec 20 23:23:08.126 INFO O| Dec 20 23:23:08.126 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-12-20T23:23:09.999Z[ recovery-image] Dec 20 23:23:08.166 INFO O| Dec 20 23:23:08.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
50022024-12-20T23:23:10.003Z[ recovery-image] Dec 20 23:23:08.166 INFO O| Dec 20 23:23:08.166 INFO STEP 211 (remove_files) COMPLETE
50032024-12-20T23:23:10.003Z[ recovery-image] Dec 20 23:23:08.166 INFO O| Dec 20 23:23:08.166 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-12-20T23:23:10.040Z[ recovery-image] Dec 20 23:23:08.207 INFO O| Dec 20 23:23:08.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
50052024-12-20T23:23:10.043Z[ recovery-image] Dec 20 23:23:08.207 INFO O| Dec 20 23:23:08.207 INFO STEP 212 (remove_files) COMPLETE
50062024-12-20T23:23:10.043Z[ recovery-image] Dec 20 23:23:08.207 INFO O| Dec 20 23:23:08.207 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-12-20T23:23:10.068Z[ recovery-image] Dec 20 23:23:08.234 INFO O| Dec 20 23:23:08.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
50082024-12-20T23:23:10.071Z[ recovery-image] Dec 20 23:23:08.235 INFO O| Dec 20 23:23:08.235 INFO STEP 213 (remove_files) COMPLETE
50092024-12-20T23:23:10.071Z[ recovery-image] Dec 20 23:23:08.235 INFO O| Dec 20 23:23:08.235 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-12-20T23:23:10.108Z[ recovery-image] Dec 20 23:23:08.274 INFO O| Dec 20 23:23:08.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
50112024-12-20T23:23:10.108Z[ recovery-image] Dec 20 23:23:08.275 INFO O| Dec 20 23:23:08.274 INFO STEP 214 (remove_files) COMPLETE
50122024-12-20T23:23:10.108Z[ recovery-image] Dec 20 23:23:08.275 INFO O| Dec 20 23:23:08.274 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-12-20T23:23:10.155Z[ recovery-image] Dec 20 23:23:08.314 INFO O| Dec 20 23:23:08.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
50142024-12-20T23:23:10.155Z[ recovery-image] Dec 20 23:23:08.314 INFO O| Dec 20 23:23:08.314 INFO STEP 215 (remove_files) COMPLETE
50152024-12-20T23:23:10.155Z[ recovery-image] Dec 20 23:23:08.314 INFO O| Dec 20 23:23:08.314 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-12-20T23:23:10.175Z[ recovery-image] Dec 20 23:23:08.342 INFO O| Dec 20 23:23:08.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
50172024-12-20T23:23:10.176Z[ recovery-image] Dec 20 23:23:08.342 INFO O| Dec 20 23:23:08.342 INFO STEP 216 (remove_files) COMPLETE
50182024-12-20T23:23:10.176Z[ recovery-image] Dec 20 23:23:08.342 INFO O| Dec 20 23:23:08.342 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-12-20T23:23:10.204Z[ recovery-image] Dec 20 23:23:08.370 INFO O| Dec 20 23:23:08.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50202024-12-20T23:23:10.209Z[ recovery-image] Dec 20 23:23:08.371 INFO O| Dec 20 23:23:08.371 INFO STEP 217 (remove_files) COMPLETE
50212024-12-20T23:23:10.210Z[ recovery-image] Dec 20 23:23:08.371 INFO O| Dec 20 23:23:08.371 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-12-20T23:23:10.235Z[ recovery-image] Dec 20 23:23:08.401 INFO O| Dec 20 23:23:08.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50232024-12-20T23:23:10.235Z[ recovery-image] Dec 20 23:23:08.401 INFO O| Dec 20 23:23:08.401 INFO STEP 218 (remove_files) COMPLETE
50242024-12-20T23:23:10.239Z[ recovery-image] Dec 20 23:23:08.402 INFO O| Dec 20 23:23:08.401 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-12-20T23:23:10.264Z[ recovery-image] Dec 20 23:23:08.430 INFO O| Dec 20 23:23:08.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50262024-12-20T23:23:10.264Z[ recovery-image] Dec 20 23:23:08.430 INFO O| Dec 20 23:23:08.430 INFO STEP 219 (remove_files) COMPLETE
50272024-12-20T23:23:10.264Z[ recovery-image] Dec 20 23:23:08.430 INFO O| Dec 20 23:23:08.430 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-12-20T23:23:10.291Z[ recovery-image] Dec 20 23:23:08.458 INFO O| Dec 20 23:23:08.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50292024-12-20T23:23:10.291Z[ recovery-image] Dec 20 23:23:08.458 INFO O| Dec 20 23:23:08.458 INFO STEP 220 (remove_files) COMPLETE
50302024-12-20T23:23:10.291Z[ recovery-image] Dec 20 23:23:08.458 INFO O| Dec 20 23:23:08.458 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-12-20T23:23:10.334Z[ recovery-image] Dec 20 23:23:08.500 INFO O| Dec 20 23:23:08.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50322024-12-20T23:23:10.334Z[ recovery-image] Dec 20 23:23:08.500 INFO O| Dec 20 23:23:08.500 INFO STEP 221 (remove_files) COMPLETE
50332024-12-20T23:23:10.334Z[ recovery-image] Dec 20 23:23:08.500 INFO O| Dec 20 23:23:08.500 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-12-20T23:23:10.361Z[ recovery-image] Dec 20 23:23:08.526 INFO O| Dec 20 23:23:08.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50352024-12-20T23:23:10.361Z[ recovery-image] Dec 20 23:23:08.526 INFO O| Dec 20 23:23:08.526 INFO STEP 222 (remove_files) COMPLETE
50362024-12-20T23:23:10.361Z[ recovery-image] Dec 20 23:23:08.527 INFO O| Dec 20 23:23:08.526 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-12-20T23:23:10.390Z[ recovery-image] Dec 20 23:23:08.555 INFO O| Dec 20 23:23:08.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50382024-12-20T23:23:10.390Z[ recovery-image] Dec 20 23:23:08.555 INFO O| Dec 20 23:23:08.555 INFO STEP 223 (remove_files) COMPLETE
50392024-12-20T23:23:10.390Z[ recovery-image] Dec 20 23:23:08.555 INFO O| Dec 20 23:23:08.555 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-12-20T23:23:10.436Z[ recovery-image] Dec 20 23:23:08.603 INFO O| Dec 20 23:23:08.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50412024-12-20T23:23:10.436Z[ recovery-image] Dec 20 23:23:08.603 INFO O| Dec 20 23:23:08.603 INFO STEP 224 (remove_files) COMPLETE
50422024-12-20T23:23:10.436Z[ recovery-image] Dec 20 23:23:08.603 INFO O| Dec 20 23:23:08.603 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-12-20T23:23:10.484Z[ recovery-image] Dec 20 23:23:08.649 INFO O| Dec 20 23:23:08.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50442024-12-20T23:23:10.484Z[ recovery-image] Dec 20 23:23:08.649 INFO O| Dec 20 23:23:08.649 INFO STEP 225 (remove_files) COMPLETE
50452024-12-20T23:23:10.484Z[ recovery-image] Dec 20 23:23:08.649 INFO O| Dec 20 23:23:08.649 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-12-20T23:23:10.509Z[ recovery-image] Dec 20 23:23:08.675 INFO O| Dec 20 23:23:08.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50472024-12-20T23:23:10.509Z[ recovery-image] Dec 20 23:23:08.675 INFO O| Dec 20 23:23:08.675 INFO STEP 226 (remove_files) COMPLETE
50482024-12-20T23:23:10.509Z[ recovery-image] Dec 20 23:23:08.675 INFO O| Dec 20 23:23:08.675 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-12-20T23:23:10.538Z[ recovery-image] Dec 20 23:23:08.704 INFO O| Dec 20 23:23:08.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50502024-12-20T23:23:10.538Z[ recovery-image] Dec 20 23:23:08.704 INFO O| Dec 20 23:23:08.704 INFO STEP 227 (remove_files) COMPLETE
50512024-12-20T23:23:10.538Z[ recovery-image] Dec 20 23:23:08.704 INFO O| Dec 20 23:23:08.704 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-12-20T23:23:10.573Z[ recovery-image] Dec 20 23:23:08.740 INFO O| Dec 20 23:23:08.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50532024-12-20T23:23:10.573Z[ recovery-image] Dec 20 23:23:08.740 INFO O| Dec 20 23:23:08.740 INFO STEP 228 (remove_files) COMPLETE
50542024-12-20T23:23:10.573Z[ recovery-image] Dec 20 23:23:08.740 INFO O| Dec 20 23:23:08.740 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-12-20T23:23:10.614Z[ recovery-image] Dec 20 23:23:08.780 INFO O| Dec 20 23:23:08.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50562024-12-20T23:23:10.614Z[ recovery-image] Dec 20 23:23:08.781 INFO O| Dec 20 23:23:08.780 INFO STEP 229 (remove_files) COMPLETE
50572024-12-20T23:23:10.614Z[ recovery-image] Dec 20 23:23:08.781 INFO O| Dec 20 23:23:08.781 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-12-20T23:23:10.640Z[ recovery-image] Dec 20 23:23:08.807 INFO O| Dec 20 23:23:08.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50592024-12-20T23:23:10.640Z[ recovery-image] Dec 20 23:23:08.807 INFO O| Dec 20 23:23:08.807 INFO STEP 230 (remove_files) COMPLETE
50602024-12-20T23:23:10.640Z[ recovery-image] Dec 20 23:23:08.807 INFO O| Dec 20 23:23:08.807 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-12-20T23:23:10.677Z[ recovery-image] Dec 20 23:23:08.844 INFO O| Dec 20 23:23:08.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50622024-12-20T23:23:10.680Z[ recovery-image] Dec 20 23:23:08.844 INFO O| Dec 20 23:23:08.844 INFO STEP 231 (remove_files) COMPLETE
50632024-12-20T23:23:10.681Z[ recovery-image] Dec 20 23:23:08.844 INFO O| Dec 20 23:23:08.844 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-12-20T23:23:10.729Z[ recovery-image] Dec 20 23:23:08.880 INFO O| Dec 20 23:23:08.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50652024-12-20T23:23:10.729Z[ recovery-image] Dec 20 23:23:08.881 INFO O| Dec 20 23:23:08.881 INFO STEP 232 (remove_files) COMPLETE
50662024-12-20T23:23:10.733Z[ recovery-image] Dec 20 23:23:08.881 INFO O| Dec 20 23:23:08.881 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-12-20T23:23:10.766Z[ recovery-image] Dec 20 23:23:08.931 INFO O| Dec 20 23:23:08.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50682024-12-20T23:23:10.770Z[ recovery-image] Dec 20 23:23:08.931 INFO O| Dec 20 23:23:08.931 INFO STEP 233 (remove_files) COMPLETE
50692024-12-20T23:23:10.770Z[ recovery-image] Dec 20 23:23:08.931 INFO O| Dec 20 23:23:08.931 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-12-20T23:23:10.801Z[ recovery-image] Dec 20 23:23:08.968 INFO O| Dec 20 23:23:08.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50712024-12-20T23:23:10.802Z[ recovery-image] Dec 20 23:23:08.968 INFO O| Dec 20 23:23:08.968 INFO STEP 234 (remove_files) COMPLETE
50722024-12-20T23:23:10.802Z[ recovery-image] Dec 20 23:23:08.968 INFO O| Dec 20 23:23:08.968 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-12-20T23:23:10.835Z[ recovery-image] Dec 20 23:23:09.001 INFO O| Dec 20 23:23:09.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50742024-12-20T23:23:10.835Z[ recovery-image] Dec 20 23:23:09.002 INFO O| Dec 20 23:23:09.001 INFO STEP 235 (remove_files) COMPLETE
50752024-12-20T23:23:10.835Z[ recovery-image] Dec 20 23:23:09.002 INFO O| Dec 20 23:23:09.001 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-12-20T23:23:10.863Z[ recovery-image] Dec 20 23:23:09.029 INFO O| Dec 20 23:23:09.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50772024-12-20T23:23:10.863Z[ recovery-image] Dec 20 23:23:09.029 INFO O| Dec 20 23:23:09.029 INFO STEP 236 (remove_files) COMPLETE
50782024-12-20T23:23:10.863Z[ recovery-image] Dec 20 23:23:09.030 INFO O| Dec 20 23:23:09.029 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-12-20T23:23:10.898Z[ recovery-image] Dec 20 23:23:09.064 INFO O| Dec 20 23:23:09.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50802024-12-20T23:23:10.901Z[ recovery-image] Dec 20 23:23:09.065 INFO O| Dec 20 23:23:09.065 INFO STEP 237 (remove_files) COMPLETE
50812024-12-20T23:23:10.901Z[ recovery-image] Dec 20 23:23:09.065 INFO O| Dec 20 23:23:09.065 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-12-20T23:23:10.928Z[ recovery-image] Dec 20 23:23:09.093 INFO O| Dec 20 23:23:09.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50832024-12-20T23:23:10.930Z[ recovery-image] Dec 20 23:23:09.093 INFO O| Dec 20 23:23:09.093 INFO STEP 238 (remove_files) COMPLETE
50842024-12-20T23:23:10.931Z[ recovery-image] Dec 20 23:23:09.093 INFO O| Dec 20 23:23:09.093 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-12-20T23:23:10.987Z[ recovery-image] Dec 20 23:23:09.154 INFO O| Dec 20 23:23:09.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50862024-12-20T23:23:10.990Z[ recovery-image] Dec 20 23:23:09.154 INFO O| Dec 20 23:23:09.154 INFO STEP 239 (remove_files) COMPLETE
50872024-12-20T23:23:10.990Z[ recovery-image] Dec 20 23:23:09.154 INFO O| Dec 20 23:23:09.154 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-12-20T23:23:11.016Z[ recovery-image] Dec 20 23:23:09.183 INFO O| Dec 20 23:23:09.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50892024-12-20T23:23:11.019Z[ recovery-image] Dec 20 23:23:09.183 INFO O| Dec 20 23:23:09.183 INFO STEP 240 (remove_files) COMPLETE
50902024-12-20T23:23:11.019Z[ recovery-image] Dec 20 23:23:09.183 INFO O| Dec 20 23:23:09.183 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-12-20T23:23:11.058Z[ recovery-image] Dec 20 23:23:09.225 INFO O| Dec 20 23:23:09.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50922024-12-20T23:23:11.061Z[ recovery-image] Dec 20 23:23:09.225 INFO O| Dec 20 23:23:09.225 INFO STEP 241 (remove_files) COMPLETE
50932024-12-20T23:23:11.062Z[ recovery-image] Dec 20 23:23:09.225 INFO O| Dec 20 23:23:09.225 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-12-20T23:23:11.086Z[ recovery-image] Dec 20 23:23:09.252 INFO O| Dec 20 23:23:09.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50952024-12-20T23:23:11.107Z[ recovery-image] Dec 20 23:23:09.274 INFO O| Dec 20 23:23:09.274 INFO STEP 242 (remove_files) COMPLETE
50962024-12-20T23:23:11.107Z[ recovery-image] Dec 20 23:23:09.274 INFO O| Dec 20 23:23:09.274 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-12-20T23:23:11.155Z[ recovery-image] Dec 20 23:23:09.322 INFO O| Dec 20 23:23:09.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50982024-12-20T23:23:11.158Z[ recovery-image] Dec 20 23:23:09.322 INFO O| Dec 20 23:23:09.322 INFO STEP 243 (remove_files) COMPLETE
50992024-12-20T23:23:11.159Z[ recovery-image] Dec 20 23:23:09.322 INFO O| Dec 20 23:23:09.322 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-12-20T23:23:11.183Z[ recovery-image] Dec 20 23:23:09.349 INFO O| Dec 20 23:23:09.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
51012024-12-20T23:23:11.183Z[ recovery-image] Dec 20 23:23:09.349 INFO O| Dec 20 23:23:09.349 INFO STEP 244 (remove_files) COMPLETE
51022024-12-20T23:23:11.185Z[ recovery-image] Dec 20 23:23:09.350 INFO O| Dec 20 23:23:09.349 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-12-20T23:23:11.212Z[ recovery-image] Dec 20 23:23:09.377 INFO O| Dec 20 23:23:09.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
51042024-12-20T23:23:11.212Z[ recovery-image] Dec 20 23:23:09.377 INFO O| Dec 20 23:23:09.377 INFO STEP 245 (remove_files) COMPLETE
51052024-12-20T23:23:11.212Z[ recovery-image] Dec 20 23:23:09.377 INFO O| Dec 20 23:23:09.377 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-12-20T23:23:11.255Z[ recovery-image] Dec 20 23:23:09.422 INFO O| Dec 20 23:23:09.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
51072024-12-20T23:23:11.255Z[ recovery-image] Dec 20 23:23:09.422 INFO O| Dec 20 23:23:09.422 INFO STEP 246 (remove_files) COMPLETE
51082024-12-20T23:23:11.255Z[ recovery-image] Dec 20 23:23:09.422 INFO O| Dec 20 23:23:09.422 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-12-20T23:23:11.317Z[ recovery-image] Dec 20 23:23:09.483 INFO O| Dec 20 23:23:09.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51102024-12-20T23:23:11.317Z[ recovery-image] Dec 20 23:23:09.483 INFO O| Dec 20 23:23:09.483 INFO STEP 247 (remove_files) COMPLETE
51112024-12-20T23:23:11.320Z[ recovery-image] Dec 20 23:23:09.483 INFO O| Dec 20 23:23:09.483 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-12-20T23:23:11.343Z[ recovery-image] Dec 20 23:23:09.510 INFO O| Dec 20 23:23:09.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51132024-12-20T23:23:11.343Z[ recovery-image] Dec 20 23:23:09.510 INFO O| Dec 20 23:23:09.510 INFO STEP 248 (remove_files) COMPLETE
51142024-12-20T23:23:11.346Z[ recovery-image] Dec 20 23:23:09.510 INFO O| Dec 20 23:23:09.510 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-12-20T23:23:11.370Z[ recovery-image] Dec 20 23:23:09.537 INFO O| Dec 20 23:23:09.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51162024-12-20T23:23:11.371Z[ recovery-image] Dec 20 23:23:09.537 INFO O| Dec 20 23:23:09.537 INFO STEP 249 (remove_files) COMPLETE
51172024-12-20T23:23:11.376Z[ recovery-image] Dec 20 23:23:09.537 INFO O| Dec 20 23:23:09.537 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-12-20T23:23:11.407Z[ recovery-image] Dec 20 23:23:09.573 INFO O| Dec 20 23:23:09.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51192024-12-20T23:23:11.407Z[ recovery-image] Dec 20 23:23:09.573 INFO O| Dec 20 23:23:09.573 INFO STEP 250 (remove_files) COMPLETE
51202024-12-20T23:23:11.407Z[ recovery-image] Dec 20 23:23:09.573 INFO O| Dec 20 23:23:09.573 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-12-20T23:23:11.472Z[ recovery-image] Dec 20 23:23:09.637 INFO O| Dec 20 23:23:09.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51222024-12-20T23:23:11.472Z[ recovery-image] Dec 20 23:23:09.637 INFO O| Dec 20 23:23:09.637 INFO STEP 251 (remove_files) COMPLETE
51232024-12-20T23:23:11.472Z[ recovery-image] Dec 20 23:23:09.638 INFO O| Dec 20 23:23:09.637 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-12-20T23:23:11.497Z[ recovery-image] Dec 20 23:23:09.663 INFO O| Dec 20 23:23:09.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51252024-12-20T23:23:11.497Z[ recovery-image] Dec 20 23:23:09.663 INFO O| Dec 20 23:23:09.663 INFO STEP 252 (remove_files) COMPLETE
51262024-12-20T23:23:11.497Z[ recovery-image] Dec 20 23:23:09.663 INFO O| Dec 20 23:23:09.663 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-12-20T23:23:11.582Z[ recovery-image] Dec 20 23:23:09.749 INFO O| Dec 20 23:23:09.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51282024-12-20T23:23:11.586Z[ recovery-image] Dec 20 23:23:09.749 INFO O| Dec 20 23:23:09.749 INFO STEP 253 (remove_files) COMPLETE
51292024-12-20T23:23:11.586Z[ recovery-image] Dec 20 23:23:09.749 INFO O| Dec 20 23:23:09.749 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-12-20T23:23:11.635Z[ recovery-image] Dec 20 23:23:09.801 INFO O| Dec 20 23:23:09.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51312024-12-20T23:23:11.635Z[ recovery-image] Dec 20 23:23:09.801 INFO O| Dec 20 23:23:09.801 INFO STEP 254 (remove_files) COMPLETE
51322024-12-20T23:23:11.635Z[ recovery-image] Dec 20 23:23:09.801 INFO O| Dec 20 23:23:09.801 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-12-20T23:23:11.660Z[ recovery-image] Dec 20 23:23:09.826 INFO O| Dec 20 23:23:09.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51342024-12-20T23:23:11.660Z[ recovery-image] Dec 20 23:23:09.826 INFO O| Dec 20 23:23:09.826 INFO STEP 255 (remove_files) COMPLETE
51352024-12-20T23:23:11.660Z[ recovery-image] Dec 20 23:23:09.826 INFO O| Dec 20 23:23:09.826 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-12-20T23:23:11.699Z[ recovery-image] Dec 20 23:23:09.865 INFO O| Dec 20 23:23:09.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51372024-12-20T23:23:11.699Z[ recovery-image] Dec 20 23:23:09.865 INFO O| Dec 20 23:23:09.865 INFO STEP 256 (remove_files) COMPLETE
51382024-12-20T23:23:11.699Z[ recovery-image] Dec 20 23:23:09.865 INFO O| Dec 20 23:23:09.865 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-12-20T23:23:11.716Z[ host-image] Dec 20 23:23:09.882 INFO O| Dec 20 23:23:09.882 INFO O| Planning: Solver setup ... Done
51402024-12-20T23:23:11.723Z[ host-image] Dec 20 23:23:09.889 INFO O| Dec 20 23:23:09.889 INFO O| Planning: Running solver ... Done
51412024-12-20T23:23:11.761Z[ recovery-image] Dec 20 23:23:09.926 INFO O| Dec 20 23:23:09.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51422024-12-20T23:23:11.761Z[ recovery-image] Dec 20 23:23:09.927 INFO O| Dec 20 23:23:09.927 INFO STEP 257 (remove_files) COMPLETE
51432024-12-20T23:23:11.761Z[ recovery-image] Dec 20 23:23:09.927 INFO O| Dec 20 23:23:09.927 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-12-20T23:23:11.790Z[ recovery-image] Dec 20 23:23:09.953 INFO O| Dec 20 23:23:09.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51452024-12-20T23:23:11.807Z[ recovery-image] Dec 20 23:23:09.971 INFO O| Dec 20 23:23:09.971 INFO STEP 258 (remove_files) COMPLETE
51462024-12-20T23:23:11.807Z[ recovery-image] Dec 20 23:23:09.971 INFO O| Dec 20 23:23:09.971 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-12-20T23:23:11.840Z[ recovery-image] Dec 20 23:23:10.006 INFO O| Dec 20 23:23:10.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51482024-12-20T23:23:11.840Z[ recovery-image] Dec 20 23:23:10.006 INFO O| Dec 20 23:23:10.006 INFO STEP 259 (remove_files) COMPLETE
51492024-12-20T23:23:11.840Z[ recovery-image] Dec 20 23:23:10.006 INFO O| Dec 20 23:23:10.006 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-12-20T23:23:11.846Z[ host-image] Dec 20 23:23:10.012 INFO O| Dec 20 23:23:10.012 INFO O| Planning: Finding local manifests ... Done
51512024-12-20T23:23:11.849Z[ host-image] Dec 20 23:23:10.015 INFO O| Dec 20 23:23:10.015 INFO O| Planning: Fetching manifests: 0/5 0% complete
51522024-12-20T23:23:11.872Z[ recovery-image] Dec 20 23:23:10.037 INFO O| Dec 20 23:23:10.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51532024-12-20T23:23:11.872Z[ recovery-image] Dec 20 23:23:10.037 INFO O| Dec 20 23:23:10.037 INFO STEP 260 (remove_files) COMPLETE
51542024-12-20T23:23:11.872Z[ recovery-image] Dec 20 23:23:10.038 INFO O| Dec 20 23:23:10.037 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-12-20T23:23:11.915Z[ recovery-image] Dec 20 23:23:10.081 INFO O| Dec 20 23:23:10.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51562024-12-20T23:23:11.915Z[ recovery-image] Dec 20 23:23:10.081 INFO O| Dec 20 23:23:10.081 INFO STEP 261 (remove_files) COMPLETE
51572024-12-20T23:23:11.915Z[ recovery-image] Dec 20 23:23:10.081 INFO O| Dec 20 23:23:10.081 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-12-20T23:23:11.941Z[ recovery-image] Dec 20 23:23:10.108 INFO O| Dec 20 23:23:10.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51592024-12-20T23:23:11.941Z[ recovery-image] Dec 20 23:23:10.108 INFO O| Dec 20 23:23:10.108 INFO STEP 262 (remove_files) COMPLETE
51602024-12-20T23:23:11.942Z[ recovery-image] Dec 20 23:23:10.108 INFO O| Dec 20 23:23:10.108 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-12-20T23:23:11.968Z[ recovery-image] Dec 20 23:23:10.134 INFO O| Dec 20 23:23:10.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51622024-12-20T23:23:11.984Z[ recovery-image] Dec 20 23:23:10.149 INFO O| Dec 20 23:23:10.149 INFO STEP 263 (remove_files) COMPLETE
51632024-12-20T23:23:11.984Z[ recovery-image] Dec 20 23:23:10.149 INFO O| Dec 20 23:23:10.149 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-12-20T23:23:12.043Z[ recovery-image] Dec 20 23:23:10.209 INFO O| Dec 20 23:23:10.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51652024-12-20T23:23:12.043Z[ recovery-image] Dec 20 23:23:10.210 INFO O| Dec 20 23:23:10.209 INFO STEP 264 (remove_files) COMPLETE
51662024-12-20T23:23:12.043Z[ recovery-image] Dec 20 23:23:10.210 INFO O| Dec 20 23:23:10.210 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-12-20T23:23:12.082Z[ recovery-image] Dec 20 23:23:10.248 INFO O| Dec 20 23:23:10.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51682024-12-20T23:23:12.082Z[ recovery-image] Dec 20 23:23:10.248 INFO O| Dec 20 23:23:10.248 INFO STEP 265 (remove_files) COMPLETE
51692024-12-20T23:23:12.082Z[ recovery-image] Dec 20 23:23:10.248 INFO O| Dec 20 23:23:10.248 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-12-20T23:23:12.145Z[ host-image] Dec 20 23:23:10.311 INFO O| Dec 20 23:23:10.311 INFO O| Planning: Fetching manifests: 5/5 100% complete
51712024-12-20T23:23:12.147Z[ recovery-image] Dec 20 23:23:10.313 INFO O| Dec 20 23:23:10.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51722024-12-20T23:23:12.147Z[ recovery-image] Dec 20 23:23:10.313 INFO O| Dec 20 23:23:10.313 INFO STEP 266 (remove_files) COMPLETE
51732024-12-20T23:23:12.147Z[ recovery-image] Dec 20 23:23:10.313 INFO O| Dec 20 23:23:10.313 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-12-20T23:23:12.174Z[ recovery-image] Dec 20 23:23:10.340 INFO O| Dec 20 23:23:10.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51752024-12-20T23:23:12.176Z[ recovery-image] Dec 20 23:23:10.340 INFO O| Dec 20 23:23:10.340 INFO STEP 267 (remove_files) COMPLETE
51762024-12-20T23:23:12.176Z[ recovery-image] Dec 20 23:23:10.341 INFO O| Dec 20 23:23:10.341 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-12-20T23:23:12.200Z[ recovery-image] Dec 20 23:23:10.367 INFO O| Dec 20 23:23:10.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51782024-12-20T23:23:12.203Z[ recovery-image] Dec 20 23:23:10.367 INFO O| Dec 20 23:23:10.367 INFO STEP 268 (remove_files) COMPLETE
51792024-12-20T23:23:12.203Z[ recovery-image] Dec 20 23:23:10.367 INFO O| Dec 20 23:23:10.367 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-12-20T23:23:12.237Z[ recovery-image] Dec 20 23:23:10.403 INFO O| Dec 20 23:23:10.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51812024-12-20T23:23:12.237Z[ recovery-image] Dec 20 23:23:10.403 INFO O| Dec 20 23:23:10.403 INFO STEP 269 (remove_files) COMPLETE
51822024-12-20T23:23:12.237Z[ recovery-image] Dec 20 23:23:10.403 INFO O| Dec 20 23:23:10.403 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-12-20T23:23:12.243Z[ host-image] Dec 20 23:23:10.409 INFO O| Dec 20 23:23:10.409 INFO O| Planning: Package planning ... Done
51842024-12-20T23:23:12.250Z[ host-image] Dec 20 23:23:10.416 INFO O| Dec 20 23:23:10.416 INFO O| Planning: Merging actions ... Done
51852024-12-20T23:23:12.294Z[ recovery-image] Dec 20 23:23:10.460 INFO O| Dec 20 23:23:10.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51862024-12-20T23:23:12.294Z[ recovery-image] Dec 20 23:23:10.460 INFO O| Dec 20 23:23:10.460 INFO STEP 270 (remove_files) COMPLETE
51872024-12-20T23:23:12.297Z[ recovery-image] Dec 20 23:23:10.461 INFO O| Dec 20 23:23:10.460 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-12-20T23:23:12.323Z[ recovery-image] Dec 20 23:23:10.489 INFO O| Dec 20 23:23:10.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51892024-12-20T23:23:12.341Z[ recovery-image] Dec 20 23:23:10.507 INFO O| Dec 20 23:23:10.507 INFO STEP 271 (remove_files) COMPLETE
51902024-12-20T23:23:12.341Z[ recovery-image] Dec 20 23:23:10.507 INFO O| Dec 20 23:23:10.507 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-12-20T23:23:12.389Z[ recovery-image] Dec 20 23:23:10.556 INFO O| Dec 20 23:23:10.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51922024-12-20T23:23:12.392Z[ recovery-image] Dec 20 23:23:10.556 INFO O| Dec 20 23:23:10.556 INFO STEP 272 (remove_files) COMPLETE
51932024-12-20T23:23:12.392Z[ recovery-image] Dec 20 23:23:10.556 INFO O| Dec 20 23:23:10.556 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-12-20T23:23:12.424Z[ host-image] Dec 20 23:23:10.590 INFO O| Dec 20 23:23:10.589 INFO O| Planning: Checking for conflicting actions ... Done
51952024-12-20T23:23:12.426Z[ host-image] Dec 20 23:23:10.592 INFO O| Dec 20 23:23:10.592 INFO O| Planning: Consolidating action changes ... Done
51962024-12-20T23:23:12.431Z[ recovery-image] Dec 20 23:23:10.597 INFO O| Dec 20 23:23:10.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51972024-12-20T23:23:12.431Z[ recovery-image] Dec 20 23:23:10.597 INFO O| Dec 20 23:23:10.597 INFO STEP 273 (remove_files) COMPLETE
51982024-12-20T23:23:12.434Z[ recovery-image] Dec 20 23:23:10.597 INFO O| Dec 20 23:23:10.597 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-12-20T23:23:12.468Z[ recovery-image] Dec 20 23:23:10.633 INFO O| Dec 20 23:23:10.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
52002024-12-20T23:23:12.471Z[ recovery-image] Dec 20 23:23:10.634 INFO O| Dec 20 23:23:10.633 INFO STEP 274 (remove_files) COMPLETE
52012024-12-20T23:23:12.471Z[ recovery-image] Dec 20 23:23:10.634 INFO O| Dec 20 23:23:10.634 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-12-20T23:23:12.494Z[ recovery-image] Dec 20 23:23:10.661 INFO O| Dec 20 23:23:10.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
52032024-12-20T23:23:12.495Z[ recovery-image] Dec 20 23:23:10.661 INFO O| Dec 20 23:23:10.661 INFO STEP 275 (remove_files) COMPLETE
52042024-12-20T23:23:12.495Z[ recovery-image] Dec 20 23:23:10.661 INFO O| Dec 20 23:23:10.661 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-12-20T23:23:12.528Z[ recovery-image] Dec 20 23:23:10.694 INFO O| Dec 20 23:23:10.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
52062024-12-20T23:23:12.530Z[ recovery-image] Dec 20 23:23:10.695 INFO O| Dec 20 23:23:10.695 INFO STEP 276 (remove_files) COMPLETE
52072024-12-20T23:23:12.530Z[ recovery-image] Dec 20 23:23:10.695 INFO O| Dec 20 23:23:10.695 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-12-20T23:23:12.563Z[ recovery-image] Dec 20 23:23:10.729 INFO O| Dec 20 23:23:10.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
52092024-12-20T23:23:12.567Z[ recovery-image] Dec 20 23:23:10.729 INFO O| Dec 20 23:23:10.729 INFO STEP 277 (remove_files) COMPLETE
52102024-12-20T23:23:12.567Z[ recovery-image] Dec 20 23:23:10.729 INFO O| Dec 20 23:23:10.729 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-12-20T23:23:12.591Z[ recovery-image] Dec 20 23:23:10.757 INFO O| Dec 20 23:23:10.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
52122024-12-20T23:23:12.591Z[ recovery-image] Dec 20 23:23:10.757 INFO O| Dec 20 23:23:10.757 INFO STEP 278 (remove_files) COMPLETE
52132024-12-20T23:23:12.594Z[ recovery-image] Dec 20 23:23:10.757 INFO O| Dec 20 23:23:10.757 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-12-20T23:23:12.617Z[ recovery-image] Dec 20 23:23:10.783 INFO O| Dec 20 23:23:10.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
52152024-12-20T23:23:12.617Z[ recovery-image] Dec 20 23:23:10.783 INFO O| Dec 20 23:23:10.783 INFO STEP 279 (remove_files) COMPLETE
52162024-12-20T23:23:12.617Z[ recovery-image] Dec 20 23:23:10.783 INFO O| Dec 20 23:23:10.783 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-12-20T23:23:12.642Z[ recovery-image] Dec 20 23:23:10.808 INFO O| Dec 20 23:23:10.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
52182024-12-20T23:23:12.642Z[ recovery-image] Dec 20 23:23:10.808 INFO O| Dec 20 23:23:10.808 INFO STEP 280 (remove_files) COMPLETE
52192024-12-20T23:23:12.644Z[ recovery-image] Dec 20 23:23:10.808 INFO O| Dec 20 23:23:10.808 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-12-20T23:23:12.682Z[ recovery-image] Dec 20 23:23:10.848 INFO O| Dec 20 23:23:10.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52212024-12-20T23:23:12.682Z[ recovery-image] Dec 20 23:23:10.848 INFO O| Dec 20 23:23:10.848 INFO STEP 281 (remove_files) COMPLETE
52222024-12-20T23:23:12.682Z[ recovery-image] Dec 20 23:23:10.848 INFO O| Dec 20 23:23:10.848 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-12-20T23:23:12.733Z[ recovery-image] Dec 20 23:23:10.899 INFO O| Dec 20 23:23:10.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52242024-12-20T23:23:12.733Z[ recovery-image] Dec 20 23:23:10.899 INFO O| Dec 20 23:23:10.899 INFO STEP 282 (remove_files) COMPLETE
52252024-12-20T23:23:12.735Z[ recovery-image] Dec 20 23:23:10.899 INFO O| Dec 20 23:23:10.899 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-12-20T23:23:12.797Z[ recovery-image] Dec 20 23:23:10.963 INFO O| Dec 20 23:23:10.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52272024-12-20T23:23:12.799Z[ recovery-image] Dec 20 23:23:10.964 INFO O| Dec 20 23:23:10.964 INFO STEP 283 (remove_files) COMPLETE
52282024-12-20T23:23:12.799Z[ recovery-image] Dec 20 23:23:10.964 INFO O| Dec 20 23:23:10.964 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-12-20T23:23:12.891Z[ recovery-image] Dec 20 23:23:11.057 INFO O| Dec 20 23:23:11.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52302024-12-20T23:23:12.891Z[ recovery-image] Dec 20 23:23:11.057 INFO O| Dec 20 23:23:11.057 INFO STEP 284 (remove_files) COMPLETE
52312024-12-20T23:23:12.894Z[ recovery-image] Dec 20 23:23:11.057 INFO O| Dec 20 23:23:11.057 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-12-20T23:23:12.916Z[ recovery-image] Dec 20 23:23:11.082 INFO O| Dec 20 23:23:11.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52332024-12-20T23:23:12.916Z[ recovery-image] Dec 20 23:23:11.082 INFO O| Dec 20 23:23:11.082 INFO STEP 285 (remove_files) COMPLETE
52342024-12-20T23:23:12.919Z[ recovery-image] Dec 20 23:23:11.083 INFO O| Dec 20 23:23:11.083 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-12-20T23:23:12.936Z[ host-image] Dec 20 23:23:11.102 INFO O| Dec 20 23:23:11.102 INFO O| Planning: Evaluating mediators ... Done
52362024-12-20T23:23:12.940Z[ host-image] Dec 20 23:23:11.104 INFO O| Dec 20 23:23:11.104 INFO O| Planning: Planning completed in 6.84 seconds
52372024-12-20T23:23:12.942Z[ host-image] Dec 20 23:23:11.107 INFO O| Dec 20 23:23:11.107 INFO O| Packages to install: 5
52382024-12-20T23:23:12.942Z[ host-image] Dec 20 23:23:11.107 INFO O| Dec 20 23:23:11.107 INFO O| Services to change: 2
52392024-12-20T23:23:12.951Z[ recovery-image] Dec 20 23:23:11.117 INFO O| Dec 20 23:23:11.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52402024-12-20T23:23:12.954Z[ recovery-image] Dec 20 23:23:11.117 INFO O| Dec 20 23:23:11.117 INFO STEP 286 (remove_files) COMPLETE
52412024-12-20T23:23:12.954Z[ recovery-image] Dec 20 23:23:11.117 INFO O| Dec 20 23:23:11.117 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-12-20T23:23:12.959Z[ host-image] Dec 20 23:23:11.126 INFO O| Dec 20 23:23:11.126 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
52432024-12-20T23:23:12.977Z[ recovery-image] Dec 20 23:23:11.142 INFO O| Dec 20 23:23:11.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52442024-12-20T23:23:12.977Z[ recovery-image] Dec 20 23:23:11.142 INFO O| Dec 20 23:23:11.142 INFO STEP 287 (remove_files) COMPLETE
52452024-12-20T23:23:12.977Z[ recovery-image] Dec 20 23:23:11.142 INFO O| Dec 20 23:23:11.142 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-12-20T23:23:13.002Z[ recovery-image] Dec 20 23:23:11.168 INFO O| Dec 20 23:23:11.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52472024-12-20T23:23:13.002Z[ recovery-image] Dec 20 23:23:11.169 INFO O| Dec 20 23:23:11.168 INFO STEP 288 (remove_files) COMPLETE
52482024-12-20T23:23:13.005Z[ recovery-image] Dec 20 23:23:11.169 INFO O| Dec 20 23:23:11.168 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-12-20T23:23:13.029Z[ recovery-image] Dec 20 23:23:11.194 INFO O| Dec 20 23:23:11.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52502024-12-20T23:23:13.029Z[ recovery-image] Dec 20 23:23:11.195 INFO O| Dec 20 23:23:11.195 INFO STEP 289 (remove_files) COMPLETE
52512024-12-20T23:23:13.032Z[ recovery-image] Dec 20 23:23:11.195 INFO O| Dec 20 23:23:11.195 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-12-20T23:23:13.053Z[ recovery-image] Dec 20 23:23:11.218 INFO O| Dec 20 23:23:11.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52532024-12-20T23:23:13.053Z[ recovery-image] Dec 20 23:23:11.219 INFO O| Dec 20 23:23:11.219 INFO STEP 290 (remove_files) COMPLETE
52542024-12-20T23:23:13.055Z[ recovery-image] Dec 20 23:23:11.219 INFO O| Dec 20 23:23:11.219 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-12-20T23:23:13.080Z[ recovery-image] Dec 20 23:23:11.246 INFO O| Dec 20 23:23:11.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52562024-12-20T23:23:13.080Z[ recovery-image] Dec 20 23:23:11.246 INFO O| Dec 20 23:23:11.246 INFO STEP 291 (remove_files) COMPLETE
52572024-12-20T23:23:13.083Z[ recovery-image] Dec 20 23:23:11.246 INFO O| Dec 20 23:23:11.246 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-12-20T23:23:13.136Z[ recovery-image] Dec 20 23:23:11.303 INFO O| Dec 20 23:23:11.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52592024-12-20T23:23:13.136Z[ recovery-image] Dec 20 23:23:11.303 INFO O| Dec 20 23:23:11.303 INFO STEP 292 (remove_files) COMPLETE
52602024-12-20T23:23:13.136Z[ recovery-image] Dec 20 23:23:11.303 INFO O| Dec 20 23:23:11.303 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-12-20T23:23:13.164Z[ recovery-image] Dec 20 23:23:11.330 INFO O| Dec 20 23:23:11.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52622024-12-20T23:23:13.167Z[ recovery-image] Dec 20 23:23:11.330 INFO O| Dec 20 23:23:11.330 INFO STEP 293 (remove_files) COMPLETE
52632024-12-20T23:23:13.167Z[ recovery-image] Dec 20 23:23:11.330 INFO O| Dec 20 23:23:11.330 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-12-20T23:23:13.191Z[ recovery-image] Dec 20 23:23:11.357 INFO O| Dec 20 23:23:11.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52652024-12-20T23:23:13.191Z[ recovery-image] Dec 20 23:23:11.357 INFO O| Dec 20 23:23:11.357 INFO STEP 294 (remove_files) COMPLETE
52662024-12-20T23:23:13.191Z[ recovery-image] Dec 20 23:23:11.357 INFO O| Dec 20 23:23:11.357 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-12-20T23:23:13.216Z[ recovery-image] Dec 20 23:23:11.382 INFO O| Dec 20 23:23:11.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52682024-12-20T23:23:13.216Z[ recovery-image] Dec 20 23:23:11.382 INFO O| Dec 20 23:23:11.382 INFO STEP 295 (remove_files) COMPLETE
52692024-12-20T23:23:13.216Z[ recovery-image] Dec 20 23:23:11.382 INFO O| Dec 20 23:23:11.382 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-12-20T23:23:13.254Z[ recovery-image] Dec 20 23:23:11.421 INFO O| Dec 20 23:23:11.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52712024-12-20T23:23:13.255Z[ recovery-image] Dec 20 23:23:11.421 INFO O| Dec 20 23:23:11.421 INFO STEP 296 (remove_files) COMPLETE
52722024-12-20T23:23:13.257Z[ recovery-image] Dec 20 23:23:11.421 INFO O| Dec 20 23:23:11.421 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-12-20T23:23:13.315Z[ recovery-image] Dec 20 23:23:11.481 INFO O| Dec 20 23:23:11.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52742024-12-20T23:23:13.315Z[ recovery-image] Dec 20 23:23:11.482 INFO O| Dec 20 23:23:11.481 INFO STEP 297 (remove_files) COMPLETE
52752024-12-20T23:23:13.315Z[ recovery-image] Dec 20 23:23:11.482 INFO O| Dec 20 23:23:11.482 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-12-20T23:23:13.340Z[ recovery-image] Dec 20 23:23:11.506 INFO O| Dec 20 23:23:11.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52772024-12-20T23:23:13.340Z[ recovery-image] Dec 20 23:23:11.507 INFO O| Dec 20 23:23:11.506 INFO STEP 298 (remove_files) COMPLETE
52782024-12-20T23:23:13.343Z[ recovery-image] Dec 20 23:23:11.507 INFO O| Dec 20 23:23:11.507 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-12-20T23:23:13.364Z[ recovery-image] Dec 20 23:23:11.530 INFO O| Dec 20 23:23:11.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52802024-12-20T23:23:13.364Z[ recovery-image] Dec 20 23:23:11.530 INFO O| Dec 20 23:23:11.530 INFO STEP 299 (remove_files) COMPLETE
52812024-12-20T23:23:13.366Z[ recovery-image] Dec 20 23:23:11.530 INFO O| Dec 20 23:23:11.530 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-12-20T23:23:13.389Z[ recovery-image] Dec 20 23:23:11.553 INFO O| Dec 20 23:23:11.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52832024-12-20T23:23:13.389Z[ recovery-image] Dec 20 23:23:11.554 INFO O| Dec 20 23:23:11.553 INFO STEP 300 (remove_files) COMPLETE
52842024-12-20T23:23:13.389Z[ recovery-image] Dec 20 23:23:11.554 INFO O| Dec 20 23:23:11.554 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-12-20T23:23:13.413Z[ recovery-image] Dec 20 23:23:11.579 INFO O| Dec 20 23:23:11.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52862024-12-20T23:23:13.413Z[ recovery-image] Dec 20 23:23:11.579 INFO O| Dec 20 23:23:11.579 INFO STEP 301 (remove_files) COMPLETE
52872024-12-20T23:23:13.416Z[ recovery-image] Dec 20 23:23:11.579 INFO O| Dec 20 23:23:11.579 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-12-20T23:23:13.474Z[ recovery-image] Dec 20 23:23:11.640 INFO O| Dec 20 23:23:11.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52892024-12-20T23:23:13.474Z[ recovery-image] Dec 20 23:23:11.640 INFO O| Dec 20 23:23:11.640 INFO STEP 302 (remove_files) COMPLETE
52902024-12-20T23:23:13.474Z[ recovery-image] Dec 20 23:23:11.641 INFO O| Dec 20 23:23:11.640 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-12-20T23:23:13.499Z[ recovery-image] Dec 20 23:23:11.665 INFO O| Dec 20 23:23:11.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52922024-12-20T23:23:13.499Z[ recovery-image] Dec 20 23:23:11.665 INFO O| Dec 20 23:23:11.665 INFO STEP 303 (remove_files) COMPLETE
52932024-12-20T23:23:13.499Z[ recovery-image] Dec 20 23:23:11.665 INFO O| Dec 20 23:23:11.665 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-12-20T23:23:13.524Z[ recovery-image] Dec 20 23:23:11.691 INFO O| Dec 20 23:23:11.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52952024-12-20T23:23:13.524Z[ recovery-image] Dec 20 23:23:11.691 INFO O| Dec 20 23:23:11.691 INFO STEP 304 (remove_files) COMPLETE
52962024-12-20T23:23:13.524Z[ recovery-image] Dec 20 23:23:11.691 INFO O| Dec 20 23:23:11.691 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-12-20T23:23:13.555Z[ recovery-image] Dec 20 23:23:11.721 INFO O| Dec 20 23:23:11.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52982024-12-20T23:23:13.559Z[ recovery-image] Dec 20 23:23:11.721 INFO O| Dec 20 23:23:11.721 INFO STEP 305 (remove_files) COMPLETE
52992024-12-20T23:23:13.559Z[ recovery-image] Dec 20 23:23:11.721 INFO O| Dec 20 23:23:11.721 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-12-20T23:23:13.582Z[ recovery-image] Dec 20 23:23:11.748 INFO O| Dec 20 23:23:11.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
53012024-12-20T23:23:13.585Z[ recovery-image] Dec 20 23:23:11.749 INFO O| Dec 20 23:23:11.749 INFO STEP 306 (remove_files) COMPLETE
53022024-12-20T23:23:13.585Z[ recovery-image] Dec 20 23:23:11.749 INFO O| Dec 20 23:23:11.749 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-12-20T23:23:13.610Z[ recovery-image] Dec 20 23:23:11.776 INFO O| Dec 20 23:23:11.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
53042024-12-20T23:23:13.610Z[ recovery-image] Dec 20 23:23:11.776 INFO O| Dec 20 23:23:11.776 INFO STEP 307 (remove_files) COMPLETE
53052024-12-20T23:23:13.610Z[ recovery-image] Dec 20 23:23:11.776 INFO O| Dec 20 23:23:11.776 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-12-20T23:23:13.641Z[ recovery-image] Dec 20 23:23:11.807 INFO O| Dec 20 23:23:11.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
53072024-12-20T23:23:13.641Z[ recovery-image] Dec 20 23:23:11.807 INFO O| Dec 20 23:23:11.807 INFO STEP 308 (remove_files) COMPLETE
53082024-12-20T23:23:13.641Z[ recovery-image] Dec 20 23:23:11.807 INFO O| Dec 20 23:23:11.807 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-12-20T23:23:13.675Z[ recovery-image] Dec 20 23:23:11.841 INFO O| Dec 20 23:23:11.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
53102024-12-20T23:23:13.675Z[ recovery-image] Dec 20 23:23:11.841 INFO O| Dec 20 23:23:11.841 INFO STEP 309 (remove_files) COMPLETE
53112024-12-20T23:23:13.675Z[ recovery-image] Dec 20 23:23:11.841 INFO O| Dec 20 23:23:11.841 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-12-20T23:23:13.716Z[ recovery-image] Dec 20 23:23:11.882 INFO O| Dec 20 23:23:11.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
53132024-12-20T23:23:13.719Z[ recovery-image] Dec 20 23:23:11.883 INFO O| Dec 20 23:23:11.883 INFO STEP 310 (remove_files) COMPLETE
53142024-12-20T23:23:13.719Z[ recovery-image] Dec 20 23:23:11.883 INFO O| Dec 20 23:23:11.883 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-12-20T23:23:13.745Z[ recovery-image] Dec 20 23:23:11.911 INFO O| Dec 20 23:23:11.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
53162024-12-20T23:23:13.748Z[ recovery-image] Dec 20 23:23:11.911 INFO O| Dec 20 23:23:11.911 INFO STEP 311 (remove_files) COMPLETE
53172024-12-20T23:23:13.748Z[ recovery-image] Dec 20 23:23:11.912 INFO O| Dec 20 23:23:11.911 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-12-20T23:23:13.771Z[ recovery-image] Dec 20 23:23:11.936 INFO O| Dec 20 23:23:11.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
53192024-12-20T23:23:13.771Z[ recovery-image] Dec 20 23:23:11.936 INFO O| Dec 20 23:23:11.936 INFO STEP 312 (remove_files) COMPLETE
53202024-12-20T23:23:13.773Z[ recovery-image] Dec 20 23:23:11.936 INFO O| Dec 20 23:23:11.936 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-12-20T23:23:13.797Z[ recovery-image] Dec 20 23:23:11.963 INFO O| Dec 20 23:23:11.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53222024-12-20T23:23:13.800Z[ recovery-image] Dec 20 23:23:11.963 INFO O| Dec 20 23:23:11.963 INFO STEP 313 (remove_files) COMPLETE
53232024-12-20T23:23:13.800Z[ recovery-image] Dec 20 23:23:11.964 INFO O| Dec 20 23:23:11.963 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-12-20T23:23:13.824Z[ recovery-image] Dec 20 23:23:11.990 INFO O| Dec 20 23:23:11.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
53252024-12-20T23:23:13.827Z[ recovery-image] Dec 20 23:23:11.990 INFO O| Dec 20 23:23:11.990 INFO STEP 314 (remove_files) COMPLETE
53262024-12-20T23:23:13.827Z[ recovery-image] Dec 20 23:23:11.991 INFO O| Dec 20 23:23:11.990 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-12-20T23:23:13.861Z[ recovery-image] Dec 20 23:23:12.026 INFO O| Dec 20 23:23:12.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53282024-12-20T23:23:13.861Z[ recovery-image] Dec 20 23:23:12.026 INFO O| Dec 20 23:23:12.026 INFO STEP 315 (remove_files) COMPLETE
53292024-12-20T23:23:13.864Z[ recovery-image] Dec 20 23:23:12.026 INFO O| Dec 20 23:23:12.026 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-12-20T23:23:13.888Z[ recovery-image] Dec 20 23:23:12.054 INFO O| Dec 20 23:23:12.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53312024-12-20T23:23:13.892Z[ recovery-image] Dec 20 23:23:12.054 INFO O| Dec 20 23:23:12.054 INFO STEP 316 (remove_files) COMPLETE
53322024-12-20T23:23:13.892Z[ recovery-image] Dec 20 23:23:12.054 INFO O| Dec 20 23:23:12.054 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-12-20T23:23:13.915Z[ recovery-image] Dec 20 23:23:12.081 INFO O| Dec 20 23:23:12.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
53342024-12-20T23:23:13.915Z[ recovery-image] Dec 20 23:23:12.081 INFO O| Dec 20 23:23:12.081 INFO STEP 317 (remove_files) COMPLETE
53352024-12-20T23:23:13.919Z[ recovery-image] Dec 20 23:23:12.081 INFO O| Dec 20 23:23:12.081 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-12-20T23:23:13.943Z[ recovery-image] Dec 20 23:23:12.109 INFO O| Dec 20 23:23:12.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53372024-12-20T23:23:13.943Z[ recovery-image] Dec 20 23:23:12.109 INFO O| Dec 20 23:23:12.109 INFO STEP 318 (remove_files) COMPLETE
53382024-12-20T23:23:13.945Z[ recovery-image] Dec 20 23:23:12.109 INFO O| Dec 20 23:23:12.109 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-12-20T23:23:13.972Z[ recovery-image] Dec 20 23:23:12.137 INFO O| Dec 20 23:23:12.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53402024-12-20T23:23:13.974Z[ recovery-image] Dec 20 23:23:12.137 INFO O| Dec 20 23:23:12.137 INFO STEP 319 (remove_files) COMPLETE
53412024-12-20T23:23:13.974Z[ recovery-image] Dec 20 23:23:12.137 INFO O| Dec 20 23:23:12.137 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-12-20T23:23:13.999Z[ recovery-image] Dec 20 23:23:12.165 INFO O| Dec 20 23:23:12.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
53432024-12-20T23:23:14.002Z[ recovery-image] Dec 20 23:23:12.167 INFO O| Dec 20 23:23:12.167 INFO STEP 320 (remove_files) COMPLETE
53442024-12-20T23:23:14.002Z[ recovery-image] Dec 20 23:23:12.167 INFO O| Dec 20 23:23:12.167 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-12-20T23:23:14.040Z[ recovery-image] Dec 20 23:23:12.205 INFO O| Dec 20 23:23:12.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53462024-12-20T23:23:14.040Z[ recovery-image] Dec 20 23:23:12.205 INFO O| Dec 20 23:23:12.205 INFO STEP 321 (remove_files) COMPLETE
53472024-12-20T23:23:14.041Z[ recovery-image] Dec 20 23:23:12.205 INFO O| Dec 20 23:23:12.205 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-12-20T23:23:14.067Z[ recovery-image] Dec 20 23:23:12.232 INFO O| Dec 20 23:23:12.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53492024-12-20T23:23:14.067Z[ recovery-image] Dec 20 23:23:12.232 INFO O| Dec 20 23:23:12.232 INFO STEP 322 (remove_files) COMPLETE
53502024-12-20T23:23:14.067Z[ recovery-image] Dec 20 23:23:12.232 INFO O| Dec 20 23:23:12.232 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-12-20T23:23:14.111Z[ recovery-image] Dec 20 23:23:12.277 INFO O| Dec 20 23:23:12.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
53522024-12-20T23:23:14.111Z[ recovery-image] Dec 20 23:23:12.277 INFO O| Dec 20 23:23:12.277 INFO STEP 323 (remove_files) COMPLETE
53532024-12-20T23:23:14.111Z[ recovery-image] Dec 20 23:23:12.277 INFO O| Dec 20 23:23:12.277 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-12-20T23:23:14.136Z[ recovery-image] Dec 20 23:23:12.301 INFO O| Dec 20 23:23:12.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53552024-12-20T23:23:14.136Z[ recovery-image] Dec 20 23:23:12.301 INFO O| Dec 20 23:23:12.301 INFO STEP 324 (remove_files) COMPLETE
53562024-12-20T23:23:14.136Z[ recovery-image] Dec 20 23:23:12.301 INFO O| Dec 20 23:23:12.301 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-12-20T23:23:14.163Z[ recovery-image] Dec 20 23:23:12.329 INFO O| Dec 20 23:23:12.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53582024-12-20T23:23:14.163Z[ recovery-image] Dec 20 23:23:12.329 INFO O| Dec 20 23:23:12.329 INFO STEP 325 (remove_files) COMPLETE
53592024-12-20T23:23:14.163Z[ recovery-image] Dec 20 23:23:12.329 INFO O| Dec 20 23:23:12.329 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-12-20T23:23:14.191Z[ recovery-image] Dec 20 23:23:12.357 INFO O| Dec 20 23:23:12.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53612024-12-20T23:23:14.191Z[ recovery-image] Dec 20 23:23:12.357 INFO O| Dec 20 23:23:12.357 INFO STEP 326 (remove_files) COMPLETE
53622024-12-20T23:23:14.191Z[ recovery-image] Dec 20 23:23:12.357 INFO O| Dec 20 23:23:12.357 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-12-20T23:23:14.247Z[ recovery-image] Dec 20 23:23:12.413 INFO O| Dec 20 23:23:12.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53642024-12-20T23:23:14.247Z[ recovery-image] Dec 20 23:23:12.413 INFO O| Dec 20 23:23:12.413 INFO STEP 327 (remove_files) COMPLETE
53652024-12-20T23:23:14.247Z[ recovery-image] Dec 20 23:23:12.414 INFO O| Dec 20 23:23:12.413 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-12-20T23:23:14.276Z[ recovery-image] Dec 20 23:23:12.441 INFO O| Dec 20 23:23:12.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53672024-12-20T23:23:14.276Z[ recovery-image] Dec 20 23:23:12.441 INFO O| Dec 20 23:23:12.441 INFO STEP 328 (remove_files) COMPLETE
53682024-12-20T23:23:14.276Z[ recovery-image] Dec 20 23:23:12.441 INFO O| Dec 20 23:23:12.441 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-12-20T23:23:14.302Z[ recovery-image] Dec 20 23:23:12.468 INFO O| Dec 20 23:23:12.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53702024-12-20T23:23:14.302Z[ recovery-image] Dec 20 23:23:12.469 INFO O| Dec 20 23:23:12.468 INFO STEP 329 (remove_files) COMPLETE
53712024-12-20T23:23:14.302Z[ recovery-image] Dec 20 23:23:12.469 INFO O| Dec 20 23:23:12.469 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-12-20T23:23:14.345Z[ recovery-image] Dec 20 23:23:12.503 INFO O| Dec 20 23:23:12.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53732024-12-20T23:23:14.346Z[ recovery-image] Dec 20 23:23:12.503 INFO O| Dec 20 23:23:12.503 INFO STEP 330 (remove_files) COMPLETE
53742024-12-20T23:23:14.346Z[ recovery-image] Dec 20 23:23:12.504 INFO O| Dec 20 23:23:12.503 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-12-20T23:23:14.396Z[ recovery-image] Dec 20 23:23:12.562 INFO O| Dec 20 23:23:12.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53762024-12-20T23:23:14.396Z[ recovery-image] Dec 20 23:23:12.563 INFO O| Dec 20 23:23:12.562 INFO STEP 331 (remove_files) COMPLETE
53772024-12-20T23:23:14.396Z[ recovery-image] Dec 20 23:23:12.563 INFO O| Dec 20 23:23:12.563 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-12-20T23:23:14.459Z[ recovery-image] Dec 20 23:23:12.625 INFO O| Dec 20 23:23:12.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53792024-12-20T23:23:14.459Z[ recovery-image] Dec 20 23:23:12.625 INFO O| Dec 20 23:23:12.625 INFO STEP 332 (remove_files) COMPLETE
53802024-12-20T23:23:14.459Z[ recovery-image] Dec 20 23:23:12.625 INFO O| Dec 20 23:23:12.625 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-12-20T23:23:14.494Z[ host-image] Dec 20 23:23:12.660 INFO O| Dec 20 23:23:12.660 INFO O| Download: Completed 1.45 MB in 1.53 seconds (965k/s)
53822024-12-20T23:23:14.496Z[ recovery-image] Dec 20 23:23:12.661 INFO O| Dec 20 23:23:12.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53832024-12-20T23:23:14.496Z[ recovery-image] Dec 20 23:23:12.661 INFO O| Dec 20 23:23:12.661 INFO STEP 333 (remove_files) COMPLETE
53842024-12-20T23:23:14.496Z[ recovery-image] Dec 20 23:23:12.661 INFO O| Dec 20 23:23:12.661 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-12-20T23:23:14.663Z[ recovery-image] Dec 20 23:23:12.829 INFO O| Dec 20 23:23:12.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53862024-12-20T23:23:14.663Z[ recovery-image] Dec 20 23:23:12.829 INFO O| Dec 20 23:23:12.829 INFO STEP 334 (remove_files) COMPLETE
53872024-12-20T23:23:14.666Z[ recovery-image] Dec 20 23:23:12.829 INFO O| Dec 20 23:23:12.829 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-12-20T23:23:14.683Z[ host-image] Dec 20 23:23:12.849 INFO O| Dec 20 23:23:12.849 INFO O| Actions: 1/305 actions (Installing new actions)
53892024-12-20T23:23:14.687Z[ recovery-image] Dec 20 23:23:12.853 INFO O| Dec 20 23:23:12.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53902024-12-20T23:23:14.687Z[ recovery-image] Dec 20 23:23:12.854 INFO O| Dec 20 23:23:12.854 INFO STEP 335 (remove_files) COMPLETE
53912024-12-20T23:23:14.688Z[ recovery-image] Dec 20 23:23:12.854 INFO O| Dec 20 23:23:12.854 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-12-20T23:23:14.713Z[ recovery-image] Dec 20 23:23:12.879 INFO O| Dec 20 23:23:12.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53932024-12-20T23:23:14.713Z[ recovery-image] Dec 20 23:23:12.879 INFO O| Dec 20 23:23:12.879 INFO STEP 336 (remove_files) COMPLETE
53942024-12-20T23:23:14.713Z[ recovery-image] Dec 20 23:23:12.879 INFO O| Dec 20 23:23:12.879 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-12-20T23:23:14.765Z[ recovery-image] Dec 20 23:23:12.931 INFO O| Dec 20 23:23:12.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53962024-12-20T23:23:14.766Z[ recovery-image] Dec 20 23:23:12.931 INFO O| Dec 20 23:23:12.931 INFO STEP 337 (remove_files) COMPLETE
53972024-12-20T23:23:14.766Z[ recovery-image] Dec 20 23:23:12.931 INFO O| Dec 20 23:23:12.931 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-12-20T23:23:14.792Z[ recovery-image] Dec 20 23:23:12.958 INFO O| Dec 20 23:23:12.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53992024-12-20T23:23:14.792Z[ recovery-image] Dec 20 23:23:12.958 INFO O| Dec 20 23:23:12.958 INFO STEP 338 (remove_files) COMPLETE
54002024-12-20T23:23:14.792Z[ recovery-image] Dec 20 23:23:12.958 INFO O| Dec 20 23:23:12.958 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-12-20T23:23:14.819Z[ recovery-image] Dec 20 23:23:12.984 INFO O| Dec 20 23:23:12.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
54022024-12-20T23:23:14.822Z[ recovery-image] Dec 20 23:23:12.984 INFO O| Dec 20 23:23:12.984 INFO STEP 339 (remove_files) COMPLETE
54032024-12-20T23:23:14.822Z[ recovery-image] Dec 20 23:23:12.984 INFO O| Dec 20 23:23:12.984 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-12-20T23:23:14.879Z[ recovery-image] Dec 20 23:23:13.045 INFO O| Dec 20 23:23:13.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
54052024-12-20T23:23:14.882Z[ recovery-image] Dec 20 23:23:13.046 INFO O| Dec 20 23:23:13.045 INFO STEP 340 (remove_files) COMPLETE
54062024-12-20T23:23:14.882Z[ recovery-image] Dec 20 23:23:13.046 INFO O| Dec 20 23:23:13.046 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-12-20T23:23:14.896Z[ host-image] Dec 20 23:23:13.062 INFO O| Dec 20 23:23:13.062 INFO O| Actions: Completed 305 actions in 0.21 seconds.
54082024-12-20T23:23:14.905Z[ recovery-image] Dec 20 23:23:13.071 INFO O| Dec 20 23:23:13.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
54092024-12-20T23:23:14.905Z[ recovery-image] Dec 20 23:23:13.071 INFO O| Dec 20 23:23:13.071 INFO STEP 341 (remove_files) COMPLETE
54102024-12-20T23:23:14.905Z[ recovery-image] Dec 20 23:23:13.071 INFO O| Dec 20 23:23:13.071 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-12-20T23:23:14.938Z[ recovery-image] Dec 20 23:23:13.104 INFO O| Dec 20 23:23:13.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
54122024-12-20T23:23:14.941Z[ recovery-image] Dec 20 23:23:13.104 INFO O| Dec 20 23:23:13.104 INFO STEP 342 (remove_files) COMPLETE
54132024-12-20T23:23:14.941Z[ recovery-image] Dec 20 23:23:13.105 INFO O| Dec 20 23:23:13.104 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-12-20T23:23:14.963Z[ recovery-image] Dec 20 23:23:13.129 INFO O| Dec 20 23:23:13.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
54152024-12-20T23:23:14.966Z[ recovery-image] Dec 20 23:23:13.130 INFO O| Dec 20 23:23:13.129 INFO STEP 343 (remove_files) COMPLETE
54162024-12-20T23:23:14.966Z[ recovery-image] Dec 20 23:23:13.130 INFO O| Dec 20 23:23:13.130 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-12-20T23:23:14.999Z[ recovery-image] Dec 20 23:23:13.164 INFO O| Dec 20 23:23:13.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
54182024-12-20T23:23:15.002Z[ recovery-image] Dec 20 23:23:13.165 INFO O| Dec 20 23:23:13.165 INFO STEP 344 (remove_files) COMPLETE
54192024-12-20T23:23:15.002Z[ recovery-image] Dec 20 23:23:13.165 INFO O| Dec 20 23:23:13.165 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-12-20T23:23:15.037Z[ recovery-image] Dec 20 23:23:13.202 INFO O| Dec 20 23:23:13.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
54212024-12-20T23:23:15.040Z[ recovery-image] Dec 20 23:23:13.203 INFO O| Dec 20 23:23:13.203 INFO STEP 345 (remove_files) COMPLETE
54222024-12-20T23:23:15.040Z[ recovery-image] Dec 20 23:23:13.203 INFO O| Dec 20 23:23:13.203 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-12-20T23:23:15.080Z[ recovery-image] Dec 20 23:23:13.246 INFO O| Dec 20 23:23:13.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54242024-12-20T23:23:15.083Z[ recovery-image] Dec 20 23:23:13.246 INFO O| Dec 20 23:23:13.246 INFO STEP 346 (remove_files) COMPLETE
54252024-12-20T23:23:15.083Z[ recovery-image] Dec 20 23:23:13.246 INFO O| Dec 20 23:23:13.246 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-12-20T23:23:15.106Z[ recovery-image] Dec 20 23:23:13.272 INFO O| Dec 20 23:23:13.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54272024-12-20T23:23:15.109Z[ recovery-image] Dec 20 23:23:13.273 INFO O| Dec 20 23:23:13.272 INFO STEP 347 (remove_files) COMPLETE
54282024-12-20T23:23:15.109Z[ recovery-image] Dec 20 23:23:13.273 INFO O| Dec 20 23:23:13.273 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-12-20T23:23:15.135Z[ recovery-image] Dec 20 23:23:13.300 INFO O| Dec 20 23:23:13.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
54302024-12-20T23:23:15.135Z[ recovery-image] Dec 20 23:23:13.300 INFO O| Dec 20 23:23:13.300 INFO STEP 348 (remove_files) COMPLETE
54312024-12-20T23:23:15.139Z[ recovery-image] Dec 20 23:23:13.301 INFO O| Dec 20 23:23:13.300 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-12-20T23:23:15.196Z[ recovery-image] Dec 20 23:23:13.361 INFO O| Dec 20 23:23:13.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54332024-12-20T23:23:15.196Z[ recovery-image] Dec 20 23:23:13.361 INFO O| Dec 20 23:23:13.361 INFO STEP 349 (remove_files) COMPLETE
54342024-12-20T23:23:15.201Z[ recovery-image] Dec 20 23:23:13.361 INFO O| Dec 20 23:23:13.361 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-12-20T23:23:15.239Z[ recovery-image] Dec 20 23:23:13.394 INFO O| Dec 20 23:23:13.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
54362024-12-20T23:23:15.239Z[ recovery-image] Dec 20 23:23:13.394 INFO O| Dec 20 23:23:13.394 INFO STEP 350 (remove_files) COMPLETE
54372024-12-20T23:23:15.239Z[ recovery-image] Dec 20 23:23:13.394 INFO O| Dec 20 23:23:13.394 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-12-20T23:23:15.284Z[ recovery-image] Dec 20 23:23:13.450 INFO O| Dec 20 23:23:13.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
54392024-12-20T23:23:15.284Z[ recovery-image] Dec 20 23:23:13.450 INFO O| Dec 20 23:23:13.450 INFO STEP 351 (remove_files) COMPLETE
54402024-12-20T23:23:15.284Z[ recovery-image] Dec 20 23:23:13.450 INFO O| Dec 20 23:23:13.450 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-12-20T23:23:15.310Z[ recovery-image] Dec 20 23:23:13.475 INFO O| Dec 20 23:23:13.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54422024-12-20T23:23:15.310Z[ recovery-image] Dec 20 23:23:13.476 INFO O| Dec 20 23:23:13.476 INFO STEP 352 (remove_files) COMPLETE
54432024-12-20T23:23:15.310Z[ recovery-image] Dec 20 23:23:13.476 INFO O| Dec 20 23:23:13.476 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-12-20T23:23:15.336Z[ recovery-image] Dec 20 23:23:13.502 INFO O| Dec 20 23:23:13.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54452024-12-20T23:23:15.336Z[ recovery-image] Dec 20 23:23:13.502 INFO O| Dec 20 23:23:13.502 INFO STEP 353 (remove_files) COMPLETE
54462024-12-20T23:23:15.336Z[ recovery-image] Dec 20 23:23:13.502 INFO O| Dec 20 23:23:13.502 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-12-20T23:23:15.369Z[ recovery-image] Dec 20 23:23:13.534 INFO O| Dec 20 23:23:13.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54482024-12-20T23:23:15.369Z[ recovery-image] Dec 20 23:23:13.535 INFO O| Dec 20 23:23:13.535 INFO STEP 354 (remove_files) COMPLETE
54492024-12-20T23:23:15.371Z[ recovery-image] Dec 20 23:23:13.535 INFO O| Dec 20 23:23:13.535 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-12-20T23:23:15.460Z[ recovery-image] Dec 20 23:23:13.626 INFO O| Dec 20 23:23:13.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54512024-12-20T23:23:15.460Z[ recovery-image] Dec 20 23:23:13.626 INFO O| Dec 20 23:23:13.626 INFO STEP 355 (remove_files) COMPLETE
54522024-12-20T23:23:15.460Z[ recovery-image] Dec 20 23:23:13.626 INFO O| Dec 20 23:23:13.626 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-12-20T23:23:15.499Z[ recovery-image] Dec 20 23:23:13.662 INFO O| Dec 20 23:23:13.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54542024-12-20T23:23:15.499Z[ recovery-image] Dec 20 23:23:13.662 INFO O| Dec 20 23:23:13.662 INFO STEP 356 (remove_files) COMPLETE
54552024-12-20T23:23:15.499Z[ recovery-image] Dec 20 23:23:13.662 INFO O| Dec 20 23:23:13.662 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-12-20T23:23:15.525Z[ recovery-image] Dec 20 23:23:13.691 INFO O| Dec 20 23:23:13.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
54572024-12-20T23:23:15.525Z[ recovery-image] Dec 20 23:23:13.691 INFO O| Dec 20 23:23:13.691 INFO STEP 357 (remove_files) COMPLETE
54582024-12-20T23:23:15.527Z[ recovery-image] Dec 20 23:23:13.691 INFO O| Dec 20 23:23:13.691 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-12-20T23:23:15.550Z[ recovery-image] Dec 20 23:23:13.716 INFO O| Dec 20 23:23:13.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
54602024-12-20T23:23:15.550Z[ recovery-image] Dec 20 23:23:13.716 INFO O| Dec 20 23:23:13.716 INFO STEP 358 (remove_files) COMPLETE
54612024-12-20T23:23:15.550Z[ recovery-image] Dec 20 23:23:13.716 INFO O| Dec 20 23:23:13.716 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-12-20T23:23:15.576Z[ recovery-image] Dec 20 23:23:13.740 INFO O| Dec 20 23:23:13.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54632024-12-20T23:23:15.577Z[ recovery-image] Dec 20 23:23:13.740 INFO O| Dec 20 23:23:13.740 INFO STEP 359 (remove_files) COMPLETE
54642024-12-20T23:23:15.577Z[ recovery-image] Dec 20 23:23:13.740 INFO O| Dec 20 23:23:13.740 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-12-20T23:23:15.588Z[ host-image] Dec 20 23:23:13.752 INFO O| Dec 20 23:23:13.751 INFO O| Done
54662024-12-20T23:23:15.589Z[ host-image] Dec 20 23:23:13.752 INFO O| Dec 20 23:23:13.751 INFO O| Done
54672024-12-20T23:23:15.609Z[ recovery-image] Dec 20 23:23:13.774 INFO O| Dec 20 23:23:13.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54682024-12-20T23:23:15.610Z[ recovery-image] Dec 20 23:23:13.774 INFO O| Dec 20 23:23:13.774 INFO STEP 360 (remove_files) COMPLETE
54692024-12-20T23:23:15.613Z[ recovery-image] Dec 20 23:23:13.775 INFO O| Dec 20 23:23:13.774 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-12-20T23:23:15.635Z[ recovery-image] Dec 20 23:23:13.800 INFO O| Dec 20 23:23:13.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54712024-12-20T23:23:15.635Z[ recovery-image] Dec 20 23:23:13.800 INFO O| Dec 20 23:23:13.800 INFO STEP 361 (remove_files) COMPLETE
54722024-12-20T23:23:15.640Z[ recovery-image] Dec 20 23:23:13.800 INFO O| Dec 20 23:23:13.800 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-12-20T23:23:15.660Z[ recovery-image] Dec 20 23:23:13.825 INFO O| Dec 20 23:23:13.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54742024-12-20T23:23:15.660Z[ recovery-image] Dec 20 23:23:13.825 INFO O| Dec 20 23:23:13.825 INFO STEP 362 (remove_files) COMPLETE
54752024-12-20T23:23:15.660Z[ recovery-image] Dec 20 23:23:13.825 INFO O| Dec 20 23:23:13.825 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-12-20T23:23:15.700Z[ recovery-image] Dec 20 23:23:13.865 INFO O| Dec 20 23:23:13.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54772024-12-20T23:23:15.700Z[ recovery-image] Dec 20 23:23:13.865 INFO O| Dec 20 23:23:13.865 INFO STEP 363 (remove_files) COMPLETE
54782024-12-20T23:23:15.705Z[ recovery-image] Dec 20 23:23:13.865 INFO O| Dec 20 23:23:13.865 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-12-20T23:23:15.736Z[ recovery-image] Dec 20 23:23:13.900 INFO O| Dec 20 23:23:13.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54802024-12-20T23:23:15.736Z[ recovery-image] Dec 20 23:23:13.900 INFO O| Dec 20 23:23:13.900 INFO STEP 364 (remove_files) COMPLETE
54812024-12-20T23:23:15.736Z[ recovery-image] Dec 20 23:23:13.900 INFO O| Dec 20 23:23:13.900 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-12-20T23:23:15.764Z[ recovery-image] Dec 20 23:23:13.927 INFO O| Dec 20 23:23:13.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54832024-12-20T23:23:15.764Z[ recovery-image] Dec 20 23:23:13.927 INFO O| Dec 20 23:23:13.927 INFO STEP 365 (remove_files) COMPLETE
54842024-12-20T23:23:15.764Z[ recovery-image] Dec 20 23:23:13.927 INFO O| Dec 20 23:23:13.927 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-12-20T23:23:15.801Z[ recovery-image] Dec 20 23:23:13.966 INFO O| Dec 20 23:23:13.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54862024-12-20T23:23:15.801Z[ recovery-image] Dec 20 23:23:13.966 INFO O| Dec 20 23:23:13.966 INFO STEP 366 (remove_files) COMPLETE
54872024-12-20T23:23:15.801Z[ recovery-image] Dec 20 23:23:13.966 INFO O| Dec 20 23:23:13.966 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-12-20T23:23:15.829Z[ recovery-image] Dec 20 23:23:13.994 INFO O| Dec 20 23:23:13.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54892024-12-20T23:23:15.830Z[ recovery-image] Dec 20 23:23:13.994 INFO O| Dec 20 23:23:13.994 INFO STEP 367 (remove_files) COMPLETE
54902024-12-20T23:23:15.830Z[ recovery-image] Dec 20 23:23:13.994 INFO O| Dec 20 23:23:13.994 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-12-20T23:23:15.857Z[ recovery-image] Dec 20 23:23:14.021 INFO O| Dec 20 23:23:14.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54922024-12-20T23:23:15.857Z[ recovery-image] Dec 20 23:23:14.021 INFO O| Dec 20 23:23:14.021 INFO STEP 368 (remove_files) COMPLETE
54932024-12-20T23:23:15.862Z[ recovery-image] Dec 20 23:23:14.021 INFO O| Dec 20 23:23:14.021 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-12-20T23:23:15.903Z[ recovery-image] Dec 20 23:23:14.068 INFO O| Dec 20 23:23:14.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54952024-12-20T23:23:15.907Z[ recovery-image] Dec 20 23:23:14.068 INFO O| Dec 20 23:23:14.068 INFO STEP 369 (remove_files) COMPLETE
54962024-12-20T23:23:15.907Z[ recovery-image] Dec 20 23:23:14.068 INFO O| Dec 20 23:23:14.068 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-12-20T23:23:15.957Z[ recovery-image] Dec 20 23:23:14.118 INFO O| Dec 20 23:23:14.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54982024-12-20T23:23:15.963Z[ recovery-image] Dec 20 23:23:14.119 INFO O| Dec 20 23:23:14.118 INFO STEP 370 (remove_files) COMPLETE
54992024-12-20T23:23:15.963Z[ recovery-image] Dec 20 23:23:14.119 INFO O| Dec 20 23:23:14.119 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-12-20T23:23:15.982Z[ recovery-image] Dec 20 23:23:14.146 INFO O| Dec 20 23:23:14.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
55012024-12-20T23:23:15.982Z[ recovery-image] Dec 20 23:23:14.146 INFO O| Dec 20 23:23:14.146 INFO STEP 371 (remove_files) COMPLETE
55022024-12-20T23:23:15.982Z[ recovery-image] Dec 20 23:23:14.146 INFO O| Dec 20 23:23:14.146 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-12-20T23:23:16.007Z[ recovery-image] Dec 20 23:23:14.172 INFO O| Dec 20 23:23:14.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
55042024-12-20T23:23:16.007Z[ recovery-image] Dec 20 23:23:14.172 INFO O| Dec 20 23:23:14.172 INFO STEP 372 (remove_files) COMPLETE
55052024-12-20T23:23:16.010Z[ recovery-image] Dec 20 23:23:14.173 INFO O| Dec 20 23:23:14.172 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-12-20T23:23:16.034Z[ recovery-image] Dec 20 23:23:14.199 INFO O| Dec 20 23:23:14.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
55072024-12-20T23:23:16.034Z[ recovery-image] Dec 20 23:23:14.199 INFO O| Dec 20 23:23:14.199 INFO STEP 373 (remove_files) COMPLETE
55082024-12-20T23:23:16.038Z[ recovery-image] Dec 20 23:23:14.199 INFO O| Dec 20 23:23:14.199 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-12-20T23:23:16.061Z[ recovery-image] Dec 20 23:23:14.226 INFO O| Dec 20 23:23:14.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
55102024-12-20T23:23:16.065Z[ recovery-image] Dec 20 23:23:14.226 INFO O| Dec 20 23:23:14.226 INFO STEP 374 (remove_files) COMPLETE
55112024-12-20T23:23:16.065Z[ recovery-image] Dec 20 23:23:14.226 INFO O| Dec 20 23:23:14.226 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-12-20T23:23:16.105Z[ recovery-image] Dec 20 23:23:14.270 INFO O| Dec 20 23:23:14.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
55132024-12-20T23:23:16.105Z[ recovery-image] Dec 20 23:23:14.270 INFO O| Dec 20 23:23:14.270 INFO STEP 375 (remove_files) COMPLETE
55142024-12-20T23:23:16.109Z[ recovery-image] Dec 20 23:23:14.270 INFO O| Dec 20 23:23:14.270 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-12-20T23:23:16.145Z[ recovery-image] Dec 20 23:23:14.310 INFO O| Dec 20 23:23:14.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
55162024-12-20T23:23:16.145Z[ recovery-image] Dec 20 23:23:14.310 INFO O| Dec 20 23:23:14.310 INFO STEP 376 (remove_files) COMPLETE
55172024-12-20T23:23:16.145Z[ recovery-image] Dec 20 23:23:14.310 INFO O| Dec 20 23:23:14.310 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-12-20T23:23:16.197Z[ recovery-image] Dec 20 23:23:14.359 INFO O| Dec 20 23:23:14.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
55192024-12-20T23:23:16.197Z[ recovery-image] Dec 20 23:23:14.359 INFO O| Dec 20 23:23:14.359 INFO STEP 377 (remove_files) COMPLETE
55202024-12-20T23:23:16.197Z[ recovery-image] Dec 20 23:23:14.359 INFO O| Dec 20 23:23:14.359 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-12-20T23:23:16.227Z[ recovery-image] Dec 20 23:23:14.392 INFO O| Dec 20 23:23:14.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
55222024-12-20T23:23:16.227Z[ recovery-image] Dec 20 23:23:14.392 INFO O| Dec 20 23:23:14.392 INFO STEP 378 (remove_files) COMPLETE
55232024-12-20T23:23:16.227Z[ recovery-image] Dec 20 23:23:14.392 INFO O| Dec 20 23:23:14.392 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-12-20T23:23:16.257Z[ recovery-image] Dec 20 23:23:14.419 INFO O| Dec 20 23:23:14.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55252024-12-20T23:23:16.261Z[ recovery-image] Dec 20 23:23:14.426 INFO O| Dec 20 23:23:14.426 INFO STEP 379 (remove_files) COMPLETE
55262024-12-20T23:23:16.261Z[ recovery-image] Dec 20 23:23:14.426 INFO O| Dec 20 23:23:14.426 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-12-20T23:23:16.290Z[ recovery-image] Dec 20 23:23:14.454 INFO O| Dec 20 23:23:14.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55282024-12-20T23:23:16.290Z[ recovery-image] Dec 20 23:23:14.454 INFO O| Dec 20 23:23:14.454 INFO STEP 380 (remove_files) COMPLETE
55292024-12-20T23:23:16.293Z[ recovery-image] Dec 20 23:23:14.454 INFO O| Dec 20 23:23:14.454 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-12-20T23:23:16.316Z[ recovery-image] Dec 20 23:23:14.481 INFO O| Dec 20 23:23:14.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55312024-12-20T23:23:16.316Z[ recovery-image] Dec 20 23:23:14.481 INFO O| Dec 20 23:23:14.481 INFO STEP 381 (remove_files) COMPLETE
55322024-12-20T23:23:16.318Z[ recovery-image] Dec 20 23:23:14.481 INFO O| Dec 20 23:23:14.481 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-12-20T23:23:16.366Z[ recovery-image] Dec 20 23:23:14.508 INFO O| Dec 20 23:23:14.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55342024-12-20T23:23:16.367Z[ recovery-image] Dec 20 23:23:14.508 INFO O| Dec 20 23:23:14.508 INFO STEP 382 (remove_files) COMPLETE
55352024-12-20T23:23:16.367Z[ recovery-image] Dec 20 23:23:14.508 INFO O| Dec 20 23:23:14.508 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-12-20T23:23:16.439Z[ recovery-image] Dec 20 23:23:14.574 INFO O| Dec 20 23:23:14.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55372024-12-20T23:23:16.479Z[ recovery-image] Dec 20 23:23:14.574 INFO O| Dec 20 23:23:14.574 INFO STEP 383 (remove_files) COMPLETE
55382024-12-20T23:23:16.479Z[ recovery-image] Dec 20 23:23:14.575 INFO O| Dec 20 23:23:14.575 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-12-20T23:23:16.479Z[ recovery-image] Dec 20 23:23:14.605 INFO O| Dec 20 23:23:14.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55402024-12-20T23:23:16.479Z[ recovery-image] Dec 20 23:23:14.605 INFO O| Dec 20 23:23:14.605 INFO STEP 384 (remove_files) COMPLETE
55412024-12-20T23:23:16.479Z[ recovery-image] Dec 20 23:23:14.605 INFO O| Dec 20 23:23:14.605 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-12-20T23:23:16.505Z[ recovery-image] Dec 20 23:23:14.633 INFO O| Dec 20 23:23:14.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55432024-12-20T23:23:16.505Z[ recovery-image] Dec 20 23:23:14.633 INFO O| Dec 20 23:23:14.633 INFO STEP 385 (remove_files) COMPLETE
55442024-12-20T23:23:16.505Z[ recovery-image] Dec 20 23:23:14.633 INFO O| Dec 20 23:23:14.633 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-12-20T23:23:16.505Z[ recovery-image] Dec 20 23:23:14.660 INFO O| Dec 20 23:23:14.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55462024-12-20T23:23:16.505Z[ recovery-image] Dec 20 23:23:14.660 INFO O| Dec 20 23:23:14.660 INFO STEP 386 (remove_files) COMPLETE
55472024-12-20T23:23:16.505Z[ recovery-image] Dec 20 23:23:14.660 INFO O| Dec 20 23:23:14.660 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-12-20T23:23:16.571Z[ recovery-image] Dec 20 23:23:14.722 INFO O| Dec 20 23:23:14.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55492024-12-20T23:23:16.643Z[ recovery-image] Dec 20 23:23:14.722 INFO O| Dec 20 23:23:14.722 INFO STEP 387 (remove_files) COMPLETE
55502024-12-20T23:23:16.643Z[ recovery-image] Dec 20 23:23:14.722 INFO O| Dec 20 23:23:14.722 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-12-20T23:23:16.643Z[ recovery-image] Dec 20 23:23:14.751 INFO O| Dec 20 23:23:14.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55522024-12-20T23:23:16.643Z[ recovery-image] Dec 20 23:23:14.751 INFO O| Dec 20 23:23:14.751 INFO STEP 388 (remove_files) COMPLETE
55532024-12-20T23:23:16.643Z[ recovery-image] Dec 20 23:23:14.751 INFO O| Dec 20 23:23:14.751 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-12-20T23:23:16.675Z[ recovery-image] Dec 20 23:23:14.777 INFO O| Dec 20 23:23:14.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55552024-12-20T23:23:16.675Z[ recovery-image] Dec 20 23:23:14.777 INFO O| Dec 20 23:23:14.777 INFO STEP 389 (remove_files) COMPLETE
55562024-12-20T23:23:16.675Z[ recovery-image] Dec 20 23:23:14.777 INFO O| Dec 20 23:23:14.777 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-12-20T23:23:16.675Z[ recovery-image] Dec 20 23:23:14.820 INFO O| Dec 20 23:23:14.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55582024-12-20T23:23:16.675Z[ recovery-image] Dec 20 23:23:14.820 INFO O| Dec 20 23:23:14.820 INFO STEP 390 (remove_files) COMPLETE
55592024-12-20T23:23:16.675Z[ recovery-image] Dec 20 23:23:14.820 INFO O| Dec 20 23:23:14.820 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-12-20T23:23:16.692Z[ recovery-image] Dec 20 23:23:14.845 INFO O| Dec 20 23:23:14.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55612024-12-20T23:23:16.692Z[ recovery-image] Dec 20 23:23:14.845 INFO O| Dec 20 23:23:14.845 INFO STEP 391 (remove_files) COMPLETE
55622024-12-20T23:23:16.692Z[ recovery-image] Dec 20 23:23:14.845 INFO O| Dec 20 23:23:14.845 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-12-20T23:23:16.716Z[ recovery-image] Dec 20 23:23:14.881 INFO O| Dec 20 23:23:14.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55642024-12-20T23:23:16.717Z[ recovery-image] Dec 20 23:23:14.881 INFO O| Dec 20 23:23:14.881 INFO STEP 392 (remove_files) COMPLETE
55652024-12-20T23:23:16.722Z[ recovery-image] Dec 20 23:23:14.882 INFO O| Dec 20 23:23:14.881 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-12-20T23:23:16.756Z[ recovery-image] Dec 20 23:23:14.913 INFO O| Dec 20 23:23:14.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55672024-12-20T23:23:16.779Z[ recovery-image] Dec 20 23:23:14.914 INFO O| Dec 20 23:23:14.913 INFO STEP 393 (remove_files) COMPLETE
55682024-12-20T23:23:16.779Z[ recovery-image] Dec 20 23:23:14.914 INFO O| Dec 20 23:23:14.914 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-12-20T23:23:16.791Z[ recovery-image] Dec 20 23:23:14.939 INFO O| Dec 20 23:23:14.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55702024-12-20T23:23:16.792Z[ recovery-image] Dec 20 23:23:14.939 INFO O| Dec 20 23:23:14.939 INFO STEP 394 (remove_files) COMPLETE
55712024-12-20T23:23:16.792Z[ recovery-image] Dec 20 23:23:14.939 INFO O| Dec 20 23:23:14.939 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-12-20T23:23:16.802Z[ recovery-image] Dec 20 23:23:14.965 INFO O| Dec 20 23:23:14.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55732024-12-20T23:23:16.803Z[ recovery-image] Dec 20 23:23:14.965 INFO O| Dec 20 23:23:14.965 INFO STEP 395 (remove_files) COMPLETE
55742024-12-20T23:23:16.822Z[ recovery-image] Dec 20 23:23:14.965 INFO O| Dec 20 23:23:14.965 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-12-20T23:23:16.870Z[ recovery-image] Dec 20 23:23:15.030 INFO O| Dec 20 23:23:15.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55762024-12-20T23:23:16.870Z[ recovery-image] Dec 20 23:23:15.030 INFO O| Dec 20 23:23:15.030 INFO STEP 396 (remove_files) COMPLETE
55772024-12-20T23:23:16.870Z[ recovery-image] Dec 20 23:23:15.030 INFO O| Dec 20 23:23:15.030 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-12-20T23:23:16.925Z[ recovery-image] Dec 20 23:23:15.089 INFO O| Dec 20 23:23:15.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55792024-12-20T23:23:16.925Z[ recovery-image] Dec 20 23:23:15.090 INFO O| Dec 20 23:23:15.089 INFO STEP 397 (remove_files) COMPLETE
55802024-12-20T23:23:16.925Z[ recovery-image] Dec 20 23:23:15.090 INFO O| Dec 20 23:23:15.089 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-12-20T23:23:16.929Z[ host-image] Dec 20 23:23:15.095 INFO O| Dec 20 23:23:15.094 INFO O| Done
55822024-12-20T23:23:16.951Z[ recovery-image] Dec 20 23:23:15.114 INFO O| Dec 20 23:23:15.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55832024-12-20T23:23:16.951Z[ recovery-image] Dec 20 23:23:15.114 INFO O| Dec 20 23:23:15.114 INFO STEP 398 (remove_files) COMPLETE
55842024-12-20T23:23:16.951Z[ recovery-image] Dec 20 23:23:15.114 INFO O| Dec 20 23:23:15.114 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-12-20T23:23:16.974Z[ recovery-image] Dec 20 23:23:15.139 INFO O| Dec 20 23:23:15.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55862024-12-20T23:23:16.974Z[ recovery-image] Dec 20 23:23:15.139 INFO O| Dec 20 23:23:15.139 INFO STEP 399 (remove_files) COMPLETE
55872024-12-20T23:23:16.977Z[ recovery-image] Dec 20 23:23:15.139 INFO O| Dec 20 23:23:15.139 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-12-20T23:23:16.999Z[ recovery-image] Dec 20 23:23:15.165 INFO O| Dec 20 23:23:15.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55892024-12-20T23:23:16.999Z[ recovery-image] Dec 20 23:23:15.165 INFO O| Dec 20 23:23:15.165 INFO STEP 400 (remove_files) COMPLETE
55902024-12-20T23:23:17.001Z[ recovery-image] Dec 20 23:23:15.165 INFO O| Dec 20 23:23:15.165 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-12-20T23:23:17.026Z[ recovery-image] Dec 20 23:23:15.192 INFO O| Dec 20 23:23:15.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55922024-12-20T23:23:17.026Z[ recovery-image] Dec 20 23:23:15.192 INFO O| Dec 20 23:23:15.192 INFO STEP 401 (remove_files) COMPLETE
55932024-12-20T23:23:17.029Z[ recovery-image] Dec 20 23:23:15.192 INFO O| Dec 20 23:23:15.192 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-12-20T23:23:17.053Z[ recovery-image] Dec 20 23:23:15.218 INFO O| Dec 20 23:23:15.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55952024-12-20T23:23:17.053Z[ recovery-image] Dec 20 23:23:15.218 INFO O| Dec 20 23:23:15.218 INFO STEP 402 (remove_files) COMPLETE
55962024-12-20T23:23:17.055Z[ recovery-image] Dec 20 23:23:15.218 INFO O| Dec 20 23:23:15.218 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-12-20T23:23:17.091Z[ recovery-image] Dec 20 23:23:15.256 INFO O| Dec 20 23:23:15.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55982024-12-20T23:23:17.094Z[ recovery-image] Dec 20 23:23:15.256 INFO O| Dec 20 23:23:15.256 INFO STEP 403 (remove_files) COMPLETE
55992024-12-20T23:23:17.094Z[ recovery-image] Dec 20 23:23:15.256 INFO O| Dec 20 23:23:15.256 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-12-20T23:23:17.136Z[ recovery-image] Dec 20 23:23:15.291 INFO O| Dec 20 23:23:15.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
56012024-12-20T23:23:17.136Z[ recovery-image] Dec 20 23:23:15.292 INFO O| Dec 20 23:23:15.292 INFO STEP 404 (remove_files) COMPLETE
56022024-12-20T23:23:17.136Z[ recovery-image] Dec 20 23:23:15.292 INFO O| Dec 20 23:23:15.292 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-12-20T23:23:17.148Z[ recovery-image] Dec 20 23:23:15.313 INFO O| Dec 20 23:23:15.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
56042024-12-20T23:23:17.148Z[ recovery-image] Dec 20 23:23:15.314 INFO O| Dec 20 23:23:15.313 INFO STEP 405 (remove_files) COMPLETE
56052024-12-20T23:23:17.148Z[ recovery-image] Dec 20 23:23:15.314 INFO O| Dec 20 23:23:15.313 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-12-20T23:23:17.180Z[ recovery-image] Dec 20 23:23:15.345 INFO O| Dec 20 23:23:15.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
56072024-12-20T23:23:17.180Z[ recovery-image] Dec 20 23:23:15.345 INFO O| Dec 20 23:23:15.345 INFO STEP 406 (remove_files) COMPLETE
56082024-12-20T23:23:17.180Z[ recovery-image] Dec 20 23:23:15.346 INFO O| Dec 20 23:23:15.345 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-12-20T23:23:17.209Z[ recovery-image] Dec 20 23:23:15.372 INFO O| Dec 20 23:23:15.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
56102024-12-20T23:23:17.209Z[ recovery-image] Dec 20 23:23:15.372 INFO O| Dec 20 23:23:15.372 INFO STEP 407 (remove_files) COMPLETE
56112024-12-20T23:23:17.209Z[ recovery-image] Dec 20 23:23:15.372 INFO O| Dec 20 23:23:15.372 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-12-20T23:23:17.232Z[ recovery-image] Dec 20 23:23:15.398 INFO O| Dec 20 23:23:15.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
56132024-12-20T23:23:17.232Z[ recovery-image] Dec 20 23:23:15.398 INFO O| Dec 20 23:23:15.398 INFO STEP 408 (remove_files) COMPLETE
56142024-12-20T23:23:17.235Z[ recovery-image] Dec 20 23:23:15.398 INFO O| Dec 20 23:23:15.398 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-12-20T23:23:17.258Z[ recovery-image] Dec 20 23:23:15.424 INFO O| Dec 20 23:23:15.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
56162024-12-20T23:23:17.269Z[ recovery-image] Dec 20 23:23:15.434 INFO O| Dec 20 23:23:15.434 INFO STEP 409 (remove_files) COMPLETE
56172024-12-20T23:23:17.269Z[ recovery-image] Dec 20 23:23:15.434 INFO O| Dec 20 23:23:15.434 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-12-20T23:23:17.298Z[ recovery-image] Dec 20 23:23:15.463 INFO O| Dec 20 23:23:15.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
56192024-12-20T23:23:17.301Z[ recovery-image] Dec 20 23:23:15.464 INFO O| Dec 20 23:23:15.464 INFO STEP 410 (remove_files) COMPLETE
56202024-12-20T23:23:17.301Z[ recovery-image] Dec 20 23:23:15.464 INFO O| Dec 20 23:23:15.464 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-12-20T23:23:17.328Z[ recovery-image] Dec 20 23:23:15.493 INFO O| Dec 20 23:23:15.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
56222024-12-20T23:23:17.331Z[ recovery-image] Dec 20 23:23:15.494 INFO O| Dec 20 23:23:15.494 INFO STEP 411 (remove_files) COMPLETE
56232024-12-20T23:23:17.331Z[ recovery-image] Dec 20 23:23:15.494 INFO O| Dec 20 23:23:15.494 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-12-20T23:23:17.359Z[ recovery-image] Dec 20 23:23:15.524 INFO O| Dec 20 23:23:15.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56252024-12-20T23:23:17.359Z[ recovery-image] Dec 20 23:23:15.525 INFO O| Dec 20 23:23:15.524 INFO STEP 412 (remove_files) COMPLETE
56262024-12-20T23:23:17.359Z[ recovery-image] Dec 20 23:23:15.525 INFO O| Dec 20 23:23:15.525 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-12-20T23:23:17.417Z[ recovery-image] Dec 20 23:23:15.582 INFO O| Dec 20 23:23:15.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56282024-12-20T23:23:17.417Z[ recovery-image] Dec 20 23:23:15.583 INFO O| Dec 20 23:23:15.582 INFO STEP 413 (remove_files) COMPLETE
56292024-12-20T23:23:17.419Z[ recovery-image] Dec 20 23:23:15.583 INFO O| Dec 20 23:23:15.582 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-12-20T23:23:17.448Z[ recovery-image] Dec 20 23:23:15.613 INFO O| Dec 20 23:23:15.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56312024-12-20T23:23:17.448Z[ recovery-image] Dec 20 23:23:15.614 INFO O| Dec 20 23:23:15.613 INFO STEP 414 (remove_files) COMPLETE
56322024-12-20T23:23:17.451Z[ recovery-image] Dec 20 23:23:15.614 INFO O| Dec 20 23:23:15.614 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-12-20T23:23:17.494Z[ recovery-image] Dec 20 23:23:15.658 INFO O| Dec 20 23:23:15.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56342024-12-20T23:23:17.494Z[ recovery-image] Dec 20 23:23:15.658 INFO O| Dec 20 23:23:15.658 INFO STEP 415 (remove_files) COMPLETE
56352024-12-20T23:23:17.497Z[ recovery-image] Dec 20 23:23:15.658 INFO O| Dec 20 23:23:15.658 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-12-20T23:23:17.521Z[ recovery-image] Dec 20 23:23:15.686 INFO O| Dec 20 23:23:15.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56372024-12-20T23:23:17.521Z[ recovery-image] Dec 20 23:23:15.686 INFO O| Dec 20 23:23:15.686 INFO STEP 416 (remove_files) COMPLETE
56382024-12-20T23:23:17.521Z[ recovery-image] Dec 20 23:23:15.686 INFO O| Dec 20 23:23:15.686 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-12-20T23:23:17.556Z[ recovery-image] Dec 20 23:23:15.722 INFO O| Dec 20 23:23:15.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56402024-12-20T23:23:17.556Z[ recovery-image] Dec 20 23:23:15.722 INFO O| Dec 20 23:23:15.722 INFO STEP 417 (remove_files) COMPLETE
56412024-12-20T23:23:17.559Z[ recovery-image] Dec 20 23:23:15.722 INFO O| Dec 20 23:23:15.722 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-12-20T23:23:17.593Z[ recovery-image] Dec 20 23:23:15.758 INFO O| Dec 20 23:23:15.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56432024-12-20T23:23:17.593Z[ recovery-image] Dec 20 23:23:15.759 INFO O| Dec 20 23:23:15.758 INFO STEP 418 (remove_files) COMPLETE
56442024-12-20T23:23:17.597Z[ recovery-image] Dec 20 23:23:15.759 INFO O| Dec 20 23:23:15.758 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-12-20T23:23:17.622Z[ recovery-image] Dec 20 23:23:15.787 INFO O| Dec 20 23:23:15.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56462024-12-20T23:23:17.622Z[ recovery-image] Dec 20 23:23:15.787 INFO O| Dec 20 23:23:15.787 INFO STEP 419 (remove_files) COMPLETE
56472024-12-20T23:23:17.624Z[ recovery-image] Dec 20 23:23:15.787 INFO O| Dec 20 23:23:15.787 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-12-20T23:23:17.647Z[ recovery-image] Dec 20 23:23:15.813 INFO O| Dec 20 23:23:15.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56492024-12-20T23:23:17.648Z[ recovery-image] Dec 20 23:23:15.813 INFO O| Dec 20 23:23:15.813 INFO STEP 420 (remove_files) COMPLETE
56502024-12-20T23:23:17.650Z[ recovery-image] Dec 20 23:23:15.813 INFO O| Dec 20 23:23:15.813 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-12-20T23:23:17.674Z[ recovery-image] Dec 20 23:23:15.840 INFO O| Dec 20 23:23:15.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56522024-12-20T23:23:17.674Z[ recovery-image] Dec 20 23:23:15.840 INFO O| Dec 20 23:23:15.840 INFO STEP 421 (remove_files) COMPLETE
56532024-12-20T23:23:17.674Z[ recovery-image] Dec 20 23:23:15.840 INFO O| Dec 20 23:23:15.840 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-12-20T23:23:17.740Z[ recovery-image] Dec 20 23:23:15.906 INFO O| Dec 20 23:23:15.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56552024-12-20T23:23:17.740Z[ recovery-image] Dec 20 23:23:15.906 INFO O| Dec 20 23:23:15.906 INFO STEP 422 (remove_files) COMPLETE
56562024-12-20T23:23:17.740Z[ recovery-image] Dec 20 23:23:15.906 INFO O| Dec 20 23:23:15.906 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-12-20T23:23:17.776Z[ recovery-image] Dec 20 23:23:15.941 INFO O| Dec 20 23:23:15.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56582024-12-20T23:23:17.777Z[ recovery-image] Dec 20 23:23:15.941 INFO O| Dec 20 23:23:15.941 INFO STEP 423 (remove_files) COMPLETE
56592024-12-20T23:23:17.777Z[ recovery-image] Dec 20 23:23:15.941 INFO O| Dec 20 23:23:15.941 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-12-20T23:23:17.801Z[ recovery-image] Dec 20 23:23:15.966 INFO O| Dec 20 23:23:15.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56612024-12-20T23:23:17.801Z[ recovery-image] Dec 20 23:23:15.966 INFO O| Dec 20 23:23:15.966 INFO STEP 424 (remove_files) COMPLETE
56622024-12-20T23:23:17.801Z[ recovery-image] Dec 20 23:23:15.966 INFO O| Dec 20 23:23:15.966 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-12-20T23:23:17.827Z[ recovery-image] Dec 20 23:23:15.992 INFO O| Dec 20 23:23:15.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56642024-12-20T23:23:17.834Z[ recovery-image] Dec 20 23:23:16.000 INFO O| Dec 20 23:23:16.000 INFO STEP 425 (remove_files) COMPLETE
56652024-12-20T23:23:17.834Z[ recovery-image] Dec 20 23:23:16.000 INFO O| Dec 20 23:23:16.000 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-12-20T23:23:17.889Z[ recovery-image] Dec 20 23:23:16.054 INFO O| Dec 20 23:23:16.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56672024-12-20T23:23:17.889Z[ recovery-image] Dec 20 23:23:16.054 INFO O| Dec 20 23:23:16.054 INFO STEP 426 (remove_files) COMPLETE
56682024-12-20T23:23:17.889Z[ recovery-image] Dec 20 23:23:16.054 INFO O| Dec 20 23:23:16.054 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-12-20T23:23:17.930Z[ recovery-image] Dec 20 23:23:16.095 INFO O| Dec 20 23:23:16.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56702024-12-20T23:23:17.930Z[ recovery-image] Dec 20 23:23:16.095 INFO O| Dec 20 23:23:16.095 INFO STEP 427 (remove_files) COMPLETE
56712024-12-20T23:23:17.932Z[ recovery-image] Dec 20 23:23:16.095 INFO O| Dec 20 23:23:16.095 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-12-20T23:23:17.991Z[ recovery-image] Dec 20 23:23:16.156 INFO O| Dec 20 23:23:16.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56732024-12-20T23:23:17.993Z[ recovery-image] Dec 20 23:23:16.156 INFO O| Dec 20 23:23:16.156 INFO STEP 428 (remove_files) COMPLETE
56742024-12-20T23:23:17.993Z[ recovery-image] Dec 20 23:23:16.156 INFO O| Dec 20 23:23:16.156 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-12-20T23:23:18.026Z[ recovery-image] Dec 20 23:23:16.191 INFO O| Dec 20 23:23:16.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56762024-12-20T23:23:18.028Z[ recovery-image] Dec 20 23:23:16.191 INFO O| Dec 20 23:23:16.191 INFO STEP 429 (remove_files) COMPLETE
56772024-12-20T23:23:18.028Z[ recovery-image] Dec 20 23:23:16.192 INFO O| Dec 20 23:23:16.191 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-12-20T23:23:18.055Z[ recovery-image] Dec 20 23:23:16.220 INFO O| Dec 20 23:23:16.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56792024-12-20T23:23:18.055Z[ recovery-image] Dec 20 23:23:16.220 INFO O| Dec 20 23:23:16.220 INFO STEP 430 (remove_files) COMPLETE
56802024-12-20T23:23:18.057Z[ recovery-image] Dec 20 23:23:16.220 INFO O| Dec 20 23:23:16.220 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-12-20T23:23:18.082Z[ recovery-image] Dec 20 23:23:16.248 INFO O| Dec 20 23:23:16.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56822024-12-20T23:23:18.082Z[ recovery-image] Dec 20 23:23:16.248 INFO O| Dec 20 23:23:16.248 INFO STEP 431 (remove_files) COMPLETE
56832024-12-20T23:23:18.083Z[ recovery-image] Dec 20 23:23:16.248 INFO O| Dec 20 23:23:16.248 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-12-20T23:23:18.121Z[ recovery-image] Dec 20 23:23:16.287 INFO O| Dec 20 23:23:16.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56852024-12-20T23:23:18.125Z[ recovery-image] Dec 20 23:23:16.287 INFO O| Dec 20 23:23:16.287 INFO STEP 432 (remove_files) COMPLETE
56862024-12-20T23:23:18.125Z[ recovery-image] Dec 20 23:23:16.287 INFO O| Dec 20 23:23:16.287 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-12-20T23:23:18.146Z[ recovery-image] Dec 20 23:23:16.312 INFO O| Dec 20 23:23:16.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56882024-12-20T23:23:18.146Z[ recovery-image] Dec 20 23:23:16.312 INFO O| Dec 20 23:23:16.312 INFO STEP 433 (remove_files) COMPLETE
56892024-12-20T23:23:18.148Z[ recovery-image] Dec 20 23:23:16.312 INFO O| Dec 20 23:23:16.312 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-12-20T23:23:18.173Z[ recovery-image] Dec 20 23:23:16.338 INFO O| Dec 20 23:23:16.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56912024-12-20T23:23:18.175Z[ recovery-image] Dec 20 23:23:16.338 INFO O| Dec 20 23:23:16.338 INFO STEP 434 (remove_files) COMPLETE
56922024-12-20T23:23:18.175Z[ recovery-image] Dec 20 23:23:16.339 INFO O| Dec 20 23:23:16.338 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-12-20T23:23:18.197Z[ recovery-image] Dec 20 23:23:16.362 INFO O| Dec 20 23:23:16.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56942024-12-20T23:23:18.199Z[ recovery-image] Dec 20 23:23:16.363 INFO O| Dec 20 23:23:16.362 INFO STEP 435 (remove_files) COMPLETE
56952024-12-20T23:23:18.199Z[ recovery-image] Dec 20 23:23:16.363 INFO O| Dec 20 23:23:16.363 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-12-20T23:23:18.237Z[ recovery-image] Dec 20 23:23:16.403 INFO O| Dec 20 23:23:16.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56972024-12-20T23:23:18.237Z[ recovery-image] Dec 20 23:23:16.403 INFO O| Dec 20 23:23:16.403 INFO STEP 436 (remove_files) COMPLETE
56982024-12-20T23:23:18.237Z[ recovery-image] Dec 20 23:23:16.403 INFO O| Dec 20 23:23:16.403 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-12-20T23:23:18.264Z[ recovery-image] Dec 20 23:23:16.429 INFO O| Dec 20 23:23:16.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
57002024-12-20T23:23:18.264Z[ recovery-image] Dec 20 23:23:16.430 INFO O| Dec 20 23:23:16.429 INFO STEP 437 (remove_files) COMPLETE
57012024-12-20T23:23:18.264Z[ recovery-image] Dec 20 23:23:16.430 INFO O| Dec 20 23:23:16.430 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-12-20T23:23:18.288Z[ recovery-image] Dec 20 23:23:16.453 INFO O| Dec 20 23:23:16.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
57032024-12-20T23:23:18.288Z[ recovery-image] Dec 20 23:23:16.453 INFO O| Dec 20 23:23:16.453 INFO STEP 438 (remove_files) COMPLETE
57042024-12-20T23:23:18.288Z[ recovery-image] Dec 20 23:23:16.453 INFO O| Dec 20 23:23:16.453 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-12-20T23:23:18.314Z[ recovery-image] Dec 20 23:23:16.479 INFO O| Dec 20 23:23:16.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
57062024-12-20T23:23:18.314Z[ recovery-image] Dec 20 23:23:16.479 INFO O| Dec 20 23:23:16.479 INFO STEP 439 (remove_files) COMPLETE
57072024-12-20T23:23:18.314Z[ recovery-image] Dec 20 23:23:16.479 INFO O| Dec 20 23:23:16.479 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-12-20T23:23:18.346Z[ recovery-image] Dec 20 23:23:16.511 INFO O| Dec 20 23:23:16.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
57092024-12-20T23:23:18.346Z[ recovery-image] Dec 20 23:23:16.511 INFO O| Dec 20 23:23:16.511 INFO STEP 440 (remove_files) COMPLETE
57102024-12-20T23:23:18.346Z[ recovery-image] Dec 20 23:23:16.512 INFO O| Dec 20 23:23:16.511 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-12-20T23:23:18.387Z[ recovery-image] Dec 20 23:23:16.552 INFO O| Dec 20 23:23:16.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
57122024-12-20T23:23:18.387Z[ recovery-image] Dec 20 23:23:16.553 INFO O| Dec 20 23:23:16.553 INFO STEP 441 (remove_files) COMPLETE
57132024-12-20T23:23:18.387Z[ recovery-image] Dec 20 23:23:16.553 INFO O| Dec 20 23:23:16.553 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-12-20T23:23:18.415Z[ recovery-image] Dec 20 23:23:16.580 INFO O| Dec 20 23:23:16.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
57152024-12-20T23:23:18.415Z[ recovery-image] Dec 20 23:23:16.580 INFO O| Dec 20 23:23:16.580 INFO STEP 442 (remove_files) COMPLETE
57162024-12-20T23:23:18.415Z[ recovery-image] Dec 20 23:23:16.580 INFO O| Dec 20 23:23:16.580 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-12-20T23:23:18.451Z[ recovery-image] Dec 20 23:23:16.616 INFO O| Dec 20 23:23:16.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
57182024-12-20T23:23:18.451Z[ recovery-image] Dec 20 23:23:16.616 INFO O| Dec 20 23:23:16.616 INFO STEP 443 (remove_files) COMPLETE
57192024-12-20T23:23:18.451Z[ recovery-image] Dec 20 23:23:16.616 INFO O| Dec 20 23:23:16.616 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-12-20T23:23:18.479Z[ recovery-image] Dec 20 23:23:16.644 INFO O| Dec 20 23:23:16.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
57212024-12-20T23:23:18.479Z[ recovery-image] Dec 20 23:23:16.644 INFO O| Dec 20 23:23:16.644 INFO STEP 444 (remove_files) COMPLETE
57222024-12-20T23:23:18.481Z[ recovery-image] Dec 20 23:23:16.644 INFO O| Dec 20 23:23:16.644 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-12-20T23:23:18.512Z[ recovery-image] Dec 20 23:23:16.678 INFO O| Dec 20 23:23:16.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57242024-12-20T23:23:18.512Z[ recovery-image] Dec 20 23:23:16.678 INFO O| Dec 20 23:23:16.678 INFO STEP 445 (remove_files) COMPLETE
57252024-12-20T23:23:18.512Z[ recovery-image] Dec 20 23:23:16.678 INFO O| Dec 20 23:23:16.678 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-12-20T23:23:18.538Z[ recovery-image] Dec 20 23:23:16.703 INFO O| Dec 20 23:23:16.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
57272024-12-20T23:23:18.564Z[ recovery-image] Dec 20 23:23:16.729 INFO O| Dec 20 23:23:16.729 INFO STEP 446 (remove_files) COMPLETE
57282024-12-20T23:23:18.564Z[ recovery-image] Dec 20 23:23:16.729 INFO O| Dec 20 23:23:16.729 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-12-20T23:23:18.619Z[ recovery-image] Dec 20 23:23:16.784 INFO O| Dec 20 23:23:16.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57302024-12-20T23:23:18.619Z[ recovery-image] Dec 20 23:23:16.784 INFO O| Dec 20 23:23:16.784 INFO STEP 447 (remove_files) COMPLETE
57312024-12-20T23:23:18.619Z[ recovery-image] Dec 20 23:23:16.784 INFO O| Dec 20 23:23:16.784 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-12-20T23:23:18.655Z[ recovery-image] Dec 20 23:23:16.820 INFO O| Dec 20 23:23:16.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57332024-12-20T23:23:18.655Z[ recovery-image] Dec 20 23:23:16.821 INFO O| Dec 20 23:23:16.821 INFO STEP 448 (remove_files) COMPLETE
57342024-12-20T23:23:18.655Z[ recovery-image] Dec 20 23:23:16.821 INFO O| Dec 20 23:23:16.821 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-12-20T23:23:18.679Z[ recovery-image] Dec 20 23:23:16.844 INFO O| Dec 20 23:23:16.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57362024-12-20T23:23:18.679Z[ recovery-image] Dec 20 23:23:16.844 INFO O| Dec 20 23:23:16.844 INFO STEP 449 (remove_files) COMPLETE
57372024-12-20T23:23:18.679Z[ recovery-image] Dec 20 23:23:16.844 INFO O| Dec 20 23:23:16.844 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-12-20T23:23:18.720Z[ recovery-image] Dec 20 23:23:16.886 INFO O| Dec 20 23:23:16.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57392024-12-20T23:23:18.730Z[ recovery-image] Dec 20 23:23:16.886 INFO O| Dec 20 23:23:16.886 INFO STEP 450 (remove_files) COMPLETE
57402024-12-20T23:23:18.731Z[ recovery-image] Dec 20 23:23:16.886 INFO O| Dec 20 23:23:16.886 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-12-20T23:23:18.746Z[ recovery-image] Dec 20 23:23:16.911 INFO O| Dec 20 23:23:16.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57422024-12-20T23:23:18.749Z[ recovery-image] Dec 20 23:23:16.912 INFO O| Dec 20 23:23:16.911 INFO STEP 451 (remove_files) COMPLETE
57432024-12-20T23:23:18.749Z[ recovery-image] Dec 20 23:23:16.912 INFO O| Dec 20 23:23:16.912 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-12-20T23:23:18.806Z[ recovery-image] Dec 20 23:23:16.972 INFO O| Dec 20 23:23:16.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57452024-12-20T23:23:18.809Z[ recovery-image] Dec 20 23:23:16.972 INFO O| Dec 20 23:23:16.972 INFO STEP 452 (remove_files) COMPLETE
57462024-12-20T23:23:18.809Z[ recovery-image] Dec 20 23:23:16.972 INFO O| Dec 20 23:23:16.972 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-12-20T23:23:18.874Z[ recovery-image] Dec 20 23:23:17.040 INFO O| Dec 20 23:23:17.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57482024-12-20T23:23:18.895Z[ recovery-image] Dec 20 23:23:17.060 INFO O| Dec 20 23:23:17.060 INFO STEP 453 (remove_files) COMPLETE
57492024-12-20T23:23:18.896Z[ recovery-image] Dec 20 23:23:17.060 INFO O| Dec 20 23:23:17.060 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-12-20T23:23:18.954Z[ recovery-image] Dec 20 23:23:17.119 INFO O| Dec 20 23:23:17.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57512024-12-20T23:23:18.957Z[ recovery-image] Dec 20 23:23:17.119 INFO O| Dec 20 23:23:17.119 INFO STEP 454 (remove_files) COMPLETE
57522024-12-20T23:23:18.957Z[ recovery-image] Dec 20 23:23:17.120 INFO O| Dec 20 23:23:17.119 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-12-20T23:23:18.995Z[ recovery-image] Dec 20 23:23:17.160 INFO O| Dec 20 23:23:17.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57542024-12-20T23:23:19.017Z[ recovery-image] Dec 20 23:23:17.181 INFO O| Dec 20 23:23:17.181 INFO STEP 455 (remove_files) COMPLETE
57552024-12-20T23:23:19.017Z[ recovery-image] Dec 20 23:23:17.181 INFO O| Dec 20 23:23:17.181 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-12-20T23:23:19.070Z[ recovery-image] Dec 20 23:23:17.235 INFO O| Dec 20 23:23:17.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57572024-12-20T23:23:19.073Z[ recovery-image] Dec 20 23:23:17.235 INFO O| Dec 20 23:23:17.235 INFO STEP 456 (remove_files) COMPLETE
57582024-12-20T23:23:19.073Z[ recovery-image] Dec 20 23:23:17.235 INFO O| Dec 20 23:23:17.235 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-12-20T23:23:19.097Z[ recovery-image] Dec 20 23:23:17.262 INFO O| Dec 20 23:23:17.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57602024-12-20T23:23:19.097Z[ recovery-image] Dec 20 23:23:17.262 INFO O| Dec 20 23:23:17.262 INFO STEP 457 (remove_files) COMPLETE
57612024-12-20T23:23:19.100Z[ recovery-image] Dec 20 23:23:17.262 INFO O| Dec 20 23:23:17.262 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-12-20T23:23:19.125Z[ recovery-image] Dec 20 23:23:17.289 INFO O| Dec 20 23:23:17.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57632024-12-20T23:23:19.125Z[ recovery-image] Dec 20 23:23:17.290 INFO O| Dec 20 23:23:17.289 INFO STEP 458 (remove_files) COMPLETE
57642024-12-20T23:23:19.127Z[ recovery-image] Dec 20 23:23:17.290 INFO O| Dec 20 23:23:17.289 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-12-20T23:23:19.178Z[ recovery-image] Dec 20 23:23:17.344 INFO O| Dec 20 23:23:17.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57662024-12-20T23:23:19.178Z[ recovery-image] Dec 20 23:23:17.344 INFO O| Dec 20 23:23:17.344 INFO STEP 459 (remove_files) COMPLETE
57672024-12-20T23:23:19.181Z[ recovery-image] Dec 20 23:23:17.344 INFO O| Dec 20 23:23:17.344 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-12-20T23:23:19.205Z[ recovery-image] Dec 20 23:23:17.370 INFO O| Dec 20 23:23:17.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57692024-12-20T23:23:19.212Z[ recovery-image] Dec 20 23:23:17.378 INFO O| Dec 20 23:23:17.378 INFO STEP 460 (remove_files) COMPLETE
57702024-12-20T23:23:19.213Z[ recovery-image] Dec 20 23:23:17.378 INFO O| Dec 20 23:23:17.378 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-12-20T23:23:19.239Z[ recovery-image] Dec 20 23:23:17.404 INFO O| Dec 20 23:23:17.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57722024-12-20T23:23:19.239Z[ recovery-image] Dec 20 23:23:17.404 INFO O| Dec 20 23:23:17.404 INFO STEP 461 (remove_files) COMPLETE
57732024-12-20T23:23:19.239Z[ recovery-image] Dec 20 23:23:17.404 INFO O| Dec 20 23:23:17.404 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-12-20T23:23:19.311Z[ recovery-image] Dec 20 23:23:17.476 INFO O| Dec 20 23:23:17.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57752024-12-20T23:23:19.311Z[ recovery-image] Dec 20 23:23:17.476 INFO O| Dec 20 23:23:17.476 INFO STEP 462 (remove_files) COMPLETE
57762024-12-20T23:23:19.311Z[ recovery-image] Dec 20 23:23:17.476 INFO O| Dec 20 23:23:17.476 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-12-20T23:23:19.336Z[ recovery-image] Dec 20 23:23:17.501 INFO O| Dec 20 23:23:17.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57782024-12-20T23:23:19.336Z[ recovery-image] Dec 20 23:23:17.501 INFO O| Dec 20 23:23:17.501 INFO STEP 463 (remove_files) COMPLETE
57792024-12-20T23:23:19.336Z[ recovery-image] Dec 20 23:23:17.501 INFO O| Dec 20 23:23:17.501 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-12-20T23:23:19.398Z[ recovery-image] Dec 20 23:23:17.561 INFO O| Dec 20 23:23:17.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57812024-12-20T23:23:19.398Z[ recovery-image] Dec 20 23:23:17.561 INFO O| Dec 20 23:23:17.561 INFO STEP 464 (remove_files) COMPLETE
57822024-12-20T23:23:19.405Z[ recovery-image] Dec 20 23:23:17.561 INFO O| Dec 20 23:23:17.561 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-12-20T23:23:19.437Z[ recovery-image] Dec 20 23:23:17.602 INFO O| Dec 20 23:23:17.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57842024-12-20T23:23:19.439Z[ recovery-image] Dec 20 23:23:17.602 INFO O| Dec 20 23:23:17.602 INFO STEP 465 (remove_files) COMPLETE
57852024-12-20T23:23:19.440Z[ recovery-image] Dec 20 23:23:17.603 INFO O| Dec 20 23:23:17.602 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-12-20T23:23:19.499Z[ recovery-image] Dec 20 23:23:17.664 INFO O| Dec 20 23:23:17.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57872024-12-20T23:23:19.501Z[ recovery-image] Dec 20 23:23:17.664 INFO O| Dec 20 23:23:17.664 INFO STEP 466 (remove_files) COMPLETE
57882024-12-20T23:23:19.501Z[ recovery-image] Dec 20 23:23:17.664 INFO O| Dec 20 23:23:17.664 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-12-20T23:23:19.575Z[ recovery-image] Dec 20 23:23:17.740 INFO O| Dec 20 23:23:17.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57902024-12-20T23:23:19.575Z[ recovery-image] Dec 20 23:23:17.740 INFO O| Dec 20 23:23:17.740 INFO STEP 467 (remove_files) COMPLETE
57912024-12-20T23:23:19.577Z[ recovery-image] Dec 20 23:23:17.740 INFO O| Dec 20 23:23:17.740 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-12-20T23:23:19.647Z[ recovery-image] Dec 20 23:23:17.812 INFO O| Dec 20 23:23:17.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57932024-12-20T23:23:19.647Z[ recovery-image] Dec 20 23:23:17.812 INFO O| Dec 20 23:23:17.812 INFO STEP 468 (remove_files) COMPLETE
57942024-12-20T23:23:19.647Z[ recovery-image] Dec 20 23:23:17.812 INFO O| Dec 20 23:23:17.812 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-12-20T23:23:19.672Z[ recovery-image] Dec 20 23:23:17.837 INFO O| Dec 20 23:23:17.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57962024-12-20T23:23:19.672Z[ recovery-image] Dec 20 23:23:17.837 INFO O| Dec 20 23:23:17.837 INFO STEP 469 (remove_files) COMPLETE
57972024-12-20T23:23:19.672Z[ recovery-image] Dec 20 23:23:17.837 INFO O| Dec 20 23:23:17.837 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-12-20T23:23:19.716Z[ recovery-image] Dec 20 23:23:17.881 INFO O| Dec 20 23:23:17.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57992024-12-20T23:23:19.716Z[ recovery-image] Dec 20 23:23:17.881 INFO O| Dec 20 23:23:17.881 INFO STEP 470 (remove_files) COMPLETE
58002024-12-20T23:23:19.719Z[ recovery-image] Dec 20 23:23:17.881 INFO O| Dec 20 23:23:17.881 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-12-20T23:23:19.777Z[ recovery-image] Dec 20 23:23:17.942 INFO O| Dec 20 23:23:17.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
58022024-12-20T23:23:19.777Z[ recovery-image] Dec 20 23:23:17.942 INFO O| Dec 20 23:23:17.942 INFO STEP 471 (remove_files) COMPLETE
58032024-12-20T23:23:19.777Z[ recovery-image] Dec 20 23:23:17.942 INFO O| Dec 20 23:23:17.942 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-12-20T23:23:19.820Z[ recovery-image] Dec 20 23:23:17.985 INFO O| Dec 20 23:23:17.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
58052024-12-20T23:23:19.820Z[ recovery-image] Dec 20 23:23:17.985 INFO O| Dec 20 23:23:17.985 INFO STEP 472 (remove_files) COMPLETE
58062024-12-20T23:23:19.820Z[ recovery-image] Dec 20 23:23:17.985 INFO O| Dec 20 23:23:17.985 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-12-20T23:23:19.848Z[ recovery-image] Dec 20 23:23:18.012 INFO O| Dec 20 23:23:18.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
58082024-12-20T23:23:19.848Z[ recovery-image] Dec 20 23:23:18.012 INFO O| Dec 20 23:23:18.012 INFO STEP 473 (remove_files) COMPLETE
58092024-12-20T23:23:19.848Z[ recovery-image] Dec 20 23:23:18.012 INFO O| Dec 20 23:23:18.012 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-12-20T23:23:19.894Z[ recovery-image] Dec 20 23:23:18.059 INFO O| Dec 20 23:23:18.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
58112024-12-20T23:23:19.894Z[ recovery-image] Dec 20 23:23:18.059 INFO O| Dec 20 23:23:18.059 INFO STEP 474 (remove_files) COMPLETE
58122024-12-20T23:23:19.894Z[ recovery-image] Dec 20 23:23:18.059 INFO O| Dec 20 23:23:18.059 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-12-20T23:23:19.908Z[ host-image] Dec 20 23:23:18.073 INFO O| Dec 20 23:23:18.072 INFO O| Done
58142024-12-20T23:23:19.921Z[ recovery-image] Dec 20 23:23:18.086 INFO O| Dec 20 23:23:18.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
58152024-12-20T23:23:19.921Z[ recovery-image] Dec 20 23:23:18.086 INFO O| Dec 20 23:23:18.086 INFO STEP 475 (remove_files) COMPLETE
58162024-12-20T23:23:19.923Z[ recovery-image] Dec 20 23:23:18.086 INFO O| Dec 20 23:23:18.086 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-12-20T23:23:19.947Z[ recovery-image] Dec 20 23:23:18.112 INFO O| Dec 20 23:23:18.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
58182024-12-20T23:23:19.951Z[ recovery-image] Dec 20 23:23:18.112 INFO O| Dec 20 23:23:18.112 INFO STEP 476 (remove_files) COMPLETE
58192024-12-20T23:23:19.951Z[ recovery-image] Dec 20 23:23:18.112 INFO O| Dec 20 23:23:18.112 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-12-20T23:23:19.973Z[ recovery-image] Dec 20 23:23:18.138 INFO O| Dec 20 23:23:18.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
58212024-12-20T23:23:19.973Z[ recovery-image] Dec 20 23:23:18.138 INFO O| Dec 20 23:23:18.138 INFO STEP 477 (remove_files) COMPLETE
58222024-12-20T23:23:19.976Z[ recovery-image] Dec 20 23:23:18.138 INFO O| Dec 20 23:23:18.138 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-12-20T23:23:20.001Z[ recovery-image] Dec 20 23:23:18.166 INFO O| Dec 20 23:23:18.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58242024-12-20T23:23:20.004Z[ recovery-image] Dec 20 23:23:18.166 INFO O| Dec 20 23:23:18.166 INFO STEP 478 (remove_files) COMPLETE
58252024-12-20T23:23:20.004Z[ recovery-image] Dec 20 23:23:18.166 INFO O| Dec 20 23:23:18.166 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-12-20T23:23:20.007Z[ host-image] Dec 20 23:23:18.171 INFO O| Dec 20 23:23:18.171 INFO O| Done
58272024-12-20T23:23:20.007Z[ host-image] Dec 20 23:23:18.172 INFO O| Dec 20 23:23:18.172 INFO O| Done
58282024-12-20T23:23:20.034Z[ recovery-image] Dec 20 23:23:18.199 INFO O| Dec 20 23:23:18.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58292024-12-20T23:23:20.036Z[ host-image] Dec 20 23:23:18.201 INFO O| Dec 20 23:23:18.201 INFO O| Done
58302024-12-20T23:23:20.058Z[ recovery-image] Dec 20 23:23:18.223 INFO O| Dec 20 23:23:18.223 INFO STEP 479 (remove_files) COMPLETE
58312024-12-20T23:23:20.058Z[ recovery-image] Dec 20 23:23:18.223 INFO O| Dec 20 23:23:18.223 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-12-20T23:23:20.124Z[ recovery-image] Dec 20 23:23:18.289 INFO O| Dec 20 23:23:18.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58332024-12-20T23:23:20.124Z[ recovery-image] Dec 20 23:23:18.289 INFO O| Dec 20 23:23:18.289 INFO STEP 480 (remove_files) COMPLETE
58342024-12-20T23:23:20.127Z[ recovery-image] Dec 20 23:23:18.289 INFO O| Dec 20 23:23:18.289 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-12-20T23:23:20.153Z[ recovery-image] Dec 20 23:23:18.316 INFO O| Dec 20 23:23:18.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58362024-12-20T23:23:20.153Z[ recovery-image] Dec 20 23:23:18.317 INFO O| Dec 20 23:23:18.317 INFO STEP 481 (remove_files) COMPLETE
58372024-12-20T23:23:20.153Z[ recovery-image] Dec 20 23:23:18.317 INFO O| Dec 20 23:23:18.317 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-12-20T23:23:20.177Z[ recovery-image] Dec 20 23:23:18.342 INFO O| Dec 20 23:23:18.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58392024-12-20T23:23:20.179Z[ recovery-image] Dec 20 23:23:18.342 INFO O| Dec 20 23:23:18.342 INFO STEP 482 (remove_files) COMPLETE
58402024-12-20T23:23:20.179Z[ recovery-image] Dec 20 23:23:18.342 INFO O| Dec 20 23:23:18.342 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-12-20T23:23:20.204Z[ recovery-image] Dec 20 23:23:18.369 INFO O| Dec 20 23:23:18.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58422024-12-20T23:23:20.207Z[ recovery-image] Dec 20 23:23:18.370 INFO O| Dec 20 23:23:18.370 INFO STEP 483 (remove_files) COMPLETE
58432024-12-20T23:23:20.207Z[ recovery-image] Dec 20 23:23:18.370 INFO O| Dec 20 23:23:18.370 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-12-20T23:23:20.230Z[ recovery-image] Dec 20 23:23:18.395 INFO O| Dec 20 23:23:18.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58452024-12-20T23:23:20.230Z[ recovery-image] Dec 20 23:23:18.395 INFO O| Dec 20 23:23:18.395 INFO STEP 484 (remove_files) COMPLETE
58462024-12-20T23:23:20.233Z[ recovery-image] Dec 20 23:23:18.395 INFO O| Dec 20 23:23:18.395 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-12-20T23:23:20.255Z[ recovery-image] Dec 20 23:23:18.420 INFO O| Dec 20 23:23:18.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58482024-12-20T23:23:20.258Z[ recovery-image] Dec 20 23:23:18.421 INFO O| Dec 20 23:23:18.421 INFO STEP 485 (remove_files) COMPLETE
58492024-12-20T23:23:20.258Z[ recovery-image] Dec 20 23:23:18.421 INFO O| Dec 20 23:23:18.421 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-12-20T23:23:20.278Z[ host-image] Dec 20 23:23:18.443 INFO O| Dec 20 23:23:18.443 INFO STEP 12 (pkg_install) COMPLETE
58512024-12-20T23:23:20.281Z[ host-image] Dec 20 23:23:18.443 INFO O| Dec 20 23:23:18.443 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
58522024-12-20T23:23:20.281Z[ recovery-image] Dec 20 23:23:18.446 INFO O| Dec 20 23:23:18.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58532024-12-20T23:23:20.281Z[ recovery-image] Dec 20 23:23:18.446 INFO O| Dec 20 23:23:18.446 INFO STEP 486 (remove_files) COMPLETE
58542024-12-20T23:23:20.285Z[ recovery-image] Dec 20 23:23:18.447 INFO O| Dec 20 23:23:18.447 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-12-20T23:23:20.300Z[ host-image] Dec 20 23:23:18.465 INFO O| Dec 20 23:23:18.465 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
58562024-12-20T23:23:20.335Z[ recovery-image] Dec 20 23:23:18.500 INFO O| Dec 20 23:23:18.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58572024-12-20T23:23:20.338Z[ recovery-image] Dec 20 23:23:18.500 INFO O| Dec 20 23:23:18.500 INFO STEP 487 (remove_files) COMPLETE
58582024-12-20T23:23:20.338Z[ recovery-image] Dec 20 23:23:18.500 INFO O| Dec 20 23:23:18.500 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-12-20T23:23:20.359Z[ recovery-image] Dec 20 23:23:18.524 INFO O| Dec 20 23:23:18.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58602024-12-20T23:23:20.362Z[ recovery-image] Dec 20 23:23:18.524 INFO O| Dec 20 23:23:18.524 INFO STEP 488 (remove_files) COMPLETE
58612024-12-20T23:23:20.362Z[ recovery-image] Dec 20 23:23:18.524 INFO O| Dec 20 23:23:18.524 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-12-20T23:23:20.385Z[ recovery-image] Dec 20 23:23:18.550 INFO O| Dec 20 23:23:18.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58632024-12-20T23:23:20.388Z[ recovery-image] Dec 20 23:23:18.550 INFO O| Dec 20 23:23:18.550 INFO STEP 489 (remove_files) COMPLETE
58642024-12-20T23:23:20.388Z[ recovery-image] Dec 20 23:23:18.551 INFO O| Dec 20 23:23:18.550 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-12-20T23:23:20.425Z[ recovery-image] Dec 20 23:23:18.590 INFO O| Dec 20 23:23:18.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58662024-12-20T23:23:20.453Z[ recovery-image] Dec 20 23:23:18.617 INFO O| Dec 20 23:23:18.617 INFO STEP 490 (remove_files) COMPLETE
58672024-12-20T23:23:20.456Z[ recovery-image] Dec 20 23:23:18.617 INFO O| Dec 20 23:23:18.617 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-12-20T23:23:20.478Z[ recovery-image] Dec 20 23:23:18.642 INFO O| Dec 20 23:23:18.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58692024-12-20T23:23:20.481Z[ recovery-image] Dec 20 23:23:18.643 INFO O| Dec 20 23:23:18.643 INFO STEP 491 (remove_files) COMPLETE
58702024-12-20T23:23:20.481Z[ recovery-image] Dec 20 23:23:18.643 INFO O| Dec 20 23:23:18.643 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-12-20T23:23:20.511Z[ recovery-image] Dec 20 23:23:18.676 INFO O| Dec 20 23:23:18.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58722024-12-20T23:23:20.511Z[ recovery-image] Dec 20 23:23:18.676 INFO O| Dec 20 23:23:18.676 INFO STEP 492 (remove_files) COMPLETE
58732024-12-20T23:23:20.511Z[ recovery-image] Dec 20 23:23:18.676 INFO O| Dec 20 23:23:18.676 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-12-20T23:23:20.536Z[ recovery-image] Dec 20 23:23:18.701 INFO O| Dec 20 23:23:18.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58752024-12-20T23:23:20.536Z[ recovery-image] Dec 20 23:23:18.701 INFO O| Dec 20 23:23:18.701 INFO STEP 493 (remove_files) COMPLETE
58762024-12-20T23:23:20.538Z[ recovery-image] Dec 20 23:23:18.701 INFO O| Dec 20 23:23:18.701 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-12-20T23:23:20.560Z[ recovery-image] Dec 20 23:23:18.725 INFO O| Dec 20 23:23:18.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58782024-12-20T23:23:20.560Z[ recovery-image] Dec 20 23:23:18.725 INFO O| Dec 20 23:23:18.725 INFO STEP 494 (remove_files) COMPLETE
58792024-12-20T23:23:20.564Z[ recovery-image] Dec 20 23:23:18.725 INFO O| Dec 20 23:23:18.725 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-12-20T23:23:20.584Z[ recovery-image] Dec 20 23:23:18.749 INFO O| Dec 20 23:23:18.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58812024-12-20T23:23:20.584Z[ recovery-image] Dec 20 23:23:18.749 INFO O| Dec 20 23:23:18.749 INFO STEP 495 (remove_files) COMPLETE
58822024-12-20T23:23:20.587Z[ recovery-image] Dec 20 23:23:18.750 INFO O| Dec 20 23:23:18.749 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-12-20T23:23:20.609Z[ recovery-image] Dec 20 23:23:18.774 INFO O| Dec 20 23:23:18.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58842024-12-20T23:23:20.609Z[ recovery-image] Dec 20 23:23:18.774 INFO O| Dec 20 23:23:18.774 INFO STEP 496 (remove_files) COMPLETE
58852024-12-20T23:23:20.612Z[ recovery-image] Dec 20 23:23:18.774 INFO O| Dec 20 23:23:18.774 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-12-20T23:23:20.633Z[ recovery-image] Dec 20 23:23:18.798 INFO O| Dec 20 23:23:18.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58872024-12-20T23:23:20.633Z[ recovery-image] Dec 20 23:23:18.798 INFO O| Dec 20 23:23:18.798 INFO STEP 497 (remove_files) COMPLETE
58882024-12-20T23:23:20.633Z[ recovery-image] Dec 20 23:23:18.798 INFO O| Dec 20 23:23:18.798 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-12-20T23:23:20.668Z[ recovery-image] Dec 20 23:23:18.833 INFO O| Dec 20 23:23:18.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58902024-12-20T23:23:20.671Z[ recovery-image] Dec 20 23:23:18.833 INFO O| Dec 20 23:23:18.833 INFO STEP 498 (remove_files) COMPLETE
58912024-12-20T23:23:20.671Z[ recovery-image] Dec 20 23:23:18.833 INFO O| Dec 20 23:23:18.833 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-12-20T23:23:20.697Z[ recovery-image] Dec 20 23:23:18.862 INFO O| Dec 20 23:23:18.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58932024-12-20T23:23:20.697Z[ recovery-image] Dec 20 23:23:18.862 INFO O| Dec 20 23:23:18.862 INFO STEP 499 (remove_files) COMPLETE
58942024-12-20T23:23:20.705Z[ recovery-image] Dec 20 23:23:18.862 INFO O| Dec 20 23:23:18.862 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-12-20T23:23:20.747Z[ recovery-image] Dec 20 23:23:18.912 INFO O| Dec 20 23:23:18.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58962024-12-20T23:23:20.747Z[ recovery-image] Dec 20 23:23:18.912 INFO O| Dec 20 23:23:18.912 INFO STEP 500 (remove_files) COMPLETE
58972024-12-20T23:23:20.749Z[ recovery-image] Dec 20 23:23:18.912 INFO O| Dec 20 23:23:18.912 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-12-20T23:23:20.773Z[ recovery-image] Dec 20 23:23:18.938 INFO O| Dec 20 23:23:18.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58992024-12-20T23:23:20.773Z[ recovery-image] Dec 20 23:23:18.938 INFO O| Dec 20 23:23:18.938 INFO STEP 501 (remove_files) COMPLETE
59002024-12-20T23:23:20.775Z[ recovery-image] Dec 20 23:23:18.938 INFO O| Dec 20 23:23:18.938 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-12-20T23:23:20.799Z[ recovery-image] Dec 20 23:23:18.964 INFO O| Dec 20 23:23:18.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
59022024-12-20T23:23:20.799Z[ recovery-image] Dec 20 23:23:18.964 INFO O| Dec 20 23:23:18.964 INFO STEP 502 (remove_files) COMPLETE
59032024-12-20T23:23:20.801Z[ recovery-image] Dec 20 23:23:18.964 INFO O| Dec 20 23:23:18.964 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-12-20T23:23:20.825Z[ recovery-image] Dec 20 23:23:18.990 INFO O| Dec 20 23:23:18.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
59052024-12-20T23:23:20.825Z[ recovery-image] Dec 20 23:23:18.990 INFO O| Dec 20 23:23:18.990 INFO STEP 503 (remove_files) COMPLETE
59062024-12-20T23:23:20.825Z[ recovery-image] Dec 20 23:23:18.990 INFO O| Dec 20 23:23:18.990 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-12-20T23:23:20.851Z[ recovery-image] Dec 20 23:23:19.016 INFO O| Dec 20 23:23:19.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
59082024-12-20T23:23:20.851Z[ recovery-image] Dec 20 23:23:19.016 INFO O| Dec 20 23:23:19.016 INFO STEP 504 (remove_files) COMPLETE
59092024-12-20T23:23:20.851Z[ recovery-image] Dec 20 23:23:19.016 INFO O| Dec 20 23:23:19.016 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-12-20T23:23:20.878Z[ recovery-image] Dec 20 23:23:19.043 INFO O| Dec 20 23:23:19.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
59112024-12-20T23:23:20.878Z[ recovery-image] Dec 20 23:23:19.043 INFO O| Dec 20 23:23:19.043 INFO STEP 505 (remove_files) COMPLETE
59122024-12-20T23:23:20.878Z[ recovery-image] Dec 20 23:23:19.043 INFO O| Dec 20 23:23:19.043 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-12-20T23:23:20.903Z[ recovery-image] Dec 20 23:23:19.068 INFO O| Dec 20 23:23:19.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
59142024-12-20T23:23:20.903Z[ recovery-image] Dec 20 23:23:19.068 INFO O| Dec 20 23:23:19.068 INFO STEP 506 (remove_files) COMPLETE
59152024-12-20T23:23:20.903Z[ recovery-image] Dec 20 23:23:19.069 INFO O| Dec 20 23:23:19.068 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-12-20T23:23:20.954Z[ recovery-image] Dec 20 23:23:19.119 INFO O| Dec 20 23:23:19.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
59172024-12-20T23:23:20.954Z[ recovery-image] Dec 20 23:23:19.119 INFO O| Dec 20 23:23:19.119 INFO STEP 507 (remove_files) COMPLETE
59182024-12-20T23:23:20.956Z[ recovery-image] Dec 20 23:23:19.120 INFO O| Dec 20 23:23:19.119 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-12-20T23:23:20.984Z[ recovery-image] Dec 20 23:23:19.149 INFO O| Dec 20 23:23:19.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
59202024-12-20T23:23:20.984Z[ recovery-image] Dec 20 23:23:19.149 INFO O| Dec 20 23:23:19.149 INFO STEP 508 (remove_files) COMPLETE
59212024-12-20T23:23:20.986Z[ recovery-image] Dec 20 23:23:19.149 INFO O| Dec 20 23:23:19.149 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-12-20T23:23:21.010Z[ recovery-image] Dec 20 23:23:19.175 INFO O| Dec 20 23:23:19.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
59232024-12-20T23:23:21.010Z[ recovery-image] Dec 20 23:23:19.175 INFO O| Dec 20 23:23:19.175 INFO STEP 509 (remove_files) COMPLETE
59242024-12-20T23:23:21.013Z[ recovery-image] Dec 20 23:23:19.175 INFO O| Dec 20 23:23:19.175 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-12-20T23:23:21.036Z[ recovery-image] Dec 20 23:23:19.201 INFO O| Dec 20 23:23:19.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
59262024-12-20T23:23:21.036Z[ recovery-image] Dec 20 23:23:19.201 INFO O| Dec 20 23:23:19.201 INFO STEP 510 (remove_files) COMPLETE
59272024-12-20T23:23:21.039Z[ recovery-image] Dec 20 23:23:19.201 INFO O| Dec 20 23:23:19.201 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-12-20T23:23:21.062Z[ recovery-image] Dec 20 23:23:19.227 INFO O| Dec 20 23:23:19.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59292024-12-20T23:23:21.065Z[ recovery-image] Dec 20 23:23:19.228 INFO O| Dec 20 23:23:19.228 INFO STEP 511 (remove_files) COMPLETE
59302024-12-20T23:23:21.065Z[ recovery-image] Dec 20 23:23:19.228 INFO O| Dec 20 23:23:19.228 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-12-20T23:23:21.089Z[ recovery-image] Dec 20 23:23:19.255 INFO O| Dec 20 23:23:19.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59322024-12-20T23:23:21.094Z[ recovery-image] Dec 20 23:23:19.255 INFO O| Dec 20 23:23:19.255 INFO STEP 512 (remove_files) COMPLETE
59332024-12-20T23:23:21.094Z[ recovery-image] Dec 20 23:23:19.255 INFO O| Dec 20 23:23:19.255 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-12-20T23:23:21.116Z[ recovery-image] Dec 20 23:23:19.281 INFO O| Dec 20 23:23:19.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59352024-12-20T23:23:21.119Z[ recovery-image] Dec 20 23:23:19.282 INFO O| Dec 20 23:23:19.282 INFO STEP 513 (remove_files) COMPLETE
59362024-12-20T23:23:21.119Z[ recovery-image] Dec 20 23:23:19.282 INFO O| Dec 20 23:23:19.282 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-12-20T23:23:21.144Z[ recovery-image] Dec 20 23:23:19.309 INFO O| Dec 20 23:23:19.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
59382024-12-20T23:23:21.147Z[ recovery-image] Dec 20 23:23:19.309 INFO O| Dec 20 23:23:19.309 INFO STEP 514 (remove_files) COMPLETE
59392024-12-20T23:23:21.147Z[ recovery-image] Dec 20 23:23:19.309 INFO O| Dec 20 23:23:19.309 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-12-20T23:23:21.170Z[ recovery-image] Dec 20 23:23:19.335 INFO O| Dec 20 23:23:19.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59412024-12-20T23:23:21.173Z[ recovery-image] Dec 20 23:23:19.335 INFO O| Dec 20 23:23:19.335 INFO STEP 515 (remove_files) COMPLETE
59422024-12-20T23:23:21.173Z[ recovery-image] Dec 20 23:23:19.336 INFO O| Dec 20 23:23:19.335 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-12-20T23:23:21.197Z[ recovery-image] Dec 20 23:23:19.362 INFO O| Dec 20 23:23:19.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59442024-12-20T23:23:21.200Z[ recovery-image] Dec 20 23:23:19.362 INFO O| Dec 20 23:23:19.362 INFO STEP 516 (remove_files) COMPLETE
59452024-12-20T23:23:21.200Z[ recovery-image] Dec 20 23:23:19.363 INFO O| Dec 20 23:23:19.362 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-12-20T23:23:21.225Z[ recovery-image] Dec 20 23:23:19.390 INFO O| Dec 20 23:23:19.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59472024-12-20T23:23:21.225Z[ recovery-image] Dec 20 23:23:19.390 INFO O| Dec 20 23:23:19.390 INFO STEP 517 (remove_files) COMPLETE
59482024-12-20T23:23:21.225Z[ recovery-image] Dec 20 23:23:19.390 INFO O| Dec 20 23:23:19.390 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-12-20T23:23:21.252Z[ recovery-image] Dec 20 23:23:19.416 INFO O| Dec 20 23:23:19.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59502024-12-20T23:23:21.252Z[ recovery-image] Dec 20 23:23:19.416 INFO O| Dec 20 23:23:19.416 INFO STEP 518 (remove_files) COMPLETE
59512024-12-20T23:23:21.252Z[ recovery-image] Dec 20 23:23:19.416 INFO O| Dec 20 23:23:19.416 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-12-20T23:23:21.262Z[ host-image] Dec 20 23:23:19.427 INFO O| Dec 20 23:23:19.427 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
59532024-12-20T23:23:21.278Z[ recovery-image] Dec 20 23:23:19.443 INFO O| Dec 20 23:23:19.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
59542024-12-20T23:23:21.281Z[ recovery-image] Dec 20 23:23:19.443 INFO O| Dec 20 23:23:19.443 INFO STEP 519 (remove_files) COMPLETE
59552024-12-20T23:23:21.281Z[ recovery-image] Dec 20 23:23:19.443 INFO O| Dec 20 23:23:19.443 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-12-20T23:23:21.304Z[ recovery-image] Dec 20 23:23:19.469 INFO O| Dec 20 23:23:19.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
59572024-12-20T23:23:21.307Z[ recovery-image] Dec 20 23:23:19.469 INFO O| Dec 20 23:23:19.469 INFO STEP 520 (remove_files) COMPLETE
59582024-12-20T23:23:21.307Z[ recovery-image] Dec 20 23:23:19.469 INFO O| Dec 20 23:23:19.469 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-12-20T23:23:21.330Z[ recovery-image] Dec 20 23:23:19.495 INFO O| Dec 20 23:23:19.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
59602024-12-20T23:23:21.333Z[ recovery-image] Dec 20 23:23:19.496 INFO O| Dec 20 23:23:19.496 INFO STEP 521 (remove_files) COMPLETE
59612024-12-20T23:23:21.333Z[ recovery-image] Dec 20 23:23:19.496 INFO O| Dec 20 23:23:19.496 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-12-20T23:23:21.358Z[ recovery-image] Dec 20 23:23:19.521 INFO O| Dec 20 23:23:19.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59632024-12-20T23:23:21.358Z[ recovery-image] Dec 20 23:23:19.522 INFO O| Dec 20 23:23:19.522 INFO STEP 522 (remove_files) COMPLETE
59642024-12-20T23:23:21.358Z[ recovery-image] Dec 20 23:23:19.522 INFO O| Dec 20 23:23:19.522 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-12-20T23:23:21.396Z[ recovery-image] Dec 20 23:23:19.561 INFO O| Dec 20 23:23:19.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
59662024-12-20T23:23:21.396Z[ recovery-image] Dec 20 23:23:19.561 INFO O| Dec 20 23:23:19.561 INFO STEP 523 (remove_files) COMPLETE
59672024-12-20T23:23:21.396Z[ recovery-image] Dec 20 23:23:19.561 INFO O| Dec 20 23:23:19.561 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-12-20T23:23:21.458Z[ recovery-image] Dec 20 23:23:19.622 INFO O| Dec 20 23:23:19.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59692024-12-20T23:23:21.458Z[ recovery-image] Dec 20 23:23:19.623 INFO O| Dec 20 23:23:19.623 INFO STEP 524 (remove_files) COMPLETE
59702024-12-20T23:23:21.458Z[ recovery-image] Dec 20 23:23:19.623 INFO O| Dec 20 23:23:19.623 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-12-20T23:23:21.499Z[ recovery-image] Dec 20 23:23:19.662 INFO O| Dec 20 23:23:19.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59722024-12-20T23:23:21.499Z[ recovery-image] Dec 20 23:23:19.662 INFO O| Dec 20 23:23:19.662 INFO STEP 525 (remove_files) COMPLETE
59732024-12-20T23:23:21.499Z[ recovery-image] Dec 20 23:23:19.662 INFO O| Dec 20 23:23:19.662 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-12-20T23:23:21.531Z[ recovery-image] Dec 20 23:23:19.696 INFO O| Dec 20 23:23:19.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59752024-12-20T23:23:21.531Z[ recovery-image] Dec 20 23:23:19.696 INFO O| Dec 20 23:23:19.696 INFO STEP 526 (remove_files) COMPLETE
59762024-12-20T23:23:21.531Z[ recovery-image] Dec 20 23:23:19.696 INFO O| Dec 20 23:23:19.696 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-12-20T23:23:21.557Z[ recovery-image] Dec 20 23:23:19.721 INFO O| Dec 20 23:23:19.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59782024-12-20T23:23:21.557Z[ recovery-image] Dec 20 23:23:19.721 INFO O| Dec 20 23:23:19.721 INFO STEP 527 (remove_files) COMPLETE
59792024-12-20T23:23:21.557Z[ recovery-image] Dec 20 23:23:19.721 INFO O| Dec 20 23:23:19.721 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-12-20T23:23:21.585Z[ recovery-image] Dec 20 23:23:19.750 INFO O| Dec 20 23:23:19.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59812024-12-20T23:23:21.588Z[ recovery-image] Dec 20 23:23:19.751 INFO O| Dec 20 23:23:19.750 INFO STEP 528 (remove_files) COMPLETE
59822024-12-20T23:23:21.588Z[ recovery-image] Dec 20 23:23:19.751 INFO O| Dec 20 23:23:19.751 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-12-20T23:23:21.614Z[ recovery-image] Dec 20 23:23:19.779 INFO O| Dec 20 23:23:19.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59842024-12-20T23:23:21.617Z[ recovery-image] Dec 20 23:23:19.779 INFO O| Dec 20 23:23:19.779 INFO STEP 529 (remove_files) COMPLETE
59852024-12-20T23:23:21.617Z[ recovery-image] Dec 20 23:23:19.779 INFO O| Dec 20 23:23:19.779 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-12-20T23:23:21.669Z[ recovery-image] Dec 20 23:23:19.834 INFO O| Dec 20 23:23:19.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59872024-12-20T23:23:21.669Z[ recovery-image] Dec 20 23:23:19.834 INFO O| Dec 20 23:23:19.834 INFO STEP 530 (remove_files) COMPLETE
59882024-12-20T23:23:21.669Z[ recovery-image] Dec 20 23:23:19.834 INFO O| Dec 20 23:23:19.834 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-12-20T23:23:21.692Z[ recovery-image] Dec 20 23:23:19.856 INFO O| Dec 20 23:23:19.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59902024-12-20T23:23:21.692Z[ recovery-image] Dec 20 23:23:19.857 INFO O| Dec 20 23:23:19.857 INFO STEP 531 (remove_files) COMPLETE
59912024-12-20T23:23:21.695Z[ recovery-image] Dec 20 23:23:19.857 INFO O| Dec 20 23:23:19.857 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-12-20T23:23:21.750Z[ recovery-image] Dec 20 23:23:19.915 INFO O| Dec 20 23:23:19.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59932024-12-20T23:23:21.753Z[ recovery-image] Dec 20 23:23:19.915 INFO O| Dec 20 23:23:19.915 INFO STEP 532 (remove_files) COMPLETE
59942024-12-20T23:23:21.753Z[ recovery-image] Dec 20 23:23:19.916 INFO O| Dec 20 23:23:19.916 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-12-20T23:23:21.777Z[ recovery-image] Dec 20 23:23:19.942 INFO O| Dec 20 23:23:19.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59962024-12-20T23:23:21.777Z[ recovery-image] Dec 20 23:23:19.942 INFO O| Dec 20 23:23:19.942 INFO STEP 533 (remove_files) COMPLETE
59972024-12-20T23:23:21.777Z[ recovery-image] Dec 20 23:23:19.942 INFO O| Dec 20 23:23:19.942 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-12-20T23:23:21.803Z[ recovery-image] Dec 20 23:23:19.968 INFO O| Dec 20 23:23:19.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59992024-12-20T23:23:21.807Z[ recovery-image] Dec 20 23:23:19.968 INFO O| Dec 20 23:23:19.968 INFO STEP 534 (remove_files) COMPLETE
60002024-12-20T23:23:21.807Z[ recovery-image] Dec 20 23:23:19.968 INFO O| Dec 20 23:23:19.968 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-12-20T23:23:21.848Z[ recovery-image] Dec 20 23:23:20.013 INFO O| Dec 20 23:23:20.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
60022024-12-20T23:23:21.851Z[ recovery-image] Dec 20 23:23:20.013 INFO O| Dec 20 23:23:20.013 INFO STEP 535 (remove_files) COMPLETE
60032024-12-20T23:23:21.851Z[ recovery-image] Dec 20 23:23:20.013 INFO O| Dec 20 23:23:20.013 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-12-20T23:23:21.910Z[ recovery-image] Dec 20 23:23:20.074 INFO O| Dec 20 23:23:20.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
60052024-12-20T23:23:21.912Z[ recovery-image] Dec 20 23:23:20.075 INFO O| Dec 20 23:23:20.075 INFO STEP 536 (remove_files) COMPLETE
60062024-12-20T23:23:21.912Z[ recovery-image] Dec 20 23:23:20.075 INFO O| Dec 20 23:23:20.075 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-12-20T23:23:21.941Z[ recovery-image] Dec 20 23:23:20.106 INFO O| Dec 20 23:23:20.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
60082024-12-20T23:23:21.941Z[ recovery-image] Dec 20 23:23:20.106 INFO O| Dec 20 23:23:20.106 INFO STEP 537 (remove_files) COMPLETE
60092024-12-20T23:23:21.944Z[ recovery-image] Dec 20 23:23:20.106 INFO O| Dec 20 23:23:20.106 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-12-20T23:23:21.993Z[ recovery-image] Dec 20 23:23:20.158 INFO O| Dec 20 23:23:20.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
60112024-12-20T23:23:21.993Z[ recovery-image] Dec 20 23:23:20.158 INFO O| Dec 20 23:23:20.158 INFO STEP 538 (remove_files) COMPLETE
60122024-12-20T23:23:21.993Z[ recovery-image] Dec 20 23:23:20.158 INFO O| Dec 20 23:23:20.158 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-12-20T23:23:22.018Z[ recovery-image] Dec 20 23:23:20.183 INFO O| Dec 20 23:23:20.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
60142024-12-20T23:23:22.018Z[ recovery-image] Dec 20 23:23:20.183 INFO O| Dec 20 23:23:20.183 INFO STEP 539 (remove_files) COMPLETE
60152024-12-20T23:23:22.018Z[ recovery-image] Dec 20 23:23:20.183 INFO O| Dec 20 23:23:20.183 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-12-20T23:23:22.054Z[ recovery-image] Dec 20 23:23:20.218 INFO O| Dec 20 23:23:20.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
60172024-12-20T23:23:22.054Z[ recovery-image] Dec 20 23:23:20.218 INFO O| Dec 20 23:23:20.218 INFO STEP 540 (remove_files) COMPLETE
60182024-12-20T23:23:22.054Z[ recovery-image] Dec 20 23:23:20.218 INFO O| Dec 20 23:23:20.218 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-12-20T23:23:22.078Z[ recovery-image] Dec 20 23:23:20.242 INFO O| Dec 20 23:23:20.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
60202024-12-20T23:23:22.078Z[ recovery-image] Dec 20 23:23:20.242 INFO O| Dec 20 23:23:20.242 INFO STEP 541 (remove_files) COMPLETE
60212024-12-20T23:23:22.078Z[ recovery-image] Dec 20 23:23:20.242 INFO O| Dec 20 23:23:20.242 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-12-20T23:23:22.118Z[ recovery-image] Dec 20 23:23:20.282 INFO O| Dec 20 23:23:20.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
60232024-12-20T23:23:22.118Z[ recovery-image] Dec 20 23:23:20.282 INFO O| Dec 20 23:23:20.282 INFO STEP 542 (remove_files) COMPLETE
60242024-12-20T23:23:22.121Z[ recovery-image] Dec 20 23:23:20.283 INFO O| Dec 20 23:23:20.282 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-12-20T23:23:22.145Z[ recovery-image] Dec 20 23:23:20.310 INFO O| Dec 20 23:23:20.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
60262024-12-20T23:23:22.145Z[ recovery-image] Dec 20 23:23:20.310 INFO O| Dec 20 23:23:20.310 INFO STEP 543 (remove_files) COMPLETE
60272024-12-20T23:23:22.145Z[ recovery-image] Dec 20 23:23:20.310 INFO O| Dec 20 23:23:20.310 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-12-20T23:23:22.175Z[ recovery-image] Dec 20 23:23:20.340 INFO O| Dec 20 23:23:20.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
60292024-12-20T23:23:22.175Z[ recovery-image] Dec 20 23:23:20.340 INFO O| Dec 20 23:23:20.340 INFO STEP 544 (remove_files) COMPLETE
60302024-12-20T23:23:22.178Z[ recovery-image] Dec 20 23:23:20.340 INFO O| Dec 20 23:23:20.340 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-12-20T23:23:22.212Z[ recovery-image] Dec 20 23:23:20.377 INFO O| Dec 20 23:23:20.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
60322024-12-20T23:23:22.216Z[ recovery-image] Dec 20 23:23:20.378 INFO O| Dec 20 23:23:20.377 INFO STEP 545 (remove_files) COMPLETE
60332024-12-20T23:23:22.216Z[ recovery-image] Dec 20 23:23:20.378 INFO O| Dec 20 23:23:20.378 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-12-20T23:23:22.254Z[ recovery-image] Dec 20 23:23:20.419 INFO O| Dec 20 23:23:20.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
60352024-12-20T23:23:22.257Z[ recovery-image] Dec 20 23:23:20.419 INFO O| Dec 20 23:23:20.419 INFO STEP 546 (remove_files) COMPLETE
60362024-12-20T23:23:22.257Z[ recovery-image] Dec 20 23:23:20.419 INFO O| Dec 20 23:23:20.419 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-12-20T23:23:22.299Z[ recovery-image] Dec 20 23:23:20.464 INFO O| Dec 20 23:23:20.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60382024-12-20T23:23:22.299Z[ recovery-image] Dec 20 23:23:20.464 INFO O| Dec 20 23:23:20.464 INFO STEP 547 (remove_files) COMPLETE
60392024-12-20T23:23:22.299Z[ recovery-image] Dec 20 23:23:20.464 INFO O| Dec 20 23:23:20.464 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-12-20T23:23:22.399Z[ recovery-image] Dec 20 23:23:20.562 INFO O| Dec 20 23:23:20.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60412024-12-20T23:23:22.402Z[ recovery-image] Dec 20 23:23:20.562 INFO O| Dec 20 23:23:20.562 INFO STEP 548 (remove_files) COMPLETE
60422024-12-20T23:23:22.402Z[ recovery-image] Dec 20 23:23:20.562 INFO O| Dec 20 23:23:20.562 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-12-20T23:23:22.430Z[ recovery-image] Dec 20 23:23:20.595 INFO O| Dec 20 23:23:20.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60442024-12-20T23:23:22.433Z[ recovery-image] Dec 20 23:23:20.595 INFO O| Dec 20 23:23:20.595 INFO STEP 549 (remove_files) COMPLETE
60452024-12-20T23:23:22.433Z[ recovery-image] Dec 20 23:23:20.595 INFO O| Dec 20 23:23:20.595 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-12-20T23:23:22.466Z[ recovery-image] Dec 20 23:23:20.630 INFO O| Dec 20 23:23:20.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60472024-12-20T23:23:22.466Z[ recovery-image] Dec 20 23:23:20.630 INFO O| Dec 20 23:23:20.630 INFO STEP 550 (remove_files) COMPLETE
60482024-12-20T23:23:22.469Z[ recovery-image] Dec 20 23:23:20.630 INFO O| Dec 20 23:23:20.630 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-12-20T23:23:22.506Z[ recovery-image] Dec 20 23:23:20.671 INFO O| Dec 20 23:23:20.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60502024-12-20T23:23:22.507Z[ recovery-image] Dec 20 23:23:20.671 INFO O| Dec 20 23:23:20.671 INFO STEP 551 (remove_files) COMPLETE
60512024-12-20T23:23:22.507Z[ recovery-image] Dec 20 23:23:20.671 INFO O| Dec 20 23:23:20.671 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-12-20T23:23:22.548Z[ recovery-image] Dec 20 23:23:20.713 INFO O| Dec 20 23:23:20.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60532024-12-20T23:23:22.548Z[ recovery-image] Dec 20 23:23:20.713 INFO O| Dec 20 23:23:20.713 INFO STEP 552 (remove_files) COMPLETE
60542024-12-20T23:23:22.551Z[ recovery-image] Dec 20 23:23:20.713 INFO O| Dec 20 23:23:20.713 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-12-20T23:23:22.576Z[ recovery-image] Dec 20 23:23:20.740 INFO O| Dec 20 23:23:20.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60562024-12-20T23:23:22.576Z[ recovery-image] Dec 20 23:23:20.741 INFO O| Dec 20 23:23:20.741 INFO STEP 553 (remove_files) COMPLETE
60572024-12-20T23:23:22.579Z[ recovery-image] Dec 20 23:23:20.741 INFO O| Dec 20 23:23:20.741 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-12-20T23:23:22.604Z[ recovery-image] Dec 20 23:23:20.768 INFO O| Dec 20 23:23:20.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60592024-12-20T23:23:22.619Z[ recovery-image] Dec 20 23:23:20.783 INFO O| Dec 20 23:23:20.783 INFO STEP 554 (remove_files) COMPLETE
60602024-12-20T23:23:22.619Z[ recovery-image] Dec 20 23:23:20.783 INFO O| Dec 20 23:23:20.783 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-12-20T23:23:22.654Z[ recovery-image] Dec 20 23:23:20.819 INFO O| Dec 20 23:23:20.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60622024-12-20T23:23:22.656Z[ recovery-image] Dec 20 23:23:20.819 INFO O| Dec 20 23:23:20.819 INFO STEP 555 (remove_files) COMPLETE
60632024-12-20T23:23:22.656Z[ recovery-image] Dec 20 23:23:20.819 INFO O| Dec 20 23:23:20.819 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-12-20T23:23:22.680Z[ recovery-image] Dec 20 23:23:20.845 INFO O| Dec 20 23:23:20.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60652024-12-20T23:23:22.680Z[ recovery-image] Dec 20 23:23:20.845 INFO O| Dec 20 23:23:20.845 INFO STEP 556 (remove_files) COMPLETE
60662024-12-20T23:23:22.680Z[ recovery-image] Dec 20 23:23:20.845 INFO O| Dec 20 23:23:20.845 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-12-20T23:23:22.724Z[ recovery-image] Dec 20 23:23:20.889 INFO O| Dec 20 23:23:20.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60682024-12-20T23:23:22.724Z[ recovery-image] Dec 20 23:23:20.889 INFO O| Dec 20 23:23:20.889 INFO STEP 557 (remove_files) COMPLETE
60692024-12-20T23:23:22.726Z[ recovery-image] Dec 20 23:23:20.889 INFO O| Dec 20 23:23:20.889 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-12-20T23:23:22.750Z[ recovery-image] Dec 20 23:23:20.915 INFO O| Dec 20 23:23:20.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60712024-12-20T23:23:22.750Z[ recovery-image] Dec 20 23:23:20.915 INFO O| Dec 20 23:23:20.915 INFO STEP 558 (remove_files) COMPLETE
60722024-12-20T23:23:22.753Z[ recovery-image] Dec 20 23:23:20.915 INFO O| Dec 20 23:23:20.915 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-12-20T23:23:22.775Z[ recovery-image] Dec 20 23:23:20.940 INFO O| Dec 20 23:23:20.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60742024-12-20T23:23:22.775Z[ recovery-image] Dec 20 23:23:20.940 INFO O| Dec 20 23:23:20.940 INFO STEP 559 (remove_files) COMPLETE
60752024-12-20T23:23:22.775Z[ recovery-image] Dec 20 23:23:20.940 INFO O| Dec 20 23:23:20.940 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-12-20T23:23:22.808Z[ recovery-image] Dec 20 23:23:20.973 INFO O| Dec 20 23:23:20.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60772024-12-20T23:23:22.808Z[ recovery-image] Dec 20 23:23:20.973 INFO O| Dec 20 23:23:20.973 INFO STEP 560 (remove_files) COMPLETE
60782024-12-20T23:23:22.808Z[ recovery-image] Dec 20 23:23:20.973 INFO O| Dec 20 23:23:20.973 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-12-20T23:23:22.862Z[ recovery-image] Dec 20 23:23:21.026 INFO O| Dec 20 23:23:21.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60802024-12-20T23:23:22.862Z[ recovery-image] Dec 20 23:23:21.027 INFO O| Dec 20 23:23:21.027 INFO STEP 561 (remove_files) COMPLETE
60812024-12-20T23:23:22.862Z[ recovery-image] Dec 20 23:23:21.027 INFO O| Dec 20 23:23:21.027 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-12-20T23:23:22.889Z[ recovery-image] Dec 20 23:23:21.053 INFO O| Dec 20 23:23:21.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60832024-12-20T23:23:22.889Z[ recovery-image] Dec 20 23:23:21.053 INFO O| Dec 20 23:23:21.053 INFO STEP 562 (remove_files) COMPLETE
60842024-12-20T23:23:22.889Z[ recovery-image] Dec 20 23:23:21.053 INFO O| Dec 20 23:23:21.053 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-12-20T23:23:22.914Z[ recovery-image] Dec 20 23:23:21.079 INFO O| Dec 20 23:23:21.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60862024-12-20T23:23:22.935Z[ recovery-image] Dec 20 23:23:21.100 INFO O| Dec 20 23:23:21.100 INFO STEP 563 (remove_files) COMPLETE
60872024-12-20T23:23:22.935Z[ recovery-image] Dec 20 23:23:21.100 INFO O| Dec 20 23:23:21.100 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-12-20T23:23:22.994Z[ recovery-image] Dec 20 23:23:21.158 INFO O| Dec 20 23:23:21.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60892024-12-20T23:23:22.996Z[ recovery-image] Dec 20 23:23:21.159 INFO O| Dec 20 23:23:21.158 INFO STEP 564 (remove_files) COMPLETE
60902024-12-20T23:23:22.996Z[ recovery-image] Dec 20 23:23:21.159 INFO O| Dec 20 23:23:21.159 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-12-20T23:23:23.020Z[ recovery-image] Dec 20 23:23:21.185 INFO O| Dec 20 23:23:21.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60922024-12-20T23:23:23.023Z[ recovery-image] Dec 20 23:23:21.185 INFO O| Dec 20 23:23:21.185 INFO STEP 565 (remove_files) COMPLETE
60932024-12-20T23:23:23.023Z[ recovery-image] Dec 20 23:23:21.186 INFO O| Dec 20 23:23:21.185 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-12-20T23:23:23.045Z[ recovery-image] Dec 20 23:23:21.210 INFO O| Dec 20 23:23:21.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60952024-12-20T23:23:23.047Z[ recovery-image] Dec 20 23:23:21.210 INFO O| Dec 20 23:23:21.210 INFO STEP 566 (remove_files) COMPLETE
60962024-12-20T23:23:23.048Z[ recovery-image] Dec 20 23:23:21.210 INFO O| Dec 20 23:23:21.210 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-12-20T23:23:23.089Z[ recovery-image] Dec 20 23:23:21.254 INFO O| Dec 20 23:23:21.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60982024-12-20T23:23:23.092Z[ recovery-image] Dec 20 23:23:21.254 INFO O| Dec 20 23:23:21.254 INFO STEP 567 (remove_files) COMPLETE
60992024-12-20T23:23:23.092Z[ recovery-image] Dec 20 23:23:21.254 INFO O| Dec 20 23:23:21.254 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-12-20T23:23:23.125Z[ recovery-image] Dec 20 23:23:21.289 INFO O| Dec 20 23:23:21.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
61012024-12-20T23:23:23.127Z[ recovery-image] Dec 20 23:23:21.290 INFO O| Dec 20 23:23:21.289 INFO STEP 568 (remove_files) COMPLETE
61022024-12-20T23:23:23.127Z[ recovery-image] Dec 20 23:23:21.290 INFO O| Dec 20 23:23:21.290 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-12-20T23:23:23.152Z[ recovery-image] Dec 20 23:23:21.317 INFO O| Dec 20 23:23:21.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
61042024-12-20T23:23:23.155Z[ recovery-image] Dec 20 23:23:21.317 INFO O| Dec 20 23:23:21.317 INFO STEP 569 (remove_files) COMPLETE
61052024-12-20T23:23:23.155Z[ recovery-image] Dec 20 23:23:21.317 INFO O| Dec 20 23:23:21.317 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-12-20T23:23:23.188Z[ recovery-image] Dec 20 23:23:21.353 INFO O| Dec 20 23:23:21.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
61072024-12-20T23:23:23.192Z[ recovery-image] Dec 20 23:23:21.353 INFO O| Dec 20 23:23:21.353 INFO STEP 570 (remove_files) COMPLETE
61082024-12-20T23:23:23.192Z[ recovery-image] Dec 20 23:23:21.353 INFO O| Dec 20 23:23:21.353 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-12-20T23:23:23.216Z[ recovery-image] Dec 20 23:23:21.380 INFO O| Dec 20 23:23:21.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
61102024-12-20T23:23:23.216Z[ recovery-image] Dec 20 23:23:21.381 INFO O| Dec 20 23:23:21.380 INFO STEP 571 (remove_files) COMPLETE
61112024-12-20T23:23:23.218Z[ recovery-image] Dec 20 23:23:21.381 INFO O| Dec 20 23:23:21.381 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-12-20T23:23:23.245Z[ recovery-image] Dec 20 23:23:21.410 INFO O| Dec 20 23:23:21.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
61132024-12-20T23:23:23.245Z[ recovery-image] Dec 20 23:23:21.410 INFO O| Dec 20 23:23:21.410 INFO STEP 572 (remove_files) COMPLETE
61142024-12-20T23:23:23.245Z[ recovery-image] Dec 20 23:23:21.410 INFO O| Dec 20 23:23:21.410 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-12-20T23:23:23.272Z[ recovery-image] Dec 20 23:23:21.437 INFO O| Dec 20 23:23:21.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
61162024-12-20T23:23:23.272Z[ recovery-image] Dec 20 23:23:21.437 INFO O| Dec 20 23:23:21.437 INFO STEP 573 (remove_files) COMPLETE
61172024-12-20T23:23:23.272Z[ recovery-image] Dec 20 23:23:21.437 INFO O| Dec 20 23:23:21.437 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-12-20T23:23:23.353Z[ recovery-image] Dec 20 23:23:21.518 INFO O| Dec 20 23:23:21.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
61192024-12-20T23:23:23.353Z[ recovery-image] Dec 20 23:23:21.518 INFO O| Dec 20 23:23:21.518 INFO STEP 574 (remove_files) COMPLETE
61202024-12-20T23:23:23.353Z[ recovery-image] Dec 20 23:23:21.518 INFO O| Dec 20 23:23:21.518 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-12-20T23:23:23.379Z[ recovery-image] Dec 20 23:23:21.544 INFO O| Dec 20 23:23:21.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
61222024-12-20T23:23:23.379Z[ recovery-image] Dec 20 23:23:21.544 INFO O| Dec 20 23:23:21.544 INFO STEP 575 (remove_files) COMPLETE
61232024-12-20T23:23:23.380Z[ recovery-image] Dec 20 23:23:21.544 INFO O| Dec 20 23:23:21.544 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-12-20T23:23:23.406Z[ recovery-image] Dec 20 23:23:21.571 INFO O| Dec 20 23:23:21.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
61252024-12-20T23:23:23.434Z[ recovery-image] Dec 20 23:23:21.597 INFO O| Dec 20 23:23:21.597 INFO STEP 576 (remove_files) COMPLETE
61262024-12-20T23:23:23.434Z[ recovery-image] Dec 20 23:23:21.597 INFO O| Dec 20 23:23:21.597 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-12-20T23:23:23.476Z[ recovery-image] Dec 20 23:23:21.640 INFO O| Dec 20 23:23:21.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
61282024-12-20T23:23:23.500Z[ recovery-image] Dec 20 23:23:21.665 INFO O| Dec 20 23:23:21.665 INFO STEP 577 (remove_files) COMPLETE
61292024-12-20T23:23:23.500Z[ recovery-image] Dec 20 23:23:21.665 INFO O| Dec 20 23:23:21.665 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-12-20T23:23:23.527Z[ recovery-image] Dec 20 23:23:21.692 INFO O| Dec 20 23:23:21.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
61312024-12-20T23:23:23.529Z[ recovery-image] Dec 20 23:23:21.692 INFO O| Dec 20 23:23:21.692 INFO STEP 578 (remove_files) COMPLETE
61322024-12-20T23:23:23.529Z[ recovery-image] Dec 20 23:23:21.692 INFO O| Dec 20 23:23:21.692 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-12-20T23:23:23.554Z[ recovery-image] Dec 20 23:23:21.719 INFO O| Dec 20 23:23:21.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61342024-12-20T23:23:23.557Z[ recovery-image] Dec 20 23:23:21.719 INFO O| Dec 20 23:23:21.719 INFO STEP 579 (remove_files) COMPLETE
61352024-12-20T23:23:23.557Z[ recovery-image] Dec 20 23:23:21.719 INFO O| Dec 20 23:23:21.719 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-12-20T23:23:23.580Z[ recovery-image] Dec 20 23:23:21.744 INFO O| Dec 20 23:23:21.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61372024-12-20T23:23:23.602Z[ recovery-image] Dec 20 23:23:21.767 INFO O| Dec 20 23:23:21.767 INFO STEP 580 (remove_files) COMPLETE
61382024-12-20T23:23:23.602Z[ recovery-image] Dec 20 23:23:21.767 INFO O| Dec 20 23:23:21.767 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-12-20T23:23:23.631Z[ recovery-image] Dec 20 23:23:21.795 INFO O| Dec 20 23:23:21.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61402024-12-20T23:23:23.631Z[ recovery-image] Dec 20 23:23:21.795 INFO O| Dec 20 23:23:21.795 INFO STEP 581 (remove_files) COMPLETE
61412024-12-20T23:23:23.631Z[ recovery-image] Dec 20 23:23:21.795 INFO O| Dec 20 23:23:21.795 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-12-20T23:23:23.657Z[ recovery-image] Dec 20 23:23:21.821 INFO O| Dec 20 23:23:21.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61432024-12-20T23:23:23.657Z[ recovery-image] Dec 20 23:23:21.821 INFO O| Dec 20 23:23:21.821 INFO STEP 582 (remove_files) COMPLETE
61442024-12-20T23:23:23.657Z[ recovery-image] Dec 20 23:23:21.821 INFO O| Dec 20 23:23:21.821 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-12-20T23:23:23.704Z[ recovery-image] Dec 20 23:23:21.868 INFO O| Dec 20 23:23:21.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61462024-12-20T23:23:23.725Z[ recovery-image] Dec 20 23:23:21.890 INFO O| Dec 20 23:23:21.890 INFO STEP 583 (remove_files) COMPLETE
61472024-12-20T23:23:23.725Z[ recovery-image] Dec 20 23:23:21.890 INFO O| Dec 20 23:23:21.890 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-12-20T23:23:23.774Z[ recovery-image] Dec 20 23:23:21.939 INFO O| Dec 20 23:23:21.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61492024-12-20T23:23:23.798Z[ recovery-image] Dec 20 23:23:21.963 INFO O| Dec 20 23:23:21.963 INFO STEP 584 (remove_files) COMPLETE
61502024-12-20T23:23:23.798Z[ recovery-image] Dec 20 23:23:21.963 INFO O| Dec 20 23:23:21.963 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-12-20T23:23:23.869Z[ recovery-image] Dec 20 23:23:22.034 INFO O| Dec 20 23:23:22.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61522024-12-20T23:23:23.869Z[ recovery-image] Dec 20 23:23:22.034 INFO O| Dec 20 23:23:22.034 INFO STEP 585 (remove_files) COMPLETE
61532024-12-20T23:23:23.869Z[ recovery-image] Dec 20 23:23:22.034 INFO O| Dec 20 23:23:22.034 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-12-20T23:23:23.925Z[ recovery-image] Dec 20 23:23:22.090 INFO O| Dec 20 23:23:22.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61552024-12-20T23:23:23.925Z[ recovery-image] Dec 20 23:23:22.090 INFO O| Dec 20 23:23:22.090 INFO STEP 586 (remove_files) COMPLETE
61562024-12-20T23:23:23.925Z[ recovery-image] Dec 20 23:23:22.090 INFO O| Dec 20 23:23:22.090 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-12-20T23:23:23.950Z[ recovery-image] Dec 20 23:23:22.115 INFO O| Dec 20 23:23:22.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61582024-12-20T23:23:23.950Z[ recovery-image] Dec 20 23:23:22.115 INFO O| Dec 20 23:23:22.115 INFO STEP 587 (remove_files) COMPLETE
61592024-12-20T23:23:23.953Z[ recovery-image] Dec 20 23:23:22.115 INFO O| Dec 20 23:23:22.115 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-12-20T23:23:23.976Z[ recovery-image] Dec 20 23:23:22.140 INFO O| Dec 20 23:23:22.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61612024-12-20T23:23:23.976Z[ recovery-image] Dec 20 23:23:22.140 INFO O| Dec 20 23:23:22.140 INFO STEP 588 (remove_files) COMPLETE
61622024-12-20T23:23:23.976Z[ recovery-image] Dec 20 23:23:22.140 INFO O| Dec 20 23:23:22.140 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-12-20T23:23:24.002Z[ recovery-image] Dec 20 23:23:22.166 INFO O| Dec 20 23:23:22.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61642024-12-20T23:23:24.002Z[ recovery-image] Dec 20 23:23:22.166 INFO O| Dec 20 23:23:22.166 INFO STEP 589 (remove_files) COMPLETE
61652024-12-20T23:23:24.002Z[ recovery-image] Dec 20 23:23:22.166 INFO O| Dec 20 23:23:22.166 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-12-20T23:23:24.036Z[ recovery-image] Dec 20 23:23:22.200 INFO O| Dec 20 23:23:22.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61672024-12-20T23:23:24.038Z[ recovery-image] Dec 20 23:23:22.201 INFO O| Dec 20 23:23:22.201 INFO STEP 590 (remove_files) COMPLETE
61682024-12-20T23:23:24.038Z[ recovery-image] Dec 20 23:23:22.201 INFO O| Dec 20 23:23:22.201 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-12-20T23:23:24.076Z[ recovery-image] Dec 20 23:23:22.240 INFO O| Dec 20 23:23:22.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61702024-12-20T23:23:24.076Z[ recovery-image] Dec 20 23:23:22.241 INFO O| Dec 20 23:23:22.240 INFO STEP 591 (remove_files) COMPLETE
61712024-12-20T23:23:24.079Z[ recovery-image] Dec 20 23:23:22.241 INFO O| Dec 20 23:23:22.240 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-12-20T23:23:24.114Z[ recovery-image] Dec 20 23:23:22.278 INFO O| Dec 20 23:23:22.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61732024-12-20T23:23:24.114Z[ recovery-image] Dec 20 23:23:22.279 INFO O| Dec 20 23:23:22.278 INFO STEP 592 (remove_files) COMPLETE
61742024-12-20T23:23:24.114Z[ recovery-image] Dec 20 23:23:22.279 INFO O| Dec 20 23:23:22.279 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-12-20T23:23:24.143Z[ recovery-image] Dec 20 23:23:22.308 INFO O| Dec 20 23:23:22.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61762024-12-20T23:23:24.143Z[ recovery-image] Dec 20 23:23:22.308 INFO O| Dec 20 23:23:22.308 INFO STEP 593 (remove_files) COMPLETE
61772024-12-20T23:23:24.143Z[ recovery-image] Dec 20 23:23:22.308 INFO O| Dec 20 23:23:22.308 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-12-20T23:23:24.198Z[ recovery-image] Dec 20 23:23:22.362 INFO O| Dec 20 23:23:22.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61792024-12-20T23:23:24.201Z[ recovery-image] Dec 20 23:23:22.363 INFO O| Dec 20 23:23:22.362 INFO STEP 594 (remove_files) COMPLETE
61802024-12-20T23:23:24.201Z[ recovery-image] Dec 20 23:23:22.363 INFO O| Dec 20 23:23:22.363 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-12-20T23:23:24.231Z[ recovery-image] Dec 20 23:23:22.395 INFO O| Dec 20 23:23:22.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61822024-12-20T23:23:24.233Z[ recovery-image] Dec 20 23:23:22.395 INFO O| Dec 20 23:23:22.395 INFO STEP 595 (remove_files) COMPLETE
61832024-12-20T23:23:24.233Z[ recovery-image] Dec 20 23:23:22.395 INFO O| Dec 20 23:23:22.395 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-12-20T23:23:24.260Z[ recovery-image] Dec 20 23:23:22.424 INFO O| Dec 20 23:23:22.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61852024-12-20T23:23:24.260Z[ recovery-image] Dec 20 23:23:22.424 INFO O| Dec 20 23:23:22.424 INFO STEP 596 (remove_files) COMPLETE
61862024-12-20T23:23:24.260Z[ recovery-image] Dec 20 23:23:22.424 INFO O| Dec 20 23:23:22.424 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-12-20T23:23:24.286Z[ recovery-image] Dec 20 23:23:22.451 INFO O| Dec 20 23:23:22.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61882024-12-20T23:23:24.286Z[ recovery-image] Dec 20 23:23:22.451 INFO O| Dec 20 23:23:22.451 INFO STEP 597 (remove_files) COMPLETE
61892024-12-20T23:23:24.287Z[ recovery-image] Dec 20 23:23:22.451 INFO O| Dec 20 23:23:22.451 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-12-20T23:23:24.326Z[ recovery-image] Dec 20 23:23:22.490 INFO O| Dec 20 23:23:22.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61912024-12-20T23:23:24.326Z[ recovery-image] Dec 20 23:23:22.490 INFO O| Dec 20 23:23:22.490 INFO STEP 598 (remove_files) COMPLETE
61922024-12-20T23:23:24.329Z[ recovery-image] Dec 20 23:23:22.490 INFO O| Dec 20 23:23:22.490 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-12-20T23:23:24.354Z[ recovery-image] Dec 20 23:23:22.518 INFO O| Dec 20 23:23:22.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61942024-12-20T23:23:24.354Z[ recovery-image] Dec 20 23:23:22.518 INFO O| Dec 20 23:23:22.518 INFO STEP 599 (remove_files) COMPLETE
61952024-12-20T23:23:24.354Z[ recovery-image] Dec 20 23:23:22.518 INFO O| Dec 20 23:23:22.518 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-12-20T23:23:24.397Z[ recovery-image] Dec 20 23:23:22.561 INFO O| Dec 20 23:23:22.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61972024-12-20T23:23:24.400Z[ recovery-image] Dec 20 23:23:22.562 INFO O| Dec 20 23:23:22.562 INFO STEP 600 (remove_files) COMPLETE
61982024-12-20T23:23:24.400Z[ recovery-image] Dec 20 23:23:22.562 INFO O| Dec 20 23:23:22.562 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-12-20T23:23:24.422Z[ recovery-image] Dec 20 23:23:22.587 INFO O| Dec 20 23:23:22.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
62002024-12-20T23:23:24.431Z[ recovery-image] Dec 20 23:23:22.596 INFO O| Dec 20 23:23:22.596 INFO STEP 601 (remove_files) COMPLETE
62012024-12-20T23:23:24.431Z[ recovery-image] Dec 20 23:23:22.596 INFO O| Dec 20 23:23:22.596 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-12-20T23:23:24.467Z[ recovery-image] Dec 20 23:23:22.631 INFO O| Dec 20 23:23:22.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
62032024-12-20T23:23:24.470Z[ recovery-image] Dec 20 23:23:22.632 INFO O| Dec 20 23:23:22.632 INFO STEP 602 (remove_files) COMPLETE
62042024-12-20T23:23:24.470Z[ recovery-image] Dec 20 23:23:22.632 INFO O| Dec 20 23:23:22.632 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-12-20T23:23:24.583Z[ recovery-image] Dec 20 23:23:22.746 INFO O| Dec 20 23:23:22.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
62062024-12-20T23:23:24.586Z[ recovery-image] Dec 20 23:23:22.746 INFO O| Dec 20 23:23:22.746 INFO STEP 603 (remove_files) COMPLETE
62072024-12-20T23:23:24.586Z[ recovery-image] Dec 20 23:23:22.746 INFO O| Dec 20 23:23:22.746 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-12-20T23:23:24.609Z[ recovery-image] Dec 20 23:23:22.773 INFO O| Dec 20 23:23:22.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
62092024-12-20T23:23:24.609Z[ recovery-image] Dec 20 23:23:22.773 INFO O| Dec 20 23:23:22.773 INFO STEP 604 (remove_files) COMPLETE
62102024-12-20T23:23:24.611Z[ recovery-image] Dec 20 23:23:22.773 INFO O| Dec 20 23:23:22.773 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-12-20T23:23:24.634Z[ recovery-image] Dec 20 23:23:22.798 INFO O| Dec 20 23:23:22.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
62122024-12-20T23:23:24.634Z[ recovery-image] Dec 20 23:23:22.799 INFO O| Dec 20 23:23:22.799 INFO STEP 605 (remove_files) COMPLETE
62132024-12-20T23:23:24.637Z[ recovery-image] Dec 20 23:23:22.799 INFO O| Dec 20 23:23:22.799 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-12-20T23:23:24.660Z[ recovery-image] Dec 20 23:23:22.824 INFO O| Dec 20 23:23:22.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
62152024-12-20T23:23:24.660Z[ recovery-image] Dec 20 23:23:22.824 INFO O| Dec 20 23:23:22.824 INFO STEP 606 (remove_files) COMPLETE
62162024-12-20T23:23:24.660Z[ recovery-image] Dec 20 23:23:22.824 INFO O| Dec 20 23:23:22.824 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-12-20T23:23:24.702Z[ recovery-image] Dec 20 23:23:22.866 INFO O| Dec 20 23:23:22.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
62182024-12-20T23:23:24.705Z[ recovery-image] Dec 20 23:23:22.867 INFO O| Dec 20 23:23:22.866 INFO STEP 607 (remove_files) COMPLETE
62192024-12-20T23:23:24.705Z[ recovery-image] Dec 20 23:23:22.867 INFO O| Dec 20 23:23:22.867 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-12-20T23:23:24.738Z[ recovery-image] Dec 20 23:23:22.901 INFO O| Dec 20 23:23:22.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
62212024-12-20T23:23:24.738Z[ recovery-image] Dec 20 23:23:22.901 INFO O| Dec 20 23:23:22.901 INFO STEP 608 (remove_files) COMPLETE
62222024-12-20T23:23:24.738Z[ recovery-image] Dec 20 23:23:22.901 INFO O| Dec 20 23:23:22.901 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-12-20T23:23:24.776Z[ recovery-image] Dec 20 23:23:22.940 INFO O| Dec 20 23:23:22.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
62242024-12-20T23:23:24.776Z[ recovery-image] Dec 20 23:23:22.940 INFO O| Dec 20 23:23:22.940 INFO STEP 609 (remove_files) COMPLETE
62252024-12-20T23:23:24.779Z[ recovery-image] Dec 20 23:23:22.940 INFO O| Dec 20 23:23:22.940 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-12-20T23:23:24.843Z[ recovery-image] Dec 20 23:23:23.007 INFO O| Dec 20 23:23:23.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
62272024-12-20T23:23:24.843Z[ recovery-image] Dec 20 23:23:23.007 INFO O| Dec 20 23:23:23.007 INFO STEP 610 (remove_files) COMPLETE
62282024-12-20T23:23:24.843Z[ recovery-image] Dec 20 23:23:23.007 INFO O| Dec 20 23:23:23.007 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-12-20T23:23:24.912Z[ recovery-image] Dec 20 23:23:23.075 INFO O| Dec 20 23:23:23.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62302024-12-20T23:23:24.915Z[ recovery-image] Dec 20 23:23:23.076 INFO O| Dec 20 23:23:23.076 INFO STEP 611 (remove_files) COMPLETE
62312024-12-20T23:23:24.915Z[ recovery-image] Dec 20 23:23:23.076 INFO O| Dec 20 23:23:23.076 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-12-20T23:23:24.937Z[ recovery-image] Dec 20 23:23:23.102 INFO O| Dec 20 23:23:23.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62332024-12-20T23:23:24.940Z[ recovery-image] Dec 20 23:23:23.102 INFO O| Dec 20 23:23:23.102 INFO STEP 612 (remove_files) COMPLETE
62342024-12-20T23:23:24.940Z[ recovery-image] Dec 20 23:23:23.102 INFO O| Dec 20 23:23:23.102 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-12-20T23:23:24.969Z[ recovery-image] Dec 20 23:23:23.133 INFO O| Dec 20 23:23:23.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62362024-12-20T23:23:24.969Z[ recovery-image] Dec 20 23:23:23.134 INFO O| Dec 20 23:23:23.134 INFO STEP 613 (remove_files) COMPLETE
62372024-12-20T23:23:24.969Z[ recovery-image] Dec 20 23:23:23.134 INFO O| Dec 20 23:23:23.134 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-12-20T23:23:24.993Z[ recovery-image] Dec 20 23:23:23.158 INFO O| Dec 20 23:23:23.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62392024-12-20T23:23:24.993Z[ recovery-image] Dec 20 23:23:23.158 INFO O| Dec 20 23:23:23.158 INFO STEP 614 (remove_files) COMPLETE
62402024-12-20T23:23:24.994Z[ recovery-image] Dec 20 23:23:23.158 INFO O| Dec 20 23:23:23.158 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-12-20T23:23:25.035Z[ recovery-image] Dec 20 23:23:23.199 INFO O| Dec 20 23:23:23.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62422024-12-20T23:23:25.035Z[ recovery-image] Dec 20 23:23:23.200 INFO O| Dec 20 23:23:23.199 INFO STEP 615 (remove_files) COMPLETE
62432024-12-20T23:23:25.035Z[ recovery-image] Dec 20 23:23:23.200 INFO O| Dec 20 23:23:23.200 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-12-20T23:23:25.061Z[ recovery-image] Dec 20 23:23:23.224 INFO O| Dec 20 23:23:23.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62452024-12-20T23:23:25.061Z[ recovery-image] Dec 20 23:23:23.224 INFO O| Dec 20 23:23:23.224 INFO STEP 616 (remove_files) COMPLETE
62462024-12-20T23:23:25.061Z[ recovery-image] Dec 20 23:23:23.224 INFO O| Dec 20 23:23:23.224 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-12-20T23:23:25.100Z[ recovery-image] Dec 20 23:23:23.263 INFO O| Dec 20 23:23:23.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62482024-12-20T23:23:25.100Z[ recovery-image] Dec 20 23:23:23.263 INFO O| Dec 20 23:23:23.263 INFO STEP 617 (remove_files) COMPLETE
62492024-12-20T23:23:25.100Z[ recovery-image] Dec 20 23:23:23.263 INFO O| Dec 20 23:23:23.263 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-12-20T23:23:25.155Z[ recovery-image] Dec 20 23:23:23.317 INFO O| Dec 20 23:23:23.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62512024-12-20T23:23:25.155Z[ recovery-image] Dec 20 23:23:23.317 INFO O| Dec 20 23:23:23.317 INFO STEP 618 (remove_files) COMPLETE
62522024-12-20T23:23:25.155Z[ recovery-image] Dec 20 23:23:23.317 INFO O| Dec 20 23:23:23.317 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-12-20T23:23:25.181Z[ recovery-image] Dec 20 23:23:23.346 INFO O| Dec 20 23:23:23.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62542024-12-20T23:23:25.181Z[ recovery-image] Dec 20 23:23:23.346 INFO O| Dec 20 23:23:23.346 INFO STEP 619 (remove_files) COMPLETE
62552024-12-20T23:23:25.181Z[ recovery-image] Dec 20 23:23:23.346 INFO O| Dec 20 23:23:23.346 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-12-20T23:23:25.208Z[ recovery-image] Dec 20 23:23:23.372 INFO O| Dec 20 23:23:23.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62572024-12-20T23:23:25.208Z[ recovery-image] Dec 20 23:23:23.372 INFO O| Dec 20 23:23:23.372 INFO STEP 620 (remove_files) COMPLETE
62582024-12-20T23:23:25.208Z[ recovery-image] Dec 20 23:23:23.372 INFO O| Dec 20 23:23:23.372 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-12-20T23:23:25.242Z[ recovery-image] Dec 20 23:23:23.406 INFO O| Dec 20 23:23:23.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62602024-12-20T23:23:25.263Z[ recovery-image] Dec 20 23:23:23.427 INFO O| Dec 20 23:23:23.427 INFO STEP 621 (remove_files) COMPLETE
62612024-12-20T23:23:25.263Z[ recovery-image] Dec 20 23:23:23.427 INFO O| Dec 20 23:23:23.427 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-12-20T23:23:25.299Z[ recovery-image] Dec 20 23:23:23.463 INFO O| Dec 20 23:23:23.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62632024-12-20T23:23:25.299Z[ recovery-image] Dec 20 23:23:23.463 INFO O| Dec 20 23:23:23.463 INFO STEP 622 (remove_files) COMPLETE
62642024-12-20T23:23:25.302Z[ recovery-image] Dec 20 23:23:23.463 INFO O| Dec 20 23:23:23.463 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-12-20T23:23:25.331Z[ recovery-image] Dec 20 23:23:23.495 INFO O| Dec 20 23:23:23.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62662024-12-20T23:23:25.331Z[ recovery-image] Dec 20 23:23:23.495 INFO O| Dec 20 23:23:23.495 INFO STEP 623 (remove_files) COMPLETE
62672024-12-20T23:23:25.335Z[ recovery-image] Dec 20 23:23:23.495 INFO O| Dec 20 23:23:23.495 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-12-20T23:23:25.369Z[ recovery-image] Dec 20 23:23:23.533 INFO O| Dec 20 23:23:23.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62692024-12-20T23:23:25.369Z[ recovery-image] Dec 20 23:23:23.533 INFO O| Dec 20 23:23:23.533 INFO STEP 624 (remove_files) COMPLETE
62702024-12-20T23:23:25.369Z[ recovery-image] Dec 20 23:23:23.533 INFO O| Dec 20 23:23:23.533 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-12-20T23:23:25.394Z[ recovery-image] Dec 20 23:23:23.558 INFO O| Dec 20 23:23:23.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62722024-12-20T23:23:25.394Z[ recovery-image] Dec 20 23:23:23.558 INFO O| Dec 20 23:23:23.558 INFO STEP 625 (remove_files) COMPLETE
62732024-12-20T23:23:25.394Z[ recovery-image] Dec 20 23:23:23.558 INFO O| Dec 20 23:23:23.558 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-12-20T23:23:25.447Z[ recovery-image] Dec 20 23:23:23.611 INFO O| Dec 20 23:23:23.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62752024-12-20T23:23:25.447Z[ recovery-image] Dec 20 23:23:23.611 INFO O| Dec 20 23:23:23.611 INFO STEP 626 (remove_files) COMPLETE
62762024-12-20T23:23:25.447Z[ recovery-image] Dec 20 23:23:23.611 INFO O| Dec 20 23:23:23.611 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-12-20T23:23:25.507Z[ recovery-image] Dec 20 23:23:23.669 INFO O| Dec 20 23:23:23.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62782024-12-20T23:23:25.510Z[ recovery-image] Dec 20 23:23:23.670 INFO O| Dec 20 23:23:23.670 INFO STEP 627 (remove_files) COMPLETE
62792024-12-20T23:23:25.510Z[ recovery-image] Dec 20 23:23:23.670 INFO O| Dec 20 23:23:23.670 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-12-20T23:23:25.537Z[ recovery-image] Dec 20 23:23:23.701 INFO O| Dec 20 23:23:23.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62812024-12-20T23:23:25.537Z[ recovery-image] Dec 20 23:23:23.701 INFO O| Dec 20 23:23:23.701 INFO STEP 628 (remove_files) COMPLETE
62822024-12-20T23:23:25.540Z[ recovery-image] Dec 20 23:23:23.701 INFO O| Dec 20 23:23:23.701 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-12-20T23:23:25.566Z[ recovery-image] Dec 20 23:23:23.729 INFO O| Dec 20 23:23:23.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62842024-12-20T23:23:25.566Z[ recovery-image] Dec 20 23:23:23.729 INFO O| Dec 20 23:23:23.729 INFO STEP 629 (remove_files) COMPLETE
62852024-12-20T23:23:25.566Z[ recovery-image] Dec 20 23:23:23.729 INFO O| Dec 20 23:23:23.729 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-12-20T23:23:25.632Z[ recovery-image] Dec 20 23:23:23.796 INFO O| Dec 20 23:23:23.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62872024-12-20T23:23:25.632Z[ recovery-image] Dec 20 23:23:23.796 INFO O| Dec 20 23:23:23.796 INFO STEP 630 (remove_files) COMPLETE
62882024-12-20T23:23:25.632Z[ recovery-image] Dec 20 23:23:23.796 INFO O| Dec 20 23:23:23.796 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-12-20T23:23:25.660Z[ recovery-image] Dec 20 23:23:23.823 INFO O| Dec 20 23:23:23.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62902024-12-20T23:23:25.660Z[ recovery-image] Dec 20 23:23:23.823 INFO O| Dec 20 23:23:23.823 INFO STEP 631 (remove_files) COMPLETE
62912024-12-20T23:23:25.660Z[ recovery-image] Dec 20 23:23:23.824 INFO O| Dec 20 23:23:23.823 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-12-20T23:23:25.700Z[ recovery-image] Dec 20 23:23:23.864 INFO O| Dec 20 23:23:23.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62932024-12-20T23:23:25.705Z[ recovery-image] Dec 20 23:23:23.864 INFO O| Dec 20 23:23:23.864 INFO STEP 632 (remove_files) COMPLETE
62942024-12-20T23:23:25.705Z[ recovery-image] Dec 20 23:23:23.864 INFO O| Dec 20 23:23:23.864 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-12-20T23:23:25.727Z[ recovery-image] Dec 20 23:23:23.890 INFO O| Dec 20 23:23:23.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62962024-12-20T23:23:25.732Z[ recovery-image] Dec 20 23:23:23.891 INFO O| Dec 20 23:23:23.891 INFO STEP 633 (remove_files) COMPLETE
62972024-12-20T23:23:25.732Z[ recovery-image] Dec 20 23:23:23.891 INFO O| Dec 20 23:23:23.891 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-12-20T23:23:25.748Z[ host-image] Dec 20 23:23:23.911 INFO O| Dec 20 23:23:23.911 INFO O| Planning: Solver setup ... Done
62992024-12-20T23:23:25.755Z[ host-image] Dec 20 23:23:23.918 INFO O| Dec 20 23:23:23.918 INFO O| Planning: Running solver ... Done
63002024-12-20T23:23:25.773Z[ recovery-image] Dec 20 23:23:23.934 INFO O| Dec 20 23:23:23.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
63012024-12-20T23:23:25.773Z[ recovery-image] Dec 20 23:23:23.934 INFO O| Dec 20 23:23:23.934 INFO STEP 634 (remove_files) COMPLETE
63022024-12-20T23:23:25.773Z[ recovery-image] Dec 20 23:23:23.934 INFO O| Dec 20 23:23:23.934 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-12-20T23:23:25.800Z[ recovery-image] Dec 20 23:23:23.961 INFO O| Dec 20 23:23:23.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
63042024-12-20T23:23:25.801Z[ recovery-image] Dec 20 23:23:23.962 INFO O| Dec 20 23:23:23.961 INFO STEP 635 (remove_files) COMPLETE
63052024-12-20T23:23:25.810Z[ recovery-image] Dec 20 23:23:23.962 INFO O| Dec 20 23:23:23.962 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-12-20T23:23:25.842Z[ recovery-image] Dec 20 23:23:24.005 INFO O| Dec 20 23:23:24.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
63072024-12-20T23:23:25.842Z[ recovery-image] Dec 20 23:23:24.005 INFO O| Dec 20 23:23:24.005 INFO STEP 636 (remove_files) COMPLETE
63082024-12-20T23:23:25.842Z[ recovery-image] Dec 20 23:23:24.005 INFO O| Dec 20 23:23:24.005 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-12-20T23:23:25.881Z[ host-image] Dec 20 23:23:24.042 INFO O| Dec 20 23:23:24.042 INFO O| Planning: Finding local manifests ... Done
63102024-12-20T23:23:25.887Z[ host-image] Dec 20 23:23:24.045 INFO O| Dec 20 23:23:24.044 INFO O| Planning: Fetching manifests: 0/6 0% complete
63112024-12-20T23:23:25.892Z[ recovery-image] Dec 20 23:23:24.052 INFO O| Dec 20 23:23:24.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
63122024-12-20T23:23:25.910Z[ recovery-image] Dec 20 23:23:24.073 INFO O| Dec 20 23:23:24.073 INFO STEP 637 (remove_files) COMPLETE
63132024-12-20T23:23:25.910Z[ recovery-image] Dec 20 23:23:24.073 INFO O| Dec 20 23:23:24.073 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-12-20T23:23:25.994Z[ recovery-image] Dec 20 23:23:24.156 INFO O| Dec 20 23:23:24.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
63152024-12-20T23:23:25.994Z[ recovery-image] Dec 20 23:23:24.156 INFO O| Dec 20 23:23:24.156 INFO STEP 638 (remove_files) COMPLETE
63162024-12-20T23:23:26.002Z[ recovery-image] Dec 20 23:23:24.156 INFO O| Dec 20 23:23:24.156 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-12-20T23:23:26.021Z[ recovery-image] Dec 20 23:23:24.182 INFO O| Dec 20 23:23:24.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
63182024-12-20T23:23:26.021Z[ recovery-image] Dec 20 23:23:24.183 INFO O| Dec 20 23:23:24.182 INFO STEP 639 (remove_files) COMPLETE
63192024-12-20T23:23:26.021Z[ recovery-image] Dec 20 23:23:24.183 INFO O| Dec 20 23:23:24.182 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-12-20T23:23:26.047Z[ recovery-image] Dec 20 23:23:24.209 INFO O| Dec 20 23:23:24.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
63212024-12-20T23:23:26.047Z[ recovery-image] Dec 20 23:23:24.209 INFO O| Dec 20 23:23:24.209 INFO STEP 640 (remove_files) COMPLETE
63222024-12-20T23:23:26.047Z[ recovery-image] Dec 20 23:23:24.209 INFO O| Dec 20 23:23:24.209 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-12-20T23:23:26.076Z[ recovery-image] Dec 20 23:23:24.238 INFO O| Dec 20 23:23:24.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
63242024-12-20T23:23:26.076Z[ recovery-image] Dec 20 23:23:24.238 INFO O| Dec 20 23:23:24.238 INFO STEP 641 (remove_files) COMPLETE
63252024-12-20T23:23:26.076Z[ recovery-image] Dec 20 23:23:24.238 INFO O| Dec 20 23:23:24.238 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-12-20T23:23:26.109Z[ recovery-image] Dec 20 23:23:24.263 INFO O| Dec 20 23:23:24.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
63272024-12-20T23:23:26.110Z[ recovery-image] Dec 20 23:23:24.263 INFO O| Dec 20 23:23:24.263 INFO STEP 642 (remove_files) COMPLETE
63282024-12-20T23:23:26.110Z[ recovery-image] Dec 20 23:23:24.263 INFO O| Dec 20 23:23:24.263 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-12-20T23:23:26.146Z[ recovery-image] Dec 20 23:23:24.307 INFO O| Dec 20 23:23:24.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
63302024-12-20T23:23:26.146Z[ recovery-image] Dec 20 23:23:24.307 INFO O| Dec 20 23:23:24.307 INFO STEP 643 (remove_files) COMPLETE
63312024-12-20T23:23:26.147Z[ recovery-image] Dec 20 23:23:24.307 INFO O| Dec 20 23:23:24.307 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-12-20T23:23:26.202Z[ recovery-image] Dec 20 23:23:24.366 INFO O| Dec 20 23:23:24.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
63332024-12-20T23:23:26.202Z[ recovery-image] Dec 20 23:23:24.366 INFO O| Dec 20 23:23:24.366 INFO STEP 644 (remove_files) COMPLETE
63342024-12-20T23:23:26.203Z[ recovery-image] Dec 20 23:23:24.366 INFO O| Dec 20 23:23:24.366 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-12-20T23:23:26.276Z[ recovery-image] Dec 20 23:23:24.409 INFO O| Dec 20 23:23:24.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63362024-12-20T23:23:26.278Z[ recovery-image] Dec 20 23:23:24.409 INFO O| Dec 20 23:23:24.409 INFO STEP 645 (remove_files) COMPLETE
63372024-12-20T23:23:26.278Z[ recovery-image] Dec 20 23:23:24.409 INFO O| Dec 20 23:23:24.409 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-12-20T23:23:26.302Z[ recovery-image] Dec 20 23:23:24.456 INFO O| Dec 20 23:23:24.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63392024-12-20T23:23:26.328Z[ recovery-image] Dec 20 23:23:24.456 INFO O| Dec 20 23:23:24.456 INFO STEP 646 (remove_files) COMPLETE
63402024-12-20T23:23:26.328Z[ recovery-image] Dec 20 23:23:24.456 INFO O| Dec 20 23:23:24.456 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-12-20T23:23:26.328Z[ host-image] Dec 20 23:23:24.461 INFO O| Dec 20 23:23:24.461 INFO O| Planning: Fetching manifests: 6/6 100% complete
63422024-12-20T23:23:26.328Z[ recovery-image] Dec 20 23:23:24.480 INFO O| Dec 20 23:23:24.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63432024-12-20T23:23:26.328Z[ recovery-image] Dec 20 23:23:24.480 INFO O| Dec 20 23:23:24.480 INFO STEP 647 (remove_files) COMPLETE
63442024-12-20T23:23:26.328Z[ recovery-image] Dec 20 23:23:24.480 INFO O| Dec 20 23:23:24.480 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-12-20T23:23:26.346Z[ recovery-image] Dec 20 23:23:24.505 INFO O| Dec 20 23:23:24.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63462024-12-20T23:23:26.361Z[ recovery-image] Dec 20 23:23:24.505 INFO O| Dec 20 23:23:24.505 INFO STEP 648 (remove_files) COMPLETE
63472024-12-20T23:23:26.362Z[ recovery-image] Dec 20 23:23:24.505 INFO O| Dec 20 23:23:24.505 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-12-20T23:23:26.375Z[ recovery-image] Dec 20 23:23:24.532 INFO O| Dec 20 23:23:24.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63492024-12-20T23:23:26.390Z[ recovery-image] Dec 20 23:23:24.532 INFO O| Dec 20 23:23:24.532 INFO STEP 649 (remove_files) COMPLETE
63502024-12-20T23:23:26.390Z[ recovery-image] Dec 20 23:23:24.532 INFO O| Dec 20 23:23:24.532 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-12-20T23:23:26.405Z[ recovery-image] Dec 20 23:23:24.557 INFO O| Dec 20 23:23:24.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63522024-12-20T23:23:26.405Z[ recovery-image] Dec 20 23:23:24.557 INFO O| Dec 20 23:23:24.557 INFO STEP 650 (remove_files) COMPLETE
63532024-12-20T23:23:26.405Z[ recovery-image] Dec 20 23:23:24.557 INFO O| Dec 20 23:23:24.557 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-12-20T23:23:26.455Z[ host-image] Dec 20 23:23:24.575 INFO O| Dec 20 23:23:24.575 INFO O| Planning: Package planning ... Done
63552024-12-20T23:23:26.463Z[ recovery-image] Dec 20 23:23:24.593 INFO O| Dec 20 23:23:24.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63562024-12-20T23:23:26.463Z[ recovery-image] Dec 20 23:23:24.593 INFO O| Dec 20 23:23:24.593 INFO STEP 651 (remove_files) COMPLETE
63572024-12-20T23:23:26.463Z[ recovery-image] Dec 20 23:23:24.593 INFO O| Dec 20 23:23:24.593 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-12-20T23:23:26.471Z[ host-image] Dec 20 23:23:24.628 INFO O| Dec 20 23:23:24.628 INFO O| Planning: Merging actions ... Done
63592024-12-20T23:23:26.476Z[ recovery-image] Dec 20 23:23:24.633 INFO O| Dec 20 23:23:24.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63602024-12-20T23:23:26.476Z[ recovery-image] Dec 20 23:23:24.634 INFO O| Dec 20 23:23:24.634 INFO STEP 652 (remove_files) COMPLETE
63612024-12-20T23:23:26.476Z[ recovery-image] Dec 20 23:23:24.634 INFO O| Dec 20 23:23:24.634 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-12-20T23:23:26.500Z[ recovery-image] Dec 20 23:23:24.664 INFO O| Dec 20 23:23:24.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63632024-12-20T23:23:26.500Z[ recovery-image] Dec 20 23:23:24.664 INFO O| Dec 20 23:23:24.664 INFO STEP 653 (remove_files) COMPLETE
63642024-12-20T23:23:26.506Z[ recovery-image] Dec 20 23:23:24.664 INFO O| Dec 20 23:23:24.664 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-12-20T23:23:26.539Z[ recovery-image] Dec 20 23:23:24.693 INFO O| Dec 20 23:23:24.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63662024-12-20T23:23:26.549Z[ recovery-image] Dec 20 23:23:24.693 INFO O| Dec 20 23:23:24.693 INFO STEP 654 (remove_files) COMPLETE
63672024-12-20T23:23:26.549Z[ recovery-image] Dec 20 23:23:24.693 INFO O| Dec 20 23:23:24.693 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-12-20T23:23:26.571Z[ recovery-image] Dec 20 23:23:24.735 INFO O| Dec 20 23:23:24.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63692024-12-20T23:23:26.572Z[ recovery-image] Dec 20 23:23:24.735 INFO O| Dec 20 23:23:24.735 INFO STEP 655 (remove_files) COMPLETE
63702024-12-20T23:23:26.577Z[ recovery-image] Dec 20 23:23:24.735 INFO O| Dec 20 23:23:24.735 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-12-20T23:23:26.608Z[ recovery-image] Dec 20 23:23:24.770 INFO O| Dec 20 23:23:24.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63722024-12-20T23:23:26.609Z[ recovery-image] Dec 20 23:23:24.770 INFO O| Dec 20 23:23:24.770 INFO STEP 656 (remove_files) COMPLETE
63732024-12-20T23:23:26.609Z[ recovery-image] Dec 20 23:23:24.770 INFO O| Dec 20 23:23:24.770 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-12-20T23:23:26.633Z[ recovery-image] Dec 20 23:23:24.796 INFO O| Dec 20 23:23:24.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63752024-12-20T23:23:26.633Z[ recovery-image] Dec 20 23:23:24.796 INFO O| Dec 20 23:23:24.796 INFO STEP 657 (remove_files) COMPLETE
63762024-12-20T23:23:26.633Z[ recovery-image] Dec 20 23:23:24.796 INFO O| Dec 20 23:23:24.796 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-12-20T23:23:26.650Z[ host-image] Dec 20 23:23:24.808 INFO O| Dec 20 23:23:24.808 INFO O| Planning: Checking for conflicting actions ... Done
63782024-12-20T23:23:26.655Z[ host-image] Dec 20 23:23:24.816 INFO O| Dec 20 23:23:24.816 INFO O| Planning: Consolidating action changes ... Done
63792024-12-20T23:23:26.664Z[ recovery-image] Dec 20 23:23:24.827 INFO O| Dec 20 23:23:24.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63802024-12-20T23:23:26.665Z[ recovery-image] Dec 20 23:23:24.827 INFO O| Dec 20 23:23:24.827 INFO STEP 658 (remove_files) COMPLETE
63812024-12-20T23:23:26.669Z[ recovery-image] Dec 20 23:23:24.827 INFO O| Dec 20 23:23:24.827 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-12-20T23:23:26.707Z[ recovery-image] Dec 20 23:23:24.870 INFO O| Dec 20 23:23:24.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63832024-12-20T23:23:26.707Z[ recovery-image] Dec 20 23:23:24.870 INFO O| Dec 20 23:23:24.870 INFO STEP 659 (remove_files) COMPLETE
63842024-12-20T23:23:26.712Z[ recovery-image] Dec 20 23:23:24.871 INFO O| Dec 20 23:23:24.871 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-12-20T23:23:26.734Z[ recovery-image] Dec 20 23:23:24.896 INFO O| Dec 20 23:23:24.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63862024-12-20T23:23:26.734Z[ recovery-image] Dec 20 23:23:24.896 INFO O| Dec 20 23:23:24.896 INFO STEP 660 (remove_files) COMPLETE
63872024-12-20T23:23:26.742Z[ recovery-image] Dec 20 23:23:24.896 INFO O| Dec 20 23:23:24.896 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-12-20T23:23:26.770Z[ recovery-image] Dec 20 23:23:24.934 INFO O| Dec 20 23:23:24.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63892024-12-20T23:23:26.770Z[ recovery-image] Dec 20 23:23:24.934 INFO O| Dec 20 23:23:24.934 INFO STEP 661 (remove_files) COMPLETE
63902024-12-20T23:23:26.771Z[ recovery-image] Dec 20 23:23:24.934 INFO O| Dec 20 23:23:24.934 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-12-20T23:23:26.798Z[ recovery-image] Dec 20 23:23:24.962 INFO O| Dec 20 23:23:24.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63922024-12-20T23:23:26.803Z[ recovery-image] Dec 20 23:23:24.962 INFO O| Dec 20 23:23:24.962 INFO STEP 662 (remove_files) COMPLETE
63932024-12-20T23:23:26.803Z[ recovery-image] Dec 20 23:23:24.962 INFO O| Dec 20 23:23:24.962 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-12-20T23:23:26.825Z[ recovery-image] Dec 20 23:23:24.988 INFO O| Dec 20 23:23:24.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63952024-12-20T23:23:26.828Z[ recovery-image] Dec 20 23:23:24.989 INFO O| Dec 20 23:23:24.988 INFO STEP 663 (remove_files) COMPLETE
63962024-12-20T23:23:26.828Z[ recovery-image] Dec 20 23:23:24.989 INFO O| Dec 20 23:23:24.989 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-12-20T23:23:26.861Z[ recovery-image] Dec 20 23:23:25.015 INFO O| Dec 20 23:23:25.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63982024-12-20T23:23:26.861Z[ recovery-image] Dec 20 23:23:25.015 INFO O| Dec 20 23:23:25.015 INFO STEP 664 (remove_files) COMPLETE
63992024-12-20T23:23:26.861Z[ recovery-image] Dec 20 23:23:25.015 INFO O| Dec 20 23:23:25.015 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-12-20T23:23:26.881Z[ recovery-image] Dec 20 23:23:25.045 INFO O| Dec 20 23:23:25.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
64012024-12-20T23:23:26.881Z[ recovery-image] Dec 20 23:23:25.045 INFO O| Dec 20 23:23:25.045 INFO STEP 665 (remove_files) COMPLETE
64022024-12-20T23:23:26.881Z[ recovery-image] Dec 20 23:23:25.045 INFO O| Dec 20 23:23:25.045 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-12-20T23:23:26.917Z[ recovery-image] Dec 20 23:23:25.081 INFO O| Dec 20 23:23:25.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
64042024-12-20T23:23:26.920Z[ recovery-image] Dec 20 23:23:25.081 INFO O| Dec 20 23:23:25.081 INFO STEP 666 (remove_files) COMPLETE
64052024-12-20T23:23:26.920Z[ recovery-image] Dec 20 23:23:25.082 INFO O| Dec 20 23:23:25.081 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-12-20T23:23:26.944Z[ recovery-image] Dec 20 23:23:25.109 INFO O| Dec 20 23:23:25.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
64072024-12-20T23:23:26.945Z[ recovery-image] Dec 20 23:23:25.109 INFO O| Dec 20 23:23:25.109 INFO STEP 667 (remove_files) COMPLETE
64082024-12-20T23:23:26.945Z[ recovery-image] Dec 20 23:23:25.109 INFO O| Dec 20 23:23:25.109 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-12-20T23:23:27.004Z[ recovery-image] Dec 20 23:23:25.168 INFO O| Dec 20 23:23:25.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
64102024-12-20T23:23:27.004Z[ recovery-image] Dec 20 23:23:25.168 INFO O| Dec 20 23:23:25.168 INFO STEP 668 (remove_files) COMPLETE
64112024-12-20T23:23:27.007Z[ recovery-image] Dec 20 23:23:25.168 INFO O| Dec 20 23:23:25.168 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-12-20T23:23:27.039Z[ recovery-image] Dec 20 23:23:25.202 INFO O| Dec 20 23:23:25.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
64132024-12-20T23:23:27.039Z[ recovery-image] Dec 20 23:23:25.202 INFO O| Dec 20 23:23:25.202 INFO STEP 669 (remove_files) COMPLETE
64142024-12-20T23:23:27.039Z[ recovery-image] Dec 20 23:23:25.202 INFO O| Dec 20 23:23:25.202 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-12-20T23:23:27.066Z[ host-image] Dec 20 23:23:25.230 INFO O| Dec 20 23:23:25.230 INFO O| Planning: Evaluating mediators ... Done
64162024-12-20T23:23:27.071Z[ host-image] Dec 20 23:23:25.235 INFO O| Dec 20 23:23:25.235 INFO O| Planning: Planning completed in 5.81 seconds
64172024-12-20T23:23:27.074Z[ host-image] Dec 20 23:23:25.238 INFO O| Dec 20 23:23:25.238 INFO O| Packages to install: 6
64182024-12-20T23:23:27.074Z[ host-image] Dec 20 23:23:25.238 INFO O| Dec 20 23:23:25.238 INFO O| Mediators to change: 1
64192024-12-20T23:23:27.076Z[ host-image] Dec 20 23:23:25.238 INFO O| Dec 20 23:23:25.238 INFO O| Services to change: 1
64202024-12-20T23:23:27.085Z[ recovery-image] Dec 20 23:23:25.249 INFO O| Dec 20 23:23:25.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
64212024-12-20T23:23:27.085Z[ recovery-image] Dec 20 23:23:25.250 INFO O| Dec 20 23:23:25.250 INFO STEP 670 (remove_files) COMPLETE
64222024-12-20T23:23:27.085Z[ recovery-image] Dec 20 23:23:25.250 INFO O| Dec 20 23:23:25.250 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-12-20T23:23:27.095Z[ host-image] Dec 20 23:23:25.259 INFO O| Dec 20 23:23:25.259 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
64242024-12-20T23:23:27.112Z[ recovery-image] Dec 20 23:23:25.276 INFO O| Dec 20 23:23:25.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
64252024-12-20T23:23:27.112Z[ recovery-image] Dec 20 23:23:25.277 INFO O| Dec 20 23:23:25.277 INFO STEP 671 (remove_files) COMPLETE
64262024-12-20T23:23:27.115Z[ recovery-image] Dec 20 23:23:25.277 INFO O| Dec 20 23:23:25.277 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-12-20T23:23:27.140Z[ recovery-image] Dec 20 23:23:25.304 INFO O| Dec 20 23:23:25.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
64282024-12-20T23:23:27.142Z[ recovery-image] Dec 20 23:23:25.304 INFO O| Dec 20 23:23:25.304 INFO STEP 672 (remove_files) COMPLETE
64292024-12-20T23:23:27.142Z[ recovery-image] Dec 20 23:23:25.305 INFO O| Dec 20 23:23:25.304 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-12-20T23:23:27.167Z[ recovery-image] Dec 20 23:23:25.331 INFO O| Dec 20 23:23:25.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
64312024-12-20T23:23:27.171Z[ recovery-image] Dec 20 23:23:25.332 INFO O| Dec 20 23:23:25.331 INFO STEP 673 (remove_files) COMPLETE
64322024-12-20T23:23:27.171Z[ recovery-image] Dec 20 23:23:25.332 INFO O| Dec 20 23:23:25.332 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-12-20T23:23:27.195Z[ recovery-image] Dec 20 23:23:25.359 INFO O| Dec 20 23:23:25.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
64342024-12-20T23:23:27.198Z[ recovery-image] Dec 20 23:23:25.359 INFO O| Dec 20 23:23:25.359 INFO STEP 674 (remove_files) COMPLETE
64352024-12-20T23:23:27.198Z[ recovery-image] Dec 20 23:23:25.360 INFO O| Dec 20 23:23:25.359 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-12-20T23:23:27.224Z[ recovery-image] Dec 20 23:23:25.388 INFO O| Dec 20 23:23:25.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
64372024-12-20T23:23:27.226Z[ recovery-image] Dec 20 23:23:25.388 INFO O| Dec 20 23:23:25.388 INFO STEP 675 (remove_files) COMPLETE
64382024-12-20T23:23:27.226Z[ recovery-image] Dec 20 23:23:25.388 INFO O| Dec 20 23:23:25.388 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-12-20T23:23:27.253Z[ recovery-image] Dec 20 23:23:25.415 INFO O| Dec 20 23:23:25.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
64402024-12-20T23:23:27.256Z[ recovery-image] Dec 20 23:23:25.416 INFO O| Dec 20 23:23:25.415 INFO STEP 676 (remove_files) COMPLETE
64412024-12-20T23:23:27.256Z[ recovery-image] Dec 20 23:23:25.416 INFO O| Dec 20 23:23:25.416 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-12-20T23:23:27.292Z[ recovery-image] Dec 20 23:23:25.456 INFO O| Dec 20 23:23:25.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
64432024-12-20T23:23:27.292Z[ recovery-image] Dec 20 23:23:25.456 INFO O| Dec 20 23:23:25.456 INFO STEP 677 (remove_files) COMPLETE
64442024-12-20T23:23:27.292Z[ recovery-image] Dec 20 23:23:25.456 INFO O| Dec 20 23:23:25.456 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-12-20T23:23:27.318Z[ recovery-image] Dec 20 23:23:25.482 INFO O| Dec 20 23:23:25.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64462024-12-20T23:23:27.318Z[ recovery-image] Dec 20 23:23:25.482 INFO O| Dec 20 23:23:25.482 INFO STEP 678 (remove_files) COMPLETE
64472024-12-20T23:23:27.321Z[ recovery-image] Dec 20 23:23:25.482 INFO O| Dec 20 23:23:25.482 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-12-20T23:23:27.373Z[ recovery-image] Dec 20 23:23:25.537 INFO O| Dec 20 23:23:25.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64492024-12-20T23:23:27.378Z[ recovery-image] Dec 20 23:23:25.537 INFO O| Dec 20 23:23:25.537 INFO STEP 679 (remove_files) COMPLETE
64502024-12-20T23:23:27.378Z[ recovery-image] Dec 20 23:23:25.537 INFO O| Dec 20 23:23:25.537 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-12-20T23:23:27.408Z[ recovery-image] Dec 20 23:23:25.572 INFO O| Dec 20 23:23:25.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64522024-12-20T23:23:27.429Z[ recovery-image] Dec 20 23:23:25.592 INFO O| Dec 20 23:23:25.592 INFO STEP 680 (remove_files) COMPLETE
64532024-12-20T23:23:27.429Z[ recovery-image] Dec 20 23:23:25.592 INFO O| Dec 20 23:23:25.592 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-12-20T23:23:27.470Z[ recovery-image] Dec 20 23:23:25.634 INFO O| Dec 20 23:23:25.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64552024-12-20T23:23:27.473Z[ recovery-image] Dec 20 23:23:25.634 INFO O| Dec 20 23:23:25.634 INFO STEP 681 (remove_files) COMPLETE
64562024-12-20T23:23:27.473Z[ recovery-image] Dec 20 23:23:25.634 INFO O| Dec 20 23:23:25.634 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-12-20T23:23:27.496Z[ recovery-image] Dec 20 23:23:25.660 INFO O| Dec 20 23:23:25.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64582024-12-20T23:23:27.496Z[ recovery-image] Dec 20 23:23:25.661 INFO O| Dec 20 23:23:25.660 INFO STEP 682 (remove_files) COMPLETE
64592024-12-20T23:23:27.499Z[ recovery-image] Dec 20 23:23:25.661 INFO O| Dec 20 23:23:25.661 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-12-20T23:23:27.523Z[ recovery-image] Dec 20 23:23:25.687 INFO O| Dec 20 23:23:25.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64612024-12-20T23:23:27.526Z[ recovery-image] Dec 20 23:23:25.687 INFO O| Dec 20 23:23:25.687 INFO STEP 683 (remove_files) COMPLETE
64622024-12-20T23:23:27.527Z[ recovery-image] Dec 20 23:23:25.687 INFO O| Dec 20 23:23:25.687 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-12-20T23:23:27.554Z[ recovery-image] Dec 20 23:23:25.717 INFO O| Dec 20 23:23:25.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64642024-12-20T23:23:27.556Z[ recovery-image] Dec 20 23:23:25.718 INFO O| Dec 20 23:23:25.717 INFO STEP 684 (remove_files) COMPLETE
64652024-12-20T23:23:27.556Z[ recovery-image] Dec 20 23:23:25.718 INFO O| Dec 20 23:23:25.718 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-12-20T23:23:27.594Z[ recovery-image] Dec 20 23:23:25.758 INFO O| Dec 20 23:23:25.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64672024-12-20T23:23:27.594Z[ recovery-image] Dec 20 23:23:25.758 INFO O| Dec 20 23:23:25.758 INFO STEP 685 (remove_files) COMPLETE
64682024-12-20T23:23:27.596Z[ recovery-image] Dec 20 23:23:25.758 INFO O| Dec 20 23:23:25.758 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-12-20T23:23:27.645Z[ recovery-image] Dec 20 23:23:25.809 INFO O| Dec 20 23:23:25.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64702024-12-20T23:23:27.645Z[ recovery-image] Dec 20 23:23:25.809 INFO O| Dec 20 23:23:25.809 INFO STEP 686 (remove_files) COMPLETE
64712024-12-20T23:23:27.647Z[ recovery-image] Dec 20 23:23:25.809 INFO O| Dec 20 23:23:25.809 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-12-20T23:23:27.670Z[ recovery-image] Dec 20 23:23:25.834 INFO O| Dec 20 23:23:25.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64732024-12-20T23:23:27.670Z[ recovery-image] Dec 20 23:23:25.834 INFO O| Dec 20 23:23:25.834 INFO STEP 687 (remove_files) COMPLETE
64742024-12-20T23:23:27.670Z[ recovery-image] Dec 20 23:23:25.834 INFO O| Dec 20 23:23:25.834 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-12-20T23:23:27.716Z[ recovery-image] Dec 20 23:23:25.880 INFO O| Dec 20 23:23:25.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64762024-12-20T23:23:27.717Z[ recovery-image] Dec 20 23:23:25.880 INFO O| Dec 20 23:23:25.880 INFO STEP 688 (remove_files) COMPLETE
64772024-12-20T23:23:27.717Z[ recovery-image] Dec 20 23:23:25.881 INFO O| Dec 20 23:23:25.880 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-12-20T23:23:27.744Z[ recovery-image] Dec 20 23:23:25.908 INFO O| Dec 20 23:23:25.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64792024-12-20T23:23:27.744Z[ recovery-image] Dec 20 23:23:25.908 INFO O| Dec 20 23:23:25.908 INFO STEP 689 (remove_files) COMPLETE
64802024-12-20T23:23:27.744Z[ recovery-image] Dec 20 23:23:25.908 INFO O| Dec 20 23:23:25.908 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-12-20T23:23:27.771Z[ recovery-image] Dec 20 23:23:25.934 INFO O| Dec 20 23:23:25.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64822024-12-20T23:23:27.771Z[ recovery-image] Dec 20 23:23:25.935 INFO O| Dec 20 23:23:25.934 INFO STEP 690 (remove_files) COMPLETE
64832024-12-20T23:23:27.773Z[ recovery-image] Dec 20 23:23:25.935 INFO O| Dec 20 23:23:25.935 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-12-20T23:23:27.798Z[ recovery-image] Dec 20 23:23:25.962 INFO O| Dec 20 23:23:25.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64852024-12-20T23:23:27.799Z[ recovery-image] Dec 20 23:23:25.962 INFO O| Dec 20 23:23:25.962 INFO STEP 691 (remove_files) COMPLETE
64862024-12-20T23:23:27.799Z[ recovery-image] Dec 20 23:23:25.962 INFO O| Dec 20 23:23:25.962 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-12-20T23:23:27.838Z[ recovery-image] Dec 20 23:23:26.002 INFO O| Dec 20 23:23:26.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64882024-12-20T23:23:27.838Z[ recovery-image] Dec 20 23:23:26.002 INFO O| Dec 20 23:23:26.002 INFO STEP 692 (remove_files) COMPLETE
64892024-12-20T23:23:27.841Z[ recovery-image] Dec 20 23:23:26.002 INFO O| Dec 20 23:23:26.002 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-12-20T23:23:27.866Z[ recovery-image] Dec 20 23:23:26.030 INFO O| Dec 20 23:23:26.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64912024-12-20T23:23:27.866Z[ recovery-image] Dec 20 23:23:26.030 INFO O| Dec 20 23:23:26.030 INFO STEP 693 (remove_files) COMPLETE
64922024-12-20T23:23:27.866Z[ recovery-image] Dec 20 23:23:26.030 INFO O| Dec 20 23:23:26.030 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-12-20T23:23:27.893Z[ recovery-image] Dec 20 23:23:26.057 INFO O| Dec 20 23:23:26.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64942024-12-20T23:23:27.893Z[ recovery-image] Dec 20 23:23:26.057 INFO O| Dec 20 23:23:26.057 INFO STEP 694 (remove_files) COMPLETE
64952024-12-20T23:23:27.893Z[ recovery-image] Dec 20 23:23:26.057 INFO O| Dec 20 23:23:26.057 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-12-20T23:23:27.942Z[ recovery-image] Dec 20 23:23:26.106 INFO O| Dec 20 23:23:26.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64972024-12-20T23:23:27.942Z[ recovery-image] Dec 20 23:23:26.106 INFO O| Dec 20 23:23:26.106 INFO STEP 695 (remove_files) COMPLETE
64982024-12-20T23:23:27.945Z[ recovery-image] Dec 20 23:23:26.106 INFO O| Dec 20 23:23:26.106 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-12-20T23:23:27.968Z[ recovery-image] Dec 20 23:23:26.132 INFO O| Dec 20 23:23:26.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
65002024-12-20T23:23:27.968Z[ recovery-image] Dec 20 23:23:26.132 INFO O| Dec 20 23:23:26.132 INFO STEP 696 (remove_files) COMPLETE
65012024-12-20T23:23:27.970Z[ recovery-image] Dec 20 23:23:26.132 INFO O| Dec 20 23:23:26.132 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-12-20T23:23:27.996Z[ recovery-image] Dec 20 23:23:26.160 INFO O| Dec 20 23:23:26.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
65032024-12-20T23:23:27.998Z[ recovery-image] Dec 20 23:23:26.160 INFO O| Dec 20 23:23:26.160 INFO STEP 697 (remove_files) COMPLETE
65042024-12-20T23:23:27.998Z[ recovery-image] Dec 20 23:23:26.160 INFO O| Dec 20 23:23:26.160 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-12-20T23:23:28.024Z[ recovery-image] Dec 20 23:23:26.188 INFO O| Dec 20 23:23:26.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
65062024-12-20T23:23:28.024Z[ recovery-image] Dec 20 23:23:26.188 INFO O| Dec 20 23:23:26.188 INFO STEP 698 (remove_files) COMPLETE
65072024-12-20T23:23:28.027Z[ recovery-image] Dec 20 23:23:26.188 INFO O| Dec 20 23:23:26.188 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-12-20T23:23:28.065Z[ recovery-image] Dec 20 23:23:26.229 INFO O| Dec 20 23:23:26.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
65092024-12-20T23:23:28.069Z[ recovery-image] Dec 20 23:23:26.229 INFO O| Dec 20 23:23:26.229 INFO STEP 699 (remove_files) COMPLETE
65102024-12-20T23:23:28.069Z[ recovery-image] Dec 20 23:23:26.229 INFO O| Dec 20 23:23:26.229 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-12-20T23:23:28.093Z[ recovery-image] Dec 20 23:23:26.257 INFO O| Dec 20 23:23:26.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
65122024-12-20T23:23:28.095Z[ recovery-image] Dec 20 23:23:26.257 INFO O| Dec 20 23:23:26.257 INFO STEP 700 (remove_files) COMPLETE
65132024-12-20T23:23:28.095Z[ recovery-image] Dec 20 23:23:26.257 INFO O| Dec 20 23:23:26.257 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-12-20T23:23:28.131Z[ recovery-image] Dec 20 23:23:26.295 INFO O| Dec 20 23:23:26.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
65152024-12-20T23:23:28.134Z[ recovery-image] Dec 20 23:23:26.296 INFO O| Dec 20 23:23:26.295 INFO STEP 701 (remove_files) COMPLETE
65162024-12-20T23:23:28.134Z[ recovery-image] Dec 20 23:23:26.296 INFO O| Dec 20 23:23:26.296 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-12-20T23:23:28.190Z[ recovery-image] Dec 20 23:23:26.354 INFO O| Dec 20 23:23:26.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
65182024-12-20T23:23:28.190Z[ recovery-image] Dec 20 23:23:26.354 INFO O| Dec 20 23:23:26.354 INFO STEP 702 (remove_files) COMPLETE
65192024-12-20T23:23:28.190Z[ recovery-image] Dec 20 23:23:26.354 INFO O| Dec 20 23:23:26.354 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-12-20T23:23:28.217Z[ recovery-image] Dec 20 23:23:26.381 INFO O| Dec 20 23:23:26.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
65212024-12-20T23:23:28.217Z[ recovery-image] Dec 20 23:23:26.381 INFO O| Dec 20 23:23:26.381 INFO STEP 703 (remove_files) COMPLETE
65222024-12-20T23:23:28.217Z[ recovery-image] Dec 20 23:23:26.381 INFO O| Dec 20 23:23:26.381 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-12-20T23:23:28.244Z[ recovery-image] Dec 20 23:23:26.408 INFO O| Dec 20 23:23:26.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
65242024-12-20T23:23:28.244Z[ recovery-image] Dec 20 23:23:26.408 INFO O| Dec 20 23:23:26.408 INFO STEP 704 (remove_files) COMPLETE
65252024-12-20T23:23:28.244Z[ recovery-image] Dec 20 23:23:26.408 INFO O| Dec 20 23:23:26.408 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-12-20T23:23:28.274Z[ recovery-image] Dec 20 23:23:26.437 INFO O| Dec 20 23:23:26.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
65272024-12-20T23:23:28.277Z[ recovery-image] Dec 20 23:23:26.438 INFO O| Dec 20 23:23:26.438 INFO STEP 705 (remove_files) COMPLETE
65282024-12-20T23:23:28.277Z[ recovery-image] Dec 20 23:23:26.438 INFO O| Dec 20 23:23:26.438 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-12-20T23:23:28.303Z[ recovery-image] Dec 20 23:23:26.466 INFO O| Dec 20 23:23:26.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
65302024-12-20T23:23:28.306Z[ recovery-image] Dec 20 23:23:26.467 INFO O| Dec 20 23:23:26.467 INFO STEP 706 (remove_files) COMPLETE
65312024-12-20T23:23:28.306Z[ recovery-image] Dec 20 23:23:26.467 INFO O| Dec 20 23:23:26.467 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-12-20T23:23:28.329Z[ recovery-image] Dec 20 23:23:26.493 INFO O| Dec 20 23:23:26.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
65332024-12-20T23:23:28.332Z[ recovery-image] Dec 20 23:23:26.493 INFO O| Dec 20 23:23:26.493 INFO STEP 707 (remove_files) COMPLETE
65342024-12-20T23:23:28.332Z[ recovery-image] Dec 20 23:23:26.493 INFO O| Dec 20 23:23:26.493 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-12-20T23:23:28.360Z[ recovery-image] Dec 20 23:23:26.523 INFO O| Dec 20 23:23:26.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
65362024-12-20T23:23:28.363Z[ recovery-image] Dec 20 23:23:26.524 INFO O| Dec 20 23:23:26.524 INFO STEP 708 (remove_files) COMPLETE
65372024-12-20T23:23:28.363Z[ recovery-image] Dec 20 23:23:26.524 INFO O| Dec 20 23:23:26.524 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-12-20T23:23:28.387Z[ recovery-image] Dec 20 23:23:26.551 INFO O| Dec 20 23:23:26.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
65392024-12-20T23:23:28.387Z[ recovery-image] Dec 20 23:23:26.551 INFO O| Dec 20 23:23:26.551 INFO STEP 709 (remove_files) COMPLETE
65402024-12-20T23:23:28.390Z[ recovery-image] Dec 20 23:23:26.551 INFO O| Dec 20 23:23:26.551 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-12-20T23:23:28.436Z[ recovery-image] Dec 20 23:23:26.600 INFO O| Dec 20 23:23:26.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
65422024-12-20T23:23:28.436Z[ recovery-image] Dec 20 23:23:26.600 INFO O| Dec 20 23:23:26.600 INFO STEP 710 (remove_files) COMPLETE
65432024-12-20T23:23:28.437Z[ recovery-image] Dec 20 23:23:26.600 INFO O| Dec 20 23:23:26.600 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-12-20T23:23:28.464Z[ recovery-image] Dec 20 23:23:26.628 INFO O| Dec 20 23:23:26.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65452024-12-20T23:23:28.464Z[ recovery-image] Dec 20 23:23:26.628 INFO O| Dec 20 23:23:26.628 INFO STEP 711 (remove_files) COMPLETE
65462024-12-20T23:23:28.466Z[ recovery-image] Dec 20 23:23:26.628 INFO O| Dec 20 23:23:26.628 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-12-20T23:23:28.490Z[ recovery-image] Dec 20 23:23:26.654 INFO O| Dec 20 23:23:26.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65482024-12-20T23:23:28.512Z[ recovery-image] Dec 20 23:23:26.675 INFO O| Dec 20 23:23:26.675 INFO STEP 712 (remove_files) COMPLETE
65492024-12-20T23:23:28.512Z[ recovery-image] Dec 20 23:23:26.675 INFO O| Dec 20 23:23:26.675 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-12-20T23:23:28.547Z[ recovery-image] Dec 20 23:23:26.711 INFO O| Dec 20 23:23:26.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65512024-12-20T23:23:28.547Z[ recovery-image] Dec 20 23:23:26.711 INFO O| Dec 20 23:23:26.711 INFO STEP 713 (remove_files) COMPLETE
65522024-12-20T23:23:28.547Z[ recovery-image] Dec 20 23:23:26.711 INFO O| Dec 20 23:23:26.711 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-12-20T23:23:28.572Z[ recovery-image] Dec 20 23:23:26.736 INFO O| Dec 20 23:23:26.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65542024-12-20T23:23:28.572Z[ recovery-image] Dec 20 23:23:26.736 INFO O| Dec 20 23:23:26.736 INFO STEP 714 (remove_files) COMPLETE
65552024-12-20T23:23:28.576Z[ recovery-image] Dec 20 23:23:26.736 INFO O| Dec 20 23:23:26.736 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-12-20T23:23:28.598Z[ recovery-image] Dec 20 23:23:26.762 INFO O| Dec 20 23:23:26.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65572024-12-20T23:23:28.598Z[ recovery-image] Dec 20 23:23:26.762 INFO O| Dec 20 23:23:26.762 INFO STEP 715 (remove_files) COMPLETE
65582024-12-20T23:23:28.601Z[ recovery-image] Dec 20 23:23:26.762 INFO O| Dec 20 23:23:26.762 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-12-20T23:23:28.624Z[ recovery-image] Dec 20 23:23:26.788 INFO O| Dec 20 23:23:26.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65602024-12-20T23:23:28.624Z[ recovery-image] Dec 20 23:23:26.788 INFO O| Dec 20 23:23:26.788 INFO STEP 716 (remove_files) COMPLETE
65612024-12-20T23:23:28.624Z[ recovery-image] Dec 20 23:23:26.788 INFO O| Dec 20 23:23:26.788 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-12-20T23:23:28.649Z[ recovery-image] Dec 20 23:23:26.813 INFO O| Dec 20 23:23:26.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65632024-12-20T23:23:28.651Z[ recovery-image] Dec 20 23:23:26.813 INFO O| Dec 20 23:23:26.813 INFO STEP 717 (remove_files) COMPLETE
65642024-12-20T23:23:28.651Z[ recovery-image] Dec 20 23:23:26.813 INFO O| Dec 20 23:23:26.813 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-12-20T23:23:28.674Z[ recovery-image] Dec 20 23:23:26.838 INFO O| Dec 20 23:23:26.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65662024-12-20T23:23:28.674Z[ recovery-image] Dec 20 23:23:26.838 INFO O| Dec 20 23:23:26.838 INFO STEP 718 (remove_files) COMPLETE
65672024-12-20T23:23:28.674Z[ recovery-image] Dec 20 23:23:26.838 INFO O| Dec 20 23:23:26.838 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-12-20T23:23:28.715Z[ recovery-image] Dec 20 23:23:26.879 INFO O| Dec 20 23:23:26.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65692024-12-20T23:23:28.718Z[ recovery-image] Dec 20 23:23:26.879 INFO O| Dec 20 23:23:26.879 INFO STEP 719 (remove_files) COMPLETE
65702024-12-20T23:23:28.718Z[ recovery-image] Dec 20 23:23:26.879 INFO O| Dec 20 23:23:26.879 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-12-20T23:23:28.743Z[ recovery-image] Dec 20 23:23:26.906 INFO O| Dec 20 23:23:26.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65722024-12-20T23:23:28.743Z[ recovery-image] Dec 20 23:23:26.906 INFO O| Dec 20 23:23:26.906 INFO STEP 720 (remove_files) COMPLETE
65732024-12-20T23:23:28.745Z[ recovery-image] Dec 20 23:23:26.906 INFO O| Dec 20 23:23:26.906 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-12-20T23:23:28.771Z[ recovery-image] Dec 20 23:23:26.933 INFO O| Dec 20 23:23:26.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65752024-12-20T23:23:28.771Z[ recovery-image] Dec 20 23:23:26.934 INFO O| Dec 20 23:23:26.934 INFO STEP 721 (remove_files) COMPLETE
65762024-12-20T23:23:28.774Z[ recovery-image] Dec 20 23:23:26.934 INFO O| Dec 20 23:23:26.934 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-12-20T23:23:28.806Z[ recovery-image] Dec 20 23:23:26.969 INFO O| Dec 20 23:23:26.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65782024-12-20T23:23:28.806Z[ recovery-image] Dec 20 23:23:26.969 INFO O| Dec 20 23:23:26.969 INFO STEP 722 (remove_files) COMPLETE
65792024-12-20T23:23:28.806Z[ recovery-image] Dec 20 23:23:26.969 INFO O| Dec 20 23:23:26.969 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-12-20T23:23:28.847Z[ recovery-image] Dec 20 23:23:27.009 INFO O| Dec 20 23:23:27.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65812024-12-20T23:23:28.847Z[ recovery-image] Dec 20 23:23:27.010 INFO O| Dec 20 23:23:27.010 INFO STEP 723 (remove_files) COMPLETE
65822024-12-20T23:23:28.847Z[ recovery-image] Dec 20 23:23:27.010 INFO O| Dec 20 23:23:27.010 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-12-20T23:23:28.872Z[ recovery-image] Dec 20 23:23:27.036 INFO O| Dec 20 23:23:27.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65842024-12-20T23:23:28.872Z[ recovery-image] Dec 20 23:23:27.036 INFO O| Dec 20 23:23:27.036 INFO STEP 724 (remove_files) COMPLETE
65852024-12-20T23:23:28.872Z[ recovery-image] Dec 20 23:23:27.036 INFO O| Dec 20 23:23:27.036 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-12-20T23:23:28.898Z[ recovery-image] Dec 20 23:23:27.062 INFO O| Dec 20 23:23:27.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65872024-12-20T23:23:28.898Z[ recovery-image] Dec 20 23:23:27.062 INFO O| Dec 20 23:23:27.062 INFO STEP 725 (remove_files) COMPLETE
65882024-12-20T23:23:28.898Z[ recovery-image] Dec 20 23:23:27.062 INFO O| Dec 20 23:23:27.062 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-12-20T23:23:28.926Z[ recovery-image] Dec 20 23:23:27.088 INFO O| Dec 20 23:23:27.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65902024-12-20T23:23:28.926Z[ recovery-image] Dec 20 23:23:27.089 INFO O| Dec 20 23:23:27.088 INFO STEP 726 (remove_files) COMPLETE
65912024-12-20T23:23:28.929Z[ recovery-image] Dec 20 23:23:27.089 INFO O| Dec 20 23:23:27.089 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-12-20T23:23:28.951Z[ recovery-image] Dec 20 23:23:27.115 INFO O| Dec 20 23:23:27.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65932024-12-20T23:23:28.954Z[ recovery-image] Dec 20 23:23:27.115 INFO O| Dec 20 23:23:27.115 INFO STEP 727 (remove_files) COMPLETE
65942024-12-20T23:23:28.954Z[ recovery-image] Dec 20 23:23:27.115 INFO O| Dec 20 23:23:27.115 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-12-20T23:23:28.977Z[ recovery-image] Dec 20 23:23:27.141 INFO O| Dec 20 23:23:27.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65962024-12-20T23:23:28.980Z[ recovery-image] Dec 20 23:23:27.141 INFO O| Dec 20 23:23:27.141 INFO STEP 728 (remove_files) COMPLETE
65972024-12-20T23:23:28.980Z[ recovery-image] Dec 20 23:23:27.142 INFO O| Dec 20 23:23:27.141 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-12-20T23:23:29.005Z[ recovery-image] Dec 20 23:23:27.169 INFO O| Dec 20 23:23:27.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65992024-12-20T23:23:29.005Z[ recovery-image] Dec 20 23:23:27.169 INFO O| Dec 20 23:23:27.169 INFO STEP 729 (remove_files) COMPLETE
66002024-12-20T23:23:29.005Z[ recovery-image] Dec 20 23:23:27.169 INFO O| Dec 20 23:23:27.169 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-12-20T23:23:29.032Z[ recovery-image] Dec 20 23:23:27.195 INFO O| Dec 20 23:23:27.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
66022024-12-20T23:23:29.034Z[ recovery-image] Dec 20 23:23:27.196 INFO O| Dec 20 23:23:27.195 INFO STEP 730 (remove_files) COMPLETE
66032024-12-20T23:23:29.034Z[ recovery-image] Dec 20 23:23:27.196 INFO O| Dec 20 23:23:27.196 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-12-20T23:23:29.059Z[ recovery-image] Dec 20 23:23:27.222 INFO O| Dec 20 23:23:27.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
66052024-12-20T23:23:29.062Z[ recovery-image] Dec 20 23:23:27.223 INFO O| Dec 20 23:23:27.222 INFO STEP 731 (remove_files) COMPLETE
66062024-12-20T23:23:29.062Z[ recovery-image] Dec 20 23:23:27.223 INFO O| Dec 20 23:23:27.222 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-12-20T23:23:29.133Z[ recovery-image] Dec 20 23:23:27.296 INFO O| Dec 20 23:23:27.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
66082024-12-20T23:23:29.136Z[ recovery-image] Dec 20 23:23:27.296 INFO O| Dec 20 23:23:27.296 INFO STEP 732 (remove_files) COMPLETE
66092024-12-20T23:23:29.136Z[ recovery-image] Dec 20 23:23:27.296 INFO O| Dec 20 23:23:27.296 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-12-20T23:23:29.158Z[ recovery-image] Dec 20 23:23:27.321 INFO O| Dec 20 23:23:27.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
66112024-12-20T23:23:29.163Z[ recovery-image] Dec 20 23:23:27.322 INFO O| Dec 20 23:23:27.322 INFO STEP 733 (remove_files) COMPLETE
66122024-12-20T23:23:29.163Z[ recovery-image] Dec 20 23:23:27.322 INFO O| Dec 20 23:23:27.322 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-12-20T23:23:29.184Z[ recovery-image] Dec 20 23:23:27.347 INFO O| Dec 20 23:23:27.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
66142024-12-20T23:23:29.187Z[ recovery-image] Dec 20 23:23:27.348 INFO O| Dec 20 23:23:27.348 INFO STEP 734 (remove_files) COMPLETE
66152024-12-20T23:23:29.187Z[ recovery-image] Dec 20 23:23:27.348 INFO O| Dec 20 23:23:27.348 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-12-20T23:23:29.211Z[ recovery-image] Dec 20 23:23:27.374 INFO O| Dec 20 23:23:27.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
66172024-12-20T23:23:29.214Z[ recovery-image] Dec 20 23:23:27.374 INFO O| Dec 20 23:23:27.374 INFO STEP 735 (remove_files) COMPLETE
66182024-12-20T23:23:29.214Z[ recovery-image] Dec 20 23:23:27.375 INFO O| Dec 20 23:23:27.374 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-12-20T23:23:29.243Z[ recovery-image] Dec 20 23:23:27.407 INFO O| Dec 20 23:23:27.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
66202024-12-20T23:23:29.243Z[ recovery-image] Dec 20 23:23:27.407 INFO O| Dec 20 23:23:27.407 INFO STEP 736 (remove_files) COMPLETE
66212024-12-20T23:23:29.243Z[ recovery-image] Dec 20 23:23:27.407 INFO O| Dec 20 23:23:27.407 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-12-20T23:23:29.269Z[ recovery-image] Dec 20 23:23:27.433 INFO O| Dec 20 23:23:27.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
66232024-12-20T23:23:29.269Z[ recovery-image] Dec 20 23:23:27.433 INFO O| Dec 20 23:23:27.433 INFO STEP 737 (remove_files) COMPLETE
66242024-12-20T23:23:29.269Z[ recovery-image] Dec 20 23:23:27.433 INFO O| Dec 20 23:23:27.433 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-12-20T23:23:29.295Z[ recovery-image] Dec 20 23:23:27.459 INFO O| Dec 20 23:23:27.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
66262024-12-20T23:23:29.295Z[ recovery-image] Dec 20 23:23:27.459 INFO O| Dec 20 23:23:27.459 INFO STEP 738 (remove_files) COMPLETE
66272024-12-20T23:23:29.296Z[ recovery-image] Dec 20 23:23:27.459 INFO O| Dec 20 23:23:27.459 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-12-20T23:23:29.323Z[ recovery-image] Dec 20 23:23:27.486 INFO O| Dec 20 23:23:27.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
66292024-12-20T23:23:29.325Z[ recovery-image] Dec 20 23:23:27.486 INFO O| Dec 20 23:23:27.486 INFO STEP 739 (remove_files) COMPLETE
66302024-12-20T23:23:29.325Z[ recovery-image] Dec 20 23:23:27.486 INFO O| Dec 20 23:23:27.486 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-12-20T23:23:29.349Z[ recovery-image] Dec 20 23:23:27.512 INFO O| Dec 20 23:23:27.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
66322024-12-20T23:23:29.365Z[ recovery-image] Dec 20 23:23:27.529 INFO O| Dec 20 23:23:27.529 INFO STEP 740 (remove_files) COMPLETE
66332024-12-20T23:23:29.365Z[ recovery-image] Dec 20 23:23:27.529 INFO O| Dec 20 23:23:27.529 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-12-20T23:23:29.400Z[ recovery-image] Dec 20 23:23:27.564 INFO O| Dec 20 23:23:27.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
66352024-12-20T23:23:29.401Z[ recovery-image] Dec 20 23:23:27.564 INFO O| Dec 20 23:23:27.564 INFO STEP 741 (remove_files) COMPLETE
66362024-12-20T23:23:29.401Z[ recovery-image] Dec 20 23:23:27.564 INFO O| Dec 20 23:23:27.564 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-12-20T23:23:29.427Z[ recovery-image] Dec 20 23:23:27.590 INFO O| Dec 20 23:23:27.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
66382024-12-20T23:23:29.427Z[ recovery-image] Dec 20 23:23:27.591 INFO O| Dec 20 23:23:27.591 INFO STEP 742 (remove_files) COMPLETE
66392024-12-20T23:23:29.427Z[ recovery-image] Dec 20 23:23:27.591 INFO O| Dec 20 23:23:27.591 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-12-20T23:23:29.456Z[ recovery-image] Dec 20 23:23:27.620 INFO O| Dec 20 23:23:27.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
66412024-12-20T23:23:29.456Z[ recovery-image] Dec 20 23:23:27.620 INFO O| Dec 20 23:23:27.620 INFO STEP 743 (remove_files) COMPLETE
66422024-12-20T23:23:29.459Z[ recovery-image] Dec 20 23:23:27.620 INFO O| Dec 20 23:23:27.620 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-12-20T23:23:29.520Z[ recovery-image] Dec 20 23:23:27.684 INFO O| Dec 20 23:23:27.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
66442024-12-20T23:23:29.520Z[ recovery-image] Dec 20 23:23:27.684 INFO O| Dec 20 23:23:27.684 INFO STEP 744 (remove_files) COMPLETE
66452024-12-20T23:23:29.523Z[ recovery-image] Dec 20 23:23:27.684 INFO O| Dec 20 23:23:27.684 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-12-20T23:23:29.549Z[ recovery-image] Dec 20 23:23:27.713 INFO O| Dec 20 23:23:27.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66472024-12-20T23:23:29.567Z[ recovery-image] Dec 20 23:23:27.730 INFO O| Dec 20 23:23:27.730 INFO STEP 745 (remove_files) COMPLETE
66482024-12-20T23:23:29.570Z[ recovery-image] Dec 20 23:23:27.730 INFO O| Dec 20 23:23:27.730 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-12-20T23:23:29.644Z[ recovery-image] Dec 20 23:23:27.807 INFO O| Dec 20 23:23:27.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66502024-12-20T23:23:29.644Z[ recovery-image] Dec 20 23:23:27.808 INFO O| Dec 20 23:23:27.807 INFO STEP 746 (remove_files) COMPLETE
66512024-12-20T23:23:29.646Z[ recovery-image] Dec 20 23:23:27.808 INFO O| Dec 20 23:23:27.807 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-12-20T23:23:29.670Z[ recovery-image] Dec 20 23:23:27.833 INFO O| Dec 20 23:23:27.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66532024-12-20T23:23:29.670Z[ recovery-image] Dec 20 23:23:27.833 INFO O| Dec 20 23:23:27.833 INFO STEP 747 (remove_files) COMPLETE
66542024-12-20T23:23:29.673Z[ recovery-image] Dec 20 23:23:27.833 INFO O| Dec 20 23:23:27.833 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-12-20T23:23:29.694Z[ recovery-image] Dec 20 23:23:27.858 INFO O| Dec 20 23:23:27.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66562024-12-20T23:23:29.694Z[ recovery-image] Dec 20 23:23:27.858 INFO O| Dec 20 23:23:27.858 INFO STEP 748 (remove_files) COMPLETE
66572024-12-20T23:23:29.694Z[ recovery-image] Dec 20 23:23:27.858 INFO O| Dec 20 23:23:27.858 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-12-20T23:23:29.734Z[ recovery-image] Dec 20 23:23:27.898 INFO O| Dec 20 23:23:27.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66592024-12-20T23:23:29.734Z[ recovery-image] Dec 20 23:23:27.898 INFO O| Dec 20 23:23:27.898 INFO STEP 749 (remove_files) COMPLETE
66602024-12-20T23:23:29.737Z[ recovery-image] Dec 20 23:23:27.898 INFO O| Dec 20 23:23:27.898 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-12-20T23:23:29.760Z[ recovery-image] Dec 20 23:23:27.924 INFO O| Dec 20 23:23:27.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66622024-12-20T23:23:29.760Z[ recovery-image] Dec 20 23:23:27.924 INFO O| Dec 20 23:23:27.924 INFO STEP 750 (remove_files) COMPLETE
66632024-12-20T23:23:29.760Z[ recovery-image] Dec 20 23:23:27.924 INFO O| Dec 20 23:23:27.924 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-12-20T23:23:29.786Z[ recovery-image] Dec 20 23:23:27.950 INFO O| Dec 20 23:23:27.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66652024-12-20T23:23:29.786Z[ recovery-image] Dec 20 23:23:27.950 INFO O| Dec 20 23:23:27.950 INFO STEP 751 (remove_files) COMPLETE
66662024-12-20T23:23:29.786Z[ recovery-image] Dec 20 23:23:27.950 INFO O| Dec 20 23:23:27.950 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-12-20T23:23:29.812Z[ recovery-image] Dec 20 23:23:27.976 INFO O| Dec 20 23:23:27.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66682024-12-20T23:23:29.813Z[ recovery-image] Dec 20 23:23:27.976 INFO O| Dec 20 23:23:27.976 INFO STEP 752 (remove_files) COMPLETE
66692024-12-20T23:23:29.813Z[ recovery-image] Dec 20 23:23:27.976 INFO O| Dec 20 23:23:27.976 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-12-20T23:23:29.872Z[ recovery-image] Dec 20 23:23:28.036 INFO O| Dec 20 23:23:28.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66712024-12-20T23:23:29.873Z[ recovery-image] Dec 20 23:23:28.036 INFO O| Dec 20 23:23:28.036 INFO STEP 753 (remove_files) COMPLETE
66722024-12-20T23:23:29.873Z[ recovery-image] Dec 20 23:23:28.036 INFO O| Dec 20 23:23:28.036 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-12-20T23:23:29.899Z[ recovery-image] Dec 20 23:23:28.062 INFO O| Dec 20 23:23:28.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66742024-12-20T23:23:29.899Z[ recovery-image] Dec 20 23:23:28.062 INFO O| Dec 20 23:23:28.062 INFO STEP 754 (remove_files) COMPLETE
66752024-12-20T23:23:29.899Z[ recovery-image] Dec 20 23:23:28.062 INFO O| Dec 20 23:23:28.062 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-12-20T23:23:29.940Z[ recovery-image] Dec 20 23:23:28.103 INFO O| Dec 20 23:23:28.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66772024-12-20T23:23:29.962Z[ recovery-image] Dec 20 23:23:28.125 INFO O| Dec 20 23:23:28.125 INFO STEP 755 (remove_files) COMPLETE
66782024-12-20T23:23:29.962Z[ recovery-image] Dec 20 23:23:28.125 INFO O| Dec 20 23:23:28.125 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-12-20T23:23:29.986Z[ recovery-image] Dec 20 23:23:28.149 INFO O| Dec 20 23:23:28.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66802024-12-20T23:23:29.989Z[ recovery-image] Dec 20 23:23:28.150 INFO O| Dec 20 23:23:28.150 INFO STEP 756 (remove_files) COMPLETE
66812024-12-20T23:23:29.989Z[ recovery-image] Dec 20 23:23:28.150 INFO O| Dec 20 23:23:28.150 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-12-20T23:23:30.013Z[ recovery-image] Dec 20 23:23:28.177 INFO O| Dec 20 23:23:28.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66832024-12-20T23:23:30.016Z[ recovery-image] Dec 20 23:23:28.177 INFO O| Dec 20 23:23:28.177 INFO STEP 757 (remove_files) COMPLETE
66842024-12-20T23:23:30.016Z[ recovery-image] Dec 20 23:23:28.177 INFO O| Dec 20 23:23:28.177 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-12-20T23:23:30.041Z[ recovery-image] Dec 20 23:23:28.204 INFO O| Dec 20 23:23:28.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66862024-12-20T23:23:30.044Z[ recovery-image] Dec 20 23:23:28.205 INFO O| Dec 20 23:23:28.205 INFO STEP 758 (remove_files) COMPLETE
66872024-12-20T23:23:30.044Z[ recovery-image] Dec 20 23:23:28.205 INFO O| Dec 20 23:23:28.205 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-12-20T23:23:30.077Z[ recovery-image] Dec 20 23:23:28.240 INFO O| Dec 20 23:23:28.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66892024-12-20T23:23:30.083Z[ recovery-image] Dec 20 23:23:28.247 INFO O| Dec 20 23:23:28.247 INFO STEP 759 (remove_files) COMPLETE
66902024-12-20T23:23:30.083Z[ recovery-image] Dec 20 23:23:28.247 INFO O| Dec 20 23:23:28.247 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-12-20T23:23:30.118Z[ recovery-image] Dec 20 23:23:28.282 INFO O| Dec 20 23:23:28.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66922024-12-20T23:23:30.118Z[ recovery-image] Dec 20 23:23:28.282 INFO O| Dec 20 23:23:28.282 INFO STEP 760 (remove_files) COMPLETE
66932024-12-20T23:23:30.121Z[ recovery-image] Dec 20 23:23:28.282 INFO O| Dec 20 23:23:28.282 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-12-20T23:23:30.143Z[ recovery-image] Dec 20 23:23:28.307 INFO O| Dec 20 23:23:28.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66952024-12-20T23:23:30.144Z[ recovery-image] Dec 20 23:23:28.307 INFO O| Dec 20 23:23:28.307 INFO STEP 761 (remove_files) COMPLETE
66962024-12-20T23:23:30.147Z[ recovery-image] Dec 20 23:23:28.307 INFO O| Dec 20 23:23:28.307 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-12-20T23:23:30.168Z[ recovery-image] Dec 20 23:23:28.332 INFO O| Dec 20 23:23:28.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66982024-12-20T23:23:30.171Z[ recovery-image] Dec 20 23:23:28.332 INFO O| Dec 20 23:23:28.332 INFO STEP 762 (remove_files) COMPLETE
66992024-12-20T23:23:30.171Z[ recovery-image] Dec 20 23:23:28.332 INFO O| Dec 20 23:23:28.332 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-12-20T23:23:30.193Z[ recovery-image] Dec 20 23:23:28.356 INFO O| Dec 20 23:23:28.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
67012024-12-20T23:23:30.195Z[ recovery-image] Dec 20 23:23:28.357 INFO O| Dec 20 23:23:28.357 INFO STEP 763 (remove_files) COMPLETE
67022024-12-20T23:23:30.195Z[ recovery-image] Dec 20 23:23:28.357 INFO O| Dec 20 23:23:28.357 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-12-20T23:23:30.223Z[ recovery-image] Dec 20 23:23:28.386 INFO O| Dec 20 23:23:28.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
67042024-12-20T23:23:30.226Z[ recovery-image] Dec 20 23:23:28.387 INFO O| Dec 20 23:23:28.387 INFO STEP 764 (remove_files) COMPLETE
67052024-12-20T23:23:30.227Z[ recovery-image] Dec 20 23:23:28.387 INFO O| Dec 20 23:23:28.387 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-12-20T23:23:30.264Z[ recovery-image] Dec 20 23:23:28.427 INFO O| Dec 20 23:23:28.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
67072024-12-20T23:23:30.268Z[ recovery-image] Dec 20 23:23:28.427 INFO O| Dec 20 23:23:28.427 INFO STEP 765 (remove_files) COMPLETE
67082024-12-20T23:23:30.268Z[ recovery-image] Dec 20 23:23:28.427 INFO O| Dec 20 23:23:28.427 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-12-20T23:23:30.322Z[ recovery-image] Dec 20 23:23:28.485 INFO O| Dec 20 23:23:28.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
67102024-12-20T23:23:30.322Z[ recovery-image] Dec 20 23:23:28.485 INFO O| Dec 20 23:23:28.485 INFO STEP 766 (remove_files) COMPLETE
67112024-12-20T23:23:30.325Z[ recovery-image] Dec 20 23:23:28.486 INFO O| Dec 20 23:23:28.485 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-12-20T23:23:30.357Z[ recovery-image] Dec 20 23:23:28.520 INFO O| Dec 20 23:23:28.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
67132024-12-20T23:23:30.377Z[ recovery-image] Dec 20 23:23:28.540 INFO O| Dec 20 23:23:28.540 INFO STEP 767 (remove_files) COMPLETE
67142024-12-20T23:23:30.377Z[ recovery-image] Dec 20 23:23:28.540 INFO O| Dec 20 23:23:28.540 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-12-20T23:23:30.412Z[ recovery-image] Dec 20 23:23:28.575 INFO O| Dec 20 23:23:28.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
67162024-12-20T23:23:30.412Z[ recovery-image] Dec 20 23:23:28.576 INFO O| Dec 20 23:23:28.575 INFO STEP 768 (remove_files) COMPLETE
67172024-12-20T23:23:30.416Z[ recovery-image] Dec 20 23:23:28.576 INFO O| Dec 20 23:23:28.575 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-12-20T23:23:30.439Z[ recovery-image] Dec 20 23:23:28.602 INFO O| Dec 20 23:23:28.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
67192024-12-20T23:23:30.439Z[ recovery-image] Dec 20 23:23:28.602 INFO O| Dec 20 23:23:28.602 INFO STEP 769 (remove_files) COMPLETE
67202024-12-20T23:23:30.439Z[ recovery-image] Dec 20 23:23:28.602 INFO O| Dec 20 23:23:28.602 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-12-20T23:23:30.467Z[ recovery-image] Dec 20 23:23:28.630 INFO O| Dec 20 23:23:28.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
67222024-12-20T23:23:30.467Z[ recovery-image] Dec 20 23:23:28.630 INFO O| Dec 20 23:23:28.630 INFO STEP 770 (remove_files) COMPLETE
67232024-12-20T23:23:30.467Z[ recovery-image] Dec 20 23:23:28.631 INFO O| Dec 20 23:23:28.630 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-12-20T23:23:30.495Z[ recovery-image] Dec 20 23:23:28.658 INFO O| Dec 20 23:23:28.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
67252024-12-20T23:23:30.495Z[ recovery-image] Dec 20 23:23:28.658 INFO O| Dec 20 23:23:28.658 INFO STEP 771 (remove_files) COMPLETE
67262024-12-20T23:23:30.498Z[ recovery-image] Dec 20 23:23:28.659 INFO O| Dec 20 23:23:28.658 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-12-20T23:23:30.522Z[ recovery-image] Dec 20 23:23:28.685 INFO O| Dec 20 23:23:28.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
67282024-12-20T23:23:30.522Z[ recovery-image] Dec 20 23:23:28.685 INFO O| Dec 20 23:23:28.685 INFO STEP 772 (remove_files) COMPLETE
67292024-12-20T23:23:30.524Z[ recovery-image] Dec 20 23:23:28.685 INFO O| Dec 20 23:23:28.685 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-12-20T23:23:30.549Z[ recovery-image] Dec 20 23:23:28.712 INFO O| Dec 20 23:23:28.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
67312024-12-20T23:23:30.549Z[ recovery-image] Dec 20 23:23:28.712 INFO O| Dec 20 23:23:28.712 INFO STEP 773 (remove_files) COMPLETE
67322024-12-20T23:23:30.552Z[ recovery-image] Dec 20 23:23:28.712 INFO O| Dec 20 23:23:28.712 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-12-20T23:23:30.576Z[ recovery-image] Dec 20 23:23:28.739 INFO O| Dec 20 23:23:28.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67342024-12-20T23:23:30.576Z[ recovery-image] Dec 20 23:23:28.739 INFO O| Dec 20 23:23:28.739 INFO STEP 774 (remove_files) COMPLETE
67352024-12-20T23:23:30.579Z[ recovery-image] Dec 20 23:23:28.739 INFO O| Dec 20 23:23:28.739 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-12-20T23:23:30.603Z[ recovery-image] Dec 20 23:23:28.766 INFO O| Dec 20 23:23:28.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67372024-12-20T23:23:30.603Z[ recovery-image] Dec 20 23:23:28.767 INFO O| Dec 20 23:23:28.767 INFO STEP 775 (remove_files) COMPLETE
67382024-12-20T23:23:30.603Z[ recovery-image] Dec 20 23:23:28.767 INFO O| Dec 20 23:23:28.767 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-12-20T23:23:30.630Z[ recovery-image] Dec 20 23:23:28.793 INFO O| Dec 20 23:23:28.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67402024-12-20T23:23:30.630Z[ recovery-image] Dec 20 23:23:28.793 INFO O| Dec 20 23:23:28.793 INFO STEP 776 (remove_files) COMPLETE
67412024-12-20T23:23:30.630Z[ recovery-image] Dec 20 23:23:28.793 INFO O| Dec 20 23:23:28.793 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-12-20T23:23:30.669Z[ recovery-image] Dec 20 23:23:28.832 INFO O| Dec 20 23:23:28.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67432024-12-20T23:23:30.669Z[ recovery-image] Dec 20 23:23:28.832 INFO O| Dec 20 23:23:28.832 INFO STEP 777 (remove_files) COMPLETE
67442024-12-20T23:23:30.669Z[ recovery-image] Dec 20 23:23:28.832 INFO O| Dec 20 23:23:28.832 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-12-20T23:23:30.724Z[ recovery-image] Dec 20 23:23:28.887 INFO O| Dec 20 23:23:28.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67462024-12-20T23:23:30.724Z[ recovery-image] Dec 20 23:23:28.887 INFO O| Dec 20 23:23:28.887 INFO STEP 778 (remove_files) COMPLETE
67472024-12-20T23:23:30.727Z[ recovery-image] Dec 20 23:23:28.888 INFO O| Dec 20 23:23:28.887 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-12-20T23:23:30.752Z[ recovery-image] Dec 20 23:23:28.916 INFO O| Dec 20 23:23:28.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67492024-12-20T23:23:30.752Z[ recovery-image] Dec 20 23:23:28.916 INFO O| Dec 20 23:23:28.916 INFO STEP 779 (remove_files) COMPLETE
67502024-12-20T23:23:30.752Z[ recovery-image] Dec 20 23:23:28.916 INFO O| Dec 20 23:23:28.916 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-12-20T23:23:30.782Z[ recovery-image] Dec 20 23:23:28.946 INFO O| Dec 20 23:23:28.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67522024-12-20T23:23:30.782Z[ recovery-image] Dec 20 23:23:28.946 INFO O| Dec 20 23:23:28.946 INFO STEP 780 (remove_files) COMPLETE
67532024-12-20T23:23:30.782Z[ recovery-image] Dec 20 23:23:28.946 INFO O| Dec 20 23:23:28.946 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-12-20T23:23:30.821Z[ recovery-image] Dec 20 23:23:28.984 INFO O| Dec 20 23:23:28.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67552024-12-20T23:23:30.821Z[ recovery-image] Dec 20 23:23:28.984 INFO O| Dec 20 23:23:28.984 INFO STEP 781 (remove_files) COMPLETE
67562024-12-20T23:23:30.821Z[ recovery-image] Dec 20 23:23:28.984 INFO O| Dec 20 23:23:28.984 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-12-20T23:23:30.850Z[ recovery-image] Dec 20 23:23:29.013 INFO O| Dec 20 23:23:29.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67582024-12-20T23:23:30.850Z[ recovery-image] Dec 20 23:23:29.013 INFO O| Dec 20 23:23:29.013 INFO STEP 782 (remove_files) COMPLETE
67592024-12-20T23:23:30.850Z[ recovery-image] Dec 20 23:23:29.013 INFO O| Dec 20 23:23:29.013 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-12-20T23:23:30.876Z[ recovery-image] Dec 20 23:23:29.040 INFO O| Dec 20 23:23:29.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67612024-12-20T23:23:30.876Z[ recovery-image] Dec 20 23:23:29.040 INFO O| Dec 20 23:23:29.040 INFO STEP 783 (remove_files) COMPLETE
67622024-12-20T23:23:30.876Z[ recovery-image] Dec 20 23:23:29.040 INFO O| Dec 20 23:23:29.040 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-12-20T23:23:30.918Z[ recovery-image] Dec 20 23:23:29.082 INFO O| Dec 20 23:23:29.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67642024-12-20T23:23:30.918Z[ recovery-image] Dec 20 23:23:29.082 INFO O| Dec 20 23:23:29.082 INFO STEP 784 (remove_files) COMPLETE
67652024-12-20T23:23:30.918Z[ recovery-image] Dec 20 23:23:29.082 INFO O| Dec 20 23:23:29.082 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-12-20T23:23:30.947Z[ recovery-image] Dec 20 23:23:29.109 INFO O| Dec 20 23:23:29.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67672024-12-20T23:23:30.947Z[ recovery-image] Dec 20 23:23:29.110 INFO O| Dec 20 23:23:29.109 INFO STEP 785 (remove_files) COMPLETE
67682024-12-20T23:23:30.951Z[ recovery-image] Dec 20 23:23:29.110 INFO O| Dec 20 23:23:29.109 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-12-20T23:23:30.974Z[ recovery-image] Dec 20 23:23:29.136 INFO O| Dec 20 23:23:29.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67702024-12-20T23:23:30.974Z[ recovery-image] Dec 20 23:23:29.136 INFO O| Dec 20 23:23:29.136 INFO STEP 786 (remove_files) COMPLETE
67712024-12-20T23:23:30.977Z[ recovery-image] Dec 20 23:23:29.136 INFO O| Dec 20 23:23:29.136 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-12-20T23:23:31.002Z[ recovery-image] Dec 20 23:23:29.165 INFO O| Dec 20 23:23:29.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67732024-12-20T23:23:31.002Z[ recovery-image] Dec 20 23:23:29.165 INFO O| Dec 20 23:23:29.165 INFO STEP 787 (remove_files) COMPLETE
67742024-12-20T23:23:31.002Z[ recovery-image] Dec 20 23:23:29.165 INFO O| Dec 20 23:23:29.165 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-12-20T23:23:31.028Z[ recovery-image] Dec 20 23:23:29.192 INFO O| Dec 20 23:23:29.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67762024-12-20T23:23:31.029Z[ recovery-image] Dec 20 23:23:29.192 INFO O| Dec 20 23:23:29.192 INFO STEP 788 (remove_files) COMPLETE
67772024-12-20T23:23:31.031Z[ recovery-image] Dec 20 23:23:29.192 INFO O| Dec 20 23:23:29.192 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-12-20T23:23:31.073Z[ recovery-image] Dec 20 23:23:29.237 INFO O| Dec 20 23:23:29.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67792024-12-20T23:23:31.073Z[ recovery-image] Dec 20 23:23:29.237 INFO O| Dec 20 23:23:29.237 INFO STEP 789 (remove_files) COMPLETE
67802024-12-20T23:23:31.073Z[ recovery-image] Dec 20 23:23:29.237 INFO O| Dec 20 23:23:29.237 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-12-20T23:23:31.102Z[ recovery-image] Dec 20 23:23:29.266 INFO O| Dec 20 23:23:29.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67822024-12-20T23:23:31.102Z[ recovery-image] Dec 20 23:23:29.266 INFO O| Dec 20 23:23:29.266 INFO STEP 790 (remove_files) COMPLETE
67832024-12-20T23:23:31.102Z[ recovery-image] Dec 20 23:23:29.266 INFO O| Dec 20 23:23:29.266 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-12-20T23:23:31.131Z[ recovery-image] Dec 20 23:23:29.294 INFO O| Dec 20 23:23:29.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67852024-12-20T23:23:31.131Z[ recovery-image] Dec 20 23:23:29.294 INFO O| Dec 20 23:23:29.294 INFO STEP 791 (remove_files) COMPLETE
67862024-12-20T23:23:31.131Z[ recovery-image] Dec 20 23:23:29.294 INFO O| Dec 20 23:23:29.294 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-12-20T23:23:31.158Z[ recovery-image] Dec 20 23:23:29.322 INFO O| Dec 20 23:23:29.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67882024-12-20T23:23:31.158Z[ recovery-image] Dec 20 23:23:29.322 INFO O| Dec 20 23:23:29.322 INFO STEP 792 (remove_files) COMPLETE
67892024-12-20T23:23:31.158Z[ recovery-image] Dec 20 23:23:29.322 INFO O| Dec 20 23:23:29.322 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-12-20T23:23:31.185Z[ recovery-image] Dec 20 23:23:29.347 INFO O| Dec 20 23:23:29.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67912024-12-20T23:23:31.185Z[ recovery-image] Dec 20 23:23:29.347 INFO O| Dec 20 23:23:29.347 INFO STEP 793 (remove_files) COMPLETE
67922024-12-20T23:23:31.185Z[ recovery-image] Dec 20 23:23:29.347 INFO O| Dec 20 23:23:29.347 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-12-20T23:23:31.234Z[ recovery-image] Dec 20 23:23:29.392 INFO O| Dec 20 23:23:29.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67942024-12-20T23:23:31.235Z[ recovery-image] Dec 20 23:23:29.392 INFO O| Dec 20 23:23:29.392 INFO STEP 794 (remove_files) COMPLETE
67952024-12-20T23:23:31.235Z[ recovery-image] Dec 20 23:23:29.392 INFO O| Dec 20 23:23:29.392 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-12-20T23:23:31.361Z[ recovery-image] Dec 20 23:23:29.500 INFO O| Dec 20 23:23:29.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67972024-12-20T23:23:31.361Z[ recovery-image] Dec 20 23:23:29.500 INFO O| Dec 20 23:23:29.500 INFO STEP 795 (remove_files) COMPLETE
67982024-12-20T23:23:31.361Z[ recovery-image] Dec 20 23:23:29.500 INFO O| Dec 20 23:23:29.500 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-12-20T23:23:31.373Z[ recovery-image] Dec 20 23:23:29.528 INFO O| Dec 20 23:23:29.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
68002024-12-20T23:23:31.373Z[ recovery-image] Dec 20 23:23:29.529 INFO O| Dec 20 23:23:29.529 INFO STEP 796 (remove_files) COMPLETE
68012024-12-20T23:23:31.373Z[ recovery-image] Dec 20 23:23:29.529 INFO O| Dec 20 23:23:29.529 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-12-20T23:23:31.454Z[ recovery-image] Dec 20 23:23:29.603 INFO O| Dec 20 23:23:29.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
68032024-12-20T23:23:31.464Z[ recovery-image] Dec 20 23:23:29.603 INFO O| Dec 20 23:23:29.603 INFO STEP 797 (remove_files) COMPLETE
68042024-12-20T23:23:31.464Z[ recovery-image] Dec 20 23:23:29.603 INFO O| Dec 20 23:23:29.603 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-12-20T23:23:31.475Z[ recovery-image] Dec 20 23:23:29.631 INFO O| Dec 20 23:23:29.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
68062024-12-20T23:23:31.475Z[ recovery-image] Dec 20 23:23:29.632 INFO O| Dec 20 23:23:29.631 INFO STEP 798 (remove_files) COMPLETE
68072024-12-20T23:23:31.475Z[ recovery-image] Dec 20 23:23:29.632 INFO O| Dec 20 23:23:29.632 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-12-20T23:23:31.496Z[ recovery-image] Dec 20 23:23:29.658 INFO O| Dec 20 23:23:29.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
68092024-12-20T23:23:31.514Z[ recovery-image] Dec 20 23:23:29.659 INFO O| Dec 20 23:23:29.659 INFO STEP 799 (remove_files) COMPLETE
68102024-12-20T23:23:31.515Z[ recovery-image] Dec 20 23:23:29.659 INFO O| Dec 20 23:23:29.659 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-12-20T23:23:31.546Z[ recovery-image] Dec 20 23:23:29.685 INFO O| Dec 20 23:23:29.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
68122024-12-20T23:23:31.582Z[ recovery-image] Dec 20 23:23:29.685 INFO O| Dec 20 23:23:29.685 INFO STEP 800 (remove_files) COMPLETE
68132024-12-20T23:23:31.582Z[ recovery-image] Dec 20 23:23:29.685 INFO O| Dec 20 23:23:29.685 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-12-20T23:23:31.582Z[ recovery-image] Dec 20 23:23:29.712 INFO O| Dec 20 23:23:29.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
68152024-12-20T23:23:31.582Z[ recovery-image] Dec 20 23:23:29.712 INFO O| Dec 20 23:23:29.712 INFO STEP 801 (remove_files) COMPLETE
68162024-12-20T23:23:31.582Z[ recovery-image] Dec 20 23:23:29.712 INFO O| Dec 20 23:23:29.712 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-12-20T23:23:31.599Z[ recovery-image] Dec 20 23:23:29.738 INFO O| Dec 20 23:23:29.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
68182024-12-20T23:23:31.599Z[ recovery-image] Dec 20 23:23:29.738 INFO O| Dec 20 23:23:29.738 INFO STEP 802 (remove_files) COMPLETE
68192024-12-20T23:23:31.599Z[ recovery-image] Dec 20 23:23:29.738 INFO O| Dec 20 23:23:29.738 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-12-20T23:23:31.631Z[ recovery-image] Dec 20 23:23:29.762 INFO O| Dec 20 23:23:29.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
68212024-12-20T23:23:31.631Z[ recovery-image] Dec 20 23:23:29.762 INFO O| Dec 20 23:23:29.762 INFO STEP 803 (remove_files) COMPLETE
68222024-12-20T23:23:31.631Z[ recovery-image] Dec 20 23:23:29.762 INFO O| Dec 20 23:23:29.762 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-12-20T23:23:31.646Z[ recovery-image] Dec 20 23:23:29.802 INFO O| Dec 20 23:23:29.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
68242024-12-20T23:23:31.646Z[ recovery-image] Dec 20 23:23:29.802 INFO O| Dec 20 23:23:29.802 INFO STEP 804 (remove_files) COMPLETE
68252024-12-20T23:23:31.646Z[ recovery-image] Dec 20 23:23:29.802 INFO O| Dec 20 23:23:29.802 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-12-20T23:23:31.671Z[ recovery-image] Dec 20 23:23:29.829 INFO O| Dec 20 23:23:29.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
68272024-12-20T23:23:31.671Z[ recovery-image] Dec 20 23:23:29.829 INFO O| Dec 20 23:23:29.829 INFO STEP 805 (remove_files) COMPLETE
68282024-12-20T23:23:31.671Z[ recovery-image] Dec 20 23:23:29.829 INFO O| Dec 20 23:23:29.829 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-12-20T23:23:31.699Z[ recovery-image] Dec 20 23:23:29.855 INFO O| Dec 20 23:23:29.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
68302024-12-20T23:23:31.699Z[ recovery-image] Dec 20 23:23:29.855 INFO O| Dec 20 23:23:29.855 INFO STEP 806 (remove_files) COMPLETE
68312024-12-20T23:23:31.711Z[ recovery-image] Dec 20 23:23:29.855 INFO O| Dec 20 23:23:29.855 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-12-20T23:23:31.740Z[ recovery-image] Dec 20 23:23:29.896 INFO O| Dec 20 23:23:29.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
68332024-12-20T23:23:31.740Z[ recovery-image] Dec 20 23:23:29.896 INFO O| Dec 20 23:23:29.896 INFO STEP 807 (remove_files) COMPLETE
68342024-12-20T23:23:31.740Z[ recovery-image] Dec 20 23:23:29.896 INFO O| Dec 20 23:23:29.896 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-12-20T23:23:31.765Z[ recovery-image] Dec 20 23:23:29.924 INFO O| Dec 20 23:23:29.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68362024-12-20T23:23:31.765Z[ recovery-image] Dec 20 23:23:29.924 INFO O| Dec 20 23:23:29.924 INFO STEP 808 (remove_files) COMPLETE
68372024-12-20T23:23:31.765Z[ recovery-image] Dec 20 23:23:29.924 INFO O| Dec 20 23:23:29.924 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-12-20T23:23:31.794Z[ recovery-image] Dec 20 23:23:29.951 INFO O| Dec 20 23:23:29.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68392024-12-20T23:23:31.794Z[ recovery-image] Dec 20 23:23:29.951 INFO O| Dec 20 23:23:29.951 INFO STEP 809 (remove_files) COMPLETE
68402024-12-20T23:23:31.803Z[ recovery-image] Dec 20 23:23:29.951 INFO O| Dec 20 23:23:29.951 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-12-20T23:23:31.843Z[ recovery-image] Dec 20 23:23:29.979 INFO O| Dec 20 23:23:29.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68422024-12-20T23:23:31.846Z[ recovery-image] Dec 20 23:23:29.979 INFO O| Dec 20 23:23:29.979 INFO STEP 810 (remove_files) COMPLETE
68432024-12-20T23:23:31.846Z[ recovery-image] Dec 20 23:23:29.980 INFO O| Dec 20 23:23:29.979 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-12-20T23:23:31.846Z[ recovery-image] Dec 20 23:23:30.007 INFO O| Dec 20 23:23:30.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68452024-12-20T23:23:31.846Z[ recovery-image] Dec 20 23:23:30.007 INFO O| Dec 20 23:23:30.007 INFO STEP 811 (remove_files) COMPLETE
68462024-12-20T23:23:31.846Z[ recovery-image] Dec 20 23:23:30.007 INFO O| Dec 20 23:23:30.007 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-12-20T23:23:31.872Z[ recovery-image] Dec 20 23:23:30.035 INFO O| Dec 20 23:23:30.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68482024-12-20T23:23:31.875Z[ recovery-image] Dec 20 23:23:30.036 INFO O| Dec 20 23:23:30.036 INFO STEP 812 (remove_files) COMPLETE
68492024-12-20T23:23:31.875Z[ recovery-image] Dec 20 23:23:30.036 INFO O| Dec 20 23:23:30.036 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-12-20T23:23:31.900Z[ recovery-image] Dec 20 23:23:30.063 INFO O| Dec 20 23:23:30.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68512024-12-20T23:23:31.900Z[ recovery-image] Dec 20 23:23:30.064 INFO O| Dec 20 23:23:30.063 INFO STEP 813 (remove_files) COMPLETE
68522024-12-20T23:23:31.904Z[ recovery-image] Dec 20 23:23:30.064 INFO O| Dec 20 23:23:30.064 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-12-20T23:23:31.928Z[ recovery-image] Dec 20 23:23:30.091 INFO O| Dec 20 23:23:30.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68542024-12-20T23:23:31.928Z[ recovery-image] Dec 20 23:23:30.091 INFO O| Dec 20 23:23:30.091 INFO STEP 814 (remove_files) COMPLETE
68552024-12-20T23:23:31.930Z[ recovery-image] Dec 20 23:23:30.091 INFO O| Dec 20 23:23:30.091 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-12-20T23:23:31.959Z[ recovery-image] Dec 20 23:23:30.119 INFO O| Dec 20 23:23:30.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68572024-12-20T23:23:31.959Z[ recovery-image] Dec 20 23:23:30.119 INFO O| Dec 20 23:23:30.119 INFO STEP 815 (remove_files) COMPLETE
68582024-12-20T23:23:31.959Z[ recovery-image] Dec 20 23:23:30.120 INFO O| Dec 20 23:23:30.119 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-12-20T23:23:31.984Z[ recovery-image] Dec 20 23:23:30.147 INFO O| Dec 20 23:23:30.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68602024-12-20T23:23:31.984Z[ recovery-image] Dec 20 23:23:30.147 INFO O| Dec 20 23:23:30.147 INFO STEP 816 (remove_files) COMPLETE
68612024-12-20T23:23:31.984Z[ recovery-image] Dec 20 23:23:30.147 INFO O| Dec 20 23:23:30.147 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-12-20T23:23:32.013Z[ recovery-image] Dec 20 23:23:30.176 INFO O| Dec 20 23:23:30.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68632024-12-20T23:23:32.026Z[ recovery-image] Dec 20 23:23:30.189 INFO O| Dec 20 23:23:30.189 INFO STEP 817 (remove_files) COMPLETE
68642024-12-20T23:23:32.026Z[ recovery-image] Dec 20 23:23:30.189 INFO O| Dec 20 23:23:30.189 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-12-20T23:23:32.066Z[ recovery-image] Dec 20 23:23:30.229 INFO O| Dec 20 23:23:30.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68662024-12-20T23:23:32.066Z[ recovery-image] Dec 20 23:23:30.229 INFO O| Dec 20 23:23:30.229 INFO STEP 818 (remove_files) COMPLETE
68672024-12-20T23:23:32.073Z[ recovery-image] Dec 20 23:23:30.229 INFO O| Dec 20 23:23:30.229 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-12-20T23:23:32.099Z[ host-image] Dec 20 23:23:30.262 INFO O| Dec 20 23:23:30.262 INFO O| Download: 582/1140 items 2.8/8.4MB 32% complete (569k/s)
68692024-12-20T23:23:32.108Z[ recovery-image] Dec 20 23:23:30.271 INFO O| Dec 20 23:23:30.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68702024-12-20T23:23:32.125Z[ recovery-image] Dec 20 23:23:30.287 INFO O| Dec 20 23:23:30.287 INFO STEP 819 (remove_files) COMPLETE
68712024-12-20T23:23:32.125Z[ recovery-image] Dec 20 23:23:30.287 INFO O| Dec 20 23:23:30.287 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-12-20T23:23:32.159Z[ recovery-image] Dec 20 23:23:30.322 INFO O| Dec 20 23:23:30.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68732024-12-20T23:23:32.159Z[ recovery-image] Dec 20 23:23:30.322 INFO O| Dec 20 23:23:30.322 INFO STEP 820 (remove_files) COMPLETE
68742024-12-20T23:23:32.159Z[ recovery-image] Dec 20 23:23:30.322 INFO O| Dec 20 23:23:30.322 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-12-20T23:23:32.188Z[ recovery-image] Dec 20 23:23:30.351 INFO O| Dec 20 23:23:30.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68762024-12-20T23:23:32.188Z[ recovery-image] Dec 20 23:23:30.351 INFO O| Dec 20 23:23:30.351 INFO STEP 821 (remove_files) COMPLETE
68772024-12-20T23:23:32.190Z[ recovery-image] Dec 20 23:23:30.351 INFO O| Dec 20 23:23:30.351 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-12-20T23:23:32.216Z[ recovery-image] Dec 20 23:23:30.379 INFO O| Dec 20 23:23:30.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68792024-12-20T23:23:32.216Z[ recovery-image] Dec 20 23:23:30.379 INFO O| Dec 20 23:23:30.379 INFO STEP 822 (remove_files) COMPLETE
68802024-12-20T23:23:32.219Z[ recovery-image] Dec 20 23:23:30.379 INFO O| Dec 20 23:23:30.379 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-12-20T23:23:32.245Z[ recovery-image] Dec 20 23:23:30.407 INFO O| Dec 20 23:23:30.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68822024-12-20T23:23:32.245Z[ recovery-image] Dec 20 23:23:30.407 INFO O| Dec 20 23:23:30.407 INFO STEP 823 (remove_files) COMPLETE
68832024-12-20T23:23:32.245Z[ recovery-image] Dec 20 23:23:30.407 INFO O| Dec 20 23:23:30.407 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-12-20T23:23:32.272Z[ recovery-image] Dec 20 23:23:30.434 INFO O| Dec 20 23:23:30.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68852024-12-20T23:23:32.272Z[ recovery-image] Dec 20 23:23:30.434 INFO O| Dec 20 23:23:30.434 INFO STEP 824 (remove_files) COMPLETE
68862024-12-20T23:23:32.272Z[ recovery-image] Dec 20 23:23:30.434 INFO O| Dec 20 23:23:30.434 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-12-20T23:23:32.299Z[ recovery-image] Dec 20 23:23:30.462 INFO O| Dec 20 23:23:30.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68882024-12-20T23:23:32.299Z[ recovery-image] Dec 20 23:23:30.462 INFO O| Dec 20 23:23:30.462 INFO STEP 825 (remove_files) COMPLETE
68892024-12-20T23:23:32.299Z[ recovery-image] Dec 20 23:23:30.462 INFO O| Dec 20 23:23:30.462 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-12-20T23:23:32.328Z[ recovery-image] Dec 20 23:23:30.490 INFO O| Dec 20 23:23:30.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68912024-12-20T23:23:32.328Z[ recovery-image] Dec 20 23:23:30.490 INFO O| Dec 20 23:23:30.490 INFO STEP 826 (remove_files) COMPLETE
68922024-12-20T23:23:32.328Z[ recovery-image] Dec 20 23:23:30.490 INFO O| Dec 20 23:23:30.490 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-12-20T23:23:32.352Z[ recovery-image] Dec 20 23:23:30.515 INFO O| Dec 20 23:23:30.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68942024-12-20T23:23:32.352Z[ recovery-image] Dec 20 23:23:30.516 INFO O| Dec 20 23:23:30.516 INFO STEP 827 (remove_files) COMPLETE
68952024-12-20T23:23:32.355Z[ recovery-image] Dec 20 23:23:30.516 INFO O| Dec 20 23:23:30.516 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-12-20T23:23:32.377Z[ recovery-image] Dec 20 23:23:30.541 INFO O| Dec 20 23:23:30.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68972024-12-20T23:23:32.377Z[ recovery-image] Dec 20 23:23:30.541 INFO O| Dec 20 23:23:30.541 INFO STEP 828 (remove_files) COMPLETE
68982024-12-20T23:23:32.377Z[ recovery-image] Dec 20 23:23:30.541 INFO O| Dec 20 23:23:30.541 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-12-20T23:23:32.403Z[ recovery-image] Dec 20 23:23:30.566 INFO O| Dec 20 23:23:30.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
69002024-12-20T23:23:32.403Z[ recovery-image] Dec 20 23:23:30.566 INFO O| Dec 20 23:23:30.566 INFO STEP 829 (remove_files) COMPLETE
69012024-12-20T23:23:32.403Z[ recovery-image] Dec 20 23:23:30.566 INFO O| Dec 20 23:23:30.566 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-12-20T23:23:32.427Z[ recovery-image] Dec 20 23:23:30.590 INFO O| Dec 20 23:23:30.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
69032024-12-20T23:23:32.427Z[ recovery-image] Dec 20 23:23:30.590 INFO O| Dec 20 23:23:30.590 INFO STEP 830 (remove_files) COMPLETE
69042024-12-20T23:23:32.428Z[ recovery-image] Dec 20 23:23:30.590 INFO O| Dec 20 23:23:30.590 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-12-20T23:23:32.452Z[ recovery-image] Dec 20 23:23:30.616 INFO O| Dec 20 23:23:30.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
69062024-12-20T23:23:32.452Z[ recovery-image] Dec 20 23:23:30.616 INFO O| Dec 20 23:23:30.616 INFO STEP 831 (remove_files) COMPLETE
69072024-12-20T23:23:32.452Z[ recovery-image] Dec 20 23:23:30.616 INFO O| Dec 20 23:23:30.616 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-12-20T23:23:32.481Z[ recovery-image] Dec 20 23:23:30.642 INFO O| Dec 20 23:23:30.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
69092024-12-20T23:23:32.481Z[ recovery-image] Dec 20 23:23:30.643 INFO O| Dec 20 23:23:30.643 INFO STEP 832 (remove_files) COMPLETE
69102024-12-20T23:23:32.481Z[ recovery-image] Dec 20 23:23:30.643 INFO O| Dec 20 23:23:30.643 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-12-20T23:23:32.511Z[ recovery-image] Dec 20 23:23:30.675 INFO O| Dec 20 23:23:30.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
69122024-12-20T23:23:32.511Z[ recovery-image] Dec 20 23:23:30.675 INFO O| Dec 20 23:23:30.675 INFO STEP 833 (remove_files) COMPLETE
69132024-12-20T23:23:32.514Z[ recovery-image] Dec 20 23:23:30.675 INFO O| Dec 20 23:23:30.675 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-12-20T23:23:32.540Z[ recovery-image] Dec 20 23:23:30.703 INFO O| Dec 20 23:23:30.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
69152024-12-20T23:23:32.543Z[ recovery-image] Dec 20 23:23:30.704 INFO O| Dec 20 23:23:30.703 INFO STEP 834 (remove_files) COMPLETE
69162024-12-20T23:23:32.543Z[ recovery-image] Dec 20 23:23:30.704 INFO O| Dec 20 23:23:30.704 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-12-20T23:23:32.571Z[ recovery-image] Dec 20 23:23:30.734 INFO O| Dec 20 23:23:30.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
69182024-12-20T23:23:32.574Z[ recovery-image] Dec 20 23:23:30.735 INFO O| Dec 20 23:23:30.735 INFO STEP 835 (remove_files) COMPLETE
69192024-12-20T23:23:32.574Z[ recovery-image] Dec 20 23:23:30.735 INFO O| Dec 20 23:23:30.735 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-12-20T23:23:32.601Z[ recovery-image] Dec 20 23:23:30.764 INFO O| Dec 20 23:23:30.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
69212024-12-20T23:23:32.604Z[ recovery-image] Dec 20 23:23:30.764 INFO O| Dec 20 23:23:30.764 INFO STEP 836 (remove_files) COMPLETE
69222024-12-20T23:23:32.604Z[ recovery-image] Dec 20 23:23:30.765 INFO O| Dec 20 23:23:30.765 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-12-20T23:23:32.674Z[ recovery-image] Dec 20 23:23:30.837 INFO O| Dec 20 23:23:30.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
69242024-12-20T23:23:32.674Z[ recovery-image] Dec 20 23:23:30.837 INFO O| Dec 20 23:23:30.837 INFO STEP 837 (remove_files) COMPLETE
69252024-12-20T23:23:32.677Z[ recovery-image] Dec 20 23:23:30.838 INFO O| Dec 20 23:23:30.837 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-12-20T23:23:32.700Z[ recovery-image] Dec 20 23:23:30.864 INFO O| Dec 20 23:23:30.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
69272024-12-20T23:23:32.701Z[ recovery-image] Dec 20 23:23:30.864 INFO O| Dec 20 23:23:30.864 INFO STEP 838 (remove_files) COMPLETE
69282024-12-20T23:23:32.706Z[ recovery-image] Dec 20 23:23:30.864 INFO O| Dec 20 23:23:30.864 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-12-20T23:23:32.743Z[ recovery-image] Dec 20 23:23:30.906 INFO O| Dec 20 23:23:30.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
69302024-12-20T23:23:32.743Z[ recovery-image] Dec 20 23:23:30.906 INFO O| Dec 20 23:23:30.906 INFO STEP 839 (remove_files) COMPLETE
69312024-12-20T23:23:32.743Z[ recovery-image] Dec 20 23:23:30.906 INFO O| Dec 20 23:23:30.906 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-12-20T23:23:32.769Z[ recovery-image] Dec 20 23:23:30.932 INFO O| Dec 20 23:23:30.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
69332024-12-20T23:23:32.769Z[ recovery-image] Dec 20 23:23:30.932 INFO O| Dec 20 23:23:30.932 INFO STEP 840 (remove_files) COMPLETE
69342024-12-20T23:23:32.769Z[ recovery-image] Dec 20 23:23:30.932 INFO O| Dec 20 23:23:30.932 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-12-20T23:23:32.796Z[ recovery-image] Dec 20 23:23:30.959 INFO O| Dec 20 23:23:30.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69362024-12-20T23:23:32.796Z[ recovery-image] Dec 20 23:23:30.959 INFO O| Dec 20 23:23:30.959 INFO STEP 841 (remove_files) COMPLETE
69372024-12-20T23:23:32.796Z[ recovery-image] Dec 20 23:23:30.959 INFO O| Dec 20 23:23:30.959 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-12-20T23:23:32.839Z[ recovery-image] Dec 20 23:23:31.002 INFO O| Dec 20 23:23:31.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69392024-12-20T23:23:32.839Z[ recovery-image] Dec 20 23:23:31.002 INFO O| Dec 20 23:23:31.002 INFO STEP 842 (remove_files) COMPLETE
69402024-12-20T23:23:32.839Z[ recovery-image] Dec 20 23:23:31.002 INFO O| Dec 20 23:23:31.002 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-12-20T23:23:32.867Z[ recovery-image] Dec 20 23:23:31.030 INFO O| Dec 20 23:23:31.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69422024-12-20T23:23:32.867Z[ recovery-image] Dec 20 23:23:31.030 INFO O| Dec 20 23:23:31.030 INFO STEP 843 (remove_files) COMPLETE
69432024-12-20T23:23:32.867Z[ recovery-image] Dec 20 23:23:31.030 INFO O| Dec 20 23:23:31.030 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-12-20T23:23:32.894Z[ recovery-image] Dec 20 23:23:31.057 INFO O| Dec 20 23:23:31.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69452024-12-20T23:23:32.894Z[ recovery-image] Dec 20 23:23:31.057 INFO O| Dec 20 23:23:31.057 INFO STEP 844 (remove_files) COMPLETE
69462024-12-20T23:23:32.894Z[ recovery-image] Dec 20 23:23:31.057 INFO O| Dec 20 23:23:31.057 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-12-20T23:23:32.922Z[ recovery-image] Dec 20 23:23:31.085 INFO O| Dec 20 23:23:31.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69482024-12-20T23:23:32.922Z[ recovery-image] Dec 20 23:23:31.086 INFO O| Dec 20 23:23:31.086 INFO STEP 845 (remove_files) COMPLETE
69492024-12-20T23:23:32.925Z[ recovery-image] Dec 20 23:23:31.086 INFO O| Dec 20 23:23:31.086 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-12-20T23:23:32.960Z[ recovery-image] Dec 20 23:23:31.123 INFO O| Dec 20 23:23:31.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69512024-12-20T23:23:32.963Z[ recovery-image] Dec 20 23:23:31.123 INFO O| Dec 20 23:23:31.123 INFO STEP 846 (remove_files) COMPLETE
69522024-12-20T23:23:32.963Z[ recovery-image] Dec 20 23:23:31.124 INFO O| Dec 20 23:23:31.123 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-12-20T23:23:33.000Z[ recovery-image] Dec 20 23:23:31.163 INFO O| Dec 20 23:23:31.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69542024-12-20T23:23:33.000Z[ recovery-image] Dec 20 23:23:31.163 INFO O| Dec 20 23:23:31.163 INFO STEP 847 (remove_files) COMPLETE
69552024-12-20T23:23:33.003Z[ recovery-image] Dec 20 23:23:31.163 INFO O| Dec 20 23:23:31.163 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-12-20T23:23:33.027Z[ recovery-image] Dec 20 23:23:31.190 INFO O| Dec 20 23:23:31.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69572024-12-20T23:23:33.027Z[ recovery-image] Dec 20 23:23:31.190 INFO O| Dec 20 23:23:31.190 INFO STEP 848 (remove_files) COMPLETE
69582024-12-20T23:23:33.029Z[ recovery-image] Dec 20 23:23:31.191 INFO O| Dec 20 23:23:31.190 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-12-20T23:23:33.055Z[ recovery-image] Dec 20 23:23:31.218 INFO O| Dec 20 23:23:31.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69602024-12-20T23:23:33.055Z[ recovery-image] Dec 20 23:23:31.218 INFO O| Dec 20 23:23:31.218 INFO STEP 849 (remove_files) COMPLETE
69612024-12-20T23:23:33.055Z[ recovery-image] Dec 20 23:23:31.218 INFO O| Dec 20 23:23:31.218 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-12-20T23:23:33.081Z[ recovery-image] Dec 20 23:23:31.244 INFO O| Dec 20 23:23:31.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69632024-12-20T23:23:33.084Z[ recovery-image] Dec 20 23:23:31.245 INFO O| Dec 20 23:23:31.245 INFO STEP 850 (remove_files) COMPLETE
69642024-12-20T23:23:33.084Z[ recovery-image] Dec 20 23:23:31.245 INFO O| Dec 20 23:23:31.245 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-12-20T23:23:33.109Z[ recovery-image] Dec 20 23:23:31.272 INFO O| Dec 20 23:23:31.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69662024-12-20T23:23:33.109Z[ recovery-image] Dec 20 23:23:31.272 INFO O| Dec 20 23:23:31.272 INFO STEP 851 (remove_files) COMPLETE
69672024-12-20T23:23:33.109Z[ recovery-image] Dec 20 23:23:31.272 INFO O| Dec 20 23:23:31.272 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-12-20T23:23:33.136Z[ recovery-image] Dec 20 23:23:31.299 INFO O| Dec 20 23:23:31.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69692024-12-20T23:23:33.136Z[ recovery-image] Dec 20 23:23:31.300 INFO O| Dec 20 23:23:31.300 INFO STEP 852 (remove_files) COMPLETE
69702024-12-20T23:23:33.136Z[ recovery-image] Dec 20 23:23:31.300 INFO O| Dec 20 23:23:31.300 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-12-20T23:23:33.163Z[ recovery-image] Dec 20 23:23:31.326 INFO O| Dec 20 23:23:31.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69722024-12-20T23:23:33.163Z[ recovery-image] Dec 20 23:23:31.327 INFO O| Dec 20 23:23:31.326 INFO STEP 853 (remove_files) COMPLETE
69732024-12-20T23:23:33.168Z[ recovery-image] Dec 20 23:23:31.327 INFO O| Dec 20 23:23:31.327 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-12-20T23:23:33.191Z[ recovery-image] Dec 20 23:23:31.354 INFO O| Dec 20 23:23:31.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69752024-12-20T23:23:33.191Z[ recovery-image] Dec 20 23:23:31.354 INFO O| Dec 20 23:23:31.354 INFO STEP 854 (remove_files) COMPLETE
69762024-12-20T23:23:33.191Z[ recovery-image] Dec 20 23:23:31.354 INFO O| Dec 20 23:23:31.354 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-12-20T23:23:33.216Z[ recovery-image] Dec 20 23:23:31.379 INFO O| Dec 20 23:23:31.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69782024-12-20T23:23:33.216Z[ recovery-image] Dec 20 23:23:31.379 INFO O| Dec 20 23:23:31.379 INFO STEP 855 (remove_files) COMPLETE
69792024-12-20T23:23:33.223Z[ recovery-image] Dec 20 23:23:31.379 INFO O| Dec 20 23:23:31.379 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-12-20T23:23:33.241Z[ recovery-image] Dec 20 23:23:31.405 INFO O| Dec 20 23:23:31.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69812024-12-20T23:23:33.242Z[ recovery-image] Dec 20 23:23:31.405 INFO O| Dec 20 23:23:31.405 INFO STEP 856 (remove_files) COMPLETE
69822024-12-20T23:23:33.242Z[ recovery-image] Dec 20 23:23:31.405 INFO O| Dec 20 23:23:31.405 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-12-20T23:23:33.267Z[ recovery-image] Dec 20 23:23:31.430 INFO O| Dec 20 23:23:31.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69842024-12-20T23:23:33.267Z[ recovery-image] Dec 20 23:23:31.430 INFO O| Dec 20 23:23:31.430 INFO STEP 857 (remove_files) COMPLETE
69852024-12-20T23:23:33.267Z[ recovery-image] Dec 20 23:23:31.430 INFO O| Dec 20 23:23:31.430 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-12-20T23:23:33.293Z[ recovery-image] Dec 20 23:23:31.456 INFO O| Dec 20 23:23:31.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69872024-12-20T23:23:33.293Z[ recovery-image] Dec 20 23:23:31.456 INFO O| Dec 20 23:23:31.456 INFO STEP 858 (remove_files) COMPLETE
69882024-12-20T23:23:33.293Z[ recovery-image] Dec 20 23:23:31.456 INFO O| Dec 20 23:23:31.456 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-12-20T23:23:33.319Z[ recovery-image] Dec 20 23:23:31.482 INFO O| Dec 20 23:23:31.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69902024-12-20T23:23:33.319Z[ recovery-image] Dec 20 23:23:31.483 INFO O| Dec 20 23:23:31.482 INFO STEP 859 (remove_files) COMPLETE
69912024-12-20T23:23:33.319Z[ recovery-image] Dec 20 23:23:31.483 INFO O| Dec 20 23:23:31.483 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-12-20T23:23:33.345Z[ recovery-image] Dec 20 23:23:31.508 INFO O| Dec 20 23:23:31.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69932024-12-20T23:23:33.345Z[ recovery-image] Dec 20 23:23:31.508 INFO O| Dec 20 23:23:31.508 INFO STEP 860 (remove_files) COMPLETE
69942024-12-20T23:23:33.348Z[ recovery-image] Dec 20 23:23:31.508 INFO O| Dec 20 23:23:31.508 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-12-20T23:23:33.370Z[ recovery-image] Dec 20 23:23:31.533 INFO O| Dec 20 23:23:31.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69962024-12-20T23:23:33.370Z[ recovery-image] Dec 20 23:23:31.533 INFO O| Dec 20 23:23:31.533 INFO STEP 861 (remove_files) COMPLETE
69972024-12-20T23:23:33.372Z[ recovery-image] Dec 20 23:23:31.533 INFO O| Dec 20 23:23:31.533 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-12-20T23:23:33.398Z[ recovery-image] Dec 20 23:23:31.560 INFO O| Dec 20 23:23:31.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69992024-12-20T23:23:33.398Z[ recovery-image] Dec 20 23:23:31.560 INFO O| Dec 20 23:23:31.560 INFO STEP 862 (remove_files) COMPLETE
70002024-12-20T23:23:33.398Z[ recovery-image] Dec 20 23:23:31.560 INFO O| Dec 20 23:23:31.560 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-12-20T23:23:33.422Z[ recovery-image] Dec 20 23:23:31.585 INFO O| Dec 20 23:23:31.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
70022024-12-20T23:23:33.422Z[ recovery-image] Dec 20 23:23:31.585 INFO O| Dec 20 23:23:31.585 INFO STEP 863 (remove_files) COMPLETE
70032024-12-20T23:23:33.422Z[ recovery-image] Dec 20 23:23:31.585 INFO O| Dec 20 23:23:31.585 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-12-20T23:23:33.447Z[ recovery-image] Dec 20 23:23:31.610 INFO O| Dec 20 23:23:31.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
70052024-12-20T23:23:33.447Z[ recovery-image] Dec 20 23:23:31.611 INFO O| Dec 20 23:23:31.610 INFO STEP 864 (remove_files) COMPLETE
70062024-12-20T23:23:33.447Z[ recovery-image] Dec 20 23:23:31.611 INFO O| Dec 20 23:23:31.610 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-12-20T23:23:33.474Z[ recovery-image] Dec 20 23:23:31.636 INFO O| Dec 20 23:23:31.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
70082024-12-20T23:23:33.474Z[ recovery-image] Dec 20 23:23:31.637 INFO O| Dec 20 23:23:31.637 INFO STEP 865 (remove_files) COMPLETE
70092024-12-20T23:23:33.474Z[ recovery-image] Dec 20 23:23:31.637 INFO O| Dec 20 23:23:31.637 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-12-20T23:23:33.498Z[ recovery-image] Dec 20 23:23:31.661 INFO O| Dec 20 23:23:31.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
70112024-12-20T23:23:33.498Z[ recovery-image] Dec 20 23:23:31.662 INFO O| Dec 20 23:23:31.661 INFO STEP 866 (remove_files) COMPLETE
70122024-12-20T23:23:33.498Z[ recovery-image] Dec 20 23:23:31.662 INFO O| Dec 20 23:23:31.662 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-12-20T23:23:33.527Z[ recovery-image] Dec 20 23:23:31.688 INFO O| Dec 20 23:23:31.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
70142024-12-20T23:23:33.527Z[ recovery-image] Dec 20 23:23:31.689 INFO O| Dec 20 23:23:31.688 INFO STEP 867 (remove_files) COMPLETE
70152024-12-20T23:23:33.527Z[ recovery-image] Dec 20 23:23:31.689 INFO O| Dec 20 23:23:31.689 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-12-20T23:23:33.551Z[ recovery-image] Dec 20 23:23:31.714 INFO O| Dec 20 23:23:31.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
70172024-12-20T23:23:33.551Z[ recovery-image] Dec 20 23:23:31.714 INFO O| Dec 20 23:23:31.714 INFO STEP 868 (remove_files) COMPLETE
70182024-12-20T23:23:33.551Z[ recovery-image] Dec 20 23:23:31.714 INFO O| Dec 20 23:23:31.714 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-12-20T23:23:33.577Z[ recovery-image] Dec 20 23:23:31.740 INFO O| Dec 20 23:23:31.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
70202024-12-20T23:23:33.577Z[ recovery-image] Dec 20 23:23:31.740 INFO O| Dec 20 23:23:31.740 INFO STEP 869 (remove_files) COMPLETE
70212024-12-20T23:23:33.577Z[ recovery-image] Dec 20 23:23:31.740 INFO O| Dec 20 23:23:31.740 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-12-20T23:23:33.603Z[ recovery-image] Dec 20 23:23:31.766 INFO O| Dec 20 23:23:31.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
70232024-12-20T23:23:33.603Z[ recovery-image] Dec 20 23:23:31.766 INFO O| Dec 20 23:23:31.766 INFO STEP 870 (remove_files) COMPLETE
70242024-12-20T23:23:33.603Z[ recovery-image] Dec 20 23:23:31.766 INFO O| Dec 20 23:23:31.766 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-12-20T23:23:33.630Z[ recovery-image] Dec 20 23:23:31.793 INFO O| Dec 20 23:23:31.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
70262024-12-20T23:23:33.630Z[ recovery-image] Dec 20 23:23:31.793 INFO O| Dec 20 23:23:31.793 INFO STEP 871 (remove_files) COMPLETE
70272024-12-20T23:23:33.633Z[ recovery-image] Dec 20 23:23:31.793 INFO O| Dec 20 23:23:31.793 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-12-20T23:23:33.665Z[ recovery-image] Dec 20 23:23:31.828 INFO O| Dec 20 23:23:31.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
70292024-12-20T23:23:33.665Z[ recovery-image] Dec 20 23:23:31.829 INFO O| Dec 20 23:23:31.828 INFO STEP 872 (remove_files) COMPLETE
70302024-12-20T23:23:33.665Z[ recovery-image] Dec 20 23:23:31.829 INFO O| Dec 20 23:23:31.829 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-12-20T23:23:33.718Z[ recovery-image] Dec 20 23:23:31.881 INFO O| Dec 20 23:23:31.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
70322024-12-20T23:23:33.718Z[ recovery-image] Dec 20 23:23:31.881 INFO O| Dec 20 23:23:31.881 INFO STEP 873 (remove_files) COMPLETE
70332024-12-20T23:23:33.722Z[ recovery-image] Dec 20 23:23:31.882 INFO O| Dec 20 23:23:31.881 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-12-20T23:23:33.745Z[ recovery-image] Dec 20 23:23:31.908 INFO O| Dec 20 23:23:31.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70352024-12-20T23:23:33.745Z[ recovery-image] Dec 20 23:23:31.908 INFO O| Dec 20 23:23:31.908 INFO STEP 874 (remove_files) COMPLETE
70362024-12-20T23:23:33.745Z[ recovery-image] Dec 20 23:23:31.908 INFO O| Dec 20 23:23:31.908 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-12-20T23:23:33.772Z[ recovery-image] Dec 20 23:23:31.935 INFO O| Dec 20 23:23:31.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70382024-12-20T23:23:33.772Z[ recovery-image] Dec 20 23:23:31.935 INFO O| Dec 20 23:23:31.935 INFO STEP 875 (remove_files) COMPLETE
70392024-12-20T23:23:33.776Z[ recovery-image] Dec 20 23:23:31.935 INFO O| Dec 20 23:23:31.935 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-12-20T23:23:33.814Z[ recovery-image] Dec 20 23:23:31.977 INFO O| Dec 20 23:23:31.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70412024-12-20T23:23:33.814Z[ recovery-image] Dec 20 23:23:31.977 INFO O| Dec 20 23:23:31.977 INFO STEP 876 (remove_files) COMPLETE
70422024-12-20T23:23:33.817Z[ recovery-image] Dec 20 23:23:31.977 INFO O| Dec 20 23:23:31.977 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-12-20T23:23:33.879Z[ recovery-image] Dec 20 23:23:32.042 INFO O| Dec 20 23:23:32.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70442024-12-20T23:23:33.882Z[ recovery-image] Dec 20 23:23:32.042 INFO O| Dec 20 23:23:32.042 INFO STEP 877 (remove_files) COMPLETE
70452024-12-20T23:23:33.882Z[ recovery-image] Dec 20 23:23:32.042 INFO O| Dec 20 23:23:32.042 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-12-20T23:23:33.908Z[ recovery-image] Dec 20 23:23:32.071 INFO O| Dec 20 23:23:32.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70472024-12-20T23:23:33.908Z[ recovery-image] Dec 20 23:23:32.071 INFO O| Dec 20 23:23:32.071 INFO STEP 878 (remove_files) COMPLETE
70482024-12-20T23:23:33.908Z[ recovery-image] Dec 20 23:23:32.071 INFO O| Dec 20 23:23:32.071 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-12-20T23:23:33.935Z[ recovery-image] Dec 20 23:23:32.098 INFO O| Dec 20 23:23:32.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70502024-12-20T23:23:33.935Z[ recovery-image] Dec 20 23:23:32.098 INFO O| Dec 20 23:23:32.098 INFO STEP 879 (remove_files) COMPLETE
70512024-12-20T23:23:33.935Z[ recovery-image] Dec 20 23:23:32.098 INFO O| Dec 20 23:23:32.098 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-12-20T23:23:33.964Z[ recovery-image] Dec 20 23:23:32.127 INFO O| Dec 20 23:23:32.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70532024-12-20T23:23:33.964Z[ recovery-image] Dec 20 23:23:32.127 INFO O| Dec 20 23:23:32.127 INFO STEP 880 (remove_files) COMPLETE
70542024-12-20T23:23:33.964Z[ recovery-image] Dec 20 23:23:32.127 INFO O| Dec 20 23:23:32.127 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-12-20T23:23:33.991Z[ recovery-image] Dec 20 23:23:32.154 INFO O| Dec 20 23:23:32.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70562024-12-20T23:23:33.991Z[ recovery-image] Dec 20 23:23:32.154 INFO O| Dec 20 23:23:32.154 INFO STEP 881 (remove_files) COMPLETE
70572024-12-20T23:23:33.991Z[ recovery-image] Dec 20 23:23:32.154 INFO O| Dec 20 23:23:32.154 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-12-20T23:23:34.023Z[ recovery-image] Dec 20 23:23:32.186 INFO O| Dec 20 23:23:32.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70592024-12-20T23:23:34.023Z[ recovery-image] Dec 20 23:23:32.186 INFO O| Dec 20 23:23:32.186 INFO STEP 882 (remove_files) COMPLETE
70602024-12-20T23:23:34.024Z[ recovery-image] Dec 20 23:23:32.186 INFO O| Dec 20 23:23:32.186 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-12-20T23:23:34.062Z[ recovery-image] Dec 20 23:23:32.225 INFO O| Dec 20 23:23:32.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70622024-12-20T23:23:34.066Z[ recovery-image] Dec 20 23:23:32.226 INFO O| Dec 20 23:23:32.225 INFO STEP 883 (remove_files) COMPLETE
70632024-12-20T23:23:34.066Z[ recovery-image] Dec 20 23:23:32.226 INFO O| Dec 20 23:23:32.226 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-12-20T23:23:34.092Z[ recovery-image] Dec 20 23:23:32.255 INFO O| Dec 20 23:23:32.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70652024-12-20T23:23:34.092Z[ recovery-image] Dec 20 23:23:32.255 INFO O| Dec 20 23:23:32.255 INFO STEP 884 (remove_files) COMPLETE
70662024-12-20T23:23:34.092Z[ recovery-image] Dec 20 23:23:32.255 INFO O| Dec 20 23:23:32.255 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-12-20T23:23:34.117Z[ recovery-image] Dec 20 23:23:32.280 INFO O| Dec 20 23:23:32.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70682024-12-20T23:23:34.117Z[ recovery-image] Dec 20 23:23:32.280 INFO O| Dec 20 23:23:32.280 INFO STEP 885 (remove_files) COMPLETE
70692024-12-20T23:23:34.117Z[ recovery-image] Dec 20 23:23:32.280 INFO O| Dec 20 23:23:32.280 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-12-20T23:23:34.145Z[ recovery-image] Dec 20 23:23:32.308 INFO O| Dec 20 23:23:32.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70712024-12-20T23:23:34.145Z[ recovery-image] Dec 20 23:23:32.308 INFO O| Dec 20 23:23:32.308 INFO STEP 886 (remove_files) COMPLETE
70722024-12-20T23:23:34.148Z[ recovery-image] Dec 20 23:23:32.308 INFO O| Dec 20 23:23:32.308 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-12-20T23:23:34.175Z[ recovery-image] Dec 20 23:23:32.338 INFO O| Dec 20 23:23:32.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70742024-12-20T23:23:34.179Z[ recovery-image] Dec 20 23:23:32.341 INFO O| Dec 20 23:23:32.341 INFO STEP 887 (remove_files) COMPLETE
70752024-12-20T23:23:34.179Z[ recovery-image] Dec 20 23:23:32.341 INFO O| Dec 20 23:23:32.341 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-12-20T23:23:34.229Z[ recovery-image] Dec 20 23:23:32.392 INFO O| Dec 20 23:23:32.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70772024-12-20T23:23:34.229Z[ recovery-image] Dec 20 23:23:32.392 INFO O| Dec 20 23:23:32.392 INFO STEP 888 (remove_files) COMPLETE
70782024-12-20T23:23:34.232Z[ recovery-image] Dec 20 23:23:32.392 INFO O| Dec 20 23:23:32.392 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-12-20T23:23:34.256Z[ recovery-image] Dec 20 23:23:32.419 INFO O| Dec 20 23:23:32.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70802024-12-20T23:23:34.256Z[ recovery-image] Dec 20 23:23:32.420 INFO O| Dec 20 23:23:32.419 INFO STEP 889 (remove_files) COMPLETE
70812024-12-20T23:23:34.259Z[ recovery-image] Dec 20 23:23:32.420 INFO O| Dec 20 23:23:32.420 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-12-20T23:23:34.282Z[ recovery-image] Dec 20 23:23:32.445 INFO O| Dec 20 23:23:32.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70832024-12-20T23:23:34.282Z[ recovery-image] Dec 20 23:23:32.445 INFO O| Dec 20 23:23:32.445 INFO STEP 890 (remove_files) COMPLETE
70842024-12-20T23:23:34.286Z[ recovery-image] Dec 20 23:23:32.446 INFO O| Dec 20 23:23:32.445 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-12-20T23:23:34.310Z[ recovery-image] Dec 20 23:23:32.473 INFO O| Dec 20 23:23:32.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70862024-12-20T23:23:34.310Z[ recovery-image] Dec 20 23:23:32.473 INFO O| Dec 20 23:23:32.473 INFO STEP 891 (remove_files) COMPLETE
70872024-12-20T23:23:34.310Z[ recovery-image] Dec 20 23:23:32.473 INFO O| Dec 20 23:23:32.473 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-12-20T23:23:34.350Z[ recovery-image] Dec 20 23:23:32.513 INFO O| Dec 20 23:23:32.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70892024-12-20T23:23:34.350Z[ recovery-image] Dec 20 23:23:32.513 INFO O| Dec 20 23:23:32.513 INFO STEP 892 (remove_files) COMPLETE
70902024-12-20T23:23:34.350Z[ recovery-image] Dec 20 23:23:32.513 INFO O| Dec 20 23:23:32.513 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-12-20T23:23:34.374Z[ recovery-image] Dec 20 23:23:32.537 INFO O| Dec 20 23:23:32.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70922024-12-20T23:23:34.374Z[ recovery-image] Dec 20 23:23:32.537 INFO O| Dec 20 23:23:32.537 INFO STEP 893 (remove_files) COMPLETE
70932024-12-20T23:23:34.374Z[ recovery-image] Dec 20 23:23:32.537 INFO O| Dec 20 23:23:32.537 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-12-20T23:23:34.399Z[ recovery-image] Dec 20 23:23:32.562 INFO O| Dec 20 23:23:32.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70952024-12-20T23:23:34.399Z[ recovery-image] Dec 20 23:23:32.562 INFO O| Dec 20 23:23:32.562 INFO STEP 894 (remove_files) COMPLETE
70962024-12-20T23:23:34.399Z[ recovery-image] Dec 20 23:23:32.562 INFO O| Dec 20 23:23:32.562 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-12-20T23:23:34.442Z[ recovery-image] Dec 20 23:23:32.605 INFO O| Dec 20 23:23:32.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70982024-12-20T23:23:34.442Z[ recovery-image] Dec 20 23:23:32.605 INFO O| Dec 20 23:23:32.605 INFO STEP 895 (remove_files) COMPLETE
70992024-12-20T23:23:34.442Z[ recovery-image] Dec 20 23:23:32.605 INFO O| Dec 20 23:23:32.605 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-12-20T23:23:34.479Z[ recovery-image] Dec 20 23:23:32.639 INFO O| Dec 20 23:23:32.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
71012024-12-20T23:23:34.479Z[ recovery-image] Dec 20 23:23:32.640 INFO O| Dec 20 23:23:32.639 INFO STEP 896 (remove_files) COMPLETE
71022024-12-20T23:23:34.479Z[ recovery-image] Dec 20 23:23:32.640 INFO O| Dec 20 23:23:32.640 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-12-20T23:23:34.542Z[ recovery-image] Dec 20 23:23:32.705 INFO O| Dec 20 23:23:32.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
71042024-12-20T23:23:34.542Z[ recovery-image] Dec 20 23:23:32.705 INFO O| Dec 20 23:23:32.705 INFO STEP 897 (remove_files) COMPLETE
71052024-12-20T23:23:34.545Z[ recovery-image] Dec 20 23:23:32.705 INFO O| Dec 20 23:23:32.705 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-12-20T23:23:34.568Z[ recovery-image] Dec 20 23:23:32.731 INFO O| Dec 20 23:23:32.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
71072024-12-20T23:23:34.571Z[ recovery-image] Dec 20 23:23:32.731 INFO O| Dec 20 23:23:32.731 INFO STEP 898 (remove_files) COMPLETE
71082024-12-20T23:23:34.571Z[ recovery-image] Dec 20 23:23:32.731 INFO O| Dec 20 23:23:32.731 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-12-20T23:23:34.599Z[ recovery-image] Dec 20 23:23:32.762 INFO O| Dec 20 23:23:32.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
71102024-12-20T23:23:34.602Z[ recovery-image] Dec 20 23:23:32.762 INFO O| Dec 20 23:23:32.762 INFO STEP 899 (remove_files) COMPLETE
71112024-12-20T23:23:34.602Z[ recovery-image] Dec 20 23:23:32.762 INFO O| Dec 20 23:23:32.762 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-12-20T23:23:34.640Z[ recovery-image] Dec 20 23:23:32.803 INFO O| Dec 20 23:23:32.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
71132024-12-20T23:23:34.640Z[ recovery-image] Dec 20 23:23:32.803 INFO O| Dec 20 23:23:32.803 INFO STEP 900 (remove_files) COMPLETE
71142024-12-20T23:23:34.640Z[ recovery-image] Dec 20 23:23:32.803 INFO O| Dec 20 23:23:32.803 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-12-20T23:23:34.666Z[ recovery-image] Dec 20 23:23:32.829 INFO O| Dec 20 23:23:32.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
71162024-12-20T23:23:34.666Z[ recovery-image] Dec 20 23:23:32.829 INFO O| Dec 20 23:23:32.829 INFO STEP 901 (remove_files) COMPLETE
71172024-12-20T23:23:34.666Z[ recovery-image] Dec 20 23:23:32.829 INFO O| Dec 20 23:23:32.829 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-12-20T23:23:34.712Z[ recovery-image] Dec 20 23:23:32.875 INFO O| Dec 20 23:23:32.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
71192024-12-20T23:23:34.712Z[ recovery-image] Dec 20 23:23:32.875 INFO O| Dec 20 23:23:32.875 INFO STEP 902 (remove_files) COMPLETE
71202024-12-20T23:23:34.712Z[ recovery-image] Dec 20 23:23:32.875 INFO O| Dec 20 23:23:32.875 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-12-20T23:23:34.760Z[ recovery-image] Dec 20 23:23:32.923 INFO O| Dec 20 23:23:32.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
71222024-12-20T23:23:34.763Z[ recovery-image] Dec 20 23:23:32.923 INFO O| Dec 20 23:23:32.923 INFO STEP 903 (remove_files) COMPLETE
71232024-12-20T23:23:34.763Z[ recovery-image] Dec 20 23:23:32.923 INFO O| Dec 20 23:23:32.923 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-12-20T23:23:34.786Z[ recovery-image] Dec 20 23:23:32.949 INFO O| Dec 20 23:23:32.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
71252024-12-20T23:23:34.788Z[ recovery-image] Dec 20 23:23:32.949 INFO O| Dec 20 23:23:32.949 INFO STEP 904 (remove_files) COMPLETE
71262024-12-20T23:23:34.789Z[ recovery-image] Dec 20 23:23:32.949 INFO O| Dec 20 23:23:32.949 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-12-20T23:23:34.812Z[ recovery-image] Dec 20 23:23:32.975 INFO O| Dec 20 23:23:32.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
71282024-12-20T23:23:34.816Z[ recovery-image] Dec 20 23:23:32.975 INFO O| Dec 20 23:23:32.975 INFO STEP 905 (remove_files) COMPLETE
71292024-12-20T23:23:34.816Z[ recovery-image] Dec 20 23:23:32.975 INFO O| Dec 20 23:23:32.975 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-12-20T23:23:34.863Z[ recovery-image] Dec 20 23:23:33.026 INFO O| Dec 20 23:23:33.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
71312024-12-20T23:23:34.863Z[ recovery-image] Dec 20 23:23:33.026 INFO O| Dec 20 23:23:33.026 INFO STEP 906 (remove_files) COMPLETE
71322024-12-20T23:23:34.863Z[ recovery-image] Dec 20 23:23:33.026 INFO O| Dec 20 23:23:33.026 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-12-20T23:23:34.886Z[ recovery-image] Dec 20 23:23:33.049 INFO O| Dec 20 23:23:33.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
71342024-12-20T23:23:34.886Z[ recovery-image] Dec 20 23:23:33.049 INFO O| Dec 20 23:23:33.049 INFO STEP 907 (remove_files) COMPLETE
71352024-12-20T23:23:34.889Z[ recovery-image] Dec 20 23:23:33.049 INFO O| Dec 20 23:23:33.049 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-12-20T23:23:34.912Z[ recovery-image] Dec 20 23:23:33.075 INFO O| Dec 20 23:23:33.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71372024-12-20T23:23:34.912Z[ recovery-image] Dec 20 23:23:33.075 INFO O| Dec 20 23:23:33.075 INFO STEP 908 (remove_files) COMPLETE
71382024-12-20T23:23:34.914Z[ recovery-image] Dec 20 23:23:33.075 INFO O| Dec 20 23:23:33.075 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-12-20T23:23:34.944Z[ recovery-image] Dec 20 23:23:33.106 INFO O| Dec 20 23:23:33.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71402024-12-20T23:23:34.944Z[ recovery-image] Dec 20 23:23:33.107 INFO O| Dec 20 23:23:33.107 INFO STEP 909 (remove_files) COMPLETE
71412024-12-20T23:23:34.944Z[ recovery-image] Dec 20 23:23:33.107 INFO O| Dec 20 23:23:33.107 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-12-20T23:23:34.968Z[ recovery-image] Dec 20 23:23:33.130 INFO O| Dec 20 23:23:33.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71432024-12-20T23:23:34.968Z[ recovery-image] Dec 20 23:23:33.130 INFO O| Dec 20 23:23:33.130 INFO STEP 910 (remove_files) COMPLETE
71442024-12-20T23:23:34.968Z[ recovery-image] Dec 20 23:23:33.130 INFO O| Dec 20 23:23:33.130 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-12-20T23:23:34.992Z[ recovery-image] Dec 20 23:23:33.155 INFO O| Dec 20 23:23:33.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71462024-12-20T23:23:34.992Z[ recovery-image] Dec 20 23:23:33.155 INFO O| Dec 20 23:23:33.155 INFO STEP 911 (remove_files) COMPLETE
71472024-12-20T23:23:34.992Z[ recovery-image] Dec 20 23:23:33.155 INFO O| Dec 20 23:23:33.155 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-12-20T23:23:35.018Z[ recovery-image] Dec 20 23:23:33.181 INFO O| Dec 20 23:23:33.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71492024-12-20T23:23:35.018Z[ recovery-image] Dec 20 23:23:33.181 INFO O| Dec 20 23:23:33.181 INFO STEP 912 (remove_files) COMPLETE
71502024-12-20T23:23:35.018Z[ recovery-image] Dec 20 23:23:33.181 INFO O| Dec 20 23:23:33.181 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-12-20T23:23:35.043Z[ recovery-image] Dec 20 23:23:33.206 INFO O| Dec 20 23:23:33.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71522024-12-20T23:23:35.043Z[ recovery-image] Dec 20 23:23:33.206 INFO O| Dec 20 23:23:33.206 INFO STEP 913 (remove_files) COMPLETE
71532024-12-20T23:23:35.043Z[ recovery-image] Dec 20 23:23:33.206 INFO O| Dec 20 23:23:33.206 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-12-20T23:23:35.067Z[ recovery-image] Dec 20 23:23:33.229 INFO O| Dec 20 23:23:33.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71552024-12-20T23:23:35.067Z[ recovery-image] Dec 20 23:23:33.230 INFO O| Dec 20 23:23:33.230 INFO STEP 914 (remove_files) COMPLETE
71562024-12-20T23:23:35.067Z[ recovery-image] Dec 20 23:23:33.230 INFO O| Dec 20 23:23:33.230 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-12-20T23:23:35.091Z[ recovery-image] Dec 20 23:23:33.254 INFO O| Dec 20 23:23:33.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71582024-12-20T23:23:35.091Z[ recovery-image] Dec 20 23:23:33.254 INFO O| Dec 20 23:23:33.254 INFO STEP 915 (remove_files) COMPLETE
71592024-12-20T23:23:35.091Z[ recovery-image] Dec 20 23:23:33.254 INFO O| Dec 20 23:23:33.254 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-12-20T23:23:35.118Z[ recovery-image] Dec 20 23:23:33.281 INFO O| Dec 20 23:23:33.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71612024-12-20T23:23:35.118Z[ recovery-image] Dec 20 23:23:33.281 INFO O| Dec 20 23:23:33.281 INFO STEP 916 (remove_files) COMPLETE
71622024-12-20T23:23:35.118Z[ recovery-image] Dec 20 23:23:33.281 INFO O| Dec 20 23:23:33.281 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-12-20T23:23:35.144Z[ recovery-image] Dec 20 23:23:33.307 INFO O| Dec 20 23:23:33.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71642024-12-20T23:23:35.144Z[ recovery-image] Dec 20 23:23:33.307 INFO O| Dec 20 23:23:33.307 INFO STEP 917 (remove_files) COMPLETE
71652024-12-20T23:23:35.148Z[ recovery-image] Dec 20 23:23:33.307 INFO O| Dec 20 23:23:33.307 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-12-20T23:23:35.172Z[ recovery-image] Dec 20 23:23:33.335 INFO O| Dec 20 23:23:33.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71672024-12-20T23:23:35.172Z[ recovery-image] Dec 20 23:23:33.335 INFO O| Dec 20 23:23:33.335 INFO STEP 918 (remove_files) COMPLETE
71682024-12-20T23:23:35.175Z[ recovery-image] Dec 20 23:23:33.335 INFO O| Dec 20 23:23:33.335 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-12-20T23:23:35.821Z[ recovery-image] Dec 20 23:23:33.363 INFO O| Dec 20 23:23:33.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71702024-12-20T23:23:35.821Z[ recovery-image] Dec 20 23:23:33.363 INFO O| Dec 20 23:23:33.363 INFO STEP 919 (remove_files) COMPLETE
71712024-12-20T23:23:35.821Z[ recovery-image] Dec 20 23:23:33.363 INFO O| Dec 20 23:23:33.363 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-12-20T23:23:35.841Z[ recovery-image] Dec 20 23:23:33.424 INFO O| Dec 20 23:23:33.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71732024-12-20T23:23:35.841Z[ recovery-image] Dec 20 23:23:33.425 INFO O| Dec 20 23:23:33.425 INFO STEP 920 (remove_files) COMPLETE
71742024-12-20T23:23:35.841Z[ recovery-image] Dec 20 23:23:33.425 INFO O| Dec 20 23:23:33.425 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-12-20T23:23:35.841Z[ recovery-image] Dec 20 23:23:33.450 INFO O| Dec 20 23:23:33.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71762024-12-20T23:23:35.841Z[ recovery-image] Dec 20 23:23:33.450 INFO O| Dec 20 23:23:33.450 INFO STEP 921 (remove_files) COMPLETE
71772024-12-20T23:23:35.841Z[ recovery-image] Dec 20 23:23:33.450 INFO O| Dec 20 23:23:33.450 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-12-20T23:23:35.841Z[ recovery-image] Dec 20 23:23:33.476 INFO O| Dec 20 23:23:33.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71792024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.476 INFO O| Dec 20 23:23:33.476 INFO STEP 922 (remove_files) COMPLETE
71802024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.476 INFO O| Dec 20 23:23:33.476 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.511 INFO O| Dec 20 23:23:33.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71822024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.511 INFO O| Dec 20 23:23:33.511 INFO STEP 923 (remove_files) COMPLETE
71832024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.511 INFO O| Dec 20 23:23:33.511 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.537 INFO O| Dec 20 23:23:33.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71852024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.538 INFO O| Dec 20 23:23:33.538 INFO STEP 924 (remove_files) COMPLETE
71862024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.538 INFO O| Dec 20 23:23:33.538 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.564 INFO O| Dec 20 23:23:33.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71882024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.564 INFO O| Dec 20 23:23:33.564 INFO STEP 925 (remove_files) COMPLETE
71892024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.564 INFO O| Dec 20 23:23:33.564 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.595 INFO O| Dec 20 23:23:33.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71912024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.595 INFO O| Dec 20 23:23:33.595 INFO STEP 926 (remove_files) COMPLETE
71922024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.595 INFO O| Dec 20 23:23:33.595 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.622 INFO O| Dec 20 23:23:33.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71942024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.623 INFO O| Dec 20 23:23:33.623 INFO STEP 927 (remove_files) COMPLETE
71952024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.623 INFO O| Dec 20 23:23:33.623 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.650 INFO O| Dec 20 23:23:33.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71972024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.650 INFO O| Dec 20 23:23:33.650 INFO STEP 928 (remove_files) COMPLETE
71982024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.650 INFO O| Dec 20 23:23:33.650 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.691 INFO O| Dec 20 23:23:33.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
72002024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.691 INFO O| Dec 20 23:23:33.691 INFO STEP 929 (remove_files) COMPLETE
72012024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.691 INFO O| Dec 20 23:23:33.691 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.719 INFO O| Dec 20 23:23:33.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
72032024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.719 INFO O| Dec 20 23:23:33.719 INFO STEP 930 (remove_files) COMPLETE
72042024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.719 INFO O| Dec 20 23:23:33.719 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.746 INFO O| Dec 20 23:23:33.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
72062024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.747 INFO O| Dec 20 23:23:33.747 INFO STEP 931 (remove_files) COMPLETE
72072024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.747 INFO O| Dec 20 23:23:33.747 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-12-20T23:23:35.842Z[ recovery-image] Dec 20 23:23:33.779 INFO O| Dec 20 23:23:33.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
72092024-12-20T23:23:35.843Z[ recovery-image] Dec 20 23:23:33.779 INFO O| Dec 20 23:23:33.779 INFO STEP 932 (remove_files) COMPLETE
72102024-12-20T23:23:35.843Z[ recovery-image] Dec 20 23:23:33.779 INFO O| Dec 20 23:23:33.779 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-12-20T23:23:35.843Z[ recovery-image] Dec 20 23:23:33.822 INFO O| Dec 20 23:23:33.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
72122024-12-20T23:23:35.843Z[ recovery-image] Dec 20 23:23:33.822 INFO O| Dec 20 23:23:33.822 INFO STEP 933 (remove_files) COMPLETE
72132024-12-20T23:23:35.843Z[ recovery-image] Dec 20 23:23:33.822 INFO O| Dec 20 23:23:33.822 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-12-20T23:23:35.843Z[ recovery-image] Dec 20 23:23:33.849 INFO O| Dec 20 23:23:33.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
72152024-12-20T23:23:35.843Z[ recovery-image] Dec 20 23:23:33.849 INFO O| Dec 20 23:23:33.849 INFO STEP 934 (remove_files) COMPLETE
72162024-12-20T23:23:35.843Z[ recovery-image] Dec 20 23:23:33.849 INFO O| Dec 20 23:23:33.849 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-12-20T23:23:35.843Z[ recovery-image] Dec 20 23:23:33.896 INFO O| Dec 20 23:23:33.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
72182024-12-20T23:23:35.843Z[ recovery-image] Dec 20 23:23:33.896 INFO O| Dec 20 23:23:33.896 INFO STEP 935 (remove_files) COMPLETE
72192024-12-20T23:23:35.843Z[ recovery-image] Dec 20 23:23:33.896 INFO O| Dec 20 23:23:33.896 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-12-20T23:23:35.843Z[ recovery-image] Dec 20 23:23:33.923 INFO O| Dec 20 23:23:33.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
72212024-12-20T23:23:35.843Z[ recovery-image] Dec 20 23:23:33.924 INFO O| Dec 20 23:23:33.924 INFO STEP 936 (remove_files) COMPLETE
72222024-12-20T23:23:35.843Z[ recovery-image] Dec 20 23:23:33.924 INFO O| Dec 20 23:23:33.924 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-12-20T23:23:35.843Z[ recovery-image] Dec 20 23:23:33.951 INFO O| Dec 20 23:23:33.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
72242024-12-20T23:23:35.843Z[ recovery-image] Dec 20 23:23:33.951 INFO O| Dec 20 23:23:33.951 INFO STEP 937 (remove_files) COMPLETE
72252024-12-20T23:23:35.843Z[ recovery-image] Dec 20 23:23:33.951 INFO O| Dec 20 23:23:33.951 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-12-20T23:23:35.843Z[ recovery-image] Dec 20 23:23:33.987 INFO O| Dec 20 23:23:33.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
72272024-12-20T23:23:35.849Z[ recovery-image] Dec 20 23:23:33.987 INFO O| Dec 20 23:23:33.987 INFO STEP 938 (remove_files) COMPLETE
72282024-12-20T23:23:35.849Z[ recovery-image] Dec 20 23:23:33.987 INFO O| Dec 20 23:23:33.987 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-12-20T23:23:35.853Z[ recovery-image] Dec 20 23:23:34.015 INFO O| Dec 20 23:23:34.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
72302024-12-20T23:23:35.853Z[ recovery-image] Dec 20 23:23:34.016 INFO O| Dec 20 23:23:34.016 INFO STEP 939 (remove_files) COMPLETE
72312024-12-20T23:23:35.853Z[ recovery-image] Dec 20 23:23:34.016 INFO O| Dec 20 23:23:34.016 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-12-20T23:23:35.888Z[ recovery-image] Dec 20 23:23:34.051 INFO O| Dec 20 23:23:34.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
72332024-12-20T23:23:35.891Z[ recovery-image] Dec 20 23:23:34.051 INFO O| Dec 20 23:23:34.051 INFO STEP 940 (remove_files) COMPLETE
72342024-12-20T23:23:35.891Z[ recovery-image] Dec 20 23:23:34.052 INFO O| Dec 20 23:23:34.052 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-12-20T23:23:35.947Z[ recovery-image] Dec 20 23:23:34.109 INFO O| Dec 20 23:23:34.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72362024-12-20T23:23:35.949Z[ recovery-image] Dec 20 23:23:34.110 INFO O| Dec 20 23:23:34.109 INFO STEP 941 (remove_files) COMPLETE
72372024-12-20T23:23:35.949Z[ recovery-image] Dec 20 23:23:34.110 INFO O| Dec 20 23:23:34.110 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-12-20T23:23:35.974Z[ recovery-image] Dec 20 23:23:34.135 INFO O| Dec 20 23:23:34.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72392024-12-20T23:23:35.977Z[ recovery-image] Dec 20 23:23:34.136 INFO O| Dec 20 23:23:34.136 INFO STEP 942 (remove_files) COMPLETE
72402024-12-20T23:23:35.977Z[ recovery-image] Dec 20 23:23:34.136 INFO O| Dec 20 23:23:34.136 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-12-20T23:23:36.002Z[ recovery-image] Dec 20 23:23:34.164 INFO O| Dec 20 23:23:34.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72422024-12-20T23:23:36.004Z[ recovery-image] Dec 20 23:23:34.165 INFO O| Dec 20 23:23:34.165 INFO STEP 943 (remove_files) COMPLETE
72432024-12-20T23:23:36.004Z[ recovery-image] Dec 20 23:23:34.165 INFO O| Dec 20 23:23:34.165 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-12-20T23:23:36.029Z[ recovery-image] Dec 20 23:23:34.192 INFO O| Dec 20 23:23:34.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72452024-12-20T23:23:36.032Z[ recovery-image] Dec 20 23:23:34.192 INFO O| Dec 20 23:23:34.192 INFO STEP 944 (remove_files) COMPLETE
72462024-12-20T23:23:36.032Z[ recovery-image] Dec 20 23:23:34.192 INFO O| Dec 20 23:23:34.192 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-12-20T23:23:36.067Z[ recovery-image] Dec 20 23:23:34.230 INFO O| Dec 20 23:23:34.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72482024-12-20T23:23:36.067Z[ recovery-image] Dec 20 23:23:34.230 INFO O| Dec 20 23:23:34.230 INFO STEP 945 (remove_files) COMPLETE
72492024-12-20T23:23:36.070Z[ recovery-image] Dec 20 23:23:34.230 INFO O| Dec 20 23:23:34.230 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-12-20T23:23:36.093Z[ recovery-image] Dec 20 23:23:34.255 INFO O| Dec 20 23:23:34.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72512024-12-20T23:23:36.095Z[ recovery-image] Dec 20 23:23:34.256 INFO O| Dec 20 23:23:34.255 INFO STEP 946 (remove_files) COMPLETE
72522024-12-20T23:23:36.095Z[ recovery-image] Dec 20 23:23:34.256 INFO O| Dec 20 23:23:34.256 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-12-20T23:23:36.117Z[ host-image] Dec 20 23:23:34.279 INFO O| Dec 20 23:23:34.279 INFO O| Download: Completed 8.42 MB in 9.02 seconds (955k/s)
72542024-12-20T23:23:36.209Z[ recovery-image] Dec 20 23:23:34.372 INFO O| Dec 20 23:23:34.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72552024-12-20T23:23:36.209Z[ recovery-image] Dec 20 23:23:34.372 INFO O| Dec 20 23:23:34.372 INFO STEP 947 (remove_files) COMPLETE
72562024-12-20T23:23:36.210Z[ recovery-image] Dec 20 23:23:34.372 INFO O| Dec 20 23:23:34.372 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-12-20T23:23:36.262Z[ recovery-image] Dec 20 23:23:34.424 INFO O| Dec 20 23:23:34.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72582024-12-20T23:23:36.262Z[ recovery-image] Dec 20 23:23:34.424 INFO O| Dec 20 23:23:34.424 INFO STEP 948 (remove_files) COMPLETE
72592024-12-20T23:23:36.262Z[ recovery-image] Dec 20 23:23:34.424 INFO O| Dec 20 23:23:34.424 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-12-20T23:23:36.321Z[ recovery-image] Dec 20 23:23:34.483 INFO O| Dec 20 23:23:34.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72612024-12-20T23:23:36.321Z[ recovery-image] Dec 20 23:23:34.483 INFO O| Dec 20 23:23:34.483 INFO STEP 949 (remove_files) COMPLETE
72622024-12-20T23:23:36.321Z[ recovery-image] Dec 20 23:23:34.483 INFO O| Dec 20 23:23:34.483 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-12-20T23:23:36.383Z[ recovery-image] Dec 20 23:23:34.546 INFO O| Dec 20 23:23:34.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72642024-12-20T23:23:36.383Z[ recovery-image] Dec 20 23:23:34.546 INFO O| Dec 20 23:23:34.546 INFO STEP 950 (remove_files) COMPLETE
72652024-12-20T23:23:36.383Z[ recovery-image] Dec 20 23:23:34.546 INFO O| Dec 20 23:23:34.546 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-12-20T23:23:36.395Z[ host-image] Dec 20 23:23:34.558 INFO O| Dec 20 23:23:34.558 INFO O| Actions: 1/1361 actions (Installing new actions)
72672024-12-20T23:23:36.420Z[ recovery-image] Dec 20 23:23:34.582 INFO O| Dec 20 23:23:34.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72682024-12-20T23:23:36.420Z[ recovery-image] Dec 20 23:23:34.582 INFO O| Dec 20 23:23:34.582 INFO STEP 951 (remove_files) COMPLETE
72692024-12-20T23:23:36.420Z[ recovery-image] Dec 20 23:23:34.582 INFO O| Dec 20 23:23:34.582 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-12-20T23:23:36.446Z[ recovery-image] Dec 20 23:23:34.608 INFO O| Dec 20 23:23:34.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72712024-12-20T23:23:36.446Z[ recovery-image] Dec 20 23:23:34.609 INFO O| Dec 20 23:23:34.609 INFO STEP 952 (remove_files) COMPLETE
72722024-12-20T23:23:36.446Z[ recovery-image] Dec 20 23:23:34.609 INFO O| Dec 20 23:23:34.609 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-12-20T23:23:36.472Z[ recovery-image] Dec 20 23:23:34.635 INFO O| Dec 20 23:23:34.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72742024-12-20T23:23:36.472Z[ recovery-image] Dec 20 23:23:34.635 INFO O| Dec 20 23:23:34.635 INFO STEP 953 (remove_files) COMPLETE
72752024-12-20T23:23:36.472Z[ recovery-image] Dec 20 23:23:34.635 INFO O| Dec 20 23:23:34.635 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-12-20T23:23:36.504Z[ recovery-image] Dec 20 23:23:34.667 INFO O| Dec 20 23:23:34.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72772024-12-20T23:23:36.504Z[ recovery-image] Dec 20 23:23:34.667 INFO O| Dec 20 23:23:34.667 INFO STEP 954 (remove_files) COMPLETE
72782024-12-20T23:23:36.514Z[ recovery-image] Dec 20 23:23:34.667 INFO O| Dec 20 23:23:34.667 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-12-20T23:23:36.537Z[ recovery-image] Dec 20 23:23:34.700 INFO O| Dec 20 23:23:34.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72802024-12-20T23:23:36.540Z[ recovery-image] Dec 20 23:23:34.700 INFO O| Dec 20 23:23:34.700 INFO STEP 955 (remove_files) COMPLETE
72812024-12-20T23:23:36.540Z[ recovery-image] Dec 20 23:23:34.700 INFO O| Dec 20 23:23:34.700 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-12-20T23:23:36.570Z[ recovery-image] Dec 20 23:23:34.732 INFO O| Dec 20 23:23:34.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72832024-12-20T23:23:36.570Z[ recovery-image] Dec 20 23:23:34.733 INFO O| Dec 20 23:23:34.732 INFO STEP 956 (remove_files) COMPLETE
72842024-12-20T23:23:36.570Z[ recovery-image] Dec 20 23:23:34.733 INFO O| Dec 20 23:23:34.733 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-12-20T23:23:36.608Z[ recovery-image] Dec 20 23:23:34.770 INFO O| Dec 20 23:23:34.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72862024-12-20T23:23:36.608Z[ recovery-image] Dec 20 23:23:34.770 INFO O| Dec 20 23:23:34.770 INFO STEP 957 (remove_files) COMPLETE
72872024-12-20T23:23:36.608Z[ recovery-image] Dec 20 23:23:34.770 INFO O| Dec 20 23:23:34.770 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-12-20T23:23:36.633Z[ recovery-image] Dec 20 23:23:34.796 INFO O| Dec 20 23:23:34.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72892024-12-20T23:23:36.633Z[ recovery-image] Dec 20 23:23:34.796 INFO O| Dec 20 23:23:34.796 INFO STEP 958 (remove_files) COMPLETE
72902024-12-20T23:23:36.633Z[ recovery-image] Dec 20 23:23:34.796 INFO O| Dec 20 23:23:34.796 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-12-20T23:23:36.659Z[ recovery-image] Dec 20 23:23:34.821 INFO O| Dec 20 23:23:34.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72922024-12-20T23:23:36.662Z[ recovery-image] Dec 20 23:23:34.821 INFO O| Dec 20 23:23:34.821 INFO STEP 959 (remove_files) COMPLETE
72932024-12-20T23:23:36.662Z[ recovery-image] Dec 20 23:23:34.821 INFO O| Dec 20 23:23:34.821 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-12-20T23:23:36.703Z[ recovery-image] Dec 20 23:23:34.865 INFO O| Dec 20 23:23:34.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72952024-12-20T23:23:36.706Z[ recovery-image] Dec 20 23:23:34.866 INFO O| Dec 20 23:23:34.866 INFO STEP 960 (remove_files) COMPLETE
72962024-12-20T23:23:36.706Z[ recovery-image] Dec 20 23:23:34.866 INFO O| Dec 20 23:23:34.866 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-12-20T23:23:36.747Z[ recovery-image] Dec 20 23:23:34.909 INFO O| Dec 20 23:23:34.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72982024-12-20T23:23:36.747Z[ recovery-image] Dec 20 23:23:34.909 INFO O| Dec 20 23:23:34.909 INFO STEP 961 (remove_files) COMPLETE
72992024-12-20T23:23:36.750Z[ recovery-image] Dec 20 23:23:34.909 INFO O| Dec 20 23:23:34.909 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-12-20T23:23:36.811Z[ recovery-image] Dec 20 23:23:34.974 INFO O| Dec 20 23:23:34.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
73012024-12-20T23:23:36.812Z[ recovery-image] Dec 20 23:23:34.974 INFO O| Dec 20 23:23:34.974 INFO STEP 962 (remove_files) COMPLETE
73022024-12-20T23:23:36.812Z[ recovery-image] Dec 20 23:23:34.974 INFO O| Dec 20 23:23:34.974 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-12-20T23:23:36.852Z[ recovery-image] Dec 20 23:23:35.015 INFO O| Dec 20 23:23:35.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
73042024-12-20T23:23:36.852Z[ recovery-image] Dec 20 23:23:35.015 INFO O| Dec 20 23:23:35.015 INFO STEP 963 (remove_files) COMPLETE
73052024-12-20T23:23:36.852Z[ recovery-image] Dec 20 23:23:35.015 INFO O| Dec 20 23:23:35.015 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-12-20T23:23:36.919Z[ recovery-image] Dec 20 23:23:35.082 INFO O| Dec 20 23:23:35.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
73072024-12-20T23:23:36.919Z[ recovery-image] Dec 20 23:23:35.082 INFO O| Dec 20 23:23:35.082 INFO STEP 964 (remove_files) COMPLETE
73082024-12-20T23:23:36.919Z[ recovery-image] Dec 20 23:23:35.082 INFO O| Dec 20 23:23:35.082 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-12-20T23:23:36.946Z[ recovery-image] Dec 20 23:23:35.108 INFO O| Dec 20 23:23:35.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
73102024-12-20T23:23:36.946Z[ recovery-image] Dec 20 23:23:35.109 INFO O| Dec 20 23:23:35.108 INFO STEP 965 (remove_files) COMPLETE
73112024-12-20T23:23:36.946Z[ recovery-image] Dec 20 23:23:35.109 INFO O| Dec 20 23:23:35.109 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-12-20T23:23:37.002Z[ recovery-image] Dec 20 23:23:35.164 INFO O| Dec 20 23:23:35.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
73132024-12-20T23:23:37.005Z[ recovery-image] Dec 20 23:23:35.164 INFO O| Dec 20 23:23:35.164 INFO STEP 966 (remove_files) COMPLETE
73142024-12-20T23:23:37.006Z[ recovery-image] Dec 20 23:23:35.164 INFO O| Dec 20 23:23:35.164 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-12-20T23:23:37.029Z[ recovery-image] Dec 20 23:23:35.191 INFO O| Dec 20 23:23:35.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
73162024-12-20T23:23:37.029Z[ recovery-image] Dec 20 23:23:35.191 INFO O| Dec 20 23:23:35.191 INFO STEP 967 (remove_files) COMPLETE
73172024-12-20T23:23:37.029Z[ recovery-image] Dec 20 23:23:35.191 INFO O| Dec 20 23:23:35.191 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-12-20T23:23:37.073Z[ recovery-image] Dec 20 23:23:35.235 INFO O| Dec 20 23:23:35.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
73192024-12-20T23:23:37.077Z[ recovery-image] Dec 20 23:23:35.235 INFO O| Dec 20 23:23:35.235 INFO STEP 968 (remove_files) COMPLETE
73202024-12-20T23:23:37.077Z[ recovery-image] Dec 20 23:23:35.236 INFO O| Dec 20 23:23:35.235 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-12-20T23:23:37.100Z[ recovery-image] Dec 20 23:23:35.263 INFO O| Dec 20 23:23:35.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
73222024-12-20T23:23:37.100Z[ recovery-image] Dec 20 23:23:35.263 INFO O| Dec 20 23:23:35.263 INFO STEP 969 (remove_files) COMPLETE
73232024-12-20T23:23:37.103Z[ recovery-image] Dec 20 23:23:35.263 INFO O| Dec 20 23:23:35.263 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-12-20T23:23:37.163Z[ recovery-image] Dec 20 23:23:35.325 INFO O| Dec 20 23:23:35.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
73252024-12-20T23:23:37.166Z[ recovery-image] Dec 20 23:23:35.325 INFO O| Dec 20 23:23:35.325 INFO STEP 970 (remove_files) COMPLETE
73262024-12-20T23:23:37.166Z[ recovery-image] Dec 20 23:23:35.326 INFO O| Dec 20 23:23:35.325 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-12-20T23:23:37.190Z[ recovery-image] Dec 20 23:23:35.353 INFO O| Dec 20 23:23:35.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
73282024-12-20T23:23:37.190Z[ recovery-image] Dec 20 23:23:35.353 INFO O| Dec 20 23:23:35.353 INFO STEP 971 (remove_files) COMPLETE
73292024-12-20T23:23:37.193Z[ recovery-image] Dec 20 23:23:35.353 INFO O| Dec 20 23:23:35.353 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-12-20T23:23:37.205Z[ host-image] Dec 20 23:23:35.367 INFO O| Dec 20 23:23:35.367 INFO O| Actions: Completed 1361 actions in 0.81 seconds.
73312024-12-20T23:23:37.233Z[ recovery-image] Dec 20 23:23:35.395 INFO O| Dec 20 23:23:35.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
73322024-12-20T23:23:37.233Z[ recovery-image] Dec 20 23:23:35.395 INFO O| Dec 20 23:23:35.395 INFO STEP 972 (remove_files) COMPLETE
73332024-12-20T23:23:37.233Z[ recovery-image] Dec 20 23:23:35.395 INFO O| Dec 20 23:23:35.395 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-12-20T23:23:37.275Z[ recovery-image] Dec 20 23:23:35.437 INFO O| Dec 20 23:23:35.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
73352024-12-20T23:23:37.275Z[ recovery-image] Dec 20 23:23:35.437 INFO O| Dec 20 23:23:35.437 INFO STEP 973 (remove_files) COMPLETE
73362024-12-20T23:23:37.275Z[ recovery-image] Dec 20 23:23:35.437 INFO O| Dec 20 23:23:35.437 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-12-20T23:23:37.302Z[ recovery-image] Dec 20 23:23:35.465 INFO O| Dec 20 23:23:35.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73382024-12-20T23:23:37.302Z[ recovery-image] Dec 20 23:23:35.465 INFO O| Dec 20 23:23:35.465 INFO STEP 974 (remove_files) COMPLETE
73392024-12-20T23:23:37.302Z[ recovery-image] Dec 20 23:23:35.465 INFO O| Dec 20 23:23:35.465 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-12-20T23:23:37.354Z[ recovery-image] Dec 20 23:23:35.516 INFO O| Dec 20 23:23:35.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73412024-12-20T23:23:37.354Z[ recovery-image] Dec 20 23:23:35.516 INFO O| Dec 20 23:23:35.516 INFO STEP 975 (remove_files) COMPLETE
73422024-12-20T23:23:37.356Z[ recovery-image] Dec 20 23:23:35.517 INFO O| Dec 20 23:23:35.516 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-12-20T23:23:37.382Z[ recovery-image] Dec 20 23:23:35.544 INFO O| Dec 20 23:23:35.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73442024-12-20T23:23:37.382Z[ recovery-image] Dec 20 23:23:35.544 INFO O| Dec 20 23:23:35.544 INFO STEP 976 (remove_files) COMPLETE
73452024-12-20T23:23:37.382Z[ recovery-image] Dec 20 23:23:35.544 INFO O| Dec 20 23:23:35.544 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-12-20T23:23:37.408Z[ recovery-image] Dec 20 23:23:35.571 INFO O| Dec 20 23:23:35.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
73472024-12-20T23:23:37.408Z[ recovery-image] Dec 20 23:23:35.571 INFO O| Dec 20 23:23:35.571 INFO STEP 977 (remove_files) COMPLETE
73482024-12-20T23:23:37.411Z[ recovery-image] Dec 20 23:23:35.571 INFO O| Dec 20 23:23:35.571 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-12-20T23:23:37.435Z[ recovery-image] Dec 20 23:23:35.597 INFO O| Dec 20 23:23:35.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
73502024-12-20T23:23:37.438Z[ recovery-image] Dec 20 23:23:35.597 INFO O| Dec 20 23:23:35.597 INFO STEP 978 (remove_files) COMPLETE
73512024-12-20T23:23:37.438Z[ recovery-image] Dec 20 23:23:35.598 INFO O| Dec 20 23:23:35.597 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-12-20T23:23:37.475Z[ recovery-image] Dec 20 23:23:35.637 INFO O| Dec 20 23:23:35.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
73532024-12-20T23:23:37.475Z[ recovery-image] Dec 20 23:23:35.638 INFO O| Dec 20 23:23:35.638 INFO STEP 979 (remove_files) COMPLETE
73542024-12-20T23:23:37.478Z[ recovery-image] Dec 20 23:23:35.638 INFO O| Dec 20 23:23:35.638 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-12-20T23:23:37.509Z[ recovery-image] Dec 20 23:23:35.672 INFO O| Dec 20 23:23:35.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
73562024-12-20T23:23:37.509Z[ recovery-image] Dec 20 23:23:35.672 INFO O| Dec 20 23:23:35.672 INFO STEP 980 (remove_files) COMPLETE
73572024-12-20T23:23:37.512Z[ recovery-image] Dec 20 23:23:35.672 INFO O| Dec 20 23:23:35.672 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-12-20T23:23:37.545Z[ recovery-image] Dec 20 23:23:35.707 INFO O| Dec 20 23:23:35.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73592024-12-20T23:23:37.549Z[ recovery-image] Dec 20 23:23:35.708 INFO O| Dec 20 23:23:35.707 INFO STEP 981 (remove_files) COMPLETE
73602024-12-20T23:23:37.549Z[ recovery-image] Dec 20 23:23:35.708 INFO O| Dec 20 23:23:35.707 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-12-20T23:23:37.572Z[ recovery-image] Dec 20 23:23:35.735 INFO O| Dec 20 23:23:35.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73622024-12-20T23:23:37.572Z[ recovery-image] Dec 20 23:23:35.735 INFO O| Dec 20 23:23:35.735 INFO STEP 982 (remove_files) COMPLETE
73632024-12-20T23:23:37.572Z[ recovery-image] Dec 20 23:23:35.735 INFO O| Dec 20 23:23:35.735 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-12-20T23:23:37.612Z[ recovery-image] Dec 20 23:23:35.775 INFO O| Dec 20 23:23:35.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73652024-12-20T23:23:37.615Z[ recovery-image] Dec 20 23:23:35.775 INFO O| Dec 20 23:23:35.775 INFO STEP 983 (remove_files) COMPLETE
73662024-12-20T23:23:37.615Z[ recovery-image] Dec 20 23:23:35.775 INFO O| Dec 20 23:23:35.775 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-12-20T23:23:37.637Z[ recovery-image] Dec 20 23:23:35.800 INFO O| Dec 20 23:23:35.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73682024-12-20T23:23:37.637Z[ recovery-image] Dec 20 23:23:35.800 INFO O| Dec 20 23:23:35.800 INFO STEP 984 (remove_files) COMPLETE
73692024-12-20T23:23:37.637Z[ recovery-image] Dec 20 23:23:35.800 INFO O| Dec 20 23:23:35.800 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-12-20T23:23:37.661Z[ recovery-image] Dec 20 23:23:35.824 INFO O| Dec 20 23:23:35.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73712024-12-20T23:23:37.661Z[ recovery-image] Dec 20 23:23:35.824 INFO O| Dec 20 23:23:35.824 INFO STEP 985 (remove_files) COMPLETE
73722024-12-20T23:23:37.661Z[ recovery-image] Dec 20 23:23:35.824 INFO O| Dec 20 23:23:35.824 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-12-20T23:23:37.700Z[ recovery-image] Dec 20 23:23:35.862 INFO O| Dec 20 23:23:35.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73742024-12-20T23:23:37.707Z[ recovery-image] Dec 20 23:23:35.863 INFO O| Dec 20 23:23:35.863 INFO STEP 986 (remove_files) COMPLETE
73752024-12-20T23:23:37.707Z[ recovery-image] Dec 20 23:23:35.863 INFO O| Dec 20 23:23:35.863 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-12-20T23:23:37.727Z[ recovery-image] Dec 20 23:23:35.890 INFO O| Dec 20 23:23:35.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73772024-12-20T23:23:37.730Z[ recovery-image] Dec 20 23:23:35.890 INFO O| Dec 20 23:23:35.890 INFO STEP 987 (remove_files) COMPLETE
73782024-12-20T23:23:37.730Z[ recovery-image] Dec 20 23:23:35.890 INFO O| Dec 20 23:23:35.890 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-12-20T23:23:37.792Z[ recovery-image] Dec 20 23:23:35.954 INFO O| Dec 20 23:23:35.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73802024-12-20T23:23:37.795Z[ recovery-image] Dec 20 23:23:35.954 INFO O| Dec 20 23:23:35.954 INFO STEP 988 (remove_files) COMPLETE
73812024-12-20T23:23:37.795Z[ recovery-image] Dec 20 23:23:35.955 INFO O| Dec 20 23:23:35.955 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-12-20T23:23:37.826Z[ recovery-image] Dec 20 23:23:35.985 INFO O| Dec 20 23:23:35.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73832024-12-20T23:23:37.829Z[ recovery-image] Dec 20 23:23:35.986 INFO O| Dec 20 23:23:35.986 INFO STEP 989 (remove_files) COMPLETE
73842024-12-20T23:23:37.829Z[ recovery-image] Dec 20 23:23:35.986 INFO O| Dec 20 23:23:35.986 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-12-20T23:23:37.857Z[ recovery-image] Dec 20 23:23:36.019 INFO O| Dec 20 23:23:36.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73862024-12-20T23:23:37.864Z[ recovery-image] Dec 20 23:23:36.020 INFO O| Dec 20 23:23:36.020 INFO STEP 990 (remove_files) COMPLETE
73872024-12-20T23:23:37.864Z[ recovery-image] Dec 20 23:23:36.020 INFO O| Dec 20 23:23:36.020 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-12-20T23:23:37.888Z[ host-image] Dec 20 23:23:36.049 INFO O| Dec 20 23:23:36.049 INFO O| Done
73892024-12-20T23:23:37.888Z[ host-image] Dec 20 23:23:36.049 INFO O| Dec 20 23:23:36.049 INFO O| Done
73902024-12-20T23:23:37.914Z[ recovery-image] Dec 20 23:23:36.075 INFO O| Dec 20 23:23:36.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73912024-12-20T23:23:37.914Z[ recovery-image] Dec 20 23:23:36.075 INFO O| Dec 20 23:23:36.075 INFO STEP 991 (remove_files) COMPLETE
73922024-12-20T23:23:37.914Z[ recovery-image] Dec 20 23:23:36.075 INFO O| Dec 20 23:23:36.075 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-12-20T23:23:37.979Z[ recovery-image] Dec 20 23:23:36.139 INFO O| Dec 20 23:23:36.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73942024-12-20T23:23:37.979Z[ recovery-image] Dec 20 23:23:36.140 INFO O| Dec 20 23:23:36.140 INFO STEP 992 (remove_files) COMPLETE
73952024-12-20T23:23:37.979Z[ recovery-image] Dec 20 23:23:36.140 INFO O| Dec 20 23:23:36.140 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-12-20T23:23:38.033Z[ recovery-image] Dec 20 23:23:36.195 INFO O| Dec 20 23:23:36.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73972024-12-20T23:23:38.033Z[ recovery-image] Dec 20 23:23:36.195 INFO O| Dec 20 23:23:36.195 INFO STEP 993 (remove_files) COMPLETE
73982024-12-20T23:23:38.033Z[ recovery-image] Dec 20 23:23:36.195 INFO O| Dec 20 23:23:36.195 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-12-20T23:23:38.103Z[ recovery-image] Dec 20 23:23:36.264 INFO O| Dec 20 23:23:36.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
74002024-12-20T23:23:38.103Z[ recovery-image] Dec 20 23:23:36.264 INFO O| Dec 20 23:23:36.264 INFO STEP 994 (remove_files) COMPLETE
74012024-12-20T23:23:38.106Z[ recovery-image] Dec 20 23:23:36.264 INFO O| Dec 20 23:23:36.264 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-12-20T23:23:38.138Z[ recovery-image] Dec 20 23:23:36.300 INFO O| Dec 20 23:23:36.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
74032024-12-20T23:23:38.141Z[ recovery-image] Dec 20 23:23:36.300 INFO O| Dec 20 23:23:36.300 INFO STEP 995 (remove_files) COMPLETE
74042024-12-20T23:23:38.141Z[ recovery-image] Dec 20 23:23:36.300 INFO O| Dec 20 23:23:36.300 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-12-20T23:23:38.185Z[ recovery-image] Dec 20 23:23:36.347 INFO O| Dec 20 23:23:36.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
74062024-12-20T23:23:38.185Z[ recovery-image] Dec 20 23:23:36.347 INFO O| Dec 20 23:23:36.347 INFO STEP 996 (remove_files) COMPLETE
74072024-12-20T23:23:38.189Z[ recovery-image] Dec 20 23:23:36.347 INFO O| Dec 20 23:23:36.347 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-12-20T23:23:38.212Z[ recovery-image] Dec 20 23:23:36.374 INFO O| Dec 20 23:23:36.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
74092024-12-20T23:23:38.212Z[ recovery-image] Dec 20 23:23:36.374 INFO O| Dec 20 23:23:36.374 INFO STEP 997 (remove_files) COMPLETE
74102024-12-20T23:23:38.214Z[ recovery-image] Dec 20 23:23:36.374 INFO O| Dec 20 23:23:36.374 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-12-20T23:23:38.243Z[ recovery-image] Dec 20 23:23:36.406 INFO O| Dec 20 23:23:36.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
74122024-12-20T23:23:38.243Z[ recovery-image] Dec 20 23:23:36.406 INFO O| Dec 20 23:23:36.406 INFO STEP 998 (remove_files) COMPLETE
74132024-12-20T23:23:38.243Z[ recovery-image] Dec 20 23:23:36.406 INFO O| Dec 20 23:23:36.406 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-12-20T23:23:38.270Z[ recovery-image] Dec 20 23:23:36.432 INFO O| Dec 20 23:23:36.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
74152024-12-20T23:23:38.270Z[ recovery-image] Dec 20 23:23:36.433 INFO O| Dec 20 23:23:36.432 INFO STEP 999 (remove_files) COMPLETE
74162024-12-20T23:23:38.270Z[ recovery-image] Dec 20 23:23:36.433 INFO O| Dec 20 23:23:36.433 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-12-20T23:23:38.325Z[ recovery-image] Dec 20 23:23:36.488 INFO O| Dec 20 23:23:36.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
74182024-12-20T23:23:38.325Z[ recovery-image] Dec 20 23:23:36.488 INFO O| Dec 20 23:23:36.488 INFO STEP 1000 (remove_files) COMPLETE
74192024-12-20T23:23:38.328Z[ recovery-image] Dec 20 23:23:36.488 INFO O| Dec 20 23:23:36.488 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-12-20T23:23:38.357Z[ recovery-image] Dec 20 23:23:36.519 INFO O| Dec 20 23:23:36.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
74212024-12-20T23:23:38.357Z[ recovery-image] Dec 20 23:23:36.519 INFO O| Dec 20 23:23:36.519 INFO STEP 1001 (remove_files) COMPLETE
74222024-12-20T23:23:38.357Z[ recovery-image] Dec 20 23:23:36.519 INFO O| Dec 20 23:23:36.519 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-12-20T23:23:38.383Z[ recovery-image] Dec 20 23:23:36.545 INFO O| Dec 20 23:23:36.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
74242024-12-20T23:23:38.383Z[ recovery-image] Dec 20 23:23:36.546 INFO O| Dec 20 23:23:36.545 INFO STEP 1002 (remove_files) COMPLETE
74252024-12-20T23:23:38.383Z[ recovery-image] Dec 20 23:23:36.546 INFO O| Dec 20 23:23:36.546 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-12-20T23:23:38.428Z[ recovery-image] Dec 20 23:23:36.590 INFO O| Dec 20 23:23:36.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
74272024-12-20T23:23:38.428Z[ recovery-image] Dec 20 23:23:36.590 INFO O| Dec 20 23:23:36.590 INFO STEP 1003 (remove_files) COMPLETE
74282024-12-20T23:23:38.431Z[ recovery-image] Dec 20 23:23:36.590 INFO O| Dec 20 23:23:36.590 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-12-20T23:23:38.502Z[ recovery-image] Dec 20 23:23:36.664 INFO O| Dec 20 23:23:36.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
74302024-12-20T23:23:38.504Z[ recovery-image] Dec 20 23:23:36.665 INFO O| Dec 20 23:23:36.664 INFO STEP 1004 (remove_files) COMPLETE
74312024-12-20T23:23:38.504Z[ recovery-image] Dec 20 23:23:36.665 INFO O| Dec 20 23:23:36.665 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-12-20T23:23:38.557Z[ recovery-image] Dec 20 23:23:36.719 INFO O| Dec 20 23:23:36.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
74332024-12-20T23:23:38.560Z[ recovery-image] Dec 20 23:23:36.719 INFO O| Dec 20 23:23:36.719 INFO STEP 1005 (remove_files) COMPLETE
74342024-12-20T23:23:38.560Z[ recovery-image] Dec 20 23:23:36.719 INFO O| Dec 20 23:23:36.719 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-12-20T23:23:38.591Z[ recovery-image] Dec 20 23:23:36.753 INFO O| Dec 20 23:23:36.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
74362024-12-20T23:23:38.591Z[ recovery-image] Dec 20 23:23:36.753 INFO O| Dec 20 23:23:36.753 INFO STEP 1006 (remove_files) COMPLETE
74372024-12-20T23:23:38.591Z[ recovery-image] Dec 20 23:23:36.754 INFO O| Dec 20 23:23:36.753 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-12-20T23:23:38.617Z[ recovery-image] Dec 20 23:23:36.780 INFO O| Dec 20 23:23:36.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74392024-12-20T23:23:38.618Z[ recovery-image] Dec 20 23:23:36.780 INFO O| Dec 20 23:23:36.780 INFO STEP 1007 (remove_files) COMPLETE
74402024-12-20T23:23:38.618Z[ recovery-image] Dec 20 23:23:36.780 INFO O| Dec 20 23:23:36.780 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-12-20T23:23:38.643Z[ recovery-image] Dec 20 23:23:36.805 INFO O| Dec 20 23:23:36.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74422024-12-20T23:23:38.643Z[ recovery-image] Dec 20 23:23:36.805 INFO O| Dec 20 23:23:36.805 INFO STEP 1008 (remove_files) COMPLETE
74432024-12-20T23:23:38.645Z[ recovery-image] Dec 20 23:23:36.805 INFO O| Dec 20 23:23:36.805 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-12-20T23:23:38.669Z[ recovery-image] Dec 20 23:23:36.831 INFO O| Dec 20 23:23:36.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74452024-12-20T23:23:38.672Z[ recovery-image] Dec 20 23:23:36.832 INFO O| Dec 20 23:23:36.832 INFO STEP 1009 (remove_files) COMPLETE
74462024-12-20T23:23:38.672Z[ recovery-image] Dec 20 23:23:36.832 INFO O| Dec 20 23:23:36.832 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-12-20T23:23:38.706Z[ recovery-image] Dec 20 23:23:36.869 INFO O| Dec 20 23:23:36.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74482024-12-20T23:23:38.709Z[ recovery-image] Dec 20 23:23:36.869 INFO O| Dec 20 23:23:36.869 INFO STEP 1010 (remove_files) COMPLETE
74492024-12-20T23:23:38.709Z[ recovery-image] Dec 20 23:23:36.869 INFO O| Dec 20 23:23:36.869 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-12-20T23:23:38.742Z[ recovery-image] Dec 20 23:23:36.905 INFO O| Dec 20 23:23:36.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74512024-12-20T23:23:38.742Z[ recovery-image] Dec 20 23:23:36.905 INFO O| Dec 20 23:23:36.905 INFO STEP 1011 (remove_files) COMPLETE
74522024-12-20T23:23:38.742Z[ recovery-image] Dec 20 23:23:36.905 INFO O| Dec 20 23:23:36.905 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-12-20T23:23:38.781Z[ recovery-image] Dec 20 23:23:36.943 INFO O| Dec 20 23:23:36.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74542024-12-20T23:23:38.783Z[ recovery-image] Dec 20 23:23:36.943 INFO O| Dec 20 23:23:36.943 INFO STEP 1012 (remove_files) COMPLETE
74552024-12-20T23:23:38.783Z[ recovery-image] Dec 20 23:23:36.944 INFO O| Dec 20 23:23:36.943 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-12-20T23:23:38.807Z[ recovery-image] Dec 20 23:23:36.969 INFO O| Dec 20 23:23:36.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74572024-12-20T23:23:38.810Z[ recovery-image] Dec 20 23:23:36.970 INFO O| Dec 20 23:23:36.969 INFO STEP 1013 (remove_files) COMPLETE
74582024-12-20T23:23:38.810Z[ recovery-image] Dec 20 23:23:36.970 INFO O| Dec 20 23:23:36.970 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-12-20T23:23:38.851Z[ recovery-image] Dec 20 23:23:37.013 INFO O| Dec 20 23:23:37.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74602024-12-20T23:23:38.851Z[ recovery-image] Dec 20 23:23:37.013 INFO O| Dec 20 23:23:37.013 INFO STEP 1014 (remove_files) COMPLETE
74612024-12-20T23:23:38.851Z[ recovery-image] Dec 20 23:23:37.013 INFO O| Dec 20 23:23:37.013 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-12-20T23:23:38.882Z[ recovery-image] Dec 20 23:23:37.044 INFO O| Dec 20 23:23:37.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74632024-12-20T23:23:38.882Z[ recovery-image] Dec 20 23:23:37.044 INFO O| Dec 20 23:23:37.044 INFO STEP 1015 (remove_files) COMPLETE
74642024-12-20T23:23:38.882Z[ recovery-image] Dec 20 23:23:37.044 INFO O| Dec 20 23:23:37.044 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-12-20T23:23:38.944Z[ recovery-image] Dec 20 23:23:37.105 INFO O| Dec 20 23:23:37.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74662024-12-20T23:23:38.944Z[ recovery-image] Dec 20 23:23:37.105 INFO O| Dec 20 23:23:37.105 INFO STEP 1016 (remove_files) COMPLETE
74672024-12-20T23:23:38.944Z[ recovery-image] Dec 20 23:23:37.105 INFO O| Dec 20 23:23:37.105 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-12-20T23:23:38.998Z[ recovery-image] Dec 20 23:23:37.160 INFO O| Dec 20 23:23:37.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74692024-12-20T23:23:38.998Z[ recovery-image] Dec 20 23:23:37.161 INFO O| Dec 20 23:23:37.161 INFO STEP 1017 (remove_files) COMPLETE
74702024-12-20T23:23:38.998Z[ recovery-image] Dec 20 23:23:37.161 INFO O| Dec 20 23:23:37.161 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-12-20T23:23:39.023Z[ recovery-image] Dec 20 23:23:37.185 INFO O| Dec 20 23:23:37.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74722024-12-20T23:23:39.023Z[ recovery-image] Dec 20 23:23:37.185 INFO O| Dec 20 23:23:37.185 INFO STEP 1018 (remove_files) COMPLETE
74732024-12-20T23:23:39.023Z[ recovery-image] Dec 20 23:23:37.185 INFO O| Dec 20 23:23:37.185 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-12-20T23:23:39.065Z[ recovery-image] Dec 20 23:23:37.227 INFO O| Dec 20 23:23:37.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74752024-12-20T23:23:39.067Z[ recovery-image] Dec 20 23:23:37.227 INFO O| Dec 20 23:23:37.227 INFO STEP 1019 (remove_files) COMPLETE
74762024-12-20T23:23:39.067Z[ recovery-image] Dec 20 23:23:37.227 INFO O| Dec 20 23:23:37.227 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-12-20T23:23:39.097Z[ recovery-image] Dec 20 23:23:37.259 INFO O| Dec 20 23:23:37.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74782024-12-20T23:23:39.099Z[ recovery-image] Dec 20 23:23:37.259 INFO O| Dec 20 23:23:37.259 INFO STEP 1020 (remove_files) COMPLETE
74792024-12-20T23:23:39.099Z[ recovery-image] Dec 20 23:23:37.259 INFO O| Dec 20 23:23:37.259 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-12-20T23:23:39.123Z[ recovery-image] Dec 20 23:23:37.285 INFO O| Dec 20 23:23:37.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74812024-12-20T23:23:39.123Z[ recovery-image] Dec 20 23:23:37.286 INFO O| Dec 20 23:23:37.285 INFO STEP 1021 (remove_files) COMPLETE
74822024-12-20T23:23:39.123Z[ recovery-image] Dec 20 23:23:37.286 INFO O| Dec 20 23:23:37.286 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-12-20T23:23:39.184Z[ recovery-image] Dec 20 23:23:37.346 INFO O| Dec 20 23:23:37.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74842024-12-20T23:23:39.184Z[ recovery-image] Dec 20 23:23:37.346 INFO O| Dec 20 23:23:37.346 INFO STEP 1022 (remove_files) COMPLETE
74852024-12-20T23:23:39.188Z[ recovery-image] Dec 20 23:23:37.346 INFO O| Dec 20 23:23:37.346 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-12-20T23:23:39.210Z[ host-image] Dec 20 23:23:37.372 INFO O| Dec 20 23:23:37.372 INFO O| Done
74872024-12-20T23:23:39.210Z[ recovery-image] Dec 20 23:23:37.372 INFO O| Dec 20 23:23:37.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74882024-12-20T23:23:39.213Z[ recovery-image] Dec 20 23:23:37.372 INFO O| Dec 20 23:23:37.372 INFO STEP 1023 (remove_files) COMPLETE
74892024-12-20T23:23:39.213Z[ recovery-image] Dec 20 23:23:37.373 INFO O| Dec 20 23:23:37.372 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-12-20T23:23:39.236Z[ recovery-image] Dec 20 23:23:37.398 INFO O| Dec 20 23:23:37.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74912024-12-20T23:23:39.236Z[ recovery-image] Dec 20 23:23:37.398 INFO O| Dec 20 23:23:37.398 INFO STEP 1024 (remove_files) COMPLETE
74922024-12-20T23:23:39.236Z[ recovery-image] Dec 20 23:23:37.398 INFO O| Dec 20 23:23:37.398 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-12-20T23:23:39.279Z[ recovery-image] Dec 20 23:23:37.441 INFO O| Dec 20 23:23:37.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74942024-12-20T23:23:39.282Z[ recovery-image] Dec 20 23:23:37.441 INFO O| Dec 20 23:23:37.441 INFO STEP 1025 (remove_files) COMPLETE
74952024-12-20T23:23:39.282Z[ recovery-image] Dec 20 23:23:37.441 INFO O| Dec 20 23:23:37.441 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-12-20T23:23:39.317Z[ recovery-image] Dec 20 23:23:37.479 INFO O| Dec 20 23:23:37.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74972024-12-20T23:23:39.341Z[ recovery-image] Dec 20 23:23:37.503 INFO O| Dec 20 23:23:37.503 INFO STEP 1026 (remove_files) COMPLETE
74982024-12-20T23:23:39.342Z[ recovery-image] Dec 20 23:23:37.503 INFO O| Dec 20 23:23:37.503 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-12-20T23:23:39.376Z[ recovery-image] Dec 20 23:23:37.537 INFO O| Dec 20 23:23:37.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
75002024-12-20T23:23:39.397Z[ recovery-image] Dec 20 23:23:37.558 INFO O| Dec 20 23:23:37.558 INFO STEP 1027 (remove_files) COMPLETE
75012024-12-20T23:23:39.397Z[ recovery-image] Dec 20 23:23:37.558 INFO O| Dec 20 23:23:37.558 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-12-20T23:23:39.424Z[ recovery-image] Dec 20 23:23:37.585 INFO O| Dec 20 23:23:37.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
75032024-12-20T23:23:39.424Z[ recovery-image] Dec 20 23:23:37.585 INFO O| Dec 20 23:23:37.585 INFO STEP 1028 (remove_files) COMPLETE
75042024-12-20T23:23:39.424Z[ recovery-image] Dec 20 23:23:37.585 INFO O| Dec 20 23:23:37.585 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-12-20T23:23:39.648Z[ recovery-image] Dec 20 23:23:37.810 INFO O| Dec 20 23:23:37.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
75062024-12-20T23:23:39.648Z[ recovery-image] Dec 20 23:23:37.810 INFO O| Dec 20 23:23:37.810 INFO STEP 1029 (remove_files) COMPLETE
75072024-12-20T23:23:39.651Z[ recovery-image] Dec 20 23:23:37.810 INFO O| Dec 20 23:23:37.810 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-12-20T23:23:39.674Z[ recovery-image] Dec 20 23:23:37.836 INFO O| Dec 20 23:23:37.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
75092024-12-20T23:23:39.674Z[ recovery-image] Dec 20 23:23:37.836 INFO O| Dec 20 23:23:37.836 INFO STEP 1030 (remove_files) COMPLETE
75102024-12-20T23:23:39.674Z[ recovery-image] Dec 20 23:23:37.836 INFO O| Dec 20 23:23:37.836 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-12-20T23:23:39.719Z[ recovery-image] Dec 20 23:23:37.881 INFO O| Dec 20 23:23:37.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
75122024-12-20T23:23:39.721Z[ recovery-image] Dec 20 23:23:37.881 INFO O| Dec 20 23:23:37.881 INFO STEP 1031 (remove_files) COMPLETE
75132024-12-20T23:23:39.721Z[ recovery-image] Dec 20 23:23:37.881 INFO O| Dec 20 23:23:37.881 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-12-20T23:23:39.746Z[ recovery-image] Dec 20 23:23:37.908 INFO O| Dec 20 23:23:37.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
75152024-12-20T23:23:39.750Z[ recovery-image] Dec 20 23:23:37.908 INFO O| Dec 20 23:23:37.908 INFO STEP 1032 (remove_files) COMPLETE
75162024-12-20T23:23:39.750Z[ recovery-image] Dec 20 23:23:37.908 INFO O| Dec 20 23:23:37.908 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-12-20T23:23:39.785Z[ recovery-image] Dec 20 23:23:37.948 INFO O| Dec 20 23:23:37.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
75182024-12-20T23:23:39.788Z[ recovery-image] Dec 20 23:23:37.948 INFO O| Dec 20 23:23:37.948 INFO STEP 1033 (remove_files) COMPLETE
75192024-12-20T23:23:39.788Z[ recovery-image] Dec 20 23:23:37.948 INFO O| Dec 20 23:23:37.948 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-12-20T23:23:39.815Z[ recovery-image] Dec 20 23:23:37.977 INFO O| Dec 20 23:23:37.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
75212024-12-20T23:23:39.815Z[ recovery-image] Dec 20 23:23:37.977 INFO O| Dec 20 23:23:37.977 INFO STEP 1034 (remove_files) COMPLETE
75222024-12-20T23:23:39.817Z[ recovery-image] Dec 20 23:23:37.977 INFO O| Dec 20 23:23:37.977 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-12-20T23:23:39.842Z[ recovery-image] Dec 20 23:23:38.002 INFO O| Dec 20 23:23:38.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
75242024-12-20T23:23:39.842Z[ recovery-image] Dec 20 23:23:38.003 INFO O| Dec 20 23:23:38.002 INFO STEP 1035 (remove_files) COMPLETE
75252024-12-20T23:23:39.846Z[ recovery-image] Dec 20 23:23:38.003 INFO O| Dec 20 23:23:38.003 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-12-20T23:23:39.871Z[ recovery-image] Dec 20 23:23:38.033 INFO O| Dec 20 23:23:38.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
75272024-12-20T23:23:39.871Z[ recovery-image] Dec 20 23:23:38.033 INFO O| Dec 20 23:23:38.033 INFO STEP 1036 (remove_files) COMPLETE
75282024-12-20T23:23:39.871Z[ recovery-image] Dec 20 23:23:38.033 INFO O| Dec 20 23:23:38.033 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-12-20T23:23:39.898Z[ recovery-image] Dec 20 23:23:38.060 INFO O| Dec 20 23:23:38.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
75302024-12-20T23:23:39.898Z[ recovery-image] Dec 20 23:23:38.061 INFO O| Dec 20 23:23:38.060 INFO STEP 1037 (remove_files) COMPLETE
75312024-12-20T23:23:39.901Z[ recovery-image] Dec 20 23:23:38.061 INFO O| Dec 20 23:23:38.061 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-12-20T23:23:39.945Z[ recovery-image] Dec 20 23:23:38.107 INFO O| Dec 20 23:23:38.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
75332024-12-20T23:23:39.945Z[ recovery-image] Dec 20 23:23:38.107 INFO O| Dec 20 23:23:38.107 INFO STEP 1038 (remove_files) COMPLETE
75342024-12-20T23:23:39.945Z[ recovery-image] Dec 20 23:23:38.107 INFO O| Dec 20 23:23:38.107 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-12-20T23:23:39.979Z[ recovery-image] Dec 20 23:23:38.141 INFO O| Dec 20 23:23:38.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
75362024-12-20T23:23:39.979Z[ recovery-image] Dec 20 23:23:38.142 INFO O| Dec 20 23:23:38.142 INFO STEP 1039 (remove_files) COMPLETE
75372024-12-20T23:23:39.979Z[ recovery-image] Dec 20 23:23:38.142 INFO O| Dec 20 23:23:38.142 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-20T23:23:40.006Z[ recovery-image] Dec 20 23:23:38.168 INFO O| Dec 20 23:23:38.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75392024-12-20T23:23:40.006Z[ recovery-image] Dec 20 23:23:38.168 INFO O| Dec 20 23:23:38.168 INFO STEP 1040 (remove_files) COMPLETE
75402024-12-20T23:23:40.006Z[ recovery-image] Dec 20 23:23:38.168 INFO O| Dec 20 23:23:38.168 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-12-20T23:23:40.033Z[ recovery-image] Dec 20 23:23:38.195 INFO O| Dec 20 23:23:38.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75422024-12-20T23:23:40.033Z[ recovery-image] Dec 20 23:23:38.195 INFO O| Dec 20 23:23:38.195 INFO STEP 1041 (remove_files) COMPLETE
75432024-12-20T23:23:40.033Z[ recovery-image] Dec 20 23:23:38.195 INFO O| Dec 20 23:23:38.195 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-12-20T23:23:40.059Z[ recovery-image] Dec 20 23:23:38.221 INFO O| Dec 20 23:23:38.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75452024-12-20T23:23:40.059Z[ recovery-image] Dec 20 23:23:38.221 INFO O| Dec 20 23:23:38.221 INFO STEP 1042 (remove_files) COMPLETE
75462024-12-20T23:23:40.063Z[ recovery-image] Dec 20 23:23:38.221 INFO O| Dec 20 23:23:38.221 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-12-20T23:23:40.116Z[ recovery-image] Dec 20 23:23:38.279 INFO O| Dec 20 23:23:38.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75482024-12-20T23:23:40.117Z[ recovery-image] Dec 20 23:23:38.279 INFO O| Dec 20 23:23:38.279 INFO STEP 1043 (remove_files) COMPLETE
75492024-12-20T23:23:40.117Z[ recovery-image] Dec 20 23:23:38.279 INFO O| Dec 20 23:23:38.279 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-12-20T23:23:40.144Z[ recovery-image] Dec 20 23:23:38.306 INFO O| Dec 20 23:23:38.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75512024-12-20T23:23:40.144Z[ recovery-image] Dec 20 23:23:38.306 INFO O| Dec 20 23:23:38.306 INFO STEP 1044 (remove_files) COMPLETE
75522024-12-20T23:23:40.144Z[ recovery-image] Dec 20 23:23:38.306 INFO O| Dec 20 23:23:38.306 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-12-20T23:23:40.180Z[ recovery-image] Dec 20 23:23:38.342 INFO O| Dec 20 23:23:38.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75542024-12-20T23:23:40.180Z[ recovery-image] Dec 20 23:23:38.342 INFO O| Dec 20 23:23:38.342 INFO STEP 1045 (remove_files) COMPLETE
75552024-12-20T23:23:40.180Z[ recovery-image] Dec 20 23:23:38.342 INFO O| Dec 20 23:23:38.342 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-12-20T23:23:40.230Z[ recovery-image] Dec 20 23:23:38.392 INFO O| Dec 20 23:23:38.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75572024-12-20T23:23:40.230Z[ recovery-image] Dec 20 23:23:38.392 INFO O| Dec 20 23:23:38.392 INFO STEP 1046 (remove_files) COMPLETE
75582024-12-20T23:23:40.230Z[ recovery-image] Dec 20 23:23:38.392 INFO O| Dec 20 23:23:38.392 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-12-20T23:23:40.274Z[ recovery-image] Dec 20 23:23:38.436 INFO O| Dec 20 23:23:38.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75602024-12-20T23:23:40.277Z[ recovery-image] Dec 20 23:23:38.436 INFO O| Dec 20 23:23:38.436 INFO STEP 1047 (remove_files) COMPLETE
75612024-12-20T23:23:40.277Z[ recovery-image] Dec 20 23:23:38.436 INFO O| Dec 20 23:23:38.436 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-12-20T23:23:40.303Z[ recovery-image] Dec 20 23:23:38.465 INFO O| Dec 20 23:23:38.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75632024-12-20T23:23:40.306Z[ recovery-image] Dec 20 23:23:38.465 INFO O| Dec 20 23:23:38.465 INFO STEP 1048 (remove_files) COMPLETE
75642024-12-20T23:23:40.306Z[ recovery-image] Dec 20 23:23:38.465 INFO O| Dec 20 23:23:38.465 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-12-20T23:23:40.343Z[ recovery-image] Dec 20 23:23:38.504 INFO O| Dec 20 23:23:38.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75662024-12-20T23:23:40.343Z[ recovery-image] Dec 20 23:23:38.504 INFO O| Dec 20 23:23:38.504 INFO STEP 1049 (remove_files) COMPLETE
75672024-12-20T23:23:40.346Z[ recovery-image] Dec 20 23:23:38.504 INFO O| Dec 20 23:23:38.504 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-12-20T23:23:40.386Z[ recovery-image] Dec 20 23:23:38.548 INFO O| Dec 20 23:23:38.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75692024-12-20T23:23:40.386Z[ recovery-image] Dec 20 23:23:38.548 INFO O| Dec 20 23:23:38.548 INFO STEP 1050 (remove_files) COMPLETE
75702024-12-20T23:23:40.386Z[ recovery-image] Dec 20 23:23:38.548 INFO O| Dec 20 23:23:38.548 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-12-20T23:23:40.425Z[ recovery-image] Dec 20 23:23:38.587 INFO O| Dec 20 23:23:38.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75722024-12-20T23:23:40.428Z[ recovery-image] Dec 20 23:23:38.588 INFO O| Dec 20 23:23:38.588 INFO STEP 1051 (remove_files) COMPLETE
75732024-12-20T23:23:40.428Z[ recovery-image] Dec 20 23:23:38.588 INFO O| Dec 20 23:23:38.588 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-12-20T23:23:40.451Z[ recovery-image] Dec 20 23:23:38.613 INFO O| Dec 20 23:23:38.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75752024-12-20T23:23:40.454Z[ recovery-image] Dec 20 23:23:38.613 INFO O| Dec 20 23:23:38.613 INFO STEP 1052 (remove_files) COMPLETE
75762024-12-20T23:23:40.454Z[ recovery-image] Dec 20 23:23:38.614 INFO O| Dec 20 23:23:38.614 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-12-20T23:23:40.479Z[ recovery-image] Dec 20 23:23:38.641 INFO O| Dec 20 23:23:38.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75782024-12-20T23:23:40.481Z[ recovery-image] Dec 20 23:23:38.641 INFO O| Dec 20 23:23:38.641 INFO STEP 1053 (remove_files) COMPLETE
75792024-12-20T23:23:40.481Z[ recovery-image] Dec 20 23:23:38.641 INFO O| Dec 20 23:23:38.641 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-12-20T23:23:40.511Z[ recovery-image] Dec 20 23:23:38.673 INFO O| Dec 20 23:23:38.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75812024-12-20T23:23:40.515Z[ recovery-image] Dec 20 23:23:38.673 INFO O| Dec 20 23:23:38.673 INFO STEP 1054 (remove_files) COMPLETE
75822024-12-20T23:23:40.515Z[ recovery-image] Dec 20 23:23:38.674 INFO O| Dec 20 23:23:38.673 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-12-20T23:23:40.538Z[ recovery-image] Dec 20 23:23:38.700 INFO O| Dec 20 23:23:38.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75842024-12-20T23:23:40.538Z[ recovery-image] Dec 20 23:23:38.700 INFO O| Dec 20 23:23:38.700 INFO STEP 1055 (remove_files) COMPLETE
75852024-12-20T23:23:40.538Z[ recovery-image] Dec 20 23:23:38.700 INFO O| Dec 20 23:23:38.700 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-12-20T23:23:40.572Z[ recovery-image] Dec 20 23:23:38.734 INFO O| Dec 20 23:23:38.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75872024-12-20T23:23:40.597Z[ recovery-image] Dec 20 23:23:38.758 INFO O| Dec 20 23:23:38.758 INFO STEP 1056 (remove_files) COMPLETE
75882024-12-20T23:23:40.597Z[ recovery-image] Dec 20 23:23:38.758 INFO O| Dec 20 23:23:38.758 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-12-20T23:23:40.644Z[ recovery-image] Dec 20 23:23:38.806 INFO O| Dec 20 23:23:38.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75902024-12-20T23:23:40.644Z[ recovery-image] Dec 20 23:23:38.807 INFO O| Dec 20 23:23:38.807 INFO STEP 1057 (remove_files) COMPLETE
75912024-12-20T23:23:40.645Z[ recovery-image] Dec 20 23:23:38.807 INFO O| Dec 20 23:23:38.807 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-12-20T23:23:40.669Z[ recovery-image] Dec 20 23:23:38.831 INFO O| Dec 20 23:23:38.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75932024-12-20T23:23:40.672Z[ recovery-image] Dec 20 23:23:38.832 INFO O| Dec 20 23:23:38.832 INFO STEP 1058 (remove_files) COMPLETE
75942024-12-20T23:23:40.672Z[ recovery-image] Dec 20 23:23:38.832 INFO O| Dec 20 23:23:38.832 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-12-20T23:23:40.710Z[ recovery-image] Dec 20 23:23:38.872 INFO O| Dec 20 23:23:38.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75962024-12-20T23:23:40.710Z[ recovery-image] Dec 20 23:23:38.872 INFO O| Dec 20 23:23:38.872 INFO STEP 1059 (remove_files) COMPLETE
75972024-12-20T23:23:40.710Z[ recovery-image] Dec 20 23:23:38.872 INFO O| Dec 20 23:23:38.872 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-12-20T23:23:40.753Z[ recovery-image] Dec 20 23:23:38.915 INFO O| Dec 20 23:23:38.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75992024-12-20T23:23:40.753Z[ recovery-image] Dec 20 23:23:38.915 INFO O| Dec 20 23:23:38.915 INFO STEP 1060 (remove_files) COMPLETE
76002024-12-20T23:23:40.755Z[ recovery-image] Dec 20 23:23:38.915 INFO O| Dec 20 23:23:38.915 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-12-20T23:23:40.801Z[ recovery-image] Dec 20 23:23:38.963 INFO O| Dec 20 23:23:38.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
76022024-12-20T23:23:40.801Z[ recovery-image] Dec 20 23:23:38.963 INFO O| Dec 20 23:23:38.963 INFO STEP 1061 (remove_files) COMPLETE
76032024-12-20T23:23:40.804Z[ recovery-image] Dec 20 23:23:38.963 INFO O| Dec 20 23:23:38.963 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-12-20T23:23:40.827Z[ recovery-image] Dec 20 23:23:38.989 INFO O| Dec 20 23:23:38.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
76052024-12-20T23:23:40.827Z[ recovery-image] Dec 20 23:23:38.989 INFO O| Dec 20 23:23:38.989 INFO STEP 1062 (remove_files) COMPLETE
76062024-12-20T23:23:40.832Z[ recovery-image] Dec 20 23:23:38.989 INFO O| Dec 20 23:23:38.989 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-12-20T23:23:40.858Z[ recovery-image] Dec 20 23:23:39.020 INFO O| Dec 20 23:23:39.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
76082024-12-20T23:23:40.861Z[ recovery-image] Dec 20 23:23:39.020 INFO O| Dec 20 23:23:39.020 INFO STEP 1063 (remove_files) COMPLETE
76092024-12-20T23:23:40.861Z[ recovery-image] Dec 20 23:23:39.021 INFO O| Dec 20 23:23:39.020 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-12-20T23:23:40.912Z[ recovery-image] Dec 20 23:23:39.074 INFO O| Dec 20 23:23:39.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
76112024-12-20T23:23:40.912Z[ recovery-image] Dec 20 23:23:39.074 INFO O| Dec 20 23:23:39.074 INFO STEP 1064 (remove_files) COMPLETE
76122024-12-20T23:23:40.914Z[ recovery-image] Dec 20 23:23:39.074 INFO O| Dec 20 23:23:39.074 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-12-20T23:23:41.034Z[ recovery-image] Dec 20 23:23:39.196 INFO O| Dec 20 23:23:39.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
76142024-12-20T23:23:41.034Z[ recovery-image] Dec 20 23:23:39.196 INFO O| Dec 20 23:23:39.196 INFO STEP 1065 (remove_files) COMPLETE
76152024-12-20T23:23:41.038Z[ recovery-image] Dec 20 23:23:39.196 INFO O| Dec 20 23:23:39.196 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-12-20T23:23:41.061Z[ recovery-image] Dec 20 23:23:39.223 INFO O| Dec 20 23:23:39.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
76172024-12-20T23:23:41.061Z[ recovery-image] Dec 20 23:23:39.223 INFO O| Dec 20 23:23:39.223 INFO STEP 1066 (remove_files) COMPLETE
76182024-12-20T23:23:41.061Z[ recovery-image] Dec 20 23:23:39.223 INFO O| Dec 20 23:23:39.223 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-12-20T23:23:41.123Z[ recovery-image] Dec 20 23:23:39.285 INFO O| Dec 20 23:23:39.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
76202024-12-20T23:23:41.123Z[ recovery-image] Dec 20 23:23:39.285 INFO O| Dec 20 23:23:39.285 INFO STEP 1067 (remove_files) COMPLETE
76212024-12-20T23:23:41.123Z[ recovery-image] Dec 20 23:23:39.285 INFO O| Dec 20 23:23:39.285 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-12-20T23:23:41.152Z[ recovery-image] Dec 20 23:23:39.313 INFO O| Dec 20 23:23:39.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
76232024-12-20T23:23:41.152Z[ recovery-image] Dec 20 23:23:39.313 INFO O| Dec 20 23:23:39.313 INFO STEP 1068 (remove_files) COMPLETE
76242024-12-20T23:23:41.152Z[ recovery-image] Dec 20 23:23:39.313 INFO O| Dec 20 23:23:39.313 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-12-20T23:23:41.179Z[ recovery-image] Dec 20 23:23:39.341 INFO O| Dec 20 23:23:39.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
76262024-12-20T23:23:41.179Z[ recovery-image] Dec 20 23:23:39.341 INFO O| Dec 20 23:23:39.341 INFO STEP 1069 (remove_files) COMPLETE
76272024-12-20T23:23:41.183Z[ recovery-image] Dec 20 23:23:39.341 INFO O| Dec 20 23:23:39.341 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-12-20T23:23:41.206Z[ recovery-image] Dec 20 23:23:39.368 INFO O| Dec 20 23:23:39.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
76292024-12-20T23:23:41.206Z[ recovery-image] Dec 20 23:23:39.368 INFO O| Dec 20 23:23:39.368 INFO STEP 1070 (remove_files) COMPLETE
76302024-12-20T23:23:41.209Z[ recovery-image] Dec 20 23:23:39.368 INFO O| Dec 20 23:23:39.368 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-12-20T23:23:41.241Z[ recovery-image] Dec 20 23:23:39.402 INFO O| Dec 20 23:23:39.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
76322024-12-20T23:23:41.241Z[ recovery-image] Dec 20 23:23:39.403 INFO O| Dec 20 23:23:39.403 INFO STEP 1071 (remove_files) COMPLETE
76332024-12-20T23:23:41.241Z[ recovery-image] Dec 20 23:23:39.403 INFO O| Dec 20 23:23:39.403 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-12-20T23:23:41.284Z[ recovery-image] Dec 20 23:23:39.446 INFO O| Dec 20 23:23:39.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
76352024-12-20T23:23:41.288Z[ recovery-image] Dec 20 23:23:39.446 INFO O| Dec 20 23:23:39.446 INFO STEP 1072 (remove_files) COMPLETE
76362024-12-20T23:23:41.288Z[ recovery-image] Dec 20 23:23:39.446 INFO O| Dec 20 23:23:39.446 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-12-20T23:23:41.312Z[ recovery-image] Dec 20 23:23:39.474 INFO O| Dec 20 23:23:39.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
76382024-12-20T23:23:41.316Z[ recovery-image] Dec 20 23:23:39.474 INFO O| Dec 20 23:23:39.474 INFO STEP 1073 (remove_files) COMPLETE
76392024-12-20T23:23:41.316Z[ recovery-image] Dec 20 23:23:39.474 INFO O| Dec 20 23:23:39.474 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-12-20T23:23:41.347Z[ recovery-image] Dec 20 23:23:39.508 INFO O| Dec 20 23:23:39.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
76412024-12-20T23:23:41.352Z[ recovery-image] Dec 20 23:23:39.509 INFO O| Dec 20 23:23:39.509 INFO STEP 1074 (remove_files) COMPLETE
76422024-12-20T23:23:41.352Z[ recovery-image] Dec 20 23:23:39.509 INFO O| Dec 20 23:23:39.509 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-12-20T23:23:41.375Z[ recovery-image] Dec 20 23:23:39.536 INFO O| Dec 20 23:23:39.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76442024-12-20T23:23:41.379Z[ recovery-image] Dec 20 23:23:39.537 INFO O| Dec 20 23:23:39.537 INFO STEP 1075 (remove_files) COMPLETE
76452024-12-20T23:23:41.379Z[ recovery-image] Dec 20 23:23:39.537 INFO O| Dec 20 23:23:39.537 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-12-20T23:23:41.417Z[ recovery-image] Dec 20 23:23:39.579 INFO O| Dec 20 23:23:39.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76472024-12-20T23:23:41.420Z[ recovery-image] Dec 20 23:23:39.579 INFO O| Dec 20 23:23:39.579 INFO STEP 1076 (remove_files) COMPLETE
76482024-12-20T23:23:41.420Z[ recovery-image] Dec 20 23:23:39.579 INFO O| Dec 20 23:23:39.579 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-12-20T23:23:41.459Z[ recovery-image] Dec 20 23:23:39.621 INFO O| Dec 20 23:23:39.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76502024-12-20T23:23:41.462Z[ recovery-image] Dec 20 23:23:39.621 INFO O| Dec 20 23:23:39.621 INFO STEP 1077 (remove_files) COMPLETE
76512024-12-20T23:23:41.462Z[ recovery-image] Dec 20 23:23:39.621 INFO O| Dec 20 23:23:39.621 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-12-20T23:23:41.486Z[ recovery-image] Dec 20 23:23:39.648 INFO O| Dec 20 23:23:39.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76532024-12-20T23:23:41.490Z[ recovery-image] Dec 20 23:23:39.648 INFO O| Dec 20 23:23:39.648 INFO STEP 1078 (remove_files) COMPLETE
76542024-12-20T23:23:41.490Z[ recovery-image] Dec 20 23:23:39.649 INFO O| Dec 20 23:23:39.648 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-12-20T23:23:41.512Z[ recovery-image] Dec 20 23:23:39.674 INFO O| Dec 20 23:23:39.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76562024-12-20T23:23:41.514Z[ recovery-image] Dec 20 23:23:39.674 INFO O| Dec 20 23:23:39.674 INFO STEP 1079 (remove_files) COMPLETE
76572024-12-20T23:23:41.514Z[ recovery-image] Dec 20 23:23:39.674 INFO O| Dec 20 23:23:39.674 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-12-20T23:23:41.537Z[ recovery-image] Dec 20 23:23:39.699 INFO O| Dec 20 23:23:39.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76592024-12-20T23:23:41.540Z[ recovery-image] Dec 20 23:23:39.699 INFO O| Dec 20 23:23:39.699 INFO STEP 1080 (remove_files) COMPLETE
76602024-12-20T23:23:41.540Z[ recovery-image] Dec 20 23:23:39.699 INFO O| Dec 20 23:23:39.699 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-12-20T23:23:41.563Z[ recovery-image] Dec 20 23:23:39.725 INFO O| Dec 20 23:23:39.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76622024-12-20T23:23:41.566Z[ recovery-image] Dec 20 23:23:39.725 INFO O| Dec 20 23:23:39.725 INFO STEP 1081 (remove_files) COMPLETE
76632024-12-20T23:23:41.566Z[ recovery-image] Dec 20 23:23:39.725 INFO O| Dec 20 23:23:39.725 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-12-20T23:23:41.591Z[ recovery-image] Dec 20 23:23:39.753 INFO O| Dec 20 23:23:39.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76652024-12-20T23:23:41.594Z[ recovery-image] Dec 20 23:23:39.753 INFO O| Dec 20 23:23:39.753 INFO STEP 1082 (remove_files) COMPLETE
76662024-12-20T23:23:41.594Z[ recovery-image] Dec 20 23:23:39.753 INFO O| Dec 20 23:23:39.753 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-12-20T23:23:41.634Z[ recovery-image] Dec 20 23:23:39.796 INFO O| Dec 20 23:23:39.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76682024-12-20T23:23:41.634Z[ recovery-image] Dec 20 23:23:39.796 INFO O| Dec 20 23:23:39.796 INFO STEP 1083 (remove_files) COMPLETE
76692024-12-20T23:23:41.638Z[ recovery-image] Dec 20 23:23:39.796 INFO O| Dec 20 23:23:39.796 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-12-20T23:23:41.659Z[ recovery-image] Dec 20 23:23:39.821 INFO O| Dec 20 23:23:39.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76712024-12-20T23:23:41.662Z[ recovery-image] Dec 20 23:23:39.821 INFO O| Dec 20 23:23:39.821 INFO STEP 1084 (remove_files) COMPLETE
76722024-12-20T23:23:41.662Z[ recovery-image] Dec 20 23:23:39.821 INFO O| Dec 20 23:23:39.821 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-12-20T23:23:41.687Z[ recovery-image] Dec 20 23:23:39.849 INFO O| Dec 20 23:23:39.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76742024-12-20T23:23:41.687Z[ recovery-image] Dec 20 23:23:39.849 INFO O| Dec 20 23:23:39.849 INFO STEP 1085 (remove_files) COMPLETE
76752024-12-20T23:23:41.687Z[ recovery-image] Dec 20 23:23:39.849 INFO O| Dec 20 23:23:39.849 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-12-20T23:23:41.715Z[ recovery-image] Dec 20 23:23:39.877 INFO O| Dec 20 23:23:39.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76772024-12-20T23:23:41.715Z[ recovery-image] Dec 20 23:23:39.877 INFO O| Dec 20 23:23:39.877 INFO STEP 1086 (remove_files) COMPLETE
76782024-12-20T23:23:41.715Z[ recovery-image] Dec 20 23:23:39.877 INFO O| Dec 20 23:23:39.877 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-12-20T23:23:41.749Z[ recovery-image] Dec 20 23:23:39.911 INFO O| Dec 20 23:23:39.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76802024-12-20T23:23:41.749Z[ recovery-image] Dec 20 23:23:39.911 INFO O| Dec 20 23:23:39.911 INFO STEP 1087 (remove_files) COMPLETE
76812024-12-20T23:23:41.749Z[ recovery-image] Dec 20 23:23:39.911 INFO O| Dec 20 23:23:39.911 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-12-20T23:23:41.783Z[ recovery-image] Dec 20 23:23:39.945 INFO O| Dec 20 23:23:39.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76832024-12-20T23:23:41.785Z[ recovery-image] Dec 20 23:23:39.945 INFO O| Dec 20 23:23:39.945 INFO STEP 1088 (remove_files) COMPLETE
76842024-12-20T23:23:41.785Z[ recovery-image] Dec 20 23:23:39.945 INFO O| Dec 20 23:23:39.945 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-12-20T23:23:41.810Z[ recovery-image] Dec 20 23:23:39.972 INFO O| Dec 20 23:23:39.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76862024-12-20T23:23:41.813Z[ recovery-image] Dec 20 23:23:39.972 INFO O| Dec 20 23:23:39.972 INFO STEP 1089 (remove_files) COMPLETE
76872024-12-20T23:23:41.813Z[ recovery-image] Dec 20 23:23:39.972 INFO O| Dec 20 23:23:39.972 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-12-20T23:23:41.844Z[ recovery-image] Dec 20 23:23:40.006 INFO O| Dec 20 23:23:40.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76892024-12-20T23:23:41.844Z[ recovery-image] Dec 20 23:23:40.006 INFO O| Dec 20 23:23:40.006 INFO STEP 1090 (remove_files) COMPLETE
76902024-12-20T23:23:41.844Z[ recovery-image] Dec 20 23:23:40.006 INFO O| Dec 20 23:23:40.006 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-12-20T23:23:41.870Z[ recovery-image] Dec 20 23:23:40.031 INFO O| Dec 20 23:23:40.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76922024-12-20T23:23:41.870Z[ recovery-image] Dec 20 23:23:40.032 INFO O| Dec 20 23:23:40.031 INFO STEP 1091 (remove_files) COMPLETE
76932024-12-20T23:23:41.870Z[ recovery-image] Dec 20 23:23:40.032 INFO O| Dec 20 23:23:40.032 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-12-20T23:23:41.895Z[ recovery-image] Dec 20 23:23:40.056 INFO O| Dec 20 23:23:40.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76952024-12-20T23:23:41.895Z[ recovery-image] Dec 20 23:23:40.057 INFO O| Dec 20 23:23:40.056 INFO STEP 1092 (remove_files) COMPLETE
76962024-12-20T23:23:41.895Z[ recovery-image] Dec 20 23:23:40.057 INFO O| Dec 20 23:23:40.057 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-12-20T23:23:41.924Z[ recovery-image] Dec 20 23:23:40.081 INFO O| Dec 20 23:23:40.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76982024-12-20T23:23:41.924Z[ recovery-image] Dec 20 23:23:40.081 INFO O| Dec 20 23:23:40.081 INFO STEP 1093 (remove_files) COMPLETE
76992024-12-20T23:23:41.931Z[ recovery-image] Dec 20 23:23:40.081 INFO O| Dec 20 23:23:40.081 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-12-20T23:23:41.961Z[ recovery-image] Dec 20 23:23:40.123 INFO O| Dec 20 23:23:40.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
77012024-12-20T23:23:41.961Z[ recovery-image] Dec 20 23:23:40.123 INFO O| Dec 20 23:23:40.123 INFO STEP 1094 (remove_files) COMPLETE
77022024-12-20T23:23:41.967Z[ recovery-image] Dec 20 23:23:40.123 INFO O| Dec 20 23:23:40.123 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-12-20T23:23:42.003Z[ recovery-image] Dec 20 23:23:40.164 INFO O| Dec 20 23:23:40.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
77042024-12-20T23:23:42.003Z[ recovery-image] Dec 20 23:23:40.164 INFO O| Dec 20 23:23:40.164 INFO STEP 1095 (remove_files) COMPLETE
77052024-12-20T23:23:42.003Z[ recovery-image] Dec 20 23:23:40.164 INFO O| Dec 20 23:23:40.164 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-12-20T23:23:42.027Z[ recovery-image] Dec 20 23:23:40.189 INFO O| Dec 20 23:23:40.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
77072024-12-20T23:23:42.052Z[ recovery-image] Dec 20 23:23:40.214 INFO O| Dec 20 23:23:40.214 INFO STEP 1096 (remove_files) COMPLETE
77082024-12-20T23:23:42.052Z[ recovery-image] Dec 20 23:23:40.214 INFO O| Dec 20 23:23:40.214 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-12-20T23:23:42.082Z[ recovery-image] Dec 20 23:23:40.243 INFO O| Dec 20 23:23:40.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
77102024-12-20T23:23:42.082Z[ recovery-image] Dec 20 23:23:40.243 INFO O| Dec 20 23:23:40.243 INFO STEP 1097 (remove_files) COMPLETE
77112024-12-20T23:23:42.082Z[ recovery-image] Dec 20 23:23:40.243 INFO O| Dec 20 23:23:40.243 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-12-20T23:23:42.117Z[ recovery-image] Dec 20 23:23:40.279 INFO O| Dec 20 23:23:40.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
77132024-12-20T23:23:42.117Z[ recovery-image] Dec 20 23:23:40.279 INFO O| Dec 20 23:23:40.279 INFO STEP 1098 (remove_files) COMPLETE
77142024-12-20T23:23:42.117Z[ recovery-image] Dec 20 23:23:40.279 INFO O| Dec 20 23:23:40.279 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-12-20T23:23:42.155Z[ recovery-image] Dec 20 23:23:40.316 INFO O| Dec 20 23:23:40.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
77162024-12-20T23:23:42.155Z[ recovery-image] Dec 20 23:23:40.316 INFO O| Dec 20 23:23:40.316 INFO STEP 1099 (remove_files) COMPLETE
77172024-12-20T23:23:42.155Z[ recovery-image] Dec 20 23:23:40.316 INFO O| Dec 20 23:23:40.316 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-12-20T23:23:42.222Z[ recovery-image] Dec 20 23:23:40.384 INFO O| Dec 20 23:23:40.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
77192024-12-20T23:23:42.224Z[ recovery-image] Dec 20 23:23:40.384 INFO O| Dec 20 23:23:40.384 INFO STEP 1100 (remove_files) COMPLETE
77202024-12-20T23:23:42.225Z[ recovery-image] Dec 20 23:23:40.384 INFO O| Dec 20 23:23:40.384 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-12-20T23:23:42.267Z[ recovery-image] Dec 20 23:23:40.429 INFO O| Dec 20 23:23:40.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
77222024-12-20T23:23:42.267Z[ recovery-image] Dec 20 23:23:40.429 INFO O| Dec 20 23:23:40.429 INFO STEP 1101 (remove_files) COMPLETE
77232024-12-20T23:23:42.269Z[ recovery-image] Dec 20 23:23:40.429 INFO O| Dec 20 23:23:40.429 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-12-20T23:23:42.296Z[ host-image] Dec 20 23:23:40.458 INFO O| Dec 20 23:23:40.458 INFO O| Done
77252024-12-20T23:23:42.309Z[ recovery-image] Dec 20 23:23:40.467 INFO O| Dec 20 23:23:40.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
77262024-12-20T23:23:42.310Z[ recovery-image] Dec 20 23:23:40.468 INFO O| Dec 20 23:23:40.468 INFO STEP 1102 (remove_files) COMPLETE
77272024-12-20T23:23:42.313Z[ recovery-image] Dec 20 23:23:40.468 INFO O| Dec 20 23:23:40.468 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-12-20T23:23:42.349Z[ host-image] Dec 20 23:23:40.511 INFO O| Dec 20 23:23:40.511 INFO O| Done
77292024-12-20T23:23:42.352Z[ host-image] Dec 20 23:23:40.511 INFO O| Dec 20 23:23:40.511 INFO O| Done
77302024-12-20T23:23:42.386Z[ recovery-image] Dec 20 23:23:40.548 INFO O| Dec 20 23:23:40.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
77312024-12-20T23:23:42.387Z[ recovery-image] Dec 20 23:23:40.548 INFO O| Dec 20 23:23:40.548 INFO STEP 1103 (remove_files) COMPLETE
77322024-12-20T23:23:42.389Z[ recovery-image] Dec 20 23:23:40.548 INFO O| Dec 20 23:23:40.548 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-12-20T23:23:42.431Z[ recovery-image] Dec 20 23:23:40.593 INFO O| Dec 20 23:23:40.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
77342024-12-20T23:23:42.431Z[ recovery-image] Dec 20 23:23:40.593 INFO O| Dec 20 23:23:40.593 INFO STEP 1104 (remove_files) COMPLETE
77352024-12-20T23:23:42.434Z[ recovery-image] Dec 20 23:23:40.593 INFO O| Dec 20 23:23:40.593 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-12-20T23:23:42.436Z[ host-image] Dec 20 23:23:40.597 INFO O| Dec 20 23:23:40.597 INFO O| Done
77372024-12-20T23:23:42.474Z[ recovery-image] Dec 20 23:23:40.636 INFO O| Dec 20 23:23:40.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
77382024-12-20T23:23:42.474Z[ recovery-image] Dec 20 23:23:40.636 INFO O| Dec 20 23:23:40.636 INFO STEP 1105 (remove_files) COMPLETE
77392024-12-20T23:23:42.474Z[ recovery-image] Dec 20 23:23:40.636 INFO O| Dec 20 23:23:40.636 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-12-20T23:23:42.510Z[ recovery-image] Dec 20 23:23:40.669 INFO O| Dec 20 23:23:40.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
77412024-12-20T23:23:42.510Z[ recovery-image] Dec 20 23:23:40.669 INFO O| Dec 20 23:23:40.669 INFO STEP 1106 (remove_files) COMPLETE
77422024-12-20T23:23:42.510Z[ recovery-image] Dec 20 23:23:40.669 INFO O| Dec 20 23:23:40.669 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-12-20T23:23:42.534Z[ recovery-image] Dec 20 23:23:40.695 INFO O| Dec 20 23:23:40.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
77442024-12-20T23:23:42.534Z[ recovery-image] Dec 20 23:23:40.695 INFO O| Dec 20 23:23:40.695 INFO STEP 1107 (remove_files) COMPLETE
77452024-12-20T23:23:42.537Z[ recovery-image] Dec 20 23:23:40.695 INFO O| Dec 20 23:23:40.695 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-12-20T23:23:42.601Z[ recovery-image] Dec 20 23:23:40.763 INFO O| Dec 20 23:23:40.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77472024-12-20T23:23:42.604Z[ recovery-image] Dec 20 23:23:40.763 INFO O| Dec 20 23:23:40.763 INFO STEP 1108 (remove_files) COMPLETE
77482024-12-20T23:23:42.604Z[ recovery-image] Dec 20 23:23:40.764 INFO O| Dec 20 23:23:40.763 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-12-20T23:23:42.630Z[ recovery-image] Dec 20 23:23:40.791 INFO O| Dec 20 23:23:40.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77502024-12-20T23:23:42.630Z[ recovery-image] Dec 20 23:23:40.791 INFO O| Dec 20 23:23:40.791 INFO STEP 1109 (remove_files) COMPLETE
77512024-12-20T23:23:42.630Z[ recovery-image] Dec 20 23:23:40.791 INFO O| Dec 20 23:23:40.791 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-12-20T23:23:42.667Z[ recovery-image] Dec 20 23:23:40.827 INFO O| Dec 20 23:23:40.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77532024-12-20T23:23:42.670Z[ recovery-image] Dec 20 23:23:40.827 INFO O| Dec 20 23:23:40.827 INFO STEP 1110 (remove_files) COMPLETE
77542024-12-20T23:23:42.670Z[ recovery-image] Dec 20 23:23:40.827 INFO O| Dec 20 23:23:40.827 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-12-20T23:23:42.689Z[ recovery-image] Dec 20 23:23:40.851 INFO O| Dec 20 23:23:40.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77562024-12-20T23:23:42.689Z[ recovery-image] Dec 20 23:23:40.851 INFO O| Dec 20 23:23:40.851 INFO STEP 1111 (remove_files) COMPLETE
77572024-12-20T23:23:42.689Z[ recovery-image] Dec 20 23:23:40.851 INFO O| Dec 20 23:23:40.851 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-12-20T23:23:42.726Z[ recovery-image] Dec 20 23:23:40.887 INFO O| Dec 20 23:23:40.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77592024-12-20T23:23:42.727Z[ recovery-image] Dec 20 23:23:40.887 INFO O| Dec 20 23:23:40.887 INFO STEP 1112 (remove_files) COMPLETE
77602024-12-20T23:23:42.727Z[ recovery-image] Dec 20 23:23:40.887 INFO O| Dec 20 23:23:40.887 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-12-20T23:23:42.729Z[ host-image] Dec 20 23:23:40.888 INFO O| Dec 20 23:23:40.888 INFO STEP 13 (pkg_install) COMPLETE
77622024-12-20T23:23:42.729Z[ host-image] Dec 20 23:23:40.888 INFO O| Dec 20 23:23:40.888 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
77632024-12-20T23:23:42.751Z[ host-image] Dec 20 23:23:40.912 INFO O| Dec 20 23:23:40.912 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
77642024-12-20T23:23:42.780Z[ recovery-image] Dec 20 23:23:40.941 INFO O| Dec 20 23:23:40.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77652024-12-20T23:23:42.780Z[ recovery-image] Dec 20 23:23:40.941 INFO O| Dec 20 23:23:40.941 INFO STEP 1113 (remove_files) COMPLETE
77662024-12-20T23:23:42.780Z[ recovery-image] Dec 20 23:23:40.941 INFO O| Dec 20 23:23:40.941 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-12-20T23:23:42.805Z[ recovery-image] Dec 20 23:23:40.967 INFO O| Dec 20 23:23:40.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77682024-12-20T23:23:42.805Z[ recovery-image] Dec 20 23:23:40.967 INFO O| Dec 20 23:23:40.967 INFO STEP 1114 (remove_files) COMPLETE
77692024-12-20T23:23:42.807Z[ recovery-image] Dec 20 23:23:40.967 INFO O| Dec 20 23:23:40.967 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-12-20T23:23:42.848Z[ recovery-image] Dec 20 23:23:41.010 INFO O| Dec 20 23:23:41.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77712024-12-20T23:23:42.855Z[ recovery-image] Dec 20 23:23:41.010 INFO O| Dec 20 23:23:41.010 INFO STEP 1115 (remove_files) COMPLETE
77722024-12-20T23:23:42.855Z[ recovery-image] Dec 20 23:23:41.010 INFO O| Dec 20 23:23:41.010 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-12-20T23:23:42.874Z[ recovery-image] Dec 20 23:23:41.036 INFO O| Dec 20 23:23:41.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77742024-12-20T23:23:42.877Z[ recovery-image] Dec 20 23:23:41.036 INFO O| Dec 20 23:23:41.036 INFO STEP 1116 (remove_files) COMPLETE
77752024-12-20T23:23:42.877Z[ recovery-image] Dec 20 23:23:41.037 INFO O| Dec 20 23:23:41.037 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-12-20T23:23:42.916Z[ recovery-image] Dec 20 23:23:41.078 INFO O| Dec 20 23:23:41.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77772024-12-20T23:23:42.919Z[ recovery-image] Dec 20 23:23:41.078 INFO O| Dec 20 23:23:41.078 INFO STEP 1117 (remove_files) COMPLETE
77782024-12-20T23:23:42.919Z[ recovery-image] Dec 20 23:23:41.078 INFO O| Dec 20 23:23:41.078 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-12-20T23:23:42.940Z[ recovery-image] Dec 20 23:23:41.102 INFO O| Dec 20 23:23:41.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77802024-12-20T23:23:42.943Z[ recovery-image] Dec 20 23:23:41.102 INFO O| Dec 20 23:23:41.102 INFO STEP 1118 (remove_files) COMPLETE
77812024-12-20T23:23:42.943Z[ recovery-image] Dec 20 23:23:41.103 INFO O| Dec 20 23:23:41.102 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-12-20T23:23:42.964Z[ recovery-image] Dec 20 23:23:41.126 INFO O| Dec 20 23:23:41.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77832024-12-20T23:23:42.967Z[ recovery-image] Dec 20 23:23:41.126 INFO O| Dec 20 23:23:41.126 INFO STEP 1119 (remove_files) COMPLETE
77842024-12-20T23:23:42.967Z[ recovery-image] Dec 20 23:23:41.126 INFO O| Dec 20 23:23:41.126 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-12-20T23:23:42.989Z[ recovery-image] Dec 20 23:23:41.151 INFO O| Dec 20 23:23:41.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77862024-12-20T23:23:42.992Z[ recovery-image] Dec 20 23:23:41.151 INFO O| Dec 20 23:23:41.151 INFO STEP 1120 (remove_files) COMPLETE
77872024-12-20T23:23:42.992Z[ recovery-image] Dec 20 23:23:41.151 INFO O| Dec 20 23:23:41.151 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-12-20T23:23:43.062Z[ recovery-image] Dec 20 23:23:41.224 INFO O| Dec 20 23:23:41.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77892024-12-20T23:23:43.062Z[ recovery-image] Dec 20 23:23:41.224 INFO O| Dec 20 23:23:41.224 INFO STEP 1121 (remove_files) COMPLETE
77902024-12-20T23:23:43.065Z[ recovery-image] Dec 20 23:23:41.224 INFO O| Dec 20 23:23:41.224 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-12-20T23:23:43.100Z[ recovery-image] Dec 20 23:23:41.262 INFO O| Dec 20 23:23:41.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77922024-12-20T23:23:43.101Z[ recovery-image] Dec 20 23:23:41.262 INFO O| Dec 20 23:23:41.262 INFO STEP 1122 (remove_files) COMPLETE
77932024-12-20T23:23:43.101Z[ recovery-image] Dec 20 23:23:41.262 INFO O| Dec 20 23:23:41.262 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-12-20T23:23:43.127Z[ recovery-image] Dec 20 23:23:41.288 INFO O| Dec 20 23:23:41.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77952024-12-20T23:23:43.127Z[ recovery-image] Dec 20 23:23:41.289 INFO O| Dec 20 23:23:41.288 INFO STEP 1123 (remove_files) COMPLETE
77962024-12-20T23:23:43.127Z[ recovery-image] Dec 20 23:23:41.289 INFO O| Dec 20 23:23:41.289 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-12-20T23:23:43.166Z[ recovery-image] Dec 20 23:23:41.327 INFO O| Dec 20 23:23:41.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77982024-12-20T23:23:43.166Z[ recovery-image] Dec 20 23:23:41.327 INFO O| Dec 20 23:23:41.327 INFO STEP 1124 (remove_files) COMPLETE
77992024-12-20T23:23:43.168Z[ recovery-image] Dec 20 23:23:41.327 INFO O| Dec 20 23:23:41.327 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-12-20T23:23:43.203Z[ recovery-image] Dec 20 23:23:41.365 INFO O| Dec 20 23:23:41.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
78012024-12-20T23:23:43.203Z[ recovery-image] Dec 20 23:23:41.365 INFO O| Dec 20 23:23:41.365 INFO STEP 1125 (remove_files) COMPLETE
78022024-12-20T23:23:43.207Z[ recovery-image] Dec 20 23:23:41.365 INFO O| Dec 20 23:23:41.365 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032024-12-20T23:23:43.239Z[ recovery-image] Dec 20 23:23:41.400 INFO O| Dec 20 23:23:41.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
78042024-12-20T23:23:43.239Z[ recovery-image] Dec 20 23:23:41.400 INFO O| Dec 20 23:23:41.400 INFO STEP 1126 (remove_files) COMPLETE
78052024-12-20T23:23:43.239Z[ recovery-image] Dec 20 23:23:41.400 INFO O| Dec 20 23:23:41.400 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062024-12-20T23:23:43.262Z[ recovery-image] Dec 20 23:23:41.423 INFO O| Dec 20 23:23:41.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
78072024-12-20T23:23:43.262Z[ recovery-image] Dec 20 23:23:41.424 INFO O| Dec 20 23:23:41.424 INFO STEP 1127 (remove_files) COMPLETE
78082024-12-20T23:23:43.262Z[ recovery-image] Dec 20 23:23:41.424 INFO O| Dec 20 23:23:41.424 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092024-12-20T23:23:43.286Z[ recovery-image] Dec 20 23:23:41.448 INFO O| Dec 20 23:23:41.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
78102024-12-20T23:23:43.286Z[ recovery-image] Dec 20 23:23:41.448 INFO O| Dec 20 23:23:41.448 INFO STEP 1128 (remove_files) COMPLETE
78112024-12-20T23:23:43.289Z[ recovery-image] Dec 20 23:23:41.448 INFO O| Dec 20 23:23:41.448 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122024-12-20T23:23:43.341Z[ recovery-image] Dec 20 23:23:41.502 INFO O| Dec 20 23:23:41.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
78132024-12-20T23:23:43.341Z[ recovery-image] Dec 20 23:23:41.502 INFO O| Dec 20 23:23:41.502 INFO STEP 1129 (remove_files) COMPLETE
78142024-12-20T23:23:43.344Z[ recovery-image] Dec 20 23:23:41.502 INFO O| Dec 20 23:23:41.502 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152024-12-20T23:23:43.365Z[ recovery-image] Dec 20 23:23:41.526 INFO O| Dec 20 23:23:41.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
78162024-12-20T23:23:43.365Z[ recovery-image] Dec 20 23:23:41.526 INFO O| Dec 20 23:23:41.526 INFO STEP 1130 (remove_files) COMPLETE
78172024-12-20T23:23:43.365Z[ recovery-image] Dec 20 23:23:41.526 INFO O| Dec 20 23:23:41.526 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182024-12-20T23:23:43.407Z[ recovery-image] Dec 20 23:23:41.569 INFO O| Dec 20 23:23:41.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
78192024-12-20T23:23:43.410Z[ recovery-image] Dec 20 23:23:41.569 INFO O| Dec 20 23:23:41.569 INFO STEP 1131 (remove_files) COMPLETE
78202024-12-20T23:23:43.410Z[ recovery-image] Dec 20 23:23:41.569 INFO O| Dec 20 23:23:41.569 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212024-12-20T23:23:43.438Z[ recovery-image] Dec 20 23:23:41.599 INFO O| Dec 20 23:23:41.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
78222024-12-20T23:23:43.438Z[ recovery-image] Dec 20 23:23:41.599 INFO O| Dec 20 23:23:41.599 INFO STEP 1132 (remove_files) COMPLETE
78232024-12-20T23:23:43.438Z[ recovery-image] Dec 20 23:23:41.599 INFO O| Dec 20 23:23:41.599 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242024-12-20T23:23:43.480Z[ recovery-image] Dec 20 23:23:41.642 INFO O| Dec 20 23:23:41.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
78252024-12-20T23:23:43.481Z[ recovery-image] Dec 20 23:23:41.642 INFO O| Dec 20 23:23:41.642 INFO STEP 1133 (remove_files) COMPLETE
78262024-12-20T23:23:43.483Z[ recovery-image] Dec 20 23:23:41.642 INFO O| Dec 20 23:23:41.642 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272024-12-20T23:23:43.531Z[ recovery-image] Dec 20 23:23:41.692 INFO O| Dec 20 23:23:41.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
78282024-12-20T23:23:43.531Z[ recovery-image] Dec 20 23:23:41.692 INFO O| Dec 20 23:23:41.692 INFO STEP 1134 (remove_files) COMPLETE
78292024-12-20T23:23:43.531Z[ recovery-image] Dec 20 23:23:41.693 INFO O| Dec 20 23:23:41.692 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302024-12-20T23:23:43.560Z[ recovery-image] Dec 20 23:23:41.721 INFO O| Dec 20 23:23:41.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
78312024-12-20T23:23:43.560Z[ recovery-image] Dec 20 23:23:41.721 INFO O| Dec 20 23:23:41.721 INFO STEP 1135 (remove_files) COMPLETE
78322024-12-20T23:23:43.560Z[ recovery-image] Dec 20 23:23:41.721 INFO O| Dec 20 23:23:41.721 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332024-12-20T23:23:43.598Z[ recovery-image] Dec 20 23:23:41.760 INFO O| Dec 20 23:23:41.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
78342024-12-20T23:23:43.598Z[ recovery-image] Dec 20 23:23:41.760 INFO O| Dec 20 23:23:41.760 INFO STEP 1136 (remove_files) COMPLETE
78352024-12-20T23:23:43.601Z[ recovery-image] Dec 20 23:23:41.760 INFO O| Dec 20 23:23:41.760 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362024-12-20T23:23:43.625Z[ recovery-image] Dec 20 23:23:41.786 INFO O| Dec 20 23:23:41.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
78372024-12-20T23:23:43.625Z[ recovery-image] Dec 20 23:23:41.786 INFO O| Dec 20 23:23:41.786 INFO STEP 1137 (remove_files) COMPLETE
78382024-12-20T23:23:43.625Z[ recovery-image] Dec 20 23:23:41.786 INFO O| Dec 20 23:23:41.786 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392024-12-20T23:23:43.650Z[ recovery-image] Dec 20 23:23:41.812 INFO O| Dec 20 23:23:41.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
78402024-12-20T23:23:43.650Z[ recovery-image] Dec 20 23:23:41.812 INFO O| Dec 20 23:23:41.812 INFO STEP 1138 (remove_files) COMPLETE
78412024-12-20T23:23:43.650Z[ recovery-image] Dec 20 23:23:41.812 INFO O| Dec 20 23:23:41.812 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422024-12-20T23:23:43.692Z[ recovery-image] Dec 20 23:23:41.853 INFO O| Dec 20 23:23:41.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
78432024-12-20T23:23:43.692Z[ recovery-image] Dec 20 23:23:41.853 INFO O| Dec 20 23:23:41.853 INFO STEP 1139 (remove_files) COMPLETE
78442024-12-20T23:23:43.692Z[ recovery-image] Dec 20 23:23:41.854 INFO O| Dec 20 23:23:41.853 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452024-12-20T23:23:43.736Z[ recovery-image] Dec 20 23:23:41.897 INFO O| Dec 20 23:23:41.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
78462024-12-20T23:23:43.736Z[ recovery-image] Dec 20 23:23:41.897 INFO O| Dec 20 23:23:41.897 INFO STEP 1140 (remove_files) COMPLETE
78472024-12-20T23:23:43.736Z[ recovery-image] Dec 20 23:23:41.897 INFO O| Dec 20 23:23:41.897 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482024-12-20T23:23:43.763Z[ recovery-image] Dec 20 23:23:41.925 INFO O| Dec 20 23:23:41.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
78492024-12-20T23:23:43.766Z[ recovery-image] Dec 20 23:23:41.927 INFO O| Dec 20 23:23:41.927 INFO STEP 1141 (remove_files) COMPLETE
78502024-12-20T23:23:43.766Z[ recovery-image] Dec 20 23:23:41.927 INFO O| Dec 20 23:23:41.927 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512024-12-20T23:23:43.793Z[ recovery-image] Dec 20 23:23:41.954 INFO O| Dec 20 23:23:41.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78522024-12-20T23:23:43.794Z[ recovery-image] Dec 20 23:23:41.954 INFO O| Dec 20 23:23:41.954 INFO STEP 1142 (remove_files) COMPLETE
78532024-12-20T23:23:43.794Z[ recovery-image] Dec 20 23:23:41.954 INFO O| Dec 20 23:23:41.954 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542024-12-20T23:23:43.819Z[ recovery-image] Dec 20 23:23:41.981 INFO O| Dec 20 23:23:41.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78552024-12-20T23:23:43.819Z[ recovery-image] Dec 20 23:23:41.981 INFO O| Dec 20 23:23:41.981 INFO STEP 1143 (remove_files) COMPLETE
78562024-12-20T23:23:43.819Z[ recovery-image] Dec 20 23:23:41.981 INFO O| Dec 20 23:23:41.981 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572024-12-20T23:23:43.865Z[ recovery-image] Dec 20 23:23:42.027 INFO O| Dec 20 23:23:42.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78582024-12-20T23:23:43.868Z[ recovery-image] Dec 20 23:23:42.027 INFO O| Dec 20 23:23:42.027 INFO STEP 1144 (remove_files) COMPLETE
78592024-12-20T23:23:43.868Z[ recovery-image] Dec 20 23:23:42.027 INFO O| Dec 20 23:23:42.027 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602024-12-20T23:23:43.895Z[ recovery-image] Dec 20 23:23:42.055 INFO O| Dec 20 23:23:42.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78612024-12-20T23:23:43.898Z[ recovery-image] Dec 20 23:23:42.055 INFO O| Dec 20 23:23:42.055 INFO STEP 1145 (remove_files) COMPLETE
78622024-12-20T23:23:43.898Z[ recovery-image] Dec 20 23:23:42.055 INFO O| Dec 20 23:23:42.055 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632024-12-20T23:23:43.921Z[ recovery-image] Dec 20 23:23:42.083 INFO O| Dec 20 23:23:42.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78642024-12-20T23:23:43.924Z[ recovery-image] Dec 20 23:23:42.083 INFO O| Dec 20 23:23:42.083 INFO STEP 1146 (remove_files) COMPLETE
78652024-12-20T23:23:43.924Z[ recovery-image] Dec 20 23:23:42.083 INFO O| Dec 20 23:23:42.083 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662024-12-20T23:23:43.948Z[ recovery-image] Dec 20 23:23:42.110 INFO O| Dec 20 23:23:42.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78672024-12-20T23:23:43.953Z[ recovery-image] Dec 20 23:23:42.110 INFO O| Dec 20 23:23:42.110 INFO STEP 1147 (remove_files) COMPLETE
78682024-12-20T23:23:43.953Z[ recovery-image] Dec 20 23:23:42.110 INFO O| Dec 20 23:23:42.110 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692024-12-20T23:23:43.973Z[ recovery-image] Dec 20 23:23:42.135 INFO O| Dec 20 23:23:42.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78702024-12-20T23:23:43.977Z[ recovery-image] Dec 20 23:23:42.135 INFO O| Dec 20 23:23:42.135 INFO STEP 1148 (remove_files) COMPLETE
78712024-12-20T23:23:43.977Z[ recovery-image] Dec 20 23:23:42.135 INFO O| Dec 20 23:23:42.135 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722024-12-20T23:23:44.004Z[ recovery-image] Dec 20 23:23:42.165 INFO O| Dec 20 23:23:42.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78732024-12-20T23:23:44.007Z[ recovery-image] Dec 20 23:23:42.166 INFO O| Dec 20 23:23:42.166 INFO STEP 1149 (remove_files) COMPLETE
78742024-12-20T23:23:44.007Z[ recovery-image] Dec 20 23:23:42.166 INFO O| Dec 20 23:23:42.166 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752024-12-20T23:23:44.028Z[ recovery-image] Dec 20 23:23:42.190 INFO O| Dec 20 23:23:42.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78762024-12-20T23:23:44.048Z[ recovery-image] Dec 20 23:23:42.210 INFO O| Dec 20 23:23:42.210 INFO STEP 1150 (remove_files) COMPLETE
78772024-12-20T23:23:44.048Z[ recovery-image] Dec 20 23:23:42.210 INFO O| Dec 20 23:23:42.210 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782024-12-20T23:23:44.072Z[ recovery-image] Dec 20 23:23:42.233 INFO O| Dec 20 23:23:42.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78792024-12-20T23:23:44.075Z[ recovery-image] Dec 20 23:23:42.234 INFO O| Dec 20 23:23:42.234 INFO STEP 1151 (remove_files) COMPLETE
78802024-12-20T23:23:44.075Z[ recovery-image] Dec 20 23:23:42.234 INFO O| Dec 20 23:23:42.234 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812024-12-20T23:23:44.113Z[ recovery-image] Dec 20 23:23:42.275 INFO O| Dec 20 23:23:42.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78822024-12-20T23:23:44.113Z[ recovery-image] Dec 20 23:23:42.275 INFO O| Dec 20 23:23:42.275 INFO STEP 1152 (remove_files) COMPLETE
78832024-12-20T23:23:44.113Z[ recovery-image] Dec 20 23:23:42.275 INFO O| Dec 20 23:23:42.275 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842024-12-20T23:23:44.138Z[ host-image] Dec 20 23:23:42.300 INFO O| Dec 20 23:23:42.299 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
78852024-12-20T23:23:44.141Z[ recovery-image] Dec 20 23:23:42.300 INFO O| Dec 20 23:23:42.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78862024-12-20T23:23:44.141Z[ recovery-image] Dec 20 23:23:42.300 INFO O| Dec 20 23:23:42.300 INFO STEP 1153 (remove_files) COMPLETE
78872024-12-20T23:23:44.141Z[ recovery-image] Dec 20 23:23:42.300 INFO O| Dec 20 23:23:42.300 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882024-12-20T23:23:44.165Z[ recovery-image] Dec 20 23:23:42.327 INFO O| Dec 20 23:23:42.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78892024-12-20T23:23:44.165Z[ recovery-image] Dec 20 23:23:42.327 INFO O| Dec 20 23:23:42.327 INFO STEP 1154 (remove_files) COMPLETE
78902024-12-20T23:23:44.165Z[ recovery-image] Dec 20 23:23:42.327 INFO O| Dec 20 23:23:42.327 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912024-12-20T23:23:44.190Z[ recovery-image] Dec 20 23:23:42.352 INFO O| Dec 20 23:23:42.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78922024-12-20T23:23:44.193Z[ recovery-image] Dec 20 23:23:42.352 INFO O| Dec 20 23:23:42.352 INFO STEP 1155 (remove_files) COMPLETE
78932024-12-20T23:23:44.193Z[ recovery-image] Dec 20 23:23:42.352 INFO O| Dec 20 23:23:42.352 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942024-12-20T23:23:44.235Z[ recovery-image] Dec 20 23:23:42.397 INFO O| Dec 20 23:23:42.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78952024-12-20T23:23:44.235Z[ recovery-image] Dec 20 23:23:42.397 INFO O| Dec 20 23:23:42.397 INFO STEP 1156 (remove_files) COMPLETE
78962024-12-20T23:23:44.235Z[ recovery-image] Dec 20 23:23:42.397 INFO O| Dec 20 23:23:42.397 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972024-12-20T23:23:44.289Z[ recovery-image] Dec 20 23:23:42.451 INFO O| Dec 20 23:23:42.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78982024-12-20T23:23:44.289Z[ recovery-image] Dec 20 23:23:42.451 INFO O| Dec 20 23:23:42.451 INFO STEP 1157 (remove_files) COMPLETE
78992024-12-20T23:23:44.291Z[ recovery-image] Dec 20 23:23:42.451 INFO O| Dec 20 23:23:42.451 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002024-12-20T23:23:44.338Z[ recovery-image] Dec 20 23:23:42.497 INFO O| Dec 20 23:23:42.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
79012024-12-20T23:23:44.338Z[ recovery-image] Dec 20 23:23:42.497 INFO O| Dec 20 23:23:42.497 INFO STEP 1158 (remove_files) COMPLETE
79022024-12-20T23:23:44.338Z[ recovery-image] Dec 20 23:23:42.497 INFO O| Dec 20 23:23:42.497 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032024-12-20T23:23:44.367Z[ recovery-image] Dec 20 23:23:42.528 INFO O| Dec 20 23:23:42.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
79042024-12-20T23:23:44.367Z[ recovery-image] Dec 20 23:23:42.528 INFO O| Dec 20 23:23:42.528 INFO STEP 1159 (remove_files) COMPLETE
79052024-12-20T23:23:44.367Z[ recovery-image] Dec 20 23:23:42.528 INFO O| Dec 20 23:23:42.528 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062024-12-20T23:23:44.395Z[ recovery-image] Dec 20 23:23:42.556 INFO O| Dec 20 23:23:42.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
79072024-12-20T23:23:44.395Z[ recovery-image] Dec 20 23:23:42.556 INFO O| Dec 20 23:23:42.556 INFO STEP 1160 (remove_files) COMPLETE
79082024-12-20T23:23:44.395Z[ recovery-image] Dec 20 23:23:42.556 INFO O| Dec 20 23:23:42.556 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092024-12-20T23:23:44.421Z[ recovery-image] Dec 20 23:23:42.582 INFO O| Dec 20 23:23:42.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
79102024-12-20T23:23:44.421Z[ recovery-image] Dec 20 23:23:42.582 INFO O| Dec 20 23:23:42.582 INFO STEP 1161 (remove_files) COMPLETE
79112024-12-20T23:23:44.421Z[ recovery-image] Dec 20 23:23:42.582 INFO O| Dec 20 23:23:42.582 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122024-12-20T23:23:44.449Z[ recovery-image] Dec 20 23:23:42.610 INFO O| Dec 20 23:23:42.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
79132024-12-20T23:23:44.449Z[ recovery-image] Dec 20 23:23:42.610 INFO O| Dec 20 23:23:42.610 INFO STEP 1162 (remove_files) COMPLETE
79142024-12-20T23:23:44.449Z[ recovery-image] Dec 20 23:23:42.610 INFO O| Dec 20 23:23:42.610 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152024-12-20T23:23:44.475Z[ recovery-image] Dec 20 23:23:42.637 INFO O| Dec 20 23:23:42.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
79162024-12-20T23:23:44.475Z[ recovery-image] Dec 20 23:23:42.637 INFO O| Dec 20 23:23:42.637 INFO STEP 1163 (remove_files) COMPLETE
79172024-12-20T23:23:44.475Z[ recovery-image] Dec 20 23:23:42.637 INFO O| Dec 20 23:23:42.637 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182024-12-20T23:23:44.517Z[ recovery-image] Dec 20 23:23:42.678 INFO O| Dec 20 23:23:42.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
79192024-12-20T23:23:44.520Z[ recovery-image] Dec 20 23:23:42.678 INFO O| Dec 20 23:23:42.678 INFO STEP 1164 (remove_files) COMPLETE
79202024-12-20T23:23:44.520Z[ recovery-image] Dec 20 23:23:42.679 INFO O| Dec 20 23:23:42.678 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212024-12-20T23:23:44.590Z[ recovery-image] Dec 20 23:23:42.752 INFO O| Dec 20 23:23:42.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
79222024-12-20T23:23:44.591Z[ recovery-image] Dec 20 23:23:42.752 INFO O| Dec 20 23:23:42.752 INFO STEP 1165 (remove_files) COMPLETE
79232024-12-20T23:23:44.591Z[ recovery-image] Dec 20 23:23:42.752 INFO O| Dec 20 23:23:42.752 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242024-12-20T23:23:44.616Z[ recovery-image] Dec 20 23:23:42.777 INFO O| Dec 20 23:23:42.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
79252024-12-20T23:23:44.616Z[ recovery-image] Dec 20 23:23:42.778 INFO O| Dec 20 23:23:42.777 INFO STEP 1166 (remove_files) COMPLETE
79262024-12-20T23:23:44.616Z[ recovery-image] Dec 20 23:23:42.778 INFO O| Dec 20 23:23:42.778 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272024-12-20T23:23:44.680Z[ recovery-image] Dec 20 23:23:42.841 INFO O| Dec 20 23:23:42.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
79282024-12-20T23:23:44.683Z[ recovery-image] Dec 20 23:23:42.842 INFO O| Dec 20 23:23:42.842 INFO STEP 1167 (remove_files) COMPLETE
79292024-12-20T23:23:44.683Z[ recovery-image] Dec 20 23:23:42.842 INFO O| Dec 20 23:23:42.842 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302024-12-20T23:23:44.728Z[ recovery-image] Dec 20 23:23:42.890 INFO O| Dec 20 23:23:42.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
79312024-12-20T23:23:44.739Z[ recovery-image] Dec 20 23:23:42.890 INFO O| Dec 20 23:23:42.890 INFO STEP 1168 (remove_files) COMPLETE
79322024-12-20T23:23:44.739Z[ recovery-image] Dec 20 23:23:42.890 INFO O| Dec 20 23:23:42.890 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332024-12-20T23:23:44.754Z[ recovery-image] Dec 20 23:23:42.915 INFO O| Dec 20 23:23:42.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
79342024-12-20T23:23:44.754Z[ recovery-image] Dec 20 23:23:42.915 INFO O| Dec 20 23:23:42.915 INFO STEP 1169 (remove_files) COMPLETE
79352024-12-20T23:23:44.756Z[ recovery-image] Dec 20 23:23:42.915 INFO O| Dec 20 23:23:42.915 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362024-12-20T23:23:44.786Z[ recovery-image] Dec 20 23:23:42.947 INFO O| Dec 20 23:23:42.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
79372024-12-20T23:23:44.786Z[ recovery-image] Dec 20 23:23:42.947 INFO O| Dec 20 23:23:42.947 INFO STEP 1170 (remove_files) COMPLETE
79382024-12-20T23:23:44.789Z[ recovery-image] Dec 20 23:23:42.947 INFO O| Dec 20 23:23:42.947 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392024-12-20T23:23:44.811Z[ recovery-image] Dec 20 23:23:42.973 INFO O| Dec 20 23:23:42.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
79402024-12-20T23:23:44.811Z[ recovery-image] Dec 20 23:23:42.973 INFO O| Dec 20 23:23:42.973 INFO STEP 1171 (remove_files) COMPLETE
79412024-12-20T23:23:44.814Z[ recovery-image] Dec 20 23:23:42.973 INFO O| Dec 20 23:23:42.973 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422024-12-20T23:23:44.847Z[ recovery-image] Dec 20 23:23:43.008 INFO O| Dec 20 23:23:43.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
79432024-12-20T23:23:44.849Z[ recovery-image] Dec 20 23:23:43.008 INFO O| Dec 20 23:23:43.008 INFO STEP 1172 (remove_files) COMPLETE
79442024-12-20T23:23:44.849Z[ recovery-image] Dec 20 23:23:43.008 INFO O| Dec 20 23:23:43.008 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452024-12-20T23:23:44.872Z[ recovery-image] Dec 20 23:23:43.033 INFO O| Dec 20 23:23:43.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
79462024-12-20T23:23:44.872Z[ recovery-image] Dec 20 23:23:43.033 INFO O| Dec 20 23:23:43.033 INFO STEP 1173 (remove_files) COMPLETE
79472024-12-20T23:23:44.872Z[ recovery-image] Dec 20 23:23:43.033 INFO O| Dec 20 23:23:43.033 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482024-12-20T23:23:44.906Z[ recovery-image] Dec 20 23:23:43.067 INFO O| Dec 20 23:23:43.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
79492024-12-20T23:23:44.906Z[ recovery-image] Dec 20 23:23:43.067 INFO O| Dec 20 23:23:43.067 INFO STEP 1174 (remove_files) COMPLETE
79502024-12-20T23:23:44.908Z[ recovery-image] Dec 20 23:23:43.067 INFO O| Dec 20 23:23:43.067 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512024-12-20T23:23:44.943Z[ recovery-image] Dec 20 23:23:43.104 INFO O| Dec 20 23:23:43.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79522024-12-20T23:23:44.943Z[ recovery-image] Dec 20 23:23:43.104 INFO O| Dec 20 23:23:43.104 INFO STEP 1175 (remove_files) COMPLETE
79532024-12-20T23:23:44.946Z[ recovery-image] Dec 20 23:23:43.104 INFO O| Dec 20 23:23:43.104 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542024-12-20T23:23:44.967Z[ recovery-image] Dec 20 23:23:43.128 INFO O| Dec 20 23:23:43.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79552024-12-20T23:23:44.967Z[ recovery-image] Dec 20 23:23:43.129 INFO O| Dec 20 23:23:43.129 INFO STEP 1176 (remove_files) COMPLETE
79562024-12-20T23:23:44.967Z[ recovery-image] Dec 20 23:23:43.129 INFO O| Dec 20 23:23:43.129 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572024-12-20T23:23:45.009Z[ recovery-image] Dec 20 23:23:43.170 INFO O| Dec 20 23:23:43.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79582024-12-20T23:23:45.009Z[ recovery-image] Dec 20 23:23:43.170 INFO O| Dec 20 23:23:43.170 INFO STEP 1177 (remove_files) COMPLETE
79592024-12-20T23:23:45.009Z[ recovery-image] Dec 20 23:23:43.170 INFO O| Dec 20 23:23:43.170 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602024-12-20T23:23:45.041Z[ recovery-image] Dec 20 23:23:43.202 INFO O| Dec 20 23:23:43.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79612024-12-20T23:23:45.041Z[ recovery-image] Dec 20 23:23:43.202 INFO O| Dec 20 23:23:43.202 INFO STEP 1178 (remove_files) COMPLETE
79622024-12-20T23:23:45.041Z[ recovery-image] Dec 20 23:23:43.202 INFO O| Dec 20 23:23:43.202 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632024-12-20T23:23:45.068Z[ recovery-image] Dec 20 23:23:43.229 INFO O| Dec 20 23:23:43.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79642024-12-20T23:23:45.068Z[ recovery-image] Dec 20 23:23:43.229 INFO O| Dec 20 23:23:43.229 INFO STEP 1179 (remove_files) COMPLETE
79652024-12-20T23:23:45.068Z[ recovery-image] Dec 20 23:23:43.229 INFO O| Dec 20 23:23:43.229 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662024-12-20T23:23:45.111Z[ recovery-image] Dec 20 23:23:43.272 INFO O| Dec 20 23:23:43.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79672024-12-20T23:23:45.111Z[ recovery-image] Dec 20 23:23:43.272 INFO O| Dec 20 23:23:43.272 INFO STEP 1180 (remove_files) COMPLETE
79682024-12-20T23:23:45.111Z[ recovery-image] Dec 20 23:23:43.272 INFO O| Dec 20 23:23:43.272 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692024-12-20T23:23:45.139Z[ recovery-image] Dec 20 23:23:43.300 INFO O| Dec 20 23:23:43.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79702024-12-20T23:23:45.139Z[ recovery-image] Dec 20 23:23:43.300 INFO O| Dec 20 23:23:43.300 INFO STEP 1181 (remove_files) COMPLETE
79712024-12-20T23:23:45.139Z[ recovery-image] Dec 20 23:23:43.300 INFO O| Dec 20 23:23:43.300 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722024-12-20T23:23:45.172Z[ recovery-image] Dec 20 23:23:43.333 INFO O| Dec 20 23:23:43.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79732024-12-20T23:23:45.174Z[ recovery-image] Dec 20 23:23:43.334 INFO O| Dec 20 23:23:43.334 INFO STEP 1182 (remove_files) COMPLETE
79742024-12-20T23:23:45.174Z[ recovery-image] Dec 20 23:23:43.334 INFO O| Dec 20 23:23:43.334 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752024-12-20T23:23:45.204Z[ recovery-image] Dec 20 23:23:43.365 INFO O| Dec 20 23:23:43.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79762024-12-20T23:23:45.207Z[ recovery-image] Dec 20 23:23:43.366 INFO O| Dec 20 23:23:43.366 INFO STEP 1183 (remove_files) COMPLETE
79772024-12-20T23:23:45.207Z[ recovery-image] Dec 20 23:23:43.366 INFO O| Dec 20 23:23:43.366 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782024-12-20T23:23:45.232Z[ recovery-image] Dec 20 23:23:43.393 INFO O| Dec 20 23:23:43.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79792024-12-20T23:23:45.232Z[ recovery-image] Dec 20 23:23:43.394 INFO O| Dec 20 23:23:43.394 INFO STEP 1184 (remove_files) COMPLETE
79802024-12-20T23:23:45.232Z[ recovery-image] Dec 20 23:23:43.394 INFO O| Dec 20 23:23:43.394 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812024-12-20T23:23:45.259Z[ recovery-image] Dec 20 23:23:43.420 INFO O| Dec 20 23:23:43.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79822024-12-20T23:23:45.259Z[ recovery-image] Dec 20 23:23:43.420 INFO O| Dec 20 23:23:43.420 INFO STEP 1185 (remove_files) COMPLETE
79832024-12-20T23:23:45.262Z[ recovery-image] Dec 20 23:23:43.420 INFO O| Dec 20 23:23:43.420 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842024-12-20T23:23:45.284Z[ recovery-image] Dec 20 23:23:43.445 INFO O| Dec 20 23:23:43.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79852024-12-20T23:23:45.284Z[ recovery-image] Dec 20 23:23:43.446 INFO O| Dec 20 23:23:43.446 INFO STEP 1186 (remove_files) COMPLETE
79862024-12-20T23:23:45.284Z[ recovery-image] Dec 20 23:23:43.446 INFO O| Dec 20 23:23:43.446 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872024-12-20T23:23:45.326Z[ recovery-image] Dec 20 23:23:43.487 INFO O| Dec 20 23:23:43.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79882024-12-20T23:23:45.326Z[ recovery-image] Dec 20 23:23:43.487 INFO O| Dec 20 23:23:43.487 INFO STEP 1187 (remove_files) COMPLETE
79892024-12-20T23:23:45.326Z[ recovery-image] Dec 20 23:23:43.487 INFO O| Dec 20 23:23:43.487 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902024-12-20T23:23:45.365Z[ recovery-image] Dec 20 23:23:43.526 INFO O| Dec 20 23:23:43.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79912024-12-20T23:23:45.365Z[ recovery-image] Dec 20 23:23:43.526 INFO O| Dec 20 23:23:43.526 INFO STEP 1188 (remove_files) COMPLETE
79922024-12-20T23:23:45.365Z[ recovery-image] Dec 20 23:23:43.526 INFO O| Dec 20 23:23:43.526 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932024-12-20T23:23:45.391Z[ recovery-image] Dec 20 23:23:43.552 INFO O| Dec 20 23:23:43.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79942024-12-20T23:23:45.391Z[ recovery-image] Dec 20 23:23:43.552 INFO O| Dec 20 23:23:43.552 INFO STEP 1189 (remove_files) COMPLETE
79952024-12-20T23:23:45.391Z[ recovery-image] Dec 20 23:23:43.552 INFO O| Dec 20 23:23:43.552 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962024-12-20T23:23:45.427Z[ recovery-image] Dec 20 23:23:43.588 INFO O| Dec 20 23:23:43.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79972024-12-20T23:23:45.427Z[ recovery-image] Dec 20 23:23:43.588 INFO O| Dec 20 23:23:43.588 INFO STEP 1190 (remove_files) COMPLETE
79982024-12-20T23:23:45.431Z[ recovery-image] Dec 20 23:23:43.588 INFO O| Dec 20 23:23:43.588 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992024-12-20T23:23:45.472Z[ recovery-image] Dec 20 23:23:43.633 INFO O| Dec 20 23:23:43.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
80002024-12-20T23:23:45.476Z[ recovery-image] Dec 20 23:23:43.633 INFO O| Dec 20 23:23:43.633 INFO STEP 1191 (remove_files) COMPLETE
80012024-12-20T23:23:45.476Z[ recovery-image] Dec 20 23:23:43.633 INFO O| Dec 20 23:23:43.633 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022024-12-20T23:23:45.518Z[ recovery-image] Dec 20 23:23:43.679 INFO O| Dec 20 23:23:43.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
80032024-12-20T23:23:45.518Z[ recovery-image] Dec 20 23:23:43.679 INFO O| Dec 20 23:23:43.679 INFO STEP 1192 (remove_files) COMPLETE
80042024-12-20T23:23:45.518Z[ recovery-image] Dec 20 23:23:43.679 INFO O| Dec 20 23:23:43.679 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052024-12-20T23:23:45.556Z[ recovery-image] Dec 20 23:23:43.717 INFO O| Dec 20 23:23:43.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
80062024-12-20T23:23:45.556Z[ recovery-image] Dec 20 23:23:43.717 INFO O| Dec 20 23:23:43.717 INFO STEP 1193 (remove_files) COMPLETE
80072024-12-20T23:23:45.556Z[ recovery-image] Dec 20 23:23:43.718 INFO O| Dec 20 23:23:43.717 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082024-12-20T23:23:45.585Z[ recovery-image] Dec 20 23:23:43.746 INFO O| Dec 20 23:23:43.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
80092024-12-20T23:23:45.585Z[ recovery-image] Dec 20 23:23:43.746 INFO O| Dec 20 23:23:43.746 INFO STEP 1194 (remove_files) COMPLETE
80102024-12-20T23:23:45.585Z[ recovery-image] Dec 20 23:23:43.746 INFO O| Dec 20 23:23:43.746 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112024-12-20T23:23:45.616Z[ recovery-image] Dec 20 23:23:43.777 INFO O| Dec 20 23:23:43.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
80122024-12-20T23:23:45.616Z[ recovery-image] Dec 20 23:23:43.777 INFO O| Dec 20 23:23:43.777 INFO STEP 1195 (remove_files) COMPLETE
80132024-12-20T23:23:45.619Z[ recovery-image] Dec 20 23:23:43.777 INFO O| Dec 20 23:23:43.777 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142024-12-20T23:23:45.649Z[ recovery-image] Dec 20 23:23:43.810 INFO O| Dec 20 23:23:43.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
80152024-12-20T23:23:45.649Z[ recovery-image] Dec 20 23:23:43.810 INFO O| Dec 20 23:23:43.810 INFO STEP 1196 (remove_files) COMPLETE
80162024-12-20T23:23:45.649Z[ recovery-image] Dec 20 23:23:43.810 INFO O| Dec 20 23:23:43.810 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172024-12-20T23:23:45.673Z[ recovery-image] Dec 20 23:23:43.834 INFO O| Dec 20 23:23:43.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
80182024-12-20T23:23:45.673Z[ recovery-image] Dec 20 23:23:43.835 INFO O| Dec 20 23:23:43.835 INFO STEP 1197 (remove_files) COMPLETE
80192024-12-20T23:23:45.673Z[ recovery-image] Dec 20 23:23:43.835 INFO O| Dec 20 23:23:43.835 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202024-12-20T23:23:45.722Z[ recovery-image] Dec 20 23:23:43.883 INFO O| Dec 20 23:23:43.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
80212024-12-20T23:23:45.725Z[ recovery-image] Dec 20 23:23:43.884 INFO O| Dec 20 23:23:43.883 INFO STEP 1198 (remove_files) COMPLETE
80222024-12-20T23:23:45.725Z[ recovery-image] Dec 20 23:23:43.884 INFO O| Dec 20 23:23:43.883 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232024-12-20T23:23:45.749Z[ recovery-image] Dec 20 23:23:43.910 INFO O| Dec 20 23:23:43.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
80242024-12-20T23:23:45.749Z[ recovery-image] Dec 20 23:23:43.910 INFO O| Dec 20 23:23:43.910 INFO STEP 1199 (remove_files) COMPLETE
80252024-12-20T23:23:45.751Z[ recovery-image] Dec 20 23:23:43.910 INFO O| Dec 20 23:23:43.910 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80262024-12-20T23:23:45.778Z[ recovery-image] Dec 20 23:23:43.939 INFO O| Dec 20 23:23:43.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
80272024-12-20T23:23:45.781Z[ recovery-image] Dec 20 23:23:43.940 INFO O| Dec 20 23:23:43.939 INFO STEP 1200 (remove_files) COMPLETE
80282024-12-20T23:23:45.781Z[ recovery-image] Dec 20 23:23:43.940 INFO O| Dec 20 23:23:43.939 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80292024-12-20T23:23:45.803Z[ recovery-image] Dec 20 23:23:43.964 INFO O| Dec 20 23:23:43.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
80302024-12-20T23:23:45.803Z[ recovery-image] Dec 20 23:23:43.965 INFO O| Dec 20 23:23:43.965 INFO STEP 1201 (remove_files) COMPLETE
80312024-12-20T23:23:45.803Z[ recovery-image] Dec 20 23:23:43.965 INFO O| Dec 20 23:23:43.965 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80322024-12-20T23:23:45.844Z[ recovery-image] Dec 20 23:23:44.005 INFO O| Dec 20 23:23:44.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
80332024-12-20T23:23:45.844Z[ recovery-image] Dec 20 23:23:44.005 INFO O| Dec 20 23:23:44.005 INFO STEP 1202 (remove_files) COMPLETE
80342024-12-20T23:23:45.844Z[ recovery-image] Dec 20 23:23:44.005 INFO O| Dec 20 23:23:44.005 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80352024-12-20T23:23:45.874Z[ recovery-image] Dec 20 23:23:44.030 INFO O| Dec 20 23:23:44.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
80362024-12-20T23:23:45.874Z[ recovery-image] Dec 20 23:23:44.031 INFO O| Dec 20 23:23:44.031 INFO STEP 1203 (remove_files) COMPLETE
80372024-12-20T23:23:45.874Z[ recovery-image] Dec 20 23:23:44.031 INFO O| Dec 20 23:23:44.031 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80382024-12-20T23:23:45.895Z[ recovery-image] Dec 20 23:23:44.056 INFO O| Dec 20 23:23:44.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
80392024-12-20T23:23:45.895Z[ recovery-image] Dec 20 23:23:44.056 INFO O| Dec 20 23:23:44.056 INFO STEP 1204 (remove_files) COMPLETE
80402024-12-20T23:23:45.895Z[ recovery-image] Dec 20 23:23:44.056 INFO O| Dec 20 23:23:44.056 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80412024-12-20T23:23:45.951Z[ recovery-image] Dec 20 23:23:44.082 INFO O| Dec 20 23:23:44.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
80422024-12-20T23:23:45.951Z[ recovery-image] Dec 20 23:23:44.082 INFO O| Dec 20 23:23:44.082 INFO STEP 1205 (remove_files) COMPLETE
80432024-12-20T23:23:45.951Z[ recovery-image] Dec 20 23:23:44.082 INFO O| Dec 20 23:23:44.082 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
80442024-12-20T23:23:45.998Z[ recovery-image] Dec 20 23:23:44.159 INFO O| Dec 20 23:23:44.159 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
80452024-12-20T23:23:45.998Z[ recovery-image] Dec 20 23:23:44.160 INFO O| Dec 20 23:23:44.159 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
80462024-12-20T23:23:47.636Z[ recovery-image] Dec 20 23:23:45.796 INFO O| Dec 20 23:23:45.796 INFO STEP 1206 (pack_tar) COMPLETE
80472024-12-20T23:23:47.636Z[ recovery-image] Dec 20 23:23:45.796 INFO O| Dec 20 23:23:45.796 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80482024-12-20T23:23:47.636Z[ recovery-image] Dec 20 23:23:45.796 INFO O| Dec 20 23:23:45.796 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80492024-12-20T23:23:47.920Z[ recovery-image] Dec 20 23:23:46.081 INFO O| Dec 20 23:23:46.081 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80502024-12-20T23:23:48.052Z[ recovery-image] Dec 20 23:23:46.212 INFO O| Dec 20 23:23:46.212 INFO completed processing gimlet/ramdisk-03-recovery-trim
80512024-12-20T23:23:48.062Z[ recovery-image] Dec 20 23:23:46.223 INFO image builder template: zfs-recovery...
80522024-12-20T23:23:48.062Z[ recovery-image] Dec 20 23:23:46.223 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/.tmpzMcpQQ/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
80532024-12-20T23:23:48.125Z[ recovery-image] Dec 20 23:23:46.286 INFO O| Dec 20 23:23:46.286 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80542024-12-20T23:23:48.149Z[ recovery-image] Dec 20 23:23:46.310 INFO O| Dec 20 23:23:46.310 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80552024-12-20T23:23:48.312Z[ recovery-image] Dec 20 23:23:46.473 INFO O| Dec 20 23:23:46.473 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80562024-12-20T23:23:48.397Z[ recovery-image] Dec 20 23:23:46.558 INFO O| Dec 20 23:23:46.558 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80572024-12-20T23:23:48.397Z[ recovery-image] Dec 20 23:23:46.558 INFO O| Dec 20 23:23:46.558 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80582024-12-20T23:23:48.407Z[ recovery-image] Dec 20 23:23:46.568 INFO O| Dec 20 23:23:46.568 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80592024-12-20T23:23:48.533Z[ recovery-image] Dec 20 23:23:46.693 INFO O| Dec 20 23:23:46.693 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80602024-12-20T23:23:48.622Z[ recovery-image] Dec 20 23:23:46.783 INFO O| Dec 20 23:23:46.783 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80612024-12-20T23:23:48.643Z[ recovery-image] Dec 20 23:23:46.804 INFO O| Dec 20 23:23:46.804 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80622024-12-20T23:23:48.657Z[ recovery-image] Dec 20 23:23:46.818 INFO O| Dec 20 23:23:46.818 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80632024-12-20T23:23:48.663Z[ recovery-image] Dec 20 23:23:46.824 INFO O| Dec 20 23:23:46.824 INFO no lofi found
80642024-12-20T23:23:48.663Z[ recovery-image] Dec 20 23:23:46.824 INFO O| Dec 20 23:23:46.824 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80652024-12-20T23:23:48.666Z[ recovery-image] Dec 20 23:23:46.824 INFO O| Dec 20 23:23:46.824 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80662024-12-20T23:23:48.671Z[ host-image] Dec 20 23:23:46.832 INFO O| Dec 20 23:23:46.832 INFO O| Planning: Solver setup ... Done
80672024-12-20T23:23:48.677Z[ host-image] Dec 20 23:23:46.838 INFO O| Dec 20 23:23:46.838 INFO O| Planning: Running solver ... Done
80682024-12-20T23:23:48.789Z[ host-image] Dec 20 23:23:46.948 INFO O| Dec 20 23:23:46.948 INFO O| Planning: Finding local manifests ... Done
80692024-12-20T23:23:48.793Z[ host-image] Dec 20 23:23:46.950 INFO O| Dec 20 23:23:46.950 INFO O| Planning: Fetching manifests: 0/1 0% complete
80702024-12-20T23:23:48.975Z[ host-image] Dec 20 23:23:47.135 INFO O| Dec 20 23:23:47.135 INFO O| Planning: Fetching manifests: 1/1 100% complete
80712024-12-20T23:23:49.023Z[ host-image] Dec 20 23:23:47.184 INFO O| Dec 20 23:23:47.183 INFO O| Planning: Package planning ... Done
80722024-12-20T23:23:49.027Z[ host-image] Dec 20 23:23:47.184 INFO O| Dec 20 23:23:47.184 INFO O| Planning: Merging actions ... Done
80732024-12-20T23:23:49.144Z[ host-image] Dec 20 23:23:47.304 INFO O| Dec 20 23:23:47.304 INFO O| Planning: Checking for conflicting actions ... Done
80742024-12-20T23:23:49.146Z[ host-image] Dec 20 23:23:47.305 INFO O| Dec 20 23:23:47.305 INFO O| Planning: Consolidating action changes ... Done
80752024-12-20T23:23:49.604Z[ host-image] Dec 20 23:23:47.765 INFO O| Dec 20 23:23:47.764 INFO O| Planning: Evaluating mediators ... Done
80762024-12-20T23:23:49.625Z[ host-image] Dec 20 23:23:47.785 INFO O| Dec 20 23:23:47.785 INFO O| Planning: Planning completed in 5.48 seconds
80772024-12-20T23:23:49.655Z[ host-image] Dec 20 23:23:47.795 INFO O| Dec 20 23:23:47.795 INFO O| Packages to install: 1
80782024-12-20T23:23:49.655Z[ host-image] Dec 20 23:23:47.815 INFO O| Dec 20 23:23:47.815 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
80792024-12-20T23:23:50.629Z[ host-image] Dec 20 23:23:48.790 INFO O| Dec 20 23:23:48.789 INFO O| Download: Completed 9.99 MB in 0.97 seconds (10.2M/s)
80802024-12-20T23:23:50.675Z[ host-image] Dec 20 23:23:48.835 INFO O| Dec 20 23:23:48.835 INFO O| Actions: 1/22 actions (Installing new actions)
80812024-12-20T23:23:50.851Z[ recovery-image] Dec 20 23:23:49.012 INFO O| Dec 20 23:23:49.012 INFO lofi device = /dev/dsk/c2t1d0p0
80822024-12-20T23:23:50.851Z[ recovery-image] Dec 20 23:23:49.012 INFO O| Dec 20 23:23:49.012 INFO pool device = /dev/dsk/c2t1d0p0
80832024-12-20T23:23:50.854Z[ recovery-image] Dec 20 23:23:49.012 INFO O| Dec 20 23:23:49.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
80842024-12-20T23:23:51.094Z[ recovery-image] Dec 20 23:23:49.254 INFO O| Dec 20 23:23:49.254 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80852024-12-20T23:23:51.094Z[ recovery-image] Dec 20 23:23:49.254 INFO O| Dec 20 23:23:49.254 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80862024-12-20T23:23:51.100Z[ host-image] Dec 20 23:23:49.259 INFO O| Dec 20 23:23:49.259 INFO O| Actions: Completed 22 actions in 0.42 seconds.
80872024-12-20T23:23:51.155Z[ recovery-image] Dec 20 23:23:49.316 INFO O| Dec 20 23:23:49.316 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80882024-12-20T23:23:51.530Z[ recovery-image] Dec 20 23:23:49.686 INFO O| Dec 20 23:23:49.686 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80892024-12-20T23:23:51.588Z[ recovery-image] Dec 20 23:23:49.748 INFO O| Dec 20 23:23:49.748 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80902024-12-20T23:23:51.619Z[ recovery-image] Dec 20 23:23:49.779 INFO O| Dec 20 23:23:49.779 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80912024-12-20T23:23:51.660Z[ recovery-image] Dec 20 23:23:49.820 INFO O| Dec 20 23:23:49.820 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80922024-12-20T23:23:51.744Z[ recovery-image] Dec 20 23:23:49.904 INFO O| Dec 20 23:23:49.904 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80932024-12-20T23:23:51.747Z[ recovery-image] Dec 20 23:23:49.904 INFO O| Dec 20 23:23:49.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80942024-12-20T23:23:51.747Z[ recovery-image] Dec 20 23:23:49.904 INFO O| Dec 20 23:23:49.904 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80952024-12-20T23:23:51.757Z[ host-image] Dec 20 23:23:49.918 INFO O| Dec 20 23:23:49.917 INFO O| Done
80962024-12-20T23:23:51.757Z[ host-image] Dec 20 23:23:49.918 INFO O| Dec 20 23:23:49.918 INFO O| Done
80972024-12-20T23:23:51.776Z[ recovery-image] Dec 20 23:23:49.936 INFO O| Dec 20 23:23:49.936 INFO boot environment UUID: 1908c8de-d1fe-4017-8c1c-5af9df9922e1
80982024-12-20T23:23:51.776Z[ recovery-image] Dec 20 23:23:49.936 INFO O| Dec 20 23:23:49.936 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1908c8de-d1fe-4017-8c1c-5af9df9922e1
80992024-12-20T23:23:51.833Z[ recovery-image] Dec 20 23:23:49.993 INFO O| Dec 20 23:23:49.993 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
81002024-12-20T23:23:51.876Z[ recovery-image] Dec 20 23:23:50.037 INFO O| Dec 20 23:23:50.036 INFO STEP 0 (create_be) COMPLETE
81012024-12-20T23:23:51.876Z[ recovery-image] Dec 20 23:23:50.037 INFO O| Dec 20 23:23:50.037 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81022024-12-20T23:23:51.913Z[ recovery-image] Dec 20 23:23:50.073 INFO O| Dec 20 23:23:50.073 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"]
81032024-12-20T23:23:53.195Z[ host-image] Dec 20 23:23:51.355 INFO O| Dec 20 23:23:51.355 INFO O| Done
81042024-12-20T23:23:56.520Z[ host-image] Dec 20 23:23:54.680 INFO O| Dec 20 23:23:54.679 INFO O| Done
81052024-12-20T23:23:56.591Z[ host-image] Dec 20 23:23:54.750 INFO O| Dec 20 23:23:54.750 INFO O| Done
81062024-12-20T23:23:56.594Z[ host-image] Dec 20 23:23:54.751 INFO O| Dec 20 23:23:54.751 INFO O| Done
81072024-12-20T23:23:56.611Z[ host-image] Dec 20 23:23:54.771 INFO O| Dec 20 23:23:54.771 INFO O| Done
81082024-12-20T23:23:56.895Z[ host-image] Dec 20 23:23:55.054 INFO O| Dec 20 23:23:55.054 INFO STEP 14 (pkg_install) COMPLETE
81092024-12-20T23:23:56.895Z[ host-image] Dec 20 23:23:55.054 INFO O| Dec 20 23:23:55.054 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81102024-12-20T23:23:56.898Z[ host-image] Dec 20 23:23:55.054 INFO O| Dec 20 23:23:55.054 INFO skip step because feature "mfg" is not enabled
81112024-12-20T23:23:56.898Z[ host-image] Dec 20 23:23:55.054 INFO O| Dec 20 23:23:55.054 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81122024-12-20T23:23:56.898Z[ host-image] Dec 20 23:23:55.054 INFO O| Dec 20 23:23:55.054 INFO skip step because feature "compliance" is not enabled
81132024-12-20T23:23:56.899Z[ host-image] Dec 20 23:23:55.054 INFO O| Dec 20 23:23:55.054 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81142024-12-20T23:23:56.899Z[ host-image] Dec 20 23:23:55.054 INFO O| Dec 20 23:23:55.054 INFO skip step because feature "stress" is not enabled
81152024-12-20T23:23:56.899Z[ host-image] Dec 20 23:23:55.054 INFO O| Dec 20 23:23:55.054 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81162024-12-20T23:23:56.899Z[ host-image] Dec 20 23:23:55.054 INFO O| Dec 20 23:23:55.054 INFO skip step because feature "nfs" is not enabled
81172024-12-20T23:23:56.899Z[ host-image] Dec 20 23:23:55.054 INFO O| Dec 20 23:23:55.054 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
81182024-12-20T23:23:56.899Z[ host-image] Dec 20 23:23:55.054 INFO O| Dec 20 23:23:55.054 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
81192024-12-20T23:23:57.028Z[ host-image] Dec 20 23:23:55.188 INFO O| Dec 20 23:23:55.187 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
81202024-12-20T23:23:57.190Z[ host-image] Dec 20 23:23:55.350 INFO O| Dec 20 23:23:55.350 INFO completed processing gimlet/ramdisk-01-os
81212024-12-20T23:23:57.194Z[ host-image] Dec 20 23:23:55.353 INFO omicron1 baseline generation...
81222024-12-20T23:23:57.196Z[ host-image] Dec 20 23:23:55.354 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
81232024-12-20T23:23:58.419Z[ host-image] Dec 20 23:23:56.578 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z
81242024-12-20T23:23:59.437Z[ recovery-image] Dec 20 23:23:57.596 INFO O| Dec 20 23:23:57.596 INFO STEP 1 (unpack_tar) COMPLETE
81252024-12-20T23:23:59.437Z[ recovery-image] Dec 20 23:23:57.596 INFO O| Dec 20 23:23:57.596 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81262024-12-20T23:23:59.480Z[ recovery-image] Dec 20 23:23:57.621 INFO O| Dec 20 23:23:57.621 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81272024-12-20T23:23:59.922Z[ recovery-image] Dec 20 23:23:58.081 INFO O| Dec 20 23:23:58.080 INFO STEP 2 (devfsadm) COMPLETE
81282024-12-20T23:23:59.922Z[ recovery-image] Dec 20 23:23:58.081 INFO O| Dec 20 23:23:58.081 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81292024-12-20T23:23:59.949Z[ recovery-image] Dec 20 23:23:58.107 INFO O| Dec 20 23:23:58.107 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81302024-12-20T23:23:59.949Z[ recovery-image] Dec 20 23:23:58.107 INFO O| Dec 20 23:23:58.107 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81312024-12-20T23:23:59.949Z[ recovery-image] Dec 20 23:23:58.107 INFO O| Dec 20 23:23:58.107 INFO STEP 3 (ensure_dir) COMPLETE
81322024-12-20T23:23:59.956Z[ recovery-image] Dec 20 23:23:58.107 INFO O| Dec 20 23:23:58.107 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81332024-12-20T23:23:59.974Z[ recovery-image] Dec 20 23:23:58.133 INFO O| Dec 20 23:23:58.133 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81342024-12-20T23:23:59.974Z[ recovery-image] Dec 20 23:23:58.133 INFO O| Dec 20 23:23:58.133 INFO STEP 4 (ensure_dir) COMPLETE
81352024-12-20T23:23:59.979Z[ recovery-image] Dec 20 23:23:58.133 INFO O| Dec 20 23:23:58.133 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81362024-12-20T23:24:00.015Z[ recovery-image] Dec 20 23:23:58.174 INFO O| Dec 20 23:23:58.174 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81372024-12-20T23:24:00.015Z[ recovery-image] Dec 20 23:23:58.174 INFO O| Dec 20 23:23:58.174 INFO STEP 5 (ensure_dir) COMPLETE
81382024-12-20T23:24:00.018Z[ recovery-image] Dec 20 23:23:58.174 INFO O| Dec 20 23:23:58.174 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81392024-12-20T23:24:00.041Z[ recovery-image] Dec 20 23:23:58.199 INFO O| Dec 20 23:23:58.199 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81402024-12-20T23:24:00.041Z[ recovery-image] Dec 20 23:23:58.200 INFO O| Dec 20 23:23:58.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81412024-12-20T23:24:00.041Z[ recovery-image] Dec 20 23:23:58.200 INFO O| Dec 20 23:23:58.200 INFO STEP 6 (ensure_dir) COMPLETE
81422024-12-20T23:24:00.044Z[ recovery-image] Dec 20 23:23:58.200 INFO O| Dec 20 23:23:58.200 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81432024-12-20T23:24:00.085Z[ recovery-image] Dec 20 23:23:58.244 INFO O| Dec 20 23:23:58.244 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81442024-12-20T23:24:00.085Z[ recovery-image] Dec 20 23:23:58.244 INFO O| Dec 20 23:23:58.244 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81452024-12-20T23:24:00.085Z[ recovery-image] Dec 20 23:23:58.244 INFO O| Dec 20 23:23:58.244 INFO STEP 7 (ensure_dir) COMPLETE
81462024-12-20T23:24:00.088Z[ recovery-image] Dec 20 23:23:58.244 INFO O| Dec 20 23:23:58.244 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81472024-12-20T23:24:00.110Z[ recovery-image] Dec 20 23:23:58.269 INFO O| Dec 20 23:23:58.269 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
81482024-12-20T23:24:00.113Z[ recovery-image] Dec 20 23:23:58.270 INFO O| Dec 20 23:23:58.270 INFO STEP 8 (remove_files) COMPLETE
81492024-12-20T23:24:00.113Z[ recovery-image] Dec 20 23:23:58.270 INFO O| Dec 20 23:23:58.270 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81502024-12-20T23:24:00.136Z[ recovery-image] Dec 20 23:23:58.294 INFO O| Dec 20 23:23:58.294 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
81512024-12-20T23:24:00.139Z[ recovery-image] Dec 20 23:23:58.295 INFO O| Dec 20 23:23:58.295 INFO STEP 9 (remove_files) COMPLETE
81522024-12-20T23:24:00.139Z[ recovery-image] Dec 20 23:23:58.295 INFO O| Dec 20 23:23:58.295 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81532024-12-20T23:24:00.179Z[ recovery-image] Dec 20 23:23:58.338 INFO O| Dec 20 23:23:58.338 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
81542024-12-20T23:24:00.182Z[ recovery-image] Dec 20 23:23:58.340 INFO O| Dec 20 23:23:58.340 INFO STEP 10 (remove_files) COMPLETE
81552024-12-20T23:24:00.182Z[ recovery-image] Dec 20 23:23:58.340 INFO O| Dec 20 23:23:58.340 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81562024-12-20T23:24:00.246Z[ recovery-image] Dec 20 23:23:58.392 INFO O| Dec 20 23:23:58.392 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
81572024-12-20T23:24:00.246Z[ recovery-image] Dec 20 23:23:58.392 INFO O| Dec 20 23:23:58.392 INFO STEP 11 (remove_files) COMPLETE
81582024-12-20T23:24:00.246Z[ recovery-image] Dec 20 23:23:58.392 INFO O| Dec 20 23:23:58.392 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81592024-12-20T23:24:00.259Z[ recovery-image] Dec 20 23:23:58.418 INFO O| Dec 20 23:23:58.418 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
81602024-12-20T23:24:00.259Z[ recovery-image] Dec 20 23:23:58.418 INFO O| Dec 20 23:23:58.418 INFO STEP 12 (remove_files) COMPLETE
81612024-12-20T23:24:00.262Z[ recovery-image] Dec 20 23:23:58.418 INFO O| Dec 20 23:23:58.418 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81622024-12-20T23:24:00.317Z[ recovery-image] Dec 20 23:23:58.475 INFO O| Dec 20 23:23:58.475 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81632024-12-20T23:24:00.317Z[ recovery-image] Dec 20 23:23:58.475 INFO O| Dec 20 23:23:58.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81642024-12-20T23:24:00.317Z[ recovery-image] Dec 20 23:23:58.475 INFO O| Dec 20 23:23:58.475 INFO STEP 13 (ensure_dir) COMPLETE
81652024-12-20T23:24:00.317Z[ recovery-image] Dec 20 23:23:58.475 INFO O| Dec 20 23:23:58.475 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81662024-12-20T23:24:00.361Z[ recovery-image] Dec 20 23:23:58.520 INFO O| Dec 20 23:23:58.519 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81672024-12-20T23:24:00.361Z[ recovery-image] Dec 20 23:23:58.520 INFO O| Dec 20 23:23:58.520 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81682024-12-20T23:24:00.364Z[ recovery-image] Dec 20 23:23:58.520 INFO O| Dec 20 23:23:58.520 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81692024-12-20T23:24:00.364Z[ recovery-image] Dec 20 23:23:58.520 INFO O| Dec 20 23:23:58.520 INFO STEP 14 (ensure_dir) COMPLETE
81702024-12-20T23:24:00.364Z[ recovery-image] Dec 20 23:23:58.520 INFO O| Dec 20 23:23:58.520 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81712024-12-20T23:24:00.411Z[ recovery-image] Dec 20 23:23:58.570 INFO O| Dec 20 23:23:58.570 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81722024-12-20T23:24:00.414Z[ recovery-image] Dec 20 23:23:58.570 INFO O| Dec 20 23:23:58.570 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81732024-12-20T23:24:00.414Z[ recovery-image] Dec 20 23:23:58.570 INFO O| Dec 20 23:23:58.570 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81742024-12-20T23:24:00.414Z[ recovery-image] Dec 20 23:23:58.571 INFO O| Dec 20 23:23:58.570 INFO STEP 15 (ensure_dir) COMPLETE
81752024-12-20T23:24:00.414Z[ recovery-image] Dec 20 23:23:58.571 INFO O| Dec 20 23:23:58.571 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81762024-12-20T23:24:00.440Z[ recovery-image] Dec 20 23:23:58.599 INFO O| Dec 20 23:23:58.599 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81772024-12-20T23:24:00.442Z[ recovery-image] Dec 20 23:23:58.599 INFO O| Dec 20 23:23:58.599 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81782024-12-20T23:24:00.442Z[ recovery-image] Dec 20 23:23:58.599 INFO O| Dec 20 23:23:58.599 INFO STEP 16 (ensure_dir) COMPLETE
81792024-12-20T23:24:00.442Z[ recovery-image] Dec 20 23:23:58.599 INFO O| Dec 20 23:23:58.599 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81802024-12-20T23:24:00.466Z[ recovery-image] Dec 20 23:23:58.625 INFO O| Dec 20 23:23:58.625 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81812024-12-20T23:24:00.466Z[ recovery-image] Dec 20 23:23:58.625 INFO O| Dec 20 23:23:58.625 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81822024-12-20T23:24:00.469Z[ recovery-image] Dec 20 23:23:58.625 INFO O| Dec 20 23:23:58.625 INFO STEP 17 (ensure_dir) COMPLETE
81832024-12-20T23:24:00.469Z[ recovery-image] Dec 20 23:23:58.625 INFO O| Dec 20 23:23:58.625 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81842024-12-20T23:24:00.512Z[ recovery-image] Dec 20 23:23:58.670 INFO O| Dec 20 23:23:58.670 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81852024-12-20T23:24:00.512Z[ recovery-image] Dec 20 23:23:58.670 INFO O| Dec 20 23:23:58.670 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81862024-12-20T23:24:00.512Z[ recovery-image] Dec 20 23:23:58.670 INFO O| Dec 20 23:23:58.670 INFO ok!
81872024-12-20T23:24:00.516Z[ recovery-image] Dec 20 23:23:58.671 INFO O| Dec 20 23:23:58.670 INFO STEP 18 (ensure_symlink) COMPLETE
81882024-12-20T23:24:00.516Z[ recovery-image] Dec 20 23:23:58.671 INFO O| Dec 20 23:23:58.671 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81892024-12-20T23:24:00.536Z[ recovery-image] Dec 20 23:23:58.695 INFO O| Dec 20 23:23:58.695 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81902024-12-20T23:24:00.536Z[ recovery-image] Dec 20 23:23:58.695 INFO O| Dec 20 23:23:58.695 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81912024-12-20T23:24:00.536Z[ recovery-image] Dec 20 23:23:58.695 INFO O| Dec 20 23:23:58.695 INFO ok!
81922024-12-20T23:24:00.536Z[ recovery-image] Dec 20 23:23:58.695 INFO O| Dec 20 23:23:58.695 INFO STEP 19 (ensure_file) COMPLETE
81932024-12-20T23:24:00.538Z[ recovery-image] Dec 20 23:23:58.695 INFO O| Dec 20 23:23:58.695 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81942024-12-20T23:24:00.563Z[ recovery-image] Dec 20 23:23:58.722 INFO O| Dec 20 23:23:58.722 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81952024-12-20T23:24:00.563Z[ recovery-image] Dec 20 23:23:58.722 INFO O| Dec 20 23:23:58.722 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81962024-12-20T23:24:00.565Z[ recovery-image] Dec 20 23:23:58.722 INFO O| Dec 20 23:23:58.722 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81972024-12-20T23:24:00.565Z[ recovery-image] Dec 20 23:23:58.722 INFO O| Dec 20 23:23:58.722 INFO ok!
81982024-12-20T23:24:00.565Z[ recovery-image] Dec 20 23:23:58.723 INFO O| Dec 20 23:23:58.722 INFO STEP 20 (ensure_symlink) COMPLETE
81992024-12-20T23:24:00.589Z[ recovery-image] Dec 20 23:23:58.748 INFO O| Dec 20 23:23:58.748 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82002024-12-20T23:24:00.659Z[ recovery-image] Dec 20 23:23:58.818 INFO O| Dec 20 23:23:58.818 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
82012024-12-20T23:24:00.659Z[ recovery-image] Dec 20 23:23:58.818 INFO O| Dec 20 23:23:58.818 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
82022024-12-20T23:24:00.659Z[ recovery-image] Dec 20 23:23:58.818 INFO O| Dec 20 23:23:58.818 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
82032024-12-20T23:24:00.662Z[ recovery-image] Dec 20 23:23:58.818 INFO O| Dec 20 23:23:58.818 INFO ok!
82042024-12-20T23:24:00.662Z[ recovery-image] Dec 20 23:23:58.818 INFO O| Dec 20 23:23:58.818 INFO STEP 21 (ensure_symlink) COMPLETE
82052024-12-20T23:24:00.662Z[ recovery-image] Dec 20 23:23:58.818 INFO O| Dec 20 23:23:58.818 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82062024-12-20T23:24:00.691Z[ recovery-image] Dec 20 23:23:58.850 INFO O| Dec 20 23:23:58.850 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
82072024-12-20T23:24:00.691Z[ recovery-image] Dec 20 23:23:58.850 INFO O| Dec 20 23:23:58.850 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
82082024-12-20T23:24:00.694Z[ recovery-image] Dec 20 23:23:58.850 INFO O| Dec 20 23:23:58.850 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
82092024-12-20T23:24:00.694Z[ recovery-image] Dec 20 23:23:58.850 INFO O| Dec 20 23:23:58.850 INFO ok!
82102024-12-20T23:24:00.694Z[ recovery-image] Dec 20 23:23:58.850 INFO O| Dec 20 23:23:58.850 INFO STEP 22 (ensure_symlink) COMPLETE
82112024-12-20T23:24:00.694Z[ recovery-image] Dec 20 23:23:58.850 INFO O| Dec 20 23:23:58.850 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82122024-12-20T23:24:01.082Z[ recovery-image] Dec 20 23:23:59.241 INFO O| Dec 20 23:23:59.241 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
82132024-12-20T23:24:01.082Z[ recovery-image] Dec 20 23:23:59.241 INFO O| Dec 20 23:23:59.241 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
82142024-12-20T23:24:01.083Z[ recovery-image] Dec 20 23:23:59.241 INFO O| Dec 20 23:23:59.241 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
82152024-12-20T23:24:01.086Z[ recovery-image] Dec 20 23:23:59.241 INFO O| Dec 20 23:23:59.241 INFO ok!
82162024-12-20T23:24:01.086Z[ recovery-image] Dec 20 23:23:59.241 INFO O| Dec 20 23:23:59.241 INFO STEP 23 (ensure_symlink) COMPLETE
82172024-12-20T23:24:01.086Z[ recovery-image] Dec 20 23:23:59.242 INFO O| Dec 20 23:23:59.241 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82182024-12-20T23:24:01.165Z[ recovery-image] Dec 20 23:23:59.304 INFO O| Dec 20 23:23:59.304 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
82192024-12-20T23:24:01.167Z[ recovery-image] Dec 20 23:23:59.305 INFO O| Dec 20 23:23:59.305 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 ...
82202024-12-20T23:24:01.167Z[ recovery-image] Dec 20 23:23:59.305 INFO O| Dec 20 23:23:59.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
82212024-12-20T23:24:01.167Z[ recovery-image] Dec 20 23:23:59.305 INFO O| Dec 20 23:23:59.305 INFO ok!
82222024-12-20T23:24:01.167Z[ recovery-image] Dec 20 23:23:59.305 INFO O| Dec 20 23:23:59.305 INFO STEP 24 (ensure_file) COMPLETE
82232024-12-20T23:24:01.167Z[ recovery-image] Dec 20 23:23:59.305 INFO O| Dec 20 23:23:59.305 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
82242024-12-20T23:24:01.263Z[ recovery-image] Dec 20 23:23:59.420 INFO O| Dec 20 23:23:59.420 INFO updating shadow file
82252024-12-20T23:24:01.263Z[ recovery-image] Dec 20 23:23:59.421 INFO O| Dec 20 23:23:59.421 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82262024-12-20T23:24:01.263Z[ recovery-image] Dec 20 23:23:59.421 INFO O| Dec 20 23:23:59.421 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82272024-12-20T23:24:01.263Z[ recovery-image] Dec 20 23:23:59.421 INFO O| Dec 20 23:23:59.421 INFO STEP 25 (shadow) COMPLETE
82282024-12-20T23:24:01.263Z[ recovery-image] Dec 20 23:23:59.421 INFO O| Dec 20 23:23:59.421 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82292024-12-20T23:24:01.324Z[ recovery-image] Dec 20 23:23:59.483 INFO O| Dec 20 23:23:59.483 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
82302024-12-20T23:24:01.327Z[ recovery-image] Dec 20 23:23:59.483 INFO O| Dec 20 23:23:59.483 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
82312024-12-20T23:24:01.327Z[ recovery-image] Dec 20 23:23:59.483 INFO O| Dec 20 23:23:59.483 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
82322024-12-20T23:24:01.327Z[ recovery-image] Dec 20 23:23:59.483 INFO O| Dec 20 23:23:59.483 INFO ok!
82332024-12-20T23:24:01.327Z[ recovery-image] Dec 20 23:23:59.483 INFO O| Dec 20 23:23:59.483 INFO STEP 26 (ensure_file) COMPLETE
82342024-12-20T23:24:01.327Z[ recovery-image] Dec 20 23:23:59.484 INFO O| Dec 20 23:23:59.483 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82352024-12-20T23:24:01.368Z[ recovery-image] Dec 20 23:23:59.527 INFO O| Dec 20 23:23:59.527 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
82362024-12-20T23:24:01.368Z[ recovery-image] Dec 20 23:23:59.527 INFO O| Dec 20 23:23:59.527 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
82372024-12-20T23:24:01.371Z[ recovery-image] Dec 20 23:23:59.528 INFO O| Dec 20 23:23:59.528 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
82382024-12-20T23:24:01.371Z[ recovery-image] Dec 20 23:23:59.528 INFO O| Dec 20 23:23:59.528 INFO ok!
82392024-12-20T23:24:01.371Z[ recovery-image] Dec 20 23:23:59.528 INFO O| Dec 20 23:23:59.528 INFO STEP 27 (ensure_file) COMPLETE
82402024-12-20T23:24:01.371Z[ recovery-image] Dec 20 23:23:59.528 INFO O| Dec 20 23:23:59.528 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82412024-12-20T23:24:01.401Z[ recovery-image] Dec 20 23:23:59.560 INFO O| Dec 20 23:23:59.560 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
82422024-12-20T23:24:01.404Z[ recovery-image] Dec 20 23:23:59.560 INFO O| Dec 20 23:23:59.560 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
82432024-12-20T23:24:01.404Z[ recovery-image] Dec 20 23:23:59.561 INFO O| Dec 20 23:23:59.561 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82442024-12-20T23:24:01.404Z[ recovery-image] Dec 20 23:23:59.561 INFO O| Dec 20 23:23:59.561 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82452024-12-20T23:24:01.404Z[ recovery-image] Dec 20 23:23:59.561 INFO O| Dec 20 23:23:59.561 INFO ok!
82462024-12-20T23:24:01.404Z[ recovery-image] Dec 20 23:23:59.561 INFO O| Dec 20 23:23:59.561 INFO STEP 28 (ensure_file) COMPLETE
82472024-12-20T23:24:01.404Z[ recovery-image] Dec 20 23:23:59.561 INFO O| Dec 20 23:23:59.561 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82482024-12-20T23:24:01.437Z[ recovery-image] Dec 20 23:23:59.592 INFO O| Dec 20 23:23:59.592 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
82492024-12-20T23:24:01.437Z[ recovery-image] Dec 20 23:23:59.592 INFO O| Dec 20 23:23:59.592 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
82502024-12-20T23:24:01.437Z[ recovery-image] Dec 20 23:23:59.592 INFO O| Dec 20 23:23:59.592 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
82512024-12-20T23:24:01.437Z[ recovery-image] Dec 20 23:23:59.592 INFO O| Dec 20 23:23:59.592 INFO ok!
82522024-12-20T23:24:01.439Z[ recovery-image] Dec 20 23:23:59.592 INFO O| Dec 20 23:23:59.592 INFO STEP 29 (ensure_file) COMPLETE
82532024-12-20T23:24:01.441Z[ recovery-image] Dec 20 23:23:59.592 INFO O| Dec 20 23:23:59.592 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82542024-12-20T23:24:01.539Z[ recovery-image] Dec 20 23:23:59.697 INFO O| Dec 20 23:23:59.697 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
82552024-12-20T23:24:01.539Z[ recovery-image] Dec 20 23:23:59.697 INFO O| Dec 20 23:23:59.697 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
82562024-12-20T23:24:01.539Z[ recovery-image] Dec 20 23:23:59.698 INFO O| Dec 20 23:23:59.698 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
82572024-12-20T23:24:01.539Z[ recovery-image] Dec 20 23:23:59.698 INFO O| Dec 20 23:23:59.698 INFO ok!
82582024-12-20T23:24:01.539Z[ recovery-image] Dec 20 23:23:59.698 INFO O| Dec 20 23:23:59.698 INFO STEP 30 (ensure_file) COMPLETE
82592024-12-20T23:24:01.539Z[ recovery-image] Dec 20 23:23:59.698 INFO O| Dec 20 23:23:59.698 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82602024-12-20T23:24:01.571Z[ recovery-image] Dec 20 23:23:59.729 INFO O| Dec 20 23:23:59.729 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
82612024-12-20T23:24:01.571Z[ recovery-image] Dec 20 23:23:59.730 INFO O| Dec 20 23:23:59.730 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
82622024-12-20T23:24:01.574Z[ recovery-image] Dec 20 23:23:59.730 INFO O| Dec 20 23:23:59.730 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82632024-12-20T23:24:01.574Z[ recovery-image] Dec 20 23:23:59.730 INFO O| Dec 20 23:23:59.730 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82642024-12-20T23:24:01.574Z[ recovery-image] Dec 20 23:23:59.730 INFO O| Dec 20 23:23:59.730 INFO ok!
82652024-12-20T23:24:01.574Z[ recovery-image] Dec 20 23:23:59.730 INFO O| Dec 20 23:23:59.730 INFO STEP 31 (ensure_file) COMPLETE
82662024-12-20T23:24:01.574Z[ recovery-image] Dec 20 23:23:59.730 INFO O| Dec 20 23:23:59.730 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82672024-12-20T23:24:01.601Z[ recovery-image] Dec 20 23:23:59.760 INFO O| Dec 20 23:23:59.760 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
82682024-12-20T23:24:01.601Z[ recovery-image] Dec 20 23:23:59.760 INFO O| Dec 20 23:23:59.760 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
82692024-12-20T23:24:01.603Z[ recovery-image] Dec 20 23:23:59.760 INFO O| Dec 20 23:23:59.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
82702024-12-20T23:24:01.604Z[ recovery-image] Dec 20 23:23:59.761 INFO O| Dec 20 23:23:59.760 INFO ok!
82712024-12-20T23:24:01.604Z[ recovery-image] Dec 20 23:23:59.761 INFO O| Dec 20 23:23:59.761 INFO STEP 32 (ensure_file) COMPLETE
82722024-12-20T23:24:01.604Z[ recovery-image] Dec 20 23:23:59.761 INFO O| Dec 20 23:23:59.761 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82732024-12-20T23:24:01.630Z[ recovery-image] Dec 20 23:23:59.789 INFO O| Dec 20 23:23:59.789 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
82742024-12-20T23:24:01.633Z[ recovery-image] Dec 20 23:23:59.789 INFO O| Dec 20 23:23:59.789 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
82752024-12-20T23:24:01.633Z[ recovery-image] Dec 20 23:23:59.789 INFO O| Dec 20 23:23:59.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
82762024-12-20T23:24:01.633Z[ recovery-image] Dec 20 23:23:59.789 INFO O| Dec 20 23:23:59.789 INFO ok!
82772024-12-20T23:24:01.633Z[ recovery-image] Dec 20 23:23:59.789 INFO O| Dec 20 23:23:59.789 INFO STEP 33 (ensure_file) COMPLETE
82782024-12-20T23:24:01.633Z[ recovery-image] Dec 20 23:23:59.789 INFO O| Dec 20 23:23:59.789 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82792024-12-20T23:24:01.659Z[ recovery-image] Dec 20 23:23:59.817 INFO O| Dec 20 23:23:59.817 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
82802024-12-20T23:24:01.659Z[ recovery-image] Dec 20 23:23:59.817 INFO O| Dec 20 23:23:59.817 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
82812024-12-20T23:24:01.659Z[ recovery-image] Dec 20 23:23:59.818 INFO O| Dec 20 23:23:59.817 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82822024-12-20T23:24:01.662Z[ recovery-image] Dec 20 23:23:59.818 INFO O| Dec 20 23:23:59.818 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82832024-12-20T23:24:01.662Z[ recovery-image] Dec 20 23:23:59.818 INFO O| Dec 20 23:23:59.818 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82842024-12-20T23:24:01.662Z[ recovery-image] Dec 20 23:23:59.818 INFO O| Dec 20 23:23:59.818 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82852024-12-20T23:24:01.662Z[ recovery-image] Dec 20 23:23:59.818 INFO O| Dec 20 23:23:59.818 INFO ok!
82862024-12-20T23:24:01.662Z[ recovery-image] Dec 20 23:23:59.818 INFO O| Dec 20 23:23:59.818 INFO STEP 34 (ensure_file) COMPLETE
82872024-12-20T23:24:01.662Z[ recovery-image] Dec 20 23:23:59.818 INFO O| Dec 20 23:23:59.818 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82882024-12-20T23:24:01.704Z[ recovery-image] Dec 20 23:23:59.862 INFO O| Dec 20 23:23:59.862 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82892024-12-20T23:24:01.706Z[ recovery-image] Dec 20 23:23:59.863 INFO O| Dec 20 23:23:59.862 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82902024-12-20T23:24:01.706Z[ recovery-image] Dec 20 23:23:59.863 INFO O| Dec 20 23:23:59.863 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82912024-12-20T23:24:01.706Z[ recovery-image] Dec 20 23:23:59.863 INFO O| Dec 20 23:23:59.863 INFO STEP 35 (ensure_dir) COMPLETE
82922024-12-20T23:24:01.706Z[ recovery-image] Dec 20 23:23:59.863 INFO O| Dec 20 23:23:59.863 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82932024-12-20T23:24:01.801Z[ recovery-image] Dec 20 23:23:59.960 INFO O| Dec 20 23:23:59.960 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
82942024-12-20T23:24:01.801Z[ recovery-image] Dec 20 23:23:59.960 INFO O| Dec 20 23:23:59.960 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 ...
82952024-12-20T23:24:01.804Z[ recovery-image] Dec 20 23:23:59.960 INFO O| Dec 20 23:23:59.960 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
82962024-12-20T23:24:01.804Z[ recovery-image] Dec 20 23:23:59.961 INFO O| Dec 20 23:23:59.960 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
82972024-12-20T23:24:01.804Z[ recovery-image] Dec 20 23:23:59.961 INFO O| Dec 20 23:23:59.960 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
82982024-12-20T23:24:01.804Z[ recovery-image] Dec 20 23:23:59.961 INFO O| Dec 20 23:23:59.961 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
82992024-12-20T23:24:01.804Z[ recovery-image] Dec 20 23:23:59.961 INFO O| Dec 20 23:23:59.961 INFO ok!
83002024-12-20T23:24:01.804Z[ recovery-image] Dec 20 23:23:59.961 INFO O| Dec 20 23:23:59.961 INFO STEP 36 (ensure_file) COMPLETE
83012024-12-20T23:24:01.804Z[ recovery-image] Dec 20 23:23:59.961 INFO O| Dec 20 23:23:59.961 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83022024-12-20T23:24:01.868Z[ recovery-image] Dec 20 23:24:00.020 INFO O| Dec 20 23:24:00.020 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
83032024-12-20T23:24:01.868Z[ recovery-image] Dec 20 23:24:00.020 INFO O| Dec 20 23:24:00.020 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 ...
83042024-12-20T23:24:01.868Z[ recovery-image] Dec 20 23:24:00.020 INFO O| Dec 20 23:24:00.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
83052024-12-20T23:24:01.868Z[ recovery-image] Dec 20 23:24:00.020 INFO O| Dec 20 23:24:00.020 INFO ok!
83062024-12-20T23:24:01.868Z[ recovery-image] Dec 20 23:24:00.020 INFO O| Dec 20 23:24:00.020 INFO STEP 37 (ensure_symlink) COMPLETE
83072024-12-20T23:24:01.868Z[ recovery-image] Dec 20 23:24:00.020 INFO O| Dec 20 23:24:00.020 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83082024-12-20T23:24:01.891Z[ recovery-image] Dec 20 23:24:00.050 INFO O| Dec 20 23:24:00.049 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
83092024-12-20T23:24:01.891Z[ recovery-image] Dec 20 23:24:00.050 INFO O| Dec 20 23:24:00.049 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
83102024-12-20T23:24:01.893Z[ recovery-image] Dec 20 23:24:00.050 INFO O| Dec 20 23:24:00.050 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83112024-12-20T23:24:01.893Z[ recovery-image] Dec 20 23:24:00.050 INFO O| Dec 20 23:24:00.050 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83122024-12-20T23:24:01.893Z[ recovery-image] Dec 20 23:24:00.050 INFO O| Dec 20 23:24:00.050 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83132024-12-20T23:24:01.893Z[ recovery-image] Dec 20 23:24:00.050 INFO O| Dec 20 23:24:00.050 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83142024-12-20T23:24:01.893Z[ recovery-image] Dec 20 23:24:00.050 INFO O| Dec 20 23:24:00.050 INFO ok!
83152024-12-20T23:24:01.893Z[ recovery-image] Dec 20 23:24:00.050 INFO O| Dec 20 23:24:00.050 INFO STEP 38 (ensure_file) COMPLETE
83162024-12-20T23:24:01.894Z[ recovery-image] Dec 20 23:24:00.050 INFO O| Dec 20 23:24:00.050 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83172024-12-20T23:24:01.920Z[ recovery-image] Dec 20 23:24:00.079 INFO O| Dec 20 23:24:00.079 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
83182024-12-20T23:24:01.920Z[ recovery-image] Dec 20 23:24:00.079 INFO O| Dec 20 23:24:00.079 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 ...
83192024-12-20T23:24:01.923Z[ recovery-image] Dec 20 23:24:00.080 INFO O| Dec 20 23:24:00.079 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
83202024-12-20T23:24:01.923Z[ recovery-image] Dec 20 23:24:00.080 INFO O| Dec 20 23:24:00.080 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
83212024-12-20T23:24:01.923Z[ recovery-image] Dec 20 23:24:00.080 INFO O| Dec 20 23:24:00.080 INFO ok!
83222024-12-20T23:24:01.923Z[ recovery-image] Dec 20 23:24:00.080 INFO O| Dec 20 23:24:00.080 INFO STEP 39 (ensure_file) COMPLETE
83232024-12-20T23:24:01.923Z[ recovery-image] Dec 20 23:24:00.080 INFO O| Dec 20 23:24:00.080 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83242024-12-20T23:24:01.949Z[ recovery-image] Dec 20 23:24:00.108 INFO O| Dec 20 23:24:00.108 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
83252024-12-20T23:24:01.949Z[ recovery-image] Dec 20 23:24:00.108 INFO O| Dec 20 23:24:00.108 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
83262024-12-20T23:24:01.952Z[ recovery-image] Dec 20 23:24:00.108 INFO O| Dec 20 23:24:00.108 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
83272024-12-20T23:24:01.952Z[ recovery-image] Dec 20 23:24:00.108 INFO O| Dec 20 23:24:00.108 INFO ok!
83282024-12-20T23:24:01.952Z[ recovery-image] Dec 20 23:24:00.108 INFO O| Dec 20 23:24:00.108 INFO STEP 40 (ensure_file) COMPLETE
83292024-12-20T23:24:01.952Z[ recovery-image] Dec 20 23:24:00.108 INFO O| Dec 20 23:24:00.108 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83302024-12-20T23:24:01.978Z[ recovery-image] Dec 20 23:24:00.137 INFO O| Dec 20 23:24:00.137 INFO updating shadow file
83312024-12-20T23:24:01.981Z[ recovery-image] Dec 20 23:24:00.137 INFO O| Dec 20 23:24:00.137 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83322024-12-20T23:24:01.981Z[ recovery-image] Dec 20 23:24:00.137 INFO O| Dec 20 23:24:00.137 INFO STEP 41 (shadow) COMPLETE
83332024-12-20T23:24:01.981Z[ recovery-image] Dec 20 23:24:00.137 INFO O| Dec 20 23:24:00.137 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83342024-12-20T23:24:02.009Z[ recovery-image] Dec 20 23:24:00.167 INFO O| Dec 20 23:24:00.167 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
83352024-12-20T23:24:02.009Z[ recovery-image] Dec 20 23:24:00.167 INFO O| Dec 20 23:24:00.167 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
83362024-12-20T23:24:02.025Z[ recovery-image] Dec 20 23:24:00.168 INFO O| Dec 20 23:24:00.167 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83372024-12-20T23:24:02.026Z[ recovery-image] Dec 20 23:24:00.168 INFO O| Dec 20 23:24:00.168 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83382024-12-20T23:24:02.026Z[ recovery-image] Dec 20 23:24:00.168 INFO O| Dec 20 23:24:00.168 INFO ok!
83392024-12-20T23:24:02.026Z[ recovery-image] Dec 20 23:24:00.168 INFO O| Dec 20 23:24:00.168 INFO STEP 42 (ensure_file) COMPLETE
83402024-12-20T23:24:02.026Z[ recovery-image] Dec 20 23:24:00.168 INFO O| Dec 20 23:24:00.168 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83412024-12-20T23:24:02.038Z[ recovery-image] Dec 20 23:24:00.197 INFO O| Dec 20 23:24:00.197 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
83422024-12-20T23:24:02.038Z[ recovery-image] Dec 20 23:24:00.197 INFO O| Dec 20 23:24:00.197 INFO STEP 43 (ensure_dir) COMPLETE
83432024-12-20T23:24:02.041Z[ recovery-image] Dec 20 23:24:00.197 INFO O| Dec 20 23:24:00.197 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83442024-12-20T23:24:02.069Z[ recovery-image] Dec 20 23:24:00.227 INFO O| Dec 20 23:24:00.227 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83452024-12-20T23:24:02.069Z[ recovery-image] Dec 20 23:24:00.227 INFO O| Dec 20 23:24:00.227 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83462024-12-20T23:24:02.069Z[ recovery-image] Dec 20 23:24:00.227 INFO O| Dec 20 23:24:00.227 INFO STEP 44 (ensure_dir) COMPLETE
83472024-12-20T23:24:02.069Z[ recovery-image] Dec 20 23:24:00.227 INFO O| Dec 20 23:24:00.227 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83482024-12-20T23:24:02.121Z[ recovery-image] Dec 20 23:24:00.280 INFO O| Dec 20 23:24:00.280 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83492024-12-20T23:24:02.122Z[ recovery-image] Dec 20 23:24:00.280 INFO O| Dec 20 23:24:00.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83502024-12-20T23:24:02.125Z[ recovery-image] Dec 20 23:24:00.281 INFO O| Dec 20 23:24:00.280 INFO STEP 45 (ensure_dir) COMPLETE
83512024-12-20T23:24:02.125Z[ recovery-image] Dec 20 23:24:00.281 INFO O| Dec 20 23:24:00.281 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83522024-12-20T23:24:02.211Z[ recovery-image] Dec 20 23:24:00.370 INFO O| Dec 20 23:24:00.370 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
83532024-12-20T23:24:02.214Z[ recovery-image] Dec 20 23:24:00.370 INFO O| Dec 20 23:24:00.370 INFO copying /tmp/.tmpzMcpQQ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
83542024-12-20T23:24:02.279Z[ recovery-image] Dec 20 23:24:00.436 INFO O| Dec 20 23:24:00.436 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
83552024-12-20T23:24:02.279Z[ recovery-image] Dec 20 23:24:00.436 INFO O| Dec 20 23:24:00.436 INFO ok!
83562024-12-20T23:24:02.279Z[ recovery-image] Dec 20 23:24:00.436 INFO O| Dec 20 23:24:00.436 INFO STEP 46 (ensure_file) COMPLETE
83572024-12-20T23:24:02.279Z[ recovery-image] Dec 20 23:24:00.436 INFO O| Dec 20 23:24:00.436 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83582024-12-20T23:24:02.309Z[ recovery-image] Dec 20 23:24:00.467 INFO O| Dec 20 23:24:00.467 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83592024-12-20T23:24:02.309Z[ recovery-image] Dec 20 23:24:00.468 INFO O| Dec 20 23:24:00.468 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83602024-12-20T23:24:02.310Z[ recovery-image] Dec 20 23:24:00.468 INFO O| Dec 20 23:24:00.468 INFO STEP 47 (ensure_dir) COMPLETE
83612024-12-20T23:24:02.312Z[ recovery-image] Dec 20 23:24:00.468 INFO O| Dec 20 23:24:00.468 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83622024-12-20T23:24:02.337Z[ recovery-image] Dec 20 23:24:00.495 INFO O| Dec 20 23:24:00.495 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
83632024-12-20T23:24:02.337Z[ recovery-image] Dec 20 23:24:00.495 INFO O| Dec 20 23:24:00.495 INFO copying /tmp/.tmpzMcpQQ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
83642024-12-20T23:24:02.339Z[ recovery-image] Dec 20 23:24:00.496 INFO O| Dec 20 23:24:00.496 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
83652024-12-20T23:24:02.339Z[ recovery-image] Dec 20 23:24:00.496 INFO O| Dec 20 23:24:00.496 INFO ok!
83662024-12-20T23:24:02.339Z[ recovery-image] Dec 20 23:24:00.496 INFO O| Dec 20 23:24:00.496 INFO STEP 48 (ensure_file) COMPLETE
83672024-12-20T23:24:02.340Z[ recovery-image] Dec 20 23:24:00.496 INFO O| Dec 20 23:24:00.496 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83682024-12-20T23:24:02.365Z[ recovery-image] Dec 20 23:24:00.524 INFO O| Dec 20 23:24:00.523 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83692024-12-20T23:24:02.365Z[ recovery-image] Dec 20 23:24:00.524 INFO O| Dec 20 23:24:00.524 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83702024-12-20T23:24:02.368Z[ recovery-image] Dec 20 23:24:00.524 INFO O| Dec 20 23:24:00.524 INFO STEP 49 (ensure_dir) COMPLETE
83712024-12-20T23:24:02.368Z[ recovery-image] Dec 20 23:24:00.524 INFO O| Dec 20 23:24:00.524 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83722024-12-20T23:24:02.469Z[ recovery-image] Dec 20 23:24:00.628 INFO O| Dec 20 23:24:00.628 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
83732024-12-20T23:24:02.469Z[ recovery-image] Dec 20 23:24:00.628 INFO O| Dec 20 23:24:00.628 INFO copying /tmp/.tmpzMcpQQ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
83742024-12-20T23:24:02.494Z[ recovery-image] Dec 20 23:24:00.652 INFO O| Dec 20 23:24:00.652 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
83752024-12-20T23:24:02.494Z[ recovery-image] Dec 20 23:24:00.652 INFO O| Dec 20 23:24:00.652 INFO ok!
83762024-12-20T23:24:02.494Z[ recovery-image] Dec 20 23:24:00.652 INFO O| Dec 20 23:24:00.652 INFO STEP 50 (ensure_file) COMPLETE
83772024-12-20T23:24:02.494Z[ recovery-image] Dec 20 23:24:00.652 INFO O| Dec 20 23:24:00.652 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83782024-12-20T23:24:02.545Z[ recovery-image] Dec 20 23:24:00.704 INFO O| Dec 20 23:24:00.704 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
83792024-12-20T23:24:02.545Z[ recovery-image] Dec 20 23:24:00.704 INFO O| Dec 20 23:24:00.704 INFO copying /tmp/.tmpzMcpQQ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
83802024-12-20T23:24:04.059Z[ recovery-image] Dec 20 23:24:02.217 INFO O| Dec 20 23:24:02.216 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
83812024-12-20T23:24:04.060Z[ recovery-image] Dec 20 23:24:02.217 INFO O| Dec 20 23:24:02.216 INFO ok!
83822024-12-20T23:24:04.064Z[ recovery-image] Dec 20 23:24:02.217 INFO O| Dec 20 23:24:02.216 INFO STEP 51 (ensure_file) COMPLETE
83832024-12-20T23:24:04.064Z[ recovery-image] Dec 20 23:24:02.217 INFO O| Dec 20 23:24:02.216 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83842024-12-20T23:24:04.093Z[ recovery-image] Dec 20 23:24:02.248 INFO O| Dec 20 23:24:02.248 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83852024-12-20T23:24:04.101Z[ recovery-image] Dec 20 23:24:02.249 INFO O| Dec 20 23:24:02.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83862024-12-20T23:24:04.101Z[ recovery-image] Dec 20 23:24:02.249 INFO O| Dec 20 23:24:02.249 INFO STEP 52 (ensure_dir) COMPLETE
83872024-12-20T23:24:04.102Z[ recovery-image] Dec 20 23:24:02.249 INFO O| Dec 20 23:24:02.249 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83882024-12-20T23:24:04.416Z[ recovery-image] Dec 20 23:24:02.527 INFO O| Dec 20 23:24:02.527 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83892024-12-20T23:24:04.416Z[ recovery-image] Dec 20 23:24:02.527 INFO O| Dec 20 23:24:02.527 INFO copying /tmp/.tmpzMcpQQ/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 ...
83902024-12-20T23:24:04.417Z[ recovery-image] Dec 20 23:24:02.527 INFO O| Dec 20 23:24:02.527 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
83912024-12-20T23:24:04.423Z[ recovery-image] Dec 20 23:24:02.527 INFO O| Dec 20 23:24:02.527 INFO ok!
83922024-12-20T23:24:04.423Z[ recovery-image] Dec 20 23:24:02.527 INFO O| Dec 20 23:24:02.527 INFO STEP 53 (ensure_file) COMPLETE
83932024-12-20T23:24:04.423Z[ recovery-image] Dec 20 23:24:02.527 INFO O| Dec 20 23:24:02.527 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83942024-12-20T23:24:04.423Z[ recovery-image] Dec 20 23:24:02.557 INFO O| Dec 20 23:24:02.557 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83952024-12-20T23:24:04.423Z[ recovery-image] Dec 20 23:24:02.557 INFO O| Dec 20 23:24:02.557 INFO copying /tmp/.tmpzMcpQQ/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 ...
83962024-12-20T23:24:04.423Z[ recovery-image] Dec 20 23:24:02.557 INFO O| Dec 20 23:24:02.557 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
83972024-12-20T23:24:04.423Z[ recovery-image] Dec 20 23:24:02.557 INFO O| Dec 20 23:24:02.557 INFO ok!
83982024-12-20T23:24:04.423Z[ recovery-image] Dec 20 23:24:02.557 INFO O| Dec 20 23:24:02.557 INFO STEP 54 (ensure_file) COMPLETE
83992024-12-20T23:24:04.423Z[ recovery-image] Dec 20 23:24:02.557 INFO O| Dec 20 23:24:02.557 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84002024-12-20T23:24:04.430Z[ recovery-image] Dec 20 23:24:02.588 INFO O| Dec 20 23:24:02.588 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84012024-12-20T23:24:04.434Z[ recovery-image] Dec 20 23:24:02.588 INFO O| Dec 20 23:24:02.588 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84022024-12-20T23:24:04.434Z[ recovery-image] Dec 20 23:24:02.588 INFO O| Dec 20 23:24:02.588 INFO STEP 55 (ensure_dir) COMPLETE
84032024-12-20T23:24:04.434Z[ recovery-image] Dec 20 23:24:02.588 INFO O| Dec 20 23:24:02.588 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84042024-12-20T23:24:04.472Z[ recovery-image] Dec 20 23:24:02.619 INFO O| Dec 20 23:24:02.618 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
84052024-12-20T23:24:04.472Z[ recovery-image] Dec 20 23:24:02.619 INFO O| Dec 20 23:24:02.619 INFO copying /tmp/.tmpzMcpQQ/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 ...
84062024-12-20T23:24:04.477Z[ recovery-image] Dec 20 23:24:02.619 INFO O| Dec 20 23:24:02.619 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
84072024-12-20T23:24:04.477Z[ recovery-image] Dec 20 23:24:02.619 INFO O| Dec 20 23:24:02.619 INFO ok!
84082024-12-20T23:24:04.477Z[ recovery-image] Dec 20 23:24:02.619 INFO O| Dec 20 23:24:02.619 INFO STEP 56 (ensure_file) COMPLETE
84092024-12-20T23:24:04.477Z[ recovery-image] Dec 20 23:24:02.619 INFO O| Dec 20 23:24:02.619 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84102024-12-20T23:24:04.494Z[ recovery-image] Dec 20 23:24:02.651 INFO O| Dec 20 23:24:02.651 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
84112024-12-20T23:24:04.494Z[ recovery-image] Dec 20 23:24:02.652 INFO O| Dec 20 23:24:02.651 INFO copying /tmp/.tmpzMcpQQ/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 ...
84122024-12-20T23:24:04.499Z[ recovery-image] Dec 20 23:24:02.652 INFO O| Dec 20 23:24:02.652 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
84132024-12-20T23:24:04.499Z[ recovery-image] Dec 20 23:24:02.652 INFO O| Dec 20 23:24:02.652 INFO ok!
84142024-12-20T23:24:04.499Z[ recovery-image] Dec 20 23:24:02.652 INFO O| Dec 20 23:24:02.652 INFO STEP 57 (ensure_file) COMPLETE
84152024-12-20T23:24:04.499Z[ recovery-image] Dec 20 23:24:02.652 INFO O| Dec 20 23:24:02.652 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84162024-12-20T23:24:04.525Z[ recovery-image] Dec 20 23:24:02.682 INFO O| Dec 20 23:24:02.682 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84172024-12-20T23:24:04.528Z[ recovery-image] Dec 20 23:24:02.683 INFO O| Dec 20 23:24:02.683 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84182024-12-20T23:24:04.528Z[ recovery-image] Dec 20 23:24:02.683 INFO O| Dec 20 23:24:02.683 INFO STEP 58 (ensure_dir) COMPLETE
84192024-12-20T23:24:04.528Z[ recovery-image] Dec 20 23:24:02.683 INFO O| Dec 20 23:24:02.683 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84202024-12-20T23:24:04.579Z[ recovery-image] Dec 20 23:24:02.736 INFO O| Dec 20 23:24:02.736 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
84212024-12-20T23:24:04.579Z[ recovery-image] Dec 20 23:24:02.737 INFO O| Dec 20 23:24:02.736 INFO copying /tmp/.tmpzMcpQQ/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 ...
84222024-12-20T23:24:04.584Z[ recovery-image] Dec 20 23:24:02.737 INFO O| Dec 20 23:24:02.737 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
84232024-12-20T23:24:04.584Z[ recovery-image] Dec 20 23:24:02.737 INFO O| Dec 20 23:24:02.737 INFO ok!
84242024-12-20T23:24:04.584Z[ recovery-image] Dec 20 23:24:02.737 INFO O| Dec 20 23:24:02.737 INFO STEP 59 (ensure_file) COMPLETE
84252024-12-20T23:24:04.584Z[ recovery-image] Dec 20 23:24:02.738 INFO O| Dec 20 23:24:02.737 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84262024-12-20T23:24:04.609Z[ recovery-image] Dec 20 23:24:02.766 INFO O| Dec 20 23:24:02.766 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
84272024-12-20T23:24:04.609Z[ recovery-image] Dec 20 23:24:02.766 INFO O| Dec 20 23:24:02.766 INFO copying /tmp/.tmpzMcpQQ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
84282024-12-20T23:24:04.619Z[ recovery-image] Dec 20 23:24:02.766 INFO O| Dec 20 23:24:02.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
84292024-12-20T23:24:04.619Z[ recovery-image] Dec 20 23:24:02.766 INFO O| Dec 20 23:24:02.766 INFO ok!
84302024-12-20T23:24:04.619Z[ recovery-image] Dec 20 23:24:02.767 INFO O| Dec 20 23:24:02.766 INFO STEP 60 (ensure_file) COMPLETE
84312024-12-20T23:24:04.620Z[ recovery-image] Dec 20 23:24:02.767 INFO O| Dec 20 23:24:02.767 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84322024-12-20T23:24:04.672Z[ recovery-image] Dec 20 23:24:02.819 INFO O| Dec 20 23:24:02.819 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
84332024-12-20T23:24:04.672Z[ recovery-image] Dec 20 23:24:02.819 INFO O| Dec 20 23:24:02.819 INFO STEP 61 (ensure_dir) COMPLETE
84342024-12-20T23:24:04.675Z[ recovery-image] Dec 20 23:24:02.819 INFO O| Dec 20 23:24:02.819 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84352024-12-20T23:24:04.716Z[ recovery-image] Dec 20 23:24:02.874 INFO O| Dec 20 23:24:02.874 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
84362024-12-20T23:24:04.716Z[ recovery-image] Dec 20 23:24:02.874 INFO O| Dec 20 23:24:02.874 INFO STEP 62 (ensure_dir) COMPLETE
84372024-12-20T23:24:04.716Z[ recovery-image] Dec 20 23:24:02.874 INFO O| Dec 20 23:24:02.874 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84382024-12-20T23:24:04.762Z[ recovery-image] Dec 20 23:24:02.919 INFO O| Dec 20 23:24:02.919 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
84392024-12-20T23:24:04.762Z[ recovery-image] Dec 20 23:24:02.919 INFO O| Dec 20 23:24:02.919 INFO STEP 63 (ensure_dir) COMPLETE
84402024-12-20T23:24:04.764Z[ recovery-image] Dec 20 23:24:02.919 INFO O| Dec 20 23:24:02.919 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84412024-12-20T23:24:04.809Z[ recovery-image] Dec 20 23:24:02.967 INFO O| Dec 20 23:24:02.967 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
84422024-12-20T23:24:04.809Z[ recovery-image] Dec 20 23:24:02.967 INFO O| Dec 20 23:24:02.967 INFO STEP 64 (ensure_dir) COMPLETE
84432024-12-20T23:24:04.809Z[ recovery-image] Dec 20 23:24:02.967 INFO O| Dec 20 23:24:02.967 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84442024-12-20T23:24:04.836Z[ recovery-image] Dec 20 23:24:02.995 INFO O| Dec 20 23:24:02.995 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
84452024-12-20T23:24:04.836Z[ recovery-image] Dec 20 23:24:02.995 INFO O| Dec 20 23:24:02.995 INFO copying /tmp/.tmpzMcpQQ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
84462024-12-20T23:24:04.839Z[ recovery-image] Dec 20 23:24:02.995 INFO O| Dec 20 23:24:02.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
84472024-12-20T23:24:04.839Z[ recovery-image] Dec 20 23:24:02.995 INFO O| Dec 20 23:24:02.995 INFO ok!
84482024-12-20T23:24:04.839Z[ recovery-image] Dec 20 23:24:02.995 INFO O| Dec 20 23:24:02.995 INFO STEP 65 (ensure_file) COMPLETE
84492024-12-20T23:24:04.839Z[ recovery-image] Dec 20 23:24:02.995 INFO O| Dec 20 23:24:02.995 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84502024-12-20T23:24:04.865Z[ recovery-image] Dec 20 23:24:03.023 INFO O| Dec 20 23:24:03.023 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
84512024-12-20T23:24:04.869Z[ recovery-image] Dec 20 23:24:03.024 INFO O| Dec 20 23:24:03.024 INFO STEP 66 (remove_files) COMPLETE
84522024-12-20T23:24:04.869Z[ recovery-image] Dec 20 23:24:03.024 INFO O| Dec 20 23:24:03.024 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84532024-12-20T23:24:04.931Z[ recovery-image] Dec 20 23:24:03.089 INFO O| Dec 20 23:24:03.088 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
84542024-12-20T23:24:04.934Z[ recovery-image] Dec 20 23:24:03.089 INFO O| Dec 20 23:24:03.089 INFO STEP 67 (remove_files) COMPLETE
84552024-12-20T23:24:04.934Z[ recovery-image] Dec 20 23:24:03.089 INFO O| Dec 20 23:24:03.089 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84562024-12-20T23:24:04.957Z[ recovery-image] Dec 20 23:24:03.115 INFO O| Dec 20 23:24:03.115 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
84572024-12-20T23:24:04.960Z[ recovery-image] Dec 20 23:24:03.116 INFO O| Dec 20 23:24:03.116 INFO STEP 68 (remove_files) COMPLETE
84582024-12-20T23:24:04.960Z[ recovery-image] Dec 20 23:24:03.116 INFO O| Dec 20 23:24:03.116 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84592024-12-20T23:24:04.985Z[ recovery-image] Dec 20 23:24:03.142 INFO O| Dec 20 23:24:03.142 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
84602024-12-20T23:24:04.990Z[ recovery-image] Dec 20 23:24:03.143 INFO O| Dec 20 23:24:03.143 INFO STEP 69 (remove_files) COMPLETE
84612024-12-20T23:24:04.990Z[ recovery-image] Dec 20 23:24:03.143 INFO O| Dec 20 23:24:03.143 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84622024-12-20T23:24:05.008Z[ recovery-image] Dec 20 23:24:03.166 INFO O| Dec 20 23:24:03.166 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
84632024-12-20T23:24:05.011Z[ recovery-image] Dec 20 23:24:03.166 INFO O| Dec 20 23:24:03.166 INFO STEP 70 (remove_files) COMPLETE
84642024-12-20T23:24:05.011Z[ recovery-image] Dec 20 23:24:03.167 INFO O| Dec 20 23:24:03.167 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84652024-12-20T23:24:05.050Z[ recovery-image] Dec 20 23:24:03.208 INFO O| Dec 20 23:24:03.208 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
84662024-12-20T23:24:05.050Z[ recovery-image] Dec 20 23:24:03.208 INFO O| Dec 20 23:24:03.208 INFO STEP 71 (remove_files) COMPLETE
84672024-12-20T23:24:05.053Z[ recovery-image] Dec 20 23:24:03.208 INFO O| Dec 20 23:24:03.208 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84682024-12-20T23:24:05.073Z[ recovery-image] Dec 20 23:24:03.231 INFO O| Dec 20 23:24:03.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
84692024-12-20T23:24:05.073Z[ recovery-image] Dec 20 23:24:03.231 INFO O| Dec 20 23:24:03.231 INFO STEP 72 (remove_files) COMPLETE
84702024-12-20T23:24:05.073Z[ recovery-image] Dec 20 23:24:03.231 INFO O| Dec 20 23:24:03.231 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84712024-12-20T23:24:05.097Z[ recovery-image] Dec 20 23:24:03.255 INFO O| Dec 20 23:24:03.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
84722024-12-20T23:24:05.097Z[ recovery-image] Dec 20 23:24:03.256 INFO O| Dec 20 23:24:03.256 INFO STEP 73 (remove_files) COMPLETE
84732024-12-20T23:24:05.097Z[ recovery-image] Dec 20 23:24:03.256 INFO O| Dec 20 23:24:03.256 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84742024-12-20T23:24:05.122Z[ recovery-image] Dec 20 23:24:03.281 INFO O| Dec 20 23:24:03.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
84752024-12-20T23:24:05.122Z[ recovery-image] Dec 20 23:24:03.281 INFO O| Dec 20 23:24:03.281 INFO STEP 74 (remove_files) COMPLETE
84762024-12-20T23:24:05.123Z[ recovery-image] Dec 20 23:24:03.281 INFO O| Dec 20 23:24:03.281 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84772024-12-20T23:24:05.164Z[ recovery-image] Dec 20 23:24:03.322 INFO O| Dec 20 23:24:03.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
84782024-12-20T23:24:05.164Z[ recovery-image] Dec 20 23:24:03.322 INFO O| Dec 20 23:24:03.322 INFO STEP 75 (remove_files) COMPLETE
84792024-12-20T23:24:05.164Z[ recovery-image] Dec 20 23:24:03.322 INFO O| Dec 20 23:24:03.322 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84802024-12-20T23:24:05.208Z[ recovery-image] Dec 20 23:24:03.366 INFO O| Dec 20 23:24:03.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
84812024-12-20T23:24:05.208Z[ recovery-image] Dec 20 23:24:03.366 INFO O| Dec 20 23:24:03.366 INFO STEP 76 (remove_files) COMPLETE
84822024-12-20T23:24:05.208Z[ recovery-image] Dec 20 23:24:03.366 INFO O| Dec 20 23:24:03.366 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84832024-12-20T23:24:05.237Z[ recovery-image] Dec 20 23:24:03.395 INFO O| Dec 20 23:24:03.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84842024-12-20T23:24:05.237Z[ recovery-image] Dec 20 23:24:03.395 INFO O| Dec 20 23:24:03.395 INFO STEP 77 (remove_files) COMPLETE
84852024-12-20T23:24:05.237Z[ recovery-image] Dec 20 23:24:03.395 INFO O| Dec 20 23:24:03.395 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84862024-12-20T23:24:05.262Z[ recovery-image] Dec 20 23:24:03.420 INFO O| Dec 20 23:24:03.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84872024-12-20T23:24:05.262Z[ recovery-image] Dec 20 23:24:03.420 INFO O| Dec 20 23:24:03.420 INFO STEP 78 (remove_files) COMPLETE
84882024-12-20T23:24:05.264Z[ recovery-image] Dec 20 23:24:03.420 INFO O| Dec 20 23:24:03.420 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84892024-12-20T23:24:05.301Z[ recovery-image] Dec 20 23:24:03.459 INFO O| Dec 20 23:24:03.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84902024-12-20T23:24:05.301Z[ recovery-image] Dec 20 23:24:03.459 INFO O| Dec 20 23:24:03.459 INFO STEP 79 (remove_files) COMPLETE
84912024-12-20T23:24:05.301Z[ recovery-image] Dec 20 23:24:03.459 INFO O| Dec 20 23:24:03.459 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84922024-12-20T23:24:05.339Z[ recovery-image] Dec 20 23:24:03.498 INFO O| Dec 20 23:24:03.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84932024-12-20T23:24:05.346Z[ recovery-image] Dec 20 23:24:03.498 INFO O| Dec 20 23:24:03.498 INFO STEP 80 (remove_files) COMPLETE
84942024-12-20T23:24:05.346Z[ recovery-image] Dec 20 23:24:03.498 INFO O| Dec 20 23:24:03.498 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84952024-12-20T23:24:05.369Z[ recovery-image] Dec 20 23:24:03.527 INFO O| Dec 20 23:24:03.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84962024-12-20T23:24:05.369Z[ recovery-image] Dec 20 23:24:03.528 INFO O| Dec 20 23:24:03.528 INFO STEP 81 (remove_files) COMPLETE
84972024-12-20T23:24:05.369Z[ recovery-image] Dec 20 23:24:03.528 INFO O| Dec 20 23:24:03.528 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84982024-12-20T23:24:05.411Z[ recovery-image] Dec 20 23:24:03.569 INFO O| Dec 20 23:24:03.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84992024-12-20T23:24:05.411Z[ recovery-image] Dec 20 23:24:03.570 INFO O| Dec 20 23:24:03.569 INFO STEP 82 (remove_files) COMPLETE
85002024-12-20T23:24:05.411Z[ recovery-image] Dec 20 23:24:03.570 INFO O| Dec 20 23:24:03.570 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85012024-12-20T23:24:05.441Z[ recovery-image] Dec 20 23:24:03.600 INFO O| Dec 20 23:24:03.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
85022024-12-20T23:24:05.441Z[ recovery-image] Dec 20 23:24:03.600 INFO O| Dec 20 23:24:03.600 INFO STEP 83 (remove_files) COMPLETE
85032024-12-20T23:24:05.442Z[ recovery-image] Dec 20 23:24:03.600 INFO O| Dec 20 23:24:03.600 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85042024-12-20T23:24:05.469Z[ recovery-image] Dec 20 23:24:03.627 INFO O| Dec 20 23:24:03.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
85052024-12-20T23:24:05.469Z[ recovery-image] Dec 20 23:24:03.627 INFO O| Dec 20 23:24:03.627 INFO STEP 84 (remove_files) COMPLETE
85062024-12-20T23:24:05.469Z[ recovery-image] Dec 20 23:24:03.627 INFO O| Dec 20 23:24:03.627 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85072024-12-20T23:24:05.495Z[ recovery-image] Dec 20 23:24:03.653 INFO O| Dec 20 23:24:03.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
85082024-12-20T23:24:05.495Z[ recovery-image] Dec 20 23:24:03.653 INFO O| Dec 20 23:24:03.653 INFO STEP 85 (remove_files) COMPLETE
85092024-12-20T23:24:05.495Z[ recovery-image] Dec 20 23:24:03.653 INFO O| Dec 20 23:24:03.653 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85102024-12-20T23:24:05.518Z[ recovery-image] Dec 20 23:24:03.677 INFO O| Dec 20 23:24:03.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
85112024-12-20T23:24:05.519Z[ recovery-image] Dec 20 23:24:03.677 INFO O| Dec 20 23:24:03.677 INFO STEP 86 (remove_files) COMPLETE
85122024-12-20T23:24:05.519Z[ recovery-image] Dec 20 23:24:03.677 INFO O| Dec 20 23:24:03.677 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85132024-12-20T23:24:05.542Z[ recovery-image] Dec 20 23:24:03.700 INFO O| Dec 20 23:24:03.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
85142024-12-20T23:24:05.542Z[ recovery-image] Dec 20 23:24:03.700 INFO O| Dec 20 23:24:03.700 INFO STEP 87 (remove_files) COMPLETE
85152024-12-20T23:24:05.542Z[ recovery-image] Dec 20 23:24:03.701 INFO O| Dec 20 23:24:03.700 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85162024-12-20T23:24:05.566Z[ recovery-image] Dec 20 23:24:03.724 INFO O| Dec 20 23:24:03.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
85172024-12-20T23:24:05.566Z[ recovery-image] Dec 20 23:24:03.724 INFO O| Dec 20 23:24:03.724 INFO STEP 88 (remove_files) COMPLETE
85182024-12-20T23:24:05.566Z[ recovery-image] Dec 20 23:24:03.724 INFO O| Dec 20 23:24:03.724 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85192024-12-20T23:24:05.624Z[ recovery-image] Dec 20 23:24:03.782 INFO O| Dec 20 23:24:03.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
85202024-12-20T23:24:05.624Z[ recovery-image] Dec 20 23:24:03.783 INFO O| Dec 20 23:24:03.783 INFO STEP 89 (remove_files) COMPLETE
85212024-12-20T23:24:05.627Z[ recovery-image] Dec 20 23:24:03.783 INFO O| Dec 20 23:24:03.783 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85222024-12-20T23:24:05.662Z[ recovery-image] Dec 20 23:24:03.820 INFO O| Dec 20 23:24:03.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
85232024-12-20T23:24:05.662Z[ recovery-image] Dec 20 23:24:03.820 INFO O| Dec 20 23:24:03.820 INFO STEP 90 (remove_files) COMPLETE
85242024-12-20T23:24:05.662Z[ recovery-image] Dec 20 23:24:03.820 INFO O| Dec 20 23:24:03.820 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85252024-12-20T23:24:05.709Z[ recovery-image] Dec 20 23:24:03.867 INFO O| Dec 20 23:24:03.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
85262024-12-20T23:24:05.709Z[ recovery-image] Dec 20 23:24:03.868 INFO O| Dec 20 23:24:03.867 INFO STEP 91 (remove_files) COMPLETE
85272024-12-20T23:24:05.709Z[ recovery-image] Dec 20 23:24:03.868 INFO O| Dec 20 23:24:03.868 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85282024-12-20T23:24:05.764Z[ recovery-image] Dec 20 23:24:03.922 INFO O| Dec 20 23:24:03.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
85292024-12-20T23:24:05.764Z[ recovery-image] Dec 20 23:24:03.923 INFO O| Dec 20 23:24:03.922 INFO STEP 92 (remove_files) COMPLETE
85302024-12-20T23:24:05.767Z[ recovery-image] Dec 20 23:24:03.923 INFO O| Dec 20 23:24:03.922 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85312024-12-20T23:24:05.789Z[ recovery-image] Dec 20 23:24:03.947 INFO O| Dec 20 23:24:03.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
85322024-12-20T23:24:05.789Z[ recovery-image] Dec 20 23:24:03.947 INFO O| Dec 20 23:24:03.947 INFO STEP 93 (remove_files) COMPLETE
85332024-12-20T23:24:05.789Z[ recovery-image] Dec 20 23:24:03.947 INFO O| Dec 20 23:24:03.947 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85342024-12-20T23:24:05.812Z[ recovery-image] Dec 20 23:24:03.970 INFO O| Dec 20 23:24:03.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
85352024-12-20T23:24:05.812Z[ recovery-image] Dec 20 23:24:03.970 INFO O| Dec 20 23:24:03.970 INFO STEP 94 (remove_files) COMPLETE
85362024-12-20T23:24:05.812Z[ recovery-image] Dec 20 23:24:03.970 INFO O| Dec 20 23:24:03.970 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
85372024-12-20T23:24:05.867Z[ recovery-image] Dec 20 23:24:04.025 INFO O| Dec 20 23:24:04.025 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
85382024-12-20T23:24:05.869Z[ recovery-image] Dec 20 23:24:04.025 INFO O| Dec 20 23:24:04.025 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_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", "SVCCFG_CHECKHASH": "1"}
85392024-12-20T23:24:21.105Z[ recovery-image] Dec 20 23:24:19.260 INFO O| Dec 20 23:24:19.260 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
85402024-12-20T23:24:21.107Z[ recovery-image] Dec 20 23:24:19.260 INFO O| Dec 20 23:24:19.260 INFO E| svccfg: Loaded 67 smf(7) service descriptions
85412024-12-20T23:24:21.127Z[ recovery-image] Dec 20 23:24:19.283 INFO O| Dec 20 23:24:19.283 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
85422024-12-20T23:24:21.296Z[ recovery-image] Dec 20 23:24:19.452 INFO O| Dec 20 23:24:19.452 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
85432024-12-20T23:24:21.299Z[ recovery-image] Dec 20 23:24:19.452 INFO O| Dec 20 23:24:19.452 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 ...
85442024-12-20T23:24:21.301Z[ recovery-image] Dec 20 23:24:19.455 INFO O| Dec 20 23:24:19.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
85452024-12-20T23:24:21.301Z[ recovery-image] Dec 20 23:24:19.455 INFO O| Dec 20 23:24:19.454 INFO ok!
85462024-12-20T23:24:21.301Z[ recovery-image] Dec 20 23:24:19.455 INFO O| Dec 20 23:24:19.454 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
85472024-12-20T23:24:21.301Z[ recovery-image] Dec 20 23:24:19.455 INFO O| Dec 20 23:24:19.455 INFO STEP 95 (seed_smf) COMPLETE
85482024-12-20T23:24:21.301Z[ recovery-image] Dec 20 23:24:19.455 INFO O| Dec 20 23:24:19.455 INFO steps complete; finalising image!
85492024-12-20T23:24:21.301Z[ recovery-image] Dec 20 23:24:19.455 INFO O| Dec 20 23:24:19.455 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
85502024-12-20T23:24:21.368Z[ recovery-image] Dec 20 23:24:19.524 INFO O| Dec 20 23:24:19.524 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Dec 20 23:24:19 2024)
85512024-12-20T23:24:21.581Z[ recovery-image] Dec 20 23:24:19.737 INFO O| Dec 20 23:24:19.736 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Fri Dec 20 23:24:19 2024)
85522024-12-20T23:24:21.795Z[ recovery-image] Dec 20 23:24:19.950 INFO O| Dec 20 23:24:19.950 INFO trim TEMPORARY-gimlet-zfs-recovery: (78% trimmed, started at Fri Dec 20 23:24:19 2024)
85532024-12-20T23:24:22.051Z[ recovery-image] Dec 20 23:24:20.206 INFO O| Dec 20 23:24:20.206 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
85542024-12-20T23:24:22.051Z[ recovery-image] Dec 20 23:24:20.206 INFO O| Dec 20 23:24:20.206 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
85552024-12-20T23:24:23.422Z[ recovery-image] Dec 20 23:24:20.972 INFO O| Dec 20 23:24:20.972 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
85562024-12-20T23:24:23.422Z[ recovery-image] Dec 20 23:24:20.972 INFO O| Dec 20 23:24:20.972 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
85572024-12-20T23:24:28.893Z[ recovery-image] Dec 20 23:24:27.047 INFO O| Dec 20 23:24:27.046 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85582024-12-20T23:24:28.893Z[ recovery-image] Dec 20 23:24:27.047 INFO O| Dec 20 23:24:27.047 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85592024-12-20T23:24:28.896Z[ recovery-image] Dec 20 23:24:27.047 INFO O| Dec 20 23:24:27.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85602024-12-20T23:24:28.896Z[ recovery-image] Dec 20 23:24:27.047 INFO O| Dec 20 23:24:27.047 INFO completed processing gimlet/zfs-recovery
85612024-12-20T23:24:28.896Z[ recovery-image] Dec 20 23:24:27.047 INFO O| Dec 20 23:24:27.047 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
85622024-12-20T23:24:29.665Z[ recovery-image] Dec 20 23:24:27.819 INFO O| Dec 20 23:24:27.819 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
85632024-12-20T23:24:29.787Z[ recovery-image] Dec 20 23:24:27.941 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
85642024-12-20T23:24:29.789Z[ recovery-image] Dec 20 23:24:27.942 INFO expanded image name: "recovery 50917c7/${os_short_commit} 2024-12-20 22:48" -> "recovery 50917c7/37a4469 2024-12-20 22:48"
85652024-12-20T23:24:29.789Z[ recovery-image] Dec 20 23:24:27.942 INFO output artefacts stored in: "/work/os-recovery"
85662024-12-20T23:24:29.789Z[ recovery-image] Dec 20 23:24:27.943 INFO collecting git info from project "pinprick"...
85672024-12-20T23:24:29.826Z[ recovery-image] Dec 20 23:24:27.981 INFO collecting git info from project "image-builder"...
85682024-12-20T23:24:29.840Z[ recovery-image] Dec 20 23:24:27.994 INFO collecting git info from project "phbl"...
85692024-12-20T23:24:29.855Z[ recovery-image] Dec 20 23:24:28.009 INFO collecting git info from project "chelsio-t6-roms"...
85702024-12-20T23:24:29.892Z[ recovery-image] Dec 20 23:24:28.046 INFO collecting git info from project "pilot"...
85712024-12-20T23:24:29.918Z[ recovery-image] Dec 20 23:24:28.073 INFO collecting git info from project "bootserver"...
85722024-12-20T23:24:29.948Z[ recovery-image] Dec 20 23:24:28.102 INFO collecting git info from project "amd-host-image-builder"...
85732024-12-20T23:24:30.491Z[ recovery-image] Dec 20 23:24:28.646 INFO collecting git info from project "amd-firmware"...
85742024-12-20T23:24:31.141Z[ recovery-image] Dec 20 23:24:29.295 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
85752024-12-20T23:24:32.342Z[ recovery-image] Dec 20 23:24:30.494 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
85762024-12-20T23:24:33.184Z[ recovery-image] Dec 20 23:24:31.337 INFO creating Oxide boot image...
85772024-12-20T23:24:33.186Z[ recovery-image] Dec 20 23:24:31.337 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 50917c7/37a4469 2024-12-20 22:48", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
85782024-12-20T23:25:39.806Z[ recovery-image] Dec 20 23:25:37.950 INFO O| ok, image written!
85792024-12-20T23:25:39.806Z[ recovery-image] Dec 20 23:25:37.950 INFO O| ok, boot_image_csum file written!
85802024-12-20T23:25:39.812Z[ recovery-image] Dec 20 23:25:37.956 INFO creating boot archive (CPIO)...
85812024-12-20T23:25:39.813Z[ recovery-image] Dec 20 23:25:37.956 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
85822024-12-20T23:25:39.833Z[ recovery-image] Dec 20 23:25:37.977 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
85832024-12-20T23:25:39.836Z[ recovery-image] Dec 20 23:25:37.977 INFO E| + outfile=/work/os-recovery/cpio
85842024-12-20T23:25:39.836Z[ recovery-image] Dec 20 23:25:37.977 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
85852024-12-20T23:25:39.838Z[ recovery-image] Dec 20 23:25:37.981 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
85862024-12-20T23:25:39.839Z[ recovery-image] Dec 20 23:25:37.981 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
85872024-12-20T23:25:39.890Z[ recovery-image] Dec 20 23:25:38.034 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
85882024-12-20T23:25:39.890Z[ recovery-image] Dec 20 23:25:38.034 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
85892024-12-20T23:25:39.902Z[ recovery-image] Dec 20 23:25:38.046 INFO creating compressed cpio/unix for nanobl-rs...
85902024-12-20T23:25:39.902Z[ recovery-image] Dec 20 23:25:38.046 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
85912024-12-20T23:25:40.273Z[ recovery-image] Dec 20 23:25:38.416 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
85922024-12-20T23:25:44.880Z[ recovery-image] Dec 20 23:25:43.023 INFO creating reset image...
85932024-12-20T23:25:44.884Z[ recovery-image] Dec 20 23:25:43.024 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
85942024-12-20T23:25:45.252Z[ recovery-image] Dec 20 23:25:43.395 INFO E| Updating crates.io index
85952024-12-20T23:25:45.353Z[ recovery-image] Dec 20 23:25:43.496 INFO E| Downloading crates ...
85962024-12-20T23:25:45.429Z[ recovery-image] Dec 20 23:25:43.572 INFO E| Downloaded clap v4.5.17
85972024-12-20T23:25:45.445Z[ recovery-image] Dec 20 23:25:43.588 INFO E| Downloaded shared_child v1.0.1
85982024-12-20T23:25:45.448Z[ recovery-image] Dec 20 23:25:43.590 INFO E| Downloaded os_pipe v1.2.1
85992024-12-20T23:25:45.450Z[ recovery-image] Dec 20 23:25:43.592 INFO E| Downloaded duct v0.13.7
86002024-12-20T23:25:45.454Z[ recovery-image] Dec 20 23:25:43.594 INFO E| Downloaded clap_derive v4.5.13
86012024-12-20T23:25:45.470Z[ recovery-image] Dec 20 23:25:43.613 INFO E| Downloaded clap_builder v4.5.17
86022024-12-20T23:25:45.485Z[ recovery-image] Dec 20 23:25:43.628 INFO E| Downloaded syn v2.0.77
86032024-12-20T23:25:45.513Z[ recovery-image] Dec 20 23:25:43.656 INFO E| Downloaded libc v0.2.158
86042024-12-20T23:25:45.620Z[ recovery-image] Dec 20 23:25:43.762 INFO E| Compiling proc-macro2 v1.0.86
86052024-12-20T23:25:45.620Z[ recovery-image] Dec 20 23:25:43.762 INFO E| Compiling libc v0.2.158
86062024-12-20T23:25:45.620Z[ recovery-image] Dec 20 23:25:43.763 INFO E| Compiling unicode-ident v1.0.13
86072024-12-20T23:25:45.622Z[ recovery-image] Dec 20 23:25:43.763 INFO E| Compiling utf8parse v0.2.2
86082024-12-20T23:25:45.622Z[ recovery-image] Dec 20 23:25:43.763 INFO E| Compiling colorchoice v1.0.2
86092024-12-20T23:25:45.622Z[ recovery-image] Dec 20 23:25:43.763 INFO E| Compiling anstyle v1.0.8
86102024-12-20T23:25:45.622Z[ recovery-image] Dec 20 23:25:43.763 INFO E| Compiling anstyle-query v1.1.1
86112024-12-20T23:25:45.622Z[ recovery-image] Dec 20 23:25:43.763 INFO E| Compiling is_terminal_polyfill v1.70.1
86122024-12-20T23:25:45.892Z[ recovery-image] Dec 20 23:25:44.035 INFO E| Compiling anstyle-parse v0.2.5
86132024-12-20T23:25:45.975Z[ recovery-image] Dec 20 23:25:44.118 INFO E| Compiling clap_lex v0.7.2
86142024-12-20T23:25:46.053Z[ recovery-image] Dec 20 23:25:44.194 INFO E| Compiling heck v0.5.0
86152024-12-20T23:25:46.110Z[ recovery-image] Dec 20 23:25:44.253 INFO E| Compiling strsim v0.11.1
86162024-12-20T23:25:46.261Z[ recovery-image] Dec 20 23:25:44.404 INFO E| Compiling anstream v0.6.15
86172024-12-20T23:25:46.364Z[ recovery-image] Dec 20 23:25:44.506 INFO E| Compiling once_cell v1.19.0
86182024-12-20T23:25:46.812Z[ recovery-image] Dec 20 23:25:44.955 INFO E| Compiling clap_builder v4.5.17
86192024-12-20T23:25:47.690Z[ recovery-image] Dec 20 23:25:45.832 INFO E| Compiling shared_child v1.0.1
86202024-12-20T23:25:47.690Z[ recovery-image] Dec 20 23:25:45.832 INFO E| Compiling os_pipe v1.2.1
86212024-12-20T23:25:47.795Z[ recovery-image] Dec 20 23:25:45.937 INFO E| Compiling quote v1.0.37
86222024-12-20T23:25:47.926Z[ recovery-image] Dec 20 23:25:46.068 INFO E| Compiling duct v0.13.7
86232024-12-20T23:25:48.274Z[ recovery-image] Dec 20 23:25:46.416 INFO E| Compiling syn v2.0.77
86242024-12-20T23:25:50.248Z[ host-image] Dec 20 23:25:48.391 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z
86252024-12-20T23:25:50.251Z[ host-image] Dec 20 23:25:48.391 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z
86262024-12-20T23:25:50.252Z[ host-image] Dec 20 23:25:48.391 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
86272024-12-20T23:25:50.252Z[ host-image] Dec 20 23:25:48.391 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
86282024-12-20T23:25:50.252Z[ host-image] Dec 20 23:25:48.392 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
86292024-12-20T23:25:50.252Z[ host-image] Dec 20 23:25:48.392 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
86302024-12-20T23:25:50.252Z[ host-image] Dec 20 23:25:48.393 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
86312024-12-20T23:25:50.252Z[ host-image] Dec 20 23:25:48.393 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
86322024-12-20T23:25:50.252Z[ host-image] Dec 20 23:25:48.393 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
86332024-12-20T23:25:50.252Z[ host-image] Dec 20 23:25:48.393 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
86342024-12-20T23:25:50.252Z[ host-image] Dec 20 23:25:48.393 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z
86352024-12-20T23:25:50.254Z[ host-image] Dec 20 23:25:48.396 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z
86362024-12-20T23:25:50.256Z[ host-image] Dec 20 23:25:48.397 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z
86372024-12-20T23:25:50.256Z[ host-image] Dec 20 23:25:48.398 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z
86382024-12-20T23:25:50.256Z[ host-image] Dec 20 23:25:48.398 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
86392024-12-20T23:25:50.257Z[ host-image] Dec 20 23:25:48.399 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z
86402024-12-20T23:25:50.259Z[ host-image] Dec 20 23:25:48.400 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z
86412024-12-20T23:25:50.259Z[ host-image] Dec 20 23:25:48.400 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z
86422024-12-20T23:25:50.260Z[ host-image] Dec 20 23:25:48.400 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z
86432024-12-20T23:25:50.260Z[ host-image] Dec 20 23:25:48.400 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z
86442024-12-20T23:25:50.260Z[ host-image] Dec 20 23:25:48.400 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z
86452024-12-20T23:25:50.260Z[ host-image] Dec 20 23:25:48.401 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z
86462024-12-20T23:25:50.260Z[ host-image] Dec 20 23:25:48.401 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z
86472024-12-20T23:25:50.260Z[ host-image] Dec 20 23:25:48.401 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z
86482024-12-20T23:25:50.260Z[ host-image] Dec 20 23:25:48.401 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z
86492024-12-20T23:25:50.263Z[ host-image] Dec 20 23:25:48.402 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z
86502024-12-20T23:25:50.264Z[ host-image] Dec 20 23:25:48.402 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z
86512024-12-20T23:25:50.264Z[ host-image] Dec 20 23:25:48.402 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z
86522024-12-20T23:25:50.264Z[ host-image] Dec 20 23:25:48.402 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z
86532024-12-20T23:25:50.264Z[ host-image] Dec 20 23:25:48.402 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
86542024-12-20T23:25:50.264Z[ host-image] Dec 20 23:25:48.402 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z
86552024-12-20T23:25:50.264Z[ host-image] Dec 20 23:25:48.403 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z
86562024-12-20T23:25:50.264Z[ host-image] Dec 20 23:25:48.403 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z
86572024-12-20T23:25:50.264Z[ host-image] Dec 20 23:25:48.403 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z
86582024-12-20T23:25:50.264Z[ host-image] Dec 20 23:25:48.404 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z
86592024-12-20T23:25:50.264Z[ host-image] Dec 20 23:25:48.405 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z
86602024-12-20T23:25:50.275Z[ host-image] Dec 20 23:25:48.417 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
86612024-12-20T23:25:50.275Z[ host-image] Dec 20 23:25:48.417 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z
86622024-12-20T23:25:50.277Z[ host-image] Dec 20 23:25:48.417 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
86632024-12-20T23:25:50.277Z[ host-image] Dec 20 23:25:48.418 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
86642024-12-20T23:25:50.277Z[ host-image] Dec 20 23:25:48.418 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
86652024-12-20T23:25:50.277Z[ host-image] Dec 20 23:25:48.419 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z
86662024-12-20T23:25:50.277Z[ host-image] Dec 20 23:25:48.419 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
86672024-12-20T23:25:50.280Z[ host-image] Dec 20 23:25:48.420 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
86682024-12-20T23:25:50.280Z[ host-image] Dec 20 23:25:48.421 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
86692024-12-20T23:25:50.280Z[ host-image] Dec 20 23:25:48.422 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
86702024-12-20T23:25:50.299Z[ host-image] Dec 20 23:25:48.441 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
86712024-12-20T23:25:50.299Z[ host-image] Dec 20 23:25:48.441 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
86722024-12-20T23:25:50.302Z[ host-image] Dec 20 23:25:48.441 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
86732024-12-20T23:25:50.302Z[ host-image] Dec 20 23:25:48.442 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
86742024-12-20T23:25:50.302Z[ host-image] Dec 20 23:25:48.444 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
86752024-12-20T23:25:50.302Z[ host-image] Dec 20 23:25:48.444 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
86762024-12-20T23:25:50.359Z[ host-image] Dec 20 23:25:48.501 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
86772024-12-20T23:25:50.362Z[ host-image] Dec 20 23:25:48.502 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
86782024-12-20T23:25:50.362Z[ host-image] Dec 20 23:25:48.502 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
86792024-12-20T23:25:50.362Z[ host-image] Dec 20 23:25:48.503 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z
86802024-12-20T23:25:50.362Z[ host-image] Dec 20 23:25:48.503 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z
86812024-12-20T23:25:50.362Z[ host-image] Dec 20 23:25:48.504 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
86822024-12-20T23:25:50.362Z[ host-image] Dec 20 23:25:48.504 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z
86832024-12-20T23:25:50.362Z[ host-image] Dec 20 23:25:48.504 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
86842024-12-20T23:25:50.365Z[ host-image] Dec 20 23:25:48.504 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
86852024-12-20T23:25:50.365Z[ host-image] Dec 20 23:25:48.504 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
86862024-12-20T23:25:50.365Z[ host-image] Dec 20 23:25:48.504 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z
86872024-12-20T23:25:50.365Z[ host-image] Dec 20 23:25:48.504 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
86882024-12-20T23:25:50.368Z[ host-image] Dec 20 23:25:48.511 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
86892024-12-20T23:25:50.371Z[ host-image] Dec 20 23:25:48.511 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
86902024-12-20T23:25:50.371Z[ host-image] Dec 20 23:25:48.511 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
86912024-12-20T23:25:50.371Z[ host-image] Dec 20 23:25:48.512 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z
86922024-12-20T23:25:50.371Z[ host-image] Dec 20 23:25:48.512 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
86932024-12-20T23:25:50.391Z[ host-image] Dec 20 23:25:48.532 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
86942024-12-20T23:25:50.394Z[ host-image] Dec 20 23:25:48.533 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z
86952024-12-20T23:25:50.394Z[ host-image] Dec 20 23:25:48.536 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z
86962024-12-20T23:25:50.397Z[ host-image] Dec 20 23:25:48.537 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z
86972024-12-20T23:25:50.397Z[ host-image] Dec 20 23:25:48.537 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
86982024-12-20T23:25:50.397Z[ host-image] Dec 20 23:25:48.538 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z
86992024-12-20T23:25:50.397Z[ host-image] Dec 20 23:25:48.539 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z
87002024-12-20T23:25:50.397Z[ host-image] Dec 20 23:25:48.539 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z
87012024-12-20T23:25:50.400Z[ host-image] Dec 20 23:25:48.540 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z
87022024-12-20T23:25:50.406Z[ host-image] Dec 20 23:25:48.546 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
87032024-12-20T23:25:50.409Z[ host-image] Dec 20 23:25:48.546 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z
87042024-12-20T23:25:50.409Z[ host-image] Dec 20 23:25:48.548 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z
87052024-12-20T23:25:50.409Z[ host-image] Dec 20 23:25:48.548 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
87062024-12-20T23:25:50.409Z[ host-image] Dec 20 23:25:48.548 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z
87072024-12-20T23:25:50.409Z[ host-image] Dec 20 23:25:48.549 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z
87082024-12-20T23:25:50.410Z[ host-image] Dec 20 23:25:48.549 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z
87092024-12-20T23:25:50.410Z[ host-image] Dec 20 23:25:48.549 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z
87102024-12-20T23:25:50.418Z[ host-image] Dec 20 23:25:48.560 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z
87112024-12-20T23:25:50.418Z[ host-image] Dec 20 23:25:48.560 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
87122024-12-20T23:25:50.421Z[ host-image] Dec 20 23:25:48.563 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z
87132024-12-20T23:25:50.423Z[ host-image] Dec 20 23:25:48.565 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z
87142024-12-20T23:25:50.423Z[ host-image] Dec 20 23:25:48.565 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z
87152024-12-20T23:25:50.426Z[ host-image] Dec 20 23:25:48.566 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z
87162024-12-20T23:25:50.426Z[ host-image] Dec 20 23:25:48.567 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z
87172024-12-20T23:25:50.426Z[ host-image] Dec 20 23:25:48.567 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z
87182024-12-20T23:25:50.440Z[ host-image] Dec 20 23:25:48.583 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z
87192024-12-20T23:25:50.440Z[ host-image] Dec 20 23:25:48.583 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z
87202024-12-20T23:25:50.443Z[ host-image] Dec 20 23:25:48.583 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z
87212024-12-20T23:25:50.443Z[ host-image] Dec 20 23:25:48.585 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z
87222024-12-20T23:25:50.443Z[ host-image] Dec 20 23:25:48.585 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z
87232024-12-20T23:25:50.476Z[ host-image] Dec 20 23:25:48.618 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z
87242024-12-20T23:25:50.476Z[ host-image] Dec 20 23:25:48.618 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z
87252024-12-20T23:25:50.476Z[ host-image] Dec 20 23:25:48.618 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z
87262024-12-20T23:25:50.478Z[ host-image] Dec 20 23:25:48.618 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
87272024-12-20T23:25:50.478Z[ host-image] Dec 20 23:25:48.619 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
87282024-12-20T23:25:50.519Z[ host-image] Dec 20 23:25:48.661 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z
87292024-12-20T23:25:50.519Z[ host-image] Dec 20 23:25:48.661 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
87302024-12-20T23:25:50.521Z[ host-image] Dec 20 23:25:48.661 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z
87312024-12-20T23:25:50.522Z[ host-image] Dec 20 23:25:48.661 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z
87322024-12-20T23:25:50.522Z[ host-image] Dec 20 23:25:48.663 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z
87332024-12-20T23:25:50.522Z[ host-image] Dec 20 23:25:48.663 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
87342024-12-20T23:25:50.522Z[ host-image] Dec 20 23:25:48.664 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
87352024-12-20T23:25:50.524Z[ host-image] Dec 20 23:25:48.664 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z
87362024-12-20T23:25:50.524Z[ host-image] Dec 20 23:25:48.665 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z
87372024-12-20T23:25:50.524Z[ host-image] Dec 20 23:25:48.665 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z
87382024-12-20T23:25:50.525Z[ host-image] Dec 20 23:25:48.665 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z
87392024-12-20T23:25:50.525Z[ host-image] Dec 20 23:25:48.666 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z
87402024-12-20T23:25:50.525Z[ host-image] Dec 20 23:25:48.666 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z
87412024-12-20T23:25:50.528Z[ host-image] Dec 20 23:25:48.670 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
87422024-12-20T23:25:50.530Z[ host-image] Dec 20 23:25:48.671 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z
87432024-12-20T23:25:50.530Z[ host-image] Dec 20 23:25:48.672 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z
87442024-12-20T23:25:50.530Z[ host-image] Dec 20 23:25:48.672 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z
87452024-12-20T23:25:50.530Z[ host-image] Dec 20 23:25:48.673 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z
87462024-12-20T23:25:50.533Z[ host-image] Dec 20 23:25:48.673 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z
87472024-12-20T23:25:50.533Z[ host-image] Dec 20 23:25:48.673 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z
87482024-12-20T23:25:50.533Z[ host-image] Dec 20 23:25:48.673 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87492024-12-20T23:25:50.533Z[ host-image] Dec 20 23:25:48.674 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87502024-12-20T23:25:50.533Z[ host-image] Dec 20 23:25:48.674 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z
87512024-12-20T23:25:50.533Z[ host-image] Dec 20 23:25:48.675 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z
87522024-12-20T23:25:50.533Z[ host-image] Dec 20 23:25:48.675 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87532024-12-20T23:25:50.533Z[ host-image] Dec 20 23:25:48.675 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87542024-12-20T23:25:50.533Z[ host-image] Dec 20 23:25:48.675 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
87552024-12-20T23:25:50.533Z[ host-image] Dec 20 23:25:48.675 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
87562024-12-20T23:25:50.534Z[ host-image] Dec 20 23:25:48.675 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
87572024-12-20T23:25:50.536Z[ host-image] Dec 20 23:25:48.676 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
87582024-12-20T23:25:50.536Z[ host-image] Dec 20 23:25:48.678 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
87592024-12-20T23:25:50.536Z[ host-image] Dec 20 23:25:48.678 INFO O| tempdir @ "/tmp/.tmp3KFPb6/tmp"
87602024-12-20T23:25:50.536Z[ host-image] Dec 20 23:25:48.678 INFO O| image root @ "/tmp/.tmp3KFPb6/tmp/root"
87612024-12-20T23:25:50.536Z[ host-image] Dec 20 23:25:48.678 INFO O| creating image...
87622024-12-20T23:25:51.531Z[ host-image] Dec 20 23:25:49.673 INFO O| copying publishers...
87632024-12-20T23:25:53.885Z[ recovery-image] Dec 20 23:25:52.027 INFO E| Compiling clap_derive v4.5.13
87642024-12-20T23:25:56.183Z[ recovery-image] Dec 20 23:25:54.324 INFO E| Compiling clap v4.5.17
87652024-12-20T23:25:56.255Z[ recovery-image] Dec 20 23:25:54.397 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
87662024-12-20T23:25:57.496Z[ recovery-image] Dec 20 23:25:55.638 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.48s
87672024-12-20T23:25:57.509Z[ recovery-image] Dec 20 23:25:55.650 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87682024-12-20T23:25:57.690Z[ recovery-image] Dec 20 23:25:55.831 INFO E| Updating crates.io index
87692024-12-20T23:25:57.768Z[ recovery-image] Dec 20 23:25:55.909 INFO E| Downloading crates ...
87702024-12-20T23:25:57.836Z[ recovery-image] Dec 20 23:25:55.976 INFO E| Downloaded seq-macro v0.3.5
87712024-12-20T23:25:57.843Z[ recovery-image] Dec 20 23:25:55.984 INFO E| Downloaded bitstruct_derive v0.1.0
87722024-12-20T23:25:57.845Z[ recovery-image] Dec 20 23:25:55.987 INFO E| Downloaded bit_field v0.10.2
87732024-12-20T23:25:57.848Z[ recovery-image] Dec 20 23:25:55.989 INFO E| Downloaded bitstruct v0.1.1
87742024-12-20T23:25:57.861Z[ recovery-image] Dec 20 23:25:56.002 INFO E| Downloaded cpio_reader v0.1.1
87752024-12-20T23:25:57.878Z[ recovery-image] Dec 20 23:25:56.020 INFO E| Downloaded raw-cpuid v10.7.0
87762024-12-20T23:25:57.885Z[ recovery-image] Dec 20 23:25:56.026 INFO E| Downloaded syn v2.0.85
87772024-12-20T23:25:58.543Z[ recovery-image] Dec 20 23:25:56.155 INFO E| Downloaded x86 v0.52.0
87782024-12-20T23:25:58.565Z[ recovery-image] Dec 20 23:25:56.216 INFO E| Updating crates.io index
87792024-12-20T23:25:58.565Z[ recovery-image] Dec 20 23:25:56.282 INFO E| Downloading crates ...
87802024-12-20T23:25:58.565Z[ recovery-image] Dec 20 23:25:56.356 INFO E| Downloaded hashbrown v0.15.0
87812024-12-20T23:25:58.565Z[ recovery-image] Dec 20 23:25:56.362 INFO E| Downloaded compiler_builtins v0.1.134
87822024-12-20T23:25:58.565Z[ recovery-image] Dec 20 23:25:56.445 INFO E| Compiling compiler_builtins v0.1.134
87832024-12-20T23:25:58.565Z[ recovery-image] Dec 20 23:25:56.445 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)
87842024-12-20T23:25:58.565Z[ recovery-image] Dec 20 23:25:56.446 INFO E| Compiling proc-macro2 v1.0.89
87852024-12-20T23:25:58.565Z[ recovery-image] Dec 20 23:25:56.446 INFO E| Compiling unicode-ident v1.0.13
87862024-12-20T23:25:58.565Z[ recovery-image] Dec 20 23:25:56.446 INFO E| Compiling syn v1.0.109
87872024-12-20T23:25:58.566Z[ recovery-image] Dec 20 23:25:56.446 INFO E| Compiling x86 v0.52.0
87882024-12-20T23:25:58.566Z[ recovery-image] Dec 20 23:25:56.446 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87892024-12-20T23:25:58.566Z[ recovery-image] Dec 20 23:25:56.446 INFO E| Compiling seq-macro v0.3.5
87902024-12-20T23:25:59.716Z[ recovery-image] Dec 20 23:25:57.857 INFO E| Compiling quote v1.0.37
87912024-12-20T23:26:00.059Z[ recovery-image] Dec 20 23:25:58.199 INFO E| Compiling syn v2.0.85
87922024-12-20T23:26:02.994Z[ host-image] Dec 20 23:26:01.135 INFO O| adding properties...
87932024-12-20T23:26:03.792Z[ recovery-image] Dec 20 23:26:01.932 INFO E| Compiling scroll_derive v0.12.0
87942024-12-20T23:26:04.711Z[ host-image] Dec 20 23:26:02.851 INFO O| installing packages...
87952024-12-20T23:26:06.716Z[ recovery-image] Dec 20 23:26:04.856 INFO E| Compiling bitstruct_derive v0.1.0
87962024-12-20T23:26:26.943Z[ recovery-image] Dec 20 23:26:25.078 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)
87972024-12-20T23:26:30.636Z[ recovery-image] Dec 20 23:26:28.772 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)
87982024-12-20T23:26:35.211Z[ host-image] Dec 20 23:26:33.346 INFO O| seeding SMF database...
87992024-12-20T23:26:38.421Z[ recovery-image] Dec 20 23:26:36.555 INFO E| Compiling bitflags v1.3.2
88002024-12-20T23:26:38.421Z[ recovery-image] Dec 20 23:26:36.555 INFO E| Compiling plain v0.2.3
88012024-12-20T23:26:38.425Z[ recovery-image] Dec 20 23:26:36.555 INFO E| Compiling adler2 v2.0.0
88022024-12-20T23:26:38.425Z[ recovery-image] Dec 20 23:26:36.556 INFO E| Compiling bit_field v0.10.2
88032024-12-20T23:26:38.425Z[ recovery-image] Dec 20 23:26:36.556 INFO E| Compiling scroll v0.12.0
88042024-12-20T23:26:38.425Z[ recovery-image] Dec 20 23:26:36.556 INFO E| Compiling log v0.4.22
88052024-12-20T23:26:38.425Z[ recovery-image] Dec 20 23:26:36.556 INFO E| Compiling static_assertions v1.1.0
88062024-12-20T23:26:38.562Z[ recovery-image] Dec 20 23:26:36.693 INFO E| Compiling raw-cpuid v10.7.0
88072024-12-20T23:26:38.693Z[ recovery-image] Dec 20 23:26:36.827 INFO E| Compiling miniz_oxide v0.8.0
88082024-12-20T23:26:38.720Z[ recovery-image] Dec 20 23:26:36.855 INFO E| Compiling cpio_reader v0.1.1
88092024-12-20T23:26:38.844Z[ recovery-image] Dec 20 23:26:36.972 INFO E| Compiling bitstruct v0.1.1
88102024-12-20T23:26:39.692Z[ recovery-image] Dec 20 23:26:37.827 INFO E| Compiling goblin v0.8.2
88112024-12-20T23:26:51.803Z[ host-image] Dec 20 23:26:49.935 INFO O| configuring SMF profile...
88122024-12-20T23:26:51.807Z[ host-image] Dec 20 23:26:49.935 INFO O| modifying shadow(5)...
88132024-12-20T23:26:51.807Z[ host-image] Dec 20 23:26:49.935 INFO O| loading user and group database...
88142024-12-20T23:26:51.807Z[ host-image] Dec 20 23:26:49.935 INFO O| assessing packaged files...
88152024-12-20T23:26:52.689Z[ recovery-image] Dec 20 23:26:50.802 INFO E| Finished `release` profile [optimized] target(s) in 55.13s
88162024-12-20T23:26:52.717Z[ recovery-image] Dec 20 23:26:50.838 INFO building host image...
88172024-12-20T23:26:52.730Z[ recovery-image] Dec 20 23:26:50.839 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")
88182024-12-20T23:26:53.722Z[ recovery-image] Dec 20 23:26:51.854 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
88192024-12-20T23:26:56.009Z[ recovery-image] Dec 20 23:26:54.136 INFO image complete! materials are in "/work/os-recovery"
88202024-12-20T23:26:56.027Z[ recovery-image]
88212024-12-20T23:26:56.027Z[ recovery-image] real 13:20.276693452
88222024-12-20T23:26:56.027Z[ recovery-image] user 6:41.367996904
88232024-12-20T23:26:56.027Z[ recovery-image] sys 1:16.957735826
88242024-12-20T23:26:56.027Z[ recovery-image] trap 0.383844176
88252024-12-20T23:26:56.027Z[ recovery-image] tflt 0.763103649
88262024-12-20T23:26:56.027Z[ recovery-image] dflt 1.641776884
88272024-12-20T23:26:56.027Z[ recovery-image] kflt 0.026090442
88282024-12-20T23:26:56.027Z[ recovery-image] lock 28:42.820274940
88292024-12-20T23:26:56.027Z[ recovery-image] slp 1:22:29.103377237
88302024-12-20T23:26:56.027Z[ recovery-image] lat 3:44.622788160
88312024-12-20T23:26:56.027Z[ recovery-image] stop 7.174772475
88322024-12-20T23:26:56.027ZDec 20 23:26:54.144 INFO [recovery-image] process exited with exit status: 0 (800.364719529s)
88332024-12-20T23:26:57.240Z[ host-image] Dec 20 23:26:55.367 INFO O| creating archive...
88342024-12-20T23:26:57.310Z[ host-image] Dec 20 23:26:55.441 INFO O| missing from packaging:
88352024-12-20T23:26:57.310Z[ host-image] Dec 20 23:26:55.441 INFO O| "etc/.pwd.lock"
88362024-12-20T23:26:57.318Z[ host-image] Dec 20 23:26:55.441 INFO O| "etc/bash"
88372024-12-20T23:26:57.318Z[ host-image] Dec 20 23:26:55.450 INFO O| "etc/svc/profile/generic.xml"
88382024-12-20T23:26:57.318Z[ host-image] Dec 20 23:26:55.450 INFO O| "etc/svc/profile/inetd_services.xml"
88392024-12-20T23:26:57.319Z[ host-image] Dec 20 23:26:55.450 INFO O| "etc/svc/profile/name_service.xml"
88402024-12-20T23:26:57.326Z[ host-image] Dec 20 23:26:55.450 INFO O| "etc/svc/profile/platform.xml"
88412024-12-20T23:26:57.327Z[ host-image] Dec 20 23:26:55.450 INFO O| "etc/svc/profile/platform_omicron1.xml"
88422024-12-20T23:26:57.327Z[ host-image] Dec 20 23:26:55.450 INFO O| "etc/svc/repository.db"
88432024-12-20T23:26:57.335Z[ host-image] Dec 20 23:26:55.465 INFO O| "opt/ooce/share"
88442024-12-20T23:26:57.335Z[ host-image] Dec 20 23:26:55.466 INFO O| "opt/ooce/share/man"
88452024-12-20T23:26:57.335Z[ host-image] Dec 20 23:26:55.466 INFO O| "opt/ooce/share/man/man1"
88462024-12-20T23:26:57.365Z[ host-image] Dec 20 23:26:55.496 INFO O| finishing archive...
88472024-12-20T23:27:03.075Z[ host-image] Dec 20 23:26:59.286 INFO O| creating gzonly manifest...
88482024-12-20T23:27:03.076Z[ host-image] Dec 20 23:26:59.297 INFO O| ok
88492024-12-20T23:27:03.076Z[ host-image] Dec 20 23:26:59.480 INFO image builder template: ramdisk-02-trim...
88502024-12-20T23:27:03.076Z[ host-image] Dec 20 23:26:59.480 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/.tmpzMcpQQ/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
88512024-12-20T23:27:03.076Z[ host-image] Dec 20 23:26:59.524 INFO O| Dec 20 23:26:59.523 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88522024-12-20T23:27:03.076Z[ host-image] Dec 20 23:26:59.554 INFO O| Dec 20 23:26:59.554 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88532024-12-20T23:27:03.076Z[ host-image] Dec 20 23:26:59.783 INFO O| Dec 20 23:26:59.783 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
88542024-12-20T23:27:03.076Z[ host-image] Dec 20 23:26:59.990 INFO O| Dec 20 23:26:59.990 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88552024-12-20T23:27:03.076Z[ host-image] Dec 20 23:26:59.990 INFO O| Dec 20 23:26:59.990 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
88562024-12-20T23:27:03.076Z[ host-image] Dec 20 23:27:00.001 INFO O| Dec 20 23:27:00.001 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88572024-12-20T23:27:03.076Z[ host-image] Dec 20 23:27:00.011 INFO O| Dec 20 23:27:00.011 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
88582024-12-20T23:27:03.076Z[ host-image] Dec 20 23:27:00.032 INFO O| Dec 20 23:27:00.032 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
88592024-12-20T23:27:03.077Z[ host-image] Dec 20 23:27:00.464 INFO O| Dec 20 23:27:00.464 INFO rolled back to input snapshot; work may begin
88602024-12-20T23:27:03.077Z[ host-image] Dec 20 23:27:00.464 INFO O| Dec 20 23:27:00.464 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
88612024-12-20T23:27:03.077Z[ host-image] Dec 20 23:27:00.505 INFO O| Dec 20 23:27:00.505 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88622024-12-20T23:27:03.077Z[ host-image] Dec 20 23:27:00.529 INFO O| Dec 20 23:27:00.529 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
88632024-12-20T23:27:03.077Z[ host-image] Dec 20 23:27:00.818 INFO O| Dec 20 23:27:00.818 INFO STEP 0 (remove_files) COMPLETE
88642024-12-20T23:27:03.077Z[ host-image] Dec 20 23:27:00.818 INFO O| Dec 20 23:27:00.818 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88652024-12-20T23:27:03.077Z[ host-image] Dec 20 23:27:00.845 INFO O| Dec 20 23:27:00.845 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
88662024-12-20T23:27:03.077Z[ host-image] Dec 20 23:27:00.848 INFO O| Dec 20 23:27:00.848 INFO STEP 1 (remove_files) COMPLETE
88672024-12-20T23:27:03.077Z[ host-image] Dec 20 23:27:00.848 INFO O| Dec 20 23:27:00.848 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88682024-12-20T23:27:03.077Z[ host-image] Dec 20 23:27:00.887 INFO O| Dec 20 23:27:00.886 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
88692024-12-20T23:27:03.077Z[ host-image] Dec 20 23:27:00.912 INFO O| Dec 20 23:27:00.912 INFO STEP 2 (remove_files) COMPLETE
88702024-12-20T23:27:03.077Z[ host-image] Dec 20 23:27:00.912 INFO O| Dec 20 23:27:00.912 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88712024-12-20T23:27:03.077Z[ host-image] Dec 20 23:27:00.937 INFO O| Dec 20 23:27:00.937 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
88722024-12-20T23:27:03.077Z[ host-image] Dec 20 23:27:00.941 INFO O| Dec 20 23:27:00.940 INFO STEP 3 (remove_files) COMPLETE
88732024-12-20T23:27:03.077Z[ host-image] Dec 20 23:27:00.941 INFO O| Dec 20 23:27:00.941 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88742024-12-20T23:27:03.077Z[ host-image] Dec 20 23:27:00.964 INFO O| Dec 20 23:27:00.964 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
88752024-12-20T23:27:03.078Z[ host-image] Dec 20 23:27:00.972 INFO O| Dec 20 23:27:00.972 INFO STEP 4 (remove_files) COMPLETE
88762024-12-20T23:27:03.078Z[ host-image] Dec 20 23:27:00.972 INFO O| Dec 20 23:27:00.972 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88772024-12-20T23:27:03.078Z[ host-image] Dec 20 23:27:00.998 INFO O| Dec 20 23:27:00.997 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
88782024-12-20T23:27:03.078Z[ host-image] Dec 20 23:27:01.003 INFO O| Dec 20 23:27:01.003 INFO STEP 5 (remove_files) COMPLETE
88792024-12-20T23:27:03.078Z[ host-image] Dec 20 23:27:01.003 INFO O| Dec 20 23:27:01.003 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88802024-12-20T23:27:03.078Z[ host-image] Dec 20 23:27:01.028 INFO O| Dec 20 23:27:01.028 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
88812024-12-20T23:27:03.078Z[ host-image] Dec 20 23:27:01.051 INFO O| Dec 20 23:27:01.051 INFO STEP 6 (remove_files) COMPLETE
88822024-12-20T23:27:03.078Z[ host-image] Dec 20 23:27:01.051 INFO O| Dec 20 23:27:01.051 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88832024-12-20T23:27:03.078Z[ host-image] Dec 20 23:27:01.075 INFO O| Dec 20 23:27:01.075 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
88842024-12-20T23:27:03.079Z[ host-image] Dec 20 23:27:01.100 INFO O| Dec 20 23:27:01.100 INFO STEP 7 (remove_files) COMPLETE
88852024-12-20T23:27:03.099Z[ host-image] Dec 20 23:27:01.100 INFO O| Dec 20 23:27:01.100 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88862024-12-20T23:27:03.099Z[ host-image] Dec 20 23:27:01.155 INFO O| Dec 20 23:27:01.155 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
88872024-12-20T23:27:03.217Z[ host-image] Dec 20 23:27:01.341 INFO O| Dec 20 23:27:01.341 INFO STEP 8 (remove_files) COMPLETE
88882024-12-20T23:27:03.217Z[ host-image] Dec 20 23:27:01.341 INFO O| Dec 20 23:27:01.341 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88892024-12-20T23:27:03.236Z[ host-image] Dec 20 23:27:01.366 INFO O| Dec 20 23:27:01.366 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88902024-12-20T23:27:03.433Z[ host-image] Dec 20 23:27:01.563 INFO O| Dec 20 23:27:01.563 INFO STEP 9 (remove_files) COMPLETE
88912024-12-20T23:27:03.433Z[ host-image] Dec 20 23:27:01.563 INFO O| Dec 20 23:27:01.563 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88922024-12-20T23:27:03.456Z[ host-image] Dec 20 23:27:01.587 INFO O| Dec 20 23:27:01.587 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
88932024-12-20T23:27:03.464Z[ host-image] Dec 20 23:27:01.594 INFO O| Dec 20 23:27:01.594 INFO STEP 10 (remove_files) COMPLETE
88942024-12-20T23:27:03.464Z[ host-image] Dec 20 23:27:01.594 INFO O| Dec 20 23:27:01.594 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88952024-12-20T23:27:03.493Z[ host-image] Dec 20 23:27:01.619 INFO O| Dec 20 23:27:01.619 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
88962024-12-20T23:27:03.501Z[ host-image] Dec 20 23:27:01.621 INFO O| Dec 20 23:27:01.621 INFO STEP 11 (remove_files) COMPLETE
88972024-12-20T23:27:03.501Z[ host-image] Dec 20 23:27:01.621 INFO O| Dec 20 23:27:01.621 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88982024-12-20T23:27:03.534Z[ host-image] Dec 20 23:27:01.665 INFO O| Dec 20 23:27:01.665 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88992024-12-20T23:27:03.538Z[ host-image] Dec 20 23:27:01.667 INFO O| Dec 20 23:27:01.667 INFO STEP 12 (remove_files) COMPLETE
89002024-12-20T23:27:03.538Z[ host-image] Dec 20 23:27:01.668 INFO O| Dec 20 23:27:01.667 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89012024-12-20T23:27:04.197Z[ host-image] Dec 20 23:27:02.327 INFO O| Dec 20 23:27:02.327 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
89022024-12-20T23:27:04.222Z[ host-image] Dec 20 23:27:02.352 INFO O| Dec 20 23:27:02.352 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
89032024-12-20T23:27:04.225Z[ host-image] Dec 20 23:27:02.354 INFO O| Dec 20 23:27:02.354 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
89042024-12-20T23:27:04.232Z[ host-image] Dec 20 23:27:02.360 INFO O| Dec 20 23:27:02.360 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
89052024-12-20T23:27:04.371Z[ host-image] Dec 20 23:27:02.502 INFO O| Dec 20 23:27:02.501 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
89062024-12-20T23:27:04.375Z[ host-image] Dec 20 23:27:02.503 INFO O| Dec 20 23:27:02.502 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89072024-12-20T23:27:04.375Z[ host-image] Dec 20 23:27:02.503 INFO O| Dec 20 23:27:02.503 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
89082024-12-20T23:27:04.375Z[ host-image] Dec 20 23:27:02.503 INFO O| Dec 20 23:27:02.503 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
89092024-12-20T23:27:04.375Z[ host-image] Dec 20 23:27:02.503 INFO O| Dec 20 23:27:02.503 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
89102024-12-20T23:27:04.375Z[ host-image] Dec 20 23:27:02.503 INFO O| Dec 20 23:27:02.503 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
89112024-12-20T23:27:04.375Z[ host-image] Dec 20 23:27:02.504 INFO O| Dec 20 23:27:02.504 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89122024-12-20T23:27:04.375Z[ host-image] Dec 20 23:27:02.504 INFO O| Dec 20 23:27:02.504 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89132024-12-20T23:27:04.375Z[ host-image] Dec 20 23:27:02.504 INFO O| Dec 20 23:27:02.504 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
89142024-12-20T23:27:04.375Z[ host-image] Dec 20 23:27:02.505 INFO O| Dec 20 23:27:02.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89152024-12-20T23:27:04.375Z[ host-image] Dec 20 23:27:02.505 INFO O| Dec 20 23:27:02.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89162024-12-20T23:27:04.387Z[ host-image] Dec 20 23:27:02.505 INFO O| Dec 20 23:27:02.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89172024-12-20T23:27:04.387Z[ host-image] Dec 20 23:27:02.506 INFO O| Dec 20 23:27:02.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89182024-12-20T23:27:04.387Z[ host-image] Dec 20 23:27:02.506 INFO O| Dec 20 23:27:02.506 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89192024-12-20T23:27:04.387Z[ host-image] Dec 20 23:27:02.506 INFO O| Dec 20 23:27:02.506 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89202024-12-20T23:27:04.387Z[ host-image] Dec 20 23:27:02.507 INFO O| Dec 20 23:27:02.506 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89212024-12-20T23:27:04.387Z[ host-image] Dec 20 23:27:02.507 INFO O| Dec 20 23:27:02.507 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89222024-12-20T23:27:04.421Z[ host-image] Dec 20 23:27:02.551 INFO O| Dec 20 23:27:02.550 INFO STEP 13 (remove_files) COMPLETE
89232024-12-20T23:27:04.421Z[ host-image] Dec 20 23:27:02.551 INFO O| Dec 20 23:27:02.551 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89242024-12-20T23:27:04.446Z[ host-image] Dec 20 23:27:02.576 INFO O| Dec 20 23:27:02.576 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
89252024-12-20T23:27:04.449Z[ host-image] Dec 20 23:27:02.579 INFO O| Dec 20 23:27:02.579 INFO STEP 14 (remove_files) COMPLETE
89262024-12-20T23:27:04.449Z[ host-image] Dec 20 23:27:02.579 INFO O| Dec 20 23:27:02.579 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89272024-12-20T23:27:04.478Z[ host-image] Dec 20 23:27:02.608 INFO O| Dec 20 23:27:02.608 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
89282024-12-20T23:27:04.503Z[ host-image] Dec 20 23:27:02.622 INFO O| Dec 20 23:27:02.622 INFO STEP 15 (remove_files) COMPLETE
89292024-12-20T23:27:04.503Z[ host-image] Dec 20 23:27:02.622 INFO O| Dec 20 23:27:02.622 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89302024-12-20T23:27:04.552Z[ host-image] Dec 20 23:27:02.683 INFO O| Dec 20 23:27:02.683 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
89312024-12-20T23:27:04.556Z[ host-image] Dec 20 23:27:02.684 INFO O| Dec 20 23:27:02.684 INFO STEP 16 (remove_files) COMPLETE
89322024-12-20T23:27:04.556Z[ host-image] Dec 20 23:27:02.684 INFO O| Dec 20 23:27:02.684 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89332024-12-20T23:27:04.577Z[ host-image] Dec 20 23:27:02.708 INFO O| Dec 20 23:27:02.707 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
89342024-12-20T23:27:04.580Z[ host-image] Dec 20 23:27:02.710 INFO O| Dec 20 23:27:02.710 INFO STEP 17 (remove_files) COMPLETE
89352024-12-20T23:27:04.580Z[ host-image] Dec 20 23:27:02.710 INFO O| Dec 20 23:27:02.710 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89362024-12-20T23:27:04.606Z[ host-image] Dec 20 23:27:02.736 INFO O| Dec 20 23:27:02.736 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
89372024-12-20T23:27:04.606Z[ host-image] Dec 20 23:27:02.737 INFO O| Dec 20 23:27:02.737 INFO STEP 18 (remove_files) COMPLETE
89382024-12-20T23:27:04.606Z[ host-image] Dec 20 23:27:02.737 INFO O| Dec 20 23:27:02.737 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89392024-12-20T23:27:04.632Z[ host-image] Dec 20 23:27:02.762 INFO O| Dec 20 23:27:02.762 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
89402024-12-20T23:27:04.632Z[ host-image] Dec 20 23:27:02.763 INFO O| Dec 20 23:27:02.763 INFO STEP 19 (remove_files) COMPLETE
89412024-12-20T23:27:04.632Z[ host-image] Dec 20 23:27:02.763 INFO O| Dec 20 23:27:02.763 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89422024-12-20T23:27:04.667Z[ host-image] Dec 20 23:27:02.798 INFO O| Dec 20 23:27:02.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
89432024-12-20T23:27:04.667Z[ host-image] Dec 20 23:27:02.798 INFO O| Dec 20 23:27:02.798 INFO STEP 20 (remove_files) COMPLETE
89442024-12-20T23:27:04.671Z[ host-image] Dec 20 23:27:02.798 INFO O| Dec 20 23:27:02.798 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89452024-12-20T23:27:04.692Z[ host-image] Dec 20 23:27:02.822 INFO O| Dec 20 23:27:02.822 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
89462024-12-20T23:27:04.692Z[ host-image] Dec 20 23:27:02.822 INFO O| Dec 20 23:27:02.822 INFO STEP 21 (remove_files) COMPLETE
89472024-12-20T23:27:04.692Z[ host-image] Dec 20 23:27:02.822 INFO O| Dec 20 23:27:02.822 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89482024-12-20T23:27:04.714Z[ host-image] Dec 20 23:27:02.845 INFO O| Dec 20 23:27:02.845 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
89492024-12-20T23:27:04.715Z[ host-image] Dec 20 23:27:02.845 INFO O| Dec 20 23:27:02.845 INFO STEP 22 (remove_files) COMPLETE
89502024-12-20T23:27:04.715Z[ host-image] Dec 20 23:27:02.845 INFO O| Dec 20 23:27:02.845 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89512024-12-20T23:27:04.748Z[ host-image] Dec 20 23:27:02.878 INFO O| Dec 20 23:27:02.878 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
89522024-12-20T23:27:04.753Z[ host-image] Dec 20 23:27:02.879 INFO O| Dec 20 23:27:02.879 INFO STEP 23 (remove_files) COMPLETE
89532024-12-20T23:27:04.753Z[ host-image] Dec 20 23:27:02.879 INFO O| Dec 20 23:27:02.879 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89542024-12-20T23:27:04.773Z[ host-image] Dec 20 23:27:02.903 INFO O| Dec 20 23:27:02.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
89552024-12-20T23:27:04.780Z[ host-image] Dec 20 23:27:02.904 INFO O| Dec 20 23:27:02.903 INFO STEP 24 (remove_files) COMPLETE
89562024-12-20T23:27:04.780Z[ host-image] Dec 20 23:27:02.904 INFO O| Dec 20 23:27:02.904 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89572024-12-20T23:27:04.798Z[ host-image] Dec 20 23:27:02.928 INFO O| Dec 20 23:27:02.928 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
89582024-12-20T23:27:04.813Z[ host-image] Dec 20 23:27:02.928 INFO O| Dec 20 23:27:02.928 INFO STEP 25 (remove_files) COMPLETE
89592024-12-20T23:27:04.813Z[ host-image] Dec 20 23:27:02.929 INFO O| Dec 20 23:27:02.928 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89602024-12-20T23:27:04.825Z[ host-image] Dec 20 23:27:02.952 INFO O| Dec 20 23:27:02.952 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
89612024-12-20T23:27:04.874Z[ host-image] Dec 20 23:27:02.952 INFO O| Dec 20 23:27:02.952 INFO STEP 26 (remove_files) COMPLETE
89622024-12-20T23:27:04.874Z[ host-image] Dec 20 23:27:02.952 INFO O| Dec 20 23:27:02.952 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89632024-12-20T23:27:04.883Z[ host-image] Dec 20 23:27:02.991 INFO O| Dec 20 23:27:02.991 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
89642024-12-20T23:27:04.883Z[ host-image] Dec 20 23:27:02.991 INFO O| Dec 20 23:27:02.991 INFO STEP 27 (remove_files) COMPLETE
89652024-12-20T23:27:04.883Z[ host-image] Dec 20 23:27:02.991 INFO O| Dec 20 23:27:02.991 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89662024-12-20T23:27:04.891Z[ host-image] Dec 20 23:27:03.016 INFO O| Dec 20 23:27:03.015 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
89672024-12-20T23:27:04.891Z[ host-image] Dec 20 23:27:03.016 INFO O| Dec 20 23:27:03.016 INFO STEP 28 (remove_files) COMPLETE
89682024-12-20T23:27:04.891Z[ host-image] Dec 20 23:27:03.016 INFO O| Dec 20 23:27:03.016 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89692024-12-20T23:27:04.908Z[ host-image] Dec 20 23:27:03.039 INFO O| Dec 20 23:27:03.039 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
89702024-12-20T23:27:04.908Z[ host-image] Dec 20 23:27:03.039 INFO O| Dec 20 23:27:03.039 INFO STEP 29 (remove_files) COMPLETE
89712024-12-20T23:27:04.915Z[ host-image] Dec 20 23:27:03.039 INFO O| Dec 20 23:27:03.039 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89722024-12-20T23:27:04.932Z[ host-image] Dec 20 23:27:03.062 INFO O| Dec 20 23:27:03.062 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
89732024-12-20T23:27:04.932Z[ host-image] Dec 20 23:27:03.062 INFO O| Dec 20 23:27:03.062 INFO STEP 30 (remove_files) COMPLETE
89742024-12-20T23:27:04.950Z[ host-image] Dec 20 23:27:03.062 INFO O| Dec 20 23:27:03.062 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89752024-12-20T23:27:04.967Z[ host-image] Dec 20 23:27:03.085 INFO O| Dec 20 23:27:03.085 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
89762024-12-20T23:27:04.967Z[ host-image] Dec 20 23:27:03.085 INFO O| Dec 20 23:27:03.085 INFO STEP 31 (remove_files) COMPLETE
89772024-12-20T23:27:04.967Z[ host-image] Dec 20 23:27:03.085 INFO O| Dec 20 23:27:03.085 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89782024-12-20T23:27:04.993Z[ host-image] Dec 20 23:27:03.124 INFO O| Dec 20 23:27:03.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
89792024-12-20T23:27:04.994Z[ host-image] Dec 20 23:27:03.124 INFO O| Dec 20 23:27:03.124 INFO STEP 32 (remove_files) COMPLETE
89802024-12-20T23:27:04.998Z[ host-image] Dec 20 23:27:03.124 INFO O| Dec 20 23:27:03.124 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89812024-12-20T23:27:05.018Z[ host-image] Dec 20 23:27:03.149 INFO O| Dec 20 23:27:03.149 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
89822024-12-20T23:27:05.018Z[ host-image] Dec 20 23:27:03.149 INFO O| Dec 20 23:27:03.149 INFO STEP 33 (remove_files) COMPLETE
89832024-12-20T23:27:05.018Z[ host-image] Dec 20 23:27:03.149 INFO O| Dec 20 23:27:03.149 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89842024-12-20T23:27:05.043Z[ host-image] Dec 20 23:27:03.174 INFO O| Dec 20 23:27:03.173 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
89852024-12-20T23:27:05.043Z[ host-image] Dec 20 23:27:03.174 INFO O| Dec 20 23:27:03.174 INFO STEP 34 (remove_files) COMPLETE
89862024-12-20T23:27:05.043Z[ host-image] Dec 20 23:27:03.174 INFO O| Dec 20 23:27:03.174 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89872024-12-20T23:27:05.069Z[ host-image] Dec 20 23:27:03.198 INFO O| Dec 20 23:27:03.197 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
89882024-12-20T23:27:05.069Z[ host-image] Dec 20 23:27:03.198 INFO O| Dec 20 23:27:03.198 INFO STEP 35 (remove_files) COMPLETE
89892024-12-20T23:27:05.072Z[ host-image] Dec 20 23:27:03.198 INFO O| Dec 20 23:27:03.198 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89902024-12-20T23:27:05.091Z[ host-image] Dec 20 23:27:03.220 INFO O| Dec 20 23:27:03.220 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
89912024-12-20T23:27:05.091Z[ host-image] Dec 20 23:27:03.220 INFO O| Dec 20 23:27:03.220 INFO STEP 36 (remove_files) COMPLETE
89922024-12-20T23:27:05.091Z[ host-image] Dec 20 23:27:03.220 INFO O| Dec 20 23:27:03.220 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89932024-12-20T23:27:05.131Z[ host-image] Dec 20 23:27:03.261 INFO O| Dec 20 23:27:03.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
89942024-12-20T23:27:05.131Z[ host-image] Dec 20 23:27:03.262 INFO O| Dec 20 23:27:03.262 INFO STEP 37 (remove_files) COMPLETE
89952024-12-20T23:27:05.137Z[ host-image] Dec 20 23:27:03.262 INFO O| Dec 20 23:27:03.262 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89962024-12-20T23:27:05.156Z[ host-image] Dec 20 23:27:03.286 INFO O| Dec 20 23:27:03.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
89972024-12-20T23:27:05.156Z[ host-image] Dec 20 23:27:03.287 INFO O| Dec 20 23:27:03.287 INFO STEP 38 (remove_files) COMPLETE
89982024-12-20T23:27:05.156Z[ host-image] Dec 20 23:27:03.287 INFO O| Dec 20 23:27:03.287 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89992024-12-20T23:27:05.189Z[ host-image] Dec 20 23:27:03.315 INFO O| Dec 20 23:27:03.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
90002024-12-20T23:27:05.189Z[ host-image] Dec 20 23:27:03.315 INFO O| Dec 20 23:27:03.315 INFO STEP 39 (remove_files) COMPLETE
90012024-12-20T23:27:05.189Z[ host-image] Dec 20 23:27:03.315 INFO O| Dec 20 23:27:03.315 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90022024-12-20T23:27:05.208Z[ host-image] Dec 20 23:27:03.338 INFO O| Dec 20 23:27:03.338 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
90032024-12-20T23:27:05.209Z[ host-image] Dec 20 23:27:03.339 INFO O| Dec 20 23:27:03.338 INFO STEP 40 (remove_files) COMPLETE
90042024-12-20T23:27:05.209Z[ host-image] Dec 20 23:27:03.339 INFO O| Dec 20 23:27:03.339 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90052024-12-20T23:27:05.249Z[ host-image] Dec 20 23:27:03.367 INFO O| Dec 20 23:27:03.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
90062024-12-20T23:27:05.256Z[ host-image] Dec 20 23:27:03.368 INFO O| Dec 20 23:27:03.367 INFO STEP 41 (remove_files) COMPLETE
90072024-12-20T23:27:05.256Z[ host-image] Dec 20 23:27:03.368 INFO O| Dec 20 23:27:03.368 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90082024-12-20T23:27:05.263Z[ host-image] Dec 20 23:27:03.393 INFO O| Dec 20 23:27:03.393 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
90092024-12-20T23:27:05.263Z[ host-image] Dec 20 23:27:03.393 INFO O| Dec 20 23:27:03.393 INFO STEP 42 (remove_files) COMPLETE
90102024-12-20T23:27:05.263Z[ host-image] Dec 20 23:27:03.393 INFO O| Dec 20 23:27:03.393 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90112024-12-20T23:27:05.287Z[ host-image] Dec 20 23:27:03.417 INFO O| Dec 20 23:27:03.417 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
90122024-12-20T23:27:05.291Z[ host-image] Dec 20 23:27:03.417 INFO O| Dec 20 23:27:03.417 INFO STEP 43 (remove_files) COMPLETE
90132024-12-20T23:27:05.292Z[ host-image] Dec 20 23:27:03.418 INFO O| Dec 20 23:27:03.418 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90142024-12-20T23:27:05.326Z[ host-image] Dec 20 23:27:03.454 INFO O| Dec 20 23:27:03.454 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
90152024-12-20T23:27:05.326Z[ host-image] Dec 20 23:27:03.454 INFO O| Dec 20 23:27:03.454 INFO STEP 44 (remove_files) COMPLETE
90162024-12-20T23:27:05.326Z[ host-image] Dec 20 23:27:03.454 INFO O| Dec 20 23:27:03.454 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90172024-12-20T23:27:05.362Z[ host-image] Dec 20 23:27:03.492 INFO O| Dec 20 23:27:03.492 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
90182024-12-20T23:27:05.362Z[ host-image] Dec 20 23:27:03.492 INFO O| Dec 20 23:27:03.492 INFO STEP 45 (remove_files) COMPLETE
90192024-12-20T23:27:05.362Z[ host-image] Dec 20 23:27:03.492 INFO O| Dec 20 23:27:03.492 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90202024-12-20T23:27:05.385Z[ host-image] Dec 20 23:27:03.513 INFO O| Dec 20 23:27:03.513 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
90212024-12-20T23:27:05.385Z[ host-image] Dec 20 23:27:03.513 INFO O| Dec 20 23:27:03.513 INFO STEP 46 (remove_files) COMPLETE
90222024-12-20T23:27:05.385Z[ host-image] Dec 20 23:27:03.513 INFO O| Dec 20 23:27:03.513 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90232024-12-20T23:27:05.408Z[ host-image] Dec 20 23:27:03.536 INFO O| Dec 20 23:27:03.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
90242024-12-20T23:27:05.408Z[ host-image] Dec 20 23:27:03.536 INFO O| Dec 20 23:27:03.536 INFO STEP 47 (remove_files) COMPLETE
90252024-12-20T23:27:05.411Z[ host-image] Dec 20 23:27:03.536 INFO O| Dec 20 23:27:03.536 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90262024-12-20T23:27:05.428Z[ host-image] Dec 20 23:27:03.558 INFO O| Dec 20 23:27:03.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
90272024-12-20T23:27:05.428Z[ host-image] Dec 20 23:27:03.558 INFO O| Dec 20 23:27:03.558 INFO STEP 48 (remove_files) COMPLETE
90282024-12-20T23:27:05.438Z[ host-image] Dec 20 23:27:03.558 INFO O| Dec 20 23:27:03.558 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90292024-12-20T23:27:05.451Z[ host-image] Dec 20 23:27:03.579 INFO O| Dec 20 23:27:03.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
90302024-12-20T23:27:05.451Z[ host-image] Dec 20 23:27:03.579 INFO O| Dec 20 23:27:03.579 INFO STEP 49 (remove_files) COMPLETE
90312024-12-20T23:27:05.451Z[ host-image] Dec 20 23:27:03.579 INFO O| Dec 20 23:27:03.579 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90322024-12-20T23:27:05.489Z[ host-image] Dec 20 23:27:03.620 INFO O| Dec 20 23:27:03.619 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
90332024-12-20T23:27:05.489Z[ host-image] Dec 20 23:27:03.620 INFO O| Dec 20 23:27:03.620 INFO STEP 50 (remove_files) COMPLETE
90342024-12-20T23:27:05.496Z[ host-image] Dec 20 23:27:03.620 INFO O| Dec 20 23:27:03.620 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90352024-12-20T23:27:05.548Z[ host-image] Dec 20 23:27:03.678 INFO O| Dec 20 23:27:03.678 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
90362024-12-20T23:27:05.548Z[ host-image] Dec 20 23:27:03.678 INFO O| Dec 20 23:27:03.678 INFO STEP 51 (remove_files) COMPLETE
90372024-12-20T23:27:05.548Z[ host-image] Dec 20 23:27:03.678 INFO O| Dec 20 23:27:03.678 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90382024-12-20T23:27:05.568Z[ host-image] Dec 20 23:27:03.699 INFO O| Dec 20 23:27:03.699 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90392024-12-20T23:27:05.568Z[ host-image] Dec 20 23:27:03.699 INFO O| Dec 20 23:27:03.699 INFO STEP 52 (remove_files) COMPLETE
90402024-12-20T23:27:05.568Z[ host-image] Dec 20 23:27:03.699 INFO O| Dec 20 23:27:03.699 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90412024-12-20T23:27:05.588Z[ host-image] Dec 20 23:27:03.718 INFO O| Dec 20 23:27:03.718 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
90422024-12-20T23:27:05.588Z[ host-image] Dec 20 23:27:03.719 INFO O| Dec 20 23:27:03.719 INFO STEP 53 (remove_files) COMPLETE
90432024-12-20T23:27:05.588Z[ host-image] Dec 20 23:27:03.719 INFO O| Dec 20 23:27:03.719 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90442024-12-20T23:27:05.611Z[ host-image] Dec 20 23:27:03.741 INFO O| Dec 20 23:27:03.741 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
90452024-12-20T23:27:05.611Z[ host-image] Dec 20 23:27:03.741 INFO O| Dec 20 23:27:03.741 INFO STEP 54 (remove_files) COMPLETE
90462024-12-20T23:27:05.616Z[ host-image] Dec 20 23:27:03.741 INFO O| Dec 20 23:27:03.741 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90472024-12-20T23:27:05.633Z[ host-image] Dec 20 23:27:03.764 INFO O| Dec 20 23:27:03.764 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
90482024-12-20T23:27:05.633Z[ host-image] Dec 20 23:27:03.764 INFO O| Dec 20 23:27:03.764 INFO STEP 55 (remove_files) COMPLETE
90492024-12-20T23:27:05.633Z[ host-image] Dec 20 23:27:03.764 INFO O| Dec 20 23:27:03.764 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90502024-12-20T23:27:05.670Z[ host-image] Dec 20 23:27:03.799 INFO O| Dec 20 23:27:03.799 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
90512024-12-20T23:27:05.670Z[ host-image] Dec 20 23:27:03.800 INFO O| Dec 20 23:27:03.800 INFO STEP 56 (remove_files) COMPLETE
90522024-12-20T23:27:05.670Z[ host-image] Dec 20 23:27:03.800 INFO O| Dec 20 23:27:03.800 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90532024-12-20T23:27:05.692Z[ host-image] Dec 20 23:27:03.822 INFO O| Dec 20 23:27:03.822 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
90542024-12-20T23:27:05.692Z[ host-image] Dec 20 23:27:03.822 INFO O| Dec 20 23:27:03.822 INFO STEP 57 (remove_files) COMPLETE
90552024-12-20T23:27:05.692Z[ host-image] Dec 20 23:27:03.822 INFO O| Dec 20 23:27:03.822 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90562024-12-20T23:27:05.734Z[ host-image] Dec 20 23:27:03.864 INFO O| Dec 20 23:27:03.864 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90572024-12-20T23:27:05.734Z[ host-image] Dec 20 23:27:03.864 INFO O| Dec 20 23:27:03.864 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
90582024-12-20T23:27:05.738Z[ host-image] Dec 20 23:27:03.865 INFO O| Dec 20 23:27:03.865 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90592024-12-20T23:27:05.738Z[ host-image] Dec 20 23:27:03.865 INFO O| Dec 20 23:27:03.865 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90602024-12-20T23:27:05.738Z[ host-image] Dec 20 23:27:03.865 INFO O| Dec 20 23:27:03.865 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90612024-12-20T23:27:05.738Z[ host-image] Dec 20 23:27:03.865 INFO O| Dec 20 23:27:03.865 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90622024-12-20T23:27:05.738Z[ host-image] Dec 20 23:27:03.865 INFO O| Dec 20 23:27:03.865 INFO ok!
90632024-12-20T23:27:05.738Z[ host-image] Dec 20 23:27:03.865 INFO O| Dec 20 23:27:03.865 INFO STEP 58 (ensure_file) COMPLETE
90642024-12-20T23:27:05.738Z[ host-image] Dec 20 23:27:03.865 INFO O| Dec 20 23:27:03.865 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90652024-12-20T23:27:05.759Z[ host-image] Dec 20 23:27:03.890 INFO O| Dec 20 23:27:03.890 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
90662024-12-20T23:27:05.759Z[ host-image] Dec 20 23:27:03.890 INFO O| Dec 20 23:27:03.890 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
90672024-12-20T23:27:05.762Z[ host-image] Dec 20 23:27:03.890 INFO O| Dec 20 23:27:03.890 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90682024-12-20T23:27:05.762Z[ host-image] Dec 20 23:27:03.890 INFO O| Dec 20 23:27:03.890 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90692024-12-20T23:27:05.762Z[ host-image] Dec 20 23:27:03.891 INFO O| Dec 20 23:27:03.890 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90702024-12-20T23:27:05.762Z[ host-image] Dec 20 23:27:03.891 INFO O| Dec 20 23:27:03.891 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90712024-12-20T23:27:05.762Z[ host-image] Dec 20 23:27:03.891 INFO O| Dec 20 23:27:03.891 INFO ok!
90722024-12-20T23:27:05.762Z[ host-image] Dec 20 23:27:03.891 INFO O| Dec 20 23:27:03.891 INFO STEP 59 (ensure_file) COMPLETE
90732024-12-20T23:27:05.762Z[ host-image] Dec 20 23:27:03.891 INFO O| Dec 20 23:27:03.891 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90742024-12-20T23:27:05.785Z[ host-image] Dec 20 23:27:03.915 INFO O| Dec 20 23:27:03.915 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
90752024-12-20T23:27:05.785Z[ host-image] Dec 20 23:27:03.915 INFO O| Dec 20 23:27:03.915 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
90762024-12-20T23:27:05.788Z[ host-image] Dec 20 23:27:03.915 INFO O| Dec 20 23:27:03.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
90772024-12-20T23:27:05.788Z[ host-image] Dec 20 23:27:03.916 INFO O| Dec 20 23:27:03.915 INFO ok!
90782024-12-20T23:27:05.788Z[ host-image] Dec 20 23:27:03.916 INFO O| Dec 20 23:27:03.916 INFO STEP 60 (ensure_file) COMPLETE
90792024-12-20T23:27:05.788Z[ host-image] Dec 20 23:27:03.916 INFO O| Dec 20 23:27:03.916 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90802024-12-20T23:27:05.911Z[ host-image] Dec 20 23:27:03.940 INFO O| Dec 20 23:27:03.940 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
90812024-12-20T23:27:05.912Z[ host-image] Dec 20 23:27:03.940 INFO O| Dec 20 23:27:03.940 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
90822024-12-20T23:27:05.928Z[ host-image] Dec 20 23:27:03.941 INFO O| Dec 20 23:27:03.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
90832024-12-20T23:27:05.928Z[ host-image] Dec 20 23:27:03.941 INFO O| Dec 20 23:27:03.940 INFO ok!
90842024-12-20T23:27:05.928Z[ host-image] Dec 20 23:27:03.941 INFO O| Dec 20 23:27:03.941 INFO STEP 61 (ensure_file) COMPLETE
90852024-12-20T23:27:05.928Z[ host-image] Dec 20 23:27:03.941 INFO O| Dec 20 23:27:03.941 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90862024-12-20T23:27:05.928Z[ host-image] Dec 20 23:27:03.966 INFO O| Dec 20 23:27:03.966 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
90872024-12-20T23:27:05.928Z[ host-image] Dec 20 23:27:03.966 INFO O| Dec 20 23:27:03.966 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
90882024-12-20T23:27:05.928Z[ host-image] Dec 20 23:27:03.966 INFO O| Dec 20 23:27:03.966 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90892024-12-20T23:27:05.928Z[ host-image] Dec 20 23:27:03.966 INFO O| Dec 20 23:27:03.966 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90902024-12-20T23:27:05.928Z[ host-image] Dec 20 23:27:03.966 INFO O| Dec 20 23:27:03.966 INFO ok!
90912024-12-20T23:27:05.928Z[ host-image] Dec 20 23:27:03.966 INFO O| Dec 20 23:27:03.966 INFO STEP 62 (ensure_file) COMPLETE
90922024-12-20T23:27:05.928Z[ host-image] Dec 20 23:27:03.966 INFO O| Dec 20 23:27:03.966 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90932024-12-20T23:27:05.928Z[ host-image] Dec 20 23:27:03.991 INFO O| Dec 20 23:27:03.991 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
90942024-12-20T23:27:05.929Z[ host-image] Dec 20 23:27:03.991 INFO O| Dec 20 23:27:03.991 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
90952024-12-20T23:27:05.929Z[ host-image] Dec 20 23:27:03.991 INFO O| Dec 20 23:27:03.991 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90962024-12-20T23:27:05.929Z[ host-image] Dec 20 23:27:03.991 INFO O| Dec 20 23:27:03.991 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90972024-12-20T23:27:05.929Z[ host-image] Dec 20 23:27:03.991 INFO O| Dec 20 23:27:03.991 INFO ok!
90982024-12-20T23:27:05.929Z[ host-image] Dec 20 23:27:03.991 INFO O| Dec 20 23:27:03.991 INFO STEP 63 (ensure_file) COMPLETE
90992024-12-20T23:27:05.929Z[ host-image] Dec 20 23:27:03.991 INFO O| Dec 20 23:27:03.991 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91002024-12-20T23:27:05.931Z[ host-image] Dec 20 23:27:04.015 INFO O| Dec 20 23:27:04.015 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
91012024-12-20T23:27:05.931Z[ host-image] Dec 20 23:27:04.015 INFO O| Dec 20 23:27:04.015 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
91022024-12-20T23:27:05.931Z[ host-image] Dec 20 23:27:04.016 INFO O| Dec 20 23:27:04.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
91032024-12-20T23:27:05.931Z[ host-image] Dec 20 23:27:04.016 INFO O| Dec 20 23:27:04.016 INFO ok!
91042024-12-20T23:27:05.931Z[ host-image] Dec 20 23:27:04.016 INFO O| Dec 20 23:27:04.016 INFO STEP 64 (assemble_files) COMPLETE
91052024-12-20T23:27:05.931Z[ host-image] Dec 20 23:27:04.016 INFO O| Dec 20 23:27:04.016 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91062024-12-20T23:27:05.947Z[ host-image] Dec 20 23:27:04.078 INFO O| Dec 20 23:27:04.078 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
91072024-12-20T23:27:05.947Z[ host-image] Dec 20 23:27:04.078 INFO O| Dec 20 23:27:04.078 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
91082024-12-20T23:27:05.951Z[ host-image] Dec 20 23:27:04.078 INFO O| Dec 20 23:27:04.078 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
91092024-12-20T23:27:05.951Z[ host-image] Dec 20 23:27:04.078 INFO O| Dec 20 23:27:04.078 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
91102024-12-20T23:27:05.951Z[ host-image] Dec 20 23:27:04.078 INFO O| Dec 20 23:27:04.078 INFO ok!
91112024-12-20T23:27:05.951Z[ host-image] Dec 20 23:27:04.078 INFO O| Dec 20 23:27:04.078 INFO STEP 65 (ensure_file) COMPLETE
91122024-12-20T23:27:05.951Z[ host-image] Dec 20 23:27:04.078 INFO O| Dec 20 23:27:04.078 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91132024-12-20T23:27:05.972Z[ host-image] Dec 20 23:27:04.101 INFO O| Dec 20 23:27:04.101 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91142024-12-20T23:27:05.976Z[ host-image] Dec 20 23:27:04.101 INFO O| Dec 20 23:27:04.101 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91152024-12-20T23:27:05.976Z[ host-image] Dec 20 23:27:04.101 INFO O| Dec 20 23:27:04.101 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91162024-12-20T23:27:05.976Z[ host-image] Dec 20 23:27:04.101 INFO O| Dec 20 23:27:04.101 INFO STEP 66 (ensure_dir) COMPLETE
91172024-12-20T23:27:05.976Z[ host-image] Dec 20 23:27:04.101 INFO O| Dec 20 23:27:04.101 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91182024-12-20T23:27:05.995Z[ host-image] Dec 20 23:27:04.125 INFO O| Dec 20 23:27:04.125 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91192024-12-20T23:27:05.995Z[ host-image] Dec 20 23:27:04.125 INFO O| Dec 20 23:27:04.125 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 ...
91202024-12-20T23:27:06.019Z[ host-image] Dec 20 23:27:04.134 INFO O| Dec 20 23:27:04.134 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
91212024-12-20T23:27:06.019Z[ host-image] Dec 20 23:27:04.134 INFO O| Dec 20 23:27:04.134 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91222024-12-20T23:27:06.019Z[ host-image] Dec 20 23:27:04.134 INFO O| Dec 20 23:27:04.134 INFO ok!
91232024-12-20T23:27:06.020Z[ host-image] Dec 20 23:27:04.134 INFO O| Dec 20 23:27:04.134 INFO STEP 67 (ensure_file) COMPLETE
91242024-12-20T23:27:06.020Z[ host-image] Dec 20 23:27:04.134 INFO O| Dec 20 23:27:04.134 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91252024-12-20T23:27:06.042Z[ host-image] Dec 20 23:27:04.172 INFO O| Dec 20 23:27:04.172 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91262024-12-20T23:27:06.042Z[ host-image] Dec 20 23:27:04.172 INFO O| Dec 20 23:27:04.172 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 ...
91272024-12-20T23:27:06.046Z[ host-image] Dec 20 23:27:04.173 INFO O| Dec 20 23:27:04.173 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
91282024-12-20T23:27:06.046Z[ host-image] Dec 20 23:27:04.173 INFO O| Dec 20 23:27:04.173 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91292024-12-20T23:27:06.047Z[ host-image] Dec 20 23:27:04.173 INFO O| Dec 20 23:27:04.173 INFO ok!
91302024-12-20T23:27:06.047Z[ host-image] Dec 20 23:27:04.173 INFO O| Dec 20 23:27:04.173 INFO STEP 68 (ensure_file) COMPLETE
91312024-12-20T23:27:06.047Z[ host-image] Dec 20 23:27:04.173 INFO O| Dec 20 23:27:04.173 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91322024-12-20T23:27:06.094Z[ host-image] Dec 20 23:27:04.220 INFO O| Dec 20 23:27:04.220 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
91332024-12-20T23:27:06.094Z[ host-image] Dec 20 23:27:04.220 INFO O| Dec 20 23:27:04.220 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
91342024-12-20T23:27:09.818Z[ host-image] Dec 20 23:27:07.948 INFO O| Dec 20 23:27:07.948 INFO STEP 69 (pack_tar) COMPLETE
91352024-12-20T23:27:09.818Z[ host-image] Dec 20 23:27:07.948 INFO O| Dec 20 23:27:07.948 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
91362024-12-20T23:27:09.821Z[ host-image] Dec 20 23:27:07.948 INFO O| Dec 20 23:27:07.948 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
91372024-12-20T23:27:10.325Z[ host-image] Dec 20 23:27:08.455 INFO O| Dec 20 23:27:08.455 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
91382024-12-20T23:27:10.455Z[ host-image] Dec 20 23:27:08.582 INFO O| Dec 20 23:27:08.582 INFO completed processing gimlet/ramdisk-02-trim
91392024-12-20T23:27:10.460Z[ host-image] Dec 20 23:27:08.586 INFO image builder template: zfs...
91402024-12-20T23:27:10.461Z[ host-image] Dec 20 23:27:08.586 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/.tmpzMcpQQ/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
91412024-12-20T23:27:10.482Z[ host-image] Dec 20 23:27:08.610 INFO O| Dec 20 23:27:08.610 INFO skip include "stress" because feature "stress" is not enabled
91422024-12-20T23:27:10.540Z[ host-image] Dec 20 23:27:08.670 INFO O| Dec 20 23:27:08.670 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
91432024-12-20T23:27:10.587Z[ host-image] Dec 20 23:27:08.711 INFO O| Dec 20 23:27:08.711 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
91442024-12-20T23:27:10.716Z[ host-image] Dec 20 23:27:08.842 INFO O| Dec 20 23:27:08.842 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
91452024-12-20T23:27:10.790Z[ host-image] Dec 20 23:27:08.903 INFO O| Dec 20 23:27:08.903 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
91462024-12-20T23:27:10.790Z[ host-image] Dec 20 23:27:08.903 INFO O| Dec 20 23:27:08.903 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
91472024-12-20T23:27:10.794Z[ host-image] Dec 20 23:27:08.912 INFO O| Dec 20 23:27:08.912 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
91482024-12-20T23:27:10.859Z[ host-image] Dec 20 23:27:08.989 INFO O| Dec 20 23:27:08.989 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
91492024-12-20T23:27:10.941Z[ host-image] Dec 20 23:27:09.070 INFO O| Dec 20 23:27:09.070 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
91502024-12-20T23:27:10.995Z[ host-image] Dec 20 23:27:09.124 INFO O| Dec 20 23:27:09.124 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91512024-12-20T23:27:11.006Z[ host-image] Dec 20 23:27:09.135 INFO O| Dec 20 23:27:09.135 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
91522024-12-20T23:27:11.010Z[ host-image] Dec 20 23:27:09.136 INFO O| Dec 20 23:27:09.136 INFO no lofi found
91532024-12-20T23:27:11.010Z[ host-image] Dec 20 23:27:09.136 INFO O| Dec 20 23:27:09.136 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
91542024-12-20T23:27:11.010Z[ host-image] Dec 20 23:27:09.136 INFO O| Dec 20 23:27:09.136 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91552024-12-20T23:27:12.882Z[ host-image] Dec 20 23:27:11.011 INFO O| Dec 20 23:27:11.011 INFO lofi device = /dev/dsk/c2t1d0p0
91562024-12-20T23:27:12.882Z[ host-image] Dec 20 23:27:11.011 INFO O| Dec 20 23:27:11.011 INFO pool device = /dev/dsk/c2t1d0p0
91572024-12-20T23:27:12.897Z[ host-image] Dec 20 23:27:11.012 INFO O| Dec 20 23:27:11.011 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"]
91582024-12-20T23:27:13.052Z[ host-image] Dec 20 23:27:11.182 INFO O| Dec 20 23:27:11.182 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91592024-12-20T23:27:13.053Z[ host-image] Dec 20 23:27:11.182 INFO O| Dec 20 23:27:11.182 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
91602024-12-20T23:27:13.099Z[ host-image] Dec 20 23:27:11.228 INFO O| Dec 20 23:27:11.228 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
91612024-12-20T23:27:13.232Z[ host-image] Dec 20 23:27:11.361 INFO O| Dec 20 23:27:11.361 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
91622024-12-20T23:27:13.292Z[ host-image] Dec 20 23:27:11.421 INFO O| Dec 20 23:27:11.421 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
91632024-12-20T23:27:13.323Z[ host-image] Dec 20 23:27:11.453 INFO O| Dec 20 23:27:11.453 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
91642024-12-20T23:27:13.364Z[ host-image] Dec 20 23:27:11.490 INFO O| Dec 20 23:27:11.490 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
91652024-12-20T23:27:13.494Z[ host-image] Dec 20 23:27:11.623 INFO O| Dec 20 23:27:11.623 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
91662024-12-20T23:27:13.510Z[ host-image] Dec 20 23:27:11.624 INFO O| Dec 20 23:27:11.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
91672024-12-20T23:27:13.510Z[ host-image] Dec 20 23:27:11.624 INFO O| Dec 20 23:27:11.624 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
91682024-12-20T23:27:13.520Z[ host-image] Dec 20 23:27:11.649 INFO O| Dec 20 23:27:11.649 INFO boot environment UUID: d68bc73e-3077-4b04-bbfd-666751eae5d9
91692024-12-20T23:27:13.520Z[ host-image] Dec 20 23:27:11.650 INFO O| Dec 20 23:27:11.650 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d68bc73e-3077-4b04-bbfd-666751eae5d9
91702024-12-20T23:27:13.568Z[ host-image] Dec 20 23:27:11.695 INFO O| Dec 20 23:27:11.695 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
91712024-12-20T23:27:13.613Z[ host-image] Dec 20 23:27:11.742 INFO O| Dec 20 23:27:11.742 INFO STEP 0 (create_be) COMPLETE
91722024-12-20T23:27:13.613Z[ host-image] Dec 20 23:27:11.742 INFO O| Dec 20 23:27:11.742 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91732024-12-20T23:27:13.653Z[ host-image] Dec 20 23:27:11.781 INFO O| Dec 20 23:27:11.780 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
91742024-12-20T23:27:37.702Z[ host-image] Dec 20 23:27:35.785 INFO O| Dec 20 23:27:35.785 INFO STEP 1 (unpack_tar) COMPLETE
91752024-12-20T23:27:37.702Z[ host-image] Dec 20 23:27:35.785 INFO O| Dec 20 23:27:35.785 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91762024-12-20T23:27:37.740Z[ host-image] Dec 20 23:27:35.809 INFO O| Dec 20 23:27:35.809 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91772024-12-20T23:27:38.356Z[ host-image] Dec 20 23:27:36.482 INFO O| Dec 20 23:27:36.482 INFO STEP 2 (devfsadm) COMPLETE
91782024-12-20T23:27:38.367Z[ host-image] Dec 20 23:27:36.482 INFO O| Dec 20 23:27:36.482 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91792024-12-20T23:27:38.382Z[ host-image] Dec 20 23:27:36.505 INFO O| Dec 20 23:27:36.505 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91802024-12-20T23:27:38.382Z[ host-image] Dec 20 23:27:36.505 INFO O| Dec 20 23:27:36.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91812024-12-20T23:27:38.382Z[ host-image] Dec 20 23:27:36.505 INFO O| Dec 20 23:27:36.505 INFO STEP 3 (ensure_dir) COMPLETE
91822024-12-20T23:27:38.382Z[ host-image] Dec 20 23:27:36.505 INFO O| Dec 20 23:27:36.505 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91832024-12-20T23:27:38.413Z[ host-image] Dec 20 23:27:36.538 INFO O| Dec 20 23:27:36.538 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91842024-12-20T23:27:38.413Z[ host-image] Dec 20 23:27:36.538 INFO O| Dec 20 23:27:36.538 INFO STEP 4 (ensure_dir) COMPLETE
91852024-12-20T23:27:38.413Z[ host-image] Dec 20 23:27:36.538 INFO O| Dec 20 23:27:36.538 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91862024-12-20T23:27:38.453Z[ host-image] Dec 20 23:27:36.579 INFO O| Dec 20 23:27:36.578 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91872024-12-20T23:27:38.453Z[ host-image] Dec 20 23:27:36.579 INFO O| Dec 20 23:27:36.579 INFO STEP 5 (ensure_dir) COMPLETE
91882024-12-20T23:27:38.475Z[ host-image] Dec 20 23:27:36.579 INFO O| Dec 20 23:27:36.579 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91892024-12-20T23:27:38.502Z[ host-image] Dec 20 23:27:36.604 INFO O| Dec 20 23:27:36.604 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91902024-12-20T23:27:38.502Z[ host-image] Dec 20 23:27:36.604 INFO O| Dec 20 23:27:36.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91912024-12-20T23:27:38.502Z[ host-image] Dec 20 23:27:36.604 INFO O| Dec 20 23:27:36.604 INFO STEP 6 (ensure_dir) COMPLETE
91922024-12-20T23:27:38.502Z[ host-image] Dec 20 23:27:36.604 INFO O| Dec 20 23:27:36.604 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91932024-12-20T23:27:38.513Z[ host-image] Dec 20 23:27:36.630 INFO O| Dec 20 23:27:36.629 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91942024-12-20T23:27:38.513Z[ host-image] Dec 20 23:27:36.630 INFO O| Dec 20 23:27:36.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91952024-12-20T23:27:38.513Z[ host-image] Dec 20 23:27:36.630 INFO O| Dec 20 23:27:36.630 INFO STEP 7 (ensure_dir) COMPLETE
91962024-12-20T23:27:38.513Z[ host-image] Dec 20 23:27:36.630 INFO O| Dec 20 23:27:36.630 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91972024-12-20T23:27:38.563Z[ host-image] Dec 20 23:27:36.689 INFO O| Dec 20 23:27:36.689 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91982024-12-20T23:27:38.570Z[ host-image] Dec 20 23:27:36.689 INFO O| Dec 20 23:27:36.689 INFO STEP 8 (remove_files) COMPLETE
91992024-12-20T23:27:38.570Z[ host-image] Dec 20 23:27:36.689 INFO O| Dec 20 23:27:36.689 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92002024-12-20T23:27:38.623Z[ host-image] Dec 20 23:27:36.748 INFO O| Dec 20 23:27:36.748 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
92012024-12-20T23:27:38.630Z[ host-image] Dec 20 23:27:36.750 INFO O| Dec 20 23:27:36.750 INFO STEP 9 (remove_files) COMPLETE
92022024-12-20T23:27:38.631Z[ host-image] Dec 20 23:27:36.750 INFO O| Dec 20 23:27:36.750 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92032024-12-20T23:27:38.649Z[ host-image] Dec 20 23:27:36.775 INFO O| Dec 20 23:27:36.775 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
92042024-12-20T23:27:38.658Z[ host-image] Dec 20 23:27:36.776 INFO O| Dec 20 23:27:36.776 INFO STEP 10 (remove_files) COMPLETE
92052024-12-20T23:27:38.658Z[ host-image] Dec 20 23:27:36.776 INFO O| Dec 20 23:27:36.776 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92062024-12-20T23:27:38.691Z[ host-image] Dec 20 23:27:36.800 INFO O| Dec 20 23:27:36.800 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
92072024-12-20T23:27:38.691Z[ host-image] Dec 20 23:27:36.800 INFO O| Dec 20 23:27:36.800 INFO STEP 11 (remove_files) COMPLETE
92082024-12-20T23:27:38.691Z[ host-image] Dec 20 23:27:36.800 INFO O| Dec 20 23:27:36.800 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92092024-12-20T23:27:38.732Z[ host-image] Dec 20 23:27:36.833 INFO O| Dec 20 23:27:36.833 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
92102024-12-20T23:27:38.732Z[ host-image] Dec 20 23:27:36.833 INFO O| Dec 20 23:27:36.833 INFO STEP 12 (remove_files) COMPLETE
92112024-12-20T23:27:38.733Z[ host-image] Dec 20 23:27:36.834 INFO O| Dec 20 23:27:36.833 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92122024-12-20T23:27:38.741Z[ host-image] Dec 20 23:27:36.866 INFO O| Dec 20 23:27:36.866 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92132024-12-20T23:27:38.741Z[ host-image] Dec 20 23:27:36.866 INFO O| Dec 20 23:27:36.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92142024-12-20T23:27:38.748Z[ host-image] Dec 20 23:27:36.866 INFO O| Dec 20 23:27:36.866 INFO STEP 13 (ensure_dir) COMPLETE
92152024-12-20T23:27:38.748Z[ host-image] Dec 20 23:27:36.866 INFO O| Dec 20 23:27:36.866 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92162024-12-20T23:27:38.781Z[ host-image] Dec 20 23:27:36.904 INFO O| Dec 20 23:27:36.904 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92172024-12-20T23:27:38.781Z[ host-image] Dec 20 23:27:36.905 INFO O| Dec 20 23:27:36.904 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92182024-12-20T23:27:38.792Z[ host-image] Dec 20 23:27:36.905 INFO O| Dec 20 23:27:36.905 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92192024-12-20T23:27:38.792Z[ host-image] Dec 20 23:27:36.905 INFO O| Dec 20 23:27:36.905 INFO STEP 14 (ensure_dir) COMPLETE
92202024-12-20T23:27:38.792Z[ host-image] Dec 20 23:27:36.905 INFO O| Dec 20 23:27:36.905 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92212024-12-20T23:27:38.811Z[ host-image] Dec 20 23:27:36.933 INFO O| Dec 20 23:27:36.933 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92222024-12-20T23:27:38.811Z[ host-image] Dec 20 23:27:36.933 INFO O| Dec 20 23:27:36.933 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92232024-12-20T23:27:38.812Z[ host-image] Dec 20 23:27:36.933 INFO O| Dec 20 23:27:36.933 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92242024-12-20T23:27:38.820Z[ host-image] Dec 20 23:27:36.933 INFO O| Dec 20 23:27:36.933 INFO STEP 15 (ensure_dir) COMPLETE
92252024-12-20T23:27:38.820Z[ host-image] Dec 20 23:27:36.933 INFO O| Dec 20 23:27:36.933 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92262024-12-20T23:27:38.870Z[ host-image] Dec 20 23:27:36.996 INFO O| Dec 20 23:27:36.996 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92272024-12-20T23:27:38.871Z[ host-image] Dec 20 23:27:36.996 INFO O| Dec 20 23:27:36.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92282024-12-20T23:27:38.871Z[ host-image] Dec 20 23:27:36.996 INFO O| Dec 20 23:27:36.996 INFO STEP 16 (ensure_dir) COMPLETE
92292024-12-20T23:27:38.878Z[ host-image] Dec 20 23:27:36.996 INFO O| Dec 20 23:27:36.996 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92302024-12-20T23:27:38.925Z[ host-image] Dec 20 23:27:37.035 INFO O| Dec 20 23:27:37.035 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92312024-12-20T23:27:38.928Z[ host-image] Dec 20 23:27:37.036 INFO O| Dec 20 23:27:37.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92322024-12-20T23:27:38.934Z[ host-image] Dec 20 23:27:37.036 INFO O| Dec 20 23:27:37.036 INFO STEP 17 (ensure_dir) COMPLETE
92332024-12-20T23:27:38.934Z[ host-image] Dec 20 23:27:37.036 INFO O| Dec 20 23:27:37.036 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92342024-12-20T23:27:38.952Z[ host-image] Dec 20 23:27:37.062 INFO O| Dec 20 23:27:37.062 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92352024-12-20T23:27:38.952Z[ host-image] Dec 20 23:27:37.062 INFO O| Dec 20 23:27:37.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
92362024-12-20T23:27:38.952Z[ host-image] Dec 20 23:27:37.062 INFO O| Dec 20 23:27:37.062 INFO ok!
92372024-12-20T23:27:38.952Z[ host-image] Dec 20 23:27:37.062 INFO O| Dec 20 23:27:37.062 INFO STEP 18 (ensure_symlink) COMPLETE
92382024-12-20T23:27:38.952Z[ host-image] Dec 20 23:27:37.062 INFO O| Dec 20 23:27:37.062 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92392024-12-20T23:27:38.962Z[ host-image] Dec 20 23:27:37.087 INFO O| Dec 20 23:27:37.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
92402024-12-20T23:27:38.962Z[ host-image] Dec 20 23:27:37.087 INFO O| Dec 20 23:27:37.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
92412024-12-20T23:27:38.962Z[ host-image] Dec 20 23:27:37.087 INFO O| Dec 20 23:27:37.087 INFO ok!
92422024-12-20T23:27:38.962Z[ host-image] Dec 20 23:27:37.087 INFO O| Dec 20 23:27:37.087 INFO STEP 19 (ensure_file) COMPLETE
92432024-12-20T23:27:38.962Z[ host-image] Dec 20 23:27:37.087 INFO O| Dec 20 23:27:37.087 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92442024-12-20T23:27:38.989Z[ host-image] Dec 20 23:27:37.115 INFO O| Dec 20 23:27:37.115 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
92452024-12-20T23:27:38.990Z[ host-image] Dec 20 23:27:37.115 INFO O| Dec 20 23:27:37.115 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92462024-12-20T23:27:39.000Z[ host-image] Dec 20 23:27:37.115 INFO O| Dec 20 23:27:37.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
92472024-12-20T23:27:39.000Z[ host-image] Dec 20 23:27:37.115 INFO O| Dec 20 23:27:37.115 INFO ok!
92482024-12-20T23:27:39.000Z[ host-image] Dec 20 23:27:37.115 INFO O| Dec 20 23:27:37.115 INFO STEP 20 (ensure_symlink) COMPLETE
92492024-12-20T23:27:39.000Z[ host-image] Dec 20 23:27:37.115 INFO O| Dec 20 23:27:37.115 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92502024-12-20T23:27:39.018Z[ host-image] Dec 20 23:27:37.144 INFO O| Dec 20 23:27:37.143 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
92512024-12-20T23:27:39.018Z[ host-image] Dec 20 23:27:37.144 INFO O| Dec 20 23:27:37.144 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
92522024-12-20T23:27:39.025Z[ host-image] Dec 20 23:27:37.144 INFO O| Dec 20 23:27:37.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
92532024-12-20T23:27:39.025Z[ host-image] Dec 20 23:27:37.144 INFO O| Dec 20 23:27:37.144 INFO ok!
92542024-12-20T23:27:39.025Z[ host-image] Dec 20 23:27:37.144 INFO O| Dec 20 23:27:37.144 INFO STEP 21 (ensure_symlink) COMPLETE
92552024-12-20T23:27:39.025Z[ host-image] Dec 20 23:27:37.144 INFO O| Dec 20 23:27:37.144 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92562024-12-20T23:27:39.043Z[ host-image] Dec 20 23:27:37.168 INFO O| Dec 20 23:27:37.168 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
92572024-12-20T23:27:39.043Z[ host-image] Dec 20 23:27:37.168 INFO O| Dec 20 23:27:37.168 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
92582024-12-20T23:27:39.043Z[ host-image] Dec 20 23:27:37.169 INFO O| Dec 20 23:27:37.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
92592024-12-20T23:27:39.048Z[ host-image] Dec 20 23:27:37.169 INFO O| Dec 20 23:27:37.169 INFO ok!
92602024-12-20T23:27:39.048Z[ host-image] Dec 20 23:27:37.169 INFO O| Dec 20 23:27:37.169 INFO STEP 22 (ensure_symlink) COMPLETE
92612024-12-20T23:27:39.048Z[ host-image] Dec 20 23:27:37.169 INFO O| Dec 20 23:27:37.169 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92622024-12-20T23:27:39.069Z[ host-image] Dec 20 23:27:37.195 INFO O| Dec 20 23:27:37.195 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
92632024-12-20T23:27:39.076Z[ host-image] Dec 20 23:27:37.195 INFO O| Dec 20 23:27:37.195 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
92642024-12-20T23:27:39.082Z[ host-image] Dec 20 23:27:37.195 INFO O| Dec 20 23:27:37.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
92652024-12-20T23:27:39.082Z[ host-image] Dec 20 23:27:37.195 INFO O| Dec 20 23:27:37.195 INFO ok!
92662024-12-20T23:27:39.082Z[ host-image] Dec 20 23:27:37.195 INFO O| Dec 20 23:27:37.195 INFO STEP 23 (ensure_symlink) COMPLETE
92672024-12-20T23:27:39.082Z[ host-image] Dec 20 23:27:37.195 INFO O| Dec 20 23:27:37.195 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92682024-12-20T23:27:39.095Z[ host-image] Dec 20 23:27:37.221 INFO O| Dec 20 23:27:37.221 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
92692024-12-20T23:27:39.095Z[ host-image] Dec 20 23:27:37.221 INFO O| Dec 20 23:27:37.221 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
92702024-12-20T23:27:39.103Z[ host-image] Dec 20 23:27:37.221 INFO O| Dec 20 23:27:37.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
92712024-12-20T23:27:39.103Z[ host-image] Dec 20 23:27:37.221 INFO O| Dec 20 23:27:37.221 INFO ok!
92722024-12-20T23:27:39.103Z[ host-image] Dec 20 23:27:37.221 INFO O| Dec 20 23:27:37.221 INFO STEP 24 (ensure_file) COMPLETE
92732024-12-20T23:27:39.103Z[ host-image] Dec 20 23:27:37.221 INFO O| Dec 20 23:27:37.221 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92742024-12-20T23:27:39.121Z[ host-image] Dec 20 23:27:37.247 INFO O| Dec 20 23:27:37.247 INFO updating shadow file
92752024-12-20T23:27:39.127Z[ host-image] Dec 20 23:27:37.247 INFO O| Dec 20 23:27:37.247 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92762024-12-20T23:27:39.127Z[ host-image] Dec 20 23:27:37.248 INFO O| Dec 20 23:27:37.247 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92772024-12-20T23:27:39.127Z[ host-image] Dec 20 23:27:37.248 INFO O| Dec 20 23:27:37.248 INFO STEP 25 (shadow) COMPLETE
92782024-12-20T23:27:39.127Z[ host-image] Dec 20 23:27:37.248 INFO O| Dec 20 23:27:37.248 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92792024-12-20T23:27:39.170Z[ host-image] Dec 20 23:27:37.295 INFO O| Dec 20 23:27:37.295 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
92802024-12-20T23:27:39.170Z[ host-image] Dec 20 23:27:37.295 INFO O| Dec 20 23:27:37.295 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
92812024-12-20T23:27:39.202Z[ host-image] Dec 20 23:27:37.296 INFO O| Dec 20 23:27:37.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
92822024-12-20T23:27:39.202Z[ host-image] Dec 20 23:27:37.296 INFO O| Dec 20 23:27:37.295 INFO ok!
92832024-12-20T23:27:39.202Z[ host-image] Dec 20 23:27:37.296 INFO O| Dec 20 23:27:37.296 INFO STEP 26 (ensure_file) COMPLETE
92842024-12-20T23:27:39.202Z[ host-image] Dec 20 23:27:37.296 INFO O| Dec 20 23:27:37.296 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92852024-12-20T23:27:39.263Z[ host-image] Dec 20 23:27:37.365 INFO O| Dec 20 23:27:37.365 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92862024-12-20T23:27:39.263Z[ host-image] Dec 20 23:27:37.365 INFO O| Dec 20 23:27:37.365 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92872024-12-20T23:27:39.277Z[ host-image] Dec 20 23:27:37.365 INFO O| Dec 20 23:27:37.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92882024-12-20T23:27:39.277Z[ host-image] Dec 20 23:27:37.365 INFO O| Dec 20 23:27:37.365 INFO ok!
92892024-12-20T23:27:39.277Z[ host-image] Dec 20 23:27:37.365 INFO O| Dec 20 23:27:37.365 INFO STEP 27 (ensure_file) COMPLETE
92902024-12-20T23:27:39.277Z[ host-image] Dec 20 23:27:37.365 INFO O| Dec 20 23:27:37.365 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92912024-12-20T23:27:39.300Z[ host-image] Dec 20 23:27:37.424 INFO O| Dec 20 23:27:37.423 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92922024-12-20T23:27:39.300Z[ host-image] Dec 20 23:27:37.424 INFO O| Dec 20 23:27:37.424 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92932024-12-20T23:27:39.304Z[ host-image] Dec 20 23:27:37.424 INFO O| Dec 20 23:27:37.424 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92942024-12-20T23:27:39.304Z[ host-image] Dec 20 23:27:37.424 INFO O| Dec 20 23:27:37.424 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92952024-12-20T23:27:39.304Z[ host-image] Dec 20 23:27:37.424 INFO O| Dec 20 23:27:37.424 INFO ok!
92962024-12-20T23:27:39.304Z[ host-image] Dec 20 23:27:37.424 INFO O| Dec 20 23:27:37.424 INFO STEP 28 (ensure_file) COMPLETE
92972024-12-20T23:27:39.304Z[ host-image] Dec 20 23:27:37.424 INFO O| Dec 20 23:27:37.424 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92982024-12-20T23:27:39.381Z[ host-image] Dec 20 23:27:37.506 INFO O| Dec 20 23:27:37.506 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92992024-12-20T23:27:39.381Z[ host-image] Dec 20 23:27:37.506 INFO O| Dec 20 23:27:37.506 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
93002024-12-20T23:27:39.385Z[ host-image] Dec 20 23:27:37.506 INFO O| Dec 20 23:27:37.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
93012024-12-20T23:27:39.385Z[ host-image] Dec 20 23:27:37.506 INFO O| Dec 20 23:27:37.506 INFO ok!
93022024-12-20T23:27:39.385Z[ host-image] Dec 20 23:27:37.506 INFO O| Dec 20 23:27:37.506 INFO STEP 29 (ensure_file) COMPLETE
93032024-12-20T23:27:39.385Z[ host-image] Dec 20 23:27:37.506 INFO O| Dec 20 23:27:37.506 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93042024-12-20T23:27:39.451Z[ host-image] Dec 20 23:27:37.573 INFO O| Dec 20 23:27:37.573 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
93052024-12-20T23:27:39.451Z[ host-image] Dec 20 23:27:37.573 INFO O| Dec 20 23:27:37.573 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
93062024-12-20T23:27:39.451Z[ host-image] Dec 20 23:27:37.573 INFO O| Dec 20 23:27:37.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
93072024-12-20T23:27:39.454Z[ host-image] Dec 20 23:27:37.573 INFO O| Dec 20 23:27:37.573 INFO ok!
93082024-12-20T23:27:39.460Z[ host-image] Dec 20 23:27:37.573 INFO O| Dec 20 23:27:37.573 INFO STEP 30 (ensure_file) COMPLETE
93092024-12-20T23:27:39.460Z[ host-image] Dec 20 23:27:37.574 INFO O| Dec 20 23:27:37.573 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93102024-12-20T23:27:39.510Z[ host-image] Dec 20 23:27:37.616 INFO O| Dec 20 23:27:37.616 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
93112024-12-20T23:27:39.510Z[ host-image] Dec 20 23:27:37.616 INFO O| Dec 20 23:27:37.616 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
93122024-12-20T23:27:39.524Z[ host-image] Dec 20 23:27:37.616 INFO O| Dec 20 23:27:37.616 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93132024-12-20T23:27:39.524Z[ host-image] Dec 20 23:27:37.617 INFO O| Dec 20 23:27:37.616 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93142024-12-20T23:27:39.524Z[ host-image] Dec 20 23:27:37.617 INFO O| Dec 20 23:27:37.617 INFO ok!
93152024-12-20T23:27:39.524Z[ host-image] Dec 20 23:27:37.617 INFO O| Dec 20 23:27:37.617 INFO STEP 31 (ensure_file) COMPLETE
93162024-12-20T23:27:39.524Z[ host-image] Dec 20 23:27:37.617 INFO O| Dec 20 23:27:37.617 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93172024-12-20T23:27:39.596Z[ host-image] Dec 20 23:27:37.656 INFO O| Dec 20 23:27:37.656 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
93182024-12-20T23:27:39.596Z[ host-image] Dec 20 23:27:37.656 INFO O| Dec 20 23:27:37.656 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
93192024-12-20T23:27:39.597Z[ host-image] Dec 20 23:27:37.656 INFO O| Dec 20 23:27:37.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
93202024-12-20T23:27:39.597Z[ host-image] Dec 20 23:27:37.656 INFO O| Dec 20 23:27:37.656 INFO ok!
93212024-12-20T23:27:39.597Z[ host-image] Dec 20 23:27:37.656 INFO O| Dec 20 23:27:37.656 INFO STEP 32 (ensure_file) COMPLETE
93222024-12-20T23:27:39.597Z[ host-image] Dec 20 23:27:37.656 INFO O| Dec 20 23:27:37.656 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93232024-12-20T23:27:39.606Z[ host-image] Dec 20 23:27:37.682 INFO O| Dec 20 23:27:37.682 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
93242024-12-20T23:27:39.606Z[ host-image] Dec 20 23:27:37.682 INFO O| Dec 20 23:27:37.682 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
93252024-12-20T23:27:39.606Z[ host-image] Dec 20 23:27:37.683 INFO O| Dec 20 23:27:37.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
93262024-12-20T23:27:39.607Z[ host-image] Dec 20 23:27:37.683 INFO O| Dec 20 23:27:37.683 INFO ok!
93272024-12-20T23:27:39.607Z[ host-image] Dec 20 23:27:37.683 INFO O| Dec 20 23:27:37.683 INFO STEP 33 (ensure_file) COMPLETE
93282024-12-20T23:27:39.607Z[ host-image] Dec 20 23:27:37.683 INFO O| Dec 20 23:27:37.683 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93292024-12-20T23:27:39.607Z[ host-image] Dec 20 23:27:37.708 INFO O| Dec 20 23:27:37.708 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
93302024-12-20T23:27:39.607Z[ host-image] Dec 20 23:27:37.708 INFO O| Dec 20 23:27:37.708 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
93312024-12-20T23:27:39.607Z[ host-image] Dec 20 23:27:37.708 INFO O| Dec 20 23:27:37.708 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93322024-12-20T23:27:39.607Z[ host-image] Dec 20 23:27:37.709 INFO O| Dec 20 23:27:37.709 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93332024-12-20T23:27:39.607Z[ host-image] Dec 20 23:27:37.709 INFO O| Dec 20 23:27:37.709 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93342024-12-20T23:27:39.607Z[ host-image] Dec 20 23:27:37.709 INFO O| Dec 20 23:27:37.709 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93352024-12-20T23:27:39.607Z[ host-image] Dec 20 23:27:37.709 INFO O| Dec 20 23:27:37.709 INFO ok!
93362024-12-20T23:27:39.608Z[ host-image] Dec 20 23:27:37.709 INFO O| Dec 20 23:27:37.709 INFO STEP 34 (ensure_file) COMPLETE
93372024-12-20T23:27:39.608Z[ host-image] Dec 20 23:27:37.709 INFO O| Dec 20 23:27:37.709 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93382024-12-20T23:27:39.620Z[ host-image] Dec 20 23:27:37.734 INFO O| Dec 20 23:27:37.733 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93392024-12-20T23:27:39.620Z[ host-image] Dec 20 23:27:37.734 INFO O| Dec 20 23:27:37.734 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93402024-12-20T23:27:39.620Z[ host-image] Dec 20 23:27:37.734 INFO O| Dec 20 23:27:37.734 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93412024-12-20T23:27:39.620Z[ host-image] Dec 20 23:27:37.734 INFO O| Dec 20 23:27:37.734 INFO STEP 35 (ensure_dir) COMPLETE
93422024-12-20T23:27:39.620Z[ host-image] Dec 20 23:27:37.734 INFO O| Dec 20 23:27:37.734 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93432024-12-20T23:27:39.635Z[ host-image] Dec 20 23:27:37.760 INFO O| Dec 20 23:27:37.760 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
93442024-12-20T23:27:39.635Z[ host-image] Dec 20 23:27:37.760 INFO O| Dec 20 23:27:37.760 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 ...
93452024-12-20T23:27:39.648Z[ host-image] Dec 20 23:27:37.761 INFO O| Dec 20 23:27:37.761 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
93462024-12-20T23:27:39.648Z[ host-image] Dec 20 23:27:37.761 INFO O| Dec 20 23:27:37.761 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
93472024-12-20T23:27:39.648Z[ host-image] Dec 20 23:27:37.761 INFO O| Dec 20 23:27:37.761 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
93482024-12-20T23:27:39.648Z[ host-image] Dec 20 23:27:37.761 INFO O| Dec 20 23:27:37.761 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
93492024-12-20T23:27:39.648Z[ host-image] Dec 20 23:27:37.761 INFO O| Dec 20 23:27:37.761 INFO ok!
93502024-12-20T23:27:39.648Z[ host-image] Dec 20 23:27:37.761 INFO O| Dec 20 23:27:37.761 INFO STEP 36 (ensure_file) COMPLETE
93512024-12-20T23:27:39.648Z[ host-image] Dec 20 23:27:37.761 INFO O| Dec 20 23:27:37.761 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93522024-12-20T23:27:39.663Z[ host-image] Dec 20 23:27:37.787 INFO O| Dec 20 23:27:37.787 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
93532024-12-20T23:27:39.663Z[ host-image] Dec 20 23:27:37.787 INFO O| Dec 20 23:27:37.787 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 ...
93542024-12-20T23:27:39.686Z[ host-image] Dec 20 23:27:37.787 INFO O| Dec 20 23:27:37.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
93552024-12-20T23:27:39.686Z[ host-image] Dec 20 23:27:37.787 INFO O| Dec 20 23:27:37.787 INFO ok!
93562024-12-20T23:27:39.686Z[ host-image] Dec 20 23:27:37.787 INFO O| Dec 20 23:27:37.787 INFO STEP 37 (ensure_symlink) COMPLETE
93572024-12-20T23:27:39.686Z[ host-image] Dec 20 23:27:37.787 INFO O| Dec 20 23:27:37.787 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93582024-12-20T23:27:39.702Z[ host-image] Dec 20 23:27:37.811 INFO O| Dec 20 23:27:37.810 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
93592024-12-20T23:27:39.703Z[ host-image] Dec 20 23:27:37.811 INFO O| Dec 20 23:27:37.811 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93602024-12-20T23:27:39.703Z[ host-image] Dec 20 23:27:37.811 INFO O| Dec 20 23:27:37.811 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93612024-12-20T23:27:39.703Z[ host-image] Dec 20 23:27:37.811 INFO O| Dec 20 23:27:37.811 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93622024-12-20T23:27:39.703Z[ host-image] Dec 20 23:27:37.811 INFO O| Dec 20 23:27:37.811 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93632024-12-20T23:27:39.703Z[ host-image] Dec 20 23:27:37.811 INFO O| Dec 20 23:27:37.811 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93642024-12-20T23:27:39.703Z[ host-image] Dec 20 23:27:37.811 INFO O| Dec 20 23:27:37.811 INFO ok!
93652024-12-20T23:27:39.703Z[ host-image] Dec 20 23:27:37.811 INFO O| Dec 20 23:27:37.811 INFO STEP 38 (ensure_file) COMPLETE
93662024-12-20T23:27:39.703Z[ host-image] Dec 20 23:27:37.811 INFO O| Dec 20 23:27:37.811 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93672024-12-20T23:27:39.717Z[ host-image] Dec 20 23:27:37.842 INFO O| Dec 20 23:27:37.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
93682024-12-20T23:27:39.717Z[ host-image] Dec 20 23:27:37.842 INFO O| Dec 20 23:27:37.842 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 ...
93692024-12-20T23:27:39.721Z[ host-image] Dec 20 23:27:37.842 INFO O| Dec 20 23:27:37.842 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
93702024-12-20T23:27:39.721Z[ host-image] Dec 20 23:27:37.842 INFO O| Dec 20 23:27:37.842 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93712024-12-20T23:27:39.721Z[ host-image] Dec 20 23:27:37.842 INFO O| Dec 20 23:27:37.842 INFO ok!
93722024-12-20T23:27:39.721Z[ host-image] Dec 20 23:27:37.842 INFO O| Dec 20 23:27:37.842 INFO STEP 39 (ensure_file) COMPLETE
93732024-12-20T23:27:39.721Z[ host-image] Dec 20 23:27:37.842 INFO O| Dec 20 23:27:37.842 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93742024-12-20T23:27:39.771Z[ host-image] Dec 20 23:27:37.894 INFO O| Dec 20 23:27:37.894 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
93752024-12-20T23:27:39.772Z[ host-image] Dec 20 23:27:37.894 INFO O| Dec 20 23:27:37.894 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
93762024-12-20T23:27:39.779Z[ host-image] Dec 20 23:27:37.895 INFO O| Dec 20 23:27:37.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93772024-12-20T23:27:39.779Z[ host-image] Dec 20 23:27:37.895 INFO O| Dec 20 23:27:37.895 INFO ok!
93782024-12-20T23:27:39.780Z[ host-image] Dec 20 23:27:37.895 INFO O| Dec 20 23:27:37.895 INFO STEP 40 (ensure_file) COMPLETE
93792024-12-20T23:27:39.780Z[ host-image] Dec 20 23:27:37.895 INFO O| Dec 20 23:27:37.895 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93802024-12-20T23:27:39.800Z[ host-image] Dec 20 23:27:37.920 INFO O| Dec 20 23:27:37.919 INFO updating shadow file
93812024-12-20T23:27:39.810Z[ host-image] Dec 20 23:27:37.920 INFO O| Dec 20 23:27:37.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93822024-12-20T23:27:39.810Z[ host-image] Dec 20 23:27:37.920 INFO O| Dec 20 23:27:37.920 INFO STEP 41 (shadow) COMPLETE
93832024-12-20T23:27:39.810Z[ host-image] Dec 20 23:27:37.920 INFO O| Dec 20 23:27:37.920 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93842024-12-20T23:27:39.819Z[ host-image] Dec 20 23:27:37.944 INFO O| Dec 20 23:27:37.944 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93852024-12-20T23:27:39.825Z[ host-image] Dec 20 23:27:37.945 INFO O| Dec 20 23:27:37.944 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93862024-12-20T23:27:39.825Z[ host-image] Dec 20 23:27:37.945 INFO O| Dec 20 23:27:37.945 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93872024-12-20T23:27:39.825Z[ host-image] Dec 20 23:27:37.945 INFO O| Dec 20 23:27:37.945 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93882024-12-20T23:27:39.825Z[ host-image] Dec 20 23:27:37.945 INFO O| Dec 20 23:27:37.945 INFO ok!
93892024-12-20T23:27:39.825Z[ host-image] Dec 20 23:27:37.945 INFO O| Dec 20 23:27:37.945 INFO STEP 42 (ensure_file) COMPLETE
93902024-12-20T23:27:39.825Z[ host-image] Dec 20 23:27:37.945 INFO O| Dec 20 23:27:37.945 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93912024-12-20T23:27:39.825Z[ host-image] Dec 20 23:27:37.945 INFO O| Dec 20 23:27:37.945 INFO skip step because feature "mfg" is not enabled
93922024-12-20T23:27:39.825Z[ host-image] Dec 20 23:27:37.946 INFO O| Dec 20 23:27:37.946 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93932024-12-20T23:27:39.825Z[ host-image] Dec 20 23:27:37.946 INFO O| Dec 20 23:27:37.946 INFO skip step because feature "mfg" is not enabled
93942024-12-20T23:27:39.825Z[ host-image] Dec 20 23:27:37.946 INFO O| Dec 20 23:27:37.946 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93952024-12-20T23:27:39.849Z[ host-image] Dec 20 23:27:37.972 INFO O| Dec 20 23:27:37.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93962024-12-20T23:27:39.849Z[ host-image] Dec 20 23:27:37.972 INFO O| Dec 20 23:27:37.972 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93972024-12-20T23:27:40.692Z[ host-image] Dec 20 23:27:38.816 INFO O| Dec 20 23:27:38.816 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93982024-12-20T23:27:40.692Z[ host-image] Dec 20 23:27:38.816 INFO O| Dec 20 23:27:38.816 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93992024-12-20T23:27:40.699Z[ host-image] Dec 20 23:27:38.816 INFO O| Dec 20 23:27:38.816 INFO ok!
94002024-12-20T23:27:40.699Z[ host-image] Dec 20 23:27:38.816 INFO O| Dec 20 23:27:38.816 INFO STEP 45 (ensure_file) COMPLETE
94012024-12-20T23:27:40.699Z[ host-image] Dec 20 23:27:38.816 INFO O| Dec 20 23:27:38.816 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94022024-12-20T23:27:40.721Z[ host-image] Dec 20 23:27:38.841 INFO O| Dec 20 23:27:38.840 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
94032024-12-20T23:27:40.721Z[ host-image] Dec 20 23:27:38.841 INFO O| Dec 20 23:27:38.841 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
94042024-12-20T23:27:40.727Z[ host-image] Dec 20 23:27:38.841 INFO O| Dec 20 23:27:38.841 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94052024-12-20T23:27:40.727Z[ host-image] Dec 20 23:27:38.841 INFO O| Dec 20 23:27:38.841 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94062024-12-20T23:27:40.728Z[ host-image] Dec 20 23:27:38.841 INFO O| Dec 20 23:27:38.841 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94072024-12-20T23:27:40.728Z[ host-image] Dec 20 23:27:38.841 INFO O| Dec 20 23:27:38.841 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94082024-12-20T23:27:40.728Z[ host-image] Dec 20 23:27:38.841 INFO O| Dec 20 23:27:38.841 INFO ok!
94092024-12-20T23:27:40.728Z[ host-image] Dec 20 23:27:38.841 INFO O| Dec 20 23:27:38.841 INFO STEP 46 (ensure_file) COMPLETE
94102024-12-20T23:27:40.728Z[ host-image] Dec 20 23:27:38.841 INFO O| Dec 20 23:27:38.841 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94112024-12-20T23:27:40.740Z[ host-image] Dec 20 23:27:38.865 INFO O| Dec 20 23:27:38.865 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
94122024-12-20T23:27:40.740Z[ host-image] Dec 20 23:27:38.866 INFO O| Dec 20 23:27:38.865 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 ...
94132024-12-20T23:27:40.755Z[ host-image] Dec 20 23:27:38.866 INFO O| Dec 20 23:27:38.866 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
94142024-12-20T23:27:40.755Z[ host-image] Dec 20 23:27:38.866 INFO O| Dec 20 23:27:38.866 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94152024-12-20T23:27:40.755Z[ host-image] Dec 20 23:27:38.866 INFO O| Dec 20 23:27:38.866 INFO ok!
94162024-12-20T23:27:40.755Z[ host-image] Dec 20 23:27:38.866 INFO O| Dec 20 23:27:38.866 INFO STEP 47 (ensure_file) COMPLETE
94172024-12-20T23:27:40.755Z[ host-image] Dec 20 23:27:38.866 INFO O| Dec 20 23:27:38.866 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94182024-12-20T23:27:40.786Z[ host-image] Dec 20 23:27:38.911 INFO O| Dec 20 23:27:38.911 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
94192024-12-20T23:27:40.786Z[ host-image] Dec 20 23:27:38.911 INFO O| Dec 20 23:27:38.911 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
94202024-12-20T23:27:40.792Z[ host-image] Dec 20 23:27:38.912 INFO O| Dec 20 23:27:38.912 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94212024-12-20T23:27:40.792Z[ host-image] Dec 20 23:27:38.912 INFO O| Dec 20 23:27:38.912 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94222024-12-20T23:27:40.792Z[ host-image] Dec 20 23:27:38.912 INFO O| Dec 20 23:27:38.912 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94232024-12-20T23:27:40.792Z[ host-image] Dec 20 23:27:38.912 INFO O| Dec 20 23:27:38.912 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94242024-12-20T23:27:40.792Z[ host-image] Dec 20 23:27:38.912 INFO O| Dec 20 23:27:38.912 INFO ok!
94252024-12-20T23:27:40.792Z[ host-image] Dec 20 23:27:38.912 INFO O| Dec 20 23:27:38.912 INFO STEP 48 (ensure_file) COMPLETE
94262024-12-20T23:27:40.792Z[ host-image] Dec 20 23:27:38.912 INFO O| Dec 20 23:27:38.912 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94272024-12-20T23:27:40.832Z[ host-image] Dec 20 23:27:38.957 INFO O| Dec 20 23:27:38.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
94282024-12-20T23:27:40.832Z[ host-image] Dec 20 23:27:38.957 INFO O| Dec 20 23:27:38.957 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 ...
94292024-12-20T23:27:40.851Z[ host-image] Dec 20 23:27:38.958 INFO O| Dec 20 23:27:38.957 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
94302024-12-20T23:27:40.851Z[ host-image] Dec 20 23:27:38.958 INFO O| Dec 20 23:27:38.958 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
94312024-12-20T23:27:40.851Z[ host-image] Dec 20 23:27:38.958 INFO O| Dec 20 23:27:38.958 INFO ok!
94322024-12-20T23:27:40.851Z[ host-image] Dec 20 23:27:38.958 INFO O| Dec 20 23:27:38.958 INFO STEP 49 (ensure_file) COMPLETE
94332024-12-20T23:27:40.851Z[ host-image] Dec 20 23:27:38.958 INFO O| Dec 20 23:27:38.958 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94342024-12-20T23:27:40.872Z[ host-image] Dec 20 23:27:38.997 INFO O| Dec 20 23:27:38.997 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
94352024-12-20T23:27:40.872Z[ host-image] Dec 20 23:27:38.997 INFO O| Dec 20 23:27:38.997 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
94362024-12-20T23:27:40.872Z[ host-image] Dec 20 23:27:38.998 INFO O| Dec 20 23:27:38.997 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94372024-12-20T23:27:40.880Z[ host-image] Dec 20 23:27:38.998 INFO O| Dec 20 23:27:38.998 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94382024-12-20T23:27:40.880Z[ host-image] Dec 20 23:27:38.998 INFO O| Dec 20 23:27:38.998 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94392024-12-20T23:27:40.880Z[ host-image] Dec 20 23:27:38.998 INFO O| Dec 20 23:27:38.998 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94402024-12-20T23:27:40.880Z[ host-image] Dec 20 23:27:38.998 INFO O| Dec 20 23:27:38.998 INFO ok!
94412024-12-20T23:27:40.880Z[ host-image] Dec 20 23:27:38.998 INFO O| Dec 20 23:27:38.998 INFO STEP 50 (ensure_file) COMPLETE
94422024-12-20T23:27:40.880Z[ host-image] Dec 20 23:27:38.998 INFO O| Dec 20 23:27:38.998 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94432024-12-20T23:27:40.924Z[ host-image] Dec 20 23:27:39.047 INFO O| Dec 20 23:27:39.047 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
94442024-12-20T23:27:40.924Z[ host-image] Dec 20 23:27:39.047 INFO O| Dec 20 23:27:39.047 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 ...
94452024-12-20T23:27:40.931Z[ host-image] Dec 20 23:27:39.047 INFO O| Dec 20 23:27:39.047 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
94462024-12-20T23:27:40.931Z[ host-image] Dec 20 23:27:39.047 INFO O| Dec 20 23:27:39.047 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
94472024-12-20T23:27:40.931Z[ host-image] Dec 20 23:27:39.047 INFO O| Dec 20 23:27:39.047 INFO ok!
94482024-12-20T23:27:40.931Z[ host-image] Dec 20 23:27:39.047 INFO O| Dec 20 23:27:39.047 INFO STEP 51 (ensure_file) COMPLETE
94492024-12-20T23:27:40.931Z[ host-image] Dec 20 23:27:39.047 INFO O| Dec 20 23:27:39.047 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94502024-12-20T23:27:40.984Z[ host-image] Dec 20 23:27:39.102 INFO O| Dec 20 23:27:39.102 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
94512024-12-20T23:27:40.985Z[ host-image] Dec 20 23:27:39.102 INFO O| Dec 20 23:27:39.102 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 ...
94522024-12-20T23:27:40.991Z[ host-image] Dec 20 23:27:39.102 INFO O| Dec 20 23:27:39.102 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
94532024-12-20T23:27:40.991Z[ host-image] Dec 20 23:27:39.102 INFO O| Dec 20 23:27:39.102 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
94542024-12-20T23:27:40.991Z[ host-image] Dec 20 23:27:39.102 INFO O| Dec 20 23:27:39.102 INFO ok!
94552024-12-20T23:27:40.991Z[ host-image] Dec 20 23:27:39.102 INFO O| Dec 20 23:27:39.102 INFO STEP 52 (ensure_file) COMPLETE
94562024-12-20T23:27:40.991Z[ host-image] Dec 20 23:27:39.102 INFO O| Dec 20 23:27:39.102 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94572024-12-20T23:27:41.005Z[ host-image] Dec 20 23:27:39.128 INFO O| Dec 20 23:27:39.127 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
94582024-12-20T23:27:41.005Z[ host-image] Dec 20 23:27:39.128 INFO O| Dec 20 23:27:39.127 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 ...
94592024-12-20T23:27:41.009Z[ host-image] Dec 20 23:27:39.128 INFO O| Dec 20 23:27:39.128 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94602024-12-20T23:27:41.009Z[ host-image] Dec 20 23:27:39.128 INFO O| Dec 20 23:27:39.128 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94612024-12-20T23:27:41.009Z[ host-image] Dec 20 23:27:39.128 INFO O| Dec 20 23:27:39.128 INFO ok!
94622024-12-20T23:27:41.009Z[ host-image] Dec 20 23:27:39.128 INFO O| Dec 20 23:27:39.128 INFO STEP 53 (ensure_file) COMPLETE
94632024-12-20T23:27:41.009Z[ host-image] Dec 20 23:27:39.128 INFO O| Dec 20 23:27:39.128 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94642024-12-20T23:27:41.027Z[ host-image] Dec 20 23:27:39.152 INFO O| Dec 20 23:27:39.152 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
94652024-12-20T23:27:41.027Z[ host-image] Dec 20 23:27:39.152 INFO O| Dec 20 23:27:39.152 INFO STEP 54 (ensure_dir) COMPLETE
94662024-12-20T23:27:41.033Z[ host-image] Dec 20 23:27:39.152 INFO O| Dec 20 23:27:39.152 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94672024-12-20T23:27:41.049Z[ host-image] Dec 20 23:27:39.175 INFO O| Dec 20 23:27:39.175 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94682024-12-20T23:27:41.049Z[ host-image] Dec 20 23:27:39.175 INFO O| Dec 20 23:27:39.175 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94692024-12-20T23:27:41.049Z[ host-image] Dec 20 23:27:39.175 INFO O| Dec 20 23:27:39.175 INFO STEP 55 (ensure_dir) COMPLETE
94702024-12-20T23:27:41.059Z[ host-image] Dec 20 23:27:39.175 INFO O| Dec 20 23:27:39.175 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94712024-12-20T23:27:41.079Z[ host-image] Dec 20 23:27:39.198 INFO O| Dec 20 23:27:39.197 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94722024-12-20T23:27:41.079Z[ host-image] Dec 20 23:27:39.198 INFO O| Dec 20 23:27:39.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94732024-12-20T23:27:41.079Z[ host-image] Dec 20 23:27:39.198 INFO O| Dec 20 23:27:39.198 INFO STEP 56 (ensure_dir) COMPLETE
94742024-12-20T23:27:41.086Z[ host-image] Dec 20 23:27:39.198 INFO O| Dec 20 23:27:39.198 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94752024-12-20T23:27:41.098Z[ host-image] Dec 20 23:27:39.224 INFO O| Dec 20 23:27:39.223 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
94762024-12-20T23:27:41.098Z[ host-image] Dec 20 23:27:39.224 INFO O| Dec 20 23:27:39.223 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94772024-12-20T23:27:41.125Z[ host-image] Dec 20 23:27:39.250 INFO O| Dec 20 23:27:39.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94782024-12-20T23:27:41.125Z[ host-image] Dec 20 23:27:39.250 INFO O| Dec 20 23:27:39.250 INFO ok!
94792024-12-20T23:27:41.135Z[ host-image] Dec 20 23:27:39.250 INFO O| Dec 20 23:27:39.250 INFO STEP 57 (ensure_file) COMPLETE
94802024-12-20T23:27:41.135Z[ host-image] Dec 20 23:27:39.250 INFO O| Dec 20 23:27:39.250 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94812024-12-20T23:27:41.151Z[ host-image] Dec 20 23:27:39.276 INFO O| Dec 20 23:27:39.276 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94822024-12-20T23:27:41.151Z[ host-image] Dec 20 23:27:39.276 INFO O| Dec 20 23:27:39.276 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
94832024-12-20T23:27:42.580Z[ host-image] Dec 20 23:27:40.704 INFO O| Dec 20 23:27:40.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
94842024-12-20T23:27:42.580Z[ host-image] Dec 20 23:27:40.704 INFO O| Dec 20 23:27:40.704 INFO ok!
94852024-12-20T23:27:42.609Z[ host-image] Dec 20 23:27:40.704 INFO O| Dec 20 23:27:40.704 INFO STEP 58 (ensure_file) COMPLETE
94862024-12-20T23:27:42.609Z[ host-image] Dec 20 23:27:40.704 INFO O| Dec 20 23:27:40.704 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94872024-12-20T23:27:42.616Z[ host-image] Dec 20 23:27:40.738 INFO O| Dec 20 23:27:40.737 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94882024-12-20T23:27:42.616Z[ host-image] Dec 20 23:27:40.738 INFO O| Dec 20 23:27:40.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94892024-12-20T23:27:42.616Z[ host-image] Dec 20 23:27:40.738 INFO O| Dec 20 23:27:40.738 INFO STEP 59 (ensure_dir) COMPLETE
94902024-12-20T23:27:42.616Z[ host-image] Dec 20 23:27:40.738 INFO O| Dec 20 23:27:40.738 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94912024-12-20T23:27:42.651Z[ host-image] Dec 20 23:27:40.764 INFO O| Dec 20 23:27:40.764 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94922024-12-20T23:27:42.651Z[ host-image] Dec 20 23:27:40.764 INFO O| Dec 20 23:27:40.764 INFO copying /tmp/.tmpzMcpQQ/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 ...
94932024-12-20T23:27:42.661Z[ host-image] Dec 20 23:27:40.764 INFO O| Dec 20 23:27:40.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94942024-12-20T23:27:42.662Z[ host-image] Dec 20 23:27:40.764 INFO O| Dec 20 23:27:40.764 INFO ok!
94952024-12-20T23:27:42.662Z[ host-image] Dec 20 23:27:40.764 INFO O| Dec 20 23:27:40.764 INFO STEP 60 (ensure_file) COMPLETE
94962024-12-20T23:27:42.662Z[ host-image] Dec 20 23:27:40.764 INFO O| Dec 20 23:27:40.764 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94972024-12-20T23:27:42.682Z[ host-image] Dec 20 23:27:40.805 INFO O| Dec 20 23:27:40.805 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94982024-12-20T23:27:42.682Z[ host-image] Dec 20 23:27:40.805 INFO O| Dec 20 23:27:40.805 INFO copying /tmp/.tmpzMcpQQ/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 ...
94992024-12-20T23:27:42.692Z[ host-image] Dec 20 23:27:40.805 INFO O| Dec 20 23:27:40.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
95002024-12-20T23:27:42.692Z[ host-image] Dec 20 23:27:40.805 INFO O| Dec 20 23:27:40.805 INFO ok!
95012024-12-20T23:27:42.692Z[ host-image] Dec 20 23:27:40.805 INFO O| Dec 20 23:27:40.805 INFO STEP 61 (ensure_file) COMPLETE
95022024-12-20T23:27:42.692Z[ host-image] Dec 20 23:27:40.805 INFO O| Dec 20 23:27:40.805 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95032024-12-20T23:27:42.708Z[ host-image] Dec 20 23:27:40.828 INFO O| Dec 20 23:27:40.828 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95042024-12-20T23:27:42.708Z[ host-image] Dec 20 23:27:40.828 INFO O| Dec 20 23:27:40.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95052024-12-20T23:27:42.708Z[ host-image] Dec 20 23:27:40.828 INFO O| Dec 20 23:27:40.828 INFO STEP 62 (ensure_dir) COMPLETE
95062024-12-20T23:27:42.861Z[ host-image] Dec 20 23:27:40.828 INFO O| Dec 20 23:27:40.828 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95072024-12-20T23:27:42.861Z[ host-image] Dec 20 23:27:40.869 INFO O| Dec 20 23:27:40.869 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95082024-12-20T23:27:42.862Z[ host-image] Dec 20 23:27:40.869 INFO O| Dec 20 23:27:40.869 INFO copying /tmp/.tmpzMcpQQ/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 ...
95092024-12-20T23:27:42.862Z[ host-image] Dec 20 23:27:40.869 INFO O| Dec 20 23:27:40.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95102024-12-20T23:27:42.862Z[ host-image] Dec 20 23:27:40.869 INFO O| Dec 20 23:27:40.869 INFO ok!
95112024-12-20T23:27:42.862Z[ host-image] Dec 20 23:27:40.869 INFO O| Dec 20 23:27:40.869 INFO STEP 63 (ensure_file) COMPLETE
95122024-12-20T23:27:42.862Z[ host-image] Dec 20 23:27:40.869 INFO O| Dec 20 23:27:40.869 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95132024-12-20T23:27:42.862Z[ host-image] Dec 20 23:27:40.917 INFO O| Dec 20 23:27:40.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95142024-12-20T23:27:42.862Z[ host-image] Dec 20 23:27:40.917 INFO O| Dec 20 23:27:40.917 INFO copying /tmp/.tmpzMcpQQ/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 ...
95152024-12-20T23:27:42.862Z[ host-image] Dec 20 23:27:40.917 INFO O| Dec 20 23:27:40.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
95162024-12-20T23:27:42.862Z[ host-image] Dec 20 23:27:40.917 INFO O| Dec 20 23:27:40.917 INFO ok!
95172024-12-20T23:27:42.862Z[ host-image] Dec 20 23:27:40.917 INFO O| Dec 20 23:27:40.917 INFO STEP 64 (ensure_file) COMPLETE
95182024-12-20T23:27:42.862Z[ host-image] Dec 20 23:27:40.917 INFO O| Dec 20 23:27:40.917 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95192024-12-20T23:27:42.891Z[ host-image] Dec 20 23:27:40.960 INFO O| Dec 20 23:27:40.960 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95202024-12-20T23:27:42.891Z[ host-image] Dec 20 23:27:40.961 INFO O| Dec 20 23:27:40.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95212024-12-20T23:27:42.891Z[ host-image] Dec 20 23:27:40.961 INFO O| Dec 20 23:27:40.961 INFO STEP 65 (ensure_dir) COMPLETE
95222024-12-20T23:27:42.891Z[ host-image] Dec 20 23:27:40.961 INFO O| Dec 20 23:27:40.961 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232024-12-20T23:27:42.891Z[ host-image] Dec 20 23:27:40.988 INFO O| Dec 20 23:27:40.988 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95242024-12-20T23:27:42.891Z[ host-image] Dec 20 23:27:40.988 INFO O| Dec 20 23:27:40.988 INFO copying /tmp/.tmpzMcpQQ/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 ...
95252024-12-20T23:27:42.892Z[ host-image] Dec 20 23:27:40.988 INFO O| Dec 20 23:27:40.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95262024-12-20T23:27:42.892Z[ host-image] Dec 20 23:27:40.988 INFO O| Dec 20 23:27:40.988 INFO ok!
95272024-12-20T23:27:42.892Z[ host-image] Dec 20 23:27:40.988 INFO O| Dec 20 23:27:40.988 INFO STEP 66 (ensure_file) COMPLETE
95282024-12-20T23:27:42.892Z[ host-image] Dec 20 23:27:40.988 INFO O| Dec 20 23:27:40.988 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95292024-12-20T23:27:42.909Z[ host-image] Dec 20 23:27:41.009 INFO O| Dec 20 23:27:41.008 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
95302024-12-20T23:27:42.909Z[ host-image] Dec 20 23:27:41.009 INFO O| Dec 20 23:27:41.008 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
95312024-12-20T23:27:42.910Z[ host-image] Dec 20 23:27:41.009 INFO O| Dec 20 23:27:41.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
95322024-12-20T23:27:42.910Z[ host-image] Dec 20 23:27:41.009 INFO O| Dec 20 23:27:41.009 INFO ok!
95332024-12-20T23:27:42.913Z[ host-image] Dec 20 23:27:41.009 INFO O| Dec 20 23:27:41.009 INFO STEP 67 (ensure_file) COMPLETE
95342024-12-20T23:27:42.913Z[ host-image] Dec 20 23:27:41.009 INFO O| Dec 20 23:27:41.009 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95352024-12-20T23:27:42.924Z[ host-image] Dec 20 23:27:41.029 INFO O| Dec 20 23:27:41.029 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95362024-12-20T23:27:42.924Z[ host-image] Dec 20 23:27:41.030 INFO O| Dec 20 23:27:41.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95372024-12-20T23:27:42.924Z[ host-image] Dec 20 23:27:41.030 INFO O| Dec 20 23:27:41.030 INFO STEP 68 (ensure_dir) COMPLETE
95382024-12-20T23:27:42.924Z[ host-image] Dec 20 23:27:41.030 INFO O| Dec 20 23:27:41.030 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95392024-12-20T23:27:42.943Z[ host-image] Dec 20 23:27:41.068 INFO O| Dec 20 23:27:41.068 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
95402024-12-20T23:27:42.943Z[ host-image] Dec 20 23:27:41.068 INFO O| Dec 20 23:27:41.068 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
95412024-12-20T23:27:44.370Z[ host-image] Dec 20 23:27:42.495 INFO O| Dec 20 23:27:42.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
95422024-12-20T23:27:44.370Z[ host-image] Dec 20 23:27:42.495 INFO O| Dec 20 23:27:42.495 INFO ok!
95432024-12-20T23:27:44.375Z[ host-image] Dec 20 23:27:42.495 INFO O| Dec 20 23:27:42.495 INFO STEP 69 (ensure_file) COMPLETE
95442024-12-20T23:27:44.375Z[ host-image] Dec 20 23:27:42.495 INFO O| Dec 20 23:27:42.495 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95452024-12-20T23:27:44.395Z[ host-image] Dec 20 23:27:42.520 INFO O| Dec 20 23:27:42.519 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
95462024-12-20T23:27:44.395Z[ host-image] Dec 20 23:27:42.520 INFO O| Dec 20 23:27:42.519 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
95472024-12-20T23:27:46.456Z[ host-image] Dec 20 23:27:44.580 INFO O| Dec 20 23:27:44.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
95482024-12-20T23:27:46.456Z[ host-image] Dec 20 23:27:44.580 INFO O| Dec 20 23:27:44.580 INFO ok!
95492024-12-20T23:27:46.461Z[ host-image] Dec 20 23:27:44.581 INFO O| Dec 20 23:27:44.580 INFO STEP 70 (ensure_file) COMPLETE
95502024-12-20T23:27:46.461Z[ host-image] Dec 20 23:27:44.581 INFO O| Dec 20 23:27:44.580 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95512024-12-20T23:27:46.481Z[ host-image] Dec 20 23:27:44.605 INFO O| Dec 20 23:27:44.605 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95522024-12-20T23:27:46.481Z[ host-image] Dec 20 23:27:44.605 INFO O| Dec 20 23:27:44.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95532024-12-20T23:27:46.481Z[ host-image] Dec 20 23:27:44.605 INFO O| Dec 20 23:27:44.605 INFO STEP 71 (ensure_dir) COMPLETE
95542024-12-20T23:27:46.493Z[ host-image] Dec 20 23:27:44.605 INFO O| Dec 20 23:27:44.605 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95552024-12-20T23:27:46.508Z[ host-image] Dec 20 23:27:44.632 INFO O| Dec 20 23:27:44.632 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
95562024-12-20T23:27:46.508Z[ host-image] Dec 20 23:27:44.632 INFO O| Dec 20 23:27:44.632 INFO copying /tmp/.tmpzMcpQQ/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 ...
95572024-12-20T23:27:46.539Z[ host-image] Dec 20 23:27:44.633 INFO O| Dec 20 23:27:44.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
95582024-12-20T23:27:46.539Z[ host-image] Dec 20 23:27:44.633 INFO O| Dec 20 23:27:44.633 INFO ok!
95592024-12-20T23:27:46.539Z[ host-image] Dec 20 23:27:44.633 INFO O| Dec 20 23:27:44.633 INFO STEP 72 (ensure_file) COMPLETE
95602024-12-20T23:27:46.539Z[ host-image] Dec 20 23:27:44.633 INFO O| Dec 20 23:27:44.633 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95612024-12-20T23:27:46.545Z[ host-image] Dec 20 23:27:44.666 INFO O| Dec 20 23:27:44.666 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
95622024-12-20T23:27:46.545Z[ host-image] Dec 20 23:27:44.666 INFO O| Dec 20 23:27:44.666 INFO copying /tmp/.tmpzMcpQQ/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 ...
95632024-12-20T23:27:46.545Z[ host-image] Dec 20 23:27:44.667 INFO O| Dec 20 23:27:44.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
95642024-12-20T23:27:46.545Z[ host-image] Dec 20 23:27:44.667 INFO O| Dec 20 23:27:44.667 INFO ok!
95652024-12-20T23:27:46.545Z[ host-image] Dec 20 23:27:44.667 INFO O| Dec 20 23:27:44.667 INFO STEP 73 (ensure_file) COMPLETE
95662024-12-20T23:27:46.545Z[ host-image] Dec 20 23:27:44.667 INFO O| Dec 20 23:27:44.667 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95672024-12-20T23:27:46.574Z[ host-image] Dec 20 23:27:44.698 INFO O| Dec 20 23:27:44.698 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
95682024-12-20T23:27:46.574Z[ host-image] Dec 20 23:27:44.698 INFO O| Dec 20 23:27:44.698 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
95692024-12-20T23:27:46.574Z[ host-image] Dec 20 23:27:44.698 INFO O| Dec 20 23:27:44.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
95702024-12-20T23:27:46.585Z[ host-image] Dec 20 23:27:44.698 INFO O| Dec 20 23:27:44.698 INFO ok!
95712024-12-20T23:27:46.586Z[ host-image] Dec 20 23:27:44.698 INFO O| Dec 20 23:27:44.698 INFO STEP 74 (ensure_file) COMPLETE
95722024-12-20T23:27:46.586Z[ host-image] Dec 20 23:27:44.698 INFO O| Dec 20 23:27:44.698 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95732024-12-20T23:27:46.611Z[ host-image] Dec 20 23:27:44.736 INFO O| Dec 20 23:27:44.736 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
95742024-12-20T23:27:46.612Z[ host-image] Dec 20 23:27:44.736 INFO O| Dec 20 23:27:44.736 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
95752024-12-20T23:27:46.619Z[ host-image] Dec 20 23:27:44.736 INFO O| Dec 20 23:27:44.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
95762024-12-20T23:27:46.619Z[ host-image] Dec 20 23:27:44.736 INFO O| Dec 20 23:27:44.736 INFO ok!
95772024-12-20T23:27:46.619Z[ host-image] Dec 20 23:27:44.736 INFO O| Dec 20 23:27:44.736 INFO STEP 75 (ensure_file) COMPLETE
95782024-12-20T23:27:46.619Z[ host-image] Dec 20 23:27:44.737 INFO O| Dec 20 23:27:44.736 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95792024-12-20T23:27:46.666Z[ host-image] Dec 20 23:27:44.790 INFO O| Dec 20 23:27:44.790 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95802024-12-20T23:27:46.666Z[ host-image] Dec 20 23:27:44.790 INFO O| Dec 20 23:27:44.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95812024-12-20T23:27:46.669Z[ host-image] Dec 20 23:27:44.790 INFO O| Dec 20 23:27:44.790 INFO STEP 76 (ensure_dir) COMPLETE
95822024-12-20T23:27:46.669Z[ host-image] Dec 20 23:27:44.790 INFO O| Dec 20 23:27:44.790 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832024-12-20T23:27:46.690Z[ host-image] Dec 20 23:27:44.815 INFO O| Dec 20 23:27:44.815 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95842024-12-20T23:27:46.692Z[ host-image] Dec 20 23:27:44.815 INFO O| Dec 20 23:27:44.815 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95852024-12-20T23:27:46.702Z[ host-image] Dec 20 23:27:44.819 INFO O| Dec 20 23:27:44.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95862024-12-20T23:27:46.702Z[ host-image] Dec 20 23:27:44.820 INFO O| Dec 20 23:27:44.819 INFO ok!
95872024-12-20T23:27:46.702Z[ host-image] Dec 20 23:27:44.820 INFO O| Dec 20 23:27:44.820 INFO STEP 77 (ensure_file) COMPLETE
95882024-12-20T23:27:46.703Z[ host-image] Dec 20 23:27:44.820 INFO O| Dec 20 23:27:44.820 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892024-12-20T23:27:46.720Z[ host-image] Dec 20 23:27:44.841 INFO O| Dec 20 23:27:44.841 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95902024-12-20T23:27:46.720Z[ host-image] Dec 20 23:27:44.841 INFO O| Dec 20 23:27:44.841 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95912024-12-20T23:27:46.747Z[ host-image] Dec 20 23:27:44.841 INFO O| Dec 20 23:27:44.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95922024-12-20T23:27:46.747Z[ host-image] Dec 20 23:27:44.841 INFO O| Dec 20 23:27:44.841 INFO ok!
95932024-12-20T23:27:46.747Z[ host-image] Dec 20 23:27:44.841 INFO O| Dec 20 23:27:44.841 INFO STEP 78 (ensure_file) COMPLETE
95942024-12-20T23:27:46.747Z[ host-image] Dec 20 23:27:44.841 INFO O| Dec 20 23:27:44.841 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95952024-12-20T23:27:46.758Z[ host-image] Dec 20 23:27:44.859 INFO O| Dec 20 23:27:44.858 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95962024-12-20T23:27:46.758Z[ host-image] Dec 20 23:27:44.859 INFO O| Dec 20 23:27:44.858 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95972024-12-20T23:27:47.729Z[ host-image] Dec 20 23:27:45.853 INFO O| Dec 20 23:27:45.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95982024-12-20T23:27:47.729Z[ host-image] Dec 20 23:27:45.853 INFO O| Dec 20 23:27:45.853 INFO ok!
95992024-12-20T23:27:47.729Z[ host-image] Dec 20 23:27:45.853 INFO O| Dec 20 23:27:45.853 INFO STEP 79 (ensure_file) COMPLETE
96002024-12-20T23:27:47.738Z[ host-image] Dec 20 23:27:45.853 INFO O| Dec 20 23:27:45.853 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96012024-12-20T23:27:47.746Z[ host-image] Dec 20 23:27:45.871 INFO O| Dec 20 23:27:45.871 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96022024-12-20T23:27:47.746Z[ host-image] Dec 20 23:27:45.871 INFO O| Dec 20 23:27:45.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96032024-12-20T23:27:47.752Z[ host-image] Dec 20 23:27:45.871 INFO O| Dec 20 23:27:45.871 INFO STEP 80 (ensure_dir) COMPLETE
96042024-12-20T23:27:47.752Z[ host-image] Dec 20 23:27:45.871 INFO O| Dec 20 23:27:45.871 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96052024-12-20T23:27:47.766Z[ host-image] Dec 20 23:27:45.890 INFO O| Dec 20 23:27:45.890 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96062024-12-20T23:27:47.766Z[ host-image] Dec 20 23:27:45.890 INFO O| Dec 20 23:27:45.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96072024-12-20T23:27:47.773Z[ host-image] Dec 20 23:27:45.890 INFO O| Dec 20 23:27:45.890 INFO STEP 81 (ensure_dir) COMPLETE
96082024-12-20T23:27:47.773Z[ host-image] Dec 20 23:27:45.890 INFO O| Dec 20 23:27:45.890 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96092024-12-20T23:27:47.790Z[ host-image] Dec 20 23:27:45.908 INFO O| Dec 20 23:27:45.908 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96102024-12-20T23:27:47.790Z[ host-image] Dec 20 23:27:45.908 INFO O| Dec 20 23:27:45.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96112024-12-20T23:27:47.790Z[ host-image] Dec 20 23:27:45.908 INFO O| Dec 20 23:27:45.908 INFO STEP 82 (ensure_dir) COMPLETE
96122024-12-20T23:27:47.798Z[ host-image] Dec 20 23:27:45.908 INFO O| Dec 20 23:27:45.908 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96132024-12-20T23:27:47.804Z[ host-image] Dec 20 23:27:45.925 INFO O| Dec 20 23:27:45.925 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96142024-12-20T23:27:47.804Z[ host-image] Dec 20 23:27:45.925 INFO O| Dec 20 23:27:45.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96152024-12-20T23:27:47.804Z[ host-image] Dec 20 23:27:45.925 INFO O| Dec 20 23:27:45.925 INFO STEP 83 (ensure_dir) COMPLETE
96162024-12-20T23:27:47.804Z[ host-image] Dec 20 23:27:45.925 INFO O| Dec 20 23:27:45.925 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96172024-12-20T23:27:47.821Z[ host-image] Dec 20 23:27:45.945 INFO O| Dec 20 23:27:45.945 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96182024-12-20T23:27:47.821Z[ host-image] Dec 20 23:27:45.945 INFO O| Dec 20 23:27:45.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96192024-12-20T23:27:47.821Z[ host-image] Dec 20 23:27:45.945 INFO O| Dec 20 23:27:45.945 INFO STEP 84 (ensure_dir) COMPLETE
96202024-12-20T23:27:47.827Z[ host-image] Dec 20 23:27:45.945 INFO O| Dec 20 23:27:45.945 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96212024-12-20T23:27:47.840Z[ host-image] Dec 20 23:27:45.964 INFO O| Dec 20 23:27:45.964 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
96222024-12-20T23:27:47.840Z[ host-image] Dec 20 23:27:45.964 INFO O| Dec 20 23:27:45.964 INFO copying /tmp/.tmpzMcpQQ/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 ...
96232024-12-20T23:27:47.840Z[ host-image] Dec 20 23:27:45.964 INFO O| Dec 20 23:27:45.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
96242024-12-20T23:27:47.847Z[ host-image] Dec 20 23:27:45.964 INFO O| Dec 20 23:27:45.964 INFO ok!
96252024-12-20T23:27:47.848Z[ host-image] Dec 20 23:27:45.964 INFO O| Dec 20 23:27:45.964 INFO STEP 85 (ensure_file) COMPLETE
96262024-12-20T23:27:47.848Z[ host-image] Dec 20 23:27:45.964 INFO O| Dec 20 23:27:45.964 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96272024-12-20T23:27:47.857Z[ host-image] Dec 20 23:27:45.981 INFO O| Dec 20 23:27:45.981 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96282024-12-20T23:27:47.857Z[ host-image] Dec 20 23:27:45.981 INFO O| Dec 20 23:27:45.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96292024-12-20T23:27:47.857Z[ host-image] Dec 20 23:27:45.981 INFO O| Dec 20 23:27:45.981 INFO STEP 86 (ensure_dir) COMPLETE
96302024-12-20T23:27:47.863Z[ host-image] Dec 20 23:27:45.981 INFO O| Dec 20 23:27:45.981 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96312024-12-20T23:27:47.873Z[ host-image] Dec 20 23:27:45.998 INFO O| Dec 20 23:27:45.997 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
96322024-12-20T23:27:47.873Z[ host-image] Dec 20 23:27:45.998 INFO O| Dec 20 23:27:45.997 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
96332024-12-20T23:27:47.873Z[ host-image] Dec 20 23:27:45.998 INFO O| Dec 20 23:27:45.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
96342024-12-20T23:27:47.883Z[ host-image] Dec 20 23:27:45.998 INFO O| Dec 20 23:27:45.998 INFO ok!
96352024-12-20T23:27:47.883Z[ host-image] Dec 20 23:27:45.998 INFO O| Dec 20 23:27:45.998 INFO STEP 87 (ensure_file) COMPLETE
96362024-12-20T23:27:47.883Z[ host-image] Dec 20 23:27:45.998 INFO O| Dec 20 23:27:45.998 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96372024-12-20T23:27:47.896Z[ host-image] Dec 20 23:27:46.017 INFO O| Dec 20 23:27:46.017 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
96382024-12-20T23:27:47.896Z[ host-image] Dec 20 23:27:46.017 INFO O| Dec 20 23:27:46.017 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
96392024-12-20T23:27:48.273Z[ host-image] Dec 20 23:27:46.397 INFO O| Dec 20 23:27:46.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
96402024-12-20T23:27:48.273Z[ host-image] Dec 20 23:27:46.397 INFO O| Dec 20 23:27:46.397 INFO ok!
96412024-12-20T23:27:48.274Z[ host-image] Dec 20 23:27:46.397 INFO O| Dec 20 23:27:46.397 INFO STEP 88 (ensure_file) COMPLETE
96422024-12-20T23:27:48.278Z[ host-image] Dec 20 23:27:46.397 INFO O| Dec 20 23:27:46.397 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96432024-12-20T23:27:48.294Z[ host-image] Dec 20 23:27:46.418 INFO O| Dec 20 23:27:46.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
96442024-12-20T23:27:48.295Z[ host-image] Dec 20 23:27:46.418 INFO O| Dec 20 23:27:46.418 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
96452024-12-20T23:27:48.891Z[ host-image] Dec 20 23:27:47.013 INFO O| Dec 20 23:27:47.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
96462024-12-20T23:27:48.891Z[ host-image] Dec 20 23:27:47.013 INFO O| Dec 20 23:27:47.013 INFO ok!
96472024-12-20T23:27:48.905Z[ host-image] Dec 20 23:27:47.013 INFO O| Dec 20 23:27:47.013 INFO STEP 89 (ensure_file) COMPLETE
96482024-12-20T23:27:48.905Z[ host-image] Dec 20 23:27:47.013 INFO O| Dec 20 23:27:47.013 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96492024-12-20T23:27:48.917Z[ host-image] Dec 20 23:27:47.030 INFO O| Dec 20 23:27:47.030 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
96502024-12-20T23:27:48.917Z[ host-image] Dec 20 23:27:47.030 INFO O| Dec 20 23:27:47.030 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
96512024-12-20T23:27:48.917Z[ host-image] Dec 20 23:27:47.031 INFO O| Dec 20 23:27:47.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
96522024-12-20T23:27:48.917Z[ host-image] Dec 20 23:27:47.031 INFO O| Dec 20 23:27:47.031 INFO ok!
96532024-12-20T23:27:48.917Z[ host-image] Dec 20 23:27:47.031 INFO O| Dec 20 23:27:47.031 INFO STEP 90 (ensure_file) COMPLETE
96542024-12-20T23:27:48.917Z[ host-image] Dec 20 23:27:47.031 INFO O| Dec 20 23:27:47.031 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96552024-12-20T23:27:48.925Z[ host-image] Dec 20 23:27:47.048 INFO O| Dec 20 23:27:47.048 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96562024-12-20T23:27:48.926Z[ host-image] Dec 20 23:27:47.048 INFO O| Dec 20 23:27:47.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96572024-12-20T23:27:48.926Z[ host-image] Dec 20 23:27:47.048 INFO O| Dec 20 23:27:47.048 INFO STEP 91 (ensure_dir) COMPLETE
96582024-12-20T23:27:48.926Z[ host-image] Dec 20 23:27:47.048 INFO O| Dec 20 23:27:47.048 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96592024-12-20T23:27:48.965Z[ host-image] Dec 20 23:27:47.064 INFO O| Dec 20 23:27:47.064 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
96602024-12-20T23:27:48.965Z[ host-image] Dec 20 23:27:47.065 INFO O| Dec 20 23:27:47.064 INFO copying /tmp/.tmpzMcpQQ/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 ...
96612024-12-20T23:27:48.965Z[ host-image] Dec 20 23:27:47.065 INFO O| Dec 20 23:27:47.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
96622024-12-20T23:27:48.965Z[ host-image] Dec 20 23:27:47.065 INFO O| Dec 20 23:27:47.065 INFO ok!
96632024-12-20T23:27:48.965Z[ host-image] Dec 20 23:27:47.065 INFO O| Dec 20 23:27:47.065 INFO STEP 92 (ensure_file) COMPLETE
96642024-12-20T23:27:48.965Z[ host-image] Dec 20 23:27:47.065 INFO O| Dec 20 23:27:47.065 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96652024-12-20T23:27:48.994Z[ host-image] Dec 20 23:27:47.082 INFO O| Dec 20 23:27:47.081 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
96662024-12-20T23:27:48.994Z[ host-image] Dec 20 23:27:47.082 INFO O| Dec 20 23:27:47.081 INFO copying /tmp/.tmpzMcpQQ/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 ...
96672024-12-20T23:27:48.994Z[ host-image] Dec 20 23:27:47.082 INFO O| Dec 20 23:27:47.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
96682024-12-20T23:27:48.994Z[ host-image] Dec 20 23:27:47.082 INFO O| Dec 20 23:27:47.082 INFO ok!
96692024-12-20T23:27:48.994Z[ host-image] Dec 20 23:27:47.082 INFO O| Dec 20 23:27:47.082 INFO STEP 93 (ensure_file) COMPLETE
96702024-12-20T23:27:48.994Z[ host-image] Dec 20 23:27:47.082 INFO O| Dec 20 23:27:47.082 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96712024-12-20T23:27:49.073Z[ host-image] Dec 20 23:27:47.099 INFO O| Dec 20 23:27:47.099 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
96722024-12-20T23:27:49.073Z[ host-image] Dec 20 23:27:47.099 INFO O| Dec 20 23:27:47.099 INFO copying /tmp/.tmpzMcpQQ/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 ...
96732024-12-20T23:27:49.073Z[ host-image] Dec 20 23:27:47.099 INFO O| Dec 20 23:27:47.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
96742024-12-20T23:27:49.073Z[ host-image] Dec 20 23:27:47.099 INFO O| Dec 20 23:27:47.099 INFO ok!
96752024-12-20T23:27:49.073Z[ host-image] Dec 20 23:27:47.099 INFO O| Dec 20 23:27:47.099 INFO STEP 94 (ensure_file) COMPLETE
96762024-12-20T23:27:49.073Z[ host-image] Dec 20 23:27:47.099 INFO O| Dec 20 23:27:47.099 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96772024-12-20T23:27:49.073Z[ host-image] Dec 20 23:27:47.116 INFO O| Dec 20 23:27:47.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96782024-12-20T23:27:49.073Z[ host-image] Dec 20 23:27:47.116 INFO O| Dec 20 23:27:47.116 INFO copying /tmp/.tmpzMcpQQ/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 ...
96792024-12-20T23:27:49.073Z[ host-image] Dec 20 23:27:47.116 INFO O| Dec 20 23:27:47.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
96802024-12-20T23:27:49.074Z[ host-image] Dec 20 23:27:47.116 INFO O| Dec 20 23:27:47.116 INFO ok!
96812024-12-20T23:27:49.074Z[ host-image] Dec 20 23:27:47.116 INFO O| Dec 20 23:27:47.116 INFO STEP 95 (ensure_file) COMPLETE
96822024-12-20T23:27:49.074Z[ host-image] Dec 20 23:27:47.116 INFO O| Dec 20 23:27:47.116 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96832024-12-20T23:27:49.109Z[ host-image] Dec 20 23:27:47.133 INFO O| Dec 20 23:27:47.133 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96842024-12-20T23:27:49.109Z[ host-image] Dec 20 23:27:47.134 INFO O| Dec 20 23:27:47.133 INFO copying /tmp/.tmpzMcpQQ/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 ...
96852024-12-20T23:27:49.109Z[ host-image] Dec 20 23:27:47.134 INFO O| Dec 20 23:27:47.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96862024-12-20T23:27:49.109Z[ host-image] Dec 20 23:27:47.134 INFO O| Dec 20 23:27:47.134 INFO ok!
96872024-12-20T23:27:49.109Z[ host-image] Dec 20 23:27:47.134 INFO O| Dec 20 23:27:47.134 INFO STEP 96 (ensure_file) COMPLETE
96882024-12-20T23:27:49.109Z[ host-image] Dec 20 23:27:47.134 INFO O| Dec 20 23:27:47.134 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96892024-12-20T23:27:49.109Z[ host-image] Dec 20 23:27:47.150 INFO O| Dec 20 23:27:47.150 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96902024-12-20T23:27:49.109Z[ host-image] Dec 20 23:27:47.150 INFO O| Dec 20 23:27:47.150 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96912024-12-20T23:27:49.109Z[ host-image] Dec 20 23:27:47.150 INFO O| Dec 20 23:27:47.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96922024-12-20T23:27:49.109Z[ host-image] Dec 20 23:27:47.150 INFO O| Dec 20 23:27:47.150 INFO ok!
96932024-12-20T23:27:49.109Z[ host-image] Dec 20 23:27:47.150 INFO O| Dec 20 23:27:47.150 INFO STEP 97 (ensure_file) COMPLETE
96942024-12-20T23:27:49.110Z[ host-image] Dec 20 23:27:47.150 INFO O| Dec 20 23:27:47.150 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96952024-12-20T23:27:49.110Z[ host-image] Dec 20 23:27:47.168 INFO O| Dec 20 23:27:47.168 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96962024-12-20T23:27:49.110Z[ host-image] Dec 20 23:27:47.168 INFO O| Dec 20 23:27:47.168 INFO copying /tmp/.tmpzMcpQQ/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 ...
96972024-12-20T23:27:49.110Z[ host-image] Dec 20 23:27:47.168 INFO O| Dec 20 23:27:47.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96982024-12-20T23:27:49.110Z[ host-image] Dec 20 23:27:47.168 INFO O| Dec 20 23:27:47.168 INFO ok!
96992024-12-20T23:27:49.110Z[ host-image] Dec 20 23:27:47.168 INFO O| Dec 20 23:27:47.168 INFO STEP 98 (ensure_file) COMPLETE
97002024-12-20T23:27:49.110Z[ host-image] Dec 20 23:27:47.169 INFO O| Dec 20 23:27:47.168 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97012024-12-20T23:27:49.110Z[ host-image] Dec 20 23:27:47.185 INFO O| Dec 20 23:27:47.184 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
97022024-12-20T23:27:49.110Z[ host-image] Dec 20 23:27:47.185 INFO O| Dec 20 23:27:47.185 INFO copying /tmp/.tmpzMcpQQ/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 ...
97032024-12-20T23:27:49.110Z[ host-image] Dec 20 23:27:47.185 INFO O| Dec 20 23:27:47.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
97042024-12-20T23:27:49.110Z[ host-image] Dec 20 23:27:47.185 INFO O| Dec 20 23:27:47.185 INFO ok!
97052024-12-20T23:27:49.111Z[ host-image] Dec 20 23:27:47.185 INFO O| Dec 20 23:27:47.185 INFO STEP 99 (ensure_file) COMPLETE
97062024-12-20T23:27:49.111Z[ host-image] Dec 20 23:27:47.185 INFO O| Dec 20 23:27:47.185 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97072024-12-20T23:27:49.111Z[ host-image] Dec 20 23:27:47.201 INFO O| Dec 20 23:27:47.201 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
97082024-12-20T23:27:49.111Z[ host-image] Dec 20 23:27:47.202 INFO O| Dec 20 23:27:47.201 INFO copying /tmp/.tmpzMcpQQ/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 ...
97092024-12-20T23:27:49.111Z[ host-image] Dec 20 23:27:47.202 INFO O| Dec 20 23:27:47.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
97102024-12-20T23:27:49.111Z[ host-image] Dec 20 23:27:47.202 INFO O| Dec 20 23:27:47.202 INFO ok!
97112024-12-20T23:27:49.111Z[ host-image] Dec 20 23:27:47.202 INFO O| Dec 20 23:27:47.202 INFO STEP 100 (ensure_file) COMPLETE
97122024-12-20T23:27:49.111Z[ host-image] Dec 20 23:27:47.202 INFO O| Dec 20 23:27:47.202 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97132024-12-20T23:27:49.119Z[ host-image] Dec 20 23:27:47.218 INFO O| Dec 20 23:27:47.218 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
97142024-12-20T23:27:49.119Z[ host-image] Dec 20 23:27:47.218 INFO O| Dec 20 23:27:47.218 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
97152024-12-20T23:27:49.119Z[ host-image] Dec 20 23:27:47.218 INFO O| Dec 20 23:27:47.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
97162024-12-20T23:27:49.119Z[ host-image] Dec 20 23:27:47.218 INFO O| Dec 20 23:27:47.218 INFO ok!
97172024-12-20T23:27:49.119Z[ host-image] Dec 20 23:27:47.218 INFO O| Dec 20 23:27:47.218 INFO STEP 101 (ensure_file) COMPLETE
97182024-12-20T23:27:49.119Z[ host-image] Dec 20 23:27:47.218 INFO O| Dec 20 23:27:47.218 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97192024-12-20T23:27:49.119Z[ host-image] Dec 20 23:27:47.236 INFO O| Dec 20 23:27:47.236 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
97202024-12-20T23:27:49.119Z[ host-image] Dec 20 23:27:47.236 INFO O| Dec 20 23:27:47.236 INFO copying /tmp/.tmpzMcpQQ/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 ...
97212024-12-20T23:27:49.119Z[ host-image] Dec 20 23:27:47.236 INFO O| Dec 20 23:27:47.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
97222024-12-20T23:27:49.119Z[ host-image] Dec 20 23:27:47.236 INFO O| Dec 20 23:27:47.236 INFO ok!
97232024-12-20T23:27:49.120Z[ host-image] Dec 20 23:27:47.236 INFO O| Dec 20 23:27:47.236 INFO STEP 102 (ensure_file) COMPLETE
97242024-12-20T23:27:49.120Z[ host-image] Dec 20 23:27:47.236 INFO O| Dec 20 23:27:47.236 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97252024-12-20T23:27:49.128Z[ host-image] Dec 20 23:27:47.252 INFO O| Dec 20 23:27:47.252 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
97262024-12-20T23:27:49.131Z[ host-image] Dec 20 23:27:47.252 INFO O| Dec 20 23:27:47.252 INFO copying /tmp/.tmpzMcpQQ/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 ...
97272024-12-20T23:27:49.131Z[ host-image] Dec 20 23:27:47.253 INFO O| Dec 20 23:27:47.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
97282024-12-20T23:27:49.138Z[ host-image] Dec 20 23:27:47.253 INFO O| Dec 20 23:27:47.253 INFO ok!
97292024-12-20T23:27:49.138Z[ host-image] Dec 20 23:27:47.253 INFO O| Dec 20 23:27:47.253 INFO STEP 103 (ensure_file) COMPLETE
97302024-12-20T23:27:49.138Z[ host-image] Dec 20 23:27:47.253 INFO O| Dec 20 23:27:47.253 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97312024-12-20T23:27:49.165Z[ host-image] Dec 20 23:27:47.270 INFO O| Dec 20 23:27:47.270 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
97322024-12-20T23:27:49.165Z[ host-image] Dec 20 23:27:47.270 INFO O| Dec 20 23:27:47.270 INFO copying /tmp/.tmpzMcpQQ/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 ...
97332024-12-20T23:27:49.166Z[ host-image] Dec 20 23:27:47.270 INFO O| Dec 20 23:27:47.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
97342024-12-20T23:27:49.166Z[ host-image] Dec 20 23:27:47.270 INFO O| Dec 20 23:27:47.270 INFO ok!
97352024-12-20T23:27:49.166Z[ host-image] Dec 20 23:27:47.270 INFO O| Dec 20 23:27:47.270 INFO STEP 104 (ensure_file) COMPLETE
97362024-12-20T23:27:49.166Z[ host-image] Dec 20 23:27:47.270 INFO O| Dec 20 23:27:47.270 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97372024-12-20T23:27:49.172Z[ host-image] Dec 20 23:27:47.287 INFO O| Dec 20 23:27:47.287 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
97382024-12-20T23:27:49.172Z[ host-image] Dec 20 23:27:47.287 INFO O| Dec 20 23:27:47.287 INFO copying /tmp/.tmpzMcpQQ/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 ...
97392024-12-20T23:27:49.174Z[ host-image] Dec 20 23:27:47.288 INFO O| Dec 20 23:27:47.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
97402024-12-20T23:27:49.175Z[ host-image] Dec 20 23:27:47.288 INFO O| Dec 20 23:27:47.288 INFO ok!
97412024-12-20T23:27:49.175Z[ host-image] Dec 20 23:27:47.288 INFO O| Dec 20 23:27:47.288 INFO STEP 105 (ensure_file) COMPLETE
97422024-12-20T23:27:49.175Z[ host-image] Dec 20 23:27:47.288 INFO O| Dec 20 23:27:47.288 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97432024-12-20T23:27:49.186Z[ host-image] Dec 20 23:27:47.305 INFO O| Dec 20 23:27:47.305 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
97442024-12-20T23:27:49.186Z[ host-image] Dec 20 23:27:47.306 INFO O| Dec 20 23:27:47.305 INFO copying /tmp/.tmpzMcpQQ/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 ...
97452024-12-20T23:27:49.196Z[ host-image] Dec 20 23:27:47.306 INFO O| Dec 20 23:27:47.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
97462024-12-20T23:27:49.196Z[ host-image] Dec 20 23:27:47.306 INFO O| Dec 20 23:27:47.306 INFO ok!
97472024-12-20T23:27:49.196Z[ host-image] Dec 20 23:27:47.306 INFO O| Dec 20 23:27:47.306 INFO STEP 106 (ensure_file) COMPLETE
97482024-12-20T23:27:49.196Z[ host-image] Dec 20 23:27:47.306 INFO O| Dec 20 23:27:47.306 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97492024-12-20T23:27:49.207Z[ host-image] Dec 20 23:27:47.323 INFO O| Dec 20 23:27:47.323 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
97502024-12-20T23:27:49.207Z[ host-image] Dec 20 23:27:47.324 INFO O| Dec 20 23:27:47.323 INFO copying /tmp/.tmpzMcpQQ/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 ...
97512024-12-20T23:27:49.207Z[ host-image] Dec 20 23:27:47.324 INFO O| Dec 20 23:27:47.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
97522024-12-20T23:27:49.207Z[ host-image] Dec 20 23:27:47.324 INFO O| Dec 20 23:27:47.324 INFO ok!
97532024-12-20T23:27:49.207Z[ host-image] Dec 20 23:27:47.324 INFO O| Dec 20 23:27:47.324 INFO STEP 107 (ensure_file) COMPLETE
97542024-12-20T23:27:49.207Z[ host-image] Dec 20 23:27:47.324 INFO O| Dec 20 23:27:47.324 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97552024-12-20T23:27:49.217Z[ host-image] Dec 20 23:27:47.340 INFO O| Dec 20 23:27:47.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
97562024-12-20T23:27:49.217Z[ host-image] Dec 20 23:27:47.340 INFO O| Dec 20 23:27:47.340 INFO copying /tmp/.tmpzMcpQQ/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 ...
97572024-12-20T23:27:49.252Z[ host-image] Dec 20 23:27:47.341 INFO O| Dec 20 23:27:47.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
97582024-12-20T23:27:49.252Z[ host-image] Dec 20 23:27:47.341 INFO O| Dec 20 23:27:47.341 INFO ok!
97592024-12-20T23:27:49.252Z[ host-image] Dec 20 23:27:47.341 INFO O| Dec 20 23:27:47.341 INFO STEP 108 (ensure_file) COMPLETE
97602024-12-20T23:27:49.252Z[ host-image] Dec 20 23:27:47.341 INFO O| Dec 20 23:27:47.341 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97612024-12-20T23:27:49.258Z[ host-image] Dec 20 23:27:47.359 INFO O| Dec 20 23:27:47.359 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
97622024-12-20T23:27:49.258Z[ host-image] Dec 20 23:27:47.359 INFO O| Dec 20 23:27:47.359 INFO copying /tmp/.tmpzMcpQQ/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 ...
97632024-12-20T23:27:49.258Z[ host-image] Dec 20 23:27:47.359 INFO O| Dec 20 23:27:47.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
97642024-12-20T23:27:49.258Z[ host-image] Dec 20 23:27:47.359 INFO O| Dec 20 23:27:47.359 INFO ok!
97652024-12-20T23:27:49.258Z[ host-image] Dec 20 23:27:47.359 INFO O| Dec 20 23:27:47.359 INFO STEP 109 (ensure_file) COMPLETE
97662024-12-20T23:27:49.258Z[ host-image] Dec 20 23:27:47.359 INFO O| Dec 20 23:27:47.359 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97672024-12-20T23:27:49.258Z[ host-image] Dec 20 23:27:47.377 INFO O| Dec 20 23:27:47.377 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
97682024-12-20T23:27:49.258Z[ host-image] Dec 20 23:27:47.377 INFO O| Dec 20 23:27:47.377 INFO copying /tmp/.tmpzMcpQQ/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 ...
97692024-12-20T23:27:49.258Z[ host-image] Dec 20 23:27:47.377 INFO O| Dec 20 23:27:47.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
97702024-12-20T23:27:49.258Z[ host-image] Dec 20 23:27:47.377 INFO O| Dec 20 23:27:47.377 INFO ok!
97712024-12-20T23:27:49.261Z[ host-image] Dec 20 23:27:47.378 INFO O| Dec 20 23:27:47.377 INFO STEP 110 (ensure_file) COMPLETE
97722024-12-20T23:27:49.261Z[ host-image] Dec 20 23:27:47.378 INFO O| Dec 20 23:27:47.377 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97732024-12-20T23:27:49.273Z[ host-image] Dec 20 23:27:47.397 INFO O| Dec 20 23:27:47.396 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
97742024-12-20T23:27:49.273Z[ host-image] Dec 20 23:27:47.397 INFO O| Dec 20 23:27:47.397 INFO copying /tmp/.tmpzMcpQQ/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 ...
97752024-12-20T23:27:49.284Z[ host-image] Dec 20 23:27:47.397 INFO O| Dec 20 23:27:47.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
97762024-12-20T23:27:49.284Z[ host-image] Dec 20 23:27:47.397 INFO O| Dec 20 23:27:47.397 INFO ok!
97772024-12-20T23:27:49.284Z[ host-image] Dec 20 23:27:47.397 INFO O| Dec 20 23:27:47.397 INFO STEP 111 (ensure_file) COMPLETE
97782024-12-20T23:27:49.284Z[ host-image] Dec 20 23:27:47.397 INFO O| Dec 20 23:27:47.397 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97792024-12-20T23:27:49.292Z[ host-image] Dec 20 23:27:47.414 INFO O| Dec 20 23:27:47.414 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97802024-12-20T23:27:49.292Z[ host-image] Dec 20 23:27:47.414 INFO O| Dec 20 23:27:47.414 INFO copying /tmp/.tmpzMcpQQ/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 ...
97812024-12-20T23:27:49.292Z[ host-image] Dec 20 23:27:47.414 INFO O| Dec 20 23:27:47.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97822024-12-20T23:27:49.292Z[ host-image] Dec 20 23:27:47.414 INFO O| Dec 20 23:27:47.414 INFO ok!
97832024-12-20T23:27:49.292Z[ host-image] Dec 20 23:27:47.414 INFO O| Dec 20 23:27:47.414 INFO STEP 112 (ensure_file) COMPLETE
97842024-12-20T23:27:49.292Z[ host-image] Dec 20 23:27:47.415 INFO O| Dec 20 23:27:47.414 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97852024-12-20T23:27:49.312Z[ host-image] Dec 20 23:27:47.435 INFO O| Dec 20 23:27:47.435 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97862024-12-20T23:27:49.312Z[ host-image] Dec 20 23:27:47.435 INFO O| Dec 20 23:27:47.435 INFO copying /tmp/.tmpzMcpQQ/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 ...
97872024-12-20T23:27:49.320Z[ host-image] Dec 20 23:27:47.435 INFO O| Dec 20 23:27:47.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97882024-12-20T23:27:49.320Z[ host-image] Dec 20 23:27:47.436 INFO O| Dec 20 23:27:47.435 INFO ok!
97892024-12-20T23:27:49.320Z[ host-image] Dec 20 23:27:47.436 INFO O| Dec 20 23:27:47.435 INFO STEP 113 (ensure_file) COMPLETE
97902024-12-20T23:27:49.320Z[ host-image] Dec 20 23:27:47.436 INFO O| Dec 20 23:27:47.435 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97912024-12-20T23:27:49.331Z[ host-image] Dec 20 23:27:47.455 INFO O| Dec 20 23:27:47.455 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97922024-12-20T23:27:49.331Z[ host-image] Dec 20 23:27:47.455 INFO O| Dec 20 23:27:47.455 INFO copying /tmp/.tmpzMcpQQ/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 ...
97932024-12-20T23:27:49.345Z[ host-image] Dec 20 23:27:47.455 INFO O| Dec 20 23:27:47.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97942024-12-20T23:27:49.348Z[ host-image] Dec 20 23:27:47.455 INFO O| Dec 20 23:27:47.455 INFO ok!
97952024-12-20T23:27:49.348Z[ host-image] Dec 20 23:27:47.455 INFO O| Dec 20 23:27:47.455 INFO STEP 114 (ensure_file) COMPLETE
97962024-12-20T23:27:49.348Z[ host-image] Dec 20 23:27:47.455 INFO O| Dec 20 23:27:47.455 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97972024-12-20T23:27:49.355Z[ host-image] Dec 20 23:27:47.473 INFO O| Dec 20 23:27:47.473 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97982024-12-20T23:27:49.355Z[ host-image] Dec 20 23:27:47.473 INFO O| Dec 20 23:27:47.473 INFO copying /tmp/.tmpzMcpQQ/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 ...
97992024-12-20T23:27:49.355Z[ host-image] Dec 20 23:27:47.473 INFO O| Dec 20 23:27:47.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
98002024-12-20T23:27:49.355Z[ host-image] Dec 20 23:27:47.473 INFO O| Dec 20 23:27:47.473 INFO ok!
98012024-12-20T23:27:49.355Z[ host-image] Dec 20 23:27:47.473 INFO O| Dec 20 23:27:47.473 INFO STEP 115 (ensure_file) COMPLETE
98022024-12-20T23:27:49.355Z[ host-image] Dec 20 23:27:47.473 INFO O| Dec 20 23:27:47.473 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98032024-12-20T23:27:49.373Z[ host-image] Dec 20 23:27:47.493 INFO O| Dec 20 23:27:47.493 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
98042024-12-20T23:27:49.373Z[ host-image] Dec 20 23:27:47.493 INFO O| Dec 20 23:27:47.493 INFO copying /tmp/.tmpzMcpQQ/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 ...
98052024-12-20T23:27:49.386Z[ host-image] Dec 20 23:27:47.493 INFO O| Dec 20 23:27:47.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
98062024-12-20T23:27:49.386Z[ host-image] Dec 20 23:27:47.493 INFO O| Dec 20 23:27:47.493 INFO ok!
98072024-12-20T23:27:49.386Z[ host-image] Dec 20 23:27:47.493 INFO O| Dec 20 23:27:47.493 INFO STEP 116 (ensure_file) COMPLETE
98082024-12-20T23:27:49.386Z[ host-image] Dec 20 23:27:47.493 INFO O| Dec 20 23:27:47.493 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98092024-12-20T23:27:49.397Z[ host-image] Dec 20 23:27:47.513 INFO O| Dec 20 23:27:47.513 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
98102024-12-20T23:27:49.398Z[ host-image] Dec 20 23:27:47.513 INFO O| Dec 20 23:27:47.513 INFO copying /tmp/.tmpzMcpQQ/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 ...
98112024-12-20T23:27:49.398Z[ host-image] Dec 20 23:27:47.513 INFO O| Dec 20 23:27:47.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
98122024-12-20T23:27:49.399Z[ host-image] Dec 20 23:27:47.513 INFO O| Dec 20 23:27:47.513 INFO ok!
98132024-12-20T23:27:49.399Z[ host-image] Dec 20 23:27:47.513 INFO O| Dec 20 23:27:47.513 INFO STEP 117 (ensure_file) COMPLETE
98142024-12-20T23:27:49.399Z[ host-image] Dec 20 23:27:47.513 INFO O| Dec 20 23:27:47.513 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98152024-12-20T23:27:49.408Z[ host-image] Dec 20 23:27:47.532 INFO O| Dec 20 23:27:47.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
98162024-12-20T23:27:49.408Z[ host-image] Dec 20 23:27:47.532 INFO O| Dec 20 23:27:47.532 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
98172024-12-20T23:27:49.415Z[ host-image] Dec 20 23:27:47.532 INFO O| Dec 20 23:27:47.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
98182024-12-20T23:27:49.415Z[ host-image] Dec 20 23:27:47.532 INFO O| Dec 20 23:27:47.532 INFO ok!
98192024-12-20T23:27:49.415Z[ host-image] Dec 20 23:27:47.532 INFO O| Dec 20 23:27:47.532 INFO STEP 118 (ensure_file) COMPLETE
98202024-12-20T23:27:49.415Z[ host-image] Dec 20 23:27:47.532 INFO O| Dec 20 23:27:47.532 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98212024-12-20T23:27:49.425Z[ host-image] Dec 20 23:27:47.549 INFO O| Dec 20 23:27:47.549 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
98222024-12-20T23:27:49.425Z[ host-image] Dec 20 23:27:47.549 INFO O| Dec 20 23:27:47.549 INFO copying /tmp/.tmpzMcpQQ/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 ...
98232024-12-20T23:27:49.433Z[ host-image] Dec 20 23:27:47.549 INFO O| Dec 20 23:27:47.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
98242024-12-20T23:27:49.433Z[ host-image] Dec 20 23:27:47.549 INFO O| Dec 20 23:27:47.549 INFO ok!
98252024-12-20T23:27:49.433Z[ host-image] Dec 20 23:27:47.549 INFO O| Dec 20 23:27:47.549 INFO STEP 119 (ensure_file) COMPLETE
98262024-12-20T23:27:49.433Z[ host-image] Dec 20 23:27:47.549 INFO O| Dec 20 23:27:47.549 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98272024-12-20T23:27:49.445Z[ host-image] Dec 20 23:27:47.569 INFO O| Dec 20 23:27:47.569 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
98282024-12-20T23:27:49.445Z[ host-image] Dec 20 23:27:47.569 INFO O| Dec 20 23:27:47.569 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
98292024-12-20T23:27:49.451Z[ host-image] Dec 20 23:27:47.569 INFO O| Dec 20 23:27:47.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
98302024-12-20T23:27:49.452Z[ host-image] Dec 20 23:27:47.569 INFO O| Dec 20 23:27:47.569 INFO ok!
98312024-12-20T23:27:49.452Z[ host-image] Dec 20 23:27:47.569 INFO O| Dec 20 23:27:47.569 INFO STEP 120 (ensure_file) COMPLETE
98322024-12-20T23:27:49.452Z[ host-image] Dec 20 23:27:47.569 INFO O| Dec 20 23:27:47.569 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98332024-12-20T23:27:49.475Z[ host-image] Dec 20 23:27:47.589 INFO O| Dec 20 23:27:47.589 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
98342024-12-20T23:27:49.475Z[ host-image] Dec 20 23:27:47.589 INFO O| Dec 20 23:27:47.589 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
98352024-12-20T23:27:56.216Z[ host-image] Dec 20 23:27:54.305 INFO O| Dec 20 23:27:54.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
98362024-12-20T23:27:56.216Z[ host-image] Dec 20 23:27:54.305 INFO O| Dec 20 23:27:54.305 INFO ok!
98372024-12-20T23:27:56.225Z[ host-image] Dec 20 23:27:54.305 INFO O| Dec 20 23:27:54.305 INFO STEP 121 (ensure_file) COMPLETE
98382024-12-20T23:27:56.225Z[ host-image] Dec 20 23:27:54.305 INFO O| Dec 20 23:27:54.305 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98392024-12-20T23:27:56.225Z[ host-image] Dec 20 23:27:54.322 INFO O| Dec 20 23:27:54.322 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
98402024-12-20T23:27:56.225Z[ host-image] Dec 20 23:27:54.323 INFO O| Dec 20 23:27:54.322 INFO STEP 122 (ensure_dir) COMPLETE
98412024-12-20T23:27:56.225Z[ host-image] Dec 20 23:27:54.323 INFO O| Dec 20 23:27:54.322 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98422024-12-20T23:27:56.225Z[ host-image] Dec 20 23:27:54.345 INFO O| Dec 20 23:27:54.345 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
98432024-12-20T23:27:56.225Z[ host-image] Dec 20 23:27:54.345 INFO O| Dec 20 23:27:54.345 INFO STEP 123 (ensure_dir) COMPLETE
98442024-12-20T23:27:56.225Z[ host-image] Dec 20 23:27:54.345 INFO O| Dec 20 23:27:54.345 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98452024-12-20T23:27:56.242Z[ host-image] Dec 20 23:27:54.365 INFO O| Dec 20 23:27:54.365 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
98462024-12-20T23:27:56.243Z[ host-image] Dec 20 23:27:54.365 INFO O| Dec 20 23:27:54.365 INFO STEP 124 (ensure_dir) COMPLETE
98472024-12-20T23:27:56.247Z[ host-image] Dec 20 23:27:54.365 INFO O| Dec 20 23:27:54.365 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98482024-12-20T23:27:56.263Z[ host-image] Dec 20 23:27:54.385 INFO O| Dec 20 23:27:54.385 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
98492024-12-20T23:27:56.263Z[ host-image] Dec 20 23:27:54.385 INFO O| Dec 20 23:27:54.385 INFO STEP 125 (ensure_dir) COMPLETE
98502024-12-20T23:27:56.269Z[ host-image] Dec 20 23:27:54.385 INFO O| Dec 20 23:27:54.385 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98512024-12-20T23:27:56.282Z[ host-image] Dec 20 23:27:54.405 INFO O| Dec 20 23:27:54.405 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
98522024-12-20T23:27:56.282Z[ host-image] Dec 20 23:27:54.405 INFO O| Dec 20 23:27:54.405 INFO copying /tmp/.tmpzMcpQQ/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 ...
98532024-12-20T23:27:56.288Z[ host-image] Dec 20 23:27:54.405 INFO O| Dec 20 23:27:54.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
98542024-12-20T23:27:56.288Z[ host-image] Dec 20 23:27:54.405 INFO O| Dec 20 23:27:54.405 INFO ok!
98552024-12-20T23:27:56.288Z[ host-image] Dec 20 23:27:54.405 INFO O| Dec 20 23:27:54.405 INFO STEP 126 (ensure_file) COMPLETE
98562024-12-20T23:27:56.288Z[ host-image] Dec 20 23:27:54.405 INFO O| Dec 20 23:27:54.405 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98572024-12-20T23:27:56.302Z[ host-image] Dec 20 23:27:54.425 INFO O| Dec 20 23:27:54.425 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98582024-12-20T23:27:56.302Z[ host-image] Dec 20 23:27:54.425 INFO O| Dec 20 23:27:54.425 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98592024-12-20T23:27:56.303Z[ host-image] Dec 20 23:27:54.425 INFO O| Dec 20 23:27:54.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
98602024-12-20T23:27:56.308Z[ host-image] Dec 20 23:27:54.425 INFO O| Dec 20 23:27:54.425 INFO STEP 127 (ensure_dir) COMPLETE
98612024-12-20T23:27:56.308Z[ host-image] Dec 20 23:27:54.425 INFO O| Dec 20 23:27:54.425 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98622024-12-20T23:27:56.323Z[ host-image] Dec 20 23:27:54.443 INFO O| Dec 20 23:27:54.443 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
98632024-12-20T23:27:56.323Z[ host-image] Dec 20 23:27:54.443 INFO O| Dec 20 23:27:54.443 INFO copying /tmp/.tmpzMcpQQ/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
98642024-12-20T23:27:56.323Z[ host-image] Dec 20 23:27:54.443 INFO O| Dec 20 23:27:54.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
98652024-12-20T23:27:56.327Z[ host-image] Dec 20 23:27:54.443 INFO O| Dec 20 23:27:54.443 INFO ok!
98662024-12-20T23:27:56.327Z[ host-image] Dec 20 23:27:54.443 INFO O| Dec 20 23:27:54.443 INFO STEP 128 (ensure_file) COMPLETE
98672024-12-20T23:27:56.327Z[ host-image] Dec 20 23:27:54.443 INFO O| Dec 20 23:27:54.443 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98682024-12-20T23:27:56.341Z[ host-image] Dec 20 23:27:54.461 INFO O| Dec 20 23:27:54.461 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
98692024-12-20T23:27:56.344Z[ host-image] Dec 20 23:27:54.462 INFO O| Dec 20 23:27:54.462 INFO STEP 129 (remove_files) COMPLETE
98702024-12-20T23:27:56.344Z[ host-image] Dec 20 23:27:54.462 INFO O| Dec 20 23:27:54.462 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98712024-12-20T23:27:56.371Z[ host-image] Dec 20 23:27:54.481 INFO O| Dec 20 23:27:54.481 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
98722024-12-20T23:27:56.378Z[ host-image] Dec 20 23:27:54.481 INFO O| Dec 20 23:27:54.481 INFO STEP 130 (remove_files) COMPLETE
98732024-12-20T23:27:56.378Z[ host-image] Dec 20 23:27:54.481 INFO O| Dec 20 23:27:54.481 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98742024-12-20T23:27:56.382Z[ host-image] Dec 20 23:27:54.502 INFO O| Dec 20 23:27:54.502 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
98752024-12-20T23:27:56.382Z[ host-image] Dec 20 23:27:54.503 INFO O| Dec 20 23:27:54.502 INFO STEP 131 (remove_files) COMPLETE
98762024-12-20T23:27:56.382Z[ host-image] Dec 20 23:27:54.503 INFO O| Dec 20 23:27:54.503 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98772024-12-20T23:27:56.409Z[ host-image] Dec 20 23:27:54.524 INFO O| Dec 20 23:27:54.524 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98782024-12-20T23:27:56.426Z[ host-image] Dec 20 23:27:54.524 INFO O| Dec 20 23:27:54.524 INFO STEP 132 (remove_files) COMPLETE
98792024-12-20T23:27:56.427Z[ host-image] Dec 20 23:27:54.524 INFO O| Dec 20 23:27:54.524 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98802024-12-20T23:27:56.467Z[ host-image] Dec 20 23:27:54.553 INFO O| Dec 20 23:27:54.553 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
98812024-12-20T23:27:56.467Z[ host-image] Dec 20 23:27:54.553 INFO O| Dec 20 23:27:54.553 INFO STEP 133 (remove_files) COMPLETE
98822024-12-20T23:27:56.467Z[ host-image] Dec 20 23:27:54.553 INFO O| Dec 20 23:27:54.553 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98832024-12-20T23:27:56.467Z[ host-image] Dec 20 23:27:54.574 INFO O| Dec 20 23:27:54.574 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98842024-12-20T23:27:56.467Z[ host-image] Dec 20 23:27:54.575 INFO O| Dec 20 23:27:54.574 INFO STEP 134 (remove_files) COMPLETE
98852024-12-20T23:27:56.467Z[ host-image] Dec 20 23:27:54.575 INFO O| Dec 20 23:27:54.575 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98862024-12-20T23:27:56.512Z[ host-image] Dec 20 23:27:54.598 INFO O| Dec 20 23:27:54.598 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98872024-12-20T23:27:56.512Z[ host-image] Dec 20 23:27:54.599 INFO O| Dec 20 23:27:54.599 INFO STEP 135 (remove_files) COMPLETE
98882024-12-20T23:27:56.512Z[ host-image] Dec 20 23:27:54.599 INFO O| Dec 20 23:27:54.599 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98892024-12-20T23:27:56.582Z[ host-image] Dec 20 23:27:54.615 INFO O| Dec 20 23:27:54.615 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98902024-12-20T23:27:56.583Z[ host-image] Dec 20 23:27:54.615 INFO O| Dec 20 23:27:54.615 INFO STEP 136 (remove_files) COMPLETE
98912024-12-20T23:27:56.583Z[ host-image] Dec 20 23:27:54.615 INFO O| Dec 20 23:27:54.615 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98922024-12-20T23:27:56.583Z[ host-image] Dec 20 23:27:54.635 INFO O| Dec 20 23:27:54.635 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98932024-12-20T23:27:56.583Z[ host-image] Dec 20 23:27:54.635 INFO O| Dec 20 23:27:54.635 INFO STEP 137 (remove_files) COMPLETE
98942024-12-20T23:27:56.583Z[ host-image] Dec 20 23:27:54.635 INFO O| Dec 20 23:27:54.635 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98952024-12-20T23:27:56.603Z[ host-image] Dec 20 23:27:54.656 INFO O| Dec 20 23:27:54.656 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98962024-12-20T23:27:56.603Z[ host-image] Dec 20 23:27:54.656 INFO O| Dec 20 23:27:54.656 INFO STEP 138 (remove_files) COMPLETE
98972024-12-20T23:27:56.603Z[ host-image] Dec 20 23:27:54.656 INFO O| Dec 20 23:27:54.656 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98982024-12-20T23:27:56.603Z[ host-image] Dec 20 23:27:54.680 INFO O| Dec 20 23:27:54.680 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98992024-12-20T23:27:56.603Z[ host-image] Dec 20 23:27:54.680 INFO O| Dec 20 23:27:54.680 INFO STEP 139 (remove_files) COMPLETE
99002024-12-20T23:27:56.603Z[ host-image] Dec 20 23:27:54.680 INFO O| Dec 20 23:27:54.680 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99012024-12-20T23:27:56.603Z[ host-image] Dec 20 23:27:54.700 INFO O| Dec 20 23:27:54.700 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
99022024-12-20T23:27:56.603Z[ host-image] Dec 20 23:27:54.700 INFO O| Dec 20 23:27:54.700 INFO STEP 140 (remove_files) COMPLETE
99032024-12-20T23:27:56.603Z[ host-image] Dec 20 23:27:54.701 INFO O| Dec 20 23:27:54.700 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99042024-12-20T23:27:56.611Z[ host-image] Dec 20 23:27:54.720 INFO O| Dec 20 23:27:54.720 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
99052024-12-20T23:27:56.611Z[ host-image] Dec 20 23:27:54.720 INFO O| Dec 20 23:27:54.720 INFO STEP 141 (remove_files) COMPLETE
99062024-12-20T23:27:56.611Z[ host-image] Dec 20 23:27:54.720 INFO O| Dec 20 23:27:54.720 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99072024-12-20T23:27:56.626Z[ host-image] Dec 20 23:27:54.740 INFO O| Dec 20 23:27:54.740 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
99082024-12-20T23:27:56.626Z[ host-image] Dec 20 23:27:54.740 INFO O| Dec 20 23:27:54.740 INFO STEP 142 (remove_files) COMPLETE
99092024-12-20T23:27:56.626Z[ host-image] Dec 20 23:27:54.740 INFO O| Dec 20 23:27:54.740 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99102024-12-20T23:27:56.637Z[ host-image] Dec 20 23:27:54.760 INFO O| Dec 20 23:27:54.760 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
99112024-12-20T23:27:56.641Z[ host-image] Dec 20 23:27:54.760 INFO O| Dec 20 23:27:54.760 INFO STEP 143 (remove_files) COMPLETE
99122024-12-20T23:27:56.658Z[ host-image] Dec 20 23:27:54.760 INFO O| Dec 20 23:27:54.760 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99132024-12-20T23:27:56.670Z[ host-image] Dec 20 23:27:54.779 INFO O| Dec 20 23:27:54.779 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
99142024-12-20T23:27:56.670Z[ host-image] Dec 20 23:27:54.779 INFO O| Dec 20 23:27:54.779 INFO STEP 144 (remove_files) COMPLETE
99152024-12-20T23:27:56.670Z[ host-image] Dec 20 23:27:54.779 INFO O| Dec 20 23:27:54.779 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99162024-12-20T23:27:56.677Z[ host-image] Dec 20 23:27:54.797 INFO O| Dec 20 23:27:54.797 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
99172024-12-20T23:27:56.677Z[ host-image] Dec 20 23:27:54.797 INFO O| Dec 20 23:27:54.797 INFO STEP 145 (remove_files) COMPLETE
99182024-12-20T23:27:56.677Z[ host-image] Dec 20 23:27:54.797 INFO O| Dec 20 23:27:54.797 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99192024-12-20T23:27:56.705Z[ host-image] Dec 20 23:27:54.814 INFO O| Dec 20 23:27:54.814 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
99202024-12-20T23:27:56.705Z[ host-image] Dec 20 23:27:54.815 INFO O| Dec 20 23:27:54.815 INFO STEP 146 (remove_files) COMPLETE
99212024-12-20T23:27:56.705Z[ host-image] Dec 20 23:27:54.815 INFO O| Dec 20 23:27:54.815 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99222024-12-20T23:27:56.712Z[ host-image] Dec 20 23:27:54.835 INFO O| Dec 20 23:27:54.835 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
99232024-12-20T23:27:56.713Z[ host-image] Dec 20 23:27:54.835 INFO O| Dec 20 23:27:54.835 INFO STEP 147 (remove_files) COMPLETE
99242024-12-20T23:27:56.713Z[ host-image] Dec 20 23:27:54.835 INFO O| Dec 20 23:27:54.835 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99252024-12-20T23:27:56.732Z[ host-image] Dec 20 23:27:54.854 INFO O| Dec 20 23:27:54.854 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
99262024-12-20T23:27:56.732Z[ host-image] Dec 20 23:27:54.855 INFO O| Dec 20 23:27:54.855 INFO STEP 148 (remove_files) COMPLETE
99272024-12-20T23:27:56.732Z[ host-image] Dec 20 23:27:54.855 INFO O| Dec 20 23:27:54.855 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99282024-12-20T23:27:56.752Z[ host-image] Dec 20 23:27:54.873 INFO O| Dec 20 23:27:54.873 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
99292024-12-20T23:27:56.752Z[ host-image] Dec 20 23:27:54.873 INFO O| Dec 20 23:27:54.873 INFO STEP 149 (remove_files) COMPLETE
99302024-12-20T23:27:56.756Z[ host-image] Dec 20 23:27:54.873 INFO O| Dec 20 23:27:54.873 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99312024-12-20T23:27:56.769Z[ host-image] Dec 20 23:27:54.891 INFO O| Dec 20 23:27:54.891 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
99322024-12-20T23:27:56.777Z[ host-image] Dec 20 23:27:54.892 INFO O| Dec 20 23:27:54.892 INFO STEP 150 (remove_files) COMPLETE
99332024-12-20T23:27:56.777Z[ host-image] Dec 20 23:27:54.892 INFO O| Dec 20 23:27:54.892 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99342024-12-20T23:27:56.786Z[ host-image] Dec 20 23:27:54.909 INFO O| Dec 20 23:27:54.909 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
99352024-12-20T23:27:56.786Z[ host-image] Dec 20 23:27:54.909 INFO O| Dec 20 23:27:54.909 INFO STEP 151 (remove_files) COMPLETE
99362024-12-20T23:27:56.786Z[ host-image] Dec 20 23:27:54.909 INFO O| Dec 20 23:27:54.909 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99372024-12-20T23:27:56.803Z[ host-image] Dec 20 23:27:54.925 INFO O| Dec 20 23:27:54.925 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
99382024-12-20T23:27:56.805Z[ host-image] Dec 20 23:27:54.925 INFO O| Dec 20 23:27:54.925 INFO STEP 152 (remove_files) COMPLETE
99392024-12-20T23:27:56.805Z[ host-image] Dec 20 23:27:54.925 INFO O| Dec 20 23:27:54.925 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99402024-12-20T23:27:56.825Z[ host-image] Dec 20 23:27:54.945 INFO O| Dec 20 23:27:54.944 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
99412024-12-20T23:27:56.825Z[ host-image] Dec 20 23:27:54.945 INFO O| Dec 20 23:27:54.945 INFO STEP 153 (remove_files) COMPLETE
99422024-12-20T23:27:56.825Z[ host-image] Dec 20 23:27:54.945 INFO O| Dec 20 23:27:54.945 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99432024-12-20T23:27:56.842Z[ host-image] Dec 20 23:27:54.964 INFO O| Dec 20 23:27:54.964 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
99442024-12-20T23:27:56.842Z[ host-image] Dec 20 23:27:54.965 INFO O| Dec 20 23:27:54.964 INFO STEP 154 (remove_files) COMPLETE
99452024-12-20T23:27:56.842Z[ host-image] Dec 20 23:27:54.965 INFO O| Dec 20 23:27:54.965 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99462024-12-20T23:27:56.860Z[ host-image] Dec 20 23:27:54.982 INFO O| Dec 20 23:27:54.982 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
99472024-12-20T23:27:56.860Z[ host-image] Dec 20 23:27:54.982 INFO O| Dec 20 23:27:54.982 INFO STEP 155 (remove_files) COMPLETE
99482024-12-20T23:27:56.860Z[ host-image] Dec 20 23:27:54.982 INFO O| Dec 20 23:27:54.982 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99492024-12-20T23:27:56.878Z[ host-image] Dec 20 23:27:55.000 INFO O| Dec 20 23:27:55.000 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
99502024-12-20T23:27:56.878Z[ host-image] Dec 20 23:27:55.000 INFO O| Dec 20 23:27:55.000 INFO STEP 156 (remove_files) COMPLETE
99512024-12-20T23:27:56.878Z[ host-image] Dec 20 23:27:55.000 INFO O| Dec 20 23:27:55.000 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99522024-12-20T23:27:56.898Z[ host-image] Dec 20 23:27:55.020 INFO O| Dec 20 23:27:55.020 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
99532024-12-20T23:27:56.898Z[ host-image] Dec 20 23:27:55.021 INFO O| Dec 20 23:27:55.021 INFO STEP 157 (remove_files) COMPLETE
99542024-12-20T23:27:56.903Z[ host-image] Dec 20 23:27:55.021 INFO O| Dec 20 23:27:55.021 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
99552024-12-20T23:27:56.923Z[ host-image] Dec 20 23:27:55.045 INFO O| Dec 20 23:27:55.045 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
99562024-12-20T23:27:56.923Z[ host-image] Dec 20 23:27:55.045 INFO O| Dec 20 23:27:55.045 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
99572024-12-20T23:28:02.898Z[ host-image] Dec 20 23:27:59.819 INFO O| Dec 20 23:27:59.818 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
99582024-12-20T23:28:02.898Z[ host-image] Dec 20 23:27:59.819 INFO O| Dec 20 23:27:59.818 INFO E| svccfg: Loaded 74 smf(7) service descriptions
99592024-12-20T23:28:02.924Z[ host-image] Dec 20 23:27:59.835 INFO O| Dec 20 23:27:59.835 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_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
99602024-12-20T23:28:02.924Z[ host-image] Dec 20 23:27:59.939 INFO O| Dec 20 23:27:59.939 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
99612024-12-20T23:28:02.924Z[ host-image] Dec 20 23:27:59.939 INFO O| Dec 20 23:27:59.939 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
99622024-12-20T23:28:02.924Z[ host-image] Dec 20 23:27:59.942 INFO O| Dec 20 23:27:59.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
99632024-12-20T23:28:02.925Z[ host-image] Dec 20 23:27:59.942 INFO O| Dec 20 23:27:59.942 INFO ok!
99642024-12-20T23:28:02.925Z[ host-image] Dec 20 23:27:59.942 INFO O| Dec 20 23:27:59.942 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
99652024-12-20T23:28:02.925Z[ host-image] Dec 20 23:27:59.942 INFO O| Dec 20 23:27:59.942 INFO STEP 158 (seed_smf) COMPLETE
99662024-12-20T23:28:02.925Z[ host-image] Dec 20 23:27:59.942 INFO O| Dec 20 23:27:59.942 INFO steps complete; finalising image!
99672024-12-20T23:28:02.925Z[ host-image] Dec 20 23:27:59.942 INFO O| Dec 20 23:27:59.942 INFO TRIM POOL: TEMPORARY-gimlet-zfs
99682024-12-20T23:28:02.925Z[ host-image] Dec 20 23:28:00.109 INFO O| Dec 20 23:28:00.109 INFO trim TEMPORARY-gimlet-zfs: (5% trimmed, started at Fri Dec 20 23:27:59 2024)
99692024-12-20T23:28:02.925Z[ host-image] Dec 20 23:28:00.343 INFO O| Dec 20 23:28:00.343 INFO temporary pool has 687M used, 145M avail, 1.82x compressratio
99702024-12-20T23:28:02.925Z[ host-image] Dec 20 23:28:00.343 INFO O| Dec 20 23:28:00.343 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99712024-12-20T23:28:02.926Z[ host-image] Dec 20 23:28:00.752 INFO O| Dec 20 23:28:00.752 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99722024-12-20T23:28:02.926Z[ host-image] Dec 20 23:28:00.752 INFO O| Dec 20 23:28:00.752 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99732024-12-20T23:28:03.938Z[ host-image] Dec 20 23:28:02.060 INFO O| Dec 20 23:28:02.060 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99742024-12-20T23:28:03.942Z[ host-image] Dec 20 23:28:02.060 INFO O| Dec 20 23:28:02.060 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99752024-12-20T23:28:03.942Z[ host-image] Dec 20 23:28:02.060 INFO O| Dec 20 23:28:02.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99762024-12-20T23:28:03.942Z[ host-image] Dec 20 23:28:02.060 INFO O| Dec 20 23:28:02.060 INFO completed processing gimlet/zfs
99772024-12-20T23:28:03.942Z[ host-image] Dec 20 23:28:02.060 INFO O| Dec 20 23:28:02.060 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99782024-12-20T23:28:12.848Z[ host-image] Dec 20 23:28:10.968 INFO O| Dec 20 23:28:10.968 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99792024-12-20T23:28:12.995Z[ host-image] Dec 20 23:28:11.116 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
99802024-12-20T23:28:12.995Z[ host-image] Dec 20 23:28:11.116 INFO expanded image name: "ci 50917c7/${os_short_commit} 2024-12-20 22:48" -> "ci 50917c7/37a4469 2024-12-20 22:48"
99812024-12-20T23:28:12.999Z[ host-image] Dec 20 23:28:11.116 INFO output artefacts stored in: "/work/os-host"
99822024-12-20T23:28:12.999Z[ host-image] Dec 20 23:28:11.116 INFO collecting git info from project "pinprick"...
99832024-12-20T23:28:13.006Z[ host-image] Dec 20 23:28:11.127 INFO collecting git info from project "image-builder"...
99842024-12-20T23:28:13.016Z[ host-image] Dec 20 23:28:11.136 INFO collecting git info from project "phbl"...
99852024-12-20T23:28:13.026Z[ host-image] Dec 20 23:28:11.146 INFO collecting git info from project "chelsio-t6-roms"...
99862024-12-20T23:28:13.035Z[ host-image] Dec 20 23:28:11.155 INFO collecting git info from project "pilot"...
99872024-12-20T23:28:13.046Z[ host-image] Dec 20 23:28:11.165 INFO collecting git info from project "bootserver"...
99882024-12-20T23:28:13.073Z[ host-image] Dec 20 23:28:11.191 INFO collecting git info from project "amd-host-image-builder"...
99892024-12-20T23:28:13.121Z[ host-image] Dec 20 23:28:11.241 INFO collecting git info from project "amd-firmware"...
99902024-12-20T23:28:13.149Z[ host-image] Dec 20 23:28:11.270 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99912024-12-20T23:28:14.239Z[ host-image] Dec 20 23:28:12.359 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99922024-12-20T23:28:14.956Z[ host-image] Dec 20 23:28:13.075 INFO creating Oxide boot image...
99932024-12-20T23:28:14.956Z[ host-image] Dec 20 23:28:13.076 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 50917c7/37a4469 2024-12-20 22:48", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99942024-12-20T23:28:16.297Z[ host-image] Dec 20 23:28:14.417 INFO O| ok, image written!
99952024-12-20T23:28:16.297Z[ host-image] Dec 20 23:28:14.417 INFO O| ok, boot_image_csum file written!
99962024-12-20T23:28:16.302Z[ host-image] Dec 20 23:28:14.421 INFO creating boot archive (CPIO)...
99972024-12-20T23:28:16.302Z[ host-image] Dec 20 23:28:14.422 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
99982024-12-20T23:28:16.315Z[ host-image] Dec 20 23:28:14.434 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99992024-12-20T23:28:16.315Z[ host-image] Dec 20 23:28:14.434 INFO E| + outfile=/work/os-host/cpio
100002024-12-20T23:28:16.318Z[ host-image] Dec 20 23:28:14.434 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
100012024-12-20T23:28:16.321Z[ host-image] Dec 20 23:28:14.438 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
100022024-12-20T23:28:16.321Z[ host-image] Dec 20 23:28:14.438 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
100032024-12-20T23:28:16.377Z[ host-image] Dec 20 23:28:14.496 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
100042024-12-20T23:28:16.377Z[ host-image] Dec 20 23:28:14.496 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
100052024-12-20T23:28:16.390Z[ host-image] Dec 20 23:28:14.509 INFO creating compressed cpio/unix for nanobl-rs...
100062024-12-20T23:28:16.390Z[ host-image] Dec 20 23:28:14.509 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
100072024-12-20T23:28:16.779Z[ host-image] Dec 20 23:28:14.898 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
100082024-12-20T23:28:22.919Z[ host-image] Dec 20 23:28:21.038 INFO creating reset image...
100092024-12-20T23:28:22.920Z[ host-image] Dec 20 23:28:21.038 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
100102024-12-20T23:28:23.141Z[ host-image] Dec 20 23:28:21.260 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
100112024-12-20T23:28:23.210Z[ host-image] Dec 20 23:28:21.329 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
100122024-12-20T23:28:23.335Z[ host-image] Dec 20 23:28:21.453 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
100132024-12-20T23:28:27.213Z[ host-image] Dec 20 23:28:25.326 INFO E| Finished `release` profile [optimized] target(s) in 3.97s
100142024-12-20T23:28:27.228Z[ host-image] Dec 20 23:28:25.344 INFO building host image...
100152024-12-20T23:28:27.248Z[ host-image] Dec 20 23:28:25.345 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")
100162024-12-20T23:28:28.082Z[ host-image] Dec 20 23:28:26.200 INFO finishing image archive at "/work/os-host/os.tar.gz"...
100172024-12-20T23:29:33.646Z[ host-image] Dec 20 23:29:31.753 INFO image complete! materials are in "/work/os-host"
100182024-12-20T23:29:33.649Z[ host-image]
100192024-12-20T23:29:33.650Z[ host-image] real 16:14.857259714
100202024-12-20T23:29:33.650Z[ host-image] user 6:54.930872870
100212024-12-20T23:29:33.650Z[ host-image] sys 1:13.184719287
100222024-12-20T23:29:33.650Z[ host-image] trap 0.374999574
100232024-12-20T23:29:33.650Z[ host-image] tflt 0.006136893
100242024-12-20T23:29:33.654Z[ host-image] dflt 0.132596068
100252024-12-20T23:29:33.654Z[ host-image] kflt 0.000004939
100262024-12-20T23:29:33.654Z[ host-image] lock 39.346433493
100272024-12-20T23:29:33.654Z[ host-image] slp 1:30:42.613942376
100282024-12-20T23:29:33.654Z[ host-image] lat 2:50.456384149
100292024-12-20T23:29:33.655Z[ host-image] stop 0.978637841
100302024-12-20T23:29:33.655ZDec 20 23:29:31.758 INFO [host-image] process exited with exit status: 0 (974.878480241s)
100312024-12-20T23:29:33.655ZDec 20 23:29:31.759 INFO [tuf-repo] running task
100322024-12-20T23:29:42.475ZDec 20 23:29:40.582 INFO assembling repository in `/tmp/tufaceousnDJxLC`, component: OmicronRepoAssembler
100332024-12-20T23:29:58.271ZDec 20 23:29:56.375 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
100342024-12-20T23:29:58.477ZDec 20 23:29:56.582 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
100352024-12-20T23:30:11.301ZDec 20 23:30:09.403 INFO [tuf-repo] task succeeded (37.644042565s)
100362024-12-20T23:31:08.920Z[verify-libraries] Finished `release` profile [optimized] target(s) in 17m 30s
100372024-12-20T23:31:09.376ZDec 20 23:31:07.470 INFO [verify-libraries] process exited with exit status: 0 (1054.461847612s)
100382024-12-20T23:31:09.376ZDec 20 23:31:07.470 INFO all jobs completed in 2541.699242455s
100392024-12-20T23:31:10.119Zprocess exited: duration 3483410 ms, exit code 0
 
100402024-12-20T23:31:10.136Zfound 33 output files
100412024-12-20T23:31:10.136Zuploading: /work/manifest.toml (8404 bytes)
100422024-12-20T23:31:11.151Zuploaded: /work/manifest.toml
100432024-12-20T23:31:11.151Zuploading: /work/repo.zip (1959612070 bytes)
100442024-12-20T23:31:41.845Zuploaded: /work/repo.zip
100452024-12-20T23:31:41.845Zuploading: /work/repo.zip.sha256.txt (65 bytes)
100462024-12-20T23:31:42.930Zuploaded: /work/repo.zip.sha256.txt
100472024-12-20T23:31:42.930Zuploading: /work/helios-setup.log (66237 bytes)
100482024-12-20T23:31:43.953Zuploaded: /work/helios-setup.log
100492024-12-20T23:31:43.953Zuploading: /work/host-image.log (200005 bytes)
100502024-12-20T23:31:44.972Zuploaded: /work/host-image.log
100512024-12-20T23:31:44.973Zuploading: /work/host-package.log (22440 bytes)
100522024-12-20T23:31:45.986Zuploaded: /work/host-package.log
100532024-12-20T23:31:45.986Zuploading: /work/host-target.log (101 bytes)
100542024-12-20T23:31:46.997Zuploaded: /work/host-target.log
100552024-12-20T23:31:46.997Zuploading: /work/omicron-package.log (5666 bytes)
100562024-12-20T23:31:48.009Zuploaded: /work/omicron-package.log
100572024-12-20T23:31:48.009Zuploading: /work/phbl-toolchain.log (881 bytes)
100582024-12-20T23:31:49.016Zuploaded: /work/phbl-toolchain.log
100592024-12-20T23:31:49.017Zuploading: /work/recovery-image.log (595292 bytes)
100602024-12-20T23:31:50.036Zuploaded: /work/recovery-image.log
100612024-12-20T23:31:50.036Zuploading: /work/recovery-package.log (321 bytes)
100622024-12-20T23:31:51.045Zuploaded: /work/recovery-package.log
100632024-12-20T23:31:51.045Zuploading: /work/recovery-target.log (98 bytes)
100642024-12-20T23:31:52.053Zuploaded: /work/recovery-target.log
100652024-12-20T23:31:52.053Zuploading: /work/stamp-clickhouse.log (117 bytes)
100662024-12-20T23:31:53.061Zuploaded: /work/stamp-clickhouse.log
100672024-12-20T23:31:53.061Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
100682024-12-20T23:31:54.068Zuploaded: /work/stamp-clickhouse_keeper.log
100692024-12-20T23:31:54.068Zuploading: /work/stamp-cockroachdb.log (118 bytes)
100702024-12-20T23:31:55.078Zuploaded: /work/stamp-cockroachdb.log
100712024-12-20T23:31:55.078Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100722024-12-20T23:31:56.090Zuploaded: /work/stamp-crucible-dtrace.log
100732024-12-20T23:31:56.091Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100742024-12-20T23:31:57.099Zuploaded: /work/stamp-crucible-pantry-zone.log
100752024-12-20T23:31:57.100Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100762024-12-20T23:31:58.111Zuploaded: /work/stamp-crucible-zone.log
100772024-12-20T23:31:58.111Zuploading: /work/stamp-external-dns.log (119 bytes)
100782024-12-20T23:31:59.121Zuploaded: /work/stamp-external-dns.log
100792024-12-20T23:31:59.121Zuploading: /work/stamp-installinator.log (103 bytes)
100802024-12-20T23:32:00.131Zuploaded: /work/stamp-installinator.log
100812024-12-20T23:32:00.131Zuploading: /work/stamp-internal-dns.log (119 bytes)
100822024-12-20T23:32:01.140Zuploaded: /work/stamp-internal-dns.log
100832024-12-20T23:32:01.140Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100842024-12-20T23:32:02.151Zuploaded: /work/stamp-mg-ddm-gz.log
100852024-12-20T23:32:02.151Zuploading: /work/stamp-nexus.log (112 bytes)
100862024-12-20T23:32:03.159Zuploaded: /work/stamp-nexus.log
100872024-12-20T23:32:03.159Zuploading: /work/stamp-ntp.log (110 bytes)
100882024-12-20T23:32:04.167Zuploaded: /work/stamp-ntp.log
100892024-12-20T23:32:04.167Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100902024-12-20T23:32:05.178Zuploaded: /work/stamp-omicron-sled-agent.log
100912024-12-20T23:32:05.178Zuploading: /work/stamp-overlay.log (114 bytes)
100922024-12-20T23:32:06.187Zuploaded: /work/stamp-overlay.log
100932024-12-20T23:32:06.187Zuploading: /work/stamp-oximeter.log (115 bytes)
100942024-12-20T23:32:07.195Zuploaded: /work/stamp-oximeter.log
100952024-12-20T23:32:07.196Zuploading: /work/stamp-oxlog.log (109 bytes)
100962024-12-20T23:32:08.206Zuploaded: /work/stamp-oxlog.log
100972024-12-20T23:32:08.206Zuploading: /work/stamp-probe.log (112 bytes)
100982024-12-20T23:32:09.215Zuploaded: /work/stamp-probe.log
100992024-12-20T23:32:09.215Zuploading: /work/stamp-propolis-server.log (122 bytes)
101002024-12-20T23:32:10.224Zuploaded: /work/stamp-propolis-server.log
101012024-12-20T23:32:10.224Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
101022024-12-20T23:32:11.231Zuploaded: /work/stamp-pumpkind-gz.log
101032024-12-20T23:32:11.231Zuploading: /work/stamp-switch-asic.log (118 bytes)
101042024-12-20T23:32:12.240Zuploaded: /work/stamp-switch-asic.log
101052024-12-20T23:32:12.240Zuploading: /work/verify-libraries.log (5735 bytes)
101062024-12-20T23:32:13.248Zuploaded: /work/verify-libraries.log